-- MySQL dump 8.23 -- -- Host: localhost Database: dev --------------------------------------------------------- -- Server version 3.23.58 -- -- 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', PRIMARY KEY (wobjectId) ) TYPE=MyISAM; -- -- Dumping data for table `Article` -- INSERT INTO Article VALUES (-2,NULL,'','','',0); INSERT INTO Article VALUES (-3,NULL,'','',NULL,0); INSERT INTO Article VALUES (-4,NULL,'','',NULL,0); INSERT INTO Article VALUES (-5,NULL,'','',NULL,0); -- -- Table structure for table `DataForm` -- CREATE TABLE DataForm ( wobjectId int(11) NOT NULL default '0', acknowledgement text, mailData int(11) NOT NULL default '1', emailTemplateId int(11) NOT NULL default '2', acknowlegementTemplateId int(11) NOT NULL default '3', listTemplateId int(11) NOT NULL default '1' ) TYPE=MyISAM; -- -- Dumping data for table `DataForm` -- -- -- Table structure for table `DataForm_entry` -- CREATE TABLE DataForm_entry ( DataForm_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 (DataForm_entryId) ) TYPE=MyISAM; -- -- Dumping data for table `DataForm_entry` -- -- -- Table structure for table `DataForm_entryData` -- CREATE TABLE DataForm_entryData ( DataForm_entryId int(11) NOT NULL default '0', DataForm_fieldId int(11) NOT NULL default '0', wobjectId int(11) NOT NULL default '0', value text, PRIMARY KEY (DataForm_entryId,DataForm_fieldId) ) TYPE=MyISAM; -- -- Dumping data for table `DataForm_entryData` -- -- -- Table structure for table `DataForm_field` -- CREATE TABLE DataForm_field ( wobjectId int(11) NOT NULL default '0', DataForm_fieldId int(11) NOT NULL default '0', sequenceNumber int(11) NOT NULL default '0', name varchar(255) NOT NULL default '', status varchar(35) default NULL, type varchar(30) NOT NULL default '', possibleValues text, defaultValue text, width int(11) default NULL, subtext mediumtext, rows int(11) default NULL, isMailField int(11) NOT NULL default '0', label varchar(255) default NULL, PRIMARY KEY (DataForm_fieldId) ) TYPE=MyISAM; -- -- Dumping data for table `DataForm_field` -- -- -- 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', eventTemplateId int(11) NOT NULL default '1', isMaster int(11) NOT NULL default '0', 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', 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', 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, cacheHttp int(11) default '0', useCache int(11) default '0', debug int(11) default '0', rewriteUrls int(11) default NULL, searchFor varchar(255) default NULL, stopAt varchar(255) default NULL, 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, 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', 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 `MessageBoard` -- CREATE TABLE MessageBoard ( wobjectId int(11) NOT NULL default '0', PRIMARY KEY (wobjectId) ) TYPE=MyISAM; -- -- Dumping data for table `MessageBoard` -- -- -- Table structure for table `MessageBoard_forums` -- CREATE TABLE MessageBoard_forums ( wobjectId int(11) default NULL, forumId int(11) default NULL, title varchar(255) default NULL, description text, sequenceNumber int(11) NOT NULL default '1' ) TYPE=MyISAM; -- -- Dumping data for table `MessageBoard_forums` -- -- -- 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, 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', databaseLinkId int(11) default NULL, 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', alphabetic int(11) NOT NULL default '0', PRIMARY KEY (wobjectId) ) TYPE=MyISAM; -- -- Dumping data for table `SiteMap` -- INSERT INTO SiteMap VALUES (-1,1,0,5,0); -- -- 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', anonymous char(1) 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 varchar(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, maxHeadlines int(11) NOT NULL default '0', 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', submissionTemplateId int(11) NOT NULL default '1', filterContent varchar(30) NOT NULL default 'javascript', sortBy varchar(35) NOT NULL default 'dateUpdated', sortOrder varchar(4) NOT NULL default 'desc', 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', forumId int(11) default NULL, dateUpdated 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', overrideTitle int(11) NOT NULL default '0', overrideDescription int(11) NOT NULL default '0', overrideTemplate int(11) NOT NULL default '0', overrideDisplayTitle int(11) NOT NULL default '0', proxiedTemplateId int(11) NOT NULL default '1', proxiedNamespace varchar(35) default NULL, 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 `databaseLink` -- CREATE TABLE databaseLink ( databaseLinkId int(11) NOT NULL default '0', title varchar(255) default NULL, DSN varchar(255) default NULL, username varchar(255) default NULL, identifier varchar(255) default NULL, PRIMARY KEY (databaseLinkId) ) TYPE=MyISAM; -- -- Dumping data for table `databaseLink` -- -- -- Table structure for table `forum` -- CREATE TABLE forum ( forumId int(11) NOT NULL default '0', addEditStampToPosts int(11) NOT NULL default '1', filterPosts varchar(30) default 'javascript', karmaPerPost int(11) NOT NULL default '0', groupToPost int(11) NOT NULL default '2', editTimeout int(11) NOT NULL default '3600', moderatePosts int(11) NOT NULL default '0', groupToModerate int(11) NOT NULL default '4', attachmentsPerPost int(11) NOT NULL default '0', allowRichEdit int(11) NOT NULL default '1', allowReplacements int(11) NOT NULL default '1', views int(11) NOT NULL default '0', replies int(11) NOT NULL default '0', rating int(11) NOT NULL default '0', threads int(11) NOT NULL default '0', lastPostId int(11) NOT NULL default '0', lastPostDate int(11) NOT NULL default '0', forumTemplateId int(11) NOT NULL default '1', threadTemplateId int(11) NOT NULL default '1', postTemplateId int(11) NOT NULL default '1', postformTemplateId int(11) NOT NULL default '1', notificationTemplateId int(11) NOT NULL default '1', searchTemplateId int(11) NOT NULL default '1', archiveAfter int(11) NOT NULL default '31536000', postsPerPage int(11) NOT NULL default '30', masterForumId int(11) default NULL, PRIMARY KEY (forumId) ) TYPE=MyISAM; -- -- Dumping data for table `forum` -- INSERT INTO forum VALUES (1000,1,'javascript',0,7,3600,0,4,0,1,1,0,0,0,0,0,0,1,1,1,1,1,1,31536000,30,NULL); INSERT INTO forum VALUES (1001,1,'javascript',0,7,3600,0,4,0,1,1,0,0,0,0,0,0,1,1,1,1,1,1,31536000,30,NULL); INSERT INTO forum VALUES (1002,1,'javascript',0,2,3600,0,4,0,1,1,0,0,0,0,0,0,1,1,1,1,1,1,31536000,30,NULL); INSERT INTO forum VALUES (1003,1,'javascript',0,7,3600,0,4,0,1,1,0,0,0,0,0,0,1,1,1,1,1,1,31536000,30,NULL); -- -- Table structure for table `forumPost` -- CREATE TABLE forumPost ( forumPostId int(11) NOT NULL default '0', parentId int(11) NOT NULL default '0', forumThreadId int(11) NOT NULL default '0', userId int(11) NOT NULL default '0', username varchar(30) default NULL, subject varchar(255) default NULL, message text, dateOfPost int(11) default NULL, views int(11) NOT NULL default '0', status varchar(30) NOT NULL default 'approved', contentType varchar(30) NOT NULL default 'some html', rating int(11) NOT NULL default '0', PRIMARY KEY (forumPostId) ) TYPE=MyISAM; -- -- Dumping data for table `forumPost` -- -- -- Table structure for table `forumPostAttachment` -- CREATE TABLE forumPostAttachment ( forumPostAttachmentId int(11) NOT NULL default '0', forumPostId int(11) NOT NULL default '0', filename varchar(255) default NULL, PRIMARY KEY (forumPostAttachmentId) ) TYPE=MyISAM; -- -- Dumping data for table `forumPostAttachment` -- -- -- Table structure for table `forumPostRating` -- CREATE TABLE forumPostRating ( forumPostId int(11) NOT NULL default '0', userId int(11) NOT NULL default '0', ipAddress varchar(16) default NULL, dateOfRating int(11) default NULL, rating int(11) NOT NULL default '0' ) TYPE=MyISAM; -- -- Dumping data for table `forumPostRating` -- -- -- Table structure for table `forumRead` -- CREATE TABLE forumRead ( userId int(11) NOT NULL default '0', forumPostId int(11) NOT NULL default '0', forumThreadId int(11) NOT NULL default '0', lastRead int(11) NOT NULL default '0', PRIMARY KEY (userId,forumPostId) ) TYPE=MyISAM; -- -- Dumping data for table `forumRead` -- -- -- Table structure for table `forumSubscription` -- CREATE TABLE forumSubscription ( forumId int(11) NOT NULL default '0', userId int(11) NOT NULL default '0', PRIMARY KEY (forumId,userId) ) TYPE=MyISAM; -- -- Dumping data for table `forumSubscription` -- -- -- Table structure for table `forumThread` -- CREATE TABLE forumThread ( forumThreadId int(11) NOT NULL default '0', forumId int(11) NOT NULL default '0', rootPostId int(11) NOT NULL default '0', views int(11) NOT NULL default '0', replies int(11) NOT NULL default '0', lastPostId int(11) NOT NULL default '0', lastPostDate int(11) NOT NULL default '0', isLocked int(11) NOT NULL default '0', isSticky int(11) NOT NULL default '0', status varchar(30) NOT NULL default 'approved', rating int(11) NOT NULL default '0', PRIMARY KEY (forumThreadId) ) TYPE=MyISAM; -- -- Dumping data for table `forumThread` -- -- -- Table structure for table `forumThreadSubscription` -- CREATE TABLE forumThreadSubscription ( forumThreadId int(11) NOT NULL default '0', userId int(11) NOT NULL default '0', PRIMARY KEY (forumThreadId,userId) ) TYPE=MyISAM; -- -- Dumping data for table `forumThreadSubscription` -- -- -- 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', groupAdmin int(11) NOT NULL default '0', PRIMARY KEY (groupId,userId) ) TYPE=MyISAM; -- -- Dumping data for table `groupings` -- INSERT INTO groupings VALUES (5,3,2114402400,0); INSERT INTO groupings VALUES (4,3,2114402400,0); INSERT INTO groupings VALUES (3,3,2114402400,0); INSERT INTO groupings VALUES (6,3,2114402400,0); -- -- 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', scratchFilter text, autoAdd int(11) NOT NULL default '0', autoDelete int(11) NOT NULL default '0', databaseLinkId int(11) NOT NULL default '0', dbCacheTimeout int(11) NOT NULL default '3600', dbQuery text, 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,NULL,0,0,0,3600,NULL); 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,NULL,0,0,0,3600,NULL); 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,NULL,0,0,0,3600,NULL); 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,NULL,0,0,0,3600,NULL); 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,NULL,0,0,0,3600,NULL); 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,NULL,0,0,0,3600,NULL); INSERT INTO groups VALUES (7,'Everyone','A group that automatically includes all users including Visitors.',314496000,1000000000,NULL,997938000,997938000,14,-14,NULL,0,NULL,0,0,0,3600,NULL); 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,NULL,0,0,0,3600,NULL); INSERT INTO groups VALUES (9,'Theme Managers','Users in this group can use the theme manager to create new themes and install themes from other systems.',314496000,1000000000,NULL,997938000,997938000,14,-14,NULL,0,NULL,0,0,0,3600,NULL); INSERT INTO groups VALUES (10,'Translation Managers','Users that can edit language translations for WebGUI.',314496000,1000000000,NULL,997938000,997938000,14,-14,NULL,0,NULL,0,0,0,3600,NULL); INSERT INTO groups VALUES (11,'Secondary Admins','Users that have limited administrative privileges.',314496000,1000000000,NULL,997938000,997938000,14,-14,NULL,0,NULL,0,0,0,3600,NULL); -- -- 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,'66,WebGUI;'); INSERT INTO help VALUES (22,'WebGUI',672,627,'12,WebGUI;'); INSERT INTO help VALUES (1,'USS',61,71,'71,WebGUI;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,'3,MessageBoard;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,'2,Article;71,WebGUI;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,DataForm;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,'2,Poll;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;61,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,'61,WebGUI;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 (66,'WebGUI',960,961,'46,WebGUI;'); INSERT INTO help VALUES (65,'WebGUI',957,958,'67,WebGUI;'); 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;61,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,DataForm;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,'75,WebGUI;76,WebGUI;73,WebGUI;77,WebGUI;72,WebGUI;74,WebGUI;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;'); INSERT INTO help VALUES (67,'WebGUI',968,969,'65,WebGUI;'); INSERT INTO help VALUES (1,'DataForm',61,71,'2,DataForm;4,DataForm;3,DataForm;21,WebGUI;'); INSERT INTO help VALUES (2,'DataForm',62,72,'3,DataForm;1,DataForm;'); INSERT INTO help VALUES (2,'Poll',73,74,'1,Poll;51,WebGUI;'); INSERT INTO help VALUES (61,'WebGUI',931,932,'49,WebGUI;9,WebGUI;33,WebGUI;64,WebGUI;62,WebGUI;63,WebGUI;'); INSERT INTO help VALUES (62,'WebGUI',933,934,'61,WebGUI;'); INSERT INTO help VALUES (63,'WebGUI',936,937,'61,WebGUI;'); INSERT INTO help VALUES (64,'WebGUI',938,939,'61,WebGUI;'); INSERT INTO help VALUES (3,'DataForm',82,83,'2,DataForm;1,DataForm;51,WebGUI;'); INSERT INTO help VALUES (4,'DataForm',88,89,'1,DataForm;'); INSERT INTO help VALUES (68,'WebGUI',997,1000,'69,WebGUI;70,WebGUI;1,SQLReport;'); INSERT INTO help VALUES (69,'WebGUI',998,1001,'68,WebGUI;70,WebGUI;1,SQLReport;'); INSERT INTO help VALUES (70,'WebGUI',999,1002,'68,WebGUI;69,WebGUI;1,SQLReport;'); INSERT INTO help VALUES (71,'WebGUI',1054,1055,'75,WebGUI;76,WebGUI;73,WebGUI;77,WebGUI;72,WebGUI;74,WebGUI;'); INSERT INTO help VALUES (72,'WebGUI',1056,1057,'71,WebGUI;50,WebGUI;33,WebGUI;'); INSERT INTO help VALUES (73,'WebGUI',1058,1059,'71,WebGUI;50,WebGUI;33,WebGUI;'); INSERT INTO help VALUES (74,'WebGUI',1060,1061,'71,WebGUI;73,WebGUI;50,WebGUI;33,WebGUI;'); INSERT INTO help VALUES (75,'WebGUI',1062,1063,'71,WebGUI;73,WebGUI;50,WebGUI;33,WebGUI;'); INSERT INTO help VALUES (76,'WebGUI',1065,1066,'71,WebGUI;73,WebGUI;50,WebGUI;33,WebGUI;'); INSERT INTO help VALUES (77,'WebGUI',1067,1068,'71,WebGUI;50,WebGUI;33,WebGUI;'); INSERT INTO help VALUES (3,'MessageBoard',78,79,'71,WebGUI;1,MessageBoard;'); -- -- 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 ('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 ('DataForm_fieldId',1000); INSERT INTO incrementer VALUES ('DataForm_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); INSERT INTO incrementer VALUES ('themeId',1000); INSERT INTO incrementer VALUES ('themeComponentId',1000); INSERT INTO incrementer VALUES ('databaseLinkId',1000); INSERT INTO incrementer VALUES ('forumId',1004); INSERT INTO incrementer VALUES ('forumThreadId',1); INSERT INTO incrementer VALUES ('forumPostId',1); INSERT INTO incrementer VALUES ('replacementId',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, context text, PRIMARY KEY (internationalId,namespace,languageId) ) TYPE=MyISAM; -- -- Dumping data for table `international` -- INSERT INTO international VALUES (367,'WebGUI',1,'Expire Offset',1044126611,NULL); INSERT INTO international VALUES (39,'USS',3,'Post een reactie',1038528254,NULL); INSERT INTO international VALUES (1,'Article',1,'Article',1031514049,NULL); INSERT INTO international VALUES (1,'Article',4,'Artículo',1065116240,NULL); INSERT INTO international VALUES (1,'Article',5,'Artigo',1031510000,NULL); INSERT INTO international VALUES (37,'USS',3,'Verwijder',1038528247,NULL); INSERT INTO international VALUES (89,'EventsCalendar',1,'Show 3 months from start.',1038190646,NULL); INSERT INTO international VALUES (10,'LinkList',2,'Link Liste bearbeiten',1040644971,NULL); INSERT INTO international VALUES (35,'USS',3,'Titel',1038528241,NULL); INSERT INTO international VALUES (1,'ExtraColumn',1,'Extra Column',1031514049,NULL); INSERT INTO international VALUES (1,'ExtraColumn',4,'Columna Extra',1065116244,NULL); INSERT INTO international VALUES (1,'ExtraColumn',5,'Coluna extra',1031510000,NULL); INSERT INTO international VALUES (34,'USS',3,'Return converteren',1038528234,NULL); INSERT INTO international VALUES (1,'Item',1,'Link URL',1031514049,NULL); INSERT INTO international VALUES (5,'ExtraColumn',6,'StyleSheet Class',1031510000,NULL); INSERT INTO international VALUES (700,'WebGUI',6,'dagar',1050402828,NULL); INSERT INTO international VALUES (4,'WebGUI',6,'Hantera inställningar.',1047894209,NULL); INSERT INTO international VALUES (10,'Poll',2,'Abstimmung zurücksetzen',1040646831,NULL); INSERT INTO international VALUES (33,'USS',3,'Bijlage',1038528227,NULL); INSERT INTO international VALUES (1,'Poll',1,'Poll',1031514049,NULL); INSERT INTO international VALUES (1,'Poll',4,'Encuesta',1065116247,NULL); INSERT INTO international VALUES (1,'Poll',5,'Sondagem',1031510000,NULL); INSERT INTO international VALUES (4,'USS',6,'Ditt meddelande har blivit validerat.',1031648642,NULL); INSERT INTO international VALUES (4,'SyndicatedContent',6,'Redigera Syndicated inehåll',1031510000,NULL); INSERT INTO international VALUES (563,'WebGUI',2,'Standard Status',1041629585,NULL); INSERT INTO international VALUES (32,'USS',3,'Plaatje',1038528221,NULL); INSERT INTO international VALUES (1,'SQLReport',1,'SQL Report',1031514049,NULL); INSERT INTO international VALUES (1,'SQLReport',4,'Informe SQL',1065116262,NULL); INSERT INTO international VALUES (1,'SQLReport',5,'Relatório SQL',1031510000,NULL); INSERT INTO international VALUES (31,'USS',3,'Inhoud',1038528215,NULL); INSERT INTO international VALUES (1,'SyndicatedContent',1,'URL to RSS File',1031514049,NULL); INSERT INTO international VALUES (1,'SyndicatedContent',5,'Ficheiro de URL para RSS',1031510000,NULL); INSERT INTO international VALUES (1,'USS',1,'Who can approve?',1031514049,NULL); INSERT INTO international VALUES (1,'USS',5,'Quem pode aprovar?',1031510000,NULL); INSERT INTO international VALUES (18,'SQLReport',3,'Er waren geen resultaten voor deze query',1038527912,NULL); INSERT INTO international VALUES (1,'WebGUI',1,'Add content...',1031514049,NULL); INSERT INTO international VALUES (1,'WebGUI',4,'Añadir contenido...',1065304519,NULL); INSERT INTO international VALUES (1,'WebGUI',5,'Adicionar conteudo...',1031510000,NULL); INSERT INTO international VALUES (2,'EventsCalendar',1,'Events Calendar',1031514049,NULL); INSERT INTO international VALUES (2,'EventsCalendar',4,'Calendario de Eventos',1065012135,NULL); INSERT INTO international VALUES (2,'EventsCalendar',5,'Calendário de eventos',1031510000,NULL); INSERT INTO international VALUES (4,'SiteMap',6,'Nivåer att traversera',1031510000,NULL); INSERT INTO international VALUES (4,'Poll',6,'Vem kan rösta?',1031510000,NULL); INSERT INTO international VALUES (10,'SQLReport',2,'Fehler: Das SQL-Statement ist im falschen Format.',1040649121,NULL); INSERT INTO international VALUES (17,'SQLReport',3,'Debug: Query:',1038527904,NULL); INSERT INTO international VALUES (2,'FAQ',1,'F.A.Q.',1031514049,NULL); INSERT INTO international VALUES (2,'FAQ',4,'F.A.Q.',1065116358,NULL); INSERT INTO international VALUES (2,'FAQ',5,'Perguntas mais frequentes',1031510000,NULL); INSERT INTO international VALUES (2,'Item',1,'Attachment',1031514049,NULL); INSERT INTO international VALUES (16,'SQLReport',3,'Debug?',1038527891,NULL); INSERT INTO international VALUES (1,'Article',10,'Artikkel',1032469833,NULL); INSERT INTO international VALUES (2,'MessageBoard',1,'Message Board',1031514049,NULL); INSERT INTO international VALUES (2,'MessageBoard',4,'Tablero de Mensajes',1039628673,NULL); INSERT INTO international VALUES (2,'MessageBoard',5,'Quadro de mensagens',1031510000,NULL); INSERT INTO international VALUES (4,'ExtraColumn',6,'Bredd',1031510000,NULL); INSERT INTO international VALUES (15,'SQLReport',3,'Verwerk macros voor query?',1038527884,NULL); INSERT INTO international VALUES (2,'SiteMap',1,'Site Map',1031514049,NULL); INSERT INTO international VALUES (2,'SiteMap',5,'Mapa do site',1031510000,NULL); INSERT INTO international VALUES (10,'WebGUI',2,' Verwalten: Mülleimer',1040640519,NULL); INSERT INTO international VALUES (4,'Article',6,'Slutdatum',1032257354,NULL); INSERT INTO international VALUES (3,'WebGUI',6,'Klistra in från klippbord...',1031510000,NULL); INSERT INTO international VALUES (14,'SQLReport',3,'Breek pagina af na',1038527876,NULL); INSERT INTO international VALUES (2,'SyndicatedContent',1,'Syndicated Content',1031514049,NULL); INSERT INTO international VALUES (2,'SyndicatedContent',5,'Conteudo sindical',1031510000,NULL); INSERT INTO international VALUES (2,'USS',1,'Who can contribute?',1031514049,NULL); INSERT INTO international VALUES (2,'USS',4,'Quiénes pueden contribuir?',1065116374,NULL); INSERT INTO international VALUES (2,'USS',5,'Quem pode contribuir?',1031510000,NULL); INSERT INTO international VALUES (13,'SQLReport',3,'Converteer Return?',1038527870,NULL); INSERT INTO international VALUES (2,'WebGUI',1,'Page',1031514049,NULL); INSERT INTO international VALUES (2,'WebGUI',4,'Página',1065116378,NULL); INSERT INTO international VALUES (2,'WebGUI',5,'Página',1031510000,NULL); INSERT INTO international VALUES (3,'Article',1,'Start Date',1031514049,NULL); INSERT INTO international VALUES (3,'Article',4,'Fecha de Inicio',1065116449,NULL); INSERT INTO international VALUES (3,'Article',5,'Data de inicio',1031510000,NULL); INSERT INTO international VALUES (11,'Article',2,'(Bitte anklicken, falls Sie nicht <br> in Ihrem Text hinzufügen.)',1040597800,NULL); INSERT INTO international VALUES (3,'SQLReport',6,'Rapportmall',1032859295,NULL); INSERT INTO international VALUES (3,'SiteMap',6,'Starta från denna nivå?',1031510000,NULL); INSERT INTO international VALUES (3,'Poll',6,'Aktiv',1031510000,NULL); INSERT INTO international VALUES (3,'ExtraColumn',1,'Spacer',1031514049,NULL); INSERT INTO international VALUES (3,'ExtraColumn',4,'Espaciador',1065116504,NULL); INSERT INTO international VALUES (3,'ExtraColumn',5,'Espaçamento',1031510000,NULL); INSERT INTO international VALUES (564,'WebGUI',6,'Vem kan posta?',1031510000,NULL); INSERT INTO international VALUES (3,'LinkList',6,'Öppna i nytt fönster?',1031649790,NULL); INSERT INTO international VALUES (3,'Item',1,'Delete Attachment',1031514049,NULL); INSERT INTO international VALUES (11,'FileManager',2,'Neuen Download hinzufügen.',1040644692,NULL); INSERT INTO international VALUES (11,'Poll',3,'Stem!',1038526637,NULL); INSERT INTO international VALUES (3,'LinkList',1,'Open in new window?',1031514049,NULL); INSERT INTO international VALUES (3,'LinkList',5,'Abrir numa nova janela?',1031510000,NULL); INSERT INTO international VALUES (564,'WebGUI',1,'Who can post?',1031514049,NULL); INSERT INTO international VALUES (564,'WebGUI',4,'Quienes pueden participar?',1039818508,NULL); INSERT INTO international VALUES (564,'WebGUI',5,'Quem pode colocar novas?',1031510000,NULL); INSERT INTO international VALUES (3,'Poll',1,'Active',1031514049,NULL); INSERT INTO international VALUES (3,'Poll',4,'Activar',1065116508,NULL); INSERT INTO international VALUES (3,'Poll',5,'Activo',1031510000,NULL); INSERT INTO international VALUES (3,'SiteMap',1,'Start With',1039908390,NULL); INSERT INTO international VALUES (3,'SiteMap',5,'Iniciando neste nível?',1031510000,NULL); INSERT INTO international VALUES (565,'WebGUI',3,'Wie kan bewerken?',1039780755,NULL); INSERT INTO international VALUES (3,'SQLReport',1,'Report Template',1031514049,NULL); INSERT INTO international VALUES (3,'SQLReport',4,'Plantilla de Informe',1065116523,NULL); INSERT INTO international VALUES (3,'SQLReport',5,'Template',1031510000,NULL); INSERT INTO international VALUES (3,'ExtraColumn',6,'Mellanrum',1031649752,NULL); INSERT INTO international VALUES (3,'Article',6,'Startdatum',1032257347,NULL); INSERT INTO international VALUES (4,'Item',3,'Item',1038487811,NULL); INSERT INTO international VALUES (5,'Item',3,'Download bijlage',1038487819,NULL); INSERT INTO international VALUES (3,'USS',1,'You have a new user submission to approve.',1031514049,NULL); INSERT INTO international VALUES (3,'USS',5,'Tem nova submissão para aprovar.',1031510000,NULL); INSERT INTO international VALUES (3,'WebGUI',1,'Paste from clipboard...',1031514049,NULL); INSERT INTO international VALUES (3,'WebGUI',4,'Pegar desde el portapapeles...',1065116538,NULL); INSERT INTO international VALUES (3,'WebGUI',5,'Colar do clipboard...',1031510000,NULL); INSERT INTO international VALUES (11,'Poll',2,'Abstimmen!',1040646855,NULL); INSERT INTO international VALUES (3,'Item',3,'Verwijder bijlage',1038487804,NULL); INSERT INTO international VALUES (4,'Article',1,'End Date',1031514049,NULL); INSERT INTO international VALUES (4,'Article',4,'Fecha de Finalización',1065116787,NULL); INSERT INTO international VALUES (4,'Article',5,'Data de fim',1031510000,NULL); INSERT INTO international VALUES (2,'Item',3,'Bijlage',1038487747,NULL); INSERT INTO international VALUES (4,'EventsCalendar',1,'Happens only once.',1031514049,NULL); INSERT INTO international VALUES (4,'EventsCalendar',4,'Sucede solo una vez.',1065116599,NULL); INSERT INTO international VALUES (4,'EventsCalendar',5,'Apenas uma vez.',1031510000,NULL); INSERT INTO international VALUES (1,'Item',3,'Link URL',1038487737,NULL); INSERT INTO international VALUES (4,'ExtraColumn',1,'Width',1031514049,NULL); INSERT INTO international VALUES (4,'ExtraColumn',4,'Ancho',1065116753,NULL); INSERT INTO international VALUES (4,'ExtraColumn',5,'Largura',1031510000,NULL); INSERT INTO international VALUES (2,'USS',6,'Vem kan göra inlägg?',1031510000,NULL); INSERT INTO international VALUES (2,'SyndicatedContent',6,'Syndicated inehåll',1031510000,NULL); INSERT INTO international VALUES (4,'Item',1,'Item',1031514049,NULL); INSERT INTO international VALUES (1023,'WebGUI',1,'Unsubscribe from discussion',1065875186,'A label for a link that unsubscribes the user from the discussion they are currently viewing.'); INSERT INTO international VALUES (4,'Poll',1,'Who can vote?',1031514049,NULL); INSERT INTO international VALUES (4,'Poll',4,'Quiénes pueden votar?',1065116748,NULL); INSERT INTO international VALUES (4,'Poll',5,'Quem pode votar?',1031510000,NULL); INSERT INTO international VALUES (13,'FAQ',3,'Zet [top] link aan?',1038487340,NULL); INSERT INTO international VALUES (4,'SiteMap',1,'Depth To Traverse',1031514049,NULL); INSERT INTO international VALUES (4,'SiteMap',5,'profundidade a travessar',1031510000,NULL); INSERT INTO international VALUES (11,'SQLReport',2,'Fehler: Es gab ein Problem mit der Abfrage.',1040649134,NULL); INSERT INTO international VALUES (12,'FAQ',3,'Zet V/A aan?',1038487333,NULL); INSERT INTO international VALUES (4,'SQLReport',1,'Query',1031514049,NULL); INSERT INTO international VALUES (4,'SQLReport',4,'Consulta',1065116742,NULL); INSERT INTO international VALUES (4,'SQLReport',5,'Query',1031510000,NULL); INSERT INTO international VALUES (11,'FAQ',3,'Zet inhoud aan?',1038487324,NULL); INSERT INTO international VALUES (4,'SyndicatedContent',1,'Edit Syndicated Content',1031514049,NULL); INSERT INTO international VALUES (4,'SyndicatedContent',5,'Modificar conteudo sindical',1031510000,NULL); INSERT INTO international VALUES (19,'EventsCalendar',3,'Breek pagina af na',1038486795,NULL); INSERT INTO international VALUES (4,'USS',1,'Your submission has been approved.',1031514049,NULL); INSERT INTO international VALUES (4,'USS',5,'A sua submissão foi aprovada.',1031510000,NULL); INSERT INTO international VALUES (4,'WebGUI',1,'Manage settings.',1031514049,NULL); INSERT INTO international VALUES (4,'WebGUI',4,'Gestionar opciones.',1065273343,NULL); INSERT INTO international VALUES (4,'WebGUI',5,'Organizar preferências.',1031510000,NULL); INSERT INTO international VALUES (11,'WebGUI',2,'Mülleimer leeren',1040650325,NULL); INSERT INTO international VALUES (38,'USS',1,'(Select \"No\" if you\'re writing an HTML/Rich Edit submission.)',1031514049,NULL); INSERT INTO international VALUES (20,'EventsCalendar',1,'Add an event.',1031514049,NULL); INSERT INTO international VALUES (700,'WebGUI',1,'Day(s)',1031514049,NULL); INSERT INTO international VALUES (700,'WebGUI',4,'Día(s)',1065544154,NULL); INSERT INTO international VALUES (700,'WebGUI',5,'Dia',1031510000,NULL); INSERT INTO international VALUES (5,'ExtraColumn',1,'StyleSheet Class',1031514049,NULL); INSERT INTO international VALUES (5,'ExtraColumn',4,'Clase de Hoja de Estilos',1065116887,NULL); INSERT INTO international VALUES (5,'ExtraColumn',5,'StyleSheet Class',1031510000,NULL); INSERT INTO international VALUES (5,'FAQ',1,'Question',1031514049,NULL); INSERT INTO international VALUES (5,'FAQ',4,'Pregunta',1065116855,NULL); INSERT INTO international VALUES (5,'FAQ',5,'Questão',1031510000,NULL); INSERT INTO international VALUES (5,'Item',1,'Download Attachment',1031514049,NULL); INSERT INTO international VALUES (816,'WebGUI',1,'Status',1038431169,NULL); INSERT INTO international VALUES (566,'WebGUI',1,'Edit Timeout',1031514049,NULL); INSERT INTO international VALUES (566,'WebGUI',4,'Expiración de la Edición',1065308068,NULL); INSERT INTO international VALUES (566,'WebGUI',5,'Modificar Timeout',1031510000,NULL); INSERT INTO international VALUES (12,'Article',2,'Artikel bearbeiten',1040597813,NULL); INSERT INTO international VALUES (15,'EventsCalendar',3,'Einddatum',1038486787,NULL); INSERT INTO international VALUES (5,'Poll',1,'Graph Width',1031514049,NULL); INSERT INTO international VALUES (5,'Poll',4,'Ancho del Gráfico',1065116850,NULL); INSERT INTO international VALUES (5,'Poll',5,'Largura do gráfico',1031510000,NULL); INSERT INTO international VALUES (5,'SiteMap',1,'Edit Site Map',1031514049,NULL); INSERT INTO international VALUES (5,'SiteMap',5,'Editar mapa do site',1031510000,NULL); INSERT INTO international VALUES (14,'EventsCalendar',3,'Startdatum',1038486779,NULL); INSERT INTO international VALUES (5,'SQLReport',1,'DSN',1031514049,NULL); INSERT INTO international VALUES (5,'SQLReport',4,'DSN',1065116840,NULL); INSERT INTO international VALUES (5,'SQLReport',5,'DSN',1031510000,NULL); INSERT INTO international VALUES (93,'EventsCalendar',1,'Next Event',1038202290,NULL); INSERT INTO international VALUES (5,'USS',1,'Your submission has been denied.',1031514049,NULL); INSERT INTO international VALUES (5,'USS',5,'A sua submissão não foi aprovada.',1031510000,NULL); INSERT INTO international VALUES (5,'WebGUI',1,'Manage groups.',1031514049,NULL); INSERT INTO international VALUES (5,'WebGUI',4,'Gestionar grupos.',1065273351,NULL); INSERT INTO international VALUES (5,'WebGUI',5,'Organizar grupos.',1031510000,NULL); INSERT INTO international VALUES (6,'Article',1,'Image',1031514049,NULL); INSERT INTO international VALUES (6,'Article',4,'Imagen',1065117009,NULL); INSERT INTO international VALUES (6,'Article',5,'Imagem',1031510000,NULL); INSERT INTO international VALUES (20,'EventsCalendar',3,'Evenement toevoegen',1038486813,NULL); INSERT INTO international VALUES (701,'WebGUI',1,'Week(s)',1031514049,NULL); INSERT INTO international VALUES (701,'WebGUI',4,'Semana(s)',1065544162,NULL); INSERT INTO international VALUES (701,'WebGUI',5,'Semana',1031510000,NULL); INSERT INTO international VALUES (6,'ExtraColumn',1,'Edit Extra Column',1031514049,NULL); INSERT INTO international VALUES (6,'ExtraColumn',4,'Editar Columna Extra',1065117000,NULL); INSERT INTO international VALUES (6,'ExtraColumn',5,'Modificar coluna extra',1031510000,NULL); INSERT INTO international VALUES (6,'FAQ',1,'Answer',1031514049,NULL); INSERT INTO international VALUES (6,'FAQ',4,'Respuesta',1065116989,NULL); INSERT INTO international VALUES (6,'FAQ',5,'Resposta',1031510000,NULL); INSERT INTO international VALUES (12,'FileManager',2,'Sind Sie sicher, dass Sie diesen Download löschen möchten?',1040644704,NULL); INSERT INTO international VALUES (6,'LinkList',1,'Link List',1031514049,NULL); INSERT INTO international VALUES (6,'LinkList',4,'Lista de Enlaces',1065116985,NULL); INSERT INTO international VALUES (6,'LinkList',5,'Lista de hiperlinks',1031510000,NULL); INSERT INTO international VALUES (6,'MessageBoard',1,'Edit Message Board',1031514049,NULL); INSERT INTO international VALUES (6,'MessageBoard',4,'Editar Tablero de Mensajes',1065116916,NULL); INSERT INTO international VALUES (6,'MessageBoard',5,'Modificar quadro de mensagens',1031510000,NULL); INSERT INTO international VALUES (6,'Poll',1,'Question',1031514049,NULL); INSERT INTO international VALUES (6,'Poll',4,'Pregunta',1065116979,NULL); INSERT INTO international VALUES (6,'Poll',5,'Questão',1031510000,NULL); INSERT INTO international VALUES (6,'SiteMap',1,'Indent',1031514049,NULL); INSERT INTO international VALUES (6,'SiteMap',5,'Destaque',1031510000,NULL); INSERT INTO international VALUES (12,'EventsCalendar',2,'Veranstaltungskalender bearbeiten',1040644246,NULL); INSERT INTO international VALUES (20,'FileManager',3,'Breek pagina af na',1039783664,NULL); INSERT INTO international VALUES (6,'SQLReport',1,'Database User',1031514049,NULL); INSERT INTO international VALUES (6,'SQLReport',4,'Usuario de la Base de Datos',1065116966,NULL); INSERT INTO international VALUES (6,'SQLReport',5,'User da base de dados',1031510000,NULL); INSERT INTO international VALUES (10,'HttpProxy',1,'HTTP Proxy, Add/Edit',1047858432,NULL); INSERT INTO international VALUES (12,'LinkList',2,'Link bearbeiten',1040644982,NULL); INSERT INTO international VALUES (19,'FileManager',3,'U heeft geen bestanden beschikbaar.',1039741230,NULL); INSERT INTO international VALUES (6,'USS',1,'Submissions Per Page',1031514049,NULL); INSERT INTO international VALUES (6,'USS',4,'Contribuciones por Página',1065116975,NULL); INSERT INTO international VALUES (6,'USS',5,'Submissões por página',1031510000,NULL); INSERT INTO international VALUES (6,'WebGUI',1,'Manage styles.',1031514049,NULL); INSERT INTO international VALUES (6,'WebGUI',4,'Gestionar estilos.',1065273383,NULL); INSERT INTO international VALUES (6,'WebGUI',5,'Organizar estilos.',1031510000,NULL); INSERT INTO international VALUES (18,'FileManager',3,'Alternatieve Versie #2',1038487540,NULL); INSERT INTO international VALUES (7,'Article',1,'Link Title',1031514049,NULL); INSERT INTO international VALUES (7,'Article',4,'Título del Enlace',1065117036,NULL); INSERT INTO international VALUES (7,'Article',5,'Titulo da hiperlink',1031510000,NULL); INSERT INTO international VALUES (2,'SiteMap',6,'Innehållskarta',1050403252,NULL); INSERT INTO international VALUES (2,'MessageBoard',6,'Meddelandeforum',1031650036,NULL); INSERT INTO international VALUES (7,'FAQ',1,'Are you certain that you want to delete this question?',1031514049,NULL); INSERT INTO international VALUES (7,'FAQ',4,'Está seguro de querer eliminar esta pregunta?',1065117088,NULL); INSERT INTO international VALUES (7,'FAQ',5,'Tem a certeza que quer apagar esta questão?',1031510000,NULL); INSERT INTO international VALUES (2,'Item',6,'Bilagor',1031510000,NULL); INSERT INTO international VALUES (2,'FAQ',6,'F.A.Q.',1031510000,NULL); INSERT INTO international VALUES (17,'FileManager',3,'Alternatieve Versie #1',1038487532,NULL); INSERT INTO international VALUES (1061,'WebGUI',1,'These are the template variables for the thread template.\r\n
\r\n\r\ncallback.url
\r\nThe url to the calling object such as an article or a user submission.\r\n
\r\n\r\ncallback.label
\r\nThe default label for callback.url\r\n
\r\n\r\nuser.canpost
\r\nA condition indicating whether the current user can post a new message.\r\n
\r\n\r\nuser.isVisitor
\r\nA condition indicating whether the current user is a visitor.\r\n
\r\n\r\nuser.isModerator
\r\nA condition indicating whether the current user is a moderator.\r\n
\r\n\r\nuser.isSubscribed
\r\nA condition indicating whether the current user is subscribed to this thread.\r\n
\r\n\r\nthread.layout.nested.label
\r\nThe default label for thread.layout.nested.url.\r\n
\r\n\r\nthread.layout.nested.url
\r\nA url that will change the layout of the thread to nested.\r\n
\r\n\r\nthread.layout.flat.url
\r\nA url that will change the layout of the thread to flat.\r\n
\r\n\r\nthread.layout.flat.label
\r\nThe default label for thread.layout.flat.url.\r\n
\r\n\r\nthread.layout.threaded.label
\r\nThe default label for thread.layout.threaded.url.\r\n
\r\n\r\nthread.layout.threaded.url
\r\nA url that will change the layout of the thread to threaded.\r\n
\r\n\r\nthread.layout.isThreaded
\r\nA condition indicating whether the thread layout is threaded.\r\n
\r\n\r\nthread.layout.isNested
\r\nA condition indicationg whether the thread layout is nested.\r\n
\r\n\r\nthread.layout.isFlat
\r\nA condition indicationg whether the thread layout is flat.\r\n
\r\n\r\nthread.subscribe.url
\r\nA url that will subscribe the current user to this thread.\r\n
\r\n\r\nthread.subscribe.label
\r\nThe default label for thread.subscribe.url.\r\n
\r\n\r\nthread.unsubscribe.url
\r\nA url that will unsubscribe the current user from this thread.\r\n
\r\n\r\nthread.unsubscribe.label
\r\nThe default label for thread.unsubscribe.url.\r\n
\r\n\r\nthread.isSticky
\r\nA condition indicating whether the thread is sticky.\r\n
\r\n\r\nthread.stick.url
\r\nA url that will make this thread sticky.\r\n
\r\n\r\nthread.stick.label
\r\nThe default label for thread.stick.url.\r\n
\r\n\r\nthread.unstick.url
\r\nA url that will make a sticky thread unstick.\r\n
\r\n\r\nthread.unstick.label
\r\nThe default label for thread.unstick.url.\r\n
\r\n\r\nthread.isLocked
\r\nA condition indicating whether this thread is locked.\r\n
\r\n\r\nthread.lock.url
\r\nA url that will lock this thread.\r\n
\r\n\r\nthread.lock.label
\r\nThe default label for thread.lock.url.\r\n
\r\n\r\nthread.unlock.url
\r\nA url that will unlock this thread.\r\n
\r\n\r\nthread.unlock.label
\r\nThe default label for thread.unlock.url.\r\n
\r\n\r\npost_loop
\r\nA loop containing all the posts in this thread.\r\n
\r\n\r\n
\r\n\r\npost.indent_loop\r\n\r\n
\r\nA loop to be used for indenting.\r\n\r\n
\r\ndepth\r\n
\r\nAn integer indicating the depth. Not really useful, just hear to fill out the loop.\r\n\r\n\r\npost.indent.depth
\r\nAn integer indicating how many levels deep this post is.\r\n\r\n\r\npost.isCurrent
\r\nA condition indicating whether this post is the one selected for viewing by the user.\r\n\r\n\r\nNOTE: All of the variables from the post template are also available here.\r\n\r\n
\r\n\r\nthread.subject.label
\r\nThe default label for subjects.\r\n
\r\n\r\nthread.date.label
\r\nThe default label for dates.\r\n
\r\n\r\nthread.user.label
\r\nThe default label for authors.\r\n
\r\n\r\nthread.new.url
\r\nA url to create a new url.\r\n
\r\n\r\nthread.new.label
\r\nThe default label for thread.new.url.\r\n
\r\n\r\nthread.previous.url
\r\nA url that will display the previous thread.\r\n
\r\n\r\nthread.previous.label
\r\nThe default label for thread.previous.url.\r\n
\r\n\r\nthread.next.url
\r\nA url that will display the next thread.\r\n
\r\n\r\nthread.next.label
\r\nThe default label for thread.next.url.\r\n
\r\n\r\nthread.list.url\r\nA url to take the user back to the thread list (aka the forum).\r\n
\r\n\r\nthread.list.label
\r\nThe default label for thread.list.url.\r\n
\r\n\r\nforum.title
\r\nThe title of this forum as passed by the calling object.\r\n
\r\n\r\nforum.description
\r\nThe description of this forum as passed by the calling object.\r\n
\r\n\r\n',1068919471,NULL);
INSERT INTO international VALUES (12,'SQLReport',2,'Fehler: Datenbankverbindung konnte nicht aufgebaut werden.',1040649187,NULL);
INSERT INTO international VALUES (7,'Poll',1,'Answers',1031514049,NULL);
INSERT INTO international VALUES (7,'Poll',4,'Respuestas',1065117069,NULL);
INSERT INTO international VALUES (7,'Poll',5,'Respostas',1031510000,NULL);
INSERT INTO international VALUES (16,'FileManager',3,'Upload datum',1038487525,NULL);
INSERT INTO international VALUES (7,'SQLReport',1,'Database Password',1031514049,NULL);
INSERT INTO international VALUES (7,'SQLReport',4,'Contraseña de la Base de Datos',1065117063,NULL);
INSERT INTO international VALUES (7,'SQLReport',5,'Password da base de dados',1031510000,NULL);
INSERT INTO international VALUES (15,'FileManager',3,'Beschrijving',1038487513,NULL);
INSERT INTO international VALUES (560,'WebGUI',1,'Approved',1031514049,NULL);
INSERT INTO international VALUES (560,'WebGUI',4,'Aprobado',1065306931,NULL);
INSERT INTO international VALUES (560,'WebGUI',5,'Aprovado',1031510000,NULL);
INSERT INTO international VALUES (14,'FileManager',3,'Bestand',1038487506,NULL);
INSERT INTO international VALUES (7,'WebGUI',1,'Manage users.',1031514049,NULL);
INSERT INTO international VALUES (7,'WebGUI',4,'Gestionar usuarios.',1065273389,NULL);
INSERT INTO international VALUES (7,'WebGUI',5,'Organizar utilizadores.',1031510000,NULL);
INSERT INTO international VALUES (8,'Article',1,'Link URL',1031514049,NULL);
INSERT INTO international VALUES (8,'Article',4,'URL del Enlace',1065117161,NULL);
INSERT INTO international VALUES (8,'Article',5,'URL da hiperlink',1031510000,NULL);
INSERT INTO international VALUES (8,'EventsCalendar',1,'Recurs every',1031514049,NULL);
INSERT INTO international VALUES (8,'EventsCalendar',4,'Se repite cada',1065117127,NULL);
INSERT INTO international VALUES (8,'EventsCalendar',5,'Repetição',1031510000,NULL);
INSERT INTO international VALUES (8,'FAQ',1,'Edit F.A.Q.',1031514049,NULL);
INSERT INTO international VALUES (8,'FAQ',4,'Editar F.A.Q.',1065117233,NULL);
INSERT INTO international VALUES (8,'FAQ',5,'Modificar perguntas mais frequentes',1031510000,NULL);
INSERT INTO international VALUES (12,'FileManager',3,'Weet u zeker dat u dit bestand wilt verwijderen?',1039741211,NULL);
INSERT INTO international VALUES (8,'LinkList',1,'URL',1031514049,NULL);
INSERT INTO international VALUES (8,'LinkList',4,'URL',1065117229,NULL);
INSERT INTO international VALUES (8,'LinkList',5,'URL',1031510000,NULL);
INSERT INTO international VALUES (12,'USS',2,'(Bitte deaktivieren, wenn Ihr Beitrag in HTML geschrieben ist)',1040649805,NULL);
INSERT INTO international VALUES (11,'FileManager',3,'Nieuw bestand toevoegen',1039741190,NULL);
INSERT INTO international VALUES (8,'Poll',1,'(Enter one answer per line. No more than 20.)',1031514049,NULL);
INSERT INTO international VALUES (8,'Poll',4,'(Introduzca una respuesta por línea. No más de 20.)',1065117221,NULL);
INSERT INTO international VALUES (8,'Poll',5,'(Introduza uma resposta por linha. Não passe das 20.)',1031510000,NULL);
INSERT INTO international VALUES (10,'FileManager',3,'Bewerk Bestand',1039741172,NULL);
INSERT INTO international VALUES (8,'SQLReport',1,'Edit SQL Report',1031514049,NULL);
INSERT INTO international VALUES (8,'SQLReport',4,'Editar Informe SQL',1065117190,NULL);
INSERT INTO international VALUES (8,'SQLReport',5,'Modificar o relaório SQL',1031510000,NULL);
INSERT INTO international VALUES (9,'FileManager',3,'Bewerk bestandsbeheer',1038487725,NULL);
INSERT INTO international VALUES (561,'WebGUI',1,'Denied',1031514049,NULL);
INSERT INTO international VALUES (561,'WebGUI',4,'Denegado',1065306938,NULL);
INSERT INTO international VALUES (561,'WebGUI',5,'Negado',1031510000,NULL);
INSERT INTO international VALUES (8,'WebGUI',1,'View page not found.',1031514049,NULL);
INSERT INTO international VALUES (8,'WebGUI',4,'Ver página no encontrada.',1065117178,NULL);
INSERT INTO international VALUES (8,'WebGUI',5,'Ver página não encontrada.',1031510000,NULL);
INSERT INTO international VALUES (12,'WebGUI',2,'Editieren abschalten.',1050568811,NULL);
INSERT INTO international VALUES (8,'FileManager',3,'Korte Omschrijving',1038487642,NULL);
INSERT INTO international VALUES (9,'Article',1,'Attachment',1031514049,NULL);
INSERT INTO international VALUES (9,'Article',4,'Adjuntar',1065117368,NULL);
INSERT INTO international VALUES (9,'Article',5,'Anexar',1031510000,NULL);
INSERT INTO international VALUES (9,'EventsCalendar',1,'until',1031514049,NULL);
INSERT INTO international VALUES (9,'EventsCalendar',4,'hasta',1065117302,NULL);
INSERT INTO international VALUES (9,'EventsCalendar',5,'até',1031510000,NULL);
INSERT INTO international VALUES (13,'Article',2,'Löschen',1040597823,NULL);
INSERT INTO international VALUES (7,'FileManager',3,'Groep die mag downloaden',1038487619,NULL);
INSERT INTO international VALUES (9,'FAQ',1,'Add a new question.',1031514049,NULL);
INSERT INTO international VALUES (9,'FAQ',4,'Agregar una nueva pregunta.',1065117362,NULL);
INSERT INTO international VALUES (9,'FAQ',5,'Adicionar nova questão.',1031510000,NULL);
INSERT INTO international VALUES (728,'WebGUI',1,'Are you certain you wish to delete this file?',1031514049,NULL);
INSERT INTO international VALUES (6,'FileManager',3,'Bestand',1039741252,NULL);
INSERT INTO international VALUES (9,'LinkList',1,'Are you certain that you want to delete this link?',1031514049,NULL);
INSERT INTO international VALUES (9,'LinkList',4,'Está seguro de querer eliminar este enlace?',1065117350,NULL);
INSERT INTO international VALUES (9,'LinkList',5,'Tem a certeza que quer apagar esta hiperlink?',1031510000,NULL);
INSERT INTO international VALUES (5,'FileManager',3,'Bestandstitel',1038487583,NULL);
INSERT INTO international VALUES (9,'Poll',1,'Edit Poll',1031514049,NULL);
INSERT INTO international VALUES (9,'Poll',4,'Editar Encuesta',1065117337,NULL);
INSERT INTO international VALUES (9,'Poll',5,'Modificar sondagem',1031510000,NULL);
INSERT INTO international VALUES (3,'FileManager',3,'Doorgaan met bestand toevoegen?',1038487572,NULL);
INSERT INTO international VALUES (9,'SQLReport',1,'Debug: Error: The DSN specified is of an improper format.',1031514049,NULL);
INSERT INTO international VALUES (9,'SQLReport',4,'Error: El DSN especificado está en un formato incorrecto.',1065117331,NULL);
INSERT INTO international VALUES (9,'SQLReport',5,'Erro: O DSN especificado tem um formato impróprio.',1031510000,NULL);
INSERT INTO international VALUES (13,'EventsCalendar',2,'Veranstaltung bearbeiten',1040644259,NULL);
INSERT INTO international VALUES (562,'WebGUI',1,'Pending',1031514049,NULL);
INSERT INTO international VALUES (562,'WebGUI',4,'Pendiente',1065306960,NULL);
INSERT INTO international VALUES (562,'WebGUI',5,'Pendente',1031510000,NULL);
INSERT INTO international VALUES (1,'FileManager',3,'Download Manager',1038487478,NULL);
INSERT INTO international VALUES (9,'WebGUI',1,'View clipboard.',1031514049,NULL);
INSERT INTO international VALUES (9,'WebGUI',4,'Ver portapapeles.',1065117314,NULL);
INSERT INTO international VALUES (9,'WebGUI',5,'Ver o clipboard.',1031510000,NULL);
INSERT INTO international VALUES (10,'Article',1,'Convert carriage returns?',1031514049,NULL);
INSERT INTO international VALUES (10,'Article',4,'Convertir saltos de línea?',1039818142,NULL);
INSERT INTO international VALUES (10,'Article',5,'Converter o caracter de retorno (CR) ?',1031510000,NULL);
INSERT INTO international VALUES (13,'LinkList',2,'Neuen Link hinzufügen',1040644996,NULL);
INSERT INTO international VALUES (577,'WebGUI',2,'Antworten',1041629793,NULL);
INSERT INTO international VALUES (28,'Article',3,'Bekijk reacties',1037903267,NULL);
INSERT INTO international VALUES (10,'FAQ',1,'Edit Question',1031514049,NULL);
INSERT INTO international VALUES (10,'FAQ',4,'Editar Pregunta',1065117542,NULL);
INSERT INTO international VALUES (10,'FAQ',5,'Modificar questão',1031510000,NULL);
INSERT INTO international VALUES (10,'LinkList',1,'Edit Link List',1031514049,NULL);
INSERT INTO international VALUES (10,'LinkList',4,'Editar Lista de Enlaces',1065117537,NULL);
INSERT INTO international VALUES (10,'LinkList',5,'Modificar lista de hiperlinks',1031510000,NULL);
INSERT INTO international VALUES (394,'WebGUI',2,' Verwalten: Uploads',1040640559,NULL);
INSERT INTO international VALUES (6,'Article',10,'Billede',1031510000,NULL);
INSERT INTO international VALUES (4,'Article',10,'Til dato',1031510000,NULL);
INSERT INTO international VALUES (3,'Article',10,'Fra dato',1031510000,NULL);
INSERT INTO international VALUES (77,'MessageBoard',1,'Edit Forum',1066061199,'A title for the forum editing page.');
INSERT INTO international VALUES (10,'Poll',1,'Reset votes.',1031514049,NULL);
INSERT INTO international VALUES (10,'Poll',5,'Reinicializar os votos.',1031510000,NULL);
INSERT INTO international VALUES (23,'Article',3,'Datum',1037903242,NULL);
INSERT INTO international VALUES (24,'Article',3,'Post reactie',1037903252,NULL);
INSERT INTO international VALUES (10,'SQLReport',1,'Debug: Error: The SQL specified is of an improper format.',1031514049,NULL);
INSERT INTO international VALUES (10,'SQLReport',4,'Error: El SQL especificado está en un formato incorrecto.',1065117532,NULL);
INSERT INTO international VALUES (10,'SQLReport',5,'Erro: O SQL especificado tem um formato impróprio.',1031510000,NULL);
INSERT INTO international VALUES (22,'Article',3,'Auteur',1037903234,NULL);
INSERT INTO international VALUES (563,'WebGUI',1,'Default Status',1031514049,NULL);
INSERT INTO international VALUES (563,'WebGUI',4,'Estado por Defecto',1065307027,NULL);
INSERT INTO international VALUES (563,'WebGUI',5,'Estado por defeito',1031510000,NULL);
INSERT INTO international VALUES (894,'WebGUI',3,'Discussie toelaten?',1037903226,NULL);
INSERT INTO international VALUES (10,'WebGUI',1,'Manage trash.',1031514049,NULL);
INSERT INTO international VALUES (10,'WebGUI',4,'Gestionar papelera.',1065117519,NULL);
INSERT INTO international VALUES (10,'WebGUI',5,'Ver o caixote do lixo.',1031510000,NULL);
INSERT INTO international VALUES (11,'Article',1,'(Select \"Yes\" only if you aren\'t adding <br> manually.)',1031514049,NULL);
INSERT INTO international VALUES (11,'Article',4,'(Seleccione \"Si\" solamente si no está añadiendo <br> manualmente.)',1065170408,NULL);
INSERT INTO international VALUES (11,'Article',5,'(escolher se não adicionar <br> manualmente.)',1031510000,NULL);
INSERT INTO international VALUES (590,'WebGUI',10,'Sprog ID',1037205552,NULL);
INSERT INTO international VALUES (589,'WebGUI',10,'Redigér sprog.',1037205536,NULL);
INSERT INTO international VALUES (58,'Product',1,'Edit Product Template',1031514049,NULL);
INSERT INTO international VALUES (707,'WebGUI',1,'Show debugging?',1031514049,NULL);
INSERT INTO international VALUES (78,'EventsCalendar',1,'Don\'t delete anything, I made a mistake.',1031514049,NULL);
INSERT INTO international VALUES (780,'WebGUI',1,'File',1036912946,NULL);
INSERT INTO international VALUES (2,'EventsCalendar',6,'Händelsekalender',1032259717,NULL);
INSERT INTO international VALUES (1,'WebGUI',6,'Lägg till innehåll...',1031648961,NULL);
INSERT INTO international VALUES (1,'USS',6,'Vem kan validera?',1031510000,NULL);
INSERT INTO international VALUES (772,'WebGUI',1,'Edit File',1036893140,NULL);
INSERT INTO international VALUES (1053,'WebGUI',1,'Manage Replacements',1066419031,'A heading for the replacement listings page.');
INSERT INTO international VALUES (1045,'WebGUI',1,'Nested',1066405110,'A label indicating the layout of a forum thread.');
INSERT INTO international VALUES (767,'WebGUI',1,'Collateral Id',1036892929,NULL);
INSERT INTO international VALUES (11,'SQLReport',1,'Debug: Error: There was a problem with the query.',1031514049,NULL);
INSERT INTO international VALUES (11,'SQLReport',4,'Error: Hay un problema con la consulta.',1065170433,NULL);
INSERT INTO international VALUES (11,'SQLReport',5,'Erro: Houve um problema com a query.',1031510000,NULL);
INSERT INTO international VALUES (391,'WebGUI',2,'Anhang löschen',1041631989,NULL);
INSERT INTO international VALUES (1,'SQLReport',6,'SQL Rapport',1031510000,NULL);
INSERT INTO international VALUES (1,'Poll',6,'Fråga',1031510000,NULL);
INSERT INTO international VALUES (763,'WebGUI',1,'Add a snippet.',1036892785,NULL);
INSERT INTO international VALUES (11,'WebGUI',1,'Empy trash.',1031514049,NULL);
INSERT INTO international VALUES (11,'WebGUI',4,'Vaciar papelera.',1065170424,NULL);
INSERT INTO international VALUES (11,'WebGUI',5,'Esvaziar o caixote do lixo.',1031510000,NULL);
INSERT INTO international VALUES (355,'WebGUI',3,'Standaard',1038529857,NULL);
INSERT INTO international VALUES (12,'Article',1,'Edit Article',1031514049,NULL);
INSERT INTO international VALUES (12,'Article',4,'Editar Artículo',1065170580,NULL);
INSERT INTO international VALUES (12,'Article',5,'Modificar artigo',1031510000,NULL);
INSERT INTO international VALUES (354,'WebGUI',3,'Bekijk berichten log.',1038529850,NULL);
INSERT INTO international VALUES (12,'EventsCalendar',1,'Edit Events Calendar',1031514049,NULL);
INSERT INTO international VALUES (12,'EventsCalendar',4,'Editar Calendario de Eventos',1065170468,NULL);
INSERT INTO international VALUES (12,'EventsCalendar',5,'Modificar calendário de eventos',1031510000,NULL);
INSERT INTO international VALUES (12,'LinkList',1,'Edit Link',1031514049,NULL);
INSERT INTO international VALUES (12,'LinkList',4,'Editar Enlace',1065170576,NULL);
INSERT INTO international VALUES (12,'LinkList',5,'Modificar hiperlink',1031510000,NULL);
INSERT INTO international VALUES (353,'WebGUI',3,'U heeft nu geen berichten log toevoegingen.',1038529844,NULL);
INSERT INTO international VALUES (807,'WebGUI',1,'Manage the groups in this group.',1037579473,NULL);
INSERT INTO international VALUES (352,'WebGUI',3,'Datum van toevoeging',1038529833,NULL);
INSERT INTO international VALUES (12,'SQLReport',1,'Debug: Error: Could not connect to the database.',1031514049,NULL);
INSERT INTO international VALUES (12,'SQLReport',4,'Error: No se puede conectar a la base de datos.',1065170572,NULL);
INSERT INTO international VALUES (12,'SQLReport',5,'Erro: Não é possível ligar á base de dados.',1031510000,NULL);
INSERT INTO international VALUES (702,'WebGUI',10,'måned(er)',1036855955,NULL);
INSERT INTO international VALUES (350,'WebGUI',3,'Gereed',1038529818,NULL);
INSERT INTO international VALUES (351,'WebGUI',3,'Bericht',1038529825,NULL);
INSERT INTO international VALUES (12,'USS',1,'(Uncheck if you\'re writing an HTML submission.)',1031514049,NULL);
INSERT INTO international VALUES (12,'USS',4,'(Desmarque si está escribiendo una contribución en HTML.)',1065170538,NULL);
INSERT INTO international VALUES (12,'USS',5,'(deixar em branco se a submissão for em HTML.)',1031510000,NULL);
INSERT INTO international VALUES (388,'WebGUI',2,'Upload Datum',1041631980,NULL);
INSERT INTO international VALUES (12,'WebGUI',1,'Turn admin off.',1031514049,NULL);
INSERT INTO international VALUES (12,'WebGUI',4,'Desactivar la Barra de Administración',1065170508,NULL);
INSERT INTO international VALUES (12,'WebGUI',5,'Desligar o modo administrativo.',1031510000,NULL);
INSERT INTO international VALUES (349,'WebGUI',3,'Laatst beschikbare versie',1038529800,NULL);
INSERT INTO international VALUES (13,'Article',1,'Delete',1031514049,NULL);
INSERT INTO international VALUES (13,'Article',4,'Eliminar',1065170667,NULL);
INSERT INTO international VALUES (13,'Article',5,'Apagar',1031510000,NULL);
INSERT INTO international VALUES (348,'WebGUI',3,'Naam',1038529792,NULL);
INSERT INTO international VALUES (13,'EventsCalendar',1,'Edit Event',1031514049,NULL);
INSERT INTO international VALUES (13,'EventsCalendar',4,'Editar Evento',1065170588,NULL);
INSERT INTO international VALUES (13,'EventsCalendar',5,'Modificar evento',1031510000,NULL);
INSERT INTO international VALUES (387,'WebGUI',2,'Upload von',1040399607,NULL);
INSERT INTO international VALUES (13,'LinkList',1,'Add a new link.',1031514049,NULL);
INSERT INTO international VALUES (13,'LinkList',4,'Añadir un nuevo enlace.',1065170673,NULL);
INSERT INTO international VALUES (13,'LinkList',5,'Adicionar nova hiperlink.',1031510000,NULL);
INSERT INTO international VALUES (385,'WebGUI',2,'Parameter',1041631959,NULL);
INSERT INTO international VALUES (347,'WebGUI',3,'Bekijk profiel van',1038529785,NULL);
INSERT INTO international VALUES (577,'WebGUI',1,'Post Reply',1031514049,NULL);
INSERT INTO international VALUES (577,'WebGUI',4,'Responder',1065542982,NULL);
INSERT INTO international VALUES (577,'WebGUI',5,'Responder',1031510000,NULL);
INSERT INTO international VALUES (13,'USS',1,'Date Submitted',1031514049,NULL);
INSERT INTO international VALUES (13,'USS',4,'Fecha de Contribución',1065170636,NULL);
INSERT INTO international VALUES (13,'USS',5,'Data de submissão',1031510000,NULL);
INSERT INTO international VALUES (386,'WebGUI',2,'Grafik bearbeiten',1041631972,NULL);
INSERT INTO international VALUES (13,'WebGUI',1,'View help index.',1031514049,NULL);
INSERT INTO international VALUES (13,'WebGUI',4,'Ver índice de la ayuda.',1065170609,NULL);
INSERT INTO international VALUES (13,'WebGUI',5,'Ver o indice da ajuda.',1031510000,NULL);
INSERT INTO international VALUES (761,'WebGUI',1,'Add an image.',1036892765,NULL);
INSERT INTO international VALUES (384,'WebGUI',2,'Datei',1041631951,NULL);
INSERT INTO international VALUES (516,'WebGUI',1,'Turn Admin On!',1031514049,NULL);
INSERT INTO international VALUES (517,'WebGUI',1,'Turn Admin Off!',1031514049,NULL);
INSERT INTO international VALUES (515,'WebGUI',1,'Add edit stamp to posts?',1031514049,NULL);
INSERT INTO international VALUES (14,'USS',1,'Status',1031514049,NULL);
INSERT INTO international VALUES (14,'USS',4,'Estado',1065170698,NULL);
INSERT INTO international VALUES (14,'USS',5,'Estado',1031510000,NULL);
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,NULL);
INSERT INTO international VALUES (14,'WebGUI',1,'View pending submissions.',1031514049,NULL);
INSERT INTO international VALUES (14,'WebGUI',4,'Ver contribuciones pendientes.',1065170693,NULL);
INSERT INTO international VALUES (14,'WebGUI',5,'Ver submissões pendentes.',1031510000,NULL);
INSERT INTO international VALUES (345,'WebGUI',3,'Geen lid',1038529764,NULL);
INSERT INTO international VALUES (343,'WebGUI',3,'Bekijk profiel.',1038529754,NULL);
INSERT INTO international VALUES (15,'USS',1,'Edit/Delete',1031514049,NULL);
INSERT INTO international VALUES (15,'USS',4,'Editar/Eliminar',1065170720,NULL);
INSERT INTO international VALUES (15,'USS',5,'Modificar/Apagar',1031510000,NULL);
INSERT INTO international VALUES (15,'WebGUI',1,'January',1031514049,NULL);
INSERT INTO international VALUES (15,'WebGUI',4,'Enero',1065170715,NULL);
INSERT INTO international VALUES (15,'WebGUI',5,'Janeiro',1031510000,NULL);
INSERT INTO international VALUES (379,'WebGUI',2,'Gruppen ID',1041631943,NULL);
INSERT INTO international VALUES (342,'WebGUI',3,'Bewerk account informatie.',1038529747,NULL);
INSERT INTO international VALUES (341,'WebGUI',3,'Bewerk profiel.',1038529738,NULL);
INSERT INTO international VALUES (16,'USS',1,'Untitled',1031514049,NULL);
INSERT INTO international VALUES (16,'USS',4,'Sin título',1065170746,NULL);
INSERT INTO international VALUES (16,'USS',5,'Sem titulo',1031510000,NULL);
INSERT INTO international VALUES (380,'WebGUI',2,'Style ID',1040596050,NULL);
INSERT INTO international VALUES (340,'WebGUI',3,'Vrouw',1038529731,NULL);
INSERT INTO international VALUES (16,'WebGUI',1,'February',1031514049,NULL);
INSERT INTO international VALUES (16,'WebGUI',4,'Febrero',1065170741,NULL);
INSERT INTO international VALUES (16,'WebGUI',5,'Fevereiro',1031510000,NULL);
INSERT INTO international VALUES (339,'WebGUI',3,'Man',1038529719,NULL);
INSERT INTO international VALUES (338,'WebGUI',3,'Bewerk profiel',1038529712,NULL);
INSERT INTO international VALUES (17,'USS',1,'Are you certain you wish to delete this submission?',1031514049,NULL);
INSERT INTO international VALUES (17,'USS',4,'Está seguro de querer eliminar esta contribución?',1065170786,NULL);
INSERT INTO international VALUES (17,'USS',5,'Tem a certeza que quer apagar esta submissão?',1031510000,NULL);
INSERT INTO international VALUES (337,'WebGUI',3,'Home pagina URL',1038529705,NULL);
INSERT INTO international VALUES (17,'WebGUI',1,'March',1031514049,NULL);
INSERT INTO international VALUES (17,'WebGUI',4,'Marzo',1065170774,NULL);
INSERT INTO international VALUES (17,'WebGUI',5,'Março',1031510000,NULL);
INSERT INTO international VALUES (336,'WebGUI',3,'Geboortedatum',1038529695,NULL);
INSERT INTO international VALUES (59,'USS',1,'Next Submission',1031514049,NULL);
INSERT INTO international VALUES (335,'WebGUI',3,'Geslacht',1038529629,NULL);
INSERT INTO international VALUES (18,'USS',1,'Edit User Submission System',1031514049,NULL);
INSERT INTO international VALUES (18,'USS',4,'Editar Sistema de Contribución de Usuarios',1065170800,NULL);
INSERT INTO international VALUES (18,'USS',5,'Modificar sistema de submissão do utilizador',1031510000,NULL);
INSERT INTO international VALUES (334,'WebGUI',3,'Werk telefoon',1038529603,NULL);
INSERT INTO international VALUES (18,'WebGUI',1,'April',1031514049,NULL);
INSERT INTO international VALUES (18,'WebGUI',4,'Abril',1065170794,NULL);
INSERT INTO international VALUES (18,'WebGUI',5,'Abril',1031510000,NULL);
INSERT INTO international VALUES (333,'WebGUI',3,'Werk land',1038529597,NULL);
INSERT INTO international VALUES (1016,'WebGUI',1,'Replies',1031514049,NULL);
INSERT INTO international VALUES (1016,'WebGUI',4,'Respuestas',1031510000,NULL);
INSERT INTO international VALUES (1016,'WebGUI',5,'Respostas',1031510000,NULL);
INSERT INTO international VALUES (19,'USS',1,'Edit Submission',1031514049,NULL);
INSERT INTO international VALUES (19,'USS',4,'Editar Contribución',1065170859,NULL);
INSERT INTO international VALUES (19,'USS',5,'Modificar submissão',1031510000,NULL);
INSERT INTO international VALUES (332,'WebGUI',3,'Werk postcode',1038529591,NULL);
INSERT INTO international VALUES (19,'WebGUI',1,'May',1031514049,NULL);
INSERT INTO international VALUES (19,'WebGUI',4,'Mayo',1065170855,NULL);
INSERT INTO international VALUES (19,'WebGUI',5,'Maio',1031510000,NULL);
INSERT INTO international VALUES (331,'WebGUI',3,'Werk staat',1038529585,NULL);
INSERT INTO international VALUES (1017,'WebGUI',1,'Last Reply',1031514049,NULL);
INSERT INTO international VALUES (1017,'WebGUI',4,'Última respuesta',1031510000,NULL);
INSERT INTO international VALUES (1017,'WebGUI',5,'Ultima resposta',1031510000,NULL);
INSERT INTO international VALUES (20,'USS',1,'Post New Submission',1031514049,NULL);
INSERT INTO international VALUES (20,'USS',4,'Enviar Nueva Contribución',1065170912,NULL);
INSERT INTO international VALUES (20,'USS',5,'Colocar nova submissão',1031510000,NULL);
INSERT INTO international VALUES (330,'WebGUI',3,'Werk stad',1038529579,NULL);
INSERT INTO international VALUES (20,'WebGUI',1,'June',1031514049,NULL);
INSERT INTO international VALUES (20,'WebGUI',4,'Junio',1065170899,NULL);
INSERT INTO international VALUES (20,'WebGUI',5,'Junho',1031510000,NULL);
INSERT INTO international VALUES (21,'USS',1,'Submitted By',1031514049,NULL);
INSERT INTO international VALUES (21,'USS',4,'Contribuido Por',1065210935,NULL);
INSERT INTO international VALUES (21,'USS',5,'Submetido por',1031510000,NULL);
INSERT INTO international VALUES (329,'WebGUI',3,'Werk adres',1038529568,NULL);
INSERT INTO international VALUES (21,'WebGUI',1,'July',1031514049,NULL);
INSERT INTO international VALUES (21,'WebGUI',4,'Julio',1065210919,NULL);
INSERT INTO international VALUES (21,'WebGUI',5,'Julho',1031510000,NULL);
INSERT INTO international VALUES (328,'WebGUI',3,'Thuis telefoon',1038529561,NULL);
INSERT INTO international VALUES (22,'WebGUI',1,'August',1031514049,NULL);
INSERT INTO international VALUES (22,'WebGUI',4,'Agosto',1065210976,NULL);
INSERT INTO international VALUES (22,'WebGUI',5,'Agosto',1031510000,NULL);
INSERT INTO international VALUES (327,'WebGUI',3,'Thuis land',1038529555,NULL);
INSERT INTO international VALUES (23,'WebGUI',1,'September',1031514049,NULL);
INSERT INTO international VALUES (23,'WebGUI',4,'Septiembre',1065210996,NULL);
INSERT INTO international VALUES (23,'WebGUI',5,'Setembro',1031510000,NULL);
INSERT INTO international VALUES (572,'WebGUI',1,'Approve',1031514049,NULL);
INSERT INTO international VALUES (572,'WebGUI',4,'Aprobar',1065313904,NULL);
INSERT INTO international VALUES (572,'WebGUI',5,'Aprovar',1031510000,NULL);
INSERT INTO international VALUES (326,'WebGUI',3,'Thuis postcode',1038529549,NULL);
INSERT INTO international VALUES (24,'WebGUI',1,'October',1031514049,NULL);
INSERT INTO international VALUES (24,'WebGUI',4,'Octubre',1065211032,NULL);
INSERT INTO international VALUES (24,'WebGUI',5,'Outubro',1031510000,NULL);
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,NULL);
INSERT INTO international VALUES (325,'WebGUI',3,'Thuis provincie',1038529543,NULL);
INSERT INTO international VALUES (25,'WebGUI',1,'November',1031514049,NULL);
INSERT INTO international VALUES (25,'WebGUI',4,'Noviembre',1065211050,NULL);
INSERT INTO international VALUES (25,'WebGUI',5,'Novembro',1031510000,NULL);
INSERT INTO international VALUES (574,'WebGUI',1,'Deny',1031514049,NULL);
INSERT INTO international VALUES (574,'WebGUI',4,'Denegar',1065313955,NULL);
INSERT INTO international VALUES (574,'WebGUI',5,'Negar',1031510000,NULL);
INSERT INTO international VALUES (378,'WebGUI',2,'Benutzer ID',1041631784,NULL);
INSERT INTO international VALUES (324,'WebGUI',3,'Thuis plaats',1038529530,NULL);
INSERT INTO international VALUES (26,'WebGUI',1,'December',1031514049,NULL);
INSERT INTO international VALUES (26,'WebGUI',4,'Diciembre',1065211060,NULL);
INSERT INTO international VALUES (26,'WebGUI',5,'Dezembro',1031510000,NULL);
INSERT INTO international VALUES (323,'WebGUI',3,'Thuis adres',1038529524,NULL);
INSERT INTO international VALUES (27,'USS',1,'Edit',1031514049,NULL);
INSERT INTO international VALUES (27,'USS',4,'Editar',1065211102,NULL);
INSERT INTO international VALUES (27,'USS',5,'Modificar',1031510000,NULL);
INSERT INTO international VALUES (322,'WebGUI',3,'Pieper',1038529518,NULL);
INSERT INTO international VALUES (27,'WebGUI',1,'Sunday',1031514049,NULL);
INSERT INTO international VALUES (27,'WebGUI',4,'Domingo',1065211097,NULL);
INSERT INTO international VALUES (27,'WebGUI',5,'Domingo',1031510000,NULL);
INSERT INTO international VALUES (321,'WebGUI',3,'Mobiel nummer',1038529507,NULL);
INSERT INTO international VALUES (28,'USS',1,'Return To Submissions List',1031514049,NULL);
INSERT INTO international VALUES (28,'USS',4,'Volver a Lista de Contribuciones',1065211160,NULL);
INSERT INTO international VALUES (28,'USS',5,'Voltar á lista de submissões',1031510000,NULL);
INSERT INTO international VALUES (376,'WebGUI',2,'Paket',1041631935,NULL);
INSERT INTO international VALUES (28,'WebGUI',1,'Monday',1031514049,NULL);
INSERT INTO international VALUES (28,'WebGUI',4,'Lunes',1065211131,NULL);
INSERT INTO international VALUES (28,'WebGUI',5,'Segunda',1031510000,NULL);
INSERT INTO international VALUES (29,'USS',1,'User Submission System',1031514049,NULL);
INSERT INTO international VALUES (29,'USS',4,'Sistema de Contribución de Usuarios',1065211232,NULL);
INSERT INTO international VALUES (29,'USS',5,'Sistema de submissão do utilizador',1031510000,NULL);
INSERT INTO international VALUES (320,'WebGUI',3,'Yahoo! Messenger Id',1038529500,NULL);
INSERT INTO international VALUES (29,'WebGUI',1,'Tuesday',1031514049,NULL);
INSERT INTO international VALUES (29,'WebGUI',4,'Martes',1065211225,NULL);
INSERT INTO international VALUES (29,'WebGUI',5,'Terça',1031510000,NULL);
INSERT INTO international VALUES (1,'Item',6,'Länk URL',1031510000,NULL);
INSERT INTO international VALUES (1,'ExtraColumn',6,'Extra kolumn',1031649742,NULL);
INSERT INTO international VALUES (30,'WebGUI',1,'Wednesday',1031514049,NULL);
INSERT INTO international VALUES (30,'WebGUI',4,'Miércoles',1065211254,NULL);
INSERT INTO international VALUES (30,'WebGUI',5,'Quarta',1031510000,NULL);
INSERT INTO international VALUES (31,'WebGUI',1,'Thursday',1031514049,NULL);
INSERT INTO international VALUES (31,'WebGUI',4,'Jueves',1065211268,NULL);
INSERT INTO international VALUES (31,'WebGUI',5,'Quinta',1031510000,NULL);
INSERT INTO international VALUES (377,'WebGUI',2,'Von Ihren (Paket)-Administratoren wurden keine Pakete bereitgestellt.',1040640135,NULL);
INSERT INTO international VALUES (32,'WebGUI',1,'Friday',1031514049,NULL);
INSERT INTO international VALUES (32,'WebGUI',4,'Viernes',1065211278,NULL);
INSERT INTO international VALUES (32,'WebGUI',5,'Sexta',1031510000,NULL);
INSERT INTO international VALUES (319,'WebGUI',3,'MSN Messenger Id',1038529481,NULL);
INSERT INTO international VALUES (33,'WebGUI',1,'Saturday',1031514049,NULL);
INSERT INTO international VALUES (33,'WebGUI',4,'Sábado',1065211298,NULL);
INSERT INTO international VALUES (33,'WebGUI',5,'Sabado',1031510000,NULL);
INSERT INTO international VALUES (34,'WebGUI',1,'set date',1031514049,NULL);
INSERT INTO international VALUES (34,'WebGUI',4,'establecer fecha',1065211317,NULL);
INSERT INTO international VALUES (34,'WebGUI',5,'acertar a data',1031510000,NULL);
INSERT INTO international VALUES (35,'WebGUI',1,'Administrative Function',1031514049,NULL);
INSERT INTO international VALUES (35,'WebGUI',4,'Funciones Administrativas',1065211338,NULL);
INSERT INTO international VALUES (35,'WebGUI',5,'Função administrativa',1031510000,NULL);
INSERT INTO international VALUES (317,'WebGUI',3,'ICQ UIN',1038529449,NULL);
INSERT INTO international VALUES (318,'WebGUI',3,'AIM Id',1038529464,NULL);
INSERT INTO international VALUES (36,'WebGUI',1,'You must be an administrator to perform this function. Please contact one of your administrators. ',1058092984,NULL);
INSERT INTO international VALUES (36,'WebGUI',4,'Debe ser administrador para realizar esta tarea. Por favor, contacte con uno de los administradores.',1065211385,NULL);
INSERT INTO international VALUES (36,'WebGUI',5,'Função reservada a administradores. Fale com um dos seguintes administradores:',1031510000,NULL);
INSERT INTO international VALUES (316,'WebGUI',3,'Achternaam',1038529426,NULL);
INSERT INTO international VALUES (37,'WebGUI',1,'Permission Denied!',1031514049,NULL);
INSERT INTO international VALUES (37,'WebGUI',4,'Permiso Denegado!',1065211400,NULL);
INSERT INTO international VALUES (37,'WebGUI',5,'Permissão negada!',1031510000,NULL);
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,NULL);
INSERT INTO international VALUES (404,'WebGUI',1,'First Page',1031514049,NULL);
INSERT INTO international VALUES (38,'WebGUI',4,'No tiene privilegios suficientes para realizar ésta operación. Por favor ^a(conéctese con una cuenta); que tenga los privilegios suficientes antes de intentar ésta operación.',1065211578,NULL);
INSERT INTO international VALUES (314,'WebGUI',3,'Voornaam',1038529408,NULL);
INSERT INTO international VALUES (315,'WebGUI',3,'Tussenvoegsel',1038529419,NULL);
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,NULL);
INSERT INTO international VALUES (375,'WebGUI',2,'Paket auswählen, das verteilt werden soll',1041628124,NULL);
INSERT INTO international VALUES (374,'WebGUI',2,' Verwalten: Pakete',1040640537,NULL);
INSERT INTO international VALUES (313,'WebGUI',3,'Sta andere informatie toe?',1038529402,NULL);
INSERT INTO international VALUES (39,'WebGUI',1,'You do not have sufficient privileges to access this page.',1031514049,NULL);
INSERT INTO international VALUES (39,'WebGUI',4,'No tiene privilegios suficientes para acceder a esta página.',1065211648,NULL);
INSERT INTO international VALUES (39,'WebGUI',5,'Não tem privilégios para aceder a essa página.',1031510000,NULL);
INSERT INTO international VALUES (372,'WebGUI',2,'Gruppen eines Benutzers bearbeiten',1041628112,NULL);
INSERT INTO international VALUES (312,'WebGUI',3,'Sta bedrijfs informatie toe?',1038529396,NULL);
INSERT INTO international VALUES (40,'WebGUI',1,'Vital Component',1031514049,NULL);
INSERT INTO international VALUES (40,'WebGUI',4,'Componente Vital',1065211661,NULL);
INSERT INTO international VALUES (40,'WebGUI',5,'Componente vital',1031510000,NULL);
INSERT INTO international VALUES (371,'WebGUI',2,'Gruppierung hinzufügen',1041628410,NULL);
INSERT INTO international VALUES (310,'WebGUI',3,'Sta extra contact informatie toe?',1038529378,NULL);
INSERT INTO international VALUES (311,'WebGUI',3,'Sta thuis informatie toe?',1038529389,NULL);
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,NULL);
INSERT INTO international VALUES (41,'WebGUI',4,'Esta intentando eliminar un componente vital del sistema WebGUI. Si continuase WebGUI podría dejar de funcionar.',1065211755,NULL);
INSERT INTO international VALUES (41,'WebGUI',5,'Está a tentar remover um componente vital do WebGUI. Se continuar pode haver um erro grave.',1031510000,NULL);
INSERT INTO international VALUES (42,'WebGUI',1,'Please Confirm',1031514049,NULL);
INSERT INTO international VALUES (42,'WebGUI',4,'Por Favor Confirme',1065211775,NULL);
INSERT INTO international VALUES (42,'WebGUI',5,'Confirma',1031510000,NULL);
INSERT INTO international VALUES (309,'WebGUI',3,'Sta echte naam toe?',1038529366,NULL);
INSERT INTO international VALUES (43,'WebGUI',1,'Are you certain that you wish to delete this content?',1031514049,NULL);
INSERT INTO international VALUES (43,'WebGUI',4,'Está seguro de querer eliminar este contenido?',1065211799,NULL);
INSERT INTO international VALUES (43,'WebGUI',5,'Tem a certeza que quer apagar este conteudo?',1031510000,NULL);
INSERT INTO international VALUES (368,'WebGUI',2,'Diesem Benutzer eine neue Gruppe hinzufügen.',1041628100,NULL);
INSERT INTO international VALUES (308,'WebGUI',3,'Bewerk profiel instellingen',1038529358,NULL);
INSERT INTO international VALUES (44,'WebGUI',1,'Yes, I\'m sure.',1031514049,NULL);
INSERT INTO international VALUES (44,'WebGUI',4,'Si, estoy seguro.',1065211821,NULL);
INSERT INTO international VALUES (44,'WebGUI',5,'\"Sim, tenho a certeza.\"',1031510000,NULL);
INSERT INTO international VALUES (45,'WebGUI',1,'No, I made a mistake.',1031514049,NULL);
INSERT INTO international VALUES (45,'WebGUI',4,'No, me he equivocado.',1065211844,NULL);
INSERT INTO international VALUES (45,'WebGUI',5,'\"Não, enganei-me.\"',1031510000,NULL);
INSERT INTO international VALUES (46,'WebGUI',1,'My Account',1031514049,NULL);
INSERT INTO international VALUES (46,'WebGUI',4,'Mi Cuenta',1065211856,NULL);
INSERT INTO international VALUES (46,'WebGUI',5,'Minha Conta',1031510000,NULL);
INSERT INTO international VALUES (307,'WebGUI',3,'Gebruik standaard metag tags?',1038529351,NULL);
INSERT INTO international VALUES (47,'WebGUI',1,'Home',1031514049,NULL);
INSERT INTO international VALUES (47,'WebGUI',4,'Casa',1065211871,NULL);
INSERT INTO international VALUES (47,'WebGUI',5,'Inicio',1031510000,NULL);
INSERT INTO international VALUES (48,'WebGUI',1,'Hello',1031514049,NULL);
INSERT INTO international VALUES (48,'WebGUI',4,'Hola',1065211882,NULL);
INSERT INTO international VALUES (48,'WebGUI',5,'Ola',1031510000,NULL);
INSERT INTO international VALUES (304,'WebGUI',3,'Taal',1038529330,NULL);
INSERT INTO international VALUES (49,'WebGUI',1,'Click here to log out.',1031514049,NULL);
INSERT INTO international VALUES (49,'WebGUI',4,'Clica aquí para salir.',1065211919,NULL);
INSERT INTO international VALUES (49,'WebGUI',5,'Clique aqui para sair.',1031510000,NULL);
INSERT INTO international VALUES (245,'WebGUI',3,'Datum',1038529270,NULL);
INSERT INTO international VALUES (50,'WebGUI',1,'Username',1031514049,NULL);
INSERT INTO international VALUES (50,'WebGUI',4,'Usuario',1065213358,NULL);
INSERT INTO international VALUES (50,'WebGUI',5,'Username',1031510000,NULL);
INSERT INTO international VALUES (51,'WebGUI',1,'Password',1031514049,NULL);
INSERT INTO international VALUES (51,'WebGUI',4,'Contraseña',1065215475,NULL);
INSERT INTO international VALUES (51,'WebGUI',5,'Password',1031510000,NULL);
INSERT INTO international VALUES (244,'WebGUI',3,'Afzender',1038529263,NULL);
INSERT INTO international VALUES (52,'WebGUI',1,'login',1031514049,NULL);
INSERT INTO international VALUES (52,'WebGUI',4,'conectarse',1065215495,NULL);
INSERT INTO international VALUES (52,'WebGUI',5,'entrar',1031510000,NULL);
INSERT INTO international VALUES (367,'WebGUI',2,'Verfallsabstand',1045243504,NULL);
INSERT INTO international VALUES (370,'WebGUI',2,'Gruppierung bearbeiten',1041628329,NULL);
INSERT INTO international VALUES (369,'WebGUI',2,'Ablaufdatum',1041631927,NULL);
INSERT INTO international VALUES (240,'WebGUI',3,'Bericht ID:',1038529257,NULL);
INSERT INTO international VALUES (53,'WebGUI',1,'Make Page Printable',1031514049,NULL);
INSERT INTO international VALUES (53,'WebGUI',4,'Hacer Página Imprimible',1065306906,NULL);
INSERT INTO international VALUES (53,'WebGUI',5,'Versão para impressão',1031510000,NULL);
INSERT INTO international VALUES (54,'WebGUI',1,'Create Account',1031514049,NULL);
INSERT INTO international VALUES (54,'WebGUI',4,'Crear Cuenta',1065306913,NULL);
INSERT INTO international VALUES (54,'WebGUI',5,'Criar conta',1031510000,NULL);
INSERT INTO international VALUES (2,'Auth/WebGUI',1,'Password (confirm)',1031514049,NULL);
INSERT INTO international VALUES (2,'Auth/WebGUI',4,'Password (confirmar)',1065116352,NULL);
INSERT INTO international VALUES (2,'Auth/WebGUI',5,'Password (confirmar)',1031510000,NULL);
INSERT INTO international VALUES (56,'WebGUI',1,'Email Address',1031514049,NULL);
INSERT INTO international VALUES (56,'WebGUI',4,'Dirección de e-mail',1065306923,NULL);
INSERT INTO international VALUES (56,'WebGUI',5,'Endereço de e-mail',1031510000,NULL);
INSERT INTO international VALUES (233,'WebGUI',3,'(einde van bericht)',1038529218,NULL);
INSERT INTO international VALUES (57,'WebGUI',1,'This is only necessary if you wish to use features that require Email.',1031514049,NULL);
INSERT INTO international VALUES (57,'WebGUI',4,'Solo es necesario si desea usar opciones que requieran e-mail.',1065542976,NULL);
INSERT INTO international VALUES (57,'WebGUI',5,'Apenas é necessário se pretender utilizar as funcionalidade que envolvam e-mail.',1031510000,NULL);
INSERT INTO international VALUES (232,'WebGUI',3,'Geen onderwerp',1038529205,NULL);
INSERT INTO international VALUES (58,'WebGUI',1,'I already have an account.',1031514049,NULL);
INSERT INTO international VALUES (58,'WebGUI',4,'Ya tengo una cuenta.',1065542992,NULL);
INSERT INTO international VALUES (58,'WebGUI',5,'Já tenho uma conta.',1031510000,NULL);
INSERT INTO international VALUES (59,'WebGUI',1,'I forgot my password.',1031514049,NULL);
INSERT INTO international VALUES (59,'WebGUI',4,'Olvidé mi contraseña.',1065543008,NULL);
INSERT INTO international VALUES (59,'WebGUI',5,'Esqueci a minha password.',1031510000,NULL);
INSERT INTO international VALUES (363,'WebGUI',2,'Position des Templates',1041628296,NULL);
INSERT INTO international VALUES (365,'WebGUI',2,'Ergebnisse der Abfrage',1041628307,NULL);
INSERT INTO international VALUES (366,'WebGUI',2,'Es wurden keine Seiten gefunden, die zu Ihrer Abfrage passen.',1041628087,NULL);
INSERT INTO international VALUES (229,'WebGUI',3,'Onderwerp',1038529178,NULL);
INSERT INTO international VALUES (230,'WebGUI',3,'Bericht',1038529190,NULL);
INSERT INTO international VALUES (231,'WebGUI',3,'Bezig met bericht posten...',1038529198,NULL);
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,NULL);
INSERT INTO international VALUES (60,'WebGUI',4,'Está seguro de querer desactivar su cuenta. Si continúa su información se perderá para siempre.',1065543050,NULL);
INSERT INTO international VALUES (60,'WebGUI',5,'Tem a certeza que quer desativar a sua conta. Se o fizer é permanente!',1061982008,NULL);
INSERT INTO international VALUES (61,'WebGUI',1,'Update Account Information',1031514049,NULL);
INSERT INTO international VALUES (61,'WebGUI',4,'Actualizar Información de la Cuenta',1065543065,NULL);
INSERT INTO international VALUES (61,'WebGUI',5,'Atualizar as informações da conta',1061982021,NULL);
INSERT INTO international VALUES (62,'WebGUI',1,'save',1031514049,NULL);
INSERT INTO international VALUES (62,'WebGUI',4,'Guardar',1039817728,NULL);
INSERT INTO international VALUES (62,'WebGUI',5,'gravar',1031510000,NULL);
INSERT INTO international VALUES (63,'WebGUI',1,'Turn admin on.',1031514049,NULL);
INSERT INTO international VALUES (63,'WebGUI',4,'Activar Barra de Administración.',1065543089,NULL);
INSERT INTO international VALUES (63,'WebGUI',5,'Ligar modo administrativo.',1031510000,NULL);
INSERT INTO international VALUES (175,'WebGUI',3,'Macro\'s uitvoeren?',1038529122,NULL);
INSERT INTO international VALUES (64,'WebGUI',1,'Log out.',1031514049,NULL);
INSERT INTO international VALUES (64,'WebGUI',4,'Cerrar Sesión.',1065543293,NULL);
INSERT INTO international VALUES (64,'WebGUI',5,'Sair.',1031510000,NULL);
INSERT INTO international VALUES (364,'WebGUI',2,'Suchen',1041631901,NULL);
INSERT INTO international VALUES (362,'WebGUI',2,'Nebeneinander',1041631893,NULL);
INSERT INTO international VALUES (65,'WebGUI',1,'Please deactivate my account permanently.',1031514049,NULL);
INSERT INTO international VALUES (65,'WebGUI',4,'Por favor, desactive mi cuenta.',1065543794,NULL);
INSERT INTO international VALUES (65,'WebGUI',5,'Desativar a minha conta permanentemente.',1061982035,NULL);
INSERT INTO international VALUES (174,'WebGUI',3,'Titel laten zien?',1038529116,NULL);
INSERT INTO international VALUES (66,'WebGUI',1,'Log In',1031514049,NULL);
INSERT INTO international VALUES (66,'WebGUI',4,'Iniciar Sesión',1065543814,NULL);
INSERT INTO international VALUES (66,'WebGUI',5,'Entrar',1031510000,NULL);
INSERT INTO international VALUES (171,'WebGUI',3,'Rich edit',1038529109,NULL);
INSERT INTO international VALUES (67,'WebGUI',1,'Create a new account.',1031514049,NULL);
INSERT INTO international VALUES (67,'WebGUI',4,'Crear una cuenta nueva.',1065543847,NULL);
INSERT INTO international VALUES (67,'WebGUI',5,'Criar nova conta.',1031510000,NULL);
INSERT INTO international VALUES (169,'WebGUI',3,'Een nieuwe gebruiker toevoegen.',1038529049,NULL);
INSERT INTO international VALUES (170,'WebGUI',3,'Zoeken',1038529103,NULL);
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,NULL);
INSERT INTO international VALUES (68,'WebGUI',4,'La información de su cuenta que proporcionó no es válida. O la cuenta no existe o la combinación usuario/contraseña es incorrecta.',1065543915,NULL);
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,NULL);
INSERT INTO international VALUES (69,'WebGUI',1,'Please contact your system administrator for assistance.',1031514049,NULL);
INSERT INTO international VALUES (69,'WebGUI',4,'Por favor contacte con su administrador para que le de soporte.',1065543955,NULL);
INSERT INTO international VALUES (69,'WebGUI',5,'Contate o seu administrador de sistemas para assistência.',1061982057,NULL);
INSERT INTO international VALUES (361,'WebGUI',2,'Drei über einem',1041617553,NULL);
INSERT INTO international VALUES (360,'WebGUI',2,'Einer über drei',1040650631,NULL);
INSERT INTO international VALUES (357,'WebGUI',2,'Nachrichten',1041631774,NULL);
INSERT INTO international VALUES (358,'WebGUI',2,'Linke Spalte',1041631833,NULL);
INSERT INTO international VALUES (168,'WebGUI',3,'Bewerk gebruiker',1038529042,NULL);
INSERT INTO international VALUES (70,'WebGUI',1,'Error',1031514049,NULL);
INSERT INTO international VALUES (70,'WebGUI',4,'Error',1065543959,NULL);
INSERT INTO international VALUES (70,'WebGUI',5,'Erro',1031510000,NULL);
INSERT INTO international VALUES (71,'WebGUI',1,'Recover password',1031514049,NULL);
INSERT INTO international VALUES (71,'WebGUI',4,'Recuperar contraseña',1065544172,NULL);
INSERT INTO international VALUES (71,'WebGUI',5,'Recuperar password',1031510000,NULL);
INSERT INTO international VALUES (72,'WebGUI',1,'recover',1031514049,NULL);
INSERT INTO international VALUES (72,'WebGUI',4,'recuperar',1065544178,NULL);
INSERT INTO international VALUES (72,'WebGUI',5,'recuperar',1061982072,NULL);
INSERT INTO international VALUES (73,'WebGUI',1,'Log in.',1031514049,NULL);
INSERT INTO international VALUES (73,'WebGUI',4,'Iniciar sesión.',1065544199,NULL);
INSERT INTO international VALUES (73,'WebGUI',5,'Entrar.',1031510000,NULL);
INSERT INTO international VALUES (359,'WebGUI',2,'Rechte Spalte',1041631843,NULL);
INSERT INTO international VALUES (74,'WebGUI',1,'Account Information',1031514049,NULL);
INSERT INTO international VALUES (74,'WebGUI',4,'Información de la Cuenta',1065544230,NULL);
INSERT INTO international VALUES (74,'WebGUI',5,'Informações da sua conta',1031510000,NULL);
INSERT INTO international VALUES (354,'WebGUI',2,'Posteingang anschauen.',1041601717,NULL);
INSERT INTO international VALUES (4,'Auth/LDAP',3,'Verbindt DN',1031516049,NULL);
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,NULL);
INSERT INTO international VALUES (75,'WebGUI',1,'Your account information has been sent to your email address.',1031514049,NULL);
INSERT INTO international VALUES (75,'WebGUI',4,'La información de su cuenta se ha enviado a su e-mail.',1065544263,NULL);
INSERT INTO international VALUES (75,'WebGUI',5,'As informações da sua conta foram envidas para o seu e-mail.',1031510000,NULL);
INSERT INTO international VALUES (3,'Auth/LDAP',3,'LDAP URL',1031516049,NULL);
INSERT INTO international VALUES (76,'WebGUI',1,'That email address is not in our databases.',1031514049,NULL);
INSERT INTO international VALUES (76,'WebGUI',4,'El e-mail no está en nuestra base de datos.',1065544287,NULL);
INSERT INTO international VALUES (76,'WebGUI',5,'Esse endereço de e-mail não foi encontrado nas nossas bases de dados',1031510000,NULL);
INSERT INTO international VALUES (356,'WebGUI',2,'Template',1040405929,NULL);
INSERT INTO international VALUES (355,'WebGUI',2,'Standard',1041630710,NULL);
INSERT INTO international VALUES (163,'WebGUI',3,'Gebruiker toevoegen',1038528963,NULL);
INSERT INTO international VALUES (164,'WebGUI',3,'Toegangs controle methode',1038528970,NULL);
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,NULL);
INSERT INTO international VALUES (77,'WebGUI',4,'El nombre de cuenta ya está en uso por otro miembro del sistema. Por favor pruebe con otro nombre de usuario. Vea algunas sugerencias:',1065544383,NULL);
INSERT INTO international VALUES (77,'WebGUI',5,'\"Esse nome de conta já existe, tente outro. Veja as nossas sugestões:\"',1031510000,NULL);
INSERT INTO international VALUES (162,'WebGUI',3,'Weet u zeker dat u alle pagina\'s en wobjects uit de prullenbak definitief wilt vernietigen?',1038528957,NULL);
INSERT INTO international VALUES (3,'Auth/WebGUI',1,'Your passwords did not match. Please try again.',1031514049,NULL);
INSERT INTO international VALUES (3,'Auth/WebGUI',4,'Sus contraseñas no concuerdan. Inténtelo de nuevo.',1065116639,NULL);
INSERT INTO international VALUES (3,'Auth/WebGUI',5,'\"As suas passwords não coincidem, tente novamente.\"',1031510000,NULL);
INSERT INTO international VALUES (161,'WebGUI',3,'Ingevoerd door',1038528928,NULL);
INSERT INTO international VALUES (2,'Auth/LDAP',1,'Cannot connect to LDAP server.',1031514049,NULL);
INSERT INTO international VALUES (2,'Auth/LDAP',4,'No puedo conectar con el servidor LDAP',1065116343,NULL);
INSERT INTO international VALUES (2,'Auth/LDAP',5,'Impossivel ligar ao LDAP.',1031510000,NULL);
INSERT INTO international VALUES (160,'WebGUI',3,'Invoer datum',1038528922,NULL);
INSERT INTO international VALUES (80,'WebGUI',1,'Account created successfully!',1031514049,NULL);
INSERT INTO international VALUES (80,'WebGUI',4,'La cuenta se ha creado correctamente!',1065544403,NULL);
INSERT INTO international VALUES (80,'WebGUI',5,'Conta criada com sucesso!',1031510000,NULL);
INSERT INTO international VALUES (159,'WebGUI',3,'Berichten log',1038528903,NULL);
INSERT INTO international VALUES (81,'WebGUI',1,'Account updated successfully!',1031514049,NULL);
INSERT INTO international VALUES (81,'WebGUI',4,'La cuenta se actualizó correctamente!',1065544417,NULL);
INSERT INTO international VALUES (81,'WebGUI',5,'Conta actualizada com sucesso!',1031510000,NULL);
INSERT INTO international VALUES (82,'WebGUI',1,'Administrative functions...',1031514049,NULL);
INSERT INTO international VALUES (82,'WebGUI',4,'Funciones administrativas...',1065544433,NULL);
INSERT INTO international VALUES (82,'WebGUI',5,'Funções administrativas...',1031510000,NULL);
INSERT INTO international VALUES (353,'WebGUI',2,'Sie haben momentan keine Nachrichten in Ihrem Posteingang.',1041610382,NULL);
INSERT INTO international VALUES (350,'WebGUI',2,'Abgeschlossen',1041628713,NULL);
INSERT INTO international VALUES (158,'WebGUI',3,'Een nieuwe stijl toevoegen.',1038528884,NULL);
INSERT INTO international VALUES (84,'WebGUI',1,'Group Name',1031514049,NULL);
INSERT INTO international VALUES (84,'WebGUI',4,'Nombre del Grupo',1065544444,NULL);
INSERT INTO international VALUES (84,'WebGUI',5,'Nome do grupo',1031510000,NULL);
INSERT INTO international VALUES (351,'WebGUI',2,'Beitrag',1041630690,NULL);
INSERT INTO international VALUES (157,'WebGUI',3,'Stijlen',1038528878,NULL);
INSERT INTO international VALUES (85,'WebGUI',1,'Description',1031514049,NULL);
INSERT INTO international VALUES (85,'WebGUI',4,'Descripción',1065544449,NULL);
INSERT INTO international VALUES (85,'WebGUI',5,'Descrição',1031510000,NULL);
INSERT INTO international VALUES (352,'WebGUI',2,'Beitragsdatum',1041630701,NULL);
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,NULL);
INSERT INTO international VALUES (156,'WebGUI',3,'Bewerk stijl',1038528872,NULL);
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,NULL);
INSERT INTO international VALUES (86,'WebGUI',4,'Está segugo de querer eliminar éste grupo? Tenga en cuenta que la eliminación es permanente y eliminará todos los privilegios asociados a este grupo.',1065544493,NULL);
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,NULL);
INSERT INTO international VALUES (348,'WebGUI',2,'Name',1041628695,NULL);
INSERT INTO international VALUES (154,'WebGUI',3,'Style sheet',1038528823,NULL);
INSERT INTO international VALUES (87,'WebGUI',1,'Edit Group',1031514049,NULL);
INSERT INTO international VALUES (87,'WebGUI',4,'Editar Grupo',1065544501,NULL);
INSERT INTO international VALUES (87,'WebGUI',5,'Modificar grupo',1031510000,NULL);
INSERT INTO international VALUES (88,'WebGUI',1,'Users In Group',1031514049,NULL);
INSERT INTO international VALUES (88,'WebGUI',4,'Usuarios en el Grupo',1065544524,NULL);
INSERT INTO international VALUES (88,'WebGUI',5,'Utilizadores no grupo',1031510000,NULL);
INSERT INTO international VALUES (349,'WebGUI',2,'Aktuelle Version',1041628705,NULL);
INSERT INTO international VALUES (151,'WebGUI',3,'Stijl naam',1038528817,NULL);
INSERT INTO international VALUES (89,'WebGUI',1,'Groups',1031514049,NULL);
INSERT INTO international VALUES (89,'WebGUI',4,'Grupos',1065544529,NULL);
INSERT INTO international VALUES (89,'WebGUI',5,'Grupos',1031510000,NULL);
INSERT INTO international VALUES (149,'WebGUI',3,'Gebruikers',1038528805,NULL);
INSERT INTO international VALUES (90,'WebGUI',1,'Add new group.',1031514049,NULL);
INSERT INTO international VALUES (90,'WebGUI',4,'Añadir grupo nuevo.',1065304629,NULL);
INSERT INTO international VALUES (90,'WebGUI',5,'Adicionar novo grupo.',1031510000,NULL);
INSERT INTO international VALUES (148,'WebGUI',3,'Wobjects',1063589969,NULL);
INSERT INTO international VALUES (91,'WebGUI',1,'Previous Page',1031514049,NULL);
INSERT INTO international VALUES (91,'WebGUI',5,'Página anterior',1031510000,NULL);
INSERT INTO international VALUES (147,'WebGUI',3,'Pagina\'s',1038528793,NULL);
INSERT INTO international VALUES (92,'WebGUI',1,'Next Page',1031514049,NULL);
INSERT INTO international VALUES (92,'WebGUI',4,'Página Siguiente',1065120522,NULL);
INSERT INTO international VALUES (92,'WebGUI',5,'Próxima página',1031510000,NULL);
INSERT INTO international VALUES (93,'WebGUI',1,'Help',1031514049,NULL);
INSERT INTO international VALUES (93,'WebGUI',4,'Ayuda',1065120510,NULL);
INSERT INTO international VALUES (93,'WebGUI',5,'Ajuda',1031510000,NULL);
INSERT INTO international VALUES (146,'WebGUI',3,'Aktieve sessies',1038528786,NULL);
INSERT INTO international VALUES (94,'WebGUI',1,'See also',1031514049,NULL);
INSERT INTO international VALUES (94,'WebGUI',4,'Vea también',1065120497,NULL);
INSERT INTO international VALUES (94,'WebGUI',5,'Ver tembém',1031510000,NULL);
INSERT INTO international VALUES (347,'WebGUI',2,'Profil anschauen von',1041628274,NULL);
INSERT INTO international VALUES (145,'WebGUI',3,'WebGUI versie',1038528780,NULL);
INSERT INTO international VALUES (95,'WebGUI',1,'Help Index',1031514049,NULL);
INSERT INTO international VALUES (95,'WebGUI',4,'Índice de la Ayuda',1065120456,NULL);
INSERT INTO international VALUES (95,'WebGUI',5,'Indice da ajuda',1031510000,NULL);
INSERT INTO international VALUES (817,'WebGUI',1,'Active',1038431287,NULL);
INSERT INTO international VALUES (5,'Item',6,'Ladda ned bilaga',1031510000,NULL);
INSERT INTO international VALUES (346,'WebGUI',2,'Dieser Benutzer ist kein Mitglied. Wir haben keine weiteren Informationen über ihn.',1041628075,NULL);
INSERT INTO international VALUES (99,'WebGUI',1,'Title',1031514049,NULL);
INSERT INTO international VALUES (99,'WebGUI',4,'Título',1065120418,NULL);
INSERT INTO international VALUES (99,'WebGUI',5,'Titulo',1031510000,NULL);
INSERT INTO international VALUES (144,'WebGUI',3,'Bekijk statistieken.',1038528766,NULL);
INSERT INTO international VALUES (100,'WebGUI',1,'Meta Tags',1031514049,NULL);
INSERT INTO international VALUES (100,'WebGUI',4,'Meta Etiquetas',1065120404,NULL);
INSERT INTO international VALUES (100,'WebGUI',5,'Meta Tags',1031510000,NULL);
INSERT INTO international VALUES (345,'WebGUI',2,'Kein Mitglied',1041628685,NULL);
INSERT INTO international VALUES (142,'WebGUI',3,'Sessie time out',1038528750,NULL);
INSERT INTO international VALUES (143,'WebGUI',3,'Beheer instellingen',1038528758,NULL);
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,NULL);
INSERT INTO international VALUES (101,'WebGUI',4,'Está seguro de querer eliminar esta página, su contenido y todos sus elementos?',1065273551,NULL);
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,NULL);
INSERT INTO international VALUES (102,'WebGUI',1,'Edit Page',1031514049,NULL);
INSERT INTO international VALUES (102,'WebGUI',4,'Editar Página',1065273559,NULL);
INSERT INTO international VALUES (102,'WebGUI',5,'Modificar a página',1031510000,NULL);
INSERT INTO international VALUES (141,'WebGUI',3,'Niet gevonden pagina',1038528742,NULL);
INSERT INTO international VALUES (103,'WebGUI',1,'Page Properties',1046638742,NULL);
INSERT INTO international VALUES (103,'WebGUI',4,'Propiedades de la Página',1065273579,NULL);
INSERT INTO international VALUES (103,'WebGUI',5,'Especificações da página',1031510000,NULL);
INSERT INTO international VALUES (104,'WebGUI',1,'Page URL',1031514049,NULL);
INSERT INTO international VALUES (104,'WebGUI',4,'URL de la página',1065275653,NULL);
INSERT INTO international VALUES (104,'WebGUI',5,'URL da página',1031510000,NULL);
INSERT INTO international VALUES (140,'WebGUI',3,'Bewerk allerlei instellingen',1038528735,NULL);
INSERT INTO international VALUES (105,'WebGUI',1,'Layout',1046638916,NULL);
INSERT INTO international VALUES (105,'WebGUI',4,'Diseño',1065299342,NULL);
INSERT INTO international VALUES (105,'WebGUI',5,'Estilo',1031510000,NULL);
INSERT INTO international VALUES (342,'WebGUI',2,'Benutzerkonto bearbeiten',1041593115,NULL);
INSERT INTO international VALUES (341,'WebGUI',2,'Profil bearbeiten.',1041634112,NULL);
INSERT INTO international VALUES (340,'WebGUI',2,'weiblich',1041628400,NULL);
INSERT INTO international VALUES (138,'WebGUI',3,'Ja',1038528705,NULL);
INSERT INTO international VALUES (139,'WebGUI',3,'Nee',1038528710,NULL);
INSERT INTO international VALUES (106,'WebGUI',1,'Select \"Yes\" to change all the pages under this page to this style.',1031514049,NULL);
INSERT INTO international VALUES (106,'WebGUI',4,'Seleccione para dar este estilo a todas las sub-páginas.',1039630388,NULL);
INSERT INTO international VALUES (106,'WebGUI',5,'Escolha para atribuir este estilo a todas as sub-páginas',1031510000,NULL);
INSERT INTO international VALUES (135,'WebGUI',3,'SMTP server',1038528699,NULL);
INSERT INTO international VALUES (107,'WebGUI',1,'Privileges',1031514049,NULL);
INSERT INTO international VALUES (107,'WebGUI',4,'Privilegios',1065303324,NULL);
INSERT INTO international VALUES (107,'WebGUI',5,'Privilégios',1031510000,NULL);
INSERT INTO international VALUES (108,'WebGUI',1,'Owner',1031514049,NULL);
INSERT INTO international VALUES (108,'WebGUI',4,'Propietario',1065303367,NULL);
INSERT INTO international VALUES (108,'WebGUI',5,'Dono',1031510000,NULL);
INSERT INTO international VALUES (134,'WebGUI',3,'Bericht om wachtwoord terug te vinden',1038528692,NULL);
INSERT INTO international VALUES (343,'WebGUI',2,'Profil anschauen.',1041628263,NULL);
INSERT INTO international VALUES (133,'WebGUI',3,'Bewerk berichten instellingen',1063589959,NULL);
INSERT INTO international VALUES (130,'WebGUI',3,'Maximum grootte bijlagen (bytes)',1038528675,NULL);
INSERT INTO international VALUES (338,'WebGUI',2,'Profil bearbeiten',1041628373,NULL);
INSERT INTO international VALUES (127,'WebGUI',3,'URL bedrijf',1038528652,NULL);
INSERT INTO international VALUES (339,'WebGUI',2,'männlich',1041628381,NULL);
INSERT INTO international VALUES (125,'WebGUI',3,'Bedrijfsnaam',1038528638,NULL);
INSERT INTO international VALUES (126,'WebGUI',3,'Email adres bedrijf',1038528644,NULL);
INSERT INTO international VALUES (116,'WebGUI',1,'Select \"Yes\" to change the privileges of all pages and wobjects under this page to these privileges.',1056054674,NULL);
INSERT INTO international VALUES (116,'WebGUI',4,'Seleccione \"Si\" para cambiar estos privilegios a todas las sub-páginas y wobjects que estén por debajo de esta página.',1065303750,NULL);
INSERT INTO international VALUES (116,'WebGUI',5,'Escolher para atribuir estes privilégios a todas as sub-páginas.',1031510000,NULL);
INSERT INTO international VALUES (117,'WebGUI',1,'Edit User Settings',1031514049,NULL);
INSERT INTO international VALUES (117,'WebGUI',4,'Editar Opciones del Usuario',1065303862,NULL);
INSERT INTO international VALUES (117,'WebGUI',5,'Modificar preferências de autenticação',1031510000,NULL);
INSERT INTO international VALUES (337,'WebGUI',2,'Homepage URL',1041628364,NULL);
INSERT INTO international VALUES (124,'WebGUI',3,'Bewerk bedrijfsinformatie',1038528631,NULL);
INSERT INTO international VALUES (118,'WebGUI',1,'Anonymous Registration',1031514049,NULL);
INSERT INTO international VALUES (118,'WebGUI',4,'Registro Anónimo',1065303880,NULL);
INSERT INTO international VALUES (118,'WebGUI',5,'Registo anónimo',1031510000,NULL);
INSERT INTO international VALUES (8,'Auth/LDAP',3,'LDAP wachtwoord naam',1031516049,NULL);
INSERT INTO international VALUES (119,'WebGUI',1,'Authentication Method (default)',1031514049,NULL);
INSERT INTO international VALUES (119,'WebGUI',4,'Método de Autentificación (por defecto)',1065303902,NULL);
INSERT INTO international VALUES (119,'WebGUI',5,'Método de autenticação (defeito)',1031510000,NULL);
INSERT INTO international VALUES (7,'Auth/LDAP',3,'LDAP identiteit naam',1031516049,NULL);
INSERT INTO international VALUES (5,'Auth/LDAP',1,'LDAP URL (default)',1031514049,NULL);
INSERT INTO international VALUES (5,'Auth/LDAP',4,'URL LDAP (por defecto)',1065116895,NULL);
INSERT INTO international VALUES (5,'Auth/LDAP',5,'URL LDAP (defeito)',1031510000,NULL);
INSERT INTO international VALUES (6,'Auth/LDAP',1,'LDAP Identity (default)',1031514049,NULL);
INSERT INTO international VALUES (6,'Auth/LDAP',4,'Identidad LDAP (por defecto)',1065117006,NULL);
INSERT INTO international VALUES (6,'Auth/LDAP',5,'Identidade LDAP (defeito)',1031510000,NULL);
INSERT INTO international VALUES (6,'Auth/LDAP',3,'LDAP identiteit (standaard)',1031516049,NULL);
INSERT INTO international VALUES (7,'Auth/LDAP',1,'LDAP Identity Name',1031514049,NULL);
INSERT INTO international VALUES (7,'Auth/LDAP',4,'Nombre de Identidad LDAP',1065117097,NULL);
INSERT INTO international VALUES (7,'Auth/LDAP',5,'Nome da entidade LDAP',1031510000,NULL);
INSERT INTO international VALUES (5,'Auth/LDAP',3,'LDAP URL (standaard)',1031516049,NULL);
INSERT INTO international VALUES (8,'Auth/LDAP',1,'LDAP Password Name',1031514049,NULL);
INSERT INTO international VALUES (8,'Auth/LDAP',4,'Nombre de Contraseña LDAP',1065117282,NULL);
INSERT INTO international VALUES (8,'Auth/LDAP',5,'Nome da password LDAP',1031510000,NULL);
INSERT INTO international VALUES (124,'WebGUI',1,'Edit Company Information',1031514049,NULL);
INSERT INTO international VALUES (124,'WebGUI',4,'Editar Información de la Compañía',1065303929,NULL);
INSERT INTO international VALUES (124,'WebGUI',5,'Modificar informação da empresa',1031510000,NULL);
INSERT INTO international VALUES (119,'WebGUI',3,'Toegangs controle methode (standaard)',1038528587,NULL);
INSERT INTO international VALUES (125,'WebGUI',1,'Company Name',1031514049,NULL);
INSERT INTO international VALUES (125,'WebGUI',4,'Nombre de la Compañía',1065303990,NULL);
INSERT INTO international VALUES (125,'WebGUI',5,'Nome da empresa',1031510000,NULL);
INSERT INTO international VALUES (118,'WebGUI',3,'Anonieme registratie',1038528573,NULL);
INSERT INTO international VALUES (126,'WebGUI',1,'Company Email Address',1031514049,NULL);
INSERT INTO international VALUES (126,'WebGUI',4,'E-mail de la Compañía',1065304012,NULL);
INSERT INTO international VALUES (126,'WebGUI',5,'Moarada da empresa',1031510000,NULL);
INSERT INTO international VALUES (333,'WebGUI',2,'Land (geschäftlich)',1040641541,NULL);
INSERT INTO international VALUES (335,'WebGUI',2,'Geschlecht',1041628355,NULL);
INSERT INTO international VALUES (334,'WebGUI',2,'Telefon (geschäftlich)',1040641557,NULL);
INSERT INTO international VALUES (336,'WebGUI',2,'Geburtstag',1041611473,NULL);
INSERT INTO international VALUES (127,'WebGUI',1,'Company URL',1031514049,NULL);
INSERT INTO international VALUES (127,'WebGUI',4,'URL de la Compañía',1065304025,NULL);
INSERT INTO international VALUES (127,'WebGUI',5,'URL da empresa',1031510000,NULL);
INSERT INTO international VALUES (331,'WebGUI',2,'Bundesland (geschäftlich)',1040641451,NULL);
INSERT INTO international VALUES (117,'WebGUI',3,'Bewerk toegangs controle instellingen',1038528565,NULL);
INSERT INTO international VALUES (130,'WebGUI',1,'Maximum Attachment Size',1031514049,NULL);
INSERT INTO international VALUES (130,'WebGUI',4,'Tamaño Máximo de Adjuntos',1065304045,NULL);
INSERT INTO international VALUES (130,'WebGUI',5,'Tamanho máximo dos anexos',1031510000,NULL);
INSERT INTO international VALUES (330,'WebGUI',2,'Ort (geschäftlich)',1040641430,NULL);
INSERT INTO international VALUES (133,'WebGUI',1,'Edit Messaging Settings',1044138764,NULL);
INSERT INTO international VALUES (133,'WebGUI',4,'Editar Configuración de Mensajería',1065304098,NULL);
INSERT INTO international VALUES (133,'WebGUI',5,'Modificar preferências de e-mail',1031510000,NULL);
INSERT INTO international VALUES (332,'WebGUI',2,'Postleitzahl (geschäftlich)',1040641490,NULL);
INSERT INTO international VALUES (116,'WebGUI',3,'Vink \"Ja\" aan om deze privileges aan alle onderliggende pagina\'s te geven.',1063589942,NULL);
INSERT INTO international VALUES (134,'WebGUI',1,'Recover Password Message',1031514049,NULL);
INSERT INTO international VALUES (134,'WebGUI',4,'Mensaje para recuperar contraseña',1039628597,NULL);
INSERT INTO international VALUES (134,'WebGUI',5,'Mensagem de recuperação de password',1031510000,NULL);
INSERT INTO international VALUES (135,'WebGUI',1,'SMTP Server',1031514049,NULL);
INSERT INTO international VALUES (135,'WebGUI',4,'Servidor SMTP',1065304105,NULL);
INSERT INTO international VALUES (135,'WebGUI',5,'Servidor SMTP',1031510000,NULL);
INSERT INTO international VALUES (326,'WebGUI',2,'Postleitzahl (privat)',1041628242,NULL);
INSERT INTO international VALUES (327,'WebGUI',2,'Land (privat)',1041628337,NULL);
INSERT INTO international VALUES (138,'WebGUI',1,'Yes',1031514049,NULL);
INSERT INTO international VALUES (138,'WebGUI',4,'Si',1065304112,NULL);
INSERT INTO international VALUES (138,'WebGUI',5,'Sim',1031510000,NULL);
INSERT INTO international VALUES (139,'WebGUI',1,'No',1031514049,NULL);
INSERT INTO international VALUES (139,'WebGUI',4,'No',1065304119,NULL);
INSERT INTO international VALUES (139,'WebGUI',5,'Não',1031510000,NULL);
INSERT INTO international VALUES (329,'WebGUI',2,'Strasse',1040641648,NULL);
INSERT INTO international VALUES (328,'WebGUI',2,'Telefon (privat)',1041628347,NULL);
INSERT INTO international VALUES (140,'WebGUI',1,'Edit Miscellaneous Settings',1031514049,NULL);
INSERT INTO international VALUES (140,'WebGUI',4,'Editar Configuraciones Misceláneas',1065304135,NULL);
INSERT INTO international VALUES (140,'WebGUI',5,'Modificar preferências mistas',1031510000,NULL);
INSERT INTO international VALUES (141,'WebGUI',1,'Not Found Page',1031514049,NULL);
INSERT INTO international VALUES (141,'WebGUI',4,'Página No Encontrada',1065304150,NULL);
INSERT INTO international VALUES (141,'WebGUI',5,'Página não encontrada',1031510000,NULL);
INSERT INTO international VALUES (142,'WebGUI',1,'Session Timeout',1031514049,NULL);
INSERT INTO international VALUES (142,'WebGUI',4,'Expiración de la Sesión',1065304201,NULL);
INSERT INTO international VALUES (142,'WebGUI',5,'Timeout de sessão',1031510000,NULL);
INSERT INTO international VALUES (325,'WebGUI',2,'Bundesland (privat)',1041628231,NULL);
INSERT INTO international VALUES (143,'WebGUI',1,'Manage Settings',1031514049,NULL);
INSERT INTO international VALUES (143,'WebGUI',4,'Gestionar Opciones',1065273335,NULL);
INSERT INTO international VALUES (143,'WebGUI',5,'Organizar preferências',1031510000,NULL);
INSERT INTO international VALUES (144,'WebGUI',1,'View statistics.',1031514049,NULL);
INSERT INTO international VALUES (144,'WebGUI',4,'Ver estadísticas.',1065304217,NULL);
INSERT INTO international VALUES (144,'WebGUI',5,'Ver estatisticas.',1031510000,NULL);
INSERT INTO international VALUES (145,'WebGUI',1,'WebGUI Build Version',1031514049,NULL);
INSERT INTO international VALUES (145,'WebGUI',4,'Versión de WebGUI',1065304241,NULL);
INSERT INTO international VALUES (145,'WebGUI',5,'WebGUI versão',1031510000,NULL);
INSERT INTO international VALUES (323,'WebGUI',2,'Strasse (privat)',1041628019,NULL);
INSERT INTO international VALUES (146,'WebGUI',1,'Active Sessions',1031514049,NULL);
INSERT INTO international VALUES (146,'WebGUI',4,'Sesiones Activas',1065304251,NULL);
INSERT INTO international VALUES (146,'WebGUI',5,'Sessões activas',1031510000,NULL);
INSERT INTO international VALUES (147,'WebGUI',1,'Pages',1031514049,NULL);
INSERT INTO international VALUES (147,'WebGUI',4,'Páginas',1065304258,NULL);
INSERT INTO international VALUES (147,'WebGUI',5,'Páginas',1031510000,NULL);
INSERT INTO international VALUES (148,'WebGUI',1,'Wobjects',1045312362,NULL);
INSERT INTO international VALUES (148,'WebGUI',4,'Wobjects',1065304267,NULL);
INSERT INTO international VALUES (148,'WebGUI',5,'Wobjects',1031510000,NULL);
INSERT INTO international VALUES (108,'WebGUI',3,'Eigenaar',1038528474,NULL);
INSERT INTO international VALUES (149,'WebGUI',1,'Users',1031514049,NULL);
INSERT INTO international VALUES (149,'WebGUI',4,'Usuarios',1065304277,NULL);
INSERT INTO international VALUES (149,'WebGUI',5,'Utilizadores',1031510000,NULL);
INSERT INTO international VALUES (107,'WebGUI',3,'Privileges',1038528468,NULL);
INSERT INTO international VALUES (151,'WebGUI',1,'Style Name',1031514049,NULL);
INSERT INTO international VALUES (151,'WebGUI',4,'Nombre del Estilo',1065304285,NULL);
INSERT INTO international VALUES (151,'WebGUI',5,'Nome do estilo',1031510000,NULL);
INSERT INTO international VALUES (505,'WebGUI',1,'Add a new template.',1031514049,NULL);
INSERT INTO international VALUES (504,'WebGUI',1,'Template',1031514049,NULL);
INSERT INTO international VALUES (503,'WebGUI',1,'Template ID',1031514049,NULL);
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,NULL);
INSERT INTO international VALUES (154,'WebGUI',1,'Style Sheet',1031514049,NULL);
INSERT INTO international VALUES (154,'WebGUI',4,'Hoja de Estilo',1065304369,NULL);
INSERT INTO international VALUES (154,'WebGUI',5,'Estilo de página',1031510000,NULL);
INSERT INTO international VALUES (322,'WebGUI',2,'Pager',1041628008,NULL);
INSERT INTO international VALUES (321,'WebGUI',2,'Mobiltelefon',1041628000,NULL);
INSERT INTO international VALUES (324,'WebGUI',2,'Ort (privat)',1041628028,NULL);
INSERT INTO international VALUES (320,'WebGUI',2,'Yahoo! Messenger Id',1067289786,NULL);
INSERT INTO international VALUES (105,'WebGUI',3,'Layout',1063589926,NULL);
INSERT INTO international VALUES (106,'WebGUI',3,'Vink \"Ja\" aan om deze stijl in alle onderliggende pagina\'s te gebruiken.',1038528461,NULL);
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,NULL);
INSERT INTO international VALUES (155,'WebGUI',4,'Está seguro de querer eliminar este estilo y migrar todas la páginas que lo usen al estilo \"Fail Safe\"?',1065304337,NULL);
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,NULL);
INSERT INTO international VALUES (156,'WebGUI',1,'Edit Style',1031514049,NULL);
INSERT INTO international VALUES (156,'WebGUI',4,'Editar Estilo',1065304345,NULL);
INSERT INTO international VALUES (156,'WebGUI',5,'Modificar estilo',1031510000,NULL);
INSERT INTO international VALUES (104,'WebGUI',3,'Pagina URL',1038528420,NULL);
INSERT INTO international VALUES (157,'WebGUI',1,'Styles',1031514049,NULL);
INSERT INTO international VALUES (157,'WebGUI',4,'Estilos',1065304351,NULL);
INSERT INTO international VALUES (157,'WebGUI',5,'Estilos',1031510000,NULL);
INSERT INTO international VALUES (103,'WebGUI',3,'Pagina eigenschappen',1063589913,NULL);
INSERT INTO international VALUES (158,'WebGUI',1,'Add a new style.',1031514049,NULL);
INSERT INTO international VALUES (158,'WebGUI',4,'Añadir un estilo nuevo.',1065304586,NULL);
INSERT INTO international VALUES (158,'WebGUI',5,'Adicionar novo estilo.',1031510000,NULL);
INSERT INTO international VALUES (102,'WebGUI',3,'Bewerk pagina',1038528401,NULL);
INSERT INTO international VALUES (471,'WebGUI/Profile',10,'Rediger bruger profil felt',1031510000,NULL);
INSERT INTO international VALUES (159,'WebGUI',4,'Correo Entrante',1065304912,NULL);
INSERT INTO international VALUES (159,'WebGUI',5,'Log das mensagens',1031510000,NULL);
INSERT INTO international VALUES (160,'WebGUI',1,'Date Submitted',1031514049,NULL);
INSERT INTO international VALUES (160,'WebGUI',4,'Fecha de Envío',1065304948,NULL);
INSERT INTO international VALUES (160,'WebGUI',5,'Data de submissão',1031510000,NULL);
INSERT INTO international VALUES (319,'WebGUI',2,'MSN Messenger Id',1041627980,NULL);
INSERT INTO international VALUES (161,'WebGUI',1,'Submitted By',1031514049,NULL);
INSERT INTO international VALUES (161,'WebGUI',4,'Contribuido por',1065306508,NULL);
INSERT INTO international VALUES (161,'WebGUI',5,'Submetido por',1031510000,NULL);
INSERT INTO international VALUES (100,'WebGUI',3,'Meta tags',1038528357,NULL);
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,NULL);
INSERT INTO international VALUES (162,'WebGUI',1,'Are you certain that you wish to purge all the pages and wobjects in the trash?',1031514049,NULL);
INSERT INTO international VALUES (162,'WebGUI',4,'Está seguro de querer eliminar todas las páginas y todos los wobjects de la papelera?',1065306557,NULL);
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,NULL);
INSERT INTO international VALUES (99,'WebGUI',3,'Titel',1038529669,NULL);
INSERT INTO international VALUES (163,'WebGUI',1,'Add User',1031514049,NULL);
INSERT INTO international VALUES (163,'WebGUI',4,'Añadir Usuario',1065304534,NULL);
INSERT INTO international VALUES (163,'WebGUI',5,'Adicionar utilizador',1031510000,NULL);
INSERT INTO international VALUES (95,'WebGUI',3,'Help index',1038529676,NULL);
INSERT INTO international VALUES (164,'WebGUI',1,'Authentication Method',1031514049,NULL);
INSERT INTO international VALUES (164,'WebGUI',4,'Método de Auntentificación',1065306570,NULL);
INSERT INTO international VALUES (164,'WebGUI',5,'Metodo de autenticação',1031510000,NULL);
INSERT INTO international VALUES (94,'WebGUI',3,'Zie ook',1038529682,NULL);
INSERT INTO international VALUES (3,'Auth/LDAP',1,'LDAP URL',1031514049,NULL);
INSERT INTO international VALUES (3,'Auth/LDAP',4,'URL LDAP',1065116463,NULL);
INSERT INTO international VALUES (3,'Auth/LDAP',5,'LDAP URL',1031510000,NULL);
INSERT INTO international VALUES (317,'WebGUI',2,'ICQ UIN',1041627955,NULL);
INSERT INTO international VALUES (93,'WebGUI',3,'Help',1039783546,NULL);
INSERT INTO international VALUES (4,'Auth/LDAP',1,'Connect DN',1031514049,NULL);
INSERT INTO international VALUES (4,'Auth/LDAP',4,'DN de Conexión',1065116770,NULL);
INSERT INTO international VALUES (4,'Auth/LDAP',5,'Connectar DN',1031510000,NULL);
INSERT INTO international VALUES (91,'WebGUI',3,'Vorige pagina',1039783532,NULL);
INSERT INTO international VALUES (92,'WebGUI',3,'Volgende pagina',1039783539,NULL);
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,NULL);
INSERT INTO international VALUES (167,'WebGUI',4,'Está seguro de querer eliminar este usuario? Tenga en cuenta que toda la información del usuario se perderá si lo hace.',1065306634,NULL);
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,NULL);
INSERT INTO international VALUES (90,'WebGUI',3,'Voeg nieuwe groep toe.',1039783526,NULL);
INSERT INTO international VALUES (168,'WebGUI',1,'Edit User',1031514049,NULL);
INSERT INTO international VALUES (168,'WebGUI',4,'Editar Usuario',1065306644,NULL);
INSERT INTO international VALUES (168,'WebGUI',5,'Modificar utilizador',1031510000,NULL);
INSERT INTO international VALUES (89,'WebGUI',3,'Groepen',1039783512,NULL);
INSERT INTO international VALUES (169,'WebGUI',1,'Add a new user.',1031514049,NULL);
INSERT INTO international VALUES (169,'WebGUI',4,'Añadir un usuario nuevo.',1065304603,NULL);
INSERT INTO international VALUES (169,'WebGUI',5,'Adicionar utilizador.',1031510000,NULL);
INSERT INTO international VALUES (170,'WebGUI',1,'search',1031514049,NULL);
INSERT INTO international VALUES (170,'WebGUI',4,'buscar',1065306652,NULL);
INSERT INTO international VALUES (170,'WebGUI',5,'procurar',1031510000,NULL);
INSERT INTO international VALUES (88,'WebGUI',3,'Gebruikers in groep',1039783506,NULL);
INSERT INTO international VALUES (171,'WebGUI',1,'rich edit',1031514049,NULL);
INSERT INTO international VALUES (171,'WebGUI',4,'Edición Mejorada',1039628270,NULL);
INSERT INTO international VALUES (171,'WebGUI',5,'rich edit',1031510000,NULL);
INSERT INTO international VALUES (318,'WebGUI',2,'AIM Id',1041627969,NULL);
INSERT INTO international VALUES (87,'WebGUI',3,'Bewerk groep',1039783499,NULL);
INSERT INTO international VALUES (174,'WebGUI',1,'Display the title?',1031514049,NULL);
INSERT INTO international VALUES (174,'WebGUI',4,'Mostrar el título?',1065306666,NULL);
INSERT INTO international VALUES (174,'WebGUI',5,'Mostrar o titulo?',1031510000,NULL);
INSERT INTO international VALUES (175,'WebGUI',1,'Process macros?',1031514049,NULL);
INSERT INTO international VALUES (175,'WebGUI',4,'Procesar macros?',1065306716,NULL);
INSERT INTO international VALUES (175,'WebGUI',5,'Processar macros?',1031510000,NULL);
INSERT INTO international VALUES (229,'WebGUI',1,'Subject',1031514049,NULL);
INSERT INTO international VALUES (229,'WebGUI',4,'Asunto',1065306725,NULL);
INSERT INTO international VALUES (229,'WebGUI',5,'Assunto',1031510000,NULL);
INSERT INTO international VALUES (230,'WebGUI',1,'Message',1031514049,NULL);
INSERT INTO international VALUES (230,'WebGUI',4,'Mensaje',1039628510,NULL);
INSERT INTO international VALUES (230,'WebGUI',5,'Mensagem',1031510000,NULL);
INSERT INTO international VALUES (231,'WebGUI',1,'Posting New Message...',1031514049,NULL);
INSERT INTO international VALUES (231,'WebGUI',4,'Enviando Nuevo Mensaje ...',1039628557,NULL);
INSERT INTO international VALUES (231,'WebGUI',5,'Colocando nova mensagem...',1031510000,NULL);
INSERT INTO international VALUES (232,'WebGUI',1,'no subject',1031514049,NULL);
INSERT INTO international VALUES (232,'WebGUI',4,'sin asunto',1065306742,NULL);
INSERT INTO international VALUES (232,'WebGUI',5,'sem assunto',1031510000,NULL);
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,NULL);
INSERT INTO international VALUES (233,'WebGUI',1,'(eom)',1031514049,NULL);
INSERT INTO international VALUES (233,'WebGUI',4,'(eom)',1065306756,NULL);
INSERT INTO international VALUES (233,'WebGUI',5,'(eom)',1031510000,NULL);
INSERT INTO international VALUES (85,'WebGUI',3,'Beschrijving',1039783481,NULL);
INSERT INTO international VALUES (315,'WebGUI',2,'Zweiter Vorname',1041627929,NULL);
INSERT INTO international VALUES (314,'WebGUI',2,'Vorname',1041627918,NULL);
INSERT INTO international VALUES (316,'WebGUI',2,'Nachname',1041627938,NULL);
INSERT INTO international VALUES (84,'WebGUI',3,'Groep naam',1039783474,NULL);
INSERT INTO international VALUES (313,'WebGUI',2,'Zusätzliche Informationen anzeigen?',1041627910,NULL);
INSERT INTO international VALUES (82,'WebGUI',3,'Administratieve functies...',1039783468,NULL);
INSERT INTO international VALUES (240,'WebGUI',1,'Message ID:',1031514049,NULL);
INSERT INTO international VALUES (240,'WebGUI',4,'ID del mensaje:',1039628536,NULL);
INSERT INTO international VALUES (240,'WebGUI',5,'ID da mensagem:',1031510000,NULL);
INSERT INTO international VALUES (244,'WebGUI',1,'Author',1031514049,NULL);
INSERT INTO international VALUES (244,'WebGUI',4,'Autor',1065306803,NULL);
INSERT INTO international VALUES (244,'WebGUI',5,'Autor',1031510000,NULL);
INSERT INTO international VALUES (81,'WebGUI',3,'Account is aangepast!',1039783461,NULL);
INSERT INTO international VALUES (245,'WebGUI',1,'Date',1031514049,NULL);
INSERT INTO international VALUES (245,'WebGUI',4,'Fecha',1065306815,NULL);
INSERT INTO international VALUES (245,'WebGUI',5,'Data',1031510000,NULL);
INSERT INTO international VALUES (304,'WebGUI',1,'Language',1031514049,NULL);
INSERT INTO international VALUES (304,'WebGUI',4,'Idioma',1065306855,NULL);
INSERT INTO international VALUES (304,'WebGUI',5,'Lingua',1031510000,NULL);
INSERT INTO international VALUES (312,'WebGUI',2,'Geschäftsadresse anzeigen?',1041627895,NULL);
INSERT INTO international VALUES (80,'WebGUI',3,'Account is aangemaakt!',1039783454,NULL);
INSERT INTO international VALUES (307,'WebGUI',1,'Use default meta tags?',1031514049,NULL);
INSERT INTO international VALUES (307,'WebGUI',5,'Usar as meta tags de defeito?',1031510000,NULL);
INSERT INTO international VALUES (2,'Auth/LDAP',3,'Kan niet verbinden met LDAP server.',1031516049,NULL);
INSERT INTO international VALUES (308,'WebGUI',1,'Edit Profile Settings',1031514049,NULL);
INSERT INTO international VALUES (308,'WebGUI',5,'Modificar as preferências do perfil',1031510000,NULL);
INSERT INTO international VALUES (309,'WebGUI',1,'Allow real name?',1031514049,NULL);
INSERT INTO international VALUES (309,'WebGUI',5,'Permitir o nome real?',1031510000,NULL);
INSERT INTO international VALUES (311,'WebGUI',2,'Privatadresse anzeigen?',1041627883,NULL);
INSERT INTO international VALUES (3,'Auth/WebGUI',3,'De wachtwoorden waren niet gelijk. Probeer opnieuw.',1031516049,NULL);
INSERT INTO international VALUES (310,'WebGUI',1,'Allow extra contact information?',1031514049,NULL);
INSERT INTO international VALUES (310,'WebGUI',5,'Permitir informação extra de contacto?',1031510000,NULL);
INSERT INTO international VALUES (311,'WebGUI',1,'Allow home information?',1031514049,NULL);
INSERT INTO international VALUES (311,'WebGUI',5,'Permitir informação de casa?',1031510000,NULL);
INSERT INTO international VALUES (309,'WebGUI',2,'Name anzeigen?',1041627860,NULL);
INSERT INTO international VALUES (312,'WebGUI',1,'Allow business information?',1031514049,NULL);
INSERT INTO international VALUES (312,'WebGUI',5,'Permitir informação do emprego?',1031510000,NULL);
INSERT INTO international VALUES (313,'WebGUI',1,'Allow miscellaneous information?',1031514049,NULL);
INSERT INTO international VALUES (313,'WebGUI',5,'Permitir informaçao mista?',1031510000,NULL);
INSERT INTO international VALUES (314,'WebGUI',1,'First Name',1031514049,NULL);
INSERT INTO international VALUES (314,'WebGUI',5,'Nome',1031510000,NULL);
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,NULL);
INSERT INTO international VALUES (315,'WebGUI',1,'Middle Name',1031514049,NULL);
INSERT INTO international VALUES (315,'WebGUI',5,'segundo(s) nome(s)',1031510000,NULL);
INSERT INTO international VALUES (316,'WebGUI',1,'Last Name',1031514049,NULL);
INSERT INTO international VALUES (316,'WebGUI',5,'Apelido',1031510000,NULL);
INSERT INTO international VALUES (76,'WebGUI',3,'Dat e-mail adresis niet in onze database aanwezig.',1039783330,NULL);
INSERT INTO international VALUES (317,'WebGUI',1,'ICQ UIN',1031514049,NULL);
INSERT INTO international VALUES (317,'WebGUI',5,'\"ICQ UIN\"',1031510000,NULL);
INSERT INTO international VALUES (75,'WebGUI',3,'Uw account informatie is naar uw email adres verzonden.',1039783319,NULL);
INSERT INTO international VALUES (318,'WebGUI',1,'AIM Id',1031514049,NULL);
INSERT INTO international VALUES (318,'WebGUI',5,'\"AIM Id\"',1031510000,NULL);
INSERT INTO international VALUES (310,'WebGUI',2,'Kontaktinformationen anzeigen?',1041627871,NULL);
INSERT INTO international VALUES (566,'WebGUI',6,'Redigera Timeout',1031510000,NULL);
INSERT INTO international VALUES (74,'WebGUI',3,'Account informatie',1039783312,NULL);
INSERT INTO international VALUES (319,'WebGUI',1,'MSN Messenger Id',1031514049,NULL);
INSERT INTO international VALUES (319,'WebGUI',5,'\"MSN Messenger Id\"',1031510000,NULL);
INSERT INTO international VALUES (72,'WebGUI',3,'Terugvinden',1039783299,NULL);
INSERT INTO international VALUES (73,'WebGUI',3,'Log in.',1039783306,NULL);
INSERT INTO international VALUES (320,'WebGUI',1,'Yahoo! Messenger Id',1031514049,NULL);
INSERT INTO international VALUES (320,'WebGUI',5,'\"Yahoo! Messenger Id\"',1031510000,NULL);
INSERT INTO international VALUES (321,'WebGUI',1,'Cell Phone',1031514049,NULL);
INSERT INTO international VALUES (321,'WebGUI',5,'Telemóvel',1031510000,NULL);
INSERT INTO international VALUES (71,'WebGUI',3,'Wachtwoord terugvinden',1039783252,NULL);
INSERT INTO international VALUES (322,'WebGUI',1,'Pager',1031514049,NULL);
INSERT INTO international VALUES (322,'WebGUI',5,'Pager',1031510000,NULL);
INSERT INTO international VALUES (70,'WebGUI',3,'Fout',1039783139,NULL);
INSERT INTO international VALUES (323,'WebGUI',1,'Home Address',1031514049,NULL);
INSERT INTO international VALUES (323,'WebGUI',5,'Morada (de casa)',1031510000,NULL);
INSERT INTO international VALUES (307,'WebGUI',2,'Standard Meta-Tags benutzen?',1041611420,NULL);
INSERT INTO international VALUES (324,'WebGUI',1,'Home City',1031514049,NULL);
INSERT INTO international VALUES (324,'WebGUI',5,'Cidade (de casa)',1031510000,NULL);
INSERT INTO international VALUES (308,'WebGUI',2,'Profileinstellungen bearbeiten',1041634082,NULL);
INSERT INTO international VALUES (325,'WebGUI',1,'Home State',1031514049,NULL);
INSERT INTO international VALUES (325,'WebGUI',5,'Concelho (de casa)',1031510000,NULL);
INSERT INTO international VALUES (69,'WebGUI',3,'Vraag uw systeembeheerder om assistentie.',1039783096,NULL);
INSERT INTO international VALUES (326,'WebGUI',1,'Home Zip Code',1031514049,NULL);
INSERT INTO international VALUES (326,'WebGUI',5,'Código postal (de casa)',1031510000,NULL);
INSERT INTO international VALUES (327,'WebGUI',1,'Home Country',1031514049,NULL);
INSERT INTO international VALUES (327,'WebGUI',5,'País (de casa)',1031510000,NULL);
INSERT INTO international VALUES (328,'WebGUI',1,'Home Phone',1031514049,NULL);
INSERT INTO international VALUES (328,'WebGUI',5,'Telefone (de casa)',1031510000,NULL);
INSERT INTO international VALUES (329,'WebGUI',1,'Work Address',1031514049,NULL);
INSERT INTO international VALUES (329,'WebGUI',5,'Morada (do emprego)',1031510000,NULL);
INSERT INTO international VALUES (330,'WebGUI',1,'Work City',1031514049,NULL);
INSERT INTO international VALUES (330,'WebGUI',5,'Cidade (do emprego)',1031510000,NULL);
INSERT INTO international VALUES (68,'WebGUI',3,'De account informatie is niet geldig. Het account bestaat niet of de gebruikersnaam/wachtwoord was fout.',1039783031,NULL);
INSERT INTO international VALUES (331,'WebGUI',1,'Work State',1031514049,NULL);
INSERT INTO international VALUES (331,'WebGUI',5,'Concelho (do emprego)',1031510000,NULL);
INSERT INTO international VALUES (332,'WebGUI',1,'Work Zip Code',1031514049,NULL);
INSERT INTO international VALUES (332,'WebGUI',5,'Código postal (do emprego)',1031510000,NULL);
INSERT INTO international VALUES (67,'WebGUI',3,'Creëer een nieuw account.',1039782986,NULL);
INSERT INTO international VALUES (333,'WebGUI',1,'Work Country',1031514049,NULL);
INSERT INTO international VALUES (333,'WebGUI',5,'País (do emprego)',1031510000,NULL);
INSERT INTO international VALUES (334,'WebGUI',1,'Work Phone',1031514049,NULL);
INSERT INTO international VALUES (334,'WebGUI',5,'Telefone (do emprego)',1031510000,NULL);
INSERT INTO international VALUES (66,'WebGUI',3,'Log in',1039782927,NULL);
INSERT INTO international VALUES (335,'WebGUI',1,'Gender',1031514049,NULL);
INSERT INTO international VALUES (335,'WebGUI',5,'Sexo',1031510000,NULL);
INSERT INTO international VALUES (244,'WebGUI',2,'Autor',1040646786,NULL);
INSERT INTO international VALUES (336,'WebGUI',1,'Birth Date',1031514049,NULL);
INSERT INTO international VALUES (336,'WebGUI',5,'Data de nascimento',1031510000,NULL);
INSERT INTO international VALUES (65,'WebGUI',3,'Deaktiveer mijn account voorgoed.',1039782903,NULL);
INSERT INTO international VALUES (337,'WebGUI',1,'Homepage URL',1031514049,NULL);
INSERT INTO international VALUES (337,'WebGUI',5,'Endereço da Homepage',1031510000,NULL);
INSERT INTO international VALUES (338,'WebGUI',1,'Edit Profile',1031514049,NULL);
INSERT INTO international VALUES (338,'WebGUI',5,'Modificar perfil',1031510000,NULL);
INSERT INTO international VALUES (64,'WebGUI',3,'Log uit.',1039782874,NULL);
INSERT INTO international VALUES (339,'WebGUI',1,'Male',1031514049,NULL);
INSERT INTO international VALUES (339,'WebGUI',5,'Masculino',1031510000,NULL);
INSERT INTO international VALUES (240,'WebGUI',2,'Beitrags ID:',1041627791,NULL);
INSERT INTO international VALUES (340,'WebGUI',1,'Female',1031514049,NULL);
INSERT INTO international VALUES (340,'WebGUI',5,'Feminino',1031510000,NULL);
INSERT INTO international VALUES (63,'WebGUI',3,'Zet beheermode aan.',1039782413,NULL);
INSERT INTO international VALUES (341,'WebGUI',1,'Edit profile.',1031514049,NULL);
INSERT INTO international VALUES (341,'WebGUI',5,'Modificar o perfil.',1031510000,NULL);
INSERT INTO international VALUES (245,'WebGUI',2,'Datum',1041627799,NULL);
INSERT INTO international VALUES (62,'WebGUI',3,'Bewaar',1039781242,NULL);
INSERT INTO international VALUES (342,'WebGUI',1,'Edit account information.',1031514049,NULL);
INSERT INTO international VALUES (342,'WebGUI',5,'Modificar as informações da conta.',1031510000,NULL);
INSERT INTO international VALUES (304,'WebGUI',2,'Sprache',1041627818,NULL);
INSERT INTO international VALUES (343,'WebGUI',1,'View profile.',1031514049,NULL);
INSERT INTO international VALUES (343,'WebGUI',5,'Ver perfil.',1031510000,NULL);
INSERT INTO international VALUES (351,'WebGUI',1,'Message',1031514049,NULL);
INSERT INTO international VALUES (468,'WebGUI/Profile',10,'Rediger bruger profil kategori',1031510000,NULL);
INSERT INTO international VALUES (61,'WebGUI',3,'Account informatie bijwerken',1039781048,NULL);
INSERT INTO international VALUES (345,'WebGUI',1,'Not A Member',1031514049,NULL);
INSERT INTO international VALUES (345,'WebGUI',5,'Não é membro',1031510000,NULL);
INSERT INTO international VALUES (233,'WebGUI',2,'(eom)',1040650575,NULL);
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,NULL);
INSERT INTO international VALUES (346,'WebGUI',5,'Esse utilizador já não é membro do site. Não existe mais informação.',1031510000,NULL);
INSERT INTO international VALUES (347,'WebGUI',1,'View Profile For',1031514049,NULL);
INSERT INTO international VALUES (347,'WebGUI',5,'Ver o perfil de',1031510000,NULL);
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,NULL);
INSERT INTO international VALUES (348,'WebGUI',1,'Name',1031514049,NULL);
INSERT INTO international VALUES (348,'WebGUI',5,'Nome',1031510000,NULL);
INSERT INTO international VALUES (349,'WebGUI',1,'Latest version available',1031514049,NULL);
INSERT INTO international VALUES (349,'WebGUI',5,'Ultima versão disponível',1031510000,NULL);
INSERT INTO international VALUES (59,'WebGUI',3,'Ik ben mijn wachtwoord vergeten.',1039520960,NULL);
INSERT INTO international VALUES (350,'WebGUI',1,'Completed',1031514049,NULL);
INSERT INTO international VALUES (350,'WebGUI',5,'Completo',1031510000,NULL);
INSERT INTO international VALUES (351,'WebGUI',5,'Entrada no log de mensagens',1031510000,NULL);
INSERT INTO international VALUES (58,'WebGUI',3,'Ik heb al een account.',1039520779,NULL);
INSERT INTO international VALUES (352,'WebGUI',1,'Date Of Entry',1031514049,NULL);
INSERT INTO international VALUES (352,'WebGUI',5,'Data de entrada',1031510000,NULL);
INSERT INTO international VALUES (471,'WebGUI/Profile',6,'Redigera användarprofils attribut',1032859851,NULL);
INSERT INTO international VALUES (353,'WebGUI',5,'Actualmente não tem entradas no log de mensagens.',1031510000,NULL);
INSERT INTO international VALUES (471,'WebGUI/Profile',1,'Edit User Profile Field',1031514049,NULL);
INSERT INTO international VALUES (354,'WebGUI',5,'Ver o log das mensagens.',1031510000,NULL);
INSERT INTO international VALUES (57,'WebGUI',3,'Dit is alleen nodig als er functies gebruikt worden die e-mail nodig hebben.',1039780774,NULL);
INSERT INTO international VALUES (355,'WebGUI',1,'Default',1031514049,NULL);
INSERT INTO international VALUES (355,'WebGUI',5,'Por defeito',1031510000,NULL);
INSERT INTO international VALUES (356,'WebGUI',1,'Template',1031514049,NULL);
INSERT INTO international VALUES (357,'WebGUI',1,'News',1031514049,NULL);
INSERT INTO international VALUES (358,'WebGUI',1,'Left Column',1031514049,NULL);
INSERT INTO international VALUES (359,'WebGUI',1,'Right Column',1031514049,NULL);
INSERT INTO international VALUES (360,'WebGUI',1,'One Over Three',1031514049,NULL);
INSERT INTO international VALUES (361,'WebGUI',1,'Three Over One',1031514049,NULL);
INSERT INTO international VALUES (362,'WebGUI',1,'SideBySide',1031514049,NULL);
INSERT INTO international VALUES (363,'WebGUI',1,'Page Template Position',1034736999,NULL);
INSERT INTO international VALUES (364,'WebGUI',1,'Search',1031514049,NULL);
INSERT INTO international VALUES (365,'WebGUI',1,'Search results...',1031514049,NULL);
INSERT INTO international VALUES (366,'WebGUI',1,'No pages were found with content that matched your query.',1031514049,NULL);
INSERT INTO international VALUES (368,'WebGUI',1,'Add a new group to this user.',1031514049,NULL);
INSERT INTO international VALUES (369,'WebGUI',1,'Expire Date',1031514049,NULL);
INSERT INTO international VALUES (370,'WebGUI',1,'Edit Grouping',1031514049,NULL);
INSERT INTO international VALUES (371,'WebGUI',1,'Add Grouping',1031514049,NULL);
INSERT INTO international VALUES (372,'WebGUI',1,'Edit User\'s Groups',1031514049,NULL);
INSERT INTO international VALUES (374,'WebGUI',1,'Manage packages.',1031514049,NULL);
INSERT INTO international VALUES (375,'WebGUI',1,'Select Package To Deploy',1031514049,NULL);
INSERT INTO international VALUES (376,'WebGUI',1,'Package',1031514049,NULL);
INSERT INTO international VALUES (377,'WebGUI',1,'No packages have been defined by your package manager(s) or administrator(s).',1031514049,NULL);
INSERT INTO international VALUES (11,'Poll',1,'Vote!',1031514049,NULL);
INSERT INTO international VALUES (31,'USS',1,'Content',1031514049,NULL);
INSERT INTO international VALUES (32,'USS',1,'Image',1031514049,NULL);
INSERT INTO international VALUES (33,'USS',1,'Attachment',1031514049,NULL);
INSERT INTO international VALUES (34,'USS',1,'Convert Carriage Returns',1031514049,NULL);
INSERT INTO international VALUES (35,'USS',1,'Title',1031514049,NULL);
INSERT INTO international VALUES (71,'DataForm',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,NULL);
INSERT INTO international VALUES (378,'WebGUI',1,'User ID',1031514049,NULL);
INSERT INTO international VALUES (379,'WebGUI',1,'Group ID',1031514049,NULL);
INSERT INTO international VALUES (380,'WebGUI',1,'Style ID',1031514049,NULL);
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,NULL);
INSERT INTO international VALUES (1,'FileManager',1,'File Manager',1038028463,NULL);
INSERT INTO international VALUES (90,'EventsCalendar',1,'Default Month',1038190708,NULL);
INSERT INTO international VALUES (3,'FileManager',1,'Proceed to add file?',1031514049,NULL);
INSERT INTO international VALUES (367,'WebGUI',6,'Bäst före',1031510000,NULL);
INSERT INTO international VALUES (5,'FileManager',1,'File Title',1031514049,NULL);
INSERT INTO international VALUES (6,'FileManager',1,'File',1038882929,NULL);
INSERT INTO international VALUES (7,'FileManager',1,'Group to Download',1031514049,NULL);
INSERT INTO international VALUES (8,'FileManager',1,'Brief Synopsis',1031514049,NULL);
INSERT INTO international VALUES (9,'FileManager',1,'Edit File Manager',1038028499,NULL);
INSERT INTO international VALUES (10,'FileManager',1,'Edit File',1038882889,NULL);
INSERT INTO international VALUES (11,'FileManager',1,'Add a new file.',1038882956,NULL);
INSERT INTO international VALUES (12,'FileManager',1,'Are you certain that you wish to delete this file?',1038882975,NULL);
INSERT INTO international VALUES (14,'FileManager',1,'File',1031514049,NULL);
INSERT INTO international VALUES (15,'FileManager',1,'Description',1031514049,NULL);
INSERT INTO international VALUES (16,'FileManager',1,'Date Uploaded',1031514049,NULL);
INSERT INTO international VALUES (766,'WebGUI',1,'Back to collateral list.',1036892898,NULL);
INSERT INTO international VALUES (770,'WebGUI',1,'Edit Snippet',1036893050,NULL);
INSERT INTO international VALUES (37,'USS',1,'Delete',1031514049,NULL);
INSERT INTO international VALUES (13,'SQLReport',1,'Convert carriage returns?',1031514049,NULL);
INSERT INTO international VALUES (17,'FileManager',1,'Alternate Version #1',1031514049,NULL);
INSERT INTO international VALUES (18,'FileManager',1,'Alternate Version #2',1031514049,NULL);
INSERT INTO international VALUES (19,'FileManager',1,'You have no files available.',1038882995,NULL);
INSERT INTO international VALUES (14,'EventsCalendar',1,'Start Date',1031514049,NULL);
INSERT INTO international VALUES (15,'EventsCalendar',1,'End Date',1031514049,NULL);
INSERT INTO international VALUES (20,'FileManager',1,'Paginate After',1031514049,NULL);
INSERT INTO international VALUES (14,'SQLReport',1,'Paginate After',1031514049,NULL);
INSERT INTO international VALUES (19,'EventsCalendar',1,'Paginate After',1031514049,NULL);
INSERT INTO international VALUES (384,'WebGUI',1,'File',1031514049,NULL);
INSERT INTO international VALUES (385,'WebGUI',1,'Parameters',1031514049,NULL);
INSERT INTO international VALUES (386,'WebGUI',1,'Edit Image',1031514049,NULL);
INSERT INTO international VALUES (387,'WebGUI',1,'Uploaded By',1031514049,NULL);
INSERT INTO international VALUES (388,'WebGUI',1,'Upload Date',1031514049,NULL);
INSERT INTO international VALUES (703,'WebGUI',10,'år',1036855939,NULL);
INSERT INTO international VALUES (391,'WebGUI',1,'Delete attached file.',1031514049,NULL);
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,NULL);
INSERT INTO international VALUES (779,'WebGUI',1,'Image',1036912938,NULL);
INSERT INTO international VALUES (394,'WebGUI',1,'Manage collateral.',1036954925,NULL);
INSERT INTO international VALUES (395,'WebGUI',1,'Add a new image.',1031514049,NULL);
INSERT INTO international VALUES (723,'WebGUI',10,'Undertrykt',1036855601,NULL);
INSERT INTO international VALUES (715,'WebGUI',10,'Rediriger URL',1036855743,NULL);
INSERT INTO international VALUES (398,'WebGUI',1,'Document Type Declaration',1031514049,NULL);
INSERT INTO international VALUES (399,'WebGUI',1,'Validate this page.',1031514049,NULL);
INSERT INTO international VALUES (400,'WebGUI',1,'Prevent Proxy Caching',1031514049,NULL);
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,NULL);
INSERT INTO international VALUES (565,'WebGUI',1,'Who can moderate?',1031514049,NULL);
INSERT INTO international VALUES (1063,'WebGUI',1,'These are the variables availabe in the forum notification template.\r\n\r\n
\r\nnotify.subscription.message
\r\nA message stating that the user is receiving the message because they subscribed to the forum or thread.\r\n
\r\n\r\nNOTE: The notification template also includes all the variables from the post template.\r\n
\r\n',1066580520,NULL); INSERT INTO international VALUES (403,'WebGUI',1,'Prefer not to say.',1031514049,NULL); INSERT INTO international VALUES (405,'WebGUI',1,'Last Page',1031514049,NULL); INSERT INTO international VALUES (406,'WebGUI',1,'Thumbnail Size',1031514049,NULL); INSERT INTO international VALUES (407,'WebGUI',1,'Click here to register.',1031514049,NULL); INSERT INTO international VALUES (15,'SQLReport',1,'Preprocess macros on query?',1031514049,NULL); INSERT INTO international VALUES (16,'SQLReport',1,'Debug?',1031514049,NULL); INSERT INTO international VALUES (17,'SQLReport',1,'Debug: Query:',1031514049,NULL); INSERT INTO international VALUES (18,'SQLReport',1,'There were no results for this query.',1031514049,NULL); INSERT INTO international VALUES (231,'WebGUI',2,'Neuen Beitrag schreiben...',1041611094,NULL); INSERT INTO international VALUES (230,'WebGUI',2,'Beitrag',1041611083,NULL); INSERT INTO international VALUES (229,'WebGUI',2,'Betreff',1041611043,NULL); INSERT INTO international VALUES (232,'WebGUI',2,'kein Betreff',1041627741,NULL); INSERT INTO international VALUES (175,'WebGUI',2,'Makros ausführen?',1041611064,NULL); INSERT INTO international VALUES (169,'WebGUI',2,'Neuen Benutzer hinzufügen',1041611000,NULL); INSERT INTO international VALUES (171,'WebGUI',2,'Bearbeiten mit Attributen',1041611022,NULL); INSERT INTO international VALUES (170,'WebGUI',2,'suchen',1041611009,NULL); INSERT INTO international VALUES (174,'WebGUI',2,'Titel anzeigen?',1041611054,NULL); INSERT INTO international VALUES (168,'WebGUI',2,'Benutzer bearbeiten',1040639529,NULL); 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,NULL); INSERT INTO international VALUES (4,'Auth/LDAP',2,'Verbindungs DN',1045240216,NULL); INSERT INTO international VALUES (3,'Auth/LDAP',2,'LDAP URL',1040644157,NULL); INSERT INTO international VALUES (164,'WebGUI',2,'Authentifizierungsmethode',1041610972,NULL); INSERT INTO international VALUES (163,'WebGUI',2,'Benutzer hinzufügen',1041610963,NULL); INSERT INTO international VALUES (162,'WebGUI',2,'Sind Sie sicher, dass Sie alle Seiten und Wobjects im Mülleimer löschen möchten?',1040647879,NULL); INSERT INTO international VALUES (160,'WebGUI',2,'Erstellungsdatum',1041610945,NULL); INSERT INTO international VALUES (161,'WebGUI',2,'Erstellt von',1041610954,NULL); INSERT INTO international VALUES (158,'WebGUI',2,'Neuen Style hinzufügen.',1040596030,NULL); INSERT INTO international VALUES (506,'WebGUI',1,'Manage Templates',1031514049,NULL); INSERT INTO international VALUES (159,'WebGUI',2,'Ausstehende Beiträge',1041610285,NULL); INSERT INTO international VALUES (157,'WebGUI',2,'Styles',1040596005,NULL); INSERT INTO international VALUES (156,'WebGUI',2,'Style bearbeiten',1040595987,NULL); 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,NULL); INSERT INTO international VALUES (154,'WebGUI',2,'Style Sheet',1041610928,NULL); INSERT INTO international VALUES (151,'WebGUI',2,'Style Name',1040595820,NULL); INSERT INTO international VALUES (149,'WebGUI',2,'Benutzer',1041610918,NULL); INSERT INTO international VALUES (146,'WebGUI',2,'Aktive Sitzungen',1041610873,NULL); INSERT INTO international VALUES (148,'WebGUI',2,'Wobjects',1045392042,NULL); INSERT INTO international VALUES (147,'WebGUI',2,'Seiten',1041610909,NULL); INSERT INTO international VALUES (145,'WebGUI',2,'WebGUI Build Version',1041610863,NULL); INSERT INTO international VALUES (140,'WebGUI',2,'Sonstige Einstellungen bearbeiten',1041607814,NULL); INSERT INTO international VALUES (144,'WebGUI',2,'Anschauen: Statistik',1040638400,NULL); INSERT INTO international VALUES (141,'WebGUI',2,'\"Nicht gefunden\" Seite',1041607830,NULL); INSERT INTO international VALUES (142,'WebGUI',2,'Sitzungs Zeitüberschreitung',1041607845,NULL); INSERT INTO international VALUES (143,'WebGUI',2,'Einstellungen verwalten',1041607865,NULL); INSERT INTO international VALUES (139,'WebGUI',2,'Nein',1041607789,NULL); INSERT INTO international VALUES (138,'WebGUI',2,'Ja',1041607758,NULL); INSERT INTO international VALUES (135,'WebGUI',2,'SMTP Server',1041607780,NULL); INSERT INTO international VALUES (134,'WebGUI',2,'Passwort wiederherstellen Text',1044376446,NULL); INSERT INTO international VALUES (133,'WebGUI',2,'Benachrichtigungsoptionen bearbeiten',1045240845,NULL); INSERT INTO international VALUES (130,'WebGUI',2,'Maximale Dateigrösse für Anhänge',1058171352,NULL); INSERT INTO international VALUES (125,'WebGUI',2,'Firmenname',1041607657,NULL); INSERT INTO international VALUES (126,'WebGUI',2,'Emailadresse der Firma',1041607671,NULL); INSERT INTO international VALUES (127,'WebGUI',2,'URL der Firma',1041607693,NULL); INSERT INTO international VALUES (124,'WebGUI',2,'Firmeninformationen bearbeiten',1041607649,NULL); INSERT INTO international VALUES (7,'Auth/LDAP',2,'LDAP Identitäts-Name',1040644209,NULL); INSERT INTO international VALUES (8,'Auth/LDAP',2,'LDAP Passwort/Name',1040644223,NULL); INSERT INTO international VALUES (6,'Auth/LDAP',2,'LDAP Identität (Standard)',1040644196,NULL); INSERT INTO international VALUES (119,'WebGUI',2,'Authentifizierungsmethode (Standard)',1041607640,NULL); INSERT INTO international VALUES (5,'Auth/LDAP',2,'LDAP URL (Standard)',1040644184,NULL); INSERT INTO international VALUES (117,'WebGUI',2,'Benutzereinstellungen bearbeiten',1045243017,NULL); INSERT INTO international VALUES (118,'WebGUI',2,'anonyme Registrierung',1041607629,NULL); INSERT INTO international VALUES (116,'WebGUI',2,'Rechte an alle nachfolgenden Seiten und Wobjects weitergeben.',1056542136,NULL); INSERT INTO international VALUES (108,'WebGUI',2,'Besitzer',1040650300,NULL); INSERT INTO international VALUES (107,'WebGUI',2,'Rechte',1040650272,NULL); INSERT INTO international VALUES (105,'WebGUI',2,'Layout',1048242843,NULL); INSERT INTO international VALUES (106,'WebGUI',2,'Style für alle nachfolgenden Seiten übernehmen.',1040595792,NULL); INSERT INTO international VALUES (104,'WebGUI',2,'URL der Seite',1040650221,NULL); INSERT INTO international VALUES (103,'WebGUI',2,'Seiteneigenschaften',1048242830,NULL); INSERT INTO international VALUES (102,'WebGUI',2,'Seite bearbeiten',1040650212,NULL); INSERT INTO international VALUES (100,'WebGUI',2,'Meta Tags',1040650200,NULL); INSERT INTO international VALUES (353,'WebGUI',1,'You have no messages in your Inbox at this time.',1031514049,NULL); INSERT INTO international VALUES (101,'WebGUI',2,'Sind Sie sicher, dass Sie diese Seite und ihren kompletten Inhalt darunter löschen möchten?',1040648355,NULL); INSERT INTO international VALUES (99,'WebGUI',2,'Titel',1041611140,NULL); INSERT INTO international VALUES (93,'WebGUI',2,'Hilfe',1041611204,NULL); INSERT INTO international VALUES (94,'WebGUI',2,'Siehe auch',1041611195,NULL); INSERT INTO international VALUES (92,'WebGUI',2,'Nächste Seite',1041611268,NULL); INSERT INTO international VALUES (95,'WebGUI',2,'Hilfe Index',1041611231,NULL); INSERT INTO international VALUES (91,'WebGUI',2,'Vorherige Seite',1041611277,NULL); INSERT INTO international VALUES (89,'WebGUI',2,'Gruppen',1041628859,NULL); INSERT INTO international VALUES (90,'WebGUI',2,'Neue Gruppe\r\nhinzufügen',1041611287,NULL); INSERT INTO international VALUES (88,'WebGUI',2,'Benutzer in dieser Gruppe',1041628867,NULL); INSERT INTO international VALUES (87,'WebGUI',2,'Gruppe bearbeiten',1041628877,NULL); 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,NULL); INSERT INTO international VALUES (85,'WebGUI',2,'Inhalt/Beschreibung',1045497659,NULL); INSERT INTO international VALUES (84,'WebGUI',2,'Gruppenname',1041628893,NULL); INSERT INTO international VALUES (82,'WebGUI',2,'Administrative Funktionen ...',1041630103,NULL); INSERT INTO international VALUES (81,'WebGUI',2,'Benutzerkonto wurde erfolgreich aktualisiert!',1041593522,NULL); INSERT INTO international VALUES (80,'WebGUI',2,'Benutzerkonto wurde erfolgreich angelegt!',1041593500,NULL); INSERT INTO international VALUES (3,'Auth/WebGUI',2,'Die Passwörter unterscheiden sich. Bitte versuchen Sie es noch einmal.',1040598052,NULL); INSERT INTO international VALUES (2,'Auth/LDAP',2,'Verbindung zum LDAP-Server konnte nicht hergestellt werden.',1040598025,NULL); 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,NULL); INSERT INTO international VALUES (74,'WebGUI',2,'Benutzerkonteninformationen',1041631729,NULL); INSERT INTO international VALUES (73,'WebGUI',2,'Anmelden',1040598159,NULL); INSERT INTO international VALUES (76,'WebGUI',2,'Ihre Emailadresse ist nicht in unserer Datenbank.',1041631742,NULL); INSERT INTO international VALUES (75,'WebGUI',2,'Ihre Benutzerkonteninformationen wurden an Ihre Emailadresse gesendet.',1041629885,NULL); INSERT INTO international VALUES (72,'WebGUI',2,'wiederherstellen',1041631715,NULL); INSERT INTO international VALUES (71,'WebGUI',2,'Passwort wiederherstellen',1041631530,NULL); INSERT INTO international VALUES (70,'WebGUI',2,'Fehler',1041631245,NULL); INSERT INTO international VALUES (69,'WebGUI',2,'Bitten Sie Ihren Systemadministrator um Hilfe.',1041593475,NULL); INSERT INTO international VALUES (66,'WebGUI',2,'Anmelden',1041630393,NULL); INSERT INTO international VALUES (67,'WebGUI',2,'Neues Benutzerkonto einrichten',1041593453,NULL); INSERT INTO international VALUES (408,'WebGUI',1,'Manage Roots',1031514049,NULL); INSERT INTO international VALUES (409,'WebGUI',1,'Add a new root.',1031514049,NULL); INSERT INTO international VALUES (410,'WebGUI',1,'Manage roots.',1031514049,NULL); INSERT INTO international VALUES (411,'WebGUI',1,'Menu Title',1031514049,NULL); INSERT INTO international VALUES (412,'WebGUI',1,'Synopsis',1031514049,NULL); INSERT INTO international VALUES (894,'WebGUI',1,'Allow discussion?',1031514049,NULL); INSERT INTO international VALUES (10,'Product',1,'Price',1031514049,NULL); INSERT INTO international VALUES (22,'Article',1,'Author',1031514049,NULL); INSERT INTO international VALUES (23,'Article',1,'Date',1031514049,NULL); INSERT INTO international VALUES (24,'Article',1,'Post Response',1031514049,NULL); INSERT INTO international VALUES (58,'USS',1,'Previous Submission',1031514049,NULL); INSERT INTO international VALUES (76,'MessageBoard',1,'Are you certain you wish to delete this forum and all the posts it contains?',1066055963,'A question prompting the admin whether they truely want to delete a forum from a message board.'); INSERT INTO international VALUES (28,'Article',1,'View Responses',1031514049,NULL); INSERT INTO international VALUES (55,'Product',1,'Add a benefit.',1031514049,NULL); INSERT INTO international VALUES (416,'WebGUI',1,'
\r\n\r\nnewpost.header
\r\nThe default label for the heading of this form.\r\n
\r\n\r\nnewpost.isNewThread
\r\nA condition indicating whether this post is a new thread.\r\n
\r\n\r\nnewpost.isReply
\r\nA condition indicating whether this post is a reply.\r\n
\r\n\r\nNOTE: If the post is a reply, then the template variables from the post template are included and populated with the data from the original message.\r\n
\r\n\r\nnewpost.isEdit
\r\nA condition indicating whether this post is an edit of an existing post.\r\n
\r\n\r\nuser.isVisitor
\r\nA condition indicating whether the current user is a visitor.\r\n
\r\n\r\nnewpost.isNewMessage
\r\nA conditional basically opposite of newpost.isEdit.\r\n
\r\n\r\nform.begin
\r\nThe form header.\r\n
\r\n\r\nsticky.label
\r\nThe default label for sticky.form.\r\n
\r\n\r\nsticky.form
\r\nA form element for making the thread sticky.\r\n
\r\n\r\nsubscribe.label
\r\nThe default label for subscribe.form.\r\n
\r\n\r\nsubscribe.form
\r\nA form element for subscribing to the thread.\r\n
\r\n\r\nlock.label
\r\nThe default label for lock.form.\r\n
\r\n\r\nlock.form
\r\nA form element for locking the thread.\r\n
\r\n\r\ncontenttype.label
\r\nThe default label for contentype.form.\r\n
\r\n\r\ncontentType.form
\r\nA form element for selecting what type of content is being posted.\r\n
\r\n\r\nuser.isModerator
\r\nA condition indicating whether the current user is a moderator.\r\n
\r\n\r\nallowReplacements
\r\nA condition indicating whether this forum tollerates replacements.\r\n
\r\n\r\n\r\nmessage.label
\r\nThe default label for message.form.\r\n
\r\n\r\nmessage.form
\r\nThe form element for the user to enter their message.\r\n
\r\n\r\nvisitorName.label
\r\nThe default label for visitorName.form.\r\n
\r\n\r\nvisitorName.form
\r\nA form element that allows the user to enter a display name if they are a visitor.\r\n
\r\n\r\nform.submit
\r\nThe submit button for the form.\r\n
\r\n\r\nsubject.label
\r\nThe default label for subject.form.\r\n
\r\n\r\nsubject.form
\r\nA form element that allows users to enter a subject for their message.\r\n
\r\n\r\n\r\nform.end
\r\nThe form footer.\r\n
\r\n\r\n',1066581759,NULL); INSERT INTO international VALUES (577,'WebGUI',10,'Send respons',1031510000,NULL); INSERT INTO international VALUES (1016,'WebGUI',10,'Antal svar',1031510000,NULL); INSERT INTO international VALUES (1017,'WebGUI',10,'Seneste svar',1031510000,NULL); INSERT INTO international VALUES (565,'WebGUI',10,'Hvem kan moderere?',1031510000,NULL); INSERT INTO international VALUES (1,'Poll',10,'Afstemning',1031510000,NULL); INSERT INTO international VALUES (3,'Poll',10,'Aktiv',1031510000,NULL); INSERT INTO international VALUES (4,'Poll',10,'Hvem kan stemme',1031510000,NULL); INSERT INTO international VALUES (5,'Poll',10,'Bredde på graf',1031510000,NULL); INSERT INTO international VALUES (6,'Poll',10,'Spørgsmål',1031510000,NULL); INSERT INTO international VALUES (7,'Poll',10,'Svar',1031510000,NULL); INSERT INTO international VALUES (8,'Poll',10,'(Indtast ét svar pr. linie. Ikke mere end 20.)',1031510000,NULL); INSERT INTO international VALUES (9,'Poll',10,'Rediger afstemning',1031510000,NULL); INSERT INTO international VALUES (10,'Poll',10,'Nulstil afstemning',1031510000,NULL); INSERT INTO international VALUES (11,'Poll',10,'Stem!',1031510000,NULL); INSERT INTO international VALUES (2,'SiteMap',10,'Site oversigt',1031510000,NULL); INSERT INTO international VALUES (3,'SiteMap',10,'Startende fra dette niveau',1031510000,NULL); INSERT INTO international VALUES (4,'SiteMap',10,'Dybde?',1031510000,NULL); INSERT INTO international VALUES (5,'SiteMap',10,'Rediger Site oversigt',1031510000,NULL); INSERT INTO international VALUES (6,'SiteMap',10,'Indryk',1031510000,NULL); INSERT INTO international VALUES (80,'Survey',1,'seconds',1038789602,NULL); INSERT INTO international VALUES (1,'SQLReport',10,'SQL rapport',1031510000,NULL); INSERT INTO international VALUES (3,'SQLReport',10,'Rapport template',1031510000,NULL); INSERT INTO international VALUES (4,'SQLReport',10,'Query',1031510000,NULL); INSERT INTO international VALUES (5,'SQLReport',10,'DSN',1031510000,NULL); INSERT INTO international VALUES (6,'SQLReport',10,'Database bruger',1031510000,NULL); INSERT INTO international VALUES (7,'SQLReport',10,'Database Password',1031510000,NULL); INSERT INTO international VALUES (8,'SQLReport',10,'Rediger SQL rapport',1031510000,NULL); INSERT INTO international VALUES (9,'SQLReport',10,'Debug: Error: The DSN specified is of an improper format.',1031510000,NULL); INSERT INTO international VALUES (10,'SQLReport',10,'Debug: Error: The SQL specified is of an improper format.',1031510000,NULL); INSERT INTO international VALUES (11,'SQLReport',10,'Debug: Error: There was a problem with the query.',1031510000,NULL); INSERT INTO international VALUES (12,'SQLReport',10,'Debug: Error: Could not connect to the database.',1031510000,NULL); INSERT INTO international VALUES (13,'SQLReport',10,'Konverter linieskift?',1031510000,NULL); INSERT INTO international VALUES (14,'SQLReport',10,'Slet efter',1031510000,NULL); INSERT INTO international VALUES (15,'SQLReport',10,'Udfør makroer ved forespørgsel?',1031510000,NULL); INSERT INTO international VALUES (16,'SQLReport',10,'Debug?',1031671019,NULL); INSERT INTO international VALUES (17,'SQLReport',10,'Debug: Query:',1031510000,NULL); INSERT INTO international VALUES (18,'SQLReport',10,'Der var ikke nogen svar til denne forespørgsel!',1031510000,NULL); INSERT INTO international VALUES (1,'SyndicatedContent',10,'URL til RSS fil',1031510000,NULL); INSERT INTO international VALUES (2,'SyndicatedContent',10,'Syndicated Content',1031510000,NULL); INSERT INTO international VALUES (4,'SyndicatedContent',10,'Rediger Syndicated Content',1031510000,NULL); INSERT INTO international VALUES (1,'USS',10,'Hvem kan godkende indlæg?',1031510000,NULL); INSERT INTO international VALUES (2,'USS',10,'Hvem kan tilføje indlæg?',1031510000,NULL); INSERT INTO international VALUES (3,'USS',10,'Du har nye indlæg til godkendelse',1031510000,NULL); INSERT INTO international VALUES (4,'USS',10,'Dit indlæg er godkendt',1031510000,NULL); INSERT INTO international VALUES (5,'USS',10,'Dit indlæg er afvist',1031510000,NULL); INSERT INTO international VALUES (6,'USS',10,'Antal indlæg pr. side',1031510000,NULL); INSERT INTO international VALUES (560,'WebGUI',10,'Godkendt',1031510000,NULL); INSERT INTO international VALUES (561,'WebGUI',10,'Afvist',1031510000,NULL); INSERT INTO international VALUES (562,'WebGUI',10,'Afventer',1031510000,NULL); INSERT INTO international VALUES (563,'WebGUI',10,'Default Status',1031510000,NULL); INSERT INTO international VALUES (12,'USS',10,'(Kryds ikke hvis du laver et HTML indlæg.)',1031510000,NULL); INSERT INTO international VALUES (13,'USS',10,'Tilføjet dato',1031510000,NULL); INSERT INTO international VALUES (14,'USS',10,'Status',1031510000,NULL); INSERT INTO international VALUES (15,'USS',10,'Rediger/Slet',1031510000,NULL); INSERT INTO international VALUES (16,'USS',10,'Ingen titel',1031510000,NULL); INSERT INTO international VALUES (17,'USS',10,'Er du sikker på du vil slette dette indlæg?',1031510000,NULL); INSERT INTO international VALUES (18,'USS',10,'Rediger User Submission System',1031510000,NULL); INSERT INTO international VALUES (19,'USS',10,'Rediger indlæg',1031510000,NULL); INSERT INTO international VALUES (20,'USS',10,'Lav nyt indlæg',1031510000,NULL); INSERT INTO international VALUES (21,'USS',10,'Indsendt af',1031510000,NULL); INSERT INTO international VALUES (572,'WebGUI',10,'Godkendt',1031510000,NULL); INSERT INTO international VALUES (574,'WebGUI',10,'Afvist',1031510000,NULL); INSERT INTO international VALUES (27,'USS',10,'Rediger',1031510000,NULL); INSERT INTO international VALUES (28,'USS',10,'Tilbage til Submission oversigt',1031510000,NULL); INSERT INTO international VALUES (29,'USS',10,'Bruger Indlæg',1031510000,NULL); INSERT INTO international VALUES (31,'USS',10,'Indhold',1031510000,NULL); INSERT INTO international VALUES (32,'USS',10,'Billede',1031510000,NULL); INSERT INTO international VALUES (33,'USS',10,'Tillæg',1031510000,NULL); INSERT INTO international VALUES (34,'USS',10,'Konverter linieskift?',1031510000,NULL); INSERT INTO international VALUES (35,'USS',10,'Titel',1031510000,NULL); INSERT INTO international VALUES (37,'USS',10,'Slet',1031510000,NULL); INSERT INTO international VALUES (1,'WebGUI',10,'Tilføj indhold',1031510000,NULL); INSERT INTO international VALUES (2,'WebGUI',10,'Side',1031510000,NULL); INSERT INTO international VALUES (3,'WebGUI',10,'Kopier fra udklipsholder',1031510000,NULL); INSERT INTO international VALUES (4,'WebGUI',10,'administrer indstillinger',1031510000,NULL); INSERT INTO international VALUES (5,'WebGUI',10,'administrer grupper',1031510000,NULL); INSERT INTO international VALUES (6,'WebGUI',10,'administrer Stilarter',1031510000,NULL); INSERT INTO international VALUES (7,'WebGUI',10,'administrer brugere',1031510000,NULL); INSERT INTO international VALUES (8,'WebGUI',10,'Vis side_ikke_fundet',1031510000,NULL); INSERT INTO international VALUES (9,'WebGUI',10,'Vis udklipsholder',1031510000,NULL); INSERT INTO international VALUES (10,'WebGUI',10,'administrer skraldespand',1031510000,NULL); INSERT INTO international VALUES (11,'WebGUI',10,'Tøm skraldespand',1031510000,NULL); INSERT INTO international VALUES (12,'WebGUI',10,'Slå administration fra',1031510000,NULL); INSERT INTO international VALUES (13,'WebGUI',10,'Vis hjælpe indeks',1031510000,NULL); INSERT INTO international VALUES (14,'WebGUI',10,'Vis afventende indlæg',1031510000,NULL); INSERT INTO international VALUES (15,'WebGUI',10,'Januar',1031510000,NULL); INSERT INTO international VALUES (16,'WebGUI',10,'Februar',1031510000,NULL); INSERT INTO international VALUES (17,'WebGUI',10,'Marts',1031510000,NULL); INSERT INTO international VALUES (18,'WebGUI',10,'April',1031510000,NULL); INSERT INTO international VALUES (19,'WebGUI',10,'Maj',1031510000,NULL); INSERT INTO international VALUES (20,'WebGUI',10,'Juni',1031510000,NULL); INSERT INTO international VALUES (21,'WebGUI',10,'Juli',1031510000,NULL); INSERT INTO international VALUES (22,'WebGUI',10,'August',1031510000,NULL); INSERT INTO international VALUES (23,'WebGUI',10,'September',1031510000,NULL); INSERT INTO international VALUES (24,'WebGUI',10,'Oktober',1031510000,NULL); INSERT INTO international VALUES (25,'WebGUI',10,'November',1031510000,NULL); INSERT INTO international VALUES (26,'WebGUI',10,'December',1031510000,NULL); INSERT INTO international VALUES (27,'WebGUI',10,'Søndag',1031510000,NULL); INSERT INTO international VALUES (28,'WebGUI',10,'Mandag',1031510000,NULL); INSERT INTO international VALUES (29,'WebGUI',10,'Tirsdag',1031510000,NULL); INSERT INTO international VALUES (30,'WebGUI',10,'Onsdag',1031510000,NULL); INSERT INTO international VALUES (31,'WebGUI',10,'Torsdag',1031510000,NULL); INSERT INTO international VALUES (32,'WebGUI',10,'Fredag',1031510000,NULL); INSERT INTO international VALUES (33,'WebGUI',10,'Lørdag',1031510000,NULL); INSERT INTO international VALUES (34,'WebGUI',10,'Sæt dato',1031510000,NULL); INSERT INTO international VALUES (35,'WebGUI',10,'Administrative funktioner',1031510000,NULL); INSERT INTO international VALUES (36,'WebGUI',10,'Du skal være administrator for at udføre denne funktion. Kontakt en af følgende personer der er administratorer:',1031510000,NULL); INSERT INTO international VALUES (37,'WebGUI',10,'Adgang nægtet!',1031510000,NULL); INSERT INTO international VALUES (38,'WebGUI',10,'\"Du har ikke nødvendige rettigheder til at udføre denne funktion. Venligst log in ^a(log in med en konto); med nødvendige rettigheder før du prøver dette.\"',1031510000,NULL); INSERT INTO international VALUES (39,'WebGUI',10,'Du har ikke rettigheder til at få adgang til denne side.',1031510000,NULL); INSERT INTO international VALUES (40,'WebGUI',10,'Vital komponent',1031510000,NULL); INSERT INTO international VALUES (41,'WebGUI',10,'DU forsøger at fjerne en VITAL system komponent. Hvis du fik lov til dette, ville systemet ikke virke mere …..',1031510000,NULL); INSERT INTO international VALUES (42,'WebGUI',10,'Venligst bekræft',1031510000,NULL); INSERT INTO international VALUES (43,'WebGUI',10,'Er du sikker på du vil slette dette indhold?',1031510000,NULL); INSERT INTO international VALUES (44,'WebGUI',10,'Ja, jeg er sikker!',1031510000,NULL); INSERT INTO international VALUES (45,'WebGUI',10,'Nej, jeg lavede en fejl',1031510000,NULL); INSERT INTO international VALUES (46,'WebGUI',10,'Min konto',1031510000,NULL); INSERT INTO international VALUES (47,'WebGUI',10,'Hjem',1031510000,NULL); INSERT INTO international VALUES (48,'WebGUI',10,'Hej',1031510000,NULL); INSERT INTO international VALUES (49,'WebGUI',10,'\"Klik her for at logge ud.\"',1031510000,NULL); INSERT INTO international VALUES (50,'WebGUI',10,'Brugernavn',1031510000,NULL); INSERT INTO international VALUES (51,'WebGUI',10,'Kodeord',1031510000,NULL); INSERT INTO international VALUES (52,'WebGUI',10,'Login',1031510000,NULL); INSERT INTO international VALUES (53,'WebGUI',10,'Print side',1031510000,NULL); INSERT INTO international VALUES (54,'WebGUI',10,'Opret konto',1031510000,NULL); INSERT INTO international VALUES (2,'Auth/WebGUI',10,'Kodeord (bekræft)',1031510000,NULL); INSERT INTO international VALUES (56,'WebGUI',10,'Email Adresse',1031510000,NULL); INSERT INTO international VALUES (57,'WebGUI',10,'Dette er kun nødvendigt hvis du bruger en funktion der kræver Email',1031510000,NULL); INSERT INTO international VALUES (58,'WebGUI',10,'Jeg har allerede en konto',1031510000,NULL); INSERT INTO international VALUES (59,'WebGUI',10,'Jeg har glemt mit kodeord (igen)',1031510000,NULL); INSERT INTO international VALUES (60,'WebGUI',10,'Er du sikker på du vil deaktivere din konto. Kontoen kan IKKE åbnes igen.',1031510000,NULL); INSERT INTO international VALUES (61,'WebGUI',10,'Opdater konto information',1031510000,NULL); INSERT INTO international VALUES (62,'WebGUI',10,'Gem',1031510000,NULL); INSERT INTO international VALUES (63,'WebGUI',10,'Slå administration til.',1031510000,NULL); INSERT INTO international VALUES (64,'WebGUI',10,'Log ud.',1031510000,NULL); INSERT INTO international VALUES (65,'WebGUI',10,'Venligst de-aktiver min konto permanent.',1031510000,NULL); INSERT INTO international VALUES (66,'WebGUI',10,'Log In',1031510000,NULL); INSERT INTO international VALUES (67,'WebGUI',10,'Opret ny konto',1031510000,NULL); INSERT INTO international VALUES (68,'WebGUI',10,'Konto informationen er ikke gyldig. Enten eksisterer kontoen ikke, eller også er brugernavn/kodeord forkert',1031510000,NULL); INSERT INTO international VALUES (69,'WebGUI',10,'Kontakt venligst systemadministratoren for yderligere hjælp!',1031510000,NULL); INSERT INTO international VALUES (70,'WebGUI',10,'Fejl',1031510000,NULL); INSERT INTO international VALUES (71,'WebGUI',10,'Genskab kodeord',1031510000,NULL); INSERT INTO international VALUES (72,'WebGUI',10,'Genskab ',1031510000,NULL); INSERT INTO international VALUES (73,'WebGUI',10,'Log in.',1031510000,NULL); INSERT INTO international VALUES (74,'WebGUI',10,'Konto information.',1031510000,NULL); INSERT INTO international VALUES (75,'WebGUI',10,'Din konto information er sendt til den oplyste Email adresse',1031510000,NULL); INSERT INTO international VALUES (76,'WebGUI',10,'Email adressen er ikke registreret i systemet',1031510000,NULL); INSERT INTO international VALUES (77,'WebGUI',10,'Det brugernavn er desværre allerede brugt af en anden. Prøv evt. en af disse:',1031510000,NULL); INSERT INTO international VALUES (3,'Auth/WebGUI',10,'Du har indtastet to forskellige kodeord - prøv igen!',1031510000,NULL); INSERT INTO international VALUES (2,'Auth/LDAP',10,'Kan ikke forbinde til LDAP server',1031510000,NULL); INSERT INTO international VALUES (80,'WebGUI',10,'Konto er nu oprettet!',1031510000,NULL); INSERT INTO international VALUES (81,'WebGUI',10,'Konto er nu opdateret.',1031510000,NULL); INSERT INTO international VALUES (82,'WebGUI',10,'Administrative funktioner',1031510000,NULL); INSERT INTO international VALUES (84,'WebGUI',10,'Gruppe navn',1031510000,NULL); INSERT INTO international VALUES (85,'WebGUI',10,'Beskrivelse',1031510000,NULL); INSERT INTO international VALUES (86,'WebGUI',10,'Er du sikker på du vil slette denne gruppe? - og dermed alle rettigheder der er knyttet hertil',1031510000,NULL); INSERT INTO international VALUES (87,'WebGUI',10,'Rediger gruppe',1031510000,NULL); INSERT INTO international VALUES (88,'WebGUI',10,'brugere i gruppe',1031510000,NULL); INSERT INTO international VALUES (89,'WebGUI',10,'Grupper',1031510000,NULL); INSERT INTO international VALUES (90,'WebGUI',10,'Tilføj gruppe',1031510000,NULL); INSERT INTO international VALUES (91,'WebGUI',10,'Forrige side',1031510000,NULL); INSERT INTO international VALUES (92,'WebGUI',10,'Næste side',1031510000,NULL); INSERT INTO international VALUES (93,'WebGUI',10,'Hjælp',1031510000,NULL); INSERT INTO international VALUES (94,'WebGUI',10,'Se også',1031510000,NULL); INSERT INTO international VALUES (95,'WebGUI',10,'Hjælpe indeks',1031510000,NULL); INSERT INTO international VALUES (99,'WebGUI',10,'Titel',1031510000,NULL); INSERT INTO international VALUES (100,'WebGUI',10,'Meta Tags',1031510000,NULL); INSERT INTO international VALUES (101,'WebGUI',10,'Er du sikker på du vil slette denne side, og alt indhold derunder?',1031510000,NULL); INSERT INTO international VALUES (102,'WebGUI',10,'Rediger side',1031510000,NULL); INSERT INTO international VALUES (103,'WebGUI',10,'Side specifikationer',1031510000,NULL); INSERT INTO international VALUES (104,'WebGUI',10,'Side URL',1031510000,NULL); INSERT INTO international VALUES (105,'WebGUI',10,'Stil',1031510000,NULL); INSERT INTO international VALUES (106,'WebGUI',10,'Sæt kryds for at give denne stil til alle undersider',1031510000,NULL); INSERT INTO international VALUES (107,'WebGUI',10,'Rettigheder',1031510000,NULL); INSERT INTO international VALUES (108,'WebGUI',10,'Ejer',1031510000,NULL); INSERT INTO international VALUES (116,'WebGUI',10,'Sæt kryds for at give disse rettigheder til alle undersider',1031510000,NULL); INSERT INTO international VALUES (117,'WebGUI',10,'Rediger autorisations indstillinger',1031510000,NULL); INSERT INTO international VALUES (118,'WebGUI',10,'Anonym registrering',1031510000,NULL); INSERT INTO international VALUES (119,'WebGUI',10,'autorisations metode (default)',1031510000,NULL); INSERT INTO international VALUES (5,'Auth/LDAP',10,'LDAP URL (default)',1031510000,NULL); INSERT INTO international VALUES (6,'Auth/LDAP',10,'LDAP Identitet (default)',1031510000,NULL); INSERT INTO international VALUES (7,'Auth/LDAP',10,'LDAP Identitets navn',1031510000,NULL); INSERT INTO international VALUES (8,'Auth/LDAP',10,'LDAP kodeord',1031510000,NULL); INSERT INTO international VALUES (124,'WebGUI',10,'Rediger firma information',1031510000,NULL); INSERT INTO international VALUES (125,'WebGUI',10,'Firma/organisations navn',1031510000,NULL); INSERT INTO international VALUES (126,'WebGUI',10,'Firma/organisations Email',1031510000,NULL); INSERT INTO international VALUES (127,'WebGUI',10,'Firma/organisation URL',1031510000,NULL); INSERT INTO international VALUES (130,'WebGUI',10,'Maksimal størrelse på vedhæftede filer',1031510000,NULL); INSERT INTO international VALUES (133,'WebGUI',10,'Rediger Mail indstillinger',1031510000,NULL); INSERT INTO international VALUES (134,'WebGUI',10,'Besked for genskab adgangskode',1031510000,NULL); INSERT INTO international VALUES (135,'WebGUI',10,'SMTP Server',1031510000,NULL); INSERT INTO international VALUES (138,'WebGUI',10,'Ja',1031510000,NULL); INSERT INTO international VALUES (139,'WebGUI',10,'Nej ',1031510000,NULL); INSERT INTO international VALUES (140,'WebGUI',10,'Rediger diverse indstillinger',1031510000,NULL); INSERT INTO international VALUES (141,'WebGUI',10,'Ikke fundet side',1031510000,NULL); INSERT INTO international VALUES (142,'WebGUI',10,'Session Timeout',1031510000,NULL); INSERT INTO international VALUES (143,'WebGUI',10,'administrer indstillinger',1031510000,NULL); INSERT INTO international VALUES (144,'WebGUI',10,'Vis statistik',1031510000,NULL); INSERT INTO international VALUES (145,'WebGUI',10,'WebGUI Build Version',1031510000,NULL); INSERT INTO international VALUES (146,'WebGUI',10,'Aktive sessioner',1031510000,NULL); INSERT INTO international VALUES (147,'WebGUI',10,'Sider',1031510000,NULL); INSERT INTO international VALUES (148,'WebGUI',10,'Wobjects',1031510000,NULL); INSERT INTO international VALUES (149,'WebGUI',10,'brugere i gruppe',1031510000,NULL); INSERT INTO international VALUES (151,'WebGUI',10,'Navn på stilart',1031510000,NULL); INSERT INTO international VALUES (154,'WebGUI',10,'Stilart Sheet',1031510000,NULL); INSERT INTO international VALUES (155,'WebGUI',10,'\"Er du sikker på du vil slette denne stilart og overføre alle sider der bruger denne til \"\"Fail Safe\"\" stilarten ?\"',1031510000,NULL); INSERT INTO international VALUES (156,'WebGUI',10,'Rediger stilart',1031510000,NULL); INSERT INTO international VALUES (157,'WebGUI',10,'stilarter',1031510000,NULL); INSERT INTO international VALUES (158,'WebGUI',10,'Tilføj ny stilart',1031510000,NULL); INSERT INTO international VALUES (159,'WebGUI',10,'Meddelelses log',1031510000,NULL); INSERT INTO international VALUES (160,'WebGUI',10,'Dato oprettet',1031510000,NULL); INSERT INTO international VALUES (161,'WebGUI',10,'Oprettet af',1031510000,NULL); INSERT INTO international VALUES (162,'WebGUI',10,'Er du sikker på du vil tømme skraldespanden?',1031510000,NULL); INSERT INTO international VALUES (163,'WebGUI',10,'Tilføj bruger ',1031510000,NULL); INSERT INTO international VALUES (164,'WebGUI',10,'Metode for autorisation',1031510000,NULL); INSERT INTO international VALUES (3,'Auth/LDAP',10,'LDAP URL',1031510000,NULL); INSERT INTO international VALUES (4,'Auth/LDAP',10,'Connect DN',1031510000,NULL); INSERT INTO international VALUES (167,'WebGUI',10,'Er du sikker på du vil slette denne bruger? (Du kan ikke fortryde)',1031510000,NULL); INSERT INTO international VALUES (168,'WebGUI',10,'Rediger bruger',1031510000,NULL); INSERT INTO international VALUES (169,'WebGUI',10,'Tilføj ny bruger',1031510000,NULL); INSERT INTO international VALUES (170,'WebGUI',10,'Søg',1031510000,NULL); INSERT INTO international VALUES (171,'WebGUI',10,'Avanceret redigering',1031510000,NULL); INSERT INTO international VALUES (174,'WebGUI',10,'Vis titel på siden?',1031510000,NULL); INSERT INTO international VALUES (175,'WebGUI',10,'Udfør makroer?',1031510000,NULL); INSERT INTO international VALUES (229,'WebGUI',10,'Emne',1031546537,NULL); INSERT INTO international VALUES (230,'WebGUI',10,'Besked ',1031510000,NULL); INSERT INTO international VALUES (231,'WebGUI',10,'Oprettet ny besked …',1031510000,NULL); INSERT INTO international VALUES (232,'WebGUI',10,'Intet emne',1031510000,NULL); INSERT INTO international VALUES (233,'WebGUI',10,'(eom)',1031510000,NULL); INSERT INTO international VALUES (240,'WebGUI',10,'Besked ID:',1031510000,NULL); INSERT INTO international VALUES (244,'WebGUI',10,'Forfatter ',1031510000,NULL); INSERT INTO international VALUES (245,'WebGUI',10,'Dato',1031510000,NULL); INSERT INTO international VALUES (304,'WebGUI',10,'Sprog',1031510000,NULL); INSERT INTO international VALUES (307,'WebGUI',10,'Brug standard meta tags?',1031510000,NULL); INSERT INTO international VALUES (308,'WebGUI',10,'Rediger profil indstillinger',1031510000,NULL); INSERT INTO international VALUES (309,'WebGUI',10,'Tillad rigtige navne?',1031510000,NULL); INSERT INTO international VALUES (310,'WebGUI',10,'Tillad ekstra kontakt information?',1031510000,NULL); INSERT INTO international VALUES (311,'WebGUI',10,'Tillad hjemme information?',1031510000,NULL); INSERT INTO international VALUES (312,'WebGUI',10,'Tillad arbejds information?',1031510000,NULL); INSERT INTO international VALUES (313,'WebGUI',10,'Tillad diverse information?',1031510000,NULL); INSERT INTO international VALUES (314,'WebGUI',10,'Fornavn',1031510000,NULL); INSERT INTO international VALUES (315,'WebGUI',10,'Mellemnavn',1031510000,NULL); INSERT INTO international VALUES (316,'WebGUI',10,'Efternavn',1031510000,NULL); INSERT INTO international VALUES (317,'WebGUI',10,'\"ICQ UIN\"',1031510000,NULL); INSERT INTO international VALUES (318,'WebGUI',10,'\"AIM Id\"',1031510000,NULL); INSERT INTO international VALUES (319,'WebGUI',10,'\"MSN Messenger Id\"',1031510000,NULL); INSERT INTO international VALUES (320,'WebGUI',10,'\"Yahoo! Messenger Id\"',1031510000,NULL); INSERT INTO international VALUES (321,'WebGUI',10,'Bil tlf.',1031510000,NULL); INSERT INTO international VALUES (322,'WebGUI',10,'OPS',1031510000,NULL); INSERT INTO international VALUES (323,'WebGUI',10,'Hjemme adresse',1031510000,NULL); INSERT INTO international VALUES (324,'WebGUI',10,'Hjemme by',1031510000,NULL); INSERT INTO international VALUES (325,'WebGUI',10,'Hjemme stat',1031510000,NULL); INSERT INTO international VALUES (326,'WebGUI',10,'Hjemme postnr.',1031510000,NULL); INSERT INTO international VALUES (327,'WebGUI',10,'Hjemme amt',1031510000,NULL); INSERT INTO international VALUES (328,'WebGUI',10,'Hjemme tlf.',1031510000,NULL); INSERT INTO international VALUES (329,'WebGUI',10,'Arbejds adresse',1031510000,NULL); INSERT INTO international VALUES (330,'WebGUI',10,'Arbejds by',1031510000,NULL); INSERT INTO international VALUES (331,'WebGUI',10,'Arbejds stat',1031510000,NULL); INSERT INTO international VALUES (332,'WebGUI',10,'Arbejds postnr.',1031510000,NULL); INSERT INTO international VALUES (333,'WebGUI',10,'Arbejds amt',1031510000,NULL); INSERT INTO international VALUES (334,'WebGUI',10,'Arbejds tlf.',1031510000,NULL); INSERT INTO international VALUES (335,'WebGUI',10,'M/K',1031510000,NULL); INSERT INTO international VALUES (336,'WebGUI',10,'Fødselsdag',1031510000,NULL); INSERT INTO international VALUES (337,'WebGUI',10,'Hjemmeside URL',1031510000,NULL); INSERT INTO international VALUES (338,'WebGUI',10,'Rediger profil ',1031510000,NULL); INSERT INTO international VALUES (339,'WebGUI',10,'Mand',1031510000,NULL); INSERT INTO international VALUES (340,'WebGUI',10,'Kvinde',1031510000,NULL); INSERT INTO international VALUES (341,'WebGUI',10,'Rediger profil',1031510000,NULL); INSERT INTO international VALUES (342,'WebGUI',10,'Rediger konto information',1031510000,NULL); INSERT INTO international VALUES (343,'WebGUI',10,'Vis profil',1031510000,NULL); INSERT INTO international VALUES (345,'WebGUI',10,'Ikke medlem',1031510000,NULL); INSERT INTO international VALUES (346,'WebGUI',10,'Denne bruger findes ikke længere på dette system. Jeg har ikke yderligere oplysninger om denne bruger',1031510000,NULL); INSERT INTO international VALUES (347,'WebGUI',10,'Vis profil for',1031510000,NULL); INSERT INTO international VALUES (348,'WebGUI',10,'Navn ',1031510000,NULL); INSERT INTO international VALUES (349,'WebGUI',10,'Seneste version',1031510000,NULL); INSERT INTO international VALUES (350,'WebGUI',10,'Gennemført',1031510000,NULL); INSERT INTO international VALUES (351,'WebGUI',10,'Message Log Entry',1031510000,NULL); INSERT INTO international VALUES (352,'WebGUI',10,'Dato',1031510000,NULL); INSERT INTO international VALUES (353,'WebGUI',10,'Du har ingen meddelelser i øjeblikket',1031510000,NULL); INSERT INTO international VALUES (354,'WebGUI',10,'Vis meddelelses log',1031510000,NULL); INSERT INTO international VALUES (355,'WebGUI',10,'Standard',1031510000,NULL); INSERT INTO international VALUES (356,'WebGUI',10,'Template',1031510000,NULL); INSERT INTO international VALUES (357,'WebGUI',10,'Nyheder',1031510000,NULL); INSERT INTO international VALUES (358,'WebGUI',10,'Venstre kolonne',1031510000,NULL); INSERT INTO international VALUES (359,'WebGUI',10,'Højre kolonne',1031510000,NULL); INSERT INTO international VALUES (360,'WebGUI',10,'En over tre',1031510000,NULL); INSERT INTO international VALUES (361,'WebGUI',10,'Tre over en',1031510000,NULL); INSERT INTO international VALUES (362,'WebGUI',10,'Side ved side',1031510000,NULL); INSERT INTO international VALUES (363,'WebGUI',10,'Template position',1031510000,NULL); INSERT INTO international VALUES (364,'WebGUI',10,'Søg',1031510000,NULL); INSERT INTO international VALUES (365,'WebGUI',10,'Søge resultater …',1031510000,NULL); INSERT INTO international VALUES (366,'WebGUI',10,'Jeg fandt desværre ingen sider med de(t) søgeord',1031510000,NULL); INSERT INTO international VALUES (367,'WebGUI',10,'Udløber efter',1031510000,NULL); INSERT INTO international VALUES (368,'WebGUI',10,'Tilføj en ny gruppen til denne bruger.',1031510000,NULL); INSERT INTO international VALUES (369,'WebGUI',10,'Udløbs dato',1031510000,NULL); INSERT INTO international VALUES (370,'WebGUI',10,'Rediger gruppering',1031510000,NULL); INSERT INTO international VALUES (371,'WebGUI',10,'Tilføj gruppering',1031510000,NULL); INSERT INTO international VALUES (372,'WebGUI',10,'Rediger brugers gruppe',1031510000,NULL); INSERT INTO international VALUES (374,'WebGUI',10,'administrer packages',1031510000,NULL); INSERT INTO international VALUES (375,'WebGUI',10,'Vælg package der skal tages i brug',1031510000,NULL); INSERT INTO international VALUES (376,'WebGUI',10,'Package',1031510000,NULL); INSERT INTO international VALUES (377,'WebGUI',10,'\"Der er endnu ikke defineret nogle \"\"Packages\"\".\"',1031510000,NULL); INSERT INTO international VALUES (378,'WebGUI',10,'Bruger ID',1031510000,NULL); INSERT INTO international VALUES (379,'WebGUI',10,'Gruppe ID',1031510000,NULL); INSERT INTO international VALUES (380,'WebGUI',10,'Stilart ID',1031510000,NULL); INSERT INTO international VALUES (381,'WebGUI',10,'WebGUI modtog en fejlformateret besked og kan ikke fortsætte - dette skyldes typisk eb speciel karakter. Prøv evt. at trykke tilbage og prøv igen.',1031510000,NULL); INSERT INTO international VALUES (683,'WebGUI',10,'Skabeloner, Håndter',1036856078,NULL); INSERT INTO international VALUES (384,'WebGUI',10,'Fil ',1031510000,NULL); INSERT INTO international VALUES (385,'WebGUI',10,'Parametre',1031510000,NULL); INSERT INTO international VALUES (386,'WebGUI',10,'Rediger billede',1031510000,NULL); INSERT INTO international VALUES (387,'WebGUI',10,'Tilføjet af',1031510000,NULL); INSERT INTO international VALUES (388,'WebGUI',10,'Tilføjet dato',1031510000,NULL); INSERT INTO international VALUES (812,'WebGUI',1,'Your message has been sent.',1037580328,NULL); INSERT INTO international VALUES (391,'WebGUI',10,'Sletter vedhæftet fil',1031510000,NULL); INSERT INTO international VALUES (596,'WebGUI',10,'MANGLER',1037205673,NULL); INSERT INTO international VALUES (394,'WebGUI',10,'administrer billeder.',1031510000,NULL); INSERT INTO international VALUES (395,'WebGUI',10,'Tilføj nyt billede',1031510000,NULL); INSERT INTO international VALUES (717,'WebGUI',10,'Log ud',1036855705,NULL); INSERT INTO international VALUES (705,'WebGUI',10,'minut(ter)',1036855912,NULL); INSERT INTO international VALUES (398,'WebGUI',10,'Dokument type deklarering',1031510000,NULL); INSERT INTO international VALUES (399,'WebGUI',10,'Valider denne side.',1031510000,NULL); INSERT INTO international VALUES (400,'WebGUI',10,'Forhindre Proxy Caching',1031510000,NULL); INSERT INTO international VALUES (401,'WebGUI',10,'Er du sikker på du vil slette denne besked, og alle under beskeder i tråden?',1031510000,NULL); INSERT INTO international VALUES (403,'WebGUI',10,'Det foretrækker jeg ikke at oplyse',1031510000,NULL); INSERT INTO international VALUES (404,'WebGUI',10,'Første side',1031510000,NULL); INSERT INTO international VALUES (405,'WebGUI',10,'Sidste side',1031510000,NULL); INSERT INTO international VALUES (406,'WebGUI',10,'Miniature størrelse',1031510000,NULL); INSERT INTO international VALUES (407,'WebGUI',10,'Klik her for at registrere',1031510000,NULL); INSERT INTO international VALUES (408,'WebGUI',10,'administrer rod',1031510000,NULL); INSERT INTO international VALUES (409,'WebGUI',10,'Tilføj ny rod',1031510000,NULL); INSERT INTO international VALUES (410,'WebGUI',10,'Administrer rod',1031510000,NULL); INSERT INTO international VALUES (411,'WebGUI',10,'Menu titel',1031510000,NULL); INSERT INTO international VALUES (412,'WebGUI',10,'Synopsis',1031510000,NULL); INSERT INTO international VALUES (51,'Product',1,'Benefit',1031514049,NULL); INSERT INTO international VALUES (56,'Product',1,'Add a product template.',1031514049,NULL); INSERT INTO international VALUES (416,'WebGUI',10,'
\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\nRewrite urls?
\r\nSwitch this to No if you want to deeplink an external page.\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\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\nSearch for
\r\nA search string used as starting point. Use this when you want to display only a part of the proxied content. Content before this point is not displayed\r\n
\r\n\r\nStop at
\r\nA search string used as ending point. Content after this point is not displayed.\r\n
\r\nNote: The Search for and Stop at strings are included in the content. You can change this by editing the template for HttpProxy.\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',1053774887,NULL); INSERT INTO international VALUES (9,'Auth/LDAP',1,'User RDN',1053777552,'Specifying the relative distinguished name to authenticate a user against an LDAP directory.'); INSERT INTO international VALUES (6,'SQLReport',3,'Database gebruiker',1038527948,NULL); INSERT INTO international VALUES (6,'SiteMap',3,'Inspringen',1038528020,NULL); INSERT INTO international VALUES (6,'Poll',3,'Vraag',1038527718,NULL); INSERT INTO international VALUES (6,'MessageBoard',3,'Bewerk berichten bord',1038526571,NULL); INSERT INTO international VALUES (6,'LinkList',3,'Link lijst',1038513260,NULL); INSERT INTO international VALUES (6,'FAQ',3,'Antwoord',1038487373,NULL); INSERT INTO international VALUES (6,'ExtraColumn',3,'Bewerk extra kolom',1038487306,NULL); INSERT INTO international VALUES (701,'WebGUI',3,'Week(en)',1039783167,NULL); INSERT INTO international VALUES (6,'Article',3,'Plaatje',1037903296,NULL); INSERT INTO international VALUES (5,'WebGUI',3,'Beheer groepen.',1039780273,NULL); INSERT INTO international VALUES (5,'USS',3,'Uw bijdrage is afgekeurd.',1038528301,NULL); INSERT INTO international VALUES (5,'SQLReport',3,'DSN',1038527939,NULL); INSERT INTO international VALUES (5,'SiteMap',3,'Bewerk sitemap',1038528013,NULL); INSERT INTO international VALUES (5,'Poll',3,'Grafiek breedte',1038527712,NULL); INSERT INTO international VALUES (566,'WebGUI',3,'Bewerk timeout',1039780763,NULL); INSERT INTO international VALUES (5,'FAQ',3,'Vraag',1038487354,NULL); INSERT INTO international VALUES (5,'ExtraColumn',3,'Stylesheet klasse (class)',1038487299,NULL); INSERT INTO international VALUES (700,'WebGUI',3,'Dag(en)',1039783156,NULL); INSERT INTO international VALUES (4,'WebGUI',3,'Beheer instellingen.',1038530613,NULL); INSERT INTO international VALUES (4,'USS',3,'Uw bijdrage is goedgekeurd.',1038528260,NULL); INSERT INTO international VALUES (4,'SQLReport',3,'Query',1038527933,NULL); INSERT INTO international VALUES (4,'SyndicatedContent',3,'Bewerk syndicated content',1038528061,NULL); INSERT INTO international VALUES (4,'Poll',3,'Wie kan stemmen?',1038527705,NULL); INSERT INTO international VALUES (4,'SiteMap',3,'Diepteniveau',1038528007,NULL); INSERT INTO international VALUES (4,'ExtraColumn',3,'Breedte',1038487286,NULL); INSERT INTO international VALUES (4,'EventsCalendar',3,'Gebeurt maar een keer.',1038486820,NULL); INSERT INTO international VALUES (4,'Article',3,'Einddatum',1037903286,NULL); INSERT INTO international VALUES (3,'WebGUI',3,'Plakken van het klembord...',1056215220,NULL); INSERT INTO international VALUES (3,'USS',3,'U heeft een nieuwe bijdrage goed te keuren.',1038528209,NULL); INSERT INTO international VALUES (3,'SQLReport',3,'Raport sjabloon',1038527926,NULL); INSERT INTO international VALUES (3,'SiteMap',3,'Beginnen met',1039989710,NULL); INSERT INTO international VALUES (3,'Poll',3,'Aktief',1038527699,NULL); INSERT INTO international VALUES (564,'WebGUI',3,'Wie kan posten?',1039780748,NULL); INSERT INTO international VALUES (3,'LinkList',3,'Open in nieuw venster?',1038513253,NULL); INSERT INTO international VALUES (3,'ExtraColumn',3,'Tussenruimte',1038487279,NULL); INSERT INTO international VALUES (3,'Article',3,'Begindatum',1037903276,NULL); INSERT INTO international VALUES (2,'WebGUI',3,'Pagina',1038529139,NULL); INSERT INTO international VALUES (2,'USS',3,'Wie kan bijdragen?',1038528162,NULL); INSERT INTO international VALUES (2,'SyndicatedContent',3,'Syndicated content',1038528054,NULL); INSERT INTO international VALUES (2,'SiteMap',3,'Sitemap',1038527992,NULL); INSERT INTO international VALUES (2,'MessageBoard',3,'Berichtenbord',1038526545,NULL); INSERT INTO international VALUES (2,'FAQ',3,'FAQ',1038487347,NULL); INSERT INTO international VALUES (2,'EventsCalendar',3,'Evenementenkalender',1038486806,NULL); INSERT INTO international VALUES (1,'WebGUI',3,'Inhoud toevoegen...',1038528343,NULL); INSERT INTO international VALUES (1,'USS',3,'Wie kan goedkeuren?',1038528080,NULL); INSERT INTO international VALUES (1,'SyndicatedContent',3,'URL naar RSS bestand',1038528048,NULL); INSERT INTO international VALUES (1,'SQLReport',3,'SQL rapport',1038527779,NULL); INSERT INTO international VALUES (1,'Poll',3,'Peiling',1039783947,NULL); INSERT INTO international VALUES (1,'ExtraColumn',3,'Extra kolom',1038487271,NULL); INSERT INTO international VALUES (88,'EventsCalendar',1,'Show 6 months from start.',1038190632,NULL); INSERT INTO international VALUES (1,'Article',3,'Artikel',1037915769,NULL); INSERT INTO international VALUES (537,'WebGUI',1,'Karma',1031514049,NULL); INSERT INTO international VALUES (538,'WebGUI',1,'Karma Threshold',1031514049,NULL); INSERT INTO international VALUES (539,'WebGUI',1,'Enable Karma?',1031514049,NULL); INSERT INTO international VALUES (540,'WebGUI',1,'Karma Per Login',1031514049,NULL); INSERT INTO international VALUES (20,'Poll',1,'Karma Per Vote',1031514049,NULL); INSERT INTO international VALUES (541,'WebGUI',1,'Karma Per Post',1031514049,NULL); INSERT INTO international VALUES (5,'Product',1,'Are you certain you wish to delete this specification?',1031514049,NULL); INSERT INTO international VALUES (542,'WebGUI',1,'Previous..',1031514049,NULL); INSERT INTO international VALUES (543,'WebGUI',1,'Add a new image group.',1031514049,NULL); INSERT INTO international VALUES (1,'WobjectProxy',10,'Wobject der skal laves proxy fra',1036856119,NULL); INSERT INTO international VALUES (661,'WebGUI',10,'Fil indstillinger, Redigér',1036856289,NULL); INSERT INTO international VALUES (586,'WebGUI',10,'Sprog',1037205357,NULL); INSERT INTO international VALUES (598,'WebGUI',10,'Redigér sprog',1037205737,NULL); INSERT INTO international VALUES (551,'WebGUI',1,'Notice',1031514049,NULL); INSERT INTO international VALUES (552,'WebGUI',1,'Pending',1031514049,NULL); INSERT INTO international VALUES (553,'WebGUI',1,'Status',1031514049,NULL); INSERT INTO international VALUES (554,'WebGUI',1,'Take Action',1031514049,NULL); INSERT INTO international VALUES (555,'WebGUI',1,'Edit this user\'s karma.',1031514049,NULL); INSERT INTO international VALUES (556,'WebGUI',1,'Amount',1031514049,NULL); INSERT INTO international VALUES (557,'WebGUI',1,'Description',1031514049,NULL); INSERT INTO international VALUES (558,'WebGUI',1,'Edit User\'s Karma',1031514049,NULL); INSERT INTO international VALUES (6,'Item',1,'Edit Item',1031514049,NULL); INSERT INTO international VALUES (559,'WebGUI',1,'Run On Registration',1031514049,NULL); INSERT INTO international VALUES (13,'Product',1,'Brochure',1031514049,NULL); INSERT INTO international VALUES (14,'Product',1,'Manual',1031514049,NULL); INSERT INTO international VALUES (15,'Product',1,'Warranty',1031514049,NULL); INSERT INTO international VALUES (16,'Product',1,'Add Accessory',1031514049,NULL); INSERT INTO international VALUES (17,'Product',1,'Accessory',1031514049,NULL); INSERT INTO international VALUES (18,'Product',1,'Add another accessory?',1031514049,NULL); INSERT INTO international VALUES (21,'Product',1,'Add another related product?',1031514049,NULL); INSERT INTO international VALUES (19,'Product',1,'Add Related Product',1031514049,NULL); INSERT INTO international VALUES (20,'Product',1,'Related Product',1031514049,NULL); INSERT INTO international VALUES (22,'Product',1,'Edit Feature',1031514049,NULL); INSERT INTO international VALUES (23,'Product',1,'Feature',1031514049,NULL); INSERT INTO international VALUES (24,'Product',1,'Add another feature?',1031514049,NULL); INSERT INTO international VALUES (25,'Product',1,'Edit Specification',1031514049,NULL); INSERT INTO international VALUES (26,'Product',1,'Label',1031514049,NULL); INSERT INTO international VALUES (27,'Product',1,'Specification',1031514049,NULL); INSERT INTO international VALUES (28,'Product',1,'Add another specification?',1031514049,NULL); INSERT INTO international VALUES (29,'Product',1,'Units',1031514049,NULL); INSERT INTO international VALUES (30,'Product',1,'Features',1031514049,NULL); INSERT INTO international VALUES (31,'Product',1,'Specifications',1031514049,NULL); INSERT INTO international VALUES (32,'Product',1,'Accessories',1031514049,NULL); INSERT INTO international VALUES (33,'Product',1,'Related Products',1031514049,NULL); INSERT INTO international VALUES (34,'Product',1,'Add a feature.',1031514049,NULL); INSERT INTO international VALUES (35,'Product',1,'Add a specification.',1031514049,NULL); INSERT INTO international VALUES (36,'Product',1,'Add an accessory.',1031514049,NULL); INSERT INTO international VALUES (37,'Product',1,'Add a related product.',1031514049,NULL); INSERT INTO international VALUES (581,'WebGUI',1,'Add New Value',1031514049,NULL); INSERT INTO international VALUES (582,'WebGUI',1,'Leave Blank',1031514049,NULL); INSERT INTO international VALUES (583,'WebGUI',1,'Max Image Size',1031514049,NULL); INSERT INTO international VALUES (1,'WobjectProxy',1,'Wobject To Proxy',1031514049,NULL); INSERT INTO international VALUES (2,'WobjectProxy',1,'Edit Wobject Proxy',1031514049,NULL); INSERT INTO international VALUES (3,'WobjectProxy',1,'Wobject Proxy',1031514049,NULL); INSERT INTO international VALUES (4,'WobjectProxy',1,'Wobject proxying failed. Perhaps the proxied wobject has been deleted.',1031514049,NULL); INSERT INTO international VALUES (5,'USS',7,'ÄúµÄͶ¸å±»¾Ü¾ø¡£',1031510000,NULL); INSERT INTO international VALUES (5,'SQLReport',7,'DSN',1031510000,NULL); INSERT INTO international VALUES (5,'SiteMap',7,'±à¼ÍøÕ¾µØÍ¼',1031510000,NULL); INSERT INTO international VALUES (5,'Poll',7,'ͼÐοí¶È',1031510000,NULL); INSERT INTO international VALUES (818,'WebGUI',1,'Deactivated',1038431300,NULL); INSERT INTO international VALUES (5,'Item',7,'ÏÂÔØ¸½¼þ',1031510000,NULL); INSERT INTO international VALUES (5,'FAQ',7,'ÎÊÌâ',1031510000,NULL); INSERT INTO international VALUES (5,'ExtraColumn',7,'·ç¸ñµ¥ Class',1031510000,NULL); INSERT INTO international VALUES (700,'WebGUI',7,'Ìì',1031510000,NULL); INSERT INTO international VALUES (20,'EventsCalendar',7,'Ìí¼ÓÊÂÎñ¡£',1031510000,NULL); INSERT INTO international VALUES (38,'USS',7,'(Èç¹ûÄúʹÓÃÁ˳¬Îı¾ÓïÑÔ£¬ÇëÑ¡Ôñ¡°·ñ¡±¡£)',1031510000,NULL); INSERT INTO international VALUES (4,'WebGUI',7,'¹ÜÀíÉèÖá£',1031510000,NULL); INSERT INTO international VALUES (4,'USS',7,'ÄúµÄͶ¸åÒÑͨ¹ýÉóºË¡£',1031510000,NULL); INSERT INTO international VALUES (4,'SyndicatedContent',7,'±à¼Í¬²½ÄÚÈÝ',1031510000,NULL); INSERT INTO international VALUES (4,'SQLReport',7,'²éѯ',1031510000,NULL); INSERT INTO international VALUES (4,'SiteMap',7,'Õ¹¿ªÉî¶È',1031510000,NULL); INSERT INTO international VALUES (4,'Poll',7,'ͶƱȨÏÞ£¿',1031510000,NULL); INSERT INTO international VALUES (1021,'WebGUI',1,'Rate Message',1065356764,'A label indicating that the following links are to be used for discussion post ratings.'); INSERT INTO international VALUES (4,'Item',7,'ÏîÄ¿',1031510000,NULL); INSERT INTO international VALUES (4,'ExtraColumn',7,'¿í¶È',1031510000,NULL); INSERT INTO international VALUES (4,'EventsCalendar',7,'Ö»·¢ÉúÒ»´Î¡£',1031510000,NULL); INSERT INTO international VALUES (4,'Article',7,'½áÊøÈÕÆÚ',1031510000,NULL); INSERT INTO international VALUES (3,'WebGUI',7,'´Ó¼ôÌù°åÖÐÕ³Ìù...',1031510000,NULL); INSERT INTO international VALUES (3,'USS',7,'ÄúÓÐһƪеÄÓû§Í¶¸åµÈ´ýÉóºË¡£',1031510000,NULL); INSERT INTO international VALUES (3,'SQLReport',7,'±¨¸æÄ£°å',1031510000,NULL); INSERT INTO international VALUES (3,'SiteMap',7,'ÊÇ·ñ´Ó´Ë¼¶±ð¿ªÊ¼£¿',1031510000,NULL); INSERT INTO international VALUES (3,'Poll',7,'¼¤»î',1031510000,NULL); INSERT INTO international VALUES (3,'LinkList',7,'ÊÇ·ñÔÚд°¿ÚÖдò¿ª£¿',1031510000,NULL); INSERT INTO international VALUES (3,'Item',7,'ɾ³ý¸½¼þ',1031510000,NULL); INSERT INTO international VALUES (3,'ExtraColumn',7,'¿Õ°×',1031510000,NULL); INSERT INTO international VALUES (3,'Article',7,'¿ªÊ¼ÈÕÆÚ',1031510000,NULL); INSERT INTO international VALUES (2,'WebGUI',7,'Ò³',1031510000,NULL); INSERT INTO international VALUES (2,'USS',7,'Ͷ¸åȨÏÞ£¿',1031510000,NULL); INSERT INTO international VALUES (2,'SyndicatedContent',7,'ͬ²½ÄÚÈÝ',1031510000,NULL); INSERT INTO international VALUES (2,'SiteMap',7,'ÍøÕ¾µØÍ¼',1031510000,NULL); INSERT INTO international VALUES (2,'MessageBoard',7,'¹«¸æÀ¸',1031510000,NULL); INSERT INTO international VALUES (2,'Item',7,'¸½¼þ',1031510000,NULL); INSERT INTO international VALUES (2,'FAQ',7,'F.A.Q.',1031510000,NULL); INSERT INTO international VALUES (2,'EventsCalendar',7,'ÐÐÊÂÀú',1031510000,NULL); INSERT INTO international VALUES (507,'WebGUI',7,'±à¼Ä£°å',1031510000,NULL); INSERT INTO international VALUES (1,'WebGUI',7,'Ìí¼ÓÄÚÈÝ...',1031510000,NULL); INSERT INTO international VALUES (1,'USS',7,'ÉóºËȨÏÞ£¿',1031510000,NULL); INSERT INTO international VALUES (1,'SyndicatedContent',7,'RSS ÎļþÁ´½Ó',1031510000,NULL); INSERT INTO international VALUES (1,'SQLReport',7,'SQL ±¨¸æ',1031510000,NULL); INSERT INTO international VALUES (1,'Poll',7,'µ÷²é',1031510000,NULL); INSERT INTO international VALUES (1,'Item',7,'Á´½Ó URL',1031510000,NULL); INSERT INTO international VALUES (1,'ExtraColumn',7,'À©Õ¹ÁÐ',1031510000,NULL); INSERT INTO international VALUES (1,'Article',7,'ÎÄÕÂ',1031510000,NULL); INSERT INTO international VALUES (367,'WebGUI',7,'¹ýÆÚʱ¼ä',1031510000,NULL); INSERT INTO international VALUES (5,'WebGUI',7,'¹ÜÀíÓû§×é¡£',1031510000,NULL); INSERT INTO international VALUES (6,'Article',7,'ͼƬ',1031510000,NULL); INSERT INTO international VALUES (701,'WebGUI',7,'ÐÇÆÚ',1031510000,NULL); INSERT INTO international VALUES (6,'ExtraColumn',7,'±à¼À©Õ¹ÁÐ',1031510000,NULL); INSERT INTO international VALUES (6,'FAQ',7,'»Ø´ð',1031510000,NULL); INSERT INTO international VALUES (6,'LinkList',7,'Á´½ÓÁбí',1031510000,NULL); INSERT INTO international VALUES (6,'MessageBoard',7,'±à¼¹«¸æÀ¸',1031510000,NULL); INSERT INTO international VALUES (6,'Poll',7,'ÎÊÌâ',1031510000,NULL); INSERT INTO international VALUES (6,'SiteMap',7,'Ëõ½ø',1031510000,NULL); INSERT INTO international VALUES (6,'SQLReport',7,'Êý¾Ý¿âÓû§',1031510000,NULL); INSERT INTO international VALUES (6,'USS',7,'ÿҳͶ¸åÊý',1031510000,NULL); INSERT INTO international VALUES (6,'WebGUI',7,'¹ÜÀí·ç¸ñ',1031510000,NULL); INSERT INTO international VALUES (7,'Article',7,'Á¬½Ó±êÌâ',1031510000,NULL); INSERT INTO international VALUES (7,'FAQ',7,'ÄúÊÇ·ñÈ·ÐÅÄúҪɾ³ýÕâ¸öÎÊÌ⣿',1031510000,NULL); INSERT INTO international VALUES (7,'Poll',7,'»Ø´ð',1031510000,NULL); INSERT INTO international VALUES (7,'SQLReport',7,'Êý¾Ý¿âÃÜÂë',1031510000,NULL); INSERT INTO international VALUES (7,'WebGUI',7,'¹ÜÀíÓû§¡£',1031510000,NULL); INSERT INTO international VALUES (8,'Article',7,'Á´½Ó URL',1031510000,NULL); INSERT INTO international VALUES (8,'EventsCalendar',7,'ÖØ¸´ÖÜÆÚ',1031510000,NULL); INSERT INTO international VALUES (8,'FAQ',7,'±à¼ F.A.Q.',1031510000,NULL); INSERT INTO international VALUES (8,'LinkList',7,'URL',1031510000,NULL); INSERT INTO international VALUES (8,'Poll',7,'£¨Ã¿ÐÐÊäÈëÒ»Ìõ´ð°¸¡£×î¶à²»³¬¹ý20Ìõ¡££©',1031510000,NULL); INSERT INTO international VALUES (1016,'WebGUI',7,'»Ø¸´',1031510000,NULL); INSERT INTO international VALUES (1017,'WebGUI',7,'×îºó»Ø¸´',1031510000,NULL); INSERT INTO international VALUES (9,'Poll',7,'±à¼µ÷²é',1031510000,NULL); INSERT INTO international VALUES (10,'Poll',7,'³õʼ»¯Í¶Æ±¡£',1031510000,NULL); INSERT INTO international VALUES (11,'Poll',7,'ͶƱ£¡',1031510000,NULL); INSERT INTO international VALUES (8,'SQLReport',7,'Edit SQL Report',1031510000,NULL); INSERT INTO international VALUES (8,'WebGUI',7,'Äú²é¿´µÄÒ³Ãæ²»´æÔÚ¡£',1031510000,NULL); INSERT INTO international VALUES (9,'Article',7,'¸½¼þ',1031510000,NULL); INSERT INTO international VALUES (9,'EventsCalendar',7,'Ö±µ½',1031510000,NULL); INSERT INTO international VALUES (9,'FAQ',7,'Ìí¼ÓÐÂÎÊÌâ¡£',1031510000,NULL); INSERT INTO international VALUES (9,'LinkList',7,'ÄúÊÇ·ñÈ·¶¨ÒªÉ¾³ý´ËÁ´½Ó£¿',1031510000,NULL); INSERT INTO international VALUES (9,'SQLReport',7,'Debug: Error: The DSN specified is of an improper format.',1031510000,NULL); INSERT INTO international VALUES (9,'WebGUI',7,'²é¿´¼ôÌù°å',1031510000,NULL); INSERT INTO international VALUES (10,'Article',7,'ÊÇ·ñת»»»Ø³µ·û£¿',1031510000,NULL); INSERT INTO international VALUES (10,'FAQ',7,'±à¼ÎÊÌâ',1031510000,NULL); INSERT INTO international VALUES (10,'LinkList',7,'±à¼Á´½ÓÁбí',1031510000,NULL); INSERT INTO international VALUES (10,'SQLReport',7,'Debug: Error: The SQL specified is of an improper format.',1031510000,NULL); INSERT INTO international VALUES (10,'WebGUI',7,'¹ÜÀíÀ¬»øÏä',1031510000,NULL); INSERT INTO international VALUES (11,'Article',7,'(Èç¹ûÄúûÓÐÊÖ¶¯ÊäÈë<br>£¬ÇëÑ¡Ôñ¡°ÊÇ¡±)',1031510000,NULL); INSERT INTO international VALUES (76,'EventsCalendar',1,'Delete only this event.',1031514049,NULL); INSERT INTO international VALUES (11,'SQLReport',7,'Debug: Error: There was a problem with the query.',1031510000,NULL); INSERT INTO international VALUES (11,'WebGUI',7,'Çå¿ÕÀ¬»øÏä',1031510000,NULL); INSERT INTO international VALUES (12,'Article',7,'±à¼ÎÄÕÂ',1031510000,NULL); INSERT INTO international VALUES (12,'EventsCalendar',7,'±à¼ÐÐÊÂÀú',1031510000,NULL); INSERT INTO international VALUES (12,'LinkList',7,'±à¼Á´½Ó',1031510000,NULL); INSERT INTO international VALUES (12,'SQLReport',7,'Debug: Error: Could not connect to the database.',1031510000,NULL); INSERT INTO international VALUES (12,'USS',7,'(Èç¹ûÄúʹÓÃÁ˳¬Îı¾ÓïÑÔ£¬Ç벻ҪѡÔñ´ËÏî)',1031510000,NULL); INSERT INTO international VALUES (12,'WebGUI',7,'Í˳ö¹ÜÀí',1031510000,NULL); INSERT INTO international VALUES (13,'Article',7,'ɾ³ý',1031510000,NULL); INSERT INTO international VALUES (13,'EventsCalendar',7,'±à¼ÊÂÎñ',1031510000,NULL); INSERT INTO international VALUES (13,'LinkList',7,'Ìí¼ÓÐÂÁ´½Ó¡£',1031510000,NULL); INSERT INTO international VALUES (13,'USS',7,'Ͷ¸åʱ¼ä',1031510000,NULL); INSERT INTO international VALUES (13,'WebGUI',7,'²é¿´°ïÖúË÷Òý',1031510000,NULL); INSERT INTO international VALUES (764,'WebGUI',1,'Edit this collateral item.',1036892856,NULL); INSERT INTO international VALUES (516,'WebGUI',7,'½øÈë¹ÜÀí',1031510000,NULL); INSERT INTO international VALUES (517,'WebGUI',7,'Í˳ö¹ÜÀí',1031510000,NULL); INSERT INTO international VALUES (515,'WebGUI',7,'ÊÇ·ñÌí¼Ó±à¼´Á£¿',1031510000,NULL); INSERT INTO international VALUES (14,'USS',7,'״̬',1031510000,NULL); INSERT INTO international VALUES (14,'WebGUI',7,'²é¿´µÈ´ýÉóºËµÄͶ¸å',1031510000,NULL); INSERT INTO international VALUES (15,'USS',7,'±à¼/ɾ³ý',1031510000,NULL); INSERT INTO international VALUES (15,'WebGUI',7,'Ò»ÔÂ',1031510000,NULL); INSERT INTO international VALUES (16,'USS',7,'ÎÞ±êÌâ',1031510000,NULL); INSERT INTO international VALUES (16,'WebGUI',7,'¶þÔÂ',1031510000,NULL); INSERT INTO international VALUES (17,'USS',7,'ÄúÈ·¶¨ÒªÉ¾³ý´Ë¸å¼þÂð£¿',1031510000,NULL); INSERT INTO international VALUES (17,'WebGUI',7,'ÈýÔÂ',1031510000,NULL); INSERT INTO international VALUES (18,'USS',7,'±à¼Óû§Í¶¸åϵͳ',1031510000,NULL); INSERT INTO international VALUES (18,'WebGUI',7,'ËÄÔÂ',1031510000,NULL); INSERT INTO international VALUES (19,'USS',7,'±à¼Í¶¸å',1031510000,NULL); INSERT INTO international VALUES (19,'WebGUI',7,'ÎåÔÂ',1031510000,NULL); INSERT INTO international VALUES (20,'USS',7,'ÎÒҪͶ¸å',1031510000,NULL); INSERT INTO international VALUES (20,'WebGUI',7,'ÁùÔÂ',1031510000,NULL); INSERT INTO international VALUES (21,'USS',7,'·¢±íÈË',1031510000,NULL); INSERT INTO international VALUES (21,'WebGUI',7,'ÆßÔÂ',1031510000,NULL); INSERT INTO international VALUES (22,'WebGUI',7,'°ËÔÂ',1031510000,NULL); INSERT INTO international VALUES (23,'WebGUI',7,'¾ÅÔÂ',1031510000,NULL); INSERT INTO international VALUES (24,'WebGUI',7,'Ê®ÔÂ',1031510000,NULL); INSERT INTO international VALUES (25,'WebGUI',7,'ʮһÔÂ',1031510000,NULL); INSERT INTO international VALUES (26,'WebGUI',7,'Ê®¶þÔÂ',1031510000,NULL); INSERT INTO international VALUES (27,'USS',7,'±à¼',1031510000,NULL); INSERT INTO international VALUES (27,'WebGUI',7,'ÐÇÆÚÈÕ',1031510000,NULL); INSERT INTO international VALUES (28,'USS',7,'·µ»Ø¸å¼þÁбí',1031510000,NULL); INSERT INTO international VALUES (28,'WebGUI',7,'ÐÇÆÚÒ»',1031510000,NULL); INSERT INTO international VALUES (29,'USS',7,'Óû§Í¶¸åϵͳ',1031510000,NULL); INSERT INTO international VALUES (29,'WebGUI',7,'ÐÇÆÚ¶þ',1031510000,NULL); INSERT INTO international VALUES (30,'WebGUI',7,'ÐÇÆÚÈý',1031510000,NULL); INSERT INTO international VALUES (31,'WebGUI',7,'ÐÇÆÚËÄ',1031510000,NULL); INSERT INTO international VALUES (32,'WebGUI',7,'ÐÇÆÚÎå',1031510000,NULL); INSERT INTO international VALUES (33,'WebGUI',7,'ÐÇÆÚÁù',1031510000,NULL); INSERT INTO international VALUES (34,'WebGUI',7,'ÉèÖÃÈÕÆÚ',1031510000,NULL); INSERT INTO international VALUES (35,'WebGUI',7,'¹ÜÀí¹¦ÄÜ',1031510000,NULL); INSERT INTO international VALUES (36,'WebGUI',7,'Äú±ØÐëÊÇϵͳ¹ÜÀíÔ±²ÅÄÜʹÓô˹¦ÄÜ¡£ÇëÁªÏµÄúµÄϵͳ¹ÜÀíÔ±¡£ÒÔÏÂÊDZ¾ÏµÍ³µÄϵͳ¹ÜÀíÔ±Çåµ¥£º',1031510000,NULL); INSERT INTO international VALUES (37,'WebGUI',7,'ȨÏÞ±»¾Ü¾ø£¡',1031510000,NULL); INSERT INTO international VALUES (404,'WebGUI',7,'µÚÒ»Ò³',1031510000,NULL); INSERT INTO international VALUES (38,'WebGUI',7,'ÄúûÓÐ×ã¹»µÄȨÏÞÖ´ÐдËÏî²Ù×÷¡£Çë^a(µÇ¼);È»ºóÔÙÊÔÒ»´Î¡£',1031510000,NULL); INSERT INTO international VALUES (39,'WebGUI',7,'¶Ô²»Æð£¬ÄúûÓÐ×ã¹»µÄȨÏÞ·ÃÎÊÒ»Ò³¡£',1031510000,NULL); INSERT INTO international VALUES (40,'WebGUI',7,'ϵͳ×é¼þ',1031510000,NULL); INSERT INTO international VALUES (41,'WebGUI',7,'Äú½«ÒªÉ¾³ýÒ»¸öϵͳ×é¼þ¡£Èç¹ûÄú¼ÌÐø£¬ÏµÍ³¹¦ÄÜ¿ÉÄÜ»áÊܵ½Ó°Ïì¡£',1031510000,NULL); INSERT INTO international VALUES (42,'WebGUI',7,'ÇëÈ·ÈÏ',1031510000,NULL); INSERT INTO international VALUES (43,'WebGUI',7,'ÄúÊÇ·ñÈ·¶¨ÒªÉ¾³ý´ËÄÚÈÝÂð£¿',1031510000,NULL); INSERT INTO international VALUES (44,'WebGUI',7,'Êǵģ¬ÎÒÈ·¶¨¡£',1031510000,NULL); INSERT INTO international VALUES (45,'WebGUI',7,'²»£¬ÎÒ°´´íÁË¡£',1031510000,NULL); INSERT INTO international VALUES (46,'WebGUI',7,'ÎÒµÄÕÊ»§',1031510000,NULL); INSERT INTO international VALUES (47,'WebGUI',7,'Ê×Ò³',1031510000,NULL); INSERT INTO international VALUES (48,'WebGUI',7,'»¶Ó£¡',1031510000,NULL); INSERT INTO international VALUES (49,'WebGUI',7,'µã»÷ ´Ë´¦ Í˳öµÇ¼¡£',1031510000,NULL); INSERT INTO international VALUES (50,'WebGUI',7,'ÕÊ»§',1031510000,NULL); INSERT INTO international VALUES (51,'WebGUI',7,'ÃÜÂë',1031510000,NULL); INSERT INTO international VALUES (52,'WebGUI',7,'µÇ¼',1031510000,NULL); INSERT INTO international VALUES (53,'WebGUI',7,'´òÓ¡±¾Ò³',1031510000,NULL); INSERT INTO international VALUES (54,'WebGUI',7,'´´½¨ÕÊ»§',1031510000,NULL); INSERT INTO international VALUES (2,'Auth/WebGUI',7,'ÃÜÂ루ȷÈÏ£©',1031510000,NULL); INSERT INTO international VALUES (56,'WebGUI',7,'µç×ÓÓʼþ',1031510000,NULL); INSERT INTO international VALUES (57,'WebGUI',7,'´ËÏîÖ»ÔÚÄúÏ£ÍûʹÓõ½ÐèÒªµç×ÓÓʼþµÄ¹¦ÄܵÄʱºòÓÐÓá£',1031510000,NULL); INSERT INTO international VALUES (58,'WebGUI',7,'ÎÒÒѾÓÐÁËÒ»¸öÕÊ»§¡£',1031510000,NULL); INSERT INTO international VALUES (59,'WebGUI',7,'ÎÒÍü¼ÇÁËÃÜÂë¡£',1031510000,NULL); INSERT INTO international VALUES (60,'WebGUI',7,'ÄúÊÇ·ñÕæµÄÏ£Íû×¢ÏúÄúµÄÕÊ»§£¿Èç¹ûÄú¼ÌÐø£¬ÄúµÄÕÊ»§ÐÅÏ¢½«±»ÓÀ¾Ãɾ³ý¡£',1031510000,NULL); INSERT INTO international VALUES (61,'WebGUI',7,'¸üÐÂÕÊ»§ÐÅÏ¢',1031510000,NULL); INSERT INTO international VALUES (62,'WebGUI',7,'±£´æ',1031510000,NULL); INSERT INTO international VALUES (63,'WebGUI',7,'½øÈë¹ÜÀí¡£',1031510000,NULL); INSERT INTO international VALUES (64,'WebGUI',7,'Í˳öµÇ¼¡£',1031510000,NULL); INSERT INTO international VALUES (65,'WebGUI',7,'Çëɾ³ýÎÒµÄÕÊ»§¡£',1031510000,NULL); INSERT INTO international VALUES (66,'WebGUI',7,'Óû§µÇ¼',1031510000,NULL); INSERT INTO international VALUES (67,'WebGUI',7,'´´½¨ÐÂÕÊ»§¡£',1031510000,NULL); INSERT INTO international VALUES (68,'WebGUI',7,'ÄúÊäÈëµÄÕÊ»§ÐÅÏ¢ÎÞЧ¡£¿ÉÄÜÊÇÄúÊäÈëµÄÕÊ»§²»´æÔÚ£¬»òÊäÈëÁË´íÎóµÄÃÜÂë¡£',1031510000,NULL); INSERT INTO international VALUES (69,'WebGUI',7,'Èç¹ûÄúÐèÒªÐÖú£¬ÇëÁªÏµÏµÍ³¹ÜÀíÔ±¡£',1031510000,NULL); INSERT INTO international VALUES (70,'WebGUI',7,'´íÎó',1031510000,NULL); INSERT INTO international VALUES (71,'WebGUI',7,'»Ö¸´ÃÜÂë',1031510000,NULL); INSERT INTO international VALUES (72,'WebGUI',7,'»Ö¸´',1031510000,NULL); INSERT INTO international VALUES (73,'WebGUI',7,'Óû§µÇ¼',1031510000,NULL); INSERT INTO international VALUES (74,'WebGUI',7,'ÕÊ»§ÐÅÏ¢',1031510000,NULL); INSERT INTO international VALUES (75,'WebGUI',7,'ÄúµÄÕÊ»§ÐÅÏ¢ÒѾ·¢Ë͵½ÄúµÄµç×ÓÓʼþÖС£',1031510000,NULL); INSERT INTO international VALUES (76,'WebGUI',7,'¶Ô²»Æð£¬´Ëµç×ÓÓʼþµØÖ·²»ÔÚϵͳÊý¾Ý¿âÖС£',1031510000,NULL); INSERT INTO international VALUES (77,'WebGUI',7,'¶Ô²»Æð£¬´ËÕÊ»§ÃûÒѱ»ÆäËûÓû§Ê¹Óá£ÇëÁíÍâÑ¡ÔñÒ»¸öÓû§Ãû¡£ÎÒÃǽ¨ÒéÄúʹÓÃÒÔÏÂÃû×Ö×÷ΪµÇ¼Ãû£º',1031510000,NULL); INSERT INTO international VALUES (3,'Auth/WebGUI',7,'ÄúÊäÈëµÄÃÜÂë²»Ò»Ö£¬ÇëÖØÐÂÊäÈë¡£',1031510000,NULL); INSERT INTO international VALUES (2,'Auth/LDAP',7,'²»ÄÜÁ¬½Óµ½Ä¿Â¼·þÎñÆ÷¡£',1031510000,NULL); INSERT INTO international VALUES (80,'WebGUI',7,'´´½¨ÕÊ»§³É¹¦£¡',1031510000,NULL); INSERT INTO international VALUES (81,'WebGUI',7,'¸üÐÂÕÊ»§³É¹¦£¡',1031510000,NULL); INSERT INTO international VALUES (82,'WebGUI',7,'¹ÜÀí¹¦ÄÜ...',1031510000,NULL); INSERT INTO international VALUES (536,'WebGUI',7,'ÐÂÓû§ ^@; ¸Õ¼ÓÈë±¾Õ¾¡£',1031510000,NULL); INSERT INTO international VALUES (84,'WebGUI',7,'Óû§×é',1031510000,NULL); INSERT INTO international VALUES (85,'WebGUI',7,'ÃèÊö',1031510000,NULL); INSERT INTO international VALUES (86,'WebGUI',7,'ÄúÈ·ÐÅҪɾ³ý´ËÓû§×éÂ𣿴ËÏî²Ù×÷½«ÓÀ¾Ãɾ³ý´ËÓû§×飬²¢È¡Ïû´ËÓû§×éËùÓÐÏà¹ØÈ¨ÏÞ¡£',1031510000,NULL); INSERT INTO international VALUES (87,'WebGUI',7,'±à¼Óû§×é',1031510000,NULL); INSERT INTO international VALUES (88,'WebGUI',7,'Óû§×é³ÉÔ±',1031510000,NULL); INSERT INTO international VALUES (89,'WebGUI',7,'Óû§×é',1031510000,NULL); INSERT INTO international VALUES (90,'WebGUI',7,'Ìí¼ÓÐÂ×é¡£',1031510000,NULL); INSERT INTO international VALUES (91,'WebGUI',7,'ÉÏÒ»Ò³',1031510000,NULL); INSERT INTO international VALUES (92,'WebGUI',7,'ÏÂÒ»Ò³',1031510000,NULL); INSERT INTO international VALUES (93,'WebGUI',7,'°ïÖú',1031510000,NULL); INSERT INTO international VALUES (94,'WebGUI',7,'²Î¿¼',1031510000,NULL); INSERT INTO international VALUES (95,'WebGUI',7,'°ïÖúË÷Òý',1031510000,NULL); INSERT INTO international VALUES (99,'WebGUI',7,'±êÌâ',1031510000,NULL); INSERT INTO international VALUES (100,'WebGUI',7,'Meta ±êʶ',1031510000,NULL); INSERT INTO international VALUES (101,'WebGUI',7,'ÄúÈ·ÐÅҪɾ³ý´ËÒ³ÃæÒÔ¼°Ò³ÃæÄÚµÄËùÓÐÄÚÈݺÍ×é¼þÂð£¿',1031510000,NULL); INSERT INTO international VALUES (102,'WebGUI',7,'±à¼Ò³Ãæ',1031510000,NULL); INSERT INTO international VALUES (103,'WebGUI',7,'Ò³ÃæÃèÊö',1031510000,NULL); INSERT INTO international VALUES (104,'WebGUI',7,'Ò³Ãæ URL',1031510000,NULL); INSERT INTO international VALUES (105,'WebGUI',7,'·ç¸ñ',1031510000,NULL); INSERT INTO international VALUES (106,'WebGUI',7,'Ñ¡Ôñ¡°ÊÇ¡±½«±¾Ò³ÃæÏ¼¶ËùÓÐÒ³Ãæ·ç¸ñ¸ÄΪ´Ë·ç¸ñ¡£',1031510000,NULL); INSERT INTO international VALUES (107,'WebGUI',7,'ȨÏÞÉèÖÃ',1031510000,NULL); INSERT INTO international VALUES (108,'WebGUI',7,'ÓµÓÐÕß',1031510000,NULL); INSERT INTO international VALUES (116,'WebGUI',7,'Ñ¡Ôñ¡°ÊÇ¡±½«±¾Ò³ÃæÏ¼¶ËùÓÐÒ³ÃæÈ¨ÏÞ¸ÄΪ´ËȨÏÞÉèÖá£',1031510000,NULL); INSERT INTO international VALUES (117,'WebGUI',7,'±à¼Óû§ÉèÖÃ',1031510000,NULL); INSERT INTO international VALUES (118,'WebGUI',7,'ÄäÃûÓû§×¢²á',1031510000,NULL); INSERT INTO international VALUES (119,'WebGUI',7,'ĬÈÏÓû§ÈÏÖ¤·½Ê½',1031510000,NULL); INSERT INTO international VALUES (5,'Auth/LDAP',7,'ĬÈÏ LDAP URL',1031510000,NULL); INSERT INTO international VALUES (6,'Auth/LDAP',7,'ĬÈÏ LDAP Identity',1031510000,NULL); INSERT INTO international VALUES (7,'Auth/LDAP',7,'LDAP Identity Ãû',1031510000,NULL); INSERT INTO international VALUES (8,'Auth/LDAP',7,'LDAP Password Ãû',1031510000,NULL); INSERT INTO international VALUES (124,'WebGUI',7,'±à¼¹«Ë¾ÐÅÏ¢',1031510000,NULL); INSERT INTO international VALUES (125,'WebGUI',7,'¹«Ë¾Ãû',1031510000,NULL); INSERT INTO international VALUES (126,'WebGUI',7,'¹«Ë¾µç×ÓÓʼþµØÖ·',1031510000,NULL); INSERT INTO international VALUES (127,'WebGUI',7,'¹«Ë¾Á´½Ó',1031510000,NULL); INSERT INTO international VALUES (130,'WebGUI',7,'×î´ó¸½¼þ´óС',1031510000,NULL); INSERT INTO international VALUES (133,'WebGUI',7,'±à¼ÓʼþÉèÖÃ',1031510000,NULL); INSERT INTO international VALUES (134,'WebGUI',7,'»Ö¸´ÃÜÂëÓʼþÄÚÈÝ',1031510000,NULL); INSERT INTO international VALUES (135,'WebGUI',7,'Óʼþ·þÎñÆ÷',1031510000,NULL); INSERT INTO international VALUES (138,'WebGUI',7,'ÊÇ',1031510000,NULL); INSERT INTO international VALUES (139,'WebGUI',7,'·ñ',1031510000,NULL); INSERT INTO international VALUES (140,'WebGUI',7,'±à¼Ò»°ãÉèÖÃ',1031510000,NULL); INSERT INTO international VALUES (141,'WebGUI',7,'ĬÈÏδÕÒµ½Ò³Ãæ',1031510000,NULL); INSERT INTO international VALUES (142,'WebGUI',7,'¶Ô»°³¬Ê±',1031510000,NULL); INSERT INTO international VALUES (143,'WebGUI',7,'¹ÜÀíÉèÖÃ',1031510000,NULL); INSERT INTO international VALUES (144,'WebGUI',7,'²é¿´Í³¼ÆÐÅÏ¢¡£',1031510000,NULL); INSERT INTO international VALUES (145,'WebGUI',7,'ϵͳ°æ±¾',1031510000,NULL); INSERT INTO international VALUES (146,'WebGUI',7,'»î¶¯¶Ô»°',1031510000,NULL); INSERT INTO international VALUES (147,'WebGUI',7,'Ò³ÃæÊý',1031510000,NULL); INSERT INTO international VALUES (148,'WebGUI',7,'×é¼þÊý',1031510000,NULL); INSERT INTO international VALUES (149,'WebGUI',7,'Óû§Êý',1031510000,NULL); INSERT INTO international VALUES (533,'WebGUI',7,'²»°üÀ¨ËÑË÷×Ö',1031510000,NULL); INSERT INTO international VALUES (532,'WebGUI',7,'°üÀ¨ÖÁÉÙÒ»¸öËÑË÷×Ö',1031510000,NULL); INSERT INTO international VALUES (151,'WebGUI',7,'·ç¸ñÃû',1031510000,NULL); INSERT INTO international VALUES (505,'WebGUI',7,'Ìí¼ÓÒ»¸öÐÂÄ£°å',1031510000,NULL); INSERT INTO international VALUES (504,'WebGUI',7,'Ä£°å',1031510000,NULL); INSERT INTO international VALUES (502,'WebGUI',7,'ÄúÈ·ÐÅҪɾ³ý´ËÄ£°å£¬²¢½«ËùÓÐʹÓôËÄ£°åµÄÒ³ÃæÉèΪĬÈÏÄ£°å£¿',1031510000,NULL); INSERT INTO international VALUES (154,'WebGUI',7,'·ç¸ñµ¥',1031510000,NULL); INSERT INTO international VALUES (155,'WebGUI',7,'ÄúÈ·¶¨ÒªÉ¾³ý´ËÒ³Ãæ·ç¸ñ£¬²¢½«ËùÓÐʹÓô˷ç¸ñµÄÒ³Ãæ·ç¸ñÉèΪ¡°°²È«Ä£Ê½¡±·ç¸ñ£¿',1031510000,NULL); INSERT INTO international VALUES (156,'WebGUI',7,'±à¼·ç¸ñ',1031510000,NULL); INSERT INTO international VALUES (157,'WebGUI',7,'·ç¸ñ',1031510000,NULL); INSERT INTO international VALUES (158,'WebGUI',7,'Ìí¼Óзç¸ñ¡£',1031510000,NULL); INSERT INTO international VALUES (160,'WebGUI',7,'Ìá½»ÈÕÆÚ',1031510000,NULL); INSERT INTO international VALUES (161,'WebGUI',7,'Ìá½»ÈË',1031510000,NULL); INSERT INTO international VALUES (162,'WebGUI',7,'ÄúÊÇ·ñÈ·¶¨ÒªÇå¿ÕÀ¬»øÏäÖÐËùÓÐÒ³ÃæºÍ×é¼þÂð£¿',1031510000,NULL); INSERT INTO international VALUES (163,'WebGUI',7,'Ìí¼ÓÓû§',1031510000,NULL); INSERT INTO international VALUES (164,'WebGUI',7,'Óû§ÈÏÖ¤·½Ê½',1031510000,NULL); INSERT INTO international VALUES (3,'Auth/LDAP',7,'LDAP URL',1031510000,NULL); INSERT INTO international VALUES (4,'Auth/LDAP',7,'Á¬½Ó DN',1031510000,NULL); INSERT INTO international VALUES (167,'WebGUI',7,'ÄúÊÇ·ñÈ·¶¨ÒªÉ¾³ý´ËÓû§Âð£¿×¢Òâɾ³ýÓû§½«ÓÀ¾Ãɾ³ý¸ÃÓû§µÄËùÓÐÐÅÏ¢¡£',1031510000,NULL); INSERT INTO international VALUES (168,'WebGUI',7,'±à¼Óû§',1031510000,NULL); INSERT INTO international VALUES (169,'WebGUI',7,'Ìí¼ÓÐÂÓû§¡£',1031510000,NULL); INSERT INTO international VALUES (170,'WebGUI',7,'ËÑË÷',1031510000,NULL); INSERT INTO international VALUES (171,'WebGUI',7,'¿ÉÊÓ»¯±à¼',1031510000,NULL); INSERT INTO international VALUES (174,'WebGUI',7,'ÊÇ·ñÏÔʾ±êÌ⣿',1031510000,NULL); INSERT INTO international VALUES (175,'WebGUI',7,'ÊÇ·ñÖ´ÐкêÃüÁ',1031510000,NULL); INSERT INTO international VALUES (229,'WebGUI',7,'±êÌâ',1031510000,NULL); INSERT INTO international VALUES (230,'WebGUI',7,'ÏûÏ¢',1031510000,NULL); INSERT INTO international VALUES (231,'WebGUI',7,'·¢²¼ÐÂÏûÏ¢...',1031510000,NULL); INSERT INTO international VALUES (232,'WebGUI',7,'ÎÞ±êÌâ',1031510000,NULL); INSERT INTO international VALUES (233,'WebGUI',7,'(eom)',1031510000,NULL); INSERT INTO international VALUES (240,'WebGUI',7,'ÏûÏ¢ ID:',1031510000,NULL); INSERT INTO international VALUES (244,'WebGUI',7,'×÷Õß',1031510000,NULL); INSERT INTO international VALUES (245,'WebGUI',7,'ÈÕÆÚ',1031510000,NULL); INSERT INTO international VALUES (304,'WebGUI',7,'ÓïÑÔ',1031510000,NULL); INSERT INTO international VALUES (307,'WebGUI',7,'ÊÇ·ñʹÓÃĬÈÏ meta ±êʶ·û£¿',1031510000,NULL); INSERT INTO international VALUES (308,'WebGUI',7,'±à¼Óû§ÊôÐÔÉèÖÃ',1031510000,NULL); INSERT INTO international VALUES (309,'WebGUI',7,'ÊÇ·ñÔÊÐíʹÓÃÕæÊµÐÕÃû£¿',1031510000,NULL); INSERT INTO international VALUES (310,'WebGUI',7,'ÊÇ·ñÔÊÐíʹÓÃÀ©Õ¹ÁªÏµÐÅÏ¢£¿',1031510000,NULL); INSERT INTO international VALUES (311,'WebGUI',7,'ÊÇ·ñÔÊÐíʹÓüÒÍ¥ÐÅÏ¢£¿',1031510000,NULL); INSERT INTO international VALUES (312,'WebGUI',7,'ÊÇ·ñÔÊÐíʹÓÃÉÌÒµÐÅÏ¢£¿',1031510000,NULL); INSERT INTO international VALUES (313,'WebGUI',7,'ÊÇ·ñÔÊÐíʹÓÃÆäËûÐÅÏ¢£¿',1031510000,NULL); INSERT INTO international VALUES (314,'WebGUI',7,'ÐÕ',1031510000,NULL); INSERT INTO international VALUES (315,'WebGUI',7,'ÖмäÃû',1031510000,NULL); INSERT INTO international VALUES (316,'WebGUI',7,'Ãû',1031510000,NULL); INSERT INTO international VALUES (317,'WebGUI',7,'ICQ UIN',1031510000,NULL); INSERT INTO international VALUES (318,'WebGUI',7,'AIM ID',1031510000,NULL); INSERT INTO international VALUES (319,'WebGUI',7,'MSN Messenger ID',1031510000,NULL); INSERT INTO international VALUES (320,'WebGUI',7,'Yahoo! Messenger ID',1031510000,NULL); INSERT INTO international VALUES (321,'WebGUI',7,'ÒÆ¶¯µç»°',1031510000,NULL); INSERT INTO international VALUES (322,'WebGUI',7,'´«ºô',1031510000,NULL); INSERT INTO international VALUES (323,'WebGUI',7,'¼Òͥסַ',1031510000,NULL); INSERT INTO international VALUES (324,'WebGUI',7,'³ÇÊÐ',1031510000,NULL); INSERT INTO international VALUES (325,'WebGUI',7,'Ê¡·Ý',1031510000,NULL); INSERT INTO international VALUES (326,'WebGUI',7,'ÓÊÕþ±àÂë',1031510000,NULL); INSERT INTO international VALUES (327,'WebGUI',7,'¹ú¼Ò',1031510000,NULL); INSERT INTO international VALUES (328,'WebGUI',7,'סլµç»°',1031510000,NULL); INSERT INTO international VALUES (329,'WebGUI',7,'µ¥Î»µØÖ·',1031510000,NULL); INSERT INTO international VALUES (330,'WebGUI',7,'³ÇÊÐ',1031510000,NULL); INSERT INTO international VALUES (331,'WebGUI',7,'Ê¡·Ý',1031510000,NULL); INSERT INTO international VALUES (332,'WebGUI',7,'ÓÊÕþ±àÂë',1031510000,NULL); INSERT INTO international VALUES (333,'WebGUI',7,'¹ú¼Ò',1031510000,NULL); INSERT INTO international VALUES (334,'WebGUI',7,'µ¥Î»µç»°',1031510000,NULL); INSERT INTO international VALUES (335,'WebGUI',7,'ÐÔ±ð',1031510000,NULL); INSERT INTO international VALUES (336,'WebGUI',7,'ÉúÈÕ',1031510000,NULL); INSERT INTO international VALUES (337,'WebGUI',7,'¸öÈËÍøÒ³',1031510000,NULL); INSERT INTO international VALUES (338,'WebGUI',7,'±à¼Óû§ÊôÐÔ',1031510000,NULL); INSERT INTO international VALUES (339,'WebGUI',7,'ÄÐ',1031510000,NULL); INSERT INTO international VALUES (340,'WebGUI',7,'Å®',1031510000,NULL); INSERT INTO international VALUES (341,'WebGUI',7,'±à¼Óû§ÊôÐÔ¡£',1031510000,NULL); INSERT INTO international VALUES (342,'WebGUI',7,'±à¼ÕÊ»§ÐÅÏ¢',1031510000,NULL); INSERT INTO international VALUES (343,'WebGUI',7,'²é¿´Óû§ÊôÐÔ¡£',1031510000,NULL); INSERT INTO international VALUES (351,'WebGUI',7,'ÏûÏ¢',1031510000,NULL); INSERT INTO international VALUES (345,'WebGUI',7,'²»ÊDZ¾Õ¾Óû§',1031510000,NULL); INSERT INTO international VALUES (346,'WebGUI',7,'´ËÓû§²»ÔÙÊDZ¾Õ¾Óû§¡£ÎÞ·¨Ìṩ´ËÓû§µÄ¸ü¶àÐÅÏ¢¡£',1031510000,NULL); INSERT INTO international VALUES (347,'WebGUI',7,'²é¿´Óû§ÊôÐÔ£º',1031510000,NULL); INSERT INTO international VALUES (348,'WebGUI',7,'ÐÕÃû',1031510000,NULL); INSERT INTO international VALUES (349,'WebGUI',7,'×îа汾',1031510000,NULL); INSERT INTO international VALUES (350,'WebGUI',7,'½áÊø',1031510000,NULL); INSERT INTO international VALUES (352,'WebGUI',7,'·¢³öÈÕÆÚ',1031510000,NULL); INSERT INTO international VALUES (471,'WebGUI/Profile',7,'±à¼Óû§ÊôÐÔÏî',1031510000,NULL); INSERT INTO international VALUES (355,'WebGUI',7,'ĬÈÏ',1031510000,NULL); INSERT INTO international VALUES (356,'WebGUI',7,'Ä£°å',1031510000,NULL); INSERT INTO international VALUES (357,'WebGUI',7,'ÐÂÎÅ',1031510000,NULL); INSERT INTO international VALUES (358,'WebGUI',7,'×󵼺½',1031510000,NULL); INSERT INTO international VALUES (359,'WebGUI',7,'ÓÒµ¼º½',1031510000,NULL); INSERT INTO international VALUES (360,'WebGUI',7,'Ò»¼ÓÈý',1031510000,NULL); INSERT INTO international VALUES (361,'WebGUI',7,'Èý¼ÓÒ»',1031510000,NULL); INSERT INTO international VALUES (362,'WebGUI',7,'ƽ·Ö',1031510000,NULL); INSERT INTO international VALUES (363,'WebGUI',7,'Ä£°å¶¨Î»',1031510000,NULL); INSERT INTO international VALUES (364,'WebGUI',7,'ËÑË÷',1031510000,NULL); INSERT INTO international VALUES (365,'WebGUI',7,'ËÑË÷½á¹û...',1031510000,NULL); INSERT INTO international VALUES (366,'WebGUI',7,'ûÓÐÕÒµ½·ûºÏËÑË÷Ìõ¼þµÄÒ³Ãæ¡£',1031510000,NULL); INSERT INTO international VALUES (368,'WebGUI',7,'½«´ËÓû§¼ÓÈëÐÂÓû§×é¡£',1031510000,NULL); INSERT INTO international VALUES (369,'WebGUI',7,'¹ýÆÚÈÕÆÚ',1031510000,NULL); INSERT INTO international VALUES (370,'WebGUI',7,'±à¼Óû§·Ö×é',1031510000,NULL); INSERT INTO international VALUES (371,'WebGUI',7,'Ìí¼ÓÓû§·Ö×é',1031510000,NULL); INSERT INTO international VALUES (372,'WebGUI',7,'±à¼Óû§ËùÊô×éȺ',1031510000,NULL); INSERT INTO international VALUES (605,'WebGUI',1,'Add Groups',1031514049,NULL); INSERT INTO international VALUES (374,'WebGUI',7,'¹ÜÀí°ü¹ü¡£',1031510000,NULL); INSERT INTO international VALUES (375,'WebGUI',7,'Ñ¡ÔñÒªÕ¹¿ªµÄ°ü¹ü¡£',1031510000,NULL); INSERT INTO international VALUES (376,'WebGUI',7,'°ü¹ü',1031510000,NULL); INSERT INTO international VALUES (377,'WebGUI',7,'°ü¹ü¹ÜÀíÔ±»òϵͳ¹ÜÀíԱûÓж¨Òå°ü¹ü¡£',1031510000,NULL); INSERT INTO international VALUES (31,'USS',7,'ÄÚÈÝ',1031510000,NULL); INSERT INTO international VALUES (32,'USS',7,'ͼƬ',1031510000,NULL); INSERT INTO international VALUES (33,'USS',7,'¸½¼þ',1031510000,NULL); INSERT INTO international VALUES (34,'USS',7,'ת»»»Ø³µ',1031510000,NULL); INSERT INTO international VALUES (35,'USS',7,'±êÌâ',1031510000,NULL); INSERT INTO international VALUES (80,'EventsCalendar',1,'Event Template',1038190379,NULL); INSERT INTO international VALUES (378,'WebGUI',7,'Óû§ ID',1031510000,NULL); INSERT INTO international VALUES (379,'WebGUI',7,'Óû§×é ID',1031510000,NULL); INSERT INTO international VALUES (380,'WebGUI',7,'·ç¸ñ ID',1031510000,NULL); INSERT INTO international VALUES (381,'WebGUI',7,'ϵͳÊÕµ½Ò»¸öÎÞЧµÄ±íµ¥ÇëÇó£¬ÎÞ·¨¼ÌÐø¡£µ±Í¨¹ý±íµ¥ÊäÈëÁËһЩ·Ç·¨×Ö·û£¬Í¨³£»áµ¼ÖÂÕâ¸ö½á¹û¡£Çë°´ä¯ÀÀÆ÷µÄ·µ»Ø°´Å¦·µ»ØÉÏÒ³ÖØÐÂÊäÈë¡£',1031510000,NULL); INSERT INTO international VALUES (1,'FileManager',7,'ÏÂÔØ¹ÜÀí',1031510000,NULL); INSERT INTO international VALUES (3,'FileManager',7,'ÊÇ·ñÖ´ÐÐÌí¼ÓÎļþ£¿',1031510000,NULL); INSERT INTO international VALUES (5,'FileManager',7,'Îļþ±êÌâ',1031510000,NULL); INSERT INTO international VALUES (6,'FileManager',7,'ÏÂÔØÎļþ',1031510000,NULL); INSERT INTO international VALUES (7,'FileManager',7,'ÏÂÔØÓû§×é',1031510000,NULL); INSERT INTO international VALUES (8,'FileManager',7,'¼ò½é',1031510000,NULL); INSERT INTO international VALUES (9,'FileManager',7,'±à¼ÏÂÔØ¹ÜÀíÔ±',1031510000,NULL); INSERT INTO international VALUES (10,'FileManager',7,'±à¼ÏÂÔØ',1031510000,NULL); INSERT INTO international VALUES (11,'FileManager',7,'Ìí¼ÓÐÂÏÂÔØ',1031510000,NULL); INSERT INTO international VALUES (12,'FileManager',7,'ÄúÊÇ·ñÈ·¶¨ÒªÉ¾³ý´ËÏÂÔØÏîÂð£¿',1031510000,NULL); INSERT INTO international VALUES (14,'FileManager',7,'Îļþ',1031510000,NULL); INSERT INTO international VALUES (15,'FileManager',7,'ÃèÊö',1031510000,NULL); INSERT INTO international VALUES (16,'FileManager',7,'ÉÏÔØÈÕÆÚ',1031510000,NULL); INSERT INTO international VALUES (37,'USS',7,'ɾ³ý',1031510000,NULL); INSERT INTO international VALUES (13,'SQLReport',7,'Convert carriage returns?',1031510000,NULL); INSERT INTO international VALUES (17,'FileManager',7,'ÆäËû°æ±¾ #1',1031510000,NULL); INSERT INTO international VALUES (18,'FileManager',7,'ÆäËû°æ±¾ #2',1031510000,NULL); INSERT INTO international VALUES (19,'FileManager',7,'ûÓÐÄú¿ÉÒÔÏÂÔØµÄÎļþ¡£',1031510000,NULL); INSERT INTO international VALUES (14,'EventsCalendar',7,'¿ªÊ¼ÈÕÆÚ',1031510000,NULL); INSERT INTO international VALUES (15,'EventsCalendar',7,'½áÊøÈÕÆÚ',1031510000,NULL); INSERT INTO international VALUES (20,'FileManager',7,'ÔÚºóÃæ±ê×¢Ò³Âë',1031510000,NULL); INSERT INTO international VALUES (14,'SQLReport',7,'Paginate After',1031510000,NULL); INSERT INTO international VALUES (19,'EventsCalendar',7,'ÔÚºóÃæ±ê×¢Ò³Âë',1031510000,NULL); INSERT INTO international VALUES (529,'WebGUI',7,'½á¹û',1031510000,NULL); INSERT INTO international VALUES (384,'WebGUI',7,'Îļþ',1031510000,NULL); INSERT INTO international VALUES (385,'WebGUI',7,'²ÎÊý',1031510000,NULL); INSERT INTO international VALUES (386,'WebGUI',7,'±à¼Í¼Ïó',1031510000,NULL); INSERT INTO international VALUES (387,'WebGUI',7,'ÉÏÔØÈË',1031510000,NULL); INSERT INTO international VALUES (388,'WebGUI',7,'ÉÏÔØÈÕÆÚ',1031510000,NULL); INSERT INTO international VALUES (809,'WebGUI',1,'Email Group',1037579611,NULL); INSERT INTO international VALUES (391,'WebGUI',7,'ɾ³ý¸½¼ÓÎļþ¡£',1031510000,NULL); INSERT INTO international VALUES (593,'WebGUI',10,'Indsend oversættelse',1037205606,NULL); INSERT INTO international VALUES (783,'WebGUI',1,'Type',1036954378,NULL); INSERT INTO international VALUES (394,'WebGUI',7,'¹ÜÀíͼÏó¡£',1031510000,NULL); INSERT INTO international VALUES (395,'WebGUI',7,'Ìí¼ÓÐÂͼÏó¡£',1031510000,NULL); INSERT INTO international VALUES (719,'WebGUI',10,'Forældet',1036855669,NULL); INSERT INTO international VALUES (398,'WebGUI',7,'ÎĵµÀàÐͶ¨Òå',1031510000,NULL); INSERT INTO international VALUES (399,'WebGUI',7,'·ÖÎö±¾Ò³Ãæ¡£',1031510000,NULL); INSERT INTO international VALUES (400,'WebGUI',7,'ÊÇ·ñ×èÖ¹´úÀí»º´æ£¿',1031510000,NULL); INSERT INTO international VALUES (401,'WebGUI',7,'ÄúÊÇ·ñÈ·¶¨ÒªÉ¾³ý´ËÌõÏûÏ¢ÒÔ¼°´ËÌõÏûÏ¢µÄËùÓÐÏßË÷£¿',1031510000,NULL); INSERT INTO international VALUES (403,'WebGUI',7,'²»¸æËßÄã',1031510000,NULL); INSERT INTO international VALUES (405,'WebGUI',7,'×îºóÒ»Ò³',1031510000,NULL); INSERT INTO international VALUES (406,'WebGUI',7,'¿ìÕÕ´óС',1031510000,NULL); INSERT INTO international VALUES (407,'WebGUI',7,'µã»÷´Ë´¦×¢²á¡£',1031510000,NULL); INSERT INTO international VALUES (15,'SQLReport',7,'Preprocess macros on query?',1031510000,NULL); INSERT INTO international VALUES (16,'SQLReport',7,'Debug?',1031510000,NULL); INSERT INTO international VALUES (17,'SQLReport',7,'Debug: Query:',1031510000,NULL); INSERT INTO international VALUES (18,'SQLReport',7,'There were no results for this query.',1031510000,NULL); INSERT INTO international VALUES (506,'WebGUI',7,'¹ÜÀíÄ£°å',1031510000,NULL); INSERT INTO international VALUES (535,'WebGUI',7,'µ±ÐÂÓû§×¢²áʱ֪ͨÓû§×é',1031510000,NULL); INSERT INTO international VALUES (353,'WebGUI',7,'ÏÖÔÚÄúµÄÊÕ¼þÏäÖÐûÓÐÏûÏ¢¡£',1031510000,NULL); INSERT INTO international VALUES (530,'WebGUI',7,'ËÑË÷ËùÓйؼü×Ö',1031510000,NULL); INSERT INTO international VALUES (408,'WebGUI',7,'¹ÜÀí¸ùÒ³Ãæ',1031510000,NULL); INSERT INTO international VALUES (409,'WebGUI',7,'Ìí¼ÓиùÒ³Ãæ¡£',1031510000,NULL); INSERT INTO international VALUES (410,'WebGUI',7,'¹ÜÀí¸ùÒ³Ãæ¡£',1031510000,NULL); INSERT INTO international VALUES (411,'WebGUI',7,'Ŀ¼±êÌâ',1031510000,NULL); INSERT INTO international VALUES (412,'WebGUI',7,'Ò³ÃæÃèÊö',1031510000,NULL); INSERT INTO international VALUES (77,'Survey',1,'End Time',1038782119,NULL); INSERT INTO international VALUES (894,'WebGUI',7,'ÊÇ·ñÔÊÐíÌÖÂÛ£¿',1031510000,NULL); INSERT INTO international VALUES (22,'Article',7,'×÷Õß',1031510000,NULL); INSERT INTO international VALUES (23,'Article',7,'ÈÕÆÚ',1031510000,NULL); INSERT INTO international VALUES (24,'Article',7,'·¢±í»ØÓ¦',1031510000,NULL); INSERT INTO international VALUES (1036,'WebGUI',1,'Threads',1066038155,'A label indicating how many threads there are in a particular forum.'); INSERT INTO international VALUES (28,'Article',7,'²é¿´»ØÓ¦',1031510000,NULL); 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,NULL); INSERT INTO international VALUES (53,'Product',1,'Edit Benefit',1031514049,NULL); 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,NULL); INSERT INTO international VALUES (22,'Article',8,'Autore',1031922112,NULL); INSERT INTO international VALUES (23,'Article',8,'Data',1031922151,NULL); INSERT INTO international VALUES (894,'WebGUI',8,'Consenti discussione?',1048030866,NULL); INSERT INTO international VALUES (78,'Survey',1,'Total Time',1038782125,NULL); INSERT INTO international VALUES (411,'WebGUI',8,'Titolo nel Menu',1046125626,NULL); INSERT INTO international VALUES (412,'WebGUI',8,'Descrizione',1046125646,NULL); INSERT INTO international VALUES (410,'WebGUI',8,'Gestisci roots.',1046125609,NULL); INSERT INTO international VALUES (409,'WebGUI',8,'Aggiungi una nuova root.',1046125561,NULL); INSERT INTO international VALUES (408,'WebGUI',8,'Gestisci Roots',1046125530,NULL); INSERT INTO international VALUES (18,'SQLReport',8,'Non ci sono risultati per questa query.',1045783497,NULL); INSERT INTO international VALUES (16,'SQLReport',8,'Debug?',1045783484,NULL); INSERT INTO international VALUES (17,'SQLReport',8,'Debug: Query:',1048080156,NULL); INSERT INTO international VALUES (15,'SQLReport',8,'Preprocessa le macro nella query?',1045783478,NULL); INSERT INTO international VALUES (46,'WebGUI',8,'Il mio account',1045782569,NULL); INSERT INTO international VALUES (407,'WebGUI',8,'Clicca qui per registrarti.',1046125522,NULL); INSERT INTO international VALUES (406,'WebGUI',8,'Grandezza del Thumbnail',1046125498,NULL); INSERT INTO international VALUES (405,'WebGUI',8,'Ultima Pagina',1046125485,NULL); INSERT INTO international VALUES (403,'WebGUI',8,'Preferisco non dirlo.',1046125466,NULL); 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,NULL); 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,NULL); INSERT INTO international VALUES (400,'WebGUI',8,'Impedisci la Cache del Proxy',1046125419,NULL); INSERT INTO international VALUES (399,'WebGUI',8,'Valida questa pagina.',1046125377,NULL); INSERT INTO international VALUES (398,'WebGUI',8,'Document Type Declaration',1046125368,NULL); INSERT INTO international VALUES (394,'WebGUI',8,'Gestisci Archivio Collaterale.',1046125341,NULL); INSERT INTO international VALUES (395,'WebGUI',8,'Aggiungi una nuova Immagine.',1046125357,NULL); INSERT INTO international VALUES (707,'WebGUI',10,'Vis debug information?',1036855884,NULL); INSERT INTO international VALUES (784,'WebGUI',1,'Thumbnail',1036954393,NULL); INSERT INTO international VALUES (391,'WebGUI',8,'Cancella il file Allegato.',1046125316,NULL); INSERT INTO international VALUES (594,'WebGUI',10,'Oversæt tekster',1037205626,NULL); INSERT INTO international VALUES (811,'WebGUI',1,'From',1037580145,NULL); INSERT INTO international VALUES (810,'WebGUI',1,'send',1037579743,NULL); INSERT INTO international VALUES (387,'WebGUI',8,'Caricato Da',1046125277,NULL); INSERT INTO international VALUES (388,'WebGUI',8,'Data di Upload',1046125288,NULL); INSERT INTO international VALUES (386,'WebGUI',8,'Modifica Immagine',1046125255,NULL); INSERT INTO international VALUES (385,'WebGUI',8,'Parametri',1046125244,NULL); INSERT INTO international VALUES (384,'WebGUI',8,'File',1046125220,NULL); INSERT INTO international VALUES (19,'EventsCalendar',8,'Cambio Pagina dopo',1045778166,NULL); INSERT INTO international VALUES (684,'WebGUI',10,'Skabelon, Tilføj/Redigér',1036856063,NULL); INSERT INTO international VALUES (20,'FileManager',8,'Cambio Pagina dopo',1031922906,NULL); INSERT INTO international VALUES (14,'SQLReport',8,'Cambio Pagina dopo',1045783469,NULL); INSERT INTO international VALUES (14,'EventsCalendar',8,'Data di Inizio',1045778149,NULL); INSERT INTO international VALUES (15,'EventsCalendar',8,'Data di Fine',1045778156,NULL); INSERT INTO international VALUES (19,'FileManager',8,'Non hai files disponibili.',1045778836,NULL); INSERT INTO international VALUES (18,'FileManager',8,'Versione Alternativa #2',1031922865,NULL); INSERT INTO international VALUES (17,'FileManager',8,'Versione Alternativa #1',1031922849,NULL); INSERT INTO international VALUES (13,'SQLReport',8,'Converti gli a capo?',1045783462,NULL); INSERT INTO international VALUES (37,'USS',8,'Cancella',1045784047,NULL); 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,NULL); INSERT INTO international VALUES (16,'FileManager',8,'Uploadato in Data',1031922644,NULL); INSERT INTO international VALUES (15,'FileManager',8,'Descrizione',1031922564,NULL); INSERT INTO international VALUES (14,'FileManager',8,'File',1031922430,NULL); INSERT INTO international VALUES (9,'FileManager',8,'Modifica File Manager',1045778901,NULL); INSERT INTO international VALUES (10,'FileManager',8,'Modifica File',1045778798,NULL); INSERT INTO international VALUES (11,'FileManager',8,'Aggiungi un nuovo file',1045778810,NULL); INSERT INTO international VALUES (12,'FileManager',8,'Sei sicuro di voler cancellare questo file?',1045778821,NULL); INSERT INTO international VALUES (8,'FileManager',8,'Breve Descrizione',1031923721,NULL); INSERT INTO international VALUES (7,'FileManager',8,'Gruppo di Download',1031923553,NULL); INSERT INTO international VALUES (6,'FileManager',8,'File',1045778850,NULL); INSERT INTO international VALUES (3,'FileManager',8,'Continua aggiungendo un file?',1031922982,NULL); INSERT INTO international VALUES (5,'FileManager',8,'Titolo del File',1031923001,NULL); INSERT INTO international VALUES (1,'FileManager',8,'File Manager',1045778786,NULL); INSERT INTO international VALUES (380,'WebGUI',8,'ID Stile',1046125172,NULL); 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,NULL); INSERT INTO international VALUES (35,'USS',8,'Titolo',1045784040,NULL); INSERT INTO international VALUES (378,'WebGUI',8,'ID utente',1046125033,NULL); INSERT INTO international VALUES (379,'WebGUI',8,'ID Gruppo',1046125106,NULL); INSERT INTO international VALUES (34,'USS',8,'Converti gli a capo',1045784028,NULL); INSERT INTO international VALUES (33,'USS',8,'Allegato',1045784020,NULL); INSERT INTO international VALUES (32,'USS',8,'Immagine',1045784011,NULL); INSERT INTO international VALUES (31,'USS',8,'Contenuto',1045783998,NULL); INSERT INTO international VALUES (377,'WebGUI',8,'Nessun packages è stato definito dal tuo package manager o amministratore.',1046124982,NULL); INSERT INTO international VALUES (11,'Poll',8,'Vota!',1045927671,NULL); INSERT INTO international VALUES (374,'WebGUI',8,'Gestisci packages.',1046122632,NULL); INSERT INTO international VALUES (375,'WebGUI',8,'Seleziona Package da svolgere',1046124945,NULL); INSERT INTO international VALUES (376,'WebGUI',8,'Package',1046124960,NULL); INSERT INTO international VALUES (371,'WebGUI',8,'Aggiungi Grouping',1046122591,NULL); INSERT INTO international VALUES (372,'WebGUI',8,'Modifica i gruppi dell\'utente',1046122611,NULL); INSERT INTO international VALUES (370,'WebGUI',8,'Modifica Grouping',1046122581,NULL); INSERT INTO international VALUES (369,'WebGUI',8,'Data di scadenza',1046122563,NULL); INSERT INTO international VALUES (368,'WebGUI',8,'Aggiungi un nuovo gruppo a questo utente.',1046122552,NULL); INSERT INTO international VALUES (365,'WebGUI',8,'Risultati della ricerca...',1046122513,NULL); INSERT INTO international VALUES (366,'WebGUI',8,'Non sono state trovate pagine che soddisfano la tua richiesta.',1046122526,NULL); INSERT INTO international VALUES (364,'WebGUI',8,'Cerca',1046122505,NULL); INSERT INTO international VALUES (362,'WebGUI',8,'Fianco a fianco',1046122476,NULL); INSERT INTO international VALUES (363,'WebGUI',8,'Posizione nel Template',1046122495,NULL); INSERT INTO international VALUES (361,'WebGUI',8,'Tre su Una',1046122468,NULL); INSERT INTO international VALUES (359,'WebGUI',8,'Colonna Destra',1046122425,NULL); INSERT INTO international VALUES (360,'WebGUI',8,'Una su Tre',1046122461,NULL); INSERT INTO international VALUES (358,'WebGUI',8,'Colonna Sinistra',1046122417,NULL); INSERT INTO international VALUES (357,'WebGUI',8,'News',1046122405,NULL); INSERT INTO international VALUES (356,'WebGUI',8,'Template',1046122397,NULL); INSERT INTO international VALUES (355,'WebGUI',8,'Default',1046122389,NULL); INSERT INTO international VALUES (471,'WebGUI/Profile',8,'Modifica campi profilo utenti',1045782651,NULL); INSERT INTO international VALUES (352,'WebGUI',8,'Data di Inserimento',1046122349,NULL); INSERT INTO international VALUES (159,'WebGUI',8,'Inbox',1045915746,NULL); INSERT INTO international VALUES (349,'WebGUI',8,'Ultima Versione Disponibile',1046122294,NULL); INSERT INTO international VALUES (351,'WebGUI',8,'Messaggio',1046122322,NULL); INSERT INTO international VALUES (350,'WebGUI',8,'Completato',1046122314,NULL); INSERT INTO international VALUES (348,'WebGUI',8,'Nome',1046122282,NULL); INSERT INTO international VALUES (347,'WebGUI',8,'Visualizza il Profilo per',1046122275,NULL); INSERT INTO international VALUES (343,'WebGUI',8,'Visualizza Profilo.',1046122223,NULL); INSERT INTO international VALUES (345,'WebGUI',8,'Non membro',1046122233,NULL); INSERT INTO international VALUES (346,'WebGUI',8,'Questo utente non è più membro del nostro sito. Non abbiamo altre informazioni su questo utente.',1046122250,NULL); INSERT INTO international VALUES (341,'WebGUI',8,'Modifica Profilo.',1046122207,NULL); INSERT INTO international VALUES (342,'WebGUI',8,'Modifica le informazioni dell\'account.',1046122215,NULL); INSERT INTO international VALUES (337,'WebGUI',8,'Homepage URL',1046122165,NULL); INSERT INTO international VALUES (338,'WebGUI',8,'Modifica Profilo',1046122177,NULL); INSERT INTO international VALUES (339,'WebGUI',8,'Maschio',1046122184,NULL); INSERT INTO international VALUES (340,'WebGUI',8,'Femmina',1046122200,NULL); INSERT INTO international VALUES (336,'WebGUI',8,'Data di nascita',1046122158,NULL); INSERT INTO international VALUES (335,'WebGUI',8,'Sesso',1046122151,NULL); INSERT INTO international VALUES (331,'WebGUI',8,'Stato lavoro',1046122110,NULL); INSERT INTO international VALUES (332,'WebGUI',8,'CAP lavoro',1046122122,NULL); INSERT INTO international VALUES (333,'WebGUI',8,'Provincia lavoro',1046122130,NULL); INSERT INTO international VALUES (334,'WebGUI',8,'Telefono lavoro',1046122138,NULL); INSERT INTO international VALUES (330,'WebGUI',8,'Città lavoro',1046122103,NULL); INSERT INTO international VALUES (329,'WebGUI',8,'Indirizzo lavoro',1046122090,NULL); INSERT INTO international VALUES (328,'WebGUI',8,'Telefono casa',1046122066,NULL); INSERT INTO international VALUES (327,'WebGUI',8,'Provincia casa',1046122042,NULL); INSERT INTO international VALUES (326,'WebGUI',8,'CAP casa',1046122022,NULL); INSERT INTO international VALUES (324,'WebGUI',8,'Città casa',1046122002,NULL); INSERT INTO international VALUES (325,'WebGUI',8,'Stato casa',1046122011,NULL); INSERT INTO international VALUES (323,'WebGUI',8,'Indirizzo casa',1046121995,NULL); INSERT INTO international VALUES (322,'WebGUI',8,'Pager',1046121988,NULL); INSERT INTO international VALUES (321,'WebGUI',8,'Telefono Cellulare',1046121982,NULL); INSERT INTO international VALUES (320,'WebGUI',8,'Yahoo! Messenger Id',1046121972,NULL); INSERT INTO international VALUES (319,'WebGUI',8,'MSN Messenger Id',1046121956,NULL); INSERT INTO international VALUES (318,'WebGUI',8,'AIM Id',1046121939,NULL); INSERT INTO international VALUES (317,'WebGUI',8,'ICQ UIN',1046121931,NULL); INSERT INTO international VALUES (316,'WebGUI',8,'Cognome',1046121919,NULL); INSERT INTO international VALUES (315,'WebGUI',8,'Secondo Nome',1046121912,NULL); INSERT INTO international VALUES (314,'WebGUI',8,'Nome',1046121898,NULL); INSERT INTO international VALUES (313,'WebGUI',8,'Consenti informazioni varie?',1046121889,NULL); INSERT INTO international VALUES (312,'WebGUI',8,'Consenti informazioni business?',1046121881,NULL); INSERT INTO international VALUES (311,'WebGUI',8,'Consenti informazioni home?',1046121862,NULL); INSERT INTO international VALUES (310,'WebGUI',8,'Consenti informazioni extra sugli account?',1046121846,NULL); INSERT INTO international VALUES (309,'WebGUI',8,'Consenti il nome reale?',1046121829,NULL); INSERT INTO international VALUES (307,'WebGUI',8,'Usa i meta tags di default?',1046121809,NULL); INSERT INTO international VALUES (308,'WebGUI',8,'Modifica i settaggi del profilo',1046121816,NULL); INSERT INTO international VALUES (245,'WebGUI',8,'Data',1046121730,NULL); INSERT INTO international VALUES (304,'WebGUI',8,'Lingua',1046121797,NULL); INSERT INTO international VALUES (244,'WebGUI',8,'Autore',1046121723,NULL); INSERT INTO international VALUES (240,'WebGUI',8,'ID Messaggio:',1046121709,NULL); INSERT INTO international VALUES (233,'WebGUI',8,'(eom)',1045916130,NULL); INSERT INTO international VALUES (232,'WebGUI',8,'Senza Oggetto',1045916119,NULL); INSERT INTO international VALUES (231,'WebGUI',8,'Inviare un nuovo Messaggio...',1045916108,NULL); INSERT INTO international VALUES (230,'WebGUI',8,'Messaggio',1045916098,NULL); INSERT INTO international VALUES (229,'WebGUI',8,'Oggetto',1045916077,NULL); INSERT INTO international VALUES (175,'WebGUI',8,'Processa le macro?',1045915940,NULL); INSERT INTO international VALUES (174,'WebGUI',8,'Visualizza il Titolo?',1045915925,NULL); INSERT INTO international VALUES (170,'WebGUI',8,'cerca',1045915888,NULL); INSERT INTO international VALUES (171,'WebGUI',8,'Assistente per la creazione del testo',1045915905,NULL); INSERT INTO international VALUES (169,'WebGUI',8,'Aggiungi un nuovo Utente.',1045915866,NULL); INSERT INTO international VALUES (168,'WebGUI',8,'Modifica Utente',1045915855,NULL); 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,NULL); INSERT INTO international VALUES (3,'Auth/LDAP',8,'LDAP URL',1045778047,NULL); INSERT INTO international VALUES (4,'Auth/LDAP',8,'Connect DN',1045778069,NULL); INSERT INTO international VALUES (163,'WebGUI',8,'Aggiungi Utente',1045915812,NULL); INSERT INTO international VALUES (164,'WebGUI',8,'Metodo di autenticazione',1045915831,NULL); INSERT INTO international VALUES (162,'WebGUI',8,'Sei sicuro di voler cancellare tutte le pagine e i wobjects nel cestino?',1046632830,NULL); INSERT INTO international VALUES (161,'WebGUI',8,'Inviato Da',1045915790,NULL); INSERT INTO international VALUES (160,'WebGUI',8,'Inviato in Data',1045915775,NULL); INSERT INTO international VALUES (158,'WebGUI',8,'Aggiungi un nuovo stile.',1045915734,NULL); INSERT INTO international VALUES (353,'WebGUI',8,'Non hai messaggi nella tua Inbox attualmente.',1046122373,NULL); INSERT INTO international VALUES (157,'WebGUI',8,'Stili',1045915724,NULL); INSERT INTO international VALUES (156,'WebGUI',8,'Modifica Stile',1045915714,NULL); 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,NULL); INSERT INTO international VALUES (151,'WebGUI',8,'Nome dello stile',1045915669,NULL); INSERT INTO international VALUES (154,'WebGUI',8,'Style Sheet',1045915681,NULL); INSERT INTO international VALUES (149,'WebGUI',8,'Utenti',1045915648,NULL); INSERT INTO international VALUES (148,'WebGUI',8,'Wobjects',1045915638,NULL); INSERT INTO international VALUES (147,'WebGUI',8,'Pagine',1045915611,NULL); INSERT INTO international VALUES (144,'WebGUI',8,'Visualizza statistiche.',1045915537,NULL); INSERT INTO international VALUES (145,'WebGUI',8,'Versione',1045915552,NULL); INSERT INTO international VALUES (146,'WebGUI',8,'Sessioni Attive',1045915578,NULL); INSERT INTO international VALUES (143,'WebGUI',8,'Gestisci i settaggi',1045915525,NULL); INSERT INTO international VALUES (142,'WebGUI',8,'Timeout della Sessione',1045915515,NULL); INSERT INTO international VALUES (141,'WebGUI',8,'Pagina non trovata',1045915504,NULL); INSERT INTO international VALUES (140,'WebGUI',8,'Modifica settaggi vari',1045915492,NULL); INSERT INTO international VALUES (134,'WebGUI',8,'Messaggio di Recupero Password',1045915433,NULL); INSERT INTO international VALUES (135,'WebGUI',8,'SMTP Server',1045915443,NULL); INSERT INTO international VALUES (138,'WebGUI',8,'Sì',1045915461,NULL); INSERT INTO international VALUES (139,'WebGUI',8,'No',1045915471,NULL); INSERT INTO international VALUES (133,'WebGUI',8,'Modifica i settaggi della Mail',1045915401,NULL); INSERT INTO international VALUES (130,'WebGUI',8,'Massima Dimensione Allegato',1045915370,NULL); INSERT INTO international VALUES (127,'WebGUI',8,'URL dell\'Azienda',1045915349,NULL); INSERT INTO international VALUES (126,'WebGUI',8,'Indirizzo Email dell\'Azienda',1045915337,NULL); INSERT INTO international VALUES (125,'WebGUI',8,'Nome dell\'Azienda',1045915327,NULL); INSERT INTO international VALUES (124,'WebGUI',8,'Modifica informazioni sull\'Azienda',1045915314,NULL); INSERT INTO international VALUES (8,'Auth/LDAP',8,'LDAP Password Name',1045778106,NULL); INSERT INTO international VALUES (7,'Auth/LDAP',8,'LDAP Identity Name',1045778098,NULL); INSERT INTO international VALUES (6,'Auth/LDAP',8,'LDAP Identity (default)',1045778090,NULL); INSERT INTO international VALUES (5,'Auth/LDAP',8,'LDAP URL (default)',1045778080,NULL); INSERT INTO international VALUES (118,'WebGUI',8,'Registrazione Anonima',1045915239,NULL); INSERT INTO international VALUES (119,'WebGUI',8,'Authentication Method (default)',1045915276,NULL); INSERT INTO international VALUES (117,'WebGUI',8,'Modifica settaggi Utente',1045784387,NULL); INSERT INTO international VALUES (116,'WebGUI',8,'Seleziona \"Si\" per dare a tutte le sottopagine e ai Wobjects gli stessi privilegi di questa.',1056804147,NULL); INSERT INTO international VALUES (108,'WebGUI',8,'Proprietario',1045784369,NULL); INSERT INTO international VALUES (107,'WebGUI',8,'Privilegi',1045784187,NULL); INSERT INTO international VALUES (106,'WebGUI',8,'Seleziona \"Si\" per dare a tutte le sottopagine lo stesso stile di questa.',1045779457,NULL); INSERT INTO international VALUES (105,'WebGUI',8,'Layout',1048258260,NULL); INSERT INTO international VALUES (104,'WebGUI',8,'URL della Pagina',1045779442,NULL); INSERT INTO international VALUES (102,'WebGUI',8,'Modifica Pagina',1045779420,NULL); INSERT INTO international VALUES (103,'WebGUI',8,'Specifiche della Pagina',1048258231,NULL); 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,NULL); INSERT INTO international VALUES (100,'WebGUI',8,'Meta Tags',1045779401,NULL); INSERT INTO international VALUES (99,'WebGUI',8,'Titolo',1045780971,NULL); INSERT INTO international VALUES (642,'WebGUI',1,'Page, Add/Edit',1050440606,NULL); INSERT INTO international VALUES (95,'WebGUI',8,'Indice Aiuto',1045780958,NULL); INSERT INTO international VALUES (94,'WebGUI',8,'Vedi anche',1045780950,NULL); INSERT INTO international VALUES (93,'WebGUI',8,'Aiuto',1045780941,NULL); INSERT INTO international VALUES (92,'WebGUI',8,'Pagina Successiva',1045780931,NULL); INSERT INTO international VALUES (91,'WebGUI',8,'Pagina Precedente',1045781131,NULL); INSERT INTO international VALUES (89,'WebGUI',8,'Gruppi',1045781170,NULL); INSERT INTO international VALUES (90,'WebGUI',8,'Aggiungi nuovo gruppo.',1045781140,NULL); INSERT INTO international VALUES (88,'WebGUI',8,'Utenti nel Gruppo',1045781180,NULL); INSERT INTO international VALUES (87,'WebGUI',8,'Modifica Gruppo',1045781189,NULL); 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,NULL); INSERT INTO international VALUES (84,'WebGUI',8,'Nome del Gruppo',1045781228,NULL); INSERT INTO international VALUES (85,'WebGUI',8,'Descrizione',1045781219,NULL); INSERT INTO international VALUES (82,'WebGUI',8,'Funzioni Amministrative...',1045781237,NULL); INSERT INTO international VALUES (81,'WebGUI',8,'Account aggiornato con successo!',1045781246,NULL); INSERT INTO international VALUES (80,'WebGUI',8,'Account creato con successo!',1045781255,NULL); INSERT INTO international VALUES (2,'Auth/LDAP',8,'Non è possibile connettersi al LDAP server.',1045778023,NULL); INSERT INTO international VALUES (3,'Auth/WebGUI',8,'Le tue password non corrispondono. Prego prova di nuovo.',1045778125,NULL); 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,NULL); INSERT INTO international VALUES (76,'WebGUI',8,'Questo indirizzo di email non è nei nostri database.',1045781334,NULL); INSERT INTO international VALUES (75,'WebGUI',8,'Le Informazioni sul tuo account sono state inviate al tuo indirizzo di email.',1045781368,NULL); INSERT INTO international VALUES (74,'WebGUI',8,'Informazioni Account',1045781380,NULL); INSERT INTO international VALUES (73,'WebGUI',8,'Entra.',1045781389,NULL); INSERT INTO international VALUES (72,'WebGUI',8,'recupera',1045781410,NULL); INSERT INTO international VALUES (70,'WebGUI',8,'Errore',1045781483,NULL); INSERT INTO international VALUES (71,'WebGUI',8,'Recupera password',1045781434,NULL); INSERT INTO international VALUES (69,'WebGUI',8,'Prego contatta il tuo amministratore di sistema per assistenza.',1045781546,NULL); 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,NULL); INSERT INTO international VALUES (67,'WebGUI',8,'Crea un nuovo account.',1045781789,NULL); INSERT INTO international VALUES (66,'WebGUI',8,'Entra',1045781949,NULL); INSERT INTO international VALUES (65,'WebGUI',8,'Prego disattiva il mio account permanentemente.',1045782089,NULL); INSERT INTO international VALUES (64,'WebGUI',8,'Esci.',1045782160,NULL); INSERT INTO international VALUES (63,'WebGUI',8,'Attiva l\'Interfaccia Amministrativa.',1045780917,NULL); INSERT INTO international VALUES (62,'WebGUI',8,'Salva',1045780892,NULL); INSERT INTO international VALUES (61,'WebGUI',8,'Aggiorna Informazioni dell\'Account',1045780845,NULL); INSERT INTO international VALUES (492,'WebGUI',8,'Lista dei campi del profilo.',1045782794,NULL); INSERT INTO international VALUES (59,'WebGUI',8,'Ho dimenticato la password.',1045780684,NULL); INSERT INTO international VALUES (58,'WebGUI',8,'Ho già un account.',1045780566,NULL); INSERT INTO international VALUES (57,'WebGUI',8,'E\' necessario solo se vuoi usare funzioni che richiedono l\'email.',1045780514,NULL); INSERT INTO international VALUES (56,'WebGUI',8,'Indirizzo Email',1045780450,NULL); INSERT INTO international VALUES (2,'Auth/WebGUI',8,'Password (conferma)',1045778114,NULL); INSERT INTO international VALUES (54,'WebGUI',8,'Crea Account',1045780164,NULL); INSERT INTO international VALUES (51,'WebGUI',8,'Password',1045782927,NULL); INSERT INTO international VALUES (52,'WebGUI',8,'login',1045780042,NULL); INSERT INTO international VALUES (53,'WebGUI',8,'Rendi Pagina Stampabile',1045780138,NULL); INSERT INTO international VALUES (50,'WebGUI',8,'Nome Utente',1045782850,NULL); INSERT INTO international VALUES (48,'WebGUI',8,'Ciao',1045782703,NULL); 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,NULL);
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\nTo create an aggregate RSS feed, include a list of space separated urls instead of a single url. For an aggregate feed, the system will display an equal number of headlines from each source, sorted by the date the system first received the story.
\r\n\r\nTemplate
\r\nSelect a template for this content.\r\n
Maximum Headlines
\r\nEnter the maximum number of headlines that should be displayed. For an aggregate feed, the system will display an equal number of headlines from each source, even if doing so requires displaying more than the requested maximum number of headlines. Set to zero to allow any number of headlines.\r\n
',1047855741,NULL);
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\nIs master?
\r\nIf set to yes then this calendar will display events from all other calendars in the system.\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\nTitle
\r\nThe title of the forum.\r\n
\r\n\r\nDescription
\r\nThe description of the forum.\r\n
\r\n\r\nNOTE: All of the properties of the forum system are also here. See that help page for details.',1066584480,NULL); INSERT INTO international VALUES (1067,'WebGUI',1,'Forum Search Template',1066582842,NULL); INSERT INTO international VALUES (1068,'WebGUI',1,'The following variables are available in the search template.\r\n
\r\n\r\ncallback.url
\r\nThe url that links back to the calling object such as an article or user submission.\r\n
\r\n\r\ncallback.label
\r\nThe default label for callback.url.\r\n
\r\n\r\nform.begin
\r\nThe search form header.\r\n
\r\n\r\nsearch.label
\r\nThe default label for the search page.\r\n
\r\n\r\nall.label
\r\nThe default label for all.form.\r\n
\r\n\r\nall.form
\r\nThe form element for searching based on all words.\r\n
\r\n\r\nexactphrase.label
\r\nThe default label for exactphrase.form.\r\n
\r\n\r\nexactphrase.form
\r\nThe form element for searching based on an exact phrase.\r\n
\r\n\r\nwithout.label
\r\nThe default label for without.form.\r\n
\r\n\r\nwithout.form
\r\nThe form element for searching based on words that cannot be found in the text.\r\n
\r\n\r\natleastone.label
\r\nThe default label for atleastone.form.\r\n
\r\n\r\natleastone.form
\r\nThe form element for searching where at least one of the words must exist in the text.\r\n
\r\n\r\nresults.label
\r\nThe default label for results.form.\r\n
\r\n\r\nresults.form
\r\nThe form element for selecting how many results per page should be returned.\r\n
\r\n\r\nform.search
\r\nThe search button.\r\n
\r\n\r\nform.end
\r\nThe form footer.\r\n
\r\n\r\nthread.list.url
\r\nA url that goes back to the thread list (aka forum).\r\n
\r\n\r\nthread.list.label
\r\nThe default label for thread.list.url.\r\n
\r\n\r\npost.subject.label
\r\nThe default label for the subject column.\r\n
\r\n\r\npost.date.label
\r\nThe default label for the date column.\r\n
\r\n\r\npost.user.label
\r\nThe default label for the author column.\r\n
\r\n\r\npost_loop
\r\nA loop containing all of the search results.\r\n
\r\n\r\n
\r\n\r\npost.subject\r\n\r\n
\r\nThe post subject.\r\n\r\n\r\npost.url
\r\nThe url to view the post.\r\n\r\n\r\npost.epoch
\r\nThe epoch date of the post.\r\n\r\n\r\npost.date
\r\nThe human readable date of the post.\r\n\r\n\r\npost.time
\r\nThe human readable time of the post.\r\n\r\n\r\npost.user.id
\r\nThe userId of the poster.\r\n\r\n\r\npost.user.name
\r\nThe username of the poster.\r\n\r\n\r\npost.user.profile
\r\nThe url of the poster\'s profile.\r\n\r\n\r\n
\r\n\r\nfirstpage
\r\nA link to the first page in a multi-page listing.\r\n
\r\n\r\nlastpage
\r\nA link to the last page in a multi-page listing.\r\n
\r\n\r\nnextpage
\r\nA link to the next page in a multi-page listing.\r\n
\r\n\r\npagelist
\r\nA series of links to every page in a multi-page listing.\r\n
\r\n\r\npreviouspage
\r\nA link to the previous page in a multi-page listing.\r\n
\r\n\r\nmultiplepages
\r\nA condition indicating whether there are multiple pages or not.\r\n
\r\n\r\nnumberOfPages
\r\nThe number of pages in a multiple page listing.\r\n
\r\n\r\npageNumber
\r\nThe number of the current page in a multi-page listing.\r\n
\r\n\r\n',1066582842,NULL);
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\n',1066583066,NULL); INSERT INTO international VALUES (1054,'WebGUI',1,'Forum (Discussion) Properties',1066583000,NULL); INSERT INTO international VALUES (1055,'WebGUI',1,'WebGUI has a very powerful built-in discussion system. It can be attached to anything and is attached to many wobjects.\r\n
\r\nForums (aka Discussions) have many settable properties. The following is a comprehensive list:\r\n
\r\n\r\nForum Template
\r\nA template that controls the layout of the forum view.\r\n
\r\n\r\nThread Template
\r\nA template that controls the layout of the thread view.\r\n
\r\n\r\nPost Template
\r\nA template that controls the layout of the post view.\r\n
\r\n\r\nSearch Template
\r\nA template that controls the layout of the search engine interface and search results.\r\n
\r\n\r\nPost Form Template
\r\nA template that controls the form that users see when posting a new message.\r\n
\r\n\r\nNotification Template
\r\nA template that controls the layout of subscription notification messages sent to users.\r\n
\r\n\r\nArchive After
\r\nIf a thread hasn\'t had a new message after this interval has expired then it will be flagged as \"archived\" and will only be accessible via the search engine.\r\n
\r\n\r\nEdit Timeout
\r\nThe interval of time that the user has to edit their message after their inital post.\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\nAdd edit stamp to posts?
\r\nIf set to yes then a string will be added to the bottom of a post each time its edited.\r\n
\r\n\r\nAllow rich edit?
\r\nIf set to yes then users will be able to use a rich editor when writing their posts.\r\n
\r\n\r\nAllow replacements?
\r\nIf set to yes then users will be able to use replacements in thier posts. Replacements can be managed from the settings.\r\n
\r\n\r\nFilter Post
\r\nSelect what types of content you will filter from a user\'s post.\r\n
\r\n\r\nPosts Per Page
\r\nThe number of posts to display on a single page.\r\n
\r\n\r\nKarma Per Post
\r\nHow much karma should be given to a user when they post a message?\r\n
\r\n\r\nWho can post?
\r\nA group that is allowed to post new messages.\r\n
\r\n\r\nModerate posts?
\r\nIf set to yes then posts will be set to pending by default and will not be displayed until a moderator approves the message.\r\n
\r\n\r\nWho can moderate?
\r\nA group that is allowed to moderate messages.\r\n
\r\n',1068708617,NULL);
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,NULL);
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',1050183732,NULL);
INSERT INTO international VALUES (73,'Poll',1,'Poll Template',1050183668,NULL);
INSERT INTO international VALUES (74,'Poll',1,'The following variables are available to the poll template:\r\n\r\ncanVote
\r\nA condition indicating whether the user has the right to vote on this poll.\r\n
\r\n\r\nquestion
\r\nThe poll question.\r\n
\r\n\r\nform.start
\r\nThe beginning of the vote form.\r\n
\r\n\r\nanswer_loop
\r\nA loop containing information about the answers in the poll.\r\n
\r\n\r\n
\r\n\r\nanswer.form\r\n\r\n\r\nform.submit
\r\nThe radio button for this answer.\r\n\r\n\r\nanswer.text
\r\nThe text of the answer.\r\n\r\n\r\nanswer.number
\r\nThe number of this answer. As in 1, 2, 3, etc.\r\n\r\n\r\nanswer.graphWidth
\r\nThe width that the graph should be rendered for this answer. Based upon a percentage of the total graph size.\r\n\r\n\r\n\r\nanswer.percent
\r\nThe percentage of the vote that this answer has received.\r\n\r\n\r\nanswer.total
\r\nThe total number of votes that this answer has received.\r\n\r\n\r\n
\r\n\r\nform.end
\r\nThe end of the poll form.\r\n
\r\n\r\nresponses.label
\r\nThe label for the total responses. \"Total Votes\"\r\n
\r\n\r\nresponses.total
\r\nThe total number of votes that have been placed on this poll.\r\n
\r\n\r\n',1050183668,NULL);
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\nAlphabetic?
\r\nIf this setting is true, site map entries are sorted alphabetically. If this setting is false, site map entries are sorted by the page sequence order (editable via the up and down arrows in the page toolbar).\r\n
\r\n\r\n',1039908464,NULL); INSERT INTO international VALUES (839,'WebGUI',1,'Programmer Macros',1047856488,NULL); 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\nDatabase Link
\r\nThe administrator can configure common databases on which you can run SQL Reports, freeing you from having to know or enter the DSN, Username, and Password. If a database is selected from this list, the DSN, User, and Password fields will be ignored.
\r\n
\r\nIf the database you need to use is not configured as a Database Link, you can enter the DSN, User, and Password.\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 (<br>).\r\n
\r\n\r\n',1056151382,NULL);
INSERT INTO international VALUES (71,'DataForm',1,'This wobject creates a simple multipurpose data-entry form.\r\n
\r\n\r\nAcknowledgement
\r\nThis message will be displayed to the user after they submit their data..\r\n
\r\n\r\nMail entries?\r\nIf set to yes, some additional fields will be added to your form for dealing with email. These fields will then be used to email any date entered into the form to a person of your choice.\r\n
\r\nNOTE: The \"To\" field that is added as a result of setting this to yes can accept a standard email address, or a WebGUI username or a WebGUI group name.\r\n
\r\n\r\nTemplate
\r\nChoose a template for your form.\r\n
\r\n\r\nEmail Template
\r\nChoose a template for the data that will be sent via email.\r\n
\r\n\r\nAcknowlegement Template
\r\nChoose a template that will be used to display the acknowlegement.\r\n
\r\n\r\nList Template
\r\nChoose a template that will be used to display the list of stored records in this Data Form.\r\n
',1053885941,NULL); INSERT INTO international VALUES (83,'DataForm',1,'The following template variables are available for Data Form templates.\r\n
\r\n\r\nacknowledgement\r\nexport.tab.url
\r\nFollowing this URL will export the data stored to this data form as a tab delimited file.\r\n
\r\n\r\nexport.tab.label
\r\nThe default label for the export.tab.url variable.\r\n
\r\n\r\nentryList.url
\r\nFollowing this URL will display a list of all the record entries in this data form.\r\n
\r\n\r\nentryList.label
\r\nThe default label for the entryList.url variable.\r\n
\r\n\r\ncanEdit\r\nA conditional indicating whether the current user has the privileges to edit an existing entry or export the form\'s data.\r\n
\r\n\r\nback.url
\r\nA url that will take you back to the default page in the form.\r\n
\r\n\r\nback.label
\r\nThe default label for the back.url variable.\r\n
\r\n\r\nusername*
\r\nThe username of the user that submitted the data.\r\n
\r\n\r\nuserId*
\r\nThe user id of the user that submitted the data.\r\n
\r\n\r\ndate*
\r\nThe date that this data was submitted or last updated formatted as the user\'s preferred date/time format.\r\n
\r\n\r\n\r\nepoch*
\r\nThe date that this data was submitted or last updated formatted as an epoch date.\r\n
\r\n\r\nipAddress*
\r\nThe IP address of the user that submitted the data.\r\n
\r\n\r\nedit.url*
\r\nThe URL to the page to edit this entry.\r\n
\r\n\r\nerror_loop*
\r\nA loop containing error information, for instance if someone doesn\'t fill out a required field.\r\n
\r\n\r\n
\r\n\r\nerror.message*\r\n\r\naddField.url
\r\nAn error message indicating what the user might have done wrong.\r\n\r\n
\r\n\r\naddField.label
\r\nThe default label for the addField.url variable.\r\n
\r\n\r\nform.start
\r\nThe beginning of the form.\r\n
\r\n\r\nfield_loop
\r\nA loop containing all of the field information.\r\n
\r\n\r\n
\r\n\r\nfield.form\r\n\r\nform.send
\r\nThe form element for this field.\r\n\r\n\r\nfield.name
\r\nThe name of this field.\r\n\r\n\r\nfield.value
\r\nThe value of this field. If this is new data, then the default value will be used.\r\n\r\n\r\nfield.label
\r\nThe text label for this field.\r\n\r\n\r\nfield.isHidden
\r\nA conditional indicating whether this field is supposed to be hidden. \r\n\r\n\r\nfield.isDisplayed
\r\nA conditional indicating whether this field is supposed to be displayed. \r\n\r\n\r\nfield.isEditable
\r\nA conditional indicating whether this field is editable. \r\n\r\n\r\nfield.isRequired
\r\nA conditional indicating whether this field is required. \r\n\r\n\r\nfield.isMailField
\r\nA conditional indicating whether this field is present only to facilitate sending an email. \r\n\r\n\r\n\r\nfield.subtext
\r\nA description of the field so that users know what to put in the field.\r\n\r\n\r\nfield.controls
\r\nWebGUI\'s administrative controls for this field.\r\n\r\n\r\n
\r\n\r\nform.save/b>
\r\nA form button with the word \"save\" printed on it.\r\n
\r\n\r\nform.end
\r\nThe end of the form.\r\n
\r\n\r\n*Only available if the user has already submitted the form.',1053948922,NULL);
INSERT INTO international VALUES (72,'DataForm',1,'You may add as many additional fields to your Data Form as you like.\r\n
\r\n\r\nLabel
\r\nThis is an informative text label to let the user know what this field represents.\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\nSubtext
\r\nAn extension of the label, this is a description of what should go in the field or optional instructions for the field.\r\n
\r\n\r\nStatus
\r\nHidden fields will not be visible to the user, but will be sent in the email.Displayed fields can be seen by the user but not modified. Modifiable fields can be filled in by the user. Required fields must 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. \r\n
\r\n\r\nWidth
\r\nSet the number of characters wide this field will be.\r\n
\r\n\r\nHeight
\r\nSet the number of characters tall this field will be. Only used on textarea and HTMLArea.\r\n
\r\n\r\nPossible Values
\r\nThis field is used for the list types (like Checkbox List and Select List). Enter the values you wish to appear, 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\n
\r\n\r\n',1053855075,NULL); INSERT INTO international VALUES (80,'DataForm',1,'Email Template',1052044326,'A template that will construct the email to be sent.'); INSERT INTO international VALUES (944,'WebGUI',1,'Zip Code',1051962797,'The American term for \"Postal Code\". When translating translate as \"Postal Code\".'); 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,NULL); INSERT INTO international VALUES (636,'WebGUI',1,'To create a package follow these simple steps:\r\n\r\n
\r\n',1038889481,NULL);
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,NULL);
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,NULL);
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,NULL);
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,NULL); 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,NULL);
INSERT INTO international VALUES (629,'WebGUI',1,'Use shared clipboard?
\r\nEnables a single, system-wide clipboard shared by all users. Default is user separated clipboards.\r\n
\r\n\r\nUse shared trash?
\r\nEnables a single, system-wide trash shared by all users. Default is user separated trash.\r\n
\r\n\r\nIf proxied, use real client IP address?
\r\nIf enabled and if the environment variable HTTP_X_FORWARDED_FOR is present, it\'s value will be used in place of REMOTE_ADDRESS as the client browser\'s IP address. This is required for IP based groups to function properly in reverse-proxied, load-balanced system architectures. In these environments, all requests would otherwise appear to come from the same host, namely the proxy server. If you are uncertain if you need this setting enabled, you should probably leave it turned off.\r\n
\r\n\r\nPrevent 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\n',1066641387,NULL);
INSERT INTO international VALUES (616,'WebGUI',1,'Path to WebGUI Extras
\r\nThe web-path to the directory containing WebGUI images and javascript files.\r\n
\r\n\r\nMaximum Attachment Size
\r\nThe maximum size of files allowed to be uploaded to this site. This applies to all wobjects that allow uploaded files and images (like Article and User Contributions). This size is measured in kilobytes.\r\n
\r\n\r\nThumbnail Size
\r\nThe size of the longest side of thumbnails. The thumbnail generation maintains the aspect ratio of the image. Therefore, if this value is set to 100, and you have an image that\'s 400 pixels wide and 200 pixels tall, the thumbnail will be 100 pixels wide and 50 pixels tall.\r\n
\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,NULL);
INSERT INTO international VALUES (885,'WebGUI',1,'Allow users to deactivate their account?',1044708760,NULL);
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,NULL); 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
Almost all wobjects share some properties. Those properties are: \r\n
Wobject ID
This 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
Title The title of the wobject. This is typically displayed at the top of each wobject. \r\n
Note: 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
Display title?
Do you wish to display the title you specified? On some sites, displaying the title is not necessary. \r\n
Process macros?
Do 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
Template Position
Template 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
Start Date
On what date should this wobject become visible? Before this date, the wobject will only be displayed to Content Managers. \r\n
End Date
On what date should this wobject become invisible? After this date, the wobject will only be displayed to Content Managers.
Owner
The owner of a wobject is usually the person who created the wobject. This user has full edit and viewing rights on the wobject unless privileges to edit the page the wobject apears on are taken away. \r\n
NOTE: The owner can only be changed by an administrator. \r\n
Who can view?
Choose which group can view this wobject. If you want both visitors and registered users to be able to view the wobject then you should choose the \"Everybody\" group. \r\n
Who can edit?
Choose the group that can edit this wobject. The group assigned editing rights can also always view the wobject.
Description
A 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\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,NULL);
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\nEncrypt Login?
\r\nShould the system use the https protocol for the login form? Note that setting this option to true will only encrypt the authentication itself, not anything else before or after the authentication.\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,NULL); INSERT INTO international VALUES (869,'WebGUI',1,'Welcome Message',1044138730,NULL); INSERT INTO international VALUES (868,'WebGUI',1,'Send welcome message?',1044138691,NULL); 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,NULL); 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,NULL); 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,NULL); 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,NULL); 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,NULL); 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,NULL);
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',1050430146,NULL); 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,NULL);
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,NULL);
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,NULL);
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,NULL);
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\nPage URL \r\n\r\nRedirect URL \r\nNOTE: The redirects will be disabled while in admin mode in order to make it easier to edit the properties of the page.\r\n \r\n\r\n\r\nHide from navigation? \r\nNOTE: This will not hide the page from the page tree (Administrative functions... > Manage page tree.), only from navigation macros and from site maps.\r\n \r\n\r\nOpen in new window? \r\n\r\n\r\n\r\nLanguage Cache Timeout Cache Timeout (Visitors) NOTE: 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%. \r\n\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? canVote question form.start answer_loop \r\n answer.text answer.number answer.graphWidth answer.percent answer.total form.end responses.label responses.total \r\n\r\n',1038791020,NULL);
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,NULL);
INSERT INTO international VALUES (62,'Product',1,'Product Template',1038864092,NULL);
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,NULL);
INSERT INTO international VALUES (72,'EventsCalendar',1,'Event, Add/Edit',1038887363,NULL);
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,NULL);
INSERT INTO international VALUES (72,'FAQ',1,'Question, Add/Edit',1038890062,NULL);
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,NULL);
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,NULL);
INSERT INTO international VALUES (72,'LinkList',1,'Link, Add/Edit',1038887880,NULL);
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,NULL);
INSERT INTO international VALUES (49,'Product',1,'Product Benefit, Add/Edit',1031514049,NULL);
INSERT INTO international VALUES (697,'WebGUI',1,'Karma, Using',1031514049,NULL);
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,NULL);
INSERT INTO international VALUES (5,'WobjectProxy',1,'Wobject Proxy, Add/Edit',1031514049,NULL);
INSERT INTO international VALUES (6,'WobjectProxy',1,'With the Wobject Proxy (aka Shortcut) 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\nNOTE: The wobject proxy is not available through the Add Content menu, but instead through the shortcut icon on each wobject\'s toolbar.\r\n \r\n\r\nWobject To Proxy \r\n\r\nOverride title? \r\n\r\nOverride description? \r\n\r\nOverride display title? \r\n\r\nOverride template? \r\n',1057091098,NULL);
INSERT INTO international VALUES (38,'Product',1,'Product, Add/Edit',1038889846,NULL);
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,NULL);
INSERT INTO international VALUES (40,'Product',1,'Product Feature, Add/Edit',1031514049,NULL);
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,NULL);
INSERT INTO international VALUES (42,'Product',1,'Product Specification, Add/Edit',1031514049,NULL);
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,NULL);
INSERT INTO international VALUES (44,'Product',1,'Product Accessory, Add/Edit',1031514049,NULL);
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,NULL);
INSERT INTO international VALUES (46,'Product',1,'Product (Related), Add/Edit',1031514049,NULL);
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,NULL);
INSERT INTO international VALUES (30,'USS',1,'Karma Per Submission',1031514049,NULL);
INSERT INTO international VALUES (72,'Poll',1,'Randomize answers?',1031514049,NULL);
INSERT INTO international VALUES (699,'WebGUI',1,'First Day Of Week',1031514049,NULL);
INSERT INTO international VALUES (702,'WebGUI',1,'Month(s)',1031514049,NULL);
INSERT INTO international VALUES (703,'WebGUI',1,'Year(s)',1031514049,NULL);
INSERT INTO international VALUES (704,'WebGUI',1,'Second(s)',1031514049,NULL);
INSERT INTO international VALUES (705,'WebGUI',1,'Minute(s)',1031514049,NULL);
INSERT INTO international VALUES (706,'WebGUI',1,'Hour(s)',1031514049,NULL);
INSERT INTO international VALUES (716,'WebGUI',1,'Login',1031514049,NULL);
INSERT INTO international VALUES (717,'WebGUI',1,'Logout',1031514049,NULL);
INSERT INTO international VALUES (41,'USS',3,'Datum',1038528266,NULL);
INSERT INTO international VALUES (46,'USS',3,'Lees meer...',1038528281,NULL);
INSERT INTO international VALUES (47,'USS',3,'Post een reactie',1038528288,NULL);
INSERT INTO international VALUES (48,'USS',3,'Discussie toestaan?',1038528295,NULL);
INSERT INTO international VALUES (51,'USS',3,'Miniaturen weergeven?',1038528311,NULL);
INSERT INTO international VALUES (52,'USS',3,'Miniatuur',1038528317,NULL);
INSERT INTO international VALUES (53,'USS',3,'Layout',1038528323,NULL);
INSERT INTO international VALUES (57,'USS',3,'Reacties',1038528329,NULL);
INSERT INTO international VALUES (516,'WebGUI',3,'Zet beheermode aan!',1039780454,NULL);
INSERT INTO international VALUES (517,'WebGUI',3,'Zet beheermode uit!',1039780461,NULL);
INSERT INTO international VALUES (515,'WebGUI',3,'Bewerkings stempel toevoegen?',1039780447,NULL);
INSERT INTO international VALUES (532,'WebGUI',3,'met minstens een van de worden',1039780647,NULL);
INSERT INTO international VALUES (531,'WebGUI',3,'met de exacte zin',1039780626,NULL);
INSERT INTO international VALUES (505,'WebGUI',3,'Een nieuw sjabloon toevoegen',1039780354,NULL);
INSERT INTO international VALUES (504,'WebGUI',3,'Sjabloon',1039780341,NULL);
INSERT INTO international VALUES (503,'WebGUI',3,'Sjabloon ID',1039780334,NULL);
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,NULL);
INSERT INTO international VALUES (536,'WebGUI',3,'Een nieuwe gebruiker genaamd ^@; is bij de site aangemeld.',1039780674,NULL);
INSERT INTO international VALUES (356,'WebGUI',3,'Sjabloon',1038529863,NULL);
INSERT INTO international VALUES (357,'WebGUI',3,'Nieuws',1038529869,NULL);
INSERT INTO international VALUES (358,'WebGUI',3,'Linker kolom',1038529876,NULL);
INSERT INTO international VALUES (359,'WebGUI',3,'Rechter kolom',1038529882,NULL);
INSERT INTO international VALUES (360,'WebGUI',3,'Een boven drie',1038529907,NULL);
INSERT INTO international VALUES (361,'WebGUI',3,'Drie boven een',1038529913,NULL);
INSERT INTO international VALUES (362,'WebGUI',3,'Zij aan zij',1038529919,NULL);
INSERT INTO international VALUES (363,'WebGUI',3,'Sjabloon positie',1038529927,NULL);
INSERT INTO international VALUES (364,'WebGUI',3,'Zoeken',1038529934,NULL);
INSERT INTO international VALUES (365,'WebGUI',3,'Zoek resultaten...',1038529944,NULL);
INSERT INTO international VALUES (366,'WebGUI',3,'Er is geen pagina die aan uw vraag voldoet.',1038529975,NULL);
INSERT INTO international VALUES (368,'WebGUI',3,'Voeg een nieuwe groep aan deze gebruiker toe.',1038529984,NULL);
INSERT INTO international VALUES (369,'WebGUI',3,'Verloop datum',1038529995,NULL);
INSERT INTO international VALUES (370,'WebGUI',3,'Bewerk groepering',1038530025,NULL);
INSERT INTO international VALUES (371,'WebGUI',3,'Groepering toevoegen',1038530037,NULL);
INSERT INTO international VALUES (372,'WebGUI',3,'Bewerk deze gebruiker\'s groepen',1038530061,NULL);
INSERT INTO international VALUES (374,'WebGUI',3,'Beheer pakketten.',1038530083,NULL);
INSERT INTO international VALUES (375,'WebGUI',3,'Selecteer pakket',1038530215,NULL);
INSERT INTO international VALUES (376,'WebGUI',3,'Pakket',1038530221,NULL);
INSERT INTO international VALUES (377,'WebGUI',3,'Er zijn geen pakketten gedefinieerd door uw pakket beheerder(s).',1038530249,NULL);
INSERT INTO international VALUES (378,'WebGUI',3,'Gebruikers ID',1038530255,NULL);
INSERT INTO international VALUES (379,'WebGUI',3,'Groep ID',1038530261,NULL);
INSERT INTO international VALUES (380,'WebGUI',3,'Stijl ID',1038530290,NULL);
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,NULL);
INSERT INTO international VALUES (528,'WebGUI',3,'Sjabloon naam',1039780576,NULL);
INSERT INTO international VALUES (384,'WebGUI',3,'Bestand',1038530363,NULL);
INSERT INTO international VALUES (385,'WebGUI',3,'Parameters',1038530519,NULL);
INSERT INTO international VALUES (386,'WebGUI',3,'Bewerk plaatje',1038530525,NULL);
INSERT INTO international VALUES (387,'WebGUI',3,'Geleverd door',1038530535,NULL);
INSERT INTO international VALUES (388,'WebGUI',3,'Upload datum',1038530541,NULL);
INSERT INTO international VALUES (391,'WebGUI',3,'Verwijder bijgevoegd bestand.',1038530562,NULL);
INSERT INTO international VALUES (591,'WebGUI',10,'Sprog',1037205563,NULL);
INSERT INTO international VALUES (781,'WebGUI',1,'Snippet',1036912954,NULL);
INSERT INTO international VALUES (394,'WebGUI',3,'Beheer collaterale inhoud.',1039738694,NULL);
INSERT INTO international VALUES (395,'WebGUI',3,'Een nieuw plaatje toevoegen.',1038530587,NULL);
INSERT INTO international VALUES (721,'WebGUI',10,'Benævnelse',1036855637,NULL);
INSERT INTO international VALUES (398,'WebGUI',3,'Document type declaratie',1038530595,NULL);
INSERT INTO international VALUES (399,'WebGUI',3,'Valideer deze pagina.',1038530604,NULL);
INSERT INTO international VALUES (400,'WebGUI',3,'Voorkom Proxy Caching',1038530627,NULL);
INSERT INTO international VALUES (401,'WebGUI',3,'Weet u zeker dat u dit bericht wilt verwijderen en alle berichten onder deze thread?',1038530637,NULL);
INSERT INTO international VALUES (403,'WebGUI',3,'Zeg ik liever niet.',1038530663,NULL);
INSERT INTO international VALUES (405,'WebGUI',3,'Laatste pagina',1038530670,NULL);
INSERT INTO international VALUES (406,'WebGUI',3,'Miniatuur grootte (bytes)',1038530681,NULL);
INSERT INTO international VALUES (407,'WebGUI',3,'Klik hier om te registreren.',1038530690,NULL);
INSERT INTO international VALUES (506,'WebGUI',3,'Beheer sjablonen',1039780364,NULL);
INSERT INTO international VALUES (408,'WebGUI',3,'Beheer roots',1038530698,NULL);
INSERT INTO international VALUES (409,'WebGUI',3,'Een nieuwe root toevoegen.',1038530706,NULL);
INSERT INTO international VALUES (410,'WebGUI',3,'Beheer roots.',1038530727,NULL);
INSERT INTO international VALUES (411,'WebGUI',3,'Menu Titel',1038530734,NULL);
INSERT INTO international VALUES (412,'WebGUI',3,'Omschrijving',1038530740,NULL);
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? Schauen Sie auch unter "Verwalten Gruppen", um eine Beschreibung der Gruppen-Funktionalitäten zu erhalten und die Beschreibung der Standardgruppen zu sehen. Gruppenname Beschreibung Verfällt nach Benutzer über abgelaufene Zeit informieren? Zeitabstand zur Ablaufankündigung Benachrichtigungstext zum Ablaufdatum Löschen Zeitspanne Scratch Filter ?op=setScratch&scratchName=beliebigerName&scratchValue=beliebigerWert Nachdem das getan ist, wird einem Benutzer, wenn er auf diesen Link klickt,ein Scratch Variable zu dessen Session hinzugefügt mit dem Namen "www_beliebigerName" und einem Wert "beliebigerWert". Das "www_" ist vorangestellt, um Anfragen übers Web zu unterbinden, die Scratch-Variablen zuu überschreiben versuchen, die programmatisch gesetzt wurden. Um einen Scratch-Filter zu setzen, fügen Sie einfach eine Zeile ins Scratch-Filter-Feld hinzu, die ungefähr so aussehen sollte:: www_belieberigerName=beliebigerWert IP Adresse Beispiel für IP Masken: 10.;192.168.;101.42.200.142 Karma Grenzwert Benutzer können sich selbst hinzufügen? Benutzer können sich selbst entfernen? Datenbank Link SQL-Abfrage Wie lange externe Gruppen zwischenspeichern?
\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,NULL);
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\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\nWhen this page is visited, the user will be redirected to the URL specified here. \r\n
\r\nSelect yes to hide this page from the navigation menus and site maps.\r\n
\r\nSelect yes to open this page in a new window. This is often used in conjunction with the Redirect URL parameter.\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
The amount of time this page should remain cached for registered users. \r\n\r\n
The amount of time this page should remain cached for visitors. \r\n\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
Eine Variable, ob der Benutzer abstimmen darf oder nicht.
Die Frage der Abstimmung. \r\n
Der Anfang des Abstimmungsformulars
Eine \r\nSchleife, die Informationen über die Antworten dieser Abstimmung enthält.. \r\nanswer.form
form.submit
Die Optionsschaltfläche für diese Antwort.
Der \r\n Text der Antwort. \r\n
Die Nummer dieser Antwort.
Die \r\n Breite der Grafik, die für diese Antwort generiert wurde, basierend in Prozent \r\n der Gesamtgrafikgrösse.
Die Prozentzahl der abgegebenen \r\n Stimmen. \r\n
Die Anzahl der abgegebenen Stimmen.
Der \r\nSubmit-Button für das Formular (z. B. \'Abstimmen\')
Das \r\nEnde des Abstimmungsformulars.
Der Text für die \r\nGesamtzahl der Antworten. z. B. "Abstimmungen insgesamt" \r\n
Die Anzahl der abgegebenen Stimmen.
\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\ndate.updated.label
\r\nThe translated label indicating what date this submission was last edited.\r\n\r\n\r\ndate.updated.epoch
\r\nThe number of seconds since January 1, 1970 that this submission was last edited.\r\n\r\n\r\ndate.updated.human
\r\nA human readable date that displays the date and time this submission was last edited.\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',1066637012,NULL);
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,NULL);
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,NULL);
INSERT INTO international VALUES (670,'WebGUI',1,'Image, Add/Edit',1038871530,NULL);
INSERT INTO international VALUES (813,'WebGUI',1,'Groups In This Group',1037583186,NULL);
INSERT INTO international VALUES (72,'Survey',1,'Are you certain you wish to delete this user\'s responses?',1037573460,NULL);
INSERT INTO international VALUES (678,'WebGUI',1,'Root, Manage',1031514049,NULL);
INSERT INTO international VALUES (681,'WebGUI',1,'Packages, Creating',1038889481,NULL);
INSERT INTO international VALUES (680,'WebGUI',1,'Package, Add',1038889471,NULL);
INSERT INTO international VALUES (675,'WebGUI',1,'Search Engine, Using',1038888957,NULL);
INSERT INTO international VALUES (656,'WebGUI',1,'Company Information, Edit',1038872019,NULL);
INSERT INTO international VALUES (696,'WebGUI',1,'Trash, Empty',1031514049,NULL);
INSERT INTO international VALUES (672,'WebGUI',1,'Profile Settings, Edit',1031514049,NULL);
INSERT INTO international VALUES (674,'WebGUI',1,'Miscellaneous Settings, Edit',1038889454,NULL);
INSERT INTO international VALUES (661,'WebGUI',1,'File Settings, Edit',1031514049,NULL);
INSERT INTO international VALUES (663,'WebGUI',1,'Messaging Settings, Edit',1044138790,NULL);
INSERT INTO international VALUES (671,'WebGUI',1,'Wobjects, Using',1047858549,NULL);
INSERT INTO international VALUES (677,'WebGUI',1,'Wobject, Add/Edit',1047858650,NULL);
INSERT INTO international VALUES (668,'WebGUI',1,'Style Sheets, Using',1046067403,NULL);
INSERT INTO international VALUES (667,'WebGUI',1,'Group, Add/Edit',1031514049,NULL);
INSERT INTO international VALUES (652,'WebGUI',1,'User Settings, Edit',1031514049,NULL);
INSERT INTO international VALUES (665,'WebGUI',1,'Group, Delete',1031514049,NULL);
INSERT INTO international VALUES (666,'WebGUI',1,'Style, Add/Edit',1038890195,NULL);
INSERT INTO international VALUES (664,'WebGUI',1,'Wobject, Delete',1031514049,NULL);
INSERT INTO international VALUES (662,'WebGUI',1,'Settings, Manage',1031514049,NULL);
INSERT INTO international VALUES (660,'WebGUI',1,'Groups, Manage',1031514049,NULL);
INSERT INTO international VALUES (658,'WebGUI',1,'Users, Manage',1031514049,NULL);
INSERT INTO international VALUES (659,'WebGUI',1,'Styles, Manage',1050430146,NULL);
INSERT INTO international VALUES (657,'WebGUI',1,'User, Delete',1031514049,NULL);
INSERT INTO international VALUES (682,'WebGUI',1,'User Profile, Edit',1031514049,NULL);
INSERT INTO international VALUES (655,'WebGUI',1,'User, Add/Edit',1031514049,NULL);
INSERT INTO international VALUES (653,'WebGUI',1,'Page, Delete',1031514049,NULL);
INSERT INTO international VALUES (654,'WebGUI',1,'Style, Delete',1031514049,NULL);
INSERT INTO international VALUES (679,'WebGUI',1,'Content Settings, Edit',1038872365,NULL);
INSERT INTO international VALUES (683,'WebGUI',1,'Templates, Manage',1050430164,NULL);
INSERT INTO international VALUES (684,'WebGUI',1,'Template, Add/Edit',1038890615,NULL);
INSERT INTO international VALUES (685,'WebGUI',1,'Template, Delete',1038791020,NULL);
INSERT INTO international VALUES (669,'WebGUI',1,'Macros, Using',1046656837,NULL);
INSERT INTO international VALUES (57,'Survey',1,'Comments',1037556124,NULL);
INSERT INTO international VALUES (66,'Survey',1,'Responses',1037557127,NULL);
INSERT INTO international VALUES (65,'Survey',1,'Export composite summary.',1037556821,NULL);
INSERT INTO international VALUES (64,'Survey',1,'Export responses.',1037556721,NULL);
INSERT INTO international VALUES (63,'Survey',1,'Export questions.',1037556710,NULL);
INSERT INTO international VALUES (62,'Survey',1,'Export answers.',1037556697,NULL);
INSERT INTO international VALUES (61,'Survey',1,'View grade book.',1037556642,NULL);
INSERT INTO international VALUES (72,'FileManager',1,'File, Add/Edit',1038883174,NULL);
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\nProvides a link to the orignal wobject being proxied.\r\n
\r\nSet to \"yes\" to use the title of the wobject proxy instead of the original title of the wobject.\r\n
\r\nSet to \"yes\" to use the description of the wobject proxy instead of the original description of the wobject.\r\n
\r\nSet to \"yes\" to use the display title setting of the wobject proxy instead of the original display title setting of the wobject.\r\n
\r\nSet to \"yes\" to use the template of the wobject proxy instead of the original template of the wobject.\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,NULL);
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,NULL);
INSERT INTO international VALUES (418,'WebGUI',3,'Filter inhoud',1063590013,NULL);
INSERT INTO international VALUES (419,'WebGUI',3,'Verwijder alles behalve tekst.',1063590035,NULL);
INSERT INTO international VALUES (420,'WebGUI',3,'Verwijder niets.',1063590051,NULL);
INSERT INTO international VALUES (421,'WebGUI',3,'Verwijder alles behalve de basis formattering.',1063590063,NULL);
INSERT INTO international VALUES (422,'WebGUI',3,'Login Fout
\r\nDe informatie komt niet overeen met het account.',1038530851,NULL);
INSERT INTO international VALUES (423,'WebGUI',3,'Laat aktieve sessies zien.',1038530859,NULL);
INSERT INTO international VALUES (424,'WebGUI',3,'Laat login historie zien.',1038530868,NULL);
INSERT INTO international VALUES (425,'WebGUI',3,'Aktieve sessies',1038530874,NULL);
INSERT INTO international VALUES (426,'WebGUI',3,'Login historie',1038530880,NULL);
INSERT INTO international VALUES (427,'WebGUI',3,'Stijlen',1038530885,NULL);
INSERT INTO international VALUES (428,'WebGUI',3,'Gebruiker (ID)',1038530891,NULL);
INSERT INTO international VALUES (429,'WebGUI',3,'Login tijd',1038530898,NULL);
INSERT INTO international VALUES (430,'WebGUI',3,'Laatst bekeken pagina',1038530910,NULL);
INSERT INTO international VALUES (431,'WebGUI',3,'IP Adres',1038530916,NULL);
INSERT INTO international VALUES (432,'WebGUI',3,'Verloopt',1038530923,NULL);
INSERT INTO international VALUES (433,'WebGUI',3,'Gebruikers applicatie',1038530929,NULL);
INSERT INTO international VALUES (434,'WebGUI',3,'Status',1038530935,NULL);
INSERT INTO international VALUES (435,'WebGUI',3,'Sessie handtekening',1038530941,NULL);
INSERT INTO international VALUES (436,'WebGUI',3,'Vermoord sessie',1038530946,NULL);
INSERT INTO international VALUES (437,'WebGUI',3,'Statistieken',1038530953,NULL);
INSERT INTO international VALUES (438,'WebGUI',3,'Uw naam',1038530959,NULL);
INSERT INTO international VALUES (441,'WebGUI',3,'Email naar pieper gateway',1038531014,NULL);
INSERT INTO international VALUES (442,'WebGUI',3,'Bedrijfs informatie',1038530997,NULL);
INSERT INTO international VALUES (443,'WebGUI',3,'Thuis informatie',1038531020,NULL);
INSERT INTO international VALUES (439,'WebGUI',3,'Persoonlijke informatie',1038530965,NULL);
INSERT INTO international VALUES (440,'WebGUI',3,'Contact informatie',1038530983,NULL);
INSERT INTO international VALUES (444,'WebGUI',3,'Demografische informatie',1038531026,NULL);
INSERT INTO international VALUES (445,'WebGUI',3,'Voorkeuren',1038531032,NULL);
INSERT INTO international VALUES (446,'WebGUI',3,'Bedrijfs website',1038531038,NULL);
INSERT INTO international VALUES (447,'WebGUI',3,'Beheer pagina boom.',1038531047,NULL);
INSERT INTO international VALUES (448,'WebGUI',3,'Pagina boom',1038531053,NULL);
INSERT INTO international VALUES (449,'WebGUI',3,'Overige informatie',1038531059,NULL);
INSERT INTO international VALUES (450,'WebGUI',3,'Werk naam (Bedrijfsnaam)',1038531078,NULL);
INSERT INTO international VALUES (451,'WebGUI',3,'is vereist.',1038531087,NULL);
INSERT INTO international VALUES (452,'WebGUI',3,'Moment a.u.b.',1056361566,NULL);
INSERT INTO international VALUES (453,'WebGUI',3,'Gecreëerd op',1038764730,NULL);
INSERT INTO international VALUES (454,'WebGUI',3,'Laatste wijziging',1038764793,NULL);
INSERT INTO international VALUES (455,'WebGUI',3,'Bewerk gebruikersprofiel',1038531131,NULL);
INSERT INTO international VALUES (456,'WebGUI',3,'Terug naar gebruikers lijst.',1038531139,NULL);
INSERT INTO international VALUES (457,'WebGUI',3,'Bewerk het account van deze gebruiker.',1038531148,NULL);
INSERT INTO international VALUES (458,'WebGUI',3,'Bewerk de groepen van deze gebruiker.',1038531156,NULL);
INSERT INTO international VALUES (459,'WebGUI',3,'Bewerk het profiel van deze gebruiker.',1038531164,NULL);
INSERT INTO international VALUES (460,'WebGUI',3,'Tijd offset',1038531177,NULL);
INSERT INTO international VALUES (461,'WebGUI',3,'Datum formaat',1038531183,NULL);
INSERT INTO international VALUES (462,'WebGUI',3,'Tijd formaat',1038531189,NULL);
INSERT INTO international VALUES (463,'WebGUI',3,'Tekst vlak rijen',1038531196,NULL);
INSERT INTO international VALUES (464,'WebGUI',3,'Tekst vlak kolommen',1038531203,NULL);
INSERT INTO international VALUES (465,'WebGUI',3,'Tekst blok grootte',1039597156,NULL);
INSERT INTO international VALUES (466,'WebGUI/Profile',3,'Weet u zeker dat u deze categorie wilt verwijderen en alle velden naar de overige categorie wilt verplaatsen?',1039597166,NULL);
INSERT INTO international VALUES (467,'WebGUI/Profile',3,'Weet u zeker dat u dit veld wilt verwijderen en daarmee ook alle data die er aan vast zit?',1039597174,NULL);
INSERT INTO international VALUES (469,'WebGUI',3,'Id',1039597183,NULL);
INSERT INTO international VALUES (470,'WebGUI',3,'Naam',1039741470,NULL);
INSERT INTO international VALUES (472,'WebGUI',3,'Label',1039741472,NULL);
INSERT INTO international VALUES (473,'WebGUI/Profile',3,'Zichtbaar?',1039741477,NULL);
INSERT INTO international VALUES (474,'WebGUI/Profile',3,'Verplicht?',1039741479,NULL);
INSERT INTO international VALUES (475,'WebGUI',3,'Tekst',1039741481,NULL);
INSERT INTO international VALUES (476,'WebGUI',3,'Tekst vlak',1039741484,NULL);
INSERT INTO international VALUES (477,'WebGUI',3,'HTML vlak',1039741487,NULL);
INSERT INTO international VALUES (478,'WebGUI',3,'URL',1039741489,NULL);
INSERT INTO international VALUES (479,'WebGUI',3,'Datum',1039741492,NULL);
INSERT INTO international VALUES (480,'WebGUI',3,'E-mail adres',1039780063,NULL);
INSERT INTO international VALUES (481,'WebGUI',3,'Telefoon nummer',1039780074,NULL);
INSERT INTO international VALUES (482,'WebGUI',3,'Nummer (Geheel getal)',1039780081,NULL);
INSERT INTO international VALUES (483,'WebGUI',3,'Ja of nee',1039780089,NULL);
INSERT INTO international VALUES (484,'WebGUI',3,'Selecteer lijst',1039780096,NULL);
INSERT INTO international VALUES (485,'WebGUI',3,'Booleaanse waarde (Checkbox)',1039780104,NULL);
INSERT INTO international VALUES (486,'WebGUI',3,'Data type',1039780111,NULL);
INSERT INTO international VALUES (487,'WebGUI',3,'Mogelijke waardes',1039780117,NULL);
INSERT INTO international VALUES (488,'WebGUI',3,'Standaard waarde(s)',1039780124,NULL);
INSERT INTO international VALUES (489,'WebGUI/Profile',3,'Profiel categorie',1039780131,NULL);
INSERT INTO international VALUES (490,'WebGUI/Profile',3,'Profiel categorie toevoegen.',1039780153,NULL);
INSERT INTO international VALUES (491,'WebGUI/Profile',3,'Profiel veld toevoegen.',1039780162,NULL);
INSERT INTO international VALUES (492,'WebGUI',3,'Profiel veld lijst.',1039780172,NULL);
INSERT INTO international VALUES (493,'WebGUI',3,'Terug naar de site.',1039780197,NULL);
INSERT INTO international VALUES (496,'WebGUI',3,'Te gebruiken editor',1039780245,NULL);
INSERT INTO international VALUES (494,'WebGUI',3,'Real Objects Edit-On Pro 2.x',1063590077,NULL);
INSERT INTO international VALUES (497,'WebGUI',3,'Start datum',1039780252,NULL);
INSERT INTO international VALUES (498,'WebGUI',3,'Eind Datum',1039780259,NULL);
INSERT INTO international VALUES (499,'WebGUI',3,'Wobject ID',1039780266,NULL);
INSERT INTO international VALUES (500,'WebGUI',3,'Pagina ID',1039780287,NULL);
INSERT INTO international VALUES (514,'WebGUI',3,'Bekeken',1039780439,NULL);
INSERT INTO international VALUES (527,'WebGUI',3,'Standaard home pagina',1039780569,NULL);
INSERT INTO international VALUES (530,'WebGUI',3,'Met al deze woorden',1039780611,NULL);
INSERT INTO international VALUES (501,'WebGUI',3,'Body',1039780293,NULL);
INSERT INTO international VALUES (468,'WebGUI/Profile',3,'Bewerk gebruikers profiel categorie',1039597179,NULL);
INSERT INTO international VALUES (507,'WebGUI',3,'Bewerk sjabloon',1039780372,NULL);
INSERT INTO international VALUES (508,'WebGUI',3,'Beheer sjablonen.',1039780381,NULL);
INSERT INTO international VALUES (509,'WebGUI',3,'Discussie layout',1039780389,NULL);
INSERT INTO international VALUES (510,'WebGUI',3,'Plat',1039780404,NULL);
INSERT INTO international VALUES (511,'WebGUI',3,'Threaded',1039780416,NULL);
INSERT INTO international VALUES (512,'WebGUI',3,'Volgende thread',1039780425,NULL);
INSERT INTO international VALUES (513,'WebGUI',3,'Vorige thread',1039780433,NULL);
INSERT INTO international VALUES (533,'WebGUI',3,'zonder de woorden',1039780661,NULL);
INSERT INTO international VALUES (529,'WebGUI',3,'Resultaten',1039780584,NULL);
INSERT INTO international VALUES (518,'WebGUI',3,'Inbox notificaties',1039780468,NULL);
INSERT INTO international VALUES (519,'WebGUI',3,'Ik wil geen notificatie krijgen.',1039780479,NULL);
INSERT INTO international VALUES (520,'WebGUI',3,'Ik wil notificatie via e-mail.',1039780500,NULL);
INSERT INTO international VALUES (521,'WebGUI',3,'Ik wil notificatie via e-mail naar pager.',1039780514,NULL);
INSERT INTO international VALUES (522,'WebGUI',3,'Ik wil notificatie via ICQ.',1039780523,NULL);
INSERT INTO international VALUES (523,'WebGUI',3,'Notificatie',1039780531,NULL);
INSERT INTO international VALUES (1025,'WebGUI',3,'Voeg bewerk stempel toe aan post?',1039780542,NULL);
INSERT INTO international VALUES (525,'WebGUI',3,'Bewerk inhoud Settings',1039780550,NULL);
INSERT INTO international VALUES (526,'WebGUI',3,'Verwijder JavaScript en maak tekst van macros.',1063590144,NULL);
INSERT INTO international VALUES (72,'EventsCalendar',3,'Gebeurtenis, Toevoegen/Bewerken',1039596887,NULL);
INSERT INTO international VALUES (9,'Product',3,'Product plaatje 3',1038527773,NULL);
INSERT INTO international VALUES (953,'WebGUI',1,'Previous Location',1052850265,NULL);
INSERT INTO international VALUES (8,'Product',3,'Product plaatje 2',1038527767,NULL);
INSERT INTO international VALUES (8,'DataForm',3,'Breedte',1038513517,NULL);
INSERT INTO international VALUES (78,'EventsCalendar',3,'Niets weggooien, ik heb een foutje gemaakt.',1038487211,NULL);
INSERT INTO international VALUES (77,'EventsCalendar',3,'Gooi deze gebeurtenis weg en alle herhalingen hiervan.',1038487192,NULL);
INSERT INTO international VALUES (76,'EventsCalendar',3,'Gooi alleen deze gebeurtenis weg.',1038487184,NULL);
INSERT INTO international VALUES (75,'EventsCalendar',3,'Welke van deze keuzes wilt u uitvoeren?',1038487175,NULL);
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,NULL);
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,NULL);
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,NULL);
INSERT INTO international VALUES (72,'Poll',3,'Antwoorden in willekeurige volgorde weergeven?',1038527736,NULL);
INSERT INTO international VALUES (72,'LinkList',3,'Link, Toevoegen/Bewerken',1039597033,NULL);
INSERT INTO international VALUES (72,'FAQ',3,'Vraag, Toevoegen/Bewerken',1039596931,NULL);
INSERT INTO international VALUES (72,'FileManager',3,'Bestand, Toevoegen/Bewerken',1039741267,NULL);
INSERT INTO international VALUES (717,'WebGUI',3,'Uitloggen',1039783293,NULL);
INSERT INTO international VALUES (716,'WebGUI',3,'Inloggen',1039783286,NULL);
INSERT INTO international VALUES (715,'WebGUI',3,'Redirect URL',1039783279,NULL);
INSERT INTO international VALUES (654,'WebGUI',3,'Stijl, Verwijder',1039782911,NULL);
INSERT INTO international VALUES (471,'WebGUI/Profile',3,'Bewerk gebruikers profielveld',1038506711,NULL);
INSERT INTO international VALUES (36,'Product',3,'Voeg een accessoire toe',1037886945,NULL);
INSERT INTO international VALUES (585,'WebGUI',3,'Beheer vertalingen.',1039520850,NULL);
INSERT INTO international VALUES (707,'WebGUI',3,'Laat debugging zien?',1039783218,NULL);
INSERT INTO international VALUES (706,'WebGUI',3,'Uren',1039783211,NULL);
INSERT INTO international VALUES (705,'WebGUI',3,'Minuten',1039783204,NULL);
INSERT INTO international VALUES (704,'WebGUI',3,'Seconden',1039783197,NULL);
INSERT INTO international VALUES (703,'WebGUI',3,'Jaren',1039783187,NULL);
INSERT INTO international VALUES (702,'WebGUI',3,'Maanden',1039783179,NULL);
INSERT INTO international VALUES (7,'Product',3,'Product plaatje 1',1038527761,NULL);
INSERT INTO international VALUES (5,'WobjectProxy',3,'Wobject proxy, Toevoegen/Bewerken',1038506272,NULL);
INSERT INTO international VALUES (699,'WebGUI',3,'Eerste dag van de week',1039783123,NULL);
INSERT INTO international VALUES (696,'WebGUI',3,'Prullenbak, Legen',1039783109,NULL);
INSERT INTO international VALUES (697,'WebGUI',3,'Karma, Gebruiken',1039783116,NULL);
INSERT INTO international VALUES (685,'WebGUI',3,'Sjabloon, verwijderen',1039783083,NULL);
INSERT INTO international VALUES (684,'WebGUI',3,'Sjabloon, Toevoegen/Bewerken',1039783075,NULL);
INSERT INTO international VALUES (598,'WebGUI',3,'Bewerk deze vertaling.',1038505400,NULL);
INSERT INTO international VALUES (596,'WebGUI',3,'NIET AANWEZIG',1039521044,NULL);
INSERT INTO international VALUES (605,'WebGUI',3,'Voeg groepen toe',1039521088,NULL);
INSERT INTO international VALUES (601,'WebGUI',3,'International ID',1039521101,NULL);
INSERT INTO international VALUES (597,'WebGUI',3,'Bewerk internationaal bericht',1038506935,NULL);
INSERT INTO international VALUES (594,'WebGUI',3,'Vertaal internationale berichten',1039521016,NULL);
INSERT INTO international VALUES (593,'WebGUI',3,'Verstuur vertaling naar Plain Black',1039521001,NULL);
INSERT INTO international VALUES (595,'WebGUI',3,'Internationale berichten',1039521031,NULL);
INSERT INTO international VALUES (591,'WebGUI',3,'Taal',1039520984,NULL);
INSERT INTO international VALUES (590,'WebGUI',3,'Taal ID',1039520973,NULL);
INSERT INTO international VALUES (589,'WebGUI',3,'Bewerk taal',1038506727,NULL);
INSERT INTO international VALUES (586,'WebGUI',3,'Beheer Talen',1039780807,NULL);
INSERT INTO international VALUES (584,'WebGUI',3,'Voeg een nieuwe taal toe',1039520836,NULL);
INSERT INTO international VALUES (575,'WebGUI',3,'Bewerk',1038506716,NULL);
INSERT INTO international VALUES (576,'WebGUI',3,'Verwijder',1039520732,NULL);
INSERT INTO international VALUES (582,'WebGUI',3,'Laat leeg',1039520720,NULL);
INSERT INTO international VALUES (683,'WebGUI',3,'Sjablonen, Beheer',1063590348,NULL);
INSERT INTO international VALUES (682,'WebGUI',3,'Gebruikersprofiel, Bewerken',1038506298,NULL);
INSERT INTO international VALUES (681,'WebGUI',3,'Pakketten, Maken',1039783049,NULL);
INSERT INTO international VALUES (680,'WebGUI',3,'Pakket, Toevoegen',1039783040,NULL);
INSERT INTO international VALUES (679,'WebGUI',3,'Inhoudsinstellingen, Bewerken',1039783017,NULL);
INSERT INTO international VALUES (677,'WebGUI',3,'Wobject, Toevoegen/Bewerken',1063590337,NULL);
INSERT INTO international VALUES (1,'DataForm',3,'Gegevens (data) formulier',1058726358,NULL);
INSERT INTO international VALUES (10,'DataForm',3,'Van',1038513338,NULL);
INSERT INTO international VALUES (11,'DataForm',3,'Aan ',1058726391,NULL);
INSERT INTO international VALUES (23,'DataForm',3,'Type',1038513461,NULL);
INSERT INTO international VALUES (13,'DataForm',3,'Bcc (Onzichtbare kopie naar)',1038513364,NULL);
INSERT INTO international VALUES (12,'DataForm',3,'Cc (Kopie naar)',1038513357,NULL);
INSERT INTO international VALUES (22,'DataForm',3,'Status',1038513451,NULL);
INSERT INTO international VALUES (21,'DataForm',3,'Veldnaam',1038513444,NULL);
INSERT INTO international VALUES (20,'DataForm',3,'Bewerk veld',1038506693,NULL);
INSERT INTO international VALUES (2,'DataForm',3,'Uw e-mail onderwerp hier',1038513436,NULL);
INSERT INTO international VALUES (14,'DataForm',3,'Onderwerp',1038513371,NULL);
INSERT INTO international VALUES (18,'DataForm',3,'Ga terug!',1038513418,NULL);
INSERT INTO international VALUES (16,'DataForm',3,'Bevestigingsbericht',1038513404,NULL);
INSERT INTO international VALUES (17,'DataForm',3,'E-mail is verstuurd',1039783869,NULL);
INSERT INTO international VALUES (19,'DataForm',3,'Weet u zeker dat u dit veld wilt verwijderen?',1038513426,NULL);
INSERT INTO international VALUES (61,'Article',3,'Artikel, Toevoegen/Bewerken',1058726257,NULL);
INSERT INTO international VALUES (24,'DataForm',3,'Mogelijke waarden (alleen voor \'drop-down box\')',1038513468,NULL);
INSERT INTO international VALUES (25,'DataForm',3,'Standaardwaarde (optioneel)',1058726375,NULL);
INSERT INTO international VALUES (7,'DataForm',3,'Bewerk data formulier',1063589736,NULL);
INSERT INTO international VALUES (6,'DataForm',3,'Aanpasbaar',1038513510,NULL);
INSERT INTO international VALUES (62,'DataForm',3,'Data formulier velden, Toevoegen/Bewerken',1063589725,NULL);
INSERT INTO international VALUES (61,'DataForm',3,'Data formulier, Toevoegen/Bewerken',1063589714,NULL);
INSERT INTO international VALUES (5,'DataForm',3,'Zichtbaar(niet aanpasbaar)',1038513504,NULL);
INSERT INTO international VALUES (4,'DataForm',3,'Verborgen',1038513497,NULL);
INSERT INTO international VALUES (946,'WebGUI',1,'Use shared trash?',1052850265,NULL);
INSERT INTO international VALUES (3,'DataForm',3,'Bedankt voor uw bericht!',1038513491,NULL);
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,NULL);
INSERT INTO international VALUES (581,'WebGUI',3,'Voeg een nieuwe waarde toe',1039520807,NULL);
INSERT INTO international VALUES (543,'WebGUI',3,'Voeg een nieuwe plaatjesgroep toe.',1039780697,NULL);
INSERT INTO international VALUES (583,'WebGUI',3,'Maximale plaatjesgrootte',1039520826,NULL);
INSERT INTO international VALUES (579,'WebGUI',10,'Din meddelelse er blevet godkendt.',1037205180,NULL);
INSERT INTO international VALUES (542,'WebGUI',3,'Vorige..',1039780690,NULL);
INSERT INTO international VALUES (3,'WobjectProxy',10,'Wobject Proxy',1036856148,NULL);
INSERT INTO international VALUES (5,'USS',9,'±zªº±i¶K¤å³¹³Q©Úµ´',1031510000,NULL);
INSERT INTO international VALUES (5,'SQLReport',9,'DSN',1031510000,NULL);
INSERT INTO international VALUES (5,'SiteMap',9,'½s¿èºô¯¸¦a¹Ï',1031510000,NULL);
INSERT INTO international VALUES (5,'Poll',9,'¹Ï§Î¼e«×',1031510000,NULL);
INSERT INTO international VALUES (622,'WebGUI',2,'
\r\nEin Name für die Gruppe. Am besten wählen Sie hier einen Namen, der auch die Funktion der Gruppe beschreibt, damit Sie später nicht den Überblick verlieren.
\r\nEine längere Beschreibung für diese Gruppe, so dass Administratoren und Content Manager sehen können, was der Sinn und Zweck dieser Gruppe ist.
\r\nDie Zeit, die ein Benutzer zu dieser Gruppe gehört, bis er/sie entfernt wird bzw. die Mitgliedschaft verfällt. Dies ist hilfreich für Seiten, in denen Benutzer zeitlich beschränkte Angebote erhalten sollen. Beachten Sie, dass diese Einstellungen auch wieder für jeden einzelnen Benutzergesondert vorgenommen werden können.
\r\nWählen Sie hier "Ja", wenn Sie den Benutzer darüber informieren möchten, dass er automatisch von dieser Gruppe entfernt werden soll.
\r\nDer Abstand in Tagen des Ablaufs seit der Ankündigung. Sie müssen hier einen korrekten IntegerWert setzen. Wählen Sie z. B. "0" aus, wenn die Benachrichtigung an den Benutzer am selben Tag erfolgen soll, an dem er von der Gruppe entfernt wird. Wenn Sie "-7" auswählen, ergeht die Benachrichtigung 7 Tage vorher an den Benutzer. (Bei der Auswahl von "7" ergeht die Benachrichtigung entsprechend 7 Tage danach).
\r\nGeben Sie hier den Text ein, der den Benutzer über den Zeitablauf informieren soll.
\r\nDie Anzahl in Tagen, nachdem der Benutzer nach Ablauf der Zeitspanne aus der Gruppe entfernt werden soll. Wenn Sie z. B. "0" angeben, wird der Benutzer noch am Tage des Zeitablaufs von der Gruppe entfernt. (weitere Beispiele siehe \'Zeitabstand zur Ablaufankündigung")
\r\nEin Benutzer kann dynamisch einer Gruppe unter Verwendung einer Scratch Variable in dessen Session zugeordnet werden. Scratch Variablen können programatisch oder übers Web gesetzt werden. Um eine Scratch-Variable übers Web zu setzen, fügen Sie das Nachfolgende ans Ende einer URL an:
\r\nGeben Sie eine IP Adresse oder eine IP Maske an. Wenn der Benutzer diese IP-Adresse hat oder sich in der IP-Maske befindet, wird er automatisch in diese Gruppe aufgenommen. Eine IP-Maske ist einfach nur die IP-Adresse abzüglich eines Octets (Acht) oder 2. Sie können auch mehrere IP-Masken getrennt durch ein Semikolon angeben.
\r\nSie können den Wert hier angeben, wenn Sie Karma aktiviert haben. Dieser Grenzwert ist der Anteil an Karma, die ein Benutzer haben muss, um Mitglied dieser Gruppe zu werden.
\r\nMöchten Sie, dass sich Benutzer selbst zu dieser Gruppe hinzufügen können? Für weitere Informationen schauen Sie sich die Beschreibung des GroupAdd Makros an.
\r\nMöchten Sie, dass sich Benutzer selbst von dieser Gruppe entfernen können? Für weitere Informationen schauen Sie sich die Beschreibung des GroupDelete Makros an.
\r\nMöchten Sie, dass die Benutzer dieser Gruppe aus einer externen Datenbank kommen, so geben Sie hier den Datenbanklink dafür an.
\r\nEinige Unternehmen haben externe Datenbanken, die ebenfalls Benutzer in Gruppen verwalten, z. B. eine HR Datenbank verbindet Angestellten ID\'s zu einem Gesundheitsplan. Um Benutzer gegenüber einer externen Datenbank zu validieren, müssen Sie ein SQL-Statement erstellen, das "1" als Wert zurückgibt, wenn der Benutzer in der Gruppe ist. Beachten Sie, dass Sie das SQL-Statement mit "select 1" beginnen. Sie können auch Makros in dieser Abfrage verwenden, um Zugriff zu einem Benutzerprofilzu erhalten, wie z. B. AngestelltenID. Hier ist ein Beispiel, dass überprüft, ob der Benutzer in einer fiktiven HR Datenbank enthalten ist. Dieses Beispiel setzt voraus, dass Sie ein zusätzliches Profilfeld "employeeId" in WebGUI erstellt haben.
\r\n
\r\nselect 1 from employees, health_plans, empl_plan_map
\r\nwhere employees.employee_id = ^User("employeeId");
\r\nand health_plans.plan_name = \'HMO 1\'
\r\nand employees.employee_id = empl_plan_map.employee_id
\r\nand health_plans.health_plan_id = empl_plan_mp.health_plan_id
\r\n
\r\nDiese Gruppe könnte dann z. B. als "Angestellte in HMO 1" heissen und Ihnen die Möglichkeit bieten, bestimmte Seiten nur für diese Gruppe zugänglich zu machen. (Ich habe das Beispiel aus der englischen Originalversion einfach übernommen, ein besseres Beispiel fiel mir nicht ein.
\r\nGrosse Sites, die externe Gruppen verwenden, verursachen auch häufige Datenbankzugriffe. Um dies etwas einzuschränken, können Sie hier angeben, wie lang die Ergebnisse der vorherigen SQL-Abfrage in der WebGUI Datenbank zwischengespeichert werden. Erweiterte Cachingfunktionen wird es in einer zukünftigen WebGUI Version geben.
\r\n\r\nSubmission Template
\r\nChoose a layout for the individual submissions.\r\n
\r\n\r\nSort Order
\r\nThe direction to sort the submission list by.\r\n
\r\n\r\nDefault Status
\r\nShould submissions be set to Approved, Pending, or Denied by default?\r\n
\r\nNote: If you set the default status to Pending, then be prepared to monitor your message log for new 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\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\n',1066637303,NULL); INSERT INTO international VALUES (82,'USS',1,'Descending',1066636432,'When a list is the reverse of chronological, alphabetical, or numeric order. The opposite of Ascending.'); INSERT INTO international VALUES (81,'USS',1,'Ascending',1066636389,'When a list is in chronological, alphabetical, or numeric order.'); INSERT INTO international VALUES (80,'USS',1,'Sort Order',1066636329,'The direction of a sort.'); INSERT INTO international VALUES (79,'USS',1,'Sort By',1066636255,'A field to order a list with.'); INSERT INTO international VALUES (78,'USS',1,'Date Updated',1066636183,'A label for describing the date when something was changed.'); INSERT INTO international VALUES (722,'WebGUI',1,'Id',1031517195,NULL); INSERT INTO international VALUES (721,'WebGUI',1,'Namespace',1031515005,NULL); INSERT INTO international VALUES (720,'WebGUI',1,'OK',1031514777,NULL); INSERT INTO international VALUES (719,'WebGUI',1,'Out of Date',1031514679,NULL); INSERT INTO international VALUES (718,'WebGUI',1,'Export this translation.',1036970877,NULL); INSERT INTO international VALUES (12,'Poll',1,'Total Votes',1050182699,NULL); INSERT INTO international VALUES (12,'Poll',7,'×ÜͶƱÈËÊý:',1031514049,NULL); INSERT INTO international VALUES (723,'WebGUI',1,'Deprecated',1031800566,NULL); INSERT INTO international VALUES (5,'Auth/WebGUI',1,'Your password cannot be \"password\".',1031880154,NULL); INSERT INTO international VALUES (725,'WebGUI',1,'Your username cannot be blank.',1031879612,NULL); INSERT INTO international VALUES (724,'WebGUI',1,'Your username cannot begin or end with a space.',1031879593,NULL); INSERT INTO international VALUES (4,'Auth/WebGUI',1,'Your password cannot be blank.',1031879567,NULL); INSERT INTO international VALUES (5,'Auth/WebGUI',6,'Ditt lösenord kan inte vara \"lösenord\".',1032262393,NULL); INSERT INTO international VALUES (4,'Auth/WebGUI',6,'Du måste fylla i ett lösenord.',1032262370,NULL); INSERT INTO international VALUES (725,'WebGUI',6,'Du måste fylla i ett användarnamn.',1032262345,NULL); INSERT INTO international VALUES (724,'WebGUI',6,'Ditt användarnamn kan inte börja eller sluta med ett mellanslag.',1032262328,NULL); INSERT INTO international VALUES (12,'Poll',6,'Totalt antal röster:',1032262302,NULL); INSERT INTO international VALUES (723,'WebGUI',6,'Föråldrat',1032262278,NULL); 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,NULL); INSERT INTO international VALUES (678,'WebGUI',6,'Bassidor, hantera',1032260722,NULL); INSERT INTO international VALUES (497,'WebGUI',6,'Startdatum',1032259765,NULL); 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,NULL); INSERT INTO international VALUES (5,'WobjectProxy',6,'Wobject Proxy, lägg till/redigera',1032256964,NULL); INSERT INTO international VALUES (4,'WobjectProxy',6,'Wobject proxying misslyckades. Kanske det proxiade wobjectet har blivit borttaget?',1032256949,NULL); INSERT INTO international VALUES (3,'WobjectProxy',6,'Wobject Proxy',1032256918,NULL); INSERT INTO international VALUES (2,'WobjectProxy',6,'Redigera wobject proxy',1032256908,NULL); INSERT INTO international VALUES (1,'WobjectProxy',6,'Wobject till Proxy',1032256896,NULL); INSERT INTO international VALUES (698,'WebGUI',6,'Karma är en metod för att mäta en användares aktivitet och eventuellt belöna eller bestraffa denne beroende på aktivitetsnivå. När väl karma är påslaget kommer du märka att många saker i WebGUI ändras för att visa karma.\r\n\r\nDu kan mäta om användarna loggar in och hur mycket de bidrar med till din webbplats. Du kan tillåta dem att komma åt material baserat på deras karma-nivå.\r\n\r\nDu kan läsa mer om karma i online-boken Ruling WebGUI.',1032256794,NULL); INSERT INTO international VALUES (651,'WebGUI',6,'Om du väljer att tömma skräpkorgen kommer alla saker i den att försvinna. Om du är osäker på vissa saker kan du klippa ut dom till klippbordet innan du tömmer skräpkorgen.',1032256602,NULL); INSERT INTO international VALUES (71,'Survey',1,'Grade Book',1037573252,NULL); INSERT INTO international VALUES (70,'Survey',1,'Individual Responses',1037573240,NULL); INSERT INTO international VALUES (69,'Survey',1,'Delete this user\'s responses.',1037573082,NULL); INSERT INTO international VALUES (68,'Survey',1,'View reports and exports.',1037560492,NULL); INSERT INTO international VALUES (67,'Survey',1,'User',1037558860,NULL); INSERT INTO international VALUES (640,'WebGUI',6,'Det är inte en god idé att ta bort mallar eftersom du inte vet vilka följdverkningar det kan få på din webbplats (vissa sidor kan fortfarande använda mallen). Om du verkligen vill ta bort en mall kommer alla sidor som använder den att byta till standard-mallen',1032255575,NULL); INSERT INTO international VALUES (639,'WebGUI',6,'Mallnamn\r\nGe den här mallen ett beskrivande namn så att du vet hur den ser ut när du applicerar den på en sida.\r\n\r\nMall\r\nSkapa en mall genom att placera special macron ^0; ^1; ^2; osv på de positioner du vill ska ha innehåll. Vanligtvis så används en tabell för att positionera innehållet. Titta gärna på mallarna som kommer med WebGUI för idéer.',1032255389,NULL); INSERT INTO international VALUES (638,'WebGUI',6,'Mallar används för att påverka hur sidor ser ut i WebGUI. Till exempel så har de flesta webbplatser idag mer än bara en meny och ett stort textfält. Många använder tre eller fyra kolumner som börjar med kolumnhuvuden och/eller banners. WebGUI tillåter mycket komplexa designer genom att använda mallar. Det finns flera mallar med WebGUI som kan hjälpa dig komma igång, men du kan även skapa hur många egna du vill.',1032255225,NULL); INSERT INTO international VALUES (637,'WebGUI',6,'Förnamn\r\nSjälvförklarande.\r\n\r\nMellannamn\r\nSjälvförklarande.\r\n\r\nEfternamn\r\nSjälvförklarande.\r\n\r\nE-postadress\r\nAnvändarens e-postadress. Behövs bara matas in om användaren kommer delta i funktioner som kräver e-post.\r\n\r\nICQ UIN\r\nUnikt nummer för att kontakta en person via ICQ.\r\n\r\nAIM Id\r\nKonto-ID för AOL Instant Messenger.\r\n\r\nMSN Messenger Id\r\nKonto-ID för Microsoft Network Instant Messenger.\r\n\r\nYahoo! Messenger Id\r\nKonto-ID för Yahoo! Instant Messenger.\r\n\r\nMobiltelefon\r\nNumret till användarens mobiltelefon.\r\n\r\nSökare\r\nNumret till användarens sökare.\r\n\r\nE-post till sökar-gateway\r\nE-postadress för användarens textsökare.\r\n\r\nHeminformation\r\nPost- eller gatuadress till användaren.\r\n\r\nArbetsplatsinformation\r\nPost- eller gatuadress till användarens arbetsplats.\r\n\r\nKön\r\nMan, kvinna eller annat?\r\n\r\nFödelsedatum\r\nNär är användaren född?\r\n\r\nSpråk\r\nVilket språk skall användas i WebGUI?\r\n\r\nTidsoffset\r\nAntal timmar (plus eller minus) som användaren befinner sig relativt till tidszonen servern befinner sig i. Detta används för tidszon-justeringar.\r\n\r\nFörsta dag i veckan\r\nVilken räknas som veckans första dag enligt denna användarens kalender? Till exempel så börjar veckan på en Söndag i Förenta Staterna, medan i Europa den oftast börjar på Måndag.\r\n\r\nDatumformat\r\nVilket format ska datum synas på?\r\n\r\nTidsformat\r\nVilket format ska tiden synas på?\r\n\r\nDiskussionsforumslayout\r\nSka diskussionsgrupper synas som platta eller trådade? Platta visar alla svar på inlägg i en lång lista efter när de skapades. En trådad visar en hierarkisk lista med svar sorterad efter inläggstiden.\r\n\r\nInkorgsnotifikation\r\nHur ska en användare bli meddelad när de får ett nytt WebGUI-meddelande?\r\n',1032254909,NULL); INSERT INTO international VALUES (636,'WebGUI',6,'För att skapa ett nytt paket kan du följa dessa enkla steg:\r\n
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,NULL);
INSERT INTO international VALUES (61,'FAQ',6,'FAQ, lägg till/redigera',1031669931,NULL);
INSERT INTO international VALUES (13,'FAQ',6,'Sätt på [top] länk?',1031669852,NULL);
INSERT INTO international VALUES (12,'FAQ',6,'Sätt på Q/A?',1031669840,NULL);
INSERT INTO international VALUES (11,'FAQ',6,'Sätt på innehållsförteckning?',1031669826,NULL);
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,NULL);
INSERT INTO international VALUES (61,'ExtraColumn',6,'Extra kolumn, lägg till/redigera',1031667836,NULL);
INSERT INTO international VALUES (78,'EventsCalendar',6,'Ta inte bort något, jag klickade fel.',1031667821,NULL);
INSERT INTO international VALUES (77,'EventsCalendar',6,'Ta bort denna händelse och alla av dess återkommande händelser.',1031667806,NULL);
INSERT INTO international VALUES (76,'EventsCalendar',6,'Ta enbart bort denna händelse.',1031667761,NULL);
INSERT INTO international VALUES (75,'EventsCalendar',6,'Vilket vill du göra?',1031667747,NULL);
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,NULL);
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
Standard Startseite
\r\nEinige kleinere Seiten haben keine Startseite (Eingangsseite), stattdessen benutzen sie eine der internen Seiten wie "Über uns" oder "Informationen über die Firma". Aus diesem Grund können Sie eine beliebige Seite als Startseite auswählen. Zu dieser Startseite gelangt man, wenn man die URL wie http://www.mywebguisite.com aufruft oder durch einen Klick auf den Home-Link, generiert durch das ^H; Makro.
"Nicht gefunden" Seite
\r\nSollte eine Seite, die ein Besucher aufrufen möchte, nicht vorhanden sein, kann er zur Homepage oder zu einer Fehlerseite weitergeleitet werden. Sie entscheiden, welcher Weg besser für ihre Besucher ist...
Dokument Typ Beschreibung
\r\nHeutzutage ist es sehr wichtig, eine grosse Anzahl von Browsern zu unterstützen, inklusive Robotern von Suchmaschinen. Einige dieser Browser möchten wissen, welcher Art Content ihnen angeboten wird. Mit dem \'Doctype Tag\' können Sie dies angeben. Standardmässig generiert WebGUI HTML 4.0 konformen Inhalt.
Favicon
\r\nEin Icon, dass in den Favoriten des Internetexplorers angezeigt wird. Mehr Infos zu Favicons hier klicken.
Site Icon
\r\nEin Icon, das in der URL-Leiste der meisten modernen Browser erscheint. Es kann auch in der Bookmark Liste des Browsers erscheinen. Die Grafik muss eine Grösse von 16x16 Pixels haben.
Bearbeitungszeitpunkt zu Beiträgen hinzufügen?
\r\nGewöhnlich wird der Zeitpunkt, an dem ein Beitrag bearbeitet wurde, als so genannter Timestamp hinzugefügt, damit man später nachverfolgen kann, wann der Beitrag verfasst wurde. Diese Funktion wird natürlich nicht für alle Seiten benötigt, daher können Sie den Timestamp dort deaktivieren.
HTML filtern
\r\nBei öffentlichen Seiten, auf denen ein Besucher die Möglichkeit hat, z. B. Beiträge in einem Diskussionsforum zu verfassen, ist es oft notwendig, deren Content zu filtern, um z. B. das Ausführen böswilligen Codes zu verhindern. Und dies kann unter besonderen Umständen zu Sicherheitsproblemen führen. Hier können Sie daher die Stufe der Filterung (z. \r\nB. nur Javascript entfernen) einstellen
Maximale Dateigrösse für Anhänge
\r\nDie maximale Grösse in KB der Anhänge.
Maximale Grösse einer Grafik
\r\nFalls Bilder, die hochgeladen wurden, grösser als diese maximale Grösse einer Grafik sind, wird diese entsprechend dieser Grösseneinstellungen umgewandelt. Die Angabe erfolgt in Pixel und gibtdie längste Seite der Grafik an.
Thumbnail Grösse
\r\nHier können Sie die Grösse der Vorschaubilder (Thumbnails) angeben, die automatisch beim Hochladen von Grafiken erstellt werden. Die Grösse wird in Pixel angegeben.
Schnipsel Vorschau Länge
\r\nWieviel Zeichen eines Schnipsels werden im Uploadmanager angezeigt? Wie gesagt, damit ist nur die Anzeige in der "Schnipselübersicht" gemeint; der Code selbst wird nicht beschränkt
Reihen des Textbereichs (mehrzeilige Textbox)
\r\nHier können Sie angeben, wie viel Reihen pro Textbereich. Dies gilt dann für alleTextbereiche innerhalb der Seite - auch diejenigen, die angezeigt werden, wenn Sie eine Seite bearbeiten.
Spalten des Textbereichs
\r\nAnalog zu den Reihen der Textbereiche können Sie auch die Anzahl der Spalten angeben.
Grösse der Textbox
\r\nHiermit können Sie angeben, wie gross die Textboxen in WebGUI sein sollen. Ein Wert von 20 z. \r\nB. erzeugt eine Textbox, die 20 Zeichen breit ist.
Wobject Berechtigungen aktivieren
\r\nWählen Sie "Ja" um die Berechtigungsebene bei den Wobjects zu aktivieren. Standardmässig übernehmen die Wobjects die Berechtigungen der Seite.
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
Vorname
\r\nDer Vorname des Benutzers.
Zweiter Vorname
\r\nEin weiterer Vorname des Benutzers.
Nachname
\r\nDer Nachname des Benutzers.
Email Adresse
\r\nDie Emailadresse des Benutzers. Diese muss nur angegeben werden, wenn der Benutzer Funktionen nutzen möchte, die eine Emailadresse benötigen.
ICQ UIN
\r\nDie ICQ UIN ist die "User ID Number" im ICQ Network. ICQ ist eine sehr bekannte Messaging Plattform.
AIM Id
\r\nDie Account Id für den AOL Instant Messenger .
MSN Messenger Id
\r\nDie Account Id für das Microsoft Network Instant Messenger system.
Yahoo® Messenger Id
\r\nDie Account Id für den Yahoo® Instant Messenger system.
Mobiltelefon
\r\nDie Mobilfunknummer des Benutzers.
Pager
\r\nDie Pager Telefonnummer.
Email zu Pager Gateway
\r\nDie Pager Email Adresse.
Private Angaben
\r\nDie privaten Adressangaben.
Geschäftliche Angaben
\r\nDie geschäftlichen Adressangaben.
Geschlecht
\r\nDas Geschlecht des Benutzers.
Geburtsdatum
\r\nDas Geburtsdatum des Benutzers.
\r\nSprache
\r\nIn welcher Sprache sollen systembedingte Meldungen angezeigt werden?.
Zeitabweichung
\r\nDie Anzahl der Stunden (plus oder minus), die die Zeit des Benutzers von der Serverzeit abweicht. Dies wird benutzt, um die einzelnen Zeitzonen anzugleichen.
Erster Tag der Woche
\r\nDer erste Wochentag im Kalender. Zum Beispiel ist in den USA der erste Wochentag der Sonntag und in Deutschland ist es der Montag.
Datumsformat
\r\nIn welchem Format soll das Datum erscheinen?
Zeitformat
\r\nIn welchem Format soll die Zeit angezeigt werden?
Diskussions Layout
\r\nSollen Diskussionen in einer flachen oder beitragsbasierten Struktur angezeigt werden? In einer flachen Struktur werden die Beiträge in der Reihenfolge, wie sie angelegt wurden, angezeigt. In der beitragsbasierten Struktur wird eine hierarchische Liste der Antworten, so wie sie erstellt wurden, angezeigt.
Benachrichtigungen
\r\nWie soll der Benutzer über den Eingang neuer Nachrichten 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,NULL);
INSERT INTO international VALUES (856,'WebGUI',21,'õ ×ÁÓ ÎÅÔ ÐÒÁ× ÄÌÑ ÒÅÄÁËÔÉÒÏ×ÁÎÉÑ.',1041679656,NULL);
INSERT INTO international VALUES (61,'Article',21,'óÔÁÔØÉ (ÄÏÂÁ×ÌÅÎÉÅ/ÒÅÄÁËÔÉÒÏ×ÁÎÉÅ)',1048509014,NULL);
INSERT INTO international VALUES (23,'Article',21,'äÁÔÁ',1034227710,NULL);
INSERT INTO international VALUES (22,'Article',21,'á×ÔÏÒ',1034227698,NULL);
INSERT INTO international VALUES (894,'WebGUI',21,'òÁÚÒÅÛÉÔØ ÏÂÓÕÖÄÅÎÉÅ ÓÔÁÔØÉ?',1034227687,NULL);
INSERT INTO international VALUES (13,'Article',21,'õÄÁÌÉÔØ',1034227621,NULL);
INSERT INTO international VALUES (12,'Article',21,'òÅÄÁËÔÉÒÏ×ÁÔØ ÓÔÁÔØÀ',1034227611,NULL);
INSERT INTO international VALUES (1,'Article',21,'óÔÁÔØÑ',1034227567,NULL);
INSERT INTO international VALUES (10,'Article',21,'äÏÂÁ×ÉÔØ ÒÁÚÒÙ× ÓÔÒÏË?',1034227536,NULL);
INSERT INTO international VALUES (1,'ExtraColumn',21,'äÏÐÏÌÎÉÔÅÌØÎÁÑ ËÏÌÏÎËÁ',1034189690,NULL);
INSERT INTO international VALUES (1,'Poll',21,'ïÐÒÏÓ',1034189690,NULL);
INSERT INTO international VALUES (1,'SQLReport',21,'SQL-ÚÁÐÒÏÓ',1034189690,NULL);
INSERT INTO international VALUES (1,'SyndicatedContent',21,'URL Ë ÆÁÊÌÕ RSS',1034189690,NULL);
INSERT INTO international VALUES (1,'WebGUI',21,'äÏÂÁ×ÌÅÎÉÅ ÍÏÄÕÌÑ...',1034189690,NULL);
INSERT INTO international VALUES (1,'DataForm',21,'æÏÒÍÁ',1034189690,NULL);
INSERT INTO international VALUES (2,'EventsCalendar',21,'ïÒÇÁÎÁÊÚÅÒ',1034189690,NULL);
INSERT INTO international VALUES (2,'FAQ',21,'þÁÓÔÏ ÚÁÄÁ×ÁÅÍÙÅ ×ÏÐÒÏÓÙ',1034189690,NULL);
INSERT INTO international VALUES (2,'MessageBoard',21,'æÏÒÕÍ',1034189690,NULL);
INSERT INTO international VALUES (2,'SiteMap',21,'ëÁÒÔÁ ÓÁÊÔÁ',1034189690,NULL);
INSERT INTO international VALUES (2,'SyndicatedContent',21,' éÎÆÏÒÍÁÃÉÑ Ó ÄÒÕÇÉÈ ÓÁÊÔÏ×',1034189690,NULL);
INSERT INTO international VALUES (2,'WebGUI',21,'óÔÒÁÎÉÃÁ',1034189690,NULL);
INSERT INTO international VALUES (3,'Article',21,'îÁÞÁÌØÎÁÑ ÄÁÔÁ',1034189690,NULL);
INSERT INTO international VALUES (3,'ExtraColumn',21,'ðÒÏÂÅÌ',1034189690,NULL);
INSERT INTO international VALUES (3,'Item',21,'õÄÁÌÉÔØ ×ÌÏÖÅÎÎÙÊ ÆÁÊÌ',1034189690,NULL);
INSERT INTO international VALUES (3,'LinkList',21,'ïÔËÒÙ×ÁÔØ ÓÓÙÌËÕ × ÎÏ×ÏÍ ÏËÎÅ?',1034189690,NULL);
INSERT INTO international VALUES (3,'Poll',21,'áËÔÉ×ÎÙÅ',1034189690,NULL);
INSERT INTO international VALUES (3,'SiteMap',21,'îÁÞÁÌØÎÙÊ ÕÒÏ×ÅÎØ',1041690643,NULL);
INSERT INTO international VALUES (3,'SQLReport',21,'ûÁÂÌÏÎ ÏÔÞÅÔÏ×',1034189690,NULL);
INSERT INTO international VALUES (3,'WebGUI',21,'÷ÓÔÁ×ÉÔØ ÉÚ ÂÕÆÅÒÁ...',1034189690,NULL);
INSERT INTO international VALUES (4,'Article',21,'ëÏÎÅÞÎÁÑ ÄÁÔÁ',1034189690,NULL);
INSERT INTO international VALUES (4,'ExtraColumn',21,'ûÉÒÉÎÁ',1034189690,NULL);
INSERT INTO international VALUES (4,'Poll',21,'ëÔÏ ÉÍÅÅÔ ÐÒÁ×Ï ÇÏÌÏÓÁ?',1034189690,NULL);
INSERT INTO international VALUES (4,'SiteMap',21,'çÌÕÂÉÎÁ ×ÌÏÖÅÎÎÏÓÔÉ',1034189690,NULL);
INSERT INTO international VALUES (4,'SQLReport',21,'úÁÐÒÏÓ',1034189690,NULL);
INSERT INTO international VALUES (4,'SyndicatedContent',21,'òÅÄÁËÔÉÒÏ×ÁÎÉÅ ÉÎÆÏÒÍÁÃÉÉ Ó ÄÒÕÇÉÈ ÓÁÊÔÏ×',1034189690,NULL);
INSERT INTO international VALUES (4,'WebGUI',21,'îÁÓÔÒÏÊËÉ',1034189690,NULL);
INSERT INTO international VALUES (5,'ExtraColumn',21,'ëÌÁÓÓ CSS',1034189690,NULL);
INSERT INTO international VALUES (5,'FAQ',21,'÷ÏÐÒÏÓ',1034189690,NULL);
INSERT INTO international VALUES (821,'WebGUI',1,'Any',1038432387,NULL);
INSERT INTO international VALUES (5,'Poll',21,'ûÉÒÉÎÁ ÇÒÁÆÉËÁ',1034189690,NULL);
INSERT INTO international VALUES (5,'SiteMap',21,'òÅÄÁËÔÉÒÏ×ÁÔØ ËÁÒÔÕ ÓÁÊÔÁ',1034189690,NULL);
INSERT INTO international VALUES (5,'SQLReport',21,'DSN',1034189690,NULL);
INSERT INTO international VALUES (6,'ExtraColumn',21,'òÅÄÁËÔÉÒÏ×ÁÔØ ËÏÌÏÎËÕ',1034189690,NULL);
INSERT INTO international VALUES (6,'FAQ',21,'ïÔ×ÅÔ',1034189690,NULL);
INSERT INTO international VALUES (6,'LinkList',21,'óÐÉÓÏË ÓÓÙÌÏË',1034189690,NULL);
INSERT INTO international VALUES (6,'MessageBoard',21,'òÅÄÁËÔÉÒÏ×ÁÔØ ÆÏÒÕÍ',1034189690,NULL);
INSERT INTO international VALUES (6,'Poll',21,'÷ÏÐÒÏÓ',1034189690,NULL);
INSERT INTO international VALUES (6,'SiteMap',21,'ïÔÓÔÕÐ',1034189690,NULL);
INSERT INTO international VALUES (6,'SQLReport',21,'ðÏÌØÚÏ×ÁÔÅÌØ ÂÁÚÙ ÄÁÎÎÙÈ',1034189690,NULL);
INSERT INTO international VALUES (7,'Article',21,'îÁÚ×ÁÎÉÅ ÓÓÙÌËÉ',1034189690,NULL);
INSERT INTO international VALUES (7,'FAQ',21,'õÄÁÌÉÔØ ÜÔÏÔ ×ÏÐÒÏÓ?',1034189690,NULL);
INSERT INTO international VALUES (7,'Poll',21,'÷ÁÒÉÁÎÔÙ ÏÔ×ÅÔÏ×',1034189690,NULL);
INSERT INTO international VALUES (7,'SQLReport',21,'ðÁÒÏÌØ Ë ÂÁÚÅ ÄÁÎÎÙÈ',1034189690,NULL);
INSERT INTO international VALUES (8,'Article',21,'URL',1034189690,NULL);
INSERT INTO international VALUES (8,'EventsCalendar',21,'ðÅÒÉÏÄÉÞÎÏÓÔØ ÐÏ×ÔÏÒÅÎÉÊ ÓÏÂÙÔÉÑ',1046342497,NULL);
INSERT INTO international VALUES (8,'FAQ',21,'òÅÄÁËÔÉÒÏ×ÁÔØ ÓÐÉÓÏË ÞÁÓÔÏ ÚÁÄÁ×ÁÅÍÙÈ ×ÏÐÒÏÓÏ×',1034189690,NULL);
INSERT INTO international VALUES (8,'LinkList',21,'URL',1034189690,NULL);
INSERT INTO international VALUES (8,'SQLReport',21,'òÅÄÁËÔÉÒÏ×ÁÔØ SQL-ÚÁÐÒÏÓ ',1034189690,NULL);
INSERT INTO international VALUES (8,'WebGUI',21,'óÔÒÁÎÉÃÁ ÎÅ ÎÁÊÄÅÎÁ.',1034189690,NULL);
INSERT INTO international VALUES (9,'Article',21,'÷ÌÏÖÅÎÎÙÊ ÆÁÊÌ',1034189690,NULL);
INSERT INTO international VALUES (9,'EventsCalendar',21,'ÄÏ',1034189690,NULL);
INSERT INTO international VALUES (9,'FAQ',21,'äÏÂÁ×ÉÔØ ÎÏ×ÙÊ ×ÏÐÒÏÓ',1034189690,NULL);
INSERT INTO international VALUES (9,'LinkList',21,'õÄÁÌÉÔØ ÜÔÕ ÓÓÙÌËÕ?',1034189690,NULL);
INSERT INTO international VALUES (9,'Poll',21,'òÅÄÁËÔÉÒÏ×ÁÔØ ÇÏÌÏÓÏ×ÁÎÉÅ',1034189690,NULL);
INSERT INTO international VALUES (9,'SQLReport',21,'ïÛÉÂËÁ: DSN ÚÁÐÉÓÁÎ × ÎÅÐÒÁ×ÉÌØÎÏÍ ÆÏÒÍÁÔÅ.',1034189690,NULL);
INSERT INTO international VALUES (9,'WebGUI',21,'ðÒÏÓÍÏÔÒ ÓÏÄÅÒÖÉÍÏÇÏ ÂÕÆÅÒÁ ÏÂÍÅÎÁ.',1034189690,NULL);
INSERT INTO international VALUES (10,'FAQ',21,'òÅÄÁËÔÉÒÏ×ÁÔØ ×ÏÐÒÏÓ',1034189690,NULL);
INSERT INTO international VALUES (10,'LinkList',21,'òÅÄÁËÔÉÒÏ×ÁÔØ ÓÐÉÓÏË ÓÓÙÌÏË',1034189690,NULL);
INSERT INTO international VALUES (10,'Poll',21,'óÂÒÏÓÉÔØ ÒÅÚÕÌØÔÁÔÙ ÇÏÌÏÓÏ×ÁÎÉÑ',1034189690,NULL);
INSERT INTO international VALUES (11,'Poll',21,'ðÒÏÇÏÌÏÓÏ×ÁÔØ',1034189690,NULL);
INSERT INTO international VALUES (10,'SQLReport',21,'ïÛÉÂËÁ: ÎÅÐÒÁ×ÉÌØÎÙÊ ÆÏÒÍÁÔ SQL-ÚÁÐÒÏÓÁ.',1034189690,NULL);
INSERT INTO international VALUES (10,'WebGUI',21,'ëÏÒÚÉÎÁ',1034189690,NULL);
INSERT INTO international VALUES (1022,'WebGUI',1,'Subscribe to discussion',1065875027,'A label for a link that subscribes the user to the discussion they are currently viewing.');
INSERT INTO international VALUES (11,'SQLReport',21,'ïÛÉÂËÁ: ÐÒÏÂÌÅÍÙ Ó ×ÁÛÉÍ ÚÁÐÒÏÓÏÍ.',1034189690,NULL);
INSERT INTO international VALUES (11,'WebGUI',21,'ïÞÉÓÔÉÔØ ËÏÒÚÉÎÕ',1034189690,NULL);
INSERT INTO international VALUES (12,'EventsCalendar',21,'ïÒÇÁÎÁÊÚÅÒ',1046341762,NULL);
INSERT INTO international VALUES (12,'LinkList',21,'òÅÄÁËÔÉÒÏ×ÁÔØ ÓÓÙÌËÕ',1034189690,NULL);
INSERT INTO international VALUES (12,'SQLReport',21,'ïÛÉÂËÁ: ÎÅ ÍÏÇÕ ÓÏÅÄÉÎÉÔØÓÑ Ó ÂÁÚÏÊ.',1034189690,NULL);
INSERT INTO international VALUES (12,'WebGUI',21,'õÂÒÁÔØ ÐÁÎÅÌØ ÕÐÒÁ×ÌÅÎÉÑ',1034189690,NULL);
INSERT INTO international VALUES (13,'EventsCalendar',21,'òÅÄÁËÔÏÒ ÓÏÂÙÔÉÊ',1046341870,NULL);
INSERT INTO international VALUES (13,'WebGUI',21,'ðÏÍÏÝØ',1034189690,NULL);
INSERT INTO international VALUES (14,'WebGUI',21,'ðÒÏÓÍÏÔÒÅÔØ ÎÅÏËÏÎÞÅÎÎÙÅ ÐÏÓÙÌËÉ.',1034189690,NULL);
INSERT INTO international VALUES (15,'WebGUI',21,'ñÎ×ÁÒØ',1034189690,NULL);
INSERT INTO international VALUES (16,'WebGUI',21,'æÅ×ÒÁÌØ',1034189690,NULL);
INSERT INTO international VALUES (17,'WebGUI',21,'íÁÒÔ',1034189690,NULL);
INSERT INTO international VALUES (18,'WebGUI',21,'áÐÒÅÌØ',1034189690,NULL);
INSERT INTO international VALUES (1016,'WebGUI',21,'ïÔ×ÅÔÙ',1034189690,NULL);
INSERT INTO international VALUES (19,'WebGUI',21,'íÁÊ',1034189690,NULL);
INSERT INTO international VALUES (1017,'WebGUI',21,'ðÏÓÌÅÄÎÉÊ ÏÔ×ÅÔ',1034189690,NULL);
INSERT INTO international VALUES (20,'WebGUI',21,'éÀÎØ',1034189690,NULL);
INSERT INTO international VALUES (21,'WebGUI',21,'éÀÌØ',1034189690,NULL);
INSERT INTO international VALUES (22,'WebGUI',21,'á×ÇÕÓÔ',1034189690,NULL);
INSERT INTO international VALUES (23,'WebGUI',21,'óÅÎÔÑÂÒØ',1034189690,NULL);
INSERT INTO international VALUES (24,'WebGUI',21,'ïËÔÑÂÒØ',1034189690,NULL);
INSERT INTO international VALUES (25,'WebGUI',21,'îÏÑÂÒØ',1034189690,NULL);
INSERT INTO international VALUES (26,'WebGUI',21,'äÅËÁÂÒØ',1034189690,NULL);
INSERT INTO international VALUES (27,'WebGUI',21,'÷ÏÓËÒÅÓÅÎØÅ',1034189690,NULL);
INSERT INTO international VALUES (28,'WebGUI',21,'ðÏÎÅÄÅÌØÎÉË',1034189690,NULL);
INSERT INTO international VALUES (29,'WebGUI',21,'÷ÔÏÒÎÉË',1034189690,NULL);
INSERT INTO international VALUES (30,'WebGUI',21,'óÒÅÄÁ',1034189690,NULL);
INSERT INTO international VALUES (31,'WebGUI',21,'þÅÔ×ÅÒÇ',1034189690,NULL);
INSERT INTO international VALUES (32,'WebGUI',21,'ðÑÔÎÉÃÁ',1034189690,NULL);
INSERT INTO international VALUES (33,'WebGUI',21,'óÕÂÂÏÔÁ',1034189690,NULL);
INSERT INTO international VALUES (34,'WebGUI',21,'õÓÔÁÎÏ×ÉÔØ ÄÁÔÕ',1034189690,NULL);
INSERT INTO international VALUES (35,'WebGUI',21,'æÕÎËÃÉÉ ÕÐÒÁ×ÌÅÎÉÑ',1034189690,NULL);
INSERT INTO international VALUES (36,'WebGUI',21,'üÔÕ ÆÕÎËÃÉÀ ÍÏÖÅÔ ×ÙÐÏÌÎÉÔØ ÔÏÌØËÏ ÁÄÍÉÎÉÓÔÒÁÔÏÒ ÓÉÓÔÅÍÙ. óÐÉÓÏË ÁÄÍÉÎÉÓÔÒÁÔÏÒÏ×:',1034189690,NULL);
INSERT INTO international VALUES (37,'WebGUI',21,'äÏÓÔÕÐ ÚÁÐÒÅÝÅÎ!',1034189690,NULL);
INSERT INTO international VALUES (38,'WebGUI',21,'õ ×ÁÓ ÎÅÔ ÐÒÁ× ÄÌÑ ×ÙÐÏÌÎÅÎÉÑ ÜÔÏÊ ÏÐÅÒÁÃÉÉ.',1034189690,NULL);
INSERT INTO international VALUES (39,'WebGUI',21,'äÌÑ ÄÏÓÔÕÐÁ ÎÁ ÜÔÕ ÓÔÒÁÎÉÃÕ ×Ù ÎÅ ÄÏÌÖÎÙ ÉÍÅÔØ ÓÐÅÃÉÁÌØÎÙÈ ÐÒÉ×ÉÌÅÇÉÊ.',1034189690,NULL);
INSERT INTO international VALUES (40,'WebGUI',21,'óÉÓÔÅÍÎÙÅ ËÏÍÐÏÎÅÎÔÙ',1034189690,NULL);
INSERT INTO international VALUES (41,'WebGUI',21,'÷Ù ÐÙÔÁÅÔÅÓØ ÕÄÁÌÉÔØ ÓÉÓÔÅÍÎÙÅ ËÏÍÐÏÎÅÎÔÙ.',1034189690,NULL);
INSERT INTO international VALUES (42,'WebGUI',21,'ðÏÄÔ×ÅÒÄÉÔÅ ÄÅÊÓÔ×ÉÅ',1034189690,NULL);
INSERT INTO international VALUES (43,'WebGUI',21,'õÄÁÌÉÔØ ÜÔÏÔ ËÏÍÐÏÎÅÎÔ?',1034189690,NULL);
INSERT INTO international VALUES (46,'WebGUI',21,'íÏÊ ÁËËÁÕÎÔ',1034189690,NULL);
INSERT INTO international VALUES (47,'WebGUI',21,'äÏÍÏÊ',1034189690,NULL);
INSERT INTO international VALUES (48,'WebGUI',21,'úÄÒÁ×ÓÔ×ÕÊÔÅ',1034189690,NULL);
INSERT INTO international VALUES (50,'WebGUI',21,'éÍÑ',1034189690,NULL);
INSERT INTO international VALUES (51,'WebGUI',21,'ðÁÒÏÌØ',1034189690,NULL);
INSERT INTO international VALUES (52,'WebGUI',21,'×ÏÊÔÉ',1034189690,NULL);
INSERT INTO international VALUES (53,'WebGUI',21,'÷ÅÒÓÉÑ ÄÌÑ ÐÅÞÁÔÉ',1036492742,NULL);
INSERT INTO international VALUES (54,'WebGUI',21,'óÏÚÄÁÔØ ÁËËÁÕÎÔ',1034189690,NULL);
INSERT INTO international VALUES (2,'Auth/WebGUI',21,'ðÁÒÏÌØ (ÐÏÄÔ×ÅÒÖÄÅÎÉÅ)',1034189690,NULL);
INSERT INTO international VALUES (56,'WebGUI',21,'e-mail',1034189690,NULL);
INSERT INTO international VALUES (57,'WebGUI',21,'üÔÏ ÎÅÏÂÈÏÄÉÍÏ ÅÓÌÉ ×Ù ÈÏÔÉÔÅ ÉÓÐÏÌØÚÏ×ÁÔØ ÆÕÎËÃÉÉ, Ó×ÑÚÁÎÎÙÅ Ó ÏÔÐÒÁ×ËÏÊ e-mail.',1034189690,NULL);
INSERT INTO international VALUES (58,'WebGUI',21,'ñ ÕÖÅ ÚÁÒÅÇÉÓÔÒÉÒÏ×ÁÎ × ÜÔÏÊ ÓÉÓÔÅÍÅ',1034189690,NULL);
INSERT INTO international VALUES (59,'WebGUI',21,'ñ ÚÁÂÙÌ ÐÁÒÏÌØ',1034189690,NULL);
INSERT INTO international VALUES (61,'WebGUI',21,'ïÂÎÏ×ÉÔØ ÉÎÆÏÒÍÁÃÉÀ Ï ÁËËÁÕÎÔÅ',1034189690,NULL);
INSERT INTO international VALUES (62,'WebGUI',21,'ÓÏÈÒÁÎÉÔØ',1034189690,NULL);
INSERT INTO international VALUES (63,'WebGUI',21,'÷ËÌÀÞÉÔØ ÐÁÎÅÌØ ÁÄÍÉÎÉÓÔÒÉÒÏ×ÁÎÉÑ.',1034189690,NULL);
INSERT INTO international VALUES (66,'WebGUI',21,'÷ÏÊÔÉ × ÓÉÓÔÅÍÕ',1034189690,NULL);
INSERT INTO international VALUES (67,'WebGUI',21,'óÏÚÄÁÔØ ÎÏ×ÙÊ ÁËËÁÕÎÔ.',1034189690,NULL);
INSERT INTO international VALUES (69,'WebGUI',21,'ðÏÖÁÌÕÊÓÔÁ Ó×ÑÖÉÔÅÓØ Ó ÓÉÓÔÅÍÎÙÍ ÁÄÍÉÎÉÓÔÒÁÔÏÒÏÍ.',1034189690,NULL);
INSERT INTO international VALUES (70,'WebGUI',21,'ïÛÉÂËÁ',1034189690,NULL);
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\nTitle
The name of the item in the trash. You may view the item by selecting the title.\r\n
Type
The type of content. For instance, a Page, Article, EventsCalendar, etc.\r\n
Trash Date
The date and time the item was added to the trash\r\n
Previous Location
The location where the item was previously found. You may view the previous location by selecting the location.
Username
The username of the individual who placed the item in the trash. This optional field is only visible in shared trash environments or when an administrator is managing the system trash.',1052850265,NULL);
INSERT INTO international VALUES (16,'DataForm',21,'ðÏÄÔ×ÅÒÖÄÅÎÉÅ',1034189690,NULL);
INSERT INTO international VALUES (17,'DataForm',21,'ðÉÓØÍÏ ÏÔÐÒÁ×ÌÅÎÏ',1034189690,NULL);
INSERT INTO international VALUES (18,'DataForm',21,'÷ÅÒÎÕÔØÓÑ',1034189690,NULL);
INSERT INTO international VALUES (19,'DataForm',21,'õÄÁÌÉÔØ ÐÏÌÅ?',1034189690,NULL);
INSERT INTO international VALUES (20,'DataForm',21,'òÅÄÁËÔÉÒÏ×ÁÎÉÅ ÐÏÌÑ',1034189690,NULL);
INSERT INTO international VALUES (21,'DataForm',21,'îÁÚ×ÁÎÉÅ ÐÏÌÑ',1034189690,NULL);
INSERT INTO international VALUES (22,'DataForm',21,'óÔÁÔÕÓ',1034189690,NULL);
INSERT INTO international VALUES (23,'DataForm',21,'ôÉÐ',1034189690,NULL);
INSERT INTO international VALUES (24,'DataForm',21,'÷ÏÚÍÏÖÎÙÅ ÚÎÁÞÅÎÉÑ (ôÏÌØËÏ ÄÌÑ ×ÙÐÁÄÁÀÝÉÈ ÍÅÎÀ)',1034189690,NULL);
INSERT INTO international VALUES (25,'DataForm',21,'úÎÁÞÅÎÉÅ ÐÏ ÕÍÏÌÞÁÎÉÀ (ÏÐÃÉÏÎÁÌØÎÏ)',1034189690,NULL);
INSERT INTO international VALUES (945,'WebGUI',1,'Scratch Filter',1052560369,'There is a type of session variable called a \"scratch\" variable. So a scratch filter allows you to add someone to a group based upon a scratch variable.');
INSERT INTO international VALUES (642,'WebGUI',21,'óÔÒÁÎÉÃÁ (ÄÏÂÁ×ÌÅÎÉÅ/ÒÅÄÁËÔÉÒÏ×ÁÎÉÅ)',1042132791,NULL);
INSERT INTO international VALUES (61,'Item',21,'óÓÙÌËÁ ÎÁ ÄÏËÕÍÅÎÔ (ÄÏÂÁ×ÌÅÎÉÅ/ÒÅÄÁËÔÉÒÏ×ÁÎÉÅ)',1041688165,NULL);
INSERT INTO international VALUES (61,'FAQ',21,'þÁÓÔÏ ÚÁÄÁ×ÁÅÍÙÅ ×ÏÐÒÏÓÙ (ÄÏÂÁ×ÌÅÎÉÅ/ÒÅÄÁËÔÉÒÏ×ÁÎÉÅ)',1041687588,NULL);
INSERT INTO international VALUES (61,'SyndicatedContent',21,'éÎÆÏÒÍÁÃÉÑ Ó ÄÒÕÇÉÈ ÓÁÊÔÏ× (ÄÏÂÁ×ÌÅÎÉÅ/ÒÅÄÁËÔÉÒÏ×ÁÎÉÅ)',1048510340,NULL);
INSERT INTO international VALUES (61,'EventsCalendar',21,'ïÒÇÁÎÁÊÚÅÒ (ÄÏÂÁ×ÌÅÎÉÅ/ÒÅÄÁËÔÉÒÏ×ÁÎÉÅ)',1041683121,NULL);
INSERT INTO international VALUES (61,'LinkList',21,'óÐÉÓÏË ÓÓÙÌÏË (ÄÏÂÁ×ÌÅÎÉÅ/ÒÅÄÁËÔÉÒÏ×ÁÎÉÅ)',1041688304,NULL);
INSERT INTO international VALUES (61,'ExtraColumn',21,'äÏÐÏÌÎÉÔÅÌØÎÁ ËÏÌÏÎËÁ (ÄÏÂÁ×ÌÅÎÉÅ/ÒÅÄÁËÔÉÒÏ×ÁÎÉÅ)',1041684269,NULL);
INSERT INTO international VALUES (61,'Poll',21,'çÏÌÏÓÏ×ÁÎÉÅ (ÄÏÂÁ×ÌÅÎÉÅ/ÒÅÄÁËÔÉÒÏ×ÁÎÉÅ)',1034189690,NULL);
INSERT INTO international VALUES (61,'SiteMap',21,'ëÁÒÔÁ ÓÁÊÔÁ (ÄÏÂÁ×ÌÅÎÉÅ/ÒÅÄÁËÔÉÒÏ×ÁÎÉÅ)',1041690702,NULL);
INSERT INTO international VALUES (61,'SQLReport',21,'SQL-ÚÁÐÒÏÓ (ÄÏÂÁ×ÌÅÎÉÅ/ÒÅÄÁËÔÉÒÏ×ÁÎÉÅ)',1034189690,NULL);
INSERT INTO international VALUES (62,'DataForm',21,'ðÏÌÑ ÆÏÒÍÙ (ÄÏÂÁ×ÌÅÎÉÅ/ÒÅÄÁËÔÉÒÏ×ÁÎÉÅ)',1041688800,NULL);
INSERT INTO international VALUES (71,'SyndicatedContent',21,'ðÒÉ ÐÏÍÏÝÉ ÜÔÏÇÏ ÍÏÄÕÌÑ ×Ù ÍÏÖÅÔÅ ÉÓÐÏÌØÚÏ×ÁÔØ ÉÎÆÏÒÍÁÃÉÀ, ÒÁÚÍÅÝÅÎÎÕÀ ÎÁ ÄÒÕÇÉÈ ÓÁÊÔÁÈ ÉÓÐÏÌØÚÕÑ RDF/RSS.\r\n
\r\n\r\nURL Ë ÆÁÊÌÕ RSS
\r\n÷×ÅÄÉÔÅ ÔÏÞÎÙÊ URL (ÎÁÞÉÎÁÑ Ó http://) Ë ÆÁÊÌÕ RDF ÉÌÉ RSS. éÎÆÏÒÍÁÃÉÑ Ó ×ÙÂÒÁÎÎÏÇÏ ÓÁÊÔÁ ÂÕÄÅÔ ÓËÁÞÉ×ÁÔØÓÑ ËÁÖÄÙÊ ÞÁÓ.\r\n
\r\nûÁÂÌÏÎ
\r\n÷ÙÂÅÒÉÔÅ ÛÁÂÌÏÎ ÄÌÑ ÍÏÄÕÌÑ ÓÂÏÒÁ ÉÎÆÏÒÍÁÃÉÉ.',1048510491,NULL);
INSERT INTO international VALUES (71,'MessageBoard',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ÂÅÚ ÐÒÏÓÍÏÔÒÁ ÏÚÎÁÞÁÅÔ, ÞÔÏ ÓÏÏÂÝÅÎÉÅ ÏÔÐÒÁ×ÌÅÎÎÏÊ ÐÏÌØÚÏ×ÁÔÅÌÅÍ ÎÅÍÅÄÌÅÎÎÏ ÐÕÂÌÉËÕÅÔÓÑ ÎÁ ÓÁÊÔÅ. ðÒÅÄ×ÁÒÉÔÅÌØÎÙÊ ÐÒÏÓÍÏÔÒ ÓÏÏÂÝÅÎÉÑ ÏÚÎÁÞÁÅÔ, ÞÔÏ ÐÅÒÅÄ ÐÕÂÌÉËÁÃÉÅÊ ÎÁ ÓÁÊÔÅ ÍÏÄÅÒÁÔÏÒ ÐÒÏÓÍÁÔÒÉ×ÁÅÔ ÓÏÏÂÝÅÎÉÑ, É ÔÏÌØËÏ ÐÏÓÌÅ ÅÇÏ ÒÁÚÒÅÛÅÎÉÑ ÓÏÏÂÝÅÎÉÅ ÐÕÂÌÉËÕÅÔÓÑ ÎÁ ÓÁÊÔÅ.\r\n',1048509829,NULL);
INSERT INTO international VALUES (71,'LinkList',21,'ðÏÚ×ÏÌÑÅÔ Á×ÔÏÍÁÔÉÚÉÒÏ×ÁÔØ ÐÒÏÃÅÓÓ ÄÏÂÁ×ÌÅÎÉÑ ÓÓÙÌÏË ÎÁ ÓÁÊÔ.\r\n
\r\nûÁÂÌÏÎ
\r\n÷ÙÂÅÒÉÔÅ ×ÎÅÛÎÉÊ ×ÉÄ ÍÏÄÕÌÑ.\r\n
\r\nóÌÅÄÕÀÝÅÅ ÄÅÊÓÔ×ÉÅ
',1041688386,NULL);
INSERT INTO international VALUES (855,'WebGUI',21,'óÐÉÓÏË ÛÁÂÌÏÎÏ×',1041679407,NULL);
INSERT INTO international VALUES (854,'WebGUI',21,'óÐÉÓÏË ×ÓÅÈ ÛÁÂÌÏÎÏ×',1041679264,NULL);
INSERT INTO international VALUES (853,'WebGUI',21,'õÄÁÌÉÔØ ÛÁÂÌÏÎ',1041679018,NULL);
INSERT INTO international VALUES (852,'WebGUI',21,'ëÏÐÉÒÏ×ÁÔØ ÛÁÂÌÏÎ',1041678905,NULL);
INSERT INTO international VALUES (851,'WebGUI',21,'òÅÄÁËÔÉÒÏ×ÁÔØ ÛÁÂÌÏÎ',1041678870,NULL);
INSERT INTO international VALUES (848,'WebGUI',21,'ïÛÉÂËÁ ÓÉÎÔÁËÓÉÓÁ × ÛÁÂÌÏÎÅ!',1041678800,NULL);
INSERT INTO international VALUES (847,'WebGUI',21,'÷ÅÒÎÕÔØÓÑ ÎÁ ÔÅËÕÝÕÀ ÓÔÒÁÎÉÃÕ',1041678676,NULL);
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,NULL);
INSERT INTO international VALUES (670,'WebGUI',21,'çÒÁÆÉÞÅÓËÉÊ ÆÁÊÌ (ÄÏÂÁ×ÌÅÎÉÅ/ÒÅÄÁËÔÉÒÏ×ÁÎÉÅ)',1042132839,NULL);
INSERT INTO international VALUES (72,'EventsCalendar',21,'óÏÂÙÔÉÅ (ÄÏÂÁ×ÌÅÎÉÅ/ÒÅÄÁËÔÉÒÏ×ÁÎÉÅ)',1041684015,NULL);
INSERT INTO international VALUES (72,'FAQ',21,'÷ÏÐÒÏÓ (ÄÏÂÁ×ÌÅÎÉÅ/ÒÅÄÁËÔÉÒÏ×ÁÎÉÅ)',1041687982,NULL);
INSERT INTO international VALUES (697,'WebGUI',21,'îÁÂÌÀÄÅÎÉÅ (ÉÓÐÏÌØÚÏ×ÁÎÉÅ)',1034189690,NULL);
INSERT INTO international VALUES (5,'WobjectProxy',21,'ðÒÏËÓÉ ÍÏÄÕÌÅÊ (ÄÏÂÁ×ÌÅÎÉÅ/ÒÅÄÁËÔÉÒÏ×ÁÎÉÅ)',1037087918,NULL);
INSERT INTO international VALUES (72,'Poll',21,'òÁÓÐÏÌÁÇÁÔØ ÏÔ×ÅÔÙ × ÐÒÏÉÚ×ÏÌØÎÏÍ ÐÏÒÑÄËÅ?',1034189690,NULL);
INSERT INTO international VALUES (699,'WebGUI',21,'ðÅÒ×ÙÊ ÒÁÂÏÞÉÊ ÄÅÎØ',1034189690,NULL);
INSERT INTO international VALUES (702,'WebGUI',21,'íÅÓÑÃ',1034189690,NULL);
INSERT INTO international VALUES (703,'WebGUI',21,'ÇÏÄ/ÇÏÄÁ/ÌÅÔ',1036152691,NULL);
INSERT INTO international VALUES (705,'WebGUI',21,'ÍÉÎÕÔ(Á)',1036152890,NULL);
INSERT INTO international VALUES (706,'WebGUI',21,'ÞÁÓ(Ï×)',1036152945,NULL);
INSERT INTO international VALUES (716,'WebGUI',21,'÷ÏÊÔÉ × ÓÉÓÔÅÍÕ',1034189690,NULL);
INSERT INTO international VALUES (717,'WebGUI',21,'÷ÙÊÔÉ ÉÚ ÓÉÓÔÅÍÙ',1034189690,NULL);
INSERT INTO international VALUES (722,'WebGUI',21,'Id',1034189690,NULL);
INSERT INTO international VALUES (721,'WebGUI',21,'ðÒÏÓÔÒÁÎÓÔ×Ï ÉÍÅÎ',1034189690,NULL);
INSERT INTO international VALUES (804,'WebGUI',21,'ËÏÐÉÒÏ×ÁÔØ ÛÁÂÌÏÎ',1042133520,NULL);
INSERT INTO international VALUES (805,'WebGUI',21,'õÄÁÌÉÔØ ÛÁÂÌÏÎ',1042133548,NULL);
INSERT INTO international VALUES (806,'WebGUI',21,'õÄÁÌÉÔØ ÇÒÕÐÐÕ',1042133567,NULL);
INSERT INTO international VALUES (807,'WebGUI',21,'õÐÒÁ×ÌÅÎÉÅ ÐÏÄÇÒÕÐÐÁÍÉ',1042134020,NULL);
INSERT INTO international VALUES (808,'WebGUI',21,'ïÔÐÒÁ×ÉÔØ ÐÉÓØÍÏ ÄÌÑ ÇÒÕÐÐÙ',1042133768,NULL);
INSERT INTO international VALUES (809,'WebGUI',21,'óÏÏÂÝÅÎÉÅ ÄÌÑ ÐÏÌØÚÏ×ÁÔÅÌÅÊ ÇÒÕÐÐÙ',1042133907,NULL);
INSERT INTO international VALUES (810,'WebGUI',21,'ðÏÓÌÁÔØ',1042133933,NULL);
INSERT INTO international VALUES (447,'WebGUI',21,'ëÁÒÔÁ ÓÁÊÔÁ',1034156022,NULL);
INSERT INTO international VALUES (5,'WebGUI',21,'óÐÉÓÏË ÇÒÕÐÐ ÐÏÌØÚÏ×ÁÔÅÌÅÊ',1034155904,NULL);
INSERT INTO international VALUES (90,'WebGUI',21,'äÏÂÁ×ÉÔØ ÎÏ×ÕÀ ÇÒÕÐÐÕ',1034153981,NULL);
INSERT INTO international VALUES (89,'WebGUI',21,'óÐÉÓÏË ÇÒÕÐÐ ÐÏÌØÚÏ×ÁÔÅÌÅÊ',1034153938,NULL);
INSERT INTO international VALUES (157,'WebGUI',21,'óÐÉÓÏË ÇÒÁÆÉÞÅÓËÉÈ ÏÂÏÌÏÞÅË',1034153862,NULL);
INSERT INTO international VALUES (6,'WebGUI',21,'çÒÁÆÉÞÅÓËÁÑ ÏÂÏÌÏÞËÁ ÓÁÊÔÁ',1034153818,NULL);
INSERT INTO international VALUES (158,'WebGUI',21,'äÏÂÁ×ÉÔØ ÎÏ×ÕÀ ÇÒÁÆÉÞÅÓËÕÀ ÏÂÏÌÏÞËÕ',1034153765,NULL);
INSERT INTO international VALUES (169,'WebGUI',21,'äÏÂÁ×ÉÔØ ÎÏ×ÏÇÏ ÐÏÌØÚÏ×ÁÔÅÌÑ',1034153708,NULL);
INSERT INTO international VALUES (7,'WebGUI',21,'óÐÉÓÏË ÐÏÌØÚÏ×ÁÔÅÌÅÊ ÓÁÊÔÁ',1034153673,NULL);
INSERT INTO international VALUES (117,'WebGUI',21,'õÐÒÁ×ÌÅÎÉÅ ÎÏ×ÙÍÉ ÐÏÌØÚÏ×ÁÔÅÌÑÍÉ',1036145263,NULL);
INSERT INTO international VALUES (342,'WebGUI',21,'òÅÄÁËÔÉÒÏ×ÁÔØ ÉÎÆÏÒÍÁÃÉÀ Ï ÁËËÁÕÎÔÅ',1034153304,NULL);
INSERT INTO international VALUES (455,'WebGUI',21,'òÅÄÁËÔÉÒÏ×ÁÔØ ÉÎÆÏÒÍÁÃÉÀ Ï ÐÏÌØÚÏ×ÁÔÅÌÅ',1034153274,NULL);
INSERT INTO international VALUES (308,'WebGUI',21,'éÎÆÏÒÍÁÃÉÑ Ï ÐÏÌØÚÏ×ÁÔÅÌÑÈ',1034153248,NULL);
INSERT INTO international VALUES (68,'WebGUI',21,'ôÁËÏÊ ÐÏÌØÚÏ×ÁÔÅÌØ × ÓÉÓÔÅÍÅ ÎÅ ÚÁÒÅÇÉÓÔÒÉÒÏ×ÁÎ ÉÌÉ ÉÍÑ/ÐÁÒÏÌØ ××ÅÄÅÎÙ ÎÅÐÒÁ×ÉÌØÎÏ.',1034152803,NULL);
INSERT INTO international VALUES (140,'WebGUI',21,'ïÂÝÉÅ ÎÁÓÔÒÏÊËÉ',1034152676,NULL);
INSERT INTO international VALUES (133,'WebGUI',21,'îÁÓÔÒÏÊËÁ e-mail',1045500193,NULL);
INSERT INTO international VALUES (1025,'WebGUI',21,'äÏÂÁ×ÉÔØ ËÏÍÍÅÎÔÁÒÉÊ Ï ÒÅÄÁËÔÉÒÏ×ÁÎÉÉ?',1037169664,NULL);
INSERT INTO international VALUES (515,'WebGUI',21,'äÏÂÁ×ÉÔØ ËÏÍÍÅÎÔÁÒÉÊ Ï ÒÅÄÁËÔÉÒÏ×ÁÎÉÉ?',1037169693,NULL);
INSERT INTO international VALUES (406,'WebGUI',21,'òÁÚÍÅÒ ÕÍÅÎØÛÅÎÎÙÈ ËÏÐÉÊ ÉÚÏÂÒÁÖÅÎÉÊ',1034149253,NULL);
INSERT INTO international VALUES (130,'WebGUI',21,'íÁËÓÉÍÁÌØÎÙÊ ÒÁÚÍÅÒ ×ÌÏÖÅÎÎÙÈ ÆÁÊÌÏ×',1034149144,NULL);
INSERT INTO international VALUES (398,'WebGUI',21,'ïÂßÑ×ÌÅÎÉÅ ÔÉÐÁ ÄÏËÕÍÅÎÔÏ×',1034149105,NULL);
INSERT INTO international VALUES (141,'WebGUI',21,'óÔÒÁÎÉÃÁ \"óÔÒÁÎÉÃÁ ÎÅ ÎÁÊÄÅÎÁ\"',1034149033,NULL);
INSERT INTO international VALUES (527,'WebGUI',21,'îÁÞÁÌØÎÁÑ ÓÔÒÁÎÉÃÁ',1034148929,NULL);
INSERT INTO international VALUES (525,'WebGUI',21,'éÎÆÏÒÍÁÃÉÏÎÎÏÅ ÎÁÐÏÌÎÅÎÉÅ',1034148876,NULL);
INSERT INTO international VALUES (127,'WebGUI',21,'URL ÓÁÊÔÁ ÆÉÒÍÙ',1034148744,NULL);
INSERT INTO international VALUES (125,'WebGUI',21,'îÁÚ×ÁÎÉÅ ÆÉÒÍÙ',1034148713,NULL);
INSERT INTO international VALUES (124,'WebGUI',21,'éÎÆÏÒÍÁÃÉÑ Ï ÆÉÒÍÅ',1034148253,NULL);
INSERT INTO international VALUES (584,'WebGUI',21,'äÏÂÁ×ÉÔØ ÎÏ×ÙÊ ÑÚÙË',1042130354,NULL);
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,NULL);
INSERT INTO international VALUES (1,'Item',21,'URL',1034072933,NULL);
INSERT INTO international VALUES (73,'FAQ',21,'÷ÏÐÒÏÓ
\r\n÷×ÅÄÉÔÅ ÔÅËÓÔ ×ÏÐÒÏÓ.\r\n
\r\nïÔ×ÅÔ
\r\n÷×ÅÄÉÔÅ ÔÅËÓÔ ÏÔ×ÅÔÁ.\r\n
\r\nóÌÅÄÕÀÝÅÅ ÄÅÊÓÔ×ÉÅ
\r\n\r\n',1041688061,NULL);
INSERT INTO international VALUES (71,'FAQ',21,'äÏÂÁ×É× \"ÞÁÓÔÏ ÚÁÄÁ×ÁÅÍÙÅ ×ÏÐÒÏÓÙ\" ÎÁ ×ÁÛ ÓÁÊÔ, ×Ù ÉÚÂÁ×ÉÔÅ ÓÅÂÑ ÏÔ ÎÅÏÂÈÏÄÉÍÏÓÔÉ ÏÔ×ÅÞÁÔØ, Á ÐÏÌØÚÏ×ÁÔÅÌÅÊ ÓÁÊÔÁ ÚÁÄÁ×ÁÔØ ×ÏÐÒÏÓÙ, Ó×ÑÚÁÎÎÙÅ Ó ÐÒÁ×ÉÌÁÍÉ ÒÅÇÉÓÔÒÁÃÉÉ, ÉÓÐÏÌØÚÏ×ÁÎÉÅÍ ÓÁÊÔÁ É Ô.Ä.\r\n
\r\nûÁÂÌÏÎ
\r\n÷ÙÂÅÒÉÔÅ ÛÁÂÌÏÎ ÄÌÑ ÞÁÓÔÏ ÚÁÄÁ×ÁÅÍÙÈ ×ÏÐÒÏÓÏ×.\r\n
\r\nóÌÅÄÕÀÝÅÅ ÄÅÊÓÔ×ÉÅ
',1041687957,NULL);
INSERT INTO international VALUES (78,'EventsCalendar',21,'õÄÁÌÅÎÉÅ ÎÅ ×ÏÚÍÏÖÎÏ',1034072600,NULL);
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,NULL);
INSERT INTO international VALUES (4,'WobjectProxy',21,'ðÒÏËÓÉ ÍÏÄÕÌÅÊ ÎÅ ÒÁÂÏÔÁÅÔ. ÷ÏÚÍÏÖÎÏ ÍÏÄÕÌØ ÕÄÁÌÅÎ.',1037087909,NULL);
INSERT INTO international VALUES (95,'WebGUI',21,'ðÏÍÏÝØ',1034071300,NULL);
INSERT INTO international VALUES (86,'WebGUI',21,'õÄÁÌÉÔØ ÜÔÕ ÇÒÕÐÐÕ?',1034071269,NULL);
INSERT INTO international VALUES (719,'WebGUI',21,'ÕÓÔÁÒ.',1034071136,NULL);
INSERT INTO international VALUES (71,'WebGUI',21,'÷ÏÓÓÔÁÎÏ×ÉÔØ ÐÁÒÏÌØ',1034071069,NULL);
INSERT INTO international VALUES (60,'WebGUI',21,'÷ÓÑ ÉÎÆÏÒÍÁÃÉÑ Ï ×ÁÛÅÍ ÁËËÁÕÎÔÅ ÂÕÄÅÔ ÐÏÔÅÒÑÎÁ!
õÄÁÌÉÔØ ×ÁÛ ÁËËÁÕÎÔ? \r\n',1034070891,NULL);
INSERT INTO international VALUES (564,'WebGUI',21,'ëÔÏ ÉÍÅÅÔ ÐÒÁ×Ï ÐÒÉÎÉÍÁÔØ ÕÞÁÓÔÉÅ × ÏÂÓÕÖÄÅÎÉÉ?',1036490781,NULL);
INSERT INTO international VALUES (1028,'WebGUI',1,'Moderate posts?',1065966284,'Asking the admin whether they wish to moderate the posts in a discussion or just allow all posts to go out.');
INSERT INTO international VALUES (596,'WebGUI',21,'ÎÅ ÎÁÊÄÅÎÏ',1034070631,NULL);
INSERT INTO international VALUES (536,'WebGUI',21,'îÁ ÓÁÊÔÅ ÚÁÒÅÇÉÓÔÒÉÒÏ×ÁÎ ÎÏ×ÙÊ ÐÏÌØÚÏ×ÁÔÅÌØ ^@;.',1034070542,NULL);
INSERT INTO international VALUES (513,'WebGUI',21,'ðÒÅÄÙÄÕÝÅÅ ÓÏÏÂÝÅÎÉÅ',1034070369,NULL);
INSERT INTO international VALUES (363,'WebGUI',21,'ðÏÚÉÃÉÑ ×ÎÕÔÒÉ ÛÁÂÌÏÎÁ',1042130223,NULL);
INSERT INTO international VALUES (345,'WebGUI',21,'ÎÅ ÚÁÒÅÇÉÓÔÒÉÒÏ×ÁÎ',1036492080,NULL);
INSERT INTO international VALUES (332,'WebGUI',21,'éÎÄÅËÓ',1036491918,NULL);
INSERT INTO international VALUES (331,'WebGUI',21,'ïÂÌÁÓÔØ',1036074456,NULL);
INSERT INTO international VALUES (337,'WebGUI',21,'äÏÍÁÛÎÑÑ ÓÔÒÁÎÉÃÁ',1034069981,NULL);
INSERT INTO international VALUES (329,'WebGUI',21,'òÁÂÏÞÉÊ ÁÄÒÅÓ',1034069955,NULL);
INSERT INTO international VALUES (336,'WebGUI',21,'äÁÔÁ ÒÏÖÄÅÎÉÑ',1034069849,NULL);
INSERT INTO international VALUES (330,'WebGUI',21,'çÏÒÏÄ',1034069815,NULL);
INSERT INTO international VALUES (326,'WebGUI',21,'éÎÄÅËÓ',1034069763,NULL);
INSERT INTO international VALUES (325,'WebGUI',21,'ïÂÌÁÓÔØ',1034069721,NULL);
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,NULL);
INSERT INTO international VALUES (5,'Auth/WebGUI',21,'÷Ù ÎÅ ÍÏÖÅÔÅ × ËÁÞÅÓÔ×Å ÐÁÒÏÌÑ ÉÓÐÏÌØÚÏ×ÁÔØ ÓÌÏ×Ï \"password\".',1031880154,NULL);
INSERT INTO international VALUES (725,'WebGUI',21,'îÅÏÂÈÏÄÉÍÏ ××ÅÓÔÉ ÉÍÑ ÐÏÌØÚÏ×ÁÔÅÌÑ.',1031879612,NULL);
INSERT INTO international VALUES (4,'Auth/WebGUI',21,'îÅÏÂÈÏÄÉÍÏ ××ÅÓÔÉ ÐÁÒÏÌØ.',1031879567,NULL);
INSERT INTO international VALUES (723,'WebGUI',21,'ÏË',1036413280,NULL);
INSERT INTO international VALUES (720,'WebGUI',21,'OK',1031514777,NULL);
INSERT INTO international VALUES (593,'WebGUI',21,'ðÏÓÌÁÔØ ×ÓÅ ÓÏÏÂÝÅÎÉÑ ÒÁÚÒÁÂÏÔÞÉËÕ',1042130548,NULL);
INSERT INTO international VALUES (800,'WebGUI',21,'õÎÉËÁÌØÎÙÅ ÐÏÓÅÔÉÔÅÌÉ',1042132979,NULL);
INSERT INTO international VALUES (801,'WebGUI',21,'ïÂÒÁÝÅÎÉÑ Ë ÍÏÄÕÌÑÍ',1042133251,NULL);
INSERT INTO international VALUES (802,'WebGUI',21,'óÉÓÔÅÍÁ ÎÅ ×ÅÄÅÔ ÓÔÁÔÉÓÔÉËÕ ÐÏ ÓÔÒÁÎÉÃÁÍ. ÷Ù ÍÏÖÅÔÅ ×ËÌÀÞÉÔØ ÜÔÕ ÏÐÃÉÀ × ÎÁÓÔÒÏÊËÁÈ.',1042133459,NULL);
INSERT INTO international VALUES (704,'WebGUI',21,'ÓÅËÕÎÄ(Á)',1036071472,NULL);
INSERT INTO international VALUES (605,'WebGUI',21,'äÏÂÁ×ÉÔØ ÐÏÌØÚÏ×ÁÔÅÌÑ × ÇÒÕÐÐÕ:',1036055603,NULL);
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,NULL);
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
^RandomImage();
Dieses Makro nimmt einen Upload-Ordner (aus \r\ndem UploadManager) als Parameter. Wenn der Ordner nicht näher benannt wird, \r\ndann wird der Root-Ordner verwendet. Das Makro wählt dann zufällig eine Grafik \r\naus dem Ordner und stellt sie dar, ähnlich wie beim ^I(); Makro.
Beispiel: ^RandomImage("Grafiken"); \r\n
^RandomSnippet();
Dieses Makro nimmt einen Upload-Ordner (aus \r\ndem UploadManager) als Parameter. Wenn der Ordner nicht näher benannt wird, \r\ndann wird der Root-Ordner verwendet. Das Makro wählt dann zufällig einen Schnipsel \r\naus dem Ordner und stellt es dar, ähnlich wie beim ^Snippet(); Makro. \r\n \r\n
Beispiel: ^RandomSnippet("Textbausteine"); \r\n
^SI();
Mit dem Scaled Image Makro werden Grafiken aus dem UploadManager \r\nverwendet und neu skaliert (Server-seitig), entweder unter Beibehaltung der \r\nOriginal-Seitenverhältnisse der Grafik oder die Angabe neuer Seitengrössen. \r\n
Es gibt 4 Parameter. Der erste ist der Name der Grafik oder die ID. Der zweite \r\nParameter ist die Breite. Ein Wert von "0" führt dazu, dass die Breite \r\nrelativ vom Wert der Höhe der Grafik berechnet wird. Der dritte Parameter ist \r\ndann die Höhe. Ebenso wie bei der Breite führt der Wert "0" zu einer \r\nrelativen Höhe im Verhältnis zur Breite. Der vierte Parameter gibt Ihnen die \r\nMöglichkeit, weitere Parameter angzugeben. \r\n
Beispiele:
Anzeige einer Grafik mit Angabe des Namens (keine Skalierung)
^SI(meineGrafik); \r\n\r\n
Anzeige einer Grafik mit Angabe der GrafikID (keine Skalierung)
^SI(66); \r\n
Skalierung nach der Breite, in dem Fall wären es 25 %
^SI(66,25); \r\n
Skalierung nach der Höhe, in dem Fall wären es 25 %.
^SI(66,0,25); \r\n
Diverse Einstellungen,
^SI(66,148,25); \r\n
Weitere Parameter
^SI(66,0,0,\'border="0"\');
^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");
',1056098893,NULL); INSERT INTO international VALUES (715,'WebGUI',21,'ðÅÒÅÎÁÐÒÁ×ÌÅÎÉÅ ÎÁ URL',1036070893,NULL); INSERT INTO international VALUES (724,'WebGUI',21,'éÍÑ ÐÏÌØÚÏ×ÁÔÅÌÑ ÎÅ ÍÏÖÅÔ ÎÁÞÉÎÁÔØÓÑ Ó ÐÒÏÂÅÌÁ.',1036070945,NULL); 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,NULL); INSERT INTO international VALUES (635,'WebGUI',21,'ðÁËÅÔÙ ÐÒÅÄÓÔÁ×ÌÑÀÔ ÓÏÂÏÊ ÓÇÒÕÐÐÉÒÏ×ÁÎÎÙÅ ÓÔÒÁÎÉÃÙ É ÏÂßÅËÔÙ. éÓÐÏÌØÚÏ×ÁÎÉÅ ÐÁËÅÔÏ× ÜÆÆÅËÔÉ×ÎÏ, ÅÓÌÉ ÐÏÌØÚÏ×ÁÔÅÌÑÍ ÓÁÊÔÁ ÐÒÉÈÏÄÉÔÓÑ ÞÁÓÔÏ ÏÄÉÎÁËÏ×ÕÀ ÐÏÓÌÅÄÏ×ÁÔÅÌØÎÏÓÔØ ÄÅÊÓÔ×ÉÊ. îÁÐÒÉÍÅÒ: ÎÁÄÏ ÞÁÓÔÏ ÄÏÂÁ×ÌÑÔØ ÓÔÒÁÎÉÃÕ É ÎÁ ÓÔÒÁÎÉÃÕ ÄÏÂÁ×ÌÑÔØ ÓÔÁÔØÀ.',1042131971,NULL); 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^LastModified; or ^LastModified();
\r\nDisplays the date that the current page was last modified based upon the wobjects on the page. The date is defaultly displayed based upon the user\'s date preferences. Optionally, it can take two parameters. The first is text to display before the date. The second is a date format string (see the D (date) macro for details.\r\n
\r\nExample: ^LastModified(\"Updated: \",\"%c %D, %y\");\r\n
\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\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^Spacer();
\r\nCreate a spacer in your layout. Great for creating blocks of color with divs and tables. It takes two parameters, width and height.\r\n
\r\nExample: ^Spacer(\"100\",\"50\");\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^CanEditText();
\r\nDisplay a message to a user that can edit the current page.\r\n
\r\nExample: ^CanEditText(^AdminToggle;);\r\n
\r\n\r\n^EditableToggle; or ^EditableToggle();
\r\nExactly the same as AdminToggle, except that the toggle is only displayed if the user has the rights to edit the current page.\r\n
\r\n\r\n^GroupAdd();
\r\nUsing this macro you can allow users to add themselves to a group. The first parameter is the name of the group this user should be added to. The second parameter is a text string for the user to click on to add themselves to this group.\r\n
\r\nNOTE: If the user is not logged in, or or already belongs to the group, or the group is not set to allow auto adds, then no link will be displayed.\r\n
\r\n\r\n\r\n^GroupDelete();
\r\nUsing this macro you can allow users to delete themselves from a group. The first parameter is the name of the group this user should be deleted from. The second parameter is a text string for the user to click on to delete themselves from this group.\r\n
\r\nNOTE: If the user is not logged in or the user does not belong to the group, or the group is not set to allow auto deletes, then no link will be displayed.\r\n
\r\n\r\n^GroupText();
\r\nDisplays a small text message to the user if they belong to the specified group. And you can specify an alternate message to those who are not in the group.\r\n
\r\nExample: ^GroupText(\"Visitors\",\"You need an account to do anything cool on this site!\",\"We value our registered users!\");\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 labels like this: ^LoginToggle(\"Click here to log in.\",\"Click here to log out.\");. You can also use the special case ^LoginToggle(linkonly); to return only the URL with no label.\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',1053779917,NULL); INSERT INTO international VALUES (841,'WebGUI',1,'Navigation Macros',1046656370,NULL); 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^PreviousDropMenu;
\r\nCreate a drop down menu containing the sub-pages at the previous level in the page tree.\r\n
\r\nExample: ^PreviousDropMenu;\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^RootTab;
\r\nCreate a tab navigation system from the roots on your site (except WebGUI\'s system roots) similar to the tabs used in the tab forms (editing wobjects or pages).\r\n
\r\nNOTE: Has two special style sheet classes: .RootTabOn{} and .RootTabOff{}.\r\n
\r\nExample:
\r\n<style>\r\n.rootTabOn {\r\n line-height: 17px;\r\n font-size: 16px;\r\n spacing: 3px;\r\n border: 1px solid black;\r\n border-bottom-width: 0px;\r\n background-color: #333333;\r\n z-index: 10000;\r\n padding: 3px 9px 5px 9px;\r\n color: white;\r\n}\r\n\r\n.rootTabOn A, .rootTabOn A:visited {\r\n color: white;\r\n font-weight: bold;\r\n text-decoration: none;\r\n}\r\n\r\n.rootTabOff {\r\n line-height: 15px;\r\n font-size: 14px;\r\n border: 1px solid black;\r\n border-bottom-width: 0px;\r\n background-color: #c8c8c8;\r\n z-index: 1000;\r\n padding: 2px 9px 2px 9px;\r\n}\r\n\r\n.rootTabOff A, .rootTabOff A:visited {\r\n color: black;\r\n text-decoration: underline;\r\n}\r\n\r\n.rootTabOff A:hover {\r\n font-weight: bold;\r\n}\r\n</style>\r\n^RootTab;\r\n
\r\n\r\n\r\n^SpecificDropMenu();
\r\nCreate a drop down menu starting at a specific point in your navigation tree. This takes two parameters. The first is the url of the page to start with and the second (optional parameter) is the depth to traverse to.\r\n
\r\nExample: ^SpecificDropMenu(\"home\",3);\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^TopDropMenu;
\r\nCreate a drop down menu of your top level navigation.\r\n
\r\nExample: ^TopDropMenu;\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',1051222723,NULL); INSERT INTO international VALUES (837,'WebGUI',1,'Folder, Add/Edit',1038871918,NULL); 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,NULL); INSERT INTO international VALUES (825,'WebGUI',1,'Template, Language',1038865669,NULL); 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,NULL); INSERT INTO international VALUES (74,'USS',1,'User Submission System Template',1038865585,NULL); 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.date.updated
\r\nA human readable date that displays the date and time this submission was last edited.\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\nforum.add.label
\r\nThe default label for forum.add.url.\r\n
\r\n\r\ntitle.label
\r\nThe default label for the title columnn.\r\n
\r\n\r\nviews.label
\r\nThe default label for the views column.\r\n
\r\n\r\nrating.label
\r\nThe default label for the ratings column.\r\n
\r\n\r\nthreads.label
\r\nThe default label for the threads column.\r\n
\r\n\r\nreplies.label
\r\nThe default label for the replies column.\r\n
\r\n\r\nlastpost.label
\r\nThe default label for the last post column.\r\n
\r\n\r\n\r\nforum_loop
\r\nA loop containing the data for each of the forums contained in this message board.\r\n
\r\n\r\n
\r\n\r\nforum.controls\r\n
\r\nThe editing controls for this forum.\r\n\r\n\r\nforum.count
\r\nAn integer displaying the forum count as it goes through the loop.\r\n\r\n\r\nforum.title
\r\nThe title of this forum.\r\n\r\n\r\nforum.description
\r\nThe description of this forum.\r\n\r\n\r\nforum.replies
\r\nThe number of replies all the threads in this forum have received.\r\n\r\n\r\nforum.rating
\r\nThe average rating of all the posts in the forum.\r\n\r\n\r\nforum.views
\r\nThe total number of views of all the posts in the forum.\r\n\r\n\r\nforum.threads
\r\nThe total number of threads in this forum.\r\n\r\n\r\nforum.url
\r\nThe url to view this forum.\r\n\r\n\r\nforum.lastpost.url
\r\nThe url to view the last post in this forum.\r\n\r\n\r\nforum.lastpost.date
\r\nThe human readable date of the last post in this forum.\r\n\r\n\r\nforum.lastpost.time
\r\nThe human readable time of the last post in this forum.\r\n\r\n\r\nforum.lastpost.epoch
\r\nThe epoch date of the last post in this forum.\r\n\r\n\r\nforum.lastpost.subject
\r\nThe subject of the last post in this forum.\r\n\r\n\r\nforum.lastpost.user.id
\r\nThe userid of the last poster.\r\n\r\n\r\nforum.lastpost.user.name
\r\nThe username of the last poster.\r\n\r\n\r\nforum.lastpost.user.profile
\r\nThe url to the last poster\'s profile.\r\n\r\n\r\nforum.lastpost.user.isVisitor
\r\nA condition indicating where the last poster was a visitor.\r\n\r\n\r\n\r\n
\r\n\r\ndefault.listing
\r\nA full forum rendered using the forum template.\r\n
\r\n\r\ndefault.description
\r\nThe description of the default forum.\r\n
\r\n\r\ndefault.title
\r\nThe title of the default forum.\r\n
\r\n\r\ndefault.controls
\r\nThe controls for the default forum.\r\n
\r\n\r\nareMultipleForums
\r\nA condition indicating whether there is more than one forum.\r\n
\r\n',1066584179,NULL); INSERT INTO international VALUES (72,'SiteMap',1,'Site Map Template',1047855100,NULL); INSERT INTO international VALUES (73,'SiteMap',1,'This is the list of template variables available for site map templates.\r\n
\r\n\r\npage_loop\r\n\r\npage.indent\r\n',1047855100,NULL); INSERT INTO international VALUES (75,'FileManager',1,'File Manager Template',1038853712,NULL); 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',1050158350,NULL); INSERT INTO international VALUES (73,'Item',1,'Item Template',1038852468,NULL); 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,NULL); INSERT INTO international VALUES (94,'EventsCalendar',1,'Events Calendar Template',1038795945,NULL); 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
\r\n<a href=\"<tmpl_var new.template>999\">Read more...</a>\r\n
\r\ndescription.full
\r\nThe full description without any pagination. (For the paginated description use \"description\" instead.)\r\n
\r\n\r\ndescription.first.100words
\r\nThe first 100 words in the description. Words are defined as characters separated by whitespace, so HTML entities and tags count as words.\r\n
\r\n\r\ndescription.first.75words
\r\nThe first 75 words in the description. Words are defined as characters separated by whitespace, so HTML entities and tags count as words.\r\n
\r\n\r\ndescription.first.50words
\r\nThe first 50 words in the description. Words are defined as characters separated by whitespace, so HTML entities and tags count as words.\r\n
\r\n\r\ndescription.first.25words
\r\nThe first 25 words in the description. Words are defined as characters separated by whitespace, so HTML entities and tags count as words.\r\n
\r\n\r\ndescription.first.10words
\r\nThe first 10 words in the description. Words are defined as characters separated by whitespace, so HTML entities and tags count as words.\r\n
\r\n\r\ndescription.first.paragraph
\r\nThe first paragraph of the description. The first paragraph is determined by the first carriage return found in the text.\r\n
\r\n\r\ndescription.first.2paragraphs
\r\nThe first two paragraphs of the description. A paragraph is determined by counting the carriage returns found in the text.\r\n
\r\n\r\ndescription.first.sentence
\r\nThe first sentence in the description. A sentence is determined by counting the periods found in the text.\r\n
\r\n\r\ndescription.first.2sentences
\r\nThe first two sentences in the description. A sentence is determined by counting the periods found in the text.\r\n
\r\n\r\ndescription.first.3sentences
\r\nThe first three sentences in the description. A sentence is determined by counting the periods found in the text.\r\n
\r\n\r\ndescription.first.4sentences
\r\nThe first four sentences in the description. A sentence is determined by counting the periods found in the text.\r\n
\r\n\r\n\r\n\r\nattachment.box
\r\nOutputs a standard WebGUI attachment box including icon, filename, and attachment indicator.\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,NULL); 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 voo\n r 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.me\n ssage.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
Mit dem Wobject Proxy (auch Shortcut genannt) können Sie eine Kopie/Link zu einem Wobject einer anderen Seite erstellen. Das\r\n ist sehr hilfreich, wenn Sie ein und denselben Inhalt an verschiedenen Positionen\r\n Ihrer Seite verwenden möchten.
\r\nBeachte: Das Wobject Proxy ist nicht über das Menu "Inhalt\r\n hinzufügen" verfügbar.\r\n Stattdessen gibt es bei jedem Wobject auf der Seite ein Shortcut Icon.\r\n
Wobject zu Proxy
\r\n Erstellt einen Link/Verknüpfung zum Original Wobject.\r\n
Titel überschreiben?
\r\n Möchten Sie einen anderen Titel verwenden?\r\n
Beschreibung überschreiben?
\r\n Möchten Sie eine andere Beschreibung/einen anderen Inhalt verwenden?\r\n
Angezeigten Titel überschreiben?
\r\n Möchten Sie einen anderen Titel verwenden?\r\n
Template überschreiben?
\r\n Möchten Sie ein anderes Template verwenden?
Die nachfolgenden Template Variablen sind für Artikel Templates verfügbar.
\r\nnew.template
\r\nArtikel bieten die spezielle Möglichkeit, ein Template auswählen zu lassen, sodass Sie Ihren Besuchern erlauben können, verschiedene Ansichten des Artikel anzeigen zu lassen. Und zwar wird dies folgendermassen gelöst: Sie fügen einfach eine URL wie diese hinzu (ersetzen Sie die 999 durch die Template ID, die Sie benutzen möchten):
<a href=\"<tmpl_var new.template>999\">Lesen Sie mehr...</a>
\r\ndescription.full
\r\nDer komplette Text ohne Pagination
description.first.100words
\r\nDie ersten 100 Wörter. Wörter werden definiert als Zeichenfolgen getrennt durch ein Leerzeichen, sodass HTML Tags auch als Wort gezählt werden..
description.first.75words
\r\nDie ersten 75 Wörter
description.first.50words
\r\nDie ersten 50 Wörter.
description.first.25words
\r\nDie ersten 25 Wörter.
description.first.10words
\r\nDie ersten 10 Wörter.
description.first.paragraph
\r\nDer erste Abschnitt. Dieser wird definiert bis zum ersten Carriage Return, das im Text gefunden wird.
description.first.2paragraphs
\r\nDie ersten beiden Abschnitte.
description.first.sentence
\r\nDer erste Satz.
description.first.2sentences
\r\nDie ersten beiden Sätze.
description.first.3sentences
\r\nDie ersten 3 Sätze.
description.first.4sentences
\r\nDie ersten 4 Sätze.
\r\n
\r\nattachment.box
\r\nGibt eine Standard WebGUI Anlagen-Box aus mit Icon, Dateiname und Anlageindikator.
\r\n
\r\nattachment.icon
\r\nDie URL zum Icon-Symbol für diesen Anlagentyp.
\r\n
\r\nattachment.name
\r\nDer Dateiname für diese Anlage.
\r\n
\r\nattachment.url
\r\nDie URL zum Downloaden dieser Anlage.
\r\n
\r\nimage.thumbnail
\r\nDie URL zum Thumbnail für die angefügte Grafik.
\r\n
\r\nimage.url
\r\nDie URL zur angefügten Grafik.
\r\n
\r\npost.label
\r\nDas übersetzte Label um Kommentare zu diesem Artikel hinzuzufügen.
\r\n
\r\npost.URL
\r\nDie URL um einen Kommentar zu diesem Artikel hinzuzufügen.
\r\n
\r\nreplies.count
\r\nDie Anzahl der Kommentare zu diesem Artikel.
\r\n
\r\nreplies.label
\r\nDer übersetzte Text, der anzeigt, dass Sie die Kommentare anschauen können..
\r\n
\r\nreplies.url
\r\nDie URL, um die Kommentare zu diesem Artikel anzuschauen.
firstPage
\r\nEin Link zur ersten Seite des Paginators.
lastPage
\r\nEin Link zur letzten Seite des Paginators.
nextPage
\r\nEin Link zur nächsten Seite des Paginators
previousPage
\r\nEin Link zur vorherigen Seite des Paginators.
pageList
\r\nEin Link zu einer Liste aller Seiten des Artikels.
multiplePages
\r\nEine Bedingungsvariable, falls der Artikel mehr als eine Seite enthält.
isFirstPage
\r\nEine Bedingungsvariable. ob es sich um die erste Seite handelt.
isLastPage
\r\nEine Bedingungsvariable, ob es sich um die letzte Seite handelt.
\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,NULL); 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?
Nachfolgend sind die Template Variablen, die im Benutzerbeitragssystem verwendet werden. Diese Templates werden benutzt, um den einzelnen Benutzerbeitrag im Benutzerbeitragssystem darzustellen.
\r\n\r\ntitle
\r\nDer Titel dieses Beitrages.
content
\r\nDer komplette Text dieses Beitrages.
user.label
\r\nDie übersetzte Bezeichnung die anzeigt, welcher Benutzer diesen Beitrag veröffentlicht hat.
user.profile
\r\nDie URL zum Profil des Benutzers, der den Beitrag veröffentlicht hat.
user.username
\r\nDer Benutzername dieses Benutzers.
user.id
\r\nDie Benutzer ID dieses Benutzers.
date.label
\r\nDie übersetzte Bezeichnung die anzeigt, wann dieser Beitrag geschrieben wurde.
date.epoch
\r\nDie Anzahl der Sekunden seit 1. Januar 1970 zum Zeitpunkt , an dem dieser Beitrag geschrieben wurde.
date.human
\r\nDas umgewandelte Datum, wann dieser Beitrag geschrieben wurde.
date.updated.label
\r\nDie übersetzte Bezeichnung, die anzeigt, an welchem Datum der Beitrag zum letzten Mal bearbeitet wurde.
date.updated.epoch
\r\nDie Anzahl an Sekunden seit 1. Januar 1970 zum Zeitpunkt, an dem dieser Beitrag zum letzten Mal bearbeitet wurde.
date.updated.human
\r\nDas umgewandelte Datum, wann dieser Beitrag zum letzten Mal beabeitet wurde.
status.label
\r\nDie übersetzte Bezeichnung, die den Status dieses Beitrages anzeigt.
status.status
\r\nDer aktuelle Status dieses Beitrages (ausstehend, freigegeben, abgelehnt).
views.label
\r\nDie übersetzte Bezeichnung, wie oft dieser Beitrag angeschaut wurde.
views.count
\r\nAnzahl, wie oft dieser Beitrag angeschaut wurde
canPost
\r\nBedinung, ob der Benutzer einen neuen Beitrag schreiben kann oder nicht.
post.url
\r\nDie URL zum Schreiben eines neuen Beitrages.
post.label
\r\nDie übersetzte Bezeichnung für diese URL.
previous.more
\r\nBedingung, ob es ältere/vorherige Beiträge vor diesem gab oder nicht..
previous.url
\r\nEine URL zu dem vorherigen Beitrag.
previous.label
\r\nDie übersetzte Bezeichnung ! für diese URL.
next.more
\r\nBedingung, ob es noch weiter e Beiträge gibt oder nicht.
next.url
\r\nDie URL zum nachfolgenden Beitrag.
next.label
\r\nDie übersetzte Bezeichnung für diese URL.
canEdit
\r\nBedingung, ob der aktuelle Benutzer diesen Beitrag bearbeiten oder löschen kann.
edit.url
\r\nDie URL zum Bearbeiten dieses Beitrages.
edit.label
\r\nDie übersetzte Bezeichnung für den Bearbeitungslink.
delete.url
\r\nDie URL zum Löschen des Beitrages.
delete.label
\r\nDie übersetzte Bezeichnung diese URL.
canChangeStatus
\r\nBedingung, ob der aktuelle Benutzer die Berechtigung hat, den Status dieses Beitrages zu bearbeiten.
approve.url
\r\nDie URL zum Freigeben dieses Beitrages.
approve.label
\r\nDie übersetzte Bezeichnung diese URL.
deny.url
\r\nDie URL zum Ablehnen des Beitrages.
deny.label
\r\nDie übersetzte Bezeichnung für diese URL.
leave.url
\r\nDie! URL, um diesen Beitrag beim aktuellen Status zu belassen..
leave.label
\r\nDie übersetzte Bezeichnung für diese URL.
canReply
\r\nBedingung, ob der aktuelle Benutzer auf diesen Beitrag antworten kann oder nicht.
reply.url
\r\nDie URL umauf diesen Beitrag zu antworten.
reply.label
\r\nDie übersetzte Bezeichnung für diese URL.
search.url
\r\nDie URL, um zum WebGUI Power Suchformular zu wechseln.
search.label
\r\nDie übersetzte Bezeichnung für diesen Link.
back.url
\r\nDie URL, um zur Hauptübersicht zurückzukehren.
back.label
\r\nDie übersetzte Bezeichnung für diese URL.
replies
\r\nEine 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..
Sie können so viele Felder hinzufügen, wie Sie möchten.
\r\nBezeichnung
\r\nDies ist die Bezeichnung des Formularfeldes.
\r\n
Feld Name
\r\nDer Name dieses Feldes. Es muss in diesem Formular einmalig sein, das heisst, es darf nicht mehrere Felder mit gleichem Namen geben:
Zusatztext
\r\nEin zusätzlicher Text, um z. B. dem Benutzer weitere Informationen zu geben, was er in dieses Feld eingeben kann..
Status
\r\nVersteckte (Hidden) Felder werden dem Besucher nicht angezeigt, aber gleichwohl mit der Email versendet.
\r\nAngezeigte Felder werden dem Besucher angezeigt, er kann aber keine Eingaben bzw. Änderungen durchführen.
\r\nVeränderbare Felder können vom Benutzer ausgefüllt werden (betrifft aber z. B. nicht die Drop-Down-Box).
\r\nWenn Sie versteckte oder angezeigte Felder verwenden, beachten Sie, dass Sie einen Standardwert eingeben.
Typ
\r\nWählen Sie hier den Feldtyp aus.
Breite
\r\nAnzahl der Zeichen für die Breite des Feldes.
Höhe
\r\nAnzahl der Zeichen für die Höhe des Feldes. (Wird nur in "Textbereichen" und mit HTMLArea benötigt).
Mögliche Werte
\r\nDieses Feld wird nur von ListenTypen (Drop-Down Box oder Checkbox Liste) berücksichtigt. Geben Sie die möglichen Werte ein, die erscheinen sollen, einen Wert pro Zeile.
Standardwert (optional)
\r\nGeben Sie einen Standardwert für das Feld ein, sofern einer benötigt wird. Für "Ja/Nein" Felder geben Sie "yes" um "Ja" auszuwählen, und "no" um "Nein" auswählen (als Beispiel: Wenn Sie hier "no" eingeben, ist das Feld "Nein" für den Besucher standardmässig aktiviert). Beachten Sie hierbei, dass Sie die englischen Bezeichnungen benutzen. Für Checkbox-Felder geben Sie "checked" ein, um den Wert der Checkbox standardmässig zu aktivieren.
Dies ist eine Liste von Template Variablen, die Sie in Downloadmanager Templates benutzen können.
\r\ntitleColumn.url
\r\nDie URL, um nach dem Titel zu sortieren.
titleColumn.label
\r\nDie übersetzte Bezeichnung des Titels.
descriptionColumn.url
\r\nDie URL, um nach der Beschreibung zu sortieren.
descriptionColumn.label
\r\nDie übersetzte Bezeichnung für die Beschreibung.
dateColumn.url
\r\nDie URL, um nach dem Upload-Datum zu sortieren.
dateColumn.label
\r\nDie übersetzte Bezeichnung für das Upload-Datum.
search.form
\r\nWebGUI\'s Power Suchformular.
search.url
\r\nDie URL, um den Suchmodus an- oder abzuschalten.
search.label
\r\nDie übersetzte Bezeichnung für den Suchlink.
addfile.url
\r\nDie URL, um eine Datei hinzuzufügen.
addfile.label
\r\nDie übersetzte Bezeichnung für diesen Link.
file_loop
\r\nEine Schleife, die Informationen über jede upgeloadete Datei enthält.
file.canView\r\n
\r\nEine Bedingungsvariable, ob der Benutzer die Berechtigung hat, diese Datei anzuschauen. \r\nfile.controls
\r\n
\r\nDie WebGUI Verwaltungscontrols für diese Datei.file.title
\r\n
\r\nDer Dateititel.file.version1.name
\r\n
\r\nDer Dateiname der ersten Version dieser Datei.file.version1.url
\r\n
\r\nDie Download-URL für diese erste Version der Datei.file.version1.icon
\r\n
\r\nDie URL zum Dateityp-Icon für die erste Version der Datei.file.version1.size
\r\n
\r\nDie Dateigrösse der ersten Version der Datei.file.version1.type
\r\n
\r\nDer Dateityp (siehe auch file.version1.icon).file.version1.thumbnail
\r\n
\r\nDie URL zum Vorschaubild (Thumbnail)für die erste Version dieser Datei.file.version1.isImage
\r\n
\r\nEine V ariable um zu ermitteln, ob diese Datei eine Grafik ist oder nicht.file.version2.name
\r\n
\r\nDer Dateiname für die Alternative #1 dieser Datei.file.version2.url
\r\n
\r\nDie Download-URL für Alternative #1.file.version2.icon
\r\n
\r\nDie URL zum Dateityp-Icon für Alternative #1.file.version2.size
\r\n
\r\nDie Dateigrösse für Alternative #1.file.version2.type
\r\n
\r\nDer Dateityp von Alternative #1.file.version2.thumbnail
\r\n
\r\nDie URL zum Vorschaubild (Thumbnail) für Alternative #1.file.version2.isImage
\r\n
\r\nEine Variable um zu ermitteln, ob es sich bei Alternative #1 um eine Grafik handelt oder nicht.file.version3.name
\r\n
\r\nDer Dateiname für die Alternative #2 dieser Datei.file.version3.url
\r\n
\r\nDie Download-URL für Alternative #2.file.version3.icon
\r\n
\r\nDie URL zum Dateityp-Icon für Alternative #2.file.version3.size
\r\n
\r\nDie Dateigrösse für Alternative #2.file.version3.type
\r\n
\r\nDer Dateityp von Alternative #2.file.version3.thumbnail
\r\n
\r\nDie URL zum Vorschaubild (Thumbnail) für Alternative #2.file.version3.isImage
\r\n
\r\nEine Variable um zu ermitteln, ob es sich bei Alternative #2 um eine Grafik handelt oder nicht.file.description
\r\n
\r\nDie Beschreibung für die Datei (für alle 3 Versionen gleich).file.date
\r\n
\r\nDas Datum, an dem die Datei(en) hochgeladen wurde(n).file.time
\r\n
\r\nDie Uhrzeit, an dem die Datei(en) hochgeladen wurde(n).
noresults.message
\r\nEine übersetzte Nachricht, dass es keine Dateien zum Downloaden für diesen Benutzer gibt.
noresults
\r\nEine Variable, um zu ermitteln, ob es Dateien für diesen Benutzer zum Downloaden gibt.
firstPage
\r\n Ein Link zur ersten Seite.
lastPage
\r\nEin Link zur letzten Seite.
nextPage
\r\nEin Link zur nächst en Seite.
previousPage
\r\nEin Link zur vorherigen Seite.
pageList
\r\nEine Liste aller Seiten.
multiplePages
\r\nEine Variable um zu ermitteln, ob es mehrere Seiten gibt.
Möglichkeiten zum Einsatz mehrerer Startseiten bieten sich viele... lassen Sie Ihren Ideen freien Lauf.
',1041631109,NULL); INSERT INTO international VALUES (63,'Product',2,'Nachfolgend eine Liste der Template Variablen, die in Produkt Templates verfügbar sind.
\r\nbrochure.icon
\r\nDie URL zum Icon des Prospekts.
brochure.url
\r\nDie URL um dieses Prospekt zu downloaden.
brochure.label
\r\nDie übersetzte Bezeichnung für diese URL.
warranty.icon
\r\nDie URL zum Icon der Garantie.
warranty.url
\r\nDie URL um die Garantie zu downloaden.
warranty.label
\r\nDie Bezeichnung für diese URL.
image1
\r\nDie URL zur Produktgrafik 1.
thumbnail1
\r\nDie URL zum Vorschaubild der Produktgrafik 1.
image2
\r\nDie URL zur Produktgrafik 2.
thumbnail2
\r\nDie URL zum Vorschaubild der Produktgrafik 2.
image3
\r\nDie URL zur Produktgrafik 3.
thumbnail3
\r\nDie URL zum Vorschaubild der Produktgrafik 3.
addfeature.url
\r\nDie URL um eine Produkteigenschaft (Feature) hinzuzufügen.
addfeature.label
\r\nDie übersetzte Bezeichnung für diese URL.
feature_loop
\r\nDiese Schleife enthält alle Produkteigenschaften, die zu diesem Produkt gehören.
feature.controls\r\n
\r\n WebGUI Verwaltungselemente für diese Eigenschaft. \r\nfeature.feature
\r\n
\r\nDer Text der Produkteigenschaft.
addbenefit.url
\r\nDie URL um Vorteile hinzuzufügen.
addbenefit.label
\r\nDie übersetzte Bezeichnung für diese URL.
benefit_loop
\r\nDiese Schleife enthält alle Vorteile dieses Produktes.
benefit.benefit\r\n
\r\nDer Vorteil selbst (Text des Vorteils). \r\nbenefit.controls
\r\n
\r\nWebGUI Verwaltungselemente für diesen Vorteil.
addspecification.url
\r\nDie URL um Merkmale hinzuzufügen.
addspecification.label
\r\nDie übersetzte Bezeichnung für diese URL.
specification_loop
\r\nEine Liste von Merkmalen zu diesem Produkt.
specification.controls\r\n
\r\nWebGUI Verwaltungselemente für dieses Merkmal. \r\nspecification.specification
\r\n
\r\nDer Text des Merkmals selbst.specification.units
\r\n
\r\nDie Einheiten für dieses Merkmal, z.B. Zentimeterspecification.label
\r\n
\r\nDie Bezeichnung für dieses Merkmal, z. B. Höhe
addaccessory.url
\r\nDie URL zum Hinzufügen von Zubehör.
addaccessory.label
\r\nDie übersetzte Bezeichnung für diese URL.
accessory_loop
\r\nDiese Schleife enthält all das zu diesem Produkt verbundene Zubehör.
accessory.url\r\n
\r\nDie URL zum verbundenen Zubehör. \r\naccessory.title
\r\n
\r\nDer Titel des verbundenen Zubehörs.accessory.controls
\r\n
\r\nWebGUI Verwaltungselemente für dieses Zubehör.
addRelatedProduct.url
\r\nDie URL um ein verwandtes Produkt hinzuzufügen.
addRelatedProduct.label
\r\nDie übersetzte Bezeichnung für diese URL.
relatedproduct.url
\r\nDie URL zu diesem verwandten Produkt.
relatedproduct.title
\r\nDer Titel des verwandten Produkts.
relatedproduct.controls
\r\nWebGUI Verwaltungselemente für dieses verwandte Produkt.
isShortcut
Eine \r\nVariable, die anzeigt, ob dieses Wobject eine Verknüpfung zu einem Original-Wobject \r\nist.
originalURL
Wenn dieses Wobjecteine Verknüpfung ist, dann \r\nführt diese URL zum Original Wobject.
WebGUI hat eine mächtige Template Sprache eingebaut, um Ihnen die maximale Kontrolle über Ihr Layout oder Ihren Content zu geben. Nachfolgend eine Übersicht über die Sprachsyntax.
\r\nAchtung: Bitte beachten Sie, dass die Wörter foo und bar nur als Platzhalter für die aktuelle Variable genutzt werden. Sie sind kein Teil der Template Sprache.
\r\nVariablen
\r\nVariablen sind der Grundstock von Template Befehlen. Sie werden zum Positionieren von Contentbereichen eingesetzt.
Syntax: <tmpl_var foo> oder <tmpl_var name="foo">
\r\nBeispiel: <tmpl_var name>
\r\nBedingungsvariablen
\r\nFür Programmierer sind Bedinungen (Bedingungsvariablen) nichts neues, aber bei Designern können sie schon anfangs für Verwirrung sorgen. Bedingungen sind ganz einfach nur "wahr" oder "falsch" Fragen, und wenn Sie sich das so vorstellen, dürften Sie keine Probleme damit haben..
Syntax: <tmpl_if foo> <tmpl_else> </tmpl_if>
\r\nSyntax: <tmpl_unless foo> <tmpl_else> </tmpl_unless>
Beispiel: <tmpl_if isTrue> Es ist wahr!<tmpl_else> Es ist falsch! </tmpl_if>
\r\nSchleifen (Loops)
\r\nLoops wiederholen sich über eine Liste von Datenausgaben für jeden Durchlauf des Loops. Loops sind etwas komplizierter als das ausschliessliche Benutzen von Variablen, aber sie sind um einiges mächtiger.
Syntax: <tmpl_loop foo> </tmpl_loop>
\r\nBeispiel:
\r\n<tmpl_loop users>
\r\n Name: <tmpl_var first_name><br/>
\r\n</tmpl_loop>
Schleifenbedingungen (Loop Conditions)
\r\nLoops haben eigene Spezial Schleifenvariablen. Als da wären __FIRST__, __ODD__, __INNER__, und __LAST__.
Beispiele:
\r\n
\r\n <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 Variablen sind case-insensitive, das heisst weder Gross- noch Kleinschreibung wird berücksichtigt.
',1067291473,NULL); INSERT INTO international VALUES (95,'EventsCalendar',2,'Die nachfolgenden Templatevariablen sind verfügbar, um Ihren Veranstaltungskalender anzupassen.
\r\naddevent.url
\r\nDie URL, um ein Ereignis zum Kalender hinzuzufügen.
addevent.label
\r\nDer übersetzte Text zum Hinzufügen eines Ereignisses (z. B. \'Neue Veranstaltung hinzufügen\').
calendar.big
\r\nEine komplette Kalenderansicht. Wochentage werden komplett ausgeschrieben (Montag, Dienstag, ...).
calendar.small
\r\nEine kleinere Kalenderansicht mit abgekürzten Wochentagen (z. B. M, D, M, D ...).
calendar.firstPage
\r\nEin Link zur ersten Seite im Kalender.
calendar.lastPage
\r\nEin Link zur letzten Seite im Kalender.
calendar.nextPage
\r\nEin Link zur nächsten Seite im Kalender.
calendar.previousPage
\r\nEin Link zur vorherigen Seite im Kalender.
calendar.pageList
\r\nEine Liste aller Seiten des Kalenders (z. b. Seite 1, 2, 3, ....).
calendar.multiplePages
\r\nEine bedingte Variable, die anzeigt, ob es mehr als eine Seite im Kalender gibt..
list_loop
\r\nEine Schleife (Loop), die die Listenansicht eines Kalenders umschliesst.
list.date\r\n
\r\nDas Datum dieses Ereignisses. \r\nlist.title
\r\n
\r\nDer Titel dieses Ereignisses.list.description
\r\n
\r\nDie Beschreibung dieses Ereignisses.list.sameAsPrevious
\r\n
\r\nEine Bedingungs-Variable, falls dieses Ereignis das selbe Datum wie ein anderes/das letzte Ereignis hat.list.url
\r\n
\r\nDie URL zur Komplettansicht dieses Ereignisses.list.controls
\r\n
\r\nDie WebGUI Verwaltungscontrols für dieses Ereignis (z. B. Ereingis bearbeiten).
list.firstPage
\r\nEin Link zur ersten Seite des Kalenders (inder Listenansicht).
list.lastPage
\r\nEin L ink zur letzten Seite des Kalenders (in der Listenansicht).
list.nextPage
\r\n Ein Link zur nächsten Seite des Kalenders (in der Listenansicht).
list.previousPage
\r\n Ein Link zur vorherigen Seite des Kalenders (in der Listenansicht).
list.pageList
\r\n Ein Link zu allen Seiten des Kalenders (in der Listenansicht).
list.multiplePages
\r\nEine Bedingungs-Variable, falls es mehr als eine 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 welchen Ordner?
In welchen Ordner 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
\r\nGeben 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,NULL); 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,NULL); INSERT INTO international VALUES (578,'WebGUI',2,'Sie haben einen ausstehenden Beitrag zu genehmigen.',1041614885,NULL); INSERT INTO international VALUES (555,'WebGUI',2,'Karma dieses Benutzers bearbeiten.',1041614705,NULL); INSERT INTO international VALUES (1025,'WebGUI',2,'Bearbeitungszeitpunkt zu Beiträgen hinzufügen?',1041614685,NULL); 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,NULL); 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 testen.
Anonyme Antworten?
Wählen \r\nSie hier, ob Informationen gespeichert und angezeigt werden sollen, die einen \r\nBenutzer und seine Antworten identifizieren lassen. Mit der Standardeinstellung \r\n"Nein" wird die IP-Adresse des Benutzers genauso wie die User ID und \r\nder Benutzername, sofern dieser eingeloggt war, gespeichert. Diese Informationen \r\nstehen dann in den Umfrage-Auswertungen zur Verfügung. Wenn Sie die Einstellung \r\nauf "Ja" setzen, enthalten die 3 Felder IP-Adresse, UserID und Benutzername \r\nbeliebig zusammengesetze Zeichen, sodass eine Identifizierung des Benutzers \r\nnicht mehr möglich ist (auch nicht für den Admin). \r\n \r\n
Wer kann\r\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?.
Abstimmungen können verwendet werden, um Meinungen Ihrer Besucher zu verschiedenen Themen zu erfragen.
\r\n\r\nAktiv
\r\nWenn dieses Feld ausgewählt ist, haben die Besucher die Möglichkeit abzustimmen. Andernfalls können sie sich lediglich das Ergebnis der Abstimmung anschauen.
Wer kann abstimmen?
\r\nWählen Sie eine Gruppe aus, die an der Abstimmung teilnehmen bzw. abstimmen kann.
Karma pro Abstimmung
\r\nWie viel Karma soll der Benutzer erhalten, wenn er abstimmt?
Breite der Grafik
\r\nDie Breite der Ergebnisbalken-Grafiken dieser Abstimmung (gemessen in Pixel).
Frage
\r\nWelche Frage möchten Sie Ihren Besuchern stellen?
Antworten
\r\nGeben Sie hier die möglichen Antworten zu Ihrer Frage ein. Abstimmungen könnenaber maximal 20 mögliche Antworten enthalten.
Antworten zufällig anordnen?
\r\nMöchten Sie Benutzer durch die Reihenfolge der Antworten nicht beeinflussen, so wählen Sie hier die zufällige Anordnung der Antworten aus.
Abstimmung zurücksetzen.
\r\nSetzen Sie hier die Ergebnisse der Abstimmung zurück. Alle bereits abgegebenen Stimmen werden gelöscht.
WebGUI enthält eine Produktverwaltung, mit dem Sie Produkte und Services schnell und einfach zu Ihrer Seite hinzufügen können.
\r\nTemplate
\r\nWählen Sie ein Layout für dieses Produkt.
Preis
\r\nHier können Sie einen Preis für dieses Produkt eingeben. Sie können aber auch einen Text angeben, wie \"Rufen Sie uns an, wenn Sie den Preis erfahren möchten\" oder lassen Sie dieses Feld einfach leer.
Produkt Nummer
\r\nDie Produkt Nummber, SKU, ISBN oder ähnliches für dieses Produkt.
Produkt Grafik 1
\r\nEine Grafik für dieses Produkt.
Produkt Grafik 2
\r\nEine weitere Grafik für dieses Produkt.
Produkt Grafik 3
\r\nEine dritte Grafik für dieses Produkt.
Prospekt/Broschüre
\r\nEin Prospekt oder eine Broschüre für dieses Produkt.
Handbuch
\r\nDas Produkt-, Benutzer oder Servicehandbuch für dieses Produkt.
Garantie
\r\nDie Garantie für dieses Produkt.
Nachfolgend eine Liste von Templatevariablen für Diskussuionsforen-Templates.
\r\nforum.add.url
Eine URL, mit der man ein Forum zu diesem Diskussionsforum \r\nhinzufügen kann.
forum.add.label
Die Standardbezeichnung für diese \r\nURL. \r\n
title.label
Die Standardbezeichnung für die Titel-Spalte. \r\n
views.label
Die Standardbezeichnung für die Spalte "Gelesen". \r\n
rating.label
Die Standardbezeichnung für die Spalte "Bewertungen". \r\n
threads.label
Die Standardbezeichnung für die Spalte "Themen". \r\n
replies.label
Die Standardbezeichnung für die Spalte "Antworten". \r\n
lastpost.label
Die Standardbezeichnung für die Spalte "Letzter \r\nBeitrag". \r\n
forum_loop
Eine Schleife, die die Daten für jedes im Diskussionsforum \r\nenthaltene Forum enthält. \r\n
\r\n
forum.controls\r\n
Die Bearbeitungs-Elemente für dieses Forum. \r\nforum.count
Eine Integer-Variable, die als Zähler im Loop fungiert.. \r\nforum.title
Der Titel dieses Forums. \r\nforum.description
Die Beschreibung dieses Forums. \r\nforum.replies
Die Anzahl der Antworten aller Themen dieses Forums. \r\nforum.rating
Die durchschnittliche Bewertung aller Beiträge dieses \r\n Forums. \r\nforum.views
Die Gesamtzahl, wie oft alle Beiträge dieses Forums \r\n gelesen wurden. \r\nforum.threads
Die Gesamtzahl der Themen dieses Forums. \r\nforum.url
Die URL, um dieses Forum anzuschauen. \r\nforum.lastpost.url
Die URL, um den letzten Beitrag dieses Forums \r\n anzuschauen. \r\nforum.lastpost.date
Das Datum dieses letzten Beitrags. \r\nforum.lastpost.time
Die Uhrzeit dieses letzten Beitrages. \r\nforum.lastpost.epoch
Das Datum inkl. Uhrzeit dieses letzten Beitrages. \r\n\r\nforum.lastpost.subject
Der Betreff dieses letzten Beitrages. \r\nforum.lastpost.user.id
Die UserID für diesen letzten Beitrag. \r\nforum.lastpost.user.name
Der Benutzername für diesen letzten Beitrag. \r\nforum.lastpost.user.profile
Die URL zu dem Profil des Benutzers. \r\nforum.lastpost.user.isVisitor
Eine Variable, ob der Benutzer ein \r\n registrierte Benutzer oder nur ein Besucher war. \r\n
default.listing
Die Darstellung des kompletten Forums basierend \r\nauf dem Forum Template. \r\n
default.description
Die Beschreibung des Standardforums. \r\n
default.title
Der Titel des Standardforums. \r\n
default.controls
Die Steuerelemente für das Standardforum. \r\n
areMultipleForums
Eine Variable, ob es mehr als ein Forum gibt.
Diskussionsforen, auch genannt Foren, Diskussionen oder Messageboards, sind \r\neine sehr gute Möglichkeit der Interaktion mit Ihren Besuchern. Diese können \r\ndamit über verschiedene Themen diskutieren. Einige Firmen benutzen diese Foren z. B. auch in internen \r\nProjekten.
',1067274751,NULL); INSERT INTO international VALUES (99,'EventsCalendar',2,'übergeordneter Kalender?',1067274398,NULL); INSERT INTO international VALUES (1044,'WebGUI',2,'Suchen Template',1066752539,NULL); INSERT INTO international VALUES (1069,'WebGUI',2,'Host, der verwendet werden soll',1066752423,NULL); INSERT INTO international VALUES (1070,'WebGUI',2,'konfigurierter Sitename',1066752405,NULL); INSERT INTO international VALUES (1042,'WebGUI',2,'Beiträge pro Seite',1066752371,NULL); INSERT INTO international VALUES (1041,'WebGUI',2,'Aufschliessen',1066752358,NULL); INSERT INTO international VALUES (1040,'WebGUI',2,'Sperren',1066752337,NULL); INSERT INTO international VALUES (1038,'WebGUI',2,'Lösen',1066752294,NULL); INSERT INTO international VALUES (1037,'WebGUI',2,'Oben anordnen',1066752246,NULL); INSERT INTO international VALUES (1036,'WebGUI',2,'Themen',1066752122,NULL); INSERT INTO international VALUES (1033,'WebGUI',2,'Beitrags-Template',1066752071,NULL); INSERT INTO international VALUES (1032,'WebGUI',2,'Themen Template',1066752056,NULL); INSERT INTO international VALUES (1031,'WebGUI',2,'Forum Template',1066752044,NULL); INSERT INTO international VALUES (1028,'WebGUI',2,'Beiträge moderieren?',1066752031,NULL); INSERT INTO international VALUES (1027,'WebGUI',2,'Ersetzungen erlauben?',1066752013,NULL); INSERT INTO international VALUES (1026,'WebGUI',2,'Erweiterter HTML-Editor?',1066751995,NULL); INSERT INTO international VALUES (1023,'WebGUI',2,'Themenabo aufheben',1066751973,NULL); INSERT INTO international VALUES (1022,'WebGUI',2,'Thema abonnieren',1066751952,NULL); INSERT INTO international VALUES (1021,'WebGUI',2,'Beitrag bewerten',1066751939,NULL); INSERT INTO international VALUES (1020,'WebGUI',2,'Bewertung',1066751924,NULL); INSERT INTO international VALUES (1019,'WebGUI',2,'Zurück zur Übersicht',1066751908,NULL); INSERT INTO international VALUES (1018,'WebGUI',2,'Neues Thema starten',1066751892,NULL); INSERT INTO international VALUES (1013,'WebGUI',2,'Oben anordnen?',1066751875,NULL); INSERT INTO international VALUES (1012,'WebGUI',2,'Dieses Thema sperren?',1066751847,NULL); INSERT INTO international VALUES (1011,'WebGUI',2,'Code',1066751831,NULL); INSERT INTO international VALUES (1010,'WebGUI',2,'Text',1066751818,NULL); INSERT INTO international VALUES (1009,'WebGUI',2,'HTML',1066751806,NULL); INSERT INTO international VALUES (1008,'WebGUI',2,'Text und HTML gemischt',1066751794,NULL); INSERT INTO international VALUES (1007,'WebGUI',2,'Inhalts Typ',1066751769,NULL); INSERT INTO international VALUES (1006,'WebGUI',2,'Verschlüsselter Login?',1066751736,NULL); INSERT INTO international VALUES (1005,'WebGUI',2,'SQL Abfrage',1066751722,NULL); INSERT INTO international VALUES (82,'USS',2,'Absteigend',1066751710,NULL); INSERT INTO international VALUES (81,'USS',2,'Aufsteigend',1066751699,NULL); INSERT INTO international VALUES (80,'USS',2,'Sortierungsreihenfolge',1066751686,NULL); INSERT INTO international VALUES (79,'USS',2,'Sortieren nach',1066751670,NULL); INSERT INTO international VALUES (3,'SyndicatedContent',2,'Maximale Anzahl an Überschriften',1066751657,NULL); INSERT INTO international VALUES (81,'Survey',2,'Anonyme Antworten?',1066751632,NULL); INSERT INTO international VALUES (7,'SiteMap',2,'Alphabetisch?',1066751616,NULL); INSERT INTO international VALUES (78,'USS',2,'Änderungsdatum',1066751497,NULL); INSERT INTO international VALUES (1071,'WebGUI',2,'Env HTTP Host',1066751471,NULL); INSERT INTO international VALUES (1004,'WebGUI',2,'Wie lange externe Gruppen zwischenspeichern?',1066751437,NULL); INSERT INTO international VALUES (71,'Article',2,'Artikel sind das "Schweizer Messer" von WebGUI. Der grösste Teil von \r\nstatischem Inhalt kann mit Hilfe des Artikels hinzugefügt werden.
\r\nBeachte: Sie können einen mehrseitigen Artikel erstellen, in dem Sie das Seperator Makro (^-;) an verschiedenen Stellen in Ihrem Artikel einbinden.
\r\n
\r\nTemplate
\r\nWählen Sie ein Template für Ihren Artikel aus.
Grafik
\r\nWählen Sie eine Grafik (.jpg, .gif, .png) von Ihrem lokalen Laufwerk aus. Diese Datei wird zum Server hochgeladen und erscheint in Ihrem Artikel.
\r\n
\r\nDateianhang
\r\nMöchten Sie z. B. ein Word-Dokument, ein Zip-File oder irgendeine andere Datei zum Download anbieten, so können Sie diese von Ihrem lokalen Laufwerk auswählen und hochladen.
\r\n
\r\nLink Titel
\r\nMöchten Sie einen Link zu Ihrem Artikel hinzufügen, so geben Sie hier den Link-Titel ein.
\r\n
\r\nBeispiel: Plainblack
\r\n
\r\nLink URL
\r\nWenn Sie zuvor einen Link Titel eingeben haben, so geben Sie hier die URL ein.
\r\n
\r\nBeispiel: http://www.plainblack.com
\r\n
\r\nCarriage Return beachten?
\r\nWenn Sie HTML-Code eingeben, so brauchen Sie diese Option nicht zu aktivieren. Aber wenn Sie keinen HTML-Code, sondern einfachen Text eingeben, und Sie möchten, dass auch ein "Carriage Return", also ein Zeilenumbruch, eingefügt wird, so aktivieren Sie diese Option. Andernfalls werden die Zeilenumbrüche, die Sie hier eingeben, nicht berücksichtigt.
Diskussion erlauben?
\r\nWählen Sie diese Option, wenn Sie Kommentare der Besucher oder Benutzer zu diesem Artikel erlauben möchten, so wie es z. B. auf http://www.slashdot.org möglich ist.
Daten per Email versenden?
Wenn \r\nSie hier "Ja" auswählen, werden alle Formularfelder, die Sie zum Versand \r\nper Email definiert haben, versandt.
Beachte: Das "An" Feld \r\nkann sowohl Standard-Email Adressen als auch WebGUI Benutzer-/Gruppennamen enthalten.
Template
Wählen \r\nSie ein Template für Ihr Formular.
Email Template
Wählen Sie ein \r\nTemplate, das für den Versand per Email benutzt werden soll.
Bestätigungs Template
Wählen \r\nSie ein Template für die Eingangsbestätigung.
Listen Template
Wählen \r\nSie ein Template, das für das Anzeigen der Liste der Daten, die mit diesem Formular \r\nabgeschickt wurden, verwendet werden soll.
Wenn Sie ein Thema, dass Sie erstellt haben, löschen, so entfernen Sie nur \r\ndas Thema selbst - die Elemente, die dieses Thema enthält, werden nicht gelöscht.
\r\nAndererseites aber, wenn Sie ein importiertes Thema löschen, so werden auch \r\ndie in diesem Thema enthaltenen Elemente (Grafiken etc.) gelöscht! Achten Sie \r\ndaher darauf, dass Sie Elemente, die in dem importierten Thema enthalten waren, \r\nauch wirklich nicht mehr benötigen.
\r\n',1055245028,NULL); INSERT INTO international VALUES (941,'WebGUI',2,'Checkbox Liste',1055244838,NULL); INSERT INTO international VALUES (76,'LinkList',2,'Nachfolgend eine Liste von Template Variablen für Links-Listen Templates. \r\naddlink.url
Die URL um einen Link zur Liste hinzuzufügen. \r\n
addlink.label
Der übersetzte Text für diesen Link. \r\n
canEdit
Eine Variable, ob der Benutzer diesen Link bearbeiten kann \r\noder nicht.
link_loop
Diese Schleife (Loop) enthält alle Informationen über \r\njeden Link. \r\n
link.url',1055247879,NULL); 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 Download 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,NULL); INSERT INTO international VALUES (97,'EventsCalendar',2,'
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\').
Nachfolgend eine Liste von Template Variablen für Ereignis Templates.
\r\ntitle
\r\nDer Titel des Ereignisses.
start.label
\r\nDie übersetzte Bezeichnung des Startdatums.
start.date
\r\nDas Datum, an dem das Ereignis beginnt.
end.date
\r\nDas Datum, an dem dieses Ereignis endet.
end.label
\r\nDie übersetzte Bezeichung des Ende Datums.
canEdit
\r\nVariable, falls der Benutzer des Ereignis bearbeiten kann.
edit.url
\r\nDie URL zum Bearbeiten dieses Ereignisses.
edit.label
\r\nDie übersetzte Bezeichnung für diese URL (z. B. \'Termin bearbeiten\').
delete.url
\r\nDie URL zum Löschen dieses Ereignisses.
delete.label
\r\nDie übersetzte Bezeichnung für diese URL.
previous.url
\r\nDie URL, um sich das vorherige Ereignis anzeigen zu lassen.
previous.label
\r\nDie übersetzte Bezeichnung für diese URL.
next.url
\r\nDie URL, um sich das nächste Ereignis anzeigen zu lassen.
next.label
\r\nDie übersetzte Bezeichnung für diese URL.
description
\r\nDie Beschreibung für dieses Ereignis.
Veranstaltungskalender werden z. B. in vielen Intranets benutzt, um interne Termine zu speichern, die das gesamte Unternehmen betreffen. Aber genauso sind Veranstaltungskalender eine besonders gute Möglichkeit, um Ihre Kunden auf Ihrer Unternehmensseite oder privaten Homepage über kommende Veranstaltungen oder Werbeevents zu informieren.
\r\n
\r\nHaupt Template
\r\nWählen Sie ein Layout für den Veranstaltungskalender.
\r\n
\r\nEreignis Template
\r\nWählen Sie ein Layout für die einzelnen Termine innerhalb des Kalenders aus.
\r\n
\r\nStart Monat
\r\nWählen Sie hier den Startmonat Ihres Kalenders aus. Wenn Sie "Aktuell" auswählen, beginnt der Kalender immer im aktuellen Monat. Wenn Sie "Erster im Kalender" auswählen, beginnt der Kalender immer in dem Monat, in dem der früheste Termin eingetragen ist.
\r\n
\r\nEnde Monat
\r\nWählen Sie hier den Endemonat Ihres Kalenders aus. Wenn Sie "X Monate vom Beginn an anzeigen" auswählen, werden auch nur X Monate rückwirkend angezeigt. "Aktuell" und "Letzter im Kalender" gelten analog zum zuvor beschriebenen Startmonat.
\r\n
\r\nStandard Monat
\r\nWählt den Monat für diesen Kalender aus, der dem Besucher angezeigt wird, wenn er die Seite, die den Kalender enthält, aufruft.
\r\n
Einträge pro Seite
\r\nWenn Sie eine Veranstaltungsliste als Layout ausgewählt haben (z. B. Events-List), können Sie hier angeben, wieviel Termine pro Seite angezeigt werden sollen.
\r\n
\r\nAls nächstes?
\r\nMöchten Sie nun nach dem Erstellen des Kalenders gleich ein neues Ereignis einfügen oder zurück zur Seite gehen?
\r\n
\r\nBeachten Sie bitte: Termine, die bereits stattgefunden haben, werden nicht mehr im Kalender angezeigt.
\r\n
\r\næÉÌØÔÒ ÄÌÑ ÓÏÄÅÒÖÁÎÉÑ
\r\n÷ÙÂÅÒÉÔÅ ÕÒÏ×ÅÎØ ÆÉÌØÔÒÁÃÉÉ ÄÌÑ ÐÒÉÓÙÌÁÅÍÙÈ ÓÏÏÂÝÅÎÉÊ.\r\n
\r\nûÁÂÌÏÎ ÄÌÑ ÓÔÒÁÎÉÃÙ ÏÐÉÓÁÎÉÑ ÆÁÊÌÁ
\r\n÷ÙÂÅÒÉÔÅ ÛÁÂÌÏÎ ÄÌÑ ÓÔÒÁÎÉÃÙ ÏÐÉÓÁÎÉÑ ÆÁÊÌÁ.\r\n
\r\nîÁÂÌÀÄÅÎÉÅ ÚÁ ÐÏÓÙÌËÏÊ ÆÁÊÌÏ×
\r\n
\r\nðÏËÁÚÙ×ÁÔØ ÍÉÎÉÁÔÀÒÙ
\r\nåÓÌÉ ×ÌÏÖÅÎ ÇÒÁÆÉÞÅÓËÉÊ ÆÁÊÌ, ÔÏ ÄÌÑ ÎÅÇÏ ÍÏÖÎÏ ÓÏÚÄÁÔØ É ÐÏËÁÚÁÔØ ÍÉÎÉÁÔÀÒÕ ÄÌÑ ÐÒÅÄ×ÁÒÉÔÅÌØÎÏÇÏ ÐÒÏÓÍÏÔÒÁ.\r\n
\r\nòÁÚÒÅÛÉÔØ ÏÂÓÕÖÄÅÎÉÅ?
\r\nòÁÚÒÅÛÉÔØ ÏÂÓÕÖÄÅÎÉÅ ÐÒÉÓÌÁÎÎÏÊ ÉÎÆÏÒÍÁÃÉÉ?\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,NULL);
INSERT INTO international VALUES (52,'USS',21,'íÉÎÉÁÔÀÒÙ',1041244426,NULL);
INSERT INTO international VALUES (51,'USS',21,'ðÏËÁÚÙ×ÁÔØ ÍÉÎÉÁÔÀÒÙ ÄÌÑ ÇÒÁÆÉÞÅÓËÉÈ ÆÁÊÌÏ×?',1041244404,NULL);
INSERT INTO international VALUES (5,'USS',21,'÷ÁÛ ÆÁÊÌ ÚÁÐÒÅÝÅÎ Ë ÐÕÂÌÉËÁÃÉÉ ÎÁ ÓÁÊÔÅ.',1041244351,NULL);
INSERT INTO international VALUES (48,'USS',21,'òÁÚÒÅÛÉÔØ ÄÏÂÁ×ÌÅÎÉÅ ËÏÍÍÅÎÔÁÒÉÅ×? ',1041244296,NULL);
INSERT INTO international VALUES (47,'USS',21,'ïÔ×ÅÔÉÔØ',1041244241,NULL);
INSERT INTO international VALUES (46,'USS',21,'ÞÉÔÁÔØ ÄÁÌØÛÅ...',1041244221,NULL);
INSERT INTO international VALUES (1035,'WebGUI',1,'Notification Template',1066034661,'Tell the admin to select a template for the notification messages that come from this forum.');
INSERT INTO international VALUES (41,'USS',21,'äÁÔÁ',1041006323,NULL);
INSERT INTO international VALUES (4,'USS',21,'÷ÁÛ ÆÁÊÌ ÄÏÂÁ×ÌÅÎ × ÓÉÓÔÅÍÕ ÏÂÍÅÎÁ ÆÁÊÌÁÍÉ',1041006200,NULL);
INSERT INTO international VALUES (39,'USS',21,'îÁÐÉÓÁÔØ ÏÔ×ÅÔ',1041006064,NULL);
INSERT INTO international VALUES (38,'USS',21,'(åÓÌÉ ×Ù ÐÏÌØÚÏ×ÁÌÉÓØ ÒÅÄÁËÔÏÒÏÍ Ó ÒÁÓÛÉÒÅÎÎÙÍÉ ×ÏÚÍÏÖÎÏÓÔÑÍÉ, ÔÏ ÏÔÍÅÔØÔÅ äÁ)',1041005892,NULL);
INSERT INTO international VALUES (37,'USS',21,'õÄÁÌÉÔØ',1041005678,NULL);
INSERT INTO international VALUES (35,'USS',21,'îÁÚ×ÁÎÉÅ',1041005652,NULL);
INSERT INTO international VALUES (34,'USS',21,'äÏÂÁ×ÉÔØ ÒÁÚÒÙ× ÓÔÒÏË',1041005625,NULL);
INSERT INTO international VALUES (33,'USS',21,'÷ÌÏÖÅÎÎÙÊ ÆÁÊÌ',1041005573,NULL);
INSERT INTO international VALUES (32,'USS',21,'çÒÁÆÉÞÅÓËÉÊ ÆÁÊÌ',1041005539,NULL);
INSERT INTO international VALUES (31,'USS',21,'óÏÄÅÒÖÁÎÉÅ',1041005463,NULL);
INSERT INTO international VALUES (30,'USS',21,'ïÔÓÌÅÖÉ×ÁÔØ ÉÚÍÅÎÅÎÉÑ × ÓÐÉÓËÅ ÆÁÊÌÏ×?
\r\n(0 - ÎÅ ÓÌÅÄÉÔØ ÚÁ ÉÚÍÅÎÅÎÉÑÍÉ, 1 - ÎÁÂÌÀÄÁÔØ ÚÁ ÉÚÍÅÎÅÎÉÑÍÉ)',1041005372,NULL);
INSERT INTO international VALUES (3,'USS',21,'÷ ÓÉÓÔÅÍÕ ÏÂÍÅÎÁ ÆÁÊÌÁÍÉ ÐÏÓÔÕÐÉÌ ÎÏ×ÙÊ ÆÁÊÌ. ôÒÅÂÕÅÔÓÑ ÐÒÏ×ÅÒËÁ. ',1041005053,NULL);
INSERT INTO international VALUES (29,'USS',21,'óÉÓÔÅÍÁ ÏÂÍÅÎÁ ÆÁÊÌÁÍÉ',1041004887,NULL);
INSERT INTO international VALUES (28,'USS',21,'÷ÅÒÎÕÔØÓÑ Ë ÓÐÉÓËÕ ÆÁÊÌÏ×',1041004775,NULL);
INSERT INTO international VALUES (27,'USS',21,'òÅÄÁËÔÉÒÏ×ÁÔØ',1041004731,NULL);
INSERT INTO international VALUES (21,'USS',21,'ðÒÉÓÌÁÌ(Á)',1041004682,NULL);
INSERT INTO international VALUES (20,'USS',21,'äÏÂÁ×ÉÔØ ÆÁÊÌ',1041004633,NULL);
INSERT INTO international VALUES (2,'USS',21,'ðÏÌØÚÏ×ÁÔÅÌÉ, ÉÍÅÀÝÉÅ ÐÒÁ×Ï ÐÒÉÓÙÌÁÔØ ÆÁÊÌÙ',1041004490,NULL);
INSERT INTO international VALUES (19,'USS',21,'òÅÄÁËÔÏÒ ÏÔÐÒÁ×ËÉ',1041004113,NULL);
INSERT INTO international VALUES (18,'USS',21,'òÅÄÁËÔÏÒ ÓÉÓÔÅÍÙ ÏÂÍÅÎÁ ÆÁÊÌÁÍÉ',1041003798,NULL);
INSERT INTO international VALUES (17,'USS',21,'õÄÁÌÉÔØ ÜÔÏÔ ÆÁÊÌ?',1041002917,NULL);
INSERT INTO international VALUES (16,'USS',21,'âÅÚ ÎÁÚ×ÁÎÉÑ',1041002377,NULL);
INSERT INTO international VALUES (15,'USS',21,'òÅÄÁËÔÉÒÏ×ÁÔØ/ÕÄÁÌÉÔØ ',1041002354,NULL);
INSERT INTO international VALUES (14,'USS',21,'óÔÁÔÕÓ',1041002310,NULL);
INSERT INTO international VALUES (13,'USS',21,'äÁÔÁ',1041002291,NULL);
INSERT INTO international VALUES (12,'USS',21,'(õÂÅÒÉÔÅ ÇÁÌÏÞËÕ, ÅÓÌÉ ×Ù ÉÓÐÏÌØÚÕÅÔÅ HTML)',1041002267,NULL);
INSERT INTO international VALUES (1,'USS',21,'ðÏÌØÚÏ×ÁÔÅÌØ, ÐÒÏ×ÅÒÑÀÝÉÊ ÐÒÉÓÌÁÎÎÙÊ ÆÁÊÌ',1041002182,NULL);
INSERT INTO international VALUES (75,'SiteMap',21,'ÓÏ ×ÓÅÈ ËÏÒÎÅ×ÙÈ ÄÉÒÅËÔÏÒÉÊ',1040999349,NULL);
INSERT INTO international VALUES (74,'SiteMap',21,'Ó ÜÔÏÊ ÓÔÒÁÎÉÃÙ',1040999225,NULL);
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,NULL);
INSERT INTO international VALUES (72,'SiteMap',21,'ûÁÂÌÏÎ ÄÌÑ ËÁÒÔÙ ÓÁÊÔÁ',1048509845,NULL);
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,NULL);
INSERT INTO international VALUES (73,'MessageBoard',21,'ûÁÂÌÏÎ ÄÌÑ ÆÏÒÕÍÁ',1040998990,NULL);
INSERT INTO international VALUES (7,'WobjectProxy',1,'Override title?',1053183682,'Asking the user if s/he would like to use the title specified in the wobject proxy or the original title of the original wobject.');
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,NULL);
INSERT INTO international VALUES (75,'LinkList',21,'ûÁÂÌÏÎ ÄÌÑ ÓÐÉÓËÁ ÓÓÙÌÏË',1040997406,NULL);
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,NULL);
INSERT INTO international VALUES (73,'Item',21,'ûÁÂÌÏÎ ÄÌÑ ÓÓÙÌËÉ',1040997146,NULL);
INSERT INTO international VALUES (971,'WebGUI',1,'Time',1053278208,'A field that holds clock time.');
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,NULL);
INSERT INTO international VALUES (76,'FAQ',21,'ûÁÂÌÏÎ ÄÌÑ ÞÁÓÔÏ ÚÁÄÁ×ÁÅÍÙÈ ×ÏÐÒÏÓÏ×',1040996979,NULL);
INSERT INTO international VALUES (75,'FAQ',21,'äÏÂÁ×ÉÔØ ×ÏÐÒÏÓ',1040996942,NULL);
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,NULL);
INSERT INTO international VALUES (96,'EventsCalendar',21,'ûÁÂÌÏÎ ÓÏÂÙÔÉÑ',1040996647,NULL);
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,NULL);
INSERT INTO international VALUES (94,'EventsCalendar',21,'ûÁÂÌÏÎ ÏÒÇÁÎÁÊÚÅÒÁ',1040996203,NULL);
INSERT INTO international VALUES (93,'EventsCalendar',21,'óÌÅÄÕÀÝÅÅ ÓÏÂÙÔÉÅ',1040996149,NULL);
INSERT INTO international VALUES (92,'EventsCalendar',21,'ðÒÅÄÙÄÕÝÅÅ ÓÏÂÙÔÉÅ',1040996131,NULL);
INSERT INTO international VALUES (91,'EventsCalendar',21,'äÏÂÁ×ÉÔØ ÎÏ×ÏÅ ÓÏÂÙÔÉÅ',1040996104,NULL);
INSERT INTO international VALUES (90,'EventsCalendar',21,'ÍÅÓÑÃ ÐÏ ÕÍÏÌÞÁÎÉÀ',1040996071,NULL);
INSERT INTO international VALUES (89,'EventsCalendar',21,'ÐÏËÁÚÁÔØ 3 ÍÅÓÑÃÁ Ó ÎÁÞÁÌÁ',1040996015,NULL);
INSERT INTO international VALUES (88,'EventsCalendar',21,'ÐÏËÁÚÁÔØ 6 ÍÅÓÑÃÅ× Ó ÎÁÞÁÌÁ',1040995970,NULL);
INSERT INTO international VALUES (87,'EventsCalendar',21,'ÐÏËÁÚÁÔØ 9 ÍÅÓÑÃÅ× Ó ÎÁÞÁÌÁ',1040995927,NULL);
INSERT INTO international VALUES (86,'EventsCalendar',21,'ÐÏËÁÚÁÔØ 12 ÍÅÓÑÃÅ× ÐÏÓÌÅ ÎÁÞÁÌÁ',1040995841,NULL);
INSERT INTO international VALUES (85,'EventsCalendar',21,'ÐÏÓÌÅÄÎÉÊ × ËÁÌÅÎÄÁÒÅ',1040995750,NULL);
INSERT INTO international VALUES (84,'EventsCalendar',21,'íÅÓÑà ÏËÏÎÞÁÎÉÑ',1040995673,NULL);
INSERT INTO international VALUES (9,'Survey',21,'ïÐÒÏÓ',1040995196,NULL);
INSERT INTO international VALUES (80,'Survey',21,'ÓÅËÕÎÄÙ/ÓÅËÕÎÄ',1040995163,NULL);
INSERT INTO international VALUES (8,'Survey',21,'ðÏÒÑÄÏË ×ÏÐÒÏÓÏ×',1040995115,NULL);
INSERT INTO international VALUES (79,'Survey',21,'ÍÉÎÕÔ/ÍÉÎÕÔÙ',1040995030,NULL);
INSERT INTO international VALUES (78,'Survey',21,'ïÂÝÅÅ ×ÒÅÍÑ',1040994955,NULL);
INSERT INTO international VALUES (77,'Survey',21,'äÁÔÁ ÏËÏÎÞÁÎÉÑ',1040994934,NULL);
INSERT INTO international VALUES (76,'Survey',21,'äÁÔÁ ÎÁÞÁÌÁ',1040994891,NULL);
INSERT INTO international VALUES (75,'Survey',21,'òÅÄÁËÔÉÒÏ×ÁÔØ ×ÏÐÒÏÓ',1040994861,NULL);
INSERT INTO international VALUES (74,'Survey',21,'õÄÁÌÉÔØ ×ÓÅ ÏÔ×ÅÔÙ?',1040994705,NULL);
INSERT INTO international VALUES (73,'Survey',21,'õÄÁÌÉÔØ ×ÓÅ ÏÔ×ÅÔÙ',1040994660,NULL);
INSERT INTO international VALUES (72,'Survey',21,'õÄÁÌÉÔØ ÏÔ×ÅÔÙ ÐÏÌØÚÏ×ÁÔÅÌÑ?',1040994635,NULL);
INSERT INTO international VALUES (71,'Survey',21,'óÔÁÔÉÓÔÉËÁ ÏÔ×ÅÔÏ× ÐÏ ÐÏÌØÚÏ×ÁÔÅÌÑÍ',1040994571,NULL);
INSERT INTO international VALUES (70,'Survey',21,'éÎÄÉ×ÉÄÕÁÌØÎÙÅ ÒÅÚÕÌØÔÁÔÙ',1040994426,NULL);
INSERT INTO international VALUES (7,'Survey',21,'úÁ×ÉÓÉÍÙÊ',1040994305,NULL);
INSERT INTO international VALUES (69,'Survey',21,'õÄÁÌÉÔØ ÏÔ×ÅÔÙ',1040994278,NULL);
INSERT INTO international VALUES (68,'Survey',21,'ðÏÓÍÏÔÒÅÔØ ÒÅÚÕÌØÔÁÔÙ ÏÐÒÏÓÁ',1040994224,NULL);
INSERT INTO international VALUES (67,'Survey',21,'ðÏÌØÚÏ×ÁÔÅÌØ',1040993947,NULL);
INSERT INTO international VALUES (66,'Survey',21,'òÅÚÕÌØÔÁÔ ÏÐÒÏÓÁ',1040993892,NULL);
INSERT INTO international VALUES (65,'Survey',21,'üËÓÐÏÒÔÉÒÏ×ÁÔØ ×ÓÅ',1040993800,NULL);
INSERT INTO international VALUES (64,'Survey',21,'üËÓÐÏÒÔÉÒÏ×ÁÔØ ÏÔ×ÅÔÙ ÐÏÌØÚÏ×ÁÔÅÌÅÊ',1040993616,NULL);
INSERT INTO international VALUES (63,'Survey',21,'üËÓÐÏÒÔÉÒÏ×ÁÔØ ×ÏÐÒÏÓÙ',1040993551,NULL);
INSERT INTO international VALUES (62,'Survey',21,'üËÓÐÏÒÔÉÒÏ×ÁÔØ ÏÔ×ÅÔÙ',1040993524,NULL);
INSERT INTO international VALUES (61,'Survey',21,'ðÏÓÍÏÔÒÅÔØ ÓÔÁÔÉÓÔÉËÕ ÏÔ×ÅÔÏ× ÐÏ ËÁÖÄÏÍÕ ÐÏÌØÚÏ×ÁÔÅÌÀ',1040993470,NULL);
INSERT INTO international VALUES (60,'Survey',21,'÷ÅÒÎÕÔØÓÑ Ë ÏÐÒÏÓÕ',1040993266,NULL);
INSERT INTO international VALUES (6,'Survey',21,'ðÒÏÉÚ×ÏÌØÎÙÊ',1040993232,NULL);
INSERT INTO international VALUES (59,'Survey',21,'ðÏÓÍÏÔÒÅÔØ ÓÔÁÔÉÓÔÉËÕ ÏÔ×ÅÔÏ×',1040993172,NULL);
INSERT INTO international VALUES (58,'Survey',21,'ðÒÏÓÍÏÔÒ ÓÔÁÔÉÓÔÉËÉ ÏÔ×ÅÔÏ×',1040993097,NULL);
INSERT INTO international VALUES (57,'Survey',21,'ëÏÍÍÅÎÔÁÒÉÉ',1040992687,NULL);
INSERT INTO international VALUES (56,'Survey',21,'ðÏÓÍÏÔÒÅÔØ ËÏÍÍÅÎÔÁÒÉÉ',1040992638,NULL);
INSERT INTO international VALUES (55,'Survey',21,'ðÏÓÍÏÔÒÅÔØ ÒÅÚÕÌØÔÁÔÙ ÏÐÒÏÓÁ',1040992547,NULL);
INSERT INTO international VALUES (54,'Survey',21,'ðÒÏÃÅÎÔÙ',1040992489,NULL);
INSERT INTO international VALUES (53,'Survey',21,'òÅÚÕÌØÔÁÔÙ ÏÐÒÏÓÁ',1040992352,NULL);
INSERT INTO international VALUES (52,'Survey',21,'ëÏÌÉÞÅÓÔ×Ï ÐÒÁ×ÉÌØÎÙÈ ÏÔ×ÅÔÏ× ',1040992161,NULL);
INSERT INTO international VALUES (51,'Survey',21,'äÏÂÁ×ÉÔØ ËÏÍÍÅÎÔÁÒÉÊ',1040991961,NULL);
INSERT INTO international VALUES (50,'Survey',21,'ÓÌÅÄÕÀÝÉÊ',1040991870,NULL);
INSERT INTO international VALUES (5,'Survey',21,'ðÏÓÌÅÄÏ×ÁÔÅÌØÎÙÊ',1040991828,NULL);
INSERT INTO international VALUES (49,'Survey',21,'÷Ù ÎÅ ÍÏÖÅÔÅ ÐÒÉÎÑÔØ ÕÞÁÓÔÉÅ × ÔÅÓÔÉÒÏ×ÁÎÉÉ × ÄÁÎÎÙÊ ÍÏÍÅÎÔ.',1040991723,NULL);
INSERT INTO international VALUES (48,'Survey',21,'÷Ù ÎÅ ÍÏÖÅÔÅ ÐÒÉÎÉÍÁÔØ ÕÞÁÓÔÉÅ × ÏÐÒÏÓÅ.',1040990017,NULL);
INSERT INTO international VALUES (47,'Survey',21,'ôÅÓÔÉÒÏ×ÁÎÉÅ ÚÁ×ÅÒÛÅÎÏ.',1040989689,NULL);
INSERT INTO international VALUES (46,'Survey',21,'óÐÁÓÉÂÏ ÚÁ ×ÁÛ ÏÔ×ÅÔ.',1040989234,NULL);
INSERT INTO international VALUES (45,'Survey',21,'õÄÁÌÉÔØ ×ÁÒÉÁÎÔ ÏÔ×ÅÔÁ É ÏÔ×ÅÔÙ ÐÏÌØÚÏ×ÁÔÅÌÅÊ? ',1040989167,NULL);
INSERT INTO international VALUES (44,'Survey',21,'õÄÁÌÉÔØ ×ÏÐÒÏÓ, ×ÁÒÉÁÎÔÙ ÏÔ×ÅÔÏ× É ÐÏÌÕÞÅÎÎÙÅ ÏÔ×ÅÔÙ?',1040989043,NULL);
INSERT INTO international VALUES (43,'Survey',21,'îÉËÏÇÄÁ',1040986900,NULL);
INSERT INTO international VALUES (42,'Survey',21,'ðÒÉ ÓÌÕÞÁÅ ÄÁ',1040986827,NULL);
INSERT INTO international VALUES (41,'Survey',21,'äÏÓÔÁÔÏÞÎÏ ÞÁÓÔÏ',1040986642,NULL);
INSERT INTO international VALUES (40,'Survey',21,'÷ÓÅÇÄÁ',1040986613,NULL);
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,NULL);
INSERT INTO international VALUES (39,'Survey',21,'üÔÏ ÕÔ×ÅÒÖÄÅÎÉÅ ÎÅ ÐÒÉÅÍÌÅÍÏ',1040923113,NULL);
INSERT INTO international VALUES (38,'Survey',21,'ðÏÌÎÏÓÔØÀ ÎÅÓÏÇÌÁÓÅÎ',1040923016,NULL);
INSERT INTO international VALUES (37,'Survey',21,'îÅÓÏÇÌÁÓÅÎ',1040922993,NULL);
INSERT INTO international VALUES (36,'Survey',21,'îÅÓÏÇÌÁÓÅÎ Ó ÞÁÓÔØÀ ÕÔ×ÅÒÖÄÅÎÉÑ',1040922973,NULL);
INSERT INTO international VALUES (35,'Survey',21,'óÏÇÌÁÓÅÎ ÌÉÛØ Ó ÞÁÓÔØÀ ÕÔ×ÅÒÖÄÅÎÉÑ ',1040922882,NULL);
INSERT INTO international VALUES (34,'Survey',21,'óÏÇÌÁÓÅÎ',1040922685,NULL);
INSERT INTO international VALUES (33,'Survey',21,'ðÏÌÎÏÓÔØÀ ÓÏÇÌÁÓÅÎ',1040922665,NULL);
INSERT INTO international VALUES (32,'Survey',21,'îÅÔ',1040922632,NULL);
INSERT INTO international VALUES (31,'Survey',21,'äÁ',1040922587,NULL);
INSERT INTO international VALUES (30,'Survey',21,'äÏÂÁ×ÉÔØ ÎÏ×ÙÊ ×ÏÐÒÏÓ',1040922172,NULL);
INSERT INTO international VALUES (3,'Survey',21,'íÎÏÇÏÕÒÏ×ÎÅ×ÁÑ ÓÉÓÔÅÍÁ ÏÐÒÏÓÁ (ÄÏÂÁ×ÌÅÎÉÅ/ÒÅÄÁËÔÉÒÏ×ÁÎÉÅ)',1040922057,NULL);
INSERT INTO international VALUES (29,'Survey',21,'äÏÂÁ×ÉÔØ ÔÅËÓÔ ÏÔ×ÅÔÁ',1040922011,NULL);
INSERT INTO international VALUES (28,'Survey',21,'äÏÂÁ×ÉÔØ ×ÏÐÒÏÓ',1040921980,NULL);
INSERT INTO international VALUES (27,'Survey',21,'äÏÂÁ×ÉÔØ ÏÔ×ÅÔÙ ÎÁ ×ÏÐÒÏÓ Ï ÓÏÇÌÁÓÉÉ ÉÌÉ ÎÅÓÏÇÌÁÓÉÉ ',1040921957,NULL);
INSERT INTO international VALUES (26,'Survey',21,'äÏÂÁ×ÉÔØ ÏÔ×ÅÔÙ ÎÁ ×ÏÐÒÏÓ Ï ÞÁÓÔÏÔÅ ÏÐÒÅÄÅÌÅÎÎÙÈ ÄÅÊÓÔ×ÉÊ',1040921795,NULL);
INSERT INTO international VALUES (25,'Survey',21,'äÏÂÁ×ÉÔØ ÏÔ×ÅÔ ÔÉÐÁ äÁ/îÅÔ',1040921463,NULL);
INSERT INTO international VALUES (24,'Survey',21,'äÏÂÁ×ÉÔØ ÎÅÓËÏÌØËÏ ×ÁÒÉÁÎÔÏ× ÏÔ×ÅÔÏ×',1040921365,NULL);
INSERT INTO international VALUES (23,'Survey',21,'äÏÂÁ×ÉÔØ ÎÏ×ÙÊ ×ÁÒÉÁÎÔ ÏÔ×ÅÔÁ',1040921063,NULL);
INSERT INTO international VALUES (22,'Survey',21,'æÏÒÍÁ ÏÔ×ÅÔÁ',1040921023,NULL);
INSERT INTO international VALUES (21,'Survey',21,'ðÅÒÅÊÔÉ Ë',1040920943,NULL);
INSERT INTO international VALUES (20,'Survey',21,'üÔÁ ÉÎÆÏÒÍÁÃÉÑ ÐÒÁ×ÉÌØÎÁÑ?',1040920841,NULL);
INSERT INTO international VALUES (2,'Survey',21,'òÅÄÁËÔÏÒ ÍÎÏÇÏÕÒÏ×ÎÅ×ÏÊ ÓÉÓÔÅÍÙ ÏÐÒÏÓÏ×',1040920751,NULL);
INSERT INTO international VALUES (19,'Survey',21,'ïÔ×ÅÔ',1040920696,NULL);
INSERT INTO international VALUES (18,'Survey',21,'òÅÄÁËÔÏÒ ÏÔ×ÅÔÏ×',1040920676,NULL);
INSERT INTO international VALUES (17,'Survey',21,'òÅÄÁËÔÏÒ ×ÏÐÒÏÓÏ×',1040920549,NULL);
INSERT INTO international VALUES (16,'Survey',21,'òÁÓÐÏÌÁÇÁÔØ ÏÔ×ÅÔÙ × ÐÒÏÉÚ×ÏÌØÎÏÍ ÐÏÒÑÄËÅ?',1040920450,NULL);
INSERT INTO international VALUES (15,'Survey',21,'òÁÚÒÅÛÉÔØ ÄÏÂÁ×ÌÑÔØ ËÏÍÍÅÎÔÁÒÉÉ?',1040920380,NULL);
INSERT INTO international VALUES (14,'Survey',21,'÷ÏÐÒÏÓ',1040920337,NULL);
INSERT INTO international VALUES (13,'Survey',21,'çÒÕÐÐÁ ÐÏÌØÚÏ×ÁÔÅÌÅÊ, ÉÍÅÀÝÁÑ ÐÒÁ×Ï ÎÁ ÐÒÏÓÍÏÔÒ ÓÔÁÔÉÓÔÉËÉ',1040920313,NULL);
INSERT INTO international VALUES (12,'Survey',21,'çÒÕÐÐÁ ÐÏÌØÚÏ×ÁÔÅÌÅÊ, ÐÒÉÎÉÍÁÀÝÁÑ ÕÞÁÓÔÉÅ × ÏÐÒÏÓÅ',1040920231,NULL);
INSERT INTO international VALUES (11,'Survey',21,'òÅÖÉÍ',1040920150,NULL);
INSERT INTO international VALUES (10,'Survey',21,'ÏÐÒÏÓ',1040920024,NULL);
INSERT INTO international VALUES (1,'Survey',21,'íÎÏÇÏÕÒÏ×ÎÅ×ÙÊ ÏÐÒÏÓ',1040919961,NULL);
INSERT INTO international VALUES (9,'FileManager',21,'òÅÄÁËÔÏÒ ÆÁÊÌÏ×ÏÇÏ ÍÅÎÅÄÖÅÒÁ',1040919392,NULL);
INSERT INTO international VALUES (8,'FileManager',21,'ëÒÁÔËÏÅ ÏÐÉÓÁÎÉÅ',1040919331,NULL);
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,NULL);
INSERT INTO international VALUES (75,'FileManager',21,'ûÁÂÌÏÎ ÄÌÑ ÆÁÊÌÏ×ÏÇÏ ÍÅÎÅÄÖÅÒÁ',1040919246,NULL);
INSERT INTO international VALUES (74,'FileManager',21,'äÏÂÁ×ÉÔØ ÆÁÊÌ',1040919211,NULL);
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,NULL);
INSERT INTO international VALUES (72,'FileManager',21,'æÁÊÌ (ÄÏÂÁ×ÌÅÎÉÅ/ÒÅÄÁËÔÉÒÏ×ÁÎÉÅ)',1040918517,NULL);
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,NULL);
INSERT INTO international VALUES (7,'FileManager',21,'çÒÕÐÐÁ ÐÏÌØÚÏ×ÁÔÅÌÅÊ, ÉÍÅÀÝÁÑ ÐÒÁ×Ï ÄÏÂÁ×ÌÑÔØ ÆÁÊÌÙ',1040917783,NULL);
INSERT INTO international VALUES (61,'FileManager',21,'æÁÊÌÏ×ÙÊ ÍÅÎÅÄÖÅÒ (ÄÏÂÁ×ÌÅÎÉÅ/ÒÅÄÁËÔÉÒÏ×ÁÎÉÅ)',1040913735,NULL);
INSERT INTO international VALUES (6,'FileManager',21,'æÁÊÌ',1040913685,NULL);
INSERT INTO international VALUES (5,'FileManager',21,'éÍÑ ÆÁÊÌÁ',1040913666,NULL);
INSERT INTO international VALUES (3,'FileManager',21,'äÏÂÁ×ÉÔØ ÅÝÅ ÏÄÉÎ ÆÁÊÌ?',1040913618,NULL);
INSERT INTO international VALUES (20,'FileManager',21,'íÁËÓÉÍÁÌØÎÏÅ ËÏÌÉÞÅÓÔ×Ï ÆÁÊÌÏ× ÎÁ ÏÄÎÏÊ ÓÔÒÁÎÉÃÅ',1040913546,NULL);
INSERT INTO international VALUES (19,'FileManager',21,'æÁÊÌÏ× ÎÅÔ.',1040913449,NULL);
INSERT INTO international VALUES (18,'FileManager',21,'áÌØÔÅÒÎÁÔÉ×ÎÁÑ ×ÅÒÓÉÑ ÆÁÊÌÁ №2',1040913356,NULL);
INSERT INTO international VALUES (17,'FileManager',21,'áÌØÔÅÒÎÁÔÉ×ÎÁÑ ×ÅÒÓÉÑ № 1',1040913165,NULL);
INSERT INTO international VALUES (16,'FileManager',21,'äÁÔÁ',1040913036,NULL);
INSERT INTO international VALUES (15,'FileManager',21,'ïÐÉÓÁÎÉÅ',1042472826,NULL);
INSERT INTO international VALUES (14,'FileManager',21,'æÁÊÌ',1040912922,NULL);
INSERT INTO international VALUES (12,'FileManager',21,'õÄÁÌÉÔØ ÆÁÊÌ?',1040912891,NULL);
INSERT INTO international VALUES (11,'FileManager',21,'ÄÏÂÁ×ÉÔØ ÎÏ×ÙÊ ÆÁÊÌ',1040912819,NULL);
INSERT INTO international VALUES (10,'FileManager',21,'òÅÄÁËÔÏÒ ÆÁÊÌÏ×',1040912767,NULL);
INSERT INTO international VALUES (1,'FileManager',21,'æÁÊÌÏ×ÙÊ ÍÅÎÅÄÖÅÒ',1040912706,NULL);
INSERT INTO international VALUES (83,'EventsCalendar',21,'ðÅÒ×ÙÊ × ËÁÌÅÎÄÁÒÅ',1040912198,NULL);
INSERT INTO international VALUES (82,'EventsCalendar',21,'ôÅËÕÝÉÊ',1040912146,NULL);
INSERT INTO international VALUES (81,'EventsCalendar',21,'îÁÞÁÌØÎÙÊ ÍÅÓÑÃ',1040912129,NULL);
INSERT INTO international VALUES (80,'EventsCalendar',21,'ûÁÂÌÏÎ ÓÏÂÙÔÉÑ',1040912086,NULL);
INSERT INTO international VALUES (1,'Auth/WebGUI',21,'îÁÓÔÒÏÊËÁ ÉÄÅÎÔÉÆÉËÁÃÉÉ ÐÒÉ ÉÓÐÏÌØÚÏ×ÁÎÉÉ ÍÅÔÏÄÁ WebGUI',1040912053,NULL);
INSERT INTO international VALUES (9,'Auth/SMB',21,'ðÁÒÏÌØ',1040911991,NULL);
INSERT INTO international VALUES (8,'Auth/SMB',21,'éÍÑ ÐÏÌØÚÏ×ÁÔÅÌÑ',1040911980,NULL);
INSERT INTO international VALUES (7,'Auth/SMB',21,'äÏÍÅÎ NT',1040911904,NULL);
INSERT INTO international VALUES (6,'Auth/SMB',21,'BDC',1040910980,NULL);
INSERT INTO international VALUES (5,'Auth/SMB',21,'PDC',1040910572,NULL);
INSERT INTO international VALUES (4,'Auth/SMB',21,'ïÛÉÂËÁ ÉÄÅÎÔÉÆÉËÁÃÉÉ ÐÏÌØÚÏ×ÁÔÅÌÑ SMB (3)\r\n÷Ù ××ÅÌÉ ÎÅ×ÅÒÎÏÅ ÓÏÞÅÔÁÎÉÅ ÉÍÅÎÉ ÐÏÌØÚÏ×ÁÔÅÌÑ É ÐÁÒÏÌÑ. ðÏÖÁÌÕÊÓÔÁ ÐÏÐÒÏÂÕÊÔÅ ××ÅÓÔÉ ÉÈ ÚÁÎÏ×Ï.',1040910493,NULL);
INSERT INTO international VALUES (3,'Auth/SMB',21,'ïÛÉÂËÁ ÚÁÐÉÓÉ × ÐÒÏÔÏËÏÌ SMB (2)',1040910316,NULL);
INSERT INTO international VALUES (2,'Auth/SMB',21,'ïÛÉÂËÁ ÓÅÒ×ÅÒÁ SMB (1)\r\n',1040907309,NULL);
INSERT INTO international VALUES (1,'Auth/SMB',21,'îÁÓÔÒÏÊËÉ ÄÌÑ ÉÄÅÎÔÉÆÉËÁÃÉÉ ÎÁ SMB',1040907186,NULL);
INSERT INTO international VALUES (1,'Auth/LDAP',21,'îÁÓÔÒÏÊËÉ ÄÌÑ ÉÄÅÎÔÉÆÉËÁÃÉÉ ÎÁ ÓÅÒ×ÅÒÅ LDAP',1040907137,NULL);
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,NULL);
INSERT INTO international VALUES (72,'Article',21,'ûÁÂÌÏÎ ÓÔÁÔØÉ',1040901056,NULL);
INSERT INTO international VALUES (857,'WebGUI',1,'IP Address',1043878310,NULL);
INSERT INTO international VALUES (861,'WebGUI',1,'Make profile public?',1043879954,NULL);
INSERT INTO international VALUES (860,'WebGUI',1,'Make email address public?',1043879942,NULL);
INSERT INTO international VALUES (859,'WebGUI',1,'Signature',1043879866,NULL);
INSERT INTO international VALUES (858,'WebGUI',1,'Alias',1043879848,NULL);
INSERT INTO international VALUES (862,'WebGUI',1,'This user\'s profile is not public.',1043881275,NULL);
INSERT INTO international VALUES (866,'WebGUI',1,'Expire Notifcation Message',1044127055,NULL);
INSERT INTO international VALUES (865,'WebGUI',1,'Notify user about expiration?',1044126938,NULL);
INSERT INTO international VALUES (864,'WebGUI',1,'Expire Notification Offset',1044126838,NULL);
INSERT INTO international VALUES (863,'WebGUI',1,'Delete Offset',1044126633,NULL);
INSERT INTO international VALUES (867,'WebGUI',1,'Loss of Privilege',1044133143,NULL);
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,NULL);
INSERT INTO international VALUES (870,'WebGUI',1,'Welcome',1044139461,NULL);
INSERT INTO international VALUES (872,'WebGUI',1,'Who can view?',1044218038,NULL);
INSERT INTO international VALUES (871,'WebGUI',1,'Who can edit?',1044218026,NULL);
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,NULL);
INSERT INTO international VALUES (636,'WebGUI',2,'Um ein Paket zu erstellen, befolgen Sie einfach diese einfachen Schritte: \r\n
Diese Makros werden benötigt, um Navigationselemente auf der Seite einzufügen.
\r\n^C; oder ^C(); - Crumb Trail
\r\nEine dynamisch generierte \'crumb trail\' zur aktuellen Seite. Damit wird ein horizontales Menu erzeugt, das, anders als z. B. das \'Top-Level Menu\' oder das \'Aktuelle Menu\' (siehe weiter unten) eine Art Pfadkennzeichnung ausgehend von der Homepage darstellt.(z. \r\nB. Home > Unterseite1 > Unter-Unterseite). Die Auswirkungen dieses Makros sind etwas schwer zu beschreiben, aber probieren Sie es einfach aus. Ergänzend können Sie ein Trennzeichen zwischen den Seitenlinks definieren, und zwar durch die Benutzung von z. B. \r\n^C(::);. Das Standard-Trennzeichen ist >.
Beachte: Die \r\n.crumbTrail Style Sheet Klasse ist diesem Makro zugeordnet.
\r\n^FlexMenu;
\r\nDieses Menu-Makro erstellt ein Top-Level Menu, das beim Auswählen eines jeden Menuelements erweitert wird, d. h. dass beim Anklicken des Links die Untermenupunkte angezeigt (aufgeklappt) werden.
^H; oder ^H(); - Home Link
\r\nEin Link zur Homepage dieser Seite. Zusätzlich können Sie den Linktext wie folgt abändern: \r\n^H("Zur Homepage");.
Beachte: In speziellen Fällen können Sie auch ^\r\nH(linkonly); benutzen, um lediglich die URL zur Homepage anzuzeigen.
\r\n Die Style Sheet Klasse \'\r\n.homeLink\' ist diesem Makro zugeordnet.
^M; oder ^M(); - Aktuelles Menu (Vertikal)
\r\nEin vertikales Menu, dass die Unterseiten der aktuellen Ebene enthält. Zusätzlich können Sie auch angeben, wie viele Stufen dieses Menu in die Tiefe gehen soll. Standardmässig wird nur die erste Ebene angezeigt, wenn Sie aber z. B. bis zur dritten Unterebene anzeigen lassen möchten, müssen Sie das Makro wie folgt verwenden: \r\n^M(3);. Wenn Sie das Makro auf "0" setzen, wird die komplette Seitenstruktur ab dieser Ebene angezeigt.
^m; - Aktuelles Menu (Horizontal)
\r\nEin horizontales Menu, dass die Unterseiten der aktuellen Ebene enthält. Ergänzend können Sie ein Trennzeichen zwischen den Seitenlinks definieren, und zwar durch die Benutzung von z. B. \r\n^m(:--:);. Das Standard-Trennzeichen ist ·.
^PreviousDropMenu;
\r\nDropDown Menu, dass die Unterseiten der vorherigen Ebene im Seitenbaum enthält.
Beispiel: ^PreviousDropMenu;
\r\n^P; oder ^P(); - Vorheriges Menu (Vertikal)
\r\nEin vertikales Menu, dass die Unterseiten der vorherigen Ebene enthält. Zusätzlich können Sie auch angeben, wie viele Stufen dieses Menu in die Tiefe gehen soll. Standardmässig wird nur die erste Ebene angezeigt, wenn Sie aber z. B. bis zur dritten Unterebene anzeigen lassen möchten, müssen Sie das Makro wie folgt verwenden: \r\n^P(3);. Wenn Sie das Makro auf "0" setzen, wird die komplette Seitenstruktur ab dieser Ebene angezeigt.
^p; - Vorheriges Menu (Horizontal)
\r\nEin horizontales Menu, dass die Unterseiten der vorherigen Ebene enthält. Ergänzend können Sie ein Trennzeichen zwischen den Seitenlinks definieren, und zwar durch die Benutzung von z. B. \r\n^p(:--:);. Das Standard-Trennzeichen ist ·.
^rootmenu; or ^rootmenu(); (Horizontal)
\r\nEin horizontales Menu mit den verschiedenen Startseiten (Roots) Ihres Systems. (ausgenommen die WebGUI System Roots) Ergänzend können Sie ein Trennzeichen wie \r\n^rootmenu(|); einfügen.
^RootTab;
\r\nHiermit wird ein Tab-Navigationsmenu (ähnlich wie die Tab-Formular beim Bearbeiten einer Seite oder eines Wobjects) erstellt.
Beachte: 2 spezielle Style Sheet Klassen: .RootTabOn{} and .RootTabOff{}.
\r\nBeispiel:
\r\n<style> .rootTabOn { line-height: 17px; font-size: 16px; spacing: 3px; border: 1px solid black; border-bottom-width: 0px; background-color: #333333; z-index: 10000; padding: 3px 9px 5px 9px; color: white; } .rootTabOn A, .rootTabOn A:visited { color: white; font-weight: bold; text-decoration: none; } .rootTabOff { line-height: 15px; font-size: 14px; border: 1px solid black; border-bottom-width: 0px; background-color: #c8c8c8; z-index: 1000; padding: 2px 9px 2px 9px; } .rootTabOff A, .rootTabOff A:visited { color: black; text-decoration: underline; } .rootTabOff A:hover { font-weight: bold; } </style> ^RootTab;
^SpecificDropMenu();
\r\nDropdownMenu, beginnend mit der Seite, die Sie angegeben haben. Sie können 2 Parameter angeben: Die URL der Seite, mit der begonnen werden soll und der zweite (optionale) Parameter, um die Tiefe anzugeben.
Beispiel: ^SpecificDropMenu("home",3);
\r\n^S(); - Genau definiertes SubMenu (Vertikal)
\r\nDieses Makro bietet Ihnen die Möglichkeit, das Untermenu einer beliebigen Seite anzuzeigen, angefangen mit der Seite, die Sie angegeben haben. Als Beispiel können Sie das Homepage SubMenu mit diesem Makro anzeigen lassen. \r\n^S("home",0);. Der erste Wert ist der verlinkte Titel der Seite und der zweite Wert ist die Tiefe, die angezeigt werden soll. Standardmässig sehen Sie nur die erste Ebene. Um z. B. 3 Ebenen tief anzeigen zu lassen, erstellen Sie folgendes Makro: \r\n^S("home",3);.
^s(); - Genau definiertes SubMenu (Horizontal)
\r\nDieses Makro bietet Ihnen die Möglichkeit, das Untermenu einer beliebigen Seite anzuzeigen, angefangen mit der Seite, die Sie angeben. Als Beispiel können Sie das Homepage SubMenu mit diesem Makro anzeigen lassen: \r\n^s("home");. Der Wert ist der verlinkte Titel der Seite. \r\n^s("home",":--:"); einfügen. Das Standardtrennzeichen ist ·.
^Synopsis; or ^Synopsis(); Menu
\r\nMit diesem Makro können Sie das Untermenu einer Seite zusammen mit dessen Beschreibungen (Zusammenfassung) anzeigen lassen. Standardmässig wird nur die erste Ebene angezeigt, wenn Sie aber z. B. bis zur dritten Unterebene anzeigen lassen möchten, müssen Sie das Makro wie folgt verwenden: \r\n^Synopsis(3);. Wenn Sie das Makro auf "0" setzen, wird die komplette Seitenstruktur ab dieser Ebene angezeigt.
Beachte: Folgende Style Sheet Klassen sind diesem Makro zugeordnet:
\r\n^TopDropMenu;
\r\nDropDown Menu mit Ihrer Top-Level Navigation
Beispiel: ^TopDropMenu;
\r\n^T; oder ^T(); - Top Level Menu (Vertikal)
\r\nEin vertikales Menu, das die Hauptseiten Ihrer Website enthält (Unterseiten der Homepage). Zusätzlich können Sie auch angeben, wie viele Stufen dieses Menu in die Tiefe gehen soll. Standardmässig wird nur die erste Ebene angezeigt, wenn Sie aber z. B. bis zur dritten Unterebene anzeigen lassen möchten, müssen Sie das Makro wie folgt verwenden: \r\n^T(3);. Wenn Sie das Makro auf "0" setzen, wird die komplette Seitenstruktur angezeigt.
^t; - Top Level Menu (Horizontal)
\r\nEin horizontales Menu, das die Hauptseiten Ihrer Website enthält (Unterseiten der Homepage). Optional können Sie ein Trennzeichen angeben mit \r\n^t(:--:);. Das Standardtrennzeichen ist ·.
^/; - System URL
\r\nDie URL zum \'Gateway Script\' = Eingangseite (beispielsweise: \r\n/index.pl/).
^\\; - Seiten URL
\r\nDie URL zur aktuellen Seite (beispielsweise: \r\n/index.pl/seitenname).
Diese Makros haben mit Benutzern und Login zu tun.
\r\n\r\n^a; or ^a(); - My Account Link
\r\nEin Link zu Ihrem Benutzerprofil. Zusätzlich können Sie den Linktext durch ein Makro wie dieses ändern: \r\n\r\n^a(\"Mein Profil\");.
Beachte: Sie können auch im speziellen Fall ^a(linkonly); benutzen, um lediglich die URL zum Profil anzuzeigen und nichts weiter.
\r\nDie Style Sheet Klasse \' \r\n\r\n.myAccountLink\' ist diesem Makro zugeordnet.
^AdminText();
\r\nZeigt dem Benutzer, der im Administrationsmodus ist, eine kleine Textmeldung an. Beispiel: ^AdminText(\"Sie sind im Administrationsmodus!\");
^AdminToggle; oder ^AdminToggle();
\r\nPlatziert einen Link auf der Seite, der nur für Content Manager und Administratoren sichtbar ist. Der Link schaltet den Admin-Modus anoder aus. Optional können Sie ein Makro verwenden, dass einen anderen Text anzeigt, wie z. B. ^AdminToggle(\"Adminmodus an\",\"Adminmodus aus\");
^CanEditText();
\r\nZeigt eine Nachricht an, sofern der Benutzer die Berechtigung hat, die aktuelle Seite zu bearbeiten.
Beispiel: ^CanEditText(^AdminToggle;);
\r\n\r\n^EditableToggle; odr ^EditableToggle();
\r\nGenau wie AdminToggle, bis auf den Unterschied, dass dies nur angezeigt wird, wenn der Benutzer die Berechtigung hat, die aktuelle Seite zu bearbeiten.
^GroupAdd();
\r\nMit diesem Makro können sich Benutzer selbst zu einer Gruppe hinzufügen. Der erste Parameter ist der Name der Gruppe und der zweite Parameter ist ein Text, der als Link angezeigt wird.
Beachte: Sofern der Benutzer nicht eingeloggt ist oder bereits zu der Gruppe gehört oder die Gruppe hat bietet keine Möglichkeit, dass sichein Benutzer selbst hinzufügendarf, dann wird dieser Link nichtangezeigt.
\r\n\r\nBeispiel: ^GroupAdd(Newsletter,\"Newsletter abonnieren\");
\r\n\r\n^GroupDelete();
\r\nMit diesem Makro können sich Benutzer selbst von einer Gruppe entfernen. Der erste Parameter ist der Name der Gruppe und der zweite Parameter ist ein Text, der als Link angezeigt wird.
Beachte: Sofern der Benutzer nicht eingeloggt ist oder bereits zu der Gruppe gehört oder die Gruppe bietet keine Möglichkeit, dass sich ein Benutzer selbst entfernen darf, dann wird dieser Link nicht angezeigt.
\r\n\r\nBeispiel: ^GroupDelete(Newsletter,\"Newsletter abbestellen\");
\r\n\r\n^GroupText();
\r\nZeigt dem Benutzer eine kleine Textmeldung an, abhängig davon, welcher Gruppe er zugeordnet ist. Beispiel: ^GroupText(\"Visitors\",\"Lassen Sie sich registrieren, wenn Sie weitere coole Features dieser Seite nutzen möchten!\");
^L; or ^L(); - Login Box
\r\nEinkleines Anmeldeformular. Dieses Makro können Sie auch konfigurieren. Sie können die Breite der Login-Box mit ^L(20); angeben, oder Sie können eine Textmeldung ausgeben lassen, nachdem sich der Benutzer angemeldet hat, wie ^L(20,Hallo ^a(^@;);. Klicken Sie %hier%, wenn Sie sich abmelden möchten!)
Beachte: Die Style Sheet Klasse \r\n\r\n\'.loginBox\' ist diesem Makro zugeordnet.
\r\n\r\n^LoginToggle; or ^LoginToggle();
\r\nZeigt eine \"Anmelden\" oder \"Abmeldung\" Nachricht an, je nachdem, ob der Benutzer an-oder abgemeldet ist. Optional können Sie auch eine Meldung wie diese ausgeben lassen: ^LoginToggle(\"Hier klicken, um sich anzumelden.\",\"Hier klicken, um sich abzumelden.\");
^@; - Benutzername
\r\nDer Benutzername des aktuell angemeldeten Benutzers.
^#; - Benutzer ID
\r\nDie Benutzer ID des aktuell angemeldeten Benutzers.
Diese Makros werden hauptsächlich benötigt um Styles in WebGUI zu erstellen.
\r\n\r\n^AdminBar;
\r\nPlatziert die Administrationsleiste auf der Seite. Dieses Element wird im \"Body\" Bereich benötigt..
^c; - Company Name
\r\nDer Firmenname, den Sie in den Profileinstellungen des Administrators eingetragen haben.
^e; - Company Email Address
\r\nDie Emailadresse, die Sie in den Profileinstellungen des Administrators eingetragen haben.
^Extras;
\r\nGibt den Pfad zum WebGUI \"extras\" Verzeichnis zurück, der Dinge wie die WebGUI Icons enthält.
^LastModified; oder ^LastModified();
\r\nZeigt das Datum an, an dem die Seite zuletzt bearbeitet wurde, basierend auf den Wobjects dieser Seite. Das Datum wird standardmässig in dem Format dargestellt, wie esder Benutzer in seinem Profil ausgewählt hat. Optinal kann man 2 Parameter angeben: Der Text, der vor dem Datum angezeigt werden soll und zweitens der Formatierungs-String für das Datum. (für mehr Details schauen Sie sich das D (Datum) Makro an.
Beispiel: ^LastModified(\"Letzte Bearbeitung: \",\"%c %D, %y\");
\r\n\r\n^PageTitle;
\r\nZeigt den Titel der aktuellen Seite an.
^r; or ^r(); - Druckversion der Seite
\r\nErstellt einen Link, um den Style von der Seite zu entfernen bzw. um Sie für den Ausdruck zu optimieren. Zusätzlich können Sie den Linktext ändern, wenn Sie ein Makro wie dieses einsetzen: \r\n\r\n^r(\"Drucken!\");.
Standardmässig wird, wenn der Link angeklickt wird, der aktuelle Seiten Style ersetzt mit dem \"Make Page Printable\" Style im Style Manager. Genauso gut kann dies aber geändert bzw. überschrieben werden, wenn Sie den Namen eines anderen Styles als zweiten Parameter angeben, wie z. B. ^r(\"Print!\",\"Demostyle\");
\r\n\r\nBeachte: Sie können auch im speziellen Fall ^r(linkonly); benutzen, um lediglich die URL zur Druckversion angeben und nichts weiter.
\r\nDie Style Sheet Klasse \'\r\n\r\n.makePrintableLink\' ist diesem Makro zugeordnet.
^RootTitle;
\r\nGibt den Titel der aktuellen Startseite (Root) aus. Wenn z. B. der Titel der aktuellen Startseite \"Home\" ist, wird dieser Titel angezeigt. Einige Seiten haben mehrere Startseiten (Roots) und folglich wird etwas benötigt, um dem Besucher zu zeigen, in welchem Bereich er sich gerade befindet.
^u; - Company URL
\r\nDie URL, die Sie in den Profileinstellungen des Administrators eingetragen haben.
^?; - Search
\r\nFügt ein Suchformular ein. Dieses ist an die eingebaute WebGUI Suchmaschine angebunden..
Beachte: Die Style Sheet Klasse \'\r\n\r\n.searchBox\' ist! diesem Makro zugeordnet.
\r\n\r\n^Spacer();
\r\nErstellt einen Abstand in Ihrem Layout. Sie können 2 Parameter angeben: Breite und Höhe.
Beispiel: ^Spacer(\"100\",\"50\");
\r\n\r\n^-;
\r\nDies ist das \"Trenn-Makro\", d. h. es darf genau einmal in jedem Style auftauchen, da es angibt, wo der Content/Inhalt für die Seite eingefügt werden soll.
Nachfolgend die Felder für einen Datenbanklink
\r\n\r\nTitel
\r\nEin Name für den Datenbanklink
DSN
\r\nData \r\n\r\nSource \r\n\r\nName ist der eindeutige Bezeichner, den PERL verwendet, um die Verbindung zur Datenbank herzustellen Das Format muss DBI:[driver]:[database name]:[host] sein.
\r\n
Beispiel: DBI:mysql:WebGUI:localhost
\r\n\r\nHier sind einige Beispiele für andere Datenbanken.
\r\nOracle:
Datenbank Benutzer
\r\nDer Benutzername, der zur Verbindung mit der Datenbank verwendet wird.
Datenbank Passwort
\r\nDas Passwort dieses Benutzers
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,NULL); 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.
Hier ist die Übersicht über die Template Variablen, die im Benutzerbeitragssystem zur Verfügung stehen.
\r\nreadmore.label
Die übersetzte Bezeichnung, die anzeigt, dass ein Benutzer hier klicken kann, um mehr von dem Beitrag zu lesen. \r\n
responses.label
Die übersetzte Bezeichnung, die anzeigt, dass ein Benutzer hier klicken kann, um Antworten zu diesem Beitrag zu sehen. \r\n
canPost
Eine Bedingungsvariable die anzeigt, ob ein Benutzer einen neuen Beitrag verfassen 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 URL um WebGUI\'s Suchformular an- oder auszuschalten. \r\n
search.label
Die übersetzte Bezeichnung für diesen Link.
search.form
WebGUI 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
date.updated.label
Datum, an dem dieser Beitrag zum letzten Mal bearbeitet wurde.\r\n
by.label
Die übersetzte Bezeichnung, wer den Beitrag verfasst hat. \r\n
submissions_loop
Eine Schleife, 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\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 hat. \r\nsubmission.username
Der Benutzername dieses Benutzers. \r\nsubmission.status
Der Status dieses Beitrages (freigegeben, ausstehend, abgelehnt). \r\nsubmission.thumbnail
Das Vorschaubild eines hochgeladenen Bildes (sofern eins vorhanden ist). \r\nsubmission.date
Datum des Beitrages.submission.date.updated
Das Datum und die Uhrzeit, an dem dieser Beitrag zum letzten Mal bearbeitet wurde. \r\nsubmission.currentUser
Bedingungsvariable, ob der aktuelle Benutzer 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 mehrspaltigen Layout in die zweite Spalte gehört oder nicht. \r\nsubmission.thirdColumn
Eine Bedingung, ob dieser Beitrag in einem mehrspaltigen Layout in die dritte Spalte gehört oder nicht. \r\nsubmission.fourthColumn
Eine Bedingung, ob dieser Beitrag in einem mehrspaltigen Layout in die vierte Spalte gehört oder nicht. \r\nsubmission.fifthColumn
Eine Bedingung, ob dieser Beitrag in einem 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 Seite gibt.
Mit Benutzerbeitragssystemen können Sie Ihren Benutzern die Möglichkeit geben, selber Beiträge zu verfassen, beispielsweise Gästebücher, Newsletter, Fotogallerien etc.
\r\nHaupt Template
\r\nWählen Sie ein Layout aus.
Inhalt filtern
\r\nWählen Sie die Stufe der Filterung des Contents aus..
Benutzerbeitragssystem Template
\r\nWählen Sie ein Layout für die einzelnen Beiträge aus.
Wer kann genehmigen?
\r\nWelche Gruppe hat die Berechtigung, Beiträge zu erlauben oder zu verbieten?
Wer kann Beiträge schreiben?
\r\nWelche Gruppe hat die Berechtigung, Beiträge verfassen zu dürfen?
Beiträge pro Seite
\r\nWieviele Beiträge sollen pro Seite in der Übersicht angezeigt werden?
Sortieren nach
\r\nWonach sollen die Beiträge sortiert werden?
Sortierungsreihenfolge
\r\nDie Reihenfolge dieser Sortierung.
Standard Status
\r\nSollen Beiträge standardmässig auf "Abgelehnt", "Ausstehend" oder "freigegeben" gestellt werden?
Beachten Sie: Wenn Sie den Status auf "Ausstehend" setzen, dann müssen Sie daran denken, öfter in Ihrem Posteingang nachzuschauen, ob Beiträge zur Veröffentlichung anstehen.
\r\nKarma pro Benutzerbeitrag
\r\nWieviel Karma soll ein Benutzer erhalten, wenn er einen Beitrag verfasst?
Vorschaubilder anzeigen?
\r\nSofern eine Grafik im Beitrag enthalten ist, wird das Vorschaubild im Layout angezeigt.
Diskussion erlauben?
\r\nMöchten Sie Diskussionen zu den einzelnen Beiträgen erlauben?
WebGUI verfügt über ein sehr mächtiges, eingebautes Diskussionssystem. Es kann zu einigem hinzugefügt werden und ist bereits in einige Wobjects integriert.
\r\nForen (auch Diskussionen genannt) verfügen über einige, konfigurierbare Eigenschaften. Nachfolgend eine umfangreiche Übersicht:
\r\nForum Template
\r\nEin Template zur Darstellung des Forums (Forenübersicht)
Themen Template
\r\nEin Template zur Darstellung der Themenansicht.
Beitrags Template
\r\nEin Template zur Darstellung eines Beitrags
Suchen Template
\r\nEin Template zur Darstellung der Suchfunktion und der Suchergebnisse des Forums.
Beiträge schreiben Template
\r\nEin Template zur Darstellung des Formulars, mit dem der Benutzer die Beiträge verfassen kann.
Benachrichtigungs Template
\r\nEin Template zur Darstellung der Benachrichtigungsmeldung, die einem Benutzer gesendet wird, der ein bestimmtes Thema abonniert hat.
Archivieren nach
\r\nWenn zu einem Thema keine neuen Beiträge mehr geschrieben werden, nach dem dieses Zeitinterval abgelaufen ist, wird es als \"Archiviert\" gekennzeichnet und ist dann nur noch über die Suchfunktion zu erreichen.
Timeout zum Bearbeiten
\r\nWie lange hat der Benutzer die Möglichkeit, seinen verfassten Beitrag zu bearbeiten, bevor diese Bearbeitungsmöglichkeit gesperrt wird?
Beachten Sie: Setzen Sie das Limit nicht zu hoch!. Das schönste an Diskussionen ist doch, dass diese einen genauen Verlauf darstellen, wer was wann gesagt hat. Wenn Sie das Bearbeiten zu lange ermöglichen, kann jeder Benutzer seine Meinung beliebig oft korrigieren oder abändern ...
\r\nBearbeitungszeitpunkt zu Beiträgen hinzufügen?
\r\nSoll der Bearbeitungszeitpunkt und auch werden Beitrag bearbeitet hat am Ende des Beitrages angezeigt werden?
Erweiterter HTML-Editor?
\r\nSoll der Benutzer die Möglichkeit haben, den erweiterten HTML-Editor, z. B. HtmlArea, zu verwenden oder soll lediglich ein einfaches Textfeld angezeigt werden?
Ersetzungen erlauben?
\r\nStellen Sie hier ein, ob der Benutzer die Möglichkeit hat, Ersetzungen (z. B. für Smileys) zu verwenden. Die Ersetzungen werden in den Administrationseinstellungen definiert.
Beiträge filtern
\r\nWählen Sie aus, inwieweit Sie den Inhalt der Beiträge filtern möchten.
Beiträge pro Seite
\r\nDie Anzahl der Beiträge, die pro Seite dargestellt werden sollen.
Karma pro Beitrag
\r\nWieviel Karma erhält ein Benutzer, wenn er Beiträge zu dieser Diskussion verfasst?
Wer kann Beiträge schreiben?
\r\nWelche Gruppe hat die Berechtigung, neue Beiträge zu verfassen?
Beiträge moderieren?
\r\nWenn Sie dies aktivieren, dann werden Beiträge erst veröffentlicht, bis der Moderator sie freigibt.
Wer kann moderieren?
\r\nWählen Sie die Gruppe aus, welche die Berechtigung hat, diese Diskussion zu moderieren.
SQL Reports sind vielleicht das effizienteste Werkzeug in WebGUI. Hiermit hat der Benutzer die Möglichkeit Daten von allen Datenbanken abzufragen, zu denen er Zugriff hat. Damit kann er z. B. Verkaufsdaten aus seinem WebShop einbinden oder alle Diskussionsforen auf seiner Website zusammenfassen.
\r\nMakros in der Abfrage vorverarbeiten?
\r\nWenn Sie WebGUI Makros in Ihrer Abfrage nutzen möchten, müssen Sie diesen Punkt aktivieren.
Debug?
\r\nAktivieren Sie dies, wenn Debugging- und Fehlermeldungen angezeigt werden sollen.
Abfrage
\r\nDies ist eine Standard SQL-Abfrage. Sollten Sie mit SQL nicht vertraut sein, bietet Ihnen Plain Black Software Übungslehrgänge in SQL und Datenbankmanagement an. Sie können mit dem ^FormParam();-Makro Abfragen dynamischer gestalten.
Report Template
\r\nWie soll der Report dargestellt werden? Normalerweise benutzt man HTML-Tabellen um einen SQL-Report zu generieren. Wenn Sie dieses Feld leerlassen, wird eine Vorlage basierend auf der Ergebnisliste angezeigt.
Es gibt einige spezielle Makros-Zeichen die zur Erstellung von SQL-Reports genutzt werden können. Diese sind ^-;, ^0;, ^1;, ^2;, ^3;, etc. Diese Makros werden ungeachtet der Einstellungen "Makros in der Abfrage vorverarbeiten" abgearbeitet. Das ^- Makro stellt Trennpunkte im Dokument dar, um zu kennzeichnen, wo die Anfangs- und Endschleife des Reports beginnt. Die numerischen Makros stellen die Datenfelder dar, die von Ihrer Abfrage zurückgegeben werden. Es gibt noch ein zusätzliches Makro (^rownum;), das die Zeilen der Abfrage beginnend bei 1 zählt. Dies können Sie nutzen, wenn die einzelnen Ergebnissätze nummeriert werden sollen.
\r\nDatenbank Link
\r\nDer Administrator kann verfügbare Datenbanken konfigurieren, die Sie in SQL-Reports verwenden können, ohne dass Sie die DSN, den Benutzernamen oder das Passwort für die Datenbank kennen müssen. Sofern nun ein Datenbanklink in dieser Liste ausgewählt wurde, werden die nachfolgenden Felder DSN, Benutzer und Passwort ignoriert..
\r\n
\r\nSofern die Datenbank, die Sie benötigen nicht als Datenbank Link definiert ist, können Sie die DSN, den Benutzernamen und das Passwort angeben.
DSN
\r\nData \r\nSource \r\nName ist die eindeutige Bezeichnung, die von Perl genutzt wird, um den Ort Ihrer Datenbank zu beschreiben. Das Format ist DBI:[Treiber]:[Datenbankname]:[Host].
Beispiel: DBI:mysql:WebGUI:localhost
\r\nDatenbankbenutzer
\r\nDer Benutzername zur DSN.
Datenbankpasswort
\r\nDas Passwort zur DSN.
Einträge pro Seite
\r\nWie viele Reihen sollen pro Seite angezeigt werden?
Carriage Return beachten?
\r\nMöchten Sie Carriage Returns in der Ergebnisansicht zu HTML-Umbrüchen konvertieren.
Gemeinsamen Mülleimer benutzen?
\r\nAktiviert einen einzelnen, system-weiten Mülleimer. Standardmässig gibt es pro Benutzer einen Mülleimer.
Falls Proxy benutzt wird: echte Client IP-Adressen benutzen?
\r\nWenn dies aktiviert und die Umgebungsvariable HTTP_X_FORWARDED_FOR vorhanden ist, wird dessen Wert anstelle der REMOTE_ADDRESS als die Browser IP-Adresse des Clients verwendet. Dies wird für IP-basierte Gruppen benötigt, um auch in Reverse-proxied, load-balanced System Architekturen zu funktionieren. In diesen Umgebungen kommen alle Anfragen von einer IP-Adresse, der des ProxyServers. Wenn Sie nicht sicher sind, wofür diese Funktion nötig ist, lassen Sie sie ausgeschaltet.
Proxy Caching unterbinden
\r\nEinige Firmen haben Proxy Server im Einsatz, die Probleme mit WebGUI verursachen können. Wenn Sie solche Problem feststellen, können Sie die Einstellungen auf \'JA\' setzen. Beachten Sie aber bitte, dass WebGUI\'s URLs nicht mehr so benutzerfreundlich sein werden, wenn dieses Feature aktiviert ist.
Fehlersuche anzeigen
\r\nWenn dies aktiviert ist, werden erweiterte Meldungen, die lediglich für Entwickler oder Administratoren interessant sein können, angezeigt. Dies ist hilfreich beim Lösen eines Problems
Seitenstatistik aktivieren
\r\nWebGUI kann einige statistische Informationen über ihre Seite speichern. Jedoch wird dadurch die Prozessorbelastung erhöht und die Datenbank wird etwas grösser. Aktivieren Sie dies nur, wenn Sie kein externes WebStatistik-Programm nutzen.
Host, der verwendet werden soll
\r\nWählen Sie hier aus, welchen Host Sie standardmässig verwenden möchten beim Generieren von URL\'s. Als \"konfigurierter Sitename\" wird derjenige verwendet, den Sie in der WebGUI-config-Datei eingetragen haben. Und \"Env HTTP\" verwendet die \"HTTP_HOST\" Umgebungsvariable, die vom Webserver übermittelt wird.
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,NULL); 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,NULL); 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?
Styles werden benutzt, um das \"Look and feel\" Ihrer WebGUI Seiten zu bestimmen. Mit WebGUI können Sie eine unbegrenzte Anzahl von Styles verwenden, daher können sie so viele verschiedene Darstellungen benutzen, wie Sie möchten. Sie könnten z. B. Seiten haben, die dem Layout bzw. Corporate Design ihres Unternehmens entsprechen, oder Seiten, die dem Erscheinungsbild von Yahoo ähnlich sind, usw. Genauso können sie auch Seiten erstellen, die wie die Seiten eines Buches aussehen. Mit dem Styleverwaltungs-Tool haben Sie die ultimative Kontrolle über all ihre Designs.
\r\n\r\nEs gibt bereits verschiedene in WebGUI eingebaute Styles. Die ersteren werden von WebGUI selbst benutzt und sollten daher nicht bearbeitet oder gelöscht werden. Die letztern sind einige Beispiel-Styles und können als Vorlage für neue Styles verwendet oder auch gelöscht werden.
\r\n\r\nClipboard
\r\nDieser Style wird von der Zwischenablage benötigt
Fail Safe
\r\nWenn sie einen Style löschen, der bereits auf einigen Seiten in Benutzung ist, wird dieser FailSafe-Style diesen Seiten zugeordnet. Der Style hat einen weissen Hintergrund und eine einfache Navigation.
Make Page Printable
\r\nDieser Style wird benutzt, wenn sie ein \r\n\r\n^r; Makro in Ihren Seiten einsetzen und der Besucher dann darauf klickt - er erhält dann die Druckversion der Seite. Sie haben hier die Möglichkeit, ein Logo und eine Copyright-Meldung auf der Seite einzubinden.
Packages
\r\nDieser Style wird vom Paketmanager benutzt.
Trash
\r\nDieser Style wird vom Mülleimer genutzt.
Plain Black Software (black)& (white)
\r\nDiese Layouts wurden auf der Plainblackseite verwendet.
Yahoo®
\r\nDies ist das Design von Yahoo® (genutzt ohne Berechtigung.)
WebGUI
\r\nDies ist ein einfaches Design mit WebGUI logos.
WebGUI 4
\r\nDieser 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
Von der Navigation verbergen?
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.
In \r\nneuem Fenster öffnen?
Wählen Sie "Ja" um die Seite in einem \r\nneuen Fenster zu öffnen.
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
Eine kurze 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
Cache Timeout
Die Zeit, die die Seite für registrierte Benutzer \r\ngecachet werden soll. \r\n
Cache Timeout (Besucher)
Die Zeit, die die Seite für Besucher gecachet \r\nwerden soll. \r\n
Beachte: Das Caching (Zwischenspeichern) ist nur verfügbar, wenn der \r\nAdministrator das Cache::FileCache Perl Modul installiert hat. Das Verwenden \r\nvon Caching kann die Performance um bis zu 1000% erhöhen. \r\n
Template
Stanardmässig verwendet WebGUI einen grossen Contentbereich \r\num die Wobjects zu platzieren. Sie können nun durch die Auswahl eines anderen \r\nTemplates den Inhalt, und damit das Platzieren von Wobjects, auf verschiedene \r\nBereiche aufteilen. \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\nNOTE: These macros are included in WebGUI in order to provide very powerful display mechanisms. Though they could be used to write simple web applications, this is not their intended use, nor is it supported or condoned by Plain Black. If you find yourself trying to do something like that, just write a macro. =) By default these macros are disabled to protect the security of your site and server, and only your administrator can enable them.\r\n\r\n
\r\n\r\n^D; or ^D(); - Date\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\r\n^If();
\r\nA simple conditional statement (IF/THEN/ELSE) to control layout and messages.\r\n
\r\nExamples:
\r\nDisplay Happy New Year on 1st January:\r\n ^If(\'^D(\"%m%d\");\' eq \'0101\' , Happy New Year);\r\n
\r\nDisplay a message to people on your subnet (192.168.1.*):
\r\n^If(\'^Env(\"REMOTE_ADDR\");\' =~ /^192.168.1/,\"Hi co-worker\",\"Hi Stranger\");\r\n
\r\nDisplay a message to Windows users:
\r\n ^If(\'^Env(\"HTTP_USER_AGENT\");\' =~ /windows/i,\"Hey... Linux is free !\");\r\n
\r\nDisplay a message if a user is behind a proxy:
\r\n ^If(\'^Env(\"HTTP_VIA\");\' ne \"\", You\'re behind a proxy !, Proxy-free is the best...);\r\n
\r\nDisplay Good Morning/Afternoon/Evening:
\r\n ^If(^D(\"%J\");<=12,Good Morning,^If(^D(\"%J\");<=18,Good Afternoon,Good evening););\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',1057090848,NULL); INSERT INTO international VALUES (1024,'WebGUI',1,'Filter Post',1046607477,NULL); INSERT INTO international VALUES (419,'WebGUI',1,'Remove everything but the text.',1046637533,NULL); INSERT INTO international VALUES (526,'WebGUI',1,'Remove JavaScript and negate macros.',1047838780,NULL); INSERT INTO international VALUES (891,'WebGUI',1,'Only negate macros.',1047838859,NULL); INSERT INTO international VALUES (892,'WebGUI',1,'Discussion',1046637952,NULL); INSERT INTO international VALUES (893,'WebGUI',1,'Wobject Properties',1046638419,NULL); 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
^PreviousDropMenu;
Create a drop down menu containing the sub-pages \r\nat the previous level in the page tree. \r\n
Example: ^PreviousDropMenu; \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
^RootTab;
Create a tab navigation system from the roots on your \r\nsite (except WebGUI\'s system roots) similar to the tabs used in the tab forms \r\n(editing wobjects or pages). \r\n
NOTE: Has two special style sheet classes: .RootTabOn{} and \r\n.RootTabOff{}. \r\n
Example:
<style> .rootTabOn { line-height: 17px; font-size: \r\n16px; spacing: 3px; border: 1px solid black; border-bottom-width: 0px; \r\nbackground-color: #333333; z-index: 10000; padding: 3px 9px 5px 9px; color: \r\nwhite; } .rootTabOn A, .rootTabOn A:visited { color: white; font-weight: bold; \r\ntext-decoration: none; } .rootTabOff { line-height: 15px; font-size: 14px; \r\nborder: 1px solid black; border-bottom-width: 0px; background-color: #c8c8c8; \r\nz-index: 1000; padding: 2px 9px 2px 9px; } .rootTabOff A, .rootTabOff A:visited \r\n{ color: black; text-decoration: underline; } .rootTabOff A:hover { font-weight: \r\nbold; } </style> ^RootTab; \r\n
^SpecificDropMenu();
Create a drop down menu starting at a specific \r\npoint in your navigation tree. This takes two parameters. The first is the url \r\nof the page to start with and the second (optional parameter) is the depth to \r\ntraverse to. \r\n
Example: ^SpecificDropMenu(\"home\",3); \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
^TopDropMenu;
Create a drop down menu of your top level navigation. \r\n\r\n
Example: ^TopDropMenu; \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
^CanEditText();
Display a message to a user that can edit the \r\ncurrent page. \r\n
Example: ^CanEditText(^AdminToggle;); \r\n
^EditableToggle; or ^EditableToggle();
Exactly the same as \r\nAdminToggle, except that the toggle is only displayed if the user has the rights \r\nto edit the current page. \r\n
^GroupAdd();
Using this macro you can allow users to add themselves \r\nto a group. The first parameter is the name of the group this user should be \r\nadded to. The second parameter is a text string for the user to click on to add \r\nthemselves to this group. \r\n
NOTE: If the user is not logged in, or or already belongs to the \r\ngroup, or the group is not set to allow auto adds, then no link will be \r\ndisplayed. \r\n
^GroupDelete();
Using this macro you can allow users to delete \r\nthemselves from a group. The first parameter is the name of the group this user \r\nshould be deleted from. The second parameter is a text string for the user to \r\nclick on to delete themselves from this group. \r\n
NOTE: If the user is not logged in or the user does not belong to the \r\ngroup, or the group is not set to allow auto deletes, then no link will be \r\ndisplayed. \r\n
^GroupText();
Displays a small text message to the user if they \r\nbelong to the specified group. And you can specify an alternate message to those \r\nwho are not in the group. \r\n
Example: ^GroupText(\"Visitors\",\"You need an account to do anything \r\ncool on this site!\",\"We value our registered users!\"); \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 labels like this: ^LoginToggle(\"Click here to log in.\",\"Click here \r\nto log out.\");. You can also use the special case ^LoginToggle(linkonly); to \r\nreturn only the URL with no label. \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
^LastModified; or ^LastModified();
Displays the date that the \r\ncurrent page was last modified based upon the wobjects on the page. The date is \r\ndefaultly displayed based upon the user\'s date preferences. Optionally, it can \r\ntake two parameters. The first is text to display before the date. The second is \r\na date format string (see the D (date) macro for details. \r\n
Example: ^LastModified(\"Updated: \",\"%c %D, %y\"); \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
^Spacer();
Create a spacer in your layout. Great for creating \r\nblocks of color with divs and tables. It takes two parameters, width and height. \r\n\r\n
Example: ^Spacer(\"100\",\"50\"); \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,NULL);
INSERT INTO international VALUES (861,'WebGUI',10,'Offentliggør brugerprofil?',1046864242,NULL);
INSERT INTO international VALUES (860,'WebGUI',10,'Offentliggør Email adresse?',1046864209,NULL);
INSERT INTO international VALUES (859,'WebGUI',10,'Signatur',1046864180,NULL);
INSERT INTO international VALUES (858,'WebGUI',10,'Alias',1046864169,NULL);
INSERT INTO international VALUES (857,'WebGUI',10,'IP adresse',1046864157,NULL);
INSERT INTO international VALUES (856,'WebGUI',10,'Du har ikke rettigheder til at redigere.',1046864143,NULL);
INSERT INTO international VALUES (855,'WebGUI',10,'List alle skabeloner',1046864117,NULL);
INSERT INTO international VALUES (854,'WebGUI',10,'List alle skabeloner som denne',1046864101,NULL);
INSERT INTO international VALUES (853,'WebGUI',10,'Slet denne skabelon',1046864070,NULL);
INSERT INTO international VALUES (851,'WebGUI',10,'Rediger denne skabelon.',1046864049,NULL);
INSERT INTO international VALUES (848,'WebGUI',10,'Der er syntax fejl i denne skabelon. Venligst ret.',1046864027,NULL);
INSERT INTO international VALUES (847,'WebGUI',10,'Gå tilbage til gældende side.',1046863992,NULL);
INSERT INTO international VALUES (845,'WebGUI',10,'Stilart makroer',1046863969,NULL);
INSERT INTO international VALUES (843,'WebGUI',10,'Bruger makroer',1046863943,NULL);
INSERT INTO international VALUES (841,'WebGUI',10,'Navigations makroer',1046863918,NULL);
INSERT INTO international VALUES (839,'WebGUI',10,'Programmør makro',1046863894,NULL);
INSERT INTO international VALUES (837,'WebGUI',10,'Mappe, tilføj/rediger',1046863861,NULL);
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,NULL);
INSERT INTO international VALUES (835,'WebGUI',10,'Brudstykke, tilføj/rediger',1046863632,NULL);
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,NULL);
INSERT INTO international VALUES (852,'WebGUI',10,'Kopier denne skabelon',1046863401,NULL);
INSERT INTO international VALUES (833,'WebGUI',10,'Fil, tilføj/rediger',1046860501,NULL);
INSERT INTO international VALUES (831,'WebGUI',10,'Brochure makroer',1046860460,NULL);
INSERT INTO international VALUES (829,'WebGUI',10,'',1046860399,NULL);
INSERT INTO international VALUES (827,'WebGUI',10,'Wobject skabelon',1046860378,NULL);
INSERT INTO international VALUES (825,'WebGUI',10,'Skabelon, sprog',1046860351,NULL);
INSERT INTO international VALUES (824,'WebGUI',10,'Email bundtekst',1046860334,NULL);
INSERT INTO international VALUES (823,'WebGUI',10,'Gå til den nye side.',1046860317,NULL);
INSERT INTO international VALUES (821,'WebGUI',10,'enhver',1046860156,NULL);
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,NULL);
INSERT INTO international VALUES (819,'WebGUI',10,'Selv deaktiveret',1046860042,NULL);
INSERT INTO international VALUES (818,'WebGUI',10,'Deaktiveret',1046860025,NULL);
INSERT INTO international VALUES (817,'WebGUI',10,'Aktiv',1046860004,NULL);
INSERT INTO international VALUES (816,'WebGUI',10,'Status',1046859991,NULL);
INSERT INTO international VALUES (815,'WebGUI',10,'Filen du forsøgte at uploade er større end maksimalgrænsen.',1046859979,NULL);
INSERT INTO international VALUES (814,'WebGUI',10,'Tilbage til stilarter.',1046859940,NULL);
INSERT INTO international VALUES (813,'WebGUI',10,'Grupper i denne gruppe',1046859924,NULL);
INSERT INTO international VALUES (812,'WebGUI',10,'Din besked er blevet sendt.',1046859910,NULL);
INSERT INTO international VALUES (811,'WebGUI',10,'Fra',1046859893,NULL);
INSERT INTO international VALUES (810,'WebGUI',10,'send',1046859882,NULL);
INSERT INTO international VALUES (809,'WebGUI',10,'Email gruppe',1046859870,NULL);
INSERT INTO international VALUES (808,'WebGUI',10,'Email denne gruppe.',1046859854,NULL);
INSERT INTO international VALUES (807,'WebGUI',10,'Håndter grupperne i denne gruppe',1046859817,NULL);
INSERT INTO international VALUES (806,'WebGUI',10,'Slet denne gruppe.',1046859792,NULL);
INSERT INTO international VALUES (805,'WebGUI',10,'Slet denne stilart.',1046859778,NULL);
INSERT INTO international VALUES (804,'WebGUI',10,'Kopier denne stilart',1046859745,NULL);
INSERT INTO international VALUES (803,'WebGUI',10,'Rediger denne stilart',1046859693,NULL);
INSERT INTO international VALUES (802,'WebGUI',10,'I øjeblikket sporer WebGUI ikke side statistik.\r\nDu kan slå denne funktion til i indstillinger.',1046859675,NULL);
INSERT INTO international VALUES (801,'WebGUI',10,'Wobjects interaktioner',1046859616,NULL);
INSERT INTO international VALUES (800,'WebGUI',10,'Unikke besøgende',1046859596,NULL);
INSERT INTO international VALUES (799,'WebGUI',10,'Side visninger',1046859575,NULL);
INSERT INTO international VALUES (798,'WebGUI',10,'Side titel',1046859561,NULL);
INSERT INTO international VALUES (797,'WebGUI',10,'Vis trafik statistik',1046859522,NULL);
INSERT INTO international VALUES (796,'WebGUI',10,'Vis side statistik',1046859503,NULL);
INSERT INTO international VALUES (794,'WebGUI',10,'Pakker',1046859152,NULL);
INSERT INTO international VALUES (793,'WebGUI',10,'antal brochurer',1046859139,NULL);
INSERT INTO international VALUES (792,'WebGUI',10,'Skabeloner',1046859004,NULL);
INSERT INTO international VALUES (791,'WebGUI',10,'Slet denne oversættelse',1046858989,NULL);
INSERT INTO international VALUES (790,'WebGUI/Profile',10,'Slet denne profil kategori.',1046858965,NULL);
INSERT INTO international VALUES (789,'WebGUI/Profile',10,'Rediger denne profil kategori',1046858943,NULL);
INSERT INTO international VALUES (788,'WebGUI/Profile',10,'Slet dette profil felt.',1046858922,NULL);
INSERT INTO international VALUES (787,'WebGUI/Profile',10,'Rediger dette profil felt.',1046858906,NULL);
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,NULL);
INSERT INTO international VALUES (785,'WebGUI',10,'Brochure, administrer',1046858814,NULL);
INSERT INTO international VALUES (784,'WebGUI',10,'miniature',1046858782,NULL);
INSERT INTO international VALUES (783,'WebGUI',10,'type',1046858762,NULL);
INSERT INTO international VALUES (782,'WebGUI',10,'enhver',1046858750,NULL);
INSERT INTO international VALUES (781,'WebGUI',10,'brudstykke',1046858732,NULL);
INSERT INTO international VALUES (780,'WebGUI',10,'Fil',1046858718,NULL);
INSERT INTO international VALUES (779,'WebGUI',10,'Billed',1046858705,NULL);
INSERT INTO international VALUES (778,'WebGUI',10,'Mappe beskrivelse',1046858692,NULL);
INSERT INTO international VALUES (777,'WebGUI',10,'Mappe Id',1046858674,NULL);
INSERT INTO international VALUES (776,'WebGUI',10,'Rediger mappe',1046858661,NULL);
INSERT INTO international VALUES (775,'WebGUI',10,'Er du sikker på du vil slette denne mappe og flytte indholdet et niveau op?',1046858645,NULL);
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,NULL);
INSERT INTO international VALUES (773,'WebGUI',10,'fil',1046858440,NULL);
INSERT INTO international VALUES (772,'WebGUI',10,'Rediger fil',1046858401,NULL);
INSERT INTO international VALUES (771,'WebGUI',10,'brudstykke',1046858382,NULL);
INSERT INTO international VALUES (770,'WebGUI',10,'Rediger brudstykke',1046858367,NULL);
INSERT INTO international VALUES (769,'WebGUI',10,'Organiser i mappe',1046858339,NULL);
INSERT INTO international VALUES (768,'WebGUI',10,'Navn',1046858278,NULL);
INSERT INTO international VALUES (767,'WebGUI',10,'Brochure Id',1046858261,NULL);
INSERT INTO international VALUES (766,'WebGUI',10,'Tilbage til brochure liste.',1046858193,NULL);
INSERT INTO international VALUES (765,'WebGUI',10,'Slet denne brochure enhed.',1046858160,NULL);
INSERT INTO international VALUES (764,'WebGUI',10,'Rediger denne brochure ',1046857909,NULL);
INSERT INTO international VALUES (763,'WebGUI',10,'Tilføj brudstykke.',1046857690,NULL);
INSERT INTO international VALUES (887,'WebGUI',10,'Midas (kræver Mozilla 1.3+)',1046854040,NULL);
INSERT INTO international VALUES (762,'WebGUI',10,'Tilføj en fil.',1046853777,NULL);
INSERT INTO international VALUES (761,'WebGUI',10,'Tilføj et billed.',1046853763,NULL);
INSERT INTO international VALUES (760,'WebGUI',10,'Slet denne mappe.',1046853740,NULL);
INSERT INTO international VALUES (759,'WebGUI',10,'Redigér denne mappe.',1046853725,NULL);
INSERT INTO international VALUES (888,'WebGUI',10,'Længde på snippet preview',1046853636,NULL);
INSERT INTO international VALUES (886,'WebGUI',10,'Skjul fra navigation?',1046853586,NULL);
INSERT INTO international VALUES (885,'WebGUI',10,'Tillad brugere selv at deaktivere deres konto?',1046853568,NULL);
INSERT INTO international VALUES (884,'WebGUI',10,'i nyt vindue',1046853539,NULL);
INSERT INTO international VALUES (883,'WebGUI',10,'Integreret (når muligt)',1046853525,NULL);
INSERT INTO international VALUES (882,'WebGUI',10,'Editor tilstand',1046853498,NULL);
INSERT INTO international VALUES (881,'WebGUI',10,'Ingen',1046853481,NULL);
INSERT INTO international VALUES (880,'WebGUI',10,'Last Resort Editor',1046853470,NULL);
INSERT INTO international VALUES (879,'WebGUI',10,'Klassisk editor (kræver Internet Explorer 5+)',1046853436,NULL);
INSERT INTO international VALUES (875,'WebGUI',10,'Der er en ny meddeleses til en af de tråde du abbonerer på.',1046852941,NULL);
INSERT INTO international VALUES (874,'WebGUI',10,'Afmeld abonnement på tråd',1046852896,NULL);
INSERT INTO international VALUES (873,'WebGUI',10,'Abonér på tråd',1046852864,NULL);
INSERT INTO international VALUES (872,'WebGUI',10,'Hvem kan se?',1046852848,NULL);
INSERT INTO international VALUES (871,'WebGUI',10,'Hvem kan redigere?',1046852831,NULL);
INSERT INTO international VALUES (870,'WebGUI',10,'Velkommen',1046852746,NULL);
INSERT INTO international VALUES (869,'WebGUI',10,'Velkomst besked',1046852732,NULL);
INSERT INTO international VALUES (868,'WebGUI',10,'Send velkomst besked',1046852720,NULL);
INSERT INTO international VALUES (867,'WebGUI',10,'Tab af rettighed',1046852703,NULL);
INSERT INTO international VALUES (866,'WebGUI',10,'Notificeringsbesked ved udløb',1046852533,NULL);
INSERT INTO international VALUES (865,'WebGUI',10,'Notificer bruger om udløb?',1046852379,NULL);
INSERT INTO international VALUES (864,'WebGUI',10,'Lad notificeringsforskel udløbe',1046852350,NULL);
INSERT INTO international VALUES (863,'WebGUI',10,'Slet offset',1046851935,NULL);
INSERT INTO international VALUES (862,'WebGUI',10,'Denne brugers profil er ikke offentliggjort',1046851901,NULL);
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
isShortcut
\r\nUna varabile che indica se il wobject è un shortcut (scorciatoia) verso un wobject originale.\r\n
originalURL\r\n
\r\nSe questo wobject è un shortcut, allora questo URL ti dirigerà verso il wobject originale.\r\n\r\n
\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,NULL); 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
^If();
\r\nUna semplice variabile condizionale (IF/THEN/ELSE) per controllare\r\nvisualizzazioni e messaggi.\r\n
Esempi:
\r\nVisualizza Felice anno nuovo il 1° gennaio: ^If(\'^D("%m%d");\' eq\r\n\'0101\' , Felice anno nuovo);\r\n
Visualizza un messaggio alle persone della tua rete (192.168.1.*):
\r\n^If(\'^Env("REMOTE_ADDR");\' =~ /^192.168.1/,"Ciao collega","Ciao\r\nospite");\r\n
Visualizza un messaggio agli utenti Windows:
\r\n^If(\'^Env("HTTP_USER_AGENT");\' =~ /windows/i,"Hey... Linux è\r\nlibero !");\r\n
Visualizza un messaggio se un utente è dietro a un proxy:
\r\n^If(\'^Env("HTTP_VIA");\' ne "", Sei dietro a un proxy !,\r\nProxy-free è il meglio...);\r\n
Visualizza Buon giorno /buon pomeriggio / buona sera:
\r\n^If(^D("%J");<=12,Buon giorno,^If(^D("%J");<=18,buon\r\npomeriggio,buona sera););
\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,NULL);
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,NULL);
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,NULL); 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,NULL); 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 .\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.\r\n
Redireziona URL
\r\nQuando questa pagina viene visitata l\'utente viene reindirizzato all\'indirizzo\r\nqui specificato.\r\n
NOTA: le redirezioni sono disabilitate qunado si è in modalità admin,\r\nper consentire una più agevole modifica delle pagine.
\r\nNascondi 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ù.
Apri in una nuova finestra?
\r\nSeleziona Si per aprire la pagina in una nuova finestra. Spesso è usata assieme\r\nal parametro Redireziona URL.\r\n
Lingua
\r\nSeleziona il linguaggio di default per questa pagina. Tutti i messaggi di WebGUI\r\nsaranno generati nel linguaggio selezionato.\r\n
Cache Timeout
\r\nLa quantità di tempo che questa pagina rimarrà in cache per i registered\r\nusers.\r\n
Cache Timeout (Visitors)
\r\nLa quantità di tempo che questa pagina rimarrà in cache per i visitors.\r\n
NOTA: il Page caching è disponibile solo se il tuo amministratore ha\r\ninstallato il modulo Perl Cache::FileCache. Usando il page caching puoi\r\nmigliorare la performance del sito del 1000%.
\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 usare\r\nWebopen 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. Questo utente ha i\r\nprivilegi per modificare e vedere la pagina\r\n
\r\nNota: Il proprietario può essere cambiato solo da un amministratore.
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',1056805592,NULL);
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
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,NULL);
INSERT INTO international VALUES (73,'Article',8,'Queste sono le variabili di template disponibili per i template articolo.\r\n
new.template
\r\nGli articoli hanno la possibilità di cambiare il proprio template di\r\nvisualizzazione, in modo che tu possa consentire agli utenti di vederlo con\r\nvisualizzazioni diverse. Puoi fare questo creando un con un URL come questo (sostituisci\r\n999 con il template Id che vuoi usare):\r\n
<a href="<tmpl_var new.template>999">leggi di più...</a>\r\n
description.full
\r\nLa descrizione (testo) completa senza nessuna impaginazione.\r\n
description.first.100words
\r\nLe prime 100 parole della descrizione. Le parole sono definite come caratteri separati da\r\nspazi vuoti, quindi le entità HTML e i tags si considerano come parole.\r\n
description.first.75words
\r\nLe prime 75 parole della descrizione. Le parole sono definite come caratteri separati da\r\nspazi vuoti, quindi le entità HTML e i tags si considerano come parole.\r\n
description.first.50words
\r\nLe prime 50 parole della descrizione. Le parole sono definite come caratteri separati da\r\nspazi vuoti, quindi le entità HTML e i tags si considerano come parole.\r\n
description.first.25words
\r\nLe prime 25 parole della descrizione. Le parole sono definite come caratteri separati da\r\nspazi vuoti, quindi le entità HTML e i tags si considerano come parole.\r\n
description.first.10words
\r\nLe prime 10 parole della descrizione. Le parole sono definite come caratteri separati da\r\nspazi vuoti, quindi le entità HTML e i tags si considerano come parole.\r\n
description.first.paragraph
\r\nIl primo paragrafo della descrizione. Il primo paragrafo è determinato dal\r\nprimo "a capo" trovato nel testo.\r\n
description.first.2paragraphs
\r\nI primi 2 paragrafi della descrizione. Un paragrafo è determinato contando gli\r\n"a capo" trovati nel testo.\r\n
description.first.sentence
\r\nLa prima frase nella descrizione. Una frase è determinata contando i periodi\r\ntrovati nel testo.\r\n
description.first.2sentences
\r\nLe prime 2 frasi nella descrizione. Una frase è determinata contando i periodi\r\ntrovati nel testo.\r\n
description.first.3sentences
\r\nLe prime 3 frasi nella descrizione. Una frase è determinata contando i periodi\r\ntrovati nel testo.\r\n
description.first.4sentences
\r\nLe prime 4 frasi nella descrizione. Una frase è determinata contando i periodi\r\ntrovati nel testo.
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.
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 precedente pagina dell\'impaginazione.\r\n
pageList
\r\nUn Link all\'ultima pagina dell\'impaginazione\r\n
multiplePages
\r\nUna variabile che indica dove esiste più di una pagina nell\'impaginazione.\r\n
isFirstPage
\r\nUna variabile che indica se il visitatore sta vedendo la prima pagina.\r\n
isLastPage
\r\nUna variabile che indica se il visitatore sta vedendo l\'ultima pagina.
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?',1054311439,NULL);
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,NULL); INSERT INTO international VALUES (622,'WebGUI',8,'
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.
Gli Utenti possono aggiungersi autonomamente?
\r\nDesideri consentire agli utenti di aggiungersi da soli a questo gruppo? Vedi la\r\nmacro GroupAdd per maggiori informazioni.\r\n
Gli Utenti possono cancellarsi autonomamente?
\r\nDesideri consentire agli utenti di cancellarsi da soli da questo gruppo? Vedi la\r\nmacro GroupDelete per maggiori informazioni.
',1054479309,NULL); INSERT INTO international VALUES (74,'Poll',8,'Le seguenti sono le variabili disponibili nel template sondaggio: \r\n
canVote
\r\nUna condizione che indica se l\'utente ha i diritti per votare in questo\r\nsondaggio.
question
\r\nLa domanda del sondaggio.\r\n
form.start
\r\nL\'inizio del form per votare.\r\n
answer_loop
\r\nUn loop contenente le informazioni relative alle domande nel sondaggio.\r\n
\r\n
\r\n answer.form\r\nform.submit
\r\n Il radio button per questa risposta.\r\nanswer.text
\r\n Il testo della risposta.\r\nanswer.number
\r\n il numero di questa risposta. 1, 2, 3, etc.\r\nanswer.graphWidth
\r\n La larghezza che avrà il grafico per questa risposta. Basata su una\r\n percentuale della dimensione totale del grafico.\r\nanswer.percent
\r\n La percentuale di voti che questa risposta ha ottenuto.\r\nanswer.total
\r\n Il numero totale di voti che questa risposta ha ricevuto.\r\n\r\n
form.end
\r\nLa fine del form del sondaggio.\r\n
responses.label
\r\nL\'etichetta per il totale delle risposte. \"Totale Voti\"\r\n
responses.total
\r\nIl numero totale di voti che sono stati effettuati in questo sondaggio.
\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,NULL);
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,NULL); 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,NULL);
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,NULL);
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,NULL);
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,NULL);
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,NULL); 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,NULL);
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
Nota: dovresti sempre specificare un titolo anche se non vuoi visualizzarlo.\r\nquesto perchè il titolo viene mostrato negli appunti e nel cestino e ti sarà\r\nsicuramente utile per distinguere un wobject da un altro.
\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. Prima di questa data i\r\ncontenuti saranno visibili solo ai content managers.
\r\n
\r\nData di fine
\r\nIn che data vuoi che questo articolo venga rimosso dal sito? Dopo questa\r\ndata i contenuti saranno visibili solo ai content managers.\r\n
Proprietario
\r\nIl proprietario di un wobject è solitamente la persona che lo ha creato.\r\nQuesto utente ha tutti i privilegi per vedere e modificare il wobject, finchè i\r\nprivilegi per modificare la pagina su cui appare il wobject non vengono\r\nportati via.\r\n
NOTA: il proprietario può essere modificato solo dall\'amministratore.\r\n
Chi può visualizzare?
\r\nScegli quale gruppo può visualizzare questo wobject. Se desideri che possano\r\nvederlo sia i visitatori che gli utenti registrati scegli il gruppo "Everybody".\r\n
Chi può modificare?
\r\nScegli quale gruppo può modificare questo wobject. il gruppo che può\r\nmodificare può sempre anche visualizzare il wobject.
\r\n
\r\nDescrizione
\r\nUna area di contenuto nella 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',1056807423,NULL);
INSERT INTO international VALUES (639,'WebGUI',8,'Nome Template
\r\nDai un nome descrittivo al template, così lo riconoscerai quando vorrai applicarlo ad una pagina.\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,NULL);
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,NULL);
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\n
Database Link
\r\nL\'amministratore può configurare database comuni sui quali puoi eseguire report\r\nSQL, senza dover conoscere o inserire DNS, Username e Password. Se un database\r\nè selezionato da questa lista i campi DNS, Username e Password saranno\r\nignorati.
Se il database che devi usare non è configurato come un Database Link, puoi\r\ninserire DSN, User, e Password.\r\n
\r\n\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',1056804917,NULL); 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,NULL);
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,NULL);
INSERT INTO international VALUES (72,'DataForm',8,'Puoi aggiungere tutti i campi che vuoi al tuo modulo dati.\r\n
\r\n\r\n
\r\n\r\nNome/Etichetta
\r\n\r\nE\' un testo che dice all\'utente cosa questo campo rappresenta.
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.
I campi obbligatori devono essere compilati.\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.
\r\n\r\nlarghezza
\r\n\r\nInserisci il numero di caratteri per determinare la larghezza di questo campo.
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\n
\r\n\r\n\r\n\r\n',1054393491,NULL); INSERT INTO international VALUES (71,'DataForm',8,'Questo modulo crea un form multifunzionale per inserire dati o inviare email.\r\n
\r\nRiconoscimento
\r\nQuesto messaggio sarà mostrato agli utenti dopo che avranno inserito e inviato\r\ni dati nel modulo..\r\n
Componenti eMail ?
\r\nSe settato su si, alcuni campi addizionali dedicati alle email saranno aggiunti\r\nal modulo. Questi campi poi saranno utilizzati per spedire via email\r\nall\'indirizzo scelto, tutti i dati inseriti nel modulo.\r\n
NOTA: Il campo "A" può accettare un indirizzo email\r\nstandard , un nome utente di WebGUI o un nome gruppo di WebGUI.\r\n
Template
\r\nScegli un template per il tuo modulo.\r\n
Email Template
\r\nScegli un template per i dati che saranno spediti via email.\r\n
Template di Riconoscimento
\r\nScegli un template che sarà utilizzato per mostrare il messaggio di\r\nriconoscimento di avvenuto inserimento.\r\n
Template Lista Dati
\r\nScegli un template che sarà utilizzato per mostrare l\'elenco dei dati\r\narchiviati in questo Modulo Dati.
back.url
\r\nLa URL per tornare alla pagina di inserimento dati del Modulo.\r\n
back.label
\r\nL\'eticetta di default per il back.url.\r\n
field_loop
\r\nUn loop contenente le informazioni sui campi di questo Modulo.\r\n
field.name
\r\nIl "web safe name" di questo campo.\r\n
field.label
\r\nL\'etichetta "human readable" per questo campo.\r\n
field.id
\r\nUn identificatore univoco che rappresenta questo campo nel database.\r\n
field.isMailField
\r\nUna condizione che indica se questo campo esiste per il "sistema mail"\r\ndel modulo dati.\r\n
field.type
\r\nIl tipo di dato associato a questo campo.\r\n
\r\n
\r\n\r\nrecord_loop
\r\n
\r\n record.entryId\r\n',1054387767,NULL); INSERT INTO international VALUES (73,'LinkList',8,'Titolo
\r\n Un identificatore univoco per questo inserimento.\r\nrecord.ipAddress
\r\n L\' IP Address che ha inviato questo inserimento.\r\nrecord.edit.url
\r\n La URL per modificare questo record.\r\nrecord.username
\r\n La username della persona che ha inviato questo inserimento.\r\nrecord.userId
\r\n La user id della persona che ha inviato questo inserimento.\r\nrecord.submissionDate.epoch
\r\n La epoch datestamp per questo inserimento.\r\nrecord.submissionDate.human
\r\n La "human readable date stamp", basata sulle preferenze dell\'utente,\r\n per questo inserimento.\r\nrecord.data_loop
\r\n Un loop contenente i dati inviati dall\'utente per ogni campo di questo modulo\r\n dati.\r\n\r\n
\r\n record.data.value\r\n
\r\n Il valore inviato dall\'utente per questo campo in questo inserimento.\r\nrecord.data.name
\r\n Il "web safe name" di questo campo.\r\nrecord.data.label
\r\n L\'etichetta "human readable" per questo campo.\r\nrecord.data.isMailField
\r\n Una condizione che indica se questo campo esiste per il "sistema\r\n mail" del modulo dati.\r\n
\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,NULL);
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,NULL);
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,NULL); 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");.
^RandomImage();
\r\nQuesta macro prende una cartella dell\'archivio collaterale come parametro. Se il\r\nnome della cartella non è specificato allora sarà utilizzata la cartella root.\r\nLa macro prenderà a random una immagine dalla cartella e la visualizzerà,\r\nfunzionando allo stesso modo della macro ^I();\r\n
Esempio: ^RandomImage("sito logo");\r\n
^RandomSnippet();
\r\nQuesta macro prende una cartella dell\'archivio collaterale come parametro. Se il\r\nnome della cartella non è specificato allora sarà utilizzata la cartella root.\r\nLa macro prenderà a random uno snippet(frammento ) dalla cartella e la\r\nvisualizzerà, funzionando allo stesso modo della macro ^Snippet(); \r\n
Esempio: ^RandomSnippet("text");\r\n
^SI();
\r\nLa macro Scaled Image consente di recuperare immagini nell\'archivio collaterale\r\ne ridimensionarle (dal lato server), mantenendo le proporzioni originali o dando\r\ndelle nuove proporzioni.\r\n
Utilizza quattro parametri. Il primo è il nome dell\'immagine oppure l\'id\r\ndell\'archivio collaterale.Il secondo è la larghezza. Imposta la larghezza\r\nsu "0" per mantenere le proporzioni per altezza. Il terzo è\r\nl\'altezza. Imposta altezza su "0" per mantenere le proporzioni\r\nper larghezza. Il quarto parametro ti permette di specificare parametri\r\naggiuntivi all\'immagine.\r\n
Esempi:
\r\nRecupera una immagine per nome (no ridimensionamento)
\r\n^SI(miaimmagine);\r\n
Recupera una immagine per collateralId (no ridimensionamento)
\r\n^SI(66);\r\n
Ridimensiona per larghezza, mantenendo le proporzioni
\r\n^SI(66,25);\r\n
Ridimensiona per altezza, mantenendo le proporzioni
\r\n^SI(66,0,25);\r\n
Manipolando le proporzioni
\r\n^SI(66,148,25);\r\n
Utilizzando altri parametri
\r\n^SI(66,0,0,\'border="0"\');
^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
^PreviousDropMenu;
\r\nCrea un drop down menu (menù a tendina) contenente le sotto-pagine del livello\r\nprecedente nell\'albero di navigazione.\r\n
Esempio: ^PreviousDropMenu;
\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
^RootTab;
\r\nCrea un sistema di navigazione dalle roots del tuo sito (eccetto le root di\r\nsistema di WebGUI) simile al tab forms dell\'interfaccia amministrativa (modifica\r\nwobjects o pagine).\r\n
NOTA: Ha due speciali style sheet classes: .RootTabOn{} and .RootTabOff{}.\r\n
Esempi:
\r\n<style> .rootTabOn { line-height: 17px; font-size: 16px; spacing: 3px;\r\nborder: 1px solid black; border-bottom-width: 0px; background-color: #333333;\r\nz-index: 10000; padding: 3px 9px 5px 9px; color: white; } .rootTabOn A, .rootTabOn\r\nA:visited { color: white; font-weight: bold; text-decoration: none; } .rootTabOff\r\n{ line-height: 15px; font-size: 14px; border: 1px solid black;\r\nborder-bottom-width: 0px; background-color: #c8c8c8; z-index: 1000; padding: 2px\r\n9px 2px 9px; } .rootTabOff A, .rootTabOff A:visited { color: black;\r\ntext-decoration: underline; } .rootTabOff A:hover { font-weight: bold; }\r\n</style> \r\n
^RootTab;
\r\n^SpecificDropMenu();
\r\nCrea un drop down menu partendo da un punto specifico del tuo albero di\r\nnavigazione. Presenta due parametri. Il primo è la url della pagina da cui far\r\niniziare il menù e il secondo (opzionale) è la profondità dei livelli\r\nin cui il menù deve scendere.\r\n
Esempio: ^SpecificDropMenu("home",3);
\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
^TopDropMenu;
\r\nCrea un drop down menu del livello principale della navigazione.\r\n
Esempio: ^TopDropMenu;
\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
^CanEditText();
\r\nMostra un messaggio all\'utente che può modificare la pagina corrente.\r\n
Esempio: ^CanEditText(^AdminToggle;);\r\n
^EditableToggle; or ^EditableToggle();
\r\nEsattamente come l\' AdminToggle, ma il messaggio è mostrato solo se\r\nl\'utente ha i privilegi per modificare la pagina corrente.\r\n
^GroupAdd();
\r\nCon questa macro puoi consentire agli utenti di aggiungersi da soli ad un gruppo.\r\nIl primo parametro è il nome del gruppo al quale l\'utente può aggiungersi. Il\r\nsecondo è una stringa di testo con un link che l\'utente clicca per aggiungersi\r\nal gruppo.\r\n
NOTA: Se l\'utente non è loggato, o appartiene già al gruppo, o il\r\ngruppo non è impostato per consentire auto iscrizioni, allora nessun link\r\nsarà mostrato.\r\n
^GroupDelete();
\r\nCon questa macro puoi consentire agli utenti di cancellarsi da soli ad un gruppo.\r\nIl primo parametro è il nome del gruppo dal quale l\'utente può cancellarsi. Il\r\nsecondo è una stringa di testo con un link che l\'utente clicca per cancellarsi\r\ndal gruppo.\r\n
NOTA: Se l\'utente non è loggato, o non appartiene già al\r\ngruppo, o il gruppo non è impostato per consentire auto cancellazioni, allora\r\nnessun link sarà mostrato.
\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
^LastModified; o ^LastModified();
\r\nVisualizza la data in cui questa pagina è stata modificata in base ai wobject\r\nnella pagina. La data (di default) è visualizzata in base alle preferenze\r\ndell\'utente sulla data. Opzionalmente, può utilizzare due parametri. Il primo\r\nè il testo da mostrare prima della data. Il secondo è il formato della data,\r\nguarda la macro D (data) macro per dettagli.\r\n
Esempio: ^LastModified("aggiornato: ","%c %D, %y");
\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.
^Spacer();
\r\nCrea un spacer nel tuo layout. Molto utile per creare grafica utilizzando divs e\r\ntabelle. Utilizza due parametri, larghezza e altezza.\r\n
Esempio: ^Spacer("100","50");
\r\n^-;
\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\r\nrecord_loop
\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,NULL); 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\ncanEdit
\r\nUna condizione che indica se l\'utente può modificare il link.link_loop
\r\nQuesto loop contiene tutte le informazioni su ogni link.\r\n\r\n link.url\r\n\r\nrecord_loop
\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',1054313905,NULL); 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,NULL); 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,NULL); 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,NULL); 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,NULL); 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,NULL); 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
\r\nQuesto stile é usato dal sistema trash (cestino).\r\n\r\n',1054314017,NULL); 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,NULL); 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,NULL); 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.',1054314102,NULL); 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,NULL); 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,NULL); 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,NULL); INSERT INTO international VALUES (629,'WebGUI',8,'Usa Appunti Condivisi?
\r\nUtilizza un unico sistema di appunti condiviso da tutti gli utenti. Di default\r\ngli appunti sono separati per ogni utente.\r\nUsa Cestino Condiviso?
\r\n
\r\nUtilizza un unico cestino condiviso da tutti gli utenti. Di default il cestino\r\nè separato per ogni utente.Se è \"proxied\", usa il client IP address reale?
\r\nSe è abilitato e se la variabile HTTP_X_FORWARDED_FOR è presente, il suo\r\nvalore sarà utilizzato al posto del REMOTE_ADDRESS nell\'IP address del Browser\r\nclient. Questo è richiesto per i gruppi basati su IP per funzionare\r\ncorrettamente nelle architetture di sistema reverse-proxied e load-balanced. In\r\nquesti ambienti tutte le richieste appariranno come se arrivassero dallo stesso\r\nhost, cioè il proxy server. Se non sei sicuro di aver bisogno di questo\r\nsettaggio, probabilmente dovresti lasciarlo disabilitato.\r\nPrevent 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ì. Ricorda che una\r\nvolta attivata questa opzione gli URL del C.M.S. non saranno più user friendly.\r\nMostra debugging?
\r\nMostra le informazioni di debugging negli output di WebGUI. Questa\r\nfunzione è molto utile per gli sviluppatori, ma può essere interessante anche\r\nper gli admin per risolvere eventuali problemi.\r\nTraccia le statistiche delle pagine?
',1054481049,NULL); 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,NULL); 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\nFavicon
\r\nUna icona che appare su Internet Explorer nei \"Preferiti\". Per\r\nsapere di più sulla Favicon clicca\r\nqui.\r\nSite Icon
\r\n
\r\nUna icona che appare nella barra URL nella maggior parte dei moderni\r\nbrowsers. Può anche comparire nei bookmarks del browser. L\'immagine deve essere\r\ndi 16x16 pixels.\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\nMassima 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 eccedono 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\nLunghezza 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\nPrivilegi del Wobject
\r\nSeleziona \'SI\' per abilitare i privilegi a livello Wobject. Di default, i Wobjects sono settati per ereditare i privilegi del livello pagina.\r\n',1056807762,NULL); 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,NULL); INSERT INTO international VALUES (75,'LinkList',8,'Template Lista di Link',1046122994,NULL); INSERT INTO international VALUES (18,'Product',8,'Aggiungi un altro Accessorio?',1046122891,NULL); INSERT INTO international VALUES (2,'Product',8,'Sei sicuro di voler cancellare le relazioni a questo accessorio?',1046122265,NULL); INSERT INTO international VALUES (19,'Product',8,'Aggiungi Prodotto Correlato',1046121669,NULL); INSERT INTO international VALUES (17,'Product',8,'Accessorio',1046121641,NULL); INSERT INTO international VALUES (16,'Product',8,'Aggiungi Accessorio',1046121631,NULL); INSERT INTO international VALUES (15,'Product',8,'Garanzia',1046121619,NULL); INSERT INTO international VALUES (14,'Product',8,'Manuale',1046121610,NULL); INSERT INTO international VALUES (13,'Product',8,'Brochure',1046121601,NULL); INSERT INTO international VALUES (11,'Product',8,'Codice Prodotto',1046121593,NULL); INSERT INTO international VALUES (10,'Product',8,'Prezzo',1046121564,NULL); INSERT INTO international VALUES (1,'Product',8,'Prodotto',1046121554,NULL); INSERT INTO international VALUES (61,'Poll',8,'Sondaggio, Aggiungi/Modifica',1054311224,NULL); INSERT INTO international VALUES (61,'MessageBoard',8,'Forum, Aggiungi/Modifica',1048067354,NULL); INSERT INTO international VALUES (7,'DataForm',8,'Modifica Modulo Dati',1054297865,NULL); INSERT INTO international VALUES (8,'DataForm',8,'Larghezza',1045927076,NULL); INSERT INTO international VALUES (62,'DataForm',8,'Campi del Modulo Dati, Aggiungi/Modifica',1054297853,NULL); INSERT INTO international VALUES (61,'DataForm',8,'Modulo Dati, Aggiungi/Modifica',1054297821,NULL); INSERT INTO international VALUES (6,'DataForm',8,'Modificabile',1045927047,NULL); INSERT INTO international VALUES (5,'DataForm',8,'Visualizzato',1045927034,NULL); INSERT INTO international VALUES (4,'DataForm',8,'Nascosto',1045926992,NULL); INSERT INTO international VALUES (3,'DataForm',8,'Grazie per il feedback!',1045926974,NULL); INSERT INTO international VALUES (25,'DataForm',8,'Valore(i) predefinito ',1054297757,NULL); INSERT INTO international VALUES (24,'DataForm',8,'Valori Possibili (solo drop-down box)',1045926909,NULL); INSERT INTO international VALUES (23,'DataForm',8,'Tipo',1045926887,NULL); INSERT INTO international VALUES (22,'DataForm',8,'Stato',1045926880,NULL); INSERT INTO international VALUES (21,'DataForm',8,'Nome del Campo',1045926873,NULL); INSERT INTO international VALUES (20,'DataForm',8,'Modifica Campo',1045926856,NULL); INSERT INTO international VALUES (2,'DataForm',8,'L\'oggetto della tua mail',1045926842,NULL); INSERT INTO international VALUES (19,'DataForm',8,'Sei sicuro di voler cancellare questo campo?',1045926826,NULL); INSERT INTO international VALUES (18,'DataForm',8,'Torna Indietro!',1045926817,NULL); INSERT INTO international VALUES (17,'DataForm',8,'Mail Inviata',1045926809,NULL); INSERT INTO international VALUES (16,'DataForm',8,'Riconoscimento',1045926792,NULL); INSERT INTO international VALUES (14,'DataForm',8,'Oggetto',1045926776,NULL); INSERT INTO international VALUES (13,'DataForm',8,'Bcc',1045926768,NULL); INSERT INTO international VALUES (12,'DataForm',8,'Cc',1045926759,NULL); INSERT INTO international VALUES (11,'DataForm',8,'A',1054297721,NULL); INSERT INTO international VALUES (10,'DataForm',8,'Da',1045926730,NULL); INSERT INTO international VALUES (1,'DataForm',8,'Modulo Dati',1054297677,NULL); INSERT INTO international VALUES (61,'SyndicatedContent',8,'Contenuto da altri siti, Aggiungi/Modifica',1048067687,NULL); INSERT INTO international VALUES (61,'SiteMap',8,'Mappa del sito, Aggiungi/Modifica',1045783724,NULL); INSERT INTO international VALUES (61,'SQLReport',8,'SQL Report, Aggiungi/Modifica',1045783551,NULL); INSERT INTO international VALUES (9,'Product',8,'Immagine Prodotto 3',1045783344,NULL); INSERT INTO international VALUES (8,'Product',8,'Immagine Prodotto 2',1045783338,NULL); INSERT INTO international VALUES (7,'Product',8,'Immagine Prodotto 1',1045783332,NULL); INSERT INTO international VALUES (62,'Product',8,'Template Prodotto, Aggiungi/Modifica',1045783277,NULL); INSERT INTO international VALUES (6,'Product',8,'Modifica Prodotto',1045783271,NULL); 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,NULL); INSERT INTO international VALUES (5,'Product',8,'Sei sicuro di voler cancellare questa specifica?',1045783250,NULL); INSERT INTO international VALUES (46,'Product',8,'Prodotto Correlato, Aggiungi/Modifica',1045783237,NULL); 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,NULL); INSERT INTO international VALUES (44,'Product',8,'Accessorio, Aggiungi/Modifica',1045783208,NULL); INSERT INTO international VALUES (42,'Product',8,'Specifica, Aggiungi/Modifica',1045783202,NULL); 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,NULL); INSERT INTO international VALUES (40,'Product',8,'Caratteristica, Aggiungi/Modifica',1045783183,NULL); INSERT INTO international VALUES (4,'Product',8,'Sei sicuro di voler cancellare le relazioni con questo Prodotto Correlato?',1045783177,NULL); INSERT INTO international VALUES (38,'Product',8,'Prodotto, Aggiungi/Modifica',1045783149,NULL); INSERT INTO international VALUES (37,'Product',8,'Aggiungi un Prodotto Correlato',1045783141,NULL); INSERT INTO international VALUES (36,'Product',8,'Aggiungi un Accessorio',1045783137,NULL); INSERT INTO international VALUES (35,'Product',8,'Aggiungi una Specifica',1045783133,NULL); INSERT INTO international VALUES (34,'Product',8,'Aggiungi una Caratteristica',1045783126,NULL); INSERT INTO international VALUES (33,'Product',8,'Prodotti Correlati',1045783120,NULL); INSERT INTO international VALUES (32,'Product',8,'Accessori',1045783116,NULL); INSERT INTO international VALUES (31,'Product',8,'Specifiche',1045783112,NULL); INSERT INTO international VALUES (30,'Product',8,'Caratteristiche',1045783107,NULL); INSERT INTO international VALUES (29,'Product',8,'Unità',1045783103,NULL); INSERT INTO international VALUES (28,'Product',8,'Aggiungi un\'altra specifica?',1045783098,NULL); INSERT INTO international VALUES (27,'Product',8,'Specifica',1045783093,NULL); INSERT INTO international VALUES (26,'Product',8,'Etichetta',1045783089,NULL); INSERT INTO international VALUES (25,'Product',8,'Modifica Specifica',1045783083,NULL); INSERT INTO international VALUES (24,'Product',8,'Aggiungi un\'altra caratteristica?',1045783078,NULL); INSERT INTO international VALUES (23,'Product',8,'Caratteristica',1045783067,NULL); INSERT INTO international VALUES (22,'Product',8,'Modifica Caratteristica',1045783062,NULL); INSERT INTO international VALUES (21,'Product',8,'Aggiungi un\'altro prodotto correlato?',1045783053,NULL); INSERT INTO international VALUES (20,'Product',8,'Prodotto Correlato',1045783049,NULL); 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,NULL); INSERT INTO international VALUES (642,'WebGUI',8,'Pagina, Aggiungi/Modifica',1054314035,NULL); 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,NULL); INSERT INTO international VALUES (652,'WebGUI',8,'Settaggi Utente, Modifica',1045782052,NULL); INSERT INTO international VALUES (653,'WebGUI',8,'Pagina, Cancella',1045782034,NULL); INSERT INTO international VALUES (654,'WebGUI',8,'Stile, Cancella',1045782026,NULL); INSERT INTO international VALUES (655,'WebGUI',8,'Utente, Aggiungi/Modifica',1045782015,NULL); INSERT INTO international VALUES (656,'WebGUI',8,'Informazioni Azienda, Modifica',1045781998,NULL); INSERT INTO international VALUES (657,'WebGUI',8,'Utente, Cancella',1045781987,NULL); INSERT INTO international VALUES (658,'WebGUI',8,'Utenti, Gestisci',1045781973,NULL); INSERT INTO international VALUES (659,'WebGUI',8,'Stile, Gestisci',1054314054,NULL); INSERT INTO international VALUES (660,'WebGUI',8,'Gruppi, Gestisci',1045781938,NULL); INSERT INTO international VALUES (661,'WebGUI',8,'Settaggi dei File, Modifica',1045781919,NULL); INSERT INTO international VALUES (662,'WebGUI',8,'Settaggi, Gestisci',1045781907,NULL); INSERT INTO international VALUES (663,'WebGUI',8,'Settaggi messaggistica, Modifica',1045781899,NULL); INSERT INTO international VALUES (665,'WebGUI',8,'Gruppo, Cancella',1045781859,NULL); INSERT INTO international VALUES (666,'WebGUI',8,'Stile, Aggiungi/Modifica',1045781846,NULL); INSERT INTO international VALUES (667,'WebGUI',8,'Gruppo, Aggiungi/Modifica',1045781837,NULL); INSERT INTO international VALUES (668,'WebGUI',8,'Style Sheets, Usare',1048067507,NULL); INSERT INTO international VALUES (669,'WebGUI',8,'Macro, Usare',1048067520,NULL); INSERT INTO international VALUES (670,'WebGUI',8,'Immagine, Aggiungi/Modifica',1045781779,NULL); INSERT INTO international VALUES (672,'WebGUI',8,'Settaggi del Profilo, Modifica',1045781760,NULL); INSERT INTO international VALUES (674,'WebGUI',8,'Settaggi Vari, Modifica',1045781751,NULL); INSERT INTO international VALUES (675,'WebGUI',8,'Motore di ricerca, Usare',1045781741,NULL); INSERT INTO international VALUES (678,'WebGUI',8,'Root, Gestisci',1045781711,NULL); INSERT INTO international VALUES (679,'WebGUI',8,'Settaggi Contenuto, Modifica',1045781700,NULL); INSERT INTO international VALUES (680,'WebGUI',8,'Package, Aggiungi',1045781658,NULL); INSERT INTO international VALUES (681,'WebGUI',8,'Package, Aggiungi/Modifica',1045781626,NULL); INSERT INTO international VALUES (682,'WebGUI',8,'Profilo Utenti, Modifica',1045781612,NULL); INSERT INTO international VALUES (683,'WebGUI',8,'Template, Gestisci',1054314079,NULL); INSERT INTO international VALUES (684,'WebGUI',8,'Template, Aggiungi/Modifica',1045781578,NULL); INSERT INTO international VALUES (685,'WebGUI',8,'Template, Cancella',1045781556,NULL); INSERT INTO international VALUES (696,'WebGUI',8,'Cestino, Vuota',1045781534,NULL); INSERT INTO international VALUES (697,'WebGUI',8,'Karma, Usare',1045781525,NULL); 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,NULL); INSERT INTO international VALUES (718,'WebGUI',8,'Esporta traduzione.',1045781425,NULL); INSERT INTO international VALUES (728,'WebGUI',8,'Sei sicuro di voler cancellare questo file?',1045781399,NULL); 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,NULL); INSERT INTO international VALUES (5,'WobjectProxy',8,'Wobject Proxy, Aggiungi/Modifica',1045781095,NULL); INSERT INTO international VALUES (4,'WobjectProxy',8,'Proxy del Wobject fallito. Forse l\'oggetto su cui fare il proxy è stato cancellato.',1045781084,NULL); INSERT INTO international VALUES (3,'WobjectProxy',8,'Wobject Proxy',1045781068,NULL); INSERT INTO international VALUES (2,'WobjectProxy',8,'Modifica Wobject Proxy',1045780988,NULL); INSERT INTO international VALUES (1,'WobjectProxy',8,'Wobject su cui fare il Proxy',1045780980,NULL); 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,NULL); INSERT INTO international VALUES (601,'WebGUI',8,'International ID',1045780778,NULL); INSERT INTO international VALUES (598,'WebGUI',8,'Modifica Lingua',1045780760,NULL); INSERT INTO international VALUES (597,'WebGUI',8,'Modifica Messaggio Internazionale',1045780747,NULL); INSERT INTO international VALUES (596,'WebGUI',8,'MANCANTE',1045780742,NULL); INSERT INTO international VALUES (595,'WebGUI',8,'Messaggi Internazionali',1045780738,NULL); INSERT INTO international VALUES (594,'WebGUI',8,'Traduci i messaggi.',1045780734,NULL); INSERT INTO international VALUES (593,'WebGUI',8,'Sottometti la traduzione',1045780720,NULL); INSERT INTO international VALUES (592,'WebGUI',8,'Set di Caratteri',1045780704,NULL); INSERT INTO international VALUES (591,'WebGUI',8,'Lingua',1045780694,NULL); INSERT INTO international VALUES (590,'WebGUI',8,'ID Lingua',1045780689,NULL); INSERT INTO international VALUES (589,'WebGUI',8,'Modifica Lingua',1045780680,NULL); 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,NULL); 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,NULL); INSERT INTO international VALUES (586,'WebGUI',8,'Gestisci Traduzioni',1045780636,NULL); INSERT INTO international VALUES (585,'WebGUI',8,'Gestisci Traduzioni',1045780596,NULL); INSERT INTO international VALUES (584,'WebGUI',8,'Aggiungi una nuova lingua.',1045780591,NULL); INSERT INTO international VALUES (583,'WebGUI',8,'Dimensione massima Immagine',1045780583,NULL); INSERT INTO international VALUES (582,'WebGUI',8,'Lascia Vuoto',1045780579,NULL); INSERT INTO international VALUES (581,'WebGUI',8,'Aggiungi un nuovo valore',1045780575,NULL); INSERT INTO international VALUES (580,'WebGUI',8,'Il tuo messaggio è stato respinto.',1045780571,NULL); INSERT INTO international VALUES (579,'WebGUI',8,'Il tuo messaggio è stato approvato.',1045780560,NULL); INSERT INTO international VALUES (578,'WebGUI',8,'Hai un messaggio pendente da approvare',1045780555,NULL); INSERT INTO international VALUES (577,'WebGUI',8,'Rispondi',1045780550,NULL); INSERT INTO international VALUES (576,'WebGUI',8,'Cancella',1045780545,NULL); INSERT INTO international VALUES (575,'WebGUI',8,'Modifica',1045780542,NULL); INSERT INTO international VALUES (574,'WebGUI',8,'Rifiuta',1045780538,NULL); INSERT INTO international VALUES (572,'WebGUI',8,'Approva',1045780529,NULL); INSERT INTO international VALUES (1026,'WebGUI',1,'Allow rich edit?',1065966219,'Asking the admin whether they wish to allow rich edit in a discussion.'); INSERT INTO international VALUES (566,'WebGUI',8,'Modifica Timeout',1045780487,NULL); INSERT INTO international VALUES (565,'WebGUI',8,'Chi può moderare?',1045780483,NULL); INSERT INTO international VALUES (564,'WebGUI',8,'Chi può postare?',1045780478,NULL); INSERT INTO international VALUES (563,'WebGUI',8,'Stato predefinito',1045780474,NULL); INSERT INTO international VALUES (562,'WebGUI',8,'Pendente',1045780464,NULL); INSERT INTO international VALUES (561,'WebGUI',8,'Respinto',1045780458,NULL); INSERT INTO international VALUES (560,'WebGUI',8,'Approvato',1045780454,NULL); INSERT INTO international VALUES (559,'WebGUI',8,'Esegui su Registrazione',1045780445,NULL); 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,NULL); INSERT INTO international VALUES (738,'WebGUI',8,'9 Guru',1045779568,NULL); INSERT INTO international VALUES (737,'WebGUI',8,'8 Maestro',1045779559,NULL); INSERT INTO international VALUES (736,'WebGUI',8,'7 Esperto',1045779547,NULL); INSERT INTO international VALUES (735,'WebGUI',8,'6 Professionista',1045779535,NULL); INSERT INTO international VALUES (733,'WebGUI',8,'4 Competente',1045779520,NULL); INSERT INTO international VALUES (58,'USS',8,'Contributo Precedente',1045779377,NULL); INSERT INTO international VALUES (59,'USS',8,'Prossimo Contributo',1045779366,NULL); INSERT INTO international VALUES (61,'USS',8,'Sistema contributi degli Utenti, Aggiungi/Modifica',1048030816,NULL); INSERT INTO international VALUES (3,'Product',8,'Sei sicuro di voler cancellare questa caratteristica?',1045779180,NULL); 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,NULL); INSERT INTO international VALUES (72,'LinkList',8,'Link, Aggiungi/Modifica',1045779092,NULL); INSERT INTO international VALUES (61,'LinkList',8,'Lista di Link, Aggiungi/Modifica',1045779069,NULL); INSERT INTO international VALUES (61,'Item',8,'Item, Aggiungi/Modifica',1045778968,NULL); INSERT INTO international VALUES (6,'Item',8,'Modifica Item',1045778960,NULL); INSERT INTO international VALUES (72,'FileManager',8,'File, Aggiungi/Modifica',1045778886,NULL); INSERT INTO international VALUES (61,'FileManager',8,'File Manager, Aggiungi/Modifica',1045778861,NULL); 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,NULL); INSERT INTO international VALUES (72,'FAQ',8,'Domanda, Aggiungi/Modifica',1045778697,NULL); INSERT INTO international VALUES (61,'FAQ',8,'FAQ, Aggiungi/Modifica',1045778556,NULL); INSERT INTO international VALUES (61,'ExtraColumn',8,'Colonna Extra, Aggiungi/Modifica',1045778463,NULL); INSERT INTO international VALUES (72,'EventsCalendar',8,'Evento, Aggiungi/Modifica',1045778391,NULL); 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,NULL); INSERT INTO international VALUES (61,'EventsCalendar',8,'Calendario Eventi, Aggiungi/Modifica',1045778206,NULL); INSERT INTO international VALUES (61,'Article',8,'Articolo, Aggiungi/Modifica',1048030788,NULL); INSERT INTO international VALUES (886,'WebGUI',8,'Nascondi dalla navigazione?',1045777723,NULL); INSERT INTO international VALUES (888,'WebGUI',8,'Anteprima lunghezza Frammento',1045777692,NULL); INSERT INTO international VALUES (884,'WebGUI',8,'Pop Up',1045777629,NULL); INSERT INTO international VALUES (887,'WebGUI',8,'Midas (Mozilla 1.3+)',1048030883,NULL); INSERT INTO international VALUES (883,'WebGUI',8,'Integrato (se supportato)',1045777585,NULL); INSERT INTO international VALUES (885,'WebGUI',8,'Consenti agli utenti di disattivare il loro profilo?',1045777558,NULL); INSERT INTO international VALUES (882,'WebGUI',8,'Modalità Editor',1045776720,NULL); INSERT INTO international VALUES (881,'WebGUI',8,'Nessuno',1045776653,NULL); INSERT INTO international VALUES (880,'WebGUI',8,'Ultimo Editor Selezionato',1045776639,NULL); INSERT INTO international VALUES (879,'WebGUI',8,'Editor Classico (Internet Explorer 5+)',1045776574,NULL); INSERT INTO international VALUES (875,'WebGUI',8,'Un nuovo messaggio è stato spedito ad uno dei thread a cui sei iscritto.',1045776452,NULL); INSERT INTO international VALUES (874,'WebGUI',8,'Cancellati dal thread',1045776376,NULL); INSERT INTO international VALUES (873,'WebGUI',8,'Sottoscrivi il thread',1045776352,NULL); INSERT INTO international VALUES (872,'WebGUI',8,'Chi puo visualizzare?',1045776317,NULL); INSERT INTO international VALUES (871,'WebGUI',8,'Chi può modificare?',1045776300,NULL); INSERT INTO international VALUES (870,'WebGUI',8,'Benvenuto',1045776278,NULL); INSERT INTO international VALUES (869,'WebGUI',8,'Messaggio di benvenuto',1045776258,NULL); INSERT INTO international VALUES (868,'WebGUI',8,'Manda un messaggio di benvenuto?',1045776233,NULL); INSERT INTO international VALUES (867,'WebGUI',8,'Perdita del privilegio',1045776201,NULL); INSERT INTO international VALUES (865,'WebGUI',8,'Informa l\'utente della scadenza?',1045776108,NULL); INSERT INTO international VALUES (862,'WebGUI',8,'Il profilo di questo utente non è pubblico.',1045775930,NULL); INSERT INTO international VALUES (861,'WebGUI',8,'Rendi pubblico il profilo? ',1045775906,NULL); INSERT INTO international VALUES (860,'WebGUI',8,'Rendi pubblico questo indirizzo email? ',1045775883,NULL); INSERT INTO international VALUES (859,'WebGUI',8,'Firma',1045775855,NULL); INSERT INTO international VALUES (855,'WebGUI',8,'Elenca tutti i template.',1045775845,NULL); INSERT INTO international VALUES (854,'WebGUI',8,'Elenca tutti i template come questo.',1045775814,NULL); INSERT INTO international VALUES (857,'WebGUI',8,'Indirizzo IP',1045775650,NULL); INSERT INTO international VALUES (858,'WebGUI',8,'Alias',1045775636,NULL); INSERT INTO international VALUES (856,'WebGUI',8,'In questo momento il tuo account non ha le proprietà per modificare.',1045775620,NULL); INSERT INTO international VALUES (853,'WebGUI',8,'Cancella questo template',1045775525,NULL); INSERT INTO international VALUES (852,'WebGUI',8,'Copia questo template.',1045775508,NULL); INSERT INTO international VALUES (851,'WebGUI',8,'Modifica questo template.',1045775486,NULL); INSERT INTO international VALUES (848,'WebGUI',8,'C\'\'è un errore di sintassi in questo template. Prego correggere.',1045775469,NULL); INSERT INTO international VALUES (847,'WebGUI',8,'Torna alla pagina corrente.',1045775429,NULL); INSERT INTO international VALUES (845,'WebGUI',8,'Macro Stili',1048030933,NULL); INSERT INTO international VALUES (843,'WebGUI',8,'Macro utente',1048067601,NULL); INSERT INTO international VALUES (839,'WebGUI',8,'Macro di programmazione',1048067575,NULL); INSERT INTO international VALUES (841,'WebGUI',8,'Macro di navigazione',1048070874,NULL); 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,NULL); INSERT INTO international VALUES (837,'WebGUI',8,'Cartella, Aggiungi/Modifica',1045770428,NULL); 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,NULL); INSERT INTO international VALUES (835,'WebGUI',8,'Frammento, Aggiungi/Modifica',1045769897,NULL); 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,NULL); INSERT INTO international VALUES (833,'WebGUI',8,'File, Aggiungi/Modifica',1045769537,NULL); INSERT INTO international VALUES (831,'WebGUI',8,'Macro dell\'archivio collaterale',1054312030,NULL); 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,NULL); INSERT INTO international VALUES (829,'WebGUI',8,'Template Pagina',1045769044,NULL); INSERT INTO international VALUES (827,'WebGUI',8,'Template Wobject',1054314200,NULL); INSERT INTO international VALUES (824,'WebGUI',8,'Email intestazione a piè di pagina',1045768975,NULL); INSERT INTO international VALUES (823,'WebGUI',8,'Vai alla nuova pagina.',1045768922,NULL); INSERT INTO international VALUES (821,'WebGUI',8,'Qualsiasi',1045768899,NULL); 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,NULL); INSERT INTO international VALUES (734,'WebGUI',8,'5 Adepto',1045768778,NULL); INSERT INTO international VALUES (732,'WebGUI',8,'3 Cadetto',1045768766,NULL); INSERT INTO international VALUES (731,'WebGUI',8,'2 Addestrato',1045768747,NULL); INSERT INTO international VALUES (818,'WebGUI',8,'Disattivato',1045754015,NULL); INSERT INTO international VALUES (817,'WebGUI',8,'Attivo',1045753995,NULL); INSERT INTO international VALUES (815,'WebGUI',8,'Il file che stai tendando di caricare è troppo grande.',1045753965,NULL); INSERT INTO international VALUES (814,'WebGUI',8,'Torna agli stili.',1045753926,NULL); INSERT INTO international VALUES (813,'WebGUI',8,'Gruppi in questo gruppo',1045753904,NULL); INSERT INTO international VALUES (812,'WebGUI',8,'Il messaggio è stato inviato.',1045753885,NULL); INSERT INTO international VALUES (811,'WebGUI',8,'Da',1045753867,NULL); INSERT INTO international VALUES (810,'WebGUI',8,'Invia',1045753857,NULL); INSERT INTO international VALUES (809,'WebGUI',8,'Email al Gruppo',1045753846,NULL); INSERT INTO international VALUES (808,'WebGUI',8,'Email a questo gruppo.',1045753818,NULL); INSERT INTO international VALUES (807,'WebGUI',8,'Gestisci i gruppi in questo gruppo.',1045753792,NULL); INSERT INTO international VALUES (806,'WebGUI',8,'Cancella questo gruppo.',1045753771,NULL); INSERT INTO international VALUES (805,'WebGUI',8,'Cancella questo stile.',1045753756,NULL); INSERT INTO international VALUES (804,'WebGUI',8,'Copia questo stile.',1045753737,NULL); INSERT INTO international VALUES (803,'WebGUI',8,'Modifica questo stile.',1045753721,NULL); INSERT INTO international VALUES (802,'WebGUI',8,'Il sistema attualmente non sta tracciando le statistiche. Puoi abilitare la funzione da \"Gestisci Settaggi\".',1045753698,NULL); INSERT INTO international VALUES (801,'WebGUI',8,'interazione con i Wobject',1045753627,NULL); INSERT INTO international VALUES (800,'WebGUI',8,'Visitatori Unici',1045753606,NULL); INSERT INTO international VALUES (799,'WebGUI',8,'Pagine Viste',1045753591,NULL); INSERT INTO international VALUES (798,'WebGUI',8,'Titolo della Pagina',1045753575,NULL); INSERT INTO international VALUES (797,'WebGUI',8,'Visualizza le statistiche del traffico.',1045753557,NULL); INSERT INTO international VALUES (796,'WebGUI',8,'Visualizza le statistiche delle pagine.',1045753534,NULL); INSERT INTO international VALUES (795,'WebGUI',8,'Roots',1045753508,NULL); INSERT INTO international VALUES (794,'WebGUI',8,'Packages',1045753497,NULL); INSERT INTO international VALUES (793,'WebGUI',8,'Parti dell\'Archivio Collaterale',1045753485,NULL); INSERT INTO international VALUES (792,'WebGUI',8,'Template',1045753383,NULL); INSERT INTO international VALUES (791,'WebGUI',8,'Cancella questa traduzione.',1045753367,NULL); INSERT INTO international VALUES (790,'WebGUI/Profile',8,'Cancella questa categoria del profilo.',1045753349,NULL); INSERT INTO international VALUES (789,'WebGUI/Profile',8,'Modifica questa categoria del profilo. ',1045753327,NULL); INSERT INTO international VALUES (788,'WebGUI/Profile',8,'Cancella questo campo del profilo.',1045753298,NULL); 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 contenuti del sito.',1054314178,NULL); INSERT INTO international VALUES (787,'WebGUI/Profile',8,'Modifica questo campo del profilo.',1045753186,NULL); INSERT INTO international VALUES (784,'WebGUI',8,'Thumbnail',1045753158,NULL); INSERT INTO international VALUES (785,'WebGUI',8,'Archivio Collaterale, Gestisci',1054314140,NULL); INSERT INTO international VALUES (783,'WebGUI',8,'Tipo',1045753117,NULL); INSERT INTO international VALUES (782,'WebGUI',8,'Qualsiasi',1045753107,NULL); INSERT INTO international VALUES (781,'WebGUI',8,'Frammento testo',1045753095,NULL); INSERT INTO international VALUES (780,'WebGUI',8,'File',1045753076,NULL); INSERT INTO international VALUES (779,'WebGUI',8,'Immagine',1045753065,NULL); INSERT INTO international VALUES (778,'WebGUI',8,'Descrizione Cartella',1045753054,NULL); INSERT INTO international VALUES (777,'WebGUI',8,'Id Cartella',1045753038,NULL); INSERT INTO international VALUES (776,'WebGUI',8,'Modifica Cartella',1045753023,NULL); INSERT INTO international VALUES (775,'WebGUI',8,'Sei sicuro di voler cancellare questa cartella? Non potrà più essere recuperata una volta cancellata.',1056290077,NULL); INSERT INTO international VALUES (774,'WebGUI',8,'Sei sicuro di vole cancellare questo elemento? Non sarà più recuperabile una volta eliminato.',1045752934,NULL); INSERT INTO international VALUES (773,'WebGUI',8,'File',1045752719,NULL); INSERT INTO international VALUES (772,'WebGUI',8,'Modifica File',1045752708,NULL); INSERT INTO international VALUES (771,'WebGUI',8,'Frammento',1045752692,NULL); INSERT INTO international VALUES (770,'WebGUI',8,'Modifica Frammento',1045752680,NULL); INSERT INTO international VALUES (769,'WebGUI',8,'Organizza in Cartelle',1045752662,NULL); INSERT INTO international VALUES (768,'WebGUI',8,'Nome',1045752640,NULL); INSERT INTO international VALUES (767,'WebGUI',8,'Id dell\'archivio collaterale',1045752630,NULL); INSERT INTO international VALUES (766,'WebGUI',8,'Torna alla lista dell\'archivio collaterale.',1045752575,NULL); INSERT INTO international VALUES (765,'WebGUI',8,'Cancella questo elemento dell\'archivio collaterale.',1045752548,NULL); INSERT INTO international VALUES (763,'WebGUI',8,'Aggiungi un frammento (testo etc.).',1045752452,NULL); INSERT INTO international VALUES (762,'WebGUI',8,'Aggiungi un file.',1045752354,NULL); INSERT INTO international VALUES (760,'WebGUI',8,'Cancella questa cartella.',1045752308,NULL); INSERT INTO international VALUES (759,'WebGUI',8,'Modifica questa cartella.',1045752290,NULL); INSERT INTO international VALUES (758,'WebGUI',8,'Aggiungi una cartella.',1045752263,NULL); INSERT INTO international VALUES (757,'WebGUI',8,'Gestisci Archivio Collaterale',1045752233,NULL); INSERT INTO international VALUES (756,'WebGUI',8,'Torna alla lista dei gruppi.',1045752184,NULL); INSERT INTO international VALUES (754,'WebGUI',8,'Gestisci gli utenti di questo gruppo.',1045752165,NULL); INSERT INTO international VALUES (753,'WebGUI',8,'Modifica questo gruppo.',1045752137,NULL); INSERT INTO international VALUES (752,'WebGUI',8,'Visualizza il profilo di questo utente.',1045752114,NULL); INSERT INTO international VALUES (751,'WebGUI',8,'Diventa questo utente.',1045752087,NULL); INSERT INTO international VALUES (750,'WebGUI',8,'Cancella questo utente.',1045752071,NULL); INSERT INTO international VALUES (749,'WebGUI',8,'Traccia le statistiche delle pagine?',1045752048,NULL); INSERT INTO international VALUES (747,'WebGUI',8,'Il nome utente deve contenere solo caratteri alfanumerici.',1045752012,NULL); INSERT INTO international VALUES (746,'WebGUI',8,'Set Icone Pulsanti di comando',1045751975,NULL); INSERT INTO international VALUES (745,'WebGUI',8,'Torna alla pagina.',1045751953,NULL); INSERT INTO international VALUES (744,'WebGUI',8,'Prossima Azione?',1045751935,NULL); INSERT INTO international VALUES (743,'WebGUI',8,'Devi inserire un indirizzo email valido per recuperare la tua password.',1045751910,NULL); INSERT INTO international VALUES (742,'WebGUI',8,'Gestisci Template',1045751861,NULL); INSERT INTO international VALUES (741,'WebGUI',8,'Modifica questo template',1045751829,NULL); INSERT INTO international VALUES (739,'WebGUI',8,'LIvello Interfaccia Utente',1045751324,NULL); INSERT INTO international VALUES (730,'WebGUI',8,'1 Apprendista',1045751118,NULL); INSERT INTO international VALUES (729,'WebGUI',8,'0 Principianti',1045751079,NULL); INSERT INTO international VALUES (76,'USS',8,'Template di inserimento',1045751040,NULL); INSERT INTO international VALUES (74,'USS',8,'Template Sistema di contributi degli utenti',1045751011,NULL); INSERT INTO international VALUES (73,'USS',8,'Template di inserimento',1045750803,NULL); INSERT INTO international VALUES (9,'Survey',8,'Survey (Ricerca di Mercato)',1045747751,NULL); INSERT INTO international VALUES (80,'Survey',8,'secondi',1045747725,NULL); INSERT INTO international VALUES (8,'Survey',8,'Ordine domande',1045747714,NULL); INSERT INTO international VALUES (79,'Survey',8,'minuti',1045747697,NULL); INSERT INTO international VALUES (78,'Survey',8,'Tempo totale',1045747686,NULL); INSERT INTO international VALUES (77,'Survey',8,'Data di Fine',1045747673,NULL); INSERT INTO international VALUES (76,'Survey',8,'Data di inizio',1045747658,NULL); INSERT INTO international VALUES (75,'Survey',8,'Modifica questa domanda.',1045747643,NULL); INSERT INTO international VALUES (74,'Survey',8,'Sei sicuro di voler cancellare tutti i responsi?',1045747624,NULL); INSERT INTO international VALUES (73,'Survey',8,'Cancella tutti i responsi',1045747600,NULL); INSERT INTO international VALUES (71,'Survey',8,'Classifica',1045747543,NULL); INSERT INTO international VALUES (70,'Survey',8,'Responsi individuali',1045747529,NULL); INSERT INTO international VALUES (69,'Survey',8,'Cancella i risultati di questo utente.',1045747385,NULL); INSERT INTO international VALUES (68,'Survey',8,'Visualizza risultati e esportazioni.',1045747357,NULL); INSERT INTO international VALUES (67,'Survey',8,'Utenti',1045747301,NULL); INSERT INTO international VALUES (66,'Survey',8,'Risultati',1045747283,NULL); INSERT INTO international VALUES (65,'Survey',8,'Esporta ricapitolazione composita.',1045747127,NULL); INSERT INTO international VALUES (64,'Survey',8,'Esporta i risultati.',1045746867,NULL); INSERT INTO international VALUES (63,'Survey',8,'Esporta le domande.',1045746849,NULL); INSERT INTO international VALUES (62,'Survey',8,'Esporta le risposte.',1045746834,NULL); INSERT INTO international VALUES (61,'Survey',8,'Visualizza la classifica.',1045746814,NULL); INSERT INTO international VALUES (60,'Survey',8,'Torna alla Ricerca',1045746785,NULL); INSERT INTO international VALUES (6,'Survey',8,'Random',1045746762,NULL); INSERT INTO international VALUES (59,'Survey',8,'Vedi statistiche',1045746750,NULL); INSERT INTO international VALUES (58,'Survey',8,'Anteprima statistica',1045746730,NULL); INSERT INTO international VALUES (57,'Survey',8,'Commenti',1045746545,NULL); INSERT INTO international VALUES (56,'Survey',8,'Visualizza i commenti',1045746535,NULL); INSERT INTO international VALUES (55,'Survey',8,'Visualizza Risultati',1045746501,NULL); INSERT INTO international VALUES (54,'Survey',8,'Percentuale',1045746481,NULL); INSERT INTO international VALUES (53,'Survey',8,'Risultati',1045746469,NULL); INSERT INTO international VALUES (52,'Survey',8,'Punteggio',1045746455,NULL); INSERT INTO international VALUES (51,'Survey',8,'Commenti?',1045746444,NULL); INSERT INTO international VALUES (50,'Survey',8,'Prossima',1045746431,NULL); INSERT INTO international VALUES (5,'Survey',8,'Sequenziale',1045746420,NULL); INSERT INTO international VALUES (49,'Survey',8,'Attualmente non può prenedere parte a questo quiz.',1045746406,NULL); INSERT INTO international VALUES (48,'Survey',8,'Attualmente non può partecipare a questa ricerca.',1045746373,NULL); INSERT INTO international VALUES (47,'Survey',8,'Il quiz è stato completato.',1045746275,NULL); INSERT INTO international VALUES (46,'Survey',8,'Grazie per aver partecipato alla nostra ricerca.',1045746239,NULL); INSERT INTO international VALUES (45,'Survey',8,'Sei sicuro di voler cancellare questa risposta e i relativi responsi?',1045746189,NULL); INSERT INTO international VALUES (44,'Survey',8,'Sei sicuro di voler cancellare questa domanda, le risposte e i responsi relativi?',1045745825,NULL); INSERT INTO international VALUES (43,'Survey',8,'Mai',1045745726,NULL); INSERT INTO international VALUES (42,'Survey',8,'Occasionalmente',1045745717,NULL); INSERT INTO international VALUES (41,'Survey',8,'Frequentemente',1045745703,NULL); INSERT INTO international VALUES (40,'Survey',8,'Sempre',1045745684,NULL); INSERT INTO international VALUES (39,'Survey',8,'Non applicabile',1045745665,NULL); INSERT INTO international VALUES (37,'Survey',8,'Non d\'accordo',1045745623,NULL); INSERT INTO international VALUES (36,'Survey',8,'Non del tutto d\'accordo',1045745603,NULL); INSERT INTO international VALUES (35,'Survey',8,'Abbastanza d\'accordo',1045745574,NULL); INSERT INTO international VALUES (34,'Survey',8,'D\'accordo',1045745369,NULL); INSERT INTO international VALUES (33,'Survey',8,'Completamente d\'accordo',1045745347,NULL); INSERT INTO international VALUES (32,'Survey',8,'Falso',1045745320,NULL); INSERT INTO international VALUES (31,'Survey',8,'Vero',1045745311,NULL); INSERT INTO international VALUES (30,'Survey',8,'Aggiungi una nuova domanda',1045745300,NULL); INSERT INTO international VALUES (3,'Survey',8,'Ricerca, Aggiungi/Modifica',1045745283,NULL); INSERT INTO international VALUES (29,'Survey',8,'Aggiungi una risposta con testo',1045745256,NULL); INSERT INTO international VALUES (28,'Survey',8,'Aggiungi una domanda',1045745223,NULL); INSERT INTO international VALUES (27,'Survey',8,'Aggiungi una risposta tipo opinione (sono d\'accordo/non sono d\'accordo)',1045745208,NULL); INSERT INTO international VALUES (26,'Survey',8,'Aggiungi una frequenza di risposte (sempre/mai)',1045745138,NULL); INSERT INTO international VALUES (25,'Survey',8,'Aggiungi una risposta vero/falso',1045744964,NULL); INSERT INTO international VALUES (24,'Survey',8,'Aggiungi una risposta a scelta multipla ',1045744941,NULL); INSERT INTO international VALUES (23,'Survey',8,'Aggiungi una nuova risposta',1048067377,NULL); INSERT INTO international VALUES (22,'Survey',8,'Tipo di risposta',1045744787,NULL); INSERT INTO international VALUES (21,'Survey',8,'Vai a',1045744732,NULL); INSERT INTO international VALUES (20,'Survey',8,'Questa risposta è corretta?',1045744720,NULL); INSERT INTO international VALUES (2,'Survey',8,'modifica Ricerca',1045744700,NULL); INSERT INTO international VALUES (19,'Survey',8,'Risposta',1045744684,NULL); INSERT INTO international VALUES (18,'Survey',8,'Modifica risposta',1045744673,NULL); INSERT INTO international VALUES (17,'Survey',8,'Modifica domanda',1045744659,NULL); INSERT INTO international VALUES (16,'Survey',8,'Randomizza le risposte?',1045744646,NULL); INSERT INTO international VALUES (15,'Survey',8,'Consenti commenti?',1045744605,NULL); INSERT INTO international VALUES (14,'Survey',8,'Domanda',1045744584,NULL); INSERT INTO international VALUES (13,'Survey',8,'Chi può vedere i risultati?',1045744573,NULL); INSERT INTO international VALUES (12,'Survey',8,'Chi può partecipare alla Ricerca',1045744551,NULL); INSERT INTO international VALUES (11,'Survey',8,'Modo',1045744517,NULL); INSERT INTO international VALUES (10,'Survey',8,'Quiz',1045744505,NULL); INSERT INTO international VALUES (1,'Survey',8,'Survey (Ricerca di Mercato)',1045744487,NULL); INSERT INTO international VALUES (75,'SiteMap',8,'Tutte le Roots',1045744348,NULL); INSERT INTO international VALUES (74,'SiteMap',8,'Questa Pagina',1045744332,NULL); INSERT INTO international VALUES (72,'SiteMap',8,'Template Mappa del Sito',1048067345,NULL); INSERT INTO international VALUES (73,'MessageBoard',8,'Forum Template',1045680233,NULL); INSERT INTO international VALUES (73,'DataForm',8,'Invia',1045680189,NULL); INSERT INTO international VALUES (73,'Item',8,'Item Template',1045680117,NULL); INSERT INTO international VALUES (75,'FileManager',8,'File Manager Template',1045680095,NULL); INSERT INTO international VALUES (74,'FileManager',8,'Aggiungi un nuovo file',1045680082,NULL); 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,NULL); INSERT INTO international VALUES (76,'FAQ',8,'FAQ Template',1045679699,NULL); INSERT INTO international VALUES (75,'FAQ',8,'Aggiungi una domanda',1045679685,NULL); INSERT INTO international VALUES (96,'EventsCalendar',8,'Template Evento',1045679634,NULL); 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 alla precedente 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',1054313654,NULL); INSERT INTO international VALUES (94,'EventsCalendar',8,'Template Calendario Eventi',1045677272,NULL); INSERT INTO international VALUES (93,'EventsCalendar',8,'Prossimo Evento',1045677244,NULL); INSERT INTO international VALUES (92,'EventsCalendar',8,'Evento Precedente',1045677224,NULL); INSERT INTO international VALUES (91,'EventsCalendar',8,'Aggiungi un nuovo evento',1045677086,NULL); INSERT INTO international VALUES (90,'EventsCalendar',8,'Mese di inizio',1045677068,NULL); INSERT INTO international VALUES (89,'EventsCalendar',8,'Mostra 3 mesi dall\'inizio',1045677044,NULL); INSERT INTO international VALUES (88,'EventsCalendar',8,'Mostra 6 mesi dall\'inizio',1045677030,NULL); INSERT INTO international VALUES (87,'EventsCalendar',8,'Mostra 9 mesi dall\'inizio',1045677016,NULL); INSERT INTO international VALUES (86,'EventsCalendar',8,'Mostra 12 mesi dall\'inizio',1045676999,NULL); INSERT INTO international VALUES (85,'EventsCalendar',8,'Ultimo nel calendario',1045676981,NULL); INSERT INTO international VALUES (84,'EventsCalendar',8,'Mese di fine',1045676965,NULL); INSERT INTO international VALUES (83,'EventsCalendar',8,'Primo nel calendario',1045676952,NULL); INSERT INTO international VALUES (82,'EventsCalendar',8,'Corrente',1045676931,NULL); INSERT INTO international VALUES (81,'EventsCalendar',8,'Mese di inizio',1045676915,NULL); INSERT INTO international VALUES (80,'EventsCalendar',8,'Template Evento',1045676895,NULL); INSERT INTO international VALUES (1,'Auth/WebGUI',8,'WebGUI Authentication Options',1045676875,NULL); INSERT INTO international VALUES (9,'Auth/SMB',8,'NT Password',1045676853,NULL); INSERT INTO international VALUES (8,'Auth/SMB',8,'NT Login',1045676845,NULL); INSERT INTO international VALUES (7,'Auth/SMB',8,'NT Domain',1045676835,NULL); INSERT INTO international VALUES (6,'Auth/SMB',8,'BDC',1045676827,NULL); INSERT INTO international VALUES (5,'Auth/SMB',8,'PDC',1045676601,NULL); 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,NULL); 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,NULL); 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,NULL); INSERT INTO international VALUES (1,'Auth/SMB',8,'Opzioni Autenticazione SMB',1045598968,NULL); INSERT INTO international VALUES (1,'Auth/LDAP',8,'Opzioni Autenticazione LDAP ',1045598946,NULL); INSERT INTO international VALUES (72,'Article',8,'Template Articolo',1048080145,NULL); INSERT INTO international VALUES (605,'WebGUI',8,'Aggiungi Gruppi',1034020648,NULL); INSERT INTO international VALUES (5,'Auth/WebGUI',8,'La tua password non può essere \"password\".',1031880154,NULL); INSERT INTO international VALUES (725,'WebGUI',8,'La tua username non può essere vuota.',1031879612,NULL); INSERT INTO international VALUES (724,'WebGUI',8,'La tua username non può iniziare o finire con uno spazio.',1031879593,NULL); INSERT INTO international VALUES (4,'Auth/WebGUI',8,'La tua password non può essere vuota.',1031879567,NULL); INSERT INTO international VALUES (723,'WebGUI',8,'Non Approvato',1031800566,NULL); INSERT INTO international VALUES (722,'WebGUI',8,'Id',1031517195,NULL); INSERT INTO international VALUES (721,'WebGUI',8,'Namespace',1031515005,NULL); INSERT INTO international VALUES (720,'WebGUI',8,'OK',1031514777,NULL); INSERT INTO international VALUES (719,'WebGUI',8,'Non aggiornato',1031514679,NULL); INSERT INTO international VALUES (12,'Poll',8,'Totale Voti',1054311212,NULL); INSERT INTO international VALUES (48,'Product',8,'Sei sicuro di voler cancellare questo Beneficio? Non sarà possibile ripristinarlo una volta cancellato.',1031514049,NULL); INSERT INTO international VALUES (49,'Product',8,'Beneficio Prodotto, Aggiungi/Modifica',1031514049,NULL); INSERT INTO international VALUES (51,'Product',8,'Beneficio',1031514049,NULL); INSERT INTO international VALUES (72,'Poll',8,'Randomizzare le risposte?',1031514049,NULL); INSERT INTO international VALUES (75,'EventsCalendar',8,'Quale vuoi fare?',1031514049,NULL); INSERT INTO international VALUES (76,'EventsCalendar',8,'cancella solo questo evento.',1031514049,NULL); INSERT INTO international VALUES (77,'EventsCalendar',8,'Cancella questo evento e tutte le sue ricorrenze.',1031514049,NULL); INSERT INTO international VALUES (78,'EventsCalendar',8,'Non cancellare nulla, ho fatto un errore.',1031514049,NULL); INSERT INTO international VALUES (52,'Product',8,'Aggiungi un\'altro beneficio?',1031514049,NULL); INSERT INTO international VALUES (53,'Product',8,'Modifica Beneficio',1031514049,NULL); INSERT INTO international VALUES (54,'Product',8,'Benefici',1031514049,NULL); INSERT INTO international VALUES (55,'Product',8,'Aggiungi un beneficio.',1031514049,NULL); INSERT INTO international VALUES (56,'Product',8,'Aggiungi un template prodotto.',1031514049,NULL); INSERT INTO international VALUES (58,'Product',8,'Modifica Template Prodotto',1031514049,NULL); INSERT INTO international VALUES (59,'Product',8,'Nome',1031514049,NULL); INSERT INTO international VALUES (60,'Product',8,'Template',1031514049,NULL); INSERT INTO international VALUES (699,'WebGUI',8,'Primo giorno della settimana',1031514049,NULL); INSERT INTO international VALUES (702,'WebGUI',8,'Mese(i)',1031514049,NULL); INSERT INTO international VALUES (703,'WebGUI',8,'Anno(i)',1031514049,NULL); INSERT INTO international VALUES (704,'WebGUI',8,'Secondo(i)',1031514049,NULL); INSERT INTO international VALUES (705,'WebGUI',8,'Minuto(i)',1031514049,NULL); INSERT INTO international VALUES (706,'WebGUI',8,'Ora(e)',1031514049,NULL); INSERT INTO international VALUES (707,'WebGUI',8,'Mostra debugging?',1031514049,NULL); INSERT INTO international VALUES (715,'WebGUI',8,'Redireziona URL',1031514049,NULL); INSERT INTO international VALUES (716,'WebGUI',8,'Login',1031514049,NULL); INSERT INTO international VALUES (717,'WebGUI',8,'Logout',1031514049,NULL); INSERT INTO international VALUES (896,'WebGUI',1,'Cache Timeout (Visitors)',1056292980,NULL); INSERT INTO international VALUES (895,'WebGUI',1,'Cache Timeout',1056292971,NULL); INSERT INTO international VALUES (72,'SyndicatedContent',1,'Syndicated Content Template',1047855526,NULL); 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,NULL); INSERT INTO international VALUES (1030,'WebGUI',1,'by',1047842270,NULL); INSERT INTO international VALUES (1029,'WebGUI',1,'Edited at',1047842180,NULL); INSERT INTO international VALUES (896,'WebGUI',10,'Side cache timeout (gæster)',1047941737,NULL); INSERT INTO international VALUES (895,'WebGUI',10,'Side cache timeout',1047941722,NULL); INSERT INTO international VALUES (893,'WebGUI',10,'Wobject egenskaber',1047941704,NULL); INSERT INTO international VALUES (892,'WebGUI',10,'Diskussion',1047941691,NULL); INSERT INTO international VALUES (891,'WebGUI',10,'Omvend kun makroer',1047941682,NULL); INSERT INTO international VALUES (889,'WebGUI',10,'Style Sheets, Faneblad',1047941643,NULL); INSERT INTO international VALUES (758,'WebGUI',10,'Tilføj en mappe.',1047941585,NULL); INSERT INTO international VALUES (757,'WebGUI',10,'Administrer brochurer',1047941567,NULL); INSERT INTO international VALUES (756,'WebGUI',10,'Tilbage till gruppe liste.',1047941548,NULL); INSERT INTO international VALUES (754,'WebGUI',10,'Administrer brugere i denne gruppe',1047941534,NULL); INSERT INTO international VALUES (753,'WebGUI',10,'Rediger denne gruppe',1047941484,NULL); INSERT INTO international VALUES (751,'WebGUI',10,'Funger som denne bruger.',1047941471,NULL); INSERT INTO international VALUES (750,'WebGUI',10,'Slet denne bruger.',1047941450,NULL); INSERT INTO international VALUES (749,'WebGUI',10,'Gem data for side statistik?',1047941439,NULL); INSERT INTO international VALUES (748,'WebGUI',10,'Bruger antal',1047941411,NULL); INSERT INTO international VALUES (747,'WebGUI',10,'Brugernavn må kun indeholde alfanumeriske tegn.',1047941398,NULL); INSERT INTO international VALUES (746,'WebGUI',10,'Ikon sæt for toolbar',1047941373,NULL); INSERT INTO international VALUES (745,'WebGUI',10,'Gå tilbage til siden.',1047941356,NULL); INSERT INTO international VALUES (742,'WebGUI',10,'Administrer skabeloner.',1047941342,NULL); INSERT INTO international VALUES (728,'WebGUI',10,'Er du sikker på du vil slette denne fil?',1047941323,NULL); INSERT INTO international VALUES (659,'WebGUI',10,'Stilarter, Administrer',1047941289,NULL); INSERT INTO international VALUES (76,'USS',10,'Indlæg skabelon',1047941144,NULL); INSERT INTO international VALUES (74,'USS',10,'Brugerindlægs System skabelon',1047941126,NULL); INSERT INTO international VALUES (73,'USS',10,'Skabelon for indlæg',1047941108,NULL); INSERT INTO international VALUES (61,'USS',10,'Brugerindlæg System, Tilføj/Rediger',1047941076,NULL); INSERT INTO international VALUES (59,'USS',10,'Næste indlæg',1047941054,NULL); INSERT INTO international VALUES (58,'USS',10,'Forrige indlæg',1047941045,NULL); INSERT INTO international VALUES (57,'USS',10,'Besvarelser',1047941029,NULL); INSERT INTO international VALUES (53,'USS',10,'Layout',1047941018,NULL); INSERT INTO international VALUES (52,'USS',10,'Miniature',1047941010,NULL); INSERT INTO international VALUES (51,'USS',10,'Vis miniature?',1047940999,NULL); INSERT INTO international VALUES (48,'USS',10,'Tillad diskussion?',1047940986,NULL); INSERT INTO international VALUES (47,'USS',10,'Poster et svar',1047940975,NULL); INSERT INTO international VALUES (46,'USS',10,'Læs mere...',1047940940,NULL); INSERT INTO international VALUES (1034,'WebGUI',1,'Post Form Template',1066034620,'Tell the admin to select a template for post forms in this forum.'); INSERT INTO international VALUES (41,'USS',10,'Dato',1047940918,NULL); INSERT INTO international VALUES (39,'USS',10,'Skriv et svar',1047940909,NULL); INSERT INTO international VALUES (38,'USS',10,'Vælg \"nej\" hvis du skriver et HTML indlæg',1047940891,NULL); INSERT INTO international VALUES (30,'USS',10,'Karma pr. indlæg',1047940857,NULL); INSERT INTO international VALUES (28,'DataForm',10,'Option for tekstområde',1047940563,NULL); INSERT INTO international VALUES (27,'DataForm',10,'Højde',1047940544,NULL); INSERT INTO international VALUES (9,'HttpProxy',10,'Cookie katalog',1047940518,NULL); INSERT INTO international VALUES (8,'HttpProxy',10,'Følg videre redirigeringer?',1047940506,NULL); INSERT INTO international VALUES (6,'HttpProxy',10,'Fjern stil?',1047940483,NULL); INSERT INTO international VALUES (5,'HttpProxy',10,'Tillad proxy af andre domæner?',1047940469,NULL); INSERT INTO international VALUES (4,'HttpProxy',10,'Timeout',1047940449,NULL); INSERT INTO international VALUES (3,'HttpProxy',10,'HTTP Proxy',1047940439,NULL); INSERT INTO international VALUES (2,'HttpProxy',10,'Rediger HTTP Proxy',1047940427,NULL); INSERT INTO international VALUES (10,'HttpProxy',10,'HTTP Proxy, Tilføj/Rediger',1047940410,NULL); INSERT INTO international VALUES (1,'HttpProxy',10,'URL',1047940393,NULL); INSERT INTO international VALUES (61,'FileManager',10,'Fil manager, TIlføj/Rediger',1047940368,NULL); INSERT INTO international VALUES (1030,'WebGUI',10,'af',1047940324,NULL); INSERT INTO international VALUES (1029,'WebGUI',10,'Redigeret kl.',1047940318,NULL); INSERT INTO international VALUES (1024,'WebGUI',10,'Filtrer post',1047940296,NULL); INSERT INTO international VALUES (76,'FAQ',6,'FAQ-mall',1050402997,NULL); INSERT INTO international VALUES (75,'FAQ',6,'Lägg till fråga.',1047901205,NULL); INSERT INTO international VALUES (73,'DataForm',6,'Skicka',1047901148,NULL); INSERT INTO international VALUES (73,'MessageBoard',6,'Mall för meddelandeforum',1050403030,NULL); 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,NULL); INSERT INTO international VALUES (1,'Auth/SMB',6,'SMB Autentiseringsinställningar',1047900964,NULL); INSERT INTO international VALUES (1,'Auth/LDAP',6,'LDAP autentiseringsinställningar',1047900938,NULL); INSERT INTO international VALUES (72,'SiteMap',6,'Mall för innehållskarta',1050403150,NULL); INSERT INTO international VALUES (30,'Survey',6,'Lägg till en ny fråga.',1047900684,NULL); INSERT INTO international VALUES (3,'Survey',6,'Undersökning, Addera/Redigera',1047900662,NULL); INSERT INTO international VALUES (29,'Survey',6,'Addera ett textsvar.',1047900633,NULL); INSERT INTO international VALUES (28,'Survey',6,'Lägg till en fråga.',1047900600,NULL); INSERT INTO international VALUES (27,'Survey',6,'Addera en åsikts(håller med/håller inte med)-svar.',1047900578,NULL); INSERT INTO international VALUES (26,'Survey',6,'Addera ett frekvens-(alltid/aldrig)-svar.',1047900542,NULL); INSERT INTO international VALUES (25,'Survey',6,'Addera ett sant/falsk-svar.',1047900487,NULL); INSERT INTO international VALUES (24,'Survey',6,'Lägg till ett flervalssvar.',1047900454,NULL); INSERT INTO international VALUES (23,'Survey',6,'Lägg till nytt svarsalternativ.',1047900427,NULL); INSERT INTO international VALUES (22,'Survey',6,'Svarstyp',1047900403,NULL); INSERT INTO international VALUES (21,'Survey',6,'Gå Till',1047900385,NULL); INSERT INTO international VALUES (20,'Survey',6,'Är detta svar korrekt?',1047900366,NULL); INSERT INTO international VALUES (2,'Survey',6,'Redigera Undersökning',1047900345,NULL); INSERT INTO international VALUES (19,'Survey',6,'Svar',1047900323,NULL); INSERT INTO international VALUES (18,'Survey',6,'Redigera Svarsalternativ',1047900303,NULL); INSERT INTO international VALUES (17,'Survey',6,'Redigera Fråga',1047900275,NULL); INSERT INTO international VALUES (16,'Survey',6,'Slumpmässiga svar?',1047900253,NULL); INSERT INTO international VALUES (15,'Survey',6,'Tillåt kommentarer?',1047900220,NULL); INSERT INTO international VALUES (14,'Survey',6,'Fråga',1047900196,NULL); INSERT INTO international VALUES (13,'Survey',6,'Vem kan visa rapporter?',1047900179,NULL); INSERT INTO international VALUES (12,'Survey',6,'Vem kan delta i undersökningen?',1047900154,NULL); 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,NULL); INSERT INTO international VALUES (11,'Survey',6,'Metod',1047900081,NULL); INSERT INTO international VALUES (10,'Survey',6,'Frågelek',1047900015,NULL); INSERT INTO international VALUES (1,'Survey',6,'Undersökning',1047899992,NULL); 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,NULL); 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,NULL); INSERT INTO international VALUES (76,'USS',6,'Inläggsmall',1047898412,NULL); INSERT INTO international VALUES (74,'USS',6,'Mall för Användarnas Inläggssystem',1047898337,NULL); INSERT INTO international VALUES (73,'USS',6,'Inläggsmall',1047898252,NULL); INSERT INTO international VALUES (9,'WobjectProxy',1,'Override description?',1053183804,'Asking the user if s/he would like to use the description specified in the wobject proxy or the original description of the original wobject.'); INSERT INTO international VALUES (9,'Survey',6,'Undersökning',1047898081,NULL); INSERT INTO international VALUES (80,'Survey',6,'sekunder',1047898063,NULL); INSERT INTO international VALUES (8,'Survey',6,'Frågeordning',1047898046,NULL); INSERT INTO international VALUES (79,'Survey',6,'minuter',1047898007,NULL); INSERT INTO international VALUES (78,'Survey',6,'Totaltid',1047897990,NULL); INSERT INTO international VALUES (77,'Survey',6,'Sluttid',1047897971,NULL); INSERT INTO international VALUES (76,'Survey',6,'Starttid',1047897946,NULL); INSERT INTO international VALUES (75,'Survey',6,'Redigera denna fråga.',1047897884,NULL); INSERT INTO international VALUES (74,'Survey',6,'Är du säker på att du vill ta bort alla användarsvar?',1047897851,NULL); INSERT INTO international VALUES (73,'Survey',6,'Ta bort alla användarsvar.',1047897821,NULL); INSERT INTO international VALUES (72,'Survey',6,'Är du säker på att du vill ta bort denna användares svar?',1047897799,NULL); INSERT INTO international VALUES (71,'Survey',6,'Betyg',1047897774,NULL); INSERT INTO international VALUES (70,'Survey',6,'Individuella Svar',1047897757,NULL); INSERT INTO international VALUES (7,'Survey',6,'Svarsstyrd',1047897735,NULL); INSERT INTO international VALUES (69,'Survey',6,'Ta bort denna användares svar.',1047897689,NULL); INSERT INTO international VALUES (68,'Survey',6,'Visa rapporter och exporteringar.',1047897654,NULL); INSERT INTO international VALUES (67,'Survey',6,'Användare',1047897588,NULL); INSERT INTO international VALUES (66,'Survey',6,'Användarsvar',1047897572,NULL); INSERT INTO international VALUES (65,'Survey',6,'Exportera sammansatt summering.',1047897550,NULL); INSERT INTO international VALUES (62,'Survey',6,'Exportera svarsalternativ.',1047897503,NULL); INSERT INTO international VALUES (64,'Survey',6,'Exportera användarsvar.',1047897455,NULL); INSERT INTO international VALUES (63,'Survey',6,'Exportera frågor.',1047897432,NULL); INSERT INTO international VALUES (61,'Survey',6,'Visa betyg.',1047897391,NULL); INSERT INTO international VALUES (60,'Survey',6,'Tillbaks till undersökningen.',1047897270,NULL); INSERT INTO international VALUES (6,'Survey',6,'Slumpmässig',1047897241,NULL); INSERT INTO international VALUES (59,'Survey',6,'Visa statistisk överblick',1047897218,NULL); INSERT INTO international VALUES (58,'Survey',6,'Statistisk Överblick',1047897194,NULL); INSERT INTO international VALUES (57,'Survey',6,'Kommentarer',1047897169,NULL); INSERT INTO international VALUES (56,'Survey',6,'Visa kommentarer.',1047897144,NULL); INSERT INTO international VALUES (55,'Survey',6,'Visa svar.',1047897127,NULL); INSERT INTO international VALUES (54,'Survey',6,'Procent',1047897104,NULL); INSERT INTO international VALUES (53,'Survey',6,'Svar',1047897077,NULL); INSERT INTO international VALUES (52,'Survey',6,'Poäng',1047897022,NULL); INSERT INTO international VALUES (51,'Survey',6,'Kommentarer?',1047897005,NULL); INSERT INTO international VALUES (50,'Survey',6,'Nästa',1047896979,NULL); INSERT INTO international VALUES (5,'Survey',6,'Sekventiell',1047896962,NULL); INSERT INTO international VALUES (49,'Survey',6,'Du får för närvarande inte delta i denna frågelek.',1047896852,NULL); INSERT INTO international VALUES (48,'Survey',6,'Du är för närvarande inte kvalificerad för att delta i denna undersökning.',1047896818,NULL); INSERT INTO international VALUES (47,'Survey',6,'Du har fullföljd denna frågelek.',1047896737,NULL); INSERT INTO international VALUES (46,'Survey',6,'Tack för att du tog dig tid att gå igenom vår undersökning.',1047896633,NULL); INSERT INTO international VALUES (45,'Survey',6,'Är du säker på att du vill ta bort detta svarsalternativ och dess användarsvar?',1047896578,NULL); INSERT INTO international VALUES (44,'Survey',6,'Är du säker på att du vill ta bort denna fråga och dess svar?',1047896516,NULL); INSERT INTO international VALUES (43,'Survey',6,'Aldrig',1047896467,NULL); INSERT INTO international VALUES (42,'Survey',6,'Ibland',1047896451,NULL); INSERT INTO international VALUES (41,'Survey',6,'Ofta',1047896435,NULL); INSERT INTO international VALUES (40,'Survey',6,'Alltid',1047896419,NULL); INSERT INTO international VALUES (39,'Survey',6,'Ej applicerbart',1047895854,NULL); INSERT INTO international VALUES (38,'Survey',6,'Håller verkligen inte med',1047895822,NULL); INSERT INTO international VALUES (37,'Survey',6,'Håller inte med',1047895802,NULL); INSERT INTO international VALUES (36,'Survey',6,'Håller delvis inte med',1047895786,NULL); INSERT INTO international VALUES (35,'Survey',6,'Håller delvis med',1047895764,NULL); INSERT INTO international VALUES (34,'Survey',6,'Håller med',1047895744,NULL); INSERT INTO international VALUES (33,'Survey',6,'Håller verkligen med',1047895729,NULL); INSERT INTO international VALUES (32,'Survey',6,'Falskt',1047895703,NULL); INSERT INTO international VALUES (31,'Survey',6,'Sant',1047895687,NULL); INSERT INTO international VALUES (751,'WebGUI',6,'Bli denna användare.',1047895671,NULL); INSERT INTO international VALUES (72,'Article',6,'Artikelmall',1047892178,NULL); INSERT INTO international VALUES (896,'WebGUI',2,'Cache Timeout (Besucher)',1056542174,NULL); INSERT INTO international VALUES (895,'WebGUI',2,'Cache Timeout',1056542158,NULL); INSERT INTO international VALUES (893,'WebGUI',2,'Wobject Eigenschaften',1048242364,NULL); INSERT INTO international VALUES (892,'WebGUI',2,'Diskussion',1048242354,NULL); INSERT INTO international VALUES (891,'WebGUI',2,'Nur Makros blockieren.',1049099974,NULL); INSERT INTO international VALUES (889,'WebGUI',2,'Style Sheets, Tabulatoren',1048242304,NULL); INSERT INTO international VALUES (73,'SyndicatedContent',2,'Nachfolgend die Template Variablen für das Syndicated Content Template:
\r\nchannel.title
\r\n
\r\nDer Titel dieses Contentbereichschannel.description
\r\n
\r\nEine Beschreibung dieses Channelschannel.link
\r\n
\r\nEine URL, die auf die Original-Seite dieses Channels verlinkt.item_loop
\r\n
\r\nEine Schleife, welche die Daten dieses Channels enthält.title
\r\n
\r\nDer Titel des Channelbeitragsdescription
\r\n
\r\nDie Beschreibung dieses Beitragslink
',1067897913,NULL); INSERT INTO international VALUES (72,'SyndicatedContent',2,'Syndicated Content Template',1048242073,NULL); INSERT INTO international VALUES (28,'DataForm',2,'Optional für Text- und HTML Bereich',1054540756,NULL); INSERT INTO international VALUES (27,'DataForm',2,'Höhe',1048241963,NULL); INSERT INTO international VALUES (10,'HttpProxy',2,'HTTP Proxy, Hinzufügen/Bearbeiten',1067896895,NULL); INSERT INTO international VALUES (1030,'WebGUI',2,'von',1048241932,NULL); INSERT INTO international VALUES (1029,'WebGUI',2,'Bearbeitet am',1048241921,NULL); INSERT INTO international VALUES (1024,'WebGUI',2,'Beiträge filtern',1048241910,NULL); INSERT INTO international VALUES (887,'WebGUI',2,'Midas (Mozilla 1.3+)',1048175062,NULL); 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.
\r\nEine URL zum BeitragSollten \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
DieLink, 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,NULL); 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,NULL); INSERT INTO international VALUES (632,'WebGUI',2,'Wobjects können Sie hinzufügen, indem Sie aus dem Menü "Inhalt hinzufügen ...", das sich in der Regel oben rechts befindet, ein beliebiges Wobject auswählen. Sie können es bearbeiten, wenn Sie den Bearbeiten-Button anklicken, der immer über einem Wobject steht, das Sie in die Seite eingebunden haben.
\r\n\r\nEinige Eigenschaften finden Sie bei fast allen Wobjects. Diese wären:
\r\n\r\nWobject ID
\r\n\r\n
\r\nDies ist das eindeutige Kennzeichen das WebGUI benutzt, um diese Wobject Instanz zu identifizieren. Normale Benutzer sollten eigentlich niemals mit dieser Wobject ID konfrontiert werden, aber einige erfahrene Benutzer sollten sie schon kennen, da sie z.B. hilfreich in den SQL Reports sind.Titel
\r\n\r\n
\r\nDer Titel des Wobjects. Typischerweise wird dieser im Kopfbereich eines jeden Wobjects angezeigt.Beachte: Sie sollten immer einen Titel vergeben, es sei denn, sie schalten die Anzeige des Titels ab (siehe nächste Einstellung). Und zwar sollten Sie das u. a. deswegen tun, da dieser Titel auch im Mülleimer oder in der Zwischenablage angezeigt wird. So können Sie immer auf Anhieb sehen, um welches Wobject es sich eigentlich handelt.
\r\n\r\nTitel anzeigen?
\r\n\r\n
\r\nMöchten Sie, dass der Titel angezeigt wird?Makros ausführen?
\r\n\r\n
\r\nMöchten Sie, dass Makros, die Sie im Inhaltsbereich schreiben, auch ausgeführt werden? Manchmal möchten Sie dies zulassen, aber oft besteht keine Notwendigkeit dafür. Wenn Sie das Ausführen von Makros ausschalten, werden Ihre Seiten auch ein wenig schneller aufgebaut.Position des Templates
\r\n\r\n
\r\nTemplate Positionen gehen von 0 (Null) bis zu beliebigen Nummern. Wie viele hier möglich sind, ist abhängig von dem Template, dass dieser Seite zugeordnet ist. Das StandardTemplate bietet nur eine Template Position, andere können mehr anbieten. Wenn Sie also eine Template Position auswählen, bestimmen Sie, wo das Wobject innerhalb der Seite erscheinen soll.Anfangsdatum
\r\n\r\n
\r\nAb welchem Datum soll das Wobject auf der Seite erscheinen? Vor diesem Zeitpunkt ist es dann nur für Content Manager sichtbar.Ende Datum
\r\n\r\n
\r\nBis zu welchem Datum soll das Wobject angezeigt werden? Nach diesem Zeitpunkt ist es dann nur für Content Manager sichtbar.Besitzer
\r\n\r\n
\r\nDer Besitzer eines Wobjects ist gewöhnlich die Person, die das Wobject erstellt hat. Dieser Benutzer hat die vollen Bearbeitungs- und Anschaurechte, es sei denn, die Berechtigungen der Seite, auf der das Wobject sich befindet, gewähren diesem Benutzer keine Rechte.Beachte: Der Besitzer kann nur von einem Administrator geändert werden.
\r\n\r\nWer kann anschauen?
\r\n\r\n
\r\nWählen Sie die Gruppe aus, die dieses Wobject anschauen darf. Wenn Sie möchten, dass sowohl Besucher als auch registrierte Benutzer dies dürfen, wählen Sie "Jeder" aus.Wer kann bearbeiten?
\r\n\r\n
\r\nWählen Sie die Gruppe aus, die dieses Wobject bearbeiten darf. Diese Gruppe hat dann auch die Berechtigung, das Wobject anzuschauen.Inhalt/Beschreibung
',1067289682,NULL); INSERT INTO international VALUES (79,'MessageBoard',2,'
\r\nEin Inhaltsbereich, in den Sie soviel Text schreiben können, wie Sie möchten. Wenn Sie z. B. eine FAQ hinzufügen, können Sie hier eine Zusammenfassung hineinschreiben, um zu definieren, um welche FAQ es sich handelt. Wenn Sie das Wobject "Artikel" einfügen, schreiben Sie hier den eigentlichen Text des Artikels, also den Inhalt, hinein.Ein Diskussionsforum kann eins oder mehrere Foren enthalten. Nachfolgend \r\neine Liste der Eigenschaften jedes Forums \r\n
\r\nTitel
\r\n
Der Name des ForumsThe title of the forum. \r\nBeschreibung
',1067288591,NULL); INSERT INTO international VALUES (864,'WebGUI',2,'Zeitabstand zur Ablaufankündigung',1045494167,NULL); INSERT INTO international VALUES (866,'WebGUI',2,'Benachrichtigungstext zum Ablaufdatum',1045494104,NULL); INSERT INTO international VALUES (863,'WebGUI',2,'Löschen Zeitspanne',1045494042,NULL); INSERT INTO international VALUES (888,'WebGUI',2,'Vorschaulänge Schnipsel',1045392060,NULL); INSERT INTO international VALUES (875,'WebGUI',2,'Ein neuer Beitrag wurde zu einem Ihrer abonnierten Themen veröffentlicht.',1067276117,NULL); INSERT INTO international VALUES (874,'WebGUI',2,'Abonnement aufheben',1067276138,NULL); INSERT INTO international VALUES (873,'WebGUI',2,'Thema abonnieren',1067276152,NULL); INSERT INTO international VALUES (872,'WebGUI',2,'Wer kann anschauen?',1045240645,NULL); INSERT INTO international VALUES (871,'WebGUI',2,'Wer kann bearbeiten?',1045240629,NULL); INSERT INTO international VALUES (870,'WebGUI',2,'Willkommen',1045240608,NULL); INSERT INTO international VALUES (869,'WebGUI',2,'Begrüssungsmeldung',1045240597,NULL); INSERT INTO international VALUES (868,'WebGUI',2,'Begrüssungsmeldung senden?',1045240583,NULL); INSERT INTO international VALUES (867,'WebGUI',2,'Einschränkung der Privilegien',1045240560,NULL); INSERT INTO international VALUES (865,'WebGUI',2,'Benutzer über abgelaufene Zeit informieren?',1045240401,NULL); INSERT INTO international VALUES (862,'WebGUI',2,'Das Profil dieses Benutzers ist nicht öffentlich.',1045240139,NULL); INSERT INTO international VALUES (861,'WebGUI',2,'Profil veröffentlichen?',1045240103,NULL); INSERT INTO international VALUES (860,'WebGUI',2,'Emailadresse veröffentlichen?',1045240086,NULL); INSERT INTO international VALUES (859,'WebGUI',2,'Signatur',1045239982,NULL); INSERT INTO international VALUES (858,'WebGUI',2,'Alias',1045239946,NULL); INSERT INTO international VALUES (857,'WebGUI',2,'IP Adresse',1045239892,NULL); INSERT INTO international VALUES (879,'WebGUI',2,'Klassischer Editor (Internet Explorer 5+)',1045210197,NULL); INSERT INTO international VALUES (880,'WebGUI',2,'Last Resort Editor',1045210146,NULL); INSERT INTO international VALUES (881,'WebGUI',2,'Keiner',1045210129,NULL); INSERT INTO international VALUES (882,'WebGUI',2,'Editor Modus',1045210114,NULL); INSERT INTO international VALUES (883,'WebGUI',2,'Inline (sofern unterstützt)',1045210099,NULL); INSERT INTO international VALUES (884,'WebGUI',2,'Pop Up',1045210073,NULL); INSERT INTO international VALUES (885,'WebGUI',2,'Benutzern erlauben, ihren Account zu deaktivieren?',1045210060,NULL); INSERT INTO international VALUES (886,'WebGUI',2,'Von der Navigation verbergen?',1045210035,NULL); 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.
Die Beschreibung zu diesem Forum.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\nStyle \r\nentfernen?
Möchte Sie dasStylesheet 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?
',1055245941,NULL); INSERT INTO international VALUES (966,'WebGUI',2,'Sind Sie sicher, dass Sie dieses Element aus dem Mülleimer löschen möchten?',1055244078,NULL); INSERT INTO international VALUES (968,'WebGUI',2,'Zwischenablage, leeren',1055244024,NULL); 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 Sie eine Seite, wie z. \r\nB. 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,NULL); INSERT INTO international VALUES (841,'WebGUI',12,'Navigerings Makroer',1048550113,NULL); 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\nNOTE: These macros are included in WebGUI in order to provide very \r\npowerful display mechanisms. Though they could be used to write simple web \r\napplications, this is not their intended use, nor is it supported or condoned by \r\nPlain Black. If you find yourself trying to do something like that, just write a \r\nmacro. =) By default these macros are disabled to protect the security of \r\nyour site and server, and only your administrator can enable them. \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^If();
A simple conditional statement (IF/THEN/ELSE) to control \r\nlayout and messages. \r\nExamples:
Display Happy New Year on 1st January: ^If(\'^D(\"%m%d\");\' \r\neq \'0101\' , Happy New Year); \r\nDisplay a message to people on your subnet \r\n(192.168.1.*):
^If(\'^Env(\"REMOTE_ADDR\");\' =~ /^192.168.1/,\"Hi co-worker\",\"Hi \r\nStranger\"); \r\nDisplay a message to Windows users:
^If(\'^Env(\"HTTP_USER_AGENT\");\' =~ \r\n/windows/i,\"Hey... Linux is free !\"); \r\nDisplay a message if a user is behind a proxy:
^If(\'^Env(\"HTTP_VIA\");\' ne \r\n\"\", You\'re behind a proxy !, Proxy-free is the best...); \r\nDisplay Good Morning/Afternoon/Evening:
^If(^D(\"%J\");<=12,Good \r\nMorning,^If(^D(\"%J\");<=18,Good Afternoon,Good evening);); \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.
',1066006978,NULL); INSERT INTO international VALUES (839,'WebGUI',12,'Programmerer Makroer',1048550033,NULL); INSERT INTO international VALUES (832,'WebGUI',12,'The collateral management system has several macros for its specific purpose. \r\n
These macros are reserved for \r\nsystem/wobject-specific functions as in the SQL Report wobject and the Body in \r\nthe Style Manager.^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
^RandomImage();
This macro takes a collateral folder as a \r\nparameter. If the folder name is omitted, then the root folder will be used. The \r\nmacro then randomly chooses an image in the folder and returns it in much the \r\nsame way the ^I(); macro works. \r\nExample: ^RandomImage(\"site headers\"); \r\n
^RandomSnippet();
This macro takes a collateral folder as a \r\nparameter. If the folder name is omitted, then the root folder will be used. The \r\nmacro then randomly chooses a snippet from the folder and returns it in much the \r\nsame way the ^Snippet(); macro works. \r\nExample: ^RandomSnippet(\"quips\"); \r\n
^SI();
The Scaled Image macro allows images to be found in the \r\ncollateral and scaled (on the server-side), either maintaining the original \r\naspect ratio or an entirely new ratio of your design. \r\nIt takes four parameters. The first is the image name or optionally the \r\ncollateral id. The second is the width. Set the width to \"0\" to maintain aspect \r\nratio by height. The third is height. Set the height to \"0\" to maintain aspect \r\nratio by width. The fourth parameter allows you to specify additional parameters \r\nto the image. \r\n
Examples:
Retrieving an image by name (no scaling)
^SI(myimage); \r\n\r\nRetrieving an image by collateralId (no scaling)
^SI(66); \r\nScaling by width, maintaining aspect ratio
^SI(66,25); \r\nScaling by height, maintaining aspect ratio
^SI(66,0,25); \r\nPlaying with the aspect ratio
^SI(66,148,25); \r\nUsing parameters
^SI(66,0,0,\'border=\"0\"\'); \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. You can also specify a \"1\" as a second parameter to have the linker \r\ncreate a new window to display the linked image. \r\nExample: ^ThumbnailLinker(\"logo\");
',1055005131,NULL); INSERT INTO international VALUES (831,'WebGUI',12,'Collateral Makroer',1054672982,NULL); 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
\r\n
The unique identifier that WebGUI uses to \r\ncontrol this wobject.isShortcut
A conditional indicating if this wobject is a shortcut \r\nto an original wobject. \r\noriginalURL
',1066008344,NULL); INSERT INTO international VALUES (827,'WebGUI',12,'Wobject Template',1054673008,NULL); INSERT INTO international VALUES (677,'WebGUI',12,'Wobject, Ny/Endre',1048549776,NULL); INSERT INTO international VALUES (671,'WebGUI',12,'Wobjects, Bruker',1048549749,NULL); INSERT INTO international VALUES (669,'WebGUI',12,'Makroer, Bruker',1048549720,NULL); INSERT INTO international VALUES (668,'WebGUI',12,'Style Sheets, Bruker',1048549701,NULL); INSERT INTO international VALUES (634,'WebGUI',12,'Default Home Page
If this wobject is a shortcut, then this URL will \r\ndirect you to the original 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\nFavicon
An icon that appears on Internet Explorer short cuts such \r\nas your \"Favorites\". To learn more about Favicon click here. \r\nSite Icon
An icon that appears in the URL bar of most modern \r\nbrowsers. It may also appear in the bookmarks of the browser. The image must be \r\n16x16 pixels. \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
',1066006905,NULL); 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\n
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.
Wobject \r\nPrivileges
Choose \'Yes\' to enable privileges at the Wobject level. \r\nBy default, Wobjects are set to inherit page level privilegesAlmost 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\nOwner
\r\n
The owner of a wobject is usually the person \r\nwho created the wobject. This user has full edit and viewing rights on the \r\nwobject unless privileges to edit the page the wobject apears on are taken away. \r\nNOTE: The owner can only be changed by an administrator. \r\n
Who can view?
Choose which group can view this wobject. \r\nIf you want both visitors and registered users to be able to view \r\nthe wobject then you should choose the \"Everybody\" group. \r\nWho can edit?
\r\n
Choose the group that can edit this \r\nwobject. The group assigned editing rights can also always view the wobject. \r\nDescription
',1066006856,NULL); 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 \r\ncontent as you wish. For instance, even before an FAQ there is usually a \r\nparagraph describing 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,NULL); 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,NULL); INSERT INTO international VALUES (526,'WebGUI',12,'Fjern JavaScript og negate makroer.',1048549418,NULL); INSERT INTO international VALUES (421,'WebGUI',12,'Fjern alt untatt grunnleggende formatering.',1048549374,NULL); INSERT INTO international VALUES (420,'WebGUI',12,'Ikke fjern noe.',1048549347,NULL); INSERT INTO international VALUES (419,'WebGUI',12,'Fjern alt utenom teksten.',1048549318,NULL); INSERT INTO international VALUES (418,'WebGUI',12,'Filtrer innhold',1048549285,NULL); INSERT INTO international VALUES (105,'WebGUI',12,'Layout',1048549256,NULL); INSERT INTO international VALUES (103,'WebGUI',12,'Side innstillinger',1048549229,NULL); 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?Sorter Etter
\r\n
Feltet bidragslisten sorteres etterSorteringsrekkefølge
\r\n
Skal det sorteres stigende eller \r\nsynkendeStandard 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?
',1068759568,NULL); INSERT INTO international VALUES (61,'USS',12,'Bruker Bidrag, Ny/Endre',1048548653,NULL); INSERT INTO international VALUES (71,'SyndicatedContent',12,'
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.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,NULL); INSERT INTO international VALUES (61,'SyndicatedContent',12,'Syndicated Innhold, Ny/Endre',1048548511,NULL); 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,NULL); 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.
',1068759015,NULL); INSERT INTO international VALUES (1066,'WebGUI',12,'These are the template variables available to the post form template. \r\nnewpost.header
The default label for the heading of this form. \r\nnewpost.isNewThread
A condition indicating whether this post is a \r\nnew thread. \r\nnewpost.isReply
A condition indicating whether this post is a \r\nreply. \r\nNOTE: If the post is a reply, then the template variables from the \r\npost template are included and populated with the data from the original \r\nmessage. \r\n
newpost.isEdit
A condition indicating whether this post is an edit \r\nof an existing post. \r\nuser.isVisitor
A condition indicating whether the current user is a \r\nvisitor. \r\nnewpost.isNewMessage
A conditional basically opposite of \r\nnewpost.isEdit. \r\nform.begin
The form header. \r\nsticky.label
The default label for sticky.form. \r\nsticky.form
A form element for making the thread sticky. \r\nsubscribe.label
The default label for subscribe.form. \r\nsubscribe.form
A form element for subscribing to the thread. \r\nlock.label
The default label for lock.form. \r\nlock.form
A form element for locking the thread. \r\ncontenttype.label
The default label for contentype.form. \r\ncontentType.form
A form element for selecting what type of content \r\nis being posted. \r\nuser.isModerator
A condition indicating whether the current user is \r\na moderator. \r\nallowReplacements
A condition indicating whether this forum \r\ntollerates replacements. \r\nmessage.label
The default label for message.form. \r\nmessage.form
The form element for the user to enter their message. \r\nvisitorName.label
The default label for visitorName.form. \r\nvisitorName.form
A form element that allows the user to enter a \r\ndisplay name if they are a visitor. \r\nform.submit
The submit button for the form. \r\nsubject.label
The default label for subject.form. \r\nsubject.form
A form element that allows users to enter a subject \r\nfor their message. \r\nform.end
',1068757477,NULL); INSERT INTO international VALUES (61,'MessageBoard',12,'Meldinger, Ny/Endre',1068683544,NULL); INSERT INTO international VALUES (71,'Article',12,'
The form footer.Artikler er som en \"Swiss Armey knife\" i WebGUI. De fleste ting med statisk \r\ninnhold kan legges ved hjelp av Artikkel
\r\nVIKTIG: Du kan lage flersides artikkler ved å plassere \r\nseperator makroen (^-;) på valgfrie plasser i artikkelen.
\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 som skal kunne lastes ned av dine \r\nbrukere, så angi 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. \r\n
eksempel: GoogleLink 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?
',1068758765,NULL); INSERT INTO international VALUES (1068,'WebGUI',12,'The following variables are available in the search template. \r\n
Velges denne oppsjonen, vil du tillate \r\nrespons/diskusjon til artikkelen.callback.url
The url that links back to the calling object such as \r\nan article or user submission. \r\ncallback.label
The default label for callback.url. \r\nform.begin
The search form header. \r\nsearch.label
The default label for the search page. \r\nall.label
The default label for all.form. \r\nall.form
The form element for searching based on all words. \r\nexactphrase.label
The default label for exactphrase.form. \r\nexactphrase.form
The form element for searching based on an exact \r\nphrase. \r\nwithout.label
The default label for without.form. \r\nwithout.form
The form element for searching based on words that \r\ncannot be found in the text. \r\natleastone.label
The default label for atleastone.form. \r\natleastone.form
The form element for searching where at least one \r\nof the words must exist in the text. \r\nresults.label
The default label for results.form. \r\nresults.form
The form element for selecting how many results per \r\npage should be returned. \r\nform.search
The search button. \r\nform.end
The form footer. \r\nthread.list.url
A url that goes back to the thread list (aka \r\nforum). \r\nthread.list.label
The default label for thread.list.url. \r\npost.subject.label
The default label for the subject column. \r\npost.date.label
The default label for the date column. \r\npost.user.label
The default label for the author column. \r\npost_loop
A loop containing all of the search results. \r\n\r\n
post.subject\r\n
The post subject. \r\npost.url
The url to view the post. \r\npost.epoch
The epoch date of the post. \r\npost.date
The human readable date of the post. \r\npost.time
The human readable time of the post. \r\npost.user.id
The userId of the poster. \r\npost.user.name
The username of the poster. \r\npost.user.profile
The url of the poster\'s profile. \r\nfirstpage
A link to the first page in a multi-page listing. \r\nlastpage
A link to the last page in a multi-page listing. \r\nnextpage
A link to the next page in a multi-page listing. \r\npagelist
A series of links to every page in a multi-page listing. \r\npreviouspage
A link to the previous page in a multi-page listing. \r\nmultiplepages
A condition indicating whether there are multiple \r\npages or not. \r\nnumberOfPages
The number of pages in a multiple page listing. \r\npageNumber
',1068757511,NULL); INSERT INTO international VALUES (896,'WebGUI',12,'Cache tidsavbrudd (besøkende)',1066005973,NULL); INSERT INTO international VALUES (895,'WebGUI',12,'Cache tidsavbrudd',1066005954,NULL); INSERT INTO international VALUES (893,'WebGUI',12,'Wobject Instillinger',1048547444,NULL); INSERT INTO international VALUES (892,'WebGUI',12,'Diskusjon',1048547398,NULL); INSERT INTO international VALUES (891,'WebGUI',12,'Only negate macros.',1048547375,NULL); INSERT INTO international VALUES (890,'WebGUI',12,'
The number of the current page in a multi-page listing. \r\n\r\n\r\n
',1048547340,NULL); INSERT INTO international VALUES (11,'HttpProxy',12,'\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.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?
',1066007833,NULL); INSERT INTO international VALUES (889,'WebGUI',12,'Style Sheets, Tabs',1048546242,NULL); 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,NULL); INSERT INTO international VALUES (72,'SyndicatedContent',12,'Syndicated Content Template',1048545923,NULL); INSERT INTO international VALUES (28,'DataForm',12,'Valgfritt for TextArea og HTMLarea.',1054672426,NULL); INSERT INTO international VALUES (27,'DataForm',12,'Høyde',1048545682,NULL); INSERT INTO international VALUES (72,'SiteMap',12,'Site Map Template',1048534928,NULL); INSERT INTO international VALUES (61,'Article',12,'Artikkel, Ny/Rediger',1068683494,NULL); INSERT INTO international VALUES (9,'HttpProxy',12,'Cookie Jar',1048534861,NULL); INSERT INTO international VALUES (8,'HttpProxy',12,'Følge redirects?',1048534837,NULL); INSERT INTO international VALUES (6,'HttpProxy',12,'Fjerne Style?',1048534805,NULL); INSERT INTO international VALUES (5,'HttpProxy',12,'Tillat Proxying av andre domener?',1048534782,NULL); INSERT INTO international VALUES (4,'HttpProxy',12,'Tidsavbrudd',1048534748,NULL); INSERT INTO international VALUES (3,'HttpProxy',12,'HTTP Proxy',1048534710,NULL); INSERT INTO international VALUES (2,'HttpProxy',12,'Rediger HTTP Proxy',1048534689,NULL); INSERT INTO international VALUES (10,'HttpProxy',12,'HTTP Proxy, Legg Til/Rediger',1048534643,NULL); INSERT INTO international VALUES (1,'HttpProxy',12,'URL',1048534607,NULL); INSERT INTO international VALUES (1030,'WebGUI',12,'av',1048534587,NULL); INSERT INTO international VALUES (1029,'WebGUI',12,'Endret når ',1048534569,NULL); INSERT INTO international VALUES (1024,'WebGUI',12,'Filtrer Post',1048534490,NULL); INSERT INTO international VALUES (57,'WebGUI',12,'Dette er bare nødvendig om du vil benytte funksjoner som krever ePost.',1048534465,NULL); INSERT INTO international VALUES (82,'WebGUI',12,'Administrative Funksjoner...',1048534425,NULL); 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,NULL); 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\nVIKTIG: Wobject proxy er ikke tilgjengelig igjennom \"Legg \r\ntil innhold\" menyen, men istedet gjennom snarvei ikonet på hver wobject\'s \r\nverktøyknapp.
\r\nWobject to Proxy
\r\n
Gir en link til det \r\norginale wobjectet som blir speilet.Overstyr Tittel?
\r\n
Velg \"Ja\" om du ønsker å benytte \r\ntittelen til det kopien fremfor orginalen.Overstyr Beskrivelse?
\r\n
Velg \"Ja\" om du ønsker å \r\nbenytte beskrivelsen til kopien fremfor beskrivelsen til orginalen.Overstyr Visnings Tittel?
\r\n
Velg \"Ja\" om du ønsker å \r\nbenytte Visnings tittelen til det kopien fremfor orginalen.Overstyr Template?
',1066006658,NULL); INSERT INTO international VALUES (838,'WebGUI',12,'
Velg \"Ja\" om du ønsker å \r\nbenytte templaten til kopien fremfor templaten til orginalen.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,NULL); 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,NULL); 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,NULL); 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,NULL); 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,NULL); 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,NULL); 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,NULL); 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,NULL); 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,NULL); 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,NULL); 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,NULL); INSERT INTO international VALUES (629,'WebGUI',12,'Bruk Delt UtklippsTavle?
Enabler en enkelt systemomfattende \r\nutklippstavle delt av alle brukerene. Standard er utklippstavle for hver enkelt \r\nbruker.
\r\nBruke Delt Søppel?
\r\n
Enabler en enkelt systemdekkende \r\nsøppel delt av alle brukere. Standard er søppel for hver enkelt \r\nbruker.
If proxied, use real client IP address?
If enabled and \r\nif the environment variable HTTP_X_FORWARDED_FOR is present, it\'s value will be \r\nused in place of REMOTE_ADDRESS as the client browser\'s IP address. This is \r\nrequired for IP based groups to function properly in reverse-proxied, \r\nload-balanced system architectures. In these environments, all requests would \r\notherwise appear to come from the same host, namely the proxy server. If you are \r\nuncertain if you need this setting enabled, you should probably leave it turned \r\noff.Forhindre Proxy Caching
\r\n
Noen selskaper har proxy servere som skaper \r\nproblemer for WebGUI. Om du opplever problemer med WebGUI, og du har en proxy \r\nserver, prøv å sette denne til \"Ja\". Vær klar over at WebGUI sine URL\'r ikke \r\nblir like brukervennlige etterpå.
Vis debugging?
Vis debugging \r\ninformasjon i resultatene fra WebGUI. Dette er først og fremst nyttig for WebGUI \r\nutviklere, men kan også brukes av administratorer som prøver å løse et \r\nproblem.Følg Side statistikker?
\r\n\r\n
WebGUI kan ta vare på en del \r\nstatistikker på bruken av nettstedet ditt. Men dette vil påvirke ytelsen på \r\nserveren og databasen vil vokse raskere. Bruk denne bare om du ikke har et \r\nekstern Web statistikk program.Host To Use
\r\n',1068683935,NULL); 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
\r\nSelect which host to use by default when generating URLs. Config Sitename will use the \"sitename\" variable from your config file. And Env HTTP Host will use the \"HTTP_HOST\" environment variable provided by the web server.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,NULL); INSERT INTO international VALUES (623,'WebGUI',12,'
How big (in pixels) should the thumbnail for this \r\nimage be?\r\n\r\n
',1046114857,NULL); INSERT INTO international VALUES (622,'WebGUI',12,'See Manage Group for a description of grouping functions and the default \r\ngroups. \r\n\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
Group Name
A name for the group. It is best if the name is \r\ndescriptive so you know what it is at a glance. \r\nDescription
A longer description of the group so that other admins \r\nand content managers (or you if you forget) will know what the purpose of this \r\ngroup is. \r\nExpire Offset
The amount of time that a user will belong to this \r\ngroup before s/he is expired (or removed) from it. This is very useful for \r\nmembership sites where users have certain privileges for a specific period of \r\ntime. \r\nNOTE: This can be overridden on a per-user basis. \r\n
Notify user about expiration?
Set this value to yes if you want \r\nWebGUI to contact the user when they are about to be expired from the group. \r\nExpire Notification Offset
The difference in the number of days \r\nfrom the expiration to the notification. You may set this to any valid integer. \r\nFor instance, set this to \"0\" if you wish the notification to be sent on the \r\nsame day that the grouping expires. Set it to \"-7\" if you want the notification \r\nto go out 7 days before the grouping expires. Set it to \"7\" if you wish \r\nthe notification to be sent 7 days after the expiration. \r\nExpire Notification Message
Type the message you wish to be sent to \r\nthe user telling them about the expiration. \r\nDelete Offset
The difference in the number of days from the \r\nexpiration to the grouping being deleted from the system. You may set this to \r\nany valid integer. For instance, set this to \"0\" if you wish the grouping to be \r\ndeleted on the same day that the grouping expires. Set it to \"-7\" if you want \r\nthe grouping to be deleted 7 days before the grouping expires. Set it to \r\n\"7\" if you wish the grouping to be deleted 7 days after the expiration. \r\nScratch Filter
A user can be dynamically bound to a group by a \r\nscratch variable in their session. Scratch variables can be set programatically, \r\nor via the web. To set a scratch variable via the web, tack the following on to \r\nthe end of any URL: \r\n?op=setScratch&scratchName=somename&scratchValue=somevalue \r\n
Having done that, when a user clicks on that link they will have a scratch \r\nvariable added to their session with a name of \"www_somename\" and a value of \r\n\"somevalue\". The \"www_\" is prepended to prevent web requests from overwriting \r\nscratch variables that were set programatically. \r\n
To set a scratch filter simply add a line to the scratch filter field that \r\nlooks like: \r\n
www_somename=somevalue \r\n
IP Address
Specify an IP address or an IP mask to match. If the \r\nuser\'s IP address matches, they\'ll automatically be included in this group. An \r\nIP mask is simply the IP address minus an octet or two. You may also specify \r\nmultiple IP masks separated by semicolons. \r\nIP Mask Example: 10.;192.168.;101.42.200.142 \r\n
Karma Threshold
If you\'ve enabled Karma, then you\'ll be able to set \r\nthis value. Karma Threshold is the amount of karma a user must have to be \r\nconsidered part of this group. \r\nUsers can add themselves?
Do you wish to let users add themselves \r\nto this group? See the GroupAdd macro for more info. \r\nUsers can remove themselves?
Do you wish to let users remove \r\nthemselves from this group? See the GroupDelete macro for more info. \r\nThe following options are recommended only for advanced WebGUI \r\nadministrators. \r\n
Database Link
If you\'d like to have this group validate users using \r\nan external database, choose the database link to use. \r\nSQL Query
Many organizations have external databases that map users \r\nto groups; for example an HR database might map Employee ID to Health Care Plan. \r\nTo validate users against an external database, you need to construct a SQL \r\nstatement that will return 1 if a user is in the group. Make sure to begin your \r\nstatement with \"select 1\". You may use macros in this query to access data in a \r\nuser\'s profile, such as Employee ID. Here is an example that checks a user \r\nagainst a fictional HR database. This assumes you have created an additional \r\nprofile field called employeeId.
select 1 from employees, health_plans, \r\nempl_plan_map
where employees.employee_id = ^User(\"employeeId\");
and \r\nhealth_plans.plan_name = \'HMO 1\'
and employees.employee_id = \r\nempl_plan_map.employee_id
and health_plans.health_plan_id = \r\nempl_plan_mp.health_plan_id
This group could then be named \"Employees in \r\nHMO 1\", and would allow you to restrict any page or wobject to only those users \r\nwho are part of this health plan in the external database. \r\nCache external groups for how long?
',1068759148,NULL); INSERT INTO international VALUES (621,'WebGUI',12,'
Large sites using external \r\ngroup data will be making many calls to the external database. To help reduce \r\nthe load, you may select how long you\'d like to cache the results of the \r\nexternal database query within the WebGUI database. More advanced background \r\ncaching may be included in a future version of WebGUI.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,NULL); 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,NULL); 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,NULL); 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,NULL); 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,NULL); 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,NULL); 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.Stiler brukes for å håndtere utseende på dine WebGUI sider. Med WebGUI kan du \r\nopprette et ubegrenset antall Stiler, slik at ditt nettsted kan ha så mange \r\nutseender som du ønsker. Du kan ha noen sider som ligner din firmabrosjyre og \r\nnoen sider som ligner Yahoo. Du kan tilogmed ha noen sider som ser ut som sider \r\ni en bok. Ved hjelp av \"Håndtere Stiler\" vil du ha ubegrenset kontroll over \r\ndesignet på nettstedet.
\r\nDet finnes flere Stiler innebygget i WebGUI. De første av disse benyttes av \r\nWebGUI og bør ikke slettes eller endres.
\r\nClipboard
\r\n
Denne Stilen benyttes av Utklippstavlen.
Fail \r\nSafe
Når du sletter en Stil som fremdeles benyttes på en side eller \r\nflere, vil Fail Safe Stilen benyttes på disse sidene. Denne siden har hvit \r\nbakgrunn og enkel navigasjon.
Make Page Printable
Denne Stilen \r\nbrukes når ^r; makroen brukes på en side og brukeren klikker på den. Dene Stilen \r\nlar deg legge til en enkel logo og opphavsrett beskjed på dine utskriftbare \r\nsider.\r\n
Packages
',1066008139,NULL); 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.
Denne stilen benyttes av pakke håndterings \r\nsystemet.
Trash
Denne stilen benyttes av Søppel \r\nsystemet.
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,NULL); 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,NULL); 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,NULL); 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,NULL); 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,NULL); INSERT INTO international VALUES (606,'WebGUI',12,'
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 ta 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',1066005919,NULL); INSERT INTO international VALUES (422,'WebGUI',12,'
Tittel
Tittelen til siden er hva \r\nbrukerene dine vil bruke for å navigere igjennom nettstedet. Den bør være \r\nbeskrivende men ikke for lang.
\r\nMeny Tittel
En kortere eller endret tittel for bruk i navigasjon. \r\nOm den utelates vil den settes lik Tittel.
\r\nSIDE URL
\r\n
Når du oppretter en side vil en URL bli generert \r\nbasert på sidens tittel. Om du ikke liker den URL som blir valgt, kan du endre \r\nden her.
Redirect URL
Når denne siden besøkes vil brukeren \r\nsendes til denne URL\'n.
NOTE: Når du er i Admin mode vil du ikke \r\nbli sendt videre. Dette er for at det skal være mulig å endre på egenskaper til \r\nsiden.Skjul fra Navigasjon?
\r\n
Velg \"ja\" om du vil skjule denne siden fra \r\nnavigasjon (Menyer)NOTE: Dette vil ikke skjule siden fra navigasjon i side treet \r\n(administrative funksjoner > Håndtere sideTre) bare fra navigasjons \r\nmakroer.
\r\nÅpne i nytt vindu?
\r\n
Velg \"ja\" for å opne denne siden i et nytt \r\nvindu. Dette blir ofte brukt sammen med Redirect URL \r\nparameteren.
Språk
Velg standard språk for denne \r\nsiden. Alle beskjeder generert av WebGUI vil da vises i i dette språket og \r\nkaraktersettet vil endres til det som er spesifisert for språket.Template
\r\n
Som standard har WebGUI et stort ommråde der innhold \r\nplasseres. Men, om du spesifiserer en template ulik standardvalget, så kan du \r\ndele siden inn i flere seksjoner.Beskrivelse (Synopsis)
En kort beskrivelse av siden. Den brukes som \r\ngrunnlag for standard Meta Tags og som beskrivelse i nettstedets sideTre \r\nkart.
Meta Tags
Meta Tags blir brukt av en del søkemotorer for \r\nå assosiere nøkkelord til spesielle sider. Det finnes et flott nettsted kalt Meta Tag \r\nBuilder som vil hjelpe deg med å bygge Meta Tags om du ikke har \r\ngjort det før. \r\nAvanserte bruker: Om du har andre ting (som JavaScript) som du \r\nvanligvis legger inn på siden din, så kan du like gjerne legge de her. \r\n
Bruke standard Meta Tags?
\r\n
Om du ikke ønsker å spesifisere \r\nMeta Tags selv, kan WebGUI generere meta tags basert på sidens tittel, ditt \r\nfirma navn. Kryss denne boksen om du vil benytte WebGUI genererte meta \r\ntags.
Stil
Når du oppretter en side vil den som standard, \r\narve en del egenskaper fra siden over. En av disse er stil. Velg fra listen over \r\nStiler om du vil endre utseende på siden. Se Legg til Stiler for mer \r\ninformasjon.
Om du velger \"Ja\" under listeboksen for Stiler, så vill alle \r\nsider under denne bli tildelt Stilen du valgte for denne siden.Start Dato
Datoen hvor brukere kan begynne å se denne siden. Før \r\ndenne datoen er det bare innholds administratorer med rettighet til å redigere \r\nden, som kan se siden.
Slutt Dato
Datoen da brukerene \r\nikke vil kunne se siden lenger. Etter denne datoen er det bare innholds \r\nadministratorer med rettighet til å redigere den, som kan se siden.
\r\nEier
\r\n
Eieren av siden er vanligvis den personen som opprettet siden. \r\nDenne brukeren vil alltid ha fulle redigering og visnings rettigheter til \r\nsiden.
NOTE: Eier kan kun endres av Administrator.Hvem kan se på?
\r\n
Velg en gruppe som kan se på denne siden. Om du \r\nønsker at både gjester og registrerte brukere skal kunne se denne siden, da bør \r\ndu velge gruppen \"Everybody\" (alle).Hvem kan redigere?
Velg gruppen som kan redigere denne siden. En \r\ngruppe som er tildelt redigeringsrettigheter kan alltid Se på Siden også.
Du \r\nkan også som en oppsjon gi rettigheter til alle sider under denne siden også. \r\nHva nå?
Om du lar denne stå på standardvalg vil du gå til den nye \r\nsiden etter at den blir opprettet.INNLOGGING FEILET
\r\nOppgitt informasjon stemmer ikke med kontoinformasjonen.
',1046111325,NULL); 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,NULL); 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,NULL); INSERT INTO international VALUES (77,'USS',12,'The following are the template variables used in a submission template. \r\nSubmission templates are used to display the individual submissions in a user \r\nsubmission system. \r\ntitle
The title of this submission. \r\ncontent
The full text content of this submission. \r\nuser.label
The translated label indicating what user posted this \r\nsubmission. \r\nuser.profile
The URL to the profile of the user that posted this \r\nsubmission. \r\nuser.username
The username of the user that posted this submission. \r\n\r\nuser.id
The unique identifier for the user that posted this \r\nsubmission. \r\ndate.label
The translated label indicating what date this \r\nsubmission was posted. \r\ndate.epoch
The number of seconds since January 1, 1970 that this \r\nsubmission was posted. \r\ndate.human
A human readable date that displays the date and time \r\nthis submission was posted. \r\ndate.updated.label
The translated label indicating what date this \r\nsubmission was last edited. \r\ndate.updated.epoch
The number of seconds since January 1, 1970 that \r\nthis submission was last edited. \r\ndate.updated.human
A human readable date that displays the date and \r\ntime this submission was last edited. \r\nstatus.label
A translated label indicating the status of this \r\nsubmission. \r\nstatus.status
The actual status of this submission (pending, \r\napproved, denied). \r\nviews.label
A translated label indicating how many times this \r\nsubmission has been viewed. \r\nviews.count
The number of times this submission has been viewed. \r\ncanPost
An condition indicating whether or not this user can post a \r\nnew submission. \r\npost.url
The URL to post a new submission. \r\npost.label
A translated label for the post link. \r\nprevious.more
An condition indicating whether there are any posts \r\nprior to this one available for viewing. \r\nprevious.url
A URL to the post that came before this one. \r\nprevious.label
A translated label for the previous link. \r\nnext.more
A condition indicating whether there are any posts after \r\nthis one available for viewing. \r\nnext.url
The URL to the post that came after this one. \r\nnext.label
A translated label for the next link. \r\ncanEdit
A condition indicating whether the current user cane edit \r\nor delete this post. \r\nedit.url
The URL to edit this post. \r\nedit.label
A translated label for the edit link. \r\ndelete.url
The URL to delete this post. \r\ndelete.label
A translated label for the delete link. \r\ncanChangeStatus
A condition indicating whether the current user has \r\nthe privileges to change the status of this post. \r\napprove.url
The URL to approve this post. \r\napprove.label
A translated label for the approve link. \r\ndeny.url
The URL to deny this post. \r\ndeny.label
A translated label for the deny link. \r\nleave.url
The URL to leave this post in it\'s current state. \r\nleave.label
A translated label for the leave link. \r\ncanReply
A condition indicating whether the current user can reply \r\nto this post. \r\nreply.url
The URL to reply to this post. \r\nreply.label
A translated label for the reply link. \r\nsearch.url
The URL to toggle on the WebGUI power search form. \r\nsearch.label
A translated label for the search link. \r\nback.url
The URL to return the user to the main listing. \r\nback.label
A translated label for the back link. \r\nreplies
',1068759214,NULL); INSERT INTO international VALUES (75,'USS',12,'This is the listing of template variables available in user submission system \r\ntemplates. \r\n
A complete listing of all replies to this post.readmore.label
A translated label that indicates that the user \r\nshould click to read more. \r\nresponses.label
A translated label that indicates that the user \r\nshould click to view the responses to this submission. \r\ncanPost
A condition that indicates whether a user can add a new \r\nsubmission. \r\npost.url
The URL to add a new submission. \r\npost.label
A translated label for the post link. \r\nsearch.label
A translated label for the search link. \r\nsearch.url
The URL to toggle on/off WebGUI\'s power search form. \r\nsearch.form
WebGUI\'s power search form. \r\ntitle.label
A translated label for the title column. \r\nthumbnail.label
A translated label for the thumbnail column. \r\ndate.label
A translated label for the date column. \r\ndate.updated.label
The translated label indicating what date this \r\nsubmission was last edited. \r\nby.label
A translated label stating who the submission was \r\nsubmitted by. \r\nsubmissions_loop
A loop containing each submission. \r\nsubmission.id\r\n
A unique identifier for this submission. \r\nsubmission.url
The URL to view this submission. \r\nsubmission.content
The abbreviated text content of this submission. \r\n\r\nsubmission.responses
The number of responses to this submission. \r\nsubmission.title
The title for this submission. \r\nsubmission.userId
The user id of the user that posted this \r\nsubmission. \r\nsubmission.username
The username of the person that posted this \r\nsubmission. \r\nsubmission.status
The status of this submission (approved, pending, \r\ndenied). \r\nsubmission.thumbnail
The thumbnail of the image uploaded with this \r\nsubmission (if any). \r\nsubmission.date
The that this submission was posted. \r\nsubmission.date.updated
A human readable date that displays the \r\ndate and time this submission was last edited. \r\nsubmission.currentUser
A condition indicating whether the current \r\nuser is the same as the user that posted this submission. \r\nsubmission.userProfile
The URL to the profile of the user that \r\nposted this submission. \r\nsubmission.secondColumn
A condition indicating whether or not this \r\nsubmission would belong in the second column, in a multi-column layout. \r\nsubmission.thirdColumn
A condition indicating whether or not this \r\nsubmission would belong in the third column, in a multi-column layout. \r\nsubmission.fourthColumn
A condition indicating whether or not this \r\nsubmission would belong in the fourth column, in a multi-column layout. \r\nsubmission.fifthColumn
A condition indicating whether or not this \r\nsubmission would belong in the fifth column, in a multi-column layout. \r\nfirstPage
A link to the first page in the paginator. \r\nlastPage
A link to the last page in the paginator. \r\nnextPage
A link to the next page forward in the paginator. \r\npreviousPage
A link to the next page backward in the paginator. \r\npageList
A list of links to all the pages in the paginator. \r\nmultiplePages
',1068759268,NULL); INSERT INTO international VALUES (4,'Survey',12,'
A conditional indicating whether there is more than \r\none page in the paginatorUndersø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å.Anonym respons?
\r\n
Velg om undersøkelsen ta vare påog vise \r\ninformasjon som kan identifisere en bruker og hans respons. Om standardverdien \r\n\"Nei\" beholdes, vil undersøkelsen ta vare på brukerens IP adresse sammen med \r\nderes WebGUI bruker ID og brukernavn om de er logget inn. Denne infoen vil være \r\ntilgjengelig i rapportene. Om den settes til \"Ja\" vil disse feltene kun \r\ninneholde random data som ikke kan spores til noen spesiell bruker.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å?
',1068760658,NULL); 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,NULL); INSERT INTO international VALUES (71,'SQLReport',12,'SQL 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
How many characters should indent each level? \r\nPreprocess macros on query?
If you\'re using WebGUI macros in your \r\nquery you\'ll want to check this box. \r\nDebug?
If you want to display debugging and error messages on the \r\npage, check this box. \r\nQuery
This is a standard SQL query. If you are unfamiliar with SQL, \r\nPlain Black \r\nSoftware provides training courses in SQL and database management. \r\nYou can make your queries more dynamic by using the ^FormParam(); macro. \r\nReport Template
Layout a template of how this report should look. \r\nUsually you\'ll use HTML tables to generate a report. An example is included \r\nbelow. If you leave this field blank a template will be generated based on your \r\nresult set. \r\nThere are special macro characters used in generating SQL Reports. They are \r\n^-;, ^0;, ^1;, ^2;, ^3;, etc. These macros will be processed regardless of \r\nwhether you checked the process macros box above. The ^- macro represents split \r\npoints in the document where the report will begin and end looping. The numeric \r\nmacros represent the data fields that will be returned from your query. There is \r\nan additional macro, ^rownum; that counts the rows of the query starting at 1 \r\nfor use where the lines of the output need to be numbered. \r\n
Database Link
The administrator can configure common databases on \r\nwhich you can run SQL Reports, freeing you from having to know or enter the DSN, \r\nUsername, and Password. If a database is selected from this list, the DSN, User, \r\nand Password fields will be ignored.
If the database you need to use is \r\nnot configured as a Database Link, you can enter the DSN, User, and Password. \r\nDSN
Data Source Name is the unique identifier \r\nthat Perl uses to describe the location of your database. It takes the format of \r\nDBI:[driver]:[database name]:[host]. \r\nExample: DBI:mysql:WebGUI:localhost \r\n
Database User The username you use to connect to the DSN. \r\n
Database Password The password you use to connect to the DSN. \r\n
Paginate After 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
Convert carriage returns? Do you wish to convert the carriage returns \r\nin the resultant data to HTML breaks (<br>).
',1066005475,NULL); INSERT INTO international VALUES (63,'Product',12,'\r\nDet 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,NULL); 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,NULL); 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,NULL); 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,NULL); 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,NULL); 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,NULL); 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,NULL); INSERT INTO international VALUES (71,'Poll',12,'
Garantivilkår for produktet.Avstemning kan brukes for å få frem meningen til dine besøkende på \r\nforskjellige temaer.
\r\nAktiv
\r\n
Om denne boksen er avkrysset, vil brukeren kunne \r\nstemme, eller vil de bare kunne se resultater.
Hvem kan \r\nstemme?
Velg en gruppe som kan stemme i avtemningen.Karma Pr Stemme
\r\n
Hvor mye Karma vil du gi til brukeren om \r\nhan stemmer?Graf Bredde
\r\n
Bredden på grafen som viser resultatene. \r\nOppgies i pixels.
Spørsmål
Hva er spørsmålet du vil \r\nstille brukerene?Svar
\r\n
Legg inn de mulige svarene til spørsmålet. Kun et \r\nsvar pr. linje. Avstemninger kan maksimalt ha 20 mulige svar.Tilfeldig rekkefølge på svar?
\r\n
For å være sikker på at \r\nikke rekkefølgen på svaralternativene missleder brukeren, kan du angi at svarene \r\nskal presenteres i vilkårlig rekkefølge. Velg \"ja\" for tillfeldig \r\nrekkefølge.Tilbakestill Stemmer.
',1066008019,NULL); INSERT INTO international VALUES (74,'MessageBoard',12,'The following is the list of template variables available in message board \r\ntemplates. \r\n
Reset the votes on this Poll.forum.add.url
A url that will add a forum to this message board. \r\nforum.add.label
The default label for forum.add.url. \r\ntitle.label
The default label for the title columnn. \r\nviews.label
The default label for the views column. \r\nrating.label
The default label for the ratings column. \r\nthreads.label
The default label for the threads column. \r\nreplies.label
The default label for the replies column. \r\nlastpost.label
The default label for the last post column. \r\nforum_loop
A loop containing the data for each of the forums \r\ncontained in this message board. \r\n\r\n
forum.controls\r\n
The editing controls for this forum. \r\nforum.count
An integer displaying the forum count as it goes \r\nthrough the loop. \r\nforum.title
The title of this forum. \r\nforum.description
The description of this forum. \r\nforum.replies
The number of replies all the threads in this forum \r\nhave received. \r\nforum.rating
The average rating of all the posts in the forum. \r\nforum.views
The total number of views of all the posts in the \r\nforum. \r\nforum.threads
The total number of threads in this forum. \r\nforum.url
The url to view this forum. \r\nforum.lastpost.url
The url to view the last post in this forum. \r\nforum.lastpost.date
The human readable date of the last post in \r\nthis forum. \r\nforum.lastpost.time
The human readable time of the last post in \r\nthis forum. \r\nforum.lastpost.epoch
The epoch date of the last post in this forum. \r\n\r\nforum.lastpost.subject
The subject of the last post in this forum. \r\nforum.lastpost.user.id
The userid of the last poster. \r\nforum.lastpost.user.name
The username of the last poster. \r\nforum.lastpost.user.profile
The url to the last poster\'s profile. \r\nforum.lastpost.user.isVisitor
A condition indicating where the last \r\nposter was a visitor. \r\ndefault.listing
A full forum rendered using the forum template. \r\ndefault.description
The description of the default forum. \r\ndefault.title
The title of the default forum. \r\ndefault.controls
The controls for the default forum. \r\nareMultipleForums
',1068759084,NULL); INSERT INTO international VALUES (72,'DataForm',12,'
A condition indicating whether there is more than \r\none forum.Du kan legge så mange felter til ditt Data Skjema som du ønsker.
\r\nLabel
\r\n
Dette er en informativ tekst som lar brukeren vita \r\nhva et felt representererFelt Navn
\r\n
Navnet må være unikt blant navnet på felter i \r\ndette skjemaet.Undertekst
\r\n
En utvidelse av Label, dette er en tekst som \r\nvises under feltet og bør inneholde informasjon om hva som bør legges inn i \r\nfeltet.\r\n
Status
Skjulte felt vil ikke være synelige for \r\nbrukeren, men vil sendes sammen med ePosten.
Synlige felt vil være synlige, \r\nmen vil ikke kunne redigeres.
Redigerbare felt kan endres av bruker.
Om du \r\nvelger skjult eller synlig, så oppgi en standardverdi(Viktig)Type
\r\n
Velg skjemaelement for dette feltet. \r\n
Bredde
Sett antall karaktere som dette feltet skal \r\nvise i breddenHøyde
\r\n
Sett antall karaktere dette feltet skal vise i \r\nhøyden. Brukes bare på textarea og HTMLArea felttyper.Mulige Verdier
',1066007532,NULL); INSERT INTO international VALUES (71,'DataForm',12,'
Dette feltet er bare brukt i rullegardin \r\nboks typen. Bruk Mulige Verdier feltet for å angi valgene som denne boksen skal \r\nvise. 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.Dette wobject lager et enkelt multifunksjons Data Skjema.
\r\nBekreftelse
\r\n
Denne meldingen vil vises for brukeren når de \r\nhar lagt inn sine data.ePost felter?
\r\n
Om denne settes til ja, vil noen ekstra \r\nfelter legges til for å håndtere ePost. Disse feltene vil brukes til å send alle \r\ndata lagt inn i Data Skjemaet til en person etter ditt ønske.Legg Merke Til: \"Til (To)\" feltet som legges til vil \r\nakseptere en ePost adresse, et WebGUI brukernavn eller WebGUI gruppenavn.
\r\nTemplate
\r\n
Velg Template etter eget ønske.ePost Template
\r\n
Velg en Template for data som skal sendes \r\nmed ePost.Bekreftelse Template
\r\n
Velg en template som brukes for å \r\nvise bekreftelse på innlagte data for brukeren.List Template
',1066007427,NULL); INSERT INTO international VALUES (76,'LinkList',12,'
Velg en Template som skal brukes for å vise \r\nlagred data i dette Data Skjemaet.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.urlcanEdit
\r\n
En indikator som forteller om en bruker kan \r\nredigere linkene.link_loop
\r\n
Denne loop\'en inneholder all informasjon om \r\nhver enkelt link.\r\n',1066007892,NULL); INSERT INTO international VALUES (73,'LinkList',12,'\r\nlink.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
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,NULL); 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,NULL); 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,NULL); 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,NULL); 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,NULL); 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,NULL); 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,NULL); 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,NULL); 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,NULL); 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,NULL); INSERT INTO international VALUES (71,'ExtraColumn',12,'
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 \"Stil\" 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 den ekstra 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.StilArk Class
',1066007747,NULL); INSERT INTO international VALUES (97,'EventsCalendar',12,'\r\n
Som standard vil \"content\" stil (som er den \r\nstil som benyttes på alt innhold \"body\" som siten din benytter) bli benyttet til \r\nalle kolonner. Men om du har laget en egen stil spesielt for kolonner, så benytt \r\ngjerne 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,NULL); 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,NULL); 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,NULL); INSERT INTO international VALUES (71,'EventsCalendar',12,'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\n\r\n
Velg \"Legg Til Hendelse\" om du ønsker å Legge Til \r\nen ny Hendelse, eller velg \" Gå Tilbake Til Side\".Main 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.Is master?
\r\n
If set to yes then this calendar will display \r\nevents from all other calendars in the system.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',1068758954,NULL); INSERT INTO international VALUES (73,'Article',12,'
--------------------------------------------------------------------------------
Note: \r\nThe following style is specific to the Events Calendar. \r\n
.eventTitle
The title of an individual event.De følgende Template variablene er tilgjengelige for artikkel templates.
\r\nnew.template
\r\n
Artikkler har den spessielle egenskapen at \r\nde kan endre template slik at du kan tillate brukerene å vise artikkelen på den \r\nmåten de velger selv. Du gjør dette ved å lage en link med en URL som dette( \r\nbytt ut 999 med den template ID du ønsker å bruke):<a href=\"<tmpl_var new.template>999\">Read more...</a>
\r\ndescription.full
Den fulle beskrivelsen uten noe side brudd. For \r\nbeskrivelse med sidebrudd (ønskes beskrivelse med sidebrudd, bruk \r\n\"description\" istedenfor) \r\ndescription.first.100words
\r\n
De første 100 ord i beskrivelsen. Ord \r\nblir definert som karakterer adskilt med mellomrom, så HTML kode og tag\'s telles \r\nsom ord.description.first.75words
\r\n
De første 75 ord i beskrivelsen. Ord \r\nblir definert som karakterer adskilt med mellomrom, så HTML kode og tag\'s telles \r\nsom ord.description.first.50words
\r\n
De første 50 ord i beskrivelsen. Ord blir \r\ndefinert som karakterer adskilt med mellomrom, så HTML kode og tag\'s telles som \r\nord.description.first.25words
\r\n
De første 25 ord i beskrivelsen. Ord \r\nblir definert som karakterer adskilt med mellomrom, så HTML kode og tag\'s telles \r\nsom ord.description.first.10words
\r\n
De første 10 ord i beskrivelsen. Ord blir \r\ndefinert som karakterer adskilt med mellomrom, så HTML kode og tag\'s telles som \r\nord.description.first.paragraph
\r\n
Det første avsnitt i beskrivelsen. \r\nFørste avsnitt defineres ved det første linjeskift funnet i teksten.description.first.2paragraphs
\r\n
De første to avsnitt i \r\nbeskrivelsen. Et avsnitt defineres ved å telle linjeskift funnet \r\ni teksten.description.first.sentence
\r\n
Den første setning funnet i \r\nbeskrivelsen. En setning finnes ved å telle punktum i teksten.description.first.2sentences
\r\n
De første to setninger funnet i \r\nbeskrivelsen. En setning finnes ved å telle punktum i teksten.description.first.3sentences
\r\n
De første tre setninger funnet i \r\nbeskrivelsen. En setning finnes ved å telle punktum i teksten.description.first.4sentences
\r\n
De første fire setninger \r\nfunnet i beskrivelsen. En setning finnes ved å telle punktum i teksten.\r\n
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.firstPage
En link til første side i flersidesystemet \r\nlastPage
\r\n
En link til siste side i flersidesystemetnextPage
\r\n
En link til neste side i flersidesystemetpreviousPage
\r\n
En link til forrige side \r\ni flersidesystemetpageList
\r\n
En liste av linker til alle sidene i \r\nflersidesystemetmultiplePages
\r\n
En indikator for om det finnes mer enn en side i \r\nflersidesystemet.isFirstPage
\r\n
En indikator på om brukeren viser den første siden.isLastPage
',1066007349,NULL); INSERT INTO international VALUES (888,'WebGUI',12,'Snippet forhåndsvisnings lengde',1046015056,NULL); INSERT INTO international VALUES (886,'WebGUI',12,'Skjule fra Navigasjon?',1046014989,NULL); INSERT INTO international VALUES (885,'WebGUI',12,'Tilate bruker å deaktivere deres konto?',1046014960,NULL); INSERT INTO international VALUES (884,'WebGUI',12,'Pop Up',1046014920,NULL); INSERT INTO international VALUES (883,'WebGUI',12,'Inline (når supportert)',1046014895,NULL); INSERT INTO international VALUES (882,'WebGUI',12,'Editor Modus',1046014871,NULL); INSERT INTO international VALUES (881,'WebGUI',12,'Ingen',1046014857,NULL); INSERT INTO international VALUES (880,'WebGUI',12,'Siste utvei Editor',1046014845,NULL); INSERT INTO international VALUES (821,'WebGUI',12,'Alle',1046014817,NULL); INSERT INTO international VALUES (782,'WebGUI',12,'Alle',1046014785,NULL); INSERT INTO international VALUES (879,'WebGUI',12,'Klassisk Editor (Internet Explorer 5+)',1045844650,NULL); INSERT INTO international VALUES (875,'WebGUI',12,'En ny Melding er postet til et av Trådene du abonnerer på.',1068683749,NULL); INSERT INTO international VALUES (874,'WebGUI',12,'Ikke abonner på Tråd',1068683713,NULL); INSERT INTO international VALUES (873,'WebGUI',12,'Abonner på Tråd',1068683691,NULL); INSERT INTO international VALUES (872,'WebGUI',12,'Hvem kan se på?',1045844388,NULL); INSERT INTO international VALUES (871,'WebGUI',12,'Hvem kan Redigere?',1045844374,NULL); INSERT INTO international VALUES (870,'WebGUI',12,'Velkommen',1045844362,NULL); INSERT INTO international VALUES (869,'WebGUI',12,'Velkomst Melding',1045844352,NULL); INSERT INTO international VALUES (868,'WebGUI',12,'Send Velkomst Melding?',1045844339,NULL); INSERT INTO international VALUES (867,'WebGUI',12,'Tap av privilegier',1045844323,NULL); INSERT INTO international VALUES (866,'WebGUI',12,'Utløps dato melding',1045844299,NULL); INSERT INTO international VALUES (865,'WebGUI',12,'Gi bruker beskjed om utløpsdato?',1045844273,NULL); INSERT INTO international VALUES (864,'WebGUI',12,'Utløps beskjed utsettelse',1045844237,NULL); INSERT INTO international VALUES (863,'WebGUI',12,'Slett Offset',1045844203,NULL); INSERT INTO international VALUES (862,'WebGUI',12,'Denne brukers profil er ikke offentlig.',1045844182,NULL); INSERT INTO international VALUES (861,'WebGUI',12,'Publisere Profil?',1045844109,NULL); INSERT INTO international VALUES (860,'WebGUI',12,'Publisere ePost adresse?',1045844092,NULL); INSERT INTO international VALUES (859,'WebGUI',12,'Signatur',1045844065,NULL); INSERT INTO international VALUES (858,'WebGUI',12,'Alias',1045844056,NULL); INSERT INTO international VALUES (857,'WebGUI',12,'IP Adresse',1045844049,NULL); INSERT INTO international VALUES (855,'WebGUI',12,'Vis alle Templates.',1045785290,NULL); INSERT INTO international VALUES (854,'WebGUI',12,'Vis alle Templates av denne type.',1045785275,NULL); INSERT INTO international VALUES (853,'WebGUI',12,'Slett denne Template.',1045785219,NULL); INSERT INTO international VALUES (852,'WebGUI',12,'Kopier denne Template.',1045785206,NULL); INSERT INTO international VALUES (851,'WebGUI',12,'Rediger denne Template.',1045785192,NULL); INSERT INTO international VALUES (848,'WebGUI',12,'Det er en syntaks feil i denne Templaten. Foreta rettelse.',1045785177,NULL); INSERT INTO international VALUES (847,'WebGUI',12,'Gå Tilbake til gjeldende Side.',1045785123,NULL); INSERT INTO international VALUES (837,'WebGUI',12,'Mappe, Legg Til/Rediger',1045784668,NULL); INSERT INTO international VALUES (835,'WebGUI',12,'Snippet, Legg Til/Rediger',1045784356,NULL); INSERT INTO international VALUES (833,'WebGUI',12,'Fil, Legg Til/Rediger',1045784153,NULL); INSERT INTO international VALUES (829,'WebGUI',12,'Side Template',1045783748,NULL); INSERT INTO international VALUES (825,'WebGUI',12,'Template, Språk',1045783441,NULL); INSERT INTO international VALUES (824,'WebGUI',12,'ePost bunntekst',1045780043,NULL); INSERT INTO international VALUES (823,'WebGUI',12,'Gå til den nye Siden.',1045780027,NULL); 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,NULL); INSERT INTO international VALUES (819,'WebGUI',12,'bruker-Deaktivert',1045779900,NULL); INSERT INTO international VALUES (818,'WebGUI',12,'Deaktivert',1045779863,NULL); INSERT INTO international VALUES (817,'WebGUI',12,'Aktiv',1045779851,NULL); INSERT INTO international VALUES (816,'WebGUI',12,'Status',1045779841,NULL); INSERT INTO international VALUES (815,'WebGUI',12,'Filen du prøvde å laste opp er for stor.',1045779832,NULL); INSERT INTO international VALUES (814,'WebGUI',12,'Tilbake til Stiler.',1054673724,NULL); INSERT INTO international VALUES (812,'WebGUI',12,'Din melding er sendt.',1045779786,NULL); INSERT INTO international VALUES (811,'WebGUI',12,'Fra',1045779766,NULL); INSERT INTO international VALUES (810,'WebGUI',12,'Send',1045779758,NULL); INSERT INTO international VALUES (809,'WebGUI',12,'ePost Gruppe',1045779746,NULL); INSERT INTO international VALUES (808,'WebGUI',12,'Send ePost til denne gruppen.',1045779731,NULL); INSERT INTO international VALUES (807,'WebGUI',12,'Håndtere gruppene i denne gruppen.',1045779706,NULL); INSERT INTO international VALUES (806,'WebGUI',12,'Slett denne Gruppen.',1045779676,NULL); INSERT INTO international VALUES (805,'WebGUI',12,'Slett denne Style.',1045779664,NULL); INSERT INTO international VALUES (803,'WebGUI',12,'Rediger denne Style.',1045779651,NULL); 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,NULL); INSERT INTO international VALUES (801,'WebGUI',12,'Wobject samspill',1045779549,NULL); INSERT INTO international VALUES (800,'WebGUI',12,'Unike besøkende',1045779376,NULL); INSERT INTO international VALUES (799,'WebGUI',12,'Side Visning',1045779326,NULL); INSERT INTO international VALUES (798,'WebGUI',12,'Side Tittel',1045779211,NULL); INSERT INTO international VALUES (797,'WebGUI',12,'Vis Trafikk Statistikker.',1045779200,NULL); INSERT INTO international VALUES (796,'WebGUI',12,'Vis Side Statistikker.',1045779182,NULL); INSERT INTO international VALUES (795,'WebGUI',12,'Roots',1045779154,NULL); INSERT INTO international VALUES (794,'WebGUI',12,'Pakker',1045779145,NULL); INSERT INTO international VALUES (793,'WebGUI',12,'Deler av Collateral',1045779135,NULL); INSERT INTO international VALUES (792,'WebGUI',12,'Templates',1045778783,NULL); INSERT INTO international VALUES (791,'WebGUI',12,'Slett denne Oversettelsen.',1045778773,NULL); INSERT INTO international VALUES (790,'WebGUI/Profile',12,'Slett denne profilkategorien.',1045778755,NULL); INSERT INTO international VALUES (789,'WebGUI/Profile',12,'Rediger denne profil kategorien.',1045778739,NULL); INSERT INTO international VALUES (788,'WebGUI/Profile',12,'Slett dette profil feltet.',1045778721,NULL); INSERT INTO international VALUES (787,'WebGUI/Profile',12,'Rediger dette profil feltet.',1045778706,NULL); 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 innhold.',1066009565,NULL); INSERT INTO international VALUES (785,'WebGUI',12,'Collateral, Håndtere',1066009556,NULL); INSERT INTO international VALUES (784,'WebGUI',12,'Tittebilde',1045778591,NULL); INSERT INTO international VALUES (783,'WebGUI',12,'Skriv',1045778581,NULL); INSERT INTO international VALUES (781,'WebGUI',12,'Snippet',1045778527,NULL); INSERT INTO international VALUES (780,'WebGUI',12,'Fil',1045778518,NULL); INSERT INTO international VALUES (779,'WebGUI',12,'Bilde',1045778510,NULL); INSERT INTO international VALUES (778,'WebGUI',12,'Mappe Beskrivelse',1045778502,NULL); INSERT INTO international VALUES (776,'WebGUI',12,'Rediger en Mappe',1045778491,NULL); INSERT INTO international VALUES (775,'WebGUI',12,'Er du sikker på at du vil slette denne Mappen! Den kan ikke hentes tilbake når den er slettet.',1066009547,NULL); 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,NULL); INSERT INTO international VALUES (773,'WebGUI',12,'Fil',1045778378,NULL); INSERT INTO international VALUES (772,'WebGUI',12,'Rediger Fil',1045778370,NULL); INSERT INTO international VALUES (771,'WebGUI',12,'Snippet',1045778360,NULL); INSERT INTO international VALUES (770,'WebGUI',12,'Rediger Snippet',1045778351,NULL); INSERT INTO international VALUES (769,'WebGUI',12,'Organiser i Mappe',1045778339,NULL); INSERT INTO international VALUES (768,'WebGUI',12,'Navn',1045778325,NULL); INSERT INTO international VALUES (765,'WebGUI',12,'Slett denne Collateral enheten.',1045778315,NULL); INSERT INTO international VALUES (764,'WebGUI',12,'Rediger denne Collateral enheten. ',1045778298,NULL); INSERT INTO international VALUES (763,'WebGUI',12,'Legg Til Snippet',1045778231,NULL); INSERT INTO international VALUES (232,'WebGUI',12,'Mangler emne',1045699714,NULL); INSERT INTO international VALUES (229,'WebGUI',12,'Emne',1045699639,NULL); INSERT INTO international VALUES (762,'WebGUI',12,'Legg Til en Fil.',1045699402,NULL); INSERT INTO international VALUES (761,'WebGUI',12,'Legg Til Bilde.',1045699389,NULL); INSERT INTO international VALUES (760,'WebGUI',12,'Slett denne Mappen.',1045699374,NULL); INSERT INTO international VALUES (758,'WebGUI',12,'Legg Til en Mappe.',1045699360,NULL); INSERT INTO international VALUES (757,'WebGUI',12,'Håndtere Collateral',1045699345,NULL); INSERT INTO international VALUES (756,'WebGUI',12,'Tilbake til Gruppe Listen.',1045699301,NULL); INSERT INTO international VALUES (754,'WebGUI',12,'Håndtere brukerene i denne Gruppen.',1045699284,NULL); INSERT INTO international VALUES (753,'WebGUI',12,'Rediger denne Gruppen.',1045699253,NULL); INSERT INTO international VALUES (752,'WebGUI',12,'Vis denne brukerens profil.',1045699239,NULL); INSERT INTO international VALUES (751,'WebGUI',12,'Bli denne Brukeren.',1045699212,NULL); INSERT INTO international VALUES (750,'WebGUI',12,'Slett denne Brukeren.',1045699187,NULL); INSERT INTO international VALUES (749,'WebGUI',12,'Slå på Side statistikker?',1045699170,NULL); INSERT INTO international VALUES (748,'WebGUI',12,'Antall Brukere',1045699101,NULL); INSERT INTO international VALUES (747,'WebGUI',12,'Brukernavn kan kun inneholde alfa-numeriske tegn.',1045699087,NULL); INSERT INTO international VALUES (746,'WebGUI',12,'Verktøyrad Ikoner',1045699040,NULL); INSERT INTO international VALUES (745,'WebGUI',12,'Gå tilbake til Siden.',1045698993,NULL); INSERT INTO international VALUES (744,'WebGUI',12,'Hva nå?',1045698978,NULL); INSERT INTO international VALUES (743,'WebGUI',12,'Du må oppgi en gyldig ePost adresse for å kunne gjennoprette passordet ditt.',1045698962,NULL); INSERT INTO international VALUES (742,'WebGUI',12,'Håndtere Templates.',1045698907,NULL); INSERT INTO international VALUES (741,'WebGUI',12,'Rediger denne Template.',1045698892,NULL); INSERT INTO international VALUES (739,'WebGUI',12,'UI Nivå',1045683862,NULL); INSERT INTO international VALUES (738,'WebGUI',12,'9 Guru',1045683847,NULL); INSERT INTO international VALUES (737,'WebGUI',12,'8 Mester',1045683838,NULL); INSERT INTO international VALUES (736,'WebGUI',12,'7 Ekspert',1045683829,NULL); INSERT INTO international VALUES (735,'WebGUI',12,'6 Profesjonell',1045683817,NULL); INSERT INTO international VALUES (734,'WebGUI',12,'5 Dyktig',1045683774,NULL); INSERT INTO international VALUES (733,'WebGUI',12,'4 Erfaren',1045683696,NULL); INSERT INTO international VALUES (732,'WebGUI',12,'3 Erfaren',1045683661,NULL); INSERT INTO international VALUES (731,'WebGUI',12,'2 Trenet',1045683649,NULL); INSERT INTO international VALUES (730,'WebGUI',12,'1 Uerfaren',1045683636,NULL); INSERT INTO international VALUES (729,'WebGUI',12,'0 Nybegynner',1045683564,NULL); INSERT INTO international VALUES (728,'WebGUI',12,'Er du sikker på at du vil slette denne filen?',1045683476,NULL); INSERT INTO international VALUES (725,'WebGUI',12,'Ditt brukernavn kan ikke være blankt.',1045683439,NULL); INSERT INTO international VALUES (724,'WebGUI',12,'Ditt brukernavn kan ikke begynne eller slutte med mellomrom.',1045676209,NULL); INSERT INTO international VALUES (723,'WebGUI',12,'Anbefales ikke',1045676170,NULL); INSERT INTO international VALUES (722,'WebGUI',12,'Id',1045676064,NULL); INSERT INTO international VALUES (721,'WebGUI',12,'NavnOmråde',1045676053,NULL); INSERT INTO international VALUES (720,'WebGUI',12,'OK',1045675981,NULL); INSERT INTO international VALUES (719,'WebGUI',12,'Utgått på Dato',1045675972,NULL); INSERT INTO international VALUES (718,'WebGUI',12,'Eksporter denne Oversettelsen.',1045675932,NULL); INSERT INTO international VALUES (717,'WebGUI',12,'Logg Ut',1045675909,NULL); INSERT INTO international VALUES (716,'WebGUI',12,'Logg Inn',1045675897,NULL); INSERT INTO international VALUES (715,'WebGUI',12,'Redirect URL',1045675886,NULL); INSERT INTO international VALUES (704,'WebGUI',12,'Sekund(er)',1045675813,NULL); INSERT INTO international VALUES (697,'WebGUI',12,'Karma, i Bruk',1045675800,NULL); INSERT INTO international VALUES (696,'WebGUI',12,'Søppel, Tøm',1045675786,NULL); INSERT INTO international VALUES (685,'WebGUI',12,'Template, Slette',1045675771,NULL); INSERT INTO international VALUES (683,'WebGUI',12,'Templates, Håndtere',1066009534,NULL); INSERT INTO international VALUES (682,'WebGUI',12,'Bruker Profil, Rediger',1045675700,NULL); INSERT INTO international VALUES (681,'WebGUI',12,'Pakker, Opprett',1045675685,NULL); INSERT INTO international VALUES (680,'WebGUI',12,'Pakker, Legg Til',1045675668,NULL); INSERT INTO international VALUES (679,'WebGUI',12,'Innholds Innstillinger, Rediger',1045675653,NULL); INSERT INTO international VALUES (678,'WebGUI',12,'Root, Håndtere',1045675629,NULL); INSERT INTO international VALUES (675,'WebGUI',12,'Søke motor, i Bruk',1045675587,NULL); INSERT INTO international VALUES (674,'WebGUI',12,'Forskjellige instillinger, Rediger',1045675562,NULL); INSERT INTO international VALUES (672,'WebGUI',12,'Profil Instillinger, Rediger',1045675536,NULL); INSERT INTO international VALUES (670,'WebGUI',12,'Bilde, Legg Til/Rediger',1045675483,NULL); INSERT INTO international VALUES (667,'WebGUI',12,'Gruppe, Legg Til/Rediger',1045675398,NULL); INSERT INTO international VALUES (666,'WebGUI',12,'Style, Legg Til/Rediger',1045675374,NULL); INSERT INTO international VALUES (665,'WebGUI',12,'Gruppe, Slette',1045675357,NULL); INSERT INTO international VALUES (664,'WebGUI',12,'Wobject, Slette',1045675345,NULL); INSERT INTO international VALUES (663,'WebGUI',12,'ePost instillinger, Redigere',1045675332,NULL); INSERT INTO international VALUES (662,'WebGUI',12,'Instillinger, Håndtere',1045675296,NULL); INSERT INTO international VALUES (661,'WebGUI',12,'Fil Instillinger, Redigere',1045675281,NULL); INSERT INTO international VALUES (660,'WebGUI',12,'Grupper, Håndtere',1045675265,NULL); INSERT INTO international VALUES (684,'WebGUI',12,'Template, Legg Til/redigere',1045675247,NULL); INSERT INTO international VALUES (701,'WebGUI',12,'Uke(r)',1045675222,NULL); INSERT INTO international VALUES (703,'WebGUI',12,'År',1045675185,NULL); INSERT INTO international VALUES (699,'WebGUI',12,'Første dag i uken',1045675172,NULL); INSERT INTO international VALUES (707,'WebGUI',12,'Vise Debugging?',1045675156,NULL); INSERT INTO international VALUES (705,'WebGUI',12,'Minutt(er)',1045674752,NULL); INSERT INTO international VALUES (700,'WebGUI',12,'Dag(er)',1045674740,NULL); INSERT INTO international VALUES (702,'WebGUI',12,'Måned(er)',1045674589,NULL); INSERT INTO international VALUES (706,'WebGUI',12,'Time(r)',1045674572,NULL); INSERT INTO international VALUES (759,'WebGUI',12,'Rediger denne mappe.',1045674556,NULL); INSERT INTO international VALUES (76,'WebGUI',12,'EPost adressen er ikke i vår database.',1045674528,NULL); INSERT INTO international VALUES (75,'WebGUI',12,'Din konto Informasjon er sendt til din ePost adresse.',1045674492,NULL); INSERT INTO international VALUES (73,'WebGUI',12,'Logg Inn.',1045674455,NULL); INSERT INTO international VALUES (74,'WebGUI',12,'Konto Informasjon',1045674438,NULL); INSERT INTO international VALUES (72,'WebGUI',12,'Gjenoppret',1045674424,NULL); INSERT INTO international VALUES (71,'WebGUI',12,'Gjennoprett Passord',1045674399,NULL); INSERT INTO international VALUES (70,'WebGUI',12,'Feil',1045674383,NULL); INSERT INTO international VALUES (69,'WebGUI',12,'Ta kontakt med din system administrator for assistanse.',1045674371,NULL); INSERT INTO international VALUES (7,'WebGUI',12,'Håndtere Brukere.',1045674339,NULL); 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,NULL); INSERT INTO international VALUES (67,'WebGUI',12,'Opprett ny konto.',1045613559,NULL); INSERT INTO international VALUES (80,'WebGUI',12,'Konto ble opprettet!',1045613527,NULL); INSERT INTO international VALUES (8,'WebGUI',12,'Vis side ikke funnet.',1045613491,NULL); INSERT INTO international VALUES (777,'WebGUI',12,'Folder id',1045613461,NULL); 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,NULL); INSERT INTO international VALUES (856,'WebGUI',12,'Du har ingen konto innstillinger å redigere nå.',1045613364,NULL); INSERT INTO international VALUES (766,'WebGUI',12,'Tilbake til Collateral Listen.',1045613257,NULL); INSERT INTO international VALUES (767,'WebGUI',12,'Collateral ID',1045613231,NULL); INSERT INTO international VALUES (813,'WebGUI',12,'Grupper i denne Gruppen',1045613214,NULL); INSERT INTO international VALUES (804,'WebGUI',12,'Kopier denne Style',1045613184,NULL); INSERT INTO international VALUES (66,'WebGUI',12,'Logg Inn',1045613150,NULL); INSERT INTO international VALUES (659,'WebGUI',12,'Stiler, Håndtere',1066009526,NULL); INSERT INTO international VALUES (658,'WebGUI',12,'Brukere, Håndtere',1045613124,NULL); INSERT INTO international VALUES (657,'WebGUI',12,'Bruker, Slett',1045613107,NULL); INSERT INTO international VALUES (656,'WebGUI',12,'Firma Informasjon, Rediger',1045613095,NULL); INSERT INTO international VALUES (655,'WebGUI',12,'Bruker, Legg Til/Rediger',1045613072,NULL); INSERT INTO international VALUES (654,'WebGUI',12,'Style, Slett',1045613056,NULL); INSERT INTO international VALUES (653,'WebGUI',12,'Side, Slett',1045613044,NULL); INSERT INTO international VALUES (652,'WebGUI',12,'Bruker Instillinger, Rediger',1045613032,NULL); 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,NULL); INSERT INTO international VALUES (65,'WebGUI',12,'Slett min konto permanent.',1045612905,NULL); INSERT INTO international VALUES (642,'WebGUI',12,'Side, Legg Til/Rediger',1054672695,NULL); 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,NULL); INSERT INTO international VALUES (638,'WebGUI',12,'Templates brukes for å påvirke hvordan innhold vises frem i WebGUI. Det følger med mange Templates i WebGUI. Bruker du Template håndteringssystemet kan du legge til dine egne Templates for å sikre at systemet får et utseende nøyaktig som du ønsker det.',1066008301,NULL); INSERT INTO international VALUES (64,'WebGUI',12,'Logg Ut.',1045612770,NULL); 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,NULL); INSERT INTO international VALUES (63,'WebGUI',12,'Slå Admin På.',1045612412,NULL); 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,NULL); 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,NULL); INSERT INTO international VALUES (62,'WebGUI',12,'Lagre',1045612031,NULL); 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,NULL); INSERT INTO international VALUES (61,'WebGUI',12,'Oppdater Konto Informasjon',1045611780,NULL); 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,NULL); INSERT INTO international VALUES (605,'WebGUI',12,'Legg Til Grupper',1045611149,NULL); INSERT INTO international VALUES (601,'WebGUI',12,'Internasjonal ID',1045611133,NULL); 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,NULL); INSERT INTO international VALUES (6,'WebGUI',12,'Håndtere Stiler.',1066009518,NULL); INSERT INTO international VALUES (598,'WebGUI',12,'Rediger Oversettelsen.',1045611027,NULL); INSERT INTO international VALUES (597,'WebGUI',12,'Rediger Internasjonal Melding',1045611010,NULL); INSERT INTO international VALUES (596,'WebGUI',12,'MANGLER',1045610985,NULL); INSERT INTO international VALUES (595,'WebGUI',12,'Internasjonale Meldinger',1045610972,NULL); INSERT INTO international VALUES (594,'WebGUI',12,'Oversett Meldinger.',1045610946,NULL); INSERT INTO international VALUES (593,'WebGUI',12,'Last opp Oversettelsen.',1045610929,NULL); INSERT INTO international VALUES (592,'WebGUI',12,'Karakter sett',1045610903,NULL); INSERT INTO international VALUES (591,'WebGUI',12,'Språk',1045610874,NULL); INSERT INTO international VALUES (590,'WebGUI',12,'Språk ID',1045610865,NULL); INSERT INTO international VALUES (59,'WebGUI',12,'Jeg har glemt mitt Passord.',1045610855,NULL); INSERT INTO international VALUES (589,'WebGUI',12,'Rediger Oversettelse',1045610829,NULL); 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,NULL); INSERT INTO international VALUES (586,'WebGUI',12,'Håndtere Oversettelser',1045610592,NULL); INSERT INTO international VALUES (585,'WebGUI',12,'Håndtere Oversettelser.',1045610565,NULL); INSERT INTO international VALUES (584,'WebGUI',12,'Legg Til Ny Oversettelse',1045610536,NULL); INSERT INTO international VALUES (583,'WebGUI',12,'Maksimun Bilde størrelse',1045610513,NULL); INSERT INTO international VALUES (582,'WebGUI',12,'La stå tom',1045610495,NULL); INSERT INTO international VALUES (581,'WebGUI',12,'Legg Til Ny Verdi',1045608298,NULL); INSERT INTO international VALUES (580,'WebGUI',12,'Din Melding er blitt avvist.',1045608281,NULL); INSERT INTO international VALUES (58,'WebGUI',12,'Jeg har allerede en konto.',1045608255,NULL); INSERT INTO international VALUES (579,'WebGUI',12,'Din Melding er Godkjent.',1045608238,NULL); INSERT INTO international VALUES (578,'WebGUI',12,'Du har en ventende melding til godkjenning.',1045608221,NULL); INSERT INTO international VALUES (577,'WebGUI',12,'Send Svar',1045608192,NULL); INSERT INTO international VALUES (576,'WebGUI',12,'Slett',1045608177,NULL); INSERT INTO international VALUES (575,'WebGUI',12,'Rediger',1045608170,NULL); INSERT INTO international VALUES (574,'WebGUI',12,'Avslå',1045608162,NULL); INSERT INTO international VALUES (572,'WebGUI',12,'Godkjenn',1045608130,NULL); INSERT INTO international VALUES (1027,'WebGUI',1,'Allow replacements?',1065966244,'Asking the admin whether they wish to allow text replacements in a discussion.'); INSERT INTO international VALUES (566,'WebGUI',12,'Rediger TimeOut',1045524246,NULL); INSERT INTO international VALUES (565,'WebGUI',12,'Hvem kan sensurere?',1045524223,NULL); INSERT INTO international VALUES (564,'WebGUI',12,'Hvem kan sende/bidra?',1045524189,NULL); INSERT INTO international VALUES (563,'WebGUI',12,'Standard Status',1045524139,NULL); INSERT INTO international VALUES (562,'WebGUI',12,'Ventende',1045524127,NULL); INSERT INTO international VALUES (561,'WebGUI',12,'Avvist',1045524117,NULL); INSERT INTO international VALUES (560,'WebGUI',12,'Godkjent',1045524101,NULL); INSERT INTO international VALUES (56,'WebGUI',12,'ePost Adresse',1045524091,NULL); INSERT INTO international VALUES (559,'WebGUI',12,'Kjør Ved Registrering',1045524066,NULL); INSERT INTO international VALUES (558,'WebGUI',12,'Rediger Brukers Karma',1045524050,NULL); INSERT INTO international VALUES (557,'WebGUI',12,'Beskrivelse',1045524035,NULL); INSERT INTO international VALUES (556,'WebGUI',12,'Mengde',1045524024,NULL); INSERT INTO international VALUES (555,'WebGUI',12,'Rediger denne brukers Karma.',1045523971,NULL); INSERT INTO international VALUES (554,'WebGUI',12,'Ta Aksjon',1045523953,NULL); INSERT INTO international VALUES (553,'WebGUI',12,'Status',1045523940,NULL); INSERT INTO international VALUES (552,'WebGUI',12,'Ventende',1045523921,NULL); INSERT INTO international VALUES (551,'WebGUI',12,'Notis',1045523902,NULL); INSERT INTO international VALUES (543,'WebGUI',12,'Lag ny Bilde Gruppe.',1045523856,NULL); INSERT INTO international VALUES (542,'WebGUI',12,'Forrige..',1045523823,NULL); INSERT INTO international VALUES (541,'WebGUI',12,'Karma pr. Melding',1045523809,NULL); INSERT INTO international VALUES (540,'WebGUI',12,'Karma pr. LoggInn',1045523748,NULL); INSERT INTO international VALUES (54,'WebGUI',12,'Opprett Konto',1045523731,NULL); INSERT INTO international VALUES (539,'WebGUI',12,'Ta i Bruk Karma?',1045523708,NULL); INSERT INTO international VALUES (538,'WebGUI',12,'Karma terskel',1045523658,NULL); INSERT INTO international VALUES (537,'WebGUI',12,'Karma',1045523643,NULL); INSERT INTO international VALUES (536,'WebGUI',12,'En ny bruker ved navn ^@; har registrert seg.',1045523634,NULL); INSERT INTO international VALUES (535,'WebGUI',12,'Gruppe som skal ha beskjed ved ny bruker',1045523585,NULL); INSERT INTO international VALUES (534,'WebGUI',12,'Beskjed ved ny bruker?',1045523557,NULL); INSERT INTO international VALUES (533,'WebGUI',12,'uten desse ordene',1045523529,NULL); INSERT INTO international VALUES (532,'WebGUI',12,'med minst et av ordene',1045523480,NULL); INSERT INTO international VALUES (531,'WebGUI',12,'med eksakt dette innholdet',1045523457,NULL); INSERT INTO international VALUES (530,'WebGUI',12,'med ALLE ordene',1045523411,NULL); INSERT INTO international VALUES (53,'WebGUI',12,'Gjør Siden utskriftsvennlig',1045523387,NULL); INSERT INTO international VALUES (529,'WebGUI',12,'Antall pr Side',1068683654,NULL); INSERT INTO international VALUES (528,'WebGUI',12,'Template Navn',1045523340,NULL); INSERT INTO international VALUES (527,'WebGUI',12,'Standard HjemmeSide',1045523327,NULL); INSERT INTO international VALUES (525,'WebGUI',12,'Rediger Innholds Instillinger',1045523295,NULL); INSERT INTO international VALUES (1025,'WebGUI',12,'Skal det legges Redigerings merke til Meldinger?',1045523268,NULL); INSERT INTO international VALUES (523,'WebGUI',12,'Beskjed',1045523230,NULL); INSERT INTO international VALUES (522,'WebGUI',12,'Jeg vil gjerne ha beskjed vha ICQ.',1045522699,NULL); INSERT INTO international VALUES (521,'WebGUI',12,'Jeg vil gjerne ha beskjed vha Epost til personsøker.',1045522671,NULL); INSERT INTO international VALUES (520,'WebGUI',12,'Jeg vil gjerne ha beskjed vha ePost.',1045522628,NULL); INSERT INTO international VALUES (52,'WebGUI',12,'logg inn',1045522594,NULL); INSERT INTO international VALUES (519,'WebGUI',12,'Jeg ønsker ikke å få beskjed.',1045522571,NULL); INSERT INTO international VALUES (518,'WebGUI',12,'Ny beskjed i innboks',1045522524,NULL); INSERT INTO international VALUES (517,'WebGUI',12,'Slå Av Admin!',1045522410,NULL); INSERT INTO international VALUES (516,'WebGUI',12,'Slå på Admin!',1045522396,NULL); INSERT INTO international VALUES (515,'WebGUI',12,'Skal det legges et redigerings stempel til meldinger?',1045522372,NULL); INSERT INTO international VALUES (514,'WebGUI',12,'Visninger',1045522311,NULL); INSERT INTO international VALUES (513,'WebGUI',12,'Forrige Tråd',1068683616,NULL); INSERT INTO international VALUES (512,'WebGUI',12,'Neste Tråd',1068683598,NULL); INSERT INTO international VALUES (511,'WebGUI',12,'Tråder',1045522271,NULL); INSERT INTO international VALUES (510,'WebGUI',12,'Flat',1045522220,NULL); INSERT INTO international VALUES (51,'WebGUI',12,'Passord',1045522208,NULL); INSERT INTO international VALUES (509,'WebGUI',12,'Diskusjons utseende.',1045522199,NULL); INSERT INTO international VALUES (508,'WebGUI',12,'Håndtere Templates.',1045522170,NULL); INSERT INTO international VALUES (507,'WebGUI',12,'Rediger Template',1045522154,NULL); INSERT INTO international VALUES (506,'WebGUI',12,'Håndtere Templates',1045522137,NULL); INSERT INTO international VALUES (505,'WebGUI',12,'Legg Til Ny Template.',1045522120,NULL); INSERT INTO international VALUES (504,'WebGUI',12,'Template',1045522105,NULL); INSERT INTO international VALUES (503,'WebGUI',12,'Template ID',1045522096,NULL); 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,NULL); INSERT INTO international VALUES (501,'WebGUI',12,'Body',1045522021,NULL); INSERT INTO international VALUES (500,'WebGUI',12,'Side ID',1045521996,NULL); INSERT INTO international VALUES (50,'WebGUI',12,'BrukerNavn',1045521987,NULL); INSERT INTO international VALUES (5,'WebGUI',12,'Håndtere Grupper',1045441715,NULL); INSERT INTO international VALUES (95,'WebGUI',12,'Hjelp Indeks',1045441670,NULL); INSERT INTO international VALUES (94,'WebGUI',12,'Se Også',1045441656,NULL); INSERT INTO international VALUES (93,'WebGUI',12,'Hjelp',1045441641,NULL); INSERT INTO international VALUES (92,'WebGUI',12,'Neste Side',1045441629,NULL); INSERT INTO international VALUES (91,'WebGUI',12,'Forrige Side',1045441613,NULL); INSERT INTO international VALUES (90,'WebGUI',12,'Legg Til ny Gruppe.',1045441594,NULL); INSERT INTO international VALUES (89,'WebGUI',12,'Grupper',1045441577,NULL); INSERT INTO international VALUES (88,'WebGUI',12,'Brukere i Gruppen',1045441566,NULL); INSERT INTO international VALUES (87,'WebGUI',12,'Rediger Gruppe',1045441527,NULL); 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,NULL); INSERT INTO international VALUES (9,'WebGUI',12,'Vis Utklippstavle.',1045441426,NULL); INSERT INTO international VALUES (85,'WebGUI',12,'Beskrivelse',1045441400,NULL); INSERT INTO international VALUES (84,'WebGUI',12,'Gruppe Navn',1045441387,NULL); INSERT INTO international VALUES (81,'WebGUI',12,'Konto Oppdatert!',1045441372,NULL); INSERT INTO international VALUES (99,'WebGUI',12,'Tittel',1045441342,NULL); INSERT INTO international VALUES (5,'WobjectProxy',12,'Wobject Proxy, Legg Til/Rediger',1045441101,NULL); INSERT INTO international VALUES (4,'WobjectProxy',12,'Wobject Proxy Feilet. Kanskje Wobjectet som skulle Proxyes, er slettet.',1045441069,NULL); INSERT INTO international VALUES (3,'WobjectProxy',12,'Wobject Proxy',1045440934,NULL); INSERT INTO international VALUES (2,'WobjectProxy',12,'Rediger Wobject Proxy',1045440917,NULL); INSERT INTO international VALUES (1,'WobjectProxy',12,'Wobject To Proxy',1045440896,NULL); INSERT INTO international VALUES (499,'WebGUI',12,'Wobject ID',1045440771,NULL); INSERT INTO international VALUES (498,'WebGUI',12,'Slutt Dato',1045440756,NULL); INSERT INTO international VALUES (497,'WebGUI',12,'Start Dato',1045440745,NULL); INSERT INTO international VALUES (496,'WebGUI',12,'Editor som skal brukes',1045440733,NULL); INSERT INTO international VALUES (495,'WebGUI',12,'htmlArea (standard)',1045440703,NULL); INSERT INTO international VALUES (494,'WebGUI',12,'Real Objects Edit-On Pro',1045440685,NULL); INSERT INTO international VALUES (493,'WebGUI',12,'Tilbake til Web-sidene.',1045440667,NULL); INSERT INTO international VALUES (48,'WebGUI',12,'Hallo',1045440572,NULL); INSERT INTO international VALUES (492,'WebGUI',12,'Profil FeltListe.',1045440503,NULL); INSERT INTO international VALUES (49,'WebGUI',12,'\"Klikk her for å logge ut.\"',1045440472,NULL); INSERT INTO international VALUES (491,'WebGUI/Profile',12,'Legg Til Profil Felt.',1045440307,NULL); INSERT INTO international VALUES (490,'WebGUI/Profile',12,'Legg Til en Profil Kategori.',1045440291,NULL); INSERT INTO international VALUES (489,'WebGUI/Profile',12,'Profil Kategori',1045440180,NULL); INSERT INTO international VALUES (488,'WebGUI',12,'Standard Verdi(er)',1045440168,NULL); INSERT INTO international VALUES (487,'WebGUI',12,'Mulige Verdier',1045440144,NULL); INSERT INTO international VALUES (486,'WebGUI',12,'Data Type',1045440131,NULL); INSERT INTO international VALUES (485,'WebGUI',12,'Boolean (valgboks)',1045440117,NULL); INSERT INTO international VALUES (484,'WebGUI',12,'Velg Liste',1045440069,NULL); INSERT INTO international VALUES (483,'WebGUI',12,'Ja eller Nei',1045440040,NULL); INSERT INTO international VALUES (482,'WebGUI',12,'Tall (integer)',1045440030,NULL); INSERT INTO international VALUES (481,'WebGUI',12,'TelefonNummer',1045440002,NULL); INSERT INTO international VALUES (480,'WebGUI',12,'Epost Adresse',1045439988,NULL); INSERT INTO international VALUES (479,'WebGUI',12,'Dato',1045439964,NULL); INSERT INTO international VALUES (478,'WebGUI',12,'URL',1045439955,NULL); INSERT INTO international VALUES (477,'WebGUI',12,'HTML Område',1045439947,NULL); INSERT INTO international VALUES (476,'WebGUI',12,'TekstOmråde',1045439935,NULL); INSERT INTO international VALUES (475,'WebGUI',12,'Tekst',1045439923,NULL); INSERT INTO international VALUES (474,'WebGUI/Profile',12,'Nødvendig?',1045439915,NULL); INSERT INTO international VALUES (473,'WebGUI/Profile',12,'Synelig?',1045439902,NULL); INSERT INTO international VALUES (472,'WebGUI',12,'Label',1045439890,NULL); INSERT INTO international VALUES (471,'WebGUI/Profile',12,'Rediger BrukerProfil Felt',1045439877,NULL); INSERT INTO international VALUES (470,'WebGUI',12,'Navn',1045439852,NULL); INSERT INTO international VALUES (47,'WebGUI',12,'Hjem',1045439835,NULL); INSERT INTO international VALUES (469,'WebGUI',12,'Id',1045439767,NULL); INSERT INTO international VALUES (468,'WebGUI/Profile',12,'Rediger BrukerProfil Kategori',1045439759,NULL); INSERT INTO international VALUES (467,'WebGUI/Profile',12,'Er du sikker på at du vil slette dette feltet og alle brukerdata knyttet til det?',1045439733,NULL); INSERT INTO international VALUES (466,'WebGUI/Profile',12,'Er du sikker på at du vil slette denne kategorien og flytte alle felter til diverse kategorien?',1045439687,NULL); INSERT INTO international VALUES (465,'WebGUI',12,'TekstBoks Størrelse',1045439629,NULL); INSERT INTO international VALUES (464,'WebGUI',12,'Tekstområde kolonner',1045439615,NULL); INSERT INTO international VALUES (463,'WebGUI',12,'Tekstområde Rader',1045439601,NULL); INSERT INTO international VALUES (462,'WebGUI',12,'Tids Format',1045439575,NULL); INSERT INTO international VALUES (461,'WebGUI',12,'Dato Format',1045439561,NULL); INSERT INTO international VALUES (460,'WebGUI',12,'Tids forskyvning',1045439550,NULL); INSERT INTO international VALUES (46,'WebGUI',12,'Min Konto',1045439499,NULL); INSERT INTO international VALUES (459,'WebGUI',12,'Rediger denne brukerens profil.',1045439489,NULL); INSERT INTO international VALUES (458,'WebGUI',12,'Rediger denne brukerens Grupper.',1045439462,NULL); INSERT INTO international VALUES (457,'WebGUI',12,'Rediger denne brukerens konto.',1045439439,NULL); INSERT INTO international VALUES (456,'WebGUI',12,'Tilbake til Bruker listen.',1045439416,NULL); INSERT INTO international VALUES (455,'WebGUI',12,'Rediger Brukerns Profil',1045439386,NULL); INSERT INTO international VALUES (454,'WebGUI',12,'Sist Oppdatert',1045439359,NULL); INSERT INTO international VALUES (453,'WebGUI',12,'Dato Opprettet',1045439348,NULL); INSERT INTO international VALUES (452,'WebGUI',12,'Vent...',1045439293,NULL); INSERT INTO international VALUES (451,'WebGUI',12,'er nødvendig.',1045439279,NULL); INSERT INTO international VALUES (450,'WebGUI',12,'Firma Navn (arbeid)',1045439243,NULL); INSERT INTO international VALUES (45,'WebGUI',12,'Nei, Jeg gjorde en Feil.',1045439219,NULL); INSERT INTO international VALUES (449,'WebGUI',12,'Forskjellig Informasjon',1045439201,NULL); INSERT INTO international VALUES (448,'WebGUI',12,'SideTre',1045439178,NULL); INSERT INTO international VALUES (447,'WebGUI',12,'Håndtere Sidetre',1045439168,NULL); INSERT INTO international VALUES (446,'WebGUI',12,'WEB-Site Arbeid',1045439144,NULL); INSERT INTO international VALUES (445,'WebGUI',12,'Preferanser',1045439107,NULL); INSERT INTO international VALUES (444,'WebGUI',12,'Geografisk Informasjon',1045439096,NULL); INSERT INTO international VALUES (443,'WebGUI',12,'Hjem Informasjon',1045439001,NULL); INSERT INTO international VALUES (442,'WebGUI',12,'Arbeids Informasjon',1045438978,NULL); INSERT INTO international VALUES (441,'WebGUI',12,'Epost til Personsøker Gateway',1045438942,NULL); INSERT INTO international VALUES (440,'WebGUI',12,'Kontakt Informasjon',1045438911,NULL); INSERT INTO international VALUES (44,'WebGUI',12,'Ja, Jeg er sikker.',1045438899,NULL); INSERT INTO international VALUES (439,'WebGUI',12,'Personlig Informasjon',1045438884,NULL); INSERT INTO international VALUES (438,'WebGUI',12,'Ditt Navn',1045438871,NULL); INSERT INTO international VALUES (437,'WebGUI',12,'Statistikk',1045438861,NULL); INSERT INTO international VALUES (436,'WebGUI',12,'Avslutt Sesjon',1045438844,NULL); INSERT INTO international VALUES (435,'WebGUI',12,'Sesjons Signatur',1045438819,NULL); INSERT INTO international VALUES (434,'WebGUI',12,'Status',1045438805,NULL); INSERT INTO international VALUES (433,'WebGUI',12,'Bruker Agent',1045438797,NULL); INSERT INTO international VALUES (432,'WebGUI',12,'Utgår',1045438783,NULL); INSERT INTO international VALUES (431,'WebGUI',12,'IP Adresse',1045438759,NULL); INSERT INTO international VALUES (430,'WebGUI',12,'Vis Siste Side',1045438748,NULL); INSERT INTO international VALUES (43,'WebGUI',12,'Er du sikker på at du vil slette dette innholdet?',1045438719,NULL); INSERT INTO international VALUES (429,'WebGUI',12,'LoggInn Tidspunkt',1045438690,NULL); INSERT INTO international VALUES (428,'WebGUI',12,'Bruker (ID)',1045438673,NULL); INSERT INTO international VALUES (427,'WebGUI',12,'Stiler',1054673689,NULL); INSERT INTO international VALUES (426,'WebGUI',12,'Logginn Historikk',1045438652,NULL); INSERT INTO international VALUES (425,'WebGUI',12,'Aktive sesjoner',1045438635,NULL); INSERT INTO international VALUES (424,'WebGUI',12,'Vis Logginn historikk.',1045438620,NULL); INSERT INTO international VALUES (423,'WebGUI',12,'Vis aktive sesjoner.',1045438591,NULL); INSERT INTO international VALUES (42,'WebGUI',12,'Bekreft',1045423601,NULL); INSERT INTO international VALUES (412,'WebGUI',12,'Kort Beskrivelse',1045423158,NULL); INSERT INTO international VALUES (411,'WebGUI',12,'Meny Tittel',1045423141,NULL); INSERT INTO international VALUES (410,'WebGUI',12,'Håndtere Roots.',1045423117,NULL); INSERT INTO international VALUES (41,'WebGUI',12,'Du prøver å fjerne et nødvendig element i WebGUI systemet. Om du ble tillat å fortsette ville WebGUI kanskje slutte å fungere.',1066008073,NULL); INSERT INTO international VALUES (409,'WebGUI',12,'Legg Til ny Root.',1045423020,NULL); INSERT INTO international VALUES (408,'WebGUI',12,'Håndtere Roots',1045422997,NULL); INSERT INTO international VALUES (407,'WebGUI',12,'Klikk her for å registrere deg.',1045422984,NULL); INSERT INTO international VALUES (406,'WebGUI',12,'Tittebilde størrelse',1045422929,NULL); INSERT INTO international VALUES (405,'WebGUI',12,'Siste Side',1045422915,NULL); INSERT INTO international VALUES (404,'WebGUI',12,'Første Side',1045422903,NULL); INSERT INTO international VALUES (403,'WebGUI',12,'Ønsker ikke å oppgi.',1045422894,NULL); 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,NULL); INSERT INTO international VALUES (400,'WebGUI',12,'Forhindre Proxy Caching',1045422774,NULL); INSERT INTO international VALUES (40,'WebGUI',12,'Nødvendig Element',1066008045,NULL); INSERT INTO international VALUES (4,'WebGUI',12,'Håndtere Innstillinger.',1068757038,NULL); INSERT INTO international VALUES (399,'WebGUI',12,'Godkjenn denne Siden.',1045422688,NULL); INSERT INTO international VALUES (398,'WebGUI',12,'Angi Dokumenttype',1045422668,NULL); INSERT INTO international VALUES (395,'WebGUI',12,'Legg til nytt Bilde.',1045422626,NULL); INSERT INTO international VALUES (394,'WebGUI',12,'Håndtere collateral.',1045422611,NULL); INSERT INTO international VALUES (391,'WebGUI',12,'Slette Vedlagte fil.',1045422386,NULL); INSERT INTO international VALUES (39,'WebGUI',12,'Du har ikke tilstrekkelige rettigheter til å aksessere denne siden.',1045422347,NULL); INSERT INTO international VALUES (388,'WebGUI',12,'Lastet opp Dato',1045422304,NULL); INSERT INTO international VALUES (387,'WebGUI',12,'Lastet opp av',1045422291,NULL); INSERT INTO international VALUES (386,'WebGUI',12,'Rediger Bilde',1045422278,NULL); INSERT INTO international VALUES (385,'WebGUI',12,'Parametere',1045422267,NULL); INSERT INTO international VALUES (384,'WebGUI',12,'Fil',1045422256,NULL); 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,NULL); INSERT INTO international VALUES (380,'WebGUI',12,'Style ID',1045421584,NULL); 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,NULL); INSERT INTO international VALUES (379,'WebGUI',12,'Gruppe ID',1045421393,NULL); INSERT INTO international VALUES (378,'WebGUI',12,'Bruker ID',1045421383,NULL); INSERT INTO international VALUES (377,'WebGUI',12,'Ingen Pakker er definert av din pakke administrator(er)',1045421373,NULL); INSERT INTO international VALUES (376,'WebGUI',12,'Pakke',1045421312,NULL); INSERT INTO international VALUES (375,'WebGUI',12,'Velg Pakke å rulle ut',1045421304,NULL); INSERT INTO international VALUES (374,'WebGUI',12,'Håndtere Pakker',1066009502,NULL); INSERT INTO international VALUES (372,'WebGUI',12,'Rediger Brukerens Grupper',1045421246,NULL); INSERT INTO international VALUES (371,'WebGUI',12,'Legg Til Gruppering',1045421224,NULL); INSERT INTO international VALUES (370,'WebGUI',12,'Rediger Gruppering',1045421210,NULL); INSERT INTO international VALUES (37,'WebGUI',12,'Ingen Adgang!',1045421187,NULL); INSERT INTO international VALUES (369,'WebGUI',12,'Utløps Dato',1045421135,NULL); INSERT INTO international VALUES (368,'WebGUI',12,'Legg en ny gruppe til denne brukeren.',1045421123,NULL); INSERT INTO international VALUES (367,'WebGUI',12,'Utløper Etter',1045421096,NULL); INSERT INTO international VALUES (366,'WebGUI',12,'Ingen Sider som tilfredstilte ditt søk ble funnet.',1045421083,NULL); INSERT INTO international VALUES (365,'WebGUI',12,'Resultat av Søk..',1045421047,NULL); INSERT INTO international VALUES (364,'WebGUI',12,'Søk',1045421032,NULL); INSERT INTO international VALUES (363,'WebGUI',12,'Side Template posisjon',1045421023,NULL); INSERT INTO international VALUES (362,'WebGUI',12,'Side ved Side',1045420999,NULL); INSERT INTO international VALUES (361,'WebGUI',12,'Tre over En',1045420987,NULL); INSERT INTO international VALUES (360,'WebGUI',12,'En over Tre',1045420976,NULL); INSERT INTO international VALUES (342,'WebGUI',12,'Rediger Konto Informasjon.',1045349689,NULL); INSERT INTO international VALUES (341,'WebGUI',12,'Rediger Profil.',1045349673,NULL); INSERT INTO international VALUES (338,'WebGUI',12,'Rediger Profil.',1045349660,NULL); INSERT INTO international VALUES (308,'WebGUI',12,'Rediger Profil Instillinger',1045349638,NULL); INSERT INTO international VALUES (168,'WebGUI',12,'Rediger Bruker',1045349610,NULL); INSERT INTO international VALUES (156,'WebGUI',12,'Rediger Style',1045349595,NULL); INSERT INTO international VALUES (140,'WebGUI',12,'Redigere Forskjellige Instillinger',1045349579,NULL); INSERT INTO international VALUES (6,'DataForm',12,'Kan Redigeres',1045349563,NULL); INSERT INTO international VALUES (27,'USS',12,'Rediger',1045349538,NULL); INSERT INTO international VALUES (124,'WebGUI',12,'Rediger Firma Informasjon',1045349523,NULL); INSERT INTO international VALUES (133,'WebGUI',12,'Rediger Mail Instillinger',1045349427,NULL); INSERT INTO international VALUES (117,'WebGUI',12,'Rediger Bruker Instillinger',1045349412,NULL); INSERT INTO international VALUES (102,'WebGUI',12,'Rediger Side',1045349314,NULL); INSERT INTO international VALUES (19,'USS',12,'Rediger Bidrag',1045349288,NULL); INSERT INTO international VALUES (18,'USS',12,'Rediger Bruker Bidrags system',1045349276,NULL); INSERT INTO international VALUES (15,'USS',12,'Rediger/Slette',1045349260,NULL); INSERT INTO international VALUES (4,'SyndicatedContent',12,'Rediger Syndicated Innhold',1045349231,NULL); INSERT INTO international VALUES (75,'Survey',12,'Rediger dette spørsmålet.',1045349215,NULL); INSERT INTO international VALUES (3,'Survey',12,'Undersøkelse, Legg Til/Rediger',1045349202,NULL); INSERT INTO international VALUES (2,'Survey',12,'Rediger Undersøkelse',1045349189,NULL); INSERT INTO international VALUES (18,'Survey',12,'Rediger Svar',1045349175,NULL); INSERT INTO international VALUES (17,'Survey',12,'Rediger Spørsmål',1045349159,NULL); INSERT INTO international VALUES (61,'SiteMap',12,'Site Map, Legg Til/Rediger',1045349145,NULL); INSERT INTO international VALUES (5,'SiteMap',12,'Rediger Site Map',1045349131,NULL); INSERT INTO international VALUES (8,'SQLReport',12,'Rediger SQL Rapport',1045349119,NULL); INSERT INTO international VALUES (61,'SQLReport',12,'SQL Rapport, Legg Til/Rediger',1045349104,NULL); INSERT INTO international VALUES (6,'Product',12,'Rediger Produkt',1045349090,NULL); INSERT INTO international VALUES (58,'Product',12,'Rediger Produkt Templaten.',1045349077,NULL); INSERT INTO international VALUES (25,'Product',12,'Rediger Spesifikasjon',1045349064,NULL); INSERT INTO international VALUES (53,'Product',12,'Rediger Fordel',1045349051,NULL); INSERT INTO international VALUES (49,'Product',12,'Produkt Fordel, Legg Til/Rediger',1045349028,NULL); INSERT INTO international VALUES (46,'Product',12,'Produkt (Relatert), Legg til/Rediger',1045349006,NULL); INSERT INTO international VALUES (44,'Product',12,'Produkt Tilbehør, Legg til/Rediger',1045348991,NULL); INSERT INTO international VALUES (42,'Product',12,'Produkt Spesifikasjon, Legg til/Rediger',1045348976,NULL); INSERT INTO international VALUES (40,'Product',12,'Produkt Egenskap, Legg til/Rediger',1045348955,NULL); INSERT INTO international VALUES (38,'Product',12,'Produkt, Legg til/Rediger',1045348939,NULL); INSERT INTO international VALUES (22,'Product',12,'Rediger Egenskap',1045348920,NULL); INSERT INTO international VALUES (9,'Poll',12,'Rediger Avstemning',1045348904,NULL); INSERT INTO international VALUES (61,'Poll',12,'Avstemning, Legg Til/Rediger',1054672559,NULL); INSERT INTO international VALUES (7,'DataForm',12,'Rediger DataSkjema',1054672497,NULL); INSERT INTO international VALUES (6,'MessageBoard',12,'Rediger Meldinger',1045348819,NULL); INSERT INTO international VALUES (1065,'WebGUI',1,'Forum Post Form Template',1066581759,NULL); INSERT INTO international VALUES (62,'DataForm',12,'DataSkjema Felter, Legg til/Rediger',1054672477,NULL); INSERT INTO international VALUES (61,'DataForm',12,'DataSkjema, Legg til/Rediger',1054672449,NULL); INSERT INTO international VALUES (20,'DataForm',12,'Rediger Felt',1045348728,NULL); INSERT INTO international VALUES (72,'LinkList',12,'Link, Legg til/Rediger',1045348713,NULL); INSERT INTO international VALUES (61,'LinkList',12,'Link Liste, Legg til/Rediger',1045348697,NULL); INSERT INTO international VALUES (12,'LinkList',12,'Rediger Link',1045348681,NULL); INSERT INTO international VALUES (10,'LinkList',12,'Rediger LinkListe',1045348666,NULL); INSERT INTO international VALUES (61,'Item',12,'Item, Legg til/Rediger',1045348650,NULL); INSERT INTO international VALUES (6,'Item',12,'Rediger Item',1045348632,NULL); INSERT INTO international VALUES (9,'FileManager',12,'Rediger FilBehandler',1045348613,NULL); INSERT INTO international VALUES (72,'FileManager',12,'Fil, Legg til/Rediger',1045348588,NULL); INSERT INTO international VALUES (61,'FileManager',12,'FilBehandler, Legg til/Rediger',1045348572,NULL); INSERT INTO international VALUES (10,'FileManager',12,'Rediger Fil',1045348552,NULL); INSERT INTO international VALUES (8,'FAQ',12,'Rediger F.A.Q.',1045348528,NULL); INSERT INTO international VALUES (72,'FAQ',12,'Spørsmål, Legg til/Rediger',1045348513,NULL); INSERT INTO international VALUES (61,'FAQ',12,'FAQ, Legg til/Rediger',1045348493,NULL); INSERT INTO international VALUES (10,'FAQ',12,'Rediger Spørsmål',1045348475,NULL); INSERT INTO international VALUES (61,'ExtraColumn',12,'Ekstra kolonne, Legg til/Rediger',1045348447,NULL); INSERT INTO international VALUES (6,'ExtraColumn',12,'Rediger Ekstra kolonne',1045348432,NULL); INSERT INTO international VALUES (72,'EventsCalendar',12,'Hendelse, Legg til/Rediger',1045348414,NULL); INSERT INTO international VALUES (61,'EventsCalendar',12,'Hendelses kalender, Ny/Rediger',1068683516,NULL); INSERT INTO international VALUES (13,'EventsCalendar',12,'Rediger på hendelse',1045348167,NULL); INSERT INTO international VALUES (12,'EventsCalendar',12,'Rediger hendelses kalender',1045348150,NULL); INSERT INTO international VALUES (12,'Article',12,'Rediger artikkel',1045348096,NULL); INSERT INTO international VALUES (36,'WebGUI',12,'Du må være administrator for å utføre denne funksjonen. Ta kontakt med en av dine administratorer.',1066005592,NULL); INSERT INTO international VALUES (359,'WebGUI',12,'Høyre kolonne',1045347701,NULL); INSERT INTO international VALUES (358,'WebGUI',12,'Venstre kolonne',1045347683,NULL); INSERT INTO international VALUES (357,'WebGUI',12,'Nyheter',1045347672,NULL); INSERT INTO international VALUES (356,'WebGUI',12,'Template',1045347661,NULL); INSERT INTO international VALUES (355,'WebGUI',12,'Standard',1045347652,NULL); INSERT INTO international VALUES (354,'WebGUI',12,'Vis innboks.',1045347639,NULL); INSERT INTO international VALUES (353,'WebGUI',12,'Du har ingen meldinger i innboksen nå.',1045347628,NULL); INSERT INTO international VALUES (352,'WebGUI',12,'Dato for innleggelse',1045347594,NULL); INSERT INTO international VALUES (351,'WebGUI',12,'Melding',1045347544,NULL); INSERT INTO international VALUES (350,'WebGUI',12,'Utført',1045347534,NULL); INSERT INTO international VALUES (35,'WebGUI',12,'Administrativ Funksjon',1045347510,NULL); INSERT INTO international VALUES (349,'WebGUI',12,'Siste Tilgjengelige Versjon',1045347477,NULL); INSERT INTO international VALUES (348,'WebGUI',12,'Navn',1045347442,NULL); INSERT INTO international VALUES (347,'WebGUI',12,'Vis Profilen for',1045347434,NULL); 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,NULL); INSERT INTO international VALUES (345,'WebGUI',12,'Ikke Medlem.',1045347370,NULL); INSERT INTO international VALUES (343,'WebGUI',12,'Vis Profil.',1045347344,NULL); INSERT INTO international VALUES (340,'WebGUI',12,'Kvinne',1045347294,NULL); INSERT INTO international VALUES (34,'WebGUI',12,'Sett Dato',1045347286,NULL); INSERT INTO international VALUES (339,'WebGUI',12,'Mann',1045347273,NULL); INSERT INTO international VALUES (337,'WebGUI',12,'Hjemmeside URL',1045347252,NULL); INSERT INTO international VALUES (336,'WebGUI',12,'FødselsDato',1045347239,NULL); INSERT INTO international VALUES (335,'WebGUI',12,'Kjønn',1045347227,NULL); INSERT INTO international VALUES (334,'WebGUI',12,'Telefon (Arbeid)',1045347214,NULL); INSERT INTO international VALUES (333,'WebGUI',12,'Land (arbeid)',1045347202,NULL); INSERT INTO international VALUES (332,'WebGUI',12,'PostNummer (Arbeid)',1045347189,NULL); INSERT INTO international VALUES (331,'WebGUI',12,'Fylke (arbeid)',1045347174,NULL); INSERT INTO international VALUES (330,'WebGUI',12,'By (Arbeid)',1045347161,NULL); INSERT INTO international VALUES (33,'WebGUI',12,'Lørdag',1045347145,NULL); INSERT INTO international VALUES (329,'WebGUI',12,'Adresse Arbeid',1045347135,NULL); INSERT INTO international VALUES (328,'WebGUI',12,'Telefon Hjemme',1045347124,NULL); INSERT INTO international VALUES (327,'WebGUI',12,'Land',1045347112,NULL); INSERT INTO international VALUES (326,'WebGUI',12,'Postnummer Hjemme',1045347101,NULL); INSERT INTO international VALUES (325,'WebGUI',12,'HjemmFylke',1045347084,NULL); INSERT INTO international VALUES (324,'WebGUI',12,'HjemmBy',1045347060,NULL); INSERT INTO international VALUES (323,'WebGUI',12,'Hjemme Adresse',1045347045,NULL); INSERT INTO international VALUES (322,'WebGUI',12,'Personsøker',1045347035,NULL); INSERT INTO international VALUES (321,'WebGUI',12,'Mobiltelefon',1045347020,NULL); INSERT INTO international VALUES (320,'WebGUI',12,'Yahoo! Messenger Id',1045347005,NULL); INSERT INTO international VALUES (32,'WebGUI',12,'Fredag',1045346995,NULL); INSERT INTO international VALUES (319,'WebGUI',12,'MSN Messenger Id',1045346985,NULL); INSERT INTO international VALUES (318,'WebGUI',12,'AIM Id',1045346975,NULL); INSERT INTO international VALUES (317,'WebGUI',12,'ICQ UIN',1045346962,NULL); INSERT INTO international VALUES (316,'WebGUI',12,'EtterNavn',1045346938,NULL); INSERT INTO international VALUES (315,'WebGUI',12,'MellomNavn',1045346928,NULL); INSERT INTO international VALUES (314,'WebGUI',12,'Fornavn',1045346918,NULL); INSERT INTO international VALUES (313,'WebGUI',12,'Tillat forskjellig Informasjon?',1045346907,NULL); INSERT INTO international VALUES (312,'WebGUI',12,'Tillat Firma informasjon?',1045346882,NULL); INSERT INTO international VALUES (311,'WebGUI',12,'Tillat hjemme informasjon?',1045346860,NULL); INSERT INTO international VALUES (310,'WebGUI',12,'Tillat ekstra kontakt informasjon?',1045346832,NULL); INSERT INTO international VALUES (31,'WebGUI',12,'Torsdag',1045346809,NULL); INSERT INTO international VALUES (309,'WebGUI',12,'Tillat ekte Navn',1045346798,NULL); INSERT INTO international VALUES (307,'WebGUI',12,'Bruk standard Meta Tags?',1045346770,NULL); INSERT INTO international VALUES (304,'WebGUI',12,'Språk',1045346730,NULL); INSERT INTO international VALUES (30,'WebGUI',12,'Onsdag',1045346722,NULL); INSERT INTO international VALUES (3,'WebGUI',12,'Lim inn fra utklippstavle..',1045346712,NULL); INSERT INTO international VALUES (29,'WebGUI',12,'Tirsdag',1045346684,NULL); INSERT INTO international VALUES (28,'WebGUI',12,'Mandag',1045346672,NULL); INSERT INTO international VALUES (27,'WebGUI',12,'Søndag',1045346663,NULL); INSERT INTO international VALUES (26,'WebGUI',12,'Desember',1045346655,NULL); INSERT INTO international VALUES (25,'WebGUI',12,'November',1045346646,NULL); INSERT INTO international VALUES (245,'WebGUI',12,'Dato',1045346636,NULL); INSERT INTO international VALUES (244,'WebGUI',12,'Forfatter',1045346628,NULL); INSERT INTO international VALUES (240,'WebGUI',12,'Meldings ID:',1045346618,NULL); INSERT INTO international VALUES (24,'WebGUI',12,'Oktober',1045346605,NULL); INSERT INTO international VALUES (233,'WebGUI',12,'(eom)',1045346554,NULL); INSERT INTO international VALUES (231,'WebGUI',12,'Sender Ny Melding...',1045346503,NULL); INSERT INTO international VALUES (230,'WebGUI',12,'Melding',1045346489,NULL); INSERT INTO international VALUES (23,'WebGUI',12,'September',1045346476,NULL); INSERT INTO international VALUES (22,'WebGUI',12,'August',1045346400,NULL); INSERT INTO international VALUES (21,'WebGUI',12,'Juli',1045346391,NULL); INSERT INTO international VALUES (20,'WebGUI',12,'Juni',1045346366,NULL); INSERT INTO international VALUES (2,'WebGUI',12,'Side',1045346359,NULL); INSERT INTO international VALUES (19,'WebGUI',12,'Mai',1045346351,NULL); INSERT INTO international VALUES (18,'WebGUI',12,'April',1045346344,NULL); INSERT INTO international VALUES (175,'WebGUI',12,'Prosseser makroer?',1045346336,NULL); INSERT INTO international VALUES (174,'WebGUI',12,'Vis tittelen?',1045346312,NULL); INSERT INTO international VALUES (171,'WebGUI',12,'rich edit',1045346285,NULL); INSERT INTO international VALUES (170,'WebGUI',12,'Søk',1045346270,NULL); INSERT INTO international VALUES (17,'WebGUI',12,'Mars',1045346263,NULL); INSERT INTO international VALUES (169,'WebGUI',12,'Legg Til ny Bruker.',1045346254,NULL); 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,NULL); INSERT INTO international VALUES (164,'WebGUI',12,'Autentiserings Metode',1045346165,NULL); INSERT INTO international VALUES (163,'WebGUI',12,'Legg Til Bruker',1045346150,NULL); INSERT INTO international VALUES (162,'WebGUI',12,'Er du sikker på at du vil fjerne alle sider og wobject i søppla?',1045346138,NULL); INSERT INTO international VALUES (161,'WebGUI',12,'Bidratt av',1045346082,NULL); INSERT INTO international VALUES (160,'WebGUI',12,'Dato bidratt',1045346068,NULL); INSERT INTO international VALUES (16,'WebGUI',12,'Februar',1045346021,NULL); INSERT INTO international VALUES (159,'WebGUI',12,'Innboks',1045345725,NULL); INSERT INTO international VALUES (158,'WebGUI',12,'Legg Til en ny Style',1045345714,NULL); INSERT INTO international VALUES (157,'WebGUI',12,'Stiler',1054673673,NULL); 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,NULL); INSERT INTO international VALUES (154,'WebGUI',12,'Style Sheet(Stilark)',1045345588,NULL); INSERT INTO international VALUES (151,'WebGUI',12,'Style Navn',1045345557,NULL); INSERT INTO international VALUES (15,'WebGUI',12,'Januar',1045345546,NULL); INSERT INTO international VALUES (149,'WebGUI',12,'Brukere',1045345535,NULL); INSERT INTO international VALUES (148,'WebGUI',12,'Wobjects',1045345524,NULL); INSERT INTO international VALUES (147,'WebGUI',12,'Sider',1045345510,NULL); INSERT INTO international VALUES (146,'WebGUI',12,'Aktive Sessions',1045345502,NULL); INSERT INTO international VALUES (145,'WebGUI',12,'WebGUI Build Versjon',1045345488,NULL); INSERT INTO international VALUES (144,'WebGUI',12,'Vis Statistikk.',1045345464,NULL); INSERT INTO international VALUES (143,'WebGUI',12,'Håndtere Innstillinger',1066009856,NULL); INSERT INTO international VALUES (142,'WebGUI',12,'Session Timeout',1045345431,NULL); INSERT INTO international VALUES (141,'WebGUI',12,'Fant Ikke Siden',1045345409,NULL); INSERT INTO international VALUES (14,'WebGUI',12,'Vis ventende Bidrag.',1045345363,NULL); INSERT INTO international VALUES (139,'WebGUI',12,'Nei',1045345333,NULL); INSERT INTO international VALUES (138,'WebGUI',12,'Ja',1045345325,NULL); INSERT INTO international VALUES (135,'WebGUI',12,'SMTP Server',1045345316,NULL); INSERT INTO international VALUES (134,'WebGUI',12,'Gjennoprett Passord Melding',1045343863,NULL); INSERT INTO international VALUES (130,'WebGUI',12,'Maksimal Vedleggs Størrelse',1045343770,NULL); INSERT INTO international VALUES (13,'WebGUI',12,'Vis Hjelp Indeks',1045343746,NULL); INSERT INTO international VALUES (127,'WebGUI',12,'Firma URL',1045343712,NULL); INSERT INTO international VALUES (126,'WebGUI',12,'Firma E-Post adresse',1045343701,NULL); INSERT INTO international VALUES (125,'WebGUI',12,'Firma Navn',1045343684,NULL); INSERT INTO international VALUES (12,'WebGUI',12,'Slå Admin av.',1045343635,NULL); INSERT INTO international VALUES (119,'WebGUI',12,'Autentiserings metode (Standard)',1045343612,NULL); INSERT INTO international VALUES (118,'WebGUI',12,'Anonym Registrering',1045343587,NULL); INSERT INTO international VALUES (116,'WebGUI',12,'Velg \"JA\" for å endre privilegier på alle sider under denne siden til disse privilegiene.',1066002040,NULL); INSERT INTO international VALUES (11,'WebGUI',12,'Tøm Søppel.',1045343339,NULL); INSERT INTO international VALUES (108,'WebGUI',12,'Eier',1045343299,NULL); INSERT INTO international VALUES (107,'WebGUI',12,'Privilegier',1045343290,NULL); INSERT INTO international VALUES (106,'WebGUI',12,'Velg \"JA\" for å endre alle sider under denne siden til denne Style.',1045343278,NULL); INSERT INTO international VALUES (104,'WebGUI',12,'Side URL',1045343219,NULL); 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,NULL); INSERT INTO international VALUES (100,'WebGUI',12,'Meta Tags',1045343085,NULL); INSERT INTO international VALUES (10,'WebGUI',12,'Håndtere Søppel.',1045343074,NULL); INSERT INTO international VALUES (1,'WebGUI',12,'Legg til Innhold....',1045342903,NULL); INSERT INTO international VALUES (76,'USS',12,'Bidrags Template',1045342850,NULL); INSERT INTO international VALUES (74,'USS',12,'Bruker Bidragssystem Template',1045342809,NULL); INSERT INTO international VALUES (73,'USS',12,'Bidrags Template',1045342783,NULL); INSERT INTO international VALUES (6,'USS',12,'Bidrag pr. Side',1045342691,NULL); INSERT INTO international VALUES (59,'USS',12,'Neste Bidrag',1045342678,NULL); INSERT INTO international VALUES (58,'USS',12,'Forrige Bidrag',1045342666,NULL); INSERT INTO international VALUES (57,'USS',12,'Responser',1045342653,NULL); INSERT INTO international VALUES (53,'USS',12,'Utseende',1045342615,NULL); INSERT INTO international VALUES (52,'USS',12,'Tittebilde',1045342603,NULL); INSERT INTO international VALUES (51,'USS',12,'Vis Tittebilder?',1045342592,NULL); INSERT INTO international VALUES (5,'USS',12,'Ditt bidrag er ikke akseptert.',1045342575,NULL); INSERT INTO international VALUES (48,'USS',12,'Tillat Diskusjon?',1045342536,NULL); INSERT INTO international VALUES (47,'USS',12,'Send en Respons',1045342523,NULL); INSERT INTO international VALUES (46,'USS',12,'Les Mer...',1045342506,NULL); INSERT INTO international VALUES (41,'USS',12,'Dato',1045342479,NULL); INSERT INTO international VALUES (4,'USS',12,'Ditt bidrag er blitt godkjent.',1045342469,NULL); INSERT INTO international VALUES (39,'USS',12,'Send et Svar',1045342438,NULL); INSERT INTO international VALUES (38,'USS',12,'(Velg \"NEI\" om du skriver et HTML/Rik tekst bidrag.)',1045342405,NULL); INSERT INTO international VALUES (37,'USS',12,'Slett',1045342353,NULL); INSERT INTO international VALUES (35,'USS',12,'Tittel',1045342345,NULL); INSERT INTO international VALUES (34,'USS',12,'Konverter Carriage Returns',1045342335,NULL); INSERT INTO international VALUES (33,'USS',12,'Vedlegg',1045342305,NULL); INSERT INTO international VALUES (32,'USS',12,'Bilde',1045342166,NULL); INSERT INTO international VALUES (31,'USS',12,'Innhold',1045342154,NULL); INSERT INTO international VALUES (30,'USS',12,'Karma pr. bruker bidrag',1045342145,NULL); INSERT INTO international VALUES (3,'USS',12,'Du har et nytt bruker bidrag å godkjenne.',1045342127,NULL); INSERT INTO international VALUES (29,'USS',12,'Bruker Bidrags System',1045342088,NULL); INSERT INTO international VALUES (28,'USS',12,'Returner til bidrags listen',1045342072,NULL); INSERT INTO international VALUES (21,'USS',12,'Bidratt av',1045342040,NULL); INSERT INTO international VALUES (20,'USS',12,'Sende Nytt Bidrag',1045341997,NULL); INSERT INTO international VALUES (2,'USS',12,'Hvem kan bidra?',1045341967,NULL); INSERT INTO international VALUES (17,'USS',12,'Er du sikker på at du vil slette dette bidraget?',1045341867,NULL); INSERT INTO international VALUES (16,'USS',12,'Uten Tittel',1045341837,NULL); INSERT INTO international VALUES (14,'USS',12,'Status',1045341812,NULL); INSERT INTO international VALUES (13,'USS',12,'Dato for bidrag',1045341803,NULL); INSERT INTO international VALUES (12,'USS',12,'(ikke marker om du skriver et HTML bidrag.)',1045341719,NULL); INSERT INTO international VALUES (1,'USS',12,'Hvem kan Godkjenne?',1045341543,NULL); INSERT INTO international VALUES (2,'SyndicatedContent',12,'Syndicated Innhold',1045336118,NULL); INSERT INTO international VALUES (1,'SyndicatedContent',12,'URL til RSS Fil',1045336089,NULL); INSERT INTO international VALUES (9,'Survey',12,'Undersøkelse',1045336063,NULL); INSERT INTO international VALUES (80,'Survey',12,'Sekunder',1045336053,NULL); INSERT INTO international VALUES (8,'Survey',12,'Spørsmåls Rekkefølge',1045336042,NULL); INSERT INTO international VALUES (79,'Survey',12,'Minutter',1045336028,NULL); INSERT INTO international VALUES (78,'Survey',12,'Total Tid',1045336019,NULL); INSERT INTO international VALUES (77,'Survey',12,'Slutt Tid',1045336010,NULL); INSERT INTO international VALUES (76,'Survey',12,'Start Tid',1045336000,NULL); INSERT INTO international VALUES (74,'Survey',12,'Er du sikker på at du vil slette alle responser.',1045335972,NULL); INSERT INTO international VALUES (73,'Survey',12,'Slett Alle Responser.',1045335943,NULL); INSERT INTO international VALUES (72,'Survey',12,'Er du sikker på at du ønsker å slette denne bruker\'s responser?',1045335927,NULL); INSERT INTO international VALUES (71,'Survey',12,'Karakter oversikt',1045335888,NULL); INSERT INTO international VALUES (70,'Survey',12,'Individuelle Responser',1045335865,NULL); INSERT INTO international VALUES (7,'Survey',12,'Respons Styrt',1045335819,NULL); INSERT INTO international VALUES (69,'Survey',12,'Slett denne bruker\'s responser.',1045335796,NULL); INSERT INTO international VALUES (68,'Survey',12,'Vis Rapporter og Eksport data.',1045335770,NULL); INSERT INTO international VALUES (67,'Survey',12,'Bruker',1045335737,NULL); INSERT INTO international VALUES (66,'Survey',12,'Responser',1045335729,NULL); INSERT INTO international VALUES (65,'Survey',12,'Eksporter sammensatt oppsummering.',1045335714,NULL); INSERT INTO international VALUES (64,'Survey',12,'Eksporter Responser.',1045335666,NULL); INSERT INTO international VALUES (63,'Survey',12,'Eksporter Spørsmål.',1045335650,NULL); INSERT INTO international VALUES (62,'Survey',12,'Eksporter Svar.',1045335635,NULL); INSERT INTO international VALUES (61,'Survey',12,'Vis Karakterbok.',1045335620,NULL); INSERT INTO international VALUES (60,'Survey',12,'Tilbake Til Undersøkelse.',1045335588,NULL); INSERT INTO international VALUES (6,'Survey',12,'Tilfeldig',1045319287,NULL); INSERT INTO international VALUES (59,'Survey',12,'Vis Statistisk Oversikt.',1045319276,NULL); INSERT INTO international VALUES (58,'Survey',12,'Statistisk Oversikt',1045319254,NULL); INSERT INTO international VALUES (57,'Survey',12,'Kommentarer',1045319240,NULL); INSERT INTO international VALUES (56,'Survey',12,'Vis Kommentarer',1045319231,NULL); INSERT INTO international VALUES (55,'Survey',12,'Vis Responser',1045319220,NULL); INSERT INTO international VALUES (54,'Survey',12,'Prosentdel',1045319203,NULL); INSERT INTO international VALUES (53,'Survey',12,'Responser',1045319174,NULL); INSERT INTO international VALUES (52,'Survey',12,'Resultat',1045319162,NULL); INSERT INTO international VALUES (51,'Survey',12,'Kommentarer?',1045319078,NULL); INSERT INTO international VALUES (50,'Survey',12,'Neste',1045319062,NULL); INSERT INTO international VALUES (5,'Survey',12,'Sekvensiel',1045319053,NULL); INSERT INTO international VALUES (49,'Survey',12,'Du kan ikke ta testen på dette tidspunkt.',1045319043,NULL); INSERT INTO international VALUES (48,'Survey',12,'Du er ikke for øyeblikket kvalifisert til å delta i denne undersøkelsen.',1045319012,NULL); INSERT INTO international VALUES (47,'Survey',12,'Du har fullført denne testen.',1045318946,NULL); INSERT INTO international VALUES (46,'Survey',12,'Takk for at du tok deg tid til å fullføre denne undersøkelsen.',1045318930,NULL); INSERT INTO international VALUES (45,'Survey',12,'Er du sikker du ønsker å slette dette svaret og alle responser?',1045318894,NULL); INSERT INTO international VALUES (44,'Survey',12,'Er du sikker du vil slette dette spørsmålet, dets svar og responser?',1045318863,NULL); INSERT INTO international VALUES (43,'Survey',12,'Aldri',1045318819,NULL); INSERT INTO international VALUES (42,'Survey',12,'Noen ganger',1045318806,NULL); INSERT INTO international VALUES (41,'Survey',12,'Ofte',1045318795,NULL); INSERT INTO international VALUES (40,'Survey',12,'Alltid',1045318786,NULL); INSERT INTO international VALUES (39,'Survey',12,'Ikke Aktuelt',1045318205,NULL); INSERT INTO international VALUES (38,'Survey',12,'Helt Uenig',1045318166,NULL); INSERT INTO international VALUES (37,'Survey',12,'Uenig',1045318155,NULL); INSERT INTO international VALUES (36,'Survey',12,'Noe Uenig',1045318146,NULL); INSERT INTO international VALUES (35,'Survey',12,'Noe Enig',1045318135,NULL); INSERT INTO international VALUES (34,'Survey',12,'Enig',1045318124,NULL); INSERT INTO international VALUES (33,'Survey',12,'Helt Enig',1045318116,NULL); INSERT INTO international VALUES (32,'Survey',12,'Usant',1045318092,NULL); INSERT INTO international VALUES (31,'Survey',12,'Sant',1045318082,NULL); INSERT INTO international VALUES (30,'Survey',12,'Legg Til Nytt Spørsmål.',1045318068,NULL); INSERT INTO international VALUES (29,'Survey',12,'Legg Til et Tekst Svar.',1045177458,NULL); INSERT INTO international VALUES (28,'Survey',12,'Legg Til Spørsmål.',1045177430,NULL); INSERT INTO international VALUES (27,'Survey',12,'Legg Til en Mening(enig/Uenig) svar-skala.',1045177387,NULL); INSERT INTO international VALUES (26,'Survey',12,'Legg Til en svar skala.',1045177308,NULL); INSERT INTO international VALUES (25,'Survey',12,'Legg Til Sant/Usant Svar.',1045177202,NULL); INSERT INTO international VALUES (24,'Survey',12,'Legg Til flervalgs Svar.',1045177176,NULL); INSERT INTO international VALUES (23,'Survey',12,'Legg Til nytt Svar.',1045177137,NULL); INSERT INTO international VALUES (22,'Survey',12,'Svar Type',1045177080,NULL); INSERT INTO international VALUES (21,'Survey',12,'Gå Til',1045177066,NULL); INSERT INTO international VALUES (20,'Survey',12,'Er dette svaret korrekt?',1045177047,NULL); INSERT INTO international VALUES (19,'Survey',12,'Svar',1045176975,NULL); INSERT INTO international VALUES (16,'Survey',12,'Tilfeldige svar?',1045176929,NULL); INSERT INTO international VALUES (15,'Survey',12,'Tillat kommentar?',1045176886,NULL); INSERT INTO international VALUES (14,'Survey',12,'Spørsmål',1045176871,NULL); INSERT INTO international VALUES (13,'Survey',12,'Hvem kan se rapporter?',1045176859,NULL); INSERT INTO international VALUES (12,'Survey',12,'Hvem kan ta Undersøkelsen?',1045176843,NULL); INSERT INTO international VALUES (11,'Survey',12,'Modus',1045176820,NULL); INSERT INTO international VALUES (10,'Survey',12,'Spørsmål',1045176806,NULL); INSERT INTO international VALUES (1,'Survey',12,'Undersøkelse',1045176778,NULL); INSERT INTO international VALUES (75,'SiteMap',12,'Alle Roots',1045163273,NULL); INSERT INTO international VALUES (74,'SiteMap',12,'Denne Siden',1045163261,NULL); INSERT INTO international VALUES (6,'SiteMap',12,'Indent',1045163169,NULL); INSERT INTO international VALUES (4,'SiteMap',12,'Nivå å ta med',1045163127,NULL); INSERT INTO international VALUES (3,'SiteMap',12,'Start Med',1045163104,NULL); INSERT INTO international VALUES (2,'SiteMap',12,'Site Map',1045163087,NULL); INSERT INTO international VALUES (9,'SQLReport',12,'Debug: Error: The DSN specified is of an improper format.',1045163046,NULL); INSERT INTO international VALUES (7,'SQLReport',12,'Database Passord',1045162977,NULL); INSERT INTO international VALUES (6,'SQLReport',12,'Database Bruker',1045162939,NULL); INSERT INTO international VALUES (5,'SQLReport',12,'DSN',1045162925,NULL); INSERT INTO international VALUES (4,'SQLReport',12,'Query',1045162917,NULL); INSERT INTO international VALUES (3,'SQLReport',12,'Rapport Template',1045162906,NULL); INSERT INTO international VALUES (18,'SQLReport',12,'Det var ingen resultat av denne forespørselen.',1045162893,NULL); INSERT INTO international VALUES (17,'SQLReport',12,'Debug: Query:',1045162855,NULL); INSERT INTO international VALUES (16,'SQLReport',12,'Debug?',1045162844,NULL); INSERT INTO international VALUES (15,'SQLReport',12,'Prosseser makroer i forespørselen?',1045162833,NULL); INSERT INTO international VALUES (14,'SQLReport',12,'Sideskift Etter',1045162787,NULL); INSERT INTO international VALUES (13,'SQLReport',12,'Convert carriage returns?',1045162774,NULL); INSERT INTO international VALUES (12,'SQLReport',12,'Debug: Error: Could not connect to the database.',1045162759,NULL); INSERT INTO international VALUES (11,'SQLReport',12,'Debug: Error: There was a problem with the query.',1045162749,NULL); INSERT INTO international VALUES (10,'SQLReport',12,'Debug:Error: SQL koden som er spesifiser har galt format.',1045162731,NULL); INSERT INTO international VALUES (1,'SQLReport',12,'SQL Rapport',1045162667,NULL); INSERT INTO international VALUES (11,'Article',12,'(Velg \"JA\" bare når du ikke legger til
En indikator på om brukeren viser den siste \r\nsiden.
manuelt.)',1045162643,NULL); INSERT INTO international VALUES (73,'MessageBoard',12,'Meldings system Template',1068683565,NULL); INSERT INTO international VALUES (4,'Product',12,'Er du sikker på at du vil slette relasjonen til dette Relaterte Produktet?',1045085197,NULL); INSERT INTO international VALUES (9,'Product',12,'Produkt Bilde 3',1045084283,NULL); INSERT INTO international VALUES (8,'Product',12,'Produkt Bilde 2',1045084268,NULL); INSERT INTO international VALUES (7,'Product',12,'Produkt Bilde 1',1045084254,NULL); INSERT INTO international VALUES (62,'Product',12,'Produkt Template',1045084223,NULL); INSERT INTO international VALUES (60,'Product',12,'Template',1045084191,NULL); INSERT INTO international VALUES (59,'Product',12,'Navn',1045084167,NULL); 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,NULL); INSERT INTO international VALUES (56,'Product',12,'Legg Til en Produkt Template.',1045084053,NULL); INSERT INTO international VALUES (55,'Product',12,'Legg Til Fordel.',1045084023,NULL); INSERT INTO international VALUES (54,'Product',12,'Fordeler',1045083998,NULL); INSERT INTO international VALUES (52,'Product',12,'Legg Til ny Fordel?',1045083971,NULL); INSERT INTO international VALUES (51,'Product',12,'Fordel',1045083945,NULL); INSERT INTO international VALUES (5,'Product',12,'Er du sikker på at du vil slette denne Spesifikasjonen?',1045083735,NULL); 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,NULL); INSERT INTO international VALUES (37,'Product',12,'Legg til Relatert Produkt',1045082228,NULL); INSERT INTO international VALUES (36,'Product',12,'Legg til Tilbehør',1045082210,NULL); INSERT INTO international VALUES (35,'Product',12,'Legg til Spesifikasjon',1045082195,NULL); INSERT INTO international VALUES (34,'Product',12,'Legg til Egenskap',1045082180,NULL); INSERT INTO international VALUES (33,'Product',12,'Relaterte Produkter',1045082164,NULL); INSERT INTO international VALUES (32,'Product',12,'Tilbehør',1045082138,NULL); INSERT INTO international VALUES (31,'Product',12,'Spesifikasjoner',1045082096,NULL); INSERT INTO international VALUES (30,'Product',12,'Egenskaper',1045082081,NULL); INSERT INTO international VALUES (3,'Product',12,'Er du sikker på at du vil slette denne egenskapen?',1045076132,NULL); INSERT INTO international VALUES (29,'Product',12,'Enhet',1045076084,NULL); INSERT INTO international VALUES (28,'Product',12,'Legg til ny Spesifikasjon?',1045076044,NULL); INSERT INTO international VALUES (27,'Product',12,'Spesifikasjon',1045076026,NULL); INSERT INTO international VALUES (26,'Product',12,'Label',1045076014,NULL); INSERT INTO international VALUES (24,'Product',12,'Legg til ny Egenskap?',1045075958,NULL); INSERT INTO international VALUES (23,'Product',12,'Egenskap',1045075938,NULL); INSERT INTO international VALUES (21,'Product',12,'Legg Til nytt Relatert Produkt?',1045075889,NULL); INSERT INTO international VALUES (20,'Product',12,'Relatert Produkt',1045075851,NULL); INSERT INTO international VALUES (2,'Product',12,'Er du sikker at du vil slette relasjonen til dette Tilbehøret?',1045075835,NULL); INSERT INTO international VALUES (19,'Product',12,'Legg til et relatert produkt',1045075795,NULL); INSERT INTO international VALUES (18,'Product',12,'Legg til flere Tilbehør?',1045075767,NULL); INSERT INTO international VALUES (17,'Product',12,'Tilbehør',1045075742,NULL); INSERT INTO international VALUES (16,'Product',12,'Legg Til Tilbehør',1045075728,NULL); INSERT INTO international VALUES (15,'Product',12,'Garanti',1045075689,NULL); INSERT INTO international VALUES (14,'Product',12,'Manual',1045075678,NULL); INSERT INTO international VALUES (13,'Product',12,'Brosjyre',1045075668,NULL); INSERT INTO international VALUES (11,'Product',12,'Produktnummer',1045075599,NULL); INSERT INTO international VALUES (10,'Product',12,'Pris',1045075579,NULL); INSERT INTO international VALUES (1,'Product',12,'Produkt',1045075569,NULL); INSERT INTO international VALUES (8,'Poll',12,'(Et spørsmål pr. linje. Ikke flere enn 20.)',1045075521,NULL); INSERT INTO international VALUES (72,'Poll',12,'Hvilkårlig spørsmål?',1045075481,NULL); INSERT INTO international VALUES (7,'Poll',12,'Svar',1045075419,NULL); INSERT INTO international VALUES (6,'Poll',12,'Spørsmål',1045075381,NULL); INSERT INTO international VALUES (5,'Poll',12,'Bredde på Graf',1045075369,NULL); INSERT INTO international VALUES (4,'Poll',12,'Hvem kan stemme?',1045075353,NULL); INSERT INTO international VALUES (3,'Poll',12,'Aktiv',1045075338,NULL); INSERT INTO international VALUES (20,'Poll',12,'Karma pr. stemme',1045075280,NULL); INSERT INTO international VALUES (12,'Poll',12,'Totalt antall stemmer:',1054672541,NULL); INSERT INTO international VALUES (11,'Poll',12,'Stem!',1045075150,NULL); INSERT INTO international VALUES (10,'Poll',12,'Tilbakestill stemmer',1045075134,NULL); INSERT INTO international VALUES (1,'Poll',12,'Avstemning',1045075114,NULL); INSERT INTO international VALUES (1018,'WebGUI',1,'Start a new thread',1065279960,'Add a new line of discussion to a forum.'); INSERT INTO international VALUES (1017,'WebGUI',12,'Siste svar',1045073588,NULL); INSERT INTO international VALUES (2,'MessageBoard',12,'Meldinger',1045073573,NULL); INSERT INTO international VALUES (1016,'WebGUI',12,'Svar',1045073497,NULL); INSERT INTO international VALUES (3,'LinkList',12,'Åpne i nytt vindu?',1045072474,NULL); INSERT INTO international VALUES (950,'WebGUI',1,'Empty clipboard.',1052850265,NULL); INSERT INTO international VALUES (8,'DataForm',12,'Bredde',1044117941,NULL); INSERT INTO international VALUES (73,'DataForm',12,'Send',1044117930,NULL); INSERT INTO international VALUES (5,'DataForm',12,'Synelig',1044117656,NULL); INSERT INTO international VALUES (4,'DataForm',12,'Skjult',1044117645,NULL); INSERT INTO international VALUES (3,'DataForm',12,'Takk for din tilbakemelding!',1044117627,NULL); INSERT INTO international VALUES (25,'DataForm',12,'Standard Verdi(er)',1054672289,NULL); INSERT INTO international VALUES (24,'DataForm',12,'Mulige Verdier (Nedtrekk-Boks)',1044117518,NULL); INSERT INTO international VALUES (23,'DataForm',12,'Type',1044117469,NULL); INSERT INTO international VALUES (22,'DataForm',12,'Status',1044117459,NULL); INSERT INTO international VALUES (21,'DataForm',12,'Felt Navn',1044117448,NULL); INSERT INTO international VALUES (2,'DataForm',12,'Ditt ePost tema her',1044117419,NULL); INSERT INTO international VALUES (19,'DataForm',12,'Er du sikker du vil slette dette fletet?',1044117379,NULL); INSERT INTO international VALUES (18,'DataForm',12,'Tilbake!',1044117350,NULL); INSERT INTO international VALUES (17,'DataForm',12,'ePost Sendt',1044117335,NULL); INSERT INTO international VALUES (16,'DataForm',12,'Bekreftelse',1044117303,NULL); INSERT INTO international VALUES (14,'DataForm',12,'Tema',1044117217,NULL); INSERT INTO international VALUES (13,'DataForm',12,'Bcc',1044117207,NULL); INSERT INTO international VALUES (12,'DataForm',12,'cc',1044117197,NULL); INSERT INTO international VALUES (11,'DataForm',12,'Til',1054672237,NULL); INSERT INTO international VALUES (10,'DataForm',12,'Fra',1044117148,NULL); INSERT INTO international VALUES (1,'DataForm',12,'Data Skjema',1054672206,NULL); INSERT INTO international VALUES (9,'LinkList',12,'Er du sikker du vil slette denne Linken?',1044117086,NULL); INSERT INTO international VALUES (8,'LinkList',12,'URL',1044117043,NULL); INSERT INTO international VALUES (75,'LinkList',12,'Link Liste Template',1044117020,NULL); INSERT INTO international VALUES (6,'LinkList',12,'Link Liste',1044116949,NULL); INSERT INTO international VALUES (13,'LinkList',12,'Legg til ny Link.',1044116936,NULL); INSERT INTO international VALUES (73,'Item',12,'Item Template',1044116842,NULL); INSERT INTO international VALUES (970,'WebGUI',1,'set time',1053278089,'Click the button to use the time chooser wizard.'); INSERT INTO international VALUES (5,'Item',12,'Last ned Vedlegg',1044116784,NULL); INSERT INTO international VALUES (4,'Item',12,'Item',1044116769,NULL); INSERT INTO international VALUES (3,'Item',12,'Slett Vedlegg',1044116655,NULL); INSERT INTO international VALUES (2,'Item',12,'Vedlegg',1044116643,NULL); INSERT INTO international VALUES (1,'Item',12,'Link URL',1044116631,NULL); INSERT INTO international VALUES (8,'FileManager',12,'Kort Beskrivelse',1044116541,NULL); INSERT INTO international VALUES (75,'FileManager',12,'FilBehandler Template',1044116445,NULL); INSERT INTO international VALUES (74,'FileManager',12,'Legg til en Fil.',1044116423,NULL); INSERT INTO international VALUES (7,'FileManager',12,'Gruppe til Nedlasting',1044116364,NULL); INSERT INTO international VALUES (6,'FileManager',12,'Fil',1044116321,NULL); INSERT INTO international VALUES (5,'FileManager',12,'Fil Tittel',1044116313,NULL); INSERT INTO international VALUES (3,'FileManager',12,'Fortsett til Legg til Fil?',1044116299,NULL); INSERT INTO international VALUES (20,'FileManager',12,'Sideskift Etter',1044116271,NULL); INSERT INTO international VALUES (19,'FileManager',12,'Du har ingen filer tilgjengelig.',1044116247,NULL); INSERT INTO international VALUES (18,'FileManager',12,'Alternativ Versjon #2',1044116221,NULL); INSERT INTO international VALUES (17,'FileManager',12,'Alternativ versjon #1',1044116206,NULL); INSERT INTO international VALUES (16,'FileManager',12,'Opplastet Dato',1044116180,NULL); INSERT INTO international VALUES (15,'FileManager',12,'Beskrivelse',1044116132,NULL); INSERT INTO international VALUES (14,'FileManager',12,'Fil',1044116119,NULL); INSERT INTO international VALUES (12,'FileManager',12,'Er du sikker på at du vil slette denne filen?',1044116109,NULL); INSERT INTO international VALUES (11,'FileManager',12,'Legg til ny Fil.',1044116077,NULL); INSERT INTO international VALUES (1,'FileManager',12,'Fil Behandler',1044116048,NULL); INSERT INTO international VALUES (9,'FAQ',12,'Legg til nytt spørsmål.',1044116021,NULL); INSERT INTO international VALUES (76,'FAQ',12,'FAQ Template',1044115953,NULL); INSERT INTO international VALUES (75,'FAQ',12,'Legg til spørsmål.',1044115940,NULL); INSERT INTO international VALUES (7,'FAQ',12,'Er du sikker du vil slette dette spørsmål?',1044115657,NULL); INSERT INTO international VALUES (6,'FAQ',12,'Svar',1044115602,NULL); INSERT INTO international VALUES (5,'FAQ',12,'Spørsmål',1044115594,NULL); INSERT INTO international VALUES (2,'FAQ',12,'F.A.Q.',1044115569,NULL); INSERT INTO international VALUES (13,'FAQ',12,'Slå på [top]Link?',1044115556,NULL); INSERT INTO international VALUES (12,'FAQ',12,'Slå på Q&A?',1044115516,NULL); INSERT INTO international VALUES (11,'FAQ',12,'Slå på TOC?',1044115490,NULL); INSERT INTO international VALUES (5,'ExtraColumn',12,'StilArk Class',1054673657,NULL); INSERT INTO international VALUES (4,'ExtraColumn',12,'Bredde',1044115384,NULL); INSERT INTO international VALUES (3,'ExtraColumn',12,'Spacer',1044115374,NULL); INSERT INTO international VALUES (1,'ExtraColumn',12,'Ekstra kolonne',1044115356,NULL); INSERT INTO international VALUES (96,'EventsCalendar',12,'Hendelse Template',1044115252,NULL); INSERT INTO international VALUES (94,'EventsCalendar',12,'Hendelse kalender Template',1044115228,NULL); INSERT INTO international VALUES (93,'EventsCalendar',12,'Neste hendelse',1044115212,NULL); INSERT INTO international VALUES (92,'EventsCalendar',12,'Forrige hendelse',1044115199,NULL); INSERT INTO international VALUES (91,'EventsCalendar',12,'Legg til ny hendelse.',1044115182,NULL); INSERT INTO international VALUES (90,'EventsCalendar',12,'Standard måned',1044115167,NULL); INSERT INTO international VALUES (9,'EventsCalendar',12,'frem til',1044115123,NULL); INSERT INTO international VALUES (89,'EventsCalendar',12,'Vis 3 måneder fra start.',1044115106,NULL); INSERT INTO international VALUES (88,'EventsCalendar',12,'Vis 6 måneder fra start.',1044115092,NULL); INSERT INTO international VALUES (87,'EventsCalendar',12,'Vis 9 måneder fra start.',1044115078,NULL); INSERT INTO international VALUES (86,'EventsCalendar',12,'Vis 12 måneder fra start.',1044115063,NULL); INSERT INTO international VALUES (85,'EventsCalendar',12,'Sist i kalenderen',1044115039,NULL); INSERT INTO international VALUES (84,'EventsCalendar',12,'Slutt Måned',1044115021,NULL); INSERT INTO international VALUES (83,'EventsCalendar',12,'Først i kalenderen.',1044115008,NULL); INSERT INTO international VALUES (82,'EventsCalendar',12,'Gjeldende.',1044114993,NULL); INSERT INTO international VALUES (81,'EventsCalendar',12,'Start Måned',1044114983,NULL); INSERT INTO international VALUES (80,'EventsCalendar',12,'Hendelse Template',1044114970,NULL); INSERT INTO international VALUES (8,'EventsCalendar',12,'Gjentaes hver',1044114957,NULL); INSERT INTO international VALUES (78,'EventsCalendar',12,'Ikke slett noe, jeg gjorde en tabbe.',1044114927,NULL); INSERT INTO international VALUES (77,'EventsCalendar',12,'Slett denne hendelsen OG alle dens gjentagende hendelser.',1044114901,NULL); INSERT INTO international VALUES (76,'EventsCalendar',12,'Slette bare denne hendelse.',1044114838,NULL); INSERT INTO international VALUES (75,'EventsCalendar',12,'Hvilken ønsker du å gjøre?',1044114823,NULL); INSERT INTO international VALUES (4,'EventsCalendar',12,'Engangs hendelse.',1044114704,NULL); INSERT INTO international VALUES (20,'EventsCalendar',12,'Legg til en hendelse',1044114668,NULL); INSERT INTO international VALUES (2,'EventsCalendar',12,'Hendelses kalender',1044114655,NULL); INSERT INTO international VALUES (19,'EventsCalendar',12,'Sideskift etter',1044114640,NULL); INSERT INTO international VALUES (15,'EventsCalendar',12,'Slutt Dato',1044114625,NULL); INSERT INTO international VALUES (14,'EventsCalendar',12,'Start Dato',1044114614,NULL); INSERT INTO international VALUES (5,'Auth/WebGUI',12,'Passordet kan ikke være \'password\'.',1044114576,NULL); INSERT INTO international VALUES (4,'Auth/WebGUI',12,'Ditt passord kan ikke være blankt.',1044114538,NULL); INSERT INTO international VALUES (3,'Auth/WebGUI',12,'Passordet var ikke likt. Prøv igjen!',1044114503,NULL); INSERT INTO international VALUES (2,'Auth/WebGUI',12,'Passord(godkjenn)',1044114471,NULL); INSERT INTO international VALUES (1,'Auth/WebGUI',12,'WebGUI Autentiserings oppsjoner',1044114447,NULL); INSERT INTO international VALUES (9,'Auth/SMB',12,'NT Passord',1044114419,NULL); INSERT INTO international VALUES (8,'Auth/SMB',12,'NT Login',1044114408,NULL); INSERT INTO international VALUES (7,'Auth/SMB',12,'NT Domene',1044113782,NULL); INSERT INTO international VALUES (6,'Auth/SMB',12,'BDC',1044113769,NULL); INSERT INTO international VALUES (5,'Auth/SMB',12,'PDC',1044113761,NULL); 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,NULL); INSERT INTO international VALUES (3,'Auth/SMB',12,'SMB Protokoll feil(2)\r\nKontakt din systemadministrator.',1044113680,NULL); 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,NULL); INSERT INTO international VALUES (1,'Auth/SMB',12,'SMB Autentiserings oppsjoner',1044113552,NULL); INSERT INTO international VALUES (8,'Auth/LDAP',12,'LDAP Passord Navn',1044113525,NULL); INSERT INTO international VALUES (7,'Auth/LDAP',12,'LDAP Identitets Navn',1044113501,NULL); INSERT INTO international VALUES (6,'Auth/LDAP',12,'LDAP Identitet (default)',1044113475,NULL); INSERT INTO international VALUES (5,'Auth/LDAP',12,'LDAP URL (default)',1044113444,NULL); INSERT INTO international VALUES (4,'Auth/LDAP',12,'Connect DN',1044113415,NULL); INSERT INTO international VALUES (3,'Auth/LDAP',12,'LDAP URL',1044113398,NULL); INSERT INTO international VALUES (2,'Auth/LDAP',12,'Kan ikke koble til LDAP server.',1043967789,NULL); INSERT INTO international VALUES (1,'Auth/LDAP',12,'LDAP Autentiserings opsjoner',1043967710,NULL); INSERT INTO international VALUES (9,'Article',12,'Vedlegg',1043967632,NULL); INSERT INTO international VALUES (8,'Article',12,'Link URL',1043967615,NULL); INSERT INTO international VALUES (72,'Article',12,'Artikkel Template',1043967557,NULL); INSERT INTO international VALUES (7,'Article',12,'Link Tittel',1043965755,NULL); INSERT INTO international VALUES (6,'Article',12,'Bilde',1043965712,NULL); INSERT INTO international VALUES (4,'Article',12,'Slutt Dato',1043965704,NULL); INSERT INTO international VALUES (3,'Article',12,'Start Dato',1043965693,NULL); INSERT INTO international VALUES (28,'Article',12,'Vis respons',1043965682,NULL); INSERT INTO international VALUES (24,'Article',12,'Lag respons',1043965651,NULL); INSERT INTO international VALUES (23,'Article',12,'Dato',1043965597,NULL); INSERT INTO international VALUES (22,'Article',12,'Forfatter',1043965589,NULL); INSERT INTO international VALUES (894,'WebGUI',12,'Tillates diskusjon?',1043965578,NULL); INSERT INTO international VALUES (13,'Article',12,'Slett',1043965538,NULL); INSERT INTO international VALUES (10,'Article',12,'Konvertere \"carriage returns\"?',1043965425,NULL); INSERT INTO international VALUES (1,'Article',12,'Artikkel',1043965350,NULL); INSERT INTO international VALUES (887,'WebGUI',21,'Midas (ÔÒÅÂÕÅÔÓÑ Mozilla 1.3+)',1048518295,NULL); INSERT INTO international VALUES (896,'WebGUI',21,'÷ÒÅÍÑ, × ÔÅÞÅÎÉÉ ËÏÔÏÒÏÇÏ ÈÒÁÎÉÔÓÑ ËÜÛ (ÄÌÑ ÇÏÓÔÅÊ)',1048508988,NULL); INSERT INTO international VALUES (895,'WebGUI',21,'÷ÒÅÍÑ, × ÔÅÞÅÎÉÉ ËÏÔÏÒÏÇÏ ÈÒÁÎÉÔÓÑ ËÜÛ',1048508939,NULL); INSERT INTO international VALUES (893,'WebGUI',21,'ó×ÏÊÓÔ×Á ÍÏÄÕÌÑ',1048508878,NULL); INSERT INTO international VALUES (892,'WebGUI',21,'ïÂÓÕÖÄÅÎÉÅ ',1048508842,NULL); INSERT INTO international VALUES (891,'WebGUI',21,'ôÏÌØËÏ ÍÁËÒÏÓÙ',1048508802,NULL); 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,NULL); INSERT INTO international VALUES (889,'WebGUI',21,'ëÁÓËÁÄÎÙÅ ÌÉÓÔÙ ÓÔÉÌÅÊ',1048507484,NULL); 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,NULL); INSERT INTO international VALUES (72,'SyndicatedContent',21,'ûÁÂÌÏÎ ÄÌÑ ÍÏÄÕÌÑ ÓÂÏÒÁ ÉÎÆÏÒÍÁÃÉÉ Ó ÄÒÕÇÉÈ ÓÁÊÔÏ×',1048506689,NULL); INSERT INTO international VALUES (955,'WebGUI',1,'Manage System Clipboard',1052850265,NULL); INSERT INTO international VALUES (956,'WebGUI',1,'Are you certain that you wish to move this item from the clipboard to the trash?',1052850265,NULL); INSERT INTO international VALUES (957,'WebGUI',1,'Clipboard, Manage',1052850265,NULL); INSERT INTO international VALUES (28,'DataForm',21,'ïÐÃÉÏÎÁÌØÎÏ ÄÌÑ ÔÅËÓÔÏ×ÏÇÏ ÐÏÌÑ',1048505621,NULL); INSERT INTO international VALUES (27,'DataForm',21,'äÌÉÎÁ',1048505563,NULL); INSERT INTO international VALUES (9,'HttpProxy',21,'äÉÒÅËÔÏÒÉÑ ÄÌÑ Cookie',1048505543,NULL); INSERT INTO international VALUES (8,'HttpProxy',21,'òÁÚÒÅÛÉÔØ ÐÅÒÅÎÁÐÒÁ×ÌÅÎÉÅ?',1048505525,NULL); INSERT INTO international VALUES (6,'HttpProxy',21,'çÒÁÆÉÞÅÓËÁÑ ÏÂÏÌÏÞËÁ',1048505504,NULL); INSERT INTO international VALUES (5,'HttpProxy',21,'òÁÚÒÅÛÉÔØ ÉÓÐÏÌØÚÏ×ÁÎÉÅ ÐÒÏËÓÉ ÄÌÑ ÄÒÕÇÉÈ ÄÏÍÅÎÏ×?',1048505470,NULL); INSERT INTO international VALUES (4,'HttpProxy',21,'÷ÒÅÍÑ ÏÖÉÄÁÎÉÑ ÓÏÅÄÉÎÅÎÉÑ',1048505270,NULL); INSERT INTO international VALUES (3,'HttpProxy',21,'HTTP-ÐÒÏËÓÉ ',1048505211,NULL); INSERT INTO international VALUES (2,'HttpProxy',21,'òÅÄÁËÔÏÒ HTTP-ÐÒÏËÓÉ',1048505079,NULL); 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,NULL); INSERT INTO international VALUES (10,'HttpProxy',21,'HTTP-ÐÒÏËÓÉ (ÄÏÂÁ×ÌÅÎÉÅ/ÒÅÄÁËÔÉÒÏ×ÁÎÉÅ)',1048503378,NULL); INSERT INTO international VALUES (1,'HttpProxy',21,'URL',1048503301,NULL); INSERT INTO international VALUES (1030,'WebGUI',21,'ÏÔ ',1048503285,NULL); INSERT INTO international VALUES (1029,'WebGUI',21,'ïÔÒÅÄÁËÔÉÒÏ×ÁÎÏ × ',1048503236,NULL); INSERT INTO international VALUES (1024,'WebGUI',21,'æÉÌØÔÒ ÓÏÏÂÝÅÎÉÊ',1048503183,NULL); INSERT INTO international VALUES (888,'WebGUI',21,'äÌÉÎÎÁ ÔÅËÓÔÏ×ÏÇÏ ÓÏÏÂÝÅÎÉÑ ÐÒÉ ÐÒÅÄ×ÁÒÉÔÅÌØÎÏÍ ÐÒÏÓÍÏÔÒÅ',1045499912,NULL); INSERT INTO international VALUES (886,'WebGUI',21,'îÅ ÉÓÐÏÌØÚÏ×ÁÔØ ÓÔÒÁÎÉÃÕ ÐÒÉ ÏÒÇÁÎÉÚÁÃÉÉ ÎÁ×ÉÇÁÃÉÉ',1045499763,NULL); INSERT INTO international VALUES (885,'WebGUI',21,'òÁÚÒÅÛÉÔØ ÐÏÌØÚÏ×ÁÔÅÌÑÍ ÄÅÚÁËÔÉ×ÉÒÏ×ÁÔØ Ó×ÏÊ ÁËËÁÕÎÔ?',1045499648,NULL); INSERT INTO international VALUES (884,'WebGUI',21,'÷ ÎÏ×ÏÍ ÏËÎÅ',1045499597,NULL); INSERT INTO international VALUES (883,'WebGUI',21,'÷ ÔÅËÕÝÅÍ ÏËÎÅ (ÅÓÌÉ ×ÏÚÍÏÖÎÏ)',1045499561,NULL); INSERT INTO international VALUES (882,'WebGUI',21,'òÅÖÉÍ ÒÅÄÁËÔÉÒÏ×ÁÎÉÑ',1045499526,NULL); INSERT INTO international VALUES (881,'WebGUI',21,'ïÔÓÕÔÓÔ×ÕÅÔ',1045499297,NULL); INSERT INTO international VALUES (880,'WebGUI',21,'ðÒÏÓÔÅÊÛÉÊ ÒÅÄÁËÔÏÒ',1045499182,NULL); INSERT INTO international VALUES (879,'WebGUI',21,'ëÌÁÓÓÉÞÅÓËÉÊ ÒÅÄÁËÔÏÒ (ÔÒÅÂÕÅÔÓÑ Internet Explorer 5+)',1045498984,NULL); INSERT INTO international VALUES (875,'WebGUI',21,'îÁÐÉÓÁÎÏ ÎÏ×ÏÅ ÓÏÏÂÝÅÎÉÅ.',1045498177,NULL); INSERT INTO international VALUES (874,'WebGUI',21,'ïÔÐÉÓÁÔØÓÑ ÏÔ ÏÔ×ÅÔÏ×',1045497580,NULL); INSERT INTO international VALUES (873,'WebGUI',21,'ðÏÄÐÉÓËÁ ÎÁ ÏÔ×ÅÔÙ',1045497420,NULL); INSERT INTO international VALUES (872,'WebGUI',21,'çÒÕÐÐÁ, ÉÍÅÀÝÁÑ ÐÒÁ×Ï ÎÁ ÐÒÏÓÍÏÔÒ',1045495375,NULL); INSERT INTO international VALUES (871,'WebGUI',21,'çÒÕÐÐÁ, ÉÍÅÀÝÁÑ ÐÒÁ×Ï ÎÁ ÒÅÄÁËÔÉÒÏ×ÁÎÉÅ',1045495327,NULL); INSERT INTO international VALUES (870,'WebGUI',21,'úÄÒÁ×ÓÔ×ÕÊÔÅ',1045490236,NULL); INSERT INTO international VALUES (869,'WebGUI',21,'ðÒÉ×ÅÔÓÔ×ÅÎÎÏÅ ÓÏÏÂÝÅÎÉÅ',1045490181,NULL); INSERT INTO international VALUES (868,'WebGUI',21,'ðÏÓÙÌÁÔØ ÐÒÉ×ÅÔÓÔ×ÅÎÎÏÅ ÓÏÏÂÝÅÎÉÅ?',1045490098,NULL); INSERT INTO international VALUES (867,'WebGUI',21,'õ ×ÁÓ ÂÏÌØÛÅ ÐÒÁ× ÄÏÓÔÕÐÁ',1045490042,NULL); INSERT INTO international VALUES (866,'WebGUI',21,'óÏÏÂÝÅÎÉÅ ÄÌÑ ÐÏÌØÚÏ×ÁÔÅÌÅÊ, ÐÏÓÙÌÁÅÍÏÅ ÉÍ ÐÏ ÉÓÔÅÞÅÎÉÉ ÓÒÏËÁ ÄÅÊÓÔ×ÉÑ ÐÏÌÎÏÍÏÞÉÊ ÇÒÕÐÐÙ',1045489840,NULL); INSERT INTO international VALUES (865,'WebGUI',21,'éÎÆÏÒÍÉÒÏ×ÁÔØ ÐÏÌØÚÏ×ÁÔÅÌÅÊ Ï ÏËÏÎÞÁÎÉÉ ÓÒÏËÁ ÄÅÊÓÔ×ÉÑ ÐÏÌÎÏÍÏÞÉÊ?',1045488426,NULL); INSERT INTO international VALUES (864,'WebGUI',21,'úÁ ÓËÏÌØËÏ ÄÎÅÊ ÉÎÆÏÒÍÉÒÏ×ÁÔØ ÐÏÌØÚÏ×ÁÔÅÌÅÊ Ï ÏËÏÎÞÁÎÉÑ ÄÅÊÓÔ×ÉÑ ÐÏÌÎÏÍÏÞÉÊ? ',1045488364,NULL); INSERT INTO international VALUES (863,'WebGUI',21,'þÅÒÅÚ ËÁËÏÅ ÞÉÓÌÏ ÄÎÅÊ ÉÎÆÏÒÍÁÃÉÑ Ï ÕÄÁÌÅÎÎÏÊ ÇÒÕÐÐÅ ÕÄÁÌÑÔØ ÉÚ ÂÁÚÙ',1045488223,NULL); INSERT INTO international VALUES (862,'WebGUI',21,'ðÅÒÓÏÎÁÌØÎÙÅ ÎÁÓÔÒÏÊËÉ ÜÔÏÇÏ ÐÏÌØÚÏ×ÁÔÅÌÑ ÎÅ ÐÕÂÌÉËÕÀÔÓÑ.',1045487598,NULL); INSERT INTO international VALUES (861,'WebGUI',21,'ðÏËÁÚÙ×ÁÔØ ÐÅÒÓÏÎÁÌØÎÙÅ ÎÁÓÔÒÏÊËÉ ÐÏÌØÚÏ×ÁÔÅÌÑ ×ÓÅÍ?',1045487097,NULL); INSERT INTO international VALUES (860,'WebGUI',21,'ðÏËÁÚÙ×ÁÔØ e-mail? ',1045486981,NULL); INSERT INTO international VALUES (859,'WebGUI',21,'ðÏÄÐÉÓØ',1045486849,NULL); INSERT INTO international VALUES (858,'WebGUI',21,'îÉË',1045486754,NULL); INSERT INTO international VALUES (857,'WebGUI',21,'IP',1045486652,NULL); 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,NULL); 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,NULL); INSERT INTO international VALUES (891,'WebGUI',8,'Annulla solo le macro',1048258281,NULL); INSERT INTO international VALUES (896,'WebGUI',8,'Timeout della cache (visitatori)',1056804082,NULL); INSERT INTO international VALUES (895,'WebGUI',8,'Timeout della cache',1056804058,NULL); INSERT INTO international VALUES (889,'WebGUI',8,'Style Sheet, Tabs',1048258121,NULL); INSERT INTO international VALUES (893,'WebGUI',8,'Proprietà del Wobject',1048067652,NULL); INSERT INTO international VALUES (892,'WebGUI',8,'Discussione',1048067622,NULL); INSERT INTO international VALUES (72,'SyndicatedContent',8,'Template per il contenuto da altri siti',1048030686,NULL); INSERT INTO international VALUES (28,'DataForm',8,'Opzionale per la Textarea e HTML area.',1054297787,NULL); INSERT INTO international VALUES (27,'DataForm',8,'Altezza',1048030575,NULL); INSERT INTO international VALUES (9,'HttpProxy',8,'Cookie Jar',1048030564,NULL); INSERT INTO international VALUES (8,'HttpProxy',8,'Segui le redirezioni?',1048030554,NULL); INSERT INTO international VALUES (6,'HttpProxy',8,'Rimuovi stile?',1048030540,NULL); INSERT INTO international VALUES (5,'HttpProxy',8,'Consenti il proxy di altri domini?',1048030528,NULL); INSERT INTO international VALUES (4,'HttpProxy',8,'Timeout',1048030489,NULL); INSERT INTO international VALUES (3,'HttpProxy',8,'HTTP Proxy',1048030479,NULL); INSERT INTO international VALUES (2,'HttpProxy',8,'Modifica HTTP Proxy',1048030468,NULL); 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',1054297997,NULL); INSERT INTO international VALUES (10,'HttpProxy',8,'HTTP Proxy, Aggiungi/Modifica',1048009926,NULL); INSERT INTO international VALUES (1,'HttpProxy',8,'URL',1048009909,NULL); INSERT INTO international VALUES (1030,'WebGUI',8,'da',1048009901,NULL); INSERT INTO international VALUES (1029,'WebGUI',8,'Modificato il',1048009893,NULL); INSERT INTO international VALUES (1024,'WebGUI',8,'Filtra i messaggi',1048009882,NULL); INSERT INTO international VALUES (453,'WebGUI',13,'Tunnus luotu',1050110356,NULL); INSERT INTO international VALUES (399,'WebGUI',13,'Vahvista tämä sivu.',1033388105,NULL); INSERT INTO international VALUES (435,'WebGUI',13,'Session Signature',1033388187,NULL); INSERT INTO international VALUES (430,'WebGUI',13,'Last Page View',1033388177,NULL); INSERT INTO international VALUES (613,'WebGUI',13,'',1036574605,NULL); INSERT INTO international VALUES (640,'WebGUI',13,'',1039001482,NULL); INSERT INTO international VALUES (72,'DataForm',13,'',1039001407,NULL); INSERT INTO international VALUES (61,'SyndicatedContent',13,'Syndicated Content, Lisää/Muokkaa',1056062633,NULL); INSERT INTO international VALUES (1029,'WebGUI',13,'Muokannut',1050108057,NULL); INSERT INTO international VALUES (509,'WebGUI',13,'Keskustelun layout',1033388355,NULL); INSERT INTO international VALUES (105,'WebGUI',13,'Layout',1048534060,NULL); INSERT INTO international VALUES (107,'WebGUI',13,'Oikeudet/ajastus',1049121374,NULL); INSERT INTO international VALUES (62,'Product',13,'Tuotteen mallipohja',1048552377,NULL); INSERT INTO international VALUES (18,'SQLReport',13,'Kysely ei tuottanut tulosta.',1048552282,NULL); INSERT INTO international VALUES (841,'WebGUI',13,'Navigointimakrot',1048535258,NULL); INSERT INTO international VALUES (843,'WebGUI',13,'Käyttäjämakrot',1048535243,NULL); INSERT INTO international VALUES (364,'WebGUI',13,'Etsi',1048535194,NULL); INSERT INTO international VALUES (170,'WebGUI',13,'Etsi',1048535175,NULL); INSERT INTO international VALUES (4,'WobjectProxy',13,'Wobjectin välimuistitus epäonnistui. Välimuistitettava Wobjecti on ehkä poistettu.',1048535102,NULL); INSERT INTO international VALUES (835,'WebGUI',13,'Leike, Lisää/Muokkaa',1048535012,NULL); INSERT INTO international VALUES (578,'WebGUI',13,'Sinulle on viesti hyväksyttäväksi.',1048534908,NULL); INSERT INTO international VALUES (579,'WebGUI',13,'Viestisi on hyväksytty.',1048534875,NULL); INSERT INTO international VALUES (346,'WebGUI',13,'Tämä käyttäjä ei ole enää sivustomme jäsenenä. Meillä ei ole enää mitään tietoja hänestä.',1048534540,NULL); INSERT INTO international VALUES (839,'WebGUI',13,'Ohjelmointimakrot',1048534324,NULL); INSERT INTO international VALUES (831,'WebGUI',13,'Kokoelma makrot',1056062672,NULL); INSERT INTO international VALUES (827,'WebGUI',13,'Wobject mallipohja',1056062693,NULL); INSERT INTO international VALUES (677,'WebGUI',13,'Wobject, Lisää/Muokkaa',1048534219,NULL); INSERT INTO international VALUES (671,'WebGUI',13,'Wobjects, Käyttäminen',1048534205,NULL); INSERT INTO international VALUES (669,'WebGUI',13,'Makrot, Käyttäminen',1048534186,NULL); INSERT INTO international VALUES (668,'WebGUI',13,'Tyylit, Käyttäminen',1048534167,NULL); INSERT INTO international VALUES (663,'WebGUI',13,'Viestiasetukset, Muokkaa',1048534121,NULL); INSERT INTO international VALUES (103,'WebGUI',13,'Sivun ominaisuudet',1048534080,NULL); INSERT INTO international VALUES (367,'WebGUI',13,'Vanhenee jälkeen',1048534041,NULL); INSERT INTO international VALUES (418,'WebGUI',13,'Suodata sisältö',1048534004,NULL); INSERT INTO international VALUES (419,'WebGUI',13,'Poista kaikki paitsi teksti.',1048533977,NULL); INSERT INTO international VALUES (421,'WebGUI',13,'Poista kaikki paitsi perusmuotoilu.',1048533788,NULL); INSERT INTO international VALUES (495,'WebGUI',13,'htmlArea (Internet Explorer 5.5+)',1048533773,NULL); INSERT INTO international VALUES (72,'SiteMap',13,'Sivukartan mallipohja',1048533740,NULL); INSERT INTO international VALUES (61,'MessageBoard',13,'Keskustelualue, Lisää/Muokkaa',1048533726,NULL); INSERT INTO international VALUES (420,'WebGUI',13,'Älä poista mitään.',1048533707,NULL); INSERT INTO international VALUES (494,'WebGUI',13,'RealObjects edit-on Pro 2.x',1048533673,NULL); INSERT INTO international VALUES (526,'WebGUI',13,'Poista JavaScript ja estä makrot.',1048533645,NULL); INSERT INTO international VALUES (845,'WebGUI',13,'Tyylimakrot',1048533167,NULL); INSERT INTO international VALUES (887,'WebGUI',13,'Midas (Mozilla 1.3+)',1048533152,NULL); INSERT INTO international VALUES (61,'Article',13,'Artikkeli, Lisää/Muokkaa',1048533129,NULL); INSERT INTO international VALUES (854,'WebGUI',13,'Listaa kaikki mallipohjat kuten tämä.',1048533106,NULL); INSERT INTO international VALUES (857,'WebGUI',13,'IP osoite',1048533069,NULL); INSERT INTO international VALUES (858,'WebGUI',13,'Alias',1048533053,NULL); INSERT INTO international VALUES (859,'WebGUI',13,'Allekirjoitus',1048533036,NULL); INSERT INTO international VALUES (861,'WebGUI',13,'Tee profiilista julkinen?',1048533009,NULL); INSERT INTO international VALUES (862,'WebGUI',13,'Tämän käyttäjän profiili ei ole julkinen.',1048532987,NULL); INSERT INTO international VALUES (865,'WebGUI',13,'Muistuta käyttäjää tunnuksen vanhentumisesta?',1048532943,NULL); INSERT INTO international VALUES (866,'WebGUI',13,'Vanhentumisilmoituksen viesti',1048532907,NULL); INSERT INTO international VALUES (873,'WebGUI',13,'Liity keskusteluun',1048532862,NULL); INSERT INTO international VALUES (875,'WebGUI',13,'Uusi viesti on saapunut keskusteluun johon olet liittynyt.',1048532843,NULL); INSERT INTO international VALUES (881,'WebGUI',13,'Tyhjä',1048532699,NULL); INSERT INTO international VALUES (892,'WebGUI',13,'Keskustelu',1048532596,NULL); INSERT INTO international VALUES (893,'WebGUI',13,'Wobjectin ominaisuudet',1048532564,NULL); INSERT INTO international VALUES (895,'WebGUI',13,'Sivuvälimuistin aikakatkaisu',1058548762,NULL); INSERT INTO international VALUES (896,'WebGUI',13,'Sivuvälimuistin aikakatkaisu (Visitors)',1058548754,NULL); INSERT INTO international VALUES (874,'WebGUI',13,'Eroa viestiketjusta',1048532496,NULL); INSERT INTO international VALUES (748,'WebGUI',13,'Käyttäjälaskuri',1048532182,NULL); INSERT INTO international VALUES (959,'WebGUI',1,'Empty system clipboard.',1052850265,NULL); INSERT INTO international VALUES (958,'WebGUI',1,'The clipboard is a special system location to which content may be temporarily cut or copied. Items in the clipboard may then be pasted to a new location.\r\n
The clipboard contents may be managed individually. You may delete or paste an item by selecting the approriate icon. You may also empty the entire contents of the clipboard to the trash by choosing the Empty clipboard menu option.\r\n
Title
The name of the item in the clipboard. You may view the item by selecting the title.\r\nType
The type of content. For instance, a Page, Article, EventsCalendar, etc.\r\nClipboard Date
The date and time the item was added to the clipboard\r\nPrevious Location
The location where the item was previously found. You may view the previous location by selecting the location.Username
The username of the individual who placed the item in the clipboard. This optional field is only visible in shared clipboard environments or when an administrator is managing the system clipboard.',1052850265,NULL); INSERT INTO international VALUES (9,'HttpProxy',13,'Cookie Jar',1048531740,NULL); INSERT INTO international VALUES (8,'HttpProxy',13,'Seuraa uudelleenohjauksia?',1048531724,NULL); INSERT INTO international VALUES (6,'HttpProxy',13,'Poista tyyli?',1048531699,NULL); INSERT INTO international VALUES (5,'HttpProxy',13,'Salli muiden domainien välimuistitus?',1048531682,NULL); INSERT INTO international VALUES (4,'HttpProxy',13,'Aikakatkaisu',1048531651,NULL); INSERT INTO international VALUES (3,'HttpProxy',13,'HTTP proxy',1048531638,NULL); INSERT INTO international VALUES (2,'HttpProxy',13,'Muokkaa HTTP proxy',1048531623,NULL); INSERT INTO international VALUES (10,'HttpProxy',13,'HTTP proxy, Lisää/Muokkaa',1048531602,NULL); INSERT INTO international VALUES (1,'HttpProxy',13,'Osoite',1048531574,NULL); INSERT INTO international VALUES (879,'WebGUI',13,'Classic Editor (Internet Explorer 5+)',1046873168,NULL); INSERT INTO international VALUES (882,'WebGUI',13,'Muokkaustila',1046873122,NULL); INSERT INTO international VALUES (884,'WebGUI',13,'Pop Up',1046873088,NULL); INSERT INTO international VALUES (885,'WebGUI',13,'Salli käyttäjän poistaa oma käyttäjätunnus?',1046873073,NULL); INSERT INTO international VALUES (888,'WebGUI',13,'Tekstileikkeen esikatselun pituus',1046873009,NULL); INSERT INTO international VALUES (148,'WebGUI',13,'Wobjekteja',1046716620,NULL); INSERT INTO international VALUES (810,'WebGUI',13,'Lähetä',1045414375,NULL); INSERT INTO international VALUES (860,'WebGUI',13,'Tee sähköpostiosoite julkiseksi?',1045414351,NULL); INSERT INTO international VALUES (868,'WebGUI',13,'Lähetä tervetuloa viesti?',1045414300,NULL); INSERT INTO international VALUES (869,'WebGUI',13,'Tervetuloa viesti',1045414282,NULL); INSERT INTO international VALUES (872,'WebGUI',13,'Kuka voi nähdä?',1045414250,NULL); INSERT INTO international VALUES (870,'WebGUI',13,'Tervetuloa',1045414233,NULL); INSERT INTO international VALUES (871,'WebGUI',13,'Kuka voi muokata?',1045414218,NULL); INSERT INTO international VALUES (886,'WebGUI',13,'Piilota navigoinnista?',1045414156,NULL); INSERT INTO international VALUES (133,'WebGUI',13,'Muokkaa viestitys asetuksia',1045414105,NULL); INSERT INTO international VALUES (802,'WebGUI',13,'WebGUI ei tällä hetkellä seuraa sivujen statistiikkaa. Voit kytkeä seurannan päälle asetuksista.',1043841764,NULL); INSERT INTO international VALUES (743,'WebGUI',13,'Sinun pitää määritellä oikea sähköpostiosoite, jotta voit palauttaa salasanasi.',1043841727,NULL); INSERT INTO international VALUES (68,'WebGUI',13,'Kirjautumisesi epäonnistui. Joko käyttäjätunnusta ei löydy tai salasana on virheellinen.',1043841562,NULL); INSERT INTO international VALUES (651,'WebGUI',13,'Jos tyhjennät roskiksen, koko sen sisältö häviää lopullisesti. Jos haluat säilyttää jotakin roskiksen sisällöstä, voit siirtä sen ensin leikepöydälle.',1043841497,NULL); INSERT INTO international VALUES (307,'WebGUI',13,'Käytä oletus meta-tietoja?',1043841213,NULL); INSERT INTO international VALUES (134,'WebGUI',13,'Salasanan uusinta-viesti',1043841184,NULL); INSERT INTO international VALUES (2,'Product',13,'Oletko varma että haluat poistaa riippuvuudet tähän tarvikkeeseen?',1043841017,NULL); INSERT INTO international VALUES (17,'Product',13,'Tarvike',1043840971,NULL); INSERT INTO international VALUES (16,'Product',13,'Lisää tarvike',1043840952,NULL); INSERT INTO international VALUES (366,'WebGUI',13,'Etsintä ei tuottanut yhtään tulosta.',1043765335,NULL); INSERT INTO international VALUES (774,'WebGUI',13,'Oletko varma että haluat poistaa tämän kokoelmasta? Poistamisen jälkeen sitä ei voi palauttaa.',1043746780,NULL); INSERT INTO international VALUES (437,'WebGUI',13,'Statistiikka',1043705976,NULL); INSERT INTO international VALUES (400,'WebGUI',13,'Estä Proxyn välimuistitus',1043676260,NULL); INSERT INTO international VALUES (73,'MessageBoard',13,'Viestialue mallipohja',1043676052,NULL); INSERT INTO international VALUES (73,'Item',13,'Kappale mallipohja',1043676024,NULL); INSERT INTO international VALUES (1,'Auth/WebGUI',13,'WebGUI tunnistautumisen lisäasetukset',1043676006,NULL); INSERT INTO international VALUES (2,'Auth/SMB',13,'SMB palvelin virhe (1)
\r\nJokin virhe domain controllerin yhteydessä. Ehkä aikakatkaisu. Ole hyvä yritä uudelleen tai ota yhteyttä pääkäyttäjään.',1043675974,NULL); INSERT INTO international VALUES (49,'Survey',13,'Ette voi osallistua tähän visailuun.',1043675894,NULL); INSERT INTO international VALUES (856,'WebGUI',13,'Sinulla ei ole muutosoikeuksia.',1043675549,NULL); INSERT INTO international VALUES (817,'WebGUI',13,'Aktiivinen',1063118496,NULL); INSERT INTO international VALUES (793,'WebGUI',13,'Kokoelman osat.',1043675358,NULL); INSERT INTO international VALUES (790,'WebGUI/Profile',13,'Poista tämä profiilin kategoria.',1056065092,NULL); INSERT INTO international VALUES (789,'WebGUI/Profile',13,'Muokkaa tätä profiilin kategoriaa.',1056065067,NULL); INSERT INTO international VALUES (788,'WebGUI/Profile',13,'Poista tämä profiilin kenttä.',1056065119,NULL); INSERT INTO international VALUES (787,'WebGUI/Profile',13,'Muokkaa tätä profiilin kenttää.',1056065144,NULL); INSERT INTO international VALUES (786,'WebGUI',13,'WebGUI:n kokoelman hallintajärjestelmä mahdollistaa sinun tallentaa tiedostoja, kuvia ja tekstejä keskitetysti. Kokoelman osia voit käyttää missä tahansa kohtaa sisällössä.',1056062915,NULL); INSERT INTO international VALUES (785,'WebGUI',13,'Kokoelma, Hallitse',1056062887,NULL); INSERT INTO international VALUES (781,'WebGUI',13,'Teksti',1043675132,NULL); INSERT INTO international VALUES (771,'WebGUI',13,'Teksti',1043675080,NULL); INSERT INTO international VALUES (770,'WebGUI',13,'Muokkaa teksti',1043675069,NULL); INSERT INTO international VALUES (767,'WebGUI',13,'Kokoelman tunnus',1043675053,NULL); INSERT INTO international VALUES (766,'WebGUI',13,'Takaisin kokoelma listaan.',1043675035,NULL); INSERT INTO international VALUES (765,'WebGUI',13,'Poista tämä kokoelmasta.',1043674975,NULL); INSERT INTO international VALUES (764,'WebGUI',13,'Muokkaa tätä kokoelman asiaa.',1043673540,NULL); INSERT INTO international VALUES (763,'WebGUI',13,'Lisää teksti.',1043673513,NULL); INSERT INTO international VALUES (757,'WebGUI',13,'Hallitse kokoelmaa',1043673486,NULL); INSERT INTO international VALUES (751,'WebGUI',13,'Siirry täksi käyttäjäksi.',1043673467,NULL); INSERT INTO international VALUES (734,'WebGUI',13,'5 Taitava',1043673248,NULL); INSERT INTO international VALUES (733,'WebGUI',13,'4 Taitava',1043673221,NULL); INSERT INTO international VALUES (723,'WebGUI',13,'Vastustettu',1043673187,NULL); INSERT INTO international VALUES (6,'SQLReport',13,'Tietokannan käyttäjätunnus',1043672536,NULL); INSERT INTO international VALUES (14,'SQLReport',13,'Vastausta / sivu',1043672512,NULL); INSERT INTO international VALUES (9,'SQLReport',13,'Virheenselvitys: Virhe: DSN määritys on väärässä muodossa.',1043672429,NULL); INSERT INTO international VALUES (17,'SQLReport',13,'Virheenselvitys: Kysely:',1043672415,NULL); INSERT INTO international VALUES (12,'SQLReport',13,'Virheenselvitys: Virhe: Ei tietokantayhteyttä.',1043672389,NULL); INSERT INTO international VALUES (11,'SQLReport',13,'Virheenselvitys: Virhe: Kyselyssä on virhe.',1043672375,NULL); INSERT INTO international VALUES (10,'SQLReport',13,'Virheenselvitys: Virhe: SQL kysely on väärin muotoiltu.',1043672355,NULL); INSERT INTO international VALUES (16,'SQLReport',13,'Virheenselvitys?',1043672190,NULL); INSERT INTO international VALUES (1,'SyndicatedContent',13,'RSS tiedoston URL',1043672138,NULL); INSERT INTO international VALUES (19,'EventsCalendar',13,'Tapahtumia / sivu',1043672039,NULL); INSERT INTO international VALUES (20,'FileManager',13,'Tiedostoa / sivu',1043672004,NULL); INSERT INTO international VALUES (38,'Survey',13,'Täysin eri mieltä',1043671188,NULL); INSERT INTO international VALUES (36,'Survey',13,'Vähän eri mieltä',1043671174,NULL); INSERT INTO international VALUES (37,'Survey',13,'Eri mieltä',1043671139,NULL); INSERT INTO international VALUES (35,'Survey',13,'Vähän samaa mieltä',1043671121,NULL); INSERT INTO international VALUES (34,'Survey',13,'Samaa mieltä',1043671094,NULL); INSERT INTO international VALUES (33,'Survey',13,'Täysin samaa mieltä',1043671072,NULL); INSERT INTO international VALUES (39,'Survey',13,'En osaa sanoa',1043671029,NULL); INSERT INTO international VALUES (13,'Survey',13,'Kuka voi katsoa vastauksia?',1043670262,NULL); INSERT INTO international VALUES (10,'Survey',13,'Visailu',1043670191,NULL); INSERT INTO international VALUES (5,'Survey',13,'Järjestyksessä',1043670040,NULL); INSERT INTO international VALUES (6,'Survey',13,'Satunnainen',1043670007,NULL); INSERT INTO international VALUES (2,'Survey',13,'Muokkaa kyselyä',1043669924,NULL); INSERT INTO international VALUES (46,'Survey',13,'Kiitos ajastasi kun suoritit kyselymme.',1043669853,NULL); INSERT INTO international VALUES (60,'Survey',13,'Takaisin kyselyyn.',1043669832,NULL); INSERT INTO international VALUES (3,'Survey',13,'Kysely, Lisää/Muokkaa',1043669812,NULL); INSERT INTO international VALUES (61,'Poll',13,'Gallup, Lisää/Muokkaa',1056061724,NULL); INSERT INTO international VALUES (20,'Poll',13,'Karma / Gallup',1043669631,NULL); INSERT INTO international VALUES (10,'Poll',13,'Nollaa gallupit.',1043669611,NULL); INSERT INTO international VALUES (1,'Poll',13,'Gallup',1043669578,NULL); INSERT INTO international VALUES (70,'Survey',13,'Yksilöi vastaukset',1043669492,NULL); INSERT INTO international VALUES (48,'Survey',13,'Ette voi osallistua tähän kyselyyn.',1043669251,NULL); INSERT INTO international VALUES (47,'Survey',13,'Olet suorittanut tämän kyselyn.',1043669200,NULL); INSERT INTO international VALUES (42,'Survey',13,'Satunnaisesti',1043669112,NULL); INSERT INTO international VALUES (27,'Survey',13,'Lisää mielipiteen (hyväksyn/en hyväksy) vastausasteikko.',1043668949,NULL); INSERT INTO international VALUES (12,'Survey',13,'Kuka voi osallistua kyselyyn?',1043668879,NULL); INSERT INTO international VALUES (65,'Survey',13,'Yhteenvedon vienti.',1043668856,NULL); INSERT INTO international VALUES (75,'Survey',13,'Muokkaa tätä kysymystä.',1043668813,NULL); INSERT INTO international VALUES (76,'Survey',13,'Aloitusaika',1043668794,NULL); INSERT INTO international VALUES (77,'Survey',13,'Lopetusaika',1043668781,NULL); INSERT INTO international VALUES (78,'Survey',13,'Kokonaisaika',1043668758,NULL); INSERT INTO international VALUES (79,'Survey',13,'minuutit',1043668745,NULL); INSERT INTO international VALUES (80,'Survey',13,'sekunnit',1043668733,NULL); INSERT INTO international VALUES (601,'WebGUI',13,'Kansainvälinen tunnus',1043668708,NULL); INSERT INTO international VALUES (521,'WebGUI',13,'Haluan muistutuksen sähköpostista hakulaitteeseen.',1043668682,NULL); INSERT INTO international VALUES (8,'WebGUI',13,'Sivua ei löydy.',1043668591,NULL); INSERT INTO international VALUES (86,'WebGUI',13,'Haluatko todella poistaa tämän ryhmän. Huomaa että ryhmän poistaminen poistaa myös kaikki ryhmään liittyvät sidokset.',1043668521,NULL); INSERT INTO international VALUES (722,'WebGUI',13,'Tunnus',1043668444,NULL); INSERT INTO international VALUES (707,'WebGUI',13,'Näytä virheenselvitys?',1043668389,NULL); INSERT INTO international VALUES (611,'WebGUI',13,'Yrityksen nimi
\r\nYrityksen nimeä käytetää kaikissa sähköposteissa ja \"Company name\" makroissa.\r\nYrityksen sähköpostiosoite
\r\nSähköpostiosoite jota käytetään järjestelmän lähettämien viestien lähettäjä-kentässä. Lisäksi sitä käytetään makroissa.\r\nYrityksen URL
\r\nwww-osoite jota käytetään järjestelmän lähettämissä viesteissä. Lisäksi sitä käytetään makroissa.',1043668195,NULL); INSERT INTO international VALUES (588,'WebGUI',13,'Oletko varma että haluat lähettää käännöksesi Plain Black:ille heidän viralliseen WebGUI jakeluun. Painamalla \"Kyllä\" annat samalla Plain Black:ille täydet oikeudet käyttää käännöstäsi virallisissa WebGUI versioissa.',1043667933,NULL); INSERT INTO international VALUES (60,'WebGUI',13,'Oletko varma että haluat poistaa käyttäjätunnuksesi? Jos jatkat, käyttäjätunnuksesi poistetaan pysyvästi.',1043667794,NULL); INSERT INTO international VALUES (587,'WebGUI',13,'Oletko varma että haluat poistaa tämän kielen ja kaikki sen opasteet ja käännökset?',1043667721,NULL); INSERT INTO international VALUES (41,'WebGUI',13,'Yrität poistaa WebGUI:n elintärkeää komponenttia. Jos jatkat saattaa WebGUI lakata toimimasta.',1043667577,NULL); INSERT INTO international VALUES (73,'FileManager',13,'Tiedoston otsikko
\r\nOtsikko joka tiedostolle näytetään. Jos jätät tämän tyhjäksi näytetään tiedoston nimi otsikkona.\r\n\r\nTiedosto
\r\nValitse tallennettava tiedosto.\r\n\r\n1. vaihtoehtoinen versio
\r\nEsimerkiksi jos alkuperäinen on JPG muodossa tämä voisi olla saman tiedoston toinen formaatti (BMP, TIFF)\r\n\r\n2. vaihtoehtoinen versio
\r\nEsimerkiksi jos alkuperäinen on JPG muodossa tämä voisi olla saman tiedoston toinen formaatti (BMP, TIFF)\r\n\r\nKuvaus
\r\nLyhyt kuvaus tiedostosta. Sisällytä myös avainsanat tähän jolloin haku löytää kuvan niiden perusteella.\r\n\r\nTallennusryhmä
\r\nValitse ryhmä jonne tiedosto tallennetaan.\r\n\r\nMitä seuraavaksi?
\r\nValitse mitä tallennuksen jälkeen tehdään.',1043667384,NULL); INSERT INTO international VALUES (394,'WebGUI',13,'Hallitse kokoelmaa.',1043665737,NULL); INSERT INTO international VALUES (499,'WebGUI',13,'Wobjectin tunnus',1043333303,NULL); INSERT INTO international VALUES (363,'WebGUI',13,'Sisällön sijainti',1043333242,NULL); INSERT INTO international VALUES (85,'WebGUI',13,'Sisältö',1043333113,NULL); INSERT INTO international VALUES (529,'WebGUI',13,'tulosta',1043332925,NULL); INSERT INTO international VALUES (530,'WebGUI',13,'kaikki nämä sanat',1043332881,NULL); INSERT INTO international VALUES (533,'WebGUI',13,'ilman näitä sanoja',1043332862,NULL); INSERT INTO international VALUES (532,'WebGUI',13,'mikä tahansa näistä sanoista',1043332683,NULL); INSERT INTO international VALUES (531,'WebGUI',13,'juuri tämä fraasi',1043332622,NULL); INSERT INTO international VALUES (1,'Auth/LDAP',13,'LDAP tunnistautumisen asetukset',1043327610,NULL); INSERT INTO international VALUES (1,'Auth/SMB',13,'SMB tunnistautumisen asetukset',1043327592,NULL); INSERT INTO international VALUES (816,'WebGUI',13,'Tila',1042620003,NULL); INSERT INTO international VALUES (820,'WebGUI',13,'Käyttäjätunnustasi ei ole aktivoitu. Et voi kirjautua ennen kuin pääkäyttäjä on sen aktivoinut.',1042619895,NULL); INSERT INTO international VALUES (823,'WebGUI',13,'Siirry uudelle sivulle.',1042619846,NULL); INSERT INTO international VALUES (824,'WebGUI',13,'Sähköpostin alatunniste',1042619825,NULL); INSERT INTO international VALUES (829,'WebGUI',13,'Sivun mallipohja',1042619792,NULL); INSERT INTO international VALUES (26,'Survey',13,'Lisää yleisimmin (aina/ei koskaan) vastausten skaala.',1042619546,NULL); INSERT INTO international VALUES (815,'WebGUI',13,'Tallennettava tiedosto on liian iso.',1040587014,NULL); INSERT INTO international VALUES (814,'WebGUI',13,'Takaisin tyyleihin',1040586942,NULL); INSERT INTO international VALUES (821,'WebGUI',13,'Mikä tahansa',1040586911,NULL); INSERT INTO international VALUES (3,'Auth/SMB',13,'SMB protokollavirhe (2)\r\nOta yhteys ylläpitäjään.',1040078279,NULL); INSERT INTO international VALUES (4,'Auth/SMB',13,'SMB kirjautumisvirhe (3)\r\nKirjoitit kirjautumisnimen tai salasanan väärin, kokeile uudestaan.',1040078257,NULL); INSERT INTO international VALUES (5,'Auth/SMB',13,'PDC',1040078201,NULL); INSERT INTO international VALUES (6,'Auth/SMB',13,'BDC',1040078194,NULL); INSERT INTO international VALUES (7,'Auth/SMB',13,'NT toimialue',1040078186,NULL); INSERT INTO international VALUES (8,'Auth/SMB',13,'NT kirjautuminen',1040078177,NULL); INSERT INTO international VALUES (9,'Auth/SMB',13,'NT salasana',1040078161,NULL); INSERT INTO international VALUES (1,'SQLReport',13,'SQL-kysely',1040046921,NULL); INSERT INTO international VALUES (75,'SiteMap',13,'Kaikki juuret',1040046776,NULL); INSERT INTO international VALUES (74,'SiteMap',13,'Tämä sivu',1040046763,NULL); INSERT INTO international VALUES (847,'WebGUI',13,'Palaa nykyiselle sivulle',1040046710,NULL); INSERT INTO international VALUES (848,'WebGUI',13,'Tässä mallipohjassa on virhe. Korjaa ole hyvä.',1040046692,NULL); INSERT INTO international VALUES (851,'WebGUI',13,'Muokkaa tätä mallipohjaa',1040046659,NULL); INSERT INTO international VALUES (852,'WebGUI',13,'Kopioi tämä mallipohja',1040046648,NULL); INSERT INTO international VALUES (853,'WebGUI',13,'Poista tämä mallipohja',1040046634,NULL); INSERT INTO international VALUES (855,'WebGUI',13,'Listaa mallipohjat',1040046613,NULL); INSERT INTO international VALUES (9,'Survey',13,'Kysely',1040046537,NULL); INSERT INTO international VALUES (7,'Survey',13,'Vastausten ohjaama',1040046523,NULL); INSERT INTO international VALUES (1,'Survey',13,'Kysely',1040040184,NULL); INSERT INTO international VALUES (3,'SiteMap',13,'Aloitustaso',1040039632,NULL); INSERT INTO international VALUES (1,'WebGUI',13,'Lisää sisältöä...',1039414304,NULL); INSERT INTO international VALUES (1,'Article',13,'Artikkeli',1039413890,NULL); INSERT INTO international VALUES (703,'WebGUI',13,'Vuosi',1039002044,NULL); INSERT INTO international VALUES (701,'WebGUI',13,'Viikko',1039002028,NULL); INSERT INTO international VALUES (700,'WebGUI',13,'Päivä',1039002004,NULL); INSERT INTO international VALUES (706,'WebGUI',13,'Tunti',1039001994,NULL); INSERT INTO international VALUES (705,'WebGUI',13,'Minuutti',1039001984,NULL); INSERT INTO international VALUES (704,'WebGUI',13,'Sekunti',1039001974,NULL); INSERT INTO international VALUES (833,'WebGUI',13,'Tiedosto, Lisää/Muokkaa',1039001591,NULL); INSERT INTO international VALUES (825,'WebGUI',13,'Mallipohja, kieli',1039001573,NULL); INSERT INTO international VALUES (837,'WebGUI',13,'Kansio, Lisää/Muokkaa',1039001542,NULL); INSERT INTO international VALUES (71,'USS',13,'',1039001524,NULL); INSERT INTO international VALUES (685,'WebGUI',13,'Malli, Poista',1039001519,NULL); INSERT INTO international VALUES (684,'WebGUI',13,'Mallipohja, Lisää/Muokkaa',1039001516,NULL); INSERT INTO international VALUES (683,'WebGUI',13,'Mallipohjat, Hallitse',1056062811,NULL); INSERT INTO international VALUES (681,'WebGUI',13,'Paketit, Luonti',1039001512,NULL); INSERT INTO international VALUES (680,'WebGUI',13,'Paketti, Lisää',1039001510,NULL); INSERT INTO international VALUES (679,'WebGUI',13,'Sisällön asetukset, Muokkaa',1039001506,NULL); INSERT INTO international VALUES (675,'WebGUI',13,'Hakukone, käytä',1039001504,NULL); INSERT INTO international VALUES (674,'WebGUI',13,'Sekalaiset asetukset, muokkaa',1039001502,NULL); INSERT INTO international VALUES (670,'WebGUI',13,'Kuva, Lisää/Muokkaa',1039001500,NULL); INSERT INTO international VALUES (666,'WebGUI',13,'Tyyli, Lisää/Muokkaa',1039001495,NULL); INSERT INTO international VALUES (656,'WebGUI',13,'Yrityksen tiedot, muokkaa',1039001489,NULL); INSERT INTO international VALUES (642,'WebGUI',13,'Sivu, Lisää/Muokkaa',1056062749,NULL); INSERT INTO international VALUES (639,'WebGUI',13,'',1039001479,NULL); INSERT INTO international VALUES (638,'WebGUI',13,'',1039001477,NULL); INSERT INTO international VALUES (636,'WebGUI',13,'',1039001474,NULL); INSERT INTO international VALUES (635,'WebGUI',13,'',1039001472,NULL); INSERT INTO international VALUES (634,'WebGUI',13,'',1039001470,NULL); INSERT INTO international VALUES (630,'WebGUI',13,'',1039001467,NULL); INSERT INTO international VALUES (629,'WebGUI',13,'',1039001465,NULL); INSERT INTO international VALUES (625,'WebGUI',13,'',1039001463,NULL); INSERT INTO international VALUES (624,'WebGUI',13,'',1039001461,NULL); INSERT INTO international VALUES (621,'WebGUI',13,'',1039001459,NULL); INSERT INTO international VALUES (618,'WebGUI',13,'',1039001456,NULL); INSERT INTO international VALUES (606,'WebGUI',13,'',1039001450,NULL); INSERT INTO international VALUES (61,'USS',13,'User Submission System, Lisää/Muokkaa',1056384713,NULL); INSERT INTO international VALUES (63,'Product',13,'',1039001438,NULL); INSERT INTO international VALUES (71,'SiteMap',13,'',1039001435,NULL); INSERT INTO international VALUES (61,'SiteMap',13,'Sivukartta, Lisää/Muokkaa',1039001432,NULL); INSERT INTO international VALUES (39,'Product',13,'',1039001426,NULL); INSERT INTO international VALUES (38,'Product',13,'Tuote, Lisää/Muokkaa',1039001422,NULL); INSERT INTO international VALUES (71,'MessageBoard',13,'',1039001416,NULL); INSERT INTO international VALUES (73,'LinkList',13,'',1039001277,NULL); INSERT INTO international VALUES (72,'LinkList',13,'Linkki, Lisää/Muokkaa',1039001274,NULL); INSERT INTO international VALUES (71,'LinkList',13,'',1039001269,NULL); INSERT INTO international VALUES (61,'LinkList',13,'Linkkilista, Lisää/Muokkaa',1039001263,NULL); INSERT INTO international VALUES (71,'Item',13,'',1039001246,NULL); INSERT INTO international VALUES (61,'Item',13,'Kappale, Lisää/Muokkaa',1039001240,NULL); INSERT INTO international VALUES (9,'FileManager',13,'Muokkaa tiedostonhallintaa',1039001227,NULL); INSERT INTO international VALUES (71,'FileManager',13,'',1039001209,NULL); INSERT INTO international VALUES (72,'FileManager',13,'Tiedoston lataus, Lisää/Muokkaa',1039001205,NULL); INSERT INTO international VALUES (61,'FileManager',13,'Tiedostohallinta, Lisää/Muokkaa',1039001198,NULL); INSERT INTO international VALUES (6,'FileManager',13,'Tiedosto',1039001185,NULL); INSERT INTO international VALUES (19,'FileManager',13,'Tiedostoja ei ole ladattavaksi.',1039001173,NULL); INSERT INTO international VALUES (12,'FileManager',13,'Oletko varma että haluat poistaa tämän tiedoston?',1039001164,NULL); INSERT INTO international VALUES (11,'FileManager',13,'Lisää uusi tiedosto.',1039001160,NULL); INSERT INTO international VALUES (10,'FileManager',13,'Muokkaa latausta',1039001157,NULL); INSERT INTO international VALUES (73,'FAQ',13,'',1039001145,NULL); INSERT INTO international VALUES (1,'FileManager',13,'Tiedostohallinta',1039001139,NULL); INSERT INTO international VALUES (72,'FAQ',13,'Kysymys, Lisää/Muokkaa',1039001135,NULL); INSERT INTO international VALUES (71,'FAQ',13,'',1039001130,NULL); INSERT INTO international VALUES (61,'FAQ',13,'Usein kysytyt kysymykset, Lisää/Muokkaa',1039001126,NULL); INSERT INTO international VALUES (71,'EventsCalendar',13,'',1039001120,NULL); INSERT INTO international VALUES (73,'EventsCalendar',13,'',1039001117,NULL); INSERT INTO international VALUES (71,'ExtraColumn',13,'',1039001114,NULL); INSERT INTO international VALUES (61,'ExtraColumn',13,'Ylimääräinen palsta, Lisää/Muokkaa',1039001109,NULL); INSERT INTO international VALUES (72,'EventsCalendar',13,'Tapahtuma, Lisää/Muokkaa',1039001105,NULL); INSERT INTO international VALUES (61,'EventsCalendar',13,'Tapahtumakalenteri, Lisää/Muokkaa',1039001099,NULL); INSERT INTO international VALUES (71,'Article',13,'',1039001091,NULL); INSERT INTO international VALUES (75,'LinkList',13,'Linkkilistan mallipohja',1039000938,NULL); INSERT INTO international VALUES (75,'FileManager',13,'Tiedostohallinnan mallipohja',1039000911,NULL); INSERT INTO international VALUES (74,'FileManager',13,'Lisää uusi tiedosto.',1039000895,NULL); INSERT INTO international VALUES (76,'FAQ',13,'Usein kysytyt kysymykset -mallipohja',1039000879,NULL); INSERT INTO international VALUES (96,'EventsCalendar',13,'Tapahtuman mallipohja',1039000854,NULL); INSERT INTO international VALUES (94,'EventsCalendar',13,'Tapahtumakalenterin mallipohja',1039000840,NULL); INSERT INTO international VALUES (93,'EventsCalendar',13,'Seuraava tapahtuma',1039000828,NULL); INSERT INTO international VALUES (92,'EventsCalendar',13,'Edellinen tapahtuma',1039000818,NULL); INSERT INTO international VALUES (91,'EventsCalendar',13,'Lisää uusi tapahtuma.',1039000809,NULL); INSERT INTO international VALUES (90,'EventsCalendar',13,'Oletuskuukausi',1039000798,NULL); INSERT INTO international VALUES (89,'EventsCalendar',13,'Näytä 3 kuukautta alkamisesta.',1039000788,NULL); INSERT INTO international VALUES (88,'EventsCalendar',13,'Näytä 6 kuukautta alkamisesta.',1039000781,NULL); INSERT INTO international VALUES (87,'EventsCalendar',13,'Näytä 9 kuukautta alkamisesta.',1039000772,NULL); INSERT INTO international VALUES (86,'EventsCalendar',13,'Näytä 12 kuukautta alkamisesta.',1039000757,NULL); INSERT INTO international VALUES (85,'EventsCalendar',13,'Viimeinen kalenterissa.',1039000738,NULL); INSERT INTO international VALUES (84,'EventsCalendar',13,'Päättymiskuukausi',1039000727,NULL); INSERT INTO international VALUES (83,'EventsCalendar',13,'Ensimmäinen kalenterissa.',1039000715,NULL); INSERT INTO international VALUES (82,'EventsCalendar',13,'Nykyinen.',1039000691,NULL); INSERT INTO international VALUES (81,'EventsCalendar',13,'Aloituskuukausi',1039000682,NULL); INSERT INTO international VALUES (80,'EventsCalendar',13,'Tapahtuma-mallipohja',1039000672,NULL); INSERT INTO international VALUES (72,'Article',13,'Artikkelin mallipohja',1039000616,NULL); INSERT INTO international VALUES (6,'WobjectProxy',13,'',1037820825,NULL); INSERT INTO international VALUES (698,'WebGUI',13,'',1037820798,NULL); INSERT INTO international VALUES (637,'WebGUI',13,'',1037820754,NULL); INSERT INTO international VALUES (633,'WebGUI',13,'',1037820717,NULL); INSERT INTO international VALUES (627,'WebGUI',13,'',1037820696,NULL); INSERT INTO international VALUES (626,'WebGUI',13,'',1037820689,NULL); INSERT INTO international VALUES (623,'WebGUI',13,'',1037820676,NULL); INSERT INTO international VALUES (622,'WebGUI',13,'',1037820668,NULL); INSERT INTO international VALUES (620,'WebGUI',13,'',1037820653,NULL); INSERT INTO international VALUES (619,'WebGUI',13,'',1037820645,NULL); INSERT INTO international VALUES (617,'WebGUI',13,'',1037820629,NULL); INSERT INTO international VALUES (155,'WebGUI',13,'',1037820594,NULL); INSERT INTO international VALUES (13,'FAQ',13,'Laita [top] linkki käyttöön?',1037820534,NULL); INSERT INTO international VALUES (388,'WebGUI',13,'Tallennettu',1037820131,NULL); INSERT INTO international VALUES (64,'Survey',13,'Vastausten vienti.',1037819708,NULL); INSERT INTO international VALUES (66,'Survey',13,'Vastaukset',1037819690,NULL); INSERT INTO international VALUES (67,'Survey',13,'Käyttäjä',1037819680,NULL); INSERT INTO international VALUES (68,'Survey',13,'Näytä raportit ja viennit.',1037819671,NULL); INSERT INTO international VALUES (69,'Survey',13,'Poista tämän käyttäjän vastaukset.',1037819649,NULL); INSERT INTO international VALUES (72,'Survey',13,'Oletko varma että haluat poistaa tämän käyttäjän vastaukset?',1037819621,NULL); INSERT INTO international VALUES (73,'Survey',13,'Poista kaikki vastaukset.',1037819596,NULL); INSERT INTO international VALUES (74,'Survey',13,'Oletko varma että haluat poistaa kaikki vastaukset?',1037819582,NULL); INSERT INTO international VALUES (750,'WebGUI',13,'Poista käyttäjä.',1037819512,NULL); INSERT INTO international VALUES (752,'WebGUI',13,'Näytä käyttäjän profiili.',1037819488,NULL); INSERT INTO international VALUES (753,'WebGUI',13,'Muokkaa ryhmää.',1037819468,NULL); INSERT INTO international VALUES (754,'WebGUI',13,'Hallitse ryhmän käyttäjiä.',1037819455,NULL); INSERT INTO international VALUES (756,'WebGUI',13,'Takaisin ryhmälistaan.',1037819432,NULL); INSERT INTO international VALUES (758,'WebGUI',13,'Lisää kansio.',1037819403,NULL); INSERT INTO international VALUES (759,'WebGUI',13,'Muokkaa kansiota.',1037819393,NULL); INSERT INTO international VALUES (760,'WebGUI',13,'Poista kansio.',1037819376,NULL); INSERT INTO international VALUES (761,'WebGUI',13,'Lisää kuva.',1037819364,NULL); INSERT INTO international VALUES (762,'WebGUI',13,'Lisää tiedosto.',1037819343,NULL); INSERT INTO international VALUES (768,'WebGUI',13,'Nimi',1037819310,NULL); INSERT INTO international VALUES (769,'WebGUI',13,'Kansion järjestys',1037819299,NULL); INSERT INTO international VALUES (772,'WebGUI',13,'Muokkaa tiedostoa',1037819273,NULL); INSERT INTO international VALUES (773,'WebGUI',13,'Tiedosto',1037819257,NULL); INSERT INTO international VALUES (775,'WebGUI',13,'Oletko varma että haluat poistaa tämän kansion? Poistaminen on pysyvää.',1056062870,NULL); INSERT INTO international VALUES (776,'WebGUI',13,'Muokkaa kansiota',1037819112,NULL); INSERT INTO international VALUES (777,'WebGUI',13,'Kansion tunnus',1037819102,NULL); INSERT INTO international VALUES (778,'WebGUI',13,'Kansion kuvaus',1037819084,NULL); INSERT INTO international VALUES (779,'WebGUI',13,'Kuva',1037819063,NULL); INSERT INTO international VALUES (780,'WebGUI',13,'Tiedosto',1037819054,NULL); INSERT INTO international VALUES (782,'WebGUI',13,'Mikä tahansa',1037819038,NULL); INSERT INTO international VALUES (783,'WebGUI',13,'Tyyppi',1037819026,NULL); INSERT INTO international VALUES (784,'WebGUI',13,'Pikkukuva',1037819014,NULL); INSERT INTO international VALUES (799,'WebGUI',13,'Sivua katsottu',1037818963,NULL); INSERT INTO international VALUES (804,'WebGUI',13,'Kopioi tyyli.',1037818944,NULL); INSERT INTO international VALUES (803,'WebGUI',13,'Muokkaa tyyliä.',1037818880,NULL); INSERT INTO international VALUES (805,'WebGUI',13,'Poista tämä tyyli.',1037818868,NULL); INSERT INTO international VALUES (806,'WebGUI',13,'Poista tämä ryhmä.',1037818854,NULL); INSERT INTO international VALUES (807,'WebGUI',13,'Hallitse ryhmiä tässä ryhmässä.',1037818839,NULL); INSERT INTO international VALUES (809,'WebGUI',13,'Postitusryhmä',1037818807,NULL); INSERT INTO international VALUES (811,'WebGUI',13,'Keneltä',1037818793,NULL); INSERT INTO international VALUES (812,'WebGUI',13,'Viestisi on lähetetty.',1037818782,NULL); INSERT INTO international VALUES (813,'WebGUI',13,'Ryhmät tässä ryhmässä',1037818766,NULL); INSERT INTO international VALUES (800,'WebGUI',13,'Eri kävijöitä',1037712845,NULL); INSERT INTO international VALUES (798,'WebGUI',13,'Sivun otsikko',1037712807,NULL); INSERT INTO international VALUES (796,'WebGUI',13,'Näytä sivujen statistiikka.',1037712657,NULL); INSERT INTO international VALUES (749,'WebGUI',13,'Seuraa sivun statistiikkaa?',1037712391,NULL); INSERT INTO international VALUES (797,'WebGUI',13,'Näytä liikennestatistiikka.',1037712364,NULL); INSERT INTO international VALUES (794,'WebGUI',13,'Paketteja',1037712238,NULL); INSERT INTO international VALUES (146,'WebGUI',13,'Aktiivisia istuntoja',1037712181,NULL); INSERT INTO international VALUES (425,'WebGUI',13,'Aktiiviset istunnot',1037712162,NULL); INSERT INTO international VALUES (427,'WebGUI',13,'Tyylejä',1037712034,NULL); INSERT INTO international VALUES (89,'WebGUI',13,'Ryhmiä',1037711997,NULL); INSERT INTO international VALUES (149,'WebGUI',13,'Käyttäjiä',1037711981,NULL); INSERT INTO international VALUES (792,'WebGUI',13,'Mallipohjia',1037711938,NULL); INSERT INTO international VALUES (795,'WebGUI',13,'Juuria',1037711898,NULL); INSERT INTO international VALUES (593,'WebGUI',13,'Lähetä käännöksesi.',1037711825,NULL); INSERT INTO international VALUES (594,'WebGUI',13,'Käännä viestejä.',1037711786,NULL); INSERT INTO international VALUES (8,'Survey',13,'Kysymysten järjestys',1037711450,NULL); INSERT INTO international VALUES (63,'Survey',13,'Kysymysten vienti.',1037711408,NULL); INSERT INTO international VALUES (62,'Survey',13,'Vastausten vienti.',1037711396,NULL); INSERT INTO international VALUES (59,'Survey',13,'Näytä tilastollinen katsaus.',1037711306,NULL); INSERT INTO international VALUES (58,'Survey',13,'Tilastollinen katsaus',1037711288,NULL); INSERT INTO international VALUES (57,'Survey',13,'Kommentit',1037711269,NULL); INSERT INTO international VALUES (56,'Survey',13,'Näytä kommentit.',1037711258,NULL); INSERT INTO international VALUES (55,'Survey',13,'Näytä vastaukset.',1037711245,NULL); INSERT INTO international VALUES (54,'Survey',13,'Prosenttia',1037711233,NULL); INSERT INTO international VALUES (53,'Survey',13,'Vastaukset',1037711222,NULL); INSERT INTO international VALUES (52,'Survey',13,'Pisteet',1037711212,NULL); INSERT INTO international VALUES (51,'Survey',13,'Kommentoi?',1037711202,NULL); INSERT INTO international VALUES (50,'Survey',13,'Seuraava',1037711191,NULL); INSERT INTO international VALUES (45,'Survey',13,'Oletko varma että haluat poistaa tämän kysymyksen ja sen vastaukset?',1037711128,NULL); INSERT INTO international VALUES (43,'Survey',13,'Ei koskaan',1037711096,NULL); INSERT INTO international VALUES (41,'Survey',13,'Yleisimmin',1037711084,NULL); INSERT INTO international VALUES (40,'Survey',13,'Aina',1037711073,NULL); INSERT INTO international VALUES (32,'Survey',13,'Epätosi',1037710998,NULL); INSERT INTO international VALUES (31,'Survey',13,'Tosi',1037710988,NULL); INSERT INTO international VALUES (30,'Survey',13,'Lisää uusi kysymys.',1037710977,NULL); INSERT INTO international VALUES (29,'Survey',13,'Lisää tekstivastaus.',1037710942,NULL); INSERT INTO international VALUES (28,'Survey',13,'Lisää kysymys.',1037710926,NULL); INSERT INTO international VALUES (25,'Survey',13,'Lisää oikein/väärin vastaus.',1037710894,NULL); INSERT INTO international VALUES (24,'Survey',13,'Lisää monivalintavastaus.',1037710879,NULL); INSERT INTO international VALUES (23,'Survey',13,'Lisää uusi vastaus.',1037710859,NULL); INSERT INTO international VALUES (22,'Survey',13,'Vastauksen tyyppi',1037710802,NULL); INSERT INTO international VALUES (791,'WebGUI',13,'Poista tämä käännös.',1037710786,NULL); INSERT INTO international VALUES (584,'WebGUI',13,'Lisää uusi käännös.',1037710583,NULL); INSERT INTO international VALUES (589,'WebGUI',13,'Muokkaa käännöstä',1037710571,NULL); INSERT INTO international VALUES (586,'WebGUI',13,'Hallitse käännöksiä',1037710556,NULL); INSERT INTO international VALUES (21,'Survey',13,'Siirry',1037710485,NULL); INSERT INTO international VALUES (20,'Survey',13,'Onko tämä vastaus oikein?',1037710473,NULL); INSERT INTO international VALUES (19,'Survey',13,'Vastaus',1037710446,NULL); INSERT INTO international VALUES (18,'Survey',13,'Muokkaa vastausta',1037710307,NULL); INSERT INTO international VALUES (17,'Survey',13,'Muokkaa kysymystä',1037710283,NULL); INSERT INTO international VALUES (16,'Survey',13,'Arvo vastaukset?',1037710273,NULL); INSERT INTO international VALUES (15,'Survey',13,'Salli kommentointi?',1037710258,NULL); INSERT INTO international VALUES (14,'Survey',13,'Kysymys',1037710227,NULL); INSERT INTO international VALUES (11,'Survey',13,'Tila',1037710192,NULL); INSERT INTO international VALUES (598,'WebGUI',13,'Muokkaa käännöstä.',1037709738,NULL); INSERT INTO international VALUES (718,'WebGUI',13,'Käännöksen vienti.',1037709663,NULL); INSERT INTO international VALUES (616,'WebGUI',13,'',1036574631,NULL); INSERT INTO international VALUES (615,'WebGUI',13,'',1036574624,NULL); INSERT INTO international VALUES (612,'WebGUI',13,'',1036574598,NULL); INSERT INTO international VALUES (610,'WebGUI',13,'',1036574582,NULL); INSERT INTO international VALUES (609,'WebGUI',13,'',1036574574,NULL); INSERT INTO international VALUES (608,'WebGUI',13,'',1036574564,NULL); INSERT INTO international VALUES (607,'WebGUI',13,'',1036574557,NULL); INSERT INTO international VALUES (502,'WebGUI',13,'',1036574512,NULL); INSERT INTO international VALUES (466,'WebGUI/Profile',13,'',1036574501,NULL); INSERT INTO international VALUES (417,'WebGUI',13,'',1036574484,NULL); INSERT INTO international VALUES (416,'WebGUI',13,'',1036574476,NULL); INSERT INTO international VALUES (377,'WebGUI',13,'',1036574458,NULL); INSERT INTO international VALUES (38,'WebGUI',13,'',1036574450,NULL); INSERT INTO international VALUES (36,'WebGUI',13,'Vain pääkäyttäjä voi tehdä tämän. Ota yhteys pääkäyttäjään.',1063118602,NULL); INSERT INTO international VALUES (381,'WebGUI',13,'',1036574426,NULL); INSERT INTO international VALUES (71,'SyndicatedContent',13,'',1036574393,NULL); INSERT INTO international VALUES (57,'Product',13,'',1036574380,NULL); INSERT INTO international VALUES (48,'Product',13,'',1036574366,NULL); INSERT INTO international VALUES (614,'WebGUI',13,'',1036574249,NULL); INSERT INTO international VALUES (44,'Survey',13,'Haluatko varmasti poistaa tämän kysymyksen, sen vastaukset ja vastineet?',1036573453,NULL); INSERT INTO international VALUES (721,'WebGUI',13,'Sijainti',1036573388,NULL); INSERT INTO international VALUES (729,'WebGUI',13,'0 Aloittelija',1036573336,NULL); INSERT INTO international VALUES (730,'WebGUI',13,'1 Noviisi',1036573322,NULL); INSERT INTO international VALUES (731,'WebGUI',13,'2 Harjoittelija',1036573309,NULL); INSERT INTO international VALUES (732,'WebGUI',13,'3 Aloittelija',1036573297,NULL); INSERT INTO international VALUES (735,'WebGUI',13,'6 Ammattilainen',1036573269,NULL); INSERT INTO international VALUES (736,'WebGUI',13,'7 Expertti',1036573257,NULL); INSERT INTO international VALUES (737,'WebGUI',13,'8 Mestari',1036573247,NULL); INSERT INTO international VALUES (738,'WebGUI',13,'9 Guru',1036573230,NULL); INSERT INTO international VALUES (739,'WebGUI',13,'Käyttäjän taso',1036573219,NULL); INSERT INTO international VALUES (741,'WebGUI',13,'Muokkaa tätä mallia.',1036573203,NULL); INSERT INTO international VALUES (742,'WebGUI',13,'Hallitse malleja.',1036573189,NULL); INSERT INTO international VALUES (744,'WebGUI',13,'Mitä seuraavaksi?',1036573166,NULL); INSERT INTO international VALUES (745,'WebGUI',13,'Palaa sivulle.',1036573155,NULL); INSERT INTO international VALUES (746,'WebGUI',13,'Työkalurivin napit',1036573137,NULL); INSERT INTO international VALUES (747,'WebGUI',13,'Käyttäjänimissä saa olla ainoastaa kirjaimia ja/tai numeroita.',1036573072,NULL); INSERT INTO international VALUES (632,'WebGUI',13,'',1036572996,NULL); INSERT INTO international VALUES (511,'WebGUI',13,'Ketjutettu',1036530565,NULL); INSERT INTO international VALUES (75,'FAQ',13,'Lisää kysymys.',1036530213,NULL); INSERT INTO international VALUES (71,'SQLReport',13,'',1036528060,NULL); INSERT INTO international VALUES (50,'Product',13,'',1036528040,NULL); INSERT INTO international VALUES (47,'Product',13,'',1036528032,NULL); INSERT INTO international VALUES (45,'Product',13,'',1036528024,NULL); INSERT INTO international VALUES (43,'Product',13,'',1036528017,NULL); INSERT INTO international VALUES (41,'Product',13,'',1036528008,NULL); INSERT INTO international VALUES (4,'Product',13,'',1036528000,NULL); INSERT INTO international VALUES (71,'Poll',13,'',1036527902,NULL); INSERT INTO international VALUES (719,'WebGUI',13,'Vanhentunut',1036527514,NULL); INSERT INTO international VALUES (720,'WebGUI',13,'OK',1036496844,NULL); INSERT INTO international VALUES (724,'WebGUI',13,'Käyttäjätunnus ei voi alkaa tai loppua välilyöntiin.',1036496786,NULL); INSERT INTO international VALUES (725,'WebGUI',13,'Käyttäjätunnus ei voi olla tyhjä.',1036496755,NULL); INSERT INTO international VALUES (4,'Auth/WebGUI',13,'Salasanaa ei voi jättää tyhjäksi.',1036496729,NULL); INSERT INTO international VALUES (5,'Auth/WebGUI',13,'Salasana ei voi olla \"password\".',1036496691,NULL); INSERT INTO international VALUES (12,'Poll',13,'Ääniä annettu',1056061654,NULL); INSERT INTO international VALUES (13,'Article',13,'Poista',1033388805,NULL); INSERT INTO international VALUES (894,'WebGUI',13,'Salli keskustelu?',1033388801,NULL); INSERT INTO international VALUES (77,'EventsCalendar',13,'Poista tämä tapahtuma ja kaikki sen toistumat.',1033388797,NULL); INSERT INTO international VALUES (76,'EventsCalendar',13,'Poista vain tämä tapahtuma.',1033388795,NULL); INSERT INTO international VALUES (75,'EventsCalendar',13,'Mitä haluaisit tehdä?',1033388792,NULL); INSERT INTO international VALUES (4,'EventsCalendar',13,'Tapahtuu ainoastaan kerran.',1033388776,NULL); INSERT INTO international VALUES (20,'EventsCalendar',13,'Lisää tapahtuma.',1033388771,NULL); INSERT INTO international VALUES (2,'EventsCalendar',13,'Tapahtumakalenteri',1033388768,NULL); INSERT INTO international VALUES (15,'EventsCalendar',13,'Päättymispäivä',1033388756,NULL); INSERT INTO international VALUES (14,'EventsCalendar',13,'Alkamispäivä',1033388754,NULL); INSERT INTO international VALUES (13,'EventsCalendar',13,'Lisää tapahtuma',1033388751,NULL); INSERT INTO international VALUES (12,'EventsCalendar',13,'Muokkaa tapahtumakalenteria',1033388749,NULL); INSERT INTO international VALUES (8,'FileManager',13,'Selitys',1033388740,NULL); INSERT INTO international VALUES (7,'FileManager',13,'Ryhmä joka saa tallentaa',1033388731,NULL); INSERT INTO international VALUES (5,'FileManager',13,'Tiedoston otsikko',1033388723,NULL); INSERT INTO international VALUES (3,'FileManager',13,'Lisätäänkö tiedostoja?',1033388720,NULL); INSERT INTO international VALUES (18,'FileManager',13,'Vaihtoehtoinen versio 2',1033388706,NULL); INSERT INTO international VALUES (17,'FileManager',13,'Vaihtoehtoinen versio 1',1033388703,NULL); INSERT INTO international VALUES (16,'FileManager',13,'Tallennettu',1033388701,NULL); INSERT INTO international VALUES (15,'FileManager',13,'Selitys',1033388698,NULL); INSERT INTO international VALUES (14,'FileManager',13,'Tiedosto',1033388695,NULL); INSERT INTO international VALUES (9,'Article',13,'Liite',1033388681,NULL); INSERT INTO international VALUES (7,'Article',13,'Linkin otsikko',1033388678,NULL); INSERT INTO international VALUES (6,'Article',13,'Kuva',1033388675,NULL); INSERT INTO international VALUES (4,'Article',13,'Loppumispäivä',1033388672,NULL); INSERT INTO international VALUES (3,'Article',13,'Alkamispäivä',1033388670,NULL); INSERT INTO international VALUES (28,'Article',13,'Näytä vastaukset',1033388667,NULL); INSERT INTO international VALUES (24,'Article',13,'Lähetä vastine',1033388663,NULL); INSERT INTO international VALUES (22,'Article',13,'Kirjoittaja',1033388660,NULL); INSERT INTO international VALUES (23,'Article',13,'Päiväys',1033388657,NULL); INSERT INTO international VALUES (8,'Article',13,'Linkin URL',1033388650,NULL); INSERT INTO international VALUES (12,'Article',13,'Muokkaa artikkelia',1033388636,NULL); INSERT INTO international VALUES (395,'WebGUI',13,'Lisää uusi kuva.',1033388623,NULL); INSERT INTO international VALUES (62,'WebGUI',13,'Tallenna',1033388612,NULL); INSERT INTO international VALUES (61,'WebGUI',13,'Päivitä tilin tiedot',1033388588,NULL); INSERT INTO international VALUES (605,'WebGUI',13,'Lisää ryhmiä',1033388577,NULL); INSERT INTO international VALUES (6,'WebGUI',13,'Hallitse tyylejä.',1033388571,NULL); INSERT INTO international VALUES (597,'WebGUI',13,'Muokkaa kansainvälisiä ilmoituksia',1033388567,NULL); INSERT INTO international VALUES (596,'WebGUI',13,'PUUTTUU',1033388565,NULL); INSERT INTO international VALUES (595,'WebGUI',13,'Kansainväliset viestit',1033388563,NULL); INSERT INTO international VALUES (592,'WebGUI',13,'Merkistö',1033388556,NULL); INSERT INTO international VALUES (591,'WebGUI',13,'Kieli',1033388554,NULL); INSERT INTO international VALUES (590,'WebGUI',13,'Kieli ID',1033388552,NULL); INSERT INTO international VALUES (59,'WebGUI',13,'Unohdin salasanani.',1033388550,NULL); INSERT INTO international VALUES (585,'WebGUI',13,'Hallitse käännöksiä.',1033388539,NULL); INSERT INTO international VALUES (583,'WebGUI',13,'Suurin kuvakoko',1033388535,NULL); INSERT INTO international VALUES (582,'WebGUI',13,'Jätä tyhjäksi',1033388533,NULL); INSERT INTO international VALUES (581,'WebGUI',13,'Lisää uusi arvo',1033388531,NULL); INSERT INTO international VALUES (580,'WebGUI',13,'Viestisi on estetty.',1033388529,NULL); INSERT INTO international VALUES (58,'WebGUI',13,'Minulla on jo tili.',1033388527,NULL); INSERT INTO international VALUES (577,'WebGUI',13,'Lähetä vastaus',1033388520,NULL); INSERT INTO international VALUES (576,'WebGUI',13,'Poista',1033388517,NULL); INSERT INTO international VALUES (575,'WebGUI',13,'Muokkaa',1033388515,NULL); INSERT INTO international VALUES (574,'WebGUI',13,'Estä',1033388512,NULL); INSERT INTO international VALUES (572,'WebGUI',13,'Approve',1033388508,NULL); INSERT INTO international VALUES (57,'WebGUI',13,'Tätä tarvitaan ainoastaan email ominaisuuksissa.',1033388501,NULL); INSERT INTO international VALUES (566,'WebGUI',13,'Muokkaamisen aikakatkaisu',1033388493,NULL); INSERT INTO international VALUES (565,'WebGUI',13,'Kuka voi muokata?',1033388491,NULL); INSERT INTO international VALUES (564,'WebGUI',13,'Kuka voi postittaa?',1033388489,NULL); INSERT INTO international VALUES (563,'WebGUI',13,'Oletustila',1033388486,NULL); INSERT INTO international VALUES (562,'WebGUI',13,'Ratkaisematon',1033388484,NULL); INSERT INTO international VALUES (561,'WebGUI',13,'Estetty',1033388482,NULL); INSERT INTO international VALUES (560,'WebGUI',13,'Suostuttu',1033388480,NULL); INSERT INTO international VALUES (56,'WebGUI',13,'email osoite',1033388478,NULL); INSERT INTO international VALUES (559,'WebGUI',13,'Suorita rekisteröinti',1033388476,NULL); INSERT INTO international VALUES (558,'WebGUI',13,'Muokkaa käyttäjien Karma',1033388474,NULL); INSERT INTO international VALUES (557,'WebGUI',13,'Selitys',1033388472,NULL); INSERT INTO international VALUES (556,'WebGUI',13,'Amount',1033388470,NULL); INSERT INTO international VALUES (555,'WebGUI',13,'Muokka tämän käyttäjän Karma.',1033388468,NULL); INSERT INTO international VALUES (554,'WebGUI',13,'Toimia',1033388466,NULL); INSERT INTO international VALUES (553,'WebGUI',13,'Tila',1033388464,NULL); INSERT INTO international VALUES (552,'WebGUI',13,'Ratkaisematon',1033388462,NULL); INSERT INTO international VALUES (551,'WebGUI',13,'Huomautus',1033388460,NULL); INSERT INTO international VALUES (2,'Auth/WebGUI',13,'Salasana (vahvista)',1033388456,NULL); INSERT INTO international VALUES (543,'WebGUI',13,'Lisää ryhmä kuville.',1033388441,NULL); INSERT INTO international VALUES (542,'WebGUI',13,'Edellinen...',1033388439,NULL); INSERT INTO international VALUES (541,'WebGUI',13,'Karma / postitus',1033388437,NULL); INSERT INTO international VALUES (540,'WebGUI',13,'Karma / kirjautuminen',1033388435,NULL); INSERT INTO international VALUES (54,'WebGUI',13,'Luo tili',1033388433,NULL); INSERT INTO international VALUES (539,'WebGUI',13,'Käytetäänkö Karmaa?',1033388431,NULL); INSERT INTO international VALUES (538,'WebGUI',13,'Karma Threshold',1033388429,NULL); INSERT INTO international VALUES (537,'WebGUI',13,'Karma',1033388426,NULL); INSERT INTO international VALUES (536,'WebGUI',13,'Käyttäjä ^@; on liittynyt sivustoon.',1033388424,NULL); INSERT INTO international VALUES (535,'WebGUI',13,'Ryhmä, jolle ilmoitetaan uudesta käyttäjästä',1033388422,NULL); INSERT INTO international VALUES (534,'WebGUI',13,'Ilmoita uudesta käyttäjästä?',1033388420,NULL); INSERT INTO international VALUES (53,'WebGUI',13,'Tee sivusta tulostettava',1033388408,NULL); INSERT INTO international VALUES (528,'WebGUI',13,'Pohjan nimi',1033388403,NULL); INSERT INTO international VALUES (527,'WebGUI',13,'Oletuskotisivu',1033388401,NULL); INSERT INTO international VALUES (525,'WebGUI',13,'Muokkaa sisällön asetuksia',1033388396,NULL); INSERT INTO international VALUES (1025,'WebGUI',13,'Lisää muokkauspäivä postituksiin?',1033388394,NULL); INSERT INTO international VALUES (523,'WebGUI',13,'Huomautukset',1033388392,NULL); INSERT INTO international VALUES (522,'WebGUI',13,'Haluan muistutuksen ICQ:n kautta.',1033388390,NULL); INSERT INTO international VALUES (520,'WebGUI',13,'Haluan muistutuksen sähköpostiini.',1033388385,NULL); INSERT INTO international VALUES (52,'WebGUI',13,'Kirjaudu',1033388383,NULL); INSERT INTO international VALUES (519,'WebGUI',13,'En halua ilmoituksia.',1033388381,NULL); INSERT INTO international VALUES (518,'WebGUI',13,'Saapuneiden huomautukset',1033388379,NULL); INSERT INTO international VALUES (517,'WebGUI',13,'Hallinta pois!',1033388377,NULL); INSERT INTO international VALUES (516,'WebGUI',13,'Hallinta päälle!',1033388374,NULL); INSERT INTO international VALUES (515,'WebGUI',13,'Lisää muokkausaika postituksiin?',1033388368,NULL); INSERT INTO international VALUES (514,'WebGUI',13,'Katsottu',1033388366,NULL); INSERT INTO international VALUES (513,'WebGUI',13,'Edellinen viestiketju',1033388364,NULL); INSERT INTO international VALUES (512,'WebGUI',13,'Seuraava viestiketju',1033388363,NULL); INSERT INTO international VALUES (510,'WebGUI',13,'Flat',1033388359,NULL); INSERT INTO international VALUES (51,'WebGUI',13,'Salasana',1033388357,NULL); INSERT INTO international VALUES (508,'WebGUI',13,'Hallitse mallipohjia.',1033388353,NULL); INSERT INTO international VALUES (507,'WebGUI',13,'Muokkaa mallia',1033388351,NULL); INSERT INTO international VALUES (506,'WebGUI',13,'Hallitse mallipohjia',1033388349,NULL); INSERT INTO international VALUES (505,'WebGUI',13,'Lisää uusi mallipohja.',1033388347,NULL); INSERT INTO international VALUES (504,'WebGUI',13,'Mallipohja',1033388345,NULL); INSERT INTO international VALUES (503,'WebGUI',13,'Mallin ID',1033388343,NULL); INSERT INTO international VALUES (501,'WebGUI',13,'Body',1033388340,NULL); INSERT INTO international VALUES (500,'WebGUI',13,'Sivu ID',1033388338,NULL); INSERT INTO international VALUES (50,'WebGUI',13,'Käyttäjänimi',1033388336,NULL); INSERT INTO international VALUES (5,'WebGUI',13,'Hallitse ryhmiä.',1033388334,NULL); INSERT INTO international VALUES (498,'WebGUI',13,'Päättymispäivä',1033388329,NULL); INSERT INTO international VALUES (497,'WebGUI',13,'Alkamispäivä',1033388327,NULL); INSERT INTO international VALUES (496,'WebGUI',13,'Käytettävä editori',1033388325,NULL); INSERT INTO international VALUES (493,'WebGUI',13,'Takaisin sivustoon.',1033388319,NULL); INSERT INTO international VALUES (492,'WebGUI',13,'Profiilikenttien lista.',1033388317,NULL); INSERT INTO international VALUES (491,'WebGUI/Profile',13,'Lisää profiilikenttä.',1056064921,NULL); INSERT INTO international VALUES (490,'WebGUI/Profile',13,'Lisää profiili kategoria.',1056064899,NULL); INSERT INTO international VALUES (49,'WebGUI',13,'Kirjaudu ulos tästä.',1033388311,NULL); INSERT INTO international VALUES (489,'WebGUI/Profile',13,'Profiili kategoria',1033388309,NULL); INSERT INTO international VALUES (488,'WebGUI',13,'Oletusarvo(t)',1033388307,NULL); INSERT INTO international VALUES (487,'WebGUI',13,'Mahdolliset arvot',1033388305,NULL); INSERT INTO international VALUES (486,'WebGUI',13,'Tietotyyppi',1033388303,NULL); INSERT INTO international VALUES (485,'WebGUI',13,'Boolean (Valintaruutu)',1033388301,NULL); INSERT INTO international VALUES (484,'WebGUI',13,'Valintalista',1033388299,NULL); INSERT INTO international VALUES (483,'WebGUI',13,'Kyllä vai Ei',1033388297,NULL); INSERT INTO international VALUES (482,'WebGUI',13,'Numero (kokonaisluku)',1033388295,NULL); INSERT INTO international VALUES (481,'WebGUI',13,'Puhelinnumero',1033388293,NULL); INSERT INTO international VALUES (480,'WebGUI',13,'Sähköpostiosoite',1033388291,NULL); INSERT INTO international VALUES (48,'WebGUI',13,'Hei',1033388289,NULL); INSERT INTO international VALUES (479,'WebGUI',13,'Päivämäärä',1033388286,NULL); INSERT INTO international VALUES (478,'WebGUI',13,'URL',1033388284,NULL); INSERT INTO international VALUES (477,'WebGUI',13,'HTML alue',1033388282,NULL); INSERT INTO international VALUES (476,'WebGUI',13,'Tekstialue',1033388280,NULL); INSERT INTO international VALUES (475,'WebGUI',13,'Teksti',1033388278,NULL); INSERT INTO international VALUES (474,'WebGUI/Profile',13,'Pakollinen?',1033388276,NULL); INSERT INTO international VALUES (473,'WebGUI/Profile',13,'Näkyvä?',1056065175,NULL); INSERT INTO international VALUES (472,'WebGUI',13,'Label',1033388271,NULL); INSERT INTO international VALUES (471,'WebGUI/Profile',13,'Muokkaa käyttäjäprofiilin kenttää?',1056065229,NULL); INSERT INTO international VALUES (470,'WebGUI',13,'Nimi',1033388267,NULL); INSERT INTO international VALUES (47,'WebGUI',13,'Alkuun',1033388266,NULL); INSERT INTO international VALUES (469,'WebGUI',13,'ID',1033388264,NULL); INSERT INTO international VALUES (468,'WebGUI/Profile',13,'Muokkaa käyttäjän profiili kategoriaa',1056065252,NULL); INSERT INTO international VALUES (467,'WebGUI/Profile',13,'Oletko varma että haluat poistaa tämän kentän ja kaiken tiedon joka on liitetty siihen?',1056065306,NULL); INSERT INTO international VALUES (465,'WebGUI',13,'Tekstiruudun koko',1033388256,NULL); INSERT INTO international VALUES (464,'WebGUI',13,'Tekstialue palstat',1033388253,NULL); INSERT INTO international VALUES (463,'WebGUI',13,'Tekstialue rivit',1033388251,NULL); INSERT INTO international VALUES (462,'WebGUI',13,'Ajan esitysmuoto',1033388249,NULL); INSERT INTO international VALUES (461,'WebGUI',13,'Päiväyksen esitysmuoto',1033388247,NULL); INSERT INTO international VALUES (460,'WebGUI',13,'Aikaero',1033388245,NULL); INSERT INTO international VALUES (46,'WebGUI',13,'Kirjautuminen',1033388243,NULL); INSERT INTO international VALUES (459,'WebGUI',13,'Muokkaa tämän käyttäjän profiilia?',1033388240,NULL); INSERT INTO international VALUES (458,'WebGUI',13,'Muokkaa tämän käyttäjän ryhmiä?',1033388238,NULL); INSERT INTO international VALUES (457,'WebGUI',13,'Muokkaa tämän käyttäjän tunnusta.',1033388236,NULL); INSERT INTO international VALUES (456,'WebGUI',13,'Takaisin käyttäjälistaan.',1033388234,NULL); INSERT INTO international VALUES (455,'WebGUI',13,'Muokkaa käyttäjän profiilia',1033388232,NULL); INSERT INTO international VALUES (454,'WebGUI',13,'Viimeksi päivitetty',1033388230,NULL); INSERT INTO international VALUES (452,'WebGUI',13,'Odota hetki...',1033388225,NULL); INSERT INTO international VALUES (451,'WebGUI',13,'on pakollinen.',1033388223,NULL); INSERT INTO international VALUES (450,'WebGUI',13,'Yrityksen nimi',1033388221,NULL); INSERT INTO international VALUES (45,'WebGUI',13,'Ei, tein virheen.',1033388219,NULL); INSERT INTO international VALUES (449,'WebGUI',13,'Sekalaisia tietoja',1033388218,NULL); INSERT INTO international VALUES (448,'WebGUI',13,'Sivupuu',1033388216,NULL); INSERT INTO international VALUES (447,'WebGUI',13,'Hallitse sivurakennetta.',1033388214,NULL); INSERT INTO international VALUES (446,'WebGUI',13,'Yrityksen kotisivu',1033388212,NULL); INSERT INTO international VALUES (445,'WebGUI',13,'Preferences',1033388210,NULL); INSERT INTO international VALUES (444,'WebGUI',13,'Väestötilastollinen tieto',1033388208,NULL); INSERT INTO international VALUES (443,'WebGUI',13,'Kodin tiedot',1033388206,NULL); INSERT INTO international VALUES (442,'WebGUI',13,'Työpaikan tiedot',1033388203,NULL); INSERT INTO international VALUES (441,'WebGUI',13,'email => hakulaite yhdyskäytävä',1033388201,NULL); INSERT INTO international VALUES (440,'WebGUI',13,'Yhteystiedot',1033388199,NULL); INSERT INTO international VALUES (44,'WebGUI',13,'Kyllä, olen varma.',1033388197,NULL); INSERT INTO international VALUES (439,'WebGUI',13,'Henkilökohtaiset tiedot',1033388195,NULL); INSERT INTO international VALUES (438,'WebGUI',13,'Nimesi',1033388193,NULL); INSERT INTO international VALUES (436,'WebGUI',13,'Keskeytä istunto',1033388189,NULL); INSERT INTO international VALUES (434,'WebGUI',13,'Tila',1033388185,NULL); INSERT INTO international VALUES (433,'WebGUI',13,'Käyttäjäagentti',1033388183,NULL); INSERT INTO international VALUES (432,'WebGUI',13,'Vanhenee',1033388181,NULL); INSERT INTO international VALUES (431,'WebGUI',13,'IP osoite',1033388179,NULL); INSERT INTO international VALUES (43,'WebGUI',13,'Oletko varma että haluat poistaa tämän sisällön?',1033388175,NULL); INSERT INTO international VALUES (429,'WebGUI',13,'Kirjautumisaika',1033388173,NULL); INSERT INTO international VALUES (428,'WebGUI',13,'Käyttäjän (ID)',1033388171,NULL); INSERT INTO international VALUES (426,'WebGUI',13,'Kirjautumishistoria',1033388167,NULL); INSERT INTO international VALUES (424,'WebGUI',13,'Näytä kirjautumishistoria.',1033388163,NULL); INSERT INTO international VALUES (423,'WebGUI',13,'Näytä aktiiviset istunnot.',1033388161,NULL); INSERT INTO international VALUES (422,'WebGUI',13,'Kirjautuminen epäonnistui!\r\nThe information supplied does not match the account.',1033388159,NULL); INSERT INTO international VALUES (42,'WebGUI',13,'Vahvista, ole hyvä',1033388151,NULL); INSERT INTO international VALUES (412,'WebGUI',13,'Synopsis',1033388140,NULL); INSERT INTO international VALUES (411,'WebGUI',13,'Valikon otsikko',1033388138,NULL); INSERT INTO international VALUES (410,'WebGUI',13,'Hallitse juuria.',1033388136,NULL); INSERT INTO international VALUES (409,'WebGUI',13,'Lisää uusi juuri.',1033388132,NULL); INSERT INTO international VALUES (408,'WebGUI',13,'Hallitse juuria',1033388130,NULL); INSERT INTO international VALUES (407,'WebGUI',13,'Rekisteröidy tästä.',1033388128,NULL); INSERT INTO international VALUES (406,'WebGUI',13,'Pikkukuvan koko',1033388126,NULL); INSERT INTO international VALUES (405,'WebGUI',13,'Viimeinen sivu',1033388124,NULL); INSERT INTO international VALUES (404,'WebGUI',13,'Ensimmäinen sivu',1033388122,NULL); INSERT INTO international VALUES (403,'WebGUI',13,'Prefer not to say.',1033388119,NULL); INSERT INTO international VALUES (401,'WebGUI',13,'Oletko varma että haluat poistaa tämän ja kaikki sen alla olevat viestit?',1033388114,NULL); INSERT INTO international VALUES (40,'WebGUI',13,'Elintärkeä komponentti',1033388110,NULL); INSERT INTO international VALUES (4,'WebGUI',13,'Hallitse asetuksia',1033388108,NULL); INSERT INTO international VALUES (398,'WebGUI',13,'Document Type Declaration',1033388103,NULL); INSERT INTO international VALUES (391,'WebGUI',13,'Poista liitetiedosto.',1033388095,NULL); INSERT INTO international VALUES (39,'WebGUI',13,'Sinulla ei ole riittäviä oikeuksia päästäksesi tälle sivulle.',1033388090,NULL); INSERT INTO international VALUES (387,'WebGUI',13,'Tallentanut',1033388083,NULL); INSERT INTO international VALUES (386,'WebGUI',13,'Muokkaa kuvaa',1033388080,NULL); INSERT INTO international VALUES (385,'WebGUI',13,'Parametrit',1033388078,NULL); INSERT INTO international VALUES (384,'WebGUI',13,'Tiedosto',1033388075,NULL); INSERT INTO international VALUES (380,'WebGUI',13,'Tyyli ID',1033388066,NULL); INSERT INTO international VALUES (379,'WebGUI',13,'Ryhmä ID',1033388062,NULL); INSERT INTO international VALUES (378,'WebGUI',13,'Käyttäjä ID',1033388060,NULL); INSERT INTO international VALUES (376,'WebGUI',13,'Paketti',1033388056,NULL); INSERT INTO international VALUES (375,'WebGUI',13,'Select Package To Deploy',1033388053,NULL); INSERT INTO international VALUES (374,'WebGUI',13,'Hallitse paketteja.',1033388051,NULL); INSERT INTO international VALUES (372,'WebGUI',13,'Muokkaa käyttäjän ryhmiä',1033388048,NULL); INSERT INTO international VALUES (371,'WebGUI',13,'Lisää ryhmitys',1033388046,NULL); INSERT INTO international VALUES (370,'WebGUI',13,'Muokkaa ryhmitystä',1033388044,NULL); INSERT INTO international VALUES (37,'WebGUI',13,'Pääsy kielletty!',1033388042,NULL); INSERT INTO international VALUES (369,'WebGUI',13,'Vanhentumispäivä',1033388040,NULL); INSERT INTO international VALUES (368,'WebGUI',13,'Lisää uusi ryhmä tälle käyttäjälle.',1033388037,NULL); INSERT INTO international VALUES (365,'WebGUI',13,'Etsinnän tulokset...',1033388031,NULL); INSERT INTO international VALUES (362,'WebGUI',13,'Vierekkäin',1033388024,NULL); INSERT INTO international VALUES (361,'WebGUI',13,'3 yhden yläpuolella',1033388022,NULL); INSERT INTO international VALUES (360,'WebGUI',13,'1 kolmen yläpuolella',1033388020,NULL); INSERT INTO international VALUES (359,'WebGUI',13,'Oikea palsta',1033388015,NULL); INSERT INTO international VALUES (358,'WebGUI',13,'Vasen palsta',1033388013,NULL); INSERT INTO international VALUES (357,'WebGUI',13,'Uutiset',1033388011,NULL); INSERT INTO international VALUES (356,'WebGUI',13,'Pohja',1033388009,NULL); INSERT INTO international VALUES (355,'WebGUI',13,'Oletus',1033388007,NULL); INSERT INTO international VALUES (354,'WebGUI',13,'Näytä saapuneet.',1033388005,NULL); INSERT INTO international VALUES (353,'WebGUI',13,'Sinulle ei ole saapuneita viestejä.',1033388003,NULL); INSERT INTO international VALUES (352,'WebGUI',13,'Date Of Entry',1033388001,NULL); INSERT INTO international VALUES (351,'WebGUI',13,'Viesti',1033387999,NULL); INSERT INTO international VALUES (350,'WebGUI',13,'Suoritettu',1033387996,NULL); INSERT INTO international VALUES (35,'WebGUI',13,'Pääkäyttäjän toiminnot',1033387994,NULL); INSERT INTO international VALUES (349,'WebGUI',13,'Viimeisin versio saatavilla',1033387992,NULL); INSERT INTO international VALUES (348,'WebGUI',13,'Nimi',1033387990,NULL); INSERT INTO international VALUES (347,'WebGUI',13,'View Profile For',1033387988,NULL); INSERT INTO international VALUES (345,'WebGUI',13,'Ei jäsenenä',1033387983,NULL); INSERT INTO international VALUES (343,'WebGUI',13,'Näytä profiili.',1033387981,NULL); INSERT INTO international VALUES (342,'WebGUI',13,'Muokkaa tilin tietoja',1033387979,NULL); INSERT INTO international VALUES (341,'WebGUI',13,'Muokkaa profiilia.',1033387977,NULL); INSERT INTO international VALUES (340,'WebGUI',13,'Nainen',1033387975,NULL); INSERT INTO international VALUES (34,'WebGUI',13,'Aseta päivä',1033387973,NULL); INSERT INTO international VALUES (339,'WebGUI',13,'Mies',1033387971,NULL); INSERT INTO international VALUES (338,'WebGUI',13,'Muokkaa profiilia',1033387969,NULL); INSERT INTO international VALUES (337,'WebGUI',13,'Kotisivun URL',1033387967,NULL); INSERT INTO international VALUES (336,'WebGUI',13,'Syntymäpäivä',1033387965,NULL); INSERT INTO international VALUES (335,'WebGUI',13,'Sukupuoli',1033387963,NULL); INSERT INTO international VALUES (334,'WebGUI',13,'Työpuhelin',1033387961,NULL); INSERT INTO international VALUES (333,'WebGUI',13,'Työskentelymaa',1033387958,NULL); INSERT INTO international VALUES (332,'WebGUI',13,'Työpaikan postinumero',1033387956,NULL); INSERT INTO international VALUES (331,'WebGUI',13,'Työpaikan osavaltio',1033387954,NULL); INSERT INTO international VALUES (330,'WebGUI',13,'Työpaikan postitoimipaikka',1033387952,NULL); INSERT INTO international VALUES (33,'WebGUI',13,'Lauantai',1033387950,NULL); INSERT INTO international VALUES (329,'WebGUI',13,'Työpaikan lähiosoite',1033387947,NULL); INSERT INTO international VALUES (328,'WebGUI',13,'Kotipuhelin',1033387945,NULL); INSERT INTO international VALUES (327,'WebGUI',13,'Kotimaa',1033387943,NULL); INSERT INTO international VALUES (326,'WebGUI',13,'Kodin postinumero',1033387941,NULL); INSERT INTO international VALUES (325,'WebGUI',13,'Kodin osavaltio',1033387938,NULL); INSERT INTO international VALUES (324,'WebGUI',13,'Kodin postitoimipaikka',1033387936,NULL); INSERT INTO international VALUES (323,'WebGUI',13,'Kotiosoite',1033387933,NULL); INSERT INTO international VALUES (322,'WebGUI',13,'Hakulaite',1033387931,NULL); INSERT INTO international VALUES (321,'WebGUI',13,'Matkapuhelin',1033387929,NULL); INSERT INTO international VALUES (320,'WebGUI',13,'Yahoo! Messenger tunnus',1033387927,NULL); INSERT INTO international VALUES (32,'WebGUI',13,'Perjantai',1033387925,NULL); INSERT INTO international VALUES (319,'WebGUI',13,'MSN Messenger tunnus',1033387923,NULL); INSERT INTO international VALUES (318,'WebGUI',13,'AIM tunnus',1033387921,NULL); INSERT INTO international VALUES (317,'WebGUI',13,'ICQ UIN',1033387918,NULL); INSERT INTO international VALUES (316,'WebGUI',13,'Sukunimi',1033387916,NULL); INSERT INTO international VALUES (315,'WebGUI',13,'Toinen nimi',1033387914,NULL); INSERT INTO international VALUES (314,'WebGUI',13,'Etunimi',1033387912,NULL); INSERT INTO international VALUES (313,'WebGUI',13,'Salli sekalaiset tiedot?',1033387910,NULL); INSERT INTO international VALUES (312,'WebGUI',13,'Salli yrityksen tiedot?',1033387908,NULL); INSERT INTO international VALUES (311,'WebGUI',13,'Salli kodin tiedot?',1033387906,NULL); INSERT INTO international VALUES (310,'WebGUI',13,'Salli ylimääräiset yhteystiedot?',1033387903,NULL); INSERT INTO international VALUES (31,'WebGUI',13,'Torstai',1033387901,NULL); INSERT INTO international VALUES (309,'WebGUI',13,'Salli todellinen nimi?',1033387898,NULL); INSERT INTO international VALUES (308,'WebGUI',13,'Muokkaa profiiliasetuksia',1033387896,NULL); INSERT INTO international VALUES (304,'WebGUI',13,'Kieli',1033387889,NULL); INSERT INTO international VALUES (30,'WebGUI',13,'Keskiviikko',1033387887,NULL); INSERT INTO international VALUES (3,'WebGUI',13,'Liitä leikepöydältä...',1033387885,NULL); INSERT INTO international VALUES (29,'WebGUI',13,'Tiistai',1033387883,NULL); INSERT INTO international VALUES (28,'WebGUI',13,'Maanantai',1033387881,NULL); INSERT INTO international VALUES (27,'WebGUI',13,'Sunnuntai',1033387879,NULL); INSERT INTO international VALUES (26,'WebGUI',13,'Joulukuu',1033387877,NULL); INSERT INTO international VALUES (25,'WebGUI',13,'Marraskuu',1033387875,NULL); INSERT INTO international VALUES (245,'WebGUI',13,'Päiväys',1033387873,NULL); INSERT INTO international VALUES (244,'WebGUI',13,'Kirjoittaja',1033387870,NULL); INSERT INTO international VALUES (240,'WebGUI',13,'Viesti ID:',1033387868,NULL); INSERT INTO international VALUES (24,'WebGUI',13,'Lokakuu',1033387866,NULL); INSERT INTO international VALUES (233,'WebGUI',13,'(eom)',1033387853,NULL); INSERT INTO international VALUES (232,'WebGUI',13,'ei aihetta',1033387851,NULL); INSERT INTO international VALUES (231,'WebGUI',13,'Lähetä uusi viesti...',1033387849,NULL); INSERT INTO international VALUES (230,'WebGUI',13,'Viesti',1033387847,NULL); INSERT INTO international VALUES (23,'WebGUI',13,'Syyskuu',1033387845,NULL); INSERT INTO international VALUES (229,'WebGUI',13,'Aihe',1033387843,NULL); INSERT INTO international VALUES (22,'WebGUI',13,'Elokuu',1033387839,NULL); INSERT INTO international VALUES (21,'WebGUI',13,'Heinäkuu',1033387837,NULL); INSERT INTO international VALUES (20,'WebGUI',13,'Kesäkuu',1033387835,NULL); INSERT INTO international VALUES (2,'WebGUI',13,'Sivu',1033387833,NULL); INSERT INTO international VALUES (19,'WebGUI',13,'Toukokuu',1033387831,NULL); INSERT INTO international VALUES (18,'WebGUI',13,'Huhtikuu',1033387829,NULL); INSERT INTO international VALUES (175,'WebGUI',13,'Suorita makroja?',1033387827,NULL); INSERT INTO international VALUES (174,'WebGUI',13,'Näytä otsikko?',1033387824,NULL); INSERT INTO international VALUES (171,'WebGUI',13,'Muotoile tekstiä',1033387822,NULL); INSERT INTO international VALUES (17,'WebGUI',13,'Maaliskuu',1033387818,NULL); INSERT INTO international VALUES (169,'WebGUI',13,'Lisää uusi käyttäjä.',1033387816,NULL); INSERT INTO international VALUES (168,'WebGUI',13,'Muokkaa käyttäjää',1033387813,NULL); INSERT INTO international VALUES (167,'WebGUI',13,'Oletko varma että haluat poistaa tämän käyttäjän? Kaikki käyttäjän tiedot poistetaan jos jatkat.',1033387811,NULL); INSERT INTO international VALUES (4,'Auth/LDAP',13,'Yhdistä DN',1033387809,NULL); INSERT INTO international VALUES (3,'Auth/LDAP',13,'LDAP URL',1033387806,NULL); INSERT INTO international VALUES (164,'WebGUI',13,'Tunnistaumismenetelmä',1033387804,NULL); INSERT INTO international VALUES (163,'WebGUI',13,'Lisää käyttäjä',1033387802,NULL); INSERT INTO international VALUES (162,'WebGUI',13,'Are you certain that you wish to purge all the pages and wobjects in the trash?',1033387800,NULL); INSERT INTO international VALUES (161,'WebGUI',13,'Submitted By',1033387797,NULL); INSERT INTO international VALUES (160,'WebGUI',13,'Date Submitted',1033387795,NULL); INSERT INTO international VALUES (16,'WebGUI',13,'Helmikuu',1033387792,NULL); INSERT INTO international VALUES (159,'WebGUI',13,'Saapuneet',1033387790,NULL); INSERT INTO international VALUES (158,'WebGUI',13,'Lisää uusi tyyli.',1033387788,NULL); INSERT INTO international VALUES (157,'WebGUI',13,'Tyylit',1033387786,NULL); INSERT INTO international VALUES (156,'WebGUI',13,'Muokkaa tyyliä',1033387784,NULL); INSERT INTO international VALUES (154,'WebGUI',13,'Tyylipohja',1033387779,NULL); INSERT INTO international VALUES (151,'WebGUI',13,'Tyylin nimi',1033387776,NULL); INSERT INTO international VALUES (15,'WebGUI',13,'Tammikuu',1033387774,NULL); INSERT INTO international VALUES (147,'WebGUI',13,'Sivuja',1033387766,NULL); INSERT INTO international VALUES (145,'WebGUI',13,'WebGUI Build Version',1033387760,NULL); INSERT INTO international VALUES (144,'WebGUI',13,'Näytä statistiikka.',1033387758,NULL); INSERT INTO international VALUES (143,'WebGUI',13,'Hallitse asetuksia',1033387756,NULL); INSERT INTO international VALUES (142,'WebGUI',13,'Istunnon aikakatkaisu',1033387754,NULL); INSERT INTO international VALUES (141,'WebGUI',13,'\"Sivua ei löydy\" sivu',1033387752,NULL); INSERT INTO international VALUES (140,'WebGUI',13,'Muokkaa sekalaisia asetuksia',1033387749,NULL); INSERT INTO international VALUES (14,'WebGUI',13,'View pending submissions.',1033387747,NULL); INSERT INTO international VALUES (139,'WebGUI',13,'Ei',1033387744,NULL); INSERT INTO international VALUES (138,'WebGUI',13,'Kyllä',1033387742,NULL); INSERT INTO international VALUES (135,'WebGUI',13,'SMTP palvelin',1033387740,NULL); INSERT INTO international VALUES (130,'WebGUI',13,'Liitteen suurin koko',1033387734,NULL); INSERT INTO international VALUES (13,'WebGUI',13,'Näytä ohjeen sisältö.',1033387731,NULL); INSERT INTO international VALUES (127,'WebGUI',13,'Yrityksen URL',1033387729,NULL); INSERT INTO international VALUES (126,'WebGUI',13,'Yrityksen sähköpostiosoite',1033387727,NULL); INSERT INTO international VALUES (125,'WebGUI',13,'Yrityksen nimi',1033387725,NULL); INSERT INTO international VALUES (124,'WebGUI',13,'Muokkaa yrityksen tietoja',1033387723,NULL); INSERT INTO international VALUES (8,'Auth/LDAP',13,'LDAP salasana nimi',1033387720,NULL); INSERT INTO international VALUES (7,'Auth/LDAP',13,'LDAP tunnistus nimi',1033387718,NULL); INSERT INTO international VALUES (6,'Auth/LDAP',13,'LDAP tunnistus (oletus)',1033387716,NULL); INSERT INTO international VALUES (5,'Auth/LDAP',13,'LDAP URL (oletus)',1033387714,NULL); INSERT INTO international VALUES (12,'WebGUI',13,'Hallinta pois',1033387712,NULL); INSERT INTO international VALUES (119,'WebGUI',13,'Tunnistamismenetelmä (oletus)',1033387710,NULL); INSERT INTO international VALUES (118,'WebGUI',13,'Anonyymi rekisteröityminen',1033387708,NULL); INSERT INTO international VALUES (117,'WebGUI',13,'Muokkaa käyttäjäasetuksia',1033387706,NULL); INSERT INTO international VALUES (116,'WebGUI',13,'Valitse \"Kyllä\" vaihtaaksesi kaikkien alasivujen ja wobjectien oikeudet samoiksi tämän sivun kanssa.',1058548737,NULL); INSERT INTO international VALUES (11,'WebGUI',13,'Tyhjä roskis.',1033387686,NULL); INSERT INTO international VALUES (108,'WebGUI',13,'Omistaja',1033387681,NULL); INSERT INTO international VALUES (106,'WebGUI',13,'Valitse \"Kyllä\" vaihtaaksesi alasivut tämän sivun tyylisiksi.',1033387676,NULL); INSERT INTO international VALUES (104,'WebGUI',13,'Sivu URL',1033387671,NULL); INSERT INTO international VALUES (102,'WebGUI',13,'Muokkaa sivua',1033387666,NULL); INSERT INTO international VALUES (101,'WebGUI',13,'Oletko varma että haluat poistaa tämän sivun ja kaiken siihen liittyvän?',1033387664,NULL); INSERT INTO international VALUES (100,'WebGUI',13,'Metatiedot (Tags)',1033387662,NULL); INSERT INTO international VALUES (10,'WebGUI',13,'Hallitse roskista',1033387660,NULL); INSERT INTO international VALUES (6,'USS',13,'Submissions Per Page',1033387650,NULL); INSERT INTO international VALUES (59,'USS',13,'Next Submission',1033387648,NULL); INSERT INTO international VALUES (58,'USS',13,'Previous Submission',1033387646,NULL); INSERT INTO international VALUES (57,'USS',13,'Vastaukset',1033387644,NULL); INSERT INTO international VALUES (53,'USS',13,'Ulkoasu',1033387635,NULL); INSERT INTO international VALUES (52,'USS',13,'Pikkukuva',1033387632,NULL); INSERT INTO international VALUES (51,'USS',13,'Näytä pikkukuva?',1033387630,NULL); INSERT INTO international VALUES (5,'USS',13,'Your submission has been denied.',1033387627,NULL); INSERT INTO international VALUES (48,'USS',13,'Salli keskustelu?',1033387625,NULL); INSERT INTO international VALUES (47,'USS',13,'Postita vastaus',1033387622,NULL); INSERT INTO international VALUES (46,'USS',13,'Lue lisää...',1033387620,NULL); INSERT INTO international VALUES (41,'USS',13,'Päiväys',1033387615,NULL); INSERT INTO international VALUES (4,'USS',13,'Your submission has been approved.',1033387610,NULL); INSERT INTO international VALUES (39,'USS',13,'Lähetä vastaus',1033387608,NULL); INSERT INTO international VALUES (38,'USS',13,'(Select \"No\" if you\'re writing an HTML/Rich Edit submission.)',1033387605,NULL); INSERT INTO international VALUES (37,'USS',13,'Poista',1033387603,NULL); INSERT INTO international VALUES (35,'USS',13,'Otsikko',1033387601,NULL); INSERT INTO international VALUES (34,'USS',13,'Muunna rivinvaihdot',1033387598,NULL); INSERT INTO international VALUES (33,'USS',13,'Liite',1033387596,NULL); INSERT INTO international VALUES (32,'USS',13,'Kuva',1033387594,NULL); INSERT INTO international VALUES (31,'USS',13,'Sisältö',1033387591,NULL); INSERT INTO international VALUES (30,'USS',13,'Karma Per Submission',1033387589,NULL); INSERT INTO international VALUES (3,'USS',13,'You have a new user submission to approve.',1033387586,NULL); INSERT INTO international VALUES (29,'USS',13,'User Submission System',1033387584,NULL); INSERT INTO international VALUES (28,'USS',13,'Return To Submissions List',1033387582,NULL); INSERT INTO international VALUES (27,'USS',13,'Muokkaa',1033387580,NULL); INSERT INTO international VALUES (21,'USS',13,'Submitted By',1033387573,NULL); INSERT INTO international VALUES (20,'USS',13,'Post New Submission',1033387570,NULL); INSERT INTO international VALUES (2,'USS',13,'Ketä voi avustaa?',1033387568,NULL); INSERT INTO international VALUES (19,'USS',13,'Edit Submission',1033387566,NULL); INSERT INTO international VALUES (18,'USS',13,'Edit User Submission System',1033387563,NULL); INSERT INTO international VALUES (17,'USS',13,'Are you certain you wish to delete this submission?',1033387561,NULL); INSERT INTO international VALUES (16,'USS',13,'Nimetön',1033387558,NULL); INSERT INTO international VALUES (15,'USS',13,'Muokkaa/Poista',1033387556,NULL); INSERT INTO international VALUES (14,'USS',13,'Tila',1033387554,NULL); INSERT INTO international VALUES (13,'USS',13,'Lähetetty',1033387551,NULL); INSERT INTO international VALUES (12,'USS',13,'(Uncheck if you\'re writing an HTML submission.)',1033387549,NULL); INSERT INTO international VALUES (1,'USS',13,'Ketä voi suostua?',1033387546,NULL); INSERT INTO international VALUES (4,'SyndicatedContent',13,'Edit Syndicated Content',1033387530,NULL); INSERT INTO international VALUES (2,'SyndicatedContent',13,'Syndicated Content',1033387527,NULL); INSERT INTO international VALUES (6,'SiteMap',13,'Sisennä',1033387512,NULL); INSERT INTO international VALUES (5,'SiteMap',13,'Muokkaa sivukarttaa',1033387510,NULL); INSERT INTO international VALUES (4,'SiteMap',13,'Valikon \"syvyys\"',1033387508,NULL); INSERT INTO international VALUES (2,'SiteMap',13,'Sivukartta',1033387503,NULL); INSERT INTO international VALUES (8,'SQLReport',13,'Muokkaa SQL-kyselyä',1033387498,NULL); INSERT INTO international VALUES (7,'SQLReport',13,'Tietokannan salasana',1033387494,NULL); INSERT INTO international VALUES (61,'SQLReport',13,'SQL kysely, Lisää/Muokkaa',1033387491,NULL); INSERT INTO international VALUES (5,'SQLReport',13,'DSN',1033387487,NULL); INSERT INTO international VALUES (4,'SQLReport',13,'Kysely',1033387485,NULL); INSERT INTO international VALUES (3,'SQLReport',13,'Raporttipohja',1033387483,NULL); INSERT INTO international VALUES (15,'SQLReport',13,'Esikäsittele makrot kyselyssä?',1033387474,NULL); INSERT INTO international VALUES (13,'SQLReport',13,'Muunna rivinvaihdot?',1033387469,NULL); INSERT INTO international VALUES (9,'Product',13,'Tuotekuva 3',1033387459,NULL); INSERT INTO international VALUES (8,'Product',13,'Tuotekuva 2',1033387456,NULL); INSERT INTO international VALUES (7,'Product',13,'Tuotekuva 1',1033387454,NULL); INSERT INTO international VALUES (60,'Product',13,'Malli',1033387445,NULL); INSERT INTO international VALUES (6,'Product',13,'Muokkaa tuotetta',1033387443,NULL); INSERT INTO international VALUES (59,'Product',13,'Nimi',1033387441,NULL); INSERT INTO international VALUES (58,'Product',13,'Muokkaa tuote pohjaa',1033387439,NULL); INSERT INTO international VALUES (56,'Product',13,'Lisää tuotepohja.',1033387434,NULL); INSERT INTO international VALUES (55,'Product',13,'Lisää hyötyjä.',1033387431,NULL); INSERT INTO international VALUES (54,'Product',13,'Hyödyt',1033387429,NULL); INSERT INTO international VALUES (53,'Product',13,'Muokkaa hyötyä',1033387427,NULL); INSERT INTO international VALUES (52,'Product',13,'Lisää toinen hyöty?',1033387425,NULL); INSERT INTO international VALUES (51,'Product',13,'Benefit',1033387422,NULL); INSERT INTO international VALUES (5,'Product',13,'Oletko varma että haluat poistaa tämän määrittelyn?',1033387418,NULL); INSERT INTO international VALUES (49,'Product',13,'Product Benefit, Add/Edit',1033387415,NULL); INSERT INTO international VALUES (46,'Product',13,'Product (Related), Add/Edit',1033387409,NULL); INSERT INTO international VALUES (44,'Product',13,'Product Accessory, Add/Edit',1033387404,NULL); INSERT INTO international VALUES (42,'Product',13,'Product Specification, Add/Edit',1033387400,NULL); INSERT INTO international VALUES (40,'Product',13,'Product Feature, Add/Edit',1033387396,NULL); INSERT INTO international VALUES (37,'Product',13,'Add a related product.',1033387389,NULL); INSERT INTO international VALUES (36,'Product',13,'Add an accessory.',1033387387,NULL); INSERT INTO international VALUES (35,'Product',13,'Lisää määritys.',1033387385,NULL); INSERT INTO international VALUES (34,'Product',13,'Lisää ominaisuus.',1033387382,NULL); INSERT INTO international VALUES (33,'Product',13,'Related Products',1033387380,NULL); INSERT INTO international VALUES (32,'Product',13,'Accessories',1033387378,NULL); INSERT INTO international VALUES (31,'Product',13,'Specifications',1033387375,NULL); INSERT INTO international VALUES (30,'Product',13,'Piirteet',1033387373,NULL); INSERT INTO international VALUES (3,'Product',13,'Oletko varma että haluat poistaa tämän piirteen?',1033387370,NULL); INSERT INTO international VALUES (29,'Product',13,'Yksiköt',1033387368,NULL); INSERT INTO international VALUES (28,'Product',13,'Lisää toinen määrittely?',1033387366,NULL); INSERT INTO international VALUES (27,'Product',13,'Määritys',1033387364,NULL); INSERT INTO international VALUES (26,'Product',13,'Label',1033387361,NULL); INSERT INTO international VALUES (25,'Product',13,'Muokkaa määrityksiä',1033387359,NULL); INSERT INTO international VALUES (24,'Product',13,'Lisää toinen ominaisuus?',1056065015,NULL); INSERT INTO international VALUES (23,'Product',13,'Piirre',1033387355,NULL); INSERT INTO international VALUES (22,'Product',13,'Muokkaa piirrettä',1033387353,NULL); INSERT INTO international VALUES (21,'Product',13,'Add another related product?',1033387350,NULL); INSERT INTO international VALUES (20,'Product',13,'Related Product',1033387348,NULL); INSERT INTO international VALUES (19,'Product',13,'Add Related Product',1033387344,NULL); INSERT INTO international VALUES (18,'Product',13,'Lisää toinen lisälaite?',1033387342,NULL); INSERT INTO international VALUES (15,'Product',13,'Takuu',1033387335,NULL); INSERT INTO international VALUES (14,'Product',13,'Opas',1033387332,NULL); INSERT INTO international VALUES (13,'Product',13,'Esite',1033387330,NULL); INSERT INTO international VALUES (728,'WebGUI',13,'Haluatko varmasti poistaa tämän tiedoston?',1033387328,NULL); INSERT INTO international VALUES (11,'Product',13,'Tuotenumero',1033387326,NULL); INSERT INTO international VALUES (10,'Product',13,'Hinta',1033387324,NULL); INSERT INTO international VALUES (1,'Product',13,'Tuote',1033387321,NULL); INSERT INTO international VALUES (9,'Poll',13,'Muokkaa äänestystä',1033387317,NULL); INSERT INTO international VALUES (8,'Poll',13,'(Kirjoita yksi vastaus per rivi. Maksimi 20.)',1033387315,NULL); INSERT INTO international VALUES (72,'Poll',13,'Arvo vastaukset?',1033387312,NULL); INSERT INTO international VALUES (7,'Poll',13,'Vastaukset',1033387310,NULL); INSERT INTO international VALUES (6,'Poll',13,'Kysymys',1033387304,NULL); INSERT INTO international VALUES (5,'Poll',13,'Käyrän leveys',1033387302,NULL); INSERT INTO international VALUES (4,'Poll',13,'Kuka voi äänestää?',1033387299,NULL); INSERT INTO international VALUES (3,'Poll',13,'Aktiivinen',1033387297,NULL); INSERT INTO international VALUES (11,'Poll',13,'Äänestä!',1033387292,NULL); INSERT INTO international VALUES (6,'MessageBoard',13,'Muokkaa keskustelualuetta',1033387276,NULL); INSERT INTO international VALUES (1017,'WebGUI',13,'Viimeisin vastaus',1033387269,NULL); INSERT INTO international VALUES (2,'MessageBoard',13,'Keskustelualue',1033387266,NULL); INSERT INTO international VALUES (1016,'WebGUI',13,'Vastaukset',1033387263,NULL); INSERT INTO international VALUES (1051,'WebGUI',1,'Replace With',1066418940,'Prompt the admin to enter a string to replace the search for string with in the replacement text.'); INSERT INTO international VALUES (1043,'WebGUI',1,'Archive After',1066394455,'A label indicating that the administrator needs to enter an interval that specifies how long posts will remain viewable before archiving.'); INSERT INTO international VALUES (949,'WebGUI',1,'Manage clipboard.',1052850265,NULL); INSERT INTO international VALUES (9,'LinkList',13,'Haluatko todella poistaa tämän linkin?',1033387149,NULL); INSERT INTO international VALUES (8,'LinkList',13,'URL',1033387147,NULL); INSERT INTO international VALUES (6,'LinkList',13,'Linkkilista',1033387132,NULL); INSERT INTO international VALUES (3,'LinkList',13,'Avaa uuteen ikkunaan?',1033387125,NULL); INSERT INTO international VALUES (13,'LinkList',13,'Lisää uusi linkki.',1033387120,NULL); INSERT INTO international VALUES (12,'LinkList',13,'Muokkaa linkkiä',1033387118,NULL); INSERT INTO international VALUES (10,'LinkList',13,'Muokkaa linkkilistaa',1033387115,NULL); INSERT INTO international VALUES (6,'Item',13,'Muokkaa kappaletta',1033387105,NULL); INSERT INTO international VALUES (5,'Item',13,'Lataa liite',1033387103,NULL); INSERT INTO international VALUES (4,'Item',13,'Kappale',1033387100,NULL); INSERT INTO international VALUES (3,'Item',13,'Poista liite',1033387098,NULL); INSERT INTO international VALUES (2,'Item',13,'Liite',1033387096,NULL); INSERT INTO international VALUES (1,'Item',13,'Linkin URL',1033387093,NULL); INSERT INTO international VALUES (9,'FAQ',13,'Lisää uusi kysymys.',1033387091,NULL); INSERT INTO international VALUES (8,'FAQ',13,'Muokkaa \"Usein kysyttyjä kysymyksiä\"',1033387089,NULL); INSERT INTO international VALUES (7,'FAQ',13,'Oletko varma että haluat poistaa tämän kysymyksen?',1033387077,NULL); INSERT INTO international VALUES (6,'FAQ',13,'Vastaus',1033387072,NULL); INSERT INTO international VALUES (5,'FAQ',13,'Kysymys',1033387069,NULL); INSERT INTO international VALUES (2,'FAQ',13,'Usein kysytyt kysymykset',1033387066,NULL); INSERT INTO international VALUES (12,'FAQ',13,'Laita Q/A päälle?',1033387050,NULL); INSERT INTO international VALUES (11,'FAQ',13,'Laita TOC päälle?',1033387048,NULL); INSERT INTO international VALUES (10,'FAQ',13,'Muokkaa kysymystä',1033387045,NULL); INSERT INTO international VALUES (6,'ExtraColumn',13,'Muokkaa ylimääräistä palstaa',1033387035,NULL); INSERT INTO international VALUES (5,'ExtraColumn',13,'Tyylipohjan luokka',1033387033,NULL); INSERT INTO international VALUES (4,'ExtraColumn',13,'Leveys',1033387030,NULL); INSERT INTO international VALUES (3,'ExtraColumn',13,'Välimerkki',1033387028,NULL); INSERT INTO international VALUES (1,'ExtraColumn',13,'Ylimääräinen palsta',1033387025,NULL); INSERT INTO international VALUES (9,'EventsCalendar',13,'kunnes',1033387022,NULL); INSERT INTO international VALUES (8,'EventsCalendar',13,'Toista',1033387019,NULL); INSERT INTO international VALUES (78,'EventsCalendar',13,'Älä poista mitään, tein virheen.',1033387016,NULL); INSERT INTO international VALUES (11,'Article',13,'(Valitse \"Kyllä\" ainoastaan jos et ole lisännyt
merkkejä käsin.)',1033386968,NULL); INSERT INTO international VALUES (10,'Article',13,'Muunna rivinvaihdot?',1033386955,NULL); INSERT INTO international VALUES (84,'WebGUI',13,'Ryhmän nimi',1032541803,NULL); INSERT INTO international VALUES (82,'WebGUI',13,'Pääkäyttäjän toiminnot...',1032541799,NULL); INSERT INTO international VALUES (81,'WebGUI',13,'Käyttäjätilin päivitys onnistui!',1032541796,NULL); INSERT INTO international VALUES (80,'WebGUI',13,'Käyttäjätunnus luotu!',1032541793,NULL); INSERT INTO international VALUES (2,'Auth/LDAP',13,'Ei yhteyttä LDAP palvelimeen.',1032541787,NULL); INSERT INTO international VALUES (3,'Auth/WebGUI',13,'Salasanasi ei täsmää. Yritä uudelleen.',1032541784,NULL); INSERT INTO international VALUES (77,'WebGUI',13,'Käyttäjänimi on jo käytössä. Koita eri nimeä, kuten esimerkiksi:',1032541780,NULL); INSERT INTO international VALUES (76,'WebGUI',13,'Sähköpostiosoite ei ole tietokannassa.',1032541777,NULL); INSERT INTO international VALUES (75,'WebGUI',13,'Käyttäjätilin tiedot on lähetetty sähköpostiosoitteeseenne.',1032541774,NULL); INSERT INTO international VALUES (74,'WebGUI',13,'Käyttäjätilin tiedot',1032541771,NULL); INSERT INTO international VALUES (73,'WebGUI',13,'Kirjaudu sisään.',1032541766,NULL); INSERT INTO international VALUES (72,'WebGUI',13,'Lähetä',1032541762,NULL); INSERT INTO international VALUES (717,'WebGUI',13,'Kirjaudu ulos',1032541755,NULL); INSERT INTO international VALUES (716,'WebGUI',13,'Kirjaudu sisään',1032541752,NULL); INSERT INTO international VALUES (715,'WebGUI',13,'Uudelleenohjaa URL',1032541749,NULL); INSERT INTO international VALUES (71,'WebGUI',13,'Anna uusi salasana',1032541732,NULL); INSERT INTO international VALUES (702,'WebGUI',13,'Kuukausi',1032541700,NULL); INSERT INTO international VALUES (70,'WebGUI',13,'Virhe',1032541672,NULL); INSERT INTO international VALUES (7,'WebGUI',13,'Hallitse käyttäjiä.',1032541669,NULL); INSERT INTO international VALUES (699,'WebGUI',13,'Viikon ensimmäinen päivä',1032541664,NULL); INSERT INTO international VALUES (697,'WebGUI',13,'Karma, Käytä',1032541656,NULL); INSERT INTO international VALUES (696,'WebGUI',13,'Roskis, tyhjä',1032541652,NULL); INSERT INTO international VALUES (69,'WebGUI',13,'Ota yhteys pääkäyttäjään saadaksesi apua.',1032541649,NULL); INSERT INTO international VALUES (682,'WebGUI',13,'Käyttäjäprofiili, Muokkaa',1032541628,NULL); INSERT INTO international VALUES (678,'WebGUI',13,'Juuri, hallitse',1032541609,NULL); INSERT INTO international VALUES (672,'WebGUI',13,'Profiiliasetukset, Muokkaa',1032541571,NULL); INSERT INTO international VALUES (67,'WebGUI',13,'Luo uusi käyttäjätunnus.',1032541557,NULL); INSERT INTO international VALUES (667,'WebGUI',13,'Ryhmä, Lisää/Muokkaa',1032541540,NULL); INSERT INTO international VALUES (665,'WebGUI',13,'Ryhmä, poista',1032541532,NULL); INSERT INTO international VALUES (664,'WebGUI',13,'Wobject, poista',1032541529,NULL); INSERT INTO international VALUES (662,'WebGUI',13,'Asetukset, hallitse',1032541521,NULL); INSERT INTO international VALUES (661,'WebGUI',13,'Tiedostoasetukset, muokkaa',1032541516,NULL); INSERT INTO international VALUES (660,'WebGUI',13,'Ryhmät, hallitse',1032541513,NULL); INSERT INTO international VALUES (66,'WebGUI',13,'Kirjaudu sisään',1032541510,NULL); INSERT INTO international VALUES (659,'WebGUI',13,'Tyylit, hallitse',1056062786,NULL); INSERT INTO international VALUES (658,'WebGUI',13,'Käyttäjät, hallitse',1032541502,NULL); INSERT INTO international VALUES (657,'WebGUI',13,'Käyttäjä, poista',1032541499,NULL); INSERT INTO international VALUES (655,'WebGUI',13,'Käyttäjä, Lisää/Muokkaa',1032541492,NULL); INSERT INTO international VALUES (654,'WebGUI',13,'Tyyli, poista',1032541488,NULL); INSERT INTO international VALUES (653,'WebGUI',13,'Sivu, poista',1032541485,NULL); INSERT INTO international VALUES (652,'WebGUI',13,'Käyttäjäasetukset, muokkaa',1032541480,NULL); INSERT INTO international VALUES (65,'WebGUI',13,'Poistakaa käyttäjätunnukseni pysyvästi.',1032541464,NULL); INSERT INTO international VALUES (64,'WebGUI',13,'Kirjaudu ulos.',1032541448,NULL); INSERT INTO international VALUES (63,'WebGUI',13,'Hallinta päälle.',1032541329,NULL); INSERT INTO international VALUES (5,'WobjectProxy',13,'Wobject Proxy, Lisää/Muokkaa',1032541260,NULL); INSERT INTO international VALUES (3,'WobjectProxy',13,'Wobject Proxy',1032541249,NULL); INSERT INTO international VALUES (2,'WobjectProxy',13,'Muokkaa Wobject proxy',1032541244,NULL); INSERT INTO international VALUES (1,'WobjectProxy',13,'Wobject To Proxy',1032541240,NULL); INSERT INTO international VALUES (95,'WebGUI',13,'Ohjeen hakemisto',1032541235,NULL); INSERT INTO international VALUES (94,'WebGUI',13,'Katso myös',1032541220,NULL); INSERT INTO international VALUES (93,'WebGUI',13,'Ohje',1032541216,NULL); INSERT INTO international VALUES (92,'WebGUI',13,'Seuraava sivu',1032541212,NULL); INSERT INTO international VALUES (91,'WebGUI',13,'Edellinen sivu',1032541209,NULL); INSERT INTO international VALUES (90,'WebGUI',13,'Lisää uusi ryhmä.',1032541202,NULL); INSERT INTO international VALUES (9,'WebGUI',13,'Näytä leikepöytä.',1032541195,NULL); INSERT INTO international VALUES (88,'WebGUI',13,'Käyttäjät ryhmässä',1032541183,NULL); INSERT INTO international VALUES (87,'WebGUI',13,'Muokkaa ryhmää',1032541166,NULL); INSERT INTO international VALUES (99,'WebGUI',13,'Otsikko',1032541149,NULL); INSERT INTO international VALUES (739,'WebGUI',6,'Nivå på användargränssnitt',1050348568,NULL); INSERT INTO international VALUES (897,'WebGUI/Profile',1,'Editable?',1050167573,NULL); INSERT INTO international VALUES (898,'WebGUI',1,'Site Icon',1050172395,NULL); INSERT INTO international VALUES (897,'WebGUI',1,'Favicon',1050170767,NULL); INSERT INTO international VALUES (931,'WebGUI',1,'Themes, Manage',1050437240,NULL); INSERT INTO international VALUES (932,'WebGUI',1,'Themes are a mechanism to quickly install new styles, templates, and collateral into a WebGUI site. They are also great for moving those same items from one site to another.\r\n\r\nTIP: When building a theme, be sure to name the components (styles, templates collateral) in the theme with some name that is unique to the theme. This is useful so that your users can find the components in your theme, as well as to avoid name conflicts.',1050437240,NULL); INSERT INTO international VALUES (938,'WebGUI',1,'Theme, Delete',1050437207,NULL); INSERT INTO international VALUES (939,'WebGUI',1,'When you delete a theme you\'ve created all you\'re actually deleting is the basic properties for the theme. However, when you delete a theme you\'ve imported, you\'ll also be deleting all of its components (styles, templates, and collateral) as well. Be careful that you are no longer using any of those components before deleting them.',1050437207,NULL); INSERT INTO international VALUES (936,'WebGUI',1,'Theme, Import',1050436484,NULL); INSERT INTO international VALUES (937,'WebGUI',1,'In order to import a theme you need a valid theme file exported from another WebGUI site. Just select the theme from your hard drive and click the \"Import\" button. You\'ll then get a confirmation screen asking whether this is the theme you wanted to import. If you agree, click on the \"Import\" button again and you\'ll have your new theme. You can then start to apply the theme to your site as you would any normal style, template, or collateral data.\r\n
\r\nYou cannot import a theme twice. If you wish to import a new version of a theme, then you must first delete the previous version of the theme. \r\n
\r\nYou also cannot import a theme from a version of WebGUI that is newer than the one you\'re using. Therefore if you are using WebGUI 5.2.4 and a theme was created with WebGUI 6.0.0, then you will not be allowed to import the theme until you upgrade.\r\n',1050436484,NULL); INSERT INTO international VALUES (935,'WebGUI',1,'The file you uploaded does not appear to be a valid theme file.',1050431137,NULL); INSERT INTO international VALUES (933,'WebGUI',1,'Theme, Edit',1050430737,NULL); INSERT INTO international VALUES (934,'WebGUI',1,'Creating and editing themes is a fairly simple process. First you set up some basic properties for the theme, and then you start adding components to the theme. \r\n
\r\nThe basic properties of a theme cannot be changed by anyone except the site that the theme was created on. The following are the definitions of the basic properties of a theme:\r\n
\r\nTheme ID
\r\nThe unique ID for this theme within this WebGUI site. This ID will change if this theme is imported into another site.\r\n\r\n\r\nTheme Name
\r\nThis is the unique name of the theme. It must be unique in every site that the theme will be imported into. This name will not change across sites.\r\n\r\n\r\nTheme Designer
\r\nThe name of the person or company that created this theme. \r\n\r\n\r\nDesigner URL
\r\nThe URL of the web site for this theme\'s designer. If you are in the business of creating themes for WebGUI, then this is your place to attract attention to your offerings.\r\n\r\n\r\n',1050430737,NULL); INSERT INTO international VALUES (940,'WebGUI',1,'Open in new window?',1050438829,NULL); INSERT INTO international VALUES (832,'WebGUI',1,'The collateral management system has several macros for its specific purpose.\r\n
\r\n\r\n^File();
\r\nThis macro builds a quick file link. It creates an icon for the file and outputs the files name. Then it links them both to the file for downloading.\r\n\r\n\r\n^I();
\r\nThis macro retrieves an image from the collateral management system along with an HTML image tag so that you can quickly display an image from the repository in your content.\r\n\r\nExample: ^I(\"logo\");\r\n\r\n\r\n^i();
\r\nThis macro retrieves the URL for any file in the collateral management system.\r\n\r\nExample: ^i(\"status report\");\r\n\r\n\r\n\r\n^RandomImage();
\r\nThis macro takes a collateral folder as a parameter. If the folder name is omitted, then the root folder will be used. The macro then randomly chooses an image in the folder and returns it in much the same way the ^I(); macro works.\r\n\r\nExample: ^RandomImage(\"site headers\");\r\n\r\n\r\n^RandomSnippet();
\r\nThis macro takes a collateral folder as a parameter. If the folder name is omitted, then the root folder will be used. The macro then randomly chooses a snippet from the folder and returns it in much the same way the ^Snippet(); macro works.\r\n\r\nExample: ^RandomSnippet(\"quips\");\r\n\r\n\r\n\r\n^SI();
\r\nThe Scaled Image macro allows images to be found in the collateral and scaled (on the server-side), either maintaining the original aspect ratio or an entirely new ratio of your design. \r\n\r\nIt takes four parameters. The first is the image name or optionally the collateral id. The second is the width. Set the width to \"0\" to maintain aspect ratio by height. The third is height. Set the height to \"0\" to maintain aspect ratio by width. The fourth parameter allows you to specify additional parameters to the image.\r\n
\r\nExamples:
\r\nRetrieving an image by name (no scaling)
\r\n^SI(myimage);\r\n\r\nRetrieving an image by collateralId (no scaling)
\r\n^SI(66);\r\n\r\nScaling by width, maintaining aspect ratio
\r\n^SI(66,25);\r\n\r\nScaling by height, maintaining aspect ratio
\r\n^SI(66,0,25);\r\n\r\nPlaying with the aspect ratio
\r\n^SI(66,148,25);\r\n\r\nUsing parameters
\r\n\r\n\r\n^Snippet();
\r\n^SI(66,0,0,\'border=\"0\"\');\r\n
\r\nThis macro retrieves the contents of a snippet in the collateral management system and inserts it into the page.\r\n\r\nExample: ^Snippet(\"flash code\");\r\n\r\n\r\n^Thumbnail();
\r\nThis macro retrieves the URL for the thumbnail of any image in the collateral management system.\r\n\r\nExample: ^Thumbnail(\"logo\");\r\n\r\n\r\n^ThumbnailLinker();
\r\nThis macro builds a quick image viewer using nothing more than the collateral management system. It creates a thumbnail image with the name of the image under it and then links them both to the full sized image. You can also specify a \"1\" as a second parameter to have the linker create a new window to display the linked image.\r\n\r\nExample: ^ThumbnailLinker(\"logo\");\r\n\r\n\r\n',1051221379,NULL); INSERT INTO international VALUES (930,'WebGUI',1,'View Theme',1050270912,NULL); INSERT INTO international VALUES (929,'WebGUI',1,'Import!',1050265357,NULL); INSERT INTO international VALUES (928,'WebGUI',1,'Do you wish to import this theme?',1050265284,NULL); INSERT INTO international VALUES (927,'WebGUI',1,'Import Theme',1050265139,NULL); INSERT INTO international VALUES (926,'WebGUI',1,'This theme was created with a newer version of WebGUI than is installed on your system. You must upgrade before installing this theme.',1050264990,NULL); INSERT INTO international VALUES (925,'WebGUI',1,'You already have another version of this theme installed. You must delete it before installing it again.',1050264954,NULL); INSERT INTO international VALUES (924,'WebGUI',1,'Import a theme.',1050262993,NULL); INSERT INTO international VALUES (923,'WebGUI',1,'Theme Version',1050262964,NULL); INSERT INTO international VALUES (922,'WebGUI',1,'Created With',1050262917,NULL); INSERT INTO international VALUES (921,'WebGUI',1,'Theme Package File',1050260403,NULL); INSERT INTO international VALUES (920,'WebGUI',1,'Export this theme.',1050247169,NULL); INSERT INTO international VALUES (919,'WebGUI',1,'Edit this theme.',1050247154,NULL); INSERT INTO international VALUES (918,'WebGUI',1,'Delete this theme.',1050247144,NULL); INSERT INTO international VALUES (917,'WebGUI',1,'Add a theme component.',1050232824,NULL); INSERT INTO international VALUES (916,'WebGUI',1,'Snippet',1050232301,NULL); INSERT INTO international VALUES (915,'WebGUI',1,'File',1050232294,NULL); INSERT INTO international VALUES (914,'WebGUI',1,'Image',1050232286,NULL); INSERT INTO international VALUES (913,'WebGUI',1,'Template',1050232279,NULL); INSERT INTO international VALUES (912,'WebGUI',1,'Style',1050232245,NULL); INSERT INTO international VALUES (911,'WebGUI',1,'Component',1050232236,NULL); INSERT INTO international VALUES (910,'WebGUI',1,'Component Type',1050232221,NULL); INSERT INTO international VALUES (909,'WebGUI',1,'Add Theme Component',1050232207,NULL); INSERT INTO international VALUES (908,'WebGUI',1,'Are you certain you wish to remove this component from this theme?',1050230878,NULL); INSERT INTO international VALUES (907,'WebGUI',1,'Are you certain you wish to delete this theme?',1050230443,NULL); INSERT INTO international VALUES (906,'WebGUI',1,'Designer URL',1050191766,NULL); INSERT INTO international VALUES (905,'WebGUI',1,'Theme Designer',1050191749,NULL); INSERT INTO international VALUES (904,'WebGUI',1,'Theme Name',1050190959,NULL); INSERT INTO international VALUES (903,'WebGUI',1,'Theme ID',1050190880,NULL); INSERT INTO international VALUES (902,'WebGUI',1,'Edit Theme',1050190716,NULL); INSERT INTO international VALUES (901,'WebGUI',1,'Add a new theme.',1050190107,NULL); INSERT INTO international VALUES (900,'WebGUI',1,'Manage themes.',1050189066,NULL); INSERT INTO international VALUES (899,'WebGUI',1,'Manage Themes',1050189012,NULL); INSERT INTO international VALUES (84,'DataForm',1,'Export tab delimited.',1052088598,'Save the data with tabs as separaters.'); INSERT INTO international VALUES (82,'DataForm',1,'Data Form Template',1053885798,NULL); INSERT INTO international VALUES (81,'DataForm',1,'Acknowlegement Template',1052064282,'A template to display whatever data there is to display.'); INSERT INTO international VALUES (77,'DataForm',1,'Label',1051467316,'The text in front of a form field. (Like \"Context\" or \"Message\".)'); INSERT INTO international VALUES (76,'DataForm',1,'Add a field.',1051464925,'As in \"Add a field element to this form.\"'); INSERT INTO international VALUES (943,'WebGUI',1,'Checkbox',1051464272,'A form type that allows you to put a check mark in a box.'); INSERT INTO international VALUES (942,'WebGUI',1,'Radio List',1051464141,'A form with a list of checkable boxes where only one box can be checked at a time.'); INSERT INTO international VALUES (941,'WebGUI',1,'Checkbox List',1051464113,'A form with a list of checkable boxes.'); INSERT INTO international VALUES (75,'DataForm',1,'Required',1051463599,'A field that cannot be blank.'); INSERT INTO international VALUES (74,'DataForm',1,'Mail data?',1051463006,'As in, \"Do you wish to email someone this data?\"'); INSERT INTO international VALUES (962,'WebGUI',1,'Manage Trash',1052850265,NULL); INSERT INTO international VALUES (963,'WebGUI',1,'Trash Date',1052850265,NULL); INSERT INTO international VALUES (964,'WebGUI',1,'Manage system trash.',1052850265,NULL); INSERT INTO international VALUES (965,'WebGUI',1,'Manage System Trash',1052850265,NULL); INSERT INTO international VALUES (966,'WebGUI',1,'Are you certain that you wish to permantently purge/delete this item from the trash?',1052850265,NULL); INSERT INTO international VALUES (967,'WebGUI',1,'Empty system trash.',1052850265,NULL); INSERT INTO international VALUES (968,'WebGUI',1,'Clipboard, Empty',1052850265,NULL); INSERT INTO international VALUES (969,'WebGUI',1,'If you choose to empty your clipboard, any items contained in it will be moved to the trash.\r\n',1052850265,NULL); INSERT INTO international VALUES (975,'WebGUI',1,'Users can remove themselves?',1053778962,'Determines whether users can delete themselves from this group.'); INSERT INTO international VALUES (974,'WebGUI',1,'Users can add themselves?',1053778912,'Determines whether users can add themselves to this group.'); INSERT INTO international VALUES (976,'WebGUI',1,'Add Users',1053800614,'This is the label for a box that shows a list of users to add to a particular group.'); INSERT INTO international VALUES (977,'WebGUI',1,'Is secondary admin?',1053803387,'A flag indicating whether the users has secondary administrative privileges for this group.'); INSERT INTO international VALUES (978,'WebGUI',1,'User added successfully.',1053804577,'A message used after secondary admin adds a user successfully.'); INSERT INTO international VALUES (85,'DataForm',1,'One per line.',1053855146,'Telling the user to add one entry per line.'); INSERT INTO international VALUES (88,'DataForm',1,'Data Form List Template',1053885702,NULL); INSERT INTO international VALUES (89,'DataForm',1,'The following variables are available to the Data Form List template:\r\n\r\n\r\nback.url
\r\nThe URL to go back to the Data Form data entry page.\r\n\r\n\r\nback.label
\r\nThe default label for the back.url.\r\n\r\n\r\nfield_loop
\r\nA loop containing information about the fields in this Data Form.\r\n\r\n\r\nfield.name
\r\nThe web safe name of this field.\r\n\r\n\r\nfield.label
\r\nThe human readable label for this field.\r\n\r\n\r\nfield.id
\r\nA unique identifier representing this field in the database.\r\n\r\n\r\nfield.isMailField
\r\nA conditional indicating whether this field exists for the mail subsystem of the data form.\r\n\r\n\r\nfield.type
\r\nThe data type associated with this field.\r\n\r\n\r\n
\r\nA loop containing the record entries of this data form.\r\n\r\n\r\n
\r\n\r\nrecord.entryId',1053885702,NULL); INSERT INTO international VALUES (87,'DataForm',1,'List Template',1053884753,'Prompt the user to select a template for the list view of the data form.'); INSERT INTO international VALUES (86,'DataForm',1,'List all entries.',1053882548,'A label that links to all Data Form entries made to date.'); INSERT INTO international VALUES (98,'EventsCalendar',1,'Now!',1053888477,'\"Something is going to happen now.\" This will be used to select a range in an events calendar. Now is the date and time right down to the current second.'); INSERT INTO international VALUES (18,'DataForm',13,'Paluu lomakkeelle',1048538727,NULL); INSERT INTO international VALUES (28,'DataForm',13,'Valinnainen teksti- ja HTML-alueelle.',1056061512,NULL); INSERT INTO international VALUES (27,'DataForm',13,'Korkeus',1048532111,NULL); INSERT INTO international VALUES (73,'DataForm',13,'Lähetä',1048531762,NULL); INSERT INTO international VALUES (71,'DataForm',13,'',1039001404,NULL); INSERT INTO international VALUES (62,'DataForm',13,'Tietolomakkeen kentät, Lisää/Muokkaa',1056061563,NULL); INSERT INTO international VALUES (61,'DataForm',13,'Tietolomake, Lisää/Muokkaa',1056061536,NULL); INSERT INTO international VALUES (8,'DataForm',13,'Leveys',1033387245,NULL); INSERT INTO international VALUES (7,'DataForm',13,'Muokkaa tietolomaketta',1056061588,NULL); INSERT INTO international VALUES (6,'DataForm',13,'Muokattava',1033387235,NULL); INSERT INTO international VALUES (5,'DataForm',13,'Näytetty',1033387233,NULL); INSERT INTO international VALUES (4,'DataForm',13,'Piilotettu',1033387230,NULL); INSERT INTO international VALUES (3,'DataForm',13,'Kiitos palautteestasi!',1033387228,NULL); INSERT INTO international VALUES (25,'DataForm',13,'Oletusarvo(t)',1056061475,NULL); INSERT INTO international VALUES (24,'DataForm',13,'Mahdolliset arvot (Ainoastaan alasvetovalikossa)',1033387220,NULL); INSERT INTO international VALUES (23,'DataForm',13,'Tyyppi',1033387218,NULL); INSERT INTO international VALUES (22,'DataForm',13,'Tila',1033387215,NULL); INSERT INTO international VALUES (21,'DataForm',13,'Kentän nimi',1033387213,NULL); INSERT INTO international VALUES (20,'DataForm',13,'Muokkaa kenttää',1033387211,NULL); INSERT INTO international VALUES (19,'DataForm',13,'Oletko varma että haluat poistaa tämän kentän?',1033387208,NULL); INSERT INTO international VALUES (17,'DataForm',13,'Viesti lähetetty',1033387201,NULL); INSERT INTO international VALUES (16,'DataForm',13,'Acknowledgement',1033387199,NULL); INSERT INTO international VALUES (13,'DataForm',13,'Piilokopio',1033387194,NULL); INSERT INTO international VALUES (12,'DataForm',13,'Kopio',1033387191,NULL); INSERT INTO international VALUES (11,'DataForm',13,'Vastaanottaja',1056061450,NULL); INSERT INTO international VALUES (897,'WebGUI/Profile',13,'Muokattava?',1056061354,NULL); INSERT INTO international VALUES (10,'DataForm',13,'Keneltä',1033387154,NULL); INSERT INTO international VALUES (1,'DataForm',13,'Tietolomake',1056061416,NULL); INSERT INTO international VALUES (2,'DataForm',13,'Viestin aihe tähän',1032541850,NULL); INSERT INTO international VALUES (14,'DataForm',13,'Aihe',1032541832,NULL); INSERT INTO international VALUES (945,'WebGUI',2,'Scratch Filter',1054050912,NULL); INSERT INTO international VALUES (946,'WebGUI',2,'Gemeinsamen Mülleimer benutzen?',1054540965,NULL); INSERT INTO international VALUES (947,'WebGUI',2,'Gemeinsame Zwischenablage benutzen?',1054048284,NULL); INSERT INTO international VALUES (948,'WebGUI',2,'Zwischenablage verwalten',1054048257,NULL); INSERT INTO international VALUES (949,'WebGUI',2,' Verwalten: Zwischenablage',1054541290,NULL); INSERT INTO international VALUES (950,'WebGUI',2,'Zwischenablage leeren.',1054048162,NULL); INSERT INTO international VALUES (951,'WebGUI',2,'Sind Sie sicher, dass Sie den Inhalt der Zwischenablage in den Mülleimer verschieben möchten?',1054540978,NULL); INSERT INTO international VALUES (952,'WebGUI',2,'Datum Zwischenablage',1054048102,NULL); INSERT INTO international VALUES (953,'WebGUI',2,'Vorherige Location',1054048086,NULL); INSERT INTO international VALUES (954,'WebGUI',2,'System-Zwischenablage verwalten.',1054048052,NULL); INSERT INTO international VALUES (955,'WebGUI',2,'System-Zwischenablage verwalten',1054048035,NULL); INSERT INTO international VALUES (957,'WebGUI',2,'Zwischenablage, Verwalten',1054048016,NULL); INSERT INTO international VALUES (959,'WebGUI',2,'System-Zwischenablage leeren.',1054047995,NULL); INSERT INTO international VALUES (960,'WebGUI',2,'Mülleimer, Verwalten',1054540987,NULL); INSERT INTO international VALUES (962,'WebGUI',2,'Mülleimer verwalten',1054541005,NULL); INSERT INTO international VALUES (963,'WebGUI',2,'Lösch Datum',1054541210,NULL); INSERT INTO international VALUES (964,'WebGUI',2,'System-Mülleimer verwalten.',1054541015,NULL); INSERT INTO international VALUES (965,'WebGUI',2,'System-Mülleimer verwalten',1054541022,NULL); INSERT INTO international VALUES (967,'WebGUI',2,'System-Mülleimer löschen',1054541033,NULL); INSERT INTO international VALUES (970,'WebGUI',2,'Uhrzeit setzen',1054047795,NULL); INSERT INTO international VALUES (971,'WebGUI',2,'Uhrzeit',1054047781,NULL); INSERT INTO international VALUES (972,'WebGUI',2,'Datum und Zeit',1054047767,NULL); INSERT INTO international VALUES (973,'WebGUI',2,'Falls Proxy benutzt wird: echte Client IP-Adressen benutzen?',1054047756,NULL); INSERT INTO international VALUES (974,'WebGUI',2,'Benutzer können sich selbst hinzufügen?',1054541046,NULL); INSERT INTO international VALUES (10,'WobjectProxy',2,'Template überschreiben?',1054541071,NULL); INSERT INTO international VALUES (7,'WobjectProxy',2,'Titel überschreiben?',1054541079,NULL); INSERT INTO international VALUES (8,'WobjectProxy',2,'Angezeigten Titel überschreiben?',1054541087,NULL); INSERT INTO international VALUES (975,'WebGUI',2,'Benutzer können sich selbst von dieser Gruppe entfernen?',1054541217,NULL); INSERT INTO international VALUES (976,'WebGUI',2,'Benutzer hinzufügen',1054541054,NULL); INSERT INTO international VALUES (977,'WebGUI',2,'Zusätzlicher Administrator?',1054541136,NULL); INSERT INTO international VALUES (978,'WebGUI',2,'Benutzer erfolgreich hinzugefügt.',1054541062,NULL); INSERT INTO international VALUES (938,'WebGUI',2,'Thema, löschen',1054541195,NULL); INSERT INTO international VALUES (940,'WebGUI',2,'In neuem Fenster öffnen?',1054541202,NULL); INSERT INTO international VALUES (936,'WebGUI',2,'Thema, importieren',1054046328,NULL); INSERT INTO international VALUES (933,'WebGUI',2,'Thema, bearbeiten',1054046301,NULL); INSERT INTO international VALUES (931,'WebGUI',2,'Themen, Verwalten',1054046281,NULL); INSERT INTO international VALUES (930,'WebGUI',2,'Thema anschauen.',1054046267,NULL); INSERT INTO international VALUES (929,'WebGUI',2,'Importieren!',1054046249,NULL); INSERT INTO international VALUES (928,'WebGUI',2,'Möchten Sie dieses Thema importieren?',1054541187,NULL); INSERT INTO international VALUES (927,'WebGUI',2,'Thema importieren',1054046215,NULL); INSERT INTO international VALUES (926,'WebGUI',2,'Dieses Thema wurde mit einer neueren WebGUI Version erstellt. Sie müssen WebGUI zuerst updaten, bevor Sie dieses Thema installieren.',1054540957,NULL); INSERT INTO international VALUES (925,'WebGUI',2,'Sie haben bereits eine Version dieses Themas installiert. Sie müssen sie vor dem Neuinstallieren löschen.',1054540947,NULL); INSERT INTO international VALUES (924,'WebGUI',2,'Thema importieren.',1054045996,NULL); INSERT INTO international VALUES (923,'WebGUI',2,'Thema Version',1054045979,NULL); INSERT INTO international VALUES (85,'DataForm',2,'Einer pro Zeile.',1054045953,NULL); INSERT INTO international VALUES (921,'WebGUI',2,'Themen Paket Datei',1054045920,NULL); INSERT INTO international VALUES (922,'WebGUI',2,'Erstellt mit',1054045908,NULL); INSERT INTO international VALUES (920,'WebGUI',2,'Dieses Thema exportieren.',1054045888,NULL); INSERT INTO international VALUES (919,'WebGUI',2,'Dieses Thema bearbeiten.',1054045866,NULL); INSERT INTO international VALUES (918,'WebGUI',2,'Dieses Thema löschen.',1054541178,NULL); INSERT INTO international VALUES (917,'WebGUI',2,'Themen-Komponente hinzufügen.',1054540933,NULL); INSERT INTO international VALUES (916,'WebGUI',2,'Schnippsel',1054045820,NULL); INSERT INTO international VALUES (915,'WebGUI',2,'Datei',1054045810,NULL); INSERT INTO international VALUES (914,'WebGUI',2,'Grafik',1054045801,NULL); INSERT INTO international VALUES (913,'WebGUI',2,'Template',1054045792,NULL); INSERT INTO international VALUES (912,'WebGUI',2,'Style',1054045784,NULL); INSERT INTO international VALUES (911,'WebGUI',2,'Komponente',1054045774,NULL); INSERT INTO international VALUES (910,'WebGUI',2,'Komponenten Typ',1054045760,NULL); INSERT INTO international VALUES (909,'WebGUI',2,'Themen Komponente hinzufügen',1054540924,NULL); INSERT INTO international VALUES (908,'WebGUI',2,'Sind Sie sicher, dass Sie diese Komponente von diesem Thema entfernen möchten?',1054541168,NULL); INSERT INTO international VALUES (907,'WebGUI',2,'Sind Sie sicher, dass Sie dieses Thema löschen möchten?',1054541158,NULL); INSERT INTO international VALUES (906,'WebGUI',2,'Designer URL',1054045674,NULL); INSERT INTO international VALUES (905,'WebGUI',2,'Themen Designer',1055253469,NULL); INSERT INTO international VALUES (904,'WebGUI',2,'Themen Name',1054045647,NULL); INSERT INTO international VALUES (903,'WebGUI',2,'Themen ID',1054045634,NULL); INSERT INTO international VALUES (902,'WebGUI',2,'Thema bearbeiten',1054045624,NULL); INSERT INTO international VALUES (901,'WebGUI',2,'Neues Thema hinzufügen.',1054540917,NULL); INSERT INTO international VALUES (900,'WebGUI',2,' Verwalten: Themen',1054541252,NULL); INSERT INTO international VALUES (899,'WebGUI',2,'Themen Verwalten',1054045577,NULL); INSERT INTO international VALUES (898,'WebGUI',2,'Site Icon',1054045556,NULL); INSERT INTO international VALUES (9,'WobjectProxy',2,'Beschreibung überschreiben?',1054541096,NULL); INSERT INTO international VALUES (87,'DataForm',2,'Listen Template',1054045385,NULL); INSERT INTO international VALUES (86,'DataForm',2,'Alle Einträge anzeigen.',1054541125,NULL); INSERT INTO international VALUES (88,'DataForm',2,'DataForm Listen Template',1054045351,NULL); INSERT INTO international VALUES (897,'WebGUI',2,'Favicon',1054045326,NULL); INSERT INTO international VALUES (73,'Poll',2,'Abstimmungs Template',1054045268,NULL); INSERT INTO international VALUES (98,'EventsCalendar',2,'Jetzt!',1054045254,NULL); INSERT INTO international VALUES (84,'DataForm',2,'Exportieren (durch Tabulator getrennt)',1054045239,NULL); INSERT INTO international VALUES (82,'DataForm',2,'DataForm Template',1054045206,NULL); INSERT INTO international VALUES (81,'DataForm',2,'Bestätigungs Template',1054541117,NULL); INSERT INTO international VALUES (80,'DataForm',2,'Email Template',1054045154,NULL); INSERT INTO international VALUES (79,'DataForm',2,'Zusatztext',1054045142,NULL); INSERT INTO international VALUES (77,'DataForm',2,'Label',1054045130,NULL); INSERT INTO international VALUES (76,'DataForm',2,'Feld hinzufügen.',1054540765,NULL); INSERT INTO international VALUES (75,'DataForm',2,'Erforderlich',1054045105,NULL); INSERT INTO international VALUES (74,'DataForm',2,'Daten per Email versenden?',1054045087,NULL); INSERT INTO international VALUES (9,'Auth/LDAP',2,'Benutzer RDN',1054045062,NULL); INSERT INTO international VALUES (29,'DataForm',1,'is required',1031515049,NULL); INSERT INTO international VALUES (832,'WebGUI',14,'¥³¥é¥Æ¥é¥ë´ÉÍý¥·¥¹¥Æ¥à¤Ï¡¢ÆÃÄê¤ÎÌÜŪ¤ËÂФ·¤Æ¤¢¤é¤«¤¸¤á¥Þ¥¯¥í¤òÍѰդ·¤Æ¤¤¤Þ¤¹¡£\r\n\r\n¡°File();\r\n¤³¤Î¥Þ¥¯¥í¤Ï¥¯¥¤¥Ã¥¯¥Õ¥¡¥¤¥ë¥ê¥ó¥¯¤òºîÀ®¤·¤Þ¤¹¡£¥Õ¥¡¥¤¥ë¤ËÂФ·¤Æ¥¢¥¤¥³¥ó¤òºîÀ®¤·¡¢¥Õ¥¡¥¤¥ë̾¤ò½ÐÎϤ·¤Þ¤¹¡£Æ±Íͤ˥À¥¦¥ó¥í¡¼¥ÉÍѤΥե¡¥¤¥ë¤ËÂФ·¤Æ¤âÍøÍѲÄǽ¤Ç¤¹¡£\r\n\r\n¡°I();\r\n¤³¤Î¥Þ¥¯¥í¤Ï¡¢HTML¥¤¥á¡¼¥¸¥¿¥°¤Ë¤è¤ê¥³¥é¥Æ¥é¥ë´ÉÍý¥·¥¹¥Æ¥à¤«¤é¥¤¥á¡¼¥¸¤ò¸¡º÷¤·¡¢¥³¥ó¥Æ¥ó¥ÄÆâ¤Î¼ýǼÀ褫¤é¥¤¥á¡¼¥¸¤ò¤¹¤Ð¤ä¤¯É½¼¨¤¹¤ë¤³¤È¤¬¤Ç¤¤Þ¤¹¡£\r\n\r\nÎã:¡°I(\"logo\"); \r\n\r\n¡°i();\r\n¤³¤Î¥Þ¥¯¥í¤Ï¡¢¥³¥é¥Æ¥é¥ë´ÉÍý¥·¥¹¥Æ¥àÆâ¤Î¥Õ¥¡¥¤¥ë¤ÎURL¤ò¸¡º÷¤·¤Þ¤¹¡£\r\n\r\nÎã:¡°i(\"status report\"); \r\n\r\n¡°Snippet();\r\n¤³¤Î¥Þ¥¯¥í¤Ï¡¢¥³¥é¥Æ¥é¥ë´ÉÍý¥·¥¹¥Æ¥àÆâ¤Î¥¹¥Ë¥Ú¥Ã¥È¤Î¥³¥ó¥Æ¥ó¥Ä¤ò¸¡º÷¤·¡¢¥Ú¡¼¥¸¤ËÁÞÆþ¤·¤Þ¤¹¡£\r\n\r\nÎã:¡°Snippet(\"flash code\"); \r\n\r\n¡°Thumbnail();\r\n¤³¤Î¥Þ¥¯¥í¤Ï¡¢¥³¥é¥Æ¥é¥ë´ÉÍý¥·¥¹¥Æ¥àÆâ¤Î¥¤¥á¡¼¥¸¤Î¥µ¥à¥Í¥¤¥ë¤ËÂФ¹¤ëURL¤ò¸¡º÷¤·¤Þ¤¹¡£\r\n\r\nÎã:¡°Thumbnail(\"logo\"); \r\n\r\n¡°T!\nhumbnailLinker();\r\n¤³¤Î¥Þ¥¯¥í¤Ï¡¢¥³¥é¥Æ¥é¥ë´ÉÍý¥·¥¹¥Æ¥à¤Ç»ÈÍѤµ¤ì¤ë¥¯¥¤¥Ã¥¯¥¤¥á¡¼¥¸¥Ó¥å¡¼¥¢¤ò¹½ÃÛ¤·¤Þ¤¹¡£¥¤¥á¡¼¥¸Ì¾¤òÈ÷¤¨¤¿¥µ¥à¥Í¥¤¥ë¥¤¥á¡¼¥¸¤òºîÀ®¤·¡¢¥Õ¥ë¥µ¥¤¥º¥¤¥á¡¼¥¸¤Ë¤â¥ê¥ó¥¯¤·¤Þ¤¹¡£\r\n\r\nÎã:¡°ThumbnailLinker(\"logo\"); ',1055900660,NULL); INSERT INTO international VALUES (826,'WebGUI',14,'WebGUI¤Ë¤Ï¥³¥ó¥Æ¥ó¥Ä¤Î¥ì¥¤¥¢¥¦¥È¤òºÇÂç¸Â¥³¥ó¥È¥í¡¼¥ë¤Ç¤¤ë¶¯ÎϤʥƥó¥×¥ì¡¼¥È¸À¸ì¤¬¤¢¤ê¤Þ¤¹¡£²¼µ¤Ï¥Æ¥ó¥×¥ì¡¼¥È¸À¸ì¹½Ê¸¤Î¥ê¥¹¥È¤Ç¤¹¡£\r\n\r\nÃí:»ÈÍѤ¹¤ë¼ÂºÝ¤ÎÊÑ¿ô̾¤Î¤¿¤á¤Ë¥×¥ì¡¼¥¹¥Û¡¼¥ë¥À¡¼¤È¤·¤Æfoo¤Èbar¤¬»ÈÍѤµ¤ì¤ë¤³¤È¤ËÃí°Õ¤·¤Æ¤¯¤À¤µ¤¤¡£¤½¤ì¤é¤Ï¥Æ¥ó¥×¥ì¡¼¥È¸À¸ì¤Ç¤Ï¤¢¤ê¤Þ¤»¤ó¡£\r\n\r\nÊÑ¿ô\r\nÊÑ¿ô¤Ï¥Æ¥ó¥×¥ì¡¼¥È¥³¥Þ¥ó¥É¤ÎÃæ¤ÇºÇ¤â´ðËÜŪ¤Ê¤â¤Î¤Ç¤¹¡£¥³¥ó¥Æ¥ó¥Ä¤Î°ÌÃÖ¤ò·è¤á¤ë¤¿¤á¤Ë»ÈÍѤµ¤ì¤Þ¤¹¡£\r\n\r\n¹½Ê¸:
\r\nA unique identifier for this record entry.\r\n\r\n\r\nrecord.ipAddress
\r\nThe IP Address of the user that submitted this record entry.\r\n\r\n\r\nrecord.edit.url
\r\nThe URL to edit this record.\r\n\r\n\r\nrecord.username
\r\nThe username of the person that submitted this record entry.\r\n\r\n\r\nrecord.userId
\r\nThe user id of the person that submitted this record entry.\r\n\r\n\r\nrecord.submissionDate.epoch
\r\nThe epoch datestamp for this record entry.\r\n\r\n\r\nrecord.submissionDate.human
\r\nA human readable date stamp, based upon the user\'s preferences, for this record entry.\r\n\r\n\r\nrecord.data_loop
\r\nA loop containing the data submitted by the user for each field in this data form.\r\n\r\n\r\n
\r\n\r\nrecord.data.value\r\n\r\n
\r\nThe value submitted by the user for this field in this record entry.\r\n\r\n\r\nrecord.data.name
\r\nThe web safe name of this field.\r\n\r\n\r\nrecord.data.label
\r\nThe human readable label for this field.\r\n\r\n\r\nrecord.data.isMailField
\r\nA conditional indicating whether this field exists for the mail subsystem of the data form.\r\n\r\n\r\n
¤¢¤ë¤¤¤Ï \r\n\r\nÎã \r\n\r\n¾ò·ïʸ\r\n¥×¥í¥°¥é¥Þ¤Ë¤È¤Ã¤Æ¡¢¾ò·ïʸ¤Ï¿·¤·¤¤¤â¤Î¤Ç¤Ï¤¢¤ê¤Þ¤»¤ó¡£¤·¤«¤·¡¢¥Ç¥¶¥¤¥Ê¡¼¤Ë¤È¤Ã¤Æ¤Ïʬ¤«¤ê¤Ë¤¯¤¤¤â¤Î¤Ç¤·¤ç¤¦¡£¾ò·ïʸ¤È¤Ï¼ÂºÝ¤Ë¤Ïñ¤ËÀµ¸íÌäÂê¤Ç¤¢¤ê¡¢¤½¤Î¤è¤¦¤Ë¹Í¤¨¤ì¤Ð¡¢ÌäÂê¤òÁ´¤¯¤òÊú¤¨¤Ê¤¤¤Ç¤·¤ç¤¦¡£\r\n\r\n¹½Ê¸: \r\n¹½Ê¸: \r\n\r\nÎã: ¿¿¼Â¤Ç¤¹ \r\n\r\n¥ë¡¼¥×!\nr\n¥ë¡¼¥×¤Ï¥ë¡¼¥×Ãæ¤Î³Æ¥Ñ¥¹¤Î¥Ç¡¼¥¿½ÐÎϤΥꥹ¥È¾å¤Ç·«¤êÊÖ¤·½èÍý¤ò¤·¤Þ¤¹¡£¥ë¡¼¥×¤ÏÊ¿°×¤ÊÊÑ¿ô¤ò»ÈÍѤ¹¤ë¡¢Ê£»¨¤Ç¤¹¤¬ÁêÅö¤Ë¶¯ÎϤʹ½Ê¸¤Ç¤¹¡£\r\n\r\n¹½Ê¸:<(tmpl_loop)foo> \r\n\r\nÎã¸í¤ê¤Ç¤¹ \r\n Name: \r\n\r\n\r\n¥ë¡¼¥×¾ò·ï\r\n¥ë¡¼¥×¤ÏÆÃÊ̤ξò·ïÊÑ¿ô¤ËÉÕ°¤·¤Þ¤¹¡£¤½¤ì¤é¤Ï__FIRST__, __ODD__, __INNER__, ¤È __LAST__. \r\n\r\nÎã:\r\n
\r\n\r\n¡¡¡¡ \r\nÃí:¥Æ¥ó¥×¥ì¡¼¥È¸À¸ì¤ª¤è¤Ó¥Æ¥ó¥×¥ì¡¼¥ÈÊÑ¿ô¤ÎξÊý¤Ï¥±¡¼¥¹¥Ð¥¤¥±¡¼¥¹¤Ç¤¹¡£',1055896064,NULL); INSERT INTO international VALUES (637,'WebGUI',14,'̾Á°\r\n¤³¤Î¥æ¡¼¥¶¡¼¤Î̾Á°¡£\r\n\r\n¥ß¥É¥ë¥Í¡¼¥à\r\n¤³¤Î¥æ¡¼¥¶¡¼¤Î¥ß¥É¥ë¥Í¡¼¥à¡£\r\n\r\nÀ«\r\n¤³¤Î¥æ¡¼¥¶¡¼¤ÎÀ«¡£\r\n\r\n¥á¡¼¥ë¥¢¥É¥ì¥¹\r\n¥æ¡¼¥¶¡¼¤Î¥á¡¼¥ë¥¢¥É¥ì¥¹¡£¥æ¡¼¥¶¡¼¤¬ÅŻҥ᡼¥ë¤òɬÍפȤ¹¤ëµ¡Ç½¤òÍøÍѤ¹¤ë¾ì¹ç¤Ë¡¢¤³¤Î¥¢¥É¥ì¥¹¤¬Í׵ᤵ¤ì¤Þ¤¹¡£\r\n\r\nICQ UIN\r\nICQUIN¤ÏICQ¥Í¥Ã¥È¥ï¡¼¥¯¤Î¥æ¡¼¥¶¡¼ID¤Ç¤¹¡£ICQ¤ÏÈó¾ï¤Ë¿Íµ¤¤Î¤¢¤ë¥á¥Ã¥»¡¼¥¸¥×¥é¥Ã¥È¥Õ¥©¡¼¥à¤Ç¤¹¡£\r\n\r\nAIM Id\r\nAOL Instant MessengerÍѤΥ¢¥«¥¦¥ó¥ÈID¤Ç¤¹¡£\r\n\r\nMSN¥á¥Ã¥»¥ó¥¸¥ã¡¼ID\r\n¥Þ¥¤¥¯¥í¥½¥Õ¥È¥Í¥Ã¥È¥ï¡¼¥¯¤Î¥á¥Ã¥»¥ó¥¸¥ã¡¼¥·¥¹¥Æ¥àÍѤΥ¢¥«¥¦¥ó¥ÈID¤Ç¤¹¡£\r\n\r\nYahoo!¥á¥Ã¥»¥ó¥¸¥ã¡¼ID\r\nYahoo!¥á¥Ã¥»¥ó¥¸¥ã¡¼¥·¥¹¥Æ¥àÍѤΥ¢¥«¥¦¥ó¥ÈID¤Ç¤¹¡£\r\n\r\n·ÈÂÓÅÅÏÃ\r\n¤³¤Î¥æ¡¼¥¶¤Î·ÈÂÓÅÅÏÃÈֹ档\r\n\r\n¥Ú¡¼¥¸¥ã¡¼\r\n¤³¤Î¥æ¡¼¥¶¤Î¥Ú¡¼¥¸¥ã¡¼ÅÅÏÃÈֹ档\r\n\r\n¥Ú¡¼¥¸¥ã¡¼¥²¡¼¥È!\n¥¦¥§¥¤¤Ø¤Î¥á¡¼¥ë\r\n¤³¤Î¥æ¡¼¥¶¡¼¤Î¥Æ¥¥¹¥È¥Ú¡¼¥¸¥ã¡¼¥á¡¼¥ë¥¢¥É¥ì¥¹¤Ç¤¹¡£\r\n\r\n¼«Âð½»½ê\r\n¤³¤Î¥æ¡¼¥¶¤Î¼«Âð¤Î½»½ê¤Ç¤¹¡£\r\n\r\n²ñ¼Ò½»½ê\r\n¤³¤Î¥æ¡¼¥¶¤Î²ñ¼Ò¤Î½»½ê¤Ç¤¹¡£\r\n\r\nÀÊÌ\r\n¤³¤Î¥æ¡¼¥¶¤ÎÀÊÌ¡£\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ÆüÌÜ¡£Î㤨¤Ð¡¢¥¢¥á¥ê¥«¤Ç¤Ï¡¢°ì½µ´Ö¤òÆüÍËÆü¤«¤é¿ô¤¨¤Þ¤¹¡£¤·¤«¤·¡¢¥è¡¼¥í¥Ã¥Ñ¤Ç¤Ï°ì½µ´Ö¤ò·îÍËÆü¤«¤é¿ô¤¨¤Þ¤¹¡£\r\n\r\nÆüÉÕ¥Õ¥©¡¼¥Þ¥Ã¥È\r\n¤³¤Î¥µ¥¤¥È¾å¤ÎÆüÉÕ¤ò¤É¤Î¤è¤¦¤Ë¥Õ¥©¡¼¥Þ¥Ã¥È¤·¤Þ¤¹¤«¡©\r\n\r\n»þ´Ö¥Õ¥©¡¼¥Þ¥Ã¥È\r\n¤³¤Î¥µ¥¤¥È¾å¤Î»þ´Ö¤ò¤É¤Î¤è¤¦¤Ë¥Õ¥©¡¼¥Þ¥Ã¥È¤·¤Þ¤¹¤«¡©\r\n\r\n¥Ç¥£¥¹¥«¥Ã¥·¥ç¥ó¥ì¥¤¥¢¥¦¥È\r\n¥Ç¥£¥¹¥«¥Ã¥·¥ç¥ó¤Î¥ì¥¤¥¢¥¦¥È¤ò¥Õ¥é¥Ã¥È¡¢¥¹¥ì¥Ã¥É¤Î¤É¤Á¤é¤Ë¤·¤Þ¤¹¤«¡©¥Õ¥é¥Ã¥È¤ÏºîÀ®½ç¤Ë¤¹¤Ù¤Æ¤ÎÊÖÅú¤òɽ¼¨¤·¤Þ¤¹¡£¥¹¥ì¥Ã¥É¤ÏºîÀ®¤µ¤ì¤¿ÊÖÅú¤ÎÊÖÅú¤Î³¬Áإꥹ¥È¤òɽ¼¨¤·¤Þ¤¹¡£\r\n\r\n¥¤¥ó¥Ü!\n¥Ã¥¯¥¹ÄÌÃÎ\r\n¥æ¡¼¥¶¡¼¤Ë¡¢WebGUI¼õ¿®¥Ü¥Ã¥¯¥¹¤Ë¿·µ¬¥á¥Ã¥»¡¼¥¸¤Î¼õ¿®¤ÎÄÌÃÎÊýË¡¤òÀßÄꤷ¤Æ¤¯¤À¤µ¤¤¡£',1055892728,NULL); INSERT INTO international VALUES (636,'WebGUI',14,'°Ê²¼¤Î¼ê½ç¤Ç¥Ñ¥Ã¥±¡¼¥¸¤òºîÀ®¤·¤Æ²¼¤µ¤¤¡¨\r\n\r\n£±¡¢admin¥á¥Ë¥å¡¼¤«¤é¡Ö¥Ñ¥Ã¥±¡¼¥¸¤ò´ÉÍý¡×¤òÁªÂò¤·¤Þ¤¹¡£\r\n£²¡¢¥Ú¡¼¥¸¤ò²Ã¤¨¤Æ¡¢¤½¤ì¤Ë̾Á°¤ò¤Ä¤±¤Æ¤¯¤À¤µ¤¤¡£¥Ú¡¼¥¸¤Î̾Á°¤ÏƱ»þ¤Ë¥Ñ¥Ã¥±¡¼¥¸¤Î̾Á°¤Ë¤Ê¤ê¤Þ¤¹¡£\r\n£³¡¢ºîÀ®¤¹¤ë¿·¤·¤¤¥Ú¡¼¥¸¤ò³«¤¤¤Æ¡¢¥Ú¡¼¥¸¤Èwobjects¤òÄɲ䷤Ʋ¼¤µ¤¤¡£Äɲ䵤줿¥Ú¡¼¥¸¤Èwobject¤Ï¤³¤Î¥Ñ¥Ã¥±¡¼¥¸¤ÎŸ³«¤´¤È¤ËºîÀ®¤µ¤ì¤Þ¤¹¡£\r\n\r\nÃí:¥Ñ¥Ã¥±¡¼¥¸¤ÎÄɲá¢ÊÔ½¸¡¢ºï½ü¤Ë¤Ï¡¢¥æ¡¼¥¶¡¼¤Ï¥Ñ¥Ã¥±¡¼¥¸¥Þ¥Í¡¼¥¸¥ã¡¼¥°¥ë¡¼¥×¤«Admins¥°¥ë¡¼¥×¤Ë½ê°¤¹¤ëɬÍפ¬¤¢¤ê¤Þ¤¹¡£\r\n\r\n²¿¤é¤«¤Îwobjects¤Ë¥³¥ó¥Æ¥ó¥Ä¤ò²Ã¤¨¤ì¤Ð¡¢¥Ñ¥Ã¥±¡¼¥¸¤ÎŸ³«»þ¤Ë¡¢¤½¤Î¥³¥ó¥Æ¥ó¥Ä¤¬¼«Æ°Åª¤Ë¥³¥Ô¡¼¤µ¤ì¤Þ¤¹¡£¤·¤«¤·¡¢¥Ú¡¼¥¸¤Ç»ØÄꤵ¤ì¤¿¸¢¸Â¤ª¤è¤Ó¥¹¥¿¥¤¥ë¤Ï¡¢¥Ñ¥Ã¥±¡¼¥¸Å¸³«»þ¤Ë¥³¥Ô¡¼¤µ¤ì¤Þ¤»¤ó¡£Âå¤ï¤ê¤Ë¥Ú¡¼¥¸¤ÏŸ³«¤µ¤ì¤¿¥¨¥ê¥¢¤Î¸¢¸Â¤ª¤è¤Ó¥¹¥¿¥¤¥ë¤ò¥³¥Ô¡¼¤·¤Þ¤¹¡£',1055892448,NULL); INSERT INTO international VALUES (635,'WebGUI',14,'¥Ñ¥Ã¥±¡¼¥¸¤Ï¤¢¤é¤«¤¸¤áÍѰդµ¤ì¤¿¥Ú¡¼¥¸¤Èwobjects¤Î¥»¥Ã¥È¤Ç¤¹¡£ÉÑÈˤËÍøÍѤµ¤ì¤ë·Ç¼¨ÈÄ¡¢FAQ¡¢Åêɼ¤Ç¥Ñ¥Ã¥±¡¼¥¸¤Ê¤É¤Ï¥Ñ¥Ã¥±¡¼¥¸¥Þ¥Í¡¼¥¸¥ã¡¼¤¬É¬ÍפȤʤê¤Þ¤¹¡£¥Ñ¥Ã¥±¡¼¥¸¤ÏÅÙ¡¹È¿Éü¥¿¥¹¥¯¤ÎÉéô¤ò¸º¾¯¤µ¤»¤Þ¤¹¡£\r\n\r\n¿¤¯¤Î¿Í¡¹¤¬ºîÀ®¤¹¤ë¥Ñ¥Ã¥±¡¼¥¸¤Î£±¤Ä¤Ï¥Ú¡¼¥¸/µ»ö¤Î¥Ñ¥Ã¥±¡¼¥¸¤Ç¤¹¡£¥³¥ó¥Æ¥ó¥Ä¤ËÂФ¹¤ëµ»ö¤ò¥Ú¡¼¥¸¤òÄɲ乤ë¾ì¹ç¡¢¥Ú¡¼¥¸¤òºîÀ®¤¹¤ë¥¹¥Æ¥Ã¥×¤òƧ¤àÂå¤ï¤ê¤Ë¡¢³ºÅö¤Î¥Ú¡¼¥¸¤Ë¹Ô¤¡¢¥Ú¡¼¥¸¤Ëµ»ö¤òÄɲ乤ë¤À¤±¤Ç¤¹¡£¥Ñ¥Ã¥±¡¼¥¸¤Ï¿ô¡¹¤ÎºîÀ®¥¹¥Æ¥Ã¥×¤ò°ì³ç¤·¤Æ¹Ô¤¨¤Þ¤¹¡£',1055645237,NULL); INSERT INTO international VALUES (634,'WebGUI',14,'¥Ç¥Õ¥©¥ë¥È¥Û¡¼¥à¥Ú¡¼¥¸\r\n¾®¤µ¤Ê¥µ¥¤¥È¤Ç¤Ï¡¢¥Û¡¼¥à¥Ú¡¼¥¸¤Ï¤Ê¤¯¡¢Âå¤ï¤ê¤Ë\"About Us\"¤ä\"²ñ¼Ò³µÍ×\"¤Ê¤É¥µ¥¤¥È¤Î´ðËܤȤʤë¥Ú¡¼¥¸¤¬¤¢¤ë¤³¤È¤â¤¢¤ê¤Þ¤¹¡£¤Ç¤¹¤Î¤Ç¡¢¥µ¥¤¥ÈÆâ¤Î¤É¤Î¥Ú¡¼¥¸¤Ë¤Ç¤â¥Ç¥Õ¥©¥ë¥È¥Ú¡¼¥¸¤ÎÀßÄꤹ¤ë¤³¤È¤¬¤Ç¤¤Þ¤¹¡£URL http://www.mywebguisite.com¤òÆþÎϤ·¤¿¤ê¡¢¡°H(¥Þ¥¯¥í¤Ç¤¹)¤Ë¤è¤Ã¤Æºî¤é¤ì¤¿¥Û¡¼¥à¥ê¥ó¥¯¤ò¥¯¥ê¥Ã¥¯¤¹¤ë¤À¤±¤Ç¡¢¥µ¥¤¥È¤Ø¹Ô¤¯¤³¤È¤¬¤Ç¤¤Þ¤¹¡£\r\n\r\n¸«¤Ä¤«¤é¤Ê¤¤¥Ú¡¼¥¸\r\n¥æ¡¼¥¶¡¼¤¬Í׵ᤷ¤¿¥Ú¡¼¥¸¤¬¸«¤Ä¤«¤é¤Ê¤«¤Ã¤¿¾ì¹ç¡¢¼«Æ°Åª¤Ë¥Û¡¼¥à¥Ú¡¼¥¸¤ËÌá¤ë¤è¤¦¤Ë¤·¤¿¤ê¡¢¥¨¥é¡¼¥Ú¡¼¥¸¤Îɽ¼¨¤ò¤¹¤ë¤³¤È¤¬¤Ç¤¤Þ¤¹¡£¤É¤Á¤é¤«¤ËÀßÄꤷ¤Æ²¼¤µ¤¤¡£\r\n\r\nʸ½ñ·¿ÄêµÁ¡ÊDTD¡Ë\r\n¸¡º÷¥¨¥ó¥¸¥ó¤Î¥í¥Ü¥Ã¥È¤Ê¤É¤ò´Þ¤á¡¢¥¦¥§¥Ö¥µ¥¤¥È¤Ë¥¢¥¯¥»¥¹¤Ç¤¤ë¥Ö¥é¥¦¥¶¤Î¼ïÎà¤ÏÍÍ¡¹¤Ç¤¹¡£¤¢¤Ê¤¿¤Î¥µ¥¤¥È¤Ë¤É¤ó¤Ê¥³¥ó¥Æ¥ó¥Ä¤¬·ÇºÜ¤µ¤ì¤Æ¤¤¤ë¤«Ê¬¤«¤ë¤è¤¦¤Ë¡¢¥É¥¥å¥á¥ó¥È¥¿¥°¤ò»ÈÍѤ·¤Þ¤¹¡£¥Ç¥Õ¥©¥ë¥È¤Ç¤Ï¡¢WebGUI¤ÏHTML 4.0Âбþ¤Î¥³¥ó¥Æ¥ó¥Ä¤òÀ¸À®¤¹¤ë¤è¤¦¤Ë¤Ê¤Ã¤Æ¤¤¤Þ¤¹¡£\r\n\r\nÅê¹Æ¤ËÊÔ½¸¥¹¥¿¥ó¥×¤òÄɲÃ\r\n¥æ¡¼¥¶!\n¡¼¤¬µÄÏÀÃæ¤ÎÅê¹Æ¤òÊÔ½¸¤·¤¿»þ¡¢¥¹¥¿¥ó¥×¤ò»È¤¨¤Ð¡¢Ã¯¤¬¤¤¤ÄÊÔ½¸¤ò¹Ô¤Ê¤Ã¤¿¤«Ê¬¤«¤ê¤Þ¤¹¡£¤½¤¦¤¤¤Ã¤¿¾ðÊó¤¬É¬ÍפǤʤ¤¾ì¹ç¤Ï¡¢¤³¤Îµ¡Ç½¤ò¥ª¥Õ¤Ë¤·¤Æ²¼¤µ¤¤¡£\r\n\r\nÅê¹Æ¤µ¤ì¤¿HTML¤Ë¥Õ¥£¥ë¥¿¡¼¤ò¤«¤±¤ë\r\nÆÃ¤Ë·Ç¼¨ÈĤ䥿¡¼¥¶¡¼Åê¹Æ¥·¥¹¥Æ¥à¤Ê¤É¡¢Ã¯¤Ç¤â½ñ¤¹þ¤à¤³¤È¤¬¤Ç¤¤ë¸ø¤Î¥µ¥¤¥È¤Ç¤Ï¡¢ÈðëîÃæ½ý¤òËɤ°¤¿¤á¤ËÅê¹Æ¤Ë¥Õ¥£¥ë¥¿¡¼¤ò¤«¤±¤ë¤Ù¤¤Ç¤¹¡£¾ì¹ç¤Ë¤è¤Ã¤Æ¤Ï¥»¥¥å¥ê¥Æ¥£¤ÎÌäÂ꤬µ¯¤³¤ë¤³¤È¤â¤¢¤ê¤Þ¤¹¡£Åê¹Æ¤Ë¥Õ¥£¥ë¥¿¡¼¤ò¤«¤±¤ë¥ì¥Ù¥ë¤Î¹â¤µ¤òÀßÄꤷ¤Æ²¼¤µ¤¤¡£\r\n\r\nºÇÂçźÉÕ¥Õ¥¡¥¤¥ë¥µ¥¤¥º\r\n¤¢¤Ê¤¿¤Î¥·¥¹¥Æ¥à¤Ë¥¢¥Ã¥×¥í¡¼¥É¤µ¤ì¤ëºÇÂç¤ÎźÉÕ¥Õ¥¡¥¤¥ë¥µ¥¤¥º(ñ°Ì¤Ï¥¥í¥Ð¥¤¥È)¡£\r\n\r\nºÇÂ祤¥á¡¼¥¸¥µ¥¤¥º\r\nºÇÂ祤¥á¡¼¥¸¥µ¥¤¥º¤è¤êÂ礤¤¥Õ¥¡¥¤¥ë¤ò¥·¥¹¥Æ¥à¤Ë¥¢¥Ã¥×¥í¡¼¥É¤·¤è¤¦¤È¤¹¤ë¤È¡¢ºÇÂ祤¥á¡¼¥¸¥µ¥¤¥º¤ËÊѹ¹¤µ¤ì¤Þ¤¹¡£Ã±°Ì¤Ï¥Ô¥¯¥»¥ë¤Ç¤¹¡£¥µ¥¤¥º¤¬ºÇÂ祵¥¤¥º¤òͤ¨¤ë¤«¤É¤¦¤«¤Ï¡¢¥¤¥á¡¼¥¸¤ÎĹÊÕ¤ÎŤµ¤òÄ´¤Ù¤ÆÈ½ÃǤ·¤Þ¤¹¡£\r\n\r\n¥µ¥à¥Í¥¤¥ë¥µ¥¤¥º\r\n¥¤¥á¡¼¥¸¤¬¥·¥¹¥Æ¥à¤Ë¥¢¥Ã¥×¥í¡¼¥É¤µ¤ì¤ëºÝ¡¢¶öȯŪ¤Ê¾ò·ï¤Ë¤è¤ê½èÍý¤¬Èò¤±¤é¤ì¤ë¾ì¹ç¤ò½ü¤¡¢¼«Æ°Åª¤Ë¤³¤³¤Ç»ØÄꤵ¤ì¤¿¥µ¥¤¥º¤Ç¥µ¥à¥Í¥¤¥ë¤òÀ¸À®¤·¤Þ¤¹¡£¥µ¥à¥Í¥¤¥ë¥µ¥¤¥º¤Îñ°Ì¤Ï¥Ô¥¯¥»¥!\në¤Ç¤¹¡£\r\n\r\n¥¹¥Ë¥Ú¥Ã¥È¥×¥ì¥Ó¥å¡¼Éý\r\n¥³¥é¥Æ¥é¥ë´ÉÍý¥·¥¹¥Æ¥à¤Î¥á¥¤¥ó²èÌ̾å¤Çɽ¼¨¤¹¤ëʸ»ú¿ô¤ò¤ò»ØÄꤷ¤Þ¤¹¡£\r\n\r\n¥Æ¥¥¹¥È¥¨¥ê¥¢Îó¿ô\r\n¥µ¥¤¥È¤Ë¤è¤Ã¤Æ¤ÏWebGui¤ÇºîÀ®¤µ¤ì¤¿¥Õ¥©¡¼¥à¥µ¥¤¥º¤ÎÀ©¸æ¤¬É¬ÍפǤ¹¡£¤³¤ì¤Ë¤è¤ê¡¢³ºÅö¤Î¥µ¥¤¥È¤Ç¤É¤ì¤À¤±¤Îʸ»ú¤ÎÎ󤬥ƥ¥¹¥È¥¨¥ê¥¢¤Ëɽ¼¨¤µ¤ì¤ë¤«»ØÄê¤Ç¤¤Þ¤¹¡£\r\n\r\n¥Æ¥¥¹¥È¥¨¥ê¥¢¹Ô¿ô\r\n¥µ¥¤¥È¤Ë¤è¤Ã¤Æ¤ÏWebGui¤ÇºîÀ®¤µ¤ì¤¿¥Õ¥©¡¼¥à¥µ¥¤¥º¤ÎÀ©¸æ¤¬É¬ÍפǤ¹¡£¤³¤ì¤Ë¤è¤ê¡¢³ºÅö¤Î¥µ¥¤¥È¤Ç¤É¤ì¤À¤±¤Îʸ»ú¤Î¹Ô¤¬¥Æ¥¥¹¥È¥¨¥ê¥¢¤Ëɽ¼¨¤µ¤ì¤ë¤«»ØÄê¤Ç¤¤Þ¤¹¡£\r\n\r\n¥Æ¥¥¹¥È¥Ü¥Ã¥¯¥¹¥µ¥¤¥º\r\n¥µ¥¤¥È¤Ë¤è¤Ã¤Æ¤ÏWebGui¤ÇºîÀ®¤µ¤ì¤¿¥Õ¥©¡¼¥à¥µ¥¤¥º¤ÎÀ©¸æ¤ò¹Í¤¨¤Þ¤¹¡£¤³¤ì¤Ë¤è¤ê¡¢³ºÅö¤Î¥µ¥¤¥È¤Ç¤É¤ì¤À¤±¤Îʸ»ú¿ô¤¬¥Æ¥¥¹¥È¥Ü¥Ã¥¯¥¹¤Ëɽ¼¨¤µ¤ì¤ë¤«»ØÄê¤Ç¤¤Þ¤¹¡£\r\n\r\n¥Ú¡¼¥¸¥¥ã¥Ã¥·¥å¥¿¥¤¥à¥¢¥¦¥È\r\nÅÐÏ¿¥æ¡¼¥¶¡¼¤ËÂФ·¤Æ¥¥ã¥Ã¥·¥å¤µ¤ì¤ë¥¿¥¤¥à¥Ú¡¼¥¸¤Î¹ç·×Î̤Ǥ¹¡£\r\n\r\n¥Ú¡¼¥¸¥¥ã¥Ã¥·¥å¥¿¥¤¥à¥¢¥¦¥È(¥Ó¥¸¥¿¡¼)\r\n¥Ó¥¸¥¿¡¼¤ËÂФ·¤Æ¥¥ã¥Ã¥·¥å¤µ¤ì¤ë¥¿¥¤¥à¥Ú¡¼¥¸¤Î¹ç·×Î̤Ǥ¹¡£\r\n\r\n\r\nÃí:¥Ú¡¼¥¸¥¥ã¥Ã¥·¥å¤Ï´ÉÍý¼Ô¤¬¡ÖFile Cash Perl Module¡×¤Ê¤É¤Î¥¥ã¥Ã¥·¥å¤òƳÆþ¤·¤¿¾ì¹ç¤Î¤ß͸ú¤Ç¤¹¡£¥Ú¡¼¥¸!\n¥¥ã¥Ã¥·¥å¤òÍøÍѤ¹¤ë¤³¤È¤ÇºÇÂç1000¡ó¤Þ¤Ç¥µ¥¤¥È¤Î¥Ñ¥Õ¥©¡¼¥Þ¥ó¥¹¤ò¾å¤²¤ë¤³¤È¤¬²Äǽ¤Ç¤¹¡£',1055892224,NULL); INSERT INTO international VALUES (6,'WobjectProxy',14,'Wobject¥×¥í¥¥·¤Ç¡¢Â¾¤Î¥Ú¡¼¥¸¤ÎWobject¤«¤é¾¤Î¥Ú¡¼¥¸¤ØÈ¿±Ç¤¹¤ë¤³¤È¤¬¤Ç¤¤Þ¤¹¡£¥µ¥¤¥ÈÆâ¤Î¥Þ¥ë¥Á¥×¥ë¥»¥¯¥·¥ç¥ó¤ÇƱ¤¸¥³¥ó¥Æ¥ó¥È¤òºÆ»ÈÍѤ¹¤ëºÝ¤ËÂçÊѤËÊØÍø¤Ç¤¹¡£\r\n\r\n¥×¥í¥¥·¤Ø¤ÎWobject\r\n¥×¥í¥¥·¥ó¥°¤·¤¿¤¤¥·¥¹¥Æ¥à¤«¤éWobject¤òÁª¤ó¤Ç¤¯¤À¤µ¤¤¡£ÁªÂò¤·¤¿¥Ü¥Ã¥¯¥¹¤Ï\"Page Title/ Wobject Name(WobjectId)\"¤Î ¥Õ¥©¡¼¥Þ¥Ã¥È¤Ç¡¢¸¡º÷Ãæ¤ÎWobject¤ò¤¹¤Ð¤ä¤¯Åª³Î¤Ë¸«¤Ä¤±¤ë¤³¤È¤¬¤Ç¤¤Þ¤¹¡£',1055894415,NULL); INSERT INTO international VALUES (890,'WebGUI',14,'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³Æ¥¿¥Ö¤Î¥³¥ó¥Æ¥ó¥È¥¨¥ê¥¢¡£¥Õ¥©¡¼¥à¤¬¸½¤ï¤ì¤ë¾ì½ê¤Ç¤¹¡£ÇØ·Ê¿§¤Ï.tabActive¤ÎÇØ·Ê¿§¤È°ìÃפµ¤»¤¿¤Û¤¦¤¬¤è¤¤¤Ç¤·¤ç¤¦¡£\r\n\r\n.tabHover\r\n¥Þ¥¦¥¹¤¬Æ°¤¯¤è¤¦¤Ê¥¿¥Ö¤Î³°´Ñ¤Ç¤¹¡£\r\n\r\n.tabActive\r\n¸½ºßÌÜ»ë¤Ç¤¤ë¥¿¥Ö¤Î³°´Ñ¡£\r\n\r\nÎã\r\n¥¿¥Ö¤òºîÀ®¤»¤º¤Ë¤³¤ì¤é¤ò»ÈÍѤ¹¤ë¤³¤È¤â²Äǽ¤Ç¤¹¡£¥¿¥ÖºîÀ®¤Î¤¿¤á¤Î¥¬¥¤¥É¥é¥¤¥ó¤È¤·¤Æ¤â»ÈÍѤ·¤Æ²¼¤µ¤¤¡£',1055894115,NULL); INSERT INTO international VALUES (840,'WebGUI',14,'¤³¤ì¤é¤Î¥Þ¥¯¥í¤Ï¡¢¥×¥í¥°¥é¥ß¥ó¥°Æ±Íͤε¡Ç½À¤òÄ󶡤¹¤ë¤¿¤á¤ËÀ߷פµ¤ì¤Æ¤¤¤Þ¤¹¡£Å¬ÀڤʻÈÍѤˤè¤ê¶¯ÎϤÊÎϤòȯ´ø¤·¤Þ¤¹¤¬¡¢ÉÔÃí°Õ¤Ê»ÈÍѤÏÂçÊÑ¤Ë´í¸±¤Ê°Ù¡¢µ¤¤òÉÕ¤±¤Æ¤¯¤À¤µ¤¤¡£\r\n\r\n^D; or ^D(); - Date\r\n¸½ºß¤ÎÆüÉÕ¤ª¤è¤Ó»þ´Ö¤Ç¤¹¡£\r\n\r\nÆüÉÕ¥Õ¥©¡¼¥Þ¥Ã¥È¤Î»ÈÍѤˤè¤êÆüÉÕ¤Îɽ¼¨¤òÀßÄꤹ¤ë¤³¤È¤¬¤Ç¤¤Þ¤¹¡£Î㤨¤Ð¡¢¤³¤Î¡°D(\"%c%D,%y\")¤Î¤è¤¦¤Ê¥Þ¥¯¥í¤Ë¤è¤ê¡¢September 26, 2001¤È½ÐÎϤ·¤Þ¤¹¡£²¼µ¤ÏÍøÍѲÄǽ¤ÊÆüÉÕ¥Õ¥©¡¼¥Þ¥Ã¥È¤Ç¤¹¡£\r\n\r\n%% % \r\n%y 4 digit year \r\n%Y 2 digit year \r\n%m 2 digit month \r\n%M variable digit month \r\n%c month name \r\n%d 2 digit day of month \r\n%D variable digit day of month \r\n%w day of week name \r\n%h 2 digit base 12 hour \r\n%H variable digit base 12 hour \r\n%j 2 digit base 24 hour \r\n%J variable digit base 24 hour \r\n%p lower case am/pm \r\n%P upper case AM/PM \r\n%z user preference date format \r\n%Z user preference time format \r\n\r\n¡°E!\nnv()\r\n¥Ú¡¼¥¸¤Ë¥¦¥§¥Ö¥µ¡¼¥Ð¤Î´Ä¶ÊÑ¿ô¤òɽ¼¨¤¹¤ë¤³¤È¤¬¤Ç¤¤Þ¤¹¡£³Æ¥µ¡¼¥Ð¡¼¤ÇÍøÍѲÄǽ¤Ê´Ä¶ÊÑ¿ô¤Ï°Û¤Ê¤ê¤Þ¤¹¤¬¡¢¼¡¤Î¥ê¥ó¥¯(http://www.yourwebguisite.com/env.pl¡Ë¤ÇÍøÍѤ·¤Æ¤¤¤ë¥µ¡¼¥Ð¤¬¤É¤Î¥¿¥¤¥×¤Î¥¦¥§¥Ö¥µ¡¼¥Ð¤«ÃΤ뤳¤È¤¬¤Ç¤¤Þ¤¹¡£\r\n\r\n¡°Env(\"REMOTE_ADDR\");¤È¤¤¤¦¤è¤¦¤Ë¡¢¤³¤Î¥Þ¥¯¥í¤ÏÀßÄꤵ¤ì¤Þ¤¹¡£\r\n\r\n¡°Execute();\r\n¥³¥ó¥Æ¥ó¥Ä¥Þ¥Í¡¼¥¸¥ã¡¼¤È¥¢¥É¥ß¥Ë¥¹¥È¥ì¡¼¥¿¡¼¤¬³°Éô¥×¥í¥°¥é¥à¤ò¼Â¹Ô¤¹¤ë¤³¤È¤ò²Äǽ¤Ë¤·¤Þ¤¹¡£¥Õ¥©¡¼¥Þ¥Ã¥È¤Ï¡°Execute(¡Ö/this/file.sh¡×);¤Ç¤¹¡£\r\n\r\n¡°FormParam();\r\n¤³¤Î¥Þ¥¯¥í¤Ï¡¢SQL¥ì¥Ý¡¼¥È¤Ç¥À¥¤¥Ê¥ß¥Ã¥¯¤Ê¥¯¥¨¥ê¡¼¤òÀ¸À®¤¹¤ë¤Î¤Ë¼ç¤È¤·¤Æ»ÈÍѤµ¤ì¤Þ¤¹¡£¡°FormParam(\"phoneNumber\");¤È¤¤¤¦¥Þ¥¯¥í¤Î»ÈÍѤǡ¢´Êñ¤Ë¥Õ¥©¡¼¥à¥Õ¥£¡¼¥ë¥É¤Î̾Á°¤Î»ØÄê¤Ë¤è¤ê¥Õ¥©¡¼¥à¥Õ¥£¡¼¥ë¥É¤ÎÃͤòÆÀ¤ë¤³¤È¤¬¤Ç¤¤Þ¤¹:\r\n\r\n¡°Include();\r\n¥³¥ó¥Æ¥ó¥Ä¥Þ¥Í¡¼¥¸¥ã¡¼¤È¥¢¥É¥ß¥Ë¥¹¥È¥ì¡¼¥¿¡¼¤¬¥í¡¼¥«¥ë¥Õ¥¡¥¤¥ë¥·¥¹¥Æ¥à¤«¤é¤Î¥Õ¥¡¥¤¥ë¤ò´Þ¤à¤³¤È¤ò²Äǽ¤Ë¤·¤Þ¤¹¡£Îã:¡°Include; \" /(\"/this/file.html\");\r\n\r\n¡°International();\r\n¥¤¥ó¥¿¡¼¥Ê¥·¥ç¥Ê¥ë¥·¥¹¥Æ¥à¤«¤éËÝÌõ¤µ¤ì¤¿¥á¥Ã¥»¡¼¥¸¤ò¼èÆÀ¤·¤Þ¤¹¡£Îã:¡°Internatio!\nnal(45¡¢\"Article\");\r\n\r\n¡°Quote();\r\n¥Ç¡¼¥¿¡¼¥Ù¡¼¥¹¥¯¥¨¥ê¡¼¤Ç¤³¤Î¼Â¹ÔÁ°¤Ëʸ»úÎó¤òÊݸ¤ë¥Þ¥¯¥í¤Ç¤¹¡£\r\n\r\n¡°Page();\r\n¤³¤ì¤Ë¤è¤ê¸½ºß¤Î¥Ú¡¼¥¸¤Ë´Ø¤¹¤ë¾ðÊó¤ò¼èÆÀ¤¹¤ë¤¬¤Ç¤¤Þ¤¹¡£Î㤨¤Ð¡¢^Page(\"urlizedTitle\");¤Ç¤½¤Î¥Ú¡¼¥¸¤ÎURL¤ò¼èÆÀ¤·¤¿¤ê¡¢^Page(\"menuTitle\");¤Ç¥á¥Ë¥å¡¼¥¿¥¤¥È¥ë¤ò¼èÆÀ¤·¤¿¤ê¤Ç¤¤Þ¤¹¡£\r\n\r\n¡°SQL();\r\n1¹Ô¤ÎSQL¥ì¥Ý¡¼¥È¤Ç¤¹¡£»þ¡¹¥Ç¡¼¥¿¡¼¥Ù¡¼¥¹¤«¤é¤¹¤Ð¤ä¤¯¥Ç¡¼¥¿¤òÃê½Ð¤¹¤ëɬÍפ¬¤¢¤ë¤Ç¤·¤ç¤¦¡£¤µ¤é¤Ë¤³¤Î¥Þ¥¯¥í¤ÏSQL¥ì¥Ý¡¼¥Èwobject¤Î³ÈÄ¥¤Ë¤ª¤¤¤ÆÂçÊѤËÌòΩ¤Á¤Þ¤¹¡£¤½¤ì¤Ï¡¢¥Ç¡¼¥¿¤òÇÛÃÖ¤¹¤ë¤Î¤Ë(¡°0;¡°1;¡°2; etc);¤Î¤è¤¦¤Ê¿ôŪ¥Þ¥¯¥í¤ò»ÈÍѤ·¡¢¤Þ¤¿¡°rownum;¤ò»ÈÍѤ¹¤ë¤Î¤Ç¡¢¤Þ¤µ¤ËSQL¥ì¥Ý¡¼¥ÈWobject ¤Ç¤¹¡£\r\n\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\",\"^1;\r\n¤³¤ì¤ÏÂè1¤Î¥Ñ¥¹¤ò¾å¤Ë½ÐÎϤ·¤Þ¤¹¡£¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡ \r\n¤³¤ì¤Ï;¤ê¤Î¥Ñ¥¹¤Ç¡¢³Æ¥Ñ¥¹¤´¤È½ÐÎϤ·¤Þ¤¹¡£¡¡¡¡¡¡¡¡¡¡¡¡¡¡ \r\n¤³¤ì¤Ï¥Ñ¥¹¤µ¤¨¤Ç¡¢³Æ¥Ñ¥¹¤´¤È¤ò½ÐÎϤ·¤Þ¤¹¡£¡¡¡¡¡¡¡¡¡¡¡¡¡¡ \r\n¤³¤ì¤Ï¡¢ºÇ½é¤ÈºÇ¸å¤ËξÊý¤Ê¤¤¥Ñ¥¹¤ò¾å¤Ë½ÐÎϤ·¤Þ¤¹¡£¡¡¡¡¡¡ \r\n¤³¤ì¤ÏºÇ¸å¤Î¥Ñ¥¹¤ò¾å¤Ë½ÐÎϤ·¤Þ¤¹¡£¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡
\"); \r\n\r\n¡°URLEncode();\r\n¤³¤Î¥Þ¥¯¥í¤Ï¡¢SQL¥ì¥Ý¡¼¥È¤Ë¤ª¤¤¤Æ¼ç¤ËÍøÍѤ·¤Þ¤¹¤¬¡¢Â¾¤Ë¤âƱÍͤËÍøÍѤǤ¤Þ¤¹¡£Ê¸»úÎó¤ÎÆþÎϤȤ½¤Îʸ»úÎó¤òURL¥¨¥ó¥³¡¼¥É¤·¡¢URL¤òÄ̤·¤Þ!\n¤¹¡£¹½Ê¸¤Ï^URLEncode(\"Is this my string?\");¤Ç¤¹¡£\r\n\r\nUser();\r\n¤³¤Î¥Þ¥¯¥í¤Ë¤è¤ê¥æ¡¼¥¶¡¼¥¢¥«¥¦¥ó¥È¤ä¥×¥í¥Õ¥£¡¼¥ë¤«¤é¤Î¾ðÊó¤Îɽ¼¨¤¬²Äǽ¤Ç¤¹¡£Î㤨¤Ð¡¢¤â¤·¥æ¡¼¥¶¡¼¤Î¥á¡¼¥ë¥¢¥É¥ì¥¹¤òɽ¼¨¤·¤¿¤±¤ì¤Ð¡¢^User(\"email\");¤È¥Þ¥¯¥í¤òºîÀ®¤·¤Þ¤¹¡£\r\n\r\n^*; or ^*(); - Random Number\r\n¥é¥ó¥À¥à¤Ê¿ô»ú¤òȯÀ¸¤·¤Þ¤¹¡£¤³¤ì¤Ï¡¢¥¥ã¥Ã¥·¥å¤ò˾¤Þ¤Ê¤¤¥Ð¥Ê¡¼¹¹ð¤Î¤è¤¦¤Ê¥¤¥á¡¼¥¸¤ËÂФ·¤Æ»ÈÍѤµ¤ì¤Þ¤¹¡£¹¹¤Ë¡¢¡°*(100);¤È¤¤¤¦¥Þ¥¯¥í¤òÀßÄꤹ¤ë¤³¤È¤Ç¡¢0¤È100¤Î´Ö¤ÎÍð¿ô¤òÀ¸À®¤·¤Þ¤¹¡£\r\n\r\n¡°-;,¡°0;,¡°1;,¡°2;,¡°3;,etc.\r\n¤³¤ì¤é¤Î¥Þ¥¯¥í¤Ï¡¢SQL¥ì¥Ý¡¼¥Èwobject¤ä¥¹¥¿¥¤¥ë¥Þ¥Í¡¼¥¸¥ã¡¼¤ÎBody¤Ê¤É¤Î¥·¥¹¥Æ¥à/wobject¤ÎÆÃÄê¤Îµ¡Ç½¤ËÂФ·¤ÆÍ¸ú¤Ç¤¹¡£¡¡',1055968775,NULL); INSERT INTO international VALUES (838,'WebGUI',14,'¥Ï¡¼¥É¥É¥é¥¤¥Ö¤ä¥Õ¥¡¥¤¥ë¥¥ã¥Ó¥Í¥Ã¥È¤ÈƱÍͤ˥³¥é¥Æ¥é¥ë¤ÎÀ°Íý¤ËÍøÍѤǤ¤ë¥Õ¥©¥ë¥À¤Ç¤¹¡£\r\n\r\n¥Õ¥©¥ë¥ÀÆâ¤ÎÀ°Íý\r\n¥Õ¥©¥ë¥À¤ò¹¹¤Ë¾¤Î¥Õ¥©¥ë¥ÀÆâ¤ËÃÖ¤¯¤³¤È¤â¤Ç¤¤Þ¤¹¡£¤É¤Î¥Õ¥©¥ë¥ÀÆâ¤Ë³ºÅö¤Î¥Õ¥©¥ë¥À¤òÇÛÃÖ¤·¤Þ¤¹¤«?\r\n\r\n̾Á°\r\nÆâÍÆ¤¬Ê¬¤«¤ë¤è¤¦¤Ë¡¢¤³¤Î¥Õ¥©¥ë¥À¤Ë̾Á°¤ò¤Ä¤±¤Æ¤¯¤À¤µ¤¤¡£\r\n\r\n¾ÜºÙ\r\nºîÀ®Íýͳ¤ÈÆâÍÆ¤¬Ê¬¤«¤ë¤è¤¦¤Ë¾ÜºÙ¤òµ½Ò¤·¤Æ¤¯¤À¤µ¤¤¡£',1055900832,NULL); INSERT INTO international VALUES (844,'WebGUI',14,'¤³¤ì¤é¤Î¥Þ¥¯¥í¤Ï¥æ¡¼¥¶¡¼¤È¥í¥°¥¤¥ó¤Ë´Ø¤¹¤ë¤â¤Î¤Ç¤¹¡£\r\n\r\n^a; or ^a(); - My Account Link\r\n¥¢¥«¥¦¥ó¥È¾ðÊó¤Ø¤Î¥ê¥ó¥¯¤Ç¤¹¡£¹¹¤Ë¡¢¡°a(\"Account Info\");¤È¤¤¤¦¤è¤¦¤Ê¥Þ¥¯¥í¤ÎºîÀ®¤Ë¤è¤ê¡¢¥ê¥ó¥¯¥Æ¥¥¹¥È¤òÊѹ¹¤¹¤ë¤³¤È¤¬¤Ç¤¤Þ¤¹¡£\r\n\r\nÃí:¤µ¤é¤ËÆÃ¼ì¤Ê¥±¡¼¥¹¤È¤·¤Æ¡°a(\"linkonly\");¤¬»ÈÍѲÄǽ¤Ç¤¹¡£¤³¤ì¤Ï¥Û¡¼¥à¥Ú¡¼¥¸¤ÎURL¤À¤±¤òÊÖ¤·¤Þ¤¹¡£¤µ¤é¤Ë.myAccountLink¥¹¥¿¥¤¥ë¥·¡¼¥È¥¯¥é¥¹¤Ï¤³¤Î¥Þ¥¯¥í¤È´Ø·¸¤·¤Þ¤¹¡£\r\n\r\n¡°AdminText();\r\nAdmin¥â¡¼¥É¤Î¥æ¡¼¥¶¡¼¤ËÂФ·¤ÆÃ»¤¤¥Æ¥¥¹¥È¥á¥Ã¥»¡¼¥¸É½¼¨¤Ç¤¹¡£Îã:¡°AdminText(¡ÉYou are in admin mode\");\r\n\r\n¡°AdminToggle;¤¢¤ë¤¤¤Ï¡°AdminToggle();\r\n¥³¥ó¥Æ¥ó¥È¥Þ¥Í¡¼¥¸¥ã¡¼¤È¥¢¥É¥ß¥Ë¥¹¥È¥ì¡¼¥¿¡¼¤Ë¤Î¤ßɽ¼¨¤µ¤ì¤ë¥ê¥ó¥¯¤ò¥Ú¡¼¥¸¾å¤ËÇÛÃÖ¤·¤Þ¤¹¡£¤½¤Î¥ê¥ó¥¯¤ÏAdmin¥â¡¼¥É¤ò¥ª¥ó/¥ª¥ÕÀÚ¤êÂØ¤¨¤·¤Þ¤¹¡£¤Þ¤¿¡¢°Ê²¼¤Î¤è¤¦¤ËÇÛÃÖ¤¹¤ì¤Ð¡¢Â¾¤Î¥á¥Ã¥»¡¼¥¸¤ò»ØÄê¤Ç¤¤Þ¤¹¡£:¡°AdminToggle; (\"Edit On\",\"Edit Off\"); \r\n\r\n¡°GroupText();\r\n¥æ¡¼¥¶¡¼¤¬ÆÃÄê¤Î¥°¥ë¡¼¥×¤Ë°¤¹¤ë!\n¾ì¹ç¡¢¤½¤Î¥æ¡¼¥¶¡¼¤ËÂФ·¤ÆÃ»¤¤¥Æ¥¥¹¥È¥á¥Ã¥»¡¼¥¸¤òɽ¼¨¤·¤Þ¤¹¡£Îã:¡°GroupText(\"Visitors\",\"You need an account to do anything cool on this site!\"); \r\n\r\n¡°L;¤¢¤ë¤¤¤Ï¡°L();-Login Box\r\n¾®¤µ¤Ê¥í¥°¥¤¥ó¥Õ¥©¡¼¥à¤Ç¤¹¡£¤Þ¤¿¥Þ¥¯¥í¤òÀßÄꤹ¤ë¤³¤È¤¬¤Ç¤¤Þ¤¹¡£¡°L(20);¤È¥í¥°¥¤¥ó¥Ü¥Ã¥¯¥¹¤ÎÉý¤ÎÀßÄ꤬²Äǽ¤Ç¤¹¡£¤µ¤é¤Ë¡¢¡¢¡°L(20¡¢Hi¡°a(¡°@;);.Click %here% if you wanna log out!)¤È¥æ¡¼¥¶¡¼¥í¥°¥¤¥ó¤Ë³Îǧ²èÌ̤òɽ¼¨¤¹¤ë¤³¤È¤¬¤Ç¤¤Þ¤¹¡£ \r\n\r\nÃí:.loginBox¥¹¥¿¥¤¥ë¥·¡¼¥È¥¯¥é¥¹¤Ï¤³¤Î¥Þ¥¯¥í¤Ë´Ø·¸¤·¤Þ¤¹¡£\r\n\r\n¡°LoginToggle;¤¢¤ë¤¤¤Ï¡°LoginToggle();\r\n¥æ¡¼¥¶¡¼¤Î¥í¥°¥¤¥ó¡¢¥í¥°¥¢¥¦¥È»þ¤Ë¡Ö¥í¥°¥¤¥ó¡×¤¢¤ë¤¤¤Ï¡Ö¥í¥°¥¢¥¦¥È¡×¥á¥Ã¥»¡¼¥¸¤òɽ¼¨¤·¤Þ¤¹¡£¤Þ¤¿¡¢¡°LoginToggle;(\"Click here to log in.\",\"Click here to log out.\");¤È¼«Í³¤Ë¥á¥Ã¥»¡¼¥¸¤ò»ØÄꤹ¤ë¤³¤È¤¬¤Ç¤¤Þ¤¹¡£ \r\n\r\n¡°@;- Username\r\n¸½ºß¤Î¥í¥°¥¤¥ó¥æ¡¼¥¶¡¼Ì¾¤Ç¤¹¡£\r\n\r\n¡°#;- User ID\r\n¸½ºß¤Î¥í¥°¥¤¥ó¥æ¡¼¥¶¤ÎID¤Ç¤¹¡£',1055901855,NULL); INSERT INTO international VALUES (842,'WebGUI',14,'¤³¤ì¤é¤Î¥Þ¥¯¥í¤Ï¥µ¥¤¥È¤Î¥Ê¥Ó¥²¡¼¥·¥ç¥ó¤òºîÀ®¤¹¤ë¤¿¤á¤Ë»ÈÍѤµ¤ì¤Þ¤¹¡£\r\n\r\n^C; or ^C(); - Crumb Trail\r\n¸½ºß¤Î¥Ú¡¼¥¸¤Ø¤Î¥À¥¤¥Ê¥ß¥Ã¥¯¤ËÀ¸À®¤µ¤ì¤¿CrumbTrai£ì¤Ç¤¹¡£¡°C(::)¤Î»ÈÍѤˤè¤ê¼«Í³¤Ë¥Ú¡¼¥¸Ì¾¤Î´Ö¤Ç»ÈÍѤµ¤ì¤ë¥Ç¥ê¥ß¥¿¡¼( ¶èÀÚ¤êÉ乿)¤ò»ØÄꤹ¤ë¤³¤È¤¬¤Ç¤¤Þ¤¹¡£¥Ç¥Õ¥©¥ë¥È¥Ç¥ê¥ß¥¿¡¼¤Ï > ¤Ç¤¹¡£\r\n\r\nÃí:.crumbTrail¥¹¥¿¥¤¥ë¥·¡¼¥È¥¯¥é¥¹¤Ï¤³¤Î¥Þ¥¯¥í¤È´Ø·¸¤·¤Þ¤¹¡£\r\n\r\n¡°FlexMenu;\r\n¤³¤Î¥á¥Ë¥å¡¼¥Þ¥¯¥í¤Ï¡¢¥æ¡¼¥¶¤Î¥á¥Ë¥å¡¼¹àÌܤÎÁªÂò¤Ë¤è¤ê³ÈÄ¥¤¹¤ë¥È¥Ã¥×¥ì¥Ù¥ë¤Î¥á¥Ë¥å¡¼¤òºîÀ®¤·¤Þ¤¹¡£\r\n\r\n^H; or ^H(); - Home Link\r\n¤³¤Î¥µ¥¤¥È¤Î¥Û¡¼¥à¥Ú¡¼¥¸¤Ø¤Î¥ê¥ó¥¯¡£¹¹¤Ë¡¢^H(\"Go Home\")¤Î¤è¤¦¤Ê¥Þ¥¯¥í¤ÎºîÀ®¤Ç¡¢¥ê¥ó¥¯¥Æ¥¥¹¥È¤òÊѹ¹¤¹¤ë¤³¤È¤¬¤Ç¤¤Þ¤¹¡£\r\n\r\nÃí:¤µ¤é¤ËÆÃ¼ì¤Ê¥±¡¼¥¹¤È¤·¤Æ¡°H(linkonly)¤¬»ÈÍѲÄǽ¤Ç¤¹¡£¤³¤ì¤Ï¥Û¡¼¥à¥Ú¡¼¥¸¤ÎURL¤À¤±¤òÊÖ¤·¤Þ¤¹¡£¤µ¤é¤Ë.homeLink¥¹¥¿¥¤¥ë¥·¡¼¥È¥¯¥é¥¹¤Ï¤³¤Î¥Þ¥¯¥í¤È´Ø·¸¤·¤Þ¤¹¡£\r\n\r\n^M; or ^M(); - Current Menu (Vertical)\r\n¸½ºß¤Î¥ì¥Ù¥ë¤Ë¤ª¤¤¤Æ¥µ¥Ö¥Ú¡¼¥¸¤ò´Þ¤à½Ä¥á¥Ë¥å¡¼¤Ç¤¹¡£¹¹¤Ë¡¢¤½¤Î¥á¥Ë¥å¡¼¤¬¤É¤Î¥ì¥Ù¥ëÁØ¤Þ¤Ç°ÆÆâ²Äǽ¤«»ØÄꤹ¤ë¤³¤È¤Ç¡¢¤³¤Î¥Þ ¥¯¥í¤òÀßÄꤹ¤ë¤³¤È¤¬¤Ç¤¤Þ¤¹¡£¥Ç¥Õ¥©¥ë¥ÈÀßÄê¤ÏÂè1ÁؤΥì¥Ù¥ë¤Ç¤¹¡£Âè»°ÁØ¥ì¥Ù¥ë¤Ë¤¹¤ë¤¿¤á¤Ë¤Ï¡¢¡°M(3);.¤È¥Þ¥¯¥í¤òºîÀ®¤·¤Þ ¤¹¡£ÀßÄ꤬¡Ö0¡×¤Î¾ì¹ç¤Ï¥µ¥¤¥È¥Ä¥ê¡¼Á´ÂΤò¥È¥é¥Ã¥¯¤·¤Þ¤¹¡£\r\n\r\n^m; - Current Menu (Horizontal)\r\n¸½ºß¤Î¥ì¥Ù¥ë¤Ë¤ª¤¤¤Æ¥µ¥Ö¥Ú¡¼¥¸¤ò´Þ¤à²£¥á¥Ë¥å¡¼¤Ç¤¹¡£¡°m(:¡½¡½ :);¤Î»ÈÍѤˤè¤ê¼«Í³¤Ë¥Ú¡¼¥¸Ì¾¤Î´Ö¤Ç»ÈÍѤµ¤ì¤ë¥Ç¥ê¥ß¥¿¡¼( ¶èÀÚ¤êÉ乿)¤ò»ØÄꤹ¤ë¤³¤È¤¬¤Ç¤¤Þ¤¹¡£¥Ç¥Õ¥©¥ë¥È¥Ç¥ê¥ß¥¿¡¼¤Ï¡¦¤Ç¤¹¡£\r\n\r\n^P; or ^P(); - Previous Menu (Vertical)\r\nÁ°¤Î¥ì¥Ù¥ë¤Ë¤ª¤¤¤Æ¥µ¥Ö¥Ú¡¼¥¸¤ò´Þ¤à½Ä¥á¥Ë¥å¡¼¤Ç¤¹¡£¹¹¤Ë¡¢¤½¤Î¥á¥Ë¥å¡¼¤¬¤É¤Î¥ì¥Ù¥ëÁØ¤Þ¤Ç°ÆÆâ²Äǽ¤«»ØÄꤹ¤ë¤³¤È¤Ç¡¢¤³¤Î¥Þ¥¯ ¥í¤òÀßÄꤹ¤ë¤³¤È¤¬¤Ç¤¤Þ¤¹¡£¥Ç¥Õ¥©¥ë¥ÈÀßÄê¤ÏÂè1ÁؤΥì¥Ù¥ë¤Ç¤¹¡£Âè»°ÁØ¥ì¥Ù¥ë¤Ë¤¹¤ë¤¿¤á¤Ë¤Ï¡¢¡°P(3);¤È¥Þ¥¯¥í¤òºîÀ®¤·¤Þ¤¹¡£ ÀßÄ꤬¡Ö0¡×¤Î¾ì¹ç¤Ï¥µ¥¤¥È¥Ä¥ê¡¼Á´ÂΤò¥È¥é¥Ã¥¯¤·¤Þ¤¹¡£\r\n\r\n^p; - Previous Menu (Horizontal)\r\nÁ°¤Î¥ì¥Ù¥ë¤Ë¤ª¤¤¤Æ¥µ¥Ö¥Ú¡¼¥¸¤ò´Þ¤à²£¥á¥Ë¥å¡¼¤Ç¤¹¡£¡°p(:--:);¤Î»ÈÍѤˤè¤ê¼«Í³¤Ë¥Ú¡¼¥¸Ì¾¤Î´Ö¤Ç»ÈÍѤµ¤ì¤ë¥Ç¥ê¥ß¥¿¡¼(¶èÀÚ¤êÉ乿)¤ò»ØÄꤹ¤ë¤³¤È¤¬¤Ç¤¤Þ¤¹¡£¥Ç¥Õ¥©¥ë¥È¥Ç¥ê¥ß¥¿¡¼¤Ï¡¦¤Ç¤¹¡£\r\n\r\n^rootmenu; or ^rootmenu(); (Horizontal)\r\n(WebGUI¥·¥¹¥Æ¥à¥ë¡¼¥È¤ò½ü¤¤¤¿)¥·¥¹¥Æ¥à¾å¤Î¿Íͤʥ롼¥È¤òɽ¼¨¤¹¤ë²£¥á¥Ë¥å¡¼¤òºîÀ®¤·¤Þ¤¹¡£¼«Í³¤Ë¡°rootmenu(|);¤è¤¦¤Ë ¥á¥Ë¥å¡¼¥Ç¥ß¥ê¥¿¡¼¤ò»ØÄê¤Ç¤¤Þ¤¹¡£\r\n\r\n¡°^s(); - Specific SubMenu (Vertical)\r\n ¤³¤Î¥Þ¥¯¥í¤Ï»ØÄꤵ¤ì¤¿¥Ú¡¼¥¸¤Î¥µ¥Ö¥á¥Ë¥å¡¼¤Î¼èÆÀ¤ò²Äǽ¤Ë¤·¤Þ¤¹¡£Î㤨¤Ð¡¢¤³¤Î¡°S(\"home\"¡¢0);¤È¤¤¤¦¤è¤¦¤Ê¥Þ¥¯¥í¤ÎºîÀ®¤¹¤ë¤³¤È¤Ç¡¢¥Û¡¼¥à¥Ú¡¼¥¸¤Î¥µ¥Ö¥á¥Ë¥å¡¼¤òÆÀ¤ë¤³¤È¤¬¤Ç¤¤Þ¤¹¡£Á°¤ÎÊÑ¿ôÃͤϥڡ¼¥¸¤ÎURL¤Ç¡¢¸å¤ÎÊÑ¿ôÃͤϼèÆÀ¤¹¤ë¥á¥Ë¥å¡¼¤Î³¬ÁØ¥ì¥Ù¥ë¤Ç¤¹¡£¥Ç¥Õ¥©¥ë¥È¤Ç¤Î³¬ÁؤÏÂè1¥ì¥Ù¥ë¤Ç¤¹¡£Âè3¥ì¥Ù¥ë¤Î¾ì¹ç¤Ï¡¢¡°S(\"home\"¡¢3)¡¨¤È¥Þ¥¯¥í¤òºîÀ®¤·¤Þ¤¹¡£\r\n\r\n^s(); - Specific SubMenu (Horizontal)\r\n ¤³¤Î¥Þ¥¯¥í¤Ï»ØÄꤵ¤ì¤¿¥Ú¡¼¥¸¤Î¥µ¥Ö¥á¥Ë¥å¡¼¤Î¼èÆÀ¤ò²Äǽ¤Ë¤·¤Þ¤¹¡£Î㤨¤Ð¡¢¤³¤Î¡°s(\"home\");¤È¤¤¤¦¤è¤¦¤Ê¥Þ¥¯¥í¤ÎºîÀ®¤¹¤ë¤³¤È¤Ç¡¢¥Û¡¼¥à¥Ú¡¼¥¸¤Î¥µ¥Ö¥á¥Ë¥å¡¼¤òÆÀ¤ë¤³¤È¤¬¤Ç¤¤Þ¤¹¡£ÊÑ¿ôÃͤϥڡ¼¥¸¤ÎURL¤Ç¤¹¡£¡°s(\"home\",\":--:\");¤Î»ÈÍѤˤè¤ê¼«Í³¤Ë¥Ú¡¼¥¸Ì¾¤Î´Ö¤Ç»ÈÍѤµ¤ì¤ë¥Ç¥ê¥ß¥¿¡¼(¶èÀÚ¤êÉ乿)¤ò»ØÄꤹ¤ë¤³¤È¤¬¤Ç¤¤Þ¤¹¡£¥Ç¥Õ¥©¥ë¥È¥Ç¥ê¥ß¥¿¡¼¤Ï¡¦¤Ç¤¹¡£\r\n\r\n\r\n^Synopsis; or ^Synopsis(); Menu\r\n ¤³¤Î¥Þ¥¯¥í¤Ï»ØÄꤵ¤ì¤¿¥Ú¡¼¥¸¤Î¥µ¥Ö¥á¥Ë¥å¡¼¤È¤½¤Î³µÍפò¤È¤â¤Ë¼èÆÀ¤·¤Þ¤¹¡£¤É¤Î¥ì¥Ù¥ë¤Þ¤Ç¤Î¥Ú¡¼¥¸¥Ä¥ê¡¼¤ò±ÜÍ÷¤Ç¤¤ë¤«»ØÄꤹ¤ë¤³¤È¤¬¤Ç¤¤Þ¤¹¡£\r\n\r\nÃí:.synopsis_sub¡¢.synopsis_summary¤ª¤è¤Ó.synopsis_title¥¹¥¿¥¤¥ë¡¦¥·¡¼¥È¡¦¥¯¥é¥¹¤Ï¤³¤Î¥Þ¥¯¥í¤È´Ø·¸¤·¤Þ¤¹¡£\r\n\r\n^T; or ^T(); - Top Level Menu (Vertical)\r\n¡Ê¥Û¡¼¥à¥Ú¡¼¥¸¤«¤é¤Î¥µ¥Ö¥Ú¡¼¥¸¤È¤·¤ÆÃΤé¤ì¤ë¡Ë¥µ¥¤¥È¤Î¥á¥¤¥ó¥Ú¡¼¥¸¤ò´Þ¤à½Ä¥á¥Ë¥å¡¼¤Ç¤¹¡£¹¹¤Ë¡¢¤½¤Î¥á¥Ë¥å¡¼¤¬¤É¤Î¥ì¥Ù¥ëÁØ¤Þ¤Ç°ÆÆâ²Äǽ¤«»ØÄꤹ¤ë¤³¤È¤Ç¡¢¤³¤Î¥Þ¥¯ ¥í¤òÀßÄꤹ¤ë¤³¤È¤¬¤Ç¤¤Þ¤¹¡£¥Ç¥Õ¥©¥ë¥ÈÀßÄê¤ÏÂè1ÁؤΥì¥Ù¥ë¤Ç¤¹¡£Âè»°ÁØ¥ì¥Ù¥ë¤Ë¤¹¤ë¤¿¤á¤Ë¤Ï¡¢¡°T(3);¤È¥Þ¥¯¥í¤òºîÀ®¤·¤Þ¤¹¡£ ÀßÄ꤬¡Ö0¡×¤Î¾ì¹ç¤Ï¥µ¥¤¥È¥Ä¥ê¡¼Á´ÂΤò¥È¥é¥Ã¥¯¤·¤Þ¤¹¡£\r\n\r\n^T; or ^T(); - Top Level Menu (Horizontal)\r\n¡Ê¥Û¡¼¥à¥Ú¡¼¥¸¤«¤é¤Î¥µ¥Ö¥Ú¡¼¥¸¤È¤·¤ÆÃΤé¤ì¤ë¡Ë¥µ¥¤¥È¤Î¥á¥¤¥ó¥Ú¡¼¥¸¤ò´Þ¤à²£¥á¥Ë¥å¡¼¤Ç¤¹¡£¡°t(\":--:\");¤Ë¤è¤ê¼«Í³¤Ë¥Ú¡¼¥¸Ì¾¤Î´Ö¤Ç»ÈÍѤµ¤ì¤ë¥Ç¥ê¥ß¥¿¡¼(¶èÀÚ¤êÉ乿)¤ò»ØÄꤹ¤ë¤³¤È¤¬¤Ç¤¤Þ¤¹¡£¥Ç¥Õ¥©¥ë¥È¥Ç¥ê¥ß¥¿¡¼¤Ï¡¦¤Ç¤¹¡£\r\n\r\n^/; - System URL¡£\r\n¥²¡¼¥È¥¦¥§¥¤¥¹¥¯¥ê¥×¥È¤Ø¤ÎURL¤Ç¤¹¡£(Îã:/index.pl/)\r\n\r\n^\\; - Page URL\r\n¥«¥ì¥ó¥È¥Ú¡¼¥¸¤Ø¤ÎURL¤Ç¤¹¡£(Îã: /index.pl/pagename)',1055636754,NULL); INSERT INTO international VALUES (846,'WebGUI',14,'¤³¤ì¤é¤Î¥Þ¥¯¥í¤Ï¡¢¼ç¤ËWebGUI¤Ç¥á¥ó¥Æ¥Ê¥ó¥¹¤ËÌòΩ¤Á¤Þ¤¹¡£\r\n\r\n¡°AdminBar;\r\n¥Ú¡¼¥¸¤Ë´ÉÍý¥Ä¡¼¥ë¥Ð¡¼¤òÇÛÃÖ¤·¤Þ¤¹¡£¤³¤ì¤Ï¥¹¥¿¥¤¥ë¥Þ¥Í¡¼¥¸¥ã¡¼¤ÎBODY¥»¥°¥á¥ó¥ÈÆâ¤Çɬ¿ÜÍ×ÁǤǤ¹¡£\r\n\r\n^c; - Company Name\r\n´ÉÍý¼Ô¤Ë¤è¤Ã¤ÆÀßÄꤵ¤ì¤ë²ñ¼Ò¤Î̾¾Î¤Ç¤¹¡£\r\n\r\n^e; - Company Email Address\r\n´ÉÍý¼Ô¤Ë¤è¤Ã¤ÆÀßÄꤵ¤ì¤ë²ñ¼Ò¤Î¥á¡¼¥ë¥¢¥É¥ì¥¹¤Ç¤¹¡£\r\n\r\n¡°Extras;\r\nWebGUI¤Î¥¢¥¤¥³¥ó¤Ê¤É¤ò´Þ¤ó¤ÀWebGUI¤Î\"Extras\"¥Õ¥©¥ë¥À¤Ø¤Î¥Ñ¥¹¤òɽ¼¨¤·¤Þ¤¹¡£\r\n\r\n¡°PageTitle;\r\n¸½ºß¤Î¥Ú¡¼¥¸¤Î¥¿¥¤¥È¥ë¤òɽ¼¨¤·¤Þ¤¹¡£\r\n\r\nÃí:´ÉÍýµ¡Ç½¤äWobject¤Î¿ºÌ¤Êµ¡Ç½¤Î»ÈÍѤǡ¢¥Ú¡¼¥¸¥¿¥¤¥È¥ë¤Ï¤è¤ê¿×®¤Ê¥Ú¡¼¥¸´Ö¤Î°Üư¤ò²Äǽ¤Ë¤¹¤ë¥ê¥ó¥¯¤Ë¤Ê¤ê¤Þ¤¹¡£\r\n\r\n¡°r;¡¡¤¢¤ë¤¤¤Ï¡¡¡°r();¡¡°õºþ²Äǽ¤Ê¥Ú¡¼¥¸\r\n¥Ú¡¼¥¸¤«¤é¥¹¥¿¥¤¥ë¤ò¼è¤ê½ü¤¤¤¤¿°õºþ²Äǽ¤Ê¥Ú¡¼¥¸¤Ø¤Î¥ê¥ó¥¯¤òºîÀ®¤·¤Þ¤¹¡£¹¹¤Ë¡¢^r(\"Print Me!\");¤Î¤è¤¦¤Ê¥Þ¥¯¥í¤ÎºîÀ®¤Ë¤è¤ê¥ê¥ó¥¯¥Æ¥¥¹¥È¤òÊѹ¹¤¹¤ë¤³¤È¤¬¤Ç¤¤Þ¤¹¡£\r\n\r\n¥Ç¥Õ¥©¥ë¥È¤Ç¤Ï¡¢¤³¤Î¥ê¥ó¥¯¤¬¥¯¥ê¥Ã¥¯¤µ¤ì¤¿¾ì¹ç!\n¤Ë¸½ºß¤Î¥Ú¡¼¥¸¤Î¥¹¥¿¥¤¥ë¤¬¥¹¥¿¥¤¥ë¥Þ¥Í¡¼¥¸¥ã¡¼Æâ¤Î \"Make Page Printable\"¥¹¥¿¥¤¥ë¤ËÃÖ¤´¹¤¨¤é¤ì¤Þ¤¹¡£¤·¤«¤·¡¢^r(\"Print!\",\"WebGUI\");¤Î¤è¤¦¤ÊÂè2¤Î¥Ñ¥é¥á¡¼¥¿¡¼¤Ë¤è¤êÊ̤Υ¹¥¿¥¤¥ë̾¤ò»ØÄꤹ¤ë¤³¤È¤Ç̵»ë¤¹¤ë¤³¤È¤¬¤Ç¤¤Þ¤¹¡£\r\n\r\nÃí:¤µ¤é¤ËÆÃ¼ì¤Ê¥±¡¼¥¹¤È¤·¤Æ¡°r(linkonly)¤¬»ÈÍѲÄǽ¤Ç¤¹¡£¤³¤ì¤Ï°õºþ²Äǽ¤Ê¥Ú¡¼¥¸¤ÎURL¤À¤±¤òÊÖ¤·¤Þ¤¹¡£¤µ¤é¤Ë.makePrintableLink¥¹¥¿¥¤¥ë¥·¡¼¥È¥¯¥é¥¹¤Ï¤³¤Î¥Þ¥¯¥í¤È´Ø·¸¤·¤Þ¤¹¡£\r\n\r\n¡°RootTitle;\r\n¸½ºß¤Î¥Ú¡¼¥¸¤Î¥ë¡¼¥È¤Î¥¿¥¤¥È¥ë¤òÊÖ¤·¤Þ¤¹¡£Î㤨¤Ð¡¢WebGUI¤ÎÃæ¤Î¼çÍפʥ롼¥È¤Ï¡Ö¥Û¡¼¥à¡×¥Ú¡¼¥¸¤Ç¤¹¡£Â¿¤¯¤Î¹âÅ٤ʥµ¥¤¥È¤Ï¿¤¯¤Î¥ë¡¼¥È¤ò»ý¤Ã¤Æ¤ª¤ê¡¢¤½¤ì¤é¤Ï¥æ¡¼¥¶¡¼¤¬¤¤¤ë¥ë¡¼¥È¤ò¥æ¡¼¥¶¡¼¤Ëɽ¼¨¤¹¤ëÊýË¡¤òɬÍפȤ·¤Æ¤¤¤Þ¤¹¡£\r\n\r\n^u; - Company URL\r\n´ÉÍý¼Ô¤Ë¤è¤êÀßÄꤵ¤ì¤ë²ñ¼Ò¤ÎURL¤Ç¤¹¡£\r\n\r\n^?; - Search\r\n¥Ú¡¼¥¸¤Ë¸¡º÷¥Ü¥Ã¥¯¥¹¤ò²Ã¤¨¤Þ¤¹¡£¸¡º÷¥Ü¥Ã¥¯¥¹¤ÏWebGUI¤Î¥Ó¥ë¥È¥¤¥ó¸¡º÷¥¨¥ó¥¸¥ó¤Ë´Ø·¸¤·¤Þ¤¹¡£\r\n\r\nÃí:.searchBox¥¹¥¿¥¤¥ë¥·¡¼¥È¥¯¥é¥¹¤Ï¤³¤Î¥Þ¥¯¥í¤Ë´Ø·¸¤·¤Þ¤¹¡£\r\n\r\n^-;\r\n¤³¤ì¤Ï¥»¥Ñ¥ì¡¼¥¿¡¼¥Þ¥¯¥í¤È¤·¤ÆÃΤé¤ì¤Æ¤¤¤Þ¤¹¡£¤³¤Î¥Þ¥¯¥í¤Ï¤É¤Î¥¹¥¿¥¤¥ë¤Ë¤ª¤¤¤Æ¤âɬ¤º°ì²ó¤Ï¸!\n½¤ï¤ì¤Þ¤¹¡£¤³¤Î¥Þ¥¯¥í¤¬¸½¤ï¤ì¤ë¤È¤³¤í¤Ï½êÄê¤Î¥Ú¡¼¥¸¤Î¥³¥ó¥Æ¥ó¥Ä¤¬ÇÛÃÖ¤µ¤ì¤ë¾ì½ê¤Ç¤¹¡£',1055636582,NULL); INSERT INTO international VALUES (741,'WebGUI',14,'¥Æ¥ó¥×¥ì¡¼¥È¤òÊÔ½¸',1055603990,NULL); INSERT INTO international VALUES (752,'WebGUI',14,'¥æ¡¼¥¶¡¼¤Î¥×¥í¥Õ¥£¡¼¥ë¤òɽ¼¨',1055603971,NULL); INSERT INTO international VALUES (753,'WebGUI',14,'¥°¥ë¡¼¥×¤òÊÔ½¸',1055603950,NULL); INSERT INTO international VALUES (760,'WebGUI',14,'¥Õ¥©¥ë¥À¡¼¤òºï½ü',1055603920,NULL); INSERT INTO international VALUES (759,'WebGUI',14,'¥Õ¥©¥ë¥À¡¼¤òÊÔ½¸',1055603902,NULL); INSERT INTO international VALUES (750,'WebGUI',14,'¥æ¡¼¥¶¡¼¤òºï½ü',1055603886,NULL); INSERT INTO international VALUES (743,'WebGUI',14,'¥Ñ¥¹¥ï¡¼¥É¤òÉüµì¤¹¤ë¤¿¤á¤Ë͸ú¤Ê¥á¡¼¥ë¥¢¥É¥ì¥¹¤òÆþÎϤ·¤Æ¤¯¤À¤µ¤¤¡£',1055603855,NULL); INSERT INTO international VALUES (718,'WebGUI',14,'ËÝÌõ¤ò¥¨¥¯¥¹¥Ý¡¼¥È',1055603818,NULL); INSERT INTO international VALUES (607,'WebGUI',14,'ƿ̾ÅÐÏ¿\r\n¥µ¥¤¥È¤Ø¥Ó¥¸¥¿¡¼¤¬Æ¿Ì¾ÅÐÏ¿¤¹¤ë¤³¤È¤¬¤Ç¤¤ë¤è¤¦¤Ë¤·¤Þ¤¹¤«¡£\r\n\r\nÅÐÏ¿¾å¤Ç¼Â¹Ô\r\n¤³¤³¤Ë»ØÄꤵ¤ì¤¿¥³¥Þ¥ó¥É¥é¥¤¥ó¤¬¤¢¤ë¾ì¹ç¡¢¥æ¡¼¥¶¡¼¤¬Æ¿Ì¾ÅÐÏ¿¤¹¤ë¤´¤È¤Ë¼Â¹Ô¤µ¤ì¤Þ¤¹¡£\r\n\r\n¥«¥ë¥Þ¤òµö²Ä¤·¤Þ¤¹¤«¡©\r\n¥«¥ë¥Þµ¡Ç½¤ò²Äǽ¤Ë¤·¤Þ¤¹¤«¡©\r\n\r\n¥í¥°¥¤¥ó¤´¤È¤Î¥«¥ë¥ÞÃÍ\r\n¥æ¡¼¥¶¡¼¤¬¥í¥°¥¤¥ó¤¹¤ë¾ì¹ç¡¢¥æ¡¼¥¶¡¼¤ËÍ¿¤¨¤ë¥«¥ë¥Þ¤ÎÃÍ¡£¥«¥ë¥Þµ¡Ç½¤ò»ÈÍѤ¹¤ë¾ì¹çÀßÄꤷ¤Æ²¼¤µ¤¤¡£\r\n\r\n¥»¥Ã¥·¥ç¥ó¥¿¥¤¥à¥¢¥¦¥È\r\n¥æ¡¼¥¶¡¼¥»¥Ã¥·¥ç¥ó¤¬¥¢¥¯¥Æ¥£¥Ö¾õÂÖ¤Î(ºÆ¥í¥°¥¤¥ó²èÌ̤ˤʤë¤Þ¤Ç¤Î)»þ´Ö¡£¥æ¡¼¥¶¡¼¤¬¥Ú¡¼¥¸¤ò¸«¤ë¤´¤È¤Ë¡¢¤³¤Î¥¿¥¤¥à¥¢¥¦¥È¤¬¥ê¥»¥Ã¥È¤µ¤ì¤Þ¤¹¡£¤·¤¿¤¬¤Ã¤Æ¡¢8»þ´Ö¤Î¥¿¥¤¥à¥¢¥¦¥È¤ò¥»¥Ã¥È¤·¤¿¾ì¹ç¡¢¤â¤·¥æ¡¼¥¶¡¼¤¬8»þ´Ö¸«¤Æ¤¤¤ë¥Ú¡¼¥¸¤ò¹¹¿·¤·¤Ê¤±¤ì¤Ð¡¢¥æ¡¼¥¶¡¼¤ÏºÆ¤Ó¥í¥°¥¤¥ó¤·¤Ê¤ª¤µ¤Ê¤±¤ì¤Ð¤Ê¤é¤Ê¤¯¤Ê¤ê¤Þ¤¹¡£\r\n\r\n¥æ¡¼¥¶¡¼¤Î¥¢¥«¥¦¥ó¥È¼«¸Ê̵¸ú²½¤òµö²Ä¤·¤Þ¤¹¤«¡©\r\n¥æ¡¼¥¶¤¬¼«Ê¬¤Ç¥¢¥«¥¦¥ó¥È¤ò̵¸ú¤Ë¤¹¤ë¤³¤È¤òµö²Ä¤·¤Þ¤¹¤«¡©\r\n\r\nǧ¾ÚÊýË¡(¥Ç¥Õ¥©¥ë¥È)\r\nºîÀ®¤µ¤ì¤ë¿·¤·¤¤¥¢¥«¥¦¥ó¥È¤Î¤¿¤á¤Ë¥Ç¥!\nÕ¥©¥ë¥Èǧ¾ÚÊýË¡¤ò²¿¤Ë¤·¤Þ¤¹¤«¡©2¤Ä¤ÎÍøÍѲÄǽ¤Ê¥ª¥×¥·¥ç¥ó¤ÏWebGUI¤ÈLDAP¤Ç¤¹¡£WebGUIǧ¾Ú¤È¤ÏWebGUI¥Ç¡¼¥¿¡¼¥Ù¡¼¥¹¤Ë³ÊǼ¤µ¤ì¤¿¥æ¡¼¥¶¡¼Ì¾¤ª¤è¤Ó¥Ñ¥¹¥ï¡¼¥É¤ËÂФ·¤Æ¥æ¡¼¥¶¡¼¤¬³Î¾Ú¤¹¤ë¤³¤È¤ò°ÕÌ£¤·¤Þ¤¹¡£LDAPǧ¾Ú¤È¤Ï¥æ¡¼¥¶¡¼¤¬³°Éô¤ÎLDAP¥µ¡¼¥Ð¡¼¤ËÂФ·¤Æ³Î¾Ú¼êÃʤǤ¹¡£\r\n\r\nÃí:ǧ¾ÚÀßÄê¤Ï1¤Ä¤Î¥æ¡¼¥¶¡¼¤Ë¤Ä¤¥«¥¹¥¿¥Þ¥¤¥º¤¹¤ë¤³¤È¤¬¤Ç¤¤Þ¤¹¡£\r\n\r\nÃí:¤É¤Îǧ¾Ú¥â¥¸¥å¡¼¥ë¤ò¥·¥¹¥Æ¥à¤Ë¥¤¥ó¥¹¥È¡¼¥ë¤µ¤ì¤«¤Ë¤è¤Ã¤Æ¡¢¤³¤ì°Ê¹ß¸æÍ÷¤Ë¤Ê¤ëÈֹ椬ÊѤï¤Ã¤Æ¤¤Þ¤¹¡£²¼µ¤Ï2¤Ä¤Î¥¤¥ó¥¹¥È¡¼¥ë¤µ¤ì¤¿Ç§¾ÚÊýË¡¤ËÂФ¹¤ë¥ª¥×¥·¥ç¥ó¤Ç¤¹¡£\r\n\r\nWebGUIǧ¾Ú¥ª¥×¥·¥ç¥ó\r\n\r\n¥¦¥§¥ë¥«¥à¥á¥Ã¥»¡¼¥¸¤òÁ÷¿®¤·¤Þ¤¹¤«¡©\r\n¥æ¡¼¥¶¡¼¤¬¤¢¤Ê¤¿¤Î¥µ¥¤¥È¤ÎÅÐÏ¿¼ê³¤¤ò¤·¤¿¾ì¹ç¤Ë¡¢WebGUI¤¬¥æ¡¼¥¶¡¼¤Ë¥¦¥§¥ë¥«¥à¥á¥Ã¥»¡¼¥¸¤ò¼«Æ°Åª¤ËÁ÷¿®¤¹¤ë¤«¤òÁªÂò¤·¤Þ¤¹¡£\r\nÃí:Á÷¿®¤ò»ØÄꤹ¤ë¥á¥Ã¥»¡¼¥¸¤Ë²Ã¤¨¤Æ¡¢¥æ¡¼¥¶¡¼¥¢¥«¥¦¥ó¥È¤Î¾ðÊ󤬥á¥Ã¥»¡¼¥¸¤Ë´Þ¤Þ¤ì¤Þ¤¹¡£¥¦¥§¥ë¥«¥à¥á¥Ã¥»¡¼¥¸¤ÇÅÐÏ¿¥æ¡¼¥¶¡¼¤Î¸µ¤ØÁ÷¤ê¤¿¤¤¥á¥Ã¥»¡¼¥¸¤òÆþÎϤ·¤Æ¤¯¤À¤µ¤¤¡£\r\n\r\n¥Ñ¥¹¥ï¡¼¥É¤òÉüµì¥á¥Ã¥»¡¼¥¸\r\n¥æ¡¼¥¶¡¼¤¬WebGUI¥Ñ¥¹¥ï¡¼¥É¤òÉüµì¤·¤¿¤È¤¡¢¥æ¡¼¥¶¡¼¤Î¸µ¤ØÁ÷¤!\né¤ì¤ë¥á¥Ã¥»¡¼¥¸¤òÆþÎϤ·¤Æ¤¯¤À¤µ¤¤¡£\r\n\r\nLDAPǧ¾Ú¥ª¥×¥·¥ç¥ó\r\n\r\nLDAP URL(¥Ç¥Õ¥©¥ë¥È)\r\n¤¢¤Ê¤¿¤ÎLDAP¥µ¡¼¥Ð¡¼¤Ø¤Î¥Ç¥Õ¥©¥ë¥Èurl¡£LDAP URL¤Ï¡¢ldap://[server]:[port]¤Î·Á¼°¤ò¤È¤ê¤Þ¤¹/[´ðÁÃDN]¡£Îã:ldap://ldap.mycompany.com:389/o=MyCompany\r\n\r\nLDAP ID\r\nLDAP¥æ¡¼¥¶¡¼¤Ï¥æ¡¼¥¶¡¼¤¬¼±Ê̤µ¤ì¤ëLDAP¥µ¡¼¥Ð¡¼¤ÎÃæ¤ÎÆÈ¼«¤ÎID¤Ç¤¹¡£Â¿¤¯¤Î¾ì¹ç¡¢¤³¤Î¥Õ¥£¡¼¥ë¥É¤Ï¥·¥ç¡¼¥È¥Í¡¼¥à(̾Á°¤Î¥¤¥Ë¥·¥ã¥ë + À«¤Î·Á¼°)¤Ç¤¹¡£Îã:tyamada¤·¤¿¤¬¤Ã¤Æ¡¢¥·¥ç¡¼¥È¥Í¡¼¥à¤ÇLDAP¥æ¡¼¥¶¡¼Ì¾¤ò»ØÄꤹ¤ì¤Ð¡¢ÅÐÏ¿¥×¥í¥»¥¹¤Î´Ö¤Ëtyamada¤òÆþÎϤ·¤Þ¤¹¡£\r\n\r\nLDAP¥æ¡¼¥¶¡¼Ì¾\r\n¥æ¡¼¥¶¡¼¤Ø¤ÎLDAPǧ¾Ú¤Î¤¿¤á¤Ë»ÈÍѤµ¤ì¤ë¥é¥Ù¥ë¡£Î㤨¤Ð¡¢LDAP¥µ¡¼¥Ð¡¼¤ò¥×¥í¥¥·¥µ¡¼¥Ð¡¼¥æ¡¼¥¶¡¼¤ËÂФ¹¤ëǧ¼±¤Î¤¿¤á¤Ë»ÈÍѤ¹¤ë²ñ¼Ò¤â¤¢¤ê¤Þ¤¹¡£¤½¤¦¤¤¤Ã¤¿²ñ¼Ò¤Î¥æ¡¼¥¶¡¼¤ËÍ¿¤¨¤é¤ì¤¿Ê¸½ñ¤ä¥È¥ì¡¼¥Ë¥ó¥°¤Ë¤ª¤¤¤Æ¤Ï¡¢LDAPǧ¾Ú¤Ï¡Ö¥¦¥§¥Ö¥æ¡¼¥¶¡¼Ì¾¡×¤È¸Æ¤Ð¤ì¤ë¤³¤È¤¬¤¢¤ê¤Þ¤¹¡£Åý°ì¤Î¤¿¤á¤Ë¤³¤³¤Ç¤½¤Î¥é¥Ù¥ë¤ò»ØÄꤹ¤ë¤³¤È¤¬¤Ç¤¤Þ¤¹¡£\r\n\r\nLDAP¥Ñ¥¹¥ï¡¼¥É\r\nLDAP¥æ¡¼¥¶¡¼Ì¾¤ÈƱ¤¸¤¯¡¢LDAP¥Ñ¥¹¥ï¡¼¥É¤â¥é¥Ù¥ë¤Ç¤¹¡£LDAP¥æ¡¼¥¶¡¼Ì¾¤ÈƱ¤¸¤è¤¦¤Ë¤ª»È¤¤²¼¤µ¤¤¡£!\n',1055603699,NULL); INSERT INTO international VALUES (598,'WebGUI',14,'ËÝÌõ¤òÊÔ½¸',1055603639,NULL); INSERT INTO international VALUES (593,'WebGUI',14,'ËÝÌõ¤òÅÐÏ¿',1055603612,NULL); INSERT INTO international VALUES (555,'WebGUI',14,'¥æ¡¼¥¶¡¼¤Î¥«¥ë¥Þ¤òÊÔ½¸',1055603566,NULL); INSERT INTO international VALUES (460,'WebGUI',14,'½ªÎ»´ü¸Â',1055603479,NULL); INSERT INTO international VALUES (459,'WebGUI',14,'¥æ¡¼¥¶¡¼¥×¥í¥Õ¥£¡¼¥ë¤òÊÔ½¸',1055603440,NULL); INSERT INTO international VALUES (458,'WebGUI',14,'¥æ¡¼¥¶¡¼¥°¥ë¡¼¥×¤òÊÔ½¸',1055603421,NULL); INSERT INTO international VALUES (457,'WebGUI',14,'¥æ¡¼¥¶¡¼¥¢¥«¥¦¥ó¥È¤òÊÔ½¸',1055603396,NULL); INSERT INTO international VALUES (394,'WebGUI',14,'¥³¥é¥Æ¥é¥ë¤ò´ÉÍý',1055813378,NULL); INSERT INTO international VALUES (368,'WebGUI',14,'¥æ¡¼¥¶¡¼¤Ø¿·µ¬¥°¥ë¡¼¥×¤òÄɲÃ',1055603271,NULL); INSERT INTO international VALUES (75,'Survey',14,'¼ÁÌä¤òÊÔ½¸',1055603104,NULL); INSERT INTO international VALUES (11,'HttpProxy',14,'HTTP¥×¥í¥¥·wobject¤ÏÈó¾ï¤Ë¶¯ÎϤʥġ¼¥ë¤Ç¤¹¡£¥µ¥¤¥È¤Ø³°Éô¤Î¥µ¥¤¥È¤ª¤è¤Ó¥¢¥×¥ê¥±¡¼¥·¥ç¥ó¤òËä¤á¹þ¤à¤³¤È¤¬¤Ç¤¤Þ¤¹¡£Î㤨¤Ð¡¢¤â¤·¤¢¤Ê¤¿¤Î¥¹¥¿¥Ã¥Õ¤¬¥¤¥ó¥È¥é¥Í¥Ã¥È¤Ë¥¢¥¯¥»¥¹¤¹¤ë¤³¤È¤¬¤Ç¤¤ë¥¦¥§¥Ö¥á¡¼¥ë¥·¥¹¥Æ¥à¤ò»ý¤Ã¤Æ¤¤¤ë¤Î¤Ê¤é¡¢¤½¤ì¤ò²Äǽ¤Ë¤¹¤ë¤¿¤á¤ËHTTP¥×¥í¥¥·¤òÍøÍѤǤ¤Þ¤¹¡£\r\n\r\nURL\r\n¥×¥í¥¥·¤Î³«»ÏURL¡£\r\n\r\nžÁ÷¤·¤Þ¤¹¤«¡©\r\nURL¤Ï¡¢»ØÄꤷ¤¿¥Ú¡¼¥¸¤ÈÊ̤Υڡ¼¥¸¤ØÅ¾Á÷¤µ¤ì¤ë¤ª¤½¤ì¤¬¤¢¤ê¤Þ¤¹¡£¤â¤·¤½¤ì¤¬È¯À¸¤·¤¿¾ì¹ç¡¢¤¢¤Ê¤¿¤Ï¤½¤ÎžÁ÷¤òµö²Ä¤·¤Þ¤¹¤«¡©\r\n\r\n¥¿¥¤¥à¥¢¥¦¥È\r\nWebGUI¤¬³°Éô¤«¤é¤Î¥»¥Ã¥·¥ç¥ó¤ò½ªÎ»¤¹¤ë¤Þ¤Ç¤ÎÀܳ¤ò°Ý»ý¤¹¤ë»þ´Ö(ÉÃ)¤Ç¤¹¡£\r\n\r\n¥¯¥Ã¥¡¼¥¸¥ã¡¼\r\n³°Éô¥¢¥×¥ê¥±¡¼¥·¥ç¥ó¤¬À¸»º¤¹¤ë¥¯¥Ã¥¡¼¤ò¤É¤³¤Ë³ÊǼ¤¹¤ë¤«¤ò»ØÄꤹ¤ë¥Ç¥£¥ì¥¯¥È¥ê¥Ñ¥¹¡£¤³¤Î¥Õ¥©¥ë¥À¤Ï¥¦¥§¥Ö¥µ¡¼¥Ð¤Î½ñ¤¹þ¤ß¸¢¸Â¤ò»ý¤ÄɬÍפ¬¤¢¤ê¤Þ¤¹¡£¥¯¥Ã¥¡¼¤ò³ÊǼ¤·¤Ê¤¤¾ì¹ç¡¢¥×¥í¥¥·¥ó¥°¤µ¤ì¤¿¥¢¥×¥ê¥±¡¼¥·¥ç¥ó¤ÏŬÀڤ˵¡Ç½¤·¤Ê¤¤¤«¤â¤·¤ì¤Þ¤»¤ó¡£\r\n\r\n¥¹¥¿¥¤¥ë¤òºï½ü¤·¤Þ¤¹¤«¡©\r\n¥µ¥¤¥È¤«¤é¡¢¥×¥í¥¥·¥ó¥°¤µ¤!\n줿¤ªµ¤¤ËÆþ¤ê¤Î¥¹¥¿¥¤¥ë¥·¡¼¥È¤ò¥³¥ó¥Æ¥ó¥Ä¤«¤éºï½ü¤·¤Æ¤â¤¤¤¤¤Ç¤¹¤«¡©\r\n\r\n¥³¥ó¥Æ¥ó¥Ä¤Î¥Õ¥£¥ë¥¿¥ê¥ó¥°ÊýË¡\r\n¥×¥í¥¥·¥ó¥°¤µ¤ì¤¿¥³¥ó¥Æ¥ó¥Ä¤ËŬ±þ¤µ¤»¤ë¡¢HTML¤Î¥Õ¥£¥ë¥¿¥ê¥ó¥°ÊýË¡¤òÁªÂò¤·¤Þ¤¹¡£ \r\n\r\n¾¤Î¥É¥á¥¤¥ó¤Î¥×¥í¥¥·¥ó¥°¤òµö²Ä¤·¤Þ¤¹¤«¡©\r\n¤â¤·Yahoo¤Î¤è¤¦¤Ê¥×¥í¥¥·¥µ¥¤¥È¤«¤é¾¤Î¥É¥á¥¤¥ó¤Ø¥ê¥ó¥¯¤¹¤ë¾ì¹ç¤Ï¡¢¥æ¡¼¥¶¡¼¤¬Â¾¤Î¥É¥á¥¤¥ó¤Ø¥ê¥ó¥¯¤ò¤¿¤É¤ë¤³¤È¤òµö²Ä¤¹¤ë¤«¡¢¤Þ¤¿¤Ï»ØÄꤷ¤¿¥µ¥¤¥È¤ò¤½¤Î¤Þ¤Þ¤Ë¤·¤Æ¥×¥í¥¥·¤Ï½èÍý¤òÄä»ß¤·¤Þ¤¹¤«¡©',1055725724,NULL); INSERT INTO international VALUES (5,'HttpProxy',14,'¾¤Î¥É¥á¥¤¥ó¤Î¥×¥í¥¥·¥ó¥°¤òµö²Ä¤·¤Þ¤¹¤«¡©',1055602561,NULL); INSERT INTO international VALUES (73,'FileManager',14,'¥Õ¥¡¥¤¥ë¥¿¥¤¥È¥ë\r\n¤³¤Î¥Õ¥¡¥¤¥ë¤Ëɽ¼¨¤µ¤ì¤ë¥¿¥¤¥È¥ë¤Ç¤¹¡£º¸Â¦¤¬¶õÇò¤Î¾ì¹ç¤Ï¥Õ¥¡¥¤¥ë̾¤¬¥¿¥¤¥È¥ë¤Ë»ÈÍѤµ¤ì¤Þ¤¹¡£\r\n\r\n¥Õ¥¡¥¤¥ë\r\n¥¢¥Ã¥×¥í¡¼¥É¤·¤¿¤¤¥Õ¥¡¥¤¥ë¤ò¥Ç¡¼¥¿ÊݸÀ褫¤éÁªÂò¤·¤Æ¤¯¤À¤µ¤¤¡£\r\n\r\n¸ß´¹¥Ð¡¼¥¸¥ç¥ó#1\r\n¥Õ¥¡¥¤¥ë¤Î¸ß´¹¥Ð¡¼¥¸¥ç¥ó¤Ç¤¹¡£Î㤨¤Ð¤â¤·¥Õ¥¡¥¤¥ë¤¬JPEG¤Î¾ì¹ç¡¢¤ª¤½¤é¤¯¸ß´¹¥Ð¡¼¥¸¥ç¥ó¤ÏTIFF¤«BMP¤Ë¤Ê¤ê¤Þ¤¹¡£\r\n\r\n¸ß´¹¥Ð¡¼¥¸¥ç¥ó#2\r\n¥Õ¥¡¥¤¥ë¤Î¸ß´¹¥Ð¡¼¥¸¥ç¥ó¤Ç¤¹¡£Î㤨¤Ð¤â¤·¥Õ¥¡¥¤¥ë¤¬JPEG¤Î¾ì¹ç¡¢¤ª¤½¤é¤¯¸ß´¹¥Ð¡¼¥¸¥ç¥ó¤ÏTIFF¤«BMP¤Ë¤Ê¤ê¤Þ¤¹¡£\r\n\r\n³µÍ×\r\n¤³¤Î¥Õ¥¡¥¤¥ë¤ÎÀâÌÀ½ñ¤¤Ç¤¹¡£¥æ¡¼¥¶¡¼¤¬¸¡º÷¤¹¤ë¥¡¼¥ï¡¼¥É¤òɬ¤º´Þ¤á¤Æ¤¯¤À¤µ¤¤¡£\r\n\r\n¥À¥¦¥ó¥í¡¼¥É¤¹¤ë¥°¥ë¡¼¥×\r\n¤³¤Î¥Õ¥¡¥¤¥ë¤ò¥À¥¦¥ó¥í¡¼¥É¤¹¤ë¥°¥ë¡¼¥×¤òÁªÂò¤·¤Æ¤¯¤À¤µ¤¤¡£\r\n\r\n¼¡¤Îºî¶È\r\n¤³¤Î¥Õ¥¡¥¤¥ë¤Î¸å¤Ë¤â¤·Äɲä·¤¿¤¤Â¾¤Î¥Õ¥¡¥¤¥ë¤¬¤¢¤ì¤Ð¡¢¡Ö¿·µ¬¥Õ¥¡¥¤¥ë¤òÄɲáפòÁªÂò¤·¤Æ¤¯¤À¤µ¤¤¡£¤Þ¤¿¤Ï¡Ö¥Ú¡¼¥¸¤ËÌá¤ë¡×¤òÁªÂò¤·¤Æ¤¯¤À¤µ¤¤¡£',1055602456,NULL); INSERT INTO international VALUES (71,'FileManager',14,'¥Õ¥¡¥¤¥ë¥Þ¥Í¡¼¥¸¥ã¡¼¤Ï¡¢¥µ¥¤¥È¾å¤Ç¥Õ¥¡¥¤¥ë¤ÎÇÛÃÖ´ÉÍý¤ò´Êñ¤Ë¤¹¤ë¤¿¤á¤ËÀ߷פµ¤ì¤Æ¤¤¤Þ¤¹¡£¥Õ¥¡¥¤¥ë¥Þ¥Í¡¼¥¸¥ã¡¼¤Ï¡¢Ã¯¤¬¥µ¥¤¥È¤«¤é¥Õ¥¡¥¤¥ë¤ò¸«¤ë¤«¡¢Ã¯¤¬¥µ¥¤¥È¤«¤é¥Õ¥¡¥¤¥ë¤ò¥À¥¦¥ó¥í¡¼¥É¤¹¤ë¤«¤òÀßÄꤹ¤ë¤³¤È¤¬¤Ç¤¤Þ¤¹¡£\r\n\r\n¥Æ¥ó¥×¥ì¡¼¥È\r\n¥Õ¥¡¥¤¥ë¥Þ¥Í¡¼¥¸¥ã¡¼¤Î¥ì¥¤¥¢¥¦¥È¤òÁªÂò¤·¤Æ¤¯¤À¤µ¤¤¡£\r\n\r\n¥Ú¡¼¥¸ÈÖ¹æÉÕ¤±\r\n1¥Ú¡¼¥¸Åö¤¿¤ê¤Ë²¿¥Õ¥¡¥¤¥ëɽ¼¨¤·¤Þ¤¹¤«¡£\r\n\r\n¥À¥¦¥ó¥í¡¼¥É¥Õ¥¡¥¤¥ë¤òÄɲÃ\r\n¥À¥¦¥ó¥í¡¼¥É¥Õ¥¡¥¤¥ë¤ò¤¹¤°¤ËÄɲä·¤¿¤¤¾ì¹ç¤Ï¡¢¤³¤³¤ò¥Á¥§¥Ã¥¯¤·¤Æ¤¯¤À¤µ¤¤¡£',1055602381,NULL); INSERT INTO international VALUES (73,'FAQ',14,'¼ÁÌä\r\nF.A.Q.¤Ëɽ¼¨¤·¤¿¤¤¼ÁÌä¤òÄɲ䷤Ƥ¯¤À¤µ¤¤¡£\r\n\r\n²óÅú\r\nÆþÎϤ·¤¿¼ÁÌä¤ËÂФ¹¤ë²óÅú¤òÄɲ䷤Ƥ¯¤À¤µ¤¤¡£\r\n\r\n¼¡¤Îºî¶È\r\n¼ÁÌä¤òÄɲä·¤¿¸å¤Ë¹¹¤ËÊ̤μÁÌä¤òÄɲä·¤¿¤¤¾ì¹ç¡¢¥Ç¥Õ¥©¥ë¥È¤Ç¤³¤ÎÀßÄê¤Î¤Þ¤Þ¤Ë¤·¤Æ¤¯¤À¤µ¤¤¡£',1055602285,NULL); INSERT INTO international VALUES (71,'FAQ',14,'À¤³¦Ãæ¤Î¤Û¤È¤ó¤É¤Î¥¦¥§¥Ö¥µ¥¤¥È¡¢¥¤¥ó¥È¥é¥Í¥Ã¥È¡¢¥¨¥¯¥¹¥È¥é¥Í¥Ã¥È¤ÏF.A.Q.¥Ú¡¼¥¸¤ò»ý¤Ã¤Æ¤¤¤ë¤è¤¦¤Ç¤¹¡£¤³¤Îwobject¤ÏF.A.Q.¹½Ãۤμê½õ¤±¤ò¤·¤Þ¤¹¡£\r\n\r\n¥Æ¥ó¥×¥ì¡¼¥È\r\n¤³¤ÎF.A.Q.¤Î¥ì¥¤¥¢¥¦¥È¤òÁªÂò¤·¤Æ¤¯¤À¤µ¤¤¡£\r\n\r\n¼¡¤Îºî¶È\r\n¤³¤Î¸å¤ËÊ̤μÁÌä¤òÄɲä·¤¿¤¤¾ì¹ç¡Ö¼ÁÌä¤òÄɲáפòÁªÂò¤·¤Æ¤¯¤À¤µ¤¤¡£\r\n\r\nÃí : °Ê²¼¤Î¥¹¥¿¥¤¥ë¤Ï¡¢´û¸¤Î¥Æ¥ó¥×¥ì¡¼¥ÈÃæ¤ÇF.A.Q.ÆÃͤΤâ¤Î¤Ç¤¹¡£\r\n\r\n.faqQuestion\r\nF.A.Q.¤Î¼ÁÌä¤Ç¤¹¡£Åú¤¨¤È¶èÊ̤·¤Æ¤¯¤À¤µ¤¤¡£',1055602213,NULL); INSERT INTO international VALUES (76,'EventsCalendar',14,'¥¤¥Ù¥ó¥È¤òºï½ü',1055602122,NULL); INSERT INTO international VALUES (71,'EventsCalendar',14,'¥¤¥Ù¥ó¥È¥«¥ì¥ó¥À¡¼¤Ï¤¢¤é¤æ¤ëÁÈ¿¥¤Ç¤â¤Ã¤È¤â½ÅÍפʡ֥¤¥Ù¥ó¥ÈÆüÄø¡×¤ò´ÉÍý¤¹¤ë¤¿¤á¤Ë¡¢Â¿¤¯¤Î¥¤¥ó¥È¥é¥Í¥Ã¥È¤Ç»È¤ï¤ì¤Æ¤¤¤Þ¤¹¡£¤Þ¤¿Ã¯¤¬¤É¤Î¥¤¥Ù¥ó¥È¤Ë»²²Ã¤¹¤ë¤«¡¢¤¤¤Ä¤É¤Î¤è¤¦¤Ê¥¤¥Ù¥ó¥È¤¬¹Ô¤ï¤ì¤ë¤«¤ò¡¢¸ÜµÒ¤Ï¼«¿È¤Î¥µ¥¤¥È¤Î¥¤¥Ù¥ó¥È¥«¥ì¥ó¥À¡¼¤Ç³Îǧ¤¹¤ë¤³¤È¤¬¤Ç¤¤Þ¤¹¡£\r\n\r\n¼çÍץƥó¥×¥ì¡¼¥È\r\n¥¤¥Ù¥ó¥È¥«¥ì¥ó¥À¡¼¤Î¥ì¥¤¥¢¥¦¥È¤òÁªÂò¤·¤Æ¤¯¤À¤µ¤¤¡£\r\n\r\n¥¤¥Ù¥ó¥È¥Æ¥ó¥×¥ì¡¼¥È\r\n¥¤¥Ù¥ó¥È¥«¥ì¥ó¥À¡¼¤Î¸ÄÊ̤Υ¤¥Ù¥ó¥È¤Î¥ì¥¤¥¢¥¦¥È¤òÁªÂò¤·¤Æ¤¯¤À¤µ¤¤¡£\r\n\r\n³«»Ï·î\r\n¥«¥ì¥ó¥À¡¼¤Î³«»Ï·î¤òÁªÂò¤·¤Æ¤¯¤À¤µ¤¤¡£¡Ö¸½ºß¡×¤òÁªÂò¤¹¤ì¤Ð¡¢¸½ºß¤Î·î¤«¤é¥«¥ì¥ó¥À¡¼¤ò³«»Ï¤¹¤ë¤³¤È¤¬¤Ç¤¤Þ¤¹¡£¤³¤ì¤Ï·î¤«¤é·î¤ØÊѹ¹²Äǽ¤Ç¤¹¡£¡Ö¥«¥ì¥ó¥À¡¼¤ÎÀèÆ¬¡×¤òÁªÂò¤¹¤ì¤Ð¡¢¥«¥ì¥ó¥À¡¼¤Î°ìÈÖ½é¤á¤ÎÆü¤«¤é³«»Ï¤¹¤ë¤³¤È¤¬¤Ç¤¤Þ¤¹¡£\r\n\r\n½ªÎ»·î\r\n¥«¥ì¥ó¥À¡¼¤Î½ªÎ»·î¤òÁªÂò¤·¤Æ²¼¤µ¤¤¡£¡Ö³«»Ï¤«¤é¡û¥ö·î¸å¤òɽ¼¨¡×¤òÁªÂò¤¹¤ì¤Ð¡¢³«»Ï·î¤«¤é¤½¤Î´ü´Ö¤Î¤ßɽ¼¨¤µ¤ì¡¢¤½¤Î´ü´Ö¤Ç¥«¥ì¥ó¥À¡¼¤Ï½ªÎ»¤·¤Þ¤¹¡£¡Ö¸½ºß¡×¤òÁªÂò¤¹¤ì¤Ð¡¢¸½ºß¤Î·î¤Ç¥«¥ì¥ó!\n¥À¡¼¤Ï½ªÎ»¤·¤Þ¤¹¡£¡Ö¥«¥ì¥ó¥À¡¼¤Î°ìÈֺǸåÈø¡×¤òÁªÂò¤¹¤ì¤Ð¥«¥ì¥ó¥À¡¼¤ÎºÇ¸å¤ÎÆü¤Ç½ªÎ»¤·¤Þ¤¹¡£\r\n\r\n¥Ç¥Õ¥©¥ë¥È·î\r\n¥Ó¥¸¥¿¡¼¸¢¸Â¼Ô¤¬¥«¥ì¥ó¥À¡¼¥Ú¡¼¥¸¤ËÍ褿»þ¡¢¥«¥ì¥ó¥À¡¼¤ò³«»Ï¤¹¤ë·î¤òÁªÂò¤·¤Æ¤¯¤À¤µ¤¤¡£\r\n\r\n¥¤¥Ù¥ó¥È·ï¿ô\r\n¥ê¥¹¥È·Á¼°¤Î¥«¥ì¥ó¥À¡¼¤ò»ÈÍѤ¹¤ë¾ì¹ç¡¢1¥Ú¡¼¥¸¤Ë¤¤¤¯¤Ä¤Î¥¤¥Ù¥ó¥È¤òɽ¼¨¤¹¤ë¤«¤òÀßÄꤷ¤Þ¤¹¡£\r\n\r\n¥¤¥Ù¥ó¥ÈÄɲäò³¹Ô\r\n¥¤¥Ù¥ó¥È¤òÄɲä·¤¿¸å¡¢Ê̤Υ¤¥Ù¥ó¥È¤ò¤¹¤°¤Ë¥«¥ì¥ó¥À¡¼¤ËÄɲä·¤¿¤¤¾ì¹ç¤Ï¡Ö¤Ï¤¤¡×¤òÁªÂò¤·¤Æ¤¯¤À¤µ¤¤¡£\r\n\r\nÃí¡¨´û¤Ë½ªÎ»¤·¤¿¥¤¥Ù¥ó¥È¤Ï¥«¥ì¥ó¥À¡¼¾å¤Ëɽ¼¨¤µ¤ì¤Þ¤»¤ó¡£\r\n\r\nÃí¡¨°Ê²¼¤Î¥¹¥¿¥¤¥ë¤Ï¥¤¥Ù¥ó¥È¥«¥ì¥ó¥À¡¼ÆÈ¼«¤Î¤â¤Î¤Ç¤¹¡£\r\n\r\n.eventTitle\r\n¥¤¥Ù¥ó¥È¤Î¥¿¥¤¥È¥ë¡£',1055602060,NULL); INSERT INTO international VALUES (894,'WebGUI',14,'¥Ç¥£¥¹¥«¥Ã¥·¥ç¥ó¤òµö²Ä',1055601782,NULL); INSERT INTO international VALUES (888,'WebGUI',14,'¥¹¥Ë¥Ú¥Ã¥È¥×¥ì¥Ó¥å¡¼¤ÎŤµ',1055601726,NULL); INSERT INTO international VALUES (885,'WebGUI',14,'¥æ¡¼¥¶¡¼¤¬¼«Ê¬¤Î¥¢¥«¥¦¥ó¥È¤ò¼«¸Ê̵¸ú²½¤¹¤ë¤³¤È¤òµö²Ä¤·¤Þ¤¹¤«¡©',1055601666,NULL); INSERT INTO international VALUES (875,'WebGUI',14,'¿·µ¬¥á¥Ã¥»¡¼¥¸¤¬¥¹¥ì¥Ã¥É¤ËÄɲ䵤ì¤Þ¤·¤¿¡£',1055601628,NULL); INSERT INTO international VALUES (872,'WebGUI',14,'ɽ¼¨¤¹¤ë¥°¥ë¡¼¥×¤òÁªÂò',1055601574,NULL); INSERT INTO international VALUES (871,'WebGUI',14,'ÊÔ½¸¤¹¤ë¥°¥ë¡¼¥×¤òÁªÂò',1055601549,NULL); INSERT INTO international VALUES (622,'WebGUI',14,'¥°¥ë¡¼¥×²½¤ä¥Ç¥Õ¥©¥ë¥È¥°¥ë¡¼¥×¤Ë´Ø¤¹¤ë¾ÜºÙ¤Ï¡¢\"¥°¥ë¡¼¥×¤ò´ÉÍý\"¤ò¤´Í÷²¼¤µ¤¤¡£\r\n\r\n¥°¥ë¡¼¥×̾\r\n¥°¥ë¡¼¥×¤Î̾Á°¡£¤É¤ó¤Ê¥°¥ë¡¼¥×¤«Ê¬¤«¤ê¤ä¤¹¤¤Ì¾Á°¤ò¤Ä¤±¤ë¤³¤È¤ò¤ªÁ¦¤á¤·¤Þ¤¹¡£\r\n\r\nµ½Ò\r\n¥°¥ë¡¼¥×¤Ë´Ø¤¹¤ë¾ÜºÙ¡£Â¾¤ÎAdmin¤ä¥³¥ó¥Æ¥ó¥Ä¥Þ¥Í¡¼¥¸¥ã¡¼(¤â¤·¤¯¤Ï¤¢¤Ê¤¿)¤¬¡¢¤É¤ó¤ÊÌÜŪ¤Î¥°¥ë¡¼¥×¤«ÃΤ뤿¤á¤Î¤â¤Î¤Ç¤¹¡£\r\n\r\n͸ú´ü¸Â\r\n¥æ¡¼¥¶¡¼¤¬´ü¸Â¤¬ÀÚ¤ì¤ë¤Þ¤Ç¡Ê¤â¤·¤¯¤Ïºï½ü¤µ¤ì¤ë¤Þ¤Ç¡Ë¡¢¤½¤Î¥°¥ë¡¼¥×¤Ë½ê°¤¹¤ë´ü´Ö¤Ç¤¹¡£¤³¤ì¤Ï¡¢¥æ¡¼¥¶¤¬ÆÃÄê¤Î´ü´Ö¡¢¤¢¤ë¸¢¸Â¤ò»ý¤Ä¤è¤¦¤Ê²ñ°÷¥µ¥¤¥È¤Ç¤ª»È¤¤Äº¤±¤Þ¤¹¡£\r\n\r\nÃí:¤³¤ì¤Ï¥æ¡¼¥¶¡¼Â¦¤Ç̵»ë¤¹¤ë¤³¤È¤¬¤Ç¤¤Þ¤¹¡£\r\n\r\n´ü¸Â½ªÎ»¤ò¥æ¡¼¥¶¡¼¤ËÄÌÃÎ\r\n¥æ¡¼¥¶¡¼¤¬¥°¥ë¡¼¥×¤Ë½ê°¤Ç¤¤ë´ü´Ö¤¬½ªÎ»¤Ë¶áÉÕ¤¤¤¿»þ¡¢WebGUI¤¬¤½¤Î¥æ¡¼¥¶¡¼¤ËÄÌÃΤ¹¤ë¤³¤È¤ò´õ˾¤¹¤ë¾ì¹ç¤Ï\"¤Ï¤¤\"¤ËÀßÄꤷ¤Æ²¼¤µ¤¤¡£\r\n\r\n\r\n´ü¸Â½ªÎ»¥á¥Ã¥»¡¼¥¸\r\n¥æ¡¼¥¶¡¼¤ËÁ÷¿®¤·¤¿¤¤´ü¸Â½ªÎ»¥á¥Ã¥»¡¼¥¸¤òÆþÎϤ·¤Æ¤·¤Æ¤¯¤À¤µ¤¤¡£\r\n\r\n´ü¸Â½ªÎ»ÄÌÃΤޤǤδü´Ö\r\n¥æ¡¼¥¶¡¼¤Ë½ªÎ»ÄÌÃΤò¤¹¤ëÆü¤È͸ú´ü¸Â¤Þ¤!\nǤδü´Ö¤òÀßÄꤷ¤Þ¤¹¡£¿ôÃͤǻØÄꤷ¤Æ²¼¤µ¤¤¡£Î㤨¤Ð¡¢Í¸ú´ü¸ÂÅöÆü¤ËÄÌÃΤ·¤¿¤±¤ì¤Ð\"0\"¤ËÀßÄꤷ¤Æ²¼¤µ¤¤¡£Í¸ú´ü¸Â¤Î7ÆüÁ°¤ËÄÌÃΤ·¤¿¤±¤ì¤Ð\"-7\"¤Ë¡¢7Æü¸å¤ËÄÌÃΤ·¤¿¤±¤ì¤Ð\"7\"¤ËÀßÄꤷ¤Æ²¼¤µ¤¤¡£\r\n\r\nºï½ü¤Þ¤Ç¤Î´ü´Ö\r\n͸ú´ü¸Â¤«¤é¿ô¤¨¤Æ¡¢¥·¥¹¥Æ¥à¾å¼ÂºÝ¤Ë¤½¤Î¥æ¡¼¥¶¡¼¤ò¥°¥ë¡¼¥×¤«¤éºï½ü¤¹¤ë¤Þ¤Ç¤Î´ü´Ö¤òÀßÄꤷ¤Þ¤¹¡£¿ôÃͤǻØÄꤷ¤Æ²¼¤µ¤¤¡£Î㤨¤Ð¡¢Í¸ú´ü¸ÂÅöÆü¤Ëºï½ü¤·¤¿¤±¤ì¤Ð\"0\"¤ËÀßÄꤷ¤Æ²¼¤µ¤¤¡£Í¸ú´ü¸Â¤Î7ÆüÁ°¤Ëºï½ü¤·¤¿¤±¤ì¤Ð\"-7\"¤Ë¡¢7Æü¸å¤Ëºï½ü¤·¤¿¤±¤ì¤Ð\"7\"¤ËÀßÄꤷ¤Æ²¼¤µ¤¤¡£\r\n\r\nIP¥¢¥É¥ì¥¹\r\n°ìÃפ¹¤ëIP¥¢¥É¥ì¥¹¤Þ¤¿¤ÏIP¥Þ¥¹¥¯¤ò»ØÄꤷ¤Æ¤¯¤À¤µ¤¤¡£¥æ¡¼¥¶¡¼¤ÎIP¥¢¥É¥ì¥¹¤¬°ìÃפ¹¤ì¤Ð¡¢¥°¥ë¡¼¥×¤Ë¼«Æ°Åª¤ËÄɲ䵤ì¤Þ¤¹¡£IP¥Þ¥¹¥¯¤Ïñ¤Ë1¥ª¥¯¥Æ¥Ã¥È¤¢¤ë¤¤¤Ï2¥ª¥¯¥Æ¥Ã¥È¤ò°ú¤¤¤¿IP¥¢¥É¥ì¥¹¤Ç¤¹¡£¥»¥ß¥³¥í¥ó¤Ç¶èÀڤäơ¢Â¿¿ô¤ÎIP¥Þ¥¹¥¯¤ò»ØÄê¤Ç¤¤Þ¤¹¡£\r\n\r\nIP¥Þ¥¹¥¯Îã:10;192.168;101.42.200.142\r\n\r\n¥«¥ë¥Þ¤ÎïçÃÍ\r\n¥«¥ë¥Þ¤ò»ÈÍѲÄǽ¤Ë¤¹¤ì¤Ð¡¢¤³¤ÎÃͤò¥»¥Ã¥È¤¹¤ë¤³¤È¤¬¤Ç¤¤Þ¤¹¡£¥«¥ë¥ÞïçÃͤϡ¢¤³¤Î¥°¥ë¡¼¥×¤Î°ì°÷¤È¤·¤ÆÇ§¤á¤é¤ì¤ë¤Î¤ËɬÍפʥ«¥ë¥Þ¤ÎÃͤǤ¹¡£',1055601524,NULL); INSERT INTO international VALUES (863,'WebGUI',14,'ºï½ü¤Þ¤Ç¤Î´ü´Ö',1055601470,NULL); INSERT INTO international VALUES (866,'WebGUI',14,'´ü¸Â½ªÎ»¥á¥Ã¥»¡¼¥¸',1055601426,NULL); INSERT INTO international VALUES (864,'WebGUI',14,'´ü¸Â½ªÎ»ÄÌÃΤޤǤδü´Ö\r\n',1055601368,NULL); INSERT INTO international VALUES (865,'WebGUI',14,'´ü¸Â½ªÎ»¤ò¥æ¡¼¥¶¡¼¤ËÄÌÃÎ',1055601122,NULL); INSERT INTO international VALUES (854,'WebGUI',14,'¥Æ¥ó¥×¥ì¡¼¥È¤ò¤¹¤Ù¤Æ¥ê¥¹¥Èɽ¼¨',1055600729,NULL); INSERT INTO international VALUES (853,'WebGUI',14,'¥Æ¥ó¥×¥ì¡¼¥È¤òºï½ü',1055600709,NULL); INSERT INTO international VALUES (852,'WebGUI',14,'¥Æ¥ó¥×¥ì¡¼¥È¤ò¥³¥Ô¡¼',1055600671,NULL); INSERT INTO international VALUES (851,'WebGUI',14,'¥Æ¥ó¥×¥ì¡¼¥È¤òÊÔ½¸',1055600638,NULL); INSERT INTO international VALUES (848,'WebGUI',14,'¥Æ¥ó¥×¥ì¡¼¥È¤Ë¹½Ê¸¥¨¥é¡¼¤¬¤¢¤ê¤Þ¤¹¡£½¤Àµ¤·¤Æ¤¯¤À¤µ¤¤¡£',1055600617,NULL); INSERT INTO international VALUES (836,'WebGUI',14,'¥¹¥Ë¥Ú¥Ã¥È¤È¤Ï¥µ¥¤¥È¤ÇºÆ»ÈÍѤǤ¤ë¥Æ¥¥¹¥È·²¤Î¤³¤È¤Ç¤¹¡£Java¥¹¥¯¥ê¥×¥È¤ä¥¹¥¿¥¤¥ë¥·¡¼¥È¡¢¥Õ¥é¥Ã¥·¥å¥¢¥Ë¥á¡¼¥·¥ç¥ó¤¢¤ë¤¤¤Ï¥¹¥í¡¼¥¬¥ó¤Ë»ê¤ë¤Þ¤ÇÁ´¤Æ¹âÅ٤ʥ¹¥Ë¥Ú¥Ã¥È¤Ç¤¹¡£¥Æ¥¥¹¥È¤òÊѹ¹¤¹¤ëɬÍפ¬¤¢¤ì¤Ð¡¢1¤Ä¤Î¾ì½ê¤ÇÊѹ¹¤¹¤ë¤³¤È¤¬¤Ç¤¤Þ¤¹¡£\r\n\r\n̾Á°\r\n¸å¤Ë»ÈÍѤ両º÷¤¹¤ë¤¿¤á¤Ë¡¢¥¹¥Ë¥Ú¥Ã¥È¤ËŬÀÚ¤Ê̾Á°¤ò¤Ä¤±¤Æ¤¯¤À¤µ¤¤¡£\r\n\r\n¥Õ¥©¥ë¥ÀÀ°Íý\r\n³ºÅö¤Î¥¹¥Ë¥Ú¥Ã¥È¤òÊݸ¤¹¤ë¥³¥é¥Æ¥é¥ë¥Õ¥©¥ë¥À¡¼¤òÁªÂò¤·¤Æ¤¯¤À¤¤¤µ¤¤¡£\r\n\r\n¥¹¥Ë¥Ú¥Ã¥È\r\n²¿¤«ÆþÎϤ·¤Æ¤ß¤Æ¤¯¤À¤µ¤¤!¡ª¤¢¤ë¤¤¤Ï¡¢Â¾¤ÎÅŻҥɥ¥å¥á¥ó¥È¤«¤é¥¹¥Ë¥Ú¥Ã¥È¤ò¥³¥Ô¡¼¥¢¥ó¥É¥Ú¡¼¥¹¥È¤·¤Æ²¼¤µ¤¤¡£',1055968670,NULL); INSERT INTO international VALUES (835,'WebGUI',14,'¥¹¥Ë¥Ú¥Ã¥È¡¡ÄɲÃ/ÊÔ½¸',1055599202,NULL); INSERT INTO international VALUES (834,'WebGUI',14,'¸å¤ËÍøÍѤ¹¤ë°Ù¤ÎÊݸ¾ì½ê¤Ë¤¢¤é¤æ¤ë¼ïÎà¤Î¥Õ¥¡¥¤¥ë¤ò¥¢¥Ã¥×¥í¡¼¥É¤Ç¤¤Þ¤¹¡£\r\n\r\n̾Á°\r\n¸å¤Î¸¡º÷»þ¤Î°Ù¤ËȽÊ̤·¤ä¤¹¤¤¥Õ¥¡¥¤¥ë̾¤Ë¤·¤Æ¤¯¤À¤µ¤¤¡£\r\n\r\n¥Õ¥©¥ë¥ÀÀ°Íý\r\n³ºÅö¥Õ¥¡¥¤¥ë¤ò¤É¤Î¥³¥é¥Æ¥é¥ë¥Õ¥©¥ë¥À¤ËÊݸ¤·¤Þ¤¹¤«¡©\r\n\r\n¥Õ¥¡¥¤¥ë\r\n¥¢¥Ã¥×¥í¡¼¥É¤¹¤ë¥Õ¥¡¥¤¥ë¤ò¥Ç¡¼¥¿ÊݸÀ褫¤éÁªÂò¤·¤Æ¤¯¤À¤µ¤¤¡£\r\n',1055967629,NULL); INSERT INTO international VALUES (831,'WebGUI',14,'¥³¥é¥Æ¥é¥ë¥Þ¥¯¥í',1055812997,NULL); INSERT INTO international VALUES (828,'WebGUI',14,'¤Û¤È¤ó¤É¤ÎWobject¤Ë¤Ï¡¢¥æ¡¼¥¶¡¼¥¤¥ó¥¿¡¼¥Õ¥§¡¼¥¹¤Î¥ì¥¤¥¢¥¦¥È¤òÊѹ¹¤Ç¤¤ë¥Æ¥ó¥×¥ì¡¼¥È¤¬¤¢¤ê¤Þ¤¹¡£¥Æ¥ó¥×¥ì¡¼¥È¤¬¤¢¤ëWobject¤Ï¤¹¤Ù¤Æ¡¢¸µ¡¹¤Î¥«¥¹¥¿¥àÊÑ¿ô¤ÈƱ¤¸¤¯¡¢¤¹¤Ù¤Æ¥ì¥¤¥¢¥¦¥È¤Ë»ÈÍѤǤ¤ë¥Æ¥ó¥×¥ì¡¼¥ÈÊÑ¿ô¤Î¶¦ÄÌÀßÄ꤬¤¢¤ê¤Þ¤¹¡£²¼µ¤Ï¤¹¤Ù¤Æ¤ÎWobject¤Î¶¦Ä̤Υƥó¥×¥ì¡¼¥ÈÊÑ¿ô¤Î¥ê¥¹¥È¤Ç¤¹¡£\r\n\r\n¥¿¥¤¥È¥ë\r\n¤³¤ÎWobject¤Î¥¿¥¤¥È¥ë¡£\r\n\r\n¥Ç¥£¥¹¥×¥ì¥¤¥¿¥¤¥È¥ë\r\n¥¿¥¤¥È¥ë¤òɽ¼¨¤¹¤ë¤«¤É¤¦¤¹¤ë¤«¤Î¾ò·ïÉÕ¤¤ÎÊÑ¿ô¤Ç¤¹¡£\r\n\r\nµ½Ò\r\n¤³¤Îwobject¤Îµ½Ò¤Ç¤¹¡£\r\n\r\nwobject Id\r\n¤³¤Îwobject¤ò´ÉÍý¤¹¤ë¤¿¤á¤ËWebGUI¤¬»ÈÍѤ¹¤ëÆÈ¼«¤Î¼±ÊÌID¤Ç¤¹¡£',1055900556,NULL); INSERT INTO international VALUES (813,'WebGUI',14,'¥°¥ë¡¼¥×Æâ¤Î¥°¥ë¡¼¥×',1055598769,NULL); INSERT INTO international VALUES (808,'WebGUI',14,'¥°¥ë¡¼¥×¤Ë¥á¡¼¥ë¤òÁ÷¤ë',1055598745,NULL); INSERT INTO international VALUES (807,'WebGUI',14,'¥°¥ë¡¼¥×Æâ¤Î¥°¥ë¡¼¥×¤ò´ÉÍý',1055598723,NULL); INSERT INTO international VALUES (806,'WebGUI',14,'¥°¥ë¡¼¥×¤òºï½ü',1055598697,NULL); INSERT INTO international VALUES (805,'WebGUI',14,'¥¹¥¿¥¤¥ë¤òºï½ü',1055598677,NULL); INSERT INTO international VALUES (804,'WebGUI',14,'¥¹¥¿¥¤¥ë¤ò¥³¥Ô¡¼',1055598656,NULL); INSERT INTO international VALUES (803,'WebGUI',14,'¥¹¥¿¥¤¥ë¤òÊÔ½¸',1055598636,NULL); INSERT INTO international VALUES (802,'WebGUI',14,'WebGUI¤Ï¸½ºß¥Ú¡¼¥¸Åý·×¤ò¼è¤Ã¤Æ¤¤¤Þ¤»¤ó¡£ÀßÄêÃæ¤Î¡ÖÀßÄê¡×¤ò»ÈÍѲÄǽ¤Ë¤¹¤ë¤³¤È¤¬¤Ç¤¤Þ¤¹¡£',1055598595,NULL); INSERT INTO international VALUES (801,'WebGUI',14,'Wobject¤ÎÁê¸ß´ØÏ¢',1055598525,NULL); INSERT INTO international VALUES (800,'WebGUI',14,'¥æ¥Ë¡¼¥¯¥Ó¥¸¥¿¡¼¿ô',1055598428,NULL); INSERT INTO international VALUES (793,'WebGUI',14,'¥³¥é¥Æ¥é¥ë',1055812835,NULL); INSERT INTO international VALUES (791,'WebGUI',14,'ËÝÌõ¤òºï½ü',1055598258,NULL); INSERT INTO international VALUES (786,'WebGUI',14,'WebGUI¤Î¥³¥é¥Æ¥é¥ë´ÉÍý¥·¥¹¥Æ¥à¤Ï¡¢¥¢¥Ã¥×¥í¡¼¥É¥Õ¥¡¥¤¥ë¤È¥Æ¥¥¹¥È¤ò¥³¥ó¥Æ¥ó¥Ä¤Ë¥¢¥Ã¥×¥í¡¼¥É¤¹¤ë¤³¤È¤òµö²Ä¤·¤Þ¤¹¡£',1055812916,NULL); INSERT INTO international VALUES (785,'WebGUI',14,'¥³¥é¥Æ¥é¥ë¡¡´ÉÍý',1055812801,NULL); INSERT INTO international VALUES (781,'WebGUI',14,'¥¹¥Ë¥Ú¥Ã¥È',1055598072,NULL); INSERT INTO international VALUES (774,'WebGUI',14,'¤³¤Î¥³¥é¥Æ¥é¥ë¤òºï½ü¤·¤Æ¤â¤¤¤¤¤Ç¤¹¤«¡©°ìÅÙºï½ü¤¹¤ë¤ÈÆóÅ٤ȸµ¤ËÌ᤻¤Þ¤»¤ó¡£',1055812762,NULL); INSERT INTO international VALUES (771,'WebGUI',14,'¥¹¥Ë¥Ú¥Ã¥È',1055597968,NULL); INSERT INTO international VALUES (770,'WebGUI',14,'¥¹¥Ë¥Ú¥Ã¥È¤òÊÔ½¸',1055597948,NULL); INSERT INTO international VALUES (765,'WebGUI',14,'¥³¥é¥Æ¥é¥ë¥¢¥¤¥Æ¥à¤òºï½ü',1055812734,NULL); INSERT INTO international VALUES (764,'WebGUI',14,'¥³¥é¥Æ¥é¥ë¥¢¥¤¥Æ¥à¤òÊÔ½¸',1055812713,NULL); INSERT INTO international VALUES (763,'WebGUI',14,'¥¹¥Ë¥Ú¥Ã¥È¤òÄɲÃ',1055597787,NULL); INSERT INTO international VALUES (757,'WebGUI',14,'¥³¥é¥Æ¥é¥ë¤ò´ÉÍý',1055813217,NULL); INSERT INTO international VALUES (744,'WebGUI',14,'¼¡¤Îºî¶È',1055597574,NULL); INSERT INTO international VALUES (739,'WebGUI',14,'UI(User Interface)¥ì¥Ù¥ë',1055597534,NULL); INSERT INTO international VALUES (633,'WebGUI',14,'¥ë¡¼¥È¤Î¥Ú¡¼¥¸¤Ï¿Æ¥Ú¡¼¥¸¤ò»ý¤Á¤Þ¤»¤ó¡£WebGUI¤ÇºÇ¤â½ÅÍפʥ롼¥È¤Ï¡Ö¥Û¡¼¥à¡×¥Ú¡¼¥¸¤Ç¤¹¡£¥ë¡¼¥È¤òÄɲ䷤ʤ¤Êý¤¬Â¿¤¤¤Ç¤¹¤¬¡¢¥Ñ¥ï¡¼¥æ¡¼¥¶¡¼¤ÎÃæ¤Ë¤ÏÄɲ䵤ì¤ëÊý¤â¤¢¤ê¤Þ¤¹¡£¥Ñ¥ï¡¼¥æ¡¼¥¶¡¼¤¬¿·¤·¤¤¥ë¡¼¥È¤òºîÀ®¤¹¤ëÍýͳ¤ÏÍÍ¡¹¤Ç¤¹¡£¥³¥ó¥Æ¥ó¥Ä¥Þ¥Í¡¼¥¸¥ã¡¼ÍѤΥ¹¥Æ¡¼¥¸¥ó¥°¥¨¥ê¥¢¤òºîÀ®¤¹¤ë¤¿¤á¤Ç¤¢¤Ã¤¿¤ê¡¢Admin¥Ä¡¼¥ëÍѤÎÈóɽ¼¨¤Î¥¨¥ê¥¢¤ä¡¢¸¡º÷¥¨¥ó¥¸¥ó¤òÃÖ¤¯¤¿¤á¤Ë¿·¤·¤¤¥ë¡¼¥È¤òºîÀ®¤¹¤ë¤³¤È¤â¤¢¤ê¤Þ¤¹¡£',1055596333,NULL); INSERT INTO international VALUES (626,'WebGUI',14,'Wobjects¡ÊWidgets¡Ë¤³¤½¤¬WebGUI¤Î°ìÈÖ¤ÎÌ¥ÎϤǤ¹¡£Wobjects¤ÏWebGUI¤Î¸µ¤Çưºî¤¹¤ë¤è¤¦¤Ë¹½ÃÛ¤µ¤ì¤¿¾®¤µ¤Ê¥×¥é¥°Àܳ¤Ç¤¤ë¥¢¥×¥ê¥±¡¼¥·¥ç¥ó¤Ç¤¹¡£·Ç¼¨ÈĤäÅêɼ¤Ïwobjects¤Î°ìÎã¤Ç¤¹¡£\r\n\r\n¥Ú¡¼¥¸¤Ëwobject¤òÄɲ乤뤿¤á¤Ë¡¢ºÇ½é¤Ë¤½¤Î¥Ú¡¼¥¸¤Ë¹Ô¤¡¢¼¡¤Ë¥¹¥¯¥ê¡¼¥ó¾åÉô¤Îº¸¥³¡¼¥Ê¡¼¤«¤é\"¥³¥ó¥Æ¥ó¥Ä¤òÄɲÃ\"¤òÁªÂò¤·¤Þ¤¹¡£»È¤¤Êý¤¬Ê¬¤«¤é¤Ê¤¤¾ì¹ç¤Ï¡¢³Æwobject¤Î¥Ø¥ë¥×¤ò¤´Í÷²¼¤µ¤¤¡£\r\n\r\n¥¹¥¿¥¤¥ë¥·¡¼¥È:wobjects¤Ï¤¹¤Ù¤Æ¥¹¥¿¥¤¥ë¥·¡¼¥È¥¯¥é¥¹¤ª¤è¤ÓID¤òÉÕ¤±¤Þ¤¹¡£\r\n\r\n¥¹¥¿¥¤¥ë¥·¡¼¥È¥¯¥é¥¹¤Ï\"wobject\"¤È¤¤¤¦¸ÀÍÕ¤Èwobject¤Î¼ïÎà¤ÎÁȤ߹ç¤ï¤»¤Ë¤Ê¤ê¤Þ¤¹¡£¤·¤¿¤¬¤Ã¤ÆÅêɼ¤Ë¤Ä¤¤¤Æ¤Ï¡¢¥¯¥é¥¹¤Ï¡ÖwobjectPoll¡×¤È¤Ê¤ê¤Þ¤¹¡£¥¯¥é¥¹¤Ï¡¢¥·¥¹¥Æ¥à¾å¤½¤Î¼ï¤Î¤¹¤Ù¤Æ¤Îwobjects¤Ë¤¢¤Æ¤Ï¤Þ¤ê¤Þ¤¹¡£\r\n\r\n¥¹¥¿¥¤¥ë¥·¡¼¥ÈID¤Ï¡¢\"wobject\"¤È¤½¤Îwobject¥¤¥ó¥¹¥¿¥ó¥¹¤ËÂФ¹¤ëID¤ÎÁȤ߹ç¤ï¤»¤Ë¤Ê¤ê¤Þ¤¹¡£¤·¤¿¤¬¤Ã¤Æ¡¢94ÈÖ¤ÎWobjectID¤Îµ»ö¤Î¾ì¹ç¡¢¥¹¥¿¥¤¥ë¥·¡¼¥ÈID¤Ï\"WobjectID94\"¤È¤Ê¤ê¤Þ¤¹¡£',1055596109,NULL); INSERT INTO international VALUES (623,'WebGUI',14,'Cascading Style Sheets(CSS)Ǥ°Õ¤Î¥¦¥§¥Ö¥µ¥¤¥È¤Î¥ë¥Ã¥¯¥¢¥ó¥É¥Õ¥£¡¼¥ë¤ò´ÉÍý¤¹¤ë°ÎÂç¤ÊÊýË¡¤Ç¤¹¡£¤½¤ì¤é¤Ï¡¢WebGUI¤ÎÃæ¤Ç¹ÈϰϤǻÈÍѤµ¤ì¤Æ¤¤¤Þ¤¹¡£\r\n\r\n¤¢¤Ê¤¿¤¬CSS¤Î»ÈÍÑÊýË¡¤Ë¤Þ¤À´·¤ì¤Æ¤¤¤Ê¤±¤ì¤Ð¡¢Plain Black Software¡Ê±Ñ¸ìÈǤΤߡˤÇXHTML¤ÈCSS¤Î¾å¤Î¥È¥ì¡¼¥Ë¥ó¥°¤¬¤Ç¤¤Þ¤¹¡£¤â¤·¤¯¤ÏBradsoft¼Ò¤¬³«È¯¤¹¤ëCSS¥¨¥Ç¥£¥¿\"Top Style\"Top Style¡Ê±Ñ¸ìÈǤΤߡˤò¤ª»È¤¤Äº¤±¤Þ¤¹¡£\r\n\r\n²¼µ¤ÏWebGUI¤Î¥Ç¥¶¥¤¥ó¤ò´ÉÍý¤¹¤ë¤¿¤á¤Ë»ÈÍѤµ¤ì¤ë¥¯¥é¥¹¤Î¥ê¥¹¥È¤Ç¤¹:\r\n\r\nA\r\n¥¹¥¿¥¤¥ë¤ÎÁ´ÂΤˤ錄¤ë¥ê¥ó¥¯¡£\r\n\r\nBODY\r\n¥¹¥¿¥¤¥ëÆâ¤Î¤¹¤Ù¤Æ¤Î¥Ú¡¼¥¸¤Î¥Ç¥Õ¥©¥ë¥È¥»¥Ã¥È¥¢¥Ã¥×¡£\r\n\r\nH1\r\n¤¹¤Ù¤Æ¤Î¥Ú¡¼¥¸¤Î¥Ø¥Ã¥À¡¼¡£\r\n\r\n.accountOptions\r\n¥í¥°¥¤¥ó¤ä¥¢¥«¥¦¥ó¥ÈÀßÄê²èÌ̤Çɽ¼¨¤µ¤ì¤ë¥ê¥ó¥¯¡£\r\n\r\n.adminBar\r\n¤¢¤Ê¤¿¤¬admin¥â¡¼¥É¤ÇÆþ¤Ã¤Æ¤¤¤ë´Ö¡¢¥Ú¡¼¥¸¤Î°ìÈÖ¾å¤Ë!\n¸½¤ï¤ì¤ë¥Ð¡¼¤Ç¤¹¡£\r\n\r\n.content\r\n¤¹¤Ù¤Æ¤Î¥¹¥¿¥¤¥ë¥Ú¡¼¥¸¤Î¼çÍפʥ³¥ó¥Æ¥ó¥ÄÎΰè¤Ç¤¹¡£\r\n\r\n.formDescription\r\nÁ´¤Æ¤Î¥Õ¥©¡¼¥àÆâ¤Î¹àÌܤËÂФ¹¤ëµ½Ò\r\n\r\n.formSubtext\r\n¥Õ¥©¡¼¥à¤Î¤¤¤¯¤Ä¤«¤Î¹àÌܤβ¼¤Ë½Ð¤Æ¤¯¤ëµ½Ò\r\n\r\n.highlight\r\n¤¢¤Ê¤¿¤¬¤É¤Î¥á¥Ã¥»¡¼¥¸¤ò¸«¤Æ¤¤¤ë¤«Ê¬¤«¤ë¤è¤¦¤Ë¡¢¥ê¥¹¥ÈÆâ¤Ç¥¢¥¤¥Æ¥à¤ò¶¯Ä´¤·¤ÆÉ½¼¨¤·¤Þ¤¹¡£\r\n\r\n.horizontalMenu\r\n¿åÊ¿¥á¥Ë¥å¡¼(¿åÊ¿¤Î¥á¥Ë¥å¡¼¥Þ¥¯¥í¤ò»ÈÍѤ¹¤ë¾ì¹ç)¡£\r\n\r\n.pagination\r\n¥Ú¡¼¥¸ÈÖ¹æÉÕ¤±¤Ë¤è¤ë¥Ú¡¼¥¸¤ÎÁ°¤Î¥Ú¡¼¥¸¤È¼¡¤Î¥Ú¡¼¥¸¤Î¥ê¥ó¥¯¡£\r\n\r\n.selectedMenuItem\r\n¤É¤ó¤Ê¥á¥Ë¥å¡¼¥Þ¥¯¥í¤Ç¤â¡¢¸½ºß¤Î¥Ú¡¼¥¸¤ò¶¯Ä´¤¹¤ë¤Ë¤Ï¤³¤Î¥¯¥é¥¹¤ò»ÈÍѤ·¤Æ²¼¤µ¤¤¡£\r\n\r\n.tableData\r\n·Ç¼¨ÈĤ䥿¡¼¥¶¡¼Åê¹Æ¥·¥¹¥Æ¥àÅù¤Ë¤ª¤±¤ë¥Ç¡¼¥¿Îó\r\n\r\n.tableHeader\r\n·Ç¼¨ÈĤ䥿¡¼¥¶¡¼Åê¹Æ¥·¥¹¥Æ¥àÅù¤Ë¤ª¤±¤ë¥³¥é¥à¤ÎɸÂê¡£\r\n\r\n.tableMenu\r\n·Ç¼¨ÈĤ䥿¡¼¥¶¡¼Åê¹Æ¥·¥¹¥Æ¥àÅù¤Ë¤ª¤±¤ë¥á¥Ë¥å¡¼¡£\r\n\r\n.verticalMenu\r\n¿âľ¤Î¥á¥Ë¥å¡¼(¿âľ¤Î¥á¥Ë¥å¡¼¥Þ¥¯¥í¤ò»ÈÍѤ¹¤ë¾ì¹ç)¡£\r\n\r\nÃí:wobjects¤ª¤è¤Ó¥Þ¥¯¥í¤ÎÃæ¤Ë¤Ï¡¢ÆÈ¼«¤Î¥¹¥¿¥¤¥ë¥·¡¼¥È¥¯¥é¥¹(¸Ä¡¹¤ÎHELP¤ÎÃæ¤Ç¥É¥¥å¥á¥ó¥È²½¤µ¤ì¤Æ¤¤¤Þ¤¹)¤ò»ý¤Ã¤Æ¤¤¤ë¤â¤Î¤â¤¢¤ê¤Þ¤¹¡£',1055716762,NULL); INSERT INTO international VALUES (619,'WebGUI',14,'¥Ú¡¼¥¸¤«¤éÁªÂò¤µ¤ì¤¿wobject¤òºï½ü¤¹¤ëµ¡Ç½¤Ç¤¹¡£°ìÅÙºï½ü¤µ¤ì¤¿wobject¤ÏÆóÅ٤ȸµ¤ËÌ᤻¤Þ¤»¤ó¡£¤â¤·ºï½ü¤¹¤Ù¤¤«Ê¬¤«¤é¤Ê¤¤¾ì¹ç¤Ï¡¢ºï½ü¤¹¤ë¤Þ¤Ç¥¯¥ê¥Ã¥×¥Ü¡¼¥É¤Ø°Ü¤·¤Æ¤ª¤¯¤È¤è¤¤¤Ç¤·¤ç¤¦¡£\r\n\r\nºï½ü¤·¤è¤¦¤È¤¹¤ë¤È¡¢ËÜÅö¤Ëºï½ü¤·¤Æ¤è¤¤¤«³Îǧ¤·¤Þ¤¹¡£¡Ö¤Ï¤¤¡×¤òÁªÂò¤¹¤ë¤Èºï½ü¤ò¼Â¹Ô¤·¤Þ¤¹¡£°ìÅÙºï½ü¤·¤¿¥Ç¡¼¥¿¡¼¤ÏÆóÅ٤ȸµ¤ËÌ᤻¤Þ¤»¤ó¡£¡Ö¤¤¤¤¤¨¡×¤òÁªÂò¤¹¤ë¤È¡¢¸µ¤Î²èÌ̤ËÌá¤ê¤Þ¤¹¡£',1055595520,NULL); INSERT INTO international VALUES (618,'WebGUI',14,'SMTP¥µ¡¼¥Ð\r\n¤³¤ì¤Ï¤¢¤Ê¤¿¤Î¥í¡¼¥«¥ë¥á¡¼¥ë¥µ¡¼¥Ð¡¼¤Î¥¢¥É¥ì¥¹¤Ç¤¹¡£¥¤¥ó¥¿¡¼¥Í¥Ã¥È¤Î¥á¡¼¥ë¥·¥¹¥Æ¥à(¥Ñ¥¹¥ï¡¼¥É¤ÎÉüµì¤Ê¤É)¤ò»ÈÍѤ¹¤ëÁ´¤Æ¤Îºî¶È¤ËɬÍפʤâ¤Î¤È¸À¤¨¤Þ¤¹¡£\r\n\r\nWebGUI¤ÈƱ¤¸¥Þ¥·¥ó¾å¤Ç¥á¡¼¥ë¥µ¡¼¥Ð¤ò²Ôư¤·¤Æ¤¤¤ì¤Ð¡¢¼Â¹Ô²Äǽ¤Êsendmail¤Ø¤Î¥Ñ¥¹¤ò»ØÄꤹ¤ë¤³¤È¤¬¤Ç¤¤Þ¤¹¡£¤Û¤È¤ó¤É¤ÎLinux¥·¥¹¥Æ¥à¤Î¡¢\"/usr/lib/sendmail\"¤Ç¸«¤Ä¤±¤ë¤³¤È¤¬¤Ç¤¤Þ¤¹¡£\r\n\r\n¥á¡¼¥ë¥Õ¥Ã¥¿¡¼\r\n¥á¡¼¥ë¥Õ¥Ã¥¿¡¼¤Ï¥Þ¥¯¥í½èÍý¤µ¤ì¡¢WebGUI¤«¤éÁ÷¤é¤ì¤¿¤¹¤Ù¤Æ¤Î¥á¡¼¥ë¤ËÄɲ䵤ì¤Þ¤¹¡£\r\n\r\n¿·µ¬¤Î¥æ¡¼¥¶¡¼¤òÄÌÃÎ\r\n¿·µ¬¤Î¥æ¡¼¥¶¡¼¤¬ÌµÌ¾¤ÇÅÐÏ¿¤·¤è¤¦¤È¤·¤¿¾ì¹ç¡¢ÄÌÃΤò¤·¤Þ¤¹¤«¡©\r\n\r\n¥°¥ë¡¼¥×¤Î¿·µ¬¥æ¡¼¥¶¤ÎÄÌÃÎ\r\n¿·µ¬¥æ¡¼¥¶¡¼¤ÎÅÐÏ¿»þ¡¢¤É¤Î¥°¥ë¡¼¥×¤ËÄÌÃΤò¤·¤Þ¤¹¤«¡©',1055595451,NULL); INSERT INTO international VALUES (615,'WebGUI',14,'¥°¥ë¡¼¥×¤È¤ÏWebGUI¥·¥¹¥Æ¥àÆâ¤Ç¸¢¸Â¤äÀÕǤ¤òºÙ¤«¤¯Ê¬¤±¤ë¤¿¤á¤Ë»ÈÍѤµ¤ì¤Þ¤¹¡£Î㤨¤Ð¡¢¤¢¤Ê¤¿¤¬³Ø¹»¤Î¥¯¥é¥¹¤Î¥µ¥¤¥È¤òºî¤ë¤³¤È¤Ë¤Ê¤Ã¤¿¤È¤·¤Þ¤·¤ç¤¦¡£¤½¤Î¾ì¹ç¡¢¥¯¥é¥¹¤´¤È¤Î°Û¤Ê¤ë¥°¥ë¡¼¥×¤òÀßÄꤷ¤Þ¤¹¡£¤½¤·¤Æ¡¢³Æ¥¯¥é¥¹¤´¤È¤Ë¥Ç¥¶¥¤¥ó¤µ¤ì¤¿¥Ú¡¼¥¸¤Ø¡¢¤½¤Î¥°¥ë¡¼¥×¤ò³ä¤ê¿¶¤Ã¤Æ¤¤¤¯¤³¤È¤Ë¤Ê¤ê¤Þ¤¹¡£\r\n\r\nWebGUI¤Ëɸ½à¤ÇÍѰդ·¤Æ¤¤¤ë¥°¥ë¡¼¥×¤¬¤¢¤ê¤Þ¤¹¡£°Ê²¼¤Î¥°¥ë¡¼¥×¤Ç¤¹\r\n\r\nAdmins\r\nAdmins¤ÏWebGUI¤ÎÆâ¤Î̵À©¸Â¤ÎÆÃ¸¢¤ò»ý¤Ã¤Æ¤¤¤ë¥æ¡¼¥¶¡¼¤Ç¤¹¡£Admini¥æ¡¼¥¶¡¼¤¬¥·¥¹¥Æ¥à¤ò´Æ»ë¤¹¤ë¾ì¹ç¡¢¤½¤Î¥æ¡¼¥¶¡¼¤òadmin¥°¥ë¡¼¥×¤Ë²Ã¤¨¤ë¤³¤È¤ò¤ªÁ¦¤á¤·¤Þ¤¹¡£Ä̾ï1¤«¤é3¿Í¤¬¤³¤Î¥°¥ë¡¼¥×¤Ë²Ã¤¨¤é¤ì¤Þ¤¹¡£\r\n\r\n¥³¥ó¥Æ¥ó¥Ä¥Þ¥Í¡¼¥¸¥ã¡¼\r\n¥³¥ó¥Æ¥ó¥Ä¥Þ¥Í¡¼¥¸¥ã¡¼¤Ï¥µ¥¤¥È¾å¤ÎÍÍ¡¹¤Ê¥¨¥ê¥¢¤«¤é¤ÎÆâÍÆ¤òÄɲá¢ÊÔ½¸¤·¡¢¤«¤Äºï½ü¤¹¤ë¸¢¸Â¤ò»ý¤Ã¤Æ¤¤¤ë¥æ¡¼¥¶¡¼¤Ç¤¹¡£¥³¥ó¥Æ¥ó¥Ä¥Þ¥Í¡¼¥¸¥ã¡¼¥°¥ë¡¼¥×¤Ï¥µ¥¤¥È¤Î¸ÄÊ̤Υ³¥ó¥Æ¥ó¥Ä¥¨¥ê¥¢¤ò´ÉÍý¤¹¤ë¤¿¤á¤Ç¤Ï¤Ê¤¯¡¢¥æ¡¼¥¶¡¼¤¬¥³¥ó¥Æ¥ó¥Ä¤òÊÔ½¸¤Ç¤¤ë¤«¤É¤¦¤«¤ò·è¤á¤ë¤¿¤á¤Ë¡¢»ÈÍѤµ¤ì¤Þ¤¹¡£¥µ¥¤¥È¾å!\n¤Î¥³¥ó¥Æ¥ó¥Ä¥¨¥ê¥¢¤òʬ¤±¤ë¤¿¤á¤ËÄɲäΥ°¥ë¡¼¥×¤òÀßÄꤹ¤ë¤Ù¤¤Ç¤·¤ç¤¦¡£\r\n\r\n°ìÈ̥桼¥¶¡¼\r\n°ìÈ̥桼¥¶¡¼¤Ï¥æ¡¼¥¶¡¼¤òÅÐÏ¿¤·¤Ê¤¤¤È¤¤¤¦ÅÀ¤ÇÛ£Ëæ¤Ê¥°¥ë¡¼¥×¤Ç¤¹¡£¤·¤«¤·¡¢¥µ¥¤¥È¤ÎÁ´¥á¥ó¥Ð¡¼¤Ï°ìÈ̤ΰìÉô¤Ë°¤·¤Æ¤¤¤Þ¤¹¡£¤¢¤Ê¤¿¤¬¥Ó¥¸¥¿¡¼¤ÈÀµµ¬¥æ¡¼¥¶¡¼¤ÎξÊý¤Ë¥µ¥¤¥È¤ò¸ø³«¤·¤¿¤¤¾ì¹ç¤Ï¡¢¤³¤Î¥°¥ë¡¼¥×¤ò»ÈÍѤ·¤Æ¤¯¤À¤µ¤¤¡£¥Ñ¥Ã¥±¡¼¥¸¥Þ¥Í¡¼¥¸¥ã¡¼¤ÎŸ³«¤·¤¿¥ª¥Ö¥¸¥§¥¯¥È¡¢¤ª¤è¤Ó¥Ú¡¼¥¸¤Î¥Ñ¥Ã¥±¡¼¥¸¤òÄɲá¢ÊÔ½¸¡¢¤«¤Äºï½ü¤¹¤ë¸¢¸Â¤¬¤¢¤ë¥æ¡¼¥¶¤Ç¤¹¡£\r\n\r\nÀµµ¬¥æ¡¼¥¶¡¼\r\n¥æ¡¼¥¶¡¼¤¬¥·¥¹¥Æ¥à¤ËÅÐÏ¿¤µ¤ì¤¿¾ì¹ç¡¢¤½¤Î¥æ¡¼¥¶¡¼¤ÏÀµµ¬¥æ¡¼¥¶¡¼¥°¥ë¡¼¥×¤ÎÃæ¤Ë¿¶¤êʬ¤±¤é¤ì¤Þ¤¹¡£¤½¤Î¥¢¥«¥¦¥ó¥È¤¬ºï½ü¤µ¤ì¤ë¾ì¹ç¡¢¤Þ¤¿¤Ï¥È¥é¥Ö¥ë¤òµ¯¤³¤¹¥æ¡¼¥¶¡¼¤òȳ¤·¤¿¤±¤ì¤Ð¡¢¤½¤Î¥æ¡¼¥¶¡¼¤ò¤³¤Î¥°¥ë¡¼¥×¤«¤éñ¤ËÄɤ¤½Ð¤¹¤È¤è¤¤¤Ç¤·¤ç¤¦¡£\r\n\r\n¥¹¥¿¥¤¥ë¥Þ¥Í¡¼¥¸¥ã¡¼\r\n¤³¤Î¥µ¥¤¥È¤Î¥¹¥¿¥¤¥ë¤òÊÔ½¸¤¹¤ë¸¢¸Â¤¬¤¢¤ë¥æ¡¼¥¶¤Ç¤¹¡£¤¿¤À¤·¡¢¥¹¥¿¥¤¥ë¤ÎÊÔ½¸¤Ï¤Ç¤¤Þ¤¹¤¬¡¢¤½¤ì¤ò¥Ú¡¼¥¸¤ËŬÍѤ¹¤ë¸¢¸Â¤Ï»ý¤Ã¤Æ¤¤¤Þ¤»¤ó¡£\r\n\r\n¥Æ¥ó¥×¥ì¡¼¥È¥Þ¥Í¡¼¥¸¥ã¡¼\r\n¤³¤Î¥µ¥¤¥ÈÍѤΥƥó¥×¥ì¡¼¥È¤òÊÔ½¸¤¹¤ë¸¢¸Â¤¬¤¢¤ë¥æ¡¼¥¶¡¼¤Ç¤¹¡£\r\n\r\n¥Ó¥¸¥¿¡¼\r\n¥Ó¥¸¥¿¡¼¤Ï¥·¥¹¥Æ¥à¾å¤Ç¥¢¥«¥¦¥ó¥!\nȤò»ÈÍѤ·¤Æ¥í¥°¥¤¥ó¤Ç¤¤Ê¤¤¾õÂ֤Υ桼¥¶¡¼¤Ç¤¹¡£¤â¤·¤¢¤Ê¤¿¤¬ºï½ü¤·¤¿¤¤Àµµ¬¥æ¡¼¥¶¡¼¤¬¤¤¤ì¤Ð¡¢Àµµ¬¥æ¡¼¥¶¡¼¥°¥ë¡¼¥×¤«¤é¡¢¥Ó¥¸¥¿¡¼¥°¥ë¡¼¥×¤Ø¿¶¤êʬ¤±¤ë¤³¤È¤â¤Ç¤¤Þ¤¹¡£',1055595297,NULL); INSERT INTO international VALUES (613,'WebGUI',14,'¥æ¡¼¥¶¡¼¤È¤Ï¤¢¤ëÁàºî¤ò¹Ô¤¦ºÝ¤Ë¸¢¸Â¤òÍ¿¤¨¤é¤ì¤ë¥·¥¹¥Æ¥à¥¢¥«¥¦¥ó¥È¤Î¤³¤È¤Ç¤¹¡£¤³¤Î¥·¥¹¥Æ¥à¤Ç¤Ï2¿Í¤Î¥Ç¥Õ¥©¥ë¥È¥æ¡¼¥¶¡¼¤¬¤¤¤Þ¤¹¡£¤½¤ì¤ÏAdmin¤È¥Ó¥¸¥¿¡¼¤Ç¤¹¡£\r\n\r\nAdmin\r\nAdmin¤Ï¤Þ¤µ¤ËWebGUI¾å¤Î̵À©¸Â¤Î¸¢¸Â¤ò»ý¤Ã¤¿¥·¥¹¥Æ¥à´ÉÍý¥æ¡¼¥¶¡¼¤Ç¤¹¡£\r\n\r\n¥Ó¥¸¥¿¡¼\r\n¥Ó¥¸¥¿¡¼¤ÏÀµ³Î¤Ë¤ÏAdmin¤ÎÈ¿ÂФǤ¹¡£¥Ó¥¸¥¿¡¼¤Ï¡¢¥·¥¹¥Æ¥à¤ò´ÉÍý¤¹¤ë¸¢¸Â¤ò»ý¤Ã¤Æ¤¤¤Þ¤»¤ó¡£¥Ç¥Õ¥©¥ë¥È¤Ç¥í¥°¥¤¥ó¤·¤¿¥æ¡¼¥¶¡¼¤Ï¥Ó¥¸¥¿¡¼¤È¸«¤Ê¤µ¤ì¤Þ¤¹¡£\r\n\r\n¿·µ¬¥æ¡¼¥¶¡¼¤òÄɲÃ\r\n¥æ¡¼¥¶¡¼ÄɲòèÌ̤˹Ԥ¯¤¿¤á¤Ë¤³¤³¤ò¥¯¥ê¥Ã¥¯¤·¤Æ¤¯¤À¤µ¤¤¡£Ãµº÷¤·¤¿¥æ¡¼¥¶¡¼Ì¾¡¢¥á¡¼¥ë¥¢¥É¥ì¥¹¤Ç¤½¤Î¥æ¡¼¥¶¤òõº÷¤¹¤ë¤³¤È¤¬¤Ç¤¤Þ¤¹¡£¤Þ¤¿Â¾¤Î¾ÜºÙ¾ðÊó¤Çõº÷¤ò¹Ô¤¦¤³¤È¤â¤Ç¤¤Þ¤¹¡£',1055595085,NULL); INSERT INTO international VALUES (612,'WebGUI',14,'¥æ¡¼¥¶¡¼¤òºï½ü¤¹¤ëɬÍפϤ¢¤ê¤Þ¤»¤ó¡£¥æ¡¼¥¶¡¼¤òÇÓ½ü¤·¤¿¤¤¾ì¹ç¤Ï¥Ñ¥¹¥ï¡¼¥É¤òÊѹ¹¤¹¤ë¤À¤±¤Ç½½Ê¬¤Ç¤¹¡£¥æ¡¼¥¶¡¼¤òºï½ü¤¹¤ë¤È¡¢¤³¤Î¥æ¡¼¥¶¡¼¤Ï´°Á´¤Ëºï½ü¤µ¤ì¤Þ¤¹¡£¥æ¡¼¥¶¡¼¤òºï½ü¤·¤Æ¤â¡¢¥µ¥¤¥È¤ËÄɲä·¤¿¥ª¥Ö¥¸¥§¥¯¥È(·Ç¼¨ÈĤ䥿¡¼¥¶¡¼¤ÎÅê¹Æ)¤ÎÆâÍÆ¤Ï¥µ¥¤¥È¤Ë»Ä¤ê¤Þ¤¹¡£¤·¤«¤·¡¢Â¾¤Î¥æ¡¼¥¶¡¼¤¬ºï½ü¤µ¤ì¤¿¥æ¡¼¥¶¡¼¾ðÊó¤ò»ÈÍѤ·¤è¤¦¤È¤¹¤ë¤È¡¢¥¨¥é¡¼¤Ë¤Ê¤ê¤Þ¤¹¡£¤¤¤Ã¤¿¤óºï½ü¤µ¤ì¤¿¥æ¡¼¥¶¡¼¤¬¥µ¥¤¥È¤Ø¤Þ¤¿ÅÐÏ¿¤µ¤ì¤Æ¤â¡¢°ÊÁ°¤Î¾ðÊó¤òÍ¿¤¨¤ë¤³¤È¤Ï¤Ç¤¤Þ¤»¤ó¡£¤½¤Î¥æ¡¼¥¶¡¼¤ËºÆÅ٥桼¥¶¡¼¤Î²áµî¤Î¥¢¥¤¥Æ¥à¤Î¥¢¥¯¥»¥¹¤ò¤µ¤»¤ë¤Ë¤Ï¡¢¥æ¡¼¥¶¡¼¥Æ¡¼¥Ö¥ë¤«¤é¼êư¤ÇÄɲ䷤ʤ±¤ì¤Ð¤Ê¤ê¤Þ¤»¤ó¡£\r\n\r\nºï½ü¤ò¤¹¤ë¤È¡¢ËÜÅö¤Ëºï½ü¤¹¤ë¤«Ìä¤ï¤ì¤Þ¤¹¡£¡Ö¤Ï¤¤¡×¤òÁªÂò¤¹¤ë¤È¡¢ºï½ü¤µ¤ì¤Þ¤¹¡£°ìÅÙºï½ü¤µ¤ì¤¿¥Ç¡¼¥¿¡¼¤Ï¸µ¤ËÌ᤻¤Þ¤»¤ó¡£¡Ö¤¤¤¤¤¨¡×¤òÁªÂò¤¹¤ë¤È¡¢¸µ¤Î²èÌ̤ËÌá¤ê¤Þ¤¹¡£',1055594984,NULL); INSERT INTO international VALUES (610,'WebGUI',14,'¥æ¡¼¥¶¡¼Ì¾\r\n¥æ¡¼¥¶¡¼Ì¾¤Ï¥æ¡¼¥¶¤òǧ¼±¤¹¤ë¤¿¤á¤Î¤â¤Î¤Ç¤¹¡£¥Ï¥ó¥É¥ë¤È¤â¸Æ¤Ð¤ì¤Þ¤¹¡£¥Ï¥ó¥É¥ë¤Ï¥æ¡¼¥¶¤¬¥µ¥¤¥È¾å¤Ç¸Æ¤Ð¤ì¤ë¥Ë¥Ã¥¯¥Í¡¼¥à¤Ç¤¹¡£(Ãí:´ÉÍý¼Ô¤ÏWebGUI¥·¥¹¥Æ¥à¾å¤Ç¥·¥¹¥Æ¥à¤ò´ÉÍý¤Ç¤¤ë¸¢¸Â¤¬¤¢¤ê¤Þ¤¹¡£¤³¤ì¤ÏÊ̤θÀ¤¤Êý¤ò¤¹¤ì¤Ð´ÉÍý¼Ô¤Ï¥·¥¹¥Æ¥à¤òÇ˲õ¤¹¤ë¤³¤È¤â¤Ç¤¤Æ¤·¤Þ¤¦¤³¤È¤ò°ÕÌ£¤·¤Þ¤¹¡£¥æ¡¼¥¶Ì¾¤òÊѤ¨¤¿¤ê¿·µ¬¤ÇºîÀ®¤¹¤ë¾ì¹ç¤Ï¡¢´û¤Ë¸ºß¤¹¤ë¥æ¡¼¥¶¡¼Ì¾¤ò»ÈÍѤ·¤Ê¤¤¤è¤¦¤ËÃí°Õ¤·¤Æ¤¯¤À¤µ¤¤¡£)\r\n\r\n¥Ñ¥¹¥ï¡¼¥É\r\n¥Ñ¥¹¥ï¡¼¥É¤Ï¤½¤Î¥æ¡¼¥¶¡¼¤¬ËܿͤǤ¢¤ë¤È¤³¤È¤ò¾ÚÌÀ¤¹¤ë¤¿¤á¤Î¤â¤Î¤Ç¤¹¡£¾Ü¤·¤¤Ç§¾ÚÊýË¡¤Ë´Ø¤·¤Æ¤Ï¡¢ÀßÄêÊÔ½¸²èÌ̤dzÎǧ¤·¤Æ¤¯¤À¤µ¤¤¡£\r\n\r\nLDAP URL\r\n¾ÜºÙ¤Ë´Ø¤·¤Æ¤ÏÀßÄêÊÔ½¸²èÌ̤ò»²¾È¤·¤Æ¤¯¤À¤µ¤¤¡£\r\n\r\nDN(Distinguished Name)¤òÀܳ\r\n¡ÖÀܳDN¡×¤È¤Ï¤¢¤Ê¤¿¤ÎLDAP¥Ç¡¼¥¿¥Ù¡¼¥¹Ãæ¤Î¥æ¡¼¥¶¡¼¤Îcn(¶¦Ä̤Î̾Á°)¤Ç¤¹¡£¤½¤ì¤Ïcn=John Doe¤Î¤è¤¦¤Ëǧ¾Ú¤µ¤ì¤Þ¤¹¡£DN¤È¤Ï¡¢¤¢¤Ê¤¿¤¬LDAP¥µ¡¼¥Ð¡¼¤Ç¥æ¡¼¥¶¡¼¤òǧ¾Ú¤¹¤ë¤È¤»ÈÍѤ¹¤ë¥æ¡¼¥¶¡¼Ì¾¤Ç¤¹¡£',1055594898,NULL); INSERT INTO international VALUES (606,'WebGUI',14,'¥Ú¡¼¥¸¤ò¥³¥ó¥Æ¥ó¥ÄÍÑ¥³¥ó¥Æ¥Ê¡¼¤È¸«¤Ê¤·¤Æ¤¯¤À¤µ¤¤¡£Î㤨¤Ð¡¢¹¥¤¤Ê»¨»ï¤Î¥¨¥Ç¥£¥¿¡¼¤Ë¼ê»æ¤ò½ñ¤¤¿¤±¤ì¤Ð¡¢¥Î¡¼¥È¤ò³«¤¤¤Æ(¤¢¤ë¤¤¤Ï¥ï¡¼¥×¥í¤ò³«¤¤¤Æ)¤´¼«Ê¬¤Î¹Í¤¨¤ò½ñ¤Î±¤á¤ë¤Ç¤·¤ç¤¦¡£WebGUI¤Ç¤âƱ¤¸¤³¤È¤Ç¤¹¡£¥Ú¡¼¥¸¤òºîÀ®¤·¤Æ¡¢¼¡¤Ë¥Ú¡¼¥¸¤Ë¤¢¤Ê¤¿¤Î¥³¥ó¥Æ¥ó¥Ä¤ò²Ã¤¨¤Æ¤¯¤À¤µ¤¤¡£\r\n\r\n¥¿¥¤¥È¥ë\r\n¥Ú¡¼¥¸¤Î¥¿¥¤¥È¥ë¤òÍê¤ê¤Ë¡¢¥æ¡¼¥¶¡¼¤Ï¥µ¥¤¥ÈÆâ¤ò¸«¤Æ²ó¤ê¤Þ¤¹¡£¥Ú¡¼¥¸¤ÎÆâÍÆ¤¬Ê¬¤«¤ë¤è¤¦¤Ê¡¢Ã»¤á¤Î¥¿¥¤¥È¥ë¤ò¤Ä¤±¤ë¤³¤È¤ò¤ª¤¹¤¹¤á¤·¤Þ¤¹¡£\r\n\r\n¥á¥Ë¥å¡¼¥¿¥¤¥È¥ë\r\nû¤¯Ê¬¤«¤ê¤ä¤¹¤¯¤Ä¤±¤é¤ì¤¿¥¿¥¤¥È¥ë¤Ç¤¹¡£¶õÇò¤Î¤Þ¤Þ¤Ë¤·¤Æ¤ª¤¯¤È¡¢¡É¥¿¥¤¥È¥ë¡É¤Èɽ¼¨¤µ¤ì¤Þ¤¹¡£\r\n\r\n¥Ê¥Ó¥²¡¼¥·¥ç¥ó¤«¤é±£¤¹\r\n¥Ê¥Ó¥²¡¼¥·¥ç¥ó¤«¤é¤³¤Î¥Ú¡¼¥¸¤ò±£¤¹¤¿¤á¤Ë¤Ï¡Ö¤Ï¤¤¡×¤òÁªÂò¤·¤Æ¤¯¤À¤µ¤¤¡£\r\n\r\nÃí:¤³¤ì¤Ï¡¢¥Ê¥Ó¥²¡¼¥·¥ç¥ó¥Þ¥¯¥í¤«¤é¤Î¤ß¥Ú¡¼¥¸¥Ä¥ê¡¼¤«¤é¤Î¤ß¤Ç¡¢¥µ¥¤¥È¥Þ¥Ã¥×¤«¤é¤Î¥Ú¡¼¥¸¤Ï±£¤»¤Þ¤»¤ó¡£\r\n\r\n¥Ú¡¼¥¸URL\r\n¥Ú¡¼¥¸¤ÎURL¤Ï¥Ú¡¼¥¸¥¿¥¤¥È¥ë¤ò¸µ¤Ë¤·¤Æºî¤é¤ì¤Þ¤¹¡£Áª¤Ð¤ì¤¿URL¤¬µ¤¤ËÆþ¤é¤Ê¤±¤ì¤Ð¡¢¤³¤³¤ÇÊѹ¹¤¹¤ë¤³¤È¤¬¤Ç¤¤Þ¤!\n¹¡£\r\n\r\n¸À¸ì\r\n¤³¤Î¥Ú¡¼¥¸¤Î¥Ç¥Õ¥©¥ë¥È¸À¸ì¤òÁª¤ó¤Ç¤¯¤À¤µ¤¤¡£WebGUI¤Çºî¤é¤ì¤¿¥á¥Ã¥»¡¼¥¸¤Ïʸ»ú¥»¥Ã¥È¤¬Êѹ¹¤µ¤ì¤ë¤È¡¢¤¹¤Ù¤Æ¤½¤Î¸À¸ì¤Îʸ»ú¥»¥Ã¥È¤Ë¸À¸ì¤¬¥»¥Ã¥È¤µ¤ìɽ¼¨¤µ¤ì¤Þ¤¹¡£\r\n\r\nURL¤òžÁ÷¤·¤Þ¤¹¤«¡©\r\n¥æ¡¼¥¶¡¼¤¬¤³¤Î¥Ú¡¼¥¸¤òˬ¤ì¤ë»þ¡¢¥æ¡¼¥¶¡¼¤Ï¤³¤³¤Ë»ØÄꤵ¤ì¤¿URL¤ËžÁ÷¤µ¤ì¤Þ¤¹¡£¤³¤Î¥Ú¡¼¥¸¤òº£¸åÊÔ½¸¤¹¤ë¤Ë¤Ï¡Ö´ÉÍýµ¡Ç½¡Ä¡×¤Î²¼¤Î¥á¥Ë¥å¡¼¤Î¡Ö¥Ú¡¼¥¸¥Ä¥ê¡¼¤ò´ÉÍý¡×¤«¤é¥¢¥¯¥»¥¹¤·¤Ê¤±¤ì¤Ð¤Ê¤ê¤Þ¤»¤ó¡£\r\n\r\n¥Æ¥ó¥×¥ì¡¼¥È\r\n¥Ç¥Õ¥©¥ë¥È¤Ë¤è¤Ã¤Æ¡¢WebGUI¤Ïwobjects¤òÃÖ¤¯¤¿¤á¤Ë1¤Ä¤ÎÂ礤ʥ³¥ó¥Æ¥ó¥Ä¥¨¥ê¥¢¤ò»ý¤Ã¤Æ¤¤¤Þ¤¹¡£¤·¤«¤·¡¢¥Ç¥Õ¥©¥ë¥È°Ê³°¤Ë¥Æ¥ó¥×¥ì¡¼¥È¤ò»ØÄꤹ¤ë¤³¤È¤Ë¤è¤Ã¤Æ¡¢¥¨¥ê¥¢¤ò¤¤¤¯¤Ä¤«¤Î¥»¥¯¥·¥ç¥ó¤Ë¥µ¥Öʬ³ä¤¹¤ë¤³¤È¤¬¤Ç¤¤Þ¤¹¡£\r\n\r\n³µÍ×\r\n¥Ú¡¼¥¸¤Îû¤¤µ½Ò¡£¥µ¥¤¥È¥Þ¥Ã¥×¾å¤Îµ½Ò¤òÄ󶡤¹¤ë¤Î¤ÈƱÍͤˡ¢¥Ç¥Õ¥©¥ë¥È¤Îµ½ÒŪ¤Ê¥á¥¿¥¿¥°¤Î¤¿¤á¤Ë»ÈÍѤµ¤ì¤Þ¤¹¡£\r\n\r\n¥á¥¿¥¿¥°\r\nÆÃÊ̤Υڡ¼¥¸¤Ø¤Î¥¡¼¥ï¡¼¥É¤ò´ØÏ¢¤µ¤»¤ë¤¿¤á¤Ë¡¢¤¤¤¯¤Ä¤«¤Î¸¡º÷¥¨¥ó¥¸¥ó¤Ë¤è¤Ã¤Æ»ÈÍѤµ¤ì¤Þ¤¹¡£»È¤ï¤ì¤¿¤³¤È¤¬¤Ê¤±¤ì¤Ð¡¢¥á¥¿¥¿¥°¤ò¹½ÃÛ¤¹¤ë¤Î¤ò½õ¤±¤ëMeta Tag Builder¤È¤¤¤¦Â礤!\nÊ¥µ¥¤¥È¤¬¤¢¤ê¤Þ¤¹¡£\r\n\r\n¾åµé¥æ¡¼¥¶:¥Ú¡¼¥¸¥¨¥ê¥¢¤ÇÄ̾ïÆþ¤ì¤¿Â¾¤Îʪ(JavaScriptÅù)¤¬¤¢¤ì¤Ð¡¢¤³¤³¤Ç¤âÃÖ¤¤¤Æ¤«¤Þ¤¤¤Þ¤»¤ó¡£\r\n\r\n¥Ç¥Õ¥©¥ë¥È¥á¥¿¥¿¥°¤ò»ÈÍѤ·¤Þ¤¹¤«¡©\r\n¼«Ê¬¤Ç¥á¥¿¥¿¥°»ØÄê¤ò¤·¤¿¤¯¤Ê¤±¤ì¤Ð¡¢WebGUI¤Ï¥Ú¡¼¥¸¥¿¥¤¥È¥ë¤«¤¢¤Ê¤¿¤Î²ñ¼Ò̾¤ò¸µ¤Ë¥á¥¿¥¿¥°¤òÀ¸À®¤¹¤ë¤³¤È¤¬¤Ç¤¤Þ¤¹¡£WebGUI¤ÇÀ¸À®¤µ¤ì¤¿¥á¥¿¥¿¥°¤ò²Äǽ¤Ë¤¹¤ë¤¿¤á¤Ë¤Ï¡¢¤³¤Î¥Á¥§¥Ã¥¯¥Ü¥Ã¥¯¥¹¤ò¥Á¥§¥Ã¥¯¤·¤Æ¤¯¤À¤µ¤¤¡£\r\n\r\n¥¹¥¿¥¤¥ë\r\n¥Ç¥Õ¥©¥ë¥È¤Ë¤è¤Ã¤Æ¤¢¤Ê¤¿¤¬¥Ú¡¼¥¸¤òºîÀ®¤¹¤ë¾ì¹ç¡¢¤½¤Î¥¹¥¿¥¤¥ë¤Ï¿Æ¥¹¥¿¥¤¥ë¤«¤é¤ÎÆÃħ¤ò°ú¤·Ñ¤®¤Þ¤¹¡£°ú¤·Ñ¤°¤â¤Î¤Î¤¦¤Á¤Î1¤Ä¤Ï¥¹¥¿¥¤¥ë¤Ç¤¹¡£¤¢¤Ê¤¿¤¬¤³¤Î¥Ú¡¼¥¸¤Î³°´Ñ¤òÊѹ¹¤·¤¿¤¤¾ì¹ç¤Ï¡¢¡Ö¥¹¥¿¥¤¥ë¤òÄɲáפ«¤é¥¹¥¿¥¤¥ë¤òÄɲä·¤Þ¤¹¡£\r\n\r\n¥¹¥¿¥¤¥ë¥×¥ë¥À¥¦¥ó¥á¥Ë¥å¡¼¤Î¡Ö¤Ï¤¤¡×¤òÁªÂò¤¹¤ë¤È¡¢¸½ºß¤Î¥Ú¡¼¥¸°Ê¹ß¤Î¤¹¤Ù¤Æ¤¬ÁªÂò¤µ¤ì¤¿¥¹¥¿¥¤¥ë¤ËÊѹ¹¤µ¤ì¤Þ¤¹¡£\r\n\r\n³«»ÏÆü\r\n¥æ¡¼¥¶¡¼¤Ë¤³¤Î¥Ú¡¼¥¸¤ò¸ø³«¤¹¤ë¤³¤È¤ò·èÄꤹ¤ëÆüÉÕ¡£¤³¤ÎÆüÉդΰÊÁ°¤Ç¤¢¤Ã¤Æ¤â¡¢¤³¤Î¥Ú¡¼¥¸¤ÎÊÔ½¸¸¢¸Â¤ò»ý¤Ä¥³¥ó¥Æ¥ó¥Ä¥Þ¥Í¡¼¥¸¥ã¡¼¤À¤±¤Ï¤½¤Î¥Ú¡¼¥¸¤ò¸«¤ë¤³¤È¤¬¤Ç¤¤Þ¤¹¤Î¤Ç¡¢Ãí°Õ¤·¤Æ¤¯¤À¤µ¤¤¡£\r\n\r\n½ªÎ»Æü\r\n¥æ¡¼¥¶¡¼¤Ë¤³¤Î¥Ú¡¼¥¸¤ò¸ø³«¤¹¤ë¤³¤È¤ò!\n½ªÎ»¤¹¤ëÆüÉÕ¡£¤³¤ÎÆüÉդθå¤Ë¤â¡¢¤³¤Î¥Ú¡¼¥¸¤ÎÊÔ½¸¸¢¸Â¤òÈ÷¤¨¤¿¥³¥ó¥Æ¥ó¥Ä¥Þ¥Í¡¼¥¸¥ã¡¼¤À¤±¤Ï¤½¤Î¥Ú¡¼¥¸¤ò¸«¤ì¤ë¤È¤¤¤¦¤³¤È¤ËÃí°Õ¤·¤Æ¤¯¤À¤µ¤¤¡£\r\n\r\n¥ª¡¼¥Ê¡¼\r\n¥Ú¡¼¥¸¤òºîÀ®¤·¤¿¿Í¡£¤³¤Î¥æ¡¼¥¶¡¼¤Ï¾ï¤Ë¥Ú¡¼¥¸¤òÊÔ½¸¡¢¸«¤ë¸¢Íø¤ò»ý¤Ã¤Æ¤¤¤Þ¤¹¡£\r\nÃí:¥ª¡¼¥Ê¡¼¤Ï´ÉÍý¼Ô¤Ë¤è¤Ã¤ÆÊѹ¹¤¹¤ë¤³¤È¤¬¤Ç¤¤Þ¤¹¡£\r\n\r\nɽ¼¨¤¹¤ë¥°¥ë¡¼¥×¤òÁªÂò\r\n¤É¤Î¥°¥ë¡¼¥×¤¬¤³¤Î¥Ú¡¼¥¸¤òɽ¼¨¤¹¤ë¤«·èÄꤷ¤Æ¤¯¤À¤µ¤¤¡£\r\n¥Ó¥¸¥¿¡¼¤ª¤è¤ÓÅÐÏ¿¥æ¡¼¥¶¡¼¤ÎξÊý¤¬¤½¤Î¤È¤¥Ú¡¼¥¸¤òɽ¼¨¤·¤¿¤¤¾ì¹ç¤Ï¡¢¡Öeveryone¡×¥°¥ë¡¼¥×¤òÁª¤ó¤Ç¤¯¤À¤µ¤¤¡£\r\n\r\nÊÔ½¸¤¹¤ë¥°¥ë¡¼¥×¤òÁªÂò\r\n¤³¤Î¥Ú¡¼¥¸¤òÊÔ½¸¤¹¤ë¥°¥ë¡¼¥×¤òÁª¤ó¤Ç¤¯¤À¤µ¤¤¡£ÊÔ½¸¸¢¸Â¤ò³ä¤êÅö¤Æ¤é¤ì¤¿¥°¥ë¡¼¥×¤Ï¥Ú¡¼¥¸¤ò¸«¤ë¤³¤È¤â¤Ç¤¤Þ¤¹¡£¼«Í³¤Ë·«¤êÊÖ¤·¡¢¤³¤Î¥Ú¡¼¥¸°Ê¹ß¤Î¤¹¤Ù¤Æ¤Î¥Ú¡¼¥¸¤ËÊÔ½¸¸¢¸Â¤¬Í¿¤¨¤ë¤³¤È¤¬¤Ç¤¤Þ¤¹¡£\r\n\r\n¼¡¤Îºî¶È\r\n¥Ç¥Õ¥©¥ë¥ÈÀßÄê¤Ç¤³¤³¤òÀßÄꤹ¤ì¤Ð¡¢ºîÀ®¤·¤¿¸å¤Ë¿·¤·¤¤¥Ú¡¼¥¸¤ËžÁ÷¤µ¤ì¤Þ¤¹¡£',1055594512,NULL); INSERT INTO international VALUES (541,'WebGUI',14,'Åê¹Æ¤´¤È¤Î¥«¥ë¥ÞÃÍ',1055594205,NULL); INSERT INTO international VALUES (830,'WebGUI',14,'¥Ú¡¼¥¸¾å¤ÇWobject¤ò¹½À®¤¹¤ë¤Î¤Ë¡¢¥Ú¡¼¥¸¥Æ¥ó¥×¥ì¡¼¥È¤ò»È¤¦¤³¤È¤¬¤Ç¤¤Þ¤¹¡£¤½¤Î°Ù¤Ë¡¢¥Ú¡¼¥¸¥Æ¥ó¥×¥ì¡¼¥È¥Ý¥¸¥·¥ç¥ó¤òºîÀ®¤·¤Þ¤¹¡£¥Ú¡¼¥¸¥Æ¥ó¥×¥ì¡¼¥ÈÆâ¤Ë¤Ï¸Â¤ê¤Ê¤¯¥Ý¥¸¥·¥ç¥ó¤òÀßÄê¤Ç¤¤Þ¤¹¤¬¡¢°ìÊý¤ÇºÇÄã1¤Ä¤Ï¾ï¤ËÀßÄꤹ¤ëɬÍפ¬¤¢¤ê¤Þ¤¹¡£¥Ú¡¼¥¸¥Æ¥ó¥×¥ì¡¼¥È¥Ý¥¸¥·¥ç¥óÊÑ¿ô¤Ï¼¡¤Î¤è¤¦¤Ë¤Ê¤ê¤Þ¤¹:\r\n\r\n\r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n\r\n¥Ý¥¸¥·¥ç¥ó¤Ï10²¯¤Þ¤ÇÀßÄê²Äǽ¤Ç¤¹¤¬¡¢°ìÈÌŪ¤Ê¥µ¥¤¥È¤Ç¤Ï½½Ê¬°Ê¾å¤Ç¤¹¡£',1055802841,NULL); INSERT INTO international VALUES (858,'WebGUI',14,'ÊÌ̾',1055518910,NULL); INSERT INTO international VALUES (839,'WebGUI',14,'¥×¥í¥°¥é¥Þ¥Þ¥¯¥í',1055518856,NULL); INSERT INTO international VALUES (57,'WebGUI',14,'¤â¤·¤¢¤Ê¤¿¤¬¥á¡¼¥ë¤ÇÍ׵ᤷ¤¿ÀßÄê¤ò»ÈÍѤ·¤¿¤¤¤Ê¤é¡¢¤³¤ì¤Ïɬ¿Ü¤Ç¤¹¡£',1055518657,NULL); INSERT INTO international VALUES (565,'WebGUI',14,'µÄŤò¤¹¤ë¥°¥ë¡¼¥×¤òÁªÂò',1055518591,NULL); INSERT INTO international VALUES (564,'WebGUI',14,'Åê¹Æ¤¹¤ë¥°¥ë¡¼¥×¤òÁªÂò',1055518547,NULL); INSERT INTO international VALUES (487,'WebGUI',14,'²ÄǽÃÍ',1055518410,NULL); INSERT INTO international VALUES (46,'WebGUI',14,'¥Þ¥¤¥¢¥«¥¦¥ó¥È',1055518362,NULL); INSERT INTO international VALUES (43,'WebGUI',14,'¤³¤Î¥³¥ó¥Æ¥ó¥Ä¤òºï½ü¤·¤Æ¤â¤¤¤¤¤Ç¤¹¤«¡©',1055518274,NULL); INSERT INTO international VALUES (406,'WebGUI',14,'¥µ¥à¥Í¥¤¥ë¤Î¥µ¥¤¥º',1055518233,NULL); INSERT INTO international VALUES (418,'WebGUI',14,'¥Õ¥£¥ë¥¿¡¼¥³¥ó¥Æ¥ó¥Ä',1055518207,NULL); INSERT INTO international VALUES (99,'EventsCalendar',1,'Is master?',1066511974,'Ask the user if this calendar should act as a master calendar.'); INSERT INTO international VALUES (367,'WebGUI',14,'͸ú´ü¸Â¤Î½ªÎ»',1055518006,NULL); INSERT INTO international VALUES (361,'WebGUI',14,'3ʬ¤Î1',1055517912,NULL); INSERT INTO international VALUES (360,'WebGUI',14,'3ʬ¤Î1',1055517892,NULL); INSERT INTO international VALUES (231,'WebGUI',14,'¿·µ¬¥á¥Ã¥»¡¼¥¸¤òÅê¹Æ',1055517815,NULL); INSERT INTO international VALUES (116,'WebGUI',14,'¤³¤ÎÀßÄê¤Ç¡¢¤³¤Î¥Ú¡¼¥¸²¼¤Î¤¹¤Ù¤Æ¤Î¥Ú¡¼¥¸¤ÎÀßÄê¤òÊѹ¹¤¹¤ë¤Ë¤Ï¡Ö¤Ï¤¤¡×¤òÁªÂò¤·¤Æ¤¯¤À¤µ¤¤¡£',1055517740,NULL); INSERT INTO international VALUES (107,'WebGUI',14,'ÀßÄê',1055517700,NULL); INSERT INTO international VALUES (77,'USS',14,'²¼µ¤ÏÅê¹Æ¥Æ¥ó¥×¥ì¡¼¥È¤ÎÃæ¤Ç»ÈÍѤµ¤ì¤ë¥Æ¥ó¥×¥ì¡¼¥ÈÊÑ¿ô¤Ç¤¹¡£Åê¹Æ¥Æ¥ó¥×¥ì¡¼¥È¤Ï¥æ¡¼¥¶¡¼Åê¹Æ¥·¥¹¥Æ¥à¤Ç¤ÎÅê¹Æ¤òɽ¼¨¤¹¤ë¤¿¤á¤Ë»ÈÍѤµ¤ì¤Þ¤¹¡£\r\n\r\ntitle\r\nÅê¹Æ¤Î¥¿¥¤¥È¥ë¡£\r\n\r\ncontent\r\nÅê¹Æ¤ÎÁ´¥Æ¥¥¹¥È¥³¥ó¥Æ¥ó¥Ä¡£\r\n\r\nuser.label\r\n¤É¤Î¥æ¡¼¥¶¡¼¤¬¤³¤ÎÅê¹Æ¤ò¤·¤¿¤«¼¨¤¹¥é¥Ù¥ë¡£\r\n\r\nuser.profile\r\nÅê¹Æ¤ò¤·¤¿¥æ¡¼¥¶¡¼¤Î¥×¥í¥Õ¥£¡¼¥ë¤ÎURL¡£\r\n\r\nuser.username\r\nÅê¹Æ¤ò¤·¤¿¥æ¡¼¥¶¡¼¤Î¥æ¡¼¥¶¡¼Ì¾¡£\r\n\r\nuser.id\r\nÅê¹Æ¤ò¤·¤¿¥æ¡¼¥¶¡¼¤Î¥æ¡¼¥¶¡¼ID¡£\r\n\r\ndate.label\r\nÅê¹ÆÆüÉդΥé¥Ù¥ë¡£\r\n\r\ndate.epoch\r\nÅê¹Æ¤µ¤ì¤¿Æü¤Î1970ǯ1·î1Æü°ÊÍè¤Î»þ´Ö¤ÎÉÿô¡£\r\n\r\ndate.human\r\nÅê¹Æ¤µ¤ì¤¿»þ´Ö¤ò¡¢»ä¤¿¤Á¤¬È½ÆÉ²Äǽ¤ÊÆüÉÕ¤Çɽ¼¨¤·¤Þ¤¹¡£\r\n\r\nstatus.label\r\nÅê¹Æ¤Î¥¹¥Æ¡¼¥¿¥¹¤ò¼¨¤¹¥é¥Ù¥ë¡£\r\n\r\nstatus.status\r\nÅê¹Æ¤Î¼ÂºÝ¤Î¥¹¥Æ¡¼¥¿¥¹(¾µÇ§¡¢Ì¤·èÄê¡¢¾µÇ§µñÈÝ)¡£\r\n\r\nviews.label\r\nÅê¹Æ¤¬¤É¤ì¤À¤±¤Î²ó¿ôɽ¼¨¤µ¤ì¤¿¤«¤ò¼¨¤¹¥é¥Ù¥ë¡£\r\n\r\nviews.count\r\nÅê¹Æ¤¬²¿²óɽ¼¨¤µ¤ì¤¿¤«¤Î¿ô¡£\r!\nn\r\ncanPost\r\n¥æ¡¼¥¶¡¼¤¬¿·µ¬Åê¹Æ¤òÆþÎϤ¹¤ë¤³¤È¤¬¤Ç¤¤ë¤«¤É¤¦¤«¼¨¤·¤Þ¤¹¡£\r\n\r\npost.url\r\n¿·µ¬Åê¹Æ¤òÆþÎϤ¹¤ëURL¡£\r\n\r\npost.label\r\nÅê¹Æ¥ê¥ó¥¯¤Î¥é¥Ù¥ë¡£\r\n\r\nprevious.more\r\n1¤ÄÁ°¤ÎÅê¹Æ¤ò¸«¤ë¤³¤È¤¬²Äǽ¤«¤É¤¦¤«¼¨¤·¤Þ¤¹¡£\r\n\r\nprevious.url\r\nÁ°¤ÎÅê¹Æ¤Ø¤ÎURL¡£\r\n\r\nprevious.label\r\nÁ°¤Î¥ê¥ó¥¯¤Î¥é¥Ù¥ë¡£\r\n\r\nnext.more\r\n1¤Ä¼¡¤ÎÅê¹Æ¤ò¸«¤ë¤³¤È¤¬²Äǽ¤«¤É¤¦¤«¼¨¤·¤Þ¤¹¡£\r\n\r\nnext.url\r\n¼¡¤ÎÅê¹Æ¤Ø¤ÎURL¡£\r\n\r\nnext.label\r\n¼¡¤Ø¥ê¥ó¥¯¤Î¥é¥Ù¥ë¡£\r\n\r\ncanEdit\r\n¸½ºß¤Î¥æ¡¼¥¶¡¼¤¬¤³¤ÎÅê¹Æ¤òÊÔ½¸¤Þ¤¿¤Ïºï½ü¤Ç¤¤ë¤«¤òɽ¼¨¤·¤Þ¤¹¡£\r\n\r\nedit.url\r\nÅê¹Æ¤òÊÔ½¸¤¹¤ëURL¡£\r\n\r\nedit.label\r\nÊÔ½¸¥ê¥ó¥¯¤Î¥é¥Ù¥ë¡£\r\n\r\ndelete.url\r\nÅê¹Æ¤òºï½ü¤¹¤ëURL¡£\r\n\r\ndelete.label\r\nºï½ü¥ê¥ó¥¯¤Î¥é¥Ù¥ë¡£\r\n\r\ncanChangeStatus\r\n¸½ºß¤Î¥æ¡¼¥¶¡¼¤¬¤³¤ÎÅê¹Æ¤ò¥¹¥Æ¡¼¥¿¥¹¤òÊѹ¹¤¹¤ë¸¢¸Â¤ò»ý¤Ã¤Æ¤¤¤ë¤«¤ò¼¨¤·¤Þ¤¹¡£\r\n\r\napprove.url\r\n¤³¤ÎÅê¹Æ¤ò¾µÇ§¤¹¤ëURL¡£\r\n\r\napprove.label\r\n¾µÇ§¥ê¥ó¥¯¤Î¥é¥Ù¥ë¡£\r\n\r\ndeny.url\r\n¤³¤ÎÅê¹Æ¤ò¾µÇ§ÉԲĤˤ¹¤ëURL¡£\r\n\r\ndeny.label\r\n¾µÇ§ÉԲĥê¥ó¥¯¤Î¥é!\n¥Ù¥ë¡£\r\n\r\nleave.url\r\n¸½ºß¤Î¥¹¥Æ¡¼¥¿¥¹¤ò¤³¤ÎÅê¹Æ¤Ë»Ä¤¹URL¡£\r\n\r\nleave.label\r\n¥¹¥Æ¡¼¥¿¥¹¤ò»Ä¤¹¥ê¥ó¥¯¤Î¥é¥Ù¥ë¡£\r\n\r\ncanReply\r\n¸½ºß¤Î¥æ¡¼¥¶¡¼¤¬¤³¤ÎÅê¹Æ¤Ë²óÅú¤¹¤ë¤³¤È¤¬¤Ç¤¤ë¤«¤É¤¦¤«¼¨¤·¤Þ¤¹¡£\r\n\r\nreply.url\r\nÄ󰯤ËÊÖÅú¤¹¤ëURL¡£\r\n\r\nreply.label\r\nÊÖÅú¥ê¥ó¥¯¤Î¥é¥Ù¥ë¡£\r\n\r\nsearch.url\r\nWebGUI¥Ñ¥ï¡¼¸¡º÷¾å¤Ç¥È¥°¥ë¤¹¤ëURL¡£\r\n\r\nsearch.label\r\n¸¡º÷¥ê¥ó¥¯¤Î¥é¥Ù¥ë¡£\r\n\r\nback.url\r\n¼çÍץꥹ¥È¤Ë¥æ¡¼¥¶¡¼¤òÊÖ¤¹URL¡£\r\n\r\nback.label\r\nÁ°¤Ø¤Î¥ê¥ó¥¯¤Î¥é¥Ù¥ë¡£\r\n\r\nreplies\r\n¤¹¤Ù¤Æ¤Î¥ê¥¹¥È¤Ï¤³¤ÎÅê¹Æ¤ËÊÖÅú¤µ¤ì¤Þ¤¹¡£',1055517582,NULL); INSERT INTO international VALUES (75,'USS',14,'¤³¤ì¤Ï¥æ¡¼¥¶¡¼Åê¹Æ¥·¥¹¥Æ¥à¥Æ¥ó¥×¥ì¡¼¥È¤Ë¤ª¤¤¤ÆÍøÍѲÄǽ¤Ê¥Æ¥ó¥×¥ì¡¼¥ÈÊÑ¿ô¤Î¥ê¥¹¥È¤Ç¤¹¡£\r\n\r\nreadmore.label\r\n¥æ¡¼¥¶¡¼¤¬¤â¤Ã¤È¥Ø¥ë¥×¤ò¾Ü¤·¤¯¸«¤ë¤¿¤á¤Ë¥¯¥ê¥Ã¥¯¤¹¤ë¤¿¤á¤Î¥é¥Ù¥ë¡£\r\n\r\nresponses.label\r\nÅê¹Æ¤ËÂФ¹¤ëÊÖÅú¤ò¸«¤ë¤¿¤á¤Ë¡¢¥æ¡¼¥¶¡¼¤¬¥¯¥ê¥Ã¥¯¤¹¤ë¤Ù¤¥é¥Ù¥ë¡£\r\n\r\ncanPost\r\n¥æ¡¼¥¶¡¼¤¬¿·¤·¤¤Åê¹Æ¤òÄɲ乤뤳¤È¤¬¤Ç¤¤ë¤«¤É¤¦¤«¤ò¼¨¤·¤Þ¤¹¡£\r\n\r\npost.url\r\n¿·µ¬Åê¹Æ¤òÄɲ乤ëURL¡£\r\n\r\npost.label\r\nÅê¹Æ¥ê¥ó¥¯¤Î¥é¥Ù¥ë¡£\r\n\r\nsearch.label\r\n¸¡º÷¥ê¥ó¥¯¤Î¥é¥Ù¥ë¡£\r\n\r\nsearch.url\r\n¥ª¥ó/¥ª¥Õ¤òÀÚÂØ¤¨¤ëWebGUI¤Î¥Ñ¥ï¡¼¸¡º÷¤ÎURL¡£\r\n\r\ntitle.label\r\n¥¿¥¤¥È¥ë¤Î¥é¥Ù¥ë¡£\r\n\r\nthumbnail.label\r\n¥µ¥à¥Í¥¤¥ë¤Î¥é¥Ù¥ë¡£\r\n\r\ndate.label\r\nÆüÉդΥé¥Ù¥ë¡£\r\n\r\nby.label\r\n郎Åê¹Æ¤·¤¿¤«¤Î¥é¥Ù¥ë¡£\r\n\r\nsubmissions_loop\r\n³ÆÅê¹Æ¤ò´Þ¤ó¤Ç¤¤¤ë¥ë¡¼¥×¡£\r\n\r\nsubmission.id\r\nÅê¹Æ¤ÎID¡£\r\n\r\nsubmission.url\r\nÅê¹Æ¤òɽ¼¨¤¹¤ëURL¡£\r\n\r\nsubmission.content\r\nÅê¹Æ¤ò!\nά¤·¤¿¥Æ¥¥¹¥È¥³¥ó¥Æ¥ó¥Ä¡£\r\n\r\nsubmission.responses\r\nÅê¹Æ¤ËÂФ¹¤ëÊÖÅú¤Î·ï¿ô¡£\r\n\r\nsubmission.title\r\nÅê¹Æ¤Î¥¿¥¤¥È¥ë¡£\r\n\r\nsubmission.userId\r\nÅê¹Æ¤·¤¿¥æ¡¼¥¶¡¼¤ÎID¡£\r\n\r\nsubmission.username\r\nÅê¹Æ¤·¤¿¥æ¡¼¥¶¡¼¤Î¥æ¡¼¥¶¡¼Ì¾¡£\r\n\r\nsubmission.status\r\nÅê¹Æ¤Î¥¹¥Æ¡¼¥¿¥¹(¾µÇ§¡¢Ì¤²ò·è¡¢¾µÇ§µñÈÝ)¡£\r\n\r\nsubmission.thumbnail\r\nÅê¹Æ¤Ë¥¢¥Ã¥×¥í¡¼¥É¤µ¤ì¤¿¥¤¥á¡¼¥¸¥µ¥à¥Í¥¤¥ë(¤â¤·¤¢¤ì¤Ð)¡£\r\n\r\nsubmission.date\r\nÅê¹Æ¤µ¤ì¤¿Æü¡£\r\n\r\nsubmission.currentUser\r\n¸½ºß¤Î¥æ¡¼¥¶¡¼¤¬¤³¤ÎÅê¹Æ¤ò¤·¤¿¥æ¡¼¥¶¡¼¤ÈƱ¤¸¤«¤É¤¦¤«¼¨¤·¤Þ¤¹¡£\r\n\r\nsubmission.userProfile\r\nÅê¹Æ¤·¤¿¥æ¡¼¥¶¡¼¤Î¥×¥í¥Õ¥£¡¼¥ë¤ÎURL¡£\r\n\r\nsubmission.secondColumn\r\nÅê¹Æ¤¬Ê£¿ô¥³¥é¥à¥ì¥¤¥¢¥¦¥È¤ÇÂè2¤Î¥³¥é¥à¤Ë°¤¹¤ë¤«¤É¤¦¤«¼¨¤·¤Þ¤¹¡£\r\n\r\nsubmission.thirdColumn\r\nÅê¹Æ¤¬Ê£¿ô¥³¥é¥à¥ì¥¤¥¢¥¦¥È¤ÇÂè3¤Î¥³¥é¥à¤Ë°¤¹¤ë¤«¤É¤¦¤«¼¨¤·¤Þ¤¹¡£\r\n\r\nsubmission.fourthColumn\r\nÅê¹Æ¤¬Ê£¿ô¥³¥é¥à¥ì¥¤¥¢¥¦¥È¤ÇÂè4¤Î¥³¥é¥à¤Ë°¤¹¤ë¤«¤É¤¦¤«¼¨¤·¤Þ¤¹¡£\r\n\r\nsubmission.fifthColumn\r\nÅê¹Æ¤¬Ê£¿ô¥³¥é¥à¥ì¥¤¥¢¥¦¥È¤ÇÂè5¤Î¥³¥é¥à¤Ë°¤¹¤ë¤«¤É¤¦!\n¤«¼¨¤·¤Þ¤¹¡£\r\n\r\nfirstPage\r\n¥Ú¡¼¥¸ÈÖ¹æ¤ÎºÇ½é¤Î¥Ú¡¼¥¸¤Ø¤Î¥ê¥ó¥¯¡£\r\n\r\nlastPage\r\n¥Ú¡¼¥¸ÈÖ¹æ¤ÎºÇ¸å¤Î¥Ú¡¼¥¸¤Ø¤Î¥ê¥ó¥¯¡£\r\n\r\nnextPage\r\n¥Ú¡¼¥¸ÈÖ¹æ¤Î¼¡¤Î¥Ú¡¼¥¸¤Ø¤Î¥ê¥ó¥¯¡£\r\n\r\npreviousPage\r\n¥Ú¡¼¥¸ÈÖ¹æ¤ÎÁ°¤Î¥Ú¡¼¥¸¤Ø¤Î¥ê¥ó¥¯¡£\r\n\r\npageList\r\n¥Ú¡¼¥¸ÈÖ¹æ¤Î¤¹¤Ù¤Æ¤Î¥Ú¡¼¥¸¤Ø¤Î¥ê¥ó¥¯¡£\r\n\r\nmultiplePages\r\n¥Ú¡¼¥¸Èֹ椬1¥Ú¡¼¥¸°Ê¾å¤¢¤ë¤«¤É¤¦¤«¤ò¼¨¤¹¾ò·ï¡£',1055517156,NULL); INSERT INTO international VALUES (76,'USS',14,'Åê¹Æ¥Æ¥ó¥×¥ì¡¼¥È',1055516859,NULL); INSERT INTO international VALUES (74,'USS',14,'¥æ¡¼¥¶¡¼Åê¹Æ¥·¥¹¥Æ¥à¥Æ¥ó¥×¥ì¡¼¥È',1055516822,NULL); INSERT INTO international VALUES (73,'USS',14,'Åê¹Æ¥Æ¥ó¥×¥ì¡¼¥È',1055516796,NULL); INSERT INTO international VALUES (71,'USS',14,'¥æ¡¼¥¶¡¼Åê¹Æ¥·¥¹¥Æ¥à¤Ï¡¢¤É¤ó¤Ê¥µ¥¤¥È¤Ë¤ª¤¤¤Æ¤â¡¢¥³¥ß¥å¥Ë¥Æ¥£ºî¤ê¤Ð¤«¤ê¤Ç¤Ê¤¯¡¢¥æ¡¼¥¶¡¼¤«¤é¤Î̵ÎÁ¥³¥ó¥Æ¥ó¥Ä¤Î³ÍÆÀ¤Ë¤âÌòΩ¤Ä¤â¤Î¤Ç¤¹¡£\r\n\r\n¼çÍץƥó¥×¥ì¡¼¥È\r\n¥æ¡¼¥¶¡¼Åê¹Æ¥·¥¹¥Æ¥à¤Î¥ì¥¤¥¢¥¦¥È¤òÁªÂò¤·¤Æ¤¯¤À¤µ¤¤¡£\r\n\r\n¥³¥ó¥Æ¥ó¥Ä¤Î¥Õ¥£¥ë¥¿¥ê¥ó¥°\r\nÅÐÏ¿¤µ¤ì¤¿¤¹¤Ù¤Æ¤Î¥³¥ó¥Æ¥ó¥Ä¤Î¡¢¥Õ¥£¥ë¥¿¥ê¥ó¥°¥ì¥Ù¥ë¤òÁªÂò¤·¤Þ¤¹¡£\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¥Ú¡¼¥¸Åö¤¿¤ê¤Ë¥ê¥¹¥È¤·¤Þ¤¹¤«¡£\r\n\r\n¥Ç¥Õ¥©¥ë¥È¥¹¥Æ¡¼¥¿¥¹\r\n¡Ö¾µÇ§ºÑ¡×¾õÂÖ¤ò½é´ü¾õÂÖ¤ËÀßÄꤷ¤Þ¤¹¤«¡©¤½¤ì¤È¤â¡Ö¾µÇ§ÉԲġ׾õÂÖ¤ò½é´ü¾õÂÖ¤ËÀßÄꤷ¤Þ¤¹¤«¡©\r\n\r\nÃí:¥Ç¥Õ¥©¥ë¥È¥¹¥Æ¡¼¥¿¥¹¤ò¡Ö¾µÇ§ÉԲġפËÀßÄꤹ¤ë¾ì¹ç¤Ï¡¢¿·µ¬Åê¹Æ¤Ø¥á¥Ã¥»¡¼¥¸¥í¥°¤òɽ¼¨¤·¤Þ¤¹¡£\r\n\r\nÅê¹Æ¤´¤È¤Î¥!\n«¥ë¥ÞÃÍ\r\n¥æ¡¼¥¶¡¼¤¬¤³¤Î¥æ¡¼¥¶¡¼Åê¹Æ¥·¥¹¥Æ¥à¤Ë¹×¸¥¤·¤¿¤È¤¡¢¤É¤ì¤À¤±¤Î¥«¥ë¥ÞÃͤò¥æ¡¼¥¶¡¼¤ËÍ¿¤¨¤Þ¤¹¤«¡©\r\n\r\n¥µ¥à¥Í¥¤¥ë¤òɽ¼¨\r\nÅê¹Æ¤ÎÃæ¤Ë¥¤¥á¡¼¥¸¤¬¤¢¤ë¾ì¹ç¡¢¥µ¥à¥Í¥¤¥ë¤Ï¥ì¥¤¥¢¥¦¥ÈÆâ¤Çɽ¼¨¤µ¤ì¤Þ¤¹(¾åµ»²¾È)¡£\r\n\r\n¥Ç¥£¥¹¥«¥Ã¥·¥ç¥ó¤òµö²Ä\r\n¤³¤Î¥Á¥§¥Ã¥¯¥Ü¥Ã¥¯¥¹¤ÏSlashdot.org¤Îµ»ö¤Î¤è¤¦¤Ë¡¢¤³¤Îµ»ö¤ËÂФ·¤Æ¥æ¡¼¥¶¡¼¤¬ÊÖÅú¤Ç¤¤ë¤è¤¦¤Ë¤·¤Þ¤¹(¥Ç¥£¥¹¥«¥Ã¥·¥ç¥ó¤ò¤¹¤ë)¤¿¤á¡£ \r\n\r\nÅê¹ÆÊýË¡¤Î¥Õ¥£¥ë¥¿¥ê¥ó¥°\r\nÁ´¤Æ¤Î¥Ç¥£¥¹¥«¥Ã¥·¥ç¥ó¤ÎÅê¹Æ¤ËŬ±þ¤µ¤»¤ë¡¢Åê¹Æ¤Î¥Õ¥£¥ë¥¿¥ê¥ó¥°¥ì¥Ù¥ë¤òÁªÂò¤·¤Þ¤¹¡£ \r\n\r\nÅê¹Æ¥°¥ë¡¼¥×¤òÁªÂò\r\n¥Ç¥£¥¹¥«¥Ã¥·¥ç¥óÅê¹Æ¤òµö²Ä¤¹¤ë¥æ¡¼¥¶¡¼¥°¥ë¡¼¥×¤òÁªÂò¤·¤Æ¤¯¤À¤µ¤¤¡£\r\n\r\nÊÔ½¸¥¿¥¤¥à¥¢¥¦¥È\r\n¥æ¡¼¥¶¡¼¤¬²¿»þ´ÖÅê¹Æ¤òÊÔ½¸¤Ç¤¤ë¤«¤òÀßÄꤷ¤Þ¤¹¡£ \r\n\r\nÃí:¤³¤Î»þ´Ö¤ò¤¢¤Þ¤êŤ¯ÀßÄꤷ¤Ê¤¤¤è¤¦¤Ë¤·¤Æ¤¯¤À¤µ¤¤¡£¥Ç¥£¥¹¥«¥Ã¥·¥ç¥ó¤Ç°ìÈÖÂçÀڤʤ³¤È¤Ï¡¢¤½¤Î»þ郎²¿¤òȯ¸À¤·¤¿¤«¤ÎÀµ³Î¤ÊµÏ¿¤Ç¤¹¡£¥æ¡¼¥¶¡¼¤ËÊÔ½¸»þ´Ö¤òĹ»þ´ÖÍ¿¤¨¤Æ¤·¤Þ¤¦¤È¡¢¥æ¡¼¥¶¡¼¤Ï»þ´Ö¤¬Î©¤Ã¤Æ¤«¤éÅê¹ÆÆâÍÆ¤ò¹Í¤¨Ä¾¤·¤Æ¡¢Ê̤ÎÅê¹Æ¤Ëºî¤êÊѤ¨¤ë¤³¤È¤¬¤Ç¤¤Æ¤·¤Þ¤¤¤Þ¤¹¡£\r\n\r\nÅê¹Æ¤´¤È¤Î¥«¥ë¥ÞÃÍ\r\n¥æ¡¼¥¶¡¼¤¬¥Ç¥£¥¹¥«¥Ã¥·!\n¥ç¥ó¤ËÅê¹Æ¤¹¤ë¤È¤¡¢¤É¤Î¤¯¤é¤¤¤Î¥«¥ë¥ÞÃͤò¤½¤Î¥æ¡¼¥¶¡¼¤ËÍ¿¤¨¤Þ¤¹¤«¡© \r\n\r\nµÄĹ¥°¥ë¡¼¥×¤òÁªÂò\r\n¤³¤Î¥Ç¥£¥¹¥«¥Ã¥·¥ç¥ó¤ÎµÄĹ¤È¤¹¤ë¥°¥ë¡¼¥×¤òÁªÂò¤·¤Æ¤¯¤À¤µ¤¤¡£ \r\n\r\n¾µÇ§ÊýË¡\r\nµÄŤ¬¥æ¡¼¥¶¡¼¾µÇ§¤ò¤¹¤ë»þ¡¢¾µÇ§ÊýË¡¤òÁªÂò¤Ç¤¤Þ¤¹¡£¡Ö¸å¡×¤È¤Ï¥æ¡¼¥¶¡¼¤¬Åê¹Æ¤·¤¿Åê¹Æ¤òµÄŤ¬¾µÇ§¤¹¤ëÁ°¤Ë¾¤Î¥æ¡¼¥¶¡¼¤Ëɽ¼¨¤·¤Þ¤¹¡£¡ÖÀè¡×¤È¤ÏµÄŤ¬Â¾¤Î¥æ¡¼¥¶¡¼¤Ëɽ¼¨¤¹¤ëÁ°¤Ë¡¢¤½¤ÎÅê¹Æ¤ò¾µÇ§¤·¤Ê¤±¤ì¤Ð¤Ê¤ê¤Þ¤»¤ó¡£¿·µ¬Åê¹Æ¤¬¤¢¤Ã¤¿¾ì¹ç¡¢¼«Æ°Åª¤ËµÄŤÎWebGUI¼õ¿®¥Ü¥Ã¥¯¥¹¤Ë¿·µ¬Åê¹Æ¤ÎÄÌÃΤ¢¤ê¤Þ¤¹¡£ \r\n\r\nÃí¡¨¤É¤Á¤é¤Î¾µÇ§ÊýË¡¤Ç¤â¾ï¤Ë¥æ¡¼¥¶¡¼¤¬Åê¹Æ¤·¤¿Åê¹Æ¤ÎÊÔ½¸¡¢ºï½ü¤¬¤Ç¤¤Þ¤¹¡£ \r\n\r\nÅê¹Æ¤ËÊÔ½¸¥¹¥¿¥ó¥×¤òÄɲÃ\r\n¡ÖÊÔ½¸¥¹¥¿¥ó¥×¡×¤È¤Ï¡¢Ã¯¤¬¤¤¤Ä¤½¤ÎÅê¹Æ¤òÊÔ½¸¤·¤¿¤«ÃΤ뤳¤È¤¬¤Ç¤¤Þ¤¹¡£¤¹¤Ù¤Æ¤ÎÊÔ½¸¤Ç¤³¤Î¡ÖÊÔ½¸¥¹¥¿¥ó¥×¡×¤ò»ÈÍѤ·¤Þ¤¹¤«¡©',1055891690,NULL); INSERT INTO international VALUES (61,'USS',14,'¥æ¡¼¥¶¡¼Åê¹Æ¥·¥¹¥Æ¥à¡¡ÄɲÃ/ÊÔ½¸',1055515970,NULL); INSERT INTO international VALUES (6,'USS',14,'Åê¹Æ·ï¿ô',1055515925,NULL); INSERT INTO international VALUES (59,'USS',14,'¼¡¤ÎÅê¹Æ',1055515883,NULL); INSERT INTO international VALUES (58,'USS',14,'Á°¤ÎÅê¹Æ',1055515857,NULL); INSERT INTO international VALUES (5,'USS',14,'Åê¹Æ¤ÏµÑ²¼¤µ¤ì¤Þ¤·¤¿¡£',1055515824,NULL); INSERT INTO international VALUES (4,'USS',14,'Åê¹Æ¤¬¾µÇ§¤µ¤ì¤Þ¤·¤¿¡£',1055515770,NULL); INSERT INTO international VALUES (38,'USS',14,'¡Ê¤¢¤Ê¤¿¤¬HTML/¥ê¥Ã¥Á¥Æ¥¥¹¥È¤ÇÅê¹Æ¤ò½ñ¤¤¤Æ¤¤¤ë¾ì¹ç¤Ï¡¢¤¤¤¤¤¨¤òÁªÂò¤·¤Æ¤¯¤À¤µ¤¤¡£¡Ë',1055515692,NULL); INSERT INTO international VALUES (34,'USS',14,'²þ¹Ô¤ò¡ãbr¡ä¤ËÊÑ´¹',1055515649,NULL); INSERT INTO international VALUES (30,'USS',14,'Åê¹Æ¤´¤È¤Î¥«¥ë¥ÞÃÍ',1055515620,NULL); INSERT INTO international VALUES (3,'USS',14,'¾µÇ§ÂÔ¤Á¤Î¿·µ¬¥æ¡¼¥¶Åê¹Æ¤¬¤¢¤ê¤Þ¤¹¡£',1055515600,NULL); INSERT INTO international VALUES (29,'USS',14,'¥æ¡¼¥¶¡¼Åê¹Æ¥·¥¹¥Æ¥à',1055515572,NULL); INSERT INTO international VALUES (28,'USS',14,'Åê¹Æ¥ê¥¹¥È¤ËÌá¤ë',1055515546,NULL); INSERT INTO international VALUES (20,'USS',14,'¿·µ¬Åê¹Æ¤òÅê¹Æ',1055515519,NULL); INSERT INTO international VALUES (2,'USS',14,'Åê¹Æ¥°¥ë¡¼¥×¤òÁªÂò',1055515496,NULL); INSERT INTO international VALUES (19,'USS',14,'Åê¹Æ¤òÊÔ½¸',1055515473,NULL); INSERT INTO international VALUES (18,'USS',14,'¥æ¡¼¥¶¡¼Åê¹Æ¥·¥¹¥Æ¥à¤òÊÔ½¸',1055515442,NULL); INSERT INTO international VALUES (17,'USS',14,'¤³¤ÎÅê¹Æ¤òºï½ü¤·¤Æ¤â¤¤¤¤¤Ç¤¹¤«¡©',1055515413,NULL); INSERT INTO international VALUES (1,'USS',14,'¾µÇ§¤¹¤ë¥°¥ë¡¼¥×¤òÁªÂò',1055515294,NULL); INSERT INTO international VALUES (73,'SyndicatedContent',14,'²¼µ¤ÏÄó·È¥³¥ó¥Æ¥ó¥Ä¥Æ¥ó¥×¥ì¡¼¥È¤ÇÍøÍѲÄǽ¤Ê¥Æ¥ó¥×¥ì¡¼¥ÈÊÑ¿ô¤Ç¤¹¡£\r\n\r\nchannel.title\r\nÄó·È¥³¥ó¥Æ¥ó¥Ä¤Î°ìÉô¤Î¥¿¥¤¥È¥ë¡£\r\n\r\nchannel.description\r\n¥Á¥ã¥ó¥Í¥ë¤òÄ̤äÆÍøÍѲÄǽ¤Ê¥³¥ó¥Æ¥ó¥Ä¤Îµ½Ò¡£\r\n\r\nchannel.link\r\n¥Á¥ã¥ó¥Í¥ë¤Î¿Æ¥µ¥¤¥È¤ØÌá¤ëURL¡£\r\n\r\nitem_loop\r\n¥Á¥ã¥ó¥Í¥ë¤Î¥Ç¡¼¥¿¤ò´Þ¤ó¤Ç¤¤¤ë¥ë¡¼¥×¡£\r\n\r\ntitle\r\n¥³¥ó¥Æ¥ó¥Ä¤Î°ìÉô¤Î¥¿¥¤¥È¥ë¡£\r\n\r\ndescription\r\n¥³¥ó¥Æ¥ó¥Ä¤Îµ½Ò¡£\r\n\r\nlink \r\n¥ª¥ê¥¸¥Ê¥ë¥³¥ó¥Æ¥ó¥Ä¤ËľÀܹԤ¯URL¡£',1055515256,NULL); INSERT INTO international VALUES (71,'SyndicatedContent',14,'Äó·È¥³¥ó¥Æ¥ó¥Ä¤ÏRDF/RSS»ÅÍͤò»ÈÍѤ·¤Æ¡¢Â¾¤Î¥µ¥¤¥È¤«¤é»Ù±ç¤òÆÀ¤Æ¤¤¤Þ¤¹¡£¤³¤Îµ»½Ñ¤ÏCNN¤ÈSlashdot¤Î¤è¤¦¤Ê¥Ë¥å¡¼¥¹¥µ¥¤¥È¤«¤é¥Ø¥Ã¥É¥é¥¤¥ó¤ò°ú¤¯¤¿¤á¤Ë¤è¤¯»ÈÍѤµ¤ì¤Þ¤¹¡£¤½¤ì¤Ï¥¹¥Ý¡¼¥Ä¥¹¥³¥¢¡¼¤ä³ô¼°»Ô¾ì¾ðÊó¤Ê¤É¤Ë¤â¤â¤Á¤í¤ó»ÈÍѤ¹¤ë¤³¤È¤¬¤Ç¤¤Þ¤¹¡£\r\n\r\nRSS¥Õ¥¡¥¤¥ë¤Ø¤ÎURL\r\nÄó·È¥³¥ó¥Æ¥ó¥Ä¤ÎRDF¤«RSS¥Õ¥¡¥¤¥ë¤ËÀµ³Î¤ÊURL(http://¤Ç»Ï¤á¤Æ)¤òÄ󶡤·¤Æ¤¯¤À¤µ¤¤¡£Äó·È¥³¥ó¥Æ¥ó¥Ä¤¬¡¢¤³¤ÎURL¤«¤é°ì»þ´Ö¤´¤È¤Ë¥À¥¦¥ó¥í¡¼¥É¤µ¤ì¤Þ¤¹¡£\r\n\r\n¼¡¤Î¾ì½ê¤ÇÄó·È¥³¥ó¥Æ¥ó¥Ä¤ò¸«¤Ä¤±¤ë¤³¤È¤¬¤Ç¤¤Þ¤¹:\r\nhttp://www.newsisfree.com\r\nhttp://www.syndic8.com\r\nhttp://www.voidstar.com/node.php?id=144\r\nhttp://my.userland.com\r\nhttp://www.webreference.com/services/news/\r\nhttp://www.xmltree.com\r\nhttp://w.moreover.com/\r\n\r\n¥Æ¥ó¥×¥ì¡¼¥È\r\n¥³¥ó¥Æ¥ó¥Ä¤Î¥Æ¥ó¥×¥ì¡¼¥È¤òÁªÂò¤·¤Þ¤¹¡£',1055515208,NULL); INSERT INTO international VALUES (4,'Survey',14,'¥¢¥ó¥±¡¼¥È¤òÍøÍѤ¹¤ë¤³¤È¤Ë¤è¤Ã¤Æ¡¢¥æ¡¼¥¶¡¼¤«¤é¾ðÊó¤ò¼ý½¸¤¹¤ë¤³¤È¤¬¤Ç¤¤Þ¤¹¡£WebGUI¤Î¥¢¥ó¥±¡¼¥È¤Ï¡¢¹¹¤Ë¥æ¡¼¥¶¤ÎÃ챤ò¥Æ¥¹¥È¤¹¤ë¤³¤È¤¬¤Ç¤¤Þ¤¹¡£\r\n\r\n¼ÁÌä¤ÎʤÙÊý\r\n¼ÁÌ䤹¤ë¤È¤¤¤¦¤³¤È¤ÏÅú¤¨Í׵ᤷ¤Æ¤¤¤ë¤È¤¤¤¦¤³¤È¤Ç¤¹¡£¡Ö½çÈ֡פϺîÀ®¤·¤¿½çÈ֤˼ÁÌä¤Ïɽ¼¨¤µ¤ì¤Þ¤¹¡£¡Ö¥é¥ó¥À¥à¡×¤È¤Ï¡¢ºîÀ®¤·¤¿¼ÁÌä¤ò¥é¥ó¥À¥à¤Ëɽ¼¨¤·¤Þ¤¹¡£¡ÖÊÖÅú¤Î¤¢¤Ã¤¿½ç¡×¤Ç¤Ï¥æ¡¼¥¶¡¼¤ÎÊÖÅú¤Ë´ð¤Å¤¤¤Æ¡¢½çÈ֤˼ÁÌä¤òɽ¼¨¤·¤Þ¤¹¡£\r\n\r\n¥â¡¼¥É\r\n¥Ç¥Õ¥©¥ë¥È¤Ç¤Ï¥¢¥ó¥±¡¼¥È¤Ï¡Ö¥¢¥ó¥±¡¼¥È¡×¥â¡¼¥É¤ËÀßÄꤵ¤ì¤Æ¤¤¤Þ¤¹¡£¤³¤ì¤Ï¥æ¡¼¥¶¡¼¤Ë¼ÁÌä¤ò¤¹¤ë¤³¤È¤¬²Äǽ¤Ç¤¹¡£¤·¤«¤·¡Ö¥¯¥¤¥º¡×¥â¡¼¥É¤ËÀßÄꤹ¤ë¤È¡¢¥æ¡¼¥¶¡¼Ãμ±¤Î¼«¸Êźºï¥Æ¥¹¥È¤ò¹Ô¤¦¤³¤È¤¬¤Ç¤¤Þ¤¹¡£\r\n\r\n¥¢¥ó¥±¡¼¥È¤ËÅú¤¨¤ë¥°¥ë¡¼¥×¤òÁªÂò\r\n¤É¤Î¥æ¡¼¥¶¡¼¤¬¥¢¥ó¥±¡¼¥È¤Ë»²²Ã¤¹¤ë¤³¤È¤¬¤Ç¤¤ë¤«ÀßÄꤷ¤Þ¤¹¡£\r\n\r\n¥ì¥Ý¡¼¥È¤òɽ¼¨¤¹¤ë¥°¥ë¡¼¥×¤òÁªÂò\r\n郎¥ì¥Ý¡¼¥È¤Î·ë²Ì¤ò¸«¤ë¤«ÀßÄꤷ¤Þ¤¹¡£\r\n\r\n¼¡¤Îºî¶È\r\n¥Ç¥Õ¥©¥ë¥È¤Ç¤³¤Î¥»¥Ã¥È¤òÀßÄꤷ¤Æ¤ª¤±¤Ð¡¢¥¢¥ó¥±¡¼¥È¤òÄɲä·¤¿¸å¤Ë¤¹¤°¼ÁÌä¤òÄ!\nɲäǤ¤Þ¤¹¡£',1055514972,NULL); INSERT INTO international VALUES (13,'Survey',14,'¥ì¥Ý¡¼¥È¤òɽ¼¨¤¹¤ë¥°¥ë¡¼¥×¤òÁªÂò',1055514893,NULL); INSERT INTO international VALUES (12,'Survey',14,'¥¢¥ó¥±¡¼¥È¤ËÅú¤¨¤ë¥°¥ë¡¼¥×¤òÁªÂò',1055514865,NULL); INSERT INTO international VALUES (73,'SiteMap',14,'¤³¤ì¤Ï¥µ¥¤¥È¥Þ¥Ã¥×¥Æ¥ó¥×¥ì¡¼¥È¤ËÍøÍѲÄǽ¤Ê¥Æ¥ó¥×¥ì¡¼¥ÈÊÑ¿ô¤Î¥ê¥¹¥È¤Ç¤¹¡£\r\n\r\npage_loop\r\n¤³¤Î¥ë¡¼¥×¤Ï¤¹¤Ù¤Æ¤Î¥Ú¡¼¥¸¤Î¥µ¥¤¥È¥Þ¥Ã¥×¤Ë´Þ¤Þ¤ì¤Æ¤¤¤Þ¤¹¡£\r\n\r\npage.indent\r\n¥Ä¥ê¡¼¾õ¤Ë¥Ú¡¼¥¸¤Î³¬Áؤò¼¨¤¹¡¢¥Ú¡¼¥¸¤Î¥¤¥ó¥Ç¥ó¥È¤Î¥¹¥Ú¡¼¥¹Éý¤Ç¤¹¡£\r\n\r\npage.url\r\n¥Ú¡¼¥¸¤Ø¤ÎURL¡£\r\n\r\npage.id\r\nWebGUI¤Ç»ÈÍѤµ¤ì¤ë¥Ú¡¼¥¸¤ÎID¡£\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¥Ú¡¼¥¸¤¬¥ë¡¼¥È¤«¤É¤¦¤«¼¨¤·¤Þ¤¹¡£\r\n\r\npage.isTop\r\n¤³¤Î¥Ú¡¼¥¸¤¬¥Ê¥Ó¥²¡¼¥·¥ç¥ó¥Ä¥ê¡¼¤Î°ìÈÖ¾å¤Î³¬Áؤˤ¢¤ë¤«¤É¤¦¤«¤ò¼¨¤·¤Þ¤¹¡£',1055514617,NULL); INSERT INTO international VALUES (71,'SiteMap',14,'¥µ¥¤¥È¥Þ¥Ã¥×¤ÏWebGUIÆâ¤ÇÊä¥ʥӥ²¡¼¥·¥ç¥ó¤òÄ󶡤¹¤ë¤¿¤á¤Ë»ÈÍѤµ¤ì¤Þ¤¹¡£¥µ¥¤¥È¤Î¤¹¤Ù¤Æ¤Î¥Ú¡¼¥¸¤ò³¬ÁØÅª¤Ëɽ¼¨¤Ç¤¤ë¤³¤Î¥µ¥¤¥È¥Þ¥Ã¥×¤ò¡¢¥»¥Ã¥È¥¢¥Ã¥×¤¹¤ë¤³¤È¤¬¤Ç¤¤Þ¤¹¡£¥µ¥¤¥È¥Þ¥Ã¥×¤ò»ÈÍѤˤè¤Ã¤Æ¥µ¥¤¥È¤Î¤¢¤ë³¬ÁØ¥ì¥Ù¥ë¤Ë¥Ê¥Ó¥²¡¼¥·¥ç¥ó¤òÄ󶡤¹¤ë¤³¤È¤¬²Äǽ¤Ë¤Ê¤ê¤Þ¤¹¡£\r\n\r\n¥Æ¥ó¥×¥ì¡¼¥È\r\n¥µ¥¤¥È¥Þ¥Ã¥×ÍѤ˥쥤¥¢¥¦¥È¤òÁªÂò¤·¤Æ¤¯¤À¤µ¤¤¡£\r\n\r\n¥¹¥¿¡¼¥È\r\n¥µ¥¤¥È¥Þ¥Ã¥×¤ò³«»Ï¤¹¤ë¥Ú¡¼¥¸¤òÁªÂò¤·¤Æ¤¯¤À¤µ¤¤¡£\r\n\r\n³¬ÁؤΥì¥Ù¥ë\r\n¤É¤Î¤¯¤é¤¤¤Î¥ì¥Ù¥ë¤Î¿¼¤µ¤Î³¬Áؤò¥µ¥¤¥È¥Þ¥Ã¥×¤Çɽ¼¨¤·¤Þ¤¹¤«¡©¤â¤·0(¥¼¥í)¤¬»ØÄꤵ¤ì¤ë¤È¡¢Æ±¥ì¥Ù¥ë¤Î³¬Áؤ¬É½¼¨¤µ¤ì¤Þ¤¹¡£\r\n\r\n¥¤¥ó¥Ç¥ó¥È\r\n¤É¤Î¤¯¤é¤¤¤Î¥¤¥ó¥Ç¥ó¥È¤ò³Æ³¬ÁØ¥ì¥Ù¥ë¤Ç¤·¤Þ¤¹¤«¡©',1055514472,NULL); INSERT INTO international VALUES (71,'SQLReport',14,'SQL¥ì¥Ý¡¼¥È¤ÏWebGUI¤ÎÃæ¤Ç¤âºÇ¤â¶¯ÎϤÊwobject¤Ç¤¹¡£SQL¥ì¥Ý¡¼¥È¤Ï¡¢¥æ¡¼¥¶¡¼¤¬SQL¥ì¥Ý¡¼¥È¤Ë¥¢¥¯¥»¥¹¤·¡¢¤¹¤Ù¤Æ¤Î¥Ç¡¼¥¿¥Ù¡¼¥¹¤«¤é¥Ç¡¼¥¿¤ò¥ê¥¯¥¨¥¹¥È¤¹¤ë¤³¤È¤ò²Äǽ¤Ë¤·¤Þ¤¹¡£SQL¥ì¥Ý¡¼¥È¤Ï²ñ·×¥Ç¡¼¥¿¥Ù¡¼¥¹¤«¤éÇä¤ê¾å¤²¤òÆÀ¤¿¤ê¡¢¥¦¥§¥Ö¥µ¥¤¥È¾å¤Î¤¹¤Ù¤Æ¤Î·Ç¼¨ÈĤò¤µ¤é¤ËÍ×Ì󤹤뤳¤È¤Ç¤â¤¹¤Ð¤é¤·¤¤¸ú²Ì¤òȯ´ø¤·¤Þ¤¹¡£\r\n\r\n¥¯¥¨¥ê¡¼¾å¤Ç¥Þ¥¯¥í½èÍý¤ò¼Â¹Ô¤·¤Þ¤¹¤«¡©\r\n¥¯¥¨¥ê¡¼¤ÎÃæ¤ÇWebGUI¥Þ¥¯¥í¤ò»ÈÍѤ·¤¿¤±¤ì¤Ð¡¢¤³¤Î¥Ü¥Ã¥¯¥¹¤ò¥Á¥§¥Ã¥¯¤·¤Æ¤¯¤À¤µ¤¤¡£\r\n\r\n¥Ç¥Ð¥Ã¥°¤·¤Þ¤¹¤«¡©\r\n¤â¤·¥Ç¥Ð¥Ã¥®¥ó¥°¤ä¥Ú¡¼¥¸¤Î¥¨¥é¡¼¥á¥Ã¥»¡¼¥¸¤òɽ¼¨¤·¤¿¤±¤ì¤Ð¡¢¤³¤Î¥Ü¥Ã¥¯¥¹¤ò¥Á¥§¥Ã¥¯¤·¤Æ¤¯¤À¤µ¤¤¡£\r\n\r\n¥¯¥¨¥ê¡¼\r\n¤³¤ì¤Ïɸ½à¤ÎSQL¤Î¥¯¥¨¥ê¡¼¤Ç¤¹¡£¤¢¤Ê¤¿¤¬SQL¤Ë´·¤ì¤Æ¤¤¤Ê¤¤¾ì¹ç¡¢Plain Black Software¤ÏSQL¤ª¤è¤Ó¥Ç¡¼¥¿¥Ù¡¼¥¹´ÉÍý¤Î¥È¥ì¡¼¥Ë¥ó¥°¥³¡¼¥¹¤òÄ󶡤·¤Þ¤¹¡£¥Þ¥¯¥í¤Î^FormParam()¤Î»ÈÍѤˤè¤ê¡¢¼ÁÌä¤ò¤è¤ê¥À¥¤¥Ê¥ß¥Ã¥¯¤Ë¤¹¤ë¤³¤È¤¬¤Ç¤¤Þ¤¹¡£\r\n\r\n¥ì¥Ý¡¼¥È¥Æ¥ó¥×¥ì¡¼¥È\r\n¤³¤Î¥ì¥Ý!\n¡¼¥È¤ò¤É¤Î¤è¤¦¤Ëɽ¼¨¤¹¤ë¤«¤ò·èÄꤹ¤ë¥ì¥¤¥¢¥¦¥È¤Î¥Æ¥ó¥×¥ì¡¼¥È¤Ç¤¹¡£Ä̾ï¤Ï¥ì¥Ý¡¼¥È¤òÀ¸À®¤¹¤ë¤Î¤ËHTML¥Æ¡¼¥Ö¥ë¤ò»ÈÍѤ·¤Þ¤¹¡£¤³¤Î¥Õ¥£¡¼¥ë¥É¤ò¶õÇò¤Ë¤¹¤ë¤È¡¢ÀßÄê¤Ë´ð¤Å¤¤¤Æ¥Æ¥ó¥×¥ì¡¼¥È¤¬À¸À®¤µ¤ì¤Þ¤¹¡£\r\n\r\nSQL¥ì¥Ý¡¼¥È¤òÀ¸À®¤¹¤ë¤Î¤Ë»ÈÍѤµ¤ì¤ë¡¢ÆÃÊ̤ʥޥ¯¥í¤ÎÆÃħ¤Ç¤¹¡£Î㤨¤Ð¡Ê¡°¡¢¡°0¡¢¡°1¡¢¡°2¡¢¡°3¡¢¡Ë¤Ê¤É¤Ç¤¹¡£¤³¤ì¤é¤Î¥Þ¥¯¥í¤Ï¡¢¾åµ¤Î¥×¥í¥»¥¹¥Þ¥¯¥í¥Ü¥Ã¥¯¥¹¤ò¥Á¥§¥Ã¥¯¤·¤¿¤«¤É¤¦¤«¤Ë¤«¤«¤ï¤é¤º½èÍý¤µ¤ì¤Þ¤¹¡£¡°-¥Þ¥¯¥í¤È¤Ï¡¢¥É¥¥å¥á¥ó¥ÈÆâ¤Ç¥ì¥Ý¡¼¥È¤¬¥ë¡¼¥×¤·¤Æ»Ï¤Þ¤ê½ªÎ»¤¹¤ë¤Þ¤Ç¤Ëʬ´ô¤·¤¿¥Ý¥¤¥ó¥È¤ËÁêÅö¤·¤Þ¤¹¡£¿ôÃÍ¥Þ¥¯¥í¤È¤Ï¡¢¼ÁÌ䤫¤éÊÖ¤µ¤ì¤ë¥Ç¡¼¥¿¥Õ¥£¡¼¥ë¥É¤òɽ¤ï¤·¤Þ¤¹¡£ÊäÂ¥Þ¥¯¥í¤Ë¤Ï¡°rownum¤¬¤¢¤ê¤Þ¤¹¡£¤³¤ì¤Ï½ÐÎϤÇÈÖ¹æ¤òÉÕ¤±¤ëɬÍפ¬¤¢¤ë¾ì¹ç¡¢1¤«¤é¥¯¥¨¥ê¡¼¤ÎÎó¤ò¿ô¤¨¤Þ¤¹¡£\r\n\r\nDSN(Data Source Name)\r\n¥Ç¡¼¥¿¥½¡¼¥¹Ì¾¤È¤Ï¡¢Perl¤ò»ÈÍѤ·¤Æ¥Ç¡¼¥¿¥Ù¡¼¥¹¤Î¾ì½ê¤òµ½Ò¤¹¤ë¼±ÊÌ̾¤Ç¤¹¡£¥Õ¥©¡¼¥Þ¥Ã¥È¤ÏDBI:[driver]:[database name]:[host]¡£\r\n\r\nÎã:DBI:mysql:WebGUI\r\n\r\n¥Ç¡¼¥¿¥Ù¡¼¥¹¥æ¡¼¥¶¡¼Ì¾\r\nDSN¤ËÀܳ¤¹¤ë»þ¤Ë»ÈÍѤ¹¤ë¥æ¡¼¥¶¡¼Ì¾¡£\r\n\r\n¥Ç¡¼¥¿¥Ù¡¼¥¹¥Ñ¥¹¥ï¡¼¥É\r\nDSN¤ËÀܳ¤¹¤ë»þ¤Ë»ÈÍѤ¹¤ë¥Ñ¥¹¥ï¡¼¥É¡!\n£\r\n\r\n¥Ú¡¼¥¸¤¢¤¿¤ê¤ÎÎó¿ô\r\n¤É¤ì¤À¤±¤ÎÎó¤ò1¥Ú¡¼¥¸¤Ëɽ¼¨¤·¤Þ¤¹¤«¡£\r\n\r\n²þ¹Ô¤ò¡ãbr¡ä¤ËÊÑ´¹¤·¤Þ¤¹¤«¡©\r\n¥Ç¡¼¥¿Ãæ¤Î²þ¹Ô¤ò¡¢HTML¤Î²þ¹Ô¥¿¥°¤ËÊÑ´¹¤·¤Þ¤¹¤«¡©',1055514141,NULL); INSERT INTO international VALUES (13,'SQLReport',14,'²þ¹Ô¤ò¡ãbr¡ä¤ËÊÑ´¹¤·¤Þ¤¹¤«¡©',1055513411,NULL); INSERT INTO international VALUES (63,'Product',14,'²¼µ¤Ï¾¦Éʥƥó¥×¥ì¡¼¥È¤Ë¤ª¤¤¤ÆÍøÍѲÄǽ¤Ê¥Æ¥ó¥×¥ì¡¼¥ÈÊÑ¿ô¤Î¥ê¥¹¥È¤Ç¤¹¡£\r\n\r\nbrochure.icon\r\n¥Ñ¥ó¥Õ¥ì¥Ã¥ÈÍѤΥ¢¥¤¥³¥ó¤Ø¤ÎURL¡£\r\n\r\nbrochure.url\r\n¥Ñ¥ó¥Õ¥ì¥Ã¥È¤ò¥À¥¦¥ó¥í¡¼¥É¤¹¤ëURL¡£\r\n\r\nbrochure.label\r\n¥Ñ¥ó¥Õ¥ì¥Ã¥ÈURL¥é¥Ù¥ë¡£\r\n\r\nwarranty.icon\r\nÊݾڽñ¥¢¥¤¥³¥ó¤Ø¤ÎURL¡£\r\n\r\nwarranty.url\r\nÊݾڽñ¤ò¥À¥¦¥ó¥í¡¼¥É¤¹¤ëURL¡£\r\n\r\nwarranty.label\r\nÊݾڽñURL¤Î¥é¥Ù¥ë¡£\r\n\r\nimage1\r\n¥¢¥Ã¥×¥í¡¼¥É¤¹¤ë¾¦ÉÊ¥¤¥á¡¼¥¸1¤ÎURL¡£\r\n\r\nthumbnail1\r\n¥¢¥Ã¥×¥í¡¼¥É¤¹¤ë¾¦ÉÊ¥¤¥á¡¼¥¸1¤Î¥µ¥à¥Í¥¤¥ë¤ÎURL\r\n\r\nimage2\r\n¥¢¥Ã¥×¥í¡¼¥É¤¹¤ë¾¦ÉÊ¥¤¥á¡¼¥¸2¤ÎURL¡£\r\n\r\nthumbnail2\r\n¥¢¥Ã¥×¥í¡¼¥É¤¹¤ë¾¦ÉÊ¥¤¥á¡¼¥¸2¤Î¥µ¥à¥Í¥¤¥ë¤ÎURL\r\n\r\nimage3\r\n¥¢¥Ã¥×¥í¡¼¥É¤¹¤ë¾¦ÉÊ¥¤¥á¡¼¥¸3¤ÎURL¡£\r\n\r\nthumbnail3\r\n¥¢¥Ã¥×¥í¡¼¥É¤¹¤ë¾¦ÉÊ¥¤¥á¡¼¥¸3¤Î¥µ¥à¥Í¥¤¥ë¤ÎURL\r\n\r\naddfeature.url\r\n¾¦Éʤ˾¦ÉÊ¤ÎÆÃħ¤ò²Ã¤¨¤ëURL¡£\r\n\r\naddfeature.labeladd\r\n¾¦ÉÊ¤ÎÆÃħ¥ê¥ó¥¯¤Î¥é¥Ù¥ë¡£\r\n\r\nfeature_loo!\np\r\n¤³¤Î¥ë¡¼¥×¤Ï¡¢¾¦Éʤ˥ê¥ì¡¼¥·¥ç¥ó¤µ¤ì¤¿¾¦ÉÊ¤ÎÆÃħ¤ò¤¹¤Ù¤Æ´Þ¤ó¤Ç¤¤¤Þ¤¹¡£\r\n\r\nfeature.controls\r\nWebGUI·Ð±Ä¿Ø¤Ï¤³¤Î¾¦ÉÊ¤ÎÆÃħ¤ò´ÉÍý¤·¤Þ¤¹¡£\r\n\r\nfeature.feature\r\n¾¦ÉÊ¤ÎÆÃħ¼«ÂΤΥƥ¥¹¥È¡£\r\n\r\naddbenefit.url\r\n¾¦ÉʤËÍøÅÀ¤òÄɲ乤ëURL¡£\r\n\r\naddbenefit.labeladd\r\nÍøÅÀ¥ê¥ó¥¯¤Î¥é¥Ù¥ë¡£\r\n\r\nbenefit_loop\r\n¤³¤Î¥ë¡¼¥×¤Ï¡¢¾¦ÉʤÎÍøÅÀ¤ò´Þ¤ó¤Ç¤¤¤Þ¤¹¡£\r\n\r\nbenefit.benefit\r\nÍøÅÀ¤Î¥Æ¥¥¹¥È¼«ÂΡ£\r\n\r\nbenefit.controls\r\nWebGUI·Ð±Ä¿Ø¤Ï¤³¤ÎÍøÅÀ¤ò´ÉÍý¤·¤Þ¤¹¡£\r\n\r\naddspecification.url\r\n¾¦Éʤ˻ÅÍͤòÄɲ乤ëURL¡£\r\n\r\naddspecification.label\r\n»ÅÍͤΥê¥ó¥¯¤òÄɲ乤뤿¤á¤Î¥é¥Ù¥ë¡£\r\n\r\nspecification_loop\r\n¾¦Éʤȥê¥ì¡¼¥·¥ç¥ó¤µ¤ì¤¿»ÅÍͤΥꥹ¥È¡£\r\n\r\nspecification.controls\r\nWebGUI·Ð±Ä¿Ø¤Ï¤³¤Î»ÅÍͤδÉÍý¤ò¤·¤Þ¤¹¡£\r\n\r\nspecification.specification\r\n»ÅÍͼ«ÂΤΥƥ¥¹¥È¡£\r\n\r\nspecification.units\r\n»ÅÍͤÎñ°Ì¡£Îã:¥á¡¼¥¿¡¼\r\n\r\nspecification.label\r\n»ÅÍͤΥé¥Ù¥ë¡£Îã:¹â¤µ\r\n\r\naddaccessory.url\r\n¾¦Éʤ˥¢¥¯¥»¥µ¥ê¤òÄɲ乤ëURL¡£\r\n\r\naddaccessory.labe!\nl\r\n¥¢¥¯¥»¥µ¥ê¥ê¥ó¥¯¤Î¥é¥Ù¥ë¡£\r\n\r\naccessory_loop\r\n¤³¤Î¥ë¡¼¥×¤Ï¡¢¾¦Éʤ˥ê¥ì¡¼¥·¥ç¥ó¤µ¤ì¤¿¥¢¥¯¥»¥µ¥ê¤ò¤¹¤Ù¤Æ´Þ¤ó¤Ç¤¤¤Þ¤¹¡£\r\n\r\naccessory.url\r\n¥ê¥ó¥¯¤·¤¿¥¢¥¯¥»¥µ¥ê¤ÎURL¡£\r\n\r\naccessory.title\r\n¥ê¥ó¥¯¤·¤¿¥¢¥¯¥»¥µ¥ê¤Î¥¿¥¤¥È¥ë¡£\r\n\r\naccessory.controls\r\n¥¢¥¯¥»¥µ¥ê¤ÎWebGUI´ÉÍý¥³¥ó¥È¥í¡¼¥ë¡£\r\n\r\naddRelatedProduct.url\r\n¾¦Éʤ˴ØÏ¢¾¦ÉʤòÄɲ乤ëURL¡£\r\n\r\naddRelatedProduct.label\r\n´ØÏ¢¾¦ÉÊ¥ê¥ó¥¯¤Î¥é¥Ù¥ë¡£\r\n\r\nrelatedproduct.url\r\n¥ê¥ó¥¯¤·¤¿´ØÏ¢¾¦ÉʤÎURL¡£\r\n\r\nrelatedproduct.title\r\n¥ê¥ó¥¯¤·¤¿´ØÏ¢¾¦ÉʤΥ¿¥¤¥È¥ë¡£\r\n\r\nrelatedproduct.controls\r\n´ØÏ¢¾¦ÉʤÎWebGUI´ÉÍý¥³¥ó¥È¥í¡¼¥ë¡£',1055513310,NULL); INSERT INTO international VALUES (50,'Product',14,'ÍøÅÀ¤È¤Ï¾¦Éʤò»ÈÍѤ¹¤ë¤³¤È¤Ë¤è¤Ã¤Æ¡¢¥æ¡¼¥¶¡¼¤Ë¤É¤Î¤è¤¦¤ÊÍø±×·ë²Ì¤¬½Ð¤ë¤«¤òɽ¤·¤Þ¤¹¡£¤¢¤Ê¤¿¤Î¾¦Éʤ¬¤É¤Î¤è¤¦¤Ë¤è¤¤¤«¤Î¥¢¥Ô¡¼¥ë¤òÆþÎϤ·¤Æ¤¯¤À¤µ¤¤¡£ÍøÅÀ¤òÄɲ乤ì¤Ð¡¢¾¦ÉÊÆÃħ¤âÄɲä·¤¿¤¤¤È»×¤¦¤«¤â¤·¤ì¤Þ¤»¤ó¤Í¡£\r\n\r\nÍøÅÀ\r\n¿·¤·¤¤ÍøÅÀ¤òÆþÎϤ¹¤ë¤«¡¢¤¢¤ë¤¤¤Ï´û¤ËÅÐÏ¿ºÑ¤ß¤ÎÍøÅÀ¤«¤éÁªÂò¤·¤Þ¤¹¡£\r\n\r\n¤½¤Î¾¤ÎÍøÅÀ¤òÄɲä·¤Þ¤¹¤«¡©\r\n¤¢¤Ê¤¿¤¬¤½¤Î¾¤ÎÍøÅÀ¤òÄɲä·¤¿¤¤¾ì¹ç¤Ï¡¢¡Ö¤Ï¤¤¡×¤òÁªÂò¤·¤Æ¤¯¤À¤µ¤¤¡£',1055512930,NULL); INSERT INTO international VALUES (45,'Product',14,'¥¢¥¯¥»¥µ¥ê¤Ï¾¤Î¾¦Éʤò¤è¤ê¤è¤¯¤¹¤ëÉÕ°¤Î¾¦ÉʤǤ¹¡£\r\n\r\n¥¢¥¯¥»¥µ¥ê\r\n´û¤ËÆþÎϤ·¤¿¾¦Éʥꥹ¥È¤«¤éÁªÂò¤·¤Æ¤¯¤À¤µ¤¤¡£\r\n\r\n¤½¤Î¾¤Î¥¢¥¯¥»¥µ¥ê¡¼¤òÄɲä·¤Þ¤¹¤«¡©\r\n¤â¤·¤¢¤Ê¤¿¤¬Â¾¤Î¥¢¥¯¥»¥µ¥ê¤òÄɲä·¤¿¤¤¾ì¹ç¤Ï¡Ö¤Ï¤¤¡×¤òÁªÂò¤·¤Æ¤¯¤À¤µ¤¤¡£',1055813684,NULL); INSERT INTO international VALUES (43,'Product',14,'»ÅÍͤϤ¢¤Ê¤¿¤Î¾¦Éʤε»½ÑŪ¤Ê¾ÜºÙ¤Ç¤¹¡£\r\n\r\n¥é¥Ù¥ë\r\n»ÅÍͤΥ¿¥¤¥×¡£Î㤨¤Ð¹â¤µ¡¢½ÅÎ̤¢¤ë¤¤¤Ï¿§¡£¤½¤Î¾¤Î¾¦ÉʤǴû¤ËÅÐÏ¿¤·¤¿¤â¤Î¤«¤éÁªÂò¤¹¤ë¤«¡¢¤¢¤ë¤¤¤Ï¿·¤·¤¤»ÅÍͤòÆþÎϤ·¤Þ¤¹¡£\r\n\r\n»ÅÍÍ\r\n¼ÂºÝ¤Î»ÅÍͤÎÃÍ¡£Î㤨¤Ð¹â¤µ¤ò¥é¥Ù¥ë¤ËÁª¤Ù¤Ð¡¢¡Ö18¡×¤Ê¤É¤Î¿ôÃͤòÆþÎϤ¹¤ë¤³¤È¤Ë¤Ê¤ê¤Þ¤¹¡£\r\n\r\nñ°Ì\r\n»ÅÍͤËÂФ¹¤ë¥µ¥¤¥º¤Îñ°Ì¡£Î㤨¤Ð¤¢¤Ê¤¿¤¬¥é¥Ù¥ë¤Ç¹â¤µ¤òÁªÂò¤¹¤ì¤Ð¡¢Ã±°Ì¤Ï¡Ö¥á¡¼¥¿¡¼¡×¤Ë¤Ê¤ê¤Þ¤¹¡£\r\n\r\n¤½¤Î¾¤Î»ÅÍͤòÄɲä·¤Þ¤¹¤«¡©\r\n¤¢¤Ê¤¿¤¬¤½¤Î¾¤Î»ÅÍͤòÄɲä·¤¿¤¤¾ì¹ç¤Ï¡¢¡Ö¤Ï¤¤¡×¤òÁªÂò¤·¤Æ¤¯¤À¤µ¤¤¡£',1055512751,NULL); INSERT INTO international VALUES (41,'Product',14,'¾¦ÉÊ¤ÎÆÃħ¤È¤Ï¤½¤Î¾¦ÉʤΥ»¡¼¥ë¥¹¥Ý¥¤¥ó¥È¡¢¤Ä¤Þ¤ê¤¢¤Ê¤¿¤Î¾¦ÉʤÎÇä¤ê¤Ç¤¹¡£Ä̾ᆭÉÊ¤ÎÆÃħ¤Ë¤Ï¤½¤Î¾¦ÉʤÎÍøÅÀ¤òÆþÎϤ·¤Þ¤¹¡£\r\n\r\n¾¦ÉÊ¤ÎÆÃħ\r\n¿·µ¬¾¦ÉÊ¤ÎÆÃħ¤òÆþÎϤ·¤Æ¤¯¤À¤µ¤¤¡£¤Þ¤¿¤Ï´û¤ËÅÐÏ¿ºÑ¤ß¤Î¾¦Éʤ«¤éÁªÂò¤·¤Æ¤¯¤À¤µ¤¤¡£\r\n\r\n¤½¤Î¾¤Î¾¦ÉÊ¤ÎÆÃħ¤òÄɲä·¤Þ¤¹¤«¡©\r\n¤¢¤Ê¤¿¤¬¤½¤Î¾¤Î¾¦ÉÊ¤ÎÆÃħ¤òÄɲä·¤¿¤¤¾ì¹ç¤Ï¡¢¡Ö¤Ï¤¤¡×¤òÁªÂò¤·¤Æ¤¯¤À¤µ¤¤¡£',1055512645,NULL); INSERT INTO international VALUES (39,'Product',14,'¾¦Éʤ䥵¥¤¥È¤Î¥µ¡¼¥Ó¥¹¤ò¿×®¤Ë¤«¤ÄÍÆ°×¤Ë¤Ç¤¤ë¤è¤¦¤Ë¡¢WebGUI¤Ë¤ÏÍѰդµ¤ì¤¿¾¦ÉÊ´ÉÍý¥·¥¹¥Æ¥à¤¬¤¢¤ê¤Þ¤¹¡£\r\n\r\n¥Æ¥ó¥×¥ì¡¼¥È\r\n¤³¤Î¾¦ÉʤΥ쥤¥¢¥¦¥È¤òÁªÂò¤·¤Æ¤¯¤À¤µ¤¤¡£\r\n\r\n²Á³Ê\r\n¤³¤Î¾¦ÉʤβÁ³Ê¡£¥ª¥×¥·¥ç¥ó¤È¤·¤Æ¡ÖÌ䤤¹ç¤ï¤»¡×¤Î¤è¤¦¤Ë¥Æ¥¥¹¥È¤òÆþÎϤ·¤¿¤ê¡¢¤½¤ì¤ò¶õÍó¤Ë¤·¤Æ¤â¤ª¤±¤Þ¤¹¡£\r\n\r\n¾¦ÉÊÈÖ¹æ\r\n¾¦ÉÊÈֹ桢SKU¡¢ISBN¡¢¤Þ¤¿¤Ï¤³¤Î¾¦ÉʤΤ½¤Î¾¤Î¼±ÊÌÈֹ档\r\n\r\n¾¦ÉÊ¥¤¥á¡¼¥¸1\r\n¤³¤Î¾¦ÉʤΥ¤¥á¡¼¥¸1¡£\r\n\r\n¾¦ÉÊ¥¤¥á¡¼¥¸2\r\n¤³¤Î¾¦ÉʤΥ¤¥á¡¼¥¸2¡£\r\n\r\n¾¦ÉÊ¥¤¥á¡¼¥¸3\r\n¤³¤Î¾¦ÉʤΥ¤¥á¡¼¥¸3¡£\r\n\r\n¥Ñ¥ó¥Õ¥ì¥Ã¥È\r\n¤³¤Î¾¦ÉÊÍѤΥѥó¥Õ¥ì¥Ã¥È¡£\r\n\r\n¥Þ¥Ë¥å¥¢¥ë\r\n¾¦ÉÊ¤ä¥æ¡¼¥¶¡¼¡¢¤Þ¤¿¤³¤Î¾¦ÉÊÍѤΥµ¡¼¥Ó¥¹¥Þ¥Ë¥å¥¢¥ë¡£\r\n\r\nÊݾڽñ\r\n¤³¤Î¾¦ÉʤΤ¿¤á¤ÎÊݾڽñ¡£',1055510344,NULL); INSERT INTO international VALUES (4,'Poll',14,'Åêɼ¥°¥ë¡¼¥×¤òÁªÂò\r\n',1055510132,NULL); INSERT INTO international VALUES (71,'Poll',14,'Åêɼ¤È¤Ï¤¤¤í¤¤¤í¤Ê¥È¥Ô¥Ã¥¯¾å¤Ç¥æ¡¼¥¶¡¼¤¬¤¢¤Ê¤¿¤ËÂФ·¤Æ¤É¤Î¤è¤¦¤Ê°õ¾Ý»ý¤Ã¤Æ¤¤¤ë¤«¤òÃΤꤿ¤¤¤Ê¤Éޥޥޥ¿§¡¹¤ÊÍÑÅӤ˻ÈÍѤ¹¤ë¤³¤È¤¬¤Ç¤¤Þ¤¹¡£\r\n\r\n͸ú\r\n¤³¤Î¥Ü¥Ã¥¯¥¹¤Ë¥Á¥§¥Ã¥¯¤¬Æþ¤Ã¤Æ¤¤¤ë¾ì¹ç¡¢¥æ¡¼¥¶¡¼¤ÏÅêɼ¤¹¤ë¤³¤È¤¬²Äǽ¤Ë¤Ê¤ê¤Þ¤¹¡£¤Þ¤¿¥æ¡¼¥¶¡¼¤ÏÅêɼ¤Î·ë²Ì¤ò¸«¤ë¤³¤È¤¬¤Ç¤¤Þ¤¹¡£\r\n\r\nÅêɼ¤¹¤ë¥°¥ë¡¼¥×\r\nÅêɼ¤¹¤ë¥°¥ë¡¼¥×¤òÁªÂò¤·¤Æ¤¯¤À¤µ¤¤¡£\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¹Ô¤Ë¤Ä¤1¤Ä¤Î²óÅú¤òÆþÎϤ·¤Æ¤¯¤À¤µ¤¤¡£ºÇÂç20¸Ä¤Î²óÅú¤òÆþÎϲÄǽ¤Ç¤¹¡£\r\n\r\n²óÅú¤ò¥é¥ó¥À¥à¤Ë¤·¤Þ¤¹¤«¡©\r\n¥æ¡¼¥¶¡¼¤ÎÅêɼ¤Î²óÅú¤¬Æ±·¹¸þ¤Ë¤Ê¤é¤Ê¤¤¤è¤¦¤Ë¡¢²óÅú¤òǤ°Õ¤Î½ç¤ËʤÙÂØ¤¨¤¿¤Û¤¦¤¬¤è¤¤¤Ç¤·¤ç¤¦¡£Ëè²óÅêɼ¤Î²óÅú¤ò¥é¥ó¥À¥à¤¹¤ë¤¿¤á¤Ë¤Ï¡Ö¤Ï¤¤¡×¤òÁªÂò¤·¤Æ¤¯¤À¤µ!\n¤¤¡£\r\n\r\nÅêɼ¤ò¥ê¥»¥Ã¥È\r\n¤³¤ÎÅêɼ¤ò¥ê¥»¥Ã¥È¤·¤Þ¤¹¡£\r\n\r\nÃí:¼¡¤Î¥¹¥¿¥¤¥ë¥·¡¼¥È¥¨¥ó¥È¥ê¡¼¤ÏÅêɼwobject¤Î¥«¥¹¥¿¥à¤Ç¤¹:\r\n\r\n.pollAnswer\r\nÅêɼ¤Î²óÅú¡£\r\n\r\n.pollColor\r\nÅêɼ¤Î¥Ñ¡¼¥»¥ó¥Æ¡¼¥¸¥Ð¡¼¤Î¿§¡£\r\n\r\n.pollQuestion\r\nÅêɼ¤Î¼ÁÌä¡£',1055510020,NULL); INSERT INTO international VALUES (74,'MessageBoard',14,'²¼µ¤Ï·Ç¼¨Èĥƥó¥×¥ì¡¼¥È¤Ë¤ª¤¤¤ÆÍøÍѲÄǽ¤Ê¥Æ¥ó¥×¥ì¡¼¥ÈÊÑ¿ô¤Î¥ê¥¹¥È¤Ç¤¹¡£\r\n\r\ncanPost\r\n¸½ºß¤Î¥æ¡¼¥¶¡¼¤¬¿·µ¬¥á¥Ã¥»¡¼¥¸¤òÅê¹Æ¤¹¤ë¸¢¸Â¤ò»ý¤Ã¤Æ¤¤¤ë¤«¤É¤¦¤«¼¨¤·¤Þ¤¹¡£\r\n\r\npost.url\r\n¿·¤·¤¤¥á¥Ã¥»¡¼¥¸¤òÅê¹Æ¤¹¤ëURL¡£\r\n\r\npost.label\r\nÅê¹ÆURL¤Î¥é¥Ù¥ë¡£\r\n\r\nsearch.url\r\n¤³¤Î·Ç¼¨ÈĤò¸¡º÷¤¹¤ëURL¡£\r\n\r\nsearch.label\r\n¸¡º÷URL¤Î¥é¥Ù¥ë¡£\r\n\r\nsubject.label\r\n·ï̾¥³¥é¥à¤Î¥é¥Ù¥ë¡£\r\n\r\nuser.label\r\n¥æ¡¼¥¶¡¼¥³¥é¥à¤Î¥é¥Ù¥ë¡£\r\n\r\ndate.label\r\nÆüÉÕ¥³¥é¥à¤Î¥é¥Ù¥ë¡£\r\n\r\nviews.label\r\nɽ¼¨¥³¥é¥à¤Î¥é¥Ù¥ë¡£\r\n\r\nreplies.label\r\nÊÖ¿®¥³¥é¥à¤Î¥é¥Ù¥ë¡£\r\n\r\nlast.label\r\nºÇ¸å¤ÎÊÖ¿®¥³¥é¥à¤Î¥é¥Ù¥ë¡£\r\n\r\nmessage_loop\r\n³Æ¥á¥Ã¥»¡¼¥¸¤ò´Þ¤ó¤Ç¤¤¤ë¥ë¡¼¥×¡£\r\n\r\nlast.url\r\n¥á¥Ã¥»¡¼¥¸¤ÎºÇ¸å¤ÎÊÖ¿®¤ÎURL¡£\r\n\r\nlast.subject\r\n¥á¥Ã¥»¡¼¥¸¤ÎºÇ¸å¤ÎÊÖ¿®¤Î·ï̾¡£\r\n\r\nlast.username\r\n¥á¥Ã¥»¡¼¥¸¤ÎºÇ¸å¤ÎÊÖ¿®¤Î¥æ¡¼¥¶¡¼Ì¾¡£\r\n\r\nlast.userProfile\r\n¥á¥Ã¥»¡¼¥¸¤ÎºÇ!\n¸å¤ÎÊÖ¿®¤òÅê¹Æ¤·¤¿¥æ¡¼¥¶¡¼¤Î¥×¥í¥Õ¥£¡¼¥ë¤Ø¤ÎURL¡£\r\n\r\nlast.date\r\n¥á¥Ã¥»¡¼¥¸¤ÎºÇ¸å¤ÎÊÖ¿®¤ÎÆüÉÕ¡£\r\n\r\nmessage.subject\r\n¥á¥Ã¥»¡¼¥¸¤Î·ï̾¡£\r\n\r\nmessage.date\r\n¥á¥Ã¥»¡¼¥¸¤¬Åê¹Æ¤µ¤ì¤¿ÆüÉÕ¡£\r\n\r\nmessage.user\r\n¥á¥Ã¥»¡¼¥¸¤òÅê¹Æ¤·¤¿¥æ¡¼¥¶¡¼Ì¾¡£\r\n\r\nmessage.views\r\n¼õ¤±¼è¤Ã¤¿¤³¤Î¥á¥Ã¥»¡¼¥¸¤òɽ¼¨¡£\r\n\r\nmessage.replies\r\n¥¹¥ì¥Ã¥É¤ÎÊÖ¿®Èֹ档\r\n\r\nmessage.url\r\n¥á¥Ã¥»¡¼¥¸¤òɽ¼¨¤¹¤ëURL¡£\r\n\r\nmessage.currentUser\r\n¸½ºß¤Î¥æ¡¼¥¶¡¼¤¬¤³¤Î¥á¥Ã¥»¡¼¥¸¤òÅê¹Æ¤·¤¿¥æ¡¼¥¶¡¼¤«¤É¤¦¤«¤ò¼¨¤·¤Þ¤¹¡£\r\n\r\nmessage.status\r\n¥á¥Ã¥»¡¼¥¸¤¬(̤²ò·è¡¢¾µÇ§¡¢¾µÇ§ÉÔ²Ä)¤«¤òɽ¤·¤Þ¤¹¡£\r\n\r\nfirstPage\r\n¥Ú¡¼¥¸ÈÖ¹æ¤Î°ìÈֺǽé¤Î¥Ú¡¼¥¸¤Ø¤Î¥ê¥ó¥¯¡£\r\n\r\nlastPage\r\n¥Ú¡¼¥¸ÈÖ¹æ¤Î°ìÈֺǸå¤Î¥Ú¡¼¥¸¤Ø¤Î¥ê¥ó¥¯¡£\r\n\r\nnextPage\r\n¥Ú¡¼¥¸ÈÖ¹æ¤Î¼¡¤Î¥Ú¡¼¥¸¤Ø¤Î¥ê¥ó¥¯¡£\r\n\r\npreviousPage\r\n¥Ú¡¼¥¸ÈÖ¹æ¤ÎÁ°¤Î¥Ú¡¼¥¸¤Ø¤Î¥ê¥ó¥¯¡£\r\n\r\npageList\r\n¥Ú¡¼¥¸ÈÖ¹æ¤Î¤¹¤Ù¤Æ¤Î¥Ú¡¼¥¸¤Ø¤Î¥ê¥ó¥¯¤Î¥ê¥¹¥È¡£\r\n\r\nmultiplePages\r\n¥Ú¡¼¥¸Èֹ椬1¥Ú¡¼¥¸°Ê¾å¤¢¤ë¤«¤É¤¦¤«¤ò¼¨¤·¤Þ¤¹¡£',1055507985,NULL); INSERT INTO international VALUES (71,'MessageBoard',14,'¥Õ¥©¡¼¥é¥à¤¢¤ë¤¤¤Ï¥Ç¥£¥¹¥«¥Ã¥·¥ç¥ó¤È¸Æ¤Ð¤ì¤ë·Ç¼¨ÈĤϥµ¥¤¥È¤ä¥¤¥ó¥È¥é¥Í¥Ã¥È¾å¤Ç¤Î¥³¥ß¥å¥Ë¥Æ¥£¼êÃʤȤ·¤Æ¤È¤Æ¤âÎɤ¤ÊýË¡¤Ç¤¹¡£Â¿¤¯¤Î²ñ¼Ò¤¬¥×¥í¥¸¥§¥¯¥È¤ò¶¦Æ±¸¦µæ¤¹¤ë¤¿¤á¤Ë·Ç¼¨ÈĤò¼ÒÆâ¤Ç»ÈÍѤ·¤Æ¤¤¤Þ¤¹¡£\r\n\r\nȯ¸À·ï¿ô\r\n¥Ó¥¸¥¿¡¼¤¬½é¤á¤Æ·Ç¼¨ÈĤËÍè¤ë¤È¡¢·Ç¼¨ÈĤΤ¹¤Ù¤Æ¤Î¥¹¥ì¥Ã¥É¥ê¥¹¥È¤¬É½¼¨¤µ¤ì¤Þ¤¹¡£¤½¤Î·Ç¼¨ÈĤ¬¿Íµ¤¤¬¤¢¤ë¾ì¹ç¡¢¤¹¤°¤Ë¤¿¤¯¤µ¤ó¤Î¥¹¥ì¥Ã¥É¤¬½ñ¤¹þ¤Þ¤ì¤ë¤Ç¤·¤ç¤¦¡£¥Ú¡¼¥¸¤ËÉտ魯¤ë¥á¥Ã¥»¡¼¥¸¤¬1¥Ú¡¼¥¸¤Ë¤É¤ì¤À¤±¤Î¥¹¥ì¥Ã¥É¤òɽ¼¨¤¹¤ë¤«¤ò»ØÄꤹ¤ë¤³¤È¤¬¤Ç¤¤Þ¤¹¡£\r\n\r\n¼çÍץƥó¥×¥ì¡¼¥È\r\n·Ç¼¨ÈĤΥᥤ¥ó¥ê¥¹¥È¤Î¥ì¥¤¥¢¥¦¥È¤òÁªÂò¤·¤Æ¤¯¤À¤µ¤¤¡£\r\n\r\nÅê¹ÆÊýË¡¤Î¥Õ¥£¥ë¥¿¥ê¥ó¥°\r\n¤Æ¤Î¥Ç¥£¥¹¥«¥Ã¥·¥ç¥ó¤ÎÅê¹Æ¤ËŬ±þ¤µ¤»¤ë¡¢Åê¹ÆÊýË¡¤Î¥Õ¥£¥ë¥¿¥ê¥ó¥°¤òÁªÂò¤·¤Þ¤¹¡£\r\n\r\nÅê¹Æ¥°¥ë¡¼¥×¤òÁªÂò\r\n¥Ç¥£¥¹¥«¥Ã¥·¥ç¥óÅê¹Æ¤òµö²Ä¤¹¤ë¥æ¡¼¥¶¡¼¥°¥ë¡¼¥×¤òÁªÂò¤·¤Æ¤¯¤À¤µ¤¤¡£\r\n\r\nÊÔ½¸¥¿¥¤¥à¥¢¥¦¥È\r\n¥æ¡¼¥¶¡¼¤Ë²¿»þ´ÖÅê¹Æ¤òÊÔ½¸¤µ¤»¤ë¤«¤òÀßÄꤷ¤Þ¤¹¡£ \r\n\r\nÃí:¤³¤Î»þ´Ö¤ò¤¢¤Þ¤êŤ¯ÀßÄꤷ¤Ê¤¤¤è¤!\n¦¤Ë¤·¤Æ¤¯¤À¤µ¤¤¡£¥Ç¥£¥¹¥«¥Ã¥·¥ç¥ó¤Ç°ìÈÖÂçÀڤʤ³¤È¤Ï¡¢¤½¤Î»þ郎²¿¤òȯ¸À¤·¤¿¤«¤ÎÀµ³Î¤ËµÏ¿¤¹¤ë¤³¤È¤Ç¤¹¡£¥æ¡¼¥¶¡¼¤ËÊÔ½¸»þ´Ö¤òĹ»þ´ÖÍ¿¤¨¤Æ¤·¤Þ¤¦¤È¡¢¥æ¡¼¥¶¡¼¤Ï»þ´Ö¤¬Î©¤Ã¤Æ¤«¤éÅê¹ÆÆâÍÆ¤ò¹Í¤¨Ä¾¤·¤Æ¡¢Ê̤ÎÅê¹Æ¤Ëºî¤êÊѤ¨¤Æ¤·¤Þ¤¦¤³¤È¤¬¤Ç¤¤Æ¤·¤Þ¤¤¤Þ¤¹¡£\r\n\r\nÅê¹Æ¤´¤È¤Î¥«¥ë¥ÞÃÍ\r\n¥æ¡¼¥¶¡¼¤¬¥Ç¥£¥¹¥«¥Ã¥·¥ç¥ó¤ËÅê¹Æ¤¹¤ë¤È¤¡¢¤É¤Î¤¯¤é¤¤¤Î¥«¥ë¥ÞÃͤò¤½¤Î¥æ¡¼¥¶¡¼¤ËÍ¿¤¨¤Þ¤¹¤«¡©\r\n\r\nµÄĹ¥°¥ë¡¼¥×¤òÁªÂò\r\n¤³¤Î¥Ç¥£¥¹¥«¥Ã¥·¥ç¥ó¤ÎµÄŤ¹¤ë¥°¥ë¡¼¥×¤òÁªÂò¤·¤Æ¤¯¤À¤µ¤¤¡£\r\n\r\n¾µÇ§ÊýË¡\r\nµÄŤ¬¥æ¡¼¥¶¡¼¾µÇ§¤ò¤¹¤ë»þ¡¢¾µÇ§ÊýË¡¤òÁªÂò¤·¤Æ¤¯¤À¤µ¤¤¡£¡Ö¸å¡×¤È¤Ï¥æ¡¼¥¶¡¼¤¬Åê¹Æ¤·¤¿Åê¹Æ¤òµÄŤ¬¾µÇ§¤¹¤ëÁ°¤Ë¾¤Î¥æ¡¼¥¶¡¼¤Ëɽ¼¨¤·¤Þ¤¹¡£¡ÖÀè¡×¤È¤ÏµÄŤ¬Â¾¤Î¥æ¡¼¥¶¡¼¤Ëɽ¼¨¤¹¤ëÁ°¤Ë¡¢¤½¤ÎÅê¹Æ¤ò¾µÇ§¤·¤Ê¤±¤ì¤Ð¤Ê¤ê¤Þ¤»¤ó¡£¡Ö¸å¡×¤òÁªÂò¤·¤¿¾ì¹ç¡¢¼«Æ°Åª¤ËµÄŤÎWebGUI¼õ¿®¥Ü¥Ã¥¯¥¹¤Ë¿·µ¬Åê¹Æ¤ÎÄÌÃΤ¬Íè¤Þ¤¹¡£\r\n\r\n¤É¤Á¤é¤Î¾µÇ§ÊýË¡¤Ç¤â¾ï¤Ë¥æ¡¼¥¶¡¼¤¬Åê¹Æ¤·¤¿Åê¹Æ¤ÎÊÔ½¸¡¢ºï½ü¤¬¤Ç¤¤Þ¤¹¡£\r\n\r\nÅê¹Æ¤ËÊÔ½¸¥¹¥¿¥ó¥×¤òÄɲáÖÊÔ½¸¥¹¥¿¥ó¥×¡×¤È¤Ï¡¢Ã¯¤¬¤¤¤Ä¤½¤ÎÅê¹Æ¤òÊÔ½¸¤·¤¿¤«ÃΤ뤳¤È¤¬¤Ç¤¤Þ¤¹¡£¤¹¤Ù¤Æ¤ÎÊÔ½¸¤Ç¤³¤Î¡ÖÊÔ½¸¥¹¥¿¥ó¥×¡×¤ò»ÈÍѤ·¤Þ¤¹!\n¤«¡©',1055725511,NULL); INSERT INTO international VALUES (76,'LinkList',14,'²¼µ¤Ï¥ê¥ó¥¯¥ê¥¹¥È¥Æ¥ó¥×¥ì¡¼¥È¤ÇÍøÍѲÄǽ¤Ê¥Æ¥ó¥×¥ì¡¼¥ÈÊÑ¿ô¤Î¥ê¥¹¥È¤Ç¤¹¡£\r\n\r\naddlink.url\r\n¥ê¥ó¥¯¥ê¥¹¥È¤Ø¥ê¥ó¥¯¤òÄɲ乤ëURL¡£\r\n\r\naddlink.label\r\n¥ê¥ó¥¯URL¤Î¥é¥Ù¥ë¡£\r\n\r\nlink_loop\r\n¤³¤Î¥ë¡¼¥×¤Ï¡¢³Æ¥ê¥ó¥¯¾ðÊó¤Î¤¹¤Ù¤Æ¤ò´Þ¤ó¤Ç¤¤¤Þ¤¹¡£\r\n\r\nlink.url\r\n¥ê¥ó¥¯¤ÎURL¡£\r\n\r\nlink.name\r\n¥ê¥ó¥¯¤µ¤ì¤ë¥Æ¥¥¹¥È̾¡£\r\n\r\nlink.controls\r\nWebGUI·Ð±Ä¿Ø¤Ï¤³¤Î¥ê¥ó¥¯¤ò´ÉÍý¤·¤Þ¤¹¡£\r\n\r\nlink.newwindow\r\n¥ê¥ó¥¯¤¬ÊÌ¥¦¥£¥ó¥É¤Ç³«¤«¤ì¤ë¤«¤É¤¦¤«¤Î¾ò·ï¡£\r\n\r\nlink.description\r\n¥ê¥ó¥¯¤Îµ½Ò¡£',1055503301,NULL); INSERT INTO international VALUES (3,'LinkList',14,'ÊÌ¥¦¥£¥ó¥É¤ò³«¤¤Þ¤¹¤«¡©',1055503191,NULL); INSERT INTO international VALUES (73,'LinkList',14,'¥¿¥¤¥È¥ë\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¤â¤·¤³¤Î¸å¤ËÊ̤Υê¥ó¥¯¤òÄɲä·¤¿¤¤¾ì¹ç¤Ï¡¢¤³¤ÎÀßÄê¤ò¥Ç¥Õ¥©¥ë¥È¤Ë¤·¤Æ¤¯¤À¤µ¤¤¡£',1055503137,NULL); INSERT INTO international VALUES (71,'LinkList',14,'¥ê¥ó¥¯¥ê¥¹¥È¤Ï¤Þ¤µ¤Ë¥ê¥ó¥¯¤Î¥ê¥¹¥È¤Ç¤¹¡£Â¿¤¯¤Î¥µ¥¤¥È¤Ï¥ê¥ó¥¯¥»¥¯¥·¥ç¥ó¤ò»ý¤Á¡¢¤Þ¤¿¤³¤Îwobject¤Ï¥×¥í¥»¥¹¤ò¼«Æ°²½¤·¤Æ¤¯¤ì¤Þ¤¹¡£\r\n\r\n¥Æ¥ó¥×¥ì¡¼¥È\r\nwobject¤Î¥ì¥¤¥¢¥¦¥È¤òÁªÂò¤·¤Æ¤¯¤À¤µ¤¤¡£\r\n\r\n¼¡¤Îºî¶È\r\n¥ê¥ó¥¯¥ê¥¹¥È¤òÄɲä·¤¿¸å¤Ë¡¢Â³¤±¤Æ¥ê¥ó¥¯¤òÄɲä·¤¿¤¤¾ì¹ç¡¢¥Ç¥Õ¥©¥ë¥È¤Ç¤³¤ÎÀßÄê¤Î¤Þ¤Þ¤Ë¤·¤Æ¤¯¤À¤µ¤¤¡£',1055502987,NULL); INSERT INTO international VALUES (74,'Item',14,'°Ê²¼¤Î¥Æ¥ó¥×¥ì¡¼¥ÈÊÑ¿ô¥ê¥¹¥È¤Ï¥¢¥¤¥Æ¥à¥Æ¥ó¥×¥ì¡¼¥È¤ÇÍøÍѲÄǽ¤Ç¤¹¡£\r\n\r\nattachment.name\r\n¥¢¥¤¥Æ¥à¤ÎźÉÕ¥Õ¥¡¥¤¥ë¤Î¥Õ¥¡¥¤¥ë̾¡£\r\n\r\nattachment.url\r\n¥¢¥¤¥Æ¥à¤ËźÉÕ¤¹¤ë¥À¥¦¥ó¥í¡¼¥É¥Õ¥¡¥¤¥ë¤ÎURL¡£\r\n\r\nattachment.icon\r\n¥¢¥¤¥Æ¥à¤ÎźÉÕ¥Õ¥¡¥¤¥ë¤Î¥¢¥¤¥³¥ó¤ÎURL¡£',1055502880,NULL); INSERT INTO international VALUES (71,'Item',14,'µ»ö¤Ë¤¢¤ë¤è¤¦¤Ë¡¢¤³¤Î¥¢¥¤¥Æ¥à¤Ïthe Swiss Army knife of WebGUI¤Î¤â¤Î¤Ç¤¹¡£ÀÅŪ¥³¥ó¥Æ¥ó¥Ä¤Î¤Û¤È¤ó¤É¤Ï¥¢¥¤¥Æ¥à¤Ë¤è¤Ã¤ÆÄɲ乤뤳¤È¤¬¤Ç¤¤Þ¤¹¡£¤·¤«¤·¥¢¥¤¥Æ¥à¤Ïµ»ö¤è¤ê¤â¾®¤µ¤Ê¥³¥ó¥Æ¥ó¥Ä¤ËÄ̾ï»ÈÍѤµ¤ì¤Þ¤¹¡£\r\n\r\n¥ê¥ó¥¯URL\r\n¤³¤ÎURL¤Ï¥¢¥¤¥Æ¥à¤Î¥¿¥¤¥È¥ë¤òÉÕ¤±¤ë¤³¤È¤¬¤Ç¤¤Þ¤¹¡£Îã:http://www.google.com\r\n\r\nźÉÕ¥Õ¥¡¥¤¥ë\r\n¥ï¡¼¥É¥Õ¥¡¥¤¥ë¡¢zip¥Õ¥¡¥¤¥ë¡¢¥À¥¦¥ó¥í¡¼¥É¥Õ¥¡¥¤¥ë¤òźÉÕ¤·¤¿¤¤¾ì¹ç¤Ï¡¢¥Ç¡¼¥¿ÊݸÀ褫¤éźÉÕ¤·¤¿¤¤¥Õ¥¡¥¤¥ë¤òÁªÂò¤·¤Æ¤¯¤À¤µ¤¤¡£\r\n\r\n¥Æ¥ó¥×¥ì¡¼¥È\r\n¤³¤Î¥¢¥¤¥Æ¥à¤Î¥ì¥¤¥¢¥¦¥È¤òÁªÂò¤·¤Æ¤¯¤À¤µ¤¤¡£',1055502781,NULL); INSERT INTO international VALUES (6,'HttpProxy',14,'¥¹¥¿¥¤¥ë¤òºï½ü¤·¤Þ¤¹¤«¡©',1055502598,NULL); INSERT INTO international VALUES (8,'HttpProxy',14,'½ñ¤´¹¤¨¤ò³¹Ô',1055502302,NULL); INSERT INTO international VALUES (76,'FileManager',14,'¤³¤ì¤Ï¥Õ¥¡¥¤¥ë¥Þ¥Í¡¼¥¸¥ã¡¼¥Æ¥ó¥×¥ì¡¼¥È¤Ë¤ª¤¤¤ÆÍøÍѲÄǽ¤Ê¥Æ¥ó¥×¥ì¡¼¥ÈÊÑ¿ô¤Î¥ê¥¹¥È¤Ç¤¹¡£\r\n\r\ntitleColumn.url\r\n¥¿¥¤¥È¥ë½ç¤ËʤÓÂØ¤¨¤ëURL¡£\r\n\r\ntitleColumn.label\r\n¥¿¥¤¥È¥ë¤Î¥é¥Ù¥ë¡£\r\n\r\ndescriptionColumn.label\r\nµ½Ò¤Î¥é¥Ù¥ë¡£\r\n\r\ndescriptionColumn.url\r\nµ½Ò½ç¤ËʤÓÂØ¤¨¤ëURL¡£\r\n\r\ndateColumn.label\r\n¥¢¥Ã¥×¥í¡¼¥ÉÆü¤Î¥é¥Ù¥ë¡£\r\n\r\ndateColumn.url\r\n¥¢¥Ã¥×¥í¡¼¥É¤µ¤ì¤¿ÆüÉÕ½ç¤ËʤÓÂØ¤¨¤ëURL¡£\r\n\r\nsearch.form\r\nWebGUI¥Ñ¥ï¡¼Ãµº÷¥¨¥ó¥¸¥ó¤Î¥Õ¥©¡¼¥à¡£\r\n\r\nsearch.url\r\nõº÷¥â¡¼¥É¤Î¥ª¥ó¥ª¥Õ¤òÀÚ¤êÂØ¤¨¤ëURL¡£\r\n\r\nsearch.label\r\nõº÷¥ê¥ó¥¯¤Î¥é¥Ù¥ë¡£\r\n\r\naddfile.url\r\n¥Õ¥¡¥¤¥ë¥Þ¥Í¡¼¥¸¥ã¡¼¤Ë¥Õ¥¡¥¤¥ë¤òÄɲ乤ëURL¡£\r\n\r\naddfile.label\r\n¥Õ¥¡¥¤¥ë¥ê¥ó¥¯¤òÄɲ乤ë¥é¥Ù¥ë¡£\r\n\r\nfile_loop\r\n³Æ¥Õ¥¡¥¤¥ë¤Ë´Ø¤¹¤ë¾ðÊó¤ò´Þ¤ó¤Ç¤¤¤ë¥ë¡¼¥×¤Ï¡¢¤³¤Î¥Õ¥¡¥¤¥ë¥Þ¥Í¡¼¥¸¥ã¡¼¤Ë¤è¤Ã¤Æ¥¢¥Ã¥×¥í¡¼¥É¤µ¤ì¤Þ¤¹¡£\r\n\r\nfile.canView\r\n¸½ºß¤Î¥æ¡¼¥¶¡¼¤Ë¤³¤Î¥Õ¥¡¥¤¥ë¤ò¸«¤ë!\n¸¢¸Â¤¬¤¢¤ë¤«¤É¤¦¤«¤Î¾ò·ï¡£\r\n\r\nfile.controls\r\nWebGUI·Ð±Ä¿Ø¤Ï¤³¤Î¥Õ¥¡¥¤¥ë¤ò´ÉÍý¤·¤Þ¤¹¡£\r\n\r\nfile.title\r\n¥Õ¥¡¥¤¥ë¤Î¥¿¥¤¥È¥ë¡£\r\n\r\nfile.version1.name\r\n¥Õ¥¡¥¤¥ëÂè1¥Ð¡¼¥¸¥ç¥ó¤Î¥Õ¥¡¥¤¥ë̾¡£\r\n\r\nfile.version1.url\r\n¥Õ¥¡¥¤¥ëÂè1¥Ð¡¼¥¸¥ç¥ó¤Î¥À¥¦¥ó¥í¡¼¥É¤ÎURL¡£\r\n\r\nfile.version1.icon\r\n¥Õ¥¡¥¤¥ëÂè1¥Ð¡¼¥¸¥ç¥ó¤Î¥Õ¥¡¥¤¥ë¥¿¥¤¥×¥¢¥¤¥³¥ó¤Ø¤ÎURL¡£\r\n\r\nfile.version1.size\r\n¥Õ¥¡¥¤¥ëÂè1¥Ð¡¼¥¸¥ç¥ó¤Îµ²±¥µ¥¤¥º¡£\r\n\r\nfile.version1.type\r\n¥Õ¥¡¥¤¥ëÂè1¥Ð¡¼¥¸¥ç¥ó¤Î¥¿¥¤¥×(¤¢¤ë¤¤¤Ï³ÈÄ¥¥Õ¥¡¥¤¥ë)¡£\r\n\r\nfile.version1.thumbnail\r\n¥Õ¥¡¥¤¥ëÂè1¥Ð¡¼¥¸¥ç¥ó¤Î¥µ¥à¥Í¥¤¥ë¤ÎURL¡£\r\n\r\nfile.version1.isImage\r\n¥Õ¥¡¥¤¥ëÂè1¥Ð¡¼¥¸¥ç¥ó¤¬¥¤¥á¡¼¥¸¤«¤É¤¦¤«¼¨¤·¤Þ¤¹¡£\r\n\r\nfile.version2.name\r\n¥Õ¥¡¥¤¥ëÂè2¥Ð¡¼¥¸¥ç¥ó¤Î¥Õ¥¡¥¤¥ë̾¡£\r\n\r\nfile.version2.url\r\n¥Õ¥¡¥¤¥ëÂè2¥Ð¡¼¥¸¥ç¥ó¤Î¥À¥¦¥ó¥í¡¼¥É¤ÎURL¡£\r\n\r\nfile.version2.icon\r\n¥Õ¥¡¥¤¥ëÂè2¥Ð¡¼¥¸¥ç¥ó¤Î¥Õ¥¡¥¤¥ë¥¿¥¤¥×¥¢¥¤¥³¥ó¤ÎURL¡£\r\n\r\nfile.version2.size\r\n¥Õ¥¡¥¤¥ëÂè2¥Ð¡¼¥¸¥ç¥ó¤Îµ²±¥µ¥¤¥º¡£\r\n\r\nfile.version2.type\r\n¥Õ¥¡¥¤¥ëÂè2¥Ð¡¼¥¸¥ç¥!\nó¤Î¥¿¥¤¥×(¤¢¤ë¤¤¤Ï³ÈÄ¥¥Õ¥¡¥¤¥ë)¡£\r\n\r\nfile.version2.thumbnail\r\n¥Õ¥¡¥¤¥ëÂè2¥Ð¡¼¥¸¥ç¥ó¤Î¥µ¥à¥Í¥¤¥ë¤ÎURL¡£\r\n\r\nfile.version2.isImage\r\n¥Õ¥¡¥¤¥ëÂè2¥Ð¡¼¥¸¥ç¥ó¤¬¥¤¥á¡¼¥¸¤«¤É¤¦¤«¼¨¤·¤Þ¤¹¡£\r\n\r\nfile.version3.name\r\n¥Õ¥¡¥¤¥ëÂè3¥Ð¡¼¥¸¥ç¥ó¤Î¥Õ¥¡¥¤¥ë̾¡£\r\n\r\nfile.version3.url\r\n¥Õ¥¡¥¤¥ëÂè3¥Ð¡¼¥¸¥ç¥ó¤Î¥À¥¦¥ó¥í¡¼¥É¤ÎURL¡£\r\n\r\nfile.version3.icon\r\n¥Õ¥¡¥¤¥ëÂè3¥Ð¡¼¥¸¥ç¥ó¤Î¥Õ¥¡¥¤¥ë¥¿¥¤¥×¥¢¥¤¥³¥ó¤Ø¤ÎURL¡£\r\n\r\nfile.version3.size\r\n¥Õ¥¡¥¤¥ëÂè3¥Ð¡¼¥¸¥ç¥ó¤Îµ²±¥µ¥¤¥º¡£\r\n\r\nfile.version3.type\r\n¥Õ¥¡¥¤¥ëÂè3¥Ð¡¼¥¸¥ç¥ó¤Î¥¿¥¤¥×(¤¢¤ë¤¤¤Ï³ÈÄ¥¥Õ¥¡¥¤¥ë)¡£\r\n\r\nfile.version3.thumbnail\r\n¥Õ¥¡¥¤¥ëÂè3¥Ð¡¼¥¸¥ç¥ó¤Î¥µ¥à¥Í¥¤¥ë¤Ø¤ÎURL¡£\r\n\r\nfile.version3.isImage\r\n¥Õ¥¡¥¤¥ëÂè3¥Ð¡¼¥¸¥ç¥ó¤¬¥¤¥á¡¼¥¸¤«¤É¤¦¤«¼¨¤·¤Þ¤¹¡£\r\n\r\nfile.description\r\n¥Õ¥¡¥¤¥ë¤Îµ½Ò¡£\r\n\r\nfile.date\r\n¥Õ¥¡¥¤¥ë¤¬¥¢¥Ã¥×¥í¡¼¥É¤µ¤ì¤¿ÆüÉÕ¡£\r\n\r\nfile.time\r\n¥Õ¥¡¥¤¥ë¤¬¥¢¥Ã¥×¥í¡¼¥É¤µ¤ì¤¿»þ´Ö¡£\r\n\r\nnoresults.message\r\n¥Õ¥¡¥¤¥ë¥Þ¥Í¡¼¥¸¥ã¡¼¤¬¤³¤Î¥æ¡¼¥¶¡¼¤Ëɽ¼¨¤¹¤ë¥Õ¥¡¥¤¥ë¤ò»ý¤Ã¤Æ¤¤¤Ê¤¤¤«¤ò¼¨¤¹¥á¥Ã¥»¡¼¥¸¡£\r\n!\nr\nnoresults\r\n¤³¤Î¥æ¡¼¥¶¡¼¤Ëɽ¼¨¤¹¤ë¥Õ¥¡¥¤¥ë¤¬¤¢¤ë¤«¤É¤¦¤«¤ò¼¨¤·¤Þ¤¹¡£\r\n\r\nfirstPage\r\n¥Ú¡¼¥¸ÈÖ¹æ¤ÎºÇ½é¤Î¥Ú¡¼¥¸¤Ø¤Î¥ê¥ó¥¯¡£\r\n\r\nlastPage\r\n¥Ú¡¼¥¸ÈÖ¹æ¤ÎºÇ¸å¤Î¥Ú¡¼¥¸¤Ø¤Î¥ê¥ó¥¯¡£\r\n\r\nnextPage\r\n¥Ú¡¼¥¸ÈÖ¹æ¤Î¼¡¤Î¥Ú¡¼¥¸¤Ø¤Î¥ê¥ó¥¯¡£\r\n\r\npreviousPage\r\n¥Ú¡¼¥¸ÈÖ¹æ¤ÎÁ°¤Î¥Ú¡¼¥¸¤Ø¤Î¥ê¥ó¥¯¡£\r\n\r\npageList\r\n¥Ú¡¼¥¸ÈÖ¹æ¤Î¤¹¤Ù¤Æ¤Î¥Ú¡¼¥¸¤Ø¤Î¥ê¥ó¥¯¥ê¥¹¥È¡£\r\n\r\nmultiplePages\r\n1¥Ú¡¼¥¸°Ê¾å¤Î¥Ú¡¼¥¸¤¬¥Ú¡¼¥¸ÈÖ¹æ¤Ë¤¢¤ë¤«¤É¤¦¤«¤ò¼¨¤·¤Þ¤¹¡£',1055479260,NULL); INSERT INTO international VALUES (3,'FileManager',14,'¥Õ¥¡¥¤¥ëÄɲäò³¹Ô',1055475803,NULL); INSERT INTO international VALUES (77,'FAQ',14,'²¼µ¤ÏFAQ¥Æ¥ó¥×¥ì¡¼¥È¤Ë¤ª¤¤¤ÆÍøÍѲÄǽ¤Ê¥Æ¥ó¥×¥ì¡¼¥ÈÊÑ¿ô¤Î¥ê¥¹¥È¤Ç¤¹¡£\r\n\r\naddquestion.url\r\nFAQ¤Ë¼ÁÌä¤òÄɲ乤ëURL¡£\r\n\r\naddquestion.labeladd\r\n¼ÁÌä¥ê¥ó¥¯¤òÄɲ乤ë¥é¥Ù¥ë¡£\r\n\r\nqa_loop\r\nFAQ¤Ë³Æ¼ÁÌä¤ÎÊÑ¿ô¤ò´Þ¤ó¤Ç¤¤¤ë¥ë¡¼¥×¡£\r\n\r\nqa.id\r\n¼ÁÌä¤ÎID¡£\r\n\r\nqa.answer\r\n¼ÁÌä¤Î²óÅú¡£\r\n\r\nqa.question\r\n¼ÁÌ伫ÂΤǤ¹¡£\r\n\r\nqa.controls\r\nWebGUI·Ð±Ä¿Ø¤Ï¤³¤Î¼ÁÌä¤ò´ÉÍý¤·¤Þ¤¹¡£',1055475064,NULL); INSERT INTO international VALUES (71,'ExtraColumn',14,'ÆÃÊ̤ʥ³¥é¥à¤Ï¡¢¥Ú¡¼¥¸¤Î¥ì¥¤¥¢¥¦¥È¤ò1¥Ú¡¼¥¸¤Î¤ßÊѹ¹¤Ç¤¤Þ¤¹¡£¤¹¤Ù¤Æ¤Î¥Ú¡¼¥¸¤Ë¥³¥é¥à¤ò»ÈÍѤ·¤¿¤¤¾ì¹ç¤Ï¡¢¥Ú¡¼¥¸¤Ç»ÈÍѤµ¤ì¤Æ¤¤¤ë¥¹¥¿¥¤¥ë¤òÊѹ¹¤¹¤ë¤«¡¢¥³¥é¥à¤ÎÂå¤ï¤ê¤Ë¥Æ¥ó¥×¥ì¡¼¥È¤ò»ÈÍѤ¹¤ë¤«¤ò¤·¤Æ¤¯¤À¤µ¤¤¡£\r\n\r\n¥³¥é¥à¤ÏÄɲ䵤ì¤ë¤È¤º¸¤«¤é±¦¤Î½çÈÖ¤ÇÄɲ䵤ì¤Þ¤¹¡£¤è¤Ã¤Æ¡¢¥³¥ó¥Æ¥ó¥Ä¤Ï¥³¥é¥à¤Îº¸Â¦¤ËÃÖ¤«¤ì¤Þ¤¹¡£\r\n\r\n¥¹¥Ú¡¼¥¹Éý\r\n¥³¥ó¥Æ¥ó¥Ä¤È¥³¥é¥à¤Î´Ö¤Î¥¹¥Ú¡¼¥¹¤ÎÉý¤Ç¤¹¡£Ã±°Ì¤Ï¥Ô¥¯¥»¥ë¤Ç¤¹¡£\r\n\r\nÉý\r\nÉý¤Ï¥³¥é¥à¤Î¼ÂºÝ¤ÎÉý¤Ç¤¹¡£Ã±°Ì¤Ï¥Ô¥¯¥»¥ë¤Ç¤¹¡£\r\n\r\n¥¹¥¿¥¤¥ë¥·¡¼¥È¥¯¥é¥¹\r\n¥Ç¥Õ¥©¥ë¥È¤Ç»ÈÍѤµ¤ì¤ë¥³¥é¥à¤Î¥¹¥¿¥¤¥ë¤Ç¤¹(Ä̾掠¥¤¥È¤ÎBODY¤Ç»ÈÍѤ·¤Æ¤¤¤ë¥¹¥¿¥¤¥ë¤Ç¤¹)¡£¤·¤«¤·¤â¤·¤¢¤Ê¤¿¤¬¥³¥é¥à¤Î¥¹¥¿¥¤¥ë¤ò¿·µ¬ºîÀ®¤·¤¿¾ì¹ç¤Ï¡¢¼«Í³¤Ë¤³¤Î¥¯¥é¥¹¤ò½¤Àµ¤·¤Æ¤¯¤À¤µ¤¤¡£',1055474375,NULL); INSERT INTO international VALUES (3,'ExtraColumn',14,'¥¹¥Ú¡¼¥¹Éý',1055473910,NULL); INSERT INTO international VALUES (97,'EventsCalendar',14,'°Ê²¼¤Ï¥¤¥Ù¥ó¥È¥Æ¥ó¥×¥ì¡¼¥È¤Ç»ÈÍѲÄǽ¤Ê¥Æ¥ó¥×¥ì¡¼¥È¤Î¥ê¥¹¥È¤Ç¤¹¡£\r\n\r\ntitle\r\n¥¤¥Ù¥ó¥È¤Î¥¿¥¤¥È¥ë¡£\r\n\r\nstart.label\r\n³«»ÏÆü¤Î¥é¥Ù¥ë¡£\r\n\r\nstart.date\r\n¥¤¥Ù¥ó¥È¤Î³«»ÏÆü¡£\r\n\r\nend.label\r\n½ªÎ»Æü¤Î¥é¥Ù¥ë¡£\r\n\r\nend.date\r\n¥¤¥Ù¥ó¥È¤Î½ªÎ»Æü¡£\r\n\r\ncanEdit\r\n¸½ºß¤Î¥æ¡¼¥¶¡¼¤¬ÊÔ½¸²Äǽ¤«¤É¤¦¤«¤ò¼¨¤¹¾ò·ï¡£\r\n\r\nedit.url\r\n¥¤¥Ù¥ó¥È¤òÊÔ½¸¤¹¤ëURL¡£\r\n\r\nedit.label\r\nURL¤òÊÔ½¸¤¹¤ë¤¿¤á¤Î¥é¥Ù¥ë¡£\r\n\r\ndelete.url\r\n¥¤¥Ù¥ó¥È¤òºï½ü¤¹¤ë¤¿¤á¤ÎURL¡£\r\n\r\ndelete.label\r\nURL¤òºï½ü¤¹¤ë¤¿¤á¤Î¥é¥Ù¥ë¡£\r\n\r\nprevious.url\r\nÁ°¤Î¥¤¥Ù¥ó¥È¤òɽ¼¨¤¹¤ëURL¡£\r\n\r\nprevious.label\r\nÁ°¤ÎURL¤Î¥é¥Ù¥ë¡£\r\n\r\nnext.label\r\n¼¡¤ÎURL¤Î¥é¥Ù¥ë¡£\r\n\r\nnext.url\r\n¼¡¤Î¥¤¥Ù¥ó¥È¤òɽ¼¨¤¹¤ëURL¡£\r\n\r\ndescription\r\n¥¤¥Ù¥ó¥È¤Îµ½Ò¡£',1055473782,NULL); INSERT INTO international VALUES (9,'EventsCalendar',14,'¤«¤é',1055473552,NULL); INSERT INTO international VALUES (19,'EventsCalendar',14,'¥Ú¡¼¥¸ÈÖ¹æÉÕ¤±',1055473194,NULL); INSERT INTO international VALUES (95,'EventsCalendar',14,'°Ê²¼¤Î¥Æ¥ó¥×¥ì¡¼¥È¤Ï¤¢¤Ê¤¿¤Î¥¤¥Ù¥ó¥È¥«¥ì¥ó¥À¡¼¤ò¥«¥¹¥¿¥Þ¥¤¥º¤·¤ÆÄº¤¯¤Î¤Ë¤ª»È¤¤Äº¤±¤Þ¤¹¡£\r\n\r\naddevent.url\r\n¥¤¥Ù¥ó¥È¤ò¥«¥ì¥ó¥À¡¼¤ËÄɲ乤ëURL¡£\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¥«¥ì¥ó¥À¡¼¥Ú¡¼¥¸Èֹ椬1¥Ú¡¼¥¸°Ê¾å¤¢¤ë¤«¤É¤¦¤«¼¨¤¹¾ò·ïÉÕ¤¤ÎÊÑ¿ô¡£\r\n\r\nlist_loop\r\n¥¤¥Ù¥ó¥È¥«¥ì¥ó¥À¡¼¤Î¥ê¥¹¥Èɽ¼¨¤ò´Þ¤ó¤Ç¤¤¤!\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\n¤¹¤Ù¤Æ¤Î¥Ú¡¼¥¸¤Ë¤³¤Î¥¤¥Ù¥ó¥È¤òɽ¼¨¤¹¤ëURL¡£\r\n\r\nlist.controls\r\nWebGUI·Ð±Ä¿Ø¤Ï¤³¤Î¥¤¥Ù¥ó¥È¤ò´ÉÍý¤·¤Þ¤¹¡£\r\n\r\nlist.firstPage\r\n¥Ú¡¼¥¸ÈÖ¹æ¤Î1Èֺǽé¤Î¥Ú¡¼¥¸¤Ø¤Î¥ê¥ó¥¯¡£\r\n\r\nlist.lastPage\r\n¥Ú¡¼¥¸ÈÖ¹æ¤Î1ÈֺǸå¤Î¥Ú¡¼¥¸¤Ø¤Î¥ê¥ó¥¯¡£\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\n1¥Ú¡¼¥¸°Ê¾å¥Ú¡¼¥¸¤¬¤¢¤ë¤«¤É¤¦¤«¼¨¤¹¾ò·ïÉÕ¤¤ÎÊÑ¿ô¡£',1055473153,NULL); INSERT INTO international VALUES (78,'EventsCalendar',14,'ºï½ü¤·¤Ê¤¤',1055472534,NULL); INSERT INTO international VALUES (73,'EventsCalendar',14,'¥¿¥¤¥È¥ë\r\n¥¤¥Ù¥ó¥È¤Î¥¿¥¤¥È¥ë¡£\r\n\r\nµ½Ò\r\n¸½ºß¹Ô¤ï¤ì¤Æ¤¤¤ë¥¤¥Ù¥ó¥È¤Îµ½Ò¡¢¤¢¤ë¤¤¤Ï¥¤¥Ù¥ó¥È¤¬¤³¤ì¤«¤é¤É¤³¤ÇȯÀ¸¤¹¤ë¤Î¤«¤Ê¤É¤Î¥¤¥Ù¥ó¥È¾ðÊó¤òÆþÎϤ·¤Æ¤¯¤À¤µ¤¤¡£\r\n\r\n³«»ÏÆü\r\n¥¤¥Ù¥ó¥È³«»ÏÆü¡£\r\n\r\n½ªÎ»Æü\r\n¥¤¥Ù¥ó¥È½ªÎ»Æü¡£\r\n\r\n·«¤êÊÖ¤·´ü´Ö\r\n¥¤¥Ù¥ó¥È¤ò·«¤êÊÖ¤¹¾ì¹ç¤Ï¤½¤Î´ü´Ö¤òÁªÂò¤·¤Æ¤¯¤À¤µ¤¤¡£\r\n\r\n¼¡¤Îºî¶È\r\n³¤±¤ÆÊ̤Υ¤¥Ù¥ó¥È¤òÄɲä·¤¿¤¤¾ì¹ç¤Ï¡Ö¿·µ¬¥¤¥Ù¥ó¥ÈÄɲáפòÁªÂò¤·¤Þ¤¹¡£¤½¤¦¤Ç¤Ê¤±¤ì¤Ð¡Ö¥Ú¡¼¥¸¤ËÌá¤ë¡×¤òÁªÂò¤·¤Æ¤¯¤À¤µ¤¤¡£',1055472365,NULL); INSERT INTO international VALUES (48,'USS',14,'¥Ç¥£¥¹¥«¥Ã¥·¥ç¥ó¤òµö²Ä',1055471084,NULL); INSERT INTO international VALUES (1025,'WebGUI',14,'Åê¹Æ¤ËÊÔ½¸¥¹¥¿¥ó¥×¤òÄɲÃ',1055469878,NULL); INSERT INTO international VALUES (1029,'WebGUI',14,'ÊÔ½¸ºÑ',1055469609,NULL); INSERT INTO international VALUES (1024,'WebGUI',14,'Åê¹ÆÊýË¡¤Î¥Õ¥£¥ë¥¿¥ê¥ó¥°',1055469547,NULL); INSERT INTO international VALUES (73,'Article',14,'°Ê²¼¤Î¥Æ¥ó¥×¥ì¡¼¥ÈÊÑ¿ô¤Ïµ»ö¥Æ¥ó¥×¥ì¡¼¥È¤«¤éÍøÍѲÄǽ¤Ç¤¹¡£\r\n\r\nattachment.box\r\nɸ½à½ÐÎϤÎWebGUIźÉÕ¥Õ¥¡¥¤¥ë¥Ü¥Ã¥¯¥¹¤Ï¡¢¥¢¥¤¥³¥ó¡¢¥Õ¥¡¥¤¥ë̾¡¢ÅºÉÕ¥Õ¥¡¥¤¥ë¥¤¥ó¥¸¥±¡¼¥¿¡¼¤ò´Þ¤ó¤Ç¤¤¤Þ¤¹¡£\r\n\r\nattachment.icon\r\nźÉÕ¥Õ¥¡¥¤¥ë¤Î¥¢¥¤¥³¥ó¥¤¥á¡¼¥¸¤ÎURL¡£\r\n\r\nattachment.name\r\nźÉÕ¥Õ¥¡¥¤¥ë¤Î¥Õ¥¡¥¤¥ë̾¡£\r\n\r\nattachment.url\r\nźÉÕ¥Õ¥¡¥¤¥ë¤ò¥À¥¦¥ó¥í¡¼¥É¤ÎURL¡£\r\n\r\nimage.thumbnail\r\nźÉÕ¥Õ¥¡¥¤¥ë¥¤¥á¡¼¥¸¤Î¥µ¥à¥Í¥¤¥ë¤ÎURL¡£\r\n\r\nimage.url\r\nźÉÕ¥¤¥á¡¼¥¸¤ÎURL¡£\r\n\r\npost.label\r\nµ»ö¤Ë¥³¥á¥ó¥È¤òÄɲ乤ë¥é¥Ù¥ë¡£\r\n\r\npost.URL\r\nµ»ö¤Ë¥³¥á¥ó¥È¤òÄɲ乤ëURL¡£\r\n\r\nreplies.count\r\nµ»ö¤Î¥³¥á¥ó¥ÈÈֹ档\r\n\r\nreplies.label\r\n¤¢¤Ê¤¿¤¬µ»ö¤ÎÊÖÅú¤òɽ¼¨¤Ç¤¤ë¤«¤ò¼¨¤¹¥é¥Ù¥ë¡£\r\n\r\nreplies.url\r\nµ»ö¤Ø¤ÎÊÖÅú¤òɽ¼¨¤¹¤ëURL¡£',1055469440,NULL); INSERT INTO international VALUES (632,'WebGUI',14,'¥×¥ë¥À¥¦¥ó¥á¥Ë¥å¡¼¤«¤é¡Ö¥³¥ó¥Æ¥ó¥Ä¤òÄɲáפòÁªÂò¤¹¤ë¤³¤È¤Ë¤è¤Ã¤Æwobjects¤ò²Ã¤¨¤ë¤³¤È¤¬¤Ç¤¤Þ¤¹¡£ÆÃÄê¤Îwobject¤Î¥¤¥ó¥¹¥¿¥ó¥¹¤Î¾å¤Ë½Ð¤Æ¤¯¤ë\"ÊÔ½¸\"¥Ü¥¿¥ó¤ò¥¯¥ê¥Ã¥¯¤¹¤ë¤ÈÊÔ½¸¤Ç¤¤Þ¤¹¡£\r\n\r\n¤Û¤Ü¤¹¤Ù¤Æ¤Îwobjects¤Ï¶¦Ä̤Υץí¥Ñ¥Æ¥£¤ò»ý¤Ã¤Æ¤¤¤Þ¤¹¡£¤½¤ì¤é¤ÎÆÃÀ¤Ï¼¡¤Î¤È¤ª¤ê¤Ç¤¹:\r\n\r\nWobject ID\r\nwobject¤ÎÎã¤òµÏ¿¤·¤Æ¤ª¤¯¤¿¤á¤ËWebGUI¤Î»ÈÍѤòÆÈ¼«¤Ëǧ¼±¤¹¤ë¤â¤Î¤Ç¤¹¡£Ä̾ï¤Î¥æ¡¼¥¶¤ÏWobject ID¤Ë´Ø·¸¤Ï¤¢¤ê¤Þ¤»¤ó¡£¤·¤«¤·¾åµé¥æ¡¼¥¶¡¼¤ÎÃæ¤Ë¤Ï¡¢SQL¥ì¥Ý¡¼¥ÈÅù¤Î¤¿¤á¤ËÃΤäƤª¤¤¤¿¤Û¤¦¤¬¤¤¤¤¤Ç¤·¤ç¤¦¡£\r\n\r\n¥¿¥¤¥È¥ë\r\nwobject¤Î¥¿¥¤¥È¥ë¡£¤³¤ì¤ÏÄÌ¾ï³Æwobject¤Î°ìÈÖ¾å¤Ëɽ¼¨¤µ¤ì¤Þ¤¹¡£\r\n\r\nÃí:¤¿¤È¤¨(¼¡¤Î¹àÌܤÇ)¥¿¥¤¥È¥ëɽ¼¨¤ò¥ª¥Õ¤Ë¤¹¤ë¤Ä¤â¤ê¤Ç¤â¡¢¾ï¤Ë¥¿¥¤¥È¥ë¤ò»ØÄꤹ¤ë¤Ù¤¤Ç¤¹¡£¤½¤¦¤·¤Ê¤±¤ì¤Ð¡¢¥´¥ßÈ¢¤ä¥¯¥ê¥Ã¥×¥Ü¡¼¥ÉÆâ¤Ë¥¿¥¤¥È¥ë¤¬É½¼¨¤µ¤ì¤¿»þ¡¢¤É¤ì¤¬¤É¤ì¤À¤«¤ï¤«¤é¤Ê¤¯¤Ê¤Ã¤Æ¤·¤Þ¤¤¤Þ¤¹¡£\r\n\r\n¥Ç¥£¥¹¥×¥ì¥¤¥¿¥¤¥È¥ë\r\n»ØÄꤷ¤¿¥¿¥¤¥È¥ë¤òɽ¼¨¤·¤Þ¤¹¤«¡£¥µ¥¤¥È¤Ë¤è¤Ã¤Æ¤Ï¡¢É¬¤º¤·¤âɽ¼¨¤ÎɬÍפϤ¢!\n¤ê¤Þ¤»¤ó¡£\r\n\r\n¥Þ¥¯¥í½èÍý\r\nwobject¤Î¥³¥ó¥Æ¥ó¥ÄÆâ¤Î¥Þ¥¯¥í¤ò½èÍý¤·¤Þ¤¹¤«¡©½èÍý¤ÎɬÍפ¬¤¢¤ë¾ì¹ç¤â¤¢¤ê¤Þ¤¹¤¬¡¢¤¿¤¤¤Æ¤¤¤Î¾ì¹ç¡¢É¬Íפʤ¤¤Ç¤·¤ç¤¦¡£»ÈÍѤ·¤Ê¤¤wobject¾å¤Ç¥Þ¥¯¥í½èÍý¤òÉÔǽ¤Ë¤¹¤ì¤Ð¡¢¥¦¥§¥Ö¥µ¡¼¥Ð¤Î¥¹¥Ô¡¼¥É¤ò¾¯¤·¥¢¥Ã¥×¤µ¤»¤ë¤³¤È¤¬¤Ç¤¤Þ¤¹¡£\r\n\r\n¥Æ¥ó¥×¥ì¡¼¥È¤Î°ÌÃÖ\r\n¥Æ¥ó¥×¥ì¡¼¥È¤Î°ÌÃÖ¤Ï0¤«¤éǤ°Õ¤Î¿ô¤Þ¤Ç»ØÄê¤Ç¤¤Þ¤¹¡£¤¤¤¯¤Ä¤Þ¤Ç²Äǽ¤«¤Ï¡¢¥Ú¡¼¥¸¤Ë·Ò¤¬¤Ã¤Æ¤¤¤ë¥Æ¥ó¥×¥ì¡¼¥È¤Ë¤è¤ê¤Þ¤¹¡£¥Ç¥Õ¥©¥ë¥È¥Æ¥ó¥×¥ì¡¼¥È¤Î°ÌÃ֤ϰì¤Ä¤·¤«¤¢¤ê¤Þ¤»¤ó¤¬¡¢Ê£¿ô¤¢¤ë¾ì¹ç¤¬¤¢¤ê¤Þ¤¹¡£¥Æ¥ó¥×¥ì¡¼¥È°ÌÃÖ¤ò»ØÄꤹ¤ë¤³¤È¤Ë¤è¤Ã¤Æ¡¢wobject¤òÃÖ¤¯°ÌÃÖ¤¬·è¤Þ¤ê¤Þ¤¹¡£\r\n\r\n³«»ÏÆü\r\n¥æ¡¼¥¶¡¼¤¬²èÌ̾å¤Çwobject¤ò³Îǧ¤Ç¤¤ë¤è¤¦¤Ë¤Ê¤ëÆü¤ò»ØÄꤷ¤Þ¤¹¡£»ØÄꤷ¤¿Æü¤Þ¤Ç¤Ï¡¢wobject¤Ï¥³¥ó¥Æ¥ó¥Ä¥Þ¥Í¡¼¥¸¥ã¡¼¤Ë¤Î¤ßɽ¼¨¤µ¤ì¤Þ¤¹¡£\r\n\r\n½ªÎ»Æü\r\n¥æ¡¼¥¶¡¼¤¬²èÌ̾å¤Çwobject¤ò³Îǧ¤Ç¤¤Ê¤¯¤Ê¤ëÆü¤ò»ØÄꤷ¤Þ¤¹¡£»ØÄꤷ¤¿Æü°Ê¹ß¤Ï¡¢wobject¤Ï¥³¥ó¥Æ¥ó¥Ä¥Þ¥Í¡¼¥¸¥ã¡¼¤Î²èÌ̾å¤Ë¤Î¤ßɽ¼¨¤µ¤ì¤Þ¤¹¡£\r\n\r\n¾ÜºÙ\r\n¤¤¤¯¤Ä¤Ç¤â¥³¥ó¥Æ¥ó¥Ä¤òÃÖ¤¯¤³¤È¤¬¤Ç¤¤ë¥¨¥ê¥¢¤Ç¤¹¡£Î㤨¤ÐFAQ¤Ç¤¢¤Ã¤Æ¤â¡¢FAQ¤Ë²¿¤¬´Þ¤Þ¤ì¤ë¤«¤òÀâÌÀ¤¹¤ë¥Ñ¥é¥°¥é¥Õ¤¬¤¢¤ê¤Þ¤¹¡£',1055716092,NULL); INSERT INTO international VALUES (71,'Article',14,'µ»ö¤ÏWebGUI¤Ë¤È¤Ã¤Æ¤Þ¤µ¤ËËüǽ¥¢¡¼¥ß¡¼¥Ê¥¤¥Õ¤Ç¤¹¡£ÀÅŪ¤Ê¥³¥ó¥Æ¥ó¥Ä¤ÎÂçȾ¤Ïµ»ö¤Ë¤è¤êÄɲäǤ¤Þ¤¹¡£\r\n\r\n¥Æ¥ó¥×¥ì¡¼¥È\r\nµ»ö¤ò¥ì¥¤¥¢¥¦¥È¤¹¤ë¥Æ¥ó¥×¥ì¡¼¥È¤òÁªÂò¤·¤Þ¤¹¡£\r\n\r\n¥¤¥á¡¼¥¸\r\n¥Ç¡¼¥¿ÊݸÀ褫¤é¥¤¥á¡¼¥¸¥Õ¥¡¥¤¥ë(jpg¡¢.gif¡¢.png)¤òÁªÂò¤·¤Æ¤¯¤À¤µ¤¤¡£ÁªÂò¤µ¤ì¤¿¥Õ¥¡¥¤¥ë¤Ï¥µ¡¼¥Ð¤Ë¥¢¥Ã¥×¥í¡¼¥É¤µ¤ì¡¢µ»ö¾å¤Ëɽ¼¨¤µ¤ì¤Þ¤¹¡£\r\n\r\nźÉÕ¥Õ¥¡¥¤¥ë\r\n¥ï¡¼¥É¥Õ¥¡¥¤¥ë¡¢zip¥Õ¥¡¥¤¥ëÅù¤Î±ÜÍ÷¼Ô¤è¤ë¥À¥¦¥ó¥í¡¼¥É¤òÌÜŪ¤È¤·¤¿¥Õ¥¡¥¤¥ë¤òµ»ö¤ËźÉÕ¤¹¤ë¾ì¹ç¡¢¥Ç¡¼¥¿ÊݸÀ褫¤éźÉÕ¤·¤¿¤¤¥Õ¥¡¥¤¥ë¤òÁªÂò¤·¤Æ¤¯¤À¤µ¤¤¡£\r\n\r\n¥ê¥ó¥¯¥¿¥¤¥È¥ë\r\nµ»ö¤Ø¥ê¥ó¥¯¤òÄɲä·¤¿¤¤¾ì¹ç¡¢¤³¤Î¥Õ¥£¡¼¥ë¥É¤Ë¥ê¥ó¥¯¤·¤¿¤¤¥Ú¡¼¥¸¤Î¥¿¥¤¥È¥ë¤òÆþÎϤ·¤Æ¤¯¤À¤µ¤¤¡£\r\nÎã:Google\r\n\r\n¥ê¥ó¥¯URL\r\n¥ê¥ó¥¯¥¿¥¤¥È¥ë¤òÄɲäξì¹ç¡¢¤³¤³¤Ë¤½¤Î¥¿¥¤¥È¥ë¤ÎURL(uniform resource locator)¤òÆþÎϤ·¤Æ¤¯¤À¤µ¤¤¡£Îã:http://www.google.com\r\n\r\n²þ¹Ô¤ò¡ãbr¡ä¤ËÊÑ´¹¤·¤Þ¤¹¤«¡©\r\nHTML¤ò»ÈÍѤ·¤Æ¤¤¤ë¾ì¹ç¤Ï´ðËÜŪ¤Ë¤³¤Î¥ª¥×¥·¥ç¥ó¤ò¥Á¥§¥Ã¥¯¤¹¤ëɬÍפÏ!\n¤¢¤ê¤Þ¤»¤ó¡£¤·¤«¤·HTML¤ò»ÈÍѤ·¤Ê¤¤¤Çµ»ö¤òºîÀ®¤·¡¢¤¹¤Ù¤Æ¤Îµ½Ò¤Ç²þ¹Ô¤¬É¬ÍפǤ¢¤ë¾ì¹ç¤Ï¡Ö¤Ï¤¤¡×¤Ë¥Á¥§¥Ã¥¯¤·¤Þ¤¹¡£\r\n\r\n¥Ç¥£¥¹¥«¥Ã¥·¥ç¥ó¤òµö²Ä\r\n¥Á¥§¥Ã¥¯¤¹¤ë¤³¤È¤Ç¤Þ¤µ¤ËSlashdot.org¾å¤Îµ»ö¤Î¤è¤¦¤Ëµ»ö¤ËÂФ·ÊÖÅú¤Ç¤¤Þ¤¹¡£\r\n\r\nÅê¹Æ¥Õ¥£¥ë¥¿¥ê¥ó¥°\r\nÁ´¤Æ¤Î¥Ç¥£¥¹¥«¥Ã¥·¥ç¥ó¤Ë¤ª¤¤¤ÆÆâÍÆ¤ò´Æºº¤¹¤ë¤Î¥ì¥Ù¥ë¤òÁªÂò¤·¤Þ¤¹¡£\r\n\r\nÅê¹Æ¥°¥ë¡¼¥×ÁªÂò\r\n¥Ç¥£¥¹¥«¥Ã¥·¥ç¥ó¤Ë»²²Ã¤òµö²Ä¤¹¤ë¥æ¡¼¥¶¡¼¥°¥ë¡¼¥×¤òÁªÂò¤·¤Æ¤¯¤À¤µ¤¤¡£\r\n\r\nÊÔ½¸¥¿¥¤¥à¥¢¥¦¥È\r\n¥æ¡¼¥¶¡¼¤ÎÊÔ½¸²Äǽ»þ´Ö¤òÀßÄꤷ¤Þ¤¹¡£\r\n\r\nÃí:¤³¤Î»þ´Ö¤ò¤¢¤Þ¤êŤ¯ÀßÄꤷ¤Ê¤¤¤è¤¦¤Ë¤·¤Æ¤¯¤À¤µ¤¤¡£¥Ç¥£¥¹¥«¥Ã¥·¥ç¥ó¤ÇºÇ¤â½ÅÍפʤ³¤È¤Ï¡¢¤½¤Î»þ郎²¿¤òȯ¸À¤·¤¿¤«¤ÎÀµ³Î¤ÊµÏ¿¤Ç¤¹¡£¥æ¡¼¥¶¡¼¤ËÊÔ½¸»þ´Ö¤òĹ»þ´ÖÍ¿¤¨¤Æ¤·¤Þ¤¦¤È¡¢¥æ¡¼¥¶¡¼¤ËÅê¹ÆÆâÍÆ¤ò¹Í¤¨Ä¾¤·°Õ¸«¤òÊѤ¨¤Æ¤·¤Þ¤¤¤Þ¤¹¡£\r\n\r\nÅê¹Æ¤´¤È¤Î¥«¥ë¥ÞÃÍ\r\n¥Ç¥£¥¹¥«¥Ã¥·¥ç¥ó¤Ø¤ÎÅê¹Æ¤ËÂФ·¡¢¤½¤ÎÅê¹Æ¼Ô¤Ë¤É¤Î¤¯¤é¤¤¤Î¥«¥ë¥ÞÃͤòÍ¿¤¨¤Þ¤¹¤«¡©\r\n\r\nµÄĹ¥°¥ë¡¼¥×ÁªÂò\r\n¤³¤Î¥Ç¥£¥¹¥«¥Ã¥·¥ç¥ó¤òµÄŤ¹¤ë¥°¥ë¡¼¥×¤òÁªÂò¤·¤Æ¤¯¤À¤µ¤¤¡£\r\n\r\n¾µÇ§ÊýË¡\r\n¥æ¡¼¥¶¡¼È¯¸À¤ËÂФ¹¤ë¾µÇ§ÊýË¡¤òÁªÂò¤·¤Þ¤¹¡£¡Ö¸å¡×¤È¤Ï¥æ¡¼¥¶¡¼¤ÎÅê¹Æ!\n¤¬µÄĹ¤Î¾µÇ§¤Ê¤¯Â¨ºÂ¤Ëɽ¼¨¤µ¤ì¤Þ¤¹¡£¡ÖÀè¡×¤È¤Ï°ìÈ̸ø³«Á°¤ËµÄŤ¬±ÜÍ÷¤·Ç§¾Ú¤·¤¿¾å¤Çɽ¼¨¤·¤Þ¤¹¡£¿·µ¬Åê¹Æ¤ÎÄÌÃΤϼ«Æ°Åª¤ËµÄŤÎWebGUI¼õ¿®È¢¤ËÆÏ¤¤Þ¤¹¡£\r\n\r\nÃí:¾µÇ§ÊýË¡¤Ë´Ø¤ï¤é¤º¡¢µÄĹ¤Ï¾ï¤ËÅê¹Æ¤ÎÊÔ½¸¡¢ºï½ü¤¬¤Ç¤¤Þ¤¹¡£\r\n\r\nÅê¹Æ¤ËÊÔ½¸¥¹¥¿¥ó¥×ÄɲÃ\r\nÁ´¤Æ¤ÎÊÔ½¸¤ËÂФ·¤Æ¡ÖÊÔ½¸¥¹¥¿¥ó¥×Ž£¤ò»ÈÍѤ·¤Þ¤¹¤«?ÊÔ½¸¥¹¥¿¥ó¥×¤Ï郎¤¤¤ÄÅê¹Æ¤òÊÔ½¸¤·¤¿¤«µÏ¿¤·¤Þ¤¹¡£',1055978759,NULL); INSERT INTO international VALUES (630,'WebGUI',14,'WebGUI¤Ï¡¢¾®¤µ¤¤¤Ê¤¬¤é¤âÍê¤ì¤ë¡¢¥ê¥¢¥ë¥¿¥¤¥à¤Î¸¡º÷¥¨¥ó¥¸¥ó¤òÆâ¢¤·¤Æ¤¤¤Þ¤¹¡£¥Þ¥¯¥í¤Ç^?;¤ò»ÈÍѤ¹¤ì¤Ð¡¢ÆâÉô¸¡º÷¥¨¥ó¥¸¥ó¤ò»ÈÍѤǤ¤Þ¤¹¡£¤Þ¤¿¤Ï¡¢ ?op=search¤òURL¤ÎºÇ¸å¤ËÆþÎϤ·¤Æ¤â¸¡º÷¤Ç¤¤Þ¤¹¡£¤Þ¤¿¡¢¸¡º÷¥¨¥ó¥¸¥ó¤Ë¥¢¥¯¥»¥¹¤¹¤ë¤¿¤á¤Î¥Õ¥©¡¼¥à¤ò¼«Í³¤ËºîÀ®¤¹¤ë¤³¤È¤â¤Ç¤¤Þ¤¹¡£\r\n\r\nWebGUI¤Î¥µ¥¤¥È¤Ê¤É¤Ëº÷°ú¤ò¤Ä¤±¤ë¤¿¤á¤Ë¡¢¸¡º÷¥¨¥ó¥¸¥ó¤Ïï¤Ë¤È¤Ã¤Æ¤âɬÍפʤâ¤Î¤Ç¤¹¡£WebGUI¤Î¸¡º÷¥¨¥ó¥¸¥ó¤Ç¤Ç¤¤ë°Ê¾å¤Î¤³¤È¤ò¤´´õ˾¤Î¾ì¹ç¤â¤¢¤ë¤Ç¤·¤ç¤¦¡£¤½¤ì¤Ç¤·¤¿¤é¡¢MnoGo Search¤¢¤ë¤¤¤Ïht://Dig¤Î¥µ¥¤¥È¤ò´«¤á¤Þ¤¹¡£',1055466284,NULL); INSERT INTO international VALUES (10,'Article',14,'²þ¹Ô¤ò¡ãbr¡ä¤ËÊÑ´¹¤·¤Þ¤¹¤«¡©',1055813592,NULL); INSERT INTO international VALUES (629,'WebGUI',14,'¥×¥í¥¥·¥¥ã¥Ã¥·¥ó¥°¤òËɤ°\r\nWebGUI¤¬Àµ¾ï¤Ëưºî¤·¤Ê¤¤¥×¥í¥¥·¥µ¡¼¥Ð¤ò»ÈÍѤ·¤Æ¤¤¤ë²ñ¼Ò¤â¤¢¤ê¤Þ¤¹¡£¥×¥í¥¥·¡¼¥µ¡¼¥Ð¤ò¤´»ÈÍѤξì¹ç¡¢WebGUi¤Ë´Ø¤·¤ÆÌäÂ꤬ȯÀ¸¤¹¤ë»þ¤Ï¡¢¤³¤ÎÀßÄê¤ò\"¤Ï¤¤\"¤Ë¤·¤Æ²¼¤µ¤¤¡£¤³¤ÎÀßÄê¤ò\"¤Ï¤¤\"¤Ë¤·¤Þ¤¹¤È¡¢WebGUI¤ÎURL¤¬Ä̾ï¤è¤êʬ¤«¤ê¤Ë¤¯¤¤¤â¤Î¤Ë¤Ê¤ê¤Þ¤¹¤Î¤Ç¡¢¤´Î»¾µ²¼¤µ¤¤¡£\r\n\r\n¥Ç¥Ð¥Ã¥°¤òɽ¼¨\r\nWebGUI½ÐÎϤǥǥХ宥󥰾ðÊó¤òɽ¼¨¤·¤Æ¤¯¤À¤µ¤¤¡£¤³¤ì¤Ï¡¢WebGUI³«È¯¤Î½õ¤±¤Ë¤Ê¤ë¤À¤±¤Ç¤Ê¤¯¡¢ÌäÂê¤ò²ò·è¤·¤è¤¦¤È¤¹¤ë´ÉÍý¼Ô¤Ë¤È¤Ã¤Æ¤Ï¡¢¤µ¤é¤Ë͸ú¤Ê¤â¤Î¤Ë¤Ê¤ë¤Ç¤·¤ç¤¦¡£\r\n\r\n¥Ú¡¼¥¸¤ÎÅý·×\r\nWebGUI¤Ç¤Ï¡¢¤¢¤Ê¤¿¤Î¥µ¥¤¥È¤ÎÅý·×¾ðÊó¤ò¤È¤ë¤³¤È¤¬¤Ç¤¤Þ¤¹¡£Åý·×¤ò¤È¤ë¤È¡¢¥×¥í¥»¥Ã¥µ¤Ë¾¯¤·Ééô¤¬¤«¤«¤ê¡¢¤¢¤Ê¤¿¤Î¥Ç¡¼¥¿¡¼¥Ù¡¼¥¹¤Î¸úΨ¤¬¾å¤¬¤ê¤Þ¤¹¡£³°Éô¥¦¥§¥ÖÅý·×¥×¥í¥°¥é¥à¤ò»ý¤Ã¤Æ¤¤¤Ê¤¤¾ì¹ç¤Î¤ß¡¢¤³¤Î½èÍý¤ò²Äǽ¤Ë¤·¤Æ¤¯¤À¤µ¤¤¡£',1055464073,NULL); INSERT INTO international VALUES (624,'WebGUI',14,'WebGUI¥Þ¥¯¥í¤ÏÀÅŪ¥³¥ó¥Æ¥ó¥ÄÆâ¤ËưŪ¥³¥ó¥Æ¥ó¥Ä¤òºîÀ®¤¹¤ë¤¿¤á¤Ë»ÈÍѤµ¤ì¤Þ¤¹¡£Î㤨¤Ð¡¢Á´¤Æ¤Î¥Ú¡¼¥¸¤Ç¡¢¤É¤Î¥æ¡¼¥¶¡¼¤¬¥í¥°¥¤¥ó¤·¤Æ¤¤¤ë¤«¤òɽ¼¨¤·¤¿¤ê¡¢Æ°Åª¤Ë¥á¥Ë¥å¡¼¤òºîÀ®¤·¤¿¤ê¡¢crumb trail¡Ê¥æ¡¼¥¶¡¼¤¬½ä¤Ã¤Æ¤¤¿¥Ú¡¼¥¸¤Ø¤Î¥ê¥ó¥¯¡Ë¤òºîÀ®¤·¤¿¤ê¤¹¤ë¤³¤È¤¬¤Ç¤¤Þ¤¹¡£\r\n\r\n¥Þ¥¯¥í¤Ï¡¢¾ï¤Ë¥«¥é¥Ã¥È(¡°)¤«¤é»Ï¤Þ¤ê¡¢¾¯¤Ê¤¯¤È¤â¾¤Î¤â¤¦°ìʸ»ú¤¬Â³¤¡¢¥»¥ß¥³¥í¥ó(;)¤Ç½ª¤ï¤ê¤Þ¤¹¡£¥Þ¥¯¥í¤Ë¤Ï¡¢(¡Ö¥³¥ó¥Õ¥£¥°¥Æ¥¥¹¥È¡×)¤Î¥Õ¥©¡¼¥Þ¥Ã¥È¤ò¤È¤ë¤³¤È¤Ë¤è¤ê·ÁÀ®¤µ¤ì¤¿³ÈÄ¥¤¹¤ë¤³¤È¤¬¤Ç¤¤ë¤â¤Î¤â¤¢¤ê¤Þ¤¹¡£\r\n\r\nÃí:¼¡¤Î¥Þ¥¯¥í¤¬¡¢SQL¥ì¥Ý¡¼¥Èwobject¤ª¤è¤Ó¥¹¥¿¥¤¥ë¤ò´ÉÍýÃæ¤ÎBODY¤Çsystem/wobject-¤ËÆÃͤε¡Ç½¤Î¤¿¤á¤Ë»È¤ï¤ì¤Þ¤¹:¡°;¡¢¡°0¡¢¡°1¡¢¡°2¡¢¡°3¡¢¤Ê¤É',1055462360,NULL); INSERT INTO international VALUES (12,'USS',14,'(HTML¤ÇÅê¹Æ¤¹¤ë¾ì¹ç¡¢¥Á¥§¥Ã¥¯¤·¤Ê¤¤¤Ç¤¯¤À¤µ¤¤¡£)',1055404887,NULL); INSERT INTO international VALUES (8,'WebGUI',14,'¸ºß¤·¤Ê¤¤¥Ú¡¼¥¸¤òɽ¼¨',1055404423,NULL); INSERT INTO international VALUES (797,'WebGUI',14,'¥¢¥¯¥»¥¹Åý·×¤òɽ¼¨',1055404330,NULL); INSERT INTO international VALUES (722,'WebGUI',14,'ID',1055348008,NULL); INSERT INTO international VALUES (893,'WebGUI',14,'Wobject¥×¥í¥Ñ¥Æ¥£',1055347660,NULL); INSERT INTO international VALUES (767,'WebGUI',14,'¥³¥é¥Æ¥é¥ëID',1055813882,NULL); INSERT INTO international VALUES (777,'WebGUI',14,'¥Õ¥©¥ë¥ÀID',1055346970,NULL); INSERT INTO international VALUES (536,'WebGUI',14,'¿·µ¬¥æ¡¼¥¶¡¼¤¬¥µ¥¤¥È¤Ë»²²Ã¤·¤Þ¤·¤¿¡£',1055346603,NULL); INSERT INTO international VALUES (515,'WebGUI',14,'Åê¹Æ¤ËÊÔ½¸¥¹¥¿¥ó¥×¤ò²Ã¤¨¤Þ¤¹¤«¡©',1055346517,NULL); INSERT INTO international VALUES (499,'WebGUI',14,'Wobject ID',1055346440,NULL); INSERT INTO international VALUES (58,'WebGUI',14,'¤¹¤Ç¤Ë¥¢¥«¥¦¥ó¥È¤ò»ý¤Ã¤Æ¤¤¤ëÊý¤Ï¤³¤Á¤é',1055346235,NULL); INSERT INTO international VALUES (540,'WebGUI',14,'¥í¥°¥¤¥ó¤´¤È¤Î¥«¥ë¥ÞÃÍ',1055345921,NULL); INSERT INTO international VALUES (4,'SiteMap',14,'³¬ÁؤΥì¥Ù¥ë',1055342630,NULL); INSERT INTO international VALUES (47,'Product',14,'´ØÏ¢¾¦ÉʤϾ¤Î¾¦ÉÊ¤ÈÆ±Íͤξ¦ÉÊ¡¢¤Þ¤¿¤ÏÊäÂŪ¤Ê¾¦ÉʤǤ¹¡£\r\n\r\n´ØÏ¢¾¦ÉÊ\r\n´û¤ËÆþÎϤ·¤¿¾¦Éʥꥹ¥È¤«¤éÁªÂò¤·¤Æ¤¯¤À¤µ¤¤¡£\r\n\r\n¤½¤Î¾¤Î´ØÏ¢¾¦ÉʤòÄɲä·¤Þ¤¹¤«¡©\r\n¤â¤·Â¾¤Î´ØÏ¢¾¦ÉʤòÄɲ乤ë¾ì¹ç¤Ï¡¢¡Ö¤Ï¤¤¡×¤òÁªÂò¤·¤Æ¤¯¤À¤µ¤¤¡£',1055341294,NULL); INSERT INTO international VALUES (8,'Poll',14,'1¹Ô¤Ë1¤Ä¤Î²óÅú¤À¤±¤òÆþ¤ì¤Æ¤¯¤À¤µ¤¤¡£20¸Ä°Ê¾å¤ÏÆþ¤ì¤Ê¤¤¤Ç²¼¤µ¤¤¡£',1055340774,NULL); INSERT INTO international VALUES (20,'Poll',14,'Åêɼ¤´¤È¤Î¥«¥ë¥ÞÃÍ',1055340522,NULL); INSERT INTO international VALUES (20,'FileManager',14,'¥Ú¡¼¥¸ÈÖ¹æÉÕ¤±',1055335656,NULL); INSERT INTO international VALUES (22,'Article',14,'Åê¹Æ¼Ô',1055329898,NULL); INSERT INTO international VALUES (77,'EventsCalendar',14,'¤³¤Î¥¤¥Ù¥ó¥È¤ÈÁ´¤Æ¤Î·«¤êÊÖ¤·´ü´Ö¤òºï½ü',1055327896,NULL); INSERT INTO international VALUES (8,'EventsCalendar',14,'·«¤êÊÖ¤·´ü´Ö',1055327717,NULL); INSERT INTO international VALUES (72,'SyndicatedContent',14,'Äó·È¥³¥ó¥Æ¥ó¥Ä¥Æ¥ó¥×¥ì¡¼¥È',1055317168,NULL); INSERT INTO international VALUES (61,'SyndicatedContent',14,'Äó·È¥³¥ó¥Æ¥ó¥Ä¡¡ÄɲÃ/ÊÔ½¸',1055317134,NULL); INSERT INTO international VALUES (4,'SyndicatedContent',14,'Äó·È¥³¥ó¥Æ¥ó¥Ä¤òÊÔ½¸',1055317108,NULL); INSERT INTO international VALUES (2,'SyndicatedContent',14,'Äó·È¥³¥ó¥Æ¥ó¥Ä',1055317082,NULL); INSERT INTO international VALUES (11,'FAQ',14,'TOC(Table of Contents)¤òÊѹ¹¤·¤Þ¤¹¤«¡©',1055314978,NULL); INSERT INTO international VALUES (69,'Survey',14,'¤³¤Î¥æ¡¼¥¶¡¼¤ÎÊÖÅú¤òºï½ü',1055314348,NULL); INSERT INTO international VALUES (26,'Survey',14,'²óÅúÉÑÅÙ(¾ï¤Ë/Á´¤¯)¤ÎÈæÎ¨¤òÄɲÃ',1055313825,NULL); INSERT INTO international VALUES (27,'Survey',14,'°Õ¸«²óÅú(Ʊ°Õ¤¹¤ë/Ʊ°Õ¤·¤Ê¤¤)¤ÎÈæÎ¨¤òÄɲÃ',1055313798,NULL); INSERT INTO international VALUES (44,'Product',14,'¾¦ÉÊ¥¢¥¯¥»¥µ¥ê¡¡ÄɲÃ/ÊÔ½¸',1055312806,NULL); INSERT INTO international VALUES (4,'Product',14,'¤³¤Î´ØÏ¢¾¦ÉʤΥê¥ì¡¼¥·¥ç¥ó¤òºï½ü¤·¤Æ¤â¤¤¤¤¤Ç¤¹¤«¡©',1055312674,NULL); INSERT INTO international VALUES (36,'Product',14,'¥¢¥¯¥»¥µ¥ê¤òÄɲÃ',1055312634,NULL); INSERT INTO international VALUES (32,'Product',14,'¥¢¥¯¥»¥µ¥ê',1055312598,NULL); INSERT INTO international VALUES (2,'Product',14,'¤³¤Î¥¢¥¯¥»¥µ¥ê¤Î¥ê¥ì¡¼¥·¥ç¥ó¤òºï½ü¤·¤Æ¤â¤¤¤¤¤Ç¤¹¤«¡©',1055312557,NULL); INSERT INTO international VALUES (18,'Product',14,'¤½¤Î¾¤Î¥¢¥¯¥»¥µ¥ê¤òÄɲä·¤Þ¤¹¤«¡©',1055312525,NULL); INSERT INTO international VALUES (17,'Product',14,'¥¢¥¯¥»¥µ¥ê',1055312500,NULL); INSERT INTO international VALUES (16,'Product',14,'¥¢¥¯¥»¥µ¥ê¤òÄɲÃ',1055312449,NULL); INSERT INTO international VALUES (9,'HttpProxy',14,'¥¯¥Ã¥¡¼¥¸¥ã¡¼',1055300855,NULL); INSERT INTO international VALUES (892,'WebGUI',14,'¥Ç¥£¥¹¥«¥Ã¥·¥ç¥ó',1055298986,NULL); INSERT INTO international VALUES (5,'WobjectProxy',14,'Wobject¥×¥í¥¥·¡¡ÄɲÃ/ÊÔ½¸',1055298894,NULL); INSERT INTO international VALUES (3,'WobjectProxy',14,'Wobject¥×¥í¥¥·',1055298874,NULL); INSERT INTO international VALUES (2,'WobjectProxy',14,'Wobject¥×¥í¥¥·¤òÊÔ½¸',1055298847,NULL); INSERT INTO international VALUES (1,'WobjectProxy',14,'¥×¥í¥¥·¤Ø¤ÎWobject ',1055298827,NULL); INSERT INTO international VALUES (783,'WebGUI',14,'¥Õ¥¡¥¤¥ë¥¿¥¤¥×',1055297171,NULL); INSERT INTO international VALUES (778,'WebGUI',14,'¥Õ¥©¥ë¥À¤Î¼ïÎà',1055297143,NULL); INSERT INTO international VALUES (776,'WebGUI',14,'¥Õ¥©¥ë¥À¤òÊÔ½¸',1055297103,NULL); INSERT INTO international VALUES (775,'WebGUI',14,'¤³¤Î¥Õ¥©¥ë¥À¤òºï½ü¤·¤Æ¡¢¤³¤Î¥³¥ó¥Æ¥ó¥Ä¤ò¿Æ¥Õ¥©¥ë¥À¤Ë°Üư¤·¤Æ¤â¤¤¤¤¤Ç¤¹¤«¡©',1055297051,NULL); INSERT INTO international VALUES (769,'WebGUI',14,'¥Õ¥©¥ë¥ÀÀ°Íý',1055970339,NULL); INSERT INTO international VALUES (784,'WebGUI',14,'¥µ¥à¥Í¥¤¥ë',1055296967,NULL); INSERT INTO international VALUES (782,'WebGUI',14,'¤¹¤Ù¤Æ',1055296932,NULL); INSERT INTO international VALUES (76,'WebGUI',14,'¤³¤Î¥á¡¼¥ë¥¢¥É¥ì¥¹¤Ï¥Ç¡¼¥¿¥Ù¡¼¥¹¤Ë¤¢¤ê¤Þ¤»¤ó¡£',1055296661,NULL); INSERT INTO international VALUES (749,'WebGUI',14,'¥Ú¡¼¥¸¤ÎÅý·×¤ò¼è¤ê¤Þ¤¹¤«¡©',1055296488,NULL); INSERT INTO international VALUES (509,'WebGUI',14,'¥Ç¥£¥¹¥«¥Ã¥·¥ç¥ó¤Î¥ì¥¤¥¢¥¦¥È',1055295250,NULL); INSERT INTO international VALUES (450,'WebGUI',14,'²ñ¼Ò̾',1055295146,NULL); INSERT INTO international VALUES (436,'WebGUI',14,'¥»¥Ã¥·¥ç¥ó¤ò½ªÎ»',1055295070,NULL); INSERT INTO international VALUES (366,'WebGUI',14,'¤ªÃµ¤·¤Î¥Ú¡¼¥¸¤Ï¸«¤Ä¤«¤ê¤Þ¤»¤ó¤Ç¤·¤¿¡£',1055294961,NULL); INSERT INTO international VALUES (359,'WebGUI',14,'¥³¥é¥à¤ò±¦¤è¤»¤¹¤ë',1055294808,NULL); INSERT INTO international VALUES (358,'WebGUI',14,'¥³¥é¥à¤òº¸¤è¤»¤¹¤ë',1055294790,NULL); INSERT INTO international VALUES (135,'WebGUI',14,'SMTP¥µ¡¼¥Ð',1055294629,NULL); INSERT INTO international VALUES (331,'WebGUI',14,'²ñ¼Ò¤Î½»½ê¡ÊÅÔÆ»Éܸ©¡Ë',1055294519,NULL); INSERT INTO international VALUES (330,'WebGUI',14,'²ñ¼Ò¤Î½»½ê¡Ê»ÔĮ¼¡Ë',1055294491,NULL); INSERT INTO international VALUES (329,'WebGUI',14,'²ñ¼Ò¤Î½»½ê¡ÊÈÖÃÏ¡Ë',1055294462,NULL); INSERT INTO international VALUES (325,'WebGUI',14,'½»½ê¡ÊÅÔÆ»Éܸ©¡Ë',1055294399,NULL); INSERT INTO international VALUES (324,'WebGUI',14,'½»½ê¡Ê»ÔĮ¼¡Ë',1055294375,NULL); INSERT INTO international VALUES (323,'WebGUI',14,'½»½ê(ÈÖÃÏ)',1055294348,NULL); INSERT INTO international VALUES (46,'USS',14,'¤â¤Ã¤ÈÆÉ¤à',1055294035,NULL); INSERT INTO international VALUES (31,'USS',14,'¥³¥ó¥Æ¥ó¥Ä',1055293985,NULL); INSERT INTO international VALUES (627,'WebGUI',14,'¥×¥í¥Õ¥£¡¼¥ë¤Ë¤Ï¹¹¤Ë¾ÜºÙ¤Ê¥æ¡¼¥¶¡¼¾ðÊó¤òÆþÎϤ·¤Þ¤¹¡£¥×¥í¥Õ¥£¡¼¥ë¤Ï¥µ¥¤¥È¤Ç½ÅÍפʾì¹ç¤â¡¢¤½¤¦¤Ç¤Ê¤¤¾ì¹ç¤â¤¢¤ê¤Þ¤¹¡£¥×¥í¥Õ¥£¡¼¥ë¥·¥¹¥Æ¥à¤Ï³ÈÄ¥²Äǽ¤Ç¤¹¡£¥æ¡¼¥¶¡¼¥×¥í¥Õ¥£¡¼¥ë¤Ø¹¥¤¤Ê¤À¤±¾ðÊó¤ò²Ã¤¨¤ë¤³¤È¤¬¤Ç¤¤Þ¤¹¡£',1055289718,NULL); INSERT INTO international VALUES (625,'WebGUI',14,'¥µ¥¤¥È¾å¤Ç»ÈÍѤ¹¤ë¤¹¤Ù¤Æ¤Î¥¤¥á¡¼¥¸¤ò¥¢¥Ã¥×¥í¡¼¥É¤·¤Æ¤¯¤À¤µ¤¤¡£\r\n\r\n̾Á°\r\n¤³¤Î¥¤¥á¡¼¥¸¤ËÉÕ¤±¤é¤ì¤ë¥é¥Ù¥ë¡£\r\n\r\n¥Õ¥©¥ë¥À¤ÎÀ°Íý\r\n¤³¤Î¥¤¥á¡¼¥¸¤Ï¤É¤Î¥Õ¥©¥ë¥À¤ËÃÖ¤¤Þ¤¹¤«¡£\r\n\r\n¥Õ¥¡¥¤¥ë\r\n¥µ¡¼¥Ð¡¼¤Ë¥¢¥Ã¥×¥í¡¼¥É¤¹¤ë¥Õ¥¡¥¤¥ë¤ò¥í¡¼¥«¥ë¥É¥é¥¤¥Ö¤«¤éÁªÂò¤·¤Æ²¼¤µ¤¤¡£\r\n\r\n¥Ñ¥é¥á¡¼¥¿¡¼\r\nHTML¤ò WebGUIµ¬Äê¤Ë¤Æ¥«¥ë¥Þ¤Ë¤Ä¤¤¤Æ¤Î¾ÜºÙ¤òÆÀ¤ë¤³¤È¤¬¤Ç¤¤Þ¤¹¡£',1054520671,NULL); INSERT INTO international VALUES (651,'WebGUI',14,'¤´¤ß¤ò¶õ¤Ë¤¹¤ë¤òÁªÂò¤¹¤ë¤È¡¢¥´¥ßÈ¢¤ËÆþ¤Ã¤Æ¤¤¤¿¤¹¤Ù¤Æ¤Î¥¢¥¤¥Æ¥à¤¬´°Á´¤Ëºï½ü¤µ¤ì¤Þ¤¹¡£´°Á´¤Ëºï½ü¤·¤Æ¤è¤¤¤«Ê¬¤«¤é¤Ê¤¤¾ì¹ç¤Ï¡¢¥´¥ßÈ¢¤ò¶õ¤Ë¤¹¤ëÁ°¤Ë¡¢¥¯¥ê¥Ã¥×¥Ü¡¼¥É¤ËÃÖ¤¤¤Æ¤ª¤¤¤Æ²¼¤µ¤¤¡£',1054520035,NULL); INSERT INTO international VALUES (640,'WebGUI',14,'¥Æ¥ó¥×¥ì¡¼¥È¤òºï½ü¤¹¤ë¾ì¹ç¤Ï¡¢»ÈÍÑÃæ¤Ç¤Ê¤¤¤³¤È¤ò³Îǧ¤·¤Æ²¼¤µ¤¤¡£»ÈÍÑÃæ¤Î¥Æ¥ó¥×¥ì¡¼¥È¤òºï½ü¤¹¤ë¤È¡¢¥µ¥¤¥È¤Ë±Æ¶Á¤¹¤ë¶²¤ì¤¬¤¢¤ê¤Þ¤¹¡£',1054519759,NULL); INSERT INTO international VALUES (638,'WebGUI',14,'¥³¥ó¥Æ¥ó¥Ä¤ò¤É¤¦¥ì¥¤¥¢¥¦¥È¤¹¤ë¤«·è¤á¤ë¤Î¤Ë¡¢WebGUI¤Î¥Æ¥ó¥×¥ì¡¼¥È¤ò»È¤¦¤³¤È¤¬¤Ç¤¤Þ¤¹¡£WebGUI¤Ë¤Ï¤¿¤¯¤µ¤ó¤Î¥Æ¥ó¥×¥ì¡¼¥È¤¬¤¢¤ê¤Þ¤¹¡£¤Þ¤¿¥Æ¥ó¥×¥ì¡¼¥È´ÉÍý¥·¥¹¥Æ¥à¤ò»ÈÍѤ¹¤ë¤È¡¢¤É¤¦¤¤¤¦»Å¾å¤¬¤ê¤Ë¤Ê¤ë¤«¤òÀµ³Î¤Ë³Îǧ¤Ç¤¤Þ¤¹¡£¤Þ¤¿¡¢¥·¥¹¥Æ¥à¤Ë¼«Ê¬¤Î¥Æ¥ó¥×¥ì¡¼¥È¤ò²Ã¤¨¤ë¤³¤È¤â¤Ç¤¤Þ¤¹¡£',1054519421,NULL); INSERT INTO international VALUES (421,'WebGUI',14,'´ðËÜ¥Õ¥©¡¼¥Þ¥Ã¥È°Ê³°¤Ï¤¹¤Ù¤Æºï½ü',1054516963,NULL); INSERT INTO international VALUES (42,'WebGUI',14,'³Îǧ',1054516937,NULL); INSERT INTO international VALUES (346,'WebGUI',14,'¤³¤Î¥æ¡¼¥¶¡¼¤Ï»ä¤¿¤Á¤Î¥µ¥¤¥È¤Î¥á¥ó¥Ð¡¼¥æ¡¼¥¶¡¼¤Ç¤Ï¤¢¤ê¤Þ¤»¤ó¡£',1054516881,NULL); INSERT INTO international VALUES (106,'WebGUI',14,'¤³¤Î¥¹¥¿¥¤¥ë¤Ç¤³¤Î¥Ú¡¼¥¸²¼¤Î¥Ú¡¼¥¸¤¹¤Ù¤Æ¤òÊѹ¹¤¹¤ë¤Ë¤Ï¡Ö¤Ï¤¤¡×¤òÁªÂò¤·¤Æ¤¯¤À¤µ¤¤¡£',1054516773,NULL); INSERT INTO international VALUES (433,'WebGUI',14,'¥æ¡¼¥¶¡¼¥¨¡¼¥¸¥§¥ó¥È',1054466359,NULL); INSERT INTO international VALUES (349,'WebGUI',14,'ºÇ¿·¥Ð¡¼¥¸¥ç¥ó',1054466070,NULL); INSERT INTO international VALUES (860,'WebGUI',14,'¥á¡¼¥ë¥¢¥É¥ì¥¹¤ò¸ø³«¤·¤Þ¤¹¤«¡©',1054464160,NULL); INSERT INTO international VALUES (754,'WebGUI',14,'¥°¥ë¡¼¥×Æâ¤Î¥æ¡¼¥¶¡¼¤ò´ÉÍý',1054463568,NULL); INSERT INTO international VALUES (403,'WebGUI',14,'¸À¤¤¤¿¤¯¤Ê¤¤',1054462422,NULL); INSERT INTO international VALUES (535,'WebGUI',14,'¥°¥ë¡¼¥×¤¬¿·µ¬¥æ¡¼¥¶¤òÄÌÃÎ',1054462174,NULL); INSERT INTO international VALUES (534,'WebGUI',14,'¿·µ¬¥æ¡¼¥¶¡¼¤ÎÄÌÃΤò¤·¤Þ¤¹¤«¡©',1055814360,NULL); INSERT INTO international VALUES (521,'WebGUI',14,'¥Ú¡¼¥¸¥ã¡¼¤Ë¥á¡¼¥ë¤ÇÄÌÃÎ',1054461920,NULL); INSERT INTO international VALUES (518,'WebGUI',14,'¼õ¿®¤ÎÄÌÃÎ',1054461887,NULL); INSERT INTO international VALUES (16,'FileManager',14,'¥¢¥Ã¥×¥í¡¼¥ÉÆü',1054461656,NULL); INSERT INTO international VALUES (94,'WebGUI',14,'¥Ø¥ë¥×¤ò¤µ¤é¤Ë¸«¤ë',1054461548,NULL); INSERT INTO international VALUES (751,'WebGUI',14,'¤³¤Î¥æ¡¼¥¶¡¼¤Ë¤Ê¤ë',1054461410,NULL); INSERT INTO international VALUES (75,'WebGUI',14,'¥¢¥«¥¦¥ó¥È¾ðÊó¤Ï¡¢¤¢¤Ê¤¿¤Î¥á¡¼¥ë¥¢¥É¥ì¥¹¤ËÁ÷¤é¤ì¤Þ¤·¤¿¡£',1054461358,NULL); INSERT INTO international VALUES (510,'WebGUI',14,'¥Õ¥é¥Ã¥È',1054461105,NULL); INSERT INTO international VALUES (483,'WebGUI',14,'¤Ï¤¤¤«¤¤¤¤¤¨',1054460904,NULL); INSERT INTO international VALUES (32,'WebGUI',14,'¶â',1054460700,NULL); INSERT INTO international VALUES (31,'WebGUI',14,'ÌÚ',1054460681,NULL); INSERT INTO international VALUES (30,'WebGUI',14,'¿å',1054460664,NULL); INSERT INTO international VALUES (29,'WebGUI',14,'²Ð',1054460643,NULL); INSERT INTO international VALUES (28,'WebGUI',14,'·î',1054460627,NULL); INSERT INTO international VALUES (27,'WebGUI',14,'Æü',1054460609,NULL); INSERT INTO international VALUES (33,'WebGUI',14,'ÅÚ',1054460532,NULL); INSERT INTO international VALUES (244,'WebGUI',14,'Åê¹Æ¼Ô',1054460477,NULL); INSERT INTO international VALUES (1030,'WebGUI',14,'¤è¤Ã¤Æ',1054459880,NULL); INSERT INTO international VALUES (4,'EventsCalendar',14,'1²ó¤Î¤ß',1054459735,NULL); INSERT INTO international VALUES (444,'WebGUI',14,'¤½¤Î¾¤Î¾ðÊó',1054459288,NULL); INSERT INTO international VALUES (63,'WebGUI',14,'Admin¤Ç´ÉÍý',1054458416,NULL); INSERT INTO international VALUES (530,'WebGUI',14,'¤¹¤Ù¤Æ¤Îñ¸ì',1054458365,NULL); INSERT INTO international VALUES (531,'WebGUI',14,'¶ç',1054458346,NULL); INSERT INTO international VALUES (532,'WebGUI',14,'1¤Ä¤Îñ¸ì',1054458327,NULL); INSERT INTO international VALUES (517,'WebGUI',14,'Admin¤òÊѹ¹',1054458210,NULL); INSERT INTO international VALUES (516,'WebGUI',14,'Admin¤Ç´ÉÍý',1054458191,NULL); INSERT INTO international VALUES (519,'WebGUI',14,'ÄÌÃΤ·¤Ê¤¤',1054458169,NULL); INSERT INTO international VALUES (522,'WebGUI',14,'ICQ¤ÇÄÌÃÎ',1054458150,NULL); INSERT INTO international VALUES (520,'WebGUI',14,'¥á¡¼¥ë¤ÇÄÌÃÎ',1054458086,NULL); INSERT INTO international VALUES (889,'WebGUI',14,'¥¹¥¿¥¤¥ë¥·¡¼¥È¡¡¥¿¥Ö',1054456438,NULL); INSERT INTO international VALUES (880,'WebGUI',14,'ºÇ¸å¤ÎÀÚ»¥¥¨¥Ç¥£¥¿¡¼',1054456396,NULL); INSERT INTO international VALUES (873,'WebGUI',14,'¥¹¥ì¥Ã¥É¤Ë½ð̾',1054456160,NULL); INSERT INTO international VALUES (869,'WebGUI',14,'¥¦¥§¥ë¥«¥à¥á¥Ã¥»¡¼¥¸',1054456135,NULL); INSERT INTO international VALUES (868,'WebGUI',14,'¥¦¥§¥ë¥«¥à¥á¥Ã¥»¡¼¥¸¤òÁ÷¿®¤·¤Þ¤¹¤«¡©',1054456110,NULL); INSERT INTO international VALUES (837,'WebGUI',14,'¥Õ¥©¥ë¥À¡¡ÄɲÃ/ÊÔ½¸',1055968854,NULL); INSERT INTO international VALUES (833,'WebGUI',14,'¥Õ¥¡¥¤¥ë¡¡ÄɲÃ/ÊÔ½¸',1054455718,NULL); INSERT INTO international VALUES (825,'WebGUI',14,'¥Æ¥ó¥×¥ì¡¼¥È¡¡¸À¸ì',1054455671,NULL); INSERT INTO international VALUES (734,'WebGUI',14,'5 ¾åµé¼Ô',1054455456,NULL); INSERT INTO international VALUES (733,'WebGUI',14,'4 Ãæ¾åµé¼Ô',1054455434,NULL); INSERT INTO international VALUES (731,'WebGUI',14,'2 ½éÃæµé¼Ô',1054455404,NULL); INSERT INTO international VALUES (730,'WebGUI',14,'1 ½éµé¼Ô',1054455367,NULL); INSERT INTO international VALUES (732,'WebGUI',14,'3 Ãæµé¼Ô',1054455322,NULL); INSERT INTO international VALUES (702,'WebGUI',14,'·î',1054455115,NULL); INSERT INTO international VALUES (697,'WebGUI',14,'¥«¥ë¥Þ¡¡»ÈÍѤ¹¤ë',1054455069,NULL); INSERT INTO international VALUES (696,'WebGUI',14,'¥´¥ßÈ¢¡¡¶õ¤Ë¤¹¤ë',1054455044,NULL); INSERT INTO international VALUES (685,'WebGUI',14,'¥Æ¥ó¥×¥ì¡¼¥È¡¡ºï½ü',1054455016,NULL); INSERT INTO international VALUES (684,'WebGUI',14,'¥Æ¥ó¥×¥ì¡¼¥È¡¡ÄɲÃ/ÊÔ½¸',1054454996,NULL); INSERT INTO international VALUES (683,'WebGUI',14,'¥Æ¥ó¥×¥ì¡¼¥È¡¡´ÉÍý',1054454975,NULL); INSERT INTO international VALUES (682,'WebGUI',14,'¥æ¡¼¥¶¡¼¥×¥í¥Õ¥£¡¼¥ë¡¡ÊÔ½¸',1054454955,NULL); INSERT INTO international VALUES (681,'WebGUI',14,'¥Ñ¥Ã¥±¡¼¥¸¡¡ºîÀ®',1054454927,NULL); INSERT INTO international VALUES (680,'WebGUI',14,'¥Ñ¥Ã¥±¡¼¥¸¡¡ÄɲÃ',1054454752,NULL); INSERT INTO international VALUES (679,'WebGUI',14,'¥³¥ó¥Æ¥ó¥Ä¤ÎÀßÄê¡¡ÊÔ½¸',1054454700,NULL); INSERT INTO international VALUES (678,'WebGUI',14,'¥ë¡¼¥È¡¡´ÉÍý',1054454671,NULL); INSERT INTO international VALUES (677,'WebGUI',14,'Wobject¡¡ÄɲÃ/ÊÔ½¸',1054454646,NULL); INSERT INTO international VALUES (675,'WebGUI',14,'¥µ¡¼¥Á¥¨¥ó¥¸¥ó¡¡»ÈÍѤ¹¤ë',1054454622,NULL); INSERT INTO international VALUES (674,'WebGUI',14,'¤½¤Î¾¤ÎÀßÄê¡¡ÊÔ½¸',1054454596,NULL); INSERT INTO international VALUES (672,'WebGUI',14,'¥×¥í¥Õ¥£¡¼¥ëÀßÄê¡¡ÊÔ½¸',1054454575,NULL); INSERT INTO international VALUES (671,'WebGUI',14,'Wobjects¡¡»ÈÍѤ¹¤ë',1054454536,NULL); INSERT INTO international VALUES (670,'WebGUI',14,'¥¤¥á¡¼¥¸¡¡ÄɲÃ/ÊÔ½¸',1054454493,NULL); INSERT INTO international VALUES (669,'WebGUI',14,'¥Þ¥¯¥í¡¡»ÈÍѤ¹¤ë',1054454474,NULL); INSERT INTO international VALUES (668,'WebGUI',14,'¥¹¥¿¥¤¥ë¥·¡¼¥È¡¡»ÈÍѤ¹¤ë',1054454449,NULL); INSERT INTO international VALUES (667,'WebGUI',14,'¥°¥ë¡¼¥×¡¡ÄɲÃ/ÊÔ½¸',1054454417,NULL); INSERT INTO international VALUES (666,'WebGUI',14,'¥¹¥¿¥¤¥ë¡¡ÄɲÃ/ÊÔ½¸',1054454393,NULL); INSERT INTO international VALUES (665,'WebGUI',14,'¥°¥ë¡¼¥×¡¡ºï½ü',1054454370,NULL); INSERT INTO international VALUES (664,'WebGUI',14,'Wobject¡¡ºï½ü',1054454349,NULL); INSERT INTO international VALUES (663,'WebGUI',14,'ÀßÄê´ÉÍý¡¡ÊÔ½¸',1054454325,NULL); INSERT INTO international VALUES (662,'WebGUI',14,'ÀßÄê¡¡´ÉÍý',1054454299,NULL); INSERT INTO international VALUES (65,'WebGUI',14,'¥¢¥«¥¦¥ó¥È¤ò»ÈÍÑÉԲĤˤ¹¤ë',1054454270,NULL); INSERT INTO international VALUES (661,'WebGUI',14,'¥Õ¥¡¥¤¥ëÀßÄê¡¡ÊÔ½¸',1054453118,NULL); INSERT INTO international VALUES (660,'WebGUI',14,'¥°¥ë¡¼¥×¡¡´ÉÍý',1054453097,NULL); INSERT INTO international VALUES (659,'WebGUI',14,'¥¹¥¿¥¤¥ë¡¡´ÉÍý',1054453076,NULL); INSERT INTO international VALUES (658,'WebGUI',14,'¥æ¡¼¥¶¡¼¡¡´ÉÍý',1054453049,NULL); INSERT INTO international VALUES (652,'WebGUI',14,'¥æ¡¼¥¶¡¼ÀßÄê¡¡ÊÔ½¸',1054453016,NULL); INSERT INTO international VALUES (596,'WebGUI',14,'Ìõ¤Ê¤·',1054452794,NULL); INSERT INTO international VALUES (574,'WebGUI',14,'¾µÇ§ÉÔ²Ä',1054452444,NULL); INSERT INTO international VALUES (572,'WebGUI',14,'¾µÇ§',1054452400,NULL); INSERT INTO international VALUES (1039,'WebGUI',1,'Back',1066073289,'A generic term meaning to go to a place in history, or more specifically, a page in the user\'s history.'); INSERT INTO international VALUES (563,'WebGUI',14,'¥Ç¥Õ¥©¥ë¥È¾õÂÖ',1054452073,NULL); INSERT INTO international VALUES (561,'WebGUI',14,'¾µÇ§ÉÔ²Ä',1054452041,NULL); INSERT INTO international VALUES (560,'WebGUI',14,'¾µÇ§ºÑ',1054451994,NULL); INSERT INTO international VALUES (533,'WebGUI',14,'ñ¸ì¤Ê¤·',1054451874,NULL); INSERT INTO international VALUES (526,'WebGUI',14,'JavaScript¤òºï½ü¤·¤Æ¡¢¥Þ¥¯¥í¤òÈóµö²Ä',1054451741,NULL); INSERT INTO international VALUES (422,'WebGUI',14,'¥í¥°¥¤¥ó¤Ë¼ºÇÔ¤·¤Þ¤·¤¿¡£ÆþÎϤµ¤ì¤¿¥¢¥«¥¦¥ó¥È¤Ï°ìÃפ·¤Þ¤»¤ó¡£',1054451567,NULL); INSERT INTO international VALUES (585,'WebGUI',14,'ËÝÌõ¤ò´ÉÍý',1054320764,NULL); INSERT INTO international VALUES (4,'WobjectProxy',14,'Wobject¤Î¥×¥í¥¥·¥ó¥°¤Ë¼ºÇÔ¤·¤Þ¤·¤¿¡£¥×¥í¥¥·¥ó¥°¤µ¤ì¤¿Wobject¤Ïºï½ü¤µ¤ì¤Þ¤·¤¿¡£',1054316289,NULL); INSERT INTO international VALUES (827,'WebGUI',14,'Wobject¥Æ¥ó¥×¥ì¡¼¥È',1054315885,NULL); INSERT INTO international VALUES (742,'WebGUI',14,'¥Æ¥ó¥×¥ì¡¼¥È¤ò´ÉÍý',1054315768,NULL); INSERT INTO international VALUES (72,'WebGUI',14,'Éüµì',1054315708,NULL); INSERT INTO international VALUES (71,'WebGUI',14,'¥Ñ¥¹¥ï¡¼¥É¤òÉüµì',1054315661,NULL); INSERT INTO international VALUES (7,'WebGUI',14,'¥æ¡¼¥¶¡¼¤ò´ÉÍý',1054315618,NULL); INSERT INTO international VALUES (657,'WebGUI',14,'¥æ¡¼¥¶¡¼¡¡ºï½ü',1054315583,NULL); INSERT INTO international VALUES (656,'WebGUI',14,'²ñ¼Ò¾ðÊó¡¡ÊÔ½¸',1054315564,NULL); INSERT INTO international VALUES (655,'WebGUI',14,'¥æ¡¼¥¶¡¼¡¡ÄɲÃ/ºï½ü',1054315547,NULL); INSERT INTO international VALUES (654,'WebGUI',14,'¥¹¥¿¥¤¥ë¡¡ºï½ü',1054315522,NULL); INSERT INTO international VALUES (653,'WebGUI',14,'¥Ú¡¼¥¸¡¡ºï½ü',1054315504,NULL); INSERT INTO international VALUES (642,'WebGUI',14,'¥Ú¡¼¥¸¡¡ÄɲÃ/ÊÔ½¸',1054315487,NULL); INSERT INTO international VALUES (62,'WebGUI',14,'Êݸ',1054315441,NULL); INSERT INTO international VALUES (597,'WebGUI',14,'¥¤¥ó¥¿¡¼¥Ê¥·¥ç¥Ê¥ë¥á¥Ã¥»¡¼¥¸¤òÊÔ½¸',1054315204,NULL); INSERT INTO international VALUES (594,'WebGUI',14,'¥á¥Ã¥»¡¼¥¸¤òËÝÌõ',1054315177,NULL); INSERT INTO international VALUES (59,'WebGUI',14,'¥Ñ¥¹¥ï¡¼¥É¤ò˺¤ì¤¿Êý¤Ï¤³¤Á¤é',1054315126,NULL); INSERT INTO international VALUES (589,'WebGUI',14,'ËÝÌõ¤òÊÔ½¸',1054314497,NULL); INSERT INTO international VALUES (586,'WebGUI',14,'ËÝÌõ¤ò´ÉÍý',1054314375,NULL); INSERT INTO international VALUES (566,'WebGUI',14,'¥¿¥¤¥à¥¢¥¦¥È¤òÊÔ½¸',1054314316,NULL); INSERT INTO international VALUES (558,'WebGUI',14,'¥æ¡¼¥¶¡¼¤Î¥«¥ë¥Þ¤òÊÔ½¸',1054314243,NULL); INSERT INTO international VALUES (543,'WebGUI',14,'¿·µ¬¥¤¥á¡¼¥¸¥°¥ë¡¼¥×¤òÄɲÃ',1054314167,NULL); INSERT INTO international VALUES (539,'WebGUI',14,'¥«¥ë¥Þ¤ò²Äǽ¤Ë¤·¤Þ¤¹¤«¡©',1054314095,NULL); INSERT INTO international VALUES (538,'WebGUI',14,'¥«¥ë¥ÞÎΰè',1054314054,NULL); INSERT INTO international VALUES (537,'WebGUI',14,'¥«¥ë¥Þ',1054314016,NULL); INSERT INTO international VALUES (525,'WebGUI',14,'¥³¥ó¥Æ¥ó¥Ä¤ÎÀßÄê¤òÊÔ½¸',1054313947,NULL); INSERT INTO international VALUES (508,'WebGUI',14,'¥Æ¥ó¥×¥ì¡¼¥È¤ò´ÉÍý',1054313882,NULL); INSERT INTO international VALUES (507,'WebGUI',14,'¥Æ¥ó¥×¥ì¡¼¥È¤òÊÔ½¸',1054313866,NULL); INSERT INTO international VALUES (506,'WebGUI',14,'¥Æ¥ó¥×¥ì¡¼¥È¤ò´ÉÍý',1054313847,NULL); INSERT INTO international VALUES (505,'WebGUI',14,'¿·µ¬¥Æ¥ó¥×¥ì¡¼¥È¤òÄɲÃ',1054313824,NULL); INSERT INTO international VALUES (5,'WebGUI',14,'¥°¥ë¡¼¥×¤ò´ÉÍý',1054313797,NULL); INSERT INTO international VALUES (484,'WebGUI',14,'¥ê¥¹¥È¤òÁªÂò',1054313706,NULL); INSERT INTO international VALUES (455,'WebGUI',14,'¥æ¡¼¥¶¡¼¥×¥í¥Õ¥£¡¼¥ë¤òÊÔ½¸',1054313559,NULL); INSERT INTO international VALUES (449,'WebGUI',14,'¤½¤Î¾¤Î¾ðÊó',1054313520,NULL); INSERT INTO international VALUES (424,'WebGUI',14,'¥í¥°¤òɽ¼¨',1054313435,NULL); INSERT INTO international VALUES (423,'WebGUI',14,'¥¢¥¯¥Æ¥£¥Ö¥»¥Ã¥·¥ç¥ó¤òɽ¼¨',1054313417,NULL); INSERT INTO international VALUES (419,'WebGUI',14,'¤¹¤Ù¤Æ¤Î¥Æ¥¥¹¥È¤òºï½ü',1054313358,NULL); INSERT INTO international VALUES (417,'WebGUI',14,'¥»¥¥å¥ê¥Æ¥£¤Î˸³²\r\n¤³¤Î¥Ú¡¼¥¸¤Ë´Ø·¸¤Ê¤¤wobject¤ò¥¢¥¯¥»¥¹¤·¤è¤¦¤È¤·¤Þ¤·¤¿¡£',1054313335,NULL); INSERT INTO international VALUES (410,'WebGUI',14,'¥ë¡¼¥È¤ò´ÉÍý',1054313286,NULL); INSERT INTO international VALUES (409,'WebGUI',14,'¿·µ¬¥ë¡¼¥È¤òÄɲÃ',1054313263,NULL); INSERT INTO international VALUES (408,'WebGUI',14,'¥ë¡¼¥È¤ò´ÉÍý',1054313246,NULL); INSERT INTO international VALUES (400,'WebGUI',14,'¥×¥í¥¥·¡¼¥¥ã¥Ã¥·¥å¤òËɤ°',1054313213,NULL); INSERT INTO international VALUES (4,'WebGUI',14,'ÀßÄê¤ò´ÉÍý',1054313173,NULL); INSERT INTO international VALUES (395,'WebGUI',14,'¿·µ¬¥¤¥á¡¼¥¸¤òÄɲÃ',1054313140,NULL); INSERT INTO international VALUES (391,'WebGUI',14,'źÉÕ¥Õ¥¡¥¤¥ë¤òºï½ü',1054313095,NULL); INSERT INTO international VALUES (388,'WebGUI',14,'¹¹¿·Æü',1054313073,NULL); INSERT INTO international VALUES (387,'WebGUI',14,'¹¹¿·¤·¤Þ¤·¤¿',1054313029,NULL); INSERT INTO international VALUES (386,'WebGUI',14,'¥¤¥á¡¼¥¸¤òÊÔ½¸',1054313002,NULL); INSERT INTO international VALUES (374,'WebGUI',14,'¥Ñ¥Ã¥±¡¼¥¸´ÉÍý',1054312972,NULL); INSERT INTO international VALUES (354,'WebGUI',14,'¼õ¿®¥Ü¥Ã¥¯¥¹¤òɽ¼¨',1054312933,NULL); INSERT INTO international VALUES (375,'WebGUI',14,'Ÿ³«¤¹¤ë¥Ñ¥Ã¥±¡¼¥¸¤òÁªÂò',1054312910,NULL); INSERT INTO international VALUES (372,'WebGUI',14,'¥æ¡¼¥¶¡¼¥°¥ë¡¼¥×¤òÊÔ½¸',1054312893,NULL); INSERT INTO international VALUES (371,'WebGUI',14,'¥°¥ë¡¼¥×¤òÄɲÃ',1054312870,NULL); INSERT INTO international VALUES (370,'WebGUI',14,'¥°¥ë¡¼¥×¤òÊÔ½¸',1054312853,NULL); INSERT INTO international VALUES (347,'WebGUI',14,'¥×¥í¥Õ¥£¡¼¥ë¤òɽ¼¨',1054312776,NULL); INSERT INTO international VALUES (343,'WebGUI',14,'¥×¥í¥Õ¥£¡¼¥ë¤òɽ¼¨',1054312751,NULL); INSERT INTO international VALUES (342,'WebGUI',14,'¥¢¥«¥¦¥ó¥È¾ðÊó¤òÊÔ½¸',1054312733,NULL); INSERT INTO international VALUES (341,'WebGUI',14,'¥×¥í¥Õ¥£¡¼¥ë¤òÊÔ½¸',1054312715,NULL); INSERT INTO international VALUES (338,'WebGUI',14,'¥×¥í¥Õ¥£¡¼¥ë¤òÊÔ½¸',1054312697,NULL); INSERT INTO international VALUES (332,'WebGUI',14,'²ñ¼Ò¤ÎÍ¹ÊØÈÖ¹æ',1054312671,NULL); INSERT INTO international VALUES (328,'WebGUI',14,'¼«Âð¤ÎÅÅÏÃÈÖ¹æ',1054312632,NULL); INSERT INTO international VALUES (313,'WebGUI',14,'¤½¤Î¾¤Î¾ðÊó¤òµö²Ä¤·¤Þ¤¹¤«¡©',1054312428,NULL); INSERT INTO international VALUES (308,'WebGUI',14,'¥×¥í¥Õ¥£¡¼¥ëÀßÄê¤òÊÔ½¸',1054312359,NULL); INSERT INTO international VALUES (3,'WebGUI',14,'¥¯¥ê¥Ã¥×¥Ü¡¼¥É¤«¤éޤêÉÕ¤±Ž¥Ž¥Ž¥',1054312335,NULL); INSERT INTO international VALUES (174,'WebGUI',14,'¥¿¥¤¥È¥ë¤òɽ¼¨',1054312271,NULL); INSERT INTO international VALUES (169,'WebGUI',14,'¿·µ¬¥æ¡¼¥¶¡¼¤òÄɲÃ',1054312248,NULL); INSERT INTO international VALUES (168,'WebGUI',14,'¥æ¡¼¥¶¡¼¤òÊÔ½¸',1054312227,NULL); INSERT INTO international VALUES (163,'WebGUI',14,'¥æ¡¼¥¶¡¼¤òÄɲÃ',1054312200,NULL); INSERT INTO international VALUES (162,'WebGUI',14,'¤´¤ß¤ÎÃæ¤Î¥Ú¡¼¥¸¤äwobjects¤ò¤¹¤Ù¤Æºï½ü¤·¤Æ¤¤¤¤¤Ç¤¹¤«¡©',1054312177,NULL); INSERT INTO international VALUES (159,'WebGUI',14,'¼õ¿®¥Ü¥Ã¥¯¥¹',1054312149,NULL); INSERT INTO international VALUES (161,'WebGUI',14,'ÅÐÏ¿¤·¤Þ¤·¤¿',1054312117,NULL); INSERT INTO international VALUES (160,'WebGUI',14,'ÅÐÏ¿Æü',1054312070,NULL); INSERT INTO international VALUES (158,'WebGUI',14,'¿·µ¬¥¹¥¿¥¤¥ë¤òÄɲÃ',1054312043,NULL); INSERT INTO international VALUES (156,'WebGUI',14,'¥¹¥¿¥¤¥ë¤òÊÔ½¸',1054312008,NULL); INSERT INTO international VALUES (148,'WebGUI',14,'Wobjects',1054311985,NULL); INSERT INTO international VALUES (155,'WebGUI',14,'¤³¤Î¥¹¥¿¥¤¥ë¤È¡¢¡Ö¥Õ¥§¡¼¥ë¥»¡¼¥Õ¡×¥¹¥¿¥¤¥ë¤Ë¤³¤Î¥¹¥¿¥¤¥ë¤ò»È¤¦¤¹¤Ù¤Æ¤Î¥Ú¡¼¥¸¤òºï½ü¤·¤Æ¤â¤¤¤¤¤Ç¤¹¤«¡©',1054311920,NULL); INSERT INTO international VALUES (144,'WebGUI',14,'Åý·×¤òɽ¼¨',1054311862,NULL); INSERT INTO international VALUES (143,'WebGUI',14,'ÀßÄê¤ò´ÉÍý',1054311842,NULL); INSERT INTO international VALUES (134,'WebGUI',14,'¥Ñ¥¹¥ï¡¼¥É¥á¥Ã¥»¡¼¥¸¤òÉüµì',1054311807,NULL); INSERT INTO international VALUES (14,'WebGUI',14,'̤·èÄê¤ÎÄ󰯤òɽ¼¨',1054311778,NULL); INSERT INTO international VALUES (133,'WebGUI',14,'¥á¥Ã¥»¡¼¥¸ÀßÄê¤òÊÔ½¸',1054311719,NULL); INSERT INTO international VALUES (130,'WebGUI',14,'ºÇÂçźÉÕ¥Õ¥¡¥¤¥ë¥µ¥¤¥º',1054311702,NULL); INSERT INTO international VALUES (13,'WebGUI',14,'¥Ø¥ë¥×°ìÍ÷¤òɽ¼¨',1054311679,NULL); INSERT INTO international VALUES (124,'WebGUI',14,'²ñ¼Ò¾ðÊó¤òÊÔ½¸',1054311656,NULL); INSERT INTO international VALUES (12,'WebGUI',14,'Admin¤òÊѹ¹',1054311631,NULL); INSERT INTO international VALUES (118,'WebGUI',14,'ƿ̾¤ÇÅÐÏ¿',1054311596,NULL); INSERT INTO international VALUES (117,'WebGUI',14,'¥æ¡¼¥¶¡¼ÀßÄê¤òÊÔ½¸',1054311576,NULL); INSERT INTO international VALUES (57,'USS',14,'ÊÖÅú',1054311346,NULL); INSERT INTO international VALUES (47,'USS',14,'ÊÖÅú¤òÅê¹Æ',1054311311,NULL); INSERT INTO international VALUES (21,'USS',14,'ÅÐÏ¿¤µ¤ì¤Þ¤·¤¿',1054311136,NULL); INSERT INTO international VALUES (13,'USS',14,'ÅÐÏ¿Æü',1054310994,NULL); INSERT INTO international VALUES (73,'Survey',14,'Á´¤Æ¤ÎÊÖÅú¤òºï½ü',1054310845,NULL); INSERT INTO international VALUES (68,'Survey',14,'¥ì¥Ý¡¼¥È¤òɽ¼¨¤·¤Æ¥¨¥¯¥¹¥Ý¡¼¥È',1054310760,NULL); INSERT INTO international VALUES (65,'Survey',14,'Á´¤Æ¤ÎÍ×Ìó¤ò¥¨¥¯¥¹¥Ý¡¼¥È',1054310687,NULL); INSERT INTO international VALUES (64,'Survey',14,'ÊÖÅú¤ò¥¨¥¯¥¹¥Ý¡¼¥È',1054310668,NULL); INSERT INTO international VALUES (63,'Survey',14,'¼ÁÌä¤ò¥¨¥¯¥¹¥Ý¡¼¥È',1054310652,NULL); INSERT INTO international VALUES (62,'Survey',14,'²óÅú¤ò¥¨¥¯¥¹¥Ý¡¼¥È',1054310635,NULL); INSERT INTO international VALUES (60,'Survey',14,'¥¢¥ó¥±¡¼¥È¤ËÌá¤ë',1054310591,NULL); INSERT INTO international VALUES (61,'Survey',14,'À®ÀÓɽ¤òɽ¼¨',1054310573,NULL); INSERT INTO international VALUES (56,'Survey',14,'¥³¥á¥ó¥È¤òɽ¼¨',1054310519,NULL); INSERT INTO international VALUES (55,'Survey',14,'ÊÖÅú¤òɽ¼¨',1054310501,NULL); INSERT INTO international VALUES (54,'Survey',14,'¡ó',1054310482,NULL); INSERT INTO international VALUES (49,'Survey',14,'¤¢¤Ê¤¿¤Ïº£¤³¤Î¥¯¥¤¥º¤ò¤¹¤ë»þ´ü¤Ç¤Ï¤¢¤ê¤Þ¤»¤ó¡£',1054310422,NULL); INSERT INTO international VALUES (48,'Survey',14,'¤¢¤Ê¤¿¤Ï¤³¤Î¥¢¥ó¥±¡¼¥È¤ò¤¹¤ë¤Î¤Ë¸½ºßŬ¤·¤Æ¤¤¤Þ¤»¤ó¡£',1054310387,NULL); INSERT INTO international VALUES (44,'Survey',14,'¤³¤Î¼ÁÌä¤È¤½¤Î²óÅú¡¢ÊÖÅú¤òºï½ü¤·¤Æ¤¤¤¤¤Ç¤¹¤«¡©',1054310345,NULL); INSERT INTO international VALUES (45,'Survey',14,'¤³¤Î²óÅú¤È¤½¤ÎÊÖÅú¤òºï½ü¤·¤Æ¤â¤¤¤¤¤Ç¤¹¤«¡©',1054310291,NULL); INSERT INTO international VALUES (39,'Survey',14,'Ŭ¤·¤Æ¤¤¤Ê¤¤',1054310220,NULL); INSERT INTO international VALUES (37,'Survey',14,'È¿ÂÐ',1054310161,NULL); INSERT INTO international VALUES (38,'Survey',14,'ÂçÈ¿ÂÐ',1054310143,NULL); INSERT INTO international VALUES (34,'Survey',14,'»¿À®',1054310084,NULL); INSERT INTO international VALUES (33,'Survey',14,'Â绿À®',1054310064,NULL); INSERT INTO international VALUES (30,'Survey',14,'¿·µ¬¼ÁÌä¤òÄɲÃ',1054310013,NULL); INSERT INTO international VALUES (29,'Survey',14,'¥Æ¥¥¹¥È²óÅú¤òÄɲÃ',1054309991,NULL); INSERT INTO international VALUES (28,'Survey',14,'¼ÁÌä¤òÄɲÃ',1054309940,NULL); INSERT INTO international VALUES (25,'Survey',14,'Àµ¸í¼°¤Î²óÅú¤òÄɲÃ',1054309779,NULL); INSERT INTO international VALUES (24,'Survey',14,'ÁªÂò¼°¤Î²óÅú¤òÄɲÃ',1054309751,NULL); INSERT INTO international VALUES (23,'Survey',14,'¿·µ¬²óÅú¤òÄɲÃ',1054309716,NULL); INSERT INTO international VALUES (21,'Survey',14,'¼¡¤Ø',1054309691,NULL); INSERT INTO international VALUES (2,'Survey',14,'¥¢¥ó¥±¡¼¥È¤òÊÔ½¸',1054309633,NULL); INSERT INTO international VALUES (19,'Survey',14,'²óÅú',1054309608,NULL); INSERT INTO international VALUES (18,'Survey',14,'²óÅú¤òÊÔ½¸',1054309583,NULL); INSERT INTO international VALUES (17,'Survey',14,'¼ÁÌä¤òÊÔ½¸',1054309564,NULL); INSERT INTO international VALUES (61,'SiteMap',14,'¥µ¥¤¥È¥Þ¥Ã¥×¡¡ÄɲÃ/ÊÔ½¸',1054309473,NULL); INSERT INTO international VALUES (5,'SiteMap',14,'¥µ¥¤¥È¥Þ¥Ã¥×¤òÊÔ½¸',1054309446,NULL); INSERT INTO international VALUES (3,'SiteMap',14,'¥¹¥¿¡¼¥È',1054309379,NULL); INSERT INTO international VALUES (4,'SQLReport',14,'¥¯¥¨¥ê¡¼',1054309276,NULL); INSERT INTO international VALUES (18,'SQLReport',14,'¤³¤Î¥¯¥¨¥ê¡¼¤ËÂФ¹¤ë·ë²Ì¤Ï¤¢¤ê¤Þ¤»¤ó¤Ç¤·¤¿¡£',1054309228,NULL); INSERT INTO international VALUES (17,'SQLReport',14,'¥Ç¥Ð¥Ã¥°¡§¥¯¥¨¥ê¡¼',1054309197,NULL); INSERT INTO international VALUES (15,'SQLReport',14,'¥¯¥¨¥ê¡¼¾å¤Ç¥Þ¥¯¥í½èÍý¤ò¼Â¹Ô¤·¤Þ¤¹¤«¡©',1054309143,NULL); INSERT INTO international VALUES (14,'SQLReport',14,'ÈÖ¹æ\r\n',1054309115,NULL); INSERT INTO international VALUES (11,'SQLReport',14,'¥Ç¥Ð¥Ã¥°¥¨¥é¡¼ ¡§¥¯¥¨¥ê¡¼¤Ë¤ÆÌäÂ꤬À¸¤¸¤Þ¤·¤¿¡£',1054309018,NULL); INSERT INTO international VALUES (10,'SQLReport',14,'¥Ç¥Ð¥Ã¥°¥¨¥é¡¼¡§»ØÄꤵ¤ì¤¿SQL¤ÏÉÔÅö¤Ê¥Õ¥©¡¼¥Þ¥Ã¥È¤Ç¤¹¡£',1054308962,NULL); INSERT INTO international VALUES (1,'SQLReport',14,'SQL¥ì¥Ý¡¼¥È',1054308937,NULL); INSERT INTO international VALUES (6,'Product',14,'¾¦ÉʤòÊÔ½¸',1054308905,NULL); INSERT INTO international VALUES (59,'Product',14,'̾Á°',1054308887,NULL); INSERT INTO international VALUES (58,'Product',14,'¾¦Éʥƥó¥×¥ì¡¼¥È¤òÊÔ½¸',1054308833,NULL); INSERT INTO international VALUES (57,'Product',14,'¤³¤Î¥Æ¥ó¥×¥ì¡¼¥È¤òºï½ü¤·¡¢¥Ç¥Õ¥©¥ë¥È¥Æ¥ó¥×¥ì¡¼¥È¤Ë¤¹¤Ù¤Æ¤Î¾¦ÉʤòÀßÄꤷ¤Æ¤â¤¤¤¤¤Ç¤¹¤«¡©',1054308803,NULL); INSERT INTO international VALUES (56,'Product',14,'¾¦Éʥƥó¥×¥ì¡¼¥È¤òÄɲÃ',1054308771,NULL); INSERT INTO international VALUES (46,'Product',14,'(´ØÏ¢)¾¦ÉÊ¡¡ÄɲÃ/ÊÔ½¸',1054308547,NULL); INSERT INTO international VALUES (38,'Product',14,'¾¦ÉÊ¡¡ÄɲÃ/ÊÔ½¸',1054308414,NULL); INSERT INTO international VALUES (37,'Product',14,'´ØÏ¢¾¦ÉʤòÄɲÃ',1054308395,NULL); INSERT INTO international VALUES (21,'Product',14,'¤½¤Î¾¤Î´ØÏ¢¾¦ÉʤòÄɲä·¤Þ¤¹¤«¡©',1054308144,NULL); INSERT INTO international VALUES (19,'Product',14,'´ØÏ¢¾¦ÉʤòÄɲÃ',1054308040,NULL); INSERT INTO international VALUES (9,'Poll',14,'Åêɼ¤òÊÔ½¸',1054307995,NULL); INSERT INTO international VALUES (61,'Poll',14,'Åêɼ¡¡ÄɲÃ/ÊÔ½¸',1054307911,NULL); INSERT INTO international VALUES (3,'Poll',14,'͸ú',1054307852,NULL); INSERT INTO international VALUES (10,'Poll',14,'Åêɼ¤ò¥ê¥»¥Ã¥È',1054307750,NULL); INSERT INTO international VALUES (61,'MessageBoard',14,'·Ç¼¨ÈÄ¡¡ÄɲÃ/ÊÔ½¸',1054307658,NULL); INSERT INTO international VALUES (6,'MessageBoard',14,'·Ç¼¨ÈĤòÊÔ½¸',1054307636,NULL); INSERT INTO international VALUES (72,'LinkList',14,'¥ê¥ó¥¯¡¡ÄɲÃ/ÊÔ½¸',1054306912,NULL); INSERT INTO international VALUES (61,'LinkList',14,'¥ê¥ó¥¯¥ê¥¹¥È¡¡ÄɲÃ/ÊÔ½¸',1054306883,NULL); INSERT INTO international VALUES (13,'LinkList',14,'¿·µ¬¥ê¥ó¥¯¤òÄɲÃ',1054306793,NULL); INSERT INTO international VALUES (61,'Item',14,'¥¢¥¤¥Æ¥à¡¡ÄɲÃ/ÊÔ½¸',1054306753,NULL); INSERT INTO international VALUES (3,'Item',14,'źÉÕ¥Õ¥¡¥¤¥ë¤òºï½ü',1054306715,NULL); INSERT INTO international VALUES (2,'Item',14,'źÉÕ¥Õ¥¡¥¤¥ë',1054306690,NULL); INSERT INTO international VALUES (9,'FileManager',14,'¥Õ¥¡¥¤¥ë¥Þ¥Í¡¼¥¸¥ã¡¼¤òÊÔ½¸',1054306623,NULL); INSERT INTO international VALUES (72,'FAQ',14,'¼ÁÌä¡¡ÄɲÃ/ÊÔ½¸',1054306460,NULL); INSERT INTO international VALUES (82,'EventsCalendar',14,'¸½ºß',1054306344,NULL); INSERT INTO international VALUES (72,'FileManager',14,'¥Õ¥¡¥¤¥ë¡¡ÄɲÃ/ÊÔ½¸',1054305539,NULL); INSERT INTO international VALUES (61,'FileManager',14,'¥Õ¥¡¥¤¥ë¥Þ¥Í¡¼¥¸¥ã¡¼¡¡ÄɲÃ/ÊÔ½¸',1054305492,NULL); INSERT INTO international VALUES (9,'FAQ',14,'¿·µ¬¼ÁÌä¤òÄɲÃ',1054305410,NULL); INSERT INTO international VALUES (11,'FileManager',14,'¿·µ¬¥Õ¥¡¥¤¥ë¤òÄɲÃ',1054305382,NULL); INSERT INTO international VALUES (10,'FileManager',14,'¥Õ¥¡¥¤¥ë¤òÊÔ½¸',1054305336,NULL); INSERT INTO international VALUES (8,'FAQ',14,'F.A.Q.¤òÊÔ½¸',1054305291,NULL); INSERT INTO international VALUES (61,'FAQ',14,'F.A.Q.¡¡ÄɲÃ/ÊÔ½¸',1054305157,NULL); INSERT INTO international VALUES (2,'FAQ',14,'F.A.Q.',1054305093,NULL); INSERT INTO international VALUES (91,'EventsCalendar',14,'¿·µ¬¥¤¥Ù¥ó¥È¤òÄɲÃ',1054304830,NULL); INSERT INTO international VALUES (89,'EventsCalendar',14,'³«»Ï¤«¤é3¥ö·î¤òɽ¼¨',1054304805,NULL); INSERT INTO international VALUES (88,'EventsCalendar',14,'³«»Ï¤«¤é6¥ö·î¤òɽ¼¨',1054304788,NULL); INSERT INTO international VALUES (87,'EventsCalendar',14,'³«»Ï¤«¤é9¥ö·î¤òɽ¼¨',1054304769,NULL); INSERT INTO international VALUES (86,'EventsCalendar',14,'³«»Ï¤«¤é12¥ö·î¤òɽ¼¨',1054304750,NULL); INSERT INTO international VALUES (72,'EventsCalendar',14,'¥¤¥Ù¥ó¥È¡¡ÄɲÃ/ÊÔ½¸',1054304521,NULL); INSERT INTO international VALUES (61,'EventsCalendar',14,'¥¤¥Ù¥ó¥È¥«¥ì¥ó¥À¡¼¡¡ÄɲÃ/ÊÔ½¸',1054304436,NULL); INSERT INTO international VALUES (13,'EventsCalendar',14,'¥¤¥Ù¥ó¥È¤òÊÔ½¸',1054304405,NULL); INSERT INTO international VALUES (12,'EventsCalendar',14,'¥¤¥Ù¥ó¥È¥«¥ì¥ó¥À¡¼¤òÊÔ½¸',1054304388,NULL); INSERT INTO international VALUES (2,'Auth/LDAP',14,'LDAP¥µ¡¼¥Ð¡¼¤ËÀܳ¤Ç¤¤Þ¤»¤ó¡£',1054304230,NULL); INSERT INTO international VALUES (9,'Article',14,'źÉÕ¥Õ¥¡¥¤¥ë',1054304116,NULL); INSERT INTO international VALUES (28,'Article',14,'ÊÖÅú¤òɽ¼¨',1054303829,NULL); INSERT INTO international VALUES (24,'Article',14,'Åê¹Æ¤ÎÊÖÅú',1054303799,NULL); INSERT INTO international VALUES (72,'Article',14,'µ»ö¤Î¥Æ¥ó¥×¥ì¡¼¥È',1054303355,NULL); INSERT INTO international VALUES (61,'Article',14,'µ»ö¡¡ÄɲÃ/ÊÔ½¸',1054303163,NULL); INSERT INTO international VALUES (12,'Article',14,'µ»ö¤òÊÔ½¸',1054303053,NULL); INSERT INTO international VALUES (95,'WebGUI',14,'¥Ø¥ë¥×¥¤¥ó¥Ç¥Ã¥¯¥¹',1054301590,NULL); INSERT INTO international VALUES (93,'WebGUI',14,'¥Ø¥ë¥×',1054301526,NULL); INSERT INTO international VALUES (92,'WebGUI',14,'¼¡¤Î¥Ú¡¼¥¸',1054301500,NULL); INSERT INTO international VALUES (91,'WebGUI',14,'Á°¤Î¥Ú¡¼¥¸',1054301471,NULL); INSERT INTO international VALUES (90,'WebGUI',14,'¿·µ¬¥°¥ë¡¼¥×¤òÄɲÃ',1054301444,NULL); INSERT INTO international VALUES (9,'WebGUI',14,'¥¯¥ê¥Ã¥×¥Ü¡¼¥É¤òɽ¼¨',1054301408,NULL); INSERT INTO international VALUES (896,'WebGUI',14,'¥Ú¡¼¥¸¥¥ã¥Ã¥·¥å¥¿¥¤¥à¥¢¥¦¥È(¥Ó¥¸¥¿¡¼)',1054301379,NULL); INSERT INTO international VALUES (895,'WebGUI',14,'¥Ú¡¼¥¸¥¥ã¥Ã¥·¥å¥¿¥¤¥à¥¢¥¦¥È',1054301345,NULL); INSERT INTO international VALUES (891,'WebGUI',14,'¥Þ¥¯¥í¤òÈóµö²Ä',1054301196,NULL); INSERT INTO international VALUES (89,'WebGUI',14,'¥°¥ë¡¼¥×',1054301133,NULL); INSERT INTO international VALUES (887,'WebGUI',14,'Midas (Mozilla 1.3+)',1054301023,NULL); INSERT INTO international VALUES (886,'WebGUI',14,'¥Ê¥Ó¥²¡¼¥·¥ç¥ó¤«¤é±£¤·¤Þ¤¹¤«¡©',1054300892,NULL); INSERT INTO international VALUES (884,'WebGUI',14,'¥Ý¥Ã¥×¥¢¥Ã¥×',1054300851,NULL); INSERT INTO international VALUES (883,'WebGUI',14,'¥¤¥ó¥é¥¤¥ó(¥µ¥Ý¡¼¥È»þ)',1054300827,NULL); INSERT INTO international VALUES (882,'WebGUI',14,'¥¨¥Ç¥£¥¿¡¼¥â¡¼¥É',1054300751,NULL); INSERT INTO international VALUES (881,'WebGUI',14,'¤Ê¤·',1054300725,NULL); INSERT INTO international VALUES (88,'WebGUI',14,'¥°¥ë¡¼¥×Æâ¤Î¥æ¡¼¥¶¡¼',1054300636,NULL); INSERT INTO international VALUES (879,'WebGUI',14,'¸Å¤¤¥¨¥Ç¥£¥¿¡¼(Internet Explorer 5+)',1054300610,NULL); INSERT INTO international VALUES (874,'WebGUI',14,'¥¹¥ì¥Ã¥É¤«¤é½ð̾¤ò¼è¤ê¾Ã¤¹',1054300401,NULL); INSERT INTO international VALUES (870,'WebGUI',14,'¤è¤¦¤³¤½',1054300065,NULL); INSERT INTO international VALUES (87,'WebGUI',14,'¥°¥ë¡¼¥×¤òÊÔ½¸',1054300038,NULL); INSERT INTO international VALUES (867,'WebGUI',14,'¸¢¸Â¤ò¼º¤¦',1054299899,NULL); INSERT INTO international VALUES (862,'WebGUI',14,'¤³¤Î¥æ¡¼¥¶¡¼¥×¥í¥Õ¥£¡¼¥ë¤Ï¸øÉ½¤µ¤ì¤Æ¤¤¤Þ¤»¤ó¡£',1054299616,NULL); INSERT INTO international VALUES (861,'WebGUI',14,'¥×¥í¥Õ¥£¡¼¥ë¤ò¸ø³«¤·¤Þ¤¹¤«¡©',1054299579,NULL); INSERT INTO international VALUES (86,'WebGUI',14,'¤³¤Î¥°¥ë¡¼¥×¤òºï½ü¤·¤Æ¤â¤¤¤¤¤Ç¤¹¤«¡©¤â¤·ºï½ü¤¹¤ë¤ÈÆóÅ٤Ȥ³¤Î¥°¥ë¡¼¥×¡¢¥°¥ë¡¼¥×¤Ë´ØÏ¢¤·¤¿¸¢¸Â¤ò¸µ¤ËÌ᤹¤³¤È¤¬¤Ç¤¤Þ¤»¤ó¡£',1054299500,NULL); INSERT INTO international VALUES (859,'WebGUI',14,'½ð̾',1054299379,NULL); INSERT INTO international VALUES (857,'WebGUI',14,'IP¥¢¥É¥ì¥¹',1054299306,NULL); INSERT INTO international VALUES (856,'WebGUI',14,'¸½ºß¤Î¥¢¥«¥¦¥ó¥È¤Ç¤ÏÊÔ½¸¤Ç¤¤Þ¤»¤ó¡£',1055970459,NULL); INSERT INTO international VALUES (855,'WebGUI',14,'Á´¤Æ¤Î¥Æ¥ó¥×¥ì¡¼¥È¤ò¥ê¥¹¥Èɽ¼¨',1054299137,NULL); INSERT INTO international VALUES (85,'WebGUI',14,'µ½Ò',1054298869,NULL); INSERT INTO international VALUES (847,'WebGUI',14,'¸½ºß¤Î¥Ú¡¼¥¸¤ËÌá¤ë',1054298783,NULL); INSERT INTO international VALUES (845,'WebGUI',14,'¥¹¥¿¥¤¥ë¥Þ¥¯¥í',1054298742,NULL); INSERT INTO international VALUES (843,'WebGUI',14,'¥æ¡¼¥¶¡¼¥Þ¥¯¥í',1054298704,NULL); INSERT INTO international VALUES (841,'WebGUI',14,'¥Ê¥Ó¥²¡¼¥·¥ç¥ó¥Þ¥¯¥í',1054298650,NULL); INSERT INTO international VALUES (84,'WebGUI',14,'¥°¥ë¡¼¥×̾',1054298595,NULL); INSERT INTO international VALUES (829,'WebGUI',14,'¥Ú¡¼¥¸¥Æ¥ó¥×¥ì¡¼¥È',1054296920,NULL); INSERT INTO international VALUES (823,'WebGUI',14,'¿·µ¬¥Ú¡¼¥¸¤Ø',1054296258,NULL); INSERT INTO international VALUES (824,'WebGUI',14,'¥á¡¼¥ë¥Õ¥Ã¥¿¡¼',1054296198,NULL); INSERT INTO international VALUES (821,'WebGUI',14,'Á´¤Æ',1055809872,NULL); INSERT INTO international VALUES (820,'WebGUI',14,'¤¢¤Ê¤¿¤Î¥¢¥«¥¦¥ó¥È¤Ï¸½ºß̵¸ú¤Ç¤¹¡£Í¸ú¤Ë¤Ê¤ë¤Þ¤Ç¥í¥°¥¤¥ó¤¹¤ë¤³¤È¤¬¤Ç¤¤Þ¤»¤ó¡£´ÉÍý¼Ô¤ËÌ䤤¹ç¤ï¤»¤Æ¤¯¤À¤µ¤¤¡£',1055970661,NULL); INSERT INTO international VALUES (82,'WebGUI',14,'´ÉÍýµ¡Ç½Ž¥Ž¥Ž¥',1054296049,NULL); INSERT INTO international VALUES (819,'WebGUI',14,'¼«¸Ê̵¸ú²½',1054296003,NULL); INSERT INTO international VALUES (817,'WebGUI',14,'͸ú',1054295922,NULL); INSERT INTO international VALUES (818,'WebGUI',14,'̵¸ú',1054295893,NULL); INSERT INTO international VALUES (816,'WebGUI',14,'¾õÂÖ',1054295693,NULL); INSERT INTO international VALUES (815,'WebGUI',14,'¥¢¥Ã¥×¥í¡¼¥É¤·¤è¤¦¤È¤·¤¿¥Õ¥¡¥¤¥ë¤ÏÂ礤¹¤®¤Þ¤¹',1054295663,NULL); INSERT INTO international VALUES (814,'WebGUI',14,'¥¹¥¿¥¤¥ë¤ËÌá¤ë',1054295547,NULL); INSERT INTO international VALUES (812,'WebGUI',14,'¥á¥Ã¥»¡¼¥¸¤ÏÁ÷¿®¤µ¤ì¤Þ¤·¤¿¡£',1054295501,NULL); INSERT INTO international VALUES (811,'WebGUI',14,'º¹½Ð¿Í',1054295466,NULL); INSERT INTO international VALUES (810,'WebGUI',14,'Á÷¿®',1054295423,NULL); INSERT INTO international VALUES (81,'WebGUI',14,'¥¢¥«¥¦¥ó¥È¤¬¹¹¿·¤µ¤ì¤Þ¤·¤¿¡£',1054295362,NULL); INSERT INTO international VALUES (809,'WebGUI',14,'¥°¥ë¡¼¥×¤Ë¥á¡¼¥ë¤òÁ÷¤ë',1054295306,NULL); INSERT INTO international VALUES (799,'WebGUI',14,'¥Ú¡¼¥¸°ìÍ÷ɽ¼¨',1054294933,NULL); INSERT INTO international VALUES (798,'WebGUI',14,'¥Ú¡¼¥¸¥¿¥¤¥È¥ë',1054294909,NULL); INSERT INTO international VALUES (80,'WebGUI',14,'¥¢¥«¥¦¥ó¥È¤¬ºîÀ®¤µ¤ì¤Þ¤·¤¿',1054294766,NULL); INSERT INTO international VALUES (796,'WebGUI',14,'¥Ú¡¼¥¸¤ÎÅý·×¤òɽ¼¨',1054294507,NULL); INSERT INTO international VALUES (795,'WebGUI',14,'¥ë¡¼¥È',1054294467,NULL); INSERT INTO international VALUES (794,'WebGUI',14,'¥Ñ¥Ã¥±¡¼¥¸',1054294443,NULL); INSERT INTO international VALUES (792,'WebGUI',14,'¥Æ¥ó¥×¥ì¡¼¥È',1054294382,NULL); INSERT INTO international VALUES (780,'WebGUI',14,'¥Õ¥¡¥¤¥ë',1054293871,NULL); INSERT INTO international VALUES (779,'WebGUI',14,'¥¤¥á¡¼¥¸',1054293851,NULL); INSERT INTO international VALUES (773,'WebGUI',14,'¥Õ¥¡¥¤¥ë',1054293617,NULL); INSERT INTO international VALUES (772,'WebGUI',14,'¥Õ¥¡¥¤¥ë¤òÊÔ½¸',1054293576,NULL); INSERT INTO international VALUES (77,'WebGUI',14,'¤½¤Î¥¢¥«¥¦¥ó¥È̾¤Ï´û¤Ë¤³¤Î¥µ¥¤¥È¤Î¾¤Î¥á¥ó¥Ð¡¼¤Ë¤è¤Ã¤Æ»ÈÍѤµ¤ì¤Æ¤¤¤Þ¤¹¡£¤â¤¦°ìÅÙÊ̤Υ桼¥¶¡¼Ì¾¤òÆþÎϤ·¤Æ¤¯¤À¤µ¤¤¡£°Ê²¼¤ÎÄ󰯤¬¤¢¤ê¤Þ¤¹¡£',1054292980,NULL); INSERT INTO international VALUES (768,'WebGUI',14,'̾Á°',1054292769,NULL); INSERT INTO international VALUES (766,'WebGUI',14,'¥³¥é¥Æ¥é¥ë¥ê¥¹¥È¤ËÌá¤ë',1055813861,NULL); INSERT INTO international VALUES (762,'WebGUI',14,'¥Õ¥¡¥¤¥ë¤òÄɲÃ',1054292532,NULL); INSERT INTO international VALUES (761,'WebGUI',14,'¥¤¥á¡¼¥¸¤òÄɲÃ',1054292455,NULL); INSERT INTO international VALUES (758,'WebGUI',14,'¥Õ¥©¥ë¥À¡¼¤òÄɲÃ',1054292255,NULL); INSERT INTO international VALUES (756,'WebGUI',14,'¥°¥ë¡¼¥×¥ê¥¹¥È¤ËÌá¤ë',1054292176,NULL); INSERT INTO international VALUES (748,'WebGUI',14,'¥æ¡¼¥¶¡¼¥«¥¦¥ó¥È',1054291763,NULL); INSERT INTO international VALUES (747,'WebGUI',14,'¥æ¡¼¥¶¡¼Ì¾¤Ï¥¢¥ë¥Õ¥¡¥Ù¥Ã¥È¡¢¿ôÃͤò»ÈÍѤ·¤Æ¤¯¤À¤µ¤¤¡£',1054291734,NULL); INSERT INTO international VALUES (746,'WebGUI',14,'¥Ä¡¼¥ë¥Ð¡¼¥¢¥¤¥³¥ó¤òÀßÄê',1054291577,NULL); INSERT INTO international VALUES (745,'WebGUI',14,'¥Ú¡¼¥¸¤ØÌá¤ë',1054291546,NULL); INSERT INTO international VALUES (74,'WebGUI',14,'¥¢¥«¥¦¥ó¥È¾ðÊó',1054280853,NULL); INSERT INTO international VALUES (738,'WebGUI',14,'9 ¥°¥ë',1054280751,NULL); INSERT INTO international VALUES (737,'WebGUI',14,'8 ¥Þ¥¹¥¿¡¼',1054280716,NULL); INSERT INTO international VALUES (736,'WebGUI',14,'7 ¥¨¥¥¹¥Ñ¡¼¥È',1054280687,NULL); INSERT INTO international VALUES (735,'WebGUI',14,'6 ¥×¥í¥Õ¥§¥Ã¥·¥ç¥Ê¥ë',1054280647,NULL); INSERT INTO international VALUES (729,'WebGUI',14,'0 ¥Ó¥®¥Ê¡¼',1054280387,NULL); INSERT INTO international VALUES (73,'WebGUI',14,'¥í¥°¥¤¥ó',1054280233,NULL); INSERT INTO international VALUES (728,'WebGUI',14,'¤³¤Î¥Õ¥¡¥¤¥ë¤òºï½ü¤·¤Æ¤â¤¤¤¤¤Ç¤¹¤«¡©',1054280173,NULL); INSERT INTO international VALUES (725,'WebGUI',14,'¥æ¡¼¥¶¡¼Ì¾¤Ë¶õÇòʸ»ú¤Ï»È¤¨¤Þ¤»¤ó¡£',1054280139,NULL); INSERT INTO international VALUES (724,'WebGUI',14,'¥æ¡¼¥¶¡¼Ì¾¤Ï¥¹¥Ú¡¼¥¹¤ò´Þ¤à¤³¤È¤¬¤Ç¤¤Þ¤»¤ó¡£',1054280059,NULL); INSERT INTO international VALUES (723,'WebGUI',14,'µö²Ä¤µ¤ì¤Þ¤»¤ó¤Ç¤·¤¿',1054279944,NULL); INSERT INTO international VALUES (721,'WebGUI',14,'̾Á°',1054279863,NULL); INSERT INTO international VALUES (720,'WebGUI',14,'OK',1054279823,NULL); INSERT INTO international VALUES (719,'WebGUI',14,'µì¼°',1054279748,NULL); INSERT INTO international VALUES (717,'WebGUI',14,'¥í¥°¥¢¥¦¥È',1054279653,NULL); INSERT INTO international VALUES (716,'WebGUI',14,'¥í¥°¥¤¥ó',1054279634,NULL); INSERT INTO international VALUES (715,'WebGUI',14,'URL¤òžÁ÷',1054279608,NULL); INSERT INTO international VALUES (707,'WebGUI',14,'¥Ç¥Ð¥Ã¥°¤òɽ¼¨¤·¤Þ¤¹¤«¡©',1055814099,NULL); INSERT INTO international VALUES (706,'WebGUI',14,'»þ',1054279493,NULL); INSERT INTO international VALUES (705,'WebGUI',14,'ÉÃ',1054279473,NULL); INSERT INTO international VALUES (704,'WebGUI',14,'ʬ',1054279453,NULL); INSERT INTO international VALUES (703,'WebGUI',14,'ǯ',1054279431,NULL); INSERT INTO international VALUES (701,'WebGUI',14,'½µ',1054279356,NULL); INSERT INTO international VALUES (700,'WebGUI',14,'Æü',1054279338,NULL); INSERT INTO international VALUES (70,'WebGUI',14,'¥¨¥é¡¼',1054279313,NULL); INSERT INTO international VALUES (699,'WebGUI',14,'½µ½é¤á¤ÎÆü',1054279217,NULL); INSERT INTO international VALUES (69,'WebGUI',14,'¥·¥¹¥Æ¥à´ÉÍý¼Ô¤ÈÏ¢Íí¤ò¤È¤Ã¤Æ¤¯¤À¤µ¤¤¡£',1054278353,NULL); INSERT INTO international VALUES (68,'WebGUI',14,'¥æ¡¼¥¶¡¼Ì¾¤È¥Ñ¥¹¥ï¡¼¥É¤ÏÀµ¤·¤¤¤Î¤Ç¤¹¤¬¡¢¤³¤Î¥¢¥«¥¦¥ó¥È¤Ï¸½ºß̵¸ú¤Ç¤¹¡£',1054278102,NULL); INSERT INTO international VALUES (67,'WebGUI',14,'¿·µ¬¥¢¥«¥¦¥ó¥È¤òºîÀ®',1054277753,NULL); INSERT INTO international VALUES (66,'WebGUI',14,'¥í¥°¥¤¥ó',1054277246,NULL); INSERT INTO international VALUES (64,'WebGUI',14,'¥í¥°¥¢¥¦¥È',1054275688,NULL); INSERT INTO international VALUES (61,'WebGUI',14,'¥¢¥«¥¦¥ó¥È¾ðÊó¤ò¹¹¿·',1054264287,NULL); INSERT INTO international VALUES (605,'WebGUI',14,'¥°¥ë¡¼¥×¤òÄɲÃ',1054263145,NULL); INSERT INTO international VALUES (601,'WebGUI',14,'¥¤¥ó¥¿¡¼¥Ê¥·¥ç¥Ê¥ëID',1054263126,NULL); INSERT INTO international VALUES (6,'WebGUI',14,'¥¹¥¿¥¤¥ë¤ò´ÉÍý',1054262985,NULL); INSERT INTO international VALUES (595,'WebGUI',14,'¥¤¥ó¥¿¡¼¥Ê¥·¥ç¥Ê¥ë¥á¥Ã¥»¡¼¥¸',1054262874,NULL); INSERT INTO international VALUES (592,'WebGUI',14,'¥¥ã¥é¥¯¥¿¡¼¥»¥Ã¥È',1054262797,NULL); INSERT INTO international VALUES (591,'WebGUI',14,'¸À¸ì',1054262776,NULL); INSERT INTO international VALUES (590,'WebGUI',14,'¸À¸ìID',1054262754,NULL); INSERT INTO international VALUES (587,'WebGUI',14,'¤³¤Î¸À¸ì¡¢¤¹¤Ù¤Æ¤Î¥Ø¥ë¥×¤ª¤è¤Ó¥¤¥ó¥¿¡¼¥Ê¥·¥ç¥Ê¥ë¥á¥Ã¥»¡¼¥¸¤òºï½ü¤·¤Þ¤¹¤«¡©',1054262098,NULL); INSERT INTO international VALUES (584,'WebGUI',14,'¿·µ¬ËÝÌõ¤òÄɲÃ',1054261783,NULL); INSERT INTO international VALUES (583,'WebGUI',14,'ºÇÂ祤¥á¡¼¥¸¥µ¥¤¥º',1054261675,NULL); INSERT INTO international VALUES (582,'WebGUI',14,'¶õÇò¤ò¤½¤Î¤Þ¤Þ¤Ë¤¹¤ë',1054261449,NULL); INSERT INTO international VALUES (581,'WebGUI',14,'¿·µ¬É¾²Á¤òÄɲÃ',1054261402,NULL); INSERT INTO international VALUES (580,'WebGUI',14,'¥á¥Ã¥»¡¼¥¸¤Ï¾µÇ§¤µ¤ì¤Þ¤»¤ó¤Ç¤·¤¿¡£',1054261330,NULL); INSERT INTO international VALUES (579,'WebGUI',14,'¥á¥Ã¥»¡¼¥¸¤¬¾µÇ§¤µ¤ì¤Þ¤·¤¿¡£',1054260580,NULL); INSERT INTO international VALUES (578,'WebGUI',14,'̤·èÄê¤Î¥á¥Ã¥»¡¼¥¸¤¬¤¢¤ê¤Þ¤¹¡£',1054260494,NULL); INSERT INTO international VALUES (577,'WebGUI',14,'ÊÖ¿®',1054260378,NULL); INSERT INTO international VALUES (576,'WebGUI',14,'ºï½ü',1054260306,NULL); INSERT INTO international VALUES (575,'WebGUI',14,'ÊÔ½¸',1054260271,NULL); INSERT INTO international VALUES (562,'WebGUI',14,'̤·èÄê',1054259132,NULL); INSERT INTO international VALUES (56,'WebGUI',14,'¥á¡¼¥ë¥¢¥É¥ì¥¹',1054258941,NULL); INSERT INTO international VALUES (559,'WebGUI',14,'ÅÐÏ¿¤·¤Þ¤·¤¿',1054258920,NULL); INSERT INTO international VALUES (557,'WebGUI',14,'µ½Ò',1054258845,NULL); INSERT INTO international VALUES (556,'WebGUI',14,'Áí·×',1054258809,NULL); INSERT INTO international VALUES (554,'WebGUI',14,'¼Â¹Ô',1054258724,NULL); INSERT INTO international VALUES (553,'WebGUI',14,'¾õÂÖ',1054258601,NULL); INSERT INTO international VALUES (552,'WebGUI',14,'̤·èÄê',1054258579,NULL); INSERT INTO international VALUES (551,'WebGUI',14,'Ãí°Õ',1054258513,NULL); INSERT INTO international VALUES (542,'WebGUI',14,'Á°',1054258421,NULL); INSERT INTO international VALUES (54,'WebGUI',14,'¥¢¥«¥¦¥ó¥È¤ÎºîÀ®',1054258343,NULL); INSERT INTO international VALUES (53,'WebGUI',14,'°õºþ¥Ú¡¼¥¸¤òºîÀ®',1054257655,NULL); INSERT INTO international VALUES (529,'WebGUI',14,'·ë²Ì',1054257587,NULL); INSERT INTO international VALUES (528,'WebGUI',14,'¥Æ¥ó¥×¥ì¡¼¥È̾',1054257537,NULL); INSERT INTO international VALUES (527,'WebGUI',14,'¥Ç¥Õ¥©¥ë¥È¥Û¡¼¥à¥Ú¡¼¥¸',1054257068,NULL); INSERT INTO international VALUES (523,'WebGUI',14,'ÄÌÃÎ',1054256938,NULL); INSERT INTO international VALUES (52,'WebGUI',14,'¥í¥°¥¤¥ó',1054256743,NULL); INSERT INTO international VALUES (514,'WebGUI',14,'ɽ¼¨¤·¤Þ¤¹',1054249144,NULL); INSERT INTO international VALUES (513,'WebGUI',14,'Á°¤Î¥¹¥ì¥Ã¥É',1054249010,NULL); INSERT INTO international VALUES (512,'WebGUI',14,'¼¡¤Î¥¹¥ì¥Ã¥É',1054248935,NULL); INSERT INTO international VALUES (511,'WebGUI',14,'¥¹¥ì¥Ã¥É',1054248907,NULL); INSERT INTO international VALUES (51,'WebGUI',14,'¥Ñ¥¹¥ï¡¼¥É',1054248801,NULL); INSERT INTO international VALUES (504,'WebGUI',14,'¥Æ¥ó¥×¥ì¡¼¥È',1054247613,NULL); INSERT INTO international VALUES (503,'WebGUI',14,'¥Æ¥ó¥×¥ì¡¼¥ÈID',1054247595,NULL); INSERT INTO international VALUES (502,'WebGUI',14,'¥Ç¥Õ¥©¥ë¥È¥Æ¥ó¥×¥ì¡¼¥È¤Ë¤³¤Î¥Æ¥ó¥×¥ì¡¼¥È¤È¤³¤Î¥Æ¥ó¥×¥ì¡¼¥È¤ò»ÈÍѤ·¤ÆÀßÄꤷ¤¿¤¹¤Ù¤Æ¤Î¥Ú¡¼¥¸¤òºï½ü¤·¤Æ¤â¤¤¤¤¤Ç¤¹¤«¡©',1054247530,NULL); INSERT INTO international VALUES (501,'WebGUI',14,'ËÜʸ',1054247226,NULL); INSERT INTO international VALUES (500,'WebGUI',14,'¥Ú¡¼¥¸ID',1054247021,NULL); INSERT INTO international VALUES (50,'WebGUI',14,'¥æ¡¼¥¶¡¼Ì¾',1054246994,NULL); INSERT INTO international VALUES (498,'WebGUI',14,'½ªÎ»Æü',1054246824,NULL); INSERT INTO international VALUES (497,'WebGUI',14,'³«»ÏÆü',1054246803,NULL); INSERT INTO international VALUES (496,'WebGUI',14,'»ÈÍÑ¥¨¥Ç¥£¥¿¡¼',1054246788,NULL); INSERT INTO international VALUES (495,'WebGUI',14,'HTML¥¨¥ê¥¢(Internet Explorer 5.5+)',1054246753,NULL); INSERT INTO international VALUES (494,'WebGUI',14,'¥ê¥¢¥ë¥ª¥Ö¥¸¥§¥¯¥È edit-on Pro 2.x',1054246308,NULL); INSERT INTO international VALUES (493,'WebGUI',14,'¥µ¥¤¥È¤ËÌá¤ë',1054246236,NULL); INSERT INTO international VALUES (492,'WebGUI',14,'¥×¥í¥Õ¥£¡¼¥ë¥Õ¥£¡¼¥ë¥É¥ê¥¹¥È',1054246210,NULL); INSERT INTO international VALUES (49,'WebGUI',14,'¤³¤³¤ò¥¯¥ê¥Ã¥¯¤·¤Æ¥í¥°¥¢¥¦¥È¤·¤Æ¤¯¤À¤µ¤¤¡£',1054246044,NULL); INSERT INTO international VALUES (488,'WebGUI',14,'¥Ç¥Õ¥©¥ë¥ÈÃÍ',1054245868,NULL); INSERT INTO international VALUES (486,'WebGUI',14,'¥Ç¡¼¥¿¡¼¥¿¥¤¥×',1054245817,NULL); INSERT INTO international VALUES (485,'WebGUI',14,'Boolean(¥Á¥§¥Ã¥¯¥Ü¥Ã¥¯¥¹)',1054245748,NULL); INSERT INTO international VALUES (482,'WebGUI',14,'ÈÖ¹æ(¿ôÃÍ)',1054245645,NULL); INSERT INTO international VALUES (481,'WebGUI',14,'ÅÅÏÃÈÖ¹æ',1054245608,NULL); INSERT INTO international VALUES (480,'WebGUI',14,'¥á¡¼¥ë¥¢¥É¥ì¥¹',1054245590,NULL); INSERT INTO international VALUES (48,'WebGUI',14,'¤³¤ó¤Ë¤Á¤ï¡ª',1054245575,NULL); INSERT INTO international VALUES (479,'WebGUI',14,'ÆüÉÕ',1054245556,NULL); INSERT INTO international VALUES (478,'WebGUI',14,'URL',1054245538,NULL); INSERT INTO international VALUES (477,'WebGUI',14,'HTML¥¨¥ê¥¢',1054245522,NULL); INSERT INTO international VALUES (476,'WebGUI',14,'¥Æ¥¥¹¥È¥¨¥ê¥¢',1054245502,NULL); INSERT INTO international VALUES (475,'WebGUI',14,'¥Æ¥¥¹¥È',1054245486,NULL); INSERT INTO international VALUES (472,'WebGUI',14,'¥é¥Ù¥ë',1054245363,NULL); INSERT INTO international VALUES (470,'WebGUI',14,'̾Á°',1054245292,NULL); INSERT INTO international VALUES (469,'WebGUI',14,'ID',1054245274,NULL); INSERT INTO international VALUES (465,'WebGUI',14,'¥Æ¥¥¹¥È¥Ü¥Ã¥¯¥¹¤Î¥µ¥¤¥º',1054209575,NULL); INSERT INTO international VALUES (464,'WebGUI',14,'¥Æ¥¥¹¥È¥¨¥ê¥¢¤Î¹Ô',1054209554,NULL); INSERT INTO international VALUES (463,'WebGUI',14,'¥Æ¥¥¹¥È¥¨¥ê¥¢¤ÎÎó',1054209521,NULL); INSERT INTO international VALUES (462,'WebGUI',14,'¥Õ¥©¡¼¥Þ¥Ã¥È»þ´Ö',1054209430,NULL); INSERT INTO international VALUES (461,'WebGUI',14,'¥Õ¥©¡¼¥Þ¥Ã¥ÈÆü',1054209408,NULL); INSERT INTO international VALUES (456,'WebGUI',14,'¥æ¡¼¥¶¡¼¥ê¥¹¥È¤ËÌá¤ë',1054209262,NULL); INSERT INTO international VALUES (454,'WebGUI',14,'ºÇ½ª¹¹¿·',1054209212,NULL); INSERT INTO international VALUES (453,'WebGUI',14,'ºîÀ®Æü',1054209178,NULL); INSERT INTO international VALUES (452,'WebGUI',14,'¤ªÂÔ¤Á¤¯¤À¤µ¤¤',1054209154,NULL); INSERT INTO international VALUES (451,'WebGUI',14,'Í׵ᤵ¤ì¤Þ¤·¤¿',1054209131,NULL); INSERT INTO international VALUES (45,'WebGUI',14,'¤¤¤¤¤¨',1054209036,NULL); INSERT INTO international VALUES (448,'WebGUI',14,'¥Ú¡¼¥¸¥Ä¥ê¡¼',1054208976,NULL); INSERT INTO international VALUES (447,'WebGUI',14,'¥Ú¡¼¥¸¥Ä¥ê¡¼¤ò´ÉÍý',1055907510,NULL); INSERT INTO international VALUES (446,'WebGUI',14,'²ñ¼Ò¤Î¥¦¥§¥Ö¥µ¥¤¥È',1054208923,NULL); INSERT INTO international VALUES (445,'WebGUI',14,'Í¥Àè',1054208883,NULL); INSERT INTO international VALUES (443,'WebGUI',14,'¼«Âð¾ðÊó',1054208736,NULL); INSERT INTO international VALUES (442,'WebGUI',14,'²ñ¼Ò¾ðÊó',1054208704,NULL); INSERT INTO international VALUES (441,'WebGUI',14,'¥Ú¡¼¥¸¥ã¡¼¥²¡¼¥È¥¦¥§¥¤¤Ø¥á¡¼¥ë',1054208671,NULL); INSERT INTO international VALUES (440,'WebGUI',14,'Ï¢ÍíÀè¤Î¾ðÊó',1054208601,NULL); INSERT INTO international VALUES (44,'WebGUI',14,'¤Ï¤¤',1054208549,NULL); INSERT INTO international VALUES (439,'WebGUI',14,'¸Ä¿Í¾ðÊó',1054208499,NULL); INSERT INTO international VALUES (438,'WebGUI',14,'¤¢¤Ê¤¿¤Î¤ªÌ¾Á°',1054208477,NULL); INSERT INTO international VALUES (437,'WebGUI',14,'Åý·×',1054208452,NULL); INSERT INTO international VALUES (435,'WebGUI',14,'¥»¥Ã¥·¥ç¥ó½ð̾',1054208397,NULL); INSERT INTO international VALUES (434,'WebGUI',14,'¾õÂÖ',1054208294,NULL); INSERT INTO international VALUES (432,'WebGUI',14,'͸ú´ü¸Â',1054194808,NULL); INSERT INTO international VALUES (431,'WebGUI',14,'IP¥¢¥É¥ì¥¹',1054194785,NULL); INSERT INTO international VALUES (430,'WebGUI',14,'ºÇ½ª¥Ú¡¼¥¸¤Îɽ¼¨',1054194682,NULL); INSERT INTO international VALUES (429,'WebGUI',14,'¥í¥°¥¤¥ó»þ´Ö',1054194583,NULL); INSERT INTO international VALUES (428,'WebGUI',14,'¥æ¡¼¥¶¡¼(ID)',1054194550,NULL); INSERT INTO international VALUES (427,'WebGUI',14,'¥¹¥¿¥¤¥ë',1054194517,NULL); INSERT INTO international VALUES (426,'WebGUI',14,'¥í¥°ÍúÎò',1054194495,NULL); INSERT INTO international VALUES (425,'WebGUI',14,'¥¢¥¯¥Æ¥£¥Ö¥»¥Ã¥·¥ç¥ó',1054194470,NULL); INSERT INTO international VALUES (420,'WebGUI',14,'²¿¤âºï½ü¤·¤Ê¤¤',1054194193,NULL); INSERT INTO international VALUES (416,'WebGUI',14,'¥ê¥¯¥¨¥¹¥È¤Ë¤è¤ëÌäÂ꤬ȯÀ¸¤·¤Þ¤·¤¿\r\n¤¢¤Ê¤¿¤Î¥ê¥¯¥¨¥¹¥È¤Ë¤è¤Ã¤ÆÌäÂ꤬ȯÀ¸¤·¤Þ¤·¤¿¡£¥Ð¥Ã¥¯¥Ü¥¿¥ó¤ÇÁàºî¤·¤Ê¤ª¤·¤Æ¤¯¤À¤µ¤¤¡£¾ÜºÙ¤Ë¤Ä¤¤¤Æ¤ªÃΤê¤Ë¤Ê¤ê¤¿¤¤¾ì¹ç¤Ï¤´Ï¢Íí²¼¤µ¤¤¡£¹Ô¤ï¤ì¤¿Áàºî¡¢ÌäÂêȯÀ¸»þ´Ö¤ª¤è¤ÓÆüÉÕ¤ò¤ªÃΤ餻²¼¤µ¤¤¡£',1055721015,NULL); INSERT INTO international VALUES (412,'WebGUI',14,'³µÍ×',1054193566,NULL); INSERT INTO international VALUES (411,'WebGUI',14,'¥¿¥¤¥È¥ë¥á¥Ë¥å¡¼',1054193530,NULL); INSERT INTO international VALUES (41,'WebGUI',14,'WebGUI¥·¥¹¥Æ¥à¤Î½ÅÍפʥ³¥ó¥Ý¡¼¥Í¥ó¥È¤òºï½ü¤·¤è¤¦¤È¤·¤Æ¤¤¤Þ¤¹¡£¤â¤·Â³¹Ô¤¹¤ë¤È¡¢WebGUI¤Ïµ¡Ç½¤òÄä»ß¤¹¤ë¤«¤â¤·¤ì¤Þ¤»¤ó¡£',1054193464,NULL); INSERT INTO international VALUES (399,'WebGUI',14,'¤³¤Î¥Ú¡¼¥¸¤ò͸ú¤Ë¤¹¤ë',1054192487,NULL); INSERT INTO international VALUES (407,'WebGUI',14,'ÅÐÏ¿¤¹¤ë¤Ë¤Ï¤³¤³¤ò¥¯¥ê¥Ã¥¯¤·¤Æ¤¯¤À¤µ¤¤¡£',1054192376,NULL); INSERT INTO international VALUES (405,'WebGUI',14,'ºÇ¸å¤Î¥Ú¡¼¥¸',1054192236,NULL); INSERT INTO international VALUES (404,'WebGUI',14,'½é¤á¤Î¥Ú¡¼¥¸',1054192187,NULL); INSERT INTO international VALUES (401,'WebGUI',14,'¤³¤Î¥á¥Ã¥»¡¼¥¸¤ª¤è¤Ó¡¢¤³¤Î¥¹¥ì¥Ã¥É¤Î¤¹¤Ù¤Æ¤Î¥á¥Ã¥»¡¼¥¸¤òºï½ü¤·¤Æ¤â¤¤¤¤¤Ç¤¹¤«¡©',1054190204,NULL); INSERT INTO international VALUES (40,'WebGUI',14,'½ÅÍפʥ³¥ó¥Ý¡¼¥Í¥ó¥È',1054189988,NULL); INSERT INTO international VALUES (398,'WebGUI',14,'¥É¥¥å¥á¥ó¥È¥¿¥¤¥×Àë¸À',1054188994,NULL); INSERT INTO international VALUES (39,'WebGUI',14,'¤³¤Î¥Ú¡¼¥¸¤Ë¥¢¥¯¥»¥¹¤¹¤ë¸¢¸Â¤¬¤¢¤ê¤Þ¤»¤ó¡£',1054188389,NULL); INSERT INTO international VALUES (385,'WebGUI',14,'¥Ñ¥é¥á¡¼¥¿¡¼',1054188226,NULL); INSERT INTO international VALUES (384,'WebGUI',14,'¥Õ¥¡¥¤¥ë',1054188190,NULL); INSERT INTO international VALUES (381,'WebGUI',14,'WebGUI¤ÏÉÔ³ÎÄê¤Ê¥ê¥¯¥¨¥¹¥È¤Ë¤è¤ê½èÍý¤ò³¤±¤ë¤³¤È¤¬¤Ç¤¤Þ¤»¤ó¤Ç¤·¤¿¡£¥Ð¥Ã¥¯¥Ü¥¿¥ó¤ò²¡¤·¤Æ¤ä¤ê¤Ê¤ª¤·¤Æ¤¯¤À¤µ¤¤¡£',1054188155,NULL); INSERT INTO international VALUES (380,'WebGUI',14,'¥¹¥¿¥¤¥ëID',1054187844,NULL); INSERT INTO international VALUES (38,'WebGUI',14,'¤³¤ÎÁàºî¤ò¼Â¹Ô¤¹¤ë¸¢¸Â¤¬¤¢¤ê¤Þ¤»¤ó¡£¸¢¸Â¼Ô¤Î¥¢¥«¥¦¥ó¥È¤Ç¥í¥°¥¤¥ó¤·¤Ê¤ª¤·¤Æ¤¯¤À¤µ¤¤¡£',1054187820,NULL); INSERT INTO international VALUES (379,'WebGUI',14,'¥°¥ë¡¼¥×ID',1054187635,NULL); INSERT INTO international VALUES (378,'WebGUI',14,'¥æ¡¼¥¶¡¼ID',1054187609,NULL); INSERT INTO international VALUES (377,'WebGUI',14,'¤¢¤Ê¤¿¤Î¥Ñ¥Ã¥±¡¼¥¸¤Ï¡¢¥Ñ¥Ã¥±¡¼¥¸¥Þ¥Í¡¼¥¸¥ã¡¼¤Þ¤¿¤Ï´ÉÍý¼Ô¤ËÄêµÁ¤µ¤ì¤Æ¤¤¤Þ¤»¤ó¡£',1054187564,NULL); INSERT INTO international VALUES (376,'WebGUI',14,'¥Ñ¥Ã¥±¡¼¥¸',1054187187,NULL); INSERT INTO international VALUES (37,'WebGUI',14,'µö²Ä¤Ç¤¤Þ¤»¤ó¡£',1054186712,NULL); INSERT INTO international VALUES (369,'WebGUI',14,'͸ú´ü¸Â',1054186628,NULL); INSERT INTO international VALUES (365,'WebGUI',14,'¸¡º÷·ë²Ì',1054186203,NULL); INSERT INTO international VALUES (364,'WebGUI',14,'¸¡º÷',1054186177,NULL); INSERT INTO international VALUES (363,'WebGUI',14,'¥Ú¡¼¥¸¥Æ¥ó¥×¥ì¡¼¥È¤Î°ÌÃÖ',1054186149,NULL); INSERT INTO international VALUES (36,'WebGUI',14,'¥·¥¹¥Æ¥à´ÉÍý¼Ô¤ËÏ¢Íí¤ò¤È¤Ã¤Æ¤¯¤À¤µ¤¤¡£²¼µ¤Ï¤³¤Î¥·¥¹¥Æ¥à¤Î´ÉÍý¼Ô¤Î¥ê¥¹¥È¤Ç¤¹:',1054185487,NULL); INSERT INTO international VALUES (357,'WebGUI',14,'¥Ë¥å¡¼¥¹',1054185244,NULL); INSERT INTO international VALUES (356,'WebGUI',14,'¥Æ¥ó¥×¥ì¡¼¥È',1054185213,NULL); INSERT INTO international VALUES (355,'WebGUI',14,'¥Ç¥Õ¥©¥ë¥È',1054185190,NULL); INSERT INTO international VALUES (353,'WebGUI',14,'¼õ¿®¥Ü¥Ã¥¯¥¹¤Ë¤¿¤À¤¤¤Þ¥á¥Ã¥»¡¼¥¸¤Ï¤¢¤ê¤Þ¤»¤ó¡£',1054185150,NULL); INSERT INTO international VALUES (352,'WebGUI',14,'ÅÐÏ¿Æü',1054184991,NULL); INSERT INTO international VALUES (351,'WebGUI',14,'¥á¥Ã¥»¡¼¥¸',1054184956,NULL); INSERT INTO international VALUES (350,'WebGUI',14,'´°Î»¤·¤Þ¤·¤¿',1054184928,NULL); INSERT INTO international VALUES (35,'WebGUI',14,'´ÉÍýµ¡Ç½',1054184879,NULL); INSERT INTO international VALUES (348,'WebGUI',14,'̾Á°',1054184697,NULL); INSERT INTO international VALUES (345,'WebGUI',14,'¥á¥ó¥Ð¡¼¤Ç¤Ï¤¢¤ê¤Þ¤»¤ó',1054184424,NULL); INSERT INTO international VALUES (340,'WebGUI',14,'½÷À',1054184278,NULL); INSERT INTO international VALUES (34,'WebGUI',14,'ÀßÄêÆüÉÕ¤±',1054184249,NULL); INSERT INTO international VALUES (339,'WebGUI',14,'ÃËÀ',1054184194,NULL); INSERT INTO international VALUES (337,'WebGUI',14,'¥¦¥§¥Ö¥µ¥¤¥ÈURL\r\n',1054184126,NULL); INSERT INTO international VALUES (336,'WebGUI',14,'À¸Ç¯·îÆü',1054184073,NULL); INSERT INTO international VALUES (335,'WebGUI',14,'ÀÊÌ',1054183402,NULL); INSERT INTO international VALUES (334,'WebGUI',14,'²ñ¼Ò¤ÎÅÅÏÃÈÖ¹æ',1054183343,NULL); INSERT INTO international VALUES (333,'WebGUI',14,'²ñ¼Ò¤Î¤¢¤ë¹ñ',1054183313,NULL); INSERT INTO international VALUES (327,'WebGUI',14,'¹ñ',1054183033,NULL); INSERT INTO international VALUES (326,'WebGUI',14,'Í¹ÊØÈÖ¹æ',1054182788,NULL); INSERT INTO international VALUES (322,'WebGUI',14,'¥Ý¥±¥Ù¥ë',1054182585,NULL); INSERT INTO international VALUES (321,'WebGUI',14,'·ÈÂÓÈÖ¹æ',1054182518,NULL); INSERT INTO international VALUES (320,'WebGUI',14,'Yahoo! Messenger Id',1054182470,NULL); INSERT INTO international VALUES (319,'WebGUI',14,'MSN Messenger Id',1054182313,NULL); INSERT INTO international VALUES (318,'WebGUI',14,'AIM Id',1054182032,NULL); INSERT INTO international VALUES (317,'WebGUI',14,'ICQ UIN',1054181986,NULL); INSERT INTO international VALUES (316,'WebGUI',14,'»á̾',1054181678,NULL); INSERT INTO international VALUES (315,'WebGUI',14,'¥ß¥É¥ë¥Í¡¼¥à',1054181582,NULL); INSERT INTO international VALUES (314,'WebGUI',14,'̾Á°',1054181536,NULL); INSERT INTO international VALUES (312,'WebGUI',14,'¥Ó¥¸¥Í¥¹¾ðÊó¤òµö²Ä¤·¤Þ¤¹¤«¡©',1054163071,NULL); INSERT INTO international VALUES (311,'WebGUI',14,'¼«Âð¤Î¾ðÊó¤òµö²Ä¤·¤Þ¤¹¤«¡©',1054163010,NULL); INSERT INTO international VALUES (310,'WebGUI',14,'ÆÃÊ̤ÊÏ¢Íí¾ðÊó¤òµö²Ä¤·¤Þ¤¹¤«¡©',1054162583,NULL); INSERT INTO international VALUES (309,'WebGUI',14,'ËÜ̾¤òµö²Ä¤·¤Þ¤¹¤«¡©',1054162483,NULL); INSERT INTO international VALUES (307,'WebGUI',14,'¥á¥¿¥¿¥°¤ò¥Ç¥Õ¥©¥ë¥È¤Ç»ÈÍѤ·¤Þ¤¹¤«¡©',1054162429,NULL); INSERT INTO international VALUES (304,'WebGUI',14,'¸À¸ì',1054162391,NULL); INSERT INTO international VALUES (26,'WebGUI',14,'12·î',1054162273,NULL); INSERT INTO international VALUES (25,'WebGUI',14,'11·î',1054162254,NULL); INSERT INTO international VALUES (245,'WebGUI',14,'ÆüÉÕ',1054162236,NULL); INSERT INTO international VALUES (240,'WebGUI',14,'¥á¥Ã¥»¡¼¥¸ID¡§',1054162070,NULL); INSERT INTO international VALUES (24,'WebGUI',14,'10·î',1054162032,NULL); INSERT INTO international VALUES (233,'WebGUI',14,'(¥á¥Ã¥»¡¼¥¸¤Î½ª¤ï¤ê)',1054160786,NULL); INSERT INTO international VALUES (232,'WebGUI',14,'·ï̾¤Ê¤·',1054160699,NULL); INSERT INTO international VALUES (230,'WebGUI',14,'¥á¥Ã¥»¡¼¥¸',1054160633,NULL); INSERT INTO international VALUES (23,'WebGUI',14,'9·î',1054160612,NULL); INSERT INTO international VALUES (229,'WebGUI',14,'·ï̾',1054160465,NULL); INSERT INTO international VALUES (22,'WebGUI',14,'8·î',1054160185,NULL); INSERT INTO international VALUES (21,'WebGUI',14,'7·î',1054160167,NULL); INSERT INTO international VALUES (20,'WebGUI',14,'6·î',1054160148,NULL); INSERT INTO international VALUES (2,'WebGUI',14,'¥Ú¡¼¥¸',1054160131,NULL); INSERT INTO international VALUES (19,'WebGUI',14,'5·î',1054160110,NULL); INSERT INTO international VALUES (18,'WebGUI',14,'4·î',1054160086,NULL); INSERT INTO international VALUES (175,'WebGUI',14,'¥Þ¥¯¥í¤ò¼Â¹Ô¤·¤Þ¤¹¤«¡©',1054160058,NULL); INSERT INTO international VALUES (171,'WebGUI',14,'¥ê¥Ã¥Á¥¨¥Ç¥£¥Ã¥È',1054159748,NULL); INSERT INTO international VALUES (170,'WebGUI',14,'¸¡º÷',1054159722,NULL); INSERT INTO international VALUES (17,'WebGUI',14,'3·î',1054159700,NULL); INSERT INTO international VALUES (167,'WebGUI',14,'ºï½ü¤¹¤ë¤È½èÍý¤òÌ᤹»ö¤¬¤Ç¤¤Þ¤»¤ó¤¬¡¢¤³¤Î¥æ¡¼¥¶¡¼¤òºï½ü¤·¤Þ¤¹¤«¡©',1054159612,NULL); INSERT INTO international VALUES (164,'WebGUI',14,'ǧ¾ÚÊýË¡',1054123369,NULL); INSERT INTO international VALUES (16,'WebGUI',14,'2·î',1054123057,NULL); INSERT INTO international VALUES (157,'WebGUI',14,'¥¹¥¿¥¤¥ë',1054122973,NULL); INSERT INTO international VALUES (154,'WebGUI',14,'¥¹¥¿¥¤¥ë¥·¡¼¥È',1054122752,NULL); INSERT INTO international VALUES (15,'WebGUI',14,'1·î ',1054122709,NULL); INSERT INTO international VALUES (151,'WebGUI',14,'¥¹¥¿¥¤¥ë̾',1054122665,NULL); INSERT INTO international VALUES (149,'WebGUI',14,'¥æ¡¼¥¶¡¼',1054122624,NULL); INSERT INTO international VALUES (147,'WebGUI',14,'¥Ú¡¼¥¸',1054122583,NULL); INSERT INTO international VALUES (146,'WebGUI',14,'¥¢¥¯¥Æ¥£¥Ö¥»¥Ã¥·¥ç¥ó',1054122565,NULL); INSERT INTO international VALUES (145,'WebGUI',14,'WebGUI¥Ð¡¼¥¸¥ç¥ó',1054122539,NULL); INSERT INTO international VALUES (142,'WebGUI',14,'¥»¥Ã¥·¥ç¥ó¥¿¥¤¥à¥¢¥¦¥È',1054122408,NULL); INSERT INTO international VALUES (141,'WebGUI',14,'¥Ú¡¼¥¸¤¬¸«¤Ä¤«¤ê¤Þ¤»¤ó',1054122380,NULL); INSERT INTO international VALUES (140,'WebGUI',14,'ÀßÄê¤òÊÔ½¸¤·¤Þ¤¹',1054122352,NULL); INSERT INTO international VALUES (139,'WebGUI',14,'¤¤¤¤¤¨',1054122218,NULL); INSERT INTO international VALUES (138,'WebGUI',14,'¤Ï¤¤',1054122203,NULL); INSERT INTO international VALUES (127,'WebGUI',14,'²ñ¼Ò¤ÎURL',1054121809,NULL); INSERT INTO international VALUES (126,'WebGUI',14,'²ñ¼Ò¤Î¥á¡¼¥ë¥¢¥É¥ì¥¹',1054121777,NULL); INSERT INTO international VALUES (125,'WebGUI',14,'²ñ¼Ò̾',1054121748,NULL); INSERT INTO international VALUES (119,'WebGUI',14,'ǧ¾ÚÊýË¡(¥Ç¥Õ¥©¥ë¥È)',1054121494,NULL); INSERT INTO international VALUES (108,'WebGUI',14,'¥ª¡¼¥Ê¡¼',1054121154,NULL); INSERT INTO international VALUES (105,'WebGUI',14,'¥ì¥¤¥¢¥¦¥È',1054120699,NULL); INSERT INTO international VALUES (104,'WebGUI',14,'¥Ú¡¼¥¸URL',1054120671,NULL); INSERT INTO international VALUES (103,'WebGUI',14,'¥Ú¡¼¥¸¥×¥í¥Ñ¥Æ¥£',1054120649,NULL); INSERT INTO international VALUES (102,'WebGUI',14,'¥Ú¡¼¥¸¤òÊÔ½¸',1054120628,NULL); INSERT INTO international VALUES (101,'WebGUI',14,'¤³¤Î¥Ú¡¼¥¸¤È¤½¤ÎÆâÍÆ¡¢¤ª¤è¤Ó¤¹¤Ù¤Æ¤Î¥¢¥¤¥Æ¥à¤òºï½ü¤·¤Æ¤â¤¤¤¤¤Ç¤¹¤«¡©',1054120604,NULL); INSERT INTO international VALUES (100,'WebGUI',14,'¥á¥¿¥¿¥°',1054120531,NULL); INSERT INTO international VALUES (53,'USS',14,'¥ì¥¤¥¢¥¦¥È',1054120185,NULL); INSERT INTO international VALUES (52,'USS',14,'άµ',1054120159,NULL); INSERT INTO international VALUES (51,'USS',14,'άµ¤òɽ¼¨¤·¤Þ¤¹¤«¡©',1054120132,NULL); INSERT INTO international VALUES (41,'USS',14,'ÆüÉÕ',1054119802,NULL); INSERT INTO international VALUES (39,'USS',14,'ÊÖÅú¤òÅê¹Æ¤¹¤ë',1054119733,NULL); INSERT INTO international VALUES (37,'USS',14,'ºï½ü',1054119518,NULL); INSERT INTO international VALUES (35,'USS',14,'¥¿¥¤¥È¥ë',1054119501,NULL); INSERT INTO international VALUES (33,'USS',14,'źÉÕ¥Õ¥¡¥¤¥ë',1054119439,NULL); INSERT INTO international VALUES (32,'USS',14,'¥¤¥á¡¼¥¸',1054119421,NULL); INSERT INTO international VALUES (27,'USS',14,'ÊÔ½¸',1054119176,NULL); INSERT INTO international VALUES (16,'USS',14,'̵Âê',1054118891,NULL); INSERT INTO international VALUES (15,'USS',14,'ÊÔ½¸/ºï½ü',1054118873,NULL); INSERT INTO international VALUES (14,'USS',14,'¾õÂÖ',1054118850,NULL); INSERT INTO international VALUES (1,'SyndicatedContent',14,'RSS¥Õ¥¡¥¤¥ë¤ÎURL',1054107984,NULL); INSERT INTO international VALUES (9,'Survey',14,'¥¢¥ó¥±¡¼¥È',1054107911,NULL); INSERT INTO international VALUES (80,'Survey',14,'ÉÃ',1054107873,NULL); INSERT INTO international VALUES (79,'Survey',14,'ʬ',1054107792,NULL); INSERT INTO international VALUES (78,'Survey',14,'¥È¡¼¥¿¥ë»þ´Ö',1054107651,NULL); INSERT INTO international VALUES (77,'Survey',14,'½ªÎ»»þ´Ö',1054107588,NULL); INSERT INTO international VALUES (76,'Survey',14,'³«»Ï»þ´Ö\r\n',1054107558,NULL); INSERT INTO international VALUES (74,'Survey',14,'Á´¤Æ¤ÎÊÖÅú¤òºï½ü¤·¤Æ¤â¤¤¤¤¤Ç¤¹¤«¡©',1054107476,NULL); INSERT INTO international VALUES (72,'Survey',14,'¤³¤Î¥æ¡¼¥¶¡¼¤ÎÊÖÅú¤òºï½ü¤·¤Æ¤â¤¤¤¤¤Ç¤¹¤«¡©',1054107395,NULL); INSERT INTO international VALUES (71,'Survey',14,'À®ÀÓɽ',1054107356,NULL); INSERT INTO international VALUES (70,'Survey',14,'¸Ä¡¹¤ÎÊÖÅú',1054107329,NULL); INSERT INTO international VALUES (67,'Survey',14,'¥æ¡¼¥¶¡¼',1054105846,NULL); INSERT INTO international VALUES (66,'Survey',14,'ÊÖÅú',1054105805,NULL); INSERT INTO international VALUES (6,'Survey',14,'¥é¥ó¥À¥à',1054104268,NULL); INSERT INTO international VALUES (57,'Survey',14,'¥³¥á¥ó¥È',1054104123,NULL); INSERT INTO international VALUES (53,'Survey',14,'ÊÖÅú',1054103944,NULL); INSERT INTO international VALUES (51,'Survey',14,'¥³¥á¥ó¥È¤·¤Þ¤¹¤«¡©',1054103874,NULL); INSERT INTO international VALUES (50,'Survey',14,'¼¡¤Ø',1054103848,NULL); INSERT INTO international VALUES (47,'Survey',14,'¤¢¤Ê¤¿¤Ï¤³¤Î¥¯¥¤¥º¤òÁ´Éô²óÅú¤·¤Þ¤·¤¿¡£',1054102415,NULL); INSERT INTO international VALUES (1,'Survey',14,'¥¢¥ó¥±¡¼¥È',1054100754,NULL); INSERT INTO international VALUES (46,'Survey',14,'¥¢¥ó¥±¡¼¥È¤Ë¸æ¶¨ÎϤ¢¤ê¤¬¤È¤¦¤´¤¶¤¤¤Þ¤·¤¿¡£',1054100708,NULL); INSERT INTO international VALUES (1,'Poll',14,'Åêɼ',1054100439,NULL); INSERT INTO international VALUES (43,'Survey',14,'°ìÅÙ¤â¤Ê¤¤',1054100261,NULL); INSERT INTO international VALUES (42,'Survey',14,'»þ¡¹',1054100233,NULL); INSERT INTO international VALUES (41,'Survey',14,'ÉÑÅÙ',1054100183,NULL); INSERT INTO international VALUES (32,'Survey',14,'¸í¤ê',1054099605,NULL); INSERT INTO international VALUES (31,'Survey',14,'Àµ¤·¤¤',1054099580,NULL); INSERT INTO international VALUES (22,'Survey',14,'¼ÁÌä¤Î¥¿¥¤¥×',1054098532,NULL); INSERT INTO international VALUES (20,'Survey',14,'¤³¤Î²óÅú¤ÏÀµ¤·¤¤¤Ç¤¹¤«¡©',1054098315,NULL); INSERT INTO international VALUES (16,'Survey',14,'²óÅú¤ò¥é¥ó¥À¥à¤Ë¤·¤Þ¤¹¤«¡©',1054098184,NULL); INSERT INTO international VALUES (15,'Survey',14,'¥³¥á¥ó¥È¤òµö²Ä¤·¤Þ¤¹¤«¡©',1054097940,NULL); INSERT INTO international VALUES (14,'Survey',14,'¼ÁÌä',1054097910,NULL); INSERT INTO international VALUES (11,'Survey',14,'¥â¡¼¥É',1054097754,NULL); INSERT INTO international VALUES (10,'Survey',14,'¥¯¥¤¥º',1054097699,NULL); INSERT INTO international VALUES (74,'SiteMap',14,'¤³¤Î¥Ú¡¼¥¸',1054097553,NULL); INSERT INTO international VALUES (72,'SiteMap',14,'¥µ¥¤¥È¥Þ¥Ã¥×¥Æ¥ó¥×¥ì¡¼¥È',1054097503,NULL); INSERT INTO international VALUES (6,'SiteMap',14,'¥¤¥ó¥Ç¥ó¥È',1054097389,NULL); INSERT INTO international VALUES (2,'SiteMap',14,'¥µ¥¤¥È¥Þ¥Ã¥×',1054094065,NULL); INSERT INTO international VALUES (9,'Product',14,'¾¦ÉÊ¥¤¥á¡¼¥¸£³',1054092063,NULL); INSERT INTO international VALUES (8,'Product',14,'¾¦ÉÊ¥¤¥á¡¼¥¸£²',1054092032,NULL); INSERT INTO international VALUES (7,'Product',14,'¾¦ÉÊ¥¤¥á¡¼¥¸£±',1054091998,NULL); INSERT INTO international VALUES (62,'Product',14,'¾¦Éʥƥó¥×¥ì¡¼¥È',1054091957,NULL); INSERT INTO international VALUES (60,'Product',14,'¥Æ¥ó¥×¥ì¡¼¥È',1054091884,NULL); INSERT INTO international VALUES (33,'Product',14,'´ØÏ¢¾¦ÉÊ',1054077270,NULL); INSERT INTO international VALUES (29,'Product',14,'¸Ä¿ô',1054077163,NULL); INSERT INTO international VALUES (26,'Product',14,'¥é¥Ù¥ë',1054077074,NULL); INSERT INTO international VALUES (20,'Product',14,'´ØÏ¢¾¦ÉÊ',1054076822,NULL); INSERT INTO international VALUES (14,'Product',14,'¥Þ¥Ë¥å¥¢¥ë',1054076575,NULL); INSERT INTO international VALUES (13,'Product',14,'¥Ñ¥ó¥Õ¥ì¥Ã¥È',1054076554,NULL); INSERT INTO international VALUES (11,'Product',14,'¾¦ÉÊÈÖ¹æ',1054076522,NULL); INSERT INTO international VALUES (10,'Product',14,'²Á³Ê',1054076501,NULL); INSERT INTO international VALUES (1,'Product',14,'¾¦ÉÊ',1054076479,NULL); INSERT INTO international VALUES (72,'Poll',14,'²óÅú¤ò¥é¥ó¥À¥à¤Ë¤·¤Þ¤¹¤«¡©',1054076317,NULL); INSERT INTO international VALUES (7,'Poll',14,'²óÅú',1054076250,NULL); INSERT INTO international VALUES (6,'Poll',14,'¼ÁÌä',1054076211,NULL); INSERT INTO international VALUES (5,'Poll',14,'¥°¥é¥ÕÉý',1054076196,NULL); INSERT INTO international VALUES (11,'Poll',14,'Åêɼ',1054076030,NULL); INSERT INTO international VALUES (12,'Poll',14,'Á´Åêɼ¿ô',1054075958,NULL); INSERT INTO international VALUES (73,'MessageBoard',14,'·Ç¼¨Èĥƥó¥×¥ì¡¼¥È',1054074762,NULL); INSERT INTO international VALUES (1017,'WebGUI',14,'ºÇ¸å¤ÎÊÖ¿®',1054074573,NULL); INSERT INTO international VALUES (2,'MessageBoard',14,'·Ç¼¨ÈÄ',1054074335,NULL); INSERT INTO international VALUES (1016,'WebGUI',14,'ÊÖ¿®',1054074318,NULL); INSERT INTO international VALUES (9,'LinkList',14,'¤³¤Î¥ê¥ó¥¯¤òºï½ü¤·¤Æ¤â¤¤¤¤¤Ç¤¹¤«¡©',1054069320,NULL); INSERT INTO international VALUES (8,'LinkList',14,'URL',1054069286,NULL); INSERT INTO international VALUES (75,'LinkList',14,'¥ê¥ó¥¯¥ê¥¹¥È¥Æ¥ó¥×¥ì¡¼¥È',1054069213,NULL); INSERT INTO international VALUES (6,'LinkList',14,'¥ê¥ó¥¯¥ê¥¹¥È',1054014044,NULL); INSERT INTO international VALUES (12,'LinkList',14,'¥ê¥ó¥¯¤òÊÔ½¸',1054013908,NULL); INSERT INTO international VALUES (10,'LinkList',14,'¥ê¥ó¥¯¥ê¥¹¥È¤òÊÔ½¸',1054013754,NULL); INSERT INTO international VALUES (73,'Item',14,'¥¢¥¤¥Æ¥à¥Æ¥ó¥×¥ì¡¼¥È',1054011931,NULL); INSERT INTO international VALUES (6,'Item',14,'¥¢¥¤¥Æ¥à¤ÎÊÔ½¸',1054011831,NULL); INSERT INTO international VALUES (5,'Item',14,'źÉÕ¥Õ¥¡¥¤¥ë¤ò¥À¥¦¥ó¥í¡¼¥É',1054011798,NULL); INSERT INTO international VALUES (4,'Item',14,'¥¢¥¤¥Æ¥à',1054011761,NULL); INSERT INTO international VALUES (74,'FileManager',14,'¿·µ¬¥Õ¥¡¥¤¥ëÄɲÃ',1054011590,NULL); INSERT INTO international VALUES (1,'Item',14,'¥ê¥ó¥¯URL',1054011201,NULL); INSERT INTO international VALUES (4,'HttpProxy',14,'¥¿¥¤¥à¥¢¥¦¥È',1054010475,NULL); INSERT INTO international VALUES (1,'HttpProxy',14,'URL',1054010182,NULL); INSERT INTO international VALUES (75,'FileManager',14,'¥Õ¥¡¥¤¥ë¥Þ¥Í¡¼¥¸¥ã¡¼¥Æ¥ó¥×¥ì¡¼¥È',1054010051,NULL); INSERT INTO international VALUES (7,'FileManager',14,'¥À¥¦¥ó¥í¡¼¥É¤Î¥°¥ë¡¼¥×',1053990267,NULL); INSERT INTO international VALUES (6,'FileManager',14,'¥Õ¥¡¥¤¥ë',1053990207,NULL); INSERT INTO international VALUES (5,'FileManager',14,'¥Õ¥¡¥¤¥ë¥¿¥¤¥È¥ë',1053989952,NULL); INSERT INTO international VALUES (19,'FileManager',14,'»ÈÍѲÄǽ¤Ê¥Õ¥¡¥¤¥ë¤¬¤¢¤ê¤Þ¤»¤ó¡£',1053989813,NULL); INSERT INTO international VALUES (18,'FileManager',14,'¸ß´¹¥Ð¡¼¥¸¥ç¥ó #2',1053989768,NULL); INSERT INTO international VALUES (17,'FileManager',14,'¸ß´¹¥Ð¡¼¥¸¥ç¥ó #1',1053989732,NULL); INSERT INTO international VALUES (15,'FileManager',14,'µ»ö',1053989601,NULL); INSERT INTO international VALUES (14,'FileManager',14,'¥Õ¥¡¥¤¥ë',1053989551,NULL); INSERT INTO international VALUES (12,'FileManager',14,'¤³¤Î¥Õ¥¡¥¤¥ë¤òºï½ü¤·¤Æ¤â¤¤¤¤¤Ç¤¹¤«¡©',1053989416,NULL); INSERT INTO international VALUES (1,'FileManager',14,'¥Õ¥¡¥¤¥ë¥Þ¥Í¡¼¥¸¥ã¡¼',1053989332,NULL); INSERT INTO international VALUES (75,'FAQ',14,'¼ÁÌä¤òÄɲÃ',1053989120,NULL); INSERT INTO international VALUES (7,'FAQ',14,'¤³¤Î¼ÁÌä¤òºï½ü¤·¤Æ¤¤¤¤¤Ç¤¹¤«¡©',1053987432,NULL); INSERT INTO international VALUES (13,'FAQ',14,'¥È¥Ã¥×¤Î¥ê¥ó¥¯¤òÊѹ¹¤·¤Þ¤¹¤«¡©',1053987339,NULL); INSERT INTO international VALUES (6,'FAQ',14,'²óÅú',1053987186,NULL); INSERT INTO international VALUES (5,'FAQ',14,'¼ÁÌä',1053987173,NULL); INSERT INTO international VALUES (10,'FAQ',14,'¼ÁÌä¤òÊÔ½¸',1053986861,NULL); INSERT INTO international VALUES (5,'ExtraColumn',14,'¥¹¥¿¥¤¥ë¥·¡¼¥È¥¯¥é¥¹',1053986768,NULL); INSERT INTO international VALUES (4,'ExtraColumn',14,'Éý',1053986740,NULL); INSERT INTO international VALUES (96,'EventsCalendar',14,'¥¤¥Ù¥ó¥È¥Æ¥ó¥×¥ì¡¼¥È',1053986562,NULL); INSERT INTO international VALUES (94,'EventsCalendar',14,'¥¤¥Ù¥ó¥È¥«¥ì¥ó¥À¡¼¥Æ¥ó¥×¥ì¡¼¥È',1053986532,NULL); INSERT INTO international VALUES (93,'EventsCalendar',14,'¼¡¤Î¥¤¥Ù¥ó¥È',1053986503,NULL); INSERT INTO international VALUES (92,'EventsCalendar',14,'Á°¤Î¥¤¥Ù¥ó¥È',1053986484,NULL); INSERT INTO international VALUES (90,'EventsCalendar',14,'¥Ç¥Õ¥©¥ë¥È·î',1053986401,NULL); INSERT INTO international VALUES (84,'EventsCalendar',14,'ºÇ½ª·î',1053986189,NULL); INSERT INTO international VALUES (81,'EventsCalendar',14,'³«»Ï·î',1053984877,NULL); INSERT INTO international VALUES (80,'EventsCalendar',14,'¥¤¥Ù¥ó¥È¥Æ¥ó¥×¥ì¡¼¥È',1053984836,NULL); INSERT INTO international VALUES (75,'EventsCalendar',14,'¤É¤ì¤ò¹Ô¤¤¤Þ¤¹¤«¡©',1053984633,NULL); INSERT INTO international VALUES (20,'EventsCalendar',14,'¥¤¥Ù¥ó¥È¤òÄɲÃ',1053983210,NULL); INSERT INTO international VALUES (2,'EventsCalendar',14,'¥¤¥Ù¥ó¥È¥«¥ì¥ó¥À¡¼',1053983165,NULL); INSERT INTO international VALUES (11,'WebGUI',14,'¥´¥ßÈ¢¤ò¶õ¤Ë¤¹¤ë',1053979941,NULL); INSERT INTO international VALUES (10,'WebGUI',14,'¥´¥ßÈ¢¤ò´ÉÍý',1053979906,NULL); INSERT INTO international VALUES (1,'WebGUI',14,'¥³¥ó¥Æ¥ó¥Ä¤òÄɲáÄ',1053979868,NULL); INSERT INTO international VALUES (15,'EventsCalendar',14,'ºÇ½ªÆü',1053907163,NULL); INSERT INTO international VALUES (14,'EventsCalendar',14,'³«»ÏÆü',1053907125,NULL); INSERT INTO international VALUES (5,'Auth/WebGUI',14,'¥Ñ¥¹¥ï¡¼¥É¤Ë\"password\"¤Ï»ÈÍѤǤ¤Þ¤»¤ó¡£',1053906905,NULL); INSERT INTO international VALUES (4,'Auth/WebGUI',14,'¥Ñ¥¹¥ï¡¼¥É¤Ë¶õÇòʸ»ú¤Ï»ÈÍѤǤ¤Þ¤»¤ó¡£',1053906871,NULL); INSERT INTO international VALUES (3,'Auth/WebGUI',14,'¥Ñ¥¹¥ï¡¼¥É¤¬´Ö°ã¤Ã¤Æ¤¤¤Þ¤¹¡£¤â¤¦°ìÅÙÆþÎϤ·Ä¾¤·¤Æ¤¯¤À¤µ¤¤¡£',1053906816,NULL); INSERT INTO international VALUES (2,'Auth/WebGUI',14,'¥Ñ¥¹¥ï¡¼¥É(³Îǧ)',1053906788,NULL); INSERT INTO international VALUES (1,'Auth/WebGUI',14,'WebGUI¥æ¡¼¥¶¡¼¥ª¥×¥·¥ç¥ó',1053906767,NULL); INSERT INTO international VALUES (9,'Auth/SMB',14,'NT¥Ñ¥¹¥ï¡¼¥É',1053906746,NULL); INSERT INTO international VALUES (8,'Auth/SMB',14,'NT¥í¥°¥¤¥ó',1053906725,NULL); INSERT INTO international VALUES (7,'Auth/SMB',14,'NT¥É¥á¥¤¥ó',1053906698,NULL); INSERT INTO international VALUES (4,'Auth/SMB',14,'SMB¥í¥°¥¤¥ó¥¨¥é¡¼(3)\r\n¥æ¡¼¥¶¡¼Ì¾¤«¥Ñ¥¹¥ï¡¼¥É¤¬´Ö°ã¤Ã¤Æ¤¤¤Þ¤¹¡£¤â¤¦°ìÅÙÆþÎϤ·Ä¾¤·¤Æ¤¯¤À¤µ¤¤¡£',1053906619,NULL); INSERT INTO international VALUES (3,'Auth/SMB',14,'SMB¥×¥í¥È¥³¥ë¥¨¥é¡¼(2)\r\n¥·¥¹¥Æ¥à´ÉÍý¼Ô¤ËÌ䤤¹ç¤ï¤»¤Æ¤¯¤À¤µ¤¤¡£',1053906565,NULL); INSERT INTO international VALUES (2,'Auth/SMB',14,'SMB¥µ¡¼¥Ð¡¼¥¨¥é¡¼(1)\r\n²¿¤«¤¬¥É¥á¥¤¥ó¥³¥ó¥È¥í¡¼¥é¡¼¤Ë¥¢¥¯¥»¥¹¤·¡¢¼ºÇÔ¤·¤Þ¤·¤¿¡£Àܳ¤Ï¥¿¥¤¥à¥¢¥¦¥È¤·¤Æ¤¤¤Þ¤¹¡£¤â¤¦°ìÅٻ¤«¡¢¥·¥¹¥Æ¥à´ÉÍý¼Ô¤ËÌ䤤¹ç¤ï¤»¤Æ¤¯¤À¤µ¤¤¡£',1053906532,NULL); INSERT INTO international VALUES (1,'Auth/SMB',14,'SMB¥æ¡¼¥¶¡¼¥ª¥×¥·¥ç¥ó',1053906354,NULL); INSERT INTO international VALUES (1,'Auth/LDAP',14,'LDAP¥æ¡¼¥¶¥ª¥×¥·¥ç¥ó',1053906302,NULL); INSERT INTO international VALUES (6,'Auth/LDAP',14,'LDAP¥æ¡¼¥¶¡¼¾ðÊó(¥Ç¥Õ¥©¥ë¥È)',1053906281,NULL); INSERT INTO international VALUES (7,'Auth/LDAP',14,'LDAP¥æ¡¼¥¶¡¼Ì¾',1053906260,NULL); INSERT INTO international VALUES (8,'Auth/LDAP',14,'LDAP¥Ñ¥¹¥ï¡¼¥É',1053906237,NULL); INSERT INTO international VALUES (5,'Auth/LDAP',14,'LDAP URL(¥Ç¥Õ¥©¥ë¥È)',1053906096,NULL); INSERT INTO international VALUES (3,'Auth/LDAP',14,'LDAP URL',1053906049,NULL); INSERT INTO international VALUES (8,'Article',14,'¥ê¥ó¥¯URL',1053905919,NULL); INSERT INTO international VALUES (7,'Article',14,'¥ê¥ó¥¯¥¿¥¤¥È¥ë',1053899726,NULL); INSERT INTO international VALUES (6,'Article',14,'¥¤¥á¡¼¥¸',1053899684,NULL); INSERT INTO international VALUES (4,'Article',14,'ºÇ½ªÆü',1053899664,NULL); INSERT INTO international VALUES (3,'Article',14,'³«»ÏÆü',1053899399,NULL); INSERT INTO international VALUES (1031,'WebGUI',1,'Forum Template',1066034528,'Tell the admin to select a template for this forum.'); INSERT INTO international VALUES (23,'Article',14,'ÆüÉÕ',1053899167,NULL); INSERT INTO international VALUES (13,'Article',14,'ºï½ü',1053899025,NULL); INSERT INTO international VALUES (99,'WebGUI',14,'¥¿¥¤¥È¥ë',1053676187,NULL); INSERT INTO international VALUES (47,'WebGUI',14,'¥Û¡¼¥à',1053675948,NULL); INSERT INTO international VALUES (1,'Article',14,'µ»ö',1053675664,NULL); INSERT INTO international VALUES (945,'WebGUI',8,'Filtro Scratch',1054490432,NULL); INSERT INTO international VALUES (973,'WebGUI',8,'Se è \"proxied\" usa il client IP address reale?',1054481645,NULL); INSERT INTO international VALUES (937,'WebGUI',8,'Per importare un tema hai bisogno di un file di tema valido esportato da un\r\naltro sito con WebGUI. Seleziona il tema dal tuo hard disk e clicca sul bottone\r\n\"Importa\"Ora ti sarà mostrata una schermata di conferma che ti\r\nchiederà se questo è il tema che vuoi importare. Se è questo, clicca ancora\r\nsul bottone \"Importa\" e avrai il il tuo nuovo tema. Adesso puoi\r\ncominciare ad applicare il tema al tuo sito proprio come faresti con un normale\r\nstile, template o elemento dell\'archivio collaterale.\r\n
Non puoi importare un tema due volte. Se desideri importare una nuova\r\nversione di un tema, allora devi prima cancellare la versione precedente del\r\ntema.\r\n
Allo stesso modo non puoi importare un tema creato da una versione di WebGUI\r\npiù recente di quella che stai usando. Per questo se stai usando WebGUI 5.2.4 e\r\nil tema è stato creato con WebGUI 6.0.0, non ti sarà possibile importare quel\r\ntema fino a quando non avrai aggiornato la versione di WebGUI.
\r\n',1054477866,NULL); INSERT INTO international VALUES (939,'WebGUI',8,'Quando cancelli un tema che hai creato, stai cancellando le proprietà base\r\ndel tema. Comunque quando cancelli un tema che hai importato, stai cancellando\r\nanche tutti i suoi componenti ( stili, template e elementi dell\'archivio\r\ncollaterale). Assicurati che non dovrai più usare quei componenti prima di\r\ncancellarli.
',1054477122,NULL); INSERT INTO international VALUES (958,'WebGUI',8,'Gli Appunti sono un deposito particolare in cui vengono temporaneamente\r\narchiviati i contenuti "tagliati" o "copiati". Gli elementi\r\nnegli Appunti possono poi essere incollati in una nuova posizione. \r\nGli elementi negli Appunti possono gestiti singolarmente.
\r\nPuoi "cancellare" o "incollare" un elemento tramite il\r\npulsante appropriato. Puoi anche eliminare tutto il contenuto degli appunti\r\nspostandolo nel cestino tramite l\'apposita opzione nel menù degli\r\nAppunti.
\r\nTitolo
\r\nIl nome dell\'elemento negli Appunti. Puoi visualizzare questo elemento\r\nselezionando il titolo.\r\nTipo
\r\nIl tipo di contenuto. Per esempio una Pagina, un Articolo, un Calendario Eventi,\r\netc.\r\nData Appunti
\r\nLa data e l\'ora in cui l\'elemento è stato messo negli Appunti.\r\nPosizione Precedente
\r\nLa posizione (nel sito) da cui è stato preso l\'elemento. Puoi vedere la\r\nposizione precedente selezionando posizione precedente.\r\nNome utente
\r\n',1054473476,NULL); INSERT INTO international VALUES (961,'WebGUI',8,'Il cestino è un deposito particolare in cui vengono temporaneamente archiviati\r\ni contenuti cancellati. Gli elementi nel cestino possono essere gestiti\r\nsingolarmente. Puoi "tagliare" un elemento negli Appunti oppure\r\neliminarlo permanentemente tramite il pulsante appropriato. Puoi anche eliminare\r\ntutto il contenuto del cestino tramite l\'apposita opzione nel< menù del\r\ncestino.\r\n
\r\nIl nome utente di chi ha inserito l\'elemento negli appunti. Questo campo\r\nopzionale è visibile solamente negli Appunti Condiviso o quando un\r\namministratore sta gestendo gli Appunti di Sistema .Titolo
\r\nIl nome dell\'elemento nel cestino. Puoi visualizzare questo elemento\r\nselezionando il titolo.\r\nTipo
\r\nil tipo di contenuto. Per esempio una Pagina, un Articolo, un Calendario Eventi,\r\netc.\r\nData Cestino
\r\nLa data e l\'ora in cui l\'elemento è stato messo nel cestino.\r\nPosizione Precedente
\r\nLa posizione (nel sito) in cui si trovava precedentemente l\'elemento. Puoi\r\nvedere la posizione precedente selezionando posizione precedente.\r\nNome utente
\r\n',1054472919,NULL); INSERT INTO international VALUES (934,'WebGUI',8,'Creare e modificare i Temi è un processo semplice. Prima imposta alcune\r\nproprietà di base per il Tema poi comincia ad aggiungere i componenti al Tema.\r\n
\r\nIl nome utente di chi ha spostato l\'elemento nel cestino Questo campo opzionale\r\nè visibile solamente nel Cestino Condiviso o quando un amministratore sta\r\ngestendo il Cestino di Sistema .Le proprietà di base del Tema non possono essere modificate da nessuno\r\ntranne che sul sito nel quale il tema è stato creato.
\r\nLe seguenti sono le definizioni delle proprità di base del Tema:\r\nID Tema
\r\nL\' ID univoco per questo tema all\'interno di questo sito. Questo ID cambierà se\r\nquesto tema sarà importato in un altro sito.\r\nNome Tema
\r\nQuesto è il nome univoco del tema. Deve essere univoco in ogni sito in cui il\r\ntema sarà importato. Questo nome non cambierà importandolo da un sito\r\nall\'altro \r\nDesigner del Tema
\r\nIl nome della persona o azienda che ha creato questo tema.\r\nURL del Designer
\r\n',1054394992,NULL); INSERT INTO international VALUES (77,'DataForm',8,'Nome / Etichetta',1054393515,NULL); INSERT INTO international VALUES (83,'DataForm',8,'Le seguenti sono le variabili di template disponibili per i template dei Moduli\r\nDati.\r\n
\r\nLa URL della persona o azienda che ha creato questo tema.acknowledgement
\r\nIl Riconoscimento specificato nelle proprietà del wobject. Questo messaggio\r\nviene mostrato dopo che l\'utente invia i dati.\r\nexport.tab.url
\r\nSeguendo questo URL i dati archiviati in questo modulo dati, saranno\r\nesportati in un file delimitato da tab.\r\nexport.tab.label
\r\nL\'etichetta di default per la variabile export.tab.url.\r\nentryList.url
\r\nSeguendo questo URL sarà mostrato un elenco con tutti i dati archiviati\r\nin questo modulo dati.\r\nentryList.label
\r\nL\'etichetta di default per la variabile entryList.url .\r\ncanEdit
\r\nUna condizione che indica se l\'utente attuale ha i privilegi per modificare un\r\ninserimento o per esportare i dati del modulo.\r\nback.url
\r\nUn url che ti riporterà indietro alla pagina di default del Modulo.\r\nback.label
\r\nL\'etichetta di default per la variabile back.url.\r\nusername*
\r\nLa username dell\'utente che ha inviato i dati.\r\nuserId*
\r\nLa user id dell\'utente che ha inviato i dati.\r\ndate*
\r\nLa data in cui questi dati sono stati inseriti o aggiornati, nel formato\r\ndata/ora scelto dall\'utente.\r\nepoch*
\r\nLa data in cui questi dati sono stati inseriti o aggiornati visualizzati nel\r\nformato epoch della data.\r\nipAddress*
\r\nL\' IP address dell\'utente che ha inviato i dati.\r\nedit.url*
\r\nLa URL alla pagina per modificare questo inserimento.\r\nerror_loop*
\r\nUn loop contenente informazioni sugli errori, ad esempio se qualcuno non compila\r\nun campo richiesto.\r\n\r\n
\r\n error.message*\r\naddField.url
\r\n Un messaggio di errore che indica cosa l\'utente ha fatto in modo errato.\r\n
\r\nLa URL che i content managers utilizzeranno per aggiungere nuovi campi al\r\nmodulo.\r\naddField.label
\r\nL\'etichetta di default per la variabile addField.url.\r\nform.start
\r\nL\'inizio del modulo.\r\nfield_loop
\r\nUn loop contenente tutte le informazioni sui campi.\r\n\r\n
\r\n field.form\r\nform.send
\r\n L\'elemento del form per questo campo.\r\nfield.name
\r\n il nome di questo campo.\r\nfield.value
\r\n Il "value" per questo campo. se è un nuovo elemento sarà usato il\r\n valore di default.\r\nfield.label
\r\n L\'etichetta di testo per questo campo.\r\nfield.isHidden
\r\n Una condizione che indica se questo campo può essere nascosto.\r\nfield.isDisplayed
\r\n Una condizione che indica se questo campo può essere visualizzato.\r\nfield.isEditable
\r\n Una condizione che indica se questo campo è modificabile.\r\nfield.isRequired
\r\n Una condizione che indica se questo campo è obbligatorio.\r\nfield.isMailField
\r\n Una condizione che indica se questo campo è presente solo per inviare email.\r\nfield.subtext
\r\n Una descrizione del campo in modo che gli utenti capiscano cosa inserire nel\r\n campo.\r\nfield.controls
\r\n I controlli di gestione di WebGUI per questo campo.\r\n\r\n
\r\nUn bottone con la parola "Invia" .\r\nform.save
\r\nUn bottone con la parola "Salva".\r\nform.end
\r\nLa fine del modulo.\r\n*Disponibili solo se l\'utente ha già inviato il modulo.
\r\n',1054386522,NULL); INSERT INTO international VALUES (10,'WobjectProxy',8,'Sostituisci il template?',1054238008,NULL); INSERT INTO international VALUES (897,'WebGUI/Profile',8,'Modificabile?',1054237380,NULL); INSERT INTO international VALUES (978,'WebGUI',8,'Utente aggiunto con successo.',1054237364,NULL); INSERT INTO international VALUES (977,'WebGUI',8,'E\' admin secondario?',1054237341,NULL); INSERT INTO international VALUES (976,'WebGUI',8,'Aggiungi utenti',1054237286,NULL); INSERT INTO international VALUES (975,'WebGUI',8,'Gli utenti possono rimuoversi autonomamente?',1054237260,NULL); INSERT INTO international VALUES (974,'WebGUI',8,'Gli utenti possono aggiungersi autonomamente?',1054237231,NULL); INSERT INTO international VALUES (969,'WebGUI',8,'Se svuoti gli appunti, ogni elemento sarà spostato nel cestino.',1054237163,NULL); INSERT INTO international VALUES (972,'WebGUI',8,'Data e orario',1054237107,NULL); INSERT INTO international VALUES (971,'WebGUI',8,'Orario',1054237089,NULL); INSERT INTO international VALUES (970,'WebGUI',8,'Imposta ora',1054237072,NULL); INSERT INTO international VALUES (968,'WebGUI',8,'Appunti, Svuota',1054237035,NULL); INSERT INTO international VALUES (967,'WebGUI',8,'Svuota cestino di sistema',1054236993,NULL); INSERT INTO international VALUES (964,'WebGUI',8,'Gestisci cestino di sistema.',1054236970,NULL); INSERT INTO international VALUES (966,'WebGUI',8,'Sei certo di voler eliminare permanentemente questo elemento dal cestino?',1054236948,NULL); INSERT INTO international VALUES (965,'WebGUI',8,'Gestisci cestino di sistema',1054236857,NULL); INSERT INTO international VALUES (963,'WebGUI',8,'Data Cestino',1054236833,NULL); INSERT INTO international VALUES (962,'WebGUI',8,'Gestisci Cestino',1054236813,NULL); INSERT INTO international VALUES (960,'WebGUI',8,'Cestino, Gestisci',1054236788,NULL); INSERT INTO international VALUES (959,'WebGUI',8,'Svuota appunti di sistema',1054236766,NULL); INSERT INTO international VALUES (957,'WebGUI',8,'Appunti, Gestisci',1054236730,NULL); INSERT INTO international VALUES (956,'WebGUI',8,'Sei sicuro di voler spostare questo elemento dagli appunti al cestino?',1054236711,NULL); INSERT INTO international VALUES (955,'WebGUI',8,'Gestisci appunti di sistema',1054236667,NULL); INSERT INTO international VALUES (954,'WebGUI',8,'Gestisci appunti di sistema',1054236643,NULL); INSERT INTO international VALUES (953,'WebGUI',8,'Precedente posizione',1054236531,NULL); INSERT INTO international VALUES (952,'WebGUI',8,'Data appunti',1054236510,NULL); INSERT INTO international VALUES (951,'WebGUI',8,'Sei sicuro di voler svuotare il contenuto degli appunti nel cestino?',1054236449,NULL); INSERT INTO international VALUES (947,'WebGUI',8,'Usa appunti condivisi?',1054236402,NULL); INSERT INTO international VALUES (948,'WebGUI',8,'Gestisci gli appunti',1054236374,NULL); INSERT INTO international VALUES (950,'WebGUI',8,'Svuota gli appunti',1054236352,NULL); INSERT INTO international VALUES (946,'WebGUI',8,'Usa cestino condiviso?',1054236310,NULL); INSERT INTO international VALUES (949,'WebGUI',8,'Gestisci Appunti',1054236223,NULL); INSERT INTO international VALUES (944,'WebGUI',8,'Codice Postale',1054236190,NULL); INSERT INTO international VALUES (943,'WebGUI',8,'Checkbox',1054234042,NULL); INSERT INTO international VALUES (942,'WebGUI',8,'Radio List',1054234023,NULL); INSERT INTO international VALUES (941,'WebGUI',8,'Checkbox List',1054233985,NULL); INSERT INTO international VALUES (940,'WebGUI',8,'Apri in una nuova finestra?',1054233932,NULL); INSERT INTO international VALUES (938,'WebGUI',8,'Tema Cancella',1054232627,NULL); INSERT INTO international VALUES (936,'WebGUI',8,'Tema, Importa',1054231475,NULL); INSERT INTO international VALUES (935,'WebGUI',8,'il file caricato sembra non essere un file appropriato per i temi.',1054231454,NULL); INSERT INTO international VALUES (933,'WebGUI',8,'Tema, Modifica',1054231363,NULL); INSERT INTO international VALUES (932,'WebGUI',8,'I Temi sono uno strumento per installare velocemente Stili, Templates e oggetti dell\'archivio collaterale in un sito creato con WebGUI. Sono anche molto utili per spostare gli stessi elementi da un sito ad un altro.\r\n\r\nNota: quando costruisci un tema, assicurati di dare dei nomi ai componenti (Stili, Templates e oggetti dell\'archivio collaterale) che richiamino un riferimento a quel tema. Questo è utile per ritrovare facilmente i componenti nel tema ed inoltre evita di creare conflitti(duplicazioni) tra i nomi.',1054231342,NULL); INSERT INTO international VALUES (931,'WebGUI',8,'Temi, Gestisci',1054230855,NULL); INSERT INTO international VALUES (930,'WebGUI',8,'Visualizza Tema',1054230835,NULL); INSERT INTO international VALUES (929,'WebGUI',8,'Importa',1054230806,NULL); INSERT INTO international VALUES (928,'WebGUI',8,'Desideri importare questo tema?',1054230792,NULL); INSERT INTO international VALUES (927,'WebGUI',8,'Importa Tema',1054230765,NULL); INSERT INTO international VALUES (926,'WebGUI',8,'Questo tema è stato creato con una versione di WebGUI più recente di quella installata sul tuo sistema. Devi eseguire l\'aggiornamento prima di installare questo tema.',1054230728,NULL); INSERT INTO international VALUES (925,'WebGUI',8,'Hai già una versione di questo tema. Devi cancellarla prima di installarla nuovamente.',1054230624,NULL); INSERT INTO international VALUES (924,'WebGUI',8,'Importa un tema',1054230555,NULL); INSERT INTO international VALUES (923,'WebGUI',8,'Versione Tema',1054230542,NULL); INSERT INTO international VALUES (922,'WebGUI',8,'Creato con',1054230526,NULL); INSERT INTO international VALUES (921,'WebGUI',8,'Pacchetto dei file del tema',1054230512,NULL); INSERT INTO international VALUES (920,'WebGUI',8,'Esporta questo tema',1054230484,NULL); INSERT INTO international VALUES (919,'WebGUI',8,'Modifica questo tema',1054230470,NULL); INSERT INTO international VALUES (918,'WebGUI',8,'Cancella questo tema',1054230457,NULL); INSERT INTO international VALUES (917,'WebGUI',8,'Aggiungi un componente del tema',1054230443,NULL); INSERT INTO international VALUES (916,'WebGUI',8,'Frammento',1054230422,NULL); INSERT INTO international VALUES (915,'WebGUI',8,'File',1054230412,NULL); INSERT INTO international VALUES (914,'WebGUI',8,'Immagine',1054230403,NULL); INSERT INTO international VALUES (913,'WebGUI',8,'Template',1054230394,NULL); INSERT INTO international VALUES (912,'WebGUI',8,'Stile',1054230382,NULL); INSERT INTO international VALUES (911,'WebGUI',8,'Componente',1054230365,NULL); INSERT INTO international VALUES (910,'WebGUI',8,'Tipo di componente',1054230354,NULL); INSERT INTO international VALUES (909,'WebGUI',8,'Aggiungi un componente del tema',1054230340,NULL); INSERT INTO international VALUES (908,'WebGUI',8,'Sei sicuro di voler eliminare questo componente da questo tema?',1054230316,NULL); INSERT INTO international VALUES (907,'WebGUI',8,'Sei sicuro di voler cancellare questo tema?',1054230266,NULL); INSERT INTO international VALUES (906,'WebGUI',8,'URL del Designer',1054230244,NULL); INSERT INTO international VALUES (905,'WebGUI',8,'Designer del Tema',1054230231,NULL); INSERT INTO international VALUES (904,'WebGUI',8,'Nome Tema',1054230187,NULL); INSERT INTO international VALUES (903,'WebGUI',8,'ID Tema',1054230176,NULL); INSERT INTO international VALUES (902,'WebGUI',8,'Modifica Tema',1054230165,NULL); INSERT INTO international VALUES (901,'WebGUI',8,'Aggiungi un nuovo tema',1054230154,NULL); INSERT INTO international VALUES (900,'WebGUI',8,'Gestisci i Temi',1054230135,NULL); INSERT INTO international VALUES (899,'WebGUI',8,'Gestisci i Temi',1054230112,NULL); INSERT INTO international VALUES (898,'WebGUI',8,'Site Icon',1054230012,NULL); INSERT INTO international VALUES (897,'WebGUI',8,'Favicon',1054229994,NULL); INSERT INTO international VALUES (73,'Poll',8,'Template Sondaggio',1054229973,NULL); INSERT INTO international VALUES (98,'EventsCalendar',8,'Adesso!',1054229956,NULL); INSERT INTO international VALUES (84,'DataForm',8,'Esporta i dati',1054229912,NULL); INSERT INTO international VALUES (88,'DataForm',8,'Template Modulo Dati',1054229805,NULL); INSERT INTO international VALUES (86,'DataForm',8,'Elenca gli inserimenti',1054229744,NULL); INSERT INTO international VALUES (85,'DataForm',8,'Uno per riga',1054229697,NULL); INSERT INTO international VALUES (82,'DataForm',8,'Template Modulo Dati',1054229613,NULL); INSERT INTO international VALUES (81,'DataForm',8,'Template conferma',1054229581,NULL); INSERT INTO international VALUES (80,'DataForm',8,'Email Template',1054229201,NULL); INSERT INTO international VALUES (79,'DataForm',8,'Breve descrizione',1054229183,NULL); INSERT INTO international VALUES (76,'DataForm',8,'Aggiungi un campo',1054228558,NULL); INSERT INTO international VALUES (75,'DataForm',8,'Obbligatorio',1054228541,NULL); INSERT INTO international VALUES (74,'DataForm',8,'Invia dati',1054228517,NULL); INSERT INTO international VALUES (9,'Auth/LDAP',8,'User RDN',1054228480,NULL); INSERT INTO international VALUES (969,'WebGUI',2,'Wenn Sie die Zwischenablage leeren, werden die Inhalte in den Mülleimer verschoben.',1054542122,NULL); INSERT INTO international VALUES (979,'WebGUI',1,'Are you certain you wish to delete all items in this folder? They cannot be recovered once deleted. Items in sub-folders will not be removed.',1055908341,NULL); INSERT INTO international VALUES (980,'WebGUI',1,'Empty this folder.',1055908341,NULL); INSERT INTO international VALUES (12,'HttpProxy',1,'Rewrite urls ?',1055908341,NULL); INSERT INTO international VALUES (981,'WebGUI',1,'Manage database links.',1056151382,NULL); INSERT INTO international VALUES (982,'WebGUI',1,'Add a database link.',1056151382,NULL); INSERT INTO international VALUES (983,'WebGUI',1,'Edit this database link.',1056151382,NULL); INSERT INTO international VALUES (984,'WebGUI',1,'Copy this database link.',1056151382,NULL); INSERT INTO international VALUES (985,'WebGUI',1,'Delete this database link.',1056151382,NULL); INSERT INTO international VALUES (986,'WebGUI',1,'Back to database links.',1056151382,NULL); INSERT INTO international VALUES (987,'WebGUI',1,'Delete Database Link',1056151382,NULL); INSERT INTO international VALUES (988,'WebGUI',1,'Are you certain you wish to delete this database link? The following items are using this link and will no longer work if you delete it:',1056151382,NULL); INSERT INTO international VALUES (989,'WebGUI',1,'on page',1056151382,NULL); INSERT INTO international VALUES (990,'WebGUI',1,'Edit Database Link',1056151382,NULL); INSERT INTO international VALUES (991,'WebGUI',1,'Database Link ID',1056151382,NULL); INSERT INTO international VALUES (992,'WebGUI',1,'Title',1056151382,NULL); INSERT INTO international VALUES (993,'WebGUI',1,'DSN',1056151382,NULL); INSERT INTO international VALUES (994,'WebGUI',1,'Database User',1056151382,NULL); INSERT INTO international VALUES (995,'WebGUI',1,'Database Password',1056151382,NULL); INSERT INTO international VALUES (996,'WebGUI',1,'Manage Database Links',1056151382,NULL); INSERT INTO international VALUES (997,'WebGUI',1,'Database Links, Manage',1056151382,NULL); INSERT INTO international VALUES (998,'WebGUI',1,'Database Link, Add/Edit',1056151382,NULL); INSERT INTO international VALUES (999,'WebGUI',1,'Database Link, Delete',1056151382,NULL); INSERT INTO international VALUES (1000,'WebGUI',1,'
\r\nDatabase Links enable a WebGUI administrator to add commonly used databases for use in SQL Reports. This frees the SQL Report author from having to know or enter a DSN, user, or password.
\r\n
\r\nBe aware that any database links you create here will be available to all content authors. While they will not be able to see the database connection info, they will be able to execute any select, show, or describe commands on the database.\r\n',1056151382,NULL); INSERT INTO international VALUES (1001,'WebGUI',1,'
\r\nThe following fields make up a Database Link.\r\n
\r\n\r\nTitle
\r\nA title for the database link.\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\nHere are some examples for other databases.
\r\nOracle:\r\nDBI:Oracle:SID
\r\n\r\nPostgreSQL:\r\n
\r\nDBD::Oracle must be installed.
\r\nYou must be using mod_perl and configure PerlSetEnv ORACLE_HOME /home/oracle/product/8.1.7 in httpd.conf. Without setting ORACLE_HOME, you can connect using DBI:Oracle:host=myhost.com;sid=SID\r\nDBI:PgPP:dbname=DBNAME[;host=hOST]
\r\n\r\n\r\nSybase:\r\n
\r\nDBD::PgPP must be installed.\r\nDBI:Sybase:[server=SERVERNAME][database=DATABASE]
\r\n\r\n
\r\nDBD::Sybase must be installed.
\r\nYou must be using mod_perl and configure PerlSetEnv SYBASE /opt/sybase/11.0.2 in httpd.conf.\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',1056151382,NULL); INSERT INTO international VALUES (1002,'WebGUI',1,'
\r\nWhen you delete a database link, all SQL Reports using that link will stop working. A list of all affected reports is shown on the confirmation screen.\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',1056151382,NULL); INSERT INTO international VALUES (19,'SQLReport',1,'Choose a database link...',1056151382,NULL); INSERT INTO international VALUES (20,'SQLReport',1,'Database Link',1056151382,NULL); INSERT INTO international VALUES (21,'SQLReport',1,'If you do not want to use a predefined database link, enter your own database connection info below.',1056151382,NULL); INSERT INTO international VALUES (1003,'WebGUI',1,'Wobject privileges?',1056041703,'Would you like Wobject Privileges to be enabled?'); INSERT INTO international VALUES (634,'WebGUI',1,'Default Home Page
Some 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\nNot Found Page
If 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\nDocument Type Declaration
These 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\nFavicon
An icon that appears on Internet Explorer short cuts such as your \"Favorites\". To learn more about Favicon click here. \r\nSite Icon
An icon that appears in the URL bar of most modern browsers. It may also appear in the bookmarks of the browser. The image must be 16x16 pixels. \r\nAdd edit stamp to posts?
Typically 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\nFilter Contributed HTML
Especially 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\nMaximum Attachment Size
The size (in kilobytes) of the maximum allowable attachment to be uploaded to your system. \r\nMax Image Size
If 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\nThumbnail Size
When 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\nSnippet Preview Length
How many characters of a snippet should be displayed in the collateral management system main listing. \r\nText Area Rows
Some 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\nText Area Columns
Some 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\nText Box Size
',1056292957,NULL); INSERT INTO international VALUES (934,'WebGUI',2,'Themen zu erstellen oder zu bearbeiten ist eine ganz einfache Sache. Zuerst \r\nmüssen Sie einige Standardeigenschaften für das Thema definieren und anschliessend \r\nkönnen Sie schon Elemente zum Thema hinzufügen.
Some 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\n
Wobject Privileges
Choose \'Yes\' to enable privileges at the Wobject level. By default, Wobjects are set to inherit page level privilegesDie Standardeigenschaften \r\neines Themas können von niemand ausser berechtigten Benutzern der Site, auf \r\nder das Thema erstellt wurde, geändert werden. Nachfolgend die Standardeigenschaften \r\nfür ein Thema: \r\n
Themen ID
Die eindeutige ID für dieses Thema innerhalb dieser WebGUI \r\nSite. Die ID ändert sich beim Importieren in eine andere Seite.Themen Name
Der \r\neindeutige Name für dieses Thema. Der Name muss in allen Seiten, in die das \r\nThema importiert werden soll, eindeutig sein, z. B. TH-blueLayout-001Themen Designer
Der \r\nName der Person oder Firma,die dieses Thema erstellt hat.Designer URL
',1055253820,NULL); INSERT INTO international VALUES (958,'WebGUI',2,'Die Zwischenablage ist eine spezielle Funktion, wo Elemente, die ausgeschnitten \r\noder kopiert wurden, vorübergehend \r\ngespeichert werden. Dort können sie individuell verwaltet werden. Um nun ein \r\nElement aus der Zwischenablage an einer anderen Stelle in die Seite einzufügen, \r\ngehen Sie zuerste auf diese Seite und wählen dann einfach das entsprechende \r\nElement aus der Zwischenablage aus. Damit wird es aus dieser entfernt und in \r\ndie aktuelle Seite eingefügt.
Die \r\nURL der Website dieses Theman Designers.Titel
Der \r\nName des Elements. Nach einem Klick darauf können Sie sich das Element anschauen.Typ
Der \r\nInhaltstyp, z. B. Seite, Artikel, Veranstaltungskalender, etc. \r\nDatum Zwischenablage
Das Datum, an dem das Element der Zwischenablage hinzugefügt \r\nwurde.Vorherige Location
Der Ort, an dem das Element vorher integriert \r\nwar.Benutzername
',1055253203,NULL); INSERT INTO international VALUES (961,'WebGUI',2,'Der Mülleimer ist eine spezielle Funktion, wo gelöschte Elemente vorübergehend \r\ngespeichert werden. Dort können sie individuell verwaltet werden. Sie können \r\nElemente wieder in die Zwischenablage ausschneiden oder sie komplett und endgültig \r\nlöschen. Sie können auch den gesamten Mülleimer auf einmal leeren.
Der Benutzername der Person, die das Element der \r\nZwischenablage hingezugefügt hat. Dieses optionale Feld \r\nist nur sichtbar, wenn Sie in den Einstellungen eine gemeinsame Zwischenablage \r\ndefiniert haben oder wenn ein Administrator die System-Zwischenablage verwaltet.Titel
Der \r\nName des Elements. Nach einem Klick darauf können Sie sich das Element anschauen.Typ
Der \r\nInhaltstyp, z. B. Seite, Artikel, Veranstaltungskalender, etc. \r\nLöschdatum
Das Datum, an dem das Element in den Mülleimer verschoben \r\nwurde.Vorherige Location
Der Ort, an dem das Element vorher integriert \r\nwar.Benutzername
',1055252785,NULL); INSERT INTO international VALUES (937,'WebGUI',2,'Um ein Thema zu importieren, benötigten Sie ein korrektes Themen-File, dass \r\nvon einer anderen WebGUI Seite exportiert wurde. Wählen Sie einfach die entsprechende \r\nDatei von Ihrer Festplatte un klicken Sie auf den Import-Button. Sie gelangen \r\ndanach zu einer Bestätigungsseite. Danach klicken Sie wieder auf den Import-Button \r\nund schon haben Sie Ihr neues Thema. Sie können nun anfangen, die Elemente des \r\nThemas in Ihre Seite einzubinden, so als wären es normale Styles, Templates \r\noder Upload-Elemente.
Der Benutzername der Person, die das Element in \r\nden Mülleimer verschoben (das heisst es gelöscht) hat. Dieses optionale Feld \r\nist nur sichtbar, wenn Sie in den Einstellungen einen gemeinsamen Mülleimer \r\ndefiniert haben oder wenn ein Administrator den System-Mülleimer verwaltet.Sei können ein Thema nur einmal importieren. Wenn Sie \r\neine neue Version eines Themas importieren möchten, müssen Sie die vorherige \r\nVersion des Themas löschen.
Sie können kein Thema importieren von einer neueren \r\nWebGUI-Version als die auf Ihrem System installierte. Wenn Sie als mit WebGUI \r\n5.3.0 arbeiten und möchten ein Thema importieren, das mit WebGUI 6.0.0 erstellt \r\nwurde, dann können Sie dieses nicht importieren, es sei denn, Sie aktualisieren \r\nIhre WebGUI-Version.
',1055252364,NULL); INSERT INTO international VALUES (932,'WebGUI',2,'Themen sind ein Mechanismus, um schnell neue Styles, Templates und Upload-Elemente \r\n(z. B. Grafiken) in eine WebGUI-Seite installieren zu können. Ausserdem bieten \r\nsich die Themen an, wenn man Elemente von einer WebGUI-Seite zu einer anderen \r\nverschieben möchte.
\r\nTIP: Wenn Sie ein Thema erstellen, achten Sie darauf, dass Sie die \r\nElemente des Themas so benennen, dass Sie für jedes Thema einmalig sind. Dies \r\nempfiehlt sich deswegen, damit Ihre Benutzer schnell die Komponenten des Themas \r\nfinden, aber auch, damit es keine Namenskonflikte mit bereits vorhandenen Elementen \r\ngibt.
\r\n',1055242702,NULL); INSERT INTO international VALUES (83,'DataForm',2,'\r\nNachfolgend die Template Variablen für DataForm Templates.acknowledgement
Die \r\nBestätigung, die in den Wobject Eigenschaften angegeben ist. Diese Nachricht \r\nsollte dem Benutzer nach dem Absenden eines Formulars angezeigt werden.export.tab.url
Das \r\nAnklicken dieser URL führt zum Exportieren der Daten, die über dieses DataForm \r\ngespeichert wurden in eine Tabulator-getrennte Datei.export.tab.label
Die \r\nStandardbezeichnung für diese URL (z. B. \'Hier klicken zum Exportieren\')entryList.url
Das \r\nAnklicken dieser URL zeigt eine Liste mit allen Einträgen, die mit diesem DataForm \r\ngespeichert wurden.entryList.label
Die Standardbezeichnung für \r\ndiese URL.canEdit
Eine Bedingungsvariable, die prüft, ob der Benutzer \r\ndie Berechtigung hat, einen vorhandenen Eintrag zu bearbeiten oder die Formular-Export \r\nFunktion zu benutzen.back.url
Eine URL, die Sie auf die Standard-Seite \r\ndes Formulars führt.back.label
Die Bezeichnung für diesen Link.username*
Der \r\nBenutzername des Benutzers, der die Daten übermittelt hat.userId*
Die \r\nBenutzerID dieses Benutzers.date*
Das Datum, an dem diese Daten \r\nübermittelt bzw. zuletzt bearbeitet wurden. Die Formatierung des Datums erfolgt \r\nin dem vom Benutzer bevorzugten Datums-/Zeitformatepoch*
Das Datum \r\n(siehe date) als Epoch-Datum.ipAddress*
Die IP-Adresse des Benutzers, \r\nder die Daten übermittelt (das heisst, das Formular ausgefüllt) hat.. \r\nedit.url*
Eine URL, um diesen Eintrag zu bearbeiten.error_loop*
Eine \r\nSchleife, die Fehlerinformationen enthält, wenn z. B. ein Benutzer nicht alle \r\nbenötigten Felder ausgefüllt hat.. \r\n\r\n
error.message*
Fehlermeldung, die dem Benutzer anzeigt, \r\n dass er einen Fehler gemacht (z.B. ein Formularfeld nicht asgefüllt) \r\n hat.
addField.url
Die URL, die Contentmanagern \r\ndie Möglichkeit bietet, ein Feld zum Formular hinzuzufügen.addField.label
Die \r\nBezeichnung für diese URL (z. B. \'Neues Formularfeld hinzufügen\'). \r\nform.start
Der Anfang des Formulars.field_loop
Eine \r\nSchleife, die alle Feldinformationen enthält.\r\n
field.formform.send
Das Form-Element für dieses Feld.field.name
Der \r\n Name dieses Feldes.field.value
Der Wert dieses Feldes. Bei \r\n neuen Daten wird der Default-Wert benutzt.field.label
Die Bezeichung \r\n für dieses Feld.field.isHidden
Eine Variable, die anzeigt, \r\n ob dieses Feld versteckt ist oder nicht.field.isDisplayed
Eine \r\n Variable, die anzeigt, ob dieses Feld angezeigt werden soll oder nicht.field.isEditable
Eine \r\n Variable, die anzeigt, ob dieses Feld bearbeitet (d. h. ob Eingaben gemacht \r\n werden dürfen) oder nicht.field.isRequired
Eine Variable, die \r\n anzeigt, ob dieses Feld erforderlich ist oder nicht.field.isMailField
Eine \r\n Variable, die anzeigt, ob das Feld nur angezeigt oder auch per Mail versandt \r\n werden soll.field.subtext
Ein Zusatztext für dieses Feld (z. \r\n B. um dem Benutzer anzuzeigen, was er in dieses Feld einzugeben hat..field.controls
WebGUI\'s Administrations \r\n Controls für dieses Feld. \r\n
Text des "Formular senden"-Buttons.form.save/b>
Ein \r\nFormular-Button mit dem Wort "Save"form.end
Das \r\nEnde des Formulars.*Nur verfügbar, sofern der Benutzer dieses Formular bereits \r\nabgeschickt hat.
',1055242403,NULL); INSERT INTO international VALUES (1000,'WebGUI',2,'Datenbanklinks bieten einem WebGUI Administrator die Möglichkeit, Datenbankverbindungen anzulegen, die in SQL-Reports verwendet werden können. Dies befreit den Ersteller des SQL-Reports, über DSN, Benutzernamen oder Kennwörter Kenntniss zu haben.
\r\nBeachten Sie, dass die Datenbanklinks, die Sie hier erstellen, allen Content-Managern sichtbar sind. Obwohl diese keine Möglichkeit haben, die Datenbank-Verbindungsdaten einzusehen, so haben sie dennoch die Möglichkeit, Datenbankoperationen wie Select, Show, etc. durchzuführen. Damit ist für Sie eine höhere Sicherheit gewährleistet.',1056542115,NULL); INSERT INTO international VALUES (1002,'WebGUI',2,'Wenn Sie einen Datenbanklink löschen, werden alle SQL-Reports, die diesen Link verwenden, nicht mehr funktionieren. Eine Liste aller betroffenen SQL-Reports wird Ihnen auf der Bestätigungsseite angezeigt.
\r\nWie bei jedem Löschvorgang, werden Sie vorher gefragt, ob Sie sich sicher sind, den Datenbanklink zu löschen. Wenn Sie dann mit \"Ja\" antworten, wird der Löschvorgang durchgeführt und ist nicht rückgängig zu machen. Wenn Sie mit \"Nein\" antworten, gelangen Sie wieder zur vorhergehenden Seite.',1056541810,NULL); INSERT INTO international VALUES (999,'WebGUI',2,'Datenbanklink, Löschen',1056541616,NULL); INSERT INTO international VALUES (998,'WebGUI',2,'Datenbanklink, Hinzufügen/Bearbeiten',1067896987,NULL); INSERT INTO international VALUES (997,'WebGUI',2,'Datenbanklinks, Verwalten',1056541570,NULL); INSERT INTO international VALUES (996,'WebGUI',2,'Datenbanklinks verwalten',1056541557,NULL); INSERT INTO international VALUES (995,'WebGUI',2,'Datenbank Passwort',1056541543,NULL); INSERT INTO international VALUES (994,'WebGUI',2,'Datenbank Benutzer',1056541532,NULL); INSERT INTO international VALUES (993,'WebGUI',2,'DSN',1056541519,NULL); INSERT INTO international VALUES (992,'WebGUI',2,'Titel',1056541511,NULL); INSERT INTO international VALUES (991,'WebGUI',2,'Datenbanklink ID',1056541501,NULL); INSERT INTO international VALUES (990,'WebGUI',2,'Datenbanklink bearbeiten',1056541489,NULL); INSERT INTO international VALUES (989,'WebGUI',2,'auf Seite',1056541475,NULL); INSERT INTO international VALUES (988,'WebGUI',2,'Sind Sie sicher, dass Sie diesen Datenbanklink löschen möchten? Die nachfolgenden Elemente, die diesen Link verwenden, funktionieren anschliessend nicht mehr.',1056541459,NULL); INSERT INTO international VALUES (987,'WebGUI',2,'Datenbanklink löschen',1056541398,NULL); INSERT INTO international VALUES (986,'WebGUI',2,'Zurück zu den Datenbanklinks.',1056541381,NULL); INSERT INTO international VALUES (985,'WebGUI',2,'Datenbanklink löschen',1056541362,NULL); INSERT INTO international VALUES (984,'WebGUI',2,'Datenbanklink kopieren',1056541345,NULL); INSERT INTO international VALUES (983,'WebGUI',2,'Datenbanklink bearbeiten',1056541331,NULL); INSERT INTO international VALUES (982,'WebGUI',2,'Datenbanklink hinzufügen',1056541315,NULL); INSERT INTO international VALUES (981,'WebGUI',2,' Verwalten: Datenbanklinks',1056541266,NULL); INSERT INTO international VALUES (980,'WebGUI',2,'Ordner leeren.',1056541163,NULL); INSERT INTO international VALUES (979,'WebGUI',2,'Sind Sie sicher, dass Sie alle Elemente dieses Ordners löschen möchten? Diese können nicht wiederhergestellt werden. Elemente in Unterordnern werden aber nicht gelöscht.',1056541143,NULL); INSERT INTO international VALUES (1003,'WebGUI',2,'Wobject Berechtigungen aktivieren?',1056541041,NULL); INSERT INTO international VALUES (21,'SQLReport',2,'Wenn Sie keinen vordefinierten Datenbanklink verwenden möchten, geben Sie hier die Datenbankverbindungsdaten an.',1056540950,NULL); INSERT INTO international VALUES (20,'SQLReport',2,'Datenbank Link',1056540900,NULL); INSERT INTO international VALUES (19,'SQLReport',2,'Wählen Sie einen Datenbanklink...',1056540888,NULL); INSERT INTO international VALUES (12,'HttpProxy',2,'URLs überschreiben?',1056540861,NULL); INSERT INTO international VALUES (29,'DataForm',2,'erforderlich',1056540838,NULL); INSERT INTO international VALUES (1001,'WebGUI',8,'Titolo
\r\nUn titolo per il database link.\r\nDSN
\r\nData Source Name è l\'identificatore univoco che il Perl\r\nusa per descrivere la posizione del tuo database. Prende il formato di DBI:[driver]:[database\r\nname]:[host].
\r\nEsempio: DBI:mysql:WebGUI:localhost\r\n
Qui ci sono alcuni esempi per altri database.
\r\nOracle:\r\n\r\n DBI:Oracle:SID
\r\nPostgreSQL:\r\n
\r\n DBD::Oracle deve essere installato.
\r\n Devi usare mod_perl e configurare PerlSetEnv ORACLE_HOME /home/oracle/product/8.1.7\r\n in httpd.conf. Senza settare ORACLE_HOME, puoi connetterti usando DBI:Oracle:host=myhost.com;sid=SID\r\n\r\n DBI:PgPP:dbname=DBNAME[;host=hOST]
\r\nSybase:\r\n
\r\n DBD::PgPP deve essere installato.\r\n\r\n DBI:Sybase:[server=SERVERNAME][database=DATABASE]
\r\n
\r\n DBD::Sybase deve essere installato.
\r\n Devi usare mod_perl e configurare PerlSetEnv SYBASE /opt/sybase/11.0.2\r\n in httpd.conf.\r\nDatabase User
\r\nLa username che usi per connetterti al DSN.\r\nDatabase Password
\r\n',1056804559,NULL); INSERT INTO international VALUES (999,'WebGUI',8,'Database Link, Cancella',1056804021,NULL); INSERT INTO international VALUES (998,'WebGUI',8,'Database Link, Aggiungi/Modifica',1056804004,NULL); INSERT INTO international VALUES (997,'WebGUI',8,'Database Links, Gestisci',1056803889,NULL); INSERT INTO international VALUES (996,'WebGUI',8,'Gestisci Database Links',1056803829,NULL); INSERT INTO international VALUES (995,'WebGUI',8,'Database Password',1056803810,NULL); INSERT INTO international VALUES (994,'WebGUI',8,'Database User',1056803795,NULL); INSERT INTO international VALUES (993,'WebGUI',8,'DSN',1056803779,NULL); INSERT INTO international VALUES (992,'WebGUI',8,'Titolo',1056803766,NULL); INSERT INTO international VALUES (991,'WebGUI',8,'Database Link ID',1056803744,NULL); INSERT INTO international VALUES (990,'WebGUI',8,'Modifica Database Link',1056803730,NULL); INSERT INTO international VALUES (989,'WebGUI',8,'Sulla pagina',1056803707,NULL); INSERT INTO international VALUES (988,'WebGUI',8,'Sei sicuro di voler cancellare questo database link? I seguenti elementi stanno usando questo link e non funzioneraano più se lo cancelli.',1056803683,NULL); INSERT INTO international VALUES (987,'WebGUI',8,'Cancella Database Link',1056803582,NULL); INSERT INTO international VALUES (986,'WebGUI',8,'Indietro ai database links.',1056803561,NULL); INSERT INTO international VALUES (985,'WebGUI',8,'Cancella questo database link.',1056803533,NULL); INSERT INTO international VALUES (984,'WebGUI',8,'Copia questo database link.',1056803510,NULL); INSERT INTO international VALUES (983,'WebGUI',8,'Modifica questo database link.',1056803490,NULL); INSERT INTO international VALUES (982,'WebGUI',8,'Aggiungi un database link.',1056803455,NULL); INSERT INTO international VALUES (981,'WebGUI',8,'Gestisci database links.',1056803431,NULL); INSERT INTO international VALUES (980,'WebGUI',8,'Svuota questa cartella.',1056803402,NULL); INSERT INTO international VALUES (979,'WebGUI',8,'Sei sicuro di voler cancellare tutti gli elementi di questa cartella? Una volta cancellati non potranno essere recuperati. Gli elementi nelle sotto-cartelle non saranno rimossi.',1056803380,NULL); INSERT INTO international VALUES (1003,'WebGUI',8,'Privilegi Wobjects?',1056803284,NULL); INSERT INTO international VALUES (1002,'WebGUI',8,'Qunado cancelli un database link, tutti i report SQL che usano quel link cesseranno di funzionare. Una lista di tutti i Report interessati sarà mostrato nella schermata di conferma.\r\n
\r\nLa password che usi per connetterti al DSN.\r\nCome ogni operazione di cancellazione, ti viene richiesto se sei certo di voler procedere alla eliminazione. Se rispondi SI la cancellazione sarà eseguita e non ci sarà più possibilità di ripristinare i dati. Se rispondi NO tornerai alla schermata precedente.',1056803235,NULL); INSERT INTO international VALUES (1000,'WebGUI',8,'I Database Links consentono agli amministratori di WebGUI di aggiungere i database comunemente usati per utilizzarli con gli SQL Report. Questo permette agli autori del Report SQL di non dover conoscere o inserire DNS, utente e password.\r\n
\r\nTieni presente che ogni Database Link che crei qui sarà disponibile a tutti gli autori di contenuti. Mentre essi non potranno vedere le informazioni di connessione al database, avranno la possibilità di eseguire ogni select, visualizzazione sul database.',1056802924,NULL); INSERT INTO international VALUES (21,'SQLReport',8,'Se non desideri utilizzare il link al database predefinito, inserisci qui sotto le informazioni relative alla connessione al tuo database. ',1056802367,NULL); INSERT INTO international VALUES (20,'SQLReport',8,'Database Link',1056802278,NULL); INSERT INTO international VALUES (19,'SQLReport',8,'Scegli un link al database',1056802264,NULL); INSERT INTO international VALUES (12,'HttpProxy',8,'Riscrivi urls?',1056802227,NULL); INSERT INTO international VALUES (29,'DataForm',8,'Obbligatorio',1056290012,NULL); INSERT INTO international VALUES (29,'DataForm',12,'må fylles ut',1066009455,NULL); INSERT INTO international VALUES (961,'WebGUI',12,'
Søppla er en spesiell system lokasjon hvor slettede elementer blir \r\nmidlertidig lagret. Elementer i søppla kan administreres individuelt. Du kan \r\nklippe et element til utklippstavlen eller permanent slette det ved å vlge \r\nriktig ikon. Du kan også slette/fjerne alle elementer i søppla ved å velge \"Tøm \r\nsøppla\"
\r\nTittel
Navnet på enheten i søppla. Du kan vise elementet ved å \r\nvelge tittelen. \r\nType
Typen element i søppla. F.eks. Pakke, Artikkel eller \r\nHendelseskallender, osv.. \r\nSøppel Dato
Dato og tid for når elementet ble puttet i søppla. \r\nForrige Lokasjon
Lokasjonen hvor elementet var plassert før. Du kan \r\nvise lokasjonen ved å velge lokasjon. \r\nBrukernavn
',1066008786,NULL); INSERT INTO international VALUES (958,'WebGUI',12,'
Brukernavnet til den brukeren som plasserte elementet i \r\nsøppla. Dette feltet er kun synelig når det er valgt delt søppel eller når en \r\nadministrator bruker søppla.Utklippstavlen er en spesiell systemlokasjon som midlertidig inneholder \r\nelementer som er klippet ut eller kopiert. Enheter fra utklippstavlen kaan limes \r\ninn på nye lokasjoner.
\r\nUtklippstavlens innhold kan administreres individuelt. Du kan slette eller \r\nlime inn enheter ved å velge riktig ikon. Du kan også flytte hele innholdet på \r\nutklippstavlen til søppla ved å velge \"Tøm utklippstavle\". \r\n
Tittel
\r\n
Navnet på enheten på utklippstavlen. Du kan vise enheten ved \r\nå velge tittelen.Type
Typen innhold. F.eks. En pakke, en artikkel, hendelseskalender \r\nosv. \r\nUtklippsdato Date
Dato og tid når enheten ble plassert på \r\nutklippstavlen. \r\nForrige lokasjon
\r\n
Lokasjonen hvor enheten sist var \r\nplassert. Du kan vise lokasjonen ved å velge lokasjonen.Brukernavn
',1066008701,NULL); INSERT INTO international VALUES (934,'WebGUI',12,'
Brukernavnet til den brukeren som plasserte \r\nelementet på utklippstavlen. Dette feltet er bare synelig i en delt \r\nutklippstavle hvor en administrator administrerer innholdet på \r\nutklippstavlen.Opprettelse og redigering av tema er en nokså enkel prosess. Først setter du \r\nopp noen grunnleggende egenskaper for temaet, og så legger du elementer til \r\nTema.
\r\nDe grunnleggende egenskapene for et tema kan ikke endres på med unntak av på \r\ndet nettstedet det ble opprettet på. Nå følger definisjon på de grunnleggende \r\negenskapene for et Tema:
\r\nTheme ID
\r\n
den unike ID for dette tema på dette WebGUI nettstedet. \r\nDenne ID vil endres om Tema er importert til et nytt nettsted.Theme Name
\r\n
Dette er det unike navnet til et tema. Det må være \r\nunikt på hvert eneste nettsted det vil bli importert til. Navnet vil ikke endres \r\npå andre nettsteder.Theme Designer
\r\n
Navnet til den person eller firma som skapte dette \r\ntema.Designer URL
',1066008507,NULL); INSERT INTO international VALUES (74,'Poll',12,'
URL\'n til nettstedet til skaperen av temaet. Om du \r\nønsker å reklamere for nettstedet som lager Tema for WebGUI, så er dette plassen \r\nfor å skape oppmerksomhet.De følgende variablene er tilgjengelige for Avstemnings \r\n(Poll) Template:
\r\ncanVote
\r\n
A condition indicating whether the user has the right \r\nto vote on this poll.question
The poll question. \r\nform.start
The beginning of the vote form. \r\nanswer_loop
A loop containing information about the answers in the \r\npoll. \r\n\r\n
answer.formform.submit
The radio button for this answer. \r\nanswer.text
The text of the answer. \r\nanswer.number
The number of this answer. As in 1, 2, 3, etc. \r\nanswer.graphWidth
The width that the graph should be rendered for \r\nthis answer. Based upon a percentage of the total graph size. \r\nanswer.percent
The percentage of the vote that this answer has \r\nreceived. \r\nanswer.total
The total number of votes that this answer has \r\nreceived. \r\n
The submit button for the poll form. \r\nform.end
The end of the poll form. \r\nresponses.label
The label for the total responses. \"Total Votes\" \r\nresponses.total
',1066008032,NULL); INSERT INTO international VALUES (89,'DataForm',12,'
The total number of votes that have been placed on \r\nthis poll.De Følgende variablene er tilgjengelige for Data Skjema List Template:
\r\nback.url
\r\n
The URL to go back to the Data Form data entry page.back.label
The default label for the back.url. \r\nfield_loop
A loop containing information about the fields in this \r\nData Form. \r\nfield.name
The web safe name of this field. \r\nfield.label
The human readable label for this field. \r\nfield.id
A unique identifier representing this field in the \r\ndatabase. \r\nfield.isMailField
A conditional indicating whether this field \r\nexists for the mail subsystem of the data form. \r\nfield.type
The data type associated with this field. \r\n\r\n
record_loop
A loop containing the record \r\nentries of this data form. \r\n\r\n
record.entryId',1066007657,NULL); INSERT INTO international VALUES (83,'DataForm',12,'
A unique identifier for this record entry. \r\nrecord.ipAddress
The IP Address of the user that submitted this \r\nrecord entry. \r\nrecord.edit.url
The URL to edit this record. \r\nrecord.username
The username of the person that submitted this \r\nrecord entry. \r\nrecord.userId
The user id of the person that submitted this record \r\nentry. \r\nrecord.submissionDate.epoch
The epoch datestamp for this record \r\nentry. \r\nrecord.submissionDate.human
A human readable date stamp, based upon \r\nthe user\'s preferences, for this record entry. \r\nrecord.data_loop
A loop containing the data submitted by the user \r\nfor each field in this data form. \r\n\r\n
record.data.value
The value submitted by the user for this \r\nfield in this record entry. \r\nrecord.data.name
The web safe name of this field. \r\nrecord.data.label
The human readable label for this field. \r\nrecord.data.isMailField
A conditional indicating whether this field \r\nexists for the mail subsystem of the data form.De følgende template variablene er tilgjengelige for Data Skjema \r\nTemplates.
\r\nacknowledgement
\r\n
The acknowledgement specified in the wobject\'s \r\nproperties. This message should be displayed after a user submits data.export.tab.url
Following this URL will export the data stored to \r\nthis data form as a tab delimited file. \r\nexport.tab.label
The default label for the export.tab.url variable. \r\n\r\nentryList.url
Following this URL will display a list of all the \r\nrecord entries in this data form. \r\nentryList.label
The default label for the entryList.url variable. \r\ncanEdit A conditional indicating whether the current user has the \r\nprivileges to edit an existing entry or export the form\'s data. \r\n
back.url
A url that will take you back to the default page in the \r\nform. \r\nback.label
The default label for the back.url variable. \r\nusername*
The username of the user that submitted the data. \r\nuserId*
The user id of the user that submitted the data. \r\ndate*
The date that this data was submitted or last updated \r\nformatted as the user\'s preferred date/time format. \r\nepoch*
The date that this data was submitted or last updated \r\nformatted as an epoch date. \r\nipAddress*
The IP address of the user that submitted the data. \r\nedit.url*
The URL to the page to edit this entry. \r\nerror_loop*
A loop containing error information, for instance if \r\nsomeone doesn\'t fill out a required field. \r\n\r\n
error.message*addField.url
An error message indicating what the user \r\nmight have done wrong.
The URL that content \r\nmanagers will visit to add a new field to the form. \r\naddField.label
The default label for the addField.url variable. \r\nform.start
The beginning of the form. \r\nfield_loop
A loop containing all of the field information. \r\n\r\n
field.formform.send
The form element for this field. \r\nfield.name
The name of this field. \r\nfield.value
The value of this field. If this is new data, then the \r\ndefault value will be used. \r\nfield.label
The text label for this field. \r\nfield.isHidden
A conditional indicating whether this field is \r\nsupposed to be hidden. \r\nfield.isDisplayed
A conditional indicating whether this field is \r\nsupposed to be displayed. \r\nfield.isEditable
A conditional indicating whether this field is \r\neditable. \r\nfield.isRequired
A conditional indicating whether this field is \r\nrequired. \r\nfield.isMailField
A conditional indicating whether this field is \r\npresent only to facilitate sending an email. \r\nfield.subtext
A description of the field so that users know what to \r\nput in the field. \r\nfield.controls
WebGUI\'s administrative controls for this field. \r\n
A form button with the word \"send\" \r\nprinted on it. \r\nform.save/b>
A form button with the word \"save\" printed on it. \r\nform.end
The end of the form. \r\n*Only available if the user has already submitted the form.
',1066007623,NULL); INSERT INTO international VALUES (84,'DataForm',12,'Eksporter Tabulator separert.',1054673503,NULL); INSERT INTO international VALUES (88,'DataForm',12,'DataSkjema Liste Template',1054673475,NULL); INSERT INTO international VALUES (87,'DataForm',12,'Liste Template',1054673453,NULL); INSERT INTO international VALUES (85,'DataForm',12,'En pr. linje.',1054673430,NULL); INSERT INTO international VALUES (86,'DataForm',12,'List alle oppføringer.',1066007638,NULL); INSERT INTO international VALUES (936,'WebGUI',12,'Tema, Importer',1054671908,NULL); INSERT INTO international VALUES (938,'WebGUI',12,'Tema, Slett',1054671891,NULL); INSERT INTO international VALUES (941,'WebGUI',12,'Avmerkings Liste',1054671872,NULL); INSERT INTO international VALUES (942,'WebGUI',12,'Radioknapp Liste',1054671836,NULL); INSERT INTO international VALUES (943,'WebGUI',12,'Avmerkingsboks',1054671655,NULL); INSERT INTO international VALUES (944,'WebGUI',12,'Post Nummer',1054671516,NULL); INSERT INTO international VALUES (945,'WebGUI',12,'Scratch Filter',1054671476,NULL); INSERT INTO international VALUES (946,'WebGUI',12,'Bruke Delt Søppel?',1066008598,NULL); INSERT INTO international VALUES (947,'WebGUI',12,'Bruke Delt Utklippstavle?',1054671325,NULL); INSERT INTO international VALUES (948,'WebGUI',12,'Håndtere utklippstavle',1066009673,NULL); INSERT INTO international VALUES (949,'WebGUI',12,'Håndtere Utklippstavle.',1066009681,NULL); INSERT INTO international VALUES (950,'WebGUI',12,'Tøm Utklippstavle.',1066008606,NULL); INSERT INTO international VALUES (951,'WebGUI',12,'Er du sikker på at du vil tømme utklippstavlen til Søppel?',1066008627,NULL); INSERT INTO international VALUES (952,'WebGUI',12,'Utklippstavle Dato',1054671190,NULL); INSERT INTO international VALUES (953,'WebGUI',12,'Forrige Lokasjon',1054671167,NULL); INSERT INTO international VALUES (954,'WebGUI',12,'Håndtere System Utklippstavle.',1066009689,NULL); INSERT INTO international VALUES (955,'WebGUI',12,'Håndtere System Utklippstavle',1066009696,NULL); INSERT INTO international VALUES (957,'WebGUI',12,'Utklippstavle, Håndtere',1066009724,NULL); INSERT INTO international VALUES (964,'WebGUI',12,'Håndtere System Søppel.',1066007931,NULL); INSERT INTO international VALUES (962,'WebGUI',12,'Håndtere Søppel',1066008530,NULL); INSERT INTO international VALUES (963,'WebGUI',12,'Søppel Dato',1066008797,NULL); INSERT INTO international VALUES (959,'WebGUI',12,'Tøm system utklipstavlen.',1066008712,NULL); INSERT INTO international VALUES (965,'WebGUI',12,'Håndtere System Søppel',1066008829,NULL); INSERT INTO international VALUES (956,'WebGUI',12,'Er du sikker på at du vil flytte denne enheten fra utklippstavlen til søppel?',1066008641,NULL); INSERT INTO international VALUES (960,'WebGUI',12,'Søppel, Håndtere',1066008723,NULL); INSERT INTO international VALUES (966,'WebGUI',12,'Er du helt sikker på at du vil slette denne enheten permanent fra søppla?',1066008848,NULL); INSERT INTO international VALUES (967,'WebGUI',12,'Tøm System Søppel.',1066008860,NULL); INSERT INTO international VALUES (940,'WebGUI',12,'Ã…pne i nytt vindu?',1054668766,NULL); INSERT INTO international VALUES (939,'WebGUI',12,'Når du sletter et Tema du har laget selv, så vil du bare slette henvisningene og egenskapene for temaet. Men, når du sletter et tema som er importert, vil du også slette alle elementene. Vær derfor helt sikker på at ingen elementer er i bruk når du sletter et importert tema.',1066009666,NULL); INSERT INTO international VALUES (937,'WebGUI',12,'For å kunne importere et tema må du ha en gyldig tema fil som er eksportert fra \r\nen annen WebGUI site. Velg bare filen fra harddisken og klikk på importer \r\nknappen. Du vil da få et godkjennings bilde som spør om det er det temaet du \r\nønsker å importere. Om du er enig, klikk på Importer knappen igjen og du har et \r\nnytt tema tilgjengelig. Du kan da begynne å legge til elementene til sidene dine \r\npå samme måte som du normalt gjør med stiler og templates. Du kan ikke importere \r\net tema flere ganger. Om du ønsker å importere en ny versjon av et tema, må du \r\nførst slette den forrige versjonen av temaet. Du kan heller ikke importere et \r\ntema fra en versjon av WebGUI som er nyere enn den du bruker. Om du bruker \r\nWebGUI 5.2.4 og temaet var laget med WebGUI 6.0.0, da kan du ikke importere \r\ntemaet før du har oppgradert. ',1066008586,NULL); INSERT INTO international VALUES (935,'WebGUI',12,'Filen du lastet opp ser ikke ut til å være en gyldig tema fil.',1066009629,NULL); INSERT INTO international VALUES (933,'WebGUI',12,'Tema, Rediger',1054667947,NULL); INSERT INTO international VALUES (932,'WebGUI',12,'Tema er en rask måte å installere nye stiler, Templates og Collateral til en WebGUI site. De er også effektive for å flytte de samme fra en site til en annen.\r\n\r\nTIP: Når du bygger et tema, sørg for å navngi elementene (stiler, templates, Collateral) med navn som er unike i forhold til Temaet. Dette er fornuftig slik at brukerene kan finne tilhørende elementer og for å unngå navnekonflikter med andre elementer.',1066008443,NULL); INSERT INTO international VALUES (931,'WebGUI',12,'Temaer, Håndtere',1066009617,NULL); INSERT INTO international VALUES (930,'WebGUI',12,'Vis Tema',1054667455,NULL); INSERT INTO international VALUES (929,'WebGUI',12,'Importer!',1054667435,NULL); INSERT INTO international VALUES (928,'WebGUI',12,'Ønsker du å importere dette tema?',1066009609,NULL); INSERT INTO international VALUES (927,'WebGUI',12,'Importer Tema',1054667393,NULL); INSERT INTO international VALUES (926,'WebGUI',12,'Dette Tema ble opprettet med en nyere versjon av WebGUI enn den som er installert på ditt system. Du må oppgradere før du kan installere dette tema.',1066008380,NULL); INSERT INTO international VALUES (925,'WebGUI',12,'Du har allerede en versjon av dette tema installert. Du må slette dette før du kan installere det igjen.',1066008362,NULL); INSERT INTO international VALUES (924,'WebGUI',12,'Importer et tema.',1054595395,NULL); INSERT INTO international VALUES (923,'WebGUI',12,'Tema Versjon',1054595376,NULL); INSERT INTO international VALUES (922,'WebGUI',12,'Opprettet med',1054595360,NULL); INSERT INTO international VALUES (921,'WebGUI',12,'Tema SamlingsFil',1054595287,NULL); INSERT INTO international VALUES (919,'WebGUI',12,'Rediger dette tema.',1054595225,NULL); INSERT INTO international VALUES (918,'WebGUI',12,'Slett dette tema.',1054595206,NULL); INSERT INTO international VALUES (915,'WebGUI',12,'Fil',1054595186,NULL); INSERT INTO international VALUES (914,'WebGUI',12,'Bilde',1054595174,NULL); INSERT INTO international VALUES (912,'WebGUI',12,'Style',1054595061,NULL); INSERT INTO international VALUES (917,'WebGUI',12,'Legg element til tema.',1054595028,NULL); INSERT INTO international VALUES (910,'WebGUI',12,'Element Type',1054595001,NULL); INSERT INTO international VALUES (909,'WebGUI',12,'Legg til Tema element',1054594988,NULL); INSERT INTO international VALUES (908,'WebGUI',12,'Er du sikke på at du vil fjerne dette elementet fra tema?',1066009596,NULL); INSERT INTO international VALUES (911,'WebGUI',12,'Element',1054594824,NULL); INSERT INTO international VALUES (907,'WebGUI',12,'Er du sikker på at du vil slette dette tema?',1066009589,NULL); INSERT INTO international VALUES (906,'WebGUI',12,'Designer URL',1054594630,NULL); INSERT INTO international VALUES (905,'WebGUI',12,'Tema Designer',1054594613,NULL); INSERT INTO international VALUES (904,'WebGUI',12,'Tema Navn',1054594587,NULL); INSERT INTO international VALUES (903,'WebGUI',12,'Tema ID',1054594572,NULL); INSERT INTO international VALUES (902,'WebGUI',12,'Rediger Tema.',1054594558,NULL); INSERT INTO international VALUES (901,'WebGUI',12,'Legg til nytt tema.',1054594540,NULL); INSERT INTO international VALUES (900,'WebGUI',12,'Håndtere Temaer.',1066009581,NULL); INSERT INTO international VALUES (899,'WebGUI',12,'Håndtere Temaer',1066009574,NULL); INSERT INTO international VALUES (898,'WebGUI',12,'Site Icon',1054594391,NULL); INSERT INTO international VALUES (897,'WebGUI',12,'Favicon',1054594369,NULL); INSERT INTO international VALUES (920,'WebGUI',12,'Eksporter dette Tema.',1054581209,NULL); INSERT INTO international VALUES (916,'WebGUI',12,'Snippet',1054581168,NULL); INSERT INTO international VALUES (913,'WebGUI',12,'Template',1054581135,NULL); INSERT INTO international VALUES (968,'WebGUI',12,'Kopitavle, Tom',1054581124,NULL); INSERT INTO international VALUES (969,'WebGUI',12,'Om du velger å tømme kopitavlen, vil alle enheter på den bli flyttet til søppel.',1066008878,NULL); INSERT INTO international VALUES (73,'Poll',12,'Avstemnings Template',1054581002,NULL); INSERT INTO international VALUES (98,'EventsCalendar',12,'Nå!',1066009487,NULL); INSERT INTO international VALUES (82,'DataForm',12,'Data Skjema Template',1054580879,NULL); INSERT INTO international VALUES (81,'DataForm',12,'Bekreftelse Template',1054580862,NULL); INSERT INTO international VALUES (80,'DataForm',12,'Epost Template',1054580844,NULL); INSERT INTO international VALUES (79,'DataForm',12,'Undertekst',1054580825,NULL); INSERT INTO international VALUES (77,'DataForm',12,'Label',1054580812,NULL); INSERT INTO international VALUES (76,'DataForm',12,'Legg til Felt.',1054580787,NULL); INSERT INTO international VALUES (75,'DataForm',12,'Må fylles ut!',1066009470,NULL); INSERT INTO international VALUES (74,'DataForm',12,'Sendes på ePost?',1066009462,NULL); INSERT INTO international VALUES (9,'Auth/LDAP',12,'Bruker RDN',1054580650,NULL); INSERT INTO international VALUES (9,'WobjectProxy',12,'Overstyre beskrivelse?',1054580630,NULL); INSERT INTO international VALUES (8,'WobjectProxy',12,'Overstyre visnings tittel?',1054580608,NULL); INSERT INTO international VALUES (7,'WobjectProxy',12,'Overstyre Tittel?',1054580567,NULL); INSERT INTO international VALUES (10,'WobjectProxy',12,'Overstyre Template?',1054580553,NULL); INSERT INTO international VALUES (897,'WebGUI/Profile',12,'Redigerbar?',1054580517,NULL); INSERT INTO international VALUES (978,'WebGUI',12,'Bruker lagt til OK!',1054580499,NULL); INSERT INTO international VALUES (977,'WebGUI',12,'Er sekunder administrator?',1054580463,NULL); INSERT INTO international VALUES (976,'WebGUI',12,'Legg til brukere',1054580419,NULL); INSERT INTO international VALUES (975,'WebGUI',12,'Kan bruker fjerne seg selv?',1054580389,NULL); INSERT INTO international VALUES (974,'WebGUI',12,'Kan bruker legge til seg selv?',1054580356,NULL); INSERT INTO international VALUES (973,'WebGUI',12,'Om Proxy brukes, skal ekte klient IP-adresse brukes?',1054580314,NULL); INSERT INTO international VALUES (972,'WebGUI',12,'Dato og Tidspunkt',1054580235,NULL); INSERT INTO international VALUES (971,'WebGUI',12,'Klokken',1054580202,NULL); INSERT INTO international VALUES (158,'WebGUI',15,'Dodaj novi stil.',1059297006,NULL); INSERT INTO international VALUES (768,'WebGUI',15,'Ime',1059296719,NULL); INSERT INTO international VALUES (718,'WebGUI',15,'Eksportiraj ovaj prijevod.',1059296708,NULL); INSERT INTO international VALUES (605,'WebGUI',15,'Dodaj grupe',1059296416,NULL); INSERT INTO international VALUES (601,'WebGUI',15,'Meðunarodni ID',1059296405,NULL); INSERT INTO international VALUES (598,'WebGUI',15,'Uredi ovaj prijevod.',1059296394,NULL); INSERT INTO international VALUES (597,'WebGUI',15,'Uredi meðunarodne poruke',1059296383,NULL); INSERT INTO international VALUES (596,'WebGUI',15,'NEDOSTAJE',1059296371,NULL); INSERT INTO international VALUES (595,'WebGUI',15,'Meðunarodne poruke',1059296361,NULL); INSERT INTO international VALUES (594,'WebGUI',15,'Prevedi poruke.',1059296348,NULL); INSERT INTO international VALUES (593,'WebGUI',15,'Po¹alji prijevod.',1059296335,NULL); INSERT INTO international VALUES (592,'WebGUI',15,'Znakovni skup',1059296323,NULL); INSERT INTO international VALUES (591,'WebGUI',15,'Jezik',1059296312,NULL); INSERT INTO international VALUES (590,'WebGUI',15,'ID jezika',1059296303,NULL); INSERT INTO international VALUES (589,'WebGUI',15,'Uredi prijevod',1059296292,NULL); INSERT INTO international VALUES (588,'WebGUI',15,'®elite li doista poslati ovaj prijevod kako bi ga Plain Black ukljuèio u slu¾beno izdanje WebGUI sustava? Pozitivnim odgovorom dajete tvrtci Plain Black neogranièenu dozvolu da koristi va¹ prijevod u svojim distribucijama.',1059296279,NULL); INSERT INTO international VALUES (587,'WebGUI',15,'®elite li doista obrisati ovaj jezik i sve poruke povezane s njim?',1059296188,NULL); INSERT INTO international VALUES (586,'WebGUI',15,'Upravljanje prijevodima',1059296160,NULL); INSERT INTO international VALUES (585,'WebGUI',15,'Upravljaj prijevodima.',1059296132,NULL); INSERT INTO international VALUES (584,'WebGUI',15,'Dodaj novi prijevod.',1059296115,NULL); INSERT INTO international VALUES (583,'WebGUI',15,'Maksimalna velièina slike',1059296103,NULL); INSERT INTO international VALUES (582,'WebGUI',15,'Ostavi prazno',1059296089,NULL); INSERT INTO international VALUES (581,'WebGUI',15,'Dodaj novu vrijednost',1059296080,NULL); INSERT INTO international VALUES (580,'WebGUI',15,'Poruka je zabranjena.',1059296068,NULL); INSERT INTO international VALUES (579,'WebGUI',15,'Poruka je dopu¹tena.',1059296055,NULL); INSERT INTO international VALUES (578,'WebGUI',15,'Ima neobraðenih poruka koje tra¾e dopu¹tenje.',1059296042,NULL); INSERT INTO international VALUES (577,'WebGUI',15,'©alji odgovor',1059296009,NULL); INSERT INTO international VALUES (576,'WebGUI',15,'Obri¹i',1059295998,NULL); INSERT INTO international VALUES (575,'WebGUI',15,'Uredi',1059295988,NULL); INSERT INTO international VALUES (574,'WebGUI',15,'Zabrani',1059295979,NULL); INSERT INTO international VALUES (572,'WebGUI',15,'Dopusti',1059295955,NULL); INSERT INTO international VALUES (566,'WebGUI',15,'Timeout za ureðivanje',1059295864,NULL); INSERT INTO international VALUES (565,'WebGUI',15,'Tko mo¾e moderirati?',1059295849,NULL); INSERT INTO international VALUES (564,'WebGUI',15,'Tko mo¾e slati postove?',1059295838,NULL); INSERT INTO international VALUES (563,'WebGUI',15,'Pretpostavljeni status',1059295826,NULL); INSERT INTO international VALUES (562,'WebGUI',15,'U postupku',1059295813,NULL); INSERT INTO international VALUES (561,'WebGUI',15,'Onemoguæeno',1059295802,NULL); INSERT INTO international VALUES (560,'WebGUI',15,'Dopu¹teno',1059295789,NULL); INSERT INTO international VALUES (559,'WebGUI',15,'Izvedi nakon registracije',1059294979,NULL); INSERT INTO international VALUES (558,'WebGUI',15,'Uredi karmu korisnika',1059294966,NULL); INSERT INTO international VALUES (557,'WebGUI',15,'Opis',1059294953,NULL); INSERT INTO international VALUES (556,'WebGUI',15,'Iznos',1059294944,NULL); INSERT INTO international VALUES (555,'WebGUI',15,'Uredi karmu korisnika.',1059294934,NULL); INSERT INTO international VALUES (554,'WebGUI',15,'Poduzmi akciju',1059294920,NULL); INSERT INTO international VALUES (553,'WebGUI',15,'Status',1059294909,NULL); INSERT INTO international VALUES (552,'WebGUI',15,'U postupku',1059294900,NULL); INSERT INTO international VALUES (551,'WebGUI',15,'Obavijest',1059294888,NULL); INSERT INTO international VALUES (543,'WebGUI',15,'Dodaj novu grupu slika.',1059294876,NULL); INSERT INTO international VALUES (539,'WebGUI',15,'Omoguæi karmu?',1059294863,NULL); INSERT INTO international VALUES (538,'WebGUI',15,'Prag za karmu',1059294852,NULL); INSERT INTO international VALUES (537,'WebGUI',15,'Karma',1059294841,NULL); INSERT INTO international VALUES (536,'WebGUI',15,'Novi korisnik ^@; se pridru¾io sjedi¹tu.',1059294831,NULL); INSERT INTO international VALUES (535,'WebGUI',15,'Grupa koju treba obavijestiti kad se pojavi novi korisnik',1059294804,NULL); INSERT INTO international VALUES (534,'WebGUI',15,'Obavijest o novom korisniku?',1059294784,NULL); INSERT INTO international VALUES (533,'WebGUI',15,'bez rijeèi',1059294757,NULL); INSERT INTO international VALUES (532,'WebGUI',15,'s barem jednom rijeèju',1059294740,NULL); INSERT INTO international VALUES (531,'WebGUI',15,'s toènom frazom',1059294720,NULL); INSERT INTO international VALUES (530,'WebGUI',15,'sa svim rijeèima',1059294702,NULL); INSERT INTO international VALUES (529,'WebGUI',15,'rezultata',1059294685,NULL); INSERT INTO international VALUES (528,'WebGUI',15,'Naziv predlo¹ka',1059294674,NULL); INSERT INTO international VALUES (527,'WebGUI',15,'Pretpostavljena poèetna stranica',1059294664,NULL); INSERT INTO international VALUES (526,'WebGUI',15,'Ukloni javascript i poni¹ti makro naredbe.',1059294651,NULL); INSERT INTO international VALUES (525,'WebGUI',15,'Uredi postavke sadr¾aja',1059294629,NULL); INSERT INTO international VALUES (523,'WebGUI',15,'Obavijest',1059294615,NULL); INSERT INTO international VALUES (522,'WebGUI',15,'®elim obavijest putem ICQ-a.',1059294603,NULL); INSERT INTO international VALUES (521,'WebGUI',15,'®elim biti obavije¹ten putem elektronièke po¹te na pager.',1059294587,NULL); INSERT INTO international VALUES (520,'WebGUI',15,'®elim biti obavije¹ten putem elektronièke po¹te.',1059294566,NULL); INSERT INTO international VALUES (519,'WebGUI',15,'Ne ¾elim obavijesti.',1059294549,NULL); INSERT INTO international VALUES (518,'WebGUI',15,'Obavijest o promjeni ulaznog spremnika',1059294533,NULL); INSERT INTO international VALUES (517,'WebGUI',15,'Iskljuèi administratorsku funkciju!',1059294507,NULL); INSERT INTO international VALUES (516,'WebGUI',15,'Ukljuèi administratorsku funkciju!',1059294491,NULL); INSERT INTO international VALUES (515,'WebGUI',15,'Dodaj oznaku o vremenu u postove?',1059294426,NULL); INSERT INTO international VALUES (514,'WebGUI',15,'Pogledi',1059294399,NULL); INSERT INTO international VALUES (513,'WebGUI',15,'Prethodna tema',1059294380,NULL); INSERT INTO international VALUES (512,'WebGUI',15,'Sljedeæa tema',1059294369,NULL); INSERT INTO international VALUES (511,'WebGUI',15,'Hijerarhijsko',1059294357,NULL); INSERT INTO international VALUES (510,'WebGUI',15,'Nehijerarhijsko',1059294337,NULL); INSERT INTO international VALUES (509,'WebGUI',15,'Izgled diskusije',1059294318,NULL); INSERT INTO international VALUES (508,'WebGUI',15,'Upravljanje predlo¹cima.',1059294305,NULL); INSERT INTO international VALUES (507,'WebGUI',15,'Uredi predlo¾ak',1059294291,NULL); INSERT INTO international VALUES (506,'WebGUI',15,'Upravljanje predlo¹cima',1059294279,NULL); INSERT INTO international VALUES (505,'WebGUI',15,'Dodaj novi predlo¾ak',1059294264,NULL); INSERT INTO international VALUES (504,'WebGUI',15,'Predlo¾ak',1059294251,NULL); INSERT INTO international VALUES (503,'WebGUI',15,'ID predlo¹ka',1059294236,NULL); INSERT INTO international VALUES (502,'WebGUI',15,'®elite li doista obrisati ovaj predlo¾ak i svim stranicama koje ga koriste dodijeliti default predlo¾ak?',1059294224,NULL); INSERT INTO international VALUES (501,'WebGUI',15,'Tijelo',1059294182,NULL); INSERT INTO international VALUES (500,'WebGUI',15,'ID stranice',1059294172,NULL); INSERT INTO international VALUES (499,'WebGUI',15,'ID Wobjecta',1059294160,NULL); INSERT INTO international VALUES (498,'WebGUI',15,'Zavr¹ni datum',1059294147,NULL); INSERT INTO international VALUES (497,'WebGUI',15,'Poèetni datum',1059294138,NULL); INSERT INTO international VALUES (496,'WebGUI',15,'Ureðivaè teksta',1059294127,NULL); INSERT INTO international VALUES (495,'WebGUI',15,'htmlArea (Internet Explorer 5.5+)',1059294105,NULL); INSERT INTO international VALUES (494,'WebGUI',15,'RealObjects edit-on Pro 2.x',1059294095,NULL); INSERT INTO international VALUES (493,'WebGUI',15,'Nazad na sjedi¹te.',1059294081,NULL); INSERT INTO international VALUES (492,'WebGUI',15,'Popis polja u profilu',1059294068,NULL); INSERT INTO international VALUES (488,'WebGUI',15,'Pretpostavljene vrijednosti',1059294050,NULL); INSERT INTO international VALUES (487,'WebGUI',15,'Moguæe vrijednosti',1059294035,NULL); INSERT INTO international VALUES (486,'WebGUI',15,'Vrsta podataka',1059294018,NULL); INSERT INTO international VALUES (485,'WebGUI',15,'Logièka vrijednost (checkbox)',1059292291,NULL); INSERT INTO international VALUES (484,'WebGUI',15,'Lista za odabir',1059292270,NULL); INSERT INTO international VALUES (483,'WebGUI',15,'Da ili ne',1059292256,NULL); INSERT INTO international VALUES (482,'WebGUI',15,'Broj (cijeli broj)',1059292245,NULL); INSERT INTO international VALUES (481,'WebGUI',15,'Telefon',1059292233,NULL); INSERT INTO international VALUES (480,'WebGUI',15,'Elektronièka po¹ta',1059292222,NULL); INSERT INTO international VALUES (479,'WebGUI',15,'Datum',1059292208,NULL); INSERT INTO international VALUES (478,'WebGUI',15,'URL',1059292195,NULL); INSERT INTO international VALUES (477,'WebGUI',15,'HTML podruèje',1059292147,NULL); INSERT INTO international VALUES (476,'WebGUI',15,'Polje za unos teksta (textarea)',1059292124,NULL); INSERT INTO international VALUES (475,'WebGUI',15,'Tekst',1059292099,NULL); INSERT INTO international VALUES (472,'WebGUI',15,'Oznaka',1059292088,NULL); INSERT INTO international VALUES (470,'WebGUI',15,'Ime',1059292077,NULL); INSERT INTO international VALUES (469,'WebGUI',15,'Oznaka',1059292063,NULL); INSERT INTO international VALUES (465,'WebGUI',15,'Velièina tekstualnog polja',1059292047,NULL); INSERT INTO international VALUES (464,'WebGUI',15,'Stupci u polju za unos teksta (textarea)',1059292030,NULL); INSERT INTO international VALUES (463,'WebGUI',15,'Retci u polju za unos teksta (textarea)',1059292008,NULL); INSERT INTO international VALUES (462,'WebGUI',15,'Format zapisa vremena',1059291984,NULL); INSERT INTO international VALUES (461,'WebGUI',15,'Format zapisa datuma',1059291968,NULL); INSERT INTO international VALUES (460,'WebGUI',15,'Vremenski pomak',1059291953,NULL); INSERT INTO international VALUES (459,'WebGUI',15,'Ureðenje profila ovog korisnika.',1059291920,NULL); INSERT INTO international VALUES (458,'WebGUI',15,'Ureðenje grupa za ovog korisnika.',1059291900,NULL); INSERT INTO international VALUES (457,'WebGUI',15,'Ureðenje korisnièkog raèuna.',1059291878,NULL); INSERT INTO international VALUES (456,'WebGUI',15,'Povratak na popis korisnika.',1059291857,NULL); INSERT INTO international VALUES (455,'WebGUI',15,'Ureðenje korisnièkog profila',1059291841,NULL); INSERT INTO international VALUES (454,'WebGUI',15,'Posljednja promjena',1059291821,NULL); INSERT INTO international VALUES (453,'WebGUI',15,'Datum kreiranja',1059291803,NULL); INSERT INTO international VALUES (452,'WebGUI',15,'Prièekajte trenutak...',1059291789,NULL); INSERT INTO international VALUES (451,'WebGUI',15,'je obavezan.',1059291769,NULL); INSERT INTO international VALUES (450,'WebGUI',15,'Naziv tvrtke (posla)',1059291756,NULL); INSERT INTO international VALUES (449,'WebGUI',15,'Ostale informacije',1059291735,NULL); INSERT INTO international VALUES (448,'WebGUI',15,'Stablo stranica',1059291717,NULL); INSERT INTO international VALUES (447,'WebGUI',15,'Upravljanje stablom stranica',1059291686,NULL); INSERT INTO international VALUES (446,'WebGUI',15,'Poslovno Web sjedi¹te',1059291670,NULL); INSERT INTO international VALUES (445,'WebGUI',15,'Preference',1059291651,NULL); INSERT INTO international VALUES (444,'WebGUI',15,'Demografske informacije',1059291631,NULL); INSERT INTO international VALUES (443,'WebGUI',15,'Kuæne informacije',1059291617,NULL); INSERT INTO international VALUES (442,'WebGUI',15,'Poslovne informacije',1059291588,NULL); INSERT INTO international VALUES (441,'WebGUI',15,'Gateway email na pager',1059291573,NULL); INSERT INTO international VALUES (440,'WebGUI',15,'Kontakt informacije',1059291553,NULL); INSERT INTO international VALUES (439,'WebGUI',15,'Osobne informacije',1059291539,NULL); INSERT INTO international VALUES (438,'WebGUI',15,'Va¹e ime',1059291522,NULL); INSERT INTO international VALUES (437,'WebGUI',15,'Statistika',1059291509,NULL); INSERT INTO international VALUES (436,'WebGUI',15,'Ubij sesiju',1059291495,NULL); INSERT INTO international VALUES (435,'WebGUI',15,'Potpis sesije',1059291481,NULL); INSERT INTO international VALUES (434,'WebGUI',15,'Status',1059291466,NULL); INSERT INTO international VALUES (433,'WebGUI',15,'Preglednik korisnika (User Agent)',1059291453,NULL); INSERT INTO international VALUES (432,'WebGUI',15,'Istièe',1059291417,NULL); INSERT INTO international VALUES (431,'WebGUI',15,'IP adresa',1059291404,NULL); INSERT INTO international VALUES (430,'WebGUI',15,'Pogled na posljednju stranicu',1059291390,NULL); INSERT INTO international VALUES (11,'SQLReport',15,'Debug: Gre¹ka: Problem s upitom.',1059279104,NULL); INSERT INTO international VALUES (10,'SQLReport',15,'Debug: Gre¹ka: SQL upit nije dobro formatiran.',1059279083,NULL); INSERT INTO international VALUES (1,'SQLReport',15,'SQL izvje¹æe',1059279056,NULL); INSERT INTO international VALUES (74,'Poll',15,'The following variables are available to the poll template:\r\n\r\ncanVote
\r\nA condition indicating whether the user has the right to vote on this poll.\r\n\r\n\r\nquestion
\r\nThe poll question.\r\n\r\n\r\nform.start
\r\nThe beginning of the vote form.\r\n\r\n\r\nanswer_loop
\r\nA loop containing information about the answers in the poll.\r\n\r\n\r\n
\r\n\r\nanswer.form\r\n\r\n\r\nform.submit
\r\nThe radio button for this answer.\r\n\r\n\r\nanswer.text
\r\nThe text of the answer.\r\n\r\n\r\nanswer.number
\r\nThe number of this answer. As in 1, 2, 3, etc.\r\n\r\n\r\nanswer.graphWidth
\r\nThe width that the graph should be rendered for this answer. Based upon a percentage of the total graph size.\r\n\r\n\r\n\r\nanswer.percent
\r\nThe percentage of the vote that this a\n nswer has received.\r\n\r\n\r\nanswer.total
\r\nThe total number of votes that this answer has received.\r\n\r\n\r\n
\r\nThe submit button for the poll form.\r\n\r\n\r\nform.end
\r\nThe end of the poll form.\r\n\r\n\r\nresponses.label
\r\nThe label for the total responses. \"Total Votes\"\r\n\r\n\r\nresponses.total
\r\nThe total number of votes that have been placed on this poll.\r\n\r\n',1059279040,NULL); INSERT INTO international VALUES (71,'Poll',15,'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 order\n ing 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\n\r\ncanPost
\r\nReset the votes on this Poll.\r\n
',1059279022,NULL); INSERT INTO international VALUES (74,'MessageBoard',15,'The following is the list of template variables available in message board templates.\r\n
\r\nA conditional indicating whether the current user has the privileges to post a new message.\r\n\r\n\r\n\r\npost.url
\r\nThe URL to post a new message.\r\n\r\n\r\npost.label
\r\nThe translated label for the post URL.\r\n\r\n\r\n\r\nsearch.url
\r\nThe URL to search this message board.\r\n\r\n\r\nsearch.label
\r\nThe translated label for the search URL.\r\n\r\n\r\nsubject.label
\r\nThe translated label for the subject column.\r\n\r\n\r\nuser.label
\r\nThe translated label for the user column.\r\n\r\n\r\ndate.label
\r\nThe translated label for the date column.\r\n\r\n\r\nviews.label
\r\nThe translated label for the views colu\n mn.\r\n\r\n\r\nreplies.label
\r\nThe translated label for the replies column.\r\n\r\n\r\nlast.label
\r\nThe translated label for the last reply column.\r\n\r\n\r\nmessage_loop
\r\nThe loop containing each message.\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\n 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\nA link to the first page in the paginator.\r\n\r\n\r\nlastPage
\r\nA link to the last page in the paginator.\r\n\r\n\r\nnextPage
\r\nA link to the next page forward in the paginator.\r\n\r\n\r\npreviousPage
\r\nA link to the next page backward in the paginator.\r\n\r\n\r\npageList
\r\nA list of links to all the pages in the paginator.\r\n\r\n\r\nmu\n ltiplePages
\r\nA conditional indicating whether there is more than one page in the paginator.\r\n',1059278999,NULL); INSERT INTO international VALUES (71,'MessageBoard',15,'Message boards, also called Forums and/or Discussions, are a great way to add community to any site or intranet. Many companies use message boards internally to collaborate on projects.\r\n
\r\n\r\nMessages Per Page
\r\nWhen a visitor first comes to a message board s/he will be presented with a listing of all the topics (a.k.a. threads) of the Message Board. If a board is popular, it will quickly have many topics. The Messages Per Page attribute allows you to specify how many topics should be shown on one page.\r\n\r\n\r\nMain Template
\r\n\r\n\r\n\r\nFilter Post
\r\nSelect a layout for the main listing of this message board.\r\n
\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 \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. \n 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',1059278979,NULL); INSERT INTO international VALUES (76,'LinkList',15,'The following is the list of template variables available in Link List templates.\r\n
\r\n\r\n\r\naddlink.url
\r\nThe URL to add a link to this link list.\r\n\r\n\r\naddlink.label
\r\nThe translated label for the add link URL.\r\n\r\n\r\ncanEdit
\r\nA condition indicating whether the user can edit the links.\r\n\r\n\r\n\r\nlink_loop
\r\nThis loop contains all of the information about each link.\r\n\r\n\r\nlink.url\r\n',1059278958,NULL); INSERT INTO international VALUES (73,'LinkList',15,'Title
\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<\n p/>\r\n\r\n
\r\nThe text that will be linked.\r\n\r\n\r\nURL
\r\nThe web site to link to.\r\n\r\n\r\nOpen in new window?
\r\nSelect yes if you\'d like this link to pop-up into a new window.\r\n\r\n\r\nDescription
\r\nDescribe the site you\'re linking to. You can omit this if you\'d like.\r\n\r\n\r\nWhat Next?\r\nLeave this set to the default if you wish to add another link after this one.\r\n
',1059278936,NULL); INSERT INTO international VALUES (71,'LinkList',15,'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\nWhat Next?
\r\n\r\nTemplate
\r\nChoose a layout for this wobject.\r\n
\r\nLeave this set to the default if you wish to add a link after creating the link list.\r\n
',1059278894,NULL); INSERT INTO international VALUES (74,'Item',15,'The following is the list of template variables available in item templates.\r\n\r\n\r\nattachment.name
\r\nThe filename for the file attached to this item.\r\n\r\n\r\nattachment.url
\r\nThe URL to download the file attached to this item.\r\n\r\n\r\nattachment.icon
\r\nThe URL to the icon for the file attached to this item.\r\n',1059278874,NULL); INSERT INTO international VALUES (71,'Item',15,'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\nChoose a layout for this Item.\r\n',1059278856,NULL); INSERT INTO international VALUES (76,'FileManager',15,'This is the list of template variables available in File Manager templates.\r\n\r\n\r\ntitleColumn.url
\r\nThe URL to sort by the title.\r\n\r\n\r\ntitleColumn.label
\r\nThe translated label for the title.\r\n\r\n\r\ndescriptionColumn.label
\r\nThe translated label for the description.\r\n\r\n\r\ndescriptionColumn.url
\r\nThe URL to sort by the description.\r\n\r\n\r\ndateColumn.label
\r\nThe translated label for the upload date.\r\n\r\n\r\ndateColumn.url
\r\nThe URL to sort by the date uploaded.\r\n\r\n\r\nsearch.form
\r\nWebGUI\'s power search form.\r\n\r\n\r\nsearch.url
\r\nThe URL to toggle search mode on and off.\r\n\r\n\r\nsearch.label
\r\nThe translated label for the search link.\r\n\r\n\r\naddfile.url
\r\nT\n he URL to add a file to the file manager.\r\n\r\n\r\naddfile.label
\r\nThe translated label for the add file link.\r\n\r\n\r\nfile_loop
\r\nA loop containing the information about each file uploaded to this file manager.\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 (o\n r 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\n 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\n<\n b>file.time
\r\nThe time that this file was uploaded.\r\n\r\n
\r\nA translated message stating that this file manager has no files for this user to view.\r\n\r\nnoresults
\r\nA conditional indicating whether there are any files for this user to view.\r\n\r\n\r\nfirstPage
\r\nA link to the first page in the paginator.\r\n\r\n\r\nlastPage
\r\nA link to the last page in the paginator.\r\n\r\n\r\nnextPage
\r\nA link to the next page forward in the paginator.\r\n\r\n\r\npreviousPage
\r\nA link to the next page backward in the paginator.\r\n\r\n\r\npageList
\r\nA list of links to all the pages in the paginator.\r\n\r\n\r\nmultiplePages
\r\nA conditional indicating whether there is more than one page in the paginator.\r\n',1059278836,NULL); INSERT INTO international VALUES (73,'FileManager',15,'File Title
\r\nThe title that will be displayed for this file. If left blank the filename will be used.\r\n\r\n\r\nFile
\r\nChoose the file from your hard drive that you wish to upload.\r\n\r\n\r\nAlternate Version #1
\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\n\r\nAlternate Version #2
\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\n\r\nBrief Synopsis
\r\nA short description of this file. Be sure to include keywords that users may try to search for.\r\n\r\n\r\nGroup To Download
\r\nChoose the group that may download this file.\r\n\r\n\r\nWhat\'s next?
\r\nIf you\'d like to add another file aft\n er this one, then select \"add a new file\" otherwise select \"go back to the page\".\r\n',1059278811,NULL); INSERT INTO international VALUES (71,'FileManager',15,'The File Manager is designed to help you manage file distribution on your site. It allows you to specify who may view/download files from your site.\r\n
\r\n\r\nTemplate
\r\n\r\nPaginate After
\r\nChoose a layout for the file manager.\r\n
\r\nHow many files should be displayed before splitting the results into separate pages? In other words, how many files should be displayed per page?\r\n\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',1059278789,NULL); INSERT INTO international VALUES (77,'FAQ',15,'The following is the list of template variables available in FAQ templates.\r\n
\r\n\r\naddquestion.url
\r\nThe URL to add a question to the FAQ.\r\n\r\n\r\naddquestion.label
\r\nThe translated label for the add question link.\r\n\r\n\r\nqa_loop
\r\nThe loop containing the variables for each question in the FAQ.\r\n\r\nqa.id\r\n',1059278568,NULL); INSERT INTO international VALUES (73,'FAQ',15,'Question
\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\nAdd the question you\'d like to appear on the FAQ.\r\n\r\n\r\n\r\nAnswer
\r\nAdd the answer for the question you entered above.\r\n\r\n\r\n\r\nWhat next?
\r\nIf you wish to add another question then leave this set to the default.\r\n\r\n\r\n',1059278512,NULL); INSERT INTO international VALUES (71,'FAQ',15,'It seems that almost every web site, intranet, and extranet in the world has a Frequently Asked Questions area. This wobject helps you build one, too.\r\n
\r\n\r\nWhat Next?
\r\n\r\nTemplate
\r\nChoose a layout for this FAQ.\r\n
\r\nSelect \"add a question\" if you wish to add another question after this one.\r\n
\r\n\r\n
\r\nNote: The following style is specific to the FAQ in some of the built-in templates.\r\n
\r\n.faqQuestion
\r\nAn F.A.Q. question. To distinguish it from an answer.',1059278490,NULL); INSERT INTO international VALUES (71,'ExtraColumn',15,'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 fo\n r columns, then feel free to modify this class.',1059278469,NULL); INSERT INTO international VALUES (97,'EventsCalendar',15,'The following is the list of template variables available in event templates.\r\n\r\n\r\ntitle
\r\nThe title of this event.\r\n\r\n\r\nstart.label
\r\nThe translated label for the start date.\r\n\r\n\r\nstart.date
\r\nThe date this event starts.\r\n\r\n\r\nend.date
\r\nThe date this event ends.\r\n\r\n\r\nend.label
\r\nThe translated label for the end date.\r\n\r\n\r\ncanEdit
\r\nA condition indicating whether the current user can edit an event.\r\n\r\n\r\nedit.url
\r\nThe URL to edit this event.\r\n\r\n\r\nedit.label
\r\nThe translated label for the edit URL.\r\n\r\n\r\ndelete.url
\r\nThe URL to delete this event.\r\n\r\n\r\ndelete.label
\r\nThe translated label for the delete URL.\r\n\r\n\r\nprevious.ur\n l
\r\nThe URL to view the event before this one.\r\n\r\n\r\nprevious.label
\r\nThe translated label for the previous URL.\r\n\r\n\r\nnext.label
\r\nThe translated label for the next URL.\r\n\r\n\r\nnext.url
\r\nThe URL to view the event after this one.\r\n\r\n\r\ndescription
\r\nThe description of this event.',1059278447,NULL); INSERT INTO international VALUES (73,'EventsCalendar',15,'Title
\r\nThe title for this event.\r\n\r\n\r\nDescription
\r\nDescribe the activities of this event or information about where the event is to be held.\r\n\r\n\r\nStart Date
\r\nOn what date will this event begin?\r\n\r\n\r\nEnd Date
\r\nOn what date will this event end?\r\n\r\n\r\nRecurs every
\r\nSelect a recurrence interval for this event. \r\n\r\n\r\n\r\nWhat next?
\r\nSelect \"add new event\" if you\'d like to add another event, otherwise select \"go back to page\".\r\n',1059278427,NULL); INSERT INTO international VALUES (71,'EventsCalendar',15,'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. I\n f 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\nNote: The following style is specific to the Events Calendar.\r\n
\r\n.eventTitle
\n \r\nThe title of an individual event.',1059278377,NULL); INSERT INTO international VALUES (89,'DataForm',15,'The following variables are available to the Data Form List template:\r\n\r\n\r\nback.url
\r\nThe URL to go back to the Data Form data entry page.\r\n\r\n\r\nback.label
\r\nThe default label for the back.url.\r\n\r\n\r\nfield_loop
\r\nA loop containing information about the fields in this Data Form.\r\n\r\n\r\nfield.name
\r\nThe web safe name of this field.\r\n\r\n\r\nfield.label
\r\nThe human readable label for this field.\r\n\r\n\r\nfield.id
\r\nA unique identifier representing this field in the database.\r\n\r\n\r\nfield.isMailField
\r\nA conditional indicating whether this field exists for the mail subsystem of the data form.\r\n\r\n\r\nfield.type
\r\nThe data type associated with this field.\r\n\r\n\r\n
\r\n\r\n
\r\n\r\nrecord.entryId',1059278356,NULL); INSERT INTO international VALUES (83,'DataForm',15,'The following template variables are available for Data Form templates.\r\n\r\n\r\nacknowledgement
\r\nA unique identifier for this record entry.\r\n\r\n\r\nrecord.ipAddress
\r\nThe IP Address of the user that submitted this record entry.\r\n\r\n\r\nrecord.edit.url
\r\nThe URL to edit this record.\r\n\r\n\r\nrecord.username
\r\nThe username of the person that submitted this record entry.\r\n\r\n\r\nrecord.userId
\r\nThe user id of the person that submitted this record entry.\r\n\r\n\r\nrecord.submissionDate.epoch
\r\nThe epoch datestamp for this record entry.\r\n\r\n\r\nrecord.submissionDate.human
\r\nA human readable date stamp, based upon the user\'s preferences, for this record entry.\r\n\r\n\r\nrecord.data_loop
\r\nA loop containing the data submitted by the user for each field in this data form.\r\n\r\n\r\n
\r\n\r\nrecord.data.value\r\n\r\n
\r\nThe value submitted by the user for this field in this record entry.\r\n\r\n\r\nrecord.data.name
\r\nThe web safe name of this field.\r\n\r\n\r\nrecord.data.label
\r\nThe human readable label for this field.\r\n\r\n\r\nrecord.data.isMailField
\r\nA conditional indicating whether this field exists for the mail subsystem of the data form.\r\n\r\n\r\n
\r\nexport.tab.url
\r\nFollowing this URL will export the data stored to this data form as a tab delimited file.\r\n
\r\n\r\nexport.tab.label
\r\nThe default label for the export.tab.url variable.\r\n
\r\n\r\nentryList.url
\r\nFollowing this URL will display a list of all the record entries in this data form.\r\n
\r\n\r\nentryList.label
\r\nThe default label for the entryList.url variable.\r\n
\r\n\r\ncanEdit\r\nA conditional indicating whether the current user has the privileges to edit an existing entry or export the form\'s data.\r\n
\r\n\r\nback.url
\r\nA u\n rl that will take you back to the default page in the form.\r\n
\r\n\r\nback.label
\r\nThe default label for the back.url variable.\r\n
\r\n\r\nusername*
\r\nThe username of the user that submitted the data.\r\n
\r\n\r\nuserId*
\r\nThe user id of the user that submitted the data.\r\n
\r\n\r\ndate*
\r\nThe date that this data was submitted or last updated formatted as the user\'s preferred date/time format.\r\n
\r\n\r\n\r\nepoch*
\r\nThe date that this data was submitted or last updated formatted as an epoch date.\r\n
\r\n\r\nipAddress*
\r\nThe IP address of the user that submitted the data.\r\n
\r\n\r\nedit.url*
\r\nThe URL to the page to edit this entry.\r\n
\r\n\r\nerror_loop*
\r\nA loop containing error information, for instance if someone doesn\'t fill out a required field.\r\n
\r\n\r\n
\r\n\r\nerror.message*\r\n\r\naddField.url
\r\nAn error message indicating what the user\n might have done wrong.\r\n\r\n
\r\n\r\naddField.label
\r\nThe default label for the addField.url variable.\r\n
\r\n\r\nform.start
\r\nThe beginning of the form.\r\n
\r\n\r\nfield_loop
\r\nA loop containing all of the field information.\r\n
\r\n\r\n
\r\n\r\nfield.form\r\n\r\nform.send
\r\nThe form element for this field.\r\n\r\n\r\nfield.name
\r\nThe name of this field.\r\n\r\n\r\nfield.value
\r\nThe value of this field. If this is new data, then the default value will be used.\r\n\r\n\r\nfield.label
\r\nThe text label for this field.\r\n\r\n\r\nfield.isHidden
\r\nA conditional indicating whether this field is supposed to be hidden. \r\n\r\n\r\nfield.isDisplayed
\r\nA conditional indicating whether this field is supposed to be displayed. \r\n\r\n n\r\nfield.isEditable
\r\nA conditional indicating whether this field is editable. \r\n\r\n\r\nfield.isRequired
\r\nA conditional indicating whether this field is required. \r\n\r\n\r\nfield.isMailField
\r\nA conditional indicating whether this field is present only to facilitate sending an email. \r\n\r\n\r\n\r\nfield.subtext
\r\nA description of the field so that users know what to put in the field.\r\n\r\n\r\nfield.controls
\r\nWebGUI\'s administrative controls for this field.\r\n\r\n\r\n
\r\n\r\nform.save/b>
\r\nA form button with the word \"save\" printed on it.\r\n
\r\n\r\nform.end
\r\nThe end of the form.\r\n
\r\n\r\n*Only available if the user has already submitted the form.',1059278330,NULL);
INSERT INTO international VALUES (72,'DataForm',15,'You may add as many additional fields to your Data Form as you like.\r\n
\r\n\r\nLabel
\r\nThis is an informative text label to let the user know what this field represents.\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\nSubtext
\r\nAn extension of the label, this is a description of what should go in the field or optional instructions for the field.\r\n
\r\n\r\nStatus
\r\nHidden fields will not be visible to the user, but will be sent in the email.Displayed fields can be seen by the user but not modified. Modifiable fields can be filled in by the user. Required fields must 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\n for this field. \r\n
\r\n\r\nWidth
\r\nSet the number of characters wide this field will be.\r\n
\r\n\r\nHeight
\r\nSet the number of characters tall this field will be. Only used on textarea and HTMLArea.\r\n
\r\n\r\nPossible Values
\r\nThis field is used for the list types (like Checkbox List and Select List). Enter the values you wish to appear, 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\".',1059278294,NULL);
INSERT INTO international VALUES (71,'DataForm',15,'This wobject creates a simple multipurpose data-entry form.\r\n
\r\n\r\nAcknowledgement
\r\nThis message will be displayed to the user after they submit their data..\r\n
\r\n\r\nMail entries?\r\nIf set to yes, some additional fields will be added to your form for dealing with email. These fields will then be used to email any date entered into the form to a person of your choice.\r\n
\r\nNOTE: The \"To\" field that is added as a result of setting this to yes can accept a standard email address, or a WebGUI username or a WebGUI group name.\r\n
\r\n\r\nTemplate
\r\nChoose a template for your form.\r\n
\r\n\r\nEmail Template
\r\nChoose a template for the data that will be sent via email.\r\n
\r\n\r\nAcknowlegement Template
\r\nChoose a template that will be used to display the acknowlegement.\n r\n
\r\n\r\nList Template
\r\nChoose a template that will be used to display the list of stored records in this Data Form.',1059278270,NULL);
INSERT INTO international VALUES (73,'Article',15,'The following template variables are available for article templates.\r\n
\r\n<a href=\"<tmpl_var new.template>999\">Read more...</a>\r\n
\r\ndescription.full
\r\nThe full description without any pagination. (For the paginated description use \"description\" instead.)\r\n
\r\n\r\ndescription.first.100words
\r\nThe first 100 words in the description. Words are defined as characters separated by whitespace, so HTML entities and tags count as words.\r\n
\r\n\r\ndescription.first.75words
\r\nThe first 75 words in the description. Words are defined as c\n haracters separated by whitespace, so HTML entities and tags count as words.\r\n
\r\n\r\ndescription.first.50words
\r\nThe first 50 words in the description. Words are defined as characters separated by whitespace, so HTML entities and tags count as words.\r\n
\r\n\r\ndescription.first.25words
\r\nThe first 25 words in the description. Words are defined as characters separated by whitespace, so HTML entities and tags count as words.\r\n
\r\n\r\ndescription.first.10words
\r\nThe first 10 words in the description. Words are defined as characters separated by whitespace, so HTML entities and tags count as words.\r\n
\r\n\r\ndescription.first.paragraph
\r\nThe first paragraph of the description. The first paragraph is determined by the first carriage return found in the text.\r\n
\r\n\r\ndescription.first.2paragraphs
\r\nThe first two paragraphs of the description. A paragraph is determined by counting the carriage retu\n rns found in the text.\r\n
\r\n\r\ndescription.first.sentence
\r\nThe first sentence in the description. A sentence is determined by counting the periods found in the text.\r\n
\r\n\r\ndescription.first.2sentences
\r\nThe first two sentences in the description. A sentence is determined by counting the periods found in the text.\r\n
\r\n\r\ndescription.first.3sentences
\r\nThe first three sentences in the description. A sentence is determined by counting the periods found in the text.\r\n
\r\n\r\ndescription.first.4sentences
\r\nThe first four sentences in the description. A sentence is determined by counting the periods found in the text.\r\n
\r\n\r\n\r\n\r\nattachment.box
\r\nOutputs a standard WebGUI attachment box including icon, filename, and attachment indicator.\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 thing\n s 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 \n 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?',1059278189,NULL);
INSERT INTO international VALUES (72,'Article',15,'Predlo¾ak za èlanke',1059233496,NULL);
INSERT INTO international VALUES (24,'Article',15,'Po¹alji odgovor',1059233440,NULL);
INSERT INTO international VALUES (13,'Article',15,'Obri¹i',1059233424,NULL);
INSERT INTO international VALUES (467,'WebGUI/Profile',15,'®elite li doista obrisati ovo polje i sve korisnièke podatke vezane uz njega?',1059233402,NULL);
INSERT INTO international VALUES (468,'WebGUI/Profile',15,'Uredi kategoriju korisnièkog profila',1059233371,NULL);
INSERT INTO international VALUES (471,'WebGUI/Profile',15,'Uredi polje u korisnièkom profilu',1059233347,NULL);
INSERT INTO international VALUES (473,'WebGUI/Profile',15,'Vidljivo?',1059233320,NULL);
INSERT INTO international VALUES (466,'WebGUI/Profile',15,'®elite li doista obrisati ovu kategoriju i sva njena polja prebaciti u kategoriju ostalo?',1059233307,NULL);
INSERT INTO international VALUES (474,'WebGUI/Profile',15,'Obavezno?',1059233278,NULL);
INSERT INTO international VALUES (489,'WebGUI/Profile',15,'Kategorija profila',1059233262,NULL);
INSERT INTO international VALUES (490,'WebGUI/Profile',15,'Dodaj kategoriju profila.',1059233244,NULL);
INSERT INTO international VALUES (491,'WebGUI/Profile',15,'Dodaj polje u profil.',1059233225,NULL);
INSERT INTO international VALUES (787,'WebGUI/Profile',15,'Uredi ovo polje u profilu.',1059233211,NULL);
INSERT INTO international VALUES (788,'WebGUI/Profile',15,'Obri¹i ovo polje u profilu.',1059233190,NULL);
INSERT INTO international VALUES (789,'WebGUI/Profile',15,'Uredi kategoriju profila.',1059233167,NULL);
INSERT INTO international VALUES (790,'WebGUI/Profile',15,'Obri¹i kategoriju profila.',1059233150,NULL);
INSERT INTO international VALUES (897,'WebGUI/Profile',15,'Moguæe ureðivanje?',1059233132,NULL);
INSERT INTO international VALUES (9,'WobjectProxy',15,'Override description?',1059233114,NULL);
INSERT INTO international VALUES (8,'WobjectProxy',15,'Override display title?',1059233106,NULL);
INSERT INTO international VALUES (7,'WobjectProxy',15,'Override title?',1059233098,NULL);
INSERT INTO international VALUES (6,'WobjectProxy',15,'With the Wobject Proxy (aka Shortcut) 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\nNOTE: The wobject proxy is not available through the Add Content menu, but instead through the shortcut icon on each wobject\'s toolbar.\r\n
\r\n\r\nWobject To Proxy
\r\nProvides a link to the orignal wobject being proxied.\r\n
\r\n\r\nOverride title?
\r\nSet to \"yes\" to use the title of the wobject proxy instead of the original title of the wobject.\r\n
\r\n\r\nOverride description?
\r\nSet to \"yes\" to use the description of the wobject proxy instead of the original description of the wobject.\r\n
\r\n\r\nOverride display title?
\r\nSet to \"yes\" to use the display title setting of the wobject proxy inst\n ead of the original display title setting of the wobject.\r\n
\r\n\r\nOverride template?
\r\nSet to \"yes\" to use the template of the wobject proxy instead of the original template of the wobject.',1059233082,NULL);
INSERT INTO international VALUES (5,'WobjectProxy',15,'Wobject Proxy, Add/Edit',1059233059,NULL);
INSERT INTO international VALUES (4,'WobjectProxy',15,'Wobject proxying failed. Perhaps the proxied wobject has been deleted.',1059233050,NULL);
INSERT INTO international VALUES (3,'WobjectProxy',15,'Wobject Proxy',1059233015,NULL);
INSERT INTO international VALUES (2,'WobjectProxy',15,'Edit Wobject Proxy',1059233003,NULL);
INSERT INTO international VALUES (10,'WobjectProxy',15,'Override template?',1059232990,NULL);
INSERT INTO international VALUES (1,'WobjectProxy',15,'Wobject To Proxy',1059232976,NULL);
INSERT INTO international VALUES (99,'WebGUI',15,'Naslov',1059232953,NULL);
INSERT INTO international VALUES (95,'WebGUI',15,'Indeks za pomoæ',1059232937,NULL);
INSERT INTO international VALUES (94,'WebGUI',15,'Pogledaj takoðer',1059232922,NULL);
INSERT INTO international VALUES (93,'WebGUI',15,'Pomoæ',1059232910,NULL);
INSERT INTO international VALUES (92,'WebGUI',15,'Sljedeæa stranica',1059232897,NULL);
INSERT INTO international VALUES (91,'WebGUI',15,'Prethodna stranica',1059232878,NULL);
INSERT INTO international VALUES (81,'WebGUI',15,'Korisnièki raèun uspje¹no osvje¾en!',1059232863,NULL);
INSERT INTO international VALUES (80,'WebGUI',15,'Korisnièki raèun uspje¹no kreiran!',1059232839,NULL);
INSERT INTO international VALUES (8,'WebGUI',15,'Stranica nije pronaðena.',1059232823,NULL);
INSERT INTO international VALUES (77,'WebGUI',15,'Ovo korisnièko ime veæ koristi drugi èlan sjedi¹ta. Molimo da poku¹ate s drugim korisnièkim imenom. Evo prijedloga:',1059232791,NULL);
INSERT INTO international VALUES (76,'WebGUI',15,'Ova e-mail adresa nije pohranjena u bazi korisnika.',1059232728,NULL);
INSERT INTO international VALUES (75,'WebGUI',15,'Informacije o va¹em korisnièkom raèunu poslane su na va¹u e-mail adresu.',1059232645,NULL);
INSERT INTO international VALUES (74,'WebGUI',15,'Informacije o korisnièkom raèunu',1059232589,NULL);
INSERT INTO international VALUES (73,'WebGUI',15,'Spoji se.',1059232570,NULL);
INSERT INTO international VALUES (72,'WebGUI',15,'povrati',1059232556,NULL);
INSERT INTO international VALUES (71,'WebGUI',15,'Povrati lozinku',1059232541,NULL);
INSERT INTO international VALUES (70,'WebGUI',15,'Gre¹ka',1059232507,NULL);
INSERT INTO international VALUES (7,'WebGUI',15,'Upravljanje korisnicima.',1059232480,NULL);
INSERT INTO international VALUES (69,'WebGUI',15,'Molimo da potra¾ite pomoæ svog administratora.',1059232465,NULL);
INSERT INTO international VALUES (68,'WebGUI',15,'The account information you supplied is invalid. Either the account does not exist or the username/password combination was incorrect.',1059232448,NULL);
INSERT INTO international VALUES (67,'WebGUI',15,'Kreiraj novi korisnièki raèun.',1059232432,NULL);
INSERT INTO international VALUES (66,'WebGUI',15,'Spoji se',1059232402,NULL);
INSERT INTO international VALUES (65,'WebGUI',15,'Molim da trajno deaktivirate moj korisnièki raèun.',1059232380,NULL);
INSERT INTO international VALUES (64,'WebGUI',15,'Odspoji se.',1059232349,NULL);
INSERT INTO international VALUES (63,'WebGUI',15,'Ukljuèi admina.',1059232333,NULL);
INSERT INTO international VALUES (62,'WebGUI',15,'snimi',1059232318,NULL);
INSERT INTO international VALUES (60,'WebGUI',15,'®elite li doista deaktivirati svoj korisnièki raèun? Ukoliko nastavite, sve va¹e informacije bit æe trajno izgubljene.',1059232302,NULL);
INSERT INTO international VALUES (61,'WebGUI',15,'A¾uriranje informacije o korisniku',1059232263,NULL);
INSERT INTO international VALUES (6,'WebGUI',15,'Upravljanje stilovima.',1059232245,NULL);
INSERT INTO international VALUES (59,'WebGUI',15,'Zaboravio sam lozinku.',1059232227,NULL);
INSERT INTO international VALUES (58,'WebGUI',15,'Veæ imam korisnièki raèun.',1059232214,NULL);
INSERT INTO international VALUES (57,'WebGUI',15,'Ovo je potrebno samo ako ¾elite koristiti komponente koje zahtijevaju e-mail.',1059232196,NULL);
INSERT INTO international VALUES (56,'WebGUI',15,'E-mail adresa',1059232105,NULL);
INSERT INTO international VALUES (542,'WebGUI',15,'Prethodno...',1059232093,NULL);
INSERT INTO international VALUES (541,'WebGUI',15,'Karma po slanju',1059232078,NULL);
INSERT INTO international VALUES (540,'WebGUI',15,'Karma po spajanju',1059232066,NULL);
INSERT INTO international VALUES (54,'WebGUI',15,'Kreiraj korisnièki raèun',1059232047,NULL);
INSERT INTO international VALUES (53,'WebGUI',15,'Omoguæi ispis stranice',1059232027,NULL);
INSERT INTO international VALUES (5,'WebGUI',15,'Upravljanje grupama.',1059232003,NULL);
INSERT INTO international VALUES (47,'WebGUI',15,'Vrh',1059231988,NULL);
INSERT INTO international VALUES (46,'WebGUI',15,'Moj korisnièki raèun',1059231977,NULL);
INSERT INTO international VALUES (45,'WebGUI',15,'Ne, ne ¾elim.',1059231955,NULL);
INSERT INTO international VALUES (44,'WebGUI',15,'Da, siguran sam.',1059231942,NULL);
INSERT INTO international VALUES (43,'WebGUI',15,'®elite li doista obrisati ovaj sadr¾aj?',1059231930,NULL);
INSERT INTO international VALUES (429,'WebGUI',15,'Vrijeme spajanja',1059231909,NULL);
INSERT INTO international VALUES (428,'WebGUI',15,'Korisnik (ID)',1059231898,NULL);
INSERT INTO international VALUES (427,'WebGUI',15,'Stilovi',1059231886,NULL);
INSERT INTO international VALUES (426,'WebGUI',15,'Povijest spajanja',1059231873,NULL);
INSERT INTO international VALUES (425,'WebGUI',15,'Aktivne sesije',1059231862,NULL);
INSERT INTO international VALUES (424,'WebGUI',15,'Pregled povijesti spajanja.',1059231852,NULL);
INSERT INTO international VALUES (423,'WebGUI',15,'Pregled aktivnih sesija.',1059231748,NULL);
INSERT INTO international VALUES (422,'WebGUI',15,'
\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\n .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 layo\n ut.\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\nTemplate \r\nEen database link bestaat uit de volgende velden.\r\n \r\n\r\nTitel \r\n\r\nDSN \r\n\r\n\r\nVoorbeeld: DBI:mysql:WebGUI:localhost\r\n \r\n\r\nHier zijn een aantal voorbeelden voor andere database:\r\n \r\nDatabase gebruiker \r\n\r\n\r\nDatabase wachtwoord \r\nDatabaselinks zorgen ervoor dat een WebGUI administrator gebruik kan maken van veelgebruikte databases. Hierdoor hoeven gebruikers van het SQL rapport niet het DSN, user en password in te vullen. \r\n\r\nchannel.title \r\n\r\nchannel.description \r\n\r\nchannel.link \r\n\r\nitem_loop \r\n\r\ndescription \r\n\r\nlink\r\nEen URL direct naar de orginele content.',1056310030,NULL);
INSERT INTO international VALUES (72,'SyndicatedContent',3,'Syndicated Content sjabloon',1056309834,NULL);
INSERT INTO international VALUES (89,'DataForm',3,'De volgende variabelen zijn beschikbaar voor het gegevensformulier lijst sjabloon:\r\n \r\n\r\nback.url \r\n\r\nback.label \r\n\r\nfield_loop \r\n\r\nfield.label \r\n\r\nfield.id \r\n\r\nfield.isMailField \r\n\r\nfield.type \r\n\r\n \r\n\r\n \r\n\r\nrecord.ipAddress \r\n\r\nrecord.edit.url \r\n\r\nrecord.username \r\n\r\nrecord.userId \r\n\r\nrecord.submissionDate.epoch \r\n\r\nrecord.submissionDate.human \r\n\r\nrecord.data_loop \r\n\r\n \r\n\r\nrecord.data.name \r\n\r\nrecord.data.label \r\n\r\nrecord.data.isMailField \r\n\r\nacknowledgement \r\nexport.tab.url \r\n\r\nexport.tab.label \r\n\r\nentryList.url \r\n\r\nentryList.label \r\n\r\ncanEdit\r\nDit bepaalt of de huidige\n gebruiker het recht heeft om een bestaande invoer bewerken of de gegevens van het formulier te exporteren.\r\n \r\n\r\nback.url \r\n\r\nback.label \r\n\r\nusername* \r\n\r\nuserId* \r\n\r\ndate* \r\n\r\n\r\nepoch* \r\n\r\nipAddress* \r\n\r\nedit.url* \r\n\r\nerror_loop* \r\n\r\n \r\n\r\naddField.label \r\n\r\nform.start \r\n\r\nfield_loop \r\n\r\n \r\n\r\nfield.name \r\n\r\nfield.value \r\n\r\nfield.label \r\n\r\nfield.isHidden \r\n\r\nfield.isDisplayed \r\n\r\nfield.isEditable \r\n\r\nfield.isRequired \r\n\r\nfield.isMailField \r\n\r\n\r\nfield.subtext \r\n\r\nfield.controls \r\n\r\n \r\n\r\nform.save\r\nEen formulierknop met het woord \"save\" erin.\r\n \r\n\r\nform.end \r\n\r\n*Alleen beschikbaar als de gebuiker het formulier al heeft ingevoerd.',1056308952,NULL);
INSERT INTO international VALUES (897,'WebGUI/Profile',3,'Bewerkbaar?',1056217905,NULL);
INSERT INTO international VALUES (978,'WebGUI',3,'Gebruiker is toegevoegd.',1056217864,NULL);
INSERT INTO international VALUES (977,'WebGUI',3,'Is een tweede beheerder?',1056217827,NULL);
INSERT INTO international VALUES (976,'WebGUI',3,'Voeg gebruikers toe',1056217746,NULL);
INSERT INTO international VALUES (974,'WebGUI',3,'Mogen gebruikers zelf een account aanmaken?',1056217678,NULL);
INSERT INTO international VALUES (975,'WebGUI',3,'Mogen gebruikers hun eigen account verwijderen?',1056217594,NULL);
INSERT INTO international VALUES (973,'WebGUI',3,'Indien \'geproxied\', het IP adres van de echte eindgebruiker gebruiken?',1056217502,NULL);
INSERT INTO international VALUES (972,'WebGUI',3,'Datum en tijd',1056217415,NULL);
INSERT INTO international VALUES (971,'WebGUI',3,'Tijd',1056217385,NULL);
INSERT INTO international VALUES (970,'WebGUI',3,'wijzig de tijd',1056217359,NULL);
INSERT INTO international VALUES (969,'WebGUI',3,'Als u ervoor kiest het klembord te legen, worden alle objecten in het klembord in de prullenbak gegooid.',1056217315,NULL);
INSERT INTO international VALUES (968,'WebGUI',3,'Klembord, leeg',1056217257,NULL);
INSERT INTO international VALUES (967,'WebGUI',3,'Leeg systeem prullenbak.',1056217226,NULL);
INSERT INTO international VALUES (966,'WebGUI',3,'Weet u zeker dat u dit object permanent wilt verwijderen?',1056217191,NULL);
INSERT INTO international VALUES (965,'WebGUI',3,'Beheer systeem prullenbak',1056217139,NULL);
INSERT INTO international VALUES (964,'WebGUI',3,'Beheer systeem prullenbak.',1056217108,NULL);
INSERT INTO international VALUES (963,'WebGUI',3,'Prullenbak datum',1056217080,NULL);
INSERT INTO international VALUES (962,'WebGUI',3,'Beheer prullenbak',1056217043,NULL);
INSERT INTO international VALUES (961,'WebGUI',3,'De prullenbak is een special systeem locatie waar verwijderde inhoud tijdelijk wordt bewaard.\r\nObjecten in de prullenbak kunnen individueel worden beheerd. \r\nU kunt een object in het klembord plaatsen of permanent verwijderen door op het juiste icoontje te klikken.\r\n\r\nU kunt ook alle objecten permanente verwijderen door uit het menu \'Leeg prullenbak\' te selecteren. \r\n\r\n Title Type Prullenbak datum Vorige locatie Gebruikersnaam \r\nDe klembord inhoud kan individueel worden beheerd. U kunt een object verwijderen of plakken door op het juiste icoontje (plaatje) te klikken.\r\nU kunt ook de volledige inhoud van het klembord in de prullenbak gooien door in het menu te kiezen voor \'Leeg klembord\'. \r\n\r\n Titel Type Klembord datum Vorige locatie Gebruikersnaam \r\nU kunt een thema niet twee keer importeren. Als u een nieuwere versie van dit thema wilt installeren dient u eerste de oude te\r\nverwijderen. \r\n \r\nU kunt tevens geen thema installeren van een nieuwere versie van WebGUI dan de versie die zelf gebruikt. \r\nDus als u WebGUI 5.2.4 gebruikt en het thema is gemaakt met WebGUI 6.0.0. kunt u dat thema niet\n installeren totdat u zelf uw\r\nversie heeft vernieuwd tot minimaal WebGUI 6.0.0. \r\nDe basis eigenschappen van een thema kunnen niet veranderd worden, anders dan op de site waar het thema is gemaakt.\r\nDe volgende definities zijn er van de basiseigenschappen van een thema: \r\nThema ID \r\n\r\nThema naam \r\n\r\nThema ontwerper \r\n\r\nOntwerper URL \r\n\r\n \r\n\r\nTIP:\r\nAls u een thema maakt, benoem de componenten (stijlen, sjablonen, collateral) die u in dit thema gebruikt dan zodanig dat \r\ndat ze duidelijk bij dit thema horen. Dit is handig omdat gebruikers dan eenvoudig die componenten in de stijl kunnen vinden en het voorkomt problemen door dubbele namen.\r\n \r\n\r\nquestion \r\n\r\nform.start \r\n\r\nanswer_loop \r\n\r\n \r\n\r\nanswer.text \r\n\r\nanswer.number \r\n\r\nanswer.graphWidth \r\n\r\n\r\n\n answer.percent \r\n\r\nanswer.total \r\n\r\n \r\n\r\nform.end \r\n\r\nresponses.label \r\n\r\nresponses.total \r\n\r\n \r\n\r\nGroup Name \r\n\r\nDescription \r\n\r\nExpire Offset \r\nNOTE: This can be overridden on a per-user basis.\r\n \r\n\r\nNotify user about expiration? \r\n\r\nExpire Notification Offset \r\n\r\nExpire Notification Message \r\n\r\nDelete Offset \r\n\r\nScratch Filter \r\n?op=setScratch&scratchName=somename&scratchValue=somevalue\r\n \r\nHaving done that, when a user clicks on that link they will have a scratch variable added to their session with a name of \"www_somename\" and a value of \"somevalue\". The \"www_\" is prepended to prevent web requests from overwriting scratch variables that were set programatically.\r\n \r\nTo set a scratch filter simply add a line to the scratch filter field that looks like:\r\n \r\nwww_somename=somevalue\r\n \r\n\r\nIP Address \r\nIP Mask Example: 10.;192.168.;101.42.200.142\r\n \r\n\r\nKarma Threshold \r\n\r\n\r\nUsers can add themselves? \r\n\r\nUsers can remove themselves? \r\n\r\nThe following options are recommended only for advanced WebGUI administrators.\r\n \r\n\r\nDatabase Link \r\n\r\nSQL Query \r\n\r\nCache external groups for how long? \r\n\r\ncallback.url \r\n\r\ncallback.label \r\n\r\nuser.isVisitor \r\n\r\nthread.new.url \r\n\r\nthread.new.label \r\n\r\nforum.search.label \r\n\r\nforum.search.url \r\n\r\n\r\nforum.subscribe.label \r\n\r\nforum.subscribe.url \r\n\r\nforum.unsubscribe.label \r\n\r\nforum.unsubscribe.url \r\n\r\nuser.isSubscribed \r\n\r\nuser.isModerator \r\n\r\nuser.canPost \r\n\r\nthread.sortby.date.url \r\n\r\nthread.sortby.lastreply.url \r\n\r\nthread.sortby.views.url \r\n\r\nthread.sortby.replies.url \r\n\r\nthread.sortby.rating.url \r\n\r\nthread.subject.label \r\n\r\nthread.date.label \r\n\r\nthread.user.label \r\n\r\nthread.views.label \r\n\r\nthread.replies.label \r\n\r\nthread.rating.label \r\n\r\nthread.last.label \r\n\r\nfirstpage \r\n\r\nlastpage \r\n\r\nnextpage \r\n\r\npagelist \r\n\r\npreviouspage \r\n\r\nmultiplepages \r\n\r\nnumberOfPages \r\n\r\npageNumber \r\n\r\nthread_loop \r\n\r\n \r\n\r\nthread.replies \r\n\r\nthread.rating \r\n\r\nthread.rating_loop \r\n \r\n \r\n\r\nthread.isLocked \r\n\r\nthread.root.subject \r\n\r\nthread.root.url \r\n\r\nthread.root.epoch \r\n\r\nthread.root.date \r\n\r\nthread.root.time \r\n\r\nthread.root.user.id \r\n\r\nthread.root.user.name \r\n\r\nthread.root.user.profile \r\n\r\nthread.root.user.isVisitor \r\n\r\nthread.root.status \r\n\r\nthread.last.subject \r\n\r\nthread.last.url \r\n\r\nthread.last.epoch \r\n\r\nthread.last.date \r\n\r\nthread.last.time \r\n\r\nthread.last.user.profile \r\n\r\nthread.last.user.id \r\n\r\nthread.last.user.name \r\n\r\nthread.last.user.isVisitor \r\n\r\nthread.last.status \r\n\r\nforum.title \r\n\r\nforum.description \r\n\r\n\r\n\r\n \r\n\r\ncallback.url \r\n\r\ncallback.label \r\n\r\npost.subject.label \r\n\r\npost.subject \r\n\r\npost.message \r\n\r\nuser.canPost \r\n\r\npost.date.value \r\n\r\npost.date.epoch \r\n\r\npost.time.value \r\n\r\npost.date.label \r\n\r\npost.rating.value \r\n\r\npost.rating.label \r\n\r\npost.views.value \r\n\r\npost.views.label \r\n\r\npost.status.value \r\n\r\npost.status.label \r\n\r\npost.isLocked \r\n\r\npost.isModerator \r\n\r\npost.canEdit \r\n\r\npost.user.isVisitor \r\n\r\npost.user.id \r\n\r\npost.user.name \r\n\r\npost.user.profile \r\n\r\npost.url \r\n\r\npost.id \r\n\r\npost.rate.label \r\n\r\npost.rate.url.1 \r\n\r\npost.rate.url.2 \r\n\r\n\r\npost.rate.url.3 \r\n\r\n\r\npost.rate.url.4 \r\n\r\n\r\npost.rate.url.5 \r\n\r\npost.hasRated \r\n\r\npost.reply.label \r\n\r\npost.reply.url \r\n\r\npost.reply.withquote.url \r\n\r\npost.edit.label \r\n\r\npost.edit.url \r\n\r\npost.delete.url \r\n\r\npost.delete.label \r\n\r\npost.approve.label \r\n\r\npost.approve.url \r\n\r\npost.deny.url \r\n\r\npost.deny.label \r\n\r\npost.full \r\n\r\nforum.title \r\n\r\nforum.description \r\n\r\n\r\n\r\n',1068919407,NULL);
INSERT INTO international VALUES (1058,'WebGUI',1,'Forum Post Template',1066576785,NULL);
INSERT INTO international VALUES (10,'DataForm',4,'De',1065117507,NULL);
INSERT INTO international VALUES (10,'Poll',4,'Poner votos a cero.',1065117377,NULL);
INSERT INTO international VALUES (8,'DataForm',4,'Ancho',1065117141,NULL);
INSERT INTO international VALUES (7,'DataForm',4,'Editar Formulario de Datos',1065117022,NULL);
INSERT INTO international VALUES (6,'DataForm',4,'Modificable',1065116921,NULL);
INSERT INTO international VALUES (4,'DataForm',4,'Oculto',1065116605,NULL);
INSERT INTO international VALUES (18,'Product',4,'Añadir otro accesorio?',1065170806,NULL);
INSERT INTO international VALUES (61,'FAQ',4,'FAQ, Añadir/Editar',1065116170,NULL);
INSERT INTO international VALUES (12,'FAQ',4,'Activar Q/A?',1065170460,NULL);
INSERT INTO international VALUES (72,'FAQ',4,'Pregunta, Añadir/Editar',1065116131,NULL);
INSERT INTO international VALUES (451,'WebGUI',4,'es necesario.',1065116083,NULL);
INSERT INTO international VALUES (450,'WebGUI',4,'Nombre de Trabajo (Nombre de la Compañía)',1065116074,NULL);
INSERT INTO international VALUES (449,'WebGUI',4,'Información miscelánea',1065116055,NULL);
INSERT INTO international VALUES (447,'WebGUI',4,'Gestionar árbol de páginas.',1065116039,NULL);
INSERT INTO international VALUES (446,'WebGUI',4,'Sitio Web de Trabajo',1065116024,NULL);
INSERT INTO international VALUES (448,'WebGUI',4,'Árbol de Páginas',1065116008,NULL);
INSERT INTO international VALUES (519,'WebGUI',4,'No quiero que se me notifique.',1065115994,NULL);
INSERT INTO international VALUES (88,'DataForm',4,'Listado de Plantillas de Formularios de Datos',1065103187,NULL);
INSERT INTO international VALUES (79,'DataForm',4,'Texto Descriptivo',1065103159,NULL);
INSERT INTO international VALUES (77,'DataForm',4,'Etiqueta',1065103124,NULL);
INSERT INTO international VALUES (80,'DataForm',4,'Plantilla de Correo',1065103115,NULL);
INSERT INTO international VALUES (87,'DataForm',4,'Listado de Plantillas',1065103078,NULL);
INSERT INTO international VALUES (82,'DataForm',4,'Plantilla de Formulario de Datos',1065103033,NULL);
INSERT INTO international VALUES (86,'DataForm',4,'Mostrar todas la entradas.',1065103018,NULL);
INSERT INTO international VALUES (84,'DataForm',4,'Exportar delimitado por tabulaciones.',1065102987,NULL);
INSERT INTO international VALUES (81,'DataForm',4,'Plantilla de Agradecimiento',1065102956,NULL);
INSERT INTO international VALUES (85,'DataForm',4,'Una por línea.',1065102933,NULL);
INSERT INTO international VALUES (61,'ExtraColumn',4,'Columna Extra, Añadir/Editar',1065102917,NULL);
INSERT INTO international VALUES (91,'WebGUI',4,'Página Anterior',1065120538,NULL);
INSERT INTO international VALUES (76,'DataForm',4,'Añadir un campo.',1065102752,NULL);
INSERT INTO international VALUES (75,'DataForm',4,'Obligatorio',1065102736,NULL);
INSERT INTO international VALUES (74,'DataForm',4,'Enviar datos por correo?',1065102725,NULL);
INSERT INTO international VALUES (73,'DataForm',4,'Enviar',1065102701,NULL);
INSERT INTO international VALUES (62,'DataForm',4,'Campos del Formulario de Datos, Añadir/Editar',1065102669,NULL);
INSERT INTO international VALUES (61,'DataForm',4,'Formulario de Datos, Añadir/Editar',1065102653,NULL);
INSERT INTO international VALUES (5,'DataForm',4,'Visible',1065102629,NULL);
INSERT INTO international VALUES (3,'DataForm',4,'Gracias por su tiempo!',1065102613,NULL);
INSERT INTO international VALUES (29,'DataForm',4,'es obligatorio',1065102570,NULL);
INSERT INTO international VALUES (28,'DataForm',4,'Texto opcional para el área de texto.',1065211119,NULL);
INSERT INTO international VALUES (27,'DataForm',4,'Alto',1065211078,NULL);
INSERT INTO international VALUES (25,'DataForm',4,'Valor(es) por Defecto',1065211045,NULL);
INSERT INTO international VALUES (24,'DataForm',4,'Valores Posibles',1065211014,NULL);
INSERT INTO international VALUES (23,'DataForm',4,'Tipo',1065210986,NULL);
INSERT INTO international VALUES (22,'DataForm',4,'Estado',1065210964,NULL);
INSERT INTO international VALUES (21,'DataForm',4,'Nombre del Campo',1065102475,NULL);
INSERT INTO international VALUES (20,'DataForm',4,'Editar Campo',1065102467,NULL);
INSERT INTO international VALUES (2,'DataForm',4,'Ponga aquí el asunto de su correo',1065102458,NULL);
INSERT INTO international VALUES (19,'DataForm',4,'Está seguro de que quiere borrar este campo?',1065102430,NULL);
INSERT INTO international VALUES (18,'DataForm',4,'Volver!',1065170821,NULL);
INSERT INTO international VALUES (17,'DataForm',4,'Correo Enviado',1065102399,NULL);
INSERT INTO international VALUES (16,'DataForm',4,'Reconocimiento',1065170737,NULL);
INSERT INTO international VALUES (11,'DataForm',4,'Para',1065170342,NULL);
INSERT INTO international VALUES (14,'DataForm',4,'Asunto',1065170686,NULL);
INSERT INTO international VALUES (13,'DataForm',4,'Bcc',1065170591,NULL);
INSERT INTO international VALUES (12,'DataForm',4,'Cc',1065170473,NULL);
INSERT INTO international VALUES (1,'DataForm',4,'Formulario de Datos',1065102222,NULL);
INSERT INTO international VALUES (89,'EventsCalendar',4,'Mostrar 3 meses desde el inicio.',1065012337,NULL);
INSERT INTO international VALUES (86,'EventsCalendar',4,'Mostrar 12 meses desde en inicio.',1065012329,NULL);
INSERT INTO international VALUES (93,'EventsCalendar',4,'Evento Siguiente',1065120505,NULL);
INSERT INTO international VALUES (91,'EventsCalendar',4,'Añadir un nuevo evento.',1065120551,NULL);
INSERT INTO international VALUES (92,'EventsCalendar',4,'Evento Anterior',1065120528,NULL);
INSERT INTO international VALUES (90,'EventsCalendar',4,'Mes por Defecto',1065120561,NULL);
INSERT INTO international VALUES (88,'EventsCalendar',4,'Mostrar 6 meses desde en inicio.',1065011939,NULL);
INSERT INTO international VALUES (87,'EventsCalendar',4,'Mostrar 9 meses desde el inicio.',1065011904,NULL);
INSERT INTO international VALUES (85,'EventsCalendar',4,'Último en el calendario.',1065011872,NULL);
INSERT INTO international VALUES (84,'EventsCalendar',4,'Ultimo Mes',1065011858,NULL);
INSERT INTO international VALUES (83,'EventsCalendar',4,'Primero en el calendario.',1065011830,NULL);
INSERT INTO international VALUES (82,'EventsCalendar',4,'Actual.',1065011816,NULL);
INSERT INTO international VALUES (81,'EventsCalendar',4,'Mes de Inicio',1065011807,NULL);
INSERT INTO international VALUES (73,'Poll',4,'Plantilla de Encuesta',1065004103,NULL);
INSERT INTO international VALUES (72,'Poll',4,'¿Mezclar respuestas?',1065004069,NULL);
INSERT INTO international VALUES (61,'Poll',4,'Encuesta, Añadir/Editar',1065003958,NULL);
INSERT INTO international VALUES (20,'Poll',4,'Karma Por Voto',1065170873,NULL);
INSERT INTO international VALUES (12,'Poll',4,'Votos Totales',1065170443,NULL);
INSERT INTO international VALUES (11,'Poll',4,'Vota!',1065170321,NULL);
INSERT INTO international VALUES (840,'WebGUI',2,'Diese Makros werden verwendet um programmierähnliche Funktionalität einzubauen. Sie sind mächtig, wenn Sie sachgemäss benutzt werden und schädlich/gefährlich, wenn sie unachtsam verwendet werden. Seien Sie also vorsichtig, beim Verwenden dieser Makros. \r\n Beachte: Diese Makros sind in WebGUI enthalten, um die vielseitige Funktionalität zu demonstrieren. Damit können einfache Web-Applikationen erstellt werden. Standardmässig sind diese Makros deaktiviert, um die Sicherheit Ihrer Seite und des Servers zu gewährleisten. Sie können nur vom Administrator aktiviert werden. \r\n\r\n^D; oder ^D(); - Datum\r\n %%\r\n\r\n%\r\n\r\n ^Env();\r\n ^Execute();\r\n ^FormParam();\r\n ^If();\r\n Beispiele:\r\n Zeigt eine Nachricht an Leute in Ihrem Subnet an (192.168.1.*):\r\n^If(\'^Env("REMOTE_ADDR");\' =~ /^192.168.1/,"Hi co-worker","Hi Stranger"); \r\n\r\n Zeigt eine Nachricht an Windows-Benutzer:\r\n^If(\'^Env("HTTP_USER_AGENT");\' =~ /windows/i,"Hey... Linux is free !"); \r\n\r\n Zeigt eine Nachricht an Benutzer hinter einem Proxy-Server an:\r\n^If(\'^Env("HTTP_VIA");\' ne "", You\'re behind a proxy !, Proxy-free is the best...); \r\n\r\n Zeigt Guten Morgen/Guten Tag/Guten Abend an:\r\n^If(^D("%J");<=12,Guten Morgen,^If(^D("%J");<=18,Guten Tag, Guten Abend);); \r\n\r\n ^Include();\r\n ^International();\r\n \r\n\r\n^Quote();\r\n ^Page();\r\n ^SQL();\r\n \r\n\r\nBeispiele: \r\n\r\n ^SQL("select count(*) from users","Es sind ^0; Benutzer registriert."); \r\n\r\n ^SQL("select userId,username from users order by username","<a \r\nhref=\'^/;?op=viewProfile&uid=^0;\'>^1;</a><br>"); ^URLEncode();\r\n ^User();\r\n ^*; oder ^*(); - Zufallszahl\r\n ^-; ^0; ^1; ^2; ^3; etc.\r\n De følgende feltene utgjør en database link.\r\n Tittel DSN Example: DBI:mysql:WebGUI:localhost \r\n Here are some examples for other databases. Database Bruker Database Passord notify.subscription.message NOTE: The notification template also includes all the variables from \r\nthe post template. callback.url callback.label user.canpost user.isVisitor user.isModerator user.isSubscribed thread.layout.nested.label thread.layout.nested.url thread.layout.flat.url thread.layout.flat.label thread.layout.threaded.label thread.layout.threaded.url thread.layout.isThreaded thread.layout.isNested thread.layout.isFlat thread.subscribe.url thread.subscribe.label thread.unsubscribe.url thread.unsubscribe.label thread.isSticky thread.stick.url thread.stick.label thread.unstick.url thread.unstick.label thread.isLocked thread.lock.url thread.lock.label thread.unlock.url thread.unlock.label post_loop \r\n \r\n post.indent.depth post.isCurrent NOTE: All of the variables from the post template are also available \r\nhere. thread.subject.label thread.date.label thread.user.label thread.new.url thread.new.label thread.previous.url thread.previous.label thread.next.url thread.next.label thread.list.url A url to take the user back to the thread list (aka \r\nthe forum). \r\n thread.list.label callback.url callback.label post.subject.label post.subject post.message user.canPost post.date.value post.date.epoch post.time.value post.date.label post.rating.value post.rating.label post.views.value post.views.label post.status.value post.status.label post.isLocked post.isModerator post.canEdit post.user.isVisitor post.user.id post.user.name post.user.profile post.url post.id post.rate.label post.rate.url.1 post.rate.url.2 post.rate.url.3 post.rate.url.4 post.rate.url.5 post.hasRated post.reply.label post.reply.url post.reply.withquote.url post.edit.label post.edit.url post.delete.url post.delete.label post.approve.label post.approve.url post.deny.url post.deny.label post.full callback.url callback.label user.isVisitor thread.new.url thread.new.label forum.search.label forum.search.url forum.subscribe.label forum.subscribe.url forum.unsubscribe.label forum.unsubscribe.url user.isSubscribed user.isModerator user.canPost thread.sortby.date.url thread.sortby.lastreply.url thread.sortby.views.url thread.sortby.replies.url thread.sortby.rating.url thread.subject.label thread.date.label thread.user.label thread.views.label thread.replies.label thread.rating.label thread.last.label firstpage lastpage nextpage pagelist previouspage multiplepages numberOfPages pageNumber thread_loop \r\n thread.replies thread.rating thread.rating_loop \r\n thread.isLocked thread.root.subject thread.root.url thread.root.epoch thread.root.date thread.root.time thread.root.user.id thread.root.user.name thread.root.user.profile thread.root.user.isVisitor thread.root.status thread.last.subject thread.last.url thread.last.epoch thread.last.date thread.last.time thread.last.user.profile thread.last.user.id thread.last.user.name thread.last.user.isVisitor thread.last.status Forums (aka Discussions) have many settable properties. The following is a \r\ncomprehensive list: \r\n Forum Template Thread Template Post Template Search Template Post Form Template Notification Template Archive After Edit Timeout NOTE: Don\'t set this limit too high. One of the great things about \r\ndiscussions is that they are an accurate record of who said what. If you allow \r\nediting for a long time, then a user has a chance to go back and change his/her \r\nmind a long time after the original statement was made. \r\n Add edit stamp to posts? Allow rich edit? Allow replacements? Filter Post Posts Per Page Who can post? Moderate posts? Who can moderate? En Meldingstavle kan inneholde et eller flere Forum. De følgende \r\ninnstillinger er koplet til hvert forum. Tittel Beskrivelse Merk: Alle innstillinger for forum gjelder også. Se egen \r\nhjelpeside for dette. \r\n Copyright © 2001 Yahoo! Inc. All rights reserved. \r\n \n
\r\nSelect a template for this content.',1059229502,NULL);
INSERT INTO international VALUES (61,'SyndicatedContent',15,'Syndicated Content, Add/Edit',1059229446,NULL);
INSERT INTO international VALUES (4,'SyndicatedContent',15,'Edit Syndicated Content',1059229430,NULL);
INSERT INTO international VALUES (2,'SyndicatedContent',15,'Syndicated Content',1059229416,NULL);
INSERT INTO international VALUES (1,'SyndicatedContent',15,'URL za RSS datoteku',1059229408,NULL);
INSERT INTO international VALUES (71,'Survey',15,'Grade Book',1059229393,NULL);
INSERT INTO international VALUES (68,'Survey',15,'View reports and exports.',1059229381,NULL);
INSERT INTO international VALUES (65,'Survey',15,'Export composite summary.',1059229347,NULL);
INSERT INTO international VALUES (64,'Survey',15,' \r\nEnglish Export responses. \r\n',1059229336,NULL);
INSERT INTO international VALUES (63,'Survey',15,'Export questions.',1059229327,NULL);
INSERT INTO international VALUES (62,'Survey',15,'Export answers.',1059229315,NULL);
INSERT INTO international VALUES (61,'Survey',15,'View grade book.',1059229308,NULL);
INSERT INTO international VALUES (4,'Survey',15,'Surveys allow you to gather information from your users. In the case of WebGUI surveys, you can also use them to test your user\'s knowledge. \r\nQuestion Order\r\nThe order the questions will be asked. Sequential displays the questions in the order you create them. Random displays the questions randomly. Response driven displays the questions in order based on the responses of the users. \r\n\r\nMode\r\nBy default the Survey is in survey mode. This allows it to ask questions of your users. However, if you switch to Quiz mode, you can have a self-correcting test of your user\'s knowledge. \r\n\r\nWho can take the survey?\r\nWhich users can participate in the survey? \r\n\r\nWho can view reports?\r\nWho can view the results of the survey? \r\n\r\nWhat next?\r\nIf you leave this set at its default, then you will add a question directly after adding the survey. \r\n',1059229284,NULL);
INSERT INTO international VALUES (73,'SiteMap',15,'This is the list of template variables available for site map templates. \r\npage_loop\r\nThis loop contains all of the pages in the site map. \r\n\r\npage.indent\r\nThe indent spacer for this page indicating the depth of the page in the tree. \r\npage.url\r\nThe URL to the page. \r\n\r\npage.id\r\nThe unique identifier for this page that WebGUI uses internally. \r\n\r\npage.title\r\nThe title of this page. \r\n\r\npage.menutitle\r\nThe title of this page that appears in navigation. \r\n\r\npage.synopsis\r\nThe description of the contents of this page (if any). \r\n\r\npage.isRoot\r\nA condition indicating whether or not this page is a root. \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',1059229273,NULL);
INSERT INTO international VALUES (71,'SiteMap',15,'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\nTemplate\r\nChoose a layout for this site map. \r\nStart With\r\nSelect the page that this site map should start from. \r\n\r\nDepth To Traverse\r\nHow many levels deep of navigation should the Site Map show? If 0 (zero) is specified, it will show as many levels as there are. \r\n\r\nIndent How many characters should indent each level? \r\n',1059229255,NULL);
INSERT INTO international VALUES (71,'SQLReport',15,'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\nPreprocess macros on query?\r\nIf you\'re using WebGUI macros in your query you\'ll want to check this box. \r\n\r\nDebug?\r\nIf you want to display debugging and error messages on the page, check this box. \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\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\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\nDatabase Link\r\nThe administrator can configure common databases on which you can run SQL Reports, freeing you from having to know or enter the DSN, Username, and Password. If a database is selected from this list, the DSN, User, and Password fields will be ignored.\r\n\r\nIf the database you need to use is not configured as a Database Link, you can\n enter the DSN, User, and Password. \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\nExample: DBI:mysql:WebGUI:localhost \r\n\r\nDatabase User The username you use to connect to the DSN. \r\n\r\nDatabase Password The password you use to connect to the DSN. \r\n\r\nPaginate After How 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\nConvert carriage returns? Do you wish to convert the carriage returns in the resultant data to HTML breaks (
). \r\n',1059229235,NULL);
INSERT INTO international VALUES (367,'WebGUI',15,'Expire Offset',1059229222,NULL);
INSERT INTO international VALUES (366,'WebGUI',15,'Nije pronaðena nijedna stranica èiji bi sadr¾aj odgovarao va¹em upitu.',1059229209,NULL);
INSERT INTO international VALUES (365,'WebGUI',15,'Rezultati pretra¾ivanja...',1059229181,NULL);
INSERT INTO international VALUES (364,'WebGUI',15,'Tra¾i',1059229163,NULL);
INSERT INTO international VALUES (363,'WebGUI',15,'Polo¾aj predlo¹ka',1059229088,NULL);
INSERT INTO international VALUES (362,'WebGUI',15,'jedan do drugog',1059229043,NULL);
INSERT INTO international VALUES (361,'WebGUI',15,'Tri nad jednim',1059228965,NULL);
INSERT INTO international VALUES (360,'WebGUI',15,'Jedan iznad tri',1059228933,NULL);
INSERT INTO international VALUES (36,'WebGUI',15,'Za izvoðenje ove funkcije morate imati administratorske ovlasti. Molimo kontaktirajte administratora.',1059228916,NULL);
INSERT INTO international VALUES (359,'WebGUI',15,'Desni stupac',1059228873,NULL);
INSERT INTO international VALUES (358,'WebGUI',15,'Lijevi stupac',1059228845,NULL);
INSERT INTO international VALUES (357,'WebGUI',15,'Novosti',1059228833,NULL);
INSERT INTO international VALUES (356,'WebGUI',15,'Predlo¾ak',1059228797,NULL);
INSERT INTO international VALUES (355,'WebGUI',15,'Pretpostavljena vrijednost',1059228774,NULL);
INSERT INTO international VALUES (354,'WebGUI',15,'Pregledaj dolazni spremnik.',1059228749,NULL);
INSERT INTO international VALUES (353,'WebGUI',15,'Trenutno u dolaznom spremniku nema poruka.',1059228734,NULL);
INSERT INTO international VALUES (352,'WebGUI',15,'Datum upisa',1059228704,NULL);
INSERT INTO international VALUES (351,'WebGUI',15,'Poruka',1059228674,NULL);
INSERT INTO international VALUES (350,'WebGUI',15,'Obavljeno',1059228663,NULL);
INSERT INTO international VALUES (35,'WebGUI',15,'Administrativne funkcije',1059228642,NULL);
INSERT INTO international VALUES (349,'WebGUI',15,'Raspolo¾iva je najnovija inaèica',1059228617,NULL);
INSERT INTO international VALUES (348,'WebGUI',15,'Ime',1059228579,NULL);
INSERT INTO international VALUES (347,'WebGUI',15,'Pregledaj profil ',1059228544,NULL);
INSERT INTO international VALUES (346,'WebGUI',15,'Korisnik vi¹e nije èlan na ovom sjedi¹tu. O njemu vi¹e nema informacija.',1059228527,NULL);
INSERT INTO international VALUES (345,'WebGUI',15,'Nije èlan',1059228487,NULL);
INSERT INTO international VALUES (343,'WebGUI',15,'Pregledaj profil.',1059228475,NULL);
INSERT INTO international VALUES (342,'WebGUI',15,'Uredi informacije o korisnièkom raèunu.',1059228444,NULL);
INSERT INTO international VALUES (341,'WebGUI',15,'Uredi profil.',1059228414,NULL);
INSERT INTO international VALUES (340,'WebGUI',15,'®ena',1059228393,NULL);
INSERT INTO international VALUES (34,'WebGUI',15,'postavi datum',1059228376,NULL);
INSERT INTO international VALUES (339,'WebGUI',15,'Mu¹karac',1059228352,NULL);
INSERT INTO international VALUES (338,'WebGUI',15,'Uredi profil',1059228322,NULL);
INSERT INTO international VALUES (337,'WebGUI',15,'URL',1059228308,NULL);
INSERT INTO international VALUES (336,'WebGUI',15,'Datum roðenja',1059228276,NULL);
INSERT INTO international VALUES (335,'WebGUI',15,'Spol',1059228220,NULL);
INSERT INTO international VALUES (334,'WebGUI',15,'Telefon na poslu',1059228192,NULL);
INSERT INTO international VALUES (333,'WebGUI',15,'Dr¾ava (posao)',1059228172,NULL);
INSERT INTO international VALUES (332,'WebGUI',15,'Po¹tanski broj (posao)',1059228154,NULL);
INSERT INTO international VALUES (331,'WebGUI',15,'Dr¾ava',1059228132,NULL);
INSERT INTO international VALUES (330,'WebGUI',15,'Mjesto posla',1059228106,NULL);
INSERT INTO international VALUES (33,'WebGUI',15,'Subota',1059228073,NULL);
INSERT INTO international VALUES (329,'WebGUI',15,'Adresa na poslu',1059228050,NULL);
INSERT INTO international VALUES (328,'WebGUI',15,'Telefon',1059228036,NULL);
INSERT INTO international VALUES (327,'WebGUI',15,'Dr¾ava',1059228004,NULL);
INSERT INTO international VALUES (326,'WebGUI',15,'Po¹tanski broj',1059227988,NULL);
INSERT INTO international VALUES (325,'WebGUI',15,'Dr¾ava',1059227970,NULL);
INSERT INTO international VALUES (324,'WebGUI',15,'Grad',1059227957,NULL);
INSERT INTO international VALUES (323,'WebGUI',15,'Kuæna adresa',1059227928,NULL);
INSERT INTO international VALUES (322,'WebGUI',15,'Pager',1059227917,NULL);
INSERT INTO international VALUES (321,'WebGUI',15,'GSM telefon',1059227907,NULL);
INSERT INTO international VALUES (320,'WebGUI',15,'Yahoo! Messenger Id',1059227861,NULL);
INSERT INTO international VALUES (32,'WebGUI',15,'Petak',1059227810,NULL);
INSERT INTO international VALUES (319,'WebGUI',15,'MSN Messenger Id',1059227796,NULL);
INSERT INTO international VALUES (318,'WebGUI',15,'AIM Id',1059227772,NULL);
INSERT INTO international VALUES (317,'WebGUI',15,'ICQ UIN',1059227743,NULL);
INSERT INTO international VALUES (316,'WebGUI',15,'Prezime',1059227689,NULL);
INSERT INTO international VALUES (315,'WebGUI',15,'Srednje ime',1059227679,NULL);
INSERT INTO international VALUES (314,'WebGUI',15,'Ime',1059227667,NULL);
INSERT INTO international VALUES (313,'WebGUI',15,'Dozvoli ispis ostalih informacija?',1059227646,NULL);
INSERT INTO international VALUES (312,'WebGUI',15,'Dozvoli ispis poslovnih informacija?',1059227616,NULL);
INSERT INTO international VALUES (311,'WebGUI',15,'Dozvoli ispis informacija o adresi?',1059227599,NULL);
INSERT INTO international VALUES (310,'WebGUI',15,'Dozvoli ispis dodatnih kontakt informacija?',1059227550,NULL);
INSERT INTO international VALUES (31,'WebGUI',15,'Èetvrtak',1059227521,NULL);
INSERT INTO international VALUES (309,'WebGUI',15,'Dozvoli ispis stvarnog imena?',1059227508,NULL);
INSERT INTO international VALUES (308,'WebGUI',15,'Uredi postavke profila',1059227487,NULL);
INSERT INTO international VALUES (307,'WebGUI',15,'Treba li korisiti pretpostavljene meta tagove?',1059227429,NULL);
INSERT INTO international VALUES (304,'WebGUI',15,'Jezik',1059227404,NULL);
INSERT INTO international VALUES (30,'WebGUI',15,'Srijeda',1059227380,NULL);
INSERT INTO international VALUES (3,'WebGUI',15,'Paste s clipboarda...',1059227351,NULL);
INSERT INTO international VALUES (29,'WebGUI',15,'Utorak',1059227330,NULL);
INSERT INTO international VALUES (28,'WebGUI',15,'Ponedjeljak',1059227320,NULL);
INSERT INTO international VALUES (27,'WebGUI',15,'Nedjelja',1059227282,NULL);
INSERT INTO international VALUES (26,'WebGUI',15,'Prosinac',1059227270,NULL);
INSERT INTO international VALUES (25,'WebGUI',15,'Studeni',1059227259,NULL);
INSERT INTO international VALUES (245,'WebGUI',15,'Datum',1059227228,NULL);
INSERT INTO international VALUES (244,'WebGUI',15,'Autor',1059227209,NULL);
INSERT INTO international VALUES (240,'WebGUI',15,'Oznaka poruke:',1059227192,NULL);
INSERT INTO international VALUES (24,'WebGUI',15,'Listopad',1059227170,NULL);
INSERT INTO international VALUES (233,'WebGUI',15,'(eom)',1059227093,NULL);
INSERT INTO international VALUES (232,'WebGUI',15,'bez naslova',1059227079,NULL);
INSERT INTO international VALUES (231,'WebGUI',15,'©aljem novu poruku...',1059227054,NULL);
INSERT INTO international VALUES (230,'WebGUI',15,'Poruka',1059227034,NULL);
INSERT INTO international VALUES (23,'WebGUI',15,'Rujan',1059227023,NULL);
INSERT INTO international VALUES (229,'WebGUI',15,'Naslov',1059227006,NULL);
INSERT INTO international VALUES (22,'WebGUI',15,'Kolovoz',1059226968,NULL);
INSERT INTO international VALUES (21,'WebGUI',15,'Srpanj',1059226946,NULL);
INSERT INTO international VALUES (20,'WebGUI',15,'Lipanj',1059226929,NULL);
INSERT INTO international VALUES (2,'WebGUI',15,'Stranica',1059226918,NULL);
INSERT INTO international VALUES (19,'WebGUI',15,'Svibanj',1059226899,NULL);
INSERT INTO international VALUES (18,'WebGUI',15,'Travanj',1059226888,NULL);
INSERT INTO international VALUES (175,'WebGUI',15,'Obradi makro naredbe?',1059226877,NULL);
INSERT INTO international VALUES (174,'WebGUI',15,'Prika¾i naslov?',1059226833,NULL);
INSERT INTO international VALUES (171,'WebGUI',15,'rich edit',1059226817,NULL);
INSERT INTO international VALUES (170,'WebGUI',15,'tra¾i',1059226802,NULL);
INSERT INTO international VALUES (17,'WebGUI',15,'O¾ujak',1059226779,NULL);
INSERT INTO international VALUES (169,'WebGUI',15,'Dodaj novog korisnika.',1059226761,NULL);
INSERT INTO international VALUES (168,'WebGUI',15,'Uredi korisnika',1059226736,NULL);
INSERT INTO international VALUES (167,'WebGUI',15,'®elite li doista obrisati ovog korisnika? Pazite, sve informacije o korisniku bit æe trajno izgubljene ukoliko nastavite.',1059226722,NULL);
INSERT INTO international VALUES (164,'WebGUI',15,'Naèin autentifikacije',1059226661,NULL);
INSERT INTO international VALUES (163,'WebGUI',15,'Dodaj korisnika',1059226647,NULL);
INSERT INTO international VALUES (162,'WebGUI',15,'®elite li doista obrisati sve stranice i wobjekte u smeæe?',1059226594,NULL);
INSERT INTO international VALUES (161,'WebGUI',15,'Poslao',1059226574,NULL);
INSERT INTO international VALUES (160,'WebGUI',15,'Datum slanja',1059226510,NULL);
INSERT INTO international VALUES (159,'WebGUI',15,'Ulazni spremnik',1059226469,NULL);
INSERT INTO international VALUES (155,'WebGUI',15,'®elite li doista obrisati ovaj stil i sve stranice koje ga koriste prebaciti na \"Fail Safe\" stil?',1059226410,NULL);
INSERT INTO international VALUES (157,'WebGUI',15,'Stilovi',1059226367,NULL);
INSERT INTO international VALUES (156,'WebGUI',15,'Uredi stil',1059226356,NULL);
INSERT INTO international VALUES (154,'WebGUI',15,'Stilski predlo¾ak',1059226326,NULL);
INSERT INTO international VALUES (151,'WebGUI',15,'Naziv stila',1059226304,NULL);
INSERT INTO international VALUES (149,'WebGUI',15,'Korisnici',1059226263,NULL);
INSERT INTO international VALUES (148,'WebGUI',15,'Wobjects',1059226246,NULL);
INSERT INTO international VALUES (147,'WebGUI',15,'Stranice',1059226230,NULL);
INSERT INTO international VALUES (146,'WebGUI',15,'Aktivne sesije',1059226210,NULL);
INSERT INTO international VALUES (145,'WebGUI',15,'Verzija WebGUI-ja',1059226198,NULL);
INSERT INTO international VALUES (144,'WebGUI',15,'Pregled statistike',1059226185,NULL);
INSERT INTO international VALUES (143,'WebGUI',15,'Upravljanje postavkama',1059226153,NULL);
INSERT INTO international VALUES (142,'WebGUI',15,'Timeout sesije',1059226136,NULL);
INSERT INTO international VALUES (141,'WebGUI',15,'Stranica nije pronaðena',1059226062,NULL);
INSERT INTO international VALUES (140,'WebGUI',15,'Uredi ostale postavke',1059226042,NULL);
INSERT INTO international VALUES (139,'WebGUI',15,'Ne',1059226007,NULL);
INSERT INTO international VALUES (138,'WebGUI',15,'Da',1059225993,NULL);
INSERT INTO international VALUES (135,'WebGUI',15,'Mail poslu¾itelj',1059225965,NULL);
INSERT INTO international VALUES (134,'WebGUI',15,'Poruka za spa¹avanje lozinke',1059225925,NULL);
INSERT INTO international VALUES (133,'WebGUI',15,'Uredi postavke slanja poruka',1059225874,NULL);
INSERT INTO international VALUES (130,'WebGUI',15,'Maksimalna velièina privitka',1059225851,NULL);
INSERT INTO international VALUES (127,'WebGUI',15,'URL tvrtke',1059225827,NULL);
INSERT INTO international VALUES (126,'WebGUI',15,'Poslovna e-mail adresa:',1059225804,NULL);
INSERT INTO international VALUES (125,'WebGUI',15,'Naziv tvrtke',1059225767,NULL);
INSERT INTO international VALUES (124,'WebGUI',15,'Uredi informacije o tvrtki',1059225745,NULL);
INSERT INTO international VALUES (119,'WebGUI',15,'Naèin autentifikacije (pretpostavljena vrijednost)',1059225720,NULL);
INSERT INTO international VALUES (118,'WebGUI',15,'Anonimna registracija',1059225689,NULL);
INSERT INTO international VALUES (117,'WebGUI',15,'Ureðivanje postavki korisnika',1059225675,NULL);
INSERT INTO international VALUES (116,'WebGUI',15,'Odaberite \"Da\" za promjenu prava pristupa svim stranicama ispod ove razine.',1059225617,NULL);
INSERT INTO international VALUES (108,'WebGUI',15,'Vlasnik',1059225547,NULL);
INSERT INTO international VALUES (107,'WebGUI',15,'Prava',1059225536,NULL);
INSERT INTO international VALUES (106,'WebGUI',15,'Odaberite \"Da\" kako bi svim stranicama ispod ove razine dodijelili ovaj stil.',1059225481,NULL);
INSERT INTO international VALUES (105,'WebGUI',15,'Raspored elemenata',1059225426,NULL);
INSERT INTO international VALUES (104,'WebGUI',15,'URL stranice',1059225351,NULL);
INSERT INTO international VALUES (103,'WebGUI',15,'Svojstva stranice',1059225329,NULL);
INSERT INTO international VALUES (102,'WebGUI',15,'Uredi stranicu',1059225317,NULL);
INSERT INTO international VALUES (1003,'WebGUI',15,'Treba li omoguæiti wobject privilegije?',1059225277,NULL);
INSERT INTO international VALUES (1002,'WebGUI',15,'When you delete a database link, all SQL Reports using that link will stop working. A list of all affected reports is shown on the confirmation screen. \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',1059225238,NULL);
INSERT INTO international VALUES (1000,'WebGUI',15,'Database Links enable a WebGUI administrator to add commonly used databases for use in SQL Reports. This frees the SQL Report author from having to know or enter a DSN, user, or password.\r\n\r\nBe aware that any database links you create here will be available to all content authors. While they will not be able to see the database connection info, they will be able to execute any select, show, or describe commands on the database. ',1059225213,NULL);
INSERT INTO international VALUES (1001,'WebGUI',15,'The following fields make up a Database Link. \r\n\r\nTitle\r\nA title for the database link. \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\nExample: DBI:mysql:WebGUI:localhost \r\n\r\nHere are some examples for other databases.\r\nOracle: \r\n\r\nDBI:Oracle:SID\r\nDBD::Oracle must be installed.\r\nYou must be using mod_perl and configure PerlSetEnv ORACLE_HOME /home/oracle/product/8.1.7 in httpd.conf. Without setting ORACLE_HOME, you can connect using DBI:Oracle:host=myhost.com;sid=SID \r\nPostgreSQL: \r\nDBI:PgPP:dbname=DBNAME[;host=hOST]\r\nDBD::PgPP must be installed. \r\nSybase: \r\nDBI:Sybase:[server=SERVERNAME][database=DATABASE]\r\nDBD::Sybase must be installed.\r\nYou must be using mod_perl and configure PerlSetEnv SYBA\n SE /opt/sybase/11.0.2 in httpd.conf. \r\nDatabase User\r\nThe username you use to connect to the DSN. \r\n\r\nDatabase Password\r\nThe password you use to connect to the DSN. \r\n',1059225198,NULL);
INSERT INTO international VALUES (101,'WebGUI',15,'®elite li doista obrisati ovu stranicu, njen sadr¾aj i sve stavke u hijerarhiji ispod?',1059225146,NULL);
INSERT INTO international VALUES (100,'WebGUI',15,'Meta tagovi',1059225071,NULL);
INSERT INTO international VALUES (16,'WebGUI',15,'Veljaèa',1059216937,NULL);
INSERT INTO international VALUES (15,'WebGUI',15,'Sijeèanj',1059216840,NULL);
INSERT INTO international VALUES (14,'WebGUI',15,'Pregledaj neobraðene prijave.',1059216822,NULL);
INSERT INTO international VALUES (12,'WebGUI',15,'Iskljuèi admina.',1059216795,NULL);
INSERT INTO international VALUES (11,'WebGUI',15,'Isprazni smeæe.',1059216775,NULL);
INSERT INTO international VALUES (10,'WebGUI',15,'Upravljanje smeæem :)',1059216761,NULL);
INSERT INTO international VALUES (13,'WebGUI',15,'Pregledaj indeks pomoæi.',1059216743,NULL);
INSERT INTO international VALUES (66,'Survey',15,'Odgovori',1059216714,NULL);
INSERT INTO international VALUES (67,'Survey',15,'Korisnik',1059216705,NULL);
INSERT INTO international VALUES (7,'Survey',15,'Upravljan odgovorima',1059216690,NULL);
INSERT INTO international VALUES (70,'Survey',15,'Pojedinaèni odgovori',1059216679,NULL);
INSERT INTO international VALUES (72,'Survey',15,'Jeste li sigurni da ¾elite obrisati odgovore ovog korisnika?',1059216662,NULL);
INSERT INTO international VALUES (73,'Survey',15,'Obri¹i sve odgovore korisnika.',1059216637,NULL);
INSERT INTO international VALUES (74,'Survey',15,'Jeste li sigurni da ¾elite obrisati sve odgovore?',1059216624,NULL);
INSERT INTO international VALUES (75,'Survey',15,'Uredi ovo pitanje.',1059216604,NULL);
INSERT INTO international VALUES (76,'Survey',15,'Poèetno vrijeme',1059216594,NULL);
INSERT INTO international VALUES (77,'Survey',15,'Zavr¹no vrijeme',1059216581,NULL);
INSERT INTO international VALUES (78,'Survey',15,'Ukupno vrijeme',1059216571,NULL);
INSERT INTO international VALUES (79,'Survey',15,'minuta',1059216561,NULL);
INSERT INTO international VALUES (80,'Survey',15,'sekundi',1059216552,NULL);
INSERT INTO international VALUES (9,'Survey',15,'Istra¾ivanje',1059216543,NULL);
INSERT INTO international VALUES (8,'Survey',15,'Poredak pitanja',1059216527,NULL);
INSERT INTO international VALUES (69,'Survey',15,'Obri¹i odgovore korisnika.',1059216500,NULL);
INSERT INTO international VALUES (60,'Survey',15,'Nazad na istra¾ivanje.',1059216478,NULL);
INSERT INTO international VALUES (6,'Survey',15,'Sluèajno',1059216467,NULL);
INSERT INTO international VALUES (59,'Survey',15,'Pregledaj statistiku.',1059216456,NULL);
INSERT INTO international VALUES (58,'Survey',15,'Pregled statistike',1059216440,NULL);
INSERT INTO international VALUES (57,'Survey',15,'Komentari',1059216429,NULL);
INSERT INTO international VALUES (56,'Survey',15,'Pregledaj komentare.',1059216420,NULL);
INSERT INTO international VALUES (55,'Survey',15,'Pregledaj odgovore.',1059216410,NULL);
INSERT INTO international VALUES (54,'Survey',15,'Postotak',1059216395,NULL);
INSERT INTO international VALUES (53,'Survey',15,'Odgovori',1059216386,NULL);
INSERT INTO international VALUES (52,'Survey',15,'Rezultat',1059216375,NULL);
INSERT INTO international VALUES (51,'Survey',15,'Komentari?',1059216366,NULL);
INSERT INTO international VALUES (50,'Survey',15,'Sljedeæi',1059216355,NULL);
INSERT INTO international VALUES (5,'Survey',15,'Sekvencijalno',1059216221,NULL);
INSERT INTO international VALUES (49,'Survey',15,'Trenutno ne mo¾ete pristupiti kvizu.',1059216210,NULL);
INSERT INTO international VALUES (48,'Survey',15,'Trenutno nemate dozvole za pristup istra¾ivanju.',1059216194,NULL);
INSERT INTO international VALUES (47,'Survey',15,'Zavr¹ili ste ispunjavanje kviza.',1059216171,NULL);
INSERT INTO international VALUES (46,'Survey',15,'Hvala na vremenu koje ste odvojili.',1059216153,NULL);
INSERT INTO international VALUES (45,'Survey',15,'Jeste li sigurni da ¾elite obrisati sve odgovore?',1059216136,NULL);
INSERT INTO international VALUES (44,'Survey',15,'Jeste li sigurni da ¾elite obrisati ovo pitanje i sve odgovore?',1059216120,NULL);
INSERT INTO international VALUES (43,'Survey',15,'Nikad',1059216088,NULL);
INSERT INTO international VALUES (42,'Survey',15,'Povremeno',1059216067,NULL);
INSERT INTO international VALUES (41,'Survey',15,'Èesto',1059216057,NULL);
INSERT INTO international VALUES (40,'Survey',15,'Uvijek',1059216047,NULL);
INSERT INTO international VALUES (39,'Survey',15,'Nije primjenjivo',1059216034,NULL);
INSERT INTO international VALUES (38,'Survey',15,'Izrazito se ne sla¾em',1059216024,NULL);
INSERT INTO international VALUES (37,'Survey',15,'Ne sla¾em se',1059216010,NULL);
INSERT INTO international VALUES (35,'Survey',15,'Donekle se sla¾em',1059216001,NULL);
INSERT INTO international VALUES (36,'Survey',15,'Donekle se ne sla¾em',1059215992,NULL);
INSERT INTO international VALUES (34,'Survey',15,'Sla¾em se',1059215976,NULL);
INSERT INTO international VALUES (33,'Survey',15,'Vrlo se sla¾em',1059215966,NULL);
INSERT INTO international VALUES (32,'Survey',15,'Netoèno',1059215942,NULL);
INSERT INTO international VALUES (31,'Survey',15,'Toèno',1059215933,NULL);
INSERT INTO international VALUES (30,'Survey',15,'Dodaj novo pitanje.',1059215923,NULL);
INSERT INTO international VALUES (3,'Survey',15,'Istra¾ivanje, Dodaj/uredi',1059215914,NULL);
INSERT INTO international VALUES (29,'Survey',15,'Dodaj tekstualni odgovor.',1059215899,NULL);
INSERT INTO international VALUES (28,'Survey',15,'Dodaj pitanje.',1059215886,NULL);
INSERT INTO international VALUES (27,'Survey',15,'Dodaj skalu slaganaj (sla¾em se/ne sla¾em se).',1059215876,NULL);
INSERT INTO international VALUES (26,'Survey',15,'Dodaj skalu frekvencija za odgovore (uvijek/nikad).',1059215854,NULL);
INSERT INTO international VALUES (25,'Survey',15,'Dodaj odgovor tipa toèno/netoèno.',1059215826,NULL);
INSERT INTO international VALUES (24,'Survey',15,'Dodaj odgovor s vi¹estrukom moguæno¹æu izbora.',1059215811,NULL);
INSERT INTO international VALUES (23,'Survey',15,'Dodaj novi odgovor.',1059215782,NULL);
INSERT INTO international VALUES (22,'Survey',15,'Vrsta odgovora',1059215771,NULL);
INSERT INTO international VALUES (21,'Survey',15,'Idi na',1059215761,NULL);
INSERT INTO international VALUES (20,'Survey',15,'Je li odgovor toèan?',1059215753,NULL);
INSERT INTO international VALUES (2,'Survey',15,'Uredi istra¾ivanje',1059215742,NULL);
INSERT INTO international VALUES (19,'Survey',15,'Odgovor',1059215732,NULL);
INSERT INTO international VALUES (18,'Survey',15,'Uredi odgovor',1059215723,NULL);
INSERT INTO international VALUES (17,'Survey',15,'Uredi pitanje',1059215714,NULL);
INSERT INTO international VALUES (16,'Survey',15,'Ponudi odgovore po sluèajnom uzorku?',1059215704,NULL);
INSERT INTO international VALUES (15,'Survey',15,'Dozvoli upis komentara?',1059215684,NULL);
INSERT INTO international VALUES (14,'Survey',15,'Pitanje',1059215671,NULL);
INSERT INTO international VALUES (13,'Survey',15,'Tko mo¾e gledati izvje¹æa?',1059215663,NULL);
INSERT INTO international VALUES (12,'Survey',15,'Tko mo¾e sudjelovati u istra¾ivanju?',1059215649,NULL);
INSERT INTO international VALUES (11,'Survey',15,'Naèin',1059215634,NULL);
INSERT INTO international VALUES (10,'Survey',15,'Kviz',1059215623,NULL);
INSERT INTO international VALUES (1,'Survey',15,'Istra¾ivanje',1059215615,NULL);
INSERT INTO international VALUES (9,'SQLReport',15,'Debug: Gre¹ka: Naznaèeni DSN nije u dobrom formatu.',1059215581,NULL);
INSERT INTO international VALUES (8,'SQLReport',15,'Uredi SQL izvje¹æe',1059215559,NULL);
INSERT INTO international VALUES (7,'SQLReport',15,'Lozinka za bazu podataka',1059215543,NULL);
INSERT INTO international VALUES (61,'SQLReport',15,'SQL izvje¹æe, Dodaj/uredi',1059215532,NULL);
INSERT INTO international VALUES (6,'SQLReport',15,'Korisnièko ime u bazi podataka',1059215517,NULL);
INSERT INTO international VALUES (5,'SQLReport',15,'DSN',1059215504,NULL);
INSERT INTO international VALUES (4,'SQLReport',15,'Upit',1059215496,NULL);
INSERT INTO international VALUES (3,'SQLReport',15,'Predlo¾ak za izvje¹æe',1059215487,NULL);
INSERT INTO international VALUES (21,'SQLReport',15,'Ukoliko ne ¾elite koristiti unaprijed definirani link na bazu podataka, unesite informacije o konekciji.',1059215473,NULL);
INSERT INTO international VALUES (20,'SQLReport',15,'Link na bazu podataka',1059215446,NULL);
INSERT INTO international VALUES (19,'SQLReport',15,'Odaberi link na bazu podataka...',1059215435,NULL);
INSERT INTO international VALUES (18,'SQLReport',15,'Nema rezultata za ovaj upit.',1059215423,NULL);
INSERT INTO international VALUES (17,'SQLReport',15,'Debug: Upit:',1059215410,NULL);
INSERT INTO international VALUES (16,'SQLReport',15,'Debugiraj?',1059215395,NULL);
INSERT INTO international VALUES (15,'SQLReport',15,'Unaprijed obradi makro naredbe kod upita?',1059215385,NULL);
INSERT INTO international VALUES (14,'SQLReport',15,'Nova stranica nakon',1059215368,NULL);
INSERT INTO international VALUES (13,'SQLReport',15,'Pretvori
ručno.)',1053837125,NULL);
INSERT INTO international VALUES (1,'Article',15,'Članak',1053837097,NULL);
INSERT INTO international VALUES (999,'WebGUI',13,'Tietokantayhteydet, Poista',1059429731,NULL);
INSERT INTO international VALUES (998,'WebGUI',13,'Tietokantayhteydet, Lisää/Muokkaa',1059429703,NULL);
INSERT INTO international VALUES (997,'WebGUI',13,'Tietokantayhteydet, Hallitse',1059429683,NULL);
INSERT INTO international VALUES (996,'WebGUI',13,'Hallitse tietokantayhteyksiä',1059429664,NULL);
INSERT INTO international VALUES (994,'WebGUI',13,'Tietokannan käyttäjänimi',1059429647,NULL);
INSERT INTO international VALUES (995,'WebGUI',13,'Tietokannan salasana',1059429630,NULL);
INSERT INTO international VALUES (20,'SQLReport',13,'Tietokantayhteys',1059429361,NULL);
INSERT INTO international VALUES (19,'SQLReport',13,'Valitse tietokantayhteys...',1059429347,NULL);
INSERT INTO international VALUES (98,'EventsCalendar',13,'Nyt!',1059429262,NULL);
INSERT INTO international VALUES (76,'DataForm',13,'Lisää kenttä.',1059429182,NULL);
INSERT INTO international VALUES (899,'WebGUI',13,'Hallitse teemoja',1059429144,NULL);
INSERT INTO international VALUES (906,'WebGUI',13,'Suunnittelijan URL',1059429086,NULL);
INSERT INTO international VALUES (982,'WebGUI',13,'Lisää tietokantayhteys.',1059429056,NULL);
INSERT INTO international VALUES (980,'WebGUI',13,'Tyhjennä kansio.',1059429026,NULL);
INSERT INTO international VALUES (990,'WebGUI',13,'Muokkaa tietokantayhteyttä',1059429001,NULL);
INSERT INTO international VALUES (12,'HttpProxy',13,'Uudelleenkirjoita URL?',1057410152,NULL);
INSERT INTO international VALUES (84,'DataForm',13,'Vienti (sarkain erotin).',1056384507,NULL);
INSERT INTO international VALUES (85,'DataForm',13,'Yksi/rivi',1056384402,NULL);
INSERT INTO international VALUES (905,'WebGUI',13,'Teeman suunnittelija',1056065463,NULL);
INSERT INTO international VALUES (936,'WebGUI',13,'Teema, tuo',1056064618,NULL);
INSERT INTO international VALUES (933,'WebGUI',13,'Teema, muokkaa',1056064431,NULL);
INSERT INTO international VALUES (929,'WebGUI',13,'Tuo!',1056064382,NULL);
INSERT INTO international VALUES (928,'WebGUI',13,'Haluatko tuoda tämän teeman?',1056064361,NULL);
INSERT INTO international VALUES (927,'WebGUI',13,'Tuo teema',1056064042,NULL);
INSERT INTO international VALUES (926,'WebGUI',13,'Teema on luotu uudemmalla WebGUI:lla kuin tässä järjestelmässä on asennettuna. Järjestelmä pitää päivittää ennen teeman asennusta.',1056064021,NULL);
INSERT INTO international VALUES (925,'WebGUI',13,'Toinen versio teemasta on jo asennettu. Se pitää poistaa ennen uudelleen asennusta.',1056063925,NULL);
INSERT INTO international VALUES (924,'WebGUI',13,'Tuo teema.',1056063856,NULL);
INSERT INTO international VALUES (923,'WebGUI',13,'Teeman versio',1056063829,NULL);
INSERT INTO international VALUES (922,'WebGUI',13,'Luotu',1056063809,NULL);
INSERT INTO international VALUES (921,'WebGUI',13,'Teemapaketin tiedosto',1056063776,NULL);
INSERT INTO international VALUES (919,'WebGUI',13,'Muokkaa tätä teemaa.',1056063725,NULL);
INSERT INTO international VALUES (918,'WebGUI',13,'Poista tämä teema.',1056063698,NULL);
INSERT INTO international VALUES (917,'WebGUI',13,'Lisää teeman osa.',1056063667,NULL);
INSERT INTO international VALUES (916,'WebGUI',13,'Leike',1056063636,NULL);
INSERT INTO international VALUES (915,'WebGUI',13,'Tiedosto',1056063602,NULL);
INSERT INTO international VALUES (914,'WebGUI',13,'Kuva',1056063580,NULL);
INSERT INTO international VALUES (913,'WebGUI',13,'Mallipohja',1056063512,NULL);
INSERT INTO international VALUES (912,'WebGUI',13,'Tyyli',1056063476,NULL);
INSERT INTO international VALUES (911,'WebGUI',13,'Osa',1056063436,NULL);
INSERT INTO international VALUES (910,'WebGUI',13,'Osan tyyppi',1056063417,NULL);
INSERT INTO international VALUES (909,'WebGUI',13,'Lisää teeman osa',1056063395,NULL);
INSERT INTO international VALUES (908,'WebGUI',13,'Haluatko varmasti poistaa tämän teeman osan?',1056063374,NULL);
INSERT INTO international VALUES (907,'WebGUI',13,'Haluatko varmasti poistaa tämän teeman?',1056063317,NULL);
INSERT INTO international VALUES (904,'WebGUI',13,'Teeman nimi',1056063229,NULL);
INSERT INTO international VALUES (903,'WebGUI',13,'Teeman tunnus',1056063200,NULL);
INSERT INTO international VALUES (902,'WebGUI',13,'Muokkaa teemaa',1056063168,NULL);
INSERT INTO international VALUES (901,'WebGUI',13,'Lisää uusi teema.',1056063130,NULL);
INSERT INTO international VALUES (80,'DataForm',13,'Sähköposti mallipohja',1056061694,NULL);
INSERT INTO international VALUES (978,'WebGUI',13,'Käyttäjä lisätty.',1056061335,NULL);
INSERT INTO international VALUES (977,'WebGUI',13,'Toinen pääkäyttäjä?',1056061313,NULL);
INSERT INTO international VALUES (976,'WebGUI',13,'Lisää käyttäjiä',1056061280,NULL);
INSERT INTO international VALUES (975,'WebGUI',13,'Käyttäjät voivat poistaa itsensä?',1056061248,NULL);
INSERT INTO international VALUES (972,'WebGUI',13,'Päiväys ja aika',1056061165,NULL);
INSERT INTO international VALUES (971,'WebGUI',13,'Aika',1056061146,NULL);
INSERT INTO international VALUES (970,'WebGUI',13,'aseta aika',1056061128,NULL);
INSERT INTO international VALUES (969,'WebGUI',13,'Jos tyhjennät leikepöydän, koko sen sisältö siirretään roskikseen.',1056061111,NULL);
INSERT INTO international VALUES (968,'WebGUI',13,'Leikepöytä, tyhjennä',1056061053,NULL);
INSERT INTO international VALUES (967,'WebGUI',13,'Tyhjennä järjestelmän roskis.',1056061032,NULL);
INSERT INTO international VALUES (966,'WebGUI',13,'Haluatko varmasti poistaa pysyvästi tämän roskiksesta?',1056061003,NULL);
INSERT INTO international VALUES (965,'WebGUI',13,'Hallitse järjestelmän roskista',1056060952,NULL);
INSERT INTO international VALUES (964,'WebGUI',13,'Hallitse järjestelmän roskista.',1056060928,NULL);
INSERT INTO international VALUES (963,'WebGUI',13,'Roskiksen päiväys',1056060897,NULL);
INSERT INTO international VALUES (962,'WebGUI',13,'Hallitse roskista',1056060875,NULL);
INSERT INTO international VALUES (960,'WebGUI',13,'Roskis, hallitse',1056060846,NULL);
INSERT INTO international VALUES (957,'WebGUI',13,'Leikepöytä, hallitse',1056060817,NULL);
INSERT INTO international VALUES (956,'WebGUI',13,'Haluatko varmasti siirtää tämän leikepöydältä roskikseen?',1056060796,NULL);
INSERT INTO international VALUES (955,'WebGUI',13,'Hallitse järjestelmän leikepöytää',1056060741,NULL);
INSERT INTO international VALUES (954,'WebGUI',13,'Hallitse järjestelmän leikepöytää.',1056060711,NULL);
INSERT INTO international VALUES (953,'WebGUI',13,'Edellinen sijainti',1056060681,NULL);
INSERT INTO international VALUES (952,'WebGUI',13,'Leikepöydän päiväys',1056060661,NULL);
INSERT INTO international VALUES (950,'WebGUI',13,'Tyhjennä leikepöytä.',1056060631,NULL);
INSERT INTO international VALUES (948,'WebGUI',13,'Hallitse leikepöytää',1056060603,NULL);
INSERT INTO international VALUES (947,'WebGUI',13,'Käytä jaettua leikepöytää?',1056060578,NULL);
INSERT INTO international VALUES (946,'WebGUI',13,'Käytä jaettua roskista?',1056060550,NULL);
INSERT INTO international VALUES (944,'WebGUI',13,'Postinumero',1056060514,NULL);
INSERT INTO international VALUES (940,'WebGUI',13,'Avaa uuteen ikkunaan?',1056060457,NULL);
INSERT INTO international VALUES (938,'WebGUI',13,'Teema, poista',1056060411,NULL);
INSERT INTO international VALUES (949,'WebGUI',13,'Hallitse leikepöytää.',1056060384,NULL);
INSERT INTO international VALUES (951,'WebGUI',13,'Haluatko varmasti tyhjentää leikepöydän roskikseen?',1056060360,NULL);
INSERT INTO international VALUES (959,'WebGUI',13,'Tyhjennä järjestelmän leikepöytä.',1056060306,NULL);
INSERT INTO international VALUES (931,'WebGUI',13,'Teemat, hallitse',1056060253,NULL);
INSERT INTO international VALUES (930,'WebGUI',13,'Näytä teema',1056060212,NULL);
INSERT INTO international VALUES (900,'WebGUI',13,'Hallitse teemoja.',1056060185,NULL);
INSERT INTO international VALUES (920,'WebGUI',13,'Teeman vienti.',1056060134,NULL);
INSERT INTO international VALUES (75,'DataForm',13,'Pakollinen\r\nKenttä joka ei voi olla tyhjä.',1056059983,NULL);
INSERT INTO international VALUES (29,'DataForm',13,'on pakollinen',1056059924,NULL);
INSERT INTO international VALUES (12,'Poll',5,'Total de Votos:',1062170847,NULL);
INSERT INTO international VALUES (374,'WebGUI',5,'Gerenciar pacotes',1062168628,NULL);
INSERT INTO international VALUES (372,'WebGUI',5,'Editar grupo de usuários',1062168607,NULL);
INSERT INTO international VALUES (371,'WebGUI',5,'Adicionar Grupo',1062168586,NULL);
INSERT INTO international VALUES (370,'WebGUI',5,'Editar grupo',1062168573,NULL);
INSERT INTO international VALUES (369,'WebGUI',5,'Data espirada',1062168554,NULL);
INSERT INTO international VALUES (368,'WebGUI',5,'dicionar um novo grupo para este usuário.',1062168538,NULL);
INSERT INTO international VALUES (366,'WebGUI',5,'Nenhuma página foi encontrada com o conteúdo da sua pergunta.',1062168490,NULL);
INSERT INTO international VALUES (365,'WebGUI',5,'Resultado da Pesquisa',1062168427,NULL);
INSERT INTO international VALUES (364,'WebGUI',5,'Pesquisar',1062168390,NULL);
INSERT INTO international VALUES (363,'WebGUI',5,'Posição do modelo da Página',1062168380,NULL);
INSERT INTO international VALUES (362,'WebGUI',5,'Lado a Lado',1062168361,NULL);
INSERT INTO international VALUES (361,'WebGUI',5,'Três sobre Um',1062168349,NULL);
INSERT INTO international VALUES (360,'WebGUI',5,'Um sobre Três',1062168333,NULL);
INSERT INTO international VALUES (359,'WebGUI',5,'Coluna Direita',1062168280,NULL);
INSERT INTO international VALUES (358,'WebGUI',5,'Coluna Esquerda',1062168263,NULL);
INSERT INTO international VALUES (357,'WebGUI',5,'Novidades',1062168249,NULL);
INSERT INTO international VALUES (356,'WebGUI',5,'Modelo',1062168235,NULL);
INSERT INTO international VALUES (11,'Product',5,'Numero do Produto',1062168175,NULL);
INSERT INTO international VALUES (10,'Product',5,'Preço',1062168158,NULL);
INSERT INTO international VALUES (1,'Product',5,'Produto',1062168150,NULL);
INSERT INTO international VALUES (72,'Poll',5,'Perguntas Aleatórias?',1062168141,NULL);
INSERT INTO international VALUES (61,'Poll',5,'Enquete, Adicionar/Editar',1062168072,NULL);
INSERT INTO international VALUES (11,'Poll',5,'Votar!',1062168003,NULL);
INSERT INTO international VALUES (73,'MessageBoard',5,'Modelo do campo de Mensagem',1062167987,NULL);
INSERT INTO international VALUES (61,'MessageBoard',5,'Campo da Mensagem, Adicionar/Editar',1062167932,NULL);
INSERT INTO international VALUES (1064,'WebGUI',1,'Post a Message',1066580782,'A header for the forum post form.');
INSERT INTO international VALUES (19,'EventsCalendar',5,'Paginar depois.',1062167083,NULL);
INSERT INTO international VALUES (61,'Item',5,'Item, Adicionar/Editar',1062159597,NULL);
INSERT INTO international VALUES (6,'Item',5,'Editar Item',1062159575,NULL);
INSERT INTO international VALUES (5,'Item',5,'Download Anexo',1062159559,NULL);
INSERT INTO international VALUES (4,'Item',5,'',1062159536,NULL);
INSERT INTO international VALUES (3,'Item',5,'Deletar Anexo',1062159527,NULL);
INSERT INTO international VALUES (2,'Item',5,'Anexos',1062159504,NULL);
INSERT INTO international VALUES (1,'Item',5,'Link URL',1062159487,NULL);
INSERT INTO international VALUES (1024,'WebGUI',5,'Filtrar Post',1062085787,NULL);
INSERT INTO international VALUES (4,'Auth/WebGUI',5,'Sua senha não pode ser em branco.',1062085755,NULL);
INSERT INTO international VALUES (1,'Auth/WebGUI',5,'Opções de Autenticação do WebGUI',1062085718,NULL);
INSERT INTO international VALUES (1,'Auth/SMB',5,'Opções de Autenticação SMB',1062085643,NULL);
INSERT INTO international VALUES (1,'Auth/LDAP',5,'Opções De Autenticação LDAP',1062085614,NULL);
INSERT INTO international VALUES (15,'EventsCalendar',5,'Término',1061981958,NULL);
INSERT INTO international VALUES (14,'EventsCalendar',5,'Data de Início',1061981932,NULL);
INSERT INTO international VALUES (72,'Article',5,'Modelo de Artigo',1061981891,NULL);
INSERT INTO international VALUES (28,'Article',5,'Ver Respostas',1061981843,NULL);
INSERT INTO international VALUES (23,'Article',5,'Data',1061981834,NULL);
INSERT INTO international VALUES (61,'Article',5,'Artigo, Adicionar/Editar',1061981822,NULL);
INSERT INTO international VALUES (24,'Article',5,'Postar Resposta',1061981784,NULL);
INSERT INTO international VALUES (22,'Article',5,'Autor',1061981732,NULL);
INSERT INTO international VALUES (9,'WobjectProxy',3,'Gebruik deze beschrijving i.p.v. het orgineel?',1058726241,NULL);
INSERT INTO international VALUES (8,'WobjectProxy',3,'Gebruik dit schermtitel i.p.v. het orgineel?',1058726214,NULL);
INSERT INTO international VALUES (999,'WebGUI',3,'Database link, verwijder',1058726161,NULL);
INSERT INTO international VALUES (998,'WebGUI',3,'Databaselink, voeg toe/bewerk',1058726150,NULL);
INSERT INTO international VALUES (997,'WebGUI',3,'Databaselinks, beheer',1058726133,NULL);
INSERT INTO international VALUES (996,'WebGUI',3,'Beheer databaselinks',1058726120,NULL);
INSERT INTO international VALUES (995,'WebGUI',3,'Database wachtwoord',1058726109,NULL);
INSERT INTO international VALUES (994,'WebGUI',3,'Database gebruiker',1058726099,NULL);
INSERT INTO international VALUES (993,'WebGUI',3,'DSN',1058726088,NULL);
INSERT INTO international VALUES (992,'WebGUI',3,'Titel',1058726080,NULL);
INSERT INTO international VALUES (991,'WebGUI',3,'Databaselink ID',1058726070,NULL);
INSERT INTO international VALUES (990,'WebGUI',3,'Bewerk databaselink',1058726059,NULL);
INSERT INTO international VALUES (989,'WebGUI',3,'Op de pagina',1058726047,NULL);
INSERT INTO international VALUES (988,'WebGUI',3,'Weet u zeker dat u deze databaselink wilt verwijderen? De volgende onderdelen gebruiken deze link en zullen na verwijdering niet meer werken:',1058726033,NULL);
INSERT INTO international VALUES (987,'WebGUI',3,'Verwijder databaselink',1058725979,NULL);
INSERT INTO international VALUES (986,'WebGUI',3,'Terug naar de databaselinks.',1058725968,NULL);
INSERT INTO international VALUES (985,'WebGUI',3,'Verwijder deze databaselink.',1058725954,NULL);
INSERT INTO international VALUES (984,'WebGUI',3,'Kopieer deze databaselink.',1058725935,NULL);
INSERT INTO international VALUES (983,'WebGUI',3,'Bewerk deze databaselink.',1058725920,NULL);
INSERT INTO international VALUES (982,'WebGUI',3,'Voeg een databaselink toe.',1058725906,NULL);
INSERT INTO international VALUES (981,'WebGUI',3,'Beheer databaselinks.',1058725893,NULL);
INSERT INTO international VALUES (980,'WebGUI',3,'Leeg deze map.',1058725879,NULL);
INSERT INTO international VALUES (979,'WebGUI',3,'Weet u zeker dat u alle onderdelen van deze map wilt verwijderen? Ze kunnen niet meer hersteld worden als u ze nu verwijdert. Onderdelen van de onderliggende mappen worden niet verwijderd.',1058725861,NULL);
INSERT INTO international VALUES (1003,'WebGUI',3,'Wobject privileges?',1058725777,NULL);
INSERT INTO international VALUES (1002,'WebGUI',3,'Als u een databaselink verwijdert zullen alle SQL rapporten die daar gebruik van maken niet meer werken. Een lijst met alle rapporten die hier last van zullen hebben wordt weergegeven in het bevestigingsscherm.
\r\n
\r\nZoals gebruikelijk met verwijderacties, krijgt u nog de vraag of u het zeker weet. Indien u voor ja kiest is er geen weg meer terug. Door op nee te klikken gaat u een scherm terug.',1058725721,NULL);
INSERT INTO international VALUES (1001,'WebGUI',3,'
\r\nEen titel voor de database link\r\n
\r\nData Source Name wordt door Perl gebruikt om de de locatie van de database aan te geven.\r\nIn het volgende formaat:\r\n[driver]:[database naam]:[host].
\r\n\r\n
\r\nOracle:\r\nDBI:Oracle:SID
\r\n\r\nPostgreSQL:\r\n
\r\nDBD::Oracle moet geinstalleerd zijn.
\r\nU Mod_perl gebruiken en het de volgende configuratie gebruiken: PerlSetEnv ORACLE_HOME /home/oracle/product/8.1.7 in httpd.conf. Without setting ORACLE_HOME, you can connect using DBI:Oracle:hos\n t=myhost.com;sid=SID\r\n\r\nDBI:PgPP:dbname=DBNAME[;host=hOST]
\r\n\r\n\r\nSybase:\r\n
\r\nDBD::PgPP moet geinstalleerd zijn.\r\nDBI:Sybase:[server=SERVERNAME][database=DATABASE]
\r\n\r\n
\r\nDBD::Sybase moet geinstalleerd zijn.
\r\nU Mod_perl gebruiken en het de volgende configuratie gebruiken: PerlSetEnv SYBASE /opt/sybase/11.0.2 in httpd.conf.\r\n\r\n
\r\nDe database gebruikersnaam die gebruikt wordt voor de DSN connectie.\r\n
\r\nHet database wachtwoord dat gebruikt wordt voor de DSN connectie.\r\n
\r\n
\r\nPas op! Door het gebruik van databaselinks krijgen content beheerders toegang tot deze databases. Weliswaar krijgen ze niet de DSN, naam en password informatie te zien, maar ze kunnen wel naar believen SQL commando\'s op deze databases uitvoeren.
\r\nDe titel van dit stuk syndicated content.\r\n
\r\nEen beschrijving van de content beschikbaar via dit kanaal.\r\n
\r\nEen URL die terugverwijst naar de site van dit kanaal.\r\n
\r\nEen loop met de gegevens van dit kanaal.\r\nA loop containing the data from this channel.\r\n\r\n\r\ntitle
\r\nDe titel van een gedeelte van de content.\r\n
\r\nDe beschrijving van de content.\r\n
\r\nDe URL om terug te gaan naar de gegevensinvoerpagina van dit gegevensformulier.\r\n
\r\nHet standaard label van back.url.\r\n
\r\nEen loop met informatie over de velden in dit gegevensformulier.\r\n\r\n\r\nfield.name
\r\nDe webveilige naam van dit veld.\r\n
\r\nHet leesbare label voor dit veld.\r\n
\r\nEen unieke id voor dit veld in de database.\r\n
\r\nBepaalt of dit veld bestaat voor het mail subsysteem van het gegevensformulier.\r\n
\r\nHet gegevenstype dat bij dit veld hoort.\r\n
\r\nEen loop met die record invoer bevat van dit gegevensformulier.\r\n\r\n\r\nrecord.entryId
\r\nEen uniek ID voor de invoer van deze record.\r\n
\r\nHet IP-adres van de gebuiker die deze recor heeft ingevoerd.\r\n
\r\nDe URL om dit record aan te passen.\r\n
\r\nDe gerbruikersnaam van de persoon die deze record heeft ingevoerd.\r\n
\r\nHet gebruikers ID van de persoon die deze record heeft ingevoerd.\r\n
\r\nDe datum in epochformaat voor de invoer van dit record.\r\n
\r\nDe datum van deze recordinvoer in een normaal leesbaar formaat, zoals in de voorkeuren is ingevoerd voor deze gebruiker.\r\n
\r\nEen l\n oop met de gegevens die door deze gebruiker zijn ingevoerd voor elk veld van dit gegevensformulier.\r\n\r\n\r\nrecord.data.value
\r\nDe waarde zoals ingevoerd door de gebruiker voor dit veld in deze recordinvoer.\r\n
\r\nDe webveilige naam van dit veld.\r\n
\r\nDe normaal leesbare label voor dit veld.\r\n
\r\nBepaalt of dit veld bestaat voor het mail subsysteem van dit gegevensformulier.\r\n
\r\nDe erkenning (acknowledgement) zoals gespecificeerd in een wobjects eigenschappen. Dit bericht behoort weergegeven te worden als een gebruiker gegevens invoert.\r\n
\r\nAls op deze URL geklikt wordt worden de gegevevens die zijn opgeslagen in dit dataformulier geëxporteerd als een zogenaamde tab delimited file.\r\n
\r\nHet standaard label van de export.tab.url variabele.\r\n
\r\nOp deze link klikken laat de volledige lijst van ingevoerde records in dit dataformulier zien.\r\n
\r\nHet standaard labe voor de entryList.url variabele.\r\n
\r\nEen url dat u terug brengt naar de standaard pagina in dit formulier.\r\n
\r\nHet standaard label voor de back.url variabele. \r\n
\r\nDe gebruikersnaam van de gebruiker die de gegevens heeft ingevoerd.\r\n
\r\nHet gebruikers ID van de gebruiker die de gegevens heeft ingevoerd.\r\n
\r\nDe datum dat deze gegevens zijn ingevoerd of voor het laatst zijn ververst in het door de gebuiker geprefereerde datum/tijd formaat.\r\n
\r\nDe datum dat deze gegevens zijn ingevoerd of voor het laatst zijn ververst in een epoch formaat.\r\n
\r\nHet IP-adres van de gebruiker dat de gegevens heeft ingevoerd.\r\n
\r\nD\n e URL van de pagina om deze invoer te bewerken.\r\n
\r\nEen \'loop\' die fout informatie bevat, bijvoorbeeld als iemand een verplicht veld niet heeft ingevuld.\r\n\r\n\r\nerror.message*
\r\n\r\naddField.url
\r\nEen foutmelding die aangeeft wat de gebruiker mogelijk fout heeft gedaan.\r\n\r\n
\r\nDe URL die door content managers wordt gebruikt om een nieuw veld aan het formulier toe te voegen.\r\n
\r\nHet standaard labele voor de addField.url variabele.\r\n
\r\nHet begin van het formulier.\r\n
\r\nEen loop met al de veld informatie.\r\n\r\n\r\nfield.form
\r\n\r\nform.send
\r\nHet formulier element voor dit veld.\r\n
\r\nDe naam van dit veld.\r\n
\r\nDe waarde van dit veld. Als dit nieuwe\n dat is dan wordt hier de standaard waarde gebruikt.\r\n
\r\nDe tekst label voor dit veld.\r\n
\r\nDit bepaalt of dit veld verborgen behoort te zijn.\r\n
\r\nBepaalt of dit veld weergegeven behoort te worden.\r\n
\r\nBepaalt of dit veld te bewerken is.\r\n
\r\nBepaalt of dit veld verplicht is.\r\n
\r\nBepaalt of dit veld alleen aanwezig is om het mogelijk te maken een email te versturen.\r\n
\r\nEen beschrijving van het veld, om gebruikers te laten weten wat ze in dit veld behoren in te vullen.\r\n
\r\nWebGUI\'s beheerders mogelijkheden voor dit veld.\r\n
\r\nEen forumulier knop met het woordb \"send\n \" erin.\r\n
\r\nHet einde van het formulier.\r\n
\r\n\r\nThe name of the item in the trash. You may view the item by selecting the title.\r\n
\r\nHet type van de inhoud. Bijvoorbeeld een pagina, een artikel, een evenementenkalender enz.\r\n\r\n\r\n
\r\nDe datum en tijd dat een object is toegevoegd aan de prullenbak.\r\n
\r\nDe locatie waar een object zich voorheen bevond. \r\nU kunt de vorige locatie bekijken door de locatie te selecte\n ren.\r\n\r\n
\r\n\r\nDe gebruikersnaam van degene die het object in het klembord heeft geplaatst. \r\nDit optionele veld is alleen zichtbaar als er gebruik wordt gemaakt van een gedeeld klembord of wanneer een beheerder het systeemklemboord beheerd.\r\n
\r\nDe naam van het object in het klembord. U kunt het object bekijken door de titel te selecteren.\r\n\r\n
\r\nHet type van de content/inhoud. Bij voorbeeld: een pagina, een artikel, een evenementenkalender enz.\r\n\r\n
\r\nDe datum en tijd dat het object aan het klembord was toegevoegd.\r\n\r\n
\r\nDe locatie waar voorheen het o\n bject was te vinden. U kunt de vorige locatie bekijken door de locatie te selecteren. \r\n\r\n
\r\nDe gebruikersnaam van degene die het object in het klembord heeft geplaatst. \r\nDit optionele veld is alleen zichtbaar als er gebruik wordt gemaakt van een gedeeld klembord of wanneer een beheerder het systeemklemboord beheerd..\r\n
\r\nHet unieke ID van dit thema binnen deze WebGUI site. Dit ID zal veranderen als dit thema is geïmporteerd in een andere site.\r\n
\r\nDit is de unieke naam van dit thema. Het moet uniek zijn in elke site waarin dit thema geïmporteerd wordt.\r\nDeze naam verandert niet in alle sites.
\r\nDe naam van de persoon of het bedrijf dat het thema heeft gecreëerd\r\n\r\n\r\n n
\r\n\r\nDe URL van de website van de ontwerper van dit thema. Als u zakelijk WebGUI sites maakt is dit de plaats om reclame voor uw werk te maken.\r\n
\r\n
\r\ncanVote
\r\nEen conditie die aangeeft of de gebruiker het recht heeft te stemmen in deze peiling.\r\n
\r\nDe peiling vraag.\r\n
\r\nHet begin van het peilingsformulier.\r\n
\r\nEen loop die informatie bevat ocer de antwoorden in de peiling.\r\n\r\n\r\nanswer.form
\r\n\r\n\r\nform.submit
\r\nRadio button for dit antwoord.\r\n
\r\nDe tekst van dit antwoord.\r\n
\r\nHet nummer van dit antwoord (zoals 1, 2, 3 enz.)\r\n
\r\nDe breedte van de grafiek van dit antwoord. Het is gebaseerd op een percentage van de totale grootte van de grafiek.\r\n
\r\nHet percentage van de peiling dat dit antwoord tot zover heeft gekregen.\r\n
\r\nHet totaal aantal stemmen dat dit antwoord heeft gekregen.\r\n\r\n
\r\nDe invoerknop van het formulier van deze peiling.\r\n
\r\nHet einde van het formulier van deze peiling.\r\n
\r\nDe naam (label) voor het totaal aantal reacties. \"Totaal stemmen\"\r\n
\r\nHet totaal van het aantal stemmen die zijn uitgebracht in deze stemming.\r\n
\r\n
\r\nURL
\r\nDe start URL voor de proxy.
\r\n
\r\nVolg redirects?
\r\nSoms is de URL naar een pagina in werkelijkheid een \'redirect\' naar een andere pagina. Wilt u dat de proxy deze \'redirects\' volgt als ze voorkomen?
\r\n
\r\nTimeout
\r\nDe tijd (in seconden) dat WebGUI moet wachten op een verbinding met een externe pagina voordat WebGUI het opgeeft.
\r\n
\r\nVerwijder stijl?
\r\nWilt u de stylesheet van de externe content verwijderen en de stylesheet van uw eigen site gebruiken?
\r\n
\r\nFilter co\n ntent
\r\nKies de mate van HTML filtering die u wilt toepassen op de externe content.
\r\n
\r\nStaat u proxying naar andere domeinen toe?
\r\nAls u bijvoorbeeld een website als Yahoo! proxied, die doorlinkt naar andere domeinen, wilt u dan toestaan dat de gebruikers die links volgen, of moet de proxy dit tegenhouden?
\r\n
',1056206073,NULL);
INSERT INTO international VALUES (10,'HttpProxy',3,'HTTP Proxy, voeg toe/bewerk',1056204303,NULL);
INSERT INTO international VALUES (1,'HttpProxy',3,'URL',1056204257,NULL);
INSERT INTO international VALUES (98,'EventsCalendar',3,'Nu!',1056204228,NULL);
INSERT INTO international VALUES (1030,'WebGUI',3,'door',1056204020,NULL);
INSERT INTO international VALUES (1029,'WebGUI',3,'Bewerkt op',1056204001,NULL);
INSERT INTO international VALUES (1024,'WebGUI',3,'Filter bericht',1056203937,NULL);
INSERT INTO international VALUES (911,'WebGUI',3,'Component',1056203864,NULL);
INSERT INTO international VALUES (910,'WebGUI',3,'Component type',1056203845,NULL);
INSERT INTO international VALUES (909,'WebGUI',3,'Voeg thema component toe',1056203810,NULL);
INSERT INTO international VALUES (908,'WebGUI',3,'Weet u zeker dat u dit component van dit thema wilt verwijderen?',1056203773,NULL);
INSERT INTO international VALUES (907,'WebGUI',3,'Weet u zeker dat u dit thema wilt verwijderen?',1056203683,NULL);
INSERT INTO international VALUES (906,'WebGUI',3,'URL ontwerper',1056203590,NULL);
INSERT INTO international VALUES (905,'WebGUI',3,'Thema ontwerper',1056203568,NULL);
INSERT INTO international VALUES (904,'WebGUI',3,'Thema naam',1056203543,NULL);
INSERT INTO international VALUES (903,'WebGUI',3,'ID thema',1056203512,NULL);
INSERT INTO international VALUES (902,'WebGUI',3,'Bewerk thema',1056203471,NULL);
INSERT INTO international VALUES (901,'WebGUI',3,'Voeg een nieuw thema toe.',1056203435,NULL);
INSERT INTO international VALUES (900,'WebGUI',3,'Beheer themas.',1056203402,NULL);
INSERT INTO international VALUES (899,'WebGUI',3,'Beheer themas',1056203324,NULL);
INSERT INTO international VALUES (898,'WebGUI',3,'Site icon',1056203294,NULL);
INSERT INTO international VALUES (897,'WebGUI',3,'Favicon',1056203215,NULL);
INSERT INTO international VALUES (896,'WebGUI',3,'Cache timeout (bezoekers)',1063590479,NULL);
INSERT INTO international VALUES (895,'WebGUI',3,'Cache timeout',1063590468,NULL);
INSERT INTO international VALUES (893,'WebGUI',3,'Wobject eigenschappen',1056203035,NULL);
INSERT INTO international VALUES (892,'WebGUI',3,'Discussie',1056202972,NULL);
INSERT INTO international VALUES (891,'WebGUI',3,'Negeer alleen macros.',1056202946,NULL);
INSERT INTO international VALUES (890,'WebGUI',3,'WebGUI heeft een subsysteem dat tabs kan maken. U komt deze tegen in complexe formulieren zoals pagina aanpassen.
\r\nOm het tabssysteem er goed uit te laten zien in uw site, dient u een sectie toe te voegen aan de stylesheet van de stijl die gebruikt speciaal voor de tabs.
\r\n
\r\nDe volgende stylesheet classes zijn beschikbaar:
\r\n
\r\n.tab
\r\nDe standaarweergave van iedere tab.
\r\n
\r\ndiv.tabs
\r\nDeze stelt ook een aantal eigenschappen in voor alle tabs. Deze class hoort gebruikt te worden voor de tekst labels in de tabs.
\r\n
\r\n\r\n.tabBody
\r\nDe content ruimte voor elke tab. Hierin krijgt u het formulier te zien. Let op: voor het beste resultaat zou de achtergrondkleur van deze class hetzelfde moeten zijn als de achtergrondkleur van .tabActive.
\r\n
\r\n\r\n.tabHover
\r\nHet uiterli\n jk van de tab als de muis boven de tab hangt.
\r\n
\r\n.tabActive
\r\nHet uiterlijk van de tab die nu actief is.
\r\n
\r\n\r\nVoorbeelden.
\r\nU kunt deze gebruiken in plaats van zelf classes maken, of enkel als voorbeelden.
\r\n
\r\nWitte of licht gekleurde stijlen
\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\nZwarte of donker gekleurde stijlen
\r\n
\r\n.tab {
\r\n border: 1px solid white;
\r\n background-color: #333333;
\r\n}
\r\n.tabBody {
\r\n \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
',1056202708,NULL);
INSERT INTO international VALUES (889,'WebGUI',3,'Style sheets, tabs',1056201567,NULL);
INSERT INTO international VALUES (888,'WebGUI',3,'Knipsel voorbeeld lengte',1056201380,NULL);
INSERT INTO international VALUES (887,'WebGUI',3,'Midas (Mozilla 1.3+)',1056201069,NULL);
INSERT INTO international VALUES (886,'WebGUI',3,'Niet tonen in de navigatie?',1056201036,NULL);
INSERT INTO international VALUES (885,'WebGUI',3,'Toestaan dat gebruikers hun eigen account kunnen verwijderen?',1056200977,NULL);
INSERT INTO international VALUES (884,'WebGUI',3,'Pop-up',1056200928,NULL);
INSERT INTO international VALUES (883,'WebGUI',3,'In de pagina (indien mogelijk)',1056200820,NULL);
INSERT INTO international VALUES (882,'WebGUI',3,'Bewerk stand',1056200773,NULL);
INSERT INTO international VALUES (881,'WebGUI',3,'Geen',1056200714,NULL);
INSERT INTO international VALUES (880,'WebGUI',3,'Editor met minimale mogelijkheden',1056200688,NULL);
INSERT INTO international VALUES (879,'WebGUI',3,'Klassieke editor (Internet Explorer 5+)',1056200507,NULL);
INSERT INTO international VALUES (875,'WebGUI',3,'Een nieuw bericht is geplaatst bij een van de threads waarop u bent geabonneerd.',1056200308,NULL);
INSERT INTO international VALUES (874,'WebGUI',3,'Verwijder mijn abonnement op deze thread',1056200245,NULL);
INSERT INTO international VALUES (873,'WebGUI',3,'Abonneer op deze thread',1056200164,NULL);
INSERT INTO international VALUES (872,'WebGUI',3,'Wie mag bekijken?',1056200052,NULL);
INSERT INTO international VALUES (871,'WebGUI',3,'Wie mag wijzigen?',1056200017,NULL);
INSERT INTO international VALUES (870,'WebGUI',3,'Welkom',1056199892,NULL);
INSERT INTO international VALUES (869,'WebGUI',3,'Welkomstbericht',1056199513,NULL);
INSERT INTO international VALUES (868,'WebGUI',3,'Wilt u een welkomstbericht laten versturen?',1056199478,NULL);
INSERT INTO international VALUES (867,'WebGUI',3,'Verlies van dit recht',1056199381,NULL);
INSERT INTO international VALUES (866,'WebGUI',3,'Bericht van het verlopen',1056199254,NULL);
INSERT INTO international VALUES (865,'WebGUI',3,'Wilt u de gebruiker van het verlopen op de hoogte stellen?',1056199175,NULL);
INSERT INTO international VALUES (862,'WebGUI',3,'Het profiel van deze gebruiker is niet openbaar.',1056198948,NULL);
INSERT INTO international VALUES (861,'WebGUI',3,'Wilt u dat dit profiel voor iedereen zichtbaar is?',1056198623,NULL);
INSERT INTO international VALUES (860,'WebGUI',3,'Wilt u dit email adres voor iedereen zichtbaar maken?',1056198570,NULL);
INSERT INTO international VALUES (859,'WebGUI',3,'Handtekening',1056198510,NULL);
INSERT INTO international VALUES (858,'WebGUI',3,'Alias',1056198496,NULL);
INSERT INTO international VALUES (857,'WebGUI',3,'IP adres',1056198476,NULL);
INSERT INTO international VALUES (88,'DataForm',3,'Data formulier lijst sjabloon',1054040570,NULL);
INSERT INTO international VALUES (87,'DataForm',3,'Lijst sjabloon',1054040552,NULL);
INSERT INTO international VALUES (86,'DataForm',3,'Laat lijst zien.',1054040526,NULL);
INSERT INTO international VALUES (85,'DataForm',3,'Een per regel.',1054040489,NULL);
INSERT INTO international VALUES (84,'DataForm',3,'Exporteer met tab\'s gescheiden.',1054040478,NULL);
INSERT INTO international VALUES (82,'DataForm',3,'Data formulier sjabloon',1054040451,NULL);
INSERT INTO international VALUES (81,'DataForm',3,'Bevestigings sjabloon',1054040289,NULL);
INSERT INTO international VALUES (80,'DataForm',3,'E-mail sjabloon',1054040269,NULL);
INSERT INTO international VALUES (79,'DataForm',3,'Voetnoot',1054040250,NULL);
INSERT INTO international VALUES (77,'DataForm',3,'Label',1054040221,NULL);
INSERT INTO international VALUES (76,'DataForm',3,'Een veld toevoegen.',1054040169,NULL);
INSERT INTO international VALUES (75,'DataForm',3,'Vereist',1054040153,NULL);
INSERT INTO international VALUES (74,'DataForm',3,'Data e-mailen?',1054040141,NULL);
INSERT INTO international VALUES (28,'DataForm',3,'Optioneel voor \'text area\' en \'HTML area\'.',1054040090,NULL);
INSERT INTO international VALUES (27,'DataForm',3,'Hoogte',1054040041,NULL);
INSERT INTO international VALUES (9,'Auth/LDAP',3,'Gebruikers RDN',1054040006,NULL);
INSERT INTO international VALUES (1004,'WebGUI',1,'Cache external groups for how long?',1057208065,NULL);
INSERT INTO international VALUES (1005,'WebGUI',1,'SQL Query',1057208065,NULL);
INSERT INTO international VALUES (622,'WebGUI',1,'See Manage Group for a description of grouping functions and the default groups.\r\n
\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\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\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\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\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\nType the message you wish to be sent to the user telling them about the expiration.\r\n
\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\nA user can be dynamically bound to a group by a scratch variable in their session. Scratch variables can be set programatically, or via the web. To set a scratch variable via the web, tack the following on to the end of any URL:\r\n
\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\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\nDo you wish to let users add themselves to this group? See the GroupAdd macro for more info.\r\n
\r\nDo you wish to let users remove themselves from this group? See the GroupDelete macro for more info.\r\n
\r\nIf you\'d like to have this group validate users using an external database, choose the database link to use.\r\n
\r\nMany organizations have external databases that map users to groups; for example an HR database might map Employee ID to Health Care Plan. To validate users against an external database, you need to construct a SQL statement that will return 1 if a user is in the group. Make sure to begin your statement with \"select 1\". You may use macros in this query to access data in a user\'s profile, such as Employee ID. Here is an example that checks a user against a fictional HR database. This assumes you have created an additional profile field called employeeId.
\r\n
\r\nselect 1 from employees, health_plans, empl_plan_map
\r\nwhere employees.employee_id = ^User(\"employeeId\");
\r\nand health_plans.plan_name = \'HMO 1\'
\r\nand employees.employee_id = empl_plan_map.employee_id
\r\nand health_plans.health_plan_id = empl_plan_mp.health_plan_id
\r\n
\r\nThis group could then be named \"Employees in HMO 1\", and would allow you to restrict any page or wobject to only those users who are part of this health plan in the external database.\r\n
\r\nLarge sites using external group data will be making many calls to the external database. To help reduce the load, you may select how long you\'d like to cache the results of the external database query within the WebGUI database. More advanced background caching may be included in a future version of WebGUI.',1066651479,NULL);
INSERT INTO international VALUES (1006,'WebGUI',1,'Encrypt Login?',1057208065,NULL);
INSERT INTO international VALUES (81,'Survey',1,'Anonymous responses?',1059069492,NULL);
INSERT INTO international VALUES (7,'SiteMap',1,'Alphabetic?',1057208065,NULL);
INSERT INTO international VALUES (3,'SyndicatedContent',1,'Maximum Number of Headlines',1057208065,NULL);
INSERT INTO international VALUES (90,'DataForm',1,'Delete this entry.',1057208065,NULL);
INSERT INTO international VALUES (1010,'WebGUI',1,'Text',1060433369,'A content type of text.');
INSERT INTO international VALUES (1011,'WebGUI',1,'Code',1060433339,'A content type of source code.');
INSERT INTO international VALUES (1009,'WebGUI',1,'HTML',1060433286,'A content type of HTML.');
INSERT INTO international VALUES (1008,'WebGUI',1,'Mixed Text and HTML',1060433234,'A content type of mixed HTML and text.');
INSERT INTO international VALUES (1007,'WebGUI',1,'Content Type',1060432032,'The type of content to be posted, like HTML, source code, text, etc.');
INSERT INTO international VALUES (1013,'WebGUI',1,'Make sticky?',1060434033,'A message indicating whether the moderator wants to make this message stay at the top of the discussion.');
INSERT INTO international VALUES (1012,'WebGUI',1,'Lock this thread?',1060433963,'A message indicating whether the moderator wants to lock the thread as he posts.');
INSERT INTO international VALUES (13,'HttpProxy',1,'Search for',1060433963,'A string used as starting point when proxying parts of remote content.');
INSERT INTO international VALUES (14,'HttpProxy',1,'Stop at',1060433963,'A string used as ending point when proxying parts of remote content.');
INSERT INTO international VALUES (1056,'WebGUI',1,'Forum Template',1066576831,NULL);
INSERT INTO international VALUES (1057,'WebGUI',1,'The following template variables are available in forum templates.\r\n
\r\nA url that points to the calling object, such as an article or user submission.\r\n
\r\nThe default label for callback.url.\r\n
\r\nA condition indicating whether the user is a visitor.\r\n
\r\nThe url to start a new thread.\r\n
\r\nThe default label for thread.new.url.\r\n
\r\nThe default label for forum.search.url.\r\n
\r\nThe url to access the forum search engine.\r\n
\r\nThe default label for forum.subscribe.url.\r\n
\r\nThe url to subscribe to this forum.\r\n
\r\nThe default label for forum.subscribe.url.\r\n
\r\nThe url to unsubscribe from this forum.\r\n
\r\nA condition indicating whether the current user is subscribed to this forum.\r\n
\r\nA condition indicating whether the current user is a moderator for this forum.\r\n
\r\nA condition indicating whether the current user has the privileges necessary to post to this forum.\r\n
\r\nA url that will change the sorting options to be sorted by date.\r\n
\r\nA url that will change the sorting options to be sorted by the date of the last reply to the thread.\r\n
\r\nA url that will change the sorting options to be sorted by the number of views each thread has.\r\n
\r\nA url that will change the sorting options to be sorted by the number of replies a thread has.\r\n
\r\nA url that will change the sorting options to be sorted by the average rating of each thread.\r\n
\r\nA label for the subject column.\r\n
\r\nA label for the date column.\r\n
\r\nA label for the author column.\r\n
\r\nA label for the views column.\r\n
\r\nA label for the replies column.\r\n
\r\nA label for the rating column.\r\n
\r\nA label for the last reply column.\r\n
\r\nA link to the first page in a multi-page listing.\r\n
\r\nA link to the last page in a multi-page listing.\r\n
\r\nA link to the next page in a multi-page listing.\r\n
\r\nA series of links to every page in a multi-page listing.\r\n
\r\nA link to the previous page in a multi-page listing.\r\n
\r\nA condition indicating whether there are multiple pages or not.\r\n
\r\nThe number of pages in a multiple page listing.\r\n
\r\nThe number of the current page in a multi-page listing.\r\n
\r\nA loop containing all of the thread data.\r\n\r\n\r\nthread.views
\r\n',1068919452,NULL);
INSERT INTO international VALUES (1059,'WebGUI',1,'The following are the template variables available in the post template.\r\n
\r\nThe number of views this thread has had.\r\n
\r\nThe number of replies this thread has had.\r\n
\r\nThe average rating of all the posts in this thread.\r\n
\r\n\r\nthread.rating_loop.count
\r\n\r\nthread.isSticky
\r\nA counter for the rating. This can be used to \"draw\" a rating, such as adding a star for each rating, or some other visual approach.\r\n
\r\nA condition indicating whether the thread is sticky and hence will appear at the top of the forum listing.\r\n
\r\nA condition indicating whether the thread is locked from new posts.\r\n
\r\nThe subject of the root post in this thread.\r\n
\r\nThe url to view the root post.\r\n
\r\nAn epoch date of the root post.\r\n
\r\nA human readable date for the root post.\r\n
\r\nA human readable time for the root post.\r\n
\r\nThe root poster\'s user id.\r\n
\r\nThe username of the root poster.\r\n
\r\nThe url of the root poster\'s profile.\r\n
\r\nA condition indicating whether the root poster was a visitor.\r\n
\r\nThe status of the root post.\r\n
\r\nThe subject of the last post made to this thread.\r\n
\r\nThe url to the last post.\r\n
\r\nThe post time of the last post represented as an epoch.\r\n
\r\nThe human readable date of the last post.\r\n
\r\nThe human readable time of the last post.\r\n
\r\nThe url of the last posters profile.\r\n
\r\nThe userId of the last poster.\r\n
\r\nThe username of the last poster.\r\n
\r\nA condition indicating whether the last poster was a visitor.\r\n
\r\nThe status of the last post.\r\n
\r\nThe title of this forum as passed by the calling object.\r\n
\r\nThe description of this forum as passed by the calling object.\r\n
\r\nThe url back to the calling object such as an article or user submission.\r\n
\r\nThe default label for callback.url.\r\n
\r\nThe default label for post.subject\r\n
\r\nThe subject of this post.\r\n
\r\nThe message of this post.\r\n
\r\nA condition indicating whether the current user can post a new message.\r\n
\r\nA human readable date for this post.\r\n
\r\nThe epoch date for this post.\r\n
\r\nThe human readable time for this post.\r\n
\r\nThe default label for post.date.value.\r\n
\r\nThe average rating of this post.\r\n
\r\nThe default label for post.date.value.\r\n
\r\nThe number of views for this post.\r\n
\r\nThe default label for post.views.value.\r\n
\r\nthe status of this post.\r\n
\r\nThe default label for post.status.value.\r\n
\r\nA condition indicating whether the thread this post is in is locked.\r\n
\r\nA condition indicating whether the current user is a moderator.\r\n
\r\nA condition indicating whether the current user can edit this post.\r\n
\r\nA condition indicating whether the poster was a visitor.\r\n
\r\nThe userId of the poster.\r\n
\r\nThe poster\'s username.\r\n
\r\nThe url to the poster\'s profile.\r\n
\r\nThe url to display this post.\r\n
\r\nThe unique id of this post.\r\n
\r\nThe default label for post.rate.url.1.\r\n
\r\nThe url to give this post a rating of 1.\r\n
\r\nThe url to give this post a rating of 2.\r\n
\r\nThe url to give this post a rating of 3.\r\n
\r\nThe url to give this post a rating of 4.\r\n
\r\nThe url to give this post a rating of 5.\r\n
\r\nA condition indicating whether the current user has already rated this post.\r\n
\r\nThe default label for post.reply.url.\r\n
\r\nThe url to reply to this post.\r\n
\r\nThe url to reply to this post and quote this post in doing so.\r\n
\r\nThe default label for post.edit.url.\r\n
\r\nThe url to edit this post.\r\n
\r\nThe url to delete this post.\r\n
\r\nThe default label for post.delete.url.\r\n
\r\nThe default label for post.approve.url.\r\n
\r\nThe url to approve this post.\r\n
\r\nThe url to deny this post.\r\n
\r\nThe default label for post.deny.url.\r\n
\r\nThe full post rendered using the post template. This would never be used in the post template directly, but is often used in other templates that embed the post template\'s variables.\r\n
\r\nThe title of this forum as passed by the calling object.\r\n
\r\nThe description of this forum as passed by the calling object.\r\n
Das aktuelle Datum und die Uhrzeit. \r\n\r\nSie können dies mit den Formatierungssymbolen konfigurieren. Wenn Sie z. B. ein Makro wie ^D("%c %D, %y"); erstellen, wird Ihnen folgendes angezeigt September 26, 2001. Nachfolgend die verfügbaren Formatierungssymbole: \r\n\r\n\r\n\r\n
%y\r\n\r\n4-stelliges Jahr\r\n\r\n
%Y\r\n\r\n2-stelliges Jahr\r\n\r\n
%m\r\n\r\n2-stelliger Monat\r\n\r\n
%M\r\n\r\nvariable Monat\r\n\r\n
%c\r\n\r\nMonatsname\r\n\r\n
%d\r\n\r\n2-stelliger Tag\r\n\r\n
%D\r\n\r\nVariable Tag des Monats\r\n\r\n
%w\r\n\r\nName des Wochentags\r\n\r\n
%h\r\n\r\n2-stellige Uhrzeit (12-Stunden Format)\r\n\r\n
%H\r\n\r\nVariable Uhrzeit (12-Stunden Format)\r\n\r\n
%j\r\n\r\n2-stellige Uhrzeit (24-Stunden Format)\r\n\r\n
%J\r\n\r\nvariable Uhrzeit (24-Stunden Format)
\r\n\r\n%p\r\n\r\nkleingeschrieben am/pm\r\n\r\n
%P\r\n\r\ngrossgeschrieben AM/PM\r\n\r\n
%z\r\n\r\nBenutzerdefiniertes Datums-Format\r\n\r\n
%Z\r\n\r\nBenutzerdefiniertes Zeit-Format\r\n\r\n
Kann benutzt werden, um eine WebServer Umgebungsvariable auf der Seite anzeigen zu lassen. Diese Umgebungsvariablen sind von WebServer zu WebServer unterschiedlich, aber Sie können Sie die verfügbaren Variablen anzeigen lassen, wenn Sie http://www.ihreWebGUISeite.de/env.pl aufrufen. \r\n\r\nDas Makro wird z. B. wie folgt verwendet ^Env("REMOTE_ADDR"); \r\n\r\n
Gibt dem Contentmanager oder Administrator die Möglichkeit, ein externes Programm auszuführen. Beispiel: ^Execute("/verzeichnis/datei.sh");. \r\n\r\n
Dieses Makro wird hauptsächlich benutzt, um dynamische Abfragen in SQL Reports zu erzeugen. Das Benutzen dieses Makros kann z. B. den Wert eines Formularfeldes zurückgeben, in dem Sie einfach den Namen des Formularfeldes einsetzen, wie z. b. ^FormParam("Telefon Nummer"); \r\n\r\n
Eine simple Bedingungsabfrage (IF/THEN/ELSE) um Layout und Nachrichten zu steuern.\r\n\r\n
Zeigt Happy New Year am 1. Januar an: ^If(\'^D("%m%d");\' eq \'0101\' , Happy New Year); \r\n\r\n
Gibt dem Contentmanager oder Administrator die Möglichkeit, eine Datei des lokalen Dateisystems einzubinden \r\n\r\nBeispiel: ^Include("/verzeichnis/seite.html"); \r\n\r\n
Gibt den übersetzten Text vom \'Internationalisierungs-System\' (Übersetzungen) zurück. \r\n\r\nBeispiel: ^International(45,"Article"); Beachte: Es muss die englische Bezeichnung (Article) verwendet werden.\r\n
Benutzen Sie dies, um einen String abzuschliessen bevor Sie in einer Datenbank-Abfrage benutzen, z.B. ^Quote(suche dieses oder jenes); \r\n\r\n
Dieses Makro kann verwendet werden, um Informationen der aktuellen Seite zurückzugeben. Zum Beispiel kann es benutzt werden, um die Seiten-URL anzuzeigen: ^Page("urlizedTitle"); oder um einen Menutitel zu erhalten: ^Page("menuTitle");. \r\n\r\n
Ein einzeiliger SQL Report. Manchmal ist es erforderlich, schnell einen Datenbankinhalt zurückzugeben. Dieses Makro ist aber auch gut einsetzbar, um einen SQL-Report zu erweitern. Es werden numerische Makros (^0; ^1; ^2; etc) benutzt, um Daten zu positionieren. Sie können auch das ^rownum; Makro wie beim SQL Report Wobject benutzen.\r\n
Dieses Makro wird auch hauptsächlich in SQL Reports verwendet, aber es kann auch genauso gut wo anders eingesetzt werden. Es überprüft den Inhalt einer Eingabe (z. B. im Formular) und wandelt ihn in eine URL um, sodass die Eingabe nachher als Link angezeigt wird.
Die Syntax ist wie folgt: ^URLEncode("Ist dies meine Eingabe?"); \r\n\r\n
Mit diesem Makro können Sie einige Infos aus dem Benutzer-Konto oder Benutzerprofil anzeigen lassen. Wenn Sie z. B. die Emailadresse des Benutzers anzeigen möchten, müssen Sie das Makro wie folgt verwenden: ^User("email");\r\n\r\n
Eine Zufallszahl. Wird oft in Banner-Ads oder ähnlichembenötigt, um z. B. sicherzustellen, das nicht gecachet wird. Sie können dieses Makro u. a. einsetzen, um eine Zufallszahl zwischen 1 und 100 zu erzeugen: ^*(100); . \r\n\r\n
Diese Makros sind für System/Wobject spezifische Funktionen reserviert, wie im SQL Report oder im Body des Style Managers.
En tittel for database linken.
Data Source Name is the unique identifier \r\nthat Perl uses to describe the location of your database. It takes the format of \r\nDBI:[driver]:[database name]:[host].
Oracle: \r\nDBI:Oracle:SID
PostgreSQL: \r\n
DBD::Oracle must be installed.
You must be using \r\nmod_perl and configure PerlSetEnv ORACLE_HOME /home/oracle/product/8.1.7 \r\nin httpd.conf. Without setting ORACLE_HOME, you can connect using \r\nDBI:Oracle:host=myhost.com;sid=SID DBI:PgPP:dbname=DBNAME[;host=hOST]
Sybase: \r\n
DBD::PgPP must be installed. DBI:Sybase:[server=SERVERNAME][database=DATABASE]
\r\n
DBD::Sybase must be \r\ninstalled.
You must be using mod_perl and configure PerlSetEnv SYBASE \r\n/opt/sybase/11.0.2 in httpd.conf.
Brukernavnet du bruker for å koble til DSN. \r\n
Passordet du bruker for å koble til DSN.
A message stating that the user is \r\nreceiving the message because they subscribed to the forum or thread. \r\n
The url to the calling object such as an article or a \r\nuser submission. \r\n
The default label for callback.url \r\n
A condition indicating whether the current user can \r\npost a new message. \r\n
A condition indicating whether the current user is a \r\nvisitor. \r\n
A condition indicating whether the current user is \r\na moderator. \r\n
A condition indicating whether the current user \r\nis subscribed to this thread. \r\n
The default label for \r\nthread.layout.nested.url. \r\n
A url that will change the layout of the \r\nthread to nested. \r\n
A url that will change the layout of the \r\nthread to flat. \r\n
The default label for \r\nthread.layout.flat.url. \r\n
The default label for \r\nthread.layout.threaded.url. \r\n
A url that will change the layout of the \r\nthread to threaded. \r\n
A condition indicating whether the thread \r\nlayout is threaded. \r\n
A condition indicationg whether the thread \r\nlayout is nested. \r\n
A condition indicationg whether the thread \r\nlayout is flat. \r\n
A url that will subscribe the current user to \r\nthis thread. \r\n
The default label for thread.subscribe.url. \r\n
A url that will unsubscribe the current user \r\nfrom this thread. \r\n
The default label for \r\nthread.unsubscribe.url. \r\n
A condition indicating whether the thread is \r\nsticky. \r\n
A url that will make this thread sticky. \r\n
The default label for thread.stick.url. \r\n
A url that will make a sticky thread unstick. \r\n
The default label for thread.unstick.url. \r\n
A condition indicating whether this thread is \r\nlocked. \r\n
A url that will lock this thread. \r\n
The default label for thread.lock.url. \r\n
A url that will unlock this thread. \r\n
The default label for thread.unlock.url. \r\n
A loop containing all the posts in this thread. \r\npost.indent_loop
\r\n
A loop to be used for indenting. \r\ndepth
\r\n
An integer indicating the depth. Not really useful, \r\njust hear to fill out the loop.
An integer indicating how many levels deep this \r\npost is. \r\n
A condition indicating whether this post is the one \r\nselected for viewing by the user. \r\n
The default label for subjects. \r\n
The default label for dates. \r\n
The default label for authors. \r\n
A url to create a new url. \r\n
The default label for thread.new.url. \r\n
A url that will display the previous thread. \r\n
The default label for thread.previous.url. \r\n
A url that will display the next thread. \r\n
The default label for thread.next.url. \r\n
The default label for thread.list.url.
The url back to the calling object such as an article \r\nor user submission. \r\n
The default label for callback.url. \r\n
The default label for post.subject \r\n
The subject of this post. \r\n
The message of this post. \r\n
A condition indicating whether the current user can \r\npost a new message. \r\n
A human readable date for this post. \r\n
The epoch date for this post. \r\n
The human readable time for this post. \r\n
The default label for post.date.value. \r\n
The average rating of this post. \r\n
The default label for post.date.value. \r\n
The number of views for this post. \r\n
The default label for post.views.value. \r\n
the status of this post. \r\n
The default label for post.status.value. \r\n
A condition indicating whether the thread this post \r\nis in is locked. \r\n
A condition indicating whether the current user is \r\na moderator. \r\n
A condition indicating whether the current user can \r\nedit this post. \r\n
A condition indicating whether the poster was a \r\nvisitor. \r\n
The userId of the poster. \r\n
The poster\'s username. \r\n
The url to the poster\'s profile. \r\n
The url to display this post. \r\n
The unique id of this post. \r\n
The default label for post.rate.url.1. \r\n
The url to give this post a rating of 1. \r\n
The url to give this post a rating of 2. \r\n
The url to give this post a rating of 3. \r\n
The url to give this post a rating of 4. \r\n
The url to give this post a rating of 5. \r\n
A condition indicating whether the current user has \r\nalready rated this post. \r\n
The default label for post.reply.url. \r\n
The url to reply to this post. \r\n
The url to reply to this post and quote \r\nthis post in doing so. \r\n
The default label for post.edit.url. \r\n
The url to edit this post. \r\n
The url to delete this post. \r\n
The default label for post.delete.url. \r\n
The default label for post.approve.url. \r\n
The url to approve this post. \r\n
The url to deny this post. \r\n
The default label for post.deny.url. \r\n
The full post rendered using the post template. This \r\nwould never be used in the post template directly, but is often used in other \r\ntemplates that embed the post template\'s variables.
A url that points to the calling object, such as an \r\narticle or user submission. \r\n
The default label for callback.url. \r\n
A condition indicating whether the user is a \r\nvisitor. \r\n
The url to start a new thread. \r\n
The default label for thread.new.url. \r\n
The default label for forum.search.url. \r\n
The url to access the forum search engine. \r\n
The default label for forum.subscribe.url. \r\n
The url to subscribe to this forum. \r\n
The default label for forum.subscribe.url. \r\n
The url to unsubscribe from this forum. \r\n
A condition indicating whether the current user \r\nis subscribed to this forum. \r\n
A condition indicating whether the current user is \r\na moderator for this forum. \r\n
A condition indicating whether the current user has \r\nthe privileges necessary to post to this forum. \r\n
A url that will change the sorting options \r\nto be sorted by date. \r\n
A url that will change the sorting \r\noptions to be sorted by the date of the last reply to the thread. \r\n
A url that will change the sorting options \r\nto be sorted by the number of views each thread has. \r\n
A url that will change the sorting \r\noptions to be sorted by the number of replies a thread has. \r\n
A url that will change the sorting options \r\nto be sorted by the average rating of each thread. \r\n
A label for the subject column. \r\n
A label for the date column. \r\n
A label for the author column. \r\n
A label for the views column. \r\n
A label for the replies column. \r\n
A label for the rating column. \r\n
A label for the last reply column. \r\n
A link to the first page in a multi-page listing. \r\n
A link to the last page in a multi-page listing. \r\n
A link to the next page in a multi-page listing. \r\n
A series of links to every page in a multi-page listing. \r\n
A link to the previous page in a multi-page listing. \r\n
A condition indicating whether there are multiple \r\npages or not. \r\n
The number of pages in a multiple page listing. \r\n
The number of the current page in a multi-page listing. \r\n
A loop containing all of the thread data. \r\nthread.views
',1068757334,NULL);
INSERT INTO international VALUES (1055,'WebGUI',12,'WebGUI has a very powerful built-in discussion system. It can be attached to \r\nanything and is attached to many wobjects. \r\n
The number of views this thread has had. \r\n
The number of replies this thread has had. \r\n
The average rating of all the posts in this thread. \r\n
\r\nthread.rating_loop.count
thread.isSticky
A counter for the rating. This \r\ncan be used to \"draw\" a rating, such as adding a star for each rating, or some \r\nother visual approach. \r\n
A condition indicating whether the \r\nthread is sticky and hence will appear at the top of the forum listing. \r\n
A condition indicating whether the thread is locked \r\nfrom new posts. \r\n
The subject of the root post in this thread. \r\n
The url to view the root post. \r\n
An epoch date of the root post. \r\n
A human readable date for the root post. \r\n
A human readable time for the root post. \r\n
The root poster\'s user id. \r\n
The username of the root poster. \r\n
The url of the root poster\'s profile. \r\n
A condition indicating whether the root \r\nposter was a visitor. \r\n
The status of the root post. \r\n
The subject of the last post made to this \r\nthread. \r\n
The url to the last post. \r\n
The post time of the last post represented as an \r\nepoch. \r\n
The human readable date of the last post. \r\n
The human readable time of the last post. \r\n
The url of the last posters profile. \r\n
The userId of the last poster. \r\n
The username of the last poster. \r\n
A condition indicating whether the last \r\nposter was a visitor. \r\n
The status of the last post
A template that controls the layout of the forum \r\nview. \r\n
A template that controls the layout of the thread \r\nview. \r\n
A template that controls the layout of the post view. \r\n\r\n
A template that controls the layout of the search \r\nengine interface and search results. \r\n
A template that controls the form that users see \r\nwhen posting a new message. \r\n
A template that controls the layout of \r\nsubscription notification messages sent to users. \r\n
If a thread hasn\'t had a new message after this \r\ninterval has expired then it will be flagged as \"archived\" and will only be \r\naccessible via the search engine. \r\n
The interval of time that the user has to edit their \r\nmessage after their inital post. \r\n
If set to yes then a string will be added \r\nto the bottom of a post each time its edited. \r\n
If set to yes then users will be able to use a \r\nrich editor when writing their posts. \r\n
If set to yes then users will be able to use \r\nreplacements in thier posts. Replacements can be managed from the settings. \r\n
Select what types of content you will filter from a \r\nuser\'s post. \r\n
The number of posts to display on a single page. \r\n
A group that is allowed to post new messages. \r\n
If set to yes then posts will be set to pending by \r\ndefault and will not be displayed until a moderator approves the message. \r\n
A group that is allowed to moderate messages. \r\n
Tittelen til Forumet
Beskrivelse av forumet');
INSERT INTO replacements VALUES (2,'[/quote]','
');
INSERT INTO replacements VALUES (3,'[image]','');
INSERT INTO replacements VALUES (5,'shit','crap');
INSERT INTO replacements VALUES (6,'fuck','farg');
INSERT INTO replacements VALUES (7,'asshole','icehole');
INSERT INTO replacements VALUES (8,'nigger','guy');
INSERT INTO replacements VALUES (9,'[b]','');
INSERT INTO replacements VALUES (10,'[/b]','');
INSERT INTO replacements VALUES (11,'[i]','');
INSERT INTO replacements VALUES (12,'[/i]','');
INSERT INTO replacements VALUES (0,NULL,NULL);
--
-- 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 ('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 ('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.');
INSERT INTO settings VALUES ('siteicon','^Extras;favicon.png');
INSERT INTO settings VALUES ('favicon','^Extras;favicon.ico');
INSERT INTO settings VALUES ('sharedClipboard','0');
INSERT INTO settings VALUES ('sharedTrash','0');
INSERT INTO settings VALUES ('proxiedClientAddress','0');
INSERT INTO settings VALUES ('ldapUserRDN','cn');
INSERT INTO settings VALUES ('wobjectPrivileges','0');
INSERT INTO settings VALUES ('encryptLogin','0');
INSERT INTO settings VALUES ('hostToUse','HTTP_HOST');
--
-- 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
\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\nClipboard\r\n \r\n^H; / ^a; \r\n
\r\nPAGES
^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
How to Suggest a Site -\r\nCompany Info -\r\nCopyright Policy -\r\nTerms of Service -\r\nContributors -\r\nJobs -\r\nAdvertising
Privacy Policy\r\n
\r\n\r\n \r\n \r\n 
\r\n Your Company Name Here
\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; \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\nTrash\r\n \r\n^H; / ^a; / Empty Trash \r\n
\r\nPAGES
^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\nPackages\r\n \r\n^H; / ^a; \r\n
\r\nPACKAGES
^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^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');
INSERT INTO style VALUES (-10,'htmlArea Image Manager','\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 mediumtext,
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
','LinkList');
INSERT INTO template VALUES (4,'Descriptive','
\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\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\" />
\" border=0 width=\"16\" height=\"16\" align=\"middle\" />
\" border=\"0\" width=\"16\" height=\"16\" align=\"middle\" />
\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\r\n
\r\n\r\n \r\n\r\n
\r\n
\r\n\r\n\r\n
\r\n \">
\r\n
\r\n
\r\n
\r\n\r\n\r\n
\r\n\r\n\r\n \r\n\r\n\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\" />
\" border=0 width=\"16\" height=\"16\" align=\"middle\" />
\" border=\"0\" width=\"16\" height=\"16\" align=\"middle\" />
\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 \" 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 \" border=\"0\">\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 \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=\"
\r\n
\r\n\r\n\r\n \r\n\r\n \r\n
\r\n\r\n\r\n \r\n\r\n \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 \" border=\"0\" align=\"right\"/>\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
\n\n
\n\n\n \n
\n
\n
\n
\n\n\n
\n
\n
\n \">
\n
\n \">
\n
\n
\n\">
\n\n\n \" border=\"0\">\n
\n\n\n
\n\n\n \n \n \n \"> \n \"> \n \"> \n \"> \n \"> \n\n \n\"> \n \n \"> \n \n \n \n \n \n \"> \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\" border=\"0\" alt=\"
\r\n\r\n
\r\n\r\n\r\n\r\n
\r\n
\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\" border=0 align=\"absmiddle\">
\r\n\" border=0 align=\"absmiddle\">
\r\n\" border=0 align=\"absmiddle\">
\r\n\r\n \r\n\" border=\"0\" />\r\n
\" border=\"0\" />\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
\r\n \r\n\r\n 
\r\n\r\n
\r\n \r\n\r\n 
\r\n\r\n
\r\n \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\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 \" 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\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\nSpecifications \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=\"absmiddle\" />
\r\n\" border=0 align=\"absmiddle\" />
\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','Product');
INSERT INTO template VALUES (4,'Three Over One',' \r\n\r\n 
\r\n\" border=0 align=\"absmiddle\" />
\r\n\" border=0 align=\"absmiddle\" />
\r\n\" border=0 align=\"absmiddle\" />
\r\n
\r\n\" border=\"0\" />\r\n
\" border=\"0\" />\r\n
\" border=\"0\" />\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
\r\n\r\n
\r\n
\r\n \r\n \" class=\"pollColor\"> \r\n 
\r\n
\n\n
\n\n
\n\n \n \n \n \n\r\n
\r\n\r\n\"> \r\n \r\n \n
','DataForm/List');
INSERT INTO template VALUES (1,'Default HTTP Proxy','\n \nEntry ID \n \n Submission Date \n\n \n\"> \n \n \n
\r\n
\n\n
\n\n \n \n \n \n \n \n \n \n \n \n \n \n \"> \n
\n \n \n \n \n \n \"> \n
\n
\n
\n\n\n\n
\n \n \n \n\n \n \n \n \n \n\n
\n\n\n
','Forum/Post');
INSERT INTO template VALUES (1,'Default Thread','\n \n\n \n \n
\n
\n
\n
\n
\n
\n\n
\n \n \n \n \n \">\n \n \n
\n\n \n \n \n \n \n \n \n \n \n \n \n \"> \n \n \n
\n\n \n
\n \n \n
\n \'\n \n \n \n \n \n \n\n
\n\n \n \n \n \n \n \n \"> \n \n \"> \n \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
\n\n\nThere are literally hundreds of sites using WebGUI. You could be next.\n',1038221932,3,1038222654,3,1,946728000,2082801600,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,NULL,1,3,3,7,1003);
INSERT INTO wobject VALUES (-3,1,'Article',1,'Article',0,'',1038219356,3,1038219356,3,1,946728000,2082801600,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,NULL,1,3,3,7,1003);
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,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,NULL,1,3,3,7,1003);
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
\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,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,NULL,1,3,3,7,1003);