-- 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; -- -- 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 (1,1,2114402400,0); INSERT INTO groupings VALUES (3,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',1005); INSERT INTO incrementer VALUES ('styleId',1000); INSERT INTO incrementer VALUES ('userId',26); INSERT INTO incrementer VALUES ('wobjectId',9); INSERT INTO incrementer VALUES ('EventsCalendar_eventId',1000); INSERT INTO incrementer VALUES ('LinkList_linkId',1006); 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',1007); 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\nA loop to be used for indenting.\r\n

\r\n

\r\ndepth
\r\nAn integer indicating the depth. Not really useful, just hear to fill out the loop.\r\n
\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\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,'

Problem With Request

We have encountered a problem with your request. Please use your back button and try again. If this problem persists, please contact us with what you were trying to do and the time and date of the problem.',1031514049,NULL); INSERT INTO international VALUES (417,'WebGUI',1,'

Security Violation

You attempted to access a wobject not associated with this page. This incident has been reported.',1031514049,NULL); INSERT INTO international VALUES (418,'WebGUI',1,'Filter Content',1046604931,NULL); INSERT INTO international VALUES (420,'WebGUI',1,'Remove nothing.',1046637549,NULL); INSERT INTO international VALUES (421,'WebGUI',1,'Remove everything except basic formating.',1046611728,NULL); INSERT INTO international VALUES (422,'WebGUI',1,'

Login Failed

The information supplied does not match the account.',1031514049,NULL); INSERT INTO international VALUES (423,'WebGUI',1,'View active sessions.',1031514049,NULL); INSERT INTO international VALUES (424,'WebGUI',1,'View login history.',1031514049,NULL); INSERT INTO international VALUES (425,'WebGUI',1,'Active Sessions',1031514049,NULL); INSERT INTO international VALUES (426,'WebGUI',1,'Login History',1031514049,NULL); INSERT INTO international VALUES (427,'WebGUI',1,'Styles',1031514049,NULL); INSERT INTO international VALUES (428,'WebGUI',1,'User (ID)',1031514049,NULL); INSERT INTO international VALUES (429,'WebGUI',1,'Login Time',1031514049,NULL); INSERT INTO international VALUES (430,'WebGUI',1,'Last Page View',1031514049,NULL); INSERT INTO international VALUES (431,'WebGUI',1,'IP Address',1031514049,NULL); INSERT INTO international VALUES (432,'WebGUI',1,'Expires',1031514049,NULL); INSERT INTO international VALUES (433,'WebGUI',1,'User Agent',1031514049,NULL); INSERT INTO international VALUES (434,'WebGUI',1,'Status',1031514049,NULL); INSERT INTO international VALUES (435,'WebGUI',1,'Session Signature',1031514049,NULL); INSERT INTO international VALUES (436,'WebGUI',1,'Kill Session',1031514049,NULL); INSERT INTO international VALUES (437,'WebGUI',1,'Statistics',1031514049,NULL); INSERT INTO international VALUES (438,'WebGUI',1,'Your Name',1031514049,NULL); INSERT INTO international VALUES (68,'WebGUI',2,'Die Benutzerkontoinformationen, die Sie eingegeben haben, sind ungültig. Entweder existiert das Konto nicht, oder die Kombination aus Benutzername und Passwort ist falsch.',1040651193,NULL); INSERT INTO international VALUES (65,'WebGUI',2,'Benutzerkonto endgültig deaktivieren',1041593438,NULL); INSERT INTO international VALUES (62,'WebGUI',2,'sichern',1041630031,NULL); INSERT INTO international VALUES (64,'WebGUI',2,'Abmelden',1041630039,NULL); INSERT INTO international VALUES (63,'WebGUI',2,'Editieren einschalten',1040464598,NULL); INSERT INTO international VALUES (61,'WebGUI',2,'Benutzerkontendetails aktualisieren',1041626116,NULL); INSERT INTO international VALUES (60,'WebGUI',2,'Sind Sie sicher, dass Sie dieses Benutzerkonto deaktivieren möchten? Wenn Sie fortfahren, sind Ihre Konteninformationen endgültig verloren.',1040648187,NULL); INSERT INTO international VALUES (1,'SyndicatedContent',6,'URL till RSS filen',1031510000,NULL); INSERT INTO international VALUES (59,'WebGUI',2,'Ich habe mein Passwort vergessen.',1041629945,NULL); INSERT INTO international VALUES (58,'WebGUI',2,'Ich besitze bereits ein Benutzerkonto.',1041593424,NULL); INSERT INTO international VALUES (59,'Product',1,'Name',1031514049,NULL); INSERT INTO international VALUES (60,'Product',1,'Template',1031514049,NULL); INSERT INTO international VALUES (56,'WebGUI',2,'Email Adresse',1041629556,NULL); INSERT INTO international VALUES (57,'WebGUI',2,'(Dies ist nur notwendig, wenn Sie Eigenschaften benutzen möchten die eine Emailadresse voraussetzen)',1041612479,NULL); INSERT INTO international VALUES (2,'Auth/WebGUI',2,'Passwort (bestätigen)',1040644235,NULL); INSERT INTO international VALUES (54,'WebGUI',2,'Benutzerkonto anlegen',1041593408,NULL); INSERT INTO international VALUES (7,'Article',10,'Titel på henvisning',1031510000,NULL); INSERT INTO international VALUES (53,'WebGUI',2,'Druckbares Format',1040651152,NULL); INSERT INTO international VALUES (51,'WebGUI',2,'Passwort',1041632420,NULL); INSERT INTO international VALUES (49,'WebGUI',2,'Hier können Sie sich abmelden.',1048591856,NULL); INSERT INTO international VALUES (52,'WebGUI',2,'Anmelden',1041628924,NULL); INSERT INTO international VALUES (50,'WebGUI',2,'Benutzername',1041632405,NULL); INSERT INTO international VALUES (48,'WebGUI',2,'Hallo',1041632315,NULL); INSERT INTO international VALUES (47,'WebGUI',2,'Startseite',1041632240,NULL); INSERT INTO international VALUES (46,'WebGUI',2,'Mein Benutzerkonto',1041593393,NULL); INSERT INTO international VALUES (45,'WebGUI',2,'Nein, ich habe einen Fehler gemacht.',1041628563,NULL); INSERT INTO international VALUES (44,'WebGUI',2,'Ja, ich bin mir sicher.',1041628506,NULL); INSERT INTO international VALUES (43,'WebGUI',2,'Sind Sie sicher, dass Sie diesen Inhalt löschen möchten?',1040647922,NULL); INSERT INTO international VALUES (42,'WebGUI',2,'Bitte bestätigen Sie',1041628454,NULL); INSERT INTO international VALUES (41,'WebGUI',2,'Sie versuchen einen notwendigen Bestandteil des Systems zu löschen. WebGUI würde nach dieser Aktion möglicherweise nicht mehr richtig funktionieren.',1041628063,NULL); INSERT INTO international VALUES (39,'WebGUI',2,'Sie sind nicht berechtigt, diese Seite anzuschauen.',1041628135,NULL); INSERT INTO international VALUES (40,'WebGUI',2,'Notwendiger Bestandteil',1041628173,NULL); INSERT INTO international VALUES (38,'WebGUI',2,'Sie sind nicht berechtigt, diese Aktion auszuführen. ^a(Melden Sie sich bitte mit einem Benutzernamen an);, der über ausreichende Rechte verfügt.',1048591755,NULL); INSERT INTO international VALUES (37,'WebGUI',2,'Zugriff verweigert!',1041628318,NULL); INSERT INTO international VALUES (37,'USS',2,'Löschen',1040649997,NULL); INSERT INTO international VALUES (36,'WebGUI',2,'Um diese Funktion ausführen zu können, müssen Sie Administrator sein. Bitte nehmen Sie Kontakt mit einem Ihrer Administratoren auf.',1058172207,NULL); INSERT INTO international VALUES (35,'WebGUI',2,'Administrative Funktion',1041628286,NULL); INSERT INTO international VALUES (35,'USS',2,'Titel',1040639629,NULL); INSERT INTO international VALUES (34,'WebGUI',2,'Datum setzen',1041628390,NULL); INSERT INTO international VALUES (34,'USS',2,'Carriage Return beachten?',1040649988,NULL); INSERT INTO international VALUES (33,'WebGUI',2,'Samstag',1041611459,NULL); INSERT INTO international VALUES (32,'WebGUI',2,'Freitag',1041611445,NULL); INSERT INTO international VALUES (33,'USS',2,'Anhang',1040639638,NULL); INSERT INTO international VALUES (32,'USS',2,'Grafik',1040639621,NULL); INSERT INTO international VALUES (31,'WebGUI',2,'Donnerstag',1041611433,NULL); INSERT INTO international VALUES (30,'WebGUI',2,'Mittwoch',1041611033,NULL); INSERT INTO international VALUES (31,'USS',2,'Inhalt',1040649976,NULL); INSERT INTO international VALUES (29,'WebGUI',2,'Dienstag',1041611399,NULL); INSERT INTO international VALUES (28,'WebGUI',2,'Montag',1041611386,NULL); INSERT INTO international VALUES (29,'USS',2,'Benutzerbeitragssystem',1041635174,NULL); INSERT INTO international VALUES (28,'USS',2,'Zurück zur Beitragsliste',1040649930,NULL); INSERT INTO international VALUES (28,'Article',2,'Kommentare anschauen',1040597920,NULL); INSERT INTO international VALUES (27,'WebGUI',2,'Sonntag',1041611372,NULL); INSERT INTO international VALUES (27,'USS',2,'Bearbeiten',1040649918,NULL); INSERT INTO international VALUES (26,'WebGUI',2,'Dezember',1041617362,NULL); INSERT INTO international VALUES (2,'WebGUI',6,'Sida',1031510000,NULL); INSERT INTO international VALUES (574,'WebGUI',2,'Ablehnen',1041610553,NULL); INSERT INTO international VALUES (25,'WebGUI',2,'November',1041610832,NULL); INSERT INTO international VALUES (24,'WebGUI',2,'Oktober',1041593097,NULL); INSERT INTO international VALUES (24,'Article',2,'Kommentar schreiben',1040597898,NULL); INSERT INTO international VALUES (1,'Article',6,'Artikel',1031510000,NULL); INSERT INTO international VALUES (572,'WebGUI',2,'Freigeben',1041629753,NULL); INSERT INTO international VALUES (23,'WebGUI',2,'September',1041610991,NULL); INSERT INTO international VALUES (23,'Article',2,'Datum',1040597864,NULL); INSERT INTO international VALUES (22,'WebGUI',2,'August',1041610982,NULL); INSERT INTO international VALUES (22,'Article',2,'Autor',1040646744,NULL); INSERT INTO international VALUES (1062,'WebGUI',1,'Forum Notification Template',1066580520,NULL); INSERT INTO international VALUES (3,'USS',6,'Du har ett nytt meddelande att validera.',1031648406,NULL); INSERT INTO international VALUES (21,'WebGUI',2,'Juli',1041607739,NULL); INSERT INTO international VALUES (21,'USS',2,'Erstellt von',1040649909,NULL); INSERT INTO international VALUES (565,'WebGUI',2,'Wer kann moderieren?',1041629652,NULL); INSERT INTO international VALUES (4,'EventsCalendar',6,'Inträffar endast en gång.',1031510000,NULL); INSERT INTO international VALUES (20,'WebGUI',2,'Juni',1041610842,NULL); INSERT INTO international VALUES (20,'USS',2,'Neuen Beitrag schreiben',1040649897,NULL); INSERT INTO international VALUES (1017,'WebGUI',2,'Letzte Antwort',1040646685,NULL); INSERT INTO international VALUES (4,'Item',6,'Post',1031510000,NULL); INSERT INTO international VALUES (4,'SQLReport',6,'Query',1031510000,NULL); INSERT INTO international VALUES (20,'FileManager',2,'Einträge pro Seite',1041594596,NULL); INSERT INTO international VALUES (19,'WebGUI',2,'Mai',1041607729,NULL); INSERT INTO international VALUES (19,'USS',2,'Beitrag bearbeiten',1040649874,NULL); INSERT INTO international VALUES (1016,'WebGUI',2,'Antworten',1040646664,NULL); INSERT INTO international VALUES (5,'FAQ',6,'Fråga',1031510000,NULL); INSERT INTO international VALUES (19,'EventsCalendar',2,'Einträge pro Seite',1041594657,NULL); INSERT INTO international VALUES (19,'FileManager',2,'Sie besitzen keine Dateien, die zum Download bereitstehen.',1040644770,NULL); INSERT INTO international VALUES (18,'WebGUI',2,'April',1041607719,NULL); INSERT INTO international VALUES (18,'USS',2,'Benutzerbeitragssystem bearbeiten',1041635143,NULL); INSERT INTO international VALUES (18,'SQLReport',2,'Diese Abfrage liefert keine Ergebnisse.',1040649334,NULL); INSERT INTO international VALUES (18,'FileManager',2,'Alternative #2',1040644753,NULL); INSERT INTO international VALUES (17,'WebGUI',2,'März',1041610852,NULL); INSERT INTO international VALUES (894,'WebGUI',2,'Diskussion erlauben?',1040597839,NULL); INSERT INTO international VALUES (17,'USS',2,'Sind Sie sicher, dass Sie diesen Beitrag löschen möchten?',1040648045,NULL); INSERT INTO international VALUES (17,'SQLReport',2,'Debug: Abfrage:',1040649160,NULL); INSERT INTO international VALUES (17,'FileManager',2,'Alternative #1',1040644743,NULL); INSERT INTO international VALUES (16,'WebGUI',2,'Februar',1041610936,NULL); INSERT INTO international VALUES (16,'USS',2,'Ohne Titel',1040649848,NULL); INSERT INTO international VALUES (48,'Product',1,'Are you certain you wish to delete this benefit? It cannot be recovered once it has been deleted.',1031514049,NULL); INSERT INTO international VALUES (16,'FileManager',2,'Upload Datum',1040644733,NULL); INSERT INTO international VALUES (16,'SQLReport',2,'Debuggen?',1040649322,NULL); INSERT INTO international VALUES (774,'WebGUI',1,'Are you certain you wish to delete this collateral? It cannot be recovered once deleted.',1036902945,NULL); INSERT INTO international VALUES (15,'USS',2,'Bearbeiten/Löschen',1040649837,NULL); INSERT INTO international VALUES (15,'WebGUI',2,'Januar',1041607749,NULL); INSERT INTO international VALUES (771,'WebGUI',1,'Snippet',1036893079,NULL); INSERT INTO international VALUES (15,'SQLReport',2,'Sollen die Makros in der Abfrage vorverarbeitet werden?',1040649287,NULL); INSERT INTO international VALUES (15,'EventsCalendar',2,'Ende Datum',1040644283,NULL); INSERT INTO international VALUES (14,'WebGUI',2,'Ausstehende Beiträge anschauen',1041607802,NULL); INSERT INTO international VALUES (15,'FileManager',2,'Beschreibung',1040644722,NULL); INSERT INTO international VALUES (14,'USS',2,'Status',1040649826,NULL); INSERT INTO international VALUES (14,'SQLReport',2,'Einträge pro Seite',1041594620,NULL); INSERT INTO international VALUES (14,'EventsCalendar',2,'Start Datum',1040644271,NULL); INSERT INTO international VALUES (14,'FileManager',2,'Datei',1040644713,NULL); INSERT INTO international VALUES (762,'WebGUI',1,'Add a file.',1036892774,NULL); INSERT INTO international VALUES (13,'WebGUI',2,'Anschauen: Hilfe',1040640807,NULL); INSERT INTO international VALUES (13,'USS',2,'Erstellungsdatum',1040649817,NULL); INSERT INTO international VALUES (13,'SQLReport',2,'Carriage Return beachten?',1040649235,NULL); INSERT INTO international VALUES (439,'WebGUI',1,'Personal Information',1031514049,NULL); INSERT INTO international VALUES (440,'WebGUI',1,'Contact Information',1031514049,NULL); INSERT INTO international VALUES (441,'WebGUI',1,'Email To Pager Gateway',1031514049,NULL); INSERT INTO international VALUES (442,'WebGUI',1,'Work Information',1031514049,NULL); INSERT INTO international VALUES (443,'WebGUI',1,'Home Information',1031514049,NULL); INSERT INTO international VALUES (444,'WebGUI',1,'Demographic Information',1031514049,NULL); INSERT INTO international VALUES (445,'WebGUI',1,'Preferences',1031514049,NULL); INSERT INTO international VALUES (446,'WebGUI',1,'Work Web Site',1031514049,NULL); INSERT INTO international VALUES (447,'WebGUI',1,'Manage page tree.',1031514049,NULL); INSERT INTO international VALUES (448,'WebGUI',1,'Page Tree',1031514049,NULL); INSERT INTO international VALUES (449,'WebGUI',1,'Miscellaneous Information',1031514049,NULL); INSERT INTO international VALUES (450,'WebGUI',1,'Work Name (Company Name)',1031514049,NULL); INSERT INTO international VALUES (451,'WebGUI',1,'is required.',1031514049,NULL); INSERT INTO international VALUES (452,'WebGUI',1,'Please wait...',1031514049,NULL); INSERT INTO international VALUES (453,'WebGUI',1,'Date Created',1031514049,NULL); INSERT INTO international VALUES (454,'WebGUI',1,'Last Updated',1031514049,NULL); INSERT INTO international VALUES (455,'WebGUI',1,'Edit User\'s Profile',1031514049,NULL); INSERT INTO international VALUES (456,'WebGUI',1,'Back to user list.',1031514049,NULL); INSERT INTO international VALUES (457,'WebGUI',1,'Edit this user\'s account.',1031514049,NULL); INSERT INTO international VALUES (458,'WebGUI',1,'Edit this user\'s groups.',1031514049,NULL); INSERT INTO international VALUES (459,'WebGUI',1,'Edit this user\'s profile.',1031514049,NULL); INSERT INTO international VALUES (460,'WebGUI',1,'Time Offset',1031514049,NULL); INSERT INTO international VALUES (461,'WebGUI',1,'Date Format',1031514049,NULL); INSERT INTO international VALUES (462,'WebGUI',1,'Time Format',1031514049,NULL); INSERT INTO international VALUES (463,'WebGUI',1,'Text Area Rows',1031514049,NULL); INSERT INTO international VALUES (464,'WebGUI',1,'Text Area Columns',1031514049,NULL); INSERT INTO international VALUES (465,'WebGUI',1,'Text Box Size',1031514049,NULL); INSERT INTO international VALUES (466,'WebGUI/Profile',1,'Are you certain you wish to delete this category and move all of its fields to the Miscellaneous category?',1031514049,NULL); INSERT INTO international VALUES (467,'WebGUI/Profile',1,'Are you certain you wish to delete this field and all user data attached to it?',1031514049,NULL); INSERT INTO international VALUES (468,'WebGUI/Profile',6,'Redigera Användar Profil Kategorier',1031579473,NULL); INSERT INTO international VALUES (469,'WebGUI',1,'Id',1031514049,NULL); INSERT INTO international VALUES (470,'WebGUI',1,'Name',1031514049,NULL); INSERT INTO international VALUES (472,'WebGUI',1,'Label',1031514049,NULL); INSERT INTO international VALUES (473,'WebGUI/Profile',1,'Visible?',1031514049,NULL); INSERT INTO international VALUES (474,'WebGUI/Profile',1,'Required?',1031514049,NULL); INSERT INTO international VALUES (475,'WebGUI',1,'Text',1031514049,NULL); INSERT INTO international VALUES (476,'WebGUI',1,'Text Area',1031514049,NULL); INSERT INTO international VALUES (477,'WebGUI',1,'HTML Area',1031514049,NULL); INSERT INTO international VALUES (478,'WebGUI',1,'URL',1031514049,NULL); INSERT INTO international VALUES (479,'WebGUI',1,'Date',1031514049,NULL); INSERT INTO international VALUES (480,'WebGUI',1,'Email Address',1031514049,NULL); INSERT INTO international VALUES (481,'WebGUI',1,'Telephone Number',1031514049,NULL); INSERT INTO international VALUES (482,'WebGUI',1,'Number (Integer)',1031514049,NULL); INSERT INTO international VALUES (483,'WebGUI',1,'Yes or No',1031514049,NULL); INSERT INTO international VALUES (484,'WebGUI',1,'Select List',1031514049,NULL); INSERT INTO international VALUES (485,'WebGUI',1,'Boolean (Checkbox)',1031514049,NULL); INSERT INTO international VALUES (486,'WebGUI',1,'Data Type',1031514049,NULL); INSERT INTO international VALUES (487,'WebGUI',1,'Possible Values',1031514049,NULL); INSERT INTO international VALUES (488,'WebGUI',1,'Default Value(s)',1031514049,NULL); INSERT INTO international VALUES (489,'WebGUI/Profile',1,'Profile Category',1031514049,NULL); INSERT INTO international VALUES (490,'WebGUI/Profile',1,'Add a profile category.',1031514049,NULL); INSERT INTO international VALUES (491,'WebGUI/Profile',1,'Add a profile field.',1031514049,NULL); INSERT INTO international VALUES (492,'WebGUI',1,'Profile fields list.',1031514049,NULL); INSERT INTO international VALUES (493,'WebGUI',1,'Back to site.',1031514049,NULL); INSERT INTO international VALUES (495,'WebGUI',1,'htmlArea (Internet Explorer 5.5+)',1044704928,NULL); INSERT INTO international VALUES (496,'WebGUI',1,'Editor To Use',1031514049,NULL); INSERT INTO international VALUES (494,'WebGUI',1,'RealObjects edit-on Pro 2.x',1044704984,NULL); INSERT INTO international VALUES (497,'WebGUI',1,'Start Date',1031514049,NULL); INSERT INTO international VALUES (498,'WebGUI',1,'End Date',1031514049,NULL); INSERT INTO international VALUES (499,'WebGUI',1,'Wobject ID',1031514049,NULL); INSERT INTO international VALUES (500,'WebGUI',1,'Page ID',1031514049,NULL); INSERT INTO international VALUES (5,'Poll',6,'Bredd på staplar',1031650849,NULL); INSERT INTO international VALUES (5,'SiteMap',6,'Redigera innehållskartan',1050403176,NULL); INSERT INTO international VALUES (5,'SQLReport',6,'DSN',1031510000,NULL); INSERT INTO international VALUES (5,'USS',6,'Ditt meddelande har blivit nekat validering.',1031648653,NULL); INSERT INTO international VALUES (5,'WebGUI',6,'Hantera grupper.',1047894338,NULL); INSERT INTO international VALUES (6,'Article',6,'Bild',1031510000,NULL); INSERT INTO international VALUES (701,'WebGUI',6,'veckor',1050402859,NULL); INSERT INTO international VALUES (6,'ExtraColumn',6,'Lägg till extra column',1031510000,NULL); INSERT INTO international VALUES (6,'FAQ',6,'Svar',1031510000,NULL); INSERT INTO international VALUES (6,'LinkList',6,'Länklista',1032257336,NULL); INSERT INTO international VALUES (6,'MessageBoard',6,'Redigera Meddelande Forum',1031510000,NULL); INSERT INTO international VALUES (6,'Poll',6,'Fråga',1031510000,NULL); INSERT INTO international VALUES (6,'SiteMap',6,'Indentering',1031510000,NULL); INSERT INTO international VALUES (6,'SQLReport',6,'Databas användare',1031651366,NULL); INSERT INTO international VALUES (6,'USS',6,'Inlägg per sida',1031510000,NULL); INSERT INTO international VALUES (6,'WebGUI',6,'Hantera stilar.',1047894359,NULL); INSERT INTO international VALUES (7,'Article',6,'Länktitel',1032859374,NULL); INSERT INTO international VALUES (7,'FAQ',6,'Är du säker på att du vill radera denna fråga?',1031510000,NULL); INSERT INTO international VALUES (1060,'WebGUI',1,'Forum Thread Template',1066578513,NULL); INSERT INTO international VALUES (7,'Poll',6,'Svar',1031510000,NULL); INSERT INTO international VALUES (7,'SQLReport',6,'Databas lösenord',1031651382,NULL); INSERT INTO international VALUES (560,'WebGUI',6,'Godkänt',1047850822,NULL); INSERT INTO international VALUES (7,'WebGUI',6,'Hantera användare.',1047894382,NULL); INSERT INTO international VALUES (8,'Article',6,'Länk-URL',1032859384,NULL); INSERT INTO international VALUES (8,'EventsCalendar',6,'Återkommer varje',1031649719,NULL); INSERT INTO international VALUES (8,'FAQ',6,'Redigera F.A.Q.',1031510000,NULL); INSERT INTO international VALUES (8,'LinkList',6,'URL',1031510000,NULL); INSERT INTO international VALUES (8,'Poll',6,'(Mata in ett svar per rad. Max 20.)',1031510000,NULL); INSERT INTO international VALUES (8,'SQLReport',6,'Redigera SQL Rapport',1031510000,NULL); INSERT INTO international VALUES (561,'WebGUI',6,'Nekat',1031510000,NULL); INSERT INTO international VALUES (8,'WebGUI',6,'Visa page not found.',1031510000,NULL); INSERT INTO international VALUES (9,'Article',6,'Bilagor',1031510000,NULL); INSERT INTO international VALUES (9,'EventsCalendar',6,'till',1031649729,NULL); INSERT INTO international VALUES (9,'FAQ',6,'Lägg till ny fråga.',1031510000,NULL); INSERT INTO international VALUES (9,'LinkList',6,'Är du säker att du vill radera denna länk?',1031510000,NULL); INSERT INTO international VALUES (9,'Poll',6,'Redigera fråga',1031510000,NULL); INSERT INTO international VALUES (9,'SQLReport',6,'Debug: Error: The DSN specified is of an improper format.',1047893389,NULL); INSERT INTO international VALUES (562,'WebGUI',6,'Väntande',1031510000,NULL); INSERT INTO international VALUES (9,'WebGUI',6,'Visa klippbord.',1031510000,NULL); INSERT INTO international VALUES (10,'Article',6,'Konvertera radbrytning?',1031510000,NULL); INSERT INTO international VALUES (10,'FAQ',6,'Redigera fråga',1031510000,NULL); INSERT INTO international VALUES (10,'LinkList',6,'Redigera länklista',1032257325,NULL); INSERT INTO international VALUES (10,'Poll',6,'Återställ röster.',1031510000,NULL); INSERT INTO international VALUES (10,'SQLReport',6,'Debug: Error: The SQL specified is of an improper format.',1047893431,NULL); INSERT INTO international VALUES (563,'WebGUI',6,'Standardstatus',1031580967,NULL); INSERT INTO international VALUES (10,'WebGUI',6,'Hantera skräpkorgen.',1031510000,NULL); INSERT INTO international VALUES (11,'Article',6,'(Kryssa i om du inte skriver <br> manuellt.)',1031841919,NULL); INSERT INTO international VALUES (77,'EventsCalendar',1,'Delete this event and all of its recurrences.',1031514049,NULL); INSERT INTO international VALUES (11,'SQLReport',6,'Debug: Error: There was a problem with the query.',1047893473,NULL); INSERT INTO international VALUES (11,'WebGUI',6,'Töm skräpkorgen.',1031648713,NULL); INSERT INTO international VALUES (12,'Article',6,'Redigera artikel',1031841932,NULL); INSERT INTO international VALUES (12,'EventsCalendar',6,'Redigera Händelser Kalender',1031649518,NULL); INSERT INTO international VALUES (12,'LinkList',6,'Redigera Länk',1031510000,NULL); INSERT INTO international VALUES (12,'SQLReport',6,'Debug: Error: Could not connect to the database.',1047893506,NULL); INSERT INTO international VALUES (12,'USS',6,'(Avkryssa om du skriver ett HTML-inlägg)',1031648376,NULL); INSERT INTO international VALUES (12,'WebGUI',6,'Stäng av administratörsverktyg.',1047893028,NULL); INSERT INTO international VALUES (13,'Article',6,'Radera',1031510000,NULL); INSERT INTO international VALUES (13,'EventsCalendar',6,'Lägg till händelse',1031510000,NULL); INSERT INTO international VALUES (13,'LinkList',6,'Lägg till en ny länk.',1031510000,NULL); INSERT INTO international VALUES (577,'WebGUI',6,'Skicka svar',1031510000,NULL); INSERT INTO international VALUES (13,'USS',6,'Inlagt den',1031510000,NULL); INSERT INTO international VALUES (13,'WebGUI',6,'Visa hjälpindex.',1031510000,NULL); INSERT INTO international VALUES (514,'WebGUI',1,'Views',1031514049,NULL); INSERT INTO international VALUES (14,'USS',6,'Status',1031510000,NULL); INSERT INTO international VALUES (14,'WebGUI',6,'Visa väntande meddelanden.',1031510000,NULL); INSERT INTO international VALUES (15,'USS',6,'Redigera/Ta bort',1031510000,NULL); INSERT INTO international VALUES (15,'WebGUI',6,'januari',1050401523,NULL); INSERT INTO international VALUES (16,'USS',6,'Namnlös',1031510000,NULL); INSERT INTO international VALUES (16,'WebGUI',6,'februari',1050401556,NULL); INSERT INTO international VALUES (1049,'WebGUI',1,'Replacement ID',1066418840,'Show the admin what the unique identifier for this replacement is.'); INSERT INTO international VALUES (17,'USS',6,'Är du säker du vill ta bort detta inlägg?',1031648389,NULL); INSERT INTO international VALUES (17,'WebGUI',6,'mars',1050401572,NULL); INSERT INTO international VALUES (18,'USS',6,'Redigera inläggssystem',1032257235,NULL); INSERT INTO international VALUES (18,'WebGUI',6,'april',1050401249,NULL); INSERT INTO international VALUES (1016,'WebGUI',6,'Svar',1031510000,NULL); INSERT INTO international VALUES (19,'USS',6,'Redigera inlägg',1031510000,NULL); INSERT INTO international VALUES (19,'WebGUI',6,'maj',1050401402,NULL); INSERT INTO international VALUES (1017,'WebGUI',6,'Senaste svar',1031510000,NULL); INSERT INTO international VALUES (20,'USS',6,'Skicka nytt inlägg',1031510000,NULL); INSERT INTO international VALUES (20,'WebGUI',6,'juni',1050401418,NULL); INSERT INTO international VALUES (21,'USS',6,'Skrivet av',1031510000,NULL); INSERT INTO international VALUES (21,'WebGUI',6,'juli',1050401430,NULL); INSERT INTO international VALUES (22,'WebGUI',6,'augusti',1050401442,NULL); INSERT INTO international VALUES (23,'WebGUI',6,'september',1050401453,NULL); INSERT INTO international VALUES (572,'WebGUI',6,'Godkänn',1031510000,NULL); INSERT INTO international VALUES (24,'WebGUI',6,'oktober',1050401465,NULL); INSERT INTO international VALUES (25,'WebGUI',6,'november',1050401477,NULL); INSERT INTO international VALUES (574,'WebGUI',6,'Neka',1031510000,NULL); INSERT INTO international VALUES (26,'WebGUI',6,'december',1050401490,NULL); INSERT INTO international VALUES (27,'USS',6,'Redigera',1031510000,NULL); INSERT INTO international VALUES (27,'WebGUI',6,'söndag',1050401606,NULL); INSERT INTO international VALUES (28,'USS',6,'Återgå till inläggslistan',1031510000,NULL); INSERT INTO international VALUES (28,'WebGUI',6,'måndag',1050401619,NULL); INSERT INTO international VALUES (29,'USS',6,'Användar-inläggssystem',1032257257,NULL); INSERT INTO international VALUES (29,'WebGUI',6,'tisdag',1050401631,NULL); INSERT INTO international VALUES (576,'WebGUI',1,'Delete',1031514049,NULL); INSERT INTO international VALUES (30,'WebGUI',6,'onsdag',1050401642,NULL); INSERT INTO international VALUES (31,'WebGUI',6,'torsdag',1050401655,NULL); INSERT INTO international VALUES (32,'WebGUI',6,'fredag',1050401666,NULL); INSERT INTO international VALUES (33,'WebGUI',6,'lördag',1050401679,NULL); INSERT INTO international VALUES (34,'WebGUI',6,'sätt datum',1031510000,NULL); INSERT INTO international VALUES (35,'WebGUI',6,'Administrativa funktioner',1031510000,NULL); INSERT INTO international VALUES (36,'WebGUI',6,'Du måste vara administratör för att utföra denna funktion. Var vänlig kontakta någon av administratörerna. Följande är en lista av administratörer i systemet:',1031510000,NULL); INSERT INTO international VALUES (37,'WebGUI',6,'Åtkomst nekas!',1031510000,NULL); INSERT INTO international VALUES (404,'WebGUI',6,'Förstasidan',1032859685,NULL); INSERT INTO international VALUES (38,'WebGUI',6,'Du har inte rättigheter att utföra denna operation. Var vänlig och ^a(logga in); på ett konto med tillräckliga rättigheter.',1031510000,NULL); INSERT INTO international VALUES (39,'WebGUI',6,'Åtkomst nekas, du har inte tillräckliga privilegier.',1032434775,NULL); INSERT INTO international VALUES (40,'WebGUI',6,'Vital komponent',1031510000,NULL); INSERT INTO international VALUES (41,'WebGUI',6,'Du håller på att ta bort en vital komponent från WebGUI systemet. Om du hade varit tillåten att göra detta, hade WebGUI slutat fungera!',1032859714,NULL); INSERT INTO international VALUES (42,'WebGUI',6,'Var vänlig konfirmera',1031510000,NULL); INSERT INTO international VALUES (43,'WebGUI',6,'Är du säker att du vill ta bort detta innehåll?',1032434800,NULL); INSERT INTO international VALUES (44,'WebGUI',6,'Ja, jag är säker.',1031510000,NULL); INSERT INTO international VALUES (45,'WebGUI',6,'Nej, jag gjorde ett misstag.',1031510000,NULL); INSERT INTO international VALUES (46,'WebGUI',6,'Mitt konto',1031510000,NULL); INSERT INTO international VALUES (47,'WebGUI',6,'Hem',1031510000,NULL); INSERT INTO international VALUES (48,'WebGUI',6,'Hej',1031510000,NULL); INSERT INTO international VALUES (49,'WebGUI',6,'Klicka här för att logga ur.',1047892752,NULL); INSERT INTO international VALUES (50,'WebGUI',6,'Användarnamn',1031510000,NULL); INSERT INTO international VALUES (51,'WebGUI',6,'Lösenord',1031510000,NULL); INSERT INTO international VALUES (52,'WebGUI',6,'logga in',1031580920,NULL); INSERT INTO international VALUES (53,'WebGUI',6,'Utskriftsversion',1031580930,NULL); INSERT INTO international VALUES (54,'WebGUI',6,'Skapa konto',1031510000,NULL); INSERT INTO international VALUES (2,'Auth/WebGUI',6,'Lösenord (kontroll)',1031510000,NULL); INSERT INTO international VALUES (56,'WebGUI',6,'E-postadress',1031580948,NULL); INSERT INTO international VALUES (57,'WebGUI',6,'Detta krävs endas om du vill använda tjänster som kräver e-post.',1031580985,NULL); INSERT INTO international VALUES (58,'WebGUI',6,'Jag har redan ett konto.',1031510000,NULL); INSERT INTO international VALUES (59,'WebGUI',6,'Jag har glömt mitt lösenord.',1031510000,NULL); INSERT INTO international VALUES (60,'WebGUI',6,'Är du säker på att du vill stänga ned ditt konto? Om du fortsätter kommer all information att vara permanent förlorad.',1032859889,NULL); INSERT INTO international VALUES (61,'WebGUI',6,'Uppdatera kontoinformation',1032859900,NULL); INSERT INTO international VALUES (62,'WebGUI',6,'spara',1031510000,NULL); INSERT INTO international VALUES (63,'WebGUI',6,'Aktivera administrationsverktyg.',1050349013,NULL); INSERT INTO international VALUES (64,'WebGUI',6,'Logga ut.',1031510000,NULL); INSERT INTO international VALUES (65,'WebGUI',6,'Var vänlig och radera mitt konto permanent.',1031510000,NULL); INSERT INTO international VALUES (66,'WebGUI',6,'Logga in.',1031510000,NULL); INSERT INTO international VALUES (67,'WebGUI',6,'Skapa ett konto.',1031510000,NULL); INSERT INTO international VALUES (68,'WebGUI',6,'Informationen du gav var felaktig. Antingen så finns ingen sådan användare eller också så gav du fel lösenord.',1031582413,NULL); INSERT INTO international VALUES (69,'WebGUI',6,'Var vänlig kontakta system administratören för vidare hjälp.',1031510000,NULL); INSERT INTO international VALUES (70,'WebGUI',6,'Fel',1031510000,NULL); INSERT INTO international VALUES (71,'WebGUI',6,'Återhämta lösenord',1031840958,NULL); INSERT INTO international VALUES (72,'WebGUI',6,'rädda',1031510000,NULL); INSERT INTO international VALUES (73,'WebGUI',6,'Logga in.',1031510000,NULL); INSERT INTO international VALUES (74,'WebGUI',6,'Kontoinformation',1031647976,NULL); INSERT INTO international VALUES (75,'WebGUI',6,'Din kontoinformation har skickats till din e-postadress.',1031648000,NULL); INSERT INTO international VALUES (76,'WebGUI',6,'Den e-postadressen finns inte i systemet.',1050348779,NULL); INSERT INTO international VALUES (77,'WebGUI',6,'Användarnamnet du valde finns redan på denna webbplats. Var vänlig välj ett annat. Här är några förslag på alternativa användarnamn:',1050403344,NULL); INSERT INTO international VALUES (3,'Auth/WebGUI',6,'Ditt lösenord stämde inte. Var vänlig försök igen.',1031510000,NULL); INSERT INTO international VALUES (2,'Auth/LDAP',6,'Kan inte ansluta till LDAP-server.',1031581018,NULL); INSERT INTO international VALUES (80,'WebGUI',6,'Kontot skapades utan problem!',1031510000,NULL); INSERT INTO international VALUES (81,'WebGUI',6,'Kontot uppdaterat utan problem!',1031510000,NULL); INSERT INTO international VALUES (82,'WebGUI',6,'Administrativa funktioner...',1031510000,NULL); INSERT INTO international VALUES (84,'WebGUI',6,'Grupp namn',1031510000,NULL); INSERT INTO international VALUES (85,'WebGUI',6,'Beskrivning',1031510000,NULL); INSERT INTO international VALUES (86,'WebGUI',6,'Är du säker på att du vill radera denna grupp? Var medveten om att alla rättigheter associerade med denna grupp kommer att raderas.',1031510000,NULL); INSERT INTO international VALUES (87,'WebGUI',6,'Ändra grupp',1031510000,NULL); INSERT INTO international VALUES (88,'WebGUI',6,'Användare i gruppen',1031510000,NULL); INSERT INTO international VALUES (89,'WebGUI',6,'Grupper',1031510000,NULL); INSERT INTO international VALUES (90,'WebGUI',6,'Lägg till grupp.',1031510000,NULL); INSERT INTO international VALUES (91,'WebGUI',6,'Föregående sida',1031510000,NULL); INSERT INTO international VALUES (92,'WebGUI',6,'Nästa sida',1031510000,NULL); INSERT INTO international VALUES (93,'WebGUI',6,'Hjälp',1031510000,NULL); INSERT INTO international VALUES (94,'WebGUI',6,'Se vidare',1031510000,NULL); INSERT INTO international VALUES (95,'WebGUI',6,'Hjälpindex',1031648017,NULL); INSERT INTO international VALUES (99,'WebGUI',6,'Titel',1031510000,NULL); INSERT INTO international VALUES (100,'WebGUI',6,'Meta-taggar',1047895196,NULL); INSERT INTO international VALUES (101,'WebGUI',6,'Är du säker på att du vill radera denna sida, dess innehåll och underliggande objekt?',1032851375,NULL); INSERT INTO international VALUES (102,'WebGUI',6,'Redigera sida',1031649551,NULL); INSERT INTO international VALUES (103,'WebGUI',6,'Sidspecifikation',1031510000,NULL); INSERT INTO international VALUES (104,'WebGUI',6,'Sidans URL',1031510000,NULL); INSERT INTO international VALUES (105,'WebGUI',6,'Stil',1031510000,NULL); INSERT INTO international VALUES (106,'WebGUI',6,'Ge samma stil till underliggande sidor.',1031510000,NULL); INSERT INTO international VALUES (107,'WebGUI',6,'Privilegier',1031648692,NULL); INSERT INTO international VALUES (108,'WebGUI',6,'Ägare',1031510000,NULL); INSERT INTO international VALUES (116,'WebGUI',6,'Kryssa här för att kopiera dessa previlegier till undersidor.',1031510000,NULL); INSERT INTO international VALUES (117,'WebGUI',6,'Redigera användarinställningar',1032859534,NULL); INSERT INTO international VALUES (118,'WebGUI',6,'Anonyma registreringar',1031510000,NULL); INSERT INTO international VALUES (119,'WebGUI',6,'Authentiseringsmetod (standard)',1031648747,NULL); INSERT INTO international VALUES (5,'Auth/LDAP',6,'LDAP URL (standard)',1031649002,NULL); INSERT INTO international VALUES (6,'Auth/LDAP',6,'LDAP Identitet (standard)',1031648988,NULL); INSERT INTO international VALUES (7,'Auth/LDAP',6,'LDAP Identitet namn',1031649021,NULL); INSERT INTO international VALUES (8,'Auth/LDAP',6,'LDAP Lösenord namn',1031649038,NULL); INSERT INTO international VALUES (124,'WebGUI',6,'Redigera företagsinformation',1031649057,NULL); INSERT INTO international VALUES (125,'WebGUI',6,'Företagets namn',1031649080,NULL); INSERT INTO international VALUES (126,'WebGUI',6,'Företagets e-postadress',1031649095,NULL); INSERT INTO international VALUES (127,'WebGUI',6,'Företagets URL',1031649115,NULL); INSERT INTO international VALUES (130,'WebGUI',6,'Maximal storlek på bilagor',1031510000,NULL); INSERT INTO international VALUES (133,'WebGUI',6,'Redigera e-post-inställningar',1032859588,NULL); INSERT INTO international VALUES (134,'WebGUI',6,'Rädda-lösenords-meddelande',1032859568,NULL); INSERT INTO international VALUES (135,'WebGUI',6,'SMTP Server',1031510000,NULL); INSERT INTO international VALUES (527,'WebGUI',1,'Default Home Page',1031514049,NULL); INSERT INTO international VALUES (138,'WebGUI',6,'Ja',1031510000,NULL); INSERT INTO international VALUES (139,'WebGUI',6,'Nej',1031510000,NULL); INSERT INTO international VALUES (140,'WebGUI',6,'Redigera övriga inställningar',1031510000,NULL); INSERT INTO international VALUES (141,'WebGUI',6,'Not Found Page',1031510000,NULL); INSERT INTO international VALUES (142,'WebGUI',6,'Session Timeout',1031510000,NULL); INSERT INTO international VALUES (143,'WebGUI',6,'Hantera inställningar',1047894194,NULL); INSERT INTO international VALUES (144,'WebGUI',6,'Visa statistik.',1031510000,NULL); INSERT INTO international VALUES (145,'WebGUI',6,'WebGUI Build Version',1031510000,NULL); INSERT INTO international VALUES (146,'WebGUI',6,'Aktiva sessioner',1031510000,NULL); INSERT INTO international VALUES (147,'WebGUI',6,'Sidor',1031510000,NULL); INSERT INTO international VALUES (148,'WebGUI',6,'Wobjects',1031510000,NULL); INSERT INTO international VALUES (149,'WebGUI',6,'Användare',1031510000,NULL); INSERT INTO international VALUES (151,'WebGUI',6,'Stilnamn',1032859552,NULL); INSERT INTO international VALUES (501,'WebGUI',1,'Body',1031514049,NULL); INSERT INTO international VALUES (154,'WebGUI',6,'Stil schema (style sheet)',1031649332,NULL); INSERT INTO international VALUES (155,'WebGUI',6,'Är du säker på att du vill radera denna stil och vilket resulterar i att alla sidor som använder den stilen kommer använda \"Fail Safe\" stilen?',1031510000,NULL); INSERT INTO international VALUES (156,'WebGUI',6,'Redigera stil',1031510000,NULL); INSERT INTO international VALUES (157,'WebGUI',6,'Stilar',1031510000,NULL); INSERT INTO international VALUES (158,'WebGUI',6,'Lägg till en ny stil.',1031510000,NULL); INSERT INTO international VALUES (159,'WebGUI',6,'Inbox',1031649349,NULL); INSERT INTO international VALUES (160,'WebGUI',6,'Inlagt den',1031510000,NULL); INSERT INTO international VALUES (161,'WebGUI',6,'Skrivet av',1031510000,NULL); INSERT INTO international VALUES (162,'WebGUI',6,'Är du säker på att du vill ta bort allt ur skräpkorgen?',1031510000,NULL); INSERT INTO international VALUES (163,'WebGUI',6,'Lägg till användare',1031510000,NULL); INSERT INTO international VALUES (164,'WebGUI',6,'Autentiserings metod',1031510000,NULL); INSERT INTO international VALUES (3,'Auth/LDAP',6,'LDAP URL',1031510000,NULL); INSERT INTO international VALUES (4,'Auth/LDAP',6,'Connect DN',1031510000,NULL); INSERT INTO international VALUES (167,'WebGUI',6,'Är du absolut säker att du vill radera denna användare? Var medveten om att all information om denna användare kommer att vara permanent förlorade om du fortsätter.',1031510000,NULL); INSERT INTO international VALUES (168,'WebGUI',6,'Redigera användare',1031649411,NULL); INSERT INTO international VALUES (169,'WebGUI',6,'Lägg till en ny användare.',1031510000,NULL); INSERT INTO international VALUES (170,'WebGUI',6,'sök',1031510000,NULL); INSERT INTO international VALUES (171,'WebGUI',6,'rich edit',1031510000,NULL); INSERT INTO international VALUES (174,'WebGUI',6,'Visa titel?',1031510000,NULL); INSERT INTO international VALUES (175,'WebGUI',6,'Kör makron?',1031649373,NULL); INSERT INTO international VALUES (229,'WebGUI',6,'Ämne',1031648152,NULL); INSERT INTO international VALUES (230,'WebGUI',6,'Meddelande',1031510000,NULL); INSERT INTO international VALUES (231,'WebGUI',6,'Skickar nytt meddelande...',1031510000,NULL); INSERT INTO international VALUES (232,'WebGUI',6,'inget ämne',1031583873,NULL); INSERT INTO international VALUES (233,'WebGUI',6,'(eom)',1031510000,NULL); INSERT INTO international VALUES (240,'WebGUI',6,'Meddelande-ID:',1031583887,NULL); INSERT INTO international VALUES (244,'WebGUI',6,'Författare',1031510000,NULL); INSERT INTO international VALUES (245,'WebGUI',6,'Datum',1031510000,NULL); INSERT INTO international VALUES (304,'WebGUI',6,'Språk',1031510000,NULL); INSERT INTO international VALUES (307,'WebGUI',6,'Använd standard meta-taggar?',1047895267,NULL); INSERT INTO international VALUES (308,'WebGUI',6,'Redigera profilinställningar',1031510000,NULL); INSERT INTO international VALUES (309,'WebGUI',6,'Tillåt riktigt namn?',1031510000,NULL); INSERT INTO international VALUES (310,'WebGUI',6,'Tillåt extra kontaktinformation?',1031510000,NULL); INSERT INTO international VALUES (311,'WebGUI',6,'Tillåt heminformation?',1031510000,NULL); INSERT INTO international VALUES (312,'WebGUI',6,'Tillåt företagsinformation?',1031510000,NULL); INSERT INTO international VALUES (313,'WebGUI',6,'Tillåt extra informaiton?',1031510000,NULL); INSERT INTO international VALUES (314,'WebGUI',6,'Förnamn',1031510000,NULL); INSERT INTO international VALUES (315,'WebGUI',6,'Mellannamn',1031510000,NULL); INSERT INTO international VALUES (316,'WebGUI',6,'Efternamn',1031510000,NULL); INSERT INTO international VALUES (317,'WebGUI',6,'ICQ UIN',1031510000,NULL); INSERT INTO international VALUES (318,'WebGUI',6,'AIM Id',1031510000,NULL); INSERT INTO international VALUES (319,'WebGUI',6,'MSN Messenger Id',1031510000,NULL); INSERT INTO international VALUES (320,'WebGUI',6,'Yahoo! Messenger Id',1031510000,NULL); INSERT INTO international VALUES (321,'WebGUI',6,'Mobilnummer',1031648173,NULL); INSERT INTO international VALUES (322,'WebGUI',6,'Personsökare',1031510000,NULL); INSERT INTO international VALUES (323,'WebGUI',6,'Hem adress',1031510000,NULL); INSERT INTO international VALUES (324,'WebGUI',6,'Hem stad',1031510000,NULL); INSERT INTO international VALUES (325,'WebGUI',6,'Hem län',1031510000,NULL); INSERT INTO international VALUES (326,'WebGUI',6,'Hem postnummer',1031510000,NULL); INSERT INTO international VALUES (327,'WebGUI',6,'Hem land',1031510000,NULL); INSERT INTO international VALUES (328,'WebGUI',6,'Hem telefon',1031510000,NULL); INSERT INTO international VALUES (329,'WebGUI',6,'Arbete adress',1031648204,NULL); INSERT INTO international VALUES (330,'WebGUI',6,'Arbete stad',1031648188,NULL); INSERT INTO international VALUES (331,'WebGUI',6,'Arbete län',1031648292,NULL); INSERT INTO international VALUES (332,'WebGUI',6,'Arbete postnummer',1031648218,NULL); INSERT INTO international VALUES (333,'WebGUI',6,'Arbete land',1031648266,NULL); INSERT INTO international VALUES (334,'WebGUI',6,'Arbete telefon',1031648277,NULL); INSERT INTO international VALUES (335,'WebGUI',6,'Kön',1031510000,NULL); INSERT INTO international VALUES (336,'WebGUI',6,'Födelsedatum',1031510000,NULL); INSERT INTO international VALUES (337,'WebGUI',6,'Hemsida (URL)',1031584026,NULL); INSERT INTO international VALUES (338,'WebGUI',6,'Redigera profil',1031510000,NULL); INSERT INTO international VALUES (339,'WebGUI',6,'Man',1031510000,NULL); INSERT INTO international VALUES (340,'WebGUI',6,'Kvinna',1031510000,NULL); INSERT INTO international VALUES (341,'WebGUI',6,'Redigera profil.',1031510000,NULL); INSERT INTO international VALUES (342,'WebGUI',6,'Redigera kontoinformation.',1031510000,NULL); INSERT INTO international VALUES (343,'WebGUI',6,'Visa profil.',1031510000,NULL); INSERT INTO international VALUES (345,'WebGUI',6,'Inte en medlem',1031510000,NULL); INSERT INTO international VALUES (346,'WebGUI',6,'Denna användare är inte längre medlem på vår webbplats. Vi har ingen vidare information om användaren.',1032859632,NULL); INSERT INTO international VALUES (347,'WebGUI',6,'Visa profilen för',1031510000,NULL); INSERT INTO international VALUES (348,'WebGUI',6,'Namn',1031510000,NULL); INSERT INTO international VALUES (349,'WebGUI',6,'Senaste tillgängliga version',1031510000,NULL); INSERT INTO international VALUES (350,'WebGUI',6,'Avslutad',1031510000,NULL); INSERT INTO international VALUES (351,'WebGUI',6,'Meddelande',1031584059,NULL); INSERT INTO international VALUES (352,'WebGUI',6,'Skapat datum',1031510000,NULL); INSERT INTO international VALUES (353,'WebGUI',6,'Du har inga meddelanden i din Inbox just nu.',1031584097,NULL); INSERT INTO international VALUES (354,'WebGUI',6,'Visa Inbox.',1031584128,NULL); INSERT INTO international VALUES (355,'WebGUI',6,'Standard',1031510000,NULL); INSERT INTO international VALUES (356,'WebGUI',6,'Mall',1031510000,NULL); INSERT INTO international VALUES (357,'WebGUI',6,'Nyheter',1031510000,NULL); INSERT INTO international VALUES (358,'WebGUI',6,'Vänster kolumn',1031510000,NULL); INSERT INTO international VALUES (359,'WebGUI',6,'Höger kolumn',1031510000,NULL); INSERT INTO international VALUES (360,'WebGUI',6,'En över tre',1031510000,NULL); INSERT INTO international VALUES (361,'WebGUI',6,'Tre över en',1031510000,NULL); INSERT INTO international VALUES (362,'WebGUI',6,'Sida vid sida',1031648324,NULL); INSERT INTO international VALUES (363,'WebGUI',6,'Mall-position',1031648339,NULL); INSERT INTO international VALUES (364,'WebGUI',6,'Sök',1031510000,NULL); INSERT INTO international VALUES (365,'WebGUI',6,'Sökresultaten..',1031510000,NULL); INSERT INTO international VALUES (366,'WebGUI',6,'Inga sidor hittades som stämde med din förfrågan.',1031510000,NULL); INSERT INTO international VALUES (368,'WebGUI',6,'Lägg till en ny grupp till denna användare.',1031510000,NULL); INSERT INTO international VALUES (369,'WebGUI',6,'Bäst före datum',1031648357,NULL); INSERT INTO international VALUES (370,'WebGUI',6,'Redigera gruppering',1031510000,NULL); INSERT INTO international VALUES (371,'WebGUI',6,'Lägg till gruppering',1031510000,NULL); INSERT INTO international VALUES (372,'WebGUI',6,'Redigera användares grupper',1032859654,NULL); INSERT INTO international VALUES (374,'WebGUI',6,'Hantera paket.',1031510000,NULL); INSERT INTO international VALUES (375,'WebGUI',6,'Välj ett paket att använda',1031510000,NULL); INSERT INTO international VALUES (376,'WebGUI',6,'Paket',1031510000,NULL); INSERT INTO international VALUES (377,'WebGUI',6,'Inga paket har definierats av din pakethanterare eller administratör.',1031581099,NULL); INSERT INTO international VALUES (11,'Poll',6,'Rösta!',1031510000,NULL); INSERT INTO international VALUES (31,'USS',6,'Innehåll',1031648476,NULL); INSERT INTO international VALUES (32,'USS',6,'Bild',1031510000,NULL); INSERT INTO international VALUES (33,'USS',6,'Bilaga',1031648631,NULL); INSERT INTO international VALUES (34,'USS',6,'Konvertera radbrytningar',1031510000,NULL); INSERT INTO international VALUES (35,'USS',6,'Titel',1031510000,NULL); INSERT INTO international VALUES (378,'WebGUI',6,'Användar-ID',1031581110,NULL); INSERT INTO international VALUES (379,'WebGUI',6,'Grupp-ID',1031581117,NULL); INSERT INTO international VALUES (380,'WebGUI',6,'Stil-ID',1031581134,NULL); INSERT INTO international VALUES (381,'WebGUI',6,'WebGUI fick in en felformulerad förfrågan och kunde inte fortsätta. Oftast beror detta på ovanliga tecken som skickas från ett formulär. Du kan försöka med att gå tillbaka och försöka igen.',1031510000,NULL); INSERT INTO international VALUES (1,'FileManager',6,'Filhanterare',1031510000,NULL); INSERT INTO international VALUES (3,'FileManager',6,'Fortsätt med att lägga till fil?',1031510000,NULL); INSERT INTO international VALUES (5,'FileManager',6,'Filens titel',1032859258,NULL); INSERT INTO international VALUES (6,'FileManager',6,'Ladda ned fil',1031510000,NULL); INSERT INTO international VALUES (7,'FileManager',6,'Grupp för nedladdning',1031510000,NULL); INSERT INTO international VALUES (8,'FileManager',6,'Kort beskrivning',1031649429,NULL); INSERT INTO international VALUES (9,'FileManager',6,'Redigera filhanterare',1031649529,NULL); INSERT INTO international VALUES (10,'FileManager',6,'Redigera nedladdning',1032859231,NULL); INSERT INTO international VALUES (11,'FileManager',6,'Lägg till en ny nedladdning.',1031510000,NULL); INSERT INTO international VALUES (12,'FileManager',6,'Är du säker på att du vill ta bort denna nedladdning?',1031510000,NULL); INSERT INTO international VALUES (14,'FileManager',6,'Fil',1031510000,NULL); INSERT INTO international VALUES (15,'FileManager',6,'Beskrivning',1031510000,NULL); INSERT INTO international VALUES (16,'FileManager',6,'Uppladdat den',1032859243,NULL); INSERT INTO international VALUES (768,'WebGUI',1,'Name',1036892946,NULL); INSERT INTO international VALUES (773,'WebGUI',1,'File',1036893165,NULL); INSERT INTO international VALUES (37,'USS',6,'Radera',1031510000,NULL); INSERT INTO international VALUES (13,'SQLReport',6,'Konvertera radbrytning?',1031510000,NULL); INSERT INTO international VALUES (17,'FileManager',6,'Alternativ version #1',1032859401,NULL); INSERT INTO international VALUES (18,'FileManager',6,'Alternativ version #2',1032859416,NULL); INSERT INTO international VALUES (19,'FileManager',6,'Du har inga filer att ladda ned.',1031510000,NULL); INSERT INTO international VALUES (14,'EventsCalendar',6,'Start datum',1031510000,NULL); INSERT INTO international VALUES (15,'EventsCalendar',6,'Slut datum',1031510000,NULL); INSERT INTO international VALUES (20,'FileManager',6,'Sidbrytning efter',1031510000,NULL); INSERT INTO international VALUES (14,'SQLReport',6,'Sidbrytning efter',1031510000,NULL); INSERT INTO international VALUES (19,'EventsCalendar',6,'Sidbrytning efter',1031510000,NULL); INSERT INTO international VALUES (354,'WebGUI',1,'View Inbox.',1031514049,NULL); INSERT INTO international VALUES (685,'WebGUI',10,'Skabelon, Slet',1036856042,NULL); INSERT INTO international VALUES (384,'WebGUI',6,'Fil',1031510000,NULL); INSERT INTO international VALUES (385,'WebGUI',6,'Parametrar',1031510000,NULL); INSERT INTO international VALUES (386,'WebGUI',6,'Redigera bild',1031581152,NULL); INSERT INTO international VALUES (387,'WebGUI',6,'Uppladdat av',1031581166,NULL); INSERT INTO international VALUES (388,'WebGUI',6,'Uppladdat den',1031581182,NULL); INSERT INTO international VALUES (699,'WebGUI',10,'Første dag i ugen',1036855969,NULL); INSERT INTO international VALUES (808,'WebGUI',1,'Email this group.',1037579487,NULL); INSERT INTO international VALUES (391,'WebGUI',6,'Radera',1031510000,NULL); INSERT INTO international VALUES (592,'WebGUI',10,'Karakter sæt',1037205577,NULL); INSERT INTO international VALUES (782,'WebGUI',1,'Any',1036913053,NULL); INSERT INTO international VALUES (394,'WebGUI',6,'Hantera bilder.',1031510000,NULL); INSERT INTO international VALUES (395,'WebGUI',6,'Lägg till en ny bild.',1031510000,NULL); INSERT INTO international VALUES (720,'WebGUI',10,'OK',1036855648,NULL); INSERT INTO international VALUES (398,'WebGUI',6,'Dokumenttypsdeklaration',1032859737,NULL); INSERT INTO international VALUES (399,'WebGUI',6,'Validera denna sida.',1031510000,NULL); INSERT INTO international VALUES (400,'WebGUI',6,'Blockera proxy caching',1031582451,NULL); INSERT INTO international VALUES (401,'WebGUI',6,'Är du säker på att du vill radera meddelandet och alla undermeddelanden i denna diskussion?',1050526159,NULL); INSERT INTO international VALUES (565,'WebGUI',6,'Vem kan moderera?',1031510000,NULL); INSERT INTO international VALUES (403,'WebGUI',6,'Föredrar att inte säga.',1031510000,NULL); INSERT INTO international VALUES (405,'WebGUI',6,'Sista sidan',1031510000,NULL); INSERT INTO international VALUES (407,'WebGUI',6,'Klicka här för att registrera.',1031510000,NULL); INSERT INTO international VALUES (15,'SQLReport',6,'Kör macron vid förfrågan?',1031651307,NULL); INSERT INTO international VALUES (16,'SQLReport',6,'Debug?',1031510000,NULL); INSERT INTO international VALUES (17,'SQLReport',6,'Debug: Förfrågan(query):',1047893529,NULL); INSERT INTO international VALUES (18,'SQLReport',6,'Det fanns inga resultat för denna förfrågan.',1031510000,NULL); INSERT INTO international VALUES (408,'WebGUI',6,'Hantera bassidor (roots)',1031582598,NULL); INSERT INTO international VALUES (409,'WebGUI',6,'Lägg till en ny bassida.',1031510000,NULL); INSERT INTO international VALUES (410,'WebGUI',6,'Hantera bassidor.',1031510000,NULL); INSERT INTO international VALUES (411,'WebGUI',6,'Huvudtitel',1031582640,NULL); INSERT INTO international VALUES (412,'WebGUI',6,'Sammanfattning',1047895380,NULL); INSERT INTO international VALUES (76,'Survey',1,'Start Time',1038782111,NULL); INSERT INTO international VALUES (894,'WebGUI',6,'Tillåt diskussion?',1031841978,NULL); INSERT INTO international VALUES (6,'Product',1,'Edit Product',1031514049,NULL); INSERT INTO international VALUES (4,'Product',1,'Are you certain you wish to delete the relationship to this related product?',1031514049,NULL); INSERT INTO international VALUES (22,'Article',6,'Författare',1031510000,NULL); INSERT INTO international VALUES (23,'Article',6,'Datum',1031510000,NULL); INSERT INTO international VALUES (24,'Article',6,'Skicka svar',1031510000,NULL); INSERT INTO international VALUES (578,'WebGUI',1,'You have a pending message to approve.',1031514049,NULL); INSERT INTO international VALUES (28,'Article',6,'Visa svar',1031510000,NULL); INSERT INTO international VALUES (54,'Product',1,'Benefits',1031514049,NULL); INSERT INTO international VALUES (416,'WebGUI',6,'

Problem med förfrågan

\r\nVi har stött på ett problem med din förfrågan. Var vänlig och gå tillbaka och fösök igen. Om problemet kvarstår var vänlig och rapportera detta till oss med tid och datum samt vad du försökte göra.',1031582660,NULL); INSERT INTO international VALUES (417,'WebGUI',6,'

Säkerhetsöverträdelse


Du försökte att komma åt en wobject som inte associeras med denna sida. Denna incident har rapporterats.',1032859766,NULL); INSERT INTO international VALUES (418,'WebGUI',6,'Ta bort inmatad HTML',1031510000,NULL); INSERT INTO international VALUES (419,'WebGUI',6,'Ta bort alla taggar.',1031510000,NULL); INSERT INTO international VALUES (420,'WebGUI',6,'Lämna som den är.',1031510000,NULL); INSERT INTO international VALUES (421,'WebGUI',6,'Ta bort allt utom grundformateringen.',1031510000,NULL); INSERT INTO international VALUES (422,'WebGUI',6,'

Inloggning misslyckades

\r\nInformationen du gav stämmer inte med kontot.',1047893561,NULL); INSERT INTO international VALUES (423,'WebGUI',6,'Visa aktiva sessioner.',1031510000,NULL); INSERT INTO international VALUES (424,'WebGUI',6,'Visa inloggningshistorik.',1031582778,NULL); INSERT INTO international VALUES (425,'WebGUI',6,'Aktiva sessioner',1031510000,NULL); INSERT INTO international VALUES (426,'WebGUI',6,'Inloggningshistorik',1031582752,NULL); INSERT INTO international VALUES (427,'WebGUI',6,'Stilar',1031510000,NULL); INSERT INTO international VALUES (428,'WebGUI',6,'Användar-ID',1031582798,NULL); INSERT INTO international VALUES (429,'WebGUI',6,'Inloggningstid',1031583069,NULL); INSERT INTO international VALUES (430,'WebGUI',6,'Senaste sida visad',1031510000,NULL); INSERT INTO international VALUES (431,'WebGUI',6,'IP-adress',1031582843,NULL); INSERT INTO international VALUES (432,'WebGUI',6,'Bäst före',1031510000,NULL); INSERT INTO international VALUES (433,'WebGUI',6,'Användarklient (webbläsare)',1031582872,NULL); INSERT INTO international VALUES (434,'WebGUI',6,'Status',1031510000,NULL); INSERT INTO international VALUES (435,'WebGUI',6,'Sessions-signatur',1031582926,NULL); INSERT INTO international VALUES (436,'WebGUI',6,'Avsluta session',1031510000,NULL); INSERT INTO international VALUES (437,'WebGUI',6,'Statistik',1031510000,NULL); INSERT INTO international VALUES (438,'WebGUI',6,'Ditt namn',1031510000,NULL); INSERT INTO international VALUES (439,'WebGUI',6,'Personlig information',1031582964,NULL); INSERT INTO international VALUES (440,'WebGUI',6,'Kontaktinformation',1031582615,NULL); INSERT INTO international VALUES (441,'WebGUI',6,'E-post till personsökar-gateway',1031582891,NULL); INSERT INTO international VALUES (442,'WebGUI',6,'Arbetsinformation',1031583936,NULL); INSERT INTO international VALUES (443,'WebGUI',6,'Heminformation',1031648066,NULL); INSERT INTO international VALUES (444,'WebGUI',6,'Demografisk Information',1031510000,NULL); INSERT INTO international VALUES (445,'WebGUI',6,'Inställningar',1031510000,NULL); INSERT INTO international VALUES (446,'WebGUI',6,'Arbetets webbplats',1050403224,NULL); INSERT INTO international VALUES (447,'WebGUI',6,'Hantera sidträd.',1031510000,NULL); INSERT INTO international VALUES (448,'WebGUI',6,'Sidträd',1031583051,NULL); INSERT INTO international VALUES (449,'WebGUI',6,'Övrig information',1031510000,NULL); INSERT INTO international VALUES (450,'WebGUI',6,'Företagsnamn',1031582830,NULL); INSERT INTO international VALUES (451,'WebGUI',6,'är obligatoriskt.',1031510000,NULL); INSERT INTO international VALUES (452,'WebGUI',6,'Var god vänta...',1031510000,NULL); INSERT INTO international VALUES (453,'WebGUI',6,'Skapad den',1031510000,NULL); INSERT INTO international VALUES (454,'WebGUI',6,'Senast uppdaterad',1031583228,NULL); INSERT INTO international VALUES (455,'WebGUI',6,'Redigera Användar Profil',1031510000,NULL); INSERT INTO international VALUES (456,'WebGUI',6,'Tillbaka till användarlistan.',1031510000,NULL); INSERT INTO international VALUES (457,'WebGUI',6,'Redigera denna användares konto.',1031510000,NULL); INSERT INTO international VALUES (458,'WebGUI',6,'Redigera denna användares grupper.',1031510000,NULL); INSERT INTO international VALUES (459,'WebGUI',6,'Redigera denna användares profil.',1031510000,NULL); INSERT INTO international VALUES (460,'WebGUI',6,'Tidsoffset',1031510000,NULL); INSERT INTO international VALUES (461,'WebGUI',6,'Datumformat',1031583703,NULL); INSERT INTO international VALUES (462,'WebGUI',6,'Tidsformat',1031583793,NULL); INSERT INTO international VALUES (463,'WebGUI',6,'Textfält, rader',1032859800,NULL); INSERT INTO international VALUES (464,'WebGUI',6,'Textfält, kolumner',1032859816,NULL); INSERT INTO international VALUES (465,'WebGUI',6,'Textruta, storlek',1032859827,NULL); INSERT INTO international VALUES (466,'WebGUI/Profile',6,'Är du säker på att du vill ta bort denna kategori och flytta alla dess attribut till Övrigt-kategorin.',1031583816,NULL); INSERT INTO international VALUES (467,'WebGUI/Profile',6,'Är du säker på att du vill ta bort detta attribut och all användar data som finns i det ?',1031510000,NULL); INSERT INTO international VALUES (468,'WebGUI/Profile',1,'Edit User Profile Category',1031514049,NULL); INSERT INTO international VALUES (469,'WebGUI',6,'Id',1031510000,NULL); INSERT INTO international VALUES (470,'WebGUI',6,'Namn',1031510000,NULL); INSERT INTO international VALUES (159,'WebGUI',1,'Inbox',1031514049,NULL); INSERT INTO international VALUES (472,'WebGUI',6,'Märke',1031510000,NULL); INSERT INTO international VALUES (473,'WebGUI/Profile',6,'Synligt?',1031510000,NULL); INSERT INTO international VALUES (474,'WebGUI/Profile',6,'Obligatoriskt?',1031510000,NULL); INSERT INTO international VALUES (475,'WebGUI',6,'Text',1031510000,NULL); INSERT INTO international VALUES (476,'WebGUI',6,'Textområde',1031580764,NULL); INSERT INTO international VALUES (477,'WebGUI',6,'HTML-område',1031580775,NULL); INSERT INTO international VALUES (478,'WebGUI',6,'URL',1031510000,NULL); INSERT INTO international VALUES (479,'WebGUI',6,'Datum',1031510000,NULL); INSERT INTO international VALUES (480,'WebGUI',6,'E-postadress',1031580789,NULL); INSERT INTO international VALUES (481,'WebGUI',6,'Telefonnummer',1031580799,NULL); INSERT INTO international VALUES (482,'WebGUI',6,'Nummer (Heltal)',1031510000,NULL); INSERT INTO international VALUES (483,'WebGUI',6,'Ja eller Nej',1031510000,NULL); INSERT INTO international VALUES (484,'WebGUI',6,'Vallista',1031510000,NULL); INSERT INTO international VALUES (485,'WebGUI',6,'Boolean (Kryssbox)',1031510000,NULL); INSERT INTO international VALUES (486,'WebGUI',6,'Data typ',1031510000,NULL); INSERT INTO international VALUES (487,'WebGUI',6,'Möjliga värden',1031510000,NULL); INSERT INTO international VALUES (488,'WebGUI',6,'Standardvärden',1031580822,NULL); INSERT INTO international VALUES (489,'WebGUI/Profile',6,'Profilkategorier.',1031580898,NULL); INSERT INTO international VALUES (490,'WebGUI/Profile',6,'Lägg till en profilkategori.',1031510000,NULL); INSERT INTO international VALUES (491,'WebGUI/Profile',6,'Lägg till profilattribut.',1031510000,NULL); INSERT INTO international VALUES (492,'WebGUI',6,'Profilattribut, lista.',1031580860,NULL); INSERT INTO international VALUES (493,'WebGUI',6,'Tillbaka till webbplatsen.',1032434829,NULL); INSERT INTO international VALUES (507,'WebGUI',1,'Edit Template',1031514049,NULL); INSERT INTO international VALUES (508,'WebGUI',1,'Manage templates.',1031514049,NULL); INSERT INTO international VALUES (39,'USS',1,'Post a Reply',1031514049,NULL); INSERT INTO international VALUES (41,'USS',1,'Date',1031514049,NULL); INSERT INTO international VALUES (8,'Product',1,'Product Image 2',1031514049,NULL); INSERT INTO international VALUES (1,'Product',1,'Product',1031514049,NULL); INSERT INTO international VALUES (1032,'WebGUI',1,'Thread Template',1066034586,'Tell the admin to select a template for threads in this forum.'); INSERT INTO international VALUES (46,'USS',1,'Read more...',1031514049,NULL); INSERT INTO international VALUES (47,'USS',1,'Post a Response',1031514049,NULL); INSERT INTO international VALUES (48,'USS',1,'Allow discussion?',1031514049,NULL); INSERT INTO international VALUES (51,'USS',1,'Display thumbnails?',1031514049,NULL); INSERT INTO international VALUES (52,'USS',1,'Thumbnail',1031514049,NULL); INSERT INTO international VALUES (53,'USS',1,'Layout',1031514049,NULL); INSERT INTO international VALUES (57,'USS',1,'Responses',1031514049,NULL); INSERT INTO international VALUES (11,'FAQ',1,'Turn TOC on?',1031514049,NULL); INSERT INTO international VALUES (12,'FAQ',1,'Turn Q/A on?',1031514049,NULL); INSERT INTO international VALUES (13,'FAQ',1,'Turn [top] link on?',1031514049,NULL); INSERT INTO international VALUES (509,'WebGUI',1,'Discussion Layout',1031514049,NULL); INSERT INTO international VALUES (510,'WebGUI',1,'Flat',1031514049,NULL); INSERT INTO international VALUES (511,'WebGUI',1,'Threaded',1031514049,NULL); INSERT INTO international VALUES (512,'WebGUI',1,'Go to next thread',1065280309,NULL); INSERT INTO international VALUES (513,'WebGUI',1,'Go to previous thread',1065280287,NULL); INSERT INTO international VALUES (8,'Article',10,'henvisning URL',1031510000,NULL); INSERT INTO international VALUES (9,'Article',10,'Vis besvarelser',1031510000,NULL); INSERT INTO international VALUES (10,'Article',10,'Konverter linieskift?',1032469845,NULL); INSERT INTO international VALUES (11,'Article',10,'(Kontroller at du ikke tilføjer
manuelt.)',1032469877,NULL); INSERT INTO international VALUES (12,'Article',10,'rediger artikel',1031510000,NULL); INSERT INTO international VALUES (13,'Article',10,'Slet',1031510000,NULL); INSERT INTO international VALUES (777,'WebGUI',1,'Folder Id',1036905972,NULL); INSERT INTO international VALUES (894,'WebGUI',10,'Tillad diskussion?',1031510000,NULL); INSERT INTO international VALUES (3,'Product',1,'Are you certain you wish to delete this feature?',1031514049,NULL); INSERT INTO international VALUES (22,'Article',10,'Forfatter',1031510000,NULL); INSERT INTO international VALUES (23,'Article',10,'Dato',1031510000,NULL); INSERT INTO international VALUES (24,'Article',10,'Send respons',1031510000,NULL); INSERT INTO international VALUES (580,'WebGUI',1,'Your message has been denied.',1031514049,NULL); INSERT INTO international VALUES (28,'Article',10,'Vis respons',1031510000,NULL); INSERT INTO international VALUES (1,'FileManager',10,'Download Manager',1031510000,NULL); INSERT INTO international VALUES (3,'FileManager',10,'Fortsæt med at tilføje fil?',1031510000,NULL); INSERT INTO international VALUES (5,'FileManager',10,'Navn på fil',1031510000,NULL); INSERT INTO international VALUES (6,'FileManager',10,'Hent fil',1031510000,NULL); INSERT INTO international VALUES (7,'FileManager',10,'Gruppe til Download',1031510000,NULL); INSERT INTO international VALUES (8,'FileManager',10,'Kort beskrivelse',1031510000,NULL); INSERT INTO international VALUES (9,'FileManager',10,'rediger Download Manager',1031510000,NULL); INSERT INTO international VALUES (10,'FileManager',10,'rediger Download ',1031510000,NULL); INSERT INTO international VALUES (11,'FileManager',10,'Tilføj ny Download',1031510000,NULL); INSERT INTO international VALUES (12,'FileManager',10,'Er du sikker på du vil slette denne Download?',1031510000,NULL); INSERT INTO international VALUES (14,'FileManager',10,'Fil',1031510000,NULL); INSERT INTO international VALUES (15,'FileManager',10,'Beskrivelse',1031510000,NULL); INSERT INTO international VALUES (16,'FileManager',10,'Oprettelsesdato',1031510000,NULL); INSERT INTO international VALUES (17,'FileManager',10,'Alternativ version nr. 1',1031510000,NULL); INSERT INTO international VALUES (18,'FileManager',10,'Alternativ version nr. 2',1031510000,NULL); INSERT INTO international VALUES (19,'FileManager',10,'Du har ikke nogen filer til Download',1031510000,NULL); INSERT INTO international VALUES (20,'FileManager',10,'Slet efter',1031510000,NULL); INSERT INTO international VALUES (74,'FileManager',1,'Add a new file.',1038262375,NULL); INSERT INTO international VALUES (82,'EventsCalendar',1,'Current.',1038190803,NULL); INSERT INTO international VALUES (2,'EventsCalendar',10,'Begivenheds kalender',1032274027,NULL); INSERT INTO international VALUES (4,'EventsCalendar',10,'Begivenhed sker én gang',1031510000,NULL); INSERT INTO international VALUES (700,'WebGUI',10,'dag',1031510000,NULL); INSERT INTO international VALUES (701,'WebGUI',10,'uge',1031510000,NULL); INSERT INTO international VALUES (8,'EventsCalendar',10,'Gentages hver',1032274480,NULL); INSERT INTO international VALUES (9,'EventsCalendar',10,'indtil',1031510000,NULL); INSERT INTO international VALUES (12,'EventsCalendar',10,'rediger begivenheds kalender',1031510000,NULL); INSERT INTO international VALUES (13,'EventsCalendar',10,'rediger begivenhed ',1031510000,NULL); INSERT INTO international VALUES (14,'EventsCalendar',10,'Fra dato',1031510000,NULL); INSERT INTO international VALUES (15,'EventsCalendar',10,'Til dato',1031510000,NULL); INSERT INTO international VALUES (19,'EventsCalendar',10,'Slet efter ',1032273982,NULL); INSERT INTO international VALUES (1,'ExtraColumn',10,'Ekstra kolonne',1031510000,NULL); INSERT INTO international VALUES (3,'ExtraColumn',10,'Mellemrum',1032469898,NULL); INSERT INTO international VALUES (4,'ExtraColumn',10,'Bredde',1032469906,NULL); INSERT INTO international VALUES (5,'ExtraColumn',10,'stilarter klasse',1032469915,NULL); INSERT INTO international VALUES (6,'ExtraColumn',10,'rediger ekstra kolonne',1032469927,NULL); INSERT INTO international VALUES (2,'FAQ',10,'Ofte stillede spørgsmål (F.A.Q.)',1032469958,NULL); INSERT INTO international VALUES (5,'FAQ',10,'Spørgsmål',1032469969,NULL); INSERT INTO international VALUES (6,'FAQ',10,'Svar',1032469976,NULL); INSERT INTO international VALUES (7,'FAQ',10,'Er du sikker på du vil slette dette spørgsmål?',1032469993,NULL); INSERT INTO international VALUES (8,'FAQ',10,'Rediger F.A.Q.',1032470003,NULL); INSERT INTO international VALUES (9,'FAQ',10,'Tilføj nyt spørgsmål',1032470012,NULL); INSERT INTO international VALUES (10,'FAQ',10,'rediger spørgsmål',1032469946,NULL); INSERT INTO international VALUES (1,'Item',10,'henvisning til URL',1032470034,NULL); INSERT INTO international VALUES (2,'Item',10,'Vedhæft',1032470070,NULL); INSERT INTO international VALUES (3,'Item',10,'Slet vedhæftet',1032470084,NULL); INSERT INTO international VALUES (4,'Item',10,'Item',1032470093,NULL); INSERT INTO international VALUES (5,'Item',10,'Hent vedhæftet',1032470104,NULL); INSERT INTO international VALUES (3,'LinkList',10,'Skal der åbnes i nyt vindue?',1032470165,NULL); INSERT INTO international VALUES (6,'LinkList',10,'Liste over henvisning',1032470193,NULL); INSERT INTO international VALUES (8,'LinkList',10,'URL',1032470215,NULL); INSERT INTO international VALUES (9,'LinkList',10,'Er du sikker på du vil slette denne henvisning?',1032470231,NULL); INSERT INTO international VALUES (10,'LinkList',10,'Rediger henvisnings liste',1032470126,NULL); INSERT INTO international VALUES (12,'LinkList',10,'Rediger henvisning ',1032470135,NULL); INSERT INTO international VALUES (13,'LinkList',10,'Tilføj ny henvisning',1032470146,NULL); INSERT INTO international VALUES (2,'MessageBoard',10,'Opslagstavle',1031510000,NULL); INSERT INTO international VALUES (564,'WebGUI',10,'Hvem kan komme med indlæg?',1031510000,NULL); INSERT INTO international VALUES (1020,'WebGUI',1,'Rating',1065280882,'How useful/interesting a user thinks another poster\'s post is.'); INSERT INTO international VALUES (566,'WebGUI',10,'Rediger Timeout',1031510000,NULL); INSERT INTO international VALUES (6,'MessageBoard',10,'Rediger opslagstavle',1031510000,NULL); INSERT INTO international VALUES (1066,'WebGUI',1,'These are the template variables available to the post form template.\r\n

\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,'

Problem med forespørgsel

Oops, jeg har lidt problemer med din forespørgsel. Tryk tilbage og prøv igen. Hvis problemet fortsætte vil jeg være glad hvis du vil kontakte os og fortælle hvad du prøver, på forhånd tak.',1031510000,NULL); INSERT INTO international VALUES (417,'WebGUI',10,'

Sikkerhedsbrud

Du forsøgte at få adgang med en Wobject der ikke hører til her. Jeg har rapporteret dit forsøg.',1031510000,NULL); INSERT INTO international VALUES (418,'WebGUI',10,'Filter Contributed HTML',1031510000,NULL); INSERT INTO international VALUES (419,'WebGUI',10,'Fjern alle tags',1031510000,NULL); INSERT INTO international VALUES (420,'WebGUI',10,'Lad det være',1031510000,NULL); INSERT INTO international VALUES (421,'WebGUI',10,'Fjerne alt bortset fra basal formatering',1031510000,NULL); INSERT INTO international VALUES (422,'WebGUI',10,'Login mislykkedes.\r\nDe indtastede informationer stemmer ikke med mine oplysninger',1032470666,NULL); INSERT INTO international VALUES (423,'WebGUI',10,'Vis aktive sessioner',1031510000,NULL); INSERT INTO international VALUES (424,'WebGUI',10,'Vis login historik',1031510000,NULL); INSERT INTO international VALUES (425,'WebGUI',10,'Aktive sessioner',1031510000,NULL); INSERT INTO international VALUES (426,'WebGUI',10,'Login historik',1031510000,NULL); INSERT INTO international VALUES (427,'WebGUI',10,'stilarter',1031510000,NULL); INSERT INTO international VALUES (428,'WebGUI',10,'Bruger (ID)',1031510000,NULL); INSERT INTO international VALUES (429,'WebGUI',10,'Login tid',1031510000,NULL); INSERT INTO international VALUES (430,'WebGUI',10,'Sidste side vist',1031510000,NULL); INSERT INTO international VALUES (431,'WebGUI',10,'IP Adresse',1031510000,NULL); INSERT INTO international VALUES (432,'WebGUI',10,'Udløber efter',1031510000,NULL); INSERT INTO international VALUES (433,'WebGUI',10,'Bruger agent:',1031510000,NULL); INSERT INTO international VALUES (434,'WebGUI',10,'Status',1031510000,NULL); INSERT INTO international VALUES (435,'WebGUI',10,'Session Signatur',1031510000,NULL); INSERT INTO international VALUES (436,'WebGUI',10,'Afbryd Session',1031510000,NULL); INSERT INTO international VALUES (437,'WebGUI',10,'Statistik',1031510000,NULL); INSERT INTO international VALUES (438,'WebGUI',10,'Dit navn',1031510000,NULL); INSERT INTO international VALUES (439,'WebGUI',10,'Personlig information',1031510000,NULL); INSERT INTO international VALUES (440,'WebGUI',10,'Kontakt information',1031510000,NULL); INSERT INTO international VALUES (441,'WebGUI',10,'Email til OPS Gateway',1031510000,NULL); INSERT INTO international VALUES (442,'WebGUI',10,'Arbejdsinformation',1031510000,NULL); INSERT INTO international VALUES (443,'WebGUI',10,'Hjemme information',1031510000,NULL); INSERT INTO international VALUES (444,'WebGUI',10,'Demografisk information',1031510000,NULL); INSERT INTO international VALUES (445,'WebGUI',10,'Præferencer',1031510000,NULL); INSERT INTO international VALUES (446,'WebGUI',10,'Arbejds hjemmeside',1031510000,NULL); INSERT INTO international VALUES (447,'WebGUI',10,'Administrer træ struktur',1031510000,NULL); INSERT INTO international VALUES (448,'WebGUI',10,'Træ struktur',1031510000,NULL); INSERT INTO international VALUES (449,'WebGUI',10,'Diverse information',1031510000,NULL); INSERT INTO international VALUES (450,'WebGUI',10,'Arbejdsnavn (Firma navn)',1031510000,NULL); INSERT INTO international VALUES (451,'WebGUI',10,'er påkrævet',1031510000,NULL); INSERT INTO international VALUES (452,'WebGUI',10,'Øjeblik ...',1032273938,NULL); INSERT INTO international VALUES (453,'WebGUI',10,'Dato oprettet',1031510000,NULL); INSERT INTO international VALUES (454,'WebGUI',10,'Sidste opdateret',1031510000,NULL); INSERT INTO international VALUES (455,'WebGUI',10,'Rediger bruger profil',1031510000,NULL); INSERT INTO international VALUES (456,'WebGUI',10,'Tilbage til bruger liste',1031510000,NULL); INSERT INTO international VALUES (457,'WebGUI',10,'Rediger denne brugers konto',1031510000,NULL); INSERT INTO international VALUES (458,'WebGUI',10,'Rediger denne bruger gruppe',1031510000,NULL); INSERT INTO international VALUES (459,'WebGUI',10,'Rediger denne brugers profil',1031510000,NULL); INSERT INTO international VALUES (460,'WebGUI',10,'Tidsforskel',1031510000,NULL); INSERT INTO international VALUES (461,'WebGUI',10,'Dato format',1031510000,NULL); INSERT INTO international VALUES (462,'WebGUI',10,'Tids format',1031510000,NULL); INSERT INTO international VALUES (463,'WebGUI',10,'Tekst Area Rows',1031510000,NULL); INSERT INTO international VALUES (464,'WebGUI',10,'Tekst Area Columns',1031510000,NULL); INSERT INTO international VALUES (465,'WebGUI',10,'Tekst Box Size',1031510000,NULL); INSERT INTO international VALUES (466,'WebGUI/Profile',10,'Er du sikker på du vil slette denne kategori og flytte indholdet over i diverse kategorien?',1031510000,NULL); INSERT INTO international VALUES (467,'WebGUI/Profile',10,'Er du sikker på du vil slette dette felt, og alle relaterede brugerdata?',1031510000,NULL); INSERT INTO international VALUES (469,'WebGUI',10,'Id',1031510000,NULL); INSERT INTO international VALUES (470,'WebGUI',10,'Navn',1031510000,NULL); INSERT INTO international VALUES (472,'WebGUI',10,'Label',1031510000,NULL); INSERT INTO international VALUES (473,'WebGUI/Profile',10,'Synlig?',1031510000,NULL); INSERT INTO international VALUES (474,'WebGUI/Profile',10,'Påkrævet?',1031510000,NULL); INSERT INTO international VALUES (475,'WebGUI',10,'Tekst',1031510000,NULL); INSERT INTO international VALUES (476,'WebGUI',10,'Tekst område',1031510000,NULL); INSERT INTO international VALUES (477,'WebGUI',10,'HTML område',1031510000,NULL); INSERT INTO international VALUES (478,'WebGUI',10,'URL',1031510000,NULL); INSERT INTO international VALUES (479,'WebGUI',10,'Dato',1031510000,NULL); INSERT INTO international VALUES (480,'WebGUI',10,'Email Adresse',1031510000,NULL); INSERT INTO international VALUES (481,'WebGUI',10,'Tlf. nr.',1031510000,NULL); INSERT INTO international VALUES (482,'WebGUI',10,'Heltal',1031510000,NULL); INSERT INTO international VALUES (483,'WebGUI',10,'Ja eller Nej',1031510000,NULL); INSERT INTO international VALUES (484,'WebGUI',10,'Vælg fra list',1031510000,NULL); INSERT INTO international VALUES (485,'WebGUI',10,'Logisk (Checkboks)',1031510000,NULL); INSERT INTO international VALUES (486,'WebGUI',10,'Data type',1031510000,NULL); INSERT INTO international VALUES (487,'WebGUI',10,'Mulige værdier',1031510000,NULL); INSERT INTO international VALUES (488,'WebGUI',10,'Standard værdi',1031510000,NULL); INSERT INTO international VALUES (489,'WebGUI/Profile',10,'Profil kategori',1031510000,NULL); INSERT INTO international VALUES (490,'WebGUI/Profile',10,'Tilføj en profil kategori',1031510000,NULL); INSERT INTO international VALUES (491,'WebGUI/Profile',10,'Tilføj et profil felt',1031510000,NULL); INSERT INTO international VALUES (492,'WebGUI',10,'Liste over profil felter',1031510000,NULL); INSERT INTO international VALUES (493,'WebGUI',10,'Tilbage til Site',1031510000,NULL); INSERT INTO international VALUES (494,'WebGUI',10,'Real Objects Edit-On Pro',1031510000,NULL); INSERT INTO international VALUES (495,'WebGUI',10,'Indbygget editor',1031510000,NULL); INSERT INTO international VALUES (496,'WebGUI',10,'Hvilken editor bruges',1031510000,NULL); INSERT INTO international VALUES (497,'WebGUI',10,'Start dato',1031510000,NULL); INSERT INTO international VALUES (498,'WebGUI',10,'Slut dato',1031510000,NULL); INSERT INTO international VALUES (499,'WebGUI',10,'Wobject ID',1031510000,NULL); INSERT INTO international VALUES (518,'WebGUI',1,'Inbox Notifications',1031514049,NULL); INSERT INTO international VALUES (519,'WebGUI',1,'I would not like to be notified.',1031514049,NULL); INSERT INTO international VALUES (520,'WebGUI',1,'I would like to be notified via email.',1031514049,NULL); INSERT INTO international VALUES (521,'WebGUI',1,'I would like to be notified via email to pager.',1031514049,NULL); INSERT INTO international VALUES (522,'WebGUI',1,'I would like to be notified via ICQ.',1031514049,NULL); INSERT INTO international VALUES (523,'WebGUI',1,'Notification',1031514049,NULL); INSERT INTO international VALUES (1025,'WebGUI',1,'Add edit stamp to posts?',1031514049,NULL); INSERT INTO international VALUES (525,'WebGUI',1,'Edit Content Settings',1031514049,NULL); INSERT INTO international VALUES (528,'WebGUI',1,'Template Name',1031514049,NULL); INSERT INTO international VALUES (529,'WebGUI',1,'results per page',1066492301,'A label indicating the number of items per page to return in a list.'); INSERT INTO international VALUES (530,'WebGUI',1,'with all the words',1031514049,NULL); INSERT INTO international VALUES (531,'WebGUI',1,'with the exact phrase',1031514049,NULL); INSERT INTO international VALUES (532,'WebGUI',1,'with at least one of the words',1031514049,NULL); INSERT INTO international VALUES (533,'WebGUI',1,'without the words',1031514049,NULL); INSERT INTO international VALUES (535,'WebGUI',1,'Group To Alert On New User',1031514049,NULL); INSERT INTO international VALUES (534,'WebGUI',1,'Alert on new user?',1031514049,NULL); INSERT INTO international VALUES (536,'WebGUI',1,'A new user named ^@; has joined the site.',1031514049,NULL); INSERT INTO international VALUES (56,'WebGUI',3,'E-mail adres',1039780710,NULL); INSERT INTO international VALUES (2,'Auth/WebGUI',3,'Wachtwoord (bevestigen)',1031516049,NULL); INSERT INTO international VALUES (11,'Product',1,'Product Number',1031514049,NULL); INSERT INTO international VALUES (2,'Product',1,'Are you certain you wish to delete the relationship to this accessory?',1031514049,NULL); INSERT INTO international VALUES (54,'WebGUI',3,'Creëer account',1039780682,NULL); INSERT INTO international VALUES (53,'WebGUI',3,'Maak pagina printbaar',1039780591,NULL); INSERT INTO international VALUES (579,'WebGUI',1,'Your message has been approved.',1031514049,NULL); INSERT INTO international VALUES (52,'WebGUI',3,'Login',1039780488,NULL); INSERT INTO international VALUES (51,'WebGUI',3,'Wachtwoord',1039780397,NULL); INSERT INTO international VALUES (50,'WebGUI',3,'Gebruikersnaam',1039780280,NULL); INSERT INTO international VALUES (49,'WebGUI',3,'Klik hier om uit te loggen.',1039780141,NULL); INSERT INTO international VALUES (48,'WebGUI',3,'Hallo',1039780053,NULL); INSERT INTO international VALUES (47,'WebGUI',3,'Home',1039741466,NULL); INSERT INTO international VALUES (46,'WebGUI',3,'Mijn account',1038531170,NULL); INSERT INTO international VALUES (45,'WebGUI',3,'Nee, ik heb een foutje gemaakt.',1038531070,NULL); INSERT INTO international VALUES (44,'WebGUI',3,'Ja, ik weet het zeker.',1038530976,NULL); INSERT INTO international VALUES (43,'WebGUI',3,'Weet u zeker dat u deze inhoud wilt verwijderen?',1038530904,NULL); INSERT INTO international VALUES (42,'WebGUI',3,'Alstublieft bevestigen',1038530812,NULL); INSERT INTO international VALUES (41,'WebGUI',3,'U probeert een vitaal component van het WebGUI systeem te verwijderen. Als u dit zou mogen dan zou WebGUI waarschijnlijk niet meer werken.',1038530721,NULL); INSERT INTO international VALUES (40,'WebGUI',3,'Vitaal component',1038530620,NULL); INSERT INTO international VALUES (39,'WebGUI',3,'U heeft niet voldoende privileges om deze pagina op te vragen.',1038530553,NULL); INSERT INTO international VALUES (38,'WebGUI',3,'U heeft niet voldoende privileges om deze bewerking uit te voeren. ^a(Log in); als een gebruiker met voldoende privileges.',1038530283,NULL); INSERT INTO international VALUES (37,'WebGUI',3,'Geen toegang!',1038530004,NULL); INSERT INTO international VALUES (36,'WebGUI',3,'U moet beheerder zijn om deze functie uit te voeren. Neem contact op met een van de beheerders.',1063589986,NULL); INSERT INTO international VALUES (35,'WebGUI',3,'Administratieve functie',1038529809,NULL); INSERT INTO international VALUES (34,'WebGUI',3,'Zet datum',1038529725,NULL); INSERT INTO international VALUES (33,'WebGUI',3,'zaterdag',1038529573,NULL); INSERT INTO international VALUES (32,'WebGUI',3,'vrijdag',1038529487,NULL); INSERT INTO international VALUES (31,'WebGUI',3,'donderdag',1038529371,NULL); INSERT INTO international VALUES (30,'WebGUI',3,'woensdag',1038529324,NULL); INSERT INTO international VALUES (29,'WebGUI',3,'dinsdag',1038529299,NULL); INSERT INTO international VALUES (29,'USS',3,'Gebruikers bijdrage systeem',1038528196,NULL); INSERT INTO international VALUES (28,'WebGUI',3,'maandag',1038529293,NULL); INSERT INTO international VALUES (28,'USS',3,'Ga terug naar bijdrage lijst',1038528190,NULL); INSERT INTO international VALUES (27,'WebGUI',3,'zondag',1038529287,NULL); INSERT INTO international VALUES (27,'USS',3,'Bewerk',1038528183,NULL); INSERT INTO international VALUES (26,'WebGUI',3,'december',1038529282,NULL); INSERT INTO international VALUES (574,'WebGUI',3,'Keur af',1039520745,NULL); INSERT INTO international VALUES (25,'WebGUI',3,'november',1038529276,NULL); INSERT INTO international VALUES (24,'WebGUI',3,'oktober',1038529251,NULL); INSERT INTO international VALUES (572,'WebGUI',3,'Keur goed',1039780783,NULL); INSERT INTO international VALUES (23,'WebGUI',3,'september',1038529184,NULL); INSERT INTO international VALUES (22,'WebGUI',3,'augustus',1038529157,NULL); INSERT INTO international VALUES (9,'Product',1,'Product Image 3',1031514049,NULL); INSERT INTO international VALUES (7,'Product',1,'Product Image 1',1031514049,NULL); INSERT INTO international VALUES (21,'WebGUI',3,'juli',1038529151,NULL); INSERT INTO international VALUES (21,'USS',3,'Ingevoerd door',1038528177,NULL); INSERT INTO international VALUES (20,'WebGUI',3,'juni',1038529145,NULL); INSERT INTO international VALUES (575,'WebGUI',1,'Edit',1031514049,NULL); INSERT INTO international VALUES (20,'USS',3,'Post nieuwe bijdrage',1038528169,NULL); INSERT INTO international VALUES (1017,'WebGUI',3,'Laatste antwoord',1038526552,NULL); INSERT INTO international VALUES (19,'WebGUI',3,'mei',1038529133,NULL); INSERT INTO international VALUES (19,'USS',3,'Bewerk bijdrage',1038528155,NULL); INSERT INTO international VALUES (1016,'WebGUI',3,'Antwoorden',1038526539,NULL); INSERT INTO international VALUES (18,'WebGUI',3,'april',1038529128,NULL); INSERT INTO international VALUES (18,'USS',3,'Bewerk gebruikers bijdrage systeem',1038528149,NULL); INSERT INTO international VALUES (17,'WebGUI',3,'maart',1038529054,NULL); INSERT INTO international VALUES (16,'WebGUI',3,'februari',1038528909,NULL); INSERT INTO international VALUES (1048,'WebGUI',1,'Manage replacements.',1066418767,'A label for a link that lists all replacements.'); INSERT INTO international VALUES (17,'USS',3,'Weet u zeker dat u deze bijdrage wilt verwijderen?',1038528140,NULL); INSERT INTO international VALUES (16,'USS',3,'Zonder titel',1038528132,NULL); INSERT INTO international VALUES (15,'WebGUI',3,'januari',1038528810,NULL); INSERT INTO international VALUES (15,'USS',3,'Bewerk/Verwijder',1038528124,NULL); INSERT INTO international VALUES (14,'WebGUI',3,'Laat lopende toevoegingen zien.',1038528727,NULL); INSERT INTO international VALUES (14,'USS',3,'Status',1038528106,NULL); INSERT INTO international VALUES (13,'WebGUI',3,'Laat help index zien.',1038528658,NULL); INSERT INTO international VALUES (13,'USS',3,'Invoerdatum',1038528099,NULL); INSERT INTO international VALUES (577,'WebGUI',3,'Post antwoord',1039520759,NULL); INSERT INTO international VALUES (13,'LinkList',3,'Voeg een nieuwe link toe.',1038513241,NULL); INSERT INTO international VALUES (13,'EventsCalendar',3,'Bewerk evenement',1038486766,NULL); INSERT INTO international VALUES (13,'Article',3,'Verwijder',1037903217,NULL); INSERT INTO international VALUES (12,'WebGUI',3,'Zet beheermode uit.',1038528595,NULL); INSERT INTO international VALUES (12,'USS',3,'(Niet aanvinken als u een HTML bijdrage levert.)',1038528093,NULL); INSERT INTO international VALUES (12,'SQLReport',3,'Debug: Fout: Kon geen verbinding met de database maken.',1038527862,NULL); INSERT INTO international VALUES (12,'EventsCalendar',3,'Bewerk evenementenkalender',1038486744,NULL); INSERT INTO international VALUES (12,'LinkList',3,'Bewerk link',1038513235,NULL); INSERT INTO international VALUES (12,'Article',3,'Bewerk artikel',1037903209,NULL); INSERT INTO international VALUES (11,'WebGUI',3,'Leeg prullenbak.',1038528487,NULL); INSERT INTO international VALUES (11,'SQLReport',3,'Debug: Fout: Er was een probleem met de query',1038527828,NULL); INSERT INTO international VALUES (1046,'WebGUI',1,'Archived',1066406723,'A label indicating that the content has a status of archived.'); INSERT INTO international VALUES (11,'Article',3,'(Vink alleen aan als u niet handmatig
gebruikt.)',1037903201,NULL); INSERT INTO international VALUES (10,'WebGUI',3,'Bekijk prullenbak.',1038528350,NULL); INSERT INTO international VALUES (563,'WebGUI',3,'Standaard status',1039780738,NULL); INSERT INTO international VALUES (10,'SQLReport',3,'Fout: De ingevoerde SQL instructie heeft een verkeerd formaat.',1038527803,NULL); INSERT INTO international VALUES (10,'Poll',3,'Stemmen op nul zetten.',1039783988,NULL); INSERT INTO international VALUES (10,'LinkList',3,'Bewerk link lijst',1038513228,NULL); INSERT INTO international VALUES (10,'FAQ',3,'Bewerk vraag',1038487314,NULL); INSERT INTO international VALUES (10,'Article',3,'Enter converteren?',1037903159,NULL); INSERT INTO international VALUES (562,'WebGUI',3,'Lopend',1039780731,NULL); INSERT INTO international VALUES (9,'WebGUI',3,'Bekijk klembord.',1039783519,NULL); INSERT INTO international VALUES (9,'SQLReport',3,'Debug: Fout: De ingevoerde DSN heeft een verkeerd formaat.',1038527986,NULL); INSERT INTO international VALUES (9,'Poll',3,'Bewerk peiling',1039784016,NULL); INSERT INTO international VALUES (9,'LinkList',3,'Weet u zeker dat u deze link wilt verwijderen?',1038513324,NULL); INSERT INTO international VALUES (9,'FAQ',3,'Voeg een nieuwe vraag toe',1038487447,NULL); INSERT INTO international VALUES (9,'EventsCalendar',3,'Tot',1038487255,NULL); INSERT INTO international VALUES (9,'Article',3,'Bijlage',1037903332,NULL); INSERT INTO international VALUES (8,'SQLReport',3,'Bewerk SQL rapport',1038527960,NULL); INSERT INTO international VALUES (561,'WebGUI',3,'Afgekeurd',1039780724,NULL); INSERT INTO international VALUES (8,'WebGUI',3,'Bekijk \'pagina niet gevonden\'.',1039783447,NULL); INSERT INTO international VALUES (8,'LinkList',3,'URL',1038513314,NULL); INSERT INTO international VALUES (8,'Poll',3,'(Voer een antwoord per regel in. Niet meer dan 20.)',1038527748,NULL); INSERT INTO international VALUES (8,'FAQ',3,'Bewerk FAQ',1038487440,NULL); INSERT INTO international VALUES (8,'EventsCalendar',3,'Herhaalt elke',1038487219,NULL); INSERT INTO international VALUES (8,'Article',3,'Link URL',1037903325,NULL); INSERT INTO international VALUES (7,'WebGUI',3,'Beheer gebruikers.',1039783132,NULL); INSERT INTO international VALUES (7,'SQLReport',3,'Database wachtwoord',1038527954,NULL); INSERT INTO international VALUES (560,'WebGUI',3,'Goedgekeurd',1039780716,NULL); INSERT INTO international VALUES (7,'Poll',3,'Antwoorden',1038527725,NULL); INSERT INTO international VALUES (7,'FAQ',3,'Weet u zeker dat u deze vraag wilt verwijderen?',1038487392,NULL); INSERT INTO international VALUES (7,'Article',3,'Link titel',1037903316,NULL); INSERT INTO international VALUES (6,'WebGUI',3,'Beheer stijlen.',1039521059,NULL); INSERT INTO international VALUES (6,'USS',3,'Bijdrages per pagina',1038528336,NULL); INSERT INTO international VALUES (11,'HttpProxy',1,'The HTTP Proxy wobject is a very powerful tool. It enables you to embed external sites and applications into your site. For example, if you have a web mail system that you wish your staff could access through the intranet, then you could use the HTTP Proxy to accomplish that.\r\n\r\n

\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,'

ÄúµÄÇëÇó³öÏÖÎÊÌâ

\r\nÄúµÄÇëÇó³öÏÖÒ»¸ö´íÎó¡£Çë°´ä¯ÀÀÆ÷µÄ·µ»Ø°´Å¥·µ»ØÉÏÒ»Ò³ÖØÊÔÒ»´Î¡£Èç¹û´ËÏî´íÎó¼ÌÐø´æÔÚ£¬ÇëÁªÏµÎÒÃÇ£¬Í¬Ê±¸æËßÎÒÃÇÄúÔÚʲôʱ¼äʹÓÃʲô¹¦ÄܵÄʱºò³öÏÖµÄÕâ¸ö´íÎó¡£Ð»Ð»£¡',1031510000,NULL); INSERT INTO international VALUES (417,'WebGUI',7,'

°²È«¾¯±¨

\r\n Äú·ÃÎʵÄ×é¼þ²»ÔÚÕâÒ»Ò³ÉÏ¡£´ËÐÅÏ¢ÒѾ­·¢Ë͸øÏµÍ³¹ÜÀíÔ±¡£',1031510000,NULL); INSERT INTO international VALUES (418,'WebGUI',7,'HTML ¹ýÂË',1031510000,NULL); INSERT INTO international VALUES (419,'WebGUI',7,'Çå³ýËùÓеıêʶ·û¡£',1031510000,NULL); INSERT INTO international VALUES (420,'WebGUI',7,'±£ÁôËùÓеıêʶ·û¡£',1031510000,NULL); INSERT INTO international VALUES (421,'WebGUI',7,'±£Áô»ù±¾µÄ±êʶ·û¡£',1031510000,NULL); INSERT INTO international VALUES (422,'WebGUI',7,'

µÇ¼ʧ°Ü

\r\nÄúÊäÈëµÄÕÊ»§ÐÅÏ¢ÓÐÎó¡£',1031510000,NULL); INSERT INTO international VALUES (423,'WebGUI',7,'²é¿´»î¶¯¶Ô»°¡£',1031510000,NULL); INSERT INTO international VALUES (424,'WebGUI',7,'²é¿´µÇ¼ÀúÊ·¼Ç¼¡£',1031510000,NULL); INSERT INTO international VALUES (425,'WebGUI',7,'»î¶¯¶Ô»°',1031510000,NULL); INSERT INTO international VALUES (426,'WebGUI',7,'µÇ¼ÀúÊ·¼Ç¼',1031510000,NULL); INSERT INTO international VALUES (427,'WebGUI',7,'·ç¸ñ',1031510000,NULL); INSERT INTO international VALUES (428,'WebGUI',7,'Óû§ (ID)',1031510000,NULL); INSERT INTO international VALUES (429,'WebGUI',7,'µÇ¼ʱ¼ä',1031510000,NULL); INSERT INTO international VALUES (430,'WebGUI',7,'×îºó·ÃÎÊÒ³Ãæ',1031510000,NULL); INSERT INTO international VALUES (431,'WebGUI',7,'IP µØÖ·',1031510000,NULL); INSERT INTO international VALUES (432,'WebGUI',7,'¹ýÆÚ',1031510000,NULL); INSERT INTO international VALUES (433,'WebGUI',7,'Óû§¶Ë',1031510000,NULL); INSERT INTO international VALUES (434,'WebGUI',7,'״̬',1031510000,NULL); INSERT INTO international VALUES (435,'WebGUI',7,'¶Ô»°ÐźÅ',1031510000,NULL); INSERT INTO international VALUES (436,'WebGUI',7,'ɱµô´Ë¶Ô»°',1031510000,NULL); INSERT INTO international VALUES (437,'WebGUI',7,'ͳ¼ÆÐÅÏ¢',1031510000,NULL); INSERT INTO international VALUES (438,'WebGUI',7,'ÄúµÄÃû×Ö',1031510000,NULL); INSERT INTO international VALUES (439,'WebGUI',7,'¸öÈËÐÅÏ¢',1031510000,NULL); INSERT INTO international VALUES (440,'WebGUI',7,'ÁªÏµÐÅÏ¢',1031510000,NULL); INSERT INTO international VALUES (441,'WebGUI',7,'µç×ÓÓʼþµ½´«ºôÍø¹Ø',1031510000,NULL); INSERT INTO international VALUES (442,'WebGUI',7,'¹¤×÷ÐÅÏ¢',1031510000,NULL); INSERT INTO international VALUES (443,'WebGUI',7,'¼ÒÍ¥ÐÅÏ¢',1031510000,NULL); INSERT INTO international VALUES (444,'WebGUI',7,'¸öÈËÒþ˽',1031510000,NULL); INSERT INTO international VALUES (445,'WebGUI',7,'ϲºÃÉèÖÃ',1031510000,NULL); INSERT INTO international VALUES (446,'WebGUI',7,'µ¥Î»ÍøÕ¾',1031510000,NULL); INSERT INTO international VALUES (447,'WebGUI',7,'¹ÜÀíÒ³ÃæÊ÷',1031510000,NULL); INSERT INTO international VALUES (448,'WebGUI',7,'Ò³ÃæÊ÷',1031510000,NULL); INSERT INTO international VALUES (449,'WebGUI',7,'Ò»°ãÐÅÏ¢',1031510000,NULL); INSERT INTO international VALUES (450,'WebGUI',7,'µ¥Î»Ãû³Æ',1031510000,NULL); INSERT INTO international VALUES (451,'WebGUI',7,'±ØÐè',1031510000,NULL); INSERT INTO international VALUES (452,'WebGUI',7,'½øÈëÖÐ...',1031510000,NULL); INSERT INTO international VALUES (453,'WebGUI',7,'´´½¨ÈÕÆÚ',1031510000,NULL); INSERT INTO international VALUES (454,'WebGUI',7,'×îºó¸üÐÂ',1031510000,NULL); INSERT INTO international VALUES (455,'WebGUI',7,'±à¼­Óû§ÐÅÏ¢¡£',1031510000,NULL); INSERT INTO international VALUES (456,'WebGUI',7,'·µ»ØÓû§ÁÐ±í¡£',1031510000,NULL); INSERT INTO international VALUES (457,'WebGUI',7,'±à¼­´ËÓû§ÕÊ»§¡£',1031510000,NULL); INSERT INTO international VALUES (458,'WebGUI',7,'±à¼­´ËÓû§×éȺ¡£',1031510000,NULL); INSERT INTO international VALUES (459,'WebGUI',7,'±à¼­´ËÓû§ÊôÐÔ¡£',1031510000,NULL); INSERT INTO international VALUES (460,'WebGUI',7,'Ê±Çø',1031510000,NULL); INSERT INTO international VALUES (461,'WebGUI',7,'ÈÕÆÚ¸ñʽ',1031510000,NULL); INSERT INTO international VALUES (462,'WebGUI',7,'ʱ¼ä¸ñʽ',1031510000,NULL); INSERT INTO international VALUES (463,'WebGUI',7,'Îı¾ÊäÈëÇøÐÐÊý',1031510000,NULL); INSERT INTO international VALUES (464,'WebGUI',7,'Îı¾ÊäÈëÇøÁÐÊý',1031510000,NULL); INSERT INTO international VALUES (465,'WebGUI',7,'Îı¾¿ò´óС',1031510000,NULL); INSERT INTO international VALUES (466,'WebGUI/Profile',7,'ÄúÈ·¶¨ÒªÉ¾³ý´ËÀà±ð²¢ÇÒ½«´ËÀà±ðÏÂËùÓÐÀ¸Ä¿Òƶ¯µ½Ò»°ãÀà±ðÂð£¿',1031510000,NULL); INSERT INTO international VALUES (467,'WebGUI/Profile',7,'ÄúÈ·¶¨ÒªÉ¾³ý´ËÀ¸Ä¿£¬²¢ÇÒËùÓйØÓÚ´ËÀ¸Ä¿µÄÓû§ÐÅÏ¢Âð£¿',1031510000,NULL); INSERT INTO international VALUES (469,'WebGUI',7,'ID',1031510000,NULL); INSERT INTO international VALUES (470,'WebGUI',7,'Ãû×Ö',1031510000,NULL); INSERT INTO international VALUES (472,'WebGUI',7,'±êÌâ',1031510000,NULL); INSERT INTO international VALUES (473,'WebGUI/Profile',7,'¿É¼û£¿',1031510000,NULL); INSERT INTO international VALUES (474,'WebGUI/Profile',7,'±ØÐ룿',1031510000,NULL); INSERT INTO international VALUES (475,'WebGUI',7,'ÎÄ×Ö',1031510000,NULL); INSERT INTO international VALUES (476,'WebGUI',7,'ÎÄ×ÖÇø',1031510000,NULL); INSERT INTO international VALUES (477,'WebGUI',7,'HTML Çø',1031510000,NULL); INSERT INTO international VALUES (478,'WebGUI',7,'URL',1031510000,NULL); INSERT INTO international VALUES (479,'WebGUI',7,'ÈÕÆÚ',1031510000,NULL); INSERT INTO international VALUES (480,'WebGUI',7,'µç×ÓÓʼþµØÖ·',1031510000,NULL); INSERT INTO international VALUES (481,'WebGUI',7,'µç»°ºÅÂë',1031510000,NULL); INSERT INTO international VALUES (482,'WebGUI',7,'Êý×Ö (ÕûÊý)',1031510000,NULL); INSERT INTO international VALUES (483,'WebGUI',7,'ÊÇ»ò·ñ',1031510000,NULL); INSERT INTO international VALUES (484,'WebGUI',7,'Ñ¡ÔñÁбí',1031510000,NULL); INSERT INTO international VALUES (485,'WebGUI',7,'²¼¶ûÖµ (Ñ¡Ôñ¿ò)',1031510000,NULL); INSERT INTO international VALUES (486,'WebGUI',7,'Êý¾ÝÀàÐÍ',1031510000,NULL); INSERT INTO international VALUES (487,'WebGUI',7,'¿Éѡֵ',1031510000,NULL); INSERT INTO international VALUES (488,'WebGUI',7,'ĬÈÏÖµ',1031510000,NULL); INSERT INTO international VALUES (489,'WebGUI/Profile',7,'ÊôÐÔÀà',1031510000,NULL); INSERT INTO international VALUES (490,'WebGUI/Profile',7,'Ìí¼ÓÒ»¸öÊôÐÔÀà¡£',1031510000,NULL); INSERT INTO international VALUES (491,'WebGUI/Profile',7,'Ìí¼ÓÒ»¸öÊôÐÔÀ¸¡£',1031510000,NULL); INSERT INTO international VALUES (492,'WebGUI',7,'ÊôÐÔÀ¸ÁÐ±í¡£',1031510000,NULL); INSERT INTO international VALUES (493,'WebGUI',7,'·µ»ØÍøÕ¾¡£',1031510000,NULL); INSERT INTO international VALUES (495,'WebGUI',7,'ÄÚÖñ༭Æ÷',1031510000,NULL); INSERT INTO international VALUES (496,'WebGUI',7,'ʹÓÃ',1031510000,NULL); INSERT INTO international VALUES (494,'WebGUI',7,'Real Objects Edit-On Pro',1031510000,NULL); INSERT INTO international VALUES (497,'WebGUI',7,'¿ªÊ¼ÈÕÆÚ',1031510000,NULL); INSERT INTO international VALUES (498,'WebGUI',7,'½áÊøÈÕÆÚ',1031510000,NULL); INSERT INTO international VALUES (499,'WebGUI',7,'×é¼þ ID',1031510000,NULL); INSERT INTO international VALUES (500,'WebGUI',7,'Ò³Ãæ ID',1031510000,NULL); INSERT INTO international VALUES (514,'WebGUI',7,'·ÃÎÊ',1031510000,NULL); INSERT INTO international VALUES (527,'WebGUI',7,'ĬÈÏÊ×Ò³',1031510000,NULL); INSERT INTO international VALUES (503,'WebGUI',7,'Ä£°å ID',1031510000,NULL); INSERT INTO international VALUES (501,'WebGUI',7,'Ö÷Ìå',1031510000,NULL); INSERT INTO international VALUES (528,'WebGUI',7,'Ä£°åÃû³Æ',1031510000,NULL); INSERT INTO international VALUES (468,'WebGUI/Profile',7,'±à¼­Óû§ÊôÐÔÀà',1031510000,NULL); INSERT INTO international VALUES (159,'WebGUI',7,'ÊÕ¼þÏä',1031510000,NULL); INSERT INTO international VALUES (508,'WebGUI',7,'¹ÜÀíÄ£°å¡£',1031510000,NULL); INSERT INTO international VALUES (39,'USS',7,'·¢±í»Ø¸´',1031510000,NULL); INSERT INTO international VALUES (41,'USS',7,'ÈÕÆÚ',1031510000,NULL); INSERT INTO international VALUES (46,'USS',7,'¸ü¶à...',1031510000,NULL); INSERT INTO international VALUES (47,'USS',7,'»Ø¸´',1031510000,NULL); INSERT INTO international VALUES (48,'USS',7,'ÊÇ·ñÔÊÐíÌÖÂÛ£¿',1031510000,NULL); INSERT INTO international VALUES (51,'USS',7,'ÏÔʾ¿ìÕÕ£¿',1031510000,NULL); INSERT INTO international VALUES (52,'USS',7,'¿ìÕÕ',1031510000,NULL); INSERT INTO international VALUES (53,'USS',7,'²¼¾Ö',1031510000,NULL); INSERT INTO international VALUES (57,'USS',7,'»ØÓ¦',1031510000,NULL); INSERT INTO international VALUES (11,'FAQ',7,'ÊÇ·ñ´ò¿ª TOC £¿',1031510000,NULL); INSERT INTO international VALUES (12,'FAQ',7,'ÊÇ·ñ´ò¿ª Q/A £¿',1031510000,NULL); INSERT INTO international VALUES (13,'FAQ',7,'ÊÇ·ñ´ò¿ª [top] Á¬½Ó£¿',1031510000,NULL); INSERT INTO international VALUES (509,'WebGUI',7,'ÌÖÂÛ²¼¾Ö',1031510000,NULL); INSERT INTO international VALUES (510,'WebGUI',7,'ƽÆÌ',1031510000,NULL); INSERT INTO international VALUES (511,'WebGUI',7,'ÏßË÷',1031510000,NULL); INSERT INTO international VALUES (512,'WebGUI',7,'ÏÂÒ»ÌõÏßË÷',1031510000,NULL); INSERT INTO international VALUES (513,'WebGUI',7,'ÉÏÒ»ÌõÏßË÷',1031510000,NULL); INSERT INTO international VALUES (534,'WebGUI',7,'ÐÂÓû§Ìáʾ£¿',1031510000,NULL); INSERT INTO international VALUES (354,'WebGUI',7,'²é¿´ÊÕ¼þÏä¡£',1031510000,NULL); INSERT INTO international VALUES (531,'WebGUI',7,'°üÀ¨ÍêÕûµÄƴд',1031510000,NULL); INSERT INTO international VALUES (518,'WebGUI',7,'ÊÕ¼þÏäÌáʾ',1031510000,NULL); INSERT INTO international VALUES (519,'WebGUI',7,'ÎÒÏ£Íû±»ÌáÐÑ¡£',1031510000,NULL); INSERT INTO international VALUES (520,'WebGUI',7,'ÎÒÏ£Íûͨ¹ýµç×ÓÓʼþµÄ·½Ê½ÌáÐÑ¡£',1031510000,NULL); INSERT INTO international VALUES (521,'WebGUI',7,'ÎÒÏ£Íûͨ¹ýµç×ÓÓʼþµ½´«ºôµÄ·½Ê½ÌáÐÑ¡£',1031510000,NULL); INSERT INTO international VALUES (522,'WebGUI',7,'ÎÒÏ£Íûͨ¹ý ICQ µÄ·½Ê½ÌáÐÑ¡£',1031510000,NULL); INSERT INTO international VALUES (523,'WebGUI',7,'ÌáÐÑ',1031510000,NULL); INSERT INTO international VALUES (1025,'WebGUI',7,'ÊÇ·ñÌí¼Ó±à¼­´Á£¿',1031510000,NULL); INSERT INTO international VALUES (525,'WebGUI',7,'±à¼­ÄÚÈÝÉèÖÃ',1031510000,NULL); INSERT INTO international VALUES (526,'WebGUI',7,'Ö»Çå³ý JavaScript ¡£',1031510000,NULL); INSERT INTO international VALUES (584,'WebGUI',1,'Add a new translation.',1036971092,NULL); INSERT INTO international VALUES (585,'WebGUI',1,'Manage translations.',1031514049,NULL); INSERT INTO international VALUES (586,'WebGUI',1,'Manage Translations',1036971445,NULL); INSERT INTO international VALUES (587,'WebGUI',1,'Are you certain you wish to delete this language and all the help and international messages that go with it?',1031514049,NULL); INSERT INTO international VALUES (589,'WebGUI',1,'Edit Translation',1036971172,NULL); INSERT INTO international VALUES (590,'WebGUI',1,'Language ID',1031514049,NULL); INSERT INTO international VALUES (591,'WebGUI',1,'Language',1031514049,NULL); INSERT INTO international VALUES (592,'WebGUI',1,'Character Set',1031514049,NULL); INSERT INTO international VALUES (595,'WebGUI',1,'International Messages',1031514049,NULL); INSERT INTO international VALUES (596,'WebGUI',1,'MISSING',1031514049,NULL); INSERT INTO international VALUES (597,'WebGUI',1,'Edit International Message',1031514049,NULL); INSERT INTO international VALUES (598,'WebGUI',1,'Edit this translation.',1036971142,NULL); INSERT INTO international VALUES (601,'WebGUI',1,'International ID',1031514049,NULL); INSERT INTO international VALUES (1,'DataForm',1,'Data Form',1052045252,NULL); INSERT INTO international VALUES (2,'DataForm',1,'Your email subject here',1031514049,NULL); INSERT INTO international VALUES (3,'DataForm',1,'Thank you for your feedback!',1031514049,NULL); INSERT INTO international VALUES (4,'DataForm',1,'Hidden',1031514049,NULL); INSERT INTO international VALUES (5,'DataForm',1,'Displayed',1031514049,NULL); INSERT INTO international VALUES (6,'DataForm',1,'Modifiable',1031514049,NULL); INSERT INTO international VALUES (7,'DataForm',1,'Edit Data Form',1052045309,NULL); INSERT INTO international VALUES (8,'DataForm',1,'Width',1031514049,NULL); INSERT INTO international VALUES (10,'DataForm',1,'From',1031514049,NULL); INSERT INTO international VALUES (11,'DataForm',1,'To',1052047848,NULL); INSERT INTO international VALUES (12,'DataForm',1,'Cc',1031514049,NULL); INSERT INTO international VALUES (13,'DataForm',1,'Bcc',1031514049,NULL); INSERT INTO international VALUES (14,'DataForm',1,'Subject',1031514049,NULL); INSERT INTO international VALUES (16,'DataForm',1,'Acknowledgement',1031514049,NULL); INSERT INTO international VALUES (17,'DataForm',1,'Mail Sent',1031514049,NULL); INSERT INTO international VALUES (18,'DataForm',1,'Go back!',1031514049,NULL); INSERT INTO international VALUES (19,'DataForm',1,'Are you certain that you want to delete this field?',1031514049,NULL); INSERT INTO international VALUES (20,'DataForm',1,'Edit Field',1031514049,NULL); INSERT INTO international VALUES (21,'DataForm',1,'Field Name',1031514049,NULL); INSERT INTO international VALUES (22,'DataForm',1,'Status',1031514049,NULL); INSERT INTO international VALUES (23,'DataForm',1,'Type',1031514049,NULL); INSERT INTO international VALUES (24,'DataForm',1,'Possible Values',1031514049,NULL); INSERT INTO international VALUES (25,'DataForm',1,'Default Value(s)',1053855043,NULL); INSERT INTO international VALUES (79,'DataForm',1,'Subtext',1051482497,'A small piece of text under a form element. Gives extra description.'); INSERT INTO international VALUES (491,'WebGUI/Profile',8,'Aggiungi un campo al profilo.',1048067446,NULL); INSERT INTO international VALUES (490,'WebGUI/Profile',8,'Aggiungi una categoria al profilo.',1045782782,NULL); INSERT INTO international VALUES (489,'WebGUI/Profile',8,'Categoria Profilo',1045782755,NULL); INSERT INTO international VALUES (488,'WebGUI',8,'Valore(i) di Default',1045782750,NULL); INSERT INTO international VALUES (487,'WebGUI',8,'Valori Possibili',1045782745,NULL); INSERT INTO international VALUES (486,'WebGUI',8,'Tipo Data',1045782741,NULL); INSERT INTO international VALUES (484,'WebGUI',8,'Select List',1045782732,NULL); INSERT INTO international VALUES (485,'WebGUI',8,'Booleano (Checkbox)',1045782737,NULL); INSERT INTO international VALUES (483,'WebGUI',8,'Si o No',1045782725,NULL); INSERT INTO international VALUES (482,'WebGUI',8,'Numero (Intero)',1045782720,NULL); INSERT INTO international VALUES (481,'WebGUI',8,'Telefono',1045782711,NULL); INSERT INTO international VALUES (479,'WebGUI',8,'Data',1045782697,NULL); INSERT INTO international VALUES (480,'WebGUI',8,'Indirizzo Email',1045782708,NULL); INSERT INTO international VALUES (476,'WebGUI',8,'Text Area',1045782680,NULL); INSERT INTO international VALUES (477,'WebGUI',8,'HTML Area',1045782686,NULL); INSERT INTO international VALUES (478,'WebGUI',8,'URL',1045782692,NULL); INSERT INTO international VALUES (475,'WebGUI',8,'Testo',1045782675,NULL); INSERT INTO international VALUES (473,'WebGUI/Profile',8,'Visibile?',1045782660,NULL); INSERT INTO international VALUES (474,'WebGUI/Profile',8,'Campo Richisto?',1045782665,NULL); INSERT INTO international VALUES (470,'WebGUI',8,'Nome',1045782642,NULL); INSERT INTO international VALUES (472,'WebGUI',8,'Etichetta',1045782656,NULL); INSERT INTO international VALUES (469,'WebGUI',8,'Id',1045782632,NULL); INSERT INTO international VALUES (468,'WebGUI/Profile',8,'Modifica categoria profilo utenti',1045782628,NULL); INSERT INTO international VALUES (467,'WebGUI/Profile',8,'Sei certo di voler cancellare questo campo e tutti i dati ad esso relativi?',1045782622,NULL); INSERT INTO international VALUES (466,'WebGUI/Profile',8,'Sei certo di voler cancellare questa categoria e spostare il suo contenuto nella categoria Varie?',1045782610,NULL); INSERT INTO international VALUES (465,'WebGUI',8,'Dimensione Text Box',1045782600,NULL); INSERT INTO international VALUES (464,'WebGUI',8,'Colonne Text Area',1045782596,NULL); INSERT INTO international VALUES (463,'WebGUI',8,'Righe Text Area',1045782591,NULL); INSERT INTO international VALUES (462,'WebGUI',8,'Formato ora',1045782586,NULL); INSERT INTO international VALUES (461,'WebGUI',8,'Formato data',1045782582,NULL); INSERT INTO international VALUES (460,'WebGUI',8,'Time Offset',1045782577,NULL); INSERT INTO international VALUES (459,'WebGUI',8,'Modifica il profilo di questo utente.',1045782565,NULL); INSERT INTO international VALUES (458,'WebGUI',8,'Modifica il gruppo di questo utente.',1045782554,NULL); INSERT INTO international VALUES (457,'WebGUI',8,'Modifica l\'account di questo utente.',1045782543,NULL); INSERT INTO international VALUES (456,'WebGUI',8,'Indietro alla lista degli utenti.',1045782535,NULL); INSERT INTO international VALUES (455,'WebGUI',8,'Modifica il profilo utente',1045782529,NULL); INSERT INTO international VALUES (454,'WebGUI',8,'Ultimo aggiornamento',1045782524,NULL); INSERT INTO international VALUES (452,'WebGUI',8,'Attendi...',1045782509,NULL); INSERT INTO international VALUES (453,'WebGUI',8,'Data di creazione',1045782518,NULL); INSERT INTO international VALUES (450,'WebGUI',8,'Professione (Azienda)',1045782494,NULL); INSERT INTO international VALUES (451,'WebGUI',8,'é richiesto.',1045782504,NULL); INSERT INTO international VALUES (448,'WebGUI',8,'Albero di Navigazione',1045782478,NULL); INSERT INTO international VALUES (449,'WebGUI',8,'Informazioni varie',1045782482,NULL); INSERT INTO international VALUES (447,'WebGUI',8,'Gestisci albero di navigazione.',1045782474,NULL); INSERT INTO international VALUES (446,'WebGUI',8,'Web Site',1045782470,NULL); INSERT INTO international VALUES (445,'WebGUI',8,'Preferenze',1045782465,NULL); INSERT INTO international VALUES (444,'WebGUI',8,'Informazioni Demografiche',1046633964,NULL); INSERT INTO international VALUES (443,'WebGUI',8,'Informazioni Tempo Libero',1045782456,NULL); INSERT INTO international VALUES (441,'WebGUI',8,'Email al Pager ',1045782446,NULL); INSERT INTO international VALUES (442,'WebGUI',8,'Informazioni Professionali',1045782452,NULL); INSERT INTO international VALUES (440,'WebGUI',8,'Contatti',1045782441,NULL); INSERT INTO international VALUES (439,'WebGUI',8,'Informazioni Personali',1045782426,NULL); INSERT INTO international VALUES (438,'WebGUI',8,'Il tuo nome',1045782423,NULL); INSERT INTO international VALUES (436,'WebGUI',8,'Uccidi Sessione',1045782414,NULL); INSERT INTO international VALUES (437,'WebGUI',8,'Statistiche',1045782418,NULL); INSERT INTO international VALUES (435,'WebGUI',8,'Firma di Sessione',1045782410,NULL); INSERT INTO international VALUES (434,'WebGUI',8,'Stato',1045782406,NULL); INSERT INTO international VALUES (433,'WebGUI',8,'User Agent',1045782402,NULL); INSERT INTO international VALUES (432,'WebGUI',8,'Scade',1045782397,NULL); INSERT INTO international VALUES (431,'WebGUI',8,'Indirizzo IP',1045782392,NULL); INSERT INTO international VALUES (430,'WebGUI',8,'Ultima pagina vista',1045782388,NULL); INSERT INTO international VALUES (429,'WebGUI',8,'Ultimo Login',1045782378,NULL); INSERT INTO international VALUES (427,'WebGUI',8,'Stili',1045782336,NULL); INSERT INTO international VALUES (428,'WebGUI',8,'Utente (ID)',1045782368,NULL); INSERT INTO international VALUES (426,'WebGUI',8,'Storico Login',1046125815,NULL); INSERT INTO international VALUES (425,'WebGUI',8,'Sessioni Attive',1046125805,NULL); INSERT INTO international VALUES (424,'WebGUI',8,'Visualizza Storico Login.',1046125796,NULL); INSERT INTO international VALUES (423,'WebGUI',8,'Visualizza Sessioni Attive.',1046125786,NULL); INSERT INTO international VALUES (422,'WebGUI',8,'

Login Fallito!

\r\nLe informazioni che hai inserito non corrispondono all\'account.',1045779651,NULL); INSERT INTO international VALUES (421,'WebGUI',8,'Rimuovi tutto tranne che la formattazione basilare.',1048067435,NULL); INSERT INTO international VALUES (420,'WebGUI',8,'Lascia com\'è.',1048067493,NULL); INSERT INTO international VALUES (419,'WebGUI',8,'Rimuovi tutti i tag.',1048067456,NULL); INSERT INTO international VALUES (418,'WebGUI',8,'Filtra il contenuto',1048067477,NULL); INSERT INTO international VALUES (417,'WebGUI',8,'

Violazione della Sicurezza

\r\nHai cercato di accedere ad un wobject non associato a questa pagina. Questo incidente è stato registrato.',1046632861,NULL); INSERT INTO international VALUES (52,'Product',1,'Add another benefit?',1031514049,NULL); INSERT INTO international VALUES (416,'WebGUI',8,'

Problemi con la richiesta

\r\nci sono stati dei problemi con la tua richiesta. Prego clicca sul bottone \"indietro\" del browser e riprova. Se questo problema persiste, contattaci specificando quello che stai tentando di fare e la data dell\'errore.',1046125685,NULL); INSERT INTO international VALUES (28,'Article',8,'Visualizza Risposte',1031922202,NULL); INSERT INTO international VALUES (24,'Article',8,'Invia Risposta',1031922173,NULL); INSERT INTO international VALUES (626,'WebGUI',2,'Wobjects (früher auch als Widgets bezeichnet) sind die wirkliche Stärke von \r\nWebGUI. Wobjects sind kleine einbindbare Applikationen, die für WebGUI entwickelt \r\nwurden. Diskussionsforen und Abstimmungen sind Beispiele für Wobjects. \r\n

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,'
Clicca qui per uscire.',1045782772,NULL); INSERT INTO international VALUES (47,'WebGUI',8,'Home',1045782637,NULL); INSERT INTO international VALUES (45,'WebGUI',8,'No, ho fatto uno sbaglio.',1045782486,NULL); INSERT INTO international VALUES (44,'WebGUI',8,'Sì, sono sicuro.',1045782431,NULL); INSERT INTO international VALUES (43,'WebGUI',8,'Sei sicuro di voler cancellare questo contenuto?',1045782384,NULL); INSERT INTO international VALUES (42,'WebGUI',8,'Prego Conferma',1046125756,NULL); INSERT INTO international VALUES (41,'WebGUI',8,'Hai cercato di rimuovere un componente vitale del sistema. Se continui può\r\ncessare di funzionare.',1046125588,NULL); INSERT INTO international VALUES (40,'WebGUI',8,'Componente Vitale',1046125408,NULL); INSERT INTO international VALUES (39,'WebGUI',8,'Non hai abbastanza privilegi per accedere a questa pagina.',1046125300,NULL); INSERT INTO international VALUES (38,'WebGUI',8,'Non hai abbastanza privilegi per questa operazione. Prego ^a(entra con un account); che ha sufficenti privilegi prima di eseguire questa operazione.',1046125159,NULL); INSERT INTO international VALUES (404,'WebGUI',8,'Prima Pagina',1046125474,NULL); INSERT INTO international VALUES (37,'WebGUI',8,'Permesso negato!',1046122573,NULL); INSERT INTO international VALUES (36,'WebGUI',8,'Devi essere un amministratore per usare questa funzione. Per favore contatta uno degli amministratori. Questa è una lista degli amministratori di questo sistema:',1046122451,NULL); INSERT INTO international VALUES (35,'WebGUI',8,'Funzioni Amministrative',1046122307,NULL); INSERT INTO international VALUES (34,'WebGUI',8,'imposta la data (mm/gg/aaaa)',1046122193,NULL); INSERT INTO international VALUES (33,'WebGUI',8,'Sabato',1046122096,NULL); INSERT INTO international VALUES (31,'WebGUI',8,'Giovedì',1046121837,NULL); INSERT INTO international VALUES (32,'WebGUI',8,'Venerdì',1046121962,NULL); INSERT INTO international VALUES (30,'WebGUI',8,'Mercoledì',1046121786,NULL); INSERT INTO international VALUES (29,'WebGUI',8,'Martedì',1046121770,NULL); INSERT INTO international VALUES (29,'USS',8,'Sistema di Contributi degli Utenti',1045783969,NULL); INSERT INTO international VALUES (28,'WebGUI',8,'Lunedì',1046121763,NULL); INSERT INTO international VALUES (28,'USS',8,'Ritorna alla lista dei Contributi',1045783962,NULL); INSERT INTO international VALUES (27,'WebGUI',8,'Domenica',1046121754,NULL); INSERT INTO international VALUES (27,'USS',8,'Modifica',1045783955,NULL); INSERT INTO international VALUES (26,'WebGUI',8,'Dicembre',1046121747,NULL); INSERT INTO international VALUES (25,'WebGUI',8,'Novembre',1046121737,NULL); INSERT INTO international VALUES (24,'WebGUI',8,'Ottobre',1046121693,NULL); INSERT INTO international VALUES (23,'WebGUI',8,'Settembre',1045916088,NULL); INSERT INTO international VALUES (22,'WebGUI',8,'Agosto',1045916051,NULL); INSERT INTO international VALUES (21,'WebGUI',8,'Luglio',1045916036,NULL); INSERT INTO international VALUES (21,'USS',8,'Mandato da',1045783948,NULL); INSERT INTO international VALUES (20,'WebGUI',8,'Giugno',1045916025,NULL); INSERT INTO international VALUES (20,'USS',8,'Manda un nuovo Contributo',1045783941,NULL); INSERT INTO international VALUES (19,'WebGUI',8,'Maggio',1045915978,NULL); INSERT INTO international VALUES (1017,'WebGUI',8,'Ultima Risposta',1045927222,NULL); INSERT INTO international VALUES (19,'USS',8,'Modifica Contributo',1045783917,NULL); INSERT INTO international VALUES (1016,'WebGUI',8,'Risposte',1045927198,NULL); INSERT INTO international VALUES (18,'WebGUI',8,'Aprile',1045915968,NULL); INSERT INTO international VALUES (18,'USS',8,'Modifica il sistema di contributi degli utenti',1045783898,NULL); INSERT INTO international VALUES (17,'WebGUI',8,'Marzo',1045915877,NULL); INSERT INTO international VALUES (17,'USS',8,'Sei sicuro di voler cancellare questo contributo?',1045783886,NULL); INSERT INTO international VALUES (16,'WebGUI',8,'Febbraio',1045915762,NULL); INSERT INTO international VALUES (16,'USS',8,'Senza Titolo',1045783867,NULL); INSERT INTO international VALUES (15,'WebGUI',8,'Gennaio',1045915658,NULL); INSERT INTO international VALUES (15,'USS',8,'Modifica/Cancella',1045783860,NULL); INSERT INTO international VALUES (14,'WebGUI',8,'Visualizza i contributi pendenti.',1045915481,NULL); INSERT INTO international VALUES (14,'USS',8,'Stato',1045783853,NULL); INSERT INTO international VALUES (13,'WebGUI',8,'Visualizza indice dell\'aiuto.',1045915359,NULL); INSERT INTO international VALUES (13,'USS',8,'Data',1045783842,NULL); INSERT INTO international VALUES (13,'LinkList',8,'Aggiungi un nuovo link.',1045779037,NULL); INSERT INTO international VALUES (13,'EventsCalendar',8,'Modifica Evento',1045778141,NULL); INSERT INTO international VALUES (13,'Article',8,'Cancella',1031921959,NULL); INSERT INTO international VALUES (12,'WebGUI',8,'Spegni interfaccia amministrativa.',1045915288,NULL); INSERT INTO international VALUES (12,'USS',8,'(deseleziona se scrivi in HTML)',1045783832,NULL); INSERT INTO international VALUES (12,'EventsCalendar',8,'Modifica Calendario Eventi',1045681771,NULL); INSERT INTO international VALUES (12,'LinkList',8,'Modifica Link',1045779027,NULL); INSERT INTO international VALUES (12,'SQLReport',8,'Errore: non è possibile connettersi al database.',1045783455,NULL); INSERT INTO international VALUES (11,'WebGUI',8,'Svuota il cestino',1045784378,NULL); INSERT INTO international VALUES (12,'Article',8,'Modifica Articolo',1031921943,NULL); INSERT INTO international VALUES (11,'SQLReport',8,'Debug: Errore: c\'è stato un problema con la query.',1045783422,NULL); INSERT INTO international VALUES (75,'EventsCalendar',1,'Which do you wish to do?',1031514049,NULL); INSERT INTO international VALUES (11,'Article',8,'(Seleziona \"Si\" solo se non hai aggiunto <br> manualmente.)',1049641677,NULL); INSERT INTO international VALUES (10,'WebGUI',8,'Visualizza il cestino.',1045779330,NULL); INSERT INTO international VALUES (10,'SQLReport',8,'Errore: l\' SQL specificato ha un formato improprio.',1045783413,NULL); INSERT INTO international VALUES (10,'Poll',8,'Azzera i voti.',1045927659,NULL); INSERT INTO international VALUES (10,'LinkList',8,'Modifica Lista di Link',1045779016,NULL); INSERT INTO international VALUES (10,'FAQ',8,'Modifica Domanda',1048067361,NULL); INSERT INTO international VALUES (715,'WebGUI',1,'Redirect URL',1031514049,NULL); INSERT INTO international VALUES (10,'Article',8,'Converti gli \'a capo\'?',1031911573,NULL); INSERT INTO international VALUES (9,'WebGUI',8,'Visualizza appunti.',1045781162,NULL); INSERT INTO international VALUES (9,'SQLReport',8,'Errore: il DSN specificato ha un formato improprio.',1045783642,NULL); INSERT INTO international VALUES (9,'Poll',8,'Modifica Sondaggio',1046121543,NULL); INSERT INTO international VALUES (9,'LinkList',8,'Sei sicuro di voler cancellare questo link?',1045926707,NULL); INSERT INTO international VALUES (9,'FAQ',8,'Aggiungi una nuova domanda.',1045778774,NULL); INSERT INTO international VALUES (9,'EventsCalendar',8,'fino a',1045778412,NULL); INSERT INTO international VALUES (9,'Article',8,'Allegato',1031922314,NULL); INSERT INTO international VALUES (8,'WebGUI',8,'Visualizza pagina non trovata.',1045781265,NULL); INSERT INTO international VALUES (8,'SQLReport',8,'Modifica SQL Report',1045783584,NULL); INSERT INTO international VALUES (8,'Poll',8,'(Aggiungi una risposta per linea. Non più di 20)',1046121535,NULL); INSERT INTO international VALUES (8,'LinkList',8,'URL',1045926697,NULL); INSERT INTO international VALUES (8,'FAQ',8,'Modifica F.A.Q.',1045778691,NULL); INSERT INTO international VALUES (8,'EventsCalendar',8,'Ricorre ogni',1045778398,NULL); INSERT INTO international VALUES (8,'Article',8,'URL del Link',1031922299,NULL); INSERT INTO international VALUES (7,'WebGUI',8,'Gestisci gli utenti.',1045781495,NULL); INSERT INTO international VALUES (7,'SQLReport',8,'Password Database',1045783558,NULL); INSERT INTO international VALUES (7,'Poll',8,'Risposte',1046121521,NULL); INSERT INTO international VALUES (7,'FAQ',8,'Sei sicuro di voler cancellare questa domanda?',1045778564,NULL); INSERT INTO international VALUES (7,'Article',8,'Titolo del link',1031922284,NULL); INSERT INTO international VALUES (6,'WebGUI',8,'Gestisci gli stili.',1045780765,NULL); INSERT INTO international VALUES (6,'USS',8,'Contributi per pagina',1045779337,NULL); INSERT INTO international VALUES (6,'SQLReport',8,'Utente Database',1045783545,NULL); INSERT INTO international VALUES (6,'SiteMap',8,'Rientro',1045783716,NULL); INSERT INTO international VALUES (6,'Poll',8,'Domanda',1046121474,NULL); INSERT INTO international VALUES (6,'MessageBoard',8,'Modifica Forum',1045927559,NULL); INSERT INTO international VALUES (6,'LinkList',8,'Lista di Link',1045779058,NULL); INSERT INTO international VALUES (6,'FAQ',8,'Risposta',1045778550,NULL); INSERT INTO international VALUES (6,'ExtraColumn',8,'Modifica Colonna Extra',1045778456,NULL); INSERT INTO international VALUES (701,'WebGUI',8,'Settimana/e',1045781460,NULL); INSERT INTO international VALUES (6,'Article',8,'Immagine',1031922242,NULL); INSERT INTO international VALUES (5,'WebGUI',8,'Gestisci i gruppi.',1045782846,NULL); INSERT INTO international VALUES (5,'USS',8,'Il tuo contributo è stato respinto.',1045784164,NULL); INSERT INTO international VALUES (5,'SQLReport',8,'DSN',1045783539,NULL); INSERT INTO international VALUES (5,'SiteMap',8,'Modifica la mappa del sito',1045783694,NULL); INSERT INTO international VALUES (5,'Poll',8,'Larghezza del grafico',1046121460,NULL); INSERT INTO international VALUES (819,'WebGUI',1,'Self-Deactivated',1038431323,NULL); INSERT INTO international VALUES (5,'ExtraColumn',8,'StyleSheet Class',1045778448,NULL); INSERT INTO international VALUES (5,'FAQ',8,'Domanda',1045778543,NULL); INSERT INTO international VALUES (5,'Item',8,'Scarica allegato',1045778951,NULL); INSERT INTO international VALUES (700,'WebGUI',8,'Giorno/i',1045781474,NULL); INSERT INTO international VALUES (4,'WebGUI',8,'Gestisci i settaggi.',1046125394,NULL); INSERT INTO international VALUES (4,'USS',8,'Il tuo contributo è stato approvato.',1045784091,NULL); INSERT INTO international VALUES (4,'SyndicatedContent',8,'Modifica Contenuto di altri siti',1045783763,NULL); INSERT INTO international VALUES (4,'SQLReport',8,'Query',1045783532,NULL); INSERT INTO international VALUES (4,'SiteMap',8,'Profondità',1045783686,NULL); INSERT INTO international VALUES (4,'Poll',8,'Chi può votare?',1045927698,NULL); INSERT INTO international VALUES (4,'Item',8,'Item',1045778939,NULL); INSERT INTO international VALUES (4,'ExtraColumn',8,'Larghezza',1045778438,NULL); INSERT INTO international VALUES (4,'EventsCalendar',8,'Accade solo una volta.',1045778197,NULL); INSERT INTO international VALUES (4,'Article',8,'Data di fine',1031922227,NULL); INSERT INTO international VALUES (3,'WebGUI',8,'Incolla dagli appunti...',1046121779,NULL); INSERT INTO international VALUES (3,'USS',8,'Hai nuovi contenuti degli utenti da approvare.',1045783980,NULL); INSERT INTO international VALUES (3,'SQLReport',8,'Template risultati',1045783525,NULL); INSERT INTO international VALUES (3,'SiteMap',8,'Partire da questo livello?',1045783673,NULL); INSERT INTO international VALUES (3,'Poll',8,'Attivo',1045927691,NULL); INSERT INTO international VALUES (3,'LinkList',8,'Apri in nuova finestra?',1045779049,NULL); INSERT INTO international VALUES (3,'Item',8,'Cancella allegato',1045778929,NULL); INSERT INTO international VALUES (3,'ExtraColumn',8,'Spaziatore',1045778430,NULL); INSERT INTO international VALUES (3,'Article',8,'Data di inizio',1031922214,NULL); INSERT INTO international VALUES (2,'WebGUI',8,'Pagina',1045916015,NULL); INSERT INTO international VALUES (2,'USS',8,'Chi può contribuire?',1045783929,NULL); INSERT INTO international VALUES (2,'SyndicatedContent',8,'Contenuto da altri siti',1045783754,NULL); INSERT INTO international VALUES (2,'SiteMap',8,'Mappa del sito',1045783666,NULL); INSERT INTO international VALUES (2,'MessageBoard',8,'Forum',1045927206,NULL); INSERT INTO international VALUES (2,'Item',8,'Allegato',1045778918,NULL); INSERT INTO international VALUES (2,'FAQ',8,'F.A.Q.',1045778535,NULL); INSERT INTO international VALUES (2,'EventsCalendar',8,'Calendario Eventi',1045778175,NULL); INSERT INTO international VALUES (1,'WebGUI',8,'Aggiungi contenuto...',1045779385,NULL); INSERT INTO international VALUES (1,'USS',8,'Chi può approvare?',1045783811,NULL); INSERT INTO international VALUES (1,'SyndicatedContent',8,'URL del file RSS',1045783734,NULL); INSERT INTO international VALUES (1,'SQLReport',8,'SQL Report',1045783352,NULL); INSERT INTO international VALUES (1,'Poll',8,'Sondaggio',1045927650,NULL); INSERT INTO international VALUES (1,'Item',8,'URL del link',1045778911,NULL); INSERT INTO international VALUES (1,'ExtraColumn',8,'Colonna Extra',1045778418,NULL); INSERT INTO international VALUES (85,'EventsCalendar',1,'Last in the calendar.',1038190764,NULL); INSERT INTO international VALUES (1,'Article',8,'Articolo',1046124716,NULL); INSERT INTO international VALUES (367,'WebGUI',8,'Scade dopo',1046122539,NULL); INSERT INTO international VALUES (493,'WebGUI',8,'Torna al sito.',1045782798,NULL); INSERT INTO international VALUES (495,'WebGUI',8,'Assistente creazione del testo',1045782823,NULL); INSERT INTO international VALUES (496,'WebGUI',8,'Editor da utilizzare',1045782828,NULL); INSERT INTO international VALUES (494,'WebGUI',8,'Real Objects Edit-On Pro',1045782803,NULL); INSERT INTO international VALUES (497,'WebGUI',8,'Data di pubblicazione',1045782832,NULL); INSERT INTO international VALUES (498,'WebGUI',8,'Data di oscuramento',1045782836,NULL); INSERT INTO international VALUES (499,'WebGUI',8,'Wobject ID',1045782841,NULL); INSERT INTO international VALUES (81,'EventsCalendar',1,'Start Month',1038190442,NULL); INSERT INTO international VALUES (20,'EventsCalendar',8,'Aggiungi un evento.',1045778186,NULL); INSERT INTO international VALUES (38,'USS',8,'(Seleziona \"No\" solo se hai usato l\'assistente per la creazione del testo.)',1045784064,NULL); INSERT INTO international VALUES (500,'WebGUI',8,'ID pagina',1045782855,NULL); INSERT INTO international VALUES (501,'WebGUI',8,'Body',1045782860,NULL); INSERT INTO international VALUES (502,'WebGUI',8,'Sei sicuro di voler cancellare questo template e attribuire a tutte le pagine che lo usano il template di default?',1045782873,NULL); INSERT INTO international VALUES (503,'WebGUI',8,'Template ID',1045782879,NULL); INSERT INTO international VALUES (504,'WebGUI',8,'Template',1045782883,NULL); INSERT INTO international VALUES (505,'WebGUI',8,'Aggiungi un nuovo template.',1045782892,NULL); INSERT INTO international VALUES (506,'WebGUI',8,'Gestisci i Templates',1045782896,NULL); INSERT INTO international VALUES (507,'WebGUI',8,'Modifica Template',1045782900,NULL); INSERT INTO international VALUES (508,'WebGUI',8,'Gestisci templates.',1045782914,NULL); INSERT INTO international VALUES (39,'USS',8,'Rispondi',1045784084,NULL); INSERT INTO international VALUES (41,'USS',8,'Data',1045784099,NULL); INSERT INTO international VALUES (46,'USS',8,'Leggi di piu\'...',1045784141,NULL); INSERT INTO international VALUES (47,'USS',8,'Rispondi',1045784148,NULL); INSERT INTO international VALUES (48,'USS',8,'Consenti Discussioni?',1045784156,NULL); INSERT INTO international VALUES (51,'USS',8,'Visualizza thumbnails?',1045779394,NULL); INSERT INTO international VALUES (52,'USS',8,'Thumbnail',1045779354,NULL); INSERT INTO international VALUES (53,'USS',8,'Layout',1045779361,NULL); INSERT INTO international VALUES (57,'USS',8,'Risposte',1045779371,NULL); INSERT INTO international VALUES (11,'FAQ',8,'Attiva elenco domande con link?',1045778509,NULL); INSERT INTO international VALUES (12,'FAQ',8,'Attiva D/R ?',1045778518,NULL); INSERT INTO international VALUES (13,'FAQ',8,'Attiva [top] link?',1045778528,NULL); INSERT INTO international VALUES (509,'WebGUI',8,'Layout Discussioni',1045782921,NULL); INSERT INTO international VALUES (510,'WebGUI',8,'Flat',1045782931,NULL); INSERT INTO international VALUES (511,'WebGUI',8,'Threaded',1045782935,NULL); INSERT INTO international VALUES (512,'WebGUI',8,'Prossimo Thread',1045782940,NULL); INSERT INTO international VALUES (513,'WebGUI',8,'Thread Precedente',1045782944,NULL); INSERT INTO international VALUES (514,'WebGUI',8,'Visto',1031926696,NULL); INSERT INTO international VALUES (515,'WebGUI',8,'Aggiungi la data di modifica nei posts?',1045782952,NULL); INSERT INTO international VALUES (517,'WebGUI',8,'Spegni Admin!',1045782961,NULL); INSERT INTO international VALUES (516,'WebGUI',8,'Attiva Admin!',1045782957,NULL); INSERT INTO international VALUES (518,'WebGUI',8,'Inbox Notifiche',1045780030,NULL); INSERT INTO international VALUES (519,'WebGUI',8,'Non voglio ricevere notifiche.',1045780037,NULL); INSERT INTO international VALUES (520,'WebGUI',8,'Voglio ricevere notifiche via email.',1045780047,NULL); INSERT INTO international VALUES (521,'WebGUI',8,'Voglio ricevere notifiche via email al pager.',1045780056,NULL); INSERT INTO international VALUES (522,'WebGUI',8,'Voglio ricevere notifiche via ICQ.',1045780062,NULL); INSERT INTO international VALUES (523,'WebGUI',8,'Notifica',1031927401,NULL); INSERT INTO international VALUES (1025,'WebGUI',8,'Aggiungi la data di modifica nei post?',1048030944,NULL); INSERT INTO international VALUES (525,'WebGUI',8,'Modifica Settaggi Contenuti',1045780100,NULL); INSERT INTO international VALUES (526,'WebGUI',8,'Filtra JavaScript e nega le macro.',1048067424,NULL); INSERT INTO international VALUES (527,'WebGUI',8,'Home Page di default',1045780118,NULL); INSERT INTO international VALUES (354,'WebGUI',8,'Visualizza Inbox.',1046122381,NULL); INSERT INTO international VALUES (528,'WebGUI',8,'Nome Template',1045780123,NULL); INSERT INTO international VALUES (529,'WebGUI',8,'Risultati',1045780132,NULL); INSERT INTO international VALUES (530,'WebGUI',8,'con tutte le parole',1045780143,NULL); INSERT INTO international VALUES (531,'WebGUI',8,'con la frase esatta',1045780148,NULL); INSERT INTO international VALUES (532,'WebGUI',8,'con almeno queste parole',1045780154,NULL); INSERT INTO international VALUES (533,'WebGUI',8,'senza le parole',1045780169,NULL); INSERT INTO international VALUES (535,'WebGUI',8,'Gruppo a cui notificare un nuovo utente',1045780186,NULL); INSERT INTO international VALUES (534,'WebGUI',8,'Notifica quando si iscrive un nuovo utente?',1045780179,NULL); INSERT INTO international VALUES (536,'WebGUI',8,'Il nuovo utente ^@; si è iscritto al sito.',1045780195,NULL); INSERT INTO international VALUES (537,'WebGUI',8,'Karma',1045780202,NULL); INSERT INTO international VALUES (538,'WebGUI',8,'Soglia del Karma',1045780210,NULL); INSERT INTO international VALUES (539,'WebGUI',8,'Abilita Karma?',1045780214,NULL); INSERT INTO international VALUES (540,'WebGUI',8,'Karma Per Login',1045780219,NULL); INSERT INTO international VALUES (20,'Poll',8,'Karma Per Voto',1045927680,NULL); INSERT INTO international VALUES (541,'WebGUI',8,'Karma Per Post',1045780224,NULL); INSERT INTO international VALUES (30,'USS',8,'Karma Per Contributo',1045783987,NULL); INSERT INTO international VALUES (542,'WebGUI',8,'Precedente...',1045780228,NULL); INSERT INTO international VALUES (543,'WebGUI',8,'Aggiungi un nuovo gruppo immagini',1045780268,NULL); INSERT INTO international VALUES (5,'WobjectProxy',10,'Wobject Proxy, Tilføj/Redigér',1036856225,NULL); INSERT INTO international VALUES (576,'WebGUI',10,'Slet',1037205126,NULL); INSERT INTO international VALUES (605,'WebGUI',10,'Tilføj grupper',1037205775,NULL); INSERT INTO international VALUES (551,'WebGUI',8,'Avviso',1045780326,NULL); INSERT INTO international VALUES (552,'WebGUI',8,'Pendente',1045780330,NULL); INSERT INTO international VALUES (553,'WebGUI',8,'Stato',1045780336,NULL); INSERT INTO international VALUES (554,'WebGUI',8,'Intervieni',1045780345,NULL); INSERT INTO international VALUES (555,'WebGUI',8,'Modifica il karma di questo utente',1045780352,NULL); INSERT INTO international VALUES (556,'WebGUI',8,'Ammontare',1045780426,NULL); INSERT INTO international VALUES (557,'WebGUI',8,'Descrizione',1045780431,NULL); INSERT INTO international VALUES (558,'WebGUI',8,'Modifica il Karma dell\'utente',1045780440,NULL); INSERT INTO international VALUES (61,'FileManager',1,'File Manager, Add/Edit',1038887335,NULL); INSERT INTO international VALUES (61,'Item',1,'Item, Add/Edit',1038887675,NULL); INSERT INTO international VALUES (61,'FAQ',1,'FAQ, Add/Edit',1038887388,NULL); INSERT INTO international VALUES (61,'SyndicatedContent',1,'Syndicated Content, Add/Edit',1047855741,NULL); INSERT INTO international VALUES (61,'EventsCalendar',1,'Events Calendar, Add/Edit',1066572488,NULL); INSERT INTO international VALUES (61,'MessageBoard',1,'Message Board, Add/Edit',1066584548,NULL); INSERT INTO international VALUES (61,'LinkList',1,'Link List, Add/Edit',1038887837,NULL); INSERT INTO international VALUES (61,'Article',1,'Article, Add/Edit',1066583066,NULL); INSERT INTO international VALUES (61,'ExtraColumn',1,'Extra Column, Add/Edit',1038887140,NULL); INSERT INTO international VALUES (61,'Poll',1,'Poll, Add/Edit',1050183732,NULL); INSERT INTO international VALUES (61,'SiteMap',1,'Site Map, Add/Edit',1038890147,NULL); INSERT INTO international VALUES (61,'SQLReport',1,'SQL Report, Add/Edit',1031514049,NULL); INSERT INTO international VALUES (61,'DataForm',1,'Data Form, Add/Edit',1053885941,NULL); INSERT INTO international VALUES (62,'DataForm',1,'Data Form Fields, Add/Edit',1052047004,NULL); INSERT INTO international VALUES (71,'FileManager',1,'The File Manager is designed to help you manage file distribution on your site. It allows you to specify who may view/download files from your site.\r\n

\r\n\r\nTemplate
\r\nChoose a layout for the file manager.\r\n

\r\n\r\nPaginate After
\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\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\nTemplate
\r\nChoose a layout for this Item.\r\n

\r\n',1038887675,NULL); INSERT INTO international VALUES (71,'FAQ',1,'It seems that almost every web site, intranet, and extranet in the world has a Frequently Asked Questions area. This wobject helps you build one, too.\r\n

\r\n\r\nTemplate
\r\nChoose a layout for this FAQ.\r\n

\r\n\r\nWhat Next?
\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.\r\n\r\n',1038887388,NULL); INSERT INTO international VALUES (71,'SyndicatedContent',1,'Syndicated content is content that is pulled from another site using the RDF/RSS specification. This technology is often used to pull headlines from various news sites like CNN and Slashdot. It can, of course, be used for other things like sports scores, stock market info, etc.\r\n

\r\n\r\nURL to RSS file
\r\nProvide the exact URL (starting with http://) to the syndicated content\'s RDF or RSS file. The syndicated content will be downloaded from this URL hourly.\r\n

\r\nYou can find syndicated content at the following locations:\r\n

\r\n\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\nNote: The following style is specific to the Events Calendar.\r\n

\r\n.eventTitle
\r\nThe title of an individual event.\r\n\r\n',1066572488,NULL); INSERT INTO international VALUES (71,'MessageBoard',1,'Message boards, also called Forums and/or Discussions, are a great way to add community to any site or intranet. Many companies use message boards internally to collaborate on projects.\r\n

\r\n',1066584548,NULL); INSERT INTO international VALUES (78,'MessageBoard',1,'Forum, Add/Edit',1066584480,NULL); INSERT INTO international VALUES (79,'MessageBoard',1,'A message board can contain one or more forums. The following is the list of properties attached to each forum.\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\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\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\nWhat Next?
\r\nLeave this set to the default if you wish to add a link after creating the link list.\r\n

\r\n\r\n',1038887837,NULL); INSERT INTO international VALUES (71,'Article',1,'Articles are the Swiss Army knife of WebGUI. Most pieces of static content can be added via the Article.\r\n

\r\n\r\nNOTE: You can create a multi-paged article by placing the seperator macro (^-;) at various places through-out your article.\r\n\r\n

\r\nTemplate
\r\nSelect a template to layout your article.\r\n

\r\n\r\nImage
\r\nChoose an image (.jpg, .gif, .png) file from your hard drive. This file will be uploaded to the server and displayed in your article.\r\n

\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\nLink Title
\r\nIf you wish to add a link to your article, enter the title of the link in this field. \r\n

\r\nExample: Google\r\n

\r\n\r\nLink URL
\r\nIf you added a link title, now add the URL (uniform resource locator) here. \r\n

\r\nExample: http://www.google.com\r\n\r\n

\r\n\r\nConvert carriage returns?
\r\nIf you\'re publishing HTML there\'s generally no need to check this option, but if you aren\'t using HTML and you want a carriage return every place you hit your \"Enter\" key, then check this option.\r\n

\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\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\n\r\nform.submit
\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\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\nStart With
\r\nSelect the page that this site map should start from.\r\n

\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\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\nThe acknowledgement specified in the wobject\'s properties. This message should be displayed after a user submits data.\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 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\nAn error message indicating what the user might have done wrong.\r\n\r\n
\r\n\r\naddField.url
\r\nThe URL that content managers will visit to add a new field to the form.\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\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.send
\r\nA form button with the word \"send\" printed on it.\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\nThe label that this image will be referenced by to include it into pages.\r\n

\r\n\r\nOrganize In Folder
\r\nWhich collateral folder should this image be placed in.\r\n

\r\n\r\nFile
\r\nSelect a file from your local drive to upload to the server.\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\nThumbnail Size
\r\nHow big (in pixels) should the thumbnail for this image be?\r\n

',1038871530,NULL); INSERT INTO international VALUES (48,'Survey',1,'You are not currently eligible to participate in this survey. ',1037499301,NULL); INSERT INTO international VALUES (47,'Survey',1,'You have completed this quiz.',1037499131,NULL); INSERT INTO international VALUES (46,'Survey',1,'Thank you for taking the time to complete our survey.',1037499049,NULL); INSERT INTO international VALUES (800,'WebGUI',1,'Unique Visitors',1036978829,NULL); INSERT INTO international VALUES (799,'WebGUI',1,'Page Views',1036978804,NULL); INSERT INTO international VALUES (798,'WebGUI',1,'Page Title',1036978688,NULL); INSERT INTO international VALUES (797,'WebGUI',1,'View traffic statistics.',1036978191,NULL); INSERT INTO international VALUES (796,'WebGUI',1,'View page statistics.',1036978043,NULL); INSERT INTO international VALUES (795,'WebGUI',1,'Roots',1036972103,NULL); INSERT INTO international VALUES (794,'WebGUI',1,'Packages',1036971944,NULL); INSERT INTO international VALUES (793,'WebGUI',1,'Pieces of Collateral',1036971785,NULL); INSERT INTO international VALUES (792,'WebGUI',1,'Templates',1036971696,NULL); INSERT INTO international VALUES (805,'WebGUI',1,'Delete this style.',1037075787,NULL); INSERT INTO international VALUES (804,'WebGUI',1,'Copy this style.',1037075775,NULL); INSERT INTO international VALUES (803,'WebGUI',1,'Edit this style.',1037075751,NULL); INSERT INTO international VALUES (74,'Survey',1,'Are you certain you wish to delete all the responses?',1037574455,NULL); INSERT INTO international VALUES (633,'WebGUI',1,'Simply put, roots are pages with no parent. The first and most important root in WebGUI is the \"Home\" page. Many people will never add any additional roots, but a few power users will. Those power users will create new roots for many different reasons. Perhaps they\'ll create a staging area for content managers. Or maybe a hidden area for Admin tools. Or possibly even a new root just to place their search engine.\r\n

\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
  1. From the admin menu select \"Manage packages.\"\r\n
  2. \r\n\r\n
  3. Add a page and give it a name. The name of the page will be the name of the package.\r\n
  4. \r\n\r\n
  5. Go to the new page you created and start adding pages and wobjects. Any pages or wobjects you add will be created each time this package is deployed. \r\n
  6. \r\n
\r\n\r\nNotes:
\r\nIn order to add, edit, or delete packages you must be in the Package Mangers group or in the Admins group.\r\n

\r\n\r\nIf you add content to any of the wobjects, that content will automatically be copied when the package is deployed.\r\n

\r\n\r\nPrivileges and styles assigned to pages in the package will not be copied when the package is deployed. Instead the pages will take the privileges and styles of the area to which they are deployed.\r\n

\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\r\n\r\nHost To Use
\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.\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.

\r\n

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

',1056055106,NULL); INSERT INTO international VALUES (623,'WebGUI',1,'Cascading Style Sheets (CSS) are a great way to manage the look and feel of any web site. They are used extensively in WebGUI.\r\n

\r\n\r\n\r\nIf you are unfamiliar with how to use CSS, Plain Black Software provides training classes on XHTML and CSS. Alternatively, Bradsoft makes an excellent CSS editor called Top Style.\r\n

\r\n\r\n\r\nThe following is a list of classes used to control the look of WebGUI:\r\n

\r\n\r\n\r\nA
\r\nThe links throughout the style.\r\n

\r\n\r\n\r\nBODY
\r\nThe default setup of all pages within a style.\r\n

\r\n\r\n\r\nH1
\r\nThe headers on every page.\r\n

\r\n\r\n\r\n.accountOptions
\r\nThe links that appear under the login and account update forms.\r\n

\r\n\r\n\r\n.adminBar
\r\nThe bar that appears at the top of the page when you\'re in admin mode.\r\n

\r\n\r\n\r\n.content
\r\nThe main content area on all pages of the style.\r\n

\r\n\r\n\r\n.formDescription
\r\nThe tags on all forms next to the form elements. \r\n

\r\n\r\n\r\n.formSubtext
\r\nThe tags below some form elements.\r\n

\r\n\r\n\r\n.highlight
\r\nDenotes a highlighted item, such as which message you are viewing within a list.\r\n

\r\n\r\n\r\n.horizontalMenu
\r\nThe horizontal menu (if you use a horizontal menu macro).\r\n

\r\n\r\n\r\n.pagination
\r\nThe Previous and Next links on pages with pagination.\r\n

\r\n\r\n\r\n.selectedMenuItem
\r\nUse this class to highlight the current page in any of the menu macros.\r\n

\r\n\r\n\r\n.tableData
\r\nThe data rows on things like message boards and user contributions.\r\n

\r\n\r\n\r\n.tableHeader
\r\nThe headings of columns on things like message boards and user contributions.\r\n

\r\n\r\n\r\n.tableMenu
\r\nThe menu on things like message boards and user submissions.\r\n

\r\n\r\n\r\n.verticalMenu
\r\nThe vertical menu (if you use a vertical menu macro).\r\n

\r\n\r\n\r\nNOTE: Some wobjects and macros have their own unique styles sheet classes, which are documented in their individual help files.\r\n

\r\n\r\n\r\n',1046067403,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

WebGUI Authentication Options

\r\n\r\nSend welcome message?
\r\nDo you wish WebGUI to automatically send users a welcome message when they register for your site? \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

LDAP Authentication Options

\r\n\r\nLDAP URL (default)
\r\nThe default url to your LDAP server. The LDAP URL takes the form of ldap://[server]:[port]/[base DN]. Example: ldap://ldap.mycompany.com:389/o=MyCompany.\r\n

\r\n\r\n\r\n\r\n\r\nLDAP Identity
\r\nThe LDAP Identity is the unique identifier in the LDAP server that the user will be identified against. Often this field is shortname, which takes the form of first initial + last name. Example: jdoe. Therefore if you specify the LDAP identity to be shortname then Jon Doe would enter jdoe during the registration process.\r\n

\r\n\r\nLDAP Identity Name
\r\nThe label used to describe the LDAP Identity to the user. For instance, some companies use an LDAP server for their proxy server users to authenticate against. In the documentation or training already provided to their users, the LDAP identity is known as their Web Username
. So you could enter that label here for consitency.\r\n

\r\n\r\nLDAP Password Name
\r\nJust as the LDAP Identity Name is a label, so is the LDAP Password Name. Use this label as you would LDAP Identity Name.\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\nDemo Style
\r\nThis is a sample design taken from a templates site (www.freewebtemplates.com).\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\nThe account id for the Microsoft Network Instant Messenger
system.\r\n

\r\n\r\nYahoo! Messenger Id
\r\nThe account id for the
Yahoo! Instant Messenger system.\r\n

\r\n\r\nCell Phone
\r\nThis user\'s cellular telephone number.\r\n

\r\n\r\nPager
\r\nThis user\'s pager telephone number.\r\n

\r\n\r\nEmail To Pager Gateway
\r\nThis user\'s text pager email address.\r\n

\r\n\r\nHome Information
\r\nThe postal (or street) address for this user\'s home.\r\n

\r\n\r\nWork Information
\r\nThe postal (or street) address for this user\'s company.\r\n

\r\n\r\nGender
\r\nThis user\'s sex.\r\n

\r\n\r\nBirth Date
\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\n\r\nTime Offset
\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\n\r\nFirst Day Of Week
\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\n\r\nDate Format
\r\nWhat format should dates on this site appear in?\r\n

\r\n\r\nTime Format
\r\nWhat format should times on this site appear in? \r\n

\r\n\r\nDiscussion Layout
\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\n\r\nInbox Notifications
\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\n\r\nUsername
\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\n\r\n\r\nPassword
\r\nA password is used to ensure that the user is who s/he says s/he is.\r\n

\r\n\r\n\r\nAuthentication Method
\r\nSee Edit Settings for details.\r\n

\r\n\r\n\r\nLDAP URL
\r\nSee Edit Settings for details.\r\n

\r\n\r\n\r\nConnect DN
\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\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\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\n\r\n\r\nMenu Title
\r\nA shorter or altered title to appear in navigation. If left blank this will default to Title.\r\n

\r\n\r\nPage URL
\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\n\r\nRedirect URL
\r\nWhen this page is visited, the user will be redirected to the URL specified here. \r\n

\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\nSelect yes to hide this page from the navigation menus and site maps.\r\n

\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\nSelect yes to open this page in a new window. This is often used in conjunction with the Redirect URL parameter.\r\n

\r\n\r\n\r\n\r\nLanguage
\r\nChoose the default language for this page. All WebGUI generated messages will appear in that language and the character set will be changed to the character set for that language.\r\n

\r\n\r\n

Cache Timeout
The amount of time this page should remain cached for registered users. \r\n\r\n

Cache Timeout (Visitors)
The amount of time this page should remain cached for visitors. \r\n\r\n

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\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\n\r\nSynopsis
\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\n\r\nMeta Tags
\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\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\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\n\r\n\r\nStyle
\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\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\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\n\r\nEnd Date
\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\n\r\n\r\nOwner
\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\nNOTE: The owner can only be changed by an administrator.\r\n

\r\n\r\n\r\nWho can view?
\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\n\r\nWho can edit?
\r\nChoose the group that can edit this page. The group assigned editing rights can also always view the page.\r\n

\r\n\r\nYou can optionally recursively give these privileges to all pages under this page.\r\n

\r\n\r\nWhat next?
\r\nIf you leave this on the default setting you\'ll be redirected to the new page after creating it.\r\n

',1056293101,NULL); INSERT INTO international VALUES (875,'WebGUI',1,'A new message has been posted to one of your subscriptions.',1065874019,NULL); INSERT INTO international VALUES (74,'Poll',2,'Nachfolgend die verfügbaren Variablen für das Abstimmungs Template: \r\n

canVote
Eine Variable, ob der Benutzer abstimmen darf oder nicht.

\r\n

question
Die Frage der Abstimmung. \r\n

form.start
Der Anfang des Abstimmungsformulars

answer_loop
Eine \r\nSchleife, die Informationen über die Antworten dieser Abstimmung enthält.. \r\n

\r\n

answer.form
Die Optionsschaltfläche für diese Antwort.

answer.text
Der \r\n Text der Antwort. \r\n

answer.number
Die Nummer dieser Antwort.

answer.graphWidth
Die \r\n Breite der Grafik, die für diese Antwort generiert wurde, basierend in Prozent \r\n der Gesamtgrafikgrösse.

answer.percent
Die Prozentzahl der abgegebenen \r\n Stimmen. \r\n

answer.total
Die Anzahl der abgegebenen Stimmen.

form.submit
Der \r\nSubmit-Button für das Formular (z. B. \'Abstimmen\')

form.end
Das \r\nEnde des Abstimmungsformulars.

responses.label
Der Text für die \r\nGesamtzahl der Antworten. z. B. "Abstimmungen insgesamt" \r\n

responses.total
Die Anzahl der abgegebenen Stimmen.

',1055254472,NULL); INSERT INTO international VALUES (638,'WebGUI',1,'Templates are used to affect how content is laid out in WebGUI. There are many templates that come with WebGUI, and using the template management system, you can add your own templates to the system to ensure that your site looks exactly how you want it to look. \r\n',1050430164,NULL); INSERT INTO international VALUES (76,'USS',1,'Submission Template',1038867009,NULL); INSERT INTO international VALUES (77,'USS',1,'The following are the template variables used in a submission template. Submission templates are used to display the individual submissions in a user submission system.\r\n

\r\n\r\ntitle
\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\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

\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\nbrochure.icon
\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\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\n

\r\n\r\naddbenefit.url
\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\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\n

\r\n\r\naddspecification.url
\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\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\n

\r\n\r\naddaccessory.url
\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\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\n

\r\n\r\naddRelatedProduct.url
\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\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 after this one, then select \"add a new file\" otherwise select \"go back to the page\".\r\n

\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\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

\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\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\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\nYou may enter a new benefit, or select from one you\'ve already entered.\r\n

\r\n\r\nAdd another benefit?
\r\nIf you\'d like to add another benefit right away, select \"Yes\".\r\n

\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\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

\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\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 instead 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.\r\n

\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\nSelect a layout for this product.\r\n

\r\n\r\nPrice
\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\n\r\nProduct Number
\r\nThe product number, SKU, ISBN, or other identifier for this product.\r\n

\r\n\r\nProduct Image 1
\r\nAn image of this product.\r\n

\r\n\r\nProduct Image 2
\r\nAn image of this product.\r\n

\r\n\r\nProduct Image 3
\r\nAn image of this product.\r\n

\r\n\r\nBrochure
\r\nThe brochure for this product.\r\n

\r\n\r\nManual
\r\nThe product, user, or service manual for this product.\r\n

\r\n\r\nWarranty
\r\nThe warranty for this product.\r\n

\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\nYou may enter a new feature, or select one you entered for another product in the system.\r\n

\r\n\r\nAdd another feature?
\r\nIf you\'d like to add another feature right away, select \"Yes\".\r\n

\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\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\n\r\n\r\nSpecification
\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\n\r\n\r\nUnits
\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\n\r\n\r\nAdd another specification?
\r\nIf you\'d like to add another specification, select \"Yes\".\r\n

\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\nChoose from the list of products you\'ve already entered.\r\n

\r\n\r\nAdd another accessory?
\r\nSelect \"Yes\" if you have another accessory to add.\r\n

\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\nChoose from the list of products you\'ve already entered.\r\n

\r\n\r\n\r\nAdd another related product?
\r\nSelect \"Yes\" if you have another related product to add.\r\n

\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,'

Probleem 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

URL
\r\n De Website waarnaar gelinked wordt.

\r\n

In een nieuw venster openen?
\r\n Selecteer ja als u wilt dat deze link in een nieuw venster geopend wordt. \r\n

\r\n

Omschrijving
\r\n Beschrijf de site waar u naar linkt. Dit kan weggelaten worden als u dat\r\nwilt.

\r\n

Hoe verder?
\r\n Als u nog een link toe wilt voegen, laat dan de standaard geselecteerd.

\r\n

\r\n
\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

Antwoord
\r\n Voer het antwoord in voor de vraag die u hierboven heeft ingevuld.

\r\n

Wat nu?
\r\n Als u nog een vraag wilt toevoegen, laat dan de default geselecteerd staan.

\r\n

\r\n
\r\n',1039741313,NULL); INSERT INTO international VALUES (73,'EventsCalendar',3,'Titel
\r\n De titel voor deze gebeurtenis. \r\n

Beschrijving
\r\n Omschrijf de activiteit van deze gebeurtenis of voer informatie in over\r\nwaar deze gebeurtenis plaatsvind.

\r\n

Begindatum
\r\n Wanneer begint deze gebeurtenis?

\r\n

Einddatum
\r\n Op welke datum zal deze gebeurtenis plaatsvinden?

\r\n

Gebeurt iedere
\r\n Selecteer een interval waarin deze gebeurtenis opnieuw plaatsvind.

\r\n

Wat nu?
\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

\r\n
\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,'

Schauen Sie auch unter "Verwalten Gruppen", um eine Beschreibung der Gruppen-Funktionalitäten zu erhalten und die Beschreibung der Standardgruppen zu sehen.

\r\n\r\n

Gruppenname
\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\n\r\n

Beschreibung
\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\n\r\n

Verfällt nach
\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\n\r\n

Benutzer über abgelaufene Zeit informieren?
\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\n\r\n

Zeitabstand zur Ablaufankündigung
\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\n\r\n

Benachrichtigungstext zum Ablaufdatum
\r\nGeben Sie hier den Text ein, der den Benutzer über den Zeitablauf informieren soll.

\r\n\r\n

Löschen Zeitspanne
\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\n\r\n

Scratch Filter
\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\n\r\n

?op=setScratch&scratchName=beliebigerName&scratchValue=beliebigerWert

\r\n\r\n

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.

\r\n\r\n

Um einen Scratch-Filter zu setzen, fügen Sie einfach eine Zeile ins Scratch-Filter-Feld hinzu, die ungefähr so aussehen sollte::

\r\n\r\n

www_belieberigerName=beliebigerWert

\r\n\r\n

IP Adresse
\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\n\r\n

Beispiel für IP Masken: 10.;192.168.;101.42.200.142

\r\n\r\n

Karma Grenzwert
\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\n\r\n

Benutzer können sich selbst hinzufügen?
\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\n\r\n

Benutzer können sich selbst entfernen?
\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\n\r\n

Datenbank Link
\r\nMöchten Sie, dass die Benutzer dieser Gruppe aus einer externen Datenbank kommen, so geben Sie hier den Datenbanklink dafür an.

\r\n\r\n

SQL-Abfrage
\r\n
Einige 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\n\r\n

Wie lange externe Gruppen zwischenspeichern?
\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.

',1067283496,NULL); INSERT INTO international VALUES (5,'Item',9,'¤U¸üªþ¥ó',1031510000,NULL); INSERT INTO international VALUES (5,'FAQ',9,'°ÝÃD',1031510000,NULL); INSERT INTO international VALUES (5,'ExtraColumn',9,'Style Class',1031510000,NULL); INSERT INTO international VALUES (20,'EventsCalendar',9,'¼W¥[¨Æ°È',1031510000,NULL); INSERT INTO international VALUES (38,'USS',9,'(¦pªG±z¨Ï¥Î¤F¶W¤å¥»»y¨¥¡A½Ð¿ï¾Ü¡§§_ǵz)',1031510000,NULL); INSERT INTO international VALUES (4,'WebGUI',9,'ºÞ²z³]¸m',1031510000,NULL); INSERT INTO international VALUES (4,'USS',9,'±zªº±i¶K¤å³¹¤w³q¹L¼f®Ö',1031510000,NULL); INSERT INTO international VALUES (4,'SyndicatedContent',9,'½s¿è¦P¨B¤º®e',1031510000,NULL); INSERT INTO international VALUES (4,'SQLReport',9,'¬d¸ß',1031510000,NULL); INSERT INTO international VALUES (4,'SiteMap',9,'®i¶}²`«×',1031510000,NULL); INSERT INTO international VALUES (4,'Poll',9,'§ë²¼Åv­­',1031510000,NULL); INSERT INTO international VALUES (4,'Item',9,'¶µ¥Ø',1031510000,NULL); INSERT INTO international VALUES (4,'ExtraColumn',9,'¼e«×',1031510000,NULL); INSERT INTO international VALUES (4,'EventsCalendar',9,'¥uµo¥Í¤@¦¸',1031510000,NULL); INSERT INTO international VALUES (4,'Article',9,'µ²§ô¤é´Á',1031510000,NULL); INSERT INTO international VALUES (3,'WebGUI',9,'±q°Å¶KªO¤¤Öß¶K...',1031510000,NULL); INSERT INTO international VALUES (3,'USS',9,'±z¦³¤@½g·sªº¨Ï¥ÎªÌ±i¶K¤å³¹µ¥«Ý¼f®Ö',1031510000,NULL); INSERT INTO international VALUES (3,'SQLReport',9,'³ø§i¼ÒªO',1031510000,NULL); INSERT INTO international VALUES (3,'SiteMap',9,'¬O§_±q¦¹¯Å§O¶}©l',1031510000,NULL); INSERT INTO international VALUES (3,'Poll',9,'¿E¬¡',1031510000,NULL); INSERT INTO international VALUES (3,'LinkList',9,'¬O§_¦b·sµ¡¤f¤¤¥´¶}',1031510000,NULL); INSERT INTO international VALUES (3,'Item',9,'§R°£ªþ¥ó',1031510000,NULL); INSERT INTO international VALUES (3,'ExtraColumn',9,'ªÅ¥Õ',1031510000,NULL); INSERT INTO international VALUES (3,'Article',9,'¶}©l¤é´Á',1031510000,NULL); INSERT INTO international VALUES (2,'WebGUI',9,'­¶',1031510000,NULL); INSERT INTO international VALUES (2,'USS',9,'±i¶K¤å³¹Åv­­',1031510000,NULL); INSERT INTO international VALUES (2,'SyndicatedContent',9,'¦P¨B¤º®e',1031510000,NULL); INSERT INTO international VALUES (2,'SiteMap',9,'ºô¯¸¦a¹Ï',1031510000,NULL); INSERT INTO international VALUES (2,'MessageBoard',9,'¤½§iÄæ',1031510000,NULL); INSERT INTO international VALUES (2,'Item',9,'ªþ¥ó',1031510000,NULL); INSERT INTO international VALUES (2,'FAQ',9,'F.A.Q.',1031510000,NULL); INSERT INTO international VALUES (2,'EventsCalendar',9,'¦æ¨Æ¾ä',1031510000,NULL); INSERT INTO international VALUES (507,'WebGUI',9,'½s¿è¼ÒªO',1031510000,NULL); INSERT INTO international VALUES (1,'WebGUI',9,'¼W¥[¤º®e...',1031510000,NULL); INSERT INTO international VALUES (1,'USS',9,'¼f®ÖÅv­­',1031510000,NULL); INSERT INTO international VALUES (1,'SyndicatedContent',9,'RSS ¤å¥ó¶W³sµ²',1031510000,NULL); INSERT INTO international VALUES (1,'SQLReport',9,'SQL ³ø§i',1031510000,NULL); INSERT INTO international VALUES (1,'Poll',9,'½Õ¬d',1031510000,NULL); INSERT INTO international VALUES (1,'Item',9,'¶W³sµ² URL',1031510000,NULL); INSERT INTO international VALUES (1,'ExtraColumn',9,'ÂX®i¦C',1031510000,NULL); INSERT INTO international VALUES (83,'EventsCalendar',1,'First in the calendar.',1038190781,NULL); INSERT INTO international VALUES (1,'Article',9,'¤å³¹',1031510000,NULL); INSERT INTO international VALUES (367,'WebGUI',9,'¹L´Á®É¶¡',1031510000,NULL); INSERT INTO international VALUES (5,'WebGUI',9,'ºÞ²z¨Ï¥ÎªÌ²Õ',1031510000,NULL); INSERT INTO international VALUES (6,'Article',9,'¹Ï¤ù',1031510000,NULL); INSERT INTO international VALUES (6,'ExtraColumn',9,'½s¿èÂX®i¦C',1031510000,NULL); INSERT INTO international VALUES (6,'FAQ',9,'¦^µª',1031510000,NULL); INSERT INTO international VALUES (6,'LinkList',9,'¶W³sµ²¦Cªí',1031510000,NULL); INSERT INTO international VALUES (6,'MessageBoard',9,'½s¿è¤½§iÄæ',1031510000,NULL); INSERT INTO international VALUES (6,'Poll',9,'°ÝÃD',1031510000,NULL); INSERT INTO international VALUES (6,'SiteMap',9,'ÁY¶i',1031510000,NULL); INSERT INTO international VALUES (6,'SQLReport',9,'¸ê®Æ®w¨Ï¥ÎªÌ',1031510000,NULL); INSERT INTO international VALUES (6,'USS',9,'¨C­¶±i¶K¤å³¹¼Æ',1031510000,NULL); INSERT INTO international VALUES (6,'WebGUI',9,'ºÞ²zStyle',1031510000,NULL); INSERT INTO international VALUES (7,'Article',9,'³s±µ¼ÐÃD',1031510000,NULL); INSERT INTO international VALUES (7,'FAQ',9,'±z¬O§_½T©w±z­n§R°£³o­Ó°ÝÃD',1031510000,NULL); INSERT INTO international VALUES (7,'Poll',9,'¦^µª',1031510000,NULL); INSERT INTO international VALUES (7,'SQLReport',9,'¸ê®Æ®w±K½X',1031510000,NULL); INSERT INTO international VALUES (7,'WebGUI',9,'ºÞ²z¨Ï¥ÎªÌ',1031510000,NULL); INSERT INTO international VALUES (8,'Article',9,'¶W³sµ² URL',1031510000,NULL); INSERT INTO international VALUES (8,'EventsCalendar',9,'­«ÂЩP´Á',1031510000,NULL); INSERT INTO international VALUES (8,'FAQ',9,'½s¿è F.A.Q.',1031510000,NULL); INSERT INTO international VALUES (8,'LinkList',9,'URL',1031510000,NULL); INSERT INTO international VALUES (8,'Poll',9,'¡]¨C¦æ¿é¤J¤@±øµª®×¡C³Ì¦h¤£¶W¹L20±ø¡C¡^',1031510000,NULL); INSERT INTO international VALUES (1042,'WebGUI',1,'Posts Per Page',1066394411,'A label indicating that the administrator needs to enter an integer that specifies how many posts will be displayed per page on the discussion.'); INSERT INTO international VALUES (1050,'WebGUI',1,'Search For',1066418903,'Prompt the admin to enter a string to search for in the replacement text.'); INSERT INTO international VALUES (1016,'WebGUI',9,'¦^ÂÐ',1031510000,NULL); INSERT INTO international VALUES (1017,'WebGUI',9,'³Ì«á¦^ÂÐ',1031510000,NULL); INSERT INTO international VALUES (9,'Poll',9,'½s¿è½Õ¬d',1031510000,NULL); INSERT INTO international VALUES (10,'Poll',9,'ªì©l¤Æ§ë²¼',1031510000,NULL); INSERT INTO international VALUES (11,'Poll',9,'§ë²¼¡I',1031510000,NULL); INSERT INTO international VALUES (8,'SQLReport',9,'Edit SQL Report',1031510000,NULL); INSERT INTO international VALUES (8,'WebGUI',9,'±z¬d¬Ýªº­¶­±¤£¦s¦b',1031510000,NULL); INSERT INTO international VALUES (9,'Article',9,'ªþ¥ó',1031510000,NULL); INSERT INTO international VALUES (9,'EventsCalendar',9,'ª½¨ì',1031510000,NULL); INSERT INTO international VALUES (9,'FAQ',9,'¼W¥[·s°ÝÃD',1031510000,NULL); INSERT INTO international VALUES (9,'LinkList',9,'±z¬O§_½T©w­n§R°£¦¹¶W³sµ²',1031510000,NULL); INSERT INTO international VALUES (9,'SQLReport',9,'Debug: Error: The DSN specified is of an improper format.',1031510000,NULL); INSERT INTO international VALUES (9,'WebGUI',9,'¬d¬Ý°Å¶KªO',1031510000,NULL); INSERT INTO international VALUES (10,'Article',9,'¬O§_Âà´«¦^¨®²Å',1031510000,NULL); INSERT INTO international VALUES (10,'FAQ',9,'½s¿è°ÝÃD',1031510000,NULL); INSERT INTO international VALUES (10,'LinkList',9,'½s¿è¶W³sµ²¦Cªí',1031510000,NULL); INSERT INTO international VALUES (10,'SQLReport',9,'Debug: Error: The SQL specified is of an improper format.',1031510000,NULL); INSERT INTO international VALUES (10,'WebGUI',9,'ºÞ²z©U§£±í',1031510000,NULL); INSERT INTO international VALUES (11,'Article',9,'(¦pªG±z¨S¦³¤â°Ê¿é¤J<br>¡A½Ð¿ï¾Ü¡§¬O\")',1031510000,NULL); INSERT INTO international VALUES (11,'SQLReport',9,'Debug: Error: There was a problem with the query.',1031510000,NULL); INSERT INTO international VALUES (11,'WebGUI',9,'²MªÅ©U§£±í',1031510000,NULL); INSERT INTO international VALUES (12,'Article',9,'½s¿è¤å³¹',1031510000,NULL); INSERT INTO international VALUES (12,'EventsCalendar',9,'½s¿è¦æ¨Æ¾ä',1031510000,NULL); INSERT INTO international VALUES (12,'LinkList',9,'½s¿è¶W³sµ²',1031510000,NULL); INSERT INTO international VALUES (12,'SQLReport',9,'Debug: Error: Could not connect to the database.',1031510000,NULL); INSERT INTO international VALUES (12,'USS',9,'(¦pªG±z¨Ï¥Î¤F¶W¤å¥»»y¨¥¡A½Ð¤£­n¿ï¾Ü¦¹¶µ)',1031510000,NULL); INSERT INTO international VALUES (12,'WebGUI',9,'°h¥XºÞ²z',1031510000,NULL); INSERT INTO international VALUES (13,'Article',9,'§R°£',1031510000,NULL); INSERT INTO international VALUES (13,'EventsCalendar',9,'½s¿è¨Æ°È',1031510000,NULL); INSERT INTO international VALUES (13,'LinkList',9,'¼W¥[·s¶W³sµ²',1031510000,NULL); INSERT INTO international VALUES (13,'USS',9,'±i¶K¤å³¹®É¶¡',1031510000,NULL); INSERT INTO international VALUES (13,'WebGUI',9,'¬d¬ÝÀ°§U¯Á¤Þ',1031510000,NULL); INSERT INTO international VALUES (765,'WebGUI',1,'Delete this collateral item.',1036892866,NULL); INSERT INTO international VALUES (516,'WebGUI',9,'¶i¤JºÞ²z',1031510000,NULL); INSERT INTO international VALUES (517,'WebGUI',9,'°h¥XºÞ²z',1031510000,NULL); INSERT INTO international VALUES (515,'WebGUI',9,'¬O§_¼W¥[½s¿èÂW',1031510000,NULL); INSERT INTO international VALUES (14,'USS',9,'ª¬ºA',1031510000,NULL); INSERT INTO international VALUES (14,'WebGUI',9,'¬d¬Ýµ¥«Ý¼f®Öªº±i¶K¤å³¹',1031510000,NULL); INSERT INTO international VALUES (15,'USS',9,'½s¿è/§R°£',1031510000,NULL); INSERT INTO international VALUES (15,'WebGUI',9,'¤@¤ë',1031510000,NULL); INSERT INTO international VALUES (16,'USS',9,'µL¼ÐÃD',1031510000,NULL); INSERT INTO international VALUES (16,'WebGUI',9,'¤G¤ë',1031510000,NULL); INSERT INTO international VALUES (17,'USS',9,'±z½T©w­n§R°£¦¹½Z¥ó¶Ü',1031510000,NULL); INSERT INTO international VALUES (17,'WebGUI',9,'¤T¤ë',1031510000,NULL); INSERT INTO international VALUES (18,'USS',9,'½s¿è¨Ï¥ÎªÌ±i¶K¤å³¹¨t²Î',1031510000,NULL); INSERT INTO international VALUES (18,'WebGUI',9,'¥|¤ë',1031510000,NULL); INSERT INTO international VALUES (19,'USS',9,'½s¿è±i¶K¤å³¹',1031510000,NULL); INSERT INTO international VALUES (19,'WebGUI',9,'¤­¤ë',1031510000,NULL); INSERT INTO international VALUES (20,'USS',9,'§Ú­n±i¶K¤å³¹',1031510000,NULL); INSERT INTO international VALUES (20,'WebGUI',9,'¤»¤ë',1031510000,NULL); INSERT INTO international VALUES (21,'USS',9,'µoªí¤H',1031510000,NULL); INSERT INTO international VALUES (21,'WebGUI',9,'¤C¤ë',1031510000,NULL); INSERT INTO international VALUES (22,'WebGUI',9,'¤K¤ë',1031510000,NULL); INSERT INTO international VALUES (23,'WebGUI',9,'¤E¤ë',1031510000,NULL); INSERT INTO international VALUES (24,'WebGUI',9,'¤Q¤ë',1031510000,NULL); INSERT INTO international VALUES (25,'WebGUI',9,'¤Q¤@¤ë',1031510000,NULL); INSERT INTO international VALUES (26,'WebGUI',9,'¤Q¤G¤ë',1031510000,NULL); INSERT INTO international VALUES (27,'USS',9,'½s¿è',1031510000,NULL); INSERT INTO international VALUES (27,'WebGUI',9,'¬P´Á¤é',1031510000,NULL); INSERT INTO international VALUES (28,'USS',9,'ªð¦^½Z¥ó¦Cªí',1031510000,NULL); INSERT INTO international VALUES (28,'WebGUI',9,'¬P´Á¤@',1031510000,NULL); INSERT INTO international VALUES (29,'USS',9,'¨Ï¥ÎªÌ±i¶K¤å³¹¨t²Î',1031510000,NULL); INSERT INTO international VALUES (29,'WebGUI',9,'¬P´Á¤G',1031510000,NULL); INSERT INTO international VALUES (30,'WebGUI',9,'¬P´Á¤T',1031510000,NULL); INSERT INTO international VALUES (31,'WebGUI',9,'¬P´Á¥|',1031510000,NULL); INSERT INTO international VALUES (32,'WebGUI',9,'¬P´Á¤­',1031510000,NULL); INSERT INTO international VALUES (33,'WebGUI',9,'¬P´Á¤»',1031510000,NULL); INSERT INTO international VALUES (34,'WebGUI',9,'³]¸m¤é´Á',1031510000,NULL); INSERT INTO international VALUES (35,'WebGUI',9,'ºÞ²z¥¯à',1031510000,NULL); INSERT INTO international VALUES (36,'WebGUI',9,'±z¥²¶·¬O¨t²ÎºÞ²z­û¤~¯à¨Ï¥Î¦¹¥¯à¡C½ÐÁp¨t±zªº¨t²ÎºÞ²z­û¡C¥H¤U¬O¥»¨t²Îªº¨t²ÎºÞ²z­û²M³æ¡G',1031510000,NULL); INSERT INTO international VALUES (37,'WebGUI',9,'Åv­­³Q©Úµ´¡I',1031510000,NULL); INSERT INTO international VALUES (404,'WebGUI',9,'²Ä¤@­¶',1031510000,NULL); INSERT INTO international VALUES (38,'WebGUI',9,'±z¨S¦³¨¬°÷ªºÅv­­°õ¦æ¦¹¶µ¾Þ§@¡C½Ð^a(µn¿ý);µM«á¦A¸Õ¤@¦¸',1031510000,NULL); INSERT INTO international VALUES (39,'WebGUI',9,'¹ï¤£°_¡A±z¨S¦³¨¬°÷ªºÅv­­³X°Ý¤@­¶',1031510000,NULL); INSERT INTO international VALUES (40,'WebGUI',9,'¨t²Î²Õ¥ó',1031510000,NULL); INSERT INTO international VALUES (41,'WebGUI',9,'±z±N­n§R°£¤@­Ó¨t²Î²Õ¥ó¡C¦pªG±zÄ~Äò¡A¨t²Î¥¯à¥i¯à·|¨ü¨ì¼vÅT',1031510000,NULL); INSERT INTO international VALUES (42,'WebGUI',9,'½Ð½T»{',1031510000,NULL); INSERT INTO international VALUES (43,'WebGUI',9,'±z¬O§_½T©w­n§R°£¦¹¤º®e¶Ü',1031510000,NULL); INSERT INTO international VALUES (44,'WebGUI',9,'¬Oªº¡A§Ú½T©w',1031510000,NULL); INSERT INTO international VALUES (45,'WebGUI',9,'¤£¡A§Ú«ö¿ù¤F',1031510000,NULL); INSERT INTO international VALUES (46,'WebGUI',9,'§Úªº±b¤á',1031510000,NULL); INSERT INTO international VALUES (47,'WebGUI',9,'­º­¶',1031510000,NULL); INSERT INTO international VALUES (48,'WebGUI',9,'Åwªï¡I',1031510000,NULL); INSERT INTO international VALUES (49,'WebGUI',9,'ÂIÀ» ¦¹³B °h¥Xµn¿ý',1031510000,NULL); INSERT INTO international VALUES (50,'WebGUI',9,'±b¤á',1031510000,NULL); INSERT INTO international VALUES (51,'WebGUI',9,'±K½X',1031510000,NULL); INSERT INTO international VALUES (52,'WebGUI',9,'µn¿ý',1031510000,NULL); INSERT INTO international VALUES (53,'WebGUI',9,'¥´¦L¥»­¶',1031510000,NULL); INSERT INTO international VALUES (54,'WebGUI',9,'·s«Ø±b¤á',1031510000,NULL); INSERT INTO international VALUES (2,'Auth/WebGUI',9,'±K½X¡]½T»{¡^',1031510000,NULL); INSERT INTO international VALUES (56,'WebGUI',9,'¹q¤l¶l¥ó',1031510000,NULL); INSERT INTO international VALUES (57,'WebGUI',9,'¦¹¶µ¥u¦b±z§Æ±æ¨Ï¥Î¨ì»Ý­n¹q¤l¶l¥óªº¥¯àªº®É­Ô¦³¥Î',1031510000,NULL); INSERT INTO international VALUES (58,'WebGUI',9,'§Ú¤w¸g¦³¤F¤@­Ó±b¤á',1031510000,NULL); INSERT INTO international VALUES (59,'WebGUI',9,'§Ú§Ñ°O¤F±K½X',1031510000,NULL); INSERT INTO international VALUES (60,'WebGUI',9,'±z¬O§_¯uªº§Æ±æµù¾P±zªº±b¤á¡H¦pªG±zÄ~Äò¡A±zªº±b¤á¸ê°T±N³Q¥Ã¤[§R°£',1031510000,NULL); INSERT INTO international VALUES (61,'WebGUI',9,'§ó·s±b¤á¸ê°T',1031510000,NULL); INSERT INTO international VALUES (62,'WebGUI',9,'«O¦s',1031510000,NULL); INSERT INTO international VALUES (63,'WebGUI',9,'¶i¤JºÞ²z',1031510000,NULL); INSERT INTO international VALUES (64,'WebGUI',9,'°h¥Xµn¿ý',1031510000,NULL); INSERT INTO international VALUES (65,'WebGUI',9,'½Ð§R°£§Úªº±b¤á',1031510000,NULL); INSERT INTO international VALUES (66,'WebGUI',9,'¨Ï¥ÎªÌµn¿ý',1031510000,NULL); INSERT INTO international VALUES (67,'WebGUI',9,'³Ð«Ø·s±b¤á',1031510000,NULL); INSERT INTO international VALUES (68,'WebGUI',9,'±z¿é¤Jªº±b¤á¸ê°TµL®Ä¡C¥i¯à¬O±z¿é¤Jªº±b¤á¤£¦s¦b¡A©Î¿é¤J¤F¿ù»~ªº±K½X',1031510000,NULL); INSERT INTO international VALUES (69,'WebGUI',9,'¦pªG±z»Ý­n¨ó§U¡A½ÐÁp¨t¨t²ÎºÞ²z­û',1031510000,NULL); INSERT INTO international VALUES (70,'WebGUI',9,'¿ù»~',1031510000,NULL); INSERT INTO international VALUES (71,'WebGUI',9,'«ìÂбK½X',1031510000,NULL); INSERT INTO international VALUES (72,'WebGUI',9,'«ìÂÐ',1031510000,NULL); INSERT INTO international VALUES (73,'WebGUI',9,'¨Ï¥ÎªÌµn¿ý',1031510000,NULL); INSERT INTO international VALUES (74,'WebGUI',9,'±b¤á¸ê°T',1031510000,NULL); INSERT INTO international VALUES (75,'WebGUI',9,'±zªº±b¤á¸ê°T¤w¸gµo°e¨ì±zªº¹q¤l¶l¥ó¤¤',1031510000,NULL); INSERT INTO international VALUES (76,'WebGUI',9,'¹ï¤£°_¡A¦¹¹q¤l¶l¥ó¦a§}¤£¦b¨t²Î¸ê®Æ®w¤¤',1031510000,NULL); INSERT INTO international VALUES (77,'WebGUI',9,'¹ï¤£°_¡A¦¹±b¤á¦W¤w³Q¨ä¥L¨Ï¥ÎªÌ¨Ï¥Î¡C½Ð¥t¥~¿ï¾Ü¤@­Ó¨Ï¥ÎªÌ¦W¡C§Ú­Ì«ØÄ³±z¨Ï¥Î¥H¤U¦W¦r§@¬°µn¿ý¦W¡G',1031510000,NULL); INSERT INTO international VALUES (3,'Auth/WebGUI',9,'±z¿é¤Jªº±K½X¤£¤@­P¡A½Ð­«·s¿é¤J',1031510000,NULL); INSERT INTO international VALUES (2,'Auth/LDAP',9,'¤£¯à³s±µ¨ì¥Ø¿ýªA°È¾¹',1031510000,NULL); INSERT INTO international VALUES (80,'WebGUI',9,'³Ð«Ø±b¤á¦¨¥¡I',1031510000,NULL); INSERT INTO international VALUES (81,'WebGUI',9,'§ó·s±b¤á¦¨¥¡I',1031510000,NULL); INSERT INTO international VALUES (82,'WebGUI',9,'ºÞ²z¥¯à...',1031510000,NULL); INSERT INTO international VALUES (536,'WebGUI',9,'·s¨Ï¥ÎªÌ ^@; ­è¥[¤J¥»¯¸',1031510000,NULL); INSERT INTO international VALUES (84,'WebGUI',9,'¨Ï¥ÎªÌ²Õ',1031510000,NULL); INSERT INTO international VALUES (85,'WebGUI',9,'´y­z',1031510000,NULL); INSERT INTO international VALUES (86,'WebGUI',9,'±z½T©w­n§R°£¦¹¨Ï¥ÎªÌ²Õ¶Ü¡H¦¹¶µ¾Þ§@±N¥Ã¤[§R°£¦¹¨Ï¥ÎªÌ²Õ¡A¦}¨ú®ø¦¹¨Ï¥ÎªÌ²Õ©Ò¦³¬ÛÃöÅv­­',1031510000,NULL); INSERT INTO international VALUES (87,'WebGUI',9,'½s¿è¨Ï¥ÎªÌ²Õ',1031510000,NULL); INSERT INTO international VALUES (88,'WebGUI',9,'¨Ï¥ÎªÌ²Õ¦¨­û',1031510000,NULL); INSERT INTO international VALUES (89,'WebGUI',9,'¨Ï¥ÎªÌ²Õ',1031510000,NULL); INSERT INTO international VALUES (90,'WebGUI',9,'¼W¥[·s²Õ',1031510000,NULL); INSERT INTO international VALUES (91,'WebGUI',9,'¤W¤@­¶',1031510000,NULL); INSERT INTO international VALUES (92,'WebGUI',9,'¤U¤@­¶',1031510000,NULL); INSERT INTO international VALUES (93,'WebGUI',9,'À°§U',1031510000,NULL); INSERT INTO international VALUES (94,'WebGUI',9,'°Ñ¦Ò',1031510000,NULL); INSERT INTO international VALUES (95,'WebGUI',9,'À°§U¯Á¤Þ',1031510000,NULL); INSERT INTO international VALUES (99,'WebGUI',9,'¼ÐÃD',1031510000,NULL); INSERT INTO international VALUES (100,'WebGUI',9,'Meta ¼ÐÃÑ',1031510000,NULL); INSERT INTO international VALUES (101,'WebGUI',9,'±z½T©w­n§R°£¦¹­¶­±¥H¤Î­¶­±¤ºªº©Ò¦³¤º®e©M²Õ¥ó¶Ü',1031510000,NULL); INSERT INTO international VALUES (102,'WebGUI',9,'½s¿è­¶­±',1031510000,NULL); INSERT INTO international VALUES (103,'WebGUI',9,'­¶­±´y­z',1031510000,NULL); INSERT INTO international VALUES (104,'WebGUI',9,'­¶­± URL',1031510000,NULL); INSERT INTO international VALUES (105,'WebGUI',9,'­·®æ',1031510000,NULL); INSERT INTO international VALUES (106,'WebGUI',9,'Select \"Yes\" to change all the pages under this page to this style.',1031510000,NULL); INSERT INTO international VALUES (107,'WebGUI',9,'Åv­­³]¸m',1031510000,NULL); INSERT INTO international VALUES (108,'WebGUI',9,'¾Ö¦³ªÌ',1031510000,NULL); INSERT INTO international VALUES (116,'WebGUI',9,'Select \"Yes\" to change the privileges of all pages under this page to these privileges.',1031510000,NULL); INSERT INTO international VALUES (117,'WebGUI',9,'½s¿è¨Ï¥ÎªÌ³]¸m',1031510000,NULL); INSERT INTO international VALUES (118,'WebGUI',9,'°Î¦W¨Ï¥ÎªÌµù¥U',1031510000,NULL); INSERT INTO international VALUES (119,'WebGUI',9,'Àq»{¨Ï¥ÎªÌ»{µý¤è¦¡',1031510000,NULL); INSERT INTO international VALUES (5,'Auth/LDAP',9,'Àq»{ LDAP URL',1031510000,NULL); INSERT INTO international VALUES (6,'Auth/LDAP',9,'Àq»{ LDAP Identity',1031510000,NULL); INSERT INTO international VALUES (7,'Auth/LDAP',9,'LDAP Identity ¦W',1031510000,NULL); INSERT INTO international VALUES (8,'Auth/LDAP',9,'LDAP Password ¦W',1031510000,NULL); INSERT INTO international VALUES (124,'WebGUI',9,'½s¿è¤½¥q¸ê°T',1031510000,NULL); INSERT INTO international VALUES (125,'WebGUI',9,'¤½¥q¦W',1031510000,NULL); INSERT INTO international VALUES (126,'WebGUI',9,'¤½¥q¹q¤l¶l¥ó¦a§}',1031510000,NULL); INSERT INTO international VALUES (127,'WebGUI',9,'¤½¥q¶W³sµ²',1031510000,NULL); INSERT INTO international VALUES (130,'WebGUI',9,'³Ì¤jªþ¥ó¤j¤p',1031510000,NULL); INSERT INTO international VALUES (133,'WebGUI',9,'½s¿è¶l¥ó³]¸m',1031510000,NULL); INSERT INTO international VALUES (134,'WebGUI',9,'«ìÂбK½X¶l¥ó¤º®e',1031510000,NULL); INSERT INTO international VALUES (135,'WebGUI',9,'¶l¥óªA°È¾¹',1031510000,NULL); INSERT INTO international VALUES (138,'WebGUI',9,'¬O',1031510000,NULL); INSERT INTO international VALUES (139,'WebGUI',9,'§_',1031510000,NULL); INSERT INTO international VALUES (140,'WebGUI',9,'½s¿è¤@¯ë³]¸m',1031510000,NULL); INSERT INTO international VALUES (141,'WebGUI',9,'Àq»{¥¼§ä¨ì­¶­±',1031510000,NULL); INSERT INTO international VALUES (142,'WebGUI',9,'¹ï¸Ü¶W®É',1031510000,NULL); INSERT INTO international VALUES (143,'WebGUI',9,'ºÞ²z³]¸m',1031510000,NULL); INSERT INTO international VALUES (144,'WebGUI',9,'¬d¬Ý²Î­p¸ê°T',1031510000,NULL); INSERT INTO international VALUES (145,'WebGUI',9,'¨t²Îª©¥»',1031510000,NULL); INSERT INTO international VALUES (146,'WebGUI',9,'¬¡°Ê¹ï¸Ü',1031510000,NULL); INSERT INTO international VALUES (147,'WebGUI',9,'­¶­±¼Æ',1031510000,NULL); INSERT INTO international VALUES (148,'WebGUI',9,'²Õ¥ó¼Æ',1031510000,NULL); INSERT INTO international VALUES (149,'WebGUI',9,'¨Ï¥ÎªÌ¼Æ',1031510000,NULL); INSERT INTO international VALUES (533,'WebGUI',9,'¤£¥]¬A·j¯Á¦r',1031510000,NULL); INSERT INTO international VALUES (532,'WebGUI',9,'¥]¬A¦Ü¤Ö¤@­Ó·j¯Á¦r',1031510000,NULL); INSERT INTO international VALUES (151,'WebGUI',9,'­·®æ¦W',1031510000,NULL); INSERT INTO international VALUES (505,'WebGUI',9,'¼W¥[¤@­Ó·s¼ÒªO',1031510000,NULL); INSERT INTO international VALUES (504,'WebGUI',9,'¼ÒªO',1031510000,NULL); INSERT INTO international VALUES (502,'WebGUI',9,'±z½T©w­n§R°£¦¹¼ÒªO¡A¦}±N©Ò¦³¨Ï¥Î¦¹¼ÒªOªº­¶­±³]¬°Àq»{¼ÒªO',1031510000,NULL); INSERT INTO international VALUES (154,'WebGUI',9,'­·®æ³æ',1031510000,NULL); INSERT INTO international VALUES (155,'WebGUI',9,'±z½T©w­n§R°£¦¹­¶­±­·®æ¡A¦}±N©Ò¦³¨Ï¥Î¦¹­·®æªº­¶­±­·®æ³]¬°¡§¦w¥þ¼Ò¦¡Ç½ãqöôA',1031510000,NULL); INSERT INTO international VALUES (156,'WebGUI',9,'½s¿è­·®æ',1031510000,NULL); INSERT INTO international VALUES (157,'WebGUI',9,'­·®æ',1031510000,NULL); INSERT INTO international VALUES (158,'WebGUI',9,'¼W¥[·s­·®æ',1031510000,NULL); INSERT INTO international VALUES (160,'WebGUI',9,'´£¥æ¤é´Á',1031510000,NULL); INSERT INTO international VALUES (161,'WebGUI',9,'´£¥æ¤H',1031510000,NULL); INSERT INTO international VALUES (162,'WebGUI',9,'±z¬O§_½T©w­n²MªÅ©U§£±í¤¤©Ò¦³­¶­±©M²Õ¥ó¶Ü',1031510000,NULL); INSERT INTO international VALUES (163,'WebGUI',9,'¼W¥[¨Ï¥ÎªÌ',1031510000,NULL); INSERT INTO international VALUES (164,'WebGUI',9,'¨Ï¥ÎªÌ»{µý¤è¦¡',1031510000,NULL); INSERT INTO international VALUES (3,'Auth/LDAP',9,'LDAP URL',1031510000,NULL); INSERT INTO international VALUES (4,'Auth/LDAP',9,'³s±µ DN',1031510000,NULL); INSERT INTO international VALUES (167,'WebGUI',9,'±z¬O§_½T©w­n§R°£¦¹¨Ï¥ÎªÌ¶Ü¡Hª`·N§R°£¨Ï¥ÎªÌ±N¥Ã¤[§R°£¸Ó¨Ï¥ÎªÌªº©Ò¦³¸ê°T',1031510000,NULL); INSERT INTO international VALUES (168,'WebGUI',9,'½s¿è¨Ï¥ÎªÌ',1031510000,NULL); INSERT INTO international VALUES (169,'WebGUI',9,'¼W¥[·s¨Ï¥ÎªÌ',1031510000,NULL); INSERT INTO international VALUES (170,'WebGUI',9,'·j¯Á',1031510000,NULL); INSERT INTO international VALUES (171,'WebGUI',9,'¥iµø¤Æ½s¿è',1031510000,NULL); INSERT INTO international VALUES (174,'WebGUI',9,'¬O§_Åã¥Ü¼ÐÃD',1031510000,NULL); INSERT INTO international VALUES (175,'WebGUI',9,'¬O§_°õ¦æ§»©R¥O',1031510000,NULL); INSERT INTO international VALUES (229,'WebGUI',9,'¼ÐÃD',1031510000,NULL); INSERT INTO international VALUES (230,'WebGUI',9,'®ø®§',1031510000,NULL); INSERT INTO international VALUES (231,'WebGUI',9,'µo¥¬·s®ø®§...',1031510000,NULL); INSERT INTO international VALUES (232,'WebGUI',9,'µL¼ÐÃD',1031510000,NULL); INSERT INTO international VALUES (233,'WebGUI',9,'(eom)',1031510000,NULL); INSERT INTO international VALUES (240,'WebGUI',9,'®ø®§ ID:',1031510000,NULL); INSERT INTO international VALUES (244,'WebGUI',9,'§@ªÌ',1031510000,NULL); INSERT INTO international VALUES (245,'WebGUI',9,'¤é´Á',1031510000,NULL); INSERT INTO international VALUES (304,'WebGUI',9,'»y¨¥',1031510000,NULL); INSERT INTO international VALUES (307,'WebGUI',9,'¬O§_¨Ï¥ÎÀq»{ meta ¼ÐÃÑ',1031510000,NULL); INSERT INTO international VALUES (308,'WebGUI',9,'½s¿è¨Ï¥ÎªÌÄݩʳ]¸m',1031510000,NULL); INSERT INTO international VALUES (309,'WebGUI',9,'¬O§_¤¹³¨Ï¥Î¯u¹ê©m¦W',1031510000,NULL); INSERT INTO international VALUES (310,'WebGUI',9,'¬O§_¤¹³¨Ï¥ÎÂX®iÁp¨t¸ê°T',1031510000,NULL); INSERT INTO international VALUES (311,'WebGUI',9,'¬O§_¤¹³¨Ï¥Î®a®x¸ê°T',1031510000,NULL); INSERT INTO international VALUES (312,'WebGUI',9,'¬O§_¤¹³¨Ï¥Î°Ó·~¸ê°T',1031510000,NULL); INSERT INTO international VALUES (313,'WebGUI',9,'¬O§_¤¹³¨Ï¥Î¨ä¥L¸ê°T',1031510000,NULL); INSERT INTO international VALUES (314,'WebGUI',9,'©m',1031510000,NULL); INSERT INTO international VALUES (315,'WebGUI',9,'¤¤¶¡¦W',1031510000,NULL); INSERT INTO international VALUES (316,'WebGUI',9,'¦W',1031510000,NULL); INSERT INTO international VALUES (317,'WebGUI',9,'ICQ UIN',1031510000,NULL); INSERT INTO international VALUES (318,'WebGUI',9,'AIM ID',1031510000,NULL); INSERT INTO international VALUES (319,'WebGUI',9,'MSN Messenger ID',1031510000,NULL); INSERT INTO international VALUES (320,'WebGUI',9,'Yahoo! Messenger ID',1031510000,NULL); INSERT INTO international VALUES (321,'WebGUI',9,'²¾°Ê¹q¸Ü',1031510000,NULL); INSERT INTO international VALUES (322,'WebGUI',9,'¶Ç©I',1031510000,NULL); INSERT INTO international VALUES (323,'WebGUI',9,'®a®x¦í§}',1031510000,NULL); INSERT INTO international VALUES (324,'WebGUI',9,'«°¥«',1031510000,NULL); INSERT INTO international VALUES (325,'WebGUI',9,'¬Ù¥÷',1031510000,NULL); INSERT INTO international VALUES (326,'WebGUI',9,'¶l¬F½s½X',1031510000,NULL); INSERT INTO international VALUES (327,'WebGUI',9,'°ê®a',1031510000,NULL); INSERT INTO international VALUES (328,'WebGUI',9,'¦í¦v¹q¸Ü',1031510000,NULL); INSERT INTO international VALUES (329,'WebGUI',9,'³æ¦ì¦a§}',1031510000,NULL); INSERT INTO international VALUES (330,'WebGUI',9,'«°¥«',1031510000,NULL); INSERT INTO international VALUES (331,'WebGUI',9,'¬Ù¥÷',1031510000,NULL); INSERT INTO international VALUES (332,'WebGUI',9,'¶l¬F½s½X',1031510000,NULL); INSERT INTO international VALUES (333,'WebGUI',9,'°ê®a',1031510000,NULL); INSERT INTO international VALUES (334,'WebGUI',9,'³æ¦ì¹q¸Ü',1031510000,NULL); INSERT INTO international VALUES (335,'WebGUI',9,'©Ê§O',1031510000,NULL); INSERT INTO international VALUES (336,'WebGUI',9,'¥Í¤é',1031510000,NULL); INSERT INTO international VALUES (337,'WebGUI',9,'­Ó¤Hºô­¶',1031510000,NULL); INSERT INTO international VALUES (338,'WebGUI',9,'½s¿è¨Ï¥ÎªÌÄÝ©Ê',1031510000,NULL); INSERT INTO international VALUES (339,'WebGUI',9,'¨k',1031510000,NULL); INSERT INTO international VALUES (340,'WebGUI',9,'¤k',1031510000,NULL); INSERT INTO international VALUES (341,'WebGUI',9,'½s¿è¨Ï¥ÎªÌÄÝ©Ê',1031510000,NULL); INSERT INTO international VALUES (342,'WebGUI',9,'½s¿è±b¤á¸ê°T',1031510000,NULL); INSERT INTO international VALUES (343,'WebGUI',9,'¬d¬Ý¨Ï¥ÎªÌÄÝ©Ê',1031510000,NULL); INSERT INTO international VALUES (351,'WebGUI',9,'®ø®§',1031510000,NULL); INSERT INTO international VALUES (345,'WebGUI',9,'¤£¬O¥»¯¸¨Ï¥ÎªÌ',1031510000,NULL); INSERT INTO international VALUES (346,'WebGUI',9,'¦¹¨Ï¥ÎªÌ¤£¦A¬O¥»¯¸¨Ï¥ÎªÌ¡CµLªk´£¨Ñ¦¹¨Ï¥ÎªÌªº§ó¦h¸ê°T',1031510000,NULL); INSERT INTO international VALUES (347,'WebGUI',9,'¬d¬Ý¨Ï¥ÎªÌÄݩʡG',1031510000,NULL); INSERT INTO international VALUES (348,'WebGUI',9,'©m¦W',1031510000,NULL); INSERT INTO international VALUES (349,'WebGUI',9,'³Ì·sª©¥»',1031510000,NULL); INSERT INTO international VALUES (350,'WebGUI',9,'µ²§ô',1031510000,NULL); INSERT INTO international VALUES (352,'WebGUI',9,'µo¥X¤é´Á',1031510000,NULL); INSERT INTO international VALUES (471,'WebGUI/Profile',9,'½s¿è¨Ï¥ÎªÌÄݩʶµ',1031510000,NULL); INSERT INTO international VALUES (355,'WebGUI',9,'Àq»{',1031510000,NULL); INSERT INTO international VALUES (356,'WebGUI',9,'¼ÒªO',1031510000,NULL); INSERT INTO international VALUES (357,'WebGUI',9,'·s»D',1031510000,NULL); INSERT INTO international VALUES (358,'WebGUI',9,'¥ª¾É¯è',1031510000,NULL); INSERT INTO international VALUES (359,'WebGUI',9,'¥k¾É¯è',1031510000,NULL); INSERT INTO international VALUES (360,'WebGUI',9,'¤@¥[¤T',1031510000,NULL); INSERT INTO international VALUES (361,'WebGUI',9,'¤T¥[¤@',1031510000,NULL); INSERT INTO international VALUES (362,'WebGUI',9,'¥­¤À',1031510000,NULL); INSERT INTO international VALUES (363,'WebGUI',9,'¼ÒªO©w¦ì',1031510000,NULL); INSERT INTO international VALUES (364,'WebGUI',9,'·j¯Á',1031510000,NULL); INSERT INTO international VALUES (365,'WebGUI',9,'·j¯Áµ²ªG...',1031510000,NULL); INSERT INTO international VALUES (366,'WebGUI',9,'¨S¦³§ä¨ì²Å¦X·j¯Á±ø¥óªº­¶­±',1031510000,NULL); INSERT INTO international VALUES (368,'WebGUI',9,'±N¦¹¨Ï¥ÎªÌ¥[¤J·s¨Ï¥ÎªÌ²Õ',1031510000,NULL); INSERT INTO international VALUES (369,'WebGUI',9,'¹L´Á¤é´Á',1031510000,NULL); INSERT INTO international VALUES (370,'WebGUI',9,'½s¿è¨Ï¥ÎªÌ¤À²Õ',1031510000,NULL); INSERT INTO international VALUES (371,'WebGUI',9,'¼W¥[¨Ï¥ÎªÌ¤À²Õ',1031510000,NULL); INSERT INTO international VALUES (372,'WebGUI',9,'½s¿è¨Ï¥ÎªÌ©ÒÄݲոs',1031510000,NULL); INSERT INTO international VALUES (605,'WebGUI',9,'·s¼W¸s²Õ',1031510000,NULL); INSERT INTO international VALUES (374,'WebGUI',9,'ºÞ²z¥]»q',1031510000,NULL); INSERT INTO international VALUES (375,'WebGUI',9,'¿ï¾Ü­n®i¶}ªº¥]»q',1031510000,NULL); INSERT INTO international VALUES (376,'WebGUI',9,'¥]»q',1031510000,NULL); INSERT INTO international VALUES (377,'WebGUI',9,'¥]»qºÞ²z­û©Î¨t²ÎºÞ²z­û¨S¦³©w¸q¥]»q',1031510000,NULL); INSERT INTO international VALUES (31,'USS',9,'¤º®e',1031510000,NULL); INSERT INTO international VALUES (32,'USS',9,'¹Ï¤ù',1031510000,NULL); INSERT INTO international VALUES (33,'USS',9,'ªþ¥ó',1031510000,NULL); INSERT INTO international VALUES (34,'USS',9,'Âà´«¦^¨®',1031510000,NULL); INSERT INTO international VALUES (35,'USS',9,'¼ÐÃD',1031510000,NULL); INSERT INTO international VALUES (378,'WebGUI',9,'¨Ï¥ÎªÌ ID',1031510000,NULL); INSERT INTO international VALUES (379,'WebGUI',9,'¨Ï¥ÎªÌ²Õ ID',1031510000,NULL); INSERT INTO international VALUES (380,'WebGUI',9,'­·®æ ID',1031510000,NULL); INSERT INTO international VALUES (381,'WebGUI',9,'¨t²Î¦¬¨ì¤@­ÓµL®Äªºªí³æ½Ð¨D¡AµLªkÄ~Äò¡C·í³q¹Lªí³æ¿é¤J¤F¤@¨Ç«Dªk¦r²Å¡A³q±`·|¾É­P³o­Óµ²ªG¡C½Ð«öÂsÄý¾¹ªºªð¦^«ö¯Ãªð¦^¤W­¶­«·s¿é¤J',1031510000,NULL); INSERT INTO international VALUES (1,'FileManager',9,'¤U¸üºÞ²z',1031510000,NULL); INSERT INTO international VALUES (3,'FileManager',9,'¬O§_°õ¦æ¼W¥[¤å¥ó',1031510000,NULL); INSERT INTO international VALUES (5,'FileManager',9,'¤å¥ó¼ÐÃD',1031510000,NULL); INSERT INTO international VALUES (6,'FileManager',9,'¤U¸ü¤å¥ó',1031510000,NULL); INSERT INTO international VALUES (7,'FileManager',9,'¤U¸ü¨Ï¥ÎªÌ²Õ',1031510000,NULL); INSERT INTO international VALUES (8,'FileManager',9,'²¤¶',1031510000,NULL); INSERT INTO international VALUES (9,'FileManager',9,'½s¿è¤U¸üºÞ²z­û',1031510000,NULL); INSERT INTO international VALUES (10,'FileManager',9,'½s¿è¤U¸ü',1031510000,NULL); INSERT INTO international VALUES (11,'FileManager',9,'¼W¥[·s¤U¸ü',1031510000,NULL); INSERT INTO international VALUES (12,'FileManager',9,'±z¬O§_½T©w­n§R°£¦¹¤U¸ü¶µ¶Ü',1031510000,NULL); INSERT INTO international VALUES (14,'FileManager',9,'¤å¥ó',1031510000,NULL); INSERT INTO international VALUES (15,'FileManager',9,'´y­z',1031510000,NULL); INSERT INTO international VALUES (16,'FileManager',9,'¤W¸ü¤é´Á',1031510000,NULL); INSERT INTO international VALUES (769,'WebGUI',1,'Organize in Folder',1036893015,NULL); INSERT INTO international VALUES (776,'WebGUI',1,'Edit Folder',1036905944,NULL); INSERT INTO international VALUES (37,'USS',9,'§R°£',1031510000,NULL); INSERT INTO international VALUES (13,'SQLReport',9,'Convert carriage returns?',1031510000,NULL); INSERT INTO international VALUES (17,'FileManager',9,'¨ä¥Lª©¥» #1',1031510000,NULL); INSERT INTO international VALUES (18,'FileManager',9,'¨ä¥Lª©¥» #2',1031510000,NULL); INSERT INTO international VALUES (19,'FileManager',9,'¨S¦³±z¥i¥H¤U¸üªº¤å¥ó',1031510000,NULL); INSERT INTO international VALUES (14,'EventsCalendar',9,'¶}©l¤é´Á',1031510000,NULL); INSERT INTO international VALUES (15,'EventsCalendar',9,'µ²§ô¤é´Á',1031510000,NULL); INSERT INTO international VALUES (20,'FileManager',9,'¦b«á­±¼Ðª`­¶½X',1031510000,NULL); INSERT INTO international VALUES (14,'SQLReport',9,'Paginate After',1031510000,NULL); INSERT INTO international VALUES (19,'EventsCalendar',9,'¦b«á­±¼Ðª`­¶½X',1031510000,NULL); INSERT INTO international VALUES (529,'WebGUI',9,'µ²ªG',1031510000,NULL); INSERT INTO international VALUES (384,'WebGUI',9,'¤å¥ó',1031510000,NULL); INSERT INTO international VALUES (385,'WebGUI',9,'°Ñ¼Æ',1031510000,NULL); INSERT INTO international VALUES (386,'WebGUI',9,'½s¿è¹Ï¤ù',1031510000,NULL); INSERT INTO international VALUES (387,'WebGUI',9,'¤W¸ü¤H',1031510000,NULL); INSERT INTO international VALUES (388,'WebGUI',9,'¤W¸ü¤é´Á',1031510000,NULL); INSERT INTO international VALUES (697,'WebGUI',10,'Karma, Anvend',1036855986,NULL); INSERT INTO international VALUES (391,'WebGUI',9,'§R°£ªþ¥[¤å¥ó',1031510000,NULL); INSERT INTO international VALUES (595,'WebGUI',10,'International tekst',1037205654,NULL); INSERT INTO international VALUES (786,'WebGUI',1,'WebGUI\'s collateral management system allows you to upload files and text to a central repository for use elsewhere in your content.\r\n

\r\n',1050430118,NULL); INSERT INTO international VALUES (394,'WebGUI',9,'ºÞ²z¹Ï¤ù',1031510000,NULL); INSERT INTO international VALUES (395,'WebGUI',9,'¼W¥[·s¹Ï¤ù',1031510000,NULL); INSERT INTO international VALUES (718,'WebGUI',10,'Eksporter oversættelse',1036855692,NULL); INSERT INTO international VALUES (706,'WebGUI',10,'Time(r)',1036855897,NULL); INSERT INTO international VALUES (398,'WebGUI',9,'¤åÀÉÃþ«¬©w¸q',1031510000,NULL); INSERT INTO international VALUES (399,'WebGUI',9,'¤ÀªR¥»­¶­±',1031510000,NULL); INSERT INTO international VALUES (400,'WebGUI',9,'¬O§_ªý¤î¥N²z½w¦s',1031510000,NULL); INSERT INTO international VALUES (401,'WebGUI',9,'±z¬O§_½T©w­n§R°£¦¹±ø®ø®§¥H¤Î¦¹±ø®ø®§ªº©Ò¦³½u¯Á',1031510000,NULL); INSERT INTO international VALUES (403,'WebGUI',9,'¤£§i¶D§A',1031510000,NULL); INSERT INTO international VALUES (405,'WebGUI',9,'³Ì«á¤@­¶',1031510000,NULL); INSERT INTO international VALUES (406,'WebGUI',9,'§Ö·Ó¤j¤p',1031510000,NULL); INSERT INTO international VALUES (407,'WebGUI',9,'ÂIÀ»¦¹³Bµù¥U',1031510000,NULL); INSERT INTO international VALUES (15,'SQLReport',9,'Preprocess macros on query?',1031510000,NULL); INSERT INTO international VALUES (16,'SQLReport',9,'Debug?',1031510000,NULL); INSERT INTO international VALUES (17,'SQLReport',9,'Debug: Query:',1031510000,NULL); INSERT INTO international VALUES (18,'SQLReport',9,'There were no results for this query.',1031510000,NULL); INSERT INTO international VALUES (506,'WebGUI',9,'ºÞ²z¼ÒªO',1031510000,NULL); INSERT INTO international VALUES (535,'WebGUI',9,'·í·s¨Ï¥ÎªÌµù¥U®É³qª¾¨Ï¥ÎªÌ²Õ',1031510000,NULL); INSERT INTO international VALUES (353,'WebGUI',9,'²{¦b±zªº¦¬¥ó½c¤¤¨S¦³®ø®§',1031510000,NULL); INSERT INTO international VALUES (530,'WebGUI',9,'·j¯Á©Ò¦³ÃöÁä¦r',1031510000,NULL); INSERT INTO international VALUES (408,'WebGUI',9,'ºÞ²z®Ú­¶­±',1031510000,NULL); INSERT INTO international VALUES (409,'WebGUI',9,'¼W¥[·s®Ú­¶­±',1031510000,NULL); INSERT INTO international VALUES (410,'WebGUI',9,'ºÞ²z®Ú­¶­±',1031510000,NULL); INSERT INTO international VALUES (411,'WebGUI',9,'¥Ø¿ý¼ÐÃD',1031510000,NULL); INSERT INTO international VALUES (412,'WebGUI',9,'­¶­±´y­z',1031510000,NULL); INSERT INTO international VALUES (79,'Survey',1,'minutes',1038789595,NULL); INSERT INTO international VALUES (894,'WebGUI',9,'¬O§_¤¹³°Q½×',1031510000,NULL); INSERT INTO international VALUES (22,'Article',9,'§@ªÌ',1031510000,NULL); INSERT INTO international VALUES (23,'Article',9,'¤é´Á',1031510000,NULL); INSERT INTO international VALUES (24,'Article',9,'µoªí¦^À³',1031510000,NULL); INSERT INTO international VALUES (28,'Article',9,'¬d¬Ý¦^À³',1031510000,NULL); INSERT INTO international VALUES (416,'WebGUI',9,'

±zªº½Ð¨D¥X²{°ÝÃD

\r\n±zªº½Ð¨D¥X²{¤@­Ó¿ù»~¡C½Ð«öÂsÄý¾¹ªºªð¦^«ö¶sªð¦^¤W¤@­¶­«¸Õ¤@¦¸¡C¦pªG¦¹¶µ¿ù»~Ä~Äò¦s¦b¡A½ÐÁp¨t§Ú­Ì¡A¦P®É§i¶D§Ú­Ì±z¦b¤°»ò®É¶¡¨Ï¥Î¤°»ò¥¯àªº®É­Ô¥X²{ªº³o­Ó¿ù»~¡CÁÂÁ¡I',1031510000,NULL); INSERT INTO international VALUES (417,'WebGUI',9,'

¦w¥þĵ³ø

\r\n ±z³X°Ýªº²Õ¥ó¤£¦b³o¤@­¶¤W¡C¦¹¸ê°T¤w¸gµo°eµ¹¨t²ÎºÞ²z­û',1031510000,NULL); INSERT INTO international VALUES (418,'WebGUI',9,'HTML ¹LÂo',1031510000,NULL); INSERT INTO international VALUES (419,'WebGUI',9,'²M°£©Ò¦³ªº¼ÐÃÑ',1031510000,NULL); INSERT INTO international VALUES (420,'WebGUI',9,'«O¯d©Ò¦³ªº¼ÐÃÑ',1031510000,NULL); INSERT INTO international VALUES (421,'WebGUI',9,'«O¯d°ò¥»ªº¼ÐÃÑ',1031510000,NULL); INSERT INTO international VALUES (422,'WebGUI',9,'

µn¿ý¥¢±Ñ

\r\n±z¿é¤Jªº±b¤á¸ê°T¦³»~',1031510000,NULL); INSERT INTO international VALUES (423,'WebGUI',9,'¬d¬Ý¬¡°Ê¹ï¸Ü',1031510000,NULL); INSERT INTO international VALUES (424,'WebGUI',9,'¬d¬Ýµn¿ý¾ú¥v°O¿ý',1031510000,NULL); INSERT INTO international VALUES (425,'WebGUI',9,'¬¡°Ê¹ï¸Ü',1031510000,NULL); INSERT INTO international VALUES (426,'WebGUI',9,'µn¿ý¾ú¥v°O¿ý',1031510000,NULL); INSERT INTO international VALUES (427,'WebGUI',9,'­·®æ',1031510000,NULL); INSERT INTO international VALUES (428,'WebGUI',9,'¨Ï¥ÎªÌ (ID)',1031510000,NULL); INSERT INTO international VALUES (429,'WebGUI',9,'µn¿ý®É¶¡',1031510000,NULL); INSERT INTO international VALUES (430,'WebGUI',9,'³Ì«á³X°Ý­¶­±',1031510000,NULL); INSERT INTO international VALUES (431,'WebGUI',9,'IP ¦a§}',1031510000,NULL); INSERT INTO international VALUES (432,'WebGUI',9,'¹L´Á',1031510000,NULL); INSERT INTO international VALUES (433,'WebGUI',9,'¨Ï¥ÎªÌºÝ',1031510000,NULL); INSERT INTO international VALUES (434,'WebGUI',9,'ª¬ºA',1031510000,NULL); INSERT INTO international VALUES (435,'WebGUI',9,'¹ï¸Ü«H¸¹',1031510000,NULL); INSERT INTO international VALUES (436,'WebGUI',9,'¬å±¼¦¹¹ï¸Ü',1031510000,NULL); INSERT INTO international VALUES (437,'WebGUI',9,'²Î­p¸ê°T',1031510000,NULL); INSERT INTO international VALUES (438,'WebGUI',9,'±zªº¦W¦r',1031510000,NULL); INSERT INTO international VALUES (439,'WebGUI',9,'­Ó¤H¸ê°T',1031510000,NULL); INSERT INTO international VALUES (440,'WebGUI',9,'Áp¨t¸ê°T',1031510000,NULL); INSERT INTO international VALUES (441,'WebGUI',9,'¹q¤l¶l¥ó¨ì¶Ç©IºôÃö',1031510000,NULL); INSERT INTO international VALUES (442,'WebGUI',9,'¤u§@¸ê°T',1031510000,NULL); INSERT INTO international VALUES (443,'WebGUI',9,'®a®x¸ê°T',1031510000,NULL); INSERT INTO international VALUES (444,'WebGUI',9,'­Ó¤HÁô¨p',1031510000,NULL); INSERT INTO international VALUES (445,'WebGUI',9,'³ß¦n³]¸m',1031510000,NULL); INSERT INTO international VALUES (446,'WebGUI',9,'³æ¦ìºô¯¸',1031510000,NULL); INSERT INTO international VALUES (447,'WebGUI',9,'ºÞ²z­¶­±¾ð',1031510000,NULL); INSERT INTO international VALUES (448,'WebGUI',9,'­¶­±¾ð',1031510000,NULL); INSERT INTO international VALUES (449,'WebGUI',9,'¤@¯ë¸ê°T',1031510000,NULL); INSERT INTO international VALUES (450,'WebGUI',9,'³æ¦ì¦WºÙ',1031510000,NULL); INSERT INTO international VALUES (451,'WebGUI',9,'¥²»Ý',1031510000,NULL); INSERT INTO international VALUES (452,'WebGUI',9,'¶i¤J¤¤...',1031510000,NULL); INSERT INTO international VALUES (453,'WebGUI',9,'³Ð«Ø¤é´Á',1031510000,NULL); INSERT INTO international VALUES (454,'WebGUI',9,'³Ì«á§ó·s',1031510000,NULL); INSERT INTO international VALUES (455,'WebGUI',9,'½s¿è¨Ï¥ÎªÌ¸ê°T',1031510000,NULL); INSERT INTO international VALUES (456,'WebGUI',9,'ªð¦^¨Ï¥ÎªÌ¦Cªí',1031510000,NULL); INSERT INTO international VALUES (457,'WebGUI',9,'½s¿è¦¹¨Ï¥ÎªÌ±b¤á',1031510000,NULL); INSERT INTO international VALUES (458,'WebGUI',9,'½s¿è¦¹¨Ï¥ÎªÌ²Õ¸s',1031510000,NULL); INSERT INTO international VALUES (459,'WebGUI',9,'½s¿è¦¹¨Ï¥ÎªÌÄÝ©Ê',1031510000,NULL); INSERT INTO international VALUES (460,'WebGUI',9,'®É°Ï',1031510000,NULL); INSERT INTO international VALUES (461,'WebGUI',9,'¤é´Á®æ¦¡',1031510000,NULL); INSERT INTO international VALUES (462,'WebGUI',9,'®É¶¡®æ¦¡',1031510000,NULL); INSERT INTO international VALUES (463,'WebGUI',9,'¤å¥»¿é¤J°Ï¦æ¼Æ',1031510000,NULL); INSERT INTO international VALUES (464,'WebGUI',9,'¤å¥»¿é¤J°Ï¦C¼Æ',1031510000,NULL); INSERT INTO international VALUES (465,'WebGUI',9,'¤å¥»®Ø¤j¤p',1031510000,NULL); INSERT INTO international VALUES (466,'WebGUI/Profile',9,'±z½T©w­n§R°£¦¹Ãþ§O¨Ã¥B±N¦¹Ãþ§O¤U©Ò¦³Äæ¥Ø²¾°Ê¨ì¤@¯ëÃþ§O¶Ü',1031510000,NULL); INSERT INTO international VALUES (467,'WebGUI/Profile',9,'±z½T©w­n§R°£¦¹Äæ¥Ø¡A¨Ã¥B©Ò¦³Ãö©ó¦¹Äæ¥Øªº¨Ï¥ÎªÌ¸ê°T¶Ü',1031510000,NULL); INSERT INTO international VALUES (469,'WebGUI',9,'ID',1031510000,NULL); INSERT INTO international VALUES (470,'WebGUI',9,'¦W¦r',1031510000,NULL); INSERT INTO international VALUES (472,'WebGUI',9,'¼ÐÃD',1031510000,NULL); INSERT INTO international VALUES (473,'WebGUI/Profile',9,'¥i¨£',1031510000,NULL); INSERT INTO international VALUES (474,'WebGUI/Profile',9,'¥²¶·',1031510000,NULL); INSERT INTO international VALUES (475,'WebGUI',9,'¤å¦r',1031510000,NULL); INSERT INTO international VALUES (476,'WebGUI',9,'¤å¦r°Ï',1031510000,NULL); INSERT INTO international VALUES (477,'WebGUI',9,'HTML °Ï',1031510000,NULL); INSERT INTO international VALUES (478,'WebGUI',9,'URL',1031510000,NULL); INSERT INTO international VALUES (479,'WebGUI',9,'¤é´Á',1031510000,NULL); INSERT INTO international VALUES (480,'WebGUI',9,'¹q¤l¶l¥ó¦a§}',1031510000,NULL); INSERT INTO international VALUES (481,'WebGUI',9,'¹q¸Ü¸¹½X',1031510000,NULL); INSERT INTO international VALUES (482,'WebGUI',9,'¼Æ¦r (¾ã¼Æ)',1031510000,NULL); INSERT INTO international VALUES (483,'WebGUI',9,'¬O©Î§_',1031510000,NULL); INSERT INTO international VALUES (484,'WebGUI',9,'¿ï¾Ü¦Cªí',1031510000,NULL); INSERT INTO international VALUES (485,'WebGUI',9,'¥¬º¸­È (¿ï¾Ü®Ø)',1031510000,NULL); INSERT INTO international VALUES (486,'WebGUI',9,'¼ÆÕuÃþ«¬',1031510000,NULL); INSERT INTO international VALUES (487,'WebGUI',9,'¥i¿ï­È',1031510000,NULL); INSERT INTO international VALUES (488,'WebGUI',9,'Àq»{­È',1031510000,NULL); INSERT INTO international VALUES (489,'WebGUI/Profile',9,'ÄÝ©ÊÃþ',1031510000,NULL); INSERT INTO international VALUES (490,'WebGUI/Profile',9,'¼W¥[¤@­ÓÄÝ©ÊÃþ',1031510000,NULL); INSERT INTO international VALUES (491,'WebGUI/Profile',9,'¼W¥[¤@­ÓÄÝ©ÊÄæ',1031510000,NULL); INSERT INTO international VALUES (492,'WebGUI',9,'ÄÝ©ÊÄæ¦Cªí',1031510000,NULL); INSERT INTO international VALUES (493,'WebGUI',9,'ªð¦^ºô¯¸',1031510000,NULL); INSERT INTO international VALUES (495,'WebGUI',9,'¤º¸m½s¿è¾¹',1031510000,NULL); INSERT INTO international VALUES (496,'WebGUI',9,'¨Ï¥Î',1031510000,NULL); INSERT INTO international VALUES (494,'WebGUI',9,'Real Objects Edit-On Pro',1031510000,NULL); INSERT INTO international VALUES (497,'WebGUI',9,'¶}©l¤é´Á',1031510000,NULL); INSERT INTO international VALUES (498,'WebGUI',9,'µ²§ô¤é´Á',1031510000,NULL); INSERT INTO international VALUES (499,'WebGUI',9,'²Õ¥ó ID',1031510000,NULL); INSERT INTO international VALUES (500,'WebGUI',9,'­¶­± ID',1031510000,NULL); INSERT INTO international VALUES (514,'WebGUI',9,'³X°Ý',1031510000,NULL); INSERT INTO international VALUES (527,'WebGUI',9,'Àq»{­º­¶',1031510000,NULL); INSERT INTO international VALUES (503,'WebGUI',9,'¼ÒªO ID',1031510000,NULL); INSERT INTO international VALUES (501,'WebGUI',9,'¥DÊ^',1031510000,NULL); INSERT INTO international VALUES (528,'WebGUI',9,'¼ÒªO¦WºÙ',1031510000,NULL); INSERT INTO international VALUES (468,'WebGUI/Profile',9,'½s¿è¨Ï¥ÎªÌÄÝ©ÊÃþ',1031510000,NULL); INSERT INTO international VALUES (159,'WebGUI',9,'¦¬¥ó½c',1031510000,NULL); INSERT INTO international VALUES (508,'WebGUI',9,'ºÞ²z¼ÒªO',1031510000,NULL); INSERT INTO international VALUES (39,'USS',9,'µoªí¦^ÂÐ',1031510000,NULL); INSERT INTO international VALUES (747,'WebGUI',1,'Usernames must contain only alpha-numeric characters.',1036384261,NULL); INSERT INTO international VALUES (41,'USS',9,'¤é´Á',1031510000,NULL); INSERT INTO international VALUES (46,'USS',9,'§ó¦h...',1031510000,NULL); INSERT INTO international VALUES (47,'USS',9,'¦^ÂÐ',1031510000,NULL); INSERT INTO international VALUES (48,'USS',9,'¬O§_¤¹³°Q½×',1031510000,NULL); INSERT INTO international VALUES (51,'USS',9,'Åã¥Ü§Ö·Ó',1031510000,NULL); INSERT INTO international VALUES (52,'USS',9,'§Ö·Ó',1031510000,NULL); INSERT INTO international VALUES (53,'USS',9,'¥¬§½',1031510000,NULL); INSERT INTO international VALUES (73,'USS',1,'Submission Template',1036277524,NULL); INSERT INTO international VALUES (57,'USS',9,'¦^À³',1031510000,NULL); INSERT INTO international VALUES (11,'FAQ',9,'¬O§_¥´¶} TOC ',1031510000,NULL); INSERT INTO international VALUES (12,'FAQ',9,'¬O§_¥´¶} Q/A ',1031510000,NULL); INSERT INTO international VALUES (13,'FAQ',9,'¬O§_¥´¶} [top] ³s±µ',1031510000,NULL); INSERT INTO international VALUES (509,'WebGUI',9,'°Q½×¥¬§½',1031510000,NULL); INSERT INTO international VALUES (510,'WebGUI',9,'¥­¾Q',1031510000,NULL); INSERT INTO international VALUES (511,'WebGUI',9,'½u¯Á',1031510000,NULL); INSERT INTO international VALUES (512,'WebGUI',9,'¤U¤@±ø½u¯Á',1031510000,NULL); INSERT INTO international VALUES (513,'WebGUI',9,'¤W¤@±ø½u¯Á',1031510000,NULL); INSERT INTO international VALUES (534,'WebGUI',9,'·s¨Ï¥ÎªÌ´£¥Ü',1031510000,NULL); INSERT INTO international VALUES (354,'WebGUI',9,'¬d¬Ý¦¬¥ó½c',1031510000,NULL); INSERT INTO international VALUES (531,'WebGUI',9,'¥]¬A§¹¾ãªº«÷¼g',1031510000,NULL); INSERT INTO international VALUES (518,'WebGUI',9,'¦¬¥ó½c´£¥Ü',1031510000,NULL); INSERT INTO international VALUES (519,'WebGUI',9,'§Ú§Æ±æ³Q´£¿ô',1031510000,NULL); INSERT INTO international VALUES (520,'WebGUI',9,'§Ú§Æ±æ³q¹L¹q¤l¶l¥óªº¤è¦¡´£¿ô',1031510000,NULL); INSERT INTO international VALUES (521,'WebGUI',9,'§Ú§Æ±æ³q¹L¹q¤l¶l¥ó¨ì¶Ç©Iªº¤è¦¡´£¿ô',1031510000,NULL); INSERT INTO international VALUES (522,'WebGUI',9,'§Ú§Æ±æ³q¹L ICQ ªº¤è¦¡´£¿ô',1031510000,NULL); INSERT INTO international VALUES (523,'WebGUI',9,'´£¿ô',1031510000,NULL); INSERT INTO international VALUES (1025,'WebGUI',9,'¬O§_¼W¥[½s¿èÂW',1031510000,NULL); INSERT INTO international VALUES (525,'WebGUI',9,'½s¿è¤º®e³]¸m',1031510000,NULL); INSERT INTO international VALUES (10,'FAQ',2,'Frage bearbeiten',1040652178,NULL); INSERT INTO international VALUES (10,'FileManager',2,'Download bearbeiten',1040644674,NULL); INSERT INTO international VALUES (10,'Article',2,'Carriage Return beachten?',1040597777,NULL); INSERT INTO international VALUES (562,'WebGUI',2,'Ausstehend',1041610268,NULL); INSERT INTO international VALUES (9,'WebGUI',2,'Zwischenablage anschauen',1041628849,NULL); INSERT INTO international VALUES (9,'SQLReport',2,'Fehler: Die DSN besitzt das falsche Format.',1040649453,NULL); INSERT INTO international VALUES (9,'Poll',2,'Abstimmung bearbeiten',1040646954,NULL); INSERT INTO international VALUES (9,'LinkList',2,'Sind Sie sicher, dass Sie diesen Link löschen möchten?',1040645063,NULL); INSERT INTO international VALUES (9,'FAQ',2,'Neue Frage hinzufügen.',1040644646,NULL); INSERT INTO international VALUES (9,'EventsCalendar',2,'bis',1040644433,NULL); INSERT INTO international VALUES (9,'FileManager',2,'Download Manager bearbeiten',1040644884,NULL); INSERT INTO international VALUES (9,'Article',2,'Dateianhang',1040598013,NULL); INSERT INTO international VALUES (8,'WebGUI',2,'\"Seite nicht gefunden\" anschauen',1041630741,NULL); INSERT INTO international VALUES (561,'WebGUI',2,'Abgelehnt',1041610445,NULL); INSERT INTO international VALUES (8,'SQLReport',2,'SQL Report bearbeiten',1040649433,NULL); INSERT INTO international VALUES (8,'Poll',2,'(Eine Antwort pro Zeile. Bitte nicht mehr als 20 verschiedene Antworten)',1040646943,NULL); INSERT INTO international VALUES (8,'LinkList',2,'URL',1040645046,NULL); INSERT INTO international VALUES (8,'FAQ',2,'FAQ bearbeiten',1041635393,NULL); INSERT INTO international VALUES (8,'EventsCalendar',2,'Wiederholt sich',1040644422,NULL); INSERT INTO international VALUES (8,'FileManager',2,'Kurze Beschreibung',1040644869,NULL); INSERT INTO international VALUES (7,'WebGUI',2,' Verwalten: Benutzer',1040640629,NULL); INSERT INTO international VALUES (8,'Article',2,'Link URL',1040598002,NULL); INSERT INTO international VALUES (560,'WebGUI',2,'Freigegeben',1041609734,NULL); INSERT INTO international VALUES (7,'SQLReport',2,'Datenbankpasswort',1040649412,NULL); INSERT INTO international VALUES (7,'Poll',2,'Antworten',1040646913,NULL); INSERT INTO international VALUES (7,'FAQ',2,'Sind Sie sicher, dass Sie diese Frage löschen möchten?',1040648475,NULL); INSERT INTO international VALUES (7,'FileManager',2,'Gruppe, die Download benutzen kann',1040644847,NULL); INSERT INTO international VALUES (7,'Article',2,'Link Titel',1040597992,NULL); INSERT INTO international VALUES (6,'WebGUI',2,' Verwalten: Styles',1040640645,NULL); INSERT INTO international VALUES (6,'USS',2,'Beiträge pro Seite',1040650162,NULL); INSERT INTO international VALUES (6,'SQLReport',2,'Datenbankbenutzer',1040649393,NULL); INSERT INTO international VALUES (6,'SiteMap',2,'Einrückung',1040649644,NULL); INSERT INTO international VALUES (6,'MessageBoard',2,'Diskussionsforum bearbeiten',1040646718,NULL); INSERT INTO international VALUES (6,'Poll',2,'Frage',1040646895,NULL); INSERT INTO international VALUES (6,'LinkList',2,'Link Liste',1040645017,NULL); INSERT INTO international VALUES (6,'FAQ',2,'Antwort',1040644580,NULL); INSERT INTO international VALUES (6,'ExtraColumn',2,'Extra Spalte bearbeiten',1040644489,NULL); INSERT INTO international VALUES (701,'WebGUI',2,'Woche(n)',1041611185,NULL); INSERT INTO international VALUES (6,'FileManager',2,'Dateiname',1040644818,NULL); INSERT INTO international VALUES (6,'Article',2,'Grafik',1040597952,NULL); INSERT INTO international VALUES (5,'WebGUI',2,' Verwalten: Gruppen',1040640476,NULL); INSERT INTO international VALUES (5,'USS',2,'Ihr Beitrag wurde abgelehnt.',1040650082,NULL); INSERT INTO international VALUES (5,'SQLReport',2,'DSN (Data Source Name)',1040649383,NULL); INSERT INTO international VALUES (5,'SiteMap',2,'SiteMap bearbeiten',1040649591,NULL); INSERT INTO international VALUES (5,'Poll',2,'Breite der Grafik',1040646885,NULL); INSERT INTO international VALUES (566,'WebGUI',2,'Timeout zum Bearbeiten',1041629666,NULL); INSERT INTO international VALUES (5,'Item',2,'Anhang herunterladen',1040644938,NULL); INSERT INTO international VALUES (5,'FAQ',2,'Frage',1040644571,NULL); INSERT INTO international VALUES (5,'ExtraColumn',2,'StyleSheet Class',1040644477,NULL); INSERT INTO international VALUES (700,'WebGUI',2,'Tag(e)',1041611360,NULL); INSERT INTO international VALUES (5,'FileManager',2,'Dateititel',1040644808,NULL); INSERT INTO international VALUES (4,'WebGUI',2,' Verwalten: Einstellungen',1040640578,NULL); INSERT INTO international VALUES (4,'USS',2,'Ihr Beitrag wurde angenommen.',1041629356,NULL); INSERT INTO international VALUES (4,'SQLReport',2,'Abfrage',1040649369,NULL); INSERT INTO international VALUES (4,'SyndicatedContent',2,'Syndicated Content bearbeiten',1041617824,NULL); INSERT INTO international VALUES (4,'SiteMap',2,'Tiefe',1040649577,NULL); INSERT INTO international VALUES (4,'Poll',2,'Wer kann abstimmen?',1040646876,NULL); INSERT INTO international VALUES (4,'Item',2,'Textelement',1040644925,NULL); INSERT INTO international VALUES (4,'ExtraColumn',2,'Breite',1040644466,NULL); INSERT INTO international VALUES (4,'EventsCalendar',2,'Einmaliges Ereignis',1040644337,NULL); INSERT INTO international VALUES (4,'Article',2,'Ende Datum',1040597938,NULL); INSERT INTO international VALUES (3,'WebGUI',2,'Aus Zwischenablage einfügen...',1041627810,NULL); INSERT INTO international VALUES (3,'USS',2,'Sie haben einen neuen Beitrag zu genehmigen.',1040649956,NULL); INSERT INTO international VALUES (3,'SQLReport',2,'Report Template',1040649352,NULL); INSERT INTO international VALUES (3,'SiteMap',2,'Beginnen mit?',1040649534,NULL); INSERT INTO international VALUES (3,'Poll',2,'Aktiv',1040646865,NULL); INSERT INTO international VALUES (564,'WebGUI',2,'Wer kann Beiträge schreiben?',1041629642,NULL); INSERT INTO international VALUES (3,'LinkList',2,'In neuem Fenster öffnen?',1040645008,NULL); INSERT INTO international VALUES (3,'Item',2,'Anhang löschen',1040644914,NULL); INSERT INTO international VALUES (3,'ExtraColumn',2,'Platzhalter',1040644456,NULL); INSERT INTO international VALUES (3,'FileManager',2,'Fortfahren, die Datei hinzuzufügen?',1040644798,NULL); INSERT INTO international VALUES (3,'Article',2,'Start Datum',1040597929,NULL); INSERT INTO international VALUES (2,'WebGUI',2,' Seite',1040641098,NULL); INSERT INTO international VALUES (2,'USS',2,'Wer kann Beiträge schreiben?',1040649886,NULL); INSERT INTO international VALUES (2,'SyndicatedContent',2,'Syndicated Content',1041617806,NULL); INSERT INTO international VALUES (2,'SiteMap',2,'SiteMap',1040649477,NULL); INSERT INTO international VALUES (2,'FAQ',2,'FAQ',1041635376,NULL); INSERT INTO international VALUES (2,'Item',2,'Anhang',1040644904,NULL); INSERT INTO international VALUES (2,'MessageBoard',2,'Diskussionsforum',1040646673,NULL); INSERT INTO international VALUES (2,'EventsCalendar',2,'Veranstaltungskalender',1040644311,NULL); INSERT INTO international VALUES (1,'WebGUI',2,'Inhalt hinzufügen...',1040650189,NULL); INSERT INTO international VALUES (1,'SyndicatedContent',2,'URL zur RSS-Datei',1040649721,NULL); INSERT INTO international VALUES (1,'USS',2,'Wer kann genehmigen?',1040649787,NULL); INSERT INTO international VALUES (1,'SQLReport',2,'SQL Report',1043946507,NULL); INSERT INTO international VALUES (1,'Poll',2,'Abstimmung',1040646819,NULL); INSERT INTO international VALUES (1,'Item',2,'Link URL',1040644895,NULL); INSERT INTO international VALUES (1,'ExtraColumn',2,'Extra Spalte',1040644447,NULL); INSERT INTO international VALUES (87,'EventsCalendar',1,'Show 9 months from start.',1038190626,NULL); INSERT INTO international VALUES (1,'FileManager',2,'Download Manager',1040644661,NULL); INSERT INTO international VALUES (1,'Article',2,'Artikel',1040398023,NULL); INSERT INTO international VALUES (395,'WebGUI',2,'Neue Grafik hinzufügen.',1041628150,NULL); INSERT INTO international VALUES (722,'WebGUI',10,'ID',1036855613,NULL); INSERT INTO international VALUES (398,'WebGUI',2,'Dokumententyp Beschreibung',1040650908,NULL); INSERT INTO international VALUES (399,'WebGUI',2,'Diese Seite überprüfen.',1041628161,NULL); INSERT INTO international VALUES (400,'WebGUI',2,'Proxy Caching verhindern',1041628442,NULL); INSERT INTO international VALUES (401,'WebGUI',2,'Sind Sie sicher, dass Sie diese Nachrichten und alle darunterliegenden löschen möchten?',1040647903,NULL); INSERT INTO international VALUES (403,'WebGUI',2,'Ich teile es lieber nicht mit.',1041628184,NULL); INSERT INTO international VALUES (404,'WebGUI',2,'Erste Seite',1041631996,NULL); INSERT INTO international VALUES (405,'WebGUI',2,'Letzte Seite',1041632005,NULL); INSERT INTO international VALUES (406,'WebGUI',2,'Thumbnail Grösse',1058171361,NULL); INSERT INTO international VALUES (407,'WebGUI',2,'Klicken Sie hier, um sich zu registrieren.',1045604429,NULL); INSERT INTO international VALUES (408,'WebGUI',2,'Startseiten bearbeiten',1040640244,NULL); INSERT INTO international VALUES (409,'WebGUI',2,'Neue Startseite anlegen',1041628206,NULL); INSERT INTO international VALUES (410,'WebGUI',2,' Verwalten: Startseiten',1040640721,NULL); INSERT INTO international VALUES (411,'WebGUI',2,'Menü Titel',1041632012,NULL); INSERT INTO international VALUES (412,'WebGUI',2,'Zusammenfassung',1040651014,NULL); INSERT INTO international VALUES (416,'WebGUI',2,'

Abfrageproblem

Ihre Anfrage macht dem\r\nSystem Probleme. Bitte betätigen Sie den Zurückbutton im Browser und\r\nversuchen Sie es nochmal. Sollte dieses Problem weiterbestehen, teilen Sie uns bitte mit, was Sie wo im System wann gemacht haben.',1040651888,NULL); INSERT INTO international VALUES (417,'WebGUI',2,'

Sicherheitsverstoss

Sie haben versucht, auf einen Systemteil zuzugreifen, der Ihnen nicht erlaubt ist. Der Verstoss wurde gemeldet.',1058172140,NULL); INSERT INTO international VALUES (418,'WebGUI',2,'Inhalt filtern',1048242855,NULL); INSERT INTO international VALUES (419,'WebGUI',2,'Alles, ausser dem Text, entfernen.',1048593441,NULL); INSERT INTO international VALUES (420,'WebGUI',2,'Nichts entfernen.',1048242899,NULL); INSERT INTO international VALUES (421,'WebGUI',2,'Alles, bis auf einfache Formatierungen, entfernen.',1048593422,NULL); INSERT INTO international VALUES (422,'WebGUI',2,'

Anmeldung ist fehlgeschlagen!

Die eingegebenen Zugangsdaten stimmen mit keinen Benutzerdaten überein.',1040651916,NULL); INSERT INTO international VALUES (423,'WebGUI',2,'Aktive Sitzungen',1040398889,NULL); INSERT INTO international VALUES (424,'WebGUI',2,'Anmeldungshistorie',1040398863,NULL); INSERT INTO international VALUES (425,'WebGUI',2,'Aktive Sitzungen',1041628754,NULL); INSERT INTO international VALUES (426,'WebGUI',2,'Anmeldeverlauf',1041593360,NULL); INSERT INTO international VALUES (427,'WebGUI',2,'Styles',1040596068,NULL); INSERT INTO international VALUES (428,'WebGUI',2,'Benutzername (ID)',1041632072,NULL); INSERT INTO international VALUES (429,'WebGUI',2,'Anmelde Zeit',1041632092,NULL); INSERT INTO international VALUES (430,'WebGUI',2,'Seite wurde das letzte mal angeschaut',1041628481,NULL); INSERT INTO international VALUES (431,'WebGUI',2,'IP Adresse',1041632100,NULL); INSERT INTO international VALUES (432,'WebGUI',2,'läuft ab',1041632108,NULL); INSERT INTO international VALUES (434,'WebGUI',2,'Status',1041632128,NULL); INSERT INTO international VALUES (435,'WebGUI',2,'Sitzungssignatur',1041632137,NULL); INSERT INTO international VALUES (436,'WebGUI',2,'Sitzung beenden',1041628768,NULL); INSERT INTO international VALUES (437,'WebGUI',2,'Statistiken',1041632145,NULL); INSERT INTO international VALUES (438,'WebGUI',2,'Ihr Name',1041632153,NULL); INSERT INTO international VALUES (51,'USS',2,'Vorschaubild anzeigen?',1040650103,NULL); INSERT INTO international VALUES (1,'Product',2,'Produkt',1040647163,NULL); INSERT INTO international VALUES (10,'DataForm',2,'Von',1040598111,NULL); INSERT INTO international VALUES (10,'Product',2,'Preis',1040647172,NULL); INSERT INTO international VALUES (11,'FAQ',2,'Inhaltsverzeichnis aktivieren?',1040644529,NULL); INSERT INTO international VALUES (11,'DataForm',2,'An',1054045486,NULL); INSERT INTO international VALUES (897,'WebGUI/Profile',2,'Veränderbar?',1054540690,NULL); INSERT INTO international VALUES (11,'Product',2,'Produktnummer',1040647181,NULL); INSERT INTO international VALUES (12,'FAQ',2,'Frage/Antwort einschalten?',1040644541,NULL); INSERT INTO international VALUES (12,'DataForm',2,'Kopie',1040645088,NULL); INSERT INTO international VALUES (728,'WebGUI',2,'Sind Sie sicher, dass Sie diese Datei löschen möchten?',1058172161,NULL); INSERT INTO international VALUES (13,'FAQ',2,'[top] Link einschalten?',1040644552,NULL); INSERT INTO international VALUES (13,'DataForm',2,'Blindkopie',1040645098,NULL); INSERT INTO international VALUES (13,'Product',2,'Prospekt',1040647224,NULL); INSERT INTO international VALUES (14,'DataForm',2,'Betreff',1040645108,NULL); INSERT INTO international VALUES (15,'Product',2,'Garantie',1040647244,NULL); INSERT INTO international VALUES (954,'WebGUI',1,'Manage system clipboard.',1052850265,NULL); INSERT INTO international VALUES (8,'DataForm',2,'Breite',1040645492,NULL); INSERT INTO international VALUES (1,'DataForm',2,'DataForm',1054045463,NULL); INSERT INTO international VALUES (16,'DataForm',2,'Eingangsbestätigung',1040645157,NULL); INSERT INTO international VALUES (17,'DataForm',2,'E-mail wurde gesendet',1040645170,NULL); INSERT INTO international VALUES (463,'WebGUI',2,'Reihen des Textbereichs',1044982063,NULL); INSERT INTO international VALUES (462,'WebGUI',2,'Zeitformat',1041632224,NULL); INSERT INTO international VALUES (461,'WebGUI',2,'Datumsformat',1044961156,NULL); INSERT INTO international VALUES (460,'WebGUI',2,'Zeitabweichung',1041632217,NULL); INSERT INTO international VALUES (46,'USS',2,'Lesen Sie mehr...',1040650048,NULL); INSERT INTO international VALUES (46,'Product',2,'Produkt (verwandt), Hinzufügen/Bearbeiten',1067897541,NULL); INSERT INTO international VALUES (459,'WebGUI',2,'Das Profil dieses Benutzers bearbeiten.',1041628631,NULL); INSERT INTO international VALUES (458,'WebGUI',2,'Gruppen dieses Benutzers bearbeiten',1054062398,NULL); INSERT INTO international VALUES (457,'WebGUI',2,'Konto dieses Benutzers bearbeiten',1041593378,NULL); INSERT INTO international VALUES (456,'WebGUI',2,'zurück zur Benutzerübersicht',1041628593,NULL); INSERT INTO international VALUES (455,'WebGUI',2,'Profil des Benutzers bearbeiten',1041628579,NULL); INSERT INTO international VALUES (454,'WebGUI',2,'letztes Update',1041632209,NULL); INSERT INTO international VALUES (453,'WebGUI',2,'Erstelldatum',1041632201,NULL); INSERT INTO international VALUES (452,'WebGUI',2,'Bitte warten ...',1041632191,NULL); INSERT INTO international VALUES (451,'WebGUI',2,'ist erforderlich.',1041632181,NULL); INSERT INTO international VALUES (450,'WebGUI',2,'Firmenname',1041632173,NULL); INSERT INTO international VALUES (449,'WebGUI',2,'sonstige Informationen',1041628552,NULL); INSERT INTO international VALUES (448,'WebGUI',2,'Baumstruktur der Seite',1041628534,NULL); INSERT INTO international VALUES (447,'WebGUI',2,' Verwalten: Baumstruktur',1040640595,NULL); INSERT INTO international VALUES (445,'WebGUI',2,'Präferenzen',1041632163,NULL); INSERT INTO international VALUES (444,'WebGUI',2,'demografische Informationen',1041628521,NULL); INSERT INTO international VALUES (439,'WebGUI',2,'persönliche Informationen',1041628490,NULL); INSERT INTO international VALUES (39,'USS',2,'Antwort schreiben',1040650007,NULL); INSERT INTO international VALUES (4,'DataForm',2,'unsichtbar',1040645418,NULL); INSERT INTO international VALUES (40,'Product',2,'Produkt Eigenschaft, Hinzufügen/Bearbeiten',1067897368,NULL); INSERT INTO international VALUES (41,'USS',2,'Datum',1040639647,NULL); INSERT INTO international VALUES (18,'DataForm',2,'Zurück!',1040645179,NULL); INSERT INTO international VALUES (21,'Product',2,'weiteres verwandtes Produkt hinzufügen?',1040648710,NULL); INSERT INTO international VALUES (8,'Product',2,'Produktgrafik 2',1040648973,NULL); INSERT INTO international VALUES (78,'EventsCalendar',2,'Löschen Sie nichts, ich habe einen Fehler verursacht.',1040644404,NULL); INSERT INTO international VALUES (73,'LinkList',2,'Titel
\r\nDer Text, der verlinkt wird

\r\nURL
\r\nDie URL zur Webseite, zu verlinkt wird.\r\n

\r\nIn neuem Fenster öffnen?
\r\nWählen Sie \"Ja\", wenn der Link in einem neuen Fenster geöffnet werden soll.\r\n

\r\nBeschreibung
\r\nBeschreiben Sie die Seite, zu der Sie den Link gesetzt haben. Sie können dies auch auslassen, wenn Sie möchten.\r\n

\r\nAls nächstes?
\r\nMöchten Sie nun gleich einen weiteren Link einfügen?',1041633296,NULL); INSERT INTO international VALUES (804,'WebGUI',2,'Diesen Style kopieren.',1040597735,NULL); INSERT INTO international VALUES (803,'WebGUI',2,'Diesen Style bearbeiten.',1040597719,NULL); INSERT INTO international VALUES (801,'WebGUI',2,'Wobject Interaktionen',1040597703,NULL); INSERT INTO international VALUES (800,'WebGUI',2,'Eindeutige Besucher',1040597685,NULL); INSERT INTO international VALUES (76,'EventsCalendar',2,'Nur dieses Ereignis löschen',1040644379,NULL); INSERT INTO international VALUES (77,'EventsCalendar',2,'Dieses Ereignis und alle Wiederholungen löschen.',1040644391,NULL); INSERT INTO international VALUES (75,'EventsCalendar',2,'Was möchten Sie gerne tun?',1040597885,NULL); INSERT INTO international VALUES (61,'DataForm',21,'æÏÒÍÁ (ÄÏÂÁ×ÌÅÎÉÅ/ÒÅÄÁËÔÉÒÏ×ÁÎÉÅ)',1041688594,NULL); INSERT INTO international VALUES (72,'Poll',2,'Antworten zufällig anordnen?',1040646923,NULL); INSERT INTO international VALUES (72,'LinkList',2,'Link, Hinzufügen/Bearbeiten',1067897347,NULL); INSERT INTO international VALUES (72,'FAQ',2,'Frage, Hinzufügen/Bearbeiten',1067897247,NULL); INSERT INTO international VALUES (72,'EventsCalendar',2,'Ereignis, Hinzufügen/Bearbeiten',1067897205,NULL); INSERT INTO international VALUES (72,'FileManager',2,'Download, Hinzufügen/Bearbeiten',1067897299,NULL); INSERT INTO international VALUES (717,'WebGUI',2,'Abmelden',1041631707,NULL); INSERT INTO international VALUES (716,'WebGUI',2,'Anmelden',1041631699,NULL); INSERT INTO international VALUES (715,'WebGUI',2,'Weiterleitungs URL',1041631643,NULL); INSERT INTO international VALUES (27,'Product',2,'Merkmal',1041626158,NULL); INSERT INTO international VALUES (26,'Product',2,'Produktname',1040647368,NULL); INSERT INTO international VALUES (25,'Product',2,'Merkmale bearbeiten',1041626137,NULL); INSERT INTO international VALUES (25,'DataForm',2,'Standardwert(e)',1054045511,NULL); INSERT INTO international VALUES (24,'Product',2,'Eine weitere Eigenschaft hinzufügen?',1040647336,NULL); INSERT INTO international VALUES (2,'WobjectProxy',2,'Wobject Proxy bearbeiten',1041611131,NULL); INSERT INTO international VALUES (947,'WebGUI',1,'Use shared clipboard?',1052850265,NULL); INSERT INTO international VALUES (24,'DataForm',2,'Mögliche Werte der Drop-Down Box',1040645370,NULL); INSERT INTO international VALUES (23,'Product',2,'Eigenschaft',1040647315,NULL); INSERT INTO international VALUES (23,'DataForm',2,'Typ',1041603273,NULL); INSERT INTO international VALUES (22,'Product',2,'Eigenschaft bearbeiten',1040647306,NULL); INSERT INTO international VALUES (22,'DataForm',2,'Status',1040645344,NULL); INSERT INTO international VALUES (21,'DataForm',2,'Feldname',1040645334,NULL); INSERT INTO international VALUES (92,'EventsCalendar',1,'Previous Event',1038202281,NULL); INSERT INTO international VALUES (20,'Product',2,'verwandtes Produkt',1040648728,NULL); INSERT INTO international VALUES (20,'DataForm',2,'Feld bearbeiten',1040645325,NULL); INSERT INTO international VALUES (2,'DataForm',2,'Hier Betreff ihrer Email eingeben',1040645315,NULL); INSERT INTO international VALUES (14,'Product',2,'Handbuch',1040647234,NULL); INSERT INTO international VALUES (20,'EventsCalendar',2,'ein Ereignis hinzufügen',1040644323,NULL); INSERT INTO international VALUES (19,'Product',2,'verwandtes Produkt hinzufügen',1040648686,NULL); INSERT INTO international VALUES (19,'DataForm',2,'Sind Sie sicher, dass Sie dieses Feld löschen möchten?',1040647952,NULL); INSERT INTO international VALUES (520,'WebGUI',2,'Ich möchte per Email benachrichtigt werden.',1041628940,NULL); INSERT INTO international VALUES (52,'Product',2,'Einen weiteren Gewinn hinzufügen?',1040648808,NULL); INSERT INTO international VALUES (519,'WebGUI',2,'Ich möchte nicht benachrichtigt werden.',1041628917,NULL); INSERT INTO international VALUES (517,'WebGUI',2,'Editieren ausschalten!',1040464575,NULL); INSERT INTO international VALUES (516,'WebGUI',2,'Editieren einschalten!',1040464558,NULL); INSERT INTO international VALUES (514,'WebGUI',2,'Gelesen',1054464736,NULL); INSERT INTO international VALUES (51,'Product',2,'Gewinn',1040648651,NULL); INSERT INTO international VALUES (508,'WebGUI',2,' Verwalten: Templates',1040640696,NULL); INSERT INTO international VALUES (507,'WebGUI',2,'Templates bearbeiten',1040406060,NULL); INSERT INTO international VALUES (506,'WebGUI',2,'Templates verwalten',1040639849,NULL); INSERT INTO international VALUES (505,'WebGUI',2,'neues Template',1040405911,NULL); INSERT INTO international VALUES (504,'WebGUI',2,'Template',1040405842,NULL); INSERT INTO international VALUES (503,'WebGUI',2,'Template ID',1040405992,NULL); INSERT INTO international VALUES (502,'WebGUI',2,'Sind Sie sich sicher, dass Sie dieses Template löschen möchten und alle Seiten, die dieses Template benutzen, somit auf das Standardtemplate setzen?',1040406207,NULL); INSERT INTO international VALUES (500,'WebGUI',2,'ID der Seite',1041632413,NULL); INSERT INTO international VALUES (5,'Product',2,'Sind Sie sicher, dass Sie dieses Merkmal löschen möchten?',1041626263,NULL); INSERT INTO international VALUES (5,'DataForm',2,'Angezeigt',1040645433,NULL); INSERT INTO international VALUES (499,'WebGUI',2,'Wobject ID',1041632396,NULL); INSERT INTO international VALUES (498,'WebGUI',2,'Ende Datum',1045496397,NULL); INSERT INTO international VALUES (497,'WebGUI',2,'Anfangsdatum',1041632381,NULL); INSERT INTO international VALUES (493,'WebGUI',2,'Zurück zur Seite.',1041632373,NULL); INSERT INTO international VALUES (49,'Product',2,'Produkt Vorzüge, Hinzufügen/Bearbeiten',1067897529,NULL); INSERT INTO international VALUES (488,'WebGUI',2,'Standardwert(e)',1041602891,NULL); INSERT INTO international VALUES (487,'WebGUI',2,'mögliche Werte',1041632364,NULL); INSERT INTO international VALUES (486,'WebGUI',2,'Datentyp',1041632356,NULL); INSERT INTO international VALUES (483,'WebGUI',2,'Ja oder Nein',1041632348,NULL); INSERT INTO international VALUES (482,'WebGUI',2,'Zahl (Integer)',1041632341,NULL); INSERT INTO international VALUES (481,'WebGUI',2,'Telefonnummer',1041632333,NULL); INSERT INTO international VALUES (480,'WebGUI',2,'Emailadresse',1041632324,NULL); INSERT INTO international VALUES (48,'USS',2,'Diskussion erlauben?',1040650070,NULL); INSERT INTO international VALUES (48,'Product',2,'Sind Sie sicher, dass Sie diesen Vorzug löschen möchten? Er kann, wenn er einmal gelöscht wurde, nicht mehr wiederhergestellt werden.',1041622167,NULL); INSERT INTO international VALUES (479,'WebGUI',2,'Datum',1041632308,NULL); INSERT INTO international VALUES (478,'WebGUI',2,'URL',1041632300,NULL); INSERT INTO international VALUES (477,'WebGUI',2,'HTML Bereich',1041632292,NULL); INSERT INTO international VALUES (476,'WebGUI',2,'Textbereich',1044982113,NULL); INSERT INTO international VALUES (475,'WebGUI',2,'Text',1041632273,NULL); INSERT INTO international VALUES (474,'WebGUI/Profile',2,'Erforderlich?',1041632265,NULL); INSERT INTO international VALUES (473,'WebGUI/Profile',2,'sichtbar?',1041632257,NULL); INSERT INTO international VALUES (472,'WebGUI',2,'Label',1040651094,NULL); INSERT INTO international VALUES (471,'WebGUI/Profile',2,'Benutzerprofilfeld bearbeiten',1041628742,NULL); INSERT INTO international VALUES (470,'WebGUI',2,'Name',1041632248,NULL); INSERT INTO international VALUES (47,'USS',2,'eine Antwort schreiben',1040650057,NULL); INSERT INTO international VALUES (469,'WebGUI',2,'Id',1041632232,NULL); INSERT INTO international VALUES (467,'WebGUI/Profile',2,'Sind Sie sicher, dass Sie dieses Feld und alle darauf bezogenen Benutzerdaten löschen möchten?',1040647852,NULL); INSERT INTO international VALUES (466,'WebGUI/Profile',2,'Sind Sie sicher, dass Sie diese Kategorie löschen und alle ihre Felder in die Kategorie \'Sonstiges\' verschieben möchten?',1040648419,NULL); INSERT INTO international VALUES (465,'WebGUI',2,'Grösse der Textbox',1058171369,NULL); INSERT INTO international VALUES (464,'WebGUI',2,'Spalten des Textbereichs',1044982091,NULL); INSERT INTO international VALUES (52,'Survey',1,'Score',1037506007,NULL); INSERT INTO international VALUES (51,'Survey',1,'Comments?',1037499470,NULL); INSERT INTO international VALUES (50,'Survey',1,'Next',1037499410,NULL); INSERT INTO international VALUES (49,'Survey',1,'You may not take this quiz at this time.',1037499363,NULL); INSERT INTO international VALUES (696,'WebGUI',2,'Mülleimer leeren',1041631235,NULL); INSERT INTO international VALUES (684,'WebGUI',2,'Templates, Hinzufügen/Bearbeiten',1067897441,NULL); INSERT INTO international VALUES (683,'WebGUI',2,'Templates, Verwalten',1055249895,NULL); INSERT INTO international VALUES (682,'WebGUI',2,'Benutzerpofil bearbeiten',1041631153,NULL); INSERT INTO international VALUES (681,'WebGUI',2,'Paket erstellen',1041632603,NULL); INSERT INTO international VALUES (680,'WebGUI',2,'Paket hinzufügen',1041632570,NULL); INSERT INTO international VALUES (58,'Survey',1,'Statistical Overview',1037556179,NULL); INSERT INTO international VALUES (679,'WebGUI',2,'Inhaltliche Einstellungen bearbeiten',1067896202,NULL); INSERT INTO international VALUES (677,'WebGUI',2,'Wobject, Hinzufügen/Bearbeiten',1067897016,NULL); INSERT INTO international VALUES (706,'WebGUI',2,'Stunde(n)',1041631471,NULL); INSERT INTO international VALUES (707,'WebGUI',2,'Fehlersuche anzeigen?',1041631480,NULL); INSERT INTO international VALUES (699,'WebGUI',2,'Erster Tag der Woche',1041611488,NULL); INSERT INTO international VALUES (702,'WebGUI',2,'Monat(e)',1041611168,NULL); INSERT INTO international VALUES (703,'WebGUI',2,'Jahr(e)',1041631443,NULL); INSERT INTO international VALUES (704,'WebGUI',2,'Sekunde(n)',1041631451,NULL); INSERT INTO international VALUES (7,'DataForm',2,'DataForm bearbeiten',1055240935,NULL); INSERT INTO international VALUES (685,'WebGUI',2,'Template löschen',1041631227,NULL); INSERT INTO international VALUES (678,'WebGUI',2,'Startseiten verwalten',1041630976,NULL); INSERT INTO international VALUES (73,'Survey',1,'Delete all the responses.',1037573893,NULL); INSERT INTO international VALUES (675,'WebGUI',2,'Suchmaschine benutzen',1041630892,NULL); INSERT INTO international VALUES (674,'WebGUI',2,'Sonstige Einstellungen bearbeiten',1067896166,NULL); INSERT INTO international VALUES (672,'WebGUI',2,'Profileinstellungen bearbeiten',1041630873,NULL); INSERT INTO international VALUES (669,'WebGUI',2,'Makros, Verwenden',1048243026,NULL); INSERT INTO international VALUES (668,'WebGUI',2,'Style Sheets, Verwenden',1048242988,NULL); INSERT INTO international VALUES (697,'WebGUI',2,'Karma verwenden',1040403885,NULL); INSERT INTO international VALUES (670,'WebGUI',2,'Grafik, Hinzufügen/Bearbeiten',1067897450,NULL); INSERT INTO international VALUES (666,'WebGUI',2,'Style, Hinzufügen/Bearbeiten',1067897470,NULL); INSERT INTO international VALUES (665,'WebGUI',2,'Gruppe löschen',1041630789,NULL); INSERT INTO international VALUES (662,'WebGUI',2,'Einstellungen verwalten',1041631762,NULL); INSERT INTO international VALUES (663,'WebGUI',2,'Benachrichtigungsoptionen, Bearbeiten',1045240942,NULL); INSERT INTO international VALUES (705,'WebGUI',2,'Minute(n)',1041631459,NULL); INSERT INTO international VALUES (661,'WebGUI',2,'Dateieinstellungen bearbeiten',1041631860,NULL); INSERT INTO international VALUES (659,'WebGUI',2,'Styles, Verwalten',1055247752,NULL); INSERT INTO international VALUES (658,'WebGUI',2,'Benutzer verwalten',1040639097,NULL); INSERT INTO international VALUES (660,'WebGUI',2,'Gruppen verwalten',1041632451,NULL); INSERT INTO international VALUES (655,'WebGUI',2,'Benutzer, Hinzufügen/Bearbeiten',1067897480,NULL); INSERT INTO international VALUES (652,'WebGUI',2,'Benutzereinstellungen, Bearbeiten',1045243060,NULL); INSERT INTO international VALUES (671,'WebGUI',2,'Wobjects, Benutzen',1048243040,NULL); INSERT INTO international VALUES (657,'WebGUI',2,'Benutzer löschen',1041630371,NULL); INSERT INTO international VALUES (667,'WebGUI',2,'Gruppe, Hinzufügen/Bearbeiten',1067897461,NULL); INSERT INTO international VALUES (653,'WebGUI',2,'Seite löschen',1041630070,NULL); INSERT INTO international VALUES (656,'WebGUI',2,'Informationen über das Unternehmen bearbeiten',1041630656,NULL); INSERT INTO international VALUES (651,'WebGUI',2,'Falls Sie Ihren Mülleimer leeren, werden alle Posten darin unwiderruflich gelöscht. Wenn Sie sich über einige Posten nicht sicher sind, wäre es am besten, sie mittels \'ausschneiden\' in die Zwischenablage zu legen, bevor Sie den Mülleimer leeren.',1040598182,NULL); INSERT INTO international VALUES (664,'WebGUI',2,'Wobject löschen',1041630780,NULL); INSERT INTO international VALUES (640,'WebGUI',2,'Es ist nicht sinnvoll Templates zu löschen, da man nie weiss, welche ungünstige Auswirkung es auf die Seite haben kann (manche Seiten nutzen dieses Template eventuell noch). Wenn Sie ein Template löschen, werden alle Seiten, die dieses Template noch benutzen, auf das Standardtemplate gesetzt.',1058172153,NULL); INSERT INTO international VALUES (7,'Product',2,'Produktgrafik 1',1040649077,NULL); INSERT INTO international VALUES (526,'WebGUI',2,'JavaScript entfernen und blockiere Makros.',1049099918,NULL); INSERT INTO international VALUES (578,'WebGUI',10,'Du har afventende meddelelser der skal godkendes.',1037205157,NULL); INSERT INTO international VALUES (552,'WebGUI',2,'Ausstehend',1041610245,NULL); INSERT INTO international VALUES (551,'WebGUI',2,'Notiz/Bemerkung',1041629306,NULL); INSERT INTO international VALUES (542,'WebGUI',2,'Vorhergerige(r)',1041629201,NULL); INSERT INTO international VALUES (55,'Product',2,'Vorzug/Vorteil hinzufügen',1041622264,NULL); INSERT INTO international VALUES (539,'WebGUI',2,'Karma aktivieren?',1040403865,NULL); INSERT INTO international VALUES (575,'WebGUI',10,'Redigér',1037205114,NULL); INSERT INTO international VALUES (660,'WebGUI',10,'Grupper, Håndter',1036856312,NULL); INSERT INTO international VALUES (535,'WebGUI',2,'Gruppe, die bei einem neuen Benutzer benachrichtigt werden soll',1040651243,NULL); INSERT INTO international VALUES (534,'WebGUI',2,'Bei neuem Benutzer benachrichtigen?',1041629152,NULL); INSERT INTO international VALUES (536,'WebGUI',2,'Ein neuer Benutzer mit dem Namen ^@; hat die Seite betreten.',1048529529,NULL); INSERT INTO international VALUES (2,'WobjectProxy',10,'Redigér Wobject Proxy',1036856135,NULL); INSERT INTO international VALUES (543,'WebGUI',2,'neue Gruppe von Bildern hinzufügen',1041629210,NULL); INSERT INTO international VALUES (541,'WebGUI',2,'Karma pro Beitrag',1041629189,NULL); INSERT INTO international VALUES (537,'WebGUI',2,'Karma',1041629160,NULL); INSERT INTO international VALUES (540,'WebGUI',2,'Karma pro Login',1041629172,NULL); INSERT INTO international VALUES (54,'Product',2,'Gewinne',1040648851,NULL); INSERT INTO international VALUES (533,'WebGUI',2,'ohne die Wörter',1041629125,NULL); INSERT INTO international VALUES (525,'WebGUI',2,'Inhaltliche Einstellungen bearbeiten',1067896216,NULL); INSERT INTO international VALUES (522,'WebGUI',2,'Ich möchte über ICQ benachrichtigt werden.',1041628948,NULL); INSERT INTO international VALUES (527,'WebGUI',2,'Standard Startseite',1041628984,NULL); INSERT INTO international VALUES (528,'WebGUI',2,'Name des Templates',1040406037,NULL); INSERT INTO international VALUES (523,'WebGUI',2,'Benachrichtigung',1041628956,NULL); INSERT INTO international VALUES (38,'Product',2,'Produkt, Hinzufügen/Bearbeiten',1067897356,NULL); INSERT INTO international VALUES (532,'WebGUI',2,'mit mindestens einem der Wörter',1041629029,NULL); INSERT INTO international VALUES (36,'Product',2,'Zubehör hinzufügen',1040648529,NULL); INSERT INTO international VALUES (531,'WebGUI',2,'mit genau dem Satz',1041629097,NULL); INSERT INTO international VALUES (530,'WebGUI',2,'mit all diesen Wörtern',1041629067,NULL); INSERT INTO international VALUES (433,'WebGUI',2,'Benutzeragent',1041632120,NULL); INSERT INTO international VALUES (53,'USS',2,'Layout',1040650113,NULL); INSERT INTO international VALUES (31,'Product',2,'Merkmale',1041626214,NULL); INSERT INTO international VALUES (53,'Product',2,'Vorzug bearbeiten',1041622227,NULL); INSERT INTO international VALUES (30,'Product',2,'Eigenschaften',1040648485,NULL); INSERT INTO international VALUES (3,'DataForm',2,'Vielen Dank für Ihren Beitrag!',1040645407,NULL); INSERT INTO international VALUES (29,'Product',2,'Einheiten',1040647667,NULL); INSERT INTO international VALUES (28,'Product',2,'Weitere Merkmale hinzufügen?',1041626195,NULL); INSERT INTO international VALUES (3,'Product',2,'Sind Sie sicher, dass Sie diese Eigenschaft löschen möchten?',1040648288,NULL); INSERT INTO international VALUES (32,'Product',2,'Zubehör',1040648494,NULL); INSERT INTO international VALUES (33,'Product',2,'Verwandte Produkte',1040648504,NULL); INSERT INTO international VALUES (34,'Product',2,'Eine Eigenschaft hinzufügen.',1040648518,NULL); INSERT INTO international VALUES (61,'USS',2,'Benutzerbeitragssystem, Hinzufügen/Bearbeiten',1067896951,NULL); INSERT INTO international VALUES (61,'SiteMap',2,'SiteMap, Hinzufügen/Bearbeiten',1067897277,NULL); INSERT INTO international VALUES (61,'SQLReport',2,'SQL Report, Hinzufügen/Bearbeiten',1067897500,NULL); INSERT INTO international VALUES (61,'Poll',2,'Abstimmung, Hinzufügen/Bearbeiten',1067896929,NULL); INSERT INTO international VALUES (61,'MessageBoard',2,'Diskussionsforum, Hinzufügen/Bearbeiten',1067896907,NULL); INSERT INTO international VALUES (61,'LinkList',2,'Linkliste, Hinzufügen/Bearbeiten',1067897323,NULL); INSERT INTO international VALUES (61,'Item',2,'Textelement, Hinzufügen/Bearbeiten',1067897308,NULL); INSERT INTO international VALUES (61,'FAQ',2,'FAQ, Hinzufügen/Bearbeiten',1067897214,NULL); INSERT INTO international VALUES (61,'ExtraColumn',2,'Zusätzliche Spalte, Hinzufügen/Bearbeiten',1067897110,NULL); INSERT INTO international VALUES (61,'EventsCalendar',2,'Ereigniskalender, Hinzufügen/Bearbeiten',1067897194,NULL); INSERT INTO international VALUES (61,'FileManager',2,'Download Manager, Hinzufügen/Bearbeiten',1067897288,NULL); INSERT INTO international VALUES (61,'Article',2,'Artikel, Hinzufügen/Bearbeiten',1067896840,NULL); INSERT INTO international VALUES (61,'DataForm',2,'DataForm, Hinzufügen/Bearbeiten',1067897162,NULL); INSERT INTO international VALUES (60,'Product',2,'Template',1040405867,NULL); INSERT INTO international VALUES (6,'Product',2,'Produkt bearbeiten',1040648932,NULL); INSERT INTO international VALUES (6,'DataForm',2,'veränderbar',1054537854,NULL); INSERT INTO international VALUES (6,'Item',2,'Textelement bearbeiten',1040644948,NULL); INSERT INTO international VALUES (597,'WebGUI',2,'Übersetzung bearbeiten',1041630007,NULL); INSERT INTO international VALUES (596,'WebGUI',2,'fehlende Übersetzung',1041629999,NULL); INSERT INTO international VALUES (598,'WebGUI',2,'Sprache bearbeiten',1041630015,NULL); INSERT INTO international VALUES (594,'WebGUI',2,'Übersetzen',1041629979,NULL); INSERT INTO international VALUES (593,'WebGUI',2,'Übersetzung übermitteln.',1040398176,NULL); INSERT INTO international VALUES (592,'WebGUI',2,'Zeichensatz',1041629971,NULL); INSERT INTO international VALUES (591,'WebGUI',2,'Sprache',1041629963,NULL); INSERT INTO international VALUES (590,'WebGUI',2,'ID der Sprache',1041629955,NULL); INSERT INTO international VALUES (595,'WebGUI',2,'Übersetzungen',1041629989,NULL); INSERT INTO international VALUES (59,'Product',2,'Name',1040648917,NULL); INSERT INTO international VALUES (589,'WebGUI',2,'Sprache bearbeiten',1041629931,NULL); INSERT INTO international VALUES (588,'WebGUI',2,'Sind Sie sicher, dass Sie diese Übersetzung an Plain Black zur Einbeziehung in die Standardverteilung übermitteln möchten?\r\nWenn Sie den \'Ja\'-Link anklicken, erklären Sie sich damit einverstanden, dass Sie Plain Black eine unbeschränkte Lizenz zur Verwendung der Übersetzung in seiner Softwareverteilung geben.',1040648165,NULL); INSERT INTO international VALUES (587,'WebGUI',2,'Sind Sie sicher, dass Sie diese Sprache und somit auch alle damit verbundenen sprachspezifischen Nachrichten und damit auch die Hilfenachrichten löschen möchten?',1040648130,NULL); INSERT INTO international VALUES (586,'WebGUI',2,'Sprachen verwalten',1041629914,NULL); INSERT INTO international VALUES (585,'WebGUI',2,' Verwalten: Übersetzungen',1066911868,NULL); INSERT INTO international VALUES (584,'WebGUI',2,'Neue Sprache hinzufügen.',1040398571,NULL); INSERT INTO international VALUES (35,'Product',2,'Merkmal hinzufügen',1041626240,NULL); INSERT INTO international VALUES (654,'WebGUI',2,'Style, Löschen',1067897739,NULL); INSERT INTO international VALUES (581,'WebGUI',2,'neuen Wert hinzufügen',1041629849,NULL); INSERT INTO international VALUES (642,'WebGUI',2,'Seite, Hinzufügen/Bearbeiten',1067896964,NULL); INSERT INTO international VALUES (62,'Product',2,'Produkt Template',1067897516,NULL); INSERT INTO international VALUES (62,'DataForm',2,'DataForm Felder, Hinzufügen/Bearbeiten',1067897180,NULL); INSERT INTO international VALUES (605,'WebGUI',2,'Gruppen hinzufügen',1041630023,NULL); INSERT INTO international VALUES (59,'USS',2,'nächster Beitrag',1040650142,NULL); INSERT INTO international VALUES (583,'WebGUI',2,'maximale Grösse einer Grafik',1058171379,NULL); INSERT INTO international VALUES (582,'WebGUI',2,'freilassen',1041629858,NULL); INSERT INTO international VALUES (580,'WebGUI',2,'Ihre Nachricht wurde abgelehnt.',1041629841,NULL); INSERT INTO international VALUES (58,'USS',2,'vorheriger Beitrag',1040650131,NULL); INSERT INTO international VALUES (58,'Product',2,'Produkt Template bearbeiten',1040648907,NULL); INSERT INTO international VALUES (579,'WebGUI',2,'Ihre Nachricht wurde akzeptiert.',1041629829,NULL); INSERT INTO international VALUES (576,'WebGUI',2,'Löschen',1041629766,NULL); INSERT INTO international VALUES (575,'WebGUI',2,'Bearbeiten',1041629690,NULL); INSERT INTO international VALUES (57,'USS',2,'Antworten',1040650122,NULL); INSERT INTO international VALUES (57,'Product',2,'Sind Sie sicher, dass Sie dieses Template löschen und alle Produkte, die dieses benutzen, auf das Standardtemplate setzen möchten?',1041631321,NULL); INSERT INTO international VALUES (56,'Product',2,'Ein Produkt Template hinzufügen.',1040648893,NULL); INSERT INTO international VALUES (557,'WebGUI',2,'Beschreibung',1045497414,NULL); INSERT INTO international VALUES (556,'WebGUI',2,'Menge',1041633738,NULL); INSERT INTO international VALUES (553,'WebGUI',2,'Status',1041629314,NULL); INSERT INTO international VALUES (529,'WebGUI',2,'Ergebnisse pro Seite',1067276094,NULL); INSERT INTO international VALUES (588,'WebGUI',1,'Are you certain you wish to submit this translation to Plain Black for inclusion in the official distribution of WebGUI? By clicking on the yes link you understand that you\'re giving Plain Black an unlimited license to use the translation in its software distributions.',1031514630,NULL); INSERT INTO international VALUES (593,'WebGUI',1,'Submit this translation.',1036970850,NULL); INSERT INTO international VALUES (594,'WebGUI',1,'Translate messages.',1031514314,NULL); INSERT INTO international VALUES (61,'USS',1,'User Submission System, Add/Edit',1047859664,NULL); INSERT INTO international VALUES (71,'USS',1,'User Submission Systems are a great way to add a sense of community to any site as well as get free content from your users.\r\n

\r\n\r\nMain Template
\r\nChoose a layout for this USS.\r\n

\r\n\r\n\r\nFilter Content
\r\nSelect the level of content filtering you wish to perform on all submitted content.\r\n

\r\n\r\nSubmission Template
\r\nChoose a layout for the individual submissions.\r\n

\r\n\r\nWho can approve?
\r\nWhat group is allowed to approve and deny content?\r\n

\r\n\r\nWho can contribute?
\r\nWhat group is allowed to contribute content?\r\n

\r\n\r\nSubmissions Per Page
\r\nHow many submissions should be listed per page in the submissions index?\r\n

\r\n\r\nSort By
\r\nThe field to sort the submission list by.\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

    \r\n
  1. Från administrationsmenyn väljer du \"Hantera paket\"
  2. \r\n
  3. Lägg till en sida och ge den ett namn. Namnet på sidan kommer också ge namn till paketet.
  4. \r\n
  5. Gå till den nya sidan du skapade och lägg till sidor och wobjects. Alla sidor och wobjects du skapar kommer skapas på nytt när du driftsätter paketet.
  6. \r\n
\r\n\r\nNote: För att lägga till, redigera eller ta bort paket måste du vara medlem i pakethantereringsgruppen eller administratörsgruppen. \r\n\r\nOm du lägger till innehåll i wobjects kommer dessa automatiskt att kopieras över till nya paket.\r\n\r\nPrivilegier och stilar på sidor i paketet kommer inte kopieras när paketet tas i drift. Istället kommer sidorna få ärva rättigheter och stil beroende på platsen de läggs på.',1032252658,NULL); INSERT INTO international VALUES (635,'WebGUI',6,'Paket är grupper av sidor och wobjects som är förvalda att sättas i drift tillsammans, som en enhet. En pakethanterare kan se nyttan att skapa ett paket med ett flertal sidor med funktioner som meddelandeforum, FAQ, röstning, eftersom detta görs ganska ofta. Paket används ofta för att minska problem med upprepande jobb.\r\n\r\nEtt paket som många användare skapar är Sida/Artikel-paket. Det är ofta så att du lägger till en sida och därefter en artikel för innehåll. Istället för att gå alla steg för att skapa en sida, gå till sidan och sedan lägga till en artikel till sidan kan du skapa ett paket för att göra alla steg på en gång.',1032251795,NULL); INSERT INTO international VALUES (634,'WebGUI',6,'Standard startsida\r\nMånga små webbplatser har inte en dedikerad startsida utan använder en av deras underliggande sidor som \"Om oss\" eller \"Företagsinformation\". På grund av detta kan du själv sätta startsidan till vilken sida som helst inom webbplatsen. Det är den sidan besökarna kommer till om de skriver in http://www.minwebplats.nu eller om de klickar på en länk genererad av ^H; macrot.\r\n\r\nNot Found sida\r\nOm en sida som besökaren efterfrågar inte finns i systemet kan användaren bli omdirigerad till startsidan eller till en felsida där de kan försöka hitta det de letar efter. Du väljer själv hur du tror dina besökare vill ha det.\r\n\r\nDokumenttypsdeklaration\r\nIdag finns det en mängd olika webbläsare som kan besöka din webbplats. Även automatiserade webbläsare som sökmotorssprindlar. Många webbläsare vill veta vilken typ av dokument du skickar och i dokumenttypsdeklarationen kan du skriva ut just detta. Som standard genererar WebGUI HTML 4.0 innehåll.\r\n\r\nLägg till redigeringsmärkning på inlägg\r\nVanligtvis när en användare redigerar ett inlägg på ett meddelandeforum så läggs det till en märkning som visar vem som redigerade och vilken tid. På vissa webbplatser är sån information inte viktig och kan därför stängas av här.\r\n\r\nFiltrera bidragen HTML\r\nOm du har en publik webbplats där vem som helst kan posta meddelanden till meddelandeforum och dylikt så är det ofta en god idé att filtrera deras innehåll från \"elak\" data. Elak data kan vara sånt som hindrar eller försvårar för andra besökare att besöka din webbplats och ta del av dess innehåll. Använd detta val för att välja en filtreringsnivå.\r\n\r\nMaximal bilagestorlek\r\nStorlek (i kilobyte) för maximal bilaga.\r\n\r\nMaximal bildstorlek\r\nOm bilder laddas upp till din webbplats som är större än maximal bildstorlek kommer dessa att skalas ner. Bildstorleken mäts i pixlar och använder den längsta sidan på bilden för att avgöra om gränsen är nådd.\r\n\r\nMiniatyrbildsstorlek\r\nNär bilder laddas upp till webbplatsen kommer det automatiskt att skapas miniatyrbilder av dessa i storleken du väljer här. Storleken mäts i pixlar och den längsta sidan kommer aldrig vara större än du anger här.\r\n\r\nTextområde, antal rader\r\nVissa webbplatser vill kontrollera storleken på formulär som WebGUI genererar. Det är just vad du kan göra här. Välj hur många rader text som skall visas.\r\n\r\nTextområde, antal kolumner\r\nPrecis som innan, fast här väljer du antal tecken på varje rad (kolumner).\r\n\r\nTextrutestorlek\r\nSamma som ovan, fast med textrutor.\r\n\r\nEditor att använda\r\nWebGUI har en mycket sofistikerad \"Rich Editor\" som låter användare formatera innehåll som i Microsoft Word, eller annan likvärdig ordbehandlare. För att använda den funktionalliteten väljer du \"Inbyggd redigerare\". Vissa webbplatser kan ha behov av en mer komplett redigerare med stöd för saker som rättstavning osv. Därför kan du installera en tredjeparts editor som heter Real Objects Edit-On Pro®. Efter den är installerad kan du ändra det här valet. Vill du ha mer detaljerade instruktioner på hur du integrerar Edit-On Pro® kan du hitta information i online-boken \"Ruling WebGUI\".',1032251553,NULL); INSERT INTO international VALUES (633,'WebGUI',6,'För att uttrycka det enkelt så är rötter hemsidor utan föräldrar (utan ovanliggande sidor). Den viktigaste sidan i WebGUI är helt klart \"Hem\"-sidan. Många människor kommer aldrig att lägga till fler rötter till sina hemsidor och det går helt klart att klara sig med en rot. Vissa skapar rötter för innehållshanterare, eller kanske en gömt område för administrationsverktig. ',1032189185,NULL); INSERT INTO international VALUES (632,'WebGUI',6,'Du kan lägga till wobjects genom att välja Lägg till innehåll... från menyn längst upp på sidan (adminstrationsmenyn). Du kan redigera dom genom att klicka på Redigera-knappen som finns strax över wobjectet du vill redigera.\r\n\r\nNästan alla wobject delar på vissa egenskaper:\r\n\r\nWobject-ID\r\nDetta är en unik identifierare för ett wobject. Normalt behöver inte användare bry sig om detta, men avancerade användare kan använda id-numret för SQL-rapporter och annat.\r\n\r\nTitel\r\nTitel på wobject. Detta visas vanligtvis ovanför varje wobject.\r\n\r\nNote: Du ska alltid välja en titel även om du inte ska visa den eftersom det är genom titeln du kan identifiera innehåll i skräpkorgen och klippbordet.\r\n\r\nVisa titel?\r\nVill du visa titeln du valt? Detta är inte nödvändigt på alla webbplatser.\r\n\r\nKör macros?\r\nVill du köra macros på innehållet i detta wobject? Ibland vill du göra detta, men vet du om att du inte har macros i texten eller på andra ställen i ditt wobject så kan du stänga av denna funktionen för att sidorna ska laddas snabbare.\r\n\r\nMallposition\r\nMallpositionen varierar mellan 0 (null) och uppåt. Hur många som finns beror på vilken mall som används på sidan. Standardmallen har bara en position, andra kan ha fler. Genom att välja en mallposition så väljer du var på mallen du vill att wobjectet skall hamna.\r\n\r\nStartdatum\r\nPå vilket datum ska innehållet visas för användaren? Innan detta datum kommer objektet bara vara synligt för innehållshanterare.\r\n\r\nSlutdatum\r\nVilket datum ska sidan inte längre vara synlig för användarna. Efter detta datum kommer objektet bara vara synligt för innehållshanterarna.\r\n\r\nBeskrivning\r\nEtt innehållsområde som du kan fylla med valfritt område. Till exempel kan en förklaring av vad en FAQ är i början på en FAQ vara en bra idé.',1032187841,NULL); INSERT INTO international VALUES (790,'WebGUI/Profile',1,'Delete this profile category.',1036964807,NULL); INSERT INTO international VALUES (789,'WebGUI/Profile',1,'Edit this profile category.',1036964795,NULL); INSERT INTO international VALUES (788,'WebGUI/Profile',1,'Delete this profile field.',1036964681,NULL); INSERT INTO international VALUES (787,'WebGUI/Profile',1,'Edit this profile field.',1036964659,NULL); INSERT INTO international VALUES (791,'WebGUI',1,'Delete this translation.',1036970806,NULL); INSERT INTO international VALUES (802,'WebGUI',1,'WebGUI is not currently tracking page statistics. You can enable this feature in the settings.',1036979395,NULL); INSERT INTO international VALUES (801,'WebGUI',1,'Wobject Interactions',1036978843,NULL); INSERT INTO international VALUES (630,'WebGUI',6,'WebGUI har en liten men pålitlig sökmotor inbyggt. Vill du använda den interna sökmotor använder du ^?; macrot eller genom att lägg till ?op=search på slutet på varje URL, eller göra din egen sida för att komma åt den.\r\n\r\nMånga installationer behöver en sökmotor för att indexera deras WebGUI webbplats eller har krav på funktioner som inte WebGUI\'s sökmotor stödjer. För dessa rekommenderar vi MnoGo Search eller ht://Dig.',1032185821,NULL); INSERT INTO international VALUES (629,'WebGUI',6,'Förhindra proxy-cachning\r\nVisa företag har proxy-servrar som kan orsaka problem med WebGUI. Om du märker att du får problem med WebGUI, så som att sidor inte uppdateras som dom ska, och du har en proxy-server så kan du ställa det här alternativet till Ja. WebGUI kommer inte vara lika användarvänlig när du slår på den här funktionen.\r\n\r\nVid kritiskt fel\r\nVad vill du göra om ett kritiskt fel uppstår. Det kan vara en säkerhetsrisk att visa felsökningsinformation, men du kan visa det så länge systemet är i utveckling.',1032185342,NULL); INSERT INTO international VALUES (56,'Survey',1,'View comments.',1037555787,NULL); INSERT INTO international VALUES (55,'Survey',1,'View responses.',1037555778,NULL); INSERT INTO international VALUES (54,'Survey',1,'Percentage',1037555267,NULL); INSERT INTO international VALUES (53,'Survey',1,'Responses',1037555255,NULL); INSERT INTO international VALUES (627,'WebGUI',6,'Profiler används för att spara utökad information om en användare. I vissa fall kan profiler vara nödvändiga för en webbplast, ibland inte. Profilsystemet är fullständigt utbyggbart med ny fält och grupperingar. Du kan lägg till så mycket information du vill om en användare.',1032184553,NULL); INSERT INTO international VALUES (626,'WebGUI',6,'Wobjects (tidigare kända som Widgets) är själva styrkan i WebGUI. Wobjects är små applikationer som går att plugga in i WebGUI. Meddelandeforum och röstningar är två exempel på wobjects.\r\n\r\nFör att läagg till ett wobject till en sida så går du först till den sidan du vill att wobjecten ska synas på. Därefter väljer du Lägg till innehåll... från menyn längst upp på skärmen. Varje wobject har sin egen hjälp-sida, så är det något du behöver hjälp med så är det där du börjar leta.\r\n\r\nStilmallar: Alla wobjects har en stilmallsklass och ID kopplat till sig.\r\n\r\nStilmallsklassen har order \"wobject\" i början plus vilken typ av wobject det är. Så för en röstning skulle stilmallen blir \"wobjectRöstning\". Stilen gäller för samtliga wobject av den typen på hela webbplatsen.\r\n\r\nStilmalls id kan användas för att bara påverka ett viss wobject med en stilmallsklass. Formatet ska vara \"wobjectId\" plus Id för objektet i fråga. Om du har en artikel med wobject-id 94 så ska en stilmallsklass se ut såhär: \"wobjectId94\". Detta påverkar bara wobject med rätt id-nummer.\r\n',1032184320,NULL); INSERT INTO international VALUES (625,'WebGUI',6,'Namn\r\nEn etikett för denna bild som kommer användas för att hämta bilden från andra sidor.\r\n\r\nFil\r\nVälj en fil från din lokala hårddisk för uppladdning till servern.\r\n\r\nParametrar\r\nLägg till så många HTML img-tagg parametrar som du vill ha för denna bild.\r\n\r\nExempel:\r\nalign=\"right\"\r\nalt=\"Bild på hunden\"',1032183285,NULL); INSERT INTO international VALUES (624,'WebGUI',6,'WebGUI macros används för att skapa dynamiskt innehåll bland statiskt innehåll. Till exempel så kan användarnamnet för inloggad användare visas på varje sida.\r\n\r\nMacros börjar alltid med \"^\", följs alltid med minst ett tecken och avslutas alltid med \";\". Vissa macron kan konfigureras genom att man lägger in en parameter. Ett vanlig macro kan skrivas: ^x; men med en paramater ser det ut som: ^x(\"parameter, vad du vill\");\r\n\r\nHär följer en beskrivning av samtliga macron i WebGUI.\r\n\r\n^a; eller ^a(); - Mitt konto-länk\r\nEn länk för att se din kontoinformation. Du kan ändra länktexten genom att skriva macrot som ^a(\"Kontoinformation\");.\r\n\r\nNote: Du kan använda specialparametern linkonly (^a(linkonly)) för att bara skapa en URL till kontosidan och inget mer. .myAccountLink stilmallen är knuten till detta macro.\r\n\r\n^AdminBar;\r!\n\nPlacerar administrativa menyn på sidan. Detta är ett obligatoriskt macro i \"body\"-delen av stilhanteraren.\r\n\r\n^AdminText();\r\nVisar ett litet textmeddelande om en användare är i administrationsläge. Exempel: ^AdminText(\"Du är nu i administrationsläge\");.\r\n\r\n^AdminToggle; eller ^AdminToggle();\r\nPlacerar en länk på sidan som bara är synlig för innehållshanterare och administratörer. Länken sätter på/stänger av administrationsläget. Du kan även välja andra namn på länkarna genom att skriva ^AdminToggle(\"Redigera\",\"Visa\");.\r\n\r\n^C; eller ^C(); - Vägspårning\r\nVisar vilken väg man gått genom webbplatsen i en hierarkisk struktur. Du kan själv välja vilken avgrönsare du vill ha mellan de olika sidorna genom att skriva ^C(::). Standard avgränsare är \">\". \r\n\r\nNote: .crumbTrail stilklass anger hur den ser ut.\r\n\r\n^c; - Företagsnamn\r\nNamnet på ditt företag, angett av administratören.\r\n\r\n^D; eller ^D(); - Datum\r\nT!\nid just nu.\r\n\r\nDu kan själv välja datumformat genom att använda vissa symboler. ^D(\"%c %D, %y\"); skulle generera September 26, 2001. Följande format och symboler finns tillgängliga: \r\n\r\n%% % \r\n%y 4-siffrigt årtal\r\n%Y 2-siffrigt årtal\r\n%m 2-siffrig månad\r\n%M månad\r\n%c månadsnamn\r\n%d 2-siffrig månadsdag\r\n%D månadsdag\r\n%w namn på veckodag\r\n%h 2-siffrig klocka bas 12 timmar\r\n%H klocka bas 12 timmar\r\n%j 2-siffrig klocka bas 24 timmar\r\n%J klocka bas 12 timmar\r\n%p gemen am/pm\r\n%P versal AM/PM\r\n%z användarinställt datumformat\r\n%Z användarinställt tidsformat\r\n\r\n^e; - Företagets e-postadress\r\nE-postadressen som inställd av adminstratören.\r\n\r\n^Env();\r\nAnvänds för att visa serverns variabler. Du kan se alla serverns variabler genom att gå till \"www.dinwebplats.tld/env.pl\". Macrot ska skrivas som ^Env(\"REMOTE_ADDR\");.\r\n\r\n^Execute();\r\nTillåter innehållshanterare eller administratör att köra ett externt program.!\n Används vanligtvis som ^Execute(\"/this/file.sh\").\r\n\r\n^Extras;\r\nReturnera sökvägen till WebGUI \"extras\" mapp som innehåller saker som WebGUI ikoner.\r\n\r\n^FlexMenu;\r\nSkapar en expanderbar meny. Fungerar ungerfär som trädstrukturen i Utforskaren på en Windows-dator.\r\n\r\n^FormParam();\r\nAnvänds oftast för att skapa dynamiska frågor genom SQL-rapporter. Genom att använda det här macrot kan du få värdet från valfritt formulärfält bara genom att använda fältets namn. Exempel: ^FormParam(\"telefonnummer\"); \r\n\r\n^GroupText();\r\nVisar en kort text för användare som är medlemmar i en specifik grupp. Exempel: ^GroupText(\"Visitors\",\"Du behöver ett konto för att använda den här webbplatsen!\"); \r\n\r\n^H; or ^H(); - Home Link\r\nEn länk till webbplatsens förstasida. Du kan själv välja länktexten genom att skicka med den som en parameter. Exempel: ^H(\"Hem\");. \r\n\r\nNote: Du kan även skriva ^H(linkonly); för att bara få en URL t!\nill förstasidan. .homeLink stilklassen används för att ändra utseende på länken.\r\n\r\n^I(); - Bild-tagg från bildhanteraren\r\nReturnerar en image-tag (HTML) till en bild definierad i bildhanteraren. Välj vilken bild du vill ha genom att skicka namnet som parameter. Exempel: ^I(\"bildnamn\");. \r\n\r\n^i(); - Image Manager Image Path\r\nReturnera sökvägen till en bild som är uppladdad via bildhanteraren. Välj vilken bild du vill ha sökvägen till genom att skicka namnet som parameter. Exempel: ^i(\"bildnamn\");.\r\n\r\n^Include();\r\nLåter administratör eller innehållshanterare att inkludera filer från lokala filsystemet i HTML-dokumenten. Skicka dokumentets plats som parameter. Exempel: ^Include(\"/denna/filen.html\"); \r\n\r\n^L; or ^L(); - Login\r\nEtt litet inloggningsformulär. Du kan bestämma hur bred rutan ska vara och även ett meddelande som ska visas efter användaren loggat in. För att bestämma storleken så skriver man: ^L(20);. För att skriva !\nett meddelande som visas för användaren så skriver man: ^L(20,Hej ^a(^@;);. Klicka %here% om du vill logga ut!) \r\n\r\nNote: .loginBox stilklassen bestämmer utseendet.\r\n\r\n^LoginToggle; or ^LoginToggle();\r\nVisar ett \"Logga in\"- eller \"Logga ut\"-meddelande beroende på om man är ut- eller inloggad. Du kan även välja andra texter genom att skriva såhär: ^LoginToggle(\"Klicka här för att logga in.\",\"Klicka här för att logga ut.\"); \r\n\r\n^M; or ^M(); - Nuvarande meny (vertikal)\r\nEn vertikal meny som visar de underalternativ som finns tillgängliga från nuvarande sida och neråt. Som standard så visar den bara de menyalternativ som leder ner en nivå, men du kan själv välja hur många nivåer ner som ska visas. För att gå tre nivåer ner kan du skriva såhär: ^M(3);. Byter du 3\'an mot en 0\'a (noll) så visas hela webbplatsens undersidor.\r\n\r\n^m; - Nuvarande meny (horisontell)\r\nEn horisontell meny som innehåller undersidorna räknat från nuvarande!\n nivå. Du kan själv välja en avgränsare genom att skriva ^m(:--:);. Standard avgränsare är ·. \r\n\r\n^P; or ^P(); - Tidigare meny (vertikal)\r\nEn vertikal meny som innehåller länkar till sidorna innan nuvarande nivå. Som standard så visar den bara de menyalternativ som leder ner en nivå, men du kan själv välja hur många nivåer ner som ska visas. För att gå tre nivåer ner kan du skriva såhär: ^P(3);. Byter du 3\'an mot en 0\'a (noll) så visas hela webbplatsens undersidor.\r\n\r\n^p; - Tidigare meny (horisontell)\r\nEn horisontell meny som innehåller länkar till sidorna innan nuvarande nivå. Du kan själv välja en avgränsare genom att skriva ^m(:--:);. Standard avgränsare är ·. \r\n\r\n^Page();\r\nKan användas för att hämta information om aktuell sida. Till exempel så kan macrot användas för att hämta sidans URL såhär: ^Page(\"urlizedTitle\"); eller sidans title såhär: ^Page(\"menuTitle\");. \r\n\r\n^PageTitle;\r\nVisar titeln på aktuell sida.\r\n\r\nNote:
Om du använder administratörsfunktioner eller \"indepth\"-funktioner i wobjects så kommer sidans titel bli en länk som tar dig tillbaka till sidan.\r\n\r\n^r; or ^r(); - Utskriftsbar version\r\nSkapar en länk som visar aktuell sida, men med annan design. Du kan ändra text på länken genom att skriva såhär: ^r(\"Skriv ut\");. \r\n\r\nNär en användare klickar på länken kommer sidans stil att bytas ut mot \"Make Page Printable\"-stilen i stilhanteraren. Detta kan dock ändras till vilken stil som helst genom att skicka med stilen som paramter. Exempel: ^r(\"Print!\",\"WebGUI\");. Utrskriftssidan kommer då få WebGUI-stilen.\r\n\r\nNote: Du kan även använda specialmacrot ^r(linkonly); för att få en URL till utskriftsbar version. .makePrintableLink stilmallen bestämmer utseende på länken.\r\n\r\n^rootmenu; eller ^rootmenu(); (horisontell)\r\nSkapar en horisontell meny med rötterna i WebGUI (förutom system-menyer). Du kan välja menyavgränsare genom att skriva s!\nåhär: ^rootmenu(|); \r\n\r\n^RootTitle;\r\nReturnerar titlen på roten till nuvarande sida. Till exempel är roten till WebGUI \"Hem\"-sidan\r\nAvancerade sidor kan ha flera rötter och behöver således ett sätt att beskriva för användaren vilken rot denna befinner sig i.\r\n\r\n^S(); - Specifik undermeny (vertikal)\r\nDetta macro ger dig en vertikal undermeny från vilken sida som helst. Undermenyn startar från sidan du anger som parameter till macrot. Till exempel kan du få en undermeny till alla sidor under \"Hem\" genom att skriva ^S(\"hem\",0);. Det första värdet är URL\'iserade titeln av sidan och den andra paramtern är hur djup du vill att trädstrukturen ska vara. Standardinställningen är att bara visa en nivå. För att gå tre nivåer ner skriver du: ^S(\"hem\",3);. \r\n\r\n^s(); - Specifik undermeny (horisontell)\r\nDetta macro ger dig en horisontell undermeny från vilken sida som helst. Undermenyn startar från sidan du anger som parameter till macrot. Till exe!\nmpel kan du få en undermeny till alla sidor under \"Hem\" genom att skriva ^s(\"hem\");. Parametern är den URL\'iserade titeln av sidan. Du kan även själv välja en avgränsare genom att skriva ^s(\"hem\", \":--:\");. Standard avgränsare är ·. \r\n\r\n^SQL();\r\nEn en-rads-SQL-rapport. Ibland vill bara bara ha lite snabba data från databasen och då kan du använda detta macro. Det här macrot kan också användas för att utöka ett. Detta macro använder de numeriska macrona (^0; ^1; ^2; etc) för att positionera data. Macrot ^rownum; för att få fram radnummer kan också användas här. Exempel:\r\n\r\n^SQL(\"select count(*) from users\",\"Det finns ^0; användare på det här systemet.\"); \r\n\r\n^SQL(\"select userId,username from users order by username\",\"^1;
\"); \r\n\r\n^Synopsis; eller ^Synopsis(); Meny\r\nDetta macro ger dig en undermeny till sidor under en viss sida, tillsammans med kort beskrivning av respektive länk. Du kan sätta ett !\nheltal som parameter för att välja hur många nivåer djup menyn ska vara.\r\n\r\nNotera: .synopsis_sub, .synopsis_summary, och .synopsis_title stilklasser används av detta macro. \r\n\r\n^T; eller ^T(); - Toppnivåmeny (vertikal)\r\nEn vertikal meny som innehåller alla huvudsidor på webbplatsen, dvs undersidor från hemsidan. Du kan själv välja hur djup du vill ha trädstrukturen genom att skriva ett heltal som parameter. Som standard visar den bara första nivån. För att gå ner tre nivåer skriver du ^T(3). Om du skickar \"0\" (noll) så kommer hela webbplatsen trädstruktur visas. \r\n\r\n^t; - Toppnivåmeny (horisontell)\r\nEn vertikal meny som innehåller alla huvudsidor på webbplatsen, dvs undersidor från hemsidan. Du kan själv välja en avgränsare mellan sidnamnen genom att skriva ^t(:--:);. Standard avgränsare är ·. \r\n\r\n^Thumbnail();\r\nReturnerar en URL av en minitayrbild av en bild från bildhanteraren. Välj vilken bild du vill ha genom att skicka !\nmed namnet på bilden som parameter: ^Thumbnail(\"bildnamn\");. \r\n\r\n^ThumbnailLinker();\r\nDu kan använda detta macro för att enkelt göra en sida med skärmdumpar eller ett fotogalleri. Skicka med namnet på en bild i bildhanteraren som parameter till macrot: ^ThumbnailLinker(\"Min hund\"); och på sidan kommer det visas en miniatyrbild men länk under som länkar till bilden i full storlek.\r\n\r\n^u; - Företags-URL\r\nURL till ditt företag, som det är inställt av administratören.\r\n\r\n^URLEncode();\r\nDetta macro är mest användbart i SQL-rapporter, men kan självklart användas på andra ställen också. Macrot tar en sträng som parametera och kodar om den i URL-format så man kan använda den i just en URL. Så här kan du använda den: ^URLEncode(\"Detta är en sträng med tecken!\"); \r\n\r\n^User();\r\nAnvänd detta macro för att visa information om en användare från dennes kontouppgifter eller profil. Om du vill visa användaren dennes e-postadress skriver du:!\n ^User(\"email\");.\r\n\r\n^/; - System-URL\r\nURL till WebGUI-scriptet (exempel: /index.pl/). \r\n\r\n^\\; - Sid-URL\r\nURL till nuvarande sida (exempel: /index.pl/pagename).\r\n\r\n^@; - Användarnamn\r\nAnvändarnamnet på nu inloggad användare.\r\n\r\n^?; - Sök\r\nEn sökbox på sidan. Knuten till WebGUI\'s inbyggda sökmotor.\r\n\r\nNote: .searchBox stilklass används av detta macrot. \r\n\r\n^#; - Användar-ID\r\nAnvändar-ID för nu inloggad användare.\r\n\r\n^*; or ^*(); - Slumpmässigt nummer\r\nSlumpmässigt genererat nummer. Kan användas för att rotera banners eller andra typer av bilder. Du kan även välja högsta nummer för slumptalsfunktionen såhär: ^*(100) för att skapa ett slumptal mellan 0 och 100.\r\n\r\n^-;,^0;,^1;,^2;,^3;, etc.\r\nDessa macros är reserverade för system/wobject-specifika funktioner som i SQL-rapporten och Body i stilhanteraren.',1047895470,NULL); INSERT INTO international VALUES (623,'WebGUI',6,'Cascading Style Sheets (CSS) är ett väldigt bra sätt att hantera utseendet på webbplasen. CSS används mycket i WebGUI.\r\n\r\nOm du är obekant till hur man använder CSS kan RIT AB hjälpa dig med att skapa dessa. Alternativt kan du använda en CSS-redigerare som heter Top Style.\r\n\r\nFöljande lista på klasser används för att kontrollera utseendet på WebGUI:\r\n\r\nA\r\nLänkar.\r\n\r\nBODY\r\nSjälva dokumentets kropp.\r\n\r\nH1\r\nRubriker på webbplatsen (varje sida).\r\n\r\n.accountOptions\r\nLänkar som visas under inloggning och konto-uppdateringsformulär.\r\n\r\n.adminBar\r\nListen som finns längst upp på sidan när du är i administrationsläge.\r\n\r\n.content\r\nInnehållsdelen på samtliga sidor.\r\n\r\n.formDescription\r\nBeskrivningen av alla formulärfält.\r\n\r\n.formSubtext\r\nTexten som står inder vissa formulärfält.\r\n\r\n.highlight\r\nHur varje valt element ser ut, t.ex. för att markera vilket meddelande det är du tittar på i en lista.\r\n\r\n.horizontalMenu\r\nDen horisontella menyn (om du använder det macrot).\r\n\r\n.pagination\r\nFramåt- och Bakåt-länkarna som visas på sidor som är indelade i flera.\r\n\r\n.selectedMenuItem\r\nVisar vilken som är den aktuella sidan (sidan som visas nu) på samtliga meny-macron.\r\n\r\n.tableData\r\nRaderna på till exempel meddelandesystemet.\r\n\r\n.tableHeader\r\nÖversta raden på en tabell, i till exempel meddelandesystemet.\r\n\r\n.tableMenu\r\nMenyn för funktioner som på meddelandesystem.\r\n\r\n.verticalMenu\r\nDen vertikala menyn (om du använder den).\r\n\r\nNote: Vissa wobjects och macron har sina egna stilar som dokumenteras i deras respektive hjälpfiler.',1031919778,NULL); INSERT INTO international VALUES (622,'WebGUI',6,'Se Hantera grupper för en beskrivning av gruppering av funktioner och standardgrupper.\r\n\r\nGruppnamn\r\nNamnet på gruppen. Använd ett så beskrivande namn som möjligt.\r\n\r\nBeskrivning\r\nEn längre beskrivning av gruppen så att andra kan veta vad gruppen är avsedd för och vilka typer av användare som skall tillhöra den.\r\n\r\nBäst före\r\nHur lång tid kan en användare vara medlem i denna gruppen innan han tas bort från den? Detta är mycket användbart på webbplatser där man kan sälja medlemskap t.ex. årsvis.\r\n\r\nNote: Bäst-före kan ställas in individuellt på respektive användare.\r\n\r\nKarma-gräns\r\nOm du har karma påslaget så är detta en indikator på hur mycket karma användaren måste ha för att anses som medlem i gruppen.',1031918601,NULL); INSERT INTO international VALUES (621,'WebGUI',6,'I stilar kan du använda macros. Se Använd Macros för mer information.\r\n\r\nStilnamn\r\nEtt unikt namn som beskriver vad stilen ser ut som. Namnet påverkar inte hur stilen ser ut i övrigt.\r\n\r\nBody\r\nBodyn som är precis samma som body-taggen i HTML. Där kan du definiera hur hela sidan ser ut, inklusive navigering, logotyper, coppyright osv. Som minimum bör bodyn innehålla några macron som ^Adminbar; (för att visa administrationsmenyn) och ^-; (avdelare) macrot. ^-; visar var WebGUI kommer lägga webbplatsens innehåll.\r\n\r\nOm du behöver hjälp att skapa en design på din webbplats eller bara hjälp att skapa en stil i WebGUI är du välkommen att kontakta Plain Black Software.\r\n\r\nMånga lägger in WebGUI macros för att autmatiskt sköta navigeringen på webbplatsen och andra egenskaper.\r\n\r\nStilmall !\n(style sheet)\r\nHär lägger du dina stilmallsdefinitioner. Stilmallar används för att kontrollera färger, storlekar och andra egenskaper för de olika elementen på webbplatsen. Se Använd stilmallar för mer information.\r\n\r\nAvancerade användare: för att öka prestandan kan du skapa en extern stilmall och lägga på servern. För att länka till den skriver du:\r\n<link href=\"/webgui.css\" rel=\"stylesheet\" rev=\"stylesheet\" type=\"text/css\">',1047894158,NULL); INSERT INTO international VALUES (620,'WebGUI',6,'Som funktionen låter kommer du att ta bort en grupp och ta bort alla användarna från gruppen. Var försiktig så inte sidor som har gruppen som redigerare inte blir oredigeringsbara.\r\n\r\nSom alla borttagningsoperationer kommer du få bekräfta borttagningen. Svara Ja så kommer gruppen tas bort och det går inte att ångra sig. Svara du Nej kommer du tas till föregående sida.',1031917538,NULL); INSERT INTO international VALUES (619,'WebGUI',6,'Den här funktionen raderar valt wobject från sidan, utan möjlighet att ångra sig. Om du är osäker på om du vill ta bort detta innehåll kan du istället klippa ut det och låta det ligga i klippbordet tills dess du vill använda det igen eller är säker på att du vill ta bort det.\r\n\r\nPrecis som med alla borttagningsoperationer kommer du få bekräfta borttagninen. Välj Ja och objektet tas bort och kan inte bli återskapat. Välj Nej och du tas till sidan du var på tidigare.',1031917136,NULL); INSERT INTO international VALUES (618,'WebGUI',6,'\"Återhämta lösenord\"-meddelande\r\nMeddelande som skickas till användaren då personen använder \"återhämta lösenords\"-funktionen.\r\n\r\nSMTP server\r\nDetta är adressen till din lokala mailserver. Den behövs för alla wobject som använder e-post (som lösenordsåterhämningen).\r\n\r\nOm du kör sendmail på samma server som WebGUI kan du även skriva in sökvägen till ditt sendmail-program. På de flesta system ligger den i \"/usr/lib/sendmail\" eller \"/usr/sbin/sendmail\".',1031916978,NULL); INSERT INTO international VALUES (617,'WebGUI',6,'Inställningar för anpassning av WebGUI till dina förhållanden.\r\n\r\nRedigera företagsinformation\r\nInformation specifikt för företaget eller personen som kontrollerar installationen av WebGUI (ägare av webbplatsen).\r\n\r\nRedigera innehållsinställningar\r\nInställningar relaterat till innehåll och innehållshantering.\r\n\r\nRedigera e-postinställningar\r\nInställningar som rör e-post och liknande funktioner.\r\n\r\nRedigera övriga inställningar\r\nInställningar som inte platsar under någon av de andra grupperna.\r\n\r\nRedigera profilinställningar\r\nBestäm hur användarprofilerna ska se ut och vad användaren själv kan ändra.\r\n\r\nRedigera användarinställningar\r\nInställningar som berör användare (utöver profilinställningar), som autenciering och registreringsmöjligheter.',1031916710,NULL); INSERT INTO international VALUES (616,'WebGUI',6,'Sökväg till WebGUI Extras\r\nWebadressen till katalogen som innehåller WebGUI-bilder och JavaScript-filer.\r\n\r\nMaximal bilagsstorlek\r\nMaximal storlek på filer som laddas upp. Det gäller för samtliga wobjects som tillåter filuppladdning och bilder. Storleken mäts i kilobyte.\r\n\r\nMinatyrbildsstorlek\r\nStorleken på den längsta sidan av minityrbilder. Miniatyrvyen behåller proportionerna på bilden. Om du sätter detta värde till 100 och har en bild som är 400 pixlar bred, 200 pixlar hög så kommer miniatyrbilden bli 100 pixlar bred, 50 pixlar hög.\r\n\r\nNote: Miniatyrbilder skapas autmatiskt när bilder laddas upp.\r\n\r\nBilageplats, URL\r\nSökvägen från webbplatsen dit bifogade filer sparas.\r\n\r\nBilageplats, på servern\r\nDen lokala sökvägen till bilagor på servern. Kontrollera att webbservern har rättigheter att skriva till katalogen.',1031916437,NULL); INSERT INTO international VALUES (615,'WebGUI',6,'Grupper används för att fördela rättigheter och ansvarsområden i WebGUI-systemet. Till exempel så kanske du vill bygga en webbplats för ett skola. Varje klass kan få sin egen grupp med både elever och lärare. De kan därefter få sin egen sida att redigera som dom vill. Lärarna kan ligga i en egen grupp och ha mer rättigheter än eleverna.\r\n\r\nDet finns flera redan inbyggda grupper i WebGUI som har redan definierade betydelser. De följer:\r\n\r\nAdmins\r\nAdmins är personer med oinskränkt makt över systemet. Vanligtvis är det en till tre personer i denna gruppen som har ett övergripande ansvar för allt innehåll.\r\n\r\nInnehållshanterare\r\nInnehållshanterare är användare som har rättigheter att lägga till, redigera och ta bort innehåll från olika delar av webbplatsen. Innehållshanterarna ska inte som grupp användas för att dela ut rättigheter till specifika delar av webbplatsen, utan bara användas för att definiera vilka användare som har rättigheter att redigera sidor. Skapa individuella grupper för varje del av webbplatsen.\r\n\r\nAlla\r\nAlla är en magisk grupp som ingen läggs till i. Alla är alla. Om du vill ha en öppen webbplatsen för både besökare och användare ska du använda denna gruppen.\r\n\r\nPackethanterare\r\nAnvändare som har rättigheter att lägga till, redigera och ta bort paket med wobjects och sidor.\r\n\r\nRegistrerade användare\r\nNär användare läggs till systemet hamnar dom i denna gruppen. En användare ska bara tas bort från gruppen om deras konto ska tas bort eller om du vill straffa en bråkmakare.\r\n\r\nStilhanterare\r\nAnvändare som har rättighet att ändra på webbplatsens stilar. Denna rättighet innebär inte att de kan ändra rättigheter på sidor, utan bara definiera de rättigheter som kan användas.\r\n\r\nMallhanterare\r\nAnvändare som har rättighet att ändra mallarna på webbplatsen.\r\n\r\nBesökare\r\nEn besökare är en användare som inte loggat in ännu. Om du vill straffa en användare kan du ta bort personen från Registrerade användare och lägga in honom i denna gruppen istället.',1031911632,NULL); INSERT INTO international VALUES (614,'WebGUI',6,'Stilar används för att hantera det visuella i WebGUI-sidor. Du kan ha obegränsat med stilar och endast din fantasi sätter gränserna. \r\n\r\nDet finns ett flertal stilar inbyggda i WebGUI. De första av dessa används av WebGUI och bör inte ändras eller tas bort. De sista är exempel-stilar som du kan experimentera med fritt.\r\n\r\nKlippbord\r\nDen här stilen används i klippbords-systemet.\r\n\r\nFelsäker\r\nOm du tar bort en stil som används av sidor kommer de istället att få denna stilen. Vit bakgrund och enkel navigering.\r\n\r\nGör sidor utskriftsbara\r\nDen här stilen används om du placerar ett ^r; macro på någon annan sida och användaren klicka på den. Den här stilen ska vara en enkel stil utan mycket grafik för att passa skrivare.\r\n\r\nPacket\r\nDen här stilen används av packethanteringssystemet.\r\n\r\nSkräpkorg\r\nDen här stilen används för att hantera skräp (borttagna wobjects).\r\n\r\n
\r\n\r\nDemostil\r\nDetta är en demonstration som använder en mall från www.freewebtemplates.com.\r\n\r\nPlain Black Software (black) & (white)\r\nDessa designer används av Plain Black webbplats.\r\n\r\nYahoo!®\r\nDesign använd av Yahoo!.\r\n\r\nWebGUI\r\nEnkel WebGUI-design.\r\n\r\nWebGUI 4.0\r\nVid version 4 kom den nya designen och har ersatt den gamla som bara heter WebGUI.',1031910524,NULL); INSERT INTO international VALUES (613,'WebGUI',6,'Användare är konton i som tillåts göra olika saker. Det finns två standard-användare i systemet: Admin och Visitor.\r\n\r\nAdmin\r\nAdmin är precis som det låter, en administratör. Har obegränsade rättigheter och kan göra allt som går.\r\n\r\nVisitor\r\nBesökskontot. Inga rättigheter alls, förrutom att titta på sidor. Alla användare som inte är inloggade får identiteten Visitor.\r\n\r\nLägg till ny användare\r\nKlicka här för att lägga till en ny användare.\r\n\r\nSök\r\nDu kan söka i användarlistan baserat på användarnamn och e-postadress. ',1031909288,NULL); INSERT INTO international VALUES (612,'WebGUI',6,'Det finns egentligen ingen anledning att ta bort en användare. Vill du låsa ut en person kan du helt enkelt ändra deras lösenord. Om du är helt säker på att du vill ta bort en användare bör du tänka på konsekvenserna. Om du tar bort en användare så kommer innehåll de bidragit med på webbplatsen att finnas kvar, men om andra användare försöker titta på användarens profil kommer de att få ett felmeddelande. Om den borttagna användaren återvänder till webbplatsen och vill komma åt och ändra sina gamla bidrag så kan man inte enklet göra det genom att lägga till en ny användare med samma användarnamn som förr, utan måste gå in direkt i tabellerna via SQL och lägg till honom den vägen.\r\n\r\nPrecis som med alla borttagningsoperationer kommer du att få bekräfta att du vill fortsätta. Svara Ja och användaren kommer tas bort. Svara Nej och du kommer tillbaka till senaste sidan du var på.',1031909117,NULL); INSERT INTO international VALUES (611,'WebGUI',6,'Företagsnamn\r\nNamnet på företaget. Det kommer synas på all e-post och alla ställen du använder företagsnamnsmacrot.\r\n\r\nFöretagets e-postadress\r\nEn generell e-postadress för ditt företag. Det är från den här adressen alla automatiserade meddelanden kommer komma från. Det kan också användas via WebGUI macro-system.\r\n\r\nFöretags-URL\r\nDen primära URL\'en för ditt företag. Kommer också visas på alla automatiserade e-postmeddelanden som skickas via WebGUI. Det finns också tillgängligt via WebGUI macro-system.',1031908216,NULL); INSERT INTO international VALUES (610,'WebGUI',6,'Se Hantera användare för mer detaljer.\r\n\r\nAnvändarnamn\r\nEtt användarnamn är en unik identifierare för en användare. Det är under det här namnet personen kommer bli känd på webbplatsen. \r\n\r\nNote: Administratörer har obegränsat inflytande över WebGUI och kan förbigå reglerna. Om du döper om eller skapar en användare så kontrollera att det inte redan finns en användare med det användarnamnet.\r\n\r\nLösenord\r\nEtt lösenord behövs för att användaren ska bevisa att dom är den dom utger sig för att vara.\r\n\r\nAutencieringsmetod\r\nSee Redigera inställningar för detaljer.\r\n\r\nLDAP URL\r\nSee Redigera inställningar för detaljer.\r\n\r\nAnslutnings-DN\r\nAnslutnings-DN är cn (common name) för en användare i LDAP-databasen. Det ska specifieras som cn=Sven Svensson. Det är användarnamnet som kommer att användas för autenciering mot LDAP-servern.',1031908076,NULL); INSERT INTO international VALUES (609,'WebGUI',6,'När du tar bort en stil kommer alla sidor som använder den stilen att byta till felsäker (standard) stil. För att garantera oavbruten visning av sidor bör du se till att inga sidor använder stilen innan du tar bort den.\r\n\r\nPrecis som med alla borttagningsoperationer kommer du att få bekräfta innan operationen fortsätter. Svarar du Ja kommer borttagningen fortsätta och du kommer inte kunna ångra dig. Svara du Nej kommer du tas tillbaka till föregående sida.',1031907542,NULL); INSERT INTO international VALUES (606,'WebGUI',6,'Tänk på sidor som platshållare för innehåll. Skapa sidan först och fyll den sedan med allt du vill att den ska innehålla.\r\n\r\nTitel\r\nSidans titel. Den används i navigeringen. Titlar ska vara beskrivande, men inte för långa.\r\n\r\nMenytitel\r\nEn förkortad eller ändrad titel som visas i navigeringsmenyer. Om fältet är tomt kommer titeln att visas.\r\n\r\nSid-URL\r\nNär du skapar en sida kommer en URL att genereras baserad på sidans titel. Om du är missnöjd med URL\'en den skapar automatiskt kan du välja en egen här.\r\n\r\nOmdirigerings-URL\r\nNär den här sidan besöks kommer användaren bli omdirigerad till en URL du fyller i här. För att redigera den här sidan i fortsättningen måste du gå till den via \"Hantera träd-vy\" under \"Administrativa funktioner...\".\r\n\r\nMall\r\nSom standard har WebGUI en stort område där du kan placera!\n wobjects. Du kan välja en annan för att dela upp sidan i mindre områden.\r\n\r\nBeskrivning\r\nKort beskrivning av sidan. Används för att skapa META-taggar och beskrivningar på webbplatskartan.\r\n\r\nMeta-taggar\r\nMeta-taggar används av vissa sökmotorer för att associera nyckelord med innehållet i texten på sidan. Det finns en bra webbplats som heter Meta Tag Builder som hjälper dig skapa meta-taggar om du aldrig gjort det förrut.\r\n\r\nAvancerade användare: Om du har andra saker som JavaScript kan du lägga in det här.\r\n\r\nAnvänd standard meta-taggar?\r\nOm du inte vill välja meta-taggar själv så kan WebGUI generera dessa för dig, baserat på sidans titel och ditt företagsnamn. Bocka i denna rutan för att tillåta WebGUI att göra detta.\r\n\r\nStil\r\nSom standard så ärver en ny sida vissa egenskaper från sidan ovanför. En av dessa egenskaper är stilen. Välj från en lista av stilar om du vil!\nl ändra utseendet på just denna sidan. \r\n\r\nVäljer du Ja på frågan under så kommer alla sidor under denna sida att ärva stilen.\r\n\r\nStartdatum\r\nDatum då sidan kommer börja visas för användarna. Innan dess kommer sidan bara visas för personer med rättighet att ändra sidor.\r\n\r\nSlutdatum\r\nDatum då sidan kommer sluta synas. Efter detta kommer sidan bara visas för personer med rättighet att ändra sidor.\r\n\r\nÄgare\r\nVem äger sidan? Vanligtvis personen som skapade den.\r\n\r\nÄgaren kan se sidan?\r\nKan ägaren se sin egen sida?\r\n\r\nÄgaren kan redigera sidan?\r\nKan ägaren redigera sidan? Var försiktig med att stänga av denna funktion eftersom om ägaren inte är i sidgruppen så kommer han inte längre kunna redigera sin egen sida.\r\n\r\nGrupp\r\nVälj vilken grupp som ska äga sidan.\r\n\r\nGrupp kan se sidan?\r\nKan medlemmar i gruppen se sidan?\r\n\r\nGrupp kan redigera sidan?\r\nKan medlemmar i gruppen redg!\niera sidan?\r\n\r\nVem som helst kan se?\r\nVem som helst kan se sidan, medlemskap eller inte?\r\n\r\nVem som helst kan redigera sidan?\r\nKan vem som helst redigera sidan?\r\n\r\nNote: Du kan ge samtliga rättigheter rekursivt, så att de även gäller för undersidor.',1047895156,NULL); INSERT INTO international VALUES (71,'Article',6,'Artiklar är den \"schweiziska armékniven\" för WebGUI. De flesta delar av statiskt innehåll kan läggas till via en artikel.\r\n\r\nBild\r\nVälj en bild (.jpg, .gif, .png) från hårddisken. Filen kommer att laddas upp till servern och visas i artikeln.\r\n\r\nPositionera bild\r\nVälj var du vill positionera bilden ovan.\r\n\r\nBilaga\r\nOm du vill bifoga en Word-fil, zip-fil eller någon annan typ av fil för nerladdning väljer du en från hårddisken.\r\n\r\nLänktitel\r\nOm du vill ha en länk till din artikel skriver du in titeln i det här fältet.\r\n\r\nExempel: Google\r\n\r\nLänk URL\r\nOm du skrev in en länk ovan kan du lägga till en URL här.\r\n\r\nExempel: http://www.google.com\r\n\r\nKonvertera radmatningar\r\nOm du publicerar HTML behöver du generellt sett inte kryssa för det här alternativet, men om du inte använder HTML och du vill ha en radmatning på varje ställe du tryckt på \"Enter\"-tangenten så ska du kryssa för detta.\r\n\r\nTillåt diskussion\r\nKryssa i den här rutan för att tillåta diskussion runt artikeln. För exempel på hur det kan se ut titta på slashdot\r\n\r\nVem kan göra inlägg?\r\nVälj vilken grupp som har tillåtelse att göra inlägg.\r\n\r\nTime-out för redigering\r\nHur lång tid ska användaren ha på sig att ändra sitt inlägg innan det låses.\r\n\r\nNote: Sätt inte den här gränsen för högt. En av fördelarna med en diskussionsforum är att det finns svart på vitt vem som sa vad. Om du tillåter att användare kan gå tillbaka och ändra efter en lång tid, så kan användaren ändra det som sades långt tillbaka i tiden och på så sätt göra diskussionen förvirrande. \r\n\r\nKarma per inlägg\r\nHur mycket karma ska ges till användaren för ett inlägg?\r\n\r\nVem kan moderera?\r\nVälj vilken grupp som modererar inläggen.\r\n\r\nModereringstyp\r\nDu kan välja vilken typ av moderering du vill ha för dina användare. Efterhand betyder att när en användare gör ett inlägg så visas det direkt och kan därefter plockas bort av modereringsgruppen (se ovan). Förhand betyder att modereringsgruppen måste godkänna inlägget innan det visas för allmänheten.\r\n\r\nNote: I båda fallen kan modereringsgruppen gå in och redigera eller ta bort inlägg från användarna.',1031842118,NULL); INSERT INTO international VALUES (642,'WebGUI',6,'Sida, lägg till/redigera',1031841770,NULL); INSERT INTO international VALUES (655,'WebGUI',6,'Användare, lägg till/redigera',1031841753,NULL); INSERT INTO international VALUES (653,'WebGUI',6,'Sida, radera',1031841741,NULL); INSERT INTO international VALUES (656,'WebGUI',6,'Företagsinformation, redigera',1031841724,NULL); INSERT INTO international VALUES (657,'WebGUI',6,'Användare, radera',1031841708,NULL); INSERT INTO international VALUES (658,'WebGUI',6,'Användare, hantera',1031841696,NULL); INSERT INTO international VALUES (659,'WebGUI',6,'Stilar, hantera',1031841685,NULL); INSERT INTO international VALUES (660,'WebGUI',6,'Grupper, hantera',1031841674,NULL); INSERT INTO international VALUES (661,'WebGUI',6,'Filinställningar, redigera',1031841664,NULL); INSERT INTO international VALUES (662,'WebGUI',6,'Inställningar, hantera',1031841649,NULL); INSERT INTO international VALUES (663,'WebGUI',6,'E-postinställningar, redigera',1031841636,NULL); INSERT INTO international VALUES (664,'WebGUI',6,'Wobject, radera',1031841613,NULL); INSERT INTO international VALUES (665,'WebGUI',6,'Grupp, radera',1031841586,NULL); INSERT INTO international VALUES (666,'WebGUI',6,'Stil, lägg till/redigera',1031841553,NULL); INSERT INTO international VALUES (667,'WebGUI',6,'Grupp, lägg till/redigera',1031841539,NULL); INSERT INTO international VALUES (668,'WebGUI',6,'Stilmallar, använder',1031841526,NULL); INSERT INTO international VALUES (671,'WebGUI',6,'Wobjects, använder',1031841502,NULL); INSERT INTO international VALUES (677,'WebGUI',6,'Wobject, lägg till/redigera',1031841488,NULL); INSERT INTO international VALUES (721,'WebGUI',6,'Namnrymd',1031841468,NULL); INSERT INTO international VALUES (669,'WebGUI',6,'Macros, använder',1031841455,NULL); INSERT INTO international VALUES (670,'WebGUI',6,'Bild, lägg till/redigera',1031841435,NULL); INSERT INTO international VALUES (672,'WebGUI',6,'Profilinställningar, redigera',1031841417,NULL); INSERT INTO international VALUES (674,'WebGUI',6,'Blandade inställningar, redigera',1031841383,NULL); INSERT INTO international VALUES (675,'WebGUI',6,'Sökmotor, använder',1031841354,NULL); INSERT INTO international VALUES (679,'WebGUI',6,'Innehållsinställningar, redigera',1031841268,NULL); INSERT INTO international VALUES (680,'WebGUI',6,'Paket, lägg till',1031841250,NULL); INSERT INTO international VALUES (681,'WebGUI',6,'Paket, skapa',1031841235,NULL); INSERT INTO international VALUES (608,'WebGUI',6,'Att ta bort en sida kan skapa stor oreda om du är osäker på vad du gör. Tas en sida bort tas även allt innehåll, alla undersidor samt allt innhåll undersidorna innehåller bort. Var säker på att du redan flyttat över innehåll du vill spara till andra sidor innan du tar bort något.\r\n\r\nPrecis som övriga borttagningsfunktioner, så kommer du att bli frågad om du är säker och kunna välja om du vill fortsätta borttagningen, eller avbryta. Om du fortsätter kommer borttagningen att fortgå utan möjlighet att ångra sig. Om du avbryter kommer du tillbaka till föregående sida.',1031841222,NULL); INSERT INTO international VALUES (682,'WebGUI',6,'Användarprofil, redigera',1031841215,NULL); INSERT INTO international VALUES (683,'WebGUI',6,'Mallar, hantera',1031841199,NULL); INSERT INTO international VALUES (684,'WebGUI',6,'Mall, lägg till/redigera',1031841184,NULL); INSERT INTO international VALUES (696,'WebGUI',6,'Papperskorg, töm',1031841167,NULL); INSERT INTO international VALUES (685,'WebGUI',6,'Mall, radera',1031841131,NULL); INSERT INTO international VALUES (59,'Survey',1,'View statistical overview.',1037556614,NULL); INSERT INTO international VALUES (697,'WebGUI',6,'Karma, använder',1031841097,NULL); INSERT INTO international VALUES (699,'WebGUI',6,'Första dagen i veckan',1031840984,NULL); INSERT INTO international VALUES (715,'WebGUI',6,'Ompeknings-URL',1031840875,NULL); INSERT INTO international VALUES (716,'WebGUI',6,'Logga in',1031840859,NULL); INSERT INTO international VALUES (717,'WebGUI',6,'Logga ut',1031840849,NULL); INSERT INTO international VALUES (718,'WebGUI',6,'Exportera översättning.',1031840838,NULL); INSERT INTO international VALUES (719,'WebGUI',6,'Utgången',1031840824,NULL); INSERT INTO international VALUES (601,'WebGUI',6,'Internationell-ID',1031840751,NULL); INSERT INTO international VALUES (592,'WebGUI',6,'Teckenuppsättning',1031840733,NULL); INSERT INTO international VALUES (720,'WebGUI',6,'OK',1031840711,NULL); INSERT INTO international VALUES (589,'WebGUI',6,'Redigera språk',1031840686,NULL); INSERT INTO international VALUES (722,'WebGUI',6,'ID',1031840678,NULL); INSERT INTO international VALUES (583,'WebGUI',6,'Max bildstorlek',1031840677,NULL); INSERT INTO international VALUES (559,'WebGUI',6,'Kör vid registrering',1031840650,NULL); INSERT INTO international VALUES (554,'WebGUI',6,'Behandla',1031840452,NULL); INSERT INTO international VALUES (551,'WebGUI',6,'Påminnelse',1031840439,NULL); INSERT INTO international VALUES (552,'WebGUI',6,'Väntande',1031840427,NULL); INSERT INTO international VALUES (707,'WebGUI',6,'Visa felsökningsinformation?',1031840397,NULL); INSERT INTO international VALUES (584,'WebGUI',10,'Tilføj nyt sprog.',1037205300,NULL); INSERT INTO international VALUES (706,'WebGUI',6,'timmar',1050402760,NULL); INSERT INTO international VALUES (705,'WebGUI',6,'minuter',1050402728,NULL); INSERT INTO international VALUES (704,'WebGUI',6,'sekunder',1050402705,NULL); INSERT INTO international VALUES (703,'WebGUI',6,'år',1050402906,NULL); INSERT INTO international VALUES (702,'WebGUI',6,'månader',1050402882,NULL); INSERT INTO international VALUES (582,'WebGUI',10,'Lad være blank',1037205253,NULL); INSERT INTO international VALUES (581,'WebGUI',10,'Tilføj en ny værdi',1037205231,NULL); INSERT INTO international VALUES (580,'WebGUI',10,'Din meddelels er ikke blevet godkendt.',1037205214,NULL); INSERT INTO international VALUES (512,'WebGUI',6,'Nästa ämne',1050526234,NULL); INSERT INTO international VALUES (509,'WebGUI',6,'Diskussionsdesign',1031840153,NULL); INSERT INTO international VALUES (508,'WebGUI',6,'Hantera mallar.',1031840138,NULL); INSERT INTO international VALUES (506,'WebGUI',6,'Hantera mallar',1031840127,NULL); INSERT INTO international VALUES (505,'WebGUI',6,'Lägg till ny mall.',1031840119,NULL); INSERT INTO international VALUES (502,'WebGUI',6,'Är du säker på att du vill ta bort den här mallen och låta alla sidor som använde den att byta till standardmallen?',1031840100,NULL); INSERT INTO international VALUES (500,'WebGUI',6,'Sid-ID',1031839975,NULL); INSERT INTO international VALUES (499,'WebGUI',6,'Wobject-ID',1031839351,NULL); INSERT INTO international VALUES (498,'WebGUI',6,'Slutdatum',1031839341,NULL); INSERT INTO international VALUES (496,'WebGUI',6,'Använd redigerare',1031839332,NULL); INSERT INTO international VALUES (495,'WebGUI',6,'Inbyggd redigerare',1031839316,NULL); INSERT INTO international VALUES (494,'WebGUI',6,'Real Objects Edit-On Pro',1031839302,NULL); INSERT INTO international VALUES (406,'WebGUI',6,'Miniatyrbildsstorlek',1031839235,NULL); INSERT INTO international VALUES (601,'WebGUI',10,'International ID',1037205754,NULL); INSERT INTO international VALUES (71,'USS',6,'Användarinläggsystem är ett bra sätt att bygga upp en community på webbplatsen och få gratis innehåll från dina användare.\r\n\r\nDesign\r\nVad ska inläggsystemet se ut som? Dessa olika vyer finns tillgängliga:\r\n\r\n
  • Traditionell - Skapar en enkel kalkylarksliknande lista av varje inlägg och sorterar efter datum.
  • \r\n
  • Webbok - Skapar en vy som liknar nyhetswebbplatsen Slashdot. För att begränsa antalet artiklar på förstasidan kan du använda macrot ^-; där du vill att förstasidans innehåll ska sluta.
  • \r\n
  • Fotogalleri - skapar en matris av miniatyrbilder som kan klickas på för att öppna bilden i full storlek.
  • \r\n\r\nVem kan godkänna?\r\nVälj en grupp som ska godkänna eller refusera inlägg.\r\n\r\nVem kan bidra?\r\nVälj en grupp som kan bidra med innehåll.\r\n\r\nInlägg per sida?\r\nHur många inlägg ska visas per sida i inläggsindexet?\r\n\r\nStandardstatus\r\nSka inlägg sättas till godkänd, väntande eller refuserad som standard.\r\n\r\nNote: Om du sätter standardstatus till väntande så måste du själv övervaka meddelandeloggen och godkänna/refusera inlägg.\r\n\r\nKarma per inlägg\r\nHur mycket karma ges till en användare när de bidrar med inlägg?\r\n\r\nVisa miniatyrbilder?\r\nOm det finns en bild med i inlägget kommer denna att visas som en miniatyrbild i designen (se ovan).\r\n\r\nTillåt diskussion?\r\nVill du koppla ett diskussionsforum till inläggen? Om du gör det så kommer användarna att kunna kommentera inläggen.\r\n\r\nVem kan skicka?\r\nVälj en grupp som kan skicka kommentarer till inläggen.\r\n\r\nRedigeringstimeout\r\nHur lång tid har en användare på sig att redigera dennes inlägg innan det blir låst? \r\n\r\nNote: Sätt inte denna gränsen för högt. Om användarna tillåts gå tillbaka och ändra långt bak i tiden kan det bli förvirrande när man läser kommentarer till en borttagen text. \r\n\r\nKarma per kommentar\r\nHur mycket karma ges till användare som gör kommentarer till inlägget?\r\n\r\nVem kan moderera?\r\nVälj en grupp som modererar kommentarerna.\r\n\r\nModereringstyp\r\nDu kan välja vilken typ av moderering du vill ha på kommentarerna. Efterhand menar att kommentarerna publiceras direkt och tas bort/redigeras i efterhand. Förhand menas att kommentarerna måste godkännas av någon i modereringsgruppen innan dom visas på webbplatsen.\r\n\r\nNote: oavsett modereringstyp kan modererarna alltid gå in och redigera/ta bort kommentarer och inlägg.',1031839167,NULL); INSERT INTO international VALUES (582,'WebGUI',6,'Lämna tom',1031836927,NULL); INSERT INTO international VALUES (581,'WebGUI',6,'Lägg till nytt värde',1031836912,NULL); INSERT INTO international VALUES (578,'WebGUI',6,'Du har ett meddelande att godkänna väntandes.',1031836898,NULL); INSERT INTO international VALUES (576,'WebGUI',6,'Radera',1031836869,NULL); INSERT INTO international VALUES (575,'WebGUI',6,'Redigera',1031836853,NULL); INSERT INTO international VALUES (516,'WebGUI',6,'Slå på Admin!',1031836796,NULL); INSERT INTO international VALUES (522,'WebGUI',6,'Jag skulle vilja bli påmind via ICQ.',1031836777,NULL); INSERT INTO international VALUES (1025,'WebGUI',6,'Lägg till redigerad-stämpel på inlägg?',1031836642,NULL); INSERT INTO international VALUES (542,'WebGUI',6,'Föregående..',1031836615,NULL); INSERT INTO international VALUES (543,'WebGUI',6,'Lägg till en ny bildgrupp.',1031836602,NULL); INSERT INTO international VALUES (527,'WebGUI',6,'Startsida',1031836587,NULL); INSERT INTO international VALUES (538,'WebGUI',6,'Karma-tröskel',1031836567,NULL); INSERT INTO international VALUES (540,'WebGUI',6,'Karma per inloggning',1031836552,NULL); INSERT INTO international VALUES (513,'WebGUI',6,'Föregående ämne',1050526272,NULL); INSERT INTO international VALUES (533,'WebGUI',6,'utan orden',1031836528,NULL); INSERT INTO international VALUES (541,'WebGUI',6,'Karma per inlägg',1031836516,NULL); INSERT INTO international VALUES (517,'WebGUI',6,'Slå av Admin!',1031836504,NULL); INSERT INTO international VALUES (514,'WebGUI',6,'Visningar',1047850784,NULL); INSERT INTO international VALUES (511,'WebGUI',6,'Ämnesgrupperad',1050526197,NULL); INSERT INTO international VALUES (515,'WebGUI',6,'Lägg till redigerad-stämpel på inlägg?',1031836467,NULL); INSERT INTO international VALUES (531,'WebGUI',6,'med den exakta frasen',1031836437,NULL); INSERT INTO international VALUES (521,'WebGUI',6,'Jag skulle vilja bli påmind via e-post till personsökare.',1031836411,NULL); INSERT INTO international VALUES (532,'WebGUI',6,'med åtminstone ett av orden',1031836371,NULL); INSERT INTO international VALUES (526,'WebGUI',6,'Ta bort bara JavaScript.',1031836348,NULL); INSERT INTO international VALUES (530,'WebGUI',6,'med alla orden',1031836324,NULL); INSERT INTO international VALUES (528,'WebGUI',6,'Mallnamn',1031836303,NULL); INSERT INTO international VALUES (529,'WebGUI',6,'resultat',1031836291,NULL); INSERT INTO international VALUES (525,'WebGUI',6,'Redigera innehållsinställningar',1031836278,NULL); INSERT INTO international VALUES (537,'WebGUI',6,'Karma',1031836256,NULL); INSERT INTO international VALUES (536,'WebGUI',6,'En ny användare kallad ^@; har anslutit till webbplatsen.',1031836246,NULL); INSERT INTO international VALUES (535,'WebGUI',6,'Grupp att varna vid ny användare',1031836219,NULL); INSERT INTO international VALUES (523,'WebGUI',6,'Påminnelse',1031836205,NULL); INSERT INTO international VALUES (558,'WebGUI',6,'Redigera användarens karma',1031836195,NULL); INSERT INTO international VALUES (539,'WebGUI',6,'Använd karma?',1031836178,NULL); INSERT INTO international VALUES (534,'WebGUI',6,'Varna vid ny användare?',1031836166,NULL); INSERT INTO international VALUES (556,'WebGUI',6,'Antal',1031836143,NULL); INSERT INTO international VALUES (607,'WebGUI',6,'Anonyma registreringar\r\nVill Du tillåta besökare till din webbplats att registrera sig?\r\n\r\nKör vid registrering\r\nOm det återfinns en kommandorad här, kommer den att köras varje gång en användare registrerar sig anonymt.\r\n\r\nVarning vid ny användare?\r\nSkall någon få en varning när en användare registrerar sig anonymt?\r\n\r\nGrupp att varna vid ny användare\r\nVilken grupp skall bli varnad när en ny användare registreras?\r\n\r\nAnvänd Karma?\r\nSkall karma användas?\r\n\r\nKarma per inloggning\r\nDen mängd karma en användare skall få när dom loggar in. Denna inställning används bara om karma används.\r\n\r\nSessionstimeout\r\nDen mängd tid som en session fortsätter vara aktiv (innan man behöver logga in på nytt). Timeoutvärdet nollställs varje gång en användare laddar en sida. Därför, om Du sätter detta värde till åtta timmar, användaren skulle bli tvungen att logga in på nytt om han/hon inte beökt sidan på åtta timmar.\r\n\r\nAuthenticeringsmetod (standard)\r\nVad skall standard-autheticeringsmetoden för nya konton vara? De två tillgängliga alternativen är WebGUI och LDAP. WebGUI authenticering betyder att användare authenticeras mot det användarnamn och lösenord som finns sparat i WebGUI\'s databas. LDAP authenticering betyder att användare authenticeras mot en extern LDAP server.\r\n\r\nNote: Authenticeringsinställningar kan sättas per användare.\r\n\r\nBindning till användarnamn\r\nBind WebGUI-användarnamn till en LDAP-identitet. Detta kräver att användaren har samma användarnamn i WebGUI som det dom angav i den anonyma registreringsprocessen. Det betyder också att dom inte kan ändra sitt användarnamn senare. Denna inställning träder enbart i kraft om användaren authenticerar mot LDAP.\r\n\r\nURL till LDAP (standard)\r\nStandardsökvägen till din LDAP-server. En LDAP-URL skall se ut på följande sätt, ldap://[server]:[port]/[base DN].\r\n\r\nExempel: ldap://ldap.mittforetag.se:389/o=MittForetag.\r\n\r\n---\r\n\r\nLDAP Identity\r\nThe LDAP Identity is the unique identifier in the LDAP server that the user will be identified against. Often this field is shortname, which takes the form of first initial + last name. Example: jdoe. Therefore if you specify the LDAP identity to be shortname then Jon Doe would enter jdoe during the registration process. \r\n\r\nLDAP Identity Name\r\nThe label used to describe the LDAP Identity to the user. For instance, some companies use an LDAP server for their proxy server users to authenticate against. In the documentation or training already provided to their users, the LDAP identity is known as their Web Username. So you could enter that label here for consitency. \r\n\r\nLDAP Password Name\r\nJust as the LDAP Identity Name is a label, so is the LDAP Password Name. Use this label as you would LDAP Identity Name.',1031836131,NULL); INSERT INTO international VALUES (61,'USS',6,'Användarinläggsystem, lägg till/redigera',1031834839,NULL); INSERT INTO international VALUES (59,'USS',6,'Nästa inlägg',1031834797,NULL); INSERT INTO international VALUES (58,'USS',6,'Tidigare inlägg',1031834779,NULL); INSERT INTO international VALUES (57,'USS',6,'Svar',1031834770,NULL); INSERT INTO international VALUES (53,'USS',6,'Design',1031834723,NULL); INSERT INTO international VALUES (52,'USS',6,'Miniatyrbild',1031834714,NULL); INSERT INTO international VALUES (51,'USS',6,'Visa miniatyrbilder?',1031834699,NULL); INSERT INTO international VALUES (48,'USS',6,'Tillåt diskussion?',1031834689,NULL); INSERT INTO international VALUES (47,'USS',6,'Skicka ett svar',1031834680,NULL); INSERT INTO international VALUES (46,'USS',6,'Läs mer...',1031834609,NULL); INSERT INTO international VALUES (1033,'WebGUI',1,'Post Template',1066034603,'Tell the admin to select a template for posts in this forum.'); INSERT INTO international VALUES (41,'USS',6,'Datum',1031834546,NULL); INSERT INTO international VALUES (39,'USS',6,'Skicka ett svar',1031834531,NULL); INSERT INTO international VALUES (38,'USS',6,'(Välj \"Nej\" om du skriver ett HTML/Rich Edit inlägg)',1031834517,NULL); INSERT INTO international VALUES (590,'WebGUI',6,'Språk-ID',1031834347,NULL); INSERT INTO international VALUES (595,'WebGUI',6,'Internationella meddelanden',1031834336,NULL); INSERT INTO international VALUES (598,'WebGUI',6,'Redigera språk.',1031834318,NULL); INSERT INTO international VALUES (594,'WebGUI',6,'Översätt meddelanden.',1031834291,NULL); INSERT INTO international VALUES (605,'WebGUI',6,'Lägg till grupper',1032434647,NULL); INSERT INTO international VALUES (597,'WebGUI',6,'Redigera Internationella Meddelanden',1031834246,NULL); INSERT INTO international VALUES (596,'WebGUI',6,'SAKNAS',1031834211,NULL); INSERT INTO international VALUES (585,'WebGUI',6,'Hantera översättningar.',1031834200,NULL); INSERT INTO international VALUES (586,'WebGUI',6,'Språk',1031834183,NULL); INSERT INTO international VALUES (591,'WebGUI',6,'Språk',1031834175,NULL); INSERT INTO international VALUES (593,'WebGUI',6,'Skicka översättning.',1031834162,NULL); INSERT INTO international VALUES (587,'WebGUI',6,'Är Du säker på att Du vill ta bort det här språket, inklusive all hjälp och internationella meddelanden som hör till det?',1031834148,NULL); INSERT INTO international VALUES (553,'WebGUI',6,'Status',1031834095,NULL); INSERT INTO international VALUES (555,'WebGUI',6,'Redigera den här användarens karma.',1031834086,NULL); INSERT INTO international VALUES (501,'WebGUI',6,'Innehåll',1031834057,NULL); INSERT INTO international VALUES (30,'USS',6,'Karma per inlägg',1031834054,NULL); INSERT INTO international VALUES (520,'WebGUI',6,'Jag vill bli påmind via e-post.',1031834042,NULL); INSERT INTO international VALUES (71,'SyndicatedContent',6,'Syndikatinnehåll är innehåll som tas från extern webbplats. Formatet på innehållet är RDF/RSS. Denna teknik används ofta för att dra nyhetsrubriker från webplatser som CNN och Slashdot. Det kan självklart användas för andra saker som sportresultat och aktiekurser.\r\n\r\nURL till RSS-fil\r\nSkriv in exakt URL till (inled med http://) till innehållets RDF eller RSS-fil. Innehåller kommer laddas ner varje timme.\r\n\r\nDu kan hitta innehåll på följande webbplatser:\r\n\r\n',1031834039,NULL); INSERT INTO international VALUES (580,'WebGUI',6,'Ditt meddelande har blivit nekat.',1031834021,NULL); INSERT INTO international VALUES (584,'WebGUI',6,'Lägg till ett nytt språk.',1031833978,NULL); INSERT INTO international VALUES (579,'WebGUI',6,'Ditt meddelande har blivit godkänt.',1031833963,NULL); INSERT INTO international VALUES (588,'WebGUI',6,'Är du säker på att du vill skicka denna översättning till Plain Black för inkludering i den officiella distributionen av WebGUI? Genom att klicka på Ja-länken är du underförstådd med att du ger Plain Black ohindrad tillgång till att använda översättningen i sina mjukvaror.',1032859216,NULL); INSERT INTO international VALUES (507,'WebGUI',6,'Redigera Mall',1031833730,NULL); INSERT INTO international VALUES (519,'WebGUI',6,'Jag vill inte bli påmind.',1031833690,NULL); INSERT INTO international VALUES (518,'WebGUI',6,'Inkorgsnotifikationer',1031833674,NULL); INSERT INTO international VALUES (504,'WebGUI',6,'Mall',1031833582,NULL); INSERT INTO international VALUES (503,'WebGUI',6,'Mall-ID\r\n',1031833573,NULL); INSERT INTO international VALUES (510,'WebGUI',6,'Platt',1031833536,NULL); INSERT INTO international VALUES (61,'SyndicatedContent',6,'Syndikatinnehåll, lägg till/redigera',1031832804,NULL); INSERT INTO international VALUES (71,'SiteMap',6,'Webbplatskartor används som alternativ navigering i WebGUI. Du kan sätta upp en traditionell webbplatskarta som visar en hierarkisk vy av webbplatsen, eller bara använda den som extra navigering på vissa nivåer i webbplatsen.\r\n\r\nVisa beskrivning?\r\nOm du vill visa respektive sidas beskrivning bredvid länkar. För att det här alternativet ska fungera bör samtliga sidor ha en beskrivning.\r\n\r\nBörja från denna nivån?\r\nIf du vill att webbplatskartan ska börja från den nivån du befinner dig på nu så bocka här. Om du vill att webbplatskartan ska börja från förstasidan så bockar du inte i den.\r\n\r\nDjup\r\nHur många nivåer ner ska webbplatskartan gå? Om du sätter 0 (noll) här så visas samtliga nivåer.\r\n\r\nIndrag\r\nHur många tecken ska indentera varje nivå?\r\n\r\nKula\r\nVälj vilken kula som ska vara före varje rad. Du kan lämna det här fältet blankt om du vill. Du kan även välja HTML-kulor som · som ». Du kan även använda bilder från bildhanteraren genom att använda macrot ^I(kula);\r\n\r\nLinjehöjd\r\nVälj hur många radbrytningar som ska vara mellan varje rad. Detta värdet bör vara 1 eller högre.\r\n\r\n',1031832684,NULL); INSERT INTO international VALUES (61,'SiteMap',6,'Webbplatskarta, lägg till/redigera',1031818471,NULL); INSERT INTO international VALUES (71,'SQLReport',6,'SQL-rapporter än något av det mest kraftfulla vapnet i WebGUI\'s arsenal. Den tillåter dig att göra sql-frågor direkt mot en databas du har tillgång till. Kan användas för att integrera en mängd olika data i WebGUI.\r\n\r\nKör macros på frågan\r\nOm du använder macros i din fråga så kryssa i denna ruta.\r\n\r\nDebug?\r\nVill du visa avlusnings- och felmeddelanden på sidan kryssa i denna ruta.\r\n\r\nFråga\r\nDetta är en standard SQL-fråga. Du kan göra frågorna med dynamiska genom att använda ^FormParam(); macrot.\r\n\r\nRapportmall\r\nEn mall för hur resultatet kommer presenteras. Normalt används HTML-tabeller för att skapa en snygg rapport. Om du lämnar fältet tomt kommer en standardmall användas, baserat på resultatet från SQL-frågan.\r\n\r\nDet finns special-macros för användning i SQL-rapporter. Det är ^-;, ^0;, ^1;, ^2;, ^3; och så vidare. Dessa macros behandlas oavsett om du kryssat för Kör macros tidigare. \"^-;\"-macrot är en avgränsare för att visa var loopande material börjar och slutar. Det mellan \"^-;\" kommer att visas för varje rad av resultatet. De numeriska macron representerar datafälten som returneras av frågan (^0; är första kolumnen osv). Det finns ett extra macro, ^rownum; som räknar vilken rad loopen är på (startar på 1).\r\n\r\nDSN\r\nData Source Name är den unika identifieraren som Perl använder sig av för att beskriva drivrutin, värddator samt databas du vill ställa frågan till. Formatet är som följer: DBI:[drivrutin]:[databasnamn]:[värd].\r\n\r\nExample: DBI:mysql:WebGUI:localhost\r\n\r\nDatabasanvändare\r\nAnvändarnamn för din DSN.\r\n\r\nDatabaslösenord\r\nLösenorder till din DSN.\r\n\r\nSidbryt efter\r\nHur många rader kommer visas innan resultatet delas upp i fler sidor? \r\n\r\nKonvertera radbrytning\r\nVill du konvertera radbrytningar i resultatet till HTML-brytningar?',1031818311,NULL); INSERT INTO international VALUES (61,'SQLReport',6,'SQL-rapport, lägg till/redigera',1031754304,NULL); INSERT INTO international VALUES (9,'Product',6,'Produktbild 3',1031754258,NULL); INSERT INTO international VALUES (8,'Product',6,'Produktbild 2',1031754246,NULL); INSERT INTO international VALUES (7,'Product',6,'Produktbild 1',1031754236,NULL); INSERT INTO international VALUES (557,'WebGUI',6,'Beskrivning',1031752171,NULL); INSERT INTO international VALUES (62,'Product',6,'Produktmall, lägg till/redigera',1031752165,NULL); INSERT INTO international VALUES (60,'Product',6,'Mall',1031752147,NULL); INSERT INTO international VALUES (6,'Product',6,'Redigera produkt',1031752141,NULL); INSERT INTO international VALUES (59,'Product',6,'Namn',1031752134,NULL); INSERT INTO international VALUES (58,'Product',6,'Redigera produktmall',1031752128,NULL); INSERT INTO international VALUES (57,'Product',6,'Är du säker på att du vill ta bort denna mallen och låta alla produkter använda standardmallen.',1031752119,NULL); INSERT INTO international VALUES (56,'Product',6,'Lägg till en produktmall.',1031752065,NULL); INSERT INTO international VALUES (55,'Product',6,'Lägg till fördel',1031752048,NULL); INSERT INTO international VALUES (54,'Product',6,'Fördelar',1031752039,NULL); INSERT INTO international VALUES (53,'Product',6,'Redigera fördel',1031752033,NULL); INSERT INTO international VALUES (52,'Product',6,'Lägg till fler fördelar?',1031751996,NULL); INSERT INTO international VALUES (51,'Product',6,'Fördel',1031751984,NULL); INSERT INTO international VALUES (50,'Product',6,'Fördelar är ett resultat av produktens egenskaper. De förklara varför din produkt är den bästa. Lägger du till fördelar bör du också lägga till egenskaper.\r\n\r\nFördel\r\nDu kan lägga till en ny fördel eller använda en du redan skrivit in.\r\n\r\nFortsätt att lägga till fördelar?\r\nVill du lägga till fler fördelar väljer du Ja här.',1031751977,NULL); INSERT INTO international VALUES (5,'Product',6,'Är du säker på att du vill ta bort denna produktspecifikation?',1031751821,NULL); INSERT INTO international VALUES (49,'Product',6,'Produktfördel, lägg till/redigera',1031751804,NULL); INSERT INTO international VALUES (48,'Product',6,'Är du säker på att du vill ta bort denna fördelen? Den kan inte tas tillbaka efter borttagning.',1031751703,NULL); INSERT INTO international VALUES (47,'Product',6,'Relaterade produkter är produkter som är likvärdiga eller som kompletterar varandra.\r\n\r\nRelaterade produkter\r\nVälj en produkt från listan med tidigare skapade produkter.\r\n\r\nFortsätt lägga till relaterad produkt?\r\nVälj Ja om du har ytterligare relaterade produkter.',1031751664,NULL); INSERT INTO international VALUES (46,'Product',6,'Produkt (relaterad), lägg till/redigera',1031750934,NULL); INSERT INTO international VALUES (45,'Product',6,'Tillbehör är produkter som kan utöka och/eller förbättra andra produkter.\r\n\r\nTillbehör\r\nVälj från en lista med redan upplagda produkter.\r\n\r\nFortsätt med att lägga till tillbehör?\r\nVälj Ja om du vill fortsätta lägga till tillbehör.',1031750754,NULL); INSERT INTO international VALUES (44,'Product',6,'Produktillbehör, lägg till/redigera',1031750680,NULL); INSERT INTO international VALUES (43,'Product',6,'Specifikationer är den tekniska beskrivningen av produkten.\r\n\r\nEtikett\r\nTyp av specifikation. Till exempel höjd, bredd, vikt eller färg. Du kan välja en du valt till andra produkter eller skriva in en nya.\r\n\r\nSpecifikation\r\nDet faktiska värdet på etiketten. Valde du till exempel vikt som etikett så sätter du specifikationen till 18 (om din produkt väger 18 kilo).\r\n\r\nEnheter\r\nI vilken enhet mäts etiketten? Valde du vikt ovan som exempel så skriver du \"kg\" eller \"kilo\" här.\r\n\r\nLägg till fler specifikationer?\r\nVälj Ja om du vill lägga till fler.',1031750622,NULL); INSERT INTO international VALUES (42,'Product',6,'Produktspecifikation, lägg till/redigera',1031749830,NULL); INSERT INTO international VALUES (41,'Product',6,'Egenskaper är säljande fraser för produkten. Används som försäljningsargument för ökad försäljning.\r\n\r\nEgenskap\r\nDu kan lägga till en ny egenskap eller välja en som du skrivit på en tidigare inlagd produkt.\r\n\r\nFortsätt med att lägga till egenskaper?\r\nSvara Ja om du vill fortsätta lägga till egenskaper.',1031749794,NULL); INSERT INTO international VALUES (40,'Product',6,'Produktegenskap, lägg till/redigera',1031749653,NULL); INSERT INTO international VALUES (4,'Product',6,'Är du säker på att du vill ta bort relationen mellan produkterna?',1031749639,NULL); INSERT INTO international VALUES (39,'Product',6,'WebGUI har inbyggt produkthanteringssystem som gör det enkelt för dig att publicera dina produkter och tjänster på webben.\r\n\r\nPris\r\nProduktens pris. Du kan även skriva in text som till exempel \"ring för offert\", eller lämna fältet tomt.\r\n\r\nProduktnummer\r\nProduktens nummer, SKU, ISBN, eller annan identifiering av denna produkt.\r\n\r\nProdukt bild 1\r\nEn bild på produkten.\r\n\r\nProdukt bild 2\r\nEn bild på produkten.\r\n\r\nProdukt bild 3\r\nEn bild på produkten.\r\n\r\nBroschyr\r\nProduktens broschyr.\r\n\r\nManual\r\nProdukt-, användar- eller servicemanual för produkten.\r\n\r\nGaranti\r\nProduktens garantivillkor.',1031749615,NULL); INSERT INTO international VALUES (38,'Product',6,'Produkt, lägg till/redigera',1031749311,NULL); INSERT INTO international VALUES (37,'Product',6,'Lägg till relaterad produkt.',1031749300,NULL); INSERT INTO international VALUES (36,'Product',6,'Lägg till tillbehör.',1031749290,NULL); INSERT INTO international VALUES (35,'Product',6,'Lägg till specifikation.',1031749281,NULL); INSERT INTO international VALUES (34,'Product',6,'Lägg till egenskap.',1031749269,NULL); INSERT INTO international VALUES (33,'Product',6,'Relaterade produkter',1031749259,NULL); INSERT INTO international VALUES (32,'Product',6,'Tillbehör',1031749251,NULL); INSERT INTO international VALUES (31,'Product',6,'Specifikationer',1031749242,NULL); INSERT INTO international VALUES (30,'Product',6,'Egenskaper',1031749232,NULL); INSERT INTO international VALUES (3,'Product',6,'Är du säker på att du vill ta bort denna egenskapen?',1031749225,NULL); INSERT INTO international VALUES (29,'Product',6,'Enheter',1031749207,NULL); INSERT INTO international VALUES (28,'Product',6,'Lägg till ytterligare specifikation?',1031749200,NULL); INSERT INTO international VALUES (27,'Product',6,'Specifikation',1031749186,NULL); INSERT INTO international VALUES (26,'Product',6,'Etikett',1031749176,NULL); INSERT INTO international VALUES (25,'Product',6,'Redigera specifikation',1031748562,NULL); INSERT INTO international VALUES (24,'Product',6,'Lägg till fler egenskaper?',1031748550,NULL); INSERT INTO international VALUES (23,'Product',6,'Egenskap',1031748540,NULL); INSERT INTO international VALUES (22,'Product',6,'Redigera egenskap',1031748534,NULL); INSERT INTO international VALUES (21,'Product',6,'Lägg till mer relaterade produkter?',1031748521,NULL); INSERT INTO international VALUES (20,'Product',6,'Relaterad produkt',1031748509,NULL); INSERT INTO international VALUES (2,'Product',6,'Är du säker på att du vill ta bort produktens relation med detta tillbehör?',1031748500,NULL); INSERT INTO international VALUES (19,'Product',6,'Lägg till relaterad produkt',1031748475,NULL); INSERT INTO international VALUES (18,'Product',6,'Lägg till fler tillbehör?',1031748465,NULL); INSERT INTO international VALUES (17,'Product',6,'Tillbehör',1031748453,NULL); INSERT INTO international VALUES (16,'Product',6,'Lägg till tillbehör',1031748445,NULL); INSERT INTO international VALUES (15,'Product',6,'Garanti',1031748436,NULL); INSERT INTO international VALUES (14,'Product',6,'Manual',1031748429,NULL); INSERT INTO international VALUES (13,'Product',6,'Broschyr',1031748371,NULL); INSERT INTO international VALUES (728,'WebGUI',6,'Är du säker på att du vill ta bort denna filen?',1031748345,NULL); INSERT INTO international VALUES (11,'Product',6,'Produktnummer',1031748332,NULL); INSERT INTO international VALUES (10,'Product',6,'Pris',1031748322,NULL); INSERT INTO international VALUES (1,'Product',6,'Produkt',1031748316,NULL); INSERT INTO international VALUES (72,'Poll',6,'Slumpa svaren?',1031748307,NULL); INSERT INTO international VALUES (71,'Poll',6,'Röstningar kan hjälpa dig göra undersökningar om hur hur dina användare tänker samt vilka synpunkter dom har. \r\n\r\nAktiv\r\nOm den är kryssad så kan användarna rösta, annars ser de bara resultatet av röstningen.\r\n\r\nVem kan rösta?\r\nVälj en grupp som kan rösta.\r\n\r\nKarma per röst\r\nHur mycket karma ges till en användare som röstar.\r\n\r\nBredd på graf\r\nBredden på grafen som visar resultatet. Bredden mäts i pixlar.\r\n\r\nFråga\r\nVad är frågan du vill ställa?\r\n\r\nSvar\r\nSkriv ner de möjliga svarsalternativen på frågan, ett svar per rad. En röstning kan som mest innehålla 20 svar.\r\n\r\nSlumpa svar\r\nFör att vara säker på att svarens ordning inte påverkar röstarna svara Ja här. Svarens ordning kommer slumpas fram för varje gång sidan visas.\r\n\r\nNollställ svar\r\nNollställer röstningen.\r\n\r\n
    \r\n\r\nNote: Följande stilmallar används på röstnings wobjektet.\r\n\r\n.pollAnswer\r\nSvaret på en röstning.\r\n\r\n.pollColor\r\nFärgen på procent-mätaren.\r\n\r\n.pollQuestion\r\nFrågan på röstningen.',1031748292,NULL); INSERT INTO international VALUES (61,'Poll',6,'Röstning, lägg till/redigera',1031745609,NULL); INSERT INTO international VALUES (20,'Poll',6,'Karma per röst',1031745596,NULL); INSERT INTO international VALUES (71,'MessageBoard',6,'Meddelandeforum, även kallat diskussionsgrupper, är ett enkelt sätt att skapa en interaktiv och levande webbplats. Meddelandeforumen kan även vara av intern karaktär.\r\n\r\nMeddelanden per sida\r\nNär en besökare först kommer till meddelandeforumet kommer denna att presenteras en lista med alla ämnen (även kallat trådar). Meddelanden per sida anger hur många ämnen som kommer visas på varje sida.\r\n\r\nVem kan skicka inlägg?\r\nVälj en grupp som tillåts skicka inlägg.\r\n\r\nRedigerings-timeout\r\nHur lång tid har en användare på sig att redigera sitt inlägg innan det blir låst?\r\n\r\nKommentar: Sätt inte denna gräns för högt. En bra sak med diskussionsforum är att de är en historik över vad som sagts. Om användarna tillåts ändra sina egna inlägg långt bak i tiden kan det skapa oklarheter om vad som verkligen skrivits.\r\n\r\nKarmaper inlägg\r\nHur mycket karma ska ges till användaren för ett inlägg?\r\n\r\nVem kan moderera?\r\nVälj en grupp som modererar forumet.\r\n\r\nModereringstyp?\r\nDu kan välja vilken typ av moderering av användarnas inlägg. Efterhand betyder att inlägget visas för alla direkt och att moderatorn kan ta bort det i efterhand. Förhand betyder att moderatorn måste godkänna inlägget innan det publiceras.\r\n\r\nKommentar: En moderator kan alltid gå in och redigera och ta bort inlägg, oavsett modereringstyp.',1050526877,NULL); INSERT INTO international VALUES (61,'MessageBoard',6,'Meddelandeforum, lägg till/redigera',1031743614,NULL); INSERT INTO international VALUES (952,'WebGUI',1,'Clipboard Date',1052850265,NULL); INSERT INTO international VALUES (8,'DataForm',6,'Bredd',1031743574,NULL); INSERT INTO international VALUES (72,'DataForm',6,'Du kan lägga till så många extra fält du vill.\r\n\r\nFältnamn\r\nNamnet på fältet. Måste vara unikt bland samtliga fält på formuläret.\r\n\r\nStatus\r\nGömda fält kommer inte vara synliga för användaren, men kommer ändå skickas med i e-postmeddelandet. Visade vält är synliga för användaren, men inte modifierbara. Ändringsbara fält fylls i av användaren. Om du väljer gömd eller visad så glöm inte att fylla i ett standardvärde.\r\n\r\nTyp\r\nVälj en typ av formulärelement för detta fält. Följande element stöds:\r\nURL: En textruta som automatiskt formaterar URL\'er.\r\nTextbox: En textruta.\r\nDatum: En textruta med knapp som öppnar en kalender i vilken du kan välja datum.\r\nJa/Nej: Ja/Nej-valsknappar.\r\nE-postadress: En textruta som kräver att användaren skriver in en giltig e-postadress.\r\nTextarea: En textruta med flera rader.\r\nKryssruta: En ruta som kan vara bockad eller inte.\r\nDrop-down: En textruta för förinställda alternativ och utan möjlighet att skriva själv. Lägg till de förinställda alternativen genom att skriva dom en på varje rad i rutan Möjliga val.\r\n\r\nMöjliga val\r\nDetta fältet används enbart för drop-down. Skriv in vilka alternativ du vill ha, en per rad.\r\n\r\nStandardvärde\r\nVälj standardvärdet för fältet. Kan även lämnas tom. För Ja/Nej-fält skriv ja för att välja Ja och nej för Nej. För kryssrutor skriver du \"checked\" för att kryssa för rutan.\r\n\r\nFortsätt med att lägga till fler fält?\r\nLåt denna vara bockad om du vill lägga till fler fält.',1031743559,NULL); INSERT INTO international VALUES (71,'DataForm',6,'Detta wobjekt skapar ett enkelt formulär som skickas till vald e-postadress.\r\n\r\nBredd\r\nBredden på alla fält i formuläret. Standardvärdet är 45.\r\n\r\nFrån, Till, Cc, Bcc, Ämne\r\nDessa fält kontrollerar hur e-postmeddelandet kommer se ut och vem det kommer komma till. Du kan ge besökarna valfrihet att själva välja vilka fält som ska vara redigeringsbara, men vanligtvis är de är endast Från och Ämne möjliga att ändra. Använd drop-down fälten vid varje fält för att välja om de ska vara redigeringsbara.\r\n\r\nDu kan även använda ett WebGUI användarnamn eller grupp i Till-fältet för att skicka till den användaren/gruppen.\r\n\r\nBekräftelse\r\nDetta meddelande kommer visas för användaren efter de klickar på \"Skicka\".\r\n\r\nSpara mail?\r\nOm du väljer \"Ja\" här kommer e-postmeddelanden som postas sparas i en databas. Ett verktyg för att se e-posten i databasen är under utveckling.\r\n\r\nFortsätt med att lägga till fält?\r\nLåt denna vara bockad för att lägga till fält direkt.',1031737418,NULL); INSERT INTO international VALUES (7,'DataForm',6,'Redigera e-postformulär',1031735170,NULL); INSERT INTO international VALUES (62,'DataForm',6,'E-postformulärfält, lägg till/redigera',1031735145,NULL); INSERT INTO international VALUES (61,'DataForm',6,'E-postformulär, lägg till/redigera',1031733901,NULL); INSERT INTO international VALUES (6,'DataForm',6,'Ändringsbar',1031733885,NULL); INSERT INTO international VALUES (5,'DataForm',6,'Visad',1031733868,NULL); INSERT INTO international VALUES (4,'DataForm',6,'Gömt',1031733861,NULL); INSERT INTO international VALUES (3,'DataForm',6,'Tack för ditt meddelande!',1050349422,NULL); INSERT INTO international VALUES (25,'DataForm',6,'Standardvärde (valfritt)',1031733356,NULL); INSERT INTO international VALUES (24,'DataForm',6,'Möjliga värden (endast drop-down)',1031733343,NULL); INSERT INTO international VALUES (23,'DataForm',6,'Typ',1031733323,NULL); INSERT INTO international VALUES (22,'DataForm',6,'Status',1031733317,NULL); INSERT INTO international VALUES (21,'DataForm',6,'Fältnamn',1031733311,NULL); INSERT INTO international VALUES (20,'DataForm',6,'Redigeringsfält',1031733304,NULL); INSERT INTO international VALUES (2,'DataForm',6,'Ditt ämne här',1031733291,NULL); INSERT INTO international VALUES (19,'DataForm',6,'Är du säker på att du vill ta bort detta fält?',1031733279,NULL); INSERT INTO international VALUES (18,'DataForm',6,'Gå tillbaka!',1031733218,NULL); INSERT INTO international VALUES (17,'DataForm',6,'E-post skickad',1031733209,NULL); INSERT INTO international VALUES (16,'DataForm',6,'Bekräftelse',1031733188,NULL); INSERT INTO international VALUES (14,'DataForm',6,'Ämne',1031733136,NULL); INSERT INTO international VALUES (13,'DataForm',6,'Bcc',1031733130,NULL); INSERT INTO international VALUES (12,'DataForm',6,'Cc',1031733124,NULL); INSERT INTO international VALUES (11,'DataForm',6,'Till (e-postadress, användarnamn eller gruppnamn)',1031733109,NULL); INSERT INTO international VALUES (10,'DataForm',6,'Från',1031733088,NULL); INSERT INTO international VALUES (1,'DataForm',6,'E-postformulär',1031733080,NULL); INSERT INTO international VALUES (73,'LinkList',6,'Titel\r\nText som kommer bli länkad.\r\n\r\nURL\r\nWebbplats länken leder till. Exempel: http://www.google.com.\r\n\r\nÖppna i nytt fönster\r\nVälj \"Ja\" om du vill att länken ska öppna ett nytt fönster.\r\n\r\nBeskrivning\r\nKort beskrivning av webbplatsen länken går till. Du kan lämna det här fältet tomt.\r\n\r\nFortsätt med att lägga till länk?\r\nOm du har fler länkar att lägga till väljer du \"Ja\".',1031732803,NULL); INSERT INTO international VALUES (72,'LinkList',6,'Länk, lägg till/redigera',1031732662,NULL); INSERT INTO international VALUES (71,'LinkList',6,'Länklistor är precis vad det låter som, en lista med länkar. Många webbplatser har en länksektion och det här wobjektet hjälper dig skapa en sådan.\r\n\r\nIndentering\r\nHur många bokstävers indentering för varje länk?\r\n\r\nLinjeavstånd\r\nHur många radbrytningar mellan varje länk?\r\n\r\nKula\r\nVälj vilken typ av kula som ska användas i början på varje rad. Du kan lämna det här fältet tomt om du vill. Du kan även välja HTML-kulor som · och ». Du kan även använda bilder från bildhanteraren genom att använda ett macro typ ^I(bullet);.\r\n\r\nFortsätt med att lägga till länk?\r\nLåt den här stå på \"Ja\" för att lägga till länkar direkt.\r\n\r\nStilmall\r\nEn extra stilmallsklass har lagts till för länklistan.\r\n.linkTitle Använd denna för att manipulera utseendet för titeln på varje länk.',1031732417,NULL); INSERT INTO international VALUES (61,'LinkList',6,'Länklista, lägg till/redigera',1031732010,NULL); INSERT INTO international VALUES (61,'Item',6,'Objekt, lägg till/redigera',1031731997,NULL); INSERT INTO international VALUES (6,'Item',6,'Redigera objekt',1031731985,NULL); INSERT INTO international VALUES (3,'Item',6,'Ta bort bilaga',1031731976,NULL); INSERT INTO international VALUES (73,'FAQ',6,'Fråga\r\nSkriv in frågan du vill ha i din FAQ.\r\n\r\nSvar\r\nSkriv in svaret på frågan ovan.\r\n\r\nFortsätt med att lägga till frågor?\r\nOm du har fler frågor att lägga till väljer du \"Ja\".',1031731966,NULL); INSERT INTO international VALUES (72,'FAQ',6,'Fråga, lägga till/redigera',1031731897,NULL); INSERT INTO international VALUES (71,'FAQ',6,'Det verkar som i princip varenda webbplats har en \"Frequently Asked Questions\"-sektion (ofta ställda frågor). Det här är ett wobject som hjälper dig bygga din egen.

    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


    \r\nNote: Följande stil är specifik för händelsekalendern.\r\n\r\n.eventTitle\r\nTiteln för en enskild händelse.',1031667571,NULL); INSERT INTO international VALUES (72,'EventsCalendar',6,'Händelse, lägg till/redigera',1031666394,NULL); INSERT INTO international VALUES (61,'EventsCalendar',6,'Kalender, lägg till/redigera',1050349132,NULL); INSERT INTO international VALUES (20,'EventsCalendar',6,'Lägg till en händelse.',1031666339,NULL); INSERT INTO international VALUES (73,'FileManager',6,'Filtitel\r\nTitel som kommer visas för denna nerladdning.\r\n\r\nFil\r\nVälj en fil från din hårddisk som kommer laddas upp till nerladdningshanteraren.\r\n\r\nAlternativ version #1\r\nEn alternativ version till filen ovan. Är filen ovan t.ex. en JPEG så kan alternativet vara samma bild fast i TIFF-format.\r\n\r\nAlternativ version #2\r\nEn alternativ version till filen ovan. Är filen ovan t.ex. en JPEG så kan alternativet vara samma bild fast i TIFF-format.\r\n\r\nKort beskrivning\r\nKort beskrivning av filen. Kom ihåg att använda nyckelord som användaren kan tänkas använda när denne söker på webbplatsen.\r\n\r\nNerladdningsgrupp\r\nAvgränsa möjligheten att ladda ner filen till denna gruppen.\r\n\r\nFortsätt med att ladda upp mer filer för nerladdning?\r\nVälj \"Ja\" om du har mer filer att ladda upp.',1031665984,NULL); INSERT INTO international VALUES (72,'FileManager',6,'Nerladdning, lägg till/redigera',1031664814,NULL); INSERT INTO international VALUES (71,'FileManager',6,'Nerladdningshanteraren är designad för att hjälpa dig hantera distrubitionen av filer på din webbplats. Den hjälper dig välja vem som ska ha tillträde till filerna.\r\n\r\nRadbryt efter\r\nHur många filer ska visas per sida. Om antalet filer överstiger detta värde, delas listan upp på flera sidor.\r\n\r\nVisa miniatyrbilder?\r\nMarkera denna om du vill att visa miniatyrer av bilderna i filhanteraren. Notera att miniatyren endast syns för huvudfilen, för de alternativa versionerna visas ingen miniatyr.\r\n\r\nFortsätt att lägga upp filer?\r\nMarkera denna om du vill fortsätta att lägga upp filer när du gjort dina inställningar.',1050403611,NULL); INSERT INTO international VALUES (61,'FileManager',6,'Nerladdningshanteraren, lägg till/redigera',1031664577,NULL); INSERT INTO international VALUES (71,'Item',6,'Precis som artiklar är objekt den Schweiziska Armékniven för WebGUI. De flesta delar av statiskt innehåll kan läggas till via ett objekt, men objekt används oftast för mindre innehåll än artiklar.\r\n\r\nLänk URL\r\nDenna URL kommer anslutas till titeln på objektet.\r\n\r\nExempel: http://www.google.com\r\n\r\nBilaga\r\nOm du vill bifoga en Word-fil, zip-fil eller någon annan typ av fil för nerladdning väljer du från hårddisken.\r\n',1031663580,NULL); INSERT INTO international VALUES (61,'Article',6,'Artikel, Lägg till/Redigera',1031652255,NULL); INSERT INTO international VALUES (654,'WebGUI',6,'Stilar, ta bort',1031651503,NULL); INSERT INTO international VALUES (652,'WebGUI',6,'Användarinställningar, redigera',1031651489,NULL); INSERT INTO international VALUES (739,'WebGUI',1,'UI Level',1033832377,NULL); INSERT INTO international VALUES (738,'WebGUI',1,'9 Guru',1033836704,NULL); INSERT INTO international VALUES (737,'WebGUI',1,'8 Master',1033836698,NULL); INSERT INTO international VALUES (736,'WebGUI',1,'7 Expert',1033836692,NULL); INSERT INTO international VALUES (735,'WebGUI',1,'6 Professional',1033836686,NULL); INSERT INTO international VALUES (734,'WebGUI',1,'5 Adept',1033836678,NULL); INSERT INTO international VALUES (733,'WebGUI',1,'4 Skilled',1033836668,NULL); INSERT INTO international VALUES (732,'WebGUI',1,'3 Rookie',1033836660,NULL); INSERT INTO international VALUES (731,'WebGUI',1,'2 Trained',1033836651,NULL); INSERT INTO international VALUES (730,'WebGUI',1,'1 Novice',1033836642,NULL); INSERT INTO international VALUES (729,'WebGUI',1,'0 Beginner',1033836631,NULL); INSERT INTO international VALUES (106,'WebGUI',11,'\"ÇäÞÑ \"\"äÚã\"\" áÊÍæíá ÌãíÚ ÇáÕÝÍÇÊ ÇáÊí ÊÍÊæíåÇ åÐå ÇáÕÝÍÉ Åáì åÐÇ ÇáÊÕãíã\"',1031514049,NULL); INSERT INTO international VALUES (105,'WebGUI',11,'ÊÕãíã. åíÆÉ',1031514049,NULL); INSERT INTO international VALUES (104,'WebGUI',11,'ÚäæÇä ÇáÕÝÍÉ ÈÇáæíÈ',1031514049,NULL); INSERT INTO international VALUES (103,'WebGUI',11,'ÎÕÇÆÕ ÇáÕÝÍÉ',1031514049,NULL); INSERT INTO international VALUES (102,'WebGUI',11,'ÊÍÑíÑ ÇáÕÝÍÉ',1031514049,NULL); INSERT INTO international VALUES (101,'WebGUI',11,'åá ÃäÊ ãÊÃßÏ Ãäß ÊÑíÏ ÍÐÝ åÐå ÇáÕÝÍÉ ¡ ÈãÍÊæíÇÊåÇ¡ æßá ãÇ ÊÔãá ãä ÈäæÏ¿',1031514049,NULL); INSERT INTO international VALUES (100,'WebGUI',11,'ÚáÇãÇÊ ããíÒÉ',1031514049,NULL); INSERT INTO international VALUES (99,'WebGUI',11,'ÇÓã (ÚäæÇä)',1031514049,NULL); INSERT INTO international VALUES (95,'WebGUI',11,'ÝåÑÓ ÇáãÓÇÚÏÉ',1031514049,NULL); INSERT INTO international VALUES (94,'WebGUI',11,'ÊÃãá ÃíÖðÇ',1031514049,NULL); INSERT INTO international VALUES (93,'WebGUI',11,'ãÓÇÚÏÉ (ÊÚáíãÇÊ)',1031514049,NULL); INSERT INTO international VALUES (92,'WebGUI',11,'ÇáÕÝÍÉ ÇáÊÇáíÉ',1031514049,NULL); INSERT INTO international VALUES (91,'WebGUI',11,'ÇáÕÝÍÉ ÇáÓÇÈÞÉ',1031514049,NULL); INSERT INTO international VALUES (90,'WebGUI',11,'ÅÖÇÝÉ ãÌãæÚÉ ÌÏíÏÉ',1031514049,NULL); INSERT INTO international VALUES (89,'WebGUI',11,'ÇáãÌãæÚÇÊ',1031514049,NULL); INSERT INTO international VALUES (88,'WebGUI',11,'ãÌãæÚÉ ÇáãÓÊÎÏãíä',1031514049,NULL); INSERT INTO international VALUES (87,'WebGUI',11,'ÊÍÑíÑ ãÌãæÚÉ',1031514049,NULL); INSERT INTO international VALUES (86,'WebGUI',11,'åá ÃäÊ ãÊÃßÏ Ãäß ÊÑíÏ ÍÐÝ åÐå ÇáãÌãæÚÉ¿ íÑÌì ÇáÅÍÇØÉ ÈÃä ÍÐÝ Ãí ãÌãæÚÉ Óíßæä äåÇÆíðÇ¡ æÓíãÍæ ßá ÇáÇãÊíÇÒÇÊ ÇáããäæÍÉ áåÐå ÇáãÌãæÚÉ.',1031514049,NULL); INSERT INTO international VALUES (85,'WebGUI',11,'æÕÝ',1031514049,NULL); INSERT INTO international VALUES (84,'WebGUI',11,'ÇÓã ÇáãÌãæÚÉ',1031514049,NULL); INSERT INTO international VALUES (82,'WebGUI',11,'æÙÇÆÝ ÅÏÇÑíÉ...',1031514049,NULL); INSERT INTO international VALUES (81,'WebGUI',11,'Êã ÊÍÏíË ÇáÍÓÇÈ ÈäÌÇÍ !',1031514049,NULL); INSERT INTO international VALUES (80,'WebGUI',11,'Êã ÊÓÌíá ÇáÍÓÇÈ ÈäÌÇÍ !',1031514049,NULL); INSERT INTO international VALUES (2,'Auth/LDAP',11,'ÊÚÐÑ ÇáÇÊÕÇá ÈÜÓíÑÝÑLDAP',1031514049,NULL); INSERT INTO international VALUES (3,'Auth/WebGUI',11,'ßáãÉ ÇáÓÑ áÇ ÊäØÈÞ. íÑÌì ÅÚÇÏÉ ÇáãÍÇæáÉ',1031514049,NULL); INSERT INTO international VALUES (77,'WebGUI',11,'ÇÓã Ðáß ÇáÍÓÇÈ ãÓÌá ÈÇáÝÚá ÈæÇÓØÉ ÚÖæ ÂÎÑ ÈåÐÇ ÇáãæÞÚ. íÑÌì ãÍÇæáÉ ÇÓã ãÓÊÎÏã ÂÎÑ. íãßäß ÊÃãá ÇáãÞÊÑÍÇÊ ÇáÂÊíÉ:',1031514049,NULL); INSERT INTO international VALUES (76,'WebGUI',11,'ÚäæÇä Ðáß ÇáÈÑíÏ ÇáÅáßÊÑæäí ÛíÑ ãæÌæÏ ÈÞÇÚÏÉ ÇáÈíÇäÇÊ',1031514049,NULL); INSERT INTO international VALUES (75,'WebGUI',11,'Êã ÅÑÓÇá ÈíÇäÇÊ ÍÓÇÈß Åáì ÚäæÇäß',1031514049,NULL); INSERT INTO international VALUES (74,'WebGUI',11,'ÈíÇäÇÊ ÇáÍÓÇÈ',1031514049,NULL); INSERT INTO international VALUES (73,'WebGUI',11,'ÏÎæá',1031514049,NULL); INSERT INTO international VALUES (72,'WebGUI',11,'ÇÓÊÚÇÏÉ',1031514049,NULL); INSERT INTO international VALUES (71,'WebGUI',11,'ÇÓÊÚÇÏÉ ßáãÉ ÇáÓÑ',1031514049,NULL); INSERT INTO international VALUES (70,'WebGUI',11,'ÎØÃ',1031514049,NULL); INSERT INTO international VALUES (69,'WebGUI',11,'íÑÌì ÇáÇÊÕÇá ÈãÏíÑ ÇáäÙÇã ÇáÎÇÕ Èß ááãÓÇÚÏÉ',1031514049,NULL); INSERT INTO international VALUES (68,'WebGUI',11,'áÇ íãßä ÇáÚ辄 Úáì ÈíÇäÇÊ åÐÇ ÇáÍÓÇÈ. ÅãÇ Ãä ÇáÍÓÇÈ ÛíÑ ãæÌæÏ Ãæ Ãä ÊÑßíÈÉ (ÇÓã ÇáãÓÊÎÏã/ßáãÉ ÇáÓÑ) ÛíÑ ÕÍíÍÉ',1031514049,NULL); INSERT INTO international VALUES (67,'WebGUI',11,'ÊÓÌíá ÍÓÇÈ ÌÏíÏ',1031514049,NULL); INSERT INTO international VALUES (66,'WebGUI',11,'ÏÎæá',1031514049,NULL); INSERT INTO international VALUES (65,'WebGUI',11,'ÈÑÌÇÁ ÊÚØíá ÍÓÇÈí äåÇÆíðÇ',1031514049,NULL); INSERT INTO international VALUES (64,'WebGUI',11,'ÎÑæÌ',1031514049,NULL); INSERT INTO international VALUES (63,'WebGUI',11,'ÊÔÛíá ÇáÅÏÇÑí (admin)',1031514049,NULL); INSERT INTO international VALUES (62,'WebGUI',11,'ÍÝÙ',1031514049,NULL); INSERT INTO international VALUES (61,'WebGUI',11,'ÊÍÏíË ÈíÇäÇÊ ÇáÍÓÇÈ',1031514049,NULL); INSERT INTO international VALUES (60,'WebGUI',11,'åá ÃäÊ ãÊÃßÏ Ãäß ÊÑíÏ ÊÚØíá ÍÓÇÈß. ÅÐÇ ÇÓÊßãáÊ¡ ÝÅä ÈíÇäÇÊ ÍÓÇÈß ÓÊÖíÚ äåÇÆíðÇ',1031514049,NULL); INSERT INTO international VALUES (59,'WebGUI',11,'äÓíÊ ßáãÉ ÇáÓÑ.',1031514049,NULL); INSERT INTO international VALUES (58,'WebGUI',11,'áÏí ÍÓÇÈ ÈÇáÝÚá.',1031514049,NULL); INSERT INTO international VALUES (57,'WebGUI',11,'åÐÇ ÖÑæÑí ÝÞØ Ýí ÍÇáÉ ÇáÑÛÈÉ Ýí ÇÓÊÎÏÇã ÃÔßÇá ÊÊØáÈ ÇáÈÑíÏ ÇáÅáßÊÑæäí.',1031514049,NULL); INSERT INTO international VALUES (56,'WebGUI',11,'ÚäæÇä ÇáÈÑíÏ ÇáÅáßÊÑæäí',1031514049,NULL); INSERT INTO international VALUES (2,'Auth/WebGUI',11,'ßáãÉ ÇáÓÑ (ÊÃßíÏ)',1031514049,NULL); INSERT INTO international VALUES (54,'WebGUI',11,'ÊÓÌíá ÍÓÇÈ (ÕíÛÉ)',1031514049,NULL); INSERT INTO international VALUES (53,'WebGUI',11,'ÅÚÏÇÏ ÇáÕÝÍÉ ááØÈÇÚÉ',1031514049,NULL); INSERT INTO international VALUES (52,'WebGUI',11,'ÏÎæá',1031514049,NULL); INSERT INTO international VALUES (51,'WebGUI',11,'ßáãÉ ÇáÓÑ',1031514049,NULL); INSERT INTO international VALUES (50,'WebGUI',11,'ÇÓã ÇáãÓÊÎÏã',1031514049,NULL); INSERT INTO international VALUES (49,'WebGUI',11,'?op=logout\"\">here to log out.\"',0,NULL); INSERT INTO international VALUES (48,'WebGUI',11,'ÃåáÇð æãÑÍÈðÇ',1031514049,NULL); INSERT INTO international VALUES (47,'WebGUI',11,'ÇáÕÝÍÉ ÇáÑÆíÓíÉ',1031514049,NULL); INSERT INTO international VALUES (46,'WebGUI',11,'ÇÓã ÇáÍÓÇÈ',1031514049,NULL); INSERT INTO international VALUES (45,'WebGUI',11,'ßáÇ¡ áÞÏ ÃÎØÃÊ',1031514049,NULL); INSERT INTO international VALUES (44,'WebGUI',11,'äÚã¡ ÈÇáÊÃßíÏ',1031514049,NULL); INSERT INTO international VALUES (43,'WebGUI',11,'åá ÃäÊ ãÊÃßÏ Ãäß ÊÑíÏ ÍÐÝ åÐÇ ÇáãÍÊæì¿',1031514049,NULL); INSERT INTO international VALUES (42,'WebGUI',11,'íÑÌì ÇáÊÃßíÏ',1031514049,NULL); INSERT INTO international VALUES (41,'WebGUI',11,'ÃäÊ ÊÍÇæá ÅÒÇáÉ ãßæä Ííæí ãä äÙÇã ÇáÜwebGUI. ÅÐÇ ßÇä ãÓãæÍðÇ áß ÈÇáÇÓÊãÑÇÑ¡ ÝÅä ÇáÜwebGUI ãõÚÑøÖ ááÇäÞØÇÚ Úä ÃÏÇÁ ãåÇãå.',1031514049,NULL); INSERT INTO international VALUES (40,'WebGUI',11,'ãßæä Ííæí',1031514049,NULL); INSERT INTO international VALUES (39,'WebGUI',11,'áíÓ áÏíß ÇãÊíÇÒ ÇáÏÎæá áåÐå ÇáÕÝÍÉ',1031514049,NULL); INSERT INTO international VALUES (38,'WebGUI',11,' that has sufficient privileges before attempting this operation.\"',0,NULL); INSERT INTO international VALUES (37,'WebGUI',11,'áÇ íãßä ÇáÓãÇÍ áß Ðáß !',1031514049,NULL); INSERT INTO international VALUES (36,'WebGUI',11,'áÇÈÏ Ãä Êßæä ÅÏÇÑíðÇ ÍÊì ÊÄÏí åÐå ÇáæÙíÝÉ¡ íÑÌì ÇáÇÊÕÇá ÈÃÍÏ ãÏíÑí åÐÇ ÇáäÙÇã¡ ÇáãÐßæÑíä Ýí ÇáÞÇÆãÉ ÇáÊÇáíÉ:',1031514049,NULL); INSERT INTO international VALUES (35,'WebGUI',11,'æÙíÝÉ ÅÏÇÑíÉ',1031514049,NULL); INSERT INTO international VALUES (34,'WebGUI',11,'ÍÏÏ Çáíæã',1031514049,NULL); INSERT INTO international VALUES (33,'WebGUI',11,'ÇáÓÈÊ',1031514049,NULL); INSERT INTO international VALUES (32,'WebGUI',11,'ÇáÌãÚÉ',1031514049,NULL); INSERT INTO international VALUES (31,'WebGUI',11,'ÇáÎãíÓ',1031514049,NULL); INSERT INTO international VALUES (30,'WebGUI',11,'ÇáÃÑÈÚÇÁ',1031514049,NULL); INSERT INTO international VALUES (29,'WebGUI',11,'ÇáËáÇËÇÁ',1031514049,NULL); INSERT INTO international VALUES (28,'WebGUI',11,'ÇáÇËäíä',1031514049,NULL); INSERT INTO international VALUES (27,'WebGUI',11,'ÇáÃÍÏ ',1031514049,NULL); INSERT INTO international VALUES (26,'WebGUI',11,'ÏíÓãÈÑ',1031514049,NULL); INSERT INTO international VALUES (25,'WebGUI',11,'äæÝãÈÑ',1031514049,NULL); INSERT INTO international VALUES (24,'WebGUI',11,'ÃßÊæÈÑ',1031514049,NULL); INSERT INTO international VALUES (23,'WebGUI',11,'ÓÈÊãÈÑ',1031514049,NULL); INSERT INTO international VALUES (22,'WebGUI',11,'ÃÛÓØÓ',1031514049,NULL); INSERT INTO international VALUES (21,'WebGUI',11,'íæáíæ',1031514049,NULL); INSERT INTO international VALUES (20,'WebGUI',11,'íæäíæ',1031514049,NULL); INSERT INTO international VALUES (19,'WebGUI',11,'ãÇíæ',1031514049,NULL); INSERT INTO international VALUES (17,'WebGUI',11,'ãÇÑÓ',1031514049,NULL); INSERT INTO international VALUES (18,'WebGUI',11,'ÃÈÑíá',1031514049,NULL); INSERT INTO international VALUES (16,'WebGUI',11,'ÝÈÑÇíÑ',1031514049,NULL); INSERT INTO international VALUES (15,'WebGUI',11,'íäÇíÑ',1031514049,NULL); INSERT INTO international VALUES (14,'WebGUI',11,'ÇÓÊÚÑÇÖ ÇáØáÈÇÊ ÇáãÚáÞÉ (ÇáãäÊÙÑÉ)',1031514049,NULL); INSERT INTO international VALUES (13,'WebGUI',11,'ÇÓÊÚÑÇÖ ÝåÑÓ ÇáÊÚáíãÇÊ (ÇáãÓÇÚÏÉ)',1031514049,NULL); INSERT INTO international VALUES (12,'WebGUI',11,'ÊÚØíá ÇáÅÏÇÑí (admin)',1031514049,NULL); INSERT INTO international VALUES (11,'WebGUI',11,'ÅÝÑÇÛ ÓáÉ ÇáãåãáÇÊ',1031514049,NULL); INSERT INTO international VALUES (10,'WebGUI',11,'ÅÏÇÑÉ ÓáÉ ÇáãåãáÇÊ',1031514049,NULL); INSERT INTO international VALUES (9,'WebGUI',11,'ÇÓÊÚÑÇÖ áæÍÉ ÇáÚÑÖ',1031514049,NULL); INSERT INTO international VALUES (8,'WebGUI',11,'áíÓ ÈÇáÅãßÇä ÚÑÖ ÇáÕÝÍÉ',1031514049,NULL); INSERT INTO international VALUES (7,'WebGUI',11,'ÅÏÇÑÉ ÇáãÓÊÎÏãíä',1031514049,NULL); INSERT INTO international VALUES (6,'WebGUI',11,'ÅÏÇÑÉ ÇáÊÕãíãÇÊ',1031514049,NULL); INSERT INTO international VALUES (5,'WebGUI',11,'ÅÏÇÑÉ ÇáãÌãæÚÇÊ',1031514049,NULL); INSERT INTO international VALUES (4,'WebGUI',11,'ÅÏÇÑÉ ÇáÊÌåíÒÇÊ',1031514049,NULL); INSERT INTO international VALUES (3,'WebGUI',11,'ÅáÕÞ ãä áæÍÉ ÇáÚÑÖ',1031514049,NULL); INSERT INTO international VALUES (2,'WebGUI',11,'ÕÝÍÉ',1031514049,NULL); INSERT INTO international VALUES (1,'WebGUI',11,'ÅÖÇÝÉ ãÍÊæì..',1031514049,NULL); INSERT INTO international VALUES (886,'WebGUI',1,'Hide from navigation?',1044727952,NULL); INSERT INTO international VALUES (887,'WebGUI',1,'Midas (Mozilla 1.3+)',1047342950,NULL); INSERT INTO international VALUES (634,'WebGUI',2,'

    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.

    \r\n

    "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...

    \r\n

    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.

    \r\n

    Favicon
    \r\nEin Icon, dass in den Favoriten des Internetexplorers angezeigt wird. Mehr Infos zu Favicons hier klicken.

    \r\n

    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.

    \r\n

    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.

    \r\n

    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

    \r\n

    Maximale Dateigrösse für Anhänge
    \r\nDie maximale Grösse in KB der Anhänge.

    \r\n

    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.

    \r\n

    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.

    \r\n

    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

    \r\n

    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.

    \r\n

    Spalten des Textbereichs
    \r\nAnalog zu den Reihen der Textbereiche können Sie auch die Anzahl der Spalten angeben.

    \r\n

    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.

    \r\n

    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.

    ',1067895816,NULL); INSERT INTO international VALUES (61,'SyndicatedContent',11,'ÅÖÇÝÉ/ÊÍÑíÑ ãÍÊæì ÇáÑÇÈØÉ',1031514049,NULL); INSERT INTO international VALUES (4,'SyndicatedContent',11,'ÊÍÑíÑ ãÍÊæì ÇáÑÇÈØÉ',1031514049,NULL); INSERT INTO international VALUES (2,'SyndicatedContent',11,'ãÍÊæì ÇáÑÇÈØÉ (ÇáäÞÇÈÉ)',1031514049,NULL); INSERT INTO international VALUES (1,'SyndicatedContent',11,'ãä URL Åáì ãáÝ RSS ',1031514049,NULL); INSERT INTO international VALUES (61,'SQLReport',11,'ÅÖÇÝÉ/ÊÍÑíÑ ÊÞÑíÑ ÇáÜSQL',1031514049,NULL); INSERT INTO international VALUES (18,'SQLReport',11,'áíÓÊ åäÇß äÊÇÆÌ áåÐå ÇáÇÓÊÝåÇã',1031514049,NULL); INSERT INTO international VALUES (17,'SQLReport',11,'ÊäÞíÍ : ÇÓÊÝåÇã :',1031514049,NULL); INSERT INTO international VALUES (16,'SQLReport',11,'ÊäÞíÍ',1031514049,NULL); INSERT INTO international VALUES (15,'SQLReport',11,'ÞÈá (ÊÔÛíá) ãÚÇáÌÉ ÑãæÒ ÇáÇÎÊÕÇÑ Úáì ÇáÇÓÊÝåÇã¿',1031514049,NULL); INSERT INTO international VALUES (14,'SQLReport',11,'ÊÑÞíã ÇáÕÝÍÇÊ',1031514049,NULL); INSERT INTO international VALUES (13,'SQLReport',11,'åá ÊÑÛÈ Ýí ÊÍæíá ÚÇÆÏÇÊ ÇáÊÍãíá¿',1031514049,NULL); INSERT INTO international VALUES (12,'SQLReport',11,'ÊäÞíÍ : ÎØÃ : áã íÊãßä ãä ÇáÇÊÕÇá ÈÞÇÚÏÉ ÇáÈíÇäÇÊ',1031514049,NULL); INSERT INTO international VALUES (11,'SQLReport',11,'ÊäÞíÍ : ÎØÃ : åäÇß ãÔßáÉ ãÚ ÇáÇÓÊÝåÇã',1031514049,NULL); INSERT INTO international VALUES (10,'SQLReport',11,'ÊäÞíÍ : ÎØÃ : ÕíÛÉ áÜSQL ÇáãÚíäÉ ÛíÑ ÕÍíÍÉ',1031514049,NULL); INSERT INTO international VALUES (9,'SQLReport',11,'ÊäÞíÍ : ÎØÃ : ÕíÛÉ áÜDSN ÇáãÚíäÉ ÛíÑ ÕÍíÍÉ',1031514049,NULL); INSERT INTO international VALUES (8,'SQLReport',11,'ÊÍÑíÑ ÊÞÑíÑ SQL',1031514049,NULL); INSERT INTO international VALUES (6,'SQLReport',11,'ãÓÊÎÏã ÞÇÚÏÉ ÇáÈíÇäÇÊ',1031514049,NULL); INSERT INTO international VALUES (7,'SQLReport',11,'ßáãÉ ÓÑ ÞÇÚÏÉ ÇáÈíÇäÇÊ',1031514049,NULL); INSERT INTO international VALUES (5,'SQLReport',11,'DSN',1031514049,NULL); INSERT INTO international VALUES (4,'SQLReport',11,'ÇÓÊÝåÇã',1031514049,NULL); INSERT INTO international VALUES (3,'SQLReport',11,'ÞÇáÈ ÇáÊÞÑíÑ',1031514049,NULL); INSERT INTO international VALUES (1,'SQLReport',11,'ÊÞÑíÑ SQL (áÛÉ ÇáÇÓÊÝåÇã ÇáåíßáíÉ)',1031514049,NULL); INSERT INTO international VALUES (61,'SiteMap',11,'ÅÖÇÝÉ/ÊÍÑíÑ ÎÑíØÉ ÇáãæÞÚ',1031514049,NULL); INSERT INTO international VALUES (824,'WebGUI',1,'Email Footer',1038708558,NULL); INSERT INTO international VALUES (75,'Survey',1,'Edit this question.',1038778819,NULL); INSERT INTO international VALUES (6,'SiteMap',11,'ÝÑÇÛ Ãæá ÇáÓØÑ',1031514049,NULL); INSERT INTO international VALUES (5,'SiteMap',11,'ÊÍÑíÑ ÎÑíØÉ ÇáãæÞÚ',1031514049,NULL); INSERT INTO international VALUES (4,'SiteMap',11,'ãä ÇáÞÇÚ Åáì ÇáÞãÉ',1031514049,NULL); INSERT INTO international VALUES (3,'SiteMap',11,'ÇÈÊÏÇÁð ãä åÐÇ ÇáãÓÊæì¿',1031514049,NULL); INSERT INTO international VALUES (2,'SiteMap',11,'ÎÑíØÉ ÇáãæÞÚ',1031514049,NULL); INSERT INTO international VALUES (62,'Product',11,'ÅÖÇÝÉ/ÊÍÑíÑ ÞÇáÈ ÇáãäÊÌ',1031514049,NULL); INSERT INTO international VALUES (8,'WobjectProxy',1,'Override display title?',1053183719,'Asking the user if s/he would like to use the \"display title\" setting specified in the wobject proxy or the original display title setting of the original wobject.'); INSERT INTO international VALUES (60,'Product',11,'ÇáÞÇáÈ',1031514049,NULL); INSERT INTO international VALUES (59,'Product',11,'ÇáÅÓã',1031514049,NULL); INSERT INTO international VALUES (58,'Product',11,'ÊÍÑíÑ ÞÇáÈ ÇáãäÊÌ',1031514049,NULL); INSERT INTO international VALUES (57,'Product',11,'åá ÃäÊ ãÊÃßÏ Ãäß ÊÑíÏ ÍÐÝ åÐÇ ÇáÞÇáÈ æÊÌåíÒ ßá ÇáãäÊÌÇÊ ÈÇÓÊÎÏÇã ÇáÞÇáÈ ÇáÇÚÊíÇÏí¿',1031514049,NULL); INSERT INTO international VALUES (56,'Product',11,'ÅÖÇÝÉ ÞÇáÈ ãäÊÌ',1031514049,NULL); INSERT INTO international VALUES (55,'Product',11,'ÅÖÇÝÉ ãíÒÉ',1031514049,NULL); INSERT INTO international VALUES (54,'Product',11,'ãíÒÇÊ',1031514049,NULL); INSERT INTO international VALUES (53,'Product',11,'ÊÍÑíÑ ãíÒÉ',1031514049,NULL); INSERT INTO international VALUES (52,'Product',11,'ÅÖÇÝÉ ãíÒÉ ÃÎÑì¿',1031514049,NULL); INSERT INTO international VALUES (51,'Product',11,'ãíÒÉ',1031514049,NULL); INSERT INTO international VALUES (49,'Product',11,'ÅÖÇÝÉ/ÊÍÑíÑ ãíÒÇÊ ÇáãäÊÌ',1031514049,NULL); INSERT INTO international VALUES (48,'Product',11,'åá ÃäÊ ãÊÃßÏ Ãäß ÊÑíÏ ÍÐÝ åÐå ÇáãíÒÉ¿ áä íãßäß ÇÓÊÑÌÇÚåÇ ÅÐÇ ãÇ ÍÐÝÊ',1031514049,NULL); INSERT INTO international VALUES (46,'Product',11,'ÅÖÇÝÉ/ÊÍÑíÑ ãäÊÌ (Ðæ ÚáÇÞÉ)',1031514049,NULL); INSERT INTO international VALUES (44,'Product',11,'ÅÖÇÝÉ/ÊÍÑíÑ ÍáíÉ ãäÊÌ',1031514049,NULL); INSERT INTO international VALUES (42,'Product',11,'ÅÖÇÝÉ/ÊÍÑíÑ ãæÇÕÝÉ ãäÊÌ',1031514049,NULL); INSERT INTO international VALUES (38,'Product',11,'ÅÖÇÝÉ/ÊÍÑíÑ ãäÊÌ Ðæ ÚáÇÞÉ',1031514049,NULL); INSERT INTO international VALUES (40,'Product',11,'ÅÖÉÝÉ/ÊÍÑíÑ Ôßá ãäÊÌ',1031514049,NULL); INSERT INTO international VALUES (37,'Product',11,'ÅÖÇÝÉ ãäÊÌ Ðæ ÚáÇÞÉ',1031514049,NULL); INSERT INTO international VALUES (36,'Product',11,'ÅÖÇÝÉ ÍáíÉ',1031514049,NULL); INSERT INTO international VALUES (35,'Product',11,'ÅÖÇÝÉ ãæÇÕÝÉ',1031514049,NULL); INSERT INTO international VALUES (34,'Product',11,'ÅÖÇÝÉ Ôßá',1031514049,NULL); INSERT INTO international VALUES (33,'Product',11,'ãäÊÌÇÊ ÐÇÊ ÚáÇÞÉ',1031514049,NULL); INSERT INTO international VALUES (31,'Product',11,'ãæÇÕÝÇÊ',1031514049,NULL); INSERT INTO international VALUES (32,'Product',11,'ãáÍÞÇÊ ËÇäæíÉ (Íáí)',1031514049,NULL); INSERT INTO international VALUES (30,'Product',11,'ÃÔßÇá',1031514049,NULL); INSERT INTO international VALUES (29,'Product',11,'æÍÏÇÊ',1031514049,NULL); INSERT INTO international VALUES (28,'Product',11,'ÅÖÉÝÉ ãæÇÕÝÇÊ ÃÎÑì¿',1031514049,NULL); INSERT INTO international VALUES (27,'Product',11,'ãæÇÕÝÉ',1031514049,NULL); INSERT INTO international VALUES (26,'Product',11,'ãáÕÞ ÊÌÇÑí (ØÇÈÚ)',1031514049,NULL); INSERT INTO international VALUES (25,'Product',11,'ÊÍÑíÑ ÇáãæÇÕÝÇÊ',1031514049,NULL); INSERT INTO international VALUES (24,'Product',11,'ÅÖÇÝÉ¿',1031514049,NULL); INSERT INTO international VALUES (23,'Product',11,'Ôßá',1031514049,NULL); INSERT INTO international VALUES (22,'Product',11,'ÊÍÑíÑ ÇáÔßá',1031514049,NULL); INSERT INTO international VALUES (21,'Product',11,'ÅÖÇÝÉ ãäÊÌ Ðæ ÚáÇÞÉ ÂÎÑ¿',1031514049,NULL); INSERT INTO international VALUES (20,'Product',11,'ãäÊÌ Ðæ ÚáÇÞÉ',1031514049,NULL); INSERT INTO international VALUES (19,'Product',11,'ÅÖÇÝÉ ãäÊÌ Ðæ ÚáÇÞÉ',1031514049,NULL); INSERT INTO international VALUES (18,'Product',11,'ÅÖÇÝÉ ÍáíÉ ÃÎÑì¿',1031514049,NULL); INSERT INTO international VALUES (17,'Product',11,'ÍáíÉ',1031514049,NULL); INSERT INTO international VALUES (16,'Product',11,'ÅÖÇÝÉ ÍáíÉ',1031514049,NULL); INSERT INTO international VALUES (15,'Product',11,'ÖãÇä',1031514049,NULL); INSERT INTO international VALUES (14,'Product',11,'íÏæí',1031514049,NULL); INSERT INTO international VALUES (13,'Product',11,'ßÑÇÓÉ ÚÑÖ (ÚÑÖ ÊÞÏíãí)',1031514049,NULL); INSERT INTO international VALUES (11,'Product',11,'ÑÞã ÇáãäÊÌ',1031514049,NULL); INSERT INTO international VALUES (10,'Product',11,'ÇáÓÚÑ',1031514049,NULL); INSERT INTO international VALUES (9,'Product',11,'ÕæÑÉ ãäÊÌ ÑÞã 3',1031514049,NULL); INSERT INTO international VALUES (8,'Product',11,'ÕæÑÉ ãäÊÌ ÑÞã 2',1031514049,NULL); INSERT INTO international VALUES (7,'Product',11,'ÕæÑÉ ãäÊÌ ÑÞã 1',1031514049,NULL); INSERT INTO international VALUES (6,'Product',11,'ÊÍÑíÑ ãäÊÌ',1031514049,NULL); INSERT INTO international VALUES (5,'Product',11,'åá ÃäÊ ãÊÃßÏ Ãäß ÊÑíÏ ÍÐÝ åÐå ÇáãæÇÕÝÇÊ¿',1031514049,NULL); INSERT INTO international VALUES (4,'Product',11,'åá ÃäÊ ãÊÃßÏ Ãäß ÊÑíÏ ÍÐÝ åÐå ÇáÚáÇÞÉ ÇáÎÇÕÉ ÈåÐÇ ÇáãäÊÌ ¿',1031514049,NULL); INSERT INTO international VALUES (3,'Product',11,'åá ÃäÊ ãÊÃßÏ Ãäß ÊÑíÏ ÍÐÝ åÐÇ ÇáÔßá¿',1031514049,NULL); INSERT INTO international VALUES (2,'Product',11,'åá ÃäÊ ãÊÃßÏ Ãäß ÊÑíÏ ÍÐÝ åÐå ÇáÚáÇÞÉ ÈåÐå ÇáÍáíÉ¿',1031514049,NULL); INSERT INTO international VALUES (1,'Product',11,'ãäÊÌ',1031514049,NULL); INSERT INTO international VALUES (72,'Poll',11,'ÚÔæÇÆíÉ ÇáÅÌÇÈÇÊ¿',1031514049,NULL); INSERT INTO international VALUES (61,'Poll',11,'ÅÖÇÝÉ/ÊÍÑíÑ ÇáÑÃÓ',1031514049,NULL); INSERT INTO international VALUES (20,'Poll',11,'ÇáãÞÏÇÑ ÈÍÓÈ ßá ÕæÊ',1031514049,NULL); INSERT INTO international VALUES (12,'Poll',11,'ãÌãæÚ ÇáÃÕæÇÊ:',1031514049,NULL); INSERT INTO international VALUES (11,'Poll',11,'ÇÞÊÑÚ !',1031514049,NULL); INSERT INTO international VALUES (10,'Poll',11,'ÅÚÇÏÉ ÊÌåíÒ ÇáÃÕæÇÊ',1031514049,NULL); INSERT INTO international VALUES (9,'Poll',11,'ÊÍÑíÑ ÇáÑÃÓ',1031514049,NULL); INSERT INTO international VALUES (8,'Poll',11,'(ÃÏÎá ÅÌÇÈÉ æÇÍÏÉ áßá ÓØÑ. ÈÍÏ ÃÞÕì 20)',1031514049,NULL); INSERT INTO international VALUES (7,'Poll',11,'ÌæÇÈ',1031514049,NULL); INSERT INTO international VALUES (6,'Poll',11,'ÓÄÇá',1031514049,NULL); INSERT INTO international VALUES (5,'Poll',11,'ÇÊÓÇÚ ÇáÔßá ÇáÈíÇäí',1031514049,NULL); INSERT INTO international VALUES (4,'Poll',11,'ãä íãßäå ÇáÇÞÊÑÇÚ¿',1031514049,NULL); INSERT INTO international VALUES (61,'MessageBoard',11,'ÅÖÇÝÉ/ÊÍÑíÑ áæÍÉ ÇáÑÓÇáÉ',1031514049,NULL); INSERT INTO international VALUES (1,'Poll',11,'ÑÃÓ',1031514049,NULL); INSERT INTO international VALUES (3,'Poll',11,'äÔØ',1031514049,NULL); INSERT INTO international VALUES (1017,'WebGUI',11,'ÂÎÑ ÑÏ',1031514049,NULL); INSERT INTO international VALUES (1016,'WebGUI',11,'ÑÏæÏ',1031514049,NULL); INSERT INTO international VALUES (6,'MessageBoard',11,'ÊÍÑíÑ áæÍÉ ÇáÑÓÇáÉ',1031514049,NULL); INSERT INTO international VALUES (61,'DataForm',11,'ÅÖÇÝÉ/ÊÍÑíÑ ÊÔßíá ÇáÈÑíÏ',1031514049,NULL); INSERT INTO international VALUES (62,'DataForm',11,'ÅÖÇÝÉ/ÊÍÑíÑ ÍÞæá ÊÔßíá ÇáÈÑíÏ',1031514049,NULL); INSERT INTO international VALUES (2,'MessageBoard',11,'áæÍÉ ÇáÑÓÇáÉ',1031514049,NULL); INSERT INTO international VALUES (25,'DataForm',11,'Þíã ãåãáÉ Ãæ ÇÚÊíÇÏíÉ (ÇÎÊíÇÑí)',1031514049,NULL); INSERT INTO international VALUES (23,'DataForm',11,'ÇáäæÚ',1031514049,NULL); INSERT INTO international VALUES (24,'DataForm',11,'Þíã ãÍÊãáÉ (ÕäÏæÞ ÇáÃÓÞÇØ ÝÞØ)',1031514049,NULL); INSERT INTO international VALUES (22,'DataForm',11,'ÇáÍÇáÉ',1031514049,NULL); INSERT INTO international VALUES (21,'DataForm',11,'ÇÓã ÇáÍÞá',1031514049,NULL); INSERT INTO international VALUES (20,'DataForm',11,'ÊÍÑíÑ ÇáÍÞá',1031514049,NULL); INSERT INTO international VALUES (19,'DataForm',11,'åá ÃäÊ ãÊÃßÏ Ãäß ÊÑíÏ ÍÐÝ åÐÇ ÇáÍÞá¿',1031514049,NULL); INSERT INTO international VALUES (18,'DataForm',11,'ÑÌæÚ !',1031514049,NULL); INSERT INTO international VALUES (17,'DataForm',11,'Êã ÅÑÓÇá ÇáÈÑíÏ',1031514049,NULL); INSERT INTO international VALUES (16,'DataForm',11,'ÔßÑ',1031514049,NULL); INSERT INTO international VALUES (14,'DataForm',11,'ÇáãæÖæÚ',1031514049,NULL); INSERT INTO international VALUES (13,'DataForm',11,'ÕæÑÉ ËÇäíÉ Åáì',1031514049,NULL); INSERT INTO international VALUES (12,'DataForm',11,'ÕæÑÉ Åáì',1031514049,NULL); INSERT INTO international VALUES (11,'DataForm',11,'Åáì (ÚäæÇä ÇáÈÑíÏ ÇáÅáßÊÑæäí¡ ÇÓã ÇáãÓÊÎÏã¡ Ãæ ÇÓã ÇáãÌãæÚÉ)',1031514049,NULL); INSERT INTO international VALUES (10,'DataForm',11,'ÊÔßíá',1031514049,NULL); INSERT INTO international VALUES (951,'WebGUI',1,'Are you certain that you wish to empty the clipboard to the trash?',1052850265,NULL); INSERT INTO international VALUES (8,'DataForm',11,'ÇÊÓÇÚ',1031514049,NULL); INSERT INTO international VALUES (7,'DataForm',11,'ÊÍÑíÑ ÊÔßíá ÇáÈÑíÏ',1031514049,NULL); INSERT INTO international VALUES (6,'DataForm',11,'ÞÇÈá ááÊÍÑíÑ',1031514049,NULL); INSERT INTO international VALUES (5,'DataForm',11,'ÙÇåÑ',1031514049,NULL); INSERT INTO international VALUES (4,'DataForm',11,'ÎÝí',1031514049,NULL); INSERT INTO international VALUES (3,'DataForm',11,'ÔßÑðÇ ááÑÏ !',1031514049,NULL); INSERT INTO international VALUES (2,'DataForm',11,'ÇßÊÈ ãæÖæÚ ÈÑíÏß åäÇ',1031514049,NULL); INSERT INTO international VALUES (1,'DataForm',11,'ÊÔßíá ÈÑíÏ',1031514049,NULL); INSERT INTO international VALUES (72,'LinkList',11,'ÅÖÇÝÉ/ÊÍÑíÑ æÕáÉ',1031514049,NULL); INSERT INTO international VALUES (61,'LinkList',11,'ÅÖÇÝÉ/ÊÍÑíÑ ÞÇÆãÉ ÇáæÕáÉ',1031514049,NULL); INSERT INTO international VALUES (13,'LinkList',11,'ÅÖÇÝÉ æÕáÉ ÌÏíÏÉ',1031514049,NULL); INSERT INTO international VALUES (12,'LinkList',11,'ÊÍÑíÑ æÕáÉ',1031514049,NULL); INSERT INTO international VALUES (10,'LinkList',11,'ÅÖÇÝÉ/ÊÍÑíÑ æÕáÉ',1031514049,NULL); INSERT INTO international VALUES (9,'LinkList',11,'åá ÃäÊ ãÊÃßÏ Ãäß ÊÑíÏ ÍÐÝ åÐå ÇáæÕáÉ¿',1031514049,NULL); INSERT INTO international VALUES (8,'LinkList',11,'ÚäæÇä ÇäÊÑäÊ',1031514049,NULL); INSERT INTO international VALUES (6,'LinkList',11,'ÞÇÆãÉ ÇáæÕáÉ',1031514049,NULL); INSERT INTO international VALUES (820,'WebGUI',1,'Your account is not activated. Therefore you cannot log in until it\'s activated, which only can be done by the admin.',1038431645,NULL); INSERT INTO international VALUES (3,'LinkList',11,'ÝÊÍ Ýí ÕÝÍÉ ÌÏíÏÉ¿',1031514049,NULL); INSERT INTO international VALUES (61,'Item',11,'ÅÖÇÝÉ/ÊÍÑíÑ ÈäÏ',1031514049,NULL); INSERT INTO international VALUES (6,'Item',11,'ÊÍÑíÑ ÈäÏ',1031514049,NULL); INSERT INTO international VALUES (5,'Item',11,'ÊÍãíá ãÑÝÞÇÊ',1031514049,NULL); INSERT INTO international VALUES (4,'Item',11,'ÈäÏ',1031514049,NULL); INSERT INTO international VALUES (3,'Item',11,'ÍÐÝ ãÑÝÞÇÊ',1031514049,NULL); INSERT INTO international VALUES (2,'Item',11,'ãÑÝÞÇÊ',1031514049,NULL); INSERT INTO international VALUES (72,'FAQ',11,'ÅÖÇÝÉ/ÊÍÑíÑ ÓÄÇá',1031514049,NULL); INSERT INTO international VALUES (1,'Item',11,'æÕáÉ æíÈ',1031514049,NULL); INSERT INTO international VALUES (61,'FAQ',11,'ÅÖÇÝÉ/ÊÍÑíÑ ÊÓÇÄáÇÊ ãÊÑÏÏÉ',1031514049,NULL); INSERT INTO international VALUES (13,'FAQ',11,'ÊÔÛíá æÕáÉ [ÃÚáì]¿',1031514049,NULL); INSERT INTO international VALUES (12,'FAQ',11,'ÊÔÛíá Ó/Ì¿',1031514049,NULL); INSERT INTO international VALUES (11,'FAQ',11,'',1031514049,NULL); INSERT INTO international VALUES (10,'FAQ',11,'ÊÍÑíÑ ÓÄÇá',1031514049,NULL); INSERT INTO international VALUES (9,'FAQ',11,'ÅÖÇÝÉ ÓÄÇá ÌÏíÏ',1031514049,NULL); INSERT INTO international VALUES (8,'FAQ',11,'ÊÍÑíÑ ÊÓÇÄá',1031514049,NULL); INSERT INTO international VALUES (6,'FAQ',11,'ÌæÇÈ',1031514049,NULL); INSERT INTO international VALUES (7,'FAQ',11,'åá ÃäÊ ãÊÃßÏ Ãäß ÊÑíÏ ÍÐÝ åÐÇ ÇáÓÄÇá¿',1031514049,NULL); INSERT INTO international VALUES (5,'FAQ',11,'ÓÄÇá',1031514049,NULL); INSERT INTO international VALUES (2,'FAQ',11,'ÊÓÇÄáÇÊ ãÊÑÏÏÉ',1031514049,NULL); INSERT INTO international VALUES (75,'FAQ',1,'Add a question.',1036260753,NULL); INSERT INTO international VALUES (61,'ExtraColumn',11,'ÅÖÇÝÉ/ÊÍÑíÑ ÚãæÏ ÅÖÇÝí',1031514049,NULL); INSERT INTO international VALUES (6,'ExtraColumn',11,'ÅÖÇÝÉ ÚãæÏ ÅÖÇÝí',1031514049,NULL); INSERT INTO international VALUES (5,'ExtraColumn',11,'ÊÕäíÝ äãæÐÌ ÇáÕÝÍÉ',1031514049,NULL); INSERT INTO international VALUES (4,'ExtraColumn',11,'ÇÊÓÇÚ',1031514049,NULL); INSERT INTO international VALUES (3,'ExtraColumn',11,'ãÈÇÚÏÉ',1031514049,NULL); INSERT INTO international VALUES (1,'ExtraColumn',11,'ÚãæÏ ÅÖÇÝí',1031514049,NULL); INSERT INTO international VALUES (78,'EventsCalendar',11,'áÇ ÊÍÐÝ ÔíÆÇ.. áÞÏ ÃÎØÃÊ (ÊÑÇÌÚ Úä ÇáÍÐÝ)',1031514049,NULL); INSERT INTO international VALUES (77,'EventsCalendar',11,'ÍÐÝ åÐÇ ÇáÍÏË<È> æ ÈßÇãá ÊßÑÇÑíÇÊå',1031514049,NULL); INSERT INTO international VALUES (76,'EventsCalendar',11,'ÍÐÝ åÐÇ ÇáÍÏË ÝÞØ',1031514049,NULL); INSERT INTO international VALUES (75,'EventsCalendar',11,'Ãí ÇáÎíÇÑÇÊ ÊÝÖá¿',1031514049,NULL); INSERT INTO international VALUES (72,'EventsCalendar',11,'ÅÖÇÝÉ/ÊÍÑíÑ ÇáÍÏË',1031514049,NULL); INSERT INTO international VALUES (61,'EventsCalendar',11,'ÅÖÇÝÉ/ÊÍÑíÑ ÊÞæíã ÇáÃÍÏÇË',1031514049,NULL); INSERT INTO international VALUES (86,'EventsCalendar',1,'Show 12 months from start.',1038190601,NULL); INSERT INTO international VALUES (20,'EventsCalendar',11,'ÅÖÇÝÉ ÍÏË',1031514049,NULL); INSERT INTO international VALUES (19,'EventsCalendar',11,'ÊÑÞíã ÇáÕÝÍÇÊ',1031514049,NULL); INSERT INTO international VALUES (611,'WebGUI',21,'îÁÚ×ÁÎÉÅ ËÏÍÐÁÎÉÉ
    \r\n÷×ÅÄÉÔÅ ÎÁÚ×ÁÎÉÅ ×ÁÛÅÊ ËÏÍÐÁÎÉÉ. üÔÏ ÉÍÑ ÂÕÄÅÔ ÉÓÐÏÌØÚÏ×ÁÔØÓÑ ÍÁËÒÏÓÏÍ ^c;.\r\n

    \r\ne-mail
    \r\n÷×ÅÄÉÔÅ ÏÓÎÏ×ÎÏÊ ÜÌÅËÔÒÏÎÎÙÊ ÁÄÒÅÓ ËÏÍÐÁÎÉÉ. ïÎ ÂÕÄÅÔ ÐÏÄÓÔÁ×ÌÑÔØÓÑ ÐÒÉ Á×ÔÏÍÁÔÉÞÅÓËÏÊ ÇÅÎÅÒÁÃÉÉ ÓÏÏÂÝÅÎÉÊ ÄÌÑ ÐÏÌØÚÏ×ÁÔÅÌÅÊ ÓÁÊÔÁ.\r\n

    \r\nURL ÓÁÊÔÁ ËÏÍÐÁÎÉÉ
    \r\n÷×ÅÄÉÔÅ ÏÓÎÏ×ÎÏÊ ÁÄÒÅÓ ×ÅÂ-ÓÁÊÔÁ ËÏÍÐÁÎÉÉ. üÔÏÔ ÁÄÒÅÓ ÂÕÄÅÔ ÉÓÐÏÌØÚÏ×ÁÔØÓÑ ÐÒÉ Á×ÔÏÍÁÔÉÞÅÓËÏÊ ÇÅÎÅÒÁÃÉÉ ÓÏÏÂÝÅÎÉÊ ÄÌÑ ÐÏÌØÚÏ×ÁÔÅÌÅÊ ÓÁÊÔÁ.\r\n

    ',1042130932,NULL); INSERT INTO international VALUES (15,'EventsCalendar',11,'ÊÇÑíÎ ÇáÇäÊåÇÁ',1031514049,NULL); INSERT INTO international VALUES (14,'EventsCalendar',11,'ÊÇÑíÎ ÇáÈÏÁ',1031514049,NULL); INSERT INTO international VALUES (13,'EventsCalendar',11,'ÊÍÑíÑ ÇáÍÏË',1031514049,NULL); INSERT INTO international VALUES (12,'EventsCalendar',11,'ÊÍÑíÑ ÊÞæíã ÇáÃÍÏÇË',1031514049,NULL); INSERT INTO international VALUES (9,'EventsCalendar',11,'ÍÊì',1031514049,NULL); INSERT INTO international VALUES (8,'EventsCalendar',11,'íÊßÑÑ ßá',1031514049,NULL); INSERT INTO international VALUES (4,'EventsCalendar',11,'íÍÏË ãÑÉ æÇÍÏÉ',1031514049,NULL); INSERT INTO international VALUES (2,'EventsCalendar',11,'ÊÞæíã ÇáÃÍÏÇË',1031514049,NULL); INSERT INTO international VALUES (91,'EventsCalendar',1,'Add a new event.',1038190852,NULL); INSERT INTO international VALUES (61,'Article',11,'ÅÖÇÝÉ/ÊÍÑíÑ ÝÞÑÉ',1031514049,NULL); INSERT INTO international VALUES (28,'Article',11,'ÚÑÖ ÇáÂÑÇÁ',1031514049,NULL); INSERT INTO international VALUES (75,'MessageBoard',1,'Add a forum',1066038194,'A label for a link that allows an admin to add a forum to a message board.'); INSERT INTO international VALUES (24,'Article',11,'ÊÚííä ÇáÑÏ',1031514049,NULL); INSERT INTO international VALUES (23,'Article',11,'ÇáÊÇÑíÎ (ÇáÒãä)',1031514049,NULL); INSERT INTO international VALUES (22,'Article',11,'ÇáßÇÊÈ',1031514049,NULL); INSERT INTO international VALUES (894,'WebGUI',11,'ÝÊÍ ãäÇÞÔÇÊ¿',1031514049,NULL); INSERT INTO international VALUES (749,'WebGUI',1,'Track page statistics?',1036736182,NULL); INSERT INTO international VALUES (778,'WebGUI',1,'Folder Description',1036906132,NULL); INSERT INTO international VALUES (13,'Article',11,'ÍÐÝ',1031514049,NULL); INSERT INTO international VALUES (12,'Article',11,'ÊÍÑíÑ ÇáÝÞÑÉ',1031514049,NULL); INSERT INTO international VALUES (11,'Article',11,'br>',0,NULL); INSERT INTO international VALUES (10,'Article',11,'åá ÊÑÛÈ Ýí ÊÍæíá ÚÇÆÏÇÊ ÇáÊÍãíá¿',1031514049,NULL); INSERT INTO international VALUES (9,'Article',11,'ãÑÝÞÇÊ',1031514049,NULL); INSERT INTO international VALUES (8,'Article',11,'ÚäæÇä ÇáæÕáÉ ÈÇáÅäÊÑäÊ',1031514049,NULL); INSERT INTO international VALUES (7,'Article',11,'ÇÓã ÇáæÕáÉ',1031514049,NULL); INSERT INTO international VALUES (6,'Article',11,'ÕæÑÉ ',1031514049,NULL); INSERT INTO international VALUES (4,'Article',11,'ÊÇÑíÎ ÇáÇäÊåÇÁ',1031514049,NULL); INSERT INTO international VALUES (3,'Article',11,'ÊÇÑíÎ ÇáÈÏÁ',1031514049,NULL); INSERT INTO international VALUES (1,'Article',11,'ÝÞÑÉ',1031514049,NULL); INSERT INTO international VALUES (107,'WebGUI',11,'ÇãÊíÇÒÇÊ',1031514049,NULL); INSERT INTO international VALUES (108,'WebGUI',11,'ãÇáß',1031514049,NULL); INSERT INTO international VALUES (116,'WebGUI',11,'\"ÇäÞÑ \"\"äÚã\"\" áÊÍæíá ÇãÊíÇÒÇÊ ßá ÇáÕÝÍÇÊ ÇáÊí ÊÍÊæíåÇ åÐå ÇáÕÝÍÉ Åáì åÐå ÇáÇãÊíÇÒÇÊ\"',1031514049,NULL); INSERT INTO international VALUES (117,'WebGUI',11,'ÊÍÑíÑ ÊÌåíÒÇÊ ÇáãÓÊÎÏã',1031514049,NULL); INSERT INTO international VALUES (118,'WebGUI',11,'ÊÓÌíá ÈÏæä ÇÓã',1031514049,NULL); INSERT INTO international VALUES (119,'WebGUI',11,'ÃÓáæÈ ÇáÊæËíÞ (ÇÝÊÑÇÖí)',1031514049,NULL); INSERT INTO international VALUES (5,'Auth/LDAP',11,'ÊÚííä LDAP URL (ÇÝÊÑÇÖí)',1031514049,NULL); INSERT INTO international VALUES (6,'Auth/LDAP',11,'åæíÉ LDAP (ÇÝÊÑÇÖí)',1031514049,NULL); INSERT INTO international VALUES (7,'Auth/LDAP',11,'ÊÓãíÉ åæíÉ LDAP',1031514049,NULL); INSERT INTO international VALUES (8,'Auth/LDAP',11,'ÊÓãíÉ ßáãÉ ÇáÓÑ ÇáÎÇÕÉ ÈÜ LDAP',1031514049,NULL); INSERT INTO international VALUES (124,'WebGUI',11,'ÊÍÑíÑ ÈíÇäÇÊ ÇáÔÑßÉ',1031514049,NULL); INSERT INTO international VALUES (125,'WebGUI',11,'ÇÓã ÇáÔÑßÉ',1031514049,NULL); INSERT INTO international VALUES (126,'WebGUI',11,'ÚäæÇä ÇáÔÑßÉ ÈÇáÈÑíÏ ÇáÅáßÊÑæäí',1031514049,NULL); INSERT INTO international VALUES (127,'WebGUI',11,'ãæÞÚ ÇáÔÑßÉ ÈÇáæíÈ',1031514049,NULL); INSERT INTO international VALUES (130,'WebGUI',11,'ÇáÍÏ ÇáÃÞÕì ááãÑÝÞÇÊ',1031514049,NULL); INSERT INTO international VALUES (133,'WebGUI',11,'ÊÍÑíÑ ÊÌåíÒÇÊ ÇáÈÑíÏ',1031514049,NULL); INSERT INTO international VALUES (134,'WebGUI',11,'ÑÓÇáÉ ÇÓÊÑÌÇÚ ßáãÉ ÇáÓÑ',1031514049,NULL); INSERT INTO international VALUES (135,'WebGUI',11,'ÓíÑÝÑ (ÎÇÏã) SMPT',1031514049,NULL); INSERT INTO international VALUES (138,'WebGUI',11,'äÚã',1031514049,NULL); INSERT INTO international VALUES (139,'WebGUI',11,'áÇ',1031514049,NULL); INSERT INTO international VALUES (140,'WebGUI',11,'ÊÍÑíÑ ÊÌåíÒÇÊ ãÊäæÚÉ',1031514049,NULL); INSERT INTO international VALUES (141,'WebGUI',11,'ÕÝÍÉ ÛíÑ ãæÌæÏÉ',1031514049,NULL); INSERT INTO international VALUES (142,'WebGUI',11,'ÇäÞÖÇÁ ÇáÝÊÑÉ ÇáÒãäíÉ ááÏæÑÉ',1031514049,NULL); INSERT INTO international VALUES (143,'WebGUI',11,'ÅÏÇÑÉ ÇáÊÌåíÒÇÊ',1031514049,NULL); INSERT INTO international VALUES (144,'WebGUI',11,'ÇÓÊÚÑÇÖ ÇáÅÍÕÇÆíÇÊ',1031514049,NULL); INSERT INTO international VALUES (145,'WebGUI',11,'äÓÎÉ webGUI Build',1031514049,NULL); INSERT INTO international VALUES (146,'WebGUI',11,'ÊäÔíØ ÇáÏæÑÇÊ',1031514049,NULL); INSERT INTO international VALUES (147,'WebGUI',11,'ÕÝÍÇÊ',1031514049,NULL); INSERT INTO international VALUES (148,'WebGUI',11,'ãæÖæÚÇÊ ÇáæíÈ',1031514049,NULL); INSERT INTO international VALUES (149,'WebGUI',11,'ãÓÊÎÏãíä',1031514049,NULL); INSERT INTO international VALUES (151,'WebGUI',11,'ÇÓã ÇáÊÕãíã',1031514049,NULL); INSERT INTO international VALUES (154,'WebGUI',11,'ÕÝÍÉ ÇáÊÕãíã',1031514049,NULL); INSERT INTO international VALUES (155,'WebGUI',11,'\"åá ÃäÊ æÇËÞ Ãäß ÊÑíÏ ÍÐÝ åÐÇ ÇáÊÕãíã æãÛÇÏÑÉ ÌãíÚ ÇáÕÝÍÇÊ ÇáÊí ÊÓÊÎÏã åÐÇ ÇáÊÕãíã Åáì ÊÕãíã \"\"ÊæÞÝ Âãä\"\"¿\"',1031514049,NULL); INSERT INTO international VALUES (156,'WebGUI',11,'ÊÍÑíÑ ÇáÊÕãíã',1031514049,NULL); INSERT INTO international VALUES (157,'WebGUI',11,'ÊÕãíãÇÊ',1031514049,NULL); INSERT INTO international VALUES (158,'WebGUI',11,'ÅÖÇÝÉ ÊÕãíã ÌÏíÏ',1031514049,NULL); INSERT INTO international VALUES (159,'WebGUI',11,'ÈÑíÏ æÇÑÏ',1031514049,NULL); INSERT INTO international VALUES (160,'WebGUI',11,'ÊÇÑíÎ ÇáÊÞÏíã',1031514049,NULL); INSERT INTO international VALUES (161,'WebGUI',11,'ãÞÏãå',1031514049,NULL); INSERT INTO international VALUES (162,'WebGUI',11,'åá ÃäÊ ãÊÃßÏ Ãäß ÊÑíÏ ÅÎáÇÁ ÌãíÚ ÇáÕÝÍÇÊ æãæÖæÚÇÊ ÇáæíÈ ÈÓáÉ ÇáãåãáÇÊ¿',1031514049,NULL); INSERT INTO international VALUES (163,'WebGUI',11,'ÅÖÇÝÉ ãÓÊÎÏã',1031514049,NULL); INSERT INTO international VALUES (164,'WebGUI',11,'ÃÓáæÈ ÇáÊæËíÞ',1031514049,NULL); INSERT INTO international VALUES (3,'Auth/LDAP',11,'LDAP URL',1031514049,NULL); INSERT INTO international VALUES (4,'Auth/LDAP',11,'ÇÊÕÇá ÈÜ DN',1031514049,NULL); INSERT INTO international VALUES (167,'WebGUI',11,'åá ÃäÊ ãÊÃßÏ Ãäß ÊÑíÏ ÍÐÝ åÐÇ ÇáãÓÊÎÏã¿ íÑÌì ÇáÍÐÑ ãä Ãäß ÓÊÝÞÏ ÌãíÚ ÈíÇäÇÊ åÐå ÇáãÓÊÎÏã äåÇÆíðÇ ÅÐÇ ÞÑÑÊ ÇáÇÓÊãÑÇÑ',1031514049,NULL); INSERT INTO international VALUES (168,'WebGUI',11,'ÊÍÑíÑ ãÓÊÎÏã',1031514049,NULL); INSERT INTO international VALUES (169,'WebGUI',11,'ÅÖÇÝÉ ãÓÊÎÏã ÌÏíÏ',1031514049,NULL); INSERT INTO international VALUES (170,'WebGUI',11,'ÈÍË',1031514049,NULL); INSERT INTO international VALUES (171,'WebGUI',11,'ÊÍÑíÑ æÇÝÑ',1031514049,NULL); INSERT INTO international VALUES (174,'WebGUI',11,'ÚÑÖ ÇáÇÓã (ÇáÚäæÇä)¿',1031514049,NULL); INSERT INTO international VALUES (175,'WebGUI',11,'ÊÔÛíá ÇáãÎÊÕÑÇÊ¿',1031514049,NULL); INSERT INTO international VALUES (229,'WebGUI',11,'ÇáãæÖæÚ',1031514049,NULL); INSERT INTO international VALUES (230,'WebGUI',11,'ÑÓÇáÉ',1031514049,NULL); INSERT INTO international VALUES (231,'WebGUI',11,'ÊÚííä ÑÓÇáÉ ÌÏíÏÉ',1031514049,NULL); INSERT INTO international VALUES (232,'WebGUI',11,'ÈáÇ ãæÖæÚ',1031514049,NULL); INSERT INTO international VALUES (233,'WebGUI',11,'(eom)',1031514049,NULL); INSERT INTO international VALUES (240,'WebGUI',11,'åæíÉ ÇáÑÓÇáÉ:',1031514049,NULL); INSERT INTO international VALUES (244,'WebGUI',11,'ÇáßÇÊÈ',1031514049,NULL); INSERT INTO international VALUES (245,'WebGUI',11,'ÇáÊÇÑíÎ',1031514049,NULL); INSERT INTO international VALUES (304,'WebGUI',11,'ÇááÛÉ',1031514049,NULL); INSERT INTO international VALUES (307,'WebGUI',11,'ÇÓÊÎÏÇã ÚáÇãÇÊ ããíÒÉ ÇÝÊÑÇÖíÉ',1031514049,NULL); INSERT INTO international VALUES (308,'WebGUI',11,'ÊÍÑíÑ ÊÌåíÒÇÊ ÇáÈíÇäÇÊ ÇáÚÇãÉ',1031514049,NULL); INSERT INTO international VALUES (309,'WebGUI',11,'ÚÑÖ ÇáÅÓã ÇáÍÞíÞí¿',1031514049,NULL); INSERT INTO international VALUES (310,'WebGUI',11,'ÚÑÖ ÈíÇäÇÊ ÇÊÕÇá ÅÖÇÝíÉ ¿',1031514049,NULL); INSERT INTO international VALUES (311,'WebGUI',11,'ÚÑÖ ÈíÇäÇÊ ÇáãäÒá¿',1031514049,NULL); INSERT INTO international VALUES (312,'WebGUI',11,'ÚÑÖ ÈíÇäÇÊ ÇáÚãá¿',1031514049,NULL); INSERT INTO international VALUES (313,'WebGUI',11,'ÚÑÖ ÈíÇäÇÊ ãÊÚÏÏÉ¿',1031514049,NULL); INSERT INTO international VALUES (314,'WebGUI',11,'ÇáÅÓã ÇáÃæá',1031514049,NULL); INSERT INTO international VALUES (315,'WebGUI',11,'ÇáÅÓã ÇáæÓíØ',1031514049,NULL); INSERT INTO international VALUES (316,'WebGUI',11,'ÇáÅÓã ÇáÃÎíÑ',1031514049,NULL); INSERT INTO international VALUES (317,'WebGUI',11,'',1031514049,NULL); INSERT INTO international VALUES (318,'WebGUI',11,'',1031514049,NULL); INSERT INTO international VALUES (319,'WebGUI',11,'',1031514049,NULL); INSERT INTO international VALUES (320,'WebGUI',11,'',1031514049,NULL); INSERT INTO international VALUES (321,'WebGUI',11,'åÇÊÝ Îáæí (ãÍãæá)',1031514049,NULL); INSERT INTO international VALUES (322,'WebGUI',11,'ÈíÏÌÑ (ãÊÕÝÍ )',1031514049,NULL); INSERT INTO international VALUES (323,'WebGUI',11,'ÚäæÇä ÇáãäÒá',1031514049,NULL); INSERT INTO international VALUES (324,'WebGUI',11,'ãÏíäÉ ÇáãäÒá',1031514049,NULL); INSERT INTO international VALUES (325,'WebGUI',11,'ãÍÇÝÙÉ (æáÇíÉ) ÇáãäÒá',1031514049,NULL); INSERT INTO international VALUES (326,'WebGUI',11,'ÇáÑãÒ ÇáÈÑíÏí ááãäÒá',1031514049,NULL); INSERT INTO international VALUES (327,'WebGUI',11,'ÈáÏ ÇáãäÒá',1031514049,NULL); INSERT INTO international VALUES (328,'WebGUI',11,'ÊáíÝæä ÇáãäÒá',1031514049,NULL); INSERT INTO international VALUES (329,'WebGUI',11,'ÚäæÇä ãÞÑ ÇáÚãá',1031514049,NULL); INSERT INTO international VALUES (330,'WebGUI',11,'ãÏíäÉ ãÞÑ ÇáÚãá',1031514049,NULL); INSERT INTO international VALUES (331,'WebGUI',11,'ãÍÇÝÙÉ (æáÇíÉ) ãÞÑ ÇáÚãá',1031514049,NULL); INSERT INTO international VALUES (332,'WebGUI',11,'ÇáÑãÒ ÇáÈÑíÏí áãÞÑ ÇáÚãá',1031514049,NULL); INSERT INTO international VALUES (333,'WebGUI',11,'ÈáÏ ãÞÑ ÇáÚãá',1031514049,NULL); INSERT INTO international VALUES (334,'WebGUI',11,'ÊáíÝæä ãÞÑ ÇáÚãá',1031514049,NULL); INSERT INTO international VALUES (335,'WebGUI',11,'äæÚ ÇáÌäÓ',1031514049,NULL); INSERT INTO international VALUES (336,'WebGUI',11,'ÊÇÑíÎ ÇáãíáÇÏ',1031514049,NULL); INSERT INTO international VALUES (337,'WebGUI',11,'ãæÞÚ ÇáÕÝÍÉ ÇáÔÎÕíÉ ÈÇáÅäÊÑäÊ',1031514049,NULL); INSERT INTO international VALUES (338,'WebGUI',11,'ÊÍÑíÑ ÇáÈíÇäÇÊ ÇáÚÇãÉ',1031514049,NULL); INSERT INTO international VALUES (339,'WebGUI',11,'ÐßÑ',1031514049,NULL); INSERT INTO international VALUES (340,'WebGUI',11,'ÃäËì',1031514049,NULL); INSERT INTO international VALUES (341,'WebGUI',11,'ÊÍÑíÑ ÇáÈíÇäÇÊ ÇáÚÇãÉ.',1031514049,NULL); INSERT INTO international VALUES (342,'WebGUI',11,'ÊÍÑíÑ ÈíÇäÇÊ ÇáÍÓÇÈ.',1031514049,NULL); INSERT INTO international VALUES (343,'WebGUI',11,'ÇÓÊÚÑÇÖ ÇáÈíÇäÇÊ ÇáÚÇãÉ.',1031514049,NULL); INSERT INTO international VALUES (345,'WebGUI',11,'áÓÊ ÚÖæðÇ',1031514049,NULL); INSERT INTO international VALUES (346,'WebGUI',11,'åÐÇ ÇáãÓÊÎÏã ÎÑÌ Úä ÚÖæíÉ ÈãæÞÚäÇ¡ æáíÓ áÏíäÇ ãÚáæãÇÊ ÅÖÇÝíÉ Úäå.',1031514049,NULL); INSERT INTO international VALUES (347,'WebGUI',11,'ÇÓÊÚÑÇÖ ÇáÈíÇäÇÊ ÇáÚÇãÉ ãä ÃÌá',1031514049,NULL); INSERT INTO international VALUES (348,'WebGUI',11,'ÇÓã',1031514049,NULL); INSERT INTO international VALUES (349,'WebGUI',11,'ÂÎÑ äÓÎÉ ãÊÇÍÉ',1031514049,NULL); INSERT INTO international VALUES (350,'WebGUI',11,'ÇäÊåì',1031514049,NULL); INSERT INTO international VALUES (351,'WebGUI',11,'ÑÓÇáÉ',1031514049,NULL); INSERT INTO international VALUES (352,'WebGUI',11,'ÊÇÑíÎ ÇáÏÎæá',1031514049,NULL); INSERT INTO international VALUES (353,'WebGUI',11,'áíÓ áÏíß ÑÓÇÆá ÈÈÑíÏß ÇáæÇÑÏ Ýí åÐÇ ÇáæÞÊ',1031514049,NULL); INSERT INTO international VALUES (354,'WebGUI',11,'ÇÓÊÚÑÇÖ ÇáÈÑíÏ ÇáæÇÑÏ',1031514049,NULL); INSERT INTO international VALUES (355,'WebGUI',11,'ÇÝÊÑÇÖí',1031514049,NULL); INSERT INTO international VALUES (356,'WebGUI',11,'ÞÇáÈ',1031514049,NULL); INSERT INTO international VALUES (357,'WebGUI',11,'ÃÎÈÇÑ',1031514049,NULL); INSERT INTO international VALUES (358,'WebGUI',11,'ÇáÚãæÏ ÇáÃíÓÑ',1031514049,NULL); INSERT INTO international VALUES (359,'WebGUI',11,'ÇáÚãæÏ ÇáÃíãä',1031514049,NULL); INSERT INTO international VALUES (360,'WebGUI',11,'æÇÍÏ ÝæÞ ËáÇËÉ',1031514049,NULL); INSERT INTO international VALUES (361,'WebGUI',11,'ËáÇËÉ ÝæÞ æÇÍÏ',1031514049,NULL); INSERT INTO international VALUES (362,'WebGUI',11,'ÌäÈðÇ Åáì ÌäÈ',1031514049,NULL); INSERT INTO international VALUES (363,'WebGUI',11,'æÖÚíÉ ÇáÞÇáÈ',1031514049,NULL); INSERT INTO international VALUES (364,'WebGUI',11,'ÈÍË',1031514049,NULL); INSERT INTO international VALUES (365,'WebGUI',11,'äÊÇÆÌ ÇáÈÍË...',1031514049,NULL); INSERT INTO international VALUES (366,'WebGUI',11,'áã íÊã ÇáÚ辄 Úáì ÕÝÍÇÊ ÊØÇÈÞ ÇÓÊÝåÇãß',1031514049,NULL); INSERT INTO international VALUES (367,'WebGUI',11,'íäÊåí ÒãäíðÇ ÈÚÏ',1031514049,NULL); INSERT INTO international VALUES (368,'WebGUI',11,'ÅÖÇÝÉ ãÌãæÚÉ ÌÏíÏÉ Åáì åÐÇ ÇáãÓÊÎÏã',1031514049,NULL); INSERT INTO international VALUES (369,'WebGUI',11,'ÊÇÑíÎ ÇáÇäÊåÇÁ',1031514049,NULL); INSERT INTO international VALUES (370,'WebGUI',11,'ÊÍÑíÑ ÇáÊÌãíÚ',1031514049,NULL); INSERT INTO international VALUES (371,'WebGUI',11,'ÅÖÇÝÉ ÊÌãíÚ',1031514049,NULL); INSERT INTO international VALUES (372,'WebGUI',11,'ÊÍÑíÑ ãÌãæÚÇÊ ÇáãÓÊÎÏã',1031514049,NULL); INSERT INTO international VALUES (374,'WebGUI',11,'ÅÏÇÑÉ ÇáÚÈæÇÊ',1031514049,NULL); INSERT INTO international VALUES (375,'WebGUI',11,'ÇäÊÞ Ú龃 ááäÔÑ',1031514049,NULL); INSERT INTO international VALUES (376,'WebGUI',11,'ÚÈæÉ',1031514049,NULL); INSERT INTO international VALUES (377,'WebGUI',11,'áíÓÊ åäÇß Ãí ÚÈæÇÊ ãÚÑÝÉ áÇ ÈæÇÓØÉ ãÏíÑß (ãÏíÑíß) ',1031514049,NULL); INSERT INTO international VALUES (378,'WebGUI',11,'åæíÉ ÇáãÓÊÎÏã',1031514049,NULL); INSERT INTO international VALUES (379,'WebGUI',11,'åæíÉ ÇáãÌãæÚÉ',1031514049,NULL); INSERT INTO international VALUES (380,'WebGUI',11,'åæíÉ ÇáÊÕãíã',1031514049,NULL); INSERT INTO international VALUES (381,'WebGUI',11,'ÊáÞì WebGUI ØáÈðÇ ãÔæåðÇ æáã íÊãßä ãä ÇáÇÓÊãÑÇÑ. æÓÈÈ Ðáß Ãäå íÊã ÊãÑíÑ ÎÕÇÆÕ ÇáÍíÇÒÉ ÎáÇá Ôßá ãØÇÈÞ. ãä ÝÖáß áÇ ÊÔÚÑ ÈÇáÍÑÌ æÇÖÛØ ãÝÊÇÍ ÇáÑÌæÚ¡ Ëã ÍÇæá ãÑÉ ËÇäíÉ.',1031514049,NULL); INSERT INTO international VALUES (806,'WebGUI',1,'Delete this group.',1037579396,NULL); INSERT INTO international VALUES (384,'WebGUI',11,'ãáÝ',1031514049,NULL); INSERT INTO international VALUES (385,'WebGUI',11,'ÍÏæÏ',1031514049,NULL); INSERT INTO international VALUES (386,'WebGUI',11,'ÊÍÑíÑ ÕæÑÉ',1031514049,NULL); INSERT INTO international VALUES (387,'WebGUI',11,'Êã ÊÍãíáå ÈæÇÓØÉ',1031514049,NULL); INSERT INTO international VALUES (388,'WebGUI',11,'ÊÇÑíÎ ÇáÊÍãíá',1031514049,NULL); INSERT INTO international VALUES (696,'WebGUI',10,'Skraldespand, Tøm',1036856003,NULL); INSERT INTO international VALUES (391,'WebGUI',11,'ÍÐÝ ãáÝ ãÑÝÞ.',1031514049,NULL); INSERT INTO international VALUES (597,'WebGUI',10,'Redigér international tekst',1037205701,NULL); INSERT INTO international VALUES (785,'WebGUI',1,'Collateral, Manage',1050430118,NULL); INSERT INTO international VALUES (394,'WebGUI',11,'ÅÏÇÑÉ ÇáÕæÑ',1031514049,NULL); INSERT INTO international VALUES (395,'WebGUI',11,'ÅÖÇÝÉ ÕæÑÉ ÌÏíÏÉ',1031514049,NULL); INSERT INTO international VALUES (716,'WebGUI',10,'Log in',1036855717,NULL); INSERT INTO international VALUES (704,'WebGUI',10,'sekund(er)',1036855926,NULL); INSERT INTO international VALUES (398,'WebGUI',11,'ÅÚáÇä äæÚ ÇáæËíÞÉ',1031514049,NULL); INSERT INTO international VALUES (399,'WebGUI',11,'ÅÌÚá åÐå ÇáÕÝÍÉ ÕÇáÍÉ ÒãäíðÇ',1031514049,NULL); INSERT INTO international VALUES (400,'WebGUI',11,'ÇãäÚ ÈÑæßÓí ãä ÇáÅÎÝÇÁ',1031514049,NULL); INSERT INTO international VALUES (401,'WebGUI',11,'åá ÃäÊ ãÊÃßÏ Ãäß ÊÑíÏ ÍÐÝ åÐå ÇáÑÓÇáÉ æÌãíÚ ÇáÑÓÇÆá ÇáÊí ÊáíåÇ Ýí åÐÇ ÇáÎØ¿',1031514049,NULL); INSERT INTO international VALUES (403,'WebGUI',11,'ÃÝÖá ÃáÇ ÃÞæá',1031514049,NULL); INSERT INTO international VALUES (404,'WebGUI',11,'ÇáÕÝÍÉ ÇáÃæáì',1031514049,NULL); INSERT INTO international VALUES (405,'WebGUI',11,'ÇáÕÝÍÉ ÇáÃÎíÑÉ',1031514049,NULL); INSERT INTO international VALUES (406,'WebGUI',11,'ÍÌã ÇáÅÔÇÑÉ',1031514049,NULL); INSERT INTO international VALUES (407,'WebGUI',11,'ÇÖÛØ åäÇ ááÊÓÌíá',1031514049,NULL); INSERT INTO international VALUES (408,'WebGUI',11,'ÅÏÇÑÉ ÇáÌÐæÑ',1031514049,NULL); INSERT INTO international VALUES (409,'WebGUI',11,'ÅÖÇÝÉ ÌÐÑ ÌÏíÏ',1031514049,NULL); INSERT INTO international VALUES (410,'WebGUI',11,'ÅÏÇÑÉ ÇáÌÐæÑ',1031514049,NULL); INSERT INTO international VALUES (411,'WebGUI',11,'ÇÓã ÇáÞÇÆãÉ',1031514049,NULL); INSERT INTO international VALUES (412,'WebGUI',11,'ãæÌÒ',1031514049,NULL); INSERT INTO international VALUES (416,'WebGUI',11,'ãÔßáÉ ÈÎÕæÕ ÇáØáÈ

    ÊæÇÌåäÇ ãÔßáÉ ÈÎÕæÕ ØáÈß

    . ãä ÝÖáß ÇÓÊÎÏã ÒÑ ÇáÑÌæÚ Ëã ÍÇæá ËÇäíÉ. ÅÐÇ ÇÓÊãÑÊ ÇáãÔßáÉ¡ íÑÌì ÇáÇÊÕÇá ÈäÇ æÅÝÇÏÊäÇ ÈãÇ ßäÊ ÊÍÇæá ÝÚáå æßÐáß Òãä æÊÇÑíÎ ÍÏæË åÐå ÇáãÔßáÉ.',1031514049,NULL); INSERT INTO international VALUES (417,'WebGUI',11,'ÇäÊåÇß ááÓÑíÉ

    áÞÏ ÍÇæáÊ Ãä ÊÏÎá Åáì ÈíÇäÇÊ æíÈ ããÇ áíÓ ãÊÇÍÇ ÈåÐå ÇáÕÝÍÉ

    . Êã ÅÑÓÇá ÊÞÑíÑ ÈåÐå ÇáæÇÞÚÉ.',1031514049,NULL); INSERT INTO international VALUES (418,'WebGUI',11,'ãäÞÍ HTML',1031514049,NULL); INSERT INTO international VALUES (419,'WebGUI',11,'ÃÒá ÌãíÚ ÇáÚáÇãÇÊ ',1031514049,NULL); INSERT INTO international VALUES (420,'WebGUI',11,'ÏÚåÇ ßãÇ åí',1031514049,NULL); INSERT INTO international VALUES (421,'WebGUI',11,'ÅÒá Çáßá ãÇ ÚÏÇ ÇáÊäÓíÞÇÊ ÇáÃÓÇÓíÉ',1031514049,NULL); INSERT INTO international VALUES (422,'WebGUI',11,'ÊÚÐÑ ÇáÏÎæá

    ÇáãÚáæãÇÊ ÇáãÞÏãÉ áÇ ÊØÇÈÞ åÐÇ ÇáÍÓÇÈ

    .',1031514049,NULL); INSERT INTO international VALUES (423,'WebGUI',11,'ÇÓÊÚÑÇÖ ÇáÏæÑÇÊ ÇáäÔØÉ',1031514049,NULL); INSERT INTO international VALUES (424,'WebGUI',11,'ÇÓÊÚÑÇÖ ÃæÞÇÊ ÇáÏÎæá',1031514049,NULL); INSERT INTO international VALUES (425,'WebGUI',11,'ÊäÔíØ ÇáÏæÑÇÊ',1031514049,NULL); INSERT INTO international VALUES (426,'WebGUI',11,'ÃæÞÇÊ ÇáÏÎæá',1031514049,NULL); INSERT INTO international VALUES (427,'WebGUI',11,'ÊÕãíãÇÊ',1031514049,NULL); INSERT INTO international VALUES (428,'WebGUI',11,'ÇáãÓÊÎÏã (åæíÉ)',1031514049,NULL); INSERT INTO international VALUES (429,'WebGUI',11,'æÞÊ ÇáÏÎæá',1031514049,NULL); INSERT INTO international VALUES (430,'WebGUI',11,'ÇÓÊÚÑÇÖ ÇáÕÝÍÉ ÇáÃÎíÑÉ',1031514049,NULL); INSERT INTO international VALUES (431,'WebGUI',11,'ÚäæÇä ÇáÇäÊÑäÊ',1031514049,NULL); INSERT INTO international VALUES (432,'WebGUI',11,'ÃæÞÇÊ ÇáÇäÊåÇÁ ',1031514049,NULL); INSERT INTO international VALUES (433,'WebGUI',11,'æßíá ÇáãÓÊÎÏã',1031514049,NULL); INSERT INTO international VALUES (434,'WebGUI',11,'ÇáÍÇáÉ',1031514049,NULL); INSERT INTO international VALUES (435,'WebGUI',11,'ÅãÖÇÁ ÇáÏæÑÉ',1031514049,NULL); INSERT INTO international VALUES (436,'WebGUI',11,'ÅäåÇÁ ÇáÏæÑÉ',1031514049,NULL); INSERT INTO international VALUES (437,'WebGUI',11,'ÅÍÕÇÆíÇÊ',1031514049,NULL); INSERT INTO international VALUES (438,'WebGUI',11,'ÇÓãß',1031514049,NULL); INSERT INTO international VALUES (439,'WebGUI',11,'ÈíÇäÇÊ ÔÎÕíÉ',1031514049,NULL); INSERT INTO international VALUES (440,'WebGUI',11,'ÈíÇäÇÊ ÇáÇÊÕÇá',1031514049,NULL); INSERT INTO international VALUES (441,'WebGUI',11,'ÅÑÓá ÈÑíÏðÇ Åáì ÈæÇÈÉ ÈíÏÌÑ (ãÊÕÝÍ)',1031514049,NULL); INSERT INTO international VALUES (442,'WebGUI',11,'ÈíÇäÇÊ ÇáÚãá',1031514049,NULL); INSERT INTO international VALUES (443,'WebGUI',11,'ÈíÇäÇÊ ÇáãäÒá',1031514049,NULL); INSERT INTO international VALUES (444,'WebGUI',11,'ÇáÈíÇäÇÊ ÇáÓßÇäíÉ',1031514049,NULL); INSERT INTO international VALUES (445,'WebGUI',11,'ÃÝÖáíÇÊ',1031514049,NULL); INSERT INTO international VALUES (446,'WebGUI',11,'ãæÞÚ ÇáÚãá Úáì ÇáÅäÊÑäÊ',1031514049,NULL); INSERT INTO international VALUES (447,'WebGUI',11,'ÅÏÇÑÉ ÔÌÑÉ ÇáÕÝÍÉ',1031514049,NULL); INSERT INTO international VALUES (448,'WebGUI',11,'ÔÌÑÉ ÇáÕÝÍÉ',1031514049,NULL); INSERT INTO international VALUES (449,'WebGUI',11,'ÈíÇäÇÊ ãÊäæÚÉ',1031514049,NULL); INSERT INTO international VALUES (450,'WebGUI',11,'ÇÓã ÇáÚãá (ÇÓã ÇáÔÑßÉ)',1031514049,NULL); INSERT INTO international VALUES (451,'WebGUI',11,'Åäå ãØáæÈ.',1031514049,NULL); INSERT INTO international VALUES (452,'WebGUI',11,'ÇäÊÙÑ ãä ÝÖáß…',1031514049,NULL); INSERT INTO international VALUES (453,'WebGUI',11,'ÊÇÑíÎ ÇáÊÔßíá',1031514049,NULL); INSERT INTO international VALUES (454,'WebGUI',11,'ÂÎÑ ÊÍÏíË',1031514049,NULL); INSERT INTO international VALUES (455,'WebGUI',11,'ÊÍÑíÑ ÈíÇäÇÊ ÇáãÓÊÎÏã ÇáÚÇãÉ',1031514049,NULL); INSERT INTO international VALUES (456,'WebGUI',11,'ÑÌæÚ Åáì ÞÇÆãÉ ÇáãÓÊÎÏã',1031514049,NULL); INSERT INTO international VALUES (457,'WebGUI',11,'ÊÍÑíÑ ÍÓÇÈ åÐÇ ÇáãÓÊÎÏã',1031514049,NULL); INSERT INTO international VALUES (458,'WebGUI',11,'ÊÍÑíÑ ãÌãæÚÇÊ åÐÇ ÇáãÓÊÎÏã',1031514049,NULL); INSERT INTO international VALUES (459,'WebGUI',11,'ÊÍÑíÑ ÇáÈíÇäÇÊ ÇáÚÇãÉ áåÐÇ ÇáãÓÊÎÏã',1031514049,NULL); INSERT INTO international VALUES (460,'WebGUI',11,'Òãä ÇáÊÝÑÚ',1031514049,NULL); INSERT INTO international VALUES (461,'WebGUI',11,'Ôßá ÇáÊÇÑíÎ',1031514049,NULL); INSERT INTO international VALUES (462,'WebGUI',11,'Ôßá ÇáæÞÊ',1031514049,NULL); INSERT INTO international VALUES (463,'WebGUI',11,'ÕÝæÝ ãäØÞÉ ÇáäÕ',1031514049,NULL); INSERT INTO international VALUES (464,'WebGUI',11,'ÃÚãÏÉ ãäØÞÉ ÇáäÕ',1031514049,NULL); INSERT INTO international VALUES (465,'WebGUI',11,'ÍÌã ãÑÈÚ ÇáäÕ',1031514049,NULL); INSERT INTO international VALUES (466,'WebGUI/Profile',11,'åá ÃäÊ ãÊÃßÏ Ãäß ÊÑíÏ ÍÐÝ åÐå ÇáÝÆÉ æäÞá ÌãíÚ ÇáÝÆÇÊ Åáì ÝÆÇÊ ãÊäæÚÉ¿',1031514049,NULL); INSERT INTO international VALUES (467,'WebGUI/Profile',11,'åá ÃäÊ ãÊÃßÏ Ãäß ÊÑíÏ ÍÐÝ åÐ ÇáÍÞá¡ æÌãíÚ ÈíÇäÇÊ ÇáãÓÊÎÏã ÇáãÑÝÞÉ Èå¿',1031514049,NULL); INSERT INTO international VALUES (468,'WebGUI/Profile',11,'ÊÍÑíÑ ÝÆÉ ÈíÇäÇÊ ÇáãÓÊÎÏã ÇáÚÇãÉ',1031514049,NULL); INSERT INTO international VALUES (469,'WebGUI',11,'ÇáåæíÉ',1031514049,NULL); INSERT INTO international VALUES (470,'WebGUI',11,'ÇáÇÓã',1031514049,NULL); INSERT INTO international VALUES (471,'WebGUI/Profile',11,'ÊÍÑíÑ ÍÞá ÈíÇäÇÊ ÇáãÓÊÎÏã ÇáÚÇãÉ',1031514049,NULL); INSERT INTO international VALUES (472,'WebGUI',11,'ãáÕÞ. ØÇÈÚ',1031514049,NULL); INSERT INTO international VALUES (473,'WebGUI/Profile',11,'ãÑÆí¿',1031514049,NULL); INSERT INTO international VALUES (474,'WebGUI/Profile',11,'ãØáæÈ¿',1031514049,NULL); INSERT INTO international VALUES (475,'WebGUI',11,'äÕ',1031514049,NULL); INSERT INTO international VALUES (476,'WebGUI',11,'ãäØÞÉ ÇáäÕ',1031514049,NULL); INSERT INTO international VALUES (477,'WebGUI',11,'ãäØÞÉ HTML',1031514049,NULL); INSERT INTO international VALUES (478,'WebGUI',11,'ÚäæÇä ÇáãæÞÚ ÈÇáÅäÊÑäÊ',1031514049,NULL); INSERT INTO international VALUES (479,'WebGUI',11,'ÇáÊÇÑíÎ',1031514049,NULL); INSERT INTO international VALUES (480,'WebGUI',11,'ÚäæÇä ÇáÈÑíÏ ÇáÅáßÊÑæäí',1031514049,NULL); INSERT INTO international VALUES (481,'WebGUI',11,'ÑÞã ÇáÊáíÝæä',1031514049,NULL); INSERT INTO international VALUES (482,'WebGUI',11,'ÑÞã (ÃÑÞÇã ÕÍíÍÉ)',1031514049,NULL); INSERT INTO international VALUES (483,'WebGUI',11,'äÚã Ãã áÇ',1031514049,NULL); INSERT INTO international VALUES (484,'WebGUI',11,'ÇÎÊÑ ÞÇÆãÉ',1031514049,NULL); INSERT INTO international VALUES (485,'WebGUI',11,'Èæáíä (ÖÚ ÚáÇãÉ ááÇÎÊíÇÑ)',1031514049,NULL); INSERT INTO international VALUES (486,'WebGUI',11,'äæÚ ÇáÈíÇäÇÊ',1031514049,NULL); INSERT INTO international VALUES (487,'WebGUI',11,'Þíã ãÍÊãáÉ',1031514049,NULL); INSERT INTO international VALUES (488,'WebGUI',11,'Þíã ÇÝÊÑÇÖíÉ',1031514049,NULL); INSERT INTO international VALUES (489,'WebGUI/Profile',11,'ÝÆÉ ÇáÈíÇäÇÊ ÇáÚÇãÉ',1031514049,NULL); INSERT INTO international VALUES (490,'WebGUI/Profile',11,'ÅÖÇÝÉ ÝÆÉ ÈíÇäÇÊ ÚÇãÉ',1031514049,NULL); INSERT INTO international VALUES (491,'WebGUI/Profile',11,'ÅÖÇÝÉ ÍÞá ÈíÇäÇÊ ÚÇãÉ',1031514049,NULL); INSERT INTO international VALUES (492,'WebGUI',11,'ÅÖÇÝÉ ÞÇÆãÉ ÈíÇäÇÊ ÚÇãÉ',1031514049,NULL); INSERT INTO international VALUES (493,'WebGUI',11,'ÑÌæÚ Åáì ÇáãæÞÚ',1031514049,NULL); INSERT INTO international VALUES (494,'WebGUI',11,'ÅÚÏÇÏ ÇáãæÖæÚÇÊ ÇáÍÞíÞíÉ ááäÔÑ ãÓÈÞðÇ',1031514049,NULL); INSERT INTO international VALUES (495,'WebGUI',11,'ãÍÑÑ ãÈíøÊ ÈÇáÏÇÎá',1031514049,NULL); INSERT INTO international VALUES (496,'WebGUI',11,'ÇáãÍÑÑ ÇáÐí ÓíÓÊÎÏã',1031514049,NULL); INSERT INTO international VALUES (497,'WebGUI',11,'ÊÇÑíÎ ÇáÈÏÁ',1031514049,NULL); INSERT INTO international VALUES (498,'WebGUI',11,'ÊÇÑíÎ ÇáÇäÊåÇÁ',1031514049,NULL); INSERT INTO international VALUES (499,'WebGUI',11,'åæíÉ ãæÖæÚ ÇáÇäÊÑäÊ',1031514049,NULL); INSERT INTO international VALUES (500,'WebGUI',11,'åæíÉ ÇáÕÝÍÉ',1031514049,NULL); INSERT INTO international VALUES (501,'WebGUI',11,'ÇáãÊä',1031514049,NULL); INSERT INTO international VALUES (502,'WebGUI',11,'åá ÃäÊ ãÊÃßÏ Ãäß ÊÑíÏ ÍÐÝ åÐÇ ÇáÞÇáÈ æÊÌåíÒ ÌãíÚ ÇáÕÝÍÇÊ ÇáÊí ÊÓÊÎÏã åÐÇ ÇáÞÇáÈ áÞæÇáÈ ÇÝÊÑÇÖíÉ¿',1031514049,NULL); INSERT INTO international VALUES (503,'WebGUI',11,'åæíÉ ÇáÞÇáÈ',1031514049,NULL); INSERT INTO international VALUES (504,'WebGUI',11,'ÞÇáÈ',1031514049,NULL); INSERT INTO international VALUES (505,'WebGUI',11,'ÅÖÇÝÉ ÞÇáÈ ÌÏíÏ',1031514049,NULL); INSERT INTO international VALUES (506,'WebGUI',11,'ÅÏÇÑÉ ÇáÞæÇáÈ',1031514049,NULL); INSERT INTO international VALUES (507,'WebGUI',11,'ÊÍÑíÑ ÇáÞÇáÈ',1031514049,NULL); INSERT INTO international VALUES (508,'WebGUI',11,'ÅÏÇÑÉ ÇáÞæÇáÈ',1031514049,NULL); INSERT INTO international VALUES (509,'WebGUI',11,'Ôßá ÚÇã ááãäÇÞÔÉ',1031514049,NULL); INSERT INTO international VALUES (510,'WebGUI',11,'ãÓÊæ',1031514049,NULL); INSERT INTO international VALUES (511,'WebGUI',11,'ãÎØæØ',1031514049,NULL); INSERT INTO international VALUES (512,'WebGUI',11,'ÇáÎíØ ÇáÊÇáí',1031514049,NULL); INSERT INTO international VALUES (513,'WebGUI',11,'ÇáÎíØ ÇáÓÇÈÞ',1031514049,NULL); INSERT INTO international VALUES (514,'WebGUI',11,'ÂÑÇÁ',1031514049,NULL); INSERT INTO international VALUES (515,'WebGUI',11,'ÅÖÇÝÉ ÊÍÑíÑ ØÇÈÚ ÈÑíÏí',1031514049,NULL); INSERT INTO international VALUES (516,'WebGUI',11,'ÊÔÛíá ÇáÅÏÇÑí !',1031514049,NULL); INSERT INTO international VALUES (517,'WebGUI',11,'ÊÚØíá ÇáÅÏÇÑí !',1031514049,NULL); INSERT INTO international VALUES (518,'WebGUI',11,'ÅÎØÇÑÇÊ ÇáÈÑíÏ ÇáæÇÑÏ',1031514049,NULL); INSERT INTO international VALUES (519,'WebGUI',11,'áÇ ÃæÏ Ãä íÊã ÅÎØÇÑí',1031514049,NULL); INSERT INTO international VALUES (520,'WebGUI',11,'ÃæÏ Ãä íÊã ÅÎØÇÑí ÚÈÑ ÇáÈÑíÏ ÇáÅáßÊÑæäí',1031514049,NULL); INSERT INTO international VALUES (521,'WebGUI',11,'ÃæÏ Ãä íÊã ÅÎØÇÑí ãä ÎáÇá ÇáÈÑíÏ ÇáÅáßÊÑæäí Åáì ÇáÈíÏÌÑ',1031514049,NULL); INSERT INTO international VALUES (522,'WebGUI',11,'ÃæÏ Ãä íÊã ÅÎØÇÑí ÈæÇÓØÉ ÇáÜICQ',1031514049,NULL); INSERT INTO international VALUES (523,'WebGUI',11,'ÅÎØÇÑ',1031514049,NULL); INSERT INTO international VALUES (1025,'WebGUI',11,'ÅÖÇÝÉ ÊÍÑíÑ ØÇÈÚ ÈÑíÏí',1031514049,NULL); INSERT INTO international VALUES (525,'WebGUI',11,'ÊÍÑíÑ ãÍÊæì ÇáÊÌåíÒÇÊ',1031514049,NULL); INSERT INTO international VALUES (526,'WebGUI',11,'ÃÒá äÕ ÇáÜJAVA ÝÞØ',1031514049,NULL); INSERT INTO international VALUES (527,'WebGUI',11,'ÊÚííä ãæÞÚ ÇÝÊÑÇÖí ááÕÝÍÉ ÇáÑÆíÓíÉ',1031514049,NULL); INSERT INTO international VALUES (528,'WebGUI',11,'ÇÓã ÇáÞÇáÈ',1031514049,NULL); INSERT INTO international VALUES (529,'WebGUI',11,'äÊÇÆÌ',1031514049,NULL); INSERT INTO international VALUES (530,'WebGUI',11,'ãÚ ÌãíÚ ÇáßáãÇÊ',1031514049,NULL); INSERT INTO international VALUES (531,'WebGUI',11,'ãÚ ÇáÜ ÇáÊÚÈíÑ ÇáÏÞíÞ ',1031514049,NULL); INSERT INTO international VALUES (532,'WebGUI',11,'ãÚ Úáì ÇáÃÞá æÇÍÏÉ ãä ÇáßáãÇÊ',1031514049,NULL); INSERT INTO international VALUES (533,'WebGUI',11,' ÈÏæä ÇáßáãÇÊ',1031514049,NULL); INSERT INTO international VALUES (534,'WebGUI',11,'ÊäÈíå Úáì ãÓÊÎÏã ÌÏíÏ¿',1031514049,NULL); INSERT INTO international VALUES (535,'WebGUI',11,'ÊäÈíå áãÌãæÚÉ Úáì ãÓÊÎÏã ÌÏíÏ¿',1031514049,NULL); INSERT INTO international VALUES (536,'WebGUI',11,' has joined the site.\"',0,NULL); INSERT INTO international VALUES (537,'WebGUI',11,'ÇáãÞÏÇÑ. ÇáÓáæß',1031514049,NULL); INSERT INTO international VALUES (538,'WebGUI',11,'ÍÏ ÇáãÞÏÇÑ',1031514049,NULL); INSERT INTO international VALUES (539,'WebGUI',11,'ÅÙåÇÑ ÇáãÞÏÇÑ',1031514049,NULL); INSERT INTO international VALUES (540,'WebGUI',11,'ÇáãÞÏÇÑ ÈÍÓÈ ãÑÇÊ ÇáÏÎæá',1031514049,NULL); INSERT INTO international VALUES (541,'WebGUI',11,'ÇáãÞÏÇÑ ÈÍÓÈ ãÑÇÊ ÇáÊÚííä',1031514049,NULL); INSERT INTO international VALUES (542,'WebGUI',11,'ÇáÓÇÈÞ..',1031514049,NULL); INSERT INTO international VALUES (543,'WebGUI',11,'ÅÖÇÝÉ ãÌãæÚÉ ÕæÑ ÌÏíÏÉ',1031514049,NULL); INSERT INTO international VALUES (4,'WobjectProxy',10,'Wobject Proxy mislykkedes.\r\nMåske er kilde Wobject slettet.',1036856184,NULL); INSERT INTO international VALUES (583,'WebGUI',10,'Maksimal størrelse på billede',1037205281,NULL); INSERT INTO international VALUES (585,'WebGUI',10,'Adminstrer oversættelser',1037205335,NULL); INSERT INTO international VALUES (587,'WebGUI',10,'Er du sikker på at du vil slette dette sprog og dermed alle internationale tekster herunder?',1037205398,NULL); INSERT INTO international VALUES (551,'WebGUI',11,'ãáÍæÙÉ',1031514049,NULL); INSERT INTO international VALUES (552,'WebGUI',11,'ãÚáøÞ',1031514049,NULL); INSERT INTO international VALUES (553,'WebGUI',11,'ÇáÍÇáÉ',1031514049,NULL); INSERT INTO international VALUES (554,'WebGUI',11,'ÊÕÑÝ',1031514049,NULL); INSERT INTO international VALUES (555,'WebGUI',11,'ÊÍÑíÑ ãÞÇÏíÑ åÐÇ ÇáãÓÊÎÏã',1031514049,NULL); INSERT INTO international VALUES (556,'WebGUI',11,'ÇáßãíÉ. ÇáãÞÏÇÑ',1031514049,NULL); INSERT INTO international VALUES (557,'WebGUI',11,'ÊæÕíÝ ',1031514049,NULL); INSERT INTO international VALUES (558,'WebGUI',11,'ÊÍÑíÑ ãÞÇÏíÑ ÇáãÓÊÎÏã',1031514049,NULL); INSERT INTO international VALUES (559,'WebGUI',11,'ÊäÝíÐ ÇáÊÓÌíá',1031514049,NULL); INSERT INTO international VALUES (560,'WebGUI',11,'ãÞÈæá',1031514049,NULL); INSERT INTO international VALUES (561,'WebGUI',11,'ãÑÝæÖ',1031514049,NULL); INSERT INTO international VALUES (562,'WebGUI',11,'ãÚáÞ',1031514049,NULL); INSERT INTO international VALUES (563,'WebGUI',11,'ÍÇáÉ ÇÝÊÑÇÖíÉ',1031514049,NULL); INSERT INTO international VALUES (564,'WebGUI',11,'ãä íãßäå ÇáÊÚííä¿',1031514049,NULL); INSERT INTO international VALUES (565,'WebGUI',11,'ãä íãßäå ÇáÊÚÏíá¿',1031514049,NULL); INSERT INTO international VALUES (566,'WebGUI',11,'ÊÍÑíÑ ãíÚÇÏ ÇáÇäÊåÇÁ',1031514049,NULL); INSERT INTO international VALUES (1044,'WebGUI',1,'Search Template',1066394621,'Tell the admin to select a template for search results.'); INSERT INTO international VALUES (1041,'WebGUI',1,'Unlock',1066073967,'A label for a link that unlocks the current thread.'); INSERT INTO international VALUES (572,'WebGUI',11,'ÞÈæá',1031514049,NULL); INSERT INTO international VALUES (574,'WebGUI',11,'ÑÝÖ',1031514049,NULL); INSERT INTO international VALUES (575,'WebGUI',11,'ÊÍÑíÑ',1031514049,NULL); INSERT INTO international VALUES (576,'WebGUI',11,'ÍÐÝ',1031514049,NULL); INSERT INTO international VALUES (577,'WebGUI',11,'ÊÚííä ÑÏ',1031514049,NULL); INSERT INTO international VALUES (578,'WebGUI',11,'áÏíß ÑÓÇáÉ ãÚáÞÉ ÈÇäÊÙÇÑ ÇáãæÇÝÞÉ',1031514049,NULL); INSERT INTO international VALUES (579,'WebGUI',11,'ÊãÊ ÇáãæÇÝÞÉ Úáì ÑÓÇáÊß',1031514049,NULL); INSERT INTO international VALUES (580,'WebGUI',11,'ÑÓÇáÊß ãÑÝæÖÉ',1031514049,NULL); INSERT INTO international VALUES (581,'WebGUI',11,'ÅÖÇÝÉ ÞíãÉ ÌÏíÏÉ',1031514049,NULL); INSERT INTO international VALUES (582,'WebGUI',11,'ÃÊÑßåÇ ÝÇÑÛÉ',1031514049,NULL); INSERT INTO international VALUES (583,'WebGUI',11,'ÊÚÙíã ÍÌã ÇáÕæÑÉ',1031514049,NULL); INSERT INTO international VALUES (584,'WebGUI',11,'ÅÖÇÝÉ áÛÉ ÌÏíÏÉ',1031514049,NULL); INSERT INTO international VALUES (585,'WebGUI',11,'ÅÏÇÑÉ ÇáÊÑÌãÉ',1031514049,NULL); INSERT INTO international VALUES (586,'WebGUI',11,'ÇááÛÇÊ',1031514049,NULL); INSERT INTO international VALUES (587,'WebGUI',11,'åá ÃäÊ ãÊÃßÏ Ãäß ÊÑíÏ ÍÐÝ åÐå ÇááÛÉ æÇáãÓÇÚÏÉ æÇááÛÇÊ ÇáÏæáíÉ ÇáÊí ÊÓíÑ ãÚåÇ¿',1031514049,NULL); INSERT INTO international VALUES (588,'WebGUI',11,'åá ÃäÊ ãÊÃßÏ Ãäß ÑÇÛÈ Ýí ÊÞÏíã åÐå ÇáÊÑÌãÉ Åáì ÎÇÕíÉ ÃÓæÏ ÎÇáÕ ÈÛÑÖ ÊÖãíäåÇ Ýí ÇáÊæÒíÚ ÇáÑÓãí ÇáÎÇÕ ÈÇáæíÈÌæí (webGUI)¿ ÈÇáäÞÑ Úáì æÕáÉ äÚã.. ÝÃäÊ ÊÚáã Ãäß ÊÌíÒ áÎÇÕíÉ ÃÓæÏ ÎÇáÕ ÑÎÕÉ ÛíÑ ãÍÏæÏÉ áÇÓÊÎÏÇã ÇáÊÑÌãÉ Ýí ÊæÒíÚÇÊ ÈÑÇãÌåÇ.',1031514630,NULL); INSERT INTO international VALUES (589,'WebGUI',11,'ÊÍÑíÑ áÛÉ',1031514049,NULL); INSERT INTO international VALUES (590,'WebGUI',11,'åæíÉ ÇááÛÉ',1031514049,NULL); INSERT INTO international VALUES (591,'WebGUI',11,'ÇááÛÉ',1031514049,NULL); INSERT INTO international VALUES (592,'WebGUI',11,'ãÌãæÚÉ ÇáÎÕÇÆÕ',1031514049,NULL); INSERT INTO international VALUES (593,'WebGUI',11,'ÊØÈíÞ ÇáÊÑÌãÉ',1031514223,NULL); INSERT INTO international VALUES (594,'WebGUI',11,'ÊÑÌã ÑÓÇÆá',1031514314,NULL); INSERT INTO international VALUES (595,'WebGUI',11,'ÑÓÇÆá ÏæáíÉ',1031514049,NULL); INSERT INTO international VALUES (596,'WebGUI',11,'ãÝÞæÏ(É)',1031514049,NULL); INSERT INTO international VALUES (597,'WebGUI',11,'ÊÍÑíÑ ÑÓÇáÉ ÏæáíÉ',1031514049,NULL); INSERT INTO international VALUES (598,'WebGUI',11,'ÊÍÑíÑ áÛÉ',1031514049,NULL); INSERT INTO international VALUES (601,'WebGUI',11,'åæíÉ ÏæáíÉ',1031514049,NULL); INSERT INTO international VALUES (605,'WebGUI',11,'ÅÖÇÝÉ ãÌãæÚÇÊ',1031514049,NULL); INSERT INTO international VALUES (642,'WebGUI',11,'ÅÖÇÝÉ/ÊÚÏíá ÕÝÍÉ',1031514049,NULL); INSERT INTO international VALUES (652,'WebGUI',11,'ÊÌåíÒÇÊ ÇáãÓÊÎÏã¡ ÊÍÑíÑ',1031514049,NULL); INSERT INTO international VALUES (653,'WebGUI',11,'ÕÝÍÉ¡ ÍÐÝ',1031514049,NULL); INSERT INTO international VALUES (654,'WebGUI',11,'ÊÕãíã¡ ÍÐÝ',1031514049,NULL); INSERT INTO international VALUES (655,'WebGUI',11,'ãÓÊÎÏã¡ ÅÖÇÝÉ/ÍÐÝ',1031514049,NULL); INSERT INTO international VALUES (656,'WebGUI',11,'ÈíÇäÇÊ ÇáÔÑßÉ¡ ÊÍÑíÑ',1031514049,NULL); INSERT INTO international VALUES (657,'WebGUI',11,'ãÓÊÎÏã¡ ÍÐÝ',1031514049,NULL); INSERT INTO international VALUES (658,'WebGUI',11,'ãÓÊÎÏãæä¡ ÅÏÇÑÉ',1031514049,NULL); INSERT INTO international VALUES (659,'WebGUI',11,'ÊÕãíãÇÊ¡ ÅÏÇÑÉ',1031514049,NULL); INSERT INTO international VALUES (660,'WebGUI',11,'ãÌãæÚÇÊ¡ ÅÏÇÑÉ',1031514049,NULL); INSERT INTO international VALUES (661,'WebGUI',11,'ÊÌåíÒÇÊ ÇáãáÝ¡ ÊÍÑíÑ',1031514049,NULL); INSERT INTO international VALUES (662,'WebGUI',11,'ÊÌåíÒÇÊ¡ ÅÏÇÑÉ',1031514049,NULL); INSERT INTO international VALUES (663,'WebGUI',11,'ÊÌåíÒÇÊ ÇáÈÑíÏ¡ ÊÍÑíÑ',1031514049,NULL); INSERT INTO international VALUES (664,'WebGUI',11,'ãæÖæÚÇÊ ÇáÇäÊÑäÊ¡ ÍÐÝ',1031514049,NULL); INSERT INTO international VALUES (665,'WebGUI',11,'ãÌãæÚÉ¡ ÍÐÝ',1031514049,NULL); INSERT INTO international VALUES (666,'WebGUI',11,'ÊÕãíã¡ ÅÖÇÝÉ/ÊÍÑíÑ',1031514049,NULL); INSERT INTO international VALUES (667,'WebGUI',11,'ãÌãæÚÉ¡ ÅÖÇÝÉ/ÍÐÝ',1031514049,NULL); INSERT INTO international VALUES (668,'WebGUI',11,'ÕÝÍÇÊ ÇáÊÕãíã¡ ÊØÈíÞ',1031514049,NULL); INSERT INTO international VALUES (669,'WebGUI',11,'ãÎÊÕÑÇÊ¡ ÊØÈíÞ',1031514049,NULL); INSERT INTO international VALUES (670,'WebGUI',11,'ÕæÑÉ¡ ÅÖÇÝÉ/ÍÐÝ',1031514049,NULL); INSERT INTO international VALUES (671,'WebGUI',11,'ãæÖæÚÇÊ ÇáÇäÊÑäÊ¡ ÊÍÑíÑ',1031514049,NULL); INSERT INTO international VALUES (672,'WebGUI',11,'ÊÌåíÒÇÊ ÇáÈíÇäÇÊ ÇáÚÇãÉ¡ ÊÍÑíÑ',1031514049,NULL); INSERT INTO international VALUES (674,'WebGUI',11,'ÊÌåíÒÇÊ ãÊäæÚÉ¡ ÊÍÑíÑ',1031514049,NULL); INSERT INTO international VALUES (675,'WebGUI',11,'ãæÞÚ ÇáÈÍË¡ ÇÓÊÎÏÇã',1031514049,NULL); INSERT INTO international VALUES (677,'WebGUI',11,'ãæÖæÚÇÊ ÇáÅäÊÑäÊ¡ ÅÖÇÝÉ/ÍÐÝ',1031514049,NULL); INSERT INTO international VALUES (678,'WebGUI',11,'ÌÐÑ¡ ÅÏÇÑÉ',1031514049,NULL); INSERT INTO international VALUES (679,'WebGUI',11,'ÊÌåíÒÇÊ ÇáãÍÊæì¡ ÊÍÑíÑ',1031514049,NULL); INSERT INTO international VALUES (680,'WebGUI',11,'ÚÈæÉ¡ ÅÖÇÝÉ',1031514049,NULL); INSERT INTO international VALUES (681,'WebGUI',11,'ÚÈæÇÊ¡ ÊÔßíá',1031514049,NULL); INSERT INTO international VALUES (682,'WebGUI',11,'ÈíÇäÇÊ ÇáãÓÊÎÏã ÇáÚÇãÉ¡ ÊÍÑíÑ',1031514049,NULL); INSERT INTO international VALUES (683,'WebGUI',11,'ÞæÇáÈ¡ ÅÏÇÑÉ',1031514049,NULL); INSERT INTO international VALUES (684,'WebGUI',11,'ÞÇáÈ¡ ÅÖÇÝÉ/ÊÚÏíá',1031514049,NULL); INSERT INTO international VALUES (685,'WebGUI',11,'ÞÇáÈ¡ ÍÐÝ',1031514049,NULL); INSERT INTO international VALUES (60,'Survey',1,'Back to survey.',1037556626,NULL); INSERT INTO international VALUES (696,'WebGUI',11,'ÓáÉ ÇáãåãáÇÊ¡ ÊÝÑíÛ',1031514049,NULL); INSERT INTO international VALUES (697,'WebGUI',11,'ÇáãÞÏÇÑ. ÇáÓáæß¡ ÊØÈíÞ',1031514049,NULL); INSERT INTO international VALUES (699,'WebGUI',11,'Ãæá ÃíÇã ÇáÃÓÈæÚ',1031514049,NULL); INSERT INTO international VALUES (700,'WebGUI',11,'Çáíæã (ÇáÃíÇã)',1031514049,NULL); INSERT INTO international VALUES (701,'WebGUI',11,'ÇáÃÓÈæÚ (ÇáÃÓÇÈíÚ)',1031514049,NULL); INSERT INTO international VALUES (702,'WebGUI',11,'ÇáÔåÑ (ÇáÃÔåÑ)',1031514049,NULL); INSERT INTO international VALUES (703,'WebGUI',11,'ÇáÚÇã (ÇáÃÚæÇã)',1031514049,NULL); INSERT INTO international VALUES (704,'WebGUI',11,'ÇáËÇäíÉ (ÇáËæÇäí)',1031514049,NULL); INSERT INTO international VALUES (705,'WebGUI',11,'ÇáÏÞíÞÉ (ÇáÏÞÇÆÞ)',1031514049,NULL); INSERT INTO international VALUES (706,'WebGUI',11,'ÇáÓÇÚÉ (ÇáÓÇÚÇÊ)',1031514049,NULL); INSERT INTO international VALUES (707,'WebGUI',11,'ÇÓÊÚÑÇÖ ÇáÊäÞíÍ¿',1031514049,NULL); INSERT INTO international VALUES (715,'WebGUI',11,'ÅÚÇÏÉ ÊæÌíå ÇáãæÞÚ ÈÇáÅäÊÑäÊ',1031514049,NULL); INSERT INTO international VALUES (716,'WebGUI',11,'ÏÎæá',1031514049,NULL); INSERT INTO international VALUES (717,'WebGUI',11,'ÎÑæÌ',1031514049,NULL); INSERT INTO international VALUES (718,'WebGUI',11,'ÊÕÏíÑ ÊÑÌãÉ',1031514184,NULL); INSERT INTO international VALUES (719,'WebGUI',11,'ãäÊåí ÇáÊÇÑíÎ',1031514679,NULL); INSERT INTO international VALUES (720,'WebGUI',11,'ÍÓäððÇ',1031514777,NULL); INSERT INTO international VALUES (721,'WebGUI',11,'ÝÑÇÛ ÇáÅÓã',1031515005,NULL); INSERT INTO international VALUES (722,'WebGUI',11,'åæíÉ',1031517195,NULL); INSERT INTO international VALUES (723,'WebGUI',11,'ãÓÊäßÑ',1031800566,NULL); INSERT INTO international VALUES (724,'WebGUI',11,'áÇíãßä áÇÓãß ÇáãÓÊÎÏã Ãä íÈÏÃ Ãæ íäÊåí ÈãÓÇÝÉ',1031879593,NULL); INSERT INTO international VALUES (725,'WebGUI',11,'áÇíãßä áÇÓãß ÇáãÓÊÎÏã Ãä íÊÑß ÝÇÑÛðÇ',1031879612,NULL); INSERT INTO international VALUES (4,'Auth/WebGUI',11,'áÇíãßä áßáãÊß ÇáÓÑíÉ Ãä ÊÊÑß ÝÇÑÛÉ',1031879567,NULL); INSERT INTO international VALUES (5,'Auth/WebGUI',11,'\"áÇíãßä áßáãÊß ÇáÓÑíÉ Ãä ÊßÊÈ \"\"ßáãÉ ÇáÓÑ\"\"\"',1031880154,NULL); INSERT INTO international VALUES (1,'WobjectProxy',11,'ææÈÌíßÊ Åáì ÈÑæßÓí',1031514049,NULL); INSERT INTO international VALUES (2,'WobjectProxy',11,'ÊÍÑíÑ ææÈÌíßÊ ÈÑæßÓí',1031514049,NULL); INSERT INTO international VALUES (3,'WobjectProxy',11,'ææÈÌíßÊ ÈÑæßÓí',1031514049,NULL); INSERT INTO international VALUES (4,'WobjectProxy',11,'ÝÔáÊ ÚãáíÉ Öã ÇáææÈÌßÊ Åáì ÈÑæßÓí. ÑÈãÇ ÌÑì ÍÐÝ åÐÇ ÇáææÈÌíßÊ',1031514049,NULL); INSERT INTO international VALUES (5,'WobjectProxy',11,'ææÈÌíßÊ ÈÑæßÓí¡ ÅÖÇÝÉ/ÊÍÑíÑ',1031514049,NULL); INSERT INTO international VALUES (746,'WebGUI',1,'Toolbar Icon Set',1036046598,NULL); INSERT INTO international VALUES (45,'Survey',1,'Are you certain you wish to delete this answer and its responses?',1035951913,NULL); INSERT INTO international VALUES (44,'Survey',1,'Are you certain you wish to delete this question, its answers and responses?',1035951626,NULL); INSERT INTO international VALUES (34,'Survey',1,'Agree',1037498914,NULL); INSERT INTO international VALUES (33,'Survey',1,'Strongly Agree',1037498857,NULL); INSERT INTO international VALUES (32,'Survey',1,'False',1037498832,NULL); INSERT INTO international VALUES (31,'Survey',1,'True',1037498842,NULL); INSERT INTO international VALUES (27,'Survey',1,'Add an opinion (agree/disagree) answer scale.',1035948010,NULL); INSERT INTO international VALUES (25,'Survey',1,'Add a true/false answer.',1035947960,NULL); INSERT INTO international VALUES (26,'Survey',1,'Add a frequency (always/never) answer scale.',1035947924,NULL); INSERT INTO international VALUES (43,'Survey',1,'Never',1037574752,NULL); INSERT INTO international VALUES (42,'Survey',1,'Occasionally',1037574859,NULL); INSERT INTO international VALUES (41,'Survey',1,'Frequently',1037574786,NULL); INSERT INTO international VALUES (40,'Survey',1,'Always',1037574725,NULL); INSERT INTO international VALUES (39,'Survey',1,'Not Applicable',1037574804,NULL); INSERT INTO international VALUES (38,'Survey',1,'Strongly Disagree',1037498903,NULL); INSERT INTO international VALUES (37,'Survey',1,'Disagree',1037498886,NULL); INSERT INTO international VALUES (36,'Survey',1,'Somewhat Disagree',1037498872,NULL); INSERT INTO international VALUES (35,'Survey',1,'Somewhat Agree',1037498927,NULL); INSERT INTO international VALUES (30,'Survey',1,'Add a new question.',1035944708,NULL); INSERT INTO international VALUES (29,'Survey',1,'Add a text answer.',1035874640,NULL); INSERT INTO international VALUES (24,'Survey',1,'Add a multiple choice answer.',1035874502,NULL); INSERT INTO international VALUES (745,'WebGUI',1,'Go back to the page.',1035872437,NULL); INSERT INTO international VALUES (28,'Survey',1,'Add a question.',1035872173,NULL); INSERT INTO international VALUES (744,'WebGUI',1,'What next?',1035864828,NULL); INSERT INTO international VALUES (23,'Survey',1,'Add a new answer.',1035864494,NULL); INSERT INTO international VALUES (22,'Survey',1,'Answer Type',1035864413,NULL); INSERT INTO international VALUES (21,'Survey',1,'Go To',1035506057,NULL); INSERT INTO international VALUES (20,'Survey',1,'Is this answer correct?',1035436321,NULL); INSERT INTO international VALUES (19,'Survey',1,'Answer',1035436296,NULL); INSERT INTO international VALUES (18,'Survey',1,'Edit Answer',1035436102,NULL); INSERT INTO international VALUES (17,'Survey',1,'Edit Question',1035436091,NULL); INSERT INTO international VALUES (16,'Survey',1,'Randomize answers?',1035429242,NULL); INSERT INTO international VALUES (15,'Survey',1,'Allow comment?',1035429212,NULL); INSERT INTO international VALUES (14,'Survey',1,'Question',1035428770,NULL); INSERT INTO international VALUES (743,'WebGUI',1,'You must specify a valid email address in order to attempt to recover your password.',1035246389,NULL); INSERT INTO international VALUES (13,'Survey',1,'Who can view reports?',1033949863,NULL); INSERT INTO international VALUES (12,'Survey',1,'Who can take the survey?',1033949789,NULL); INSERT INTO international VALUES (11,'Survey',1,'Mode',1033949647,NULL); INSERT INTO international VALUES (10,'Survey',1,'Quiz',1033949566,NULL); INSERT INTO international VALUES (9,'Survey',1,'Survey',1033949540,NULL); INSERT INTO international VALUES (8,'Survey',1,'Question Order',1033949393,NULL); INSERT INTO international VALUES (7,'Survey',1,'Response Driven',1033944729,NULL); INSERT INTO international VALUES (6,'Survey',1,'Random',1033944643,NULL); INSERT INTO international VALUES (5,'Survey',1,'Sequential',1033944535,NULL); INSERT INTO international VALUES (3,'Survey',1,'Survey, Add/Edit',1038890559,NULL); INSERT INTO international VALUES (4,'Survey',1,'Surveys allow you to gather information from your users. In the case of WebGUI surveys, you can also use them to test your user\'s knowledge.\r\n

    \r\n\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\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\n\r\nAnonymous responses?
    \r\nSelect whether or not the survey will record and display information that can identify a user and their responses. If left at the default value of \"No\", the survey will record the user\'s IP address as well as their WebGUI User ID and Username if logged in. This info will then be available in the survey\'s reports. If set to \"Yes\", these three fields will contain scrambled data that can not be traced to a particular user.\r\n

    \r\n\r\nWho can take the survey?
    \r\nWhich users can participate in the survey?\r\n

    \r\n\r\n\r\nWho can view reports?
    \r\nWho can view the results of the survey?\r\n

    \r\n\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

    \r\n',1059069492,NULL); INSERT INTO international VALUES (2,'Survey',1,'Edit Survey',1033943825,NULL); INSERT INTO international VALUES (1,'Survey',1,'Survey',1033942924,NULL); INSERT INTO international VALUES (741,'WebGUI',1,'Edit this template.',1034223116,NULL); INSERT INTO international VALUES (742,'WebGUI',1,'Manage templates.',1034223130,NULL); INSERT INTO international VALUES (748,'WebGUI',1,'User Count',1036553016,NULL); INSERT INTO international VALUES (760,'WebGUI',1,'Delete this folder.',1036892740,NULL); INSERT INTO international VALUES (759,'WebGUI',1,'Edit this folder.',1036892731,NULL); INSERT INTO international VALUES (758,'WebGUI',1,'Add a folder.',1036892705,NULL); INSERT INTO international VALUES (757,'WebGUI',1,'Manage Collateral',1036892669,NULL); INSERT INTO international VALUES (756,'WebGUI',1,'Back to group list.',1036867726,NULL); INSERT INTO international VALUES (754,'WebGUI',1,'Manage the users in this group.',1036866994,NULL); INSERT INTO international VALUES (753,'WebGUI',1,'Edit this group.',1036866979,NULL); INSERT INTO international VALUES (752,'WebGUI',1,'View this user\'s profile.',1036864965,NULL); INSERT INTO international VALUES (751,'WebGUI',1,'Become this user.',1036864905,NULL); INSERT INTO international VALUES (750,'WebGUI',1,'Delete this user.',1036864742,NULL); INSERT INTO international VALUES (724,'WebGUI',10,'Dit brugernavn kan ikke begynde med blanktegn.',1036855579,NULL); INSERT INTO international VALUES (725,'WebGUI',10,'Dit brugernavn kan ikke være blankt.',1036855553,NULL); INSERT INTO international VALUES (4,'Auth/WebGUI',10,'Dit kodeord kan ikke være blankt.',1036855532,NULL); INSERT INTO international VALUES (682,'WebGUI',10,'Brugerprofil, Redigér',1036855505,NULL); INSERT INTO international VALUES (681,'WebGUI',10,'Pakker, Opret',1036855491,NULL); INSERT INTO international VALUES (680,'WebGUI',10,'Pakker, Tilføj',1036855476,NULL); INSERT INTO international VALUES (679,'WebGUI',10,'Indholds indstillinger, Redigér',1036855461,NULL); INSERT INTO international VALUES (678,'WebGUI',10,'Rod, Håndter',1036855438,NULL); INSERT INTO international VALUES (677,'WebGUI',10,'Wobjects, Tilføj/Redigér',1036855426,NULL); INSERT INTO international VALUES (675,'WebGUI',10,'Søgemaskine, Anvend',1036855390,NULL); INSERT INTO international VALUES (674,'WebGUI',10,'Diverse indstillinger, Redigér',1036855371,NULL); INSERT INTO international VALUES (672,'WebGUI',10,'Profil indstilling, Redigér',1036855339,NULL); INSERT INTO international VALUES (669,'WebGUI',10,'Makroer, Anvend',1036855290,NULL); INSERT INTO international VALUES (668,'WebGUI',10,'Style Sheets, Anvend',1036855265,NULL); INSERT INTO international VALUES (671,'WebGUI',10,'Wobjects, Anvend',1036855231,NULL); INSERT INTO international VALUES (670,'WebGUI',10,'Image, Tilføj/redigér',1036855215,NULL); INSERT INTO international VALUES (667,'WebGUI',10,'Gruppe, Tilføj/Redigér',1036855136,NULL); INSERT INTO international VALUES (666,'WebGUI',10,'Stilart, Tilføj/Redigér',1036855118,NULL); INSERT INTO international VALUES (665,'WebGUI',10,'Gruppe, Slet',1036855098,NULL); INSERT INTO international VALUES (664,'WebGUI',10,'Wobject, Slet',1036855078,NULL); INSERT INTO international VALUES (663,'WebGUI',10,'Mail indstillinger, Redigér',1036854968,NULL); INSERT INTO international VALUES (662,'WebGUI',10,'Indstillinger, Håndter',1036854946,NULL); INSERT INTO international VALUES (559,'WebGUI',10,'Kør ved registrering',1036854816,NULL); INSERT INTO international VALUES (558,'WebGUI',10,'Redigér brugers karma',1036854794,NULL); INSERT INTO international VALUES (557,'WebGUI',10,'Beskrivelse',1036854778,NULL); INSERT INTO international VALUES (556,'WebGUI',10,'Værdi',1036854766,NULL); INSERT INTO international VALUES (555,'WebGUI',10,'Redigér denne brugers karma',1036854755,NULL); INSERT INTO international VALUES (554,'WebGUI',10,'Tag aktion',1036854733,NULL); INSERT INTO international VALUES (553,'WebGUI',10,'Status',1036854720,NULL); INSERT INTO international VALUES (552,'WebGUI',10,'Afventer',1036854708,NULL); INSERT INTO international VALUES (551,'WebGUI',10,'Besked',1036854692,NULL); INSERT INTO international VALUES (543,'WebGUI',10,'Tilføj ny image gruppe',1036854555,NULL); INSERT INTO international VALUES (542,'WebGUI',10,'Forrige..',1036854517,NULL); INSERT INTO international VALUES (541,'WebGUI',10,'Karma pr. postering',1036854500,NULL); INSERT INTO international VALUES (540,'WebGUI',10,'Karma pr. login',1036854367,NULL); INSERT INTO international VALUES (539,'WebGUI',10,'Aktivér karma?',1036854349,NULL); INSERT INTO international VALUES (538,'WebGUI',10,'Karma grænse',1036854328,NULL); INSERT INTO international VALUES (537,'WebGUI',10,'Karma',1036854293,NULL); INSERT INTO international VALUES (536,'WebGUI',10,'En ny bruger: ^@;, har registreret sig.',1036854252,NULL); INSERT INTO international VALUES (535,'WebGUI',10,'Gruppe der skal notificeres om ny bruger',1036854162,NULL); INSERT INTO international VALUES (534,'WebGUI',10,'Giv meddelelse om ny bruger?',1036854133,NULL); INSERT INTO international VALUES (533,'WebGUI',10,'uden disse ord',1036854103,NULL); INSERT INTO international VALUES (532,'WebGUI',10,'med mindst et af disse ord',1036854079,NULL); INSERT INTO international VALUES (531,'WebGUI',10,'eksakt denne sætning',1036854044,NULL); INSERT INTO international VALUES (530,'WebGUI',10,'med alle ordene',1036854002,NULL); INSERT INTO international VALUES (529,'WebGUI',10,'resultater',1036853971,NULL); INSERT INTO international VALUES (528,'WebGUI',10,'Navn på skabelon',1036853957,NULL); INSERT INTO international VALUES (527,'WebGUI',10,'Standard hjemmeside',1036853933,NULL); INSERT INTO international VALUES (526,'WebGUI',10,'Fjern kun JavaScript.',1036853917,NULL); INSERT INTO international VALUES (525,'WebGUI',10,'Rediger indholds indstillinger',1036853889,NULL); INSERT INTO international VALUES (1025,'WebGUI',10,'Tilføj redigeringsmærke til posteringer?',1036853870,NULL); INSERT INTO international VALUES (523,'WebGUI',10,'Notificering',1036853846,NULL); INSERT INTO international VALUES (522,'WebGUI',10,'Jeg vil gerne notificeres via ICQ.',1036853832,NULL); INSERT INTO international VALUES (521,'WebGUI',10,'Jeg vil gerne notificeres via email til personsøger.',1036853814,NULL); INSERT INTO international VALUES (520,'WebGUI',10,'Jeg vil gerne notificeres via Email.',1036853784,NULL); INSERT INTO international VALUES (519,'WebGUI',10,'Jeg vil gerne notificeres',1036853765,NULL); INSERT INTO international VALUES (518,'WebGUI',10,'Indbakke notificeringer',1036853749,NULL); INSERT INTO international VALUES (517,'WebGUI',10,'Slå administration fra',1036853708,NULL); INSERT INTO international VALUES (516,'WebGUI',10,'Slå administration til',1036853690,NULL); INSERT INTO international VALUES (515,'WebGUI',10,'Tilføj redigeringsmærke til posteringer?',1036853672,NULL); INSERT INTO international VALUES (514,'WebGUI',10,'Visninger',1036853524,NULL); INSERT INTO international VALUES (513,'WebGUI',10,'Forrige tråd',1036853502,NULL); INSERT INTO international VALUES (512,'WebGUI',10,'Næste tråd',1036853486,NULL); INSERT INTO international VALUES (5,'Auth/WebGUI',10,'Dit kodeord kan ikke være \"password\".',1036612598,NULL); INSERT INTO international VALUES (511,'WebGUI',10,'Emne opdelt',1036612553,NULL); INSERT INTO international VALUES (510,'WebGUI',10,'Flad',1036612526,NULL); INSERT INTO international VALUES (509,'WebGUI',10,'Diskusions layout',1036612509,NULL); INSERT INTO international VALUES (508,'WebGUI',10,'Administrer skabeloner',1036612485,NULL); INSERT INTO international VALUES (507,'WebGUI',10,'Redigér skabelon',1036612448,NULL); INSERT INTO international VALUES (506,'WebGUI',10,'Administrer skabeloner',1036612430,NULL); INSERT INTO international VALUES (505,'WebGUI',10,'Tilføj ny skabelon',1036612389,NULL); INSERT INTO international VALUES (504,'WebGUI',10,'Skabelon',1036612373,NULL); INSERT INTO international VALUES (503,'WebGUI',10,'Skabelon ID',1036612359,NULL); INSERT INTO international VALUES (502,'WebGUI',10,'Er du sikker på du vil slette denne skabelon og dermed alle sider der anvender den?',1036612343,NULL); INSERT INTO international VALUES (501,'WebGUI',10,'Body',1036612298,NULL); INSERT INTO international VALUES (500,'WebGUI',10,'Side ID',1036612281,NULL); INSERT INTO international VALUES (615,'WebGUI',2,'Gruppen werden zum Aufteilen von Rechten und Pflichten innherhalb des WebGUI \r\nSystems benötigt. Wenn sie z. b. eine Seite ähnlich einer Klassenraum Situation \r\nerstellen müssen. In diesem Fall würden Sie für jede einzelne Klasse eine eigene \r\nGruppe erstellen, die sie dann den entsprechenden Seiten zuordnen könnten.

    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

    ',1044964822,NULL); INSERT INTO international VALUES (61,'SyndicatedContent',10,'Syndicated Content, tilføj/redigér',1036611329,NULL); INSERT INTO international VALUES (61,'SiteMap',10,'Træ struktur (site map), tilføj/redigér',1036611295,NULL); INSERT INTO international VALUES (61,'SQLReport',10,'SQL Rapport, tilføj/redigér',1036611251,NULL); INSERT INTO international VALUES (9,'Product',10,'Produkt billed 3',1036611226,NULL); INSERT INTO international VALUES (8,'Product',10,'Produkt billed 2',1036611213,NULL); INSERT INTO international VALUES (7,'Product',10,'Produkt billed 1',1036611200,NULL); INSERT INTO international VALUES (62,'Product',10,'Produkt skabelon, tilføj/redigér',1036611151,NULL); INSERT INTO international VALUES (60,'Product',10,'Skabelon',1036611112,NULL); INSERT INTO international VALUES (6,'Product',10,'Redigér produkt',1036611098,NULL); INSERT INTO international VALUES (59,'Product',10,'Navn',1036611082,NULL); INSERT INTO international VALUES (58,'Product',10,'Redigér produkt skabelon',1036611058,NULL); INSERT INTO international VALUES (57,'Product',10,'Er du sikker på du vil slette denne skabelon og dermed også alle produkter der anvender den?',1036611039,NULL); INSERT INTO international VALUES (56,'Product',10,'Tilføj en produkt skabelon.',1036605180,NULL); INSERT INTO international VALUES (55,'Product',10,'Tilføj en fordel.',1036605149,NULL); INSERT INTO international VALUES (54,'Product',10,'Fordele',1036605131,NULL); INSERT INTO international VALUES (53,'Product',10,'Redigér fordel',1036605116,NULL); INSERT INTO international VALUES (52,'Product',10,'Tilføj yderligere fordel?',1036605101,NULL); INSERT INTO international VALUES (51,'Product',10,'Fordel',1036605083,NULL); INSERT INTO international VALUES (5,'Product',10,'Er du sikker på du vil slette denne specifikation?',1036605065,NULL); INSERT INTO international VALUES (49,'Product',10,'Produkt fordel, tilføj/redigér',1036605042,NULL); INSERT INTO international VALUES (48,'Product',10,'Er du sikker på du vil slette denne fordel? (kan ikke genskabes når først slettet)',1036605023,NULL); INSERT INTO international VALUES (46,'Product',10,'Relateret produkt, tilføj/redigér',1036604974,NULL); INSERT INTO international VALUES (44,'Product',10,'Produkt tilbehør, tilføj/redigér',1036604937,NULL); INSERT INTO international VALUES (42,'Product',10,'Produkt specifikation, tilføj/redigér',1036604911,NULL); INSERT INTO international VALUES (40,'Product',10,'Produkt egenskab, tilføj/redigér',1036604886,NULL); INSERT INTO international VALUES (4,'Product',10,'Er du sikker på du vil slette relationen til det relaterede produkt?',1036604858,NULL); INSERT INTO international VALUES (38,'Product',10,'Produkter, tilføj/redigér',1036604819,NULL); INSERT INTO international VALUES (37,'Product',10,'Tilføj et relateret produkt.',1036604797,NULL); INSERT INTO international VALUES (36,'Product',10,'Tilføj tilbehør.',1036604779,NULL); INSERT INTO international VALUES (35,'Product',10,'Tilføj en specifikation.',1036604761,NULL); INSERT INTO international VALUES (34,'Product',10,'Tilføj en egenskab.',1036604744,NULL); INSERT INTO international VALUES (33,'Product',10,'Relaterede produkter',1036604724,NULL); INSERT INTO international VALUES (32,'Product',10,'Tilbehør',1036604703,NULL); INSERT INTO international VALUES (31,'Product',10,'Specifikationer',1036604690,NULL); INSERT INTO international VALUES (30,'Product',10,'Egenskaber',1036604674,NULL); INSERT INTO international VALUES (3,'Product',10,'Er du sikker på du vil slette denne egenskab?',1036604621,NULL); INSERT INTO international VALUES (29,'Product',10,'Enheder',1036604600,NULL); INSERT INTO international VALUES (28,'Product',10,'Tilføj yderligere specifikation',1036604556,NULL); INSERT INTO international VALUES (27,'Product',10,'Specifikation',1036604539,NULL); INSERT INTO international VALUES (26,'Product',10,'Label',1036604513,NULL); INSERT INTO international VALUES (25,'Product',10,'Redig+er specifikation',1036604493,NULL); INSERT INTO international VALUES (24,'Product',10,'Tilføj yderligere egenskaber?',1036604476,NULL); INSERT INTO international VALUES (23,'Product',10,'Egenskab',1036604454,NULL); INSERT INTO international VALUES (22,'Product',10,'Redigér egenskab',1036604438,NULL); INSERT INTO international VALUES (21,'Product',10,'Tilføj yderligere releteret produkt?',1036604409,NULL); INSERT INTO international VALUES (20,'Product',10,'Relateret produkt',1036604385,NULL); INSERT INTO international VALUES (2,'Product',10,'Er du sikker på du vil slette referencen til dette tilbehør?',1036604368,NULL); INSERT INTO international VALUES (19,'Product',10,'Tilføj relateret produkt',1036604335,NULL); INSERT INTO international VALUES (18,'Product',10,'Tilføj yderligere tilbehør?',1036604319,NULL); INSERT INTO international VALUES (17,'Product',10,'Tilbehør',1036604302,NULL); INSERT INTO international VALUES (16,'Product',10,'Tilføj tilbehør',1036604289,NULL); INSERT INTO international VALUES (15,'Product',10,'Garanti',1036604274,NULL); INSERT INTO international VALUES (14,'Product',10,'Manual',1036604254,NULL); INSERT INTO international VALUES (13,'Product',10,'Brochure',1036604243,NULL); INSERT INTO international VALUES (11,'Product',10,'Produkt nr.',1036604204,NULL); INSERT INTO international VALUES (10,'Product',10,'Pris',1036604182,NULL); INSERT INTO international VALUES (1,'Product',10,'Produkt',1036604168,NULL); INSERT INTO international VALUES (61,'Poll',10,'Afstemning, tilføj/redigér',1036604149,NULL); INSERT INTO international VALUES (20,'Poll',10,'Karma per stemme',1036604131,NULL); INSERT INTO international VALUES (12,'Poll',10,'Stemmer i alt:',1036604113,NULL); INSERT INTO international VALUES (61,'MessageBoard',10,'Opslagstavle, tilføj/redigér',1036604088,NULL); INSERT INTO international VALUES (8,'DataForm',10,'Bredde',1036604040,NULL); INSERT INTO international VALUES (7,'DataForm',10,'Redigér mail formular',1036604018,NULL); INSERT INTO international VALUES (62,'DataForm',10,'Mail form felter, tilføj/redigér',1036604001,NULL); INSERT INTO international VALUES (61,'DataForm',10,'Mail formular, tilføj/redigér',1036603976,NULL); INSERT INTO international VALUES (6,'DataForm',10,'Redigérbar',1036603957,NULL); INSERT INTO international VALUES (5,'DataForm',10,'Vist',1036603937,NULL); INSERT INTO international VALUES (4,'DataForm',10,'Skjult',1036603927,NULL); INSERT INTO international VALUES (3,'DataForm',10,'Tak for din tilbagemelding!',1036603915,NULL); INSERT INTO international VALUES (25,'DataForm',10,'Standard værdi (valgfrit)',1036603877,NULL); INSERT INTO international VALUES (24,'DataForm',10,'Mulige værdier (drop-down liste)',1036603850,NULL); INSERT INTO international VALUES (23,'DataForm',10,'Type',1036603824,NULL); INSERT INTO international VALUES (22,'DataForm',10,'Status',1036603804,NULL); INSERT INTO international VALUES (21,'DataForm',10,'Felt navn',1036603793,NULL); INSERT INTO international VALUES (20,'DataForm',10,'Redigér felt',1036603782,NULL); INSERT INTO international VALUES (2,'DataForm',10,'Emnet for din email her',1036603768,NULL); INSERT INTO international VALUES (19,'DataForm',10,'Er du sikker på du vil slette dette felt?',1036603745,NULL); INSERT INTO international VALUES (18,'DataForm',10,'Gå tilbage!',1036603723,NULL); INSERT INTO international VALUES (17,'DataForm',10,'Mail sendt',1036603709,NULL); INSERT INTO international VALUES (16,'DataForm',10,'Bekræftigelse',1036599476,NULL); INSERT INTO international VALUES (14,'DataForm',10,'Emne',1036598522,NULL); INSERT INTO international VALUES (13,'DataForm',10,'Bcc',1036598494,NULL); INSERT INTO international VALUES (12,'DataForm',10,'Cc',1036598479,NULL); INSERT INTO international VALUES (11,'DataForm',10,'Til (email, brugernavn ell. gruppenavn)',1036598461,NULL); INSERT INTO international VALUES (10,'DataForm',10,'Fra',1036598436,NULL); INSERT INTO international VALUES (1,'DataForm',10,'Mail formular',1036598423,NULL); INSERT INTO international VALUES (61,'LinkList',10,'Henvisningsliste, tilfæj/redigér',1036598042,NULL); INSERT INTO international VALUES (61,'Item',10,'Item, tilføj/redigér',1036598009,NULL); INSERT INTO international VALUES (6,'Item',10,'Redigér item',1036597984,NULL); INSERT INTO international VALUES (72,'FAQ',10,'Spørgsmål, tilføj/redigér',1036597894,NULL); INSERT INTO international VALUES (61,'FAQ',10,'FAQ, tilføj/redigér',1036597867,NULL); INSERT INTO international VALUES (13,'FAQ',10,'Slå [top] link til?',1036597810,NULL); INSERT INTO international VALUES (12,'FAQ',10,'Slå Q/A til?',1036597786,NULL); INSERT INTO international VALUES (11,'FAQ',10,'Slå TOC til?',1036597771,NULL); INSERT INTO international VALUES (61,'ExtraColumn',10,'Ekstra kolonne, tilføj/redigér',1036597749,NULL); INSERT INTO international VALUES (78,'EventsCalendar',10,'Slet ikke noget, det var en fejl.',1036597719,NULL); INSERT INTO international VALUES (75,'EventsCalendar',10,'Hvad ønsker du at gøre?',1036597679,NULL); INSERT INTO international VALUES (77,'EventsCalendar',10,'Slet denne begivenhed og alle gentagelser',1031671274,NULL); INSERT INTO international VALUES (76,'EventsCalendar',10,'Slet kun denne begivenhed.',1031671246,NULL); INSERT INTO international VALUES (72,'EventsCalendar',10,'Begivenhed, tilføj/redigér',1031671171,NULL); INSERT INTO international VALUES (61,'EventsCalendar',10,'Begivenhedskalender, Tilføj/redigér',1031671122,NULL); INSERT INTO international VALUES (84,'EventsCalendar',1,'End Month',1038190527,NULL); INSERT INTO international VALUES (20,'EventsCalendar',10,'Tilføj begivenhed',1031671040,NULL); INSERT INTO international VALUES (61,'Article',10,'Artikkel, tilføj/redigér',1031546465,NULL); INSERT INTO international VALUES (814,'WebGUI',1,'Back to styles.',1038022043,NULL); INSERT INTO international VALUES (815,'WebGUI',1,'The file you tried to upload is too large.',1038023800,NULL); INSERT INTO international VALUES (679,'WebGUI',21,'îÁÓÔÒÏÊËÉ ÉÎÆÏÒÍÁÃÉÏÎÎÏÇÏ ÎÁÐÏÌÎÅÎÉÑ (ÒÅÄÁËÔÉÒÏ×ÁÎÉÅ)',1042132866,NULL); INSERT INTO international VALUES (72,'DataForm',21,'÷Ù ÍÏÖÅÔÅ ÄÏÂÁ×ÉÔØ ÌÀÂÏÅ ËÏÌÉÞÅÓÔ×Ï ÄÏÐÏÌÎÉÔÅÌØÎÙÈ ÐÏÌÅÊ × ×ÁÛÕ ÆÏÒÍÕ.\r\n

    \r\néÍÑ ÐÏÌÑ
    \r\n÷×ÅÄÉÔÅ ÕÎÉËÁÌØÎÏÅ ÉÍÑ ÐÏÌÑ (Ô.Å. ÉÍÑ ÐÏÌÑ ÎÅ ÄÏÌÖÎÏ ÓÏ×ÐÁÄÁÔØ ÎÉ Ó ÏÄÎÉÍ ÉÚ ÏÓÔÁÌØÎÙÈ ÐÏÌÅÊ ÆÏÒÍÙ).\r\n

    \r\nóÔÁÔÕÓ
    \r\nóËÒÙÔÙÅ ÐÏÌÑ ÎÅ ÏÔÏÂÒÁÖÁÀÔÓÑ, ÎÏ ÐÅÒÅÓÙÌÁÀÔÓÑ e-mail.
    \r\nïÔÏÂÒÁÖÁÅÍÙÅ ÐÏÌÑ ÍÏÖÎÏ ÐÒÏÓÍÏÔÒÅÔØ, ÎÏ ÎÅÌØÚÑ ÏÔÒÅÄÁËÔÉÒÏ×ÁÔØ.
    \r\níÏÄÉÆÉÃÉÒÕÅÍÙÅ ÐÏÌÑ ÚÁÐÏÌÎÑÀÔÓÑ ÐÏÌØÚÏ×ÁÔÅÌÅÍ.
    \r\nåÓÌÉ ×Ù ×ÙÂÅÒÉÔÅ ÓËÒÙÔÙÊ ÉÌÉ ÏÔÏÂÒÁÖÁÅÍÙÊ ÔÉÐ ÐÏÌÑ, ÔÏ ÕÄÏÓÔÏ×ÅÒØÔÅÓØ, ÞÔÏ ÐÏÌÑÍ ÐÒÉÓ×ÏÅÎÙ ÚÎÁÞÅÎÉÑ ÐÏ ÕÍÏÌÞÁÎÉÀ.\r\n

    \r\nôÉÐ
    \r\n÷ÙÂÅÒÉÔÅ ÔÉÐ ÜÌÅÍÅÎÔÁ ÆÏÒÍÙ. ðÏÄÄÅÒÖÉ×ÁÀÔÓÑ ÓÌÅÄÕÀÝÉÅ ÔÉÐÙ ÐÏÌÅÊ:
    \r\n
      \r\n
    • URL: ÔÅËÓÔÏ×ÏÅ ÐÏÌÅ, ÐÒÅÄÎÁÚÎÁÞÅÎÎÏÅ ÄÌÑ ××ÏÄÁ URL.
      \r\n
    • ôÅËÓÔÏ×ÙÊ ÂÌÏË: ÓÔÁÎÄÁÒÔÎÙÊ ÔÅËÓÔÏ×ÙÊ ÂÌÏË.
      \r\n
    • äÁÔÁ: ÔÅËÓÔÏ×ÙÊ ÂÌÏË, ÐÒÅÄÎÁÚÎÁÞÅÎÎÙÊ ÄÌÑ ××ÏÄÁ ÄÁÔÙ É ËÎÏÐËÁ, ÒÁÓËÒÙ×ÁÀÝÁÑ ÏËÎÏ Ó ËÁÌÅÎÄÁÒÅÍ.
      \r\n
    • äÁ/îÅÔ: ËÎÏÐËÉ ÐÏÚ×ÏÌÑÀÝÉÅ ×ÙÂÒÁÔØ ÕÔ×ÅÒÄÉÔÅÌØÎÙÊ ÉÌÉ ÏÔÒÉÃÁÔÅÌØÎÙÊ ÏÔ×ÅÔ ÎÁ ×ÏÐÒÏÓ.
      \r\n
    • E-mail: ÔÅËÓÔÏ×ÙÊ ÂÌÏË, ÐÒÅÄÎÁÚÎÁÞÅÎÎÙÊ ÄÌÑ ××ÏÄÁ ÉÎÆÏÒÍÁÃÉÉ Ï e-mail ÁÄÒÅÓÅ (ÐÏÓÌÅ ÚÁÐÏÌÎÅÎÉÑ Á×ÔÏÍÁÔÉÞÅÓËÉ ÐÒÏ×ÅÒÑÅÔÓÑ ËÏÒÒÅËÔÎÏÓÔØ ××ÅÄÅÎÎÏÇÏ ÁÄÒÅÓÁ).
      \r\n
    • ôÅËÓÔÏ×ÏÅ ÐÏÌÅ: ÐÒÏÓÔÏÅ ÔÅËÓÔÏ×ÏÅ ÐÏÌÅ.
      \r\n
    • þÅË-ÂÏËÓÙ: ÐÒÏÓÔÙÅ ÞÅË-ÂÏËÓÙ.
      \r\n×ÙÐÁÄÁÀÝÅÅ ÍÅÎÀ: ×Ù ÄÏÌÖÎÙ ÚÁÄÁÔØ ×ÏÚÍÏÖÎÙÅ ÚÎÁÞÅÎÉÑ ÄÌÑ ÐÕÎËÔÏ× ÍÅÎÀ (× ÏÄÎÏÊ ÓÔÒÏËÅ ÍÏÖÎÏ ÕËÁÚÁÔØ ÔÏÌØËÏ ÏÄÎÏ ÚÎÁÞÅÎÉÅ).\r\n
    \r\n

    \r\n÷ÏÚÍÏÖÎÙÅ ÚÎÁÞÅÎÉÑ
    \r\nüÔÏ ÐÏÌÅ ÉÓÐÏÌØÚÕÅÔÓÑ ÔÏÌØËÏ ÄÌÑ ÚÁÐÏÌÎÅÎÉÑ ÐÕÎËÔÏ× ÄÌÑ ×ÙÐÁÄÁÀÝÅÇÏ ÍÅÎÀ.\r\n

    \r\núÎÁÞÅÎÉÅ ÐÏ ÕÍÏÌÞÁÎÉÀ (ÏÐÃÉÏÎÁÌØÎÏ)
    \r\n××ÅÄÉÔÅ ÚÎÁÞÅÎÉÅ ÐÏ ÕÍÏÌÞÁÎÉÀ ÄÌÑ ÐÏÌÑ. äÌÑ ÐÏÌÑ äÁ/îÅÔ ××ÅÄÉÔÅ \"yes\" ÄÌÑ ÔÏÇÏ, ÞÔÏÂÙ ÚÎÁÞÅÎÉÅ ÐÏ ÕÍÏÌÞÁÎÉÀ Õ ÐÏÌÑ ÂÙÌÏ „äÁ“ ÉÌÉ \"no\", ÞÔÏÂÙ ÚÎÁÞÅÎÉÅ ÐÏ ÕÍÏÌÞÁÎÉÀ ÂÙÌÏ „îÅÔ“.\r\näÌÑ ÞÅË-ÂÏËÓÁ ××ÅÄÉÔÅ \"checked\", ÅÓÌÉ ×Ù ÈÏÔÉÔÅ, ÞÔÏÂÙ ÐÕÎËÔ ÐÏ ÕÍÏÌÞÁÎÉÀ ÂÙÌ ÏÔÍÅÞÅÎ ÇÁÌÏÞËÏÊ.\r\n

    \r\näÏÂÁ×ÉÔØ ÅÝÅ ÏÄÎÏ ÐÏÌÅ?
    \r\n÷ÙÂÅÒÉÔÅ „äÁ“, ÅÓÌÉ ×Ù ÈÏÔÉÔÅ ÎÅÍÅÄÌÅÎÎÏ ÄÏÂÁ×ÉÔØ ÎÏ×ÏÅ ÐÏÌÅ.\r\n
    ',1041689534,NULL); INSERT INTO international VALUES (554,'WebGUI',21,'÷ÙÐÏÌÎÉÔØ ÄÅÊÓÔ×ÉÅ',1034774744,NULL); INSERT INTO international VALUES (64,'WebGUI',21,'÷ÙÊÔÉ ÉÚ ÓÉÓÔÅÍÙ',1034772536,NULL); INSERT INTO international VALUES (1,'WobjectProxy',21,'éÍÑ ÍÏÄÕÌÑ',1037087561,NULL); INSERT INTO international VALUES (2,'Item',21,'÷ÌÏÖÅÎÎÙÊ ÆÁÊÌ',1034752668,NULL); INSERT INTO international VALUES (4,'Item',21,'óÓÙÌËÁ ÎÁ ÄÏËÕÍÅÎÔ',1034752668,NULL); INSERT INTO international VALUES (5,'Item',21,'óËÁÞÁÔØ ×ÌÏÖÅÎÎÙÊ ÆÁÊÌ',1034752668,NULL); INSERT INTO international VALUES (12,'Poll',21,'÷ÓÅÇÏ ÐÒÏÇÏÌÏÓÏ×ÁÌÏ:',1034752668,NULL); INSERT INTO international VALUES (12,'FAQ',21,'äÏÂÁ×ÉÔØ ×ÏÐÒÏÓ/ÏÔ×ÅÔ?',1034752668,NULL); INSERT INTO international VALUES (12,'DataForm',21,'Cc',1034752668,NULL); INSERT INTO international VALUES (13,'DataForm',21,'Bcc',1034752668,NULL); INSERT INTO international VALUES (357,'WebGUI',21,'îÏ×ÏÓÔÉ',1034752668,NULL); INSERT INTO international VALUES (361,'WebGUI',21,'ôÒÉ ËÏÌÏÎËÉ Ó×ÅÒÈÕ, ÏÄÎÁ ×ÎÉÚÕ',1036492249,NULL); INSERT INTO international VALUES (362,'WebGUI',21,'ä×Å ÒÁ×ÎÙÅ ËÏÌÏÎËÉ',1036492299,NULL); INSERT INTO international VALUES (364,'WebGUI',21,'ðÏÉÓË',1034752668,NULL); INSERT INTO international VALUES (371,'WebGUI',21,'äÏÂÁ×ÉÔØ ÇÒÕÐÐÕ',1034752668,NULL); INSERT INTO international VALUES (424,'WebGUI',21,'ðÒÏÓÍÏÔÒÅÔØ ÉÓÔÏÒÉÀ ÓÏÅÄÉÎÅÎÉÊ.',1034752668,NULL); INSERT INTO international VALUES (429,'WebGUI',21,'÷ÒÅÍÑ ÓÏÅÄÉÎÅÎÉÑ',1034752668,NULL); INSERT INTO international VALUES (442,'WebGUI',21,'éÎÆÏÒÍÁÃÉÑ Ï ÆÉÒÍÅ',1042471727,NULL); INSERT INTO international VALUES (445,'WebGUI',21,'ðÏÌØÚÏ×ÁÔÅÌØÓËÉÅ ÎÁÓÔÒÏÊËÉ',1042469962,NULL); INSERT INTO international VALUES (576,'WebGUI',21,'õÄÁÌÉÔØ',1034752668,NULL); INSERT INTO international VALUES (512,'WebGUI',21,'óÌÅÄÕÀÝÅÅ ÓÏÏÂÝÅÎÉÅ',1036929085,NULL); INSERT INTO international VALUES (534,'WebGUI',21,'óÌÅÄÉÔØ ÚÁ ÎÏ×ÙÍ ÐÏÌØÚÏ×ÁÔÅÌÅÍ?',1034752668,NULL); INSERT INTO international VALUES (537,'WebGUI',21,'îÁÂÌÀÄÅÎÉÅ',1034752668,NULL); INSERT INTO international VALUES (538,'WebGUI',21,'õÒÏ×ÅÎØ ÎÁÂÌÀÄÅÎÉÑ',1034752668,NULL); INSERT INTO international VALUES (539,'WebGUI',21,'òÁÚÒÅÛÉÔØ ÎÁÂÌÀÄÅÎÉÅ ÚÁ ÄÅÊÓÔ×ÉÑÍÉ?',1034752668,NULL); INSERT INTO international VALUES (540,'WebGUI',21,'îÁÂÌÀÄÁÔØ ÚÁ ×ÈÏÄÏÍ × ÓÉÓÔÅÍÕ',1034752668,NULL); INSERT INTO international VALUES (20,'Poll',21,'îÁÂÌÀÄÁÔØ ÚÁ ÈÏÄÏÍ ÇÏÌÏÓÏ×ÁÎÉÑ',1034752668,NULL); INSERT INTO international VALUES (541,'WebGUI',21,'îÁÂÌÀÄÁÔØ ÚÁ ÏÐÕÂÌÉËÏ×ÁÎÉÅÍ',1034752668,NULL); INSERT INTO international VALUES (61,'MessageBoard',21,'æÏÒÕÍ (ÄÏÂÁ×ÌÅÎÉÅ/ÒÅÄÁËÔÉÒÏ×ÁÎÉÅ)',1048509696,NULL); INSERT INTO international VALUES (71,'SQLReport',21,'äÏËÌÁÄ SQL ÐÏÚ×ÏÌÑÅÔ ÐÏÌØÚÏ×ÁÔÅÌÑÍ ÚÁÐÒÁÛÉ×ÁÔØ ÄÁÎÎÙÅ ÉÚ ÌÀÂÏÊ ÂÁÚÙ.\r\n

    \r\nïÂÒÁÂÁÔÙ×ÁÔØ ÚÁÐÒÏÓ ÐÒÅÄ×ÁÒÉÔÅÌØÎÏ?
    \r\nåÓÌÉ ×Ù ÈÏÔÉÔÅ ÉÓÐÏÌØÚÏ×ÁÔØ × Ó×ÏÅÍ ÚÁÐÒÏÓÅ ÍÁËÒÏÓ, ×Ù ÄÏÌÖÎÙ ÕÔ×ÅÒÄÉÔÅÌØÎÏ ÏÔ×ÅÔÉÔØ ÎÁ ÜÔÏÔ ×ÏÐÒÏÓ.\r\n

    \r\nòÁÚÒÅÛÉÔØ ×Ù×ÏÄ ÏÔÌÁÄÏÞÎÏÊ ÉÎÆÏÒÍÁÃÉÉ?
    \r\n÷Ù ÍÏÖÅÔÅ ÒÁÚÒÅÛÉÔØ ×Ù×ÏÄ ÏÔÌÁÄÏÞÎÏÊ ÉÎÆÏÒÍÁÃÉÉ É ÉÎÆÏÒÍÁÃÉÉ Ï ÏÛÉÂËÁÈ ÎÁ ÜËÒÁÎ ÂÒÏÕÚÅÒÁ. \r\n

    \r\núÁÐÒÏÓ
    \r\n÷Ù ÍÏÖÅÔÅ ÎÁÐÉÓÁÔØ ÓÔÁÎÄÁÒÔÎÙÊ SQL ÚÁÐÒÏÓ. ôÁËÖÅ ×Ù ÍÏÖÅÔÅ ÉÓÐÏÌØÚÏ×ÁÔØ ÍÁËÒÏÓ ^FormParam();.\r\n

    \r\nûÁÂÌÏÎ ÏÔÞÅÔÁ
    \r\nóÕÝÅÓÔ×ÕÅÔ ×ÏÚÍÏÖÎÏÓÔØ ÍÅÎÑÔØ ×ÎÅÛÎÉÊ ×ÉÄ ÏÔÞÅÔÏ×, ÇÅÎÅÒÉÒÕÅÍÙÈ ÐÏ SQL-ÚÁÐÒÏÓÕ. åÓÌÉ ×Ù ÏÓÔÁ×ÉÔÅ ÜÔÏ ÐÏÌÅ ÐÕÓÔÙÍ, ÔÏ ÏÔÞÅÔ ÓÆÏÒÍÉÒÕÅÔÓÑ × ÓÔÁÎÄÁÒÔÎÏÊ ÔÁÂÌÉÃÅ.\r\n
    \r\näÌÑ ÆÏÒÍÉÒÏ×ÁÎÉÑ ×ÎÅÛÎÅÇÏ ×ÉÄÁ ÏÔÞÅÔÁ ÓÕÝÅÓÔ×ÕÀÔ ÓÐÅÃÉÁÌØÎÙÅ ÍÁËÒÏÓÙ: ^-;, ^0;, ^1;, ^2;, ^3; É Ô.Ä. íÁËÒÏÓÙ, ÓÏÄÅÒÖÁÝÉÅ × ÎÁÚ×ÁÎÉÅ ÃÉÆÒÕ ÏÓÕÝÅÓÔ×ÌÑÀÔ ×ÙÂÏÒËÕ ÐÏÌÑ ÉÚ ÔÁÂÌÉÃÙ, ÎÏÍÅÒ ËÏÔÏÒÏÇÏ ÓÏÏÔ×ÅÔÓÔ×ÕÅÔ ÃÉÆÒÅ, ÕËÁÚÁÎÎÏÊ × ÎÁÚ×ÁÎÉÉ ÍÁËÒÏÓÁ. ôÁËÖÅ ÄÏÐÕÓÔÉÍÏ ÉÓÐÏÌØÚÏ×ÁÎÉÅ ÍÁËÒÏÓÁ ^rownum;, ËÏÔÏÒÙÊ ×Ù×ÏÄÉÔ ÞÉÓÌÏ ÓÔÒÏË ÚÁÐÒÁÛÉ×ÁÅÍÏÊ ÔÁÂÌÉÃÙ.\r\n

    \r\nDSN
    \r\nDSN - ÜÔÏ ÕÎÉËÁÌØÎÙÊ ÉÄÅÎÔÉÆÉËÁÔÏÒ ÒÁÓÐÏÌÏÖÅÎÉÑ ÂÁÚÙ ÄÁÎÎÙÈ, Ë ËÏÔÏÒÏÊ ×Ù ÈÏÔÉÔÅ ÐÏÓÌÁÔØ ÚÁÐÒÏÓ. æÏÒÍÁÔ DSN ÓÌÅÄÕÀÝÉÊ: DBI:[driver]:[database name]:[host]. \r\n
    \r\nðÒÉÍÅÒ: DBI:mysql:WebGUI:localhost\r\n

    \r\nðÏÌØÚÏ×ÁÔÅÌØ ÂÁÚÙ ÄÁÎÎÙÈ
    \r\n÷×ÅÄÉÔÅ ÉÍÑ ÐÏÌØÚÏ×ÁÔÅÌÑ ÂÁÚÙ ÄÁÎÎÙÈ (login).\r\n

    \r\nðÁÒÏÌØ Ë ÂÁÚÅ ÄÁÎÎÙÈ
    \r\n÷×ÅÄÉÔÅ ÐÁÒÏÌØ, ÉÓÐÏÌØÚÕÅÍÙÊ ÄÌÑ ÓÏÅÄÉÎÅÎÉÑ Ó ÂÁÚÏÊ ÄÁÎÎÙÈ.\r\n

    \r\níÁËÓÉÍÁÌØÎÏÅ ËÏÌÉÞÅÓÔ×Ï ÓÔÒÏË ÎÁ ÏÄÎÏÊ ÓÔÒÁÎÉÃÅ
    \r\n÷×ÅÄÉÔÅ ÍÁËÓÉÍÁÌØÎÏÅ ËÏÌÉÞÅÓÔ×Ï ÓÔÒÏË ÏÔÞÅÔÁ, ÏÔÏÂÒÁÖÁÅÍÏÅ ÎÁ ÏÄÎÏÊ ÓÔÒÁÎÉÃÅ. \r\n

    \r\näÏÂÁ×ÉÔØ ÒÁÚÒÙ× ÓÔÒÏËÉ?
    \r\nåÓÌÉ ×Ù ÈÏÔÉÔÅ ÄÏÂÁ×ÉÔØ ÒÁÚÒÙ× ÓÔÒÏË × ÓÆÏÒÍÉÒÏ×ÁÎÎÏÍ ÏÔÞÅÔÅ × ÔÏÍ ÍÅÓÔÅ, ÇÄÅ ÏÎÉ ×ÓÔÒÅÞÁÀÔÓÑ × ÉÓÈÏÄÎÏÊ ÔÁÂÌÉÃÅ × ÂÁÚÅ ÄÁÎÎÙÈ, ÔÏ ÓËÁÖÉÔÅ „äÁ“\r\n
    \r\n',1036073993,NULL); INSERT INTO international VALUES (678,'WebGUI',21,'ïÓÎÏ×ÎÙÅ ËÏÍÐÏÎÅÎÔÙ (ÕÐÒÁ×ÌÅÎÉÅ)',1034752668,NULL); INSERT INTO international VALUES (681,'WebGUI',21,'ðÁËÅÔÙ (ÓÏÚÄÁÎÉÅ)',1042132885,NULL); INSERT INTO international VALUES (680,'WebGUI',21,'ðÁËÅÔÙ (ÄÏÂÁ×ÌÅÎÉÅ)',1042132874,NULL); INSERT INTO international VALUES (675,'WebGUI',21,'ðÏÉÓËÏ×ÁÑ ÓÉÓÔÅÍÁ (ÉÓÐÏÌØÚÏ×ÁÎÉÅ)',1042132857,NULL); INSERT INTO international VALUES (656,'WebGUI',21,'éÎÆÏÒÍÁÃÉÑ Ï ËÏÍÐÁÎÉÉ (ÒÅÄÁËÔÉÒÏ×ÁÎÉÅ)',1042132801,NULL); INSERT INTO international VALUES (696,'WebGUI',21,'ëÏÒÚÉÎÁ (ÏÞÉÝÅÎÉÅ)',1034752668,NULL); INSERT INTO international VALUES (672,'WebGUI',21,'ìÉÞÎÙÅ ÎÁÓÔÒÏÊËÉ ÐÏÌØÚÏ×ÁÔÅÌÑ (ÒÅÄÁËÔÉÒÏ×ÁÎÉÅ)',1034752668,NULL); INSERT INTO international VALUES (674,'WebGUI',21,'ïÂÝÉÅ ÎÁÓÔÒÏÊËÉ (ÒÅÄÁËÔÉÒÏ×ÁÎÉÅ)',1042132848,NULL); INSERT INTO international VALUES (661,'WebGUI',21,'æÁÊÌÏ×ÙÅ ÎÁÓÔÒÏÊËÉ (ÒÅÄÁËÔÉÒÏ×ÁÎÉÅ)',1034752668,NULL); INSERT INTO international VALUES (663,'WebGUI',21,'ðÏÞÔÏ×ÙÅ ÎÁÓÔÒÏÊËÉ (ÒÅÄÁËÔÉÒÏ×ÁÎÉÅ)',1045499959,NULL); INSERT INTO international VALUES (671,'WebGUI',21,'íÏÄÕÌÉ (ÉÓÐÏÌØÚÏ×ÁÎÉÅ)',1048517100,NULL); INSERT INTO international VALUES (677,'WebGUI',21,'íÏÄÕÌÉ (ÄÏÂÁ×ÌÅÎÉÅ/ÒÅÄÁËÔÉÒÏ×ÁÎÉÅ)',1048517136,NULL); INSERT INTO international VALUES (668,'WebGUI',21,'ìÉÓÔÙ ÓÔÉÌÅÊ (ÉÓÐÏÌØÚÏ×ÁÎÉÅ)',1048517010,NULL); INSERT INTO international VALUES (667,'WebGUI',21,'çÒÕÐÐÁ (ÄÏÂÁ×ÌÅÎÉÅ/ÒÅÄÁËÔÉÒÏ×ÁÎÉÅ)',1034752668,NULL); INSERT INTO international VALUES (652,'WebGUI',21,'ðÏÌØÚÏ×ÁÔÅÌØÓËÉÅ ÎÁÓÔÒÏÊËÉ (ÒÅÄÁËÔÉÒÏ×ÁÎÉÅ)',1034752668,NULL); INSERT INTO international VALUES (665,'WebGUI',21,'çÒÕÐÐÙ (ÕÄÁÌÅÎÉÅ)',1034752668,NULL); INSERT INTO international VALUES (666,'WebGUI',21,'óÔÉÌØ (ÄÏÂÁ×ÌÅÎÉÅ/ÒÅÄÁËÔÉÒÏ×ÁÎÉÅ)',1042132821,NULL); INSERT INTO international VALUES (664,'WebGUI',21,'íÏÄÕÌÉ (ÕÄÁÌÅÎÉÅ)',1037086166,NULL); INSERT INTO international VALUES (662,'WebGUI',21,'îÁÓÔÒÏÊËÉ (ÕÐÒÁ×ÌÅÎÉÅ)',1034752668,NULL); INSERT INTO international VALUES (660,'WebGUI',21,'çÒÕÐÐÙ (ÕÐÒÁ×ÌÅÎÉÅ)',1034752668,NULL); INSERT INTO international VALUES (658,'WebGUI',21,'ðÏÌØÚÏ×ÁÔÅÌÉ (ÕÐÒÁ×ÌÅÎÉÅ)',1034752668,NULL); INSERT INTO international VALUES (659,'WebGUI',21,'óÔÉÌÉ (ÕÐÒÁ×ÌÅÎÉÅ)',1034752668,NULL); INSERT INTO international VALUES (657,'WebGUI',21,'ðÏÌØÚÏ×ÁÔÅÌØ (ÕÄÁÌÅÎÉÅ)',1034752668,NULL); INSERT INTO international VALUES (682,'WebGUI',21,'ðÏÌØÚÏ×ÁÔÅÌØÓËÉÅ ÎÁÓÔÒÏÊËÉ (ÒÅÄÁËÔÉÒÏ×ÁÎÉÅ)',1034752668,NULL); INSERT INTO international VALUES (655,'WebGUI',21,'ðÏÌØÚÏ×ÁÔÅÌØ (ÄÏÂÁ×ÌÅÎÉÅ/ÒÅÄÁËÔÉÒÏ×ÁÎÉÅ)',1034752668,NULL); INSERT INTO international VALUES (653,'WebGUI',21,'óÔÒÁÎÉÃÁ (ÕÄÁÌÅÎÉÑ)',1034752668,NULL); INSERT INTO international VALUES (654,'WebGUI',21,'óÔÉÌØ (ÕÄÁÌÅÎÉÅ)',1034752668,NULL); INSERT INTO international VALUES (683,'WebGUI',21,'ûÁÂÌÏÎÙ (ÕÐÒÁ×ÌÅÎÉÅ)',1042132894,NULL); INSERT INTO international VALUES (684,'WebGUI',21,'ûÁÂÌÏÎÙ (ÄÏÂÁ×ÌÅÎÉÅ/ÒÅÄÁËÔÉÒÏ×ÁÎÉÅ)',1042132902,NULL); INSERT INTO international VALUES (685,'WebGUI',21,'ûÁÂÌÏÎÙ (ÕÄÁÌÅÎÉÅ)',1042132912,NULL); INSERT INTO international VALUES (669,'WebGUI',21,'íÁËÒÏÓÙ (ÉÓÐÏÌØÚÏ×ÁÎÉÅ)',1048517050,NULL); INSERT INTO international VALUES (637,'WebGUI',2,'

    Vorname
    \r\nDer Vorname des Benutzers.

    \r\n

    Zweiter Vorname
    \r\nEin weiterer Vorname des Benutzers.

    \r\n

    Nachname
    \r\nDer Nachname des Benutzers.

    \r\n

    Email Adresse
    \r\nDie Emailadresse des Benutzers. Diese muss nur angegeben werden, wenn der Benutzer Funktionen nutzen möchte, die eine Emailadresse benötigen.

    \r\n

    ICQ UIN
    \r\nDie ICQ UIN ist die "User ID Number" im ICQ Network. ICQ ist eine sehr bekannte Messaging Plattform.

    \r\n

    AIM Id
    \r\nDie Account Id für den AOL Instant Messenger .

    \r\n

    MSN Messenger Id
    \r\nDie Account Id für das Microsoft Network Instant Messenger system.

    \r\n

    Yahoo® Messenger Id
    \r\nDie Account Id für den Yahoo® Instant Messenger system.

    \r\n

    Mobiltelefon
    \r\nDie Mobilfunknummer des Benutzers.

    \r\n

    Pager
    \r\nDie Pager Telefonnummer.

    \r\n

    Email zu Pager Gateway
    \r\nDie Pager Email Adresse.

    \r\n

    Private Angaben
    \r\nDie privaten Adressangaben.

    \r\n

    Geschäftliche Angaben
    \r\nDie geschäftlichen Adressangaben.

    \r\n

    Geschlecht
    \r\nDas Geschlecht des Benutzers.

    \r\n

    Geburtsdatum
    \r\nDas Geburtsdatum des Benutzers.

    \r\n

    \r\nSprache
    \r\nIn welcher Sprache sollen systembedingte Meldungen angezeigt werden?.

    \r\n

    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.

    \r\n

    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.

    \r\n

    Datumsformat
    \r\nIn welchem Format soll das Datum erscheinen?

    \r\n

    Zeitformat
    \r\nIn welchem Format soll die Zeit angezeigt werden?

    \r\n

    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.

    \r\n

    Benachrichtigungen
    \r\nWie soll der Benutzer über den Eingang neuer Nachrichten informiert werden?

    ',1067290755,NULL); INSERT INTO international VALUES (72,'LinkList',21,'óÓÙÌËÁ (ÄÏÂÁ×ÌÅÎÉÅ/ÒÅÄÁËÔÉÒÏ×ÁÎÉÅ)',1041688410,NULL); INSERT INTO international VALUES (11,'Article',21,'(÷ÙÂÅÒÉÔÅ \"äÁ\", ÅÓÌÉ ×Ù ÎÅ ÄÏÂÁ×ÌÑÌÉ ÔÅÇ <br> (ÒÁÚÒÙ× ÓÔÒÏËÉ) ÓÁÍÏÓÔÏÑÔÅÌØÎÏ ÉÌÉ ÎÅ ÐÏÎÑÌÉ Ï ÞÅÍ ÚÄÅÓØ ÎÁÐÉÓÁÎÏ)',1046341044,NULL); INSERT INTO international VALUES (451,'WebGUI',21,'ÏÂÑÚÁÔÅÌØÎÏ ÄÌÑ ÚÁÐÏÌÎÅÎÉÑ.',1034682265,NULL); INSERT INTO international VALUES (4,'EventsCalendar',21,'ðÒÏÉÓÈÏÄÉÔ ÏÄÉÎ ÒÁÚ',1034673527,NULL); INSERT INTO international VALUES (343,'WebGUI',21,'ðÒÏÓÍÏÔÒÅÔØ ÉÎÆÏÒÍÁÃÉÀ Ï ÐÏÌØÚÏ×ÁÔÅÌÅ',1034670694,NULL); INSERT INTO international VALUES (718,'WebGUI',21,'óÏÈÒÁÎÉÔØ ÓÏÏÂÝÅÎÉÑ × ÆÏÒÍÁÔÅ SQL',1042130100,NULL); INSERT INTO international VALUES (493,'WebGUI',21,'÷ÅÒÎÕÔØÓÑ ÎÁ ÓÁÊÔ',1034670040,NULL); INSERT INTO international VALUES (49,'WebGUI',21,'÷ÙÊÔÉ ÉÚ ÓÉÓÔÅÍÙ',1034669959,NULL); INSERT INTO international VALUES (65,'WebGUI',21,'äÅÚÁËÔÉ×ÉÒÏ×ÁÔØ ÁËËÁÕÎÔ',1034669848,NULL); INSERT INTO international VALUES (341,'WebGUI',21,'òÅÄÁËÔÉÒÏ×ÁÔØ ÉÎÆÏÒÍÁÃÉÀ Ï ÐÏÌØÚÏ×ÁÔÅÌÅ',1034669826,NULL); INSERT INTO international VALUES (589,'WebGUI',21,'îÁÓÔÒÏÊËÉ ÑÚÙËÁ',1042130505,NULL); INSERT INTO international VALUES (594,'WebGUI',21,'òÅÄÁËÔÉÒÏ×ÁÔØ ÓÏÏÂÝÅÎÉÑ',1042129995,NULL); INSERT INTO international VALUES (598,'WebGUI',21,'îÁÓÔÒÏÊËÉ ÑÚÙËÁ',1042130565,NULL); INSERT INTO international VALUES (354,'WebGUI',21,'ðÒÏÓÍÏÔÒÅÔØ ×ÈÏÄÑÝÉÅ ÓÏÏÂÝÅÎÉÑ',1034664790,NULL); INSERT INTO international VALUES (577,'WebGUI',21,'ïÔ×ÅÔÉÔØ',1034664192,NULL); INSERT INTO international VALUES (240,'WebGUI',21,'ID ÓÏÏÂÝÅÎÉÑ:',1034589237,NULL); INSERT INTO international VALUES (6,'Article',21,'éÚÏÂÒÁÖÅÎÉÅ',1034583796,NULL); INSERT INTO international VALUES (529,'WebGUI',21,'ÒÅÚÕÌØÔÁÔÏ×',1034581807,NULL); INSERT INTO international VALUES (585,'WebGUI',21,'óÏÏÂÝÅÎÉÑ',1042134728,NULL); INSERT INTO international VALUES (490,'WebGUI/Profile',21,'äÏÂÁ×ÉÔØ ËÁÔÅÇÏÒÉÀ ÉÎÆÏÒÍÁÃÉÉ Ï ÐÏÌØÚÏ×ÁÔÅÌÅ',1034242079,NULL); INSERT INTO international VALUES (459,'WebGUI',21,'òÅÄÁËÔÉÒÏ×ÁÔØ ÉÎÆÏÒÍÁÃÉÀ Ï ÐÏÌØÚÏ×ÁÔÅÌÅ',1034241932,NULL); INSERT INTO international VALUES (458,'WebGUI',21,'òÅÄÁËÔÉÒÏ×ÁÔØ ÐÏÌØÚÏ×ÁÔÅÌØÓËÕÀ ÇÒÕÐÐÕ',1034241724,NULL); INSERT INTO international VALUES (456,'WebGUI',21,'÷ÅÒÎÕÔØÓÑ Ë ÓÐÉÓËÕ ÐÏÌØÚÏ×ÁÔÅÌÅÊ',1034241561,NULL); INSERT INTO international VALUES (457,'WebGUI',21,'òÅÄÁËÔÉÒÏ×ÁÔØ ÁËËÁÕÎÔ ÐÏÌØÚÏ×ÁÔÅÌÑ',1034241523,NULL); INSERT INTO international VALUES (410,'WebGUI',21,'ïÓÎÏ×ÎÙÅ ËÏÍÐÏÎÅÎÔÙ ÓÉÓÔÅÍÙ',1034241292,NULL); INSERT INTO international VALUES (409,'WebGUI',21,'äÏÂÁ×ÉÔØ ÎÏ×ÙÊ ËÏÍÐÏÎÅÎÔ',1034241247,NULL); INSERT INTO international VALUES (395,'WebGUI',21,'äÏÂÁ×ÉÔØ ÎÏ×ÙÊ ÇÒÁÆÉÞÅÓËÉÊ ÆÁÊÌ',1036929948,NULL); INSERT INTO international VALUES (601,'WebGUI',21,'ID ÓÏÏÂÝÅÎÉÑ',1034232837,NULL); INSERT INTO international VALUES (45,'WebGUI',21,'\"îÅÔ, Ñ ÓÄÅÌÁÌ ÏÛÉÂËÕ\"',1034232760,NULL); INSERT INTO international VALUES (44,'WebGUI',21,'\"äÁ, Ñ Õ×ÅÒÅÎ\"',1034232745,NULL); INSERT INTO international VALUES (423,'WebGUI',21,'ðÒÏÓÍÏÔÒÅÔØ ÕÓÔÁÎÏ×ÌÅÎÎÙÅ ÓÏÅÄÉÎÅÎÉÑ',1034232698,NULL); INSERT INTO international VALUES (420,'WebGUI',21,'ÎÅ ÉÚÍÅÎÑÔØ',1048515722,NULL); INSERT INTO international VALUES (419,'WebGUI',21,'ÏÓÔÁ×ÉÔØ ÔÏÌØËÏ ÔÅËÓÔ',1048515701,NULL); INSERT INTO international VALUES (422,'WebGUI',21,'

    ïÛÉÂËÁ Á×ÔÏÒÉÚÁÃÉÉ

    ',1034232615,NULL); INSERT INTO international VALUES (360,'WebGUI',21,'ïÄÎÁ ËÏÌÏÎËÁ Ó×ÅÒÈÕ, ÔÒÉ ×ÎÉÚÕ',1036492223,NULL); INSERT INTO international VALUES (407,'WebGUI',21,'òÅÇÉÓÔÒÁÃÉÑ ÎÏ×ÏÇÏ ÐÏÌØÚÏ×ÁÔÅÌÑ',1034232476,NULL); INSERT INTO international VALUES (403,'WebGUI',21,'ÎÅ ÓÏÏÂÝÁÔØ',1034231617,NULL); INSERT INTO international VALUES (394,'WebGUI',21,'âÁÎË ÉÎÆÏÒÍÁÃÉÉ ',1042130298,NULL); INSERT INTO international VALUES (374,'WebGUI',21,'ðÁËÅÔÙ',1034231518,NULL); INSERT INTO international VALUES (368,'WebGUI',21,'äÏÂÁ×ÉÔØ ÎÏ×ÕÀ ÇÒÕÐÐÕ',1034231473,NULL); INSERT INTO international VALUES (333,'WebGUI',21,'óÔÒÁÎÁ',1034231443,NULL); INSERT INTO international VALUES (233,'WebGUI',21,'(eom)',1034231379,NULL); INSERT INTO international VALUES (144,'WebGUI',21,'óÔÁÔÉÓÔÉËÁ',1042134962,NULL); INSERT INTO international VALUES (71,'SiteMap',21,'ëÁÒÔÁ ÓÁÊÔÁ ÐÏÍÏÇÁÅÔ ÏÂÌÅÇÞÉÔØ ÎÁ×ÉÇÁÃÉÀ ÐÏ ÓÁÊÔÕ. ÷Ù ÍÏÖÅÔÅ ×ÙÂÒÁÔØ ÔÒÁÄÉÃÉÏÎÎÏÅ ÉÅÒÁÒÈÉÞÅÓËÏÅ ÐÒÅÄÓÔÁ×ÌÅÎÉÅ ËÁÒÔÙ ÓÁÊÔÁ ÉÌÉ ×ÙÂÒÁÔØ ÎÁ×ÉÇÁÃÉÀ ÐÏ ÏÐÒÅÄÅÌÅÎÎÏÊ ÞÁÓÔÉ ÓÁÊÔÁ.\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úÄÅÓØ ÚÁÄÁÅÔÓÑ ËÏÌÉÞÅÓÔ×Ï ÓÉÍ×ÏÌÏ×, ËÏÔÏÒÙÅ ÎÁÄÏ ÏÔÓÔÕÐÉÔØ ÐÅÒÅÄ ËÁÖÄÙÍ ÕÒÏ×ÎÅÍ\r\n

    \r\n',1042131957,NULL); INSERT INTO international VALUES (8,'Poll',21,'(÷×ÅÄÉÔÅ ÔÏÌØËÏ ÏÄÉÎ ÎÁ ËÁÖÄÏÊ ÓÔÒÏÞËÅ. ïÂÝÅÅ ÞÉÓÌÏ ÏÔ×ÅÔÏ×: ÎÅ ÂÏÌÅÅ 20)',1034231002,NULL); INSERT INTO international VALUES (13,'LinkList',21,'äÏÂÁ×ÉÔØ ÎÏ×ÕÀ ÓÓÙÌËÕ',1034230906,NULL); INSERT INTO international VALUES (71,'Item',21,'óÓÙÌËÁ ÎÁ ÄÏËÕÍÅÎÔ ÐÒÅÄÎÁÚÎÁÞÅÎÁ ÄÌÑ ÄÏÂÁ×ÌÅÎÉÑ ÎÅÂÏÌØÛÉÈ ËÕÓËÏ× ÓÔÁÔÉÞÅÓËÏÊ ÉÎÆÏÒÍÁÃÉÉ.\r\n

    \r\nURL
    \r\nüÔÏÔ URL ÂÕÄÅÔ ÄÏÂÁ×ÌÅÎ Ë ÚÁÇÏÌÏ×ËÕ ÐÁÒÁÇÒÁÆÁ.\r\n

    \r\nðÒÉÍÅÒ: http://www.google.com\r\n

    \r\n÷ÌÏÖÅÎÎÙÊ ÆÁÊÌ
    \r\nåÓÌÉ ×Ù ÈÏÔÉÔÅ ÄÏÂÁ×ÉÔØ ÄÏËÕÍÅÎÔ MIcroSoft Word, ÁÒÈÉ× ÉÌÉ ÌÀÂÏÊ ÄÒÕÇÏÊ ÄÒÕÇÏÊ ÔÉÐ ÆÁÊÌÁ, ÐÒÏÓÔÏ ÎÁÊÄÉÔÅ ÅÇÏ ÐÒÉ ÐÏÍÏÝÉ ËÎÏÐËÉ \"ïÂÚÏÒ\" ÎÁ ×ÁÛÅÍ ËÏÍÐØÀÔÅÒÅ.\r\nûÁÂÌÏÎ
    \r\n÷ÙÂÅÒÉÔÅ ÛÁÂÌÏÎ ÄÌÑ ÓÓÙÌËÉ ÎÁ ÄÏËÕÍÅÎÔ.\r\n

    ',1041688264,NULL); INSERT INTO international VALUES (13,'FAQ',21,'äÏÂÁ×ÉÔØ ËÎÏÐËÕ [ÎÁ×ÅÒÈ]?',1034230765,NULL); INSERT INTO international VALUES (71,'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

    \r\níÁËÓÉÍÁÌØÎÏÅ ËÏÌÉÞÅÓÔ×Ï ÓÏÂÙÔÉÊ ÎÁ ÓÔÒÁÎÉÃÅ
    \r\n÷Ù ÍÏÖÅÔÅ ÕËÁÚÁÔØ, ËÁËÏÅ ËÏÌÉÞÅÓÔ×Ï ÓÏÂÙÔÉÊ ÍÏÖÎÏ ÐÏËÁÚÁÔØ ÏÄÎÏÊ ÓÔÒÁÎÉÃÅ ÐÒÉ ÉÓÐÏÌØÚÏ×ÁÎÉÉ ÏÔÏÂÒÁÖÅÎÉÑ ÓÏÂÙÔÉÊ × ×ÉÄÅ ÓÐÉÓËÁ.\r\n

    \r\näÏÂÁ×ÉÔØ ÅÝÅ ÏÄÎÏ ÓÏÂÙÔÉÅ?
    \r\nåÓÌÉ ×Ù ÈÏÔÉÔÅ ÎÅÍÅÄÌÅÎÎÏ ÄÏÂÁ×ÉÔØ ÓÌÅÄÕÀÝÅÅ ÓÏÂÙÔÉÅ, ÔÏ ×ËÌÀÞÉÔÅ ÜÔÕ ÏÐÃÉÀ.\r\n

    \r\n',1041683983,NULL); INSERT INTO international VALUES (20,'EventsCalendar',21,'äÏÂÁ×ÉÔØ ÓÏÂÙÔÉÅ',1034230256,NULL); INSERT INTO international VALUES (71,'Article',21,'ðÏÞÔÉ ×ÓÀ ÓÔÁÔÉÞÅÓËÕÀ ÉÎÆÏÒÍÁÃÉÉ ÎÁ ÓÁÊÔ ÍÏÖÎÏ ÄÏÂÁ×ÉÔØ ÐÒÉ ÐÏÍÏÝÉ ÄÏÂÁ×ÌÅÎÉÑ ÓÔÁÔØÉ.\r\n

    \r\nûÁÂÌÏÎ
    \r\n÷ÙÂÅÒÉÔÅ ÛÁÂÌÏÎ ÄÌÑ ÓÔÁÔØÉ.\r\n

    \r\nçÒÁÆÉÞÅÓËÉÊ ÆÁÊÌ
    \r\n÷Ù ÍÏÖÅÔÅ ×ÓÔÁ×ÉÔØ ÇÒÁÆÉÞÅÓËÉÊ ÆÁÊÌ (*.jpg, *.gif, *.png), ÎÁÈÏÄÑÝÉÊÓÑ ÎÁ ×ÁÛÅÍ ËÏÍÐØÀÔÅÒÅ.\r\n

    \r\n÷ÌÏÖÅÎÎÙÊ ÆÁÊÌ
    \r\nåÓÌÉ ×Ù ÈÏÔÉÔÅ ×ÓÔÁ×ÉÔØ ÄÏËÕÍÅÎÔ Microsoft Word, ÁÒÈÉ×ÎÙÊ ÄÏËÕÍÅÎÔ ÉÌÉ ÌÀÂÏÊ ÄÒÕÇÏÊ ÔÉÐ ÆÁÊÌÁ, ÐÒÏÓÔÏ ×ÙÂÅÒÉÔÅ ÎÁÊÄÉÔÅ ÅÇÏ ÎÁ ×ÁÛÅÍ ËÏÍÐØÀÔÅÒÅ ÐÒÉ ÐÏÍÏÝÉ ËÎÏÐËÉ \"ïÂÚÏÒ\".\r\n

    \r\néÍÑ ÓÓÙÌËÉ
    \r\nåÓÌÉ ×Ù ÈÏÔÉÔÅ ÄÏÂÁ×ÉÔØ ÓÓÙÌËÕ × ÓÔÁÔØÀ, ××ÅÄÉÔÅ ÉÍÑ ÓÓÙÌËÉ. \r\n
    ðÒÉÍÅÒ: Google\r\n

    \r\nURL
    \r\nðÏÓÌÅ ÄÏÂÁ×ÌÅÎÉÑ ÉÍÅÎÉ ÓÓÙÌËÉ, ××ÅÄÉÔÅ URL (uniform resource locator). \r\n
    \r\nðÒÉÍÅÒ: http://www.google.com\r\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÷ÒÅÍÑ ÒÅÄÁËÔÉÒÏ×ÁÎÉÑ
    \r\n÷Ù ÍÏÖÅÔÅ ÚÁÄÁÔØ ×ÒÅÍÑ, × ÔÅÞÅÎÉÉ ËÏÔÏÒÏÇÏ ÓÔÁÔØÀ ÍÏÖÎÏ ÒÅÄÁËÔÉÒÏ×ÁÔØ; ÐÏ ÉÓÔÅÞÅÎÉÉ ÜÔÏÇÏ ×ÒÅÍÅÎÉ ÄÏÓÔÕÐ Ë ÒÅÄÁËÔÉÒÏ×ÁÎÉÀ ÓÔÁÔØÉ ÂÕÄÅÔ ÚÁÂÌÏËÉÒÏ×ÁÎ.\r\n

    \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\n
      \r\n
    • ^-;
    • \r\n
    • ^0;
    • \r\n
    • ^1;
    • \r\n
    • ^2;
    • \r\n
    • ^3;
    • \r\n
    • etc.
    • \r\n
    ',1048592086,NULL); INSERT INTO international VALUES (72,'WebGUI',21,'×ÏÓÓÔÁÎÏ×ÉÔØ',1034189690,NULL); INSERT INTO international VALUES (73,'WebGUI',21,'÷ÏÊÔÉ.',1034189690,NULL); INSERT INTO international VALUES (74,'WebGUI',21,'éÎÆÏÒÍÁÃÉÑ Ï ÁËËÁÕÎÔÅ',1034189690,NULL); INSERT INTO international VALUES (75,'WebGUI',21,'éÎÆÏÒÍÁÃÉÑ Ï ×ÁÛÅÍ ÁËËÁÕÎÔÅ ÂÙÌÁ ÐÏÓÌÁÎÁ ÎÁ ×ÁÛ e-mail.',1034189690,NULL); INSERT INTO international VALUES (76,'WebGUI',21,'ôÁËÏÇÏ e-mail ÎÅÔ × ÎÁÛÅÊ ÂÁÚÅ ÄÁÎÎÙÈ',1034189690,NULL); INSERT INTO international VALUES (77,'WebGUI',21,'üÔÏ ÉÍÑ ÕÖÅ ÉÓÐÏÌØÚÕÅÔÓÑ. ðÏÖÁÌÕÊÓÔÁ ××ÅÄÉÔÅ ÄÒÕÇÏÅ ÉÍÑ ÉÌÉ ×ÙÂÅÒÉÔÅ ÉÚ ÓÐÉÓËÁ:',1034189690,NULL); INSERT INTO international VALUES (3,'Auth/WebGUI',21,'÷×ÅÄÉÔÅ ÄÒÕÇÏÊ ÐÁÒÏÌØ',1034189690,NULL); INSERT INTO international VALUES (2,'Auth/LDAP',21,'îÅ ÕÄÁÌÏÓØ ÕÓÔÁÎÏ×ÉÔØ ÓÏÅÄÉÎÅÎÉÅ Ó ÓÅÒ×ÅÒÏÍ LDAP.',1046341420,NULL); INSERT INTO international VALUES (80,'WebGUI',21,'áËËÁÕÎÔ ÕÓÐÅÛÎÏ ÓÏÚÄÁÎ!',1034189690,NULL); INSERT INTO international VALUES (81,'WebGUI',21,'áËËÁÕÎÔ ÕÓÐÅÛÎÏ ÏÂÎÏ×ÌÅÎ!',1034189690,NULL); INSERT INTO international VALUES (82,'WebGUI',21,'æÕÎËÃÉÉ ÕÐÒÁ×ÌÅÎÉÑ...',1034189690,NULL); INSERT INTO international VALUES (84,'WebGUI',21,'éÍÑ ÇÒÕÐÐÙ',1034189690,NULL); INSERT INTO international VALUES (85,'WebGUI',21,'ïÐÉÓÁÎÉÅ',1034189690,NULL); INSERT INTO international VALUES (87,'WebGUI',21,'òÅÄÁËÔÉÒÏ×ÁÔØ ÇÒÕÐÐÕ',1034189690,NULL); INSERT INTO international VALUES (88,'WebGUI',21,'ðÏÌØÚÏ×ÁÔÅÌÉ × ÇÒÕÐÐÅ',1034189690,NULL); INSERT INTO international VALUES (91,'WebGUI',21,'—',1042134516,NULL); INSERT INTO international VALUES (92,'WebGUI',21,'—',1042134578,NULL); INSERT INTO international VALUES (93,'WebGUI',21,'ðÏÍÏÝØ',1034189690,NULL); INSERT INTO international VALUES (94,'WebGUI',21,'óÍÏÔÒÉÔÅ ÔÁËÖÅ',1034189690,NULL); INSERT INTO international VALUES (99,'WebGUI',21,'îÁÚ×ÁÎÉÅ',1034189690,NULL); INSERT INTO international VALUES (100,'WebGUI',21,'íÅÔÁ-ÔÅÇÉ',1034189690,NULL); INSERT INTO international VALUES (101,'WebGUI',21,'÷Ù Õ×ÅÒÅÎÙ, ÞÔÏ ÈÏÔÉÔÅ ÕÄÁÌÉÔØ ÜÔÕ ÓÔÒÁÎÉÃÕ ×ÍÅÓÔÅ Ó ÅÅ ÓÏÄÅÒÖÁÎÉÅÍ É ÐÏÄÓÔÒÁÎÉÃÁÍÉ?',1034189690,NULL); INSERT INTO international VALUES (102,'WebGUI',21,'òÅÄÁËÔÉÒÏ×ÁÔØ ÓÔÒÁÎÉÃÕ',1034189690,NULL); INSERT INTO international VALUES (103,'WebGUI',21,'ðÁÒÁÍÅÔÒÙ ÓÔÒÁÎÉÃÙ',1048512898,NULL); INSERT INTO international VALUES (104,'WebGUI',21,'URL ÓÔÒÁÎÉÃÙ',1034189690,NULL); INSERT INTO international VALUES (105,'WebGUI',21,'çÒÁÆÉÞÅÓËÁÑ ÏÂÏÌÏÞËÁ',1048515583,NULL); INSERT INTO international VALUES (106,'WebGUI',21,'÷ÙÂÅÒÉÔÅ \"äÁ\" ÅÓÌÉ ×Ù ÈÏÔÉÔÅ, ÞÔÏÂÙ ×ÓÅ ÐÏÄÓÔÒÁÎÉÃÙ ÓÁÊÔÁ ×ÙÇÌÑÄÅÌÉ ÔÁËÖÅ',1034189690,NULL); INSERT INTO international VALUES (107,'WebGUI',21,'ðÒÁ×Á ÄÏÓÔÕÐÁ',1034189690,NULL); INSERT INTO international VALUES (108,'WebGUI',21,'÷ÌÁÄÅÌÅÃ',1034189690,NULL); INSERT INTO international VALUES (116,'WebGUI',21,'÷ÙÂÅÒÉÔÅ \"äÁ\" ÅÓÌÉ ×Ù ÈÏÔÉÔÅ ÉÓÐÏÌØÚÏ×ÁÔØ ÜÔÉ ÐÒÉ×ÉÌÅÇÉÉ ÄÌÑ ×ÓÅÈ ÐÏÄÓÔÒÁÎÉÃ.',1034189690,NULL); INSERT INTO international VALUES (118,'WebGUI',21,'áÎÏÎÉÍÎÁÑ ÒÅÇÉÓÔÒÁÃÉÑ',1034189690,NULL); INSERT INTO international VALUES (119,'WebGUI',21,'íÅÔÏÄ ÉÄÅÎÔÉÆÉËÁÃÉÉ (ÐÏ ÕÍÏÌÞÁÎÉÀ)',1034189690,NULL); INSERT INTO international VALUES (5,'Auth/LDAP',21,'URL LDAP (ÐÏ ÕÍÏÌÞÁÎÉÀ)',1034189690,NULL); INSERT INTO international VALUES (6,'Auth/LDAP',21,'éÄÅÎÔÉÆÉËÁÔÏÒ ÎÁ ÓÅÒ×ÅÒÅ LDAP',1036584175,NULL); INSERT INTO international VALUES (7,'Auth/LDAP',21,'Login ÎÁ ÓÅÒ×ÅÒÅ LDAP ',1036585109,NULL); INSERT INTO international VALUES (8,'Auth/LDAP',21,'ðÁÒÏÌØ ÎÁ ÓÅÒ×ÅÒÅ LDAP',1036585375,NULL); INSERT INTO international VALUES (126,'WebGUI',21,'E-mail',1034189690,NULL); INSERT INTO international VALUES (134,'WebGUI',21,'óÏÏÂÝÅÎÉÅ, ×ÙÓÙÌÁÅÍÏÅ ÐÏÌØÚÏ×ÁÔÅÌÀ ÐÒÉ ×ÏÓÓÔÁÎÏ×ÌÅÎÉÉ ÐÁÒÏÌÑ',1036150650,NULL); INSERT INTO international VALUES (135,'WebGUI',21,'óÅÒ×ÅÒ SMTP',1034189690,NULL); INSERT INTO international VALUES (138,'WebGUI',21,'äÁ',1034189690,NULL); INSERT INTO international VALUES (139,'WebGUI',21,'îÅÔ',1034189690,NULL); INSERT INTO international VALUES (142,'WebGUI',21,'éÓÔÅÞÅÎÉÅ ×ÒÅÍÅÎÉ ÓÅÓÓÉÉ',1034189690,NULL); INSERT INTO international VALUES (143,'WebGUI',21,'îÁÓÔÒÏÊËÉ ÕÐÒÁ×ÌÅÎÉÑ',1034189690,NULL); INSERT INTO international VALUES (145,'WebGUI',21,'÷ÅÒÓÉÑ WebGUI',1034189690,NULL); INSERT INTO international VALUES (146,'WebGUI',21,'áËÔÉ×ÎÙÅ ÓÅÓÓÉÉ',1034189690,NULL); INSERT INTO international VALUES (147,'WebGUI',21,'óÔÒÁÎÉÃÙ',1034189690,NULL); INSERT INTO international VALUES (148,'WebGUI',21,'íÏÄÕÌÉ',1045500224,NULL); INSERT INTO international VALUES (149,'WebGUI',21,'ðÏÌØÚÏ×ÁÔÅÌÉ',1034189690,NULL); INSERT INTO international VALUES (151,'WebGUI',21,'îÁÚ×ÁÎÉÅ ÇÒÁÆÉÞÅÓËÏÊ ÏÂÏÌÏÞËÉ',1036151718,NULL); INSERT INTO international VALUES (154,'WebGUI',21,'CSS',1034189690,NULL); INSERT INTO international VALUES (155,'WebGUI',21,'õÄÁÌÉÔØ ÜÔÕ ÇÒÁÆÉÞÅÓËÕÀ ÏÂÏÌÏÞËÕ? (÷ÓÅ ÓÔÒÁÎÉÃÙ, ËÏÔÏÒÙÅ ÉÓÐÏÌØÚÕÀÔ ÜÔÏÔ ÓÔÉÌØ ÂÕÄÕÔ ÏÔÏÂÒÁÖÅÎÙ × ÓÔÉÌÅ \"Fail Safe\") ',1034189690,NULL); INSERT INTO international VALUES (156,'WebGUI',21,'òÅÄÁËÔÏÒ ÇÒÁÆÉÞÅÓËÏÊ ÏÂÏÌÏÞËÉ',1042472648,NULL); INSERT INTO international VALUES (159,'WebGUI',21,'÷ÈÏÄÑÝÉÅ ÓÏÏÂÝÅÎÉÑ',1034189690,NULL); INSERT INTO international VALUES (160,'WebGUI',21,'äÁÔÁ ÐÒÉÓÙÌËÉ',1034189690,NULL); INSERT INTO international VALUES (161,'WebGUI',21,'ðÒÉÓÌÁÌ(Á)',1034189690,NULL); INSERT INTO international VALUES (162,'WebGUI',21,'ðÏÌÏÖÉÔØ ×ÓÅ ÓÔÒÁÎÉÃÙ É ÍÏÄÕÌÉ × ËÏÒÚÉÎÕ?',1037084644,NULL); INSERT INTO international VALUES (163,'WebGUI',21,'äÏÂÁ×ÉÔØ ÐÏÌØÚÏ×ÁÔÅÌÑ',1034189690,NULL); INSERT INTO international VALUES (164,'WebGUI',21,'íÅÔÏÄ ÉÄÅÎÔÉÆÉËÁÃÉÉ',1034189690,NULL); INSERT INTO international VALUES (3,'Auth/LDAP',21,'LDAP URL',1034189690,NULL); INSERT INTO international VALUES (4,'Auth/LDAP',21,'ðÏÄÓÏÅÄÉÎÉÔØ DN',1034189690,NULL); INSERT INTO international VALUES (167,'WebGUI',21,'õÄÁÌÉÔØ ÜÔÏÇÏ ÐÏÌØÚÏ×ÁÔÅÌÑ?',1036491838,NULL); INSERT INTO international VALUES (168,'WebGUI',21,'òÅÄÁËÔÉÒÏ×ÁÔØ ÐÏÌØÚÏ×ÁÔÅÌÑ',1034189690,NULL); INSERT INTO international VALUES (170,'WebGUI',21,'ðÏÉÓË',1034189690,NULL); INSERT INTO international VALUES (171,'WebGUI',21,'òÅÄÁËÔÏÒ Ó ÒÁÓÛÉÒÅÎÎÙÍÉ ×ÏÚÍÏÖÎÏÓÔÑÍÉ',1037003893,NULL); INSERT INTO international VALUES (174,'WebGUI',21,'ïÔÏÂÒÁÖÁÔØ ÚÁÇÏÌÏ×ÏË?',1034189690,NULL); INSERT INTO international VALUES (175,'WebGUI',21,'÷ÙÐÏÌÎÑÔØ ÍÁËÒÏÓÙ?',1034189690,NULL); INSERT INTO international VALUES (505,'WebGUI',21,'äÏÂÁ×ÉÔØ ÎÏ×ÙÊ ÛÁÂÌÏÎ',1036492612,NULL); INSERT INTO international VALUES (504,'WebGUI',21,'ûÁÂÌÏÎ',1034189690,NULL); INSERT INTO international VALUES (503,'WebGUI',21,'ID ÛÁÂÌÏÎÁ',1034189690,NULL); INSERT INTO international VALUES (502,'WebGUI',21,'÷Ù Õ×ÅÒÅÎÙ, ÞÔÏ ÈÏÔÉÔÅ ÕÄÁÌÉÔØ ÜÔÏÔ ÛÁÂÌÏÎ?',1034189690,NULL); INSERT INTO international VALUES (367,'WebGUI',21,'óÒÏË ÏËÏÎÞÁÎÉÑ ÐÏÌÎÏÍÏÞÉÊ ÇÒÕÐÐÙ',1045500253,NULL); INSERT INTO international VALUES (700,'WebGUI',21,'ÄÅÎØ/ÄÎÅÊ',1036153024,NULL); INSERT INTO international VALUES (566,'WebGUI',21,'÷ÒÅÍÑ ÒÅÄÁËÔÉÒÏ×ÁÎÉÑ',1034189690,NULL); INSERT INTO international VALUES (701,'WebGUI',21,'ÎÅÄÅÌÑ/ÎÅÄÅÌØ',1036153019,NULL); INSERT INTO international VALUES (560,'WebGUI',21,'òÁÚÒÅÛÅÎÏ Ë ÐÕÂÌÉËÁÃÉÉ',1036499912,NULL); INSERT INTO international VALUES (561,'WebGUI',21,'ðÕÂÌÉËÁÃÉÑ ÚÁÐÒÅÝÅÎÁ',1036499979,NULL); INSERT INTO international VALUES (562,'WebGUI',21,'÷ ÏÞÅÒÅÄÉ ÎÁ ÒÁÓÓÍÏÔÒÅÎÉÅ',1036500079,NULL); INSERT INTO international VALUES (563,'WebGUI',21,'óÔÁÔÕÓ ÐÏ ÕÍÏÌÞÁÎÉÀ',1034189690,NULL); INSERT INTO international VALUES (707,'WebGUI',21,'ðÏËÁÚÁÔØ ÏÔÌÁÄÏÞÎÕÀ ÉÎÆÏÒÍÁÃÉÀ?',1034189690,NULL); INSERT INTO international VALUES (516,'WebGUI',21,'÷ËÌÀÞÉÔØ ÐÁÎÅÌØ ÁÄÍÉÎÉÓÔÒÉÒÏ×ÁÎÉÑ',1034189690,NULL); INSERT INTO international VALUES (517,'WebGUI',21,'÷ÙËÌÀÞÉÔØ ÐÁÎÅÌØ ÁÄÍÉÎÉÓÔÒÉÒÏ×ÁÎÉÑ',1034189690,NULL); INSERT INTO international VALUES (572,'WebGUI',21,'ðÏÄÔ×ÅÒÖÄÅÎÉÅ ÐÒÉÅÍÁ ÆÁÊÌÁ',1034189690,NULL); INSERT INTO international VALUES (574,'WebGUI',21,'ïÔËÁÚÁÔØÓÑ',1034189690,NULL); INSERT INTO international VALUES (404,'WebGUI',21,'ðÅÒ×ÁÑ ÓÔÒÁÎÉÃÁ',1034189690,NULL); INSERT INTO international VALUES (229,'WebGUI',21,'ôÅÍÁ',1034189690,NULL); INSERT INTO international VALUES (230,'WebGUI',21,'óÏÏÂÝÅÎÉÅ',1034189690,NULL); INSERT INTO international VALUES (231,'WebGUI',21,'îÁÐÉÓÁÔØ ÎÏ×ÏÅ ÓÏÏÂÝÅÎÉÅ',1036491752,NULL); INSERT INTO international VALUES (232,'WebGUI',21,'ÂÅÚ ÔÅÍÙ',1034189690,NULL); INSERT INTO international VALUES (1047,'WebGUI',1,'Add a replacement.',1066418669,'A label for a link that adds a new replacement (used in message boards).'); INSERT INTO international VALUES (244,'WebGUI',21,'á×ÔÏÒ',1034189690,NULL); INSERT INTO international VALUES (245,'WebGUI',21,'äÁÔÁ',1034189690,NULL); INSERT INTO international VALUES (304,'WebGUI',21,'ñÚÙË',1034189690,NULL); INSERT INTO international VALUES (307,'WebGUI',21,'éÓÐÏÌØÚÏ×ÁÔØ ÍÅÔÁ-ÔÅÇÉ, ÕÓÔÁÎÏ×ÌÅÎÎÙÅ ÐÏ ÕÍÏÌÞÁÎÉÀ?',1034189690,NULL); INSERT INTO international VALUES (309,'WebGUI',21,'òÁÚÒÅÛÉÔØ ÉÓÐÏÌØÚÏ×ÁÎÉÅ ÎÁÓÔÏÑÝÅÇÏ ÉÍÅÎÉ?',1034189690,NULL); INSERT INTO international VALUES (310,'WebGUI',21,'òÁÚÒÅÛÉÔØ ÄÏÂÁ×ÌÅÎÉÅ ×ÎÅÛÎÅÊ ÉÎÆÏÒÍÁÃÉÉ?',1034189690,NULL); INSERT INTO international VALUES (311,'WebGUI',21,'òÁÚÒÅÛÉÔØ ×ÙÄÁÞÕ ÉÎÆÏÒÍÁÃÉÉ Ï ËÏÍÐÁÎÉÉ?',1034189690,NULL); INSERT INTO international VALUES (312,'WebGUI',21,'òÁÚÒÅÛÉÔØ ×ÙÄÁÞÕ ÄÅÌÏ×ÏÊ ÉÎÆÏÒÍÁÃÉÉ?',1034189690,NULL); INSERT INTO international VALUES (313,'WebGUI',21,'òÁÚÒÅÛÉÔØ ×ÙÄÁÞÕ ÏÂÝÅÊ ÉÎÆÏÒÍÁÃÉÉ?',1034189690,NULL); INSERT INTO international VALUES (314,'WebGUI',21,'éÍÑ',1034189690,NULL); INSERT INTO international VALUES (315,'WebGUI',21,'ïÔÞÅÓÔ×Ï',1034189690,NULL); INSERT INTO international VALUES (316,'WebGUI',21,'æÁÍÉÌÉÑ',1034189690,NULL); INSERT INTO international VALUES (321,'WebGUI',21,'íÏÂÉÌØÎÙÊ ÔÅÌÅÆÏÎ',1034189690,NULL); INSERT INTO international VALUES (322,'WebGUI',21,'ðÅÊÄÖÅÒ',1034189690,NULL); INSERT INTO international VALUES (323,'WebGUI',21,'äÏÍÁÛÎÉÊ ÁÄÒÅÓ',1034189690,NULL); INSERT INTO international VALUES (324,'WebGUI',21,'çÏÒÏÄ',1034189690,NULL); INSERT INTO international VALUES (327,'WebGUI',21,'óÔÒÁÎÁ',1034189690,NULL); INSERT INTO international VALUES (328,'WebGUI',21,'äÏÍÁÛÎÉÊ ÔÅÌÅÆÏÎ',1034189690,NULL); INSERT INTO international VALUES (334,'WebGUI',21,'òÁÂÏÞÉÊ ÔÅÌÅÆÏÎ',1034189690,NULL); INSERT INTO international VALUES (335,'WebGUI',21,'ðÏÌ',1034189690,NULL); INSERT INTO international VALUES (338,'WebGUI',21,'òÅÄÁËÔÉÒÏ×ÁÔØ ÉÎÆÏÒÍÁÃÉÀ Ï ÐÏÌØÚÏ×ÁÔÅÌÅ',1034189690,NULL); INSERT INTO international VALUES (339,'WebGUI',21,'íÕÖ.',1034189690,NULL); INSERT INTO international VALUES (340,'WebGUI',21,'öÅÎ.',1034189690,NULL); INSERT INTO international VALUES (346,'WebGUI',21,'üÔÏÔ ÐÏÌØÚÏ×ÁÔÅÌØ ÎÁ ÓÁÊÔÅ ÎÅ ÚÁÒÅÇÉÓÔÒÉÒÏ×ÁÎ.',1036492036,NULL); INSERT INTO international VALUES (347,'WebGUI',21,'ðÒÏÓÍÏÔÒÅÔØ ÉÎÆÏÒÍÁÃÉÀ Ï ',1034189690,NULL); INSERT INTO international VALUES (348,'WebGUI',21,'éÍÑ',1034189690,NULL); INSERT INTO international VALUES (349,'WebGUI',21,'ðÏÓÌÅÄÎÑÑ ×ÅÒÓÉÑ ÄÏÓÔÕÐÎÁ',1034189690,NULL); INSERT INTO international VALUES (350,'WebGUI',21,'úÁËÏÎÞÅÎÏ',1034189690,NULL); INSERT INTO international VALUES (351,'WebGUI',21,'óÏÏÂÝÅÎÉÅ',1034189690,NULL); INSERT INTO international VALUES (352,'WebGUI',21,'äÁÔÁ ×ÈÏÄÁ',1034189690,NULL); INSERT INTO international VALUES (353,'WebGUI',21,'õ ×ÁÓ ÎÅÔ ×ÈÏÄÑÝÉÈ ÓÏÏÂÝÅÎÉÊ.',1034189690,NULL); INSERT INTO international VALUES (803,'WebGUI',21,'òÅÄÁËÔÉÒÏ×ÁÔØ ÛÁÂÌÏÎ',1042133497,NULL); INSERT INTO international VALUES (471,'WebGUI/Profile',21,'òÅÄÁËÔÉÒÏ×ÁÔØ ÐÏÌÅ × ÉÎÆÏÒÍÁÃÉÉ Ï ÐÏÌØÚÏ×ÁÔÅÌÅ',1034189690,NULL); INSERT INTO international VALUES (355,'WebGUI',21,'ðÏ ÕÍÏÌÞÁÎÉÀ',1034189690,NULL); INSERT INTO international VALUES (356,'WebGUI',21,'ûÁÂÌÏÎ',1034189690,NULL); INSERT INTO international VALUES (358,'WebGUI',21,'ìÅ×ÁÑ ËÏÌÏÎËÁ',1034189690,NULL); INSERT INTO international VALUES (359,'WebGUI',21,'ðÒÁ×ÁÑ ËÏÌÏÎËÁ',1034189690,NULL); INSERT INTO international VALUES (365,'WebGUI',21,'òÅÚÕÌØÔÁÔÙ ÐÏÉÓËÁ',1034189690,NULL); INSERT INTO international VALUES (366,'WebGUI',21,'ðÏ ×ÁÛÅÍÕ ÚÁÐÒÏÓÕ ÎÅ ÎÁÊÄÅÎÏ ÎÉ ÏÄÎÏÊ ÓÔÒÁÎÉÃÙ.',1034189690,NULL); INSERT INTO international VALUES (369,'WebGUI',21,'äÁÔÁ ÏËÏÎÞÁÎÉÑ',1034189690,NULL); INSERT INTO international VALUES (370,'WebGUI',21,'òÅÄÁËÔÉÒÏ×ÁÔØ ÇÒÕÐÐÕ',1034189690,NULL); INSERT INTO international VALUES (372,'WebGUI',21,'òÅÄÁËÔÉÒÏ×ÁÔØ ÐÏÌØÚÏ×ÁÔÅÌØÓËÕÀ ÇÒÕÐÐÕ',1034189690,NULL); INSERT INTO international VALUES (375,'WebGUI',21,'÷ÙÂÅÒÉÔÅ ÐÁËÅÔ ÄÌÑ ÒÁÓÐÁËÏ×ËÉ',1034189690,NULL); INSERT INTO international VALUES (376,'WebGUI',21,'ðÁËÅÔÙ',1034189690,NULL); INSERT INTO international VALUES (377,'WebGUI',21,'ðÁËÅÔÏ× ÎÅÔ.',1034189690,NULL); INSERT INTO international VALUES (378,'WebGUI',21,'ID ÐÏÌØÚÏ×ÁÔÅÌÑ',1034189690,NULL); INSERT INTO international VALUES (379,'WebGUI',21,'ID ÇÒÕÐÐÙ',1034189690,NULL); INSERT INTO international VALUES (380,'WebGUI',21,'ID ÓÔÉÌÑ',1034189690,NULL); INSERT INTO international VALUES (381,'WebGUI',21,'ðÏÌÕÞÅÎ ÎÅÐÒÁ×ÉÌØÎÙÊ ÚÁÐÒÏÓ.îÁÖÍÉÔÅ ÎÁ ËÎÏÐËÕ \"îÁÚÁÄ\" É ÐÏÐÒÏÂÕÊÔÅ ÅÝÅ ÒÁÚ.',1034189690,NULL); INSERT INTO international VALUES (13,'SQLReport',21,'äÏÂÁ×ÉÔØ ÒÁÚÒÙ× ÓÔÒÏËÉ?',1034189690,NULL); INSERT INTO international VALUES (14,'EventsCalendar',21,'äÁÔÁ ÎÁÞÁÌÁ',1034189690,NULL); INSERT INTO international VALUES (15,'EventsCalendar',21,'äÁÔÁ ÏËÏÎÞÁÎÉÑ',1034189690,NULL); INSERT INTO international VALUES (14,'SQLReport',21,'íÁËÓÉÍÁÌØÎÏÅ ËÏÌÉÞÅÓÔ×Ï ÓÔÒÏË ÎÁ ÏÄÎÏÊ ÓÔÒÁÎÉÃÅ',1034189690,NULL); INSERT INTO international VALUES (19,'EventsCalendar',21,'íÁËÓÉÍÁÌØÎÏÅ ËÏÌÉÞÅÓÔ×Ï ÓÏÂÙÔÉÊ ÎÁ ÏÄÎÏÊ ÓÔÒÁÎÉÃÅ',1034189690,NULL); INSERT INTO international VALUES (384,'WebGUI',21,'æÁÊÌ',1034189690,NULL); INSERT INTO international VALUES (385,'WebGUI',21,'ðÁÒÁÍÅÔÒÙ',1034189690,NULL); INSERT INTO international VALUES (386,'WebGUI',21,'òÅÄÁËÔÉÒÏ×ÁÔØ ÉÚÏÂÒÁÖÅÎÉÅ',1034189690,NULL); INSERT INTO international VALUES (387,'WebGUI',21,'ðÒÉÓÌÁÌ(Á):',1036929327,NULL); INSERT INTO international VALUES (388,'WebGUI',21,'äÁÔÁ ÐÏÓÙÌËÉ',1034189690,NULL); INSERT INTO international VALUES (391,'WebGUI',21,'õÄÁÌÉÔØ ×ÌÏÖÅÎÎÙÊ ÆÁÊÌ.',1034189690,NULL); INSERT INTO international VALUES (399,'WebGUI',21,'ðÒÏ×ÅÒËÁ HTML-ËÏÄÁ',1042474298,NULL); INSERT INTO international VALUES (400,'WebGUI',21,'îÅ ÉÓÐÏÌØÚÏ×ÁÔØ ËÜÛÉÒÏ×ÁÎÉÅ',1034189690,NULL); INSERT INTO international VALUES (401,'WebGUI',21,'÷Ù Õ×ÅÒÅÎÙ, ÞÔÏ ÈÏÔÉÔÅ ÕÄÁÌÉÔØ ÜÔÏ ÓÏÏÂÝÅÎÉÅ?',1034189690,NULL); INSERT INTO international VALUES (565,'WebGUI',21,'ëÔÏ ÉÍÅÅÔ ÐÒÁ×Ï ÍÏÄÅÒÉÒÏ×ÁÔØ?',1034189690,NULL); INSERT INTO international VALUES (405,'WebGUI',21,'ðÏÓÌÅÄÎÑÑ ÓÔÒÁÎÉÃÁ',1034189690,NULL); INSERT INTO international VALUES (15,'SQLReport',21,'òÁÚÒÅÛÉÔØ ÐÒÅÄ×ÁÒÉÔÅÌØÎÕÀ ÏÂÒÁÂÏÔËÕ ÍÁËÒÏÓÁ × ÚÁÐÒÏÓÅ?',1034189690,NULL); INSERT INTO international VALUES (16,'SQLReport',21,'òÁÚÒÅÛÉÔØ ×Ù×ÏÄ ÏÔÌÁÄÏÞÎÏÊ ÉÎÆÏÒÍÁÃÉÉ?',1034189690,NULL); INSERT INTO international VALUES (17,'SQLReport',21,'ïÔÌÁÄËÁ: úÁÐÒÏÓ:',1034189690,NULL); INSERT INTO international VALUES (18,'SQLReport',21,'ðÏ ×ÁÛÅÍÕ ÚÁÐÒÏÓÕ ÎÉÞÅÇÏ ÎÅ ÎÁÊÄÅÎÏ.',1034189690,NULL); INSERT INTO international VALUES (506,'WebGUI',21,'õÐÒÁ×ÌÅÎÉÅ ÛÁÂÌÏÎÁÍÉ',1036492665,NULL); INSERT INTO international VALUES (408,'WebGUI',21,'õÐÒÁ×ÌÅÎÉÅ ÏÓÎÏ×ÎÙÍÉ ËÏÍÐÏÎÅÎÔÁÍÉ',1034189690,NULL); INSERT INTO international VALUES (411,'WebGUI',21,'íÅÎÀ',1034189690,NULL); INSERT INTO international VALUES (823,'WebGUI',1,'Go to the new page.',1038706332,NULL); INSERT INTO international VALUES (24,'Article',21,'îÁÐÉÓÁÔØ ÏÔ×ÅÔ',1034189690,NULL); INSERT INTO international VALUES (28,'Article',21,'ðÏÓÍÏÔÒÅÔØ ÏÔ×ÅÔÙ',1034189690,NULL); INSERT INTO international VALUES (416,'WebGUI',21,'

    ðÒÏÂÌÅÍÁ Ó ÚÁÐÒÏÓÏÍ

    îÁÖÍÉÔÅ ËÎÏÐËÕ \"îÁÚÁÄ\" É ÐÏ×ÔÏÒÉÔÅ ÚÁÐÒÏÓ ÓÎÏ×Á.',1034189690,NULL); INSERT INTO international VALUES (417,'WebGUI',21,'

    îÁÒÕÛÅÎÉÅ ÐÒÁ×ÉÌ ÂÅÚÏÐÁÓÎÏÓÔÉ

    ÷Ù ÐÙÔÁÅÔÅÓØ ÐÏÌÕÞÉÔØ ÄÏÓÔÕÐ Ë ÍÏÄÕÌÀ, ÎÅ ÐÒÉÎÁÄÌÅÖÁÝÅÍÕ ÜÔÏÊ ÓÔÒÁÎÉÃÅ.',1037084777,NULL); INSERT INTO international VALUES (418,'WebGUI',21,'æÉÌØÔÒ ÄÌÑ HTML-ËÏÄÁ',1048515643,NULL); INSERT INTO international VALUES (421,'WebGUI',21,'ÏÓÔÁ×ÉÔØ ÐÒÏÓÔÏÅ ÆÏÒÍÁÔÉÒÏ×ÁÎÉÅ.',1048515762,NULL); INSERT INTO international VALUES (425,'WebGUI',21,'áËÔÉ×ÎÙÅ ÓÏÅÄÉÎÅÎÉÑ',1034189690,NULL); INSERT INTO international VALUES (426,'WebGUI',21,'éÓÔÏÒÉÑ ÓÏÅÄÉÎÅÎÉÊ',1034189690,NULL); INSERT INTO international VALUES (427,'WebGUI',21,'óÔÉÌÉ',1034189690,NULL); INSERT INTO international VALUES (428,'WebGUI',21,'ðÏÌØÚÏ×ÁÔÅÌØ (ID)',1034189690,NULL); INSERT INTO international VALUES (430,'WebGUI',21,'÷ÒÅÍÑ ÐÏÓÌÅÄÎÅÇÏ ÄÅÊÓÔ×ÉÑ',1034189690,NULL); INSERT INTO international VALUES (431,'WebGUI',21,'IP ÁÄÒÅÓ',1034189690,NULL); INSERT INTO international VALUES (432,'WebGUI',21,'äÁÔÁ ÏËÏÎÞÁÎÉÑ',1034189690,NULL); INSERT INTO international VALUES (433,'WebGUI',21,'ôÉÐ ÂÒÏÕÚÅÒÁ',1034189690,NULL); INSERT INTO international VALUES (434,'WebGUI',21,'óÏÓÔÏÑÎÉÅ',1034189690,NULL); INSERT INTO international VALUES (435,'WebGUI',21,'éÍÑ ÓÏÅÄÉÎÅÎÉÑ ',1034189690,NULL); INSERT INTO international VALUES (436,'WebGUI',21,'õÄÁÌÉÔØ ÓÏÅÄÉÎÅÎÉÅ',1034189690,NULL); INSERT INTO international VALUES (437,'WebGUI',21,'óÔÁÔÉÓÔÉËÁ',1034189690,NULL); INSERT INTO international VALUES (438,'WebGUI',21,'÷ÁÛÅ ÉÍÑ',1034189690,NULL); INSERT INTO international VALUES (439,'WebGUI',21,'ìÉÞÎÁÑ ÉÎÆÏÒÍÁÃÉÑ',1034189690,NULL); INSERT INTO international VALUES (440,'WebGUI',21,'ëÏÎÔÁËÔÎÁÑ ÉÎÆÏÒÍÁÃÉÑ',1034189690,NULL); INSERT INTO international VALUES (443,'WebGUI',21,'ìÉÞÎÁÑ ÉÎÆÏÒÍÁÃÉÑ',1042471566,NULL); INSERT INTO international VALUES (448,'WebGUI',21,'ëÁÒÔÁ ÓÁÊÔÁ',1034189690,NULL); INSERT INTO international VALUES (452,'WebGUI',21,'÷ÙÐÏÌÎÅÎÉÅ ÏÐÅÒÁÃÉÉ...',1034189690,NULL); INSERT INTO international VALUES (453,'WebGUI',21,'äÁÔÁ ÓÏÚÄÁÎÉÑ',1034189690,NULL); INSERT INTO international VALUES (454,'WebGUI',21,'äÁÔÁ ÐÏÓÌÅÄÎÅÇÏ ÏÂÎÏ×ÌÅÎÉÑ',1034189690,NULL); INSERT INTO international VALUES (460,'WebGUI',21,'úÁÄÅÒÖËÁ ×Ï ×ÒÅÍÅÎÉ',1034189690,NULL); INSERT INTO international VALUES (461,'WebGUI',21,'æÏÒÍÁÔ ÄÁÔÙ',1034189690,NULL); INSERT INTO international VALUES (462,'WebGUI',21,'æÏÒÍÁÔ ×ÒÅÍÅÎÉ',1034189690,NULL); INSERT INTO international VALUES (463,'WebGUI',21,'ëÏÌÉÞÅÓÔ×Ï ÓÔÏË × ÔÅËÓÔÏ×ÏÍ ÐÏÌÅ',1034189690,NULL); INSERT INTO international VALUES (464,'WebGUI',21,'ëÏÌÉÞÅÓÔ×Ï ÓÔÏÌÂÃÏ× × ÔÅËÓÔÏ×ÏÍ ÐÏÌÅ ',1037171135,NULL); INSERT INTO international VALUES (465,'WebGUI',21,'òÁÚÍÅÒ ÔÅËÓÔÏ×ÙÈ ÂÌÏËÏ×',1037171259,NULL); INSERT INTO international VALUES (466,'WebGUI/Profile',21,'õÄÁÌÉÔØ ÜÔÕ ËÁÔÅÇÏÒÉÀ É ÐÅÒÅÎÅÓÔÉ ×ÓÅ ÅÅ ÐÏÌÑ × ÏÂÝÕÀ ËÁÔÅÇÏÒÉÀ?',1036928295,NULL); INSERT INTO international VALUES (467,'WebGUI/Profile',21,'õÄÁÌÉÔØ ÜÔÏ ÐÏÌÅ ×ÍÅÓÔÅ ÓÏ ×ÓÅÍÉ ÄÁÎÎÙÍÉ, ÐÒÉÓÌÁÎÎÙÅ ÐÏÌØÚÏ×ÁÔÅÌÑÍÉ?',1036928391,NULL); INSERT INTO international VALUES (469,'WebGUI',21,'Id',1034189690,NULL); INSERT INTO international VALUES (470,'WebGUI',21,'éÍÑ',1034189690,NULL); INSERT INTO international VALUES (472,'WebGUI',21,'íÅÔËÁ',1034189690,NULL); INSERT INTO international VALUES (473,'WebGUI/Profile',21,'ïÔÏÂÒÁÖÁÔØ?',1034189690,NULL); INSERT INTO international VALUES (474,'WebGUI/Profile',21,'óÄÅÌÁÔØ ÐÏÌÅ ÏÂÑÚÁÔÅÌØÎÙÍ ÄÌÑ ÚÁÐÏÌÎÅÎÉÑ?',1034189690,NULL); INSERT INTO international VALUES (475,'WebGUI',21,'ôÅËÓÔ',1034189690,NULL); INSERT INTO international VALUES (476,'WebGUI',21,'ôÅËÓÔÏ×ÏÅ ÐÏÌÅ',1034189690,NULL); INSERT INTO international VALUES (477,'WebGUI',21,'ËÏÄ HTML',1034189690,NULL); INSERT INTO international VALUES (478,'WebGUI',21,'URL',1034189690,NULL); INSERT INTO international VALUES (479,'WebGUI',21,'äÁÔÁ',1034189690,NULL); INSERT INTO international VALUES (480,'WebGUI',21,'E-mail',1034189690,NULL); INSERT INTO international VALUES (481,'WebGUI',21,'ôÅÌÅÆÏÎ',1034189690,NULL); INSERT INTO international VALUES (482,'WebGUI',21,'îÏÍÅÒ',1034189690,NULL); INSERT INTO international VALUES (483,'WebGUI',21,'\"äÁ\" ÉÌÉ \"îÅÔ\"',1034189690,NULL); INSERT INTO international VALUES (484,'WebGUI',21,'÷ÙÂÅÒÉÔÅ ÓÐÉÓÏË',1034189690,NULL); INSERT INTO international VALUES (485,'WebGUI',21,'þÅË-ÂÏËÓ',1036492468,NULL); INSERT INTO international VALUES (486,'WebGUI',21,'ôÉÐ ÉÎÆÏÒÍÁÃÉÉ',1034189690,NULL); INSERT INTO international VALUES (487,'WebGUI',21,'÷ÏÚÍÏÖÎÙÅ ÚÎÁÞÅÎÉÑ',1034189690,NULL); INSERT INTO international VALUES (488,'WebGUI',21,'÷ÏÚÍÏÖÎÙÅ ÚÎÁÞÅÎÉÑ',1034189690,NULL); INSERT INTO international VALUES (489,'WebGUI/Profile',21,'ëÁÔÅÇÏÒÉÑ ÉÎÆÏÒÍÁÃÉÉ Ï ÐÏÌØÚÏ×ÁÔÅÌÅ',1034189690,NULL); INSERT INTO international VALUES (491,'WebGUI/Profile',21,'äÏÂÁ×ÉÔØ ÐÏÌÅ × ÉÎÆÏÒÍÁÃÉÀ Ï ÐÏÌØÚÏ×ÁÔÅÌÅ',1036492493,NULL); INSERT INTO international VALUES (492,'WebGUI',21,'óÐÉÓÏË ÐÏÌÅÊ',1036492510,NULL); INSERT INTO international VALUES (495,'WebGUI',21,'htmlArea (ÔÒÅÂÕÅÔÓÑ Internet Explorer 5.5+)',1045500299,NULL); INSERT INTO international VALUES (496,'WebGUI',21,'éÓÐÏÌØÚÕÅÍÙÊ ÒÅÄÁËÔÏÒ ÔÅËÓÔÁ',1037171462,NULL); INSERT INTO international VALUES (494,'WebGUI',21,'RealObjects edit-on Pro 2.x',1045500273,NULL); INSERT INTO international VALUES (497,'WebGUI',21,'äÁÔÁ ÎÁÞÁÌÁ',1034189690,NULL); INSERT INTO international VALUES (498,'WebGUI',21,'äÁÔÁ ÏËÏÎÞÁÎÉÑ',1034189690,NULL); INSERT INTO international VALUES (499,'WebGUI',21,'ID ÍÏÄÕÌÑ',1037084820,NULL); INSERT INTO international VALUES (500,'WebGUI',21,'ID ÓÔÒÁÎÉÃÙ',1034189690,NULL); INSERT INTO international VALUES (501,'WebGUI',21,'óÏÄÅÒÖÁÎÉÅ',1034189690,NULL); INSERT INTO international VALUES (578,'WebGUI',21,'õ ×ÁÓ ÅÓÔØ ÓÏÏÂÝÅÎÉÅ, ÎÁÈÏÄÑÝÅÅÓÑ × ÏÖÉÄÁÎÉÉ ÐÏÄÔ×ÅÒÖÄÅÎÉÑ.',1036499843,NULL); INSERT INTO international VALUES (468,'WebGUI/Profile',21,'òÅÄÁËÔÉÒÏ×ÁÔØ ËÁÔÅÇÏÒÉÀ × ÉÎÆÏÒÍÁÃÉÉ Ï ÐÏÌØÚÏ×ÁÔÅÌÅ',1034189690,NULL); INSERT INTO international VALUES (508,'WebGUI',21,'ûÁÂÌÏÎÙ',1036492586,NULL); INSERT INTO international VALUES (11,'FAQ',21,'äÏÂÁ×ÉÔØ ÓÏÄÅÒÖÁÎÉÅ?',1034189690,NULL); INSERT INTO international VALUES (509,'WebGUI',21,'÷ÎÅÛÎÉÊ ×ÉÄ ÏÂÓÕÖÄÅÎÉÑ',1034189690,NULL); INSERT INTO international VALUES (514,'WebGUI',21,'ëÏÌÉÞÅÓÔ×Ï ÐÒÏÓÍÏÔÒÏ×',1034189690,NULL); INSERT INTO international VALUES (518,'WebGUI',21,'÷ÈÏÄÑÝÉÅ ÓÏÏÂÝÅÎÉÑ',1034189690,NULL); INSERT INTO international VALUES (519,'WebGUI',21,'îÅ ÉÎÆÏÒÍÉÒÏ×ÁÔØ.',1034189690,NULL); INSERT INTO international VALUES (520,'WebGUI',21,'ðÏÓÙÌÁÔØ ÓÏÏÂÝÅÎÉÑ ÐÏ e-mail.',1034189690,NULL); INSERT INTO international VALUES (523,'WebGUI',21,'óÏÏÂÝÅÎÉÅ',1034189690,NULL); INSERT INTO international VALUES (526,'WebGUI',21,'ÕÄÁÌÉÔØ JavaScript É ÍÁËÒÏÓÙ',1048515783,NULL); INSERT INTO international VALUES (528,'WebGUI',21,'éÍÑ ÛÁÂÌÏÎÁ',1034189690,NULL); INSERT INTO international VALUES (530,'WebGUI',21,'ÓÏ ×ÓÅÍÉ ÓÌÏ×ÁÍÉ',1034189690,NULL); INSERT INTO international VALUES (531,'WebGUI',21,'Ó ÔÏÞÎÏÊ ÆÒÁÚÏÊ',1034189690,NULL); INSERT INTO international VALUES (532,'WebGUI',21,'Ó ÏÄÎÉÍ ÉÚ ÓÌÏ×',1034189690,NULL); INSERT INTO international VALUES (533,'WebGUI',21,'ÂÅÚ ÓÌÏ×',1034189690,NULL); INSERT INTO international VALUES (535,'WebGUI',21,'çÒÕÐÐÁ ÐÏÌØÚÏ×ÁÔÅÌÅÊ, ÏÐÏ×ÅÝÁÅÍÁÑ ÐÒÉ ÒÅÇÉÓÔÒÁÃÉÉ ÎÏ×ÏÇÏ ÐÏÌØÚÏ×ÁÔÅÌÑ',1036582033,NULL); INSERT INTO international VALUES (579,'WebGUI',21,'÷ÁÛÅ ÐÉÓØÍÏ ÐÒÉÎÑÔÏ.',1034189690,NULL); INSERT INTO international VALUES (575,'WebGUI',21,'òÅÄÁËÔÉÒÏ×ÁÔØ',1034189690,NULL); INSERT INTO international VALUES (1037,'WebGUI',1,'Make sticky',1066065402,'A label for a link that makes the current thread sticky.'); INSERT INTO international VALUES (542,'WebGUI',21,'÷ÅÒÎÕÔØÓÑ Ë ÓÐÉÓËÕ ÉÚÏÂÒÁÖÅÎÉÊ/ÇÒÕÐÐ ÉÚÏÂÒÁÖÅÎÉÊ',1036930332,NULL); INSERT INTO international VALUES (543,'WebGUI',21,'äÏÂÁ×ÉÔØ ÎÏ×ÕÀ ÇÒÕÐÐÕ ÉÚÏÂÒÁÖÅÎÉÊ.',1034189690,NULL); INSERT INTO international VALUES (551,'WebGUI',21,'ëÏÍÍÅÎÔÁÒÉÊ',1034189690,NULL); INSERT INTO international VALUES (552,'WebGUI',21,'ïÖÉÄÁÎÉÅ ',1034189690,NULL); INSERT INTO international VALUES (553,'WebGUI',21,'óÔÁÔÕÓ',1034189690,NULL); INSERT INTO international VALUES (556,'WebGUI',21,'ëÏÌÉÞÅÓÔ×Ï',1034189690,NULL); INSERT INTO international VALUES (557,'WebGUI',21,'ïÐÉÓÁÎÉÅ',1034189690,NULL); INSERT INTO international VALUES (6,'Item',21,'òÅÄÁËÔÉÒÏ×ÁÎÉÅ ÓÓÙÌËÉ ÎÁ ÄÏËÕÍÅÎÔ',1034189690,NULL); INSERT INTO international VALUES (559,'WebGUI',21,'òÅÇÉÓÔÒÁÃÉÑ',1034189690,NULL); INSERT INTO international VALUES (581,'WebGUI',21,'äÏÂÁ×ÉÔØ ÎÏ×ÏÅ ÚÎÁÞÅÎÉÅ',1034189690,NULL); INSERT INTO international VALUES (582,'WebGUI',21,'ïÓÔÁ×ÉÔØ ÐÕÓÔÙÍ',1034189690,NULL); INSERT INTO international VALUES (583,'WebGUI',21,'íÁËÓÉÍÁÌØÎÙÊ ÒÁÚÍÅÒ ÉÚÏÂÒÁÖÅÎÉÑ',1034189690,NULL); INSERT INTO international VALUES (2,'WobjectProxy',21,'òÅÄÁËÔÉÒÏ×ÁÎÉÅ ÐÒÏËÓÉ ÍÏÄÕÌÅÊ',1037087708,NULL); INSERT INTO international VALUES (3,'WobjectProxy',21,'ðÒÏËÓÉ',1034189690,NULL); INSERT INTO international VALUES (586,'WebGUI',21,'óÐÉÓÏË ÐÏÄÄÅÒÖÉ×ÁÅÍÙÈ ÑÚÙËÏ×',1042130436,NULL); INSERT INTO international VALUES (587,'WebGUI',21,'÷Ù ÈÏÔÉÔÅ ÕÄÁÌÉÔØ ÜÔÏÔ ÑÚÙË?',1034189690,NULL); INSERT INTO international VALUES (590,'WebGUI',21,'ID ÑÚÙËÁ',1034189690,NULL); INSERT INTO international VALUES (591,'WebGUI',21,'ñÚÙË',1034189690,NULL); INSERT INTO international VALUES (592,'WebGUI',21,'ëÏÄÉÒÏ×ËÁ',1034189690,NULL); INSERT INTO international VALUES (595,'WebGUI',21,'óÏÏÂÝÅÎÉÑ',1034189690,NULL); INSERT INTO international VALUES (597,'WebGUI',21,'òÅÄÁËÔÏÒ ÓÏÏÂÝÅÎÉÊ',1042129879,NULL); INSERT INTO international VALUES (2,'DataForm',21,'ôÅÍÁ ÐÉÓØÍÁ',1034189690,NULL); INSERT INTO international VALUES (3,'DataForm',21,'óÐÁÓÉÂÏ ÚÁ ×ÁÛ ÏÔ×ÅÔ!',1034189690,NULL); INSERT INTO international VALUES (4,'DataForm',21,'óËÒÙÔÙÊ',1034189690,NULL); INSERT INTO international VALUES (5,'DataForm',21,'ïÔÏÂÒÁÖÁÅÍÙÊ',1034189690,NULL); INSERT INTO international VALUES (6,'DataForm',21,'òÅÄÁËÔÉÒÕÅÍÙÊ',1034189690,NULL); INSERT INTO international VALUES (7,'DataForm',21,'òÅÄÁËÔÉÒÏ×ÁÎÉÅ ÆÏÒÍÙ',1034189690,NULL); INSERT INTO international VALUES (8,'DataForm',21,'ûÉÒÉÎÁ',1034189690,NULL); INSERT INTO international VALUES (948,'WebGUI',1,'Manage Clipboard',1052850265,NULL); INSERT INTO international VALUES (10,'DataForm',21,'ïÔ',1034189690,NULL); INSERT INTO international VALUES (11,'DataForm',21,'ëÏÍÕ (e-mail)',1034189690,NULL); INSERT INTO international VALUES (14,'DataForm',21,'ôÅÍÁ',1034189690,NULL); INSERT INTO international VALUES (961,'WebGUI',1,'The trash is a special system location where deleted content is temporarily stored. Items in the trash may be managed individually. You may cut an item to the clipboard or permanently delete it by selecting the approriate icon. You may also purge/delete all items in the trash by choosing the Empty trash menu option.\r\n

    Title
    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

    \r\n\r\n.pollAnswer
    \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

    éÄÅÎÔÉÆÉËÁÃÉÑ ÓÒÅÄÓÔ×ÁÍÉ WebGUI

    \r\nðÏÓÙÌÁÔØ ÐÒÉ×ÅÔÓÔ×ÅÎÎÏÅ ÓÏÏÂÝÅÎÉÅ?
    \r\n÷ ÓÌÕÞÁÅ ×ÙÂÏÒÁ ÜÔÏÊ ÏÐÃÉÉ ÐÏÌØÚÏ×ÁÔÅÌÀ ÂÕÄÅÔ Á×ÔÏÍÁÔÉÞÅÓËÉ ×ÙÓÙÌÁÔØÓÑ ÐÒÉ×ÅÔÓÔ×ÅÎÎÏÅ ÓÏÏÂÝÅÎÉÅ ÐÒÉ ÒÅÇÉÓÔÒÁÃÉÉ ÎÁ ÓÁÊÔÅ.
    \r\núÁÍÅÞÁÎÉÅ:ðÏÍÉÍÏ ÜÔÏÇÏ ÓÏÏÂÝÅÎÉÑ ÎÁ ÜËÒÁÎÅ ÂÕÄÅÔ ÐÅÒÓÏÎÁÌØÎÙÅ ÎÁÓÔÒÏÊËÉ ÐÏÌØÚÏ×ÁÔÅÌÑ.
    \r\n
    \r\nðÒÉ×ÅÔÓÔ×ÅÎÎÏÅ ÓÏÏÂÝÅÎÉÅ
    \r\n÷×ÅÄÉÔÅ ÔÅËÓÔ ÓÏÏÂÝÅÎÉÑ, ËÏÔÏÒÏÅ ÂÕÄÅÔ ÐÏËÁÚÙ×ÁÔØÓÑ ÐÏÌØÚÏ×ÁÔÅÌÀ ÐÏÓÌÅ ÏËÏÎÞÁÎÉÑ ÒÅÇÉÓÔÒÁÃÉÉ ÎÁ ÓÁÊÔÅ. \r\n

    \r\nóÏÏÂÝÅÎÉÅ, ÐÏÓÙÌÁÅÍÏÅ ÐÒÉ ×ÏÓÓÔÁÎÏ×ÌÅÎÉÉ ÐÁÒÏÌØÎÏÊ ÉÎÆÏÒÍÁÃÉÉ
    \r\n÷×ÅÄÉÔÅ ÔÅËÓÔ ÓÏÏÂÝÅÎÉÑ, ËÏÔÏÒÙÊ ÂÕÄÅÔ ÐÏÓÙÌÁÔØÓÑ ÐÏÌØÚÏ×ÁÔÅÌÀ ÐÏ e-mail ×ÍÅÓÔÅ Ó ÉÎÆÏÒÍÁÃÉÅÊ Ï ÅÇÏ ÐÁÒÏÌÅ.\r\n

    éÄÅÎÔÉÆÉËÁÃÉÑ ÎÁ ×ÎÅÛÎÅÍ ÓÅÒ×ÅÒÅ LDAP

    \r\nURL LDAP (ÐÏ ÕÍÏÌÞÁÎÉÀ)
    \r\n÷×ÅÄÉÔÅ URL Ë ÓÅÒ×ÅÒÕ LDAP. URL Ë ÓÅÒ×ÅÒÕ LDAP ÚÁÐÉÓÙ×ÁÅÔÓÑ × ÓÌÅÄÕÀÝÅÍ ÆÏÒÍÁÔÅ: ldap://[server]:[port]/[base DN]
    ðÒÉÍÅÒ: ldap://ldap.mycompany.com:389/o=MyCompany.\r\n

    \r\néÄÅÎÔÉÆÉËÁÔÏÒ ÎÁ ÓÅÒ×ÅÒÅ LDAP
    \r\néÄÅÎÔÉÆÉËÁÔÏÒ ÎÁ ÓÅÒ×ÅÒÅ LDAP ÐÒÅÄÓÔÁ×ÌÑÅÔ ÓÏÂÏÊ ÕÎÉËÁÌØÎÙÊ ÉÄÅÎÔÉÆÉËÁÔÏÒ ÐÏÌØÚÏ×ÁÔÅÌÑ, ËÏÔÏÒÙÊ ÐÏÌØÚÏ×ÁÔÅÌØ ÍÏÖÅÔ ÉÓÐÏÌØÚÏ×ÁÔØ ÓÎÏ×Á ÐÒÉ ÐÏÓÌÅÄÕÀÝÅÍ ÚÁÈÏÄÅ ÎÁ ÓÁÊÔ. \r\n

    \r\néÍÑ ÐÒÉ ÉÄÅÎÔÉÆÉËÁÃÉÉ ÎÁ ÓÅÒ×ÅÒÅ LDAP
    \r\n÷×ÅÄÉÔÅ login, ÉÓÐÏÌØÚÕÅÍÙÊ ÄÌÑ ÉÄÅÎÔÉÆÉËÁÃÉÉ ÎÁ ÓÅÒ×ÅÒÅ LDAP. \r\n

    \r\nðÁÒÏÌØ ÎÁ ÓÅÒ×ÅÒÅ LDAP
    \r\n÷×ÅÄÉÔÅ ÐÁÒÏÌØ, ÉÓÐÏÌØÚÕÅÍÙÊ ÄÌÑ ÉÄÅÎÔÉÆÉËÁÃÉÉ ÎÁ ÓÅÒ×ÅÒÅ LDAP. ',1045502243,NULL); INSERT INTO international VALUES (608,'WebGUI',21,'õÄÁÌÅÎÉÅ ÓÔÒÁÎÉÃÙ ÍÏÖÅÔ ÐÏ×ÌÅÞØ ÚÁ ÓÏÂÏÊ ÎÁÒÕÛÅÎÉÅ ÎÁ×ÉÇÁÃÉÉ ÐÏ ÓÁÊÔÕ. ðÒÉ ÕÄÁÌÅÎÉÉ ÓÔÒÁÎÉÃÙ ÕÄÁÌÑÅÔÓÑ ÔÁËÖÅ ÅÅ ÓÏÄÅÒÖÁÎÉÅ É ×ÓÅ ÐÏÄÓÔÒÁÎÉÃÙ. ',1036493050,NULL); INSERT INTO international VALUES (75,'EventsCalendar',21,'÷ÙÂÅÒÉÔÅ ÄÅÊÓÔ×ÉÅ:',1046342394,NULL); INSERT INTO international VALUES (76,'EventsCalendar',21,'õÄÁÌÉÔØ ÓÏÂÙÔÉÅ',1036066760,NULL); INSERT INTO international VALUES (77,'EventsCalendar',21,'õÄÁÌÉÔØ ÓÏÂÙÔÉÅ É ×ÓÅ ÅÇÏ Ó×ÑÚÉ',1036066908,NULL); INSERT INTO international VALUES (412,'WebGUI',21,'ïÐÉÓÁÎÉÅ',1036067018,NULL); INSERT INTO international VALUES (507,'WebGUI',21,'òÅÄÁËÔÉÒÏ×ÁÔØ ÛÁÂÌÏÎ',1036067169,NULL); INSERT INTO international VALUES (510,'WebGUI',21,'óÔÁÔÉÓÔÉËÁ',1036067188,NULL); INSERT INTO international VALUES (511,'WebGUI',21,'ôÁÂÌÉÃÁ',1036067208,NULL); INSERT INTO international VALUES (555,'WebGUI',21,'îÁÂÌÀÄÅÎÉÅ ÚÁ ÄÅÊÓÔ×ÉÑÍÉ ÐÏÌØÚÏ×ÁÔÅÌÑ',1036067285,NULL); INSERT INTO international VALUES (558,'WebGUI',21,'òÅÄÁËÔÉÒÏ×ÁÔØ ÓÉÓÔÅÍÕ ÎÁÂÌÀÄÅÎÉÑ ÚÁ ÄÅÊÓÔ×ÉÑÍÉ ÐÏÌØÚÏ×ÁÔÅÌÅÊ',1036067349,NULL); INSERT INTO international VALUES (446,'WebGUI',21,'÷ÅÂ-ÓÁÊÔ ËÏÍÐÁÎÉÉ',1036069056,NULL); INSERT INTO international VALUES (449,'WebGUI',21,'ïÂÝÁÑ ÉÎÆÏÒÍÁÃÉÑ',1036069167,NULL); INSERT INTO international VALUES (450,'WebGUI',21,'îÁÚ×ÁÎÉÅ ÆÉÒÍÙ',1036069201,NULL); INSERT INTO international VALUES (580,'WebGUI',21,'ðÕÂÌÉËÁÃÉÑ ×ÁÛÅÇÏ ÓÏÏÂÝÅÎÉÑ ÚÁÐÒÅÝÅÎÁ.',1036069567,NULL); INSERT INTO international VALUES (588,'WebGUI',21,'÷Ù Õ×ÅÒÅÎÙ, ÞÔÏ ÈÏÔÉÔÅ ÐÏÓÌÁÔØ ÐÅÒÅ×ÏÄ ÎÁ ÓÁÊÔ?',1036069647,NULL); INSERT INTO international VALUES (651,'WebGUI',21,'÷ÎÉÍÁÎÉÅ! ÷ÓÅ ÍÏÄÕÌÉ, ÓÏÄÅÒÖÁÝÉÅÓÑ × ËÏÒÚÉÎÅ, ÂÕÄÕÔ ÕÄÁÌÅÎÙ. ÷ÏÓÓÔÁÎÏ×ÌÅÎÉÅ ÕÄÁÌÅÎÎÙÈ ÉÚ ËÏÒÚÉÎÙ ÍÏÄÕÌÅÊ ÎÅ×ÏÚÍÏÖÎÏ.',1037085963,NULL); INSERT INTO international VALUES (698,'WebGUI',21,'éÓÐÏÌØÚÕÑ ÓÉÓÔÅÍÕ ÎÁÂÌÀÄÅÎÉÑ ÚÁ ÄÅÊÓÔ×ÉÑÍÉ ÐÏÌØÚÏ×ÁÔÅÌÅÊ, ×Ù ÍÏÖÅÔÅ ËÏÎÔÒÏÌÉÒÏ×ÁÔØ ÁËÔÉ×ÎÏÓÔØ ÐÏÌØÚÏ×ÁÔÅÌÅÊ. áËÔÉ×ÎÏÓÔØ ÐÏÌØÚÏ×ÁÔÅÌÅÊ ÍÏÖÎÏ ÐÏÏÝÒÑÔØ, Á ÍÏÖÎÏ, ÎÁÏÂÏÒÏÔ, ÎÁËÁÚÙ×ÁÔØ ÐÏÌØÚÏ×ÁÔÅÌÅÊ ÚÁ ÉÚÌÉÛÎÀÀ ÁËÔÉ×ÎÏÓÔØ.',1036070406,NULL); INSERT INTO international VALUES (832,'WebGUI',2,'Das Upload-Verwaltungssystem (Verwalten: Uploads) bietet verschiedene Makros \r\nan:

    ^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÷ÙÂÅÒÉÔÅ ÓÕÝÅÓÔ×ÕÀÝÉÊ ÍÏÄÕÌØ, Ó ËÏÔÏÒÏÇÏ ×Ù ÈÏÔÉÔÅ ÓÄÅÌÁÔØ ËÏÐÉÀ. éÍÑ ×ÙÂÉÒÁÅÍÏÇÏ ÍÏÄÕÌÑ ÉÍÅÅÔ ÓÌÅÄÕÀÝÉÊ ÆÏÒÍÁÔ: îÁÚ×ÁÎÉÅ ÓÔÒÁÎÉÃÙ/éÍÑ ÍÏÄÕÌÑ (Id ÍÏÄÕÌÑ). \r\n',1037088080,NULL); INSERT INTO international VALUES (609,'WebGUI',21,'ðÏÓÌÅ ÕÄÁÌÅÎÉÑ ÇÒÁÆÉÞÅÓËÏÊ ÏÂÏÌÏÞËÉ, ×ÓÅ ÓÔÒÁÎÉÃÙ, ÉÓÐÏÌØÚÕÀÝÉÅ ÜÔÕ ÏÂÏÌÏÞËÕ, ÂÕÄÕÔ ÏÔÏÂÒÁÖÁÔØÓÑ × ÓÔÉÌÅ, ÕÓÔÁÎÏ×ÌÅÎÎÏÍ ÐÏ ÕÍÏÌÞÁÎÉÀ.',1036140377,NULL); INSERT INTO international VALUES (610,'WebGUI',21,'éÍÑ ÐÏÌØÚÏ×ÁÔÅÌÑ
    \r\n
    ÷×ÅÄÉÔÅ ÉÍÑ ÐÏÌØÚÏ×ÁÔÅÌÑ (login).
    \r\nðÁÒÏÌØ
    \r\n÷×ÅÄÉÔÅ ÐÁÒÏÌØ ÄÌÑ ÄÏÓÔÕÐÁ ÐÏÌØÚÏ×ÁÔÅÌÑ Ë ÓÉÓÔÅÍÅ.\r\n

    \r\níÅÔÏÄ ÉÄÅÎÔÉÆÉËÁÃÉÉ
    \r\néÄÅÎÔÉÆÉËÁÃÉÑ ÐÏÌØÚÏ×ÁÔÅÌÅÊ ÍÏÖÅÔ ÏÓÕÝÅÓÔ×ÌÑÔØÓÑ Ä×ÕÍÑ ÍÅÔÏÄÁÍÉ: ÓÒÅÄÓÔ×ÁÍÉ ÓÉÓÔÅÍÙ É ÓÒÅÄÓÔ×ÁÍÉ LDAP.\r\n

    \r\nLDAP URL
    \r\n÷×ÅÄÉÔÅ ÐÕÔØ Ë ÓÅÒ×ÅÒÕ LDAP.\r\n

    \r\néÍÑ ÐÏÌØÚÏ×ÁÔÅÌÑ ÄÌÑ ÐÏÄÓÏÅÄÉÎÅÎÉÑ Ë ÓÅÒ×ÅÒÕ LDAP
    \r\n÷×ÅÄÉÔÅ ÉÍÑ ÐÏÌØÚÏ×ÁÔÅÌÑ, ÉÓÐÏÌØÚÕÅÍÏÅ ÐÒÉ ÓÏÅÄÉÎÅÎÉÉ Ó ÓÅÒ×ÅÒÏÍ LDAP.\r\n

    ',1036141119,NULL); INSERT INTO international VALUES (612,'WebGUI',21,'úÁÍÅÞÁÎÉÑ:
    \r\n
      \r\n
    1. åÓÌÉ ×Ù ÈÏÔÉÔÅ ÚÁÂÌÏËÉÒÏ×ÁÔØ ×ÈÏÄ ÐÏÌØÚÏ×ÁÔÅÌÑ × ÓÉÓÔÅÍÕ, ×Ù ÍÏÖÅÔÅ ÐÒÏÓÔÏ ÉÚÍÅÎÉÔØ ÅÇÏ ÐÁÒÏÌØ.\r\n
    2. ÷ÓÑ ÉÎÆÏÒÍÁÃÉÑ, ÐÒÉÓÌÁÎÎÁÑ ÎÁ ÓÁÊÔ ÐÏÌØÚÏ×ÁÔÅÌÅÍ, ÂÕÄÅÔ ÓÏÈÒÁÎÅÎÁ. \r\n
    3. ÷ ÓÌÕÞÁÅ ÐÏ×ÔÏÒÎÏÇÏ ÄÏÂÁ×ÌÅÎÉÑ ÐÏÌØÚÏ×ÁÔÅÌÑ ÎÁ ÓÁÊÔ, ÐÏÌØÚÏ×ÁÔÅÌØ ÎÅ ÓÍÏÖÅÔ ÐÏÌÕÞÉÔØ ÄÏÓÔÕÐ Ë Ó×ÏÉÍ ÐÒÅÖÎÉÍ ÎÁÓÔÒÏÊËÁÍ É ÐÒÉÓÌÁÎÎÙÍ ÓÏÏÂÝÅÎÉÑÍ.\r\n
    \r\n÷Ù Õ×ÅÒÅÎÙ, ÞÔÏ ÈÏÔÉÔÅ ÕÄÁÌÉÔØ ÐÏÌØÚÏ×ÁÔÅÌÑ?',1036142412,NULL); INSERT INTO international VALUES (613,'WebGUI',21,'äÏÂÁ×ÉÔØ ÎÏ×ÏÇÏ ÐÏÌØÚÏ×ÁÔÅÌÑ
    \r\n÷Ù ÍÏÖÅÔÅ ÄÏÂÁ×ÉÔØ ÎÏ×ÏÇÏ ÐÏÌØÚÏ×ÁÔÅÌÑ × ÓÉÓÔÅÍÕ.\r\n

    \r\nðÏÉÓË
    \r\n÷Ù ÍÏÖÅÔÅ ÎÁÊÔÉ ÐÏÌØÚÏ×ÁÔÅÌÑ ÎÅ ÔÏÌØËÏ ÐÏ ÉÍÅÎÉ, ÎÏ É ÐÏ ÄÒÕÇÏÊ ÌÉÞÎÏÊ ÉÎÆÏÒÍÁÃÉÉ (ÎÁÐÒÉÍÅÒ, ÐÏ ÁÄÒÅÓÕ ÜÌÅËÔÒÏÎÎÏÊ ÐÏÞÔÙ).\r\n

    \r\n',1036142778,NULL); INSERT INTO international VALUES (614,'WebGUI',21,'÷ ÓÉÓÔÅÍÅ ÐÒÉÓÕÔÓÔ×ÕÅÔ ×ÏÚÍÏÖÎÏÓÔØ ÓÏÚÄÁ×ÁÔØ ÒÁÚÌÉÞÎÙÅ ÇÒÁÆÉÞÅÓËÉÅ ÏÂÏÌÏÞËÉ ÄÌÑ ÒÁÚÌÉÞÎÙÈ ÓÔÒÁÎÉà ÓÁÊÔÁ. þÉÓÌÏ ÏÂÏÌÏÞÅË ÎÅ ÏÇÒÁÎÉÞÅÎÏ.

    \r\n÷ÅÒÓÉÑ ÄÌÑ ÐÅÞÁÔÉ
    \r\nüÔÁ ÇÒÁÆÉÞÅÓËÁÑ ÏÂÏÌÏÞËÁ ÉÓÐÏÌØÚÕÅÔÓÑ ÍÁËÒÏÓÏÍ ^r;.\r\n

    \r\n\r\n',1036144283,NULL); INSERT INTO international VALUES (615,'WebGUI',21,'çÒÕÐÐÙ ÐÏÌØÚÏ×ÁÔÅÌÅÊ ÓÏÚÄÁÎÙ ÄÌÑ ÏÂßÅÄÉÎÅÎÉÑ ÐÏÌØÚÏ×ÁÔÅÌÅÊ, ÉÍÅÀÝÉÈ ÏÄÉÎÁËÏ×ÙÅ ÐÒÁ×Á ÄÏÓÔÕÐÁ Ë ÒÁÚÌÉÞÎÙÍ ÏÐÅÒÁÃÉÑÍÉ É ÄÏËÕÍÅÎÔÁÍ ÓÁÊÔÁ. ',1036144932,NULL); INSERT INTO international VALUES (617,'WebGUI',21,'éÎÆÏÒÍÁÃÉÀ Ï ÆÉÒÍÅ
    \r\n÷ÙÂÒÁ× ÜÔÏÔ ÐÕÎËÔ ÍÏÖÎÏ ÉÚÍÅÎÉÔØ ÎÁÚ×ÁÎÉÅ ÆÉÒÍÙ.\r\n

    \r\néÎÆÏÒÍÁÃÉÏÎÎÏÅ ÎÁÐÏÌÎÅÎÉÅ
    \r\n÷ ÜÔÏÊ ÆÏÒÍÅ ×Ù ÍÏÖÅÔÅ ÉÚÍÅÎÉÔØ ÏÂÝÉÅ ÎÁÓÔÒÏÊËÉ ÓÉÓÔÅÍÙ, ÔÁËÉÅ ËÁË ÛÉÒÉÎÁ É ×ÙÓÏÔÁ ÐÏÌÅÊ ÆÏÒÍÙ É Ô.Ä.

    \r\nîÁÓÔÒÏÊËÉ e-mail
    \r\núÄÅÓØ ÕËÁÚÙ×ÁÅÔÓÑ ÐÕÔØ Ë ÐÏÞÔÏ×ÏÍÕ ÓÅÒ×ÅÒÕ É ÔÅËÓÔ, ÏÔÓÙÌÁÅÍÙÊ ÐÏÌØÚÏ×ÁÔÅÌÑÍ ÐÒÉ ×ÏÓÓÔÁÎÏ×ÌÅÎÉÉ ÐÁÒÏÌÑ.\r\n

    \r\nïÂÝÉÅ ÎÁÓÔÒÏÊËÉ
    \r\núÄÅÓØ ÈÒÁÎÑÔÓÑ ÎÁÓÔÒÏÊËÉ, ËÏÔÏÒÙÅ ÐÒÉÇÏÄÑÔÓÑ ÒÁÚÒÁÂÏÔÞÉËÁÍ ÓÉÓÔÅÍÙ.\r\n

    \r\nðÅÒÓÏÎÁÌØÎÙÅ ÎÁÓÔÒÏÊËÉ ÐÏÌØÚÏ×ÁÔÅÌÅÊ
    \r\núÄÅÓØ ÕËÁÚÙ×ÁÅÔÓÑ ÓÐÉÓÏË ÐÏÌÅÊ, ËÏÔÏÒÙÅ ÐÒÅÄÌÁÇÁÅÔÓÑ ÚÁÐÏÌÎÉÔØ ÐÏÌØÚÏ×ÁÔÅÌÀ. ðÏÌÑ ÍÏÖÎÏ ÓÄÅÌÁÔØ ÏÂÑÚÁÔÅÌØÎÙÍÉ Ë ÚÁÐÏÌÎÅÎÉÀ.\r\n

    \r\nõÐÒÁ×ÌÅÎÉÅ ÎÏ×ÙÍÉ ÐÏÌØÚÏ×ÁÔÅÌÑÍÉ
    \r\n÷ ÜÔÏÊ ÆÏÒÍÅ ÕËÁÚÙ×ÁÀÔÓÑ ÐÒÁ×ÉÌÁ ÒÅÇÉÓÔÒÁÃÉÉ ÐÏÌØÚÏ×ÁÔÅÌÅÊ ÓÁÊÔÁ.\r\n

    ',1045504281,NULL); INSERT INTO international VALUES (618,'WebGUI',21,'óÅÒ×ÅÒ SMTP
    \r\n÷×ÅÄÉÔÅ ÁÄÒÅÓ SMTP-ÓÅÒ×ÅÒÁ. åÓÌÉ ÉÓÐÏÌØÚÕÅÔÓÑ ÏÐÅÒÁÃÉÏÎÎÁÑ ÓÉÓÔÅÍÁ Linux, ÔÏ ÏÂÙÞÎÏ ÐÕÔØ Ë ÐÏÞÔÏ×ÏÍÕ ÓÅÒ×ÅÒÕ ÓÌÅÄÕÀÝÉÊ: /usr/bin/sendmail\r\n

    \r\nðÏÄÐÉÓØ ËÏ ×ÓÅÍ ÓÏÏÂÝÅÎÉÑ, ÏÔÐÒÁ×ÌÑÅÍÙÍ ÐÏ e-mail
    \r\n÷×ÅÄÉÔÅ ÔÅËÓÔ ÐÏÄÐÉÓÉ, ËÏÔÏÒÁÑ ÂÕÄÅÔ Á×ÔÏÍÁÔÉÞÅÓËÉ ÄÏÂÁ×ÌÑÔØÓÑ ËÏ ×ÓÅÍ ÓÏÏÂÝÅÎÉÑÍ, ÏÔÐÒÁ×ÌÑÅÍÙÍ ÉÚ ÓÉÓÔÅÍÙ WebGUI.\r\n

    \r\n÷ÙÓÙÌÁÔØ ÓÏÏÂÝÅÎÉÅ Ï ÒÅÇÉÓÔÒÁÃÉÉ ÎÏ×ÏÇÏ ÐÏÌØÚÏ×ÁÔÅÌÑ?

    \r\nçÒÕÐÐÁ ÐÏÌØÚÏ×ÁÔÅÌÅÊ, ÉÎÆÏÒÍÉÒÕÅÍÁÑ ÐÒÉ ÒÅÇÉÓÔÒÁÃÉÉ ÎÏ×ÏÇÏ ÐÏÌØÚÏ×ÁÔÅÌÑ
    \r\n÷ÙÂÅÒÉÔÅ ÇÒÕÐÐÕ ÐÏÌØÚÏ×ÁÔÅÌÅÊ, ËÏÔÏÒÁÑ ÐÏÌÕÞÉÔ ÐÉÓØÍÏ Ï ÒÅÇÉÓÔÒÁÃÉÉ ÎÏ×ÏÇÏ ÐÏÌØÚÏ×ÁÔÅÌÑ.\r\n

    \r\n',1045504721,NULL); INSERT INTO international VALUES (619,'WebGUI',21,'üÔÁ ÆÕÎËÃÉÑ ÕÄÁÌÑÅÔ ×ÙÂÒÁÎÎÙÊ ÍÏÄÕÌØ ÓÏ ÓÔÒÁÎÉÃÙ. åÓÌÉ ×Ù ÎÅ ÄÏ ËÏÎÃÁ Õ×ÅÒÅÎÙ × ÔÏÍ, ÞÔÏ ÍÏÄÕÌØ ÎÁÄÏ ÕÄÁÌÉÔØ, ×Ù ÍÏÖÅÔÅ ×ÏÓÐÏÌØÚÏ×ÁÔØÓÑ ÆÕÎËÃÉÅÊ „÷ÙÒÅÚÁÔØ“. ÷ ÜÔÏÍ ÓÌÕÞÁÅ, ×Ù ÍÏÖÅÔÅ ×ÅÒÎÕÔØ ÍÏÄÕÌØ ÎÁ ÍÅÓÔÏ ×ÏÓÐÏÌØÚÏ×Á×ÛÉÓØ ÆÕÎËÃÉÅÊ \r\n„÷ÓÔÁ×ÉÔØ ÉÚ ÂÕÆÅÒÁ“.',1037084944,NULL); INSERT INTO international VALUES (620,'WebGUI',21,'ðÒÉ ÕÄÁÌÅÎÉÉ ÇÒÕÐÐÙ ÐÒÅÄÐÏÌÁÇÁÅÔÓÑ, ÞÔÏ ×Ù ÔÁËÖÅ ÕÄÁÌÑÅÔÅ ×ÓÅÈ ÐÏÌØÚÏ×ÁÔÅÌÅÊ, ×ÈÏÄÑÝÉÈ × ÄÁÎÎÕÀ ÇÒÕÐÐÕ.
    \r\nåÓÌÉ ×Ù ÈÏÔÉÔÅ ÕÄÁÌÉÔØ ÇÒÕÐÐÕ, Á ×ÈÏÄÑÝÉÈ × ÎÅÅ ÐÏÌØÚÏ×ÁÔÅÌÅÊ ÚÁÎÅÓÔÉ × ÄÒÕÇÉÅ ÇÒÕÐÐÙ, ÔÏ ×ÎÉÍÁÔÅÌØÎÏ ÐÒÏ×ÅÒØÔÅ ÐÒÁ×Á ÄÏÓÔÕÐÁ ÐÏÌØÚÏ×ÁÔÅÌÅÊ ÉÚ ÕÄÁÌÑÅÍÏÊ ÇÒÕÐÐÙ Ë ÓÔÒÁÎÉÃÁÍ É ÏÐÅÒÁÃÉÑÍ. ',1036151143,NULL); INSERT INTO international VALUES (621,'WebGUI',21,'îÁÚ×ÁÎÉÅ ÇÒÁÆÉÞÅÓËÏÊ ÏÂÏÌÏÞËÉ
    \r\n÷×ÅÄÉÔÅ ÕÎÉËÁÌØÎÏÅ ÉÍÑ ÄÌÑ ÓÏÚÄÁ×ÁÅÍÏÊ ÇÒÁÆÉÞÅÓËÏÊ ÏÂÏÌÏÞËÉ\r\n

    \r\nóÏÄÅÒÖÁÎÉÅ
    \r\n÷ ÓÏÄÅÒÖÁÎÉÉ ÐÉÛÅÔÓÑ ËÏÄ HTML ÄÌÑ ÏÂÏÌÏÞËÉ, Á ÔÁËÖÅ ÚÁÐÉÓÙ×ÁÀÔÓÑ ÉÓÐÏÌØÚÕÅÍÙÅ ÍÁËÒÏÓÙ.\r\n

    \r\nCSS
    \r\n÷Ù ÍÏÖÅÔÅ ÉÓÐÏÌØÚÏ×ÁÔØ ËÁÓËÁÄÎÙÅ ÌÉÓÔÙ ÓÔÉÌÅÊ. \r\n

    ',1042130968,NULL); INSERT INTO international VALUES (622,'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åÓÌÉ ÎÁÂÌÀÄÅÎÉÅ ÚÁ ÄÅÊÓÔ×ÉÑÍÉ ÐÏÌØÚÏ×ÁÔÅÌÅÊ ÒÁÚÒÅÛÅÎÏ, ÔÏ ×ÓÅ ÄÅÊÓÔ×ÉÑ ÐÏÌØÚÏ×ÁÔÅÌÅÊ ÂÕÄÕÔ ÐÒÏÔÏËÏÌÉÒÏ×ÁÔØÓÑ. (÷×ÅÄÅÎÎÏÅ × ÜÔÏÍ ÐÏÌÅ ÚÎÁÞÅÎÉÅ „0“ ÏÚÎÁÞÁÅÔ ÞÔÏ ÎÁÂÌÀÄÅÎÉÅ ÎÅ ×ÅÄÅÔÓÑ, Á „1“ ÏÚÎÁÞÁÅÔ ÒÁÚÒÅÛÅÎÉÅ ÚÁÐÉÓÉ × ÂÁÚÕ ÄÁÎÎÙÈ.\r\n

    \r\nIP
    \r\n÷ ÜÔÏÍ ÐÏÌÅ ÍÏÖÎÏ ××ÅÓÔÉ IP ÁÄÒÅÓ É ÍÁÓËÕ ÁÄÒÅÓÏ×. åÓÌÉ ÁÄÒÅÓ ÐÏÌØÚÏ×ÁÔÅÌÑ ÐÒÉÛÅÄÛÅÇÏ ÎÁ ÓÁÊÔ ÓÏ×ÐÁÄÅÔ Ó ××ÅÄÅÎÎÙÍ, ÔÏ ÏÎ Á×ÔÏÍÁÔÉÞÅÓËÉ ÐÏÐÁÄÅÔ × ×ÙÂÒÁÎÎÕÀ ÇÒÕÐÐÕ ÐÏÌØÚÏ×ÁÔÅÌÅÊ.\r\n

    ',1045563572,NULL); INSERT INTO international VALUES (640,'WebGUI',21,'÷ÎÉÍÁÎÉÅ üÔÏÔ ÛÁÂÌÏÎ ÍÏÖÅÔ ÉÓÐÏÌØÚÏ×ÁÔØÓÑ ÎÁ ÒÁÚÌÉÞÎÙÈ ÓÔÒÁÎÉÃÁÈ ÓÁÊÔÁ. ðÒÉ ÕÄÁÌÅÎÉÉ ÛÁÂÌÏÎÁ, ËÏ ×ÓÅÍ ÓÔÒÁÎÉÃÁÍ, ÉÓÐÏÌØÚÕÀÝÉÍ ÕÄÁÌÑÅÍÙÊ ÛÁÂÌÏÎ, ÂÕÄÅÔ ÐÒÉÍÅÎÅÎ ÛÁÂÌÏÎ, ÉÓÐÏÌØÚÕÅÍÙÊ ÐÏ ÕÍÏÌÞÁÎÉÀ.',1042132782,NULL); INSERT INTO international VALUES (623,'WebGUI',21,'éÓÐÏÌØÚÕÑ CSS Õ ×ÁÓ ÅÓÔØ ×ÏÚÍÏÖÎÏÓÔØ ÉÚÍÅÎÑÔØ ×ÎÅÛÎÉÊ ×ÉÄ ÔÅËÓÔÏ×ÙÈ ÜÌÅÍÅÎÔÏ× ÓÔÒÁÎÉà ÓÁÊÔÁ.
    \r\nîÁ ÍÏÍÅÎÔ ÓÏÚÄÁÎÉÑ ÓÁÊÔÁ ÂÉÌÉ ÓÏÚÄÁÎÙ ÓÌÅÄÕÀÝÉÅ ËÌÁÓÓÙ:
    \r\n.accountLink - ÓÔÉÌØ ÄÌÑ ÓÓÙÌËÉ ÎÁ ÓÔÒÁÎÉÃÕ ÁËËÁÕÎÔÁ ÐÏÌØÚÏ×ÁÔÅÌÑ
    \r\n.makePrintableLink - ÓÔÉÌØ ÓÓÙÌËÉ ÎÁ ÐÅÞÁÔÎÕÀ ×ÅÒÓÉÀ ÄÏËÕÍÅÎÔÁ
    \r\n.loginToggleLink - ÓÔÉÌØ ÓÓÙÌËÉ ÎÁ ÓÔÒÁÎÉÃÕ ÉÄÅÎÔÉÆÉËÁÃÉÉ
    \r\n.verticalMenu - ÓÔÉÌØ ×ÅÒÔÉËÁÌØÎÏÇÏ ÍÅÎÀ
    \r\nbody - ÓÔÉÌØ ÔÅÌÁ ÓÔÒÁÎÉÃÙ
    \r\ntd - ÓÔÉÌØ ÑÞÅÊËÉ ÔÁÂÌÉÃÙ
    \r\nH1 - ÓÔÉÌØ ÄÌÑ ÚÁÇÏÌÏ×ËÁ ÐÅÒ×ÏÇÏ ÕÒÏ×ÎÑ
    \r\nH3 - ÓÔÉÌØ ÄÌÑ ÚÁÇÏÌÏ×ËÁ ÔÒÅÔØÅÇÏ ÕÒÏ×ÎÑ
    \r\nH4 - ÓÔÉÌØ ÄÌÑ ÚÁÇÏÌÏ×ËÁ ÞÅÔ×ÅÒÔÏÇÏ ÕÒÏ×ÎÑ
    \r\nH5 - ÓÔÉÌØ ÄÌÑ ÚÁÇÏÌÏ×ËÁ ÐÑÔÏÇÏ ÕÒÏ×ÎÑ
    \r\nul - ÓÔÉÌØ ÄÌÑ ÎÅÎÕÍÅÒÏ×ÁÎÎÏÇÏ ÓÐÉÓËÁ
    \r\nA - ÓÔÉÌØ ÄÌÑ ÓÓÙÌËÉ ÏÂÝÅÇÏ ÎÁÚÎÁÞÅÎÉÑ
    \r\n.pagination - ÓÔÉÌØ ÄÌÑ ÓÓÙÌÏË ÎÁ ÓÔÒÁÎÉÃÙ, ÏÂÒÁÚÏ×Á×ÛÉÅÓÑ ÐÏÓÌÅ ÒÁÚÂÉÅÎÉÑ ÓÔÒÁÎÉÃÙ ÎÁ ÓÔÒÁÎÉÞËÉ ÍÅÎØÛÅÇÏ ÒÁÚÍÅÒÁ
    \r\n.horizontalMenu - ÓÔÉÌØ ÄÌÑ ÇÏÒÉÚÏÎÔÁÌØÎÏÇÏ ÍÅÎÀ
    \r\n.adminBar - ÓÔÉÌØ ÄÌÑ ÐÁÎÅÌÉ ÎÁ×ÉÇÁÃÉÉ
    \r\n.formDescription - ÓÔÉÌØ ÄÌÑ ÐÉÓÁÎÉÑ ÆÏÒÍÙ
    \r\n.formSubtext - ÓÔÉÌØ ÄÌÑ ÓÏÄÅÒÖÉÍÏÇÏ ÆÏÒÍÙ
    \r\n.tableMenu - ÓÔÉÌØ ÄÌÑ ÔÁÂÌÉÞÎÏÇÏ ÍÅÎÀ
    \r\n.tableHeader - ÓÔÉÌØ ÄÌÑ ÚÁÇÏÌÏ×ËÁ ÔÁÂÌÉÃÙ
    \r\n.tableCell - ÓÔÉÌØ ÄÌÑ ÑÞÅÊËÉ ÔÁÂÌÉÃÙ #2
    \r\n.tableCellColor - ÓÔÉÌØ ÄÌÑ ÑÞÅÊËÉ ÔÁÂÌÉÃÙ #3
    \r\n.tableData - ÓÔÉÌØ ÄÌÑ ÑÞÅÊËÉ ÔÁÂÌÉÃÙ #4
    \r\n.pollAnswer - ÓÔÉÌØ ÄÌÑ ÏÔ×ÅÔÏ× ÎÁ ×ÏÐÒÏÓÙ ÇÏÌÏÓÏ×ÁÎÉÑ
    \r\n.pollColor - ÓÔÉÌØ ÄÌÑ ÇÒÁÆÉÞÅÓËÏÇÏ ÐÒÅÄÓÔÁ×ÌÅÎÉÑ ÐÒÏÃÅÎÔÎÏÇÏ ÒÁÓÐÒÅÄÅÌÅÎÉÑ ÏÔ×ÅÔÏ× ÎÁ ×ÏÐÒÏÓÙ ÇÏÌÏÓÏ×ÁÎÉÑ
    \r\n.pollQuestion - ÓÔÉÌØ ÄÌÑ ×ÏÐÒÏÓÏ× ÄÌÑ ÇÏÌÏÓÏ×ÁÎÉÑ
    \r\n.faqQuestion - ÓÔÉÌØ ÄÌÑ ×ÏÐÒÏÓÏ× ÉÚ ÓÐÉÓËÁ „þÁÓÔÏ ÚÁÄÁ×ÁÅÍÙÈ ×ÏÐÒÏÓÏ×&147;
    \r\n.listItemInvisible - ÓÔÉÌØ ÄÌÑ ÜÌÅÍÅÎÔÏ× ÓÐÉÓËÁ #2
    \r\n\r\n',1048515944,NULL); INSERT INTO international VALUES (624,'WebGUI',21,'íÁËÒÏÓ ×ÓÅÇÄÁ ÎÁÞÉÎÁÅÔÓÑ ÓÏ ÚÎÁËÁ ^ ÄÁÌÅÅ ÄÏÌÖÎÏ ÓÔÁ×ÉÔØÓÑ ÎÁÚ×ÁÎÉÅ ÍÁËÒÏÓÁ, É ÚÁËÁÎÞÉ×ÁÅÔÓÑ ÍÁËÒÏÓ ÔÏÞËÏÊ Ó ÚÁÐÑÔÏÊ (;). ðÏÓÌÅ ÎÁÚ×ÁÎÉÑ ÍÁËÒÏÓÁ × ËÒÕÇÌÙÈ ÓËÏÂËÁÈ ÍÏÇÕÔ ÕËÁÚÙ×ÁÔØÓÑ ÐÁÒÁÍÅÔÒÙ ÄÌÑ ÜÔÏÇÏ ÍÁËÒÏÓÁ.
    \r\n÷ÎÉÍÁÎÉÅ: ÉÓÐÏÌØÚÏ×ÁÎÉÅ ÐÁÒÁÍÅÔÒÏ× ÐÒÅÄÕÓÍÏÔÒÅÎÏ ÎÅ ÄÌÑ ×ÓÅÈ ÍÁËÒÏÓÏ×.
    \r\n÷ ÎÅËÏÔÏÒÙÈ ÍÁËÒÏÓÁÈ ÐÒÅÄÕÓÍÏÔÒÅÎÙ ÔÁËÖÅ ÐÁÒÁÍÅÔÒÙ ÐÏ ÕÍÏÌÞÁÎÉÀ. ÷ ÔÁËÏÍ ÓÌÕÞÁÅ ÐÏÓÌÅ ÎÁÚ×ÁÎÉÑ ÍÁËÒÏÓÁ × ËÒÕÇÌÙÈ ÓËÏÂËÁÈ ÎÉÞÅÇÏ ÎÅ ÐÉÛÅÔÓÑ. îÁÐÒÉÍÅÒ:^T();

    \r\n<#-- îÉÖÅ ÐÒÉ×ÅÄÅÎ ÓÐÉÓÏË ÉÍÅÀÝÉÈÓÑ ÍÁËÒÏÓÏ×:
    \r\n^a; ÉÌÉ ^a(); - ÓÓÙÌËÁ ÎÁ ÁËËÁÕÎÔ
    \r\nþÔÏ-ÂÙ ÉÚÍÅÎÉÔØ ÔÅËÓÔ ÓÓÙÌËÉ, ÉÓÐÏÌØÚÕÅÍÙÊ ÐÏ ÕÍÏÌÞÁÎÉÀ, ÕËÁÖÉÔÅ ÎÏ×ÙÊ ÔÅËÓÔ × ËÒÕÇÌÙÈ ÓËÏÂËÁÈ.\r\nîÁÐÒÉÍÅÒ, ^a(óÓÙÌËÁ ÎÁ ÁËËÁÕÎÔ);
    \r\núÁÍÅÞÁÎÉÅ: ÔÁËÖÅ ÓÕÝÅÓÔ×ÕÅÔ ×ÏÚÍÏÖÎÏÓÔØ ×Ù×ÅÓÔÉ ÎÁ ÜËÒÁÎ ÔÏÌØËÏ URL ÎÁ ÓÔÒÁÎÉÃÕ ÁËËÁÕÎÔÁ. äÌÑ ÜÔÏÇÏ ÉÓÐÏÌØÚÕÅÔÓÑ ÚÁÐÉÓØ: ^a(linkonly);.\r\n

    \r\n^AdminBar;
    \r\nðÏÚ×ÏÌÑÅÔ ÄÏÂÁ×ÉÔØ ÐÁÎÅÌØ ÕÐÒÁ×ÌÅÎÉÑ ÎÁ ÓÔÒÁÎÉÃÕ.\r\n

    \r\n^AdminText();
    \r\n
    ðÏËÁÚÙ×ÁÅÔ ËÏÒÏÔËÏÅ ÔÅËÓÔÏ×ÏÅ ÓÏÏÂÝÅÎÉÅ ÄÌÑ ÁÄÍÉÎÉÓÔÒÁÔÏÒÁ ÓÁÊÔÁ.
    \r\n^AdminToggle; ÉÌÉ ^AdminToggle();
    \r\níÁËÒÏÓ ÓÏÚÄÁÅÔ ÓÓÙÌËÕ ÎÁ ÓÔÒÁÎÉÃÕ, ËÏÔÏÒÕÀ ÍÏÖÅÔ ×ÉÄÅÔØ ÔÏÌØËÏ ÁÄÍÉÎÉÓÔÒÁÔÏÒ.\r\n

    \r\n^c;
    \r\n÷Ù×ÏÄÉÔ ÎÁ ÜËÒÁÎ ÎÁÚ×ÁÎÉÅ ×ÁÛÅÊ ËÏÍÐÁÎÉÉ.\r\n

    \r\n^C; or ^C(); - Crumb Trail
    \r\n

    \r\n^D; ÉÌÉ ^D();
    \r\n÷Ù×ÏÄÉÔ ÎÁ ÜËÒÁÎ ÔÅËÕÝÕÀ ÄÁÔÕ. ÷ ËÒÕÇÌÙÈ ÓËÏÂËÁÈ ÍÏÖÎÏ ÕËÁÚÁÔØ ÆÏÒÍÁÔ ÄÁÔÙ:\r\n%y ÇÏÄ ÕËÁÚÙ×ÁÅÔÓÑ ÐÏÌÎÏÓÔØÀ (4 ÃÉÆÒÙ)
    \r\n%Y ×Ù×ÏÄÉÔ 2 ÐÏÓÌÅÄÎÉÅ ÃÉÆÒÙ ÇÏÄÁ
    \r\n%m ÍÅÓÑà ÚÁÐÉÓÙ×ÁÅÔÓÑ × ×ÉÄÅ 2 ÃÉÆÒ (ÎÁÐÒÉÍÅÒ 02 ÉÌÉ 12)
    \r\n%M ÐÅÒÅÍÅÎÎÏÅ ÞÉÓÌÏ ÃÉÆÒ × ÏÂÏÚÎÁÞÅÎÉÉ ÍÅÓÑÃÁ
    \r\n%c ÎÁÚ×ÁÎÉÅ ÍÅÓÑÃÁ
    \r\n%d ÞÉÓÌÏ ÍÅÓÑÃÁ (2 ÃÉÆÒÙ)
    \r\n%D ÐÅÒÅÍÅÎÎÏÅ ÞÉÓÌÏ ÃÉÆÒ ÄÎÑ
    \r\n%w ÉÍÑ ÄÎÑ ÎÅÄÅÌÉ
    \r\n%h 12 ÞÁÓÏ×ÏÅ ÉÓÞÉÓÌÅÎÉÅ ×ÒÅÍÅÎÉ (2 ÃÉÆÒÙ)
    \r\n%H ÐÅÒÅÍÅÎÎÏÅ ÞÉÓÌÏ ÃÉÆÒ ÐÒÉ 12 ÞÁÓÏ×ÏÊ ÓÉÓÔÅÍÅ ÉÓÞÉÓÌÅÎÉÑ ×ÒÅÍÅÎÉ
    \r\n%j 2 ÃÉÆÒÙ ÐÒÉ 24 ÞÁÓÏ×ÏÊ ÓÉÓÔÅÍÅ ÉÓÞÉÓÌÅÎÉÑ ×ÒÅÍÅÎÉ
    \r\n%J ÐÅÒÅÍÅÎÎÏÅ ÞÉÓÌÏ ÃÉÆÒ ÐÒÉ 24 ÓÉÓÔÅÍÅ ÉÓÞÉÓÌÅÎÉÑ ×ÒÅÍÅÎÉ
    \r\n%p ÎÉÖÎÉÊ ÒÅÇÉÓÔÒ am/pm\r\n%P ×ÅÒÈÎÉÊ ÒÅÇÉÓÔÒ AM/PM
    \r\n%z ÉÓÐÏÌØÚÕÀÔÓÑ ÐÏÌØÚÏ×ÁÔÅÌØÓËÉÅ ÎÁÓÔÒÏÊËÉ ÆÏÒÍÁÔÁ ÄÁÔÙ
    \r\n%Z ÉÓÐÏÌØÚÕÀÔÓÑ ÐÏÌØÚÏ×ÁÔÅÌØÓËÉÅ ÎÁÓÔÒÏÊËÉ ÆÏÒÍÁÔÁ ×ÒÅÍÅÎÉ\r\n

    \r\n^e;
    - ÍÁËÒÏÓ ÓÏÚÄÁÅÔ ÓÓÙÌËÕ ÎÁ e-mail ËÏÍÐÁÎÉÉ\r\n

    \r\n^Env()
    - ÍÁËÒÏÓ ×Ù×ÏÄÉÔ ÎÁ ÜËÒÁÎ ÐÅÒÅÍÅÎÎÙÅ ÏËÒÕÖÅÎÉÑ ×ÅÂ-ÓÅÒ×ÅÒÁ.\r\n

    \r\n^Execute();
    - ÜÔÏÔ ÍÁËÒÏÓ ÐÏÚ×ÏÌÑÅÔ ÓÏÚÄÁÔØ ÓÓÙÌËÕ ÎÁ ×ÎÅÛÎÀÀ ÐÒÏÇÒÁÍÍÕ.\r\n

    \r\n^Extras;
    - ÍÁËÒÏÓ ×ÙÄÁÅÔ ÎÁ ÜËÒÁÎ ÐÕÔØ ÄÏ ÄÉÒÅËÔÏÒÉÉ Ó ÉËÏÎËÁÍÉ É ÜÌÅÍÅÎÔÁÍÉ ÇÒÁÆÉÞÅÓËÏÇÏ ÏÆÏÒÍÌÅÎÉÑ ÓÁÊÔÁ.\r\n

    \r\n^FlexMenu;
    - ÍÁËÒÏÓ ×Ù×ÏÄÉÔ ÎÁ ÜËÒÁÎ ÍÅÎÀ ×ÅÒÈÎÅÇÏ ÕÒÏ×ÎÑ\r\n

    \r\n^FormParam();
    Ó ÐÏÍÏÝØÀ ÜÔÏÇÏ ÍÁËÒÏÓÁ ÍÏÖÎÏ ÐÏÓÙÌÁÔØ ÚÁÐÒÏÓ Ë âä.\r\n

    \r\n^GroupText();
    íÁËÒÏÓ ×Ù×ÏÄÉÔ ÓÏÏÂÝÅÎÉÅ ÄÌÑ ×ÓÅÈ ÐÏÌØÚÏ×ÁÔÅÌÅÊ, ÏÂßÅÄÉÎÅÎÎÙÈ × ÏÐÒÅÄÅÌÅÎÎÕÀ ÇÒÕÐÐÕ. ðÒÉÍÅÒ: ^GroupText(\"Visitors\",\"÷Ù ÎÅ ÚÁÒÅÇÉÓÔÒÉÒÏ×ÁÎÙ ÎÁ ÓÁÊÔÅ\");\r\n

    \r\n^H; or ^H(); - ÓÏÚÄÁÅÔ ÓÓÙÌËÕ ÎÁ ÇÌÁ×ÎÕÀ ÓÔÒÁÎÉÃÕ ÓÁÊÔÁ.\r\n

    \r\n^I(); - ×ÏÚ×ÒÁÝÁÅÔ ÉÍÑ ÉÚÏÂÒÁÖÅÎÉÑ ×ÍÅÓÔÅ Ó ÐÁÒÁÍÅÔÒÁÍÉ, ÏÐÒÅÄÅÌÅÎÎÙÍÉ ÄÌÑ ÄÁÎÎÏÇÏ ÉÚÏÂÒÁÖÅÎÉÑ × „õÐÒÁ×ÌÅÎÉÉ ÇÒÁÆÉÞÅÓËÉÍÉ ÆÁÊÌÁÍÉ“. îÁÐÒÉÍÅÒ: ^I(\"ËÁÒÔÉÎËÁ\");
    \r\n
    \r\n^i(); - ×ÏÚ×ÒÁÝÁÅÔ ÐÕÔØ Ë ÇÒÁÆÉÞÅÓËÏÍÕ ÆÁÊÌÕ. îÁÐÒÉÍÅÒ:^i(\"ËÁÒÔÉÎËÁ\"); \r\n

    \r\n^Include(); - ÍÁËÒÏÓ ÐÏÚ×ÏÌÑÅÔ ×ËÌÀÞÁÔØ ÎÁ ÓÁÊÔ ÓÏÄÅÒÖÉÍÏÅ ÌÏËÁÌØÎÏÇÏ ÆÁÊÌÁ
    ðÒÉÍÅÒ:^Include(\"/this/file.html\"); \r\n

    \r\n^L; or ^L(); ÍÁËÒÏÓ ×Ù×ÏÄÉÔ ÎÁ ÜËÒÁÎ ÍÁÌÅÎØËÕÀ ÆÏÒÍÕ ÄÌÑ ××ÏÄÁ login`Á. \r\n

    \r\n^LoginToggle; or ^LoginToggle(); ×Ù×ÏÄÉÔ ÓÓÙÌËÕ Ó ÔÅËÓÔÏÍ „÷ÏÊÔÉ × ÓÉÓÔÅÍÕ“ ÉÌÉ „÷ÙÊÔÉ ÉÚ ÓÉÓÔÅÍÙ“ × ÚÁ×ÉÓÉÍÏÓÔÉ ÏÔ ÔÏÇÏ ×ÏÛÅÌ ÐÏÌØÚÏ×ÁÔÅÌØ × ÓÉÓÔÅÍÕ ÉÌÉ ÎÅÔ
    \r\nðÒÉÍÅÒ ÉÓÐÏÌØÚÏ×ÁÎÉÑ:^LoginToggle(\"÷ÏÊÔÉ × ÓÉÓÔÅÍÕ\",\"÷ÙÊÔÉ ÉÚ ÓÉÓÔÅÍÙ\"); \r\n

    \r\n^M; or ^M(); ÔÅËÕÝÅÅ ÍÅÎÀ (×ÅÒÔÉËÁÌØÎÏÅ)\r\n

    \r\n^m; ÔÅËÕÝÅÅ ÍÅÎÀ (ÇÏÒÉÚÏÎÔÁÌØÎÏÅ)\r\n

    \r\n^P; or ^P(); ÐÒÅÄÙÄÕÝÅÅ ÍÅÎÀ (×ÅÒÔÉËÁÌØÎÏÅ)\r\n

    \r\n^p; ÐÒÅÄÙÄÕÝÅÅ ÍÅÎÀ (ÇÏÒÉÚÏÎÔÁÌØÎÏÅ)\r\n

    \r\n^Page(); ÍÁËÒÏÓ ×ÙÄÁÅÔ ÉÎÆÏÒÍÁÃÉÀ Ï ÓÔÒÁÎÉÃÅ: ÎÁÐÒÉÍÅÒ ÉÍÑ ÓÓÙÌËÉ ÎÁ ÓÔÒÁÎÉÃÕ ^Page(\"urlizedTitle\"); ÉÌÉ ^Page(\"menuTitle\");. \r\n

    \r\n^PageTitle; ×Ù×ÏÄÉÔ ÎÁ ÜËÒÁÎ ÎÁÚ×ÁÎÉÅ ÓÔÒÁÎÉÃÙ.\r\n

    \r\n^r; or ^r(); ÍÁËÒÏÓ ÓÏÚÄÁÅÔ ÓÓÙÌËÕ ÎÁ ×ÅÒÓÉÀ ÄÌÑ ÐÅÞÁÔÉ. ðÅÞÁÔÎÁÑ ×ÅÒÓÉÑ ÔÁËÖÅ ÓÏÚÄÁÅÔÓÑ Á×ÔÏÍÁÔÉÞÅÓËÉ. ðÒÉÍÅÒ: ^r(÷ÅÒÓÉÑ ÄÌÑ ÐÅÞÁÔÉ); \r\n

    \r\n^rootmenu; - ÓÏÚÄÁÅÔ ÇÏÒÉÚÏÎÔÁÌØÎÏÅ ÍÅÎÀ Ó ÓÓÙÌËÁÍÉ ÎÁ ÇÌÁ×ÎÙÅ ÓÔÒÁÎÉÃÙ.\r\n

    \r\n^RootTitle; - ×Ù×ÏÄÉÔ ÎÁ ÜËÒÁÎ ÎÁÚ×ÁÎÉÅ ÇÌÁ×ÎÏÊ ÓÔÒÁÎÉÃÙ.\r\n

    \r\n^S(); - ×Ù×ÏÄÉÔ ÎÁ ÜËÒÁÎ ×ÅÒÔÉËÁÌØÎÏÅ ÍÅÎÀ, ÎÁÞÉÎÁÑ Ó ×ÙÂÒÁÎÎÏÊ ÓÔÒÁÎÉÃÙ.
    \r\nóÉÎÔÁËÓÉÓ: ^S(\"home\",3);
    \r\n÷ ËÁ×ÙÞËÁÈ ÕËÁÚÙ×ÁÅÔÓÑ url ×ÙÂÒÁÎÎÏÊ ÓÔÒÁÎÉÃÙ, Á ÐÏÓÌÅ ÚÁÐÑÔÏÊ ÞÉÓÌÏ, ÐÏËÁÚÙ×ÁÀÝÅÅ ËÁËÏÊ ÕÒÏ×ÅÎØ ×ÌÏÖÅÎÎÏÓÔÉ ÉÓÐÏÌØÚÏ×ÁÔØ. \r\n

    \r\n^s(); - ÔÏÖÅ, ÞÔÏ É ^S();, ÔÏÌØËÏ ×Ù×ÏÄÉÔÓÑ ÇÏÒÉÚÏÎÔÁÌØÎÏÅ ÍÅÎÀ.
    \r\n

    \r\n^SQL(); ÐÒÉ ÐÏÍÏÝÉ ÜÔÏÇÏ ÍÁËÒÏÓÁ ÍÏÖÎÏ ÐÏÓÌÁÔØ ÐÒÏÓÔÏÊ ÚÁÐÒÏÓ Ë ÂÁÚÅ ÄÁÎÎÙÈ. ÷ ÚÁÐÒÏÓÅ ÄÏÐÕÓÔÉÍÏ ÉÓÐÏÌØÚÏ×ÁÎÉÅ ÍÁËÒÏÓÏ× ^1; ^2; É Ô.Ä.
    \r\nðÒÉÍÅÒ: ^SQL(\"select count(*) from users\",\"ëÏÌÉÞÅÓÔ×Ï ÐÏÌØÚÏ×ÁÔÅÌÅÊ ÓÁÊÔÁ: ^0;\"); \r\n

    \r\n^Synopsis() ÍÁËÒÏÓ ÐÏÚ×ÏÌÑÅÔ ÓÏÚÄÁÔØ ÍÅÎÀ ÉÚ ÓÓÙÌÏË ÎÁ ÐÏÄÓÔÒÁÎÉÃÙ Ó ÏÐÉÓÁÎÉÅÍ ÜÔÉÈ ÐÏÄÓÔÒÁÎÉÃ. ÷ ÓËÏÂËÁÈ ÍÏÖÎÏ ÕËÁÚÁÔØ ÇÌÕÂÉÎÕ ×ÌÏÖÅÎÎÏÓÔÉ ÓÔÒÁÎÉÃ.\r\n

    \r\n^T(); - ×ÅÒÔÉËÁÌØÎÏÅ ÍÅÎÀ ×ÅÒÈÎÅÇÏ ÕÒÏ×ÎÑ.\r\n

    \r\n^t(); - ÇÏÒÉÚÏÎÔÁÌØÎÏÅ ÍÅÎÀ ×ÅÒÈÎÅÇÏ ÕÒÏ×ÎÑ.\r\n

    \r\n^Thumbnail(); - ÍÁËÒÏÓ ×ÏÚ×ÒÁÝÁÅÔ ÐÕÔØ ÄÏ ÕÍÅÎØÛÅÎÎÏÊ ËÏÐÉÉ ÉÚÏÂÒÁÖÅÎÉÑ.
    \r\nðÒÉÍÅÒ: ^Thumbnail(\"éÍÑ òÉÓÕÎËÁ\");. \r\n

    \r\n^ThumbnailLinker(); - ÍÁËÒÏÓ ÓÏÚÄÁÅÔ ÕÍÅÎØÛÅÎÎÕÀ ËÏÐÉÀ ÉÚÏÂÒÁÖÅÎÉÑ, ×Ù×ÏÄÉÔ ÅÇÏ ÎÁ ÜËÒÁÎ, ÐÏÄ ÎÉÍ ÐÉÛÅÔ ÅÇÏ ÎÁÚ×ÁÎÉÅ É ÒÁÚÍÅÒ ÆÁÊÌÁ ÏÓÎÏ×ÎÏÇÏ ÇÒÁÆÉÞÅÓËÏÇÏ ÆÁÊÌÁ.
    \r\n

    \r\n^u; - ÍÁËÒÏÓ ×Ù×ÏÄÉÔ ÎÁ ÜËÒÁÎ ÓÓÙÌËÕ ÎÁ ÓÁÊÔ ËÏÍÐÁÎÉÉ.\r\n

    \r\n^URLEncode();
    \r\n

    \r\n^User(); - ÜÔÏÔ ÍÁËÒÏÓ ÐÏÚ×ÏÌÑÅÔ ÐÏËÁÚÙ×ÁÔØ ÉÎÆÏÒÍÁÃÉÀ Ï ÐÏÌØÚÏ×ÁÔÅÌÅ.
    ÷ ËÒÕÇÌÙÈ ÓËÏÂËÁÈ ÍÏÖÎÏ ÚÁÄÁÔØ ÐÁÒÁÍÅÔÒ, Ó ÐÏÍÏÝØÀ ËÏÔÏÒÏÇÏ ÍÏÖÎÏ ÏÇÒÁÎÉÞÉ×ÁÔØ ÄÏÓÔÕÐ Ë ÉÎÆÏÒÍÁÃÉÉ. îÁÐÒÉÍÅÒ:^User(email); ÐÏËÁÚÙ×ÁÅÔ ÔÏÌØËÏ ÜÌÅËÔÒÏÎÎÙÊ ÁÄÒÅÓ ÐÏÌØÚÏ×ÁÔÅÌÑ. åÓÌÉ × ËÒÕÇÌÙÈ ÓËÏÂËÁÈ ÎÅ ÕËÁÚÁÎ ÐÁÒÁÍÅÔÒ, ÔÏ ÏÔÏÂÒÁÖÁÅÔÓÑ ×ÓÑ ÉÎÆÏÒÍÁÃÉÑ Ï ÐÏÌØÚÏ×ÁÔÅÌÅ.\r\n

    \r\n^/; ÏÔÏÂÒÁÖÁÅÔ ÐÕÔØ Ë ÇÌÁ×ÎÏÍÕ ÓËÒÉÐÔÕ ÓÉÓÔÅÍÙ.\r\n

    \r\n^\\; ÏÔÏÂÒÁÖÁÅÔ url ÔÅËÕÝÅÊ ÓÔÒÁÎÉÃÅ. \r\n

    \r\n^@; ×Ù×ÏÄÉÔ ÎÁ ÜËÒÁÎ ÉÍÑ, ÐÏÄ ËÏÔÏÒÙÍ ÐÏÌØÚÏ×ÁÔÅÌØ ÚÁÛÅÌ ÎÁ ÓÁÊÔ.\r\n

    \r\n^?; ×Ù×ÏÄÉÔ ÎÁ ÜËÒÁÎ ÆÏÒÍÕ ÄÌÑ ÐÏÉÓËÁ ÐÏ ÓÁÊÔÕ\r\n

    \r\n^#; ×Ù×ÏÄÉÔ ÎÁ ÜËÒÁÎ ID ÐÏÌØÚÏ×ÁÔÅÌÑ\r\n

    \r\n^*; or ^*(); ÇÅÎÅÒÁÔÏÒ ÓÌÕÞÁÊÎÙÈ ÞÉÓÅÌ
    \r\näÉÁÐÁÚÏÎ ×ÏÚÍÏÖÎÙÈ ÚÎÁÞÅÎÉÊ ÏÔ 0 ÄÏ 100.\r\n

    \r\n^-;,^0;,^1;,^2;,^3; ÍÁËÒÏÓÙ, ÉÓÐÏÌØÚÕÀÝÉÅÓÑ × ÆÕÎËÃÉÉ SQL-ÚÁÐÒÏÓÁ.\r\n

    \r\n-->\r\n\r\n\r\n\r\n',1048516054,NULL); INSERT INTO international VALUES (625,'WebGUI',21,'éÍÑ
    \r\n÷×ÅÄÉÔÅ ÉÍÑ ÓÓÙÌËÉ ÎÁ ÜÔÏ ÉÚÏÂÒÁÖÅÎÉÅ.\r\n

    \r\næÁÊÌ
    \r\n÷ÙÂÅÒÉÔÅ ÆÁÊÌ Ó ×ÁÛÅÇÏ ËÏÍÐØÀÔÅÒÁ ÄÌÑ ÏÐÒÁ×ËÉ ÎÁ ÓÅÒ×ÅÒ.\r\n

    \r\nðÁÒÁÍÅÔÒÙ
    \r\n÷ ÜÔÏÍ ÔÅËÓÔÏ×ÏÍ ÐÏÌÅ ×Ù ÍÏÖÅÔÅ ÕËÁÚÁÔØ ÁÔÒÉÂÕÔÙ ÄÌÑ ÔÅÇÁ img.
    \r\nîÁÐÒÉÍÅÒ:
    \r\nalign=\"right\"
    \r\nalt=\"ÒÉÓÕÎÏË\"\r\n

    \r\nòÁÚÍÅÒ ÍÉÎÉÁÔÀÒÙ
    \r\näÌÑ ÓÏÚÄÁ×ÁÅÍÙÈ ÍÉÎÉÁÔÀÒ ÍÏÖÎÏ ÚÁÄÁÔØ ÒÁÚÍÅÒ Á ÐÉËÓÅÌÁÈ.',1042131088,NULL); INSERT INTO international VALUES (626,'WebGUI',21,'äÌÑ ÔÏÇÏ, ÞÔÏÂÙ ÄÏÂÁ×ÉÔØ ÍÏÄÕÌØ ÎÁ ÓÔÒÁÎÉÃÕ ÉÚ ÍÅÎÀ „äÏÂÁ×ÌÅÎÉÅ ÍÏÄÕÌÑ...“ ×ÙÂÅÒÉÔÅ ÎÕÖÎÙÊ ×ÁÍ ÍÏÄÕÌØ.
    \r\nëÁÖÄÙÊ ÍÏÄÕÌØ ÉÍÅÅÔ Ó×ÏÊ ËÌÁÓÓ CSS',1048516472,NULL); INSERT INTO international VALUES (627,'WebGUI',21,'ðÏÌÑ × ÉÎÆÏÒÍÁÃÉÀ Ï ÐÏÌØÚÏ×ÁÔÅÌÑÈ ÍÏÖÎÏ ÄÏÂÁ×ÌÑÔØ, × ÚÁ×ÉÓÉÍÏÓÔÉ ÏÔ ÔÏÇÏ, ÞÔÏ ×Ù ÈÏÔÉÔÅ ÚÎÁÔØ Ï ÐÏÌØÚÏ×ÁÔÅÌÑÈ.',1037107666,NULL); INSERT INTO international VALUES (629,'WebGUI',21,'ëÜÛÉÒÏ×ÁÔØ ÉÎÆÏÒÍÁÃÉÀ?
    \r\n÷ËÌÀÞÉÔÅ ÜÔÕ ÏÐÃÉÀ × ÓÌÕÞÁÅ ÐÒÏÂÌÅÍ Ó ÄÏÓÔÕÐÏÍ Ë ÓÁÊÔÕ É ÐÒÉ ÉÓÐÏÌØÚÏ×ÁÎÉÉ ÐÒÏËÓÉ-ÓÅÒ×ÅÒÁ. \r\n

    \r\nðÏËÁÚÙ×ÁÔØ ÏÔÌÁÄÏÞÎÕÀ ÉÎÆÏÒÍÁÃÉÀ?
    \r\nïÐÃÉÑ ÂÕÄÅÔ ÐÏÌÅÚÎÁ ÒÁÚÒÁÂÏÔÞÉËÁÍ ÐÒÉ ÎÁÐÉÓÁÎÉÉ ÎÏ×ÙÈ ÍÏÄÕÌÅÊ.\r\n

    \r\n÷ÅÓÔÉ ÓÔÁÔÉÓÔÉËÕ ÐÏ ÓÔÒÁÎÉÃÁÍ?
    \r\n÷ËÌÀÞÉ× ÜÔÕ ÏÐÃÉÀ, ÍÏÖÎÏ ÕÚÎÁÔØ ÐÏÌØÚÕÅÔÓÑ ÌÉ ÓÐÒÏÓÏÍ, É, ÅÓÌÉ ÐÏÌØÚÕÅÔÓÑ, ÔÏ Õ ËÏÇÏ, ÏÐÕÂÌÉËÏ×ÁÎÎÁÑ ÉÎÆÏÒÍÁÃÉÑ.\r\n',1042131709,NULL); INSERT INTO international VALUES (630,'WebGUI',21,'÷ ÓÉÓÔÅÍÕ ×ÓÔÒÏÅÎÁ ÐÏÉÓËÏ×ÁÑ ÓÉÓÔÅÍÁ. äÌÑ ÅÅ ×ÙÚÏ×Á ÉÓÐÏÌØÚÕÊÔÅ ÍÁËÒÏÓ ^?; ÉÌÉ × ËÏÎÃÅ URL ÄÏÂÁרÔÅ ?op=search.\r\núÁÍÅÞÁÎÉÅ: ÐÏÉÓË ÏÓÕÝÅÓÔ×ÌÑÅÔÓÑ ÔÏÌØËÏ × ÒÁÍËÁÈ ×ÁÛÅÇÏ ÓÁÊÔÁ.',1042132118,NULL); INSERT INTO international VALUES (616,'WebGUI',21,'??? × ÒÁÚÒÁÂÏÔËÅ',1036591976,NULL); INSERT INTO international VALUES (632,'WebGUI',21,'Id ÍÏÄÕÌÑ
    \r\nId ÍÏÄÕÌÑ ÐÒÅÄÓÔÁ×ÌÑÅÔ ÓÏÂÏÊ ÕÎÉËÁÌØÎÙÊ ÉÄÅÎÔÉÆÉËÁÃÉÏÎÎÙÊ ÎÏÍÅÒ, ÐÒÉÓ×ÁÅÍÙÊ ÍÏÄÕÌÀ ÓÉÓÔÅÍÏÊ Á×ÔÏÍÁÔÉÞÅÓËÉ. éÓÐÏÌØÚÕÅÔÓÑ ÐÒÉ ÎÁÐÉÓÁÎÉÉ SQL- ÚÁÐÒÏÓÏ×.\r\n

    \r\nîÁÚ×ÁÎÉÅ
    \r\nîÁÚ×ÁÎÉÅ ÍÏÄÕÌÑ; ÏÎÏ ÏÂÙÞÎÏ ÏÔÏÂÒÁÖÁÅÔÓÑ ÐÅÒÅÄ ÍÏÄÕÌÅÍ.\r\n

    \r\nïÔÏÂÒÁÖÁÔØ ÎÁÚ×ÁÎÉÅ
    \r\näÌÑ ÌÀÂÏÇÏ ÍÏÄÕÌÑ ÍÏÖÎÏ ÒÁÚÒÅÛÉÔØ ÉÌÉ ÚÁÐÒÅÔÉÔØ ÏÔÏÂÒÁÖÅÎÉÅ ÅÇÏ ÎÁÚ×ÁÎÉÅ.\r\n

    \r\n÷ÙÐÏÌÎÑÔØ ÍÁËÒÏÓÙ?
    \r\näÌÑ ÌÀÂÏÇÏ ÍÏÄÕÌÑ ÍÏÖÎÏ ÒÁÚÒÅÛÉÔØ ÉÌÉ ÚÁÐÒÅÔÉÔØ ×ÙÐÏÌÎÅÎÉÅ ÍÁËÒÏÓÏ×.\r\n

    \r\nðÏÚÉÃÉÑ ×ÎÕÔÒÉ ÛÁÂÌÏÎÁ
    \r\níÏÖÎÏ ×ÙÂÒÁÔØ ÐÏÚÉÃÉÀ ÍÏÄÕÌÑ ×ÎÕÔÒÉ ÛÁÂÌÏÎÁ ÓÔÒÁÎÉÃÙ.\r\n

    \r\näÁÔÁ ÎÁÞÁÌÁ
    \r\n÷ ÜÔÏÍ ÐÏÌÅ ÎÁÄÏ ÕËÁÚÁÔØ ÄÁÔÕ, ÎÁÞÉÎÁÑ Ó ËÏÔÏÒÏÊ ÍÏÄÕÌØ ÓÔÁÎÏ×ÉÔÓÑ ×ÉÄÉÍÙÍ ÄÌÑ ÐÏÓÅÔÉÔÅÌÅÊ ÓÁÊÔÁ.\r\n

    \r\näÁÔÁ ÏËÏÎÞÁÎÉÑ
    \r\n÷ ÜÔÏÍ ÐÏÌÅ ÕËÁÚÙ×ÁÅÔÓÑ ÄÁÔÁ, ÐÏÓÌÅ ËÏÔÏÒÏÊ ÍÏÄÕÌØ ÓÔÁÎÏ×ÉÔÓÑ ÎÅ×ÉÄÉÍÙÍ ÄÌÑ ÐÏÓÅÔÉÔÅÌÅÊ ÓÁÊÔÁ.\r\n

    \r\nïÐÉÓÁÎÉÅ
    \r\n÷ ÜÔÏÍ ÐÏÌÅ ÏÂÙÞÎÏ ÕËÁÚÙ×ÁÀÔÓÑ ÏÓÎÏ×ÎÙÅ ÆÕÎËÃÉÉ ÍÏÄÕÌÑ. ðÏÌÅ ÍÏÖÎÏ ÏÓÔÁ×ÉÔØ ÐÕÓÔÙÍ.\r\n

    ',1048516549,NULL); INSERT INTO international VALUES (633,'WebGUI',21,'îÏ×ÁÑ ÇÌÁ×ÎÁÑ ÓÔÒÁÎÉÃÁ ÄÏÂÁ×ÌÑÅÔÓÑ × ÏÓÎÏ×ÎÏÍ ÄÌÑ ÓÏÚÄÁÎÉÑ ÓËÒÙÔÏÊ ÚÏÎÙ, ÎÅ×ÉÄÉÍÏÊ Ó ÏÓÎÏ×ÎÏÇÏ ÓÁÊÔÁ.',1037108799,NULL); INSERT INTO international VALUES (634,'WebGUI',21,'îÁÞÁÌØÎÁÑ ÓÔÒÁÎÉÃÁ
    \r\n÷ ËÁÞÅÓÔ×Å ÎÁÞÁÌØÎÏÊ ÓÔÒÁÎÉÃÙ ÍÏÖÎÏ ×ÙÂÒÁÔØ ÌÀÂÕÀ ÓÔÒÁÎÉÃÕ ÓÁÊÔÁ.

    \r\nóÔÒÁÎÉÃÁ \"óÔÒÁÎÉÃÁ ÎÅ ÎÁÊÄÅÎÁ\"
    \r\nåÓÌÉ ÓÔÒÁÎÉÃÁ, ÚÁÐÒÏÛÅÎÎÁÑ ÐÏÌØÚÏ×ÁÔÅÌÅÍ Ó ×ÁÛÅÇÏ ÓÁÊÔÁ ÎÅ ÎÁÊÄÅÎÁ, ÔÏ ÐÏÌØÚÏ×ÁÔÅÌØ ÂÕÄÅÔ Á×ÔÏÍÁÔÉÞÅÓËÉ ÐÅÒÅÎÁÐÒÁ×ÌÅÎ ÎÁ ×ÙÂÒÁÎÎÕÀ ÚÄÅÓØ ÓÔÒÁÎÉÃÕ. ÷ ËÁÞÅÓÔ×Å ÓÔÒÁÎÉÃÙ ÐÅÒÅÎÁÐÒÁ×ÌÅÎÉÑ ÒÅËÏÍÅÎÄÕÅÔÓÑ ÉÓÐÏÌØÚÏ×ÁÔØ ÓÔÒÁÎÉÃÕ ÓÏÄÅÒÖÁÝÕÀ ÆÏÒÍÕ ÄÌÑ ÐÏÉÓËÁ, ËÁÒÔÕ ÓÁÊÔÁ ÉÌÉ ÄÏÍÁÛÎÀÀ ÓÔÒÁÎÉÃÕ.

    \r\nïÂßÑ×ÌÅÎÉÅ ÔÉÐÁ ÄÏËÕÍÅÎÔÏ×
    \r\nðÏ ÕÍÏÌÞÁÎÉÀ ÓÉÓÔÅÍÁ ÇÅÎÅÒÉÒÕÅÔ ÄÏËÕÍÅÎÔÙ, ÓÏÏÔ×ÅÔÓÔ×ÕÀÝÉÅ ÓÔÁÎÄÁÒÔÕ HTML 4.0

    \r\näÏÂÁ×ÉÔØ ËÏÍÍÅÎÔÁÒÉÊ Ï ÒÅÄÁËÔÉÒÏ×ÁÎÉÉ?
    \r\nðÏ ÕÍÏÌÞÁÎÉÀ, ÅÓÌÉ ÐÏÌØÚÏ×ÁÔÅÌØ, ÏÂÌÁÄÁÀÝÉÊ ÐÒÁ×ÏÍ ÒÅÄÁËÔÉÒÏ×ÁÎÉÑ ÓÏÄÅÒÖÉÍÏÇÏ ÓÁÊÔÁ, ÉÚÍÅÎÑÅÔ ÓÏÄÅÒÖÁÎÉÅ ÓÏÏÂÝÅÎÉÑ ÎÁ ÆÏÒÕÍÅ, ÔÏ Ë ÓÏÏÂÝÅÎÉÀ ÄÏÂÁ×ÌÑÅÔÓÑ ËÏÍÍÅÎÔÁÒÉÊ Ï ÔÏÍ ËÔÏ É ËÏÇÄÁ ÓÄÅÌÁÌ ÉÚÍÅÎÅÎÉÅ.

    \r\næÉÌØÔÒ ÄÌÑ HTML-ËÏÄÁ
    \r\näÌÑ ÉÎÆÏÒÍÁÃÉÉ, ÐÒÉÓÌÁÎÎÏÊ ÐÏÌØÚÏ×ÁÔÅÌÑÍÉ ÓÁÊÔÁ, ÍÏÖÎÏ ÕÓÔÁÎÏ×ÉÔØ ÐÒÁ×ÉÌÁ ÆÉÌØÔÒÁÃÉÉ HTML-ËÏÄÁ.

    \r\níÁËÓÉÍÁÌØÎÙÊ ÒÁÚÍÅÒ ×ÌÏÖÅÎÎÙÈ ÆÁÊÌÏ×
    \r\n÷ ÜÔÏÊ ÓÔÒÏËÅ ÎÁÄÏ ÕËÁÚÁÔØ ÍÁËÓÉÍÁÌØÎÙÊ ÒÁÚÍÅÒ ×ËÌÁÄÙ×ÁÅÍÙÈ ÆÁÊÌÏ× (× ËÉÌÏÂÁÊÔÁÈ) ÐÒÉ ÐÏÓÙÌËÉ ÉÈ ÎÁ ÓÁÊÔ.

    \r\níÁËÓÉÍÁÌØÎÙÊ ÒÁÚÍÅÒ ÇÒÁÆÉÞÅÓËÏÇÏ ÆÁÊÌÁ
    \r\níÁËÓÉÍÁÌØÎÙÊ ÒÁÚÍÅÒ ÉÚÏÂÒÁÖÅÎÉÑ ÚÁÄÁÅÔÓÑ × ÐÉËÓÅÌÁÈ. ÷ÓÅ ÐÒÉÓÙÌÁÅÍÙÅ ÎÁ ÓÁÊÔ ÇÒÁÆÉÞÅÓËÉÅ ÆÁÊÌÙ ÁÎÁÌÉÚÉÒÕÀÔÓÑ ÓÉÓÔÅÍÏÊ, É, ÅÓÌÉ ËÏÌÉÞÅÓÔ×Ï ÐÉËÓÅÌÏ× ÐÏ ÄÌÉÎÎÏÊ ÓÔÏÒÏÎÅ ÐÒÅ×ÙÛÁÅÔ ÕËÁÚÁÎÎÙÊ ÒÁÚÍÅÒ, ÔÏ ÉÚÏÂÒÁÖÅÎÉÅ ÕÍÅÎØÛÁÅÔÓÑ ÄÏ ÕËÁÚÁÎÎÏÇÏ ÒÁÚÍÅÒÁ.

    \r\nòÁÚÍÅÒ ÍÉÎÉÁÔÀÒ
    \r\näÌÑ ×ÓÅÈ ÇÒÁÆÉÞÅÓËÉÊ ÆÁÊÌÏ×, ÐÒÉÓÙÌÁÅÍÙÈ ÎÁ ÓÁÊÔ Á×ÔÏÍÁÔÉÞÅÓËÉ ÓÏÚÄÁÅÔÓÑ ÕÍÅÎØÛÅÎÎÁÑ ËÏÐÉÑ, ÒÁÚÍÅÒ ËÏÔÏÒÏÊ ÍÏÖÎÏ ÏÐÒÅÄÅÌÉÔØ × ÜÔÏÊ ÓÔÒÏËÅ. òÁÚÍÅÒ ÚÁÄÁÅÔÓÑ × ÐÉËÓÅÌÁÈ.

    \r\näÌÉÎÁ ÔÅËÓÔÁ ÐÒÉ ÐÒÅÄ×ÁÒÉÔÅÌØÎÏÍ ÐÒÏÓÍÏÔÒÅ
    \r\n÷×ÅÄÉÔÅ ÍÁËÓÉÍÁÌØÎÕÀ ÄÌÉÎÕ ÔÅËÓÔÏ×ÙÈ ÓÏÏÂÝÅÎÉÊ ÐÒÉ ÐÒÅÄ×ÁÒÉÔÅÌØÎÏÍ ÐÒÏÓÍÏÔÒÅ × ÂÁÎËÅ ÉÎÆÏÒÍÁÃÉÉ.\r\n

    \r\nëÏÌÉÞÅÓÔ×Ï ÓÔÏË × ÔÅËÓÔÏ×ÏÍ ÐÏÌÅ
    \r\nëÏÌÉÞÅÓÔ×Ï ÓÔÏË × ÔÅËÓÔÏ×ÏÍ ÐÏÌÅ ÆÏÒÍÙ ÚÁÄÁÅÔÓÑ ÖÅÓÔËÏ × ÐÉËÓÅÌÁÈ.

    \r\nëÏÌÉÞÅÓÔ×Ï ÓÔÏÌÂÃÏ× × ÔÅËÓÔÏ×ÏÍ ÐÏÌÅ
    ëÏÌÉÞÅÓÔ×Ï ÓÔÏÌÂÃÏ× × ÔÅËÓÔÏ×ÏÍ ÐÏÌÅ ÕËÁÚÙ×ÁÅÔÓÑ ÖÅÓÔËÏ × ÐÉËÓÅÌÁÈ.

    \r\nòÁÚÍÅÒ ÔÅËÓÔÏ×ÙÈ ÂÌÏËÏ×
    \r\n÷ ÜÔÏÊ ÓÔÒÏËÅ ÎÁÄÏ ÕËÁÚÁÔØ ÍÁËÓÉÍÁÌØÎÏÅ ËÏÌÉÞÅÓÔ×Ï ÓÉÍ×ÏÌÏ×, ÏÔÏÂÒÁÖÁÅÍÏÅ × ÔÅËÓÔÏ×ÏÍ ÐÏÌÅ ÆÏÒÍÙ.

    \r\n÷ÒÅÍÑ, × ÔÅÞÅÎÉÉ ËÏÔÏÒÏÇÏ ÈÒÁÎÉÔÓÑ ËÜÛ
    \r\n÷×ÅÄÉÔÅ ×ÒÅÍÑ.\r\n

    \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
    1. ÷ ÍÅÎÀ „æÕÎËÃÉÉ ÕÐÒÁ×ÌÅÎÉÑ“ ×ÙÂÅÒÉÔÅ ÐÕÎËÔ „ðÁËÅÔÙ“ \r\n
    2. äÏÂÁרÔÅ ÓÔÒÁÎÉÃÕ É ÄÁÊÔÅ ÅÊ ÉÍÑ. éÍÑ ÓÔÒÁÎÉÃÙ É ÂÕÄÅÔ ÉÍÅÎÅÍ ÐÁËÅÔÁ.\r\n
    3. úÁÊÄÉÔÅ ÎÁ Ó×ÅÖÅÓÏÚÄÁÎÎÕÀ ÓÔÒÁÎÉÞËÕ É ÄÏÂÁרÔÅ ÔÕÄÁ ÓÔÒÁÎÉÞËÉ É ÍÏÄÕÌÉ. ëÁÖÄÁÑ ÓÔÒÁÎÉÃÁ ÉÌÉ ÍÏÄÕÌØ, ËÏÔÏÒÙÊ ×Ù ÄÏÂÁ×ÉÔÅ ÂÕÄÅÔ ÄÏÂÁ×ÌÅÎ × „ðÁËÅÔÙ“ \r\n
    ',1042132005,NULL); INSERT INTO international VALUES (638,'WebGUI',21,'ðÒÉ ÐÏÍÏÝÉ ÛÁÂÌÏÎÏ× ÍÏÖÎÏ ÌÅÇËÏ ÉÚÍÅÎÉÔØ ×ÎÅÛÎÉÊ ×ÉÄ ÏÔÄÅÌØÎÏÊ ÓÔÒÁÎÉÃÙ, ÎÅ ÍÅÎÑÑ ×ÉÄ ÓÁÊÔÁ ÃÅÌÉËÏÍ.',1042132615,NULL); INSERT INTO international VALUES (639,'WebGUI',21,'éÍÑ ÛÁÂÌÏÎÁ
    \r\n÷×ÅÄÉÔÅ ÉÍÑ ÛÁÂÌÏÎÁ, ÈÁÒÁËÔÅÒÉÚÕÀÝÅÅ ×ÎÅÛÎÉÊ ×ÉÄ ÓÔÒÁÎÉÃÙ ÐÏÓÌÅ ÅÇÏ ÐÒÉÍÅÎÅÎÉÑ.

    \r\nûÁÂÌÏÎ
    \r\nüÔÏ ÔÅËÓÔÏ×ÏÅ ÐÏÌÅ ÐÒÅÄÎÁÚÎÁÞÅÎÏ ÄÌÑ ÎÁÐÉÓÁÎÉÑ ÓÁÍÏÇÏ ÛÁÂÌÏÎÁ. ðÒÉ ÎÁÐÉÓÁÎÉÉ ÛÁÂÌÏÎÏ× ÍÏÖÎÏ ÉÓÐÏÌØÚÏ×ÁÔØ ÒÁÚÌÉÞÎÙÅ ÍÁËÒÏÓÙ. ûÁÂÌÏÎ ÚÁÐÉÓÙ×ÁÅÔÓÑ ÎÁ ÑÚÙËÅ HTML.

    \r\n',1042132742,NULL); INSERT INTO international VALUES (637,'WebGUI',21,'úÁÄÅÒÖËÁ ×Ï ×ÒÅÍÅÎÉ
    \r\n÷ ÜÔÏÍ ÐÏÌÅ ÎÁÄÏ ÕËÁÚÁÔØ ÞÉÓÌÏ ÞÁÓÏ×, ÎÁ ËÏÔÏÒÏÅ ÏÔÌÉÞÁÅÔÓÑ ÌÏËÁÌØÎÏÅ ×ÒÅÍÑ ÐÏÌØÚÏ×ÁÔÅÌÑ É ×ÒÅÍÑ ÎÁ ÓÅÒ×ÅÒÅ.\r\n

    \r\n÷ÎÅÛÎÉÊ ×ÉÄ ÏÂÓÕÖÄÅÎÉÑ
    \r\n÷ÙÂÅÒÉÔÅ, × ËÁËÏÍ ×ÉÄÅ ÂÕÄÕÔ ÏÔÏÂÒÁÖÁÔØ ÓÏÏÂÝÅÎÉÑ ÏÂÓÕÖÄÅÎÉÑ.\r\n

    \r\n÷ÈÏÄÑÝÉÅ ÓÏÏÂÝÅÎÉÑ
    \r\n÷ÙÂÅÒÉÔÅ ÄÅÊÓÔ×ÉÅ, ËÏÔÏÒÏÅ ÂÕÄÅÔ ÐÒÏÉÚ×ÏÄÉÔØÓÑ ÐÒÉ ÐÏÓÔÕÐÌÅÎÉÉ ×ÈÏÄÑÝÅÇÏ ÓÏÏÂÝÅÎÉÑ.\r\n

    ',1037190271,NULL); INSERT INTO international VALUES (845,'WebGUI',1,'Style Macros',1046656109,NULL); INSERT INTO international VALUES (846,'WebGUI',1,'These macros are mainly useful in maintaining styles in WebGUI.\r\n

    \r\n\r\n^AdminBar;
    \r\nPlaces the administrative tool bar on the page. This is a required element in the \"body\" segment of the Style Manager.\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

    ',1051223157,NULL); INSERT INTO international VALUES (843,'WebGUI',1,'User Macros',1046656765,NULL); INSERT INTO international VALUES (844,'WebGUI',1,'These macros have to do with users and logins.\r\n

    \r\n\r\n^a; or ^a(); - My Account Link
    \r\nA link to your account information. In addition you can change the link text by creating a macro like this ^a(\"Account Info\");. \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\nA dynamically generated crumb trail to the current page. You can optionally specify a delimeter to be used between page names by using ^C(::);. The default delimeter is >.\r\n

    \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\nFolders can be inside of other folders. In which folder would you like to put this folder?\r\n

    \r\n\r\nName
    \r\nGive this folder a name so you can recognize what\'s in it.\r\n

    \r\n\r\nDescription
    \r\nDescribe the folder so that you remember why you created it and what it\'s supposed to contain.\r\n

    ',1038871918,NULL); INSERT INTO international VALUES (835,'WebGUI',1,'Snippet, Add/Edit',1038871744,NULL); INSERT INTO international VALUES (836,'WebGUI',1,'Snippets are bits of text that may be reused on your site. Thinks like java scripts, style sheets, flash animations, or even slogans are all great snippets. Best of all, if you need to change the text, you can change it in only one location.\r\n

    \r\nName
    \r\nGive your snippet a unqiue name that you can use later to retrieve it.\r\n

    \r\n\r\nOrganize in Folder
    \r\nWhich collateral folder should contain this snippet?\r\n

    \r\n\r\nSnippet
    \r\nStart typing! Or better yet, copy the snippet from some other electronic document and paste it here.\r\n

    ',1038871744,NULL); INSERT INTO international VALUES (833,'WebGUI',1,'File, Add/Edit',1038871497,NULL); INSERT INTO international VALUES (834,'WebGUI',1,'You can upload any kind of file to the repository to be used later.\r\n

    \r\n\r\nName
    \r\nGive this file a unique name that you can use to retrieve it later.\r\n

    \r\n\r\nOrganize in Folder
    \r\nWhich collateral folder should hold this file?\r\n

    \r\n\r\nFile
    \r\nSelect a file from your hard drive to upload.\r\n

    ',1038871497,NULL); INSERT INTO international VALUES (831,'WebGUI',1,'Collateral Macros',1050441851,NULL); INSERT INTO international VALUES (829,'WebGUI',1,'Page Template',1038870260,NULL); INSERT INTO international VALUES (830,'WebGUI',1,'Page templates are used to organize wobjects on your page. To do this you create page template positions. You can have any number of positions in your page template, but you must always have position one. The page template position variables look like this: \r\n

    \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\nVariables are the most basic of the template commands. They are used to position pieces of content.\r\n\r\n

    \r\nSyntax: <tmpl_var foo> or <tmpl_var name=\"foo\">\r\n

    \r\n\r\nExample: <tmpl_var name>\r\n

    \r\n\r\nConditions
    \r\nTo programmers conditions are nothing new, but to designers they can often be confusing at first. Conditions are really just true or false questions, and if you think of them that way, you\'ll have no trouble at all.\r\n

    \r\n\r\nSyntax: <tmpl_if foo> <tmpl_else> </tmpl_if>\r\n
    \r\nSyntax: <tmpl_unless foo> <tmpl_else> </tmpl_unless>\r\n

    \r\n\r\nExample: <tmpl_if isTrue> It was true!<tmpl_else> It was false! </tmpl_if>\r\n

    \r\n\r\nLoops
    \r\nLoops iterate over a list of data output for each pass in the loop. Loops are slightly more complicated to use than plain variables, but are considerably more powerful.\r\n

    \r\n\r\nSyntax: <tmpl_loop foo> </tmpl_loop>\r\n

    \r\n\r\nExample:
    \r\n<tmpl_loop users>
    \r\n   Name: <tmpl_var first_name><br/>
    \r\n</tmpl_loop>\r\n

    \r\n\r\nLoop Conditions
    \r\nLoops come with special condition variables of their own. They are __FIRST__, __ODD__, __INNER__, and __LAST__.\r\n

    \r\n\r\nExamples:
    \r\n

    \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\nA translated label that indicates that the user should click to read more.\r\n

    \r\n\r\nresponses.label
    \r\nA translated label that indicates that the user should click to view the responses to this submission.\r\n

    \r\n\r\ncanPost
    \r\nA condition that indicates whether a user can add a new submission.\r\n

    \r\n\r\npost.url
    \r\nThe URL to add a new submission.\r\n

    \r\n\r\npost.label
    \r\nA translated label for the post link.\r\n

    \r\n\r\nsearch.label
    \r\nA translated label for the search link.\r\n

    \r\n\r\nsearch.url
    \r\nThe URL to toggle on/off WebGUI\'s power search form.\r\n

    \r\n\r\nsearch.form
    \r\nWebGUI\'s power search form.\r\n

    \r\n\r\ntitle.label
    \r\nA translated label for the title column.\r\n

    \r\n\r\nthumbnail.label
    \r\nA translated label for the thumbnail column.\r\n

    \r\n\r\ndate.label
    \r\nA translated label for the date column.\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\nby.label
    \r\nA translated label stating who the submission was submitted by.\r\n

    \r\n\r\nsubmissions_loop
    \r\nA loop containing each submission.\r\n

    \r\nsubmission.id
    \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\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

    \r\n',1066637208,NULL); INSERT INTO international VALUES (73,'MessageBoard',1,'Message Board Template',1066584179,NULL); INSERT INTO international VALUES (74,'MessageBoard',1,'The following is the list of template variables available in message board templates.\r\n

    \r\n\r\nforum.add.url
    \r\nA url that will add a forum to this message board.\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\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\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\nThis loop contains all of the pages in the site map.\r\n

    \r\n\r\npage.indent
    \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\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 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\nThe 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\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\nnoresults.message
    \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

    \r\n',1038853712,NULL); INSERT INTO international VALUES (75,'LinkList',1,'Link List Template',1038852816,NULL); INSERT INTO international VALUES (76,'LinkList',1,'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\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\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 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

    ',1038852468,NULL); INSERT INTO international VALUES (96,'EventsCalendar',1,'Event Template',1038852164,NULL); INSERT INTO international VALUES (97,'EventsCalendar',1,'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.url
    \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.\r\n

    \r\n',1038852164,NULL); INSERT INTO international VALUES (76,'FAQ',1,'FAQ Template',1038802597,NULL); INSERT INTO international VALUES (77,'FAQ',1,'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\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\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 URL to add an event to the calendar.\r\n

    \r\n\r\naddevent.label
    \r\nThe translated label for the add event link.\r\n

    \r\n\r\ncalendar.big
    \r\nA full page calendar.\r\n

    \r\n\r\ncalendar.small
    \r\nA small calendar showing only dates.\r\n

    \r\n\r\ncalendar.firstPage
    \r\nA link to the first page of the calendar pagination.\r\n

    \r\n\r\ncalendar.lastPage
    \r\nA link to the last page of the calendar pagination.\r\n

    \r\n\r\ncalendar.nextPage
    \r\nA link to the next page forward in the calendar pagination.\r\n

    \r\n\r\ncalendar.previousPage
    \r\nA link to the next page backward in the calendar pagination.\r\n

    \r\n\r\ncalendar.pageList
    \r\nA list of links to all the pages in the calendar pagination.\r\n

    \r\n\r\ncalendar.multiplePages
    \r\nA conditional variable indicating whether there is more than one page in the calendar pagination.\r\n

    \r\n\r\nlist_loop
    \r\nA loop containing the list view of an events calendar.\r\n

    \r\nlist.date
    \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

    \r\n\r\nlist.firstPage
    \r\nA link to the first page of the pagination.\r\n

    \r\n\r\nlist.lastPage
    \r\nA link to the last page of the pagination.\r\n

    \r\n\r\nlist.nextPage
    \r\nA link to the next page forward in the pagination.\r\n

    \r\n\r\nlist.previousPage
    \r\nA link to the next page backward in the pagination.\r\n

    \r\n\r\nlist.pageList
    \r\nA list of links to all the pages in the pagination.\r\n

    \r\n\r\nlist.multiplePages
    \r\nA conditional variable indicating whether there is more than one page in the pagination.\r\n

    \r\n\r\n',1038795945,NULL); INSERT INTO international VALUES (73,'Article',1,'The following template variables are available for article templates.\r\n

    \r\n\r\nnew.template
    \r\nArticles have the special ability to change their template so that you can allow users to see different views of the article. You do this by creating a link with a URL like this (replace 999 with the template Id you wish to use):

    \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

    \r\n\r\nattachment.icon
    \r\nThe URL to the icon image for this attachment type.\r\n

    \r\n\r\nattachment.name
    \r\nThe filename for this attachment.\r\n

    \r\n\r\nattachment.url
    \r\nThe URL to download this attachment.\r\n

    \r\n\r\nimage.thumbnail
    \r\nThe URL to the thumbnail for the attached image.\r\n

    \r\n\r\nimage.url
    \r\nThe URL to the attached image.\r\n

    \r\n\r\npost.label
    \r\nThe translated label to add a comment to this article.\r\n

    \r\n\r\n\r\npost.URL
    \r\nThe URL to add a comment to this article.\r\n

    \r\n\r\nreplies.count
    \r\nThe number of comments attached to this article.\r\n

    \r\n\r\nreplies.label
    \r\nThe translated text indicating that you can view the replies.\r\n

    \r\n\r\nreplies.url
    \r\nThe URL to view the replies to this article.\r\n

    \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

    \r\n\r\nisFirstPage
    \r\nA conditional indicating whether the visitor is viewing the first page.\r\n

    \r\n\r\nisLastPage
    \r\nA conditional indicating whether the visitor is viewing the last page.\r\n

    \r\n\r\n',1053770001,NULL); INSERT INTO international VALUES (72,'Article',1,'Article Template',1038794871,NULL); INSERT INTO international VALUES (827,'WebGUI',1,'Wobject Template',1052046436,NULL); INSERT INTO international VALUES (828,'WebGUI',1,'Most wobjects have templates that allow you to change the layout of the wobject\'s user interface. Those wobjects that do have templates all have a common set of template variables that you can use for layout, as well as their own custom variables. The following is a list of the common template variables shared among all wobjects.\r\n

    \r\ntitle
    \r\nThe title for this wobject.\r\n

    \r\n\r\ndisplayTitle
    \r\nA conditional variable for whether or not the title should be displayed.\r\n

    \r\n\r\ndescription
    \r\nThe description of this wobject.\r\n

    \r\n\r\nwobjectId
    \r\nThe unique identifier that WebGUI uses to control this wobject.\r\n

    \r\n\r\nisShortcut
    \r\nA conditional indicating if this wobject is a shortcut to an original wobject.\r\n

    \r\n\r\noriginalURL
    \r\nIf this wobject is a shortcut, then this URL will direct you to the original wobject.\r\n

    ',1053469640,NULL); INSERT INTO international VALUES (1,'Auth/LDAP',1,'LDAP Authentication Options',1039450730,NULL); INSERT INTO international VALUES (1,'Auth/WebGUI',1,'WebGUI Authentication Options',1039449605,NULL); INSERT INTO international VALUES (9,'Auth/SMB',1,'NT Password',1039453225,NULL); INSERT INTO international VALUES (8,'Auth/SMB',1,'NT Login',1039452980,NULL); INSERT INTO international VALUES (7,'Auth/SMB',1,'NT Domain',1039452950,NULL); INSERT INTO international VALUES (6,'Auth/SMB',1,'BDC',1039452936,NULL); INSERT INTO international VALUES (5,'Auth/SMB',1,'PDC',1039452926,NULL); INSERT INTO international VALUES (4,'Auth/SMB',1,'SMB Logon Error (3)
    You have supplied an invalid username/password pair. Probably a typo, please try again.',1039452797,NULL); INSERT INTO international VALUES (3,'Auth/SMB',1,'SMB Protocol Error (2)
    Please contact your sysadmin.',1039452769,NULL); INSERT INTO international VALUES (2,'Auth/SMB',1,'SMB Server Error (1)
    Something went wrong accessing the domain controller. Perhaps the connection timed out. Please try again or contact your sysadmin.',1039452744,NULL); INSERT INTO international VALUES (1,'Auth/SMB',1,'SMB Authentication Options',1039451963,NULL); INSERT INTO international VALUES (668,'WebGUI',3,'Style Sheets, Gebruiken',1063590313,NULL); INSERT INTO international VALUES (665,'WebGUI',3,'Groep, Verwijderen',1038483979,NULL); INSERT INTO international VALUES (664,'WebGUI',3,'Wobject, Verwijderen',1038483964,NULL); INSERT INTO international VALUES (662,'WebGUI',3,'Instellingen, Beheer',1038483913,NULL); INSERT INTO international VALUES (660,'WebGUI',3,'Groepen, Beheer',1038483881,NULL); INSERT INTO international VALUES (659,'WebGUI',3,'Stijlen, Beheer',1063590290,NULL); INSERT INTO international VALUES (658,'WebGUI',3,'Gebruikers, Beheer',1038483848,NULL); INSERT INTO international VALUES (657,'WebGUI',3,'Gebruiker, Verwijderen',1038483831,NULL); INSERT INTO international VALUES (653,'WebGUI',3,'Pagina, Verwijderen',1038483777,NULL); INSERT INTO international VALUES (651,'WebGUI',3,'Bij het legen van de prullenbak wordt alles wat erin zit voor altijd weggegooid. Voor zaken waar u niet zeker van bent of ze wel weggegooid moeten kunt u het beste even in het klembord knippen voordat u de prullenbak leegt.',1056215265,NULL); INSERT INTO international VALUES (633,'WebGUI',3,'Simpel gezegd zijn \'roots\' pagina\'s zonder hogerliggende pagina. De eerste en belangrijkste \'root\' in WebGUI is de \"Home\" pagina. In de meeste gevallen is een extra \'root\' nooit nodig. Voorbeelden voor een extra \'root\' zijn een verborgen pagina voor administratieve redenen of een nieuwe \'root\' om de zoekmachine op te plaatsen.',1038483226,NULL); INSERT INTO international VALUES (630,'WebGUI',3,'WebGUI heeft een kleine, maar degelijke real-time zoekmachine ingebouwd.\r\nWanneer u de zoemachine wilt gebruiken kunt u het ^?; macro toepassen, u\r\nkunt ook ?op=search aan het eind van een URL toevoegen of een apart formulier\r\nbouwen om het aan te spreken.
    \r\n
    \r\nVeel mensen hebben een specifieke zoekmachine nodig om hun WebGUI site en\r\nenkele anderen te indexeren. In dat geval raden we MnoGo Search of ht://Dig aan.
    \r\n',1039782428,NULL); INSERT INTO international VALUES (629,'WebGUI',3,'Voorkom Proxy Caching
    \r\n Sommige bedrijven hebben proxyservers die problemen met WebGUI kunnen opleveren. \r\nWanneer er problemen met WebGUI geconstateerd worden en er wordt tevens gebruik \r\ngemaakt van een proxyserver is het wellicht verstandig deze instelling op \r\nJa te zetten.
    \r\n Let op: WebGUI\'s URLs zullen er niet zo gebruikersvriendelijk uit \r\nzien wanneer deze optie aan staat
    \r\n
    \r\n Laat debugging zien
    \r\n Wanneer deze optie aan staat worden alle variabelen die gebruikt worden\r\ndoor WebGUI onderaan uw pagina getoond.
    \r\n Let op: Wanneer debugging aan staat zijn veel security gevoelige\r\ngegevens voor iedereen te zien zoals het wachtwoord van uw SQL database.\r\nGebruik deze setting dan ook alleen op ontwikkelservers.
    \r\n
    \r\n Houdt pagina statistieken bij?

    \r\n Deze optie zet het verzamelen van pagina statistieken aan. Het genereert \r\nwat extra belasting op uw database en processor maar geeft uw inzicht in hoe\r\nvaak pagina\'s gebruikt worden.
    \r\n
    \r\n',1039782402,NULL); INSERT INTO international VALUES (627,'WebGUI',3,'Profielen worden gebruikt om informatie over een bepaalde gebruiker uit te breiden. In sommige gevallen zijn profielen belangrijk voor een site, in andere gevallen niet. Het profielensysteem is volledig uitbreidbaar.',1038480954,NULL); INSERT INTO international VALUES (625,'WebGUI',3,'Naam
    \r\n
    Het label waaraan naar dit plaatje gerefereerd kan worden wanneer het \r\nin pagina\'s geplaatst wordt met ^I(\"label\");
    \r\n
    \r\n Bestand
    \r\n Kies een bestand van je lokale harddisk om op de server te zetten.
    \r\n
    \r\n Parameters
    \r\n Hier kunnen HTML <img> parameters toegevoegd worden die voor dit plaatje \r\ngebruikt zullen worden.
    \r\n
    \r\n Voorbeelden:
    \r\n align=\"right\"
    \r\n alt=\"Beschrijving voor dit plaatje\"
    \r\n width=\"300\" (breedte in pixels)
    \r\n height=\"200\" (hoogte in pixels)
    \r\n
    \r\nPictogram grootte

    \r\nHoe groot (in pixels) moet het pictogram voor dit plaatje zijn?
    \r\n',1039782372,NULL); INSERT INTO international VALUES (74,'FileManager',3,'Voeg een bestand toe.',1038480509,NULL); INSERT INTO international VALUES (75,'FAQ',3,'Voeg vraag toe.',1038480472,NULL); INSERT INTO international VALUES (71,'ExtraColumn',3,'Extra kolommen geven je de mogelijkheid om de layout van de pagina voor een \r\nspecifieke pagina aan te passen. Meer mogelijkheden hiertoe bieden de stijlen \r\nen sjablonen.
    \r\n
    \r\n Kolommen worden altijd van links naar rechts toegevoegd. Reeds bestaande \r\ninhoud zal daarom links van de nieuwe kolom te zien zijn.
    \r\n
    \r\n Tussenruimte
    \r\n
    Tussenruimte is de hoeveelheid ruimte in pixels tussen de reeds bestaande \r\ncontent en de nieuwe kolom.
    \r\n
    \r\n Breedte
    \r\n Breedte is de werkelijke breedte van de nieuwe kolom in pixels.
    \r\n
    \r\n Style sheet klasse (class)
    \r\n De standaardklasse die normaal aan alle kolommen wordt toegekend is content \r\n(de stijl die de body van de site normaal gebruikt). Het is echter mogelijk \r\nom een speciale stijl voor de extra kolom te definieren.
    \r\n
    \r\n',1039775096,NULL); INSERT INTO international VALUES (7,'Survey',3,'Antwoordgestuurd',1038479871,NULL); INSERT INTO international VALUES (11,'Survey',3,'Mode',1038479785,NULL); INSERT INTO international VALUES (623,'WebGUI',3,'Cascading Style Sheets (CSS) zijn \r\neen goede manier om het uiterlijk en gevoel van een webpagina te beheren. \r\nZe worden uitgebreid gebruikt in WebGUI.
    \r\n
    \r\n Als er geen ervaring is met het gebruik van CSS, heeft Plain Black Software cursussen in XHTML \r\nen CSS. Als alternatief kan de CSS editor, genaamd Top Style gebruikt \r\nworden.
    \r\n
    \r\n De volgende lijst bevat de verschillende klassen die gebruikt worden het \r\nuiterlijk en gevoel van WebGUI te bepalen:
    \r\n
    \r\n A
    \r\n De links in een stijl.
    \r\n
    \r\n BODY
    \r\n De tsandaard indeling van alle paginas die de stijl gebruiken.
    \r\n
    \r\n H1
    \r\n De headers (koppen) op elke pagina.
    \r\n
    \r\n .accountOptions
    \r\n De links sie onder de login en account update formulieren verschijnen.
    \r\n
    \r\n .adminBar
    \r\n De balk die bovenaan de pagina verschijnt wanneer de beheer modus gebruikt \r\nwordt.
    \r\n
    \r\n .inhoud
    \r\n Het belangrijkste inhouds gebied in elke pagina die de stijl gebruikt
    \r\n
    \r\n .formDescription
    \r\n De labels op alle formulieren naast de formulier elementen.
    \r\n
    \r\n .formSubtext
    \r\n De labels onder sommige formulier elementen.
    \r\n
    \r\n.highlight

    \r\nDuid een highlighted object aan, zoals een bericht dat bekeken wordt binnen\r\neen lijst.
    \r\n
    \r\n.horizontalMenu
    \r\nHet horizontale menu (als het horizontale menu macro gebruikt wordt).
    \r\n
    \r\n.pagination
    \r\nDe Vorige en Volgende links op paginas die opgebroken worden in meer paginas.
    \r\n
    \r\n.selectedMenuItem
    \r\nGebruik deze klasse om de huidige pagina te highlighten in een menu macro.
    \r\n
    \r\n.tableData
    \r\nDe data rijen in dingen zoals berichtenborden en gebruikersbijdragen.
    \r\n
    \r\n.tableHeader
    \r\nDe headers van kolommen in dingen zoals berichtenborden en gebruikersbijdragen.
    \r\n
    \r\n.tableMenu
    \r\nHet menu in dingen zoals berichtenborden en gebruikersbijdragen.
    \r\n
    \r\n.verticalMenu
    \r\n Het vertikale menu (als het vertikale menu macro gebruikt wordt).
    \r\n
    \r\nN.B.: Sommige wobjecten en macros hebben hun eigen unieke stylesheet\r\nklasse, die gedocumenteerd worden in hun eigen hulp bestanden.
    \r\n',1043314620,NULL); INSERT INTO international VALUES (622,'WebGUI',3,'Zie Beheren Groep voor een beschrijving van groepeer functies en de\r\nstandaard groepen.
    \r\n
    \r\nGroepsnaam
    \r\nEen naam van de groep. Het is handig een naam te kiezen die de groep beschrijft,\r\nzodat het makkelijk herkenbaar is.
    \r\n
    \r\nBeschrijving
    \r\nEen langere beschrijving van de groep zodat beheerders en inhoud beheerders\r\n(of u als u het zelf vergeet) weten wat het doel van de groep is.
    \r\n
    \r\nVerlopen Na
    \r\nDe tijd die een gebruiker tot deze groep behoort, voordat de gebruikersaccount\r\nverloopt (of dat de gebruiker verwijderd wordt). Dit is nuttig voor paginas\r\nwaarop de gebruikers bepaalde privileges hebben voor een specifieke periode.\r\nDit kan ook per gebruiker worden ingesteld.
    \r\n
    \r\nKarma Drempel
    \r\nWanneer Karma gebruikt wordt, kan deze waarde ingesteld worden. De Karma\r\nDrempel is de hoeveelheid karma die een gebruiker moet hebben om als onderdeel\r\nvan de groep beschouwd te worden.
    \r\n',1038415439,NULL); INSERT INTO international VALUES (612,'WebGUI',3,'Er is geen noodzaak om ooit een gebruiker te verwijderen. Wanneer een gebruiker uitgesloten moet worden, verander dan het wachtwoord. Als het echt gewenst is een gebruiker te verwijderen, hou dan in gedachten dat er consequenties zijn. Wanneer een gebruiker verwijdert wordt, zal alle inhoud die met wobjects is toegevoegd (zoals berichten op een berichtenbord en gebruikers bijdragen) op depagina blijven staan. Maar als een andere gebruiker het profiel van de verwijderde gebruiker wilt bekijken, zal de gebruiker een foutmelding krijgen. Ook kan als de gebruiker weer toegelaten wordt op de pagina, er geen toegang meer verleent worden tot zijn/haar oude inhoud objecten, behalve door de gebruiker handmatig opnieuw toe te voegen in het gebruikers tabel.\r\n

    \r\nZoals bij elke verwijderingsoperatie wordt er gevraagd of er verder gegaan moet worden met het verwijderen. Als dit met \"Ja\" beantwoord wordt, zal het verwijderingsproces verder gaan en is er geen kans meer om dit te herstellen. Wanneer er met \"Nee\" beantwoord wordt, zal de het programma teruggaan naar het vorige scherm.',1038414758,NULL); INSERT INTO international VALUES (621,'WebGUI',3,'Stijlen zijn uitgerust met WebGUI macros. Zie Macros Gebruiken voor \r\nmeer informatie.
    \r\n
    \r\n Stijl Naam
    \r\n Dit is een unieke naam die in een oogopslag omschrijft hoe de stijl eruit \r\nziet. De naam heeft geen effect op het uiterlijk van de stijl.
    \r\n
    \r\n Body
    \r\n De body is vrij letterlijk het HTML lichaam van de site. Het definieerd\r\nhoe de pagina navigatie eruit ziet en vele andere dingen zoals logos, copyright \r\netc. Het kale minimum waaruit een body moet bestaan bestaat uit een paar dinegen:\r\nhet ^Adminbalk; macro en het ^-; macro. het ^Adminbalk; macro vertelt WebGUI\r\nwaar de administratieve functies getoond moeten worden. Het ^-; macro (de\r\nsplijter) vertelt WebGUI waar de inhoud moet komen te staan.
    \r\n
    \r\n Als er hulp nodig is bij het maken van een uiterlijk van een site of als \r\ner hulp nodig is om het ontwerp te converteren naar WebGUI, kan Plain Black Software hulp bieden voor \r\neen klein bedrag (voor Nederlandse support: Procolix.com).
    \r\n
    \r\n Veel mensen zullen WebGUI macros aan de body toevoegen voor automatische \r\nnavigatie en andere kenmerken.
    \r\n
    \r\n Style Sheet
    \r\n Plaats de style sheet entries hier. Style sheets worden gebruikt om kleuren, \r\nafmetingen en andere eigenschappen van de elementen op de site te controleren. \r\nZie Style Sheets Gebruiken voor meer informatie.
    \r\n
    \r\n Geavanceerde Gebruikers: voor betere prestaties kan de stylesheet\r\nin het bestandssysteem worden gemaakt (noem het zoiets als webgui.css) en\r\nvoeg een entry toe in deze omgeving: stylesheet
    \r\n
    \r\n',1039782189,NULL); INSERT INTO international VALUES (620,'WebGUI',3,'Zoals de functie al suggereerd wordt met deze functie een groep verwijdert\r\nen daarmee alle gebruikers in de groep. Zorg dat gebruikers niet afgesloten\r\nworden van paginas waar ze toegang toe zouden moeten hebben door een groep\r\ndie gebruikt wordt te verwijderen.
    \r\n
    \r\nZoals bij elke verwijderingsoperatie wordt er gevraagd of er verder gegaan \r\nmoet worden met het verwijderen. Als dit met \"Ja\" beantwoord wordt, zal het \r\nverwijderingsproces verder gaan en is er geen kans meer om dit te herstellen. \r\nWanneer er met \"Nee\" beantwoord wordt, zal de het programma teruggaan naar \r\nhet vorige scherm.\r\n',1038413071,NULL); INSERT INTO international VALUES (609,'WebGUI',3,'Wanneer een stijl verwijderd wordt, zullen alle paginas die deze stijl gebruiken de standaard stijl gaan gebruiken. Om ongestoord de pagina te kunnen bekijken, wees dan zeker dat geen pagina de stijl gebruikt die verwijdert gaat worden.

    \r\n\r\nZoals bij elke verwijderingsoperatie wordt er gevraagd of er verder gegaan moet worden met het verwijderen. Als dit met \"Ja\" beantwoord wordt, zal het verwijderingsproces verder gaan en is er geen kans meer om dit te herstellen. Wanneer er met \"Nee\" beantwoord wordt, zal de het programma teruggaan naar het vorige scherm. ',1038412855,NULL); INSERT INTO international VALUES (608,'WebGUI',3,'Het verwijderen van een pagina kan een chaos veroorzaken als iemand niet\r\nweet wat hij/zij aan het doen is. Wanneer een pagina verwijdert wordt, wordt\r\nook de inhoud van de pagina, alle onderliggende paginas en hun inhoud die\r\naan deze pagina gekoppeld zijn, verwijdert. Wees zeker dat alle inhoud die\r\nbehouden moet worden verplaatst is, voordat een pagina verwijderd wordt.
    \r\n
    \r\nZoals bij elke verwijderingsoperatie wordt er gevraagd of er verder gegaan\r\nmoet worden met het verwijderen. Als dit met \"Ja\" beantwoord wordt, zal het\r\nverwijderingsproces verder gaan en is er geen kans meer om dit te herstellen.\r\nWanneer er met \"Nee\" beantwoord wordt, zal de het programma teruggaan naar\r\nhet vorige scherm.
    \r\n',1038412813,NULL); INSERT INTO international VALUES (619,'WebGUI',3,'Deze functie verwijdert permanent het geselcteerde wobject van een pagina.\r\nWanneer het onzeker is of deze inhoud echt verwijderd moet worden, kan het\r\ngeknipt worden zodat het op het klembord komt te staan totdat zeker is of\r\nhet verwijderd moet worden.
    \r\n
    \r\n Zoals bij elke verwijderingsoperatie wordt er gevraagd of er verder gegaan \r\nmoet worden met het verwijderen. Als dit met \"Ja\" beantwoord wordt, zal het \r\nverwijderingsproces verder gaan en is er geen kans meer om dit te herstellen. \r\nWanneer er met \"Nee\" beantwoord wordt, zal de het programma teruggaan naar \r\nhet vorige scherm.
    \r\n',1038412792,NULL); INSERT INTO international VALUES (618,'WebGUI',3,'Herstel Wachtwoord Bericht
    \r\n Het bericht dat een gebruiker toegestuurd wordt wanneer ze de \"herstel wachtwoord\"\r\nfunctie gebruiken.
    \r\n
    \r\nE-mail voettekst
    \r\nDeze voettekst zal gebruikt worden voor macro\'s en e-mail die vanaf WebGUI\r\nverstuurd worden.
    \r\n
    \r\n SMTP Server
    \r\n Dit is het adres van de locale mail server. Dit is nodig voor alle kenmerken \r\ndie het Internet email systeem gebruiken (zoals wachtwoord herstellen).
    \r\n
    \r\n Als er een sendmail server en het WebGUI systeem op dezelfde machine gedraaid \r\nworden  kan er optioneel ook een pad gespecificeerd worden naar het sendmail\r\nprogramma. Dit kan op de meeste Linux systemen gevonden worden in \"/usr/lib/sendmail\".
    \r\n
    \r\n',1039781234,NULL); INSERT INTO international VALUES (617,'WebGUI',3,'Instellingen zijn objecten waarmee WebGUI naar persoonlijke behoeften aangepast\r\nkan worden.
    \r\n
    \r\nBewerk Bedrijfsinformatie
    \r\nSpecifieke informatie over het bedrijf of individu waardoor deze WebGUI installatie\r\nbeheerd wordt.
    \r\n
    \r\nBewerk Inhoud Instellingen
    \r\nInstellingen die betrekking hebben op inhoud of inhoudsmanagement.
    \r\n
    \r\nBewerk Mail Instellingen
    \r\nInstellingen die betrekking hebben op  email of gerelateerde functies.
    \r\n
    \r\nBewerk Diverse Instellingen
    \r\nAlle instellingen die niet duidelijk onder een andere noemer vallen.
    \r\n
    \r\nBewerk Profiel Instellingen
    \r\nDefinieer hoe gebruikers profielen eruit zien en hoeveel de gebruikers de\r\nmogelijkheid hebben te bewerken.
    \r\n
    \r\nBewerk Gebruikers Instellingen
    \r\nGebruikers gerelateerde instellingen die verder gaan dan profiel instellingen,\r\ndit zijn bijvoorbeeld authenticatie informatie en registratie opties.
    \r\n',1038411913,NULL); INSERT INTO international VALUES (616,'WebGUI',3,'Pad naar WebGUI Extras
    \r\n
    Het web-pad naar de map die de WebGUI afbeeldings-en javascript bestanden.
    \r\n
    \r\nMaximum Bijlage Grootte
    \r\nDe maximum grootte van bestanden waarvan het toegestaan is dat ze in de site\r\ningeladen worden. Dit heeft betrekking op alle wobjecten die het inladen\r\nvan bestanden toestaan (zoals het Artikel en gebruikers bijdragen). De grootte\r\nwordt gemeten in kilobytes.
    \r\n
    \r\nGrootte Miniaturen
    \r\nDe grootte van de langste zijde van miniaturen. Bij het genereren van miniaturen\r\nworden de verhoudingen van de zijden behouden. Dus als deze waarde op 100\r\nstaat en er is een afbeelding van 400 bij 200 pixels, zal het miniatuur 100\r\nbij 50 pixels worden.
    \r\n
    \r\nN.B.: Miniaturen worden automatisch gegenereerd wanneer afbeeldingen\r\nin het systeem worden ingeladen.
    \r\n
    \r\nWeb Bijlage Pad
    \r\nHet web-pad van de map waar bijlagen worden opgeslagen.
    \r\n
    \r\nServer Bijlage Pad
    \r\nHet locale pad van de map waar bijlagen worden opgeslagen (Dit kan bijvoorbeeld\r\n/var/www/public/uploads zijn). Zorg ervoor dat de webserver de rechten heeft\r\nom in deze map te schrijven.
    \r\n',1038411072,NULL); INSERT INTO international VALUES (615,'WebGUI',3,'Groepen wworden gebruikt om privileges en verantwoordelijkheden onder te\r\nverdelen binnen het WebGUI systeem. Er kan bijboorbeeld een pagina gemaakt\r\nworden voor een klaslokaal situatie. In dit geval zou er een groep gemaakt\r\nkunnen worden per klas. Deze groepen kunnen nu toegepast worden op de paginas\r\ndie per klas ontworpen zijn.
    \r\n
    \r\nDe volgende verschillende groepen zijn in WebGUI ingebouwd:
    \r\n
    \r\nBeheerders
    \r\nBeheerders zijn gebruikers die binnen WebGUI onbeperkte privileges hebben.\r\nEen gebruiker moet alleen aan deze groep toegevoegd worden als de gebruiker\r\nhet systeem kan overzien. Normaal gesproken behoren slechts drie mensen tot\r\ndeze groep.
    \r\n
    \r\nInhoud Beheerders
    \r\nInhoud Beheerders zijn de gebruikers die het recht hebben om inhoud toe tevoegen,\r\nbewerken en verwijderen van verschillende gebieden van de pagina. Deze groep\r\nmoet niet gebruikt worden individuele inhoud gebieden in de pagina te beheren,\r\nmaar om te bepalen of een gebruiker inhoud  kan bewerken of niet. Verschillende\r\ngroepen moeten gemaakt worden om de verschillende inhoud gebieden van elkaar\r\nte scheiden
    \r\n
    \r\nIedereen
    \r\nIedereen is een virtuele groep waar nooit iemand aan toegevoegd is, maar\r\nalle leden van de pagina zijn hier een onderdeel van. Als de pagina open\r\ngezet wordt voor zowel bezoekers als geregistreerde gebruikers, gebruik dan\r\ndeze groep.
    \r\n
    \r\nPakketten Beheerders
    \r\ngebruikers die het recht hebben om pakketten van in te zetten wobjecten en\r\npaginas toe te voegen, bewerken en verwijderen.
    \r\n
    \r\nGeregistreerde Gebruikers
    \r\nWanneer gebruikers worden toegevoegd aan het systeem worden ze in de geregistreerde\r\ngebruiks groep gezet. Een gebruikerzou alleen uit deze groep verwijderd moeten\r\nworden als de account wordt verwijderd of als een onruststoker gestraft moet\r\nworden.
    \r\n
    \r\nStijl Beheerders
    \r\nGebruikers die het privilege hebben stijlen voor deze paginas te bewerken.\r\nDeze privileges staan de gebruiker niet toe privileges toe te kennen voor\r\neen pagina.
    \r\n
    \r\nSjabloon Beheerders
    \r\ngebruikers die sjablonen mogen bewerken.
    \r\n
    \r\nBezoekers
    \r\nBezoekers zijn gebruikers die niet ingelogd zijn door een accountvan het\r\nsysteem te gebruiken. Ook kan een geregistreerde gebruiker gestraft worden\r\ndoor naar deze groep verplaatst te worden.
    \r\n',1037988236,NULL); INSERT INTO international VALUES (759,'WebGUI',3,'Bewerk deze map.',1037986853,NULL); INSERT INTO international VALUES (614,'WebGUI',3,'Stijlen worden gebruikt om te regelen he de WebGUI paginas eruit zien en\r\naanvoelen. Met WebGUI kan een onbeperkt aantal stijlen gemaakt worden, zodat\r\nde pagina zoveel uiterlijken kan hebben als gewenst. Er kunnen een paar paginas\r\ngemaakt worden die de stijl van de brochure hebben en een paar andere met\r\nhet uitelijk van Yahoo!®. Er kunnen zelfs paginas gemaakt worden\r\nmet het uiterlijk van de paginas van een boek. Met stijl beheer is er onbeperkt\r\ninvloed op alle ontwerpen.
    \r\n
    \r\nEr zijn verscheidene stijlen ingebouwd in WebGUI. De eersten worden gebruikt\r\ndoor WebGUIen moeten niet worden bewerkt of verwijderd. De laatste paar zijn\r\nvoorbeeldstijlen en kunnen zoveel als gewenst worden bewerkt of verwijderd.
    \r\n
    \r\nKlembord
    \r\nDeze stijl wordt door het klembord systeem gebruikt.
    \r\n
    \r\nVeilige modus
    \r\nWanneer een stijl wordt verwijderd dat op sommige paginas nog steeds gebruikt\r\nwordt, zal de Veilige Modus stijl gebruikt worden op deze paginas. Deze stijl\r\nheeft een witte achtergrond en een simpele navigatie.
    \r\n
    \r\nMaak Pagina Printbaar
    \r\nDeze stijl wordt gebruikt als een ^r; macro wordt geplaatst op de\r\npaginas en de gebruiker hierop klikt. Deze stijl stelt u in staat een simpel\r\nlogo en een copyright bericht op de printbare paginas af te drukken.
    \r\n
    \r\nPakketten
    \r\nDeze stijl wordt gebruikt bij het pakketten beheer systeem.
    \r\n
    \r\nAfval
    \r\nDeze stijl wordt gebruikt door het afval systeem
    \r\n
    \r\n


    Demonstratie Stijl
    \r\nDit is een proefontwerp dat van een sjablonenpagina (www.freewentemplates.com)\r\ngehaald.
    \r\n
    \r\nPlain Black Software (black) & (white)
    \r\nDeze ontwerpen worden op de Plain Black paginas gebruikt.
    \r\n
    \r\nYahoo!®
    \r\nDit is is het ontwerp van de Yahoo!® pagina (zonder toestemming gebruikt).
    \r\n
    \r\nWebGUI
    \r\nDit is een simpel ontwerp met de WebGUI logos.
    \r\n
    \r\nWebGUI 4
    \r\nDeze stijl was toegevoegd bij WebGUI 4.0.0. Het is nu de standaard stijl\r\nen heeft de WebGUI stijl overtroffen.
    \r\n',1037986626,NULL); INSERT INTO international VALUES (613,'WebGUI',3,'Gebruikers zijn de accounts in het systeem die de rechten hebben om bepaalde\r\ndingen te doen. er zijn twee standaard gebruikers in het systeem: Beheerder\r\nen Bezoeker.
    \r\n
    \r\nBeheerder
    \r\nDe is precies wat het zegt. Het is een gebruiker met onbeperkte rechten in\r\nde WebGUI omgeving. Als iets gedaan kan worden, heeft deze gebruiker het\r\nrecht om het te doen.
    \r\n
    \r\n
    \r\nBezoeker
    \r\nDe Bezoeker is precies het tegenovergestelde van de Beheerder. een Bezoeker\r\nheeft geen rechten. Standaard wordt een gebruiker die niet ingelogd is gezien\r\nals Bezoeker.
    \r\n
    \r\n
    \r\nVoeg nieuwe gebruiker toe.
    \r\nKlik hierop om naar het \"Gebruiker Toevoegen\" scherm te gaan.
    \r\n
    \r\n
    \r\nZoek
    \r\nGebruikers kunnen gezocht worden op gebruikersnaam en email adres. Er kunnen\r\nook gedeeltelijke zoekopdrachten uitgevoerd worden.

    \r\n',1037983861,NULL); INSERT INTO international VALUES (611,'WebGUI',3,'Bedrijfsnaam
    \r\nDe naam van het bedrijf. Deze zal in alle e-mails en overal waar het bedrijfsnaam\r\nmacro wordt gebruikt verschijnen.
    \r\n
    \r\nBedrijfs E-mail Adres
    \r\nEen algemeen e-mail adres van het bedrijf. Dit is het adres waar alle geautomatiseerde\r\ne-mails van het bedrijf vandaan komen. Het kan ook gebruikt worden met behulp\r\nvan het WebGUI macro systeem.
    \r\n
    \r\nBedrijfs URL
    \r\nHet primaire URL van het bedrijf. Dit zal in alle e-mails, die met het WebGUI\r\nsysteem verstuurd worden verschijnen. Het kan ook gebruikt worden met behulp\r\nvan het WebGUI macro systeem.
    \r\n',1039781103,NULL); INSERT INTO international VALUES (610,'WebGUI',3,'Zie Gebruiker Beheer voor extra details.
    \r\n
    \r\nGebruikersnaam
    \r\nDe gebruikersnaam is een unieke identificatie voor een gebruiker. Het is\r\nook de naam waaronder een gebruiker bekend staat op de pagina. (N.B.:\r\nbeheerders hebben ongelimiteerd gebruik in het WebGUI systeem. Dit betekent\r\nook dat ze het systeem kapot kunnen maken. Wanneer een gebruiker wordt hernoemd\r\nof toegevoegd, zorg dan dat er geen gebruiksnaam wordt gebruikt die al bestaat.)
    \r\n
    \r\nWachtwoord
    \r\nEen wachtwoord wordt gebruikt om te controleren of een gebruiker inderdaad\r\nis wie hij of zij zegt dat hij of zij is.
    \r\n
    \r\nAuthenticatie Methode
    \r\nZie Bewerk Instellingen voor details.
    \r\n
    \r\nLDAP URL
    \r\n
    Zie Bewerk Instellingen voor details.
    \r\n
    \r\nDN verbinding
    \r\nDe DN verbinding is de cn (of common name (normale naam)) van een\r\ngegeven gebruiker in de LDAP database. Deze zou bijvoorbeeld gespecificeerd\r\nmoeten worden als cn=John Doe. Dez is in een aangepaste versie is\r\nmeestal ook de gebruikersnaa, die gebruikt wordt voor de authenticatie in\r\nde LDAP server.
    \r\n',1037982376,NULL); INSERT INTO international VALUES (607,'WebGUI',3,'Anonieme Registratie
    \r\n Is het gewenst dat bezoekers zichzelf kunnen inschrijven?
    \r\n
    \r\n Start Bij Registratie
    \r\n Wanneer hier een commandoregel is gespecificeerd, zal dit commando elke\r\nkeer dat een gebruiker zich anoniem inschrijft uitgevoerd worden.
    \r\n
    \r\n Waarschuwen bij nieuwe gebruiker?
    \r\n Moet iemand gewaarschuwd worden als een gebruiker zich anoniem inschrijft.
    \r\n
    \r\n Waar te schuwen groep bij nieuwe gebruiker
    \r\n welke groep moet worden gewaarschuwd wanneer een nieuwe gebruiker zich inschrijft.
    \r\n
    \r\n Karma aanzetten?
    \r\n Moet karma zijn aangezet?
    \r\n
    \r\n Karma Per Login
    \r\n De hoeveelheid karma die aan een gebruiker gegeven wordt wanneer ingelogd \r\nwordt. Dit heeft alleen effect als karma aan is gezet.
    \r\n
    \r\n Sessie Uitschakelen Na
    \r\n De hoeveelheid tijd dat een gebruiker actief blijft (voordat er opnieuw\r\nmoet worden ingelogd). Deze tijd wordt iedere keer dat een gebruiker een\r\npagina bezicht op nul gesteld. Als deze tijd op bijvoorbeeld op 8 uur staat,\r\nmoet een gebruiker opnieuw inloggen als de pagina 8 uur niet bezocht is.
    \r\n
    \r\nAuthenticatie methode (standaard)

    \r\nWat is de standaard authenticatie methode voor nieuwe accounts. De twee opties\r\nzijn WebGUi en LDAP. WebGUI authenticatie dat gebruikers zich moeten authenticeren\r\nmet de gebruikersnamen en wachtwoorden die in de WebGUI database staan. LDAP\r\nauthenticatie betekent dat de gebruikersnamen en wachtwoorden in een externe\r\nLDAP server staan.
    \r\n
    \r\nN.B.: De authenticatie instellingen kunnen per gebruiker ingesteld\r\nworden.
    \r\n
    \r\nGebruiksnaam Koppeling
    \r\nKoppel de WebGUI gebruikersnaam aan de LDAP identiteit. Dit vereist dat de\r\ngebruiker in WebGUI dezelfde gebruikersnaam heeft als gespecificeerd\r\nis  in het Anonieme  Registratieprocess. Het betekent ook dat ze\r\nlater niet in staat zijn hun gebruikersnaam te veranderen. Dit is alleen\r\nin werking gesteld als de gebruiker geauthenticeerd wordt met LDAP.
    \r\n
    \r\nURL LDAP (standaard)
    \r\nhet standaard URL van de LDAP server. Het LDAP URL neemt de volgende vorm\r\naan: ldap://[server]:[poort]/[basis DN]. Voorbeeld: ldap://ldap.mycompany.com:389/o=MyCompany.
    \r\n
    \r\nLDAP identiteit

    \r\nDe LDAP identiteit is de unieke identificatie van een gebruiker. Vaak neemt\r\ndit veld (Kortenaam) de volgende vorm aan: eerste voorletter + achternaam.\r\nVoorbeeld: jdoe. Hiervoor moet de LDAP identiteit, wanneer deze als kortenaam\r\ningesteld is, door Jon Doe als jdoe ingevoerd worden tijdens het registratie\r\nprocess.
    \r\n
    \r\nLDAP Identiteitsnaam
    \r\nHet etiket dat de LDAP identiteit gebruikt voor de gebruiker. Sommige bedrijven\r\ngebruiken bijvoorbeeld een LDAP server voor hun proxy servers gebruikers\r\nom zich te identificeren. In de documentatie of training wordt de Webgebruikersnaam\r\nal aan de gebruikers gegeven, zodat dat etiket consistent gebruikt wordt.
    \r\n
    \r\nLDAP Wachtwoord
    \r\nNet als de LDAP indentiteitsnaam is hetLDAP wachtwoord een etiket. Gebruik\r\ndit etiket net zoals de LDAP identiteitsnaam.

    \r\n',1037980931,NULL); INSERT INTO international VALUES (606,'WebGUI',3,'Paginas kunnen gezien worden als containers voor inhoud. Als iemand bijvoorbeeld \r\n een brief wilt schrijven aan een redakteur van zijn/haar favoriete blad, \r\ndan wordt er een notepad of tekstverwerker geopend en gevuld met gedachten. \r\nHetzelfde geldt voor WebGUI. Maak een pagina en voeg dan de inhoud toe.
    \r\n
    \r\n Titel
    \r\n De titel van de pagina wordt gebruikt door gebruikers om zich in een webpagina \r\n te orienteren. Titels moeten de inhoud beschrijven, maar niet te lang zijn.
    \r\n
    \r\n Menu Titel
    \r\n Eeen kortere of veranderde titel die tijdens het navigeren verschijnt. \r\nAls dit leegelaten wordt zal de titel standaard op Titel gezet worden.
    \r\n
    \r\n Pagina URL
    \r\n Het URL is meestal gebaseerd op de titel van de pagina. Wanneer het URL\r\n niet voldoet, kan het hier verandert worden.
    \r\n
    \r\n Taal
    \r\n
    Kies een standaard taal voor deze pagina. Alle berichten die door WebGUI\r\ngegenereerd worden zullen in deze taal en het karakterset van deze taal getoond\r\nworden.
    \r\n
    \r\nURL hergeleiden

    \r\n Wanneer de pagina wordt bezocht, wordt de gebruiker naar het hier gespecificeerd \r\n URL geleid. Om deze pagina in de toekomst te bewerken, moet het vanaf \"Beheer \r\n pagina boom\" in het \"Administratieve functies...\"-menu geopend worden.
    \r\n
    \r\n Sjabloon
    \r\n WebGUI heeft standaard een grote ruimte om wobjecten te plaatsen. Als\r\ner echter een sjabloon anders dan de standaard gemaakt wordt, kan de inhoud\r\nruimte onderverdeeld worden in verschillende secties.
    \r\n
    \r\n Korte Samenvatting
    \r\n Een korte beschrijving van de pagina. Het kan voor zowel meta tags alsook\r\n beschrijvingen op pagina overzichten gebruikt worden.
    \r\n
    \r\n Meta Tags
    \r\n
    Meta tags worden door sommige zoekmachines gebruikt om sleutelwoorden\r\n te associeren met een bepaalde pagina. Er is een websit, Meta Tag Builder, die mensen die\r\n nooit meta tags gemaakt hebben, kan helpen ze te maken.
    \r\n
    \r\n Geavanceerde gebruikers: Als er regelmatig andere dingen\r\n(zoals Javascript) in de paginaruimte gebruikt worden, kunnen die bij de\r\nmeta tags gezet worden.
    \r\n
    \r\n Standaard meta tags gebruiken?
    \r\n WebGUI kan zelf meta tags maken, als dit niet handmatig gedaan wordt. Deze\r\n worden gebaseerd op de paginatitel en de bedrijfsnaam. Vink dit vak aan\r\nom WebGui meta tags te laten genereren.
    \r\n
    \r\n Stijl
    \r\n Wanneer een pagina gemaakt wordt neemt het standaard een paar eigenschappen \r\nover van het origineel. Stijl is één van deze eigenschappen. \r\nKies uit de lijst van stijlen of het uiterlijk van de pagina verandert moet \r\nworden. Zie Stijl toevoegen voor meer details.
    \r\n
    \r\n Als \"Ja\" geselecteerd is onder het pull-down menu, zullen alle paginas onder \r\ndeze pagina deze stijl aannemen.
    \r\n
    \r\n Begindatum
    \r\n De datum waarvanaf de gebruikers de pagina kunnen bezichtigen. Let op dat \r\nvoor deze datum alleen de  beheerders van de inhoud met bewerkingsrechten \r\nde pagina kunnen zien.
    \r\n
    \r\n Einddatum
    \r\n De datum waarvanaf de gebruikers de pagina niet meer kunnen bekijken. Let \r\nop dat na deze datum alleen de  beheerders van de inhoud met bewerkingsrechten \r\nde pagina kunnen zien.
    \r\n
    \r\n Eigenaar
    \r\n De eigenaar van de pagina is meestal de persoon de de pagina gemaakt heeft.
    \r\n
    \r\n Kan de eigenaar de pagina bekijken?
    \r\n Kan de eigenaar de pagina wel of niet zien.
    \r\n
    \r\n Kan de eigenaar bewerken?
    \r\n kan de eigenaar de pagina bewerken of niet? Wees voorzichtig, als besloten \r\nwordt dat de eigenaar de pagina niet kan bewerken en u behoort niet tot de \r\npagina groep u de mogelijkheid om de pagina te kunnen bewerken, verliest.
    \r\n
    \r\n Groep
    \r\n Er wordt aan elke pagina een groep toegewezen met extra privileges. Kies \r\neen groep uit het pull-down menu.
    \r\n
    \r\n Kan de groep de pagina bekijken?
    \r\n Kunnen leden van de groep de pagina bezichtigen?
    \r\n
    \r\n Kan de groep bewerken?
    \r\n Kunnen leden van de groep de pagina bewerken?
    \r\n
    \r\n Kan iedereen de pagina bekijken?
    \r\n Kan elke bezoeker of gebruikerde pagina bezichtigen, ongeacht de groep of \r\neigenaar.
    \r\n
    \r\n Kan iedereen bewerken?
    \r\n Kan elke bezoeker of gebruikerde pagina bewerken, ongeacht de groep of\r\neigenaar.
    \r\n
    \r\n Deze privileges kunnen ook recursief aan alle paginas onder deze pagina\r\ngegeven worden.
    \r\n
    \r\n Hoe verder?
    \r\nAls dit op de standaard instelling gelaten wordt gaat u meteen naar de pagina\r\ndie u gemaakt heeft.
    \r\n',1039781039,NULL); INSERT INTO international VALUES (537,'WebGUI',3,'Karma',1037973648,NULL); INSERT INTO international VALUES (73,'USS',3,'Sjabloon van de Bijdrage',1037973607,NULL); INSERT INTO international VALUES (61,'USS',3,'Gebruikersbijdrage systeem, Toevoegen/Bewerken',1063589893,NULL); INSERT INTO international VALUES (59,'USS',3,'Volgende Bijdrage',1037970733,NULL); INSERT INTO international VALUES (58,'USS',3,'Vorige Bijdrage',1037970719,NULL); INSERT INTO international VALUES (38,'USS',3,'(Selecteer \"Nee\" als er een HTML bijdrage geschreven wordt.)',1037970705,NULL); INSERT INTO international VALUES (71,'SyndicatedContent',3,'Syndicated content is inhoud van een pagina die van een andere pagina gehaald\r\nwordt met behulp van de RDF/RSS specificatie. Deze techniek wordt vaak gebruikt\r\nom de koppen van verschillende nieuwspaginas zoals CNN en Slashdot te\r\nhalen. Het kan natuurlijk ook voor andere dingen zoals sportuitslagen, informatie\r\nover de aandelenmarkt, etc. gebruikt worden.
    \r\n
    \r\nURL naar RSS bestand
    \r\nVoorzie het syndicated content bestand (RDF of RSS) bestand van het volledige\r\nURL (beginnend met http://). De syndicated content wordt elk uur gedownload\r\nvan dit URL.
    \r\n
    \r\nSyndicated content kan onder andere op de volgende plaatsen gevonden worden:\r\n\r\n',1037970486,NULL); INSERT INTO international VALUES (61,'SyndicatedContent',3,'Syndicated Content, Toevoegen/Bewerken',1063589881,NULL); INSERT INTO international VALUES (71,'Survey',3,'Cijferboek',1037969411,NULL); INSERT INTO international VALUES (61,'Survey',3,'Bekijk cijferboek.',1037969315,NULL); INSERT INTO international VALUES (5,'Survey',3,'Opvolgend',1037969276,NULL); INSERT INTO international VALUES (30,'USS',3,'Karma Per Bijdrage',1037969249,NULL); INSERT INTO international VALUES (9,'Survey',3,'Enquête\r\n',1037968997,NULL); INSERT INTO international VALUES (8,'Survey',3,'Volgorde Vragen',1037968964,NULL); INSERT INTO international VALUES (74,'Survey',3,'Weet u zeker dat u alle reacties wilt verwijderen?',1037968943,NULL); INSERT INTO international VALUES (73,'Survey',3,'Verwijder alle reacties.',1037968916,NULL); INSERT INTO international VALUES (72,'Survey',3,'Weet u zeker dat u de reacties van deze gebruiker wilt verwijderen?',1037968899,NULL); INSERT INTO international VALUES (70,'Survey',3,'Indivuele Reacties',1037968852,NULL); INSERT INTO international VALUES (69,'Survey',3,'Verwijder de reacties van deze gebruiker.',1037968762,NULL); INSERT INTO international VALUES (68,'Survey',3,'Bekijk verslagen en exports.',1037968735,NULL); INSERT INTO international VALUES (67,'Survey',3,'Gebruiker',1037968674,NULL); INSERT INTO international VALUES (66,'Survey',3,'Reacties',1037968663,NULL); INSERT INTO international VALUES (65,'Survey',3,'Exporteer samengestelde samenvatting.',1037968653,NULL); INSERT INTO international VALUES (64,'Survey',3,'Exporteer reacties',1037968600,NULL); INSERT INTO international VALUES (63,'Survey',3,'Exporteer vragen.',1037968585,NULL); INSERT INTO international VALUES (62,'Survey',3,'Exporteer antwoorden.',1037968571,NULL); INSERT INTO international VALUES (60,'Survey',3,'Terug naar enquête.\r\n',1037968471,NULL); INSERT INTO international VALUES (6,'Survey',3,'Willekeurig',1037968434,NULL); INSERT INTO international VALUES (59,'Survey',3,'Bekijk statistisch overzicht.',1037968421,NULL); INSERT INTO international VALUES (58,'Survey',3,'Statistisch Overzicht',1037968400,NULL); INSERT INTO international VALUES (57,'Survey',3,'Commentaar',1037968323,NULL); INSERT INTO international VALUES (56,'Survey',3,'Bekijk commentaar.',1037968304,NULL); INSERT INTO international VALUES (55,'Survey',3,'Bekijk reacties.',1037968289,NULL); INSERT INTO international VALUES (54,'Survey',3,'Percentage',1037968270,NULL); INSERT INTO international VALUES (53,'Survey',3,'Reacties',1037968243,NULL); INSERT INTO international VALUES (52,'Survey',3,'Score',1037968228,NULL); INSERT INTO international VALUES (51,'Survey',3,'Commentaar?',1037968195,NULL); INSERT INTO international VALUES (50,'Survey',3,'Volgende',1037968182,NULL); INSERT INTO international VALUES (49,'Survey',3,'U kunt momenteel niet deelnemen aan de quiz.',1037968062,NULL); INSERT INTO international VALUES (48,'Survey',3,'U bent momenteel niet bevoegd om aan deze enquête mee te doen.
    \r\n',1037968040,NULL); INSERT INTO international VALUES (47,'Survey',3,'U heeft de quiz afgerond.',1037967841,NULL); INSERT INTO international VALUES (46,'Survey',3,'Bedankt voor het invullen van onze enquête.\r\n',1037967798,NULL); INSERT INTO international VALUES (45,'Survey',3,'Weet u zeker dat u dit antwoord en de reacties wilt verwijderen?',1037967714,NULL); INSERT INTO international VALUES (44,'Survey',3,'Weet u zeker dat u deze vraag inclusief de antwoorden en reacties wilt verwijderen?',1037967671,NULL); INSERT INTO international VALUES (43,'Survey',3,'Nooit',1037967613,NULL); INSERT INTO international VALUES (42,'Survey',3,'Soms',1037967599,NULL); INSERT INTO international VALUES (41,'Survey',3,'Vaak',1037967514,NULL); INSERT INTO international VALUES (40,'Survey',3,'Altijd',1037967502,NULL); INSERT INTO international VALUES (4,'Survey',3,'Enquête\'s laten u informatie van uw gebruikers verzamelen. In het geval van\r\nWebGUI enquête kunt u ze ook gebruiken om de kennis van uw gebruikers te\r\ntesten.
    \r\n
    \r\nVraag volgorde
    \r\n
    De volgorde van de vragen zal gevraagd worden. Sequentieel laat de vragen\r\nzien in de volgorde waarin u ze gemaakt heeft. Willekeurige volgorde laat\r\nze in willekeurige volgorde zien. Antwoord gestuurd laat de vragen zien op\r\nbasis van de antwoorden van de gebruikers.
    \r\n
    \r\nMode
    \r\n
    Standaard start de enquête in enquête mode. Dit geeft u de mogelijkheid\r\nom uw gebruikers vragen te stellen. Als u naar quiz mode wisselt kunt u zelf-verbeterende\r\nantwoorden test van uw gebruikers kennis laten zien.
    \r\n
    \r\nWie kan de enquête doen?
    \r\nWelke gebruikers mogen in de enquête deelnemen?
    \r\n
    \r\nWie kan rapporten bekijken?
    \r\nWie kan de rapporten van de enquête bekijken?
    \r\n
    \r\nHoe verder?
    \r\nAls u dit default laat zal er meteen om een vraag gevraagd worden na het\r\ntoevoegen van de enquête.
    \r\n',1039784249,NULL); INSERT INTO international VALUES (39,'Survey',3,'Niet van toepassing',1037967463,NULL); INSERT INTO international VALUES (38,'Survey',3,'Helemaal oneens',1037967425,NULL); INSERT INTO international VALUES (37,'Survey',3,'Oneens',1037967311,NULL); INSERT INTO international VALUES (36,'Survey',3,'Enigszins oneens',1037967300,NULL); INSERT INTO international VALUES (35,'Survey',3,'Enigszins mee eens',1037967285,NULL); INSERT INTO international VALUES (34,'Survey',3,'Mee eens',1037967262,NULL); INSERT INTO international VALUES (33,'Survey',3,'Helemaal mee eens',1037967246,NULL); INSERT INTO international VALUES (32,'Survey',3,'Onjuist',1037967219,NULL); INSERT INTO international VALUES (31,'Survey',3,'Juist',1037967208,NULL); INSERT INTO international VALUES (30,'Survey',3,'Voeg een nieuwe vraag toe.',1037967189,NULL); INSERT INTO international VALUES (3,'Survey',3,'Enquête, Toevoegen/Bewerken\r\n',1039597071,NULL); INSERT INTO international VALUES (29,'Survey',3,'Voeg een in te vullen antwoord toe.',1037967068,NULL); INSERT INTO international VALUES (28,'Survey',3,'Voeg een vraag toe.',1037966977,NULL); INSERT INTO international VALUES (27,'Survey',3,'Voeg een menings (mee eens tot niet mee eens) antwoord schaal toe.',1037966964,NULL); INSERT INTO international VALUES (26,'Survey',3,'Voeg een altijd tot nooit antwoord schaal toe. ',1037966896,NULL); INSERT INTO international VALUES (25,'Survey',3,'Voek een juist/onjuist antwoord toe.',1037966636,NULL); INSERT INTO international VALUES (24,'Survey',3,'Voeg een meerkeuze antwoord toe.',1037966600,NULL); INSERT INTO international VALUES (23,'Survey',3,'Voeg een nieuw antwoord toe.',1037966575,NULL); INSERT INTO international VALUES (22,'Survey',3,'Type Antwoord',1037966556,NULL); INSERT INTO international VALUES (21,'Survey',3,'Ga Naar',1037966541,NULL); INSERT INTO international VALUES (20,'Survey',3,'Is dit antwoord juist?',1037966527,NULL); INSERT INTO international VALUES (2,'Survey',3,'Bewerk Enquête\r\n',1037966503,NULL); INSERT INTO international VALUES (19,'Survey',3,'Antwoord',1037966407,NULL); INSERT INTO international VALUES (18,'Survey',3,'Bewerk Antwoord',1037966396,NULL); INSERT INTO international VALUES (17,'Survey',3,'Bewerk Vraag',1037966383,NULL); INSERT INTO international VALUES (16,'Survey',3,'Antwoorden in willekeurige volgorde plaatsen?',1037966370,NULL); INSERT INTO international VALUES (15,'Survey',3,'Commentaar toestaan?',1037966207,NULL); INSERT INTO international VALUES (14,'Survey',3,'Vraag',1037966189,NULL); INSERT INTO international VALUES (13,'Survey',3,'Wie kan verslagen inzien?',1037966177,NULL); INSERT INTO international VALUES (12,'Survey',3,'Wie kan de enquête afnemen?\r\n',1037966157,NULL); INSERT INTO international VALUES (10,'Survey',3,'Quiz',1037965894,NULL); INSERT INTO international VALUES (1,'Survey',3,'Enquête\r\n',1037965882,NULL); INSERT INTO international VALUES (592,'WebGUI',3,'Karakter set',1037904981,NULL); INSERT INTO international VALUES (587,'WebGUI',3,'Weet u zeker dat u deze taal en alle helpberichten die erbij horen wilt weggooien?',1037904834,NULL); INSERT INTO international VALUES (580,'WebGUI',3,'Uw bericht is afgekeurd.',1037904795,NULL); INSERT INTO international VALUES (579,'WebGUI',3,'Uw bericht is goedgekeurd.',1037904775,NULL); INSERT INTO international VALUES (578,'WebGUI',3,'U heeft wachtende berichten goed te keuren.',1037904761,NULL); INSERT INTO international VALUES (1038,'WebGUI',1,'Unstick',1066065454,'A label for a link that makes the current thread not sticky.'); INSERT INTO international VALUES (559,'WebGUI',3,'Uitvoeren bij registratie',1037904669,NULL); INSERT INTO international VALUES (557,'WebGUI',3,'Beschrijving',1037904633,NULL); INSERT INTO international VALUES (556,'WebGUI',3,'Hoeveelheid',1037904622,NULL); INSERT INTO international VALUES (554,'WebGUI',3,'Neem actie',1037904567,NULL); INSERT INTO international VALUES (553,'WebGUI',3,'Status',1037904556,NULL); INSERT INTO international VALUES (552,'WebGUI',3,'Wachtend',1037904548,NULL); INSERT INTO international VALUES (551,'WebGUI',3,'Berichtje',1037904530,NULL); INSERT INTO international VALUES (541,'WebGUI',3,'Karma per post',1037904507,NULL); INSERT INTO international VALUES (540,'WebGUI',3,'Karme per keer inloggen',1037904496,NULL); INSERT INTO international VALUES (539,'WebGUI',3,'Karma aanzetten?',1037904482,NULL); INSERT INTO international VALUES (538,'WebGUI',3,'Karma grens',1037904470,NULL); INSERT INTO international VALUES (535,'WebGUI',3,'Groep die gewaarschuwd moet worden wanneer een nieuwe gebruiker toegevoegd is',1037904453,NULL); INSERT INTO international VALUES (367,'WebGUI',3,'Verlopen na',1063589999,NULL); INSERT INTO international VALUES (71,'EventsCalendar',3,'Evenementen Kalenders worden op veel intranets gebruikt om afspraken die\r\nde hele organisatie beinvloeden bij te houden. Bovendien worden evenementen\r\nkalenders op klantensites gebruikt om klanten op de hoogte te houden van\r\naanbiedingen en promoties.
    \r\n
    \r\nKalender layout
    \r\nHier kan lijst of maand gekozen worden. Wanneer lijst gekozen wordt zullen\r\nde evenementen in een cronologische lijst getoond worden. Wanneer voor maand\r\ngekozen wordt zal een maandelijkse kalender getoond worden, waar per maand\r\nin gebladerd kan worden.
    \r\n
    \r\nGebeurtenis sjabloon
    \r\nKies de layout die individuele gebeurtenissen binnen kalenders zullen krijgen.
    \r\n
    \r\nBegin maand
    \r\nKies de maand waarop uw kalender begint. Als u kiest voor \"huidige\" zal de kalender altijd op de huidige maand blijven. Daarom zal hij van maand tot maand veranderen. Als je kies voor \"eerste in de kalender\" zal hij beginnen op welke datum dan ook als eerste in de kalender zit.
    \r\n
    \r\nEind maand
    \r\nKies de maand waarop uw kalender eindigt. Als u kiest voor \"laat X maanden vanaf het begin zien\", dan zijn er alleen maar X maanden informatie te zien. Als u kiest voor \"huidge\" dan zal de kalender eindigen op de maand waar u op dit moment in bent. Als u kiest voor \"laatste in de kalender\" dan zal de calender te zien zijn tot op de laatste datum die in de kalender ingevoerd is.
    \r\n
    \r\nStandaard maand
    \r\nKies op welke maand deze kalender stanaard start wanneer er een bezoeker komt op de pagina waar deze kalender op staat.\r\nBreek pagina af na
    \r\nWanneer de lijst layout gebruikt wordt kan hier aangegeven worden hoeveel\r\ner per pagina getoond mogen worden.
    \r\n
    \r\nDoorgaan met evenement toevoegen?
    \r\nLaat hier \'ja\' staan wanneer meteen een evenement toegevoegd zal worden.
    \r\n
    \r\nNote: Evenementen die al voorbij zijn worden niet meer getoond in\r\nde kalender.
    \r\n
    \r\nNote: De volgende css-stijl is specifiek\r\nvoor de Evenementen Kalender
    \r\n
    \r\n.eventTitle
    \r\nDe titel van een evenement.
    \r\n',1039741152,NULL); INSERT INTO international VALUES (534,'WebGUI',3,'Waarschuwing bij nieuwe gebruiker?',1037901925,NULL); INSERT INTO international VALUES (495,'WebGUI',3,'htmlArea (Internet Explorer 5.5+)',1063590098,NULL); INSERT INTO international VALUES (404,'WebGUI',3,'Eerste Pagina',1037901889,NULL); INSERT INTO international VALUES (71,'SiteMap',3,'Een sitemap wordt gebruikt om extra navigatie te bieden in WebGUI. \r\nEen traditioneel overzicht kan gemaakt worden dat een hierarchisch beeld geeft\r\nvan alle paginas in de webpagina. Ook kunnen pagian overzichten gebruikt worden\r\nom extra navigatie te bieden in een bepaalde niveauvan de pagina.
    \r\n
    \r\n Sjabloon
    \r\nKies een layout voor deze sitemap.
    \r\n
    \r\n Beginnen met
    \r\nSelecteer de pagina waarmee deze sitemap moet beginnen.
    \r\n
    \r\n Aantal niveaus weer te geven
    \r\n Hoeveel niveaus moet het pagina overzicht laten zien. Wanneer 0 is ingevoerd \r\nzullen alle onderliggende niveaus getoond worden.
    ',1039989792,NULL); INSERT INTO international VALUES (855,'WebGUI',3,'Geef een lijst van alle sjablonen.',1039989692,NULL); INSERT INTO international VALUES (854,'WebGUI',3,'Geef een lijst met alle sjablonen zoals deze.',1039989672,NULL); INSERT INTO international VALUES (71,'DataForm',3,'Dit wobject maakt een eenvoudig formulier dat een e-mail kan versturen.
    \r\n
    \r\n Breedte
    \r\n De breedte van alle velden in het formulier. De standaard waarde is 45.
    \r\n
    \r\n Van, Naar, Cc, Bcc, Onderwerp
    \r\n Deze velden controleren het uiterlijk van de e-mail wanneer hij verstuurd \r\nwordt en naar wie. De bezoekers van de pagina kunnen de mogelijkheid gegeven \r\nworden sommige of alle velden aan te passen. De \"Van\" en \"Onderwerp\" velden \r\nzijn meestal de enige velden waarvan het gewenst is dat de gebruiker ze kan \r\nbewerken. Gebruik de opties bij elk veld om te kiezen of een gebruiker dit \r\nveld wel of niet kan zien of bewerken.
    \r\n
    \r\n Er kan ook in het \"Naar\" veld een WebGUI gebruikersnaam of groep ingevoerd \r\nworden. De e-mail wordt dan gestuurd naar de corresponderende gebruiken of \r\ngroep.
    \r\n
    \r\n Bevestiging
    \r\n Dit bericht wordt weergegevn nadat de gebruiker op \"Verzenden\" heeft geklikt.
    \r\n
    \r\n Opslaan Gegevens?
    \r\n Wanneer deze op \"Ja\" staat worden de ingevulde gegevens opgeslagen in de \r\ndatabase, zodat ze later bekeken kunnen worden. De applicatie voor het bekijken \r\nvan deze database is nog niet verkrijgbaar, maar zodra dit wel zo is kunnen \r\nde gegevens bekeken worden in een centrale locatie.
    \r\n
    \r\n Nog meer velden toevoegen?
    \r\n Laat dit aangevinkt staan, wanneer er direct extra velden aan het formulier \r\ntoegevoegd worden.
    \r\n
    \r\n',1039783898,NULL); INSERT INTO international VALUES (61,'SiteMap',3,'Sitemap, Toevoegen/Bewerken',1039784098,NULL); INSERT INTO international VALUES (71,'SQLReport',3,'SQL verslagen zijn misschien wel het krachtigste wobject in het WebGUI arsenaal. \r\nZe stellen een gebruiker in staat data te verzamelen uit elke database waar \r\nde gebruiker toegang toe heeft. Dit is handig om verkoopcijfers van een boekhoud \r\ndatabase te halen of zelfs een samenvatting te krijgen van alle berichtenborden \r\nop een eigen website.
    \r\n
    \r\n Uitvoeren macros bij een zoekopdracht?
    \r\n Als er WebGUI macros gebruikt worden in de zoekopdracht, is het aanbevolen \r\ndit vak aan te vinken.
    \r\n
    \r\n Debug?
    \r\n Vink dit vak aan om debug-en foutmeldingen weer te geven.
    \r\n
    \r\n Zoekopdracht
    \r\n Dit is een standaard SQL zoekopdracht. Voor mensen die onbekend zijn met \r\nSQL geeft Plain Black Software cursussen \r\nSQL en database bediening. De zoekopdrachten kunnen dynamischer gemaakt worden \r\ndoor het macro ^FormParam();.
    \r\n
    \r\n Verslag sjabloon
    \r\n Maak een sjabloon indeling van hoe het verslag eruit moet zien. Normaal\r\ngesproken worden HTML tabellen gebruikt om een verslag te genereren. Hieronder\r\nis een voorbeeld bijgevoegd. Wanneer het veld leeg ge;laten wordt, wordt\r\neen sjabloon gegenereerd, gebaseerd op de set van resultaten.
    \r\n
    \r\n Bij het genereren van SQL verslagen worden speciale macro krakters gebruikt.\r\nDeze zijn: ^-;, ^0;, ^1;, ^2;, ^3;, etc. Deze macros worden uitgevoerd ongeacht\r\nof het vak \"uitvoeren macros\" is aangevinkt. Het ^- macro representeert het\r\nbegin en het eind in het document waar het verslag repeteert. De numerieke\r\nmacros representeren de data velden die worden teruggestuurd van de opdracht.\r\nEr is nog een extra macro, ^rownum;, dit macro telt het aantal rijen, beginnend\r\nbij 1, voor het gebruik waarbij de regels van de output genummerd moeten\r\nzijn.
    \r\n
    \r\nDSN
    \r\nData Source Name is de unieke identificatie die Perl\r\ngebruikt om de locatie van de database te beschrijven. Het neemt de opmaak\r\nvan DBI:[driver]:[database naam]:[host]
    \r\n
    \r\nVoorbeeld: DBI:mysql:WebGUI:localhost
    \r\n
    \r\nDatabase gebruiker
    \r\nDe gebruikersnaam die gebruikt wordt om de gebruiker met DSN te verbinden.
    \r\n
    \r\nDatabase Wachtwoord
    \r\nHet wachtwoord dat gebruikt wordt om de gebruiker met DSN te verbinden.
    \r\n
    \r\nBreek pagina af na
    \r\nHoeveel rijen moeten weergegeven worden voordat de resultaten over verschillende\r\npaginas verdeeld worden? Met andere woorden, hoeveel rijen mogen er maximaal\r\nper pagina afgebeeld worden?
    \r\n
    \r\nEnters Converteren?
    \r\nIs het gewenst enters te converteren naar HTML().
    \r\n',1037898147,NULL); INSERT INTO international VALUES (61,'SQLReport',3,'SQL Verslag, Toevoegen/Bewerken',1037894777,NULL); INSERT INTO international VALUES (63,'Product',3,'Hieronder volgt een lijst met sjabloon variabelen die gebruikt kunnen worden\r\nin produduct sjablonen.
    \r\n
    \r\n brochure.icon
    \r\n
    De URL naar het pictogram voor de brochure.
    \r\n
    \r\nbrochure.url
    \r\n
    De URL om de brochure te downloaden.
    \r\n
    \r\nbrochure.label
    \r\n
    Het vertaalde label voor de brochure URL.
    \r\n
    \r\nwarranty.icon
    \r\n
    De URL naar het pictogram voor de garantievoorwaarden.
    \r\n
    \r\nwarranty.url
    \r\n
    De URL om de garantievoorwaarden te downloaden.
    \r\n
    \r\nwarranty.label
    \r\nHet vertaalde label voor de garantievoorwaarden URL.
    \r\n
    \r\n
    image1
    \r\nDe URL voor het eerste plaatje dat bij dit product hoort.
    \r\n
    \r\nthumbnail1
    \r\n
    De URL naar het pictogram voor het eerste plaatje dat bij dit product\r\nhoort.
    \r\n
    \r\nimage2
    \r\nDe URL voor het tweede plaatje dat bij dit product hoort.
    \r\n
    \r\n thumbnail2
    \r\n
    De URL naar het pictogram voor het tweede plaatje dat bij dit product\r\nhoort.
    \r\n
    \r\n image3
    \r\nDe URL voor het derde plaatje dat bij dit product hoort.
    \r\n
    \r\n thumbnail1
    \r\n
    De URL naar het pictogram voor het derde plaatje dat bij dit product\r\nhoort.
    \r\n
    \r\n addfeature.url
    \r\n
    De URL om een eigenschap aan dit product toe te voegen.
    \r\n
    \r\naddfeature.label
    \r\nHet vertaalde label voor de voeg eigenschap toe link.
    \r\n
    \r\n feature_loop
    \r\nDeze lus bevat alle eigenschappen van dit product.
    \r\n
    feature.controls
    \r\nDe WebGUI beheergereedschappen voor deze eigenschap. \r\n

    feature.feature
    \r\nDe tekst van de eigenschap zelf.

    \r\n

    \r\n
    \r\n \r\n

    addbenefit.url
    \r\nDe URL om een voordeel van dit product toe te voegen.

    \r\n

    addbenefit.label
    \r\nHet vertaalde label om een voordeel van dit product toe te voegen.

    \r\n

    benefit_loop
    \r\nDeze lus bevat de voordelen voor dit product.

    \r\n
    benefit.benefit
    \r\nDe tekst van het voordeel zelf. \r\n

    benefit.controls
    \r\nDe WebGUI beheersgereedschappen voor dit voordeel.

    \r\n

    \r\n
    \r\n \r\n

    addspecification.url
    \r\nDe URL om een specificatie aan dit product toe te voegen.

    \r\n

    addspecification.label
    \r\nHet vertaalde label voor de specificatie toevoegen link.

    \r\n

    specification_loop
    \r\nDe lijst met specificaties van dit product.

    \r\n
    specification.controls
    \r\n De WebGUI beheersgereedschappen voor deze specificatie. \r\n

    specification.specification
    \r\nDe tekst van de specificatie zelf.

    \r\n

    specification.units
    \r\nDe grootheden voor deze specificatie. vb.: meters

    \r\n

    specification.label
    \r\nDe aanduiding voor deze specificatie vb: hoogte

    \r\n

    \r\n
    \r\n \r\n

    addaccessory.url
    \r\nDe URL om een accessoire aan dit product toe te voegen.

    \r\n

    addaccessory.label
    \r\nHet vertaalde label voor de voeg accessoire toe link.

    \r\n

    accessory_loop
    \r\nDeze lus bevat alle accessoires die bij dit product horen.

    \r\n
    accessory.url
    \r\nDe URL naar de gelinkte accessoire. \r\n

    accessory.title
    \r\nDe titel voor de gelinkte accessoire.

    \r\n

    accessory.controls
    \r\n De WebGUI beheersgereedschappen voor deze accessoire.

    \r\n
    \r\n

    addRelatedProduct.url
    \r\nDe URL om een gerelateerd product toe te voegen.

    \r\n

    addRelatedProduct.label
    \r\nHet vertaalde label voor de voeg gerelateerd product toe link.

    \r\n

    relatedproduct.url
    \r\nDe URL naar het gelinkte product.

    \r\n

    relatedproduct.title
    \r\nDe titel van het gelinkte product.

    \r\n

    relatedproduct.controls
    \r\n De WebGUI beheersgereedschappen voor het gelinkte product.

    \r\n',1039778304,NULL); INSERT INTO international VALUES (62,'Product',3,'Produkt Sjabloon, Toevoegen/Bewerken',1039597061,NULL); INSERT INTO international VALUES (60,'Product',3,'Sjabloon',1037892193,NULL); INSERT INTO international VALUES (6,'Product',3,'Bewerk Produkt',1037892181,NULL); INSERT INTO international VALUES (59,'Product',3,'Naam',1037892167,NULL); INSERT INTO international VALUES (58,'Product',3,'Bewerk Produkt Sjabloon',1037892158,NULL); INSERT INTO international VALUES (57,'Product',3,'Weet u zeker dat u dit sjabloon wilt verwijderen en alle produkten die dit sjabloon gebruiken het standaard sjabloon gaan gebruiken?',1037892087,NULL); INSERT INTO international VALUES (56,'Product',3,'Voeg een produkt sjabloon toe.',1037891948,NULL); INSERT INTO international VALUES (55,'Product',3,'Voeg een voordeel toe.',1037891925,NULL); INSERT INTO international VALUES (54,'Product',3,'Voordelen',1037891909,NULL); INSERT INTO international VALUES (53,'Product',3,'Bewerk Voordeel',1037891897,NULL); INSERT INTO international VALUES (52,'Product',3,'Nog een voordeel toevoegen?',1037891873,NULL); INSERT INTO international VALUES (51,'Product',3,'Voordeel',1037891848,NULL); INSERT INTO international VALUES (50,'Product',3,'Voordelen zijn het resultaat van kenmerken van het produkt. Ze beschrijven\r\nwaarom het produkt zo goed is. Als er voordelen worden toegevoegd, kan er\r\noverwogen worden om ook de kenmerken toe te voegen.
    \r\n
    \r\nVoordeel
    \r\nEr kan een nieuw voordeel ingevoerd worden of een voordeel gekozen worden\r\nvan degene die al ingevoerd zijn.
    \r\n
    \r\nNog een voordeel toevoegen?
    \r\nAls er meteen nog een voordeel toegevoegd gaat worden, selecteer dan \"Ja\".
    \r\n',1037891794,NULL); INSERT INTO international VALUES (5,'Product',3,'Weet u zeker dat u deze specificatie wilt verwijderen?',1037890879,NULL); INSERT INTO international VALUES (49,'Product',3,'Produkt Voordeel, Toevoegen/Bewerken',1037890769,NULL); INSERT INTO international VALUES (48,'Product',3,'Weet u zeker dat u dit voordeel wilt verwijderen? Het kan niet meer herstelt worden zodra het verwijderd is.',1037890738,NULL); INSERT INTO international VALUES (47,'Product',3,'Gerelateerde produkten zijn produkten die vergelijkbaar zijn met een produkt of die een aanvulling op een produkt.
    \r\n
    \r\nGerelateerde produkten
    \r\nTe kiezen van de lijst met produkten die al ingevoerd zijn.
    \r\n
    \r\nNog een gerelateerd produkt toevoegen?
    \r\nSelecteer \"Ja\" als er nog een gerelateerd produkt toegevoegd gaat worden.
    ',1043314348,NULL); INSERT INTO international VALUES (46,'Product',3,'Produkt (Gerelateerd), Toevoegen/Bewerken',1037890155,NULL); INSERT INTO international VALUES (45,'Product',3,'Accesoires zijn produkten die andere produkten verbeteren.
    \r\n
    \r\nAccessoire
    \r\nTe kiezen van de lijst van produkten die al ingevoerd zijn.
    \r\n
    \r\nNog een accessoire toevoegen?
    \r\nSelecteer \"Ja\" als er nog een accessoire toe te voegen is.
    \r\n',1037890118,NULL); INSERT INTO international VALUES (44,'Product',3,'Produkt Accesoire, Toevoegen/Bewerken',1037889995,NULL); INSERT INTO international VALUES (43,'Product',3,'Specificaties zijn de technische details van een produkt.
    \r\n
    \r\nEtiket
    \r\nHet type specificatie, bijvoorbeeld hoogte, breedte of kleur. Er kan een\r\nspecificatie gekozen worden die al voor een ander produkt zijn ingevoerd\r\nof er kan een nieuwe specificatie ingevoerd worden.
    \r\n
    \r\nSpecificatie
    \r\nDe waarde van de specficatie. Als bijvoorbeeld de hoogte als etiket is gekozen,\r\nkan er een geatalswaarde als \"18\" ingevoerd worden.
    \r\n
    \r\nUnits
    \r\nde eenheid waarin een specificatie wordt uitgedrukt. Als hoogte het label\r\nis kan de eenheid \"meter\" zijn.
    \r\n
    \r\nNog een specificatie toevoegen?
    \r\nAls het gewenst is nog een specificatie in te voeren, slecteer dan \"Ja\".
    \r\n',1037889959,NULL); INSERT INTO international VALUES (42,'Product',3,'Produkt specificatie, Toevoegen/Bewerken',1037889549,NULL); INSERT INTO international VALUES (41,'Product',3,'Kenmerken zijn de redenen om een product te kopen. Kenmerken zijn vaak voordelen,\r\ndus wanneer gewenst kunnen deze kenmerken aan het produkt toegevoegd worden.
    \r\n
    \r\nKenmerken
    \r\nHier kan een nieuw kenmerk ingevoerd worden of een kenmerk van een ander\r\nprodukt uit het systeem geselecteerd worden.
    \r\n
    \r\nVoeg nog een kenmerk toe
    \r\nWanneer meteen een volgend kenmerk toegevoegd gaat worden, klik dan op \"Ja\".
    \r\n',1037889520,NULL); INSERT INTO international VALUES (40,'Product',3,'Produkt Kenmerk, Toevoegen/Bewerken',1037888542,NULL); INSERT INTO international VALUES (4,'Product',3,'Weet u zeker dat u de relatie van dit gerelateerde produkt wilt verwijderen?',1037888510,NULL); INSERT INTO international VALUES (14,'Product',3,'Handleiding',1037888418,NULL); INSERT INTO international VALUES (39,'Product',3,'WebGUI heeft een ingebouwd produkt management systeem, zodat produkten en \r\ndiensten snel en makkelijk gepubliceerd kunnen worden.
    \r\n
    \r\n Sjabloon
    \r\n
    Kies de layout voor dit product.
    \r\n
    \r\nPrijs

    \r\n De prijs van het produkt. Hier kan optioneel \"Prijs op te vragen per telefoon\" \r\ningevuld worden, of de prijs kan weggelaten worden.
    \r\n
    \r\n Produktnummer
    \r\n Het produktnummer, SKU, ISBN of een andere indentificatie van dit produkt.
    \r\n
    \r\n Afbeelding van het produkt 1
    \r\n Een afbeelding van het produkt.
    \r\n
    \r\n Afbeelding van het produkt 2
    \r\n Een afbeelding van het produkt.
    \r\n
    \r\n Afbeelding van het produkt 3
    \r\n Een afbeelding van het produkt.
    \r\n
    \r\n Brochure
    \r\n De brochure van dit produkt
    \r\n
    \r\n Handleiding
    \r\n De produkt, gebruiks of onderhouds handleiding van dit produkt.
    \r\n
    \r\n Garantie
    \r\n De Garantie van dit produkt.
    \r\n
    \r\n',1039776947,NULL); INSERT INTO international VALUES (38,'Product',3,'Produkt, Toevoegen/Bewerken',1039597055,NULL); INSERT INTO international VALUES (37,'Product',3,'Voeg een gerelateerd produkt toe.',1037887563,NULL); INSERT INTO international VALUES (35,'Product',3,'Voeg een specificatie toe.',1037887541,NULL); INSERT INTO international VALUES (34,'Product',3,'Voeg een kenmerk toe.',1037887519,NULL); INSERT INTO international VALUES (33,'Product',3,'Gerelateerde Produkten',1037887489,NULL); INSERT INTO international VALUES (32,'Product',3,'Accessoires',1037887468,NULL); INSERT INTO international VALUES (31,'Product',3,'Specificaties',1037887450,NULL); INSERT INTO international VALUES (30,'Product',3,'Kenmerken',1037887437,NULL); INSERT INTO international VALUES (3,'Product',3,'Bent u zeker dat u dit kenmerk wilt verwijderen?',1037887426,NULL); INSERT INTO international VALUES (29,'Product',3,'Eenheden',1037887391,NULL); INSERT INTO international VALUES (28,'Product',3,'Nog een specificatie toevoegen?',1037887284,NULL); INSERT INTO international VALUES (27,'Product',3,'Specificatie',1037887266,NULL); INSERT INTO international VALUES (26,'Product',3,'Etiket',1037887254,NULL); INSERT INTO international VALUES (25,'Product',3,'Bewerk specificatie',1037887221,NULL); INSERT INTO international VALUES (24,'Product',3,'Nog een kenmerk toevoegen?',1037887202,NULL); INSERT INTO international VALUES (23,'Product',3,'Kenmerk',1037887174,NULL); INSERT INTO international VALUES (22,'Product',3,'Bewerk kenmerk',1037887164,NULL); INSERT INTO international VALUES (21,'Product',3,'Nog een gerelateerd produkt toevoegen?',1037887124,NULL); INSERT INTO international VALUES (20,'Product',3,'Gerelateerd Produkt',1037887093,NULL); INSERT INTO international VALUES (2,'Product',3,'Weet u zeker dat u het verband met dit accessoire wilt verwijderen?',1037887076,NULL); INSERT INTO international VALUES (19,'Product',3,'Voeg gerelateerd produkt toe',1037887015,NULL); INSERT INTO international VALUES (18,'Product',3,'Nog een accessoire toevoegen?',1037886992,NULL); INSERT INTO international VALUES (17,'Product',3,'Accessoire',1037886896,NULL); INSERT INTO international VALUES (16,'Product',3,'Voeg Accesoire Toe',1037886864,NULL); INSERT INTO international VALUES (15,'Product',3,'Garantie',1037886643,NULL); INSERT INTO international VALUES (13,'Product',3,'Brochure',1037886574,NULL); INSERT INTO international VALUES (11,'Product',3,'Productnummer',1037886548,NULL); INSERT INTO international VALUES (10,'Product',3,'Prijs',1037886531,NULL); INSERT INTO international VALUES (1,'Product',3,'Produkt',1037886076,NULL); INSERT INTO international VALUES (71,'Poll',3,'Peilingen kunnen gebruikt worden om een overzicht van de meningen van de\r\ngebruikers te krijgen.
    \r\n
    \r\nActief
    \r\nAls dit vak aangevinkt is kunnen gebruikers stemmen. In andere gevallen kunnen\r\nze alleen de resultaten van de peiling zien.
    \r\n
    \r\nWie kan stemmen?
    \r\nKies de groep die kan stemmen op deze peiling.
    \r\n
    \r\nKarma per stem
    \r\nHoeveel karma moet er aan een gebruiker gegeven worden wanneer er door de\r\ngebruiker gestemd wordt.
    \r\n
    \r\nGrafiekbreedte
    \r\nDe breedte van de grafiek waarin de resultaten van de peiling weergegevn\r\nworden. De breedte wordt gemeten in pixels.
    \r\n
    \r\nVraag
    \r\nWat is de vraag die aan de gebruikers gesteld wordt?
    \r\n
    \r\nAntwoorden
    \r\nVoer de mogelijke antwoorden op de vraag in. Voer één antwoord\r\nin per regel. Peiling kunnen slechts 20 mogelijke antwoorden bevatten.
    \r\n
    \r\nVolgorde antwoorden willekeurig?
    \r\nOm te zorgen dat de gebruikers niet bevooroordeelt worden door de volgorde\r\nvan de antwoorden, kunnen de antwoorden iedere keer in een andere volgorde\r\nweergegevn worden. Selecteer \"Ja\" om de antwoorden in een wisselende volgorde\r\nte plaatsen.
    \r\n
    \r\nStemmen op nul zetten.
    \r\nZet het aantal stemmen van deze peiling op nul.
    \r\n
    \r\n
    N.B.: De volgende\r\nstylesheet mogelijkheden zijn ingesteld voor het peilings-wobject:
    \r\n
    \r\n.peilingAntwoord
    \r\nEen mogelijk antwoord in de peiling
    \r\n
    \r\n.peilingKleur
    \r\nDe kleur van een percentage balk van een peiling
    \r\n
    \r\n.peilingVraag
    \r\nDe vraag van een peiling
    \r\n',1037886059,NULL); INSERT INTO international VALUES (61,'Poll',3,'Peiling, Toevoegen/Bewerken',1063589851,NULL); INSERT INTO international VALUES (20,'Poll',3,'Karma per stem',1037884915,NULL); INSERT INTO international VALUES (12,'Poll',3,'Totaal Aantal Stemmen',1063589764,NULL); INSERT INTO international VALUES (61,'MessageBoard',3,'Berichtenbord, Toevoegen/Bewerken',1063589750,NULL); INSERT INTO international VALUES (72,'DataForm',3,'Er kan een willekeurig aantal velden aan het e-mail formulier toegevoegd\r\nworden.
    \r\n
    \r\n Veldnaam
    \r\n De naam van dit veld. Dit dient uniek te zijn voor alle velden op het formulier.
    \r\n
    \r\n Status
    \r\n Verborgen velden zijn niet zichtbaar voor de gebruiker, maar worden wel\r\nmeegezonden in de email.
    \r\n Weergegeven velden laat de gebruiker het veld zien, maar stelt de gebruiker \r\nniet in staat het veld aan te passen.
    \r\n Aanpasbare velden kunnen ingevuld worden door de gebruiker.
    \r\n Zorg dat een Standaardwaarde ingevuld word als hier voor een verborgen of \r\nweergegeven veld wordt gekozen.
    \r\n
    \r\n Type
    \r\n Kies het type element voor dit veld. De volgende typen velden worden ondersteund:
    \r\n URL: Een textveld dat automatisch ingevulde URL\'s  opmaakt.
    \r\n Tekstveld: een standaard tekstveld.
    \r\n Datum: Een tekstveld met een popup window waar een datum in geselecteerd \r\nkan worden.
    \r\n Ja/Nee: Een set van keuzeknoppen.
    \r\n Email adres: Een tekstveldwaar een geldig email adres ingevuld moet worden \r\ndoor de gebruiker.
    \r\n Tekstvak: Een simpel tekstvak.
    \r\n Aanvinkveld: Een enkel aanvinkveld
    \r\n Drop-down veld: een drop-down veld. Gebruik het Mogelijke Waarden veld om \r\nelke weer te geven mogelijkheid in te voeren. Voer één optie \r\nin per regel.
    \r\n
    \r\n Mogelijke Waarden
    \r\n Dit vled wordt alleen gebruikt voor het type drop-down veld. Voer de waarden \r\nin die in het drop-down veld weergegeven moeten worden, per regel één.
    \r\n
    \r\n Standaard Waarde (optioneel)
    \r\n Voer de eventuele standaard waarde van het veld in. Voor Ja/Nee velden voer \r\n \"ja \" of \"nee\" in om respectievelijk  \"Ja\"  en \"Nee\" van te\r\nvoren te selecteren. Voor Aanvinkvelden voer \"aangevinkt\" in om het vak vante\r\nvoren aan te vinken.
    \r\n
    \r\n Verder gaan met toevoegen velden?
    \r\n Laat dit aangevinkt staan als direct na het invoeren van het veld nog een \r\nveld ingevoerd wordt.
    \r\n
    \r\n',1039776778,NULL); INSERT INTO international VALUES (71,'LinkList',3,'Link lijsten zijn precies wat het zegt, een lijst van links. Veel webpaginas \r\nhebben een link sectie, dit wobject automatiseert het proces.
    \r\n
    \r\n Sjabloon
    \r\n
    Kies een layout voor dit wobject.
    \r\n
    \r\n Hoe verder?
    \r\nKies het standaard antwoord als u meteen een link toe wilt voegen na het\r\naanmaken van de lijst.
    \r\n',1039775791,NULL); INSERT INTO international VALUES (71,'FileManager',3,'De bestanden beheerder is ontworpen om te helpen de bestanden te distriburen \r\nop de site. Hiermee kan gespecificeerd worden wie bestanden mag downloaden \r\nvan de site.
    \r\n
    \r\n Sjabloon
    \r\n
    Kies een layout voor de bestanden beheerder.
    \r\n
    \r\nBreek Af Na

    \r\n Hoeveel bestanden moeten er weergegeven worden voordat de bestanden over \r\nmeer paginas verdeeld worden? Met andere woorden: hoeveel bestanden moeten \r\ner getoond worden per pagina?
    \r\n
    \r\n Doorgaan met nog een bestand toevoegen?
    \r\n Laat dit aangevinkt staan wanneer meteen nog meer bestanden toegevoegd \r\nworden.
    \r\n
    \r\n',1039775538,NULL); INSERT INTO international VALUES (61,'LinkList',3,'Link Lijst, Toevoegen/Bewerken',1039597029,NULL); INSERT INTO international VALUES (71,'Item',3,'Net als artikelen zijn items een soort Zwitsers zakmes van WebGUI. De meeste\r\nstukken statische inhoud kunnen worden toegevoegd met behulp van Objecten, \r\nhoewel Objecten meestal een kleinere inhoud hebben dan Artikelen.
    \r\n
    \r\n URL link
    \r\n Dit URL zal worden verbonden met dit Object.
    \r\n
    \r\n Voorbeeld: http://www.google.com
    \r\n
    \r\n Bijlage
    \r\n Als het gewenst is een tekstbestand, een zip-bestand of een ander willekeurig \r\ntype bestand toe te voegen als bijlage, die gedownload kan worden door gebruikers, \r\ndient dit bestand gekozen te worden van de harde schijf.
    \r\n
    \r\nSjabloon
    \r\nKies een layout voor dit object.
    \r\n',1039783783,NULL); INSERT INTO international VALUES (61,'Item',3,'Item, Toevoegen/Bewerken',1039783705,NULL); INSERT INTO international VALUES (6,'Item',3,'Bewerk Item',1039783723,NULL); INSERT INTO international VALUES (73,'FileManager',3,'Bestandstitel  
    \r\n De titel die voor dit bestand zal worden weergegeven.
    \r\n
    \r\nBestand
    \r\n
    Kies het bestand van de harde schijf dat in de wonload manager wordt \r\ningeladen.
    \r\n
    \r\n Alternatieve Versie #1
    \r\n Een alternatieve versie van het bestand. Als het bestand bijvoorbeeld een\r\nJPEG is, kan de alternatieve versie een .TIF of .BMP formaat hebben.
    \r\n
    \r\n Alternatieve Versie #2
    \r\n Een alternatieve versie van het bestand. Als het bestand bijvoorbeeld een\r\nJPEG is, kan de alternatieve versie een .TIF of .BMP formaat hebben.
    \r\n
    \r\n Korte samenvatting
    \r\n Een korte beschrijving van het bestand. Zorg dat er sleutelwoorden in staan \r\nwaar gebruikers naar zouden kunnen zoeken.
    \r\n
    \r\n Download Groep
    \r\n Kies de groep die dit bestand kan downloaden.
    \r\n
    \r\n Hoe verder?
    \r\nAls u nog een bestand wilt toevoegen kies dan \"voeg nog een bestand toe\"\r\nanders kunt u terug gaan naar de huidige pagina.
    \r\n
    \r\n',1039775633,NULL); INSERT INTO international VALUES (847,'WebGUI',1,'Go back to the current page.',1039587250,NULL); INSERT INTO international VALUES (848,'WebGUI',1,'There is a syntax error in this template. Please correct.',1039892202,NULL); INSERT INTO international VALUES (837,'WebGUI',3,'Map, Toevoegen/Bewerken',1039785647,NULL); INSERT INTO international VALUES (835,'WebGUI',3,'Knipsel, Toevoegen/Bewerken',1039785635,NULL); INSERT INTO international VALUES (833,'WebGUI',3,'Bestand, Toevoegen/Bewerken',1039785591,NULL); INSERT INTO international VALUES (786,'WebGUI',3,'WebGUI\'s collaterale inhoudsbeheer systeem laat u bestanden en tekst uploaden naar een centrale repository zodat u het later overal in uw inhoud kunt gebruiken.',1063590384,NULL); INSERT INTO international VALUES (785,'WebGUI',3,'Collateralen, Beheer',1063590357,NULL); INSERT INTO international VALUES (675,'WebGUI',3,'Zoekmachine, Gebruiken',1039783009,NULL); INSERT INTO international VALUES (674,'WebGUI',3,'Allerlei instellingen, Bewerken',1039783002,NULL); INSERT INTO international VALUES (670,'WebGUI',3,'Plaatje, Toevoegen/Bewerken',1039782993,NULL); INSERT INTO international VALUES (669,'WebGUI',3,'Macros, Gebruiken',1063590321,NULL); INSERT INTO international VALUES (666,'WebGUI',3,'Stijl, Toevoegen/Bewerken',1039782945,NULL); INSERT INTO international VALUES (663,'WebGUI',3,'Berichten instellingen, Bewerken',1063590303,NULL); INSERT INTO international VALUES (656,'WebGUI',3,'Bedrijfsinformatie, Bewerken',1039782919,NULL); INSERT INTO international VALUES (642,'WebGUI',3,'Pagina, Toevoegen/Bewerken',1063590281,NULL); INSERT INTO international VALUES (640,'WebGUI',3,'Sjablonen verwijderen zonder te weten wat voor bijwerkingen dit kan hebben is niet verstandig (sommige paginas kunnen het sjabloon nog gebruiken). Wanneer ervoor gekozen wordt een sjabloon te verwijderen, zulleen alle paginas die dit sjabloon gebruiken het standaard sjabloon gaan gebruiken.',1039782887,NULL); INSERT INTO international VALUES (639,'WebGUI',3,'Sjabloon Naam
    \r\n Geef dit sjabloon een beschrijvende naam, zodat bekend is welk sjabloon\r\naan een pagina wordt toegevoegd.
    \r\n
    \r\nNamespace
    \r\n
    Wat voor soort sjabloon is dit?
    \r\n
    \r\n Sjabloon
    \r\nMaak uw sjabloon door gebruik te maken van sjabloon commando\'s, variabelen,\r\nmacro\'s en HTML.
    \r\n
    \r\n<b>N.B.:</b> het is niet de bedoeling dat u de sjablonen die\r\nmet WebGUI meegeleverd worden zelf aanpast omdat deze iedere keer dat u WebGUI\r\nupdate overschreven worden. Kopieer de sjablonen naar een eigen sjabloon\r\nen bewerk de kopie in plaats daarvan.
    \r\n',1039782867,NULL); INSERT INTO international VALUES (638,'WebGUI',3,'Sjablonen bepalen hoe inhoud in WebGUI wordt getoond. WebGUI komt standaard met een flink aantal sjablonen en met het sjabloon beheer systeem kunt u uw eigen sjablonen toevoegen om ervan verzekerd te zijn dat de site er precies zo uitziet als u wilt.',1063590267,NULL); INSERT INTO international VALUES (636,'WebGUI',3,'Volg deze simpele stappen om een pakket te maken: \r\n
      \r\n
    1. Selecteer \"Beheer Pakketten\" uit het administratieve functies menu
    2. \r\n
    3. Voeg een pagina toe en geef de pagina een naam. Deze naam is meteen \r\nook de naam van het pakket.
    4. \r\n
    5. Ga naar de nieuwe pagina en voeg paginas en wobjecten toe. Elke pagina \r\nof wobject die toegevoegd worden zullen iedere keer dat dit pakket ontplooid \r\nwordt, gemaakt worden.
    6. \r\n \r\n
    \r\n Aantekeningen:
    \r\n Een gebruiker kan alleen pakketten toevoegen, bewerken of verwijderen, als \r\nhij/zij tot de Pakketten Beheerders of Beheerders groep behoort.
    \r\n
    \r\n De inhoud die zich in een wobject bevindt wordt automatisch gekopieerd wanneer \r\nhet pakket ontplooid wordt.
    \r\n
    \r\n Privileges en stijlen die tot paginas behoren worden niet gekopieerd wanneer \r\nhet pakket ontplooid wordt. De paginas nemen de privileges en stijlen aan \r\ndie in het gebied staan waar het pakket ontplooid wordt.
    \r\n
    \r\n',1039782625,NULL); INSERT INTO international VALUES (635,'WebGUI',3,'Pakketten zijn groepen van pagina en wobjecten die voorbereid zijn, zadat ze samen ingezet kunnen worden. Een pakketten beheerder kan het nodig achten een pakket te maken dat op verscheidene paginas een berichtenbord, een FAQ en een peiling heeft, omdat ze vaak gebruikt worden. Pakketten worden meestal samengesteld om de herhalende taken te verlichten.

    \r\nEen pakket dat vaak gemaakt wordt is een Pagina/Artikel pakket. Het is vaak het geval dat iemand een pagina wilt toevoegen met een Artikel voor de inhoud. In plaats van de stappen van het maken van een pagina (pagina toevoegen, naar de pagina gaan en dan het artikel toevoegen) te nemen, kan ook een pakket gemaakt worden die al deze stappen in 1 keer maakt.',1039782586,NULL); INSERT INTO international VALUES (634,'WebGUI',3,'Standaard Thuis Pagina (Home Page)
    \r\n Sommige kleine paginas hebben geen thuispagina, maar gebruiken een interne \r\npagina zoals \"Bedrijfs Informatie\" als hun thuispagina. Om deze reden kan \r\nelke pagina op de site de standaard pagina zijn. Mensen krijgen dan deze pagina\r\nte zien als ze alleen het URL opgeven of wanneer ze op de Thuis link klikken\r\ndie gemaakt is met het ^H; macro.
    \r\n
    \r\n Niet Gevonden Pagina
    \r\n Als een pagina die opgevraagd wordt die zich niet in het systeem bevindt, \r\nkan de gebruiker naar de thuispagina of een foutmeldingspagina verwezen worden. \r\nDan kan de gebruiker verder zoeken. Hier kan besloten worden wat het beste \r\nis voor de gebruikers.
    \r\n
    \r\n Document Type verklaring
    \r\n tegenwoordig kan een site bekeken worden met verschillende browsers, inclusief \r\ngeautomatiseerde browsers zoals zoekmachines. De meeste browsers willen weten \r\nwat voor type inhoud er op de pagina staat. Met het doctype etiket  kan\r\ndit gespecificeerd worden. WebGUI genereert standaard een inhoud die met\r\nHTML 4.0 bekeken kan worden.
    \r\n
    \r\n Voeg bewerkings stempel toe aan bijdragen?
    \r\n Wanneer een gebruiker een bijdrage bewerkt op een berichten bord, wordt\r\neen stempel toegevoegd zodat de gebruiker geidentificeerd kan worden en bepaald \r\nkan worden wanneer de bijdrage is gemaakt. Op sommige paginas is deze informatie \r\noverbodig, daarom kan deze functie hier ook uitgezet worden.
    \r\n
    \r\n Bijgedragen HTML filteren
    \r\n Vooral wanneer een site publiekelijk toegankelijk is en iedereen bijdragen \r\nkan leveren aan bijvoorbeeld berichtenborden is het een goed idee om de inhoud \r\nte filteren voor beschadigende code, die het bekijken door bezoekers kan bemoeilijken..\r\nIn sommige omstandigheden kan het zelfs leiden tot veiligheidsproblemen. Gebruik\r\ndeze instelling om te bepalen hoeveel er gefilterd moet worden.
    \r\n
    \r\n Maximum Grootte Bijlagen
    \r\n De maximum grootte (in kilobytes) van bijlagen die ingeladen kunnen worden \r\nin het systeem.
    \r\n
    \r\n Maximale Afmeting Afbeeldingen
    \r\n Wanneer afbeeldingen, die groter zijn dan de maximale afmeting, in het systeem \r\nworden ingeladen, worden de afmetingen bepaald op de maximale afmetingen. \r\nDe maximale afmeting worden gemeten in pixels en zal de langste zijde van \r\nde afbeelding gebruiken om te kijken of de limiet is overschreden.
    \r\n
    \r\n Miniatuur Grootte
    \r\n Wanneer afbeeldingen in het systeem worden ingeladen, zullen ze automatisch \r\nminiaturen hebben die gegenereerd zijn tot de grootte die hier wordt ingevoerd. \r\nMiniatuur grootte wordt in pixels gemeten.
    \r\n
    \r\nKnipsel preview lengte
    \r\nHoeveel karakters van een knipsel moeten getoond worden in de hoofdlijst\r\nvan het collaterale beheerssysteem.
    \r\n
    \r\n Rijen Tekst Gebieden
    \r\n Sommige paginas willen de grootte van de formulieren die WebGUI maakt kunnen \r\ncontroleren. Met deze instelling kan het aantal rijen met karakters, dat weergegeven\r\nwordt in de tekst gebieden, gespecificeerd worden.
    \r\n
    \r\n Kolommen Tekst Gebieden
    \r\n Sommige paginas willen de grootte van de formulieren die WebGUI maakt kunnen \r\ncontroleren. Met deze instelling kan het aantal kolommen met karakters, dat \r\nweergegeven wordt in de tekst gebieden, gespecificeerd worden.
    \r\n
    \r\n Grootte Tekst Velden
    \r\n Sommige paginas willen de grootte van de formulieren die WebGUI maakt kunnen \r\ncontroleren. Met deze instelling kan het aantal karakters dat in één \r\nkeer in tekst velden weergegeven wordt gespecificeerd worden.
    \r\n
    \r\n De te gebruiken Editor
    \r\n WebGui heeft de uitgebreide Rich Editor die gebruikers in staat stelt tekst \r\nte bewerken alsof ze met Microsoft Word® of een ander tekstverwerkingsprogramma \r\nwerken. Om dit te gebruiken moet \"htmlArea\" geselcteerd worden. Soms zijn\r\nnog meer ontwikkelde editors nodig voor bijvoorbeeld Spell Check. Daarom kan\r\neen derde editor, Real Objects Edit-On \r\nPro® geinstalleerd worden. Nadat het geinstalleerd is verander dan \r\ndeze optie. Wanneer er meer gedetailleerde instructie nodig is, kan deze gevonden\r\nworden bij Ruling WebGUI.
    \r\n
    \r\n',1039782572,NULL); INSERT INTO international VALUES (624,'WebGUI',3,'WebGUI macros worden gebruikt voor het maken van dynamische inhoud binnen een voor de rest statische inhoud. Zo kan bijvoorbeeld voor elke pagina getoond worden welke gebruikers op deze pagina ingelogd zijn of er kan een dynamisch gebouwd menu of een webpad weergegeven worden.
    \r\n
    \r\nMacros beginnen altijd met een carat (dakje) (^) en wordt vervolgd met minstens één ander karakter en eindigen met een puntkomma (;). Sommige macros kunnen uitgebreid of aangepast worden door de opmaak\r\n^x(\"aangepaste tekst\"); te gebruiken.\r\n
    \r\nN.B.
    \r\nOnderstaande macros worden apart gehouden voor systeem of wobject specifieke functies zoals het SQL Verslag wobject en de Body in de Stijl Beheerder.^-;, ^0;, ^1;, ^2;, ^3;, etc
    ',1043314531,NULL); INSERT INTO international VALUES (71,'USS',3,'Begruikersbijdrage systemen zijn een goede manier om een een gevoel van betrokkenheid\r\n te krijgen voor een pagina, alsook om een gratis inhoud te krijgen van de\r\n gebruikers.
    \r\n
    \r\n Hoofd sjabloon
    \r\n
    Kies een layout voor dit gebruikersbijdrage systeem.
    \r\n
    \r\nBijdrage sjabloon
    \r\n
    Kies een layout voor de individuele bijdragen.
    \r\n
      \r\n \r\n
    \r\n Wie kan goedkeuren?
    \r\n Welke groep kan inhoud goed-en afkeuren?
    \r\n
    \r\n Wie kan bijdragen?
    \r\n Welke groep kan inhoud toevoegen?
    \r\n
    \r\n Bijdragen Per Pagina
    \r\n Hoeveel bijdragen moeten per pagina op de lijst van bijdragen gezet worden?
    \r\n
    \r\n Standaard Status
    \r\n Moeten bijdragen standaard op Goedkeurd, Wachtend of Afgekeurd staan\r\n in de bijdrage index?
    \r\n
    \r\n N.B.: Als de standaard status Wachtend is, moet het berichtenlogboek\r\n in de gaten gehouden worden voor nieuwe bijdragen.
    \r\n
    \r\n Karma Per Bijdrage
    \r\n Hoeveel karma moet een gebruiker gegeven worden wanneer er mee gedaan wordt\r\n aan het gebruikersbijdrage systeem?
    \r\n
    \r\n Miniaturen tonen?
    \r\n Als er zich een afbeelding in de bijdrage bevindt, dan wordt een miniatuur\r\n afgebeeld in de matrix (zie hierboven).
    \r\n
    \r\n Discussie toestaan?
    \r\n Is het gewenst een discussie toe te voegen aan dit gebruikerbijdrage systeem? \r\nGebruikers zijn dan in staat om op alle bijdragen te reageren.
    \r\n
    \r\n Wie kan discussiëren?
    \r\n Selecteer de groep die mee kan doen aan de discussie.
    \r\n
    \r\n Verlopen na
    \r\n Hoe lang kunnen gebruikers hun bijdrage bewerken?
    \r\n
    \r\n N.B.: Zet deze limiet niet te hoog. Een voordeel van discussies is\r\n dat er precies op wordt geslagen wie wat zegt. Als er lange tijd bewerkt\r\nkan worden kan de gebruiker teruggaan en de gedachten over een lang geleden\r\ngedane uitspraak veranderen.
    \r\n
    \r\n Karma Per Bijdrage
    \r\n Hoeveel karma moet er aan een gebruiker gegeven worden als ze bijdragen\r\naan de discussie?
    \r\n
    \r\n Wie kan bewerken?
    \r\n Selecteer de groep die de discussie kan bewerken.
    \r\n
    \r\n Moderatietype?
    \r\n Het type moderatie dat gebruikt wordt, kan gekozen worden. Naderhand\r\n betekent dat een bericht meteen publiekelijk gepubliceerd wordt. Vooraf\r\n Betekent dat een moderatiebevoegde een bericht moet zien en goedkeuren voordat\r\n ze publiekelijk weergegeven worden. Er wordt automatisch een bericht gestuurd\r\n naar de moderatiebevoegde, dit bericht komt in de WebGUI Inbox van de moderatiebevoegde.
    \r\n
    \r\n N.B.: Bij beide typen moderatie kan de moderatiebevoegde de berichten\r\n van gebruikers bewerken of verwijderen.
    \r\n
    \r\n',1039779058,NULL); INSERT INTO international VALUES (71,'MessageBoard',3,'Berichtenborden, ook forum en/of discussie genoemd, zijn een goede manier \r\nom betrokkenheid an een webpagina od intranet toe te voegn. Veel bedrijven \r\ngebruiken berichtenborden om samen te werken bij projecten.
    \r\n
    \r\n Berichten per pagina.
    \r\n Als een bezoeker voor het eerst op een berichtenbord komt, zal eerst een \r\nlijst met onderwerpen van het berichtenbord getoond worden. Wanneer een berichtenbord \r\npopulair is zal het snel veel onderwerpen bevatten. Met de Berichten Per Pagina\r\nbepaling kan het aantal onerwerpen op een pagina gespecificeerd worden.
    \r\n
    \r\n E-mail sjabloon
    \r\n
    Selecteer de layout voor de hoofdlijst van deze discussie.
    \r\n
    \r\nWie kan reageren?

    \r\n Selecteer de groep die reacties op de discussies kan plaatsen.
    \r\n
    \r\n Stel reactietijd in
    \r\n Hoe lang moet een gebruiker in staat zijn zijn reactie te bewerken voordat \r\ndeze mogelijkheid afgesloten wordt.
    \r\n
    \r\n N.B.: Zet deze limiet niet te hoog. Een voordeel van discussies is \r\ndat er precies op wordt geslagen wie wat zegt. Als er lange tijd bewerkt kan\r\nworden kan de gebruiker teruggaan en de gedachten over een lang geleden gedane\r\nuitspraak veranderen.
    \r\n
    \r\n Karma per bericht
    \r\n Hoeveel karma moet er aan een gebruiker gegeven worden wanneer ze op de\r\ndiscussie reageren?
    \r\n
    \r\n Wie kan bewerken?
    \r\n Selecteer de groep die de discussie kan bewerken.
    \r\n
    \r\n Moderatietype?
    \r\n Het type moderatie dat gebruikt wordt, kan gekozen worden. Naderhand \r\nbetekent dat een bericht meteen publiekelijk gepubliceerd wordt. Vooraf \r\nBetekent dat een moderatiebevoegde een bericht moet zien en goedkeuren voordat \r\nze publiekelijk weergegeven worden. Er wordt automatisch een bericht gestuurd \r\nnaar de moderatiebevoegde, dit bericht komt in de WebGUI Inbox van de aanpasbevoegde.
    \r\n
    \r\n N.B.: Bij beide typen moderatie kan de moderatiebevoegde de berichten \r\nvan gebruikers bewerken of verwijderen.
    \r\n',1039776873,NULL); INSERT INTO international VALUES (71,'FAQ',3,'Het lijkt alsof elke website, intranet en extranet in de wereld een Frequently \r\nAsked Questions (FAQ, in het Nederlands: Vaak Gestelde Vragen) sectie heeft. \r\nDit wobject biedt hulp bij het bouwen van zo\'n sectie.
    \r\n
    \r\n Sjabloon
    \r\n
    Kies een layout voor deze FAQ.
    \r\n
    \r\n
    Hoe verder?
    \r\nSelecteer \"nog een vraag toevoegen\" als u meteen nog een vraag toe wilt voegen.
    \r\n
    \r\n \r\n
    N.B.: De volgende \r\nstijl is specifiek voor het FAQ wobject in sommige van de ingebouwde FAQ\r\nsjablonen.
    \r\n
    \r\n .faqQuestion
    \r\n Een FAQ vraag, dit ter onderscheiding van een antwoord.
    \r\n
    \r\n',1039775411,NULL); INSERT INTO international VALUES (61,'FileManager',3,'Bestands beheer, Toevoegen/Bewerken',1039741327,NULL); INSERT INTO international VALUES (846,'WebGUI',3,'

    Deze macro\'s zijn voornamelijk handig voor het beheren van stijlen in WebGUI.

    \r\n ^AdminBar;
    \r\n Plaatst de administratieve werkbalk op de pagina. Dit is een vereist \r\n element in het \"body\" segment van de Stijl Beheerder.
    \r\n
    \r\n ^c; - Bedrijfsnaam
    \r\n De De naam van het bedrijf gespecicificeerd in de instellingen.
    \r\n
    \r\n \r\n
    \r\n ^e; Bedrijfs email Adres
    \r\n Het email adres dat door de beheerder in gespecificeerd in de instellingen.
    \r\n
    \r\n ^Extras;
    \r\n Zet het pad in de WebGUI \"extras\" map, die dingen als de WebGUI iconen \r\n bevat.
    \r\n
    \r\n ^PageTitle;
    \r\n Toont de titel van de huidige pagina.
    \r\n
    \r\n N.B.: Wanneer er begonnen wordt met het gebruiken van de beheerders\r\n functies of de geavanceerde functies van wobjecten zal de pagina titel\r\neen link worden die u terug zal brengen naar de pagina.
    \r\n
    \r\n ^r; of ^r(); - Maak Pagina Printbaar
    \r\n Dit macro maakt een link die de stijl van een pagina verwijdert, zodat\r\n een pagina printbaar wordt. Ook kan de tekst van de link verandert worden\r\n door het macro als volgt te gebruiken: ^r(\"Print Mij\");.
    \r\n
    \r\n De huidige stijl van de pagina wordt standaard vervangen door de \"Maak\r\n Pagina Printbaar\" stijl uit het Stijlbeheer. Dit kan desgewenst voorkomen\r\n worden door de naam van een andere stijl te specificeren als tweede parameter:
    \r\n ^r(\"Print\",\"WebGUI\");
    \r\n
    \r\n N.B.: Ook kan het speciale geval ^r(linkonly); gebruikt worden \r\ndoor alleen het URL op te sturen om de pagina printbaar te maken. De .makePrintableLink\r\n stijl is verbonden aan dit macro.
    \r\n
    \r\n ^u; - Bedrijfs URL
    \r\n Het door de beheerder gespecificeerde URL van het bedrijf.
    \r\n
    \r\n^?; - Zoek
    \r\nVoegt een zoekopdracht veld toe aan de pagina. Het zoek veld is gebonden\r\naan het in WebGUI ingebouwde zoekprogramma.
    \r\n
    \r\nN.B.: De .searchBox Stylesheet klasse is gebonden aan dit macro.
    \r\n
    \r\n

    ^-;
    \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.

    \r\n',1039740718,NULL); INSERT INTO international VALUES (844,'WebGUI',3,'

    Deze macro\'s hebben te maken met gebruikers en logins.

    \r\n ^a; or ^a();- Mijn Account Link
    \r\n Een link naar de account informatie. Ook kan de link tekst veranderd \r\n worden door een macro op de volgende manier te maken: ^a(Account Info\");.
    \r\n
    \r\n Aantekening: Er kan ook het speciale geval ^a(linkonly);\r\ngebruikt worden om alleen het URL naar de account pagina terug te sturen\r\nen niet meer. Ook is de .myAccountLink stylesheet klasse aan dit macro\r\ngebonden.
    \r\n
    \r\n ^AdminText();
    \r\n Laat een klein tekstbericht zien aan een gebruiker die in de beheerders\r\n modus is. Voorbeeld: ^AdminTekst(\"u bent in de beheerders modus!\");
    \r\n
    \r\n ^Admintoggle; of ^AdminToggle();
    \r\n Plaatst een link op de pagina die allen zichtbaar is voor inhoud \r\nbeheerders en beheerders. De link zet de beheerders modus aan of uit. \r\nEr kan optioneel ook een ander bericht weergegeven worden op de volgende \r\nmanier: ^AdminToggle(\"Bewerken Aan\",Bewerken Uit\");
    \r\n
    \r\n ^GroupText();
    \r\n Toont een klein bericht aan de gebruikers die tot een bepaaldegroep \r\nbehoren. Voorbeeld: ^GroupText(\"Bezoekers\",\" Je hebt een account nodig om\r\niets leuks te kunnen doen op deze pagina\");
    \r\n
    \r\n\r\n Aantekening: Er kan ook het speciale geval ^H(linkonly); gebruikt\r\n worden om alleen het URL terug te zetten op dat van de homepage en niets\r\n meer. De .homeLink stylesheet klasse kan alleen voor dit macro gebruikt\r\nworden.
    \r\n
    \r\n ^L; of ^L(); - Login
    \r\n Een klein login formulier. Dit macro kan ook aangepast worden. De breedte \r\n kan op de volgende manier ingesteld worden: ^L(20);. Ook kan een bericht \r\n weergegeven worden wanneer de gebruiker net ingelogd is op de volgende manier:
    \r\n ^L(20,Hi ^a(^@;);. Klik %hier% om uit te loggen!);.
    \r\n
    \r\n N.B.: De .loginBox stylesheet klasse is verbonden met dit macro.
    \r\n
    \r\n ^LoginToggle; of ^LoginToggle();
    \r\n Toont een \"Logout\" of \"Login\" bericht afhankelijk van of de gebruiker\r\n ingelogd is of niet. Ook kunnen andere berichten weergegeven worden op\r\nde volgende manier:
    \r\n ^LoginToggle(\"Klik hier om in te loggen.\",\"Klik hierom uit te loggen\");.
    \r\n
    \r\n ^@; - Gebruikersnaam
    \r\nDe gebruiksnaam van de momenteel ingelogde gebruiker.
    \r\n
    \r\n^#; - Gebruikers Identificatie
    \r\nDe Identificatie van de momenteel ingelogde gebruiker.
    \r\n
    \r\n',1039740451,NULL); INSERT INTO international VALUES (842,'WebGUI',3,'

    Deze macro\'s worden gebruikt om navigatie op de site te maken.

    \r\n ^C; of ^C(); - Webpad
    \r\n Een dynamisch gemaakt webpad van de huidige pagina. Ook kan een delimeter\r\n gespecificeerd worden die tussen paginas gebruikt wordt door ^C(::);\r\nte gebruiken. De standaard delimeter is >.

    \r\n

    N.B. De .crumbTrail style sheet klasse is aan dit macro gekoppeld.

    \r\n ^FlexMenu;
    \r\n Dit menu macro maakt een top-niveau menu dat groter wordt wanneer\r\neen gebruiker een menu object selecteerd.
    \r\n
    \r\n ^H; of ^H(); - Home Link
    \r\n Een link naar de homepage van deze webpagina. Ook kan de tekst van\r\nde link aangepast wordendoor een macro te maken op de volgende manier:\r\n^H(\"Go Home\");.
    \r\n
    \r\n

    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\n

    N.B. II: De .homeLink style sheel klasse is aan dit macro gekoppeld.

    \r\n ^M; of ^M(); - Huidig Menu (Vertikaal)
    \r\n Eeen vertikaal menu dat de subpaginas bevat in het heidige niveau. Ook \r\n kan dit macro aangepast worden door te specificeren hoe veel niveaus diep \r\n het menu moet afbeelden. Standaard zal alleen het eerste niveau getoond \r\nworden. Om bijvoorbeeld drie niveaus diep te tonen kan het macro alsvolgt \r\ngebruikt worden: ^M(3); Als het aantal niveaus op nul gezet wordt \r\nzal de hele pagina boom getoond worden.
    \r\n
    \r\n ^m; - Huidig Menu (Horizontaal)
    \r\n Een horizontaal menu dat de sub paginas bevat in het huidige niveau. \r\nEr kan optioneel met ^m(:--:); een delimeter gespecificeerd worden die tussen\r\n paginas gebruikt wordt.
    \r\n De standaard delimeter is ·.
    \r\n
    \r\n ^P; of ^P(); - Vorig Menu (Vertikaal)
    \r\n Een vertikaal menu dat de subpaginas van een niveau lager bevat. Het\r\naantal niveaus in het menu kan gespecificeerd worden. Standaard zal alleen\r\nhet eerste niveau getoond worden. Om bijvoorbeeld drie niveaus diep te tonen\r\nkan het macro alsvolgt gebruikt worden: ^P(3); Als het aantal niveaus\r\nop nul gezet wordt zal de hele pagina boom getoond worden.
    \r\n
    \r\n ^p; - Vorig Menu (Horizontaal)
    \r\n
    Een horizontaal menu dat de subpaginas van een niveau lager bevat. \r\n Er kan optioneel met ^p(:--:); een delimeter gespecificeerd worden die tussen\r\n paginas gebruikt wordt.
    \r\n De standaard delimeter is ·.
    \r\n
    \r\n^rootmenu of ^rootmenu(); (Horizontaal)
    \r\n Dit macro maakt een horizontaal menu die uit de verschillende roots , \r\nbehalve de WebGUI systeem roots, bestaat. Ook kan een menu delimeter gespecificeerd\r\n worden op de volgende manier: ^rootmenu(|);
    \r\n
    \r\n ^S(); - Specifiek SubMenu (Vertikaal)
    \r\n Met dit macro kan het submenu van een pagina verkregen worden, beginnend \r\n met de pagina die gespecificeerd is. Het thuispagina submenu kan bijvoorbeeld \r\n verkregen worden door het macro als volgt te specificeren: ^S(\"home\",0);. \r\n De eerste waarde is de URL versie van de titel van de pagina en de tweede \r\n waarde is het aantal niveaus dat getoond moet worden. Het eerste niveau is\r\n het enige dat standaard getoond wordt. Om drie niveaus diep te tonen moet\r\n het macro op de volgende manier gemaakt worden:^S(\"home\",3);.
    \r\n
    \r\n ^s(); - Specifiek SubMenu (Horizontaal)
    \r\n Met dit macro kan het submenu van een pagina verkregen worden, beginnend\r\n met de pagina die gespecificeerd is. Het thuispagina submenu kan bijvoorbeeld\r\n verkregen worden door het macro als volgt te specificeren: ^S(\"home\");. \r\n De waarde is de URL versie van de titel van de pagina. Er kan optioneel met\r\n ^s(\"home\",:--:); een delimeter gespecificeerd worden die tussen paginas gebruikt\r\n wordt. De standaard delimeter is ·.
    \r\n
    \r\n
    \r\n ^Synopsis; of ^Synopsis(); Menu
    \r\n Dit macro zorgt dat er een submenu van een pagina getoond wordt met een \r\nkorte samenvattting van elke link. Er kan een geheel getal gespecificeerd \r\nworden om het aantal niveaus dat getoond wordt te bepalen.
    \r\n
    \r\n N.B.: De stylesheet klassen .synopsis_sub, .synopsis_summary en\r\n.synopsis_title zijn verbonden aan dit macro.
    \r\n
    \r\n ^T; of ^T(); -Top Level Menu (Vertikaal)
    \r\n Een vertikaal menu  dat de belangrijkste paginas van een site bevat\r\n (ook bekend als de subpaginas van de home pagina). Ook kan dit macro\r\n aangepast worden door te specificeren hoe veel niveaus diep het menu moet\r\n afbeelden. Standaard zal alleen het eerste niveau getoond worden. Om bijvoorbeeld\r\n drie niveaus diep te tonen kan het macro alsvolgt gebruikt worden: ^T(3);\r\n Als het aantal niveaus op nul gezet wordt zal de hele pagina boom getoond\r\n worden.
    \r\n
    \r\n ^t; - Top Level Menu (Horizontal)
    \r\n Een horizontaal menu dat de belangrijkste paginas van een site bevat (ook\r\n bekend als de subpaginas van de home pagina). Er kan optioneel met ^t(:--:);\r\n een delimeter gespecificeerd worden die tussen paginas gebruikt wordt.
    \r\n De standaard delimeter is ·.
    \r\n
    \r\n ^/; - URL van het Systeem
    \r\n Het URL van het gateway script (voorbeeld: /index.pl/).
    \r\n
    \r\n ^\\; - URL van de Pagina
    \r\n Het URL van de huidige pagina (voorbeeld: /index.pl/pagename).
    \r\n
    ',1039740268,NULL); INSERT INTO international VALUES (840,'WebGUI',3,'

    Deze macro\'s worden gebruikt om in programmeer achtige functionaliteit te voorzien.

    \r\n ^D; of ^D(); - Datum
    \r\n De huidige datum en tijd.
    \r\n
    \r\n De datum kan aangepast worden door datum opmaak symbolen te gebruiken.\r\n Als er een macro ^D(\"%c %D, %y\"); gemaakt wordt zal het de datum\r\n op de vologende manier weergeven: September 26, 2001. De volgende\r\n lijst bestaat uit de beschikbare opmaak symbolen:
    \r\n
    \r\n \r\n\r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n
    %%%
    %y4 cijferige jaaraanduiding
    %Y2 cijferige jaaraanduiding
    %m2 cijferige jaaraanduiding
    %Mvariabel aantal cijfers
    %cnaam van de maand
    %d2 cijferige datumaanduiding
    %Dvariabel aantal cijfers
    %wnaam van de dag
    %h2 cijferige basis 12 uurs klok
    %Hvariabel aantal cijfers 12 hour
    %j2 cijferige basis 24 uurs klok
    %Jvariabel aantal cijfers 24 hour
    %pkleine letters am/pm
    \r\n
    %Phoofdletters AM/PM
    %zgebruikers voorkeur datum opmaak
    %Zgebruikers voorkeur tijdsopmaak
    \r\n
    \r\n^Env();
    \r\n Dit macro kan gebruikt worden om een webserver omgeving variabel weer\r\n te geven op een pagina. De verschillende omgevings variabelen, die op\r\nelke server beschikbaar zijn,  kunnen nu uitgezocht worden voor de\r\neigen webserver door naar http://www.tourwebguisite.com/env.pl te gaan.
    \r\n
    \r\n Het macro moet op de volgende manier gespecificeerd worden: ^Env(\"REMOTE_ADDR\");.
    \r\n
    \r\n ^Execute();
    \r\n Stelt een inhouds beheerder of beheerder in staat een extern programma \r\n uit te voeren. Dit neemt de volgende vorm aan: ^Execute(\"/this/file.sh\");.
    \r\n
    \r\n ^FormParam();
    \r\n Dit macro wordt vooral gebruikt om dynamische zoekopdrachten in SQL\r\n verslagen te doen. Door dit macro te gebruiken kan de waarde van elk veld\r\n genomen worden door de naam van het veld te specificeren op de volgende\r\nmanier:
    \r\n ^FormParam(\"phoneNumber\");.
    \r\n
    \r\n ^Include();
    \r\n Stelt een inhoud beheerder of beheerder in staat een bestand bij te\r\nvoegen van het locale bestandssysteem. Dit neemt de volgende vorm aan:
    \r\n ^Include(\"/this/file.html\");
    \r\n
    \r\n^International();
    \r\nTrek een vertaald bericht uit het internationalisatie systeem.\r\n\r\nVoorbeeld: ^International(45,\"Article\");
    \r\n
    \r\n ^Page();
    \r\n Dit kan gebruikt worden om informatie zoals bijvoorbeeld het URL over \r\nde huidige pagina in te winnen. Het URL kan op de volgende manier verkregen\r\n worden: ^Page(\"urlizedTitle\"); of de menu titel als volgt: ^Page(\"menuTitle\");.
    \r\n
    \r\n ^SQL();
    \r\n Een eenregelig SQL verslag. Soms moet informatie snel uit een database \r\ngehaald worden. Dit macro is ook nuttig om het SQL Verslag wobject uit te \r\nbreiden. Het gebruikt numerieke macros (^0;, ^1;, ^2; etc) om data te positioneren\r\n en kan ook het ^rownum; macro gebruiken net zoals het SQL Verslag wobject.\r\n Voorbeelden:
    \r\n
    \r\n ^SQL(\"select count(*) from users\",\"There are ^0; users on this system.\");
    \r\n
    \r\n ^SQL(\"select usedId,username from users order by username\",\"<a href=\'^/;?op=viewProfile&uid=^0;\'>^1;</a><br>\"); \r\n
    \r\n ^URLEncode();
    \r\n Dit macro is nuttig in SQL verslagen, maar ook elders. De invoer wordt door \r\nURL Encode zo gemaakt dat de invoer doorgegeven kan worden door een URL. De\r\nsyntax ziet er zo uit: ^URLEncode(\"Is dit mijn invoer?\");
    \r\n
    \r\n ^User();
    \r\n Met dit macro kan informatie over een gebruiker of het profiel van een gebruiker \r\ngetoond worden. Als bijvoorbeeld het email adres van een gebruiker getoond \r\nmoet worden ziet het macro er zo uit: ^User(\"email\");
    \r\n
    \r\n^*; of ^*(); - Willekeurig Getal
    \r\nEen willekeurig gegenereerd getal. Dit wordt vaak gebruikt voor afbeeldingen\r\ndie niet in het cache geheugen opgeslagen moeten worden. Ook kan het macro\r\nzo gedefinieerd worden dat er een willekeurig getal tussen de 0 en 100 gegeven\r\nwordt: ^*(100);.
    \r\n
    \r\n^-;, ^0;, ^1;, ^2;, ^3;, etc
    \r\nDeze macros worden apart gehouden voor systeem of wobject specifieke functies\r\nzoals het SQL Verslag wobject en de Body in de Stijl Beheerder.
    \r\n
    \r\n
    ',1039739731,NULL); INSERT INTO international VALUES (836,'WebGUI',3,'

    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\n

    Naam
    \r\nGeef uw knipsel een unieke naam waaraan u later kunt refereren om het op te vragen.

    \r\n

    Organiseer in map
    \r\nIn welke collaterale map moet dit knipsel bewaard worden?

    \r\n

    Knipsel
    \r\nBegin met typen! Of nog beter, knip het knipsel uit een ander electronisch document en plak het hier in.

    ',1039739063,NULL); INSERT INTO international VALUES (834,'WebGUI',3,'

    U kunt iedere soort bestand in de repository plaatsen zodat u deze later kunt gebruiken.

    \r\n

    Naam
    \r\nGeef dit bestand een unieke naam die u kunt gebruiken om er later aan te refereren.

    \r\n

    Beheer in een map
    \r\nIn welke map moet dit bestand bewaard worden?\r\n

    \r\n

    Bestand
    \r\nSelecteer een bestand van uw harddisk om te uploaden.

    ',1039738822,NULL); INSERT INTO international VALUES (832,'WebGUI',3,'

    Het collaterale inhoudsbeheer systeem heeft de beschikking over enkele specifieke macro\'s.

    \r\n^File();
    \r\nDit macro maakt een snelle bestandslink. Het maakt een pictogram voor het bestand en laat de bestandsnaam zien. Daarna linkt het naar dit bestand zodat het gedownload kan worden.

    \r\n

    ^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.

    \r\n

    Voorbeeld: ^I(\"logo\");\r\n

    \r\n^i();
    \r\nDit macro haalt de URL voor willekeurige inhoud uit het systeem.\r\n

    \r\nVoorbeeld: ^i(\"status rapportage\");\r\n

    \r\n\r\n^Snippet();
    \r\nDit makro haalt de inhoud van het knipsel uit het systeem en plakt het in de pagina.\r\n

    \r\nVoorbeeld: ^Snippet(\"flash code\");\r\n

    \r\n\r\n^Thumbnail();
    \r\nDit makro geeft de URL voor het pictogram van een plaatje uit het systeem.\r\n

    \r\nVoorbeeld: ^Thumbnail(\"trouwfoto\");\r\n

    \r\n\r\n^ThumbnailLinker();
    \r\nDit macro bouwt een plaatje zoals het Thumbnail macro en maakt daar een link van naar het plaatje op volledige groote.\r\n

    \r\nVoorbeeld: ^ThumbnailLinker(\"trouwfoto\");\r\n

    \r\n\r\n',1043314308,NULL); INSERT INTO international VALUES (77,'USS',3,'

    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\n

    title
    De titel van deze bijdrage.

    \r\n

    content
    De volledige inhoud van deze bijdrage.

    \r\n

    user.label
    Het vertaalde label voor wat deze gebruiker\r\naan het systeem bijgedragen heeft.

    \r\n

    user.profile
    De URL naar het profiel van de gebruiker\r\ndie deze bijdrage gepost heeft.

    \r\n

    user.username
    De gebruikersnaam van de gebruiker die\r\ndeze bijdrage gepost heeft.

    \r\n

    user.id
    Het id waaraan de gebruiker die deze bijdrage\r\ngeleverd heeft geidentificeerd kan worden.

    \r\n

    date.label
    Het vertaalde label voor op welke datum deze\r\nbijdrage gepost is.

    \r\n

    date.epoch
    De tijd die verstreken is in seconden sinds 1\r\njanuari 1970 waarop deze bijdrage geleverd is.

    \r\n

    date.human
    Een voor mensen leesbare datum die de datum\r\nen tijd aangeeft waarop deze bijdrage geleverd is.

    \r\n

    status.label
    Het vertaalde label dat de status van deze\r\nbijdrage aangeeft.

    \r\n

    status.status
    De status van deze bijdrage\r\n(goedgekeurd,wachtend,afgekeurd).

    \r\n

    views.label
    Het vertaalde label voor het aantal keer dat\r\ndeze bijdrage bekeken is.

    \r\n

    views.count
    Het aantal keer dat deze bijdrage bekeken\r\nis.

    \r\n

    canPost
    Een conditie die aangeeft of deze gebruiker al\r\ndan niet een nieuwe bijdrage mag leveren.

    \r\n

    post.url
    De URL om een nieuwe bijdrage te posten.

    \r\n

    post.label
    Het vertaalde label voor de post link.

    \r\n

    previous.more
    Een conditie die aangeeft of er enige\r\nvoorgaande bijdragen beschikbaar zijn voor deze bijdrage. \r\n

    \r\n

    previous.url
    Een URL naar de bijdrage die hiervoor kwam.

    \r\n

    previous.label
    Het vertaalde label voor de vorige link.

    \r\n

    next.more
    Een conditie die aangeeft of er nog bijdragen\r\nna deze beschikbaar zijn.

    \r\n

    next.url
    De URL naar de bijdrage na deze.

    \r\n

    next.label
    Het vertaalde label voor de bijdrage na deze.

    \r\n

    canEdit
    Een conditie die aangeeft of de huidige\r\ngebruiker deze bijdrage mag bewerken of verwijderen.

    \r\n

    edit.url
    De URL om deze bijdrage te bewerken.

    \r\n

    edit.label
    Het vertaalde label om deze bijdrage te\r\nbewerken.

    \r\n

    delete.url
    De URL om deze bijdrage te verwijderen.

    \r\n

    delete.label
    Het vertaalde label voor de link om deze\r\nbijdrage te verwijderen.

    \r\n

    canChangeStatus
    Een conditie die aangeeft of de huidige\r\ngebruiker de privileges heeft om de status van deze bijdrage aan te\r\npassen.

    \r\n

    approve.url
    De URL om deze bijdrage goed te keuren.

    \r\n

    approve.label
    Het vertaalde label voor de link om goed\r\nte keuren.

    \r\n

    deny.url
    De URL om deze bijdrage af te keuren.

    \r\n

    deny.label
    Het vertaalde label voor de link om af te\r\nkeuren.

    \r\n

    leave.url
    De URL om deze post in z\'n huidige status te\r\nlaten.

    \r\n

    leave.label
    Het vertaalde label voor de link om de\r\nhuidige status te handhaven.

    \r\n

    canReply
    Een conditie die aangeeft of de huidige\r\ngebruiker op deze bijdrage mag reageren.

    \r\n

    reply.url
    De URL om op deze post te reageren.

    \r\n

    reply.label
    Het vertaalde label voor de reageren link.

    \r\n

    search.url
    De URL om het WebGUI krachtzoek formulier aan\r\nof uit te zetten.

    \r\n

    search.label
    Het vertaalde label voor de krachtzoek\r\nlink.

    \r\n

    back.url
    De URL om de gebruiker terug te laten keren\r\nnaar de hoofdlijst met bijdragen.

    \r\n

    back.label
    Het vertaalde label voor het terugkeren.

    \r\n

    replies
    Een volledige lijst met alle reacties op deze\r\nbijdrage.

    ',1039737802,NULL); INSERT INTO international VALUES (838,'WebGUI',3,'Mappen worden gebruikt om naburigen te organiseren, ongeveer op dezelfde manier waarop bestanden op de harddisk worden opgeslagen of mappen in een hangmappenkast.

    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.

    ',1039710269,NULL); INSERT INTO international VALUES (847,'WebGUI',3,'Ga terug naar de huidige pagina.',1039709981,NULL); INSERT INTO international VALUES (75,'USS',3,'De volgende sjabloon variabelen zijn beschikbaar om uw gebruikers bijdrage\r\nsysteem aan te passen.
    \r\n

    readmore.label
    \r\nHet vertaalde label dat aangeeft dat de gebruiker hier moet klikken om meer\r\nte lezen.

    \r\n

    responses.label
    \r\nHet vertaalde label dat aangeeft dat de gebruiker hier moet klikken om antwoorden\r\nop deze bijdrage te lezen.

    \r\n

    canPost
    \r\nEen conditie die aangeeft of een gebruiker een nieuwe bijdrage mag toevoegen. \r\n

    \r\n

    post.url
    \r\nDe URL om een nieuwe bijdrage toe te voegen.

    \r\n

    post.label
    \r\nHet vertaalde label voor de post link.

    \r\n

    search.label
    \r\nHet vertaalde label voor de zoek link.

    \r\n

    search.url
    \r\nDe URL om WebGUI\'s krachtzoek formulier aan of uit te zetten.

    \r\n

    search.form
    \r\nWebGUI\'s krachtzoek formulier.

    \r\n

    title.label
    \r\nHet vertaalde label voor de titel kolom.

    \r\n

    thumbnail.label
    \r\nHet vertaalde label voor de pictogram kolom.

    \r\n

    date.label
    \r\nHet vertaalde label voor de datum kolom.

    \r\n

    by.label
    \r\nHet vertaalde label voor dat aangeeft door wie de bijdrage bijgedragen was. \r\n

    \r\n

    submissions_loop
    \r\nEen lus die iedere bijdrage bevat.

    \r\n
    submission.id
    \r\nEen unieke waarde waaraan deze bijdrage geidentificeerd kan worden. \r\n

    submission.url
    \r\nDe URL om deze bijdrage te bekijken.

    \r\n

    submission.content
    \r\nDe afgekortte tekstinhoud van deze bijdrage.

    \r\n

    submission.responses
    \r\nHet aantal reacties op deze bijdrage.

    \r\n

    submission.title
    \r\nDe titel voor deze bijdrage.

    \r\n

    submission.userId
    \r\nDe gebruikers Id van de gebruiker die deze bijdrage gepost heeft.

    \r\n

    submission.username
    \r\nDe gebruikersnaam van de gebruiker die deze bijdrage gepost heeft.

    \r\n

    submission.status
    \r\nDe status van deze bijdrage. (goedgekeurd,wachtend,afgekeurd).

    \r\n

    submission.thumbnail
    \r\nHet pictogram van het plaatje dat bij deze bijdrage is toegevoegd (als dat\r\nhet geval is).

    \r\n

    submission.date
    \r\nDe datum waarop deze bijdrage is gepost.

    \r\n

    submission.currentUser
    \r\nEen conditie die aangeeft of de huidige gebruiker dezelfde is als de gebruiker\r\ndie deze bijdrage heeft gepost.

    \r\n

    submission.userProfile
    \r\nDe URL naar het profiel van de gebruiker die deze bijdrage gepost heeft.

    \r\n

    submission.secondColumn
    \r\nEen conditie die aangeeft of deze bijdrage al dan niet in de tweede colom\r\nbehoort, in een meerdere-kolommen layout.

    \r\n

    submission.thirdColumn
    \r\nEen conditie die aangeeft of deze bijdrage al dan niet in de derde colom\r\nbehoort, in een meerdere-kolommen layout. 

    \r\n

    submission.fourthColumn
    \r\nEen conditie die aangeeft of deze bijdrage al dan niet in de vierde colom\r\nbehoort, in een meerdere-kolommen layout. 

    \r\n

    submission.fifthColumn
    \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
    \r\n \r\n

    \r\n

    lastPage
    \r\n Een link naar de laatste pagina van de paginanummering.

    \r\n \r\n

    nextPage
    \r\n Een link naar de volgende pagina van de paginanummering.

    \r\n \r\n

    previousPage
    \r\n Een link naar de vorige pagina van de paginanummering. 

    \r\n \r\n

    pageList
    \r\n Een lijst van links naar alle pagina\'s in de paginanummering. 

    \r\n \r\n

    multiplePages
    \r\n Een conditionele variabele die aangeeft of er meer dan een pagina in de \r\npaginanummering is.

    \r\n',1039699226,NULL); INSERT INTO international VALUES (830,'WebGUI',3,'Pagina sjablonen worden gebruikt om wobjects op een pagina te organiseren.\r\nOm dit te doen moet u paginasjabloon posities maken. U kunt een onbeperkt\r\naantal posities in uw paginasjabloon opnemen, maar u moet er altijd minstens\r\neen positioneren. De paginasjabloon positie ziet er zo uit:
    \r\n
    <tmpl_var page.position1>
    <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 ...>

    \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.
    \r\n \r\n

    page_loop
    \r\nDeze lus bevat alle pagina\'s in de sitemap.

    \r\n page.indent
    \r\nHet opsommingsteken voor deze pagina die de diepte in de paginaboom aangeeft. \r\n

    page.url
    \r\nDe URL naar de pagina.

    \r\n

    page.id
    \r\nDe unieke waarde waaraan deze pagina in WebGUI intern gerefereerd wordt.

    \r\n

    page.title
    \r\nDe titel van deze pagina.

    \r\n

    page.menutitle
    \r\nDe titel van deze pagina die in de navigatie wordt getoond.

    \r\n

    page.synopsis
    \r\nDe beschrijving van de inhoud van deze pagina (als die bestaat).

    \r\n

    page.isRoot
    \r\nEen conditie die aangeeft of deze pagina een root is.

    \r\n',1039989891,NULL); INSERT INTO international VALUES (74,'MessageBoard',3,'De volgende sjabloon variabelen zijn beschikbaar om het berichtenbord aan\r\nte passen:
    \r\n \r\n

    canPost
    \r\nEen conditie die aangeeft of de huidige gebruiker privileges heeft om een\r\nnieuw bericht te posten.

    \r\n

    post.url
    \r\nDe URL om een nieuw bericht te posten.

    \r\n

    post.label
    \r\nHet vertaalde label voor de URL om een nieuw bericht te posten.

    \r\n

    search.url
    \r\nDe URL om in dit berichtenbord te zoeken.

    \r\n

    search.label
    \r\nHet vertaalde label voor de zoek URL.

    \r\n

    subject.label
    \r\nHet vertaalde label voor de onderwerp kolom.

    \r\n

    user.label
    \r\nHet vertaalde label voor de gebruiker kolom.

    \r\n

    date.label
    \r\nHet vertaalde label voor de datum kolom.

    \r\n

    views.label
    \r\nHet vertaalde label voo\n r de aantal keer bekeken kolom.

    \r\n

    replies.label
    \r\nHet vertaalde label voor de reacties kolom.

    \r\n

    last.label
    \r\nHet vertaalde label voor de laatste reactie kolom.

    \r\n

    message_loop
    \r\nDe lus die de berichten bevat.

    \r\n
    last.url
    \r\n De URL voor de laatste reactie op dit bericht. \r\n

    last.subject
    \r\nHet ondewerp van de laatste reactie op dit bericht.

    \r\n

    last.username
    \r\nDe gebruiker die de laatste reactie op dit bericht gepost heeft.

    \r\n

    last.userProfile
    \r\nDe URL naar het profiel van de gebruiker die de laatste reactie op dit bericht\r\ngepost heeft.

    \r\n

    last.date
    \r\nDe datum waarop de laatste reactie op dit bericht gepost is.

    \r\n

    message.subject
    \r\nHet onderwerp van dit bericht.

    \r\n

    message.date
    \r\nDe datum waarop dit bericht gepost is.

    \r\n

    me\n ssage.user
    \r\nDe gebruiker die dit bericht gepost heeft.

    \r\n

    message.views
    \r\nHet aantal keer dat dit bericht bekeken is.

    \r\n

    message.replies
    \r\nHet aantal reacties op dit bericht.

    \r\n

    message.url
    \r\nDe URL om dit bericht te bekijken.

    \r\n

    message.currentUser
    \r\nEen conditie die aangeeft of de huidige gebruiker ook de gebruiker is die\r\ndit bericht gepost heeft.

    \r\n

    message.status
    \r\nDe status van dit bericht (lopend, goedgekeurd, afgekeurd).

    \r\n

    \r\n
    \r\n \r\n

    firstPage
    \r\nEen link naar de eerste pagina van de paginanummering.

    \r\n

    lastPage
    \r\nEen link naar de laatste pagina van de paginanummering.

    \r\n

    nextPage
    \r\nEen link naar de volgende pagina van de paginanummering.

    \r\n

    previousPage
    \r\nEen link naar de vorige pagina van de paginanummering. 

    \r\n\n

    pageList
    \r\nEen lijst van links naar alle pagina\'s in de paginanummering. 

    \r\n

    multiplePages
    \r\n Een conditionele variabele die aangeeft of er meer dan een pagina in de\r\npaginanummering is.

    \r\n
    \r\n',1056211622,NULL); INSERT INTO international VALUES (61,'FAQ',3,'FAQ, Toevoegen/Bewerken',1039596915,NULL); INSERT INTO international VALUES (61,'ExtraColumn',3,'Extra Kolom, Toevoegen/Bewerken',1039596903,NULL); INSERT INTO international VALUES (61,'EventsCalendar',3,'Evenementen Kalender, Toevoegen/Bewerken',1039596872,NULL); INSERT INTO international VALUES (71,'Article',3,'Artikelen zijn het snijblad van het zwitsers zakmes van WebGUI. De meeste \r\nstatische inhoud kan toegevoegd worden via het artikel.
    \r\n
    \r\n Plaatje
    \r\n Kies een plaatjesbestand (.jpg, .gif, .png) van je harddisk. Dit bestand \r\nzal op de server bewaard worden en bij het artikel weergegeven worden.
    \r\n
    \r\n Plaatje uitlijnen
    \r\n
    Kies hier waar het plaatje uitgelijnd zal worden ten opzichte van het \r\nartikel.
    \r\n
    \r\n Bijlage
    \r\n Voor het toevoegen van bijvoorbeeld een zip bestand of een tekstverwerkingsbestand \r\nzodat andere gebruikers dit van de WebGUI server op kunnen halen kan hier \r\neen bijlage gekozen worden vanaf de harddisk. Deze worden net zoals plaatjes \r\nop de server bewaard.
    \r\n
    \r\n Link Titel
    \r\n
    Voor het toevoegen van een link aan het artikel kan hier een titel gekozen \r\nworden.
    \r\n
    \r\n Voorbeeld: ProcoliX
    \r\n
    \r\n Link URL
    \r\n Voor de toegevoegde link kan hier de URL (uniform resource locator) toegevoegd \r\nworden.
    \r\n
    \r\n Voorbeeld: http://www.procolix.com
    \r\n
    \r\n Enter converteren?
    \r\n Wanneer hier HTML-code ingevoerd is heeft deze optie niet veel zin. Wanneer \r\nechter geen HTML ingevoerd wordt kan ervoor gekozen dat iedere \"Enter\" aanslag \r\nomgezet wordt in een op het scherm zichtbare enter.
    \r\n
    \r\n Discussie toelaten?
    \r\n
    Mag over dit artikel direct en op deze plaats gediscussieerd worden?
    \r\n
    \r\n Wie kan posten?
    \r\n Kies welke groep toestemming heeft om in de discussie te posten.
    \r\n
    \r\n Edit Timeout
    \r\n Hoe lang mag een gebruiker erover doen om posts voor in de discussie te\r\ntypen?
    \r\n
    \r\n Note: Zet deze limiet niet te hoog. Een van de goede dingen van discussies \r\nis dat er een duidelijk overzicht is van wie wat gezegd heeft.
    \r\n Wanneer gebruikers er lang over mogen doen om een post te typen hebben ze \r\neen kans om terug te gaan en van gedachten te veranderen nadat de oorspronkelijke \r\nmening geformuleerd is.
    \r\n
    \r\n Karma Per Post
    \r\n Hoeveel karma moet er aan een gebruiker toegekend worden wanneer ze in de \r\ndiscussie posten?
    \r\n
    \r\n Wie kan modereren?
    \r\n Selecteer de groep die toestemming heeft om de discussie te modereren.
    \r\n
    \r\n Moderatie type?
    \r\n Wat voor type moderatie moet er toegepast worden op de discussie?
    \r\n Achteraf betekent dat wanneer een gebruiker een post gemaakt heeft \r\ndeze direct publiek bekend gemaakt wordt. Vantevoren betekent dat voordat\r\neen post publiek gemaakt wordt deze eerst door een moderator goedgekeurd moet\r\nworden. Waarschuwingen dat zo\'n post gemaakt is wordt automatisch in de moderator\'s\r\nWebGUI Inbox geplaatst.
    \r\n
    \r\n Note: Bij beide typen moderatie kan de moderator altijd post\'s van \r\ngebruikers bewerken of weggooien.
    \r\n
    \r\n',1039596858,NULL); INSERT INTO international VALUES (845,'WebGUI',3,'Stijl macro\'s',1063590454,NULL); INSERT INTO international VALUES (843,'WebGUI',3,'Gebruikers macro\'s',1063590445,NULL); INSERT INTO international VALUES (841,'WebGUI',3,'Navigatie macro\'s',1063590436,NULL); INSERT INTO international VALUES (839,'WebGUI',3,'Programmeer macro\'s',1063590425,NULL); INSERT INTO international VALUES (831,'WebGUI',3,'Collaterale Macro\'s',1063590409,NULL); INSERT INTO international VALUES (829,'WebGUI',3,'Pagina sjabloon',1039543299,NULL); INSERT INTO international VALUES (828,'WebGUI',3,'De meeste wobjects hebben sjablonen die de mogelijkheid geven om de layout\r\nvan de gebruikers interface van dat wobject aan te passen. Deze wobject sjablonen\r\nhebben een gezamenlijke set van variabelen die gebruikt kunnen worden voor\r\nde layout. Ze hebben ook een set eigen variabelen. De volgende sjabloon variabelen\r\nzijn beschikbaar om in alle wobjects de sjablonen aan te passen.
    \r\n

    title
    \r\nDe titel voor dit wobject.

    \r\n

    displayTitle
    \r\nEen conditionele variabele die aangeeft of de titel wel of niet getoond moet\r\nworden.

    \r\n

    description
    \r\nDe beschrijving van dit wobject.

    \r\n

    wobjectId
    \r\nHet nummer dat WebGUI gebruikt om dit wobject te identificeren.

    \r\n',1039543288,NULL); INSERT INTO international VALUES (827,'WebGUI',3,'Wobject sjabloon',1063590390,NULL); INSERT INTO international VALUES (76,'LinkList',3,'De volgende sjabloon variabelen zijn beschikbaar om uw link lijst sjablonen \r\naan te passen.
    \r\n \r\n

    addlink.url
    \r\nDe URL om een link aan deze link lijst toe te voegen.

    \r\n

    addlink.label
    \r\nHet vertaalde label voor de \'voeg link toe\' URL.

    \r\n

    link_loop
    \r\nDeze lus bevat alle informatie over iedere link.

    \r\n link.url
    \r\nDe URL voor deze link. \r\n

    link.name
    \r\nDe tekst om naar te linken.

    \r\n

    link.controls
    \r\nDe WebGUI beheersgereedschappen voor deze link.

    \r\n

    link.newwindow
    \r\nEen conditie die aangeeft of deze link in een nieuw venster geopend moet\r\nworden.

    \r\n

    link.description
    \r\nDe beschrijving van deze link.

    \r\n',1039543022,NULL); INSERT INTO international VALUES (74,'Item',3,'De volgende sjabloon variabelen zijn beschikbaar om uw item sjablonen aan\r\nte passen.
    \r\n \r\n

    attachment.name
    \r\nDe bestandsnaam voor de bijlage bij dit item.

    \r\n

    attachment.url
    \r\nDe URL om de bijlage bij dit item te downloaden.

    \r\n

    attachment.icon
    \r\nDe URL om naar het pictogram bij de bijlage bij dit item.

    \r\n',1039542869,NULL); INSERT INTO international VALUES (76,'FileManager',3,'De volgende sjabloon variabelen zijn beschikbaar om Bestandsbeheer sjablonen\r\naan te passen.
    \r\n

    titleColumn.url
    \r\nDe URL om op titel te sorteren.
    \r\n

    \r\n

    titleColumn.label
    \r\nHet vertaalde label voor de titel.

    \r\n

    descriptionColumn.label
    \r\nHet vertaalde label voor de beschrijving.

    \r\n

    descriptionColumn.url
    \r\nDe URL om op beschrijving te sorteren.

    \r\n

    dateColumn.label
    \r\nHet vertaalde label voor de upload datum.

    \r\n

    dateColumn.url
    \r\nDe URL om op upload datum te sorteren.

    \r\n

    search.form
    \r\nWeGUI krachtzoek formulier.

    \r\n

    search.url
    \r\nDe URL om zoek modus aan en uit te zetten.

    \r\n

    search.label
    \r\nHet vertaalde label voor de zoek link.

    \r\n

    addfile.url
    \r\nDe URL om een bestand aan bestandsbeheer toe te voegen.

    \r\n

    addfile.label
    \r\nHet vertaalde label voor de voeg bestand toe link.

    \r\n

    file_loop
    \r\nEen lus die informatie bevat over iedere file die geupload is in deze bestandsbeheer. \r\n

    \r\n
    file.canView
    \r\nEen conditie die aangeeft of de huidige gebruiker rechten heeft om dit bestand\r\nte bekijken. \r\n

    file.controls
    \r\nDe WebGUI beheergereedschappen voor dit bestand.

    \r\n

    file.title
    \r\nDe titel voor dit bestand.

    \r\n

    file.version1.name
    \r\nDe bestandsnaam voor de eerste versie van dit bestand.

    \r\n

    file.version1.url
    \r\nDe download URL voor de eerste versie van dit bestand.

    \r\n

    file.version1.icon
    \r\nDe URL voor het pictogram voor het bestandstype voor de eerste versie van\r\ndit bestand.

    \r\n

    file.version1.size
    \r\nDe opslaggrootte voor de eerste versie van dit bestand.

    \r\n

    file.version1.type
    \r\nHet type (of bestandsextentie) van de eerste versie van dit bestand.

    \r\n

    file.version1.thumbnail
    \r\nDe URL naar het pictogram voor de eerste versie van dit bestand.

    \r\n

    file.version1.isImage
    \r\nEen conditie die aangeeft of de eerste versie van dit bestand een plaatje\r\nis of niet.

    \r\n

    file.version2.name
    \r\nDe bestandsnaam voor de tweede versie van dit bestand.

    \r\n

    file.version2.url
    \r\nDe download URL voor de tweede versie van dit bestand.

    \r\n

    file.version2.icon
    \r\nDe URL voor het pictogram voor het bestandstype voor de tweede versie van\r\ndit bestand.

    \r\n

    file.version2.size
    \r\nDe opslaggrootte voor de tweede versie van dit bestand. 

    \r\n

    file.version2.type
    \r\nHet type (of bestandsextentie) van de tweede versie van dit bestand.  \r\n

    \r\n

    file.version2.thumbnail
    \r\nDe URL naar het pictogram voor de tweede versie van dit bestand.

    \r\n

    file.version2.isImage
    \r\nEen conditie die aangeeft of de tweede versie van dit bestand een plaatje\r\nis of niet.

    \r\n

    file.version3.name
    \r\nDe bestandsnaam voor de derde versie van dit bestand.

    \r\n

    file.version3.url
    \r\nDe download URL voor de derde versie van dit bestand.

    \r\n

    file.version3.icon
    \r\nDe URL voor het pictogram voor het bestandstype voor de derde versie van\r\ndit bestand.

    \r\n

    file.version3.size
    \r\nDe opslaggrootte voor de derde versie van dit bestand. 

    \r\n

    file.version3.type
    \r\nHet type (of bestandsextentie) van de derde versie van dit bestand.  \r\n

    \r\n

    file.version3.thumbnail
    \r\nDe URL naar het pictogram voor de derde versie van dit bestand.

    \r\n

    file.version3.isImage
    \r\nEen conditie die aangeeft of de derde versie van dit bestand een plaatje\r\nis of niet.

    \r\n

    file.description
    \r\nDe beschrijving van dit bestand.

    \r\n

    file.date
    \r\nDe datum waarop dit bestand geupload is.

    \r\n

    file.time
    \r\nDe tijd waarop dit bestand geupload is.

    \r\n

    \r\n
    \r\n \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

    \r\n

    noresults
    \r\nEen conditie die aangeeft of er bestanden zijn die deze gebruiker mag zien. \r\n

    \r\n

    firstPage
    \r\n Een link naar de eerste pagina van de paginanummering. 

    \r\n

    lastPage
    \r\n Een link naar de laatste pagina van de paginanummering. 

    \r\n

    nextPage
    \r\n Een link naar de volgende pagina van de paginanummering.

    \r\n

    previousPage
    \r\n Een link naar de vorige pagina van de paginanummering.

    \r\n

    pageList
    \r\n Een lijst van links naar alle pagina\'s in de paginanummering.

    \r\n

    multiplePages
    \r\n Een conditionele variabele die aangeeft of er meer dan een pagina in de\r\npaginanummering is.

    \r\n',1039542744,NULL); INSERT INTO international VALUES (77,'FAQ',3,'De volgende sjabloon variabelen zijn beschikbaar om in FAQ sjablonen te gebruiken.
    \r\n

    addquestion.url
    \r\nDe URL om een vraag aan de FAQ toe te voegen.

    \r\n

    addquestion.label
    \r\n Het vertaalde label voor de voeg vraag toe link.

    \r\n

    qa_loop
    \r\nDe lus die variabelen voor iedere FAQ vraag bevat.

    \r\n qa.id
    \r\nHet id om deze vraag te identificeren. \r\n

    qa.answer
    \r\nHet antwoord voor deze vraag.

    \r\n

    qa.question
    \r\nDe vraag zelf.

    \r\n

    qa.controls
    \r\nDe WebGUI beheergereedschappen voor deze vraag.

    \r\n',1039541829,NULL); INSERT INTO international VALUES (73,'Article',3,'De volgende sjabloon variabelen zijn beschikbaar om in artikel sjablonen te\r\ngebruiken.
    \r\n

    attachment.box
    \r\nLaat een standaard WebGUI bijlage box zien, inclusief icoontje, bestandsnaam\r\nen een bijlage indicator.

    \r\n

    attachment.icon
    \r\nDe URL naar het icoon-plaatje voor dit sjabloon type.

    \r\n

    attachment.name
    \r\nDe bestandsnaam voor deze bijlage.

    \r\n

    attachment.url
    \r\nDe URL om deze bijlage te downloaden.

    \r\n

    image.thumbnail
    \r\nDe URL naar het pictogram voor het bijgevoegde plaatje.

    \r\n

    image.url
    \r\nDe URL naar het bijgevoegde plaatje.

    \r\n

    post.label
    \r\nHet vertaalde \'label\' om commentaar aan dit artikel toe te voegen.

    \r\n

    post.URL
    \r\nDe URL om commentaar aan dit artikel toe te voegen.

    \r\n

    replies.count
    \r\nHet aantal commentaar dat bij dit artikel toegevoegd is.

    \r\n

    replies.label
    \r\nDe vertaalde tekst die aangeeft dat je de antwoorden kunt bekijken.

    \r\n

    replies.url
    \r\nDe URL om de antwoorden op dit artikel te bekijken.

    \r\n',1039541698,NULL); INSERT INTO international VALUES (97,'EventsCalendar',3,'Hieronder volgt de lijst met beschikbare sjabloon variabelen voor gebeurtenis\r\nsjablonen.
    \r\n

    title
    \r\nDe titel van deze gebeurtenis.

    \r\n

    start.label
    \r\nHet vertaalde label voor de begindatum.

    \r\n

    start.date
    \r\nDe datum waarop deze gebeurtenis begint.

    \r\n

    end.date
    \r\nDe datum waarop deze gebeurtenis eindigt.

    \r\n

    end.label
    \r\nHet vertaalde label voor de einddatum.

    \r\n

    canEdit
    \r\nEen conditie die aangeeft of de huidige gebruiker een gebeurtenis kan aanpassen. \r\n

    \r\n

    edit.url
    \r\nDe URL om deze gebeurtenis aan te passen.

    \r\n

    edit.label
    \r\nHet vertaalde label voor de bewerk URL.

    \r\n

    delete.url
    \r\nDe URL om deze gebeurtenis te verwijderen.

    \r\n

    delete.label
    \r\nHet vertaalde label om deze URL te verwijderen.

    \r\n

    previous.url
    \r\nDe URL om de gebeurtenis voor deze gebeurtenis te bekijken.

    \r\n

    previous.label
    \r\nHet vertaalde label voor de vorige URL.

    \r\n

    next.label
    \r\nHet vertaalde label voor de volgende URL.

    \r\n

    next.url
    \r\nDe URL om de gebeurtenis na deze gebeurtenis te bekijken.

    \r\n

    description
    \r\nDe beschrijving van deze gebeurtenis.

    \r\n',1039541021,NULL); INSERT INTO international VALUES (95,'EventsCalendar',3,'De volgende sjabloon variabelen zijn beschikbaar om uw evenementen kalender\r\naan te passen.
    \r\n

    addevent.url
    \r\nDe URL om een gebeurtenis aan de kalender toe te voegen.

    \r\n

    addevent.label
    \r\nHet vertaalde label voor de link om een gebeurtenis toe te voegen.

    \r\n

    calendar.big
    \r\nEen  paginavullende kalender.

    \r\n

    calendar.small
    \r\nEen kleine kalender die alleen datumnummers laat zien.

    \r\n

    calendar.firstPage
    \r\nEen link naar de eerste pagina van de kalender paginanummering.

    \r\n

    calendar.lastPage
    \r\nEen link naar de laatste pagina van de kalender paginanummering. 

    \r\n

    calendar.nextPage
    \r\nEen link naar de volgende pagina van de kalender paginanummering.
    \r\n

    \r\n

    calendar.previousPage
    \r\nEen link naar de vorige pagina van de kalender paginanummering. 

    \r\n

    calendar.pageList
    \r\nEen lijst van links naar alle pagina\'s in de kalender paginanummering.

    \r\n

    calendar.multiplePages
    \r\nEen conditionele variabele die aangeeft of er meer dan een pagina in de kalender\r\npaginanummering is.

    \r\n

    list_loop
    \r\nEen lus die de \'lijst layout\' lijst van een kalender bevat.
    \r\n

    \r\n

    \r\n
    list.date
    \r\nDe datum van deze gebeurtenis. \r\n

    list.title
    \r\nDe titel van deze gebeurtenis.

    \r\n

    list.description
    \r\nDe beschrijving van deze gebeurtenis.

    \r\n

    list.sameAsPrevious
    \r\nEen conditionele variabele die aangeeft of deze gebeurtenis dezelfde datum\r\nheeft als de laatse gebeurtenis.

    \r\n

    list.url
    \r\nDe URL naar de paginavullende layout voor deze gebeurtenis.

    \r\n

    list.controls
    \r\nDe WebGUI beheergereedschappen voor deze gebeurtenis. 

    \r\n

    \r\n
    \r\n \r\n

    list.firstPage
    \r\nEen link naar de eerste pagina van de paginanummering. 

    \r\n

    list.lastPage
    \r\nEen link naar de laatste pagina van de paginanummering.  

    \r\n

    list.nextPage
    \r\nEen link naar de volgende pagina van de paginanummering. 
    \r\n

    \r\n

    list.previousPage
    \r\nEen link naar de vorige pagina van de paginanummering. 
    \r\n

    \r\n

    list.pageList
    \r\nEen lijst van links naar alle pagina\'s in de paginanummering.
    \r\n

    \r\n

    list.multiplePages
    \r\nEen conditionele variabele die aangeeft of er meer dan een pagina in de paginanummering\r\nis.

    \r\n',1039540752,NULL); INSERT INTO international VALUES (826,'WebGUI',3,'WebGUI heeft een krachtige sjabloontaal ingebouwd om u maximale controle\r\nte geven over de layout van de inhoud. Hieronder volgt een lijst van de sjabloon\r\ntaal syntax.
    \r\n

    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.

    \r\n

    Syntax: <tmpl_var foo> or <tmpl_var name=\"foo\">

    \r\n

    Voorbeeld: <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

    \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>

    \r\n

    Voorbeeld:
    \r\n <tmpl_loop users>
    \r\n   Naam: <tmpl_var first_name><br/>
    \r\n </tmpl_loop>

    \r\n

    Lus condities
    \r\nLussen hebben speciale conditie-variabelen. Deze zijn __FIRST__ (eerste),\r\n__ODD__ (oneven), __INNER__ (binnenste) en __LAST__ (laatste).

    \r\n

    Examples:
    \r\n

    \r\n
       <TMPL_LOOP FOO>
    <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>
    \r\n \r\n

    NB: Zowel de sjabloontaal als de sabloon variabelen zijn niet\r\nafhankelijk van hoofd of kleine letters (case insensitive).
    \r\n

    \r\n',1039540120,NULL); INSERT INTO international VALUES (825,'WebGUI',3,'Sjabloon, taal',1039525586,NULL); INSERT INTO international VALUES (824,'WebGUI',3,'E-mail voettekst',1039525574,NULL); INSERT INTO international VALUES (823,'WebGUI',3,'Ga naar de nieuwe pagina.',1039525556,NULL); INSERT INTO international VALUES (76,'USS',3,'Bijdrage sjabloon',1039525530,NULL); INSERT INTO international VALUES (74,'USS',3,'Gebruikers bijdrage systeem sjablooon',1039525485,NULL); INSERT INTO international VALUES (80,'Survey',3,'seconden',1039525461,NULL); INSERT INTO international VALUES (79,'Survey',3,'minuten',1039525453,NULL); INSERT INTO international VALUES (78,'Survey',3,'Totale tijd',1039525444,NULL); INSERT INTO international VALUES (77,'Survey',3,'Eind tijd',1039525434,NULL); INSERT INTO international VALUES (76,'Survey',3,'Start tijd',1039525424,NULL); INSERT INTO international VALUES (75,'Survey',3,'Bewerk deze vraag.',1039525414,NULL); INSERT INTO international VALUES (72,'SiteMap',3,'Sitemap sjabloon',1063589863,NULL); INSERT INTO international VALUES (73,'MessageBoard',3,'Berichtenbord sjabloon',1039525381,NULL); INSERT INTO international VALUES (972,'WebGUI',1,'Date and Time',1053278234,'A field that holds a calendar date and clock time.'); INSERT INTO international VALUES (75,'LinkList',3,'Link lijst sjabloon',1039525339,NULL); INSERT INTO international VALUES (73,'Item',3,'Item sjabloon',1039525324,NULL); INSERT INTO international VALUES (75,'FileManager',3,'Bestandsbeheer sjabloon',1039525237,NULL); INSERT INTO international VALUES (76,'FAQ',3,'FAQ sjabloon',1039525212,NULL); INSERT INTO international VALUES (96,'EventsCalendar',3,'Gebeurtenis sjabloon',1039523402,NULL); INSERT INTO international VALUES (94,'EventsCalendar',3,'Evenementen kalender sjabloon',1039523374,NULL); INSERT INTO international VALUES (5,'Auth/WebGUI',3,'Uw wachtwoord kan niet \"password\" zijn.',1039523322,NULL); INSERT INTO international VALUES (4,'Auth/WebGUI',3,'Uw wachtwoord kan niet leeg zijn.',1039523268,NULL); INSERT INTO international VALUES (1,'Auth/WebGUI',3,'WebGUI authenticatie opties',1039523248,NULL); INSERT INTO international VALUES (9,'Auth/SMB',3,'NT Wachtwoord',1039523234,NULL); INSERT INTO international VALUES (8,'Auth/SMB',3,'NT login',1039523219,NULL); INSERT INTO international VALUES (7,'Auth/SMB',3,'NT Domain',1039523208,NULL); INSERT INTO international VALUES (6,'Auth/SMB',3,'BDC',1039523195,NULL); INSERT INTO international VALUES (5,'Auth/SMB',3,'PDC',1039523186,NULL); INSERT INTO international VALUES (4,'Auth/SMB',3,'SMB Aanlogfout (3)
    \r\nU heeft een ongeldig gebruikersnaam/wachtwoord paar gebruikt. Waarschijnlijk heeft u een type-fout gemaakt, probeert u het opnieuw.',1039523177,NULL); INSERT INTO international VALUES (3,'Auth/SMB',3,'SMB Protocolfout (2)
    \r\nNeem contact op met de beheerder.',1039523119,NULL); INSERT INTO international VALUES (2,'Auth/SMB',3,'SMB server fout (1)
    \r\nEr is iets fout gegaan bij het aanspreken van de domain controller. Wellicht is de connectie na lang wachten verbroken.
    \r\nProbeer het opnieuw of neem contact op met de beheerder.',1039523091,NULL); INSERT INTO international VALUES (1,'Auth/SMB',3,'SMB authenticatie opties',1039523015,NULL); INSERT INTO international VALUES (1,'Auth/LDAP',3,'LDAP authenticatie opties',1039522700,NULL); INSERT INTO international VALUES (72,'Article',3,'Artikel Sjabloon',1039522582,NULL); INSERT INTO international VALUES (6,'WobjectProxy',3,'Met de Wobject Proxy kan een wobject van een andere pagina gespiegeld worden\r\nnaar een willekeurige pagina. Dit is praktisch als inhoud in verschillende\r\ndelen van de site gebruikt wordt.
    \r\n
    \r\nWobject Naar Proxy
    \r\nSelecteer het wobject dat naar de proxy moet. Het selectie veld neemt de\r\nvolgende vorm aan: \"Pagina Titel / Wobject Naam\" (Wobject Id) zodat\r\nsnel en precies het wobject dat je zoekt kan vinden.
    \r\n',1038523409,NULL); INSERT INTO international VALUES (93,'EventsCalendar',3,'Volgende Gebeurtenis',1038521732,NULL); INSERT INTO international VALUES (92,'EventsCalendar',3,'Vorige Gebeurtenis',1038521715,NULL); INSERT INTO international VALUES (91,'EventsCalendar',3,'Voeg een nieuwe gebeurtenis toe.',1038521696,NULL); INSERT INTO international VALUES (90,'EventsCalendar',3,'Standaard Maand',1038521672,NULL); INSERT INTO international VALUES (89,'EventsCalendar',3,'Toon 3 maanden vanaf het begin.',1038521656,NULL); INSERT INTO international VALUES (88,'EventsCalendar',3,'Toon 6 maanden vanaf het begin.',1038521641,NULL); INSERT INTO international VALUES (87,'EventsCalendar',3,'Toon 9 maanden vanaf het begin.',1038521611,NULL); INSERT INTO international VALUES (86,'EventsCalendar',3,'Toon 12 maanden vanaf het begin.',1038521589,NULL); INSERT INTO international VALUES (85,'EventsCalendar',3,'Laatste op de kalender.',1038521544,NULL); INSERT INTO international VALUES (84,'EventsCalendar',3,'Einde Maand',1038521522,NULL); INSERT INTO international VALUES (83,'EventsCalendar',3,'Eerstvolgend.',1038521504,NULL); INSERT INTO international VALUES (82,'EventsCalendar',3,'Huidig.',1038521479,NULL); INSERT INTO international VALUES (81,'EventsCalendar',3,'Begin Maand',1038521464,NULL); INSERT INTO international VALUES (80,'EventsCalendar',3,'Gebeurtenissen Sjabloon',1038521447,NULL); INSERT INTO international VALUES (637,'WebGUI',3,'Voornaam
    \r\nDe voornaam van deze gebruiker.
    \r\n
    \r\nAndere Voornamen
    \r\nDe andere voornamen van deze gebruiker.
    \r\n
    \r\nAchternaam
    \r\nDe achternaam van deze gebruiker
    \r\n
    \r\nEmail adres

    \r\nHet email adres van deze gebruiker. Dit moet alleen gespecificeerd worden\r\nals de gebruiker deel gaat nemen in functies waarbij email nodig is.
    \r\n
    \r\nICQ UIN
    \r\nHet ICQ UIN is het \"User ID Number\" (gebruikers-identificatie-nummer)\r\nop het ICQ netwerk. ICQ is een populair platform waar de berichten meteen\r\nworden weergegeven.
    \r\n
    \r\nAIM Id
    \r\nDe account identificatie voor het AOL Instant\r\nMessenger systeem.
    \r\n
    \r\nMSN Messenger Id
    \r\nDe account identificatie voor het Microsoft\r\nNetwork Instant Messenger systeem.
    \r\n
    \r\nYahoo! Messenger Id
    \r\nDe account identificatie voor het Yahoo!\r\nInstant Messenger systeem.
    \r\n
    \r\nMobiel Nummer
    \r\nHet mobiele telefoonnummer van deze gebruiker.
    \r\n
    \r\nPieper
    \r\nHet telefoonnummer van de pieper van deze gebruiker.
    \r\n
    \r\nEmail naar Pieper Gateway
    \r\nHet email adres vande gebruiker waarmee tekst berichten naar de pieper gestuurd\r\nkunnen worden.
    \r\n
    \r\nAdresinformatie
    \r\nHet post- of huisadres van deze gebruiker.
    \r\n
    \r\nWerkadresinformatie
    \r\nHet post-of huisadres van het bedrijf van deze gebruiker.
    \r\n
    \r\nGeslacht
    \r\nHet geslacht van deze gebruiker.
    \r\n
    \r\nGeboortedatum
    \r\nDe geboortedatum van deze gebruiker.
    \r\n
    \r\nTaal
    \r\nWelke taal moet gebruikt worden voor systeem gerelateerde berichten.
    \r\n
    \r\nTijds Correctie
    \r\nEen aantal uren (positief of negatief) die het verschil tussen de tijd van\r\nde server en de gebruiker. Deze functie wordt gebruikt om het verschil in\r\ntijdszones te corrigeren.
    \r\n
    \r\nEerste dag van de week
    \r\nDe eerste dag van de week op de kalender van deze gebruiker. In de USA is\r\ndit zondag maar in andere landen is het ook wel eens maandag.
    \r\n
    \r\nDatum Opmaak
    \r\nWelke opmaak moet de datum op deze pagina gebruiken.
    \r\n
    \r\nTijd Opmaak
    \r\nWelke opmaak moet de tijdsaanduiding op deze pagina gebruiken.
    \r\n
    \r\nIndeling Discussie
    \r\nMoet de discussie weergegeven worden in één lijn of in een\r\nboomconstructie? De eerste optie zet alle antwoorden op één\r\npagina in chronologische volgorde. De tweede optie toont een hierarchische\r\nlijst van antwoorden.
    \r\n
    \r\nInbox Melding
    \r\nHoe moet aan deze gebruiker gemeld worden wanneer er een nieuw WebGUI bericht\r\nis ontvangen.
    \r\n',1038521357,NULL); INSERT INTO international VALUES (2,'WobjectProxy',3,'Bewerk Wobject Proxy',1038506942,NULL); INSERT INTO international VALUES (558,'WebGUI',3,'Bewerk het karma van deze gebruiker',1038506928,NULL); INSERT INTO international VALUES (555,'WebGUI',3,'Bewerk het karma van deze gebruiker.',1038506918,NULL); INSERT INTO international VALUES (803,'WebGUI',3,'Bewerk deze stijl.',1038506807,NULL); INSERT INTO international VALUES (789,'WebGUI/Profile',3,'Bewerk deze profielcategorie.',1038506799,NULL); INSERT INTO international VALUES (787,'WebGUI/Profile',3,'Bewerk dit profielveld.',1038506790,NULL); INSERT INTO international VALUES (776,'WebGUI',3,'Bewerk map',1038506782,NULL); INSERT INTO international VALUES (772,'WebGUI',3,'Bewerk bestand',1038506774,NULL); INSERT INTO international VALUES (770,'WebGUI',3,'Bewerk knipsel',1038506767,NULL); INSERT INTO international VALUES (764,'WebGUI',3,'Bewerk dit naburige item.',1038506758,NULL); INSERT INTO international VALUES (753,'WebGUI',3,'Bewerk deze groep.',1038506749,NULL); INSERT INTO international VALUES (741,'WebGUI',3,'Bewerk dit sjabloon.',1038506742,NULL); INSERT INTO international VALUES (672,'WebGUI',3,'Profiel instellingen, Bewerken',1038506251,NULL); INSERT INTO international VALUES (661,'WebGUI',3,'Bestands instellingen, Bewerken',1038506209,NULL); INSERT INTO international VALUES (667,'WebGUI',3,'Groep, Toevoegen/Bewerken',1038506203,NULL); INSERT INTO international VALUES (698,'WebGUI',3,'De methode waarbij de activiteiten van gebruikers gevolgd worden heet karma.\r\nKarma kan ook gebruikers ook belonen of straffen voor hun activiteitenniveau.\r\nZodra karma wordt gebruikt zullen menus van vele dingen in WebGUI veranderen\r\nom karma weer te geven.
    \r\n
    \r\nEr kan gevolgd worden wanneergebruikers inloggen en hoeveel ze bijdragen\r\naan de pagina. Ook kunnen gebruikers extra mogelijkheden krijgen door hun\r\nkarma niveau.
    \r\n
    \r\nMeer informatie kan gevonden worden op Ruling WebGUI.
    \r\n',1038506195,NULL); INSERT INTO international VALUES (655,'WebGUI',3,'Gebruiker, Toevoegen/Bewerken',1038505424,NULL); INSERT INTO international VALUES (652,'WebGUI',3,'Toegangscontrole instellingen, Bewerken',1038505418,NULL); INSERT INTO international VALUES (632,'WebGUI',3,'Wobjecten kunnen toegevoegd worden door ze uit het pulldown menu Inhoud\r\nToevoegen te selecteren. Ze kunnen bewerkt worden door op de \"Bewerk\"\r\nknop, die direct boven het wobject verschijnt, te klikken.
    \r\n
    \r\nBijna alle wobjecten hebben een paar eigenschappen gemeen. Deze eigenschappen\r\nzijn:
    \r\n
    \r\nWobject Identificatie (ID)
    \r\nDit is de unieke identificatie die WebGUI gebruikt om dit wobject in de te\r\ntraceren. Normale gebruikers zouden zich nooit bezig hoeven te houden met\r\nde Wobject ID, maar meer geavanceerde gebruikers hebben het soms nodig voor\r\ndingen als SQL verslagen.
    \r\n
    \r\nTitel
    \r\nDe titel van dit wobject. Dit wordt weergegevn bovenaan elk wobject.
    \r\n
    \r\nN.B.: Zelfs als het de titel niet weergegeven gaat worden, moet er\r\neen titel gespecificeerd worden. De titel zal dan in de afvalbak en klembord\r\nverschijnen en kan het niet meer apart gehouden worden van andere wobjecten.
    \r\n
    \r\nTitel Weergeven?
    \r\nIs het gewenst de gespecificeerde titel te tonen? Dit is op sommige paginas\r\nniet nodig.
    \r\n
    \r\nMacros Verwerken?
    \r\nis het gewenst om macros te verwerken in de inhoud van het wobject? Het komt\r\nvaker voor dat dit niet gewenst is dan wel. Als deze functie niet aan staat\r\nin de wobjecten die geen macros gebruiken zal de web server enigszins sneller\r\nworden.
    \r\n
    \r\nSjabloon Positie
    \r\nSjabloon posities kunnen van nul tot een willekeurig nummer rijken. De hoeveelheid\r\nhangt af van het sjabloon die geassocieerd worden met deze pagina. Het standaard\r\nsjabloon heeft maar één sjabloon positie, andere kunnen er\r\nmeer hebben. Door een sjabloon positie te selecteren, kan bepaald worden\r\nwaar dit wobject geplaatst wordt binnen het sjabloon.
    \r\n
    \r\nBegin Datum
    \r\nVanaf welke datum moet het wobject zichtbaar zijn? Voor deze datum is het\r\nwobject alleen zichtbaar voor inhoud beheerders.
    \r\n
    \r\nEind Datum
    \r\nVanaf welke datum moet het wobject onzichtbaar zijn? Na deze datum is het\r\nwobject alleen zichtbaar voor inhoud beheerders.
    \r\n
    \r\nBeschrijving
    \r\nDit is een gebied met inhoud waarin zo veel inhoud als gewenst geplaatst\r\nkan worden. Zelfs voor een FAQ sectie wordt meestal al beschreven in\r\neen paragraaf wat de inhoud is van de sectie.
    \r\n',1038504673,NULL); INSERT INTO international VALUES (626,'WebGUI',3,'Wobjecten (vroeger bekend als Widgets) zijn de ware kracht achter WebGUI.\r\nWobjecten zijn kleine toepassingen die gebouwd zijn om onder WebGUI te werken.\r\nBerichten borden en peilingen zijn voorbeelden van wobjecten.
    \r\n
    \r\nGa naar de pagina waar het wobject ingevoegd moet worden en selecteer dan\r\nInhoud Toevoegen.. in de linker bovenhoek op het scherm. Elk wobject\r\nheeft zijn eigen help functie, lees deze functie wanneer er onduidelijkheid\r\nis over het gebruik van hetwobject.
    \r\n
    \r\nStyle Sheets: Alle wobjecten hebben een style-sheet klasse en identificatie\r\naan zich verbonden.
    \r\n
    \r\nDe style-sheet klasse is het woord wobject plus het type van het wobject.\r\nDus voor een peiling zou de klasse \"wobjectPoll\" zijn. De klasse heeft betrekking\r\nop alle wobjecten van dat type in het systeem.
    \r\n
    \r\nDe style-sheet identificatie is het woord wobjectId plus de wobject identificatie\r\nvan dat wobject. Dus als er een Artikel is met een wobject identificatie\r\n\"94\" zal de identificatie \"wobjectId94\" zijn.
    \r\n',1038502584,NULL); INSERT INTO international VALUES (4,'WobjectProxy',3,'Wobject proxying mislukt. Wellicht is het geproxiede wobject verwijderd.',1038486715,NULL); INSERT INTO international VALUES (3,'WobjectProxy',3,'Wobject Proxy',1038486681,NULL); INSERT INTO international VALUES (1,'WobjectProxy',3,'Wobject om te proxyen',1038486657,NULL); INSERT INTO international VALUES (821,'WebGUI',3,'Willekeurige',1038486620,NULL); INSERT INTO international VALUES (820,'WebGUI',3,'Uw account is niet geactiveerd. Daarom kunt u niet inloggen totdat het geactiveerd is wat alleen door de beheerder gedaan kan worden.',1038486607,NULL); INSERT INTO international VALUES (819,'WebGUI',3,'Zelfvernietigd',1038486570,NULL); INSERT INTO international VALUES (818,'WebGUI',3,'Gedeactiveerd',1038486551,NULL); INSERT INTO international VALUES (817,'WebGUI',3,'Actief',1038486538,NULL); INSERT INTO international VALUES (816,'WebGUI',3,'Status',1038486522,NULL); INSERT INTO international VALUES (815,'WebGUI',3,'Het bestand dat u getracht heeft te uploaden is te groot.',1038486508,NULL); INSERT INTO international VALUES (814,'WebGUI',3,'Status',1038486485,NULL); INSERT INTO international VALUES (813,'WebGUI',3,'Groepen in deze groep',1038486477,NULL); INSERT INTO international VALUES (812,'WebGUI',3,'Uw bericht is verstuurd.',1038486467,NULL); INSERT INTO international VALUES (811,'WebGUI',3,'Van',1038486455,NULL); INSERT INTO international VALUES (810,'WebGUI',3,'stuur',1038486445,NULL); INSERT INTO international VALUES (809,'WebGUI',3,'Groeps e-mail',1038486435,NULL); INSERT INTO international VALUES (808,'WebGUI',3,'E-mail naar deze groep.',1038486415,NULL); INSERT INTO international VALUES (807,'WebGUI',3,'Beheer de groepen in deze groep.',1038486401,NULL); INSERT INTO international VALUES (806,'WebGUI',3,'Verwijder deze groep.',1038486388,NULL); INSERT INTO international VALUES (805,'WebGUI',3,'Verwijder deze stijl.',1038486375,NULL); INSERT INTO international VALUES (804,'WebGUI',3,'Kopieeer deze stijl.',1038486363,NULL); INSERT INTO international VALUES (802,'WebGUI',3,'Webgui houdt op dit moment geen paginastatistieken bij. Dit kan aangezet worden in de instellingen.',1038486340,NULL); INSERT INTO international VALUES (801,'WebGUI',3,'Wobject interacties',1038486287,NULL); INSERT INTO international VALUES (800,'WebGUI',3,'Unieke bezoekers',1038486275,NULL); INSERT INTO international VALUES (799,'WebGUI',3,'Aantal keer bekeken (pagina)',1038486256,NULL); INSERT INTO international VALUES (798,'WebGUI',3,'Pagina titel',1038486227,NULL); INSERT INTO international VALUES (797,'WebGUI',3,'Bekijk verkeersstatistieken',1038486215,NULL); INSERT INTO international VALUES (796,'WebGUI',3,'Bekijk pagina statistieken.',1038486188,NULL); INSERT INTO international VALUES (795,'WebGUI',3,'Roots',1038486174,NULL); INSERT INTO international VALUES (794,'WebGUI',3,'Pakketten',1038486164,NULL); INSERT INTO international VALUES (793,'WebGUI',3,'Stukjes naburigen',1038486146,NULL); INSERT INTO international VALUES (792,'WebGUI',3,'Sjablonen',1038486063,NULL); INSERT INTO international VALUES (791,'WebGUI',3,'Verwijder deze vertaling.',1038486047,NULL); INSERT INTO international VALUES (790,'WebGUI/Profile',3,'Verwijder deze profielcategorie',1038486031,NULL); INSERT INTO international VALUES (788,'WebGUI/Profile',3,'Verwijder dit profielveld.',1038485995,NULL); INSERT INTO international VALUES (784,'WebGUI',3,'Miniatuur',1038485934,NULL); INSERT INTO international VALUES (783,'WebGUI',3,'Type',1038485899,NULL); INSERT INTO international VALUES (782,'WebGUI',3,'Willekeurige',1038485886,NULL); INSERT INTO international VALUES (781,'WebGUI',3,'Knipsel',1038485865,NULL); INSERT INTO international VALUES (780,'WebGUI',3,'Bestand',1038485854,NULL); INSERT INTO international VALUES (779,'WebGUI',3,'Plaatje',1038485843,NULL); INSERT INTO international VALUES (778,'WebGUI',3,'Map omschrijving',1038485832,NULL); INSERT INTO international VALUES (777,'WebGUI',3,'Map Id',1038485817,NULL); INSERT INTO international VALUES (775,'WebGUI',3,'Weet u zeker dat u deze map wilt weggooien en alle inhoud naar de hogerliggende map wilt verplaatsen?',1038485793,NULL); INSERT INTO international VALUES (774,'WebGUI',3,'Weet u zeker dat u dit naburige item wilt weggooien? Het kan niet teruggehaald worden wanneer het weggegooid is.',1038485760,NULL); INSERT INTO international VALUES (773,'WebGUI',3,'Bestand',1038485722,NULL); INSERT INTO international VALUES (771,'WebGUI',3,'Knipsel',1038485699,NULL); INSERT INTO international VALUES (769,'WebGUI',3,'Organiseer in een map',1038485676,NULL); INSERT INTO international VALUES (768,'WebGUI',3,'Naam',1038485657,NULL); INSERT INTO international VALUES (767,'WebGUI',3,'Naburig Id',1038485632,NULL); INSERT INTO international VALUES (766,'WebGUI',3,'Terug naar de naburige lijst.',1038485617,NULL); INSERT INTO international VALUES (765,'WebGUI',3,'Verwijder dit naburige item.',1038485601,NULL); INSERT INTO international VALUES (763,'WebGUI',3,'Voeg een knipsel toe.',1038485563,NULL); INSERT INTO international VALUES (762,'WebGUI',3,'Voeg een bestand toe.',1038485548,NULL); INSERT INTO international VALUES (761,'WebGUI',3,'Voeg een plaatje toe.',1038485535,NULL); INSERT INTO international VALUES (760,'WebGUI',3,'Verwijder deze map.',1038485522,NULL); INSERT INTO international VALUES (758,'WebGUI',3,'Voeg een map toe.',1038485507,NULL); INSERT INTO international VALUES (757,'WebGUI',3,'Beheer naburigen',1038485491,NULL); INSERT INTO international VALUES (756,'WebGUI',3,'Terug naar de groepenlijst.',1038485465,NULL); INSERT INTO international VALUES (754,'WebGUI',3,'Beheer de gebruikers in deze groep.',1038485451,NULL); INSERT INTO international VALUES (752,'WebGUI',3,'Bekijk het profiel van deze gebruiker.',1038485423,NULL); INSERT INTO international VALUES (751,'WebGUI',3,'Wordt deze gebruiker.',1038485402,NULL); INSERT INTO international VALUES (750,'WebGUI',3,'Verwijder deze gebruiker.',1038485387,NULL); INSERT INTO international VALUES (749,'WebGUI',3,'Houdt pagina statistieken bij?',1038485361,NULL); INSERT INTO international VALUES (748,'WebGUI',3,'Gebruikerstelling',1038485324,NULL); INSERT INTO international VALUES (747,'WebGUI',3,'Gebruikersnamen moeten alleen alpha-nummerieke karakters bevatten.',1038485309,NULL); INSERT INTO international VALUES (746,'WebGUI',3,'Toolbar Icon Set',1038485282,NULL); INSERT INTO international VALUES (745,'WebGUI',3,'Ga terug naar de pagina.',1038485237,NULL); INSERT INTO international VALUES (744,'WebGUI',3,'Wat komt hierna?',1038485219,NULL); INSERT INTO international VALUES (743,'WebGUI',3,'U moet een geldig e-mail address invullen om uw wachtwoord terug te halen.',1038485202,NULL); INSERT INTO international VALUES (742,'WebGUI',3,'Beheer sjablonen.',1038485165,NULL); INSERT INTO international VALUES (739,'WebGUI',3,'UI Level (Gebruikers Interface Niveau)',1038485136,NULL); INSERT INTO international VALUES (738,'WebGUI',3,'9 Guru (Goeroe)',1038485102,NULL); INSERT INTO international VALUES (737,'WebGUI',3,'8 Master (Meester)',1038485058,NULL); INSERT INTO international VALUES (736,'WebGUI',3,'7 Expert',1038485032,NULL); INSERT INTO international VALUES (735,'WebGUI',3,'6 Professional',1038485020,NULL); INSERT INTO international VALUES (734,'WebGUI',3,'5 Adept (aangepaste)',1038485006,NULL); INSERT INTO international VALUES (733,'WebGUI',3,'4 Skilled (vaardige)',1038484990,NULL); INSERT INTO international VALUES (732,'WebGUI',3,'3 Rookie (nozem)',1038484965,NULL); INSERT INTO international VALUES (731,'WebGUI',3,'2 Trained (getrainde)',1038484938,NULL); INSERT INTO international VALUES (730,'WebGUI',3,'1 Novice',1038484818,NULL); INSERT INTO international VALUES (729,'WebGUI',3,'0 Beginner',1038484794,NULL); INSERT INTO international VALUES (728,'WebGUI',3,'Weet u zeker dat u dit bestand wilt weggooien?',1038484780,NULL); INSERT INTO international VALUES (725,'WebGUI',3,'Uw gebruikersnaam kan niet leeg zijn.',1038484474,NULL); INSERT INTO international VALUES (724,'WebGUI',3,'Uw gebruikersnaam kan niet beginnen of eindigen met een spatie.',1038484455,NULL); INSERT INTO international VALUES (723,'WebGUI',3,'Uitgerangeerd',1038484407,NULL); INSERT INTO international VALUES (722,'WebGUI',3,'Id',1038484391,NULL); INSERT INTO international VALUES (721,'WebGUI',3,'Namespace',1038484378,NULL); INSERT INTO international VALUES (720,'WebGUI',3,'OK',1038484366,NULL); INSERT INTO international VALUES (719,'WebGUI',3,'Verouderd',1038484350,NULL); INSERT INTO international VALUES (718,'WebGUI',3,'Exporteer deze vertaling.',1038484331,NULL); INSERT INTO international VALUES (678,'WebGUI',3,'Root, beheren',1038484287,NULL); INSERT INTO international VALUES (671,'WebGUI',3,'Wobjects, Gebruiken',1063590330,NULL); INSERT INTO international VALUES (593,'WebGUI',4,'Enviar esta traducción',1039818680,NULL); INSERT INTO international VALUES (493,'WebGUI',4,'Regresar al Sitio',1039818652,NULL); INSERT INTO international VALUES (499,'WebGUI',4,'ID del Wobject',1039818606,NULL); INSERT INTO international VALUES (742,'WebGUI',4,'Gestionar plantillas.',1065273401,NULL); INSERT INTO international VALUES (803,'WebGUI',4,'Editar este estilo',1039818415,NULL); INSERT INTO international VALUES (789,'WebGUI/Profile',4,'Editar esta categoría de perfil',1039818403,NULL); INSERT INTO international VALUES (787,'WebGUI/Profile',4,'Editar este campo de perfil',1039818379,NULL); INSERT INTO international VALUES (764,'WebGUI',4,'Editar este elemento adicional',1039818362,NULL); INSERT INTO international VALUES (759,'WebGUI',4,'Editar esta carpeta',1039818348,NULL); INSERT INTO international VALUES (753,'WebGUI',4,'Editar este grupo',1039818334,NULL); INSERT INTO international VALUES (741,'WebGUI',4,'Editar esta plantilla',1039818320,NULL); INSERT INTO international VALUES (555,'WebGUI',4,'Modificar el Karma de este usuario',1039818287,NULL); INSERT INTO international VALUES (459,'WebGUI',4,'Editar el perfil de este usuario',1039818263,NULL); INSERT INTO international VALUES (458,'WebGUI',4,'Editar los grupos de este usuario',1039818248,NULL); INSERT INTO international VALUES (457,'WebGUI',4,'Editar la cuenta de este usuario',1039818232,NULL); INSERT INTO international VALUES (342,'WebGUI',4,'Editar datos de la cuenta',1039818117,NULL); INSERT INTO international VALUES (596,'WebGUI',4,'FALTA',1039818076,NULL); INSERT INTO international VALUES (723,'WebGUI',4,'Obsoleto',1039818061,NULL); INSERT INTO international VALUES (675,'WebGUI',4,'Motor de Búsqueda, Usar',1039817837,NULL); INSERT INTO international VALUES (365,'WebGUI',4,'Resultados de la Búsqueda...',1039817799,NULL); INSERT INTO international VALUES (364,'WebGUI',4,'Buscar',1039817779,NULL); INSERT INTO international VALUES (498,'WebGUI',4,'Fecha Fin',1039817715,NULL); INSERT INTO international VALUES (497,'WebGUI',4,'Fecha inicio',1039817678,NULL); INSERT INTO international VALUES (452,'WebGUI',4,'Espere...',1039817644,NULL); INSERT INTO international VALUES (594,'WebGUI',4,'Traducir mensajes',1039817626,NULL); INSERT INTO international VALUES (508,'WebGUI',4,'Gestionar plantillas.',1065273434,NULL); INSERT INTO international VALUES (506,'WebGUI',4,'Gestionar Plantillas',1065273459,NULL); INSERT INTO international VALUES (504,'WebGUI',4,'Plantilla',1039630260,NULL); INSERT INTO international VALUES (503,'WebGUI',4,'ID de Plantilla',1039630247,NULL); INSERT INTO international VALUES (363,'WebGUI',4,'Posición en la plantilla de la página',1039630227,NULL); INSERT INTO international VALUES (825,'WebGUI',4,'Plantilla, Idioma',1039630205,NULL); INSERT INTO international VALUES (827,'WebGUI',4,'Plantilla de Wobject',1065544439,NULL); INSERT INTO international VALUES (829,'WebGUI',4,'Plantilla de Página',1039630168,NULL); INSERT INTO international VALUES (356,'WebGUI',4,'Plantilla',1039630148,NULL); INSERT INTO international VALUES (96,'EventsCalendar',4,'Plantilla de Eventos',1065120442,NULL); INSERT INTO international VALUES (94,'EventsCalendar',4,'Plantilla del Calendario de Eventos',1065120490,NULL); INSERT INTO international VALUES (71,'Article',4,'Los artículos son la Navaja Suiza de WebGUI. Casi todos los elementos de contenido estático pueden ser añadidos usando el Artículo.

    \r\n\r\nPlantila
    \r\nSeleccione una plantilla para definir la disposición visual de su artículo.

    \r\n\r\nImagen
    \r\nSeleccione un archivo de imagen (.jpg, .gif, .png) de su disco duro. Este archivo será transferido al servidor y se mostrará junto con su artículo.

    \r\n\r\nAdjunto
    \r\nSi desea agregar un archivo de procesamiento de texto, un archivo comprimido, o cualquier otro tipo de archivo que pueda ser descargado por sus lectores, selecciónelo de su disco duro.

    \r\n\r\nTítulo del Enlace
    \r\nSi desea añadir un enlace a su artículo, escriba el título del enlace en este campo.

    \r\n\r\nEjemplo: Google

    \r\n\r\n!\nDirección (URL) del Enlace
    \r\nSi utilizó un Título de Enlace, aquí puede escribir la dirección, en formato URL (Localizador Uniforme de Recursos, por sus siglas en inglés).

    \r\n\r\n\njemplo: http://www.google.com

    \r\n\r\nConvertir saltos de carro?
    \r\nSi el artículo que está escribiendo está en código HTML, por lo general no es necesario seleccionar esta opción. Pero si no está usando código HTML y desea un salto de carro (o corte de línea) cada vez que presione la tecla Enter, debe seleccionarla.

    \r\n\r\nPermitir Discusión?
    \r\nSeleccionar esta opción permite que sus lectores respondan al artículo, similar al funcionamiento de Slashdot.org

    \r\n\r\nQuién puede responder?
    \r\nSeleccione el grupo de usuarios que puede responder a esta discusión.

    \r\n\r\nPlazo para Editar
    \r\nCuánto tiempo debe darse al usuario para que pueda editar su respuesta?

    \r\n\r\nNota: No debe otorgar un plazo muy amplio. Una de las características de las discusiones es que deben reflejar quién dijo qué cosa. Si permite la edición por mucho tiempo, los usuarios podrá!\nn alterar lo que han dicho mucho después de haber expuesto su opinión inicial.

    \r\n\r\nKarma por respuesta
    \r\nCuánto karma debe darse a un usuario cuando respondan a esta discusión?

    \r\n\r\nQuién puede moderar?
    \r\nSeleccione el grupo de usuarios que puede moderar esta discusión.

    \r\n\r\nTipo de Moderación
    \r\nPuede seleccionar el tipo de moderación que desea para sus usuarios. Posterior significa que cuando un usuario responde a una discusión, su mensaje es publicado de inmediato. Previo significa que un moderador debe leer y aprobar las respuestas antes que éstas sean visibles públicamente. En la bandeja de entrada de los moderadores aparecerán los mensajes que necesiten aprobación.

    \r\n\r\nNota: En ambos tipos de moderación, los moderadores pueden editar o eliminar las respuestas escritas por los usuarios.

    ',1039630009,NULL); INSERT INTO international VALUES (307,'WebGUI',4,'Utilizar comentarios Meta por defecto?',1039629189,NULL); INSERT INTO international VALUES (412,'WebGUI',4,'Resumen',1039629089,NULL); INSERT INTO international VALUES (8,'FileManager',4,'Resumen Breve',1065117120,NULL); INSERT INTO international VALUES (715,'WebGUI',4,'Redireccionar al URL',1039628918,NULL); INSERT INTO international VALUES (411,'WebGUI',4,'Título en el Menú',1039628840,NULL); INSERT INTO international VALUES (500,'WebGUI',4,'ID de la Página',1039628812,NULL); INSERT INTO international VALUES (721,'WebGUI',4,'Sección',1039628481,NULL); INSERT INTO international VALUES (816,'WebGUI',4,'Estado',1039628440,NULL); INSERT INTO international VALUES (553,'WebGUI',4,'Estado',1039628419,NULL); INSERT INTO international VALUES (434,'WebGUI',4,'Estado',1039628408,NULL); INSERT INTO international VALUES (597,'WebGUI',4,'Editar traducción del mensaje',1039628384,NULL); INSERT INTO international VALUES (595,'WebGUI',4,'Mensajes traducidos',1039628357,NULL); INSERT INTO international VALUES (587,'WebGUI',4,'Está seguro que desea eliminar este idioma y todos los mensajes traducidos a él?',1039628342,NULL); INSERT INTO international VALUES (38,'USS',4,'(Seleccione \"No\" si está escribiendo un texto en código HTML/Rich.)',1065211450,NULL); INSERT INTO international VALUES (501,'WebGUI',4,'Cuerpo',1039628115,NULL); INSERT INTO international VALUES (80,'EventsCalendar',4,'Plantilla de Evento',1039628048,NULL); INSERT INTO international VALUES (78,'EventsCalendar',4,'No eliminar nada.',1039628022,NULL); INSERT INTO international VALUES (77,'EventsCalendar',4,'Eliminar este evento y además todas sus repeticiones.',1039628003,NULL); INSERT INTO international VALUES (76,'EventsCalendar',4,'Eliminar sólo este evento.',1039627933,NULL); INSERT INTO international VALUES (75,'EventsCalendar',4,'Cuál desea hacer?',1039627920,NULL); INSERT INTO international VALUES (73,'EventsCalendar',4,'Título
    \r\nEl título de este evento.

    \r\nDescripción
    \r\nIngrese las actividades de este evento, o información sobre la ubicación del evento.

    \r\nFecha de inicio
    \r\nCuándo iniciará este evento?

    \r\nFecha Final
    \r\nCuándo terminará este evento?

    \r\nRepetir cada
    \r\nSeleccione un intervalo de repetición para el evento.

    \r\nSiguiente paso
    \r\nSeleccione \"Agregar nuevo evento\" si desea agregar un nuevo evento; de lo contrario seleccione \"Regresar a la página\".

    ',1039627904,NULL); INSERT INTO international VALUES (72,'EventsCalendar',4,'Evento, Agregar/Editar',1039627618,NULL); INSERT INTO international VALUES (61,'EventsCalendar',4,'Calendario de Eventos, Agregar/Editar',1039627591,NULL); INSERT INTO international VALUES (19,'EventsCalendar',4,'Paginar Después de',1065170851,NULL); INSERT INTO international VALUES (15,'EventsCalendar',4,'Fecha Final',1065170723,NULL); INSERT INTO international VALUES (14,'EventsCalendar',4,'Fecha de Inicio',1065170682,NULL); INSERT INTO international VALUES (5,'Auth/WebGUI',4,'Su contraseña no puede ser \"password\".',1065116812,NULL); INSERT INTO international VALUES (4,'Auth/WebGUI',4,'Su contraseña no puede quedar vacía.',1065116622,NULL); INSERT INTO international VALUES (1,'Auth/WebGUI',4,'Opciones de autenticación WebGUI',1039627500,NULL); INSERT INTO international VALUES (9,'Auth/SMB',4,'Contraseña NT',1065117305,NULL); INSERT INTO international VALUES (8,'Auth/SMB',4,'Login NT',1065117147,NULL); INSERT INTO international VALUES (7,'Auth/SMB',4,'Dominio NT',1065117027,NULL); INSERT INTO international VALUES (6,'Auth/SMB',4,'CDR (Controlador de Dominio de Respaldo)',1065116930,NULL); INSERT INTO international VALUES (5,'Auth/SMB',4,'CPD (Controlador de Dominio Primario)',1065116827,NULL); INSERT INTO international VALUES (4,'Auth/SMB',4,'Error de Autenticación de SMB (3)\r\nEl nombre o la contraseña no es válido. Por favor, inténtelo de nuevo.',1065116677,NULL); INSERT INTO international VALUES (3,'Auth/SMB',4,'Error de protocolo de SMB (2)\r\nPor favor, contacte con el administrador del sistema.',1065116700,NULL); INSERT INTO international VALUES (1,'Auth/SMB',4,'Opciones de autenticación SMB',1039627250,NULL); INSERT INTO international VALUES (2,'Auth/SMB',4,'Error del Servidor SMB (1)\r\nSucedió un error al acceder al Controlador de Dominio. Quizás se perdió la conexión. Por favor, inténtelo de nuevo o contacte al Administrador del Sistema.',1065116711,NULL); INSERT INTO international VALUES (1,'Auth/LDAP',4,'Opciones de autenticación de LDAP',1039627122,NULL); INSERT INTO international VALUES (72,'Article',4,'Plantilla de artículo',1039626989,NULL); INSERT INTO international VALUES (791,'WebGUI',4,'Eliminar esta traducción',1039626973,NULL); INSERT INTO international VALUES (718,'WebGUI',4,'Exportar esta traducción',1039626950,NULL); INSERT INTO international VALUES (598,'WebGUI',4,'Editar esta traducción',1039626932,NULL); INSERT INTO international VALUES (589,'WebGUI',4,'Editar traducción',1039626917,NULL); INSERT INTO international VALUES (588,'WebGUI',4,'Está seguro que desea enviar esta traducción a Plain Black para ser incluida en la distribución oficial de WebGUI? Al aceptar, Ud. declara entender que está dando a Plain Black licencia ilimitada para utilizar esta traducción en las distribuciones de su software.',1039626899,NULL); INSERT INTO international VALUES (586,'WebGUI',4,'Gestionar Traducciones',1065273376,NULL); INSERT INTO international VALUES (585,'WebGUI',4,'Gestionar traducciones.',1065273327,NULL); INSERT INTO international VALUES (380,'WebGUI',4,'ID Estilo',1039626727,NULL); INSERT INTO international VALUES (584,'WebGUI',4,'Añadir una traducción nueva.',1065304612,NULL); INSERT INTO international VALUES (61,'Article',4,'Artículo, Añadir/Editar',1039564394,NULL); INSERT INTO international VALUES (23,'Article',4,'Fecha',1065210991,NULL); INSERT INTO international VALUES (894,'WebGUI',4,'Permitir Discusión?',1039564362,NULL); INSERT INTO international VALUES (28,'Article',4,'Ver Respuestas',1065211126,NULL); INSERT INTO international VALUES (24,'Article',4,'Responder',1065211027,NULL); INSERT INTO international VALUES (22,'Article',4,'Autor',1065210970,NULL); INSERT INTO international VALUES (20,'EventsCalendar',4,'Añadir un evento.',1065170894,NULL); INSERT INTO international VALUES (75,'SiteMap',1,'All Roots',1039908572,NULL); INSERT INTO international VALUES (74,'SiteMap',1,'This Page',1039908565,NULL); INSERT INTO international VALUES (855,'WebGUI',1,'List all templates.',1039926498,NULL); INSERT INTO international VALUES (854,'WebGUI',1,'List all templates like this one.',1039926488,NULL); INSERT INTO international VALUES (853,'WebGUI',1,'Delete this template.',1039926459,NULL); INSERT INTO international VALUES (852,'WebGUI',1,'Copy this template.',1039926448,NULL); INSERT INTO international VALUES (851,'WebGUI',1,'Edit this template.',1039926394,NULL); INSERT INTO international VALUES (853,'WebGUI',3,'Verwijder dit sjabloon.',1039989646,NULL); INSERT INTO international VALUES (852,'WebGUI',3,'Kopieer dit sjabloon.',1039989629,NULL); INSERT INTO international VALUES (851,'WebGUI',3,'Bewerk dit sjabloon.',1039989612,NULL); INSERT INTO international VALUES (848,'WebGUI',3,'Er zit een syntax fout in dit sjabloon. Corrigeer dit a.u.b.',1039989596,NULL); INSERT INTO international VALUES (75,'SiteMap',3,'Alle roots',1039989564,NULL); INSERT INTO international VALUES (74,'SiteMap',3,'Deze pagina',1039989549,NULL); INSERT INTO international VALUES (856,'WebGUI',1,'You have no account properties to edit at this time.',1040340432,NULL); INSERT INTO international VALUES (856,'WebGUI',3,'Er zijn op dit moment geen account eigenschappen die u mag aanpassen.',1040350000,NULL); INSERT INTO international VALUES (36,'Survey',2,'Trifft eher nicht zu',1067272361,NULL); INSERT INTO international VALUES (41,'Survey',2,'Häufig',1040599965,NULL); INSERT INTO international VALUES (42,'Survey',2,'Gelegentlich',1040599945,NULL); INSERT INTO international VALUES (43,'Survey',2,'Nie',1040599922,NULL); INSERT INTO international VALUES (46,'Survey',2,'Danke, dass Sie sich die Zeit genommen haben, an der Umfrage teilzunehmen.',1040599910,NULL); INSERT INTO international VALUES (47,'Survey',2,'Sie haben dieses Quiz abgeschlossen.',1040599877,NULL); INSERT INTO international VALUES (49,'Survey',2,'Sie können im Moment nicht an diesem Quiz teilnehmen.',1040599818,NULL); INSERT INTO international VALUES (5,'Survey',2,'der Reihe nach',1040599792,NULL); INSERT INTO international VALUES (50,'Survey',2,'Weiter',1040599769,NULL); INSERT INTO international VALUES (51,'Survey',2,'Kommentare?',1040599752,NULL); INSERT INTO international VALUES (54,'Survey',2,'Prozentzahl',1040599736,NULL); INSERT INTO international VALUES (56,'Survey',2,'Kommentare anschauen.',1040599702,NULL); INSERT INTO international VALUES (57,'Survey',2,'Kommentare',1040599684,NULL); INSERT INTO international VALUES (58,'Survey',2,'Statistische Übersicht',1040599672,NULL); INSERT INTO international VALUES (59,'Survey',2,'Statistische Übersicht anschauen.',1040599655,NULL); INSERT INTO international VALUES (6,'Survey',2,'Zufällig',1040599636,NULL); INSERT INTO international VALUES (61,'Survey',2,'Rangstufen anschauen.',1040599619,NULL); INSERT INTO international VALUES (55,'Survey',2,'Antworten anschauen.',1049146220,NULL); INSERT INTO international VALUES (64,'Survey',2,'Kommentare exportieren.',1040599109,NULL); INSERT INTO international VALUES (62,'Survey',2,'Antworten exportieren.',1040599029,NULL); INSERT INTO international VALUES (63,'Survey',2,'Fragen exportieren.',1040599013,NULL); INSERT INTO international VALUES (65,'Survey',2,'Gemischte Auswertung exportieren.',1040598966,NULL); INSERT INTO international VALUES (66,'Survey',2,'Geantwortet',1049146849,NULL); INSERT INTO international VALUES (67,'Survey',2,'Benutzer',1040598808,NULL); INSERT INTO international VALUES (68,'Survey',2,'Reports anschauen, Exportieren, ...',1040598788,NULL); INSERT INTO international VALUES (71,'Survey',2,'Rangstufen',1040598736,NULL); INSERT INTO international VALUES (73,'Survey',2,'Alle Antworten löschen.',1049146069,NULL); INSERT INTO international VALUES (75,'Survey',2,'Diese Frage bearbeiten.',1040598384,NULL); INSERT INTO international VALUES (76,'Survey',2,'Start Zeit',1040598367,NULL); INSERT INTO international VALUES (77,'Survey',2,'Ende Zeit',1040598353,NULL); INSERT INTO international VALUES (78,'Survey',2,'Gesamtzeit',1040598333,NULL); INSERT INTO international VALUES (79,'Survey',2,'Minuten',1040598320,NULL); INSERT INTO international VALUES (69,'Survey',2,'Antworten dieses Benutzers löschen.',1049146361,NULL); INSERT INTO international VALUES (70,'Survey',2,'Individuelle Antworten',1049146347,NULL); INSERT INTO international VALUES (72,'Survey',2,'Sind Sie sicher, dass Sie die Antworten dieses Benutzers löschen möchten?',1049146334,NULL); INSERT INTO international VALUES (799,'WebGUI',2,'Seiten angeschaut',1040597666,NULL); INSERT INTO international VALUES (797,'WebGUI',2,'Traffic Statistiken anschauen.',1040597629,NULL); INSERT INTO international VALUES (795,'WebGUI',2,'Startseiten',1041631002,NULL); INSERT INTO international VALUES (794,'WebGUI',2,'Pakete',1040597469,NULL); INSERT INTO international VALUES (793,'WebGUI',2,'Uploadbereiche',1040597455,NULL); INSERT INTO international VALUES (792,'WebGUI',2,'Templates',1040597433,NULL); INSERT INTO international VALUES (790,'WebGUI/Profile',2,'Diese Profil Kategorie löschen.',1040597419,NULL); INSERT INTO international VALUES (789,'WebGUI/Profile',2,'Diese Profil Kategorie bearbeiten.',1040597406,NULL); INSERT INTO international VALUES (788,'WebGUI/Profile',2,'Dieses Profilfeld löschen.',1040597377,NULL); INSERT INTO international VALUES (787,'WebGUI/Profile',2,'Dieses Profilfeld bearbeiten.',1040597360,NULL); INSERT INTO international VALUES (786,'WebGUI',2,'WebGUI\'s Upload Verwaltungssystem erlaubt Ihnen, Dateien und Texte zu einem zentralen Speicher hochzuladen, um Sie dann irgendwo in Ihrem Content einzusetzen.',1055250490,NULL); INSERT INTO international VALUES (785,'WebGUI',2,'Uploads, Verwalten',1055250467,NULL); INSERT INTO international VALUES (784,'WebGUI',2,'Vorschaubild',1040597218,NULL); INSERT INTO international VALUES (782,'WebGUI',2,'Beliebig',1040597198,NULL); INSERT INTO international VALUES (781,'WebGUI',2,'Schnipsel',1040597177,NULL); INSERT INTO international VALUES (780,'WebGUI',2,'Datei',1040597163,NULL); INSERT INTO international VALUES (779,'WebGUI',2,'Grafik',1040597152,NULL); INSERT INTO international VALUES (777,'WebGUI',2,'Ordner ID',1056098645,NULL); INSERT INTO international VALUES (776,'WebGUI',2,'Ordner bearbeiten',1056098627,NULL); INSERT INTO international VALUES (773,'WebGUI',2,'Datei',1040597112,NULL); INSERT INTO international VALUES (772,'WebGUI',2,'Datei bearbeiten',1040597100,NULL); INSERT INTO international VALUES (771,'WebGUI',2,'Schnipsel',1040597084,NULL); INSERT INTO international VALUES (769,'WebGUI',2,'In welchen Ordner?',1056098614,NULL); INSERT INTO international VALUES (768,'WebGUI',2,'Name',1040597050,NULL); INSERT INTO international VALUES (767,'WebGUI',2,'Upload ID',1040597039,NULL); INSERT INTO international VALUES (757,'WebGUI',2,'Uploads verwalten',1040638501,NULL); INSERT INTO international VALUES (754,'WebGUI',2,'Benutzer dieser Gruppe verwalten.',1040597007,NULL); INSERT INTO international VALUES (753,'WebGUI',2,'Diese Gruppe bearbeiten.',1040596983,NULL); INSERT INTO international VALUES (752,'WebGUI',2,'Profil dieses Benutzers anschauen.',1040596967,NULL); INSERT INTO international VALUES (751,'WebGUI',2,'Diesen Benutzer übernehmen.',1040596935,NULL); INSERT INTO international VALUES (750,'WebGUI',2,'Diesen Benutzer löschen.',1040596917,NULL); INSERT INTO international VALUES (746,'WebGUI',2,'Bearbeitungsleiste Icon Set',1040596900,NULL); INSERT INTO international VALUES (744,'WebGUI',2,'Als nächstes?',1040596874,NULL); INSERT INTO international VALUES (743,'WebGUI',2,'Sie müssen eine korrekte Emailadresse angeben, um Ihr Passwort zu erhalten.',1040596854,NULL); INSERT INTO international VALUES (742,'WebGUI',2,'Templates verwalten.',1040596824,NULL); INSERT INTO international VALUES (739,'WebGUI',2,'UI Level',1040596808,NULL); INSERT INTO international VALUES (738,'WebGUI',2,'9 Guru',1040596787,NULL); INSERT INTO international VALUES (737,'WebGUI',2,'8 Master',1040596775,NULL); INSERT INTO international VALUES (736,'WebGUI',2,'7 Experte',1040596762,NULL); INSERT INTO international VALUES (735,'WebGUI',2,'6 Professional',1040596749,NULL); INSERT INTO international VALUES (734,'WebGUI',2,'5 erfahren',1040596731,NULL); INSERT INTO international VALUES (733,'WebGUI',2,'4 geübt',1040652286,NULL); INSERT INTO international VALUES (732,'WebGUI',2,'3 erweiterter Anfänger',1040596670,NULL); INSERT INTO international VALUES (731,'WebGUI',2,'2 Anfänger',1040652248,NULL); INSERT INTO international VALUES (730,'WebGUI',2,'1 Absoluter Anfänger',1040652226,NULL); INSERT INTO international VALUES (729,'WebGUI',2,'0 Anfänger',1040596557,NULL); INSERT INTO international VALUES (725,'WebGUI',2,'Der Benutzername darf nicht leer sein.',1040596542,NULL); INSERT INTO international VALUES (724,'WebGUI',2,'Der Benutzername kann nicht mit einem Leerzeichen anfangen oder enden.',1040596522,NULL); INSERT INTO international VALUES (722,'WebGUI',2,'ID',1040596484,NULL); INSERT INTO international VALUES (721,'WebGUI',2,'Namensbereich',1040596472,NULL); INSERT INTO international VALUES (720,'WebGUI',2,'OK',1040596445,NULL); INSERT INTO international VALUES (719,'WebGUI',2,'Veraltet',1040596428,NULL); INSERT INTO international VALUES (7,'Survey',2,'Antwort gesteuert',1040596122,NULL); INSERT INTO international VALUES (805,'WebGUI',2,'Diesen Style löschen.',1040595710,NULL); INSERT INTO international VALUES (806,'WebGUI',2,'Diese Gruppe löschen.',1040595693,NULL); INSERT INTO international VALUES (807,'WebGUI',2,'Untergruppen verwalten',1067366146,NULL); INSERT INTO international VALUES (808,'WebGUI',2,'Senden Sie dieser Gruppe eine Email.',1040595633,NULL); INSERT INTO international VALUES (809,'WebGUI',2,'Email Gruppe',1040595612,NULL); INSERT INTO international VALUES (810,'WebGUI',2,'Senden',1040595597,NULL); INSERT INTO international VALUES (811,'WebGUI',2,'Von',1040595584,NULL); INSERT INTO international VALUES (812,'WebGUI',2,'Ihre Nachricht wurde gesendet.',1040595571,NULL); INSERT INTO international VALUES (813,'WebGUI',2,'Gruppen in dieser Gruppe',1040595549,NULL); INSERT INTO international VALUES (815,'WebGUI',2,'Die Datei, die Sie hochladen möchten, ist zu gross.',1040595529,NULL); INSERT INTO international VALUES (816,'WebGUI',2,'Status',1040595505,NULL); INSERT INTO international VALUES (817,'WebGUI',2,'Aktiviert',1040595489,NULL); INSERT INTO international VALUES (818,'WebGUI',2,'Deaktiviert',1040595477,NULL); INSERT INTO international VALUES (819,'WebGUI',2,'kann selbst deaktivieren',1043422108,NULL); INSERT INTO international VALUES (820,'WebGUI',2,'Ihr Zugang ist nicht aktiviert. Daher können Sie sich solange nicht einloggen, bis er aktiviert wurde. Die Aktivierung kann nur durch den Administrator erfolgen.',1040595434,NULL); INSERT INTO international VALUES (821,'WebGUI',2,'beliebig',1040595358,NULL); INSERT INTO international VALUES (823,'WebGUI',2,'Zur neuen Seite gehen.',1040595331,NULL); INSERT INTO international VALUES (824,'WebGUI',2,'Email Fussbereich',1040595314,NULL); INSERT INTO international VALUES (825,'WebGUI',2,'Template, Sprache',1040595289,NULL); INSERT INTO international VALUES (827,'WebGUI',2,'Wobject Template',1055250456,NULL); INSERT INTO international VALUES (831,'WebGUI',2,'Upload Makros',1055241058,NULL); INSERT INTO international VALUES (834,'WebGUI',2,'Sie können jede Art von Datei hochladen, um sie später zu benutzen.\r\n\r\nName\r\nVergeben Sie einen eindeutigen Namen, den Sie später benutzen können.\r\n\r\nIn Ordnern organisieren\r\nIn welchen Ordner soll diese Datei gespeichert werden?\r\n\r\nDatei\r\nWählen Sie eine Datei von Ihrer Festplatte aus, die Sie hochladen möchten.',1056098747,NULL); INSERT INTO international VALUES (833,'WebGUI',2,'Datei, Hinzufügen/Bearbeiten',1067897431,NULL); INSERT INTO international VALUES (835,'WebGUI',2,'Schnipsel, Hinzufügen/Bearbeiten',1067897421,NULL); INSERT INTO international VALUES (837,'WebGUI',2,'Ordner, Hinzufügen/Bearbeiten',1067896976,NULL); INSERT INTO international VALUES (839,'WebGUI',2,'Entwickler Makros',1048243052,NULL); INSERT INTO international VALUES (841,'WebGUI',2,'Navigations Makros',1048243112,NULL); INSERT INTO international VALUES (843,'WebGUI',2,'Benutzer Makros',1048243126,NULL); INSERT INTO international VALUES (845,'WebGUI',2,'Style Makros',1048243004,NULL); INSERT INTO international VALUES (848,'WebGUI',2,'Ein Syntaxfehler ist in diesem Template enhalten. Bitte korrigieren Sie den Fehler.',1040594846,NULL); INSERT INTO international VALUES (856,'WebGUI',2,'Sie haben im Moment keine Account Eigenschaften zu bearbeiten.',1040594811,NULL); INSERT INTO international VALUES (6,'WobjectProxy',2,'

    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\n

    Beachte: 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?

    ',1059590608,NULL); INSERT INTO international VALUES (4,'WobjectProxy',2,'Wobject Proxy fehlgeschlagen. Vieleicht wurde das Object gelöscht?',1040594574,NULL); INSERT INTO international VALUES (3,'WobjectProxy',2,'Wobject Proxy',1040594541,NULL); INSERT INTO international VALUES (1,'WobjectProxy',2,'Wobject zu Proxy',1040594526,NULL); INSERT INTO international VALUES (5,'WobjectProxy',2,'Wobject Proxy, Hinzufügen/Bearbeiten',1067897265,NULL); INSERT INTO international VALUES (73,'Article',2,'

    Die nachfolgenden Template Variablen sind für Artikel Templates verfügbar.

    \r\n

    new.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):

    \r\n

    <a href=\"<tmpl_var new.template>999\">Lesen Sie mehr...</a>

    \r\n

    description.full
    \r\nDer komplette Text ohne Pagination

    \r\n

    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..

    \r\n

    description.first.75words
    \r\nDie ersten 75 Wörter

    \r\n

    description.first.50words
    \r\nDie ersten 50 Wörter.

    \r\n

    description.first.25words
    \r\nDie ersten 25 Wörter.

    \r\n

    description.first.10words
    \r\nDie ersten 10 Wörter.

    \r\n

    description.first.paragraph
    \r\nDer erste Abschnitt. Dieser wird definiert bis zum ersten Carriage Return, das im Text gefunden wird.

    \r\n

    description.first.2paragraphs
    \r\nDie ersten beiden Abschnitte.

    \r\n

    description.first.sentence
    \r\nDer erste Satz.

    \r\n

    description.first.2sentences
    \r\nDie ersten beiden Sätze.

    \r\n

    description.first.3sentences
    \r\nDie ersten 3 Sätze.

    \r\n

    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.

    \r\n

    firstPage
    \r\nEin Link zur ersten Seite des Paginators.

    \r\n

    lastPage
    \r\nEin Link zur letzten Seite des Paginators.

    \r\n

    nextPage
    \r\nEin Link zur nächsten Seite des Paginators

    \r\n

    previousPage
    \r\nEin Link zur vorherigen Seite des Paginators.

    \r\n

    pageList
    \r\nEin Link zu einer Liste aller Seiten des Artikels.

    \r\n

    multiplePages
    \r\nEine Bedingungsvariable, falls der Artikel mehr als eine Seite enthält.

    \r\n

    isFirstPage
    \r\nEine Bedingungsvariable. ob es sich um die erste Seite handelt.

    \r\n

    isLastPage
    \r\nEine Bedingungsvariable, ob es sich um die letzte Seite handelt.

    ',1067290548,NULL); INSERT INTO international VALUES (38,'Survey',2,'Trifft gar nicht zu',1067272402,NULL); INSERT INTO international VALUES (37,'Survey',2,'Trifft wenig zu',1067272381,NULL); INSERT INTO international VALUES (39,'Survey',2,'Nicht relevant',1067272422,NULL); INSERT INTO international VALUES (74,'Survey',2,'Sind Sie sicher, dass Sie alle Antworten löschen möchten?',1049146085,NULL); INSERT INTO international VALUES (44,'Survey',2,'Sind Sie sicher, dass Sie diese Frage, ihre Antworten und die Kommentare löschen möchten?',1040593415,NULL); INSERT INTO international VALUES (45,'Survey',2,'Sind Sie sicher, dass Sie diese Antwort und Ihre Kommentare löschen möchten?',1040593366,NULL); INSERT INTO international VALUES (52,'Survey',2,'Auswertung',1040593309,NULL); INSERT INTO international VALUES (53,'Survey',2,'Geantwortet',1049146653,NULL); INSERT INTO international VALUES (8,'Survey',2,'Reihenfolge der Fragen',1040593268,NULL); INSERT INTO international VALUES (80,'Survey',2,'Sekunden',1040593240,NULL); INSERT INTO international VALUES (40,'Survey',2,'Immer',1040593211,NULL); INSERT INTO international VALUES (35,'Survey',2,'Trifft eher zu',1067272340,NULL); INSERT INTO international VALUES (34,'Survey',2,'Trifft größtenteils zu',1067272318,NULL); INSERT INTO international VALUES (33,'Survey',2,'Trifft völlig zu',1067272300,NULL); INSERT INTO international VALUES (32,'Survey',2,'Falsch',1040593062,NULL); INSERT INTO international VALUES (31,'Survey',2,'Wahr',1040593051,NULL); INSERT INTO international VALUES (28,'Survey',2,'Eine Frage hinzufügen.',1040593038,NULL); INSERT INTO international VALUES (26,'Survey',2,'Frequenz (immer/nie) Antwortbereich hinzufügen.',1040593016,NULL); INSERT INTO international VALUES (25,'Survey',2,'Falsch/wahr Antwort hinzufügen.',1040592716,NULL); INSERT INTO international VALUES (24,'Survey',2,'Mehrfachauswahl-Antwort hinzufügen.',1040592694,NULL); INSERT INTO international VALUES (23,'Survey',2,'Neue Antwort hinzufügen.',1040592638,NULL); INSERT INTO international VALUES (22,'Survey',2,'Antwort Typ',1040592620,NULL); INSERT INTO international VALUES (4,'Product',2,'Sind Sie sicher, dass Sie die Beziehung zu diesem verwandten Produkt löschen möchten?',1040648767,NULL); INSERT INTO international VALUES (37,'Product',2,'Verwandtes Produkt hinzufügen',1040648744,NULL); INSERT INTO international VALUES (21,'Survey',2,'Gehe zu',1040592351,NULL); INSERT INTO international VALUES (20,'Survey',2,'Ist diese Antwort korrekt?',1040592337,NULL); INSERT INTO international VALUES (18,'Survey',2,'Antwort bearbeiten',1040592317,NULL); INSERT INTO international VALUES (770,'WebGUI',2,'Schnipsel bearbeiten',1040652306,NULL); INSERT INTO international VALUES (764,'WebGUI',2,'Upload bearbeiten.',1040471399,NULL); INSERT INTO international VALUES (759,'WebGUI',2,'Diesen Ordner bearbeiten',1056098501,NULL); INSERT INTO international VALUES (774,'WebGUI',2,'Möchten Sie diesen Upload wirklich löschen? Nach dem Löschen kann das File nicht wiederhergestellt werden...',1040471298,NULL); INSERT INTO international VALUES (765,'WebGUI',2,'Diesen Upload löschen.',1040471238,NULL); INSERT INTO international VALUES (72,'SiteMap',2,'SiteMap Template',1048242785,NULL); INSERT INTO international VALUES (76,'USS',2,'Benutzerbeitragssystem Template',1041635215,NULL); INSERT INTO international VALUES (73,'MessageBoard',2,'Diskussionsforum Template',1066753594,NULL); INSERT INTO international VALUES (75,'LinkList',2,'Link Liste Template',1040405733,NULL); INSERT INTO international VALUES (3,'Survey',2,'Umfrage, Hinzufügen/Bearbeiten',1067897489,NULL); INSERT INTO international VALUES (2,'Survey',2,'Umfrage bearbeiten',1040405651,NULL); INSERT INTO international VALUES (48,'Survey',2,'Sie sind momentan nicht berechtigt, an dieser Umfrage teilzunehmen.',1040650776,NULL); INSERT INTO international VALUES (73,'Item',2,'Textelement Template',1040404643,NULL); INSERT INTO international VALUES (829,'WebGUI',2,'Seiten Template',1040404503,NULL); INSERT INTO international VALUES (973,'WebGUI',1,'If proxied, use real client IP address?',1053459227,NULL); INSERT INTO international VALUES (75,'FileManager',2,'Download Manager Template',1041600125,NULL); INSERT INTO international VALUES (76,'FAQ',2,'FAQ Template',1040404432,NULL); INSERT INTO international VALUES (96,'EventsCalendar',2,'Ereignis Template',1040404414,NULL); INSERT INTO international VALUES (94,'EventsCalendar',2,'Ereignis Kalender Template',1040404377,NULL); INSERT INTO international VALUES (80,'EventsCalendar',2,'Ereignis Template',1040404360,NULL); INSERT INTO international VALUES (72,'Article',2,'Artikel Template',1040404102,NULL); INSERT INTO international VALUES (723,'WebGUI',2,'Abgelehnt',1040403998,NULL); INSERT INTO international VALUES (855,'WebGUI',2,'Alle Templates anzeigen',1040402476,NULL); INSERT INTO international VALUES (854,'WebGUI',2,'Alle Templates wie dieses anzeigen',1041631426,NULL); INSERT INTO international VALUES (853,'WebGUI',2,'Template löschen',1041631401,NULL); INSERT INTO international VALUES (852,'WebGUI',2,'Template kopieren',1041631380,NULL); INSERT INTO international VALUES (851,'WebGUI',2,'Template bearbeiten',1041631362,NULL); INSERT INTO international VALUES (741,'WebGUI',2,'Template bearbeiten',1041631291,NULL); INSERT INTO international VALUES (783,'WebGUI',2,'Typ',1040399695,NULL); INSERT INTO international VALUES (766,'WebGUI',2,'Zurück zu den Uploads',1040399523,NULL); INSERT INTO international VALUES (756,'WebGUI',2,'Zurück zur Gruppenliste.',1040399470,NULL); INSERT INTO international VALUES (814,'WebGUI',2,'Zurück zu den Styles.',1040399446,NULL); INSERT INTO international VALUES (745,'WebGUI',2,'Zurück zur Seite.',1040399379,NULL); INSERT INTO international VALUES (60,'Survey',2,'Zurück zur Umfrage.',1040399321,NULL); INSERT INTO international VALUES (775,'WebGUI',2,'Sind Sie sicher, dass Sie diesen Ordner löschen möchten? Wenn er gelöscht ist, kann er nicht wiederhergestellt werden.',1056098550,NULL); INSERT INTO international VALUES (760,'WebGUI',2,'Diesen Ordner löschen',1056098594,NULL); INSERT INTO international VALUES (763,'WebGUI',2,'Schnipsel hinzufügen',1040399163,NULL); INSERT INTO international VALUES (762,'WebGUI',2,'Datei hinzufügen',1040399069,NULL); INSERT INTO international VALUES (761,'WebGUI',2,'Grafik hinzufügen',1040399045,NULL); INSERT INTO international VALUES (758,'WebGUI',2,'Ordner hinzufügen',1056098470,NULL); INSERT INTO international VALUES (749,'WebGUI',2,'Seitenstatistik aktivieren?',1040398977,NULL); INSERT INTO international VALUES (796,'WebGUI',2,'Seitenstatistik',1040398941,NULL); INSERT INTO international VALUES (798,'WebGUI',2,'Seitentitel',1040398799,NULL); INSERT INTO international VALUES (802,'WebGUI',2,'WebGUI speichert momentan keine Seitenstatistiken. Sie können dieses Feature in den Einstellungen aktivieren.',1040398735,NULL); INSERT INTO international VALUES (791,'WebGUI',2,'Diese Übersetzung löschen',1040398136,NULL); INSERT INTO international VALUES (847,'WebGUI',2,'Zurück zur vorhergehenden Seite gehen.',1040398065,NULL); INSERT INTO international VALUES (778,'WebGUI',2,'Ordnerbeschreibung',1056098661,NULL); INSERT INTO international VALUES (747,'WebGUI',2,'Benutzernamen müssen alpha-numerische Zeichen enthalten',1040397962,NULL); INSERT INTO international VALUES (601,'WebGUI',2,'International ID',1040397860,NULL); INSERT INTO international VALUES (559,'WebGUI',2,'Beim Registieren ausführen',1040397832,NULL); INSERT INTO international VALUES (1040,'WebGUI',1,'Lock',1066073923,'A label for a link that locks the current thread.'); INSERT INTO international VALUES (558,'WebGUI',2,'Benutzer Karma bearbeiten',1040397662,NULL); INSERT INTO international VALUES (554,'WebGUI',2,'Aktion ausführen',1040397646,NULL); INSERT INTO international VALUES (538,'WebGUI',2,'Karma Grenzwert',1040397605,NULL); INSERT INTO international VALUES (521,'WebGUI',2,'Ich möchte via Email to Pager informiert werden.',1040397574,NULL); INSERT INTO international VALUES (518,'WebGUI',2,'Benachrichtigungen',1040397531,NULL); INSERT INTO international VALUES (515,'WebGUI',2,'Zeitpunkt der Bearbeitung einfügen/anzeigen?',1040397458,NULL); INSERT INTO international VALUES (513,'WebGUI',2,'Vorheriges Thema',1067276072,NULL); INSERT INTO international VALUES (512,'WebGUI',2,'Nächstes Thema',1066753614,NULL); INSERT INTO international VALUES (74,'USS',2,'Benutzerbeitragssystem System Template',1041635078,NULL); INSERT INTO international VALUES (73,'USS',2,'Benutzerbeitragssystem Template',1041635105,NULL); INSERT INTO international VALUES (52,'USS',2,'Vorschaubild',1040397318,NULL); INSERT INTO international VALUES (38,'USS',2,'(Wählen Sie \"Nein\", wenn Sie ein HTML/Richedit Beitragssystem hinzufügen)',1040397301,NULL); INSERT INTO international VALUES (9,'Survey',2,'Umfrage',1040397175,NULL); INSERT INTO international VALUES (511,'WebGUI',2,'durchgehend',1040397160,NULL); INSERT INTO international VALUES (509,'WebGUI',2,'Diskussions Layout',1040397118,NULL); INSERT INTO international VALUES (496,'WebGUI',2,'Editor auswählen',1040397079,NULL); INSERT INTO international VALUES (495,'WebGUI',2,'htmlArea (Internet Explorer 5.5+)',1045240994,NULL); INSERT INTO international VALUES (494,'WebGUI',2,'RealObjects edit-on Pro 2.x',1045240980,NULL); INSERT INTO international VALUES (501,'WebGUI',2,'Body',1040397021,NULL); INSERT INTO international VALUES (510,'WebGUI',2,'Flach',1040397009,NULL); INSERT INTO international VALUES (748,'WebGUI',2,'Benutzer Zähler',1040396997,NULL); INSERT INTO international VALUES (492,'WebGUI',2,'Liste der Profil-Felder',1040396980,NULL); INSERT INTO international VALUES (491,'WebGUI/Profile',2,'Profil Feld hinzufügen.',1040396957,NULL); INSERT INTO international VALUES (490,'WebGUI/Profile',2,'Profil Kategorie hinzufügen.',1040396942,NULL); INSERT INTO international VALUES (489,'WebGUI/Profile',2,'Profil Kategorie',1040396924,NULL); INSERT INTO international VALUES (485,'WebGUI',2,'Boolean (Checkbox)',1040396911,NULL); INSERT INTO international VALUES (484,'WebGUI',2,'Liste auswählen',1040396891,NULL); INSERT INTO international VALUES (468,'WebGUI/Profile',2,'Benutzer Profil Kategorie bearbeiten',1041633590,NULL); INSERT INTO international VALUES (446,'WebGUI',2,'Homepage URL (geschäftlich)',1040641618,NULL); INSERT INTO international VALUES (443,'WebGUI',2,'Privat',1040396759,NULL); INSERT INTO international VALUES (442,'WebGUI',2,'Geschäftlich',1040396750,NULL); INSERT INTO international VALUES (441,'WebGUI',2,'Email zu Pager Gateway',1040396717,NULL); INSERT INTO international VALUES (440,'WebGUI',2,'Kontakt Informationen',1040396599,NULL); INSERT INTO international VALUES (9,'Product',2,'Produktgrafik 3',1040649097,NULL); INSERT INTO international VALUES (42,'Product',2,'Produkt Beschreibung, Hinzufügen/Bearbeiten',1067897379,NULL); INSERT INTO international VALUES (15,'Survey',2,'Kommentare erlauben?',1040396480,NULL); INSERT INTO international VALUES (17,'Survey',2,'Frage bearbeiten',1040396466,NULL); INSERT INTO international VALUES (2,'Product',2,'Sind Sie sicher, dass Sie die Verknüpfung zu diesem Zubehör löschen möchten?',1040648263,NULL); INSERT INTO international VALUES (17,'Product',2,'Zubehör',1040396372,NULL); INSERT INTO international VALUES (18,'Product',2,'Anderes Zubehör hinzufügen?',1040396355,NULL); INSERT INTO international VALUES (16,'Product',2,'Zubehör hinzufügen',1040396333,NULL); INSERT INTO international VALUES (44,'Product',2,'Produkt Zubehör, Hinzufügen/Bearbeiten',1067897551,NULL); INSERT INTO international VALUES (19,'Survey',2,'Antwort',1040396283,NULL); INSERT INTO international VALUES (30,'Survey',2,'Neue Frage hinzufügen.',1040396272,NULL); INSERT INTO international VALUES (29,'Survey',2,'Antwort-Textfeld hinzufügen.',1040396252,NULL); INSERT INTO international VALUES (27,'Survey',2,'Meinungsbereich hinzufügen (einverstanden/nicht einverstanden).',1040396228,NULL); INSERT INTO international VALUES (16,'Survey',2,'Antworten zufällig anordnen?',1040396058,NULL); INSERT INTO international VALUES (14,'Survey',2,'Frage',1040396029,NULL); INSERT INTO international VALUES (13,'Survey',2,'Wer kann die Ergebnisliste anschauen?',1040395954,NULL); INSERT INTO international VALUES (12,'Survey',2,'Wer kann an der Umfrage teilnehmen?',1040395930,NULL); INSERT INTO international VALUES (11,'Survey',2,'Modus',1040395911,NULL); INSERT INTO international VALUES (10,'Survey',2,'Quiz',1040395898,NULL); INSERT INTO international VALUES (1,'Survey',2,'Umfrage',1041613099,NULL); INSERT INTO international VALUES (75,'SiteMap',2,'Alle Hauptpfade',1040395875,NULL); INSERT INTO international VALUES (74,'SiteMap',2,'Diese Seite',1040395856,NULL); INSERT INTO international VALUES (20,'Poll',2,'Karma pro Abstimmung',1040395813,NULL); INSERT INTO international VALUES (12,'Poll',2,'Gesamtzahl Abstimmungen',1055240977,NULL); INSERT INTO international VALUES (74,'FileManager',2,'Neue Datei hinzufügen.',1040395313,NULL); INSERT INTO international VALUES (75,'FAQ',2,'Frage hinzufügen.',1040395090,NULL); INSERT INTO international VALUES (3,'Auth/SMB',2,'SMB Protokol Fehler (2)
    \r\nBitte nehmen Sie Kontakt mit Ihrem Systemadministrator auf.',1040651984,NULL); INSERT INTO international VALUES (4,'Auth/SMB',2,'SMB Anmeldefehler (3)
    \r\nSie haben einen falschen Benutzernamen oder ein falsches Kennwort eingegeben. Bitte versuchen Sie es noch einmal.',1040651997,NULL); INSERT INTO international VALUES (5,'Auth/SMB',2,'PDC',1040394965,NULL); INSERT INTO international VALUES (6,'Auth/SMB',2,'BDC',1040394956,NULL); INSERT INTO international VALUES (7,'Auth/SMB',2,'NT Domain',1040394946,NULL); INSERT INTO international VALUES (8,'Auth/SMB',2,'NT Login',1040394932,NULL); INSERT INTO international VALUES (9,'Auth/SMB',2,'NT Passwort',1040394921,NULL); INSERT INTO international VALUES (93,'EventsCalendar',2,'Nächster Termin',1040394862,NULL); INSERT INTO international VALUES (718,'WebGUI',2,'Übersetzung exportieren.',1040394793,NULL); INSERT INTO international VALUES (92,'EventsCalendar',2,'Vorheriger Termin.',1040394762,NULL); INSERT INTO international VALUES (91,'EventsCalendar',2,'Neues Ereignis hinzufügen.',1040394748,NULL); INSERT INTO international VALUES (90,'EventsCalendar',2,'Standard Monat',1040394734,NULL); INSERT INTO international VALUES (89,'EventsCalendar',2,'3 Monate vom Beginn an anzeigen',1040662577,NULL); INSERT INTO international VALUES (88,'EventsCalendar',2,'6 Monate vom Beginn an anzeigen',1040662541,NULL); INSERT INTO international VALUES (87,'EventsCalendar',2,'9 Monate vom Beginn an anzeigen',1040662529,NULL); INSERT INTO international VALUES (86,'EventsCalendar',2,'12 Monate vom Beginn an anzeigen',1040662515,NULL); INSERT INTO international VALUES (85,'EventsCalendar',2,'Letzter im Kalender',1040662419,NULL); INSERT INTO international VALUES (84,'EventsCalendar',2,'Ende Monat',1040394649,NULL); INSERT INTO international VALUES (83,'EventsCalendar',2,'Erster im Kalender',1040662448,NULL); INSERT INTO international VALUES (82,'EventsCalendar',2,'Aktuell',1040662319,NULL); INSERT INTO international VALUES (81,'EventsCalendar',2,'Anfangsmonat',1040394600,NULL); INSERT INTO international VALUES (5,'Auth/WebGUI',2,'Ihr Passwort darf nicht \"Passwort\" lauten.',1040394515,NULL); INSERT INTO international VALUES (4,'Auth/WebGUI',2,'Ihr Passwort darf nicht leer sein.',1040394494,NULL); INSERT INTO international VALUES (1,'Auth/WebGUI',2,'WebGUI Authentifizierungs-Optionen',1040394478,NULL); INSERT INTO international VALUES (2,'Auth/SMB',2,'SMB Server Fehler(1)
    \r\nProbleme beim Zugriff auf den Domain-Controller. Wahrscheinlich gibt es einen Verbindungs-Timeout. Bitte versuchen Sie es nochmal oder nehmen Sie Kontakt mit Ihrem Systemadministrator auf.',1040651968,NULL); INSERT INTO international VALUES (1,'Auth/SMB',2,'SMB Authentifizierungs-Optionen',1040394357,NULL); INSERT INTO international VALUES (1,'Auth/LDAP',2,'LDAP Authentifizierungs Optionen',1040384677,NULL); INSERT INTO international VALUES (30,'USS',2,'Karma pro Benutzer Beitrag',1040656066,NULL); INSERT INTO international VALUES (627,'WebGUI',2,'Profile werden genutzt, um sich weitergehende Informationen über einen bestimmten Benuter anzuschauen. Für mache Seiten sind Profile wichtig, für andere wiederum nicht. Das Profilsystem ist komplett anpassbar. Sie können so viel Informationen anzeigen oder anfordern, wie Sie möchten.',1040655917,NULL); INSERT INTO international VALUES (638,'WebGUI',2,'Templates werden eingesetzt um das Layout der Wobjects in WebGUI festzulegen. Mit WebGUI werden viele Templates ausgeliefert. Und mit der Templateverwaltung können Sie Ihre eigenen Templates erstellen, damit Ihre Seite genau so aussieht, wie Sie sie sich vorstellen. ',1055250559,NULL); INSERT INTO international VALUES (639,'WebGUI',2,'Template Name
    \r\nVergeben Sie einen aussagekräftigen Namen, damit Sie später wissen, wofür dieses Template ist.\r\n

    \r\nNamensbereich
    \r\nWelcher Template Typ ist es? z.B. Template für das Textelement\r\n

    \r\nTemplate
    \r\nBenutzen Sie zur Erstellung des Templates die vorhandenen Template-Befehle und Variablen, Macros und auch HTML-Code.\r\n

    \r\nBeachten Sie:
    \r\nSie sollten niemals die Standardtemplates, die mit WebGUI ausgeliefert werden, bearbeiten, da diese oft mit jeder neuen Version von WebGUI geändert werden. Verfahren Sie stattdessen so, dass Sie ein Template Ihrer Wahl zuerst kopieren und dann mit dieser Kopie weiterarbeiten und z. B. einen neuen Namen vergeben etc.',1040655572,NULL); INSERT INTO international VALUES (838,'WebGUI',2,'Ordner werden zum Organisieren von Uploads genutzt, ähnlich wie Sie Dateien auf Ihrer Festplatte in Verzeichnissen sortiert haben.\r\n

    \r\nIn Ordnern organisieren
    \r\nOrdner können sich innerhalb anderer Ordner befinden. Geben Sie hier an, in welchen anderen Ordner Sie diesen verschieben möchten.\r\n

    \r\nName
    \r\nBenennen Sie den Ordner so, dass Sie auch erkennen, was sich darin befindet (z. B. Grafiken, Private Bilder, Musikfiles, ...)\r\n

    \r\nBeschreibung
    \r\nGeben Sie eine kurze Beschreibung des Ordners an, so dass Sie sich auch später erinnern können, warum Sie z. B. diesen Ordner erstellt haben, was sich darin befindet, etc.',1056099288,NULL); INSERT INTO international VALUES (830,'WebGUI',2,'Seiten Templates werden genutzt um Wobjects auf Ihrer Seite zu organisieren. Um dies zu ermöglichen, müssen Sie Template Positionen erstellen. Sie können eine unbegrenzte Anzahl von Postionsnummern in Ihren Seiten-Templates benutzen, aber Sie müssen dafür immer eine Position schaffen. Die Template Positions Variablen können ungefähr so aussehen:

    \r\n\r\n
    \r\n<tmpl_var page.position1>\r\n<tmpl_var page.position2>\r\n<tmpl_var page.position3>\r\n<tmpl_var page.position4>\r\n<tmpl_var page.position5>\r\n<tmpl_var page.position6>\r\n<tmpl_var page.position7>\r\n<tmpl_var ...>\r\n\r\n
    \r\n\r\n\r\nSie können mehr als 1 Million dieser Positionen einsetzen... Das sollte mehr als genug auch für die komplexeste Seite sein.',1040654716,NULL); INSERT INTO international VALUES (74,'Item',2,'Nachfolgend eine Liste von Template Variablen für Textelement Templates.\r\n

    \r\nattachment.name
    \r\nDer Dateiname für den Anhang\r\n

    \r\nattachment.url
    \r\nDie URL zum Downloaden des Anhangs\r\n

    \r\nattachment.icon
    \r\nDie URL zum Icon für den Anhang (z.B. Symbol für PDF-Dateien)
    ',1040654374,NULL); INSERT INTO international VALUES (73,'FAQ',2,'Frage
    \r\nFügen Sie die Frage hinzu, die in der FAQ erscheinen soll.\r\n

    \r\nAntwort
    \r\nFügen Sie die Antwort hinzu, die für die Frage, die Sie eben eingegeben haben, erscheinen soll.\r\n

    \r\nAls nächstes?
    \r\nMöchten Sie eine neue Frage hinzufügen, so wählen Sie es hier aus.
    ',1040654126,NULL); INSERT INTO international VALUES (71,'FAQ',2,'Es scheint, dass es auf fast auf jeder Website, privaten Homepage, in Intranets oder auch in Extranets einen F.A.Q-Bereich (Frequently Asked Questions) gibt. Dieses Wobject hilft Ihnen, solch eine FAQ aufzubauen.\r\n

    \r\nTemplate
    \r\nWählen Sie ein Layout für diese FAQ aus.\r\n

    \r\nAls nächstes?
    \r\nWählen Sie \"Eine Frage hinzufügen\", wenn Sie eine neue Frage hinzufügen möchten.

    \r\n
    \r\nBeachten Sie bitte: Die nachfolgende Stylesheet Class ist speziell für die FAQ.\r\n

    \r\nfaqQuestion
    \r\nEine FAQ Frage. zum Abgrenzen von der Antwort
    ',1040653967,NULL); INSERT INTO international VALUES (71,'ExtraColumn',2,'Extra Spalten erlauben Ihnen, unbhängig vom Gesamtlayout(Style) Ihrer Seite für die momentan ausgewählte Seite eine Zusatzspalte einzufügen.\r\n

    \r\nMöchten Sie mehrere Spalten auf all Ihren Seiten haben, müssen Sie den Style entsprechend bearbeiten oder stattdessen ein Template benutzen.\r\n

    \r\nSpalten werden immer von links nach rechts hinzugefügt. Deswegen erscheint bereits vorhandener Content links von der neuen Spalte.\r\n

    \r\nPlatzhalter
    \r\nDer Platzhalter ist die Grösse der Abstände zwischen dem bereits vorhandenen Content und Ihrer neuen Spalte. Angaben in Pixel.\r\n

    \r\nBreite
    \r\nGeben Sie hier bitte die Breite in Pixel für die neue Spalte an.\r\n

    \r\nStyleSheet Class
    \r\nWenn Sie eine spezielle StyleSheet Class für Spalten benutzen, können Sie diese hier angeben.',1040653582,NULL); INSERT INTO international VALUES (73,'EventsCalendar',2,'Titel
    \r\nBezeichnung dieses Ereignisses\r\n

    \r\nDescription
    \r\nBeschreibung dieses Ereignisses\r\n

    \r\nStart Datum
    \r\nWann beginnt das Ereignis?\r\n

    \r\nEnde Datum
    \r\nWann endet das Ereignis?\r\n

    \r\nWiederholt sich
    \r\nWählen Sie einen Wiederholungszeitraum für dieses Ereignis aus\r\n

    \r\nAls nächstes?
    \r\nWählen Sie \"Neues Ereignis hinzufügen\", wenn Sie ein neues Ereignis hinzufügen möchten, andernfalls wählen Sie \"Zurück zur Seite\".\r\n
    ',1040652689,NULL); INSERT INTO international VALUES (71,'SiteMap',2,'SiteMaps (Seitenübersichten) stellen eine zusätzliche Navigationshilfe dar. \r\nSie können eine traditionelle Sitemap verwenden, die eine hierarchische \r\nAnsicht aller Seiten anzeigt. Sie können aber andererseits Sitemaps benutzen, \r\num eine zusätzliche Navigationsebene für bestimmte Ebenen Ihrer Seite einzubauen.

    Template
    Wählen \r\nSie ein Layout für die Sitemap. \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?

    ',1041635478,NULL); INSERT INTO international VALUES (77,'USS',2,'

    Nachfolgend sind die Template Variablen, die im Benutzerbeitragssystem verwendet werden. Diese Templates werden benutzt, um den einzelnen Benutzerbeitrag im Benutzerbeitragssystem darzustellen.

    \r\n\r\n

    title
    \r\nDer Titel dieses Beitrages.

    \r\n\r\n

    content
    \r\nDer komplette Text dieses Beitrages.

    \r\n\r\n

    user.label
    \r\nDie übersetzte Bezeichnung die anzeigt, welcher Benutzer diesen Beitrag veröffentlicht hat.

    \r\n\r\n

    user.profile
    \r\nDie URL zum Profil des Benutzers, der den Beitrag veröffentlicht hat.

    \r\n\r\n

    user.username
    \r\nDer Benutzername dieses Benutzers.

    \r\n\r\n

    user.id
    \r\nDie Benutzer ID dieses Benutzers.

    \r\n\r\n

    date.label
    \r\nDie übersetzte Bezeichnung die anzeigt, wann dieser Beitrag geschrieben wurde.

    \r\n\r\n

    date.epoch
    \r\nDie Anzahl der Sekunden seit 1. Januar 1970 zum Zeitpunkt , an dem dieser Beitrag geschrieben wurde.

    \r\n\r\n

    date.human
    \r\nDas umgewandelte Datum, wann dieser Beitrag geschrieben wurde.

    \r\n\r\n

    date.updated.label
    \r\nDie übersetzte Bezeichnung, die anzeigt, an welchem Datum der Beitrag zum letzten Mal bearbeitet wurde.

    \r\n\r\n

    date.updated.epoch
    \r\nDie Anzahl an Sekunden seit 1. Januar 1970 zum Zeitpunkt, an dem dieser Beitrag zum letzten Mal bearbeitet wurde.

    \r\n\r\n

    date.updated.human
    \r\nDas umgewandelte Datum, wann dieser Beitrag zum letzten Mal beabeitet wurde.

    \r\n\r\n

    status.label
    \r\nDie übersetzte Bezeichnung, die den Status dieses Beitrages anzeigt.

    \r\n\r\n

    status.status
    \r\nDer aktuelle Status dieses Beitrages (ausstehend, freigegeben, abgelehnt).

    \r\n\r\n

    views.label
    \r\nDie übersetzte Bezeichnung, wie oft dieser Beitrag angeschaut wurde.

    \r\n\r\n

    views.count
    \r\nAnzahl, wie oft dieser Beitrag angeschaut wurde

    \r\n\r\n

    canPost
    \r\nBedinung, ob der Benutzer einen neuen Beitrag schreiben kann oder nicht.

    \r\n\r\n

    post.url
    \r\nDie URL zum Schreiben eines neuen Beitrages.

    \r\n\r\n

    post.label
    \r\nDie übersetzte Bezeichnung für diese URL.

    \r\n\r\n

    previous.more
    \r\nBedingung, ob es ältere/vorherige Beiträge vor diesem gab oder nicht..

    \r\n\r\n

    previous.url
    \r\nEine URL zu dem vorherigen Beitrag.

    \r\n\r\n

    previous.label
    \r\nDie übersetzte Bezeichnung ! für diese URL.

    \r\n\r\n

    next.more
    \r\nBedingung, ob es noch weiter e Beiträge gibt oder nicht.

    \r\n\r\n

    next.url
    \r\nDie URL zum nachfolgenden Beitrag.

    \r\n\r\n

    next.label
    \r\nDie übersetzte Bezeichnung für diese URL.

    \r\n\r\n

    canEdit
    \r\nBedingung, ob der aktuelle Benutzer diesen Beitrag bearbeiten oder löschen kann.

    \r\n\r\n

    edit.url
    \r\nDie URL zum Bearbeiten dieses Beitrages.

    \r\n\r\n

    edit.label
    \r\nDie übersetzte Bezeichnung für den Bearbeitungslink.

    \r\n\r\n

    delete.url
    \r\nDie URL zum Löschen des Beitrages.

    \r\n\r\n

    delete.label
    \r\nDie übersetzte Bezeichnung diese URL.

    \r\n\r\n

    canChangeStatus
    \r\nBedingung, ob der aktuelle Benutzer die Berechtigung hat, den Status dieses Beitrages zu bearbeiten.

    \r\n\r\n

    approve.url
    \r\nDie URL zum Freigeben dieses Beitrages.

    \r\n\r\n

    approve.label
    \r\nDie übersetzte Bezeichnung diese URL.

    \r\n\r\n

    deny.url
    \r\nDie URL zum Ablehnen des Beitrages.

    \r\n\r\n

    deny.label
    \r\nDie übersetzte Bezeichnung für diese URL.

    \r\n\r\n

    leave.url
    \r\nDie! URL, um diesen Beitrag beim aktuellen Status zu belassen..

    \r\n\r\n

    leave.label
    \r\nDie übersetzte Bezeichnung für diese URL.

    \r\n\r\n

    canReply
    \r\nBedingung, ob der aktuelle Benutzer auf diesen Beitrag antworten kann oder nicht.

    \r\n\r\n

    reply.url
    \r\nDie URL umauf diesen Beitrag zu antworten.

    \r\n\r\n

    reply.label
    \r\nDie übersetzte Bezeichnung für diese URL.

    \r\n\r\n

    search.url
    \r\nDie URL, um zum WebGUI Power Suchformular zu wechseln.

    \r\n\r\n

    search.label
    \r\nDie übersetzte Bezeichnung für diesen Link.

    \r\n\r\n

    back.url
    \r\nDie URL, um zur Hauptübersicht zurückzukehren.

    \r\n\r\n

    back.label
    \r\nDie übersetzte Bezeichnung für diese URL.

    \r\n\r\n

    replies
    \r\nEine komplette Liste aller Antworten zu diesem Beitrag.

    ',1067278397,NULL); INSERT INTO international VALUES (617,'WebGUI',2,'

    Einstellungen sind Elemente, die es Ihnen ermöglichen WebGUI an ihre besonderen \r\nBedürfnisse anzupassen. \r\n

    \r\n

    Informationen ü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

    \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..

    ',1045243162,NULL); INSERT INTO international VALUES (72,'DataForm',2,'

    Sie können so viele Felder hinzufügen, wie Sie möchten.

    \r\n

    Bezeichnung
    \r\nDies ist die Bezeichnung des Formularfeldes.
    \r\n

    \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:

    \r\n

    Zusatztext
    \r\n
    Ein zusätzlicher Text, um z. B. dem Benutzer weitere Informationen zu geben, was er in dieses Feld eingeben kann..

    \r\n

    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.

    \r\n

    Typ
    \r\nWählen Sie hier den Feldtyp aus.

    \r\n

    Breite
    \r\nAnzahl der Zeichen für die Breite des Feldes.

    \r\n

    Höhe
    \r\nAnzahl der Zeichen für die Höhe des Feldes. (Wird nur in "Textbereichen" und mit HTMLArea benötigt).

    \r\n

    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.

    \r\n

    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.

    ',1067895937,NULL); INSERT INTO international VALUES (942,'WebGUI',2,'Optionsschaltflächen-Liste',1055244269,NULL); INSERT INTO international VALUES (943,'WebGUI',2,'Checkbox',1055244184,NULL); INSERT INTO international VALUES (944,'WebGUI',2,'Postleitzahl',1055244171,NULL); INSERT INTO international VALUES (956,'WebGUI',2,'Sind Sie sicher, dass Sie dieses Element von der Zwischenablage in den Mülleimer verschieben möchten?',1055244151,NULL); INSERT INTO international VALUES (76,'FileManager',2,'

    Dies ist eine Liste von Template Variablen, die Sie in Downloadmanager Templates benutzen können.

    \r\n

    titleColumn.url
    \r\nDie URL, um nach dem Titel zu sortieren.

    \r\n

    titleColumn.label
    \r\nDie übersetzte Bezeichnung des Titels.

    \r\n

    descriptionColumn.url
    \r\nDie URL, um nach der Beschreibung zu sortieren.

    \r\n

    descriptionColumn.label
    \r\nDie übersetzte Bezeichnung für die Beschreibung.

    \r\n

    dateColumn.url
    \r\nDie URL, um nach dem Upload-Datum zu sortieren.

    \r\n

    dateColumn.label
    \r\nDie übersetzte Bezeichnung für das Upload-Datum.

    \r\n

    search.form
    \r\nWebGUI\'s Power Suchformular.

    \r\n

    search.url
    \r\nDie URL, um den Suchmodus an- oder abzuschalten.

    \r\n

    search.label
    \r\nDie übersetzte Bezeichnung für den Suchlink.

    \r\n

    addfile.url
    \r\nDie URL, um eine Datei hinzuzufügen.

    \r\n

    addfile.label
    \r\nDie übersetzte Bezeichnung für diesen Link.

    \r\n

    file_loop
    \r\nEine Schleife, die Informationen über jede upgeloadete Datei enthält.

    \r\n
    file.canView
    \r\nEine Bedingungsvariable, ob der Benutzer die Berechtigung hat, diese Datei anzuschauen. \r\n

    file.controls
    \r\nDie WebGUI Verwaltungscontrols für diese Datei.

    \r\n

    file.title
    \r\nDer Dateititel.

    \r\n

    file.version1.name
    \r\nDer Dateiname der ersten Version dieser Datei.

    \r\n

    file.version1.url
    \r\nDie Download-URL für diese erste Version der Datei.

    \r\n

    file.version1.icon
    \r\nDie URL zum Dateityp-Icon für die erste Version der Datei.

    \r\n

    file.version1.size
    \r\nDie Dateigrösse der ersten Version der Datei.

    \r\n

    file.version1.type
    \r\nDer Dateityp (siehe auch file.version1.icon).

    \r\n

    file.version1.thumbnail
    \r\nDie URL zum Vorschaubild (Thumbnail)für die erste Version dieser Datei.

    \r\n

    file.version1.isImage
    \r\nEine V ariable um zu ermitteln, ob diese Datei eine Grafik ist oder nicht.

    \r\n

    file.version2.name
    \r\nDer Dateiname für die Alternative #1 dieser Datei.

    \r\n

    file.version2.url
    \r\nDie Download-URL für Alternative #1.

    \r\n

    file.version2.icon
    \r\nDie URL zum Dateityp-Icon für Alternative #1.

    \r\n

    file.version2.size
    \r\nDie Dateigrösse für Alternative #1.

    \r\n

    file.version2.type
    \r\nDer Dateityp von Alternative #1.

    \r\n

    file.version2.thumbnail
    \r\nDie URL zum Vorschaubild (Thumbnail) für Alternative #1.

    \r\n

    file.version2.isImage
    \r\nEine Variable um zu ermitteln, ob es sich bei Alternative #1 um eine Grafik handelt oder nicht.

    \r\n

    file.version3.name
    \r\nDer Dateiname für die Alternative #2 dieser Datei.

    \r\n

    file.version3.url
    \r\nDie Download-URL für Alternative #2.

    \r\n

    file.version3.icon
    \r\nDie URL zum Dateityp-Icon für Alternative #2.

    \r\n

    file.version3.size
    \r\nDie Dateigrösse für Alternative #2.

    \r\n

    file.version3.type
    \r\nDer Dateityp von Alternative #2.

    \r\n

    file.version3.thumbnail
    \r\nDie URL zum Vorschaubild (Thumbnail) für Alternative #2.

    \r\n

    file.version3.isImage
    \r\nEine Variable um zu ermitteln, ob es sich bei Alternative #2 um eine Grafik handelt oder nicht.

    \r\n

    file.description
    \r\nDie Beschreibung für die Datei (für alle 3 Versionen gleich).

    \r\n

    file.date
    \r\nDas Datum, an dem die Datei(en) hochgeladen wurde(n).

    \r\n

    file.time
    \r\nDie Uhrzeit, an dem die Datei(en) hochgeladen wurde(n).

    \r\n
    \r\n

    noresults.message
    \r\nEine übersetzte Nachricht, dass es keine Dateien zum Downloaden für diesen Benutzer gibt.

    \r\n

    noresults
    \r\nEine Variable, um zu ermitteln, ob es Dateien für diesen Benutzer zum Downloaden gibt.

    \r\n

    firstPage
    \r\n Ein Link zur ersten Seite.

    \r\n

    lastPage
    \r\nEin Link zur letzten Seite.

    \r\n

    nextPage
    \r\nEin Link zur nächst en Seite.

    \r\n

    previousPage
    \r\nEin Link zur vorherigen Seite.

    \r\n

    pageList
    \r\nEine Liste aller Seiten.

    \r\n

    multiplePages
    \r\nEine Variable um zu ermitteln, ob es mehrere Seiten gibt.

    ',1067290895,NULL); INSERT INTO international VALUES (633,'WebGUI',2,'Vereinfacht ausgedrückt, sind Startseiten (auch root genannt) Seiten mit keiner darüberliegenden Seite. \r\nDie erste und wichtigeste Startseite in WebGUI ist die "Home" Seite. \r\nViele Anwender fügen niemals weitere Startseiten ein, aber einige Poweruser schon. \r\nDiese User erstellen neue Startseiten aus verschiedenen Gründen, vielleicht erstellen sie Sammelpunkte für Contentmanager oder vielleicht einen versteckten Bereich für Admin-Tools. Oder womöglich einfach eine neue Startseite, um die Suchmaschine zu platzieren. \r\n

    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\n

    brochure.icon
    \r\nDie URL zum Icon des Prospekts.

    \r\n

    brochure.url
    \r\nDie URL um dieses Prospekt zu downloaden.

    \r\n

    brochure.label
    \r\nDie übersetzte Bezeichnung für diese URL.

    \r\n

    warranty.icon
    \r\nDie URL zum Icon der Garantie.

    \r\n

    warranty.url
    \r\nDie URL um die Garantie zu downloaden.

    \r\n

    warranty.label
    \r\nDie Bezeichnung für diese URL.

    \r\n

    image1
    \r\nDie URL zur Produktgrafik 1.

    \r\n

    thumbnail1
    \r\nDie URL zum Vorschaubild der Produktgrafik 1.

    \r\n

    image2
    \r\nDie URL zur Produktgrafik 2.

    \r\n

    thumbnail2
    \r\nDie URL zum Vorschaubild der Produktgrafik 2.

    \r\n

    image3
    \r\nDie URL zur Produktgrafik 3.

    \r\n

    thumbnail3
    \r\nDie URL zum Vorschaubild der Produktgrafik 3.

    \r\n

    addfeature.url
    \r\nDie URL um eine Produkteigenschaft (Feature) hinzuzufügen.

    \r\n

    addfeature.label
    \r\nDie übersetzte Bezeichnung für diese URL.

    \r\n

    feature_loop
    \r\nDiese Schleife enthält alle Produkteigenschaften, die zu diesem Produkt gehören.

    \r\n
    feature.controls
    \r\n WebGUI Verwaltungselemente für diese Eigenschaft. \r\n

    feature.feature
    \r\nDer Text der Produkteigenschaft.

    \r\n
    \r\n

    addbenefit.url
    \r\nDie URL um Vorteile hinzuzufügen.

    \r\n

    addbenefit.label
    \r\nDie übersetzte Bezeichnung  für diese URL.

    \r\n

    benefit_loop
    \r\nDiese Schleife enthält alle Vorteile dieses Produktes.

    \r\n
    benefit.benefit
    \r\nDer Vorteil selbst (Text des Vorteils). \r\n

    benefit.controls
    \r\nWebGUI Verwaltungselemente für diesen Vorteil.

    \r\n
    \r\n

    addspecification.url
    \r\nDie URL um Merkmale hinzuzufügen.

    \r\n

    addspecification.label
    \r\nDie übersetzte Bezeichnung für diese URL.

    \r\n

    specification_loop
    \r\nEine Liste von Merkmalen zu diesem Produkt.

    \r\n
    specification.controls
    \r\nWebGUI Verwaltungselemente für dieses Merkmal. \r\n

    specification.specification
    \r\nDer Text des Merkmals selbst.

    \r\n

    specification.units
    \r\nDie Einheiten für dieses Merkmal, z.B. Zentimeter

    \r\n

    specification.label
    \r\nDie Bezeichnung für dieses Merkmal, z. B. Höhe

    \r\n
    \r\n

    addaccessory.url
    \r\nDie URL zum Hinzufügen von Zubehör.

    \r\n

    addaccessory.label
    \r\nDie übersetzte Bezeichnung  für diese URL.

    \r\n

    accessory_loop
    \r\nDiese Schleife enthält all das zu diesem Produkt verbundene Zubehör.

    \r\n
    accessory.url
    \r\nDie URL zum verbundenen Zubehör. \r\n

    accessory.title
    \r\nDer Titel des verbundenen Zubehörs.

    \r\n

    accessory.controls
    \r\nWebGUI Verwaltungselemente für dieses Zubehör.

    \r\n
    \r\n

    addRelatedProduct.url
    \r\n
    Die URL um ein verwandtes Produkt hinzuzufügen.

    \r\n

    addRelatedProduct.label
    \r\n
    Die übersetzte Bezeichnung  für diese URL.

    \r\n

    relatedproduct.url
    \r\n
    Die URL zu diesem verwandten Produkt.

    \r\n

    relatedproduct.title
    \r\n
    Der Titel des verwandten Produkts.

    \r\n

    relatedproduct.controls
    \r\n
    WebGUI Verwaltungselemente für dieses verwandte Produkt.

    ',1067291164,NULL); INSERT INTO international VALUES (47,'Product',2,'Verwandte Produkte sind Produkte, die vergleichbar zu anderen Produkten sind.

    \r\nVerwandte Produkte
    \r\nWählen Sie aus der Liste ein Produkt aus, das Sie bereits eingegeben haben.

    \r\nWeiteres verwandtes Produkt hinzufügen?

    \r\nMöchten Sie ein weiteres Produkt hinzufügen?\r\n',1054540855,NULL); INSERT INTO international VALUES (43,'Product',2,'Merkmale beschreiben die technischen Details Ihres Produks

    \r\nBezeichnung
    \r\nDer Typ des Merkmals. Zum Beispiel Höhe, Breite, Gewicht, Farbe. Sie können Merkmale, die Sie bereits für andere Produkte definiert haben, übernehmen.

    \r\nMerkmal
    \r\nDer aktuelle Wert des Merkmals. Wenn Sie z. B. als Bezeichnung \"Farbe\" gewählt haben, können Sie hier als Wert \"blau\", \"rot\" usw. definieren.

    \r\nEinheiten
    \r\nDie Masseinheiten für dieses Merkmal. Wenn Sie als Beispiel \"Höhe\" für die Bezeichnung gewählt haben, können Sie hier z. B. \"Zentimeter\" angeben.

    \r\nWeitere Merkmale hinzufügen?
    \r\nHier können Sie weitere Merkmale definieren.',1058172127,NULL); INSERT INTO international VALUES (828,'WebGUI',2,'Die meisten Wobjects haben Templates, dies es Ihnen erlauben, das Layout des Wobject-Benutzerinterfaces zu verändern. Diese Wobjects enthalten alle ein Standardset von Template Variablen, die sie fürs Layout benutzen können, aber auch ihre eigenen spezifischen Variablen. Nachfolgend eine Liste der allgemeinen Template Variablen die alle Wobjects betreffen.

    \r\ntitle
    \r\nDer Titel für das Wobject

    \r\ndisplayTitle
    \r\nEine bedingte Variable, ob der Titel angezeigt werden soll, oder nicht.

    \r\ndescription
    \r\nDie Beschreibung des Wobjects.

    \r\nwobjectId
    \r\nDie ID, die WebGUI zum Ansteuern dieses Wobjects benutzt.

    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.

    ',1055250968,NULL); INSERT INTO international VALUES (826,'WebGUI',2,'

    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\n

    Achtung: 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\n

    Variablen
    \r\nVariablen sind der Grundstock von Template Befehlen. Sie werden zum Positionieren von Contentbereichen eingesetzt.

    \r\n

    Syntax: <tmpl_var foo> oder <tmpl_var name="foo">

    \r\n

    Beispiel: <tmpl_var name>

    \r\n

    Bedingungsvariablen
    \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..

    \r\n

    Syntax: <tmpl_if foo> <tmpl_else> </tmpl_if>
    \r\nSyntax: <tmpl_unless foo> <tmpl_else> </tmpl_unless>

    \r\n

    Beispiel: <tmpl_if isTrue> Es ist wahr!<tmpl_else> Es ist falsch! </tmpl_if>

    \r\n

    Schleifen (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.

    \r\n

    Syntax: <tmpl_loop foo> </tmpl_loop>

    \r\n

    Beispiel:
    \r\n<tmpl_loop users>
    \r\n  Name: <tmpl_var first_name><br/>
    \r\n</tmpl_loop>

    \r\n

    Schleifenbedingungen (Loop Conditions)
    \r\nLoops haben eigene Spezial Schleifenvariablen. Als da wären __FIRST__, __ODD__, __INNER__, und __LAST__.

    \r\n

    Beispiele:
    \r\n

    \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\n

    addevent.url
    \r\nDie URL, um ein Ereignis zum Kalender hinzuzufügen.

    \r\n

    addevent.label
    \r\nDer übersetzte Text zum Hinzufügen eines Ereignisses (z. B. \'Neue Veranstaltung hinzufügen\').

    \r\n

    calendar.big
    \r\nEine komplette Kalenderansicht. Wochentage werden komplett ausgeschrieben (Montag, Dienstag, ...).

    \r\n

    calendar.small
    \r\nEine kleinere Kalenderansicht mit abgekürzten Wochentagen (z. B. M, D, M, D ...).

    \r\n

    calendar.firstPage
    \r\nEin Link zur ersten Seite im Kalender.

    \r\n

    calendar.lastPage
    \r\nEin Link zur letzten Seite im Kalender.

    \r\n

    calendar.nextPage
    \r\nEin Link zur nächsten Seite im Kalender.

    \r\n

    calendar.previousPage
    \r\nEin Link zur vorherigen Seite im Kalender.

    \r\n

    calendar.pageList
    \r\nEine Liste aller Seiten des Kalenders (z. b. Seite 1, 2, 3, ....).

    \r\n

    calendar.multiplePages
    \r\nEine bedingte Variable, die anzeigt, ob es mehr als eine Seite im Kalender gibt..

    \r\n

    list_loop
    \r\nEine Schleife (Loop), die die Listenansicht eines Kalenders umschliesst.

    \r\n
    list.date
    \r\nDas Datum dieses Ereignisses. \r\n

    list.title
    \r\nDer Titel dieses Ereignisses.

    \r\n

    list.description
    \r\nDie Beschreibung dieses Ereignisses.

    \r\n

    list.sameAsPrevious
    \r\nEine Bedingungs-Variable, falls dieses Ereignis das selbe Datum wie ein anderes/das letzte Ereignis hat.

    \r\n

    list.url
    \r\nDie URL zur Komplettansicht dieses Ereignisses.

    \r\n

    list.controls
    \r\nDie WebGUI Verwaltungscontrols für dieses Ereignis (z. B. Ereingis bearbeiten).

    \r\n
    \r\n

    list.firstPage
    \r\nEin Link zur ersten Seite des Kalenders (inder Listenansicht).

    \r\n

    list.lastPage
    \r\nEin L ink zur letzten Seite des Kalenders (in der Listenansicht).

    \r\n

    list.nextPage
    \r\n Ein Link zur nächsten Seite des Kalenders (in der Listenansicht).

    \r\n

    list.previousPage
    \r\n Ein Link zur vorherigen Seite des Kalenders (in der Listenansicht).

    \r\n

    list.pageList
    \r\n Ein Link zu allen Seiten des Kalenders (in der Listenansicht).

    \r\n

    list.multiplePages
    \r\nEine Bedingungs-Variable, falls es mehr als eine Seite im Kalender gibt.

    ',1067291653,NULL); INSERT INTO international VALUES (50,'Product',2,'Vorzüge oder Vorteile sind das Ergebnis der Eigenschaften Ihres Produktes. Sie sind es, warum gerade dieses Produkt so gut ist. Wenn Sie Vorzüge hinzufügen, müssen Sie auch einige Features (Eigenschaften) hinzufügen.\r\n

    \r\nVorzüge
    \r\nSie können entweder einen neuen Vorzug eingeben, oder einen auswählen, den sie bereits eingegeben haben.\r\n

    \r\nNeuen Vorzug hinzufügen?
    \r\nHier können Sie weitere Vorzüge bzw. Vorteile Ihres Produktes hinzufügen.',1041622511,NULL); INSERT INTO international VALUES (71,'SyndicatedContent',2,'Syndicated Content. Hierbei werden Seiten in Art eines \r\nRinges (Syndicate) zusammengeschlossen, indem Sie einen zentralen Inhalt \r\n(Content) zusätzlich zu den eigenen Informationen anbieten. Dies können \r\nbeispielsweise tägliche Nachrichten einer Branche oder eines Themas sein. Diese \r\nTechnologie wird oft genutzt, um Schlagzeilen/Nachrichten von verschiedenen \r\nSeiten anzuzeigen, wie www.heise.de oder www.golem.de. \r\nEs kann natürlich auch für andere Dinge genutzt werden, wie z. B. Sportnachrichten, \r\nAktienkurse, etc.

    URL zur RSS \r\nDatei
    Geben Sie die genaue URL (beginnend mit http://) zu der angebotenen \r\nRDF oder RSS Datei an. Der Syndicated Content wird stündlich (sofern runHourly.pl \r\nals Cron- oder AT-Job läuft) von dieser URL gedownloadet.\r\n

    Hier einige \r\nBeispiele, wo Sie RSS oder RDF Dateien bzw. Anbieter finden können: \r\n

    \r\n\r\n

    Template
    Wählen Sie ein Template für dieses Content aus.

    ',1048588796,NULL); INSERT INTO international VALUES (61,'SyndicatedContent',2,'Syndicated Content, Hinzufügen/Bearbeiten',1067896940,NULL); INSERT INTO international VALUES (625,'WebGUI',2,'Laden Sie einige Bilder hoch, die Sie in mehreren Bereichen der Seite benutzen \r\nmöchten. \r\n

    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?

    ',1056098445,NULL); INSERT INTO international VALUES (609,'WebGUI',2,'Wenn Sie einen Style löschen, werden alle Seiten, die diesen verwenden, auf \r\nden Standard-Style (Fail Safe) umgestellt. Um eine störungsfreie Ansicht \r\nzu gewährleisten, sollten Sie sich sicher sein, dass keine Seite mehr diesen \r\nStyle benutzt, bevor Sie ihn löschen.

    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\n

    Wie 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\n

    page_loop
    Diese Schleife umfasst all Ihre Seiten der Sitemap. \r\n

    page.indent
    Abstand, wie weit diese Seite im Verzeichnisbaum \r\n eingerückt werden soll. \r\n

    page.url
    Die URL zur Seite. \r\n

    page.id
    Die ID für diese Seite, die WebGUI intern benutzt. \r\n

    page.title
    Der Seitentitel. \r\n

    page.menutitle
    Der Titel, wie die Seite in der Navigation erscheinen \r\n soll. \r\n

    page.synopsis
    Die Beschreibung des Inhalts (Synopsis) für \r\n diese Seite (sofern vorhanden).. \r\n

    page.isRoot
    Eine Variable, ob diese Seite root-Seite ist, oder \r\n nicht.

    \r\n

    page.isTop
    Eine Bedingung, ob diese Seite auf der oberen Ebene \r\n der Navigationsstruktur ist oder nicht

    \r\n
    ',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

    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?.

    ',1067273100,NULL); INSERT INTO international VALUES (71,'Poll',2,'

    Abstimmungen können verwendet werden, um Meinungen Ihrer Besucher zu verschiedenen Themen zu erfragen.

    \r\n\r\n

    Aktiv
    \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.

    \r\n\r\n

    Wer kann abstimmen?
    \r\nWählen Sie eine Gruppe aus, die an der Abstimmung teilnehmen bzw. abstimmen kann.

    \r\n\r\n

    Karma pro Abstimmung
    \r\nWie viel Karma soll der Benutzer erhalten, wenn er abstimmt?

    \r\n\r\n

    Breite der Grafik
    \r\nDie Breite der Ergebnisbalken-Grafiken dieser Abstimmung (gemessen in Pixel).

    \r\n\r\n

    Frage
    \r\nWelche Frage möchten Sie Ihren Besuchern stellen?

    \r\n\r\n

    Antworten
    \r\nGeben Sie hier die möglichen Antworten zu Ihrer Frage ein. Abstimmungen könnenaber maximal 20 mögliche Antworten enthalten.

    \r\n\r\n

    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.

    \r\n\r\n

    Abstimmung zurücksetzen.
    \r\nSetzen Sie hier die Ergebnisse der Abstimmung zurück. Alle bereits abgegebenen Stimmen werden gelöscht.

    ',1067290126,NULL); INSERT INTO international VALUES (45,'Product',2,'Zubehör sind Produkte, die andere Produkte erweitern

    \r\nZubehör
    \r\nWählen Sie aus einer Liste von Produkten aus, die Sie bereits eingegeben haben.\r\n

    \r\nWeiteres Zubehör hinzufügen?
    \r\nMöchten Sie weitere Zubehörprodukte hinzufügen?',1041612724,NULL); INSERT INTO international VALUES (41,'Product',2,'Eigenschaften(Features) sind Verkaufkriterien für ein Produkt, vielleicht auch Gründe dafür, genau dieses Produkt zu kaufen.\r\n

    \r\nEigenschaft
    \r\nSie können eine neue Eigenschaft angeben oder die Eigenschaft eines anderen Produktes übernehmen.\r\n

    \r\nEine weitere Eigenschaft eingeben?
    \r\nMöchten Sie weitere Eigenschaften definieren?',1041612440,NULL); INSERT INTO international VALUES (39,'Product',2,'

    WebGUI enthält eine Produktverwaltung, mit dem Sie Produkte und Services schnell und einfach zu Ihrer Seite hinzufügen können.

    \r\n

    Template
    \r\nWählen Sie ein Layout für dieses Produkt.

    \r\n

    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.

    \r\n

    Produkt Nummer
    \r\nDie Produkt Nummber, SKU, ISBN oder ähnliches für dieses Produkt.

    \r\n

    Produkt Grafik 1
    \r\nEine Grafik für dieses Produkt.

    \r\n

    Produkt Grafik 2
    \r\nEine weitere Grafik für dieses Produkt.

    \r\n

    Produkt Grafik 3
    \r\nEine dritte Grafik für dieses Produkt.

    \r\n

    Prospekt/Broschüre
    \r\nEin Prospekt oder eine Broschüre für dieses Produkt.

    \r\n

    Handbuch
    \r\nDas Produkt-, Benutzer oder Servicehandbuch für dieses Produkt.

    \r\n

    Garantie
    \r\nDie Garantie für dieses Produkt.

    ',1067291738,NULL); INSERT INTO international VALUES (74,'MessageBoard',2,'

    Nachfolgend eine Liste von Templatevariablen für Diskussuionsforen-Templates.

    \r\n

    forum.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
    Die Bearbeitungs-Elemente für dieses Forum. \r\n

    forum.count
    Eine Integer-Variable, die als Zähler im Loop fungiert.. \r\n

    forum.title
    Der Titel dieses Forums. \r\n

    forum.description
    Die Beschreibung dieses Forums. \r\n

    forum.replies
    Die Anzahl der Antworten aller Themen dieses Forums. \r\n

    forum.rating
    Die durchschnittliche Bewertung aller Beiträge dieses \r\n Forums. \r\n

    forum.views
    Die Gesamtzahl, wie oft alle Beiträge dieses Forums \r\n gelesen wurden. \r\n

    forum.threads
    Die Gesamtzahl der Themen dieses Forums. \r\n

    forum.url
    Die URL, um dieses Forum anzuschauen. \r\n

    forum.lastpost.url
    Die URL, um den letzten Beitrag dieses Forums \r\n anzuschauen. \r\n

    forum.lastpost.date
    Das Datum dieses letzten Beitrags. \r\n

    forum.lastpost.time
    Die Uhrzeit dieses letzten Beitrages. \r\n

    forum.lastpost.epoch
    Das Datum inkl. Uhrzeit dieses letzten Beitrages. \r\n\r\n

    forum.lastpost.subject
    Der Betreff dieses letzten Beitrages. \r\n

    forum.lastpost.user.id
    Die UserID für diesen letzten Beitrag. \r\n

    forum.lastpost.user.name
    Der Benutzername für diesen letzten Beitrag. \r\n

    forum.lastpost.user.profile
    Die URL zu dem Profil des Benutzers. \r\n

    forum.lastpost.user.isVisitor
    Eine Variable, ob der Benutzer ein \r\n registrierte Benutzer oder nur ein Besucher war. \r\n

    \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.

    ',1067275767,NULL); INSERT INTO international VALUES (71,'MessageBoard',2,'

    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\n

    Beachte: 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.

    \r\n\r\n

    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.

    \r\n\r\n

    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.

    ',1067273948,NULL); INSERT INTO international VALUES (90,'DataForm',2,'Diesen Eintrag löschen',1067273490,NULL); INSERT INTO international VALUES (13,'HttpProxy',2,'Suchen nach',1066926318,NULL); INSERT INTO international VALUES (14,'HttpProxy',2,'Enden bei',1066926306,NULL); INSERT INTO international VALUES (1039,'WebGUI',2,'Zurück',1066756402,NULL); INSERT INTO international VALUES (1067,'WebGUI',2,'Forum durchsuchen Template',1066753540,NULL); INSERT INTO international VALUES (1065,'WebGUI',2,'Forum Beitrag schreiben Template',1066753521,NULL); INSERT INTO international VALUES (1064,'WebGUI',2,'Beitrag schreiben',1066753502,NULL); INSERT INTO international VALUES (1062,'WebGUI',2,'Forum Benachrichtigungs Template',1066753480,NULL); INSERT INTO international VALUES (1060,'WebGUI',2,'Forum Thema Template',1066753459,NULL); INSERT INTO international VALUES (1058,'WebGUI',2,'Forum Beitrags Template',1066753431,NULL); INSERT INTO international VALUES (1056,'WebGUI',2,'Forum Template',1066753407,NULL); INSERT INTO international VALUES (1054,'WebGUI',2,'Forum (Diskussions) Eigenschaften',1066753386,NULL); INSERT INTO international VALUES (1053,'WebGUI',2,'Ersetzungen verwalten',1066753367,NULL); INSERT INTO international VALUES (1052,'WebGUI',2,'Ersetzung bearbeiten',1066753351,NULL); INSERT INTO international VALUES (1051,'WebGUI',2,'Ersetzen mit',1066753333,NULL); INSERT INTO international VALUES (1050,'WebGUI',2,'Suchen nach',1066753321,NULL); INSERT INTO international VALUES (1049,'WebGUI',2,'Ersetzungs ID',1066753307,NULL); INSERT INTO international VALUES (1048,'WebGUI',2,'Ersetzungen verwalten',1066753282,NULL); INSERT INTO international VALUES (1047,'WebGUI',2,'Ersetzung hinzufügen',1066753246,NULL); INSERT INTO international VALUES (1046,'WebGUI',2,'Archiviert',1066753224,NULL); INSERT INTO international VALUES (1045,'WebGUI',2,'Verschachtelt',1066753212,NULL); INSERT INTO international VALUES (1043,'WebGUI',2,'Archivieren nach',1066752551,NULL); INSERT INTO international VALUES (71,'DataForm',2,'Dieses Wobject erstellt ein einfaches Mehrzweck-Dateneingabe-Formular. \r\n

    Eingangsbestätigung
    Diese Nachricht wird dem Benutzer angezeigt, \r\nnachdem er das Formular abgesendet hat.

    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.

    ',1055245728,NULL); INSERT INTO international VALUES (935,'WebGUI',2,'Die Datei, die Sie hochgeladen haben, scheint kein korrektes Themenfile zu sein.',1055245069,NULL); INSERT INTO international VALUES (939,'WebGUI',2,'

    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\n

    Andererseites 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\n

    addlink.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
    Die URL für diesen Link. \r\n

    link.name
    Der verlinkte Text. \r\n

    link.controls
    Die WebGUI Verwaltungscontrols für diesen Link. \r\n

    link.newwindow
    Eine Variable, um den Link in einem neuen Fenster \r\n anzeigen zu lassen. \r\n

    link.description
    Die Beschreibung dieses Links.

    ',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.

    \r\nTemplate
    \r\nWählen Sie ein Layout für die Linkliste aus.

    \r\nAls nächstes?
    \r\nMöchten Sie gleich einen neuen Link in die Liste aufnehmen? Oder zuerst zurück zur Seite gehen, um sie sich anzuschauen?',1041600773,NULL); INSERT INTO international VALUES (71,'Item',2,'Wie Artikel sind die Textelemente das "Schweizer Messer" von WebGUI. Der \r\ngrösste Teil von statischem Inhalt kann mit Hilfe des Textelements hinzugefügt \r\nwerden. Zusammengefasst kann man sagen, dass Textelemente benutzt werden können, \r\num kleinere Textelemente (aber auch Grafikelemente) einzufügen.

    Link URL
    Diese URL wird \r\ndem Titel dieses Elements hinzugefügt.
    \r\n

    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

    \r\n

    Template
    Wählen Sie ein Layout für dieses Textelement.

    \r\n',1041600534,NULL); INSERT INTO international VALUES (73,'FileManager',2,'Dateititel
    Der Text, der für diese Datei angezeigt wird. Falls Sie \r\nhier nichts angeben, wird der Dateiname angezeigt. \r\n

    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?.

    ',1064946894,NULL); INSERT INTO international VALUES (71,'FileManager',2,'Der Download-/Dateimanager wurde entwickelt um Ihnen eine Möglichkeit zu geben, \r\nDateien und Downloads in Ihrer Seite zu verwalten. Er bietet Ihnen die Möglichkeit \r\nzu definieren, wer Dateien anschauen oder gar downloaden kann. \r\n

    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?.

    ',1041598396,NULL); INSERT INTO international VALUES (77,'FAQ',2,'Nachfolgend eine Liste aller Variablen für FAQ Templates. \r\n

    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
    Die ID für diese Frage. \r\n

    qa.answer
    Die Antwort für diese Frage. \r\n

    qa.question
    Die Frage selbst. \r\n

    qa.controls
    Die WebGUI Verwaltungscontrols für diese Frage (z. \r\n B. \'Frage bearbeiten\').

    ',1041597921,NULL); INSERT INTO international VALUES (97,'EventsCalendar',2,'

    Nachfolgend eine Liste von Template Variablen für Ereignis Templates.

    \r\n

    title
    \r\nDer Titel des Ereignisses.

    \r\n

    start.label
    \r\nDie  übersetzte Bezeichnung des Startdatums.

    \r\n

    start.date
    \r\nDas Datum, an dem das Ereignis beginnt.

    \r\n

    end.date
    \r\nDas Datum, an dem dieses Ereignis endet.

    \r\n

    end.label
    \r\nDie übersetzte Bezeichung des Ende Datums.

    \r\n

    canEdit
    \r\nVariable, falls der Benutzer des Ereignis bearbeiten kann.

    \r\n

    edit.url
    \r\nDie URL zum Bearbeiten dieses Ereignisses.

    \r\n

    edit.label
    \r\nDie übersetzte Bezeichnung für diese URL (z. B. \'Termin bearbeiten\').

    \r\n

    delete.url
    \r\nDie URL zum Löschen dieses Ereignisses.

    \r\n

    delete.label
    \r\nDie übersetzte Bezeichnung für diese URL.

    \r\n

    previous.url
    \r\nDie URL, um sich das vorherige Ereignis anzeigen zu lassen.

    \r\n

    previous.label
    \r\nDie übersetzte Bezeichnung für diese URL.

    \r\n

    next.url
    \r\nDie URL, um sich das nächste Ereignis anzeigen zu lassen.

    \r\n

    next.label
    \r\nDie übersetzte Bezeichnung für diese URL.

    \r\n

    description
    \r\nDie Beschreibung für dieses Ereignis.

    ',1067291863,NULL); INSERT INTO international VALUES (71,'EventsCalendar',2,'

    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

    \r\n\r\nübergeordneter Kalender?
    \r\nWenn Sie diese Option auf "Ja" setzen, stellt dieser Kalender die Termine aller Kalender des Systems dar.
    \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\nAchtung:Der nachfolgende Style ist speziell für den Veranstaltungskalender
    \r\n
    \r\n.eventTitle
    \r\nDer Titel eines individuellen Termins.',1067274551,NULL); INSERT INTO international VALUES (73,'DataForm',1,'Send',1039776778,NULL); INSERT INTO international VALUES (73,'DataForm',3,'Verstuur',1039776778,NULL); INSERT INTO international VALUES (73,'DataForm',2,'Senden',1042383682,NULL); INSERT INTO international VALUES (9,'Product',21,'éÌÌÀÓÔÒÁÃÉÑ №3',1041699153,NULL); INSERT INTO international VALUES (8,'Product',21,'éÌÌÀÓÔÒÁÃÉÑ №2',1041699143,NULL); INSERT INTO international VALUES (7,'Product',21,'éÌÌÀÓÔÒÁÃÉÑ №1',1041699125,NULL); INSERT INTO international VALUES (63,'Product',21,'??? × ÒÁÚÒÁÂÏÔËÅ',1041699030,NULL); INSERT INTO international VALUES (62,'Product',21,'ûÁÂÌÏÎ ÄÌÑ ÔÏ×ÁÒÁ',1041699005,NULL); INSERT INTO international VALUES (60,'Product',21,'ûÁÂÌÏÎ',1041698968,NULL); INSERT INTO international VALUES (6,'Product',21,'òÅÄÁËÔÏÒ ÔÏ×ÁÒÁ',1041698952,NULL); INSERT INTO international VALUES (59,'Product',21,'îÁÚ×ÁÎÉÅ',1041698932,NULL); INSERT INTO international VALUES (58,'Product',21,'òÅÄÁËÔÉÒÏ×ÁÔØ ÛÁÂÌÏÎ ÄÌÑ ÔÏ×ÁÒÁ',1041698909,NULL); INSERT INTO international VALUES (57,'Product',21,'õÄÁÌÉÔØ ÛÁÂÌÏÎ?',1041698875,NULL); INSERT INTO international VALUES (56,'Product',21,'äÏÂÁ×ÉÔØ ÛÁÂÌÏÎ ÄÌÑ ÔÏ×ÁÒÁ',1041698855,NULL); INSERT INTO international VALUES (55,'Product',21,'äÏÂÁ×ÉÔØ ÏÐÉÓÁÎÉÅ',1041698829,NULL); INSERT INTO international VALUES (54,'Product',21,'ëÒÁÔËÏÅ ÏÐÉÓÁÎÉÅ',1041698799,NULL); INSERT INTO international VALUES (53,'Product',21,'òÅÄÁËÔÏÒ ÄÌÑ ËÒÁÔËÏÇÏ ÏÐÉÓÁÎÉÑ ÔÏ×ÁÒÁ',1041698778,NULL); INSERT INTO international VALUES (52,'Product',21,'äÏÂÁ×ÉÔØ ÎÏ×ÏÅ ÏÐÉÓÁÎÉÅ?',1041698739,NULL); INSERT INTO international VALUES (51,'Product',21,'ïÐÉÓÁÎÉÅ',1041698697,NULL); INSERT INTO international VALUES (50,'Product',21,'ïÐÉÓÁÎÉÅ
    \r\n÷Ù ÍÏÖÅÔÅ ××ÅÓÔÉ ÎÏ×ÏÅ ËÒÁÔËÏÅ ÏÐÉÓÁÎÉÅ ÄÌÑ ÔÏ×ÁÒÁ ÉÌÉ ×ÙÂÒÁÔØ ÉÚ ÕÖÅ ÓÕÝÅÓÔ×ÕÀÝÉÈ.\r\n

    \r\näÏÂÁ×ÉÔØ ÄÒÕÇÏÅ ÏÐÉÓÁÎÉÅ
    ',1041698684,NULL); INSERT INTO international VALUES (5,'Product',21,'õÄÁÌÉÔØ ÓÐÅÃÉÆÉËÁÃÉÀ?',1041698536,NULL); INSERT INTO international VALUES (49,'Product',21,'ïÐÉÓÁÎÉÅ ÔÏ×ÁÒÁ (ÄÏÂÁ×ÌÅÎÉÅ/ÒÅÄÁËÔÉÒÏ×ÁÎÉÅ)',1041698066,NULL); INSERT INTO international VALUES (48,'Product',21,'õÄÁÌÉÔØ ÏÐÉÓÁÎÉÅ?',1041697876,NULL); INSERT INTO international VALUES (47,'Product',21,'òÅËÏÍÅÎÄÕÅÍÙÊ ÔÏ×ÁÒ ÄÏÐÏÌÎÑÅÔ ÏÐÉÓÙ×ÁÅÍÙÊ ÔÏ×ÁÒ.
    \r\nòÅËÏÍÅÎÄÕÅÍÙÊ ÔÏ×ÁÒ
    \r\n÷ÙÂÅÒÉÔÅ ÎÕÖÎÙÊ ÔÏ×ÁÒ ÉÚ ÓÐÉÓËÁ ÕÖÅ ××ÅÄÅÎÎÙÈ ÔÏ×ÁÒÏ×.\r\n

    \r\näÏÂÁ×ÉÔØ ÄÒÕÇÏÊ ÒÅËÏÍÅÎÄÕÅÍÙÊ ÔÏ×ÁÒ?
    ',1045500158,NULL); INSERT INTO international VALUES (46,'Product',21,'òÅËÏÍÅÎÄÕÅÍÙÊ ÔÏ×ÁÒ (ÄÏÂÁ×ÌÅÎÉÅ/ÒÅÄÁËÔÉÒÏ×ÁÎÉÅ)',1041696704,NULL); INSERT INTO international VALUES (45,'Product',21,'áËÓÅÓÓÕÁÒ
    \r\n÷ÙÂÅÒÉÔÅ ÐÏÄÈÏÄÑÝÉÊ ÁËÓÅÓÓÕÁÒ ÄÌÑ ÄÁÎÎÏÇÏ ÔÏ×ÁÒÁ ÉÚ ÞÉÓÌÁ ÕÖÅ ××ÅÄÅÎÎÙÈ ÔÏ×ÁÒÏ×.\r\n

    \r\näÏÂÁ×ÉÔØ ÄÒÕÇÏÊ ÁËÓÅÓÓÕÁÒ
    \r\n

    ',1041696461,NULL); INSERT INTO international VALUES (44,'Product',21,'áËÓÅÓÓÕÁÒÙ (ÄÏÂÁ×ÌÅÎÉÅ/ÒÅÄÁËÔÉÒÏ×ÁÎÉÅ)',1041696252,NULL); INSERT INTO international VALUES (43,'Product',21,'îÁÚ×ÁÎÉÅ
    \r\n÷×ÅÄÉÔÅ ÎÁÚ×ÁÎÉÅ ÏÐÉÓÙ×ÁÅÍÏÊ ÔÅÈÎÉÞÅÓËÏÊ ÈÁÒÁËÔÅÒÉÓÔÉËÉ ÔÏ×ÁÒÁ.\r\nîÁÐÒÉÍÅÒ: ÄÌÉÎÁ , ÛÉÒÉÎÁ É Ô.Ä.

    \r\núÎÁÞÅÎÉÅ
    \r\n÷×ÅÄÉÔÅ ÚÎÁÞÅÎÉÅ ÔÅÈÎÉÞÅÓËÏÊ ÈÁÒÁËÔÅÒÉÓÔÉËÉ.

    \r\nåÄÉÎÉÃÙ ÉÚÍÅÒÅÎÉÑ
    \r\n÷×ÅÄÉÔÅ × ÞÅÍ ÉÚÍÅÒÑÅÔÓÑ ÄÁÎÎÁÑ ×ÅÌÉÞÉÎÁ. îÁÐÒÉÍÅÒ: ÓÁÎÔÉÍÅÔÒÙ, ËÉÌÏÇÒÁÍÍÙ É Ô.Ä.

    \r\näÏÂÁ×ÉÔØ ÄÒÕÇÕÀ ÓÐÅÃÉÆÉËÁÃÉÀ?


    ',1041696188,NULL); INSERT INTO international VALUES (42,'Product',21,'óÐÅÃÉÆÉËÁÃÉÑ (ÄÏÂÁ×ÌÅÎÉÅ/ÒÅÄÁËÔÉÒÏ×ÁÎÉÅ)',1041695839,NULL); INSERT INTO international VALUES (41,'Product',21,'èÁÒÁËÔÅÒÉÓÔÉËÉ
    \r\n÷Ù ÍÏÖÅÔÅ ×ÙÂÒÁÔØ ÎÏ×ÕÀ ÈÁÒÁËÔÅÒÉÓÔÉËÕ ÉÌÉ ÉÓÐÏÌØÚÏ×ÁÔØ ÕÖÅ ÉÍÅÀÝÕÀÓÑ ÄÌÑ ÄÒÕÇÏÇÏ ÔÏ×ÁÒÁ ÈÁÒÁËÔÅÒÉÓÔÉËÕ.\r\n

    \r\näÏÂÁ×ÉÔØ ÄÒÕÇÕÀ ÈÁÒÁËÔÅÒÉÓÔÉËÕ?
    \r\nåÓÌÉ ×Ù ÈÏÔÉÔÅ ÓÒÁÚÕ ÄÏÂÁ×ÉÔØ ÅÝÅ ÏÄÎÕ ÈÁÒÁËÔÅÒÉÓÔÉËÕ, ÔÏ ×ÙÂÅÒÉÔÅ äÁ.\r\n

    ',1041695779,NULL); INSERT INTO international VALUES (40,'Product',21,'èÁÒÁËÔÅÒÉÓÔÉËÁ ÔÏ×ÁÒÁ (ÄÏÂÁ×ÌÅÎÉÅ/ÒÅÄÁËÔÉÒÏ×ÁÎÉÅ)',1041695340,NULL); INSERT INTO international VALUES (4,'Product',21,'õÄÁÌÉÔØ Ó×ÑÚØ Ó ÔÏ×ÁÒÏÍ?',1041694885,NULL); INSERT INTO international VALUES (39,'Product',21,'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\nTemplate\r\nSelect a layout for this product.\r\n\r\nPrice\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\nProduct Number\r\nThe product number, SKU, ISBN, or other identifier for this product.\r\n\r\nProduct Image 1\r\nAn image of this product.\r\n\r\nProduct Image 2\r\nAn image of this product.\r\n\r\nProduct Image 3\r\nAn image of this product.\r\n\r\nBrochure\r\nThe brochure for this product.\r\n\r\nManual\r\nThe product, user, or service manual for this product.\r\n\r\nWarranty\r\nThe warranty for this product. ',1041694775,NULL); INSERT INTO international VALUES (38,'Product',21,'ôÏ×ÁÒ (ÄÏÂÁ×ÌÅÎÉÅ/ÒÅÄÁËÔÉÒÏ×ÁÎÉÅ)',1041694484,NULL); INSERT INTO international VALUES (37,'Product',21,'äÏÂÁ×ÉÔØ ÒÅËÏÍÅÎÄÕÅÍÙÊ ÔÏ×ÁÒ',1041694227,NULL); INSERT INTO international VALUES (36,'Product',21,'äÏÂÁ×ÉÔØ ÁËÓÅÓÓÕÁÒ',1041693557,NULL); INSERT INTO international VALUES (35,'Product',21,'äÏÂÁ×ÉÔØ ÓÐÅÃÉÆÉËÁÃÉÀ',1041693440,NULL); INSERT INTO international VALUES (34,'Product',21,'äÏÂÁ×ÉÔØ ÈÁÒÁËÔÅÒÉÓÔÉËÕ',1041693384,NULL); INSERT INTO international VALUES (33,'Product',21,'òÅËÏÍÅÎÄÕÅÍÙÅ ÔÏ×ÁÒÙ',1041693322,NULL); INSERT INTO international VALUES (32,'Product',21,'áËÓÅÓÓÕÁÒÙ',1041693263,NULL); INSERT INTO international VALUES (31,'Product',21,'óÐÅÃÉÆÉËÁÃÉÑ',1041693245,NULL); INSERT INTO international VALUES (30,'Product',21,'èÁÒÁËÔÅÒÉÓÔÉËÉ',1041693228,NULL); INSERT INTO international VALUES (3,'Product',21,'õÄÁÌÉÔØ ÈÁÒÁËÔÅÒÉÓÔÉËÕ?',1041693202,NULL); INSERT INTO international VALUES (29,'Product',21,'åÄÉÎÉÃÁ ÉÚÍÅÒÅÎÉÑ',1041692718,NULL); INSERT INTO international VALUES (28,'Product',21,'äÏÂÁ×ÉÔØ ÓÐÅÃÉÆÉËÁÃÉÀ?',1041692503,NULL); INSERT INTO international VALUES (27,'Product',21,'óÐÅÃÉÆÉËÁÃÉÑ',1041692367,NULL); INSERT INTO international VALUES (26,'Product',21,'îÁÚ×ÁÎÉÅ',1041692012,NULL); INSERT INTO international VALUES (25,'Product',21,'òÅÄÁËÔÉÒÏ×ÁÔØ ÓÐÅÃÉÆÉËÁÃÉÀ',1041691611,NULL); INSERT INTO international VALUES (24,'Product',21,'äÏÂÁ×ÉÔØ ÄÒÕÇÕÀ ÈÁÒÁËÔÅÒÉÓÔÉËÕ',1041691530,NULL); INSERT INTO international VALUES (23,'Product',21,'èÁÒÁËÔÅÒÉÓÔÉËÉ',1041691465,NULL); INSERT INTO international VALUES (22,'Product',21,'òÅÄÁËÔÉÒÏ×ÁÔØ ÈÁÒÁËÔÅÒÉÓÔÉËÉ',1041691443,NULL); INSERT INTO international VALUES (21,'Product',21,'äÏÂÁ×ÉÔØ ÄÒÕÇÏÊ ÒÅËÏÍÅÎÄÕÅÍÙÊ ÐÒÏÄÕËÔ?',1041691344,NULL); INSERT INTO international VALUES (20,'Product',21,'òÅËÏÍÅÎÄÕÅÍÙÅ ÔÏ×ÁÒÙ',1041691269,NULL); INSERT INTO international VALUES (2,'Product',21,'õÄÁÌÉÔØ Ó×ÑÚØ Ó ÁËÓÅÓÓÕÁÒÏÍ?',1041691215,NULL); INSERT INTO international VALUES (19,'Product',21,'äÏÂÁ×ÉÔØ Ó×ÑÚÁÎÎÙÊ ÔÏ×ÁÒ',1041691148,NULL); INSERT INTO international VALUES (18,'Product',21,'äÏÂÁ×ÉÔØ ÄÒÕÇÏÊ ÁËÓÅÓÓÕÁÒ?',1041690984,NULL); INSERT INTO international VALUES (17,'Product',21,'áËÓÅÓÓÕÁÒÙ',1041690943,NULL); INSERT INTO international VALUES (16,'Product',21,'äÏÂÁ×ÉÔØ ÁËÓÅÓÓÕÁÒ',1041690891,NULL); INSERT INTO international VALUES (15,'Product',21,'çÁÒÁÎÔÉÑ',1041690851,NULL); INSERT INTO international VALUES (14,'Product',21,'ôÅÈÎÉÞÅÓËÏÅ ÏÐÉÓÁÎÉÅ',1041690820,NULL); INSERT INTO international VALUES (13,'Product',21,'ïÐÉÓÁÎÉÅ',1041690780,NULL); INSERT INTO international VALUES (11,'Product',21,'ëÏÌÉÞÅÓÔ×Ï ÎÁ ÓËÌÁÄÅ',1041690762,NULL); INSERT INTO international VALUES (10,'Product',21,'ãÅÎÁ',1041690740,NULL); INSERT INTO international VALUES (1,'Product',21,'ôÏ×ÁÒ',1041690725,NULL); INSERT INTO international VALUES (846,'WebGUI',21,'^AdminBar;
    \r\nðÏÚ×ÏÌÑÅÔ ÄÏÂÁ×ÉÔØ ÐÁÎÅÌØ ÕÐÒÁ×ÌÅÎÉÑ ÎÁ ÓÔÒÁÎÉÃÕ.\r\n

    \r\n^c;
    \r\n÷Ù×ÏÄÉÔ ÎÁ ÜËÒÁÎ ÎÁÚ×ÁÎÉÅ ×ÁÛÅÊ ËÏÍÐÁÎÉÉ.\r\n

    \r\n^e;
    - ÍÁËÒÏÓ ÓÏÚÄÁÅÔ ÓÓÙÌËÕ ÎÁ e-mail ËÏÍÐÁÎÉÉ.\r\n

    \r\n^Extras;
    - ÍÁËÒÏÓ ×ÙÄÁÅÔ ÎÁ ÜËÒÁÎ ÐÕÔØ ÄÏ ÄÉÒÅËÔÏÒÉÉ Ó ÉËÏÎËÁÍÉ É ÜÌÅÍÅÎÔÁÍÉ ÇÒÁÆÉÞÅÓËÏÇÏ ÏÆÏÒÍÌÅÎÉÑ ÓÁÊÔÁ.\r\n

    \r\n^PageTitle; ×Ù×ÏÄÉÔ ÎÁ ÜËÒÁÎ ÎÁÚ×ÁÎÉÅ ÓÔÒÁÎÉÃÙ.\r\n

    \r\n^r; or ^r(); ÍÁËÒÏÓ ÓÏÚÄÁÅÔ ÓÓÙÌËÕ ÎÁ ×ÅÒÓÉÀ ÄÌÑ ÐÅÞÁÔÉ. ðÅÞÁÔÎÁÑ ×ÅÒÓÉÑ ÔÁËÖÅ ÓÏÚÄÁÅÔÓÑ Á×ÔÏÍÁÔÉÞÅÓËÉ. ðÒÉÍÅÒ: ^r(÷ÅÒÓÉÑ ÄÌÑ ÐÅÞÁÔÉ); \r\n

    \r\n^RootTitle; - ×Ù×ÏÄÉÔ ÎÁ ÜËÒÁÎ ÎÁÚ×ÁÎÉÅ ÇÌÁ×ÎÏÊ ÓÔÒÁÎÉÃÙ.\r\n

    \r\n^u; - ÍÁËÒÏÓ ×Ù×ÏÄÉÔ ÎÁ ÜËÒÁÎ ÓÓÙÌËÕ ÎÁ ÓÁÊÔ ËÏÍÐÁÎÉÉ.\r\n

    \r\n^?; ×Ù×ÏÄÉÔ ÎÁ ÜËÒÁÎ ÆÏÒÍÕ ÄÌÑ ÐÏÉÓËÁ ÐÏ ÓÁÊÔÕ\r\n

    ',1048518643,NULL); INSERT INTO international VALUES (845,'WebGUI',21,'íÁËÒÏÓÙ, ÐÒÅÄÎÁÚÎÁÞÅÎÎÙÊ ÄÌÑ ÉÚÍÅÎÅÎÉÑ ÓÔÉÌÑ',1048518633,NULL); INSERT INTO international VALUES (844,'WebGUI',21,'^a; ÉÌÉ ^a(); - ÓÓÙÌËÁ ÎÁ ÁËËÁÕÎÔ
    \r\nþÔÏ-ÂÙ ÉÚÍÅÎÉÔØ ÔÅËÓÔ ÓÓÙÌËÉ, ÉÓÐÏÌØÚÕÅÍÙÊ ÐÏ ÕÍÏÌÞÁÎÉÀ, ÕËÁÖÉÔÅ ÎÏ×ÙÊ ÔÅËÓÔ × ËÒÕÇÌÙÈ ÓËÏÂËÁÈ.\r\nîÁÐÒÉÍÅÒ, ^a(óÓÙÌËÁ ÎÁ ÁËËÁÕÎÔ);
    \r\núÁÍÅÞÁÎÉÅ: ÔÁËÖÅ ÓÕÝÅÓÔ×ÕÅÔ ×ÏÚÍÏÖÎÏÓÔØ ×Ù×ÅÓÔÉ ÎÁ ÜËÒÁÎ ÔÏÌØËÏ URL ÎÁ ÓÔÒÁÎÉÃÕ ÁËËÁÕÎÔÁ. äÌÑ ÜÔÏÇÏ ÉÓÐÏÌØÚÕÅÔÓÑ ÚÁÐÉÓØ: ^a(linkonly);.\r\n

    \r\n^AdminText();
    \r\n
    ðÏËÁÚÙ×ÁÅÔ ËÏÒÏÔËÏÅ ÔÅËÓÔÏ×ÏÅ ÓÏÏÂÝÅÎÉÅ ÄÌÑ ÁÄÍÉÎÉÓÔÒÁÔÏÒÁ ÓÁÊÔÁ.
    \r\n^AdminToggle; ÉÌÉ ^AdminToggle();
    \r\níÁËÒÏÓ ÓÏÚÄÁÅÔ ÓÓÙÌËÕ ÎÁ ÓÔÒÁÎÉÃÕ, ËÏÔÏÒÕÀ ÍÏÖÅÔ ×ÉÄÅÔØ ÔÏÌØËÏ ÁÄÍÉÎÉÓÔÒÁÔÏÒ.\r\n

    \r\n^GroupText();
    íÁËÒÏÓ ×Ù×ÏÄÉÔ ÓÏÏÂÝÅÎÉÅ ÄÌÑ ×ÓÅÈ ÐÏÌØÚÏ×ÁÔÅÌÅÊ, ÏÂßÅÄÉÎÅÎÎÙÈ × ÏÐÒÅÄÅÌÅÎÎÕÀ ÇÒÕÐÐÕ. ðÒÉÍÅÒ: ^GroupText(\"Visitors\",\"÷Ù ÎÅ ÚÁÒÅÇÉÓÔÒÉÒÏ×ÁÎÙ ÎÁ ÓÁÊÔÅ\");\r\n

    \r\n^L; or ^L(); ÍÁËÒÏÓ ×Ù×ÏÄÉÔ ÎÁ ÜËÒÁÎ ÍÁÌÅÎØËÕÀ ÆÏÒÍÕ ÄÌÑ ××ÏÄÁ login`Á. \r\n

    \r\n^LoginToggle; or ^LoginToggle(); ×Ù×ÏÄÉÔ ÓÓÙÌËÕ Ó ÔÅËÓÔÏÍ „÷ÏÊÔÉ × ÓÉÓÔÅÍÕ“ ÉÌÉ „÷ÙÊÔÉ ÉÚ ÓÉÓÔÅÍÙ“ × ÚÁ×ÉÓÉÍÏÓÔÉ ÏÔ ÔÏÇÏ ×ÏÛÅÌ ÐÏÌØÚÏ×ÁÔÅÌØ × ÓÉÓÔÅÍÕ ÉÌÉ ÎÅÔ
    \r\nðÒÉÍÅÒ ÉÓÐÏÌØÚÏ×ÁÎÉÑ:^LoginToggle(\"÷ÏÊÔÉ × ÓÉÓÔÅÍÕ\",\"÷ÙÊÔÉ ÉÚ ÓÉÓÔÅÍÙ\"); \r\n

    \r\n^@; ×Ù×ÏÄÉÔ ÎÁ ÜËÒÁÎ ÉÍÑ, ÐÏÄ ËÏÔÏÒÙÍ ÐÏÌØÚÏ×ÁÔÅÌØ ÚÁÛÅÌ ÎÁ ÓÁÊÔ.\r\n

    \r\n^#; ×Ù×ÏÄÉÔ ÎÁ ÜËÒÁÎ ID ÐÏÌØÚÏ×ÁÔÅÌÑ\r\n

    ',1048518619,NULL); INSERT INTO international VALUES (843,'WebGUI',21,'ðÏÌØÚÏ×ÁÔÅÌØÓËÉÅ ÍÁËÒÏÓÙ',1048518595,NULL); INSERT INTO international VALUES (842,'WebGUI',21,'üÔÉ ÍÁËÒÏÓÙ ÉÓÐÏÌØÚÕÀÔÓÑ ÄÌÑ ÏÒÇÁÎÉÚÁÃÉÉ ÎÁ×ÉÇÁÃÉÉ ÐÏ ÓÁÊÔÕ.\r\n^C() - íÁËÒÏÓ ×Ù×ÏÄÉÔ ÎÁ ÜËÒÁÎ ÐÕÔØ ÎÁÞÉÎÁÑ Ó ÐÅÒ×ÏÊ ÓÔÒÁÎÉÃÙ ÚÁËÁÎÞÉ×ÁÑ ÔÅËÕÝÅÊ. ÷ ËÒÕÇÌÙÈ ÓËÏÂËÁÈ ÍÏÖÎÏ ÕËÁÚÁÔØ ÒÁÚÄÅÌÉÔÅÌØ ÍÅÖÄÕ ÎÁÚ×ÁÎÉÑÍÉ ÓÔÒÁÎÉÃ.

    \r\n^FlexMenu;
    - ÍÁËÒÏÓ ×Ù×ÏÄÉÔ ÎÁ ÜËÒÁÎ ÍÅÎÀ ×ÅÒÈÎÅÇÏ ÕÒÏ×ÎÑ.

    \r\n^H; or ^H(); - ÓÏÚÄÁÅÔ ÓÓÙÌËÕ ÎÁ ÇÌÁ×ÎÕÀ ÓÔÒÁÎÉÃÕ ÓÁÊÔÁ.

    \r\n^M; or ^M(); ÔÅËÕÝÅÅ ÍÅÎÀ (×ÅÒÔÉËÁÌØÎÏÅ).

    \r\n^m; ÔÅËÕÝÅÅ ÍÅÎÀ (ÇÏÒÉÚÏÎÔÁÌØÎÏÅ).\r\n

    \r\n^P; or ^P(); ÐÒÅÄÙÄÕÝÅÅ ÍÅÎÀ (×ÅÒÔÉËÁÌØÎÏÅ).\r\n

    \r\n^p; ÐÒÅÄÙÄÕÝÅÅ ÍÅÎÀ (ÇÏÒÉÚÏÎÔÁÌØÎÏÅ).\r\n

    \r\n^rootmenu; - ÓÏÚÄÁÅÔ ÇÏÒÉÚÏÎÔÁÌØÎÏÅ ÍÅÎÀ Ó ÓÓÙÌËÁÍÉ ÎÁ ÇÌÁ×ÎÙÅ ÓÔÒÁÎÉÃÙ.\r\n

    \r\n^S(); - ×Ù×ÏÄÉÔ ÎÁ ÜËÒÁÎ ×ÅÒÔÉËÁÌØÎÏÅ ÍÅÎÀ, ÎÁÞÉÎÁÑ Ó ×ÙÂÒÁÎÎÏÊ ÓÔÒÁÎÉÃÙ.
    \r\nóÉÎÔÁËÓÉÓ: ^S(\"home\",3);
    \r\n÷ ËÁ×ÙÞËÁÈ ÕËÁÚÙ×ÁÅÔÓÑ url ×ÙÂÒÁÎÎÏÊ ÓÔÒÁÎÉÃÙ, Á ÐÏÓÌÅ ÚÁÐÑÔÏÊ ÞÉÓÌÏ, ÕËÁÚÙ×ÁÀÝÅÅ ËÁËÏÊ ÕÒÏ×ÅÎØ ×ÌÏÖÅÎÎÏÓÔÉ ÉÓÐÏÌØÚÏ×ÁÔØ. \r\n

    \r\n^s(); - ÔÏÖÅ, ÞÔÏ É ^S();, ÔÏÌØËÏ ×Ù×ÏÄÉÔÓÑ ÇÏÒÉÚÏÎÔÁÌØÎÏÅ ÍÅÎÀ.
    \r\n

    \r\n^Synopsis() ÍÁËÒÏÓ ÐÏÚ×ÏÌÑÅÔ ÓÏÚÄÁÔØ ÍÅÎÀ ÉÚ ÓÓÙÌÏË ÎÁ ÐÏÄÓÔÒÁÎÉÃÙ Ó ÏÐÉÓÁÎÉÅÍ ÜÔÉÈ ÐÏÄÓÔÒÁÎÉÃ. ÷ ÓËÏÂËÁÈ ÍÏÖÎÏ ÕËÁÚÁÔØ ÇÌÕÂÉÎÕ ×ÌÏÖÅÎÎÏÓÔÉ ÓÔÒÁÎÉÃ.\r\n

    \r\n^T(); - ×ÅÒÔÉËÁÌØÎÏÅ ÍÅÎÀ ×ÅÒÈÎÅÇÏ ÕÒÏ×ÎÑ.\r\n

    \r\n^t(); - ÇÏÒÉÚÏÎÔÁÌØÎÏÅ ÍÅÎÀ ×ÅÒÈÎÅÇÏ ÕÒÏ×ÎÑ.\r\n

    \r\n^/; ÏÔÏÂÒÁÖÁÅÔ ÐÕÔØ Ë ÇÌÁ×ÎÏÍÕ ÓËÒÉÐÔÕ ÓÉÓÔÅÍÙ.\r\n

    \r\n^\\; ÏÔÏÂÒÁÖÁÅÔ url ÔÅËÕÝÅÊ ÓÔÒÁÎÉÃÅ. \r\n

    \r\n\r\n',1048518536,NULL); INSERT INTO international VALUES (841,'WebGUI',21,'íÁËÒÏÓÙ, ÉÓÐÏÌØÚÕÅÍÙÅ ÄÌÑ ÎÁ×ÉÇÁÃÉÉ',1048518441,NULL); INSERT INTO international VALUES (840,'WebGUI',21,'^D; ÉÌÉ ^D();
    \r\n÷Ù×ÏÄÉÔ ÎÁ ÜËÒÁÎ ÔÅËÕÝÕÀ ÄÁÔÕ. ÷ ËÒÕÇÌÙÈ ÓËÏÂËÁÈ ÍÏÖÎÏ ÕËÁÚÁÔØ ÆÏÒÍÁÔ ÄÁÔÙ:\r\n%y ÇÏÄ ÕËÁÚÙ×ÁÅÔÓÑ ÐÏÌÎÏÓÔØÀ (4 ÃÉÆÒÙ)
    \r\n%Y ×Ù×ÏÄÉÔ 2 ÐÏÓÌÅÄÎÉÅ ÃÉÆÒÙ ÇÏÄÁ
    \r\n%m ÍÅÓÑà ÚÁÐÉÓÙ×ÁÅÔÓÑ × ×ÉÄÅ 2 ÃÉÆÒ (ÎÁÐÒÉÍÅÒ 02 ÉÌÉ 12)
    \r\n%M ÐÅÒÅÍÅÎÎÏÅ ÞÉÓÌÏ ÃÉÆÒ × ÏÂÏÚÎÁÞÅÎÉÉ ÍÅÓÑÃÁ
    \r\n%c ÎÁÚ×ÁÎÉÅ ÍÅÓÑÃÁ
    \r\n%d ÞÉÓÌÏ ÍÅÓÑÃÁ (2 ÃÉÆÒÙ)
    \r\n%D ÐÅÒÅÍÅÎÎÏÅ ÞÉÓÌÏ ÃÉÆÒ ÄÎÑ
    \r\n%w ÉÍÑ ÄÎÑ ÎÅÄÅÌÉ
    \r\n%h 12 ÞÁÓÏ×ÏÅ ÉÓÞÉÓÌÅÎÉÅ ×ÒÅÍÅÎÉ (2 ÃÉÆÒÙ)
    \r\n%H ÐÅÒÅÍÅÎÎÏÅ ÞÉÓÌÏ ÃÉÆÒ ÐÒÉ 12 ÞÁÓÏ×ÏÊ ÓÉÓÔÅÍÅ ÉÓÞÉÓÌÅÎÉÑ ×ÒÅÍÅÎÉ
    \r\n%j 2 ÃÉÆÒÙ ÐÒÉ 24 ÞÁÓÏ×ÏÊ ÓÉÓÔÅÍÅ ÉÓÞÉÓÌÅÎÉÑ ×ÒÅÍÅÎÉ
    \r\n%J ÐÅÒÅÍÅÎÎÏÅ ÞÉÓÌÏ ÃÉÆÒ ÐÒÉ 24 ÓÉÓÔÅÍÅ ÉÓÞÉÓÌÅÎÉÑ ×ÒÅÍÅÎÉ
    \r\n%p ÎÉÖÎÉÊ ÒÅÇÉÓÔÒ am/pm\r\n%P ×ÅÒÈÎÉÊ ÒÅÇÉÓÔÒ AM/PM
    \r\n%z ÉÓÐÏÌØÚÕÀÔÓÑ ÐÏÌØÚÏ×ÁÔÅÌØÓËÉÅ ÎÁÓÔÒÏÊËÉ ÆÏÒÍÁÔÁ ÄÁÔÙ
    \r\n%Z ÉÓÐÏÌØÚÕÀÔÓÑ ÐÏÌØÚÏ×ÁÔÅÌØÓËÉÅ ÎÁÓÔÒÏÊËÉ ÆÏÒÍÁÔÁ ×ÒÅÍÅÎÉ\r\n

    \r\n^Env()
    - ÍÁËÒÏÓ ×Ù×ÏÄÉÔ ÎÁ ÜËÒÁÎ ÐÅÒÅÍÅÎÎÙÅ ÏËÒÕÖÅÎÉÑ ×ÅÂ-ÓÅÒ×ÅÒÁ.\r\n

    \r\n^Execute();
    - ÜÔÏÔ ÍÁËÒÏÓ ÐÏÚ×ÏÌÑÅÔ ÓÏÚÄÁÔØ ÓÓÙÌËÕ ÎÁ ×ÎÅÛÎÀÀ ÐÒÏÇÒÁÍÍÕ.\r\n

    \r\n^FormParam();
    Ó ÐÏÍÏÝØÀ ÜÔÏÇÏ ÍÁËÒÏÓÁ ÍÏÖÎÏ ÐÏÓÙÌÁÔØ ÚÁÐÒÏÓ Ë âä.\r\n

    \r\n^Include(); - ÍÁËÒÏÓ ÐÏÚ×ÏÌÑÅÔ ×ËÌÀÞÁÔØ ÎÁ ÓÁÊÔ ÓÏÄÅÒÖÉÍÏÅ ÌÏËÁÌØÎÏÇÏ ÆÁÊÌÁ
    ðÒÉÍÅÒ:^Include(\"/this/file.html\"); \r\n

    \r\n^International(); - ÍÁËÒÏÓ ×Ù×ÏÄÉÔ ÓÏÏÂÝÅÎÉÅ ÉÚ ÂÁÚÙ ÓÏÏÂÝÅÎÉÊ ÎÁ ×ÙÂÒÁÎÎÏÍ ÑÚÙËÅ.
    ðÒÉÍÅÒ:^International(21,\"óÔÁÔØÑ\"); \r\n

    \r\n^Page(); ÍÁËÒÏÓ ×ÙÄÁÅÔ ÉÎÆÏÒÍÁÃÉÀ Ï ÓÔÒÁÎÉÃÅ: ÎÁÐÒÉÍÅÒ ÉÍÑ ÓÓÙÌËÉ ÎÁ ÓÔÒÁÎÉÃÕ ^Page(\"urlizedTitle\"); ÉÌÉ ^Page(\"menuTitle\");. \r\n

    \r\n^SQL(); ÐÒÉ ÐÏÍÏÝÉ ÜÔÏÇÏ ÍÁËÒÏÓÁ ÍÏÖÎÏ ÐÏÓÌÁÔØ ÐÒÏÓÔÏÊ ÚÁÐÒÏÓ Ë ÂÁÚÅ ÄÁÎÎÙÈ. ÷ ÚÁÐÒÏÓÅ ÄÏÐÕÓÔÉÍÏ ÉÓÐÏÌØÚÏ×ÁÎÉÅ ÍÁËÒÏÓÏ× ^1; ^2; É Ô.Ä.
    \r\nðÒÉÍÅÒ: ^SQL(\"select count(*) from users\",\"ëÏÌÉÞÅÓÔ×Ï ÐÏÌØÚÏ×ÁÔÅÌÅÊ ÓÁÊÔÁ: ^0;\");
    \r\n^SQL(\"select userId,username from users order by username\",\"^1;
    \");\r\n\r\n^URLEncode();
    \r\n

    \r\n^User(); - ÜÔÏÔ ÍÁËÒÏÓ ÐÏÚ×ÏÌÑÅÔ ÐÏËÁÚÙ×ÁÔØ ÉÎÆÏÒÍÁÃÉÀ Ï ÐÏÌØÚÏ×ÁÔÅÌÅ.
    ÷ ËÒÕÇÌÙÈ ÓËÏÂËÁÈ ÍÏÖÎÏ ÚÁÄÁÔØ ÐÁÒÁÍÅÔÒ, Ó ÐÏÍÏÝØÀ ËÏÔÏÒÏÇÏ ÍÏÖÎÏ ÏÇÒÁÎÉÞÉ×ÁÔØ ÄÏÓÔÕÐ Ë ÉÎÆÏÒÍÁÃÉÉ. îÁÐÒÉÍÅÒ:^User(email); ÐÏËÁÚÙ×ÁÅÔ ÔÏÌØËÏ ÜÌÅËÔÒÏÎÎÙÊ ÁÄÒÅÓ ÐÏÌØÚÏ×ÁÔÅÌÑ. åÓÌÉ × ËÒÕÇÌÙÈ ÓËÏÂËÁÈ ÎÅ ÕËÁÚÁÎ ÐÁÒÁÍÅÔÒ, ÔÏ ÏÔÏÂÒÁÖÁÅÔÓÑ ×ÓÑ ÉÎÆÏÒÍÁÃÉÑ Ï ÐÏÌØÚÏ×ÁÔÅÌÅ.\r\n

    \r\n^*; or ^*(); ÇÅÎÅÒÁÔÏÒ ÓÌÕÞÁÊÎÙÈ ÞÉÓÅÌ
    \r\näÉÁÐÁÚÏÎ ×ÏÚÍÏÖÎÙÈ ÚÎÁÞÅÎÉÊ ÏÔ 0 ÄÏ 100.\r\n

    \r\n^-;,^0;,^1;,^2;,^3; ÍÁËÒÏÓÙ, ÉÓÐÏÌØÚÕÀÝÉÅÓÑ × ÆÕÎËÃÉÉ SQL-ÚÁÐÒÏÓÁ.\r\n

    \r\n\r\n \r\n

    ',1048518413,NULL); INSERT INTO international VALUES (839,'WebGUI',21,'íÁËÒÏÓÙ ÄÌÑ ÎÁÐÉÓÁÎÉÑ ÐÒÏÇÒÁÍÍ ',1048518185,NULL); INSERT INTO international VALUES (838,'WebGUI',21,'ðÁÐËÁ ÉÓÐÏÌØÚÕÀÔÓÑ ÄÌÑ ÏÂßÅÄÉÎÅÎÉÑ ÌÏÇÉÞÅÓËÉ Ó×ÑÚÁÎÎÙÈ ÜÌÅÍÅÎÔÏ× × ÂÁÚÅ ÉÎÆÏÒÍÁÃÉÉ. ÷ ÐÏÌÅ ðÏÌÏÖÉÔØ × ÐÁÐËÕ ×ÙÂÅÒÉÔÅ ÐÁÐËÕ, × ËÏÔÏÒÏÊ ÂÕÄÅÔ ÈÒÁÎÉÔØÓÑ ÓÏÚÄÁ×ÁÅÍÁÑ ÐÁÐËÁ. \r\n÷ ÐÏÌÅ éÍÑ ÎÁÄÏ ××ÅÓÔÉ ÉÍÑ ÐÁÐËÉ. ÷ ÐÏÌÅ ïÐÉÓÁÎÉÅ ÎÁÄÏ ×ËÒÁÔÃÅ ÕËÁÚÁÔØ, ËÁËÉÅ ÆÁÊÌÙ ÂÕÄÕÔ ÓÏÄÅÒÖÁÔØ × ÐÁÐËÅ.',1041348202,NULL); INSERT INTO international VALUES (837,'WebGUI',21,'ðÁÐËÁ (ÄÏÂÁ×ÌÅÎÉÅ/ÒÅÄÁËÔÉÒÏ×ÁÎÉÅ)',1041347906,NULL); INSERT INTO international VALUES (836,'WebGUI',21,'äÌÑ ÚÁÐÏÌÎÅÎÉÑ ÆÏÒÍÙ ÎÁÄÏ ××ÅÓÔÉ ÎÁÚ×ÁÎÉÅ ÔÅËÓÔÁ × ÐÏÌÅ éÍÑ. ÷ ÐÏÌÅ ðÏÌÏÖÉÔØ × ÐÁÐËÕ ×ÙÂÅÒÉÔÅ ÐÁÐËÕ, × ËÏÔÏÒÏÊ ÂÕÄÅÔ ÈÒÁÎÉÔØÓÑ ÔÅËÓÔ. ÷ ÐÏÌÅ ôÅËÓÔ ÎÁÄÏ ××ÅÓÔÉ ÔÅËÓÔ, ËÏÔÏÒÙÊ ÐÏÔÏÍ ÂÕÄÅÔ ×ÙÚÙ×ÁÔØÓÑ.',1041347859,NULL); INSERT INTO international VALUES (835,'WebGUI',21,'ôÅËÓÔ (ÄÏÂÁ×ÌÅÎÉÅ/ÒÅÄÁËÔÉÒÏ×ÁÎÉÅ)',1041347608,NULL); INSERT INTO international VALUES (834,'WebGUI',21,'äÌÑ ÚÁÐÏÌÎÅÎÉÑ ÆÏÒÍÙ ÎÁÄÏ ××ÅÓÔÉ ÉÍÑ ÆÁÊÌÁ × ÐÏÌÅ éÍÑ. ÷ ÐÏÌÅ ðÏÌÏÖÉÔØ × ÐÁÐËÕ ×ÙÂÅÒÉÔÅ ÐÁÐËÕ, × ËÏÔÏÒÏÊ ÂÕÄÅÔ ÈÒÁÎÉÔØÓÑ ÆÁÊÌ. ÷ ÐÏÌÅ æÁÊÌ ÎÁÄÏ ÕËÁÚÁÔØ ÐÕÔØ Ë ÆÁÊÌÕ ÎÁ ÌÏËÁÌØÎÏÍ ÖÅÓÔËÏÍ ÄÉÓËÅ.',1041347439,NULL); INSERT INTO international VALUES (769,'WebGUI',21,'ðÏÌÏÖÉÔØ × ÐÁÐËÕ',1041347336,NULL); INSERT INTO international VALUES (772,'WebGUI',21,'æÏÒÍÁ ÄÌÑ ÏÔÐÒÁ×ËÉ ÆÁÊÌÏ×',1041345307,NULL); INSERT INTO international VALUES (833,'WebGUI',21,'æÁÊÌ (ÄÏÂÁ×ÌÅÎÉÅ/ÒÅÄÁËÔÉÒÏ×ÁÎÉÅ)',1041344836,NULL); INSERT INTO international VALUES (832,'WebGUI',21,'äÌÑ ÒÁÂÏÔÙ Ó ÂÁÚÏÊ ÉÎÆÏÒÍÁÃÉÉ ÉÓÐÏÌØÚÕÀÔÓÑ ÎÅÓËÏÌØËÏ ÍÁËÒÏÓÏ×.

    \r\n^File();
    \r\níÁËÒÏÓ ÓÏÚÄÁÅÔ ÓÓÙÌËÕ ÎÁ ÆÁÊÌ, É ÉËÏÎËÕ ÓÏÏÔ×ÅÔÓÔ×ÕÀÝÕÀ ÔÉÐÕ ÆÁÊÌÁ.\r\n

    \r\n^I();
    \r\nó ÐÏÍÏÝØÀ ÜÔÏÇÏ ÍÁËÒÏÓÁ ÍÏÖÎÏ ×ÙÚ×ÁÔØ ÉÍÅÀÝÉÊÓÑ × ÂÁÚÅ ÉÎÆÏÒÍÁÃÉÉ ÇÒÁÆÉÞÅÓËÉÊ ÆÁÊÌ.
    \r\nðÒÉÍÅÒ: ^I(\"logo\"); \r\n

    \r\n^i();
    \r\nüÔÏÔ ÍÁËÒÏÓ ÓÏÚÄÁÅÔ ÓÓÙÌËÕ ÎÁ ÆÁÊÌ ÉÍÅÀÝÉÊÓÑ × ÂÁÚÅ ÉÎÆÏÒÍÁÃÉÉ.
    \r\nðÒÉÍÅÒ: ^i(\"ÏÔÞÅÔ ÂÁÎËÁ ÚÁ 2003 ÇÏÄ\"); \r\n

    \r\n^Thumbnail();
    \r\nüÔÏÔ ÍÁËÒÏÓ ÓÏÚÄÁÅÔ ÍÉÎÉÁÔÀÒÕ ÄÌÑ ÚÁÄÁÎÎÏÇÏ ÇÒÁÆÉÞÅÓËÏÇÏ ÆÁÊÌÁ ÉÚ ÂÁÚÙ ÉÎÆÏÒÍÁÃÉÉ É ÏÔÏÂÒÁÖÁÅÔ ÅÅ ÎÁ ÜËÒÁÎÅ.
    \r\nðÒÉÍÅÒ: ^Thumbnail(\"logo\"); \r\n

    \r\n^ThumbnailLinker();
    \r\níÁËÒÏÓ ÓÏÚÄÁÅÔ É ÏÔÏÂÒÁÖÁÅÔ ÎÁ ÜËÒÁÎ ÍÉÎÉÁÔÀÒÕ ÄÌÑ ÇÒÁÆÉÞÅÓËÏÇÏ ÆÁÊÌÁ ÉÚ ÂÁÚÙ ÉÎÆÏÒÍÁÃÉÉ. ðÒÉ ÎÁÖÁÔÉÉ ÎÁ ÍÉÎÉÁÔÀÒÕ ÌÅ×ÏÊ ËÎÏÐËÏÊ ÍÙÛÉ ÏÔÏÂÒÁÖÁÅÔÓÑ ÉÚÏÂÒÁÖÅÎÉÅ Ó ÒÅÁÌØÎÙÍÉ ÒÁÚÍÅÒÁÍÉ.
    \r\nðÒÉÍÅÒ: ^ThumbnailLinker(\"logo\"); \r\n

    \r\n^Snippet();
    \r\níÁËÒÏÓ ×Ù×ÏÄÉÔ ÎÁ ÜËÒÁÎ ÔÅËÓÔÏ×ÏÅ ÓÏÏÂÝÅÎÉÅ ÉÚ ÂÁÚÙ ÉÎÆÏÒÍÁÃÉÉ.\r\nðÒÉÍÅÒ: ^Snippet(\"óÏÏÂÝÅÎÉÅ ÄÌÑ ÐÒÅÓÓÙ\");',1048518024,NULL); INSERT INTO international VALUES (831,'WebGUI',21,'íÁËÒÏÓ ÄÌÑ ÒÁÂÏÔÙ Ó ÂÁÚÏÊ ÉÎÆÏÒÍÁÃÉÉ',1048517732,NULL); INSERT INTO international VALUES (830,'WebGUI',21,'ûÁÂÌÏÎÙ ÓÔÒÁÎÉà ÉÓÐÏÌØÚÕÀÔÓÑ ÄÌÑ ÓÏÚÄÁÎÉÑ ÍÏÄÕÌÅÊ ÎÁ ÓÔÒÁÎÉÃÅ.
    \r\näÌÑ ÎÁÞÁÌÁ ×ÁÍ ÎÁÄÏ ×ÙÂÒÁÔØ ÍÅÓÔÏ ÒÁÓÐÏÌÏÖÅÎÉÑ ÛÁÂÌÏÎÁ ÎÁ ÓÔÒÁÎÉÃÅ. úÁ ÜÔÏ ÏÔ×ÅÞÁÀÔ ÓÌÅÄÕÀÝÉÅ ÐÅÒÅÍÅÎÎÙÅ:
    \r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n

    \r\n',1041343388,NULL); INSERT INTO international VALUES (829,'WebGUI',21,'ûÁÂÌÏÎ ÓÔÒÁÎÉÃÙ',1041343095,NULL); INSERT INTO international VALUES (828,'WebGUI',21,'âÏÌØÛÉÎÓÔ×Ï ÍÏÄÕÌÅÊ ÉÍÅÀÔ ÛÁÂÌÏÎÙ, ÉÓÐÏÌØÚÕÑ ËÏÔÏÒÙÅ ×Ù ÍÏÖÅÔÅ ÉÚÍÅÎÑÔØ ×ÎÅÛÎÉÊ ×ÉÄ ÜÔÉÈ ÍÏÄÕÌÅÊ. åÓÌÉ ÄÌÑ ÍÏÄÕÌÑ ÎÅ ÐÒÅÄÕÓÍÏÔÒÅÎ ÓÐÅÃÉÁÌØÎÙÊ ÛÁÂÌÏÎ, ÔÏ ÉÓÐÏÌØÚÕÀ, ÔÏ ×Ù ÍÏÖÅÔÅ ÎÁÐÉÓÁÔØ Ó×ÏÊ, ÉÓÐÏÌØÚÕÑ ÐÅÒÅÍÅÎÎÙÅ ÑÚÙËÁ ÛÁÂÌÏÎÏ×.
    \r\nóÌÅÄÕÀÝÉÅ ÐÅÒÅÍÅÎÎÙÅ ÉÓÐÏÌØÚÕÀÔÓÑ ÄÌÑ ×ÓÅÈ ÍÏÄÕÌÅÊ:\r\ntitle
    \r\nîÁÚ×ÁÎÉÅ ÍÏÄÕÌÑ.\r\n
    \r\ndisplayTitle
    \r\néÓÐÏÌØÚÕÑ ÐÅÒÅÍÅÎÎÕÀ ÍÏÖÎÏ ÒÁÚÒÅÛÉÔØ ÉÌÉ ÚÁÐÒÅÔÉÔØ ÏÔÏÂÒÁÖÅÎÉÅ ÚÁÇÏÌÏ×ËÁ.\r\n
    \r\ndescription
    \r\nïÐÉÓÁÎÉÅ ÍÏÄÕÌÑ.\r\n
    \r\nwobjectId
    \r\nõÎÉËÁÌØÎÙÊ ÉÄÅÎÔÉÆÉËÁÔÏÒ ÍÏÄÕÌÑ.\r\n
    \r\n\r\n',1048517418,NULL); INSERT INTO international VALUES (827,'WebGUI',21,'ûÁÂÌÏÎ ÄÌÑ ÍÏÄÕÌÑ',1048517249,NULL); INSERT INTO international VALUES (826,'WebGUI',21,'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\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\nVariables\r\nVariables are the most basic of the template commands. They are used to position pieces of content.\r\n\r\nSyntax: or \r\n\r\nExample: \r\n\r\nConditions\r\nTo programmers conditions are nothing new, but to designers they can often be confusing at first. Conditions are really just true or false questions, and if you think of them that way, you\'ll have no trouble at all.\r\n\r\nSyntax: \r\nSyntax: \r\n\r\nExample: It was true! It was false! \r\n\r\nLoops\r\nLoops iterate over a list of data output for each pass in the loop. Loops are slightly more complicated to use than plain variables, but are considerably more powerful.\r\n\r\nSyntax: \r\n\r\nExample:\r\n\r\n Name:
    \r\n
    \r\n\r\nLoop Conditions\r\nLoops come with special condition variables of their own. They are __FIRST__, __ODD__, __INNER__, and __LAST__.\r\n\r\nExamples:\r\n\r\n \r\n \r\n This only outputs on the first pass.\r\n \r\n\r\n \r\n This outputs every other pass, on the odd passes.\r\n \r\n\r\n \r\n This outputs every other pass, on the even passes.\r\n \r\n\r\n \r\n This outputs on passes that are neither first nor last.\r\n \r\n\r\n \r\n This only outputs on the last pass.\r\n \r\n \r\n\r\nNOTE:Both the template language and template variables are case-insensitive.',1041335734,NULL); INSERT INTO international VALUES (825,'WebGUI',21,'ûÁÂÌÏÎÙ (ÏÐÉÓÁÎÉÅ ÑÚÙËÁ)',1041335677,NULL); INSERT INTO international VALUES (824,'WebGUI',21,'Email - ÎÉÖÎÉÊ ËÏÌÏÎÔÉÔÕÌ',1041335052,NULL); INSERT INTO international VALUES (823,'WebGUI',21,'ÐÅÒÅÊÔÉ Ë ÓÏÚÄÁ×ÁÅÍÏÊ ÓÔÒÁÎÉÃÅ',1042471942,NULL); INSERT INTO international VALUES (821,'WebGUI',21,'----',1041334767,NULL); INSERT INTO international VALUES (820,'WebGUI',21,'÷ÁÛ ÁËËÁÕÎÔ ÄÅÚÁËÔÉ×ÉÒÏ×ÁÎ. ðÏÖÁÌÕÊÓÔÁ Ó×ÑÖÉÔÅÓØ Ó ^e(ÁÄÍÉÎÉÓÔÒÁÔÏÒÏÍ); ÓÁÊÔÁ.',1041334748,NULL); INSERT INTO international VALUES (819,'WebGUI',21,'äÅÚÁËÔÉ×ÉÒÏ×ÁÌÓÑ',1041334071,NULL); INSERT INTO international VALUES (818,'WebGUI',21,'îÅÁËÔÉ×ÎÙÊ',1041333202,NULL); INSERT INTO international VALUES (817,'WebGUI',21,'áËÔÉ×ÎÙÊ',1041333178,NULL); INSERT INTO international VALUES (816,'WebGUI',21,'óÔÁÔÕÓ',1041333158,NULL); INSERT INTO international VALUES (815,'WebGUI',21,'æÁÊÌ ÓÌÉÛËÏÍ ÂÏÌØÛÏÊ.',1041333092,NULL); INSERT INTO international VALUES (814,'WebGUI',21,'÷ÅÒÎÕÔØÓÑ Ë ÓÐÉÓËÕ ÓÔÉÌÅÊ',1041332940,NULL); INSERT INTO international VALUES (813,'WebGUI',21,'ðÏÄÇÒÕÐÐÙ',1041332877,NULL); INSERT INTO international VALUES (812,'WebGUI',21,'÷ÁÛÅ ÓÏÏÂÝÅÎÉÅ ÏÔÐÒÁ×ÌÅÎÏ.',1041332184,NULL); INSERT INTO international VALUES (811,'WebGUI',21,'ïÔ',1041332146,NULL); INSERT INTO international VALUES (799,'WebGUI',21,'ëÏÌÉÞÅÓÔ×Ï ÐÒÏÓÍÏÔÒÏ× ÓÔÒÁÎÉÃÙ',1041332123,NULL); INSERT INTO international VALUES (798,'WebGUI',21,'îÁÚ×ÁÎÉÅ ÓÔÒÁÎÉÃÙ',1041332081,NULL); INSERT INTO international VALUES (797,'WebGUI',21,'ðÏÓÍÏÔÒÅÔØ ÓÔÁÔÉÓÔÉËÕ ÔÒÁÆÉËÁ',1041332058,NULL); INSERT INTO international VALUES (796,'WebGUI',21,'óÔÁÔÉÓÔÉËÁ ÐÏ ÓÔÒÁÎÉÃÁÍ',1041331932,NULL); INSERT INTO international VALUES (795,'WebGUI',21,'ëÏÒÎÅ×ÙÅ ÄÉÒÅËÔÏÒÉÉ',1041331898,NULL); INSERT INTO international VALUES (794,'WebGUI',21,'ðÁËÅÔÙ',1041331845,NULL); INSERT INTO international VALUES (793,'WebGUI',21,'éÓÐÏÌØÚÕÅÍÙÅ ÄÁÎÎÙÅ ÉÚ ÂÁÎËÁ ÄÁÎÎÙÈ',1041331823,NULL); INSERT INTO international VALUES (792,'WebGUI',21,'ûÁÂÌÏÎÙ',1041331508,NULL); INSERT INTO international VALUES (791,'WebGUI',21,'õÄÁÌÉÔØ ×ÓÅ ÓÏÏÂÝÅÎÉÑ ÎÁ ÜÔÏÍ ÑÚÙËÅ',1041331407,NULL); INSERT INTO international VALUES (790,'WebGUI/Profile',21,'õÄÁÌÉÔØ ËÁÔÅÇÏÒÉÀ',1041331331,NULL); INSERT INTO international VALUES (789,'WebGUI/Profile',21,'òÅÄÁËÔÉÒÏ×ÁÔØ ËÁÔÅÇÏÒÉÀ ÐÏÌÅÊ',1041330635,NULL); INSERT INTO international VALUES (788,'WebGUI/Profile',21,'õÄÁÌÉÔØ ÐÏÌÅ',1041330556,NULL); INSERT INTO international VALUES (787,'WebGUI/Profile',21,'òÅÄÁËÔÉÒÏ×ÁÔØ ÐÏÌÅ',1041330525,NULL); INSERT INTO international VALUES (786,'WebGUI',21,'âÁÚÁ ÉÎÆÏÒÍÁÃÉÉ ÐÏÚ×ÏÌÑÅÔ ×ÁÍ ÄÏÂÁ×ÌÑÔØ ÐÒÏÓÔÏ ÔÅËÓÔ, Á ÔÁËÖÅ ÆÁÊÌÙ ÌÀÂÏÇÏ ÔÉÐÁ, ËÏÔÏÒÙÅ ÂÕÄÕÔ ÃÅÎÔÒÁÌÉÚÏ×ÁÎÎÏ ÈÒÁÎÉÔÓÑ É Ë ÎÉÍ ÍÏÖÎÏ ÐÏÌÕÞÉÔØ ÄÏÓÔÕÐ ÉÚ ÌÀÂÏÇÏ ÍÅÓÔÁ ÓÁÊÔÁ. ',1041330443,NULL); INSERT INTO international VALUES (785,'WebGUI',21,'âÁÚÁ ÉÎÆÏÒÍÁÃÉÉ (ÕÐÒÁ×ÌÅÎÉÅ)',1042472175,NULL); INSERT INTO international VALUES (784,'WebGUI',21,'íÉÎÉÁÔÀÒÁ',1041329972,NULL); INSERT INTO international VALUES (783,'WebGUI',21,'ôÉÐ',1041329942,NULL); INSERT INTO international VALUES (782,'WebGUI',21,'-----',1041329897,NULL); INSERT INTO international VALUES (781,'WebGUI',21,'ôÅËÓÔ',1041329821,NULL); INSERT INTO international VALUES (780,'WebGUI',21,'æÁÊÌ',1041329804,NULL); INSERT INTO international VALUES (779,'WebGUI',21,'çÒÁÆÉÞÅÓËÉÊ ÆÁÊÌ',1041329784,NULL); INSERT INTO international VALUES (778,'WebGUI',21,'ïÐÉÓÁÎÉÅ ÐÁÐËÉ',1041329715,NULL); INSERT INTO international VALUES (777,'WebGUI',21,'Id ÐÁÐËÉ',1041329690,NULL); INSERT INTO international VALUES (776,'WebGUI',21,'òÅÄÁËÔÉÒÏ×ÁÔØ ÐÁÐËÕ',1041329652,NULL); INSERT INTO international VALUES (774,'WebGUI',21,'õÄÁÌÉÔØ ÜÔÕ ÚÁÐÉÓØ ÉÚ ÂÁÚÙ ÉÎÆÏÒÍÁÃÉÉ?',1042472468,NULL); INSERT INTO international VALUES (773,'WebGUI',21,'æÁÊÌ',1041329427,NULL); INSERT INTO international VALUES (771,'WebGUI',21,'ôÅËÓÔ',1041268840,NULL); INSERT INTO international VALUES (770,'WebGUI',21,'òÅÄÁËÔÉÒÏ×ÁÔØ ÔÅËÓÔ',1041268749,NULL); INSERT INTO international VALUES (768,'WebGUI',21,'éÍÑ',1041268246,NULL); INSERT INTO international VALUES (775,'WebGUI',21,'õÄÁÌÉÔØ ÐÁÐËÕ É ×ÓÅ ÅÅ ÓÏÄÅÒÖÉÍÏÅ?',1041268216,NULL); INSERT INTO international VALUES (767,'WebGUI',21,'Id',1041267948,NULL); INSERT INTO international VALUES (766,'WebGUI',21,'÷ÅÒÎÕÔØÓÑ Ë ÓÐÉÓËÕ',1041267882,NULL); INSERT INTO international VALUES (765,'WebGUI',21,'õÄÁÌÉÔØ ',1041267794,NULL); INSERT INTO international VALUES (764,'WebGUI',21,'òÅÄÁËÔÉÒÏ×ÁÔØ Ó×ÑÚÁÎÎÙÅ ÐÕÎËÔÙ',1041259609,NULL); INSERT INTO international VALUES (763,'WebGUI',21,'äÏÂÁ×ÉÔØ ',1041257881,NULL); INSERT INTO international VALUES (762,'WebGUI',21,'äÏÂÁ×ÉÔØ ÆÁÊÌ',1041257344,NULL); INSERT INTO international VALUES (761,'WebGUI',21,'äÏÂÁ×ÉÔØ ÇÒÁÆÉÞÅÓËÉÊ ÆÁÊÌ',1041253339,NULL); INSERT INTO international VALUES (760,'WebGUI',21,'õÄÁÌÉÔØ ÐÁÐËÕ',1041253240,NULL); INSERT INTO international VALUES (759,'WebGUI',21,'òÅÄÁËÔÉÒÏ×ÁÔØ ÐÁÐËÕ',1041253221,NULL); INSERT INTO international VALUES (758,'WebGUI',21,'äÏÂÁ×ÉÔØ ÐÁÐËÕ',1041253190,NULL); INSERT INTO international VALUES (757,'WebGUI',21,'âÁÎË ÉÎÆÏÒÍÁÃÉÉ',1043765129,NULL); INSERT INTO international VALUES (756,'WebGUI',21,'÷ÅÒÎÕÔØÓÑ Ë ÓÐÉÓËÕ ÇÒÕÐÐ ÐÏÌØÚÏ×ÁÔÅÌÅÊ',1041252763,NULL); INSERT INTO international VALUES (754,'WebGUI',21,'ðÏÌØÚÏ×ÁÔÅÌÉ × ÇÒÕÐÐÅ',1041252698,NULL); INSERT INTO international VALUES (753,'WebGUI',21,'òÅÄÁËÔÉÒÏ×ÁÔØ ÇÒÕÐÐÕ ÐÏÌØÚÏ×ÁÔÅÌÅÊ',1041252484,NULL); INSERT INTO international VALUES (752,'WebGUI',21,'ðÒÏÓÍÏÔÒÅÔØ ÐÒÏÆÉÌØ ÐÏÌØÚÏ×ÁÔÅÌÑ',1041252433,NULL); INSERT INTO international VALUES (751,'WebGUI',21,'÷ÏÊÔÉ ÐÏÄ ÉÍÅÎÅÍ ÜÔÏÇÏ ÐÏÌØÚÏ×ÁÔÅÌÑ',1041252312,NULL); INSERT INTO international VALUES (750,'WebGUI',21,'õÄÁÌÉÔØ ÐÏÌØÚÏ×ÁÔÅÌÑ',1041252253,NULL); INSERT INTO international VALUES (749,'WebGUI',21,'÷ÅÓÔÉ ÓÔÁÔÉÓÔÉËÕ ÐÏ ÓÔÒÁÎÉÃÁÍ?',1041252160,NULL); INSERT INTO international VALUES (748,'WebGUI',21,'þÉÓÌÏ ÐÏÌØÚÏ×ÁÔÅÌÅÊ',1041252104,NULL); INSERT INTO international VALUES (747,'WebGUI',21,'éÍÑ ÐÏÌØÚÏ×ÁÔÅÌÑ ÄÏÌÖÎÏ ÓÏÓÔÏÑÔØ ÔÏÌØËÏ ÉÚ ÂÕË× É/ÉÌÉ ÃÉÆÒ.',1041251653,NULL); INSERT INTO international VALUES (746,'WebGUI',21,'éËÏÎËÉ',1041251545,NULL); INSERT INTO international VALUES (745,'WebGUI',21,'×ÅÒÎÕÔØÓÑ ÎÁ ÓÔÒÁÎÉÃÕ',1041251482,NULL); INSERT INTO international VALUES (744,'WebGUI',21,'óÌÅÄÕÀÝÅÅ ÄÅÊÓÔ×ÉÅ',1041251381,NULL); INSERT INTO international VALUES (743,'WebGUI',21,'÷×ÅÄÉÔÅ ÐÒÁ×ÉÌØÎÙÊ e-mail. ',1041251137,NULL); INSERT INTO international VALUES (742,'WebGUI',21,'óÐÉÓÏË ÛÁÂÌÏÎÏ×',1041251068,NULL); INSERT INTO international VALUES (741,'WebGUI',21,'òÅÄÁËÔÉÒÏ×ÁÔØ ÛÁÂÌÏÎ',1041251038,NULL); INSERT INTO international VALUES (739,'WebGUI',21,'õÒÏ×ÅÎØ ÚÎÁÎÉÑ ÓÉÓÔÅÍÙ',1041251013,NULL); INSERT INTO international VALUES (738,'WebGUI',21,'9 - ÇÕÒÕ',1041250289,NULL); INSERT INTO international VALUES (737,'WebGUI',21,'8 - ÒÁÚÒÁÂÏÔÞÉË',1041250220,NULL); INSERT INTO international VALUES (736,'WebGUI',21,'7 - ÜËÓÐÅÒÔ',1041250028,NULL); INSERT INTO international VALUES (735,'WebGUI',21,'6 - ÐÒÏÄ×ÉÎÕÔÙÊ ÐÏÌØÚÏ×ÁÔÅÌØ',1041249588,NULL); INSERT INTO international VALUES (734,'WebGUI',21,'5 - Õ×ÅÒÅÎÎÙÊ ÐÏÌØÚÏ×ÁÔÅÌØ',1041249546,NULL); INSERT INTO international VALUES (733,'WebGUI',21,'4',1041249474,NULL); INSERT INTO international VALUES (732,'WebGUI',21,'3',1041249453,NULL); INSERT INTO international VALUES (731,'WebGUI',21,'2 - ÕÞÅÎÉË',1041249326,NULL); INSERT INTO international VALUES (730,'WebGUI',21,'1 - ÎÏ×ÉÞÏË',1041248344,NULL); INSERT INTO international VALUES (729,'WebGUI',21,'0 - ÎÁÞÉÎÁÀÝÉÊ',1041248318,NULL); INSERT INTO international VALUES (728,'WebGUI',21,'õÄÁÌÉÔØ ÆÁÊÌ?',1041248253,NULL); INSERT INTO international VALUES (522,'WebGUI',21,'ÐÏÓÙÌÁÔØ ÓÏÏÂÝÅÎÉÑ ÐÏ ICQ',1041246921,NULL); INSERT INTO international VALUES (521,'WebGUI',21,'ðÏÓÙÌÁÔØ ÓÏÏÂÝÅÎÉÑ ÎÁ ÐÅÊÄÖÅÒ',1041246867,NULL); INSERT INTO international VALUES (444,'WebGUI',21,'ìÉÞÎÁÑ ÉÎÆÏÒÍÁÃÉÑ',1041246336,NULL); INSERT INTO international VALUES (441,'WebGUI',21,'çÅÊÔ ÄÌÑ ÏÔÐÒÁ×ËÉ ÓÏÏÂÝÅÎÉÊ ÜÌÅËÔÒÏÎÎÏÊ ÐÏÞÔÙ ÎÁ ÐÅÊÄÖÅÒ',1041245992,NULL); INSERT INTO international VALUES (320,'WebGUI',21,'Yahoo! Messenger Id',1041245834,NULL); INSERT INTO international VALUES (319,'WebGUI',21,'MSN Messenger Id',1041245815,NULL); INSERT INTO international VALUES (318,'WebGUI',21,'AIM Id',1041245797,NULL); INSERT INTO international VALUES (317,'WebGUI',21,'îÏÍÅÒ ICQ',1041245764,NULL); INSERT INTO international VALUES (77,'USS',21,'The following are the template variables used in a submission template. Submission templates are used to display the individual submissions in a user submission system.\r\n\r\ntitle\r\nThe title of this submission.\r\n\r\ncontent\r\nThe full text content of this submission.\r\n\r\nuser.label\r\nThe translated label indicating what user posted this submission.\r\n\r\nuser.profile\r\nThe URL to the profile of the user that posted this submission.\r\n\r\nuser.username\r\nThe username of the user that posted this submission.\r\n\r\nuser.id\r\nThe unique identifier for the user that posted this submission.\r\n\r\ndate.label\r\nThe translated label indicating what date this submission was posted.\r\n\r\ndate.epoch\r\nThe number of seconds since January 1, 1970 that this submission was posted.\r\n\r\ndate.human\r\nA human readable date that displays the date and time this submission was posted.\r\n\r\nstatus.label\r\nA translated label indicating the status of this submission.\r\n\r\nstatus.status\r\nThe actual status of this submission (pending, approved, denied).\r\n\r\nviews.label\r\nA translated label indicating how many times this submission has been viewed.\r\n\r\nviews.count\r\nThe number of times this submission has been viewed.\r\n\r\ncanPost\r\nAn condition indicating whether or not this user can post a new submission.\r\n\r\npost.url\r\nThe URL to post a new submission.\r\n\r\npost.label\r\nA translated label for the post link.\r\n\r\nprevious.more\r\nAn condition indicating whether there are any posts prior to this one available for viewing.\r\n\r\nprevious.url\r\nA URL to the post that came before this one.\r\n\r\nprevious.label\r\nA translated label for the previous link.\r\n\r\nnext.more\r\nA condition indicating whether there are any posts after this one available for viewing.\r\n\r\nnext.url\r\nThe URL to the post that came after this one.\r\n\r\nnext.label\r\nA translated label for the next link.\r\n\r\ncanEdit\r\nA condition indicating whether the current user cane edit or delete this post.\r\n\r\nedit.url\r\nThe URL to edit this post.\r\n\r\nedit.label\r\nA translated label for the edit link.\r\n\r\ndelete.url\r\nThe URL to delete this post.\r\n\r\ndelete.label\r\nA translated label for the delete link.\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\napprove.url\r\nThe URL to approve this post.\r\n\r\napprove.label\r\nA translated label for the approve link.\r\n\r\ndeny.url\r\nThe URL to deny this post.\r\n\r\ndeny.label\r\nA translated label for the deny link.\r\n\r\nleave.url\r\nThe URL to leave this post in it\'s current state.\r\n\r\nleave.label\r\nA translated label for the leave link.\r\n\r\ncanReply\r\nA condition indicating whether the current user can reply to this post.\r\n\r\nreply.url\r\nThe URL to reply to this post.\r\n\r\nreply.label\r\nA translated label for the reply link.\r\n\r\nsearch.url\r\nThe URL to toggle on the WebGUI power search form.\r\n\r\nsearch.label\r\nA translated label for the search link.\r\n\r\nback.url\r\nThe URL to return the user to the main listing.\r\n\r\nback.label\r\nA translated label for the back link.\r\n\r\nreplies\r\nA complete listing of all replies to this post. ',1041245718,NULL); INSERT INTO international VALUES (76,'USS',21,'ûÁÂÌÏÎ ÄÌÑ ÓÔÒÁÎÉÃÙ ËÏÍÍÅÎÔÁÒÉÑ Ë ÆÁÊÌÕ',1041245679,NULL); INSERT INTO international VALUES (75,'USS',21,'This is the listing of template variables available in user submission system templates.\r\n\r\nreadmore.label\r\nA translated label that indicates that the user should click to read more.\r\n\r\nresponses.label\r\nA translated label that indicates that the user should click to view the responses to this submission.\r\n\r\ncanPost\r\nA condition that indicates whether a user can add a new submission.\r\n\r\npost.url\r\nThe URL to add a new submission.\r\n\r\npost.label\r\nA translated label for the post link.\r\n\r\nsearch.label\r\nA translated label for the search link.\r\n\r\nsearch.url\r\nThe URL to toggle on/off WebGUI\'s power search form.\r\n\r\nsearch.form\r\nWebGUI\'s power search form.\r\n\r\ntitle.label\r\nA translated label for the title column.\r\n\r\nthumbnail.label\r\nA translated label for the thumbnail column.\r\n\r\ndate.label\r\nA translated label for the date column.\r\n\r\nby.label\r\nA translated label stating who the submission was submitted by.\r\n\r\nsubmissions_loop\r\nA loop containing each submission.\r\nsubmission.id\r\nA unique identifier for this submission.\r\n\r\nsubmission.url\r\nThe URL to view this submission.\r\n\r\nsubmission.content\r\nThe abbreviated text content of this submission.\r\n\r\nsubmission.responses\r\nThe number of responses to this submission.\r\n\r\nsubmission.title\r\nThe title for this submission.\r\n\r\nsubmission.userId\r\nThe user id of the user that posted this submission.\r\n\r\nsubmission.username\r\nThe username of the person that posted this submission.\r\n\r\nsubmission.status\r\nThe status of this submission (approved, pending, denied).\r\n\r\nsubmission.thumbnail\r\nThe thumbnail of the image uploaded with this submission (if any).\r\n\r\nsubmission.date\r\nThe that this submission was posted.\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\nsubmission.userProfile\r\nThe URL to the profile of the user that posted this submission.\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\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\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\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\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. ',1041245580,NULL); INSERT INTO international VALUES (74,'USS',21,'ûÁÂÌÏÎ ÄÌÑ ÓÉÓÔÅÍÙ ÏÂÍÅÎÁ ÓÏÏÂÝÅÎÉÑÍÉ',1041245539,NULL); INSERT INTO international VALUES (73,'USS',21,'ûÁÂÌÏÎ ÄÌÑ ÓÏÏÂÝÅÎÉÑ',1041245501,NULL); INSERT INTO international VALUES (10,'WobjectProxy',1,'Override template?',1053183837,'Asking the user if s/he would like to use the template specified in the wobject proxy or the original template of the original wobject.'); INSERT INTO international VALUES (61,'USS',21,'óÉÓÔÅÍÁ ÏÂÍÅÎÁ ÆÁÊÌÁÍÉ (ÄÏÂÁ×ÌÅÎÉÅ/ÒÅÄÁËÔÉÒÏ×ÁÎÉÅ)',1048511041,NULL); INSERT INTO international VALUES (6,'USS',21,'íÁËÓÉÍÁÌØÎÏÅ ËÏÌÉÞÅÓÔ×Ï ÓÏÏÂÝÅÎÉÊ ÎÁ ÓÔÒÁÎÉÃÅ',1041245387,NULL); INSERT INTO international VALUES (59,'USS',21,'óÌÅÄÕÀÝÅÅ ÓÏÏÂÝÅÎÉÅ',1041244955,NULL); INSERT INTO international VALUES (58,'USS',21,'ðÒÅÄÙÄÕÝÅÅ ÓÏÏÂÝÅÎÉÅ',1041244935,NULL); INSERT INTO international VALUES (57,'USS',21,'ïÔ×ÅÔÙ',1041244905,NULL); INSERT INTO international VALUES (53,'USS',21,'÷ÎÅÛÎÉÊ ×ÉÄ',1041244884,NULL); INSERT INTO international VALUES (71,'USS',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õ ÆÁÊÌÁ ÍÏÖÅÔ ÂÙÔØ 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÷×ÅÄÉÔÅ 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\nAlert on new user?
    \r\nShould someone be alerted when a new user registers anonymously?\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

      \r\n
    1. Vom Administrationsmenu wählen Sie "Verwalten: Pakete"
    2. Fügen \r\n Sie eine Seite hinzu und vergeben ihr einen Namen. Der Name dieser Seite \r\n wird der Name des Paketes sein. \r\n
    3. Gehen Sie zur neuen Seite, die Sie eben erstellt haben und beginnen Sie \r\n damit, Seiten und Wobjects hinzufügen. Alle Seiten oder Wobjects, die Sie \r\n hier hinzugefügt haben, werden jedes Mal erstellt, wenn Sie dieses Paket \r\n anwenden. \r\n
    Hinweise:
    Damit Sie Pakete hinzufügen, bearbeiten oder löschen \r\nkönnen, müssen Sie in der Paketmanager-Gruppe oder in der Admingruppe sein.

    Wenn \r\nSie Inhalt zu einem Wobject, das sich im Paket befindet, hinzufügen, wird dieser \r\nautomatisch kopiert bzw. mit übernommen, wenn das Paket angewendet wird.

    Privilegien/Berechtigungen \r\nund Styles, die den Seiten im Paket zugeordnet sind, werden nicht mit übernommen. \r\nStattdessen übernehmen die Seiten des Pakets die Privilegien und Styles des \r\nBereichs, in den sie eingefügt werden.',1044005675,NULL); INSERT INTO international VALUES (842,'WebGUI',2,'

    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 >.

    \r\n

    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.

    \r\n

    ^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");.

    \r\n

    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.

    \r\n

    ^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.

    \r\n

    ^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 ·.

    \r\n

    ^PreviousDropMenu;
    \r\nDropDown Menu, dass die Unterseiten der vorherigen Ebene im Seitenbaum enthält.

    \r\n

    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.

    \r\n

    ^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 ·.

    \r\n

    ^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.

    \r\n

    ^RootTab;
    \r\nHiermit wird ein Tab-Navigationsmenu (ähnlich wie die Tab-Formular beim Bearbeiten einer Seite oder eines Wobjects) erstellt.

    \r\n

    Beachte: 2 spezielle Style Sheet Klassen: .RootTabOn{} and .RootTabOff{}.

    \r\n

    Beispiel:
    \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;

    \r\n

    ^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.

    \r\n

    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);.

    \r\n

    ^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 ·.

    \r\n

    ^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.

    \r\n

    Beachte: Folgende Style Sheet Klassen sind diesem Makro zugeordnet:

    \r\n
      \r\n
    • .synopsis_sub
    • \r\n
    • .synopsis_summary
    • \r\n
    • .synopsis_title
    • \r\n
    \r\n

    ^TopDropMenu;
    \r\nDropDown Menu mit Ihrer Top-Level Navigation

    \r\n

    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.

    \r\n

    ^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 ·.

    \r\n

    ^/; - System URL
    \r\nDie URL zum \'Gateway Script\' = Eingangseite (beispielsweise: \r\n/index.pl/).

    \r\n

    ^\\; - Seiten URL
    \r\nDie URL zur aktuellen Seite (beispielsweise: \r\n/index.pl/seitenname).

    ',1067459136,NULL); INSERT INTO international VALUES (844,'WebGUI',2,'

    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\");.

    \r\n\r\n

    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.

    \r\n\r\n

    ^AdminText();
    \r\nZeigt dem Benutzer, der im Administrationsmodus ist, eine kleine Textmeldung an. Beispiel: ^AdminText(\"Sie sind im Administrationsmodus!\");

    \r\n\r\n

    ^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\");

    \r\n\r\n

    ^CanEditText();
    \r\nZeigt eine Nachricht an, sofern der Benutzer die Berechtigung hat, die aktuelle Seite zu bearbeiten.

    \r\n\r\n

    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.

    \r\n\r\n

    ^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.

    \r\n\r\n

    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\n

    Beispiel: ^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.

    \r\n\r\n

    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\n

    Beispiel: ^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!\");

    \r\n\r\n

    ^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!)

    \r\n\r\n

    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.\");

    \r\n\r\n

    ^@; - Benutzername
    \r\nDer Benutzername des aktuell angemeldeten Benutzers.

    \r\n\r\n

    ^#; - Benutzer ID
    \r\nDie Benutzer ID des aktuell angemeldeten Benutzers.

    ',1067290220,NULL); INSERT INTO international VALUES (1035,'WebGUI',2,'Benachrichtigungs Template',1067284373,NULL); INSERT INTO international VALUES (846,'WebGUI',2,'

    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..

    \r\n\r\n

    ^c; - Company Name
    \r\nDer Firmenname, den Sie in den Profileinstellungen des Administrators eingetragen haben.

    \r\n\r\n

    ^e; - Company Email Address
    \r\nDie Emailadresse, die Sie in den Profileinstellungen des Administrators eingetragen haben.

    \r\n\r\n

    ^Extras;
    \r\nGibt den Pfad zum WebGUI \"extras\" Verzeichnis zurück, der Dinge wie die WebGUI Icons enthält.

    \r\n\r\n

    ^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.

    \r\n\r\n

    Beispiel: ^LastModified(\"Letzte Bearbeitung: \",\"%c %D, %y\");

    \r\n\r\n

    ^PageTitle;
    \r\nZeigt den Titel der aktuellen Seite an.

    \r\n\r\n

    ^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!\");.

    \r\n\r\n

    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\n

    Beachte: 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.

    \r\n\r\n

    ^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.

    \r\n\r\n

    ^u; - Company URL
    \r\nDie URL, die Sie in den Profileinstellungen des Administrators eingetragen haben.

    \r\n\r\n

    ^?; - Search
    \r\nFügt ein Suchformular ein. Dieses ist an die eingebaute WebGUI Suchmaschine angebunden..

    \r\n\r\n

    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.

    \r\n\r\n

    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.

    ',1067290418,NULL); INSERT INTO international VALUES (1034,'WebGUI',2,'Beiträge schreiben Template',1067284258,NULL); INSERT INTO international VALUES (1001,'WebGUI',2,'

    Nachfolgend die Felder für einen Datenbanklink

    \r\n\r\n

    Titel
    \r\nEin Name für den Datenbanklink

    \r\n\r\n

    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

    \r\n\r\n

    Beispiel: DBI:mysql:WebGUI:localhost

    \r\n\r\n

    Hier sind einige Beispiele für andere Datenbanken.
    \r\nOracle:

    \r\n\r\n
      DBI:Oracle:SID
      \r\nDBD::Oracle muss installiert sein.
      \r\nSie müssen mod_perl verwenden und \r\n\r\nPerlSetEnv ORACLE_HOME /home/oracle/product/8.1.7in der httpd.conf konfiguriert haben. Ohne das Setzen von ORACLE_HOME können Sie auch eine Verbindung unter Verwendung von DBI:Oracle:host=myhost.com;sid=SID  herstellen
    \r\n\r\nPostgreSQL: \r\n\r\n
      DBI:PgPP:dbname=DBNAME[;host=hOST]
      \r\nDBD::PgPP muss installiert sein
    \r\n\r\nSybase: \r\n\r\n
      DBI:Sybase:[server=SERVERNAME][database=DATABASE]
      \r\nDBD::Sybase muss installiert sein.
      \r\nSie müssen mod_perl verwenden und \r\n\r\nPerlSetEnv SYBASE /opt/sybase/11.0.2in der httpd.conf konfigurieren.
    \r\n\r\n

    Datenbank Benutzer
    \r\nDer Benutzername, der zur Verbindung mit der Datenbank verwendet wird.

    \r\n\r\n

    Datenbank Passwort
    \r\nDas Passwort dieses Benutzers

    ',1067283846,NULL); INSERT INTO international VALUES (612,'WebGUI',2,'Es besteht keine Notwendigkeit immer einen Benutzer gleich zu löschen. Wenn \r\nSie einen Benutzer z.b. sperren möchten, können Sie auch einfach sein Passwort \r\nändern. Wenn Sie sich aber wirklich sicher sind, dass Sie diesen Benutzer löschen \r\nwollen, beachten Sie auch die Folgen, die sich daraus ergeben. Wenn Sie einen \r\nBenutzer löschen, bleibt der ganze Inhalt, den der Benutzer über die Wobjects \r\nIhrer Seite hinzugefügt hat (z. B. Beiträge im Diskussionsforum) erhalten. Wenn \r\naber jedoch jemand anderes sich das Profil dieses gelöschten Benutzers, dessen \r\nName ja noch im System auftaucht (zb. in dem von ihm verfassten Beitrag im Diskussionsforum) \r\nanschauen möchte, erhält er eine Fehlermeldung. Genauso verhält es sich, wenn \r\nSie den gelöschten Benutzer doch wieder aufnehmen, gibt es keinen Weg mehr, \r\num ihm auch die Berechtigungen für die von ihm vor der Löschung verfassten Beiträge \r\nzurückzugeben - es sei denn Sie fügen den Benutzer manuell in die Benutzertabelle \r\nder Datenbank hinzu. \r\n

    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\n

    Benutzername
    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.

    ',1045494240,NULL); INSERT INTO international VALUES (607,'WebGUI',2,'Anonyme Registrierung
    Möchten Sie, dass sich die Besucher Ihrer Seite \r\nselbst registrieren können?

    Beim Registrieren ausführen
    Was \r\nhier Sie hier eintragen, wird jedesmal ausgeführt, wenn sich ein Benutzer anonym \r\nregistriert. \r\n\r\n

    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.

    \r\n

    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

    WebGUI Authentifizierungs Optionen

    \r\nBegrüssungmeldung senden?
    Möchten Sie, dass WebGUI automatisch eine \r\nBegrüssungsmeldung verschickt, wenn sich jemand für Ihre Seite registriert?

    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 Authentifizierungs Optionen

    \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.

    \r\n',1045242601,NULL); INSERT INTO international VALUES (75,'USS',2,'

    Hier ist die Übersicht über die Template Variablen, die im Benutzerbeitragssystem zur Verfügung stehen.

    \r\n

    readmore.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.

    \r\n

    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
    Eine eindeutige Bezeichnung für diesen Beitrag. \r\n

    submission.url
    Die URL, um diesen Beitrag anzuschauen. \r\n

    submission.content
    Die verkürzte Wiedergabe des Beitragsinhalts. \r\n

    submission.responses
    Die Anzahl der Antworten auf diesen Beitrag. \r\n

    submission.title
    Der Titel des Beitrags. \r\n

    submission.userId
    Die ID des Benutzers, der diesen Beitrag veröffentlicht hat. \r\n

    submission.username
    Der Benutzername dieses Benutzers. \r\n

    submission.status
    Der Status dieses Beitrages (freigegeben, ausstehend, abgelehnt). \r\n

    submission.thumbnail
    Das Vorschaubild eines hochgeladenen Bildes (sofern eins vorhanden ist). \r\n

    submission.date
    Datum des Beitrages.

    submission.date.updated
    Das Datum und die Uhrzeit, an dem dieser Beitrag zum letzten Mal bearbeitet wurde. \r\n

    submission.currentUser
    Bedingungsvariable, ob der aktuelle Benutzer auch der ist, der diesen Beitrag veröffentlicht hat. \r\n

    submission.userProfile
    Die URL zu dessen Benutzerprofil. \r\n

    submission.secondColumn
    Eine Bedingung, ob dieser Beitrag in einem mehrspaltigen Layout in die zweite Spalte gehört oder nicht. \r\n

    submission.thirdColumn
    Eine Bedingung, ob dieser Beitrag in einem mehrspaltigen Layout in die dritte Spalte gehört oder nicht. \r\n

    submission.fourthColumn
    Eine Bedingung, ob dieser Beitrag in einem mehrspaltigen Layout in die vierte Spalte gehört oder nicht. \r\n

    submission.fifthColumn
    Eine Bedingung, ob dieser Beitrag in einem mehrspaltigen Layout in die fünfte Spalte gehört oder nicht. \r\n

    \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.

    ',1067277566,NULL); INSERT INTO international VALUES (71,'USS',2,'

    Mit Benutzerbeitragssystemen können Sie Ihren Benutzern die Möglichkeit geben, selber Beiträge zu verfassen, beispielsweise Gästebücher, Newsletter, Fotogallerien etc.

    \r\n

    Haupt Template
    \r\nWählen Sie ein Layout aus.

    \r\n

    Inhalt filtern
    \r\nWählen Sie die Stufe der Filterung des Contents aus..

    \r\n

    Benutzerbeitragssystem Template
    \r\nWählen Sie ein Layout für die einzelnen Beiträge aus.

    \r\n

    Wer kann genehmigen?
    \r\nWelche Gruppe hat die Berechtigung, Beiträge zu erlauben oder zu verbieten?

    \r\n

    Wer kann Beiträge schreiben?
    \r\nWelche Gruppe hat die Berechtigung, Beiträge verfassen zu dürfen?

    \r\n

    Beiträge pro Seite
    \r\nWieviele Beiträge sollen pro Seite in der Übersicht angezeigt werden?

    \r\n

    Sortieren nach
    \r\nWonach sollen die Beiträge sortiert werden?

    \r\n

    Sortierungsreihenfolge
    \r\nDie Reihenfolge dieser Sortierung.

    \r\n

    Standard Status
    \r\nSollen Beiträge standardmässig auf "Abgelehnt", "Ausstehend" oder "freigegeben" gestellt werden?

    \r\n

    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\n

    Karma pro Benutzerbeitrag
    \r\nWieviel Karma soll ein Benutzer erhalten, wenn er einen Beitrag verfasst?

    \r\n

    Vorschaubilder anzeigen?
    \r\nSofern eine Grafik im Beitrag enthalten ist, wird das Vorschaubild im Layout angezeigt.

    \r\n

    Diskussion erlauben?
    \r\nMöchten Sie Diskussionen zu den einzelnen Beiträgen erlauben?

    ',1067293252,NULL); INSERT INTO international VALUES (1055,'WebGUI',2,'

    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\n

    Foren (auch Diskussionen genannt) verfügen über einige, konfigurierbare Eigenschaften. Nachfolgend eine umfangreiche Übersicht:

    \r\n

    Forum Template
    \r\nEin Template zur Darstellung des Forums (Forenübersicht)

    \r\n

    Themen Template
    \r\nEin Template zur Darstellung der Themenansicht.

    \r\n

    Beitrags Template
    \r\nEin Template zur Darstellung eines Beitrags

    \r\n

    Suchen Template
    \r\nEin Template zur Darstellung der Suchfunktion und der Suchergebnisse des Forums.

    \r\n

    Beiträge schreiben Template
    \r\nEin Template zur Darstellung des Formulars, mit dem der Benutzer die Beiträge verfassen kann.

    \r\n

    Benachrichtigungs Template
    \r\nEin Template zur Darstellung der Benachrichtigungsmeldung, die einem Benutzer gesendet wird, der ein bestimmtes Thema abonniert hat.

    \r\n

    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.

    \r\n

    Timeout zum Bearbeiten
    \r\nWie lange hat der Benutzer die Möglichkeit, seinen verfassten Beitrag zu bearbeiten, bevor diese Bearbeitungsmöglichkeit gesperrt wird?

    \r\n

    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\n

    Bearbeitungszeitpunkt zu Beiträgen hinzufügen?
    \r\nSoll der Bearbeitungszeitpunkt und auch werden Beitrag bearbeitet hat am Ende des Beitrages angezeigt werden?

    \r\n

    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?

    \r\n

    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.

    \r\n

    Beiträge filtern
    \r\nWählen Sie aus, inwieweit Sie den Inhalt der Beiträge filtern möchten.

    \r\n

    Beiträge pro Seite
    \r\nDie Anzahl der Beiträge, die pro Seite dargestellt werden sollen.

    \r\n

    Karma pro Beitrag
    \r\nWieviel Karma erhält ein Benutzer, wenn er Beiträge zu dieser Diskussion verfasst?

    \r\n

    Wer kann Beiträge schreiben?
    \r\nWelche Gruppe hat die Berechtigung, neue Beiträge zu verfassen?

    \r\n

    Beiträge moderieren?
    \r\nWenn Sie dies aktivieren, dann werden Beiträge erst veröffentlicht, bis der Moderator sie freigibt.

    \r\n

    Wer kann moderieren?
    \r\n
    Wählen Sie die Gruppe aus, welche die Berechtigung hat, diese Diskussion zu moderieren.

    ',1067293026,NULL); INSERT INTO international VALUES (71,'SQLReport',2,'

    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\n

    Makros in der Abfrage vorverarbeiten?
    \r\nWenn Sie WebGUI Makros in Ihrer Abfrage nutzen möchten, müssen Sie diesen Punkt aktivieren.

    \r\n

    Debug?
    \r\nAktivieren Sie dies, wenn Debugging- und Fehlermeldungen angezeigt werden sollen.

    \r\n

    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.

    \r\n

    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.

    \r\n

    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\n

    Datenbank 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.

    \r\n

    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].

    \r\n

    Beispiel: DBI:mysql:WebGUI:localhost

    \r\n

    Datenbankbenutzer
    \r\nDer Benutzername zur DSN.

    \r\n

    Datenbankpasswort
    \r\nDas Passwort zur DSN.

    \r\n

    Einträge pro Seite
    \r\nWie viele Reihen sollen pro Seite angezeigt werden?

    \r\n

    Carriage Return beachten?
    \r\nMöchten Sie Carriage Returns in der Ergebnisansicht zu HTML-Umbrüchen konvertieren.

    ',1067895677,NULL); INSERT INTO international VALUES (611,'WebGUI',2,'Firmen Name
    \r\nDer Name Ihrer Firma. Er erscheint auf allen Emails und überall dort, wo das CompanyName-Macro eingesetzt wird.

    \r\nFirmen Email Adresse
    \r\nEine allgemeine Firmen-Emailadresse. Von dieser Adresse werden alle automatischen Emails versendet. Sie kann auch über das WebGUI-Macrosystem genutzt werden.

    \r\nFirmen URL
    \r\nDie Haupt-URL Ihrer Firma. Diese erscheint auf allen von WebGUI versendeten Emails. Wie schon bei den ersten beiden Funktionen kann auch hier das WebGUI-Macrosystem benutzt werden.',1043425351,NULL); INSERT INTO international VALUES (616,'WebGUI',2,'Pfad zu den WebGUI Extras
    \r\nDer Webpfad zum Verzeichnis, dass die WebGUI Grafiken und javascript-Dateien enthält

    \r\nMaximale Dateigrösse für Anhänge
    \r\nDiese Einstellung gilt für alle Wobjects, die das Hochladen von Dateien und Bildern erlauben (wie z. B. Artikel) Die Grösse wird in Kilobytes angegeben.

    \r\nGrösse der Vorschaubilder (Thumbnails)
    \r\nDie Grösse der längsten Seite einer Grafik. Wenn Sie z. B. den Wert auf 100 setzen und Ihre Grafik ist 400 Pixel hoch und 200 Pixel breit, so wird das Vorschaubild eine Höhe von 100 Pixels und eine Breite von 50 Pixels haben.

    Beachten Sie: Vorschaubilder werden automatisch generiert, wenn Grafiken hochgeladen/hinzugefügt werden.

    \r\nWeb Pfad für die Anhänge
    \r\nDer Webpfad zum Verzeichnis, in dem Anhänge gespeichert werden sollen (z.B. /uploads).

    \r\nServerpfad für die Anhänge
    \r\nDer lokale Pfad zum Verzeichnis, in dem die Anhänge gespeichert werden sollen, z. B. /var/www/public/uploads. Beachten Sie, dass der Webserver genügend Rechte hat, um in dieses Verzeichnis speichern zu können.',1058171393,NULL); INSERT INTO international VALUES (629,'WebGUI',2,'Gemeinsame Zwischenablage benutzen?
    \r\nAktiviert eine einzelne, systemweite Zwischenablage, die von allen Benutzern verwendet wird. Standardmässig gibt es pro Benutzer eine Zwischenablage. \r\n\r\n

    Gemeinsamen Mülleimer benutzen?
    \r\nAktiviert einen einzelnen, system-weiten Mülleimer. Standardmässig gibt es pro Benutzer einen Mülleimer.

    \r\n\r\n

    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.

    \r\n\r\n

    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.

    \r\n\r\n

    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

    \r\n\r\n

    Seitenstatistik aktivieren
    \r\n
    WebGUI 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.

    \r\n\r\n

    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.

    ',1067278038,NULL); INSERT INTO international VALUES (630,'WebGUI',2,'In WebGUI ist eine kleine, aber feine Echt-Zeit Suchmaschine integriert. Wenn Sie diese benutzen möchten, können Sie das ^?; Makro nutzen, oder Sie fügen \'?op=search\' ans Ende einer URL an oder Sie basteln Ihr eigenes Formular.

    Einige Leute benötigen eine Suchmaschine, um ihre WebGUI Seite und andere Seiten zu indizieren. Oder sie haben mehr Anforderungen an eine Suchmaschine, als das, was die WebGUI Suchmaschine bietet. In diesen Fällen empfehlen wir MnoGo Search oder ht://Dig.',1048592118,NULL); INSERT INTO international VALUES (698,'WebGUI',2,'Karma ist eine Methode, um Benutzeraktivitäten zu verfolgen und den Benutzer möglicherweise zu belohnen oder zu \'bestrafen\' für den Umfang der Aktivitäten, die er durchgeführt hat.

    Wenn Karma aktiviert ist, beachten Sie, dass bei den Einstellungen von vielen Komponenten in WebGUI Karma-Funktionen hinzugekommen sind (z. B. können Sie bei Abstimmungen \'Karma pro Abstimmung\' definieren.

    \r\nSie können nachverfolgen bzw. Karma vergeben, wenn sich ein Benutzer anmeldet und wieviel er zu Ihrer Seite beigetragen hat (wieviele Beiträge er verfasst hat, etc.) \r\n

    \r\nUnd Sie können z. B. je nach Karma-Anzahl Zugriff zu besonderen Bereichen gewähren.

    \r\nMehr über Karma finden Sie in Ruling WebGUI.',1043423279,NULL); INSERT INTO international VALUES (836,'WebGUI',2,'Schnipsel sind Text-Elemente, die mehrfach auf Ihrer Seite genutzt werden können. Elemente wie Java-Scripts, Style Sheets, Flash Animationen oder einfach nur Slogans sind Beispiele hierfür. Das beste daran ist, dass Sie Änderungen, die zum Beispiel in einem Slogan oder Werbespruch durchgeführt werden müssen, an zentraler Stelle ändern können.

    \r\nName
    Vergeben Sie einen eindeutigen Namen, damit Sie das Schnipsel später schnell wiederfinden können.

    \r\nIn welchen Ordner
    In welchen Ordner möchten Sie das Schnipsel speichern

    \r\nSchnipsel
    Geben Sie hier den Text ein oder noch einfacher: kopieren Sie den benötigten Text oder auch JavaScript-Code über die Zwischenablage ein.',1056098938,NULL); INSERT INTO international VALUES (874,'WebGUI',1,'Unsubscribe from thread',1065876868,NULL); INSERT INTO international VALUES (873,'WebGUI',1,'Subscribe to thread',1065876827,NULL); INSERT INTO international VALUES (620,'WebGUI',2,'Wie diese Funktion bereits andeutet werden Sie eine Gruppe löschen und alle \r\ndarin befindlichen Benutzer aus dieser Gruppe zu entfernen. Achten Sie darauf, \r\ndass Benutzer in dieser Gruppe nicht vielleicht die Berechtigung für Seiten \r\nverlieren etc. \r\n

    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\n

    Wie 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 Server
    Dies ist die Adresse ihres lokalen \r\nMailservers. Diese wird in allen Funktionen benötigt, die das Internet Emailsystem \r\nverwenden (wie z. B. Passwort wiederherstellen). \r\n

    Optional 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?

    ',1045243460,NULL); INSERT INTO international VALUES (614,'WebGUI',2,'

    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\n

    Es 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\n

    Clipboard
    \r\nDieser Style wird von der Zwischenablage benötigt

    \r\n\r\n

    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.

    \r\n\r\n

    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.

    \r\n\r\n

    Packages
    \r\nDieser Style wird vom Paketmanager benutzt.

    \r\n\r\n

    Trash
    \r\nDieser Style wird vom Mülleimer genutzt.

    \r\n\r\n

    \r\n\r\n
    \r\nDemo Style
    \r\nDies ist ein Beispiellayout, das von einer Templates-Seite genommen wurde (www.freewebtemplates.com). \r\n\r\n

    Plain Black Software (black)& (white)
    \r\nDiese Layouts wurden auf der Plainblackseite verwendet.

    \r\n\r\n

    Yahoo®
    \r\nDies ist das Design von Yahoo® (genutzt ohne Berechtigung.)

    \r\n\r\n

    WebGUI
    \r\nDies ist ein einfaches Design mit WebGUI logos.

    \r\n\r\n

    WebGUI 4
    \r\nDieser Style wurde seit WebGUI Version 4 verwendet.

    \r\n',1067290006,NULL); INSERT INTO international VALUES (613,'WebGUI',2,'Benutzer sind die Konten, die Berechtigungen zu verschiedenen Bereichen in WebGUI \r\nhaben. Es gibt 2 Standard-Benutzer: Admin und Visitor. \r\n

    \r\n

    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.

    \r\n

    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

    \r\n

    Neuen Benutzer hinzufügen.
    Klicken Sie hier, um zur "Benutzer \r\nhinzufügen" Seite zu kommen. \r\n

    \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.

    ',1044375306,NULL); INSERT INTO international VALUES (606,'WebGUI',2,'Stellen Sie sich Seiten als Behälter für Inhalte vor. Wenn Sie z. B. einen Brief \r\nan den Herausgeber Ihres Lieblingsmagazins schreiben möchten, starten Sie eine \r\nTextverarbeitung und schreiben Ihre Gedanken nieder. Genauso verhält es sich \r\nmit WebGUI. Erstellen Sie eine Seite und füllen sie mit Inhalt.. \r\n

    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

    \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

    \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\n',1056837275,NULL); INSERT INTO international VALUES (884,'WebGUI',1,'Pop Up',1044705337,NULL); INSERT INTO international VALUES (883,'WebGUI',1,'Inline (when supported)',1044705322,NULL); INSERT INTO international VALUES (882,'WebGUI',1,'Editor Mode',1044705246,NULL); INSERT INTO international VALUES (881,'WebGUI',1,'None',1044705162,NULL); INSERT INTO international VALUES (880,'WebGUI',1,'Last Resort Editor',1044705137,NULL); INSERT INTO international VALUES (879,'WebGUI',1,'Classic Editor (Internet Explorer 5+)',1044705103,NULL); INSERT INTO international VALUES (73,'DataForm',21,'éÍÑ ÐÏÌÑ',1042025990,NULL); INSERT INTO international VALUES (888,'WebGUI',1,'Snippet Preview Length',1045312362,NULL); INSERT INTO international VALUES (27,'DataForm',1,'Height',1045210016,NULL); INSERT INTO international VALUES (28,'DataForm',1,'Optional for text area and HTML area.',1052048005,NULL); INSERT INTO international VALUES (960,'WebGUI',1,'Trash, Manage',1052850265,NULL); INSERT INTO international VALUES (889,'WebGUI',1,'Style Sheets, Tabs',1046067380,NULL); INSERT INTO international VALUES (890,'WebGUI',1,'WebGUI has a sub-system that can create tabs. You\'ll see these in complex forms such as page editing. In order to make the tabs system look good and match your site, you\'ll need to add a section to your style\'s style sheet specifically for the tabs. \r\n

    \r\nThe following style sheet classes are available:\r\n

    \r\n\r\n.tab
    \r\nThe default look of each tab.\r\n

    \r\n\r\ndiv.tabs
    \r\nThis also sets some properties for all of the tabs. This should be used for the text labels in the tabs.\r\n

    \r\n\r\n\r\n.tabBody
    \r\nThe content area for each tab. This is where the form will show up. Note that for best results the background color of this should match the background color of .tabActive.\r\n

    \r\n\r\n\r\n.tabHover
    \r\nThe look of a tab as the mouse hovers over it.\r\n

    \r\n\r\n.tabActive
    \r\nThe look of the tab that is currently visible.\r\n

    \r\n\r\n\r\n\r\nExamples
    \r\nYou can use these instead of creating your own if you wish. Or just use these as guidelines for creating your own.\r\n

    \r\n
    \r\nWhite or Light Colored Styles\r\n
    \r\n.tab {\r\n  border: 1px solid black;\r\n   background-color: #eeeeee;\r\n}\r\n.tabBody {\r\n   border: 1px solid black;\r\n   border-top: 1px solid black;\r\n   border-left: 1px solid black;\r\n   background-color: #dddddd; \r\n}\r\ndiv.tabs {\r\n    line-height: 15px;\r\n    font-size: 14px;\r\n}\r\n.tabHover {\r\n   background-color: #cccccc;\r\n}\r\n.tabActive { \r\n   background-color: #dddddd; \r\n}\r\n
    \r\n
    \r\nBlack or Dark Colored Styles\r\n
    \r\n.tab {\r\n  border: 1px solid white;\r\n   background-color: #333333;\r\n}\r\n.tabBody {\r\n   border: 1px solid white;\r\n   border-top: 1px solid white;\r\n   border-left: 1px solid white;\r\n   background-color: #444444; \r\n}\r\ndiv.tabs {\r\n    line-height: 15px;\r\n    font-size: 14px;\r\n}\r\n.tabHover {\r\n   background-color: #555555;\r\n}\r\n.tabActive { \r\n   background-color: #444444; \r\n}\r\n
    \r\n
    \r\n\r\n\r\n\r\n',1046067380,NULL); INSERT INTO international VALUES (3,'HttpProxy',1,'HTTP Proxy',1031510000,NULL); INSERT INTO international VALUES (2,'HttpProxy',1,'Edit HTTP Proxy',1031510000,NULL); INSERT INTO international VALUES (1,'HttpProxy',1,'URL',1031510000,NULL); INSERT INTO international VALUES (4,'HttpProxy',1,'Timeout',1047837283,NULL); INSERT INTO international VALUES (5,'HttpProxy',1,'Allow proxying of other domains?',1047835817,NULL); INSERT INTO international VALUES (6,'HttpProxy',1,'Remove style?',1047837230,NULL); INSERT INTO international VALUES (8,'HttpProxy',1,'Follow redirects?',1047837255,NULL); INSERT INTO international VALUES (9,'HttpProxy',1,'Cookie Jar',1047835842,NULL); INSERT INTO international VALUES (9,'HttpProxy',2,'Verzeichnis zum Speichern der Cookies',1048242758,NULL); INSERT INTO international VALUES (8,'HttpProxy',2,'Redirects folgen?',1048242749,NULL); INSERT INTO international VALUES (6,'HttpProxy',2,'Style entfernen?',1048242741,NULL); INSERT INTO international VALUES (5,'HttpProxy',2,'Proxy-Speicherung anderer Domains erlauben?',1048242727,NULL); INSERT INTO international VALUES (4,'HttpProxy',2,'Timeout',1048242651,NULL); INSERT INTO international VALUES (3,'HttpProxy',2,'HTTP Proxy',1040395372,NULL); INSERT INTO international VALUES (2,'HttpProxy',2,'HTTP Proxy ändern',1040395360,NULL); INSERT INTO international VALUES (1,'HttpProxy',2,'URL',1040395344,NULL); INSERT INTO international VALUES (840,'WebGUI',1,'These macros are designed to provide programming-like functionality. They are powerful when used appropriately, and dangerous when used carelessly. Take care when using these macros.\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\nThe current date and time.\r\n

    \r\n\r\nYou can configure the date by using date formatting symbols. For instance, if you created a macro like this ^D(\"%c %D, %y\"); it would output September 26, 2001. The following are the available date formatting symbols:\r\n

    \r\n\r\n
    %%%
    %y4 digit year
    %Y2 digit year
    %m2 digit month
    %Mvariable digit month
    %cmonth name
    %d2 digit day of month
    %Dvariable digit day of month
    %wday of week name
    %h2 digit base 12 hour
    %Hvariable digit base 12 hour
    %j2 digit base 24 hour
    %Jvariable digit base 24 hour
    %plower case am/pm
    %Pupper case AM/PM
    %zuser preference date format
    %Zuser preference time format
    \r\n

    \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\nExample: ^Include(\"/this/file.html\");\r\n

    \r\n\r\n^International();
    \r\nPull a translated message from the internationalization system.\r\n

    \r\nExample: ^International(45,\"Article\");\r\n

    \r\n\r\n\r\n^Quote();
    \r\nUse this to escape a string before using it in a database query.\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).

    ',1055005223,NULL); INSERT INTO international VALUES (843,'WebGUI',12,'Bruker Makroer',1048550203,NULL); INSERT INTO international VALUES (845,'WebGUI',12,'Style Makroer',1048550274,NULL); INSERT INTO international VALUES (844,'WebGUI',12,'These macros have to do with users and logins. \r\n

    ^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.

    ',1055005262,NULL); INSERT INTO international VALUES (846,'WebGUI',12,'These macros are mainly useful in maintaining styles in WebGUI. \r\n

    ^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.

    ',1055005292,NULL); INSERT INTO international VALUES (887,'WebGUI',12,'Midas (Mozilla 1.3+)',1048550377,NULL); INSERT INTO international VALUES (744,'WebGUI',10,'Hvad så?',1046864856,NULL); INSERT INTO international VALUES (743,'WebGUI',10,'Du må angive en valid email adresse for jeg kan forsøge at genskabe dit kodeord.',1046864836,NULL); INSERT INTO international VALUES (658,'WebGUI',10,'Brugere, håndter',1046864784,NULL); INSERT INTO international VALUES (657,'WebGUI',10,'Bruger, slet',1046864764,NULL); INSERT INTO international VALUES (656,'WebGUI',10,'Firma information, rediger',1046864737,NULL); INSERT INTO international VALUES (655,'WebGUI',10,'Bruger, tilføj/rediger',1046864707,NULL); INSERT INTO international VALUES (654,'WebGUI',10,'Stilart, slet',1046864687,NULL); INSERT INTO international VALUES (653,'WebGUI',10,'Side, slet',1046864669,NULL); INSERT INTO international VALUES (652,'WebGUI',10,'Bruger indstillinger, rediger',1046864650,NULL); INSERT INTO international VALUES (642,'WebGUI',10,'Side, tilføj/rediger',1046864612,NULL); INSERT INTO international VALUES (608,'WebGUI',10,'Når du sletter en side skal du være sikker på hvad du gør, eftersom du også sletter alle underliggende sider der er relatateret til denne side. Vær sikker på, at du har kopieret alt indhold du skal bruge over på en anden side, før end du sletter.

    \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\nSpørgsmåls rækkefølge\r\nRækkefølgen for spørgsmålene.\r\nSequential viser spørgsmålene i den rækkefølge du har opettet dem i.
    \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\nMetode\r\nSom udgangspunkt anvendes undersøgelses metoden. Denne stiller spørgsmål til brugerne som du får summeret op. Denne metode er til f.eks. brugerundersøgelser.\r\nI Quiz metode kan brugerne se det rigtige svar efterfølgende, og får oplyst hvor mange rigtige svar de havde. Denne metode er til test og lign.\r\n\r\n

    \r\nHvem kan deltage?\r\nHer angiver du hvem der kan deltage.\r\n\r\n

    \r\nHvem kan se rapporter\r\nHer angiver du hvem der kan se resultatet.\r\n',1046851517,NULL); INSERT INTO international VALUES (9,'Survey',10,'Undersøgelse',1046850912,NULL); INSERT INTO international VALUES (80,'Survey',10,'sekunder',1046850893,NULL); INSERT INTO international VALUES (8,'Survey',10,'Spørgsmåls rækkefølge',1046850877,NULL); INSERT INTO international VALUES (79,'Survey',10,'minutter',1046850855,NULL); INSERT INTO international VALUES (78,'Survey',10,'Samlet tid',1046850839,NULL); INSERT INTO international VALUES (77,'Survey',10,'Slut tid',1046850815,NULL); INSERT INTO international VALUES (76,'Survey',10,'Start tid',1046850801,NULL); INSERT INTO international VALUES (75,'Survey',10,'Redigér dette spørgsmål.',1046849531,NULL); INSERT INTO international VALUES (7,'Survey',10,'Respons styret',1046852,NULL); INSERT INTO international VALUES (74,'Survey',10,'Er du sikker på du vil slette alle besvarelserne?',1046848437,NULL); INSERT INTO international VALUES (73,'Survey',10,'Slet alle besvarelser.',1046848414,NULL); INSERT INTO international VALUES (72,'Survey',10,'Er du sikker på at du vil slette denne brugers besvarelse?',1046848395,NULL); INSERT INTO international VALUES (69,'Survey',10,'Slet denne brugers besvarelse.',1046848366,NULL); INSERT INTO international VALUES (71,'Survey',10,'Karakterbog',1046848334,NULL); INSERT INTO international VALUES (70,'Survey',10,'Individuelle besvarelser',1046848311,NULL); INSERT INTO international VALUES (68,'Survey',10,'Vis rapporter og ekspotér.',1046848236,NULL); INSERT INTO international VALUES (67,'Survey',10,'Bruger',1046848092,NULL); INSERT INTO international VALUES (66,'Survey',10,'Besvarelser',1046848003,NULL); INSERT INTO international VALUES (65,'Survey',10,'Eksporter samlet summering.',1046847662,NULL); INSERT INTO international VALUES (64,'Survey',10,'Eksporter besvarelser.',1046847448,NULL); INSERT INTO international VALUES (63,'Survey',10,'Eksporter spørgsmål.',1046847421,NULL); INSERT INTO international VALUES (62,'Survey',10,'Eksporter svar.',1046847404,NULL); INSERT INTO international VALUES (61,'Survey',10,'Vis karakterbog',1046847385,NULL); INSERT INTO international VALUES (60,'Survey',10,'Tilbage til undersøgelse.',1046847331,NULL); INSERT INTO international VALUES (6,'Survey',10,'tilfældig',1046846674,NULL); INSERT INTO international VALUES (59,'Survey',10,'Vis statistisk overblik.',1046846654,NULL); INSERT INTO international VALUES (58,'Survey',10,'Statistisk overblik',1046846623,NULL); INSERT INTO international VALUES (57,'Survey',10,'Kommentarer',1046846586,NULL); INSERT INTO international VALUES (56,'Survey',10,'Vis kommentarer.',1046845965,NULL); INSERT INTO international VALUES (55,'Survey',10,'Vis besvarelser.',1046845876,NULL); INSERT INTO international VALUES (54,'Survey',10,'Procent',1046845850,NULL); INSERT INTO international VALUES (53,'Survey',10,'Svar',1046845836,NULL); INSERT INTO international VALUES (52,'Survey',10,'Resultat',1046845821,NULL); INSERT INTO international VALUES (51,'Survey',10,'Kommentarer?',1046845783,NULL); INSERT INTO international VALUES (50,'Survey',10,'Næste',1046845768,NULL); INSERT INTO international VALUES (5,'Survey',10,'Sekventielt',1046845752,NULL); INSERT INTO international VALUES (49,'Survey',10,'Du kan desværre ikke tage denne quiz på nuværende tidspunkt.',1046845736,NULL); INSERT INTO international VALUES (48,'Survey',10,'For nærværende er du ikke inviteret til at deltage i denne undersøgelse.',1046845629,NULL); INSERT INTO international VALUES (47,'Survey',10,'Du har gennemført denne quiz.',1046845574,NULL); INSERT INTO international VALUES (46,'Survey',10,'Tak for dine svar til denne undersøgelse. \r\nVi sætter pris på du har afsat tid til besvarelsen.',1046845551,NULL); INSERT INTO international VALUES (45,'Survey',10,'Er du sikker på du vil slette dette svar og tilhørende repons?',1046845470,NULL); INSERT INTO international VALUES (44,'Survey',10,'Er du sikker på du vil slette dette spørgsmål og alle de tilhørende svar?',1046845354,NULL); INSERT INTO international VALUES (43,'Survey',10,'Aldrig',1046845263,NULL); INSERT INTO international VALUES (42,'Survey',10,'en gang i mellem',1046845234,NULL); INSERT INTO international VALUES (40,'Survey',10,'Altid/hver gang',1046845168,NULL); INSERT INTO international VALUES (41,'Survey',10,'Ofte',1046845141,NULL); INSERT INTO international VALUES (39,'Survey',10,'Ved ikke',1046845051,NULL); INSERT INTO international VALUES (38,'Survey',10,'Meget uenig',1046845033,NULL); INSERT INTO international VALUES (37,'Survey',10,'Uenig',1046845018,NULL); INSERT INTO international VALUES (36,'Survey',10,'Delvist uenig',1046845000,NULL); INSERT INTO international VALUES (35,'Survey',10,'Delvist enig',1046844981,NULL); INSERT INTO international VALUES (34,'Survey',10,'Enig',1046844955,NULL); INSERT INTO international VALUES (33,'Survey',10,'Meget enig',1046844939,NULL); INSERT INTO international VALUES (32,'Survey',10,'Falsk',1046844733,NULL); INSERT INTO international VALUES (31,'Survey',10,'Sandt',1046844712,NULL); INSERT INTO international VALUES (30,'Survey',10,'Tilføj et nyt spørgsmål.',1046844693,NULL); INSERT INTO international VALUES (3,'Survey',10,'Undersøgelse, tilføj/redigér',1046844674,NULL); INSERT INTO international VALUES (29,'Survey',10,'Tilføj et fritekst svar.',1046844648,NULL); INSERT INTO international VALUES (28,'Survey',10,'Tilføj et spørgsmål.',1046844608,NULL); INSERT INTO international VALUES (27,'Survey',10,'Tilføj et holdningsskala(enig/uenig) svar.',1046844587,NULL); INSERT INTO international VALUES (26,'Survey',10,'Tilføj en frekvenssvar(altid/aldrig) skala.',1046844426,NULL); INSERT INTO international VALUES (25,'Survey',10,'Tilføj et sandt/falsk svar.',1046844335,NULL); INSERT INTO international VALUES (24,'Survey',10,'Tilføj et \"multiple choice\" svar.',1046844312,NULL); INSERT INTO international VALUES (23,'Survey',10,'Tilføj et nyt svar.',1046844274,NULL); INSERT INTO international VALUES (22,'Survey',10,'Svar type',1046844255,NULL); INSERT INTO international VALUES (21,'Survey',10,'gå til',1046844238,NULL); INSERT INTO international VALUES (20,'Survey',10,'Er dette svar korrekt?',1046843714,NULL); INSERT INTO international VALUES (2,'Survey',10,'Redigér undersøgelse',1046843696,NULL); INSERT INTO international VALUES (19,'Survey',10,'Svar',1046843675,NULL); INSERT INTO international VALUES (18,'Survey',10,'Redigér svar',1046843661,NULL); INSERT INTO international VALUES (17,'Survey',10,'Redigér spørgsmål',1046843644,NULL); INSERT INTO international VALUES (16,'Survey',10,'Opstil svar tilfældigt?',1046843622,NULL); INSERT INTO international VALUES (15,'Survey',10,'Tillad kommentarer?',1046843602,NULL); INSERT INTO international VALUES (14,'Survey',10,'Spørgsmål',1046843579,NULL); INSERT INTO international VALUES (13,'Survey',10,'Hvem kan se rapporter?',1046843564,NULL); INSERT INTO international VALUES (12,'Survey',10,'Hvem kan deltage i undersøgelse?',1046843543,NULL); INSERT INTO international VALUES (11,'Survey',10,'Metode',1046843520,NULL); INSERT INTO international VALUES (10,'Survey',10,'Quiz',1046842099,NULL); INSERT INTO international VALUES (74,'SiteMap',10,'Denne side',1046842045,NULL); INSERT INTO international VALUES (72,'SiteMap',10,'Sitemap skabelon',1046842024,NULL); INSERT INTO international VALUES (72,'Poll',10,'Opstil svar tilfældigt?',1046841961,NULL); INSERT INTO international VALUES (73,'MessageBoard',10,'Opslagstavle skabelon',1046841929,NULL); INSERT INTO international VALUES (73,'DataForm',10,'Send',1046841870,NULL); INSERT INTO international VALUES (75,'LinkList',10,'Link liste skabelon',1046841839,NULL); INSERT INTO international VALUES (72,'LinkList',10,'Link, tilføj/redigér',1046841812,NULL); INSERT INTO international VALUES (73,'Item',10,'Item skabelon',1046841772,NULL); INSERT INTO international VALUES (75,'FileManager',10,'Fil håndterer skabelon',1046841724,NULL); INSERT INTO international VALUES (74,'FileManager',10,'Tilføj en ny fil.',1046841693,NULL); INSERT INTO international VALUES (76,'FAQ',10,'FAQ skabelon',1046841662,NULL); INSERT INTO international VALUES (75,'FAQ',10,'Tilføj et spørgsmål.',1046841647,NULL); INSERT INTO international VALUES (9,'Auth/SMB',10,'NT kodeord',1046841584,NULL); INSERT INTO international VALUES (8,'Auth/SMB',10,'NT login',1046841571,NULL); INSERT INTO international VALUES (7,'Auth/SMB',10,'NT domain',1046841557,NULL); INSERT INTO international VALUES (6,'Auth/SMB',10,'BDC',1046841544,NULL); INSERT INTO international VALUES (5,'Auth/SMB',10,'PDC',1046841533,NULL); INSERT INTO international VALUES (4,'Auth/SMB',10,'SMB logon fejl (3)\r\nDet angivne logindnavn/adgangskode passer ikke.\r\nPrøv venligst igen.',1046841520,NULL); INSERT INTO international VALUES (3,'Auth/SMB',10,'SMB protokol fejl (2)\r\nKontakt venligst din systemadministrator.',1046841468,NULL); INSERT INTO international VALUES (2,'Auth/SMB',10,'SMB Server fejl (1)\r\nDer skete en fejl ved tilgang til domain controller. Måske en time out.\r\nPrøv venligst igen, eller kontakt din systemadministrator.',1046841438,NULL); INSERT INTO international VALUES (72,'Article',10,'Artikkel skabelon',1046841335,NULL); INSERT INTO international VALUES (96,'EventsCalendar',10,'Begivenheds skabelon',1046841263,NULL); INSERT INTO international VALUES (94,'EventsCalendar',10,'Begivenhedskalender skabelon',1046841235,NULL); INSERT INTO international VALUES (92,'EventsCalendar',10,'Forrige begivenhed',1046841208,NULL); INSERT INTO international VALUES (91,'EventsCalendar',10,'Tilføj en ny begivenhed.',1046841189,NULL); INSERT INTO international VALUES (90,'EventsCalendar',10,'Default måned',1046841169,NULL); INSERT INTO international VALUES (89,'EventsCalendar',10,'Vis 3 måneder fra start.',1046841093,NULL); INSERT INTO international VALUES (88,'EventsCalendar',10,'Vis 6 måneder fra start.',1046841068,NULL); INSERT INTO international VALUES (87,'EventsCalendar',10,'Vis 9 måneder fra start.',1046841044,NULL); INSERT INTO international VALUES (86,'EventsCalendar',10,'Vis 12 måneder fra start.',1046841029,NULL); INSERT INTO international VALUES (85,'EventsCalendar',10,'Sidste i kalenderen.',1046841010,NULL); INSERT INTO international VALUES (84,'EventsCalendar',10,'Slut måned',1046840986,NULL); INSERT INTO international VALUES (83,'EventsCalendar',10,'Første i kalender.',1046840698,NULL); INSERT INTO international VALUES (82,'EventsCalendar',10,'Nuværende',1046840681,NULL); INSERT INTO international VALUES (81,'EventsCalendar',10,'Start måned',1046840667,NULL); INSERT INTO international VALUES (93,'EventsCalendar',10,'Næste begivenhed',1046840633,NULL); INSERT INTO international VALUES (1,'Auth/WebGUI',10,'WebGUI autorisations indstillinger',1046840610,NULL); INSERT INTO international VALUES (80,'EventsCalendar',10,'Begivenheds skabelon',1046840586,NULL); INSERT INTO international VALUES (741,'WebGUI',10,'Redigér denne template',1046840370,NULL); INSERT INTO international VALUES (739,'WebGUI',10,'Brugerinterface niveau',1046840352,NULL); INSERT INTO international VALUES (738,'WebGUI',10,'9 Guru',1046840329,NULL); INSERT INTO international VALUES (737,'WebGUI',10,'8 Mester',1046840316,NULL); INSERT INTO international VALUES (736,'WebGUI',10,'7 Ekspert',1046840304,NULL); INSERT INTO international VALUES (735,'WebGUI',10,'6 Professionel',1046840290,NULL); INSERT INTO international VALUES (734,'WebGUI',10,'5 Tilvendt',1046840270,NULL); INSERT INTO international VALUES (733,'WebGUI',10,'4 Uddannet',1046840247,NULL); INSERT INTO international VALUES (732,'WebGUI',10,'3 Lærling',1046840205,NULL); INSERT INTO international VALUES (731,'WebGUI',10,'2 Øvet',1046840182,NULL); INSERT INTO international VALUES (729,'WebGUI',10,'0 Begynder',1046840164,NULL); INSERT INTO international VALUES (730,'WebGUI',10,'1 Novise',1046840148,NULL); INSERT INTO international VALUES (752,'WebGUI',10,'Vis denne brugers profil',1046840131,NULL); INSERT INTO international VALUES (1,'Survey',10,'Undersøgelse',1046840062,NULL); INSERT INTO international VALUES (1,'Auth/SMB',10,'SMB autorisations indstilinger',1046840017,NULL); INSERT INTO international VALUES (1,'Auth/LDAP',10,'LDAP autorisations indstillinger',1046839998,NULL); INSERT INTO international VALUES (4,'Survey',8,'Il Wobject Survey (Ricerca di Mercato) ti permette di acquisire informazioni\r\ndagli utenti del sito.\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.

    \r\n',1046690868,NULL); INSERT INTO international VALUES (828,'WebGUI',8,'Molti wobjects hanno dei templates che ti permettono di cambiare il layout\r\ndell\'interfaccia utente del wobject. I wobject che devono avere i template\r\npossiedono tutti un set di variabili di template comuni, che puoi usare per il\r\nlayout allo stesso modo delle rispettive variabili personalizzabili. Questa è\r\nuna lista delle variabili di template condivise da tutti i wobject. \r\n

    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',1054314520,NULL); INSERT INTO international VALUES (825,'WebGUI',8,'Template, Linguaggio',1046634290,NULL); INSERT INTO international VALUES (816,'WebGUI',8,'Stato',1046634267,NULL); INSERT INTO international VALUES (764,'WebGUI',8,'Modifica questo elemento dell\'archivio collaterale.',1046634233,NULL); INSERT INTO international VALUES (761,'WebGUI',8,'Aggiungi una immagine.',1046634217,NULL); INSERT INTO international VALUES (72,'Survey',8,'Sei sicuro di voler cancellare i responsi di questo utente?',1046633668,NULL); INSERT INTO international VALUES (7,'Survey',8,'Secondo i responsi',1046633651,NULL); INSERT INTO international VALUES (38,'Survey',8,'Assolutamente non d\'accordo',1046633615,NULL); INSERT INTO international VALUES (57,'Product',8,'Sei sicuro di voler cancellare questo template e associare a tutti i prodotti che lo utilizzavano il template di default?',1046633526,NULL); INSERT INTO international VALUES (50,'Product',8,'I benefici sono il vantaggio che offrono le caratteristiche del prodotto. Sono la ragione per cui il tuo prodotto è buono. Se aggiungi dei benefici, dovresti inserire anche qualche caratteristica.\r\n\r\n\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 \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n\r\n \r\n \r\n \r\n \r\n
    %%%
    %yAnno a 4 cifre
    %YAnno a 2 cifre
    %mMese a 2 cifre
    %MMese a cifra variabile
    %cNome del mese
    %dGiorno del mese a 2 cifre
    %DGiorno del mese a cifra variabile
    %wNome del giorno della settimana
    %hora a 2 cifre base 12 ore
    %Hora a cifra variabile base 12 ore
    %jora a 2 cifre base 24 ore
    %Jora a cifra variabile base 24 ore
    %pam/pm in minuscolo
    %PAM/PM in maiuscolo
    %zformato data preferito dell\'utente
    %zformato 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

     \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\n

    URLEncode();
    \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',1054486344,NULL); INSERT INTO international VALUES (677,'WebGUI',8,'Wobject, Aggiungi/Modifica',1048067547,NULL); INSERT INTO international VALUES (671,'WebGUI',8,'Wobject, Usare',1048067532,NULL); INSERT INTO international VALUES (664,'WebGUI',8,'Wobject, Cancella',1046633241,NULL); INSERT INTO international VALUES (616,'WebGUI',8,'Percorso degli Extra del C.M.S.
    \r\nIl percorso web della directory contenente le immagini e i files di javascript.\r\n

    \r\nMassima Dimensione Allegato
    \r\nLa dimensione massima consentita dei file uploadati sul sito. Questo si applica a tutti i wobject che consentono l\'upload di file e immagini (come gli articoli e i contributi degli utenti). Questa dimensione é espressa in kilobytes.\r\n

    \r\n\r\nDimensione Thumbnail
    \r\nLa dimensione del lato più lungo del thumbnails. Il thumbnail generato mantiene le proporzioni dell\'immagine originale. Questo significa che se la tua immagine è di 400x200 px, se il valore del thumbnail eìè settato a 100, il thmbnail sarà di 100x50 px.

    Nota: i thumbnail sono automaticamente generati quando carichi l\'immagine.\r\n

    \r\n\r\nPercorso degli allegati web
    \r\nLIl percorso web della directory dove gli allegati devono essere salvati.\r\n

    \r\nPercorso degli Allegati sul Server
    \r\nIl percorso locale della directory dove gli allegati devono essere salvati. (Per esempio /www/miosito/uploads) Assicurati che il web server abbia i diritti di scrittura su questa directory.\r\n',1046633193,NULL); INSERT INTO international VALUES (615,'WebGUI',8,'I gruppi sono usati per suddividere privilegi e responsabilità nel sistema. Per esempio se sei un insegnante, puoi costruire un sito per i tuoi alunni. In questo caso puoi creare un gruppo diverso per ogni classe nella quale insegni. Quindi applicherai questi gruppi alle pagine pensate per ogni classe.\r\n

    \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\n

    Nascondi dalla navigazione
    \r\nSeleziona Si per nascondere dal menù di navigazione.

    NOTA:
    \r\nla pagina sarà non sarà nascosta nella mappa del sito e nell\'albero di\r\nnavigazione, solo nel menù.

    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?

    \r\n\r\nLarghezza del grafico
    \r\nLa larghezza del grafico dei risultati del sondaggio. La larghezza é misurata in pixel.\r\n

    \r\nDomanda
    \r\nQual\'é la domanda che vorresti fare agli utenti?\r\n

    \r\nRisposte
    \r\nInserisci le possibili risposte alla tua domanda. Inserisci una sola risposta per linea. I sondaggi sono capaci di gestire fino a 20 risposte possibili.\r\n

    \r\n

    Randomizza le risposte
    \r\nPer essere certi che l\'ordine delle risposte non influenzi gli utenti è spesso utile prensentarle in ordine casuale ogni volta che vengono mostrate. Seleziona SI per abilitare l\'opzione

    \r\n\r\n\r\nAzzera i voti.
    \r\nAzzera i voti per questo sondaggio.\r\n

    \r\n\r\n\r\n',1054311284,NULL); INSERT INTO international VALUES (9,'WobjectProxy',8,'Sostituisci descrizione?',1054238594,NULL); INSERT INTO international VALUES (8,'WobjectProxy',8,'Sostituisci il settaggio \"visualizza titolo\"?',1054238386,NULL); INSERT INTO international VALUES (7,'WobjectProxy',8,'Sostituisci il titolo?',1054238043,NULL); INSERT INTO international VALUES (71,'LinkList',8,'Le liste di link sono semplicemente quello che pensi, una lista di link. Molti siti hanno una sezione di link, e questo wobject automatizza il processo.\r\n

    \r\nTemplate
    \r\nScegli un template per questo Wobject\r\n

    \r\n\r\nProssima Azione?
    \r\nLascia selezionato a default se vuoi aggiungere link alla lista direttamente dopo averla creata.\r\n

    \r\n',1046632754,NULL); INSERT INTO international VALUES (71,'FAQ',8,'Sembra che quasi ogni sito web , intranet e extranet nel mondo abbia una sezione FAQ (Frequently Asked Question). Questo wobject ti aiuta a costruirne una.\r\n

    \r\n\r\nTemplate
    \r\nSeleziona un layout per questa FAQ.\r\n

    \r\nContinua aggiungendo una domanda?
    \r\nSeleziona \"aggiungi una domanda\" se vuoi aggiungere domande alla FAQ dopo questa.\r\n

    \r\n
    \r\nNota: IL seguente stile é specifico del wobject FAQ.\r\n

    \r\n.faqQuestion
    \r\nUna domanda della F.A.Q. Per distinguerla dalla risposta.\r\n\r\n',1046632667,NULL); INSERT INTO international VALUES (71,'EventsCalendar',8,'I calendari di eventi sono usati in molte intranet per tenere traccia di date interne che coinvolgono l\'intera organizzazione. I calendari di eventi sono anche, su siti per la clientela, un buon modo per informare i clienti su quali eventi si stanno realizzando o su che promozioni sono attualmente in corso.\r\n

    \r\nTemplate principale
    \r\nSeleziona un template questo calendario eventi?\r\n

    \r\nTemplate evento
    \r\nSeleziona un template per il singolo evento dentro al calendario\r\n

    Mese di inzio
    \r\nScegli il mese di inizio per il calendario. Se selezioni "Corrente" il\r\ncalendario partirà sempre dal mese corrente, percui ogni mese cambierà. Se\r\nselezioni "Primo nel Calendario" partirà con la prima data\r\ndisponibile nel calendario.
    \r\n
    \r\nMese di fine
    \r\nScegli il mese di fine per il calendario. Se selezioni "Mostra X mesi\r\ndall\'inizio", solo X mesi di informazioni saranno mostrate. Se selezioni\r\n"corrente" il calendario finirà nel mese in cui sei. Se selezioni\r\n"ultimo nel calendario" allora terminerà alla data dell\'ultimo\r\ninserimento nel calendario.
    \r\n
    \r\nDefault Month
    \r\nSeleziona con quale mese il calendario dovrà partire quando un visitatore entra\r\nnella pagina che lo contiene.

    \r\nCambio pagina dopo
    \r\nQuando si usa il layout a lista, quanti eventi vuoi che vengano visualizzati per ogni pagina?\r\n

    \r\nContinua aggiungendo un evento?
    \r\nLascia questo box selezionato se vuoi aggiungere eventi al calendario direttamente dopo averlo\r\ncreato.\r\n

    \r\n

    \r\nNota: Gli eventi che sono già accaduti non sono visualizzati nel calendario eventi.\r\n

    \r\n',1046632373,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.

    \r\n

    attachment.box
    \r\nVisualizza un box per allegato standard di WebGUI che include icona, nome file e\r\nindicatore allegato.\r\n

    attachment.icon
    \r\nLa URL all\'icona per questo tipo di allegato.\r\n

    attachment.name
    \r\nIl nome del file per questo allegato.\r\n

    attachment.url
    \r\nLa URL per scaricare questo allegato.\r\n

    image.thumbnail
    \r\nLa URL al thumbnail per l\'immagine allegata.\r\n

    image.url
    \r\nLa URL per l\'immagine allegata.\r\n

    post.label
    \r\nL\'etichetta tradotta per aggiungere un commento a questo articolo.\r\n

    post.URL
    \r\nLa URL per aggiungere un commento a questo articolo.\r\n

    replies.count
    \r\nil numero di commenti allegati a questo articolo.\r\n

    replies.label
    \r\nL\'etichetta tradotta che indica che tu puoi vedere le risposte.\r\n

    replies.url
    \r\nLa URL per visualizzare le risposte a questo articolo.

    \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 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.

    \r\n',1054313755,NULL); INSERT INTO international VALUES (71,'ExtraColumn',8,'Le colonne extra ti consentono di cambiare il layout della pagina per una pagina solamente. Se vuoi avere colonne multiple su tutte le pagine forse é meglio alterare lo stile applcato alle pagine. \r\n

    \r\nLe colonne sono sempre aggiunte da sinistra a destra. Quindi ogni contenuto esistente sarà piazzato alla sinistra della nuova colonna.\r\n

    \r\nPosizione
    \r\nle colonne extra saranno sempre inserite da sinistra a destra.\r\n

    \r\nSpaziatore
    \r\nLo spaziatore é la quantità di spazio tra il contenuto esistente e la tua nuova colonna. E\' misurato in pixel.\r\n

    \r\nLarghezza
    \r\nLa larghezza della nuova colonna da aggiungere. La larghezza é misurata in pixel.\r\n

    \r\nStyleSheet Class
    \r\nPer default é applicato lo stile content (che é lo stile usato dal corpo di tutto il sito). Comunque, se hai creato uno stile specifico per le colonne, puoi modificare questa classe.\r\n',1046629104,NULL); INSERT INTO international VALUES (71,'Article',8,'Gli Articoli sono il coltellino svizzero del C.M.S. . La maggior parte dei contenuti statici possono essere aggiunte mediante il wobject articolo.\r\n

    \r\nNOTA: Puoi creare un articolo suddiviso su più pagine mettendo la macro (^-;)separator in vari punti dell\'articolo. \r\n

    \r\nTemplate
    \r\nSeleziona un  template per il layout del tuo articolo.\r\n

    \r\nImmagine
    \r\nScegli una immagine (.jpg, .gif, .png) dal tuo disco fisso. Questo file sarà uploadato sul server e visualizzato in alto nel tuo articolo nella posizione che scegli nella box di allineamento (sinistra-centro-destra).\r\n

    \r\nTitolo del link
    \r\nSe vuoi aggiungere un link al tuo articolo, metti qui il titolo del link. \r\n

    \r\nEsempio: Google\r\n

    \r\nURL del Link
    \r\nSe ha aggiunto un titolo di link, adesso aggiungi la URL (uniform resource locator) in questo campo. \r\n

    \r\nEsempio: http://www.google.com\r\n

    \r\nAllegato
    \r\nSe vuoi allegare un file word, zip o qualsiasi altro file scaricabile dagli utenti, sceglilo dal tuo disco fisso.\r\n

    \r\nConverti gli \'a capo\'?
    \r\nSe pubblichi in HTML, generalmente non c\'é bisogno di selezionare questa opzione, ma se non stai usando HTML e vuoi un a capo ogni volta che schiacci il tasto \"Invio\" , allora seleziona questa opzione.\r\n

    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\n

    Aggiungi 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 I controlli di gestione di WebGUI  per questa specifica.\r\n

    specification.specification
    \r\n Il testo stesso della specifica.\r\n

    specification.units
    \r\n L\'unità di misura per questa specifica. ex: metri\r\n

    specification.label
    \r\n L\'etichetta per questa specifica. ex: altezza\r\n

     

    \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 La URL all\'accessorio linkato.\r\n

    accessory.title
    \r\n Il titolo dell\'accessorio linkato.\r\n

    accessory.controls
    \r\n I controlli di gestione di WebGUI  per questo accessorio.\r\n

     

    \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.

    \r\n\r\n',1046628858,NULL); INSERT INTO international VALUES (607,'WebGUI',8,'Registrazione Anonima
    \r\nVuoi abilitare i visitatori a registrarsi da soli al sito?\r\n

    Esegui su Registrazione
    \r\nSe qui inserisci una linea di comando, sarà eseguita ogni volta che un utente\r\nsi registra.

    \r\n

    Abilita Karma?
    \r\nVuoi abilitare la funzione Karma?

    \r\n

    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\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\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

    WebGUI Authentication Options

    \r\nInvia un messaggio di benvenuto?
    \r\nDesideri che WebGUI automaticamente invii un messaggio di benvenuto all\'utente\r\nquando si registra?\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\r\n

    LDAP Authentication Options

    \r\n

    \r\nLDAP URL (default)
    \r\nLa URL di default del server LDAP. La URL LDAP é nella forma ldap://[server]:[port]/[base DN]. Esempio:\r\nldap://ldap.mycompany.com:389/o=MyCompany.\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\n',1046627458,NULL); INSERT INTO international VALUES (620,'WebGUI',8,'Come il nome suggerisce, con questa funzione cancellerai un gruppo e rimuoverai tutti gli utenti da quel gruppo. Stai attento a non lasciare orfani degli utenti delle pagine alle quali avrebbero accesso cancellando un gruppo che é ancora in uso.\r\n

    \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.

    \r\n

    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.

    \r\n

     

    ',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.

    \r\n

    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\n Il radio button per questa risposta.\r\n

    answer.text
    \r\n Il testo della risposta.\r\n

    answer.number
    \r\n il numero di questa risposta.  1, 2, 3, etc.\r\n

    answer.graphWidth
    \r\n La larghezza che avrà il grafico per questa risposta. Basata su una\r\n percentuale della dimensione totale del grafico.\r\n

    answer.percent
    \r\n La percentuale di voti che questa risposta ha ottenuto.\r\n

    answer.total
    \r\n Il numero totale di voti che questa risposta ha ricevuto.\r\n

     

    \r\n
    \r\nform.submit
    \r\nIl bottone di invio per il form del sondaggio.\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\n',1054478853,NULL); INSERT INTO international VALUES (624,'WebGUI',8,'le macro di sono utilizzate per creare contenuti dinamici all\'interno di contenuti che altrimenti sarebbero statici. per esempio, potresti voler visualizzare quale utente é attualmente logato in ogni pagina, oppure avere un menu generato dinamicamente, o ancora un crumb trail. \r\n

    \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 

    \r\n

    Karma Per Post
    \r\nQuanto karma deve essere assegnato all\'utente quando posta  su questa\r\ndiscussione?

    \r\n

    \r\nChi può moderare?
    \r\nQuale gruppo può moderare su 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\n\r\n

    Aggiungi 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 La URL all\'ultima risposta a questo messaggio.\r\n

    last.subject
    \r\n L\'oggetto dell\'ultima risposta a questo messaggio.\r\n

    last.username
    \r\n Il Nome Utente di chi  ha postato l\'ultima risposta a questo messaggio.\r\n

    last.userProfile
    \r\n La URL  al profilo dell\'utente che ha postato l\'ultima risposta a questo\r\n messaggio.\r\n

    last.date
    \r\n La data in cui l\'ultima risposta a questo messaggio è stata inviata.\r\n

    message.subject
    \r\n L\'oggetto di questo messaggio.\r\n

    message.date
    \r\n La data in cui questo messaggio è stato postato.\r\n

    message.user
    \r\n L\'utente che ha postato questo messaggio.\r\n

    message.views
    \r\n Le visualizzazioni che questo messaggio ha ricevuto.\r\n

    message.replies
    \r\n Il numero di risposte a questo thread.\r\n

    message.url
    \r\n La URL per visualizzare questo messaggio.\r\n

    message.currentUser
    \r\n Una condizione che indica se l\'utente attuale è lo stesso che ha postato\r\n questo messaggio.\r\n

    message.status
    \r\n Lo stato di questo messaggio (pendente, approvato, rifiutato).\r\n

     

    \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',1046621598,NULL); INSERT INTO international VALUES (75,'USS',8,'Questo è l\'elenco delle variabili di template disponibili per i template del\r\nSistema di contributi degli Utenti.\r\n

    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.

    \r\n

    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 Un identificatore unico per questo contributo.\r\n

    submission.url
    \r\n La URL per visualizzare questo contributo.\r\n

    submission.content
    \r\n Il testo abbreviato del contenuto di questo contributo.\r\n

    submission.responses
    \r\n Il numero di risposte a questo contributo.\r\n

    submission.title
    \r\n Il titolo per questo contributo.\r\n

    submission.userId
    \r\n La User Id dell\'utente che ha inviato questo contributo.\r\n

    submission.username
    \r\n Il nome utente della persona che ha inviato questo contributo\r\n

    submission.status
    \r\n Lo stato di questo contributo (approvato, pendente, rifiutato).\r\n

    submission.thumbnail
    \r\n Il thumbnail dell\'imagine caricata con questo contributo (se esiste).\r\n

    submission.date
    \r\n La data in cui è stato inviato il contributo.\r\n

    submission.currentUser
    \r\n Una condizione che indica se l\'utente attuale è lo stesso che ha inviato\r\n questo contributo.\r\n

    submission.userProfile
    \r\n La URL al profilo dell\'utente che ha inviato questo contributo.\r\n

    submission.secondColumn
    \r\n Una condizione che indica se questo contributo appartiene o no alla seconda\r\n colonna in un layout multi-colonna.\r\n

    submission.thirdColumn
    \r\n Una condizione che indica  contributo appartiene o no alla terza colonna\r\n in un layout multi-colonna.\r\n

    submission.fourthColumn
    \r\n Una condizione che indica  contributo appartiene o no alla quarta colonna\r\n in un layout multi-colonna.\r\n

    submission.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
    \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',1046620693,NULL); INSERT INTO international VALUES (637,'WebGUI',8,'Nome
    \r\nIl nome dell\'utente.\r\n

    \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\n

    Wobject 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.

    \r\n

    Titolo
    \r\nQual\'é il titolo di questo articolo? Anche se non vuoi che il titolo appaia, é\r\nuna buona idea dare un titolo ai tuoi contenuti, così quando questi saranno\r\ncopiati negli appunti avranno un nome.\r\n

    \r\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

    \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\n
    Seleziona 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.

    \r\n

    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\nPrezzo
    \r\nIl prezzo di questo prodotto. Se preferisci puoi lasciarlo vuoto oppure inserire un messaggio tipo: contattaci per informazioni.

    \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.

    \r\n',1046548367,NULL); INSERT INTO international VALUES (71,'MessageBoard',8,'I Forum di discussione sono un modo efficace di aggiungere un senso di comunità ad ogni sito internet. Molte aziende usano i Forum internamente per collaborare sui progetti.\r\n

    \r\nMessaggi per pagina
    \r\nQuando un visitatore arriva per la prima volta su un Forum, gli sarà presentata una lista di tutti i soggetti (a.k.a. threads) del Forum. Se un Forum diventa popolare, il numero dei threads aumenterà rapidamente. L\'attributo messaggi per pagina ti consente di specificare il numero di soggetti per ogni pagina.\r\n

    Main Template
    \r\nSeleziona un layout visualizzazione principale di questo forum.

    \r\n

    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 

    \r\n

    Karma Per Post
    \r\nQuanto karma deve essere assegnato all\'utente quando posta  su questa\r\ndiscussione?

    \r\n

    \r\nChi può moderare?
    \r\nQuale gruppo può moderare su questo Forum?

    \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\n

    Aggiungi 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.

    \r\n\r\nNome Campo
    \r\n
    \r\nIl nome di questo campo. Deve essere unico nell\'ambito di tutti gli altri campi del form (in pratica ogni campo deve avere un nome univoco).

    \r\n\r\nSottotitolo / Subtext
    \r\n
    \r\nE\' una descrizione di che cosa dovrebbe essere inserito nel campo.

    \r\n\r\n

    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.

    \r\n

    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.

    \r\n\r\nAltezza
    \r\n
    \r\nInserisci il numero di caratteri per determinare l\'altezza. Solo per textarea e htmlarea

    \r\n\r\nValori Possibili
    \r\n
    \r\nQuesto campo serve solo per il Menù a tendina e i checkbox. Inserisci i valori che vuoi che vengano mostrati nel Menù a tendina, uno per linea.

    \r\n\r\n

    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.

    \r\n',1054393304,NULL); INSERT INTO international VALUES (87,'DataForm',8,'Template Lista Dati',1054393284,NULL); INSERT INTO international VALUES (89,'DataForm',8,'Queste sono le variabili disponibili per il template List del Modulo Dati:\r\n

    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\nUn loop contenente i record inseriti in questo modulo dati.\r\n

     \r\n

    \r\n record.entryId
    \r\n Un identificatore univoco per questo inserimento.\r\n

    record.ipAddress
    \r\n L\' IP Address che ha inviato questo inserimento.\r\n

    record.edit.url
    \r\n La URL per modificare questo record.\r\n

    record.username
    \r\n La username della persona che ha inviato questo inserimento.\r\n

    record.userId
    \r\n La user id della persona che ha inviato questo inserimento.\r\n

    record.submissionDate.epoch
    \r\n La epoch datestamp per questo inserimento.\r\n

    record.submissionDate.human
    \r\n La "human readable date stamp", basata sulle preferenze dell\'utente,\r\n per questo inserimento.\r\n

    record.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 Il valore inviato dall\'utente per questo campo in questo inserimento.\r\n

    record.data.name
    \r\n Il "web safe name" di questo campo.\r\n

    record.data.label
    \r\n L\'etichetta "human readable" per questo campo.\r\n

    record.data.isMailField
    \r\n Una condizione che indica se questo campo esiste per il "sistema\r\n mail" del modulo dati.\r\n

    \r\n
    \r\n',1054387767,NULL); INSERT INTO international VALUES (73,'LinkList',8,'Titolo
    \r\nIl testo che apparirà nel link

    \r\nURL\r\n
    Il sito da linkare

    \r\nApri in nuova finestra?
    \r\nSeleziona \"si\" se vuoi che questo link si apra in una finestra nuova.\r\n

    Descrizione
    \r\nDescrivi il sito che stai linkando. Può essere omessa se vuoi.

    \r\nProssima Azione?
    \r\nLascia selezionato a default se vuoi aggiungere link alla lista.\r\n

    \r\n',1046547071,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.

    \r\n',1046542354,NULL); INSERT INTO international VALUES (832,'WebGUI',8,'L\'Archivio Collaterale ha diverse macro per i suoi specifici utilizzi.  \r\n

    ^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");.

    \r\n

    ^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");.

    \r\n

    ^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"\');

    \r\n

    ^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");.

    \r\n

    ^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.

    \r\n',1054485214,NULL); INSERT INTO international VALUES (842,'WebGUI',8,'Queste macro sono utilizzate nella gestione della navigazione del sito.\r\n

    ^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 é ·.

    \r\n

    ^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 é ·.

    \r\n

    ^/; - URL del sistema
    \r\nLa URL al gateway script (incluso il dominio per questo sito).

    ^\\; - URL della pagina
    \r\nLa URL della pagina corrente.

    \r\n',1054488121,NULL); INSERT INTO international VALUES (844,'WebGUI',8,'Queste macro sono utilizzate nella gestione degli utenti e dei login.\r\n

    ^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\n
    Il nome utente dell\'utente attualmente loggato.\r\n

    ^#; - ID Utente
    \r\nLo user id dell\'utente attualmente loggato.

    \r\n',1054490332,NULL); INSERT INTO international VALUES (846,'WebGUI',8,'Queste macro sono utilizzate nella gestione degli stili grafici in WebGUI.\r\n

    ^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.

    \r\n

    ^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.

    \r\n\r\n',1054488755,NULL); INSERT INTO international VALUES (748,'WebGUI',8,'Conteggio Utenti',1046525295,NULL); INSERT INTO international VALUES (863,'WebGUI',8,'Offset cancellazione',1046525223,NULL); INSERT INTO international VALUES (864,'WebGUI',8,'Offset della notifica di scadenza',1046525203,NULL); INSERT INTO international VALUES (826,'WebGUI',8,'WebGUI ha un potente linguaggio per i template che fornisce il massimo controllo sul layout dei contenuti. La seguente è una lista della sintassi di questo linguaggio.
    \r\n
    \r\nNOTA: le parole foo e bar sono usate in questi esempi come sostituti di nomi di variabili veri e propri che si vorranno veramente usare. Non fanno parte del linguaggio per i template.
    \r\n
    \r\nVariabili
    \r\nLe variabili sono il più basilare dei comandi per i template. Sono usate per posizionare pezzi di contenuto.
    \r\nSintassi: <tmpl_var foo> o <tmpl_var name=\"foo\">
    \r\nEsempio: <tmpl_var name>
    \r\n
    \r\nCondizioni
    \r\nPer i programmatori le condizioni non sono nulla di nuovo, ma per i designers spesso possono generare confusione, all\'inizio. Le condizioni sono in effetti domande con risposta vera o falsa, e se le si pensa in questo modo, non ci saranno problemi.
    \r\n
    \r\nSintassi: <tmpl_if foo> <tmpl_else> </tmpl_if>
    \r\nSintassi: <tmpl_unless foo> <tmpl_else> </tmpl_unless>
    \r\nEsempio: <tmpl_if isTrue> Era vero!<tmpl_else> Era falso! </tmpl_if>
    \r\n
    \r\nCicli
    \r\nI cicli operano su una lista di output di dati per ogni passo nel ciclo. I cicli sono leggermente più complicati da usare delle variabili, ma sono molto più potenti.
    \r\n
    \r\nSintassi: <tmpl_loop foo> </tmpl_loop>
    \r\nEsempio:
    \r\n<tmpl_loop users>
    \r\nNome: <tmpl_var first_name><br/>
    \r\n</tmpl_loop>
    \r\n
    \r\nCicli condizionali

    \r\nI cicli hanno speciali variabili condizionali che sono loro proprie. Sono
    \r\n__FIRST__, __ODD__, __INNER__, and __LAST__.
    \r\nEsempi:
    \r\n<TMPL_LOOP FOO>
    \r\n <TMPL_IF __FIRST__>
    \r\n Questo produce output solo per il primo passo.
    \r\n </TMPL_IF>
    \r\n
    \r\n <TMPL_IF __ODD__>
    \r\n Questo produce output per tutti gli altri passi, nei passi dispari.
    \r\n </TMPL_IF>
    \r\n
    \r\n <TMPL_UNLESS __ODD__>
    \r\n Questo produce output per tutti gli altri passi, nei passi pari.
    \r\n </TMPL_UNLESS>
    \r\n
    \r\n <TMPL_IF __INNER__>
    \r\n Questo produce output per tutti i passi che non sono nè il primo nè l\'ultimo.
    \r\n </TMPL_IF>
    \r\n
    \r\n <TMPL_IF __LAST__>
    \r\n Questo produce output solo per l\'ultimo passo.
    \r\n <TMPL_IF>
    \r\n</TMPL_LOOP>
    \r\n
    \r\nNOTA: Sia il linguaggio che le variabili per i template sono case-insensitive (non c\'è differenza tra lettere maiuscole e minuscole).
    \r\n

    \r\n',1046345268,NULL); INSERT INTO international VALUES (866,'WebGUI',8,'Messaggio di notifica scadenza',1046302185,NULL); INSERT INTO international VALUES (819,'WebGUI',8,'Auto Disattivato',1046301928,NULL); INSERT INTO international VALUES (73,'SiteMap',8,'La seguente è la lista delle variabili disponibili nel template per la Mappa\r\ndel Sito.\r\n

    page_loop
    \r\nQuesto ciclo contiene tutto delle pagine della mappa del sito.\r\n

    \r\n page.indent
    \r\n Lo spazio di rientro per questa pagina che indica la profondità della pagina\r\n nell\'albero di navigazione.\r\n

    page.url
    \r\n La URL alla pagina.\r\n

    page.id
    \r\n L\'identificatore unico che WebGUI usa internamente, per questa pagina.\r\n

    page.title
    \r\n Il titolo di questa pagina.\r\n

    page.menutitle
    \r\n Il titolo di questa pagina che appare nel menù.\r\n

    page.synopsis
    \r\n La descrizione del contenuto di questa pagina (se esiste).\r\n

    page.isRoot
    \r\n Una condizione che indica se questa pagina è o non è una root.\r\n\r\n

    page.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\n

    addlink.url
    \r\nLa URL per aggiungere un link  a questa Lista di Link.\r\n

    addlink.label
    \r\nL\'etichetta tradotta per la URL aggiungi link.\r\n

    canEdit
    \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 La URL per questo link.\r\n

    link.name
    \r\n Il testo da linkare.\r\n

    link.controls
    \r\n I controlli di gestione di WebGUI per questo link.\r\n

    link.newwindow
    \r\n Una condizione che indica se il link deve essere aperto in una nuova finestra.\r\n

    link.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\n

    attachment.name
    \r\nIl nome del file per il file allegato a questo item.\r\n

    attachment.url
    \r\nLa URL per il download del file allegato a questo item.\r\n

    attachment.icon
    \r\nLa URL alla icona per il file allegato a questo item.

    \r\n',1046300640,NULL); INSERT INTO international VALUES (76,'FileManager',8,'La seguente è la lista delle variabili disponibili nel template File Manager.\r\n

    titleColumn.url
    \r\nLa URL per ordinare per titolo.\r\n

    titleColumn.label
    \r\nL\'etichetta tradotta per il titolo.\r\n

    descriptionColumn.label
    \r\nL\'etichetta tradotta per la descrizione.\r\n

    descriptionColumn.url
    \r\nLa URL per ordinare per descrizione.\r\n

    dateColumn.label
    \r\nL\'etichetta tradotta per la data di upload.\r\n

    dateColumn.url
    \r\nLa URL per ordinare per data upload.\r\n

    search.form
    \r\nForm di ricerca di WebGUI.\r\n

    search.url
    \r\nLa URL per attivare o disattivare la ricerca.\r\n

    search.label
    \r\nL\'etichetta tradotta per il link al motore di ricerca.\r\n

    addfile.url
    \r\nLa URL per aggiungere un file al file manager.\r\n

    addfile.label
    \r\nL\'etichetta tradotta per il link aggiungi file.\r\n

    file_loop
    \r\nUn ciclo contenente le informazioni su ogni file caricato in questo file\r\nmanager.\r\n

    \r\n file.canView
    \r\n Una condizione per definire se l\'utente attuale ha i privilegi per vedere\r\n questo file.\r\n

    file.controls
    \r\n I controlli di gestione di  WebGUI per questo file.\r\n

    file.title
    \r\n Il titolo per questo file.\r\n

    file.version1.name
    \r\n Il nome del file per la prima versione di questo file.\r\n

    file.version1.url
    \r\n IL download URL per la prima versione di questo file.\r\n

    file.version1.icon
    \r\n La URL all\'icona per il tipo di file della prima versione di questo file.\r\n

    file.version1.size
    \r\n La dimensione di archiviazione per la prima versione di questo file.\r\n

    file.version1.type
    \r\n Il tipo (o estensione del file )  per la prima versione di questo file.\r\n

    file.version1.thumbnail
    \r\n La URL al thumbnail per la prima versione di questo file.\r\n

    file.version1.isImage
    \r\n Una condizione che indica se la prima versione di questo file è una immagine\r\n o no.\r\n

    file.version2.name
    \r\n Il nome del file per la seconda versione di questo file.\r\n

    file.version2.url
    \r\n IL download URL per la seconda versione di questo file.\r\n

    file.version2.icon
    \r\n La URL all\'icona per il tipo di file della  seconda versione di questo\r\n file.\r\n

    file.version2.size
    \r\n La dimensione di archiviazione per la seconda versione di questo file.\r\n

    file.version2.type
    \r\n Il tipo (o estensione del file ) per la seconda versione di questo file.\r\n

    file.version2.thumbnail
    \r\n La URL all\'icona per il tipo di file della seconda versione di questo file.\r\n

    file.version2.isImage
    \r\n Una condizione che indica se la seconda versione di questo file è una\r\n immagine o no.\r\n

    file.version3.name
    \r\n Il nome del file per la terza versione di questo file.\r\n

    file.version3.url
    \r\n IL download URL per la terza versione di questo file.\r\n

    file.version3.icon
    \r\n La URL all\'icona per il tipo di file della terza versione di questo file.\r\n

    file.version3.size
    \r\n La dimensione di archiviazione per la terza versione di questo file.\r\n

    file.version3.type
    \r\n Il tipo (o estensione del file ) della terza versione di questo file.\r\n

    file.version3.thumbnail
    \r\n La URL al thumbnail per la terza versione di questo file.\r\n

    file.version3.isImage
    \r\n Una condizione che indica se la terza versione di questo file è una immagine\r\n o no.\r\n

    file.description
    \r\n La descrizione di questo file.\r\n

    file.date
    \r\n La data in cui questo file è stato caricato.\r\n

    file.time
    \r\n Il tempo in cui questo file è stato caricato.\r\n

     

    \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\n

    noresults
    \r\nUna condizione che indica se ci sono file da visualizzare per questo utente.\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',1046300470,NULL); INSERT INTO international VALUES (97,'EventsCalendar',8,'La seguente è la lista delle variabili disponibili nel template eventi.\r\n

    title
    \r\nIl titolo di questo evento.\r\n

    start.label
    \r\nL\'etichetta tradotta per la data di inizio.\r\n

    start.date
    \r\nLa data di inizio dell\'evento.\r\n

    end.date
    \r\nLa data di fine dell\'evento..\r\n

    end.label
    \r\nL\'etichetta tradotta per la data di fine.\r\n

    canEdit
    \r\nUna condizione che indica se l\'attuale utente può modificare un evento.\r\n

    edit.url
    \r\nLa URL per modificare questo evento.\r\n

    edit.label
    \r\nL\'etichetta tradotta per l\'URL di modifica.\r\n

    delete.url
    \r\nLa URL per cancellare questo evento.\r\n

    delete.label
    \r\nL\'etichetta tradotta per cancellare la URL.\r\n

    previous.url
    \r\nLa URL per visualizzare l\'evento prima di questo.\r\n

    previous.label
    \r\nL\'etichetta tradotta per la URL precedente.\r\n

    next.label
    \r\nL\'etichetta tradotta per la prossima URL.\r\n

    next.url
    \r\nLa URL per visualizzare l\'evento dopo di questo.\r\n

    description
    \r\nLa descrizione di questo evento.

    \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\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
    1. Dal menu amministrativo scegli \"Visualizza Packages.\"\r\n
    2. Aggiungi una pagina e dagli un nome. Il nome della pagina sarà il nome del package.\r\n
    3. 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\nNote:
    \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\n

    Style 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\n

    Usa Cestino Condiviso?
    \r\nUtilizza un unico cestino condiviso da tutti gli utenti. Di default il cestino\r\nè separato per ogni utente.

    \r\n

    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\n

    Prevent Proxy Caching
    \r\nAlcune Aziende hanno proxy ser\r\nvers che causano problemi al C.M.S. . Se hai riscontrato dei problemi, e hai un proxy server, potresti impostare il parametro su . Ricorda che una\r\nvolta attivata questa opzione gli URL del C.M.S. non saranno più user friendly.\r\n

    Mostra 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\n

    Traccia le statistiche delle pagine?
    \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.

    ',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\nMolti piccoli siti non hanno una vera home page, preferiscono invece usare una pagina interna come \"Chi Siamo\" or \"Azienda\" come home page. Per questo motivo, puoi settare come pagina di default del tuo sito site qualsiasi pagina del sito stesso. Sarà la pagina che visualizzeranno i navigatori che digiteranno semplicemente l\' URL: http://www.tuosito.it, o se clicceranno sul link generato dalla ^H; macro.\r\n

    \r\n\r\nPagina Non Trovata
    \r\nSe la pagina richiesta non viene trovata sul sistema, il visitatore sarà reindirizzato alla home page o ad una pagina di errore dove verrà presentata anche la mappa del sito per aiutarlo a trovare cio che stava cercando. Deciderai tu cosa è meglio far visualizzare ai tuoi utenti.\r\n

    \r\n\r\nDocument Type Declaration
    \r\nAttualmente molti Browser differenti accedono alle tue pagine, compresi browsers automatizzati come gli spiders dei motori di ricerca. Molti di questi browsers vogliono sapere che tipo di contenuti il tuo sito distribuisce. Il doctype tag ti consente di specificarlo. Di default il C.M.S. genera contenuti compatibili cn HTML 4.0 .\r\n

    Favicon
    \r\n
    Una icona che appare su Internet Explorer nei \"Preferiti\". Per\r\nsapere di più sulla Favicon clicca\r\nqui.\r\n

    Site Icon
    \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\n\r\nAggiungi nota di modifica sui messaggi?
    \r\nDi solito se un utente modifica un messaggio sul forum, una nota viene aggiunta al messaggio per identificare chi ha fatto la modifica, e quando. In alcuni siti questa informazione potrebbe non essere necessaria, per questo puoi decidere di disattivare la funzione.\r\n

    \r\n\r\nFiltra i contributi in HTML
    \r\nSoprattutto in un sito pubblico dove chiunque può postare sul forum o nel sistema di contribuzione degli utenti, è una buona idea filtrare i messaggi dal codice potenzialmente non compatibile, che potrebbe impedire una visualizzazione corretta del sito ai tuoi visitatori; e in alcuni casi, creare problemi di sicurezza. Usa questo settaggio per definire il livello di filtraggio che desideri applicare.\r\n\r\n

    Massima Dimensione dell\'allegato
    \r\nLa dimensione (in kilobytes) massima consentita agli allegati per essere\r\ncaricati sul sistema.\r\n

    Massima 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\n

    Massima 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\n

    Dimensione Thumbnail
    \r\nQuando le immagini sono caricate, automaticamente il sistema genera un\r\nthumbnails della dimensione qui specificata. Thumbnail è misurato in pixels.\r\n

    Lunghezza della Preview del Frammento
    \r\nQuanti caratteri del frammento devono essere visualizzati nell\'index principale\r\ndell\'Archivio Collaterale.

    \r\n\r\nRighe 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 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

    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\n

    Organizza in Cartelle
    \r\nLe cartelle possono stare all\'interno di altre cartelle.\r\nIn quale cartella vuoi inserire questa cartella?\r\n

    Name
    \r\nDai un nome a questa cartella così puoi riconoscere cosa contiene.\r\n

    Descrizione
    \r\nDescrivi la cartella in modo da ricordare perché è stata creata e che cosa\r\ndovrebbe contenere.

    ',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

    Nome
    \r\nDai a questo frammento un nome univoco da utilizzare in seguito per poterlo\r\nrichiamare.\r\n

    Organizza in Cartelle
    \r\nIn quale Cartella dell\'archivio collaterale deve essere inserito questo\r\nFrammento?\r\n

    Frammento
    \r\nComincia a scrivere! O meglio ancora, copia il frammento da qualche altro\r\ndocumento elettronico e incollalo qui.

    ',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

    Nome
    \r\nDai a questo file un nome univoco da utilizzare in seguito per poterlo\r\nrichiamare.\r\n

    Organizza in Cartelle
    \r\nIn quale Cartella dell\'archivio collaterale deve essere inserito questo file?\r\n

    File
    \r\nSeleziona un file da caricare dal tuo hard disk.

    \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\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\n

    addquestion.url
    \r\nL\'URL per aggiungere una domanda alle FAQ\r\n

    addquestion.label
    \r\nL\'etichetta per il link per aggiungere la domanda.\r\n

    qa_loop
    \r\nIl ciclo contenente le variabili per ogni domanda nelle FAQ. \r\n

    \r\n qa.id
    \r\n L\'identificatore univoco per questa domanda.\r\n

    qa.answer
    \r\n La risposta per questa domanda.\r\n

    qa.question
    \r\n La domanda stessa.\r\n

    qa.controls
    \r\n I controlli di gestione di WebGUI per questa domanda.\r\n

     

    \r\n
    \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,'

    Le seguenti variabili dei template sono disponibili per personalizzare il\r\nCalendario Eventi.

    \r\n

    addevent.url
    \r\nL\'URL da inserire in un evento nel calendario.\r\n

    addevent.label
    \r\nL\'etichetta tradotta per il link aggiungi evento.\r\n

    calendar.big
    \r\nUn Calendario a piena pagina.\r\n

    calendar.small
    \r\nUn calendario piccolo che mostra solo le date.\r\n

    calendar.firstPage
    \r\n
    Un Link alla prima pagina dell\'impaginazione del calendario.\r\n

    calendar.lastPage
    \r\nUn Link all\'ultima pagina dell\'impaginazione del calendario.\r\n

    calendar.nextPage
    \r\nUn Link alla prossima pagina dell\'impaginazione del calendario.\r\n

    calendar.previousPage
    \r\nUn Link alla pagina precedente dell\'impaginazione del calendario.\r\n

    calendar.pageList
    \r\nUna lista di link a tutte le pagine dell\'impaginazione del calendario.\r\n

    calendar.multiplePages
    \r\nUna variabile che indica dove esiste più di una pagina nell\'impaginazione del\r\ncalendario.\r\n

    list_loop
    \r\nUn ciclo contenente la visualizzazione a lista di un Calendario Eventi.\r\n

    \r\n list.date
    \r\n La data di questo evento.\r\n

    list.title
    \r\n Il titolo di questo evento.\r\n

    list.description
    \r\n La descrizione di questo evento.\r\n

    list.sameAsPrevious
    \r\n Una variabile che indica se questo evento ha la stessa data dell\'ultimo\r\n evento.\r\n

    list.url
    \r\n L\'URL della pagina piena di questo evento.\r\n

    list.controls
    \r\n I controlli di WebGUI per la gestione di questo evento.\r\n

     

    \r\n
    \r\n

    list.firstPage
    \r\nUn Link alla prima pagina dell\'impaginazione.\r\n

    list.lastPage
    \r\nUn Link all\'ultima pagina dell\'impaginazione.\r\n

    list.nextPage
    \r\nUn Link alla prossima pagina dell\'impaginazione.\r\n

    list.previousPage
    \r\nUn Link alla precedente pagina dell\'impaginazione del calendario.\r\n

    list.pageList
    \r\nUna lista di link a tutte le pagine dell\'impaginazione.\r\n

    list.multiplePages
    \r\nUna variabile che indica dove esiste più di una pagina nell\'impaginazione.

    \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\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
    \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

    ',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\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\n

    attachment.box
    \r\nGet en standard WebGUI bilagetruta med ikon, filnamn och bilageindikator.\r\n\r\n

    attachment.icon
    \r\nURL:en till ikonbilden för denna bilagstyp.\r\n\r\n

    attachment.name
    \r\nFilnamnet för denna bilaga.\r\n\r\n

    attachment.url
    \r\nURL:en för att ladda ner denna bilaga.\r\n\r\n

    image.thumbnail
    \r\nURL:en till tumnagelsbilden för den bilagda bilden.\r\n\r\n

    image.url
    \r\nURL:en för den bilagda bilden.\r\n\r\n

    post.label
    \r\nEn översatt etikett för att addera en kommentar till denna artikel.\r\n\r\n

    post.URL
    \r\nURL:en för att addera en kommentar till denna artikel.\r\n\r\n

    replies.count
    \r\nAntal svar på denna artikel. \r\n\r\n

    replies.label
    \r\nEn översatt!\n etikett som indikerar att man kan titta på svar.\r\n\r\n

    replies.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\nUnik identifierare för detta inlägg. \r\n\r\n

    submission.url
    \r\nURL för att visa detta inlägg. \r\n\r\n

    submission.content
    \r\nFörkortat innehåll av detta inlägg.\r\n\r\n

    submission.responses
    \r\nAntal svar för detta inlägg. \r\n\r\n

    submission.title
    \r\nTiteln för detta inlägg. \r\n\r\n

    submission.userId
    \r\nUser-id för den användare som postade inlägget. \r\n\r\n

    submission.username
    \r\nAnvändarnamnet för den person som postade inl!\nägget. \r\n\r\n

    submission.status
    \r\nStatus för detta inlägg (approved, pending, denied). \r\n\r\n

    submission.thumbnail
    \r\nTumnagelbild som skickades med detta inlägg (om det finns någon). \r\n\r\n

    submission.date
    \r\nDatum när detta inlägg skickades. \r\n\r\n

    submission.currentUser
    \r\nTillstånd som indikerar som inloggad användare var den som skickade inlägget. \r\n\r\n

    submission.userProfile
    \r\nURL till profilen för den användare som skickade inlägget.\r\n\r\n

    submission.secondColumn
    \r\nVilkor som indikerar om detta inlägg hör till den andra kolumnen i en flerkolumns-layout.\r\n\r\n

    submission.thirdColumn
    \r\nVilkor som indikerar om detta inlägg hör till den tredje kolumnen i en flerkolumns-layout.\r\n\r\n\r\n

    submission.fourthColumn
    \r\nVilkor som indikerar om detta inlägg hör till den fjärde kolumnen i en flerkolumns-layout.\r\n\r\n

    submission.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\n

    firstPage
    \r\nLänk till första sidan i sidlistan.\r\n\r\n

    lastPage
    \r\nLänk till sisda sidan i sidlistan.\r\n\r\n

    nextPage
    \r\nLänk till nästa sida i listan.\r\n\r\n

    previousPage
    \r\nLänk till föregående sida i listan.\r\n\r\n

    pageList
    \r\nEn lista av länkar till alla sidor.\r\n\r\n

    multiplePages
    \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\n

    channel.title
    \r\nDer Titel dieses Contentbereichs

    \r\n

    channel.description
    \r\nEine Beschreibung dieses Channels

    \r\n

    channel.link
    \r\nEine URL, die auf die Original-Seite dieses Channels verlinkt.

    \r\n

    item_loop
    \r\nEine Schleife, welche die Daten dieses Channels enthält.

    \r\n

    title
    \r\nDer Titel des Channelbeitrags

    \r\n

    description
    \r\nDie Beschreibung dieses Beitrags

    \r\n

    link
    \r\nEine URL zum Beitrag

    ',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.

    Sollten \r\nSie mit der Benutzung von CSS nicht vertraut sein: Plain Black Software bietet \r\nSchulungsbereiche in XHTML und CSS an. Alternativ können Sie sich den exellenten \r\nCSS Editor von Bradsoft, Top Style \r\nanschauen.

    Nachfolgend eine Liste von Style Klassen, die das Aussehen von \r\nWebGUI bestimmen: WebGUI: \r\n

    A
    Die Links.

    BODY
    Das Standard-Setup aller Seiten innerhalb \r\neines Styles. \r\n

    H1
    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\n

    Body
    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\n

    Sollten 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\n

    Erfahrene 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\n

    Einige Eigenschaften finden Sie bei fast allen Wobjects. Diese wären:

    \r\n\r\n

    Wobject ID
    \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.

    \r\n\r\n

    Titel
    \r\nDer Titel des Wobjects. Typischerweise wird dieser im Kopfbereich eines jeden Wobjects angezeigt.

    \r\n\r\n

    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\n

    Titel anzeigen?
    \r\nMöchten Sie, dass der Titel angezeigt wird?

    \r\n\r\n

    Makros ausführen?
    \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.

    \r\n\r\n

    Position des Templates
    \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.

    \r\n\r\n

    Anfangsdatum
    \r\nAb welchem Datum soll das Wobject auf der Seite erscheinen? Vor diesem Zeitpunkt ist es dann nur für Content Manager sichtbar.

    \r\n\r\n

    Ende Datum
    \r\nBis zu welchem Datum soll das Wobject angezeigt werden? Nach diesem Zeitpunkt ist es dann nur für Content Manager sichtbar.

    \r\n\r\n

    Besitzer
    \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.

    \r\n\r\n

    Beachte: Der Besitzer kann nur von einem Administrator geändert werden.

    \r\n\r\n

    Wer kann anschauen?
    \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.

    \r\n\r\n

    Wer kann bearbeiten?
    \r\nWählen Sie die Gruppe aus, die dieses Wobject bearbeiten darf. Diese Gruppe hat dann auch die Berechtigung, das Wobject anzuschauen.

    \r\n\r\n

    Inhalt/Beschreibung
    \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.

    ',1067289682,NULL); INSERT INTO international VALUES (79,'MessageBoard',2,'

    Ein Diskussionsforum kann eins oder mehrere Foren enthalten. Nachfolgend \r\neine Liste der Eigenschaften jedes Forums \r\n

    \r\n

    Titel
    Der Name des ForumsThe title of the forum. \r\n

    \r\n

    Beschreibung
    Die Beschreibung zu diesem Forum.

    ',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.

    URL
    Die Start URL für den \r\nProxy (nicht zu verwechseln mit einem Proxyserver). \r\n

    Weiterleitungen(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\n

    Style \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?
    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?

    ',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

    Nachfolgend die verfügbaren Style-Sheet-Klassen: \r\n

    .tab
    Das Standard Aussehen eines jeden Tabulatoren. \r\n

    div.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\n

    Beispiele
    Hier finden Sie ein Beispiellayout, das für alle Standardbedingungen \r\noptimal ist: \r\n

    \r\n\r\n\r\n\r\n\r\n
    Weisse oder Styles mit hellen Farben
    .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
    Schwarze oder Styles mit dunklen Farben
    .tab {\r\n  border: 1px solid white;\r\n   background-color: #333333;\r\n}\r\n.tabBody {\r\n   border: 1px solid white;\r\n   border-top: 1px solid white;\r\n   border-left: 1px solid white;\r\n   background-color: #444444; \r\n}\r\ndiv.tabs {\r\n    line-height: 15px;\r\n    font-size: 14px;\r\n}\r\n.tabHover {\r\n   background-color: #555555;\r\n}\r\n.tabActive { \r\n   background-color: #444444; \r\n}\r\n
    \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

    NOTE: 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\n

    You 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\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n
    %%%
    %y4 digit year
    %Y2 digit year
    %m2 digit month
    %Mvariable digit month
    %cmonth name
    %d2 digit day of month
    %Dvariable digit day of month
    %wday of week name
    %h2 digit base 12 hour
    %Hvariable digit base 12 hour
    %j2 digit base 24 hour
    %Jvariable digit base 24 hour
    %plower case am/pm
    %Pupper case AM/PM
    %zuser preference date format
    %Zuser preference time format
    \r\n

    ^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\n

    The 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\n

    Examples:
    Display Happy New Year on 1st January: ^If(\'^D(\"%m%d\");\' \r\neq \'0101\' , Happy New Year); \r\n

    Display 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\n

    Display a message to Windows users:
    ^If(\'^Env(\"HTTP_USER_AGENT\");\' =~ \r\n/windows/i,\"Hey... Linux is free !\"); \r\n

    Display 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\n

    Display 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\n

    Example: ^Include(\"/this/file.html\"); \r\n

    ^International();
    Pull a translated message from the \r\ninternationalization system. \r\n

    Example: ^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.
    These macros are reserved for \r\nsystem/wobject-specific functions as in the SQL Report wobject and the Body in \r\nthe Style Manager.

    ',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

    ^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\n

    Example: ^I(\"logo\"); \r\n

    ^i();
    This macro retrieves the URL for any file in the collateral \r\nmanagement system. \r\n

    Example: ^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\n

    Example: ^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\n

    Example: ^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\n

    It 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\n

    Retrieving an image by collateralId (no scaling)
    ^SI(66); \r\n

    Scaling by width, maintaining aspect ratio
    ^SI(66,25); \r\n

    Scaling by height, maintaining aspect ratio
    ^SI(66,0,25); \r\n

    Playing with the aspect ratio
    ^SI(66,148,25); \r\n

    Using 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\n

    Example: ^Snippet(\"flash code\"); \r\n

    ^Thumbnail();
    This macro retrieves the URL for the thumbnail of any \r\nimage in the collateral management system. \r\n

    Example: ^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\n

    Example: ^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\n

    title
    The title for this wobject.

    \r\n

    displayTitle
    A conditional variable for whether or not \r\nthe title should be displayed.

    \r\n

    description
    The description of this wobject.

    \r\n

    wobjectId
    The unique identifier that WebGUI uses to \r\ncontrol this wobject.

    \r\n

    isShortcut
    A conditional indicating if this wobject is a shortcut \r\nto an original wobject. \r\n

    originalURL
    If this wobject is a shortcut, then this URL will \r\ndirect you to the original wobject.

    ',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
    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\n

    Not 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\n

    Document 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\n

    Favicon
    An icon that appears on Internet Explorer short cuts such \r\nas your \"Favorites\". To learn more about Favicon click here. \r\n

    Site 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\n

    Add 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\n

    Filter 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\n

    Maximum Attachment Size
    The size (in kilobytes) of the maximum \r\nallowable attachment to be uploaded to your system. \r\n

    Max 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\n

    Thumbnail 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\n

    Snippet Preview Length
    How many characters of a snippet should be \r\ndisplayed in the collateral management system main listing. \r\n

    Text 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\n

    Text 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\n

    Text Box Size
    Some sites wish to control the size of the forms that \r\nWebGUI generates. With this setting you can specify how characters can be \r\ndisplayed at once in text boxes on the site.

    Wobject \r\nPrivileges
    Choose \'Yes\' to enable privileges at the Wobject level.  \r\nBy default, Wobjects are set to inherit page level privileges

    ',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

    Almost 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\n

    Title 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\n

    Process 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\n

    Template 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\n

    Start Date
    On what date should this wobject become visible? Before \r\nthis date, the wobject will only be displayed to Content Managers. \r\n

    End Date
    On what date should this wobject become invisible? After \r\nthis date, the wobject will only be displayed to Content Managers. \r\n

    Owner
    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\n

    \r\n

    NOTE: 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\n

    Who can edit?
    Choose the group that can edit this \r\nwobject. The group assigned editing rights can also always view the wobject. \r\n

    \r\n

    Description
    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.

    ',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

    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\n

    Macros 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\n

    Hoved Template
    Choose a layout for this USS. \r\n
    Submission Template
    Choose a layout for the individual submissions.

    \r\n

    Filtrer Innhold
    Velg nivå av filtrering du vil utføre på \r\nalle bidrag

    \r\n

    Bidrags Template
    Velg en layout for de enkelte \r\nbidrag.

    \r\n

    Hvem kan godkjenne?
    What group is allowed to approve and \r\ndeny content?

    \r\n

    Hvem kan Bidra?
    What group is allowed to contribute \r\ncontent?

    \r\n

    Bidrag pr side
    How many submissions should be listed per \r\npage in the submissions index?

    \r\n

    Sorter Etter
    Feltet bidragslisten sorteres etter

    \r\n

    Sorteringsrekkefølge
    Skal det sorteres stigende eller \r\nsynkende

    \r\n

    Standard Status
    Should submissions be set to \r\nApproved, Pending, or Denied by default?

    \r\n

    Note: If you set the default status to Pending, then be \r\nprepared to monitor your message log for new submissions.

    \r\n

    Karma Pr Bidrag
    How much karma should be given to a user \r\nwhen they contribute to this user submission system?

    \r\n

    Vise Tittebilder?
    If there is an image present in the \r\nsubmission, the thumbnail will be displayed in the Layout (see above).

    \r\n

    Tillat Diskusjon?
    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.

    ',1068759568,NULL); INSERT INTO international VALUES (61,'USS',12,'Bruker Bidrag, Ny/Endre',1048548653,NULL); INSERT INTO international VALUES (71,'SyndicatedContent',12,'

    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\n

    URL to RSS \r\nfil
    Oppgi den eksakte URL (ta med http://) til RDF/RSS filen til det \r\nSyndicated innholdet. Data vil bli lastet ned hver time.

    \r\n

    Du kan finne Syndicated \r\ninnhold på følgende siter:

    \r\n

    http://www.newsisfree.com
    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/

    \r\n

    Template
    Velg en template \r\nfor dette innholdet.

    ',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

    page_loop
    This loop contains all of the pages in the site map. \r\n

    page.indent
    The indent spacer for this page indicating the \r\ndepth of the page in the tree. \r\n

    page.url
    The URL to the page. \r\n

    page.id
    The unique identifier for this page that WebGUI uses \r\ninternally. \r\n

    page.title
    The title of this page. \r\n

    page.menutitle
    The title of this page that appears in navigation. \r\n

    page.synopsis
    The description of the contents of this page (if \r\nany). \r\n

    page.isRoot
    A condition indicating whether or not this page is a \r\nroot. \r\n

    page.isTop
    A condition indicating whether or not this page is at \r\nthe top of the navigation tree.

    ',1048548476,NULL); INSERT INTO international VALUES (71,'MessageBoard',12,'

    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\n

    newpost.header
    The default label for the heading of this form. \r\n

    newpost.isNewThread
    A condition indicating whether this post is a \r\nnew thread. \r\n

    newpost.isReply
    A condition indicating whether this post is a \r\nreply. \r\n

    NOTE: 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\n

    user.isVisitor
    A condition indicating whether the current user is a \r\nvisitor. \r\n

    newpost.isNewMessage
    A conditional basically opposite of \r\nnewpost.isEdit. \r\n

    form.begin
    The form header. \r\n

    sticky.label
    The default label for sticky.form. \r\n

    sticky.form
    A form element for making the thread sticky. \r\n

    subscribe.label
    The default label for subscribe.form. \r\n

    subscribe.form
    A form element for subscribing to the thread. \r\n

    lock.label
    The default label for lock.form. \r\n

    lock.form
    A form element for locking the thread. \r\n

    contenttype.label
    The default label for contentype.form. \r\n

    contentType.form
    A form element for selecting what type of content \r\nis being posted. \r\n

    user.isModerator
    A condition indicating whether the current user is \r\na moderator. \r\n

    allowReplacements
    A condition indicating whether this forum \r\ntollerates replacements. \r\n

    message.label
    The default label for message.form. \r\n

    message.form
    The form element for the user to enter their message. \r\n

    visitorName.label
    The default label for visitorName.form. \r\n

    visitorName.form
    A form element that allows the user to enter a \r\ndisplay name if they are a visitor. \r\n

    form.submit
    The submit button for the form. \r\n

    subject.label
    The default label for subject.form. \r\n

    subject.form
    A form element that allows users to enter a subject \r\nfor their message. \r\n

    form.end
    The form footer.

    ',1068757477,NULL); INSERT INTO international VALUES (61,'MessageBoard',12,'Meldinger, Ny/Endre',1068683544,NULL); INSERT INTO international VALUES (71,'Article',12,'

    Artikler er som en \"Swiss Armey knife\" i WebGUI. De fleste ting med statisk \r\ninnhold kan legges ved hjelp av Artikkel

    \r\n

    VIKTIG: Du kan lage flersides artikkler ved å plassere \r\nseperator makroen (^-;) på valgfrie plasser i artikkelen.

    \r\n

    Template
    Velg en template for utseende av artikkelen. \r\n

    \r\n

    Bilde
    Velg et bilde (.jpg,.gif,.png) fil fra din \r\nharddisk. Denne vil lastes opp til serveren og vist i artikkelen.

    \r\n

    Vedlegg
    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.

    \r\n

    Link Tittel
    Om du ønsker en link til din artikkel, så \r\nskriv inn tittelen på linken til artikkelen i dette feltet. \r\n

    eksempel: Google

    \r\n

    Link URL
    Om du la inn en link tittel, så legg inn URL\'n \r\nher. eksempel:

    http://www.google.com

    \r\n

    Konverter \"Carriage returns\"
    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\n

    \r\n

    Tillat Diskusjon?
    Velges denne oppsjonen, vil du tillate \r\nrespons/diskusjon til artikkelen.

    ',1068758765,NULL); INSERT INTO international VALUES (1068,'WebGUI',12,'The following variables are available in the search template. \r\n

    callback.url
    The url that links back to the calling object such as \r\nan article or user submission. \r\n

    callback.label
    The default label for callback.url. \r\n

    form.begin
    The search form header. \r\n

    search.label
    The default label for the search page. \r\n

    all.label
    The default label for all.form. \r\n

    all.form
    The form element for searching based on all words. \r\n

    exactphrase.label
    The default label for exactphrase.form. \r\n

    exactphrase.form
    The form element for searching based on an exact \r\nphrase. \r\n

    without.label
    The default label for without.form. \r\n

    without.form
    The form element for searching based on words that \r\ncannot be found in the text. \r\n

    atleastone.label
    The default label for atleastone.form. \r\n

    atleastone.form
    The form element for searching where at least one \r\nof the words must exist in the text. \r\n

    results.label
    The default label for results.form. \r\n

    results.form
    The form element for selecting how many results per \r\npage should be returned. \r\n

    form.search
    The search button. \r\n

    form.end
    The form footer. \r\n

    thread.list.url
    A url that goes back to the thread list (aka \r\nforum). \r\n

    thread.list.label
    The default label for thread.list.url. \r\n

    post.subject.label
    The default label for the subject column. \r\n

    post.date.label
    The default label for the date column. \r\n

    post.user.label
    The default label for the author column. \r\n

    post_loop
    A loop containing all of the search results. \r\n

    \r\n

    post.subject
    The post subject. \r\n

    post.url
    The url to view the post. \r\n

    post.epoch
    The epoch date of the post. \r\n

    post.date
    The human readable date of the post. \r\n

    post.time
    The human readable time of the post. \r\n

    post.user.id
    The userId of the poster. \r\n

    post.user.name
    The username of the poster. \r\n

    post.user.profile
    The url of the poster\'s profile. \r\n

    \r\n

    firstpage
    A link to the first page in a multi-page listing. \r\n

    lastpage
    A link to the last page in a multi-page listing. \r\n

    nextpage
    A link to the next page in a multi-page listing. \r\n

    pagelist
    A series of links to every page in a multi-page listing. \r\n

    previouspage
    A link to the previous page in a multi-page listing. \r\n

    multiplepages
    A condition indicating whether there are multiple \r\npages or not. \r\n

    numberOfPages
    The number of pages in a multiple page listing. \r\n

    pageNumber
    The number of the current page in a multi-page listing. \r\n

    ',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,'\r\n\r\n\r\n\r\n
    WebGUI has a sub-system that can create tabs. You\'ll see \r\nthese in complex forms such as page editing. In order to make the tabs system \r\nlook good and match your site, you\'ll need to add a section to your style\'s \r\nstyle sheet specifically for the tabs. \r\n

    The following style sheet classes are available: \r\n

    .tab
    The default look of each tab. \r\n

    div.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\n

    Examples
    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\r\n
    White or Light Colored Styles
    .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
    Black 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\n

    ',1048547340,NULL); INSERT INTO international VALUES (11,'HttpProxy',12,'

    HTTP 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\n

    URL
    Start URL\'n for proxyen.

    \r\n

    Følge redirects?
    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?

    \r\n

    Tidsavbrudd
    Tiden i sekunder som WebGUI skal vente på en \r\nforbindelse før den gir opp forsøket på å nå den eksterne siden.

    \r\n

    Fjerne Style?
    Vil du fjerne style sheet fra den eksterne \r\nsiden til fordel for din egen style på din egen side?

    \r\n

    Filtrer innhold?
    Velg nivået av HTML filtrering som du \r\nønsker å bruke på proxy innholdet.

    \r\n

    Tillat proxying av andre domener?
    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?

    ',1066007833,NULL); INSERT INTO international VALUES (889,'WebGUI',12,'Style Sheets, Tabs',1048546242,NULL); INSERT INTO international VALUES (73,'SyndicatedContent',12,'
    The following are the template variables available to the \r\nSyndicated Content template. \r\n

    channel.title
    The title of this piece of syndicated content. \r\n

    channel.description
    A description of the content available through \r\nthis channel. \r\n

    channel.link
    A URL back to the originating site of this channel. \r\n

    item_loop
    A loop containing the data from this channel. \r\n

    title
    The title of a piece of content. \r\n

    description
    The description of the content. \r\n

    link A URL directly to the original content.

    ',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,'

    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?
    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.

    ',1046116480,NULL); INSERT INTO international VALUES (6,'WobjectProxy',12,'

    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\n

    VIKTIG: Wobject proxy er ikke tilgjengelig igjennom \"Legg \r\ntil innhold\" menyen, men istedet gjennom snarvei ikonet på hver wobject\'s \r\nverktøyknapp.

    \r\n

    Wobject to Proxy
    Gir en link til det \r\norginale wobjectet som blir speilet.

    \r\n

    Overstyr Tittel?
    Velg \"Ja\" om du ønsker å benytte \r\ntittelen til det kopien fremfor orginalen.

    \r\n

    Overstyr Beskrivelse?
    Velg \"Ja\" om du ønsker å \r\nbenytte beskrivelsen til kopien fremfor beskrivelsen til orginalen.

    \r\n

    Overstyr Visnings Tittel?
    Velg \"Ja\" om du ønsker å \r\nbenytte Visnings tittelen til det kopien fremfor orginalen.

    \r\n

    Overstyr Template?
    Velg \"Ja\" om du ønsker å \r\nbenytte templaten til kopien fremfor templaten til orginalen.

    ',1066006658,NULL); INSERT INTO international VALUES (838,'WebGUI',12,'

    Mapper brukes til å organisere collateral, på samme måte som du vil \r\norganisere mapper og filer på din egen harddisk.

    \r\n

    Organiser i Mappe
    Mapper kan være inne i andre Mapper. I \r\nhvilken Mappe vil du opprette denne Mappen?

    \r\n

    Navn
    Gi denne Mappen et navn som kan identifisere \r\ninnholdet.

    \r\n

    Beskrivelse
    Beskriv Mappen slik at du kan huske hvorfor \r\ndu laget den og hva den skal inneholde.

    ',1046116041,NULL); INSERT INTO international VALUES (836,'WebGUI',12,'

    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\n

    Navn
    Gi din Snippet et unikt navn som du sener kan bruke \r\nnår det skal brukes.

    \r\n

    Organiser i Mappe
    Hviken Collateral Mappe skal denne \r\nSnippet\'n lagres.

    \r\n

    Snippet
    Skriv inn! Eller klipp den fra et annet \r\nelektronisk dokument og lim det inn her.

    ',1046115999,NULL); INSERT INTO international VALUES (834,'WebGUI',12,'

    Du kan laste opp en hvilken som helst fil til felleslageret for senere \r\nbruk.

    \r\n

    Navn
    Gi filen et unikt navn som du kan bruke til å finne \r\nden igjen senere.

    \r\n

    Organiser i Mappe
    Hvilken Collateral Mappe skal filen \r\nlegges i?

    \r\n

    Fil
    Velg filen som skal lastes opp fra harddisken \r\ndin.

    ',1046115954,NULL); INSERT INTO international VALUES (830,'WebGUI',12,'

    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.
    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 ...>

    \r\n

    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\n

    NOTE: 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\n

    Syntax: <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\n

    Syntax: <tmpl_if foo> <tmpl_else> </tmpl_if> \r\n
    Syntax: <tmpl_unless foo> <tmpl_else> \r\n</tmpl_unless> \r\n

    Example: <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\n

    Syntax: <tmpl_loop foo> </tmpl_loop> \r\n

    Example:
    <tmpl_loop users>
      Name: <tmpl_var \r\nfirst_name><br/>
    </tmpl_loop> \r\n

    Loop Conditions
    Loops come with special condition variables of \r\ntheir own. They are __FIRST__, __ODD__, __INNER__, and __LAST__. \r\n

    Examples:

       <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

    NOTE: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\n

    You 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\n

    Namespace
    What type of template is this? \r\n

    Template
    Create your template by using template commands and \r\nvariables, macros, and HTML. \r\n

    NOTE: 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\n

    Middle Name
    The middle name of this user. \r\n

    Last Name
    The surname (or family name) of this user. \r\n

    Email Address
    The user\'s email address. This must only be specified \r\nif the user will partake in functions that require email. \r\n

    ICQ UIN
    The ICQ UIN is the \"User ID Number\" on the ICQ network. ICQ \r\nis a very popular instant messaging platform. \r\n

    AIM Id
    The account id for the AOL Instant Messenger system. \r\n

    MSN Messenger Id
    The account id for the Microsoft Network Instant \r\nMessenger
    system. \r\n

    Yahoo! Messenger Id
    The account id for the
    Yahoo! Instant Messenger system. \r\n

    Cell Phone
    This user\'s cellular telephone number. \r\n

    Pager
    This user\'s pager telephone number. \r\n

    Email To Pager Gateway
    This user\'s text pager email address. \r\n

    Home Information
    The postal (or street) address for this user\'s \r\nhome. \r\n

    Work Information
    The postal (or street) address for this user\'s \r\ncompany. \r\n

    Kjønn
    This user\'s sex. \r\n

    Fødsels Dato
    This user\'s date of birth. \r\n

    Språk
    What language should be used to display system \r\nrelated messages. \r\n

    Tids 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\n

    Fø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\n

    Dato Format
    What format should dates on this site appear \r\nin? \r\n

    Tids Format
    What format should times on this site appear \r\nin? \r\n

    Diskusjons 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\n

    Innboks beskjed
    How should this user be notified when \r\nthey get a new WebGUI message?

    ',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
      \r\n
    1. From the admin menu select \"Manage packages.\" \r\n
    2. Add a page and give it a name. The name of the page will be the name of the \r\npackage. \r\n
    3. 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
    Notes:
    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\n

    Many 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\n

    Bruke Delt Søppel?
    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.

    \r\n

    Forhindre Proxy Caching
    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.

    \r\n

    Følg Side statistikker?
    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.

    \r\n\r\n

    Host To Use
    \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.

    \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

    Name
    The label that this image will be referenced by to include it \r\ninto pages. \r\n

    Organize In Folder
    Which collateral folder should this image be \r\nplaced in. \r\n

    File
    Select a file from your local drive to upload to the server. \r\n

    Parameters
    Add any HTML <img&rt; parameters that you wish to \r\nact as the defaults for this image. \r\n

    Example:
    align=\"right\"
    alt=\"This is an image\"
    \r\n

    Thumbnail Size
    How big (in pixels) should the thumbnail for this \r\nimage be?

    ',1046114987,NULL); INSERT INTO international VALUES (623,'WebGUI',12,'

    \r\n\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\n

    BODY
    The default setup of all pages within a style. \r\n

    H1
    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\n

    Note: Some wobjects and macros have their own unique styles \r\nsheet classes, which are documented in their individual help files. \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

    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\n

    Description
    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\n

    Expire 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\n

    NOTE: 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\n

    Expire 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\n

    Expire Notification Message
    Type the message you wish to be sent to \r\nthe user telling them about the expiration. \r\n

    Delete 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\n

    Scratch 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\n

    IP 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\n

    Users can add themselves?
    Do you wish to let users add themselves \r\nto this group? See the GroupAdd macro for more info. \r\n

    Users can remove themselves?
    Do you wish to let users remove \r\nthemselves from this group? See the GroupDelete macro for more info. \r\n

    The 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\n

    SQL 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\n

    Cache external groups for how long?
    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.

    ',1068759148,NULL); INSERT INTO international VALUES (621,'WebGUI',12,'

    Styles are WebGUI macro enabled. See Using Macros for more information. \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\n

    \r\n

    Body
    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.

    \r\n

    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\n

    Many people will add WebGUI macros to their body for automated navigation, \r\nand other features.

    \r\n

    Style Sheet
    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.

    \r\n

    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
    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).

    \r\n

    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\n

    Email Footer
    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\n

    \r\n

    Group To Alert On New User
    What group should be alerted when a new \r\nuser registers?

    ',1046114473,NULL); INSERT INTO international VALUES (617,'WebGUI',12,'

    Settings are items that allow you to adjust WebGUI to your particular needs. \r\n

    Rediger Firma Informasjon
    Information specific about the company or \r\nindividual who controls this installation of WebGUI.

    \r\n

    Rediger Innholds Instillinger
    Settings related to content and content \r\nmanagement.

    \r\n

    Rediger ePost Instillinger
    Settings concerning email and related \r\nfunctions.

    \r\n

    Rediger Forskjellige Instillinger
    Anything we couldn\'t find a place for. \r\n

    \r\n

    Rediger Profil Instillinger
    Define what user profiles look like and what \r\nthe users have the ability to edit.

    \r\n

    Rediger Bruker Instillinger
    Settings relating to users (beyond profile \r\ninformation), like authentication information, and registration options. \r\n

    ',1046114265,NULL); INSERT INTO international VALUES (616,'WebGUI',12,'

    Sti til WebGUI Extras
    The web-path to the directory \r\ncontaining WebGUI images and javascript files.

    \r\n

    Maksimum vedleggs størrelse
    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.

    \r\n

    Tittebilde størrelse
    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.

    \r\n

    Web vedleggs sti
    The web-path of the directory where attachments are to be \r\nstored.

    \r\n

    Server vedleggs sti
    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.

    ',1046114149,NULL); INSERT INTO international VALUES (615,'WebGUI',12,'

    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.
    There are several groups built into WebGUI. They are as follows: \r\n

    \r\n

    Admins
    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.

    \r\n

    Content Managers
    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.

    \r\n

    Everyone
    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.

    \r\n

    Package Managers
    Users that have privileges to add, edit, \r\nand delete packages of wobjects and pages to deploy.

    \r\n

    Registered Users
    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.

    \r\n

    Style Managers
    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.

    \r\n

    Template Managers
    Users that have privileges to edit \r\ntemplates for this site.

    \r\n

    Visitors
    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.

    ',1046114032,NULL); INSERT INTO international VALUES (614,'WebGUI',12,'

    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\n

    Det finnes flere Stiler innebygget i WebGUI. De første av disse benyttes av \r\nWebGUI og bør ikke slettes eller endres.

    \r\n

    Clipboard
    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

     

    \r\n

    Packages
    Denne stilen benyttes av pakke håndterings \r\nsystemet.

    Trash

    Denne stilen benyttes av Søppel \r\nsystemet.

    ',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.

    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
    The name of your company. It will appear on \r\nall emails and anywhere you use the Company Name macro.

    \r\n

    Firma ePost Adresse
    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.

    \r\n

    Firma URL
    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.

    ',1046113726,NULL); INSERT INTO international VALUES (610,'WebGUI',12,'

    See Manage Users for additional details. \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.)

    \r\n

    Password
    A password is used to ensure that the user is \r\nwho s/he says s/he is.

    \r\n

    Authentication Method
    See Edit Settings for details.

    \r\n

    LDAP URL
    See Edit Settings for details.

    \r\n

    Connect DN
    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.

    ',1046113641,NULL); INSERT INTO international VALUES (608,'WebGUI',12,'\r\n

    Å 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\n

    Som 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
    Do you wish visitors to your site \r\nto be able to register themselves?

    \r\n

    Run On Registration
    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?

    \r\n

    Group To Alert On New User
    What group should be alerted \r\nwhen a new user registers?

    \r\n

    Enable Karma?
    Should karma be enabled?

    \r\n

    Karma Per Login
    The amount of karma a user should be \r\ngiven when they log in. This only takes affect if karma is enabled.

    \r\n

    Session Timeout
    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.

    \r\n

    Authentication Method (default)
    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.

    \r\n

    Note: Authentication settings can be customized on a per user basis.

    \r\n

    Username Binding
    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.

    \r\n

    LDAP URL (default)
    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\n

    \r\n

    LDAP Identity
    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.

    \r\n

    LDAP Identity Name
    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.

    \r\n

    LDAP Password Name
    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.

    ',1046113549,NULL); INSERT INTO international VALUES (606,'WebGUI',12,'
    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

    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\n

    Meny Tittel
    En kortere eller endret tittel for bruk i navigasjon. \r\nOm den utelates vil den settes lik Tittel.
    \r\n

    SIDE URL
    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.

    \r\n

    Skjul fra Navigasjon?
    Velg \"ja\" om du vil skjule denne siden fra \r\nnavigasjon (Menyer)

    \r\n

    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?
    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.

    \r\n

    Template
    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.

    \r\n

    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\n

    Avanserte 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?
    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.

    \r\n

    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\n

    Eier
    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.

    \r\n

    Hvem kan se på?
    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).

    \r\n

    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\n

    Hva nå?
    Om du lar denne stå på standardvalg vil du gå til den nye \r\nsiden etter at den blir opprettet.

    ',1066005919,NULL); INSERT INTO international VALUES (422,'WebGUI',12,'

    INNLOGGING FEILET

    \r\n

    Oppgitt informasjon stemmer ikke med kontoinformasjonen.

    ',1046111325,NULL); INSERT INTO international VALUES (417,'WebGUI',12,'

    SIKKERHETS BRUDD

    \r\n

    Du 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\n

    PROBLEM MED FORESPØRSEL

    \r\n

    Vi 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\n

    title
    The title of this submission. \r\n

    content
    The full text content of this submission. \r\n

    user.label
    The translated label indicating what user posted this \r\nsubmission. \r\n

    user.profile
    The URL to the profile of the user that posted this \r\nsubmission. \r\n

    user.username
    The username of the user that posted this submission. \r\n\r\n

    user.id
    The unique identifier for the user that posted this \r\nsubmission. \r\n

    date.label
    The translated label indicating what date this \r\nsubmission was posted. \r\n

    date.epoch
    The number of seconds since January 1, 1970 that this \r\nsubmission was posted. \r\n

    date.human
    A human readable date that displays the date and time \r\nthis submission was posted. \r\n

    date.updated.label
    The translated label indicating what date this \r\nsubmission was last edited. \r\n

    date.updated.epoch
    The number of seconds since January 1, 1970 that \r\nthis submission was last edited. \r\n

    date.updated.human
    A human readable date that displays the date and \r\ntime this submission was last edited. \r\n

    status.label
    A translated label indicating the status of this \r\nsubmission. \r\n

    status.status
    The actual status of this submission (pending, \r\napproved, denied). \r\n

    views.label
    A translated label indicating how many times this \r\nsubmission has been viewed. \r\n

    views.count
    The number of times this submission has been viewed. \r\n

    canPost
    An condition indicating whether or not this user can post a \r\nnew submission. \r\n

    post.url
    The URL to post a new submission. \r\n

    post.label
    A translated label for the post link. \r\n

    previous.more
    An condition indicating whether there are any posts \r\nprior to this one available for viewing. \r\n

    previous.url
    A URL to the post that came before this one. \r\n

    previous.label
    A translated label for the previous link. \r\n

    next.more
    A condition indicating whether there are any posts after \r\nthis one available for viewing. \r\n

    next.url
    The URL to the post that came after this one. \r\n

    next.label
    A translated label for the next link. \r\n

    canEdit
    A condition indicating whether the current user cane edit \r\nor delete this post. \r\n

    edit.url
    The URL to edit this post. \r\n

    edit.label
    A translated label for the edit link. \r\n

    delete.url
    The URL to delete this post. \r\n

    delete.label
    A translated label for the delete link. \r\n

    canChangeStatus
    A condition indicating whether the current user has \r\nthe privileges to change the status of this post. \r\n

    approve.url
    The URL to approve this post. \r\n

    approve.label
    A translated label for the approve link. \r\n

    deny.url
    The URL to deny this post. \r\n

    deny.label
    A translated label for the deny link. \r\n

    leave.url
    The URL to leave this post in it\'s current state. \r\n

    leave.label
    A translated label for the leave link. \r\n

    canReply
    A condition indicating whether the current user can reply \r\nto this post. \r\n

    reply.url
    The URL to reply to this post. \r\n

    reply.label
    A translated label for the reply link. \r\n

    search.url
    The URL to toggle on the WebGUI power search form. \r\n

    search.label
    A translated label for the search link. \r\n

    back.url
    The URL to return the user to the main listing. \r\n

    back.label
    A translated label for the back link. \r\n

    replies
    A complete listing of all replies to this post.

    ',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

    readmore.label
    A translated label that indicates that the user \r\nshould click to read more. \r\n

    responses.label
    A translated label that indicates that the user \r\nshould click to view the responses to this submission. \r\n

    canPost
    A condition that indicates whether a user can add a new \r\nsubmission. \r\n

    post.url
    The URL to add a new submission. \r\n

    post.label
    A translated label for the post link. \r\n

    search.label
    A translated label for the search link. \r\n

    search.url
    The URL to toggle on/off WebGUI\'s power search form. \r\n

    search.form
    WebGUI\'s power search form. \r\n

    title.label
    A translated label for the title column. \r\n

    thumbnail.label
    A translated label for the thumbnail column. \r\n

    date.label
    A translated label for the date column. \r\n

    date.updated.label
    The translated label indicating what date this \r\nsubmission was last edited. \r\n

    by.label
    A translated label stating who the submission was \r\nsubmitted by. \r\n

    submissions_loop
    A loop containing each submission. \r\n

    submission.id
    A unique identifier for this submission. \r\n

    submission.url
    The URL to view this submission. \r\n

    submission.content
    The abbreviated text content of this submission. \r\n\r\n

    submission.responses
    The number of responses to this submission. \r\n

    submission.title
    The title for this submission. \r\n

    submission.userId
    The user id of the user that posted this \r\nsubmission. \r\n

    submission.username
    The username of the person that posted this \r\nsubmission. \r\n

    submission.status
    The status of this submission (approved, pending, \r\ndenied). \r\n

    submission.thumbnail
    The thumbnail of the image uploaded with this \r\nsubmission (if any). \r\n

    submission.date
    The that this submission was posted. \r\n

    submission.date.updated
    A human readable date that displays the \r\ndate and time this submission was last edited. \r\n

    submission.currentUser
    A condition indicating whether the current \r\nuser is the same as the user that posted this submission. \r\n

    submission.userProfile
    The URL to the profile of the user that \r\nposted this submission. \r\n

    submission.secondColumn
    A condition indicating whether or not this \r\nsubmission would belong in the second column, in a multi-column layout. \r\n

    submission.thirdColumn
    A condition indicating whether or not this \r\nsubmission would belong in the third column, in a multi-column layout. \r\n

    submission.fourthColumn
    A condition indicating whether or not this \r\nsubmission would belong in the fourth column, in a multi-column layout. \r\n

    submission.fifthColumn
    A condition indicating whether or not this \r\nsubmission would belong in the fifth column, in a multi-column layout. \r\n

    \r\n

    firstPage
    A link to the first page in the paginator. \r\n

    lastPage
    A link to the last page in the paginator. \r\n

    nextPage
    A link to the next page forward in the paginator. \r\n

    previousPage
    A link to the next page backward in the paginator. \r\n

    pageList
    A list of links to all the pages in the paginator. \r\n

    multiplePages
    A conditional indicating whether there is more than \r\none page in the paginator

    ',1068759268,NULL); INSERT INTO international VALUES (4,'Survey',12,'

    Undersøkelser setter deg i stand til å samle informasjon fra dine brukere. \r\nMed WebGUI sine undersøkelser kan du også teste kunnskapsnivå.

    \r\n

    Spørsmåls rekkefølge
    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.

    \r\n

    Modus
    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å.

    \r\n

    Anonym respons?
    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.

    \r\n

    Hvem kan ta undersøkelsen?
    Hvilke brukere kan delta i \r\nundersøkelsen?

    \r\n

    Hvem kan se rapporter?
    Hvem kan se resultatene av en \r\nundersøkelse?

    \r\n

    Hva nå?
    Om du beholder standardinstillingen vil du kunne \r\nlegge in spørsmål direkte etter at Undersøkelsen er lagt til.

    ',1068760658,NULL); INSERT INTO international VALUES (71,'SiteMap',12,'\r\n

    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\n

    Template
    Choose a layout for this site map.
    Start \r\nWith
    Select the page that this site map should start from.

    \r\n

    Depth To Traverse
    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.

    \r\n

    Indent
    How many characters should indent each level? \r\n

    ',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

    Preprocess macros on query?
    If you\'re using WebGUI macros in your \r\nquery you\'ll want to check this box. \r\n

    Debug?
    If you want to display debugging and error messages on the \r\npage, check this box. \r\n

    Query
    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\n

    Report 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\n

    There 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\n

    DSN
    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\n

    Example: 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\n

    Det følgende er en liste over Template variabler som kan benyttes i en \r\nProdukt Template.

    \r\n

    brochure.icon
    The URL to the icon for the brochure.

    \r\n

    brochure.url
    The URL to download the brochure.

    \r\n

    brochure.label
    The translated label for the brochure URL. \r\n

    \r\n

    warranty.icon
    The URL to the icon for the warranty.

    \r\n

    warranty.url
    The URL to download the warranty.

    \r\n

    warranty.label
    The label for the warranty URL.

    \r\n

    image1
    The URL to the first image uploaded to this \r\nproduct.

    \r\n

    thumbnail1
    The URL to the thumbnail of the first image \r\nuploaded to this product.

    \r\n

    image2
    The URL to the second image uploaded to this \r\nproduct.

    \r\n

    thumbnail2
    The URL to the thumbnail of the second image \r\nuploaded to this product.

    \r\n

    image3
    The URL to the third image uploaded to this \r\nproduct.

    \r\n

    thumbnail3
    The URL to the thumbnail of the third image \r\nuploaded to this product.

    \r\n

    addfeature.url
    The URL to add a feature to this product. \r\n

    \r\n

    addfeature.label
    The translated label for the add feature \r\nlink.

    \r\n

    feature_loop
    This loop contains all of the features \r\nassociated with this product.

    \r\n

    feature.controls
    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.

    \r\n

    addbenefit.label
    The translated label for the add benefit \r\nlink.

    \r\n

    benefit_loop
    This loop contains the benefits for this \r\nproduct.

    \r\n

    benefit.benefit
    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.

    \r\n

    addspecification.label
    The translated label for the add \r\nspecification link.

    \r\n

    specification_loop
    The list of specifications associated \r\nwith this product.

    \r\n

    specification.controls
    The WebGUI management controls for \r\nthis specification.

    specification.specification
    The \r\ntext of the specification itself.

    \r\n

    specification.units
    The units for this specification. ex: \r\nmeters

    \r\n

    specification.label
    The label for this specification. ex: \r\nheight

    \r\n


    addaccessory.url
    The URL to add an accessory to this \r\nproduct.

    \r\n

    addaccessory.label
    The translated label for the add \r\naccessory link.

    \r\n

    accessory_loop
    This loop contains all of the accessories \r\nassociated with this product.

    \r\n

    accessory.url
    The URL to the linked accessory. \r\n

    accessory.title
    The title of the linked accessory. \r\n

    \r\n

    accessory.controls
    The WebGUI management controls for \r\nthis accessory.

    \r\n

    addRelatedProduct.url
    The URL to add a related product to \r\nthis product.

    \r\n

    addRelatedProduct.label
    The translated label for the add \r\nrelated product link.

    \r\n

    relatedproduct.url
    The URL to the linked product.

    \r\n

    relatedproduct.title
    The title of the linked product. \r\n

    \r\n

    relatedproduct.controls
    The WebGUI management controls \r\nfor this related product.

    ',1046041159,NULL); INSERT INTO international VALUES (50,'Product',12,'\r\n

    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\n

    Fordeler
    Du kan Legge Til en ny Fordel, eller velge fra \r\nlisten over fordeler som allerede er lagt inn.

    \r\n

    Legg Til Fordel?
    Om du vil legge til en ny Fordel \r\numiddelbart, så velg \"Ja\".

    ',1046040906,NULL); INSERT INTO international VALUES (47,'Product',12,'\r\n

    Relaterte Produkter er produkter som er kompatible eller likestillet med \r\nandre produkter.

    \r\n

    Relaterte Produkter
    Velg fra listen av produkter du \r\nallerede har lagt inn.

    \r\n

    Legg til et nytt Relatert Produkt?
    Velg \"Ja\" om du har \r\nflere Relaterte Produkter å legge til.

    ',1046040848,NULL); INSERT INTO international VALUES (45,'Product',12,'\r\n

    Tilbehør er produkter som kompletterer andre produkter

    \r\n

    Tilbehør
    Velg fra listen av produkter du allerede har \r\nlagt inn.

    \r\n

    Legg til et nytt Tilbehør?
    Velg \"Ja\" om du har flere \r\nTilbehør å legge til.

    ',1046040797,NULL); INSERT INTO international VALUES (43,'Product',12,'

    Spesifikasjoner er de tekniske detaljene for produktet.

    \r\n

    Label
    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.

    \r\n

    Spesifikasjon
    Verdien av spesifikasjonen. F.eks, om du \r\nvelger høyde som Label, da kan du legge inn en verdi som \"18\"

    \r\n

    Enhet
    Enheten for å måle denne spesifikasjonen. F.eks. om \r\ndu velger høyde som Label, vil kanskje enheten være \"cm\"

    \r\n

    Legg til en ny Spesifikasjon?
    Om du ønsker å legge til en \r\nny spesifikasjon så velg \"Ja\".

    ',1046040748,NULL); INSERT INTO international VALUES (41,'Product',12,'

    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\n

    Egenskap
    Du kan legge til en ny egenskap eller velge en \r\nsom er lagt til et annet produkt.

    \r\n

    Legg til en ny egenskap?
    Om du ønsker å legge til en ny \r\nEgenskap så velger du \"Ja\"

    ',1046040683,NULL); INSERT INTO international VALUES (39,'Product',12,'

    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\n

    Template
    Velg et utseende for publiseringen av dette \r\nproduktet.

    \r\n

    Pris
    Prisen på produktet. Du kan eventuelt skrive en \r\ntekst som \"Ring for Pris\", eller du kan la det være tomt.

    \r\n

    Produkt nummer
    Produktnummeret, varenummeret, ISBN, eller \r\nen annen identifikator.

    \r\n

    Produkt Bilde 1
    Et bilde av produktet

    \r\n

    Produkt Bilde 2
    Et bilde av produktet

    \r\n

    Produkt Bilde 3
    Et bilde av produktet

    \r\n

    Brosjyre
    Brosjyren av produktet.

    \r\n

    Manual
    Produkt, bruker eller service-manual til \r\nproduktet.

    \r\n

    Garanti
    Garantivilkår for produktet.

    ',1046040623,NULL); INSERT INTO international VALUES (71,'Poll',12,'

    Avstemning kan brukes for å få frem meningen til dine besøkende på \r\nforskjellige temaer.

    \r\n

    Aktiv
    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.

    \r\n

    Karma Pr Stemme
    Hvor mye Karma vil du gi til brukeren om \r\nhan stemmer?

    \r\n

    Graf Bredde
    Bredden på grafen som viser resultatene. \r\nOppgies i pixels.

    Spørsmål
    Hva er spørsmålet du vil \r\nstille brukerene?

    \r\n

    Svar
    Legg inn de mulige svarene til spørsmålet. Kun et \r\nsvar pr. linje. Avstemninger kan maksimalt ha 20 mulige svar.

    \r\n

    Tilfeldig rekkefølge på svar?
    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.

    \r\n

    Tilbakestill Stemmer.
    Reset the votes on this Poll.

    ',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

    forum.add.url
    A url that will add a forum to this message board. \r\n

    forum.add.label
    The default label for forum.add.url. \r\n

    title.label
    The default label for the title columnn. \r\n

    views.label
    The default label for the views column. \r\n

    rating.label
    The default label for the ratings column. \r\n

    threads.label
    The default label for the threads column. \r\n

    replies.label
    The default label for the replies column. \r\n

    lastpost.label
    The default label for the last post column. \r\n

    forum_loop
    A loop containing the data for each of the forums \r\ncontained in this message board. \r\n

    \r\n

    forum.controls
    The editing controls for this forum. \r\n

    forum.count
    An integer displaying the forum count as it goes \r\nthrough the loop. \r\n

    forum.title
    The title of this forum. \r\n

    forum.description
    The description of this forum. \r\n

    forum.replies
    The number of replies all the threads in this forum \r\nhave received. \r\n

    forum.rating
    The average rating of all the posts in the forum. \r\n

    forum.views
    The total number of views of all the posts in the \r\nforum. \r\n

    forum.threads
    The total number of threads in this forum. \r\n

    forum.url
    The url to view this forum. \r\n

    forum.lastpost.url
    The url to view the last post in this forum. \r\n

    forum.lastpost.date
    The human readable date of the last post in \r\nthis forum. \r\n

    forum.lastpost.time
    The human readable time of the last post in \r\nthis forum. \r\n

    forum.lastpost.epoch
    The epoch date of the last post in this forum. \r\n\r\n

    forum.lastpost.subject
    The subject of the last post in this forum. \r\n

    forum.lastpost.user.id
    The userid of the last poster. \r\n

    forum.lastpost.user.name
    The username of the last poster. \r\n

    forum.lastpost.user.profile
    The url to the last poster\'s profile. \r\n

    forum.lastpost.user.isVisitor
    A condition indicating where the last \r\nposter was a visitor. \r\n

    \r\n

    default.listing
    A full forum rendered using the forum template. \r\n

    default.description
    The description of the default forum. \r\n

    default.title
    The title of the default forum. \r\n

    default.controls
    The controls for the default forum. \r\n

    areMultipleForums
    A condition indicating whether there is more than \r\none forum.

    ',1068759084,NULL); INSERT INTO international VALUES (72,'DataForm',12,'

    Du kan legge så mange felter til ditt Data Skjema som du ønsker.

    \r\n

    Label
    Dette er en informativ tekst som lar brukeren vita \r\nhva et felt representerer

    \r\n

    Felt Navn
    Navnet må være unikt blant navnet på felter i \r\ndette skjemaet.

    \r\n

    Undertekst
    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)

    \r\n

    Type
    Velg skjemaelement for dette feltet. \r\n

    Bredde
    Sett antall karaktere som dette feltet skal \r\nvise i bredden

    \r\n

    Høyde
    Sett antall karaktere dette feltet skal vise i \r\nhøyden. Brukes bare på textarea og HTMLArea felttyper.

    \r\n

    Mulige Verdier
    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.

    ',1066007532,NULL); INSERT INTO international VALUES (71,'DataForm',12,'

    Dette wobject lager et enkelt multifunksjons Data Skjema.

    \r\n

    Bekreftelse
    Denne meldingen vil vises for brukeren når de \r\nhar lagt inn sine data.

    \r\n

    ePost felter?
    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.

    \r\n

    Legg Merke Til: \"Til (To)\" feltet som legges til vil \r\nakseptere en ePost adresse, et WebGUI brukernavn eller WebGUI gruppenavn.

    \r\n

    Template
    Velg Template etter eget ønske.

    \r\n

    ePost Template
    Velg en Template for data som skal sendes \r\nmed ePost.

    \r\n

    Bekreftelse Template
    Velg en template som brukes for å \r\nvise bekreftelse på innlagte data for brukeren.

    \r\n

    List Template
    Velg en Template som skal brukes for å vise \r\nlagred data i dette Data Skjemaet.

    ',1066007427,NULL); INSERT INTO international VALUES (76,'LinkList',12,'

    Her følger en liste over template variabler som er tilgjengelige i Link List \r\nTemplates.

    \r\n

    addlink.url
    URL\'n for å legge til en link i listen.

    \r\n

    addlink.label
    Den oversatte etiketten for addlink.url

    \r\n

    canEdit
    En indikator som forteller om en bruker kan \r\nredigere linkene.

    \r\n

    link_loop
    Denne loop\'en inneholder all informasjon om \r\nhver enkelt link.

    \r\n
    \r\n

    link.url
    URL\'n for denne linken

    \r\n

    link.name
    Teksten som linkes.

    \r\n

    link.controls
    WebGUI\'s management kontroller for denne \r\nlinken.

    \r\n

    link.newwindow
    bryter for valg av om linken skal åpnes i \r\nnytt vindu eller ikke.

    \r\n

    link.description
    Beskrivelsen av linken.

    ',1066007892,NULL); INSERT INTO international VALUES (73,'LinkList',12,'\r\n

    Title
    Teksten som vil bli linket

    \r\n

    URL
    WEB-siten det linkes til.

    \r\n

    Åpne i nytt vindu?
    Velg ja om du ønsker at denne linken \r\nskal åpnes i et nytt vindu.

    \r\n

    Beskrivelse
    Beskriv siden du linker til. Du kan hoppe \r\nover dette om du ønsker.

    \r\n

    Hva nå?
    La stå som default om du ønsker å legge til enda \r\nen link etter denne.

    ',1046038466,NULL); INSERT INTO international VALUES (71,'LinkList',12,'\r\n

    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\n

    Template
    Velg en layout for dette Wobjectet.

    \r\n

    Hva nå?
    La denne stå til default om du ønsker å legge til \r\nen lik etter at link listen er laget.

    ',1046038395,NULL); INSERT INTO international VALUES (74,'Item',12,'\r\n

    De følgende er en liste over Template variabler som kan benyttes i en Item \r\nTempate.
    attachment.name
    The filename for the file attached to this item. \r\n

    \r\n

    attachment.url
    The URL to download the file attached to \r\nthis item.

    \r\n

    attachment.icon
    The URL to the icon for the file attached \r\nto this item.

    ',1046038340,NULL); INSERT INTO international VALUES (71,'Item',12,'\r\n

    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\n

    Link \r\nURL.
    Denne URL\'n vil bli linket til tittelen på dette \r\nItem\'et.
    Eksempel: http://www.google.com

    \r\n

    Vedlegg
    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.

    \r\n

    Template
    Velg et utseende \r\nfor dette Item\'et.

    ',1046038236,NULL); INSERT INTO international VALUES (76,'FileManager',12,'\r\n

    Dette er en liste over variabler som er tilgjengelig i FilBehandler \r\nTemplates.
     
    titleColumn.url
    The URL to sort by \r\nthe title.

    \r\n

    titleColumn.label
    The translated label for the title. \r\n

    \r\n

    descriptionColumn.label
    The translated label for the \r\ndescription.

    \r\n

    descriptionColumn.url
    The URL to sort by the description. \r\n

    \r\n

    dateColumn.label
    The translated label for the upload \r\ndate.

    \r\n

    dateColumn.url
    The URL to sort by the date uploaded.

    \r\n

    search.form
    WebGUI\'s power search form.

    \r\n

    search.url
    The URL to toggle search mode on and off.

    \r\n

    search.label
    The translated label for the search link. \r\n

    \r\n

    addfile.url
    The URL to add a file to the file manager. \r\n

    \r\n

    addfile.label
    The translated label for the add file link. \r\n

    \r\n

    file_loop
    A loop containing the information about each \r\nfile uploaded to this file manager.

    \r\n

    file.canView
    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.

    \r\n

    file.title
    The title for this file.

    \r\n

    file.version1.name
    The filename for the first version of \r\nthis file.

    \r\n

    file.version1.url
    The download URL for the first version \r\nof this file.

    \r\n

    file.version1.icon
    The URL to the icon for the file type \r\nof the first version of this file.

    \r\n

    file.version1.size
    The storage size of the first version \r\nof this file.

    \r\n

    file.version1.type
    The type (or file extension) of the \r\nfirst version of this file.

    \r\n

    file.version1.thumbnail
    The URL to the thumbnail for the \r\nfirst version of this file.

    \r\n

    file.version1.isImage
    A conditional indicating whether \r\nthe first version of this file is an image or not.

    \r\n

    file.version2.name
    The filename for the second version of \r\nthis file.

    \r\n

    file.version2.url
    The download URL for the second version \r\nof this file.

    \r\n

    file.version2.icon
    The URL to the icon for the file type \r\nof the second version of this file.

    \r\n

    file.version2.size
    The storage size of the second version \r\nof this file.

    \r\n

    file.version2.type
    The type (or file extension) of the \r\nsecond version of this file.

    \r\n

    file.version2.thumbnail
    The URL to the thumbnail for the \r\nsecond version of this file.

    \r\n

    file.version2.isImage
    A conditional indicating whether \r\nthe second version of this file is an image or not.

    \r\n

    file.version3.name
    The filename for the third version of \r\nthis file.

    \r\n

    file.version3.url
    The download URL for the third version \r\nof this file.

    \r\n

    file.version3.icon
    The URL to the icon for the file type \r\nof the third version of this file.

    \r\n

    file.version3.size
    The storage size of the third version \r\nof this file.

    \r\n

    file.version3.type
    The type (or file extension) of the \r\nthird version of this file.

    \r\n

    file.version3.thumbnail
    The URL to the thumbnail for the \r\nthird version of this file.

    \r\n

    file.version3.isImage
    A conditional indicating whether \r\nthe third version of this file is an image or not.

    \r\n

    file.description
    The description of this file.

    \r\n

    file.date
    The date that this file was uploaded.

    \r\n

    file.time
    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.

    \r\n

    noresults
    A conditional indicating whether there are any \r\nfiles for this user to view.

    \r\n

    firstPage
    A link to the first page in the paginator.

    \r\n

    lastPage
    A link to the last page in the paginator.

    \r\n

    nextPage
    A link to the next page forward in the \r\npaginator.

    \r\n

    previousPage
    A link to the next page backward in the \r\npaginator.

    \r\n

    pageList
    A list of links to all the pages in the \r\npaginator.

    \r\n

    multiplePages
    A conditional indicating whether there is \r\nmore than one page in the paginator.

    ',1046017969,NULL); INSERT INTO international VALUES (73,'FileManager',12,'\r\n

    Fil Tittel
    Tittelen som vil vises for denne filen. Om den \r\ner blank vil filens navn brukes.

    \r\n

    File
    Velg en fil fra din harddisk som du vil laste \r\nopp.

    \r\n

    Alternativ Versjon #1
    En alternativ versjon av filen. \r\nF.eks. om filen var en .JPEG, så kan alternativet være TIFF eller BMP.

    \r\n

    Alternativ Versjon #2
    En alternativ versjon av filen. \r\nF.eks. om filen var en .JPEG, så kan alternativet være TIFF eller BMP.

    \r\n

    Kort Beskrivelse
    En kort beskrivelse av filen. Prøv å \r\nbenytte nøkkelord som det er naturlig å søke etter.

    \r\n

    Gruppe som kan Laste Ned
    Velg den gruppen som kan laste \r\nned denne filen.

    \r\n

    Hva nå?
    Om du ønsker å legge til en fil til etter denne, \r\nså velg \"Legg til Fil\", ellers velger du \"gå tilbake til side\".

    ',1046017744,NULL); INSERT INTO international VALUES (71,'FileManager',12,'\r\n

    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\n

    Template
    Velg et utseende for FilBehandleren.

    \r\n

    Sideskift Etter
    Hvor mange filer skal vises før listen \r\nsplittes på flere sider. Med andre ord! Hvor mange filer vises pr. side.

    \r\n

    Fortsett til Legg til Fil?
    Om du ønsker å legge til filer \r\nmed en gang, så la den stå merket.

    ',1046017666,NULL); INSERT INTO international VALUES (77,'FAQ',12,'\r\n

    De følgende er en liste over Template Variabler som er tilgjengelige i FAQ \r\nTemplates.

    addquestion.url
    The URL to add a question \r\nto the FAQ.

    \r\n

    addquestion.label
    The translated label for the add \r\nquestion link.

    \r\n

    qa_loop
    The loop containing the variables for each \r\nquestion in the FAQ.

    \r\n

    qa.id
    The unique identifier for this question. \r\n

    qa.answer
    The answer for this question.

    \r\n

    qa.question
    The question itself.

    \r\n

    qa.controls
    The WebGUI management controls for this \r\nquestion

    ',1046017610,NULL); INSERT INTO international VALUES (73,'FAQ',12,'\r\n

    Spørsmål
    Legg til spørsmålet du vil skal dukke opp i \r\nFAQ.

    \r\n

    Svar
    Legg til svaret på spørsmålet du la inn over.

    \r\n

    Hva nå?
    Om du ønsker å legge inn et spørsmål til, da lar \r\ndu denne stå på standardvalget.

    ',1046016737,NULL); INSERT INTO international VALUES (71,'FAQ',12,'\r\n

    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\n

    Template
    Velg et utseende på denne FAQ.

    \r\n

    Hva Nå?
    Velg \"Legg Til Spørsmål\" om du ønsker å legge til \r\net nytt spørsmål etter dette.

    \r\n

    VIKTIG: Den følgende style er spesifikk til FAQ i en del av \r\nde innebyggede Templatene.

    \r\n

    .faqQuestion
    Et FAQ spørsmål. For å skille det fra et \r\nsvar.

    ',1046016671,NULL); INSERT INTO international VALUES (71,'ExtraColumn',12,'

    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\n

    Kolonner 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\n

    Spacer
    Spacer er den ekstra avstanden mellom ditt \r\neksisterende innhold og den nye kolonnen. Den måles i pixels.

    \r\n

    Bredde
    Bredde er den faktiske bredden av kolonnen som \r\nlegges til. Den måles i pixels.

    \r\n

    StilArk Class
    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.

    ',1066007747,NULL); INSERT INTO international VALUES (97,'EventsCalendar',12,'\r\n

    De følgende er en liste over Template variabler som kan benyttes i Event \r\nTemplates.

    \r\n

    title
    The title of this event.

    \r\n

    start.label
    The translated label for the start date.

    \r\n

    start.date
    The date this event starts.

    \r\n

    end.date
    The date this event ends.

    \r\n

    end.label
    The translated label for the end date.

    \r\n

    canEdit
    A condition indicating whether the current user \r\ncan edit an event.

    \r\n

    edit.url
    The URL to edit this event.

    \r\n

    edit.label
    The translated label for the edit URL.

    \r\n

    delete.url
    The URL to delete this event.

    \r\n

    delete.label
    The translated label for the delete URL. \r\n

    \r\n

    previous.url
    The URL to view the event before this one. \r\n

    \r\n

    previous.label
    The translated label for the previous URL. \r\n

    \r\n

    next.label
    The translated label for the next URL.

    \r\n

    next.url
    The URL to view the event after this one.

    \r\n

    description
    The description of this event.

    ',1046016475,NULL); INSERT INTO international VALUES (95,'EventsCalendar',12,'\r\n

    The following template variables are available for you to customize your \r\nevents calendar.

    addevent.url
    The URL to add an \r\nevent to the calendar.

    \r\n

    addevent.label
    The translated label for the add event \r\nlink.

    \r\n

    calendar.big
    A full page calendar.

    \r\n

    calendar.small
    A small calendar showing only dates.

    \r\n

    calendar.firstPage
    A link to the first page of the \r\ncalendar pagination.

    \r\n

    calendar.lastPage
    A link to the last page of the calendar \r\npagination.

    \r\n

    calendar.nextPage
    A link to the next page forward in the \r\ncalendar pagination.

    \r\n

    calendar.previousPage
    A link to the next page backward in \r\nthe calendar pagination.

    \r\n

    calendar.pageList
    A list of links to all the pages in the \r\ncalendar pagination.

    \r\n

    calendar.multiplePages
    A conditional variable indicating \r\nwhether there is more than one page in the calendar pagination.

    \r\n

    list_loop
    A loop containing the list view of an events \r\ncalendar.

    \r\n

    list.date
    The date of this event.
    \r\n
    list.title
    The title of this event.

    \r\n

    list.description
    The description of this event.

    \r\n

    list.sameAsPrevious
    A conditional indicating whether the \r\nthis event has the same date as the last event.

    \r\n

    list.url
    The URL to the full page view of this event. \r\n

    \r\n

    list.controls
    The WebGUI management controls for this \r\nevent.

    \r\n


    list.firstPage
    A link to the first page of the \r\npagination.

    \r\n

    list.lastPage
    A link to the last page of the pagination. \r\n

    \r\n

    list.nextPage
    A link to the next page forward in the \r\npagination.

    \r\n

    list.previousPage
    A link to the next page backward in the \r\npagination.

    \r\n

    list.pageList
    A list of links to all the pages in the \r\npagination.

    \r\n

    list.multiplePages
    A conditional variable indicating \r\nwhether there is more than one page in the pagination.

    ',1046016290,NULL); INSERT INTO international VALUES (73,'EventsCalendar',12,'\r\n

    Tittel
    Tittelen på denne Hendelsen

    \r\n

    Beskrivelse
    Beskriver denne Hendelsen eller informasjon \r\nom hvor den foregår ....

    \r\n

    Start Dato
    På hvilken dato vil Hendelsen Starte?

    \r\n

    Slutt Dato
    På hvilken dato vil Hendelsen Slutte?

    \r\n

    Gjentaes hver
    Velg et gjentakelses intervall for \r\nHendelsen.

    \r\n

    Hva Nå?
    Velg \"Legg Til Hendelse\" om du ønsker å Legge Til \r\nen ny Hendelse, eller velg \" Gå Tilbake Til Side\".

    ',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

    Main Template
    Choose a layout for the events calendar. \r\n

    \r\n

    Hendelse Template
    Choose a layout for the individual \r\nevents within the calendars.

    \r\n

    Start Måned
    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\n

    \r\n

    Slutt Måned
    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.

    \r\n

    Standard Måned
    Choose which month for this calendar to \r\nstart on when a visitor comes to the page containing the calendar.

    \r\n

    Is master?
    If set to yes then this calendar will display \r\nevents from all other calendars in the system.

    \r\n

    Sideskift Etter
    When using a list-style calendar, how \r\nmany events should be shown per page?

    \r\n

    Fortsett til Legg til Hendelse?
    Leave this set to yes if \r\nyou want to add events to the Events Calendar directly after creating it.

    \r\n

    Note: Events that have already happened will not be displayed on the events \r\ncalendar.

    \r\n


    --------------------------------------------------------------------------------
    Note: \r\nThe following style is specific to the Events Calendar. \r\n

    .eventTitle
    The title of an individual event.

    ',1068758954,NULL); INSERT INTO international VALUES (73,'Article',12,'

    De følgende Template variablene er tilgjengelige for artikkel templates.

    \r\n

    new.template
    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):

    \r\n

    <a href=\"<tmpl_var new.template>999\">Read more...</a>

    \r\n

    description.full
    Den fulle beskrivelsen uten noe side brudd. For \r\nbeskrivelse med sidebrudd  (ønskes beskrivelse med sidebrudd, bruk \r\n\"description\" istedenfor) \r\n

    description.first.100words
    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.

    \r\n

    description.first.75words
    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.

    \r\n

    description.first.50words
    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.

    \r\n

    description.first.25words
    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.

    \r\n

    description.first.10words
    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.

    \r\n

    description.first.paragraph
    Det første avsnitt i beskrivelsen. \r\nFørste avsnitt defineres ved det første linjeskift funnet i teksten.

    \r\n

    description.first.2paragraphs
    De første to avsnitt i \r\nbeskrivelsen. Et avsnitt defineres ved å telle linjeskift funnet \r\ni teksten.

    \r\n

    description.first.sentence
    Den første setning funnet i \r\nbeskrivelsen. En setning finnes ved å telle punktum i teksten.

    \r\n

    description.first.2sentences
    De første to setninger funnet i \r\nbeskrivelsen. En setning finnes ved å telle punktum i teksten.

    \r\n

    description.first.3sentences
    De første tre setninger funnet i \r\nbeskrivelsen. En setning finnes ved å telle punktum i teksten.

    \r\n

    description.first.4sentences
    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.

    \r\n

    firstPage
    En link til første side i flersidesystemet  \r\n

    lastPage
    En link til siste side i flersidesystemet

    \r\n

    nextPage
    En link til neste side i flersidesystemet

    \r\n

    previousPage
    En link til forrige side \r\ni flersidesystemet

    \r\n

    pageList
    En liste av linker til alle sidene i \r\nflersidesystemet

    \r\n

    multiplePages
    En indikator for om det finnes mer enn en side i \r\nflersidesystemet.

    \r\n

    isFirstPage
    En indikator på om brukeren viser den første siden.

    \r\n

    isLastPage
    En indikator på om brukeren viser den siste \r\nsiden.

    ',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
    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
    \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
    ',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\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
    \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

    ',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\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\n

    Type
    The type of content. For instance, a Page, Article, EventsCalendar, etc.\r\n

    Clipboard Date
    The date and time the item was added to the clipboard\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 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^SI(66,0,0,\'border=\"0\"\');\r\n

    \r\n\r\n\r\n^Snippet();
    \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\n\r\nrecord_loop
    \r\nA loop containing the record entries of this data form.\r\n

    \r\n\r\n

    \r\n\r\nrecord.entryId
    \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\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
    ',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\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¥ë¡¼¥×¾ò·ï\r\n¥ë¡¼¥×¤ÏÆÃÊ̤ξò·ïÊÑ¿ô¤ËÉÕ°¤·¤Þ¤¹¡£¤½¤ì¤é¤Ï__FIRST__, __ODD__, __INNER__, ¤È __LAST__. \r\n\r\nÎã:\r\n\r\n¡¡¡¡\r\n¤³¤ì¤ÏÂè1¤Î¥Ñ¥¹¤ò¾å¤Ë½ÐÎϤ·¤Þ¤¹¡£¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡\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\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\n

    Gli elementi negli Appunti  possono gestiti singolarmente.

    \r\n

    Puoi "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\n

    Titolo
    \r\nIl nome dell\'elemento negli Appunti. Puoi visualizzare questo elemento\r\nselezionando il titolo.\r\n

    Tipo
    \r\nIl tipo di contenuto. Per esempio una Pagina, un Articolo, un Calendario Eventi,\r\netc.\r\n

    Data Appunti
    \r\nLa data e l\'ora in cui l\'elemento è stato messo negli Appunti.\r\n

    Posizione Precedente
    \r\nLa posizione (nel sito) da cui è stato preso l\'elemento. Puoi vedere la\r\nposizione precedente selezionando posizione precedente.\r\n

    Nome utente
    \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 .

    \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

    Titolo
    \r\nIl nome dell\'elemento nel cestino. Puoi visualizzare questo elemento\r\nselezionando il titolo.\r\n

    Tipo
    \r\nil tipo di contenuto. Per esempio una Pagina, un Articolo, un Calendario Eventi,\r\netc.\r\n

    Data Cestino
    \r\nLa data e l\'ora in cui l\'elemento è stato messo nel cestino.\r\n

    Posizione Precedente
    \r\nLa posizione (nel sito) in cui si trovava precedentemente l\'elemento. Puoi\r\nvedere la posizione precedente selezionando posizione precedente.\r\n

    Nome utente
    \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 .

    \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

    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\n

    ID 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\n

    Nome 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\n

    Designer del Tema
    \r\nIl nome della persona o azienda che ha creato questo tema.\r\n

    URL del Designer
    \r\nLa URL della persona o azienda che ha creato questo tema.

    \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

    acknowledgement
    \r\nIl Riconoscimento specificato nelle proprietà del wobject. Questo messaggio\r\nviene mostrato dopo che l\'utente invia i dati.\r\n

    export.tab.url
    \r\nSeguendo questo URL  i dati archiviati in questo modulo dati, saranno\r\nesportati in un file delimitato da tab.\r\n

    export.tab.label
    \r\nL\'etichetta di default per la variabile export.tab.url.\r\n

    entryList.url
    \r\nSeguendo questo URL sarà mostrato un elenco con tutti i dati  archiviati\r\nin questo modulo dati.\r\n

    entryList.label
    \r\nL\'etichetta di default per la variabile entryList.url .\r\n

    canEdit
    \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\n

    back.url
    \r\nUn url che ti riporterà indietro alla pagina di default del Modulo.\r\n

    back.label
    \r\nL\'etichetta di default per la variabile back.url.\r\n

    username*
    \r\nLa username dell\'utente che ha inviato i dati.\r\n

    userId*
    \r\nLa user id dell\'utente che ha inviato i dati.\r\n

    date*
    \r\nLa data in cui questi dati sono stati inseriti o aggiornati, nel formato\r\ndata/ora scelto dall\'utente.\r\n

    epoch*
    \r\nLa data in cui questi dati sono stati inseriti o aggiornati visualizzati nel\r\nformato epoch della data.\r\n

    ipAddress*
    \r\nL\' IP address dell\'utente che ha inviato i dati.\r\n

    edit.url*
    \r\nLa URL alla pagina per modificare questo inserimento.\r\n

    error_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\n Un messaggio di errore che indica cosa l\'utente ha fatto in modo errato.\r\n
    \r\naddField.url
    \r\nLa URL che i  content managers utilizzeranno per aggiungere nuovi campi al\r\nmodulo.\r\n

    addField.label
    \r\nL\'etichetta di default per la variabile addField.url.\r\n

    form.start
    \r\nL\'inizio del modulo.\r\n

    field_loop
    \r\nUn loop contenente tutte le informazioni sui campi.\r\n

     \r\n

    \r\n field.form
    \r\n L\'elemento del form per questo campo.\r\n

    field.name
    \r\n il nome di questo campo.\r\n

    field.value
    \r\n Il "value" per questo campo. se è un nuovo elemento sarà usato il\r\n valore di default.\r\n

    field.label
    \r\n L\'etichetta di testo per questo campo.\r\n

    field.isHidden
    \r\n Una condizione che indica se questo campo può essere nascosto.\r\n

    field.isDisplayed
    \r\n Una condizione che indica se questo campo può essere visualizzato.\r\n

    field.isEditable
    \r\n Una condizione che indica se questo campo è modificabile.\r\n

    field.isRequired
    \r\n Una condizione che indica se questo campo è obbligatorio.\r\n

    field.isMailField
    \r\n Una condizione che indica se questo campo è presente solo per inviare email.\r\n

    field.subtext
    \r\n Una descrizione del campo in modo che gli utenti capiscano cosa inserire nel\r\n campo.\r\n

    field.controls
    \r\n I controlli di gestione di WebGUI per questo campo.\r\n

     

    \r\n
    \r\nform.send
    \r\nUn bottone con la parola "Invia" .\r\n

    form.save
    \r\n
    Un bottone con la parola "Salva".\r\n

    form.end
    \r\n
    La 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\n

      DBI: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\n
    \r\n\r\nPostgreSQL:\r\n
      DBI:PgPP:dbname=DBNAME[;host=hOST]
      \r\nDBD::PgPP must be installed.\r\n
    \r\n\r\n\r\nSybase:\r\n
      DBI:Sybase:[server=SERVERNAME][database=DATABASE]
      \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\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',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\n

    Not 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\n

    Document 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\n

    Favicon
    An icon that appears on Internet Explorer short cuts such as your \"Favorites\". To learn more about Favicon click here. \r\n

    Site 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\n

    Add 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\n

    Filter 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\n

    Maximum Attachment Size
    The size (in kilobytes) of the maximum allowable attachment to be uploaded to your system. \r\n

    Max 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\n

    Thumbnail 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\n

    Snippet Preview Length
    How many characters of a snippet should be displayed in the collateral management system main listing. \r\n

    Text 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\n

    Text 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\n

    Text Box Size
    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 privileges

    ',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.

    Die 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-001

    Themen Designer
    Der \r\nName der Person oder Firma,die dieses Thema erstellt hat.

    Designer URL
    Die \r\nURL der Website dieses Theman Designers.

    ',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.

    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\n

    Datum 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
    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.

    ',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.

    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\n

    Lö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
    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.

    ',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.

    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\n

    TIP: 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-/Zeitformat

    epoch*
    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\n

    edit.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\n

    form.start
    Der Anfang des Formulars.

    field_loop
    Eine \r\nSchleife, die alle Feldinformationen enthält.

    \r\n

    field.form
    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

    form.send
    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\n

    DSN
    \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\n

    Esempio: DBI:mysql:WebGUI:localhost\r\n

    Qui ci sono alcuni esempi per altri database.
    \r\nOracle:\r\n

      \r\n DBI:Oracle:SID
      \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\nPostgreSQL:\r\n
      \r\n DBI:PgPP:dbname=DBNAME[;host=hOST]
      \r\n DBD::PgPP deve essere installato.\r\n
    \r\nSybase:\r\n
      \r\n DBI:Sybase:[server=SERVERNAME][database=DATABASE]
      \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\n
    \r\n

    Database User
    \r\nLa username che usi per connetterti al  DSN.\r\n

    Database Password
    \r\nLa password che usi per connetterti al  DSN.

    \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\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\n

    Tittel
    Navnet på enheten i søppla. Du kan vise elementet ved å \r\nvelge tittelen. \r\n

    Type
    Typen element i søppla. F.eks. Pakke, Artikkel eller \r\nHendelseskallender, osv.. \r\n

    Søppel Dato
    Dato og tid for når elementet ble puttet i søppla. \r\n

    Forrige Lokasjon
    Lokasjonen hvor elementet var plassert før. Du kan \r\nvise lokasjonen ved å velge lokasjon. \r\n

    Brukernavn
    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.

    ',1066008786,NULL); INSERT INTO international VALUES (958,'WebGUI',12,'

    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\n

    Utklippstavlens 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
    Navnet på enheten på utklippstavlen. Du kan vise enheten ved \r\nå velge tittelen.

    \r\n

    Type
    Typen innhold. F.eks. En pakke, en artikkel, hendelseskalender \r\nosv. \r\n

    Utklippsdato Date
    Dato og tid når enheten ble plassert på \r\nutklippstavlen. \r\n

    Forrige lokasjon
    Lokasjonen hvor enheten sist var \r\nplassert. Du kan vise lokasjonen ved å velge lokasjonen.

    \r\n

    Brukernavn
    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.

    ',1066008701,NULL); INSERT INTO international VALUES (934,'WebGUI',12,'

    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\n

    De 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\n

    Theme ID
    den unike ID for dette tema på dette WebGUI nettstedet. \r\nDenne ID vil endres om Tema er importert til et nytt nettsted.

    \r\n

    Theme Name
    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.

    \r\n

    Theme Designer
    Navnet til den person eller firma som skapte dette \r\ntema.

    \r\n

    Designer URL
    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.

    ',1066008507,NULL); INSERT INTO international VALUES (74,'Poll',12,'

    De følgende variablene er tilgjengelige for Avstemnings \r\n(Poll) Template:

    \r\n

     canVote
    A condition indicating whether the user has the right \r\nto vote on this poll.

    \r\n

    question
    The poll question. \r\n

    form.start
    The beginning of the vote form. \r\n

    answer_loop
    A loop containing information about the answers in the \r\npoll. \r\n

    \r\n

    answer.form
    The radio button for this answer. \r\n

    answer.text
    The text of the answer. \r\n

    answer.number
    The number of this answer. As in 1, 2, 3, etc. \r\n

    answer.graphWidth
    The width that the graph should be rendered for \r\nthis answer. Based upon a percentage of the total graph size. \r\n

    answer.percent
    The percentage of the vote that this answer has \r\nreceived. \r\n

    answer.total
    The total number of votes that this answer has \r\nreceived. \r\n

    form.submit
    The submit button for the poll form. \r\n

    form.end
    The end of the poll form. \r\n

    responses.label
    The label for the total responses. \"Total Votes\" \r\n

    responses.total
    The total number of votes that have been placed on \r\nthis poll.

    ',1066008032,NULL); INSERT INTO international VALUES (89,'DataForm',12,'

    De Følgende variablene er tilgjengelige for Data Skjema List Template:

    \r\n

    back.url
    The URL to go back to the Data Form data entry page.

    \r\n

    back.label
    The default label for the back.url. \r\n

    field_loop
    A loop containing information about the fields in this \r\nData Form. \r\n

    field.name
    The web safe name of this field. \r\n

    field.label
    The human readable label for this field. \r\n

    field.id
    A unique identifier representing this field in the \r\ndatabase. \r\n

    field.isMailField
    A conditional indicating whether this field \r\nexists for the mail subsystem of the data form. \r\n

    field.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
    A unique identifier for this record entry. \r\n

    record.ipAddress
    The IP Address of the user that submitted this \r\nrecord entry. \r\n

    record.edit.url
    The URL to edit this record. \r\n

    record.username
    The username of the person that submitted this \r\nrecord entry. \r\n

    record.userId
    The user id of the person that submitted this record \r\nentry. \r\n

    record.submissionDate.epoch
    The epoch datestamp for this record \r\nentry. \r\n

    record.submissionDate.human
    A human readable date stamp, based upon \r\nthe user\'s preferences, for this record entry. \r\n

    record.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\n

    record.data.name
    The web safe name of this field. \r\n

    record.data.label
    The human readable label for this field. \r\n

    record.data.isMailField
    A conditional indicating whether this field \r\nexists for the mail subsystem of the data form.

    ',1066007657,NULL); INSERT INTO international VALUES (83,'DataForm',12,'

    De følgende template variablene er tilgjengelige for Data Skjema \r\nTemplates.

    \r\n

    acknowledgement
    The acknowledgement specified in the wobject\'s \r\nproperties. This message should be displayed after a user submits data.

    \r\n

    export.tab.url
    Following this URL will export the data stored to \r\nthis data form as a tab delimited file. \r\n

    export.tab.label
    The default label for the export.tab.url variable. \r\n\r\n

    entryList.url
    Following this URL will display a list of all the \r\nrecord entries in this data form. \r\n

    entryList.label
    The default label for the entryList.url variable. \r\n

    canEdit 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\n

    back.label
    The default label for the back.url variable. \r\n

    username*
    The username of the user that submitted the data. \r\n

    userId*
    The user id of the user that submitted the data. \r\n

    date*
    The date that this data was submitted or last updated \r\nformatted as the user\'s preferred date/time format. \r\n

    epoch*
    The date that this data was submitted or last updated \r\nformatted as an epoch date. \r\n

    ipAddress*
    The IP address of the user that submitted the data. \r\n

    edit.url*
    The URL to the page to edit this entry. \r\n

    error_loop*
    A loop containing error information, for instance if \r\nsomeone doesn\'t fill out a required field. \r\n

    \r\n

    error.message*
    An error message indicating what the user \r\nmight have done wrong.
    addField.url
    The URL that content \r\nmanagers will visit to add a new field to the form. \r\n

    addField.label
    The default label for the addField.url variable. \r\n

    form.start
    The beginning of the form. \r\n

    field_loop
    A loop containing all of the field information. \r\n

    \r\n

    field.form
    The form element for this field. \r\n

    field.name
    The name of this field. \r\n

    field.value
    The value of this field. If this is new data, then the \r\ndefault value will be used. \r\n

    field.label
    The text label for this field. \r\n

    field.isHidden
    A conditional indicating whether this field is \r\nsupposed to be hidden. \r\n

    field.isDisplayed
    A conditional indicating whether this field is \r\nsupposed to be displayed. \r\n

    field.isEditable
    A conditional indicating whether this field is \r\neditable. \r\n

    field.isRequired
    A conditional indicating whether this field is \r\nrequired. \r\n

    field.isMailField
    A conditional indicating whether this field is \r\npresent only to facilitate sending an email. \r\n

    field.subtext
    A description of the field so that users know what to \r\nput in the field. \r\n

    field.controls
    WebGUI\'s administrative controls for this field. \r\n

    form.send
    A form button with the word \"send\" \r\nprinted on it. \r\n

    form.save/b>
    A form button with the word \"save\" printed on it. \r\n

    form.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\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\n\r\n\r\nform.submit
    \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\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\n\r\ncanPost
    \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\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\n

    \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\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\nSelect a layout for the main listing of this message board.\r\n

    \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 \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\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\n

    ',1059278958,NULL); INSERT INTO international VALUES (73,'LinkList',15,'Title
    \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\nTemplate
    \r\nChoose a layout for this wobject.\r\n

    \r\n\r\nWhat Next?
    \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\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\n

    \r\nnoresults.message
    \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\nChoose a layout for the file manager.\r\n

    \r\n\r\nPaginate After
    \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\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\n

    ',1059278568,NULL); INSERT INTO international VALUES (73,'FAQ',15,'Question
    \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\nTemplate
    \r\nChoose a layout for this FAQ.\r\n

    \r\n\r\nWhat Next?
    \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\nrecord_loop
    \r\nA loop containing the record entries of this data form.\r\n

    \r\n\r\n

    \r\n\r\nrecord.entryId
    \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\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
    ',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\nThe acknowledgement specified in the wobject\'s properties. This message should be displayed after a user submits data.\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\nAn error message indicating what the user\n might have done wrong.\r\n\r\n
    \r\n\r\naddField.url
    \r\nThe URL that content managers will visit to add a new field to the form.\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\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.send
    \r\nA form button with the word \"send\" printed on it.\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\r\nnew.template
    \r\nArticles have the special ability to change their template so that you can allow users to see different views of the article. You do this by creating a link with a URL like this (replace 999 with the template Id you wish to use):

    \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\nattachment.icon
    \r\nThe URL to the icon image for this attachment type.\r\n

    \r\n\r\nattachment.name
    \r\nThe f\n ilename for this attachment.\r\n

    \r\n\r\nattachment.url
    \r\nThe URL to download this attachment.\r\n

    \r\n\r\nimage.thumbnail
    \r\nThe URL to the thumbnail for the attached image.\r\n

    \r\n\r\nimage.url
    \r\nThe URL to the attached image.\r\n

    \r\n\r\npost.label
    \r\nThe translated label to add a comment to this article.\r\n

    \r\n\r\n\r\npost.URL
    \r\nThe URL to add a comment to this article.\r\n

    \r\n\r\nreplies.count
    \r\nThe number of comments attached to this article.\r\n

    \r\n\r\nreplies.label
    \r\nThe translated text indicating that you can view the replies.\r\n

    \r\n\r\nreplies.url
    \r\nThe URL to view the replies to this article.\r\n

    \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\n 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

    \r\n\r\nisFirstPage
    \r\nA conditional indicating whether the visitor is viewing the first page.\r\n

    \r\n\r\nisLastPage
    \r\nA conditional indicating whether the visitor is viewing the last page.',1059278231,NULL); INSERT INTO international VALUES (71,'Article',15,'Articles are the Swiss Army knife of WebGUI. Most pieces of static content can be added via the Article.\r\n

    \r\n\r\nNOTE: You can create a multi-paged article by placing the seperator macro (^-;) at various places through-out your article.\r\n\r\n

    \r\nTemplate
    \r\nSelect a template to layout your article.\r\n

    \r\n\r\nImage
    \r\nChoose an image (.jpg, .gif, .png) file from your hard drive. This file will be uploaded to the server and displayed in your article.\r\n

    \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\nLink Title
    \r\nIf you wish to add a link to your article, enter the title of the link in this field. \r\n

    \r\nExample: Google\r\n

    \r\n\r\n \nLink URL
    \r\nIf you added a link title, now add the URL (uniform resource locator) here. \r\n

    \r\nExample: http://www.google.com\r\n\r\n

    \r\n\r\nConvert carriage returns?
    \r\nIf you\'re publishing HTML there\'s generally no need to check this option, but if you aren\'t using HTML and you want a carriage return every place you hit your \"Enter\" key, then check this option.\r\n

    \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,'

    Login Failed

    The information supplied does not match the account.',1059231734,NULL); INSERT INTO international VALUES (421,'WebGUI',15,'Obri¹i sve osim osnovnog formatiranja.',1059231710,NULL); INSERT INTO international VALUES (420,'WebGUI',15,'Ne bri¹i ni¹ta.',1059231673,NULL); INSERT INTO international VALUES (42,'WebGUI',15,'Molim potvrdu',1059231590,NULL); INSERT INTO international VALUES (419,'WebGUI',15,'Obri¹i sve osim teksta.',1059231566,NULL); INSERT INTO international VALUES (418,'WebGUI',15,'Filtriraj sadr¾aj',1059231415,NULL); INSERT INTO international VALUES (417,'WebGUI',15,'

    Security Violation

    You attempted to access a wobject not associated with this page. This incident has been reported.',1059231311,NULL); INSERT INTO international VALUES (416,'WebGUI',15,'

    Problem With Request

    We have encountered a problem with your request. Please use your back button and try again. If this problem persists, please contact us with what you were trying to do and the time and date of the problem.',1059231251,NULL); INSERT INTO international VALUES (412,'WebGUI',15,'Sa¾etak',1059231187,NULL); INSERT INTO international VALUES (411,'WebGUI',15,'Naziv menija',1059231164,NULL); INSERT INTO international VALUES (410,'WebGUI',15,'Upravljanje vr¹nim sjedi¹tima.',1059231152,NULL); INSERT INTO international VALUES (41,'WebGUI',15,'You\'re attempting to remove a vital component of the WebGUI system. If you were allowed to continue WebGUI may cease to function.',1059231124,NULL); INSERT INTO international VALUES (409,'WebGUI',15,'Dodaj novo vr¹no sjedi¹te.',1059231085,NULL); INSERT INTO international VALUES (408,'WebGUI',15,'Upravljanje vrhovima sjedi¹ta',1059231062,NULL); INSERT INTO international VALUES (407,'WebGUI',15,'Klikni ovdje za registraciju.',1059231039,NULL); INSERT INTO international VALUES (406,'WebGUI',15,'Velièina thumbnaila',1059231025,NULL); INSERT INTO international VALUES (405,'WebGUI',15,'Posljednja stranica',1059230982,NULL); INSERT INTO international VALUES (404,'WebGUI',15,'Prva stranica',1059230942,NULL); INSERT INTO international VALUES (403,'WebGUI',15,'Prefer not to say.',1059230913,NULL); INSERT INTO international VALUES (401,'WebGUI',15,'®elite li doista obrisati ovu poruku i sve poruke ispod nje u ovom nizu poruka?',1059230857,NULL); INSERT INTO international VALUES (400,'WebGUI',15,'Prevent Proxy Caching',1059230819,NULL); INSERT INTO international VALUES (399,'WebGUI',15,'Validate this page.',1059230796,NULL); INSERT INTO international VALUES (398,'WebGUI',15,'Document Type Declaration',1059230789,NULL); INSERT INTO international VALUES (395,'WebGUI',15,'Dodaj novu sliku.',1059230772,NULL); INSERT INTO international VALUES (394,'WebGUI',15,'Manage collateral.',1059230762,NULL); INSERT INTO international VALUES (391,'WebGUI',15,'Obri¹i datoteku u privitku.',1059230752,NULL); INSERT INTO international VALUES (39,'WebGUI',15,'Nemate dovoljne ovlasti za pristup ovoj stranici.',1059230727,NULL); INSERT INTO international VALUES (388,'WebGUI',15,'Datum postavljanja',1059230706,NULL); INSERT INTO international VALUES (387,'WebGUI',15,'Postavio',1059230691,NULL); INSERT INTO international VALUES (386,'WebGUI',15,'Uredi sliku',1059230679,NULL); INSERT INTO international VALUES (385,'WebGUI',15,'Parametri',1059230664,NULL); INSERT INTO international VALUES (384,'WebGUI',15,'Datoteka',1059230647,NULL); INSERT INTO international VALUES (381,'WebGUI',15,'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.',1059230637,NULL); INSERT INTO international VALUES (380,'WebGUI',15,'ID stila',1059230615,NULL); INSERT INTO international VALUES (38,'WebGUI',15,'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.',1059230595,NULL); INSERT INTO international VALUES (379,'WebGUI',15,'ID grupe',1059230576,NULL); INSERT INTO international VALUES (378,'WebGUI',15,'Korisnièki ID',1059230552,NULL); INSERT INTO international VALUES (377,'WebGUI',15,'No packages have been defined by your package manager(s) or administrator(s).',1059230536,NULL); INSERT INTO international VALUES (376,'WebGUI',15,'Paket',1059230512,NULL); INSERT INTO international VALUES (375,'WebGUI',15,'Odaberi paket za primjenu',1059230498,NULL); INSERT INTO international VALUES (374,'WebGUI',15,'Upravljanje paketima.',1059230483,NULL); INSERT INTO international VALUES (372,'WebGUI',15,'Uredi korisnièke grupe',1059230471,NULL); INSERT INTO international VALUES (371,'WebGUI',15,'Dodaj grupe',1059230441,NULL); INSERT INTO international VALUES (370,'WebGUI',15,'Uredi grupe',1059230431,NULL); INSERT INTO international VALUES (37,'WebGUI',15,'Nemate potrebnih ovlasti!',1059230406,NULL); INSERT INTO international VALUES (369,'WebGUI',15,'Datum isteka',1059230384,NULL); INSERT INTO international VALUES (368,'WebGUI',15,'Dodaj novu grupu korisniku.',1059230349,NULL); INSERT INTO international VALUES (77,'USS',15,'The following are the template variables used in a submission template. Submission templates are used to display the individual submissions in a user submission system.\r\n

    \r\n\r\ntitle
    \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\nT\n he number of seconds since January 1, 1970 that this submission was posted.\r\n

    \r\n\r\ndate.human
    \r\nA human readable date that displays the date and time this submission was posted.\r\n

    \r\n\r\nstatus.label
    \r\nA translated label indicating the status of this submission.\r\n

    \r\n\r\nstatus.status
    \r\nThe actual status of this submission (pending, approved, denied).\r\n

    \r\n\r\nviews.label
    \r\nA translated label indicating how many times this submission has been viewed.\r\n

    \r\n\r\nviews.count
    \r\nThe number of times this submission has been viewed.\r\n

    \r\n\r\ncanPost
    \r\nAn condition indicating whether or not this user can post a new submission.\r\n

    \r\n\r\npost.url
    \r\nThe URL to post a new submission.\r\n

    \r\n\r\npost.label
    \r\nA translated label for the post link.\r\n

    \r\n\r\nprevious.more
    \r\nAn condition indicating whether there are any posts\n 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 indica\n ting 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\n 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.',1059230323,NULL); INSERT INTO international VALUES (76,'USS',15,'Submission Template',1059230272,NULL); INSERT INTO international VALUES (75,'USS',15,'This is the listing of template variables available in user submission system templates.\r\n

    \r\n\r\nreadmore.label
    \r\nA translated label that indicates that the user should click to read more.\r\n

    \r\n\r\nresponses.label
    \r\nA translated label that indicates that the user should click to view the responses to this submission.\r\n

    \r\n\r\ncanPost
    \r\nA condition that indicates whether a user can add a new submission.\r\n

    \r\n\r\npost.url
    \r\nThe URL to add a new submission.\r\n

    \r\n\r\npost.label
    \r\nA translated label for the post link.\r\n

    \r\n\r\nsearch.label
    \r\nA translated label for the search link.\r\n

    \r\n\r\nsearch.url
    \r\nThe URL to toggle on/off WebGUI\'s power search form.\r\n

    \r\n\r\nsearch.form
    \r\nWebGUI\'s power search form.\r\n

    \r\n\r\n\n title.label
    \r\nA translated label for the title column.\r\n

    \r\n\r\nthumbnail.label
    \r\nA translated label for the thumbnail column.\r\n

    \r\n\r\ndate.label
    \r\nA translated label for the date column.\r\n

    \r\n\r\nby.label
    \r\nA translated label stating who the submission was submitted by.\r\n

    \r\n\r\nsubmissions_loop
    \r\nA loop containing each submission.\r\n

    \r\nsubmission.id
    \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\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.',1059230244,NULL); INSERT INTO international VALUES (74,'USS',15,'User Submission System Template',1059230207,NULL); INSERT INTO international VALUES (73,'USS',15,'',1059230198,NULL); INSERT INTO international VALUES (71,'USS',15,'User Submission Systems are a great way to add a sense of community to any site as well as get free content from your users. \r\n\r\nMain Template\r\nChoose a layout for this USS. \r\nFilter Content\r\nSelect the level of content filtering you wish to perform on all submitted content. \r\n\r\nSubmission Template\r\nChoose a layout for the individual submissions. \r\n\r\nWho can approve?\r\nWhat group is allowed to approve and deny content? \r\n\r\nWho can contribute?\r\nWhat group is allowed to contribute content? \r\n\r\nSubmissions Per Page\r\nHow many submissions should be listed per page in the submissions index? \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\nKarma Per Submission\r\nHow muc\n h karma should be given to a user when they contribute to this user submission system? \r\n\r\nDisplay thumbnails?\r\nIf there is an image present in the submission, the thumbnail will be displayed in the Layout (see above). \r\n\r\nAllow discussion?\r\nChecking this box will enable responses to your article much like Articles on Slashdot.org. \r\n\r\nFilter Post\r\nSelect the level of content filtering you wish to perform on all discussion posts. \r\n\r\nWho can post?\r\nSelect the group that is allowed to post to this discussion. \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\nKarma Per Post\r\nHow much karma should be g\n iven to a user when they post to this discussion? \r\n\r\nWho can moderate?\r\nSelect the group that is allowed to moderate this discussion. \r\n\r\nModeration Type?\r\nYou can select what type of moderation you\'d like for your users. After-the-fact means that when a user posts a message it is displayed publically right away. Pre-emptive means that a moderator must preview and approve users posts before allowing them to be publically visible. Alerts for new posts will automatically show up in the moderator\'s WebGUI Inbox. \r\n\r\nNOTE: In both types of moderation the moderator can always edit or delete the messages posted by your users. \r\n\r\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',1059230186,NULL); INSERT INTO international VALUES (61,'USS',15,'User Submission System, Add/Edit',1059230158,NULL); INSERT INTO international VALUES (6,'USS',15,'Submissions Per Page',1059230150,NULL); INSERT INTO international VALUES (59,'USS',15,'Next Submission',1059230142,NULL); INSERT INTO international VALUES (58,'USS',15,'Previous Submission',1059230134,NULL); INSERT INTO international VALUES (57,'USS',15,'Responses',1059230125,NULL); INSERT INTO international VALUES (53,'USS',15,'Layout',1059230106,NULL); INSERT INTO international VALUES (52,'USS',15,'Thumbnail',1059230098,NULL); INSERT INTO international VALUES (51,'USS',15,'Display thumbnails?',1059230087,NULL); INSERT INTO international VALUES (5,'USS',15,'Your submission has been denied.',1059230069,NULL); INSERT INTO international VALUES (48,'USS',15,'Dozvoli diskusiju?',1059230038,NULL); INSERT INTO international VALUES (47,'USS',15,'Post a Response',1059230026,NULL); INSERT INTO international VALUES (46,'USS',15,'Proèitaj vi¹e...',1059230001,NULL); INSERT INTO international VALUES (41,'USS',15,'Datum',1059229961,NULL); INSERT INTO international VALUES (4,'USS',15,'Your submission has been approved.',1059229952,NULL); INSERT INTO international VALUES (39,'USS',15,'Post a Reply',1059229940,NULL); INSERT INTO international VALUES (38,'USS',15,'(Select \"No\" if you\'re writing an HTML/Rich Edit submission.)',1059229920,NULL); INSERT INTO international VALUES (37,'USS',15,'Obri¹i',1059229906,NULL); INSERT INTO international VALUES (35,'USS',15,'Naziv',1059229893,NULL); INSERT INTO international VALUES (34,'USS',15,'Convert Carriage Returns',1059229882,NULL); INSERT INTO international VALUES (33,'USS',15,'Privitak',1059229858,NULL); INSERT INTO international VALUES (32,'USS',15,'Slika',1059229849,NULL); INSERT INTO international VALUES (31,'USS',15,'Sadr¾aj',1059229839,NULL); INSERT INTO international VALUES (30,'USS',15,'Karma Per Submission',1059229814,NULL); INSERT INTO international VALUES (3,'USS',15,'You have a new user submission to approve.',1059229792,NULL); INSERT INTO international VALUES (29,'USS',15,'User Submission System',1059229781,NULL); INSERT INTO international VALUES (28,'USS',15,'Return To Submissions List',1059229770,NULL); INSERT INTO international VALUES (27,'USS',15,'Uredi',1059229751,NULL); INSERT INTO international VALUES (21,'USS',15,'Submitted By',1059229740,NULL); INSERT INTO international VALUES (20,'USS',15,'Post New Submission',1059229731,NULL); INSERT INTO international VALUES (2,'USS',15,'Who can contribute?',1059229722,NULL); INSERT INTO international VALUES (19,'USS',15,'Edit Submission',1059229714,NULL); INSERT INTO international VALUES (18,'USS',15,'Edit User Submission System',1059229685,NULL); INSERT INTO international VALUES (17,'USS',15,'®elite li doista obrisati prijavu?',1059229675,NULL); INSERT INTO international VALUES (16,'USS',15,'Bez naslova',1059229635,NULL); INSERT INTO international VALUES (15,'USS',15,'Uredi/obri¹i',1059229623,NULL); INSERT INTO international VALUES (14,'USS',15,'Stanje',1059229611,NULL); INSERT INTO international VALUES (13,'USS',15,'Datum slanja',1059229602,NULL); INSERT INTO international VALUES (12,'USS',15,'(Uncheck if you\'re writing an HTML submission.)',1059229589,NULL); INSERT INTO international VALUES (1,'USS',15,'Tko dozvoljava?',1059229566,NULL); INSERT INTO international VALUES (73,'SyndicatedContent',15,'The following are the template variables available to the Syndicated Content template. \r\nchannel.title\r\nThe title of this piece of syndicated content. \r\n\r\nchannel.description\r\nA description of the content available through this channel. \r\n\r\nchannel.link\r\nA URL back to the originating site of this channel. \r\n\r\nitem_loop\r\nA loop containing the data from this channel. \r\n\r\ntitle\r\nThe title of a piece of content. \r\ndescription\r\nThe description of the content. \r\n\r\nlink A URL directly to the original content. \r\n',1059229554,NULL); INSERT INTO international VALUES (72,'SyndicatedContent',15,'Syndicated Content Template',1059229537,NULL); INSERT INTO international VALUES (71,'SyndicatedContent',15,'Syndicated content is content that is pulled from another site using the RDF/RSS specification. This technology is often used to pull headlines from various news sites like CNN and Slashdot. It can, of course, be used for other things like sports scores, stock market info, etc.\r\n

    \r\n\r\nURL to RSS file
    \r\nProvide the exact URL (starting with http://) to the syndicated content\'s RDF or RSS file. The syndicated content will be downloaded from this URL hourly.\r\n

    \r\nYou can find syndicated content at the following locations:\r\n

    \r\n\r\n

    \r\n\r\nTemplate
    \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 ?',1059215357,NULL); INSERT INTO international VALUES (12,'SQLReport',15,'Debug: Pogre¹ka: Ne mogu se spojiti na bazu podataka.',1059215342,NULL); INSERT INTO international VALUES (75,'SiteMap',15,'Sve vr¹ne stranice',1059215317,NULL); INSERT INTO international VALUES (74,'SiteMap',15,'Ova stranica',1059215304,NULL); INSERT INTO international VALUES (72,'SiteMap',15,'Predlo¾ak za mapu sjedi¹ta',1059215288,NULL); INSERT INTO international VALUES (61,'SiteMap',15,'Mapa sjedi¹ta, Dodaj/uredi',1059215270,NULL); INSERT INTO international VALUES (6,'SiteMap',15,'Uvlaka',1059215259,NULL); INSERT INTO international VALUES (5,'SiteMap',15,'Uredi mapu sjedi¹ta',1059215249,NULL); INSERT INTO international VALUES (4,'SiteMap',15,'Dubina pregledavanja',1059215239,NULL); INSERT INTO international VALUES (3,'SiteMap',15,'Poèni s',1059215227,NULL); INSERT INTO international VALUES (2,'SiteMap',15,'Mapa sjedi¹ta',1059215216,NULL); INSERT INTO international VALUES (95,'EventsCalendar',15,'Koristeæi sljedeæe varijable u predlo¹cima mo¾ete prilagoditi va¹ kalendar dogaðaja.\r\n\r\naddevent.url\r\nURL kojim se dogaðaj dodaje u kalendar. \r\n\r\naddevent.label\r\nOznaka uz link na dogaðaj. \r\n\r\ncalendar.big\r\nKalendar preko cijele stranice. \r\n\r\ncalendar.small\r\nMali kalendar kojim se prikazuju samo datumi. \r\n\r\ncalendar.firstPage\r\nLink na prvu stranu kalendara ukoliko je kalendar rastavljen na vi¹e stranica. \r\n\r\ncalendar.lastPage\r\nLink na posljednju stranu kalendara ukoliko je kalendar rastavljen na vi¹e stranica. \r\n\r\ncalendar.nextPage\r\nLink na sljedeæu stranu kalendara ukoliko je kalendar rastavljen na vi¹e stranica. \r\n\r\ncalendar.previousPage\r\nLink na prethodnu stranu kalendara ukoliko je kalendar rastavljen na vi¹e stranica. \r\n\r\ncalendar.pageList\r\nLink na sve stranice kalendara ukoliko je kalendar rastavljen\n na vi¹e stranica. \r\n\r\ncalendar.multiplePages\r\nUvjetna varijabla koja naznaèuje je li kalendar rastavljen na vi¹e stranica. \r\n\r\nlist_loop\r\nPetlja u kojoj se nalazi izlistan popis stavaka u kalendaru dogaðaja.\r\n\r\nlist.date\r\nDatum dogaðaja. \r\n\r\nlist.title\r\nNaziv dogaðaja. \r\n\r\nlist.description\r\nOpis dogaðaja. \r\n\r\nlist.sameAsPrevious\r\nUvjetna varijabla koja naznaèuje da je trenutni dogaðaj istog datuma kao i posljednji dogaðaj.\r\n\r\nlist.url\r\nURL na punu stranicu dogaðaja.\r\n\r\nlist.controls\r\nUpravljaèke WebGUI kontrole za dogaðaj.\r\n\r\nlist.firstPage\r\nLink na prvu stranicu. \r\n\r\nlist.lastPage\r\nLink na posljednju stranicu. \r\n\r\nlist.nextPage\r\nLink na sljedeæu stranicu.\r\n\r\nlist.previousPage\r\nLink na prethodnu stranicu.\r\n\r\nlist.pageList\r\nPopis svih linkova za dogaðaj.\r\n\r\nlist.multiplePages\r\nUvjetna varijabla koja naznaèuje postojanje vi¹e stranica u popisu dogaðaja.',1059215196,NULL); INSERT INTO international VALUES (98,'EventsCalendar',15,'Sad!',1059214829,NULL); INSERT INTO international VALUES (96,'EventsCalendar',15,'Predlo¾ak za dogaðaje',1059214812,NULL); INSERT INTO international VALUES (94,'EventsCalendar',15,'Predlo¾ak za kalendar dogaðaja',1059214795,NULL); INSERT INTO international VALUES (93,'EventsCalendar',15,'Sljedeæi dogaðaj',1059214782,NULL); INSERT INTO international VALUES (92,'EventsCalendar',15,'Prethodni dogaðaj',1059214772,NULL); INSERT INTO international VALUES (91,'EventsCalendar',15,'Dodaj novi dogaðaj.',1059214762,NULL); INSERT INTO international VALUES (90,'EventsCalendar',15,'Pretpostavljeni mjesec',1059214752,NULL); INSERT INTO international VALUES (9,'EventsCalendar',15,'do',1059214740,NULL); INSERT INTO international VALUES (89,'EventsCalendar',15,'Prika¾i 3 mjeseca od poèetka.',1059214732,NULL); INSERT INTO international VALUES (88,'EventsCalendar',15,'Prika¾i 6 mjeseci od poèetka.',1059214721,NULL); INSERT INTO international VALUES (87,'EventsCalendar',15,'Prika¾i 9 mjeseci od poèetka.',1059214707,NULL); INSERT INTO international VALUES (86,'EventsCalendar',15,'Prika¾i 12 mjeseci od poèetka.',1059214693,NULL); INSERT INTO international VALUES (85,'EventsCalendar',15,'Posljednji u kalendaru.',1059214680,NULL); INSERT INTO international VALUES (84,'EventsCalendar',15,'Zavr¹ni mjesec',1059214668,NULL); INSERT INTO international VALUES (83,'EventsCalendar',15,'Prvi u kalendaru.',1059214657,NULL); INSERT INTO international VALUES (82,'EventsCalendar',15,'Trenutni mjesec',1059214645,NULL); INSERT INTO international VALUES (81,'EventsCalendar',15,'Poèetni mjesec',1059214633,NULL); INSERT INTO international VALUES (80,'EventsCalendar',15,'Predlo¾ak za dogaðaje',1059214622,NULL); INSERT INTO international VALUES (8,'EventsCalendar',15,'Ponavlja se svakih',1059214611,NULL); INSERT INTO international VALUES (78,'EventsCalendar',15,'Ne bri¹i ni¹ta, pogrije¹io sam.',1059214598,NULL); INSERT INTO international VALUES (77,'EventsCalendar',15,'Obri¹i ovaj dogaðaj i sva ponavljanja.',1059214585,NULL); INSERT INTO international VALUES (76,'EventsCalendar',15,'Obri¹i samo ovaj dogaðaj.',1059214561,NULL); INSERT INTO international VALUES (75,'EventsCalendar',15,'©to ¾elite uèiniti?',1059214545,NULL); INSERT INTO international VALUES (72,'EventsCalendar',15,'Dogaðaj, Dodaj/uredi',1059214527,NULL); INSERT INTO international VALUES (61,'EventsCalendar',15,'Kalendar dogaðaja, Dodaj/uredi',1059214510,NULL); INSERT INTO international VALUES (4,'EventsCalendar',15,'Dogaða se samo jednom.',1059214496,NULL); INSERT INTO international VALUES (20,'EventsCalendar',15,'Dodaj dogaðaj',1059214483,NULL); INSERT INTO international VALUES (2,'EventsCalendar',15,'Kalendar dogaðaja',1059214473,NULL); INSERT INTO international VALUES (19,'EventsCalendar',15,'Nova stranica nakon',1059214463,NULL); INSERT INTO international VALUES (15,'EventsCalendar',15,'Zavr¹ni datum',1059214452,NULL); INSERT INTO international VALUES (14,'EventsCalendar',15,'Poèetni datum',1059214440,NULL); INSERT INTO international VALUES (13,'EventsCalendar',15,'Uredi dogaðaj',1059214430,NULL); INSERT INTO international VALUES (12,'EventsCalendar',15,'Uredi kalendar dogaðaja',1059214420,NULL); INSERT INTO international VALUES (9,'Poll',15,'Uredi anketu',1059207880,NULL); INSERT INTO international VALUES (8,'Poll',15,'(Unesite jedan odgovor po liniji, s maksimalno 20 odgovora)',1059207867,NULL); INSERT INTO international VALUES (73,'Poll',15,'Predlo¾ak za ankete',1059207825,NULL); INSERT INTO international VALUES (72,'Poll',15,'Ispi¹i odgovore po sluèajnom redosljedu?',1059207811,NULL); INSERT INTO international VALUES (7,'Poll',15,'Odgovori',1059207786,NULL); INSERT INTO international VALUES (61,'Poll',15,'Anketa, Dodaj/uredi',1059207774,NULL); INSERT INTO international VALUES (6,'Poll',15,'Pitanje',1059207757,NULL); INSERT INTO international VALUES (5,'Poll',15,'©irina grafa',1059207747,NULL); INSERT INTO international VALUES (4,'Poll',15,'Tko mo¾e glasovati?',1059207737,NULL); INSERT INTO international VALUES (3,'Poll',15,'Aktivno',1059207724,NULL); INSERT INTO international VALUES (20,'Poll',15,'Karma po glasu',1059207714,NULL); INSERT INTO international VALUES (12,'Poll',15,'Ukupno glasova',1059207700,NULL); INSERT INTO international VALUES (11,'Poll',15,'Glasuj!',1059207686,NULL); INSERT INTO international VALUES (10,'Poll',15,'Anuliraj glasove.',1059207674,NULL); INSERT INTO international VALUES (1,'Poll',15,'Anketa',1059207653,NULL); INSERT INTO international VALUES (9,'FAQ',15,'Dodaj novo pitanje.',1059207634,NULL); INSERT INTO international VALUES (8,'FAQ',15,'Uredi FAQ',1059207623,NULL); INSERT INTO international VALUES (76,'FAQ',15,'Predlo¾ak za FAQ',1059207606,NULL); INSERT INTO international VALUES (75,'FAQ',15,'Dodaj pitanje.',1059207590,NULL); INSERT INTO international VALUES (72,'FAQ',15,'Pitanje, Dodaj/uredi',1059207569,NULL); INSERT INTO international VALUES (7,'FAQ',15,'®elite li doista obrisati ovo pitanje?',1059207552,NULL); INSERT INTO international VALUES (61,'FAQ',15,'FAQ, Dodaj/uredi',1059207538,NULL); INSERT INTO international VALUES (6,'FAQ',15,'Odgovor',1059207523,NULL); INSERT INTO international VALUES (5,'FAQ',15,'Pitanje',1059207514,NULL); INSERT INTO international VALUES (2,'FAQ',15,'Uèestalo postavljana pitanja',1059207503,NULL); INSERT INTO international VALUES (13,'FAQ',15,'Ukljuèi link na [vrh]?',1059207489,NULL); INSERT INTO international VALUES (12,'FAQ',15,'Ukljuèi pitanja i odgovore?',1059207471,NULL); INSERT INTO international VALUES (11,'FAQ',15,'Ukljuèi sadr¾aj?',1059207457,NULL); INSERT INTO international VALUES (61,'ExtraColumn',15,'Dodatni stupac, Dodaj/uredi',1059207438,NULL); INSERT INTO international VALUES (6,'ExtraColumn',15,'Uredi dodatni stupac',1059207422,NULL); INSERT INTO international VALUES (5,'ExtraColumn',15,'Klasa u CSS-u',1059207409,NULL); INSERT INTO international VALUES (4,'ExtraColumn',15,'©irina',1059207398,NULL); INSERT INTO international VALUES (3,'ExtraColumn',15,'Razmak',1059207388,NULL); INSERT INTO international VALUES (1,'ExtraColumn',15,'Dodatni stupac',1059207377,NULL); INSERT INTO international VALUES (88,'DataForm',15,'Predlo¾ak za ispis u formularu',1059207360,NULL); INSERT INTO international VALUES (87,'DataForm',15,'Predlo¾ak za ispis formulara',1059207344,NULL); INSERT INTO international VALUES (86,'DataForm',15,'Ispi¹i sve unose',1059207322,NULL); INSERT INTO international VALUES (85,'DataForm',15,'Jedan po liniji',1059207308,NULL); INSERT INTO international VALUES (84,'DataForm',15,'Znak koji razdvaja podatke',1059207291,NULL); INSERT INTO international VALUES (82,'DataForm',15,'Predlo¾ak za formular',1059207269,NULL); INSERT INTO international VALUES (81,'DataForm',15,'Predlo¾ak za potvrde',1059207255,NULL); INSERT INTO international VALUES (8,'DataForm',15,'©irina',1059207238,NULL); INSERT INTO international VALUES (79,'DataForm',15,'Opis polja',1059207229,NULL); INSERT INTO international VALUES (74,'DataForm',15,'Treba li poslati podatke?',1059207211,NULL); INSERT INTO international VALUES (77,'DataForm',15,'Oznaka',1059207195,NULL); INSERT INTO international VALUES (76,'DataForm',15,'Dodaj polje',1059207185,NULL); INSERT INTO international VALUES (75,'DataForm',15,'Polje obavezno popuniti',1059207171,NULL); INSERT INTO international VALUES (73,'DataForm',15,'©alji',1059207150,NULL); INSERT INTO international VALUES (7,'DataForm',15,'Uredi formular',1059207131,NULL); INSERT INTO international VALUES (62,'DataForm',15,'Polja formulara, Dodaj/uredi',1059207119,NULL); INSERT INTO international VALUES (61,'DataForm',15,'Formular, Dodaj/uredi',1059207106,NULL); INSERT INTO international VALUES (6,'DataForm',15,'Moguæe modificirati',1059207094,NULL); INSERT INTO international VALUES (5,'DataForm',15,'Prikazano',1059207080,NULL); INSERT INTO international VALUES (4,'DataForm',15,'Skriveno',1059207071,NULL); INSERT INTO international VALUES (29,'DataForm',15,'je obavezno',1059207060,NULL); INSERT INTO international VALUES (28,'DataForm',15,'Neobavezno za tekstualno ili HTML podruèje',1059207047,NULL); INSERT INTO international VALUES (3,'DataForm',15,'Hvala na odazivu!',1059207022,NULL); INSERT INTO international VALUES (27,'DataForm',15,'Visina',1059206995,NULL); INSERT INTO international VALUES (25,'DataForm',15,'Pretpostavljena vrijednost',1059206986,NULL); INSERT INTO international VALUES (24,'DataForm',15,'Moguæe vrijednosti',1059206970,NULL); INSERT INTO international VALUES (23,'DataForm',15,'Vrsta',1059206957,NULL); INSERT INTO international VALUES (22,'DataForm',15,'Stanje',1059206948,NULL); INSERT INTO international VALUES (21,'DataForm',15,'Naziv polja',1059206938,NULL); INSERT INTO international VALUES (20,'DataForm',15,'Uredi polje',1059206929,NULL); INSERT INTO international VALUES (2,'DataForm',15,'Unesite naslov poruke',1059206917,NULL); INSERT INTO international VALUES (19,'DataForm',15,'®elite li doista obrisati ovo polje?',1059206903,NULL); INSERT INTO international VALUES (18,'DataForm',15,'Povratak',1059206889,NULL); INSERT INTO international VALUES (17,'DataForm',15,'Poruka poslana',1059206875,NULL); INSERT INTO international VALUES (16,'DataForm',15,'Potvrda',1059206863,NULL); INSERT INTO international VALUES (14,'DataForm',15,'Naslov',1059206852,NULL); INSERT INTO international VALUES (13,'DataForm',15,'Bcc',1059206843,NULL); INSERT INTO international VALUES (12,'DataForm',15,'Cc',1059206835,NULL); INSERT INTO international VALUES (11,'DataForm',15,'Za',1059206822,NULL); INSERT INTO international VALUES (10,'DataForm',15,'Od',1059206815,NULL); INSERT INTO international VALUES (1,'DataForm',15,'Formular',1059206806,NULL); INSERT INTO international VALUES (8,'Auth/SMB',15,'NT korisnièko ime',1059206787,NULL); INSERT INTO international VALUES (9,'Auth/SMB',15,'NT lozinka',1059206773,NULL); INSERT INTO international VALUES (7,'Auth/SMB',15,'NT domena',1059206753,NULL); INSERT INTO international VALUES (6,'Auth/SMB',15,'BDC',1059206744,NULL); INSERT INTO international VALUES (5,'Auth/SMB',15,'PDC',1059206736,NULL); INSERT INTO international VALUES (4,'Auth/SMB',15,'SMB gre¹ka kod logiranja (3)\r\nUnijeli ste pogre¹nu kombinaciju korisnièkog imena i lozinke. Poku¹ajte ponovno.',1059206726,NULL); INSERT INTO international VALUES (3,'Auth/SMB',15,'SMB gre¹ka u protokolu (2)\r\nMolimo, obratite se administratoru.',1059206689,NULL); INSERT INTO international VALUES (2,'Auth/SMB',15,'Pogre¹ka na SMB poslu¾itelju (1)\r\nDo¹lo je do pote¹koæa prilikom pristupa domenskom kontroleru. Moguæe je da je isteklo vrijeme konekcije. Molimo poku¹ajte ponovno ili se obratite administratoru.',1059206669,NULL); INSERT INTO international VALUES (1,'Auth/SMB',15,'SMB opcije za autentifikaciju',1059206610,NULL); INSERT INTO international VALUES (9,'Auth/LDAP',15,'Korisnièki RDN',1059206594,NULL); INSERT INTO international VALUES (8,'Auth/LDAP',15,'LDAP naziv lozinke',1059206579,NULL); INSERT INTO international VALUES (7,'Auth/LDAP',15,'LDAP naziv identiteta',1059206565,NULL); INSERT INTO international VALUES (6,'Auth/LDAP',15,'LDAP identitet (pretpostavljena vrijednost)',1059206548,NULL); INSERT INTO international VALUES (5,'Auth/LDAP',15,'URL LDAP servera (pretpostavljena vrijednost)',1059206530,NULL); INSERT INTO international VALUES (4,'Auth/LDAP',15,'DN za spajanje',1059206507,NULL); INSERT INTO international VALUES (3,'Auth/LDAP',15,'URL LDAP servera',1059206492,NULL); INSERT INTO international VALUES (2,'Auth/LDAP',15,'Spajanje na LDAP server nije moguæe.',1059206479,NULL); INSERT INTO international VALUES (1,'Auth/LDAP',15,'LDAP opcije za autentifikaciju',1059206455,NULL); INSERT INTO international VALUES (9,'LinkList',15,'®elite li doista obrisati ovaj link?',1059196367,NULL); INSERT INTO international VALUES (8,'LinkList',15,'URL',1059196350,NULL); INSERT INTO international VALUES (75,'LinkList',15,'Predlo¾ak za listu linkova',1059196335,NULL); INSERT INTO international VALUES (72,'LinkList',15,'Link, Dodaj/uredi',1059196312,NULL); INSERT INTO international VALUES (61,'LinkList',15,'Lista linkova, Dodaj/uredi',1059196294,NULL); INSERT INTO international VALUES (6,'LinkList',15,'Lista linkova',1059196281,NULL); INSERT INTO international VALUES (3,'LinkList',15,'Otvori u novom prozoru?',1059196270,NULL); INSERT INTO international VALUES (13,'LinkList',15,'Dodaj novi link',1059196257,NULL); INSERT INTO international VALUES (12,'LinkList',15,'Uredi link',1059196246,NULL); INSERT INTO international VALUES (10,'LinkList',15,'Uredi popis linkova',1059196236,NULL); INSERT INTO international VALUES (73,'MessageBoard',15,'Predlo¾ak za oglasnu ploèu',1059196193,NULL); INSERT INTO international VALUES (61,'MessageBoard',15,'Oglasna ploèa, Dodaj/uredi',1059196163,NULL); INSERT INTO international VALUES (6,'MessageBoard',15,'Uredi oglasnu ploèu',1059196145,NULL); INSERT INTO international VALUES (1019,'WebGUI',1,'Back to thread list',1065280160,'Return to the list of threads in a discussion.'); INSERT INTO international VALUES (1017,'WebGUI',15,'Posljednji odgovor',1059196109,NULL); INSERT INTO international VALUES (2,'MessageBoard',15,'Oglasna ploèa',1059196096,NULL); INSERT INTO international VALUES (1016,'WebGUI',15,'Odgovori',1059196083,NULL); INSERT INTO international VALUES (1052,'WebGUI',1,'Edit Replacement',1066418983,'A heading for the edit replacement page. '); INSERT INTO international VALUES (73,'Item',15,'Predlo¾ak za stavke',1059195990,NULL); INSERT INTO international VALUES (61,'Item',15,'Stavka, Dodaj/uredi',1059195969,NULL); INSERT INTO international VALUES (6,'Item',15,'Uredi stavku',1059195956,NULL); INSERT INTO international VALUES (5,'Item',15,'Dohvati privitak',1059195946,NULL); INSERT INTO international VALUES (4,'Item',15,'Stavka',1059195933,NULL); INSERT INTO international VALUES (3,'Item',15,'Obri¹i privitak',1059195911,NULL); INSERT INTO international VALUES (2,'Item',15,'Privitak',1059195901,NULL); INSERT INTO international VALUES (1,'Item',15,'URL linka',1059195889,NULL); INSERT INTO international VALUES (10,'FAQ',15,'Uredi pitanje',1059195874,NULL); INSERT INTO international VALUES (1,'WebGUI',15,'Dodaj sadr¾aj...',1059195852,NULL); INSERT INTO international VALUES (40,'WebGUI',15,'Va¾na komponenta',1059195821,NULL); INSERT INTO international VALUES (4,'WebGUI',15,'Uredi postavke.',1059195809,NULL); INSERT INTO international VALUES (86,'WebGUI',15,'Jeste li sigurni da ¾elite obrisati ovu grupu? Ukoliko je obri¹ete, sve dozvole vezane uz nju bit æe takoðer obrisane.',1059195769,NULL); INSERT INTO international VALUES (90,'WebGUI',15,'Dodaj novu grupu.',1059195746,NULL); INSERT INTO international VALUES (88,'WebGUI',15,'Korisnici u grupi',1059195734,NULL); INSERT INTO international VALUES (85,'WebGUI',15,'Opis',1059195656,NULL); INSERT INTO international VALUES (89,'WebGUI',15,'Grupe',1059195646,NULL); INSERT INTO international VALUES (87,'WebGUI',15,'Uredi grupu',1059195633,NULL); INSERT INTO international VALUES (84,'WebGUI',15,'Naziv grupe',1059195620,NULL); INSERT INTO international VALUES (829,'WebGUI',15,'Predlo¾ak za stranicu',1059195592,NULL); INSERT INTO international VALUES (827,'WebGUI',15,'Predlo¾ak za wobject',1059195577,NULL); INSERT INTO international VALUES (825,'WebGUI',15,'Predlo¾ak, jezik',1059195561,NULL); INSERT INTO international VALUES (824,'WebGUI',15,'Footer elektronièke poruke',1059195549,NULL); INSERT INTO international VALUES (823,'WebGUI',15,'Idi na novu stranicu.',1059195516,NULL); INSERT INTO international VALUES (821,'WebGUI',15,'Bilo koji',1059195504,NULL); INSERT INTO international VALUES (820,'WebGUI',15,'Va¹ korisnièki raèun nije aktiviran. Stoga do aktivacije ne mo¾ete pristupiti na sustav. Aktivaciju mo¾e obaviti samo administrator.',1059195495,NULL); INSERT INTO international VALUES (82,'WebGUI',15,'Administrativne funkcije...',1059195406,NULL); INSERT INTO international VALUES (819,'WebGUI',15,'Samoiskljuèeno',1059195392,NULL); INSERT INTO international VALUES (818,'WebGUI',15,'Iskljuèeno',1059195379,NULL); INSERT INTO international VALUES (817,'WebGUI',15,'Aktivno',1059195362,NULL); INSERT INTO international VALUES (816,'WebGUI',15,'Stanje',1059195352,NULL); INSERT INTO international VALUES (815,'WebGUI',15,'Datoteka koju ste poku¹ali prenijeti je prevelika.',1059195340,NULL); INSERT INTO international VALUES (814,'WebGUI',15,'Povratak na stilove.',1059195318,NULL); INSERT INTO international VALUES (813,'WebGUI',15,'Grupe u ovoj grupi',1059195307,NULL); INSERT INTO international VALUES (812,'WebGUI',15,'Va¹a poruka je poslana.',1059195292,NULL); INSERT INTO international VALUES (7,'FileManager',15,'Dozvola pristupa grupi',1059195230,NULL); INSERT INTO international VALUES (9,'FileManager',15,'Ureðivaè datoteka',1059194954,NULL); INSERT INTO international VALUES (8,'FileManager',15,'Sa¾etak',1059194936,NULL); INSERT INTO international VALUES (75,'FileManager',15,'Predlo¾ak za Datoteke',1059194923,NULL); INSERT INTO international VALUES (74,'FileManager',15,'Dodaj novu datoteku.',1059194892,NULL); INSERT INTO international VALUES (72,'FileManager',15,'Datoteka, Dodaj/uredi',1059194876,NULL); INSERT INTO international VALUES (61,'FileManager',15,'Datoteke, Dodaj/uredi',1059194840,NULL); INSERT INTO international VALUES (6,'FileManager',15,'Datoteka',1059194826,NULL); INSERT INTO international VALUES (5,'FileManager',15,'Naziv datoteke',1059194817,NULL); INSERT INTO international VALUES (3,'FileManager',15,'Nastavi s dodavanjem datoteke?',1059194805,NULL); INSERT INTO international VALUES (20,'FileManager',15,'Nova stranica nakon',1059194781,NULL); INSERT INTO international VALUES (19,'FileManager',15,'Nema raspolo¾ivih datoteka.',1059194769,NULL); INSERT INTO international VALUES (18,'FileManager',15,'Varijanta #2',1059194756,NULL); INSERT INTO international VALUES (17,'FileManager',15,'Varijanta #1',1059194746,NULL); INSERT INTO international VALUES (16,'FileManager',15,'Postavljeno',1059194729,NULL); INSERT INTO international VALUES (15,'FileManager',15,'Opis',1059194718,NULL); INSERT INTO international VALUES (14,'FileManager',15,'Datoteka',1059194709,NULL); INSERT INTO international VALUES (12,'FileManager',15,'Jeste li sigurni da doista ¾elite obrisati datoteku?',1059194697,NULL); INSERT INTO international VALUES (11,'FileManager',15,'Dodaj novu datoteku.',1059194676,NULL); INSERT INTO international VALUES (10,'FileManager',15,'Uredi datoteku',1059194664,NULL); INSERT INTO international VALUES (1,'FileManager',15,'Datoteke',1059194649,NULL); INSERT INTO international VALUES (1030,'WebGUI',15,'Uredio',1059194627,NULL); INSERT INTO international VALUES (1029,'WebGUI',15,'Ureðeno u ',1059194603,NULL); INSERT INTO international VALUES (1025,'WebGUI',15,'Dodaj vrijeme dodavanja?',1059194590,NULL); INSERT INTO international VALUES (1024,'WebGUI',15,'Filtriraj poruku',1059194568,NULL); INSERT INTO international VALUES (49,'WebGUI',15,'Odjavi se.',1054551843,NULL); INSERT INTO international VALUES (48,'WebGUI',15,'Pozdrav, ',1054550870,NULL); INSERT INTO international VALUES (52,'WebGUI',15,'prijava',1054550857,NULL); INSERT INTO international VALUES (50,'WebGUI',15,'Korisničko ime',1054550842,NULL); INSERT INTO international VALUES (51,'WebGUI',15,'Lozinka',1054550775,NULL); INSERT INTO international VALUES (9,'WebGUI',15,'Pregledaj clipboard.',1054550618,NULL); INSERT INTO international VALUES (80,'DataForm',15,'Predložak za e-mail',1054550597,NULL); INSERT INTO international VALUES (1,'Auth/WebGUI',15,'Opcije kod autentifikacije',1054550532,NULL); INSERT INTO international VALUES (5,'Auth/WebGUI',15,'Lozinka ne može biti \"password\".',1054550476,NULL); INSERT INTO international VALUES (4,'Auth/WebGUI',15,'Lozinka ne može biti prazna.',1054550461,NULL); INSERT INTO international VALUES (3,'Auth/WebGUI',15,'Lozinke se ne podudaraju. Pokušajte ponovno.',1054550447,NULL); INSERT INTO international VALUES (2,'Auth/WebGUI',15,'Potvrdi lozinku',1054550425,NULL); INSERT INTO international VALUES (9,'Article',15,'Privitak',1053837335,NULL); INSERT INTO international VALUES (8,'Article',15,'URL linka',1053837325,NULL); INSERT INTO international VALUES (7,'Article',15,'Naziv linka',1053837271,NULL); INSERT INTO international VALUES (61,'Article',15,'Članak, dodaj/uredi',1053837260,NULL); INSERT INTO international VALUES (6,'Article',15,'Slika',1053837248,NULL); INSERT INTO international VALUES (4,'Article',15,'Krajnji datum',1053837239,NULL); INSERT INTO international VALUES (3,'Article',15,'Početni datum',1053837230,NULL); INSERT INTO international VALUES (28,'Article',15,'Pogledaj odgovore',1053837221,NULL); INSERT INTO international VALUES (23,'Article',15,'Datum',1053837182,NULL); INSERT INTO international VALUES (22,'Article',15,'Autor',1053837174,NULL); INSERT INTO international VALUES (12,'Article',15,'Uredi članak',1053837155,NULL); INSERT INTO international VALUES (10,'Article',15,'Treba li pretvoriti carriage return?',1053837143,NULL); INSERT INTO international VALUES (11,'Article',15,'(Odaberite \"Yes\" samo ukoliko ne dodajete
    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 database link bestaat uit de volgende velden.\r\n

    \r\n\r\nTitel
    \r\nEen titel voor de database link\r\n

    \r\n\r\nDSN
    \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\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\nOracle:\r\n

      DBI:Oracle:SID
      \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\n
    \r\n\r\nPostgreSQL:\r\n
      DBI:PgPP:dbname=DBNAME[;host=hOST]
      \r\nDBD::PgPP moet geinstalleerd zijn.\r\n
    \r\n\r\n\r\nSybase:\r\n
      DBI:Sybase:[server=SERVERNAME][database=DATABASE]
      \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\n\r\n

    \r\nDatabase gebruiker
    \r\nDe database gebruikersnaam die gebruikt wordt voor de DSN connectie.\r\n

    \r\n\r\n\r\nDatabase wachtwoord
    \r\nHet database wachtwoord dat gebruikt wordt voor de DSN connectie.\r\n

    ',1058725527,NULL); INSERT INTO international VALUES (1000,'WebGUI',3,'

    \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\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.

    ',1057749412,NULL); INSERT INTO international VALUES (21,'SQLReport',3,'Als u niet een voorgedefinieerde databaselink wilt gebruiken kunt u hieronder uw eigen connectie informatie opgeven.',1057749026,NULL); INSERT INTO international VALUES (20,'SQLReport',3,'Database link',1057748972,NULL); INSERT INTO international VALUES (19,'SQLReport',3,'Kies een database link...',1057748958,NULL); INSERT INTO international VALUES (12,'HttpProxy',3,'Herschrijf URL\'s?',1057748938,NULL); INSERT INTO international VALUES (29,'DataForm',3,'is vereist',1057748915,NULL); INSERT INTO international VALUES (7,'WobjectProxy',3,'Gebruik deze titel i.p.v. orgineel?',1057511429,NULL); INSERT INTO international VALUES (10,'WobjectProxy',3,'Gebruik dit sjabloon i.p.v. origineel? ',1057511388,NULL); INSERT INTO international VALUES (864,'WebGUI',3,'Verloop notificatie offset',1057511307,NULL); INSERT INTO international VALUES (863,'WebGUI',3,'Verwijder Offset',1057511260,NULL); INSERT INTO international VALUES (73,'SyndicatedContent',3,'De volgende variabelen zijn beschikbaar voor het syndicated content sjabloon.\r\n\r\n

    \r\n\r\nchannel.title
    \r\nDe titel van dit stuk syndicated content.\r\n

    \r\n\r\nchannel.description
    \r\nEen beschrijving van de content beschikbaar via dit kanaal.\r\n

    \r\n\r\nchannel.link
    \r\nEen URL die terugverwijst naar de site van dit kanaal.\r\n

    \r\n\r\nitem_loop
    \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\n\r\ndescription
    \r\nDe beschrijving van de content.\r\n

    \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\nDe URL om terug te gaan naar de gegevensinvoerpagina van dit gegevensformulier.\r\n

    \r\n\r\nback.label
    \r\nHet standaard label van back.url.\r\n

    \r\n\r\nfield_loop
    \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\n\r\nfield.label
    \r\nHet leesbare label voor dit veld.\r\n

    \r\n\r\nfield.id
    \r\nEen unieke id voor dit veld in de database.\r\n

    \r\n\r\nfield.isMailField
    \r\nBepaalt of dit veld bestaat voor het mail subsysteem van het gegevensformulier.\r\n

    \r\n\r\nfield.type
    \r\nHet gegevenstype dat bij dit veld hoort.\r\n

    \r\n\r\n

    \r\n\r\nrecord_loop
    \r\nEen loop met die record invoer bevat van dit gegevensformulier.\r\n

    \r\n\r\n

    \r\n\r\nrecord.entryId
    \r\nEen uniek ID voor de invoer van deze record.\r\n

    \r\n\r\nrecord.ipAddress
    \r\nHet IP-adres van de gebuiker die deze recor heeft ingevoerd.\r\n

    \r\n\r\nrecord.edit.url
    \r\nDe URL om dit record aan te passen.\r\n

    \r\n\r\nrecord.username
    \r\nDe gerbruikersnaam van de persoon die deze record heeft ingevoerd.\r\n

    \r\n\r\nrecord.userId
    \r\nHet gebruikers ID van de persoon die deze record heeft ingevoerd.\r\n

    \r\n\r\nrecord.submissionDate.epoch
    \r\nDe datum in epochformaat voor de invoer van dit record.\r\n

    \r\n\r\nrecord.submissionDate.human
    \r\nDe datum van deze recordinvoer in een normaal leesbaar formaat, zoals in de voorkeuren is ingevoerd voor deze gebruiker.\r\n

    \r\n\r\nrecord.data_loop
    \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\n

    \r\n\r\nrecord.data.value
    \r\nDe waarde zoals ingevoerd door de gebruiker voor dit veld in deze recordinvoer.\r\n

    \r\n\r\nrecord.data.name
    \r\nDe webveilige naam van dit veld.\r\n

    \r\n\r\nrecord.data.label
    \r\nDe normaal leesbare label voor dit veld.\r\n

    \r\n\r\nrecord.data.isMailField
    \r\nBepaalt of dit veld bestaat voor het mail subsysteem van dit gegevensformulier.\r\n

    ',1056309770,NULL); INSERT INTO international VALUES (83,'DataForm',3,'De volgende sjabloon variabelen zijn beschikbaar voor Data Formulier Sjablonen\r\n

    \r\n\r\nacknowledgement
    \r\nDe erkenning (acknowledgement) zoals gespecificeerd in een wobjects eigenschappen. Dit bericht behoort weergegeven te worden als een gebruiker gegevens invoert.\r\n

    \r\nexport.tab.url
    \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\n\r\nexport.tab.label
    \r\nHet standaard label van de export.tab.url variabele.\r\n

    \r\n\r\nentryList.url
    \r\nOp deze link klikken laat de volledige lijst van ingevoerde records in dit dataformulier zien.\r\n

    \r\n\r\nentryList.label
    \r\nHet standaard labe voor de entryList.url variabele.\r\n

    \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\nEen url dat u terug brengt naar de standaard pagina in dit formulier.\r\n

    \r\n\r\nback.label
    \r\nHet standaard label voor de back.url variabele. \r\n

    \r\n\r\nusername*
    \r\nDe gebruikersnaam van de gebruiker die de gegevens heeft ingevoerd.\r\n

    \r\n\r\nuserId*
    \r\nHet gebruikers ID van de gebruiker die de gegevens heeft ingevoerd.\r\n

    \r\n\r\ndate*
    \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\n\r\n\r\nepoch*
    \r\nDe datum dat deze gegevens zijn ingevoerd of voor het laatst zijn ververst in een epoch formaat.\r\n

    \r\n\r\nipAddress*
    \r\nHet IP-adres van de gebruiker dat de gegevens heeft ingevoerd.\r\n

    \r\n\r\nedit.url*
    \r\nD\n e URL van de pagina om deze invoer te bewerken.\r\n

    \r\n\r\nerror_loop*
    \r\nEen \'loop\' die fout informatie bevat, bijvoorbeeld als iemand een verplicht veld niet heeft ingevuld.\r\n

    \r\n\r\n

    \r\n\r\nerror.message*
    \r\nEen foutmelding die aangeeft wat de gebruiker mogelijk fout heeft gedaan.\r\n\r\n
    \r\n\r\naddField.url
    \r\nDe URL die door content managers wordt gebruikt om een nieuw veld aan het formulier toe te voegen.\r\n

    \r\n\r\naddField.label
    \r\nHet standaard labele voor de addField.url variabele.\r\n

    \r\n\r\nform.start
    \r\nHet begin van het formulier.\r\n

    \r\n\r\nfield_loop
    \r\nEen loop met al de veld informatie.\r\n

    \r\n\r\n

    \r\n\r\nfield.form
    \r\nHet formulier element voor dit veld.\r\n

    \r\n\r\nfield.name
    \r\nDe naam van dit veld.\r\n

    \r\n\r\nfield.value
    \r\nDe waarde van dit veld. Als dit nieuwe\n dat is dan wordt hier de standaard waarde gebruikt.\r\n

    \r\n\r\nfield.label
    \r\nDe tekst label voor dit veld.\r\n

    \r\n\r\nfield.isHidden
    \r\nDit bepaalt of dit veld verborgen behoort te zijn.\r\n

    \r\n\r\nfield.isDisplayed
    \r\nBepaalt of dit veld weergegeven behoort te worden.\r\n

    \r\n\r\nfield.isEditable
    \r\nBepaalt of dit veld te bewerken is.\r\n

    \r\n\r\nfield.isRequired
    \r\nBepaalt of dit veld verplicht is.\r\n

    \r\n\r\nfield.isMailField
    \r\nBepaalt of dit veld alleen aanwezig is om het mogelijk te maken een email te versturen.\r\n

    \r\n\r\n\r\nfield.subtext
    \r\nEen beschrijving van het veld, om gebruikers te laten weten wat ze in dit veld behoren in te vullen.\r\n

    \r\n\r\nfield.controls
    \r\nWebGUI\'s beheerders mogelijkheden voor dit veld.\r\n

    \r\n\r\n

    \r\n\r\nform.send
    \r\nEen forumulier knop met het woordb \"send\n \" erin.\r\n

    \r\n\r\nform.save\r\nEen formulierknop met het woord \"save\" erin.\r\n

    \r\n\r\nform.end
    \r\nHet einde van het formulier.\r\n

    \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
    \r\n\r\nThe name of the item in the trash. You may view the item by selecting the title.\r\n

    Type
    \r\nHet type van de inhoud. Bijvoorbeeld een pagina, een artikel, een evenementenkalender enz.\r\n\r\n\r\n

    Prullenbak datum
    \r\nDe datum en tijd dat een object is toegevoegd aan de prullenbak.\r\n

    Vorige locatie
    \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

    Gebruikersnaam
    \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

    ',1056217007,NULL); INSERT INTO international VALUES (960,'WebGUI',3,'Prullenbak, beheer',1056216490,NULL); INSERT INTO international VALUES (959,'WebGUI',3,'Leeg systeem klembord.',1056216451,NULL); INSERT INTO international VALUES (952,'WebGUI',3,'Klembord datum',1056216403,NULL); INSERT INTO international VALUES (958,'WebGUI',3,'Het klembord is een speciale systeemlocatie waar u tijdelijk content knipt of kopieert zodat het later op een andere locatie geplaatst (geplakt) kan worden.\r\n

    \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
    \r\nDe naam van het object in het klembord. U kunt het object bekijken door de titel te selecteren.\r\n\r\n

    Type
    \r\nHet type van de content/inhoud. Bij voorbeeld: een pagina, een artikel, een evenementenkalender enz.\r\n\r\n

    Klembord datum
    \r\nDe datum en tijd dat het object aan het klembord was toegevoegd.\r\n\r\n

    Vorige locatie
    \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

    Gebruikersnaam
    \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

    ',1056216355,NULL); INSERT INTO international VALUES (957,'WebGUI',3,'Klembord, beheer',1056215693,NULL); INSERT INTO international VALUES (956,'WebGUI',3,'Weet u zeker dat u dit object van het klembord in de prullenbak wilt gooien?',1056215670,NULL); INSERT INTO international VALUES (955,'WebGUI',3,'Beheer systeemklembord',1056215583,NULL); INSERT INTO international VALUES (954,'WebGUI',3,'Beheer systeemklembord.',1056215548,NULL); INSERT INTO international VALUES (953,'WebGUI',3,'Vorige locatie',1056215512,NULL); INSERT INTO international VALUES (951,'WebGUI',3,'Weet u zeker dat u de inhoud van het klembord in de prullenbak wilt gooien?',1056215461,NULL); INSERT INTO international VALUES (950,'WebGUI',3,'Leeg klembord.',1056215405,NULL); INSERT INTO international VALUES (949,'WebGUI',3,'Beheer klembord',1056215361,NULL); INSERT INTO international VALUES (948,'WebGUI',3,'Beheer klembord',1056215309,NULL); INSERT INTO international VALUES (947,'WebGUI',3,'Gedeeld klembord gebruiken?',1056215164,NULL); INSERT INTO international VALUES (946,'WebGUI',3,'Gedeelde prullenbak?',1056215115,NULL); INSERT INTO international VALUES (945,'WebGUI',3,'Scratch filter',1056215047,NULL); INSERT INTO international VALUES (944,'WebGUI',3,'Postcode',1056214941,NULL); INSERT INTO international VALUES (943,'WebGUI',3,'Checkbox',1056214891,NULL); INSERT INTO international VALUES (942,'WebGUI',3,'Radioknoppen lijst',1056214869,NULL); INSERT INTO international VALUES (941,'WebGUI',3,'Checkbox lijst',1056214825,NULL); INSERT INTO international VALUES (940,'WebGUI',3,'In een nieuw venster openen?',1056214772,NULL); INSERT INTO international VALUES (939,'WebGUI',3,'Als u een thema verwijdert dat u heeft gemaakt, verwijdert u enkel de basiseigenschappen van dit thema.\r\nAls u echter een thema verwijdert dat u heeft geïmporteerd, verwijdert u ook al de componenten (stijlen, sjablone, collateral) die hier bij horen.\r\nWees dus zeker dat u geen van deze componenten nog in gebruik heeft voordat u een thema verwijdert. \r\n',1056214727,NULL); INSERT INTO international VALUES (938,'WebGUI',3,'Thema, verwijder',1056214504,NULL); INSERT INTO international VALUES (937,'WebGUI',3,'Om een thema te importeren heeft u een thema bestand nodig dat is geëxporteerd door een andere WebGUI site.\r\nSelecteer het bestand op uw harde schijf en klik op de \"Importeer\" knop. Dan krijgt u nog een bevestigingsvraag, waarin\r\nu gevraagd wordt of dit het thema is dat u wilt importeren. Als u het ermee eens bent klikt u op de \"Importeer\" knop en het nieuwe thema is beschikbaar.\r\nU kunt vanaf nu dit thema op uw site gebruiken, net als elk ander thema, stijl, sjabloon of collateral gegevens.

    \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.

    ',1056214431,NULL); INSERT INTO international VALUES (936,'WebGUI',3,'Thema, importeer',1056213854,NULL); INSERT INTO international VALUES (935,'WebGUI',3,'Het bestand dat heeft geupload is geen correct themabestand.',1056213828,NULL); INSERT INTO international VALUES (934,'WebGUI',3,'Het maken en bewerken van themas is vrij eenvoudig. Eerst dient u een paar basiseigenschappen voor het thema opgeven.\r\nVervolgens start u met het toevoegen van componenten aan het thema. \r\n

    \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\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\n\r\nThema naam
    \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\n\r\nThema ontwerper
    \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\nOntwerper URL
    \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\n

    ',1056213741,NULL); INSERT INTO international VALUES (933,'WebGUI',3,'Thema, bewerk',1056213108,NULL); INSERT INTO international VALUES (932,'WebGUI',3,'Themas vormen een mechanisme waarmee u snel nieuwe stijlen, sjablonen en collateral in WebGUI kunt importeren. \r\nThemas zijn ook erg handig om items van de ene site naar een andere te verplaatsen.

    \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',1056213085,NULL); INSERT INTO international VALUES (931,'WebGUI',3,'Themas, beheer',1056212694,NULL); INSERT INTO international VALUES (930,'WebGUI',3,'Bekijk thema',1056212666,NULL); INSERT INTO international VALUES (929,'WebGUI',3,'Importeer!',1056212644,NULL); INSERT INTO international VALUES (928,'WebGUI',3,'Wilt u dit thema importeren?',1056212622,NULL); INSERT INTO international VALUES (927,'WebGUI',3,'Importeer thema',1056212587,NULL); INSERT INTO international VALUES (926,'WebGUI',3,'Dit thema is gemaakt met een nieuwere versie van WebGUI dan de versie die op uw systeem is geïnstalleerd. U dient eerst de versie van WebGUI te vernieuwen voordat u deze versie kunt installeren.',1056212559,NULL); INSERT INTO international VALUES (925,'WebGUI',3,'U heeft al een andere versie van dit thema geïnstalleerd. Die dient u eerst te verwijderen voor u het opnieuw kunt installeren.',1056212440,NULL); INSERT INTO international VALUES (924,'WebGUI',3,'Importeer een thema.',1056212218,NULL); INSERT INTO international VALUES (923,'WebGUI',3,'Themaversie',1056212184,NULL); INSERT INTO international VALUES (922,'WebGUI',3,'Gemaakt met',1056212158,NULL); INSERT INTO international VALUES (921,'WebGUI',3,'Thema pakketbestand',1056212137,NULL); INSERT INTO international VALUES (920,'WebGUI',3,'Exporteer dit thema.',1056212001,NULL); INSERT INTO international VALUES (919,'WebGUI',3,'Bewerk dit thema.',1056211975,NULL); INSERT INTO international VALUES (918,'WebGUI',3,'Verwijder dit thema.',1056211944,NULL); INSERT INTO international VALUES (917,'WebGUI',3,'Voeg een thema component toe.',1056211913,NULL); INSERT INTO international VALUES (916,'WebGUI',3,'Knipsel',1056211880,NULL); INSERT INTO international VALUES (915,'WebGUI',3,'Bestand',1056211853,NULL); INSERT INTO international VALUES (914,'WebGUI',3,'Plaatje',1056211833,NULL); INSERT INTO international VALUES (913,'WebGUI',3,'Sjabloon',1056211783,NULL); INSERT INTO international VALUES (912,'WebGUI',3,'Stijl',1056211755,NULL); INSERT INTO international VALUES (74,'Poll',3,'De volgende variabelen zijn beschikbaar bij de peiling sjabloon:
    \r\n
    \r\ncanVote
    \r\nEen conditie die aangeeft of de gebruiker het recht heeft te stemmen in deze peiling.\r\n

    \r\n\r\nquestion
    \r\nDe peiling vraag.\r\n

    \r\n\r\nform.start
    \r\nHet begin van het peilingsformulier.\r\n

    \r\n\r\nanswer_loop
    \r\nEen loop die informatie bevat ocer de antwoorden in de peiling.\r\n

    \r\n\r\n

    \r\n\r\nanswer.form
    \r\nRadio button for dit antwoord.\r\n

    \r\n\r\nanswer.text
    \r\nDe tekst van dit antwoord.\r\n

    \r\n\r\nanswer.number
    \r\nHet nummer van dit antwoord (zoals 1, 2, 3 enz.)\r\n

    \r\n\r\nanswer.graphWidth
    \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\n\r\n\r\n\n answer.percent
    \r\nHet percentage van de peiling dat dit antwoord tot zover heeft gekregen.\r\n

    \r\n\r\nanswer.total
    \r\nHet totaal aantal stemmen dat dit antwoord heeft gekregen.\r\n\r\n

    \r\n\r\n

    \r\n\r\n\r\nform.submit
    \r\nDe invoerknop van het formulier van deze peiling.\r\n

    \r\n\r\nform.end
    \r\nHet einde van het formulier van deze peiling.\r\n

    \r\n\r\nresponses.label
    \r\nDe naam (label) voor het totaal aantal reacties. \"Totaal stemmen\"\r\n

    \r\n\r\nresponses.total
    \r\nHet totaal van het aantal stemmen die zijn uitgebracht in deze stemming.\r\n

    \r\n\r\n

    ',1056211690,NULL); INSERT INTO international VALUES (73,'Poll',3,'Peiling sjabloon',1056206572,NULL); INSERT INTO international VALUES (9,'HttpProxy',3,'Cookie verzameling',1056206434,NULL); INSERT INTO international VALUES (8,'HttpProxy',3,'Volg redirects?',1056206319,NULL); INSERT INTO international VALUES (6,'HttpProxy',3,'Verwijder stijl?',1056206288,NULL); INSERT INTO international VALUES (5,'HttpProxy',3,'Staat u proxying naar andere domeinen toe?',1056206257,NULL); INSERT INTO international VALUES (4,'HttpProxy',3,'Timeout',1056206198,NULL); INSERT INTO international VALUES (3,'HttpProxy',3,'HTTP Proxy',1056206185,NULL); INSERT INTO international VALUES (2,'HttpProxy',3,'Bewerk HTTP Proxy',1056206145,NULL); INSERT INTO international VALUES (11,'HttpProxy',3,'Het HTTP Proxy Wobject is een krachtige module. Het staat u toe om andere websites en webapplicaties in uw eigen site op te nemen. Als u bijvoorbeeld een webemail systeem heeft waarvan u wilt dat uw medewerkers dit kunnen bereiken via het intranet, dan kunt u daar HTTP Proxy voor gebruiken.
    \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\n\r\nGroup Name
    \r\nA name for the group. It is best if the name is descriptive so you know what it is at a glance.\r\n

    \r\n\r\nDescription
    \r\nA longer description of the group so that other admins and content managers (or you if you forget) will know what the purpose of this group is.\r\n

    \r\n\r\nExpire Offset
    \r\nThe amount of time that a user will belong to this group before s/he is expired (or removed) from it. This is very useful for membership sites where users have certain privileges for a specific period of time. \r\n

    \r\nNOTE: This can be overridden on a per-user basis.\r\n

    \r\n\r\nNotify user about expiration?
    \r\nSet this value to yes if you want WebGUI to contact the user when they are about to be expired from the group.\r\n

    \r\n\r\nExpire Notification Offset
    \r\nThe difference in the number of days from the expiration to the notification. You may set this to any valid integer. For instance, set this to \"0\" if you wish the notification to be sent on the same day that the grouping expires. Set it to \"-7\" if you want the notification to go out 7 days before the grouping expires. Set it to \"7\" if you wish the notification to be sent 7 days after the expiration.\r\n

    \r\n\r\nExpire Notification Message
    \r\nType the message you wish to be sent to the user telling them about the expiration.\r\n

    \r\n\r\nDelete Offset
    \r\nThe difference in the number of days from the expiration to the grouping being deleted from the system. You may set this to any valid integer. For instance, set this to \"0\" if you wish the grouping to be deleted on the same day that the grouping expires. Set it to \"-7\" if you want the grouping to be deleted 7 days before the grouping expires. Set it to \"7\" if you wish the grouping to be deleted 7 days after the expiration.\r\n

    \r\n\r\nScratch Filter
    \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\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\nSpecify an IP address or an IP mask to match. If the user\'s IP address matches, they\'ll automatically be included in this group. An IP mask is simply the IP address minus an octet or two. You may also specify multiple IP masks separated by semicolons.\r\n

    \r\nIP Mask Example: 10.;192.168.;101.42.200.142\r\n

    \r\n\r\nKarma Threshold
    \r\nIf you\'ve enabled Karma, then you\'ll be able to set this value. Karma Threshold is the amount of karma a user must have to be considered part of this group.\r\n

    \r\n\r\n\r\nUsers can add themselves?
    \r\nDo you wish to let users add themselves to this group? See the GroupAdd macro for more info.\r\n

    \r\n\r\nUsers can remove themselves?
    \r\nDo you wish to let users remove themselves from this group? See the GroupDelete macro for more info.\r\n

    \r\n\r\nThe following options are recommended only for advanced WebGUI administrators.\r\n

    \r\n\r\nDatabase Link
    \r\nIf you\'d like to have this group validate users using an external database, choose the database link to use.\r\n

    \r\n\r\nSQL Query
    \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\n\r\nCache external groups for how long?
    \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\n\r\ncallback.url
    \r\nA url that points 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\nuser.isVisitor
    \r\nA condition indicating whether the user is a visitor.\r\n

    \r\n\r\nthread.new.url
    \r\nThe url to start a new thread.\r\n

    \r\n\r\nthread.new.label
    \r\nThe default label for thread.new.url.\r\n

    \r\n\r\nforum.search.label
    \r\nThe default label for forum.search.url.\r\n

    \r\n\r\nforum.search.url
    \r\nThe url to access the forum search engine.\r\n

    \r\n\r\n\r\nforum.subscribe.label
    \r\nThe default label for forum.subscribe.url.\r\n

    \r\n\r\nforum.subscribe.url
    \r\nThe url to subscribe to this forum.\r\n

    \r\n\r\nforum.unsubscribe.label
    \r\nThe default label for forum.subscribe.url.\r\n

    \r\n\r\nforum.unsubscribe.url
    \r\nThe url to unsubscribe from this forum.\r\n

    \r\n\r\nuser.isSubscribed
    \r\nA condition indicating whether the current user is subscribed to this forum.\r\n

    \r\n\r\nuser.isModerator
    \r\nA condition indicating whether the current user is a moderator for this forum.\r\n

    \r\n\r\nuser.canPost
    \r\nA condition indicating whether the current user has the privileges necessary to post to this forum.\r\n

    \r\n\r\nthread.sortby.date.url
    \r\nA url that will change the sorting options to be sorted by date.\r\n

    \r\n\r\nthread.sortby.lastreply.url
    \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\n\r\nthread.sortby.views.url
    \r\nA url that will change the sorting options to be sorted by the number of views each thread has.\r\n

    \r\n\r\nthread.sortby.replies.url
    \r\nA url that will change the sorting options to be sorted by the number of replies a thread has.\r\n

    \r\n\r\nthread.sortby.rating.url
    \r\nA url that will change the sorting options to be sorted by the average rating of each thread.\r\n

    \r\n\r\nthread.subject.label
    \r\nA label for the subject column.\r\n

    \r\n\r\nthread.date.label
    \r\nA label for the date column.\r\n

    \r\n\r\nthread.user.label
    \r\nA label for the author column.\r\n

    \r\n\r\nthread.views.label
    \r\nA label for the views column.\r\n

    \r\n\r\nthread.replies.label
    \r\nA label for the replies column.\r\n

    \r\n\r\nthread.rating.label
    \r\nA label for the rating column.\r\n

    \r\n\r\nthread.last.label
    \r\nA label for the last reply column.\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\nthread_loop
    \r\nA loop containing all of the thread data.\r\n

    \r\n\r\n

    \r\n\r\nthread.views
    \r\nThe number of views this thread has had.\r\n

    \r\n\r\nthread.replies
    \r\nThe number of replies this thread has had.\r\n

    \r\n\r\nthread.rating
    \r\nThe average rating of all the posts in this thread.\r\n

    \r\n\r\nthread.rating_loop
    \r\n

    \r\n

    \r\nthread.rating_loop.count
    \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\n

    \r\n\r\nthread.isSticky
    \r\nA condition indicating whether the thread is sticky and hence will appear at the top of the forum listing.\r\n

    \r\n\r\nthread.isLocked
    \r\nA condition indicating whether the thread is locked from new posts.\r\n

    \r\n\r\nthread.root.subject
    \r\nThe subject of the root post in this thread.\r\n

    \r\n\r\nthread.root.url
    \r\nThe url to view the root post.\r\n

    \r\n\r\nthread.root.epoch
    \r\nAn epoch date of the root post.\r\n

    \r\n\r\nthread.root.date
    \r\nA human readable date for the root post.\r\n

    \r\n\r\nthread.root.time
    \r\nA human readable time for the root post.\r\n

    \r\n\r\nthread.root.user.id
    \r\nThe root poster\'s user id.\r\n

    \r\n\r\nthread.root.user.name
    \r\nThe username of the root poster.\r\n

    \r\n\r\nthread.root.user.profile
    \r\nThe url of the root poster\'s profile.\r\n

    \r\n\r\nthread.root.user.isVisitor
    \r\nA condition indicating whether the root poster was a visitor.\r\n

    \r\n\r\nthread.root.status
    \r\nThe status of the root post.\r\n

    \r\n\r\nthread.last.subject
    \r\nThe subject of the last post made to this thread.\r\n

    \r\n\r\nthread.last.url
    \r\nThe url to the last post.\r\n

    \r\n\r\nthread.last.epoch
    \r\nThe post time of the last post represented as an epoch.\r\n

    \r\n\r\nthread.last.date
    \r\nThe human readable date of the last post.\r\n

    \r\n\r\nthread.last.time
    \r\nThe human readable time of the last post.\r\n

    \r\n\r\nthread.last.user.profile
    \r\nThe url of the last posters profile.\r\n

    \r\n\r\nthread.last.user.id
    \r\nThe userId of the last poster.\r\n

    \r\n\r\nthread.last.user.name
    \r\nThe username of the last poster.\r\n

    \r\n\r\nthread.last.user.isVisitor
    \r\nA condition indicating whether the last poster was a visitor.\r\n

    \r\n\r\nthread.last.status
    \r\nThe status of the last post.\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\r\n\r\n

    \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\n\r\ncallback.url
    \r\nThe url 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\npost.subject.label
    \r\nThe default label for post.subject\r\n

    \r\n\r\npost.subject
    \r\nThe subject of this post.\r\n

    \r\n\r\npost.message
    \r\nThe message of this post.\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\npost.date.value
    \r\nA human readable date for this post.\r\n

    \r\n\r\npost.date.epoch
    \r\nThe epoch date for this post.\r\n

    \r\n\r\npost.time.value
    \r\nThe human readable time for this post.\r\n

    \r\n\r\npost.date.label
    \r\nThe default label for post.date.value.\r\n

    \r\n\r\npost.rating.value
    \r\nThe average rating of this post.\r\n

    \r\n\r\npost.rating.label
    \r\nThe default label for post.date.value.\r\n

    \r\n\r\npost.views.value
    \r\nThe number of views for this post.\r\n

    \r\n\r\npost.views.label
    \r\nThe default label for post.views.value.\r\n

    \r\n\r\npost.status.value
    \r\nthe status of this post.\r\n

    \r\n\r\npost.status.label
    \r\nThe default label for post.status.value.\r\n

    \r\n\r\npost.isLocked
    \r\nA condition indicating whether the thread this post is in is locked.\r\n

    \r\n\r\npost.isModerator
    \r\nA condition indicating whether the current user is a moderator.\r\n

    \r\n\r\npost.canEdit
    \r\nA condition indicating whether the current user can edit this post.\r\n

    \r\n\r\npost.user.isVisitor
    \r\nA condition indicating whether the poster was a visitor.\r\n

    \r\n\r\npost.user.id
    \r\nThe userId of the poster.\r\n

    \r\n\r\npost.user.name
    \r\nThe poster\'s username.\r\n

    \r\n\r\npost.user.profile
    \r\nThe url to the poster\'s profile.\r\n

    \r\n\r\npost.url
    \r\nThe url to display this post.\r\n

    \r\n\r\npost.id
    \r\nThe unique id of this post.\r\n

    \r\n\r\npost.rate.label
    \r\nThe default label for post.rate.url.1.\r\n

    \r\n\r\npost.rate.url.1
    \r\nThe url to give this post a rating of 1.\r\n

    \r\n\r\npost.rate.url.2
    \r\nThe url to give this post a rating of 2.\r\n

    \r\n\r\n\r\npost.rate.url.3
    \r\nThe url to give this post a rating of 3.\r\n

    \r\n\r\n\r\npost.rate.url.4
    \r\nThe url to give this post a rating of 4.\r\n

    \r\n\r\n\r\npost.rate.url.5
    \r\nThe url to give this post a rating of 5.\r\n

    \r\n\r\npost.hasRated
    \r\nA condition indicating whether the current user has already rated this post.\r\n

    \r\n\r\npost.reply.label
    \r\nThe default label for post.reply.url.\r\n

    \r\n\r\npost.reply.url
    \r\nThe url to reply to this post.\r\n

    \r\n\r\npost.reply.withquote.url
    \r\nThe url to reply to this post and quote this post in doing so.\r\n

    \r\n\r\npost.edit.label
    \r\nThe default label for post.edit.url.\r\n

    \r\n\r\npost.edit.url
    \r\nThe url to edit this post.\r\n

    \r\n\r\npost.delete.url
    \r\nThe url to delete this post.\r\n

    \r\n\r\npost.delete.label
    \r\nThe default label for post.delete.url.\r\n

    \r\n\r\npost.approve.label
    \r\nThe default label for post.approve.url.\r\n

    \r\n\r\npost.approve.url
    \r\nThe url to approve this post.\r\n

    \r\n\r\npost.deny.url
    \r\nThe url to deny this post.\r\n

    \r\n\r\npost.deny.label
    \r\nThe default label for post.deny.url.\r\n

    \r\n\r\npost.full
    \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\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\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\r\n^D; oder ^D(); - Datum\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

    \r\n

    %%\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

    \r\n

    ^Env();\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

    \r\n

    ^Execute();\r\n
    Gibt dem Contentmanager oder Administrator die Möglichkeit, ein externes Programm auszuführen. Beispiel: ^Execute("/verzeichnis/datei.sh");. \r\n\r\n

    \r\n

    ^FormParam();\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

    \r\n

    ^If();\r\n
    Eine simple Bedingungsabfrage (IF/THEN/ELSE) um Layout und Nachrichten zu steuern.\r\n\r\n

    \r\n

    Beispiele:\r\n
    Zeigt Happy New Year am 1. Januar an: ^If(\'^D("%m%d");\' eq \'0101\' , Happy New Year); \r\n\r\n

    \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

    \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

    \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

    \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

    \r\n

    ^Include();\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

    \r\n

    ^International();\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

    \r\n

    \r\n\r\n^Quote();\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

    \r\n

    ^Page();\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

    \r\n

    ^SQL();\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

    \r\n

    \r\n\r\nBeispiele: \r\n\r\n

    \r\n

    ^SQL("select count(*) from users","Es sind ^0; Benutzer registriert."); \r\n\r\n

    \r\n

    ^SQL("select userId,username from users order by username","<a \r\nhref=\'^/;?op=viewProfile&uid=^0;\'>^1;</a><br>");

    \r\n

    ^URLEncode();\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

    \r\n

    ^User();\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

    \r\n

    ^*; oder ^*(); - Zufallszahl\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

    \r\n

    ^-; ^0; ^1; ^2; ^3; etc.\r\n
    Diese Makros sind für System/Wobject spezifische Funktionen reserviert, wie im SQL Report oder im Body des Style Managers.

    \r\n',1066664655,NULL); INSERT INTO international VALUES (981,'WebGUI',12,'Håndtere Database Linker.',1066009898,NULL); INSERT INTO international VALUES (999,'WebGUI',12,'Database Link, Slette',1066005427,NULL); INSERT INTO international VALUES (998,'WebGUI',12,'Database Link, Legg Til/Rediger',1066005397,NULL); INSERT INTO international VALUES (997,'WebGUI',12,'Database Linker, Håndtere',1066005362,NULL); INSERT INTO international VALUES (996,'WebGUI',12,'Håndtere Database Linker',1066005344,NULL); INSERT INTO international VALUES (995,'WebGUI',12,'Database Passord',1066005324,NULL); INSERT INTO international VALUES (994,'WebGUI',12,'Database Bruker',1066005310,NULL); INSERT INTO international VALUES (993,'WebGUI',12,'DSN',1066005299,NULL); INSERT INTO international VALUES (992,'WebGUI',12,'Tittel',1066005290,NULL); INSERT INTO international VALUES (991,'WebGUI',12,'Database Link ID',1066005281,NULL); INSERT INTO international VALUES (990,'WebGUI',12,'Rediger Database Link',1066005267,NULL); INSERT INTO international VALUES (989,'WebGUI',12,'på side',1066005246,NULL); INSERT INTO international VALUES (988,'WebGUI',12,'Er du sikker på at du vil slette denne Database Linken? De følgende elementene benytter denne linken, og vil slutte å fungere om du sletter linken:',1066005231,NULL); INSERT INTO international VALUES (987,'WebGUI',12,'Slett Database Link',1066005166,NULL); INSERT INTO international VALUES (986,'WebGUI',12,'Tilbake til Database Linker.',1066005150,NULL); INSERT INTO international VALUES (985,'WebGUI',12,'Slett denne Database Linken.',1066005130,NULL); INSERT INTO international VALUES (984,'WebGUI',12,'Kopier denne Database Linken.',1066005114,NULL); INSERT INTO international VALUES (983,'WebGUI',12,'Endre denne Database Linken.',1066005099,NULL); INSERT INTO international VALUES (982,'WebGUI',12,'Legg Til en Database Link.',1066005080,NULL); INSERT INTO international VALUES (980,'WebGUI',12,'Tøm denne katalogen.',1066005031,NULL); INSERT INTO international VALUES (979,'WebGUI',12,'Ar du sikker på at du vil slette alle elementer i denne katalogen? De kan ikke hentes frem igjen når de er slettet. Elementer i underkataloger vil ikke bli fjernet.',1066005016,NULL); INSERT INTO international VALUES (970,'WebGUI',12,'Set Tid',1066004938,NULL); INSERT INTO international VALUES (1003,'WebGUI',12,'Wobject Privilegier?',1066004926,NULL); INSERT INTO international VALUES (1002,'WebGUI',12,'Når du sletter en database Link, vil alle SQL Rapporter som benytter denne linken, slutte å fungere. En liste over de berørte rapportene blir vist i på bekreftelses siden.\r\n\r\nSom ved alle slette kommandoer, vil du bli spurt om du er helt sikker på at du ønsker å fortsette med slettingen. Om du svarer Ja, så vil slettingen fortsette og det er ingen angre mulighet. Om du svarer Nei, vil du returnere til forrige skjermbilde.',1066004892,NULL); INSERT INTO international VALUES (1001,'WebGUI',12,'

    De følgende feltene utgjør en database link.\r\n

    Tittel
    En tittel for database linken.

    \r\n

    DSN
    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\n

    Example: DBI:mysql:WebGUI:localhost \r\n

    Here are some examples for other databases.
    Oracle: \r\n

      DBI:Oracle:SID
      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
    PostgreSQL: \r\n
      DBI:PgPP:dbname=DBNAME[;host=hOST]
      DBD::PgPP must be installed.
    Sybase: \r\n
      DBI:Sybase:[server=SERVERNAME][database=DATABASE]
      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.
    \r\n

    Database Bruker

    Brukernavnet du bruker for å koble til DSN. \r\n

    \r\n

    Database Passord
    Passordet du bruker for å koble til DSN.

    ',1066004659,NULL); INSERT INTO international VALUES (1000,'WebGUI',12,'Database Linker setter en WebGui administrator i stand til å legge til ofte benyttede databaser for bruk i SQL Rapporter. Detter frigjør SQL Rapport forfatteren fra å ha kjennskap til eller legge inn DSN, bruker, eller passord.\r\n\r\nVær klar over at alle database linker du legger inn vil være tilgjengelig for alle innholds redaktører. Selv om de ikke vil se database tilkoplingsinfo, så vil de være i stand til å utføre enhver select, show eller describe commando på databasen.',1066002807,NULL); INSERT INTO international VALUES (21,'SQLReport',12,'Om du ikke ønsker å benytte en predefinert database link, så kan du legge inn din egen database tilkopling under.',1066002553,NULL); INSERT INTO international VALUES (20,'SQLReport',12,'Database Link',1066002475,NULL); INSERT INTO international VALUES (19,'SQLReport',12,'Velg en database link...',1066002463,NULL); INSERT INTO international VALUES (12,'HttpProxy',12,'Omskrive urls ?',1066002077,NULL); INSERT INTO international VALUES (1071,'WebGUI',1,'Env HTTP Host',1066641511,'A label referring to the HTTP_HOST environment variable provided by the web server.'); INSERT INTO international VALUES (1070,'WebGUI',1,'Config Sitename',1066641473,'A label referring to the sitename property in the config file.'); INSERT INTO international VALUES (1069,'WebGUI',1,'Host To Use',1066641432,'Ask the user which HTTP hostname they want to use.'); INSERT INTO international VALUES (1072,'WebGUI',1,'The email address is already in use. Please use a different email address.',1068703399,'Error message shown when trying to create/update an account with an email address that already exists.'); INSERT INTO international VALUES (82,'Survey',1,'Terminate Survey',1068901816,''); INSERT INTO international VALUES (1063,'WebGUI',12,'These are the variables availabe in the forum notification template. \r\n

    notify.subscription.message
    A message stating that the user is \r\nreceiving the message because they subscribed to the forum or thread. \r\n

    NOTE: The notification template also includes all the variables from \r\nthe post template.

    ',1068757445,NULL); INSERT INTO international VALUES (1061,'WebGUI',12,'These are the template variables for the thread template. \r\n

    callback.url
    The url to the calling object such as an article or a \r\nuser submission. \r\n

    callback.label
    The default label for callback.url \r\n

    user.canpost
    A condition indicating whether the current user can \r\npost a new message. \r\n

    user.isVisitor
    A condition indicating whether the current user is a \r\nvisitor. \r\n

    user.isModerator
    A condition indicating whether the current user is \r\na moderator. \r\n

    user.isSubscribed
    A condition indicating whether the current user \r\nis subscribed to this thread. \r\n

    thread.layout.nested.label
    The default label for \r\nthread.layout.nested.url. \r\n

    thread.layout.nested.url
    A url that will change the layout of the \r\nthread to nested. \r\n

    thread.layout.flat.url
    A url that will change the layout of the \r\nthread to flat. \r\n

    thread.layout.flat.label
    The default label for \r\nthread.layout.flat.url. \r\n

    thread.layout.threaded.label
    The default label for \r\nthread.layout.threaded.url. \r\n

    thread.layout.threaded.url
    A url that will change the layout of the \r\nthread to threaded. \r\n

    thread.layout.isThreaded
    A condition indicating whether the thread \r\nlayout is threaded. \r\n

    thread.layout.isNested
    A condition indicationg whether the thread \r\nlayout is nested. \r\n

    thread.layout.isFlat
    A condition indicationg whether the thread \r\nlayout is flat. \r\n

    thread.subscribe.url
    A url that will subscribe the current user to \r\nthis thread. \r\n

    thread.subscribe.label
    The default label for thread.subscribe.url. \r\n

    thread.unsubscribe.url
    A url that will unsubscribe the current user \r\nfrom this thread. \r\n

    thread.unsubscribe.label
    The default label for \r\nthread.unsubscribe.url. \r\n

    thread.isSticky
    A condition indicating whether the thread is \r\nsticky. \r\n

    thread.stick.url
    A url that will make this thread sticky. \r\n

    thread.stick.label
    The default label for thread.stick.url. \r\n

    thread.unstick.url
    A url that will make a sticky thread unstick. \r\n

    thread.unstick.label
    The default label for thread.unstick.url. \r\n

    thread.isLocked
    A condition indicating whether this thread is \r\nlocked. \r\n

    thread.lock.url
    A url that will lock this thread. \r\n

    thread.lock.label
    The default label for thread.lock.url. \r\n

    thread.unlock.url
    A url that will unlock this thread. \r\n

    thread.unlock.label
    The default label for thread.unlock.url. \r\n

    post_loop
    A loop containing all the posts in this thread. \r\n

    \r\n

    post.indent_loop
    A loop to be used for indenting. \r\n

    \r\n

    depth
    An integer indicating the depth. Not really useful, \r\njust hear to fill out the loop.
    \r\n

    post.indent.depth
    An integer indicating how many levels deep this \r\npost is. \r\n

    post.isCurrent
    A condition indicating whether this post is the one \r\nselected for viewing by the user. \r\n

    NOTE: All of the variables from the post template are also available \r\nhere.

    \r\n

    thread.subject.label
    The default label for subjects. \r\n

    thread.date.label
    The default label for dates. \r\n

    thread.user.label
    The default label for authors. \r\n

    thread.new.url
    A url to create a new url. \r\n

    thread.new.label
    The default label for thread.new.url. \r\n

    thread.previous.url
    A url that will display the previous thread. \r\n

    thread.previous.label
    The default label for thread.previous.url. \r\n

    thread.next.url
    A url that will display the next thread. \r\n

    thread.next.label
    The default label for thread.next.url. \r\n

    thread.list.url A url to take the user back to the thread list (aka \r\nthe forum). \r\n

    thread.list.label
    The default label for thread.list.url.

    ',1068757419,NULL); INSERT INTO international VALUES (1059,'WebGUI',12,'The following are the template variables available in the post template. \r\n

    callback.url
    The url back to the calling object such as an article \r\nor user submission. \r\n

    callback.label
    The default label for callback.url. \r\n

    post.subject.label
    The default label for post.subject \r\n

    post.subject
    The subject of this post. \r\n

    post.message
    The message of this post. \r\n

    user.canPost
    A condition indicating whether the current user can \r\npost a new message. \r\n

    post.date.value
    A human readable date for this post. \r\n

    post.date.epoch
    The epoch date for this post. \r\n

    post.time.value
    The human readable time for this post. \r\n

    post.date.label
    The default label for post.date.value. \r\n

    post.rating.value
    The average rating of this post. \r\n

    post.rating.label
    The default label for post.date.value. \r\n

    post.views.value
    The number of views for this post. \r\n

    post.views.label
    The default label for post.views.value. \r\n

    post.status.value
    the status of this post. \r\n

    post.status.label
    The default label for post.status.value. \r\n

    post.isLocked
    A condition indicating whether the thread this post \r\nis in is locked. \r\n

    post.isModerator
    A condition indicating whether the current user is \r\na moderator. \r\n

    post.canEdit
    A condition indicating whether the current user can \r\nedit this post. \r\n

    post.user.isVisitor
    A condition indicating whether the poster was a \r\nvisitor. \r\n

    post.user.id
    The userId of the poster. \r\n

    post.user.name
    The poster\'s username. \r\n

    post.user.profile
    The url to the poster\'s profile. \r\n

    post.url
    The url to display this post. \r\n

    post.id
    The unique id of this post. \r\n

    post.rate.label
    The default label for post.rate.url.1. \r\n

    post.rate.url.1
    The url to give this post a rating of 1. \r\n

    post.rate.url.2
    The url to give this post a rating of 2. \r\n

    post.rate.url.3
    The url to give this post a rating of 3. \r\n

    post.rate.url.4
    The url to give this post a rating of 4. \r\n

    post.rate.url.5
    The url to give this post a rating of 5. \r\n

    post.hasRated
    A condition indicating whether the current user has \r\nalready rated this post. \r\n

    post.reply.label
    The default label for post.reply.url. \r\n

    post.reply.url
    The url to reply to this post. \r\n

    post.reply.withquote.url
    The url to reply to this post and quote \r\nthis post in doing so. \r\n

    post.edit.label
    The default label for post.edit.url. \r\n

    post.edit.url
    The url to edit this post. \r\n

    post.delete.url
    The url to delete this post. \r\n

    post.delete.label
    The default label for post.delete.url. \r\n

    post.approve.label
    The default label for post.approve.url. \r\n

    post.approve.url
    The url to approve this post. \r\n

    post.deny.url
    The url to deny this post. \r\n

    post.deny.label
    The default label for post.deny.url. \r\n

    post.full
    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.

    ',1068757380,NULL); INSERT INTO international VALUES (1057,'WebGUI',12,'The following template variables are available in forum templates. \r\n

    callback.url
    A url that points to the calling object, such as an \r\narticle or user submission. \r\n

    callback.label
    The default label for callback.url. \r\n

    user.isVisitor
    A condition indicating whether the user is a \r\nvisitor. \r\n

    thread.new.url
    The url to start a new thread. \r\n

    thread.new.label
    The default label for thread.new.url. \r\n

    forum.search.label
    The default label for forum.search.url. \r\n

    forum.search.url
    The url to access the forum search engine. \r\n

    forum.subscribe.label
    The default label for forum.subscribe.url. \r\n

    forum.subscribe.url
    The url to subscribe to this forum. \r\n

    forum.unsubscribe.label
    The default label for forum.subscribe.url. \r\n

    forum.unsubscribe.url
    The url to unsubscribe from this forum. \r\n

    user.isSubscribed
    A condition indicating whether the current user \r\nis subscribed to this forum. \r\n

    user.isModerator
    A condition indicating whether the current user is \r\na moderator for this forum. \r\n

    user.canPost
    A condition indicating whether the current user has \r\nthe privileges necessary to post to this forum. \r\n

    thread.sortby.date.url
    A url that will change the sorting options \r\nto be sorted by date. \r\n

    thread.sortby.lastreply.url
    A url that will change the sorting \r\noptions to be sorted by the date of the last reply to the thread. \r\n

    thread.sortby.views.url
    A url that will change the sorting options \r\nto be sorted by the number of views each thread has. \r\n

    thread.sortby.replies.url
    A url that will change the sorting \r\noptions to be sorted by the number of replies a thread has. \r\n

    thread.sortby.rating.url
    A url that will change the sorting options \r\nto be sorted by the average rating of each thread. \r\n

    thread.subject.label
    A label for the subject column. \r\n

    thread.date.label
    A label for the date column. \r\n

    thread.user.label
    A label for the author column. \r\n

    thread.views.label
    A label for the views column. \r\n

    thread.replies.label
    A label for the replies column. \r\n

    thread.rating.label
    A label for the rating column. \r\n

    thread.last.label
    A label for the last reply column. \r\n

    firstpage
    A link to the first page in a multi-page listing. \r\n

    lastpage
    A link to the last page in a multi-page listing. \r\n

    nextpage
    A link to the next page in a multi-page listing. \r\n

    pagelist
    A series of links to every page in a multi-page listing. \r\n

    previouspage
    A link to the previous page in a multi-page listing. \r\n

    multiplepages
    A condition indicating whether there are multiple \r\npages or not. \r\n

    numberOfPages
    The number of pages in a multiple page listing. \r\n

    pageNumber
    The number of the current page in a multi-page listing. \r\n

    thread_loop
    A loop containing all of the thread data. \r\n

    \r\n

    thread.views
    The number of views this thread has had. \r\n

    thread.replies
    The number of replies this thread has had. \r\n

    thread.rating
    The average rating of all the posts in this thread. \r\n

    thread.rating_loop
    \r\n

    \r\n

    thread.rating_loop.count
    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

    thread.isSticky
    A condition indicating whether the \r\nthread is sticky and hence will appear at the top of the forum listing. \r\n

    thread.isLocked
    A condition indicating whether the thread is locked \r\nfrom new posts. \r\n

    thread.root.subject
    The subject of the root post in this thread. \r\n

    thread.root.url
    The url to view the root post. \r\n

    thread.root.epoch
    An epoch date of the root post. \r\n

    thread.root.date
    A human readable date for the root post. \r\n

    thread.root.time
    A human readable time for the root post. \r\n

    thread.root.user.id
    The root poster\'s user id. \r\n

    thread.root.user.name
    The username of the root poster. \r\n

    thread.root.user.profile
    The url of the root poster\'s profile. \r\n

    thread.root.user.isVisitor
    A condition indicating whether the root \r\nposter was a visitor. \r\n

    thread.root.status
    The status of the root post. \r\n

    thread.last.subject
    The subject of the last post made to this \r\nthread. \r\n

    thread.last.url
    The url to the last post. \r\n

    thread.last.epoch
    The post time of the last post represented as an \r\nepoch. \r\n

    thread.last.date
    The human readable date of the last post. \r\n

    thread.last.time
    The human readable time of the last post. \r\n

    thread.last.user.profile
    The url of the last posters profile. \r\n

    thread.last.user.id
    The userId of the last poster. \r\n

    thread.last.user.name
    The username of the last poster. \r\n

    thread.last.user.isVisitor
    A condition indicating whether the last \r\nposter was a visitor. \r\n

    thread.last.status
    The status of the last post

    ',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

    Forums (aka Discussions) have many settable properties. The following is a \r\ncomprehensive list: \r\n

    Forum Template
    A template that controls the layout of the forum \r\nview. \r\n

    Thread Template
    A template that controls the layout of the thread \r\nview. \r\n

    Post Template
    A template that controls the layout of the post view. \r\n\r\n

    Search Template
    A template that controls the layout of the search \r\nengine interface and search results. \r\n

    Post Form Template
    A template that controls the form that users see \r\nwhen posting a new message. \r\n

    Notification Template
    A template that controls the layout of \r\nsubscription notification messages sent to users. \r\n

    Archive After
    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

    Edit Timeout
    The interval of time that the user has to edit their \r\nmessage after their inital post. \r\n

    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?
    If set to yes then a string will be added \r\nto the bottom of a post each time its edited. \r\n

    Allow rich edit?
    If set to yes then users will be able to use a \r\nrich editor when writing their posts. \r\n

    Allow replacements?
    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

    Filter Post
    Select what types of content you will filter from a \r\nuser\'s post. \r\n

    Posts Per Page
    The number of posts to display on a single page. \r\n

    Who can post?
    A group that is allowed to post new messages. \r\n

    Moderate posts?
    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

    Who can moderate?
    A group that is allowed to moderate messages. \r\n

    ',1068757295,NULL); INSERT INTO international VALUES (79,'MessageBoard',12,'

    En Meldingstavle kan inneholde et eller flere Forum. De følgende \r\ninnstillinger er koplet til hvert forum.

    \r\n

    Tittel
    Tittelen til Forumet

    \r\n

    Beskrivelse
    Beskrivelse av forumet

    \r\n

    Merk: Alle innstillinger for forum gjelder også. Se egen \r\nhjelpeside for dette.

    ',1068757258,NULL); INSERT INTO international VALUES (1071,'WebGUI',12,'Env HTTP Host',1068683477,NULL); INSERT INTO international VALUES (1070,'WebGUI',12,'Konfigurer Sitenavn',1068683449,NULL); INSERT INTO international VALUES (1069,'WebGUI',12,'Host som skal brukes',1068683418,NULL); INSERT INTO international VALUES (1067,'WebGUI',12,'Forum Søke Template',1068683378,NULL); INSERT INTO international VALUES (1065,'WebGUI',12,'Forum Melding skjema Template',1068683359,NULL); INSERT INTO international VALUES (1064,'WebGUI',12,'Send en Melding',1068683330,NULL); INSERT INTO international VALUES (1062,'WebGUI',12,'Forum Varsel Template',1068683258,NULL); INSERT INTO international VALUES (1060,'WebGUI',12,'Forum Tråd Template',1068683213,NULL); INSERT INTO international VALUES (1058,'WebGUI',12,'Forum Melding Template',1068683190,NULL); INSERT INTO international VALUES (1056,'WebGUI',12,'Forum Template',1068683154,NULL); INSERT INTO international VALUES (1054,'WebGUI',12,'Forum (diskusjon) egenskaper',1068683131,NULL); INSERT INTO international VALUES (1053,'WebGUI',12,'Håndter Erstatninger',1068683098,NULL); INSERT INTO international VALUES (1052,'WebGUI',12,'Rediger Erstatninger',1068683081,NULL); INSERT INTO international VALUES (1051,'WebGUI',12,'Erstatt med',1068683063,NULL); INSERT INTO international VALUES (1050,'WebGUI',12,'Søk etter',1068683051,NULL); INSERT INTO international VALUES (1049,'WebGUI',12,'Erstatnings ID',1068683041,NULL); INSERT INTO international VALUES (1048,'WebGUI',12,'Håndter erstatninger.',1068683024,NULL); INSERT INTO international VALUES (1047,'WebGUI',12,'Legg til erstatning.',1068683005,NULL); INSERT INTO international VALUES (1046,'WebGUI',12,'Arkivert',1068682983,NULL); INSERT INTO international VALUES (1045,'WebGUI',12,'Nestet',1068682971,NULL); INSERT INTO international VALUES (1044,'WebGUI',12,'Søke Template',1068682907,NULL); INSERT INTO international VALUES (1043,'WebGUI',12,'Arkiver etter',1068682893,NULL); INSERT INTO international VALUES (1042,'WebGUI',12,'Meldinger Pr. Side',1068682874,NULL); INSERT INTO international VALUES (1041,'WebGUI',12,'Lukk opp',1068682854,NULL); INSERT INTO international VALUES (1040,'WebGUI',12,'Lukk',1068682836,NULL); INSERT INTO international VALUES (1038,'WebGUI',12,'Lukk opp plassering',1068682825,NULL); INSERT INTO international VALUES (1012,'WebGUI',12,'Lukke denne tråden?',1068682813,NULL); INSERT INTO international VALUES (1039,'WebGUI',12,'Tilbake',1068682775,NULL); INSERT INTO international VALUES (1037,'WebGUI',12,'Plasser Øverst',1068682733,NULL); INSERT INTO international VALUES (1036,'WebGUI',12,'Tråder',1068682685,NULL); INSERT INTO international VALUES (1035,'WebGUI',12,'Varsel Template',1068682676,NULL); INSERT INTO international VALUES (1034,'WebGUI',12,'Melding Skjema Template',1068682639,NULL); INSERT INTO international VALUES (1033,'WebGUI',12,'Melding Template',1068682611,NULL); INSERT INTO international VALUES (1032,'WebGUI',12,'Tråd Template',1068682595,NULL); INSERT INTO international VALUES (1031,'WebGUI',12,'Forum Template',1068682582,NULL); INSERT INTO international VALUES (1028,'WebGUI',12,'Godkjenne meldinger?',1068682566,NULL); INSERT INTO international VALUES (1027,'WebGUI',12,'Tillat erstatning?',1068682531,NULL); INSERT INTO international VALUES (1026,'WebGUI',12,'Tillat rik tekst?',1068682473,NULL); INSERT INTO international VALUES (1023,'WebGUI',12,'Slutt å abonnere på diskusjon',1068682439,NULL); INSERT INTO international VALUES (1022,'WebGUI',12,'Abonner på diskusjonen',1068682400,NULL); INSERT INTO international VALUES (1021,'WebGUI',12,'Vurder melding',1068682289,NULL); INSERT INTO international VALUES (1020,'WebGUI',12,'Vurdering',1068682247,NULL); INSERT INTO international VALUES (1019,'WebGUI',12,'Tilbake til Tråd listen',1068682229,NULL); INSERT INTO international VALUES (1018,'WebGUI',12,'Start en ny Tråd',1068682211,NULL); INSERT INTO international VALUES (1013,'WebGUI',12,'Plasser på toppen?',1068682195,NULL); INSERT INTO international VALUES (1011,'WebGUI',12,'Kode',1068682078,NULL); INSERT INTO international VALUES (1010,'WebGUI',12,'Tekst',1068682067,NULL); INSERT INTO international VALUES (1009,'WebGUI',12,'HTML',1068682053,NULL); INSERT INTO international VALUES (1008,'WebGUI',12,'Blandet tekst og HTML',1068682044,NULL); INSERT INTO international VALUES (1007,'WebGUI',12,'Innholds Type',1068682026,NULL); INSERT INTO international VALUES (1006,'WebGUI',12,'Kryptert innlogging?',1068682011,NULL); INSERT INTO international VALUES (1005,'WebGUI',12,'SQL Spørring',1068681990,NULL); INSERT INTO international VALUES (1004,'WebGUI',12,'Cache eksterne grupper for hvor lenge?',1068681977,NULL); INSERT INTO international VALUES (82,'USS',12,'Synkende',1068681946,NULL); INSERT INTO international VALUES (81,'USS',12,'Stigende',1068681929,NULL); INSERT INTO international VALUES (80,'USS',12,'Rekkefølge',1068681870,NULL); INSERT INTO international VALUES (79,'USS',12,'Sorter etter',1068681848,NULL); INSERT INTO international VALUES (78,'USS',12,'Oppdatert',1068681829,NULL); INSERT INTO international VALUES (3,'SyndicatedContent',12,'Maksimalt antall overskrifter',1068672084,NULL); INSERT INTO international VALUES (81,'Survey',12,'Anonyme meldinger?',1068672058,NULL); INSERT INTO international VALUES (7,'SiteMap',12,'Alfabetisk?',1068672025,NULL); INSERT INTO international VALUES (78,'MessageBoard',12,'Forum, Legg til/Rediger',1068672004,NULL); INSERT INTO international VALUES (77,'MessageBoard',12,'Rediger Forum',1068671962,NULL); INSERT INTO international VALUES (76,'MessageBoard',12,'Er du sikker på at du vil slette dette forumet og alle meldinger det inneholder?',1068671941,NULL); INSERT INTO international VALUES (75,'MessageBoard',12,'Legg til forum',1068671893,NULL); INSERT INTO international VALUES (14,'HttpProxy',12,'Stopp ved',1068671873,NULL); INSERT INTO international VALUES (13,'HttpProxy',12,'Søk etter',1068671837,NULL); INSERT INTO international VALUES (99,'EventsCalendar',12,'Hovedkalender?',1068671822,NULL); INSERT INTO international VALUES (90,'DataForm',12,'Slett dette.',1068671779,NULL); INSERT INTO international VALUES (78,'MessageBoard',2,'Forum, Hinzufügen/Bearbeiten',1067897005,NULL); INSERT INTO international VALUES (77,'MessageBoard',2,'Forum bearbeiten',1066751371,NULL); INSERT INTO international VALUES (76,'MessageBoard',2,'Sind Sie sicher, dass Sie dieses Forum und den gesamten Inhalt l&oouml;schen möchten?',1066751358,NULL); INSERT INTO international VALUES (75,'MessageBoard',2,'Neues Forum hinzufügen',1066751321,NULL); -- -- Table structure for table `karmaLog` -- CREATE TABLE karmaLog ( userId int(11) NOT NULL default '0', amount int(11) NOT NULL default '1', source varchar(255) default NULL, description text, dateModified int(11) NOT NULL default '1026097656' ) TYPE=MyISAM; -- -- Dumping data for table `karmaLog` -- -- -- Table structure for table `language` -- CREATE TABLE language ( languageId int(11) NOT NULL default '0', language varchar(255) default NULL, characterSet varchar(255) default NULL, toolbar varchar(35) NOT NULL default 'default', PRIMARY KEY (languageId) ) TYPE=MyISAM; -- -- Dumping data for table `language` -- INSERT INTO language VALUES (6,'Svenska (Swedish)','ISO-8859-1','default'); INSERT INTO language VALUES (5,'Português (Portuguese)','ISO-8859-1','default'); INSERT INTO language VALUES (4,'Español (Spanish)','ISO-8859-1','spanish'); INSERT INTO language VALUES (3,'Nederlands (Dutch)','ISO-8859-1','dutch'); INSERT INTO language VALUES (2,'Deutsch (German)','ISO-8859-1','charcoal'); INSERT INTO language VALUES (1,'English','ISO-8859-1','default'); INSERT INTO language VALUES (21,'òÕÓÓËÉÊ (Russian)','koi8-r','iconic'); INSERT INTO language VALUES (7,'简体中文 (Chinese Simplified)','gb2312','default'); INSERT INTO language VALUES (8,'Italiano (Italian)','ISO-8859-1','italiano'); INSERT INTO language VALUES (9,'繁体中文 (Chinese Traditional)','BIG5','default'); INSERT INTO language VALUES (10,'Dansk (Danish)','ISO-8859-1','default'); INSERT INTO language VALUES (11,'Arabic','ISO-8859-6','default'); INSERT INTO language VALUES (12,'Norsk (Norwegian)','ISO-8859-1','default'); INSERT INTO language VALUES (13,'Suomi (Finnish)','ISO-8859-1','charcoal'); INSERT INTO language VALUES (14,'ÆüËܸì (Japanese)','EUC-JP','default'); INSERT INTO language VALUES (15,'Hrvatski (Croatian)','ISO-8859-2','default'); -- -- Table structure for table `messageLog` -- CREATE TABLE messageLog ( messageLogId int(11) NOT NULL default '0', userId int(11) NOT NULL default '0', message text, url text, dateOfEntry int(11) default NULL, subject varchar(255) default NULL, status varchar(30) default 'notice', PRIMARY KEY (messageLogId,userId) ) TYPE=MyISAM; -- -- Dumping data for table `messageLog` -- -- -- Table structure for table `page` -- CREATE TABLE page ( pageId int(11) NOT NULL default '0', parentId int(11) NOT NULL default '0', title varchar(255) default NULL, styleId int(11) NOT NULL default '0', ownerId int(11) NOT NULL default '0', sequenceNumber int(11) NOT NULL default '1', metaTags text, urlizedTitle varchar(255) default NULL, defaultMetaTags int(11) NOT NULL default '0', menuTitle varchar(128) default NULL, synopsis text, templateId int(11) NOT NULL default '1', startDate int(11) NOT NULL default '946710000', endDate int(11) NOT NULL default '2082783600', redirectURL text, userDefined1 varchar(255) default NULL, userDefined2 varchar(255) default NULL, userDefined3 varchar(255) default NULL, userDefined4 varchar(255) default NULL, userDefined5 varchar(255) default NULL, languageId int(11) NOT NULL default '1', groupIdView int(11) NOT NULL default '3', groupIdEdit int(11) NOT NULL default '3', hideFromNavigation int(11) NOT NULL default '0', newWindow int(11) NOT NULL default '0', bufferUserId int(11) default NULL, bufferDate int(11) default NULL, bufferPrevId int(11) default NULL, cacheTimeout int(11) NOT NULL default '60', cacheTimeoutVisitor int(11) NOT NULL default '600', PRIMARY KEY (pageId) ) TYPE=MyISAM; -- -- Dumping data for table `page` -- INSERT INTO page VALUES (1,0,'Home',-8,3,0,'','home',1,'Home',NULL,1,946710000,2082783600,NULL,NULL,NULL,NULL,NULL,NULL,1,7,3,0,0,NULL,NULL,NULL,60,600); INSERT INTO page VALUES (4,0,'Page Not Found',-6,3,21,'','page_not_found',0,'Page Not Found',NULL,1,946710000,2082783600,NULL,NULL,NULL,NULL,NULL,NULL,1,7,3,1,0,NULL,NULL,NULL,60,600); INSERT INTO page VALUES (3,0,'Trash',5,3,22,'','trash',0,'Trash',NULL,1,946710000,2082783600,NULL,NULL,NULL,NULL,NULL,NULL,1,3,3,1,0,NULL,NULL,NULL,60,600); INSERT INTO page VALUES (2,0,'Clipboard',4,3,23,'','clipboard',0,'Clipboard',NULL,1,946710000,2082783600,NULL,NULL,NULL,NULL,NULL,NULL,1,4,4,1,0,NULL,NULL,NULL,60,600); INSERT INTO page VALUES (5,0,'Packages',1,3,24,'','packages',0,'Packages',NULL,1,946710000,2082783600,NULL,NULL,NULL,NULL,NULL,NULL,1,6,6,1,0,NULL,NULL,NULL,60,600); -- -- Table structure for table `pageStatistics` -- CREATE TABLE pageStatistics ( dateStamp int(11) default NULL, userId int(11) default NULL, username varchar(35) default NULL, ipAddress varchar(15) default NULL, userAgent varchar(255) default NULL, referer text, pageId int(11) default NULL, pageTitle varchar(255) default NULL, wobjectId int(11) default NULL, wobjectFunction varchar(60) default NULL ) TYPE=MyISAM; -- -- Dumping data for table `pageStatistics` -- -- -- Table structure for table `replacements` -- CREATE TABLE replacements ( replacementId int(11) NOT NULL default '0', searchFor varchar(255) default NULL, replaceWith text, PRIMARY KEY (replacementId) ) TYPE=MyISAM; -- -- Dumping data for table `replacements` -- INSERT INTO replacements VALUES (1,'[quote]','
    '); 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\r\n \r\n \r\n \r\n\r\n\r\n
    ^FlexMenu;
    \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©2001-2002 Plain Black Software
    \r\n
    \r\n'); INSERT INTO style VALUES (2,'Fail Safe','','^AdminBar;\n\n\r\n^H; / ^t; / ^m; / ^a;\r\n
    \n\n^-;\n\n
    \r\n^H; / ^t; / ^m; / ^a;\r\n'); INSERT INTO style VALUES (-2,'Plain Black Software (black)','','^AdminBar;\r\n\r\n\r\n\r\n\r\n\r\n \r\n \r\n \r\n\r\n\r\n \r\n \r\n\r\n
    \"Plain\"User:\" ^@;\"My\"|\"\"Download\"\"|\"\"Home\"
    ^C;^D(\"%c %D, %y\");
    \r\n\r\n\r\n \r\n \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
    \"Copyright\"Make
    \r\n\r\n'); INSERT INTO style VALUES (4,'Clipboard','','^AdminBar;\n\n\r\n\r\n\r\n\r\n\r\n
    Clipboard\r\n^H; / ^a;
    \r\n
    PAGES
    ^FlexMenu;
    CONTENT
    \n\n^-;\n\n
    \r\n\r\n\r\n
    \r\n^H; / ^a;\r\n'); INSERT INTO style VALUES (-1,'Yahoo!','','^AdminBar;\n\nYahoo!\r\n\r\n
    Yahoo
    \r\nnew! Y! Domains
    reserve .biz & .info domains
    \"\"Yahoo! Mail
    you@yahoo.com
    \r\n advanced search
    \r\n
    \r\n
    \r\n\n\n^-;\n\n
    \r\n
    How to Suggest a Site -\r\nCompany Info -\r\nCopyright Policy -\r\nTerms of Service -\r\nContributors -\r\nJobs -\r\nAdvertising

    Copyright © 2001 Yahoo! Inc. All rights reserved.
    Privacy Policy

    \r\n'); INSERT INTO style VALUES (-4,'Demo Style','','^AdminBar;\r\n\r\n\r\n\r\n\r\n\r\n \r\n \r\n \r\n

    Your Company Name Here

    Address: 1903 Sunrise St. City, State 65977
    \r\nTel: 915.888.8888
    \r\nEmail: service@company.com
    \r\n\r\n \r\n \r\n \r\n \r\n
    ^t;
    \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
    ^H; · ^a;
    \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
    © 2001-2002 Plain Black Software
    \r\n'); INSERT INTO style VALUES (-5,'Plain Black Software (white)','','^AdminBar;\r\n\r\n\r\n\r\n\r\n\r\n \r\n \r\n \r\n\r\n\r\n \r\n \r\n\r\n
    \"Plain\"User:\" ^@;\"My\"|\"\"Download\"\"|\"\"Home\"
    ^C;^D(\"%c %D, %y\");
    \r\n\r\n\r\n \r\n \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
    \"Copyright\"Make
    \r\n\r\n'); INSERT INTO style VALUES (5,'Trash','','^AdminBar;\n\n\r\n\r\n\r\n\r\n\r\n
    Trash\r\n^H; / ^a; / Empty Trash
    \r\n
    PAGES
    ^FlexMenu;
    CONTENT
    \n\n^-;\n\n
    \r\n\r\n\r\n
    \r\n^H; / ^a; / Empty Trash\r\n'); INSERT INTO style VALUES (1,'Packages','','^AdminBar;\n\n\r\n\r\n\r\n\r\n\r\n
    Packages\r\n^H; / ^a;
    \r\n
    PACKAGES
    ^FlexMenu;
    CONTENT
    \n\n^-;\n\n
    \r\n\r\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\r\n\r\n
    ^AdminBar;\r\n\"Print!\"\r\n
    \r\n\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\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
    ^D(\"%c %D %y\");Powered by WebGUI
    \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 \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
    Print!\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 \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

    Site Navigation

    \r\n
    \r\n \r\n \r\n \r\n \r\n
    ^T(0);
    ^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


    This Design ©2002 OpenServe
    \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
    ^C;User: ^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
    \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 \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','SiteMap'); INSERT INTO template VALUES (2,'Unordered List','\r\n

    \r\n
    \r\n\r\n\r\n

    \r\n\r\n\r\n\r\n \">

    \r\n\r\n\r\n

      \r\n\r\n
    • \r\n \r\n \r\n \r\n \r\n \"\r\n \r\n target=\"_blank\"\r\n \r\n >\r\n\r\n \r\n - \r\n \r\n
    • \r\n
      \r\n','LinkList'); INSERT INTO template VALUES (1,'Default Link List','\r\n

      \r\n
      \r\n\r\n\r\n

      \r\n\r\n\r\n\r\n\r\n \">

      \r\n\r\n\r\n\r\n\r\n \r\n \r\n \r\n \r\n \r\n ·\r\n \"\r\n \r\n target=\"_blank\"\r\n \r\n >\r\n\r\n \r\n - \r\n \r\n
      \r\n
      \r\n','LinkList'); INSERT INTO template VALUES (3,'Ordered List','\r\n

      \r\n
      \r\n\r\n\r\n

      \r\n\r\n\r\n\r\n \">

      \r\n\r\n\r\n

        \r\n\r\n
      1. \r\n \r\n \r\n \r\n\r\n \"\r\n \r\n target=\"_blank\"\r\n \r\n >\r\n\r\n \r\n - \r\n \r\n
      2. \r\n
        \r\n
      ','LinkList'); INSERT INTO template VALUES (4,'Descriptive','\r\n

      \r\n
      \r\n\r\n\r\n

      \r\n\r\n\r\n\r\n \">

      \r\n\r\n\r\n\r\n \r\n
      \r\n
      \r\n\r\n \"\r\n \r\n target=\"_blank\"\r\n \r\n >\r\n\r\n \r\n - \r\n \r\n

      \r\n\r\n','LinkList'); INSERT INTO template VALUES (3,'Left Align Image','\r\n

      \r\n
      \r\n\r\n\r\n\r\n
      \r\n \" align=\"left\" border=\"0\">\r\n\r\n\r\n\r\n\r\n

      \r\n\r\n\r\n\r\n\r\n\r\n \r\n

      \">\r\n \r\n\r\n\r\n

      \r\n\r\n\r\n\r\n\r\n

      \r\n
      \r\n
      \r\n\r\n\r\n\r\n \r\n·\r\n\r\n·\r\n\r\n\r\n\r\n\r\n\r\n\r\n

      \r\n \r\n \r\n
      \"> ()\">
      \r\n\r\n\r\n','Article'); INSERT INTO template VALUES (3,'Topics','\r\n

      \r\n
      \r\n\r\n\r\n

      \r\n\r\n\r\n\r\n \">

      \r\n\r\n\r\n\r\n\r\n \r\n \r\n \r\n

      \r\n \r\n

      \r\n\r\n\r\n','FAQ'); INSERT INTO template VALUES (2,'List with Thumbnails','\r\n

      \r\n
      \r\n\r\n\r\n

      \r\n\r\n\r\n\r\n \r\n\r\n\r\n\r\n\r\n \r\n\r\n\r\n\r\n \r\n \r\n \r\n\r\n\r\n\r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n\r\n\r\n\r\n \r\n\r\n\r\n
      \r\n \">\r\n \r\n · \">\r\n \r\n
      \">\">\">
      \r\n \r\n \r\n \r\n \">\r\n  · \r\n \">\" border=\"0\" width=\"16\" height=\"16\" align=\"middle\" />/\r\n \r\n  · \r\n \">\" border=0 width=\"16\" height=\"16\" align=\"middle\" />/\r\n \r\n \r\n  · \r\n \">\" border=\"0\" width=\"16\" height=\"16\" align=\"middle\" />/\r\n \r\n \r\n \r\n \" border=0 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
      ','FileManager'); INSERT INTO template VALUES (2,'Events List','\r\n

      \r\n
      \r\n\r\n\r\n

      \r\n\r\n\r\n\r\n \">\r\n

      \r\n\r\n\r\n\r\n \r\n \r\n \r\n

      \r\n \r\n \r\n \r\n \r\n \r\n - \r\n \r\n

      \r\n

      \r\n\r\n\r\n\r\n
      \r\n · \r\n
      \r\n
      ','EventsCalendar'); INSERT INTO template VALUES (3,'Calendar Month (Small)','\r\n

      \r\n
      \r\n\r\n\r\n

      \r\n\r\n\r\n\r\n \">\r\n

      \r\n\r\n\r\n\r\n\r\n\r\n

      \r\n · \r\n
      \r\n
      ','EventsCalendar'); INSERT INTO template VALUES (1,'Default Event','

      \r\n\r\n\r\n\r\n\r\n
      \r\n:
      \r\n:
      \r\n
      \r\n\r\n\r\n \">
      \r\n \">
      \r\n
      \r\n\r\n\r\n \">
      \r\n
      \r\n\r\n\r\n \">
      \r\n
      \r\n\r\n
      \r\n','EventsCalendar/Event'); INSERT INTO template VALUES (1,'Default File Manager','\r\n

      \r\n
      \r\n\r\n\r\n

      \r\n\r\n\r\n\r\n \r\n\r\n\r\n\r\n\r\n \r\n\r\n\r\n\r\n \r\n \r\n \r\n\r\n\r\n\r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n\r\n\r\n\r\n \r\n\r\n\r\n
      \r\n \">\r\n \r\n · \">\r\n \r\n
      \">\">\">
      \r\n \r\n \r\n \r\n \">\r\n  · \r\n \">\" border=\"0\" width=\"16\" height=\"16\" align=\"middle\" />/\r\n \r\n  · \r\n \">\" border=0 width=\"16\" height=\"16\" align=\"middle\" />/\r\n \r\n \r\n  · \r\n \">\" border=\"0\" width=\"16\" height=\"16\" align=\"middle\" />/\r\n \r\n \r\n \r\n \r\n \r\n
      \r\n\r\n\r\n

      \r\n · · \r\n
      \r\n
      ','FileManager'); INSERT INTO template VALUES (1,'Calendar Month (Big)','\r\n

      \r\n
      \r\n\r\n\r\n

      \r\n\r\n\r\n\r\n \">\r\n

      \r\n\r\n\r\n\r\n\r\n\r\n

      \r\n · · \r\n
      \r\n
      ','EventsCalendar'); INSERT INTO template VALUES (2,'Center Image','\r\n

      \r\n
      \r\n\r\n\r\n\r\n
      \" border=\"0\">
      \r\n
      \r\n
      \r\n\r\n\r\n

      \r\n\r\n\r\n\r\n\r\n \r\n

      \">\r\n \r\n\r\n\r\n

      \r\n\r\n\r\n\r\n \r\n·\r\n\r\n·\r\n\r\n\r\n\r\n\r\n\r\n

      \r\n \r\n \r\n
      \"> ()\">
      \r\n\r\n','Article'); INSERT INTO template VALUES (1,'Default Article','\r\n

      \r\n
      \r\n\r\n\r\n\r\n
      \r\n \" align=\"right\" border=\"0\">\r\n\r\n\r\n\r\n\r\n

      \r\n\r\n\r\n\r\n\r\n\r\n \r\n

      \">\r\n \r\n\r\n\r\n

      \r\n\r\n\r\n\r\n\r\n \r\n·\r\n\r\n·\r\n\r\n\r\n\r\n\r\n\r\n

      \r\n
      \r\n
      \r\n\r\n\r\n\r\n

      \r\n \r\n \r\n
      \"> ()\">
      \r\n\r\n\r\n','Article'); INSERT INTO template VALUES (4,'Linked Image with Caption','\r\n

      \r\n
      \r\n\r\n\r\n\r\n
      \r\n
      \r\n \r\n \">\r\n \" border=\"0\">\r\n
      \r\n \r\n \" border=\"0\">\r\n
      \r\n
      \r\n
      \r\n\r\n\r\n\r\n\r\n

      \r\n\r\n\r\n\r\n

      \r\n\r\n\r\n\r\n\r\n

      \r\n
      \r\n
      \r\n\r\n\r\n \r\n·\r\n\r\n·\r\n\r\n\r\n\r\n\r\n\r\n\r\n

      \r\n \r\n \r\n
      \"> ()\">
      \r\n\r\n\r\n\r\n','Article'); INSERT INTO template VALUES (1,'Default USS','\r\n

      \r\n
      \r\n\r\n\r\n

      \r\n\r\n\r\n\r\n \r\n\r\n\r\n\r\n
      \r\n\r\n\r\n \"> ·\r\n\r\n\r\n\">\r\n\r\n
      \r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n
      \r\n \"> \r\n \r\n ()\r\n \r\n\">
      \r\n\r\n\r\n

      \r\n · · \r\n
      \r\n
      \r\n','USS'); INSERT INTO template VALUES (1,'Default Item','\r\n \r\n \">\r\n \r\n \r\n \r\n \r\n \r\n
      \r\n\r\n\r\n - \r\n \">\" border=\"0\" alt=\"\" width=\"16\" height=\"16\" border=\"0\" align=\"middle\" />\r\n\r\n\r\n\r\n - \r\n','Item'); INSERT INTO template VALUES (2,'Traditional with Thumbnails','\r\n

      \r\n
      \r\n\r\n\r\n

      \r\n\r\n\r\n\r\n\r\n \r\n\r\n\r\n\r\n\r\n
      \r\n\r\n\r\n \"> ·\r\n\r\n\r\n\">\r\n\r\n
      \r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n \r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n
      \r\n \"> \r\n \r\n ()\r\n \r\n\r\n \r\n \">\" border=\"0\">\r\n \r\n \">
      \r\n\r\n\r\n

      \r\n · · \r\n
      \r\n
      \r\n\r\n','USS'); INSERT INTO template VALUES (3,'Weblog','\r\n

      \r\n
      \r\n\r\n\r\n

      \r\n\r\n\r\n\r\n\r\n \r\n\r\n\r\n\r\n\r\n \"> ·\r\n\r\n\r\n\r\n\">\r\n

      \r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n
      \r\n \r\n ()\r\n \r\n
      \r\n \r\n \">\" 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\r\n

      \r\n · \r\n
      \r\n
      \r\n','USS'); INSERT INTO template VALUES (4,'Photo Gallery','\r\n

      \r\n
      \r\n\r\n\r\n

      \r\n\r\n\r\n\r\n \r\n\r\n\r\n\r\n \"> ·\r\n\r\n\r\n\r\n\">

      \r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n \r\n\r\n\r\n\r\n\r\n
      \r\n \r\n \r\n \">\" border=\"0\"/>
      \r\n
      \r\n \">\r\n \r\n ()\r\n \r\n
      \r\n\r\n\r\n

      \r\n · · \r\n
      \r\n
      \r\n','USS'); INSERT INTO template VALUES (1,'Default Submission','

      \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 \" border=\"0\">

      \n\n

      \n
      \n\n

      \n\n','USS/Submission'); INSERT INTO template VALUES (1,'Default Forum','\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 by \n \n \n \n \">\n \n on @ \n
      \n\n\n

      \n · · \n
      \n
      \n\n\n\n','Forum'); INSERT INTO template VALUES (5,'Classifieds','\r\n

      \r\n
      \r\n\r\n\r\n

      \r\n\r\n\r\n\r\n \r\n\r\n\r\n\r\n \"> ·\r\n\r\n\r\n\">

      \r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n \r\n\r\n\r\n\r\n\r\n
      \r\n

      \">

      \r\n \r\n ()\r\n \r\n
      \r\n \r\n \">\" border=\"0\"/ align=\"right\">
      \r\n
      \r\n\r\n
      \r\n\r\n\r\n

      \r\n · · \r\n
      \r\n
      \r\n','USS'); INSERT INTO template VALUES (2,'Item w/pop-up Links','\r\n \r\n \" target=\"_blank\">\r\n \r\n \r\n \r\n \r\n \r\n
      \r\n\r\n\r\n - \r\n \" target=\"_blank\">\" border=\"0\" alt=\"\" width=\"16\" height=\"16\" border=\"0\" align=\"middle\" />\r\n\r\n\r\n\r\n - \r\n','Item'); INSERT INTO template VALUES (1,'Default FAQ','\r\n\r\n

      \r\n
      \r\n\r\n\r\n

      \r\n\r\n\r\n\r\n \">

      \r\n\r\n\r\n

        \r\n\r\n
      • \">\r\n\r\n
      \r\n

      \r\n\r\n\r\n\r\n\r\n \r\n \r\n \r\n\r\n \">
      \r\n \r\n

      [top]

      \r\n\r\n\r\n','FAQ'); INSERT INTO template VALUES (2,'Q and A','\r\n

      \r\n
      \r\n\r\n\r\n

      \r\n\r\n\r\n\r\n \">

      \r\n\r\n\r\n\r\n\r\n \r\n \r\n \r\n Q:
      \r\n A: \r\n

      \r\n\r\n\r\n','FAQ'); INSERT INTO template VALUES (1,'Default Product','\r\n\r\n\r\n

      \r\n
      \r\n\r\n\r\n\r\n \r\n\r\n\r\n\r\n
      \r\n\r\n\r\n

      \r\n\r\n\r\n\r\n Price:
      \r\n
      \r\n\r\n\r\n Product Number:
      \r\n
      \r\n\r\n
      \r\n\r\n\r\n \">\" border=0 align=\"absmiddle\">
      \r\n
      \r\n\r\n\r\n \">\" border=0 align=\"absmiddle\">
      \r\n
      \r\n\r\n\r\n \">\" border=0 align=\"absmiddle\">
      \r\n
      \r\n\r\n

      \r\n\r\n \">\" border=\"0\" />

      \r\n\r\n\r\n \">\" border=\"0\" />

      \r\n\r\n\r\n \">\" border=\"0\" />

      \r\n\r\n

      \r\n\r\n\r\n\r\n\r\n\r\n\r\n \r\n\r\n \r\n\r\n \r\n\r\n \r\n\r\n \r\n\r\n \r\n\r\n \r\n\r\n \r\n\r\n\r\n
      Features
      \r\n\r\n\r\n \">

      \r\n\r\n\r\n\r\n ·
      \r\n
      \r\n

      \r\n

      Benefits
      \r\n\r\n \">

      \r\n\r\n\r\n ·
      \r\n
      \r\n

      Specifications
      \r\n\r\n \">

      \r\n\r\n\r\n ·:
      \r\n
      \r\n

      Accessories
      \r\n\r\n \">

      \r\n\r\n\r\n\r\n ·\">
      \r\n
      \r\n

      Related Products
      \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 (2,'Benefits Showcase','\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 Benefits
      \r\n\r\n \">

      \r\n\r\n\r\n\r\n ·
      \r\n
      \r\n\r\n

      \r\n\r\n\r\n \">\" border=\"0\" />

      \r\n\r\n\r\nSpecifications
      \r\n\r\n \">

      \r\n\r\n\r\n ·:
      \r\n
      \r\n\r\nOptions
      \r\n\r\n \">

      \r\n\r\n\r\n\r\n ·\">
      \r\n
      \r\n\r\nOther Products
      \r\n\r\n \">

      \r\n\r\n\r\n ·\">
      \r\n
      \r\n\r\n

      \r\n\r\n','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\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 \">\" border=\"0\" />\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\nFeatures
      \r\n\r\n \">

      \r\n\r\n\r\n ·
      \r\n
      \r\n

      \r\n\r\nBenefits
      \r\n\r\n \">

      \r\n\r\n\r\n\r\n ·
      \r\n
      \r\n

      \r\n\r\n

      \r\n\r\nSpecifications
      \r\n\r\n \">

      \r\n\r\n\r\n ·:
      \r\n
      \r\n

      \r\n\r\nAccessories
      \r\n\r\n \">

      \r\n\r\n\r\n\r\n ·\">
      \r\n
      \r\n

      \r\n\r\nRelated Products
      \r\n\r\n \">

      \r\n\r\n\r\n ·\">
      \r\n
      \r\n

      \r\n

      \r\n \r\n Price:
      \r\n
      \r\n\r\n\r\n Product Number:
      \r\n
      \r\n
      \r\n\r\n \">\" border=0 align=\"absmiddle\" />
      \r\n
      \r\n\r\n \">\" border=0 align=\"absmiddle\" />
      \r\n
      \r\n\r\n \">\" border=0 align=\"absmiddle\" />
      \r\n
      \r\n
      \r\n\r\n\r\n','Product'); INSERT INTO template VALUES (5,'Left Column','\r\n\r\n \r\n \r\n\r\n
      ','Page'); INSERT INTO template VALUES (4,'Left Column Collateral','\r\n\r\n\r\n\r\n

      \r\n
      \r\n\r\n\r\n\r\n\r\n
      \r\n
      \r\n\r\n \">\" border=0 align=\"absmiddle\" />
      \r\n
      \r\n\r\n \">\" border=0 align=\"absmiddle\" />
      \r\n
      \r\n\r\n \">\" border=0 align=\"absmiddle\" />
      \r\n
      \r\n
      \r\n
      \r\n\r\n \">\" 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

      \r\n\r\n\r\nSpecs:
      \r\n\r\n \">

      \r\n\r\n\r\n ·:
      \r\n
      \r\n

      \r\n\r\nFeatures:
      \r\n\r\n \">

      \r\n\r\n\r\n ·
      \r\n
      \r\n

      \r\n\r\nOptions:
      \r\n\r\n \">

      \r\n\r\n\r\n ·\">
      \r\n
      \r\n\r\n

      \r\n','Product'); INSERT INTO template VALUES (4,'Three Over One','\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
      \r\n','Page'); INSERT INTO template VALUES (7,'Side By Side','\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','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','SiteMap'); INSERT INTO template VALUES (6,'Guest Book','\r\n

      \r\n
      \r\n\r\n\r\n

      \r\n\r\n\r\n\r\n \">

      \r\n\r\n\r\n\r\n\r\n\r\n\r\n

      \r\n\r\n\r\nOn \"> from \">the department wrote, \r\n\r\n\r\n
      \r\n
      \r\n\r\n

      \r\n\r\n\r\n\r\n\r\n

      \r\n · \r\n
      \r\n
      \r\n','USS'); INSERT INTO template VALUES (1,'Default Syndicated Content','\r\n

      \r\n
      \r\n\r\n\r\n

      \r\n\r\n\r\n

      \r\n\r\n \" target=\"_blank\"> \r\n\r\n \r\n\r\n

      \r\n\r\n\r\n

      \r\n\r\n\r\n\r\n\r\n

    • \r\n \r\n \" target=\"_blank\"> \r\n \r\n \r\n \r\n \r\n - \r\n \r\n
      \r\n\r\n','SyndicatedContent'); INSERT INTO template VALUES (1,'Default Poll','\r\n

      \r\n
      \r\n\r\n\r\n

      \r\n\r\n\r\n
      \r\n\r\n\r\n\r\n \r\n \r\n
      \r\n
      \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
      :
      \r\n\r\n
      \r\n\r\n','Poll'); INSERT INTO template VALUES (1,'Mail Form','\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','DataForm'); INSERT INTO template VALUES (2,'Default Email','\n\n: \n','DataForm'); INSERT INTO template VALUES (3,'Default Acknowledgement','\r\n

      \r\n\r\n\r\n\r\n \r\n \r\n\r\n\r\n
      \r\n

      \r\n\">','DataForm'); INSERT INTO template VALUES (1,'Data List','\">\n

      \n\n\n\n\n \n \n \n\n\n\n\n\n \n \n \n \n \n \n \n\n\n
      Entry IDSubmission Date
      \">
      ','DataForm/List'); INSERT INTO template VALUES (1,'Default HTTP Proxy','\r\n

      \r\n
      \r\n\r\n\r\n

      \r\n\r\n\r\n\r\n \r\n \r\n \r\n \r\n \r\n Error: Search string not found in content.\r\n \r\n\r\n\r\n\r\n\r\n\r\n \r\n \r\n \r\n \r\n \r\n Warning: Ending search point not found in content.\r\n \r\n','HttpProxy'); INSERT INTO template VALUES (1,'Default Message Board','\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 by \n \n \n \n \">\n \n on @ \n
      \n\n

      \n \n
      \n
      \n

      \n \n','MessageBoard'); INSERT INTO template VALUES (1,'Default Post Form','

      \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/PostForm'); INSERT INTO template VALUES (1,'Default Post','

      \n\n\n\n\n\n
      \n\n\n \n

      \n \">\n \n • : [ \">1, \">2, \n \">3, \">4, \">5 ]\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
      style=\"border: 4px dotted #aaaaaa; padding: 5px;\">\n \n
      style=\"border: 4px dotted #aaaaaa; padding: 5px;\">\n \n \n
      \n \n\n\n\n \n \n \n \n \n \n \n \n
               \n \">\n \n
      style=\"border: 4px dotted #aaaaaa; padding: 5px;\">\n \n
      style=\"border: 4px dotted #aaaaaa; padding: 5px;\">\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\n

      \n','Forum/Thread'); INSERT INTO template VALUES (1,'Default Forum Notification','\n\n','Forum/Notification'); INSERT INTO template VALUES (1,'Default Forum Search','\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/Search'); -- -- Table structure for table `theme` -- CREATE TABLE theme ( themeId int(11) NOT NULL default '0', name varchar(255) default NULL, designer varchar(255) default NULL, designerURL text, original int(11) NOT NULL default '1', webguiVersion varchar(10) default NULL, versionNumber int(11) NOT NULL default '0' ) TYPE=MyISAM; -- -- Dumping data for table `theme` -- -- -- Table structure for table `themeComponent` -- CREATE TABLE themeComponent ( themeId int(11) NOT NULL default '0', themeComponentId int(11) NOT NULL default '0', type varchar(35) default NULL, id varchar(255) default NULL ) TYPE=MyISAM; -- -- Dumping data for table `themeComponent` -- -- -- Table structure for table `userLoginLog` -- CREATE TABLE userLoginLog ( userId int(11) default NULL, status varchar(30) default NULL, timeStamp int(11) default NULL, ipAddress varchar(128) default NULL, userAgent text ) TYPE=MyISAM; -- -- Dumping data for table `userLoginLog` -- -- -- Table structure for table `userProfileCategory` -- CREATE TABLE userProfileCategory ( profileCategoryId int(11) NOT NULL default '0', categoryName varchar(255) default NULL, sequenceNumber int(11) NOT NULL default '1', visible int(11) NOT NULL default '1', editable int(11) NOT NULL default '1', PRIMARY KEY (profileCategoryId) ) TYPE=MyISAM; -- -- Dumping data for table `userProfileCategory` -- INSERT INTO userProfileCategory VALUES (1,'WebGUI::International::get(449,\"WebGUI\");',6,1,1); INSERT INTO userProfileCategory VALUES (2,'WebGUI::International::get(440,\"WebGUI\");',2,1,1); INSERT INTO userProfileCategory VALUES (3,'WebGUI::International::get(439,\"WebGUI\");',1,1,1); INSERT INTO userProfileCategory VALUES (4,'WebGUI::International::get(445,\"WebGUI\");',7,0,1); INSERT INTO userProfileCategory VALUES (5,'WebGUI::International::get(443,\"WebGUI\");',3,1,1); INSERT INTO userProfileCategory VALUES (6,'WebGUI::International::get(442,\"WebGUI\");',4,1,1); INSERT INTO userProfileCategory VALUES (7,'WebGUI::International::get(444,\"WebGUI\");',5,1,1); -- -- Table structure for table `userProfileData` -- CREATE TABLE userProfileData ( userId int(11) NOT NULL default '0', fieldName varchar(128) NOT NULL default '', fieldData text, PRIMARY KEY (userId,fieldName) ) TYPE=MyISAM; -- -- Dumping data for table `userProfileData` -- INSERT INTO userProfileData VALUES (1,'language','1'); INSERT INTO userProfileData VALUES (3,'language','1'); INSERT INTO userProfileData VALUES (3,'uiLevel','9'); -- -- Table structure for table `userProfileField` -- CREATE TABLE userProfileField ( fieldName varchar(128) NOT NULL default '', fieldLabel varchar(255) default NULL, visible int(11) NOT NULL default '0', required int(11) NOT NULL default '0', dataType varchar(128) NOT NULL default 'text', dataValues text, dataDefault text, sequenceNumber int(11) NOT NULL default '1', profileCategoryId int(11) NOT NULL default '1', protected int(11) NOT NULL default '0', editable int(11) NOT NULL default '1', PRIMARY KEY (fieldName) ) TYPE=MyISAM; -- -- Dumping data for table `userProfileField` -- INSERT INTO userProfileField VALUES ('email','WebGUI::International::get(56,\"WebGUI\");',1,1,'email',NULL,NULL,1,2,1,1); INSERT INTO userProfileField VALUES ('firstName','WebGUI::International::get(314,\"WebGUI\");',1,0,'text',NULL,NULL,1,3,1,1); INSERT INTO userProfileField VALUES ('middleName','WebGUI::International::get(315,\"WebGUI\");',1,0,'text',NULL,NULL,2,3,1,1); INSERT INTO userProfileField VALUES ('lastName','WebGUI::International::get(316,\"WebGUI\");',1,0,'text',NULL,NULL,3,3,1,1); INSERT INTO userProfileField VALUES ('icq','WebGUI::International::get(317,\"WebGUI\");',1,0,'text',NULL,NULL,2,2,1,1); INSERT INTO userProfileField VALUES ('aim','WebGUI::International::get(318,\"WebGUI\");',1,0,'text',NULL,NULL,3,2,1,1); INSERT INTO userProfileField VALUES ('msnIM','WebGUI::International::get(319,\"WebGUI\");',1,0,'text',NULL,NULL,4,2,1,1); INSERT INTO userProfileField VALUES ('yahooIM','WebGUI::International::get(320,\"WebGUI\");',1,0,'text',NULL,NULL,5,2,1,1); INSERT INTO userProfileField VALUES ('cellPhone','WebGUI::International::get(321,\"WebGUI\");',1,0,'phone',NULL,NULL,6,2,1,1); INSERT INTO userProfileField VALUES ('pager','WebGUI::International::get(322,\"WebGUI\");',1,0,'phone',NULL,NULL,7,2,1,1); INSERT INTO userProfileField VALUES ('emailToPager','WebGUI::International::get(441,\"WebGUI\");',1,0,'email',NULL,NULL,8,2,1,1); INSERT INTO userProfileField VALUES ('language','WebGUI::International::get(304,\"WebGUI\");',1,0,'selectList','WebGUI::International::getLanguages()','[1]',1,4,1,1); INSERT INTO userProfileField VALUES ('homeAddress','WebGUI::International::get(323,\"WebGUI\");',1,0,'text',NULL,NULL,1,5,1,1); INSERT INTO userProfileField VALUES ('homeCity','WebGUI::International::get(324,\"WebGUI\");',1,0,'text',NULL,NULL,2,5,1,1); INSERT INTO userProfileField VALUES ('homeState','WebGUI::International::get(325,\"WebGUI\");',1,0,'text',NULL,NULL,3,5,1,1); INSERT INTO userProfileField VALUES ('homeZip','WebGUI::International::get(326,\"WebGUI\");',1,0,'zipcode',NULL,NULL,4,5,1,1); INSERT INTO userProfileField VALUES ('homeCountry','WebGUI::International::get(327,\"WebGUI\");',1,0,'text',NULL,NULL,5,5,1,1); INSERT INTO userProfileField VALUES ('homePhone','WebGUI::International::get(328,\"WebGUI\");',1,0,'phone',NULL,NULL,6,5,1,1); INSERT INTO userProfileField VALUES ('workAddress','WebGUI::International::get(329,\"WebGUI\");',1,0,'text',NULL,NULL,2,6,1,1); INSERT INTO userProfileField VALUES ('workCity','WebGUI::International::get(330,\"WebGUI\");',1,0,'text',NULL,NULL,3,6,1,1); INSERT INTO userProfileField VALUES ('workState','WebGUI::International::get(331,\"WebGUI\");',1,0,'text',NULL,NULL,4,6,1,1); INSERT INTO userProfileField VALUES ('workZip','WebGUI::International::get(332,\"WebGUI\");',1,0,'zipcode',NULL,NULL,5,6,1,1); INSERT INTO userProfileField VALUES ('workCountry','WebGUI::International::get(333,\"WebGUI\");',1,0,'text',NULL,NULL,6,6,1,1); INSERT INTO userProfileField VALUES ('workPhone','WebGUI::International::get(334,\"WebGUI\");',1,0,'phone',NULL,NULL,7,6,1,1); INSERT INTO userProfileField VALUES ('gender','WebGUI::International::get(335,\"WebGUI\");',1,0,'selectList','{\r\n \'neuter\'=>WebGUI::International::get(403),\r\n \'male\'=>WebGUI::International::get(339),\r\n \'female\'=>WebGUI::International::get(340)\r\n}','[\'neuter\']',1,7,1,1); INSERT INTO userProfileField VALUES ('birthdate','WebGUI::International::get(336,\"WebGUI\");',1,0,'date',NULL,NULL,2,7,1,1); INSERT INTO userProfileField VALUES ('homeURL','WebGUI::International::get(337,\"WebGUI\");',1,0,'url',NULL,NULL,7,5,1,1); INSERT INTO userProfileField VALUES ('workURL','WebGUI::International::get(446,\"WebGUI\");',1,0,'url',NULL,NULL,8,6,1,1); INSERT INTO userProfileField VALUES ('workName','WebGUI::International::get(450,\"WebGUI\");',1,0,'text',NULL,NULL,1,6,1,1); INSERT INTO userProfileField VALUES ('timeOffset','WebGUI::International::get(460,\"WebGUI\");',1,0,'text',NULL,'\'0\'',3,4,1,1); INSERT INTO userProfileField VALUES ('dateFormat','WebGUI::International::get(461,\"WebGUI\");',1,0,'selectList','{\r\n \'%M/%D/%y\'=>WebGUI::DateTime::epochToHuman(\"\",\"%M/%D/%y\"),\r\n \'%y-%m-%d\'=>WebGUI::DateTime::epochToHuman(\"\",\"%y-%m-%d\"),\r\n \'%D-%c-%y\'=>WebGUI::DateTime::epochToHuman(\"\",\"%D-%c-%y\"),\r\n \'%c %D, %y\'=>WebGUI::DateTime::epochToHuman(\"\",\"%c %D, %y\")\r\n}\r\n','[\'%M/%D/%y\']',4,4,1,1); INSERT INTO userProfileField VALUES ('timeFormat','WebGUI::International::get(462,\"WebGUI\");',1,0,'selectList','{\r\n \'%H:%n %p\'=>WebGUI::DateTime::epochToHuman(\"\",\"%H:%n %p\"),\r\n \'%H:%n:%s %p\'=>WebGUI::DateTime::epochToHuman(\"\",\"%H:%n:%s %p\"),\r\n \'%j:%n\'=>WebGUI::DateTime::epochToHuman(\"\",\"%j:%n\"),\r\n \'%j:%n:%s\'=>WebGUI::DateTime::epochToHuman(\"\",\"%j:%n:%s\")\r\n}\r\n','[\'%H:%n %p\']',5,4,1,1); INSERT INTO userProfileField VALUES ('discussionLayout','WebGUI::International::get(509)',1,0,'selectList','{\n threaded=>WebGUI::International::get(511),\n flat=>WebGUI::International::get(510),\n nested=>WebGUI::International::get(1045)\n}\n','[\'threaded\']',6,4,0,1); INSERT INTO userProfileField VALUES ('INBOXNotifications','WebGUI::International::get(518)',1,0,'selectList','{ \r\n none=>WebGUI::International::get(519),\r\n email=>WebGUI::International::get(520),\r\n emailToPager=>WebGUI::International::get(521),\r\n icq=>WebGUI::International::get(522)\r\n}','[\'email\']',7,4,0,1); INSERT INTO userProfileField VALUES ('firstDayOfWeek','WebGUI::International::get(699,\"WebGUI\");',1,0,'selectList','{0=>WebGUI::International::get(27,\"WebGUI\"),1=>WebGUI::International::get(28,\"WebGUI\")}','[0]',3,4,1,1); INSERT INTO userProfileField VALUES ('uiLevel','WebGUI::International::get(739,\"WebGUI\");',0,0,'selectList','{\r\n0=>WebGUI::International::get(729,\"WebGUI\"),\r\n1=>WebGUI::International::get(730,\"WebGUI\"),\r\n2=>WebGUI::International::get(731,\"WebGUI\"),\r\n3=>WebGUI::International::get(732,\"WebGUI\"),\r\n4=>WebGUI::International::get(733,\"WebGUI\"),\r\n5=>WebGUI::International::get(734,\"WebGUI\"),\r\n6=>WebGUI::International::get(735,\"WebGUI\"),\r\n7=>WebGUI::International::get(736,\"WebGUI\"),\r\n8=>WebGUI::International::get(737,\"WebGUI\"),\r\n9=>WebGUI::International::get(738,\"WebGUI\")\r\n}','[5]',8,4,1,0); INSERT INTO userProfileField VALUES ('alias','WebGUI::International::get(858)',1,0,'text','','',4,3,0,1); INSERT INTO userProfileField VALUES ('signature','WebGUI::International::get(859)',1,0,'HTMLArea','','',5,3,0,1); INSERT INTO userProfileField VALUES ('publicProfile','WebGUI::International::get(861)',1,0,'yesNo','','1',9,4,0,1); INSERT INTO userProfileField VALUES ('publicEmail','WebGUI::International::get(860)',1,0,'yesNo','','1',10,4,0,1); INSERT INTO userProfileField VALUES ('richEditor','WebGUI::International::get(496)',1,0,'selectList','{\r\nhtmlArea=>WebGUI::International::get(495),\r\nmidas=>WebGUI::International::get(887),\r\n#editOnPro2=>WebGUI::International::get(494),\r\nclassic=>WebGUI::International::get(879),\r\nlastResort=>WebGUI::International::get(880),\r\nnone=>WebGUI::International::get(881)\r\n}','[\'htmlArea\']',11,4,0,1); INSERT INTO userProfileField VALUES ('richEditorMode','WebGUI::International::get(882)',1,0,'selectList','{\r\ninline=>WebGUI::International::get(883),\r\npopup=>WebGUI::International::get(884)\r\n}','[\'inline\']',12,4,0,1); -- -- Table structure for table `userSession` -- CREATE TABLE userSession ( sessionId varchar(60) NOT NULL default '', expires int(11) default NULL, lastPageView int(11) default NULL, adminOn int(11) NOT NULL default '0', lastIP varchar(50) default NULL, userId int(11) default NULL, PRIMARY KEY (sessionId) ) TYPE=MyISAM; -- -- Dumping data for table `userSession` -- INSERT INTO userSession VALUES ('53IpegCf7XUGw',1053935988,1053907988,0,'',1); INSERT INTO userSession VALUES ('97ztu03AFZcic',1053935998,1053907998,0,'',1); INSERT INTO userSession VALUES ('46ZH2lWWxIb1o',1056507480,1056479480,0,'',1); INSERT INTO userSession VALUES ('86B3dgfvo8kYc',1066694125,1066666125,0,'',1); INSERT INTO userSession VALUES ('14OZTAw8AMqos',1069040618,1069012618,0,'',1); -- -- Table structure for table `userSessionScratch` -- CREATE TABLE userSessionScratch ( sessionId varchar(60) default NULL, name varchar(255) default NULL, value varchar(255) default NULL ) TYPE=MyISAM; -- -- Dumping data for table `userSessionScratch` -- -- -- Table structure for table `users` -- CREATE TABLE users ( userId int(11) NOT NULL default '0', username varchar(100) default NULL, authMethod varchar(30) NOT NULL default 'WebGUI', dateCreated int(11) NOT NULL default '1019867418', lastUpdated int(11) NOT NULL default '1019867418', karma int(11) NOT NULL default '0', status varchar(35) NOT NULL default 'Active', referringAffiliate int(11) NOT NULL default '0', PRIMARY KEY (userId), UNIQUE KEY username_unique (username) ) TYPE=MyISAM; -- -- Dumping data for table `users` -- INSERT INTO users VALUES (1,'Visitor','WebGUI',1019867418,1019867418,0,'Active',0); INSERT INTO users VALUES (3,'Admin','WebGUI',1019867418,1019935552,0,'Active',1); -- -- Table structure for table `webguiVersion` -- CREATE TABLE webguiVersion ( webguiVersion varchar(10) default NULL, versionType varchar(30) default NULL, dateApplied int(11) default NULL ) TYPE=MyISAM; -- -- Dumping data for table `webguiVersion` -- INSERT INTO webguiVersion VALUES ('5.5.3','initial install',unix_timestamp()); -- -- Table structure for table `wobject` -- CREATE TABLE wobject ( wobjectId int(11) NOT NULL default '0', pageId int(11) default NULL, namespace varchar(35) default NULL, sequenceNumber int(11) NOT NULL default '1', title varchar(255) default NULL, displayTitle int(11) NOT NULL default '1', description mediumtext, dateAdded int(11) default NULL, addedBy int(11) default NULL, lastEdited int(11) default NULL, editedBy int(11) default NULL, templatePosition int(11) NOT NULL default '1', startDate int(11) NOT NULL default '946710000', endDate int(11) NOT NULL default '2114406000', userDefined1 varchar(255) default NULL, userDefined2 varchar(255) default NULL, userDefined3 varchar(255) default NULL, userDefined4 varchar(255) default NULL, userDefined5 varchar(255) default NULL, allowDiscussion int(11) NOT NULL default '0', bufferUserId int(11) default NULL, bufferDate int(11) default NULL, bufferPrevId int(11) default NULL, templateId int(11) NOT NULL default '1', ownerId int(11) NOT NULL default '0', groupIdEdit int(11) NOT NULL default '3', groupIdView int(11) NOT NULL default '3', forumId int(11) default NULL, PRIMARY KEY (wobjectId) ) TYPE=MyISAM; -- -- Dumping data for table `wobject` -- INSERT INTO wobject VALUES (-1,4,'SiteMap',0,'Page Not Found',1,'The page you were looking for could not be found on this system. Perhaps it has been deleted or renamed. The following list is a site map of this site. If you don\'t find what you\'re looking for on the site map, you can always start from the Home Page.',1001744792,3,1016077239,3,1,1001744792,1336444487,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,NULL,2,3,3,7,1003); update style set styleId=10 where styleId=-10; delete from style where styleId<0; update incrementer set nextValue=nextValue+1 where incrementerId='styleId'; update page set styleId=1000 where styleId=-8; INSERT INTO style VALUES (1000,'WebGUI 6','\r\n ','\r\n^AdminBar(2);\r\n\r\n\r\n\r\n \r\n \r\n \r\n \r\n \r\n
      ^L(17,"",2); ^AdminToggle;
      \r\n\r\n\r\n \r\n \r\n \r\n \r\n \r\n \r\n
      \n         \r\n\"home\" \n \"Email\"\r\n\"Print\" \n \"Site \"Plain\r\n^Spacer(56,1);^Spacer(26,1);
      \r\n\r\n\r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n
      ^Spacer(53,59);^D(\"%c %D, %y\");
      ^PageTitle;
      ^Spacer(53,59);
      \r\n\r\n\r\n\r\n \r\n \r\n \r\n \r\n\r\n \r\n \r\n \r\n \r\n \r\n
      ^Spacer(53,1);\r\n
      \r\n^FlexMenu;\r\n


      \r\n\r\n
      ^-;^Spacer(53,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'); INSERT INTO style VALUES (1001,'WebGUI 6 Admin Style','\r\n \r\n\r\n\r\n',' \r\n\r\n^AdminBar(2);

      \r\n\r\n
      \r\n ^-;\r\n
      \r\n\r\n\r\n
      ^H; / ^PageTitle; / ^AdminToggle; / ^LoginToggle; / ^a;
      \r\n\r\n\r\n\r\n\r\n\r\n\r\n'); INSERT INTO page VALUES (1000,1,'Getting Started',1001,3,1,'','getting_started',1,'Getting Started','',1,946710000,2082783600,'',NULL,NULL,NULL,NULL,NULL,1,7,3,0,0,NULL,NULL,NULL,60,600); INSERT INTO page VALUES (1001,1,'What should you do next?',1001,3,2,'','your_next_step',1,'Your Next Step','',1,946710000,2082783600,'',NULL,NULL,NULL,NULL,NULL,1,7,3,0,0,NULL,NULL,NULL,60,600); INSERT INTO page VALUES (1002,1,'The Latest News',1001,3,3,'','the_latest_news',1,'The Latest News','',1,946710000,2082783600,'',NULL,NULL,NULL,NULL,NULL,1,7,3,0,0,NULL,NULL,NULL,60,600); INSERT INTO page VALUES (1003,1,'Tell A Friend',1001,3,4,'','tell_a_friend',1,'Tell A Friend','',1,946710000,2082783600,'',NULL,NULL,NULL,NULL,NULL,1,7,3,0,0,NULL,NULL,NULL,60,600); INSERT INTO page VALUES (1004,1,'Site Map',1001,3,4,'','site_map',1,'Site Map','',1,946710000,2082783600,'',NULL,NULL,NULL,NULL,NULL,1,7,3,0,0,NULL,NULL,NULL,60,600); INSERT INTO wobject VALUES (1,1,'Article',1,'Welcome',1,'Welcome to WebGUI. This is web done right.\n

      \nWebGUI is a user-friendly web site management system made by Plain Black. It is designed to be easy to use for the average business user, but powerful enough to satisfy the needs of a large enterprise.\n

      \nThere are thousands of small and large businesses, schools, universities, governments, clubs, projects, communities, and individuals using WebGUI all over the world today. A brief list of some of them can be found here. There\'s no reason your site shouldn\'t be on that list.

      ',1076701903,3,1076707751,3,1,946710000,2082783600,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,NULL,1,3,3,7,1005); INSERT INTO wobject VALUES (2,1,'Article',2,'Key Benefits',1,'\n\n\n
      \n\n
      Easy to Use
      \n
      If you can use a web browser, then you can manage a web site with WebGUI. WebGUI\'s unique WYSIWYG inline content editing interface ensures that you know where you are and what your content will look like while you\'re editing. In addition, you don\'t need to install and learn any complicated programs, you can edit everything with your trusty web browser.
      \n
      \n\n
      Flexible Designs
      \n
      WebGUI\'s powerful templating system ensures that no two WebGUI sites ever need to look the same. You\'re not restricted in how your content is laid out or how your navigation functions.
      \n
      \n\n
      Work Faster
      \n
      Though there is some pretty cool technology behind the scenes that makes WebGUI work, our first concern has always been usability and not technology. After all if it\'s not useful, why use it? With that in mind WebGUI has all kinds of wizards, short cuts, online help, and other aids to help you work faster.
      \n
      \n\n
      Localized Content
      \n
      With WebGUI there\'s no need to limit yourself to one language or timezone. It\'s a snap to build a multi-lingual site with WebGUI. In fact, even WebGUI\'s built in functions and online help have been translated to more than 15 languages. User\'s can also adjust their local settings for dates, times, and other localized oddities.
      \n
      \n\n
      Pluggable By Design
      \n
      When Plain Black created WebGUI we knew we wouldn\'t be able to think of everything you want to use WebGUI for, so we made most of WebGUI\'s functions pluggable. This allows you to add new features to WebGUI and still be able to upgrade the core system without a fuss.
      \n\n
      ',1076702850,3,1076707868,3,1,946710000,2082783600,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,NULL,1,3,3,7,1007); INSERT INTO wobject VALUES (3,1000,'Article',1,'Getting Started',0,'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
      1. Click here to log in. (username: Admin password: 123qwe)\n
      2. Click here to turn the administrative interface on.\n
      \n
      \nNOTE: You could have also done these steps using the block at the top of this page.\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 now notice little buttons and menus on all the pages in your site. These controls help you administer your site. The \"Add content\" menu lets you add new content to your pages as well as paste content from the clipboard. The \"Administrative functions\" menu let\'s you control users and groups as well as many other admin settings. The little toolbars help you manipulate the content in your pages.\n\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!',1076704456,3,1076704456,3,1,946710000,2082783600,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,NULL,1,3,3,7,1009); INSERT INTO wobject VALUES (5,1001,'LinkList',2,'Your Next Step',0,' To learn more about WebGUI and how you can best implement WebGUI in your organization, please see the choices below.\n\n',1076705448,3,1076706084,3,1,946710000,2082783600,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,NULL,1000,3,3,7,NULL); INSERT INTO wobject VALUES (6,1002,'SyndicatedContent',1,'The Latest News',0,'This is the latest news from Plain Black and WebGUI pulled directly from the site every hour.',1076708567,3,1076709040,3,1,946710000,2082783600,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,NULL,1000,3,3,7,NULL); INSERT INTO wobject VALUES (7,1003,'DataForm',1,'Tell A Friend',0,'Tell a friend about WebGUI.',1076709292,3,1076709522,3,1,946710000,2082783600,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,NULL,1,3,3,7,NULL); INSERT INTO wobject VALUES (8,1004,'SiteMap',0,'Site Map',0,'',1001744792,3,1016077239,3,1,1001744792,1336444487,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,NULL,2,3,3,7,NULL); INSERT INTO SiteMap VALUES (8,0,0,5,0); INSERT INTO Article VALUES (1,NULL,'','',NULL,0); INSERT INTO Article VALUES (2,NULL,'','',NULL,0); INSERT INTO Article VALUES (3,NULL,'','',NULL,0); INSERT INTO Article VALUES (4,NULL,'','',NULL,0); INSERT INTO SyndicatedContent VALUES (6,'http://www.plainblack.com/news?wid=920&func=viewRSS',3); INSERT INTO LinkList VALUES (5); INSERT INTO LinkList_link VALUES (5,1000,'Talk to the Experts','http://www.plainblack.com/contact_us',' Our website contains all of the different methods for reaching us. Our friendly staff will be happy to assist you in any way possible.\r\n\r\n',1,0); INSERT INTO LinkList_link VALUES (5,1001,'Request an Interactive Demonstration CD','http://www.plainblack.com/presentation_cd','This 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.',2,0); INSERT INTO LinkList_link VALUES (5,1002,'Get the Manual','http://www.plainblack.com/ruling_webgui','Ruling 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.',3,0); INSERT INTO LinkList_link VALUES (5,1003,'Purchase Technical Support','http://www.plainblack.com/support_programs','The 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.\r\n\r\n',4,0); INSERT INTO LinkList_link VALUES (5,1004,'Sign Up for Hosting','http://www.plainblack.com/hosting','We 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.',5,0); INSERT INTO LinkList_link VALUES (5,1005,'Look Great','http://www.plainblack.com/design','Let Plain Black\'s design team build you a professional looking design. Our award-winning designers can get you the look you need on time and on budget, every time.',6,0); INSERT INTO DataForm VALUES (7,'Thank you for telling your friends about WebGUI!',1,2,3,1); INSERT INTO DataForm_field VALUES (7,1000,1,'from','required','email','','',0,'',0,1,'Your Email Address'); INSERT INTO DataForm_field VALUES (7,1001,2,'to','required','email','','',0,'',0,1,'Your Friends Email Address'); INSERT INTO DataForm_field VALUES (7,1002,3,'cc','hidden','email',NULL,NULL,0,NULL,NULL,1,'Cc'); INSERT INTO DataForm_field VALUES (7,1003,4,'bcc','hidden','email',NULL,NULL,0,NULL,NULL,1,'Bcc'); INSERT INTO DataForm_field VALUES (7,1004,5,'subject','hidden','text','','Cool CMS',0,'',0,1,'Subject'); INSERT INTO DataForm_field VALUES (7,1005,6,'url','visible','url','','http://www.plainblack.com/webgui',0,'',0,1,'URL'); INSERT INTO DataForm_field VALUES (7,1006,7,'message','required','textarea','','Hey I just wanted to tell you about this great program called WebGUI that I found: http://www.plainblack.com/webgui\r\n\r\nYou should really check it out.',34,'',6,0,'Message'); INSERT INTO template VALUES (1000,'Titled Link List','\n

      \n\n\n\n

      \n\n\n\n \">

      \n\n\n\n \n
      \n
      \n\n \"\n \n target=\"_blank\"\n \n >\n\n \n
      \n
      \n

      \n\n','LinkList'); INSERT INTO template VALUES (1000,'Syndicated Articles','\n

      \n
      \n\n\n

      \n\n\n

      \n\n \" target=\"_blank\"> \n\n \n\n

      \n\n\n

      \n\n\n\n\n\n \n \n
      \n
      \n \n
      \" target=\"_blank\" style=\"font-size: 9px;\">Read More... \n
      \n

      \n\n
      ','SyndicatedContent');