webgui/docs/previousVersion.sql
2002-05-21 02:21:56 +00:00

3103 lines
291 KiB
SQL
Raw Blame History

# MySQL dump 8.14
#
# Host: localhost Database: WebGUI
#--------------------------------------------------------
# Server version 3.23.41
#
# Table structure for table 'Article'
#
CREATE TABLE Article (
widgetId int(11) NOT NULL default '0',
startDate int(11) default NULL,
endDate int(11) default NULL,
body mediumtext,
image varchar(255) default NULL,
linkTitle varchar(255) default NULL,
linkURL text,
attachment varchar(255) default NULL,
convertCarriageReturns int(11) NOT NULL default '0',
alignImage varchar(30) NOT NULL default 'left',
allowDiscussion int(11) NOT NULL default '0',
groupToPost int(11) NOT NULL default '2',
groupToModerate int(11) NOT NULL default '4',
editTimeout int(11) NOT NULL default '1',
PRIMARY KEY (widgetId)
) TYPE=MyISAM;
#
# Dumping data for table 'Article'
#
#
# Table structure for table 'DownloadManager'
#
CREATE TABLE DownloadManager (
widgetId int(11) NOT NULL default '0',
paginateAfter int(11) NOT NULL default '50',
displayThumbnails int(11) NOT NULL default '0',
PRIMARY KEY (widgetId)
) TYPE=MyISAM;
#
# Dumping data for table 'DownloadManager'
#
#
# Table structure for table 'DownloadManager_file'
#
CREATE TABLE DownloadManager_file (
downloadId int(11) NOT NULL default '0',
widgetId 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 (downloadId)
) TYPE=MyISAM;
#
# Dumping data for table 'DownloadManager_file'
#
#
# Table structure for table 'EventsCalendar'
#
CREATE TABLE EventsCalendar (
widgetId int(11) NOT NULL default '0',
calendarLayout varchar(30) NOT NULL default 'list',
paginateAfter int(11) NOT NULL default '50',
PRIMARY KEY (widgetId)
) TYPE=MyISAM;
#
# Dumping data for table 'EventsCalendar'
#
#
# Table structure for table 'EventsCalendar_event'
#
CREATE TABLE EventsCalendar_event (
eventId int(11) NOT NULL default '1',
widgetId int(11) default NULL,
name varchar(255) default NULL,
description text,
startDate int(11) default NULL,
endDate int(11) default NULL,
recurringEventId int(11) NOT NULL default '0',
PRIMARY KEY (eventId)
) TYPE=MyISAM;
#
# Dumping data for table 'EventsCalendar_event'
#
#
# Table structure for table 'ExtraColumn'
#
CREATE TABLE ExtraColumn (
widgetId int(11) NOT NULL default '0',
spacer int(11) default NULL,
width int(11) default NULL,
class varchar(50) default NULL,
PRIMARY KEY (widgetId)
) TYPE=MyISAM;
#
# Dumping data for table 'ExtraColumn'
#
#
# Table structure for table 'FAQ'
#
CREATE TABLE FAQ (
widgetId int(11) NOT NULL default '0',
PRIMARY KEY (widgetId)
) TYPE=MyISAM;
#
# Dumping data for table 'FAQ'
#
#
# Table structure for table 'FAQ_question'
#
CREATE TABLE FAQ_question (
widgetId int(11) default NULL,
questionId int(11) NOT NULL default '0',
question text,
answer text,
sequenceNumber int(11) NOT NULL default '0',
PRIMARY KEY (questionId)
) TYPE=MyISAM;
#
# Dumping data for table 'FAQ_question'
#
#
# Table structure for table 'Item'
#
CREATE TABLE Item (
widgetId int(11) NOT NULL default '0',
description text,
linkURL text,
attachment varchar(255) default NULL,
PRIMARY KEY (widgetId)
) TYPE=MyISAM;
#
# Dumping data for table 'Item'
#
#
# Table structure for table 'LinkList'
#
CREATE TABLE LinkList (
widgetId int(11) NOT NULL default '0',
indent int(11) NOT NULL default '0',
lineSpacing int(11) NOT NULL default '1',
bullet varchar(255) NOT NULL default '·',
PRIMARY KEY (widgetId)
) TYPE=MyISAM;
#
# Dumping data for table 'LinkList'
#
#
# Table structure for table 'LinkList_link'
#
CREATE TABLE LinkList_link (
widgetId int(11) default NULL,
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 (linkId)
) TYPE=MyISAM;
#
# Dumping data for table 'LinkList_link'
#
#
# Table structure for table 'MessageBoard'
#
CREATE TABLE MessageBoard (
widgetId int(11) NOT NULL default '0',
groupToPost int(11) default NULL,
messagesPerPage int(11) NOT NULL default '50',
editTimeout int(11) default NULL,
groupToModerate int(11) NOT NULL default '4',
PRIMARY KEY (widgetId)
) TYPE=MyISAM;
#
# Dumping data for table 'MessageBoard'
#
#
# Table structure for table 'Poll'
#
CREATE TABLE Poll (
widgetId 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,
PRIMARY KEY (widgetId)
) TYPE=MyISAM;
#
# Dumping data for table 'Poll'
#
#
# Table structure for table 'Poll_answer'
#
CREATE TABLE Poll_answer (
widgetId 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 'SQLReport'
#
CREATE TABLE SQLReport (
widgetId int(11) NOT NULL default '0',
template text,
dbQuery text,
DSN varchar(255) default NULL,
username varchar(255) default NULL,
identifier varchar(255) default NULL,
convertCarriageReturns int(11) NOT NULL default '0',
paginateAfter int(11) NOT NULL default '50',
preprocessMacros int(11) NOT NULL default '0',
debugMode int(11) NOT NULL default '0',
PRIMARY KEY (widgetId)
) TYPE=MyISAM;
#
# Dumping data for table 'SQLReport'
#
#
# Table structure for table 'SiteMap'
#
CREATE TABLE SiteMap (
widgetId int(11) NOT NULL default '0',
startAtThisLevel int(11) default NULL,
depth int(11) NOT NULL default '0',
indent int(11) NOT NULL default '5',
bullet varchar(30) NOT NULL default '&middot',
lineSpacing int(11) NOT NULL default '1',
displaySynopsis int(11) NOT NULL default '0',
PRIMARY KEY (widgetId)
) TYPE=MyISAM;
#
# Dumping data for table 'SiteMap'
#
INSERT INTO SiteMap VALUES (-1,0,0,5,'·',1,1);
#
# Table structure for table 'SyndicatedContent'
#
CREATE TABLE SyndicatedContent (
widgetId int(11) NOT NULL default '0',
rssUrl text,
content text,
lastFetched int(11) default NULL,
PRIMARY KEY (widgetId)
) TYPE=MyISAM;
#
# Dumping data for table 'SyndicatedContent'
#
#
# Table structure for table 'UserSubmission'
#
CREATE TABLE UserSubmission (
widgetId 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',
PRIMARY KEY (widgetId)
) TYPE=MyISAM;
#
# Dumping data for table 'UserSubmission'
#
#
# Table structure for table 'UserSubmission_submission'
#
CREATE TABLE UserSubmission_submission (
widgetId int(11) default NULL,
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) default NULL,
content text,
image varchar(255) default NULL,
attachment varchar(255) default NULL,
status varchar(30) default NULL,
convertCarriageReturns int(11) NOT NULL default '0',
PRIMARY KEY (submissionId)
) TYPE=MyISAM;
#
# Dumping data for table 'UserSubmission_submission'
#
#
# Table structure for table 'discussion'
#
CREATE TABLE discussion (
messageId int(11) NOT NULL default '0',
rid int(11) default NULL,
widgetId int(11) default NULL,
pid int(11) default NULL,
userId int(11) default NULL,
username varchar(30) default NULL,
subject varchar(255) default NULL,
message text,
dateOfPost int(11) default NULL,
subId int(11) default NULL,
PRIMARY KEY (messageId)
) TYPE=MyISAM;
#
# Dumping data for table 'discussion'
#
#
# Table structure for table 'groupings'
#
CREATE TABLE groupings (
groupId int(11) NOT NULL default '0',
userId int(11) NOT NULL default '0',
expireDate int(11) NOT NULL default '2114402400',
PRIMARY KEY (groupId,userId)
) TYPE=MyISAM;
#
# Dumping data for table 'groupings'
#
INSERT INTO groupings VALUES (1,1,2114402400);
INSERT INTO groupings VALUES (5,3,2114402400);
INSERT INTO groupings VALUES (4,3,2114402400);
INSERT INTO groupings VALUES (3,3,2114402400);
INSERT INTO groupings VALUES (2,3,2114402400);
INSERT INTO groupings VALUES (6,3,2114402400);
#
# Table structure for table 'groups'
#
CREATE TABLE groups (
groupId int(11) NOT NULL default '0',
groupName varchar(30) default NULL,
description varchar(255) default NULL,
expireAfter int(11) NOT NULL default '314496000',
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);
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);
INSERT INTO groups VALUES (3,'Admins','Anyone who belongs to this group has privileges to do anything and everything.',314496000);
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);
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);
INSERT INTO groups VALUES (6,'Package Managers','Users that have privileges to add, edit, and delete packages of widgets and pages to deploy.',314496000);
#
# Table structure for table 'help'
#
CREATE TABLE help (
helpId int(11) NOT NULL default '0',
namespace varchar(30) NOT NULL default 'WebGUI',
language varchar(30) NOT NULL default 'English',
action varchar(30) default NULL,
object varchar(30) default NULL,
body text,
seeAlso varchar(50) NOT NULL default '0',
PRIMARY KEY (helpId,namespace,language),
KEY helpId (helpId,language)
) TYPE=MyISAM;
#
# Dumping data for table 'help'
#
INSERT INTO help VALUES (1,'WebGUI','English','Add/Edit','Page','Think of pages as containers for content. For instance, if you want to write a letter to the editor of your favorite magazine you\'d get out a notepad (or open a word processor) and start filling it with your thoughts. The same is true with WebGUI. Create a page, then add your content to the page.\r\n<p>\r\n<b>Title</b><br>\r\nThe title of the page is what your users will use to navigate through the site. Titles should be descriptive, but not very long.\r\n<p>\r\n<b>Menu Title</b><br>\r\nA shorter or altered title to appear in navigation. If left blank this will default to <i>Title</i>.\r\n<p>\r\n<b>Page URL</b><br>\r\nWhen you create a page a URL for the page is generated based on the page title. If you are unhappy with the URL that was chosen, you can change it here.\r\n<p>\r\n<b>Template</b><br>\r\nBy default, WebGUI has one big content area to place widgets. However, by specifying a template other than the default you can sub-divide the content area into several sections.\r\n<p>\r\n<b>Synopsis</b><br>\r\nA short description of a page. It is used to populate default descriptive meta tags as well as to provide descriptions on Site Maps.\r\n<p>\r\n<b>Meta Tags</b><br>\r\nMeta tags are used by some search engines to associate key words to a particular page. There is a great site called <a href=\"http://www.metatagbuilder.com/\">Meta Tag Builder</a> that will help you build meta tags if you\'ve never done it before.\r\n<p>\r\n<i>Advanced Users:</i> If you have other things (like JavaScript) you usually put in the &lt;head&gt; area of your pages, you may put them here as well.\r\n<p>\r\n<b>Use default meta tags?</b><br>\r\nIf you don\'t wish to specify meta tags yourself, WebGUI can generate meta tags based on the page title and your company\'s name. Check this box to enable the WebGUI-generated meta tags.\r\n<p>\r\n<b>Style</b><br>\r\nBy default, when you create a page, it inherits a few traits from its parent. One of those traits is style. Choose from the list of styles if you would like to change the appearance of this page. See <i>Add Style</i> for more details.\r\n<p>\r\nIf you check the box below the style pull-down menu, all of the pages below this page will take on the style you\'ve chosen for this page.\r\n<p>\r\n<b>Owner</b><br>\r\nThe owner of a page is usually the person who created the page.\r\n<p>\r\n<b>Owner can view?</b><br>\r\nCan the owner view the page or not?\r\n<p>\r\n<b>Owner can edit?</b><br>\r\nCan the owner edit the page or not? Be careful, if you decide that the owner cannot edit the page and you do not belong to the page group, then you\'ll lose the ability to edit this page.\r\n<p>\r\n<b>Group</b><br>\r\nA group is assigned to every page for additional privilege control. Pick a group from the pull-down menu.\r\n<p>\r\n<b>Group can view?</b><br>\r\nCan members of this group view this page?\r\n<p>\r\n<b>Group can edit?</b><br>\r\nCan members of this group edit this page?\r\n<p>\r\n<b>Anybody can view?</b><br>\r\nCan any visitor or member regardless of the group and owner view this page?\r\n<p>\r\n<b>Anybody can edit?</b><br>\r\nCan any visitor or member regardless of the group and owner edit this page?\r\n<p>\r\nYou can optionally give these privileges to all pages under this page.\r\n','0');
INSERT INTO help VALUES (3,'WebGUI','English','Delete','Page','Deleting a page can create a big mess if you are uncertain about what you are doing. When you delete a page you are also deleting the content it contains, all sub-pages connected to this page, and all the content they contain. Be certain that you have already moved all the content you wish to keep before you delete a page.\r\n<p>\r\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.','0');
INSERT INTO help VALUES (4,'WebGUI','English','Delete','Style','When you delete a style all pages using that style will be reverted to the fail safe (default) style. To ensure uninterrupted viewing, you should be sure that no pages are using a style before you delete it.\r\n<p>\r\n\r\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.','4,5');
INSERT INTO help VALUES (5,'WebGUI','English','Add/Edit','User','See <b>Manage Users</b> for additional details.\r\n<p>\r\n\r\n<b>Username</b><br>\r\nUsername is a unique identifier for a user. Sometimes called a handle, it is also how the user will be known on the site. (<i>Note:</i> Administrators have unlimited power in the WebGUI system. This also means they are capable of breaking the system. If you rename or create a user, be careful not to use a username already in existance.)\r\n<p>\r\n\r\n<b>Password</b><br>\r\nA password is used to ensure that the user is who s/he says s/he is.\r\n<p>\r\n\r\n<b>Authentication Method</b><br>\r\nSee <i>Edit Settings</i> for details.\r\n<p>\r\n\r\n<b>LDAP URL</b><br>\r\nSee <i>Edit Settings</i> for details.\r\n<p>\r\n\r\n<b>Connect DN</b><br>\r\nThe Connect DN is the <b>cn</b> (or common name) of a given user in your LDAP database. It should be specified as <b>cn=John Doe</b>. This is, in effect, the username that will be used to authenticate this user against your LDAP server.\r\n<p>\r\n\r\n<b>Email Address</b><br>\r\nThe user\'s email address. This must only be specified if the user will partake in functions that require email.\r\n<p>\r\n\r\n<b>Groups</b><br>\r\nGroups displays which groups the user is in. Groups that are highlighted are groups that the user is assigned to. Those that are not highlighted are other groups that can be assigned. Note that you must hold down CTRL to select multiple groups.\r\n<p>\r\n\r\n<b>Language</b><br>\r\nWhat language should be used to display system related messages.\r\n<p>\r\n\r\n<b>ICQ UIN</b><br>\r\nThe <a href=\"http://www.icq.com\">ICQ</a> UIN is the \"User ID Number\" on the ICQ network. ICQ is a very popular instant messaging platform.\r\n\r\n','0');
INSERT INTO help VALUES (7,'WebGUI','English','Delete','User','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 widgets (like message boards and user contributions) will remain on the site. However, if another user tries to visit the deleted user\'s profile they will get an error message. Also if the user ever is welcomed back to the site, there is no way to give him/her access to his/her old content items except by re-adding the user to the users table manually.\r\n<p>\r\n\r\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.','0');
INSERT INTO help VALUES (8,'WebGUI','English','Manage','User','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<p>\r\n\r\n<b>Admin</b><br>\r\nAdmin is exactly what you\'d expect. It is a user with unlimited rights in the WebGUI environment. If it can be done, this user has the rights to do it.\r\n<p>\r\n\r\n<b>Visitor</b><br>\r\nVisitor is exactly the opposite of Admin. Visitor has no rights what-so-ever. By default any user who is not logged in is seen as the user Visitor.\r\n<p>\r\n\r\n<b>Add a new user.</b><br>\r\nClick on this to go to the add user screen.\r\n<p>\r\n\r\n<b>Search</b><br>\r\nYou can search users based on username and email address. You can do partial searches too if you like.','0');
INSERT INTO help VALUES (9,'WebGUI','English','Manage','Style','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!&reg;. You could even have some pages that look like pages in a book. Using style management, you have ultimate control over all your designs.\r\n<p>\r\n\r\nThere are several styles built into WebGUI. The first of these are used by WebGUI can should not be edited or deleted. The last few are simply example styles and may be edited or deleted as you please.\r\n<p>\r\n\r\n<b>Fail Safe</b><br>\r\nWhen you delete a style that is still in use on some pages, the Fail Safe style will be applied to those pages. This style has a white background and simple navigation.\r\n<p>\r\n\r\n<b>Make Page Printable</b><br>\r\nThis style is used if you place an <b>^r;</b> macro on your pages and the user clicks on it. This style allows you to put a simple logo and copyright message on your printable pages.\r\n<p>\r\n\r\n<b>Packages</b><br>\r\nThis style is used by the package management system.\r\n<p>\r\n\r\n<b>Trash / Clipboard</b><br>\r\nThis style is used by the trash and clipboard system.\r\n<p>\r\n\r\n<hr size=\"1\">\r\n<p>\r\n\r\n<b>Demo Style</b><br>\r\nThis is a sample design taken from a templates site (www.freewebtemplates.com).\r\n<p>\r\n\r\n<b>Plain Black Software (black) &amp; (white)</b><br>\r\nThese designs are used on the Plain Black site.\r\n<p>\r\n\r\n<b>Yahoo!&reg;</b><br>\r\nThis is the design of the Yahoo!&reg; site. (Used without permission.)\r\n<p>\r\n\r\n<b>WebGUI</b><br>\r\nThis is a simple design featuring WebGUI logos.\r\n\r\n','4,5');
INSERT INTO help VALUES (10,'WebGUI','English','Manage','Group','Groups are used to subdivide privileges and responsibilities within the WebGUI system. For instance, you may be building a site for a classroom situation. In that case you might set up a different group for each class that you teach. You would then apply those groups to the pages that are designed for each class.\r\n<p>\r\n\r\nThere are four groups built into WebGUI. They are Admins, Content Managers, Visitors, and Registered Users.\r\n<p>\r\n\r\n<b>Admins</b><br>\r\nAdmins are users who have unlimited privileges within WebGUI. A user should only be added to the admin group if they oversee the system. Usually only one to three people will be added to this group.\r\n<p>\r\n\r\n<b>Content Managers</b><br>\r\nContent managers are users who have privileges to add, edit, and delete content from various areas on the site. The content managers group should not be used to control individual content areas within the site, but to determine whether a user can edit content at all. You should set up additional groups to separate content areas on the site.\r\n<p>\r\n\r\n<b>Registered Users</b><br>\r\nWhen users are added to the system they are put into the registered users group. A user should only be removed from this group if their account is deleted or if you wish to punish a troublemaker.\r\n<p>\r\n\r\n<b>Visitors</b><br>\r\nVisitors are users who are not logged in using an account on the system. Also, if you wish to punish a registered user you could remove him/her from the Registered Users group and insert him/her into the Visitors group.','0');
INSERT INTO help VALUES (12,'WebGUI','English','Manage','Settings','Settings are items that allow you to adjust WebGUI to your particular needs.\r\n<p>\r\n\r\n<b>Edit Authentication Settings</b><br>\r\nSettings concerning user identification and login, such as LDAP.\r\n<p>\r\n\r\n<b>Edit Company Information</b><br>\r\nInformation specific about the company or individual who controls this installation of WebGUI.\r\n<p>\r\n\r\n<b>Edit File Settings</b><br>\r\nSettings concerning attachments and images.\r\n<p>\r\n\r\n<b>Edit Mail Settings</b><br>\r\nSettings concerning email and related functions.\r\n<p>\r\n\r\n<b>Edit Miscellaneous Settings</b><br>\r\nEverything else.\r\n\r\n','7,8,9.10,11,12');
INSERT INTO help VALUES (14,'WebGUI','English','Delete','Widget','This function permanently deletes the selected widget from a page. If you are unsure whether you wish to delete this content you may be better served to cut the content to the clipboard until you are certain you wish to delete it.\r\n<p>\r\n\r\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.','0');
INSERT INTO help VALUES (15,'WebGUI','English','Delete','Group','As the function suggests you\'ll be deleting a group and removing all users from the group. Be careful not to orphan users from pages they should have access to by deleting a group that is in use.\r\n<p>\r\n\r\nAs with any delete operation, you are prompted to be sure you wish to proceed with the delete. If you answer yes, the delete will proceed and there is no recovery possible. If you answer no you\'ll be returned to the prior screen.','0');
INSERT INTO help VALUES (16,'WebGUI','English','Add/Edit','Style','Styles are WebGUI macro enabled. See <i>Using Macros</i> for more information.\r\n<p>\r\n\r\n<b>Style Name</b><br>\r\nA unique name to describe what this style looks like at a glance. The name has no effect on the actual look of the style.\r\n<p>\r\n\r\n<b>Header</b><br>\r\nThe header is the start of the look of your site. It is helpful to look at your design and cut it into three pieces. The top and left of your design is the header. The center part is the content, and the right and bottom is the footer. Cut the HTML from your header and paste it in the space provided.\r\n<p>\r\n\r\nIf you are in need of assistance for creating a look for your site, or if you need help cutting apart your design, <a href=\"http://www.plainblack.com\">Plain Black Software</a> provides support services for a small fee.\r\n<p>\r\n\r\nMany people will add WebGUI macros to their header for automated navigation, and other features.\r\n<p>\r\n\r\n<b>Footer</b><br>\r\nThe footer is the end of the look for your site. It is the right and bottom portion of your design. You may also place WebGUI macros in your footer.\r\n<p>\r\n\r\n<b>Style Sheet</b><br>\r\nPlace your style sheet entries here. Style sheets are used to control colors, sizes, and other properties of the elements on your site. See <i>Using Style Sheets</i> for more information.\r\n<p>\r\n\r\n<i>Advanced Users:</i> for greater performance create your stylesheet on the file system (call it something like webgui.css) and add an entry like this to this area: \r\n&lt;link href=\"/webgui.css\" rel=\"stylesheet\" rev=\"stylesheet\" type=\"text/css\"&gt;','4,5');
INSERT INTO help VALUES (17,'WebGUI','English','Add/Edit','Group','See <i>Manage Group</i> for a description of grouping functions and the default groups.\r\n<p>\r\n\r\n<b>Group Name</b><br>\r\nA name for the group. It is best if the name is descriptive so you know what it is at a glance.\r\n<p>\r\n\r\n<b>Description</b><br>\r\nA longer description of the group so that other admins and content managers (or you if you forget) will know what the purpose of this group is.','0');
INSERT INTO help VALUES (24,'WebGUI','English','Edit','Miscellaneous Settings','<b>Not Found Page</b><br>\r\nIf a page that a user requests is not found in the system, the user can be redirected to the home page or to an error page where they can attempt to find what they were looking for. You decide which is better for your users.\r\n<p>\r\n\r\n<b>Session Timeout</b><br>\r\nThe time (in seconds) that a user session remains active (before needing to log in again). This timeout is reset each time a visitor hits a page. Therefore if you set the timeout for 8 hours, a user would have to log in again if s/he hadn\'t visited the site for 8 hours.\r\n<p>\r\n\r\n1800 = half hour<br>\r\n3600 = 1 hour<br>\r\n28000 = 8 hours<br>\r\n86400 = 1 day<br>\r\n604800 = 1 week<br>\r\n1209600 = 2 weeks<br>\r\n\r\n<p>\r\n<b>Document Type Declaration</b><br>\r\nThis setting allows you to specify what type of HTML you\'re generating with WebGUI. This is usually useful for HTML validation or for gaining special functionality in certain browsers. Most people should leave this at the default setting.\r\n\r\n<p>\r\n<b>Prevent Proxy Caching</b><br>\r\nSome companies have proxy servers that cause problems with WebGUI. If you\'re experiencing problems with WebGUI, and you have a proxy server, you may want to set this setting to <i>Yes</i>. Beware that WebGUI\'s URLs will not be as user-friendly after this feature is turned on.\r\n\r\n\r\n<p>\r\n<b>On Critical Error</b><br>\r\nWhat do you want WebGUI to do if a critical error occurs. It can be a security risk to show debugging information, but you may want to show it if you are in development.\r\n\r\n<p>\r\n<b>Filter Contributed HTML</b><br>\r\nChoose a setting that represents what you\'d like to do with user contributed HTML like that found in Message Boards and User Submission Systems. Note that it can be a security risk to not filter the HTML at all.\r\n','6');
INSERT INTO help VALUES (18,'WebGUI','English','Using','Style Sheets','<a href=\"http://www.w3.org/Style/CSS/\">Cascading Style Sheets (CSS)</a> are a great way to manage the look and feel of any web site. They are used extensively in WebGUI.\r\n<p>\r\n\r\nIf you are unfamiliar with how to use CSS, <a href=\"http://www.plainblack.com\">Plain Black Software</a> provides training classes on XHTML and CSS. Alternatively, Bradsoft makes an excellent CSS editor called <a href=\"http://www.bradsoft.com/topstyle/index.asp\">Top Style</a>.\r\n<p>\r\n\r\nThe following is a list of classes used to control the look of WebGUI:\r\n<p>\r\n\r\n<b>A</b><br>\r\nThe links throughout the style.\r\n<p>\r\n\r\n<b>BODY</b><br>\r\nThe default setup of all pages within a style.\r\n<p>\r\n\r\n<b>H1</b><br>\r\nThe headers on every page.\r\n<p>\r\n\r\n<b>.accountOptions</b><br>\r\nThe links that appear under the login and account update forms.\r\n<p>\r\n\r\n<b>.adminBar </b><br>\r\nThe bar that appears at the top of the page when you\'re in admin mode.\r\n<p>\r\n\r\n<b>.content</b><br>\r\nThe main content area on all pages of the style.\r\n<p>\r\n\r\n<b>.crumbTrail </b><br>\r\nThe crumb trail (if you\'re using that macro).\r\n<p>\r\n\r\n<b>.formDescription </b><br>\r\nThe tags on all forms next to the form elements. \r\n<p>\r\n\r\n<b>.formSubtext </b><br>\r\nThe tags below some form elements.\r\n<p>\r\n\r\n<b>.highlight </b><br>\r\nDenotes a highlighted item, such as which message you are viewing within a list.\r\n<p>\r\n\r\n<b>.homeLink</b><br>\r\nUsed by the my home (^H;) macro.\r\n<p>\r\n\r\n<b>.horizontalMenu </b><br>\r\nThe horizontal menu (if you use a horizontal menu macro).\r\n<p>\r\n\r\n<b>.loginBox</b><br>\r\nThe login box (^L;) macro.\r\n<p>\r\n\r\n<b>.makePrintableLink</b><br>\r\nUsed by the make printable (^r;) macro.\r\n<p>\r\n\r\n<b>.myAccountLink</b><br>\r\nUsed by the my account (^a;) macro.\r\n<p>\r\n\r\n<b>.pagination </b><br>\r\nThe Previous and Next links on pages with pagination.\r\n<p>\r\n\r\n<b>.searchBox</b><br>\r\nUsed by the search (^?;) macro.\r\n<p>\r\n\r\n<b>.selectedMenuItem</b><br>\r\nUsed by the FlexMenu (^FlexMenu;) macro.\r\n<p>\r\n\r\n<b>.tableData </b><br>\r\nThe data rows on things like message boards and user contributions.\r\n<p>\r\n\r\n<b>.tableHeader </b><br>\r\nThe headings of columns on things like message boards and user contributions.\r\n<p>\r\n\r\n<b>.tableMenu </b><br>\r\nThe menu on things like message boards and user submissions.\r\n<p>\r\n\r\n<b>.verticalMenu </b><br>\r\nThe vertical menu (if you use a verticall menu macro).\r\n<p>\r\n\r\n<i><b>Note:</b></i> Some widgets have their own unique styles.\r\n\r\n','0');
INSERT INTO help VALUES (19,'WebGUI','English','Using','Macros','WebGUI macros are used to create dynamic content within otherwise static content. For instance, you may wish to show which user is logged in on every page, or you may wish to have a dynamically built menu or crumb trail. \r\n<p>\r\nMacros always begin with a carat (^) and follow with at least one other character and ended with w semicolon (;). Some macros can be extended/configured by taking the format of ^<i>x</i>(\"<b>config text</b>\");. The following is a description of all the macros in the WebGUI system.\r\n<p>\r\n<b>^a; or ^a(); - My Account Link</b><br>\r\nA link to your account information. In addition you can change the link text by creating a macro like this <b>^a(\"Account Info\");</b>. \r\n<p>\r\n<i>Note:</i> You can also use the special case ^a(linkonly); to return only the URL to the account page and nothing more.\r\n<p>\r\n<b>^C; or ^C(); - Crumb Trail</b><br>\r\nA dynamically generated crumb trail to the current page. You can optionally specify a delimeter to be used between page names by using ^C(::);. The default delimeter is &gt;.\r\n<p>\r\n<b>^c; - Company Name</b><br>\r\nThe name of your company specified in the settings by your Administrator.\r\n<p>\r\n<b>^D; or ^D(); - Date</b><br>\r\nThe current date and time.\r\n<p>\r\nYou can configure the date by using date formatting symbols. For instance, if you created a macro like this <b>^D(\"%c %D, %y\");</b> it would output <b>September 26, 2001</b>. The following are the available date formatting symbols:\r\n<table>\r\n<tr><td>%%</td><td>%</td></tr>\r\n<tr><td>%y</td><td>4 digit year</td></tr>\r\n<tr><td>%Y</td><td>2 digit year</td></tr>\r\n<tr><td>%m</td><td>2 digit month</td></tr>\r\n<tr><td>%M</td><td>variable digit month</td></tr>\r\n<tr><td>%c</td><td>month name</td></tr>\r\n<tr><td>%d</td><td>2 digit day of month</td></tr>\r\n<tr><td>%D</td><td>variable digit day of month</td></tr>\r\n<tr><td>%w</td><td>day of week name</td></tr>\r\n<tr><td>%h</td><td>2 digit base 12 hour</td></tr>\r\n<tr><td>%H</td><td>variable digit base 12 hour</td></tr>\r\n<tr><td>%j</td><td>2 digit base 24 hour</td></tr>\r\n<tr><td>%J</td><td>variable digit base 24 hour</td></tr>\r\n<tr><td>%p</td><td>lower case am/pm</td></tr>\r\n<tr><td>%P</td><td>upper case AM/PM</td></tr>\r\n</table>\r\n<p>\r\n<b>^e; - Company Email Address</b><br>\r\nThe email address for your company specified in the settings by your Administrator.\r\n<p>\r\n<b>^Execute();</b><br>\r\nAllows a content manager or administrator to execute an external program. Takes the format of <b>^Execute(\"/this/file.sh\");</b>.\r\n<p>\r\n<b>^FlexMenu;</b><br>\r\nThis menu macro creates a top-level menu that expands as the user selects each menu item.\r\n<p>\r\n<b>^FormParam();</b><br>\r\nThis macro is mainly used in generating dynamic queries in SQL Reports. Using this macro you can pull the value of any form field simply by specifing the name of the form field, like this: ^FormParam(\"phoneNumber\");\r\n<p>\r\n<b>^H; or ^H(); - Home Link</b><br>\r\nA link to the home page of this site. In addition you can change the link text by creating a macro like this <b>^H(\"Go Home\");</b>.\r\n<p>\r\n<i>Note:</i> You can also use the special case ^H(linkonly); to return only the URL to the home page and nothing more.\r\n<p>\r\n<b>^I(); - Image Manager Image with Tag</b><br>\r\nThis macro returns an image tag with the parameters for an image defined in the image manager. Specify the name of the image using a tag like this <b>^I(\"imageName\")</b>;.\r\n<p>\r\n<b>^i(); - Image Manager Image Path</b><br>\r\nThis macro returns the path of an image uploaded using the Image Manager. Specify the name of the image using a tag like this <b>^i(\"imageName\");</b>.\r\n<p>\r\n<b>^Include();</b><br>\r\nAllows a content manager or administrator to include a file from the local filesystem. Takes the format of <b>^Include(\"/this/file.html\")</b>;\r\n<p>\r\n<b>^L; or ^L(); - Login</b><br>\r\nA small login form. You can also configure this macro. You can set the width of the login box like this ^L(20);. You can also set the message displayed after the user is logged in like this ^L(20,Hi ^a(^@;);. Click %here% if you wanna log out!)\r\n<p>\r\n<b>^M; or ^M(); - Current Menu (Vertical)</b><br>\r\nA vertical menu containing the sub-pages at the current level. In addition, you may configure this macro by specifying how many levels deep the menu should go. By default it will show only the first level. To go three levels deep create a macro like this <b>^M(3);</b>. If you set the macro to \"0\" it will track the entire site tree.\r\n<p>\r\n<b>^m; - Current Menu (Horizontal)</b><br>\r\nA horizontal menu containing the sub-pages at the current level. You can optionally specify a delimeter to be used between page names by using ^m(:--:);. The default delimeter is &middot;.\r\n<p>\r\n<b>^P; or ^P(); - Previous Menu (Vertical)</b><br>\r\nA vertical menu containing the sub-pages at the previous level. In addition, you may configure this macro by specifying how many levels deep the menu should go. By default it will show only the first level. To go three levels deep create a macro like this <b>^P(3);</b>. If you set the macro to \"0\" it will track the entire site tree.\r\n<p>\r\n<b>^p; - Previous Menu (Horizontal)</b><br>\r\nA horizontal menu containing the sub-pages at the previous level. You can optionally specify a delimeter to be used between page names by using ^p(:--:);. The default delimeter is &middot;.\r\n<p>\r\n<b>^PageTitle;</b><br>\r\nDisplays the title of the current page.\r\n<p>\r\n<b>^r; or ^r(); - Make Page Printable</b><br>\r\nCreates a link to remove the style from a page to make it printable. In addition, you can change the link text by creating a macro like this <b>^r(\"Print Me!\");</b>.\r\n<p>\r\n<i>Note:</i> You can also use the special case ^r(linkonly); to return only the URL to the make printable page and nothing more.\r\n<p>\r\n<b>^S(); - Specific SubMenu (Vertical)</b><br>\r\nThis macro allows you to get the submenu of any page, starting with the page you specified. For instance, you could get the home page submenu by creating a macro that looks like this <b>^S(\"home\",0);</b>. The first value is the urlized title of the page and the second value is the depth you\'d like the menu to go. By default it will show only the first level. To go three levels deep create a macro like this <b>^S(\"home\",3);</b>.\r\n<p>\r\n<b>^s(); - Specific SubMenu (Horizontal)</b><br>\r\nThis macro allows you to get the submenu of any page, starting with the page you specified. For instance, you could get the home page submenu by creating a macro that looks like this <b>^s(\"home\");</b>. The value is the urlized title of the page. You can optionally specify a delimeter to be used between page names by using ^s(\"home\",\":--:\");. The default delimeter is &middot;.\r\n<p>\r\n<b>^T; or ^T(); - Top Level Menu (Vertical)</b><br>\r\nA vertical menu containing the main pages of the site (aka the sub-pages from the home page). In addition, you may configure this macro by specifying how many levels deep the menu should go. By default it will show only the first level. To go three levels deep create a macro like this <b>^T(3);</b>. If you set the macro to \"0\" it will track the entire site tree.\r\n<p>\r\n<b>^t; - Top Level Menu (Horizontal)</b><br>\r\nA vertical menu containing the main pages of the site (aka the sub-pages from the home page). You can optionally specify a delimeter to be used between page names by using ^t(:--:);. The default delimeter is &middot;.\r\n<p>\r\n<b>^Thumbnail();</b><br>\r\nReturns the URL of a thumbnail for an image from the image manager. Specify the name of the image like this <b>^Thumbnail(\"imageName\");</b>.\r\n<p>\r\n<b>^u; - Company URL</b><br>\r\nThe URL for your company specified in the settings by your Administrator.\r\n<p>\r\n<b>^/; - System URL</b><br>\r\nThe URL to the gateway script (including the domain for this site). This is often used within pages so that if your development server is on a domain different than your production server that your URLs will still worked when moved.\r\n<p>\r\n<b>^\\; - Page URL</b><br>\r\nThe URL to the current page (including the domain for this site). This is often used within pages so that if your development server is on a domain different than your production server that your URLs will still worked when moved.\r\n<p>\r\n<b>^@; - Username</b><br>\r\nThe username of the currently logged in user.\r\n<p>\r\n<b>^?; - Search</b><br>\r\nAdd a search box.\r\n<p>\r\n<b>^#; - User ID</b><br>\r\nThe user id of the currently logged in user.\r\n<p>\r\n<b>^*; or ^*(); - Random Number</b><br>\r\nA randomly generated number. This is often used on images (such as banner ads) that you want to ensure do not cache. In addition, you may configure this macro like this <b>^*(100);</b> to create a random number between 0 and 100.\r\n<p>\r\n<b>^-;,^0;,^1;,^2;,^3;, etc.</b><br>\r\nThese macros are reserved for widget-specific functions as in the SQL Report widget.\r\n','0');
INSERT INTO help VALUES (1,'SQLReport','English','Add/Edit','SQL Report','SQL Reports are perhaps the most powerful widget in the WebGUI arsenal. They allow a user to query data from any database that they have access to. This is great for getting sales figures from your Accounting database or even summarizing all the message boards on your web site.\r\n<p>\r\n\r\n<b>Title</b><br>\r\nThe title of this report.\r\n<p>\r\n\r\n<b>Display the title?</b><br>\r\nDo you wish to disply the title?\r\n<p>\r\n\r\n<b>Process macros?</b><br>\r\nDo you wish to process WebGUI macros? Unchecking this box will not process macros and will speed up page execution.\r\n<p>\r\n\r\n<b>Position</b><br>\r\nSelect the position in the current page template where this widget should be placed.\r\n<p>\r\n\r\n<b>Description</b><br>\r\nDescribe the content of this report so your users will better understand what the report is all about.\r\n<p>\r\n\r\n<b>Preprocess macros on query?</b><br>\r\nIf you\'re using WebGUI macros in your query you\'ll want to check this box.\r\n<p>\r\n\r\n<b>Debug?</b><br>\r\nIf you want to display debugging and error messages on the page, check this box.\r\n<p>\r\n\r\n<b>Query</b><br>\r\nThis is a standard SQL query. If you are unfamiliar with SQL, <a href=\"http://www.plainblack.com\">Plain Black Software</a> provides training courses in SQL and database management. You can make your queries more dynamic by using the ^FormParam(); macro.\r\n<p>\r\n\r\n<b>Template</b><br>\r\nLayout a template of how this report should look. Usually you\'ll use HTML tables to generate a report. An example is included below. If you leave this field blank a template will be generated based on your result set.\r\n<p>\r\n\r\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.\r\n<p>\r\n<pre>\r\n<i>Sample Template:</i>\r\n&lt;table&gt;\r\n&lt;tr&gt;&lt;th&gt;Employee Name&lt;/th&gt;&lt;th&gt;Employee #&lt;/th&gt;&lt;th&gt;Vacation Days Remaining&lt;/th&gt;&lt;th&gt;Monthly Salary&lt;/th&gt;&lt;/tr&gt;\r\n^-;\r\n&lt;tr&gt;&lt;td&gt;^0;&lt;/td&gt;&lt;td&gt;^1;&lt;/td&gt;&lt;td&gt;^2;&lt;/td&gt;&lt;td&gt;^3;&lt;/td&gt;&lt;/tr&gt;\r\n^-;\r\n&lt;/table&gt;\r\n</pre>\r\n<b>DSN</b><br>\r\n<b>D</b>ata <b>S</b>ource <b>N</b>ame is the unique identifier that Perl uses to describe the location of your database. It takes the format of DBI:[driver]:[database name]:[host]. \r\n<p>\r\n\r\n<i>Example:</i> DBI:mysql:WebGUI:localhost\r\n<p>\r\n\r\n<b>Database User</b>\r\nThe username you use to connect to the DSN.\r\n<p>\r\n\r\n<b>Database Password</b>\r\nThe password you use to connect to the DSN.\r\n<p>\r\n\r\n<b>Paginate After</b>\r\nHow many rows should be displayed before splitting the results into separate pages? In other words, how many rows should be displayed per page?\r\n<p>\r\n\r\n<b>Convert carriage returns?</b>\r\nDo you wish to convert the carriage returns in the resultant data to HTML breaks (&lt;br&gt;).\r\n','1,2,3,4,5');
INSERT INTO help VALUES (21,'WebGUI','English','Using','Widget','Widgets are the true power of WebGUI. Widgets are tiny pluggable applications built to run under WebGUI. Message boards and polls are examples of widgets.\r\n<br><br>\r\nTo add a widget to a page, first go to that page, then select <i>Add Content...</i> from the upper left corner of your screen. Each widget has it\'s own help so be sure to read the help if you\'re not sure how to use a widget.\r\n','0');
INSERT INTO help VALUES (1,'Article','English','Add/Edit','Article','Articles are the Swiss Army knife of WebGUI. Most pieces of static content can be added via the Article widget.\r\n<br><br>\r\n<b>Title</b><br>\r\nWhat\'s the title for this content? Even if you don\'t wish the title to appear, it\'s a good idea to title your content so that if it is ever copied to the clipboard it will have a name.\r\n<br><br>\r\n<b>Display the title?</b><br>\r\nDo you wish to display the title?\r\n<br><br>\r\n<b>Process macros?</b><br>\r\nDo you wish to process WebGUI macros on this article? Unchecking this box will not process macros and will speed up page execution.\r\n<br><br>\r\n<b>Position</b><br>\r\nSelect the position in the current page template where this widget should be placed.\r\n<br><br>\r\n<b>Start Date</b><br>\r\nWhat date do you want this article to appear on the site? Dates are in the format of MM/DD/YYYY. You can use the JavaScript wizard to choose your date from a calendar by clicking on the <i>set date</i> button. By default the date is set to 01/01/2000.\r\n<br><br>\r\n<b>End Date</b><br>\r\nWhat date do you want this article to be removed from the site? By default the date is set to 100 years in the future, 01/01/2100.\r\n<br><br>\r\n<b>Body</b><br>\r\nThe body of the article is where all content is placed. You may feel free to add HTML tags as necessary to format your content. Be sure to put a &lt;p&gt; between paragraphs to add white space to your content.\r\n<br><br>\r\n<b>Image</b><br>\r\nChoose an image (.jpg, .gif, .png) file from your hard drive. This file will be uploaded to the server and displayed in the upper-right corner of your article.\r\n<br><br>\r\n<b>Link Title</b><br>\r\nIf you wish to add a link to your article, enter the title of the link in this field. \r\n<br><br>\r\n<i>Example:</i> Google\r\n<br><br>\r\n<b>Link URL</b><br>\r\nIf you added a link title, now add the URL (uniform resource locator) here. \r\n<br><br>\r\n<i>Example:</i> http://www.google.com\r\n<br><br>\r\n<b>Attachment</b><br>\r\nIf you wish to attach a word processor file, a zip file, or any other file for download by your users, then choose it from your hard drive.\r\n<br><br>\r\n<b>Convert carriage returns?</b><br>\r\nIf you\'re publishing HTML there\'s generally no need to check this option, but if you aren\'t using HTML and you want a carriage return every place you hit your \"Enter\" key, then check this option.\r\n<p>\r\n<b>Allow discussion?</b><br>\r\nChecking this box will enable responses to your article much like Articles on Slashdot.org.\r\n<p>\r\n<b>Who can post?</b><br>\r\nSelect the group that is allowed to respond to this article. By default it is registered users.\r\n<p>\r\n<b>Who can moderate?</b><br>\r\nSelect the group that is allowed to moderate the responses to this article. By default it is content managers.\r\n<p>\r\n<b>Edit Timeout</b><br>\r\nHow long (in hours) should a user be able to edit their response before editing is locked to them?\r\n','1,2,3,4,5');
INSERT INTO help VALUES (1,'ExtraColumn','English','Add/Edit','Extra Column','Extra columns allow you to change the layout of your page for one page only. If you wish to have multiple columns on all your pages. Perhaps you should consider altering the <i>style</i> applied to your pages. \r\n<br><br>\r\nColumns are always added from left to right. Therefore any existing content will be on the left of the new column.\r\n<br><br>\r\n<b>Position</b><br>\r\nSelect the position in the current page template where this widget should be placed.\r\n<br><br>\r\n<b>Spacer</b><br>\r\nSpacer is the amount of space between your existing content and your new column. It is measured in pixels.\r\n<br><br>\r\n<b>Width</b><br>\r\nWidth is the actual width of the new column to be added. Width is measured in pixels.\r\n<br><br>\r\n<b>StyleSheet Class</b><br>\r\nBy default the <i>content</i> style (which is the style the body of your site should be using) that is applied to all columns. However, if you\'ve created a style specifically for columns, then feel free to modify this class.\r\n','1,2,3,4,5');
INSERT INTO help VALUES (27,'WebGUI','English','Add/Edit','Widget','You can add widgets by selecting from the <i>Add Content</i> pulldown menu. You can edit them by clicking on the \"Edit\" button that appears directly above an instance of a particular widget.','0');
INSERT INTO help VALUES (1,'Poll','English','Add/Edit','Poll','Polls can be used to get the impressions of your users on various topics.\r\n<br><br>\r\n<b>Title</b><br>\r\nThe title of the Poll. Even if you don\'t wish to display the title you should fill out this field so this poll will have a name if it is ever placed in the clipboard.\r\n<br><br>\r\n<b>Display the title?</b><br>\r\nDo you wish to display the title?\r\n<br><br>\r\n<b>Process macros?</b><br>\r\nDo you wish to process WebGUI macros? Unchecking this box will not process macros and will speed up page execution.\r\n<br><br>\r\n<b>Position</b><br>\r\nSelect the position in the current page template where this widget should be placed.\r\n<br><br>\r\n<b>Description</b><br>\r\nYou may provide a description for this Poll, or give the user some background information.\r\n<br><br>\r\n<b>Active</b><br>\r\nIf this box is checked, then users will be able to vote. Otherwise they\'ll only be able to see the results of the poll.\r\n<br><br>\r\n<b>Who can vote?</b><br>\r\nChoose a group that can vote on this Poll.\r\n<br><br>\r\n<b>Graph Width</b><br>\r\nThe width of the poll results graph. The width is measured in pixels.\r\n<br><br>\r\n<b>Question</b><br>\r\nWhat is the question you\'d like to ask your users?\r\n<br><br>\r\n<b>Answers</b><br>\r\nEnter the possible answers to your question. Enter only one answer per line. Polls are only capable of 20 possible answers.\r\n<br><br>\r\n<b>Reset votes.</b><br>\r\nReset the votes on this Poll.\r\n<br><br>\r\n<hr size=1>\r\n<i><b>Note:</b></i> The following style sheet entries are custom to the Poll widget:\r\n<br><br>\r\n<b>.pollAnswer </b><br>\r\nAn answer on a poll.\r\n<br><br>\r\n<b>.pollColor </b>\r\nThe color of the percentage bar on a poll.\r\n<br><br>\r\n<b>.pollQuestion </b>\r\nThe question on a poll.\r\n\r\n','1,2,3,4,5');
INSERT INTO help VALUES (1,'SiteMap','English','Add/Edit','Site Map','Site maps are used to provide additional navigation in WebGUI. You could set up a traditional site map that would display a hierarchical view of all the pages in the site. On the other hand, you could use site maps to provide extra navigation at certain levels in your site.\r\n<br><br>\r\n<b>Title</b><br>\r\nWhat title would you give to this Site Map? You should fill this field out even if you don\'t wish it to be displayed.\r\n<br><br>\r\n<b>Display the title?</b><br>\r\nDo you wish to display the title?\r\n<br><br>\r\n<b>Process macros?</b><br>\r\nDo you wish to process WebGUI macros? Unchecking this box will not process macros and will speed up page execution.\r\n<br><br>\r\n<b>Position</b><br>\r\nSelect the position in the current page template where this widget should be placed.\r\n<br><br>\r\n<b>Description</b><br>\r\nEnter a description as to why this Site Map is here and what purpose it serves.\r\n<br><br>\r\n<b>Display synopsis?</b><br>\r\nDo you wish to display page sysnopsis along-side the links to each page? Note that in order for this option to be valid, pages must have synopsis defined.\r\n<br><br>\r\n<b>Starting from this level?</b><br>\r\nIf the Site Map should display the page tree starting from this level, then check this box. If you wish the Site Map to start from the home page then uncheck it.\r\n<br><br>\r\n<b>Show only one level?</b><br>\r\nShould the Site Map display only the current level of pages or all pages from this point forward? \r\n','1,2,3,4,5');
INSERT INTO help VALUES (1,'MessageBoard','English','Add/Edit','Message Board','Message boards, also called Forums and/or Discussions, are a great way to add community to any site or intranet. Many companies use message boards internally to collaborate on projects.\r\n<br><br>\r\n<b>Title</b><br>\r\nThe name of this Message Board.\r\n<br><br>\r\n<b>Display the title?</b><br>\r\nDo you wish to display the title?\r\n<br><br>\r\n<b>Process macros?</b><br>\r\nDo you wish to process WebGUI macros? Unchecking this box will not process macros and will speed up page execution.\r\n<br><br>\r\n<b>Position</b><br>\r\nSelect the position in the current page template where this widget should be placed.\r\n<br><br>\r\n<b>Description</b><br>\r\nBriefly describe what should be displayed on this Message Board.\r\n<br><br>\r\n<b>Who can post?</b><br>\r\nWhat group can post to this Message Board?\r\n<br><br>\r\n<b>Messages Per Page</b><br>\r\nWhen a visitor first comes to a message board s/he will be presented with a listing of all the topics (a.k.a. threads) of the Message Board. If a board is popular, it will quickly have many topics. The Messages Per Page attribute allows you to specify how many topics should be shown on one page.\r\n<br><br>\r\n<b>Edit Timeout</b><br>\r\nEdit Timeout specifies how long a user\'s message will be available for him/her to edit. Timeout is measured in hours.\r\n<br><br>\r\n<i>Note:</i> Don\'t set this limit too high. One of the great things about message boards is that they are an accurate record of a discussion. 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','1,2,3,4,5');
INSERT INTO help VALUES (1,'LinkList','English','Add/Edit','Link List','Link Lists are just what they sound like, a list of links. Many sites have a links section, and this widget just automates the process.\r\n<br><br>\r\n<b>Title</b><br>\r\nWhat is the title of this Link List?\r\n<br><br>\r\n<b>Display the title?</b><br>\r\nDo you wish to display the title?\r\n<br><br>\r\n<b>Process macros?</b><br>\r\nDo you wish to process WebGUI macros? Unchecking this box will not process macros and will speed up page execution.\r\n<br><br>\r\n<b>Position</b><br>\r\nSelect the position in the current page template where this widget should be placed.\r\n<br><br>\r\n<b>Description</b><br>\r\nDescribe the purpose of the links in this list.\r\n<br><br>\r\n<b>Proceed to add link?</b><br>\r\nLeave this checked if you want to add links to the Link List directly after creating it.\r\n<br><br>\r\n<b>Add / Edit Links</b><br>\r\nYou\'ll notice at the bottom of the Edit screen that there are some options to add, edit, delete and reorder the links in your link lists. This process works exactly as the process for doing the same with widgets and pages. The three properties of links are <i>Name</i>, <i>URL</i>, and <i>Description</i>.\r\n<br><br>\r\n<b>Style</b><br>\r\nAn extra StyleSheet class has been added to this widget: <b>linkTitle</b>. Use this to bold, colorize, or otheriwise manipulate the title of each link.','1,2,3,4,5');
INSERT INTO help VALUES (13,'WebGUI','English','Edit','Mail Settings','<b>Recover Password Message</b><br>\r\nThe message that gets sent to a user when they use the \"recover password\" function.\r\n<br><br>\r\n<b>SMTP Server</b><br>\r\nThis is the address of your local mail server. It is needed for all features that use the Internet email system (such as password recovery).\r\n\r\n','6');
INSERT INTO help VALUES (1,'SyndicatedContent','English','Add/Edit','Syndicated Content','Syndicated content is content that is pulled from another site using the RDF/RSS specification. This technology is often used to pull headlines from various news sites like <a href=\"http://www.cnn.com\">CNN</a> and <a href=\"http://slashdot.org\">Slashdot</a>. It can, of course, be used for other things like sports scores, stock market info, etc.\r\n<br><br>\r\n<b>Title</b><br>\r\nWhat is the title for this content? This is often the title of the site that the content comes from.\r\n<br><br>\r\n<b>Display the title?</b><br>\r\nDo you wish to disply the title?\r\n<br><br>\r\n<b>Process macros?</b><br>\r\nDo you wish to process WebGUI macros? Unchecking this box will not process macros and will speed up page execution.\r\n<br><br>\r\n<b>Position</b><br>\r\nSelect the position in the current page template where this widget should be placed.\r\n<br><br>\r\n<b>Description</b><br>\r\nBriefly describe the content being pulled so that your users will know what they are seeing.\r\n<br><br>\r\n<b>URL to RSS file</b><br>\r\nProvide the exact URL (starting with http://) to the syndicated content\'s RDF or RSS file. The syndicated content will be downloaded from this URL hourly.\r\n<br><br>\r\nYou can find syndicated content at the following locations:\r\n<ul>\r\n<li><a href=\"http://www.newsisfree.com\">http://www.newsisfree.com</a>\r\n<li><a href=\"http://www.syndic8.com\">http://www.syndic8.com</a>\r\n<li><a href=\"http://www.voidstar.com/node.php?id=144\">http://www.voidstar.com/node.php?id=144</a>\r\n<li><a href=\"http://my.userland.com\">http://my.userland.com</a>\r\n<li><a href=\"http://www.webreference.com/services/news/\">http://www.webreference.com/services/news/</a>\r\n<li><a href=\"http://www.xmltree.com\">http://www.xmltree.com</a>\r\n<li><a href=\"http://w.moreover.com/\">http://w.moreover.com/</a>\r\n</ul>','1,2,3,4,5');
INSERT INTO help VALUES (1,'EventsCalendar','English','Add/Edit','Events Calendar','Events calendars are used on many intranets to keep track of internal dates that affect a whole organization. Also, Events Calendars on consumer sites are a great way to let your customers know what events you\'ll be attending and what promotions you\'ll be having.\r\n<br><br>\r\n<b>Title</b><br>\r\nWhat is the title of this Events Calendar?\r\n<br><br>\r\n<b>Display the title?</b><br>\r\nDo you wish to display the title?\r\n<br><br>\r\n<b>Process macros?</b><br>\r\nDo you wish to process WebGUI macros? Unchecking this box will not process macros and will speed up page execution.\r\n<br><br>\r\n<b>Position</b><br>\r\nSelect the position in the current page template where this widget should be placed.\r\n<br><br>\r\n<b>Description</b><br>\r\nBriefly describe this Events Calendar.\r\n<br><br>\r\n<b>Display Layout</b><br>\r\nThis can be set to <i>List</i> or <i>Calendar</i>. When set to <i>List</i> the events will be listed by date of occurence (and events that have already passed will not be displayed). This type of layout is best suited for Events Calendars that have only a few events per month. When set to <i>Calendar</i> the Events Calendar will display a traditional monthly Calendar, which can be paged through month-by-month. This type of layout is generally used when there are many events in each month.\r\n<br><br>\r\n<b>Paginate After</b><br>\r\nWhen using the list layout, how many events should be shown per page?\r\n<br><br>\r\n<b>Proceed to add event?</b><br>\r\nLeave this checked if you want to add events to the Events Calendar directly after creating it.\r\n<br><br>\r\n<b>Add / Edit Events</b><br>\r\nOn the edit screen you\'ll notice that there are options to add, edit, and delete the events in your events calendar. The properties for events are <i>Name</i>, <i>Description</i>, <i>Start Date</i>, and <i>End Date</i>.\r\n<br><br>\r\n<i>Note:</i> Events that have already happened will not be displayed on the events calendar.\r\n<br><br>\r\n<hr size=1>\r\n<i><b>Note:</b></i> The following style is specific to the Events Calendar.\r\n<br><br>\r\n<b>.eventTitle </b><br>\r\nThe title of an individual event.\r\n\r\n','1,2,3,4,5');
INSERT INTO help VALUES (1,'FAQ','English','Add/Edit','FAQ','It seems that almost every web site, intranet, and extranet in the world has a Frequently Asked Questions area. This widget helps you build one, too.\r\n<br><br>\r\n<b>Title</b><br>\r\nWhat is the title for this FAQ section?\r\n<br><br>\r\n<b>Display the title?</b><br>\r\nDo you wish to display the title?\r\n<br><br>\r\n<b>Process macros?</b><br>\r\nDo you wish to process WebGUI macros? Unchecking this box will not process macros and will speed up page execution.\r\n<br><br>\r\n<b>Position</b><br>\r\nSelect the position in the current page template where this widget should be placed.\r\n<br><br>\r\n<b>Description</b><br>\r\nBriefly describe what this FAQ covers.\r\n<br><br>\r\n<b>Proceed to add question?</b><br>\r\nLeave this checked if you want to add questions to the FAQ directly after creating it.\r\n<br><br>\r\n<b>Add / Edit Questions</b><br>\r\nOn the edit screen you\'ll notice options for adding, editing, deleting, and reordering the questions in your FAQ. The two properties of FAQ questions are <i>Question</i> and <i>Answer</i>.\r\n<br><br>\r\n<hr size=1>\r\n<i><b>Note:</b></i> The following style is specific to the FAQ widget.\r\n<br><br>\r\n<b>.faqQuestion</b><br>\r\nAn F.A.Q. question. To distinguish it from an answer.\r\n\r\n','1,2,3,4,5');
INSERT INTO help VALUES (11,'WebGUI','English','Edit','File Settings','<b>Path to WebGUI Extras</b><br>\r\nThe web-path to the directory containing WebGUI images and javascript files.\r\n<br><br>\r\n<b>Maximum Attachment Size</b><br>\r\nThe maximum size of files allowed to be uploaded to this site. This applies to all widgets that allow uploaded files and images (like Article and User Contributions). This size is measured in kilobytes.\r\n<br><br>\r\n<b>Web Attachment Path</b><br>\r\nThe web-path of the directory where attachments are to be stored.\r\n<br><br>\r\n<b>Server Attachment Path</b><br>\r\nThe local path of the directory where attachments are to be stored. (Perhaps /var/www/public/uploads) Be sure that the web server has the rights to write to that directory.\r\n','6');
INSERT INTO help VALUES (2,'WebGUI','English','Edit','Authentication Settings','<b>Anonymous Registration</b><br>\r\nDo you wish visitors to your site to be able to register themselves?\r\n<br><br>\r\n<b>Authentication Method (default)</b><br>\r\nWhat should the default authentication method be for new accounts that are created? The two available options are WebGUI and LDAP. WebGUI authentication means that the users will authenticate against the username and password stored in the WebGUI database. LDAP authentication means that users will authenticate against an external LDAP server.\r\n<br><br>\r\n<i>Note:</i> Authentication settings can be customized on a per user basis.\r\n<br><br>\r\n<b>Username Binding</b><br>\r\nBind the WebGUI username to the LDAP Identity. This requires the user to have the same username in WebGUI as they specified during the Anonymous Registration process. It also means that they won\'t be able to change their username later. This only in effect if the user is authenticating against LDAP.\r\n<br><br>\r\n<b>LDAP URL (default)</b><br>\r\nThe default url to your LDAP server. The LDAP URL takes the form of <b>ldap://[server]:[port]/[base DN]</b>. Example: ldap://ldap.mycompany.com:389/o=MyCompany.\r\n<br><br>\r\n<b>LDAP Identity</b><br>\r\nThe LDAP Identity is the unique identifier in the LDAP server that the user will be identified against. Often this field is <b>shortname</b>, which takes the form of first initial + last name. Example: jdoe. Therefore if you specify the LDAP identity to be <i>shortname</i> then Jon Doe would enter <i>jdoe</i> during the registration process.\r\n<br><br>\r\n<b>LDAP Identity Name</b><br>\r\nThe label used to describe the LDAP Identity to the user. For instance, some companies use an LDAP server for their proxy server users to authenticate against. In the documentation or training already provided to their users, the LDAP identity is known as their <i>Web Username</b>. So you could enter that label here for consitency.\r\n<br><br>\r\n<b>LDAP Password Name</b><br>\r\nJust as the LDAP Identity Name is a label, so is the LDAP Password Name. Use this label as you would LDAP Identity Name.\r\n\r\n','6');
INSERT INTO help VALUES (1,'UserSubmission','English','Add/Edit','User Submission System','User Submission Systems are a great way to add a sense of community to any site as well as get free content from your users.\r\n<br><br>\r\n<b>Title</b><br>\r\nWhat is the title for this User Submission System?\r\n<br><br>\r\n<b>Display the title?</b><br>\r\nDo you wish to display the title?\r\n<br><br>\r\n<b>Process macros?</b><br>\r\nDo you wish to process WebGUI macros? Unchecking this box will not process macros and will speed up page execution.\r\n<br><br>\r\n<b>Position</b><br>\r\nSelect the position in the current page template where this widget should be placed.\r\n<br><br>\r\n<b>Description</b><br>\r\nBriefly describe why this User Submission System is here and what should be submitted to it.\r\n<br><br>\r\n<b>Who can approve?</b><br>\r\nWhat group is allowed to approve and deny content?\r\n<br><br>\r\n<b>Who can contribute?</b><br>\r\nWhat group is allowed to contribute content?\r\n<br><br>\r\n<b>Submissions Per Page</b><br>\r\nHow many submissions should be listed per page in the submissions index?\r\n<br><br>\r\n<b>Default Status</b><br>\r\nShould submissions be set to <i>Approved</i>, <i>Pending</i>, or <i>Denied</i> by default?\r\n<br><br>\r\n<i>Note:</i> If you set the default status to Pending, then be prepared to monitor your message log for new submissions.\r\n','1,2,3,4,5');
INSERT INTO help VALUES (6,'WebGUI','English','Edit','Company Information','<b>Company Name</b><br>\r\nThe name of your company. It will appear on all emails and anywhere you use the Company Name macro.\r\n<br><br>\r\n<b>Company Email Address</b><br>\r\nA general email address at your company. This is the address that all automated messages will come from. It can also be used via the WebGUI macro system.\r\n<br><br>\r\n<b>Company URL</b><br>\r\nThe primary URL of your company. This will appear on all automated emails sent from the WebGUI system. It is also available via the WebGUI macro system.\r\n','6');
INSERT INTO help VALUES (46,'WebGUI','English','Empty','Trash','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.','0');
INSERT INTO help VALUES (22,'WebGUI','English','Edit','Profile Settings','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. Use the following switches to turn the various profile sections on and off.\r\n<br><br>\r\n<b>Allow real name?</b><br>\r\nDo you want users to enter and display their real names?\r\n<br><br>\r\n<b>Allow extra contact information?</b><br>\r\nDo you want users to enter and display their extra contact information such as Instant Messenger IDs, cell phone numbers, and pager numbers?\r\n<br><br>\r\n<b>Allow home information?</b><br>\r\nDo you want users to enter and display their home address and phone number?\r\n<br><br>\r\n<b>Allow business information?</b><br>\r\nDo you want users to enter and display their work address and phone number?\r\n<br><br>\r\n<b>Allow miscellaneous information?</b><br>\r\nDo you want users to enter and display any extra info such as gender, birthdate and home page?','6');
INSERT INTO help VALUES (25,'WebGUI','English','Using','Search Engine','Due to many requests by our customers, we\'ve built a small, but sturdy search engine into WebGUI. If you wish to use the internal search engine, you can use the ^?; macro or feel free to build your own form to access it.\r\n<br><br>\r\nWe do not recommend the built-in search engine\'s use on large sites as it can be very slow. There are many great search engines available around the Internet that can be used with WebGUI.\r\n<br><br>\r\n<a href=\"http://www.mnogosearch.org\">MnoGo Search</a> - A very powerful and very fast open-source search engine. We maintain an unsupported WebGUI widget on the <a href=\"http://www.plainblack.com\">Plain Black</a> site that will allow you to use MnoGo search directly within WebGUI or you can use the super-powerful external search engine it provides.\r\n<br><br>\r\n<a href=\"http://www.htdig.org/\">ht://Dig</a> - Another great open-source search engine. We\'ve used it in many instances and it always proves to be reliable and fast.','0');
INSERT INTO help VALUES (1,'Item','English','Add/Edit','Item','Like Articles, Items are the Swiss Army knife of WebGUI. Most pieces of static content can be added via the Item widget, though Items are usually used for smaller content than Articles.\r\n<br><br>\r\n<b>Title</b><br>\r\nWhat\'s the title for this content?\r\n<br><br>\r\n<b>Process macros?</b><br>\r\nDo you wish to process WebGUI macros? Unchecking this box will not process macros and will speed up page execution.\r\n<br><br>\r\n<b>Position</b><br>\r\nSelect the position in the current page template where this widget should be placed.\r\n<br><br>\r\n<b>Description</b><br>\r\nThe long description of this Item.\r\n<br><br>\r\n<b>Link URL</b><br>\r\nThis URL will be attached to the title of this Item.\r\n<br><br>\r\n<i>Example:</i> http://www.google.com\r\n<br><br>\r\n<b>Attachment</b><br>\r\nIf you wish to attach a word processor file, a zip file, or any other file for download by your users, then choose it from your hard drive.\r\n\r\n','1,2,3,4,5');
INSERT INTO help VALUES (30,'WebGUI','English','Select','Package','Packages are groups of pages and widgets that are predefined to be deployed together. A package manager may see the need to create a package several pages with a message board, an FAQ, and a Poll because that task is performed quite often. Packages are often defined to lessen the burden of repetitive tasks.\r\n<br><br>\r\nOne package that many people create is a Page/Article package. It is often the case that you want to add a page with an article on it for content. Instead of going through the steps of creating a page, going to the page, and then adding an article to the page, you may wish to simply create a package to do those steps all at once.','0');
INSERT INTO help VALUES (31,'WebGUI','English','Add/Edit','Package','To create a package follow these simple steps:\r\n<ol>\r\n<li> From the admin menu select \"View Packages.\"\r\n<li> Add a page and give it a name. The name of the page will be the name of the package.\r\n<li> Go to the new page you created and start adding pages and widgets. Any pages or widgets you add will be created each time this package is deployed. \r\n</ol>\r\n<b>Notes:</b><br>\r\nIn order to add, edit, or delete packages you must be in the Package Mangers group or in the Admins group.\r\n<br><br>\r\nIf you add content to any of the widgets, that content will automatically be copied also when the package is deployed.\r\n<br><br>\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.','0');
INSERT INTO help VALUES (20,'WebGUI','English','Add/Edit','Image','<b>Name</b><br>\r\nThe label that this image will be referenced by to include it into pages.\r\n<p>\r\n\r\n<b>File</b><br>\r\nSelect a file from your local drive to upload to the server.\r\n<p>\r\n\r\n<b>Parameters</b><br>\r\nAdd any HTML &ltimg&rt; parameters that you wish to act as the defaults for this image.\r\n<p>\r\n<i>Example:</i><br>\r\nalign=\"right\"\r\nalt=\"This is an image\"','15');
INSERT INTO help VALUES (1,'DownloadManager','English','Add/Edit','Download Manager','The Download Manager is designed to help you manage file distribution on your site. It allows you to specify who may download files from your site.\r\n<p>\r\n<b>Title</b><br>\r\nWhat is the title of this Download Manager?\r\n<br><br>\r\n<b>Display the title?</b><br>\r\nDo you wish to display the title?\r\n<br><br>\r\n<b>Process macros?</b><br>\r\nDo you wish to process WebGUI macros? Unchecking this box will not process macros and will speed up page execution.\r\n<br><br>\r\n<b>Position</b><br>\r\nSelect the position in the current page template where this widget should be placed.\r\n<br><br>\r\n<b>Description</b><br>\r\nDescribe the purpose of this Download Manager.\r\n<p>\r\n\r\n<b>Paginate After</b><br>\r\nHow many files should be displayed before splitting the results into separate pages? In other words, how many files should be displayed per page?\r\n<p>\r\n\r\n<b>Display thumbnails?</b><br>\r\nCheck this if you want to display thumbnails for any images that are uploaded. Note that the thumbnail is only displayed for the main attachment, not the alternate versions.\r\n<p>\r\n\r\n<b>Proceed to add file?</b><br>\r\nIf you wish to start adding files to download right away, leave this checked.\r\n<p>\r\n\r\n<b>Adding Files</b><br>\r\nAfter you\'ve created a download manager you can add as many files as you wish to it. The properties for each file are <i>Download File</i>, <i>Alternate Version #1</i>, <i>Alternate Version #2</i>, <i>File Title</i>, <i>Brief Synopsis</i>, and <i>Group to Download</i>. All of these should be self explainatory except for the alternate versions. Alternate versions are used for when you\'re distributing different file formats of the same file, such as a Microsoft Word document and a PDF version. Or a JPEG, GIF, and TIFF.\r\n','1,2,3,4,5');
INSERT INTO help VALUES (23,'WebGUI','English','Delete','Image','When you delete an image it will be removed from the server and cannot be recovered. Therefore, be sure that you really wish to delete the image before you confirm the delete.','15');
INSERT INTO help VALUES (26,'WebGUI','English','Manage','Image','Using the built in image manager in WebGUI you can upload images to one central location for use anywhere else in the site with no need for any special software or knowledge.\r\n<p>\r\n To place the images you\'ve uploaded use the ^I(); and ^i(); macros. More information on them can be found in the Using Macros help.','15');
INSERT INTO help VALUES (28,'WebGUI','English','Manage','Root','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.','0');
#
# Table structure for table 'helpSeeAlso'
#
CREATE TABLE helpSeeAlso (
seeAlsoId int(11) NOT NULL default '0',
helpId int(11) default NULL,
namespace varchar(30) default NULL,
PRIMARY KEY (seeAlsoId)
) TYPE=MyISAM;
#
# Dumping data for table 'helpSeeAlso'
#
INSERT INTO helpSeeAlso VALUES (1,21,'WebGUI');
INSERT INTO helpSeeAlso VALUES (2,27,'WebGUI');
INSERT INTO helpSeeAlso VALUES (3,14,'WebGUI');
INSERT INTO helpSeeAlso VALUES (4,18,'WebGUI');
INSERT INTO helpSeeAlso VALUES (5,19,'WebGUI');
INSERT INTO helpSeeAlso VALUES (6,12,'WebGUI');
INSERT INTO helpSeeAlso VALUES (7,2,'WebGUI');
INSERT INTO helpSeeAlso VALUES (8,6,'WebGUI');
INSERT INTO helpSeeAlso VALUES (9,11,'WebGUI');
INSERT INTO helpSeeAlso VALUES (10,13,'WebGUI');
INSERT INTO helpSeeAlso VALUES (11,24,'WebGUI');
INSERT INTO helpSeeAlso VALUES (12,22,'WebGUI');
#
# Table structure for table 'images'
#
CREATE TABLE images (
imageId int(11) NOT NULL default '0',
name varchar(128) NOT NULL default 'untitled',
filename varchar(255) default NULL,
parameters varchar(255) default NULL,
userId int(11) default NULL,
username varchar(128) default NULL,
dateUploaded int(11) default NULL,
PRIMARY KEY (imageId)
) TYPE=MyISAM;
#
# Dumping data for table 'images'
#
#
# Table structure for table 'incrementer'
#
CREATE TABLE incrementer (
incrementerId varchar(50) NOT NULL default '',
nextValue int(11) NOT NULL default '1',
PRIMARY KEY (incrementerId)
) TYPE=MyISAM;
#
# Dumping data for table 'incrementer'
#
INSERT INTO incrementer VALUES ('groupId',26);
INSERT INTO incrementer VALUES ('messageId',1);
INSERT INTO incrementer VALUES ('pageId',26);
INSERT INTO incrementer VALUES ('styleId',26);
INSERT INTO incrementer VALUES ('userId',26);
INSERT INTO incrementer VALUES ('widgetId',1);
INSERT INTO incrementer VALUES ('eventId',1);
INSERT INTO incrementer VALUES ('linkId',1);
INSERT INTO incrementer VALUES ('questionId',1);
INSERT INTO incrementer VALUES ('submissionId',1);
INSERT INTO incrementer VALUES ('recurringEventId',1);
INSERT INTO incrementer VALUES ('messageLogId',1);
INSERT INTO incrementer VALUES ('downloadId',1);
INSERT INTO incrementer VALUES ('imageId',1);
INSERT INTO incrementer VALUES ('profileCategoryId',1000);
#
# Table structure for table 'international'
#
CREATE TABLE international (
internationalId int(11) NOT NULL default '0',
namespace varchar(30) NOT NULL default 'WebGUI',
language varchar(30) NOT NULL default 'English',
message text,
PRIMARY KEY (internationalId,namespace,language)
) TYPE=MyISAM;
#
# Dumping data for table 'international'
#
INSERT INTO international VALUES (367,'WebGUI','English','Expire After');
INSERT INTO international VALUES (1,'Article','Dutch','Artikel');
INSERT INTO international VALUES (1,'Article','English','Article');
INSERT INTO international VALUES (1,'Article','Espa<EFBFBD>ol','Art<EFBFBD>culo');
INSERT INTO international VALUES (1,'Article','Portugu<EFBFBD>s','Artigo');
INSERT INTO international VALUES (1,'EventsCalendar','Dutch','Doorgaan naar gebeurtenis toevoegen?');
INSERT INTO international VALUES (1,'EventsCalendar','English','Proceed to add event?');
INSERT INTO international VALUES (1,'EventsCalendar','Portugu<EFBFBD>s','Proseguir com a adi<64><69>o do evento?');
INSERT INTO international VALUES (13,'SQLReport','Deutsch','Carriage Return\r\nbeachten?');
INSERT INTO international VALUES (1,'ExtraColumn','Dutch','Extra kolom');
INSERT INTO international VALUES (1,'ExtraColumn','English','Extra Column');
INSERT INTO international VALUES (1,'ExtraColumn','Espa<EFBFBD>ol','Columna Extra');
INSERT INTO international VALUES (1,'ExtraColumn','Portugu<EFBFBD>s','Coluna extra');
INSERT INTO international VALUES (1,'FAQ','Dutch','Doorgaan naar vraag toevoegen?');
INSERT INTO international VALUES (1,'FAQ','English','Proceed to add question?');
INSERT INTO international VALUES (1,'FAQ','Portugu<EFBFBD>s','Proseguir com a adi<64><69>o da quest<73>o?');
INSERT INTO international VALUES (1,'Item','English','Link URL');
INSERT INTO international VALUES (1,'LinkList','Dutch','Inspringen');
INSERT INTO international VALUES (1,'LinkList','English','Indent');
INSERT INTO international VALUES (1,'LinkList','Portugu<EFBFBD>s','Destaque');
INSERT INTO international VALUES (1,'MessageBoard','Dutch','Voeg berichten bord toe');
INSERT INTO international VALUES (1,'MessageBoard','English','Add Message Board');
INSERT INTO international VALUES (1,'MessageBoard','Espa<EFBFBD>ol','Agregar Tabla de Mensages');
INSERT INTO international VALUES (1,'MessageBoard','Portugu<EFBFBD>s','Adicionar quadro de mensagens');
INSERT INTO international VALUES (13,'UserSubmission','Deutsch','Erstellungsdatum');
INSERT INTO international VALUES (1,'Poll','Dutch','Stemming');
INSERT INTO international VALUES (1,'Poll','English','Poll');
INSERT INTO international VALUES (1,'Poll','Espa<EFBFBD>ol','Encuesta');
INSERT INTO international VALUES (1,'Poll','Portugu<EFBFBD>s','Sondagem');
INSERT INTO international VALUES (1,'SiteMap','Dutch','Doorgaan met link toevoegen?');
INSERT INTO international VALUES (1,'SiteMap','English','Add Site Map');
INSERT INTO international VALUES (1,'SiteMap','Portugu<EFBFBD>s','Adicionar mapa do site');
INSERT INTO international VALUES (13,'WebGUI','Deutsch','Hilfe anschauen');
INSERT INTO international VALUES (1,'SQLReport','Dutch','SQL rapport');
INSERT INTO international VALUES (1,'SQLReport','English','SQL Report');
INSERT INTO international VALUES (1,'SQLReport','Espa<EFBFBD>ol','Reporte SQL');
INSERT INTO international VALUES (1,'SQLReport','Portugu<EFBFBD>s','Relat<EFBFBD>rio SQL');
INSERT INTO international VALUES (1,'SyndicatedContent','Dutch','URL naar RSS bestand');
INSERT INTO international VALUES (1,'SyndicatedContent','English','URL to RSS File');
INSERT INTO international VALUES (1,'SyndicatedContent','Portugu<EFBFBD>s','Ficheiro de URL para RSS');
INSERT INTO international VALUES (1,'UserSubmission','Dutch','Wie kan goedkeuren?');
INSERT INTO international VALUES (1,'UserSubmission','English','Who can approve?');
INSERT INTO international VALUES (1,'UserSubmission','Portugu<EFBFBD>s','Quem pode aprovar?');
INSERT INTO international VALUES (14,'Article','Deutsch','Anhang\r\nherunterladen');
INSERT INTO international VALUES (1,'WebGUI','Dutch','Inhoud toevoegen...');
INSERT INTO international VALUES (1,'WebGUI','English','Add content...');
INSERT INTO international VALUES (1,'WebGUI','Espa<EFBFBD>ol','Agregar Contenido ...');
INSERT INTO international VALUES (1,'WebGUI','Portugu<EFBFBD>s','Adicionar conteudo...');
INSERT INTO international VALUES (14,'DownloadManager','Deutsch','Datei');
INSERT INTO international VALUES (2,'Article','Dutch','Artikel toevoegen');
INSERT INTO international VALUES (2,'Article','English','Add Article');
INSERT INTO international VALUES (2,'Article','Espa<EFBFBD>ol','Agregar Art<72>culo');
INSERT INTO international VALUES (2,'Article','Portugu<EFBFBD>s','Adicionar artigo');
INSERT INTO international VALUES (2,'EventsCalendar','Dutch','Evenementen kalender');
INSERT INTO international VALUES (2,'EventsCalendar','English','Events Calendar');
INSERT INTO international VALUES (2,'EventsCalendar','Espa<EFBFBD>ol','Calendario de Eventos');
INSERT INTO international VALUES (2,'EventsCalendar','Portugu<EFBFBD>s','Calend<EFBFBD>rio de eventos');
INSERT INTO international VALUES (2,'ExtraColumn','Dutch','Voeg extra kolom toe');
INSERT INTO international VALUES (2,'ExtraColumn','English','Add Extra Column');
INSERT INTO international VALUES (2,'ExtraColumn','Espa<EFBFBD>ol','Agregar Columna Extra');
INSERT INTO international VALUES (2,'ExtraColumn','Portugu<EFBFBD>s','Adicinar coluna extra');
INSERT INTO international VALUES (14,'EventsCalendar','Deutsch','Start\r\nDatum');
INSERT INTO international VALUES (2,'FAQ','Dutch','FAQ');
INSERT INTO international VALUES (2,'FAQ','English','F.A.Q.');
INSERT INTO international VALUES (2,'FAQ','Espa<EFBFBD>ol','F.A.Q.');
INSERT INTO international VALUES (2,'FAQ','Portugu<EFBFBD>s','Perguntas mais frequentes');
INSERT INTO international VALUES (2,'Item','English','Attachment');
INSERT INTO international VALUES (2,'LinkList','Dutch','Regel afstand');
INSERT INTO international VALUES (2,'LinkList','English','Line Spacing');
INSERT INTO international VALUES (2,'LinkList','Portugu<EFBFBD>s','Espa<EFBFBD>o entre linhas');
INSERT INTO international VALUES (14,'MessageBoard','Deutsch','N<EFBFBD>chste\r\nDiskussion');
INSERT INTO international VALUES (2,'MessageBoard','Dutch','Berichten bord');
INSERT INTO international VALUES (2,'MessageBoard','English','Message Board');
INSERT INTO international VALUES (2,'MessageBoard','Espa<EFBFBD>ol','Table de Mensages');
INSERT INTO international VALUES (2,'MessageBoard','Portugu<EFBFBD>s','Quadro de mensagens');
INSERT INTO international VALUES (2,'Poll','Dutch','Stemming toevoegen');
INSERT INTO international VALUES (2,'Poll','English','Add Poll');
INSERT INTO international VALUES (2,'Poll','Espa<EFBFBD>ol','Agregar Encuesta');
INSERT INTO international VALUES (2,'Poll','Portugu<EFBFBD>s','Adicionar sondagem');
INSERT INTO international VALUES (2,'SiteMap','Dutch','Site map');
INSERT INTO international VALUES (2,'SiteMap','English','Site Map');
INSERT INTO international VALUES (2,'SiteMap','Portugu<EFBFBD>s','Mapa do site');
INSERT INTO international VALUES (14,'SQLReport','Deutsch','Sp<EFBFBD>ter mit\r\nSeitenzahlen versehen');
INSERT INTO international VALUES (2,'SQLReport','Dutch','SQL rapport toevoegen');
INSERT INTO international VALUES (2,'SQLReport','English','Add SQL Report');
INSERT INTO international VALUES (2,'SQLReport','Espa<EFBFBD>ol','Agregar Reporte SQL');
INSERT INTO international VALUES (2,'SQLReport','Portugu<EFBFBD>s','Adicionar relat<61>rio SQL');
INSERT INTO international VALUES (14,'UserSubmission','Deutsch','Status');
INSERT INTO international VALUES (2,'SyndicatedContent','Dutch','Syndicated content');
INSERT INTO international VALUES (2,'SyndicatedContent','English','Syndicated Content');
INSERT INTO international VALUES (2,'SyndicatedContent','Portugu<EFBFBD>s','Conteudo sindical');
INSERT INTO international VALUES (2,'UserSubmission','Dutch','Wie kan bijdragen?');
INSERT INTO international VALUES (2,'UserSubmission','English','Who can contribute?');
INSERT INTO international VALUES (2,'UserSubmission','Espa<EFBFBD>ol','Qui<EFBFBD>nes pueden contribuir?');
INSERT INTO international VALUES (2,'UserSubmission','Portugu<EFBFBD>s','Quem pode contribuir?');
INSERT INTO international VALUES (15,'Article','Deutsch','Rechts');
INSERT INTO international VALUES (2,'WebGUI','Dutch','Pagina');
INSERT INTO international VALUES (2,'WebGUI','English','Page');
INSERT INTO international VALUES (2,'WebGUI','Espa<EFBFBD>ol','P<EFBFBD>gina');
INSERT INTO international VALUES (2,'WebGUI','Portugu<EFBFBD>s','P<EFBFBD>gina');
INSERT INTO international VALUES (3,'Article','Dutch','Start datum');
INSERT INTO international VALUES (3,'Article','English','Start Date');
INSERT INTO international VALUES (3,'Article','Espa<EFBFBD>ol','Fecha Inicio');
INSERT INTO international VALUES (3,'Article','Portugu<EFBFBD>s','Data de inicio');
INSERT INTO international VALUES (14,'WebGUI','Deutsch','Ausstehende\r\nBeitr<74>ge anschauen');
INSERT INTO international VALUES (3,'EventsCalendar','Dutch','Voeg evenementen kalender toe');
INSERT INTO international VALUES (3,'EventsCalendar','English','Add Events Calendar');
INSERT INTO international VALUES (3,'EventsCalendar','Espa<EFBFBD>ol','Agregar Calendario de Eventos');
INSERT INTO international VALUES (3,'EventsCalendar','Portugu<EFBFBD>s','Adicionar calend<6E>rio de eventos');
INSERT INTO international VALUES (3,'ExtraColumn','Dutch','Tussenruimte');
INSERT INTO international VALUES (3,'ExtraColumn','English','Spacer');
INSERT INTO international VALUES (3,'ExtraColumn','Espa<EFBFBD>ol','Espaciador');
INSERT INTO international VALUES (3,'ExtraColumn','Portugu<EFBFBD>s','Espa<EFBFBD>amento');
INSERT INTO international VALUES (15,'DownloadManager','Deutsch','Beschreibung');
INSERT INTO international VALUES (3,'FAQ','Dutch','Voeg FAQ toe');
INSERT INTO international VALUES (3,'FAQ','English','Add F.A.Q.');
INSERT INTO international VALUES (3,'FAQ','Espa<EFBFBD>ol','Agregar F.A.Q.');
INSERT INTO international VALUES (3,'FAQ','Portugu<EFBFBD>s','Adicionar perguntas mais frequentes');
INSERT INTO international VALUES (3,'Item','English','Delete Attachment');
INSERT INTO international VALUES (15,'EventsCalendar','Deutsch','Ende\r\nDatum');
INSERT INTO international VALUES (3,'LinkList','Dutch','Open in nieuw venster?');
INSERT INTO international VALUES (3,'LinkList','English','Open in new window?');
INSERT INTO international VALUES (3,'LinkList','Portugu<EFBFBD>s','Abrir numa nova janela?');
INSERT INTO international VALUES (3,'MessageBoard','Dutch','Wie kan posten');
INSERT INTO international VALUES (3,'MessageBoard','English','Who can post?');
INSERT INTO international VALUES (3,'MessageBoard','Espa<EFBFBD>ol','Quienes pueden mandar?');
INSERT INTO international VALUES (3,'MessageBoard','Portugu<EFBFBD>s','Quem pode colocar novas?');
INSERT INTO international VALUES (3,'Poll','Dutch','Aktief');
INSERT INTO international VALUES (3,'Poll','English','Active');
INSERT INTO international VALUES (3,'Poll','Espa<EFBFBD>ol','Activar');
INSERT INTO international VALUES (3,'Poll','Portugu<EFBFBD>s','Activo');
INSERT INTO international VALUES (3,'SiteMap','Dutch','Op dit niveau beginnen?');
INSERT INTO international VALUES (3,'SiteMap','English','Starting from this level?');
INSERT INTO international VALUES (3,'SiteMap','Portugu<EFBFBD>s','Iniciando neste n<>vel?');
INSERT INTO international VALUES (15,'MessageBoard','Deutsch','Autor');
INSERT INTO international VALUES (3,'SQLReport','Dutch','Sjabloon');
INSERT INTO international VALUES (3,'SQLReport','English','Report Template');
INSERT INTO international VALUES (3,'SQLReport','Espa<EFBFBD>ol','Modelo');
INSERT INTO international VALUES (3,'SQLReport','Portugu<EFBFBD>s','Template');
INSERT INTO international VALUES (3,'SyndicatedContent','Dutch','Syndicated content toevoegen');
INSERT INTO international VALUES (3,'SyndicatedContent','English','Add Syndicated Content');
INSERT INTO international VALUES (3,'SyndicatedContent','Portugu<EFBFBD>s','Adicionar conteudo sindical');
INSERT INTO international VALUES (3,'UserSubmission','Dutch','U heeft een nieuwe bijdrage om goed te keuren.');
INSERT INTO international VALUES (3,'UserSubmission','English','You have a new user submission to approve.');
INSERT INTO international VALUES (3,'UserSubmission','Portugu<EFBFBD>s','Tem nova submiss<73>o para aprovar.');
INSERT INTO international VALUES (3,'WebGUI','Dutch','Plakken van het klemboord...');
INSERT INTO international VALUES (3,'WebGUI','English','Paste from clipboard...');
INSERT INTO international VALUES (3,'WebGUI','Espa<EFBFBD>ol','Pegar desde el Portapapeles...');
INSERT INTO international VALUES (3,'WebGUI','Portugu<EFBFBD>s','Colar do clipboard...');
INSERT INTO international VALUES (15,'SQLReport','Deutsch','Sollen die\r\nMakros in der Abfrage vorverarbeitet werden?');
INSERT INTO international VALUES (4,'Article','Dutch','Eind datum');
INSERT INTO international VALUES (4,'Article','English','End Date');
INSERT INTO international VALUES (4,'Article','Espa<EFBFBD>ol','Fecha finalizaci<63>n');
INSERT INTO international VALUES (4,'Article','Portugu<EFBFBD>s','Data de fim');
INSERT INTO international VALUES (4,'EventsCalendar','Dutch','Gebeurt maar een keer.');
INSERT INTO international VALUES (4,'EventsCalendar','English','Happens only once.');
INSERT INTO international VALUES (4,'EventsCalendar','Espa<EFBFBD>ol','Sucede solo una vez.');
INSERT INTO international VALUES (4,'EventsCalendar','Portugu<EFBFBD>s','Apenas uma vez.');
INSERT INTO international VALUES (4,'ExtraColumn','Dutch','Wijdte');
INSERT INTO international VALUES (4,'ExtraColumn','English','Width');
INSERT INTO international VALUES (4,'ExtraColumn','Espa<EFBFBD>ol','Ancho');
INSERT INTO international VALUES (4,'ExtraColumn','Portugu<EFBFBD>s','Largura');
INSERT INTO international VALUES (4,'FAQ','Dutch','Voeg vraag toe');
INSERT INTO international VALUES (4,'FAQ','English','Add Question');
INSERT INTO international VALUES (4,'FAQ','Espa<EFBFBD>ol','Agregar Pregunta');
INSERT INTO international VALUES (4,'FAQ','Portugu<EFBFBD>s','Adicionar quest<73>o');
INSERT INTO international VALUES (4,'Item','English','Item');
INSERT INTO international VALUES (15,'UserSubmission','Deutsch','Bearbeiten/L<>schen');
INSERT INTO international VALUES (4,'LinkList','Dutch','Opsommingsteken');
INSERT INTO international VALUES (4,'LinkList','English','Bullet');
INSERT INTO international VALUES (4,'LinkList','Portugu<EFBFBD>s','Marca');
INSERT INTO international VALUES (15,'WebGUI','Deutsch','Januar');
INSERT INTO international VALUES (4,'MessageBoard','Dutch','Berichten per pagina');
INSERT INTO international VALUES (4,'MessageBoard','English','Messages Per Page');
INSERT INTO international VALUES (4,'MessageBoard','Espa<EFBFBD>ol','Mensages por p<>gina');
INSERT INTO international VALUES (4,'MessageBoard','Portugu<EFBFBD>s','Mensagens por p<>gina');
INSERT INTO international VALUES (4,'Poll','Dutch','Wie kan stemmen?');
INSERT INTO international VALUES (4,'Poll','English','Who can vote?');
INSERT INTO international VALUES (4,'Poll','Espa<EFBFBD>ol','Qui<EFBFBD>nes pueden votar?');
INSERT INTO international VALUES (4,'Poll','Portugu<EFBFBD>s','Quem pode votar?');
INSERT INTO international VALUES (4,'SiteMap','Dutch','Diepte niveau');
INSERT INTO international VALUES (4,'SiteMap','English','Depth To Traverse');
INSERT INTO international VALUES (4,'SiteMap','Portugu<EFBFBD>s','profundidade a travessar');
INSERT INTO international VALUES (16,'Article','Deutsch','Links');
INSERT INTO international VALUES (4,'SQLReport','Dutch','Query');
INSERT INTO international VALUES (4,'SQLReport','English','Query');
INSERT INTO international VALUES (4,'SQLReport','Espa<EFBFBD>ol','Consulta');
INSERT INTO international VALUES (4,'SQLReport','Portugu<EFBFBD>s','Query');
INSERT INTO international VALUES (4,'SyndicatedContent','Dutch','Bewerk syndicated content');
INSERT INTO international VALUES (4,'SyndicatedContent','English','Edit Syndicated Content');
INSERT INTO international VALUES (4,'SyndicatedContent','Portugu<EFBFBD>s','Modificar conteudo sindical');
INSERT INTO international VALUES (4,'UserSubmission','Dutch','Uw bijdrage is goedgekeurd.');
INSERT INTO international VALUES (4,'UserSubmission','English','Your submission has been approved.');
INSERT INTO international VALUES (4,'UserSubmission','Portugu<EFBFBD>s','A sua submiss<73>o foi aprovada.');
INSERT INTO international VALUES (4,'WebGUI','Dutch','Beheer instellingen.');
INSERT INTO international VALUES (4,'WebGUI','English','Manage settings.');
INSERT INTO international VALUES (4,'WebGUI','Espa<EFBFBD>ol','Configurar Opciones.');
INSERT INTO international VALUES (4,'WebGUI','Portugu<EFBFBD>s','Organizar prefer<65>ncias.');
INSERT INTO international VALUES (16,'DownloadManager','Deutsch','Upload\r\nDatum');
INSERT INTO international VALUES (5,'Article','Dutch','Inhoud');
INSERT INTO international VALUES (5,'Article','English','Body');
INSERT INTO international VALUES (5,'Article','Espa<EFBFBD>ol','Cuerpo');
INSERT INTO international VALUES (5,'Article','Portugu<EFBFBD>s','Corpo');
INSERT INTO international VALUES (5,'EventsCalendar','Dutch','Dag');
INSERT INTO international VALUES (5,'EventsCalendar','English','Day');
INSERT INTO international VALUES (5,'EventsCalendar','Espa<EFBFBD>ol','D<EFBFBD>a');
INSERT INTO international VALUES (5,'EventsCalendar','Portugu<EFBFBD>s','Dia');
INSERT INTO international VALUES (16,'EventsCalendar','Deutsch','Kalender\r\nLayout');
INSERT INTO international VALUES (5,'ExtraColumn','Dutch','Style sheet klasse (class)');
INSERT INTO international VALUES (5,'ExtraColumn','English','StyleSheet Class');
INSERT INTO international VALUES (5,'ExtraColumn','Espa<EFBFBD>ol','Clase StyleSheet');
INSERT INTO international VALUES (5,'ExtraColumn','Portugu<EFBFBD>s','StyleSheet Class');
INSERT INTO international VALUES (5,'FAQ','Dutch','Vraag');
INSERT INTO international VALUES (5,'FAQ','English','Question');
INSERT INTO international VALUES (5,'FAQ','Espa<EFBFBD>ol','Pregunta');
INSERT INTO international VALUES (5,'FAQ','Portugu<EFBFBD>s','Quest<EFBFBD>o');
INSERT INTO international VALUES (5,'Item','English','Download Attachment');
INSERT INTO international VALUES (5,'LinkList','Dutch','Doorgaan met link toevoegen?');
INSERT INTO international VALUES (5,'LinkList','English','Proceed to add link?');
INSERT INTO international VALUES (5,'LinkList','Portugu<EFBFBD>s','Proseguir com a adi<64><69>o do hiperlink?');
INSERT INTO international VALUES (5,'MessageBoard','Dutch','Bewerk timeout');
INSERT INTO international VALUES (5,'MessageBoard','English','Edit Timeout');
INSERT INTO international VALUES (5,'MessageBoard','Espa<EFBFBD>ol','Timeout de edici<63>n');
INSERT INTO international VALUES (5,'MessageBoard','Portugu<EFBFBD>s','Modificar Timeout');
INSERT INTO international VALUES (16,'SQLReport','Deutsch','Debug?');
INSERT INTO international VALUES (5,'Poll','Dutch','Grafiek wijdte');
INSERT INTO international VALUES (5,'Poll','English','Graph Width');
INSERT INTO international VALUES (5,'Poll','Espa<EFBFBD>ol','Ancho del gr<67>fico');
INSERT INTO international VALUES (5,'Poll','Portugu<EFBFBD>s','Largura do gr<67>fico');
INSERT INTO international VALUES (5,'SiteMap','Dutch','Bewerk site map');
INSERT INTO international VALUES (5,'SiteMap','English','Edit Site Map');
INSERT INTO international VALUES (5,'SiteMap','Portugu<EFBFBD>s','Editar mapa do site');
INSERT INTO international VALUES (16,'MessageBoard','Deutsch','Datum');
INSERT INTO international VALUES (5,'SQLReport','Dutch','DSN');
INSERT INTO international VALUES (5,'SQLReport','English','DSN');
INSERT INTO international VALUES (5,'SQLReport','Espa<EFBFBD>ol','DSN');
INSERT INTO international VALUES (5,'SQLReport','Portugu<EFBFBD>s','DSN');
INSERT INTO international VALUES (5,'SyndicatedContent','Dutch','Laatste keer bijgewerkt');
INSERT INTO international VALUES (5,'SyndicatedContent','English','Last Fetched');
INSERT INTO international VALUES (5,'SyndicatedContent','Portugu<EFBFBD>s','Ultima retirada');
INSERT INTO international VALUES (5,'UserSubmission','Dutch','Uw bijdrage is afgekeurd.');
INSERT INTO international VALUES (5,'UserSubmission','English','Your submission has been denied.');
INSERT INTO international VALUES (5,'UserSubmission','Portugu<EFBFBD>s','A sua submiss<73>o n<>o foi aprovada.');
INSERT INTO international VALUES (5,'WebGUI','Dutch','Beheer groepen.');
INSERT INTO international VALUES (5,'WebGUI','English','Manage groups.');
INSERT INTO international VALUES (5,'WebGUI','Espa<EFBFBD>ol','Configurar Grupos.');
INSERT INTO international VALUES (5,'WebGUI','Portugu<EFBFBD>s','Organizar grupos.');
INSERT INTO international VALUES (6,'Article','Dutch','Plaatje');
INSERT INTO international VALUES (6,'Article','English','Image');
INSERT INTO international VALUES (6,'Article','Espa<EFBFBD>ol','Imagen');
INSERT INTO international VALUES (6,'Article','Portugu<EFBFBD>s','Imagem');
INSERT INTO international VALUES (17,'Article','Deutsch','Zentrum');
INSERT INTO international VALUES (16,'UserSubmission','Deutsch','Ohne\r\nTitel');
INSERT INTO international VALUES (6,'EventsCalendar','Dutch','Week');
INSERT INTO international VALUES (6,'EventsCalendar','English','Week');
INSERT INTO international VALUES (6,'EventsCalendar','Espa<EFBFBD>ol','Semana');
INSERT INTO international VALUES (6,'EventsCalendar','Portugu<EFBFBD>s','Semana');
INSERT INTO international VALUES (6,'ExtraColumn','Dutch','Bewerk extra kolom');
INSERT INTO international VALUES (6,'ExtraColumn','English','Edit Extra Column');
INSERT INTO international VALUES (6,'ExtraColumn','Espa<EFBFBD>ol','Editar Columna Extra');
INSERT INTO international VALUES (6,'ExtraColumn','Portugu<EFBFBD>s','Modificar coluna extra');
INSERT INTO international VALUES (6,'FAQ','Dutch','Andwoord');
INSERT INTO international VALUES (6,'FAQ','English','Answer');
INSERT INTO international VALUES (6,'FAQ','Espa<EFBFBD>ol','Respuesta');
INSERT INTO international VALUES (6,'FAQ','Portugu<EFBFBD>s','Resposta');
INSERT INTO international VALUES (16,'WebGUI','Deutsch','Februar');
INSERT INTO international VALUES (6,'LinkList','Dutch','Link lijst');
INSERT INTO international VALUES (6,'LinkList','English','Link List');
INSERT INTO international VALUES (6,'LinkList','Espa<EFBFBD>ol','Lista de Enlaces');
INSERT INTO international VALUES (6,'LinkList','Portugu<EFBFBD>s','Lista de hiperlinks');
INSERT INTO international VALUES (6,'MessageBoard','Dutch','Bewerk berichten bord');
INSERT INTO international VALUES (6,'MessageBoard','English','Edit Message Board');
INSERT INTO international VALUES (6,'MessageBoard','Espa<EFBFBD>ol','Editar Tabla de Mensages');
INSERT INTO international VALUES (6,'MessageBoard','Portugu<EFBFBD>s','Modificar quadro de mensagens');
INSERT INTO international VALUES (17,'DownloadManager','Deutsch','Alternative #1');
INSERT INTO international VALUES (6,'Poll','Dutch','Vraag');
INSERT INTO international VALUES (6,'Poll','English','Question');
INSERT INTO international VALUES (6,'Poll','Espa<EFBFBD>ol','Pregunta');
INSERT INTO international VALUES (6,'Poll','Portugu<EFBFBD>s','Quest<EFBFBD>o');
INSERT INTO international VALUES (6,'SiteMap','Dutch','Inspringen');
INSERT INTO international VALUES (6,'SiteMap','English','Indent');
INSERT INTO international VALUES (6,'SiteMap','Portugu<EFBFBD>s','Destaque');
INSERT INTO international VALUES (17,'EventsCalendar','Deutsch','Liste');
INSERT INTO international VALUES (6,'SQLReport','Dutch','Database gebruiker');
INSERT INTO international VALUES (6,'SQLReport','English','Database User');
INSERT INTO international VALUES (6,'SQLReport','Espa<EFBFBD>ol','Usuario de la Base de Datos');
INSERT INTO international VALUES (6,'SQLReport','Portugu<EFBFBD>s','User da base de dados');
INSERT INTO international VALUES (6,'SyndicatedContent','Dutch','Huidige inhoud');
INSERT INTO international VALUES (6,'SyndicatedContent','English','Current Content');
INSERT INTO international VALUES (6,'SyndicatedContent','Portugu<EFBFBD>s','Conteudo actual');
INSERT INTO international VALUES (17,'MessageBoard','Deutsch','Neuen\r\nBeitrag schreiben');
INSERT INTO international VALUES (6,'UserSubmission','Dutch','Bijdrages per pagina');
INSERT INTO international VALUES (6,'UserSubmission','English','Submissions Per Page');
INSERT INTO international VALUES (6,'UserSubmission','Espa<EFBFBD>ol','Contribuciones por p<>gina');
INSERT INTO international VALUES (6,'UserSubmission','Portugu<EFBFBD>s','Submiss<EFBFBD>es por p<>gina');
INSERT INTO international VALUES (6,'WebGUI','Dutch','Beheer stijlen.');
INSERT INTO international VALUES (6,'WebGUI','English','Manage styles.');
INSERT INTO international VALUES (6,'WebGUI','Espa<EFBFBD>ol','Configurar Estilos');
INSERT INTO international VALUES (6,'WebGUI','Portugu<EFBFBD>s','Organizar estilos.');
INSERT INTO international VALUES (17,'SQLReport','Deutsch','<b>Debug:</b>\r\nAbfrage:');
INSERT INTO international VALUES (7,'Article','Dutch','Link titel');
INSERT INTO international VALUES (7,'Article','English','Link Title');
INSERT INTO international VALUES (7,'Article','Espa<EFBFBD>ol','Link T<>tulo');
INSERT INTO international VALUES (7,'Article','Portugu<EFBFBD>s','Titulo da hiperlink');
INSERT INTO international VALUES (7,'EventsCalendar','Dutch','Evenement toevoegen');
INSERT INTO international VALUES (7,'EventsCalendar','English','Add Event');
INSERT INTO international VALUES (7,'EventsCalendar','Espa<EFBFBD>ol','Agregar Evento');
INSERT INTO international VALUES (7,'EventsCalendar','Portugu<EFBFBD>s','Adicionar evento');
INSERT INTO international VALUES (17,'UserSubmission','Deutsch','Sind Sie\r\nsicher, dass Sie diesen Beitrag l<>schen wollen?');
INSERT INTO international VALUES (7,'FAQ','Dutch','Weet u zeker dat u deze vraag wilt verwijderen?');
INSERT INTO international VALUES (7,'FAQ','English','Are you certain that you want to delete this question?');
INSERT INTO international VALUES (7,'FAQ','Espa<EFBFBD>ol','Est<EFBFBD> seguro de querer eliminar <20>sta pregunta?');
INSERT INTO international VALUES (7,'FAQ','Portugu<EFBFBD>s','Tem a certeza que quer apagar esta quest<73>o?');
INSERT INTO international VALUES (7,'LinkList','Dutch','Voeg link toe');
INSERT INTO international VALUES (7,'LinkList','English','Add Link');
INSERT INTO international VALUES (7,'LinkList','Espa<EFBFBD>ol','Agregar Enlace');
INSERT INTO international VALUES (7,'LinkList','Portugu<EFBFBD>s','Adicionar hiperlink');
INSERT INTO international VALUES (18,'Article','Deutsch','Diskussion\r\nerlauben?');
INSERT INTO international VALUES (7,'MessageBoard','Dutch','Naam:');
INSERT INTO international VALUES (7,'MessageBoard','English','Author:');
INSERT INTO international VALUES (7,'MessageBoard','Espa<EFBFBD>ol','Autor:');
INSERT INTO international VALUES (7,'MessageBoard','Portugu<EFBFBD>s','Autor:');
INSERT INTO international VALUES (17,'WebGUI','Deutsch','M<EFBFBD>rz');
INSERT INTO international VALUES (7,'Poll','Dutch','Antwoorden');
INSERT INTO international VALUES (7,'Poll','English','Answers');
INSERT INTO international VALUES (7,'Poll','Espa<EFBFBD>ol','Respuestas');
INSERT INTO international VALUES (7,'Poll','Portugu<EFBFBD>s','Respostas');
INSERT INTO international VALUES (7,'SiteMap','Dutch','Opsommingsteken');
INSERT INTO international VALUES (7,'SiteMap','English','Bullet');
INSERT INTO international VALUES (7,'SiteMap','Portugu<EFBFBD>s','Marca');
INSERT INTO international VALUES (7,'SQLReport','Dutch','Database wachtwoord');
INSERT INTO international VALUES (7,'SQLReport','English','Database Password');
INSERT INTO international VALUES (7,'SQLReport','Espa<EFBFBD>ol','Password de la Base de Datos');
INSERT INTO international VALUES (7,'SQLReport','Portugu<EFBFBD>s','Password da base de dados');
INSERT INTO international VALUES (18,'EventsCalendar','Deutsch','Kalender');
INSERT INTO international VALUES (7,'UserSubmission','Dutch','Goedgekeurd');
INSERT INTO international VALUES (7,'UserSubmission','English','Approved');
INSERT INTO international VALUES (7,'UserSubmission','Espa<EFBFBD>ol','Aprobado');
INSERT INTO international VALUES (7,'UserSubmission','Portugu<EFBFBD>s','Aprovado');
INSERT INTO international VALUES (7,'WebGUI','Dutch','Beheer gebruikers');
INSERT INTO international VALUES (7,'WebGUI','English','Manage users.');
INSERT INTO international VALUES (7,'WebGUI','Espa<EFBFBD>ol','Configurar Usuarios');
INSERT INTO international VALUES (7,'WebGUI','Portugu<EFBFBD>s','Organizar utilizadores.');
INSERT INTO international VALUES (8,'Article','Dutch','Link URL');
INSERT INTO international VALUES (8,'Article','English','Link URL');
INSERT INTO international VALUES (8,'Article','Espa<EFBFBD>ol','Link URL');
INSERT INTO international VALUES (8,'Article','Portugu<EFBFBD>s','URL da hiperlink');
INSERT INTO international VALUES (8,'EventsCalendar','Dutch','Herhaalt elke');
INSERT INTO international VALUES (8,'EventsCalendar','English','Recurs every');
INSERT INTO international VALUES (8,'EventsCalendar','Espa<EFBFBD>ol','Se repite cada');
INSERT INTO international VALUES (8,'EventsCalendar','Portugu<EFBFBD>s','Repeti<EFBFBD><EFBFBD>o');
INSERT INTO international VALUES (18,'DownloadManager','Deutsch','Alternative #2');
INSERT INTO international VALUES (8,'FAQ','Dutch','Bewerk FAQ');
INSERT INTO international VALUES (8,'FAQ','English','Edit F.A.Q.');
INSERT INTO international VALUES (8,'FAQ','Espa<EFBFBD>ol','Editar F.A.Q.');
INSERT INTO international VALUES (8,'FAQ','Portugu<EFBFBD>s','Modificar perguntas mais frequentes');
INSERT INTO international VALUES (8,'LinkList','Dutch','URL');
INSERT INTO international VALUES (8,'LinkList','English','URL');
INSERT INTO international VALUES (8,'LinkList','Espa<EFBFBD>ol','URL');
INSERT INTO international VALUES (8,'LinkList','Portugu<EFBFBD>s','URL');
INSERT INTO international VALUES (18,'MessageBoard','Deutsch','Diskussion\r\nbegonnen');
INSERT INTO international VALUES (8,'MessageBoard','Dutch','Datum:');
INSERT INTO international VALUES (8,'MessageBoard','English','Date:');
INSERT INTO international VALUES (8,'MessageBoard','Espa<EFBFBD>ol','Fecha:');
INSERT INTO international VALUES (8,'MessageBoard','Portugu<EFBFBD>s','Data:');
INSERT INTO international VALUES (8,'Poll','Dutch','(Enter een antwoord per lijn. Niet meer dan 20.)');
INSERT INTO international VALUES (8,'Poll','English','(Enter one answer per line. No more than 20.)');
INSERT INTO international VALUES (8,'Poll','Espa<EFBFBD>ol','(Ingrese una por l<>nea. No m<>s de 20)');
INSERT INTO international VALUES (8,'Poll','Portugu<EFBFBD>s','(Introduza uma resposta por linha. N<>o passe das 20.)');
INSERT INTO international VALUES (8,'SiteMap','Dutch','Regel afstand');
INSERT INTO international VALUES (8,'SiteMap','English','Line Spacing');
INSERT INTO international VALUES (8,'SiteMap','Portugu<EFBFBD>s','Espa<EFBFBD>amento de linha');
INSERT INTO international VALUES (18,'SQLReport','Deutsch','Diese Abfrage\r\nliefert keine Ergebnisse.');
INSERT INTO international VALUES (8,'SQLReport','Dutch','Bewerk SQL rapport');
INSERT INTO international VALUES (8,'SQLReport','English','Edit SQL Report');
INSERT INTO international VALUES (8,'SQLReport','Espa<EFBFBD>ol','Editar Reporte SQL');
INSERT INTO international VALUES (8,'SQLReport','Portugu<EFBFBD>s','Modificar o rela<6C>rio SQL');
INSERT INTO international VALUES (8,'UserSubmission','Dutch','Afgekeurd');
INSERT INTO international VALUES (8,'UserSubmission','English','Denied');
INSERT INTO international VALUES (8,'UserSubmission','Espa<EFBFBD>ol','Denegado');
INSERT INTO international VALUES (8,'UserSubmission','Portugu<EFBFBD>s','Negado');
INSERT INTO international VALUES (8,'WebGUI','Dutch','Bekijk \'pagina niet gevonden\'.');
INSERT INTO international VALUES (8,'WebGUI','English','View page not found.');
INSERT INTO international VALUES (8,'WebGUI','Espa<EFBFBD>ol','Ver P<>gina No Encontrada');
INSERT INTO international VALUES (8,'WebGUI','Portugu<EFBFBD>s','Ver p<>gina n<>o encontrada.');
INSERT INTO international VALUES (18,'UserSubmission','Deutsch','Benutzer\r\nBeitragssystem bearbeiten');
INSERT INTO international VALUES (9,'Article','Dutch','Bijlage');
INSERT INTO international VALUES (9,'Article','English','Attachment');
INSERT INTO international VALUES (9,'Article','Espa<EFBFBD>ol','Adjuntar');
INSERT INTO international VALUES (9,'Article','Portugu<EFBFBD>s','Anexar');
INSERT INTO international VALUES (9,'EventsCalendar','Dutch','Tot');
INSERT INTO international VALUES (9,'EventsCalendar','English','until');
INSERT INTO international VALUES (9,'EventsCalendar','Espa<EFBFBD>ol','hasta');
INSERT INTO international VALUES (9,'EventsCalendar','Portugu<EFBFBD>s','at<EFBFBD>');
INSERT INTO international VALUES (18,'WebGUI','Deutsch','April');
INSERT INTO international VALUES (9,'FAQ','Dutch','Voeg een nieuwe vraag toe');
INSERT INTO international VALUES (9,'FAQ','English','Add a new question.');
INSERT INTO international VALUES (9,'FAQ','Espa<EFBFBD>ol','Agregar nueva pregunta.');
INSERT INTO international VALUES (9,'FAQ','Portugu<EFBFBD>s','Adicionar nova quest<73>o.');
INSERT INTO international VALUES (19,'Article','Deutsch','Wer kann\r\nschreiben?');
INSERT INTO international VALUES (9,'LinkList','Dutch','Weet u zeker dat u deze link wilt verwijderen?');
INSERT INTO international VALUES (9,'LinkList','English','Are you certain that you want to delete this link?');
INSERT INTO international VALUES (9,'LinkList','Espa<EFBFBD>ol','Est<EFBFBD> seguro de querer eliminar <20>ste enlace?');
INSERT INTO international VALUES (9,'LinkList','Portugu<EFBFBD>s','Tem a certeza que quer apagar esta hiperlink?');
INSERT INTO international VALUES (9,'MessageBoard','Dutch','Bericht ID:');
INSERT INTO international VALUES (9,'MessageBoard','English','Message ID:');
INSERT INTO international VALUES (9,'MessageBoard','Espa<EFBFBD>ol','ID del mensage:');
INSERT INTO international VALUES (9,'MessageBoard','Portugu<EFBFBD>s','ID da mensagem:');
INSERT INTO international VALUES (9,'Poll','Dutch','Bewerk stemming');
INSERT INTO international VALUES (9,'Poll','English','Edit Poll');
INSERT INTO international VALUES (9,'Poll','Espa<EFBFBD>ol','Editar Encuesta');
INSERT INTO international VALUES (9,'Poll','Portugu<EFBFBD>s','Modificar sondagem');
INSERT INTO international VALUES (9,'SQLReport','Dutch','Fout: De ingevoerde DSN is van een verkeerd formaat.');
INSERT INTO international VALUES (9,'SQLReport','English','<b>Debug:</b> Error: The DSN specified is of an improper format.');
INSERT INTO international VALUES (9,'SQLReport','Espa<EFBFBD>ol','Error: El DSN especificado est<73> en un formato incorrecto.');
INSERT INTO international VALUES (9,'SQLReport','Portugu<EFBFBD>s','Erro: O DSN especificado tem um formato impr<70>prio.');
INSERT INTO international VALUES (19,'DownloadManager','Deutsch','Sie\r\nbesitzen keine Dateien, die zum Download bereitstehen.');
INSERT INTO international VALUES (9,'UserSubmission','Dutch','Lopend');
INSERT INTO international VALUES (9,'UserSubmission','English','Pending');
INSERT INTO international VALUES (9,'UserSubmission','Espa<EFBFBD>ol','Pendiente');
INSERT INTO international VALUES (9,'UserSubmission','Portugu<EFBFBD>s','Pendente');
INSERT INTO international VALUES (9,'WebGUI','Dutch','Bekijk klemboord.');
INSERT INTO international VALUES (9,'WebGUI','English','View clipboard.');
INSERT INTO international VALUES (9,'WebGUI','Espa<EFBFBD>ol','Ver Portapapeles');
INSERT INTO international VALUES (9,'WebGUI','Portugu<EFBFBD>s','Ver o clipboard.');
INSERT INTO international VALUES (10,'Article','Dutch','Enter converteren?');
INSERT INTO international VALUES (10,'Article','English','Convert carriage returns?');
INSERT INTO international VALUES (10,'Article','Espa<EFBFBD>ol','Convertir saltos de carro?');
INSERT INTO international VALUES (10,'Article','Portugu<EFBFBD>s','Converter o caracter de retorno (CR) ?');
INSERT INTO international VALUES (19,'EventsCalendar','Deutsch','Sp<EFBFBD>ter mit\r\nSeitenzahlen versehen');
INSERT INTO international VALUES (10,'EventsCalendar','Dutch','Weet u zeker dat u dit evenement wilt verwijderen?');
INSERT INTO international VALUES (10,'EventsCalendar','English','Are you certain that you want to delete this event');
INSERT INTO international VALUES (10,'EventsCalendar','Espa<EFBFBD>ol','Est<EFBFBD> segugo de querer eliminar <20>ste evento');
INSERT INTO international VALUES (10,'EventsCalendar','Portugu<EFBFBD>s','Tem a certeza que quer apagar este evento?');
INSERT INTO international VALUES (19,'MessageBoard','Deutsch','Antworten');
INSERT INTO international VALUES (10,'FAQ','Dutch','Bewerk vraag');
INSERT INTO international VALUES (10,'FAQ','English','Edit Question');
INSERT INTO international VALUES (10,'FAQ','Espa<EFBFBD>ol','Editar Pregunta');
INSERT INTO international VALUES (10,'FAQ','Portugu<EFBFBD>s','Modificar quest<73>o');
INSERT INTO international VALUES (10,'LinkList','Dutch','Bewerk link lijst');
INSERT INTO international VALUES (10,'LinkList','English','Edit Link List');
INSERT INTO international VALUES (10,'LinkList','Espa<EFBFBD>ol','Editar Lista de Enlaces');
INSERT INTO international VALUES (10,'LinkList','Portugu<EFBFBD>s','Modificar lista de hiperlinks');
INSERT INTO international VALUES (19,'UserSubmission','Deutsch','Beitrag\r\nbearbeiten');
INSERT INTO international VALUES (10,'MessageBoard','Dutch','Vorige thread');
INSERT INTO international VALUES (10,'MessageBoard','English','Previous Thread');
INSERT INTO international VALUES (10,'MessageBoard','Espa<EFBFBD>ol','Anterior');
INSERT INTO international VALUES (10,'MessageBoard','Portugu<EFBFBD>s','Anterior');
INSERT INTO international VALUES (10,'Poll','Dutch','Reset stemmen');
INSERT INTO international VALUES (10,'Poll','English','Reset votes.');
INSERT INTO international VALUES (10,'Poll','Portugu<EFBFBD>s','Reinicializar os votos.');
INSERT INTO international VALUES (19,'WebGUI','Deutsch','Mai');
INSERT INTO international VALUES (10,'SQLReport','Dutch','Fout: De ingevoerde SQL instructie is van een verkeerd formaat.');
INSERT INTO international VALUES (10,'SQLReport','English','<b>Debug:</b> Error: The SQL specified is of an improper format.');
INSERT INTO international VALUES (10,'SQLReport','Espa<EFBFBD>ol','Error: El SQL especificado est<73> en un formato incorrecto.');
INSERT INTO international VALUES (10,'SQLReport','Portugu<EFBFBD>s','Erro: O SQL especificado tem um formato impr<70>prio.');
INSERT INTO international VALUES (10,'UserSubmission','Dutch','Standaard status');
INSERT INTO international VALUES (10,'UserSubmission','English','Default Status');
INSERT INTO international VALUES (10,'UserSubmission','Espa<EFBFBD>ol','Estado por defecto');
INSERT INTO international VALUES (10,'UserSubmission','Portugu<EFBFBD>s','Estado por defeito');
INSERT INTO international VALUES (20,'Article','Deutsch','Wer kann\r\nmoderieren?');
INSERT INTO international VALUES (10,'WebGUI','Dutch','Bekijk prullenbak.');
INSERT INTO international VALUES (10,'WebGUI','English','Manage trash.');
INSERT INTO international VALUES (10,'WebGUI','Espa<EFBFBD>ol','Ver Papelera');
INSERT INTO international VALUES (10,'WebGUI','Portugu<EFBFBD>s','Ver o caixote do lixo.');
INSERT INTO international VALUES (11,'Article','Dutch','(Vink aan als u geen &lt;br&gt; manueel gebruikt.)');
INSERT INTO international VALUES (11,'Article','English','(Check if you aren\'t adding &lt;br&gt; manually.)');
INSERT INTO international VALUES (11,'Article','Espa<EFBFBD>ol','(marque si no est<EFBFBD> agregando &lt;br&gt; manualmente.)');
INSERT INTO international VALUES (11,'Article','Portugu<EFBFBD>s','(escolher se n<EFBFBD>o adicionar &lt;br&gt; manualmente.)');
INSERT INTO international VALUES (20,'DownloadManager','Deutsch','Sp<EFBFBD>ter\r\nmit Seitenzahlen versehen');
INSERT INTO international VALUES (11,'EventsCalendar','Dutch','<b> en</b> alle herhaalde evenementen');
INSERT INTO international VALUES (11,'EventsCalendar','English','<b>and</b> all of its recurring events');
INSERT INTO international VALUES (11,'EventsCalendar','Espa<EFBFBD>ol','<b>y</b> todos las recurrencias del mismo');
INSERT INTO international VALUES (11,'EventsCalendar','Portugu<EFBFBD>s','<b>e</b> todos os recurrentes');
INSERT INTO international VALUES (20,'MessageBoard','Deutsch','Letzte\r\nAntwort');
INSERT INTO international VALUES (11,'LinkList','Dutch','Voeg link lijst toe');
INSERT INTO international VALUES (11,'LinkList','English','Add Link List');
INSERT INTO international VALUES (11,'LinkList','Espa<EFBFBD>ol','Agregar Lista de Enlaces');
INSERT INTO international VALUES (11,'LinkList','Portugu<EFBFBD>s','Adicionar lista de hiperlinks');
INSERT INTO international VALUES (11,'MessageBoard','Dutch','Terug naar berichten lijst');
INSERT INTO international VALUES (11,'MessageBoard','English','Back To Message List');
INSERT INTO international VALUES (11,'MessageBoard','Espa<EFBFBD>ol','Volver a la Lista de Mensages');
INSERT INTO international VALUES (11,'MessageBoard','Portugu<EFBFBD>s','Voltar <EFBFBD> lista de mensagens');
INSERT INTO international VALUES (20,'UserSubmission','Deutsch','Neuen\r\nBeitrag schreiben');
INSERT INTO international VALUES (11,'SQLReport','Dutch','Fout: Er was een probleem met de query');
INSERT INTO international VALUES (11,'SQLReport','English','<b>Debug:</b> Error: There was a problem with the query.');
INSERT INTO international VALUES (11,'SQLReport','Espa<EFBFBD>ol','Error: Hay un problema con la consulta.');
INSERT INTO international VALUES (11,'SQLReport','Portugu<EFBFBD>s','Erro: Houve um problema com a query.');
INSERT INTO international VALUES (20,'WebGUI','Deutsch','Juni');
INSERT INTO international VALUES (11,'UserSubmission','Dutch','Bijdrage toevoegen');
INSERT INTO international VALUES (11,'UserSubmission','English','Add Submission');
INSERT INTO international VALUES (11,'UserSubmission','Espa<EFBFBD>ol','Contribuir');
INSERT INTO international VALUES (11,'UserSubmission','Portugu<EFBFBD>s','Adicionar submiss<EFBFBD>o');
INSERT INTO international VALUES (11,'WebGUI','Dutch','Leeg prullenbak.');
INSERT INTO international VALUES (11,'WebGUI','English','Empy trash.');
INSERT INTO international VALUES (11,'WebGUI','Espa<EFBFBD>ol','Vaciar Papelera');
INSERT INTO international VALUES (11,'WebGUI','Portugu<EFBFBD>s','Esvaziar o caixote do lixo.');
INSERT INTO international VALUES (21,'Article','Deutsch','Timeout\r\nbearbeiten');
INSERT INTO international VALUES (12,'Article','Dutch','Bewerk artikel');
INSERT INTO international VALUES (12,'Article','English','Edit Article');
INSERT INTO international VALUES (12,'Article','Espa<EFBFBD>ol','Editar Art<EFBFBD>culo');
INSERT INTO international VALUES (12,'Article','Portugu<EFBFBD>s','Modificar artigo');
INSERT INTO international VALUES (12,'EventsCalendar','Dutch','Bewerk evenementen kalender');
INSERT INTO international VALUES (12,'EventsCalendar','English','Edit Events Calendar');
INSERT INTO international VALUES (12,'EventsCalendar','Espa<EFBFBD>ol','Editar Calendario de Eventos');
INSERT INTO international VALUES (12,'EventsCalendar','Portugu<EFBFBD>s','Modificar calend<EFBFBD>rio de eventos');
INSERT INTO international VALUES (12,'LinkList','Dutch','Bewerk link');
INSERT INTO international VALUES (12,'LinkList','English','Edit Link');
INSERT INTO international VALUES (12,'LinkList','Espa<EFBFBD>ol','Editar Enlace');
INSERT INTO international VALUES (12,'LinkList','Portugu<EFBFBD>s','Modificar hiperlink');
INSERT INTO international VALUES (12,'MessageBoard','Dutch','Bewerk bericht');
INSERT INTO international VALUES (12,'MessageBoard','English','Edit Message');
INSERT INTO international VALUES (12,'MessageBoard','Espa<EFBFBD>ol','Editar mensage');
INSERT INTO international VALUES (12,'MessageBoard','Portugu<EFBFBD>s','Modificar mensagem');
INSERT INTO international VALUES (21,'DownloadManager','Deutsch','Vorschaubilder anzeigen?');
INSERT INTO international VALUES (12,'SQLReport','Dutch','Fout: Kon niet met de database verbinden.');
INSERT INTO international VALUES (12,'SQLReport','English','<b>Debug:</b> Error: Could not connect to the database.');
INSERT INTO international VALUES (12,'SQLReport','Espa<EFBFBD>ol','Error: No se puede conectar a la base de datos.');
INSERT INTO international VALUES (12,'SQLReport','Portugu<EFBFBD>s','Erro: N<EFBFBD>o <EFBFBD> poss<EFBFBD>vel ligar <EFBFBD> base de dados.');
INSERT INTO international VALUES (21,'MessageBoard','Deutsch','Wer kann\r\nmoderieren?');
INSERT INTO international VALUES (12,'UserSubmission','Dutch','(niet aanvinken als u een HTML bijdrage levert.)');
INSERT INTO international VALUES (12,'UserSubmission','English','(Uncheck if you\'re writing an HTML submission.)');
INSERT INTO international VALUES (12,'UserSubmission','Espa<EFBFBD>ol','(desmarque si est<73> escribiendo la contribuci<63>n en HTML.)');
INSERT INTO international VALUES (12,'UserSubmission','Portugu<EFBFBD>s','(deixar em branco se a submiss<73>o for em HTML.)');
INSERT INTO international VALUES (21,'UserSubmission','Deutsch','Erstellt\r\nvon');
INSERT INTO international VALUES (12,'WebGUI','Dutch','Zet beheermode uit.');
INSERT INTO international VALUES (12,'WebGUI','English','Turn admin off.');
INSERT INTO international VALUES (12,'WebGUI','Espa<EFBFBD>ol','Apagar Admin');
INSERT INTO international VALUES (12,'WebGUI','Portugu<EFBFBD>s','Desligar o modo administrativo.');
INSERT INTO international VALUES (21,'WebGUI','Deutsch','Juli');
INSERT INTO international VALUES (13,'Article','Dutch','Verwijder');
INSERT INTO international VALUES (13,'Article','English','Delete');
INSERT INTO international VALUES (13,'Article','Espa<EFBFBD>ol','Eliminar');
INSERT INTO international VALUES (13,'Article','Portugu<EFBFBD>s','Apagar');
INSERT INTO international VALUES (13,'EventsCalendar','Dutch','Bewerk evenement');
INSERT INTO international VALUES (13,'EventsCalendar','English','Edit Event');
INSERT INTO international VALUES (13,'EventsCalendar','Espa<EFBFBD>ol','Editar Evento');
INSERT INTO international VALUES (13,'EventsCalendar','Portugu<EFBFBD>s','Modificar evento');
INSERT INTO international VALUES (22,'MessageBoard','Deutsch','Beitrag\r\nl<6E>schen');
INSERT INTO international VALUES (13,'LinkList','Dutch','Voeg een nieuwe link toe.');
INSERT INTO international VALUES (13,'LinkList','English','Add a new link.');
INSERT INTO international VALUES (13,'LinkList','Espa<EFBFBD>ol','Agregar nuevo Enlace');
INSERT INTO international VALUES (13,'LinkList','Portugu<EFBFBD>s','Adicionar nova hiperlink.');
INSERT INTO international VALUES (22,'Article','Deutsch','Autor');
INSERT INTO international VALUES (13,'MessageBoard','Dutch','Post antwoord');
INSERT INTO international VALUES (13,'MessageBoard','English','Post Reply');
INSERT INTO international VALUES (13,'MessageBoard','Espa<EFBFBD>ol','Responder');
INSERT INTO international VALUES (13,'MessageBoard','Portugu<EFBFBD>s','Responder');
INSERT INTO international VALUES (13,'UserSubmission','Dutch','Invoerdatum');
INSERT INTO international VALUES (13,'UserSubmission','English','Date Submitted');
INSERT INTO international VALUES (13,'UserSubmission','Espa<EFBFBD>ol','Fecha Contribuci<63>n');
INSERT INTO international VALUES (13,'UserSubmission','Portugu<EFBFBD>s','Data de submiss<73>o');
INSERT INTO international VALUES (22,'UserSubmission','Deutsch','Erstellt\r\nvon:');
INSERT INTO international VALUES (13,'WebGUI','Dutch','Laat help index zien.');
INSERT INTO international VALUES (13,'WebGUI','English','View help index.');
INSERT INTO international VALUES (13,'WebGUI','Espa<EFBFBD>ol','Ver <20>ndice de Ayuda');
INSERT INTO international VALUES (13,'WebGUI','Portugu<EFBFBD>s','Ver o indice da ajuda.');
INSERT INTO international VALUES (14,'Article','English','Align Image');
INSERT INTO international VALUES (22,'WebGUI','Deutsch','August');
INSERT INTO international VALUES (14,'MessageBoard','Dutch','Volgende thread');
INSERT INTO international VALUES (14,'MessageBoard','English','Next Thread');
INSERT INTO international VALUES (14,'MessageBoard','Espa<EFBFBD>ol','Siguiente');
INSERT INTO international VALUES (14,'MessageBoard','Portugu<EFBFBD>s','Pr<EFBFBD>xima');
INSERT INTO international VALUES (23,'Article','Deutsch','Datum');
INSERT INTO international VALUES (14,'UserSubmission','Dutch','Status');
INSERT INTO international VALUES (14,'UserSubmission','English','Status');
INSERT INTO international VALUES (14,'UserSubmission','Espa<EFBFBD>ol','Estado');
INSERT INTO international VALUES (14,'UserSubmission','Portugu<EFBFBD>s','Estado');
INSERT INTO international VALUES (14,'WebGUI','Dutch','Laat lopende aanmeldingen zien.');
INSERT INTO international VALUES (14,'WebGUI','English','View pending submissions.');
INSERT INTO international VALUES (14,'WebGUI','Espa<EFBFBD>ol','Ver contribuciones pendientes.');
INSERT INTO international VALUES (14,'WebGUI','Portugu<EFBFBD>s','Ver submiss<73>es pendentes.');
INSERT INTO international VALUES (23,'UserSubmission','Deutsch','Erstellungsdatum:');
INSERT INTO international VALUES (15,'MessageBoard','Dutch','Afzender');
INSERT INTO international VALUES (15,'MessageBoard','English','Author');
INSERT INTO international VALUES (15,'MessageBoard','Espa<EFBFBD>ol','Autor');
INSERT INTO international VALUES (15,'MessageBoard','Portugu<EFBFBD>s','Autor');
INSERT INTO international VALUES (15,'UserSubmission','Dutch','bewerk/Verwijder');
INSERT INTO international VALUES (15,'UserSubmission','English','Edit/Delete');
INSERT INTO international VALUES (15,'UserSubmission','Espa<EFBFBD>ol','Editar/Eliminar');
INSERT INTO international VALUES (15,'UserSubmission','Portugu<EFBFBD>s','Modificar/Apagar');
INSERT INTO international VALUES (15,'WebGUI','Dutch','januari');
INSERT INTO international VALUES (15,'WebGUI','English','January');
INSERT INTO international VALUES (15,'WebGUI','Espa<EFBFBD>ol','Enero');
INSERT INTO international VALUES (15,'WebGUI','Portugu<EFBFBD>s','Janeiro');
INSERT INTO international VALUES (23,'WebGUI','Deutsch','September');
INSERT INTO international VALUES (16,'MessageBoard','Dutch','Datum');
INSERT INTO international VALUES (16,'MessageBoard','English','Date');
INSERT INTO international VALUES (16,'MessageBoard','Espa<EFBFBD>ol','Fecha');
INSERT INTO international VALUES (16,'MessageBoard','Portugu<EFBFBD>s','Data');
INSERT INTO international VALUES (16,'UserSubmission','Dutch','Zonder titel');
INSERT INTO international VALUES (16,'UserSubmission','English','Untitled');
INSERT INTO international VALUES (16,'UserSubmission','Espa<EFBFBD>ol','Sin t<>tulo');
INSERT INTO international VALUES (16,'UserSubmission','Portugu<EFBFBD>s','Sem titulo');
INSERT INTO international VALUES (24,'UserSubmission','Deutsch','Erlauben');
INSERT INTO international VALUES (16,'WebGUI','Dutch','februari');
INSERT INTO international VALUES (16,'WebGUI','English','February');
INSERT INTO international VALUES (16,'WebGUI','Espa<EFBFBD>ol','Febrero');
INSERT INTO international VALUES (16,'WebGUI','Portugu<EFBFBD>s','Fevereiro');
INSERT INTO international VALUES (17,'MessageBoard','Dutch','Post nieuw bericht');
INSERT INTO international VALUES (17,'MessageBoard','English','Post New Message');
INSERT INTO international VALUES (17,'MessageBoard','Espa<EFBFBD>ol','Mandar Nuevo Mensage');
INSERT INTO international VALUES (17,'MessageBoard','Portugu<EFBFBD>s','Colocar nova mensagem');
INSERT INTO international VALUES (24,'Article','Deutsch','Kommentar\r\nschreiben');
INSERT INTO international VALUES (17,'UserSubmission','Dutch','Weet u zeker dat u deze bijdrage wilt verwijderen?');
INSERT INTO international VALUES (17,'UserSubmission','English','Are you certain you wish to delete this submission?');
INSERT INTO international VALUES (17,'UserSubmission','Espa<EFBFBD>ol','Est<EFBFBD> seguro de querer eliminar <20>sta contribuci<63>n?');
INSERT INTO international VALUES (17,'UserSubmission','Portugu<EFBFBD>s','Tem a certeza que quer apagar esta submiss<73>o?');
INSERT INTO international VALUES (17,'WebGUI','Dutch','maart');
INSERT INTO international VALUES (17,'WebGUI','English','March');
INSERT INTO international VALUES (17,'WebGUI','Espa<EFBFBD>ol','Marzo');
INSERT INTO international VALUES (17,'WebGUI','Portugu<EFBFBD>s','Mar<EFBFBD>o');
INSERT INTO international VALUES (24,'WebGUI','Deutsch','Oktober');
INSERT INTO international VALUES (18,'MessageBoard','Dutch','Tread gestart');
INSERT INTO international VALUES (18,'MessageBoard','English','Thread Started');
INSERT INTO international VALUES (18,'MessageBoard','Espa<EFBFBD>ol','Inicio');
INSERT INTO international VALUES (18,'MessageBoard','Portugu<EFBFBD>s','Inicial');
INSERT INTO international VALUES (25,'Article','Deutsch','Kommentar\r\nbearbeiten');
INSERT INTO international VALUES (18,'UserSubmission','Dutch','Bewerk gebruikers bijdrage systeem');
INSERT INTO international VALUES (18,'UserSubmission','English','Edit User Submission System');
INSERT INTO international VALUES (18,'UserSubmission','Espa<EFBFBD>ol','Editar Sistema de Contribuci<63>n de Usuarios');
INSERT INTO international VALUES (18,'UserSubmission','Portugu<EFBFBD>s','Modificar sistema de submiss<73>o do utilizador');
INSERT INTO international VALUES (18,'WebGUI','Dutch','april');
INSERT INTO international VALUES (18,'WebGUI','English','April');
INSERT INTO international VALUES (18,'WebGUI','Espa<EFBFBD>ol','Abril');
INSERT INTO international VALUES (18,'WebGUI','Portugu<EFBFBD>s','Abril');
INSERT INTO international VALUES (19,'MessageBoard','Dutch','Antwoorden');
INSERT INTO international VALUES (19,'MessageBoard','English','Replies');
INSERT INTO international VALUES (19,'MessageBoard','Espa<EFBFBD>ol','Respuestas');
INSERT INTO international VALUES (19,'MessageBoard','Portugu<EFBFBD>s','Respostas');
INSERT INTO international VALUES (25,'UserSubmission','Deutsch','Ausstehend\r\nverlassen');
INSERT INTO international VALUES (19,'UserSubmission','Dutch','Bewerk bijdrage');
INSERT INTO international VALUES (19,'UserSubmission','English','Edit Submission');
INSERT INTO international VALUES (19,'UserSubmission','Espa<EFBFBD>ol','Editar Contribuci<63>n');
INSERT INTO international VALUES (19,'UserSubmission','Portugu<EFBFBD>s','Modificar submiss<73>o');
INSERT INTO international VALUES (19,'WebGUI','Dutch','mei');
INSERT INTO international VALUES (19,'WebGUI','English','May');
INSERT INTO international VALUES (19,'WebGUI','Espa<EFBFBD>ol','Mayo');
INSERT INTO international VALUES (19,'WebGUI','Portugu<EFBFBD>s','Maio');
INSERT INTO international VALUES (26,'Article','Deutsch','Kommentar\r\nl<6E>schen');
INSERT INTO international VALUES (20,'MessageBoard','Dutch','Laatste antwoord');
INSERT INTO international VALUES (20,'MessageBoard','English','Last Reply');
INSERT INTO international VALUES (20,'MessageBoard','Espa<EFBFBD>ol','<EFBFBD>ltima respuesta');
INSERT INTO international VALUES (20,'MessageBoard','Portugu<EFBFBD>s','Ultima resposta');
INSERT INTO international VALUES (20,'UserSubmission','Dutch','Post nieuwe bijdrage');
INSERT INTO international VALUES (20,'UserSubmission','English','Post New Submission');
INSERT INTO international VALUES (20,'UserSubmission','Espa<EFBFBD>ol','Nueva Contribuci<63>n');
INSERT INTO international VALUES (20,'UserSubmission','Portugu<EFBFBD>s','Colocar nova submiss<73>o');
INSERT INTO international VALUES (25,'WebGUI','Deutsch','November');
INSERT INTO international VALUES (20,'WebGUI','Dutch','juni');
INSERT INTO international VALUES (20,'WebGUI','English','June');
INSERT INTO international VALUES (20,'WebGUI','Espa<EFBFBD>ol','Junio');
INSERT INTO international VALUES (20,'WebGUI','Portugu<EFBFBD>s','Junho');
INSERT INTO international VALUES (21,'UserSubmission','Dutch','Ingevoerd door');
INSERT INTO international VALUES (21,'UserSubmission','English','Submitted By');
INSERT INTO international VALUES (21,'UserSubmission','Espa<EFBFBD>ol','Contribuida por');
INSERT INTO international VALUES (21,'UserSubmission','Portugu<EFBFBD>s','Submetido por');
INSERT INTO international VALUES (26,'UserSubmission','Deutsch','Verbieten');
INSERT INTO international VALUES (21,'WebGUI','Dutch','juli');
INSERT INTO international VALUES (21,'WebGUI','English','July');
INSERT INTO international VALUES (21,'WebGUI','Espa<EFBFBD>ol','Julio');
INSERT INTO international VALUES (21,'WebGUI','Portugu<EFBFBD>s','Julho');
INSERT INTO international VALUES (22,'UserSubmission','Dutch','ingevoerd door:');
INSERT INTO international VALUES (22,'UserSubmission','English','Submitted By:');
INSERT INTO international VALUES (22,'UserSubmission','Espa<EFBFBD>ol','Contribuida por:');
INSERT INTO international VALUES (22,'UserSubmission','Portugu<EFBFBD>s','Submetido por:');
INSERT INTO international VALUES (26,'WebGUI','Deutsch','Dezember');
INSERT INTO international VALUES (22,'WebGUI','Dutch','augustus');
INSERT INTO international VALUES (22,'WebGUI','English','August');
INSERT INTO international VALUES (22,'WebGUI','Espa<EFBFBD>ol','Agosto');
INSERT INTO international VALUES (22,'WebGUI','Portugu<EFBFBD>s','Agosto');
INSERT INTO international VALUES (23,'UserSubmission','Dutch','Invoer datum:');
INSERT INTO international VALUES (23,'UserSubmission','English','Date Submitted:');
INSERT INTO international VALUES (23,'UserSubmission','Espa<EFBFBD>ol','Fecha Contribuci<63>n:');
INSERT INTO international VALUES (23,'UserSubmission','Portugu<EFBFBD>s','Data de submiss<73>o:');
INSERT INTO international VALUES (27,'Article','Deutsch','Zur<EFBFBD>ck zum\r\nArtikel');
INSERT INTO international VALUES (23,'WebGUI','Dutch','september');
INSERT INTO international VALUES (23,'WebGUI','English','September');
INSERT INTO international VALUES (23,'WebGUI','Espa<EFBFBD>ol','Septiembre');
INSERT INTO international VALUES (23,'WebGUI','Portugu<EFBFBD>s','Setembro');
INSERT INTO international VALUES (24,'UserSubmission','Dutch','Keur goed');
INSERT INTO international VALUES (24,'UserSubmission','English','Approve');
INSERT INTO international VALUES (24,'UserSubmission','Espa<EFBFBD>ol','Aprobar');
INSERT INTO international VALUES (24,'UserSubmission','Portugu<EFBFBD>s','Aprovar');
INSERT INTO international VALUES (27,'UserSubmission','Deutsch','Bearbeiten');
INSERT INTO international VALUES (24,'WebGUI','Dutch','oktober');
INSERT INTO international VALUES (24,'WebGUI','English','October');
INSERT INTO international VALUES (24,'WebGUI','Espa<EFBFBD>ol','Octubre');
INSERT INTO international VALUES (24,'WebGUI','Portugu<EFBFBD>s','Outubro');
INSERT INTO international VALUES (27,'WebGUI','Deutsch','Sonntag');
INSERT INTO international VALUES (25,'UserSubmission','Dutch','Laat in behandeling');
INSERT INTO international VALUES (25,'UserSubmission','English','Leave Pending');
INSERT INTO international VALUES (25,'UserSubmission','Espa<EFBFBD>ol','Dejan pendiente');
INSERT INTO international VALUES (25,'UserSubmission','Portugu<EFBFBD>s','Deixar pendente');
INSERT INTO international VALUES (25,'WebGUI','Dutch','november');
INSERT INTO international VALUES (25,'WebGUI','English','November');
INSERT INTO international VALUES (25,'WebGUI','Espa<EFBFBD>ol','Noviembre');
INSERT INTO international VALUES (25,'WebGUI','Portugu<EFBFBD>s','Novembro');
INSERT INTO international VALUES (26,'UserSubmission','Dutch','Keur af');
INSERT INTO international VALUES (26,'UserSubmission','English','Deny');
INSERT INTO international VALUES (26,'UserSubmission','Espa<EFBFBD>ol','Denegar');
INSERT INTO international VALUES (26,'UserSubmission','Portugu<EFBFBD>s','Negar');
INSERT INTO international VALUES (28,'Article','Deutsch','Kommentare\r\nanschauen');
INSERT INTO international VALUES (26,'WebGUI','Dutch','december');
INSERT INTO international VALUES (26,'WebGUI','English','December');
INSERT INTO international VALUES (26,'WebGUI','Espa<EFBFBD>ol','Diciembre');
INSERT INTO international VALUES (26,'WebGUI','Portugu<EFBFBD>s','Dezembro');
INSERT INTO international VALUES (27,'UserSubmission','Dutch','Bewerk');
INSERT INTO international VALUES (27,'UserSubmission','English','Edit');
INSERT INTO international VALUES (27,'UserSubmission','Espa<EFBFBD>ol','Editar');
INSERT INTO international VALUES (27,'UserSubmission','Portugu<EFBFBD>s','Modificar');
INSERT INTO international VALUES (27,'WebGUI','Dutch','zondag');
INSERT INTO international VALUES (27,'WebGUI','English','Sunday');
INSERT INTO international VALUES (27,'WebGUI','Espa<EFBFBD>ol','Domingo');
INSERT INTO international VALUES (27,'WebGUI','Portugu<EFBFBD>s','Domingo');
INSERT INTO international VALUES (28,'UserSubmission','Dutch','Ga terug naar bijdrage lijst');
INSERT INTO international VALUES (28,'UserSubmission','English','Return To Submissions List');
INSERT INTO international VALUES (28,'UserSubmission','Espa<EFBFBD>ol','Regresar a lista de contribuciones');
INSERT INTO international VALUES (28,'UserSubmission','Portugu<EFBFBD>s','Voltar <20> lista de submiss<73>es');
INSERT INTO international VALUES (28,'UserSubmission','Deutsch','Zur<EFBFBD>ck zur\r\nBeitragsliste');
INSERT INTO international VALUES (28,'WebGUI','Dutch','maandag');
INSERT INTO international VALUES (28,'WebGUI','English','Monday');
INSERT INTO international VALUES (28,'WebGUI','Espa<EFBFBD>ol','Lunes');
INSERT INTO international VALUES (28,'WebGUI','Portugu<EFBFBD>s','Segunda');
INSERT INTO international VALUES (29,'UserSubmission','Dutch','Gebruikers bijdrage systeem');
INSERT INTO international VALUES (29,'UserSubmission','English','User Submission System');
INSERT INTO international VALUES (29,'UserSubmission','Espa<EFBFBD>ol','Sistema de Contribuci<63>n de Usuarios');
INSERT INTO international VALUES (29,'UserSubmission','Portugu<EFBFBD>s','Sistema de submiss<73>o do utilizador');
INSERT INTO international VALUES (29,'WebGUI','Dutch','dinsdag');
INSERT INTO international VALUES (29,'WebGUI','English','Tuesday');
INSERT INTO international VALUES (29,'WebGUI','Espa<EFBFBD>ol','Martes');
INSERT INTO international VALUES (29,'WebGUI','Portugu<EFBFBD>s','Ter<EFBFBD>a');
INSERT INTO international VALUES (29,'UserSubmission','Deutsch','Benutzer\r\nBeitragssystem');
INSERT INTO international VALUES (30,'UserSubmission','Dutch','Gebruikers bijdrage systeem toevoegen');
INSERT INTO international VALUES (30,'UserSubmission','English','Add User Submission System');
INSERT INTO international VALUES (30,'UserSubmission','Espa<EFBFBD>ol','Agregar Sistema de Contribuci<63>n de Usuarios');
INSERT INTO international VALUES (30,'UserSubmission','Portugu<EFBFBD>s','Adicionar sistema de submiss<73>o do utilizador');
INSERT INTO international VALUES (28,'WebGUI','Deutsch','Montag');
INSERT INTO international VALUES (30,'WebGUI','Dutch','woensdag');
INSERT INTO international VALUES (30,'WebGUI','English','Wednesday');
INSERT INTO international VALUES (30,'WebGUI','Espa<EFBFBD>ol','Mi<EFBFBD>rcoles');
INSERT INTO international VALUES (30,'WebGUI','Portugu<EFBFBD>s','Quarta');
INSERT INTO international VALUES (31,'WebGUI','Dutch','donderdag');
INSERT INTO international VALUES (31,'WebGUI','English','Thursday');
INSERT INTO international VALUES (31,'WebGUI','Espa<EFBFBD>ol','Jueves');
INSERT INTO international VALUES (31,'WebGUI','Portugu<EFBFBD>s','Quinta');
INSERT INTO international VALUES (29,'WebGUI','Deutsch','Dienstag');
INSERT INTO international VALUES (32,'WebGUI','Dutch','vrijdag');
INSERT INTO international VALUES (32,'WebGUI','English','Friday');
INSERT INTO international VALUES (32,'WebGUI','Espa<EFBFBD>ol','Viernes');
INSERT INTO international VALUES (32,'WebGUI','Portugu<EFBFBD>s','Sexta');
INSERT INTO international VALUES (33,'WebGUI','Dutch','zaterdag');
INSERT INTO international VALUES (33,'WebGUI','English','Saturday');
INSERT INTO international VALUES (33,'WebGUI','Espa<EFBFBD>ol','Sabado');
INSERT INTO international VALUES (33,'WebGUI','Portugu<EFBFBD>s','Sabado');
INSERT INTO international VALUES (34,'WebGUI','Dutch','Zet datum');
INSERT INTO international VALUES (34,'WebGUI','English','set date');
INSERT INTO international VALUES (34,'WebGUI','Espa<EFBFBD>ol','fijar fecha');
INSERT INTO international VALUES (34,'WebGUI','Portugu<EFBFBD>s','acertar a data');
INSERT INTO international VALUES (30,'UserSubmission','Deutsch','Benutzer\r\nBeitragssystem hinzuf<75>gen');
INSERT INTO international VALUES (35,'WebGUI','Dutch','Administratieve functie');
INSERT INTO international VALUES (35,'WebGUI','English','Administrative Function');
INSERT INTO international VALUES (35,'WebGUI','Espa<EFBFBD>ol','Funciones Administrativas');
INSERT INTO international VALUES (35,'WebGUI','Portugu<EFBFBD>s','Fun<EFBFBD><EFBFBD>o administrativa');
INSERT INTO international VALUES (31,'UserSubmission','Deutsch','Inhalt');
INSERT INTO international VALUES (30,'WebGUI','Deutsch','Mittwoch');
INSERT INTO international VALUES (36,'WebGUI','Dutch','U moet een behherder zijn om deze functie uit te voeren. Neem contact op met een van de beheerders:');
INSERT INTO international VALUES (36,'WebGUI','English','You must be an administrator to perform this function. Please contact one of your administrators. The following is a list of the administrators for this system:');
INSERT INTO international VALUES (36,'WebGUI','Espa<EFBFBD>ol','Debe ser administrador para realizar esta tarea. Por favor contacte a uno de los administradores. La siguiente es una lista de los administradores de <20>ste sistema:');
INSERT INTO international VALUES (36,'WebGUI','Portugu<EFBFBD>s','Fun<EFBFBD><EFBFBD>o reservada a administradores. Fale com um dos seguintes administradores:');
INSERT INTO international VALUES (37,'WebGUI','Dutch','Geen toegang!');
INSERT INTO international VALUES (37,'WebGUI','English','Permission Denied!');
INSERT INTO international VALUES (37,'WebGUI','Espa<EFBFBD>ol','Permiso Denegado!');
INSERT INTO international VALUES (37,'WebGUI','Portugu<EFBFBD>s','Permiss<EFBFBD>o negada!');
INSERT INTO international VALUES (38,'WebGUI','Portugu<EFBFBD>s','\"N<>o tem privil<69>gios para essa opera<72><61>o. ^a(Identifique-se na entrada); com uma conta que permita essa opera<72><61>o.\"');
INSERT INTO international VALUES (404,'WebGUI','English','First Page');
INSERT INTO international VALUES (38,'WebGUI','Espa<EFBFBD>ol','\"No tiene privilegios suficientes para realizar <20>sta operaci<63>n. Por favor ^a(ingrese con una cuenta); que posea los privilegios suficientes antes de intentar <20>sta operaci<63>n.\"');
INSERT INTO international VALUES (38,'WebGUI','Dutch','U heeft niet voldoende privileges om deze operatie te doen. ^a(Log in); als een gebruiker met voldoende privileges.');
INSERT INTO international VALUES (38,'WebGUI','English','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.');
INSERT INTO international VALUES (31,'WebGUI','Deutsch','Donnerstag');
INSERT INTO international VALUES (32,'UserSubmission','Deutsch','Grafik');
INSERT INTO international VALUES (33,'UserSubmission','Deutsch','Anhang');
INSERT INTO international VALUES (32,'WebGUI','Deutsch','Freitag');
INSERT INTO international VALUES (39,'WebGUI','Dutch','U heeft niet voldoende privileges om deze pagina op te vragen.');
INSERT INTO international VALUES (39,'WebGUI','English','You do not have sufficient privileges to access this page.');
INSERT INTO international VALUES (39,'WebGUI','Espa<EFBFBD>ol','No tiene suficientes privilegios para ingresar a <20>sta p<>gina.');
INSERT INTO international VALUES (39,'WebGUI','Portugu<EFBFBD>s','N<EFBFBD>o tem privil<69>gios para aceder a essa p<>gina.');
INSERT INTO international VALUES (33,'WebGUI','Deutsch','Samstag');
INSERT INTO international VALUES (40,'WebGUI','Dutch','Vitaal component');
INSERT INTO international VALUES (40,'WebGUI','English','Vital Component');
INSERT INTO international VALUES (40,'WebGUI','Espa<EFBFBD>ol','Componente Vital');
INSERT INTO international VALUES (40,'WebGUI','Portugu<EFBFBD>s','Componente vital');
INSERT INTO international VALUES (34,'UserSubmission','Deutsch','Carriage\r\nReturn beachten?');
INSERT INTO international VALUES (34,'WebGUI','Deutsch','Datum setzen');
INSERT INTO international VALUES (41,'WebGUI','Dutch','U probeert een vitaal component van het WebGUI systeem te verwijderen. Als u dit zou mogen dan zou WebGUI waarschijnlijk niet meer werken.');
INSERT INTO international VALUES (41,'WebGUI','English','You\'re attempting to remove a vital component of the WebGUI system. If you were allowed to continue WebGUI may cease to function.');
INSERT INTO international VALUES (41,'WebGUI','Espa<EFBFBD>ol','Esta intentando eliminar un componente vital del sistema WebGUI. Si contin<EFBFBD>a puede causar un mal funcionamiento de WebGUI.');
INSERT INTO international VALUES (41,'WebGUI','Portugu<EFBFBD>s','Est<EFBFBD> a tentar remover um componente vital do WebGUI. Se continuar pode haver um erro grave.');
INSERT INTO international VALUES (42,'WebGUI','Dutch','Alstublieft bevestigen');
INSERT INTO international VALUES (42,'WebGUI','English','Please Confirm');
INSERT INTO international VALUES (42,'WebGUI','Espa<EFBFBD>ol','Por favor confirme');
INSERT INTO international VALUES (42,'WebGUI','Portugu<EFBFBD>s','Confirma');
INSERT INTO international VALUES (43,'WebGUI','Dutch','Weet u zeker dat u deze inhoud wilt verwijderen?');
INSERT INTO international VALUES (43,'WebGUI','English','Are you certain that you wish to delete this content?');
INSERT INTO international VALUES (43,'WebGUI','Espa<EFBFBD>ol','Est<EFBFBD> seguro de querer eliminar <EFBFBD>ste contenido?');
INSERT INTO international VALUES (43,'WebGUI','Portugu<EFBFBD>s','Tem a certeza que quer apagar este conteudo?');
INSERT INTO international VALUES (35,'UserSubmission','Deutsch','Titel');
INSERT INTO international VALUES (35,'WebGUI','Deutsch','Administrative\r\nFunktion');
INSERT INTO international VALUES (44,'WebGUI','Dutch','\"Ja, ik weet het zeker.\"');
INSERT INTO international VALUES (44,'WebGUI','English','Yes, I\'m sure.');
INSERT INTO international VALUES (44,'WebGUI','Espa<EFBFBD>ol','Si');
INSERT INTO international VALUES (44,'WebGUI','Portugu<EFBFBD>s','\"Sim, tenho a certeza.\"');
INSERT INTO international VALUES (45,'WebGUI','Dutch','\"Nee, ik heb een foutje gemaakt.\"');
INSERT INTO international VALUES (45,'WebGUI','English','No, I made a mistake.');
INSERT INTO international VALUES (45,'WebGUI','Espa<EFBFBD>ol','No');
INSERT INTO international VALUES (45,'WebGUI','Portugu<EFBFBD>s','\"N<>o, enganei-me.\"');
INSERT INTO international VALUES (36,'UserSubmission','Deutsch','Datei\r\nl<6E>schen.');
INSERT INTO international VALUES (46,'WebGUI','Dutch','Mijn account');
INSERT INTO international VALUES (46,'WebGUI','English','My Account');
INSERT INTO international VALUES (46,'WebGUI','Espa<EFBFBD>ol','Mi Cuenta');
INSERT INTO international VALUES (46,'WebGUI','Portugu<EFBFBD>s','Minha Conta');
INSERT INTO international VALUES (47,'WebGUI','Dutch','Home');
INSERT INTO international VALUES (47,'WebGUI','English','Home');
INSERT INTO international VALUES (47,'WebGUI','Espa<EFBFBD>ol','Home');
INSERT INTO international VALUES (47,'WebGUI','Portugu<EFBFBD>s','Inicio');
INSERT INTO international VALUES (48,'WebGUI','Dutch','Hallo');
INSERT INTO international VALUES (48,'WebGUI','English','Hello');
INSERT INTO international VALUES (48,'WebGUI','Espa<EFBFBD>ol','Hola');
INSERT INTO international VALUES (48,'WebGUI','Portugu<EFBFBD>s','Ola');
INSERT INTO international VALUES (49,'WebGUI','Dutch','Klik <a href=\"^\\;?op=logout\">hier</a> om uit te loggen.');
INSERT INTO international VALUES (49,'WebGUI','English','Click <a href=\"^\\;?op=logout\">here</a> to log out.');
INSERT INTO international VALUES (49,'WebGUI','Espa<EFBFBD>ol','Click <a href=\"^\\;?op=logout\">aqu<71></a> para salir.');
INSERT INTO international VALUES (49,'WebGUI','Portugu<EFBFBD>s','Clique <a href=\"^\\;?op=logout\">aqui</a> para sair.');
INSERT INTO international VALUES (50,'WebGUI','Dutch','Gebruikersnaam');
INSERT INTO international VALUES (50,'WebGUI','English','Username');
INSERT INTO international VALUES (50,'WebGUI','Espa<EFBFBD>ol','Nombre usuario');
INSERT INTO international VALUES (50,'WebGUI','Portugu<EFBFBD>s','Username');
INSERT INTO international VALUES (51,'WebGUI','Dutch','Wachtwoord');
INSERT INTO international VALUES (51,'WebGUI','English','Password');
INSERT INTO international VALUES (51,'WebGUI','Espa<EFBFBD>ol','Password');
INSERT INTO international VALUES (51,'WebGUI','Portugu<EFBFBD>s','Password');
INSERT INTO international VALUES (52,'WebGUI','Dutch','Login');
INSERT INTO international VALUES (52,'WebGUI','English','login');
INSERT INTO international VALUES (52,'WebGUI','Espa<EFBFBD>ol','ingresar');
INSERT INTO international VALUES (52,'WebGUI','Portugu<EFBFBD>s','entrar');
INSERT INTO international VALUES (36,'WebGUI','Deutsch','Um diese Funktion\r\nausf<73>hren zu k<>nnen, m<>ssen Sie Administrator sein. Eine der folgenden\r\nPersonen kann Sie zum Administrator machen:');
INSERT INTO international VALUES (53,'WebGUI','Dutch','Maak pagina printbaar');
INSERT INTO international VALUES (53,'WebGUI','English','Make Page Printable');
INSERT INTO international VALUES (53,'WebGUI','Espa<EFBFBD>ol','Hacer p<>gina imprimible');
INSERT INTO international VALUES (53,'WebGUI','Portugu<EFBFBD>s','Vers<EFBFBD>o para impress<73>o');
INSERT INTO international VALUES (54,'WebGUI','Dutch','Cre<EFBFBD>er account');
INSERT INTO international VALUES (54,'WebGUI','English','Create Account');
INSERT INTO international VALUES (54,'WebGUI','Espa<EFBFBD>ol','Crear Cuenta');
INSERT INTO international VALUES (54,'WebGUI','Portugu<EFBFBD>s','Criar conta');
INSERT INTO international VALUES (55,'WebGUI','Dutch','Wachtwoord (bevestigen)');
INSERT INTO international VALUES (55,'WebGUI','English','Password (confirm)');
INSERT INTO international VALUES (55,'WebGUI','Espa<EFBFBD>ol','Password (confirmar)');
INSERT INTO international VALUES (55,'WebGUI','Portugu<EFBFBD>s','Password (confirmar)');
INSERT INTO international VALUES (37,'UserSubmission','Deutsch','L<EFBFBD>schen');
INSERT INTO international VALUES (56,'WebGUI','Dutch','Email adres');
INSERT INTO international VALUES (56,'WebGUI','English','Email Address');
INSERT INTO international VALUES (56,'WebGUI','Espa<EFBFBD>ol','Direcci<EFBFBD>n de e-mail');
INSERT INTO international VALUES (56,'WebGUI','Portugu<EFBFBD>s','Endere<EFBFBD>o de e-mail');
INSERT INTO international VALUES (37,'WebGUI','Deutsch','Zugriff\r\nverweigert!');
INSERT INTO international VALUES (57,'WebGUI','Dutch','Dit is alleen nodig als er functies gebruikt worden die Email nodig hebben.');
INSERT INTO international VALUES (57,'WebGUI','English','This is only necessary if you wish to use features that require Email.');
INSERT INTO international VALUES (57,'WebGUI','Espa<EFBFBD>ol','Solo es necesaria si desea usar opciones que requieren e-mail.');
INSERT INTO international VALUES (57,'WebGUI','Portugu<EFBFBD>s','Apenas <20> necess<73>rio se pretender utilizar as funcionalidade que envolvam e-mail.');
INSERT INTO international VALUES (58,'WebGUI','Dutch','Ik heb al een account.');
INSERT INTO international VALUES (58,'WebGUI','English','I already have an account.');
INSERT INTO international VALUES (58,'WebGUI','Espa<EFBFBD>ol','Ya tengo una cuenta!');
INSERT INTO international VALUES (58,'WebGUI','Portugu<EFBFBD>s','J<EFBFBD> tenho uma conta.');
INSERT INTO international VALUES (59,'WebGUI','Dutch','Ik ben mijn wachtwoord vergeten.');
INSERT INTO international VALUES (59,'WebGUI','English','I forgot my password.');
INSERT INTO international VALUES (59,'WebGUI','Espa<EFBFBD>ol','Perd<EFBFBD> mi password');
INSERT INTO international VALUES (59,'WebGUI','Portugu<EFBFBD>s','Esqueci a minha password.');
INSERT INTO international VALUES (38,'WebGUI','Deutsch','Sie sind nicht\r\nberechtigt, diese Aktion auszuf<75>hren. ^a(Melden Sie sich bitte mit einem\r\nBenutzernamen an);, der <20>ber ausreichende Rechte verf<72>gt.');
INSERT INTO international VALUES (60,'WebGUI','Dutch','Weet u zeker dat u uw account wilt deaktiveren? Als u doorgaat gaat alle account informatie voorgoed verloren.');
INSERT INTO international VALUES (60,'WebGUI','English','Are you certain you want to deactivate your account. If you proceed your account information will be lost permanently.');
INSERT INTO international VALUES (60,'WebGUI','Espa<EFBFBD>ol','Est<EFBFBD> seguro que quiere desactivar su cuenta. Si contin<69>a su informaci<63>n se perder<65> permanentemente.');
INSERT INTO international VALUES (60,'WebGUI','Portugu<EFBFBD>s','Tem a certeza que quer desactivar a sua conta. Se o fizer <20> permanente!');
INSERT INTO international VALUES (61,'WebGUI','Dutch','Account informatie bijwerken');
INSERT INTO international VALUES (61,'WebGUI','English','Update Account Information');
INSERT INTO international VALUES (61,'WebGUI','Espa<EFBFBD>ol','Actualizar informaci<63>n de la Cuenta');
INSERT INTO international VALUES (61,'WebGUI','Portugu<EFBFBD>s','Actualizar as informa<6D><61>es da conta');
INSERT INTO international VALUES (62,'WebGUI','Dutch','Bewaar');
INSERT INTO international VALUES (62,'WebGUI','English','save');
INSERT INTO international VALUES (62,'WebGUI','Espa<EFBFBD>ol','guardar');
INSERT INTO international VALUES (62,'WebGUI','Portugu<EFBFBD>s','gravar');
INSERT INTO international VALUES (63,'WebGUI','Dutch','Zet beheermode aan');
INSERT INTO international VALUES (63,'WebGUI','English','Turn admin on.');
INSERT INTO international VALUES (63,'WebGUI','Espa<EFBFBD>ol','Encender Admin');
INSERT INTO international VALUES (63,'WebGUI','Portugu<EFBFBD>s','Ligar modo administrativo.');
INSERT INTO international VALUES (64,'WebGUI','Dutch','Log uit.');
INSERT INTO international VALUES (64,'WebGUI','English','Log out.');
INSERT INTO international VALUES (64,'WebGUI','Espa<EFBFBD>ol','Salir');
INSERT INTO international VALUES (64,'WebGUI','Portugu<EFBFBD>s','Sair.');
INSERT INTO international VALUES (40,'WebGUI','Deutsch','Notwendiger\r\nBestandteil');
INSERT INTO international VALUES (39,'WebGUI','Deutsch','Sie sind nicht\r\nberechtigt, diese Seite anzuschauen.');
INSERT INTO international VALUES (65,'WebGUI','Dutch','Deaktiveer mijn account voorgoed.');
INSERT INTO international VALUES (65,'WebGUI','English','Please deactivate my account permanently.');
INSERT INTO international VALUES (65,'WebGUI','Espa<EFBFBD>ol','Por favor desactive mi cuenta permanentemente');
INSERT INTO international VALUES (65,'WebGUI','Portugu<EFBFBD>s','Desactivar a minha conta permanentemente.');
INSERT INTO international VALUES (66,'WebGUI','Dutch','Log in');
INSERT INTO international VALUES (66,'WebGUI','English','Log In');
INSERT INTO international VALUES (66,'WebGUI','Espa<EFBFBD>ol','Ingresar');
INSERT INTO international VALUES (66,'WebGUI','Portugu<EFBFBD>s','Entrar');
INSERT INTO international VALUES (67,'WebGUI','Dutch','Cre<EFBFBD>er een nieuw account');
INSERT INTO international VALUES (67,'WebGUI','English','Create a new account.');
INSERT INTO international VALUES (67,'WebGUI','Espa<EFBFBD>ol','Crear nueva Cuenta');
INSERT INTO international VALUES (67,'WebGUI','Portugu<EFBFBD>s','Criar nova conta.');
INSERT INTO international VALUES (68,'WebGUI','Dutch','De account informatie is niet geldig. Het account bestaat niet of de gebruikersnaam/wachtwoord was fout.');
INSERT INTO international VALUES (68,'WebGUI','English','The account information you supplied is invalid. Either the account does not exist or the username/password combination was incorrect.');
INSERT INTO international VALUES (68,'WebGUI','Espa<EFBFBD>ol','La informaci<63>n de su cuenta no es v<>lida. O la cuenta no existe');
INSERT INTO international VALUES (68,'WebGUI','Portugu<EFBFBD>s','As informa<6D><61>es da sua conta n<>o foram encontradas. N<>o existe ou a combina<6E><61>o username/password est<73> incorrecta.');
INSERT INTO international VALUES (69,'WebGUI','Dutch','Vraag uw systeembeheerder om assistentie.');
INSERT INTO international VALUES (69,'WebGUI','English','Please contact your system administrator for assistance.');
INSERT INTO international VALUES (69,'WebGUI','Espa<EFBFBD>ol','Por favor contacte a su administrador por asistencia.');
INSERT INTO international VALUES (69,'WebGUI','Portugu<EFBFBD>s','Contacte o seu administrador de sistemas para assist<73>ncia.');
INSERT INTO international VALUES (42,'WebGUI','Deutsch','Bitte best<73>tigen\r\nSie');
INSERT INTO international VALUES (41,'WebGUI','Deutsch','Sie versuchen\r\neinen notwendigen Bestandteil des Systems zu l<>schen. WebGUI wird nach\r\ndieser Aktion m<>glicherweise nicht mehr richtig funktionieren.');
INSERT INTO international VALUES (70,'WebGUI','Dutch','Fout');
INSERT INTO international VALUES (70,'WebGUI','English','Error');
INSERT INTO international VALUES (70,'WebGUI','Espa<EFBFBD>ol','Error');
INSERT INTO international VALUES (70,'WebGUI','Portugu<EFBFBD>s','Erro');
INSERT INTO international VALUES (71,'WebGUI','Dutch','Wachtwoord terugvinden');
INSERT INTO international VALUES (71,'WebGUI','English','Recover password');
INSERT INTO international VALUES (71,'WebGUI','Espa<EFBFBD>ol','Recuperar password');
INSERT INTO international VALUES (71,'WebGUI','Portugu<EFBFBD>s','Recuperar password');
INSERT INTO international VALUES (72,'WebGUI','Dutch','Terugvinden');
INSERT INTO international VALUES (72,'WebGUI','English','recover');
INSERT INTO international VALUES (72,'WebGUI','Espa<EFBFBD>ol','recuperar');
INSERT INTO international VALUES (72,'WebGUI','Portugu<EFBFBD>s','recoperar');
INSERT INTO international VALUES (73,'WebGUI','Dutch','Log in.');
INSERT INTO international VALUES (73,'WebGUI','English','Log in.');
INSERT INTO international VALUES (73,'WebGUI','Espa<EFBFBD>ol','Ingresar.');
INSERT INTO international VALUES (73,'WebGUI','Portugu<EFBFBD>s','Entrar.');
INSERT INTO international VALUES (43,'WebGUI','Deutsch','Sind Sie sicher,\r\ndass Sie diesen Inhalt l<>schen m<>chten?');
INSERT INTO international VALUES (74,'WebGUI','Dutch','Account informatie');
INSERT INTO international VALUES (74,'WebGUI','English','Account Information');
INSERT INTO international VALUES (74,'WebGUI','Espa<EFBFBD>ol','Informaci<EFBFBD>n de la Cuenta');
INSERT INTO international VALUES (74,'WebGUI','Portugu<EFBFBD>s','Informa<EFBFBD><EFBFBD>es da sua conta');
INSERT INTO international VALUES (44,'WebGUI','Deutsch','Ja, ich bin mir\r\nsicher.');
INSERT INTO international VALUES (75,'WebGUI','Dutch','Uw account informatie is naar uw email adres verzonden.');
INSERT INTO international VALUES (75,'WebGUI','English','Your account information has been sent to your email address.');
INSERT INTO international VALUES (75,'WebGUI','Espa<EFBFBD>ol','La informaci<63>n de su cuenta ha sido enviada a su e-mail-');
INSERT INTO international VALUES (75,'WebGUI','Portugu<EFBFBD>s','As informa<6D><61>es da sua conta foram envidas para o seu e-mail.');
INSERT INTO international VALUES (76,'WebGUI','Dutch','Dat email adresis niet in onze database aanwezig.');
INSERT INTO international VALUES (76,'WebGUI','English','That email address is not in our databases.');
INSERT INTO international VALUES (76,'WebGUI','Espa<EFBFBD>ol','El e-mail no est<73> en nuestra base de datos');
INSERT INTO international VALUES (76,'WebGUI','Portugu<EFBFBD>s','Esse endere<72>o de e-mail n<>o foi encontrado nas nossas bases de dados');
INSERT INTO international VALUES (45,'WebGUI','Deutsch','Nein, ich habe\r\neinen Fehler gemacht.');
INSERT INTO international VALUES (46,'WebGUI','Deutsch','Mein\r\nBenutzerkonto');
INSERT INTO international VALUES (77,'WebGUI','Dutch','Deze account naam wordt al gebruikt door een andere gebruiker van dit systeem. Probeer een andere naam. We hebben de volgende suggesties:');
INSERT INTO international VALUES (77,'WebGUI','English','That account name is already in use by another member of this site. Please try a different username. The following are some suggestions:');
INSERT INTO international VALUES (77,'WebGUI','Espa<EFBFBD>ol','El nombre de cuenta ya est<73> en uso por otro miembro. Por favor trate con otro nombre de usuario. Los siguiente son algunas sugerencias:');
INSERT INTO international VALUES (77,'WebGUI','Portugu<EFBFBD>s','\"Esse nome de conta j<> existe, tente outro. Veja as nossas sugest<73>es:\"');
INSERT INTO international VALUES (78,'WebGUI','Dutch','De wachtwoorden waren niet gelijk. Probeer opnieuw.');
INSERT INTO international VALUES (78,'WebGUI','English','Your passwords did not match. Please try again.');
INSERT INTO international VALUES (78,'WebGUI','Espa<EFBFBD>ol','Su password no concuerda. Trate de nuevo.');
INSERT INTO international VALUES (78,'WebGUI','Portugu<EFBFBD>s','\"As suas passwords n<>o coincidem, tente novamente.\"');
INSERT INTO international VALUES (47,'WebGUI','Deutsch','Startseite');
INSERT INTO international VALUES (48,'WebGUI','Deutsch','Hallo');
INSERT INTO international VALUES (79,'WebGUI','Dutch','Kan niet verbinden met LDAP server.');
INSERT INTO international VALUES (79,'WebGUI','English','Cannot connect to LDAP server.');
INSERT INTO international VALUES (79,'WebGUI','Espa<EFBFBD>ol','No se puede conectar con el servidor LDAP');
INSERT INTO international VALUES (79,'WebGUI','Portugu<EFBFBD>s','Impossivel ligar ao LDAP.');
INSERT INTO international VALUES (50,'WebGUI','Deutsch','Benutzername');
INSERT INTO international VALUES (80,'WebGUI','Dutch','Account is aangemaakt!');
INSERT INTO international VALUES (80,'WebGUI','English','Account created successfully!');
INSERT INTO international VALUES (80,'WebGUI','Espa<EFBFBD>ol','La cuenta se ha creado con <20>xito!');
INSERT INTO international VALUES (80,'WebGUI','Portugu<EFBFBD>s','Conta criada com sucesso!');
INSERT INTO international VALUES (81,'WebGUI','Dutch','Account is aangepast!');
INSERT INTO international VALUES (81,'WebGUI','English','Account updated successfully!');
INSERT INTO international VALUES (81,'WebGUI','Espa<EFBFBD>ol','La cuenta se actualiz<69> con <20>xito!');
INSERT INTO international VALUES (81,'WebGUI','Portugu<EFBFBD>s','Conta actualizada com sucesso!');
INSERT INTO international VALUES (82,'WebGUI','Dutch','Administratieve functies...');
INSERT INTO international VALUES (82,'WebGUI','English','Administrative functions...');
INSERT INTO international VALUES (82,'WebGUI','Espa<EFBFBD>ol','Funciones Administrativas...');
INSERT INTO international VALUES (82,'WebGUI','Portugu<EFBFBD>s','Fun<EFBFBD><EFBFBD>es administrativas...');
INSERT INTO international VALUES (83,'WebGUI','Dutch','Voeg groep toe');
INSERT INTO international VALUES (83,'WebGUI','English','Add Group');
INSERT INTO international VALUES (83,'WebGUI','Espa<EFBFBD>ol','Agregar Grupo');
INSERT INTO international VALUES (83,'WebGUI','Portugu<EFBFBD>s','Adicionar grupo');
INSERT INTO international VALUES (52,'WebGUI','Deutsch','Anmelden');
INSERT INTO international VALUES (49,'WebGUI','Deutsch','Hier k<>nnen Sie\r\nsich <a href=\"^;?op=logout\">abmelden</a>.');
INSERT INTO international VALUES (84,'WebGUI','Dutch','Groep naam');
INSERT INTO international VALUES (84,'WebGUI','English','Group Name');
INSERT INTO international VALUES (84,'WebGUI','Espa<EFBFBD>ol','Nombre del Grupo');
INSERT INTO international VALUES (84,'WebGUI','Portugu<EFBFBD>s','Nome do grupo');
INSERT INTO international VALUES (51,'WebGUI','Deutsch','Passwort');
INSERT INTO international VALUES (85,'WebGUI','Dutch','Beschrijving');
INSERT INTO international VALUES (85,'WebGUI','English','Description');
INSERT INTO international VALUES (85,'WebGUI','Espa<EFBFBD>ol','Descripci<EFBFBD>n');
INSERT INTO international VALUES (85,'WebGUI','Portugu<EFBFBD>s','Descri<EFBFBD><EFBFBD>o');
INSERT INTO international VALUES (53,'WebGUI','Deutsch','Druckerbares\r\nFormat');
INSERT INTO international VALUES (86,'WebGUI','Dutch','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.');
INSERT INTO international VALUES (86,'WebGUI','English','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.');
INSERT INTO international VALUES (86,'WebGUI','Espa<EFBFBD>ol','Est<EFBFBD> segugo de querer eliminar <20>ste grupo? Tenga en cuenta que la eliminaci<63>n es permanente y remover<65> todos los privilegios asociados con el grupo.');
INSERT INTO international VALUES (86,'WebGUI','Portugu<EFBFBD>s','Tem a certeza que quer apagar este grupo. Se o fizer apaga-o permanentemente e a todos os seus provil<69>gios.');
INSERT INTO international VALUES (54,'WebGUI','Deutsch','Benutzerkonto\r\nanlegen');
INSERT INTO international VALUES (87,'WebGUI','Dutch','Bewerk groep');
INSERT INTO international VALUES (87,'WebGUI','English','Edit Group');
INSERT INTO international VALUES (87,'WebGUI','Espa<EFBFBD>ol','Editar Grupo');
INSERT INTO international VALUES (87,'WebGUI','Portugu<EFBFBD>s','Modificar grupo');
INSERT INTO international VALUES (88,'WebGUI','Dutch','Grebruikers in groep');
INSERT INTO international VALUES (88,'WebGUI','English','Users In Group');
INSERT INTO international VALUES (88,'WebGUI','Espa<EFBFBD>ol','Usuarios en Grupo');
INSERT INTO international VALUES (88,'WebGUI','Portugu<EFBFBD>s','Utilizadores no grupo');
INSERT INTO international VALUES (55,'WebGUI','Deutsch','Passwort\r\n(best<73>tigen)');
INSERT INTO international VALUES (89,'WebGUI','Dutch','Groepen');
INSERT INTO international VALUES (89,'WebGUI','English','Groups');
INSERT INTO international VALUES (89,'WebGUI','Espa<EFBFBD>ol','Grupos');
INSERT INTO international VALUES (89,'WebGUI','Portugu<EFBFBD>s','Grupos');
INSERT INTO international VALUES (90,'WebGUI','Dutch','Voeg nieuwe groep toe.');
INSERT INTO international VALUES (90,'WebGUI','English','Add new group.');
INSERT INTO international VALUES (90,'WebGUI','Espa<EFBFBD>ol','Agregar nuevo grupo');
INSERT INTO international VALUES (90,'WebGUI','Portugu<EFBFBD>s','Adicionar novo grupo.');
INSERT INTO international VALUES (91,'WebGUI','Dutch','Vorige pagina');
INSERT INTO international VALUES (91,'WebGUI','English','Previous Page');
INSERT INTO international VALUES (91,'WebGUI','Espa<EFBFBD>ol','P<EFBFBD>gina previa');
INSERT INTO international VALUES (91,'WebGUI','Portugu<EFBFBD>s','P<EFBFBD>gina anterior');
INSERT INTO international VALUES (92,'WebGUI','Dutch','Volgende pagina');
INSERT INTO international VALUES (92,'WebGUI','English','Next Page');
INSERT INTO international VALUES (92,'WebGUI','Espa<EFBFBD>ol','Siguiente p<>gina');
INSERT INTO international VALUES (92,'WebGUI','Portugu<EFBFBD>s','Pr<EFBFBD>xima p<>gina');
INSERT INTO international VALUES (93,'WebGUI','Dutch','Help');
INSERT INTO international VALUES (93,'WebGUI','English','Help');
INSERT INTO international VALUES (93,'WebGUI','Espa<EFBFBD>ol','Ayuda');
INSERT INTO international VALUES (93,'WebGUI','Portugu<EFBFBD>s','Ajuda');
INSERT INTO international VALUES (94,'WebGUI','Dutch','Zie ook');
INSERT INTO international VALUES (94,'WebGUI','English','See also');
INSERT INTO international VALUES (94,'WebGUI','Espa<EFBFBD>ol','Vea tambi<62>n');
INSERT INTO international VALUES (94,'WebGUI','Portugu<EFBFBD>s','Ver temb<6D>m');
INSERT INTO international VALUES (57,'WebGUI','Deutsch','(Dies ist nur\r\nnotwendig, wenn Sie Eigenschaften benutzen m<>chten die eine Emailadresse\r\nvoraussetzen)');
INSERT INTO international VALUES (95,'WebGUI','Dutch','Help index');
INSERT INTO international VALUES (95,'WebGUI','English','Help Index');
INSERT INTO international VALUES (95,'WebGUI','Espa<EFBFBD>ol','<EFBFBD>ndice de Ayuda');
INSERT INTO international VALUES (95,'WebGUI','Portugu<EFBFBD>s','Indice da ajuda');
INSERT INTO international VALUES (56,'WebGUI','Deutsch','Email Adresse');
INSERT INTO international VALUES (96,'WebGUI','Dutch','Gesorteerd op acti');
INSERT INTO international VALUES (96,'WebGUI','English','Sorted By Action');
INSERT INTO international VALUES (96,'WebGUI','Espa<EFBFBD>ol','Ordenar por Acci<63>n');
INSERT INTO international VALUES (96,'WebGUI','Portugu<EFBFBD>s','Ordenar por ac<61><63>o');
INSERT INTO international VALUES (97,'WebGUI','Dutch','Gesorteerd op object');
INSERT INTO international VALUES (97,'WebGUI','English','Sorted by Object');
INSERT INTO international VALUES (97,'WebGUI','Espa<EFBFBD>ol','Ordenar por Objeto');
INSERT INTO international VALUES (97,'WebGUI','Portugu<EFBFBD>s','Ordenar por objecto');
INSERT INTO international VALUES (98,'WebGUI','Dutch','Pagina toevoegen');
INSERT INTO international VALUES (98,'WebGUI','English','Add Page');
INSERT INTO international VALUES (98,'WebGUI','Espa<EFBFBD>ol','Agregar P<>gina');
INSERT INTO international VALUES (98,'WebGUI','Portugu<EFBFBD>s','Adicionar p<>gina');
INSERT INTO international VALUES (58,'WebGUI','Deutsch','Ich besitze\r\nbereits ein Benutzerkonto.');
INSERT INTO international VALUES (99,'WebGUI','Dutch','Titel');
INSERT INTO international VALUES (99,'WebGUI','English','Title');
INSERT INTO international VALUES (99,'WebGUI','Espa<EFBFBD>ol','T<EFBFBD>tulo');
INSERT INTO international VALUES (99,'WebGUI','Portugu<EFBFBD>s','Titulo');
INSERT INTO international VALUES (100,'WebGUI','Dutch','Meta tags');
INSERT INTO international VALUES (100,'WebGUI','English','Meta Tags');
INSERT INTO international VALUES (100,'WebGUI','Espa<EFBFBD>ol','Meta Tags');
INSERT INTO international VALUES (100,'WebGUI','Portugu<EFBFBD>s','Meta Tags');
INSERT INTO international VALUES (59,'WebGUI','Deutsch','Ich habe mein\r\nPasswort vergessen');
INSERT INTO international VALUES (101,'WebGUI','Dutch','Weet u zeker dat u deze pagina wilt verwijderen en alle inhoud en objecten erachter?');
INSERT INTO international VALUES (101,'WebGUI','English','Are you certain that you wish to delete this page, its content, and all items under it?');
INSERT INTO international VALUES (101,'WebGUI','Espa<EFBFBD>ol','Est<EFBFBD> seguro de querer eliminar <20>sta p<>gina');
INSERT INTO international VALUES (101,'WebGUI','Portugu<EFBFBD>s','\"Tem a certeza que quer apagar esta p<>gina, o seu conteudo e tudo que est<73> abaixo?\"');
INSERT INTO international VALUES (102,'WebGUI','Dutch','Bewerk pagina');
INSERT INTO international VALUES (102,'WebGUI','English','Edit Page');
INSERT INTO international VALUES (102,'WebGUI','Espa<EFBFBD>ol','Editar P<>gina');
INSERT INTO international VALUES (102,'WebGUI','Portugu<EFBFBD>s','Modificar a p<>gina');
INSERT INTO international VALUES (103,'WebGUI','Dutch','Pagina specifiek');
INSERT INTO international VALUES (103,'WebGUI','English','Page Specifics');
INSERT INTO international VALUES (103,'WebGUI','Espa<EFBFBD>ol','Propio de la p<>gina');
INSERT INTO international VALUES (103,'WebGUI','Portugu<EFBFBD>s','Especifica<EFBFBD><EFBFBD>es da p<>gina');
INSERT INTO international VALUES (104,'WebGUI','Dutch','Pagina URL');
INSERT INTO international VALUES (104,'WebGUI','English','Page URL');
INSERT INTO international VALUES (104,'WebGUI','Espa<EFBFBD>ol','URL de la p<>gina');
INSERT INTO international VALUES (104,'WebGUI','Portugu<EFBFBD>s','URL da p<>gina');
INSERT INTO international VALUES (105,'WebGUI','Dutch','Stijl');
INSERT INTO international VALUES (105,'WebGUI','English','Style');
INSERT INTO international VALUES (105,'WebGUI','Espa<EFBFBD>ol','Estilo');
INSERT INTO international VALUES (105,'WebGUI','Portugu<EFBFBD>s','Estilo');
INSERT INTO international VALUES (60,'WebGUI','Deutsch','Sind Sie sicher,\r\ndass Sie dieses Benutzerkonto deaktivieren m<>chten? Wenn Sie fortfahren\r\nsind Ihre Konteninformationen endg<64>ltig verloren.');
INSERT INTO international VALUES (106,'WebGUI','Dutch','Aanvinken om deze stijl in alle pagina\'s te gebruiiken.');
INSERT INTO international VALUES (106,'WebGUI','English','Check to give this style to all sub-pages.');
INSERT INTO international VALUES (106,'WebGUI','Espa<EFBFBD>ol','Marque para dar <EFBFBD>ste estilo a todas las sub-p<EFBFBD>ginas.');
INSERT INTO international VALUES (106,'WebGUI','Portugu<EFBFBD>s','Escolha para atribuir este estilo a todas as sub-p<EFBFBD>ginas');
INSERT INTO international VALUES (107,'WebGUI','Dutch','Privileges');
INSERT INTO international VALUES (107,'WebGUI','English','Privileges');
INSERT INTO international VALUES (107,'WebGUI','Espa<EFBFBD>ol','Privilegios');
INSERT INTO international VALUES (107,'WebGUI','Portugu<EFBFBD>s','Privil<EFBFBD>gios');
INSERT INTO international VALUES (108,'WebGUI','Dutch','Eigenaar');
INSERT INTO international VALUES (108,'WebGUI','English','Owner');
INSERT INTO international VALUES (108,'WebGUI','Espa<EFBFBD>ol','Due<EFBFBD>o');
INSERT INTO international VALUES (108,'WebGUI','Portugu<EFBFBD>s','Dono');
INSERT INTO international VALUES (61,'WebGUI','Deutsch','Benutzerkontendetails aktualisieren');
INSERT INTO international VALUES (109,'WebGUI','Dutch','Eigenaar kan bekijken?');
INSERT INTO international VALUES (109,'WebGUI','English','Owner can view?');
INSERT INTO international VALUES (109,'WebGUI','Espa<EFBFBD>ol','Due<EFBFBD>o puede ver?');
INSERT INTO international VALUES (109,'WebGUI','Portugu<EFBFBD>s','O dono pode ver?');
INSERT INTO international VALUES (110,'WebGUI','Dutch','Gebruiker kan bewerken?');
INSERT INTO international VALUES (110,'WebGUI','English','Owner can edit?');
INSERT INTO international VALUES (110,'WebGUI','Espa<EFBFBD>ol','Due<EFBFBD>o puede editar?');
INSERT INTO international VALUES (110,'WebGUI','Portugu<EFBFBD>s','O dono pode modificar?');
INSERT INTO international VALUES (64,'WebGUI','Deutsch','Abmelden');
INSERT INTO international VALUES (111,'WebGUI','Dutch','Groep');
INSERT INTO international VALUES (111,'WebGUI','English','Group');
INSERT INTO international VALUES (111,'WebGUI','Espa<EFBFBD>ol','Grupo');
INSERT INTO international VALUES (111,'WebGUI','Portugu<EFBFBD>s','Grupo');
INSERT INTO international VALUES (112,'WebGUI','Dutch','Groep kan bekijken?');
INSERT INTO international VALUES (112,'WebGUI','English','Group can view?');
INSERT INTO international VALUES (112,'WebGUI','Espa<EFBFBD>ol','Grupo puede ver?');
INSERT INTO international VALUES (112,'WebGUI','Portugu<EFBFBD>s','O grupo pode ver?');
INSERT INTO international VALUES (113,'WebGUI','Dutch','Groep kan bewerken?');
INSERT INTO international VALUES (113,'WebGUI','English','Group can edit?');
INSERT INTO international VALUES (113,'WebGUI','Espa<EFBFBD>ol','Grupo puede editar?');
INSERT INTO international VALUES (113,'WebGUI','Portugu<EFBFBD>s','O grupo pode modificar?');
INSERT INTO international VALUES (63,'WebGUI','Deutsch','Administrationsmodus einschalten');
INSERT INTO international VALUES (114,'WebGUI','Dutch','Iedereen kan bekijken?');
INSERT INTO international VALUES (114,'WebGUI','English','Anybody can view?');
INSERT INTO international VALUES (114,'WebGUI','Espa<EFBFBD>ol','Cualquiera puede ver?');
INSERT INTO international VALUES (114,'WebGUI','Portugu<EFBFBD>s','Qualquer pessoa pode ver?');
INSERT INTO international VALUES (115,'WebGUI','Dutch','Iedereen kan bewerken?');
INSERT INTO international VALUES (115,'WebGUI','English','Anybody can edit?');
INSERT INTO international VALUES (115,'WebGUI','Espa<EFBFBD>ol','Cualquiera puede editar?');
INSERT INTO international VALUES (115,'WebGUI','Portugu<EFBFBD>s','Qualquer pessoa pode modificar?');
INSERT INTO international VALUES (62,'WebGUI','Deutsch','sichern');
INSERT INTO international VALUES (116,'WebGUI','Dutch','Aanvinken om deze privileges aan alle sub pagina\'s te geven.');
INSERT INTO international VALUES (116,'WebGUI','English','Check to give these privileges to all sub-pages.');
INSERT INTO international VALUES (116,'WebGUI','Espa<EFBFBD>ol','Marque para dar <20>stos privilegios a todas las sub-p<>ginas.');
INSERT INTO international VALUES (116,'WebGUI','Portugu<EFBFBD>s','Escolher para atribuir estes privil<69>gios a todas as sub-p<>ginas.');
INSERT INTO international VALUES (117,'WebGUI','Dutch','Bewerk toegangs controle instellingen');
INSERT INTO international VALUES (117,'WebGUI','English','Edit Authentication Settings');
INSERT INTO international VALUES (117,'WebGUI','Espa<EFBFBD>ol','Editar Opciones de Auntentificaci<63>n');
INSERT INTO international VALUES (117,'WebGUI','Portugu<EFBFBD>s','Modificar prefer<65>ncias de autentica<63><61>o');
INSERT INTO international VALUES (65,'WebGUI','Deutsch','Benutzerkonto\r\nendg<64>ltig deaktivieren');
INSERT INTO international VALUES (118,'WebGUI','Dutch','Anonieme registratie');
INSERT INTO international VALUES (118,'WebGUI','English','Anonymous Registration');
INSERT INTO international VALUES (118,'WebGUI','Espa<EFBFBD>ol','Registraci<EFBFBD>n An<41>nima');
INSERT INTO international VALUES (118,'WebGUI','Portugu<EFBFBD>s','Registo an<61>nimo');
INSERT INTO international VALUES (119,'WebGUI','Dutch','Toegangs controle methode (standaard)');
INSERT INTO international VALUES (119,'WebGUI','English','Authentication Method (default)');
INSERT INTO international VALUES (119,'WebGUI','Espa<EFBFBD>ol','M<EFBFBD>todo de Autentificaci<63>n (por defecto)');
INSERT INTO international VALUES (119,'WebGUI','Portugu<EFBFBD>s','M<EFBFBD>todo de autentica<63><61>o (defeito)');
INSERT INTO international VALUES (120,'WebGUI','Dutch','LDAP URL (standaard)');
INSERT INTO international VALUES (120,'WebGUI','English','LDAP URL (default)');
INSERT INTO international VALUES (120,'WebGUI','Espa<EFBFBD>ol','URL LDAP (por defecto)');
INSERT INTO international VALUES (120,'WebGUI','Portugu<EFBFBD>s','URL LDAP (defeito)');
INSERT INTO international VALUES (121,'WebGUI','Dutch','LDAP identiteit (standaard)');
INSERT INTO international VALUES (121,'WebGUI','English','LDAP Identity (default)');
INSERT INTO international VALUES (121,'WebGUI','Espa<EFBFBD>ol','Identidad LDAP (por defecto)');
INSERT INTO international VALUES (121,'WebGUI','Portugu<EFBFBD>s','Identidade LDAP (defeito)');
INSERT INTO international VALUES (122,'WebGUI','Dutch','LDAP identiteit naam');
INSERT INTO international VALUES (122,'WebGUI','English','LDAP Identity Name');
INSERT INTO international VALUES (122,'WebGUI','Espa<EFBFBD>ol','Nombre Identidad LDAP');
INSERT INTO international VALUES (122,'WebGUI','Portugu<EFBFBD>s','Nome da entidade LDAP');
INSERT INTO international VALUES (123,'WebGUI','Dutch','LDAP wachtwoord naam');
INSERT INTO international VALUES (123,'WebGUI','English','LDAP Password Name');
INSERT INTO international VALUES (123,'WebGUI','Espa<EFBFBD>ol','Password LDAP');
INSERT INTO international VALUES (123,'WebGUI','Portugu<EFBFBD>s','Nome da password LDAP');
INSERT INTO international VALUES (124,'WebGUI','Dutch','Bewerk bedrijfsinformatie');
INSERT INTO international VALUES (124,'WebGUI','English','Edit Company Information');
INSERT INTO international VALUES (124,'WebGUI','Espa<EFBFBD>ol','Editar Informaci<63>n de la Compan<61>a');
INSERT INTO international VALUES (124,'WebGUI','Portugu<EFBFBD>s','Modificar informa<6D><61>o da empresa');
INSERT INTO international VALUES (125,'WebGUI','Dutch','Bedrijfsnaam');
INSERT INTO international VALUES (125,'WebGUI','English','Company Name');
INSERT INTO international VALUES (125,'WebGUI','Espa<EFBFBD>ol','Nombre de la Compan<61>a');
INSERT INTO international VALUES (125,'WebGUI','Portugu<EFBFBD>s','Nome da empresa');
INSERT INTO international VALUES (126,'WebGUI','Dutch','Email adres bedrijf');
INSERT INTO international VALUES (126,'WebGUI','English','Company Email Address');
INSERT INTO international VALUES (126,'WebGUI','Espa<EFBFBD>ol','E-mail de la Compan<61>a');
INSERT INTO international VALUES (126,'WebGUI','Portugu<EFBFBD>s','Moarada da empresa');
INSERT INTO international VALUES (68,'WebGUI','Deutsch','Die\r\nBenutzerkontoinformationen die Sie eingegeben haben, sind ung<6E>ltig.\r\nEntweder existiert das Konto nicht, oder die Kombination aus Benutzername\r\nund Passwort ist falsch.');
INSERT INTO international VALUES (127,'WebGUI','Dutch','URL bedrijf');
INSERT INTO international VALUES (127,'WebGUI','English','Company URL');
INSERT INTO international VALUES (127,'WebGUI','Espa<EFBFBD>ol','URL de la Compan<61>a');
INSERT INTO international VALUES (127,'WebGUI','Portugu<EFBFBD>s','URL da empresa');
INSERT INTO international VALUES (128,'WebGUI','Dutch','Bewerk bestandsinstellingen');
INSERT INTO international VALUES (128,'WebGUI','English','Edit File Settings');
INSERT INTO international VALUES (128,'WebGUI','Espa<EFBFBD>ol','Editar Opciones de Archivos');
INSERT INTO international VALUES (128,'WebGUI','Portugu<EFBFBD>s','Modificar prefer<65>ncias de ficheiros');
INSERT INTO international VALUES (67,'WebGUI','Deutsch','Neues\r\nBenutzerkonto einrichten');
INSERT INTO international VALUES (129,'WebGUI','Dutch','Pad naar WebGUI extra\'s');
INSERT INTO international VALUES (129,'WebGUI','English','Path to WebGUI Extras');
INSERT INTO international VALUES (129,'WebGUI','Espa<EFBFBD>ol','Camino a Extras de WebGUI');
INSERT INTO international VALUES (129,'WebGUI','Portugu<EFBFBD>s','Caminho para os extras do WebGUI');
INSERT INTO international VALUES (66,'WebGUI','Deutsch','Anmelden');
INSERT INTO international VALUES (130,'WebGUI','Dutch','Maximum grootte bijlagen');
INSERT INTO international VALUES (130,'WebGUI','English','Maximum Attachment Size');
INSERT INTO international VALUES (130,'WebGUI','Espa<EFBFBD>ol','Tama<EFBFBD>o m<EFBFBD>ximo de adjuntos');
INSERT INTO international VALUES (130,'WebGUI','Portugu<EFBFBD>s','Tamanho m<EFBFBD>ximo dos anexos');
INSERT INTO international VALUES (131,'WebGUI','Dutch','Web bijlage pad');
INSERT INTO international VALUES (131,'WebGUI','English','Web Attachment Path');
INSERT INTO international VALUES (131,'WebGUI','Espa<EFBFBD>ol','Camino Web de los archivos adjuntos');
INSERT INTO international VALUES (131,'WebGUI','Portugu<EFBFBD>s','caminho de anexos via web');
INSERT INTO international VALUES (132,'WebGUI','Dutch','Server bijlage pad');
INSERT INTO international VALUES (132,'WebGUI','English','Server Attachment Path');
INSERT INTO international VALUES (132,'WebGUI','Espa<EFBFBD>ol','Camino en server de los archivos adjuntos');
INSERT INTO international VALUES (132,'WebGUI','Portugu<EFBFBD>s','Caminho de anexos no servidor');
INSERT INTO international VALUES (69,'WebGUI','Deutsch','Bitten Sie Ihren\r\nSystemadministrator um Hilfe.');
INSERT INTO international VALUES (133,'WebGUI','Dutch','Bewerk email instellingen');
INSERT INTO international VALUES (133,'WebGUI','English','Edit Mail Settings');
INSERT INTO international VALUES (133,'WebGUI','Espa<EFBFBD>ol','Editar configuraci<EFBFBD>n de e-mail');
INSERT INTO international VALUES (133,'WebGUI','Portugu<EFBFBD>s','Modificar prefer<EFBFBD>ncias de e-mail');
INSERT INTO international VALUES (70,'WebGUI','Deutsch','Fehler');
INSERT INTO international VALUES (134,'WebGUI','Dutch','Bericht om wachtwoord terug te vinden');
INSERT INTO international VALUES (134,'WebGUI','English','Recover Password Message');
INSERT INTO international VALUES (134,'WebGUI','Espa<EFBFBD>ol','Mensage de Recuperar Password');
INSERT INTO international VALUES (134,'WebGUI','Portugu<EFBFBD>s','Mensagem de recupera<EFBFBD><EFBFBD>o de password');
INSERT INTO international VALUES (135,'WebGUI','Dutch','SMTP server');
INSERT INTO international VALUES (135,'WebGUI','English','SMTP Server');
INSERT INTO international VALUES (135,'WebGUI','Espa<EFBFBD>ol','Servidor SMTP');
INSERT INTO international VALUES (135,'WebGUI','Portugu<EFBFBD>s','Servidor SMTP');
INSERT INTO international VALUES (71,'WebGUI','Deutsch','Passwort\r\nwiederherstellen');
INSERT INTO international VALUES (136,'WebGUI','Dutch','Home pagina');
INSERT INTO international VALUES (136,'WebGUI','English','Home Page');
INSERT INTO international VALUES (136,'WebGUI','Espa<EFBFBD>ol','P<EFBFBD>gina de Inicio');
INSERT INTO international VALUES (136,'WebGUI','Portugu<EFBFBD>s','P<EFBFBD>gina inicial');
INSERT INTO international VALUES (72,'WebGUI','Deutsch','wiederherstellen');
INSERT INTO international VALUES (137,'WebGUI','Dutch','Pagina niet gevonden\' pagina');
INSERT INTO international VALUES (137,'WebGUI','English','Page Not Found Page');
INSERT INTO international VALUES (137,'WebGUI','Espa<EFBFBD>ol','P<EFBFBD>gina: P<>gina No Encontrada');
INSERT INTO international VALUES (137,'WebGUI','Portugu<EFBFBD>s','P<EFBFBD>gina de p<>gina n<>o encontrada');
INSERT INTO international VALUES (138,'WebGUI','Dutch','Ja');
INSERT INTO international VALUES (138,'WebGUI','English','Yes');
INSERT INTO international VALUES (138,'WebGUI','Espa<EFBFBD>ol','Si');
INSERT INTO international VALUES (138,'WebGUI','Portugu<EFBFBD>s','Sim');
INSERT INTO international VALUES (139,'WebGUI','Dutch','Nee');
INSERT INTO international VALUES (139,'WebGUI','English','No');
INSERT INTO international VALUES (139,'WebGUI','Espa<EFBFBD>ol','No');
INSERT INTO international VALUES (139,'WebGUI','Portugu<EFBFBD>s','N<EFBFBD>o');
INSERT INTO international VALUES (75,'WebGUI','Deutsch','Ihre\r\nBenutzerkonteninformation wurde an Ihre Emailadresse geschickt');
INSERT INTO international VALUES (140,'WebGUI','Dutch','Bewerk allerlei instellingen');
INSERT INTO international VALUES (140,'WebGUI','English','Edit Miscellaneous Settings');
INSERT INTO international VALUES (140,'WebGUI','Espa<EFBFBD>ol','Editar configuraciones miscel<65>neas');
INSERT INTO international VALUES (140,'WebGUI','Portugu<EFBFBD>s','Modificar prefer<65>ncias mistas');
INSERT INTO international VALUES (141,'WebGUI','Dutch','Niet gevonden pagina');
INSERT INTO international VALUES (141,'WebGUI','English','Not Found Page');
INSERT INTO international VALUES (141,'WebGUI','Espa<EFBFBD>ol','P<EFBFBD>gina no encontrada');
INSERT INTO international VALUES (141,'WebGUI','Portugu<EFBFBD>s','P<EFBFBD>gina n<>o encontrada');
INSERT INTO international VALUES (74,'WebGUI','Deutsch','Benutzerkonteninformation');
INSERT INTO international VALUES (142,'WebGUI','Dutch','Sessie time out');
INSERT INTO international VALUES (142,'WebGUI','English','Session Timeout');
INSERT INTO international VALUES (142,'WebGUI','Espa<EFBFBD>ol','Timeout de sesi<73>n');
INSERT INTO international VALUES (142,'WebGUI','Portugu<EFBFBD>s','Timeout de sess<73>o');
INSERT INTO international VALUES (73,'WebGUI','Deutsch','Anmelden');
INSERT INTO international VALUES (143,'WebGUI','Dutch','Beheer instellingen.');
INSERT INTO international VALUES (143,'WebGUI','English','Manage Settings');
INSERT INTO international VALUES (143,'WebGUI','Espa<EFBFBD>ol','Configurar Opciones');
INSERT INTO international VALUES (143,'WebGUI','Portugu<EFBFBD>s','Organizar prefer<65>ncias');
INSERT INTO international VALUES (144,'WebGUI','Dutch','Bekijk statistieken');
INSERT INTO international VALUES (144,'WebGUI','English','View statistics.');
INSERT INTO international VALUES (144,'WebGUI','Espa<EFBFBD>ol','Ver estad<61>sticas');
INSERT INTO international VALUES (144,'WebGUI','Portugu<EFBFBD>s','Ver estatisticas.');
INSERT INTO international VALUES (145,'WebGUI','Dutch','WebGUI versie');
INSERT INTO international VALUES (145,'WebGUI','English','WebGUI Build Version');
INSERT INTO international VALUES (145,'WebGUI','Espa<EFBFBD>ol','Versi<EFBFBD>n de WebGUI');
INSERT INTO international VALUES (145,'WebGUI','Portugu<EFBFBD>s','WebGUI vers<72>o');
INSERT INTO international VALUES (76,'WebGUI','Deutsch','Ihre Emailadresse\r\nist nicht in unserer Datenbank.');
INSERT INTO international VALUES (146,'WebGUI','Dutch','Aktieve sessies');
INSERT INTO international VALUES (146,'WebGUI','English','Active Sessions');
INSERT INTO international VALUES (146,'WebGUI','Espa<EFBFBD>ol','Sesiones activas');
INSERT INTO international VALUES (146,'WebGUI','Portugu<EFBFBD>s','Sess<EFBFBD>es activas');
INSERT INTO international VALUES (147,'WebGUI','Dutch','Pagina\'s');
INSERT INTO international VALUES (147,'WebGUI','English','Pages');
INSERT INTO international VALUES (147,'WebGUI','Espa<EFBFBD>ol','P<EFBFBD>ginas');
INSERT INTO international VALUES (147,'WebGUI','Portugu<EFBFBD>s','P<EFBFBD>ginas');
INSERT INTO international VALUES (148,'WebGUI','Dutch','Widgets');
INSERT INTO international VALUES (148,'WebGUI','English','Widgets');
INSERT INTO international VALUES (148,'WebGUI','Espa<EFBFBD>ol','Widgets');
INSERT INTO international VALUES (148,'WebGUI','Portugu<EFBFBD>s','Widgets');
INSERT INTO international VALUES (149,'WebGUI','Dutch','Gebruikers');
INSERT INTO international VALUES (149,'WebGUI','English','Users');
INSERT INTO international VALUES (149,'WebGUI','Espa<EFBFBD>ol','Usuarios');
INSERT INTO international VALUES (149,'WebGUI','Portugu<EFBFBD>s','Utilizadores');
INSERT INTO international VALUES (150,'WebGUI','Dutch','Stijl toevoegen');
INSERT INTO international VALUES (150,'WebGUI','English','Add Style');
INSERT INTO international VALUES (150,'WebGUI','Espa<EFBFBD>ol','Agregar Estilo');
INSERT INTO international VALUES (150,'WebGUI','Portugu<EFBFBD>s','Adicionar estilo');
INSERT INTO international VALUES (151,'WebGUI','Dutch','Stijl naam');
INSERT INTO international VALUES (151,'WebGUI','English','Style Name');
INSERT INTO international VALUES (151,'WebGUI','Espa<EFBFBD>ol','Nombre del Estilo');
INSERT INTO international VALUES (151,'WebGUI','Portugu<EFBFBD>s','Nome do estilo');
INSERT INTO international VALUES (152,'WebGUI','Dutch','Koptekst');
INSERT INTO international VALUES (152,'WebGUI','English','Header');
INSERT INTO international VALUES (152,'WebGUI','Espa<EFBFBD>ol','Encabezado');
INSERT INTO international VALUES (152,'WebGUI','Portugu<EFBFBD>s','Cabe<EFBFBD>alho');
INSERT INTO international VALUES (153,'WebGUI','Dutch','Voettekst');
INSERT INTO international VALUES (153,'WebGUI','English','Footer');
INSERT INTO international VALUES (153,'WebGUI','Espa<EFBFBD>ol','Pie');
INSERT INTO international VALUES (153,'WebGUI','Portugu<EFBFBD>s','Rodap<EFBFBD>');
INSERT INTO international VALUES (154,'WebGUI','Dutch','Style sheet');
INSERT INTO international VALUES (154,'WebGUI','English','Style Sheet');
INSERT INTO international VALUES (154,'WebGUI','Espa<EFBFBD>ol','Hoja de Estilo');
INSERT INTO international VALUES (154,'WebGUI','Portugu<EFBFBD>s','Estilo de p<EFBFBD>gina');
INSERT INTO international VALUES (77,'WebGUI','Deutsch','Ein anderes\r\nMitglied dieser Seiten benutzt bereits diesen Namen. Bitte w<EFBFBD>hlen Sie einen\r\nanderen Benutzernamen. Hier sind einige Vorschl<EFBFBD>ge:');
INSERT INTO international VALUES (79,'WebGUI','Deutsch','Verbindung zum\r\nLDAP-Server konnte nicht hergestellt werden.');
INSERT INTO international VALUES (155,'WebGUI','Dutch','Weet u zeker dat u deze stijl wilt verwijderen en migreer alle pagina\'s met de <20>fail safe<66> stijl?');
INSERT INTO international VALUES (155,'WebGUI','English','Are you certain you wish to delete this style and migrate all pages using this style to the \"Fail Safe\" style?');
INSERT INTO international VALUES (155,'WebGUI','Espa<EFBFBD>ol','\"Est<73> seguro de querer eliminar <20>ste estilo y migrar todas la p<>ginas que lo usen al estilo \"\"Fail Safe\"\"?\"');
INSERT INTO international VALUES (155,'WebGUI','Portugu<EFBFBD>s','\"Tem a certeza que quer apagar este estilo e migrar todas as p<>ginas para o estilo \"\"Fail Safe\"\"?\"');
INSERT INTO international VALUES (156,'WebGUI','Dutch','Bewerk stijl');
INSERT INTO international VALUES (156,'WebGUI','English','Edit Style');
INSERT INTO international VALUES (156,'WebGUI','Espa<EFBFBD>ol','Editar Estilo');
INSERT INTO international VALUES (156,'WebGUI','Portugu<EFBFBD>s','Modificar estilo');
INSERT INTO international VALUES (157,'WebGUI','Dutch','Stijlen');
INSERT INTO international VALUES (157,'WebGUI','English','Styles');
INSERT INTO international VALUES (157,'WebGUI','Espa<EFBFBD>ol','Estilos');
INSERT INTO international VALUES (157,'WebGUI','Portugu<EFBFBD>s','Estilos');
INSERT INTO international VALUES (158,'WebGUI','Dutch','Een nieuwe stijl toevoegen.');
INSERT INTO international VALUES (158,'WebGUI','English','Add a new style.');
INSERT INTO international VALUES (158,'WebGUI','Espa<EFBFBD>ol','Agregar nuevo Estilo');
INSERT INTO international VALUES (158,'WebGUI','Portugu<EFBFBD>s','Adicionar novo estilo.');
INSERT INTO international VALUES (159,'WebGUI','Dutch','Berichten log');
INSERT INTO international VALUES (159,'WebGUI','English','Message Log');
INSERT INTO international VALUES (159,'WebGUI','Espa<EFBFBD>ol','Contribuciones Pendientes');
INSERT INTO international VALUES (159,'WebGUI','Portugu<EFBFBD>s','Log das mensagens');
INSERT INTO international VALUES (160,'WebGUI','Dutch','Invoer datum');
INSERT INTO international VALUES (160,'WebGUI','English','Date Submitted');
INSERT INTO international VALUES (160,'WebGUI','Espa<EFBFBD>ol','Fecha Contribuci<63>n');
INSERT INTO international VALUES (160,'WebGUI','Portugu<EFBFBD>s','Data de submiss<73>o');
INSERT INTO international VALUES (78,'WebGUI','Deutsch','Die Passworte\r\nunterscheiden sich. Bitte versuchen Sie es noch einmal.');
INSERT INTO international VALUES (161,'WebGUI','Dutch','Ingevoerd door');
INSERT INTO international VALUES (161,'WebGUI','English','Submitted By');
INSERT INTO international VALUES (161,'WebGUI','Espa<EFBFBD>ol','Contribuido por');
INSERT INTO international VALUES (161,'WebGUI','Portugu<EFBFBD>s','Submetido por');
INSERT INTO international VALUES (162,'WebGUI','Dutch','Weet u zeker dat u alle pagina\'s en widgets uit de prullenbak wilt verwijderen?');
INSERT INTO international VALUES (162,'WebGUI','English','Are you certain that you wish to purge all the pages and widgets in the trash?');
INSERT INTO international VALUES (162,'WebGUI','Espa<EFBFBD>ol','Est<EFBFBD> seguro de querer eliminar todos los elementos de la papelera?');
INSERT INTO international VALUES (162,'WebGUI','Portugu<EFBFBD>s','Tem a certeza que quer limpar todas as p<EFBFBD>ginas e widgets para o caixote do lixo?');
INSERT INTO international VALUES (80,'WebGUI','Deutsch','Benutzerkonto\r\nwurde angelegt');
INSERT INTO international VALUES (163,'WebGUI','Dutch','Gebruiker toevoegen');
INSERT INTO international VALUES (163,'WebGUI','English','Add User');
INSERT INTO international VALUES (163,'WebGUI','Espa<EFBFBD>ol','Agregar usuario');
INSERT INTO international VALUES (163,'WebGUI','Portugu<EFBFBD>s','Adicionar utilizador');
INSERT INTO international VALUES (164,'WebGUI','Dutch','Toegangs controle methode');
INSERT INTO international VALUES (164,'WebGUI','English','Authentication Method');
INSERT INTO international VALUES (164,'WebGUI','Espa<EFBFBD>ol','M<EFBFBD>todo de Auntentificaci<EFBFBD>n');
INSERT INTO international VALUES (164,'WebGUI','Portugu<EFBFBD>s','Metodo de autentica<EFBFBD><EFBFBD>o');
INSERT INTO international VALUES (165,'WebGUI','Dutch','LDAP URL');
INSERT INTO international VALUES (165,'WebGUI','English','LDAP URL');
INSERT INTO international VALUES (165,'WebGUI','Espa<EFBFBD>ol','LDAP URL');
INSERT INTO international VALUES (165,'WebGUI','Portugu<EFBFBD>s','LDAP URL');
INSERT INTO international VALUES (81,'WebGUI','Deutsch','Benutzerkonto\r\nwurde aktualisiert');
INSERT INTO international VALUES (166,'WebGUI','Dutch','Verbindt DN');
INSERT INTO international VALUES (166,'WebGUI','English','Connect DN');
INSERT INTO international VALUES (166,'WebGUI','Espa<EFBFBD>ol','Connect DN');
INSERT INTO international VALUES (166,'WebGUI','Portugu<EFBFBD>s','Connectar DN');
INSERT INTO international VALUES (82,'WebGUI','Deutsch','Administrative\r\nFunktionen ...');
INSERT INTO international VALUES (167,'WebGUI','Dutch','Weet u zeker dat u deze gebruiker wilt verwijderen? Alle gebruikersinformatie wordt permanent verwijdert als u door gaat.');
INSERT INTO international VALUES (167,'WebGUI','English','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.');
INSERT INTO international VALUES (167,'WebGUI','Espa<EFBFBD>ol','Est<EFBFBD> seguro de querer eliminar <20>ste usuario? Tenga en cuenta que toda la informaci<63>n del usuario ser<65> eliminada permanentemente si procede.');
INSERT INTO international VALUES (167,'WebGUI','Portugu<EFBFBD>s','Tem a certeza que quer apagar este utilizador? Se o fizer perde todas as informa<6D><61>es do utilizador.');
INSERT INTO international VALUES (83,'WebGUI','Deutsch','Gruppe\r\nhinzuf<75>gen');
INSERT INTO international VALUES (168,'WebGUI','Dutch','Bewerk gebruiker');
INSERT INTO international VALUES (168,'WebGUI','English','Edit User');
INSERT INTO international VALUES (168,'WebGUI','Espa<EFBFBD>ol','Editar Usuario');
INSERT INTO international VALUES (168,'WebGUI','Portugu<EFBFBD>s','Modificar utilizador');
INSERT INTO international VALUES (169,'WebGUI','Dutch','Een nieuwe gebruiker toevoegen.');
INSERT INTO international VALUES (169,'WebGUI','English','Add a new user.');
INSERT INTO international VALUES (169,'WebGUI','Espa<EFBFBD>ol','Agregar nuevo usuario');
INSERT INTO international VALUES (169,'WebGUI','Portugu<EFBFBD>s','Adicionar utilizador.');
INSERT INTO international VALUES (84,'WebGUI','Deutsch','Gruppenname');
INSERT INTO international VALUES (170,'WebGUI','Dutch','Zoeken');
INSERT INTO international VALUES (170,'WebGUI','English','search');
INSERT INTO international VALUES (170,'WebGUI','Espa<EFBFBD>ol','buscar');
INSERT INTO international VALUES (170,'WebGUI','Portugu<EFBFBD>s','procurar');
INSERT INTO international VALUES (171,'WebGUI','Dutch','Rich edit');
INSERT INTO international VALUES (171,'WebGUI','English','rich edit');
INSERT INTO international VALUES (171,'WebGUI','Espa<EFBFBD>ol','rich edit');
INSERT INTO international VALUES (171,'WebGUI','Portugu<EFBFBD>s','rich edit');
INSERT INTO international VALUES (85,'WebGUI','Deutsch','Beschreibung');
INSERT INTO international VALUES (174,'WebGUI','Dutch','Titel laten zien?');
INSERT INTO international VALUES (174,'WebGUI','English','Display the title?');
INSERT INTO international VALUES (174,'WebGUI','Espa<EFBFBD>ol','Mostrar el t<>tulo?');
INSERT INTO international VALUES (174,'WebGUI','Portugu<EFBFBD>s','Mostrar o titulo?');
INSERT INTO international VALUES (175,'WebGUI','Dutch','Macro\'s uitvoeren?');
INSERT INTO international VALUES (175,'WebGUI','English','Process macros?');
INSERT INTO international VALUES (175,'WebGUI','Espa<EFBFBD>ol','Procesar macros?');
INSERT INTO international VALUES (175,'WebGUI','Portugu<EFBFBD>s','Processar macros?');
INSERT INTO international VALUES (228,'WebGUI','Dutch','Bewerk bericht...');
INSERT INTO international VALUES (228,'WebGUI','English','Editing Message...');
INSERT INTO international VALUES (228,'WebGUI','Espa<EFBFBD>ol','Editar Mensage...');
INSERT INTO international VALUES (228,'WebGUI','Portugu<EFBFBD>s','Modificando mensagem...');
INSERT INTO international VALUES (229,'WebGUI','Dutch','Onderwerp');
INSERT INTO international VALUES (229,'WebGUI','English','Subject');
INSERT INTO international VALUES (229,'WebGUI','Espa<EFBFBD>ol','Asunto');
INSERT INTO international VALUES (229,'WebGUI','Portugu<EFBFBD>s','Assunto');
INSERT INTO international VALUES (230,'WebGUI','Dutch','Bericht');
INSERT INTO international VALUES (230,'WebGUI','English','Message');
INSERT INTO international VALUES (230,'WebGUI','Espa<EFBFBD>ol','Mensage');
INSERT INTO international VALUES (230,'WebGUI','Portugu<EFBFBD>s','Mensagem');
INSERT INTO international VALUES (231,'WebGUI','Dutch','Bezig met bericht posten...');
INSERT INTO international VALUES (231,'WebGUI','English','Posting New Message...');
INSERT INTO international VALUES (231,'WebGUI','Espa<EFBFBD>ol','Mandando Nuevo Mensage ...');
INSERT INTO international VALUES (231,'WebGUI','Portugu<EFBFBD>s','Colocando nova mensagem...');
INSERT INTO international VALUES (232,'WebGUI','Dutch','Geen onderwerp');
INSERT INTO international VALUES (232,'WebGUI','English','no subject');
INSERT INTO international VALUES (232,'WebGUI','Espa<EFBFBD>ol','sin t<EFBFBD>tulo');
INSERT INTO international VALUES (232,'WebGUI','Portugu<EFBFBD>s','sem assunto');
INSERT INTO international VALUES (233,'WebGUI','Dutch','(einde)');
INSERT INTO international VALUES (233,'WebGUI','English','(eom)');
INSERT INTO international VALUES (233,'WebGUI','Espa<EFBFBD>ol','(eom)');
INSERT INTO international VALUES (233,'WebGUI','Portugu<EFBFBD>s','(eom)');
INSERT INTO international VALUES (234,'WebGUI','Dutch','Bezig met antwoord posten');
INSERT INTO international VALUES (234,'WebGUI','English','Posting Reply...');
INSERT INTO international VALUES (234,'WebGUI','Espa<EFBFBD>ol','Respondiendo...');
INSERT INTO international VALUES (234,'WebGUI','Portugu<EFBFBD>s','Respondendo...');
INSERT INTO international VALUES (86,'WebGUI','Deutsch','Sind Sie sicher,\r\ndass Sie diese Gruppe l<EFBFBD>schen m<EFBFBD>chten? Denken Sie daran, dass diese Gruppe\r\nund die zugeh<EFBFBD>rige Rechtesstruktur endg<EFBFBD>ltig gel<EFBFBD>scht wird.');
INSERT INTO international VALUES (237,'WebGUI','Dutch','Onderwerp:');
INSERT INTO international VALUES (237,'WebGUI','English','Subject:');
INSERT INTO international VALUES (237,'WebGUI','Espa<EFBFBD>ol','Asunto:');
INSERT INTO international VALUES (237,'WebGUI','Portugu<EFBFBD>s','Assunto:');
INSERT INTO international VALUES (238,'WebGUI','Dutch','Naam:');
INSERT INTO international VALUES (238,'WebGUI','English','Author:');
INSERT INTO international VALUES (238,'WebGUI','Espa<EFBFBD>ol','Autor:');
INSERT INTO international VALUES (238,'WebGUI','Portugu<EFBFBD>s','Autor:');
INSERT INTO international VALUES (239,'WebGUI','Dutch','Datum:');
INSERT INTO international VALUES (239,'WebGUI','English','Date:');
INSERT INTO international VALUES (239,'WebGUI','Espa<EFBFBD>ol','Fecha:');
INSERT INTO international VALUES (239,'WebGUI','Portugu<EFBFBD>s','Data:');
INSERT INTO international VALUES (87,'WebGUI','Deutsch','Gruppe\r\nbearbeiten');
INSERT INTO international VALUES (240,'WebGUI','Dutch','Bericht ID:');
INSERT INTO international VALUES (240,'WebGUI','English','Message ID:');
INSERT INTO international VALUES (240,'WebGUI','Espa<EFBFBD>ol','ID del mensage:');
INSERT INTO international VALUES (240,'WebGUI','Portugu<EFBFBD>s','ID da mensagem:');
INSERT INTO international VALUES (244,'WebGUI','Dutch','Afzender');
INSERT INTO international VALUES (244,'WebGUI','English','Author');
INSERT INTO international VALUES (244,'WebGUI','Espa<EFBFBD>ol','Autor');
INSERT INTO international VALUES (244,'WebGUI','Portugu<EFBFBD>s','Autor');
INSERT INTO international VALUES (88,'WebGUI','Deutsch','Benutzer in dieser\r\nGruppe');
INSERT INTO international VALUES (245,'WebGUI','Dutch','Datum');
INSERT INTO international VALUES (245,'WebGUI','English','Date');
INSERT INTO international VALUES (245,'WebGUI','Espa<EFBFBD>ol','Fecha');
INSERT INTO international VALUES (245,'WebGUI','Portugu<EFBFBD>s','Data');
INSERT INTO international VALUES (304,'WebGUI','Dutch','Taal');
INSERT INTO international VALUES (304,'WebGUI','English','Language');
INSERT INTO international VALUES (304,'WebGUI','Espa<EFBFBD>ol','Idioma');
INSERT INTO international VALUES (304,'WebGUI','Portugu<EFBFBD>s','Lingua');
INSERT INTO international VALUES (90,'WebGUI','Deutsch','Neue Gruppe\r\nhinzuf<EFBFBD>gen');
INSERT INTO international VALUES (306,'WebGUI','Dutch','Bind gebruikersnaam');
INSERT INTO international VALUES (306,'WebGUI','English','Username Binding');
INSERT INTO international VALUES (306,'WebGUI','Portugu<EFBFBD>s','Liga<EFBFBD><EFBFBD>o ao username');
INSERT INTO international VALUES (307,'WebGUI','Dutch','Gebruik standaard metag tags?');
INSERT INTO international VALUES (307,'WebGUI','English','Use default meta tags?');
INSERT INTO international VALUES (307,'WebGUI','Portugu<EFBFBD>s','Usar as meta tags de defeito?');
INSERT INTO international VALUES (308,'WebGUI','Dutch','Bewerk profiel instellingen');
INSERT INTO international VALUES (308,'WebGUI','English','Edit Profile Settings');
INSERT INTO international VALUES (308,'WebGUI','Portugu<EFBFBD>s','Modificar as prefer<EFBFBD>ncias do perfil');
INSERT INTO international VALUES (89,'WebGUI','Deutsch','Gruppen');
INSERT INTO international VALUES (309,'WebGUI','Dutch','Sta echte naam toe?');
INSERT INTO international VALUES (309,'WebGUI','English','Allow real name?');
INSERT INTO international VALUES (309,'WebGUI','Portugu<EFBFBD>s','Permitir o nome real?');
INSERT INTO international VALUES (91,'WebGUI','Deutsch','Vorherige Seite');
INSERT INTO international VALUES (310,'WebGUI','Dutch','Sta extra contact informatie toe?');
INSERT INTO international VALUES (310,'WebGUI','English','Allow extra contact information?');
INSERT INTO international VALUES (310,'WebGUI','Portugu<EFBFBD>s','Permitir informa<EFBFBD><EFBFBD>o extra de contacto?');
INSERT INTO international VALUES (92,'WebGUI','Deutsch','N<EFBFBD>chste Seite');
INSERT INTO international VALUES (311,'WebGUI','Dutch','Sta thuis informatie toe?');
INSERT INTO international VALUES (311,'WebGUI','English','Allow home information?');
INSERT INTO international VALUES (311,'WebGUI','Portugu<EFBFBD>s','Permitir informa<EFBFBD><EFBFBD>o de casa?');
INSERT INTO international VALUES (95,'WebGUI','Deutsch','Hilfe');
INSERT INTO international VALUES (312,'WebGUI','Dutch','Sta bedrijfs informatie toe?');
INSERT INTO international VALUES (312,'WebGUI','English','Allow business information?');
INSERT INTO international VALUES (312,'WebGUI','Portugu<EFBFBD>s','Permitir informa<EFBFBD><EFBFBD>o do emprego?');
INSERT INTO international VALUES (94,'WebGUI','Deutsch','Siehe auch');
INSERT INTO international VALUES (313,'WebGUI','Dutch','Sta andere informatie toe?');
INSERT INTO international VALUES (313,'WebGUI','English','Allow miscellaneous information?');
INSERT INTO international VALUES (313,'WebGUI','Portugu<EFBFBD>s','Permitir informa<EFBFBD>ao mista?');
INSERT INTO international VALUES (93,'WebGUI','Deutsch','Hilfe');
INSERT INTO international VALUES (314,'WebGUI','Dutch','Voornaam');
INSERT INTO international VALUES (314,'WebGUI','English','First Name');
INSERT INTO international VALUES (314,'WebGUI','Portugu<EFBFBD>s','Nome');
INSERT INTO international VALUES (315,'WebGUI','Dutch','Tussenvoegsel');
INSERT INTO international VALUES (315,'WebGUI','English','Middle Name');
INSERT INTO international VALUES (315,'WebGUI','Portugu<EFBFBD>s','segundo(s) nome(s)');
INSERT INTO international VALUES (96,'WebGUI','Deutsch','Sortiert nach\r\nAktion');
INSERT INTO international VALUES (316,'WebGUI','Dutch','Achternaam');
INSERT INTO international VALUES (316,'WebGUI','English','Last Name');
INSERT INTO international VALUES (316,'WebGUI','Portugu<EFBFBD>s','Apelido');
INSERT INTO international VALUES (97,'WebGUI','Deutsch','Sortiert nach\r\nObjekt');
INSERT INTO international VALUES (317,'WebGUI','Dutch','\"<a href=\"\"http://www.icq.com\"\">ICQ</a> UIN\"');
INSERT INTO international VALUES (317,'WebGUI','English','<a href=\"http://www.icq.com\">ICQ</a> UIN');
INSERT INTO international VALUES (317,'WebGUI','Portugu<EFBFBD>s','\"<a href=\"\"http://www.icq.com\"\">ICQ</a> UIN\"');
INSERT INTO international VALUES (318,'WebGUI','Dutch','\"<a href=\"\"http://www.aol.com/aim/homenew.adp\"\">AIM</a> Id\"');
INSERT INTO international VALUES (318,'WebGUI','English','<a href=\"http://www.aol.com/aim/homenew.adp\">AIM</a> Id');
INSERT INTO international VALUES (318,'WebGUI','Portugu<EFBFBD>s','\"<a href=\"\"http://www.aol.com/aim/homenew.adp\"\">AIM</a> Id\"');
INSERT INTO international VALUES (99,'WebGUI','Deutsch','Titel');
INSERT INTO international VALUES (98,'WebGUI','Deutsch','Seite\r\nhinzuf<EFBFBD>gen');
INSERT INTO international VALUES (319,'WebGUI','Dutch','\"<a href=\"\"http://messenger.msn.com/\"\">MSN Messenger</a> Id\"');
INSERT INTO international VALUES (319,'WebGUI','English','<a href=\"http://messenger.msn.com/\">MSN Messenger</a> Id');
INSERT INTO international VALUES (319,'WebGUI','Portugu<EFBFBD>s','\"<a href=\"\"http://messenger.msn.com/\"\">MSN Messenger</a> Id\"');
INSERT INTO international VALUES (320,'WebGUI','Dutch','\"<a href=\"\"http://messenger.yahoo.com/\"\">Yahoo! Messenger</a> Id\"');
INSERT INTO international VALUES (320,'WebGUI','English','<a href=\"http://messenger.yahoo.com/\">Yahoo! Messenger</a> Id');
INSERT INTO international VALUES (320,'WebGUI','Portugu<EFBFBD>s','\"<a href=\"\"http://messenger.yahoo.com/\"\">Yahoo! Messenger</a> Id\"');
INSERT INTO international VALUES (321,'WebGUI','Dutch','Mobiel nummer');
INSERT INTO international VALUES (321,'WebGUI','English','Cell Phone');
INSERT INTO international VALUES (321,'WebGUI','Portugu<EFBFBD>s','Telem<EFBFBD>vel');
INSERT INTO international VALUES (322,'WebGUI','Dutch','Pager');
INSERT INTO international VALUES (322,'WebGUI','English','Pager');
INSERT INTO international VALUES (322,'WebGUI','Portugu<EFBFBD>s','Pager');
INSERT INTO international VALUES (323,'WebGUI','Dutch','Thuis adres');
INSERT INTO international VALUES (323,'WebGUI','English','Home Address');
INSERT INTO international VALUES (323,'WebGUI','Portugu<EFBFBD>s','Morada (de casa)');
INSERT INTO international VALUES (101,'WebGUI','Deutsch','Sind Sie sicher,\r\ndass Sie diese Seite und ihren kompletten Inhalt darunter l<EFBFBD>schen\r\nm<EFBFBD>chten?');
INSERT INTO international VALUES (324,'WebGUI','Dutch','Thuis plaats');
INSERT INTO international VALUES (324,'WebGUI','English','Home City');
INSERT INTO international VALUES (324,'WebGUI','Portugu<EFBFBD>s','Cidade (de casa)');
INSERT INTO international VALUES (100,'WebGUI','Deutsch','Meta Tags');
INSERT INTO international VALUES (325,'WebGUI','Dutch','Thuis staat');
INSERT INTO international VALUES (325,'WebGUI','English','Home State');
INSERT INTO international VALUES (325,'WebGUI','Portugu<EFBFBD>s','Concelho (de casa)');
INSERT INTO international VALUES (326,'WebGUI','Dutch','Thuis postcode');
INSERT INTO international VALUES (326,'WebGUI','English','Home Zip Code');
INSERT INTO international VALUES (326,'WebGUI','Portugu<EFBFBD>s','C<EFBFBD>digo postal (de casa)');
INSERT INTO international VALUES (327,'WebGUI','Dutch','Thuis land');
INSERT INTO international VALUES (327,'WebGUI','English','Home Country');
INSERT INTO international VALUES (327,'WebGUI','Portugu<EFBFBD>s','Pa<EFBFBD>s (de casa)');
INSERT INTO international VALUES (102,'WebGUI','Deutsch','Seite\r\nbearbeiten');
INSERT INTO international VALUES (328,'WebGUI','Dutch','Thuis telefoon');
INSERT INTO international VALUES (328,'WebGUI','English','Home Phone');
INSERT INTO international VALUES (328,'WebGUI','Portugu<EFBFBD>s','Telefone (de casa)');
INSERT INTO international VALUES (329,'WebGUI','Dutch','Werk adres');
INSERT INTO international VALUES (329,'WebGUI','English','Work Address');
INSERT INTO international VALUES (329,'WebGUI','Portugu<EFBFBD>s','Morada (do emprego)');
INSERT INTO international VALUES (103,'WebGUI','Deutsch','Seitenspezifikation');
INSERT INTO international VALUES (330,'WebGUI','Dutch','Werk stad');
INSERT INTO international VALUES (330,'WebGUI','English','Work City');
INSERT INTO international VALUES (330,'WebGUI','Portugu<EFBFBD>s','Cidade (do emprego)');
INSERT INTO international VALUES (331,'WebGUI','Dutch','Werk staat');
INSERT INTO international VALUES (331,'WebGUI','English','Work State');
INSERT INTO international VALUES (331,'WebGUI','Portugu<EFBFBD>s','Concelho (do emprego)');
INSERT INTO international VALUES (104,'WebGUI','Deutsch','URL der Seite');
INSERT INTO international VALUES (332,'WebGUI','Dutch','Werk postcode');
INSERT INTO international VALUES (332,'WebGUI','English','Work Zip Code');
INSERT INTO international VALUES (332,'WebGUI','Portugu<EFBFBD>s','C<EFBFBD>digo postal (do emprego)');
INSERT INTO international VALUES (333,'WebGUI','Dutch','Werk land');
INSERT INTO international VALUES (333,'WebGUI','English','Work Country');
INSERT INTO international VALUES (333,'WebGUI','Portugu<EFBFBD>s','Pa<EFBFBD>s (do emprego)');
INSERT INTO international VALUES (334,'WebGUI','Dutch','Werk telefoon');
INSERT INTO international VALUES (334,'WebGUI','English','Work Phone');
INSERT INTO international VALUES (334,'WebGUI','Portugu<EFBFBD>s','Telefone (do emprego)');
INSERT INTO international VALUES (335,'WebGUI','Dutch','Sexe');
INSERT INTO international VALUES (335,'WebGUI','English','Gender');
INSERT INTO international VALUES (335,'WebGUI','Portugu<EFBFBD>s','Sexo');
INSERT INTO international VALUES (106,'WebGUI','Deutsch','Stil an alle\r\nnachfolgenden Seiten weitergeben.');
INSERT INTO international VALUES (336,'WebGUI','Dutch','Geboortedatum');
INSERT INTO international VALUES (336,'WebGUI','English','Birth Date');
INSERT INTO international VALUES (336,'WebGUI','Portugu<EFBFBD>s','Data de nascimento');
INSERT INTO international VALUES (337,'WebGUI','Dutch','Home pagina URL');
INSERT INTO international VALUES (337,'WebGUI','English','Homepage URL');
INSERT INTO international VALUES (337,'WebGUI','Portugu<EFBFBD>s','Endere<EFBFBD>o da Homepage');
INSERT INTO international VALUES (338,'WebGUI','Dutch','Bewerk profiel');
INSERT INTO international VALUES (338,'WebGUI','English','Edit Profile');
INSERT INTO international VALUES (338,'WebGUI','Portugu<EFBFBD>s','Modificar perfil');
INSERT INTO international VALUES (105,'WebGUI','Deutsch','Stil');
INSERT INTO international VALUES (339,'WebGUI','Dutch','Man');
INSERT INTO international VALUES (339,'WebGUI','English','Male');
INSERT INTO international VALUES (339,'WebGUI','Portugu<EFBFBD>s','Masculino');
INSERT INTO international VALUES (107,'WebGUI','Deutsch','Rechte');
INSERT INTO international VALUES (340,'WebGUI','Dutch','Vrouw');
INSERT INTO international VALUES (340,'WebGUI','English','Female');
INSERT INTO international VALUES (340,'WebGUI','Portugu<EFBFBD>s','Feminino');
INSERT INTO international VALUES (341,'WebGUI','Dutch','Bewerk profiel.');
INSERT INTO international VALUES (341,'WebGUI','English','Edit profile.');
INSERT INTO international VALUES (341,'WebGUI','Portugu<EFBFBD>s','Modificar o perfil.');
INSERT INTO international VALUES (109,'WebGUI','Deutsch','Besitzer kann\r\nanschauen?');
INSERT INTO international VALUES (342,'WebGUI','Dutch','Bewerk account informatie.');
INSERT INTO international VALUES (342,'WebGUI','English','Edit account information.');
INSERT INTO international VALUES (342,'WebGUI','Portugu<EFBFBD>s','Modificar as informa<EFBFBD><EFBFBD>es da conta.');
INSERT INTO international VALUES (108,'WebGUI','Deutsch','Besitzer');
INSERT INTO international VALUES (343,'WebGUI','Dutch','Bekijk profiel.');
INSERT INTO international VALUES (343,'WebGUI','English','View profile.');
INSERT INTO international VALUES (343,'WebGUI','Portugu<EFBFBD>s','Ver perfil.');
INSERT INTO international VALUES (344,'WebGUI','Dutch','Bekijk berichten log.');
INSERT INTO international VALUES (344,'WebGUI','English','View message log.');
INSERT INTO international VALUES (344,'WebGUI','Portugu<EFBFBD>s','Ver log de mensagens');
INSERT INTO international VALUES (345,'WebGUI','Dutch','Geen lid');
INSERT INTO international VALUES (345,'WebGUI','English','Not A Member');
INSERT INTO international VALUES (345,'WebGUI','Portugu<EFBFBD>s','N<EFBFBD>o <EFBFBD> membro');
INSERT INTO international VALUES (112,'WebGUI','Deutsch','Gruppe kann\r\nanschauen?');
INSERT INTO international VALUES (110,'WebGUI','Deutsch','Besitzer kann\r\nbearbeiten?');
INSERT INTO international VALUES (346,'WebGUI','Dutch','Deze gebruiker in geen lid meer van onze site. We hebben geen informatie meer over deze gebruiker.');
INSERT INTO international VALUES (346,'WebGUI','English','This user is no longer a member of our site. We have no further information about this user.');
INSERT INTO international VALUES (346,'WebGUI','Portugu<EFBFBD>s','Esse utilizador j<EFBFBD> n<EFBFBD>o <EFBFBD> membro do site. N<EFBFBD>o existe mais informa<EFBFBD><EFBFBD>o.');
INSERT INTO international VALUES (111,'WebGUI','Deutsch','Gruppe');
INSERT INTO international VALUES (347,'WebGUI','Dutch','Bekijk profiel van');
INSERT INTO international VALUES (347,'WebGUI','English','View Profile For');
INSERT INTO international VALUES (347,'WebGUI','Portugu<EFBFBD>s','Ver o perfil de');
INSERT INTO international VALUES (348,'WebGUI','Dutch','Naam');
INSERT INTO international VALUES (348,'WebGUI','English','Name');
INSERT INTO international VALUES (348,'WebGUI','Portugu<EFBFBD>s','Nome');
INSERT INTO international VALUES (349,'WebGUI','Dutch','Laatst beschikbare versie');
INSERT INTO international VALUES (349,'WebGUI','English','Latest version available');
INSERT INTO international VALUES (349,'WebGUI','Portugu<EFBFBD>s','Ultima vers<EFBFBD>o dispon<EFBFBD>vel');
INSERT INTO international VALUES (350,'WebGUI','Dutch','Klaar');
INSERT INTO international VALUES (350,'WebGUI','English','Completed');
INSERT INTO international VALUES (350,'WebGUI','Portugu<EFBFBD>s','Completo');
INSERT INTO international VALUES (351,'WebGUI','Dutch','Berichten log toevoeging');
INSERT INTO international VALUES (351,'WebGUI','English','Message Log Entry');
INSERT INTO international VALUES (351,'WebGUI','Portugu<EFBFBD>s','Entrada no log de mensagens');
INSERT INTO international VALUES (352,'WebGUI','Dutch','Datum van toevoeging');
INSERT INTO international VALUES (352,'WebGUI','English','Date Of Entry');
INSERT INTO international VALUES (352,'WebGUI','Portugu<EFBFBD>s','Data de entrada');
INSERT INTO international VALUES (353,'WebGUI','Dutch','U heeft nu geen berichten log toevoegingen.');
INSERT INTO international VALUES (353,'WebGUI','English','You have no message log entries at this time.');
INSERT INTO international VALUES (353,'WebGUI','Portugu<EFBFBD>s','Actualmente n<EFBFBD>o tem entradas no log de mensagens.');
INSERT INTO international VALUES (354,'WebGUI','Dutch','Bekijk berichten log.');
INSERT INTO international VALUES (354,'WebGUI','English','View message log.');
INSERT INTO international VALUES (354,'WebGUI','Portugu<EFBFBD>s','Ver o log das mensagens.');
INSERT INTO international VALUES (355,'WebGUI','Dutch','Standaar');
INSERT INTO international VALUES (355,'WebGUI','English','Default');
INSERT INTO international VALUES (355,'WebGUI','Portugu<EFBFBD>s','Por defeito');
INSERT INTO international VALUES (356,'WebGUI','English','Template');
INSERT INTO international VALUES (357,'WebGUI','English','News');
INSERT INTO international VALUES (358,'WebGUI','English','Left Column');
INSERT INTO international VALUES (359,'WebGUI','English','Right Column');
INSERT INTO international VALUES (360,'WebGUI','English','One Over Three');
INSERT INTO international VALUES (361,'WebGUI','English','Three Over One');
INSERT INTO international VALUES (362,'WebGUI','English','SideBySide');
INSERT INTO international VALUES (363,'WebGUI','English','Template Position');
INSERT INTO international VALUES (364,'WebGUI','English','Search');
INSERT INTO international VALUES (365,'WebGUI','English','Search results...');
INSERT INTO international VALUES (366,'WebGUI','English','No pages were found with content that matched your query.');
INSERT INTO international VALUES (368,'WebGUI','English','Add a new group to this user.');
INSERT INTO international VALUES (369,'WebGUI','English','Expire Date');
INSERT INTO international VALUES (370,'WebGUI','English','Edit Grouping');
INSERT INTO international VALUES (371,'WebGUI','English','Add Grouping');
INSERT INTO international VALUES (372,'WebGUI','English','Edit User\'s Groups');
INSERT INTO international VALUES (373,'WebGUI','English','<b>Warning:</b> By editing the group list above, you\'ll reset all expiry information for each group to their new defaults.');
INSERT INTO international VALUES (374,'WebGUI','English','Manage packages.');
INSERT INTO international VALUES (375,'WebGUI','English','Select Package To Deploy');
INSERT INTO international VALUES (376,'WebGUI','English','Package');
INSERT INTO international VALUES (377,'WebGUI','English','No packages have been defined by your package manager(s) or administrator(s).');
INSERT INTO international VALUES (11,'Poll','English','Vote!');
INSERT INTO international VALUES (31,'UserSubmission','English','Content');
INSERT INTO international VALUES (32,'UserSubmission','English','Image');
INSERT INTO international VALUES (33,'UserSubmission','English','Attachement');
INSERT INTO international VALUES (34,'UserSubmission','English','Convert Carriage Returns');
INSERT INTO international VALUES (35,'UserSubmission','English','Title');
INSERT INTO international VALUES (36,'UserSubmission','English','Delete file.');
INSERT INTO international VALUES (378,'WebGUI','English','User ID');
INSERT INTO international VALUES (379,'WebGUI','English','Group ID');
INSERT INTO international VALUES (380,'WebGUI','English','Style ID');
INSERT INTO international VALUES (381,'WebGUI','English','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.');
INSERT INTO international VALUES (1,'DownloadManager','English','Download Manager');
INSERT INTO international VALUES (2,'DownloadManager','English','Add Download Manager');
INSERT INTO international VALUES (3,'DownloadManager','English','Proceed to add file?');
INSERT INTO international VALUES (4,'DownloadManager','English','Add Download');
INSERT INTO international VALUES (5,'DownloadManager','English','File Title');
INSERT INTO international VALUES (6,'DownloadManager','English','Download File');
INSERT INTO international VALUES (7,'DownloadManager','English','Group to Download');
INSERT INTO international VALUES (8,'DownloadManager','English','Brief Synopsis');
INSERT INTO international VALUES (9,'DownloadManager','English','Edit Download Manager');
INSERT INTO international VALUES (10,'DownloadManager','English','Edit Download');
INSERT INTO international VALUES (11,'DownloadManager','English','Add a new download.');
INSERT INTO international VALUES (12,'DownloadManager','English','Are you certain that you wish to delete this download?');
INSERT INTO international VALUES (13,'DownloadManager','English','Delete attached file.');
INSERT INTO international VALUES (14,'DownloadManager','English','File');
INSERT INTO international VALUES (15,'DownloadManager','English','Description');
INSERT INTO international VALUES (16,'DownloadManager','English','Date Uploaded');
INSERT INTO international VALUES (15,'Article','English','Right');
INSERT INTO international VALUES (16,'Article','English','Left');
INSERT INTO international VALUES (17,'Article','English','Center');
INSERT INTO international VALUES (37,'UserSubmission','English','Delete');
INSERT INTO international VALUES (13,'SQLReport','English','Convert carriage returns?');
INSERT INTO international VALUES (17,'DownloadManager','English','Alternate Version #1');
INSERT INTO international VALUES (18,'DownloadManager','English','Alternate Version #2');
INSERT INTO international VALUES (19,'DownloadManager','English','You have no files available for download.');
INSERT INTO international VALUES (14,'EventsCalendar','English','Start Date');
INSERT INTO international VALUES (15,'EventsCalendar','English','End Date');
INSERT INTO international VALUES (20,'DownloadManager','English','Paginate After');
INSERT INTO international VALUES (14,'SQLReport','English','Paginate After');
INSERT INTO international VALUES (16,'EventsCalendar','English','Calendar Layout');
INSERT INTO international VALUES (17,'EventsCalendar','English','List');
INSERT INTO international VALUES (18,'EventsCalendar','English','Calendar');
INSERT INTO international VALUES (19,'EventsCalendar','English','Paginate After');
INSERT INTO international VALUES (382,'WebGUI','English','Add Image');
INSERT INTO international VALUES (383,'WebGUI','English','Name');
INSERT INTO international VALUES (384,'WebGUI','English','File');
INSERT INTO international VALUES (385,'WebGUI','English','Parameters');
INSERT INTO international VALUES (386,'WebGUI','English','Edit Image');
INSERT INTO international VALUES (387,'WebGUI','English','Uploaded By');
INSERT INTO international VALUES (388,'WebGUI','English','Upload Date');
INSERT INTO international VALUES (389,'WebGUI','English','Image Id');
INSERT INTO international VALUES (390,'WebGUI','English','Displaying Image...');
INSERT INTO international VALUES (391,'WebGUI','English','Delete attached file.');
INSERT INTO international VALUES (392,'WebGUI','English','Are you certain that you wish to delete this image?');
INSERT INTO international VALUES (393,'WebGUI','English','Manage Images');
INSERT INTO international VALUES (394,'WebGUI','English','Manage images.');
INSERT INTO international VALUES (395,'WebGUI','English','Add a new image.');
INSERT INTO international VALUES (396,'WebGUI','English','View Image');
INSERT INTO international VALUES (397,'WebGUI','English','Back to image list.');
INSERT INTO international VALUES (398,'WebGUI','English','Document Type Declaration');
INSERT INTO international VALUES (399,'WebGUI','English','Validate this page.');
INSERT INTO international VALUES (400,'WebGUI','English','Prevent Proxy Caching');
INSERT INTO international VALUES (401,'WebGUI','English','Are you certain you wish to delete this message and all messages under it in this thread?');
INSERT INTO international VALUES (21,'MessageBoard','English','Who can moderate?');
INSERT INTO international VALUES (22,'MessageBoard','English','Delete Message');
INSERT INTO international VALUES (402,'WebGUI','English','The message you requested does not exist.');
INSERT INTO international VALUES (403,'WebGUI','English','Prefer not to say.');
INSERT INTO international VALUES (405,'WebGUI','English','Last Page');
INSERT INTO international VALUES (406,'WebGUI','English','Thumbnail Size');
INSERT INTO international VALUES (21,'DownloadManager','English','Display thumbnails?');
INSERT INTO international VALUES (407,'WebGUI','English','Click here to register.');
INSERT INTO international VALUES (15,'SQLReport','English','Preprocess macros on query?');
INSERT INTO international VALUES (16,'SQLReport','English','Debug?');
INSERT INTO international VALUES (17,'SQLReport','English','<b>Debug:</b> Query:');
INSERT INTO international VALUES (18,'SQLReport','English','There were no results for this query.');
INSERT INTO international VALUES (113,'WebGUI','Deutsch','Gruppe kann\r\nbearbeiten?');
INSERT INTO international VALUES (114,'WebGUI','Deutsch','Kann jeder\r\nanschauen?');
INSERT INTO international VALUES (116,'WebGUI','Deutsch','Rechte an alle\r\nnachfolgenden Seiten weitergeben.');
INSERT INTO international VALUES (115,'WebGUI','Deutsch','Kann jeder\r\nbearbeiten?');
INSERT INTO international VALUES (118,'WebGUI','Deutsch','anonyme\r\nRegistrierung');
INSERT INTO international VALUES (117,'WebGUI','Deutsch','Authentifizierungseinstellungen bearbeiten');
INSERT INTO international VALUES (120,'WebGUI','Deutsch','LDAP URL\r\n(Standard)');
INSERT INTO international VALUES (119,'WebGUI','Deutsch','Authentifizierungsmethode (Standard)');
INSERT INTO international VALUES (121,'WebGUI','Deutsch','LDAP Identit<EFBFBD>t\r\n(Standard)');
INSERT INTO international VALUES (123,'WebGUI','Deutsch','LDAP Passwort\r\nName');
INSERT INTO international VALUES (122,'WebGUI','Deutsch','LDAP\r\nIdentit<EFBFBD>ts-Name');
INSERT INTO international VALUES (124,'WebGUI','Deutsch','Firmeninformationen bearbeiten');
INSERT INTO international VALUES (127,'WebGUI','Deutsch','Webseite der\r\nFirma');
INSERT INTO international VALUES (126,'WebGUI','Deutsch','Emailadresse der\r\nFirma');
INSERT INTO international VALUES (125,'WebGUI','Deutsch','Firmenname');
INSERT INTO international VALUES (129,'WebGUI','Deutsch','Pfad zu WebGUI\r\nExtras');
INSERT INTO international VALUES (128,'WebGUI','Deutsch','Dateieinstellungen bearbeiten');
INSERT INTO international VALUES (130,'WebGUI','Deutsch','Maximale\r\nDateigr<EFBFBD><EFBFBD>e f<EFBFBD>r Anh<EFBFBD>nge');
INSERT INTO international VALUES (132,'WebGUI','Deutsch','Pfad f<EFBFBD>r\r\nDateianh<EFBFBD>nge auf dem Server');
INSERT INTO international VALUES (131,'WebGUI','Deutsch','Pfad f<EFBFBD>r\r\nDateianh<EFBFBD>nge im Web');
INSERT INTO international VALUES (133,'WebGUI','Deutsch','Maileinstellungen\r\nbearbeiten');
INSERT INTO international VALUES (134,'WebGUI','Deutsch','Passwortmeldung\r\nwiederherstellen');
INSERT INTO international VALUES (136,'WebGUI','Deutsch','Homepage');
INSERT INTO international VALUES (137,'WebGUI','Deutsch','\"Seite wurde\r\nnicht gefunden\" Seite');
INSERT INTO international VALUES (135,'WebGUI','Deutsch','SMTP Server');
INSERT INTO international VALUES (138,'WebGUI','Deutsch','Ja');
INSERT INTO international VALUES (139,'WebGUI','Deutsch','Nein');
INSERT INTO international VALUES (143,'WebGUI','Deutsch','Einstellungen\r\nverwalten');
INSERT INTO international VALUES (142,'WebGUI','Deutsch','Sitzungs\r\nZeit<EFBFBD>berschreitung');
INSERT INTO international VALUES (141,'WebGUI','Deutsch','\"Nicht gefunden\r\nSeite\"');
INSERT INTO international VALUES (140,'WebGUI','Deutsch','Sonstige\r\nEinstellungen bearbeiten');
INSERT INTO international VALUES (144,'WebGUI','Deutsch','Auswertungen\r\nanschauen');
INSERT INTO international VALUES (145,'WebGUI','Deutsch','WebGUI Build\r\nVersion');
INSERT INTO international VALUES (147,'WebGUI','Deutsch','sichtbare\r\nSeiten');
INSERT INTO international VALUES (146,'WebGUI','Deutsch','Aktive\r\nSitzungen');
INSERT INTO international VALUES (148,'WebGUI','Deutsch','Widgets');
INSERT INTO international VALUES (149,'WebGUI','Deutsch','Benutzer');
INSERT INTO international VALUES (152,'WebGUI','Deutsch','Kopfzeile');
INSERT INTO international VALUES (151,'WebGUI','Deutsch','Stil Name');
INSERT INTO international VALUES (150,'WebGUI','Deutsch','Stil\r\nhinzuf<EFBFBD>gen');
INSERT INTO international VALUES (153,'WebGUI','Deutsch','Fu<EFBFBD>zeile');
INSERT INTO international VALUES (154,'WebGUI','Deutsch','Style Sheet');
INSERT INTO international VALUES (155,'WebGUI','Deutsch','Sind Sie sicher,\r\ndass Sie diesen Stil l<EFBFBD>schen und alle Seiten die diesen Stil benutzen in\r\nden Stil \"Fail Safe\" <EFBFBD>berf<EFBFBD>hren wollen?');
INSERT INTO international VALUES (156,'WebGUI','Deutsch','Stil\r\nbearbeiten');
INSERT INTO international VALUES (157,'WebGUI','Deutsch','Stile');
INSERT INTO international VALUES (159,'WebGUI','Deutsch','Ausstehende\r\nBeitr<EFBFBD>ge');
INSERT INTO international VALUES (158,'WebGUI','Deutsch','Neuen Stil\r\nhinzuf<EFBFBD>gen');
INSERT INTO international VALUES (161,'WebGUI','Deutsch','Erstellt von');
INSERT INTO international VALUES (160,'WebGUI','Deutsch','Erstellungsdatum');
INSERT INTO international VALUES (162,'WebGUI','Deutsch','Sind Sie sicher,\r\ndass Sie alle Seiten und Widgets im M<EFBFBD>lleimer l<EFBFBD>schen m<EFBFBD>chten?');
INSERT INTO international VALUES (163,'WebGUI','Deutsch','Benutzer\r\nhinzuf<EFBFBD>gen');
INSERT INTO international VALUES (164,'WebGUI','Deutsch','Authentifizierungsmethode');
INSERT INTO international VALUES (165,'WebGUI','Deutsch','LDAP URL');
INSERT INTO international VALUES (166,'WebGUI','Deutsch','Connect DN');
INSERT INTO international VALUES (167,'WebGUI','Deutsch','Sind Sie sicher,\r\ndass sie diesen Benutzer l<EFBFBD>schen m<EFBFBD>chten? Die Benutzerinformation geht\r\ndamit endg<EFBFBD>ltig verloren!');
INSERT INTO international VALUES (168,'WebGUI','Deutsch','Benutzer\r\nbearbeiten');
INSERT INTO international VALUES (174,'WebGUI','Deutsch','Titel\r\nanzeigen?');
INSERT INTO international VALUES (170,'WebGUI','Deutsch','suchen');
INSERT INTO international VALUES (171,'WebGUI','Deutsch','Bearbeiten mit\r\nAttributen');
INSERT INTO international VALUES (169,'WebGUI','Deutsch','Neuen Benutzer\r\nhinzuf<EFBFBD>gen');
INSERT INTO international VALUES (228,'WebGUI','Deutsch','Beitr<EFBFBD>ge\r\nbearbeiten ...');
INSERT INTO international VALUES (175,'WebGUI','Deutsch','Makros\r\nausf<EFBFBD>hren?');
INSERT INTO international VALUES (232,'WebGUI','Deutsch','kein Betreff');
INSERT INTO international VALUES (229,'WebGUI','Deutsch','Betreff');
INSERT INTO international VALUES (230,'WebGUI','Deutsch','Beitrag');
INSERT INTO international VALUES (238,'WebGUI','Deutsch','Autor:');
INSERT INTO international VALUES (231,'WebGUI','Deutsch','Neuen Beitrag\r\nschreiben...');
INSERT INTO international VALUES (237,'WebGUI','Deutsch','Betreff:');
INSERT INTO international VALUES (234,'WebGUI','Deutsch','Antworten...');
INSERT INTO international VALUES (233,'WebGUI','Deutsch','(eom)');
INSERT INTO international VALUES (304,'WebGUI','Deutsch','Sprache');
INSERT INTO international VALUES (245,'WebGUI','Deutsch','Datum');
INSERT INTO international VALUES (240,'WebGUI','Deutsch','Beitrags ID:');
INSERT INTO international VALUES (244,'WebGUI','Deutsch','Autor');
INSERT INTO international VALUES (239,'WebGUI','Deutsch','Datum:');
INSERT INTO international VALUES (306,'WebGUI','Deutsch','Benutze LDAP\r\nBenutzername');
INSERT INTO international VALUES (308,'WebGUI','Deutsch','Profil\r\nbearbeiten');
INSERT INTO international VALUES (307,'WebGUI','Deutsch','Standard Meta\r\nTags benutzen?');
INSERT INTO international VALUES (310,'WebGUI','Deutsch','Kontaktinformationen anzeigen?');
INSERT INTO international VALUES (309,'WebGUI','Deutsch','Name anzeigen?');
INSERT INTO international VALUES (311,'WebGUI','Deutsch','Privatadresse\r\nanzeigen?');
INSERT INTO international VALUES (312,'WebGUI','Deutsch','Gesch<EFBFBD>ftsadresse\r\nanzeigen?');
INSERT INTO international VALUES (313,'WebGUI','Deutsch','Zus<EFBFBD>tzliche\r\nInformationen anzeigen?');
INSERT INTO international VALUES (315,'WebGUI','Deutsch','Zweiter\r\nVorname');
INSERT INTO international VALUES (314,'WebGUI','Deutsch','Vorname');
INSERT INTO international VALUES (316,'WebGUI','Deutsch','Nachname');
INSERT INTO international VALUES (318,'WebGUI','Deutsch','<a href=\"\"\r\nhttp://www.aol.com/aim/homenew.adp\"\">AIM</a> Id');
INSERT INTO international VALUES (317,'WebGUI','Deutsch','<a href=\"\"\r\nhttp://www.icq.com\"\">ICQ</a> UIN');
INSERT INTO international VALUES (319,'WebGUI','Deutsch','<a href=\"\"\r\nhttp://messenger.msn.com/\"\">MSN Messenger</a> Id');
INSERT INTO international VALUES (320,'WebGUI','Deutsch','<a href=\"\"\r\nhttp://messenger.yahoo.com/\"\">Yahoo! Messenger</a> Id');
INSERT INTO international VALUES (322,'WebGUI','Deutsch','Pager');
INSERT INTO international VALUES (321,'WebGUI','Deutsch','Mobiltelefon');
INSERT INTO international VALUES (324,'WebGUI','Deutsch','Ort (privat)');
INSERT INTO international VALUES (323,'WebGUI','Deutsch','Strasse\r\n(privat)');
INSERT INTO international VALUES (325,'WebGUI','Deutsch','Bundesland\r\n(privat)');
INSERT INTO international VALUES (329,'WebGUI','Deutsch','Strasse (B<EFBFBD>ro)');
INSERT INTO international VALUES (328,'WebGUI','Deutsch','Telefon\r\n(privat)');
INSERT INTO international VALUES (327,'WebGUI','Deutsch','Land (privat)');
INSERT INTO international VALUES (326,'WebGUI','Deutsch','Postleitzahl\r\n(privat)');
INSERT INTO international VALUES (332,'WebGUI','Deutsch','Postleitzahl\r\n(B<EFBFBD>ro)');
INSERT INTO international VALUES (330,'WebGUI','Deutsch','Ort (B<EFBFBD>ro)');
INSERT INTO international VALUES (331,'WebGUI','Deutsch','Bundesland\r\n(B<EFBFBD>ro)');
INSERT INTO international VALUES (333,'WebGUI','Deutsch','Land (B<EFBFBD>ro)');
INSERT INTO international VALUES (335,'WebGUI','Deutsch','Geschlecht');
INSERT INTO international VALUES (334,'WebGUI','Deutsch','Telefon (B<EFBFBD>ro)');
INSERT INTO international VALUES (336,'WebGUI','Deutsch','Geburtstag');
INSERT INTO international VALUES (337,'WebGUI','Deutsch','Homepage URL');
INSERT INTO international VALUES (339,'WebGUI','Deutsch','m<EFBFBD>nnlich');
INSERT INTO international VALUES (338,'WebGUI','Deutsch','Profil\r\nbearbeiten');
INSERT INTO international VALUES (343,'WebGUI','Deutsch','Profil\r\nanschauen.');
INSERT INTO international VALUES (344,'WebGUI','Deutsch','Beitrags Log\r\nanschauen.');
INSERT INTO international VALUES (342,'WebGUI','Deutsch','Benutzerkonto\r\nbearbeiten.');
INSERT INTO international VALUES (341,'WebGUI','Deutsch','Profil\r\nbearbeiten.');
INSERT INTO international VALUES (340,'WebGUI','Deutsch','weiblich');
INSERT INTO international VALUES (345,'WebGUI','Deutsch','Kein Mitglied');
INSERT INTO international VALUES (346,'WebGUI','Deutsch','Dieser Benutzer\r\nist kein Mitglied. Wir haben keine weiteren Informationen <EFBFBD>ber ihn.');
INSERT INTO international VALUES (347,'WebGUI','Deutsch','Profil anschauen\r\nvon');
INSERT INTO international VALUES (349,'WebGUI','Deutsch','Aktuelle\r\nVersion');
INSERT INTO international VALUES (348,'WebGUI','Deutsch','Name');
INSERT INTO international VALUES (352,'WebGUI','Deutsch','Beitragsdatum');
INSERT INTO international VALUES (351,'WebGUI','Deutsch','Beitragseingang');
INSERT INTO international VALUES (350,'WebGUI','Deutsch','Abgeschlossen');
INSERT INTO international VALUES (353,'WebGUI','Deutsch','Zur Zeit sind\r\nkeine ausstehenden Beitr<EFBFBD>ge vorhanden.');
INSERT INTO international VALUES (355,'WebGUI','Deutsch','Standard');
INSERT INTO international VALUES (356,'WebGUI','Deutsch','Vorlage');
INSERT INTO international VALUES (354,'WebGUI','Deutsch','Beitrags Log\r\nanschauen.');
INSERT INTO international VALUES (359,'WebGUI','Deutsch','Rechte Spalte');
INSERT INTO international VALUES (360,'WebGUI','Deutsch','Einer <EFBFBD>ber\r\ndrei');
INSERT INTO international VALUES (357,'WebGUI','Deutsch','Nachrichten');
INSERT INTO international VALUES (358,'WebGUI','Deutsch','Linke Spalte');
INSERT INTO international VALUES (361,'WebGUI','Deutsch','Drei <EFBFBD>ber\r\neinem');
INSERT INTO international VALUES (362,'WebGUI','Deutsch','Nebeneinander');
INSERT INTO international VALUES (364,'WebGUI','Deutsch','Suchen');
INSERT INTO international VALUES (363,'WebGUI','Deutsch','Position des\r\nTemplates');
INSERT INTO international VALUES (365,'WebGUI','Deutsch','Ergebnisse der\r\nAbfrage');
INSERT INTO international VALUES (366,'WebGUI','Deutsch','Es wurden keine\r\nSeiten gefunden, die zu Ihrer Abfrage passen.');
INSERT INTO international VALUES (367,'WebGUI','Deutsch','verf<EFBFBD>llt nach');
INSERT INTO international VALUES (370,'WebGUI','Deutsch','Gruppierung\r\nbearbeiten');
INSERT INTO international VALUES (369,'WebGUI','Deutsch','Verfallsdatum');
INSERT INTO international VALUES (368,'WebGUI','Deutsch','Diesem Benutzer\r\neine neue Gruppe hinzuf<EFBFBD>gen.');
INSERT INTO international VALUES (371,'WebGUI','Deutsch','Gruppierung\r\nhinzuf<EFBFBD>gen');
INSERT INTO international VALUES (372,'WebGUI','Deutsch','Gruppen eines\r\nBenutzers bearbeiten');
INSERT INTO international VALUES (373,'WebGUI','Deutsch','<b>Warnung:</b>\r\nWenn Sie obige Gruppenliste editieren, werden die Verfallsdaten jeder\r\nGruppe auf neue Standartwerte gesetzt.');
INSERT INTO international VALUES (374,'WebGUI','Deutsch','Pakete\r\nanschauen');
INSERT INTO international VALUES (375,'WebGUI','Deutsch','Paket ausw<EFBFBD>hlen,\r\ndas verteilt werden soll');
INSERT INTO international VALUES (377,'WebGUI','Deutsch','Von Ihren (Paket)\r\n-Administratoren wurden keine Pakete bereitgestellt.');
INSERT INTO international VALUES (376,'WebGUI','Deutsch','Paket');
INSERT INTO international VALUES (378,'WebGUI','Deutsch','Benutzer ID');
INSERT INTO international VALUES (381,'WebGUI','Deutsch','WebGUI hat eine\r\nverst<EFBFBD>mmelte Anfrage erhalten und kann nicht weitermachen. <EFBFBD>blicherweise\r\nwird das durch Sonderzeichen verursacht. Nutzen Sie bitte den \"Zur<EFBFBD>ck\"\r\nButton Ihres Browsers und versuchen Sie es noch einmal.');
INSERT INTO international VALUES (380,'WebGUI','Deutsch','Stil ID');
INSERT INTO international VALUES (379,'WebGUI','Deutsch','Gruppen ID');
INSERT INTO international VALUES (382,'WebGUI','Deutsch','Grafik\r\nhinzuf<EFBFBD>gen');
INSERT INTO international VALUES (383,'WebGUI','Deutsch','Name');
INSERT INTO international VALUES (384,'WebGUI','Deutsch','Datei');
INSERT INTO international VALUES (386,'WebGUI','Deutsch','Bild\r\nbearbeiten');
INSERT INTO international VALUES (385,'WebGUI','Deutsch','Parameter');
INSERT INTO international VALUES (387,'WebGUI','Deutsch','Zur Verf<EFBFBD>gung\r\ngestellt von');
INSERT INTO international VALUES (388,'WebGUI','Deutsch','Upload Datum');
INSERT INTO international VALUES (389,'WebGUI','Deutsch','Grafik Id');
INSERT INTO international VALUES (390,'WebGUI','Deutsch','Grafik anzeigen\r\n...');
INSERT INTO international VALUES (391,'WebGUI','Deutsch','Anhang l<EFBFBD>schen');
INSERT INTO international VALUES (393,'WebGUI','Deutsch','Grafiken\r\nverwalten');
INSERT INTO international VALUES (392,'WebGUI','Deutsch','Sind Sie sicher,\r\ndass Sie diese Grafik l<EFBFBD>schen wollen?');
INSERT INTO international VALUES (394,'WebGUI','Deutsch','Grafiken\r\nverwalten');
INSERT INTO international VALUES (408,'WebGUI','English','Manage Roots');
INSERT INTO international VALUES (409,'WebGUI','English','Add a new root.');
INSERT INTO international VALUES (410,'WebGUI','English','Manage roots.');
INSERT INTO international VALUES (411,'WebGUI','English','Menu Title');
INSERT INTO international VALUES (412,'WebGUI','English','Synopsis');
INSERT INTO international VALUES (9,'SiteMap','English','Display synopsis?');
INSERT INTO international VALUES (18,'Article','English','Allow discussion?');
INSERT INTO international VALUES (19,'Article','English','Who can post?');
INSERT INTO international VALUES (20,'Article','English','Who can moderate?');
INSERT INTO international VALUES (21,'Article','English','Edit Timeout');
INSERT INTO international VALUES (22,'Article','English','Author');
INSERT INTO international VALUES (23,'Article','English','Date');
INSERT INTO international VALUES (24,'Article','English','Post Response');
INSERT INTO international VALUES (25,'Article','English','Edit Response');
INSERT INTO international VALUES (26,'Article','English','Delete Response');
INSERT INTO international VALUES (27,'Article','English','Back To Article');
INSERT INTO international VALUES (413,'WebGUI','English','On Critical Error');
INSERT INTO international VALUES (28,'Article','English','View Responses');
INSERT INTO international VALUES (414,'WebGUI','English','Display debugging information.');
INSERT INTO international VALUES (415,'WebGUI','English','Display a friendly message.');
INSERT INTO international VALUES (416,'WebGUI','English','<h1>Problem With Request</h1>We have encountered a problem with your request. Please use your back button and try again. If this problem persists, please contact us with what you were trying to do and the time and date of the problem.');
INSERT INTO international VALUES (417,'WebGUI','English','<h1>Security Violation</h1>You attempted to access a widget not associated with this page. This incident has been reported.');
INSERT INTO international VALUES (418,'WebGUI','English','Filter Contributed HTML');
INSERT INTO international VALUES (419,'WebGUI','English','Remove all tags.');
INSERT INTO international VALUES (420,'WebGUI','English','Leave as is.');
INSERT INTO international VALUES (421,'WebGUI','English','Remove all but basic formating.');
INSERT INTO international VALUES (422,'WebGUI','English','<h1>Login Failed</h1>The information supplied does not match the account.');
INSERT INTO international VALUES (423,'WebGUI','English','View active sessions.');
INSERT INTO international VALUES (424,'WebGUI','English','View login history.');
INSERT INTO international VALUES (425,'WebGUI','English','Active Sessions');
INSERT INTO international VALUES (426,'WebGUI','English','Login History');
INSERT INTO international VALUES (427,'WebGUI','English','Styles');
INSERT INTO international VALUES (428,'WebGUI','English','User (ID)');
INSERT INTO international VALUES (429,'WebGUI','English','Login Time');
INSERT INTO international VALUES (430,'WebGUI','English','Last Page View');
INSERT INTO international VALUES (431,'WebGUI','English','IP Address');
INSERT INTO international VALUES (432,'WebGUI','English','Expires');
INSERT INTO international VALUES (433,'WebGUI','English','User Agent');
INSERT INTO international VALUES (434,'WebGUI','English','Status');
INSERT INTO international VALUES (435,'WebGUI','English','Session Signature');
INSERT INTO international VALUES (436,'WebGUI','English','Kill Session');
INSERT INTO international VALUES (437,'WebGUI','English','Statistics');
INSERT INTO international VALUES (438,'WebGUI','English','Your Name');
INSERT INTO international VALUES (13,'MessageBoard','Deutsch','Antwort\r\nschicken');
INSERT INTO international VALUES (13,'LinkList','Deutsch','Neuen Link\r\nhinzuf<EFBFBD>gen');
INSERT INTO international VALUES (13,'EventsCalendar','Deutsch','Veranstaltung bearbeiten');
INSERT INTO international VALUES (13,'DownloadManager','Deutsch','Anhang\r\nl<EFBFBD>schen.');
INSERT INTO international VALUES (13,'Article','Deutsch','L<EFBFBD>schen');
INSERT INTO international VALUES (12,'WebGUI','Deutsch','Administrationsmodus abschalten');
INSERT INTO international VALUES (12,'UserSubmission','Deutsch','(Bitte\r\nausklicken, wenn Ihr Beitrag in HTML geschrieben ist)');
INSERT INTO international VALUES (12,'SQLReport','Deutsch','Fehler:\r\nDatenbankverbindung konnte nicht aufgebaut werden.');
INSERT INTO international VALUES (12,'MessageBoard','Deutsch','Beitrag\r\nbearbeiten');
INSERT INTO international VALUES (12,'LinkList','Deutsch','Link\r\nbearbeiten');
INSERT INTO international VALUES (12,'EventsCalendar','Deutsch','Veranstaltungskalender bearbeiten');
INSERT INTO international VALUES (12,'DownloadManager','Deutsch','Sind Sie\r\nsicher, dass Sie diesen Download l<EFBFBD>schen m<EFBFBD>chten?');
INSERT INTO international VALUES (12,'Article','Deutsch','Artikel\r\nbearbeiten');
INSERT INTO international VALUES (11,'WebGUI','Deutsch','M<EFBFBD>lleimer\r\nleeren');
INSERT INTO international VALUES (11,'UserSubmission','Deutsch','Beitrag\r\nhinzuf<EFBFBD>gen');
INSERT INTO international VALUES (11,'SQLReport','Deutsch','Fehler: Es gab\r\nein Problem mit der Abfrage.');
INSERT INTO international VALUES (11,'Poll','Deutsch','Abstimmen');
INSERT INTO international VALUES (11,'MessageBoard','Deutsch','Zur<EFBFBD>ck zur\r\nBeitragsliste');
INSERT INTO international VALUES (11,'LinkList','Deutsch','Link Liste\r\nhinzuf<EFBFBD>gen');
INSERT INTO international VALUES (11,'EventsCalendar','Deutsch','<b>und</b>\r\nalle seine Wiederholungen l<EFBFBD>schen wollen?');
INSERT INTO international VALUES (11,'DownloadManager','Deutsch','Neuen\r\nDownload hinzuf<EFBFBD>gen.');
INSERT INTO international VALUES (11,'Article','Deutsch','(Bitte anklicken,\r\nfalls Sie nicht &lt;br&gt; in Ihrem Text hinzuf<EFBFBD>gen.)');
INSERT INTO international VALUES (10,'WebGUI','Deutsch','M<EFBFBD>lleimer\r\nanschauen');
INSERT INTO international VALUES (10,'SQLReport','Deutsch','Fehler: Das\r\nSQL-Statement ist im falschen Format.');
INSERT INTO international VALUES (10,'UserSubmission','Deutsch','Standard\r\nstatus');
INSERT INTO international VALUES (10,'Poll','Deutsch','Abstimmung\r\nzur<EFBFBD>cksetzen');
INSERT INTO international VALUES (10,'MessageBoard','Deutsch','Vorherige\r\nDiskussion');
INSERT INTO international VALUES (10,'LinkList','Deutsch','Link Liste\r\nbearbeiten');
INSERT INTO international VALUES (10,'FAQ','Deutsch','Frage bearbeiten');
INSERT INTO international VALUES (10,'EventsCalendar','Deutsch','Sind Sie\r\nsicher, dass Sie diesen Termin');
INSERT INTO international VALUES (10,'DownloadManager','Deutsch','Download\r\nbearbeiten');
INSERT INTO international VALUES (10,'Article','Deutsch','Carriage Return\r\nbeachten?');
INSERT INTO international VALUES (9,'UserSubmission','Deutsch','Ausstehend');
INSERT INTO international VALUES (9,'WebGUI','Deutsch','Zwischenablage\r\nanschauen');
INSERT INTO international VALUES (9,'SQLReport','Deutsch','Fehler: Die DSN\r\nbesitzt das falsche Format.');
INSERT INTO international VALUES (9,'SiteMap','Deutsch','<EFBFBD>bersicht\r\nanzeigen?');
INSERT INTO international VALUES (9,'Poll','Deutsch','Abstimmung\r\nbearbeiten');
INSERT INTO international VALUES (9,'MessageBoard','Deutsch','Beitrags\r\nID:');
INSERT INTO international VALUES (9,'LinkList','Deutsch','Sind Sie sicher,\r\ndass Sie diesen Link l<EFBFBD>schen wollen?');
INSERT INTO international VALUES (9,'FAQ','Deutsch','Neue Frage\r\nhinzuf<EFBFBD>gen');
INSERT INTO international VALUES (9,'EventsCalendar','Deutsch','bis');
INSERT INTO international VALUES (9,'DownloadManager','Deutsch','Download\r\nManager bearbeiten');
INSERT INTO international VALUES (9,'Article','Deutsch','Dateianhang');
INSERT INTO international VALUES (8,'WebGUI','Deutsch','\"Seite nicht\r\ngefunden\" anschauen');
INSERT INTO international VALUES (8,'UserSubmission','Deutsch','Verboten');
INSERT INTO international VALUES (8,'SQLReport','Deutsch','SQL Bericht\r\nbearbeiten');
INSERT INTO international VALUES (8,'SiteMap','Deutsch','Zeilenabstand');
INSERT INTO international VALUES (8,'Poll','Deutsch','(Eine Antwort pro\r\nZeile. Bitte nicht mehr als 20 verschiedene Antworten)');
INSERT INTO international VALUES (8,'MessageBoard','Deutsch','Datum:');
INSERT INTO international VALUES (8,'LinkList','Deutsch','URL');
INSERT INTO international VALUES (8,'FAQ','Deutsch','F.A.Q. bearbeiten');
INSERT INTO international VALUES (8,'EventsCalendar','Deutsch','Wiederholt\r\nsich');
INSERT INTO international VALUES (8,'DownloadManager','Deutsch','Kurze\r\nBeschreibung');
INSERT INTO international VALUES (7,'WebGUI','Deutsch','Benutzer\r\nverwalten');
INSERT INTO international VALUES (8,'Article','Deutsch','Link URL');
INSERT INTO international VALUES (7,'UserSubmission','Deutsch','Erlaubt');
INSERT INTO international VALUES (7,'SQLReport','Deutsch','Datenbankpasswort');
INSERT INTO international VALUES (7,'SiteMap','Deutsch','Kugel');
INSERT INTO international VALUES (7,'Poll','Deutsch','Antworten');
INSERT INTO international VALUES (7,'MessageBoard','Deutsch','Autor:');
INSERT INTO international VALUES (7,'LinkList','Deutsch','Link\r\nhinzuf<EFBFBD>gen');
INSERT INTO international VALUES (7,'FAQ','Deutsch','Sind Sie sicher, dass\r\nSie diese Frage l<EFBFBD>schen wollen?');
INSERT INTO international VALUES (7,'EventsCalendar','Deutsch','Termin\r\nhinzuf<EFBFBD>gen');
INSERT INTO international VALUES (7,'DownloadManager','Deutsch','Gruppe,\r\ndie Download benutzen kann');
INSERT INTO international VALUES (7,'Article','Deutsch','Link Titel');
INSERT INTO international VALUES (6,'WebGUI','Deutsch','Stile verwalten');
INSERT INTO international VALUES (6,'UserSubmission','Deutsch','Beitr<EFBFBD>ge\r\npro Seite');
INSERT INTO international VALUES (6,'SyndicatedContent','Deutsch','Aktueller Inhalt');
INSERT INTO international VALUES (6,'SQLReport','Deutsch','Datenbankbenutzer');
INSERT INTO international VALUES (6,'SiteMap','Deutsch','Zweck');
INSERT INTO international VALUES (6,'MessageBoard','Deutsch','Diskussionsforum bearbeiten');
INSERT INTO international VALUES (6,'Poll','Deutsch','Frage');
INSERT INTO international VALUES (6,'LinkList','Deutsch','Link Liste');
INSERT INTO international VALUES (6,'FAQ','Deutsch','Antwort');
INSERT INTO international VALUES (6,'ExtraColumn','Deutsch','Extra Spalte\r\nbearbeiten');
INSERT INTO international VALUES (6,'EventsCalendar','Deutsch','Woche');
INSERT INTO international VALUES (6,'DownloadManager','Deutsch','Dateiname');
INSERT INTO international VALUES (6,'Article','Deutsch','Bild');
INSERT INTO international VALUES (5,'WebGUI','Deutsch','Gruppen\r\nverwalten');
INSERT INTO international VALUES (5,'UserSubmission','Deutsch','Ihr Beitrag\r\nwurde abgelehnt.');
INSERT INTO international VALUES (5,'SyndicatedContent','Deutsch','zuletzt\r\ngeholt');
INSERT INTO international VALUES (5,'SQLReport','Deutsch','DSN (Data Source\r\nName)');
INSERT INTO international VALUES (5,'SiteMap','Deutsch','Site Map\r\nbearbeiten');
INSERT INTO international VALUES (5,'Poll','Deutsch','Breite der Grafik');
INSERT INTO international VALUES (5,'MessageBoard','Deutsch','Timeout zum\r\nbearbeiten');
INSERT INTO international VALUES (5,'LinkList','Deutsch','Wollen Sie einen\r\nLink hinzuf<EFBFBD>gen?');
INSERT INTO international VALUES (5,'Item','Deutsch','Anhang\r\nherunterladen');
INSERT INTO international VALUES (5,'FAQ','Deutsch','Frage');
INSERT INTO international VALUES (5,'ExtraColumn','Deutsch','StyleSheet\r\nClass');
INSERT INTO international VALUES (5,'EventsCalendar','Deutsch','Tag');
INSERT INTO international VALUES (5,'Article','Deutsch','Text');
INSERT INTO international VALUES (5,'DownloadManager','Deutsch','Dateititel');
INSERT INTO international VALUES (4,'WebGUI','Deutsch','Einstellungen\r\nverwalten');
INSERT INTO international VALUES (4,'UserSubmission','Deutsch','Ihr Betrag\r\nwurde angenommen.');
INSERT INTO international VALUES (4,'SQLReport','Deutsch','Abfrage');
INSERT INTO international VALUES (4,'SyndicatedContent','Deutsch','Clipping-Dienst bearbeiten');
INSERT INTO international VALUES (4,'SiteMap','Deutsch','Tiefe');
INSERT INTO international VALUES (4,'Poll','Deutsch','Wer kann\r\nabstimmen?');
INSERT INTO international VALUES (4,'FAQ','Deutsch','Frage hinzuf<EFBFBD>gen');
INSERT INTO international VALUES (4,'Item','Deutsch','Kleiner Artikel');
INSERT INTO international VALUES (4,'LinkList','Deutsch','Kugel');
INSERT INTO international VALUES (4,'MessageBoard','Deutsch','Beitr<EFBFBD>ge pro\r\nSeite');
INSERT INTO international VALUES (4,'ExtraColumn','Deutsch','Breite');
INSERT INTO international VALUES (4,'EventsCalendar','Deutsch','Einmaliges\r\nEreignis');
INSERT INTO international VALUES (4,'DownloadManager','Deutsch','Download\r\nhinzuf<EFBFBD>gen');
INSERT INTO international VALUES (4,'Article','Deutsch','Ende Datum');
INSERT INTO international VALUES (3,'WebGUI','Deutsch','Aus Zwischenablage\r\neinf<EFBFBD>gen...');
INSERT INTO international VALUES (3,'UserSubmission','Deutsch','Sie sollten\r\neinen neuen Beitrag genehmigen.');
INSERT INTO international VALUES (3,'SyndicatedContent','Deutsch','Clipping-Dienst hinzuf<EFBFBD>gen');
INSERT INTO international VALUES (3,'SQLReport','Deutsch','Schablone');
INSERT INTO international VALUES (3,'SiteMap','Deutsch','Auf dieser Ebene\r\nStarten?');
INSERT INTO international VALUES (3,'Poll','Deutsch','Aktiv');
INSERT INTO international VALUES (3,'MessageBoard','Deutsch','Wer kann\r\nBeitr<EFBFBD>ge schreiben?');
INSERT INTO international VALUES (3,'LinkList','Deutsch','In neuem Fenster\r\n<EFBFBD>ffnen?');
INSERT INTO international VALUES (3,'FAQ','Deutsch','F.A.Q. hinzuf<EFBFBD>gen');
INSERT INTO international VALUES (3,'Item','Deutsch','Anhang l<EFBFBD>schen');
INSERT INTO international VALUES (3,'ExtraColumn','Deutsch','Platzhalter');
INSERT INTO international VALUES (3,'EventsCalendar','Deutsch','Veranstaltungskalender hinzuf<EFBFBD>gen');
INSERT INTO international VALUES (3,'DownloadManager','Deutsch','Fortfahren\r\ndie Datei hinzuzuf<EFBFBD>gen?');
INSERT INTO international VALUES (3,'Article','Deutsch','Start Datum');
INSERT INTO international VALUES (2,'WebGUI','Deutsch','Seite');
INSERT INTO international VALUES (2,'UserSubmission','Deutsch','Wer kann\r\nBeitr<EFBFBD>ge schreiben?');
INSERT INTO international VALUES (2,'SyndicatedContent','Deutsch','Clipping-Dienst');
INSERT INTO international VALUES (2,'SQLReport','Deutsch','SQL Bericht\r\nhinzuf<EFBFBD>gen');
INSERT INTO international VALUES (2,'SiteMap','Deutsch','Site\r\nMap/<EFBFBD>bersicht');
INSERT INTO international VALUES (2,'FAQ','Deutsch','F.A.Q.');
INSERT INTO international VALUES (2,'Item','Deutsch','Anhang');
INSERT INTO international VALUES (2,'LinkList','Deutsch','Zeilenabstand');
INSERT INTO international VALUES (2,'MessageBoard','Deutsch','Diskussionsforum');
INSERT INTO international VALUES (2,'Poll','Deutsch','Abstimmung\r\nhinzuf<EFBFBD>gen');
INSERT INTO international VALUES (2,'EventsCalendar','Deutsch','Veranstaltungskalender');
INSERT INTO international VALUES (2,'ExtraColumn','Deutsch','Extra Spalte\r\nhinzuf<EFBFBD>gen');
INSERT INTO international VALUES (2,'DownloadManager','Deutsch','Download\r\nManager hinzuf<EFBFBD>gen');
INSERT INTO international VALUES (2,'Article','Deutsch','Artikel\r\nhinzuf<EFBFBD>gen');
INSERT INTO international VALUES (1,'WebGUI','Deutsch','Inhalt\r\nhinzuf<EFBFBD>gen...');
INSERT INTO international VALUES (1,'SyndicatedContent','Deutsch','URL zur\r\nRSS-Datei');
INSERT INTO international VALUES (1,'UserSubmission','Deutsch','Wer kann\r\ngenehmigen?');
INSERT INTO international VALUES (1,'SQLReport','Deutsch','SQL Bericht');
INSERT INTO international VALUES (1,'SiteMap','Deutsch','Site Map/<EFBFBD>berblick\r\nhinzuf<EFBFBD>gen');
INSERT INTO international VALUES (1,'Poll','Deutsch','Abstimmung');
INSERT INTO international VALUES (1,'MessageBoard','Deutsch','Diskussionsforum hinzuf<EFBFBD>gen');
INSERT INTO international VALUES (1,'LinkList','Deutsch','Tabulator');
INSERT INTO international VALUES (1,'Item','Deutsch','Link URL');
INSERT INTO international VALUES (1,'FAQ','Deutsch','Frage hinzuf<EFBFBD>gen?');
INSERT INTO international VALUES (1,'ExtraColumn','Deutsch','Extra\r\nSpalte');
INSERT INTO international VALUES (1,'EventsCalendar','Deutsch','Termin\r\nhinzuf<EFBFBD>gen?');
INSERT INTO international VALUES (1,'DownloadManager','Deutsch','Download\r\nManager');
INSERT INTO international VALUES (1,'Article','Deutsch','Artikel');
INSERT INTO international VALUES (395,'WebGUI','Deutsch','Neue Grafik\r\nhinzuf<EFBFBD>gen.');
INSERT INTO international VALUES (396,'WebGUI','Deutsch','Grafik\r\nanschauen');
INSERT INTO international VALUES (397,'WebGUI','Deutsch','Zur<EFBFBD>ck zur\r\nGrafik<EFBFBD>bersicht.');
INSERT INTO international VALUES (398,'WebGUI','Deutsch','Dokumententyp\r\nBeschreibung');
INSERT INTO international VALUES (399,'WebGUI','Deutsch','Diese Seite\r\n<EFBFBD>berpr<EFBFBD>fen.');
INSERT INTO international VALUES (400,'WebGUI','Deutsch','Caching\r\nverhindern');
INSERT INTO international VALUES (401,'WebGUI','Deutsch','Sind Sie sicher,\r\ndass Sie diese Nachrichten und alle darunterliegenden l<EFBFBD>schen wollen?');
INSERT INTO international VALUES (402,'WebGUI','Deutsch','Die Nachricht die\r\nsie abfragen wollten existiert leider nicht.');
INSERT INTO international VALUES (403,'WebGUI','Deutsch','Ich teile es\r\nlieber nicht mit.');
INSERT INTO international VALUES (404,'WebGUI','Deutsch','Erste Seite');
INSERT INTO international VALUES (405,'WebGUI','Deutsch','Letzte Seite');
INSERT INTO international VALUES (406,'WebGUI','Deutsch','Gr<EFBFBD><EFBFBD>e der kleinen\r\nBilder');
INSERT INTO international VALUES (407,'WebGUI','Deutsch','Klicken Sie hier,\r\num sich zu registrieren');
INSERT INTO international VALUES (408,'WebGUI','Deutsch','Startseiten\r\nbearbeiten');
INSERT INTO international VALUES (409,'WebGUI','Deutsch','Neue Startseite\r\nanlegen');
INSERT INTO international VALUES (410,'WebGUI','Deutsch','Startseiten\r\nbearbeiten');
INSERT INTO international VALUES (411,'WebGUI','Deutsch','Men<EFBFBD> Titel');
INSERT INTO international VALUES (412,'WebGUI','Deutsch','Synopse');
INSERT INTO international VALUES (413,'WebGUI','Deutsch','Bei kritischem\r\nFehler');
INSERT INTO international VALUES (414,'WebGUI','Deutsch','Debuginformationen anzeigen');
INSERT INTO international VALUES (415,'WebGUI','Deutsch','benutzerfreundlich anzeigen');
INSERT INTO international VALUES (416,'WebGUI','Deutsch','<h1>Abfrageproblem</h1> Ihre Anfrage macht dem\r\nSystem Probleme. Bitte bet<EFBFBD>tigen Sie den Zur<EFBFBD>ckbutton im Browser und\r\nversuchen Sie es nochmal. Sollte dieses Problem weiterbestehen, teilen Sie\r\nuns bitte mit, was Sie wo im System wann gemacht haben.');
INSERT INTO international VALUES (417,'WebGUI','Deutsch','<h1>Sicherheitsversto<EFBFBD></h1> Sie haben versucht\r\nauf einen Systemteil zuzugreifen, der Ihnen nicht erlaubt ist. Der Versto<EFBFBD>\r\nwurde gemeldet.');
INSERT INTO international VALUES (418,'WebGUI','Deutsch','HTML filtern');
INSERT INTO international VALUES (419,'WebGUI','Deutsch','Alle\r\nBeschreibungselemente entfernen');
INSERT INTO international VALUES (420,'WebGUI','Deutsch','Nicht\r\nver<EFBFBD>ndern');
INSERT INTO international VALUES (421,'WebGUI','Deutsch','Nur einfache\r\nFormatierungen beibehalten');
INSERT INTO international VALUES (422,'WebGUI','Deutsch','<h1>Anmeldung ist\r\nfehlgeschlagen!</h1> Die eingegebenen Zugansdaten stimmen mit keinen\r\nBenutzerdaten <EFBFBD>berein.');
INSERT INTO international VALUES (423,'WebGUI','Deutsch','Aktive Sitzungen\r\nanschauen');
INSERT INTO international VALUES (424,'WebGUI','Deutsch','Anmeldungshistorie anschauen');
INSERT INTO international VALUES (425,'WebGUI','Deutsch','Aktive\r\nSitzungen');
INSERT INTO international VALUES (426,'WebGUI','Deutsch','Anmeldungshistorie');
INSERT INTO international VALUES (427,'WebGUI','Deutsch','Stile');
INSERT INTO international VALUES (428,'WebGUI','Deutsch','Benutzername');
INSERT INTO international VALUES (429,'WebGUI','Deutsch','Anmeldungszeit');
INSERT INTO international VALUES (430,'WebGUI','Deutsch','Seite wurde das\r\nletzte mal angeschaut');
INSERT INTO international VALUES (431,'WebGUI','Deutsch','IP Adresse');
INSERT INTO international VALUES (432,'WebGUI','Deutsch','l<EFBFBD>uft ab');
INSERT INTO international VALUES (434,'WebGUI','Deutsch','Status');
INSERT INTO international VALUES (435,'WebGUI','Deutsch','Sitzungssignatur');
INSERT INTO international VALUES (436,'WebGUI','Deutsch','Sitzung\r\nbeenden');
INSERT INTO international VALUES (437,'WebGUI','Deutsch','Statistiken');
INSERT INTO international VALUES (438,'WebGUI','Deutsch','Ihr Name');
INSERT INTO international VALUES (439,'WebGUI','English','Personal Information');
INSERT INTO international VALUES (440,'WebGUI','English','Contact Information');
INSERT INTO international VALUES (441,'WebGUI','English','Email To Pager Gateway');
INSERT INTO international VALUES (442,'WebGUI','English','Work Information');
INSERT INTO international VALUES (443,'WebGUI','English','Home Information');
INSERT INTO international VALUES (444,'WebGUI','English','Demographic Information');
INSERT INTO international VALUES (445,'WebGUI','English','Preferences');
INSERT INTO international VALUES (446,'WebGUI','English','Work Web Site');
INSERT INTO international VALUES (447,'WebGUI','English','Manage page tree.');
INSERT INTO international VALUES (448,'WebGUI','English','Page Tree');
INSERT INTO international VALUES (449,'WebGUI','English','Miscellaneous Information');
INSERT INTO international VALUES (450,'WebGUI','English','Work Name (Company Name)');
INSERT INTO international VALUES (451,'WebGUI','English','is required.');
INSERT INTO international VALUES (452,'WebGUI','English','Please wait...');
INSERT INTO international VALUES (453,'WebGUI','English','Date Created');
INSERT INTO international VALUES (454,'WebGUI','English','Last Updated');
INSERT INTO international VALUES (455,'WebGUI','English','Edit User\'s Profile');
INSERT INTO international VALUES (456,'WebGUI','English','Back to user list.');
INSERT INTO international VALUES (457,'WebGUI','English','Edit this user\'s account.');
INSERT INTO international VALUES (458,'WebGUI','English','Edit this user\'s groups.');
INSERT INTO international VALUES (459,'WebGUI','English','Edit this user\'s profile.');
INSERT INTO international VALUES (460,'WebGUI','English','Time Offset');
INSERT INTO international VALUES (461,'WebGUI','English','Date Format');
INSERT INTO international VALUES (462,'WebGUI','English','Time Format');
INSERT INTO international VALUES (463,'WebGUI','English','Text Area Rows');
INSERT INTO international VALUES (464,'WebGUI','English','Text Area Columns');
INSERT INTO international VALUES (465,'WebGUI','English','Text Box Size');
INSERT INTO international VALUES (466,'WebGUI','English','Are you certain you wish to delete this category and move all of its fields to the Miscellaneous category?');
INSERT INTO international VALUES (467,'WebGUI','English','Are you certain you wish to delete this field and all user data attached to it?');
INSERT INTO international VALUES (468,'WebGUI','English','Add/Edit User Profile Category');
INSERT INTO international VALUES (469,'WebGUI','English','Id');
INSERT INTO international VALUES (470,'WebGUI','English','Name');
INSERT INTO international VALUES (471,'WebGUI','English','Add/Edit User Profile Field');
INSERT INTO international VALUES (472,'WebGUI','English','Label');
INSERT INTO international VALUES (473,'WebGUI','English','Visible?');
INSERT INTO international VALUES (474,'WebGUI','English','Required?');
INSERT INTO international VALUES (475,'WebGUI','English','Text');
INSERT INTO international VALUES (476,'WebGUI','English','Text Area');
INSERT INTO international VALUES (477,'WebGUI','English','HTML Area');
INSERT INTO international VALUES (478,'WebGUI','English','URL');
INSERT INTO international VALUES (479,'WebGUI','English','Date');
INSERT INTO international VALUES (480,'WebGUI','English','Email Address');
INSERT INTO international VALUES (481,'WebGUI','English','Telephone Number');
INSERT INTO international VALUES (482,'WebGUI','English','Number (Integer)');
INSERT INTO international VALUES (483,'WebGUI','English','Yes or No');
INSERT INTO international VALUES (484,'WebGUI','English','Select List');
INSERT INTO international VALUES (485,'WebGUI','English','Boolean (Checkbox)');
INSERT INTO international VALUES (486,'WebGUI','English','Data Type');
INSERT INTO international VALUES (487,'WebGUI','English','Possible Values');
INSERT INTO international VALUES (488,'WebGUI','English','Default Value(s)');
INSERT INTO international VALUES (489,'WebGUI','English','Profile Category');
INSERT INTO international VALUES (490,'WebGUI','English','Add a profile category.');
INSERT INTO international VALUES (491,'WebGUI','English','Add a profile field.');
INSERT INTO international VALUES (492,'WebGUI','English','Profile fields list.');
INSERT INTO international VALUES (493,'WebGUI','English','Back to site.');
#
# 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,
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) NOT NULL default '',
styleId int(11) NOT NULL default '0',
ownerId int(11) NOT NULL default '0',
ownerView int(11) NOT NULL default '1',
ownerEdit int(11) NOT NULL default '1',
groupId int(11) default NULL,
groupView int(11) NOT NULL default '1',
groupEdit int(11) NOT NULL default '0',
worldView int(11) NOT NULL default '1',
worldEdit int(11) NOT NULL default '0',
sequenceNumber int(11) NOT NULL default '1',
metaTags text,
urlizedTitle varchar(255) default NULL,
defaultMetaTags int(11) NOT NULL default '0',
template varchar(30) NOT NULL default 'Default',
menuTitle varchar(128) default NULL,
synopsis text,
PRIMARY KEY (pageId)
) TYPE=MyISAM;
#
# Dumping data for table 'page'
#
INSERT INTO page VALUES (1,0,'Home',-3,3,1,1,1,1,0,1,0,0,'','home',1,'Default','Home',NULL);
INSERT INTO page VALUES (4,0,'Page Not Found',-3,3,1,1,1,1,0,1,0,21,'','page_not_found',0,'Default','Page Not Found',NULL);
INSERT INTO page VALUES (3,0,'Trash',5,3,1,1,3,1,1,0,0,22,'','trash',0,'Default','Trash',NULL);
INSERT INTO page VALUES (2,0,'Clipboard',4,3,1,1,4,1,1,0,0,23,'','clipboard',0,'Default','Clipboard',NULL);
INSERT INTO page VALUES (5,0,'Packages',1,3,0,0,6,1,1,0,0,24,'','packages',0,'Default','Packages',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 ('attachmentDirectoryWeb','/uploads');
INSERT INTO settings VALUES ('maxAttachmentSize','300');
INSERT INTO settings VALUES ('lib','/extras');
INSERT INTO settings VALUES ('sessionTimeout','28000');
INSERT INTO settings VALUES ('attachmentDirectoryLocal','/data/WebGUI/www/uploads');
INSERT INTO settings VALUES ('smtpServer','localhost');
INSERT INTO settings VALUES ('companyEmail','info@mycompany.com');
INSERT INTO settings VALUES ('ldapURL','ldap://ldap.mycompany.com:389/o=MyCompany');
INSERT INTO settings VALUES ('companyName','My Company');
INSERT INTO settings VALUES ('companyURL','http://www.mycompany.com');
INSERT INTO settings VALUES ('ldapId','shortname');
INSERT INTO settings VALUES ('ldapIdName','LDAP Shortname');
INSERT INTO settings VALUES ('ldapPasswordName','LDAP Password');
INSERT INTO settings VALUES ('authMethod','WebGUI');
INSERT INTO settings VALUES ('anonymousRegistration','1');
INSERT INTO settings VALUES ('notFoundPage','1');
INSERT INTO settings VALUES ('recoverPasswordEmail','Someone (probably you) requested your account information be sent. Your password has been reset. The following represents your new account information:');
INSERT INTO settings VALUES ('usernameBinding','0');
INSERT INTO settings VALUES ('profileName','1');
INSERT INTO settings VALUES ('profileExtraContact','1');
INSERT INTO settings VALUES ('profileMisc','1');
INSERT INTO settings VALUES ('profileHome','0');
INSERT INTO settings VALUES ('profileWork','0');
INSERT INTO settings VALUES ('docTypeDec','<!DOCTYPE HTML PUBLIC \"-//W3C//DTD HTML 4.01 Transitional//EN\">');
INSERT INTO settings VALUES ('preventProxyCache','0');
INSERT INTO settings VALUES ('thumbnailSize','50');
INSERT INTO settings VALUES ('onCriticalError','friendly');
INSERT INTO settings VALUES ('filterContributedHTML','most');
INSERT INTO settings VALUES ('textAreaRows','5');
INSERT INTO settings VALUES ('textAreaCols','50');
INSERT INTO settings VALUES ('textBoxSize','30');
#
# Table structure for table 'style'
#
CREATE TABLE style (
styleId int(11) NOT NULL default '0',
name varchar(30) default NULL,
header text,
footer text,
styleSheet text,
PRIMARY KEY (styleId)
) TYPE=MyISAM;
#
# Dumping data for table 'style'
#
INSERT INTO style VALUES (-3,'WebGUI','<body bgcolor=\"#000000\" text=\"#C9E200\" link=\"#ED4400\" marginwidth=\"0\" leftmargin=\"0\">\r\n<table width=\"100%\" cellpadding=0 cellspacing=0 border=0>\r\n<tr><td valign=\"top\" width=\"200\">\r\n<a href=\"/\"><img src=\"/extras/styles/webgui/logo.gif\" border=0></a>\r\n<table cellpadding=0 border=0 cellspacing=0>\r\n<tr><td colspan=3><img src=\"/extras/styles/webgui/menuTop.gif\" width=\"200\"></td></tr>\r\n<tr>\r\n <td bgcolor=\"#C9E200\"><img src=\"/extras/spacer.gif\" width=5></td>\r\n <td bgcolor=\"#C9E200\">^FlexMenu;</td>\r\n <td bgcolor=\"#C9E200\"><img src=\"/extras/spacer.gif\" width=5></td>\r\n</tr>\r\n<tr><td colspan=3><img src=\"/extras/styles/webgui/menuBottom.gif\" width=\"200\"></td></tr>\r\n</table>\r\n^L;\r\n</td>\r\n<td><img src=\"/extras/spacer.gif\" width=20></td>\r\n<td valign=\"top\" width=\"100%\">\r\n\r\n','</td></tr></table>\r\n<p>\r\n<div align=\"center\">\r\n<a href=\"/\"><img src=\"/extras/styles/webgui/icon.gif\" border=0></a><br>\r\n<EFBFBD>2001-2002 Plain Black Software<br>\r\n</div>\r\n</body>','<style>\r\n\r\n.content, body {\r\n background-color: #000000;\r\n color: #C9E200;\r\n font-family: helvetica, arial;\r\n font-size: 10pt;\r\n scrollbar-base-color: #000000;\r\n scrollbar-track-color: #444444;\r\n scrollbar-face-color: #000000;\r\n scrollbar-highlight-color: #555555;\r\n scrollbar-3dlight-color: #444444;\r\n scrollbar-darkshadow-color: #222222;\r\n scrollbar-shadow-color: #333333;\r\n scrollbar-arrow-color: #ED4400;\r\n}\r\n\r\nselect, input, textarea {\r\n color: #000000;\r\n background-color: #C9E200;\r\n}\r\n\r\nA {\r\n color: #ED4400;\r\n}\r\n\r\nA:visited {\r\n color: #ffffff;\r\n}\r\n\r\n.verticalMenu {\r\n font-size: 10pt;\r\n}\r\n\r\n.verticalMenu A, .verticalMenu A:visited {\r\n color: #000000;\r\n}\r\n\r\n.verticalMenu A:hover {\r\n color: #ED4400;\r\n}\r\n\r\n.selectedMenuItem A,.selectedMenuItem A:visited {\r\n color: #ED4400;\r\n}\r\n\r\n.loginBox {\r\n font-size: 10pt;\r\n}\r\n\r\nH1 {\r\n font-family: helvetica, arial;\r\n font-size: 16pt;\r\n}\r\n\r\nsearchBox {\r\n font-size: 10pt;\r\n}\r\n\r\n.pagination {\r\n font-family: helvetica, arial;\r\n font-size: 8pt;\r\n text-align: center;\r\n}\r\n\r\n.adminBar {\r\n background-color: #dddddd;\r\n font-size: 8pt;\r\n font-family: helvetica, arial;\r\n color: #000055;\r\n}\r\n\r\n.formDescription {\r\n font-family: helvetica, arial;\r\n font-size: 10pt;\r\n font-weight: bold;\r\n}\r\n\r\n.formSubtext {\r\n font-family: helvetica, arial;\r\n font-size: 8pt;\r\n}\r\n\r\n.highlight {\r\n background-color: #444444;\r\n}\r\n\r\n.tableMenu {\r\n background-color: #444444;\r\n font-size: 8pt;\r\n font-family: Helvetica, Arial;\r\n}\r\n\r\n.tableMenu a {\r\n text-decoration: none;\r\n}\r\n\r\n.tableHeader {\r\n background-color: #555555;\r\n font-size: 10pt;\r\n font-family: Helvetica, Arial;\r\n}\r\n\r\n.tableData {\r\n font-size: 10pt;\r\n font-family: Helvetica, Arial;\r\n}\r\n\r\n.pollAnswer {\r\n font-family: Helvetica, Arial;\r\n font-size: 8pt;\r\n}\r\n\r\n.pollColor {\r\n background-color: #C9E200;\r\n}\r\n\r\n.pollQuestion {\r\n font-face: Helvetica, Arial;\r\n font-weight: bold;\r\n}\r\n\r\n.faqQuestion {\r\n font-size: 12pt;\r\n color: #aaaaaa;\r\n}\r\n</style>');
INSERT INTO style VALUES (2,'Fail Safe','<body>\r\n^H; / ^t; / ^m; / ^a;\r\n<hr>','<hr>\r\n^H; / ^t; / ^m; / ^a;\r\n</body>','<style>\r\n.adminBar {\r\n background-color: #dddddd;\r\n font-size: 8pt;\r\n font-family: helvetica, arial;\r\n color: #000055;\r\n}\r\n</style>');
INSERT INTO style VALUES (-2,'Plain Black Software (black)','<body text=\"#ffffff\" link=\"#EF4200\" vlink=\"#EF4200\" bgcolor=\"#535558\" marginwidth=0 marginheight=0 leftmargin=0 rightmargin=0 topmargin=0 bottommargin=0>\r\n\r\n<table cellspacing=0 cellpadding=0 border=0 width=\"100%\">\r\n<tr>\r\n <td width=\"200\" rowspan=\"2\" bgcolor=\"#ffffff\"><a href=\"/\"><img src=\"/extras/styles/plainblack/logo-white.gif\" width=\"200\" height=\"50\" alt=\"Plain Black Software\" border=\"0\"></a></td>\r\n <td width=\"70%\" bgcolor=\"#38393C\" valign=\"bottom\"><img src=\"/extras/spacer.gif\" width=\"5\"><img src=\"/extras/styles/plainblack/user.gif\" width=\"41\" height=\"25\" alt=\"User:\" border=\"0\"> <a href=\"^\\;?op=displayAccount\" style=\"font-family: courier; color: #cee700; text-decoration: none; vertical-align: middle;\">^@;</a></td>\r\n <td width=\"30%\" align=\"right\" bgcolor=\"#38393C\" valign=\"bottom\"><a href=\"^\\;?op=displayAccount\"><img src=\"/extras/styles/plainblack/myaccount.gif\" width=\"84\" height=\"25\" alt=\"My Account\" border=\"0\"></a><img src=\"/extras/styles/plainblack/darkbar.gif\" width=\"11\" height=\"25\" alt=\"|\" border=\"0\"><a href=\"^/;/download\"><img src=\"/extras/styles/plainblack/download.gif\" width=\"75\" height=\"25\" alt=\"Download\" border=\"0\"></a><img src=\"/extras/styles/plainblack/darkbar.gif\" width=\"11\" height=\"25\" alt=\"|\" border=\"0\"><a href=\"/\"><img src=\"/extras/styles/plainblack/home.gif\" width=\"40\" height=\"25\" alt=\"Home\" border=\"0\"></a><img src=\"/extras/spacer.gif\" width=\"5\"></td>\r\n</tr>\r\n<tr>\r\n <td width=\"70%\" bgcolor=\"#535558\"><img src=\"/extras/spacer.gif\" width=\"5\">^C;</td>\r\n <td width=\"30%\" align=\"right\" bgcolor=\"#535558\" style=\"font-family: courier; color: #cee700;\">^D(\"%c %D, %y\");<img src=\"/extras/spacer.gif\" width=\"5\"></td>\r\n</tr>\r\n</table>\r\n<table cellspacing=0 cellpadding=0 border=0 width=\"100%\" bgcolor=\"#38393C\">\r\n<tr>\r\n <td width=\"200\" valign=\"top\" class=\"sideMenu\">^T(2);</td>\r\n <td width=\"100%\" bgcolor=\"#000000\" rowspan=\"2\" valign=\"top\">','</td>\r\n</tr>\r\n<tr>\r\n <td width=\"200\" bgcolor=\"#38393C\" align=\"center\" valign=\"bottom\"><p><img src=\"/extras/styles/plainblack/webgui.gif\" width=\"200\" height=\"84\" alt=\"\" border=\"0\"><p></td>\r\n</tr>\r\n</table>\r\n<table cellspacing=0 cellpadding=0 border=0 width=\"100%\">\r\n<tr>\r\n <td width=\"50%\" bgcolor=\"#535558\"><img src=\"/extras/styles/plainblack/copyright.gif\" width=\"223\" height=\"25\" alt=\"Copyright 2001-2002 Plain Black Software\" border=\"0\"></td>\r\n <td width=\"50%\" align=\"right\" bgcolor=\"#535558\"><a href=\"^r(linkonly);\"><img src=\"/extras/styles/plainblack/makepageprintable.gif\" width=\"149\" height=\"25\" alt=\"Make Page Printable\" border=\"0\"></a></td>\r\n</tr>\r\n</table>\r\n</body>\r\n','<style>\r\n\r\n.content{\r\n background-color: #000000;\r\n color: #ffffff;\r\n font-family: helvetica, arial;\r\n font-size: 10pt;\r\n padding: 10pt;\r\n}\r\n\r\n.sideMenu {\r\n filter:DropShadow(OffX=2,OffY=2,color:#000000);\r\n font-size: 10pt;\r\n padding: 5pt;\r\n font-family: helvetica, arial;\r\n color: #000000;\r\n}\r\n\r\n.sideMenu A {\r\n text-decoration: none;\r\n color: #ffffff;\r\n}\r\n\r\n.sideMenu A:hover {\r\n color: #EF4200;\r\n text-decoration: underline;\r\n}\r\n\r\nH1 {\r\n font-family: helvetica, arial;\r\n font-size: 16pt;\r\n color: #cee700;\r\n}\r\n\r\nsearchBox {\r\n font-size: 10pt;\r\n}\r\n\r\nA {\r\n color: #EF4200;\r\n}\r\n\r\n.pagination {\r\n font-family: helvetica, arial;\r\n font-size: 8pt;\r\n text-align: center;\r\n}\r\n\r\n.adminBar {\r\n background-color: #dddddd;\r\n font-size: 8pt;\r\n font-family: helvetica, arial;\r\n color: #000055;\r\n}\r\n\r\n.crumbTrail {\r\n font-family: helvetica, arial;\r\n color: #cee700;\r\n font-size: 8pt;\r\n}\r\n\r\n.crumbTrail A,.crumbTrail A:visited {\r\n color: #ffffff;\r\n}\r\n\r\n.formDescription {\r\n font-family: helvetica, arial;\r\n font-size: 10pt;\r\n font-weight: bold;\r\n}\r\n\r\n.formSubtext {\r\n font-family: helvetica, arial;\r\n font-size: 8pt;\r\n}\r\n\r\n.highlight {\r\n background-color: #535558;\r\n}\r\n\r\n.tableMenu {\r\n background-color: #38393C;\r\n font-size: 8pt;\r\n font-family: Helvetica, Arial;\r\n}\r\n\r\n.tableMenu a {\r\n text-decoration: none;\r\n}\r\n\r\n.tableHeader {\r\n background-color: #38393C;\r\n font-size: 10pt;\r\n font-family: Helvetica, Arial;\r\n}\r\n\r\n.tableData {\r\n font-size: 10pt;\r\n font-family: Helvetica, Arial;\r\n}\r\n\r\n.pollAnswer {\r\n font-family: Helvetica, Arial;\r\n font-size: 8pt;\r\n}\r\n\r\n.pollColor {\r\n background-color: #cee700;\r\n border: thin solid #ffffff;\r\n}\r\n\r\n.pollQuestion {\r\n font-face: Helvetica, Arial;\r\n font-weight: bold;\r\n}\r\n\r\n.faqQuestion {\r\n font-size: 12pt;\r\n color: #cee700;\r\n}\r\n\r\n</style>');
INSERT INTO style VALUES (4,'Clipboard','<body>\r\n<table width=\"100%\">\r\n<tr><td><span style=\"font-size: 36pt;\">Clipboard</span>\r\n</td>\r\n<td align=\"right\">^H; / ^a;</td></tr>\r\n<tr><td bgcolor=\"#000000\" colspan=\"2\"><img src=\"/extras/spacer.gif\" height=\"1\"></td></tr>\r\n</table>\r\n<table width=\"100%\"><tr><td valign=\"top\" width=\"30%\"><b>PAGES</b><br>^FlexMenu;</td><td width=\"1\" bgcolor=\"#000000\"><img src=\"/extras/spacer.gif\" width=\"1\"></td><td valign=\"top\" width=\"70%\"><b>CONTENT</b><br>','</td></tr></table>\r\n<table width=\"100%\">\r\n<tr><td bgcolor=\"#000000\" colspan=\"2\"><img src=\"/extras/spacer.gif\" height=\"1\"></td></tr>\r\n</table>\r\n^H; / ^a;\r\n</body>','<style>\r\n.adminBar {\r\n background-color: #dddddd;\r\n font-size: 8pt;\r\n font-family: helvetica, arial;\r\n color: #000055;\r\n}\r\n</style>');
INSERT INTO style VALUES (-1,'Yahoo!','<html><head><title>Yahoo!</title><meta http-equiv=\"PICS-Label\" content=\'(PICS-1.1 \"http://www.rsac.org/ratingsv01.html\" l gen true for \"http://www.yahoo.com\" r (n 0 s 0 v 0 l 0))\'></head><body>\r\n<script language=javascript><!--\r\nfunction f(){\r\nvar f,m,p,a,i,k,o,e,l,c,d;\r\nf=\"0123456789abcdefghijklmnopqrstuvwxyz\";\r\nm=new Array;\r\np=\"claim-your-name\";\r\na=10;\r\nfor(i=0;i<36;i++){\r\n if(i==26)a=-26;\r\n m[f.charAt(i)]=f.charAt(i+a);\r\n}\r\nk=document.cookie;\r\nif((o=k.indexOf(\"Y=\"))==-1)return p;\r\nif((o=k.indexOf(\"l=\",o+2))==-1)return p;\r\nif((e=k.indexOf(\"/\",o+2))==-1)return p;\r\nif(e>o+18)e=o+18;\r\nl=k.substring(o+2,e);\r\np=\"\";\r\nfor(i=0;i<l.length;i++){\r\n c=l.charAt(i);\r\n if(m[c])p+=m[c];else p+=\'-\';\r\n}\r\nreturn p;\r\n}\r\nd=f();//-->\r\n</script>\r\n<center><form name=f action=http://search.yahoo.com/bin/search><map name=m><area coords=\"0,0,52,52\" href=r/c1><area coords=\"53,0,121,52\" href=r/p1><area coords=\"122,0,191,52\" href=r/m1><area coords=\"441,0,510,52\" href=r/wn><area coords=\"511,0,579,52\" href=r/i1><area coords=\"580,0,637,52\" href=r/hw></map><img width=638 height=53 border=0 usemap=\"#m\" src=http://us.a1.yimg.com/us.yimg.com/i/ww/m5v5.gif alt=Yahoo><br><table border=0 cellspacing=0 cellpadding=3 width=640><tr><td align=center width=205>\r\n<font color=ff0020>new!</font> <a href=\"http://www.yahoo.com/homet/?http://new.domains.yahoo.com\"><b>Y! Domains</b></a><br><small>reserve .biz & .info domains</small></td><td align=center><a href=\"http://rd.yahoo.com/M=77122.1317476.2909345.220161/D=yahoo_top/S=2716149:NP/A=656341/?http://website.yahoo.com/\" target=\"_top\"><img width=230 height=33 src=\"http://us.a1.yimg.com/us.yimg.com/a/pr/promo/anchor/hp_website2.gif\" alt=\"\" border=0></a></td><td align=center width=205><a href=\"http://www.yahoo.com//homet/?http://mail.yahoo.com\"><b>Yahoo! Mail</b></a><br>you@yahoo.com</td></tr><tr><td colspan=3 align=center><input size=30 name=p>\r\n<input type=submit value=Search> <a href=http://www.yahoo.com/r/so>advanced search</a></td></tr></table>\r\n</form>\r\n<div align=\"left\">\r\n','</div>\r\n<hr noshade size=1 width=640><small><a href=http://www.yahoo.com/r/ad>How to Suggest a Site</a> -\r\n<a href=http://www.yahoo.com/r/cp>Company Info</a> -\r\n<a href=http://www.yahoo.com/r/cy>Copyright Policy</a> -\r\n<a href=http://www.yahoo.com/r/ts>Terms of Service</a> -\r\n<a href=http://www.yahoo.com/r/cb>Contributors</a> -\r\n<a href=http://www.yahoo.com/r/hr>Jobs</a> -\r\n<a href=http://www.yahoo.com/r/ao>Advertising</a><p>Copyright <20> 2001 Yahoo! Inc. All rights reserved.</small><br><a href=http://www.yahoo.com/r/pv>Privacy Policy</a></form></center></body></html>\r\n','');
INSERT INTO style VALUES (-4,'Demo Style','<body bgcolor=\"#666666\">\r\n\r\n<table border=\"0\" width=\"700\" background=\"/extras/styles/demo/topbg-3.gif\" cellspacing=\"0\" cellpadding=\"0\" align=\"center\">\r\n<tr>\r\n <td width=\"324\" height=\"80\"><img src=\"/extras/styles/demo/top-3.jpg\" border=0 width=\"324\"></td>\r\n <td width=\"100%\"><h3 style=\"color:white\">Your Company Name Here</h3><div style=\"color:white\">Address: 1903 Sunrise St. City, State 65977<br>\r\nTel: 915.888.8888<br>\r\nEmail: service@company.com</div></td>\r\n </tr>\r\n</table>\r\n<table border=\"0\" width=\"700\" height=\"21\" cellspacing=\"0\" cellpadding=\"0\" bgcolor=\"#000000\" align=center>\r\n <tr>\r\n <td><img src=\"/extras/styles/demo/mid-3.jpg\" border=0 width=\"140\" height=\"21\"></td>\r\n <td width=\"100%\">^t;</td>\r\n </tr>\r\n</table>\r\n<table border=\"0\" width=\"700\" height=\"500\" cellspacing=\"0\" cellpadding=\"0\" align=center>\r\n <tr>\r\n <td bgcolor=\"#990000\" width=\"140\" style=\"background-image: url(\'/extras/styles/demo/leftbg-3.jpg\'); background-repeat: no-repeat; background-position: left top\" valign=\"top\"><img src=\"/extras/spacer.gif\" height=\"10\" width=\"140\" border=0>\r\n<table cellpadding=4><tr><td>\r\n^M;\r\n</td></tr></table>\r\n </td>\r\n <td width=\"100%\" align=\"right\" height=\"100%\" valign=\"top\"><img src=\"/extras/styles/demo/x.gif\" height=\"4\" width=\"560\"><br>\r\n <table width=\"99%\" height=\"99%\" border=\"0\" bgcolor=\"black\" cellpadding=\"3\" cellspacing=\"1\">\r\n <tr><td bgcolor=\"#f9ecec\" style=\"background-image: url(\'/extras/styles/demo/contentbg-3.gif\'); background-repeat: no-repeat; background-position: right bottom\" height=\"100%\" valign=\"top\">\r\n ',' </td></tr>\r\n </table>\r\n </td>\r\n </tr>\r\n</table>\r\n<table border=\"0\" width=\"700\" cellspacing=\"0\" cellpadding=\"0\" align=\"center\">\r\n<tr><td align=\"right\">^H; <20> ^a;</td></tr>\r\n</table>\r\n\r\n\r\n</body>\r\n','<style>\r\n\r\n.homeLink, .myAccountLink, {\r\n color: #ffffff;\r\n font-size: 8pt;\r\n}\r\n\r\n.verticalMenu A, .verticalMenu A:visited {\r\n color: #ffffff;\r\n font-weight: bold;\r\n}\r\n\r\nbody {\r\n font-family:arial; \r\n font-size: 12px; \r\n color: black;\r\n background: #666666;\r\n}\r\n\r\ntd { \r\n font-size: 11px;\r\n}\r\n\r\nH1 {\r\n MARGIN-TOP: 3px;\r\n MARGIN-BOTTOM: 3px;\r\n font-size: 16pt;\r\n}\r\n\r\nH3 {\r\n MARGIN-TOP: 3px;\r\n MARGIN-BOTTOM: 3px;\r\n}\r\n\r\nH4 {\r\n MARGIN-TOP: 3px;\r\n MARGIN-BOTTOM: 3px;\r\n}\r\n\r\nH5 {\r\n MARGIN-TOP: 3px;\r\n MARGIN-BOTTOM: 3px;\r\n}\r\n\r\nul { \r\n MARGIN-TOP: 3px; \r\n MARGIN-BOTTOM: 3px \r\n}\r\n\r\nA {\r\n color: #800000;\r\n TEXT-DECORATION: underline\r\n}\r\n\r\nA:hover {\r\n color: #990000;\r\n TEXT-DECORATION: none;\r\n}\r\n\r\n.pagination {\r\n font-family: helvetica, arial;\r\n text-align: center;\r\n font-size: 8pt;\r\n}\r\n\r\n.horizontalMenu {\r\n font-size: 8pt;\r\n padding: 5px;\r\n font-weight: bold;\r\n color: #aaaaaa;\r\n}\r\n\r\n.horizontalMenu A, .horizontalMenu A:visited {\r\n color: #ffffff;\r\n}\r\n\r\n.adminBar {\r\n background-color: #dddddd;\r\n font-size: 8pt;\r\n font-family: helvetica, arial;\r\n color: #000055;\r\n}\r\n\r\n.highlight {\r\n background-color: #EAEAEA;\r\n}\r\n\r\n.formDescription {\r\n font-size: 10pt;\r\n}\r\n\r\n.formSubtext {\r\n font-size: 8pt;\r\n}\r\n\r\n.tableMenu {\r\n font-size: 8pt;\r\n background-color: #F5DFDF;\r\n}\r\n.tableMenu a {\r\n text-decoration: none;\r\n}\r\n\r\n.tableHeader {\r\n background-color: #F5DFDF;\r\n font-size: 10pt;\r\n}\r\n\r\n.tableData {\r\n font-size: 10pt;\r\n font-family: Helvetica, Arial;\r\n}\r\n\r\n.pollAnswer {\r\n font-family: Helvetica, Arial;\r\n font-size: 8pt;\r\n}\r\n\r\n.pollColor {\r\n background-color: #ffddbb;\r\n}\r\n\r\n.pollQuestion {\r\n font-face: Helvetica, Arial;\r\n font-weight: bold;\r\n}\r\n\r\n.faqQuestion {\r\n color: #000000;\r\n font-weight: bold;\r\n text-decoration: none;\r\n}\r\n\r\n</style>');
INSERT INTO style VALUES (3,'Make Page Printable','<body onLoad=\"window.print()\">\r\n<div align=\"center\"><a href=\"^\\;\"><img src=\"/extras/styles/plainblack/logo-white.gif\" border=\"0\"></a></div>','<div align=\"center\"><3E> 2001-2002 Plain Black Software</div>\r\n</body>','<style>\r\n\r\n.content{\r\n background-color: #ffffff;\r\n color: #000000;\r\n font-family: helvetica, arial;\r\n font-size: 10pt;\r\n padding: 10pt;\r\n}\r\n\r\nH1 {\r\n font-family: helvetica, arial;\r\n font-size: 16pt;\r\n}\r\n\r\nA {\r\n color: #EF4200;\r\n}\r\n\r\n.pagination {\r\n font-family: helvetica, arial;\r\n font-size: 8pt;\r\n text-align: center;\r\n}\r\n\r\n.formDescription {\r\n font-family: helvetica, arial;\r\n font-size: 10pt;\r\n font-weight: bold;\r\n}\r\n\r\n.formSubtext {\r\n font-family: helvetica, arial;\r\n font-size: 8pt;\r\n}\r\n\r\n.highlight {\r\n background-color: #dddddd;\r\n}\r\n\r\n.tableMenu {\r\n background-color: #cccccc;\r\n font-size: 8pt;\r\n font-family: Helvetica, Arial;\r\n}\r\n\r\n.tableMenu a {\r\n text-decoration: none;\r\n}\r\n\r\n.tableHeader {\r\n background-color: #cccccc;\r\n font-size: 10pt;\r\n font-family: Helvetica, Arial;\r\n}\r\n\r\n.tableData {\r\n font-size: 10pt;\r\n font-family: Helvetica, Arial;\r\n}\r\n\r\n.pollAnswer {\r\n font-family: Helvetica, Arial;\r\n font-size: 8pt;\r\n}\r\n\r\n.pollColor {\r\n background-color: #444444;\r\n}\r\n\r\n.pollQuestion {\r\n font-face: Helvetica, Arial;\r\n font-weight: bold;\r\n}\r\n\r\n.faqQuestion {\r\n font-size: 12pt;\r\n font-weight: bold;\r\n color: #000000;\r\n}\r\n\r\n</style>');
INSERT INTO style VALUES (-5,'Plain Black Software (white)','<body text=\"#000000\" link=\"#EF4200\" vlink=\"#EF4200\" bgcolor=\"#535558\" marginwidth=0 marginheight=0 leftmargin=0 rightmargin=0 topmargin=0 bottommargin=0>\r\n\r\n<table cellspacing=0 cellpadding=0 border=0 width=\"100%\">\r\n<tr>\r\n <td width=\"200\" rowspan=\"2\" bgcolor=\"#000000\"><a href=\"/\"><img src=\"/extras/styles/plainblack/logo-black.gif\" width=\"200\" height=\"50\" alt=\"Plain Black Software\" border=\"0\"></a></td>\r\n <td width=\"70%\" bgcolor=\"#38393C\" valign=\"bottom\"><img src=\"/extras/spacer.gif\" width=\"5\"><img src=\"/extras/styles/plainblack/user.gif\" width=\"41\" height=\"25\" alt=\"User:\" border=\"0\"> <a href=\"^\\;?op=displayAccount\" style=\"font-family: courier; color: #cee700; text-decoration: none; vertical-align: middle;\">^@;</a></td>\r\n <td width=\"30%\" align=\"right\" bgcolor=\"#38393C\" valign=\"bottom\"><a href=\"^\\;?op=displayAccount\"><img src=\"/extras/styles/plainblack/myaccount.gif\" width=\"84\" height=\"25\" alt=\"My Account\" border=\"0\"></a><img src=\"/extras/styles/plainblack/darkbar.gif\" width=\"11\" height=\"25\" alt=\"|\" border=\"0\"><a href=\"^/;/download\"><img src=\"/extras/styles/plainblack/download.gif\" width=\"75\" height=\"25\" alt=\"Download\" border=\"0\"></a><img src=\"/extras/styles/plainblack/darkbar.gif\" width=\"11\" height=\"25\" alt=\"|\" border=\"0\"><a href=\"/\"><img src=\"/extras/styles/plainblack/home.gif\" width=\"40\" height=\"25\" alt=\"Home\" border=\"0\"></a><img src=\"/extras/spacer.gif\" width=\"5\"></td>\r\n</tr>\r\n<tr>\r\n <td width=\"70%\" bgcolor=\"#535558\"><img src=\"/extras/spacer.gif\" width=\"5\">^C;</td>\r\n <td width=\"30%\" align=\"right\" bgcolor=\"#535558\" style=\"font-family: courier; color: #cee700;\">^D(\"%c %D, %y\");<img src=\"/extras/spacer.gif\" width=\"5\"></td>\r\n</tr>\r\n</table>\r\n<table cellspacing=0 cellpadding=0 border=0 width=\"100%\" bgcolor=\"#38393C\">\r\n<tr>\r\n <td width=\"200\" valign=\"top\" class=\"sideMenu\">^T(2);</td>\r\n <td width=\"100%\" bgcolor=\"#ffffff\" rowspan=\"2\" valign=\"top\">','</td>\r\n</tr>\r\n<tr>\r\n <td width=\"200\" bgcolor=\"#38393C\" align=\"center\" valign=\"bottom\"><p><img src=\"/extras/styles/plainblack/webgui.gif\" width=\"200\" height=\"84\" alt=\"\" border=\"0\"><p></td>\r\n</tr>\r\n</table>\r\n<table cellspacing=0 cellpadding=0 border=0 width=\"100%\">\r\n<tr>\r\n <td width=\"50%\" bgcolor=\"#535558\"><img src=\"/extras/styles/plainblack/copyright.gif\" width=\"223\" height=\"25\" alt=\"Copyright 2001-2002 Plain Black Software\" border=\"0\"></td>\r\n <td width=\"50%\" align=\"right\" bgcolor=\"#535558\"><a href=\"^r(linkonly);\"><img src=\"/extras/styles/plainblack/makepageprintable.gif\" width=\"149\" height=\"25\" alt=\"Make Page Printable\" border=\"0\"></a></td>\r\n</tr>\r\n</table>\r\n</body>\r\n','<style>\r\n\r\n.content{\r\n background-color: #ffffff;\r\n color: #000000;\r\n font-family: helvetica, arial;\r\n font-size: 10pt;\r\n padding: 10pt;\r\n}\r\n\r\n.sideMenu {\r\n filter:DropShadow(OffX=2,OffY=2,color:#000000);\r\n font-size: 10pt;\r\n padding: 5pt;\r\n font-family: helvetica, arial;\r\n color: #000000;\r\n}\r\n\r\n.sideMenu A {\r\n text-decoration: none;\r\n color: #ffffff;\r\n}\r\n\r\n.sideMenu A:hover {\r\n color: #EF4200;\r\n text-decoration: underline;\r\n}\r\n\r\nH1 {\r\n font-family: helvetica, arial;\r\n font-size: 16pt;\r\n color: #38393C;\r\n}\r\n\r\nsearchBox {\r\n font-size: 10pt;\r\n}\r\n\r\nA {\r\n color: #EF4200;\r\n}\r\n\r\n.pagination {\r\n font-family: helvetica, arial;\r\n font-size: 8pt;\r\n text-align: center;\r\n}\r\n\r\n.adminBar {\r\n background-color: #dddddd;\r\n font-size: 8pt;\r\n font-family: helvetica, arial;\r\n color: #000055;\r\n}\r\n\r\n.crumbTrail {\r\n font-family: helvetica, arial;\r\n color: #cee700;\r\n font-size: 8pt;\r\n}\r\n\r\n.crumbTrail A,.crumbTrail A:visited {\r\n color: #ffffff;\r\n}\r\n\r\n.formDescription {\r\n font-family: helvetica, arial;\r\n font-size: 10pt;\r\n font-weight: bold;\r\n}\r\n\r\n.formSubtext {\r\n font-family: helvetica, arial;\r\n font-size: 8pt;\r\n}\r\n\r\n.highlight {\r\n background-color: #cccccc;\r\n}\r\n\r\n.tableMenu {\r\n background-color: #cee700;\r\n font-size: 8pt;\r\n font-family: Helvetica, Arial;\r\n}\r\n\r\n.tableMenu a {\r\n text-decoration: none;\r\n}\r\n\r\n.tableHeader {\r\n background-color: #cee700;\r\n font-size: 10pt;\r\n font-family: Helvetica, Arial;\r\n}\r\n\r\n.tableData {\r\n font-size: 10pt;\r\n font-family: Helvetica, Arial;\r\n}\r\n\r\n.pollAnswer {\r\n font-family: Helvetica, Arial;\r\n font-size: 8pt;\r\n}\r\n\r\n.pollColor {\r\n background-color: #cee700;\r\n border: thin solid #000000;\r\n}\r\n\r\n.pollQuestion {\r\n font-face: Helvetica, Arial;\r\n font-weight: bold;\r\n}\r\n\r\n.faqQuestion {\r\n font-size: 12pt;\r\n color: #38393C;\r\n font-weight: bold;\r\n}\r\n\r\n</style>');
INSERT INTO style VALUES (5,'Trash','<body>\r\n<table width=\"100%\">\r\n<tr><td><span style=\"font-size: 36pt;\">Trash</span>\r\n</td>\r\n<td align=\"right\">^H; / ^a; / <a href=\"^\\;?op=purgeTrash\">Empty Trash</a></td></tr>\r\n<tr><td bgcolor=\"#000000\" colspan=\"2\"><img src=\"/extras/spacer.gif\" height=\"1\"></td></tr>\r\n</table>\r\n<table width=\"100%\"><tr><td valign=\"top\" width=\"30%\"><b>PAGES</b><br>^FlexMenu;</td><td width=\"1\" bgcolor=\"#000000\"><img src=\"/extras/spacer.gif\" width=\"1\"></td><td valign=\"top\" width=\"70%\"><b>CONTENT</b><br>','</td></tr></table>\r\n<table width=\"100%\">\r\n<tr><td bgcolor=\"#000000\" colspan=\"2\"><img src=\"/extras/spacer.gif\" height=\"1\"></td></tr>\r\n</table>\r\n^H; / ^a; / <a href=\"^\\;?op=purgeTrash\">Empty Trash</a>\r\n</body>','<style>\r\n.adminBar {\r\n background-color: #dddddd;\r\n font-size: 8pt;\r\n font-family: helvetica, arial;\r\n color: #000055;\r\n}\r\n</style>');
INSERT INTO style VALUES (1,'Packages','<body>\r\n<table width=\"100%\">\r\n<tr><td><span style=\"font-size: 36pt;\">Packages</span>\r\n</td>\r\n<td align=\"right\">^H; / ^a;</td></tr>\r\n<tr><td bgcolor=\"#000000\" colspan=\"2\"><img src=\"/extras/spacer.gif\" height=\"1\"></td></tr>\r\n</table>\r\n<table width=\"100%\"><tr><td valign=\"top\" width=\"30%\"><b>PACKAGES</b><br>^FlexMenu;</td><td width=\"1\" bgcolor=\"#000000\"><img src=\"/extras/spacer.gif\" width=\"1\"></td><td valign=\"top\" width=\"70%\"><b>CONTENT</b><br>','</td></tr></table>\r\n<table width=\"100%\">\r\n<tr><td bgcolor=\"#000000\" colspan=\"2\"><img src=\"/extras/spacer.gif\" height=\"1\"></td></tr>\r\n</table>\r\n^H; / ^a;\r\n</body>','<style>\r\n.adminBar {\r\n background-color: #dddddd;\r\n font-size: 8pt;\r\n font-family: helvetica, arial;\r\n color: #000055;\r\n}\r\n</style>');
#
# Table structure for table 'userLoginLog'
#
CREATE TABLE userLoginLog (
userId int(11) default NULL,
status varchar(30) default NULL,
timeStamp int(11) default NULL,
ipAddress varchar(128) default NULL,
userAgent text
) TYPE=MyISAM;
#
# Dumping data for table 'userLoginLog'
#
#
# Table structure for table 'userProfileCategory'
#
CREATE TABLE userProfileCategory (
profileCategoryId int(11) NOT NULL default '0',
categoryName varchar(255) default NULL,
sequenceNumber int(11) NOT NULL default '1',
PRIMARY KEY (profileCategoryId)
) TYPE=MyISAM;
#
# Dumping data for table 'userProfileCategory'
#
INSERT INTO userProfileCategory VALUES (1,'WebGUI::International::get(449,\"WebGUI\");',6);
INSERT INTO userProfileCategory VALUES (2,'WebGUI::International::get(440,\"WebGUI\");',2);
INSERT INTO userProfileCategory VALUES (3,'WebGUI::International::get(439,\"WebGUI\");',1);
INSERT INTO userProfileCategory VALUES (4,'WebGUI::International::get(445,\"WebGUI\");',7);
INSERT INTO userProfileCategory VALUES (5,'WebGUI::International::get(443,\"WebGUI\");',3);
INSERT INTO userProfileCategory VALUES (6,'WebGUI::International::get(442,\"WebGUI\");',4);
INSERT INTO userProfileCategory VALUES (7,'WebGUI::International::get(444,\"WebGUI\");',5);
#
# Table structure for table 'userProfileData'
#
CREATE TABLE userProfileData (
userId int(11) NOT NULL default '0',
fieldName varchar(128) NOT NULL default '',
fieldData text,
PRIMARY KEY (userId,fieldName)
) TYPE=MyISAM;
#
# Dumping data for table 'userProfileData'
#
INSERT INTO userProfileData VALUES (1,'language','English');
INSERT INTO userProfileData VALUES (3,'language','English');
#
# Table structure for table 'userProfileField'
#
CREATE TABLE userProfileField (
fieldName varchar(128) NOT NULL default '',
fieldLabel varchar(255) default NULL,
visible int(11) NOT NULL default '0',
required int(11) NOT NULL default '0',
dataType varchar(128) NOT NULL default 'text',
dataValues text,
dataDefault text,
sequenceNumber int(11) NOT NULL default '1',
profileCategoryId int(11) NOT NULL default '1',
protected int(11) NOT NULL default '0',
PRIMARY KEY (fieldName)
) TYPE=MyISAM;
#
# Dumping data for table 'userProfileField'
#
INSERT INTO userProfileField VALUES ('email','WebGUI::International::get(56,\"WebGUI\");',1,1,'email',NULL,NULL,1,2,1);
INSERT INTO userProfileField VALUES ('firstName','WebGUI::International::get(314,\"WebGUI\");',1,0,'text',NULL,NULL,1,3,1);
INSERT INTO userProfileField VALUES ('middleName','WebGUI::International::get(315,\"WebGUI\");',1,0,'text',NULL,NULL,2,3,1);
INSERT INTO userProfileField VALUES ('lastName','WebGUI::International::get(316,\"WebGUI\");',1,0,'text',NULL,NULL,3,3,1);
INSERT INTO userProfileField VALUES ('icq','WebGUI::International::get(317,\"WebGUI\");',1,0,'text',NULL,NULL,2,2,1);
INSERT INTO userProfileField VALUES ('aim','WebGUI::International::get(318,\"WebGUI\");',1,0,'text',NULL,NULL,3,2,1);
INSERT INTO userProfileField VALUES ('msnIM','WebGUI::International::get(319,\"WebGUI\");',1,0,'text',NULL,NULL,4,2,1);
INSERT INTO userProfileField VALUES ('yahooIM','WebGUI::International::get(320,\"WebGUI\");',1,0,'text',NULL,NULL,5,2,1);
INSERT INTO userProfileField VALUES ('cellPhone','WebGUI::International::get(321,\"WebGUI\");',1,0,'phone',NULL,NULL,6,2,1);
INSERT INTO userProfileField VALUES ('pager','WebGUI::International::get(322,\"WebGUI\");',1,0,'phone',NULL,NULL,7,2,1);
INSERT INTO userProfileField VALUES ('emailToPager','WebGUI::International::get(441,\"WebGUI\");',1,0,'email',NULL,NULL,8,2,1);
INSERT INTO userProfileField VALUES ('language','WebGUI::International::get(304,\"WebGUI\");',1,0,'select','WebGUI::International::getLanguages()','[\'English\']',1,4,1);
INSERT INTO userProfileField VALUES ('homeAddress','WebGUI::International::get(323,\"WebGUI\");',1,0,'text',NULL,NULL,1,5,1);
INSERT INTO userProfileField VALUES ('homeCity','WebGUI::International::get(324,\"WebGUI\");',1,0,'text',NULL,NULL,2,5,1);
INSERT INTO userProfileField VALUES ('homeState','WebGUI::International::get(325,\"WebGUI\");',1,0,'text',NULL,NULL,3,5,1);
INSERT INTO userProfileField VALUES ('homeZip','WebGUI::International::get(326,\"WebGUI\");',1,0,'zipcode',NULL,NULL,4,5,1);
INSERT INTO userProfileField VALUES ('homeCountry','WebGUI::International::get(327,\"WebGUI\");',1,0,'text',NULL,NULL,5,5,1);
INSERT INTO userProfileField VALUES ('homePhone','WebGUI::International::get(328,\"WebGUI\");',1,0,'phone',NULL,NULL,6,5,1);
INSERT INTO userProfileField VALUES ('workAddress','WebGUI::International::get(329,\"WebGUI\");',1,0,'text',NULL,NULL,2,6,1);
INSERT INTO userProfileField VALUES ('workCity','WebGUI::International::get(330,\"WebGUI\");',1,0,'text',NULL,NULL,3,6,1);
INSERT INTO userProfileField VALUES ('workState','WebGUI::International::get(331,\"WebGUI\");',1,0,'text',NULL,NULL,4,6,1);
INSERT INTO userProfileField VALUES ('workZip','WebGUI::International::get(332,\"WebGUI\");',1,0,'zipcode',NULL,NULL,5,6,1);
INSERT INTO userProfileField VALUES ('workCountry','WebGUI::International::get(333,\"WebGUI\");',1,0,'text',NULL,NULL,6,6,1);
INSERT INTO userProfileField VALUES ('workPhone','WebGUI::International::get(334,\"WebGUI\");',1,0,'phone',NULL,NULL,7,6,1);
INSERT INTO userProfileField VALUES ('gender','WebGUI::International::get(335,\"WebGUI\");',1,0,'select','{\r\n \'neuter\'=>WebGUI::International::get(403),\r\n \'male\'=>WebGUI::International::get(339),\r\n \'female\'=>WebGUI::International::get(340)\r\n}','[\'neuter\']',1,7,1);
INSERT INTO userProfileField VALUES ('birthdate','WebGUI::International::get(336,\"WebGUI\");',1,0,'text',NULL,NULL,2,7,1);
INSERT INTO userProfileField VALUES ('homeURL','WebGUI::International::get(337,\"WebGUI\");',1,0,'url',NULL,NULL,7,5,1);
INSERT INTO userProfileField VALUES ('workURL','WebGUI::International::get(446,\"WebGUI\");',1,0,'url',NULL,NULL,8,6,1);
INSERT INTO userProfileField VALUES ('workName','WebGUI::International::get(450,\"WebGUI\");',1,0,'text',NULL,NULL,1,6,1);
INSERT INTO userProfileField VALUES ('timeOffset','WebGUI::International::get(460,\"WebGUI\");',1,0,'text',NULL,'\'0\'',2,4,1);
INSERT INTO userProfileField VALUES ('dateFormat','WebGUI::International::get(461,\"WebGUI\");',1,0,'select','{\r\n \'%M/%D/%y\'=>WebGUI::DateTime::epochToHuman(\"\",\"%M/%D/%y\"),\r\n \'%y-%m-%d\'=>WebGUI::DateTime::epochToHuman(\"\",\"%y-%m-%d\"),\r\n \'%D-%c-%y\'=>WebGUI::DateTime::epochToHuman(\"\",\"%D-%c-%y\"),\r\n \'%c %D, %y\'=>WebGUI::DateTime::epochToHuman(\"\",\"%c %D, %y\")\r\n}\r\n','[\'%M/%D/%y\']',3,4,1);
INSERT INTO userProfileField VALUES ('timeFormat','WebGUI::International::get(462,\"WebGUI\");',1,0,'select','{\r\n \'%H:%n %p\'=>WebGUI::DateTime::epochToHuman(\"\",\"%H:%n %p\"),\r\n \'%H:%n:%s %p\'=>WebGUI::DateTime::epochToHuman(\"\",\"%H:%n:%s %p\"),\r\n \'%j:%n\'=>WebGUI::DateTime::epochToHuman(\"\",\"%j:%n\"),\r\n \'%j:%n:%s\'=>WebGUI::DateTime::epochToHuman(\"\",\"%j:%n:%s\")\r\n}\r\n','[\'%H:%n %p\']',4,4,1);
#
# Table structure for table 'userSession'
#
CREATE TABLE userSession (
sessionId varchar(60) NOT NULL default '',
expires int(11) default NULL,
lastPageView int(11) default NULL,
adminOn int(11) NOT NULL default '0',
lastIP varchar(50) default NULL,
userId int(11) default NULL,
PRIMARY KEY (sessionId)
) TYPE=MyISAM;
#
# Dumping data for table 'userSession'
#
#
# Table structure for table 'users'
#
CREATE TABLE users (
userId int(11) NOT NULL default '0',
username varchar(35) default NULL,
identifier varchar(128) default NULL,
authMethod varchar(30) NOT NULL default 'WebGUI',
ldapURL text,
connectDN varchar(255) default NULL,
dateCreated int(11) NOT NULL default '1019867418',
lastUpdated int(11) NOT NULL default '1019867418',
PRIMARY KEY (userId)
) TYPE=MyISAM;
#
# Dumping data for table 'users'
#
INSERT INTO users VALUES (1,'Visitor','No Login','WebGUI',NULL,NULL,1019867418,1019867418);
INSERT INTO users VALUES (3,'Admin','RvlMjeFPs2aAhQdo/xt/Kg','WebGUI','','',1019867418,1019935552);
#
# 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 ('3.7.0','intitial install',unix_timestamp());
#
# Table structure for table 'widget'
#
CREATE TABLE widget (
widgetId 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 text,
processMacros int(11) NOT NULL default '0',
dateAdded int(11) default NULL,
addedBy int(11) default NULL,
lastEdited int(11) default NULL,
editedBy int(11) default NULL,
templatePosition char(1) NOT NULL default 'A',
PRIMARY KEY (widgetId)
) TYPE=MyISAM;
#
# Dumping data for table 'widget'
#
INSERT INTO widget VALUES (-1,4,'SiteMap',0,'Page Not Found',1,'The page you were looking for could not be found on this system. Perhaps it has been deleted or renamed. The following list is a site map of this site. If you don\'t find what you\'re looking for on the site map, you can always start from the <a href=\"^/;\">Home Page</a>.',1,1001744792,3,1016077239,3,'A');