diff --git a/docs/create.sql b/docs/create.sql index 2cdd15a1f..38aafe97c 100644 --- a/docs/create.sql +++ b/docs/create.sql @@ -15,7 +15,6 @@ CREATE TABLE Article ( linkURL text, attachment varchar(255) default NULL, convertCarriageReturns int(11) NOT NULL default '0', - allowDiscussion int(11) NOT NULL default '0', templateId int(11) NOT NULL default '1', PRIMARY KEY (wobjectId) ) TYPE=MyISAM; @@ -25,10 +24,10 @@ CREATE TABLE Article ( -- -INSERT INTO Article VALUES (-2,NULL,'','','',0,0,1); -INSERT INTO Article VALUES (-3,NULL,'','',NULL,0,0,1); -INSERT INTO Article VALUES (-4,NULL,'','',NULL,0,0,1); -INSERT INTO Article VALUES (-5,NULL,'','',NULL,0,0,1); +INSERT INTO Article VALUES (-2,NULL,'','','',0,1); +INSERT INTO Article VALUES (-3,NULL,'','',NULL,0,1); +INSERT INTO Article VALUES (-4,NULL,'','',NULL,0,1); +INSERT INTO Article VALUES (-5,NULL,'','',NULL,0,1); -- -- Table structure for table 'EventsCalendar' @@ -168,6 +167,31 @@ CREATE TABLE FileManager_file ( +-- +-- Table structure for table 'HttpProxy' +-- + +CREATE TABLE HttpProxy ( + wobjectId int(11) NOT NULL default '0', + ProxiedUrl varchar(255) default NULL, + timeout int(11) default NULL, + removeStyle int(11) default NULL, + filterHtml varchar(30) default NULL, + followExternal int(11) default NULL, + followRedirect int(11) default NULL, + cookiebox varchar(30) default NULL, + cacheHttp int(11) default '0', + useCache int(11) default '0', + debug int(11) default '0', + PRIMARY KEY (wobjectId) +) TYPE=MyISAM; + +-- +-- Dumping data for table 'HttpProxy' +-- + + + -- -- Table structure for table 'Item' -- @@ -303,6 +327,9 @@ CREATE TABLE MailForm_field ( possibleValues text, defaultValue text, width int(11) default NULL, + validation varchar(255) default NULL, + subtext mediumtext, + rows int(11) default NULL, PRIMARY KEY (MailForm_fieldId) ) TYPE=MyISAM; @@ -638,8 +665,7 @@ CREATE TABLE Survey_response ( CREATE TABLE SyndicatedContent ( wobjectId int(11) NOT NULL default '0', rssUrl text, - content text, - lastFetched int(11) default NULL, + templateId int(11) NOT NULL default '1', PRIMARY KEY (wobjectId) ) TYPE=MyISAM; @@ -659,10 +685,10 @@ CREATE TABLE USS ( submissionsPerPage int(11) NOT NULL default '50', defaultStatus varchar(30) default 'Approved', groupToApprove int(11) NOT NULL default '4', - allowDiscussion int(11) NOT NULL default '0', karmaPerSubmission int(11) NOT NULL default '0', templateId int(11) NOT NULL default '1', submissionTemplateId int(11) NOT NULL default '1', + filterContent varchar(30) NOT NULL default 'javascript', PRIMARY KEY (wobjectId) ) TYPE=MyISAM; @@ -753,7 +779,7 @@ CREATE TABLE collateral ( dateUploaded int(11) default NULL, collateralFolderId int(11) NOT NULL default '0', collateralType varchar(30) NOT NULL default 'image', - thumbnailsize int(4) default NULL, + thumbnailSize int(11) NOT NULL default '50', PRIMARY KEY (collateralId) ) TYPE=MyISAM; @@ -877,7 +903,7 @@ CREATE TABLE groups ( description varchar(255) default NULL, expireOffset int(11) NOT NULL default '314496000', karmaThreshold int(11) NOT NULL default '1000000000', - ipFilter varchar(255) default NULL, + ipFilter text, dateCreated int(11) NOT NULL default '997938000', lastUpdated int(11) NOT NULL default '997938000', deleteOffset int(11) NOT NULL default '14', @@ -934,14 +960,14 @@ INSERT INTO help VALUES (1,'USS',61,71,'3,USS;2,USS;21,WebGUI;'); INSERT INTO help VALUES (24,'WebGUI',674,629,'12,WebGUI;'); INSERT INTO help VALUES (1,'FAQ',61,71,'3,FAQ;2,FAQ;21,WebGUI;'); INSERT INTO help VALUES (13,'WebGUI',663,618,'12,WebGUI;'); -INSERT INTO help VALUES (1,'SyndicatedContent',61,71,'21,WebGUI;'); +INSERT INTO help VALUES (1,'SyndicatedContent',61,71,'2,SyndicatedContent;21,WebGUI;'); INSERT INTO help VALUES (1,'EventsCalendar',61,71,'2,EventsCalendar;3,EventsCalendar;21,WebGUI;'); INSERT INTO help VALUES (1,'MessageBoard',61,71,'2,MessageBoard;21,WebGUI;'); INSERT INTO help VALUES (1,'LinkList',61,71,'3,LinkList;2,LinkList;21,WebGUI;'); -INSERT INTO help VALUES (21,'WebGUI',671,626,'1,Article;1,FileManager;1,EventsCalendar;1,ExtraColumn;1,FAQ;1,Item;1,LinkList;19,WebGUI;1,MailForm;1,MessageBoard;1,Poll;1,Product;1,SiteMap;1,SQLReport;18,WebGUI;1,SyndicatedContent;1,USS;1,WobjectProxy;27,WebGUI;14,WebGUI;'); +INSERT INTO help VALUES (21,'WebGUI',671,626,'19,WebGUI;18,WebGUI;27,WebGUI;14,WebGUI;'); INSERT INTO help VALUES (1,'Article',61,71,'21,WebGUI;'); INSERT INTO help VALUES (1,'ExtraColumn',61,71,'21,WebGUI;'); -INSERT INTO help VALUES (27,'WebGUI',677,632,'21,WebGUI;'); +INSERT INTO help VALUES (27,'WebGUI',677,632,'1,Article;1,EventsCalendar;1,ExtraColumn;1,FAQ;1,FileManager;1,HttpProxy;1,Item;1,LinkList;1,MailForm;1,MessageBoard;1,Poll;1,Product;1,SiteMap;1,SQLReport;1,Survey;1,SyndicatedContent;1,USS;1,WobjectProxy;21,WebGUI;'); INSERT INTO help VALUES (1,'Poll',61,71,'21,WebGUI;'); INSERT INTO help VALUES (1,'SiteMap',61,71,'2,SiteMap;21,WebGUI;'); INSERT INTO help VALUES (1,'SQLReport',61,71,'21,WebGUI;'); @@ -985,7 +1011,7 @@ INSERT INTO help VALUES (1,'Survey',3,4,'21,WebGUI;'); INSERT INTO help VALUES (49,'WebGUI',785,786,'53,WebGUI;54,WebGUI;56,WebGUI;20,WebGUI;55,WebGUI;'); INSERT INTO help VALUES (50,'WebGUI',825,826,'33,WebGUI;'); INSERT INTO help VALUES (2,'Article',72,73,'1,Article;51,WebGUI;'); -INSERT INTO help VALUES (51,'WebGUI',827,828,'33,WebGUI;'); +INSERT INTO help VALUES (51,'WebGUI',827,828,'2,Article;3,EventsCalendar;3,FAQ;3,FileManager;2,Item;3,LinkList;2,MessageBoard;7,Product;2,SiteMap;2,SyndicatedContent;33,WebGUI;2,USS;'); INSERT INTO help VALUES (3,'EventsCalendar',94,95,'1,EventsCalendar;51,WebGUI;'); INSERT INTO help VALUES (3,'FAQ',76,77,'1,FAQ;51,WebGUI;'); INSERT INTO help VALUES (3,'FileManager',75,76,'1,FileManager;51,WebGUI;'); @@ -1005,6 +1031,8 @@ INSERT INTO help VALUES (57,'WebGUI',839,840,'19,WebGUI;'); INSERT INTO help VALUES (58,'WebGUI',841,842,'19,WebGUI;'); INSERT INTO help VALUES (59,'WebGUI',843,844,'19,WebGUI;'); INSERT INTO help VALUES (60,'WebGUI',845,846,'19,WebGUI;16,WebGUI;'); +INSERT INTO help VALUES (2,'SyndicatedContent',72,73,'1,SyndicatedContent;'); +INSERT INTO help VALUES (1,'HttpProxy',10,11,'21,WebGUI;'); -- -- Table structure for table 'incrementer' @@ -1246,8 +1274,6 @@ INSERT INTO international VALUES (14,'EventsCalendar',3,'Startdatum',1038486779) INSERT INTO international VALUES (5,'SQLReport',1,'DSN',1031514049); INSERT INTO international VALUES (5,'SQLReport',4,'DSN',1031510000); INSERT INTO international VALUES (5,'SQLReport',5,'DSN',1031510000); -INSERT INTO international VALUES (5,'SyndicatedContent',1,'Last Fetched',1031514049); -INSERT INTO international VALUES (5,'SyndicatedContent',5,'Ultima retirada',1031510000); INSERT INTO international VALUES (93,'EventsCalendar',1,'Next Event',1038202290); INSERT INTO international VALUES (5,'USS',1,'Your submission has been denied.',1031514049); INSERT INTO international VALUES (5,'USS',5,'A sua submissão não foi aprovada.',1031510000); @@ -1284,8 +1310,7 @@ INSERT INTO international VALUES (20,'FileManager',3,'Breek pagina af na',103978 INSERT INTO international VALUES (6,'SQLReport',1,'Database User',1031514049); INSERT INTO international VALUES (6,'SQLReport',4,'Usuario de la Base de Datos',1031510000); INSERT INTO international VALUES (6,'SQLReport',5,'User da base de dados',1031510000); -INSERT INTO international VALUES (6,'SyndicatedContent',1,'Current Content',1031514049); -INSERT INTO international VALUES (6,'SyndicatedContent',5,'Conteudo actual',1031510000); +INSERT INTO international VALUES (10,'HttpProxy',1,'HTTP Proxy, Add/Edit',1047858432); INSERT INTO international VALUES (12,'LinkList',2,'Link bearbeiten',1040644982); INSERT INTO international VALUES (19,'FileManager',3,'U heeft geen bestanden beschikbaar.',1039741230); INSERT INTO international VALUES (6,'USS',1,'Submissions Per Page',1031514049); @@ -1423,7 +1448,7 @@ INSERT INTO international VALUES (22,'Article',3,'Auteur',1037903234); INSERT INTO international VALUES (563,'WebGUI',1,'Default Status',1031514049); INSERT INTO international VALUES (563,'WebGUI',4,'Estado por defecto',1031510000); INSERT INTO international VALUES (563,'WebGUI',5,'Estado por defeito',1031510000); -INSERT INTO international VALUES (18,'Article',3,'Discussie toelaten?',1037903226); +INSERT INTO international VALUES (894,'WebGUI',3,'Discussie toelaten?',1037903226); INSERT INTO international VALUES (10,'WebGUI',1,'Manage trash.',1031514049); INSERT INTO international VALUES (10,'WebGUI',4,'Ver Papelera',1031510000); INSERT INTO international VALUES (10,'WebGUI',5,'Ver o caixote do lixo.',1031510000); @@ -1747,7 +1772,7 @@ INSERT INTO international VALUES (244,'WebGUI',3,'Afzender',1038529263); INSERT INTO international VALUES (52,'WebGUI',1,'login',1031514049); INSERT INTO international VALUES (52,'WebGUI',4,'ingresar',1031510000); INSERT INTO international VALUES (52,'WebGUI',5,'entrar',1031510000); -INSERT INTO international VALUES (367,'WebGUI',2,'Verfallsabstand',1045243504); +INSERT INTO international VALUES (367,'WebGUI',2,'verfällt nach',1041631910); INSERT INTO international VALUES (370,'WebGUI',2,'Gruppierung bearbeiten',1041628329); INSERT INTO international VALUES (369,'WebGUI',2,'Ablaufdatum',1041631927); INSERT INTO international VALUES (240,'WebGUI',3,'Bericht ID:',1038529257); @@ -1953,14 +1978,14 @@ INSERT INTO international VALUES (102,'WebGUI',1,'Edit Page',1031514049); INSERT INTO international VALUES (102,'WebGUI',4,'Editar Página',1031510000); INSERT INTO international VALUES (102,'WebGUI',5,'Modificar a página',1031510000); INSERT INTO international VALUES (141,'WebGUI',3,'Niet gevonden pagina',1038528742); -INSERT INTO international VALUES (103,'WebGUI',1,'Page Specifics',1031514049); +INSERT INTO international VALUES (103,'WebGUI',1,'Page Properties',1046638742); INSERT INTO international VALUES (103,'WebGUI',4,'Propio de la página',1031510000); INSERT INTO international VALUES (103,'WebGUI',5,'Especificações da página',1031510000); INSERT INTO international VALUES (104,'WebGUI',1,'Page URL',1031514049); INSERT INTO international VALUES (104,'WebGUI',4,'URL de la página',1031510000); INSERT INTO international VALUES (104,'WebGUI',5,'URL da página',1031510000); INSERT INTO international VALUES (140,'WebGUI',3,'Bewerk allerlei instellingen',1038528735); -INSERT INTO international VALUES (105,'WebGUI',1,'Style',1031514049); +INSERT INTO international VALUES (105,'WebGUI',1,'Layout',1046638916); INSERT INTO international VALUES (105,'WebGUI',4,'Estilo',1031510000); INSERT INTO international VALUES (105,'WebGUI',5,'Estilo',1031510000); INSERT INTO international VALUES (342,'WebGUI',2,'Benutzerkonto bearbeiten',1041593115); @@ -2473,7 +2498,7 @@ INSERT INTO international VALUES (170,'WebGUI',2,'suchen',1041611009); INSERT INTO international VALUES (174,'WebGUI',2,'Titel anzeigen?',1041611054); INSERT INTO international VALUES (168,'WebGUI',2,'Benutzer bearbeiten',1040639529); INSERT INTO international VALUES (167,'WebGUI',2,'Sind Sie sicher, dass Sie diesen Benutzer löschen möchten? Die Benutzerinformation geht damit endgültig verloren!',1040648387); -INSERT INTO international VALUES (4,'Auth/LDAP',2,'Verbindungs DN',1045240216); +INSERT INTO international VALUES (4,'Auth/LDAP',2,'Connect DN',1040644169); INSERT INTO international VALUES (3,'Auth/LDAP',2,'LDAP URL',1040644157); INSERT INTO international VALUES (164,'WebGUI',2,'Authentifizierungsmethode',1041610972); INSERT INTO international VALUES (163,'WebGUI',2,'Benutzer hinzufügen',1041610963); @@ -2490,7 +2515,7 @@ INSERT INTO international VALUES (154,'WebGUI',2,'Style Sheet',1041610928); INSERT INTO international VALUES (151,'WebGUI',2,'Style Name',1040595820); INSERT INTO international VALUES (149,'WebGUI',2,'Benutzer',1041610918); INSERT INTO international VALUES (146,'WebGUI',2,'Aktive Sitzungen',1041610873); -INSERT INTO international VALUES (148,'WebGUI',2,'Wobjects',1045392042); +INSERT INTO international VALUES (148,'WebGUI',2,'Wobjects',1040650550); INSERT INTO international VALUES (147,'WebGUI',2,'Seiten',1041610909); INSERT INTO international VALUES (145,'WebGUI',2,'WebGUI Build Version',1041610863); INSERT INTO international VALUES (140,'WebGUI',2,'Sonstige Einstellungen bearbeiten',1041607814); @@ -2502,7 +2527,7 @@ INSERT INTO international VALUES (139,'WebGUI',2,'Nein',1041607789); INSERT INTO international VALUES (138,'WebGUI',2,'Ja',1041607758); INSERT INTO international VALUES (135,'WebGUI',2,'SMTP Server',1041607780); INSERT INTO international VALUES (134,'WebGUI',2,'Passwort wiederherstellen Text',1044376446); -INSERT INTO international VALUES (133,'WebGUI',2,'Benachrichtigungsoptionen bearbeiten',1045240845); +INSERT INTO international VALUES (133,'WebGUI',2,'Maileinstellungen bearbeiten',1041607770); INSERT INTO international VALUES (130,'WebGUI',2,'Maximale Dateigröße für Anhänge',1041607705); INSERT INTO international VALUES (125,'WebGUI',2,'Firmenname',1041607657); INSERT INTO international VALUES (126,'WebGUI',2,'Emailadresse der Firma',1041607671); @@ -2513,7 +2538,7 @@ INSERT INTO international VALUES (8,'Auth/LDAP',2,'LDAP Passwort/Name',104064422 INSERT INTO international VALUES (6,'Auth/LDAP',2,'LDAP Identität (Standard)',1040644196); INSERT INTO international VALUES (119,'WebGUI',2,'Authentifizierungsmethode (Standard)',1041607640); INSERT INTO international VALUES (5,'Auth/LDAP',2,'LDAP URL (Standard)',1040644184); -INSERT INTO international VALUES (117,'WebGUI',2,'Benutzereinstellungen bearbeiten',1045243017); +INSERT INTO international VALUES (117,'WebGUI',2,'Authentifizierungseinstellungen bearbeiten',1040652080); INSERT INTO international VALUES (118,'WebGUI',2,'anonyme Registrierung',1041607629); INSERT INTO international VALUES (116,'WebGUI',2,'Rechte an alle nachfolgenden Seiten weitergeben.',1040650415); INSERT INTO international VALUES (108,'WebGUI',2,'Besitzer',1040650300); @@ -2537,7 +2562,7 @@ INSERT INTO international VALUES (90,'WebGUI',2,'Neue Gruppe\r\nhinzuf INSERT INTO international VALUES (88,'WebGUI',2,'Benutzer in dieser Gruppe',1041628867); INSERT INTO international VALUES (87,'WebGUI',2,'Gruppe bearbeiten',1041628877); INSERT INTO international VALUES (86,'WebGUI',2,'Sind Sie sicher, dass Sie diese Gruppe löschen möchten? Denken Sie daran, dass diese Gruppe und die zugehörige Rechtesstruktur endgültig gelöscht wird.',1040648228); -INSERT INTO international VALUES (85,'WebGUI',2,'Inhalt/Beschreibung',1045497659); +INSERT INTO international VALUES (85,'WebGUI',2,'Beschreibung',1041628885); INSERT INTO international VALUES (84,'WebGUI',2,'Gruppenname',1041628893); INSERT INTO international VALUES (82,'WebGUI',2,'Administrative Funktionen ...',1041630103); INSERT INTO international VALUES (81,'WebGUI',2,'Benutzerkonto wurde erfolgreich aktualisiert!',1041593522); @@ -2560,7 +2585,7 @@ INSERT INTO international VALUES (409,'WebGUI',1,'Add a new root.',1031514049); INSERT INTO international VALUES (410,'WebGUI',1,'Manage roots.',1031514049); INSERT INTO international VALUES (411,'WebGUI',1,'Menu Title',1031514049); INSERT INTO international VALUES (412,'WebGUI',1,'Synopsis',1031514049); -INSERT INTO international VALUES (18,'Article',1,'Allow discussion?',1031514049); +INSERT INTO international VALUES (894,'WebGUI',1,'Allow discussion?',1031514049); INSERT INTO international VALUES (10,'Product',1,'Price',1031514049); INSERT INTO international VALUES (22,'Article',1,'Author',1031514049); INSERT INTO international VALUES (23,'Article',1,'Date',1031514049); @@ -2571,10 +2596,9 @@ INSERT INTO international VALUES (28,'Article',1,'View Responses',1031514049); INSERT INTO international VALUES (55,'Product',1,'Add a benefit.',1031514049); INSERT INTO international VALUES (416,'WebGUI',1,'

Problem With Request

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

Security Violation

You attempted to access a wobject not associated with this page. This incident has been reported.',1031514049); -INSERT INTO international VALUES (418,'WebGUI',1,'Filter Contributed HTML',1031514049); -INSERT INTO international VALUES (419,'WebGUI',1,'Remove all tags.',1031514049); -INSERT INTO international VALUES (420,'WebGUI',1,'Leave as is.',1031514049); -INSERT INTO international VALUES (421,'WebGUI',1,'Remove all but basic formating.',1031514049); +INSERT INTO international VALUES (418,'WebGUI',1,'Filter Content',1046604931); +INSERT INTO international VALUES (420,'WebGUI',1,'Remove nothing.',1046637549); +INSERT INTO international VALUES (421,'WebGUI',1,'Remove everything except basic formating.',1046611728); INSERT INTO international VALUES (422,'WebGUI',1,'

Login Failed

The information supplied does not match the account.',1031514049); INSERT INTO international VALUES (423,'WebGUI',1,'View active sessions.',1031514049); INSERT INTO international VALUES (424,'WebGUI',1,'View login history.',1031514049); @@ -2684,7 +2708,7 @@ INSERT INTO international VALUES (18,'SQLReport',2,'Diese Abfrage liefert keine INSERT INTO international VALUES (18,'MessageBoard',2,'Diskussion begonnen',1040646655); INSERT INTO international VALUES (18,'FileManager',2,'Alternative #2',1040644753); INSERT INTO international VALUES (17,'WebGUI',2,'März',1041610852); -INSERT INTO international VALUES (18,'Article',2,'Diskussion erlauben?',1040597839); +INSERT INTO international VALUES (894,'WebGUI',2,'Diskussion erlauben?',1040597839); INSERT INTO international VALUES (17,'USS',2,'Sind Sie sicher, dass Sie diesen Beitrag löschen möchten?',1040648045); INSERT INTO international VALUES (17,'SQLReport',2,'Debug: Abfrage:',1040649160); INSERT INTO international VALUES (17,'MessageBoard',2,'Neuen Beitrag schreiben',1040646643); @@ -2776,7 +2800,6 @@ INSERT INTO international VALUES (500,'WebGUI',1,'Page ID',1031514049); INSERT INTO international VALUES (5,'Poll',6,'Bredd på staplar',1031650849); INSERT INTO international VALUES (5,'SiteMap',6,'Redigera Site Kartan',1031510000); INSERT INTO international VALUES (5,'SQLReport',6,'DSN',1031510000); -INSERT INTO international VALUES (5,'SyndicatedContent',6,'Senast hämtad',1031510000); INSERT INTO international VALUES (5,'USS',6,'Ditt meddelande har blivit nekat validering.',1031648653); INSERT INTO international VALUES (5,'WebGUI',6,'Kontrollera grupper.',1031580887); INSERT INTO international VALUES (6,'Article',6,'Bild',1031510000); @@ -2788,7 +2811,6 @@ INSERT INTO international VALUES (6,'MessageBoard',6,'Redigera Meddelande Forum' INSERT INTO international VALUES (6,'Poll',6,'Fråga',1031510000); INSERT INTO international VALUES (6,'SiteMap',6,'Indentering',1031510000); INSERT INTO international VALUES (6,'SQLReport',6,'Databas användare',1031651366); -INSERT INTO international VALUES (6,'SyndicatedContent',6,'Nuvarande innehåll',1031651469); INSERT INTO international VALUES (6,'USS',6,'Inlägg per sida',1031510000); INSERT INTO international VALUES (6,'WebGUI',6,'Kontrollera stilar.',1031579234); INSERT INTO international VALUES (7,'Article',6,'Länktitel',1032859374); @@ -3158,7 +3180,7 @@ INSERT INTO international VALUES (410,'WebGUI',6,'Hantera bassidor.',1031510000) INSERT INTO international VALUES (411,'WebGUI',6,'Huvudtitel',1031582640); INSERT INTO international VALUES (412,'WebGUI',6,'Synopsis',1031510000); INSERT INTO international VALUES (76,'Survey',1,'Start Time',1038782111); -INSERT INTO international VALUES (18,'Article',6,'Tillåt diskussion?',1031841978); +INSERT INTO international VALUES (894,'WebGUI',6,'Tillåt diskussion?',1031841978); INSERT INTO international VALUES (6,'Product',1,'Edit Product',1031514049); INSERT INTO international VALUES (4,'Product',1,'Are you certain you wish to delete the relationship to this related product?',1031514049); INSERT INTO international VALUES (22,'Article',6,'Författare',1031510000); @@ -3278,7 +3300,7 @@ INSERT INTO international VALUES (11,'Article',10,'(Kontroller at du ikke tilf INSERT INTO international VALUES (12,'Article',10,'rediger artikel',1031510000); INSERT INTO international VALUES (13,'Article',10,'Slet',1031510000); INSERT INTO international VALUES (777,'WebGUI',1,'Folder Id',1036905972); -INSERT INTO international VALUES (18,'Article',10,'Tillad diskussion?',1031510000); +INSERT INTO international VALUES (894,'WebGUI',10,'Tillad diskussion?',1031510000); INSERT INTO international VALUES (3,'Product',1,'Are you certain you wish to delete this feature?',1031514049); INSERT INTO international VALUES (22,'Article',10,'Forfatter',1031510000); INSERT INTO international VALUES (23,'Article',10,'Dato',1031510000); @@ -3397,8 +3419,6 @@ INSERT INTO international VALUES (18,'SQLReport',10,'Der var ikke nogen svar til INSERT INTO international VALUES (1,'SyndicatedContent',10,'URL til RSS fil',1031510000); INSERT INTO international VALUES (2,'SyndicatedContent',10,'Syndicated Content',1031510000); INSERT INTO international VALUES (4,'SyndicatedContent',10,'Rediger Syndicated Content',1031510000); -INSERT INTO international VALUES (5,'SyndicatedContent',10,'Sidst opdateret',1031510000); -INSERT INTO international VALUES (6,'SyndicatedContent',10,'Gældende indhold',1031510000); INSERT INTO international VALUES (1,'USS',10,'Hvem kan godkende indlæg?',1031510000); INSERT INTO international VALUES (2,'USS',10,'Hvem kan tilføje indlæg?',1031510000); INSERT INTO international VALUES (3,'USS',10,'Du har nye indlæg til godkendelse',1031510000); @@ -3789,9 +3809,8 @@ INSERT INTO international VALUES (520,'WebGUI',1,'I would like to be notified vi INSERT INTO international VALUES (521,'WebGUI',1,'I would like to be notified via email to pager.',1031514049); INSERT INTO international VALUES (522,'WebGUI',1,'I would like to be notified via ICQ.',1031514049); INSERT INTO international VALUES (523,'WebGUI',1,'Notification',1031514049); -INSERT INTO international VALUES (524,'WebGUI',1,'Add edit stamp to posts?',1031514049); +INSERT INTO international VALUES (524,'Discussion',1,'Add edit stamp to posts?',1031514049); INSERT INTO international VALUES (525,'WebGUI',1,'Edit Content Settings',1031514049); -INSERT INTO international VALUES (526,'WebGUI',1,'Remove only JavaScript.',1031514049); INSERT INTO international VALUES (528,'WebGUI',1,'Template Name',1031514049); INSERT INTO international VALUES (529,'WebGUI',1,'results',1031514049); INSERT INTO international VALUES (530,'WebGUI',1,'with all the words',1031514049); @@ -3923,7 +3942,7 @@ INSERT INTO international VALUES (7,'FAQ',3,'Weet u zeker dat u deze vraag wilt INSERT INTO international VALUES (7,'Article',3,'Link titel',1037903316); INSERT INTO international VALUES (6,'WebGUI',3,'Beheer stijlen.',1039521059); INSERT INTO international VALUES (6,'USS',3,'Bijdrages per pagina',1038528336); -INSERT INTO international VALUES (6,'SyndicatedContent',3,'Huidige inhoud',1038528073); +INSERT INTO international VALUES (11,'HttpProxy',1,'The HTTP Proxy wobject is a very powerful tool. It enables you to embed external sites and applications into your site. For example, if you have a web mail system that you wish your staff could access through the intranet, then you could use the HTTP Proxy to accomplish that.\r\n\r\n

\r\n\r\nURL
\r\nThe starting URL for the proxy.\r\n

\r\n\r\nFollow redirects?
\r\nSometimes the URL to a page, is actually a redirection to another page. Do you wish to follow those redirections when they occur?\r\n

\r\n\r\nTimeout
\r\nThe amount of time (in seconds) that WebGUI should wait for a connection before giving up on an external page.\r\n

\r\n\r\nCookie Jar
\r\nA directory path of where to store cookies that an external application produces. This folder needs to be somewhere that the web server has privileges to write. If the cookies are not stored, the proxied application may not function properly.\r\n

\r\n\r\nRemove style?
\r\nDo you wish to remove the stylesheet from the proxied content in favor of the stylesheet from your site?\r\n

\r\n\r\nFilter Content
\r\nChoose the level of HTML filtering you wish to apply to the proxied content.\r\n

\r\n\r\n\r\nAllow proxying of other domains?
\r\nIf you proxy a site like Yahoo! that links to other domains, do you wish to allow the user to follow the links to those other domains, or should the proxy stop them as they try to leave the original site you specified?\r\n

\r\n',1047858432); INSERT INTO international VALUES (6,'SQLReport',3,'Database gebruiker',1038527948); INSERT INTO international VALUES (6,'SiteMap',3,'Inspringen',1038528020); INSERT INTO international VALUES (6,'Poll',3,'Vraag',1038527718); @@ -3935,7 +3954,6 @@ INSERT INTO international VALUES (701,'WebGUI',3,'Week(en)',1039783167); INSERT INTO international VALUES (6,'Article',3,'Plaatje',1037903296); INSERT INTO international VALUES (5,'WebGUI',3,'Beheer groepen.',1039780273); INSERT INTO international VALUES (5,'USS',3,'Uw bijdrage is afgekeurd.',1038528301); -INSERT INTO international VALUES (5,'SyndicatedContent',3,'Laatste keer bijgewerkt',1038528067); INSERT INTO international VALUES (5,'SQLReport',3,'DSN',1038527939); INSERT INTO international VALUES (5,'SiteMap',3,'Bewerk sitemap',1038528013); INSERT INTO international VALUES (5,'Poll',3,'Grafiek breedte',1038527712); @@ -4034,7 +4052,6 @@ INSERT INTO international VALUES (2,'WobjectProxy',1,'Edit Wobject Proxy',103151 INSERT INTO international VALUES (3,'WobjectProxy',1,'Wobject Proxy',1031514049); INSERT INTO international VALUES (4,'WobjectProxy',1,'Wobject proxying failed. Perhaps the proxied wobject has been deleted.',1031514049); INSERT INTO international VALUES (5,'USS',7,'ÄúµÄͶ¸å±»¾Ü¾ø¡£',1031510000); -INSERT INTO international VALUES (5,'SyndicatedContent',7,'×îºóÌáÈ¡ÓÚ',1031510000); INSERT INTO international VALUES (5,'SQLReport',7,'DSN',1031510000); INSERT INTO international VALUES (5,'SiteMap',7,'±à¼­ÍøÕ¾µØÍ¼',1031510000); INSERT INTO international VALUES (5,'Poll',7,'ͼÐοí¶È',1031510000); @@ -4093,7 +4110,6 @@ INSERT INTO international VALUES (6,'MessageBoard',7,' INSERT INTO international VALUES (6,'Poll',7,'ÎÊÌâ',1031510000); INSERT INTO international VALUES (6,'SiteMap',7,'Ëõ½ø',1031510000); INSERT INTO international VALUES (6,'SQLReport',7,'Êý¾Ý¿âÓû§',1031510000); -INSERT INTO international VALUES (6,'SyndicatedContent',7,'µ±Ç°ÄÚÈÝ',1031510000); INSERT INTO international VALUES (6,'USS',7,'ÿҳͶ¸åÊý',1031510000); INSERT INTO international VALUES (6,'WebGUI',7,'¹ÜÀí·ç¸ñ',1031510000); INSERT INTO international VALUES (7,'Article',7,'Á¬½Ó±êÌâ',1031510000); @@ -4461,7 +4477,7 @@ INSERT INTO international VALUES (410,'WebGUI',7,' INSERT INTO international VALUES (411,'WebGUI',7,'Ŀ¼±êÌâ',1031510000); INSERT INTO international VALUES (412,'WebGUI',7,'Ò³ÃæÃèÊö',1031510000); INSERT INTO international VALUES (77,'Survey',1,'End Time',1038782119); -INSERT INTO international VALUES (18,'Article',7,'ÊÇ·ñÔÊÐíÌÖÂÛ£¿',1031510000); +INSERT INTO international VALUES (894,'WebGUI',7,'ÊÇ·ñÔÊÐíÌÖÂÛ£¿',1031510000); INSERT INTO international VALUES (22,'Article',7,'×÷Õß',1031510000); INSERT INTO international VALUES (23,'Article',7,'ÈÕÆÚ',1031510000); INSERT INTO international VALUES (24,'Article',7,'·¢±í»ØÓ¦',1031510000); @@ -4588,7 +4604,7 @@ INSERT INTO international VALUES (520,'WebGUI',7,' INSERT INTO international VALUES (521,'WebGUI',7,'ÎÒÏ£Íûͨ¹ýµç×ÓÓʼþµ½´«ºôµÄ·½Ê½ÌáÐÑ¡£',1031510000); INSERT INTO international VALUES (522,'WebGUI',7,'ÎÒÏ£Íûͨ¹ý ICQ µÄ·½Ê½ÌáÐÑ¡£',1031510000); INSERT INTO international VALUES (523,'WebGUI',7,'ÌáÐÑ',1031510000); -INSERT INTO international VALUES (524,'WebGUI',7,'ÊÇ·ñÌí¼Ó±à¼­´Á£¿',1031510000); +INSERT INTO international VALUES (524,'Discussion',7,'ÊÇ·ñÌí¼Ó±à¼­´Á£¿',1031510000); INSERT INTO international VALUES (525,'WebGUI',7,'±à¼­ÄÚÈÝÉèÖÃ',1031510000); INSERT INTO international VALUES (526,'WebGUI',7,'Ö»Çå³ý JavaScript ¡£',1031510000); INSERT INTO international VALUES (584,'WebGUI',1,'Add a new translation.',1036971092); @@ -4627,598 +4643,596 @@ INSERT INTO international VALUES (20,'MailForm',1,'Edit Field',1031514049); INSERT INTO international VALUES (21,'MailForm',1,'Field Name',1031514049); INSERT INTO international VALUES (22,'MailForm',1,'Status',1031514049); INSERT INTO international VALUES (23,'MailForm',1,'Type',1031514049); -INSERT INTO international VALUES (24,'MailForm',1,'Possible Values (Drop-Down Box only)',1031514049); +INSERT INTO international VALUES (24,'MailForm',1,'Possible Values',1031514049); INSERT INTO international VALUES (25,'MailForm',1,'Default Value (optional)',1031514049); INSERT INTO international VALUES (26,'MailForm',1,'Store Entries?',1031514049); INSERT INTO international VALUES (491,'WebGUI',8,'Aggiungi un campo al profilo.',1031510000); -INSERT INTO international VALUES (490,'WebGUI',8,'Aggiungi una categoria al profilo.',1031510000); -INSERT INTO international VALUES (489,'WebGUI',8,'Categoria Profilo',1031510000); -INSERT INTO international VALUES (488,'WebGUI',8,'Valore(i) di Default',1031510000); -INSERT INTO international VALUES (487,'WebGUI',8,'Valori Possibili',1031510000); -INSERT INTO international VALUES (486,'WebGUI',8,'Tipo Data',1031510000); -INSERT INTO international VALUES (484,'WebGUI',8,'Seleziona Lista',1031510000); -INSERT INTO international VALUES (485,'WebGUI',8,'Booleano (Checkbox)',1031510000); -INSERT INTO international VALUES (483,'WebGUI',8,'Si o No',1031510000); -INSERT INTO international VALUES (482,'WebGUI',8,'Numero (Intero)',1031510000); -INSERT INTO international VALUES (481,'WebGUI',8,'Telefono',1031510000); -INSERT INTO international VALUES (479,'WebGUI',8,'Data',1031510000); -INSERT INTO international VALUES (480,'WebGUI',8,'Indirizzo Email',1031510000); -INSERT INTO international VALUES (476,'WebGUI',8,'Text Area',1031510000); -INSERT INTO international VALUES (477,'WebGUI',8,'HTML Area',1031510000); -INSERT INTO international VALUES (478,'WebGUI',8,'URL',1031510000); -INSERT INTO international VALUES (475,'WebGUI',8,'Text',1031510000); -INSERT INTO international VALUES (473,'WebGUI',8,'Visibile?',1031510000); -INSERT INTO international VALUES (474,'WebGUI',8,'Campo Richisto?',1031510000); -INSERT INTO international VALUES (470,'WebGUI',8,'Nome',1031510000); -INSERT INTO international VALUES (472,'WebGUI',8,'Etichetta',1031510000); -INSERT INTO international VALUES (469,'WebGUI',8,'Id',1031510000); -INSERT INTO international VALUES (468,'WebGUI',8,'Modifica categoria profilo utenti',1031510000); -INSERT INTO international VALUES (467,'WebGUI',8,'Sei certo di voler cancellare questo campo e tutti i dati ad esso relativi?',1031510000); -INSERT INTO international VALUES (466,'WebGUI',8,'Sei certo di voler cancellare questa categoria e spostare il suo contenuto nella categoria Varie?',1031510000); -INSERT INTO international VALUES (465,'WebGUI',8,'Dimensione Text Box',1031510000); -INSERT INTO international VALUES (464,'WebGUI',8,'Colonne Text Area',1031510000); -INSERT INTO international VALUES (463,'WebGUI',8,'Righe Text Area',1031510000); -INSERT INTO international VALUES (462,'WebGUI',8,'Formato ora',1031510000); -INSERT INTO international VALUES (461,'WebGUI',8,'Formato data',1031510000); -INSERT INTO international VALUES (460,'WebGUI',8,'Time Offset',1031510000); -INSERT INTO international VALUES (459,'WebGUI',8,'Modifica il profilo di questo utente.',1031510000); -INSERT INTO international VALUES (458,'WebGUI',8,'Modifica il gruppo di questo utente.',1031510000); -INSERT INTO international VALUES (457,'WebGUI',8,'Modifica l\'account di questo utente.',1031510000); -INSERT INTO international VALUES (456,'WebGUI',8,'Indietro alla lista degli utenti.',1031510000); -INSERT INTO international VALUES (455,'WebGUI',8,'Modifica il profilo utente',1031510000); -INSERT INTO international VALUES (454,'WebGUI',8,'Ultimo aggiornamento',1031510000); -INSERT INTO international VALUES (452,'WebGUI',8,'Attendi...',1031510000); -INSERT INTO international VALUES (453,'WebGUI',8,'Data di creazione',1031510000); -INSERT INTO international VALUES (450,'WebGUI',8,'Professione (Azienda)',1031510000); -INSERT INTO international VALUES (451,'WebGUI',8,'é richiesto.',1031510000); -INSERT INTO international VALUES (448,'WebGUI',8,'Albero di Navigazione',1031510000); -INSERT INTO international VALUES (449,'WebGUI',8,'Informazioni varie',1031510000); -INSERT INTO international VALUES (447,'WebGUI',8,'Gestisci albero di navigazione.',1031510000); -INSERT INTO international VALUES (446,'WebGUI',8,'Web Site',1031510000); -INSERT INTO international VALUES (445,'WebGUI',8,'Preferenze',1031510000); -INSERT INTO international VALUES (444,'WebGUI',8,'Informazioni Geografiche',1031510000); -INSERT INTO international VALUES (443,'WebGUI',8,'Informazioni Tempo Libero',1031510000); -INSERT INTO international VALUES (441,'WebGUI',8,'Email al Pager ',1031510000); -INSERT INTO international VALUES (442,'WebGUI',8,'Informazioni Professionali',1031510000); -INSERT INTO international VALUES (440,'WebGUI',8,'Contatti',1031510000); -INSERT INTO international VALUES (439,'WebGUI',8,'Informazioni Personali',1031510000); -INSERT INTO international VALUES (438,'WebGUI',8,'Il tuo nome',1031510000); -INSERT INTO international VALUES (436,'WebGUI',8,'Uccidi Sessione',1031510000); -INSERT INTO international VALUES (437,'WebGUI',8,'Statistiche',1031510000); -INSERT INTO international VALUES (435,'WebGUI',8,'Firma di Sessione',1031510000); -INSERT INTO international VALUES (434,'WebGUI',8,'Stato',1031510000); -INSERT INTO international VALUES (433,'WebGUI',8,'User Agent',1031510000); -INSERT INTO international VALUES (432,'WebGUI',8,'Scade',1031510000); -INSERT INTO international VALUES (431,'WebGUI',8,'Indirizzo IP',1031510000); -INSERT INTO international VALUES (430,'WebGUI',8,'Ultima pagina vista',1031510000); -INSERT INTO international VALUES (429,'WebGUI',8,'Ultimo Login',1031510000); -INSERT INTO international VALUES (427,'WebGUI',8,'Stili',1031510000); -INSERT INTO international VALUES (428,'WebGUI',8,'Utente (ID)',1031510000); -INSERT INTO international VALUES (426,'WebGUI',8,'Storico Login',1031510000); -INSERT INTO international VALUES (425,'WebGUI',8,'Sessioni Attive',1031510000); -INSERT INTO international VALUES (424,'WebGUI',8,'Visualizza Storico Login.',1031510000); -INSERT INTO international VALUES (423,'WebGUI',8,'Visualizza Sessioni Attive.',1031510000); -INSERT INTO international VALUES (422,'WebGUI',8,'

Login Fallito!

\r\nLe informazioni che hai provvisto non corrispondono all\'account.',1031510000); -INSERT INTO international VALUES (421,'WebGUI',8,'Rimuovi tutto tranne che la formattazione basilare.',1031510000); -INSERT INTO international VALUES (420,'WebGUI',8,'Lascia com\'è.',1031510000); -INSERT INTO international VALUES (419,'WebGUI',8,'Rimuovi tutti i tag.',1031510000); -INSERT INTO international VALUES (418,'WebGUI',8,'Filtra l\'HTML nei contributi degli utenti',1031510000); -INSERT INTO international VALUES (417,'WebGUI',8,'

Violazione della Sicurezza

\r\nHai cercato di accedere ad un widget non associato a questa pagina. Questo incidente è stato registrato.',1031510000); +INSERT INTO international VALUES (490,'WebGUI',8,'Aggiungi una categoria al profilo.',1045782782); +INSERT INTO international VALUES (489,'WebGUI',8,'Categoria Profilo',1045782755); +INSERT INTO international VALUES (488,'WebGUI',8,'Valore(i) di Default',1045782750); +INSERT INTO international VALUES (487,'WebGUI',8,'Valori Possibili',1045782745); +INSERT INTO international VALUES (486,'WebGUI',8,'Tipo Data',1045782741); +INSERT INTO international VALUES (484,'WebGUI',8,'Select List',1045782732); +INSERT INTO international VALUES (485,'WebGUI',8,'Booleano (Checkbox)',1045782737); +INSERT INTO international VALUES (483,'WebGUI',8,'Si o No',1045782725); +INSERT INTO international VALUES (482,'WebGUI',8,'Numero (Intero)',1045782720); +INSERT INTO international VALUES (481,'WebGUI',8,'Telefono',1045782711); +INSERT INTO international VALUES (479,'WebGUI',8,'Data',1045782697); +INSERT INTO international VALUES (480,'WebGUI',8,'Indirizzo Email',1045782708); +INSERT INTO international VALUES (476,'WebGUI',8,'Text Area',1045782680); +INSERT INTO international VALUES (477,'WebGUI',8,'HTML Area',1045782686); +INSERT INTO international VALUES (478,'WebGUI',8,'URL',1045782692); +INSERT INTO international VALUES (475,'WebGUI',8,'Testo',1045782675); +INSERT INTO international VALUES (473,'WebGUI',8,'Visibile?',1045782660); +INSERT INTO international VALUES (474,'WebGUI',8,'Campo Richisto?',1045782665); +INSERT INTO international VALUES (470,'WebGUI',8,'Nome',1045782642); +INSERT INTO international VALUES (472,'WebGUI',8,'Etichetta',1045782656); +INSERT INTO international VALUES (469,'WebGUI',8,'Id',1045782632); +INSERT INTO international VALUES (468,'WebGUI',8,'Modifica categoria profilo utenti',1045782628); +INSERT INTO international VALUES (467,'WebGUI',8,'Sei certo di voler cancellare questo campo e tutti i dati ad esso relativi?',1045782622); +INSERT INTO international VALUES (466,'WebGUI',8,'Sei certo di voler cancellare questa categoria e spostare il suo contenuto nella categoria Varie?',1045782610); +INSERT INTO international VALUES (465,'WebGUI',8,'Dimensione Text Box',1045782600); +INSERT INTO international VALUES (464,'WebGUI',8,'Colonne Text Area',1045782596); +INSERT INTO international VALUES (463,'WebGUI',8,'Righe Text Area',1045782591); +INSERT INTO international VALUES (462,'WebGUI',8,'Formato ora',1045782586); +INSERT INTO international VALUES (461,'WebGUI',8,'Formato data',1045782582); +INSERT INTO international VALUES (460,'WebGUI',8,'Time Offset',1045782577); +INSERT INTO international VALUES (459,'WebGUI',8,'Modifica il profilo di questo utente.',1045782565); +INSERT INTO international VALUES (458,'WebGUI',8,'Modifica il gruppo di questo utente.',1045782554); +INSERT INTO international VALUES (457,'WebGUI',8,'Modifica l\'account di questo utente.',1045782543); +INSERT INTO international VALUES (456,'WebGUI',8,'Indietro alla lista degli utenti.',1045782535); +INSERT INTO international VALUES (455,'WebGUI',8,'Modifica il profilo utente',1045782529); +INSERT INTO international VALUES (454,'WebGUI',8,'Ultimo aggiornamento',1045782524); +INSERT INTO international VALUES (452,'WebGUI',8,'Attendi...',1045782509); +INSERT INTO international VALUES (453,'WebGUI',8,'Data di creazione',1045782518); +INSERT INTO international VALUES (450,'WebGUI',8,'Professione (Azienda)',1045782494); +INSERT INTO international VALUES (451,'WebGUI',8,'é richiesto.',1045782504); +INSERT INTO international VALUES (448,'WebGUI',8,'Albero di Navigazione',1045782478); +INSERT INTO international VALUES (449,'WebGUI',8,'Informazioni varie',1045782482); +INSERT INTO international VALUES (447,'WebGUI',8,'Gestisci albero di navigazione.',1045782474); +INSERT INTO international VALUES (446,'WebGUI',8,'Web Site',1045782470); +INSERT INTO international VALUES (445,'WebGUI',8,'Preferenze',1045782465); +INSERT INTO international VALUES (444,'WebGUI',8,'Informazioni Demografiche',1046633964); +INSERT INTO international VALUES (443,'WebGUI',8,'Informazioni Tempo Libero',1045782456); +INSERT INTO international VALUES (441,'WebGUI',8,'Email al Pager ',1045782446); +INSERT INTO international VALUES (442,'WebGUI',8,'Informazioni Professionali',1045782452); +INSERT INTO international VALUES (440,'WebGUI',8,'Contatti',1045782441); +INSERT INTO international VALUES (439,'WebGUI',8,'Informazioni Personali',1045782426); +INSERT INTO international VALUES (438,'WebGUI',8,'Il tuo nome',1045782423); +INSERT INTO international VALUES (436,'WebGUI',8,'Uccidi Sessione',1045782414); +INSERT INTO international VALUES (437,'WebGUI',8,'Statistiche',1045782418); +INSERT INTO international VALUES (435,'WebGUI',8,'Firma di Sessione',1045782410); +INSERT INTO international VALUES (434,'WebGUI',8,'Stato',1045782406); +INSERT INTO international VALUES (433,'WebGUI',8,'User Agent',1045782402); +INSERT INTO international VALUES (432,'WebGUI',8,'Scade',1045782397); +INSERT INTO international VALUES (431,'WebGUI',8,'Indirizzo IP',1045782392); +INSERT INTO international VALUES (430,'WebGUI',8,'Ultima pagina vista',1045782388); +INSERT INTO international VALUES (429,'WebGUI',8,'Ultimo Login',1045782378); +INSERT INTO international VALUES (427,'WebGUI',8,'Stili',1045782336); +INSERT INTO international VALUES (428,'WebGUI',8,'Utente (ID)',1045782368); +INSERT INTO international VALUES (426,'WebGUI',8,'Storico Login',1046125815); +INSERT INTO international VALUES (425,'WebGUI',8,'Sessioni Attive',1046125805); +INSERT INTO international VALUES (424,'WebGUI',8,'Visualizza Storico Login.',1046125796); +INSERT INTO international VALUES (423,'WebGUI',8,'Visualizza Sessioni Attive.',1046125786); +INSERT INTO international VALUES (422,'WebGUI',8,'

Login Fallito!

\r\nLe informazioni che hai inserito non corrispondono all\'account.',1045779651); +INSERT INTO international VALUES (421,'WebGUI',8,'Rimuovi tutto tranne che la formattazione basilare.',1046125778); +INSERT INTO international VALUES (420,'WebGUI',8,'Lascia com\'è.',1046125766); +INSERT INTO international VALUES (419,'WebGUI',8,'Rimuovi tutti i tag.',1046125747); +INSERT INTO international VALUES (418,'WebGUI',8,'Filtra l\'HTML nei contributi degli utenti',1046125732); +INSERT INTO international VALUES (417,'WebGUI',8,'

Violazione della Sicurezza

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

Problemi con la richiesta

\r\nci sono stati dei problemi con la tua richiesta. Prego clicca sul bottone \"indietro\" del browser e riprova. Se questo problema persiste, contattaci specificando quello che stai tentando di fare e la data dell\'errore.',1031510000); -INSERT INTO international VALUES (28,'Article',8,'Visualizza Risposte',1031510000); -INSERT INTO international VALUES (27,'Article',8,'Torna all\'articolo',1031510000); -INSERT INTO international VALUES (24,'Article',8,'Invia Risposta',1031510000); +INSERT INTO international VALUES (416,'WebGUI',8,'

Problemi con la richiesta

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

Um einer Seite ein Wobject hinzuzufügen, müssen sie zuerst die Seite aufrufen, \r\nin die das Wobject soll. Dann wählen Sie ein Wobject ihrer Wahl aus dem oberen \r\nlinken Bereich ("Inhalt hinzufügen ... ") aus. Zu jedem Woject gibt \r\nes eine eigene Hilfe, daher schauen sie sich diese vorher an, wenn sie nicht \r\nwissen, welchen Zweck bzw. welche Funktionen das Wobject hat.

Style Sheets: Alle Wobjects besitzen \r\neine Style-sheet Klasse und ID. \r\n

Die Style-sheet Klasse besteht aus dem Word "wobject" plus dem \r\nTyp des Wobjects. Daher würde für eine Abstimmung die Style-sheet Klasse "wobjectPoll" \r\nlauten. Die Klasse gehört dann zu allen Wobjects dieses Typs im System. \r\n

Die Style-sheet ID besteht aus dem Wort "wobjectId" plus der Wobject Id für \r\ndiese Wobject Instanz. Für einen Artikel mit der Wobject Id 94 würde die ID \r\ndann "wobjectId94" lauten.

',1044962139); -INSERT INTO international VALUES (22,'Article',8,'Autore',1031510000); -INSERT INTO international VALUES (23,'Article',8,'Data',1031510000); -INSERT INTO international VALUES (18,'Article',8,'Consenti discussione?',1031510000); +INSERT INTO international VALUES (22,'Article',8,'Autore',1031922112); +INSERT INTO international VALUES (23,'Article',8,'Data',1031922151); +INSERT INTO international VALUES (894,'WebGUI',8,'Consenti discussione?',1031510000); INSERT INTO international VALUES (78,'Survey',1,'Total Time',1038782125); -INSERT INTO international VALUES (411,'WebGUI',8,'Titolo nel Menu',1031510000); -INSERT INTO international VALUES (412,'WebGUI',8,'Descrizione',1031510000); -INSERT INTO international VALUES (410,'WebGUI',8,'Gestisci roots.',1031510000); -INSERT INTO international VALUES (409,'WebGUI',8,'Aggiungi una nuova root.',1031510000); -INSERT INTO international VALUES (408,'WebGUI',8,'Gestisci Roots',1031510000); -INSERT INTO international VALUES (18,'SQLReport',8,'Non ci sono risultati per questa query.',1031510000); -INSERT INTO international VALUES (16,'SQLReport',8,'Debug?',1031510000); -INSERT INTO international VALUES (17,'SQLReport',8,'Debug: Query:',1031510000); -INSERT INTO international VALUES (15,'SQLReport',8,'Preprocessa le macro nella query?',1031510000); -INSERT INTO international VALUES (46,'WebGUI',8,'Il mio account',1031510000); -INSERT INTO international VALUES (407,'WebGUI',8,'Clicca qui per registrarti.',1031510000); -INSERT INTO international VALUES (406,'WebGUI',8,'Grandezza del Thumbnail',1031510000); -INSERT INTO international VALUES (405,'WebGUI',8,'Ultima Pagina',1031510000); -INSERT INTO international VALUES (403,'WebGUI',8,'Preferisco non dirlo.',1031510000); -INSERT INTO international VALUES (402,'WebGUI',8,'Il messaggio che hai richiesto non esiste.',1031510000); -INSERT INTO international VALUES (22,'MessageBoard',8,'Cancella Messaggio',1031510000); -INSERT INTO international VALUES (60,'WebGUI',8,'Sei sicuro di voler disattivare il tuo account? Se continui le informazioni del tuo account saranno perse permanentemente.',1031510000); -INSERT INTO international VALUES (401,'WebGUI',8,'Sei sicuro di voler cancellare questo messaggio e tutti i messaggi sotto di esso in questo thread?',1031510000); -INSERT INTO international VALUES (400,'WebGUI',8,'Impedisci la Cache del Proxy',1031510000); -INSERT INTO international VALUES (399,'WebGUI',8,'Valida questa pagina.',1031510000); -INSERT INTO international VALUES (398,'WebGUI',8,'Document Type Declaration',1031510000); -INSERT INTO international VALUES (394,'WebGUI',8,'Gestisci Immagini.',1031510000); -INSERT INTO international VALUES (395,'WebGUI',8,'Aggiungi una nuova Immagine.',1031510000); +INSERT INTO international VALUES (411,'WebGUI',8,'Titolo nel Menu',1046125626); +INSERT INTO international VALUES (412,'WebGUI',8,'Descrizione',1046125646); +INSERT INTO international VALUES (410,'WebGUI',8,'Gestisci roots.',1046125609); +INSERT INTO international VALUES (409,'WebGUI',8,'Aggiungi una nuova root.',1046125561); +INSERT INTO international VALUES (408,'WebGUI',8,'Gestisci Roots',1046125530); +INSERT INTO international VALUES (18,'SQLReport',8,'Non ci sono risultati per questa query.',1045783497); +INSERT INTO international VALUES (16,'SQLReport',8,'Debug?',1045783484); +INSERT INTO international VALUES (17,'SQLReport',8,'Debug: Query:',1045783); +INSERT INTO international VALUES (15,'SQLReport',8,'Preprocessa le macro nella query?',1045783478); +INSERT INTO international VALUES (46,'WebGUI',8,'Il mio account',1045782569); +INSERT INTO international VALUES (407,'WebGUI',8,'Clicca qui per registrarti.',1046125522); +INSERT INTO international VALUES (406,'WebGUI',8,'Grandezza del Thumbnail',1046125498); +INSERT INTO international VALUES (405,'WebGUI',8,'Ultima Pagina',1046125485); +INSERT INTO international VALUES (403,'WebGUI',8,'Preferisco non dirlo.',1046125466); +INSERT INTO international VALUES (402,'WebGUI',8,'Il messaggio che hai richiesto non esiste.',1046125458); +INSERT INTO international VALUES (22,'MessageBoard',8,'Cancella Messaggio',1045927253); +INSERT INTO international VALUES (60,'WebGUI',8,'Sei sicuro di voler disattivare il tuo account? Se continui le informazioni del tuo account saranno perse permanentemente.',1045780774); +INSERT INTO international VALUES (401,'WebGUI',8,'Sei sicuro di voler cancellare questo messaggio e tutti i messaggi sotto di esso in questo thread?',1046125446); +INSERT INTO international VALUES (400,'WebGUI',8,'Impedisci la Cache del Proxy',1046125419); +INSERT INTO international VALUES (399,'WebGUI',8,'Valida questa pagina.',1046125377); +INSERT INTO international VALUES (398,'WebGUI',8,'Document Type Declaration',1046125368); +INSERT INTO international VALUES (394,'WebGUI',8,'Gestisci Archivio Collaterale.',1046125341); +INSERT INTO international VALUES (395,'WebGUI',8,'Aggiungi una nuova Immagine.',1046125357); INSERT INTO international VALUES (707,'WebGUI',10,'Vis debug information?',1036855884); INSERT INTO international VALUES (784,'WebGUI',1,'Thumbnail',1036954393); -INSERT INTO international VALUES (391,'WebGUI',8,'Cancella il file Allegato.',1031510000); +INSERT INTO international VALUES (391,'WebGUI',8,'Cancella il file Allegato.',1046125316); INSERT INTO international VALUES (594,'WebGUI',10,'Oversæt tekster',1037205626); INSERT INTO international VALUES (811,'WebGUI',1,'From',1037580145); INSERT INTO international VALUES (810,'WebGUI',1,'send',1037579743); -INSERT INTO international VALUES (387,'WebGUI',8,'Uploadato Da',1031510000); -INSERT INTO international VALUES (388,'WebGUI',8,'Data di Upload',1031510000); -INSERT INTO international VALUES (386,'WebGUI',8,'Modifica Immagine',1031510000); -INSERT INTO international VALUES (385,'WebGUI',8,'Parametri',1031510000); -INSERT INTO international VALUES (384,'WebGUI',8,'File',1031510000); -INSERT INTO international VALUES (19,'EventsCalendar',8,'Cambio Pagina dopo',1031510000); +INSERT INTO international VALUES (387,'WebGUI',8,'Caricato Da',1046125277); +INSERT INTO international VALUES (388,'WebGUI',8,'Data di Upload',1046125288); +INSERT INTO international VALUES (386,'WebGUI',8,'Modifica Immagine',1046125255); +INSERT INTO international VALUES (385,'WebGUI',8,'Parametri',1046125244); +INSERT INTO international VALUES (384,'WebGUI',8,'File',1046125220); +INSERT INTO international VALUES (19,'EventsCalendar',8,'Cambio Pagina dopo',1045778166); INSERT INTO international VALUES (684,'WebGUI',10,'Skabelon, Tilføj/Redigér',1036856063); -INSERT INTO international VALUES (20,'FileManager',8,'Cambio Pagina dopo',1031510000); -INSERT INTO international VALUES (14,'SQLReport',8,'Cambio Pagina dopo',1031510000); -INSERT INTO international VALUES (14,'EventsCalendar',8,'Data di Inizio',1031510000); -INSERT INTO international VALUES (15,'EventsCalendar',8,'Data di Fine',1031510000); -INSERT INTO international VALUES (19,'FileManager',8,'Non hai files disponibili per il download.',1031510000); -INSERT INTO international VALUES (18,'FileManager',8,'Versione Alternativa #2',1031510000); -INSERT INTO international VALUES (17,'FileManager',8,'Versione Alternativa #1',1031510000); -INSERT INTO international VALUES (13,'SQLReport',8,'Converti gli a capo?',1031510000); -INSERT INTO international VALUES (37,'USS',8,'Cancella',1031510000); +INSERT INTO international VALUES (20,'FileManager',8,'Cambio Pagina dopo',1031922906); +INSERT INTO international VALUES (14,'SQLReport',8,'Cambio Pagina dopo',1045783469); +INSERT INTO international VALUES (14,'EventsCalendar',8,'Data di Inizio',1045778149); +INSERT INTO international VALUES (15,'EventsCalendar',8,'Data di Fine',1045778156); +INSERT INTO international VALUES (19,'FileManager',8,'Non hai files disponibili.',1045778836); +INSERT INTO international VALUES (18,'FileManager',8,'Versione Alternativa #2',1031922865); +INSERT INTO international VALUES (17,'FileManager',8,'Versione Alternativa #1',1031922849); +INSERT INTO international VALUES (13,'SQLReport',8,'Converti gli a capo?',1045783462); +INSERT INTO international VALUES (37,'USS',8,'Cancella',1045784047); INSERT INTO international VALUES (775,'WebGUI',1,'Are you certain you wish to delete this folder and move its contents to it\'s parent folder?',1036903002); -INSERT INTO international VALUES (16,'FileManager',8,'Uploadato in Data',1031510000); -INSERT INTO international VALUES (15,'FileManager',8,'Descrizione',1031510000); -INSERT INTO international VALUES (14,'FileManager',8,'File',1031510000); -INSERT INTO international VALUES (9,'FileManager',8,'Modifica Download Manager',1031510000); -INSERT INTO international VALUES (10,'FileManager',8,'Modifica Download',1031510000); -INSERT INTO international VALUES (11,'FileManager',8,'Aggiungi un nuovo download',1031510000); -INSERT INTO international VALUES (12,'FileManager',8,'Sei sicuro di voler cancellare questo download?',1031510000); -INSERT INTO international VALUES (8,'FileManager',8,'Breve Descrizione',1031510000); -INSERT INTO international VALUES (7,'FileManager',8,'Group to Download',1031510000); -INSERT INTO international VALUES (6,'FileManager',8,'Download File',1031510000); -INSERT INTO international VALUES (3,'FileManager',8,'Continua aggiungendo un file?',1031510000); -INSERT INTO international VALUES (5,'FileManager',8,'Titolo del File',1031510000); -INSERT INTO international VALUES (1,'FileManager',8,'Download Manager',1031510000); -INSERT INTO international VALUES (380,'WebGUI',8,'ID Stile',1031510000); -INSERT INTO international VALUES (381,'WebGUI',8,'Il sistema ha ricevuto un richiesta non valida. Utilizza il tasto bagk del browser e prova ancora',1031510000); -INSERT INTO international VALUES (35,'USS',8,'Titolo',1031510000); -INSERT INTO international VALUES (378,'WebGUI',8,'ID utente',1031510000); -INSERT INTO international VALUES (379,'WebGUI',8,'ID Gruppo',1031510000); -INSERT INTO international VALUES (34,'USS',8,'Converti gli a capo',1031510000); -INSERT INTO international VALUES (33,'USS',8,'Allegato',1031510000); -INSERT INTO international VALUES (32,'USS',8,'Immagine',1031510000); -INSERT INTO international VALUES (31,'USS',8,'Contenuto',1031510000); -INSERT INTO international VALUES (377,'WebGUI',8,'Nessun packages è stato definito dal tuo package manager o amministratore.',1031510000); -INSERT INTO international VALUES (11,'Poll',8,'Vota!',1031510000); -INSERT INTO international VALUES (374,'WebGUI',8,'Visualizza packages.',1031510000); -INSERT INTO international VALUES (375,'WebGUI',8,'Seleziona Package da svolgere',1031510000); -INSERT INTO international VALUES (376,'WebGUI',8,'Package',1031510000); -INSERT INTO international VALUES (371,'WebGUI',8,'Aggiungi Grouping',1031510000); -INSERT INTO international VALUES (372,'WebGUI',8,'Modifica i gruppi dell\'utente',1031510000); -INSERT INTO international VALUES (370,'WebGUI',8,'Modifica Grouping',1031510000); -INSERT INTO international VALUES (369,'WebGUI',8,'Data di scadenza',1031510000); -INSERT INTO international VALUES (368,'WebGUI',8,'Aggiungi un nuovo gruppo a questo utente.',1031510000); -INSERT INTO international VALUES (365,'WebGUI',8,'Risultati della ricerca...',1031510000); -INSERT INTO international VALUES (366,'WebGUI',8,'Non sono state trovate pagine che soddisfano la tua richiesta.',1031510000); -INSERT INTO international VALUES (364,'WebGUI',8,'Cerca',1031510000); -INSERT INTO international VALUES (362,'WebGUI',8,'Fianco a fianco',1031510000); -INSERT INTO international VALUES (363,'WebGUI',8,'Posizione nel Template',1031510000); -INSERT INTO international VALUES (361,'WebGUI',8,'Tre su Una',1031510000); -INSERT INTO international VALUES (359,'WebGUI',8,'Colonna Destra',1031510000); -INSERT INTO international VALUES (360,'WebGUI',8,'Una su Tre',1031510000); -INSERT INTO international VALUES (358,'WebGUI',8,'Colonna Sinistra',1031510000); -INSERT INTO international VALUES (357,'WebGUI',8,'News',1031510000); -INSERT INTO international VALUES (356,'WebGUI',8,'Template',1031510000); -INSERT INTO international VALUES (355,'WebGUI',8,'Default',1031510000); -INSERT INTO international VALUES (471,'WebGUI',8,'Modifica campi profilo utenti',1031510000); -INSERT INTO international VALUES (352,'WebGUI',8,'Data dell\'Elemento',1031510000); -INSERT INTO international VALUES (159,'WebGUI',8,'Inbox',1031510000); -INSERT INTO international VALUES (349,'WebGUI',8,'Ultima Versione Disponibile',1031510000); -INSERT INTO international VALUES (351,'WebGUI',8,'Messaggio',1031510000); -INSERT INTO international VALUES (350,'WebGUI',8,'Completato',1031510000); -INSERT INTO international VALUES (348,'WebGUI',8,'Nome',1031510000); -INSERT INTO international VALUES (347,'WebGUI',8,'Visualizza il Profilo per',1031510000); -INSERT INTO international VALUES (343,'WebGUI',8,'Visualizza Profilo.',1031510000); -INSERT INTO international VALUES (345,'WebGUI',8,'Non membro',1031510000); -INSERT INTO international VALUES (346,'WebGUI',8,'Questo utente non è più membro del nostro sito. Non abbiamo altre informazioni su questo utente.',1031510000); -INSERT INTO international VALUES (341,'WebGUI',8,'Modifica Profilo.',1031510000); -INSERT INTO international VALUES (342,'WebGUI',8,'Modifica le informazioni dell\'account.',1031510000); -INSERT INTO international VALUES (337,'WebGUI',8,'Homepage URL',1031510000); -INSERT INTO international VALUES (338,'WebGUI',8,'Modifica Profilo',1031510000); -INSERT INTO international VALUES (339,'WebGUI',8,'Maschio',1031510000); -INSERT INTO international VALUES (340,'WebGUI',8,'Femmina',1031510000); -INSERT INTO international VALUES (336,'WebGUI',8,'Data di nascita',1031510000); -INSERT INTO international VALUES (335,'WebGUI',8,'Genere',1031510000); -INSERT INTO international VALUES (331,'WebGUI',8,'Stato lavoro',1031510000); -INSERT INTO international VALUES (332,'WebGUI',8,'CAP lavoro',1031510000); -INSERT INTO international VALUES (333,'WebGUI',8,'Provincia lavoro',1031510000); -INSERT INTO international VALUES (334,'WebGUI',8,'Telefono lavoro',1031510000); -INSERT INTO international VALUES (330,'WebGUI',8,'Città lavoro',1031510000); -INSERT INTO international VALUES (329,'WebGUI',8,'Indirizzo lavoro',1031510000); -INSERT INTO international VALUES (328,'WebGUI',8,'Telefono casa',1031510000); -INSERT INTO international VALUES (327,'WebGUI',8,'Provincia casa',1031510000); -INSERT INTO international VALUES (326,'WebGUI',8,'CAP casa',1031510000); -INSERT INTO international VALUES (324,'WebGUI',8,'Città casa',1031510000); -INSERT INTO international VALUES (325,'WebGUI',8,'Stato casa',1031510000); -INSERT INTO international VALUES (323,'WebGUI',8,'Indirizzo casa',1031510000); -INSERT INTO international VALUES (322,'WebGUI',8,'Pager',1031510000); -INSERT INTO international VALUES (321,'WebGUI',8,'Telefono Cellulare',1031510000); -INSERT INTO international VALUES (320,'WebGUI',8,'Yahoo! Messenger Id',1031510000); -INSERT INTO international VALUES (319,'WebGUI',8,'MSN Messenger Id',1031510000); -INSERT INTO international VALUES (318,'WebGUI',8,'AIM Id',1031510000); -INSERT INTO international VALUES (317,'WebGUI',8,'ICQ UIN',1031510000); -INSERT INTO international VALUES (316,'WebGUI',8,'Cognome',1031510000); -INSERT INTO international VALUES (315,'WebGUI',8,'Altro Nome',1031510000); -INSERT INTO international VALUES (314,'WebGUI',8,'Nome',1031510000); -INSERT INTO international VALUES (313,'WebGUI',8,'Consenti informazioni varie?',1031510000); -INSERT INTO international VALUES (312,'WebGUI',8,'Consenti informazioni business?',1031510000); -INSERT INTO international VALUES (311,'WebGUI',8,'Consenti informazioni home?',1031510000); -INSERT INTO international VALUES (310,'WebGUI',8,'Consenti informazioni extra sugli account?',1031510000); -INSERT INTO international VALUES (309,'WebGUI',8,'Consenti il nome reale?',1031510000); -INSERT INTO international VALUES (307,'WebGUI',8,'Usa i meta tags di default?',1031510000); -INSERT INTO international VALUES (308,'WebGUI',8,'Modifica i settaggi del profilo',1031510000); -INSERT INTO international VALUES (245,'WebGUI',8,'Data',1031510000); -INSERT INTO international VALUES (304,'WebGUI',8,'Lingua',1031510000); -INSERT INTO international VALUES (244,'WebGUI',8,'Autore',1031510000); -INSERT INTO international VALUES (239,'WebGUI',8,'Data:',1031510000); -INSERT INTO international VALUES (240,'WebGUI',8,'ID Messaggio:',1031510000); -INSERT INTO international VALUES (238,'WebGUI',8,'Autore:',1031510000); -INSERT INTO international VALUES (237,'WebGUI',8,'Oggetto:',1031510000); -INSERT INTO international VALUES (234,'WebGUI',8,'Inviare una Risposta...',1031510000); -INSERT INTO international VALUES (233,'WebGUI',8,'(eom)',1031510000); -INSERT INTO international VALUES (232,'WebGUI',8,'Senza Oggetto',1031510000); -INSERT INTO international VALUES (231,'WebGUI',8,'Inviare un nuovo Messaggio...',1031510000); -INSERT INTO international VALUES (230,'WebGUI',8,'Messaggio',1031510000); -INSERT INTO international VALUES (229,'WebGUI',8,'Oggetto',1031510000); -INSERT INTO international VALUES (228,'WebGUI',8,'Modifica Messaggio...',1031510000); -INSERT INTO international VALUES (175,'WebGUI',8,'Processa le macro?',1031510000); -INSERT INTO international VALUES (174,'WebGUI',8,'Visualizza il Titolo?',1031510000); -INSERT INTO international VALUES (170,'WebGUI',8,'cerca',1031510000); -INSERT INTO international VALUES (171,'WebGUI',8,'Assistente per la creazione del testo',1031510000); -INSERT INTO international VALUES (169,'WebGUI',8,'Aggiungi un nuovo Utente.',1031510000); -INSERT INTO international VALUES (168,'WebGUI',8,'Modifica Utente',1031510000); -INSERT INTO international VALUES (167,'WebGUI',8,'Sei sicuro di voler cancellare questo utente? Sappi che tutte le informazioni associate all\'utente saranno cancellate se procedi.',1031510000); -INSERT INTO international VALUES (3,'Auth/LDAP',8,'LDAP URL',1031510000); -INSERT INTO international VALUES (4,'Auth/LDAP',8,'Connect DN',1031510000); -INSERT INTO international VALUES (163,'WebGUI',8,'Aggiungi Utente',1031510000); -INSERT INTO international VALUES (164,'WebGUI',8,'Metodo di autenticazione',1031510000); -INSERT INTO international VALUES (162,'WebGUI',8,'Sei sicuro di voler cancellare tutte le pagine e i widgets nel cestino?',1031510000); -INSERT INTO international VALUES (161,'WebGUI',8,'Inviato Da',1031510000); -INSERT INTO international VALUES (160,'WebGUI',8,'Inviato in Data',1031510000); -INSERT INTO international VALUES (158,'WebGUI',8,'Aggiungi un nuovo stile.',1031510000); -INSERT INTO international VALUES (353,'WebGUI',8,'Non hai messaggi in Inbox attualmente.',1031510000); -INSERT INTO international VALUES (157,'WebGUI',8,'Stili',1031510000); -INSERT INTO international VALUES (156,'WebGUI',8,'Modifica Stile',1031510000); -INSERT INTO international VALUES (155,'WebGUI',8,'Sei sicuro di voler cancellare questo stile ed assegnare a tutte le pagine che lo usano lo stile \"Fail Safe\" ?',1031510000); -INSERT INTO international VALUES (151,'WebGUI',8,'Nome dello stile',1031510000); -INSERT INTO international VALUES (154,'WebGUI',8,'Style Sheet',1031510000); -INSERT INTO international VALUES (149,'WebGUI',8,'Utenti',1031510000); -INSERT INTO international VALUES (148,'WebGUI',8,'Widgets Visualizzabili',1031510000); -INSERT INTO international VALUES (147,'WebGUI',8,'Pagine Visualizzabili',1031510000); -INSERT INTO international VALUES (144,'WebGUI',8,'Visualizza statistiche.',1031510000); -INSERT INTO international VALUES (145,'WebGUI',8,'Versione',1031510000); -INSERT INTO international VALUES (146,'WebGUI',8,'Sessioni Attive',1031510000); -INSERT INTO international VALUES (143,'WebGUI',8,'Gestisci i settaggi',1031510000); -INSERT INTO international VALUES (142,'WebGUI',8,'Timeout della Sessione',1031510000); -INSERT INTO international VALUES (141,'WebGUI',8,'Pagina non trovata',1031510000); -INSERT INTO international VALUES (140,'WebGUI',8,'Modifica settaggi vari',1031510000); -INSERT INTO international VALUES (134,'WebGUI',8,'Messaggio di Recupero Password',1031510000); -INSERT INTO international VALUES (135,'WebGUI',8,'SMTP Server',1031510000); -INSERT INTO international VALUES (138,'WebGUI',8,'Sì',1031510000); -INSERT INTO international VALUES (139,'WebGUI',8,'No',1031510000); -INSERT INTO international VALUES (133,'WebGUI',8,'Modifica i settaggi della Mail',1031510000); -INSERT INTO international VALUES (130,'WebGUI',8,'Massima Dimensione Allegato',1031510000); -INSERT INTO international VALUES (127,'WebGUI',8,'URL dell\'Azienda',1031510000); -INSERT INTO international VALUES (126,'WebGUI',8,'Indirizzo Email dell\'Azienda',1031510000); -INSERT INTO international VALUES (125,'WebGUI',8,'Nome dell\'Azienda',1031510000); -INSERT INTO international VALUES (124,'WebGUI',8,'Modifica informazioni sull\'Azienda',1031510000); -INSERT INTO international VALUES (8,'Auth/LDAP',8,'LDAP Password Name',1031510000); -INSERT INTO international VALUES (7,'Auth/LDAP',8,'LDAP Identity Name',1031510000); -INSERT INTO international VALUES (6,'Auth/LDAP',8,'LDAP Identity (default)',1031510000); -INSERT INTO international VALUES (5,'Auth/LDAP',8,'LDAP URL (default)',1031510000); -INSERT INTO international VALUES (118,'WebGUI',8,'Registrazione Anonima',1031510000); -INSERT INTO international VALUES (119,'WebGUI',8,'Authentication Method (default)',1031510000); -INSERT INTO international VALUES (117,'WebGUI',8,'Modifica settaggi Utente',1031510000); -INSERT INTO international VALUES (116,'WebGUI',8,'Seleziona \"Si\" per dare a tutte le sottopagine gli stessi privilegi di questa.',1031510000); -INSERT INTO international VALUES (108,'WebGUI',8,'Proprietario',1031510000); -INSERT INTO international VALUES (107,'WebGUI',8,'Privilegi',1031510000); -INSERT INTO international VALUES (106,'WebGUI',8,'Seleziona \"Si\" per dare a tutte le sottopagine lo stesso stile di questa.',1031510000); -INSERT INTO international VALUES (105,'WebGUI',8,'Stile',1031510000); -INSERT INTO international VALUES (104,'WebGUI',8,'URL della Pagina',1031510000); -INSERT INTO international VALUES (102,'WebGUI',8,'Modifica Pagina',1031510000); -INSERT INTO international VALUES (103,'WebGUI',8,'Specifiche della Pagina',1031510000); -INSERT INTO international VALUES (101,'WebGUI',8,'Sei sicuro di voler cancellare questa pagina, il suo contenuto, e tutti gli elementi sotto di essa?',1031510000); -INSERT INTO international VALUES (100,'WebGUI',8,'Meta Tags',1031510000); -INSERT INTO international VALUES (99,'WebGUI',8,'Titolo',1031510000); +INSERT INTO international VALUES (16,'FileManager',8,'Uploadato in Data',1031922644); +INSERT INTO international VALUES (15,'FileManager',8,'Descrizione',1031922564); +INSERT INTO international VALUES (14,'FileManager',8,'File',1031922430); +INSERT INTO international VALUES (9,'FileManager',8,'Modifica File Manager',1045778901); +INSERT INTO international VALUES (10,'FileManager',8,'Modifica File',1045778798); +INSERT INTO international VALUES (11,'FileManager',8,'Aggiungi un nuovo file',1045778810); +INSERT INTO international VALUES (12,'FileManager',8,'Sei sicuro di voler cancellare questo file?',1045778821); +INSERT INTO international VALUES (8,'FileManager',8,'Breve Descrizione',1031923721); +INSERT INTO international VALUES (7,'FileManager',8,'Gruppo di Download',1031923553); +INSERT INTO international VALUES (6,'FileManager',8,'File',1045778850); +INSERT INTO international VALUES (3,'FileManager',8,'Continua aggiungendo un file?',1031922982); +INSERT INTO international VALUES (5,'FileManager',8,'Titolo del File',1031923001); +INSERT INTO international VALUES (1,'FileManager',8,'File Manager',1045778786); +INSERT INTO international VALUES (380,'WebGUI',8,'ID Stile',1046125172); +INSERT INTO international VALUES (381,'WebGUI',8,'Il sistema ha ricevuto un richiesta non valida. Utilizza il tasto back del browser e prova ancora.',1046125205); +INSERT INTO international VALUES (35,'USS',8,'Titolo',1045784040); +INSERT INTO international VALUES (378,'WebGUI',8,'ID utente',1046125033); +INSERT INTO international VALUES (379,'WebGUI',8,'ID Gruppo',1046125106); +INSERT INTO international VALUES (34,'USS',8,'Converti gli a capo',1045784028); +INSERT INTO international VALUES (33,'USS',8,'Allegato',1045784020); +INSERT INTO international VALUES (32,'USS',8,'Immagine',1045784011); +INSERT INTO international VALUES (31,'USS',8,'Contenuto',1045783998); +INSERT INTO international VALUES (377,'WebGUI',8,'Nessun packages è stato definito dal tuo package manager o amministratore.',1046124982); +INSERT INTO international VALUES (11,'Poll',8,'Vota!',1045927671); +INSERT INTO international VALUES (374,'WebGUI',8,'Gestisci packages.',1046122632); +INSERT INTO international VALUES (375,'WebGUI',8,'Seleziona Package da svolgere',1046124945); +INSERT INTO international VALUES (376,'WebGUI',8,'Package',1046124960); +INSERT INTO international VALUES (371,'WebGUI',8,'Aggiungi Grouping',1046122591); +INSERT INTO international VALUES (372,'WebGUI',8,'Modifica i gruppi dell\'utente',1046122611); +INSERT INTO international VALUES (370,'WebGUI',8,'Modifica Grouping',1046122581); +INSERT INTO international VALUES (369,'WebGUI',8,'Data di scadenza',1046122563); +INSERT INTO international VALUES (368,'WebGUI',8,'Aggiungi un nuovo gruppo a questo utente.',1046122552); +INSERT INTO international VALUES (365,'WebGUI',8,'Risultati della ricerca...',1046122513); +INSERT INTO international VALUES (366,'WebGUI',8,'Non sono state trovate pagine che soddisfano la tua richiesta.',1046122526); +INSERT INTO international VALUES (364,'WebGUI',8,'Cerca',1046122505); +INSERT INTO international VALUES (362,'WebGUI',8,'Fianco a fianco',1046122476); +INSERT INTO international VALUES (363,'WebGUI',8,'Posizione nel Template',1046122495); +INSERT INTO international VALUES (361,'WebGUI',8,'Tre su Una',1046122468); +INSERT INTO international VALUES (359,'WebGUI',8,'Colonna Destra',1046122425); +INSERT INTO international VALUES (360,'WebGUI',8,'Una su Tre',1046122461); +INSERT INTO international VALUES (358,'WebGUI',8,'Colonna Sinistra',1046122417); +INSERT INTO international VALUES (357,'WebGUI',8,'News',1046122405); +INSERT INTO international VALUES (356,'WebGUI',8,'Template',1046122397); +INSERT INTO international VALUES (355,'WebGUI',8,'Default',1046122389); +INSERT INTO international VALUES (471,'WebGUI',8,'Modifica campi profilo utenti',1045782651); +INSERT INTO international VALUES (352,'WebGUI',8,'Data di Inserimento',1046122349); +INSERT INTO international VALUES (159,'WebGUI',8,'Inbox',1045915746); +INSERT INTO international VALUES (349,'WebGUI',8,'Ultima Versione Disponibile',1046122294); +INSERT INTO international VALUES (351,'WebGUI',8,'Messaggio',1046122322); +INSERT INTO international VALUES (350,'WebGUI',8,'Completato',1046122314); +INSERT INTO international VALUES (348,'WebGUI',8,'Nome',1046122282); +INSERT INTO international VALUES (347,'WebGUI',8,'Visualizza il Profilo per',1046122275); +INSERT INTO international VALUES (343,'WebGUI',8,'Visualizza Profilo.',1046122223); +INSERT INTO international VALUES (345,'WebGUI',8,'Non membro',1046122233); +INSERT INTO international VALUES (346,'WebGUI',8,'Questo utente non è più membro del nostro sito. Non abbiamo altre informazioni su questo utente.',1046122250); +INSERT INTO international VALUES (341,'WebGUI',8,'Modifica Profilo.',1046122207); +INSERT INTO international VALUES (342,'WebGUI',8,'Modifica le informazioni dell\'account.',1046122215); +INSERT INTO international VALUES (337,'WebGUI',8,'Homepage URL',1046122165); +INSERT INTO international VALUES (338,'WebGUI',8,'Modifica Profilo',1046122177); +INSERT INTO international VALUES (339,'WebGUI',8,'Maschio',1046122184); +INSERT INTO international VALUES (340,'WebGUI',8,'Femmina',1046122200); +INSERT INTO international VALUES (336,'WebGUI',8,'Data di nascita',1046122158); +INSERT INTO international VALUES (335,'WebGUI',8,'Sesso',1046122151); +INSERT INTO international VALUES (331,'WebGUI',8,'Stato lavoro',1046122110); +INSERT INTO international VALUES (332,'WebGUI',8,'CAP lavoro',1046122122); +INSERT INTO international VALUES (333,'WebGUI',8,'Provincia lavoro',1046122130); +INSERT INTO international VALUES (334,'WebGUI',8,'Telefono lavoro',1046122138); +INSERT INTO international VALUES (330,'WebGUI',8,'Città lavoro',1046122103); +INSERT INTO international VALUES (329,'WebGUI',8,'Indirizzo lavoro',1046122090); +INSERT INTO international VALUES (328,'WebGUI',8,'Telefono casa',1046122066); +INSERT INTO international VALUES (327,'WebGUI',8,'Provincia casa',1046122042); +INSERT INTO international VALUES (326,'WebGUI',8,'CAP casa',1046122022); +INSERT INTO international VALUES (324,'WebGUI',8,'Città casa',1046122002); +INSERT INTO international VALUES (325,'WebGUI',8,'Stato casa',1046122011); +INSERT INTO international VALUES (323,'WebGUI',8,'Indirizzo casa',1046121995); +INSERT INTO international VALUES (322,'WebGUI',8,'Pager',1046121988); +INSERT INTO international VALUES (321,'WebGUI',8,'Telefono Cellulare',1046121982); +INSERT INTO international VALUES (320,'WebGUI',8,'Yahoo! Messenger Id',1046121972); +INSERT INTO international VALUES (319,'WebGUI',8,'MSN Messenger Id',1046121956); +INSERT INTO international VALUES (318,'WebGUI',8,'AIM Id',1046121939); +INSERT INTO international VALUES (317,'WebGUI',8,'ICQ UIN',1046121931); +INSERT INTO international VALUES (316,'WebGUI',8,'Cognome',1046121919); +INSERT INTO international VALUES (315,'WebGUI',8,'Secondo Nome',1046121912); +INSERT INTO international VALUES (314,'WebGUI',8,'Nome',1046121898); +INSERT INTO international VALUES (313,'WebGUI',8,'Consenti informazioni varie?',1046121889); +INSERT INTO international VALUES (312,'WebGUI',8,'Consenti informazioni business?',1046121881); +INSERT INTO international VALUES (311,'WebGUI',8,'Consenti informazioni home?',1046121862); +INSERT INTO international VALUES (310,'WebGUI',8,'Consenti informazioni extra sugli account?',1046121846); +INSERT INTO international VALUES (309,'WebGUI',8,'Consenti il nome reale?',1046121829); +INSERT INTO international VALUES (307,'WebGUI',8,'Usa i meta tags di default?',1046121809); +INSERT INTO international VALUES (308,'WebGUI',8,'Modifica i settaggi del profilo',1046121816); +INSERT INTO international VALUES (245,'WebGUI',8,'Data',1046121730); +INSERT INTO international VALUES (304,'WebGUI',8,'Lingua',1046121797); +INSERT INTO international VALUES (244,'WebGUI',8,'Autore',1046121723); +INSERT INTO international VALUES (239,'WebGUI',8,'Data:',1046121685); +INSERT INTO international VALUES (240,'WebGUI',8,'ID Messaggio:',1046121709); +INSERT INTO international VALUES (238,'WebGUI',8,'Autore:',1045916163); +INSERT INTO international VALUES (237,'WebGUI',8,'Oggetto:',1045916154); +INSERT INTO international VALUES (234,'WebGUI',8,'Inviare una Risposta...',1045916143); +INSERT INTO international VALUES (233,'WebGUI',8,'(eom)',1045916130); +INSERT INTO international VALUES (232,'WebGUI',8,'Senza Oggetto',1045916119); +INSERT INTO international VALUES (231,'WebGUI',8,'Inviare un nuovo Messaggio...',1045916108); +INSERT INTO international VALUES (230,'WebGUI',8,'Messaggio',1045916098); +INSERT INTO international VALUES (229,'WebGUI',8,'Oggetto',1045916077); +INSERT INTO international VALUES (228,'WebGUI',8,'Modifica Messaggio...',1045916067); +INSERT INTO international VALUES (175,'WebGUI',8,'Processa le macro?',1045915940); +INSERT INTO international VALUES (174,'WebGUI',8,'Visualizza il Titolo?',1045915925); +INSERT INTO international VALUES (170,'WebGUI',8,'cerca',1045915888); +INSERT INTO international VALUES (171,'WebGUI',8,'Assistente per la creazione del testo',1045915905); +INSERT INTO international VALUES (169,'WebGUI',8,'Aggiungi un nuovo Utente.',1045915866); +INSERT INTO international VALUES (168,'WebGUI',8,'Modifica Utente',1045915855); +INSERT INTO international VALUES (167,'WebGUI',8,'Sei sicuro di voler cancellare questo utente? Sappi che tutte le informazioni associate all\'utente saranno cancellate se procedi.',1045915845); +INSERT INTO international VALUES (3,'Auth/LDAP',8,'LDAP URL',1045778047); +INSERT INTO international VALUES (4,'Auth/LDAP',8,'Connect DN',1045778069); +INSERT INTO international VALUES (163,'WebGUI',8,'Aggiungi Utente',1045915812); +INSERT INTO international VALUES (164,'WebGUI',8,'Metodo di autenticazione',1045915831); +INSERT INTO international VALUES (162,'WebGUI',8,'Sei sicuro di voler cancellare tutte le pagine e i wobjects nel cestino?',1046632830); +INSERT INTO international VALUES (161,'WebGUI',8,'Inviato Da',1045915790); +INSERT INTO international VALUES (160,'WebGUI',8,'Inviato in Data',1045915775); +INSERT INTO international VALUES (158,'WebGUI',8,'Aggiungi un nuovo stile.',1045915734); +INSERT INTO international VALUES (353,'WebGUI',8,'Non hai messaggi nella tua Inbox attualmente.',1046122373); +INSERT INTO international VALUES (157,'WebGUI',8,'Stili',1045915724); +INSERT INTO international VALUES (156,'WebGUI',8,'Modifica Stile',1045915714); +INSERT INTO international VALUES (155,'WebGUI',8,'Sei sicuro di voler cancellare questo stile ed assegnare a tutte le pagine che lo usano lo stile \"Fail Safe\" ?',1045915700); +INSERT INTO international VALUES (151,'WebGUI',8,'Nome dello stile',1045915669); +INSERT INTO international VALUES (154,'WebGUI',8,'Style Sheet',1045915681); +INSERT INTO international VALUES (149,'WebGUI',8,'Utenti',1045915648); +INSERT INTO international VALUES (148,'WebGUI',8,'Wobjects',1045915638); +INSERT INTO international VALUES (147,'WebGUI',8,'Pagine',1045915611); +INSERT INTO international VALUES (144,'WebGUI',8,'Visualizza statistiche.',1045915537); +INSERT INTO international VALUES (145,'WebGUI',8,'Versione',1045915552); +INSERT INTO international VALUES (146,'WebGUI',8,'Sessioni Attive',1045915578); +INSERT INTO international VALUES (143,'WebGUI',8,'Gestisci i settaggi',1045915525); +INSERT INTO international VALUES (142,'WebGUI',8,'Timeout della Sessione',1045915515); +INSERT INTO international VALUES (141,'WebGUI',8,'Pagina non trovata',1045915504); +INSERT INTO international VALUES (140,'WebGUI',8,'Modifica settaggi vari',1045915492); +INSERT INTO international VALUES (134,'WebGUI',8,'Messaggio di Recupero Password',1045915433); +INSERT INTO international VALUES (135,'WebGUI',8,'SMTP Server',1045915443); +INSERT INTO international VALUES (138,'WebGUI',8,'Sì',1045915461); +INSERT INTO international VALUES (139,'WebGUI',8,'No',1045915471); +INSERT INTO international VALUES (133,'WebGUI',8,'Modifica i settaggi della Mail',1045915401); +INSERT INTO international VALUES (130,'WebGUI',8,'Massima Dimensione Allegato',1045915370); +INSERT INTO international VALUES (127,'WebGUI',8,'URL dell\'Azienda',1045915349); +INSERT INTO international VALUES (126,'WebGUI',8,'Indirizzo Email dell\'Azienda',1045915337); +INSERT INTO international VALUES (125,'WebGUI',8,'Nome dell\'Azienda',1045915327); +INSERT INTO international VALUES (124,'WebGUI',8,'Modifica informazioni sull\'Azienda',1045915314); +INSERT INTO international VALUES (8,'Auth/LDAP',8,'LDAP Password Name',1045778106); +INSERT INTO international VALUES (7,'Auth/LDAP',8,'LDAP Identity Name',1045778098); +INSERT INTO international VALUES (6,'Auth/LDAP',8,'LDAP Identity (default)',1045778090); +INSERT INTO international VALUES (5,'Auth/LDAP',8,'LDAP URL (default)',1045778080); +INSERT INTO international VALUES (118,'WebGUI',8,'Registrazione Anonima',1045915239); +INSERT INTO international VALUES (119,'WebGUI',8,'Authentication Method (default)',1045915276); +INSERT INTO international VALUES (117,'WebGUI',8,'Modifica settaggi Utente',1045784387); +INSERT INTO international VALUES (116,'WebGUI',8,'Seleziona \"Si\" per dare a tutte le sottopagine gli stessi privilegi di questa.',1031911949); +INSERT INTO international VALUES (108,'WebGUI',8,'Proprietario',1045784369); +INSERT INTO international VALUES (107,'WebGUI',8,'Privilegi',1045784187); +INSERT INTO international VALUES (106,'WebGUI',8,'Seleziona \"Si\" per dare a tutte le sottopagine lo stesso stile di questa.',1045779457); +INSERT INTO international VALUES (105,'WebGUI',8,'Stile',1045779447); +INSERT INTO international VALUES (104,'WebGUI',8,'URL della Pagina',1045779442); +INSERT INTO international VALUES (102,'WebGUI',8,'Modifica Pagina',1045779420); +INSERT INTO international VALUES (103,'WebGUI',8,'Specifiche della Pagina',1045779434); +INSERT INTO international VALUES (101,'WebGUI',8,'Sei sicuro di voler cancellare questa pagina, il suo contenuto, e tutti gli elementi sotto di essa?',1045779413); +INSERT INTO international VALUES (100,'WebGUI',8,'Meta Tags',1045779401); +INSERT INTO international VALUES (99,'WebGUI',8,'Titolo',1045780971); INSERT INTO international VALUES (642,'WebGUI',1,'Page, Add/Edit',1038889740); -INSERT INTO international VALUES (95,'WebGUI',8,'Indice Aiuto',1031510000); -INSERT INTO international VALUES (94,'WebGUI',8,'Vedi anche',1031510000); -INSERT INTO international VALUES (93,'WebGUI',8,'Aiuto',1031510000); -INSERT INTO international VALUES (92,'WebGUI',8,'Pagina Successiva',1031510000); -INSERT INTO international VALUES (91,'WebGUI',8,'Pagina Precedente',1031510000); -INSERT INTO international VALUES (89,'WebGUI',8,'Gruppi',1031510000); -INSERT INTO international VALUES (90,'WebGUI',8,'Aggiungi nuovo gruppo.',1031510000); -INSERT INTO international VALUES (88,'WebGUI',8,'Utenti nel Gruppo',1031510000); -INSERT INTO international VALUES (87,'WebGUI',8,'Modifica Gruppo',1031510000); -INSERT INTO international VALUES (86,'WebGUI',8,'Sei sicuro di voler cancellare questo gruppo? Sappi che cancellare un gruppo è permanente e rimuoverà tutti i privilrgi associati a questo gruppo.',1031510000); -INSERT INTO international VALUES (84,'WebGUI',8,'Nome del Gruppo',1031510000); -INSERT INTO international VALUES (85,'WebGUI',8,'Corpo del testo',1031510000); -INSERT INTO international VALUES (82,'WebGUI',8,'Funzioni Amministrative...',1031510000); -INSERT INTO international VALUES (81,'WebGUI',8,'Account aggiornato con successo!',1031510000); -INSERT INTO international VALUES (80,'WebGUI',8,'Account creato con successo!',1031510000); -INSERT INTO international VALUES (2,'Auth/LDAP',8,'Cannot connect to LDAP server.',1031510000); -INSERT INTO international VALUES (3,'Auth/WebGUI',8,'Le tue password non corrispondono. Prego prova di nuovo.',1031510000); -INSERT INTO international VALUES (77,'WebGUI',8,'Questo nome di account è già in uso da un altro membro di questo sito. Prego scegli un nuovo nome utente. Ecco alcuni suggerimenti:',1031510000); -INSERT INTO international VALUES (76,'WebGUI',8,'Questo indirizzo di email non è nei nostri database.',1031510000); -INSERT INTO international VALUES (75,'WebGUI',8,'Le Informazioni sul tuo account sono state inviate al tuo indirizzo di email.',1031510000); -INSERT INTO international VALUES (74,'WebGUI',8,'Informazioni Account',1031510000); -INSERT INTO international VALUES (73,'WebGUI',8,'Entra.',1031510000); -INSERT INTO international VALUES (72,'WebGUI',8,'recupera',1031510000); -INSERT INTO international VALUES (70,'WebGUI',8,'Errore',1031510000); -INSERT INTO international VALUES (71,'WebGUI',8,'Recupera password',1031510000); -INSERT INTO international VALUES (69,'WebGUI',8,'Prego contatta il tuo amministratore di sistema per assistenza.',1031510000); -INSERT INTO international VALUES (68,'WebGUI',8,'Le informazioni sul\' account non sono valide. O l\'account non esiste oppure hai fornito una combinazione errata di Nome Utente/Password.',1031510000); -INSERT INTO international VALUES (67,'WebGUI',8,'Crea un nuovo account.',1031510000); -INSERT INTO international VALUES (66,'WebGUI',8,'Entra',1031510000); -INSERT INTO international VALUES (65,'WebGUI',8,'Prego disattiva il mio account permanentemente.',1031510000); -INSERT INTO international VALUES (64,'WebGUI',8,'Esci.',1031510000); -INSERT INTO international VALUES (63,'WebGUI',8,'Attiva l\'Interfaccia Amministrativa.',1031510000); -INSERT INTO international VALUES (62,'WebGUI',8,'Salva',1031510000); -INSERT INTO international VALUES (61,'WebGUI',8,'Aggiorna Informazioni dell\'Account',1031510000); -INSERT INTO international VALUES (492,'WebGUI',8,'Lista dei campi del profilo.',1031510000); -INSERT INTO international VALUES (59,'WebGUI',8,'Ho dimenticato la password.',1031510000); -INSERT INTO international VALUES (58,'WebGUI',8,'Ho già un account.',1031510000); -INSERT INTO international VALUES (57,'WebGUI',8,'E\' necessario solo se vuoi usare funzioni che richiedono l\'email.',1031510000); -INSERT INTO international VALUES (56,'WebGUI',8,'Indirizzo Email',1031510000); -INSERT INTO international VALUES (2,'Auth/WebGUI',8,'Password (conferma)',1031510000); -INSERT INTO international VALUES (54,'WebGUI',8,'Crea Account',1031510000); -INSERT INTO international VALUES (51,'WebGUI',8,'Password',1031510000); -INSERT INTO international VALUES (52,'WebGUI',8,'login',1031510000); -INSERT INTO international VALUES (53,'WebGUI',8,'Rendi Pagina Stampabile',1031510000); -INSERT INTO international VALUES (50,'WebGUI',8,'Nome Utente',1031510000); -INSERT INTO international VALUES (48,'WebGUI',8,'Ciao',1031510000); -INSERT INTO international VALUES (49,'WebGUI',8,'
Clicca qui per uscire.',1031510000); -INSERT INTO international VALUES (47,'WebGUI',8,'Home',1031510000); -INSERT INTO international VALUES (45,'WebGUI',8,'No, ho fatto uno sbaglio.',1031510000); -INSERT INTO international VALUES (44,'WebGUI',8,'Sì, sono sicuro.',1031510000); -INSERT INTO international VALUES (43,'WebGUI',8,'Sei sicuro di voler cancellare questo contenuto?',1031510000); -INSERT INTO international VALUES (42,'WebGUI',8,'Prego Conferma',1031510000); -INSERT INTO international VALUES (41,'WebGUI',8,'Hai cercato di rimuovere un componente vitale del sistema. Se continui può\r\ncessare di funzionare.',1031510000); -INSERT INTO international VALUES (40,'WebGUI',8,'Componente Vitale',1031510000); -INSERT INTO international VALUES (39,'WebGUI',8,'Non hai abbastanza privilegi per accedere a questa pagina.',1031510000); -INSERT INTO international VALUES (38,'WebGUI',8,'Non hai abbastanza privilegi per questa operazione. Prego ^a(entra con un account); che ha sufficenti privilegi prima di eseguire questa operazione.',1031510000); -INSERT INTO international VALUES (404,'WebGUI',8,'Prima Pagina',1031510000); -INSERT INTO international VALUES (37,'WebGUI',8,'Permesso negato!',1031510000); -INSERT INTO international VALUES (36,'WebGUI',8,'Devi essere un amministratore per usare questa funzione. Per favore contatta uno degli amministratori. Questa è una lista degli amministratori di questo sistema:',1031510000); -INSERT INTO international VALUES (35,'WebGUI',8,'Funzioni Amministrative',1031510000); -INSERT INTO international VALUES (34,'WebGUI',8,'imposta la data (mm/gg/aaaa)',1031510000); -INSERT INTO international VALUES (33,'WebGUI',8,'Sabato',1031510000); -INSERT INTO international VALUES (31,'WebGUI',8,'Giovedì',1031510000); -INSERT INTO international VALUES (32,'WebGUI',8,'Venerdì',1031510000); -INSERT INTO international VALUES (30,'WebGUI',8,'Mercoledì',1031510000); -INSERT INTO international VALUES (29,'WebGUI',8,'Martedì',1031510000); -INSERT INTO international VALUES (29,'USS',8,'Sistema di Contributi degli Utenti',1031510000); -INSERT INTO international VALUES (28,'WebGUI',8,'Lunedì',1031510000); -INSERT INTO international VALUES (28,'USS',8,'Ritorna alla lista dei Contributi',1031510000); -INSERT INTO international VALUES (27,'WebGUI',8,'Domenica',1031510000); -INSERT INTO international VALUES (27,'USS',8,'Modifica',1031510000); -INSERT INTO international VALUES (26,'WebGUI',8,'Dicembre',1031510000); -INSERT INTO international VALUES (25,'WebGUI',8,'Novembre',1031510000); -INSERT INTO international VALUES (24,'WebGUI',8,'Ottobre',1031510000); -INSERT INTO international VALUES (23,'WebGUI',8,'Settembre',1031510000); -INSERT INTO international VALUES (22,'WebGUI',8,'Agosto',1031510000); -INSERT INTO international VALUES (21,'WebGUI',8,'Luglio',1031510000); -INSERT INTO international VALUES (21,'USS',8,'Mandato da',1031510000); -INSERT INTO international VALUES (20,'WebGUI',8,'Giugno',1031510000); -INSERT INTO international VALUES (20,'USS',8,'Manda un nuovo Contributo',1031510000); -INSERT INTO international VALUES (19,'WebGUI',8,'Maggio',1031510000); -INSERT INTO international VALUES (20,'MessageBoard',8,'Ultima Risposta',1031510000); -INSERT INTO international VALUES (19,'USS',8,'Modifica Contributo',1031510000); -INSERT INTO international VALUES (19,'MessageBoard',8,'Risposte',1031510000); -INSERT INTO international VALUES (18,'WebGUI',8,'Aprile',1031510000); -INSERT INTO international VALUES (18,'USS',8,'Modifica il sistema di contributi degli utenti',1031510000); -INSERT INTO international VALUES (18,'MessageBoard',8,'Thread Iniziato',1031510000); -INSERT INTO international VALUES (17,'WebGUI',8,'Marzo',1031510000); -INSERT INTO international VALUES (17,'USS',8,'Sei sicuro di voler cancellare questo contributo?',1031510000); -INSERT INTO international VALUES (17,'MessageBoard',8,'Manda un nuovo Messaggio',1031510000); -INSERT INTO international VALUES (16,'WebGUI',8,'Febbraio',1031510000); -INSERT INTO international VALUES (16,'USS',8,'Senza Titolo',1031510000); -INSERT INTO international VALUES (16,'MessageBoard',8,'Data',1031510000); -INSERT INTO international VALUES (15,'WebGUI',8,'Gennaio',1031510000); -INSERT INTO international VALUES (15,'USS',8,'Modifica/Cancella',1031510000); -INSERT INTO international VALUES (15,'MessageBoard',8,'Autore',1031510000); -INSERT INTO international VALUES (14,'WebGUI',8,'Visualizza i contributi pendenti.',1031510000); -INSERT INTO international VALUES (14,'USS',8,'Stato',1031510000); -INSERT INTO international VALUES (13,'WebGUI',8,'Visualizza indice dell\'aiuto.',1031510000); -INSERT INTO international VALUES (13,'USS',8,'Data',1031510000); -INSERT INTO international VALUES (13,'LinkList',8,'Aggiungi un nuovo link.',1031510000); -INSERT INTO international VALUES (13,'EventsCalendar',8,'Modifica Evento',1031510000); -INSERT INTO international VALUES (13,'Article',8,'Cancella',1031510000); -INSERT INTO international VALUES (12,'WebGUI',8,'Spegni interfaccia amministrativa.',1031510000); -INSERT INTO international VALUES (12,'USS',8,'(deseleziona se scrivi in HTML)',1031510000); -INSERT INTO international VALUES (12,'EventsCalendar',8,'Modifica Calendario Eventi',1031510000); -INSERT INTO international VALUES (12,'LinkList',8,'Modifica Link',1031510000); -INSERT INTO international VALUES (12,'MessageBoard',8,'Modifica Messaggio',1031510000); -INSERT INTO international VALUES (12,'SQLReport',8,'Error: Could not connect to the database.',1031510000); -INSERT INTO international VALUES (11,'WebGUI',8,'Svuota il cestino',1031510000); -INSERT INTO international VALUES (12,'Article',8,'Modifica Articolo',1031510000); -INSERT INTO international VALUES (11,'SQLReport',8,'Debug: Errore: c\'è stato un problema con la query.',1031510000); -INSERT INTO international VALUES (11,'MessageBoard',8,'Torna alla lista dei messaggi',1031510000); +INSERT INTO international VALUES (95,'WebGUI',8,'Indice Aiuto',1045780958); +INSERT INTO international VALUES (94,'WebGUI',8,'Vedi anche',1045780950); +INSERT INTO international VALUES (93,'WebGUI',8,'Aiuto',1045780941); +INSERT INTO international VALUES (92,'WebGUI',8,'Pagina Successiva',1045780931); +INSERT INTO international VALUES (91,'WebGUI',8,'Pagina Precedente',1045781131); +INSERT INTO international VALUES (89,'WebGUI',8,'Gruppi',1045781170); +INSERT INTO international VALUES (90,'WebGUI',8,'Aggiungi nuovo gruppo.',1045781140); +INSERT INTO international VALUES (88,'WebGUI',8,'Utenti nel Gruppo',1045781180); +INSERT INTO international VALUES (87,'WebGUI',8,'Modifica Gruppo',1045781189); +INSERT INTO international VALUES (86,'WebGUI',8,'Sei sicuro di voler cancellare questo gruppo? Sappi che cancellare un gruppo è permanente e rimuoverà tutti i privilrgi associati a questo gruppo.',1045781209); +INSERT INTO international VALUES (84,'WebGUI',8,'Nome del Gruppo',1045781228); +INSERT INTO international VALUES (85,'WebGUI',8,'Descrizione',1045781219); +INSERT INTO international VALUES (82,'WebGUI',8,'Funzioni Amministrative...',1045781237); +INSERT INTO international VALUES (81,'WebGUI',8,'Account aggiornato con successo!',1045781246); +INSERT INTO international VALUES (80,'WebGUI',8,'Account creato con successo!',1045781255); +INSERT INTO international VALUES (2,'Auth/LDAP',8,'Non è possibile connettersi al LDAP server.',1045778023); +INSERT INTO international VALUES (3,'Auth/WebGUI',8,'Le tue password non corrispondono. Prego prova di nuovo.',1045778125); +INSERT INTO international VALUES (77,'WebGUI',8,'Questo nome di account è già in uso da un altro membro di questo sito. Prego scegli un nuovo nome utente. Ecco alcuni suggerimenti:',1045781289); +INSERT INTO international VALUES (76,'WebGUI',8,'Questo indirizzo di email non è nei nostri database.',1045781334); +INSERT INTO international VALUES (75,'WebGUI',8,'Le Informazioni sul tuo account sono state inviate al tuo indirizzo di email.',1045781368); +INSERT INTO international VALUES (74,'WebGUI',8,'Informazioni Account',1045781380); +INSERT INTO international VALUES (73,'WebGUI',8,'Entra.',1045781389); +INSERT INTO international VALUES (72,'WebGUI',8,'recupera',1045781410); +INSERT INTO international VALUES (70,'WebGUI',8,'Errore',1045781483); +INSERT INTO international VALUES (71,'WebGUI',8,'Recupera password',1045781434); +INSERT INTO international VALUES (69,'WebGUI',8,'Prego contatta il tuo amministratore di sistema per assistenza.',1045781546); +INSERT INTO international VALUES (68,'WebGUI',8,'Le informazioni sull\'account non sono valide. O l\'account non esiste oppure hai fornito una combinazione errata di Nome Utente/Password.',1045781686); +INSERT INTO international VALUES (67,'WebGUI',8,'Crea un nuovo account.',1045781789); +INSERT INTO international VALUES (66,'WebGUI',8,'Entra',1045781949); +INSERT INTO international VALUES (65,'WebGUI',8,'Prego disattiva il mio account permanentemente.',1045782089); +INSERT INTO international VALUES (64,'WebGUI',8,'Esci.',1045782160); +INSERT INTO international VALUES (63,'WebGUI',8,'Attiva l\'Interfaccia Amministrativa.',1045780917); +INSERT INTO international VALUES (62,'WebGUI',8,'Salva',1045780892); +INSERT INTO international VALUES (61,'WebGUI',8,'Aggiorna Informazioni dell\'Account',1045780845); +INSERT INTO international VALUES (492,'WebGUI',8,'Lista dei campi del profilo.',1045782794); +INSERT INTO international VALUES (59,'WebGUI',8,'Ho dimenticato la password.',1045780684); +INSERT INTO international VALUES (58,'WebGUI',8,'Ho già un account.',1045780566); +INSERT INTO international VALUES (57,'WebGUI',8,'E\' necessario solo se vuoi usare funzioni che richiedono l\'email.',1045780514); +INSERT INTO international VALUES (56,'WebGUI',8,'Indirizzo Email',1045780450); +INSERT INTO international VALUES (2,'Auth/WebGUI',8,'Password (conferma)',1045778114); +INSERT INTO international VALUES (54,'WebGUI',8,'Crea Account',1045780164); +INSERT INTO international VALUES (51,'WebGUI',8,'Password',1045782927); +INSERT INTO international VALUES (52,'WebGUI',8,'login',1045780042); +INSERT INTO international VALUES (53,'WebGUI',8,'Rendi Pagina Stampabile',1045780138); +INSERT INTO international VALUES (50,'WebGUI',8,'Nome Utente',1045782850); +INSERT INTO international VALUES (48,'WebGUI',8,'Ciao',1045782703); +INSERT INTO international VALUES (49,'WebGUI',8,'
Clicca qui per uscire.',1045782772); +INSERT INTO international VALUES (47,'WebGUI',8,'Home',1045782637); +INSERT INTO international VALUES (45,'WebGUI',8,'No, ho fatto uno sbaglio.',1045782486); +INSERT INTO international VALUES (44,'WebGUI',8,'Sì, sono sicuro.',1045782431); +INSERT INTO international VALUES (43,'WebGUI',8,'Sei sicuro di voler cancellare questo contenuto?',1045782384); +INSERT INTO international VALUES (42,'WebGUI',8,'Prego Conferma',1046125756); +INSERT INTO international VALUES (41,'WebGUI',8,'Hai cercato di rimuovere un componente vitale del sistema. Se continui può\r\ncessare di funzionare.',1046125588); +INSERT INTO international VALUES (40,'WebGUI',8,'Componente Vitale',1046125408); +INSERT INTO international VALUES (39,'WebGUI',8,'Non hai abbastanza privilegi per accedere a questa pagina.',1046125300); +INSERT INTO international VALUES (38,'WebGUI',8,'Non hai abbastanza privilegi per questa operazione. Prego ^a(entra con un account); che ha sufficenti privilegi prima di eseguire questa operazione.',1046125159); +INSERT INTO international VALUES (404,'WebGUI',8,'Prima Pagina',1046125474); +INSERT INTO international VALUES (37,'WebGUI',8,'Permesso negato!',1046122573); +INSERT INTO international VALUES (36,'WebGUI',8,'Devi essere un amministratore per usare questa funzione. Per favore contatta uno degli amministratori. Questa è una lista degli amministratori di questo sistema:',1046122451); +INSERT INTO international VALUES (35,'WebGUI',8,'Funzioni Amministrative',1046122307); +INSERT INTO international VALUES (34,'WebGUI',8,'imposta la data (mm/gg/aaaa)',1046122193); +INSERT INTO international VALUES (33,'WebGUI',8,'Sabato',1046122096); +INSERT INTO international VALUES (31,'WebGUI',8,'Giovedì',1046121837); +INSERT INTO international VALUES (32,'WebGUI',8,'Venerdì',1046121962); +INSERT INTO international VALUES (30,'WebGUI',8,'Mercoledì',1046121786); +INSERT INTO international VALUES (29,'WebGUI',8,'Martedì',1046121770); +INSERT INTO international VALUES (29,'USS',8,'Sistema di Contributi degli Utenti',1045783969); +INSERT INTO international VALUES (28,'WebGUI',8,'Lunedì',1046121763); +INSERT INTO international VALUES (28,'USS',8,'Ritorna alla lista dei Contributi',1045783962); +INSERT INTO international VALUES (27,'WebGUI',8,'Domenica',1046121754); +INSERT INTO international VALUES (27,'USS',8,'Modifica',1045783955); +INSERT INTO international VALUES (26,'WebGUI',8,'Dicembre',1046121747); +INSERT INTO international VALUES (25,'WebGUI',8,'Novembre',1046121737); +INSERT INTO international VALUES (24,'WebGUI',8,'Ottobre',1046121693); +INSERT INTO international VALUES (23,'WebGUI',8,'Settembre',1045916088); +INSERT INTO international VALUES (22,'WebGUI',8,'Agosto',1045916051); +INSERT INTO international VALUES (21,'WebGUI',8,'Luglio',1045916036); +INSERT INTO international VALUES (21,'USS',8,'Mandato da',1045783948); +INSERT INTO international VALUES (20,'WebGUI',8,'Giugno',1045916025); +INSERT INTO international VALUES (20,'USS',8,'Manda un nuovo Contributo',1045783941); +INSERT INTO international VALUES (19,'WebGUI',8,'Maggio',1045915978); +INSERT INTO international VALUES (20,'MessageBoard',8,'Ultima Risposta',1045927222); +INSERT INTO international VALUES (19,'USS',8,'Modifica Contributo',1045783917); +INSERT INTO international VALUES (19,'MessageBoard',8,'Risposte',1045927198); +INSERT INTO international VALUES (18,'WebGUI',8,'Aprile',1045915968); +INSERT INTO international VALUES (18,'USS',8,'Modifica il sistema di contributi degli utenti',1045783898); +INSERT INTO international VALUES (18,'MessageBoard',8,'Thread Iniziato',1045927165); +INSERT INTO international VALUES (17,'WebGUI',8,'Marzo',1045915877); +INSERT INTO international VALUES (17,'USS',8,'Sei sicuro di voler cancellare questo contributo?',1045783886); +INSERT INTO international VALUES (17,'MessageBoard',8,'Manda un nuovo Messaggio',1045927156); +INSERT INTO international VALUES (16,'WebGUI',8,'Febbraio',1045915762); +INSERT INTO international VALUES (16,'USS',8,'Senza Titolo',1045783867); +INSERT INTO international VALUES (16,'MessageBoard',8,'Data',1045927148); +INSERT INTO international VALUES (15,'WebGUI',8,'Gennaio',1045915658); +INSERT INTO international VALUES (15,'USS',8,'Modifica/Cancella',1045783860); +INSERT INTO international VALUES (15,'MessageBoard',8,'Autore',1045927139); +INSERT INTO international VALUES (14,'WebGUI',8,'Visualizza i contributi pendenti.',1045915481); +INSERT INTO international VALUES (14,'USS',8,'Stato',1045783853); +INSERT INTO international VALUES (13,'WebGUI',8,'Visualizza indice dell\'aiuto.',1045915359); +INSERT INTO international VALUES (13,'USS',8,'Data',1045783842); +INSERT INTO international VALUES (13,'LinkList',8,'Aggiungi un nuovo link.',1045779037); +INSERT INTO international VALUES (13,'EventsCalendar',8,'Modifica Evento',1045778141); +INSERT INTO international VALUES (13,'Article',8,'Cancella',1031921959); +INSERT INTO international VALUES (12,'WebGUI',8,'Spegni interfaccia amministrativa.',1045915288); +INSERT INTO international VALUES (12,'USS',8,'(deseleziona se scrivi in HTML)',1045783832); +INSERT INTO international VALUES (12,'EventsCalendar',8,'Modifica Calendario Eventi',1045681771); +INSERT INTO international VALUES (12,'LinkList',8,'Modifica Link',1045779027); +INSERT INTO international VALUES (12,'MessageBoard',8,'Modifica Messaggio',1045927128); +INSERT INTO international VALUES (12,'SQLReport',8,'Errore: non è possibile connettersi al database.',1045783455); +INSERT INTO international VALUES (11,'WebGUI',8,'Svuota il cestino',1045784378); +INSERT INTO international VALUES (12,'Article',8,'Modifica Articolo',1031921943); +INSERT INTO international VALUES (11,'SQLReport',8,'Debug: Errore: c\'è stato un problema con la query.',1045783422); +INSERT INTO international VALUES (11,'MessageBoard',8,'Torna alla lista dei messaggi',1045927115); INSERT INTO international VALUES (75,'EventsCalendar',1,'Which do you wish to do?',1031514049); -INSERT INTO international VALUES (11,'Article',8,'(Seleziona \"Si\" solo se non hai aggiunto <br> manualmente.)',1031510000); -INSERT INTO international VALUES (10,'WebGUI',8,'Visualizza il cestino.',1031510000); -INSERT INTO international VALUES (10,'SQLReport',8,'Error: The SQL specified is of an improper format.',1031510000); -INSERT INTO international VALUES (10,'Poll',8,'Azzera i voti.',1031510000); -INSERT INTO international VALUES (10,'LinkList',8,'Modifica Lista di Link',1031510000); -INSERT INTO international VALUES (10,'FAQ',8,'Modifica Domanda',1031510000); +INSERT INTO international VALUES (11,'Article',8,'(Seleziona \"Si\" solo se non hai aggiunto
manualmente.)',1045779685); +INSERT INTO international VALUES (10,'WebGUI',8,'Visualizza il cestino.',1045779330); +INSERT INTO international VALUES (10,'SQLReport',8,'Errore: l\' SQL specificato ha un formato improprio.',1045783413); +INSERT INTO international VALUES (10,'Poll',8,'Azzera i voti.',1045927659); +INSERT INTO international VALUES (10,'LinkList',8,'Modifica Lista di Link',1045779016); +INSERT INTO international VALUES (10,'FAQ',8,'Modifica Domanda',1045778); INSERT INTO international VALUES (715,'WebGUI',1,'Redirect URL',1031514049); -INSERT INTO international VALUES (10,'Article',8,'Converti gli \'a capo\'?',1031510000); -INSERT INTO international VALUES (9,'WebGUI',8,'Visualizza appunti.',1031510000); -INSERT INTO international VALUES (9,'SQLReport',8,'Error: The DSN specified is of an improper format.',1031510000); -INSERT INTO international VALUES (9,'Poll',8,'Modifica Sondaggio',1031510000); -INSERT INTO international VALUES (9,'MessageBoard',8,'ID Messaggio:',1031510000); -INSERT INTO international VALUES (9,'LinkList',8,'Sei sicuro di voler cancellare questo link?',1031510000); -INSERT INTO international VALUES (9,'FAQ',8,'Aggiungi una nuova domanda.',1031510000); -INSERT INTO international VALUES (9,'EventsCalendar',8,'finché',1031510000); -INSERT INTO international VALUES (9,'Article',8,'Allegato',1031510000); -INSERT INTO international VALUES (8,'WebGUI',8,'Visualizza pagina non trovata.',1031510000); -INSERT INTO international VALUES (8,'SQLReport',8,'Modifica SQL Report',1031510000); -INSERT INTO international VALUES (8,'Poll',8,'(Aggiungi una risposta per linea. Non più di 20)',1031510000); -INSERT INTO international VALUES (8,'MessageBoard',8,'Data:',1031510000); -INSERT INTO international VALUES (8,'LinkList',8,'URL',1031510000); -INSERT INTO international VALUES (8,'FAQ',8,'Modifica F.A.Q.',1031510000); -INSERT INTO international VALUES (8,'EventsCalendar',8,'Ricorre ogni',1031510000); -INSERT INTO international VALUES (8,'Article',8,'URL del Link',1031510000); -INSERT INTO international VALUES (7,'WebGUI',8,'Gestisci gli utenti.',1031510000); -INSERT INTO international VALUES (7,'SQLReport',8,'Password Database',1031510000); -INSERT INTO international VALUES (7,'Poll',8,'Risposte',1031510000); -INSERT INTO international VALUES (7,'MessageBoard',8,'Autore:',1031510000); -INSERT INTO international VALUES (7,'FAQ',8,'Sei sicuro di voler cancellare questa domanda?',1031510000); -INSERT INTO international VALUES (7,'Article',8,'Titolo del link',1031510000); -INSERT INTO international VALUES (6,'WebGUI',8,'Gestisci gli stili.',1031510000); -INSERT INTO international VALUES (6,'USS',8,'Contributi per pagina',1031510000); -INSERT INTO international VALUES (6,'SyndicatedContent',8,'Contenuto Attuale',1031510000); -INSERT INTO international VALUES (6,'SQLReport',8,'Utente Database',1031510000); -INSERT INTO international VALUES (6,'SiteMap',8,'Rientro',1031510000); -INSERT INTO international VALUES (6,'Poll',8,'Domanda',1031510000); -INSERT INTO international VALUES (6,'MessageBoard',8,'Modifica Forum',1031510000); -INSERT INTO international VALUES (6,'LinkList',8,'Lista di Link',1031510000); -INSERT INTO international VALUES (6,'FAQ',8,'Risposta',1031510000); -INSERT INTO international VALUES (6,'ExtraColumn',8,'Modifica Colonna Extra',1031510000); -INSERT INTO international VALUES (701,'WebGUI',8,'Settimana',1031510000); -INSERT INTO international VALUES (6,'Article',8,'Immagine',1031510000); -INSERT INTO international VALUES (5,'WebGUI',8,'Gestisci i gruppi.',1031510000); -INSERT INTO international VALUES (5,'USS',8,'Il tuo contributo è stato respinto.',1031510000); -INSERT INTO international VALUES (5,'SyndicatedContent',8,'Ultimo preso',1031510000); -INSERT INTO international VALUES (5,'SQLReport',8,'DSN',1031510000); -INSERT INTO international VALUES (5,'SiteMap',8,'Modifica la mappa del sito',1031510000); -INSERT INTO international VALUES (5,'Poll',8,'Larghezza del grafico',1031510000); +INSERT INTO international VALUES (10,'Article',8,'Converti gli \'a capo\'?',1031911573); +INSERT INTO international VALUES (9,'WebGUI',8,'Visualizza appunti.',1045781162); +INSERT INTO international VALUES (9,'SQLReport',8,'Errore: il DSN specificato ha un formato improprio.',1045783642); +INSERT INTO international VALUES (9,'Poll',8,'Modifica Sondaggio',1046121543); +INSERT INTO international VALUES (9,'MessageBoard',8,'ID Messaggio:',1045927640); +INSERT INTO international VALUES (9,'LinkList',8,'Sei sicuro di voler cancellare questo link?',1045926707); +INSERT INTO international VALUES (9,'FAQ',8,'Aggiungi una nuova domanda.',1045778774); +INSERT INTO international VALUES (9,'EventsCalendar',8,'fino a',1045778412); +INSERT INTO international VALUES (9,'Article',8,'Allegato',1031922314); +INSERT INTO international VALUES (8,'WebGUI',8,'Visualizza pagina non trovata.',1045781265); +INSERT INTO international VALUES (8,'SQLReport',8,'Modifica SQL Report',1045783584); +INSERT INTO international VALUES (8,'Poll',8,'(Aggiungi una risposta per linea. Non più di 20)',1046121535); +INSERT INTO international VALUES (8,'MessageBoard',8,'Data:',1045927546); +INSERT INTO international VALUES (8,'LinkList',8,'URL',1045926697); +INSERT INTO international VALUES (8,'FAQ',8,'Modifica F.A.Q.',1045778691); +INSERT INTO international VALUES (8,'EventsCalendar',8,'Ricorre ogni',1045778398); +INSERT INTO international VALUES (8,'Article',8,'URL del Link',1031922299); +INSERT INTO international VALUES (7,'WebGUI',8,'Gestisci gli utenti.',1045781495); +INSERT INTO international VALUES (7,'SQLReport',8,'Password Database',1045783558); +INSERT INTO international VALUES (7,'Poll',8,'Risposte',1046121521); +INSERT INTO international VALUES (7,'MessageBoard',8,'Autore:',1045927579); +INSERT INTO international VALUES (7,'FAQ',8,'Sei sicuro di voler cancellare questa domanda?',1045778564); +INSERT INTO international VALUES (7,'Article',8,'Titolo del link',1031922284); +INSERT INTO international VALUES (6,'WebGUI',8,'Gestisci gli stili.',1045780765); +INSERT INTO international VALUES (6,'USS',8,'Contributi per pagina',1045779337); +INSERT INTO international VALUES (6,'SQLReport',8,'Utente Database',1045783545); +INSERT INTO international VALUES (6,'SiteMap',8,'Rientro',1045783716); +INSERT INTO international VALUES (6,'Poll',8,'Domanda',1046121474); +INSERT INTO international VALUES (6,'MessageBoard',8,'Modifica Forum',1045927559); +INSERT INTO international VALUES (6,'LinkList',8,'Lista di Link',1045779058); +INSERT INTO international VALUES (6,'FAQ',8,'Risposta',1045778550); +INSERT INTO international VALUES (6,'ExtraColumn',8,'Modifica Colonna Extra',1045778456); +INSERT INTO international VALUES (701,'WebGUI',8,'Settimana/e',1045781460); +INSERT INTO international VALUES (6,'Article',8,'Immagine',1031922242); +INSERT INTO international VALUES (5,'WebGUI',8,'Gestisci i gruppi.',1045782846); +INSERT INTO international VALUES (5,'USS',8,'Il tuo contributo è stato respinto.',1045784164); +INSERT INTO international VALUES (5,'SQLReport',8,'DSN',1045783539); +INSERT INTO international VALUES (5,'SiteMap',8,'Modifica la mappa del sito',1045783694); +INSERT INTO international VALUES (5,'Poll',8,'Larghezza del grafico',1046121460); INSERT INTO international VALUES (819,'WebGUI',1,'Self-Deactivated',1038431323); -INSERT INTO international VALUES (5,'ExtraColumn',8,'StyleSheet Class',1031510000); -INSERT INTO international VALUES (5,'FAQ',8,'Domanda',1031510000); -INSERT INTO international VALUES (5,'Item',8,'Scarica allegato',1031510000); -INSERT INTO international VALUES (700,'WebGUI',8,'Giorno',1031510000); -INSERT INTO international VALUES (4,'WebGUI',8,'Gestisci i settaggi.',1031510000); -INSERT INTO international VALUES (4,'USS',8,'Il tuo contributo è stato approvato.',1031510000); -INSERT INTO international VALUES (4,'SyndicatedContent',8,'Modifica Contenuto di altri siti',1031510000); -INSERT INTO international VALUES (4,'SQLReport',8,'Query',1031510000); -INSERT INTO international VALUES (4,'SiteMap',8,'Profondità',1031510000); -INSERT INTO international VALUES (4,'Poll',8,'Chi può votare?',1031510000); -INSERT INTO international VALUES (4,'MessageBoard',8,'Messaggi Per Pagina',1031510000); -INSERT INTO international VALUES (4,'Item',8,'Item',1031510000); -INSERT INTO international VALUES (4,'ExtraColumn',8,'Larghezza',1031510000); -INSERT INTO international VALUES (4,'EventsCalendar',8,'Accade solo una volta.',1031510000); -INSERT INTO international VALUES (4,'Article',8,'Data di fine',1031510000); -INSERT INTO international VALUES (3,'WebGUI',8,'Incolla dagli appunti...',1031510000); -INSERT INTO international VALUES (3,'USS',8,'Hai nuovi contenuti degli utenti da approvare.',1031510000); -INSERT INTO international VALUES (3,'SQLReport',8,'Template',1031510000); -INSERT INTO international VALUES (3,'SiteMap',8,'Partire da questo livello?',1031510000); -INSERT INTO international VALUES (3,'Poll',8,'Attivo',1031510000); -INSERT INTO international VALUES (3,'LinkList',8,'Apri in nuova finestra?',1031510000); -INSERT INTO international VALUES (3,'Item',8,'Cancella allegato',1031510000); -INSERT INTO international VALUES (3,'ExtraColumn',8,'Spaziatore',1031510000); -INSERT INTO international VALUES (3,'Article',8,'Data di inizio',1031510000); -INSERT INTO international VALUES (2,'WebGUI',8,'Pagina',1031510000); -INSERT INTO international VALUES (2,'USS',8,'Chi può contribuire?',1031510000); -INSERT INTO international VALUES (2,'SyndicatedContent',8,'Contenuto da altri siti',1031510000); -INSERT INTO international VALUES (2,'SiteMap',8,'Mappa del sito',1031510000); -INSERT INTO international VALUES (2,'MessageBoard',8,'Forum',1031510000); -INSERT INTO international VALUES (2,'Item',8,'Allegato',1031510000); -INSERT INTO international VALUES (2,'FAQ',8,'F.A.Q.',1031510000); -INSERT INTO international VALUES (2,'EventsCalendar',8,'Calendario Eventi',1031510000); -INSERT INTO international VALUES (1,'WebGUI',8,'Aggiungi contenuto...',1031510000); -INSERT INTO international VALUES (1,'USS',8,'Chi può approvare?',1031510000); -INSERT INTO international VALUES (1,'SyndicatedContent',8,'URL del file RSS',1031510000); -INSERT INTO international VALUES (1,'SQLReport',8,'SQL Report',1031510000); -INSERT INTO international VALUES (1,'Poll',8,'Sondaggio',1031510000); -INSERT INTO international VALUES (1,'Item',8,'URL del link',1031510000); -INSERT INTO international VALUES (1,'ExtraColumn',8,'Colonna Extra',1031510000); +INSERT INTO international VALUES (5,'ExtraColumn',8,'StyleSheet Class',1045778448); +INSERT INTO international VALUES (5,'FAQ',8,'Domanda',1045778543); +INSERT INTO international VALUES (5,'Item',8,'Scarica allegato',1045778951); +INSERT INTO international VALUES (700,'WebGUI',8,'Giorno/i',1045781474); +INSERT INTO international VALUES (4,'WebGUI',8,'Gestisci i settaggi.',1046125394); +INSERT INTO international VALUES (4,'USS',8,'Il tuo contributo è stato approvato.',1045784091); +INSERT INTO international VALUES (4,'SyndicatedContent',8,'Modifica Contenuto di altri siti',1045783763); +INSERT INTO international VALUES (4,'SQLReport',8,'Query',1045783532); +INSERT INTO international VALUES (4,'SiteMap',8,'Profondità',1045783686); +INSERT INTO international VALUES (4,'Poll',8,'Chi può votare?',1045927698); +INSERT INTO international VALUES (4,'MessageBoard',8,'Messaggi Per Pagina',1045927291); +INSERT INTO international VALUES (4,'Item',8,'Item',1045778939); +INSERT INTO international VALUES (4,'ExtraColumn',8,'Larghezza',1045778438); +INSERT INTO international VALUES (4,'EventsCalendar',8,'Accade solo una volta.',1045778197); +INSERT INTO international VALUES (4,'Article',8,'Data di fine',1031922227); +INSERT INTO international VALUES (3,'WebGUI',8,'Incolla dagli appunti...',1046121779); +INSERT INTO international VALUES (3,'USS',8,'Hai nuovi contenuti degli utenti da approvare.',1045783980); +INSERT INTO international VALUES (3,'SQLReport',8,'Template risultati',1045783525); +INSERT INTO international VALUES (3,'SiteMap',8,'Partire da questo livello?',1045783673); +INSERT INTO international VALUES (3,'Poll',8,'Attivo',1045927691); +INSERT INTO international VALUES (3,'LinkList',8,'Apri in nuova finestra?',1045779049); +INSERT INTO international VALUES (3,'Item',8,'Cancella allegato',1045778929); +INSERT INTO international VALUES (3,'ExtraColumn',8,'Spaziatore',1045778430); +INSERT INTO international VALUES (3,'Article',8,'Data di inizio',1031922214); +INSERT INTO international VALUES (2,'WebGUI',8,'Pagina',1045916015); +INSERT INTO international VALUES (2,'USS',8,'Chi può contribuire?',1045783929); +INSERT INTO international VALUES (2,'SyndicatedContent',8,'Contenuto da altri siti',1045783754); +INSERT INTO international VALUES (2,'SiteMap',8,'Mappa del sito',1045783666); +INSERT INTO international VALUES (2,'MessageBoard',8,'Forum',1045927206); +INSERT INTO international VALUES (2,'Item',8,'Allegato',1045778918); +INSERT INTO international VALUES (2,'FAQ',8,'F.A.Q.',1045778535); +INSERT INTO international VALUES (2,'EventsCalendar',8,'Calendario Eventi',1045778175); +INSERT INTO international VALUES (1,'WebGUI',8,'Aggiungi contenuto...',1045779385); +INSERT INTO international VALUES (1,'USS',8,'Chi può approvare?',1045783811); +INSERT INTO international VALUES (1,'SyndicatedContent',8,'URL del file RSS',1045783734); +INSERT INTO international VALUES (1,'SQLReport',8,'SQL Report',1045783352); +INSERT INTO international VALUES (1,'Poll',8,'Sondaggio',1045927650); +INSERT INTO international VALUES (1,'Item',8,'URL del link',1045778911); +INSERT INTO international VALUES (1,'ExtraColumn',8,'Colonna Extra',1045778418); INSERT INTO international VALUES (85,'EventsCalendar',1,'Last in the calendar.',1038190764); -INSERT INTO international VALUES (1,'Article',8,'Articolo',1031510000); -INSERT INTO international VALUES (367,'WebGUI',8,'Scade dopo',1031510000); -INSERT INTO international VALUES (493,'WebGUI',8,'Torna al sito.',1031510000); -INSERT INTO international VALUES (495,'WebGUI',8,'Assistente creazione del testo',1031510000); -INSERT INTO international VALUES (496,'WebGUI',8,'Editor da utilizzare',1031510000); -INSERT INTO international VALUES (494,'WebGUI',8,'Real Objects Edit-On Pro',1031510000); -INSERT INTO international VALUES (497,'WebGUI',8,'Data di pubblicazione',1031510000); -INSERT INTO international VALUES (498,'WebGUI',8,'Data di oscuramento',1031510000); -INSERT INTO international VALUES (499,'WebGUI',8,'Wobject ID',1031510000); +INSERT INTO international VALUES (1,'Article',8,'Articolo',1046124716); +INSERT INTO international VALUES (367,'WebGUI',8,'Scade dopo',1046122539); +INSERT INTO international VALUES (493,'WebGUI',8,'Torna al sito.',1045782798); +INSERT INTO international VALUES (495,'WebGUI',8,'Assistente creazione del testo',1045782823); +INSERT INTO international VALUES (496,'WebGUI',8,'Editor da utilizzare',1045782828); +INSERT INTO international VALUES (494,'WebGUI',8,'Real Objects Edit-On Pro',1045782803); +INSERT INTO international VALUES (497,'WebGUI',8,'Data di pubblicazione',1045782832); +INSERT INTO international VALUES (498,'WebGUI',8,'Data di oscuramento',1045782836); +INSERT INTO international VALUES (499,'WebGUI',8,'Wobject ID',1045782841); INSERT INTO international VALUES (81,'EventsCalendar',1,'Start Month',1038190442); -INSERT INTO international VALUES (20,'EventsCalendar',8,'Aggiungi un evento.',1031510000); -INSERT INTO international VALUES (38,'USS',8,'(Seleziona \"No\" solo se hai usato l\'assistente per la creazione del testo.)',1031510000); -INSERT INTO international VALUES (500,'WebGUI',8,'ID pagina',1031510000); -INSERT INTO international VALUES (501,'WebGUI',8,'Body',1031510000); -INSERT INTO international VALUES (502,'WebGUI',8,'Sei sicuro di voler cancellare questo template e attribuire a tutte le pagine che lo usano il template di default?',1031510000); -INSERT INTO international VALUES (503,'WebGUI',8,'Template ID',1031510000); -INSERT INTO international VALUES (504,'WebGUI',8,'Template',1031510000); -INSERT INTO international VALUES (505,'WebGUI',8,'Aggiungi un nuovo template.',1031510000); -INSERT INTO international VALUES (506,'WebGUI',8,'Gestisci i Templates',1031510000); -INSERT INTO international VALUES (507,'WebGUI',8,'Modifica Template',1031510000); -INSERT INTO international VALUES (508,'WebGUI',8,'Gestisci templates.',1031510000); -INSERT INTO international VALUES (39,'USS',8,'Rispondi',1031510000); -INSERT INTO international VALUES (41,'USS',8,'Data',1031510000); -INSERT INTO international VALUES (45,'USS',8,'Torna ad invio',1031510000); -INSERT INTO international VALUES (46,'USS',8,'Leggi di piu\'...',1031510000); -INSERT INTO international VALUES (47,'USS',8,'Rispondi',1031510000); -INSERT INTO international VALUES (48,'USS',8,'Consenti Discussioni?',1031510000); -INSERT INTO international VALUES (51,'USS',8,'Visualizza thumbnails?',1031510000); -INSERT INTO international VALUES (52,'USS',8,'Thumbnail',1031510000); -INSERT INTO international VALUES (53,'USS',8,'Layout',1031510000); -INSERT INTO international VALUES (57,'USS',8,'Risposte',1031510000); -INSERT INTO international VALUES (11,'FAQ',8,'Attiva elenco domande con link?',1031510000); -INSERT INTO international VALUES (12,'FAQ',8,'Attiva D/R ?',1031510000); -INSERT INTO international VALUES (13,'FAQ',8,'Attiva [top] link?',1031510000); -INSERT INTO international VALUES (509,'WebGUI',8,'Layout Discussioni',1031510000); -INSERT INTO international VALUES (510,'WebGUI',8,'Flat',1031510000); -INSERT INTO international VALUES (511,'WebGUI',8,'Threaded',1031510000); -INSERT INTO international VALUES (512,'WebGUI',8,'Prossimo Thread',1031510000); -INSERT INTO international VALUES (513,'WebGUI',8,'Thread Precedente',1031510000); -INSERT INTO international VALUES (514,'WebGUI',8,'Visto',1031510000); -INSERT INTO international VALUES (515,'WebGUI',8,'Aggiungi la data di modifica nei posts?',1031510000); -INSERT INTO international VALUES (517,'WebGUI',8,'Spegni Admin!',1031510000); -INSERT INTO international VALUES (516,'WebGUI',8,'Attiva Admin!',1031510000); -INSERT INTO international VALUES (518,'WebGUI',8,'Inbox Notifiche',1031510000); -INSERT INTO international VALUES (519,'WebGUI',8,'Non voglio ricevere notifiche.',1031510000); -INSERT INTO international VALUES (520,'WebGUI',8,'Voglio ricevere notifiche via email.',1031510000); -INSERT INTO international VALUES (521,'WebGUI',8,'Voglio ricevere notifiche via email al pager.',1031510000); -INSERT INTO international VALUES (522,'WebGUI',8,'Voglio ricevere notifiche via ICQ.',1031510000); -INSERT INTO international VALUES (523,'WebGUI',8,'Notification',1031510000); -INSERT INTO international VALUES (524,'WebGUI',8,'Aggiungi la data di modifica nei post?',1031510000); -INSERT INTO international VALUES (525,'WebGUI',8,'Modifica Settaggi Contenuti',1031510000); -INSERT INTO international VALUES (526,'WebGUI',8,'Filtra solo JavaScript.',1031510000); -INSERT INTO international VALUES (527,'WebGUI',8,'Home Page di default',1031510000); -INSERT INTO international VALUES (354,'WebGUI',8,'Visualizza Inbox.',1031510000); -INSERT INTO international VALUES (528,'WebGUI',8,'Nome Template',1031510000); -INSERT INTO international VALUES (529,'WebGUI',8,'Risultati',1031510000); -INSERT INTO international VALUES (530,'WebGUI',8,'con tutte le parole',1031510000); -INSERT INTO international VALUES (531,'WebGUI',8,'con la frase esatta',1031510000); -INSERT INTO international VALUES (532,'WebGUI',8,'con almeno queste parole',1031510000); -INSERT INTO international VALUES (533,'WebGUI',8,'senza le parole',1031510000); -INSERT INTO international VALUES (535,'WebGUI',8,'Gruppo a cui notificare un nuovo utente',1031510000); -INSERT INTO international VALUES (534,'WebGUI',8,'Notifica quando si iscrive un nuovo utente?',1031510000); -INSERT INTO international VALUES (536,'WebGUI',8,'Il nuovo utente ^@; si è iscritto al sito.',1031510000); -INSERT INTO international VALUES (537,'WebGUI',8,'Karma',1031510000); -INSERT INTO international VALUES (538,'WebGUI',8,'Soglia del Karma',1031510000); -INSERT INTO international VALUES (539,'WebGUI',8,'Abilita Karma?',1031510000); -INSERT INTO international VALUES (540,'WebGUI',8,'Karma Per Login',1031510000); -INSERT INTO international VALUES (20,'Poll',8,'Karma Per Voto',1031510000); -INSERT INTO international VALUES (541,'WebGUI',8,'Karma Per Post',1031510000); -INSERT INTO international VALUES (30,'USS',8,'Karma Per Contributo',1031510000); -INSERT INTO international VALUES (542,'WebGUI',8,'Precedente..',1031510000); -INSERT INTO international VALUES (543,'WebGUI',8,'Aggiungi un nuovo gruppo',1031510000); +INSERT INTO international VALUES (20,'EventsCalendar',8,'Aggiungi un evento.',1045778186); +INSERT INTO international VALUES (38,'USS',8,'(Seleziona \"No\" solo se hai usato l\'assistente per la creazione del testo.)',1045784064); +INSERT INTO international VALUES (500,'WebGUI',8,'ID pagina',1045782855); +INSERT INTO international VALUES (501,'WebGUI',8,'Body',1045782860); +INSERT INTO international VALUES (502,'WebGUI',8,'Sei sicuro di voler cancellare questo template e attribuire a tutte le pagine che lo usano il template di default?',1045782873); +INSERT INTO international VALUES (503,'WebGUI',8,'Template ID',1045782879); +INSERT INTO international VALUES (504,'WebGUI',8,'Template',1045782883); +INSERT INTO international VALUES (505,'WebGUI',8,'Aggiungi un nuovo template.',1045782892); +INSERT INTO international VALUES (506,'WebGUI',8,'Gestisci i Templates',1045782896); +INSERT INTO international VALUES (507,'WebGUI',8,'Modifica Template',1045782900); +INSERT INTO international VALUES (508,'WebGUI',8,'Gestisci templates.',1045782914); +INSERT INTO international VALUES (39,'USS',8,'Rispondi',1045784084); +INSERT INTO international VALUES (41,'USS',8,'Data',1045784099); +INSERT INTO international VALUES (45,'USS',8,'Torna ad invio',1045784134); +INSERT INTO international VALUES (46,'USS',8,'Leggi di piu\'...',1045784141); +INSERT INTO international VALUES (47,'USS',8,'Rispondi',1045784148); +INSERT INTO international VALUES (48,'USS',8,'Consenti Discussioni?',1045784156); +INSERT INTO international VALUES (51,'USS',8,'Visualizza thumbnails?',1045779394); +INSERT INTO international VALUES (52,'USS',8,'Thumbnail',1045779354); +INSERT INTO international VALUES (53,'USS',8,'Layout',1045779361); +INSERT INTO international VALUES (57,'USS',8,'Risposte',1045779371); +INSERT INTO international VALUES (11,'FAQ',8,'Attiva elenco domande con link?',1045778509); +INSERT INTO international VALUES (12,'FAQ',8,'Attiva D/R ?',1045778518); +INSERT INTO international VALUES (13,'FAQ',8,'Attiva [top] link?',1045778528); +INSERT INTO international VALUES (509,'WebGUI',8,'Layout Discussioni',1045782921); +INSERT INTO international VALUES (510,'WebGUI',8,'Flat',1045782931); +INSERT INTO international VALUES (511,'WebGUI',8,'Threaded',1045782935); +INSERT INTO international VALUES (512,'WebGUI',8,'Prossimo Thread',1045782940); +INSERT INTO international VALUES (513,'WebGUI',8,'Thread Precedente',1045782944); +INSERT INTO international VALUES (514,'WebGUI',8,'Visto',1031926696); +INSERT INTO international VALUES (515,'WebGUI',8,'Aggiungi la data di modifica nei posts?',1045782952); +INSERT INTO international VALUES (517,'WebGUI',8,'Spegni Admin!',1045782961); +INSERT INTO international VALUES (516,'WebGUI',8,'Attiva Admin!',1045782957); +INSERT INTO international VALUES (518,'WebGUI',8,'Inbox Notifiche',1045780030); +INSERT INTO international VALUES (519,'WebGUI',8,'Non voglio ricevere notifiche.',1045780037); +INSERT INTO international VALUES (520,'WebGUI',8,'Voglio ricevere notifiche via email.',1045780047); +INSERT INTO international VALUES (521,'WebGUI',8,'Voglio ricevere notifiche via email al pager.',1045780056); +INSERT INTO international VALUES (522,'WebGUI',8,'Voglio ricevere notifiche via ICQ.',1045780062); +INSERT INTO international VALUES (523,'WebGUI',8,'Notifica',1031927401); +INSERT INTO international VALUES (524,'Discussion',8,'Aggiungi la data di modifica nei post?',1031510000); +INSERT INTO international VALUES (525,'WebGUI',8,'Modifica Settaggi Contenuti',1045780100); +INSERT INTO international VALUES (526,'WebGUI',8,'Filtra solo JavaScript.',1045780113); +INSERT INTO international VALUES (527,'WebGUI',8,'Home Page di default',1045780118); +INSERT INTO international VALUES (354,'WebGUI',8,'Visualizza Inbox.',1046122381); +INSERT INTO international VALUES (528,'WebGUI',8,'Nome Template',1045780123); +INSERT INTO international VALUES (529,'WebGUI',8,'Risultati',1045780132); +INSERT INTO international VALUES (530,'WebGUI',8,'con tutte le parole',1045780143); +INSERT INTO international VALUES (531,'WebGUI',8,'con la frase esatta',1045780148); +INSERT INTO international VALUES (532,'WebGUI',8,'con almeno queste parole',1045780154); +INSERT INTO international VALUES (533,'WebGUI',8,'senza le parole',1045780169); +INSERT INTO international VALUES (535,'WebGUI',8,'Gruppo a cui notificare un nuovo utente',1045780186); +INSERT INTO international VALUES (534,'WebGUI',8,'Notifica quando si iscrive un nuovo utente?',1045780179); +INSERT INTO international VALUES (536,'WebGUI',8,'Il nuovo utente ^@; si è iscritto al sito.',1045780195); +INSERT INTO international VALUES (537,'WebGUI',8,'Karma',1045780202); +INSERT INTO international VALUES (538,'WebGUI',8,'Soglia del Karma',1045780210); +INSERT INTO international VALUES (539,'WebGUI',8,'Abilita Karma?',1045780214); +INSERT INTO international VALUES (540,'WebGUI',8,'Karma Per Login',1045780219); +INSERT INTO international VALUES (20,'Poll',8,'Karma Per Voto',1045927680); +INSERT INTO international VALUES (541,'WebGUI',8,'Karma Per Post',1045780224); +INSERT INTO international VALUES (30,'USS',8,'Karma Per Contributo',1045783987); +INSERT INTO international VALUES (542,'WebGUI',8,'Precedente...',1045780228); +INSERT INTO international VALUES (543,'WebGUI',8,'Aggiungi un nuovo gruppo immagini',1045780268); INSERT INTO international VALUES (5,'WobjectProxy',10,'Wobject Proxy, Tilføj/Redigér',1036856225); INSERT INTO international VALUES (576,'WebGUI',10,'Slet',1037205126); INSERT INTO international VALUES (605,'WebGUI',10,'Tilføj grupper',1037205775); -INSERT INTO international VALUES (551,'WebGUI',8,'Avviso',1031510000); -INSERT INTO international VALUES (552,'WebGUI',8,'Pendente',1031510000); -INSERT INTO international VALUES (553,'WebGUI',8,'Stato',1031510000); -INSERT INTO international VALUES (554,'WebGUI',8,'Agisci',1031510000); -INSERT INTO international VALUES (555,'WebGUI',8,'Modifica il karma di questo utente.',1031510000); -INSERT INTO international VALUES (556,'WebGUI',8,'Ammontare',1031510000); -INSERT INTO international VALUES (557,'WebGUI',8,'Descrizione',1031510000); -INSERT INTO international VALUES (558,'WebGUI',8,'Modifica il karma dell\'utente',1031510000); +INSERT INTO international VALUES (551,'WebGUI',8,'Avviso',1045780326); +INSERT INTO international VALUES (552,'WebGUI',8,'Pendente',1045780330); +INSERT INTO international VALUES (553,'WebGUI',8,'Stato',1045780336); +INSERT INTO international VALUES (554,'WebGUI',8,'Intervieni',1045780345); +INSERT INTO international VALUES (555,'WebGUI',8,'Modifica il karma di questo utente',1045780352); +INSERT INTO international VALUES (556,'WebGUI',8,'Ammontare',1045780426); +INSERT INTO international VALUES (557,'WebGUI',8,'Descrizione',1045780431); +INSERT INTO international VALUES (558,'WebGUI',8,'Modifica il Karma dell\'utente',1045780440); INSERT INTO international VALUES (61,'FileManager',1,'File Manager, Add/Edit',1038887335); INSERT INTO international VALUES (61,'Item',1,'Item, Add/Edit',1038887675); INSERT INTO international VALUES (61,'FAQ',1,'FAQ, Add/Edit',1038887388); -INSERT INTO international VALUES (61,'SyndicatedContent',1,'Syndicated Content, Add/Edit',1031514049); +INSERT INTO international VALUES (61,'SyndicatedContent',1,'Syndicated Content, Add/Edit',1047855741); INSERT INTO international VALUES (61,'EventsCalendar',1,'Events Calendar, Add/Edit',1038887352); -INSERT INTO international VALUES (61,'MessageBoard',1,'Message Board, Add/Edit',1038889218); +INSERT INTO international VALUES (61,'MessageBoard',1,'Message Board, Add/Edit',1047854637); INSERT INTO international VALUES (61,'LinkList',1,'Link List, Add/Edit',1038887837); -INSERT INTO international VALUES (61,'Article',1,'Article, Add/Edit',1038870449); +INSERT INTO international VALUES (61,'Article',1,'Article, Add/Edit',1047854369); INSERT INTO international VALUES (61,'ExtraColumn',1,'Extra Column, Add/Edit',1038887140); INSERT INTO international VALUES (61,'Poll',1,'Poll, Add/Edit',1031514049); INSERT INTO international VALUES (61,'SiteMap',1,'Site Map, Add/Edit',1038890147); @@ -5228,16 +5242,15 @@ INSERT INTO international VALUES (62,'MailForm',1,'Mail Form Fields, Add/Edit',1 INSERT INTO international VALUES (71,'FileManager',1,'The File Manager is designed to help you manage file distribution on your site. It allows you to specify who may view/download files from your site.\r\n

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

\r\n\r\nPaginate After
\r\nHow many files should be displayed before splitting the results into separate pages? In other words, how many files should be displayed per page?\r\n

\r\n\r\nProceed to add download?
\r\nIf you wish to start adding files to download right away, leave this checked.\r\n

\r\n\r\n',1038887335); INSERT INTO international VALUES (71,'Item',1,'Like Articles, Items are the Swiss Army knife of WebGUI. Most pieces of static content can be added via the Item, though Items are usually used for smaller content than Articles.\r\n

\r\n\r\nLink URL
\r\nThis URL will be attached to the title of this Item.\r\n

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

\r\n\r\nAttachment
\r\nIf you wish to attach a word processor file, a zip file, or any other file for download by your users, then choose it from your hard drive.\r\n

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

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

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

\r\n\r\nWhat Next?
\r\nSelect \"add a question\" if you wish to add another question after this one.\r\n

\r\n\r\n


\r\nNote: The following style is specific to the FAQ in some of the built-in templates.\r\n

\r\n.faqQuestion
\r\nAn F.A.Q. question. To distinguish it from an answer.\r\n\r\n',1038887388); -INSERT INTO international VALUES (71,'SyndicatedContent',1,'Syndicated content is content that is pulled from another site using the RDF/RSS specification. This technology is often used to pull headlines from various news sites like CNN and Slashdot. It can, of course, be used for other things like sports scores, stock market info, etc.\r\n

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

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

',1031514049); +INSERT INTO international VALUES (71,'SyndicatedContent',1,'Syndicated content is content that is pulled from another site using the RDF/RSS specification. This technology is often used to pull headlines from various news sites like CNN and Slashdot. It can, of course, be used for other things like sports scores, stock market info, etc.\r\n

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

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

\r\n\r\n

\r\n\r\nTemplate
\r\nSelect a template for this content.\r\n

',1047855741); INSERT INTO international VALUES (71,'EventsCalendar',1,'Events calendars are used on many intranets to keep track of internal dates that affect a whole organization. Also, Events Calendars on consumer sites are a great way to let your customers know what events you\'ll be attending and what promotions you\'ll be having.\r\n

\r\n\r\nMain Template
\r\nChoose a layout for the events calendar.\r\n

\r\n\r\nEvent Template
\r\nChoose a layout for the individual events within the calendars.\r\n

\r\n\r\nStart Month
\r\nChoose the start month for your calendar. If you choose \"current\" the calendar will always start on the current month, therefore it will change from month to month. If you choose \"first in the calendar\" then it will start at whatever the earliest date in the calendar is.\r\n

\r\n\r\nEnd Month
\r\nChoose the end month for your calendar. If you choose \"show X months from start\", then only X months worth of information will ever be displayed. If you choose \"current\" then the calendar will end on the month you are currently in. If you choose \"last in calendar\" then the calendar will end on the last date entered into the calendar.\r\n

\r\n\r\nDefault Month
\r\nChoose which month for this calendar to start on when a visitor comes to the page containing the calendar.\r\n

\r\n\r\nPaginate After
\r\nWhen using a list-style calendar, how many events should be shown per page?\r\n

\r\nProceed to add event?
\r\nLeave this set to yes if you want to add events to the Events Calendar directly after creating it.\r\n

\r\n\r\nNote: Events that have already happened will not be displayed on the events calendar.\r\n

\r\n


\r\nNote: The following style is specific to the Events Calendar.\r\n

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

\r\n\r\nMessages Per Page
\r\nWhen a visitor first comes to a message board s/he will be presented with a listing of all the topics (a.k.a. threads) of the Message Board. If a board is popular, it will quickly have many topics. The Messages Per Page attribute allows you to specify how many topics should be shown on one page.\r\n

\r\n\r\nMain Template
\r\nSelect a layout for the main listing of this message board.\r\n

\r\n\r\nWho can post?
\r\nSelect the group that is allowed to post to this discussion.\r\n

\r\n\r\nEdit Timeout
\r\nHow long should a user be able to edit their post before editing is locked to them?\r\n

\r\nNote: Don\'t set this limit too high. One of the great things about discussions is that they are an accurate record of who said what. If you allow editing for a long time, then a user has a chance to go back and change his/her mind a long time after the original statement was made.\r\n

\r\n\r\nKarma Per Post
\r\nHow much karma should be given to a user when they post to this discussion?\r\n

\r\n\r\nWho can moderate?
\r\nSelect the group that is allowed to moderate this discussion.\r\n

\r\n\r\nModeration Type?
\r\nYou can select what type of moderation you\'d like for your users. After-the-fact means that when a user posts a message it is displayed publically right away. Pre-emptive means that a moderator must preview and approve users posts before allowing them to be publically visible. Alerts for new posts will automatically show up in the moderator\'s WebGUI Inbox.\r\n

\r\nNote: In both types of moderation the moderator can always edit or delete the messages posted by your users.\r\n

\r\n',1038889218); +INSERT INTO international VALUES (71,'MessageBoard',1,'Message boards, also called Forums and/or Discussions, are a great way to add community to any site or intranet. Many companies use message boards internally to collaborate on projects.\r\n

\r\n\r\nMessages Per Page
\r\nWhen a visitor first comes to a message board s/he will be presented with a listing of all the topics (a.k.a. threads) of the Message Board. If a board is popular, it will quickly have many topics. The Messages Per Page attribute allows you to specify how many topics should be shown on one page.\r\n

\r\n\r\nMain Template
\r\nSelect a layout for the main listing of this message board.\r\n

\r\n\r\n\r\n\r\nFilter Post
\r\nSelect the level of content filtering you wish to perform on all discussion posts.\r\n

\r\n\r\nWho can post?
\r\nSelect the group that is allowed to post to this discussion.\r\n

\r\n\r\nEdit Timeout
\r\nHow long should a user be able to edit their post before editing is locked to them?\r\n

\r\nNOTE: Don\'t set this limit too high. One of the great things about discussions is that they are an accurate record of who said what. If you allow editing for a long time, then a user has a chance to go back and change his/her mind a long time after the original statement was made.\r\n

\r\n\r\nKarma Per Post
\r\nHow much karma should be given to a user when they post to this discussion?\r\n

\r\n\r\nWho can moderate?
\r\nSelect the group that is allowed to moderate this discussion.\r\n

\r\n\r\nModeration Type?
\r\nYou can select what type of moderation you\'d like for your users. After-the-fact means that when a user posts a message it is displayed publically right away. Pre-emptive means that a moderator must preview and approve users posts before allowing them to be publically visible. Alerts for new posts will automatically show up in the moderator\'s WebGUI Inbox.\r\n

\r\nNOTE: In both types of moderation the moderator can always edit or delete the messages posted by your users.\r\n

\r\n\r\nAdd edit stamp to posts?
\r\nDo you wish to \"stamp\" all edits so that you can track who edited a post and when?\r\n

\r\n',1047854637); INSERT INTO international VALUES (71,'LinkList',1,'Link Lists are just what they sound like, a list of links. Many sites have a links section, and this wobject just automates the process.\r\n

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

\r\n\r\nWhat Next?
\r\nLeave this set to the default if you wish to add a link after creating the link list.\r\n

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

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

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

\r\n\r\n\r\nAttachment
\r\nIf you wish to attach a word processor file, a zip file, or any other file for download by your users, then choose it from your hard drive.\r\n

\r\n\r\nLink Title
\r\nIf you wish to add a link to your article, enter the title of the link in this field. \r\n

\r\nExample: Google\r\n

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

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

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

\r\n\r\nAllow discussion?
\r\nChecking this box will enable responses to your article much like Articles on Slashdot.org.\r\n

\r\n\r\nWho can post?
\r\nSelect the group that is allowed to post to this discussion.\r\n

\r\n\r\nEdit Timeout
\r\nHow long should a user be able to edit their post before editing is locked to them?\r\n

\r\nNOTE: Don\'t set this limit too high. One of the great things about discussions is that they are an accurate record of who said what. If you allow editing for a long time, then a user has a chance to go back and change his/her mind a long time after the original statement was made.\r\n

\r\n\r\nKarma Per Post
\r\nHow much karma should be given to a user when they post to this discussion?\r\n

\r\n\r\nWho can moderate?
\r\nSelect the group that is allowed to moderate this discussion.\r\n

\r\n\r\nModeration Type?
\r\nYou can select what type of moderation you\'d like for your users. After-the-fact means that when a user posts a message it is displayed publically right away. Pre-emptive means that a moderator must preview and approve users posts before allowing them to be publically visible. Alerts for new posts will automatically show up in the moderator\'s WebGUI Inbox.\r\n

\r\nNOTE: In both types of moderation the moderator can always edit or delete the messages posted by your users.\r\n

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

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

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

\r\n\r\n\r\nAttachment
\r\nIf you wish to attach a word processor file, a zip file, or any other file for download by your users, then choose it from your hard drive.\r\n

\r\n\r\nLink Title
\r\nIf you wish to add a link to your article, enter the title of the link in this field. \r\n

\r\nExample: Google\r\n

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

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

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

\r\n\r\nAllow discussion?
\r\nChecking this box will enable responses to your article much like Articles on Slashdot.org.\r\n

\r\n\r\n\r\nFilter Post
\r\nSelect the level of content filtering you wish to perform on all discussion posts.\r\n

\r\n\r\nWho can post?
\r\nSelect the group that is allowed to post to this discussion.\r\n

\r\n\r\nEdit Timeout
\r\nHow long should a user be able to edit their post before editing is locked to them?\r\n

\r\nNOTE: Don\'t set this limit too high. One of the great things about discussions is that they are an accurate record of who said what. If you allow editing for a long time, then a user has a chance to go back and change his/her mind a long time after the original statement was made.\r\n

\r\n\r\nKarma Per Post
\r\nHow much karma should be given to a user when they post to this discussion?\r\n

\r\n\r\nWho can moderate?
\r\nSelect the group that is allowed to moderate this discussion.\r\n

\r\n\r\nModeration Type?
\r\nYou can select what type of moderation you\'d like for your users. After-the-fact means that when a user posts a message it is displayed publically right away. Pre-emptive means that a moderator must preview and approve users posts before allowing them to be publically visible. Alerts for new posts will automatically show up in the moderator\'s WebGUI Inbox.\r\n

\r\nNOTE: In both types of moderation the moderator can always edit or delete the messages posted by your users.\r\n

\r\n\r\nAdd edit stamp to posts?
\r\nDo you wish to \"stamp\" all edits so that you can track who edited a post and when?\r\n

',1047854369); INSERT INTO international VALUES (71,'ExtraColumn',1,'Extra columns allow you to change the layout of your page for one page only. If you wish to have multiple columns on all your pages, perhaps you should consider altering the style applied to your pages or use a Template instead of an Extra Column. \r\n

\r\nColumns are always added from left to right. Therefore any existing content will be on the left of the new column.\r\n

\r\nSpacer
\r\nSpacer is the amount of space between your existing content and your new column. It is measured in pixels.\r\n

\r\nWidth
\r\nWidth is the actual width of the new column to be added. Width is measured in pixels.\r\n

\r\nStyleSheet Class
\r\nBy default the content style (which is the style the body of your site should be using) that is applied to all columns. However, if you\'ve created a style specifically for columns, then feel free to modify this class.\r\n',1038887140); INSERT INTO international VALUES (71,'Poll',1,'Polls can be used to get the impressions of your users on various topics.\r\n

\r\nActive
\r\nIf this box is checked, then users will be able to vote. Otherwise they\'ll only be able to see the results of the poll.\r\n

\r\n\r\nWho can vote?
\r\nChoose a group that can vote on this Poll.\r\n

\r\n\r\nKarma Per Vote
\r\nHow much karma should be given to a user when they vote?\r\n

\r\n\r\nGraph Width
\r\nThe width of the poll results graph. The width is measured in pixels.\r\n

\r\n\r\nQuestion
\r\nWhat is the question you\'d like to ask your users?\r\n

\r\n\r\nAnswers
\r\nEnter the possible answers to your question. Enter only one answer per line. Polls are only capable of 20 possible answers.\r\n

\r\n\r\nRandomize answers?
\r\nIn order to be sure that the ordering of the answers in the poll does not bias your users, it is often helpful to present the options in a random order each time they are shown. Select \"yes\" to randomize the answers on the poll.\r\n

\r\n\r\nReset votes.
\r\nReset the votes on this Poll.\r\n

\r\n\r\n


\r\nNote: The following style sheet entries are custom to the Poll wobject:\r\n

\r\n\r\n.pollAnswer
\r\nAn answer on a poll.\r\n

\r\n\r\n.pollColor \r\nThe color of the percentage bar on a poll.\r\n

\r\n\r\n.pollQuestion \r\nThe question on a poll.\r\n\r\n',1031514049); INSERT INTO international VALUES (71,'SiteMap',1,'Site maps are used to provide additional navigation in WebGUI. You could set up a traditional site map that would display a hierarchical view of all the pages in the site. On the other hand, you could use site maps to provide extra navigation at certain levels in your site.\r\n

\r\n\r\nTemplate
\r\nChoose a layout for this site map.\r\n

\r\n\r\nStart With
\r\nSelect the page that this site map should start from.\r\n

\r\n\r\nDepth To Traverse
\r\nHow many levels deep of navigation should the Site Map show? If 0 (zero) is specified, it will show as many levels as there are.\r\n

\r\n\r\nIndent\r\nHow many characters should indent each level?\r\n

\r\n\r\n',1039908464); -INSERT INTO international VALUES (839,'WebGUI',1,'Programmer Macros',1038889992); -INSERT INTO international VALUES (840,'WebGUI',1,'These macros are designed to provide programming like functionality.\r\n

\r\n\r\n^D; or ^D(); - Date
\r\nThe current date and time.\r\n

\r\n\r\nYou can configure the date by using date formatting symbols. For instance, if you created a macro like this ^D(\"%c %D, %y\"); it would output September 26, 2001. The following are the available date formatting symbols:\r\n

\r\n\r\n
%%%
%y4 digit year
%Y2 digit year
%m2 digit month
%Mvariable digit month
%cmonth name
%d2 digit day of month
%Dvariable digit day of month
%wday of week name
%h2 digit base 12 hour
%Hvariable digit base 12 hour
%j2 digit base 24 hour
%Jvariable digit base 24 hour
%plower case am/pm
%Pupper case AM/PM
%zuser preference date format
%Zuser preference time format
\r\n

\r\n\r\n^Env()
\r\nCan be used to display a web server environment variable on a page. The environment variables available on each server are different, but you can find out which ones your web server has by going to: http://www.yourwebguisite.com/env.pl\r\n

\r\n\r\nThe macro should be specified like this ^Env(\"REMOTE_ADDR\");\r\n

\r\n\r\n^Execute();
\r\nAllows a content manager or administrator to execute an external program. Takes the format of ^Execute(\"/this/file.sh\");.\r\n

\r\n\r\n\r\n^FormParam();
\r\nThis macro is mainly used in generating dynamic queries in SQL Reports. Using this macro you can pull the value of any form field simply by specifing the name of the form field, like this: ^FormParam(\"phoneNumber\");\r\n

\r\n\r\n^Include();
\r\nAllows a content manager or administrator to include a file from the local filesystem. \r\n

\r\nExample: ^Include(\"/this/file.html\");\r\n

\r\n\r\n^International();
\r\nPull a translated message from the internationalization system.\r\n

\r\nExample: ^International(45,\"Article\");\r\n

\r\n\r\n\r\n^Page();
\r\nThis can be used to retrieve information about the current page. For instance it could be used to get the page URL like this ^Page(\"urlizedTitle\"); or to get the menu title like this ^Page(\"menuTitle\");.\r\n

\r\n^SQL();
\r\nA one line SQL report. Sometimes you just need to pull something back from the database quickly. This macro is also useful in extending the SQL Report wobject. It uses the numeric macros (^0; ^1; ^2; etc) to position data and can also use the ^rownum; macro just like the SQL Report wobject. Examples:

\r\n ^SQL(\"select count(*) from users\",\"There are ^0; users on this system.\");\r\n

\r\n^SQL(\"select userId,username from users order by username\",\"<a href=\'^/;?op=viewProfile&uid=^0;\'>^1;</a><br>\");\r\n

\r\n^URLEncode();
\r\nThis macro is mainly useful in SQL reports, but it could be useful elsewhere as well. It takes the input of a string and URL Encodes it so that the string can be passed through a URL. It\'s syntax looks like this: ^URLEncode(\"Is this my string?\");\r\n

\r\n\r\n\r\n^User();
\r\nThis macro will allow you to display any information from a user\'s account or profile. For instance, if you wanted to display a user\'s email address you\'d create this macro: ^User(\"email\");\r\n

\r\n\r\n^*; or ^*(); - Random Number
\r\nA randomly generated number. This is often used on images (such as banner ads) that you want to ensure do not cache. In addition, you may configure this macro like this ^*(100); to create a random number between 0 and 100.\r\n

\r\n\r\n^-;,^0;,^1;,^2;,^3;, etc.
\r\nThese macros are reserved for system/wobject-specific functions as in the SQL Report wobject and the Body in the Style Manager.\r\n

\r\n',1038889992); +INSERT INTO international VALUES (839,'WebGUI',1,'Programmer Macros',1047856488); INSERT INTO international VALUES (71,'SQLReport',1,'SQL Reports are perhaps the most powerful wobject in the WebGUI arsenal. They allow a user to query data from any database that they have access to. This is great for getting sales figures from your Accounting database or even summarizing all the message boards on your web site.\r\n

\r\n\r\n\r\nPreprocess macros on query?
\r\nIf you\'re using WebGUI macros in your query you\'ll want to check this box.\r\n

\r\n\r\n\r\nDebug?
\r\nIf you want to display debugging and error messages on the page, check this box.\r\n

\r\n\r\n\r\nQuery
\r\nThis is a standard SQL query. If you are unfamiliar with SQL, Plain Black Software provides training courses in SQL and database management. You can make your queries more dynamic by using the ^FormParam(); macro.\r\n

\r\n\r\n\r\nReport Template
\r\nLayout a template of how this report should look. Usually you\'ll use HTML tables to generate a report. An example is included below. If you leave this field blank a template will be generated based on your result set.\r\n

\r\n\r\n\r\nThere are special macro characters used in generating SQL Reports. They are ^-;, ^0;, ^1;, ^2;, ^3;, etc. These macros will be processed regardless of whether you checked the process macros box above. The ^- macro represents split points in the document where the report will begin and end looping. The numeric macros represent the data fields that will be returned from your query. There is an additional macro, ^rownum; that counts the rows of the query starting at 1 for use where the lines of the output need to be numbered.\r\n

\r\n\r\n\r\nDSN
\r\nData Source Name is the unique identifier that Perl uses to describe the location of your database. It takes the format of DBI:[driver]:[database name]:[host]. \r\n

\r\n\r\n\r\nExample: DBI:mysql:WebGUI:localhost\r\n

\r\n\r\n\r\nDatabase User\r\nThe username you use to connect to the DSN.\r\n

\r\n\r\n\r\nDatabase Password\r\nThe password you use to connect to the DSN.\r\n

\r\n\r\n\r\nPaginate After\r\nHow many rows should be displayed before splitting the results into separate pages? In other words, how many rows should be displayed per page?\r\n

\r\n\r\n\r\nConvert carriage returns?\r\nDo you wish to convert the carriage returns in the resultant data to HTML breaks (
).\r\n

\r\n\r\n',1031514049); INSERT INTO international VALUES (71,'MailForm',1,'This wobject creates a simple form that will email an email address when it is filled out.\r\n

\r\n\r\nWidth
\r\nThe width of all fields in the form. The default value is 45.\r\n

\r\n\r\nFrom, To, Cc, Bcc, Subject
\r\nThese fields control how the email will look when sent, and who it is sent to. You can give your site visitors the ability to modify some or all of these fields, but typically the only fields you will want the user to be able to modify are From and Subject. Use the drop-down options by each field to choose whether or not the user can see or modify that field.
\r\n
\r\nYou may also choose to enter a WebGUI username or group in the To field, and the email will be sent to the corresponding user or group.\r\n

\r\n\r\nAcknowledgement
\r\nThis message will be displayed to the user after they click \"Send\".\r\n

\r\n\r\nStore Entries?
\r\nIf set to yes, when your mail form is submitted the entries will be saved to the database for later viewing. The tool to view these entries is not yet available, but when it is you will be able to view all entries from your form in a centralized location.\r\n

\r\n\r\nProceed to add more fields?
\r\nLeave this checked if you want to add additional fields to your form directly after creating it.',1038888983); INSERT INTO international VALUES (72,'MailForm',1,'You may add as many additional fields to your Mail Form as you like.\r\n

\r\n\r\nField Name
\r\nThe name of this field. It must be unique among all of the other fields on your form.\r\n

\r\n\r\nStatus
\r\nHidden fields will not be visible to the user, but will be sent in the email.
\r\nDisplayed fields can be seen by the user but not modified.
\r\nModifiable fields can be filled in by the user.
\r\nIf you choose Hidden or Displayed, be sure to fill in a Default Value.\r\n

\r\n\r\nType
\r\nChoose the type of form element for this field. The following field types are supported:
\r\nURL: A textbox that will auto-format URL\'s entered.
\r\nTextbox: A standard textbox.
\r\nDate: A textbox field with a popup window to select a date.
\r\nYes/No: A set of yes/no radio buttons.
\r\nEmail Address: A textbox that requires the user to enter a valid email address.
\r\nTextarea: A simple textarea.
\r\nCheckbox: A single checkbox.
\r\nDrop-Down Box: A drop-down box. Use the Possible Values field to enter each option to be displayed in the box. Enter one option per line.\r\n

\r\n\r\nPossible Values
\r\nThis field is only used for the Drop-Down Box type. Enter the values you wish to appear in your drop-down box, one per line.\r\n

\r\n\r\nDefault Value (optional)
\r\nEnter the default value (if any) for the field. For Yes/No fields, enter \"yes\" to select \"Yes\" and \"no\" to select \"No\".\r\nFor Checkbox fields, enter \"checked\" to check the box.\r\n

\r\n\r\nProceed to add more fields?
\r\nLeave this checked if you want to add additional fields to your form directly after creating this field.\r\n

\r\n',1038888974); @@ -5268,9 +5281,9 @@ INSERT INTO international VALUES (627,'WebGUI',1,'Profiles are used to extend th INSERT INTO international VALUES (629,'WebGUI',1,'Prevent Proxy Caching
\r\nSome companies have proxy servers that cause problems with WebGUI. If you\'re experiencing problems with WebGUI, and you have a proxy server, you may want to set this setting to Yes. Beware that WebGUI\'s URLs will not be as user-friendly after this feature is turned on.\r\n

\r\n\r\nShow debugging?
\r\nShow debugging information in WebGUI\'s output. This is primarily useful for WebGUI developers, but can also be interesting for Administrators trying to troubleshoot a problem.\r\n

\r\n\r\nTrack page statistics?
\r\nWebGUI can track some statistical information for your site. However, this will add a little extra strain on your processor and will make your database grow much more quickly. Enable this only if you do not have an external web statistics program.\r\n

\r\n',1038889454); INSERT INTO international VALUES (616,'WebGUI',1,'Path to WebGUI Extras
\r\nThe web-path to the directory containing WebGUI images and javascript files.\r\n

\r\n\r\nMaximum Attachment Size
\r\nThe maximum size of files allowed to be uploaded to this site. This applies to all wobjects that allow uploaded files and images (like Article and User Contributions). This size is measured in kilobytes.\r\n

\r\n\r\nThumbnail Size
\r\nThe size of the longest side of thumbnails. The thumbnail generation maintains the aspect ratio of the image. Therefore, if this value is set to 100, and you have an image that\'s 400 pixels wide and 200 pixels tall, the thumbnail will be 100 pixels wide and 50 pixels tall.\r\n

\r\nNote: Thumbnails are automatically generated as images are uploaded to the system.\r\n

\r\n\r\nWeb Attachment Path
\r\nThe web-path of the directory where attachments are to be stored.\r\n

\r\n\r\nServer Attachment Path
\r\nThe local path of the directory where attachments are to be stored. (Perhaps /var/www/public/uploads) Be sure that the web server has the rights to write to that directory.\r\n',1031514049); INSERT INTO international VALUES (885,'WebGUI',1,'Allow users to deactivate their account?',1044708760); -INSERT INTO international VALUES (626,'WebGUI',1,'Wobjects (fomerly known as Widgets) are the true power of WebGUI. Wobjects are tiny pluggable applications built to run under WebGUI. Message boards and polls are examples of wobjects.\r\n

\r\n\r\nTo add a wobject to a page, first go to that page, then select Add Content... from the upper left corner of your screen. Each wobject has it\'s own help so be sure to read the help if you\'re not sure how to use it.\r\n

\r\n\r\n\r\nStyle Sheets: All wobjects have a style-sheet class and id attached to them. \r\n

\r\n\r\nThe style-sheet class is the word \"wobject\" plus the type of wobject it is. So for a poll the class would be \"wobjectPoll\". The class pertains to all wobjects of that type in the system. \r\n

\r\n\r\nThe style-sheet id is the word \"wobjectId\" plus the Wobject Id for that wobject instance. So if you had an Article with a Wobject Id of 94, then the id would be \"wobjectId94\".\r\n

\r\n\r\n',1031514049); -INSERT INTO international VALUES (632,'WebGUI',1,'You can add wobjects by selecting from the Add Content pulldown menu. You can edit them by clicking on the \"Edit\" button that appears directly above an instance of a particular wobject.\r\n

\r\n\r\nAlmost all wobjects share some properties. Those properties are:\r\n

\r\n\r\nWobject ID
\r\nThis is the unique identifier WebGUI uses to keep track of this wobject instance. Normal users should never need to be concerned with the Wobject ID, but some advanced users may need to know it for things like SQL Reports.\r\n

\r\n\r\n\r\nTitle\r\nThe title of the wobject. This is typically displayed at the top of each wobject.\r\n

\r\n\r\nNote: You should always specify a title even if you are going to turn it off (with the next property). This is because the title shows up in the trash and clipboard and you\'ll want to be able to distinguish which wobject is which.\r\n

\r\n\r\n\r\nDisplay title?
\r\nDo you wish to display the title you specified? On some sites, displaying the title is not necessary.\r\n

\r\n\r\n\r\nProcess macros?
\r\nDo you wish to process macros in the content of this wobject? Sometimes you\'ll want to do this, but more often than not you\'ll want to say \"no\" to this question. By disabling the processing of macros on the wobjects that don\'t use them, you\'ll speed up your web server slightly.\r\n

\r\n\r\n\r\nTemplate Position
\r\nTemplate positions range from 0 (zero) to any number. How many are available depends upon the Template associated with this page. The default template has only one template position, others may have more. By selecting a template position, you\'re specifying where this wobject should be placed within the template.\r\n

\r\n\r\n\r\nStart Date
\r\nOn what date should this wobject become visible? Before this date, the wobject will only be displayed to Content Managers.\r\n

\r\n\r\n\r\nEnd Date
\r\nOn what date should this wobject become invisible? After this date, the wobject will only be displayed to Content Managers.\r\n

\r\n\r\n\r\nDescription
\r\nA content area in which you can place as much content as you wish. For instance, even before an FAQ there is usually a paragraph describing what is contained in the FAQ.\r\n

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

\r\n\r\n\r\n',1031514049); +INSERT INTO international VALUES (626,'WebGUI',1,'Wobjects (fomerly known as Widgets) are the true power of WebGUI. Wobjects are tiny pluggable applications built to run under WebGUI. Message boards and polls are examples of wobjects.\r\n

\r\n\r\nTo add a wobject to a page, first go to that page, then select Add Content... from the upper left corner of your screen. Each wobject has it\'s own help so be sure to read the help if you\'re not sure how to use it.\r\n

\r\n\r\n\r\nStyle Sheets: All wobjects have a style-sheet class and id attached to them. \r\n

\r\n\r\nThe style-sheet class is the word \"wobject\" plus the type of wobject it is. So for a poll the class would be \"wobjectPoll\". The class pertains to all wobjects of that type in the system. \r\n

\r\n\r\nThe style-sheet id is the word \"wobjectId\" plus the Wobject Id for that wobject instance. So if you had an Article with a Wobject Id of 94, then the id would be \"wobjectId94\".\r\n

\r\n\r\n',1047858549); +INSERT INTO international VALUES (632,'WebGUI',1,'You can add wobjects by selecting from the Add Content pulldown menu. You can edit them by clicking on the \"Edit\" button that appears directly above an instance of a particular wobject.\r\n

\r\n\r\nAlmost all wobjects share some properties. Those properties are:\r\n

\r\n\r\nWobject ID
\r\nThis is the unique identifier WebGUI uses to keep track of this wobject instance. Normal users should never need to be concerned with the Wobject ID, but some advanced users may need to know it for things like SQL Reports.\r\n

\r\n\r\n\r\nTitle\r\nThe title of the wobject. This is typically displayed at the top of each wobject.\r\n

\r\n\r\nNote: You should always specify a title even if you are going to turn it off (with the next property). This is because the title shows up in the trash and clipboard and you\'ll want to be able to distinguish which wobject is which.\r\n

\r\n\r\n\r\nDisplay title?
\r\nDo you wish to display the title you specified? On some sites, displaying the title is not necessary.\r\n

\r\n\r\n\r\nProcess macros?
\r\nDo you wish to process macros in the content of this wobject? Sometimes you\'ll want to do this, but more often than not you\'ll want to say \"no\" to this question. By disabling the processing of macros on the wobjects that don\'t use them, you\'ll speed up your web server slightly.\r\n

\r\n\r\n\r\nTemplate Position
\r\nTemplate positions range from 0 (zero) to any number. How many are available depends upon the Template associated with this page. The default template has only one template position, others may have more. By selecting a template position, you\'re specifying where this wobject should be placed within the template.\r\n

\r\n\r\n\r\nStart Date
\r\nOn what date should this wobject become visible? Before this date, the wobject will only be displayed to Content Managers.\r\n

\r\n\r\n\r\nEnd Date
\r\nOn what date should this wobject become invisible? After this date, the wobject will only be displayed to Content Managers.\r\n

\r\n\r\n\r\nDescription
\r\nA content area in which you can place as much content as you wish. For instance, even before an FAQ there is usually a paragraph describing what is contained in the FAQ.\r\n

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

\r\n\r\n\r\n',1046067403); INSERT INTO international VALUES (622,'WebGUI',1,'See Manage Group for a description of grouping functions and the default groups.\r\n

\r\n\r\nGroup Name
\r\nA name for the group. It is best if the name is descriptive so you know what it is at a glance.\r\n

\r\n\r\nDescription
\r\nA longer description of the group so that other admins and content managers (or you if you forget) will know what the purpose of this group is.\r\n

\r\n\r\nExpire Offset
\r\nThe amount of time that a user will belong to this group before s/he is expired (or removed) from it. This is very useful for membership sites where users have certain privileges for a specific period of time. \r\n

\r\nNOTE: This can be overridden on a per-user basis.\r\n

\r\n\r\nNotify user about expiration?
\r\nSet this value to yes if you want WebGUI to contact the user when they are about to be expired from the group.\r\n

\r\n\r\nExpire Notification Offset
\r\nThe difference in the number of days from the expiration to the notification. You may set this to any valid integer. For instance, set this to \"0\" if you wish the notification to be sent on the same day that the grouping expires. Set it to \"-7\" if you want the notification to go out 7 days before the grouping expires. Set it to \"7\" if you wish the notification to be sent 7 days after the expiration.\r\n

\r\n\r\nExpire Notification Message
\r\nType the message you wish to be sent to the user telling them about the expiration.\r\n

\r\n\r\nDelete Offset
\r\nThe difference in the number of days from the expiration to the grouping being deleted from the system. You may set this to any valid integer. For instance, set this to \"0\" if you wish the grouping to be deleted on the same day that the grouping expires. Set it to \"-7\" if you want the grouping to be deleted 7 days before the grouping expires. Set it to \"7\" if you wish the grouping to be deleted 7 days after the expiration.\r\n

\r\n\r\nIP Address
\r\nSpecify an IP address or an IP mask to match. If the user\'s IP address matches, they\'ll automatically be included in this group. An IP mask is simply the IP address minus an octet or two. You may also specify multiple IP masks separated by semicolons.\r\n

\r\nIP Mask Example: 10.;192.168.;101.42.200.142\r\n

\r\n\r\nKarma Threshold
\r\nIf you\'ve enabled Karma, then you\'ll be able to set this value. Karma Threshold is the amount of karma a user must have to be considered part of this group.\r\n

\r\n\r\n',1044249999); INSERT INTO international VALUES (607,'WebGUI',1,'Anonymous Registration
\r\nDo you wish visitors to your site to be able to register themselves?\r\n

\r\n\r\nRun On Registration
\r\nIf there is a command line specified here, it will be executed each time a user registers anonymously.\r\n

\r\n\r\nEnable Karma?
\r\nShould karma be enabled?\r\n

\r\n\r\nKarma Per Login
\r\nThe amount of karma a user should be given when they log in. This only takes affect if karma is enabled.\r\n

\r\n\r\nSession Timeout
\r\nThe amount of time that a user session remains active (before needing to log in again). This timeout is reset each time a user views a page. Therefore if you set the timeout for 8 hours, a user would have to log in again if s/he hadn\'t visited the site for 8 hours.\r\n

\r\n\r\nAllow users to deactivate their account?
\r\nDo you wish to provide your users with a means to deactivate their account without your intervention?\r\n

\r\n\r\nAuthentication Method (default)
\r\nWhat should the default authentication method be for new accounts that are created? The two available options are WebGUI and LDAP. WebGUI authentication means that the users will authenticate against the username and password stored in the WebGUI database. LDAP authentication means that users will authenticate against an external LDAP server.\r\n

\r\n\r\nNOTE: Authentication settings can be customized on a per user basis.\r\n\r\n\r\n\r\n

\r\nNOTE: Depending upon what authentication modules you have installed in your system you\'ll see any number of options after this point. The following are the options for the two defaultly installed authentication methods.\r\n

\r\n\r\n

WebGUI Authentication Options

\r\n\r\nSend welcome message?
\r\nDo you wish WebGUI to automatically send users a welcome message when they register for your site? \r\n

\r\nNOTE: In addition to the message you specify below, the user\'s account information will be included in the message.\r\n

\r\n\r\nWelcome Message
\r\nType the message that you\'d like to be sent to users upon registration.\r\n

\r\n\r\nRecover Password Message
\r\nType a message that will be sent to your users if they try to recover their WebGUI password.\r\n

\r\n\r\n

LDAP Authentication Options

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

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

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

\r\n\r\nLDAP Password Name
\r\nJust as the LDAP Identity Name is a label, so is the LDAP Password Name. Use this label as you would LDAP Identity Name.\r\n

\r\n\r\n',1044708602); INSERT INTO international VALUES (869,'WebGUI',1,'Welcome Message',1044138730); @@ -5292,13 +5305,13 @@ INSERT INTO international VALUES (878,'WebGUI',1,'You have not subscribed to any INSERT INTO international VALUES (877,'WebGUI',1,'Thread Subscriptions',1044393356); INSERT INTO international VALUES (876,'WebGUI',1,'View thread subscriptions.',1044392986); INSERT INTO international VALUES (875,'WebGUI',1,'A new message has been posted to one of your thread subscriptions.',1044389866); -INSERT INTO international VALUES (634,'WebGUI',1,'Default Home Page
\r\nSome really small sites don\'t have a home page, but instead like to use one of their internal pages like \"About Us\" or \"Company Information\" as their home page. For that reason, you can set the default page of your site to any page in the site. That page will be the one people go to if they type in just your URL http://www.mywebguisite.com, or if they click on the Home link generated by the ^H; macro.\r\n

\r\n\r\nNot Found Page
\r\nIf a page that a user requests is not found in the system, the user can be redirected to the home page or to an error page where they can attempt to find what they were looking for. You decide which is better for your users.\r\n

\r\n\r\nDocument Type Declaration
\r\nThese days it is very common to have a wide array of browsers accessing your site, including automated browsers like search engine spiders. Many of those browsers want to know what kind of content you are serving. The doctype tag allows you to specify that. By default WebGUI generates HTML 4.0 compliant content.\r\n

\r\n\r\nAdd edit stamp to posts?
\r\nTypically if a user edits a post on a discussion, a stamp is added to that post to identify who made the edit, and at what time. On some sites that information is not necessary, therefore you can turn it off here.\r\n

\r\n\r\nFilter Contributed HTML
\r\nEspecially when running a public site where anybody can post to your message boards or user submission systems, it is often a good idea to filter their content for malicious code that can harm the viewing experience of your visitors; And in some circumstances, it can even cause security problems. Use this setting to select the level of filtering you wish to apply.\r\n

\r\n\r\nMaximum Attachment Size
\r\nThe size (in kilobytes) of the maximum allowable attachment to be uploaded to your system.\r\n

\r\n\r\nMax Image Size
\r\nIf images are uploaded to your system that are bigger than the max image size, then they will be resized to the max image size. The max image size is measured in pixels and will use the size of the longest side of the image to determine if the limit has been reached.\r\n

\r\n\r\nThumbnail Size
\r\nWhen images are uploaded to your system, they will automatically have thumbnails generated at the size specified here (unless overridden on a case-by-case basis). Thumbnail size is measured in pixels.\r\n

\r\n\r\nSnippet Preview Length
\r\nHow many characters of a snippet should be displayed in the collateral management system main listing.\r\n

\r\n\r\nText Area Rows
\r\nSome sites wish to control the size of the forms that WebGUI generates. With this setting you can specify how many rows of characters will be displayed in textareas on the site.\r\n

\r\n\r\nText Area Columns
\r\nSome sites wish to control the size of the forms that WebGUI generates. With this setting you can specify how many columns of characters will be displayed in textareas on the site.\r\n

\r\n\r\nText Box Size
\r\nSome sites wish to control the size of the forms that WebGUI generates. With this setting you can specify how characters can be displayed at once in text boxes on the site.\r\n

\r\n\r\n',1044709274); +INSERT INTO international VALUES (634,'WebGUI',1,'Default Home Page
\r\nSome really small sites don\'t have a home page, but instead like to use one of their internal pages like \"About Us\" or \"Company Information\" as their home page. For that reason, you can set the default page of your site to any page in the site. That page will be the one people go to if they type in just your URL http://www.mywebguisite.com, or if they click on the Home link generated by the ^H; macro.\r\n

\r\n\r\nNot Found Page
\r\nIf a page that a user requests is not found in the system, the user can be redirected to the home page or to an error page where they can attempt to find what they were looking for. You decide which is better for your users.\r\n

\r\n\r\nDocument Type Declaration
\r\nThese days it is very common to have a wide array of browsers accessing your site, including automated browsers like search engine spiders. Many of those browsers want to know what kind of content you are serving. The doctype tag allows you to specify that. By default WebGUI generates HTML 4.0 compliant content.\r\n

\r\n\r\nAdd edit stamp to posts?
\r\nTypically if a user edits a post on a discussion, a stamp is added to that post to identify who made the edit, and at what time. On some sites that information is not necessary, therefore you can turn it off here.\r\n

\r\n\r\nFilter Contributed HTML
\r\nEspecially when running a public site where anybody can post to your message boards or user submission systems, it is often a good idea to filter their content for malicious code that can harm the viewing experience of your visitors; And in some circumstances, it can even cause security problems. Use this setting to select the level of filtering you wish to apply.\r\n

\r\n\r\nMaximum Attachment Size
\r\nThe size (in kilobytes) of the maximum allowable attachment to be uploaded to your system.\r\n

\r\n\r\nMax Image Size
\r\nIf images are uploaded to your system that are bigger than the max image size, then they will be resized to the max image size. The max image size is measured in pixels and will use the size of the longest side of the image to determine if the limit has been reached.\r\n

\r\n\r\nThumbnail Size
\r\nWhen images are uploaded to your system, they will automatically have thumbnails generated at the size specified here (unless overridden on a case-by-case basis). Thumbnail size is measured in pixels.\r\n

\r\n\r\nSnippet Preview Length
\r\nHow many characters of a snippet should be displayed in the collateral management system main listing.\r\n

\r\n\r\nText Area Rows
\r\nSome sites wish to control the size of the forms that WebGUI generates. With this setting you can specify how many rows of characters will be displayed in textareas on the site.\r\n

\r\n\r\nText Area Columns
\r\nSome sites wish to control the size of the forms that WebGUI generates. With this setting you can specify how many columns of characters will be displayed in textareas on the site.\r\n

\r\n\r\nText Box Size
\r\nSome sites wish to control the size of the forms that WebGUI generates. With this setting you can specify how characters can be displayed at once in text boxes on the site.\r\n

\r\n\r\nPage Cache Timeout
\r\nThe amount of time pages should remain cached for registered users.\r\n

\r\n\r\nPage Cache Timeout (Visitors)
\r\nThe amount of time pages should remain cached for visitors.\r\n

\r\n\r\nNOTE: Page caching is only available if your administrator has installed the Cache::FileCache Perl module. Using page caching can improve site performance by as much as 1000%.',1047841522); INSERT INTO international VALUES (638,'WebGUI',1,'Templates are used to affect how content is laid out in WebGUI. There are many templates that come with WebGUI, and using the template management system, you can add your own templates to the system to ensure that your site looks exactly how you want it to look. \r\n',1038869802); INSERT INTO international VALUES (76,'USS',1,'Submission Template',1038867009); INSERT INTO international VALUES (77,'USS',1,'The following are the template variables used in a submission template. Submission templates are used to display the individual submissions in a user submission system.\r\n

\r\n\r\ntitle
\r\nThe title of this submission.\r\n

\r\n\r\ncontent
\r\nThe full text content of this submission.\r\n

\r\n\r\nuser.label
\r\nThe translated label indicating what user posted this submission.\r\n

\r\n\r\nuser.profile
\r\nThe URL to the profile of the user that posted this submission.\r\n

\r\n\r\nuser.username
\r\nThe username of the user that posted this submission.\r\n

\r\n\r\nuser.id
\r\nThe unique identifier for the user that posted this submission.\r\n

\r\n\r\ndate.label
\r\nThe translated label indicating what date this submission was posted.\r\n

\r\n\r\ndate.epoch
\r\nThe number of seconds since January 1, 1970 that this submission was posted.\r\n

\r\n\r\ndate.human
\r\nA human readable date that displays the date and time this submission was posted.\r\n

\r\n\r\nstatus.label
\r\nA translated label indicating the status of this submission.\r\n

\r\n\r\nstatus.status
\r\nThe actual status of this submission (pending, approved, denied).\r\n

\r\n\r\nviews.label
\r\nA translated label indicating how many times this submission has been viewed.\r\n

\r\n\r\nviews.count
\r\nThe number of times this submission has been viewed.\r\n

\r\n\r\ncanPost
\r\nAn condition indicating whether or not this user can post a new submission.\r\n

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

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

\r\n\r\nprevious.more
\r\nAn condition indicating whether there are any posts prior to this one available for viewing.\r\n

\r\n\r\nprevious.url
\r\nA URL to the post that came before this one.\r\n

\r\n\r\nprevious.label
\r\nA translated label for the previous link.\r\n

\r\n\r\nnext.more
\r\nA condition indicating whether there are any posts after this one available for viewing.\r\n

\r\n\r\nnext.url
\r\nThe URL to the post that came after this one.\r\n

\r\n\r\nnext.label
\r\nA translated label for the next link.\r\n

\r\n\r\ncanEdit
\r\nA condition indicating whether the current user cane edit or delete this post.\r\n

\r\n\r\nedit.url
\r\nThe URL to edit this post.\r\n

\r\n\r\nedit.label
\r\nA translated label for the edit link.\r\n

\r\n\r\ndelete.url
\r\nThe URL to delete this post.\r\n

\r\n\r\ndelete.label
\r\nA translated label for the delete link.\r\n

\r\n\r\ncanChangeStatus
\r\nA condition indicating whether the current user has the privileges to change the status of this post.\r\n

\r\n\r\napprove.url
\r\nThe URL to approve this post.\r\n

\r\n\r\napprove.label
\r\nA translated label for the approve link.\r\n

\r\n\r\ndeny.url
\r\nThe URL to deny this post.\r\n

\r\n\r\ndeny.label
\r\nA translated label for the deny link.\r\n

\r\n\r\nleave.url
\r\nThe URL to leave this post in it\'s current state.\r\n

\r\n\r\nleave.label
\r\nA translated label for the leave link.\r\n

\r\n\r\ncanReply
\r\nA condition indicating whether the current user can reply to this post.\r\n

\r\n\r\nreply.url
\r\nThe URL to reply to this post.\r\n

\r\n\r\nreply.label
\r\nA translated label for the reply link.\r\n

\r\n\r\nsearch.url
\r\nThe URL to toggle on the WebGUI power search form.\r\n

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

\r\n\r\nback.url
\r\nThe URL to return the user to the main listing.\r\n

\r\n\r\nback.label
\r\nA translated label for the back link.\r\n

\r\n\r\nreplies
\r\nA complete listing of all replies to this post.\r\n

\r\n',1039019783); INSERT INTO international VALUES (639,'WebGUI',1,'Template Name
\r\nGive this template a descriptive name so that you\'ll know what it is when you\'re applying a template to content.\r\n

\r\n\r\nNamespace
\r\nWhat type of template is this?\r\n

\r\n\r\nTemplate
\r\nCreate your template by using template commands and variables, macros, and HTML.\r\n

\r\n\r\nNOTE: You should never edit the default templates that come with WebGUI as they are subject to change with each new release. Instead, copy the template you wish to edit, and edit the copy.',1038890615); INSERT INTO international VALUES (640,'WebGUI',1,'It is not a good idea to delete templates as you never know what kind of adverse affect it may have on your site (some content may still be using the template). \r\n

\r\n\r\n',1038791020); -INSERT INTO international VALUES (624,'WebGUI',1,'WebGUI macros are used to create dynamic content within otherwise static content. For instance, you may wish to show which user is logged in on every page, or you may wish to have a dynamically built menu or crumb trail. \r\n

\r\n\r\nMacros always begin with a carat (^) and follow with at least one other character and ended with a semicolon (;). Some macros can be extended/configured by taking the format of ^x(\"config text\");. \r\n

\r\n\r\nNOTE: The following macros are reserved for system/wobject-specific functions as in the SQL Report wobject and the Body in the Style Manager: \r\n^-;,^0;,^1;,^2;,^3;, etc.
\r\n

\r\n',1043289717); +INSERT INTO international VALUES (624,'WebGUI',1,'WebGUI macros are used to create dynamic content within otherwise static content. For instance, you may wish to show which user is logged in on every page, or you may wish to have a dynamically built menu or crumb trail. \r\n

\r\n\r\nMacros always begin with a carat (^) and follow with at least one other character and ended with a semicolon (;). Some macros can be extended/configured by taking the format of ^x(\"config text\");. \r\n

\r\n\r\nNOTE: The following macros are reserved for system/wobject-specific functions as in the SQL Report wobject and the Body in the Style Manager: \r\n^-;,^0;,^1;,^2;,^3;, etc.
\r\n

\r\n',1046656837); INSERT INTO international VALUES (62,'Product',1,'Product Template',1038864092); INSERT INTO international VALUES (63,'Product',1,'The following is the list of template variables available in product templates.\r\n

\r\n\r\nbrochure.icon
\r\nThe URL to the icon for the brochure.\r\n

\r\n\r\n\r\nbrochure.url
\r\nThe URL to download the brochure.\r\n

\r\n\r\nbrochure.label
\r\nThe translated label for the brochure URL.\r\n

\r\n\r\nwarranty.icon
\r\nThe URL to the icon for the warranty.\r\n

\r\n\r\n\r\nwarranty.url
\r\nThe URL to download the warranty.\r\n

\r\n\r\nwarranty.label
\r\nThe label for the warranty URL.\r\n

\r\n\r\nimage1
\r\nThe URL to the first image uploaded to this product.\r\n

\r\n\r\nthumbnail1
\r\nThe URL to the thumbnail of the first image uploaded to this product.\r\n

\r\n\r\nimage2
\r\nThe URL to the second image uploaded to this product.\r\n

\r\n\r\nthumbnail2
\r\nThe URL to the thumbnail of the second image uploaded to this product.\r\n

\r\n\r\nimage3
\r\nThe URL to the third image uploaded to this product.\r\n

\r\n\r\nthumbnail3
\r\nThe URL to the thumbnail of the third image uploaded to this product.\r\n

\r\n\r\n\r\naddfeature.url
\r\nThe URL to add a feature to this product.\r\n

\r\n\r\naddfeature.label
\r\nThe translated label for the add feature link.\r\n

\r\n\r\nfeature_loop
\r\nThis loop contains all of the features associated with this product.\r\n

\r\nfeature.controls
\r\nThe WebGUI management controls for this feature.\r\n

\r\n\r\nfeature.feature
\r\nThe text of the feature itself.\r\n

\r\n

\r\n

\r\n\r\naddbenefit.url
\r\nThe URL to add a benefit to this product.\r\n

\r\n\r\naddbenefit.label
\r\nThe translated label for the add benefit link.\r\n

\r\n\r\nbenefit_loop
\r\nThis loop contains the benefits for this product.\r\n

\r\n\r\nbenefit.benefit
\r\nThe benefit text itself.\r\n

\r\n\r\nbenefit.controls
\r\nThe WebGUI management controls for this benefit.\r\n

\r\n\r\n

\r\n

\r\n\r\naddspecification.url
\r\nThe URL to add a specification to this product.\r\n

\r\n\r\naddspecification.label
\r\nThe translated label for the add specification link.\r\n

\r\n\r\nspecification_loop
\r\nThe list of specifications associated with this product.\r\n

\r\n\r\nspecification.controls
\r\nThe WebGUI management controls for this specification.\r\n

\r\n\r\nspecification.specification
\r\nThe text of the specification itself.\r\n

\r\n\r\nspecification.units
\r\nThe units for this specification. ex: meters\r\n

\r\n\r\nspecification.label
\r\nThe label for this specification. ex: height\r\n

\r\n\r\n

\r\n

\r\n\r\naddaccessory.url
\r\nThe URL to add an accessory to this product.\r\n

\r\n\r\naddaccessory.label
\r\nThe translated label for the add accessory link.\r\n

\r\n\r\naccessory_loop
\r\nThis loop contains all of the accessories associated with this product.\r\n

\r\n\r\naccessory.url
\r\nThe URL to the linked accessory.\r\n

\r\n\r\naccessory.title
\r\nThe title of the linked accessory.\r\n

\r\n\r\naccessory.controls
\r\nThe WebGUI management controls for this accessory.\r\n

\r\n\r\n

\r\n

\r\n\r\naddRelatedProduct.url
\r\nThe URL to add a related product to this product.\r\n

\r\n\r\naddRelatedProduct.label
\r\nThe translated label for the add related product link.\r\n

\r\n\r\nrelatedproduct.url
\r\nThe URL to the linked product.\r\n

\r\n\r\nrelatedproduct.title
\r\nThe title of the linked product.\r\n

\r\n\r\nrelatedproduct.controls
\r\nThe WebGUI management controls for this related product.\r\n

\r\n',1038864092); INSERT INTO international VALUES (670,'WebGUI',1,'Image, Add/Edit',1038871530); @@ -5314,9 +5327,9 @@ INSERT INTO international VALUES (672,'WebGUI',1,'Profile Settings, Edit',103151 INSERT INTO international VALUES (674,'WebGUI',1,'Miscellaneous Settings, Edit',1038889454); INSERT INTO international VALUES (661,'WebGUI',1,'File Settings, Edit',1031514049); INSERT INTO international VALUES (663,'WebGUI',1,'Messaging Settings, Edit',1044138790); -INSERT INTO international VALUES (671,'WebGUI',1,'Wobjects, Using',1031514049); -INSERT INTO international VALUES (677,'WebGUI',1,'Wobject, Add/Edit',1031514049); -INSERT INTO international VALUES (668,'WebGUI',1,'Style Sheets, Using',1031514049); +INSERT INTO international VALUES (671,'WebGUI',1,'Wobjects, Using',1047858549); +INSERT INTO international VALUES (677,'WebGUI',1,'Wobject, Add/Edit',1047858650); +INSERT INTO international VALUES (668,'WebGUI',1,'Style Sheets, Using',1046067403); INSERT INTO international VALUES (667,'WebGUI',1,'Group, Add/Edit',1031514049); INSERT INTO international VALUES (652,'WebGUI',1,'User Settings, Edit',1031514049); INSERT INTO international VALUES (665,'WebGUI',1,'Group, Delete',1031514049); @@ -5335,7 +5348,7 @@ INSERT INTO international VALUES (679,'WebGUI',1,'Content Settings, Edit',103887 INSERT INTO international VALUES (683,'WebGUI',1,'Templates, Manage',1038869802); INSERT INTO international VALUES (684,'WebGUI',1,'Template, Add/Edit',1038890615); INSERT INTO international VALUES (685,'WebGUI',1,'Template, Delete',1038791020); -INSERT INTO international VALUES (669,'WebGUI',1,'Macros, Using',1038888892); +INSERT INTO international VALUES (669,'WebGUI',1,'Macros, Using',1046656837); INSERT INTO international VALUES (57,'Survey',1,'Comments',1037556124); INSERT INTO international VALUES (66,'Survey',1,'Responses',1037557127); INSERT INTO international VALUES (65,'Survey',1,'Export composite summary.',1037556821); @@ -5549,7 +5562,7 @@ INSERT INTO international VALUES (520,'WebGUI',3,'Ik wil notificatie via e-mail. INSERT INTO international VALUES (521,'WebGUI',3,'Ik wil notificatie via e-mail naar pager.',1039780514); INSERT INTO international VALUES (522,'WebGUI',3,'Ik wil notificatie via ICQ.',1039780523); INSERT INTO international VALUES (523,'WebGUI',3,'Notificatie',1039780531); -INSERT INTO international VALUES (524,'WebGUI',3,'Voeg bewerk stempel toe aan post?',1039780542); +INSERT INTO international VALUES (524,'Discussion',3,'Voeg bewerk stempel toe aan post?',1039780542); INSERT INTO international VALUES (525,'WebGUI',3,'Bewerk inhoud Settings',1039780550); INSERT INTO international VALUES (526,'WebGUI',3,'Verwijder alleen javascript.',1039780560); INSERT INTO international VALUES (72,'EventsCalendar',3,'Gebeurtenis, Toevoegen/Bewerken',1039596887); @@ -5645,7 +5658,6 @@ INSERT INTO international VALUES (579,'WebGUI',10,'Din meddelelse er blevet godk INSERT INTO international VALUES (542,'WebGUI',3,'Vorige..',1039780690); INSERT INTO international VALUES (3,'WobjectProxy',10,'Wobject Proxy',1036856148); INSERT INTO international VALUES (5,'USS',9,'±zªº±i¶K¤å³¹³Q©Úµ´',1031510000); -INSERT INTO international VALUES (5,'SyndicatedContent',9,'³Ì«á´£¨ú¤_',1031510000); INSERT INTO international VALUES (5,'SQLReport',9,'DSN',1031510000); INSERT INTO international VALUES (5,'SiteMap',9,'½s¿èºô¯¸¦a¹Ï',1031510000); INSERT INTO international VALUES (5,'Poll',9,'¹Ï§Î¼e«×',1031510000); @@ -5704,7 +5716,6 @@ INSERT INTO international VALUES (6,'MessageBoard',9,' INSERT INTO international VALUES (6,'Poll',9,'°ÝÃD',1031510000); INSERT INTO international VALUES (6,'SiteMap',9,'ÁY¶i',1031510000); INSERT INTO international VALUES (6,'SQLReport',9,'¸ê®Æ®w¨Ï¥ÎªÌ',1031510000); -INSERT INTO international VALUES (6,'SyndicatedContent',9,'·í«e¤º®e',1031510000); INSERT INTO international VALUES (6,'USS',9,'¨C­¶±i¶K¤å³¹¼Æ',1031510000); INSERT INTO international VALUES (6,'WebGUI',9,'ºÞ²zStyle',1031510000); INSERT INTO international VALUES (7,'Article',9,'³s±µ¼ÐÃD',1031510000); @@ -6073,7 +6084,7 @@ INSERT INTO international VALUES (410,'WebGUI',9,' INSERT INTO international VALUES (411,'WebGUI',9,'¥Ø¿ý¼ÐÃD',1031510000); INSERT INTO international VALUES (412,'WebGUI',9,'­¶­±´y­z',1031510000); INSERT INTO international VALUES (79,'Survey',1,'minutes',1038789595); -INSERT INTO international VALUES (18,'Article',9,'¬O§_¤¹³°Q½×',1031510000); +INSERT INTO international VALUES (894,'WebGUI',9,'¬O§_¤¹³°Q½×',1031510000); INSERT INTO international VALUES (22,'Article',9,'§@ªÌ',1031510000); INSERT INTO international VALUES (23,'Article',9,'¤é´Á',1031510000); INSERT INTO international VALUES (24,'Article',9,'µoªí¦^À³',1031510000); @@ -6199,7 +6210,7 @@ INSERT INTO international VALUES (520,'WebGUI',9,' INSERT INTO international VALUES (521,'WebGUI',9,'§Ú§Æ±æ³q¹L¹q¤l¶l¥ó¨ì¶Ç©Iªº¤è¦¡´£¿ô',1031510000); INSERT INTO international VALUES (522,'WebGUI',9,'§Ú§Æ±æ³q¹L ICQ ªº¤è¦¡´£¿ô',1031510000); INSERT INTO international VALUES (523,'WebGUI',9,'´£¿ô',1031510000); -INSERT INTO international VALUES (524,'WebGUI',9,'¬O§_¼W¥[½s¿èÂW',1031510000); +INSERT INTO international VALUES (524,'Discussion',9,'¬O§_¼W¥[½s¿èÂW',1031510000); INSERT INTO international VALUES (525,'WebGUI',9,'½s¿è¤º®e³]¸m',1031510000); INSERT INTO international VALUES (10,'FAQ',2,'Frage bearbeiten',1040652178); INSERT INTO international VALUES (10,'FileManager',2,'Download bearbeiten',1040644674); @@ -6234,7 +6245,6 @@ INSERT INTO international VALUES (7,'FileManager',2,'Gruppe, die Download benutz INSERT INTO international VALUES (7,'Article',2,'Link Titel',1040597992); INSERT INTO international VALUES (6,'WebGUI',2,' Verwalten: Styles',1040640645); INSERT INTO international VALUES (6,'USS',2,'Beiträge pro Seite',1040650162); -INSERT INTO international VALUES (6,'SyndicatedContent',2,'Aktueller Inhalt',1040649770); INSERT INTO international VALUES (6,'SQLReport',2,'Datenbankbenutzer',1040649393); INSERT INTO international VALUES (6,'SiteMap',2,'Einrückung',1040649644); INSERT INTO international VALUES (6,'MessageBoard',2,'Diskussionsforum bearbeiten',1040646718); @@ -6247,7 +6257,6 @@ INSERT INTO international VALUES (6,'FileManager',2,'Dateiname',1040644818); INSERT INTO international VALUES (6,'Article',2,'Grafik',1040597952); INSERT INTO international VALUES (5,'WebGUI',2,' Verwalten: Gruppen',1040640476); INSERT INTO international VALUES (5,'USS',2,'Ihr Beitrag wurde abgelehnt.',1040650082); -INSERT INTO international VALUES (5,'SyndicatedContent',2,'zuletzt aktualisiert',1040649759); INSERT INTO international VALUES (5,'SQLReport',2,'DSN (Data Source Name)',1040649383); INSERT INTO international VALUES (5,'SiteMap',2,'SiteMap bearbeiten',1040649591); INSERT INTO international VALUES (5,'Poll',2,'Breite der Grafik',1040646885); @@ -6444,7 +6453,7 @@ INSERT INTO international VALUES (500,'WebGUI',2,'ID der Seite',1041632413); INSERT INTO international VALUES (5,'Product',2,'Sind Sie sicher, dass Sie dieses Merkmal löschen möchten?',1041626263); INSERT INTO international VALUES (5,'MailForm',2,'Angezeigt',1040645433); INSERT INTO international VALUES (499,'WebGUI',2,'Wobject ID',1041632396); -INSERT INTO international VALUES (498,'WebGUI',2,'Ende Datum',1045496397); +INSERT INTO international VALUES (498,'WebGUI',2,'Enddatum',1041632388); INSERT INTO international VALUES (497,'WebGUI',2,'Anfangsdatum',1041632381); INSERT INTO international VALUES (493,'WebGUI',2,'Zurück zur Seite.',1041632373); INSERT INTO international VALUES (49,'Product',2,'Produkt Vorzüge hinzufügen oder bearbeiten',1041632907); @@ -6506,14 +6515,14 @@ INSERT INTO international VALUES (670,'WebGUI',2,'Grafik hinzuf INSERT INTO international VALUES (666,'WebGUI',2,'Style hinzufügen oder bearbeiten',1041630473); INSERT INTO international VALUES (665,'WebGUI',2,'Gruppe löschen',1041630789); INSERT INTO international VALUES (662,'WebGUI',2,'Einstellungen verwalten',1041631762); -INSERT INTO international VALUES (663,'WebGUI',2,'Benachrichtigungsoptionen, Bearbeiten',1045240942); +INSERT INTO international VALUES (663,'WebGUI',2,'Mail-Einstellungen bearbeiten',1041630769); INSERT INTO international VALUES (705,'WebGUI',2,'Minute(n)',1041631459); INSERT INTO international VALUES (661,'WebGUI',2,'Dateieinstellungen bearbeiten',1041631860); INSERT INTO international VALUES (659,'WebGUI',2,'Styles verwalten',1041630385); INSERT INTO international VALUES (658,'WebGUI',2,'Benutzer verwalten',1040639097); INSERT INTO international VALUES (660,'WebGUI',2,'Gruppen verwalten',1041632451); INSERT INTO international VALUES (655,'WebGUI',2,'Benutzer, hinzufügen oder bearbeiten',1041630298); -INSERT INTO international VALUES (652,'WebGUI',2,'Benutzereinstellungen, Bearbeiten',1045243060); +INSERT INTO international VALUES (652,'WebGUI',2,'Authentifizierungseinstellungen bearbeiten',1041634218); INSERT INTO international VALUES (671,'WebGUI',2,'Wobjects benutzen',1041630863); INSERT INTO international VALUES (657,'WebGUI',2,'Benutzer löschen',1041630371); INSERT INTO international VALUES (667,'WebGUI',2,'Gruppe hinzufügen oder bearbeiten',1041630838); @@ -6618,15 +6627,15 @@ INSERT INTO international VALUES (57,'USS',2,'Antworten',1040650122); INSERT INTO international VALUES (57,'Product',2,'Sind Sie sicher, dass Sie dieses Template löschen und alle Produkte, die dieses benutzen, auf das Standardtemplate setzen möchten?',1041631321); INSERT INTO international VALUES (569,'WebGUI',2,'Moderationsart',1041629673); INSERT INTO international VALUES (56,'Product',2,'Ein Produkt Template hinzufügen.',1040648893); -INSERT INTO international VALUES (557,'WebGUI',2,'Beschreibung',1045497414); +INSERT INTO international VALUES (557,'WebGUI',2,'Beschreibung',1041629548); INSERT INTO international VALUES (556,'WebGUI',2,'Menge',1041633738); INSERT INTO international VALUES (553,'WebGUI',2,'Status',1041629314); INSERT INTO international VALUES (529,'WebGUI',2,'Ergebnisse',1041628992); INSERT INTO international VALUES (588,'WebGUI',1,'Are you certain you wish to submit this translation to Plain Black for inclusion in the official distribution of WebGUI? By clicking on the yes link you understand that you\'re giving Plain Black an unlimited license to use the translation in its software distributions.',1031514630); INSERT INTO international VALUES (593,'WebGUI',1,'Submit this translation.',1036970850); INSERT INTO international VALUES (594,'WebGUI',1,'Translate messages.',1031514314); -INSERT INTO international VALUES (61,'USS',1,'User Submission System, Add/Edit',1038890802); -INSERT INTO international VALUES (71,'USS',1,'User Submission Systems are a great way to add a sense of community to any site as well as get free content from your users.\r\n

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

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

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

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

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

\r\n\r\nDefault Status
\r\nShould submissions be set to Approved, Pending, or Denied by default?\r\n

\r\nNote: If you set the default status to Pending, then be prepared to monitor your message log for new submissions.\r\n

\r\n\r\nKarma Per Submission
\r\nHow much karma should be given to a user when they contribute to this user submission system?\r\n

\r\n\r\n\r\nDisplay thumbnails?
\r\nIf there is an image present in the submission, the thumbnail will be displayed in the Layout (see above).\r\n

\r\n\r\nAllow discussion?
\r\nDo you wish to attach a discussion to this user submission system? If you do, users will be able to comment on each submission.\r\n

\r\n\r\nWho can post?
\r\nSelect the group that is allowed to post to this discussion.\r\n

\r\n\r\nEdit Timeout
\r\nHow long should a user be able to edit their post before editing is locked to them?\r\n

\r\nNote: Don\'t set this limit too high. One of the great things about discussions is that they are an accurate record of who said what. If you allow editing for a long time, then a user has a chance to go back and change his/her mind a long time after the original statement was made.\r\n

\r\n\r\nKarma Per Post
\r\nHow much karma should be given to a user when they post to this discussion?\r\n

\r\n\r\nWho can moderate?
\r\nSelect the group that is allowed to moderate this discussion.\r\n

\r\n\r\nModeration Type?
\r\nYou can select what type of moderation you\'d like for your users. After-the-fact means that when a user posts a message it is displayed publically right away. Pre-emptive means that a moderator must preview and approve users posts before allowing them to be publically visible. Alerts for new posts will automatically show up in the moderator\'s WebGUI Inbox.\r\n

\r\nNote: In both types of moderation the moderator can always edit or delete the messages posted by your users.\r\n

\r\n',1038890802); +INSERT INTO international VALUES (61,'USS',1,'User Submission System, Add/Edit',1047859664); +INSERT INTO international VALUES (71,'USS',1,'User Submission Systems are a great way to add a sense of community to any site as well as get free content from your users.\r\n

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

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

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

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

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

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

\r\n\r\nDefault Status
\r\nShould submissions be set to Approved, Pending, or Denied by default?\r\n

\r\nNote: If you set the default status to Pending, then be prepared to monitor your message log for new submissions.\r\n

\r\n\r\nKarma Per Submission
\r\nHow much karma should be given to a user when they contribute to this user submission system?\r\n

\r\n\r\n\r\nDisplay thumbnails?
\r\nIf there is an image present in the submission, the thumbnail will be displayed in the Layout (see above).\r\n

\r\n\r\nAllow discussion?
\r\nChecking this box will enable responses to your article much like Articles on Slashdot.org.\r\n

\r\n\r\n\r\nFilter Post
\r\nSelect the level of content filtering you wish to perform on all discussion posts.\r\n

\r\n\r\nWho can post?
\r\nSelect the group that is allowed to post to this discussion.\r\n

\r\n\r\nEdit Timeout
\r\nHow long should a user be able to edit their post before editing is locked to them?\r\n

\r\nNOTE: Don\'t set this limit too high. One of the great things about discussions is that they are an accurate record of who said what. If you allow editing for a long time, then a user has a chance to go back and change his/her mind a long time after the original statement was made.\r\n

\r\n\r\nKarma Per Post
\r\nHow much karma should be given to a user when they post to this discussion?\r\n

\r\n\r\nWho can moderate?
\r\nSelect the group that is allowed to moderate this discussion.\r\n

\r\n\r\nModeration Type?
\r\nYou can select what type of moderation you\'d like for your users. After-the-fact means that when a user posts a message it is displayed publically right away. Pre-emptive means that a moderator must preview and approve users posts before allowing them to be publically visible. Alerts for new posts will automatically show up in the moderator\'s WebGUI Inbox.\r\n

\r\nNOTE: In both types of moderation the moderator can always edit or delete the messages posted by your users.\r\n

\r\n\r\nAdd edit stamp to posts?
\r\nDo you wish to \"stamp\" all edits so that you can track who edited a post and when?\r\n

\r\n',1047859664); INSERT INTO international VALUES (722,'WebGUI',1,'Id',1031517195); INSERT INTO international VALUES (721,'WebGUI',1,'Namespace',1031515005); INSERT INTO international VALUES (720,'WebGUI',1,'OK',1031514777); @@ -6793,7 +6802,7 @@ INSERT INTO international VALUES (571,'WebGUI',6,'L INSERT INTO international VALUES (570,'WebGUI',6,'Lås tråd',1031836826); INSERT INTO international VALUES (516,'WebGUI',6,'Slå på Admin!',1031836796); INSERT INTO international VALUES (522,'WebGUI',6,'Jag skulle vilja bli påmind via ICQ.',1031836777); -INSERT INTO international VALUES (524,'WebGUI',6,'Lägg till redigerad-stämpel på inlägg?',1031836642); +INSERT INTO international VALUES (524,'Discussion',6,'Lägg till redigerad-stämpel på inlägg?',1031836642); INSERT INTO international VALUES (542,'WebGUI',6,'Föregående..',1031836615); INSERT INTO international VALUES (543,'WebGUI',6,'Lägg till en ny bildgrupp.',1031836602); INSERT INTO international VALUES (527,'WebGUI',6,'Startsida',1031836587); @@ -7117,11 +7126,9 @@ INSERT INTO international VALUES (3,'WebGUI',11,' INSERT INTO international VALUES (2,'WebGUI',11,'ÕÝÍÉ',1031514049); INSERT INTO international VALUES (1,'WebGUI',11,'ÅÖÇÝÉ ãÍÊæì..',1031514049); INSERT INTO international VALUES (886,'WebGUI',1,'Hide from navigation?',1044727952); -INSERT INTO international VALUES (887,'WebGUI',1,'Midas (IE 6+ or Mozilla 1.3+)',1045168392); +INSERT INTO international VALUES (887,'WebGUI',1,'Midas (Mozilla 1.3+)',1047342950); INSERT INTO international VALUES (634,'WebGUI',2,'Standard Startseite
Einige kleinere Seiten haben keine Startseite \r\n(Eingangsseite), stattdessen benutzen sie eine der internen Seiten wie "Über \r\nuns" oder "Informationen über die Firma". Aus diesem Grund können \r\nSie eine beliebige Seite als Startseite auswählen. Zu dieser Startseite gelangt \r\nman, wenn man die URL wie http://www.mywebguisite.com \r\naufruft oder durch einen Klick auf den Home-Link, generiert durch das ^H; Makro. \r\n

"Nicht gefunden" Seite
Sollte eine Seite, die ein Besucher \r\naufrufen möchte, nicht vorhanden sein, kann er zur Homepage oder zu einer Fehlerseite \r\nweitergeleitet werden. Sie entscheiden, welcher Weg besser für ihre Besucher \r\nist...

Dokument Typ Beschreibung
Heutzutage ist es sehr wichtig, \r\neine grosse Anzahl von Browsern zu unterstützen, inklusive Robotern von Suchmaschinen. \r\nEinige dieser Browser möchten wissen, welcher Art Content ihnen angeboten wird. \r\nMit dem \'Doctype Tag\' können Sie dies angeben. Standardmässig generiert WebGUI \r\n HTML 4.0 konformen Inhalt.

Bearbeitungszeitpunkt zu Beiträgen hinzufügen?
Gewöhnlich \r\nwird der Zeitpunkt, an dem ein Beitrag bearbeitet wurde, als so genannter Timestamp \r\nhinzugefügt, damit man später nachverfolgen kann, wann der Beitrag verfasst \r\nwurde. Diese Funktion wird natürlich nicht für alle Seiten benötigt, daher können \r\nSie den Timestamp hier deaktivieren.

HTML filtern
Bei öffentlichen \r\nSeiten, auf denen ein Besucher die Möglichkeit hat, z. B. Beiträge in einem \r\nDiskussionsforum zu verfassen, ist es oft notwendig, deren Content zu filtern, \r\num z. B. das Ausführen böswilligen Codes zu verhindern. Und dies kann unter \r\nbesonderen Umständen zu Sicherheitsproblemen führen. Hier können Sie daher die \r\nStufe der Filterung (z.B. nur Javascript entfernen) einstellen

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

Maximale \r\nGrösse einer Grafik
Falls Bilder, die hochgeladen wurden, grösser als \r\ndiese maximale Grösse einer Grafik sind, wird diese entsprechend dieser Grösseneinstellungen \r\numgewandelt. Die Angabe erfolgt in Pixel und gibt die längste Seite der Grafik \r\nan.

Thumbnail Grösse
Hier können Sie die Grösse der Vorschaubilder \r\n(Thumbnails) angeben, die automatisch beim Hochladen von Grafiken erstellt werden. \r\nDie Grösse wird in Pixel angegeben.

Snippet Vorschau Länge
Wieviel \r\nZeichen eines Schnippsels werden im Uploadmanager angezeigt? Wie gesagt, damit \r\nist nur die Anzeige in der "Schnipselübersicht" gemeint; der Code \r\nselbst wird nicht beschränkt

Reihen des Textbereichs (mehrzeilige \r\nTextbox)
Hier können Sie angeben, wie viel Reihen pro Textbereich. Dies \r\ngilt dann für alle Textbereiche innerhalb der Seite - auch diejenigen, \r\ndie angezeigt werden, wenn Sie eine Seite bearbeiten.

Spalten des Textbereichs
Analog \r\nzu den Reihen der Textbereiche können Sie auch die Anzahl der Spalten angeben. \r\n

Grösse der Textbox
Hiermit können Sie angeben, wie gross die Textboxen \r\nin WebGUI sein sollen. Ein Wert von 20 z.B. erzeugt eine Textbox, die 20 Zeichen \r\nbreit ist.

Editor auswählen
WebGUI enthält einen ausgezeichneten \r\nRichtext-Editor. Damit kann man Texte formatieren wie z. B. in Microsoft Word® oder \r\nähnlichen Programmen. Um diese Funktionalität zu nutzen, wählen Sie den "hmtlArea" \r\nEditor aus. Desweiteren können Sie hier noch den kostenpflichtigen 3rd Party Editor Real Objects Edit-On Pro® rich text \r\neditor auswählen, der allerdings zuvor installiert sein muss. Weitere Informationen \r\nzum Einbinden von  Edit-On Pro®  in WebGUI finden Sie \r\nunter Ruling WebGUI.

\r\n',1044982830); INSERT INTO international VALUES (61,'SyndicatedContent',11,'ÅÖÇÝÉ/ÊÍÑíÑ ãÍÊæì ÇáÑÇÈØÉ',1031514049); -INSERT INTO international VALUES (6,'SyndicatedContent',11,'ÇáãÍÊæì ÇáÍÇáí',1031514049); -INSERT INTO international VALUES (5,'SyndicatedContent',11,'ÂÎÑ ãÇ Êã ÅÍÖÇÑå',1031514049); INSERT INTO international VALUES (4,'SyndicatedContent',11,'ÊÍÑíÑ ãÍÊæì ÇáÑÇÈØÉ',1031514049); INSERT INTO international VALUES (2,'SyndicatedContent',11,'ãÍÊæì ÇáÑÇÈØÉ (ÇáäÞÇÈÉ)',1031514049); INSERT INTO international VALUES (1,'SyndicatedContent',11,'ãä URL Åáì ãáÝ RSS ',1031514049); @@ -7325,7 +7332,7 @@ INSERT INTO international VALUES (27,'Article',11,' INSERT INTO international VALUES (24,'Article',11,'ÊÚííä ÇáÑÏ',1031514049); INSERT INTO international VALUES (23,'Article',11,'ÇáÊÇÑíÎ (ÇáÒãä)',1031514049); INSERT INTO international VALUES (22,'Article',11,'ÇáßÇÊÈ',1031514049); -INSERT INTO international VALUES (18,'Article',11,'ÝÊÍ ãäÇÞÔÇÊ¿',1031514049); +INSERT INTO international VALUES (894,'WebGUI',11,'ÝÊÍ ãäÇÞÔÇÊ¿',1031514049); INSERT INTO international VALUES (749,'WebGUI',1,'Track page statistics?',1036736182); INSERT INTO international VALUES (778,'WebGUI',1,'Folder Description',1036906132); INSERT INTO international VALUES (13,'Article',11,'ÍÐÝ',1031514049); @@ -7614,7 +7621,7 @@ INSERT INTO international VALUES (520,'WebGUI',11,' INSERT INTO international VALUES (521,'WebGUI',11,'ÃæÏ Ãä íÊã ÅÎØÇÑí ãä ÎáÇá ÇáÈÑíÏ ÇáÅáßÊÑæäí Åáì ÇáÈíÏÌÑ',1031514049); INSERT INTO international VALUES (522,'WebGUI',11,'ÃæÏ Ãä íÊã ÅÎØÇÑí ÈæÇÓØÉ ÇáÜICQ',1031514049); INSERT INTO international VALUES (523,'WebGUI',11,'ÅÎØÇÑ',1031514049); -INSERT INTO international VALUES (524,'WebGUI',11,'ÅÖÇÝÉ ÊÍÑíÑ ØÇÈÚ ÈÑíÏí',1031514049); +INSERT INTO international VALUES (524,'Discussion',11,'ÅÖÇÝÉ ÊÍÑíÑ ØÇÈÚ ÈÑíÏí',1031514049); INSERT INTO international VALUES (525,'WebGUI',11,'ÊÍÑíÑ ãÍÊæì ÇáÊÌåíÒÇÊ',1031514049); INSERT INTO international VALUES (526,'WebGUI',11,'ÃÒá äÕ ÇáÜJAVA ÝÞØ',1031514049); INSERT INTO international VALUES (527,'WebGUI',11,'ÊÚííä ãæÞÚ ÇÝÊÑÇÖí ááÕÝÍÉ ÇáÑÆíÓíÉ',1031514049); @@ -7868,7 +7875,7 @@ INSERT INTO international VALUES (528,'WebGUI',10,'Navn p INSERT INTO international VALUES (527,'WebGUI',10,'Standard hjemmeside',1036853933); INSERT INTO international VALUES (526,'WebGUI',10,'Fjern kun JavaScript.',1036853917); INSERT INTO international VALUES (525,'WebGUI',10,'Rediger indholds indstillinger',1036853889); -INSERT INTO international VALUES (524,'WebGUI',10,'Tilføj redigeringsmærke til posteringer?',1036853870); +INSERT INTO international VALUES (524,'Discussion',10,'Tilføj redigeringsmærke til posteringer?',1036853870); INSERT INTO international VALUES (523,'WebGUI',10,'Notificering',1036853846); INSERT INTO international VALUES (522,'WebGUI',10,'Jeg vil gerne notificeres via ICQ.',1036853832); INSERT INTO international VALUES (521,'WebGUI',10,'Jeg vil gerne notificeres via email til personsøger.',1036853814); @@ -8126,7 +8133,7 @@ INSERT INTO international VALUES (27,'Article',21,' INSERT INTO international VALUES (61,'Article',21,'óÔÁÔØÉ (ÄÏÂÁ×ÌÅÎÉÅ/ÒÅÄÁËÔÉÒÏ×ÁÎÉÅ)',1041682404); INSERT INTO international VALUES (23,'Article',21,'äÁÔÁ',1034227710); INSERT INTO international VALUES (22,'Article',21,'á×ÔÏÒ',1034227698); -INSERT INTO international VALUES (18,'Article',21,'òÁÚÒÅÛÉÔØ ÏÂÓÕÖÄÅÎÉÅ ÓÔÁÔØÉ?',1034227687); +INSERT INTO international VALUES (894,'WebGUI',21,'òÁÚÒÅÛÉÔØ ÏÂÓÕÖÄÅÎÉÅ ÓÔÁÔØÉ?',1034227687); INSERT INTO international VALUES (13,'Article',21,'õÄÁÌÉÔØ',1034227621); INSERT INTO international VALUES (12,'Article',21,'òÅÄÁËÔÉÒÏ×ÁÔØ ÓÔÁÔØÀ',1034227611); INSERT INTO international VALUES (1,'Article',21,'óÔÁÔØÑ',1034227567); @@ -8165,7 +8172,6 @@ INSERT INTO international VALUES (821,'WebGUI',1,'Any',1038432387); INSERT INTO international VALUES (5,'Poll',21,'ûÉÒÉÎÁ ÇÒÁÆÉËÁ',1034189690); INSERT INTO international VALUES (5,'SiteMap',21,'òÅÄÁËÔÉÒÏ×ÁÔØ ËÁÒÔÕ ÓÁÊÔÁ',1034189690); INSERT INTO international VALUES (5,'SQLReport',21,'DSN',1034189690); -INSERT INTO international VALUES (5,'SyndicatedContent',21,'ðÏÓÌÅÄÎÅÅ ÏÂÎÏ×ÌÅÎÉÅ',1034189690); INSERT INTO international VALUES (6,'ExtraColumn',21,'òÅÄÁËÔÉÒÏ×ÁÔØ ËÏÌÏÎËÕ',1034189690); INSERT INTO international VALUES (6,'FAQ',21,'ïÔ×ÅÔ',1034189690); INSERT INTO international VALUES (6,'LinkList',21,'óÐÉÓÏË ÓÓÙÌÏË',1034189690); @@ -8173,7 +8179,6 @@ INSERT INTO international VALUES (6,'MessageBoard',21,' INSERT INTO international VALUES (6,'Poll',21,'÷ÏÐÒÏÓ',1034189690); INSERT INTO international VALUES (6,'SiteMap',21,'ïÔÓÔÕÐ',1034189690); INSERT INTO international VALUES (6,'SQLReport',21,'ðÏÌØÚÏ×ÁÔÅÌØ ÂÁÚÙ ÄÁÎÎÙÈ',1034189690); -INSERT INTO international VALUES (6,'SyndicatedContent',21,'ôÅËÕÝÅÅ ÓÏÄÅÒÖÁÎÉÅ',1034189690); INSERT INTO international VALUES (7,'Article',21,'îÁÚ×ÁÎÉÅ ÓÓÙÌËÉ',1034189690); INSERT INTO international VALUES (7,'FAQ',21,'õÄÁÌÉÔØ ÜÔÏÔ ×ÏÐÒÏÓ?',1034189690); INSERT INTO international VALUES (7,'MessageBoard',21,'á×ÔÏÒ:',1034189690); @@ -8625,7 +8630,7 @@ INSERT INTO international VALUES (308,'WebGUI',21,' INSERT INTO international VALUES (68,'WebGUI',21,'ôÁËÏÊ ÐÏÌØÚÏ×ÁÔÅÌØ × ÓÉÓÔÅÍÅ ÎÅ ÚÁÒÅÇÉÓÔÒÉÒÏ×ÁÎ ÉÌÉ ÉÍÑ/ÐÁÒÏÌØ ××ÅÄÅÎÙ ÎÅÐÒÁ×ÉÌØÎÏ.',1034152803); INSERT INTO international VALUES (140,'WebGUI',21,'ïÂÝÉÅ ÎÁÓÔÒÏÊËÉ',1034152676); INSERT INTO international VALUES (133,'WebGUI',21,'îÁÓÔÒÏÊËÁ e-mail',1034152237); -INSERT INTO international VALUES (524,'WebGUI',21,'äÏÂÁ×ÉÔØ ËÏÍÍÅÎÔÁÒÉÊ Ï ÒÅÄÁËÔÉÒÏ×ÁÎÉÉ?',1037169664); +INSERT INTO international VALUES (524,'Discussion',21,'äÏÂÁ×ÉÔØ ËÏÍÍÅÎÔÁÒÉÊ Ï ÒÅÄÁËÔÉÒÏ×ÁÎÉÉ?',1037169664); INSERT INTO international VALUES (515,'WebGUI',21,'äÏÂÁ×ÉÔØ ËÏÍÍÅÎÔÁÒÉÊ Ï ÒÅÄÁËÔÉÒÏ×ÁÎÉÉ?',1037169693); INSERT INTO international VALUES (406,'WebGUI',21,'òÁÚÍÅÒ ÕÍÅÎØÛÅÎÎÙÈ ËÏÐÉÊ ÉÚÏÂÒÁÖÅÎÉÊ',1034149253); INSERT INTO international VALUES (130,'WebGUI',21,'íÁËÓÉÍÁÌØÎÙÊ ÒÁÚÍÅÒ ×ÌÏÖÅÎÎÙÈ ÆÁÊÌÏ×',1034149144); @@ -8729,20 +8734,20 @@ INSERT INTO international VALUES (636,'WebGUI',21,' INSERT INTO international VALUES (638,'WebGUI',21,'ðÒÉ ÐÏÍÏÝÉ ÛÁÂÌÏÎÏ× ÍÏÖÎÏ ÌÅÇËÏ ÉÚÍÅÎÉÔØ ×ÎÅÛÎÉÊ ×ÉÄ ÏÔÄÅÌØÎÏÊ ÓÔÒÁÎÉÃÙ, ÎÅ ÍÅÎÑÑ ×ÉÄ ÓÁÊÔÁ ÃÅÌÉËÏÍ.',1042132615); INSERT INTO international VALUES (639,'WebGUI',21,'éÍÑ ÛÁÂÌÏÎÁ
\r\n÷×ÅÄÉÔÅ ÉÍÑ ÛÁÂÌÏÎÁ, ÈÁÒÁËÔÅÒÉÚÕÀÝÅÅ ×ÎÅÛÎÉÊ ×ÉÄ ÓÔÒÁÎÉÃÙ ÐÏÓÌÅ ÅÇÏ ÐÒÉÍÅÎÅÎÉÑ.

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

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

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

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

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

\r\n\r\n^AdminBar;
\r\nPlaces the administrative tool bar on the page. This is a required element in the \"body\" segment of the Style Manager.\r\n

\r\n\r\n\r\n^c; - Company Name
\r\nThe name of your company specified in the settings by your Administrator.\r\n

\r\n\r\n\r\n^e; - Company Email Address
\r\nThe email address for your company specified in the settings by your Administrator.\r\n

\r\n\r\n^Extras;
\r\nReturns the path to the WebGUI \"extras\" folder, which contains things like WebGUI icons.\r\n

\r\n\r\n^PageTitle;
\r\nDisplays the title of the current page.\r\n

\r\n\r\nNote: If you begin using admin functions or the indepth functions of any wobject, the page title will become a link that will quickly bring you back to the page.\r\n

\r\n\r\n^r; or ^r(); - Make Page Printable
\r\nCreates a link to remove the style from a page to make it printable. In addition, you can change the link text by creating a macro like this ^r(\"Print Me!\");.\r\n

\r\n\r\nBy default, when this link is clicked, the current page\'s style is replaced with the \"Make Page Printable\" style in the Style Manager. However, that can be overridden by specifying the name of another style as the second parameter, like this: ^r(\"Print!\",\"WebGUI\");\r\n

\r\n\r\nNotes: You can also use the special case ^r(linkonly); to return only the URL to the make printable page and nothing more. Also, the .makePrintableLink style sheet class is tied to this macro.\r\n

\r\n\r\n^RootTitle;
\r\nReturns the title of the root of the current page. For instance, the main root in WebGUI is the \"Home\" page. Many advanced sites have many roots and thus need a way to display to the user which root they are in.\r\n

\r\n\r\n^u; - Company URL
\r\nThe URL for your company specified in the settings by your Administrator.\r\n

\r\n\r\n^?; - Search
\r\nAdd a search box to the page. The search box is tied to WebGUI\'s built-in search engine.\r\n

\r\n\r\nNote: The .searchBox style sheet class is tied to this macro.\r\n

\r\n\r\n^-;
\r\nThis is known as the separator macro. It must appear exactly once in every style. Wherever it appears is where the content for any given page will be put.\r\n

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

\r\n\r\n^a; or ^a(); - My Account Link
\r\nA link to your account information. In addition you can change the link text by creating a macro like this ^a(\"Account Info\");. \r\n

\r\n\r\nNotes: You can also use the special case ^a(linkonly); to return only the URL to the account page and nothing more. Also, the .myAccountLink style sheet class is tied to this macro.\r\n

\r\n\r\n\r\n^AdminText();
\r\nDisplays a small text message to a user who is in admin mode. Example: ^AdminText(\"You are in admin mode!\");\r\n

\r\n\r\n^AdminToggle; or ^AdminToggle();
\r\nPlaces a link on the page which is only visible to content managers and adminstrators. The link toggles on/off admin mode. You can optionally specify other messages to display like this: ^AdminToggle(\"Edit On\",\"Edit Off\");\r\n

\r\n\r\n\r\n\r\n^GroupText();
\r\nDisplays a small text message to the user if they belong to the specified group. Example: ^GroupText(\"Visitors\",\"You need an account to do anything cool on this site!\");\r\n

\r\n\r\n^L; or ^L(); - Login
\r\nA small login form. You can also configure this macro. You can set the width of the login box like this ^L(20);. You can also set the message displayed after the user is logged in like this ^L(20,Hi ^a(^@;);. Click %here% if you wanna log out!)\r\n

\r\n\r\nNote: The .loginBox style sheet class is tied to this macro.\r\n

\r\n\r\n^LoginToggle; or ^LoginToggle();
\r\nDisplays a \"Login\" or \"Logout\" message depending upon whether the user is logged in or not. You can optionally specify other messages like this: ^LoginToggle(\"Click here to log in.\",\"Click here to log out.\");\r\n

\r\n\r\n\r\n^@; - Username
\r\nThe username of the currently logged in user.\r\n

\r\n\r\n\r\n^#; - User ID
\r\nThe user id of the currently logged in user.\r\n

\r\n\r\n',1038888561); -INSERT INTO international VALUES (841,'WebGUI',1,'Navigation Macros',1038888367); -INSERT INTO international VALUES (842,'WebGUI',1,'These macros are used to create navigation on the site.\r\n

\r\n\r\n^C; or ^C(); - Crumb Trail
\r\nA dynamically generated crumb trail to the current page. You can optionally specify a delimeter to be used between page names by using ^C(::);. The default delimeter is >.\r\n

\r\n\r\nNote: The .crumbTrail style sheet class is tied to this macro.\r\n

\r\n\r\n^FlexMenu;
\r\nThis menu macro creates a top-level menu that expands as the user selects each menu item.\r\n

\r\n\r\n^H; or ^H(); - Home Link
\r\nA link to the home page of this site. In addition you can change the link text by creating a macro like this ^H(\"Go Home\");.\r\n

\r\n\r\nNotes: You can also use the special case ^H(linkonly); to return only the URL to the home page and nothing more. Also, the .homeLink style sheet class is tied to this macro.\r\n

\r\n\r\n^M; or ^M(); - Current Menu (Vertical)
\r\nA vertical menu containing the sub-pages at the current level. In addition, you may configure this macro by specifying how many levels deep the menu should go. By default it will show only the first level. To go three levels deep create a macro like this ^M(3);. If you set the macro to \"0\" it will track the entire site tree.\r\n

\r\n\r\n^m; - Current Menu (Horizontal)
\r\nA horizontal menu containing the sub-pages at the current level. You can optionally specify a delimeter to be used between page names by using ^m(:--:);. The default delimeter is ·.\r\n

\r\n\r\n^P; or ^P(); - Previous Menu (Vertical)
\r\nA vertical menu containing the sub-pages at the previous level. In addition, you may configure this macro by specifying how many levels deep the menu should go. By default it will show only the first level. To go three levels deep create a macro like this ^P(3);. If you set the macro to \"0\" it will track the entire site tree.\r\n

\r\n\r\n^p; - Previous Menu (Horizontal)
\r\nA horizontal menu containing the sub-pages at the previous level. You can optionally specify a delimeter to be used between page names by using ^p(:--:);. The default delimeter is ·.\r\n

\r\n\r\n^rootmenu; or ^rootmenu(); (Horizontal)
\r\nCreates a horizontal menu of the various roots on your system (except for the WebGUI system roots). You can optionally specify a menu delimiter like this: ^rootmenu(|);\r\n

\r\n\r\n\r\n^S(); - Specific SubMenu (Vertical)
\r\nThis macro allows you to get the submenu of any page, starting with the page you specified. For instance, you could get the home page submenu by creating a macro that looks like this ^S(\"home\",0);. The first value is the urlized title of the page and the second value is the depth you\'d like the menu to go. By default it will show only the first level. To go three levels deep create a macro like this ^S(\"home\",3);.\r\n

\r\n\r\n\r\n^s(); - Specific SubMenu (Horizontal)
\r\nThis macro allows you to get the submenu of any page, starting with the page you specified. For instance, you could get the home page submenu by creating a macro that looks like this ^s(\"home\");. The value is the urlized title of the page. You can optionally specify a delimeter to be used between page names by using ^s(\"home\",\":--:\");. The default delimeter is ·.\r\n

\r\n\r\n^Synopsis; or ^Synopsis(); Menu
\r\nThis macro allows you to get the submenu of a page along with the synopsis of each link. You may specify an integer to specify how many levels deep to traverse the page tree.\r\n

\r\n\r\nNotes: The .synopsis_sub, .synopsis_summary, and .synopsis_title style sheet classes are tied to this macro.\r\n

\r\n\r\n^T; or ^T(); - Top Level Menu (Vertical)
\r\nA vertical menu containing the main pages of the site (aka the sub-pages from the home page). In addition, you may configure this macro by specifying how many levels deep the menu should go. By default it will show only the first level. To go three levels deep create a macro like this ^T(3);. If you set the macro to \"0\" it will track the entire site tree.\r\n

\r\n\r\n^t; - Top Level Menu (Horizontal)
\r\nA vertical menu containing the main pages of the site (aka the sub-pages from the home page). You can optionally specify a delimeter to be used between page names by using ^t(:--:);. The default delimeter is ·.\r\n

\r\n\r\n^/; - System URL
\r\nThe URL to the gateway script (example: /index.pl/).\r\n

\r\n\r\n^\\; - Page URL
\r\nThe URL to the current page (example: /index.pl/pagename).\r\n

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

\r\n\r\n^AdminBar;
\r\nPlaces the administrative tool bar on the page. This is a required element in the \"body\" segment of the Style Manager.\r\n

\r\n\r\n\r\n^c; - Company Name
\r\nThe name of your company specified in the settings by your Administrator.\r\n

\r\n\r\n\r\n^e; - Company Email Address
\r\nThe email address for your company specified in the settings by your Administrator.\r\n

\r\n\r\n^Extras;
\r\nReturns the path to the WebGUI \"extras\" folder, which contains things like WebGUI icons.\r\n

\r\n\r\n^PageTitle;
\r\nDisplays the title of the current page.\r\n

\r\n\r\nNOTE: If you begin using admin functions or the indepth functions of any wobject, the page title will become a link that will quickly bring you back to the page.\r\n

\r\n\r\n^r; or ^r(); - Make Page Printable
\r\nCreates a link to remove the style from a page to make it printable. In addition, you can change the link text by creating a macro like this ^r(\"Print Me!\");.\r\n

\r\n\r\nBy default, when this link is clicked, the current page\'s style is replaced with the \"Make Page Printable\" style in the Style Manager. However, that can be overridden by specifying the name of another style as the second parameter, like this: ^r(\"Print!\",\"WebGUI\");\r\n

\r\n\r\nNOTES: You can also use the special case ^r(linkonly); to return only the URL to the make printable page and nothing more. Also, the .makePrintableLink style sheet class is tied to this macro.\r\n

\r\n\r\n^RootTitle;
\r\nReturns the title of the root of the current page. For instance, the main root in WebGUI is the \"Home\" page. Many advanced sites have many roots and thus need a way to display to the user which root they are in.\r\n

\r\n\r\n^u; - Company URL
\r\nThe URL for your company specified in the settings by your Administrator.\r\n

\r\n\r\n^?; - Search
\r\nAdd a search box to the page. The search box is tied to WebGUI\'s built-in search engine.\r\n

\r\n\r\nNOTE: The .searchBox style sheet class is tied to this macro.\r\n

\r\n\r\n^-;
\r\nThis is known as the separator macro. It must appear exactly once in every style. Wherever it appears is where the content for any given page will be put.\r\n

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

\r\n\r\n^a; or ^a(); - My Account Link
\r\nA link to your account information. In addition you can change the link text by creating a macro like this ^a(\"Account Info\");. \r\n

\r\n\r\nNOTES: You can also use the special case ^a(linkonly); to return only the URL to the account page and nothing more. Also, the .myAccountLink style sheet class is tied to this macro.\r\n

\r\n\r\n\r\n^AdminText();
\r\nDisplays a small text message to a user who is in admin mode. Example: ^AdminText(\"You are in admin mode!\");\r\n

\r\n\r\n^AdminToggle; or ^AdminToggle();
\r\nPlaces a link on the page which is only visible to content managers and adminstrators. The link toggles on/off admin mode. You can optionally specify other messages to display like this: ^AdminToggle(\"Edit On\",\"Edit Off\");\r\n

\r\n\r\n\r\n\r\n^GroupText();
\r\nDisplays a small text message to the user if they belong to the specified group. Example: ^GroupText(\"Visitors\",\"You need an account to do anything cool on this site!\");\r\n

\r\n\r\n^L; or ^L(); - Login Box
\r\nA small login form. You can also configure this macro. You can set the width of the login box like this ^L(20);. You can also set the message displayed after the user is logged in like this ^L(20,Hi ^a(^@;);. Click %here% if you wanna log out!)\r\n

\r\n\r\nNOTE: The .loginBox style sheet class is tied to this macro.\r\n

\r\n\r\n^LoginToggle; or ^LoginToggle();
\r\nDisplays a \"Login\" or \"Logout\" message depending upon whether the user is logged in or not. You can optionally specify other messages like this: ^LoginToggle(\"Click here to log in.\",\"Click here to log out.\");\r\n

\r\n\r\n\r\n^@; - Username
\r\nThe username of the currently logged in user.\r\n

\r\n\r\n\r\n^#; - User ID
\r\nThe user id of the currently logged in user.\r\n

\r\n\r\n',1046656765); +INSERT INTO international VALUES (841,'WebGUI',1,'Navigation Macros',1046656370); +INSERT INTO international VALUES (842,'WebGUI',1,'These macros are used to create navigation on the site.\r\n

\r\n\r\n^C; or ^C(); - Crumb Trail
\r\nA dynamically generated crumb trail to the current page. You can optionally specify a delimeter to be used between page names by using ^C(::);. The default delimeter is >.\r\n

\r\n\r\nNOTE: The .crumbTrail style sheet class is tied to this macro.\r\n

\r\n\r\n^FlexMenu;
\r\nThis menu macro creates a top-level menu that expands as the user selects each menu item.\r\n

\r\n\r\n^H; or ^H(); - Home Link
\r\nA link to the home page of this site. In addition you can change the link text by creating a macro like this ^H(\"Go Home\");.\r\n

\r\n\r\nNOTES: You can also use the special case ^H(linkonly); to return only the URL to the home page and nothing more. Also, the .homeLink style sheet class is tied to this macro.\r\n

\r\n\r\n^M; or ^M(); - Current Menu (Vertical)
\r\nA vertical menu containing the sub-pages at the current level. In addition, you may configure this macro by specifying how many levels deep the menu should go. By default it will show only the first level. To go three levels deep create a macro like this ^M(3);. If you set the macro to \"0\" it will track the entire site tree.\r\n

\r\n\r\n^m; - Current Menu (Horizontal)
\r\nA horizontal menu containing the sub-pages at the current level. You can optionally specify a delimeter to be used between page names by using ^m(:--:);. The default delimeter is ·.\r\n

\r\n\r\n^P; or ^P(); - Previous Menu (Vertical)
\r\nA vertical menu containing the sub-pages at the previous level. In addition, you may configure this macro by specifying how many levels deep the menu should go. By default it will show only the first level. To go three levels deep create a macro like this ^P(3);. If you set the macro to \"0\" it will track the entire site tree.\r\n

\r\n\r\n^p; - Previous Menu (Horizontal)
\r\nA horizontal menu containing the sub-pages at the previous level. You can optionally specify a delimeter to be used between page names by using ^p(:--:);. The default delimeter is ·.\r\n

\r\n\r\n^rootmenu; or ^rootmenu(); (Horizontal)
\r\nCreates a horizontal menu of the various roots on your system (except for the WebGUI system roots). You can optionally specify a menu delimiter like this: ^rootmenu(|);\r\n

\r\n\r\n\r\n^S(); - Specific SubMenu (Vertical)
\r\nThis macro allows you to get the submenu of any page, starting with the page you specified. For instance, you could get the home page submenu by creating a macro that looks like this ^S(\"home\",0);. The first value is the urlized title of the page and the second value is the depth you\'d like the menu to go. By default it will show only the first level. To go three levels deep create a macro like this ^S(\"home\",3);.\r\n

\r\n\r\n\r\n^s(); - Specific SubMenu (Horizontal)
\r\nThis macro allows you to get the submenu of any page, starting with the page you specified. For instance, you could get the home page submenu by creating a macro that looks like this ^s(\"home\");. The value is the urlized title of the page. You can optionally specify a delimeter to be used between page names by using ^s(\"home\",\":--:\");. The default delimeter is ·.\r\n

\r\n\r\n^Synopsis; or ^Synopsis(); Menu
\r\nThis macro allows you to get the submenu of a page along with the synopsis of each link. You may specify an integer to specify how many levels deep to traverse the page tree.\r\n

\r\n\r\nNOTES: The .synopsis_sub, .synopsis_summary, and .synopsis_title style sheet classes are tied to this macro.\r\n

\r\n\r\n^T; or ^T(); - Top Level Menu (Vertical)
\r\nA vertical menu containing the main pages of the site (aka the sub-pages from the home page). In addition, you may configure this macro by specifying how many levels deep the menu should go. By default it will show only the first level. To go three levels deep create a macro like this ^T(3);. If you set the macro to \"0\" it will track the entire site tree.\r\n

\r\n\r\n^t; - Top Level Menu (Horizontal)
\r\nA vertical menu containing the main pages of the site (aka the sub-pages from the home page). You can optionally specify a delimeter to be used between page names by using ^t(:--:);. The default delimeter is ·.\r\n

\r\n\r\n^/; - System URL
\r\nThe URL to the gateway script (example: /index.pl/).\r\n

\r\n\r\n^\\; - Page URL
\r\nThe URL to the current page (example: /index.pl/pagename).\r\n

\r\n\r\n',1046656370); INSERT INTO international VALUES (837,'WebGUI',1,'Folder, Add/Edit',1038871918); INSERT INTO international VALUES (838,'WebGUI',1,'Folders are used to organize collateral, much the same way you\'d use folders on your hard drive or in a file cabinet.\r\n

\r\nOrganize in Folder
\r\nFolders can be inside of other folders. In which folder would you like to put this folder?\r\n

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

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

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

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

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

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

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

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

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

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

',1038871497); -INSERT INTO international VALUES (831,'WebGUI',1,'Collateral Macros',1038871188); -INSERT INTO international VALUES (832,'WebGUI',1,'The collateral management system has several macros for its specific purpose.\r\n

\r\n\r\n^File();
\r\nThis macro builds a quick file link. It creates an icon for the file and outputs the files name. Then it links them both to the file for downloading.\r\n

\r\n\r\n^I();
\r\nThis macro retrieves an image from the collateral management system along with an HTML image tag so that you can quickly display an image from the repository in your content.\r\n

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

\r\n\r\n^i();
\r\nThis macro retrieves the URL for any file in the collateral management system.\r\n

\r\nExample: ^i(\"status report\");\r\n

\r\n\r\n^Snippet();
\r\nThis macro retrieves the contents of a snippet in the collateral management system and inserts it into the page.\r\n

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

\r\n\r\n^Thumbnail();
\r\nThis macro retrieves the URL for the thumbnail of any image in the collateral management system.\r\n

\r\nExample: ^Thumbnail(\"logo\");\r\n

\r\n\r\n^ThumbnailLinker();
\r\nThis macro builds a quick image viewer using nothing more than the collateral management system. It creates a thumbnail image with the name of the image under it and then links them both to the full sized image.\r\n

\r\nExample: ^ThumbnailLinker(\"logo\");\r\n

\r\n\r\n',1043289595); +INSERT INTO international VALUES (831,'WebGUI',1,'Collateral Macros',1046656420); +INSERT INTO international VALUES (832,'WebGUI',1,'The collateral management system has several macros for its specific purpose.\r\n

\r\n\r\n^File();
\r\nThis macro builds a quick file link. It creates an icon for the file and outputs the files name. Then it links them both to the file for downloading.\r\n

\r\n\r\n^I();
\r\nThis macro retrieves an image from the collateral management system along with an HTML image tag so that you can quickly display an image from the repository in your content.\r\n

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

\r\n\r\n^i();
\r\nThis macro retrieves the URL for any file in the collateral management system.\r\n

\r\nExample: ^i(\"status report\");\r\n

\r\n\r\n^Snippet();
\r\nThis macro retrieves the contents of a snippet in the collateral management system and inserts it into the page.\r\n

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

\r\n\r\n^Thumbnail();
\r\nThis macro retrieves the URL for the thumbnail of any image in the collateral management system.\r\n

\r\nExample: ^Thumbnail(\"logo\");\r\n

\r\n\r\n^ThumbnailLinker();
\r\nThis macro builds a quick image viewer using nothing more than the collateral management system. It creates a thumbnail image with the name of the image under it and then links them both to the full sized image.\r\n

\r\nExample: ^ThumbnailLinker(\"logo\");\r\n

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

\r\n<tmpl_var page.position1>\r\n<tmpl_var page.position2>\r\n<tmpl_var page.position3>\r\n<tmpl_var page.position4>\r\n<tmpl_var page.position5>\r\n<tmpl_var page.position6>\r\n<tmpl_var page.position7>\r\n<tmpl_var ...>\r\n\r\n
\r\n\r\nThe position elements can go up to 1 billion, which should be more than enough for the average site.',1038870260); INSERT INTO international VALUES (825,'WebGUI',1,'Template, Language',1038865669); @@ -8751,8 +8756,8 @@ INSERT INTO international VALUES (74,'USS',1,'User Submission System Template',1 INSERT INTO international VALUES (75,'USS',1,'This is the listing of template variables available in user submission system templates.\r\n

\r\n\r\nreadmore.label
\r\nA translated label that indicates that the user should click to read more.\r\n

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

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

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

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

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

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

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

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

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

\r\n\r\ndate.label
\r\nA translated label for the date column.\r\n

\r\n\r\nby.label
\r\nA translated label stating who the submission was submitted by.\r\n

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

\r\nsubmission.id
\r\nA unique identifier for this submission.\r\n

\r\n\r\nsubmission.url
\r\nThe URL to view this submission.\r\n

\r\n\r\nsubmission.content
\r\nThe abbreviated text content of this submission.\r\n

\r\n\r\nsubmission.responses
\r\nThe number of responses to this submission.\r\n

\r\n\r\nsubmission.title
\r\nThe title for this submission.\r\n

\r\n\r\nsubmission.userId
\r\nThe user id of the user that posted this submission.\r\n

\r\n\r\nsubmission.username
\r\nThe username of the person that posted this submission.\r\n

\r\n\r\nsubmission.status
\r\nThe status of this submission (approved, pending, denied).\r\n

\r\n\r\nsubmission.thumbnail
\r\nThe thumbnail of the image uploaded with this submission (if any).\r\n

\r\n\r\nsubmission.date
\r\nThe that this submission was posted.\r\n

\r\n\r\nsubmission.currentUser
\r\nA condition indicating whether the current user is the same as the user that posted this submission.\r\n

\r\n\r\nsubmission.userProfile
\r\nThe URL to the profile of the user that posted this submission.\r\n

\r\n\r\nsubmission.secondColumn
\r\nA condition indicating whether or not this submission would belong in the second column, in a multi-column layout.\r\n

\r\n\r\nsubmission.thirdColumn
\r\nA condition indicating whether or not this submission would belong in the third column, in a multi-column layout.\r\n

\r\n\r\nsubmission.fourthColumn
\r\nA condition indicating whether or not this submission would belong in the fourth column, in a multi-column layout.\r\n

\r\n\r\nsubmission.fifthColumn
\r\nA condition indicating whether or not this submission would belong in the fifth column, in a multi-column layout.\r\n

\r\n\r\n

\r\n

\r\n\r\n\r\nfirstPage
\r\nA link to the first page in the paginator.\r\n

\r\n\r\nlastPage
\r\nA link to the last page in the paginator.\r\n

\r\n\r\nnextPage
\r\nA link to the next page forward in the paginator.\r\n

\r\n\r\npreviousPage
\r\nA link to the next page backward in the paginator.\r\n

\r\n\r\npageList
\r\nA list of links to all the pages in the paginator.\r\n

\r\n\r\nmultiplePages
\r\nA conditional indicating whether there is more than one page in the paginator.\r\n

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

\r\n\r\ncanPost
\r\nA conditional indicating whether the current user has the privileges to post a new message.\r\n

\r\n\r\n\r\npost.url
\r\nThe URL to post a new message.\r\n

\r\n\r\npost.label
\r\nThe translated label for the post URL.\r\n

\r\n\r\n\r\nsearch.url
\r\nThe URL to search this message board.\r\n

\r\n\r\nsearch.label
\r\nThe translated label for the search URL.\r\n

\r\n\r\nsubject.label
\r\nThe translated label for the subject column.\r\n

\r\n\r\nuser.label
\r\nThe translated label for the user column.\r\n

\r\n\r\ndate.label
\r\nThe translated label for the date column.\r\n

\r\n\r\nviews.label
\r\nThe translated label for the views column.\r\n

\r\n\r\nreplies.label
\r\nThe translated label for the replies column.\r\n

\r\n\r\nlast.label
\r\nThe translated label for the last reply column.\r\n

\r\n\r\nmessage_loop
\r\nThe loop containing each message.\r\n

\r\n\r\nlast.url
\r\nThe URL to the last reply to this message.\r\n

\r\n\r\nlast.subject
\r\nThe subject on the last reply to this message.\r\n

\r\n\r\n\r\nlast.username
\r\nThe username who posted the last reply to this message.\r\n

\r\n\r\nlast.userProfile
\r\nThe URL to the profile of the user who posted the last reply to this message.\r\n

\r\n\r\nlast.date
\r\nThe date that the last reply to this message was posted.\r\n

\r\n\r\n\r\nmessage.subject
\r\nThe subject of this message.\r\n

\r\n\r\nmessage.date
\r\nThe date that this message was posted.\r\n

\r\n\r\nmessage.user
\r\nThe user that posted this message.\r\n

\r\n\r\nmessage.views
\r\nThe views that this message has received.\r\n

\r\n\r\nmessage.replies
\r\nThe number of replies to this thread.\r\n

\r\n\r\nmessage.url
\r\nThe URL to view this message.\r\n

\r\n\r\nmessage.currentUser
\r\nA condition indicating whether the current user is also the user that posted this message.\r\n

\r\n\r\nmessage.status
\r\nThe status of this message (pending, approved, denied).\r\n

\r\n\r\n

\r\n

\r\n\r\n\r\nfirstPage
\r\nA link to the first page in the paginator.\r\n

\r\n\r\nlastPage
\r\nA link to the last page in the paginator.\r\n

\r\n\r\nnextPage
\r\nA link to the next page forward in the paginator.\r\n

\r\n\r\npreviousPage
\r\nA link to the next page backward in the paginator.\r\n

\r\n\r\npageList
\r\nA list of links to all the pages in the paginator.\r\n

\r\n\r\nmultiplePages
\r\nA conditional indicating whether there is more than one page in the paginator.\r\n

\r\n',1038865549); -INSERT INTO international VALUES (72,'SiteMap',1,'Site Map Template',1038864556); -INSERT INTO international VALUES (73,'SiteMap',1,'This is the list of template variables available for site map templates.\r\n

\r\n\r\npage_loop
\r\nThis loop contains all of the pages in the site map.\r\n

\r\n\r\npage.indent
\r\nThe indent spacer for this page indicating the depth of the page in the tree.\r\n

\r\n\r\npage.url
\r\nThe URL to the page.\r\n

\r\n\r\npage.id
\r\nThe unique identifier for this page that WebGUI uses internally.\r\n

\r\n\r\npage.title
\r\nThe title of this page.\r\n

\r\n\r\npage.menutitle
\r\nThe title of this page that appears in navigation.\r\n

\r\n\r\npage.synopsis
\r\nThe description of the contents of this page (if any).\r\n

\r\n\r\npage.isRoot
\r\nA condition indicating whether or not this page is a root.\r\n

\r\n\r\n

\r\n

',1039910987); +INSERT INTO international VALUES (72,'SiteMap',1,'Site Map Template',1047855100); +INSERT INTO international VALUES (73,'SiteMap',1,'This is the list of template variables available for site map templates.\r\n

\r\n\r\npage_loop
\r\nThis loop contains all of the pages in the site map.\r\n

\r\n\r\npage.indent
\r\nThe indent spacer for this page indicating the depth of the page in the tree.\r\n

\r\n\r\npage.url
\r\nThe URL to the page.\r\n

\r\n\r\npage.id
\r\nThe unique identifier for this page that WebGUI uses internally.\r\n

\r\n\r\npage.title
\r\nThe title of this page.\r\n

\r\n\r\npage.menutitle
\r\nThe title of this page that appears in navigation.\r\n

\r\n\r\npage.synopsis
\r\nThe description of the contents of this page (if any).\r\n

\r\n\r\npage.isRoot
\r\nA condition indicating whether or not this page is a root.\r\n

\r\n\r\npage.isTop
\r\nA condition indicating whether or not this page is at the top of the navigation tree.\r\n

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

\r\n

',1047855100); INSERT INTO international VALUES (75,'FileManager',1,'File Manager Template',1038853712); INSERT INTO international VALUES (76,'FileManager',1,'This is the list of template variables available in File Manager templates.\r\n

\r\n\r\ntitleColumn.url
\r\nThe URL to sort by the title.\r\n

\r\n\r\ntitleColumn.label
\r\nThe translated label for the title.\r\n

\r\n\r\ndescriptionColumn.label
\r\nThe translated label for the description.\r\n

\r\n\r\ndescriptionColumn.url
\r\nThe URL to sort by the description.\r\n

\r\n\r\ndateColumn.label
\r\nThe translated label for the upload date.\r\n

\r\n\r\ndateColumn.url
\r\nThe URL to sort by the date uploaded.\r\n

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

\r\n\r\nsearch.url
\r\nThe URL to toggle search mode on and off.\r\n

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

\r\n\r\naddfile.url
\r\nThe URL to add a file to the file manager.\r\n

\r\n\r\naddfile.label
\r\nThe translated label for the add file link.\r\n

\r\n\r\nfile_loop
\r\nA loop containing the information about each file uploaded to this file manager.\r\n

\r\nfile.canView
\r\nA condition as to whether the current user has the privileges to view this file.\r\n

\r\nfile.controls
\r\nThe WebGUI management controls for this file.\r\n

\r\nfile.title
\r\nThe title for this file.\r\n

\r\nfile.version1.name
\r\nThe filename for the first version of this file.\r\n

\r\nfile.version1.url
\r\nThe download URL for the first version of this file.\r\n

\r\nfile.version1.icon
\r\nThe URL to the icon for the file type of the first version of this file.\r\n

\r\nfile.version1.size
\r\nThe storage size of the first version of this file.\r\n

\r\nfile.version1.type
\r\nThe type (or file extension) of the first version of this file.\r\n

\r\nfile.version1.thumbnail
\r\nThe URL to the thumbnail for the first version of this file.\r\n

\r\nfile.version1.isImage
\r\nA conditional indicating whether the first version of this file is an image or not.\r\n

\r\nfile.version2.name
\r\nThe filename for the second version of this file.\r\n

\r\nfile.version2.url
\r\nThe download URL for the second version of this file.\r\n

\r\nfile.version2.icon
\r\nThe URL to the icon for the file type of the second version of this file.\r\n

\r\nfile.version2.size
\r\nThe storage size of the second version of this file.\r\n

\r\nfile.version2.type
\r\nThe type (or file extension) of the second version of this file.\r\n

\r\nfile.version2.thumbnail
\r\nThe URL to the thumbnail for the second version of this file.\r\n

\r\nfile.version2.isImage
\r\nA conditional indicating whether the second version of this file is an image or not.\r\n

\r\nfile.version3.name
\r\nThe filename for the third version of this file.\r\n

\r\nfile.version3.url
\r\nThe download URL for the third version of this file.\r\n

\r\nfile.version3.icon
\r\nThe URL to the icon for the file type of the third version of this file.\r\n

\r\nfile.version3.size
\r\nThe storage size of the third version of this file.\r\n

\r\nfile.version3.type
\r\nThe type (or file extension) of the third version of this file.\r\n

\r\nfile.version3.thumbnail
\r\nThe URL to the thumbnail for the third version of this file.\r\n

\r\nfile.version3.isImage
\r\nA conditional indicating whether the third version of this file is an image or not.\r\n

\r\nfile.description
\r\nThe description of this file.\r\n

\r\nfile.date
\r\nThe date that this file was uploaded.\r\n

\r\nfile.time
\r\nThe time that this file was uploaded.\r\n

\r\n

\r\n

\r\nnoresults.message
\r\nA translated message stating that this file manager has no files for this user to view.\r\n

\r\nnoresults
\r\nA conditional indicating whether there are any files for this user to view.\r\n

\r\n\r\nfirstPage
\r\nA link to the first page in the paginator.\r\n

\r\n\r\nlastPage
\r\nA link to the last page in the paginator.\r\n

\r\n\r\nnextPage
\r\nA link to the next page forward in the paginator.\r\n

\r\n\r\npreviousPage
\r\nA link to the next page backward in the paginator.\r\n

\r\n\r\npageList
\r\nA list of links to all the pages in the paginator.\r\n

\r\n\r\nmultiplePages
\r\nA conditional indicating whether there is more than one page in the paginator.\r\n

\r\n',1038853712); INSERT INTO international VALUES (75,'LinkList',1,'Link List Template',1038852816); @@ -8767,8 +8772,8 @@ INSERT INTO international VALUES (94,'EventsCalendar',1,'Events Calendar Templat INSERT INTO international VALUES (95,'EventsCalendar',1,'The following template variables are available for you to customize your events calendar.\r\n

\r\naddevent.url
\r\nThe URL to add an event to the calendar.\r\n

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

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

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

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

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

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

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

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

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

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

\r\nlist.date
\r\nThe date of this event.\r\n

\r\nlist.title
\r\nThe title of this event.\r\n

\r\nlist.description
\r\nThe description of this event.\r\n

\r\nlist.sameAsPrevious
\r\nA conditional indicating whether the this event has the same date as the last event.\r\n

\r\nlist.url
\r\nThe URL to the full page view of this event.\r\n

\r\nlist.controls
\r\nThe WebGUI management controls for this event.\r\n

\r\n\r\n

\r\n

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

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

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

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

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

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

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

\r\n\r\nattachment.box
\r\nOutputs a standard WebGUI attachment box including icon, filename, and attachment indicator.\r\n

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

\r\n',1047855553); INSERT INTO international VALUES (1,'Auth/LDAP',1,'LDAP Authentication Options',1039450730); INSERT INTO international VALUES (1,'Auth/WebGUI',1,'WebGUI Authentication Options',1039449605); INSERT INTO international VALUES (9,'Auth/SMB',1,'NT Password',1039453225); @@ -9324,7 +9329,7 @@ INSERT INTO international VALUES (380,'WebGUI',4,'ID Estilo',1039626727); INSERT INTO international VALUES (584,'WebGUI',4,'Agregar traducción nueva',1039626696); INSERT INTO international VALUES (61,'Article',4,'Artículo, Añadir/Editar',1039564394); INSERT INTO international VALUES (23,'Article',4,'Fecha',1039564371); -INSERT INTO international VALUES (18,'Article',4,'Permitir Discusión?',1039564362); +INSERT INTO international VALUES (894,'WebGUI',4,'Permitir Discusión?',1039564362); INSERT INTO international VALUES (28,'Article',4,'Ver Respuestas',1039564350); INSERT INTO international VALUES (27,'Article',4,'Volver al Artículo',1039564338); INSERT INTO international VALUES (24,'Article',4,'Responder',1039564324); @@ -9570,8 +9575,8 @@ INSERT INTO international VALUES (9,'Survey',2,'Umfrage',1040397175); INSERT INTO international VALUES (511,'WebGUI',2,'durchgehend',1040397160); INSERT INTO international VALUES (509,'WebGUI',2,'Diskussions Layout',1040397118); INSERT INTO international VALUES (496,'WebGUI',2,'Editor auswählen',1040397079); -INSERT INTO international VALUES (495,'WebGUI',2,'htmlArea (Internet Explorer 5.5+)',1045240994); -INSERT INTO international VALUES (494,'WebGUI',2,'RealObjects edit-on Pro 2.x',1045240980); +INSERT INTO international VALUES (495,'WebGUI',2,'htmlArea (Standard)',1040397060); +INSERT INTO international VALUES (494,'WebGUI',2,'Real Objects Edit-on Pro',1040397039); INSERT INTO international VALUES (501,'WebGUI',2,'Body',1040397021); INSERT INTO international VALUES (510,'WebGUI',2,'Flach',1040397009); INSERT INTO international VALUES (748,'WebGUI',2,'Benutzer Zähler',1040396997); @@ -9653,7 +9658,7 @@ INSERT INTO international VALUES (71,'ExtraColumn',2,'Extra Spalten erlauben Ihn INSERT INTO international VALUES (73,'EventsCalendar',2,'Titel
\r\nBezeichnung dieses Ereignisses\r\n

\r\nDescription
\r\nBeschreibung dieses Ereignisses\r\n

\r\nStart Datum
\r\nWann beginnt das Ereignis?\r\n

\r\nEnde Datum
\r\nWann endet das Ereignis?\r\n

\r\nWiederholt sich
\r\nWählen Sie einen Wiederholungszeitraum für dieses Ereignis aus\r\n

\r\nAls nächstes?
\r\nWählen Sie \"Neues Ereignis hinzufügen\", wenn Sie ein neues Ereignis hinzufügen möchten, andernfalls wählen Sie \"Zurück zur Seite\".\r\n
',1040652689); INSERT INTO international VALUES (71,'SiteMap',2,'SiteMaps (Seitenübersichten) stellen eine zusätzliche Navigationshilfe dar. \r\nSie können eine traditionelle Sitemap verwenden, die eine hierarchische \r\nAnsicht aller Seiten anzeigt. Sie können aber andererseits Sitemaps benutzen, \r\num eine zusätzliche Navigationsebene für bestimmte Ebenen Ihrer Seite einzubauen.

Template
Wählen \r\nSie ein Layout für die Sitemap. \r\n

Beginnen mit
Wählen Sie die Seite aus, mit der die Sitemap beginnen \r\nsoll. \r\n

Tiefe
Wie viel Stufen der Navigation soll die Sitemap anzeigen? \r\nWenn Sie \'0\' angeben, wird die komplette Seitenübersicht angezeigt mit all ihren \r\nStufen. \r\n

Einrückung?
Wie weit soll jede nachfolgende Stufe eingerückt werden?

',1041635478); INSERT INTO international VALUES (77,'USS',2,'Nachfolgend sind die Template Variabeln die im Benutzerbeitragssystem verwendet \r\nwerden. Diese Templates werden benutzt, um den einzelnen Benutzerbeitrag im \r\nBenutzer Beitragssystem darzustellen. \r\n

title
Der Titel dieses Beitrages. \r\n

content
Der komplette Text dieses Beitrages. \r\n

user.label
Die übersetzte Bezeichnung die anzeigt, welcher Benutzer \r\ndiesen Beitrag veröffentlicht hat. \r\n

user.profile
Die URL zum Profil des Benutzers, der den Beitrag \r\nveröffentlicht hat. \r\n

user.username
Der Benutzername dieses Benutzers. \r\n\r\n

user.id
Die Benutzer ID dieses Benutzers. \r\n

date.label
Die übersetzte Bezeichnung die anzeigt, wann dieser \r\nBeitrag geschrieben wurde. \r\n

date.epoch
Die Anzahl der Sekunden seit 1. Januar 1970 zum Zeitpunkt \r\n, an dem di!\n eser Beitrag geschrieben wurde. \r\n

date.human
Das umgewandelte Datum, wann dieser Beitrag geschrieben \r\nwurde. \r\n

status.label
Die übersetzte Bezeichnung, die den Status dieses Beitrages anzeigt. \r\n

status.status
Der aktuelle Status dieses Beitrages (ausstehend, \r\nfreigegeben, abgelehnt). \r\n

views.label
Die übersetzte Bezeichnung, wie oft dieser Beitrag \r\nangeschaut wurde. \r\n

views.count
Anzahl, \r\nwie oft dieser Beitrag angeschaut wurde

canPost
Bedinung, ob der \r\nBenutzer einen neuen Beitrag schreiben kann oder nicht. \r\n

post.url
Die URL zum Schreiben eines neuen Beitrages. \r\n

post.label
Die übersetzte Bezeichnung für diese URL. \r\n

previous.more
Bedingung, ob es ältere/vorherige Beiträge vor diesem \r\ngab oder nicht.. \r\n

previous.url
Eine URL zu dem vorherigen Beitrag.

previous.label
Die \r\nübersetzte Bezeichnung !\n für diese URL. \r\n

next.more
Bedingung, ob es noch weiter\ne Beiträge gibt oder nicht. \r\n

next.url
Die URL zum nachfolgenden Beitrag. \r\n

next.label
Die übersetzte Bezeichnung für diese URL. \r\n

canEdit
Bedingung, ob der aktuelle Benutzer diesen Beitrag bearbeiten \r\noder löschen kann. \r\n

edit.url
Die URL zum Bearbeiten dieses Beitrages. \r\n

edit.label
Die übersetzte Bezeichnung für den Bearbeitungslink. \r\n

delete.url
Die URL zum Löschen des Beitrages.

delete.label
Die \r\nübersetzte Bezeichnung diese URL. \r\n

canChangeStatus
Bedingung, ob der aktuelle Benutzer die Berechtigung \r\nhat, den Status dieses Beitrages zu bearbeiten. \r\n

approve.url
Die URL zum Freigeben dieses Beitrages. \r\n

approve.label
Die übersetzte Bezeichnung diese URL. \r\n

deny.url
Die URL zum Ablehnen des Beitrages. \r\n

deny.label
Die übersetzte Bezeichnung für diese URL. \r\n

leave.url
Die!\n URL, um diesen Beitrag beim aktuellen Status zu belassen.. \r\n

leave.label
Die übersetzte Bezeichnung für diese URL. \r\n

canReply
Bedingung, ob der aktuelle Benutzer auf diesen Beitrag \r\nantworten kann oder nicht. \r\n

reply.url
Die URL um auf diesen Beitrag zu antworten. \r\n

reply.label
Die übersetzte Bezeichnung für diese URL. \r\n

search.url
Die URL, um zum WebGUI Power Suchformular zu wechseln. \r\n

search.label
Die übersetzte Bezeichnung für diesen Link. \r\n

back.url
Die URL, um zur Hauptübersicht zurückzukehren. \r\n

back.label
Die übersetzte Bezeichnung für diese URL. \r\n

replies
Eine komplette Liste aller Antworten zu diesem Beitrag.

',1041635262); -INSERT INTO international VALUES (617,'WebGUI',2,'

Einstellungen sind Elemente, die es Ihnen ermöglichen WebGUI an ihre besonderen \r\nBedürfnisse anzupassen. \r\n

\r\n

Informationen über das Unternehmen bearbeiten
Informationen über \r\ndas Unternehmen oder individuelle Personen, die diese WebGUI-Installation verwaltet.

Inhaltliche Einstellungen bearbeiten
Einstellungen bezüglich des \r\nInhalts und allgemeine Einstellungen bearbeiten, z. B. Grösse der Textboxen \r\ndefinieren. \r\n

Benachrichtigungsoptionen bearbeiten
Einstellungen bezüglich Email \r\nund andere benachrichtigungs bezogenen Funktionen. \r\n\r\n

Sonstige Einstellungen bearbeiten
Alles, wofür wir sonst keinen \r\nPlatz gefunden haben, wie z. B. Seitenstatistik aktivieren. \r\n

Profileinstellungen bearbeiten
Hier können\r\n Sie definieren, wie \r\ndie Benutzerprofile aussehen, welche Bereiche der Benutzer bearbeiten darf, \r\nDatumsformat etc. \r\n

\r\n

Benutzereinstellungen bearbeiten
Einstellungen bezüglich der Benutzer \r\n(bis auf die Profileinstellungen) wie Authentifizierungs Informationen und Registierungsoptionen, \r\n \r\nAktivieren des Karma, etc..

',1045243162); +INSERT INTO international VALUES (617,'WebGUI',2,'

Einstellungen sind Elemente, die es Ihnen ermöglichen WebGUI an ihre besonderen \r\nBedürfnisse anzupassen. \r\n

\r\n

Informationen über das Unternehmen bearbeiten
Informationen über \r\ndas Unternehmen oder individuelle Infos über den Besitzer dieser WebGUI Installation. \r\n

Inhaltliche Einstellungen bearbeiten
Einstellungen bezüglich des \r\nInhalts und allgemeine Einstellungen bearbeiten, z. B. Editor auswählen. \r\n

Maileinstellungen bearbeiten
Einstellungen für Mailserver, Passwortmeldung \r\nund Header von Mails. \r\n\r\n

Sonstige Einstellungen bearbeiten
Alles, wofür wir sonst keinen \r\nPlatz gefunden haben, wie z. B. Seitenstatistik aktivieren. \r\n

Priveligierte Einstellungen bearbeiten
Gruppen für Styles und Templates \r\nVerwalter. \r\n

Profileinstellungen bearbeiten
Hier können!\n Sie definieren, wie \r\ndie Benutzerprofile aussehen, welche Bereiche der Benutzer bearbeiten darf, \r\nDatumsformat etc. \r\n

\r\n

Authentifizierungseinstellungen bearbeiten
Einstellungen zur Benutzerregistrierung, \r\nAktivieren des Karma, LDAP Einstellungen etc..

',1041634937); INSERT INTO international VALUES (72,'MailForm',2,'Sie können so viele Felder hinzufügen, wie sie möchten. \r\n

Feld Name
Der Name dieses Feldes. Es muss in diesem Formular \r\neinmalig sein, das heisst, es darf nicht mehrere Felder mit gleichem Namen geben:

Status
Versteckte \r\n(Hidden) Felder werden dem Besucher nicht angezeigt, aber gleichwohl mit der \r\nEmail versendet.
Angezeigte Felder werden dem Besucher angezeigt, er kann \r\naber keine Eingaben bzw. Änderungen durchführen.
Veränderbare Felder können \r\nvom Benutzer ausgefüllt werden (betrifft aber z. B. nicht die Drop-Down-Box).
Wenn \r\nSie versteckte oder angezeigte Felder verwenden, beachten Sie, dass Sie einen \r\nStandardwert eingeben. \r\n

Typ
Wählen Sie hier den Feldtyp aus. Die folgenden Typen werden \r\nunterstützt:
\r\n

\r\n

Mögliche Werte
Dieses Feld wird nur von der Drop-Down Box berücksichtigt. \r\nGeben Sie die möglichen Werte ein, die in der Drop-Down Box erscheinen sollen, \r\neinen Wert pro Zeile. \r\n

Standardwert (optional)
Geben Sie einen Standardwert für das Feld \r\nein, sofern einer benötigt wird. Für &q!\n uot;Ja/Nein" Felder geben Sie "yes" \r\num "Ja&quo\nt; auszuwählen, und "no" um "Nein" auswählen \r\n(als Beispiel: Wenn Sie hier "no" eingeben, ist das Feld "Nein" \r\nfür den Besucher standardmässig aktiviert). Beachten Sie hierbei, dass Sie die \r\nenglischen Bezeichnungen benutzen. Für Checkbox-Felder geben Sie "checked" ein, \r\num den Wert der Checkbox standarmässig zu aktivieren. \r\n

Weitere Felder hinzufügen?
Möchten Sie Ihrem Formular noch weitere \r\nWerte hinzufügen?

',1041633662); INSERT INTO international VALUES (76,'FileManager',2,'Dies ist eine Liste von Template Variablen, die Sie in Downloadmanager Templates \r\nbenutzen können. \r\n

titleColumn.url
Die URL, um nach dem Titel zu sortieren. \r\n

titleColumn.label
Die übersetzte Bezeichnung des Titels. \r\n

descriptionColumn.url
Die URL, um nach der Beschreibung zu sortieren. \r\n

descriptionColumn.label
Die übersetzte Bezeichnung für die Beschreibung. \r\n

\r\n

dateColumn.url
Die URL, um nach dem Upload-Datum zu sortieren. \r\n

dateColumn.label
Die übersetzte Bezeichnung für das Upload-Datum. \r\n

\r\n

search.form
WebGUI\'s Power Suchformular. \r\n

search.url
Die URL, um den Suchmodus an- oder abzuschalten. \r\n

search.label
Die übersetzte Bezeichnung für den Suchlink. \r\n

addfile.url
Die URL, um eine Datei hinzuz!\n ufügen. \r\n

addfile.label
Die übersetzte Bezeichnung für diesen Link. \r\n

file_loop
Eine Schleife, die Informationen über jede upgeloadete \r\nDatei enthält. \r\n

file.canView
Eine Bedingungsvariable, ob der Benutzer \r\n die Berechtigung hat, diese Datei anzuschauen. \r\n

file.controls
Die WebGUI Verwaltungscontrols für diese Datei. \r\n

file.title
Der Dateititel. \r\n

file.version1.name
Der Dateiname der ersten Version dieser Datei. \r\n\r\n

file.version1.url
Die Download-URL für diese erste Version der \r\n Datei. \r\n

file.version1.icon
Die URL zum Dateityp-Icon für die erste Version \r\n der Datei. \r\n

file.version1.size
Die Dateigrösse der ersten Version der Datei. \r\n

file.version1.type
Der Dateityp (siehe auch file.version1.icon). \r\n

file.version1.thumbnail
Die URL zum Vorschaubild (Thumbnail) für \r\n die ers!\n te Version dieser Datei. \r\n

file.version1.isImage
Eine V\nariable um zu ermitteln, ob diese Datei \r\n eine Grafik ist oder nicht. \r\n

file.version2.name
Der Dateiname für die Alternative #1 dieser \r\n Datei. \r\n

file.version2.url
Die Download-URL für Alternative #1. \r\n

file.version2.icon
Die URL zum Dateityp-Icon für Alternative #1. \r\n

file.version2.size
Die Dateigrösse für Alternative #1. \r\n

file.version2.type
Der Dateityp von Alternative #1. \r\n

file.version2.thumbnail
Die URL zum Vorschaubild (Thumbnail) für \r\n Alternative #1. \r\n

file.version2.isImage
Eine Variable um zu ermitteln, ob es sich \r\n bei Alternative #1 um eine Grafik handelt oder nicht. \r\n

file.version3.name
Der Dateiname für die Alternative #2 dieser \r\n Datei. \r\n

file.version3.url
Die Download-URL für Alternative #2. \r\n

file.version3.icon
Die URL zum Dateityp-Icon für Alternative #2. \r\n

file.version3.s!\n ize
Die Dateigrösse für Alternative #2. \r\n

file.version3.type
Der Dateityp von Alternative #2. \r\n

file.version3.thumbnail
Die URL zum Vorschaubild (Thumbnail) für \r\n Alternative #2. \r\n

file.version3.isImage
Eine Variable um zu ermitteln, ob es sich \r\n bei Alternative #2 um eine Grafik handelt oder nicht. \r\n

file.description
Die Beschreibung für die Datei (für alle 3 Versionen \r\n gleich). \r\n

file.date
Das Datum, an dem die Datei(en) hochgeladen wurde(n). \r\n

file.time
Die Uhrzeit, an dem die Datei(en) hochgeladen wurde(n). \r\n

\r\n

noresults.message
Eine übersetzte Nachricht, dass es keine Dateien \r\nzum Downloaden für diesen Benutzer gibt. \r\n

noresults
Eine Variable, um zu ermitteln, ob es Dateien für diesen \r\nBenutzer zum Downloaden gibt. \r\n

firstPage
Ein Link zur ersten Seite. \r\n

lastPage
Ein!\n Link zur letzten Seite. \r\n

nextPage
Ein Link zur nächst\nen Seite. \r\n

previousPage
Ein Link zur vorherigen Seite. \r\n

pageList
Eine Liste aller Seiten. \r\n

multiplePages
Eine Variable um zu ermitteln, ob es mehrere Seiten \r\ngibt.

',1041633620); INSERT INTO international VALUES (633,'WebGUI',2,'Vereinfacht ausgedrückt, sind Startseiten (auch root genannt) Seiten mit keiner darüberliegenden Seite. \r\nDie erste und wichtigeste Startseite in WebGUI ist die "Home" Seite. \r\nViele Anwender fügen niemals weitere Startseiten ein, aber einige Poweruser schon. \r\nDiese User erstellen neue Startseiten aus verschiedenen Gründen, vielleicht erstellen sie Sammelpunkte für Contentmanager oder vielleicht einen versteckten Bereich für Admin-Tools. Oder womöglich einfach eine neue Startseite, um die Suchmaschine zu platzieren. \r\n

Möglichkeiten zum Einsatz mehrerer Startseiten bieten sich viele... lassen Sie Ihren Ideen freien Lauf.

',1041631109); @@ -9672,7 +9677,7 @@ INSERT INTO international VALUES (608,'WebGUI',2,'Eine Seite zu l INSERT INTO international VALUES (578,'WebGUI',2,'Sie haben einen ausstehenden Beitrag zu genehmigen.',1041614885); INSERT INTO international VALUES (571,'WebGUI',2,'Thread freigeben.',1041614729); INSERT INTO international VALUES (555,'WebGUI',2,'Karma dieses Benutzers bearbeiten.',1041614705); -INSERT INTO international VALUES (524,'WebGUI',2,'Bearbeitungszeitpunkt zu Beiträgen hinzufügen?',1041614685); +INSERT INTO international VALUES (524,'Discussion',2,'Bearbeitungszeitpunkt zu Beiträgen hinzufügen?',1041614685); INSERT INTO international VALUES (73,'SiteMap',2,'Nachfolgend die Liste der Template Variablen für die Sitemap Templates. \r\n

page_loop
Diese Schleife umfasst all Ihre Seiten der Sitemap. \r\n

page.indent
Abstand, wie weit diese Seite im Verzeichnisbaum \r\n eingerückt werden soll. \r\n

page.url
Die URL zur Seite. \r\n

page.id
Die ID für diese Seite, die WebGUI intern benutzt. \r\n

page.title
Der Seitentitel. \r\n

page.menutitle
Der Titel, wie die Seite in der Navigation erscheinen \r\n soll. \r\n

page.synopsis
Die Beschreibung des Inhalts (Synopsis) für \r\n diese Seite (sofern vorhanden).. \r\n

page.isRoot
Eine Variable, ob diese Seite root-Seite ist, oder \r\n nicht.

',1041614632); INSERT INTO international VALUES (4,'Survey',2,'Umfragen erlauben Ihnen, vielfältige Informationen von Ihren Besuchern zu erhalten. Bei den WebGUI \r\nUmfragen können Sie sogar das Wissen der Benutzer testen, indem Sie ein Quiz einrichten. \r\n

Reihenfolge der Fragen
Die Reihenfolge, in der die Fragen gestellt \r\nwerden. \'Der Reihe nach\' (sequentiell) stellt die Fragen in der Reihenfolge \r\ndar, in der Sie sie erstellt haben. \'Zufällig\' zeigt die Fragen in einer zufälligen \r\nReihenfolge an. Und "Antwort gesteuert" zeigt die nächsten Fragen \r\nabhängig von der Antwort des Benutzers an. \r\n

Modus
Standardmässig ist die Umfrage im "Umfragemodus". \r\nDamit können Sie Ihren Benutzern Fragen stellen. Aber es gibt auch noch den \r\n"Quizmodus". Damit können Sie z. B. einen Test/Quiz erstellen, um \r\ndas Wissen Ihres Besuchers zu erfahren. \r\n

Wer kann!\n an der Umfrage teilnehmen?
Welche Benutzer dürfen an der \r\nUmfrage teilnehmen? \r\n\r\n

Wer kann die Ergebnisliste anschauen?
Wer kann die Ergebnisliste \r\nanschauen? \r\n

Als nächstes?
Möchten Sie nun gleich eine neue Frage eingeben?.

',1041613868); INSERT INTO international VALUES (71,'Poll',2,'Abstimmungen können verwendet werden, um Meinungen Ihrer Besucher zu verschiedenen \r\nThemen zu erfragen. \r\n

Aktiv
Wenn dieses Feld ausgewählt ist, haben die Besucher \r\ndie Möglichkeit abzustimmen. Andernfalls können sie sich lediglich das Ergebnis \r\nder Abstimmung anschauen.. \r\n

Wer kann abstimmen?
Wählen Sie eine Gruppe aus, die an der Abstimmung \r\nteilnehmen bzw. abstimmen kann. \r\n

Karma pro Abstimmung
Wie viel Karma soll der Benutzer erhalten, \r\nwenn er abstimmt? \r\n

Breite der Grafik
Die Breite der Ergebnisbalken-Grafiken dieser \r\nAbstimmung (gemessen in Pixel).

Frage
Welche Frage möchten Sie \r\nIhren Besuchern stellen?

Antworten
Geben Sie hier die möglichen \r\nAntworten zu Ihrer Frage ein. Abstimmungen können aber maximal 20 mögliche Antworten \r\n!\n enthalten.

Antworten zufällig anordnen?
Möchten Sie Benutzer \r\ndurch die Reihenfolge der Antworten nicht beeinflussen, so wählen Sie hier die \r\nzufällige Anordnung der Antworten aus. \r\n

Abstimmung zurücksetzen.
Setzen Sie hier die Ergebnisse der Abstimmung \r\nzurück. Alle bereits abgegebenen Stimmen werden gelöscht.

\r\n


\r\nBeachten Sie: Die nachfolgenden Style Sheet Werte sind speziell \r\nfür das Abstimmungs-Wobject:

.pollAnswer
Eine Antwort zu \r\neiner Abstimmung. \r\n

.pollColor
Die Farbe der prozentualen Anzeige (also der Balkengrafik). \r\n

.pollQuestion
Die Frage der Abstimmung.

',1041613075); @@ -10089,8 +10094,8 @@ INSERT INTO international VALUES (842,'WebGUI',2,'Diese Makros werden ben INSERT INTO international VALUES (844,'WebGUI',2,'Diese Makros haben mit Benutzern und Login zu tun. \r\n

^a; or ^a(); - My Account Link
Ein Link zu Ihrem Benutzerprofil. \r\nZusätzlich können Sie den Linktext durch ein Makro wie dieses ändern: \r\n^a("Mein Profil");. \r\n

Beachte: Sie können auch im speziellen Fall ^a(linkonly); benutzen, \r\num lediglich die URL zum Profil anzuzeigen und nichts weiter.
Die Style \r\nSheet Klasse \' .myAccountLink\' ist diesem Makro zugeordnet. \r\n

^AdminText();
Zeigt dem Benutzer, der im Administrationsmodus ist, \r\neine kleine Textmeldung an. Beispiel: ^AdminText("Sie sind im Administrationsmodus!"); \r\n

^AdminToggle; or ^AdminToggle();
Platziert einen Link auf der Seite, \r\nder nur für Content Manager und Administratoren sichtbar ist. Der Link schaltet \r\nden Admin-Modus an oder aus. Optional können Sie ein Makro verwenden, dass einen \r\nanderen Text anzeigt, wie z. B. \r\n^AdminToggle("Adminmodus an","Adminmodus aus"); \r\n

^GroupText();
Zeigt dem Benutzer eine kleine Textmeldung an, abhängig \r\ndavon, welcher Gruppe er zugeordnet ist. Beispiel: ^GroupText("Visitors","Lassen \r\nSie sich registrieren, wenn Sie weitere coole Features dieser Seite nutzen möchten!"); \r\n

^L; or ^L(); - Login
Ein kleines Anmeldeformular. Dieses Makro können \r\nSie auch konfigurieren. Sie können die Breite der Login-Box mit ^L(20); angeben, \r\noder Sie können eine Textmeldung ausgeben lassen, nachdem sich der Benutzer \r\nangemeldet hat, wie ^L(20,Hallo \r\n^a(^@;);. Klicken Sie %hier%, wenn Sie sich abmelden möchten!) \r\n

Beachte: Die Style Sheet Klasse \'.loginBox\' ist diesem Makro \r\nzugeordnet. \r\n

^LoginToggle; or ^LoginToggle();
Zeigt eine "Anmelden" oder "Abmeldung" \r\nNachricht an, je nachdem, ob der Benutzer an- oder abgemeldet ist. Optional \r\nkönnen Sie auch eine Meldung wie diese ausgeben lassen: ^LoginToggle("Hier \r\nklicken, um sich anzumelden.","Hier klicken, um sich abzumelden."); \r\n

^@; - Username
Der Benutzername des aktuell angemeldeten Benutzers. \r\n

^#; - User ID
Die Benutzer ID des aktuell angemeldeten Benutzers.

',1044001105); INSERT INTO international VALUES (846,'WebGUI',2,'Diese Makros werden hauptsächlich benötigt um Styles in WebGUI zu erstellen. \r\n

^AdminBar;
Platziert die Administrationsleiste auf der Seite. Dieses \r\nElement wird im "Body" Bereich benötigt.. \r\n

^c; - Company Name
Der Firmenname, den Sie in den Profileinstellungen \r\ndes Administrators eingetragen haben. \r\n

^e; - Company Email Address
Die Emailadresse, die Sie in den Profileinstellungen \r\ndes Administrators eingetragen haben.

^Extras;
Gibt den Pfad zum \r\nWebGUI "extras" Verzeichnis zurück, der Dinge wie die WebGUI Icons \r\nenthält. \r\n

^PageTitle;
Zeigt den Titel der aktuellen Seite an. \r\n

^r; or ^r(); - Druckversion der Seite
Erstellt einen Link, um den \r\nStyle von der Seite zu entfernen bzw. um Sie für den Ausdruck zu optimieren. \r\nZusätzlich können Sie  den Linktext ändern, wenn Sie ein Makro wie dieses \r\neinsetzen: ^r("Drucken!");. \r\n

Standardmässig wird, wenn der Link angeklickt wird, der aktuelle Seiten Style \r\nersetzt mit dem "Make Page Printable" Style im Style Manager. Genauso \r\ngut kann dies aber geändert bzw. überschrieben werden, wenn Sie den Namen eines \r\nanderen Styles als zweiten Parameter angeben, wie z. B. ^r("Print!","Demostyle"); \r\n

Beachte: Sie können auch im speziellen Fall ^r(linkonly); benutzen, \r\num lediglich die URL zur Druckversion angeben und nichts weiter.
Die Style \r\nSheet Klasse \r\n\'.makePrintableLink\' ist diesem Makro zugeordnet. \r\n

^RootTitle;
Gibt den Titel der aktuellen Startseite (Root) aus. \r\nWenn z. B. der Titel der aktuellen Startseite "Home" ist, wird dieser \r\nTitel angezeigt. Einige Seiten haben mehrere Startseiten (Roots) und folglich \r\nwird etwas benötigt, um dem Besucher zu zeigen, in welchem Bereich er sich gerade \r\nbefindet. \r\n

^u; - Company URL
Die URL, die Sie in den Profileinstellungen \r\ndes Administrators eingetragen haben.

^?; - Search
Fügt ein Suchformular \r\nein. Dieses ist an die eingebaute WebGUI Suchmaschine angebunden.. \r\n

Beachte: Die Style Sheet Klasse \'.searchBox\' ist diesem Makro \r\nzugeordnet. \r\n

^-;
Dies ist das "Trenn-Makro", d. h. es darf genau einmal \r\nin jedem Style auftauchen, da es angibt, wo der Content/Inhalt für die Seite \r\neingefügt werden soll.

',1044000035); INSERT INTO international VALUES (612,'WebGUI',2,'Es besteht keine Notwendigkeit immer einen Benutzer gleich zu löschen. Wenn \r\nSie einen Benutzer z.b. sperren möchten, können Sie auch einfach sein Passwort \r\nändern. Wenn Sie sich aber wirklich sicher sind, dass Sie diesen Benutzer löschen \r\nwollen, beachten Sie auch die Folgen, die sich daraus ergeben. Wenn Sie einen \r\nBenutzer löschen, bleibt der ganze Inhalt, den der Benutzer über die Wobjects \r\nIhrer Seite hinzugefügt hat (z. B. Beiträge im Diskussionsforum) erhalten. Wenn \r\naber jedoch jemand anderes sich das Profil dieses gelöschten Benutzers, dessen \r\nName ja noch im System auftaucht (zb. in dem von ihm verfassten Beitrag im Diskussionsforum) \r\nanschauen möchte, erhält er eine Fehlermeldung. Genauso verhält es sich, wenn \r\nSie den gelöschten Benutzer doch wieder aufnehmen, gibt es keinen Weg mehr, \r\num ihm auch die Berechtigungen für die von ihm vor der Löschung verfassten Beiträge \r\nzurückzugeben - es sei denn Sie fügen den Benutzer manuell in die Benutzertabelle \r\nder Datenbank hinzu. \r\n

Wie mit allen Löschvorgängen, werden Sie auch hier gefragt, ob Sie sich wirklich \r\nsicher sind, dass Sie diesen Benutzer löschen möchten. Wenn Sie dann mit \'Ja\' \r\nantworten, wird er gelöscht. Antworten Sie jedoch mit \'Nein\', kommen Sie wieder \r\nzurück zur vorherigen Seite.

',1043961142); -INSERT INTO international VALUES (610,'WebGUI',2,'Für weitere Details schauen Sie bitte unter Benutzer verwalten \r\n

Benutzername
Der Benutzername ist die eindeutige Kennzeichnung \r\nfür einen Benutzer. Es ist aber auch eine Kennzeichnung, wie der Benutzer in \r\nder WebGUI Seite angezeigt wird. \r\n(Beachte: Administratoren haben unbeschränkte Rechte im WebGUI System. \r\nDas bedeutet aber auch, das sie damit die Fähigkeit haben, das System zu beschädigen. \r\nWenn Sie einen Benutzer umbenennen oder erstellen, achten Sie darauf, dass Sie \r\nnicht einen bereits vergebenen Benutzernamen nehmen) \r\n

Passwort
Ein Passwort ist dazu da, um sicherzustellen, dass der \r\nBenutzer auch der ist, der er ist. \r\n

Authentifizierungs Methode
Weitere Details unter Einstellungen \r\nbearbeiten. \r\n

LDAP URL
Weitere Details unter Einstellungen bearbeiten. \r\n

Verbindungs DN
Die Verbindugns DN ist die cn (common name) eines \r\neingetragenen Benutzers in der LDAP Datenbank. Das Format sollte sein wie cn=John Doe. \r\nDies ist in der Tat der Benutzername, der zur Authentifizierung gegenüber dem \r\nLDAP Server benutzt wird.

',1045494240); -INSERT INTO international VALUES (607,'WebGUI',2,'Anonyme Registrierung
Möchten Sie, dass sich die Besucher Ihrer Seite \r\nselbst registrieren können?

Beim Registrieren ausführen
Was \r\nhier Sie hier eintragen, wird jedesmal ausgeführt, wenn sich ein Benutzer anonym \r\nregistriert. \r\n\r\n

Karma aktivieren?
Soll Karma aktiviert werden? \r\n

Karma pro Login
Der Karmawert, den der Benutzer erhält, wenn er \r\nsich anmeldet. Dies wirkt nur, wenn Karma aktiviert ist. \r\n

Sitzungs Zeitüberschreitung (Timeout)
Die Zeit, die eine Benutzer-Sitzung \r\naktiv ist, bevor er sich wieder neu einloggen muss. Jedesmal, wenn der Benutzer \r\neine neue Seite anschaut, wird dieses Timeout wieder zurückgesetzt. Wenn Sie also z. b. das Timeout auf 8 Stunden setzen, muss sich \r\nein Benutzer wieder neu einloggen. \r\n

Benutzern erlauben, ihren Account zu deaktivieren?
Möchten Sie \r\nIhren Benutzern die Möglichkeit bieten, ihren Account ohne Ihr Zutun selbst \r\ndeaktivieren zu können

Authentifizierungsmethode (standard)
Welche Authentifizierungsmethode soll \r\nstandardmässig für neue Accounts verwendet werden? Die beiden möglichen Methoden sind WebGUI und LDAP. WebGUI Authentifizierung \r\nbedeutet, dass sich die Authentifizierung anhand des Benutzernamens und des \r\nPassworts, die in der Datenbank hinterlegt sind, richtet. Bei der LDAP-Methode \r\nerfolgt die Authentifizierung über einen externen LDAP \r\nserver.

Beachte: Diese Einstellungen können auf Benutzerebene \r\ngesondert vorgenommen werden.

\r\n

Beachte ausserdem: Abhängig davon, welche Authentifizierungsmodule \r\nin Ihrem System installiert sind, erhalten Sie eine Auswahl an möglichen Optionen. \r\nNachfolgend die Optionen für die beiden standardmässig installierten Authentifizierungsmethoden:\r\n

WebGUI Authentifizierungs Optionen

\r\nBegrüssungmeldung senden?
Möchten Sie, dass WebGUI automatisch eine \r\nBegrüssungsmeldung verschickt, wenn sich jemand für Ihre Seite registriert?

Beachte: Zusätzlich \r\nzu dem Text, den Sie angeben können, werden die Zugangsdaten der Meldung hinzugefügt \r\n

Begrüssungsmeldung
Geben Sie hier den Text ein, den Sie einem \r\nBenutzer nach erfolgter Registrierungs senden möchten.

Passwort wiederherstellen \r\nMeldung
Geben Sie hier den Text ein, der dem Benutzer gesendet wird, \r\nwenn er sein Passwort wiederherstellen lässt.

\r\n

LDAP Authentifizierungs Optionen

\r\n

LDAP URL (Standard)
Die Standard-URL zum LDAP Server. Die \r\n LDAP URL hat folgendes Format: \r\nldap://[server]:[port]/[base DN]. Beispiel: \r\nldap://ldap.mycompany.com:389/o=MyCompany.

LDAP Identität
Die \r\nLDAP Identität die eindeutige Bezeichner im LDAP Server, die den Benutzer identifiziert. Oft \r\nenthält dieses Feld den Kurznamen, der sich aus dem ersten Buchstaben \r\ndes Vornamens und dem Nachnamen zusammensetzt. Beispiel: jdoe

LDAP Identitäts Name
Bezeichnung, \r\ndie verwendet wird um die LDAP Identität des Benutzers zu beschreiben. Beispielsweise \r\nbenutzen einige Firmen einen LDAP Server zur Benutzerregistrierung an Ihrem \r\nProxy Server. Wie schon in der \r\nDokumentation beschrieben, ist die LDAP Identität auch bekannt als der Web Username.

LDAP Password Name
Genauso \r\nwie die LDAP Identität eine Bezeichnung ist, so verhält es sich auch mit dem \r\n LDAP Password Name.

\r\n',1045242601); +INSERT INTO international VALUES (610,'WebGUI',2,'Für weitere Details schauen Sie bitte unter Benutzer verwalten \r\n

Benutzername
Der Benutzername ist die eindeutige Kennzeichnung \r\nfür einen Benutzer. Es ist aber auch eine Kennzeichnung, wie der Benutzer in \r\nder WebGUI Seite angezeigt wird. \r\n(Beachte: Administratoren haben unbeschränkte Rechte im WebGUI System. \r\nDas bedeutet aber auch, das sie damit die Fähigkeit haben, das System zu beschädigen. \r\nWenn Sie einen Benutzer umbenennen oder erstellen, achten Sie darauf, dass Sie \r\nnicht einen bereits vergebenen Benutzernamen nehmen) \r\n

Passwort
Ein Passwort ist dazu da, um sicherzustellen, dass der \r\nBenutzer auch der ist, der er ist. \r\n

Authentifizierungs Methode
Weitere Details unter Einstellungen \r\nbearbeiten. \r\n

LDAP URL
Weitere Details unter Einstellungen bearbeiten. \r\n

Connect DN
Die Connect DN ist die cn (common name) eines \r\neingetragenen Benutzers in der LDAP Datenbank. Das Format sollte sein wie cn=John Doe. \r\nDies ist in der Tat der Benutzername, der zur Authentifizierung gegenüber dem \r\nLDAP Server benutzt wird.

',1043960590); +INSERT INTO international VALUES (607,'WebGUI',2,'Anonyme Registrierung
Möchten Sie, dass sich die Besucher Ihrer Seite \r\nselbst registrieren können?

Beim Registrieren ausführen
Was \r\nhier Sie hier eintragen, wird jedesmal ausgeführt, wenn sich ein Benutzer anonym \r\nregistriert. \r\n\r\n

Bei neuem Nutzer benachrichtigen?
Soll jemand bei einer anonymen \r\nNeu-Registrierung benachrichtigt werden? \r\n

Gruppe, die bei einem neuen Benutzer benachrichtigt werden soll
Welche \r\nGruppe soll benachrichtigt werden, wenn sich ein neuer Benutzer registriert? \r\n

Karma aktivieren?
Soll Karma aktiviert werden? \r\n

Karma pro Login
Der Karmawert, den der Benutzer erhält, wenn er \r\nsich anmeldet. Dies wirkt nur, wenn Karma aktiviert ist. \r\n

Sitzungs Zeitüberschreitung (Timeout)
Die Zeit, die eine Benutzer-Sitzung \r\naktiv ist, bevor er sich wieder neu einloggen muss. Jedesmal, wenn der Benutzer \r\neine neue Seite anschaut, wird dieses Timeout wieder zurückgesetzt. This timeout is reset each time a user \r\nviews a page. Wenn Sie also z. b. das Timeout auf 8 Stunden setzen, muss sich \r\nein Benutzer wieder neu einloggen. \r\n

Authentifizierungsmethode
Welche Authentifizierungsmethode soll \r\nstandardmässig verwendet werden? Die beiden möglichen Methoden sind WebGUI und LDAP. WebGUI Authentifizierung \r\nbedeutet, dass sich die Authentifizierung anhand des Benutzernamens und des \r\nPassworts, die in der Datenbank hinterlegt sind, richtet. Bei der LDAP-Methode \r\nerfolgt die Authentifizierung über einen externen LDAP \r\nserver.

Beachte: Diese Einstellungen können auf Benutzerebene \r\ngesondert vorgenommen werden.

LDAP Authentifizierungsoptionen
Bindet \r\nden WebGUI Benutzernamen an die \r\nLDAP Identität. Dazu ist es erforderlich, das der Benutzer den selben Benutzernamen \r\nin WebGUI hat, wie er während des anonymen Registrierungsvorgangs vergeben wurde. \r\nDas bedeutet auch, dass die Benutzer Ihren Benutzernamen später nicht mehr ändern \r\nkönnen.

LDAP URL (Standard)
Die Standard-URL zum LDAP Server. Die \r\n LDAP URL hat folgendes Format: \r\nldap://[server]:[port]/[base DN]. Beispiel: \r\nldap://ldap.mycompany.com:389/o=MyCompany.

LDAP Identität
Die \r\nLDAP Identität die eindeutige Bezeichner im LDAP Server, die den Benutzer identifiziert. Oft \r\nenthält dieses Feld den Kurznamen, der sich aus dem ersten Buchstaben \r\ndes Vornamens und dem Nachnamen zusammensetzt. Beispiel: jdoe

LDAP Identitäts Name
Bezeichnung, \r\ndie verwendet wird um die LDAP Identität des Benutzers zu beschreiben. Beispielsweise \r\nbenutzen einige Firmen einen LDAP Server zur Benutzerregistrierung an Ihrem \r\nProxy Server. Wie schon in der \r\nDokumentation beschrieben, ist die LDAP Identität auch bekannt als der Web Username.

LDAP Password Name
Genauso \r\nwie die LDAP Identität eine Bezeichnung ist, so verhält es sich auch mit dem \r\n LDAP Password Name.

',1043960053); INSERT INTO international VALUES (75,'USS',2,'Hier ist die Übersicht über die Template Variabeln, die im Benutzerbeitragssystem \r\nzur Verfügung stehen. \r\n

readmore.label
Die übersetzte Bezeichnung, die anzeigt, das ein \r\nBenutzer hier klicken kann, um mehr von dem Beitrag zu lesen. \r\n

responses.label
Die übersetzte Bezeichnung, die anzeigt, das ein \r\nBenutzer hier klicken kann, um Antworten zu diesem Beitrag zu sehen. \r\n

canPost
Eine Bedingungsvarariable die anzeigt, ob ein Benutzer \r\neinen neuen Beitrag verfasen kann. \r\n

post.url
Die URL zum Schreiben eines neuen Beitrages. \r\n

post.label
Die übersetzte Bezeichnung für diese URL.

search.url
Die \r\nURL um WebGUI\'s WebGUI Power Suchformular  zu an- oder auszuschalten. \r\n

search.label
Die übersetzte Bezeichnung für diesen Link.

\r\n

search.form
WebGUI Power Suchformular . \r\n

title.label
Die übersetzte Bezeichnung für die Titel-Spalte. \r\n

thumbnail.label
Die übersetzte Bezeichnung für die Vorschaubild-Spalte. \r\n

date.label
Die übersetzte Bezeichnung für die Datum-Spalte. \r\n

by.label
Die übersetzte Bezeichnung, wer den Beitrag verfasst. \r\n

submissions_loop
Eine Schleif, die jeden einzelnen Beitrag umfasst. \r\n

submission.id
Eine eindeutige Bezeichnung für diesen Beitrag. \r\n

submission.url
Die URL, um diesen Beitrag anzuschauen. \r\n

submission.content
Die verkürzte Wiedergabe des Beitragsinhalts. \r\n\r\n

submission.responses
Die Anzahl der Antworten auf diesen Beitrag. \r\n

submission.title
Der Titel des Beitrags. \r\n

submission.userId
Die ID des Benutzers, der diesen Beitrag veröffentlicht \r\n hat. \r\n

submission.username
Der Benutzername dieses Benutzers. \r\n

submission.status
Der Status dieses Beitrages (freigegeben, ausstehend, \r\n abgelehnt). \r\n

submission.thumbnail
Das Vorschaubild eines hochgeladenen Bildes \r\n (sofern eins vorhanden ist). \r\n

submission.date
Datum des Beitrages. \r\n

submission.currentUser
Bedingungsvariable, ob der aktuelle Benutzer \r\n auch der ist, der diesen Beitrag veröffentlicht hat. \r\n

submission.userProfile
Die URL zu dessen Benutzerprofil. \r\n

submission.secondColumn
Eine Bedingung, ob dieser Beitrag in einem \r\n mehrspaltigen Layout in die zweite Spalte gehört oder nicht. \r\n

submission.thirdColumn
Eine Bedingung, ob dieser Beitrag in einem \r\n mehrspaltigen Layout in die dritte Spalte gehört oder nicht. \r\n

submission.fourthColumn
Eine Bedingung, ob dieser Beitrag in einem \r\n mehrspaltigen Layout in die vierte Spalte gehört oder nicht. \r\n

submission.fifthColumn
Eine Bedingung, ob dieser Beitrag in einem \r\n mehrspaltigen Layout in die fünfte Spalte gehört oder nicht. \r\n

\r\n

firstPage
Link zur ersten Seite. \r\n

lastPage
Link zur letzten Seite. \r\n

nextPage
Link zur nächsten Seite. \r\n

previousPage
Link zur vorherigen Seite. \r\n

pageList
Eine Liste aller Links. \r\n

multiplePages
Eine Bedingung, die anzeigt, ob es mehr als eine \r\nSeite gibt.

',1043949958); INSERT INTO international VALUES (71,'USS',2,'Benutzerbeitragssysteme sind eine gute Möglichkeit um eine Art Gemeinschaftsgefühl \r\nzu geben oder um kostenlose Beiträge Ihrer Benutzer zu erhalten.

Haupt \r\nTemplate
Wählen Sie ein Layout aus. \r\n

Benutzerbeitragssystem Template
Wählen Sie ein Layout für die \r\neinzelnen Beiträge aus. \r\n\r\n

Wer kann genehmigen?
Welche Gruppe hat die Berechtigung, Beiträge \r\nzu erlauben oder zu verbieten? \r\n

Wer kann Beiträge schreiben?
Welche Gruppe hat die Berechtigung, \r\nBeiträge verfassen zu dürfen?

Beiträge pro Seite
Wieviele \r\nBeiträge sollen pro Seite in der Übersicht angezeigt werden?

Standard \r\nStatus
Sollen Beiträge standardmässig auf "Abgelehnt", "Ausstehend" \r\noder "freigegeben" gestellt werden?

Beachten Sie: Wenn \r\nSie den Status auf "Ausstehend" setzen, dann müssen Sie daran denken, \r\nöfter in Ihrem Posteingang nachzuschauen, ob Beiträge zur Veröffentlichung anstehen. \r\n

Karma pro Benutzerbeitrag
Wieviel Karma soll ein Benutzer erhalten, \r\nwenn er einen Beitrag verfasst? \r\n

Vorschaubilder anzeigen?
Sofern eine Grafik im Beitrag enthalten \r\nist, wird das Vorschaubild im Layout angezeigt. \r\n

Diskussion erlauben?
Do you wish to attach a discussion to this user \r\nsubmission system? If you do, users will be able to comment on each submission. \r\n

Wer kann Diskussionsbeiträge schreiben?
Wählen Sie die Gruppe aus, \r\ndie berechtigt ist, Diskussionsbeiträge zu verfassen. \r\n

Timeout zum Bearbeiten
Wie lange soll der Benutzer die Möglichkeit \r\nhaben, den von ihm verfassten Beitrag zu bearbeiten, bevor diese Bearbeitungsmöglichkeit \r\nfür ihn gesperrt wird? \r\n

Beachten: Setzen Sie das Limit nicht zu hoch. Das beste an Diskussionen \r\nist ja, dass Sie eine genaue Wiedergabe dessen darstellen sollen, wer wann was \r\ngesagt hat. . \r\n

Karma pro Diskussionsbeitrag
Wieviel Karma soll ein Benutzer erhalten, \r\nwenn er einen Beitrag zur Diskussion verfasst? \r\n \r\n

Wer kann moderieren?
Wählen Sie eine Gruppe aus, die diese Diskussion \r\nmoderieren kann. \r\n

Moderationsart?
Sie können hier auswählen, welche Moderationsart \r\nSie bevorzugen. \r\n

\r\n

Benachrichtigungen über den Eingang neuer Beiträge/Kommentare erscheinen sofort im Posteingang des Moderators.

',1043948446); INSERT INTO international VALUES (71,'SQLReport',2,'SQL Reports sind vielleicht das effizienteste Werkzeug in WebGUI. Hiermit \r\nhat der Benutzer die Möglichkeit Daten von allen Datenbanken abzufragen, zu \r\ndenen er Zugriff hat. Damit kann er z. B. Verkaufsdaten aus seinem WebShop einbinden \r\noder alle Diskussionsforen auf seiner Website zusammenfassen. \r\n

Makros in der Abfrage vorverarbeiten?
Wenn Sie WebGUI Makros in \r\nIhrer Abfrage nutzen möchten, müssen Sie diesen Punkt aktivieren. \r\n

Debug?
Aktivieren Sie dies, wenn Debugging- und Fehlermeldungen \r\nangezeigt werden sollen. \r\n

Abfrage
Dies ist eine Standard SQL-Abfrage. Sollten Sie mit SQL \r\nnicht vertraut sein, bietet Ihnen \r\nPlain Black Software Übungslehrgänge \r\nin SQL und Datenbankmanagement an. Sie können mit dem ^FormParam();-Makro Abfragen \r\ndynamischer gestalten. \r\n

Report Template
Wie soll der Report dargestellt werden? Normalerweise \r\nbenutzt man HTML-Tabellen um einen SQL-Report zu generieren. Wenn Sie dieses \r\nFeld leerlassen, wird eine Vorlage basierend auf der Ergebnisliste angezeigt. \r\n

Es gibt einige spezielle Makros-Zeichen die zur Erstellung von SQL-Reports \r\ngenutzt werden können. Diese sind \r\n^-;, ^0;, ^1;, ^2;, ^3;, etc. Diese Makros werden ungeachtet der Einstellungen \r\n"Makros in der Abfrage vorverarbeiten" abgearbeitet. Das ^- Makro stellt \r\nTrennpunkte im Dokument dar, um zu kennzeichnen, wo die Anfangs- und Endschleife \r\ndes Reports beginnt. Die numerischen Makros stellen die Datenfelder dar, die \r\nvon Ihrer Abfrage zurückgegeben werden. Es gibt noch ein zusätzliches Makro \r\n(^rownum;), das die Zeilen der Abfrage beginnend bei 1 zählt. Dies können Sie \r\nnutzen, wenn die einzelnen Ergebnissätze nummeriert werden sollen. \r\n

DSN
Data Source Name ist die eindeutige Bezeichnung, \r\ndie von Perl genutzt wird, um den Ort Ihrer Datenbank zu beschreiben. Das Format \r\nist DBI:[Treiber]:[Datenbankname]:[Host]. \r\n

Beispiel: DBI:mysql:WebGUI:localhost \r\n

Datenbankbenutzer
Der Benutzername zur DSN. \r\n

Datenbankpasswort
Das Passwort zur DSN. \r\n

Einträge pro Seite
How many rows should be displayed before splitting the \r\nresults into separate pages? In other words, how many rows should be displayed \r\nper page? \r\n

Carriage Return beachten?
Möchten Sie Carriage Returns in der \r\nErgebnisansicht zu HTML-Umbrüchen konvertieren.

',1043946477); @@ -10104,10 +10109,10 @@ INSERT INTO international VALUES (874,'WebGUI',1,'Unsubscribe From Thread',10443 INSERT INTO international VALUES (873,'WebGUI',1,'Subscribe To Thread',1044387372); INSERT INTO international VALUES (620,'WebGUI',2,'Wie diese Funktion bereits andeutet werden Sie eine Gruppe löschen und alle \r\ndarin befindlichen Benutzer aus dieser Gruppe zu entfernen. Achten Sie darauf, \r\ndass Benutzer in dieser Gruppe nicht vielleicht die Berechtigung für Seiten \r\nverlieren etc. \r\n

Wie mit jedem Löschvorgang werden Sie gefragt, ob sie sich wirklich sicher \r\nsind, diese Gruppe zu löschen. Wenn Sie mit "Ja" antworten, wird \r\nder Löschvorgang durchgeführt, andernfalls gelangen sie zur vorherigen Seite \r\nzurück.

',1044377232); INSERT INTO international VALUES (619,'WebGUI',2,'Diese Funktion löscht das gewählte Wobject dauerhaft von einer Seite. Wenn sie \r\nsich nicht sicher sind, ob sie dieses Element löschen möchten, können Sie es \r\nauch ausschneiden und in die Zwischenablage legen und es dann irgendwann löschen. \r\n

Wie mit jedem Löschvorgang werden Sie gefragt, ob sie sich wirklich sicher \r\nsind, dieses Wobject zu löschen. Wenn Sie mit "Ja" antworten, wird \r\nder Löschvorgang durchgeführt, andernfalls gelangen sie zur vorherigen Seite \r\nzurück.

',1044376958); -INSERT INTO international VALUES (618,'WebGUI',2,'SMTP Server
Dies ist die Adresse ihres lokalen \r\nMailservers. Diese wird in allen Funktionen benötigt, die das Internet Emailsystem \r\nverwenden (wie z. B. Passwort wiederherstellen). \r\n

Optional können Sie auch den Pfad zu sendmail angeben, wenn ein Sendmail-Server \r\nauf der gleichen Maschine wie WebGUI läuft. Bei den meisten Linux-Servern ist \r\ndies "/usr/lib/sendmail".

Email Fussbereich\r\n

Dieser \r\nFusstext ist für Makros vorgesehen und wird jeder Email, die von WebGUI versandt \r\nwird, angehängt.

Bei neuem Benutzer benachrichtigen?
Soll jemand \r\ninformiert werden, sofern sich jemand anonym registriert hat? \r\n

Gruppe, die bei neuem Benutzer benachrichtig werden soll
Welche \r\nGruppe soll benachrichtigt werden, wenn sich ein neuer Benutzer registriert?

',1045243460); +INSERT INTO international VALUES (618,'WebGUI',2,'Passwort wiederherstellen Text
Der Text, der einem Benutzer gesendet \r\nwird, wenn er die "Passwort wiederherstellen" Funktion benutzt.

Email Fussbereich
Dieser \r\nFusstext ist für Makros vorgesehen und wird jeder Email, die von WebGUI versandt \r\nwird, angehängt.

SMTP Server
Dies ist die Adresse ihres lokalen \r\nMailservers. Diese wird in allen Funktionen benötigt, die das Internet Emailsystem \r\nverwenden (wie z. B. Passwort wiederherstellen). \r\n

Optional können Sie auch den Pfad zu sendmail angeben, wenn ein Sendmail-Server \r\nauf der gleichen Maschine wie WebGUI läuft. Bei den meisten Linux-Servern ist \r\ndies "/usr/lib/sendmail".

',1044376779); INSERT INTO international VALUES (614,'WebGUI',2,'Styles werden benutzt, um das "Look and feel" ihrer WebGUI Seiten \r\nzu bestimmen. Mit WebGUI können sie eine unbegrenzte Anzahl von Styles \r\nverwenden, daher können sie so viele verschiedene Darstellungen benutzen, wie \r\nsie möchten. Sie könnten z. B. Seiten haben, die dem Layout bzw. Corporate Design \r\nihres Unternehmens entsprechen, oder Seiten, die dem Erscheinungsbild von Yahoo \r\nähnlich sind, usw. Genauso können sie auch Seiten erstellen, die wie die Seiten \r\neines Buches aussehen. Mit dem Styleverwaltungs-Tool haben Sie die ultimative \r\nKontrolle über all ihre Designs.

Es gibt bereits verschiedene in WebGUI eingebaute \r\nStyles. Die ersteren werden von WebGUI selbst benutzt und sollten daher  nicht \r\nbearbeitet oder gelöscht werden. Die letztern sind einige Beispiel-Styles und \r\nkönnen als Vorlage für neue Styles ver wendet oder auch gelöscht werden. \r\n

Clipboard
Dieser Style wird von der Zwischenablage benötigt

Fail Safe
Wenn \r\nsie einen Style löschen, der bereits auf einigen Seiten in Benutzung ist, wird \r\ndieser FailSafe-Style diesen Seiten zugeordnet. Der Style hat einen weissen \r\nHintergrund und eine einfache Navigation. \r\n

Make Page Printable
Dieser Style wird benutzt, wenn sie ein ^r; \r\nMakro in Ihren Seiten einsetzen und der Besucher dann darauf klickt - er erhält \r\ndann die Druckversion der Seite. Sie haben hier die Möglichkeit, ein Logo und \r\neine Copyright-Meldung auf der Seite einzubinden. \r\n

Packages
Dieser Style wird vom Paketmanager benutzt. \r\n

Trash
Dieser Style wird vom Mülleimer genutzt. \r\n

\r\n


\r\nDemo Style
Dies ist ein Beispiellayout, das von einer Templates-Seite \r\ngenommen wurde\r\n(www.freewebtemplates.com). \r\n

Plain Black Software (black) & (white)
Diese Layouts wurden \r\nauf der Plainblackseite verwendet. \r\n

Yahoo!®
Dies ist das Design von Yahoo!®. (genutzt ohne Berechtigung.) \r\n

WebGUI
Dies ist ein einfaches Design mit WebGUI logos. \r\n

WebGUI 4
Dieser Style wurde seit WebGUI Version 4 verwendet.

',1044376312); INSERT INTO international VALUES (613,'WebGUI',2,'Benutzer sind die Konten, die Berechtigungen zu verschiedenen Bereichen in WebGUI \r\nhaben. Es gibt 2 Standard-Benutzer: Admin und Visitor. \r\n

\r\n

Admin
Unter Admin versteht man genau das, was man unter diesem \r\nBegriff erwartet. Dies ist ein Benutzer mit unbegrenzten Berechtigungen in der \r\nWebGUI Umgebung.

\r\n

Visitor
Der Visitor(Besucher) ist das genaue Gegenteil des Admins. \r\nDer Visitor hat keine Rechte und ein Besucher, der nicht eingeloggt ist, wird \r\nvom System als Visitor erkannt

\r\n

Neuen Benutzer hinzufügen.
Klicken Sie hier, um zur "Benutzer \r\nhinzufügen" Seite zu kommen. \r\n

\r\n

Suchen
Sie können nach Benutzernamen und Emailadressen suchen. \r\nDie Suche kann hier auch eingeschränkt werden, z. B. auf die Suche nach aktivierten \r\nBenutzern.

',1044375306); -INSERT INTO international VALUES (606,'WebGUI',2,'Stellen Sie sich Seiten als Behälter für Inhalte vor. Wenn Sie z. B. einen Brief \r\nan den Herausgeber Ihres Lieblingsmagazins schreiben möchten, starten Sie eine \r\nTextverarbeitung und schreiben Ihre Gedanken nieder. Genauso verhält es sich \r\nmit WebGUI. Erstellen Sie eine Seite und füllen sie mit Inhalt.. \r\n

Titel
Der Seitentitel. Titel sollten beschreibend, aber nicht zu \r\nlang sein.

Menü Titel
Ein kürzerer oder \r\nabgeänderter Titel, der in der Navigation erscheinen soll. Wenn Sie hier nichts \r\neingeben, wird die Eingabe verwendet, die Sie bei \'Titel\' eingegeben haben. \r\n

Aus der  Navigation ausblenden?
Wählen Sie \'Ja\' um diese Seite \r\naus der Navigation auszublenden. \r\n

Beachte: Die Seite wird nur aus der Navigation ausgeblendet, aber \r\nnicht aus dem Seitenbaum oder von der SiteMap, nur ausden Navigationsmakros. \r\n

URL der Seite
Wenn Sie eine Seite erstellen wird normalerweise \r\ndie URL aufgrund des Seitentitels erstellt. Wenn Sie damit nicht zufrieden sind, \r\nkönnen Sie es hier ändern. \r\n

Sprache
Wählen Sie die Standardsprache für diese Seite. Alle mittels \r\nWebGUI generierten Texte erscheinen in dieser Sprache und das Charakterset wird \r\nentsprechend der ausgewählten Sprache übernommen (z.B. ä, ö, ü im Deutschen). \r\n

Weiterleitungs URL
Der Besucher der Seite wird zu der Seite weitergeleitet, \r\ndie Sie hier angegeben haben. Wenn Sie dann in Zukunft diese weitergeleitete \r\nSeite wieder ändern möchten, müssen Sie dies in den Admininstrativen Funktionen im \r\nBereich "Verwalten-Baumstruktur" vornehmen. \r\n

Template
Standardmässig hat WebGUI einen grossen Inhaltsbereich, \r\num Wobjects zu platzieren. Dennoch können Sie Ihren Content durch Auswahl eines \r\nanderen Templates in verschiedene Bereiche aufteilen. \r\n

Zusammenfassung
Eine kurze Zusammenfassung der Seite. Dieser Bereich \r\nwird sowohl zum Veröffentlichen von beschreibenden MetaTags als auch als Beschreibungstext \r\nin der Sitemap verwendet. \r\n

Meta Tags
Hier können Sie beliebige Meta Tags definieren. Die Seite Meta Tag Builder gibt Ihnen hierzu \r\neinige Tipps.

Erfahrene Anwender: Sie können hier auch andere Dinge, \r\nwie z. B. JavaScript oder Links zu externen Stylesheets, einfügen. \r\n

Standard Meta Tags benutzen?
Sollten Sie keine eigenen MetaTags \r\ndefinieren wollen, kann WebGUI diese basierend auf dem Seitentitel und Ihrem \r\nFirmennamen erzeugen. Aktivieren Sie diese Checkbox, um die WebGUI-generierten \r\nMetaTags einzuschalten. \r\n

Style
Standardmässig erbt eine Seite, die Sie erstellen, ihre Merkmale \r\nvon der übergeordneten Seite. Eines dieser Merkmale ist der Style. Wählen Sie \r\nhier einen Style aus der Liste aus, den Sie für diese Seite verwenden möchten. \r\nWeitere Details finden Sie unter Style hinzufügen. \r\n

Wenn Sie "Ja" unterhalb des Style-Auswahlmenus aktivieren, wird \r\nder Style für alle Seiten unterhalb dieser Seite übernommen. \r\n

Anfangsdatum
Das Datum, ab dem die Seite sichtbar sein soll. Vor \r\ndiesem Datum sehen nur Contentmanager mit der Berechtigung zur Bearbeitung diese \r\nSeite. \r\n

Ende Datum
Das Datum, bis dem die Seite sichtbar sein soll. Nach \r\ndiesem Datum sehen nur Contentmanager mit der Berechtigung zur Bearbeitung diese \r\nSeite. \r\n \r\n

Besitzer
Der Besitzer der Seite ist gewöhnlich die Person, die \r\ndie Seite erstellt hat. \r\nDiese hat die vollen Rechte zum Bearbeiten und Anschauen der Seite.

Beachte: Der \r\nBesitzer kann nur von einem Administrator geändert werden. \r\n

Wer kann anschauen?
Wählen Sie die Gruppe aus, die diese Seite \r\nanschauen kann. Wenn Sie möchten, dass Visitors (Beuscher) und registrierte \r\nBenutzer dieSeite anschauen können, so sollten Sie die "Everybody" (Jeder) \r\nGruppe auswählen.

Wer kann bearbeiten?

Wählen Sie die Gruppe \r\naus, die diese Seite bearbeiten kann. Die Gruppe, die bearbeiten kann, darf \r\nauch jederzeit die Seite anschauen.

Sie können diese Berechtigungen an alle Seiten unterhalb dieser Seite vergeben. \r\n

Als nächstes?
Hier können Sie gleich zu Ihrer neuen Seite gelangen \r\noder zu der vorherigen zurückkehren.

\r\n',1045496478); +INSERT INTO international VALUES (606,'WebGUI',2,'Stellen Sie sich Seiten als Behälter für Inhalte vor. Wenn Sie z. B. einen Brief \r\nan den Herausgeber Ihres Lieblingsmagazins schreiben möchten, starten Sie eine \r\nTextverarbeitung und schreiben Ihre Gedanken nieder. Genauso verhält es sich \r\nmit WebGUI. Erstellen Sie eine Seite und füllen sie mit Inhalt.. \r\n

Titel
Der Seitentitel.

Menü Titel
Ein kürzerer oder \r\nabgeänderter Titel, der in der Navigation erscheinen soll. Wenn Sie hier nichts \r\neingeben, wird die Eingabe verwendet, die Sie bei \'Titel\' eingegeben haben. \r\n

URL der Seite
Wenn Sie eine Seite erstellen wird normalerweise \r\ndie URL aufgrund des Seitentitels erstellt. Wenn Sie damit nicht zufrieden sind, \r\nkönnen Sie es hier ändern. \r\n

Sprache
Wählen Sie die Standardsprache für diese Seite. Alle mittels \r\nWebGUI generierten Texte erscheinen in dieser Sprache und das Charakterset wird \r\nentsprechend der ausgewählten Sprache übernommen (z.B. ä, ö, ü im Deutschen). \r\n

Weiterleitungs URL
Der Besucher der Seite wird zu der Seite weitergeleitet, \r\ndie Sie hier angegeben haben. Wenn Sie dann in Zukunft diese weitergeleitete \r\nSeite wieder ändern möchten, müssen Sie dies in den Admininstrativen Funktionen im \r\nBereich "Verwalten-Baumstruktur" vornehmen. \r\n

Template
Standardmässig hat WebGUI einen grossen Inhaltsbereich, \r\num Wobjects zu platzieren. Dennoch können Sie Ihren Content durch Auswahl eines \r\nanderen Templates in verschiedene Bereiche aufteilen. \r\n

Zusammenfassung
Eine kurze Zusammenfassung der Seite. Dieser Bereich \r\nwird sowohl zum Veröffentlichen von beschreibenden MetaTags als auch als Beschreibungstext \r\nin der Sitemap verwendet. \r\n

Meta Tags
Hier können Sie beliebige Meta Tags definieren. Die Seite Meta Tag Builder gibt Ihnen hierzu \r\neinige Tipps.

Erfahrene Anwender: Sie können hier auch andere Dinge, \r\nwie z. B. JavaScript, einfügen. \r\n

Standard Meta Tags benutzen?
Sollten Sie keine eigenen MetaTags \r\ndefinieren wollen, kann WebGUI diese basierend auf dem Seitentitel und Ihrem \r\nFirmennamen erzeugen. Aktivieren Sie diese Checkbox um die WebGUI-generierten \r\nMetaTags einzuschalten. \r\n

Style
Standardmässig erbt eine Seite, die Sie erstellen, ihre Merkmale \r\nvon der übergeordneten Seite. Eines dieser Merkmale ist der Style. Wählen Sie \r\nhier einen Style aus der Liste aus, den Sie für diese Seite verwenden möchten. \r\nWeitere Details finden Sie unter Style hinzufügen. \r\n

Wenn Sie "Ja" unterhalb des Style-Auswahlmenus aktivieren, wird \r\nder Style für alle Seiten unterhalb dieser Seite übernommen. \r\n

Anfangsdatum
Das Datum, ab dem die Seite sichtbar sein soll. Vor \r\ndiesem Datum sehen nur Contentmanager mit der Berechtigung zur Bearbeitung diese \r\nSeite. \r\n

Enddatum
Das Datum, bis dem die Seite sichtbar sein soll. Nach \r\ndiesem Datum sehen nur Contentmanager mit der Berechtigung zur Bearbeitung diese \r\nSeite. \r\n \r\n

Besitzer
Der Besitzer der Seite ist gewöhnlich die Person, die \r\ndie Seite erstellt hat. \r\n

Besitzer kann anschauen?
Kann der Besitzer die Seite anschauen \r\noder nicht? \r\n

Besitzer kann bearbeiten?
Kann der Besitzer die Seite bearbeiten \r\noder nicht? Seien Sie hier vorsichtig: wenn Sie hier festlegen, dass der Besitzer \r\ndie Seite nicht mehr bearbeiten kann und Sie selber nicht in zu der selben Gruppe \r\ngehören, verlieren Sie die Möglichkeit zur Bearbeitung dieser Seite. \r\n

Gruppe
Eine Gruppe wird einer Seite zugeordnet, um erweiterte Möglichkeiten \r\nzur Berechtigungsvergabe zu haben. . \r\n

Gruppe kann anschauen?
Können die Mitglieder dieser Gruppe diese \r\n Seite anschauen? \r\n

Gruppe kann bearbeiten?
Dürfen Mitglieder dieser Gruppe die Seite \r\nbearbeiten? \r\n

Jeder kann anschauen?
Darf ein Besucher oder Mitglied ungeachtet \r\neiner Gruppenzughörigkeit oder Besitzer diese Seite anschauen? \r\n

Jeder kann bearbeiten?
Darf ein gewähnlicher Besucher diese Seite \r\nbearbeiten? \r\n

Sie können diese Berechtigungen an alle Seiten unterhalb dieser Seite vergeben. \r\n

Als nächstes?
Hier können Sie gleich zu Ihrer neuen Seite gelangen \r\noder zu der vorherigen zurückkehren.

',1044374485); INSERT INTO international VALUES (884,'WebGUI',1,'Pop Up',1044705337); INSERT INTO international VALUES (883,'WebGUI',1,'Inline (when supported)',1044705322); INSERT INTO international VALUES (882,'WebGUI',1,'Editor Mode',1044705246); @@ -10116,41 +10121,1037 @@ INSERT INTO international VALUES (880,'WebGUI',1,'Last Resort Editor',1044705137 INSERT INTO international VALUES (879,'WebGUI',1,'Classic Editor (Internet Explorer 5+)',1044705103); INSERT INTO international VALUES (73,'MailForm',21,'éÍÑ ÐÏÌÑ',1042025990); INSERT INTO international VALUES (888,'WebGUI',1,'Snippet Preview Length',1045312362); -INSERT INTO international VALUES (623,'WebGUI',2,'Cascading Style Sheets (CSS) sind \r\neine gute Möglichkeit, um das "Look and Feel", also das Aussehen einer \r\nSeite zu bestimmen. Sie werden sehr weitreichend in WebGUI benutzt.

Sollten \r\nSie mit der Benutzung von CSS nicht vertraut sein: Plain Black Software bietet \r\nSchulungsbereiche in XHTML und CSS an. Alternativ können Sie sich den exellenten \r\nCSS Editor von Bradsoft, Top Style \r\nanschauen.

Nachfolgend eine Liste von Style Klassen, die das Aussehen von \r\nWebGUI bestimmen: WebGUI: \r\n

A
Die Links.

BODY
Das Standard-Setup aller Seiten innerhalb \r\neines Styles. \r\n

H1
Die Überschriften einer jeden Seite. \r\n

.accountOptions
Die Link, die unter den Login und Zugangsdaten \r\nFormularen angezeigt werden. \r\n

.adminBar
Die Leiste, die im Kopf der Seite erscheint, wenn Sie \r\nim Editiermodus sind (Administrationsmenü)

.content
Der Haupt Inhaltsbereich \r\nauf allen Seiten dieses Styles \r\n

.formDescription
Die Zeichen der Formelemente (z. B. im Mailformular \r\nder Text "Von: ")

.formSubtext
Die Zeichen unterhalb \r\nvon Form-Elementen

.highlight
Bedeutet ein hervorgehobenes Element, \r\n so zum Beispiel können Sie hiermit den Beitrag, der gerade gelesen wird, hervorheben.

.horizontalMenu
Das \r\nhorizontale Menu (sofern Sie eins verwenden)

.pagination
Die "Vorher" \r\n/ "Weiter" Links auf Seiten, die sich über mehrere Seiten erstrecken.

.selectedMenuItem
Hiermit \r\nkönnen Sie in einigen der Menu-Makros die aktuelle Seite hervorheben.

.tableData
Die \r\nDatenreihen u.a.im Diskussionsforum und im Benutzerbeitragssystem.

.tableHeader
Die \r\nSpaltenköpfe u.a .im Diskussionsforum und im Benutzerbeitragssystem.

.tableMenu
Das \r\nMenu  u.a .im Diskussionsforum und im Benutzerbeitragssystem.

.verticalMenu
Das \r\nvertikale Menü (sofern Sie eines verwenden)

Beachte: Einige \r\nWobjects und Makros haben noch ihre eigenen zusätzlichen Stylesheet Klassen, \r\ndie in den jeweiligen Hilfebereichen näher erläutert sind.

',1045499374); -INSERT INTO international VALUES (621,'WebGUI',2,'In den Styles werden WebGUI Makros unterstützt. Sehen Sie unter Makros verwenden nach, \r\num weitere Informationen erhalten.

Style Name
Ein eindeutiger Name, \r\num zu beschreiben, wie der Style im Überblick aussieht. \r\n

Body
Damit ist der HTML Body Bereich Ihrer Seite gemeint. Hier \r\nwird u. a. festgelegt, wo die Seitennavigation liegen soll, oder auch viele \r\nandere Dinge, wie Logo, Copyright, etc. Ein Body muss mindestens einige Dinge \r\nenthalten, wie das \r\n^AdminBar; Makro und das ^-; (Seperator) Makro. Das ^AdminBar; Makro legt fest, \r\nwo WebGUI die Administrationsfunktionen anzeigen soll, das ^-; Makro legt fest, \r\nwo WebGUI den eigentlichen Inhalt der Seite platzieren soll. \r\n

Sollten Sie Unterstützung beim Entwerfen eines Styles/Layouts Ihrer Seite \r\nbenötigen: Plain \r\nBlack Software bietet kostengünstige Unterstützung an. \r\n

Viele WebGUI Nutzer fügen Makros in den Body-Bereich ein, um die Navigationselemente \r\neinzubinden oder viele weitere WebGUI Features. \r\n

Style Sheet
Geben Sie hier die Stylesheet Einträge an. Stylesheets \r\nwerden u. a. zum Festlegen der Darstellung von Farben, Schriftarten, Schriftgrössen \r\nund anderen Eigenschaften  benutzt. Sehen Sie unter Style Sheets verwenden nach, \r\num weitere Informationen zu erhalten. \r\n

Erfahrene Benutzer: für eine grössere Performance können Sie auch \r\neine Stylesheet-Datei erstellen, die Sie z. B. webgui.css nennen können und \r\nfügen Sie einen Eintrag wie diesen hier ein:

\r\n',1045497990); -INSERT INTO international VALUES (632,'WebGUI',2,'Wobjects können Sie hinzufügen, indem Sie aus dem Menü "Inhalt hinzufügen \r\n...", das sich in der Regel oben rechts befindet, ein beliebiges Wobject \r\nauswählen. Sie können es bearbeiten, wenn Sie den Bearbeiten-Button anklicken, \r\nder immer über einem Wobject steht, das Sie in die Seite eingebunden haben. \r\n

Einige Eigenschaften finden Sie bei fast allen Wobjects. Diese wären: \r\n

Wobject ID
Dies ist das eindeutige Kennzeichen das WebGUI benutzt, \r\num diese Wobject Instanz zu identifizieren. Normale Benutzer sollten eigentlich \r\nniemals mit dieser Wobject ID konfrontiert werden, aber einige erfahrene Benutzer \r\nsollten sie schon kennen, da sie z.b. hilfreich in den SQL \r\nReports sind.

Titel
Der Titel des Wobjects. Typischerweise wird \r\ndieser im Kopfbereich eines jeden Wobjects angezeigt. \r\n

Beachte: Sie sollten immer einen Titel vergeben, es sei denn, sie \r\nschalten die Anzeige des Titels ab (siehe nächste Einstellung). Und zwar sollten \r\nSie das u. a. deswegen tun, da dieser Titel auch im Mülleimer oder in der Zwischenablage \r\nangezeigt wird. So können Sie immer auf Anhieb sehen, um welches Wobject es \r\nsich eigentlich handelt.

Titel anzeigen?
Möchten Sie, dass der Titel \r\nangezeigt wird? \r\n

Makros ausführen?
Möchten Sie, dass Makros, die Sie im Inhaltsbereich \r\nschreiben, auch ausgeführt werden? Manchmal möchten Sie dies zulassen, aber \r\noft besteht keine Notwendigkeit dafür. Wenn Sie das Ausführen von Makros ausschalten, \r\nwerden Ihre Seiten auch ein wenig schneller aufgebaut. \r\n

Position des Templates
Template Positionen gehen von 0 (Null) \r\nbis zu beliebigen Nummern. Wie viele hier möglich sind, ist abhängig von dem \r\nTemplate, dass dieser Seite zugeordnet ist. Das Standard Template bietet nur \r\neine Template Position, andere können mehr anbieten. Wenn Sie also eine Template \r\nPosition auswählen, bestimmen Sie, wo das Wobject innerhalb der Seite erscheinen \r\nsoll.

Anfangsdatum
Ab welchem Datum soll das Wobject auf der Seite \r\nerscheinen? Vor diesem Zeitpunkt ist es dann nur für Content Manager sichtbar.

Ende Datum
Bis \r\nzu welchem Datum soll das Wobject angezeigt werden? Nach diesem Zeitpunkt ist \r\nes dann nur für Content Manager sichtbar.

Inhalt/Beschreibung
Ein \r\nInhaltsbereich, in den Sie soviel Text schreiben können, wie Sie möchten. Wenn \r\nSie z. B. eine FAQ hinzufügen, können Sie hier eine Zusammenfassung hineinschreiben, \r\num zu definieren, um welche FAQ es sich handelt. Wenn Sie das Wobject "Artikel" \r\neinfügen, schreiben Sie hier den eigentlichen Text des Artikels, also den Inhalt, \r\nhinein.

',1045497914); -INSERT INTO international VALUES (864,'WebGUI',2,'Zeitabstand zur Ablaufankündigung',1045494167); -INSERT INTO international VALUES (866,'WebGUI',2,'Benachrichtigungstext zum Ablaufdatum',1045494104); -INSERT INTO international VALUES (863,'WebGUI',2,'Löschen Zeitspanne',1045494042); -INSERT INTO international VALUES (888,'WebGUI',2,'Vorschaulänge Schnipsel',1045392060); -INSERT INTO international VALUES (878,'WebGUI',2,'Sie haben kein Thema abonniert.',1045240792); -INSERT INTO international VALUES (877,'WebGUI',2,'Themen Abonnement',1045240774); -INSERT INTO international VALUES (876,'WebGUI',2,'Themen-Abonnements anschauen.',1045240738); -INSERT INTO international VALUES (875,'WebGUI',2,'Ein neuer Beitrag wurde zu einem Ihrer abonnierten Themen veröffentlicht.',1045240709); -INSERT INTO international VALUES (874,'WebGUI',2,'Abonnement aufheben',1045240678); -INSERT INTO international VALUES (873,'WebGUI',2,'Thema abonnieren',1045240660); -INSERT INTO international VALUES (872,'WebGUI',2,'Wer kann anschauen?',1045240645); -INSERT INTO international VALUES (871,'WebGUI',2,'Wer kann bearbeiten?',1045240629); -INSERT INTO international VALUES (870,'WebGUI',2,'Willkommen',1045240608); -INSERT INTO international VALUES (869,'WebGUI',2,'Begrüssungsmeldung',1045240597); -INSERT INTO international VALUES (868,'WebGUI',2,'Begrüssungsmeldung senden?',1045240583); -INSERT INTO international VALUES (867,'WebGUI',2,'Einschränkung der Privilegien',1045240560); -INSERT INTO international VALUES (865,'WebGUI',2,'Benutzer über abgelaufene Zeit informieren?',1045240401); -INSERT INTO international VALUES (862,'WebGUI',2,'Das Profil dieses Benutzers ist nicht öffentlich.',1045240139); -INSERT INTO international VALUES (861,'WebGUI',2,'Profil veröffentlichen?',1045240103); -INSERT INTO international VALUES (860,'WebGUI',2,'Emailadresse veröffentlichen?',1045240086); -INSERT INTO international VALUES (859,'WebGUI',2,'Signatur',1045239982); -INSERT INTO international VALUES (858,'WebGUI',2,'Alias',1045239946); -INSERT INTO international VALUES (857,'WebGUI',2,'IP Adresse',1045239892); -INSERT INTO international VALUES (879,'WebGUI',2,'Klassischer Editor (Internet Explorer 5+)',1045210197); -INSERT INTO international VALUES (880,'WebGUI',2,'Last Resort Editor',1045210146); -INSERT INTO international VALUES (881,'WebGUI',2,'Keiner',1045210129); -INSERT INTO international VALUES (882,'WebGUI',2,'Editor Modus',1045210114); -INSERT INTO international VALUES (883,'WebGUI',2,'Inline (sofern unterstützt)',1045210099); -INSERT INTO international VALUES (884,'WebGUI',2,'Pop Up',1045210073); -INSERT INTO international VALUES (885,'WebGUI',2,'Benutzern erlauben, ihren Account zu deaktivieren?',1045210060); -INSERT INTO international VALUES (886,'WebGUI',2,'Von der Navigation verbergen?',1045210035); -INSERT INTO international VALUES (887,'WebGUI',2,'Midas (IE 6+ or Mozilla 1.3+)',1045210016); +INSERT INTO international VALUES (27,'MailForm',1,'Height',1045210016); +INSERT INTO international VALUES (28,'MailForm',1,'Optional for TextArea',1045210016); +INSERT INTO international VALUES (29,'MailForm',1,'is a required field.',1045210016); +INSERT INTO international VALUES (30,'MailForm',1,'has to be a number.',1045210016); +INSERT INTO international VALUES (31,'MailForm',1,'is not filled in correctly.',1045210016); +INSERT INTO international VALUES (32,'MailForm',1,'is not a valid email address.',1045210016); +INSERT INTO international VALUES (889,'WebGUI',1,'Style Sheets, Tabs',1046067380); +INSERT INTO international VALUES (890,'WebGUI',1,'WebGUI has a sub-system that can create tabs. You\'ll see these in complex forms such as page editing. In order to make the tabs system look good and match your site, you\'ll need to add a section to your style\'s style sheet specifically for the tabs. \r\n

\r\nThe following style sheet classes are available:\r\n

\r\n\r\n.tab
\r\nThe default look of each tab.\r\n

\r\n\r\ndiv.tabs
\r\nThis also sets some properties for all of the tabs. This should be used for the text labels in the tabs.\r\n

\r\n\r\n\r\n.tabBody
\r\nThe content area for each tab. This is where the form will show up. Note that for best results the background color of this should match the background color of .tabActive.\r\n

\r\n\r\n\r\n.tabHover
\r\nThe look of a tab as the mouse hovers over it.\r\n

\r\n\r\n.tabActive
\r\nThe look of the tab that is currently visible.\r\n

\r\n\r\n\r\n\r\nExamples
\r\nYou can use these instead of creating your own if you wish. Or just use these as guidelines for creating your own.\r\n

\r\n
\r\nWhite or Light Colored Styles\r\n
\r\n.tab {\r\n  border: 1px solid black;\r\n   background-color: #eeeeee;\r\n}\r\n.tabBody {\r\n   border: 1px solid black;\r\n   border-top: 1px solid black;\r\n   border-left: 1px solid black;\r\n   background-color: #dddddd; \r\n}\r\ndiv.tabs {\r\n    line-height: 15px;\r\n    font-size: 14px;\r\n}\r\n.tabHover {\r\n   background-color: #cccccc;\r\n}\r\n.tabActive { \r\n   background-color: #dddddd; \r\n}\r\n
\r\n
\r\nBlack or Dark Colored Styles\r\n
\r\n.tab {\r\n  border: 1px solid white;\r\n   background-color: #333333;\r\n}\r\n.tabBody {\r\n   border: 1px solid white;\r\n   border-top: 1px solid white;\r\n   border-left: 1px solid white;\r\n   background-color: #444444; \r\n}\r\ndiv.tabs {\r\n    line-height: 15px;\r\n    font-size: 14px;\r\n}\r\n.tabHover {\r\n   background-color: #555555;\r\n}\r\n.tabActive { \r\n   background-color: #444444; \r\n}\r\n
\r\n
\r\n\r\n\r\n\r\n',1046067380); +INSERT INTO international VALUES (3,'HttpProxy',1,'HTTP Proxy',1031510000); +INSERT INTO international VALUES (2,'HttpProxy',1,'Edit HTTP Proxy',1031510000); +INSERT INTO international VALUES (1,'HttpProxy',1,'URL',1031510000); +INSERT INTO international VALUES (4,'HttpProxy',1,'Timeout',1047837283); +INSERT INTO international VALUES (2,'Article',12,'Artikel bearbeiten',1040597813); +INSERT INTO international VALUES (5,'HttpProxy',1,'Allow proxying of other domains?',1047835817); +INSERT INTO international VALUES (6,'HttpProxy',1,'Remove style?',1047837230); +INSERT INTO international VALUES (8,'HttpProxy',1,'Follow redirects?',1047837255); +INSERT INTO international VALUES (9,'HttpProxy',1,'Cookie Jar',1047835842); +INSERT INTO international VALUES (9,'HttpProxy',2,'Verzeichnis zum Speichern der Cookies',1040395667); +INSERT INTO international VALUES (8,'HttpProxy',2,'Redirects folgen',1040395646); +INSERT INTO international VALUES (1,'Article',12,'Edit Article',1031514049); +INSERT INTO international VALUES (6,'HttpProxy',2,'Style vom Inhalt entfernen',1040395623); +INSERT INTO international VALUES (5,'HttpProxy',2,'Externen Links folgen',1040395599); +INSERT INTO international VALUES (4,'HttpProxy',2,'Timeout (Sekunden)',1040395576); +INSERT INTO international VALUES (3,'HttpProxy',2,'HTTP Proxy',1040395372); +INSERT INTO international VALUES (2,'HttpProxy',2,'HTTP Proxy ändern',1040395360); +INSERT INTO international VALUES (1,'HttpProxy',2,'URL',1040395344); +INSERT INTO international VALUES (840,'WebGUI',1,'These macros are designed to provide programming-like functionality. They are powerful when used appropriately, and dangerous when used carelessly. Take care when using these macros.\r\n\r\n

\r\n\r\n^D; or ^D(); - Date
\r\nThe current date and time.\r\n

\r\n\r\nYou can configure the date by using date formatting symbols. For instance, if you created a macro like this ^D(\"%c %D, %y\"); it would output September 26, 2001. The following are the available date formatting symbols:\r\n

\r\n\r\n
%%%
%y4 digit year
%Y2 digit year
%m2 digit month
%Mvariable digit month
%cmonth name
%d2 digit day of month
%Dvariable digit day of month
%wday of week name
%h2 digit base 12 hour
%Hvariable digit base 12 hour
%j2 digit base 24 hour
%Jvariable digit base 24 hour
%plower case am/pm
%Pupper case AM/PM
%zuser preference date format
%Zuser preference time format
\r\n

\r\n\r\n^Env()
\r\nCan be used to display a web server environment variable on a page. The environment variables available on each server are different, but you can find out which ones your web server has by going to: http://www.yourwebguisite.com/env.pl\r\n

\r\n\r\nThe macro should be specified like this ^Env(\"REMOTE_ADDR\");\r\n

\r\n\r\n^Execute();
\r\nAllows a content manager or administrator to execute an external program. Takes the format of ^Execute(\"/this/file.sh\");.\r\n

\r\n\r\n\r\n^FormParam();
\r\nThis macro is mainly used in generating dynamic queries in SQL Reports. Using this macro you can pull the value of any form field simply by specifing the name of the form field, like this: ^FormParam(\"phoneNumber\");\r\n

\r\n\r\n^Include();
\r\nAllows a content manager or administrator to include a file from the local filesystem. \r\n

\r\nExample: ^Include(\"/this/file.html\");\r\n

\r\n\r\n^International();
\r\nPull a translated message from the internationalization system.\r\n

\r\nExample: ^International(45,\"Article\");\r\n

\r\n\r\n\r\n^Quote();
\r\nUse this to escape a string before using it in a database query.\r\n

\r\n\r\n\r\n^Page();
\r\nThis can be used to retrieve information about the current page. For instance it could be used to get the page URL like this ^Page(\"urlizedTitle\"); or to get the menu title like this ^Page(\"menuTitle\");.\r\n

\r\n\r\n^SQL();
\r\nA one line SQL report. Sometimes you just need to pull something back from the database quickly. This macro is also useful in extending the SQL Report wobject. It uses the numeric macros (^0; ^1; ^2; etc) to position data and can also use the ^rownum; macro just like the SQL Report wobject. Examples:

\r\n ^SQL(\"select count(*) from users\",\"There are ^0; users on this system.\");\r\n

\r\n^SQL(\"select userId,username from users order by username\",\"<a href=\'^/;?op=viewProfile&uid=^0;\'>^1;</a><br>\");\r\n

\r\n^URLEncode();
\r\nThis macro is mainly useful in SQL reports, but it could be useful elsewhere as well. It takes the input of a string and URL Encodes it so that the string can be passed through a URL. It\'s syntax looks like this: ^URLEncode(\"Is this my string?\");\r\n

\r\n\r\n\r\n^User();
\r\nThis macro will allow you to display any information from a user\'s account or profile. For instance, if you wanted to display a user\'s email address you\'d create this macro: ^User(\"email\");\r\n

\r\n\r\n^*; or ^*(); - Random Number
\r\nA randomly generated number. This is often used on images (such as banner ads) that you want to ensure do not cache. In addition, you may configure this macro like this ^*(100); to create a random number between 0 and 100.\r\n

\r\n\r\n^-;,^0;,^1;,^2;,^3;, etc.
\r\nThese macros are reserved for system/wobject-specific functions as in the SQL Report wobject and the Body in the Style Manager.\r\n

\r\n',1047856488); +INSERT INTO international VALUES (1,'Discussion',1,'Filter Post',1046607477); +INSERT INTO international VALUES (419,'WebGUI',1,'Remove everything but the text.',1046637533); +INSERT INTO international VALUES (526,'WebGUI',1,'Remove JavaScript and negate macros.',1047838780); +INSERT INTO international VALUES (891,'WebGUI',1,'Only negate macros.',1047838859); +INSERT INTO international VALUES (892,'WebGUI',1,'Discussion',1046637952); +INSERT INTO international VALUES (893,'WebGUI',1,'Wobject Properties',1046638419); +INSERT INTO international VALUES (3,'Article',12,'Bewerk artikel',1037903209); +INSERT INTO international VALUES (4,'Article',12,'Editar Artículo',1031510000); +INSERT INTO international VALUES (5,'Article',12,'Modificar artigo',1031510000); +INSERT INTO international VALUES (6,'Article',12,'Redigera artikel',1031841932); +INSERT INTO international VALUES (7,'Article',12,'±à¼­ÎÄÕÂ',1031510000); +INSERT INTO international VALUES (8,'Article',12,'Modifica Articolo',1031510000); +INSERT INTO international VALUES (9,'Article',12,'½s¿è¤å³¹',1031510000); +INSERT INTO international VALUES (10,'Article',12,'rediger artikel',1031510000); +INSERT INTO international VALUES (11,'Article',12,'ÊÍÑíÑ ÇáÝÞÑÉ',1031514049); +INSERT INTO international VALUES (12,'Article',12,'Rediger artikkel',1045348096); +INSERT INTO international VALUES (21,'Article',12,'òÅÄÁËÔÉÒÏ×ÁÔØ ÓÔÁÔØÀ',1034227611); +INSERT INTO international VALUES (1,'EventsCalendar',12,'Edit Events Calendar',1031514049); +INSERT INTO international VALUES (2,'EventsCalendar',12,'Veranstaltungskalender bearbeiten',1040644246); +INSERT INTO international VALUES (3,'EventsCalendar',12,'Bewerk evenementenkalender',1038486744); +INSERT INTO international VALUES (4,'EventsCalendar',12,'Editar Calendario de Eventos',1031510000); +INSERT INTO international VALUES (5,'EventsCalendar',12,'Modificar calendário de eventos',1031510000); +INSERT INTO international VALUES (6,'EventsCalendar',12,'Redigera Händelser Kalender',1031649518); +INSERT INTO international VALUES (7,'EventsCalendar',12,'±à¼­ÐÐÊÂÀú',1031510000); +INSERT INTO international VALUES (8,'EventsCalendar',12,'Modifica Calendario Eventi',1031510000); +INSERT INTO international VALUES (9,'EventsCalendar',12,'½s¿è¦æ¨Æ¾ä',1031510000); +INSERT INTO international VALUES (10,'EventsCalendar',12,'rediger begivenheds kalender',1031510000); +INSERT INTO international VALUES (11,'EventsCalendar',12,'ÊÍÑíÑ ÊÞæíã ÇáÃÍÏÇË',1031514049); +INSERT INTO international VALUES (12,'EventsCalendar',12,'Rediger hendelses kalender',1045348150); +INSERT INTO international VALUES (21,'EventsCalendar',12,'òÅÄÁËÔÉÒÏ×ÁÔØ ÏÒÇÁÎÁÊÚÅÒ',1034189690); +INSERT INTO international VALUES (1,'FAQ',12,'Turn Q/A on?',1031514049); +INSERT INTO international VALUES (2,'FAQ',12,'Frage/Antwort einschalten?',1040644541); +INSERT INTO international VALUES (3,'FAQ',12,'Zet V/A aan?',1038487333); +INSERT INTO international VALUES (6,'FAQ',12,'Sätt på Q/A?',1031669840); +INSERT INTO international VALUES (7,'FAQ',12,'ÊÇ·ñ´ò¿ª Q/A £¿',1031510000); +INSERT INTO international VALUES (8,'FAQ',12,'Attiva D/R ?',1031510000); +INSERT INTO international VALUES (9,'FAQ',12,'¬O§_¥´¶} Q/A ',1031510000); +INSERT INTO international VALUES (10,'FAQ',12,'Slå Q/A til?',1036597786); +INSERT INTO international VALUES (11,'FAQ',12,'ÊÔÛíá Ó/Ì¿',1031514049); +INSERT INTO international VALUES (12,'FAQ',12,'Slå på Q&A?',1044115516); +INSERT INTO international VALUES (21,'FAQ',12,'äÏÂÁ×ÉÔØ ×ÏÐÒÏÓ/ÏÔ×ÅÔ?',1034752668); +INSERT INTO international VALUES (1,'FileManager',12,'Are you certain that you wish to delete this file?',1038882975); +INSERT INTO international VALUES (2,'FileManager',12,'Sind Sie sicher, dass Sie diesen Download löschen möchten?',1040644704); +INSERT INTO international VALUES (3,'FileManager',12,'Weet u zeker dat u dit bestand wilt verwijderen?',1039741211); +INSERT INTO international VALUES (6,'FileManager',12,'Är du säker på att du vill ta bort denna nedladdning?',1031510000); +INSERT INTO international VALUES (7,'FileManager',12,'ÄúÊÇ·ñÈ·¶¨ÒªÉ¾³ý´ËÏÂÔØÏîÂð£¿',1031510000); +INSERT INTO international VALUES (8,'FileManager',12,'Sei sicuro di voler cancellare questo download?',1031510000); +INSERT INTO international VALUES (9,'FileManager',12,'±z¬O§_½T©w­n§R°£¦¹¤U¸ü¶µ¶Ü',1031510000); +INSERT INTO international VALUES (10,'FileManager',12,'Er du sikker på du vil slette denne Download?',1031510000); +INSERT INTO international VALUES (12,'FileManager',12,'Er du sikker på at du vil slette denne filen?',1044116109); +INSERT INTO international VALUES (21,'FileManager',12,'õÄÁÌÉÔØ ÆÁÊÌ?',1040912891); +INSERT INTO international VALUES (1,'LinkList',12,'Edit Link',1031514049); +INSERT INTO international VALUES (2,'LinkList',12,'Link bearbeiten',1040644982); +INSERT INTO international VALUES (3,'LinkList',12,'Bewerk link',1038513235); +INSERT INTO international VALUES (4,'LinkList',12,'Editar Enlace',1031510000); +INSERT INTO international VALUES (5,'LinkList',12,'Modificar hiperlink',1031510000); +INSERT INTO international VALUES (6,'LinkList',12,'Redigera Länk',1031510000); +INSERT INTO international VALUES (7,'LinkList',12,'±à¼­Á´½Ó',1031510000); +INSERT INTO international VALUES (8,'LinkList',12,'Modifica Link',1031510000); +INSERT INTO international VALUES (9,'LinkList',12,'½s¿è¶W³sµ²',1031510000); +INSERT INTO international VALUES (10,'LinkList',12,'Rediger henvisning ',1032470135); +INSERT INTO international VALUES (11,'LinkList',12,'ÊÍÑíÑ æÕáÉ',1031514049); +INSERT INTO international VALUES (12,'LinkList',12,'Rediger Link',1045348681); +INSERT INTO international VALUES (21,'LinkList',12,'òÅÄÁËÔÉÒÏ×ÁÔØ ÓÓÙÌËÕ',1034189690); +INSERT INTO international VALUES (1,'MailForm',12,'Cc',1031514049); +INSERT INTO international VALUES (2,'MailForm',12,'Kopie',1040645088); +INSERT INTO international VALUES (3,'MailForm',12,'Cc (Kopie naar)',1038513357); +INSERT INTO international VALUES (6,'MailForm',12,'Cc',1031733124); +INSERT INTO international VALUES (10,'MailForm',12,'Cc',1036598479); +INSERT INTO international VALUES (11,'MailForm',12,'ÕæÑÉ Åáì',1031514049); +INSERT INTO international VALUES (12,'MailForm',12,'cc',1044117197); +INSERT INTO international VALUES (21,'MailForm',12,'Cc',1034752668); +INSERT INTO international VALUES (1,'MessageBoard',12,'Edit Message',1031514049); +INSERT INTO international VALUES (2,'MessageBoard',12,'Beitrag bearbeiten',1040646622); +INSERT INTO international VALUES (3,'MessageBoard',12,'Bewerk bericht',1038526390); +INSERT INTO international VALUES (4,'MessageBoard',12,'Editar mensaje',1039628721); +INSERT INTO international VALUES (5,'MessageBoard',12,'Modificar mensagem',1031510000); +INSERT INTO international VALUES (6,'MessageBoard',12,'Redigera meddelande',1031510000); +INSERT INTO international VALUES (7,'MessageBoard',12,'±à¼­ÎÄÕÂ',1031510000); +INSERT INTO international VALUES (8,'MessageBoard',12,'Modifica Messaggio',1031510000); +INSERT INTO international VALUES (9,'MessageBoard',12,'½s¿è¤å³¹',1031510000); +INSERT INTO international VALUES (10,'MessageBoard',12,'Rediger meddelelse',1032470260); +INSERT INTO international VALUES (11,'MessageBoard',12,'ÊÍÑíÑ ÇáÑÓÇáÉ',1031514049); +INSERT INTO international VALUES (12,'MessageBoard',12,'Rediger melding',1045348800); +INSERT INTO international VALUES (21,'MessageBoard',12,'òÅÄÁËÔÉÒÏ×ÁÔØ ÓÏÏÂÝÅÎÉÅ',1034189690); +INSERT INTO international VALUES (12,'PhotoGallery',12,'Fortsett med å legge inn bilder',1045073912); +INSERT INTO international VALUES (1,'Poll',12,'Total Votes:',1031514049); +INSERT INTO international VALUES (2,'Poll',12,'Gesamtzahl der Abstimmungen:',1041071732); +INSERT INTO international VALUES (3,'Poll',12,'Totaal Aantal Stemmen:',1037884901); +INSERT INTO international VALUES (6,'Poll',12,'Totalt antal röster:',1032262302); +INSERT INTO international VALUES (7,'Poll',12,'×ÜͶƱÈËÊý:',1031514049); +INSERT INTO international VALUES (10,'Poll',12,'Stemmer i alt:',1036604113); +INSERT INTO international VALUES (11,'Poll',12,'ãÌãæÚ ÇáÃÕæÇÊ:',1031514049); +INSERT INTO international VALUES (12,'Poll',12,'Totalt antall stemmer:',1045075178); +INSERT INTO international VALUES (21,'Poll',12,'÷ÓÅÇÏ ÐÒÏÇÏÌÏÓÏ×ÁÌÏ:',1034752668); +INSERT INTO international VALUES (1,'SQLReport',12,'Debug: Error: Could not connect to the database.',1031514049); +INSERT INTO international VALUES (2,'SQLReport',12,'Fehler: Datenbankverbindung konnte nicht aufgebaut werden.',1040687); +INSERT INTO international VALUES (3,'SQLReport',12,'Debug: Fout: Kon geen verbinding met de database maken.',1038527862); +INSERT INTO international VALUES (4,'SQLReport',12,'Error: No se puede conectar a la base de datos.',1031510000); +INSERT INTO international VALUES (5,'SQLReport',12,'Erro: Não é possível ligar á base de dados.',1031510000); +INSERT INTO international VALUES (6,'SQLReport',12,'<b>Debug:</b> Error: Could not connect to the database.',1031510000); +INSERT INTO international VALUES (7,'SQLReport',12,'Debug: Error: Could not connect to the database.',1031510000); +INSERT INTO international VALUES (8,'SQLReport',12,'Error: Could not connect to the database.',1031510000); +INSERT INTO international VALUES (9,'SQLReport',12,'Debug: Error: Could not connect to the database.',1031510000); +INSERT INTO international VALUES (10,'SQLReport',12,'Debug: Error: Could not connect to the database.',1031510000); +INSERT INTO international VALUES (11,'SQLReport',12,'ÊäÞíÍ : ÎØÃ : áã íÊãßä ãä ÇáÇÊÕÇá ÈÞÇÚÏÉ ÇáÈíÇäÇÊ',1031514049); +INSERT INTO international VALUES (12,'SQLReport',12,'Debug: Error: Could not connect to the database.',1045162759); +INSERT INTO international VALUES (21,'SQLReport',12,'ïÛÉÂËÁ: ÎÅ ÍÏÇÕ ÓÏÅÄÉÎÉÔØÓÑ Ó ÂÁÚÏÊ.',1034189690); +INSERT INTO international VALUES (1,'Survey',12,'Who can take the survey?',1033949789); +INSERT INTO international VALUES (2,'Survey',12,'Wer kann an der Umfrage teilnehmen?',1040395930); +INSERT INTO international VALUES (3,'Survey',12,'Wie kan de enquête afnemen?\r\n',1037966157); +INSERT INTO international VALUES (12,'Survey',12,'Hvem kan ta Undersøkelsen?',1045176843); +INSERT INTO international VALUES (21,'Survey',12,'çÒÕÐÐÁ ÐÏÌØÚÏ×ÁÔÅÌÅÊ, ÐÒÉÎÉÍÁÀÝÁÑ ÕÞÁÓÔÉÅ × ÏÐÒÏÓÅ',1040920231); +INSERT INTO international VALUES (1,'USS',12,'(Uncheck if you\'re writing an HTML submission.)',1031514049); +INSERT INTO international VALUES (2,'USS',12,'(Bitte deaktivieren, wenn Ihr Beitrag in HTML geschrieben ist)',1040649805); +INSERT INTO international VALUES (3,'USS',12,'(Niet aanvinken als u een HTML bijdrage levert.)',1038528093); +INSERT INTO international VALUES (4,'USS',12,'(desmarque si está escribiendo la contribución en HTML.)',1031510000); +INSERT INTO international VALUES (5,'USS',12,'(deixar em branco se a submissão for em HTML.)',1031510000); +INSERT INTO international VALUES (6,'USS',12,'(Avkryssa om du skriver ett HTML-inlägg)',1031648376); +INSERT INTO international VALUES (7,'USS',12,'(Èç¹ûÄúʹÓÃÁ˳¬Îı¾ÓïÑÔ£¬Ç벻ҪѡÔñ´ËÏî)',1031510000); +INSERT INTO international VALUES (8,'USS',12,'(deseleziona se scrivi in HTML)',1031510000); +INSERT INTO international VALUES (9,'USS',12,'(¦pªG±z¨Ï¥Î¤F¶W¤å¥»»y¨¥¡A½Ð¤£­n¿ï¾Ü¦¹¶µ)',1031510000); +INSERT INTO international VALUES (10,'USS',12,'(Kryds ikke hvis du laver et HTML indlæg.)',1031510000); +INSERT INTO international VALUES (12,'USS',12,'(ikke marker om du skriver et HTML bidrag.)',1045341719); +INSERT INTO international VALUES (21,'USS',12,'(õÂÅÒÉÔÅ ÇÁÌÏÞËÕ, ÅÓÌÉ ×Ù ÉÓÐÏÌØÚÕÅÔÅ HTML)',1041002267); +INSERT INTO international VALUES (1,'WebGUI',12,'Turn admin off.',1031514049); +INSERT INTO international VALUES (2,'WebGUI',12,'Administrationsmodus abschalten',1040640906); +INSERT INTO international VALUES (3,'WebGUI',12,'Zet beheermode uit.',1038528595); +INSERT INTO international VALUES (4,'WebGUI',12,'Apagar Admin',1031510000); +INSERT INTO international VALUES (5,'WebGUI',12,'Desligar o modo administrativo.',1031510000); +INSERT INTO international VALUES (6,'WebGUI',12,'Stäng av adminverktyg.',1031510000); +INSERT INTO international VALUES (7,'WebGUI',12,'Í˳ö¹ÜÀí',1031510000); +INSERT INTO international VALUES (8,'WebGUI',12,'Spegni interfaccia amministrativa.',1031510000); +INSERT INTO international VALUES (9,'WebGUI',12,'°h¥XºÞ²z',1031510000); +INSERT INTO international VALUES (10,'WebGUI',12,'Slå administration fra',1031510000); +INSERT INTO international VALUES (11,'WebGUI',12,'ÊÚØíá ÇáÅÏÇÑí (admin)',1031514049); +INSERT INTO international VALUES (12,'WebGUI',12,'Slå Admin av.',1045343635); +INSERT INTO international VALUES (21,'WebGUI',12,'õÂÒÁÔØ ÐÁÎÅÌØ ÕÐÒÁ×ÌÅÎÉÑ',1034189690); +INSERT INTO international VALUES (744,'WebGUI',10,'Hvad så?',1046864856); +INSERT INTO international VALUES (743,'WebGUI',10,'Du må angive en valid email adresse for jeg kan forsøge at genskabe dit kodeord.',1046864836); +INSERT INTO international VALUES (658,'WebGUI',10,'Brugere, håndter',1046864784); +INSERT INTO international VALUES (657,'WebGUI',10,'Bruger, slet',1046864764); +INSERT INTO international VALUES (656,'WebGUI',10,'Firma information, rediger',1046864737); +INSERT INTO international VALUES (655,'WebGUI',10,'Bruger, tilføj/rediger',1046864707); +INSERT INTO international VALUES (654,'WebGUI',10,'Stilart, slet',1046864687); +INSERT INTO international VALUES (653,'WebGUI',10,'Side, slet',1046864669); +INSERT INTO international VALUES (652,'WebGUI',10,'Bruger indstillinger, rediger',1046864650); +INSERT INTO international VALUES (642,'WebGUI',10,'Side, tilføj/rediger',1046864612); +INSERT INTO international VALUES (608,'WebGUI',10,'Når du sletter en side skal du være sikker på hvad du gør, eftersom du også sletter alle underliggende sider der er relatateret til denne side. Vær sikker på, at du har kopieret alt indhold du skal bruge over på en anden side, før end du sletter.

\r\n\r\nSom ved alle andre sletninger vil du blive spurgt om du er sikker. Hvis du svarer ja blive tingene slettet, og kan ikke genskabes. Hvis du svarer nej kommer du tilbage til forrige skærmbillede.',1046864428); +INSERT INTO international VALUES (861,'WebGUI',10,'Offentliggør brugerprofil?',1046864242); +INSERT INTO international VALUES (860,'WebGUI',10,'Offentliggør Email adresse?',1046864209); +INSERT INTO international VALUES (859,'WebGUI',10,'Signatur',1046864180); +INSERT INTO international VALUES (858,'WebGUI',10,'Alias',1046864169); +INSERT INTO international VALUES (857,'WebGUI',10,'IP adresse',1046864157); +INSERT INTO international VALUES (856,'WebGUI',10,'Du har ikke rettigheder til at redigere.',1046864143); +INSERT INTO international VALUES (855,'WebGUI',10,'List alle skabeloner',1046864117); +INSERT INTO international VALUES (854,'WebGUI',10,'List alle skabeloner som denne',1046864101); +INSERT INTO international VALUES (853,'WebGUI',10,'Slet denne skabelon',1046864070); +INSERT INTO international VALUES (851,'WebGUI',10,'Rediger denne skabelon.',1046864049); +INSERT INTO international VALUES (848,'WebGUI',10,'Der er syntax fejl i denne skabelon. Venligst ret.',1046864027); +INSERT INTO international VALUES (847,'WebGUI',10,'Gå tilbage til gældende side.',1046863992); +INSERT INTO international VALUES (845,'WebGUI',10,'Stilart makroer',1046863969); +INSERT INTO international VALUES (843,'WebGUI',10,'Bruger makroer',1046863943); +INSERT INTO international VALUES (841,'WebGUI',10,'Navigations makroer',1046863918); +INSERT INTO international VALUES (839,'WebGUI',10,'Programmør makro',1046863894); +INSERT INTO international VALUES (837,'WebGUI',10,'Mappe, tilføj/rediger',1046863861); +INSERT INTO international VALUES (836,'WebGUI',10,'Brudstykker er som navnet siger små tekststykker som kan genbruges overalt på dit site.
\r\nTing som java scripts, CSS filer, flash animationer ja selv sloganer er alle gode eksempler på brudstykker.
\r\nFordelen ved brudstykker er, at du kun skal rette dem ét sted.

\r\n\r\nNavn
\r\nNavnet på dit brudstykke.

\r\n\r\nOrganiser i mappe
\r\nHvilken mappe skal der gemmes i?

\r\n\r\nBrudstykke
\r\nStart bare med at skrive, eller kopier fra et andet sted.',1046863840); +INSERT INTO international VALUES (835,'WebGUI',10,'Brudstykke, tilføj/rediger',1046863632); +INSERT INTO international VALUES (834,'WebGUI',10,'Du kan gemme alle typer af filer for senere brug.\r\n

\r\nNavn
\r\nGiv denne fil et unikt navn som du kan referere til senere.

\r\n\r\nOrganiser i mappe
\r\nHvilken mappe vil du gemme i?

\r\n\r\nFil
\r\nVælg en fil fra disk harddisk der skal uploades.',1046863611); +INSERT INTO international VALUES (852,'WebGUI',10,'Kopier denne skabelon',1046863401); +INSERT INTO international VALUES (833,'WebGUI',10,'Fil, tilføj/rediger',1046860501); +INSERT INTO international VALUES (831,'WebGUI',10,'Brochure makroer',1046860460); +INSERT INTO international VALUES (829,'WebGUI',10,'',1046860399); +INSERT INTO international VALUES (827,'WebGUI',10,'Wobject skabelon',1046860378); +INSERT INTO international VALUES (825,'WebGUI',10,'Skabelon, sprog',1046860351); +INSERT INTO international VALUES (824,'WebGUI',10,'Email bundtekst',1046860334); +INSERT INTO international VALUES (823,'WebGUI',10,'Gå til den nye side.',1046860317); +INSERT INTO international VALUES (821,'WebGUI',10,'enhver',1046860156); +INSERT INTO international VALUES (820,'WebGUI',10,'Din konto er ikke aktiveret. Du kan først logge ind, når en administrator har aktiveret den.',1046860141); +INSERT INTO international VALUES (819,'WebGUI',10,'Selv deaktiveret',1046860042); +INSERT INTO international VALUES (818,'WebGUI',10,'Deaktiveret',1046860025); +INSERT INTO international VALUES (817,'WebGUI',10,'Aktiv',1046860004); +INSERT INTO international VALUES (816,'WebGUI',10,'Status',1046859991); +INSERT INTO international VALUES (815,'WebGUI',10,'Filen du forsøgte at uploade er større end maksimalgrænsen.',1046859979); +INSERT INTO international VALUES (814,'WebGUI',10,'Tilbage til stilarter.',1046859940); +INSERT INTO international VALUES (813,'WebGUI',10,'Grupper i denne gruppe',1046859924); +INSERT INTO international VALUES (812,'WebGUI',10,'Din besked er blevet sendt.',1046859910); +INSERT INTO international VALUES (811,'WebGUI',10,'Fra',1046859893); +INSERT INTO international VALUES (810,'WebGUI',10,'send',1046859882); +INSERT INTO international VALUES (809,'WebGUI',10,'Email gruppe',1046859870); +INSERT INTO international VALUES (808,'WebGUI',10,'Email denne gruppe.',1046859854); +INSERT INTO international VALUES (807,'WebGUI',10,'Håndter grupperne i denne gruppe',1046859817); +INSERT INTO international VALUES (806,'WebGUI',10,'Slet denne gruppe.',1046859792); +INSERT INTO international VALUES (805,'WebGUI',10,'Slet denne stilart.',1046859778); +INSERT INTO international VALUES (804,'WebGUI',10,'Kopier denne stilart',1046859745); +INSERT INTO international VALUES (803,'WebGUI',10,'Rediger denne stilart',1046859693); +INSERT INTO international VALUES (802,'WebGUI',10,'I øjeblikket sporer WebGUI ikke side statistik.\r\nDu kan slå denne funktion til i indstillinger.',1046859675); +INSERT INTO international VALUES (801,'WebGUI',10,'Wobjects interaktioner',1046859616); +INSERT INTO international VALUES (800,'WebGUI',10,'Unikke besøgende',1046859596); +INSERT INTO international VALUES (799,'WebGUI',10,'Side visninger',1046859575); +INSERT INTO international VALUES (798,'WebGUI',10,'Side titel',1046859561); +INSERT INTO international VALUES (797,'WebGUI',10,'Vis trafik statistik',1046859522); +INSERT INTO international VALUES (796,'WebGUI',10,'Vis side statistik',1046859503); +INSERT INTO international VALUES (794,'WebGUI',10,'Pakker',1046859152); +INSERT INTO international VALUES (793,'WebGUI',10,'antal brochurer',1046859139); +INSERT INTO international VALUES (792,'WebGUI',10,'Skabeloner',1046859004); +INSERT INTO international VALUES (791,'WebGUI',10,'Slet denne oversættelse',1046858989); +INSERT INTO international VALUES (790,'WebGUI',10,'Slet denne profil kategori.',1046858965); +INSERT INTO international VALUES (789,'WebGUI',10,'Rediger denne profil kategori',1046858943); +INSERT INTO international VALUES (788,'WebGUI',10,'Slet dette profil felt.',1046858922); +INSERT INTO international VALUES (787,'WebGUI',10,'Rediger dette profil felt.',1046858906); +INSERT INTO international VALUES (786,'WebGUI',10,'WebGUI\'s brochure system giver dig muligehed for at uploade filer og tekster til centralt sted, så de kan bruges alle andre steder på dit site.',1046858887); +INSERT INTO international VALUES (785,'WebGUI',10,'Brochure, administrer',1046858814); +INSERT INTO international VALUES (784,'WebGUI',10,'miniature',1046858782); +INSERT INTO international VALUES (783,'WebGUI',10,'type',1046858762); +INSERT INTO international VALUES (782,'WebGUI',10,'enhver',1046858750); +INSERT INTO international VALUES (781,'WebGUI',10,'brudstykke',1046858732); +INSERT INTO international VALUES (780,'WebGUI',10,'Fil',1046858718); +INSERT INTO international VALUES (779,'WebGUI',10,'Billed',1046858705); +INSERT INTO international VALUES (778,'WebGUI',10,'Mappe beskrivelse',1046858692); +INSERT INTO international VALUES (777,'WebGUI',10,'Mappe Id',1046858674); +INSERT INTO international VALUES (776,'WebGUI',10,'Rediger mappe',1046858661); +INSERT INTO international VALUES (775,'WebGUI',10,'Er du sikker på du vil slette denne mappe og flytte indholdet et niveau op?',1046858645); +INSERT INTO international VALUES (774,'WebGUI',10,'Er du sikker på du vil slette denne brochure? den kan ikke genskabes når den først er slettet.',1046858610); +INSERT INTO international VALUES (773,'WebGUI',10,'fil',1046858440); +INSERT INTO international VALUES (772,'WebGUI',10,'Rediger fil',1046858401); +INSERT INTO international VALUES (771,'WebGUI',10,'brudstykke',1046858382); +INSERT INTO international VALUES (770,'WebGUI',10,'Rediger brudstykke',1046858367); +INSERT INTO international VALUES (769,'WebGUI',10,'Organiser i mappe',1046858339); +INSERT INTO international VALUES (768,'WebGUI',10,'Navn',1046858278); +INSERT INTO international VALUES (767,'WebGUI',10,'Brochure Id',1046858261); +INSERT INTO international VALUES (766,'WebGUI',10,'Tilbage til brochure liste.',1046858193); +INSERT INTO international VALUES (765,'WebGUI',10,'Slet denne brochure enhed.',1046858160); +INSERT INTO international VALUES (764,'WebGUI',10,'Rediger denne brochure ',1046857909); +INSERT INTO international VALUES (763,'WebGUI',10,'Tilføj brudstykke.',1046857690); +INSERT INTO international VALUES (887,'WebGUI',10,'Midas (kræver Mozilla 1.3+)',1046854040); +INSERT INTO international VALUES (762,'WebGUI',10,'Tilføj en fil.',1046853777); +INSERT INTO international VALUES (761,'WebGUI',10,'Tilføj et billed.',1046853763); +INSERT INTO international VALUES (760,'WebGUI',10,'Slet denne mappe.',1046853740); +INSERT INTO international VALUES (759,'WebGUI',10,'Redigér denne mappe.',1046853725); +INSERT INTO international VALUES (888,'WebGUI',10,'Længde på snippet preview',1046853636); +INSERT INTO international VALUES (886,'WebGUI',10,'Skjul fra navigation?',1046853586); +INSERT INTO international VALUES (885,'WebGUI',10,'Tillad brugere selv at deaktivere deres konto?',1046853568); +INSERT INTO international VALUES (884,'WebGUI',10,'i nyt vindue',1046853539); +INSERT INTO international VALUES (883,'WebGUI',10,'Integreret (når muligt)',1046853525); +INSERT INTO international VALUES (882,'WebGUI',10,'Editor tilstand',1046853498); +INSERT INTO international VALUES (881,'WebGUI',10,'Ingen',1046853481); +INSERT INTO international VALUES (880,'WebGUI',10,'Last Resort Editor',1046853470); +INSERT INTO international VALUES (879,'WebGUI',10,'Klassisk editor (kræver Internet Explorer 5+)',1046853436); +INSERT INTO international VALUES (878,'WebGUI',10,'Du har ikke abonneret på nogen tråd',1046853012); +INSERT INTO international VALUES (877,'WebGUI',10,'Tråd abonnement',1046852992); +INSERT INTO international VALUES (876,'WebGUI',10,'Vis abonnementer på tråde',1046852971); +INSERT INTO international VALUES (875,'WebGUI',10,'Der er en ny meddeleses til en af de tråde du abbonerer på.',1046852941); +INSERT INTO international VALUES (874,'WebGUI',10,'Afmeld abonnement på tråd',1046852896); +INSERT INTO international VALUES (873,'WebGUI',10,'Abonér på tråd',1046852864); +INSERT INTO international VALUES (872,'WebGUI',10,'Hvem kan se?',1046852848); +INSERT INTO international VALUES (871,'WebGUI',10,'Hvem kan redigere?',1046852831); +INSERT INTO international VALUES (870,'WebGUI',10,'Velkommen',1046852746); +INSERT INTO international VALUES (869,'WebGUI',10,'Velkomst besked',1046852732); +INSERT INTO international VALUES (868,'WebGUI',10,'Send velkomst besked',1046852720); +INSERT INTO international VALUES (867,'WebGUI',10,'Tab af rettighed',1046852703); +INSERT INTO international VALUES (866,'WebGUI',10,'Notificeringsbesked ved udløb',1046852533); +INSERT INTO international VALUES (865,'WebGUI',10,'Notificer bruger om udløb?',1046852379); +INSERT INTO international VALUES (864,'WebGUI',10,'Lad notificeringsforskel udløbe',1046852350); +INSERT INTO international VALUES (863,'WebGUI',10,'Slet offset',1046851935); +INSERT INTO international VALUES (862,'WebGUI',10,'Denne brugers profil er ikke offentliggjort',1046851901); +INSERT INTO international VALUES (4,'Survey',10,'Undersøgelser lader dig indsamle informationer fra brugerne. I WebGUI\'s tilfælde kan du også bruge systemet til at teste dine brugers viden.\r\n\r\n

\r\nSpørgsmåls rækkefølge\r\nRækkefølgen for spørgsmålene.\r\nSequential viser spørgsmålene i den rækkefølge du har opettet dem i.
\r\ntilfældig rækkefølge viser spørgsmålene i tilfældig rækkefølge.
\r\nRespons styret viser spørgsmålene i en rækkefølge der afhænger af svarene fra brugerne.\r\n\r\n

\r\nMetode\r\nSom udgangspunkt anvendes undersøgelses metoden. Denne stiller spørgsmål til brugerne som du får summeret op. Denne metode er til f.eks. brugerundersøgelser.\r\nI Quiz metode kan brugerne se det rigtige svar efterfølgende, og får oplyst hvor mange rigtige svar de havde. Denne metode er til test og lign.\r\n\r\n

\r\nHvem kan deltage?\r\nHer angiver du hvem der kan deltage.\r\n\r\n

\r\nHvem kan se rapporter\r\nHer angiver du hvem der kan se resultatet.\r\n',1046851517); +INSERT INTO international VALUES (9,'Survey',10,'Undersøgelse',1046850912); +INSERT INTO international VALUES (80,'Survey',10,'sekunder',1046850893); +INSERT INTO international VALUES (8,'Survey',10,'Spørgsmåls rækkefølge',1046850877); +INSERT INTO international VALUES (79,'Survey',10,'minutter',1046850855); +INSERT INTO international VALUES (78,'Survey',10,'Samlet tid',1046850839); +INSERT INTO international VALUES (77,'Survey',10,'Slut tid',1046850815); +INSERT INTO international VALUES (76,'Survey',10,'Start tid',1046850801); +INSERT INTO international VALUES (75,'Survey',10,'Redigér dette spørgsmål.',1046849531); +INSERT INTO international VALUES (7,'Survey',10,'Respons styret',1046852); +INSERT INTO international VALUES (74,'Survey',10,'Er du sikker på du vil slette alle besvarelserne?',1046848437); +INSERT INTO international VALUES (73,'Survey',10,'Slet alle besvarelser.',1046848414); +INSERT INTO international VALUES (72,'Survey',10,'Er du sikker på at du vil slette denne brugers besvarelse?',1046848395); +INSERT INTO international VALUES (69,'Survey',10,'Slet denne brugers besvarelse.',1046848366); +INSERT INTO international VALUES (71,'Survey',10,'Karakterbog',1046848334); +INSERT INTO international VALUES (70,'Survey',10,'Individuelle besvarelser',1046848311); +INSERT INTO international VALUES (68,'Survey',10,'Vis rapporter og ekspotér.',1046848236); +INSERT INTO international VALUES (67,'Survey',10,'Bruger',1046848092); +INSERT INTO international VALUES (66,'Survey',10,'Besvarelser',1046848003); +INSERT INTO international VALUES (65,'Survey',10,'Eksporter samlet summering.',1046847662); +INSERT INTO international VALUES (64,'Survey',10,'Eksporter besvarelser.',1046847448); +INSERT INTO international VALUES (63,'Survey',10,'Eksporter spørgsmål.',1046847421); +INSERT INTO international VALUES (62,'Survey',10,'Eksporter svar.',1046847404); +INSERT INTO international VALUES (61,'Survey',10,'Vis karakterbog',1046847385); +INSERT INTO international VALUES (60,'Survey',10,'Tilbage til undersøgelse.',1046847331); +INSERT INTO international VALUES (6,'Survey',10,'tilfældig',1046846674); +INSERT INTO international VALUES (59,'Survey',10,'Vis statistisk overblik.',1046846654); +INSERT INTO international VALUES (58,'Survey',10,'Statistisk overblik',1046846623); +INSERT INTO international VALUES (57,'Survey',10,'Kommentarer',1046846586); +INSERT INTO international VALUES (56,'Survey',10,'Vis kommentarer.',1046845965); +INSERT INTO international VALUES (55,'Survey',10,'Vis besvarelser.',1046845876); +INSERT INTO international VALUES (54,'Survey',10,'Procent',1046845850); +INSERT INTO international VALUES (53,'Survey',10,'Svar',1046845836); +INSERT INTO international VALUES (52,'Survey',10,'Resultat',1046845821); +INSERT INTO international VALUES (51,'Survey',10,'Kommentarer?',1046845783); +INSERT INTO international VALUES (50,'Survey',10,'Næste',1046845768); +INSERT INTO international VALUES (5,'Survey',10,'Sekventielt',1046845752); +INSERT INTO international VALUES (49,'Survey',10,'Du kan desværre ikke tage denne quiz på nuværende tidspunkt.',1046845736); +INSERT INTO international VALUES (48,'Survey',10,'For nærværende er du ikke inviteret til at deltage i denne undersøgelse.',1046845629); +INSERT INTO international VALUES (47,'Survey',10,'Du har gennemført denne quiz.',1046845574); +INSERT INTO international VALUES (46,'Survey',10,'Tak for dine svar til denne undersøgelse. \r\nVi sætter pris på du har afsat tid til besvarelsen.',1046845551); +INSERT INTO international VALUES (45,'Survey',10,'Er du sikker på du vil slette dette svar og tilhørende repons?',1046845470); +INSERT INTO international VALUES (44,'Survey',10,'Er du sikker på du vil slette dette spørgsmål og alle de tilhørende svar?',1046845354); +INSERT INTO international VALUES (43,'Survey',10,'Aldrig',1046845263); +INSERT INTO international VALUES (42,'Survey',10,'en gang i mellem',1046845234); +INSERT INTO international VALUES (40,'Survey',10,'Altid/hver gang',1046845168); +INSERT INTO international VALUES (41,'Survey',10,'Ofte',1046845141); +INSERT INTO international VALUES (39,'Survey',10,'Ved ikke',1046845051); +INSERT INTO international VALUES (38,'Survey',10,'Meget uenig',1046845033); +INSERT INTO international VALUES (37,'Survey',10,'Uenig',1046845018); +INSERT INTO international VALUES (36,'Survey',10,'Delvist uenig',1046845000); +INSERT INTO international VALUES (35,'Survey',10,'Delvist enig',1046844981); +INSERT INTO international VALUES (34,'Survey',10,'Enig',1046844955); +INSERT INTO international VALUES (33,'Survey',10,'Meget enig',1046844939); +INSERT INTO international VALUES (32,'Survey',10,'Falsk',1046844733); +INSERT INTO international VALUES (31,'Survey',10,'Sandt',1046844712); +INSERT INTO international VALUES (30,'Survey',10,'Tilføj et nyt spørgsmål.',1046844693); +INSERT INTO international VALUES (3,'Survey',10,'Undersøgelse, tilføj/redigér',1046844674); +INSERT INTO international VALUES (29,'Survey',10,'Tilføj et fritekst svar.',1046844648); +INSERT INTO international VALUES (28,'Survey',10,'Tilføj et spørgsmål.',1046844608); +INSERT INTO international VALUES (27,'Survey',10,'Tilføj et holdningsskala(enig/uenig) svar.',1046844587); +INSERT INTO international VALUES (26,'Survey',10,'Tilføj en frekvenssvar(altid/aldrig) skala.',1046844426); +INSERT INTO international VALUES (25,'Survey',10,'Tilføj et sandt/falsk svar.',1046844335); +INSERT INTO international VALUES (24,'Survey',10,'Tilføj et \"multiple choice\" svar.',1046844312); +INSERT INTO international VALUES (23,'Survey',10,'Tilføj et nyt svar.',1046844274); +INSERT INTO international VALUES (22,'Survey',10,'Svar type',1046844255); +INSERT INTO international VALUES (21,'Survey',10,'gå til',1046844238); +INSERT INTO international VALUES (20,'Survey',10,'Er dette svar korrekt?',1046843714); +INSERT INTO international VALUES (2,'Survey',10,'Redigér undersøgelse',1046843696); +INSERT INTO international VALUES (19,'Survey',10,'Svar',1046843675); +INSERT INTO international VALUES (18,'Survey',10,'Redigér svar',1046843661); +INSERT INTO international VALUES (17,'Survey',10,'Redigér spørgsmål',1046843644); +INSERT INTO international VALUES (16,'Survey',10,'Opstil svar tilfældigt?',1046843622); +INSERT INTO international VALUES (15,'Survey',10,'Tillad kommentarer?',1046843602); +INSERT INTO international VALUES (14,'Survey',10,'Spørgsmål',1046843579); +INSERT INTO international VALUES (13,'Survey',10,'Hvem kan se rapporter?',1046843564); +INSERT INTO international VALUES (12,'Survey',10,'Hvem kan deltage i undersøgelse?',1046843543); +INSERT INTO international VALUES (11,'Survey',10,'Metode',1046843520); +INSERT INTO international VALUES (10,'Survey',10,'Quiz',1046842099); +INSERT INTO international VALUES (74,'SiteMap',10,'Denne side',1046842045); +INSERT INTO international VALUES (72,'SiteMap',10,'Sitemap skabelon',1046842024); +INSERT INTO international VALUES (72,'Poll',10,'Opstil svar tilfældigt?',1046841961); +INSERT INTO international VALUES (73,'MessageBoard',10,'Opslagstavle skabelon',1046841929); +INSERT INTO international VALUES (72,'MessageBoard',10,'Hoved skabelon',1046841901); +INSERT INTO international VALUES (73,'MailForm',10,'Send',1046841870); +INSERT INTO international VALUES (75,'LinkList',10,'Link liste skabelon',1046841839); +INSERT INTO international VALUES (72,'LinkList',10,'Link, tilføj/redigér',1046841812); +INSERT INTO international VALUES (73,'Item',10,'Item skabelon',1046841772); +INSERT INTO international VALUES (72,'Item',10,'Skabelon',1046841753); +INSERT INTO international VALUES (75,'FileManager',10,'Fil håndterer skabelon',1046841724); +INSERT INTO international VALUES (74,'FileManager',10,'Tilføj en ny fil.',1046841693); +INSERT INTO international VALUES (76,'FAQ',10,'FAQ skabelon',1046841662); +INSERT INTO international VALUES (75,'FAQ',10,'Tilføj et spørgsmål.',1046841647); +INSERT INTO international VALUES (74,'FAQ',10,'Skabelon',1046841607); +INSERT INTO international VALUES (9,'Auth/SMB',10,'NT kodeord',1046841584); +INSERT INTO international VALUES (8,'Auth/SMB',10,'NT login',1046841571); +INSERT INTO international VALUES (7,'Auth/SMB',10,'NT domain',1046841557); +INSERT INTO international VALUES (6,'Auth/SMB',10,'BDC',1046841544); +INSERT INTO international VALUES (5,'Auth/SMB',10,'PDC',1046841533); +INSERT INTO international VALUES (4,'Auth/SMB',10,'SMB logon fejl (3)\r\nDet angivne logindnavn/adgangskode passer ikke.\r\nPrøv venligst igen.',1046841520); +INSERT INTO international VALUES (3,'Auth/SMB',10,'SMB protokol fejl (2)\r\nKontakt venligst din systemadministrator.',1046841468); +INSERT INTO international VALUES (2,'Auth/SMB',10,'SMB Server fejl (1)\r\nDer skete en fejl ved tilgang til domain controller. Måske en time out.\r\nPrøv venligst igen, eller kontakt din systemadministrator.',1046841438); +INSERT INTO international VALUES (72,'Article',10,'Artikkel skabelon',1046841335); +INSERT INTO international VALUES (96,'EventsCalendar',10,'Begivenheds skabelon',1046841263); +INSERT INTO international VALUES (94,'EventsCalendar',10,'Begivenhedskalender skabelon',1046841235); +INSERT INTO international VALUES (92,'EventsCalendar',10,'Forrige begivenhed',1046841208); +INSERT INTO international VALUES (91,'EventsCalendar',10,'Tilføj en ny begivenhed.',1046841189); +INSERT INTO international VALUES (90,'EventsCalendar',10,'Default måned',1046841169); +INSERT INTO international VALUES (89,'EventsCalendar',10,'Vis 3 måneder fra start.',1046841093); +INSERT INTO international VALUES (88,'EventsCalendar',10,'Vis 6 måneder fra start.',1046841068); +INSERT INTO international VALUES (87,'EventsCalendar',10,'Vis 9 måneder fra start.',1046841044); +INSERT INTO international VALUES (86,'EventsCalendar',10,'Vis 12 måneder fra start.',1046841029); +INSERT INTO international VALUES (85,'EventsCalendar',10,'Sidste i kalenderen.',1046841010); +INSERT INTO international VALUES (84,'EventsCalendar',10,'Slut måned',1046840986); +INSERT INTO international VALUES (83,'EventsCalendar',10,'Første i kalender.',1046840698); +INSERT INTO international VALUES (82,'EventsCalendar',10,'Nuværende',1046840681); +INSERT INTO international VALUES (81,'EventsCalendar',10,'Start måned',1046840667); +INSERT INTO international VALUES (79,'EventsCalendar',10,'Hoved skabelon',1046840652); +INSERT INTO international VALUES (93,'EventsCalendar',10,'Næste begivenhed',1046840633); +INSERT INTO international VALUES (1,'Auth/WebGUI',10,'WebGUI autorisations indstillinger',1046840610); +INSERT INTO international VALUES (80,'EventsCalendar',10,'Begivenheds skabelon',1046840586); +INSERT INTO international VALUES (741,'WebGUI',10,'Redigér denne template',1046840370); +INSERT INTO international VALUES (739,'WebGUI',10,'Brugerinterface niveau',1046840352); +INSERT INTO international VALUES (738,'WebGUI',10,'9 Guru',1046840329); +INSERT INTO international VALUES (737,'WebGUI',10,'8 Mester',1046840316); +INSERT INTO international VALUES (736,'WebGUI',10,'7 Ekspert',1046840304); +INSERT INTO international VALUES (735,'WebGUI',10,'6 Professionel',1046840290); +INSERT INTO international VALUES (734,'WebGUI',10,'5 Tilvendt',1046840270); +INSERT INTO international VALUES (733,'WebGUI',10,'4 Uddannet',1046840247); +INSERT INTO international VALUES (732,'WebGUI',10,'3 Lærling',1046840205); +INSERT INTO international VALUES (731,'WebGUI',10,'2 Øvet',1046840182); +INSERT INTO international VALUES (729,'WebGUI',10,'0 Begynder',1046840164); +INSERT INTO international VALUES (730,'WebGUI',10,'1 Novise',1046840148); +INSERT INTO international VALUES (752,'WebGUI',10,'Vis denne brugers profil',1046840131); +INSERT INTO international VALUES (1,'Survey',10,'Undersøgelse',1046840062); +INSERT INTO international VALUES (1,'Auth/SMB',10,'SMB autorisations indstilinger',1046840017); +INSERT INTO international VALUES (1,'Auth/LDAP',10,'LDAP autorisations indstillinger',1046839998); +INSERT INTO international VALUES (4,'Survey',8,'Il Wobject Survey (Ricerca di Mercato) ti permette di acquisire informazioni\r\ndagli utenti del sito.\r\n

Ordine Domande
\r\nL\'ordine in cui le domande saranno poste. Sequenziale visualizza le domande\r\nnell\'ordine in cui le hai create. Random displays visualizza le domande in\r\nordine casuale. Secondo i Responsi visualizza le domande in un ordine basato\r\nsulle risposte degli utenti.\r\n

Modalità
\r\nDi default la Survey è in modalità Ricerca (survey). Questo consente di porre\r\ndomande agli utenti. L\'atra modalità è il Quiz, puoi inserire un test con\r\nauto-correzione.\r\n

Chi può partecipare alla Survey?
\r\nQuali utenti possono prendere parte alla survey?\r\n

Chi può visualizzare i reports?
\r\nChi può visualizzare i risultati della survey?\r\n

Prossima azione?
\r\nSe lasci settato come visualizzato di default, potrai aggiungere una domanda\r\nsubito dopo aver aggiunto la survey.

\r\n',1046690868); +INSERT INTO international VALUES (828,'WebGUI',8,'Molti wobjects hanno dei templates che ti permettono di cambiare il layout\r\ndell\'interfaccia utente del wobject. I wobject che devono avere i template\r\npossiedono tutti un set di variabili di template comuni, che puoi usare per il\r\nlayout allo stesso modo delle rispettive variabili personalizzabili. Questa è\r\nuna lista delle variabili di template condivise da tutti i wobject. \r\n

title
\r\nIl titolo per questo wobject.\r\n

displayTitle
\r\nUna variabile condizionale per decidere se il titolo deve essere o no\r\nvisualizzato.\r\n

description
\r\nLa descrizione di questo wobject.\r\n

wobjectId
\r\nl\'identificatore univoco che  WebGUI usa per controllare questo wobject.

\r\n',1046634323); +INSERT INTO international VALUES (825,'WebGUI',8,'Template, Linguaggio',1046634290); +INSERT INTO international VALUES (816,'WebGUI',8,'Stato',1046634267); +INSERT INTO international VALUES (764,'WebGUI',8,'Modifica questo elemento dell\'archivio collaterale.',1046634233); +INSERT INTO international VALUES (761,'WebGUI',8,'Aggiungi una immagine.',1046634217); +INSERT INTO international VALUES (72,'USS',8,'Template Principale',1046633728); +INSERT INTO international VALUES (72,'Survey',8,'Sei sicuro di voler cancellare i responsi di questo utente?',1046633668); +INSERT INTO international VALUES (7,'Survey',8,'Secondo i responsi',1046633651); +INSERT INTO international VALUES (38,'Survey',8,'Assolutamente non d\'accordo',1046633615); +INSERT INTO international VALUES (57,'Product',8,'Sei sicuro di voler cancellare questo template e associare a tutti i prodotti che lo utilizzavano il template di default?',1046633526); +INSERT INTO international VALUES (50,'Product',8,'I benefici sono il vantaggio che offrono le caratteristiche del prodotto. Sono la ragione per cui il tuo prodotto è buono. Se aggiungi dei benefici, dovresti inserire anche qualche caratteristica.\r\n\r\n\r\n\r\n

\r\n\r\nBeneficio
\r\nPuoi inserire un nuovo beneficio, selezionarne uno da quelli già inseriti.\r\n

\r\n\r\nAggiungi un\'altro beneficio?
\r\nSe vuoi aggiungere un\'altro beneficio, seleziona \"Si\".\r\n

\r\n',1046633484); +INSERT INTO international VALUES (72,'MessageBoard',8,'Template Principale',1046633433); +INSERT INTO international VALUES (840,'WebGUI',8,'Queste macro sono fatte per funzionalità di programmazione. \r\n

^D; or ^D(); - Data
\r\nLa data e l\'ora corrente.\r\n

Puoi configurare il formato della data usando simboli di formattazione della\r\ndata. per esempio, se crei una macro così: ^D("%D %c, %y");\r\nstamperà 16 Aprile, 2001. I seguenti sono i simboli disponibili per\r\nformattare la data:\r\n\r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n
%%%
%yAnno a 4 cifre
%YAnno a 2 cifre
%mMese a 2 cifre
%MMese a cifra variabile
%cNome del mese
%dGiorno del mese a 2 cifre
%DGiorno del mese a cifra variabile
%wNome del giorno della settimana
%hora a 2 cifre base 12 ore
%Hora a cifra variabile base 12 ore
%jora a 2 cifre base 24 ore
%Jora a cifra variabile base 24 ore
%pam/pm in minuscolo
%PAM/PM in maiuscolo
\r\n

^Env()
\r\nPuò essere usata per visualizzare variabili di ambiente del web server in una\r\npagina.\r\n

Deve essere usata così: ^Env("REMOTE_ADDR");

\r\n

^Execute();
\r\nConsente all\'amministratore o al content manager di eseguire un programma\r\nesterno. Nel formato ^Execute("/questo/file.sh");.\r\n

^FormParam();
\r\nQuesta macro è principalmente usata per generare query dimnamiche negli SQL\r\nReport. Usando questa macro puoi prendere il valore di qualsiasi form\r\nsemplicemente specificando il nome del campo, in questo modo: ^FormParam("numerotelefonico");\r\n

^Include();
\r\nConsente ai content manager o agli amministratori di includere un file dal\r\ndisco. Nel formato ^Include("/questo/file.html");\r\n

^International();
\r\nInserisce un messaggio tradotto dall\' internationalization system.\r\n

Esempio: ^International(45,"Article");\r\n

^Page();
\r\nQuesta può essere usata per recuperare informazioni sulla pagina corrente; Per\r\nesempio può essere usata per ottenere la URL della pagina così: ^Page("TitoloUrlizzato");\r\noppure per ottenere il titolo del menu così: ^Page("TitoloMenu");.\r\n

^SQL();
\r\nun SQL report di una linea. A volte hai bisogno solamente di tirar fuori\r\nqualcosa dal database velocemente. Questa macro è utile anche per estendere il\r\nwobject SQL report. Usa le macro numeriche (^0; ^1; ^2; etc) per posizionare i\r\ndati e usa anche la macro ^rownum; proprio come il wobject SQL report. Esempi:\r\n

^SQL("select count(*) from users","Ci sono ^0; utenti in\r\nquesto sistema.");\r\n

^SQL("select userId,username from users order by username","<a\r\nhref=\'^/;?op=viewProfile&uid=^0;\'>^1;</a><br>");

\r\n

URLEncode();
\r\nQuesta macro è utile soprattutto negli SQL reports, ma può essere usata\r\novunque. Prende una stringa e la codifica in modo che possa essere passata\r\nattraverso un URL. La sintassi è simile a questa: ^URLEncode("Questa è\r\nuna stringa?");\r\n

^User();
\r\nQuesta macro ti permette di visualizzare qualsiasi informazione dall\' account o\r\ndal profilo utente. Per esempio, se vuoi visualizzare l\'email dell\'utente if you\r\ndevi creare questa macro: ^User("email");\r\n

^*; or ^*(); - Numero casuale
\r\nUn numero generato casualmente. Questo é spesso usato sulle immagini (come\r\nbanner e ad) per assicurarsi che le immagini non vengano tenute in cache. In più,\r\npuoi configurare questa macro così: ^*(100); per creare un numero\r\ncasuale tra 0 e 100.\r\n

^-;,^0;,^1;,^2;,^3;, etc.
\r\nQueste macro sono riservate per funzione specifiche relative ai widgets come nel\r\nSQL report.

\r\n',1046633340); +INSERT INTO international VALUES (677,'WebGUI',8,'Wobject, Aggiungi/Modifica',1046633282); +INSERT INTO international VALUES (671,'WebGUI',8,'Wobject, Usare',1046633257); +INSERT INTO international VALUES (664,'WebGUI',8,'Wobject, Cancella',1046633241); +INSERT INTO international VALUES (616,'WebGUI',8,'Percorso degli Extra del C.M.S.
\r\nIl percorso web della directory contenente le immagini e i files di javascript.\r\n

\r\nMassima Dimensione Allegato
\r\nLa dimensione massima consentita dei file uploadati sul sito. Questo si applica a tutti i wobject che consentono l\'upload di file e immagini (come gli articoli e i contributi degli utenti). Questa dimensione é espressa in kilobytes.\r\n

\r\n\r\nDimensione Thumbnail
\r\nLa dimensione del lato più lungo del thumbnails. Il thumbnail generato mantiene le proporzioni dell\'immagine originale. Questo significa che se la tua immagine è di 400x200 px, se il valore del thumbnail eìè settato a 100, il thmbnail sarà di 100x50 px.

Nota: i thumbnail sono automaticamente generati quando carichi l\'immagine.\r\n

\r\n\r\nPercorso degli allegati web
\r\nLIl percorso web della directory dove gli allegati devono essere salvati.\r\n

\r\nPercorso degli Allegati sul Server
\r\nIl percorso locale della directory dove gli allegati devono essere salvati. (Per esempio /www/miosito/uploads) Assicurati che il web server abbia i diritti di scrittura su questa directory.\r\n',1046633193); +INSERT INTO international VALUES (615,'WebGUI',8,'I gruppi sono usati per suddividere privilegi e responsabilità nel sistema. Per esempio se sei un insegnante, puoi costruire un sito per i tuoi alunni. In questo caso puoi creare un gruppo diverso per ogni classe nella quale insegni. Quindi applicherai questi gruppi alle pagine pensate per ogni classe.\r\n

\r\n\r\nCi sono vari gruppi predefiniti. Eccoli:\r\n

\r\n\r\nAdmins
\r\nAdmins sono utenti che hanno privilegi illimitati nel sistema. Un utente dovrebbe essere aggiunto al gruppo admins solo se questi é veramente un amministratore del sistema. Normalmente in questo gruppo ci saranno solo da una a tre persone.\r\n

\r\n\r\nContent Managers
\r\nI Content managers sono utenti che hanno il privilegio di aggiungere, modificare e cancellare contenuti da varie aree del sito. Il gruppo content managers dovrebbe essere usato non per controllare contenuti individuali nel sito, ma per determinare se un utente può o meno eseguire modifiche ai contenuti. Dovresti creare dei nuovi gruppi per separare le aree di contenuti nel sito.\r\n

\r\nEveryone
Everyone è un gruppo speciale nel fatto che nessuno è fisicamente inserito in esso, ma tutti i membri del sito ne fanno parte. Se vuoi aprire il tuo sito sia ai visitors che ai registered users, usa questo gruppo per farlo.

Package Managers
Utenti che hanno i privilegi di aggiunta, modifica e cancellazione di packages di wobject e pagine da sviluppare.

\r\nRegistered Users
\r\nQuandi si aggiungono utenti al sistema, questi sono messi nel gruppo registered users. Un utente dovrebbe essere rimosso da questo gruppo solamente se il suo account é stato cancellato oppure se vuoi punire un utente che crea fastidi.\r\n

\r\nStyle Managers
Utenti che hanno i privilegi di modificare gli stili per il sito. Questi privilegi non consentono all\'utente di assegnare privilegi ad una pagina.

Template Managers
Utenti che hanno i privilegi di modifica per i template del sito.

\r\nVisitors
\r\nI Visitors sono utenti che non si sono loggati nel sistema usando un account. ',1046633143); +INSERT INTO international VALUES (71,'Item',8,'Come gli articoli, gli Item sono il coltellino svizzero del sistema. La maggior parte di contenuti statici possono essere aggiunti mediante il widget Item, anche se gli item sono usati per contenuti più piccoli che non gli articoli.\r\n

\r\nTemplate
\r\nScegli un layout per questo contenuto?\r\n

\r\nURL del Link
\r\nQuesta URL sarà attaccata al titolo di questo Item.\r\n

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

\r\nAllegato
\r\nSe vuoi allegare un file di un word processor , un file zip , o qualsiasi altro file da scaricare per gli utenti, sceglilo dal tuo hard disk.\r\n\r\n',1046633095); +INSERT INTO international VALUES (612,'WebGUI',8,'Non c\'è quasi mai l\'esigenza di cancellare un utente. Se vuoi inibire un utente, cambiagli semplicemente la password. Se vuoi veramente cancellare un utente, tieni a mente che ci sono delle conseguenze. Se cancelli un utente, tutto il contenuto che ha aggiunto mediante i wobjects (come i forum o i contributi degli utenti) rimarrà sul sito. D\'altro canto, se altri utenti provano a visitare il profilo dell\'utente cancellato riceveranno un messaggio d\'errore. Anche se l\'utente è di nuovo benvenuto sul sito, non c\'è modo di ridargli l\'accesso ai propri vecchi contenuti, eccetto che modificando manualmente l\'utente nella tabella users del database.\r\n

Come con ogni operazione di cancellazione, sei chiamato a rispondere ad una conferma per procedere con la cancellazione. Se rispondi di sì, la cancellazione procederà e non ci sarà possibilità di recuperare i dati. Se rispondi di no sarai riportato alla schermata precedente.\r\n\r\n.',1046633062); +INSERT INTO international VALUES (608,'WebGUI',8,'Cancellare una pagina può creare un grande danno se sei insicuro di quello che stai facendo. Quando cancelli una pagina cancelli anche tutto il suo contenuto (articoli, wobject, et..), tutte le sotto-pagine connesse a questa, e tutto il loro contenuto. Sii sicuro di aver già mosso tutto il contenuto che vuoi conservare prima di cancellare una pagina.\r\n

\r\nCome con ogni operazione di cancellazione, sei chiamato a rispondere ad una conferma per procedere con la cancellazione. Se rispondi di sì, la cancellazione procederà e non ci sarà possibilità di recuperare i dati. Se rispondi di no sarai riportato alla schermata precedente.',1046633024); +INSERT INTO international VALUES (606,'WebGUI',8,'Pensa alle pagine come a contenitori per i contenuti. Per esempio, se vuoi scrivere una lettera all\'editore del tuo settimanale preferito prendi un foglio (o apri un word processor) e cominci a riempirlo dei tuoi pensieri. Lo stesso vale per il C.M.S.. Crea una pagina, quindi aggiungi i tuoi contenuti alla pagina.\r\n

\r\nTitolo
\r\nIl titolo della pagina è quello che gli utenti useranno per navigare attraverso il tuo sito. I titoli dovrebbero essere descrittivi, ma non molto lunghi.\r\n

\r\nTitolo nel Menu
\r\nUn titolo più breve o diverso che compare nel menù di navigazione. Se non\r\nviene inserito sarò usato il Titolo .

Nascondi dalla navigazione
\r\nSeleziona Si per nascondere dal menù di navigazione.

NOTA:
\r\nla pagina sarà non sarà nascosta nella mappa del sito e nell\'albero di\r\nnavigazione, solo nel menù.\r\n

\r\nURL della pagina
\r\nQuando crei una pagina una URL per la pagina viene generata basandosi sul titolo della pagina. Se non ti piace l\'URL scelto, puoi cambiarlo\r\nqui.

Lingua
\r\nSeleziona il linguaggio di default per questa pagina. Tutti i messaggi di WebGUI\r\nsaranno generati nel linguaggio selezionato.\r\n

\r\nTemplate
\r\nPer default, il C.M.S.ha una grande area di contenuto dove piazzare wobjects. Invece, specificando un altro template diverso dal default puoi suddividere l\'area del contenuto in ulteriori sezioni.

Descrizione
\r\nUna breve descrizione della pagina, si usa per fornire contenuti per i meta tags\r\ne per la mappa del sito.\r\n\r\n

\r\nMeta Tags
\r\nI Meta tags sono usati da alcuni motori di ricerca per associare delle parole chiave ad una particolare pagina. Puoi usareWebopen Meta Tag Builder che ti aiuterà a costruire dei meta tags se non l\'hai mai fatto prima.\r\n

\r\nUtenti Avanzati: Se avete altre cose (come JavaScript) che normalmente mettereste nel tag\r\npotete metterle qui.\r\n

\r\nUsa i meta tags di default?
\r\nSe non vuoi specificare tuoi meta tags, il C.M.S. può generarli basandosi sul titolo della pagina e sul nome dell\'azienda. Spunta questa box per abilitare i meta tags generati dal\r\nC.M.S..\r\n

\r\nStile
\r\nPer default, quando crei una pagina, eredita alcune caratteristiche dalla pagina genitore. Una di queste caratteristiche è lo stile. Scegli dalla lista degli stili se vuoi cambiare l\'aspetto di questa pagina. Vedi Aggiungi Stile per maggiori dettagli.\r\n

\r\nSe spunti la box sottostante il pull-down menu dello stile, tutte le pagine figlie di questa pagina prenderanno lo stile selezionato per questa pagina.\r\n

\r\nData di inizio
\r\nIn che data vuoi che questa pagina appaia sul sito? Le date sono nel formato\r\namericano MM/GG/AAAA. Puoi usare un wizard JavaScript per selezionare la data da\r\nun calendario cliccando su imposta la data
\r\n
\r\nData di fine
\r\nIn che data vuoi che questa pagina venga oscurato dal sito? Dopo tale data solo\r\ni content manager potranno visualizzare la pagina.\r\n

\r\nPropietario
\r\nIl proprietario di una pagina è solitamente chi l\'ha creata.

Chi può visualizzare?
\r\nSeleziona il gruppo che può visualizzare la pagina. Se vuoi che possa essere\r\nvisualizzata sia dai visitatori che dagli utenti registrati,  seleziona il\r\ngruppo "Everybody"\r\n

\r\nChi può modificare?
\r\nSeleziona il gruppo che può modificare la pagina.\r\n

\r\nPuoi scegliere come opzione di dare questi privilegi a tutte le pagine sotto questa.

Prossima\r\nAzione?
\r\nSe lasci l\'opzione al valore di default sarai rediretto alla nuova pagina appena\r\ncreata.\r\n',1046632983); +INSERT INTO international VALUES (71,'Poll',8,'I sondaggi possono essere usati per testare i gusti dei tuoi utenti su vari argomenti.\r\n

\r\n\r\nAttivo
\r\nSe questo box é selezionato gli utenti potranno votare. Altrimenti saranno in grado solo di visualizzare i risultati del sondaggio.\r\n

\r\nChi può votare?
\r\nScegli un gruppo che può votare in questo sondaggio.\r\n

\r\n

Karma Per Voto
\r\nQuanto karma deve essere assegnato all\'utente quando vota?

\r\n\r\nLarghezza del grafico
\r\nLa larghezza del grafico dei risultati del sondaggio. La larghezza é misurata in pixel.\r\n

\r\nDomanda
\r\nQual\'é la domanda che vorresti fare agli utenti?\r\n

\r\nRisposte
\r\nInserisci le possibili risposte alla tua domanda. Inserisci una sola risposta per linea. I sondaggi sono capaci di gestire fino a 20 risposte possibili.\r\n

\r\n

Randomizza le risposte
\r\nPer essere certi che l\'ordine delle risposte non influenzi gli utenti è spesso utile prensentarle in ordine casuale ogni volta che vengono mostrate. Seleziona SI per abilitare l\'opzione

\r\n\r\n\r\nAzzera i voti.
\r\nAzzera i voti per questo sondaggio.\r\n

\r\n
\r\nNota:Le seguenti classi di style sheet sono specifiche del wobject\r\nsondaggio:
\r\n
\r\n.pollAnswer
\r\nUna risposta su un sondaggio.
\r\n
\r\n.pollColor Il colore della barra percentuale in un sondaggio.
\r\n
\r\n.pollQuestion La domanda in un sondaggio.\r\n

 

\r\n\r\n',1046632797); +INSERT INTO international VALUES (71,'LinkList',8,'Le liste di link sono semplicemente quello che pensi, una lista di link. Molti siti hanno una sezione di link, e questo wobject automatizza il processo.\r\n

\r\nTemplate
\r\nScegli un template per questo Wobject\r\n

\r\n\r\nProssima Azione?
\r\nLascia selezionato a default se vuoi aggiungere link alla lista direttamente dopo averla creata.\r\n

\r\n',1046632754); +INSERT INTO international VALUES (71,'FAQ',8,'Sembra che quasi ogni sito web , intranet e extranet nel mondo abbia una sezione FAQ (Frequently Asked Question). Questo wobject ti aiuta a costruirne una.\r\n

\r\n\r\nTemplate
\r\nSeleziona un layout per questa FAQ.\r\n

\r\nContinua aggiungendo una domanda?
\r\nSeleziona \"aggiungi una domanda\" se vuoi aggiungere domande alla FAQ dopo questa.\r\n

\r\n
\r\nNota: IL seguente stile é specifico del wobject FAQ.\r\n

\r\n.faqQuestion
\r\nUna domanda della F.A.Q. Per distinguerla dalla risposta.\r\n\r\n',1046632667); +INSERT INTO international VALUES (71,'EventsCalendar',8,'I calendari di eventi sono usati in molte intranet per tenere traccia di date interne che coinvolgono l\'intera organizzazione. I calendari di eventi sono anche, su siti per la clientela, un buon modo per informare i clienti su quali eventi si stanno realizzando o su che promozioni sono attualmente in corso.\r\n

\r\nTemplate principale
\r\nSeleziona un template questo calendario eventi?\r\n

\r\nTemplate evento
\r\nSeleziona un template per il singolo evento dentro al calendario\r\n

Mese di inzio
\r\nScegli il mese di inizio per il calendario. Se selezioni "Corrente" il\r\ncalendario partirà sempre dal mese corrente, percui ogni mese cambierà. Se\r\nselezioni "Primo nel Calendario" partirà con la prima data\r\ndisponibile nel calendario.
\r\n
\r\nMese di fine
\r\nScegli il mese di fine per il calendario. Se selezioni "Mostra X mesi\r\ndall\'inizio", solo X mesi di informazioni saranno mostrate. Se selezioni\r\n"corrente" il calendario finirà nel mese in cui sei. Se selezioni\r\n"ultimo nel calendario" allora terminerà alla data dell\'ultimo\r\ninserimento nel calendario.
\r\n
\r\nDefault Month
\r\nSeleziona con quale mese il calendario dovrà partire quando un visitatore entra\r\nnella pagina che lo contiene.

\r\nCambio pagina dopo
\r\nQuando si usa il layout a lista, quanti eventi vuoi che vengano visualizzati per ogni pagina?\r\n

\r\nContinua aggiungendo un evento?
\r\nLascia questo box selezionato se vuoi aggiungere eventi al calendario direttamente dopo averlo\r\ncreato.\r\n

\r\n

\r\nNota: Gli eventi che sono già accaduti non sono visualizzati nel calendario eventi.\r\n

\r\n',1046632373); +INSERT INTO international VALUES (73,'Article',8,'Queste sono le variabili di template disponibili per i template articolo.\r\n

attachment.box
\r\nVisualizza un box per allegato standard di WebGUI che include icona, nome file e\r\nindicatore allegato.\r\n

attachment.icon
\r\nLa URL all\'icona per questo tipo di allegato.\r\n

attachment.name
\r\nIl nome del file per questo allegato.\r\n

attachment.url
\r\nLa URL per scaricare questo allegato.\r\n

image.thumbnail
\r\nLa URL al thumbnail per l\'immagine allegata.\r\n

image.url
\r\nLa URL per l\'immagine allegata.\r\n

post.label
\r\nL\'etichetta tradotta per aggiungere un commento a questo articolo.\r\n

post.URL
\r\nLa URL per aggiungere un commento a questo articolo.\r\n

replies.count
\r\nil numero di commenti allegati a questo articolo.\r\n

replies.label
\r\nL\'etichetta tradotta che indica che tu puoi vedere le risposte.\r\n

replies.url
\r\nLa URL per visualizzare le risposte a questo articolo.

\r\n',1046631130); +INSERT INTO international VALUES (71,'ExtraColumn',8,'Le colonne extra ti consentono di cambiare il layout della pagina per una pagina solamente. Se vuoi avere colonne multiple su tutte le pagine forse é meglio alterare lo stile applcato alle pagine. \r\n

\r\nLe colonne sono sempre aggiunte da sinistra a destra. Quindi ogni contenuto esistente sarà piazzato alla sinistra della nuova colonna.\r\n

\r\nPosizione
\r\nle colonne extra saranno sempre inserite da sinistra a destra.\r\n

\r\nSpaziatore
\r\nLo spaziatore é la quantità di spazio tra il contenuto esistente e la tua nuova colonna. E\' misurato in pixel.\r\n

\r\nLarghezza
\r\nLa larghezza della nuova colonna da aggiungere. La larghezza é misurata in pixel.\r\n

\r\nStyleSheet Class
\r\nPer default é applicato lo stile content (che é lo stile usato dal corpo di tutto il sito). Comunque, se hai creato uno stile specifico per le colonne, puoi modificare questa classe.\r\n',1046629104); +INSERT INTO international VALUES (71,'Article',8,'Gli Articoli sono il coltellino svizzero del C.M.S. . La maggior parte dei contenuti statici possono essere aggiunte mediante il wobject articolo.\r\n

\r\nTemplate
\r\nSeleziona un  template per il layout del tuo articolo.\r\n

\r\nImmagine
\r\nScegli una immagine (.jpg, .gif, .png) dal tuo disco fisso. Questo file sarà uploadato sul server e visualizzato in alto nel tuo articolo nella posizione che scegli nella box di allineamento (sinistra-centro-destra).\r\n

\r\nTitolo del link
\r\nSe vuoi aggiungere un link al tuo articolo, metti qui il titolo del link. \r\n

\r\nEsempio: Google\r\n

\r\nURL del Link
\r\nSe ha aggiunto un titolo di link, adesso aggiungi la URL (uniform resource locator) in questo campo. \r\n

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

\r\nAllegato
\r\nSe vuoi allegare un file word, zip o qualsiasi altro file scaricabile dagli utenti, sceglilo dal tuo disco fisso.\r\n

\r\nConverti gli \'a capo\'?
\r\nSe pubblichi in HTML, generalmente non c\'é bisogno di selezionare questa opzione, ma se non stai usando HTML e vuoi un a capo ogni volta che schiacci il tasto \"Invio\" , allora seleziona questa opzione.\r\n

Consenti  discussioni?
\r\nSelezionando questo box abiliterai la possibilità di inviare commenti\r\nall\'articolo.\r\n

Chi può postare?
\r\nSeleziona il gruppo che è abilitato a inviare messaggi in questa discussione.\r\n

Modifica il Timeout
\r\nPer quanto tempo gli utenti possono modificare i loro messaggi prima che\r\nl\'opzione modifica sia bloccata?\r\n

Nota: non settare un limite troppo alto. Una delle grandi cose di\r\nquesti sistemi è che rappresentato un diario accurato di chi ha detto cosa. Se\r\npermetti di modificare per un arco di tempo troppo lungo, gli utenti avranno la\r\npossibilità di tornare sui propri passi e cambiare la propria opinione molto\r\ntempo dopo che il pensiero originale venisse postato.\r\n

Karma Per Post
\r\nQuanto karma deve essere assegnato ad un utente quando posta in questa\r\ndiscussione?\r\n

Chi può moderare?
\r\nSeleziona il gruppo che è abilitato a moderate questa discussione.\r\n

Tipo di moderazione?
\r\nPuoi selezionare il tipo di moderazione che preferisci. Dopo-il-fatto\r\nsignifica che quando un utente invia un messaggio questo viene pubblicato\r\nimmediatamente. Preventiva significa che un moderatore deve visionare ed\r\napprovare i messaggi prima che essi siano resi pubblicamente visibili. Gli\r\navvisi per i nuovi messaggi sono automaticamente visualizzati nel WebGUI Inbox\r\ndel moderatore.\r\n

Nota: In entrambi i tipi di moderazione il moderatore può sempre\r\nmodificare o cancellare i messaggi inviati.

\r\n',1046628977); +INSERT INTO international VALUES (63,'Product',8,'La lista delle specifiche associate a questo prodotto.\r\n
\r\n specification.controls
\r\n I controlli di gestione di WebGUI  per questa specifica.\r\n

specification.specification
\r\n Il testo stesso della specifica.\r\n

specification.units
\r\n L\'unità di misura per questa specifica. ex: metri\r\n

specification.label
\r\n L\'etichetta per questa specifica. ex: altezza\r\n

 

\r\n
\r\n

addaccessory.url
\r\nLa URL per aggiungere un accessorio a questo prodotto.\r\n

addaccessory.label
\r\nL\'etichetta tradotta per il link per aggiungere un accessorio.\r\n

accessory_loop
\r\nQuesto ciclo contiene tutti gli accessori associati  a questo prodotto.\r\n

\r\n accessory.url
\r\n La URL all\'accessorio linkato.\r\n

accessory.title
\r\n Il titolo dell\'accessorio linkato.\r\n

accessory.controls
\r\n I controlli di gestione di WebGUI  per questo accessorio.\r\n

 

\r\n
\r\n

addRelatedProduct.url
\r\nla URL per aggiungere un prodotto correlato a questo prodotto.\r\n

addRelatedProduct.label
\r\nL\'etichetta tradotta per il link per aggiungere un prodotto correlato .\r\n

relatedproduct.url
\r\nLa URL al prodotto linkato.\r\n

relatedproduct.title
\r\nIl titolo del prodotto linkato.\r\n

relatedproduct.controls
\r\nI controlli di gestione di WebGUI  per questo prodotto correlato.

\r\n\r\n',1046628858); +INSERT INTO international VALUES (607,'WebGUI',8,'Registrazione Anonima
\r\nVuoi abilitare i visitatori a registrarsi da soli al sito?\r\n

Esegui su Registrazione
\r\nSe qui inserisci una linea di comando, sarà eseguita ogni volta che un utente\r\nsi registra.

\r\n

Abilita Karma?
\r\nVuoi abilitare la funzione Karma?

\r\n

Karma per Login
\r\nLa quantità di  Karma che viene accreditato ad ogni utente quando effettua\r\nil login. Ha effetto solo se il karma è abilitato.

\r\n

\r\n\r\n\r\nSession Timeout
\r\nIl tempo (in secondi) che una sessione utente rimane attiva (prima che sia necessario un nuovo login). Il timeout si azzera ogni volta che si clicca una pagina. Quindi se setti il timeout per 8 ore, un utente dovrà rifare il log in non ha visitato il sito the site da 8 ore.

\r\n

\r\n\r\nConsenti agli utenti di disattivare i propri account?
\r\nConsenti ai tuoi utenti di disattivare i propri account senza un tuo intervento?
\r\n
\r\nMetodo di autenticazione (default)
\r\nQuale dovrebbe essere il metodo di autenticazione predefinito per i nuovi account creati? I due metodi possibili sono WebGUI e LDAP. L\'autenticazione WebGUI significa che gli utenti si autenticheranno in base alle informazioni conservate nel database. L\'autenticazione LDAP significa che gli utenti si autenticheranno in base ad un server LDAP sesterno.\r\n

\r\nNota: I settaggi di autenticazione possono essere personalizzati utente per utente.\r\n

WebGUI Authentication Options

\r\nInvia un messaggio di benvenuto?
\r\nDesideri che WebGUI automaticamente invii un messaggio di benvenuto all\'utente\r\nquando si registra?\r\n

NOTA: In aggiunta al tuo messaggio saranno incluse  anche le\r\ninformazioni sull\'account.

Messaggio di Benvenuto
\r\nScrivi il messaggio che vuoi che venga inviato all\'utente quando si registra.

Recupera\r\nPassword - Messaggio
\r\nScrivi il messaggio che vuoi che venga inviato agli utenti se cercano di\r\nrecuperare la loro password di WebGUI .

\r\n

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

LDAP Authentication Options

\r\n

\r\nLDAP URL (default)
\r\nLa URL di default del server LDAP. La URL LDAP é nella forma ldap://[server]:[port]/[base DN]. Esempio:\r\nldap://ldap.mycompany.com:389/o=MyCompany.\r\n

LDAP Identity
\r\nLa LDAP è l\'identificatore unico nel LDAP server con cui l\'utente sarà\r\nidentificato. Spesso questo campo è un shortname, che prende la forma\r\ndella  iniziale del nome  + il cognome. Esempio: mrossi. Per questo se\r\nspecifichi la LDAP identity per essere un  shortname allora Mario\r\nRossi  dovrà inserire  mrossi durante il processo di\r\nregistrazione.
\r\n
\r\nLDAP Identity Name
\r\nL\'etichetta utilizzata per descrivere LDAP Identity all\'utente. Per esempio,\r\nalcune aziende usano un LDAP server per autenticare i loro utenti con proxy\r\nserver. Nella documentazione fornita ai propri utenti, la LDAP identity è\r\nconosciuta come la loro Web Username. Quindi per coerenza puoi inserire\r\nquesta etichetta.
\r\n
\r\nLDAP Password Name
\r\nCome per LDAP Identity Name è una etichetta , così lo è la LDAP Password\r\nName. Usa questa etichetta secondo gli stessi principi della LDAP Identity Name.

\r\n\r\n',1046627458); +INSERT INTO international VALUES (620,'WebGUI',8,'Come il nome suggerisce, con questa funzione cancellerai un gruppo e rimuoverai tutti gli utenti da quel gruppo. Stai attento a non lasciare orfani degli utenti delle pagine alle quali avrebbero accesso cancellando un gruppo che é ancora in uso.\r\n

\r\n\r\nCome per ogni operazione di cancellazione, sei chiamato a rispondere ad una conferma per procedere con la cancellazione. Se rispondi di sì, la cancellazione procederà e non ci sarà possibilità di recuperare i dati. Se rispondi di no sarai riportato alla schermata precedente.',1046625755); +INSERT INTO international VALUES (622,'WebGUI',8,'Vedi Gestisci Gruppi per una descrizione delle funzioni dei gruppi e per i gruppi di default.\r\n

\r\n\r\nNome del gruppo
\r\nUn nome per il gruppo. E\' meglio se il nome é descrittivo così saprai in un batter d\'occhio di cosa si tratta.\r\n

\r\n\r\nDescrizione
\r\nUna descrizione più lunga del gruppo così che altri admin e content managers (o tu se te lo dimentichi) sapranno qual\'é lo scopo del gruppo.\r\n

\r\nScadenza Offset
\r\nLa quantità di tempo durante il quale un utente continuerà ad appartenere ad\r\nun gruppo prima che il privilegio scada o che venga rimosso dal gruppo. Questa\r\nfunzione è molto utile per i siti con membership nei quali gli utenti hanno\r\nalcuni privilegi solamente per un periodo di tempo specifico.\r\n

NOTA: Questo può essere annullato da una configurazione specifica per\r\nutente.\r\n

Avverti gli utenti sulla scadenza?
\r\nSetta su "si" se vuoi che WebGUI contatti gli utente quando è\r\nprossima la loro esclusione dal gruppo.\r\n

Offset della notifica di scadenza
\r\nLa differenza di tempo in giorni tra la scadenza/esclusione e la notifica. \r\nPuoi settarla sui ogni parametro che desideri. Per esempio settalo a\r\n"0"  se vuoi che la notifica/avviso sia inviata lo stesso giorno\r\nin cui il privilegio scade. Settalo a "-7" se vuoi che la\r\nnotifica/avviso sia inviata 7 giorni  prima che il privilegio scada.\r\nSettalo a "7" se vuoi che la notifica/avviso sia inviata 7 giorni \r\ndopo che il privilegio scada.\r\n

Messaggio di notifica/avviso della scadenza
\r\nScrivi il messaggio che vuoi spedire agli utenti per dire loro della scadenza.\r\n

Cancellazione Offset
\r\nLa differenza di tempo in giorni tra la scadenza/esclusione e la cancellazione\r\ndefinitiva dal sistema.  Puoi settarla sui ogni parametro che desideri. Per\r\nesempio settalo a "0"  se vuoi che la cancellazione avvenga lo\r\nstesso giorno in cui il privilegio scade. Settalo a "-7" se vuoi che\r\nla cancellazione avvenga 7 giorni  prima che il privilegio scada.\r\nSettalo a "7" se vuoi che la cancellazione avvenga 7 giorni  dopo\r\nche il privilegio scada.\r\n

IP Address
\r\nSpecifica un IP address o un IP mask per l\'autenticazione. Se gli  IP\r\naddress degli utenti corrispondono, saranno automaticamente inclusi nel gruppo.\r\nAn IP mask è semplicemente l\' IP address meno un octet (ottetto) o due. Puoi\r\nspecificare anche  IP masks multiple separandoli da punto-e-virgola.\r\n

IP Mask Esempio: 10.;192.168.;101.42.200.142\r\n

Soglia del Karma
\r\nSe hai abilitato il Karma, allora puoi settare questo valore. La soglia del\r\nKarma è la quantità (valore) di  karma che un utente deve possedere per\r\nessere considerato incluso nel gruppo.

\r\n\r\n',1046625426); +INSERT INTO international VALUES (624,'WebGUI',8,'le macro di sono utilizzate per creare contenuti dinamici all\'interno di contenuti che altrimenti sarebbero statici. per esempio, potresti voler visualizzare quale utente é attualmente logato in ogni pagina, oppure avere un menu generato dinamicamente, o ancora un crumb trail. \r\n

\r\nLe macro cominciano sempre con un carattere carat (^) , proseguono con almeno un altro carattere e finiscono con un punto e virgola (;). Alcune macro possono essere estese/configurate nel formato ^x(\"testo della configurazione\");. Quella che segue é una descrizione di tutte le macro nel sistema.\r\n

\r\n

Nota: \r\n^-;,^0;,^1;,^2;,^3;, etc.
\r\nQueste macro sono riservate per funzione specifiche relative ai widgets come nel SQL report.',1046622769); +INSERT INTO international VALUES (623,'WebGUI',8,'Cascading Style Sheets (CSS) sono lo strumento migliore per gestire il look and feel di un web site. Sono largamente usati nel C.M.S.\r\n

\r\n\r\nQuella che segue è una lista di classi usate per gestire il look :\r\n

\r\n\r\nA
\r\nI links nello stile.\r\n

\r\n\r\nBODY
\r\nIl setup di default delle pagine nello stile.\r\n

\r\n\r\nH1
\r\nGli headers di ogni pagina.\r\n

\r\n\r\n.accountOptions
\r\nI links che appaiono in modalità login e account update forms.\r\n

\r\n\r\n.adminBar
\r\nLa barra che appare in alto quando sei amministratore del sito.\r\n

\r\n\r\n.content
\r\nLa principale area di contenuto in ogni pagina dello stile.\r\n

\r\n\r\n.formDescription
\r\nI tags su ogni forms prossimi agli elementi del form. \r\n

\r\n\r\n.formSubtext
\r\nI tags sotto alcuni elementi dei form.\r\n

\r\n\r\n.highlight
\r\nDenota un elemento in evidenza, come quale messaggio stai visualizzando in una lista.\r\n

\r\n\r\n.horizontalMenu
\r\nHorizontal menu (se stai usando una horizontal menu macro).\r\n

\r\n\r\n.pagination
\r\nIl link alla pagina precedente o successiva se stai usando il cambia pagina dopo....\r\n

\r\n\r\n.selectedMenuItem
\r\nUtilizza questa classe per evidenziare la pagina corrente in ognuno dei menu macro.\r\n

\r\n\r\n.tableData
\r\nI contenuti di elementi come forum e contributi dagli utenti.\r\n

\r\n\r\n.tableHeader
\r\nHead delle colonne di elementi come forum e contributi dagli utenti.\r\n

\r\n\r\n.tableMenu
\r\nIl menu di elementi come forum e contributi dagli utenti.\r\n

\r\n\r\n.verticalMenu
\r\nVertical menu (se stai utilizzando una vertical menu macro).\r\n

\r\n\r\nNote: Alcuni elementi e macro hanno il proprio stile univoco, che è documentato nello specifico file di help.\r\n\r\n',1046622652); +INSERT INTO international VALUES (621,'WebGUI',8,'Gli stili del C.M.S. sono abilitati alle macro. Vedi Usare le Macros per maggori informazioni.\r\n

\r\n\r\nNome dello stile
\r\nUn nome univoco che descriva come appare lo stile in una parola. Il nome non ha effetto sulla visualizzazione dello stile.\r\n

\r\n\r\nBody
\r\nBody rappresenta la visualizzazione del tuo sito. Copia il tuo codice HTML e incollalo nello spazio apposito. \r\n

\r\n\r\nMolte persone aggiungeranno macro del C.M.S. ai loro body per automatizzare la navigazione, e per altre funzionalità.\r\n

\r\nEsiste una macro particolare, questa ^-; che dovrai necessariamente posizionare nella parte del body in cui vuoi che venga inserito il contenuto. Non dimenticare di mettere la macro ^AdminBar per visualizzare le funzioni amministrative.\r\n\r\n

\r\n\r\nStyle Sheet
\r\nMetti il codice del tuo foglio di stile qui. Gli Style sheets, o fogli di stile sono usati per controllare colori, dimensioni e altre proprietà degli elementi del tuo sito. Vedi Usare gli Style Sheets per maggiori informazioni.\r\n

\r\n\r\nUtenti avanzati: per una maggior performance create gli style sheet sul file system (chiamateli tipo tuosito.css) e aggiungete in questa area un link come questo: \r\n<link href=\"/tuosito.css\" rel=\"stylesheet\" rev=\"stylesheet\" type=\"text/css\">',1046622576); +INSERT INTO international VALUES (71,'USS',8,'I sistemi di contribuzione da parte degli utenti sono un ottimo modo di aggiungere un senso di community su ogni sito, e anche un modo di ottenere contenuti gratuitamente dagli utenti.\r\n

\r\nTemplate principale
\r\nselezione un layout per questo Sistema di Contributi degli Utenti

\r\nTemplate di inserimento
\r\nselezione un layout per l\'interfaccia di sottomissione contributi

\r\nChi può approvare?
\r\nChe gruppo é abilitato ad approvare e rifiutare i contenuti?\r\n

\r\nChi può contribuire?
\r\nQuale gruppo é abilitato ad aggiungere contenuto?\r\n

\r\nContributi per pagina
\r\nQuanti contributi vuoi visualizzare per pagina nell\'indice dei contenuti?\r\n

\r\nStato predefinito
\r\nI contributi vengono settati a Approvato, Pendente, o Respinto per default?\r\n

\r\nNote: Se metti lo stato predefinito a Pendente, sii preparato a guardare spesso nel log messaggi per i nuovi contributi.\r\nVisualizza thumbnails?
\r\nSe c\'è unna immagine nella discussione la thumbnail sarà visualizzata nel\r\nLayout .

\r\n

Consenti Discussioni?
\r\nDesideri allegare una discussione a questo sistema di contributi ? Se lo fai,\r\nogni utente potrà commentare ogni discussione. \r\n

Chi può postare?
\r\nQuale gruppo può postare su questa discussione?\r\n

\r\nModifica Timeout
\r\nQuesto settaggio specifica per quanto tempo un utente avrà la possibilità di modificare il proprio messaggio. Il Timeout é misurato in ore.\r\n

\r\nNota: Non settare questo limite troppo alto. Una delle cose più interessanti dei Forum é che sono una registrazione accurata di una discussione. Se consenti di modificare i messaggi per molto tempo, l\'utente avrà la possibilità di cambiare idea molto tempo dopo che il pensiero originale era stato espresso.\r\n\r\n\r\n 

\r\n

Karma Per Post
\r\nQuanto karma deve essere assegnato all\'utente quando posta  su questa\r\ndiscussione?

\r\n

\r\nChi può moderare?
\r\nQuale gruppo può moderare su questa discussione?

\r\n

Tipo di moderazione?
\r\nPuoi selezionare il tipo di moderazione che preferisci. Dopo-il-fatto\r\nsignifica che quando un utente invia un messaggio questo viene pubblicato\r\nimmediatamente. Preventiva significa che un moderatore deve visionare ed\r\napprovare i messaggi prima che essi siano resi pubblicamente visibili. Gli\r\navvisi per i nuovi messaggi sono automaticamente visualizzati nel WebGUI Inbox\r\ndel moderatore.\r\n

Nota: In entrambi i tipi di moderazione il moderatore può sempre\r\nmodificare o cancellare i messaggi inviati.

\r\n',1046622371); +INSERT INTO international VALUES (74,'MessageBoard',8,'Questo è l\'elenco delle variabili di template disponibili per i template dei\r\nForum.\r\n

canPost
\r\nUna condizione che indica se un utente può aggiungere un nuovo messaggio.\r\n

post.url
\r\nLa  URL per aggiungere un nuovo messaggio.\r\n

post.label
\r\nL\'etichetta tradotta per il link da cui postare.\r\n

search.url
\r\nLa URL per cercare in questo forum.\r\n

search.label
\r\nL\'etichetta tradotta per il link al  search engine.\r\n

subject.label
\r\nL\'etichetta tradotta per  la colonna Oggetto.\r\n

user.label
\r\nL\'etichetta tradotta per  la colonna Utente\r\n

date.label
\r\nL\'etichetta tradotta per  la colonna Data.\r\n

views.label
\r\nL\'etichetta tradotta per  la colonna Visualizzato.\r\n

replies.label
\r\nL\'etichetta tradotta per  la colonna Risposte.\r\n

last.label
\r\nL\'etichetta tradotta per  la colonna Ultima Risposta\r\n

message_loop
\r\nUn ciclo che contiene ogni messaggio.\r\n

\r\n last.url
\r\n La URL all\'ultima risposta a questo messaggio.\r\n

last.subject
\r\n L\'oggetto dell\'ultima risposta a questo messaggio.\r\n

last.username
\r\n Il Nome Utente di chi  ha postato l\'ultima risposta a questo messaggio.\r\n

last.userProfile
\r\n La URL  al profilo dell\'utente che ha postato l\'ultima risposta a questo\r\n messaggio.\r\n

last.date
\r\n La data in cui l\'ultima risposta a questo messaggio è stata inviata.\r\n

message.subject
\r\n L\'oggetto di questo messaggio.\r\n

message.date
\r\n La data in cui questo messaggio è stato postato.\r\n

message.user
\r\n L\'utente che ha postato questo messaggio.\r\n

message.views
\r\n Le visualizzazioni che questo messaggio ha ricevuto.\r\n

message.replies
\r\n Il numero di risposte a questo thread.\r\n

message.url
\r\n La URL per visualizzare questo messaggio.\r\n

message.currentUser
\r\n Una condizione che indica se l\'utente attuale è lo stesso che ha postato\r\n questo messaggio.\r\n

message.status
\r\n Lo stato di questo messaggio (pendente, approvato, rifiutato).\r\n

 

\r\n
\r\n

firstPage
\r\nUn Link alla prima pagina dell\'impaginazione.\r\n

lastPage
\r\nUn Link all\'ultima pagina dell\'impaginazione.\r\n

nextPage
\r\nUn Link alla prossima pagina dell\'impaginazione.\r\n

previousPage
\r\nUn Link alla prossima pagina dell\'impaginazione.\r\n

pageList
\r\nUna lista di link a tutte le pagine dell\'impaginazione del calendario.\r\n

multiplePages
\r\nUna variabile che indica dove esiste più di una pagina nell\'impaginazione.

\r\n',1046621598); +INSERT INTO international VALUES (75,'USS',8,'Questo è l\'elenco delle variabili di template disponibili per i template del\r\nSistema di contributi degli Utenti.\r\n

readmore.label
\r\nL\'etichetta tradotta che indica che l\'utente può cliccare per "leggere di\r\npiù".\r\n

responses.label
\r\nL\'etichetta tradotta che indica che l\'utente può cliccare per visualizzare le\r\nrisposte a questo post.

\r\n

canPost
\r\nUna condizione che indica se un utente può aggiungere un nuovo contributo.\r\n

post.url
\r\nLa  URL per aggiungere un nuovo contributo.\r\n

post.label
\r\nL\'etichetta tradotta per il link da cui postare.\r\n

search.label
\r\nL\'etichetta tradotta per il link al  search engine.\r\n

search.url
\r\nLa URL per settare on/off    form di ricerca.\r\n

search.form
\r\nIl form di ricerca di WebGUI.\r\n

title.label
\r\nL\'etichetta tradotta per  la colonna Titolo.\r\n

thumbnail.label
\r\nL\'etichetta tradotta per  la colonna Thumbnail.\r\n

date.label
\r\nL\'etichetta tradotta per  la colonna Data.\r\n

by.label
\r\nL\'etichetta tradotta che indica da chi è stato inviato il contributo.\r\n

submissions_loop
\r\nUn ciclo che contiene ogni contributo.\r\n

\r\n submission.id
\r\n Un identificatore unico per questo contributo.\r\n

submission.url
\r\n La URL per visualizzare questo contributo.\r\n

submission.content
\r\n Il testo abbreviato del contenuto di questo contributo.\r\n

submission.responses
\r\n Il numero di risposte a questo contributo.\r\n

submission.title
\r\n Il titolo per questo contributo.\r\n

submission.userId
\r\n La User Id dell\'utente che ha inviato questo contributo.\r\n

submission.username
\r\n Il nome utente della persona che ha inviato questo contributo\r\n

submission.status
\r\n Lo stato di questo contributo (approvato, pendente, rifiutato).\r\n

submission.thumbnail
\r\n Il thumbnail dell\'imagine caricata con questo contributo (se esiste).\r\n

submission.date
\r\n La data in cui è stato inviato il contributo.\r\n

submission.currentUser
\r\n Una condizione che indica se l\'utente attuale è lo stesso che ha inviato\r\n questo contributo.\r\n

submission.userProfile
\r\n La URL al profilo dell\'utente che ha inviato questo contributo.\r\n

submission.secondColumn
\r\n Una condizione che indica se questo contributo appartiene o no alla seconda\r\n colonna in un layout multi-colonna.\r\n

submission.thirdColumn
\r\n Una condizione che indica  contributo appartiene o no alla terza colonna\r\n in un layout multi-colonna.\r\n

submission.fourthColumn
\r\n Una condizione che indica  contributo appartiene o no alla quarta colonna\r\n in un layout multi-colonna.\r\n

submission.fifthColumn
\r\n Una condizione che indica contributo appartiene o no alla quinta colonna in un\r\n layout multi-colonna.\r\n

 

\r\n
\r\n

firstPage
\r\nUn Link alla prima pagina dell\'impaginazione.\r\n

lastPage
\r\nUn Link all\'ultima pagina dell\'impaginazione.\r\n

nextPage
\r\nUn Link alla prossima pagina dell\'impaginazione.\r\n

previousPage
\r\nUn Link alla prossima pagina dell\'impaginazione.\r\n

pageList
\r\nUna lista di link a tutte le pagine dell\'impaginazione del calendario.\r\n

multiplePages
\r\nUna variabile che indica dove esiste più di una pagina nell\'impaginazione.

\r\n',1046620693); +INSERT INTO international VALUES (637,'WebGUI',8,'Nome
\r\nIl nome dell\'utente.\r\n

\r\n\r\nSecondo Nome
\r\nIl secondo nome dell\'utente.\r\n

\r\n\r\nCognome
\r\nIl cognome dell\'utente.\r\n

\r\n\r\nIndirizzo Email
\r\nIndirizzo email dell\' utente. Deve essere inserito se l\' utente vuole utilizzare le funzioni che richiedono l\' email.\r\n

\r\n\r\n\r\nLingua
\r\nQuale lingua deve essere usata dal sistema per mostrare messaggi e indici.\r\n

\r\n\r\nICQ UIN
\r\nICQ UIN è \" ID numero utente\" sul network ICQ. ICQ è una tra le più popolari piattaforme di instant messaging.\r\n\r\n\r\nNota: Puoi inserire tutti le categorie e i campi che desideri, puoi senderli obbligatori o meno. Nella gersione profilo troverai configurati quelli di default nella distribuzione di WebGUI.\r\n\r\n',1046619284); +INSERT INTO international VALUES (618,'WebGUI',8,'\r\nSMTP Server
\r\nQuesto é l\'indirizzo del tuo mail server locale. E\' necessario per tutte le funzionalità che coinvolgono la posta internet (come la funzione di recupero password).

\r\n\r\nEmail footer
\r\nQuesto footer sarà processato per le macro e allegato ad ogni email inviata da questa istanza di WebGUI.\r\n

\r\nAvverti quando c\'è un nuovo utente?
\r\nQualcuno deve essere avvisato se un nuovo utente si registra anonimamente?\r\n

\r\nGruppo da avvertire quando c\'è un nuovo utente?
\r\nQuale gruppo deve essere avvisato se un nuovo utente si registra anonimamente?\r\n

\r\n\r\n',1046556120); +INSERT INTO international VALUES (617,'WebGUI',8,'I Settaggi sono opzioni che ti consentono di aggiustare il C.M.S. per i tuoi particolari bisogni.\r\n

\r\n\r\n\r\nModifica informazioni sull\'azienda
\r\nInformazioni specifiche riguardo l\'azienda o l\'individuo che controlla questa installazione del C.M.S. .\r\n

\r\n\r\nModifica i settaggi dei contenuti
\r\nSettaggi correlati a contenuti e alla loro gestione.\r\n

\r\n\r\nModifica i settaggi della messaggistica
\r\nSettaggi per le email e le funzioni relative alla messaggistica.\r\n

\r\n\r\nModifica settaggi vari
\r\nTutto il resto.\r\n\r\nModifica i settaggi del profilo
\r\nDefinisce come appaioni i profili degli utenti e cosa gli utenti hanno i privilegi di modificare

\r\n\r\n\r\n\r\nModifica i settaggi per gli utenti
\r\nQuesti settaggi riguardano la identificazione degli utenti e il login, etc.\r\n

\r\n\r\n',1046555813); +INSERT INTO international VALUES (613,'WebGUI',8,'Gli utenti nel sistema sono gli account ai quali é concesso fare determinate cose. Ci sono due utenti di default: Admin e Visitor.\r\n

\r\n\r\nAdmin
\r\nAdmin é esattamente quello che ti aspetti. E\' un utente con privilegi illimitati nell\'ambiente. Se qualcosa può essere fatto, questo utente ha i diritti per farlo.\r\n

\r\n\r\nVisitor
\r\nVisitor é esattamente l\'opposto di Admin. Visitor non ha nessun diritto. Per default qualsiasi utente non loggato é visto come utente Visitor.\r\n

\r\n\r\nAggiungi un nuovo utente.
\r\nClicca qui per andare allo schermo di aggiunta utente.\r\n

\r\n\r\nCerca
\r\nPuoi cercare gli utenti basandoti sullo username o sull\'indirizzo email. Puoi anche fare delle ricerche parziali se preferisci.',1046555073); +INSERT INTO international VALUES (632,'WebGUI',8,'Puoi aggiungere wobject selezionando Aggiungi contenuto dal menu in alto a sinistra. Puoi poi editarlo cliccando sul bottone \"Modifica\" che appare proprio sopra l\'istanza di ogni wobject particolare.\r\n

Quasi tutti wobject condividono alcune proprietà:

\r\n

Wobject ID
\r\nL\'identificatore unico che WebGUI  usa per tracciare il wobject. Gli utenti\r\nnormali probabilmente non hanno bisogno di questo parametro, ma qualche utente\r\navanzato può averne bisogno per esempio applicazioni di SQL Reports.

\r\n

Titolo
\r\nQual\'é il titolo di questo articolo? Anche se non vuoi che il titolo appaia, é\r\nuna buona idea dare un titolo ai tuoi contenuti, così quando questi saranno\r\ncopiati negli appunti avranno un nome.
\r\n
\r\nVisualizza il titolo?
\r\nVuoi visualizzare il titolo?
\r\n
\r\nProcessa le macro?
\r\nVuoi processare le macro del C.M.S. in questo articolo? Deselezionando questo\r\nbox non processerà le macro e sarà velocizzata l\'esecuzione della pagina.
\r\n
\r\nPosizione
\r\nSeleziona la posizione che questo wobject  avrà nel template di pagina\r\ncorrente.
\r\n
\r\nData di inizio
\r\nIn che data vuoi che questo articolo appaia sul sito? Le date sono nel formato\r\namericano MM/GG/AAAA. Puoi usare un wizard JavaScript per selezionare la data da\r\nun calendario cliccando su imposta la data. Per default la data di inizio\r\né posta a 01/01/2000.
\r\n
\r\nData di fine
\r\nIn che data vuoi che questo articolo venga rimosso dal sito? Per default la data\r\ndi fine é posta a 100 anni nel futuro, 01/01/2100.
\r\n
\r\nCorpo
\r\nIl corpo dell\'aticolo é dove viene scritto tutto il contenuto. Puoi aggiungere\r\na piacimento tag HTML necessari per formattare il contenuto. Assicurati di\r\nmettere un <p> tra i paragrafi per aggiungere spazio bianco al contenuto.
\r\n
\r\n

\r\n',1046552759); +INSERT INTO international VALUES (639,'WebGUI',8,'Nome Template
\r\nDai un nome descrittivo al template, così lo riconoscerai quando vorrai applicarlo ad una pagina.\r\n

\r\nNamespace
\r\nChe tipo di template è questo?\r\n

\r\n\r\n\r\nTemplate
\r\nCrea il tuo template inserendo i comandi di template, le macro di variabile e il codice.\r\n

\r\n\r\n\r\nNota:\r\nNon devi mai modificare i template di default che trovi nella distribuzione di WebGUI, perchè possono variare con ogni realise per introdurre nuove funzioni. Devi fare una copia del template che ti interessa e modificare quello.\r\n',1046550619); +INSERT INTO international VALUES (71,'SiteMap',8,'Le mappe del sito sono usate per aggiungere un ulteriore ausilio nella navigazione. Puoi aggiungere una mappa del sito tradizionale che visualizzi una vista gerarchica di tutte le pagine nel sito. D\'altra parte, puoi usare le mappe del sito per dare un ausilio di navigazione a certi livelli nel sito.\r\n

\r\n\r\nTemplate
\r\nSeleziona un layout per questa mappa.\r\n

\r\nParti Da
\r\nSeleziona la pagina da cui vuoi far iniziare la mappa.\r\n

\r\nPartire da questo Livello?
\r\nQuanti livelli di profondità della navigazione deve mostrare la mappa? Se è specificato 0(zero) mostrerà tutti i livelli esistenti.\r\n

\r\n\r\nRientro
\r\nDi quanti caratteri deve rientrare ogni livello?

\r\n\r\n',1046550282); +INSERT INTO international VALUES (71,'SQLReport',8,'I report SQL sono forse il più potente tra i wobject. Consentono all\'utente di eseguire query su qualsiasi database al quale abbia accesso. Questo é utile ad esempio per estrarre dati dal tuo database degli account o per creare dei sommari di\r\ntutti i forum di discussione nel sito.

\r\n\r\nPreprocessa le macro sulla quesry?
\r\nVuoi che vengano processate le macro del C.M.S.? Seleziona questo box.

Debug?
\r\n
Seleziona questo box se vuoi visualizzare il debugging e i messaggi di\r\nerrore nella pagina.

Query
\r\nQuesta é una query SQL standard. Puoi rendere più dinamiche le tue query\r\nutilizzando la macro ^FormParam(); \r\n

\r\n\r\nReport Template
\r\nScrivi qui il codice per generare il report. normalmente userai delle tabelle HTML per generarlo. Sotto é incluso un esempio. Se lasci questo campo in bianco il template sarà generato in base al risultato della query.\r\n

\r\n\r\nCi sono delle macro speciali per generare report SQL. Sono: ^-;, ^0;, ^1;, ^2;, ^3;, etc. Queste macro saranno processate comunque, a prescindere dal fatto che tu abbia deselezionato la box processa macro. La macro ^- rappresenta i punti di split nel documento dove il report comincia e finisce di fare il loop. Le macro numeriche rappresentano i dati ritornati dalla\r\nquery. C\'è una macro aggiuntiva ^rownum; che conta le righe della query\r\npartendo da 1 per usarla dove le linee del\'output devono essere numerate.

\r\n\r\nDSN
\r\nData Source Name é l\'identificatore univoco che il linguaggio PERL usa per descrivere la locazione del tuo database. La sintassi é DBI:[driver]:[database name]:[host]. \r\n

\r\n\r\nEsempio: DBI:mysql:WebGUI:localhost\r\n

\r\n\r\nUtente Database\r\nLo username che usi per collegarti al DSN.\r\n

\r\n\r\nPassword Database\r\nLa password che usi pe rcollegarti al DSN.\r\n

\r\n\r\nPagina dopo\r\nQuante righe vuoi che siano visualizzate prima di dividere il risultato in pagine separate? In altre parole, quante righe vuoi che siano visualizzate per pagina?\r\n

\r\n\r\nConverti gli a capo?\r\nVuoi convertire gli a capo nei dati del risultato in break HTML (<br>).\r\n',1046549982); +INSERT INTO international VALUES (43,'Product',8,'Le specifiche sono le caratteristiche tecniche del prodotto.

\r\n\r\nTipo della specifica
\r\n
\r\nil tipo di specifica. Per esempio altezza, larghezza, o colore. Puoi selezionarne una già inserita nel sistema per un altro prodotto, oppure inserirne una nuova.

\r\n\r\nSpecifica
\r\n
\r\nil valore della specifica. Per esempio, se hai scelto altezza come tipo dovrai inserire un valore numerico come \"12\".

\r\n\r\nUnità
\r\n
\r\nLa unità di misura per questa specifica. Per esempio, se hai scelto altezza come tipo, probabilmente dovrebbe essere \"centimetri\".

\r\n\r\nAggiungi una nuova specifica?
\r\n
\r\nSe vuoi aggiungere una ulteriore specifica, seleziona \"Si\".\r\n\r\n\r\n\r\n\r\n',1046548417); +INSERT INTO international VALUES (39,'Product',8,'Il C.M.S. comprende un sistema di gestione catalogo prodotti che consente di pubblicare facilmente e velocemente i tuoi prodotti e servizi. \r\n

\r\n

Template
\r\nSeleziona un layout per questo prodotto.

\r\n\r\nPrezzo
\r\nIl prezzo di questo prodotto. Se preferisci puoi lasciarlo vuoto oppure inserire un messaggio tipo: contattaci per informazioni.

\r\n\r\nCodice Prodotto
\r\n
\r\nIl codice del prodotto, o un identificativo del prodotto.

\r\n\r\nImmagine Prodotto 1
\r\n
\r\nUna immagine di questo prodotto.

\r\n\r\nImmagine Prodotto 2
\r\n
\r\nUna immagine di questo prodotto.

\r\n\r\nImmagine Prodotto 3
\r\n
\r\nUna immagine di questo prodotto.

\r\n

Brochure
\r\nLa brochure per questo prodotto.\r\n

Manuale
\r\nIl manuale di utilizzo per questo prodotto.\r\n

Garanzia
\r\nLa garanzia per questo prodotto.

\r\n',1046548367); +INSERT INTO international VALUES (71,'MessageBoard',8,'I Forum di discussione sono un modo efficace di aggiungere un senso di comunità ad ogni sito internet. Molte aziende usano i Forum internamente per collaborare sui progetti.\r\n

\r\nMessaggi per pagina
\r\nQuando un visitatore arriva per la prima volta su un Forum, gli sarà presentata una lista di tutti i soggetti (a.k.a. threads) del Forum. Se un Forum diventa popolare, il numero dei threads aumenterà rapidamente. L\'attributo messaggi per pagina ti consente di specificare il numero di soggetti per ogni pagina.\r\n

Main Template
\r\nSeleziona un layout visualizzazione principale di questo forum.

\r\n

\r\nChi può postare?
\r\nQuale gruppo può postare su questo Forum?\r\n

\r\nModifica Timeout
\r\nQuesto settaggio specifica per quanto tempo un utente avrà la possibilità di modificare il proprio messaggio. Il Timeout é misurato in ore.\r\n

\r\nNota: Non settare questo limite troppo alto. Una delle cose più interessanti dei Forum é che sono una registrazione accurata di una discussione. Se consenti di modificare i messaggi per molto tempo, l\'utente avrà la possibilità di cambiare idea molto tempo dopo che il pensiero originale era stato espresso.\r\n\r\n\r\n 

\r\n

Karma Per Post
\r\nQuanto karma deve essere assegnato all\'utente quando posta  su questa\r\ndiscussione?

\r\n

\r\nChi può moderare?
\r\nQuale gruppo può moderare su questo Forum?

\r\n

Tipo di moderazione?
\r\nPuoi selezionare il tipo di moderazione che preferisci. Dopo-il-fatto\r\nsignifica che quando un utente invia un messaggio questo viene pubblicato\r\nimmediatamente. Preventiva significa che un moderatore deve visionare ed\r\napprovare i messaggi prima che essi siano resi pubblicamente visibili. Gli\r\navvisi per i nuovi messaggi sono automaticamente visualizzati nel WebGUI Inbox\r\ndel moderatore.\r\n

Nota: In entrambi i tipi di moderazione il moderatore può sempre\r\nmodificare o cancellare i messaggi inviati.

\r\n',1046547722); +INSERT INTO international VALUES (72,'MailForm',8,'Puoi aggiungere tutti i campi che vuoi al tuo modulo email.\r\n
\r\n
\r\n\r\nNome Campo
\r\n
\r\nIl nome di questo campo. Deve essere unico nell\'ambito di tutti gli altri campi del form (in pratica ogni campo deve avere un nome univoco).

\r\n

Status
\r\n
\r\nI campi nascosti non saranno visibili al visitatore, ma il loro contenuto sarà spedito nel messaggio.
\r\nI campi visualizzabili possono essere visti dal visitatore, ma non modificati.
\r\nI campi modificabili possono essere compilati dal visitatore
\r\nSe utilizzi campi nascosti o visualizzabili assicurati di aver inserito una valore di default.

\r\n

Tipo
\r\nScegli il tipo di elemento da assegnare a questo campo. Questi sono gli elementi supportati:\r\n\r\n
\r\nURL:
Un textbox che formatta automaticamente le URL\'s inserite.\r\n
\r\nTextbox:
Un textbox standard.\r\n
\r\nData:
Un campo textbox field con una finestra popup window per selezionare una data.\r\n
\r\nSi/No:
Un set di si/no radio buttons.\r\n
\r\nIndirizzo Email:
Un textbox che richiede al visitatore di inserire un indirizzo e-mail valido.\r\n
\r\nTextarea:
Una normale textarea.\r\n
\r\nCheckbox:
Un singolo checkbox.\r\n
\r\nMenù a tendina:
Un Menù a tendina. utilizza il campo valori possibili per inserire tutte la opzioni che saranno mostrate nel menù. Inseriscine uno solo per linea.

\r\n

Valori Possibili
\r\n
\r\nQuesto campo serve solo per il Menù a tendina. Inserisci i valori che vuoi che vengano mostrati nel Menù a tendina, uno per linea.

\r\n

Valore di Default (opzionale)
\r\n
\r\ninserisci il valore di default (se vuoi) per il campo. Per i campi si/No, inserisci \"si\" per spuntare \"si\" e \"no\" per spuntare \"No\".\r\nPer i Checkbox , inserisci \"checked\" per mostrare il box spuntato.

\r\n

Procedi aggiungendo altri campi?
\r\n
\r\nLascialo selezionato se vuoi aggiungere campi addizionali al form subito dopo aver creato questo campo.\r\n\r\n\r\n',1046547188); +INSERT INTO international VALUES (71,'MailForm',8,'Questo modulo crea un form che invia una email con i dati inseriti dall\'utente all\'indirizzo prestabilito.\r\n\r\n\r\n\r\n

\r\n\r\nLarghezza
\r\n
\r\nLa larghezza di tutti i campi nel form. Il valore prestabilito è 45.

\r\n\r\n

Da, A, Cc, Bcc, Oggetto
\r\n
\r\nQuesti campi controllano come apparirà la mail quando sarà inviata e a chi sarà inviata.\r\nPuoi dare la possibilità ai visitatori di modificare alcuni o tutti questi campi,\r\ntipicamente i campi che vorrai far gestire ai visitatori sono Da e Oggetto.\r\nUsa il menù a tendina per ogni campo per selezionare i permessi che vuoi dare ai visitatori.
\r\n\r\n\r\n
\r\n
\r\nPuoi anche scegliere di inserire una username o un gruppo del sistema nel campo A \r\ne il messaggio sarà inviato all\'utente o al gruppo corrispondente.

\r\n\r\n

Conferma invio
\r\n
\r\nQuesto messaggio sarà visualizzato dall\'utente dopo aver inviato il messaggio.

\r\n\r\n

archivia gli invii?
\r\n
\r\nse selezioni si, quando il mail form sarà inviato il contenuto dei campi verrà sara salvato nel database per successive visualizzazioni.

\r\n\r\n

Procedi aggiungendo altri campi?
\r\n
\r\nLascialo selezionato se vuoi aggiungere campi addizionali al form subito dopo averlo creato.\r\n\r\n',1046547132); +INSERT INTO international VALUES (73,'LinkList',8,'Titolo
\r\nIl testo che apparirà nel link

\r\nURL\r\n
Il sito da linkare

\r\nApri in nuova finestra?
\r\nSeleziona \"si\" se vuoi che questo link si apra in una finestra nuova.\r\n

Descrizione
\r\nDescrivi il sito che stai linkando. Può essere omessa se vuoi.

\r\nProssima Azione?
\r\nLascia selezionato a default se vuoi aggiungere link alla lista.\r\n

\r\n',1046547071); +INSERT INTO international VALUES (73,'FileManager',8,'Titolo del file
\r\nIl titolo che sarà mostrato per questo file. Se lasciato vuoto sarà visualizzato il nome del file \r\n

\r\n\r\nFile
\r\nScegli dal tuo computer il file che vuoi caricare.\r\n

\r\n\r\nVersione Alternativa #1
\r\nUna versione alternativa del file ad esempio se il 1° file era una immagine jpg la versione alternativa potrebbe essere un file tiff oppure un file bmp.\r\n

\r\n\r\nVersione Alternativa #2
\r\nUna versione alternativa del file ad esempio se il 1° file era una immagine jpg la versione alternativa potrebbe essere un file tiff oppure un file bmp.\r\n

\r\n\r\nBreve descrizione
\r\nUna breve descrizione del file. Assicurati di includere delle Keyword adatte, i visitatori potrebbero tentare una ricerca.\r\n

\r\n\r\nGruppo di Download
\r\nScegli il gruppo che può scaricare il file.\r\n

\r\n\r\nProssima Azione?
\r\nSe hai un altro file da aggiungere allora seleziona \"Aggiungi un nuovo file\", diversamente seleziona \"Torna alla pagina\".',1046546766); +INSERT INTO international VALUES (71,'FileManager',8,'Il File Manager é pensato per aiutarti a gestire la distribuzione di file sul tuo sito. Ti consente di specificare chi può\r\nvisualizzare/scaricare i files dal tuo sito.

\r\nTemplate
\r\nScegli un layout per il file manager.\r\n

\r\n\r\nCambio pagina dopo
\r\nQuanti file devono essere visualizzati prima di separare i risultati in pagine separate? In altre parole, quanti file vuoi che siano visualizzati per pagina?\r\n

\r\n\r\nContinua aggiungendo un file?
\r\nSe vuoi cominciare ad aggiungere files per il download subito dopo aver creato il Download Manager, lascialo selezionato.\r\n

',1046546498); +INSERT INTO international VALUES (77,'USS',8,'Le seguenti sono le variabili di template utilizzate nel template del sistema di\r\ncontributi degli utenti. Sono usati per visualizzare il singolo contributo\r\ndell\'utente.\r\n

title
\r\nIl titolo di questo contributo.\r\n

content
\r\nTutto il testo di questo contributo.\r\n

user.label
\r\nL\'etichetta tradotta che indica quale utente ha inviato questo contributo.\r\n

user.profile
\r\nLa URL al profilo dell\' utente che ha inviato questo contributo.\r\n

user.username
\r\nIl Nome Utente dell\' utente che ha inviato questo contributo.\r\n

user.id
\r\nL\'identificatore univoco dell\' utente che ha inviato questo contributo.\r\n

date.label
\r\nL\'etichetta tradotta che indica in che data è stato postato questo contributo.\r\n

date.epoch
\r\nIl numero di secondi dal 1° gennaio 1970 in cui questo contributo è stato\r\ninviato.\r\n

date.human
\r\nUna data leggibile che visualizza la data e il tempo in cui questo contributo è\r\nstato inviato.\r\n

status.label
\r\nL\'etichetta tradotta che indica lo stato di questo contributo.\r\n

status.status
\r\nLo stato attuale di questo contributo (pendente, approvato, rifiutato).\r\n

views.label
\r\nL\'etichetta tradotta che indica quante volte questo contributo è stato visto.\r\n

views.count
\r\nIl numero di volte che questo contributo è stato visto.\r\n

canPost
\r\nUna condizione che indica se questo utente può o non può inviare un contributo.\r\n

post.url
\r\nLa  URL per inviare un nuovo contributo.\r\n

post.label
\r\nL\'etichetta tradotta per il  link da cui inviare.\r\n

previous.more
\r\nUna condizione che indica se ci sono post precedenti a questo disponibili per\r\nessere visualizzati.\r\n

previous.url
\r\nla URL al post precedente a questo.\r\n

previous.label
\r\nL\'etichetta tradotta per il  link precedente.\r\n

next.more
\r\nUna condizione che indica se ci sono post successivii a questo disponibili per\r\nessere visualizzati.\r\n

next.url
\r\nla URL al post successivo a questo.\r\n

next.label
\r\nL\'etichetta tradotta per il  link successivo.\r\n

canEdit
\r\nUna condizione che indica se questo utente può modificare o cancellare questo\r\npost.\r\n

edit.url
\r\nLa URL per modificare questo post.\r\n

edit.label
\r\nL\'etichetta tradotta per il  link da cui modificare.\r\n

delete.url
\r\nla URL per cancellare questo post.\r\n

delete.label
\r\nL\'etichetta tradotta per il  link da cui cancellare.\r\n

canChangeStatus
\r\nUna condizione che indica se questo utente ha i provilegi per cambiare lo\r\nstatodi questo contributo.\r\n

approve.url
\r\nLa url per approvare questo post.\r\n

approve.label
\r\nL\'etichetta tradotta per il  link da cui approvare\r\n

deny.url
\r\nLa URL per rifiutare questo post.\r\n

deny.label
\r\nL\'etichetta tradotta per il  link da cui rifiutare.\r\n

leave.url
\r\nLa URL per lasciare questo post nello stato in cui si trova.\r\n

leave.label
\r\nL\'etichetta tradotta per il  link da cui lasciare questo post nello stato\r\nin cui si trova .\r\n

canReply
\r\nUna condizione che indica se questo utente può rispondere a questo post.\r\n

reply.url
\r\nLa URL per rispondere a questo post.\r\n

reply.label
\r\nL\'etichetta tradotta per il  link da cui rispondere.\r\n

search.url
\r\nLa URL per attivare il motore di ricerca WebGUI .\r\n

search.label
\r\nL\'etichetta tradotta per il  link al motore di ricerca.\r\n

back.url
\r\nLa URL per riportare l\'utente indietro all\'elenco principale.\r\n

back.label
\r\nL\'etichetta tradotta per il link indietro.\r\n

replies
\r\nUn elenco completo di tutte le risposte a questo post.

\r\n',1046542354); +INSERT INTO international VALUES (832,'WebGUI',8,'L\'Archivio Collaterale ha diverse macro per i suoi specifici utilizzi.  \r\n

^File();
\r\nQuesta macro costruisce il link a un file. Crea l\'icona per il file e visualizza\r\nil nome del file . Quindi linka entrambi al file per il download .\r\n

^I();
\r\nQuesta macro ritrova una  immagine con i parametri per l\'immagine definiti\r\nnell\'archivio collaterale. Puoi inserire nelle pagine una immagine\r\nprecedentemente caricata così ^I("Nomeimmagine");.

\r\n

^i(); - Gestore Immagini Percorso dell\'Immagine
\r\nQuesta macro ritorna il percorso (URL) di ogni file nell\'archivio collaterale.\r\nSpecifica il nome usando un tag così: ^i("Nome file");.

\r\n

^Snippet();
\r\nQuesta macro ritrova il contenuto di un frammento(snippet)  nell\'archivio\r\ncollaterale e lo inserisce nella  pagina.\r\n

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

^Thumbnail();
\r\nRitorna la URL di un thumbnail per una immagine nell\'archivio collaterale.\r\nSpecifica il nome dell\'immagine così: ^Thumbnail("Nomeimmagine");.

\r\n

^ThumbnailLinker();
\r\nQuesto è un buon modo di creare velocemente una pagina di screenshots o una\r\nsemplice galleria di foto. Specifica semplicemente il nome di una immagine\r\nnell\'archivio collaterale, in questo modo: ^ThumbnailLinker("Logo"); e\r\nla macro creerà un thumbnail con un titolo che sarà collegato alla immagine a\r\ngrandezza piena.

\r\n',1046539899); +INSERT INTO international VALUES (842,'WebGUI',8,'Queste macro sono utilizzate nella gestione della navigazione del sito.\r\n

^C; or ^C(); - Crumb Trail
\r\nUn crumb trail (pista di briciole) generato dinamicamente che conduce alla\r\npagina corrente. Come opzione puoi specificare un tuo delimitatore tra i nomi\r\ndelle pagine usando ^C(::);. Il delimitatore predrfinito é >.\r\n

^FlexMenu;
\r\nQuesta macro di menu crea un menu di primo livello che si espande a seconda di\r\nquale elemento del menù é selezionato.\r\n

^H; or ^H(); - Link a Home
\r\nUn link alla home page di questo sito. In più poi cambiare il testo del link\r\ncreando una macro così ^H("Torna alla pagina principale");.\r\n

Nota: Puoi anche usare il carattere speciale ^H(linkonly); per avere\r\nsolo la URL della home page e niente altro.\r\n

^M; or ^M(); - Menu corrente (Verticale)
\r\nUn menu verticale contenente le sotto pagine del livello corrente. In più, puoi\r\nconfigurare questa macro specificando quanti livelli deve scendere in profondità.\r\nPer default visualizzerà solo il primo livello. Per andare giù di tre livelli,\r\ncrea una macro così: ^M(3);. Se metti la macro a "0" Seguirà\r\ntutto l\'albero del sito.\r\n

^m; - Menu corrente (Orizzontale)
\r\nUn menu orizzontale contenente le sotto-pagine del livello corrente. Puoi come\r\nopzione specificare un delimitatore da usare tra i nomi delle pagine usando\r\n^m(:--:);. Il delimitatore predefinito é ·.\r\n

^P; or ^P(); - Menu precedente (Verticale)
\r\nUn menu verticale contenente le sotto-pagine del livello precedente. In più,\r\npuoi configurare questa macro specificando quanti livelli di profondità il menu\r\ndeve scendere. Per default visualizzerà solo il primo livello. Per andare giù\r\ndi tre livelli, crea una macro così: ^P(3);. Se metti la macro a\r\n"0" Seguirà tutto l\'albero del sito.\r\n

^p; - Menu precedente (Orizzontale)
\r\nun menu orizzontale contenente le sotto-pagine del livello precedente. Come\r\nopzione, puoi specificare un delimitatore tra i nomi delle pagine usando\r\n^p(:--:);. Il delimitatore predefinito é ·.

\r\n

^rootmenu; o ^rootmenu(); (orizzontale)
\r\nCrea un menù orizzontale delle varie root del sistema (eccetto per quelle del\r\nC.m.s. come cestino etc). Puoi specificare un delimitatore così ^rootmenu(|);.\r\n

^S(); - SottoMenu specifico (Verticale)
\r\nQuesta macro ti consente di avere il sottomenu di qualsiasi pagina, a partire\r\ndalla pagina che hai specificato. Per esempio, puoi avere il sottomenu della\r\nhome page scrivendo ^S("home",0);. Il primo valore é il titolo\r\n"urlizzato" della pagina e il secondo é la profondità dei livelli\r\ndel menu. Per default visualizza solo il primo livello. Per andare giù di tre\r\nlivelli, crea una macro così: ^S("home",3);.\r\n

^s(); - SottoMenu specifico (Orizzontale)
\r\nQuesta macro ti consente di avere il sottomenu di qualsiasi pagina, a partire\r\ndalla pagina che hai specificato. Per esempio, puoi avere il sottomenu della\r\nhome page scrivendo ^s("home");. Il valore é il titolo "urlizzato"\r\ndella pagina. Come opzione, puoi specificare un delimitatore tra i nomi delle\r\npagine usando ^s("home",":--:");. Il delimitatore\r\npredefinito é ·.\r\n

^Synopsis; or ^Synopsis(); Menu
\r\nQuesta ti permette di avere il sottomenu di una pagina insieme alla descrizione\r\ndi ogni link. Puoi specificare un numero intero per dire alla macro quanti\r\nlivelli in profondità deve andare.\r\n

^T; or ^T(); - Menu di primo livello (Verticale)
\r\nUn menu verticale contenente le pagine principali del sito (ovvero le\r\nsottopagine della home page). In più, puoi configurare questa macro\r\nspecificando quanti livelli deve scendere in profondità. Per default\r\nvisualizzerà solo il primo livello. Per andare giù di tre livelli, crea una\r\nmacro così:^T(3);. Se metti la macro a "0" Seguirà tutto\r\nl\'albero del sito.\r\n

^t; - Menu di primo livello (Orizzontale)
\r\n. Un menu orizzontale contenente le pagine principali del sito (ovvero le\r\nsottopagine della home page). Come opzione, puoi specificare un delimitatore tra\r\ni nomi delle pagine usando ^t(:--:);. Il delimitatore predefinito é ·.

\r\n

^/; - URL del sistema
\r\nLa URL al gateway script (incluso il dominio per questo sito). Questa é spesso\r\nusata tra le pagine cosicché se il tuo server di sviluppo é in un dominio\r\ndifferente dal server di produzione, le URL continueranno a funzionare se muovi\r\nle pagine.\r\n

^\\; - URL della pagina
\r\nLa URL della pagina corrente (incluso il dominio del sito). Questa é spesso\r\nusata tra le pagine cosicché se il tuo server di sviluppo é in un dominio\r\ndifferente dal server di produzione, le URL continueranno a funzionare se muovi\r\nle pagine.

\r\n',1046538486); +INSERT INTO international VALUES (844,'WebGUI',8,'Queste macro sono utilizzate nella gestione degli utenti e dei login.\r\n

^a; or ^a(); - Link mio account
\r\nUn link alla pagina con le informazioni sul tuo account. In più puoi cambiare\r\nil testo del link creando una macro come questa: ^a("Informazioni\r\naccount");.\r\n

Nota: puoi anche usare il carattere speciale  ^a(linkonly); per\r\navere solo la URL della pagina account page e niente altro. \r\n

^AdminText();
\r\nVisualizza un breve messaggio all\'utente in modalita admin. Esempio: ^AdminText("sei\r\nin modalità admin!");\r\n

^AdminToggle; o ^AdminToggle();
\r\nMette un link nella pagina che è visibile solo ai content manager e agli\r\namministratori. Il link attiva e disattiva la modalità amministrativa. Puoi\r\nanche specificare altri messaggi da visualizzare come questo: ^AdminToggle("Attiva","Spegni");\r\n

^GroupText();
\r\nVisualizza un breve messaggio all\'utente che appartiene ad un determinato\r\ngruppo. Esempio: ^GroupText"Visitatore","Hai bisogno di un\r\naccount per fare molte cose su questo sito!");\r\n

^L; or ^L(); - Login
\r\nUn piccolo form di login. Puoi configurare anche questa macro. Puoi decidere la\r\nlarghezza del form di login così: ^L(20);. Puoi anche decidere il messaggio\r\nvisualizzato dopo che l\'utente si é loggato così: ^L(20,Ciao ^a(^@;);. Clicca\r\n%qui% se vuoi uscire!)\r\n

^LoginToggle; o ^LoginToggle();
\r\nVisualizza un messaggio "Login" o "Logout" a seconda che\r\nl\'utente sia logato o meno. Puoi specificare come opzione dei messaggi diversi\r\ncosì: ^LoginToggle("Clicca qui per entrare.","Clicca qui per\r\nuscire.");\r\n

^@; - Nome Utente
\r\n
Il nome utente dell\'utente attualmente loggato.\r\n

^#; - ID Utente
\r\nLo user id dell\'utente attualmente loggato.

\r\n',1046538041); +INSERT INTO international VALUES (846,'WebGUI',8,'Queste macro sono utilizzate nella gestione degli stili grafici in WebGUI.\r\n

^AdminBar;
\r\nPosiziona la barra degli strumenti amministrativi nella pagina. Questa è una\r\nmacro obbligatoria nel segmento "body" del gestore degli stili.\r\n

^c; - Nome Azienda
\r\nIl nome dell\'azienda specificato nei settaggi daal tuo amministratore.\r\n

^e; - Indirizzo email dell\'azienda
\r\nL\'indirizzo di email della tua azienda come specificato nei settaggi\r\ndall\'amministratore.\r\n

^Extras;
\r\nRitorna il percorso degli extra del C.M.S., che contiene cose come le icone, le\r\nimmagini, etc...\r\n

^PageTitle;
\r\nVisualizza il titolo della pagina corrente.\r\n

^r; or ^r(); - Rendi la pagina stampabile
\r\nCrea un link per rimuovere lo stile da una pagina per renderla stampabile. In più,\r\npuoi cambiare il testo del link usando una macro come questa ^r("Stampa\r\nquesta pagina!");.\r\n

Per default, quando questo link viene cliccato, lo stile corrente della\r\npagina è sostituito con lo stile "Versione Stampabile" del gestore\r\ndegli stili. Comunque questo comportamento può essere cambiato specificando il\r\nnome di un altro stile del gestore stili come secondo parametro, in questo modo:\r\n^r("Stampa!","miostile");\r\n

Note: Puoi usare anche la macro speciale ^r(linkonly); per avere\r\nsolamelnte la URL della pagina stampabile e nient\'altro. Inoltre, la calasse .makePrintableLink\r\nè collegata a questa macro.

\r\n

^RootTitle;
\r\nRitorna il titolo dalla root della pagina corrente. Per esempio, la root\r\nprincipale nel C.M.S. è la root "Home". Molti siti avanzati hanno più\r\ndi una root e quindi hanno bisogno di un modo per visualizzare la root in cui si\r\ntrova in quel momento l\'utente.\r\n

^u; - URL dell\'azienda
\r\nLa URL per la tua azienda specificata nei settaggi dall\'amministratore.\r\n

^?; - Cerca
\r\nAggiunge una box di ricerca.

\r\n

^-;
\r\nQuesta è conosciuta come separator macro. Deve apparire esclusivamente una sola\r\nvolta in ogni stile grafico. Ovunque sarà inserita sarà la zona dove verranno\r\nvisualizzati i contenuti della pagina in oggetto.

\r\n\r\n',1046526094); +INSERT INTO international VALUES (748,'WebGUI',8,'Conteggio Utenti',1046525295); +INSERT INTO international VALUES (863,'WebGUI',8,'Offset cancellazione',1046525223); +INSERT INTO international VALUES (864,'WebGUI',8,'Offset della notifica di scadenza',1046525203); +INSERT INTO international VALUES (826,'WebGUI',8,'WebGUI ha un potente linguaggio per i template che fornisce il massimo controllo sul layout dei contenuti. La seguente è una lista della sintassi di questo linguaggio.
\r\n
\r\nNOTA: le parole foo e bar sono usate in questi esempi come sostituti di nomi di variabili veri e propri che si vorranno veramente usare. Non fanno parte del linguaggio per i template.
\r\n
\r\nVariabili
\r\nLe variabili sono il più basilare dei comandi per i template. Sono usate per posizionare pezzi di contenuto.
\r\nSintassi: <tmpl_var foo> o <tmpl_var name=\"foo\">
\r\nEsempio: <tmpl_var name>
\r\n
\r\nCondizioni
\r\nPer i programmatori le condizioni non sono nulla di nuovo, ma per i designers spesso possono generare confusione, all\'inizio. Le condizioni sono in effetti domande con risposta vera o falsa, e se le si pensa in questo modo, non ci saranno problemi.
\r\n
\r\nSintassi: <tmpl_if foo> <tmpl_else> </tmpl_if>
\r\nSintassi: <tmpl_unless foo> <tmpl_else> </tmpl_unless>
\r\nEsempio: <tmpl_if isTrue> Era vero!<tmpl_else> Era falso! </tmpl_if>
\r\n
\r\nCicli
\r\nI cicli operano su una lista di output di dati per ogni passo nel ciclo. I cicli sono leggermente più complicati da usare delle variabili, ma sono molto più potenti.
\r\n
\r\nSintassi: <tmpl_loop foo> </tmpl_loop>
\r\nEsempio:
\r\n<tmpl_loop users>
\r\nNome: <tmpl_var first_name><br/>
\r\n</tmpl_loop>
\r\n
\r\nCicli condizionali

\r\nI cicli hanno speciali variabili condizionali che sono loro proprie. Sono
\r\n__FIRST__, __ODD__, __INNER__, and __LAST__.
\r\nEsempi:
\r\n<TMPL_LOOP FOO>
\r\n <TMPL_IF __FIRST__>
\r\n Questo produce output solo per il primo passo.
\r\n </TMPL_IF>
\r\n
\r\n <TMPL_IF __ODD__>
\r\n Questo produce output per tutti gli altri passi, nei passi dispari.
\r\n </TMPL_IF>
\r\n
\r\n <TMPL_UNLESS __ODD__>
\r\n Questo produce output per tutti gli altri passi, nei passi pari.
\r\n </TMPL_UNLESS>
\r\n
\r\n <TMPL_IF __INNER__>
\r\n Questo produce output per tutti i passi che non sono nè il primo nè l\'ultimo.
\r\n </TMPL_IF>
\r\n
\r\n <TMPL_IF __LAST__>
\r\n Questo produce output solo per l\'ultimo passo.
\r\n <TMPL_IF>
\r\n</TMPL_LOOP>
\r\n
\r\nNOTA: Sia il linguaggio che le variabili per i template sono case-insensitive (non c\'è differenza tra lettere maiuscole e minuscole).
\r\n

\r\n',1046345268); +INSERT INTO international VALUES (866,'WebGUI',8,'Messaggio di notifica scadenza',1046302185); +INSERT INTO international VALUES (819,'WebGUI',8,'Auto Disattivato',1046301928); +INSERT INTO international VALUES (73,'SiteMap',8,'La seguente è la lista delle variabili disponibili nel template per la Mappa\r\ndel Sito.\r\n

page_loop
\r\nQuesto ciclo contiene tutto delle pagine della mappa del sito.\r\n

\r\n page.indent
\r\n Lo spazio di rientro per questa pagina che indica la profondità della pagina\r\n nell\'albero di navigazione.\r\n

page.url
\r\n La URL alla pagina.\r\n

page.id
\r\n L\'identificatore unico che WebGUI usa internamente, per questa pagina.\r\n

page.title
\r\n Il titolo di questa pagina.\r\n

page.menutitle
\r\n Il titolo di questa pagina che appare nel menù.\r\n

page.synopsis
\r\n La descrizione del contenuto di questa pagina (se esiste).\r\n

page.isRoot
\r\n Una condizione che indica se questa pagina è o non è una root.\r\n',1046301883); +INSERT INTO international VALUES (76,'LinkList',8,'La seguente è la lista delle variabili disponibili nel template Lista di Link.\r\n

addlink.url
\r\nLa URL per aggiungere un link  a questa Lista di Link.\r\n

addlink.label
\r\nL\'etichetta tradotta per la URL aggiungi link.\r\n

link_loop
\r\nQuesto loop contiene tutte le informazioni su ogni link.\r\n

\r\n link.url
\r\n La URL per questo link.\r\n

link.name
\r\n Il testo da linkare.\r\n

link.controls
\r\n I controlli di gestione di WebGUI per questo link.\r\n

link.newwindow
\r\n Una condizione che indica se il link deve essere aperto in una nuova finestra.\r\n

link.description
\r\n La description di questo link.\r\n',1046301177); +INSERT INTO international VALUES (74,'Item',8,'La seguente è la lista delle variabili disponibili nel template Item.\r\n

attachment.name
\r\nIl nome del file per il file allegato a questo item.\r\n

attachment.url
\r\nLa URL per il download del file allegato a questo item.\r\n

attachment.icon
\r\nLa URL alla icona per il file allegato a questo item.

\r\n',1046300640); +INSERT INTO international VALUES (76,'FileManager',8,'La seguente è la lista delle variabili disponibili nel template File Manager.\r\n

titleColumn.url
\r\nLa URL per ordinare per titolo.\r\n

titleColumn.label
\r\nL\'etichetta tradotta per il titolo.\r\n

descriptionColumn.label
\r\nL\'etichetta tradotta per la descrizione.\r\n

descriptionColumn.url
\r\nLa URL per ordinare per descrizione.\r\n

dateColumn.label
\r\nL\'etichetta tradotta per la data di upload.\r\n

dateColumn.url
\r\nLa URL per ordinare per data upload.\r\n

search.form
\r\nForm di ricerca di WebGUI.\r\n

search.url
\r\nLa URL per attivare o disattivare la ricerca.\r\n

search.label
\r\nL\'etichetta tradotta per il link al motore di ricerca.\r\n

addfile.url
\r\nLa URL per aggiungere un file al file manager.\r\n

addfile.label
\r\nL\'etichetta tradotta per il link aggiungi file.\r\n

file_loop
\r\nUn ciclo contenente le informazioni su ogni file caricato in questo file\r\nmanager.\r\n

\r\n file.canView
\r\n Una condizione per definire se l\'utente attuale ha i privilegi per vedere\r\n questo file.\r\n

file.controls
\r\n I controlli di gestione di  WebGUI per questo file.\r\n

file.title
\r\n Il titolo per questo file.\r\n

file.version1.name
\r\n Il nome del file per la prima versione di questo file.\r\n

file.version1.url
\r\n IL download URL per la prima versione di questo file.\r\n

file.version1.icon
\r\n La URL all\'icona per il tipo di file della prima versione di questo file.\r\n

file.version1.size
\r\n La dimensione di archiviazione per la prima versione di questo file.\r\n

file.version1.type
\r\n Il tipo (o estensione del file )  per la prima versione di questo file.\r\n

file.version1.thumbnail
\r\n La URL al thumbnail per la prima versione di questo file.\r\n

file.version1.isImage
\r\n Una condizione che indica se la prima versione di questo file è una immagine\r\n o no.\r\n

file.version2.name
\r\n Il nome del file per la seconda versione di questo file.\r\n

file.version2.url
\r\n IL download URL per la seconda versione di questo file.\r\n

file.version2.icon
\r\n La URL all\'icona per il tipo di file della  seconda versione di questo\r\n file.\r\n

file.version2.size
\r\n La dimensione di archiviazione per la seconda versione di questo file.\r\n

file.version2.type
\r\n Il tipo (o estensione del file ) per la seconda versione di questo file.\r\n

file.version2.thumbnail
\r\n La URL all\'icona per il tipo di file della seconda versione di questo file.\r\n

file.version2.isImage
\r\n Una condizione che indica se la seconda versione di questo file è una\r\n immagine o no.\r\n

file.version3.name
\r\n Il nome del file per la terza versione di questo file.\r\n

file.version3.url
\r\n IL download URL per la terza versione di questo file.\r\n

file.version3.icon
\r\n La URL all\'icona per il tipo di file della terza versione di questo file.\r\n

file.version3.size
\r\n La dimensione di archiviazione per la terza versione di questo file.\r\n

file.version3.type
\r\n Il tipo (o estensione del file ) della terza versione di questo file.\r\n

file.version3.thumbnail
\r\n La URL al thumbnail per la terza versione di questo file.\r\n

file.version3.isImage
\r\n Una condizione che indica se la terza versione di questo file è una immagine\r\n o no.\r\n

file.description
\r\n La descrizione di questo file.\r\n

file.date
\r\n La data in cui questo file è stato caricato.\r\n

file.time
\r\n Il tempo in cui questo file è stato caricato.\r\n

 

\r\n
\r\n

noresults.message
\r\nUn messaggio che attesta che questo file manager non ha files da far\r\nvisualizzare a questo utente.\r\n

noresults
\r\nUna condizione che indica se ci sono file da visualizzare per questo utente.\r\n

firstPage
\r\nUn Link alla prima pagina dell\'impaginazione.\r\n

lastPage
\r\nUn Link all\'ultima pagina dell\'impaginazione.\r\n

nextPage
\r\nUn Link alla prossima pagina dell\'impaginazione.\r\n

previousPage
\r\nUn Link alla prossima pagina dell\'impaginazione.\r\n

pageList
\r\nUna lista di link a tutte le pagine dell\'impaginazione del calendario.\r\n

multiplePages
\r\nUna variabile che indica dove esiste più di una pagina nell\'impaginazione.

\r\n',1046300470); +INSERT INTO international VALUES (97,'EventsCalendar',8,'La seguente è la lista delle variabili disponibili nel template eventi.\r\n

title
\r\nIl titolo di questo evento.\r\n

start.label
\r\nL\'etichetta tradotta per la data di inizio.\r\n

start.date
\r\nLa data di inizio dell\'evento.\r\n

end.date
\r\nLa data di fine dell\'evento..\r\n

end.label
\r\nL\'etichetta tradotta per la data di fine.\r\n

canEdit
\r\nUna condizione che indica se l\'attuale utente può modificare un evento.\r\n

edit.url
\r\nLa URL per modificare questo evento.\r\n

edit.label
\r\nL\'etichetta tradotta per l\'URL di modifica.\r\n

delete.url
\r\nLa URL per cancellare questo evento.\r\n

delete.label
\r\nL\'etichetta tradotta per cancellare la URL.\r\n

previous.url
\r\nLa URL per visualizzare l\'evento prima di questo.\r\n

previous.label
\r\nL\'etichetta tradotta per la URL precedente.\r\n

next.label
\r\nL\'etichetta tradotta per la prossima URL.\r\n

next.url
\r\nLa URL per visualizzare l\'evento dopo di questo.\r\n

description
\r\nLa descrizione di questo evento.

\r\n',1046297494); +INSERT INTO international VALUES (619,'WebGUI',8,'Questa funzione cancella permanentemente il wobject selezionato da una pagina. Se non sei sicuro di voler cancellare questo contenuto faresti meglio a tagliare (cut) il contenuto negli appunti finché non sarai sicuro di volerlo veramente cancellare.\r\n

\r\n\r\nCome con ogni operazione di cancellazione, sei chiamato a rispondere ad una conferma per procedere con la cancellazione. Se rispondi di sì, la cancellazione procederà e non ci sarà possibilità di recuperare i dati. Se rispondi di no sarai riportato alla schermata precedente.',1046126787); +INSERT INTO international VALUES (636,'WebGUI',8,'Per creare un package segui questi passi:\r\n

    \r\n
  1. Dal menu amministrativo scegli \"Visualizza Packages.\"\r\n
  2. Aggiungi una pagina e dagli un nome. Il nome della pagina sarà il nome del package.\r\n
  3. Vai alla nuova pagina e aggiungi pagine e widgets. Ogni pagina e widget che aggiungi sarà creata ogni volta che il package sarà sviluppato. \r\n
\r\nNote:
\r\nPer aggiungere, modificare e cancellare i packages devi essere nel gruppo Package Mangers o nel gruppo Admins.\r\n

\r\nSe aggiungi contenuti a qualcuno dei widgets, quel contenuto sarà automaticamente copiato anche quando il package viene sviluppato.\r\n

\r\nI privilegi e gli stili assegnati alle pagine nel package non saranno copiati nello sviluppo del package. Le pagine prenderanno i privilegi e gli stili dell\'area in cui sono sviluppati.',1046126725); +INSERT INTO international VALUES (614,'WebGUI',8,'Gli stili sono usati per gestire l\'aspetto grafico delle pagine. Puoi avere un numero illimitato di stili, cosicché il tuo sito possa cambiare stile a tuo piacimento. Puoi avere pagine che rispecchiano lo stile delle brochure della tua azienda, e altre che assomigliano a Yahoo!®. Puoi addirittura avere pagine che sembrano pagine stampate di un libro. Usando la gestione degli stili, hai un potente controllo su tutti i tuoi design.\r\n

\r\n\r\nCi sono vari stili predefiniti. Tra questi, alcuni non dovrebbero essere modificati o cancellati. Alcuni sono semplicemente esempi e possono essere modificati e cancellati a piacere.\r\n

\r\n\r\nFail Safe
\r\nQuando cancelli uno stile che é ancora in uso da alcune pagine, lo stile Fail safe viene applicato a quelle pagine. Questo stile ha uno sfondo bianco e una navigazione molto semplice.\r\n

\r\n\r\nMake Page Printable
\r\nQuesto stile é usato quando metti una macro ^r; e l\'utente ci clicca sopra. Questo stile consente di mettere un semplice logo e un messaggio di copyright nelle tue pagine stampabili.\r\n

\r\n\r\nPackages
\r\nQuesto stile é usato nel sistema di gestione dei package.\r\n

\r\n\r\nTrash / Clipboard
\r\nQuesto stile é usato dal sistema trash (cestino) e clipboard (appunti).\r\n

\r\n\r\n


\r\n',1046126637); +INSERT INTO international VALUES (609,'WebGUI',8,'Quando cancelli uno stile tutte le pagine che usano quello stile verranno riconvertite usando lo stile fail safe (default). Per assicurare una visualizzazione coerente, dovresti essere sicuro che nessuna pagina stia usando lo stile prima di cancellarlo.\r\n

\r\n\r\nCome con ogni operazione di cancellazione, sei chiamato a rispondere ad una conferma per procedere con la cancellazione. Se rispondi di sì, la cancellazione procederà e non ci sarà possibilità di recuperare i dati. Se rispondi di no sarai riportato alla schermata precedente.',1046126578); +INSERT INTO international VALUES (626,'WebGUI',8,'I Wobjects (prima conosciuti come Widgets) sono la vera potenza del C.M.S.. I Wobjects sono piccole applicazioni costruite per essere eseguite dal C.M.S.. I forum e i sondaggi sono esempi di widget.\r\n

\r\nPer aggiungere un Wobjects ad una pagina, per prima cosa vai a quella pagina e poi seleziona Aggiungi contenuto... dall\'angolo in alto a sinistra del tuo schermo. Ogni widget ha il suo help quindi assicurati di leggerlo, se non sei sicuro di come usarlo.\r\n

Style Sheets: Tutti i wobjects hanno una style-sheet class un id\r\nassociati.\r\n

La style-sheet class è la parola "wobject" più il tipo di wobject\r\ndi cui si tratta. Quindi per un sondaggio la class sarà "wobjectPoll".\r\nLa class è associarta con tutti i wobjects di quel tipo sul sistema\r\n

La style-sheet id è la parola "wobjectId" più il Wobject Id per\r\nl\'istanza di quel wobject. Quindi se hai un articolo con una Wobject Id di 94, tla\r\nsua id sarà "wobjectId94".

\r\n',1046126513); +INSERT INTO international VALUES (638,'WebGUI',8,'I Templates sono usati per determinare come devono essere visualizzate le pagine. Attualmente i siti presentano molto di più di un semplice menù e di una grande area col contenuto. Molti di essi hanno tre o quattro colonne con magari una testata con banner etc. Si possono creare questi layout complessi utlizzando appunto i Templates. Ci sono diversi template predefiniti per semplificare il tuo lavoro, ma comunque puoi crearne quanti ne vuoi in modo che il tuo sito appaia esattamente come lo desideri.',1046125924); +INSERT INTO international VALUES (611,'WebGUI',8,'Nome dell\'azienda
\r\nTIl nome della tua azienda. Apparirà in\r\n tutte le email e ovunque hai usato la macro nome azienda.\r\n

\r\nInd\r\nirizzo email dell\'azienda
\r\nUn indirizzo email generale per la tua azi\r\nenda. Questo é l\'indirizzo dal quale tutti i messaggi automatici proverranno. P\r\nuò essere usato anche dal sistema di macro del C.M.S..\r\n

\r\nURL dell\r\n\'Azienda
\r\nLo URL primario della tua Azienda. Questo apparirà in tutte\r\n le email automatiche mandate dal sistema. Può essere usato anche dal sistema di\r\n macro del C.M.S..\r\n',1046125845); +INSERT INTO international VALUES (625,'WebGUI',8,'Carica tutte le immagini che potresti voler utilizzare in più di una posizione sul sito.\r\n

\r\nNome
\r\nL\'etichetta con la quale questa immagine verrà chiamata per l\'inclusione nelle pagine.\r\n

\r\n\r\nOrganizza in Cartelle
\r\nLa cartella Dell\'Archivio Collaterale nella quale deve essere inserita questa immagine.\r\n

\r\n\r\nFile
\r\nSeleziona un file dal tuo disco rigido da uploadare sul server.\r\n

\r\n\r\nParametri
\r\nAggiungi qualsiasi parametro HTML <img&rt; che vuoi come default per questa immagine.\r\n

\r\nEsempio:
\r\nalign=\"right\"\r\nalt=\"Questa é una immagine\"\r\n\r\nDimensione Thumbnail
\r\nQuanti pixel deve misurare il thumbnail di questa immagine.\r\n

\r\n',1046124685); +INSERT INTO international VALUES (635,'WebGUI',8,'I Package sono gruppi di pagine e widgets che sono predefinite per essere sviluppate insieme. Un package manager può sentire l\'esigenza di creare varie pagine con un forum, una FAQ, un sondaggio perché questa operazione viene eseguita spesso. I Packages sono definiti per diminuire il disturbo di azioni ripetitive.\r\n

\r\nUn package che la gente spesso crea é un package pagina/articolo. Spesso quando aggiungi una pagina vuoi anche aggiungere un articolo ad essa. Invece di fare queste operazioni una alla volta, creare la pagina, andare a quella pagina, e aggiungere l\'articolo alla pagina, troverai più veloce creare un package che faccia tutte queste cose in un colpo solo.',1046124350); +INSERT INTO international VALUES (629,'WebGUI',8,'Prevent Proxy Caching
\r\nAlcune Aziende hanno proxy ser\r\nvers che causano problemi al C.M.S. . Se hai riscontrato dei problemi, e hai un proxy server, potresti impostare il parametro su . Ri\r\ncorda che una vlta attivata questa opzione gli URL del C.M.S. non saranno più user friendly.\r\n\r\n\r\n

\r\nErrore Critico
\r\nCosa deve essere visualizzato in caso di errore critico? Puoi far visualizzare un messaggio amichevole, oppure le informazioni di debug, questa \r\nseconda ipotesi può procurare rischi sulla sicurezza del sistema, esiste comunque la possibilità di farlo.\r\n\r\n\r\n

Traccia le statistiche delle pagine?
\r\nWebGUI può tracciare alcune informazioni statistiche per il tuo sito. Comunque\r\nquesta caratteristica aggiungerà un pò di lavoro extra al processore del\r\nserver e farà crescere le dimensioni del database più velocemente. Abilitò\r\nquesta funzione solo se non hai un programma statistico per il web esterno.

\r\n\r\n\r\n',1046124209); +INSERT INTO international VALUES (633,'WebGUI',8,'I roots sono le pagine principali su cui si sviluppa il sito. La prima e la più importante root è la \"Home\" page. Molti non hanno necessità di aggiungere una nuova root, ma a qualcuno potrebbe servire. Può essere necessario creare nuove root per diverse ragioni, ad esempio per un sito in due lingue sarà necessario creare due root: italiano e inglese.',1046123933); +INSERT INTO international VALUES (634,'WebGUI',8,'Home Page di Default
\r\nMolti piccoli siti non hanno una vera home page, preferiscono invece usare una pagina interna come \"Chi Siamo\" or \"Azienda\" come home page. Per questo motivo, puoi settare come pagina di default del tuo sito site qualsiasi pagina del sito stesso. Sarà la pagina che visualizzeranno i navigatori che digiteranno semplicemente l\' URL: http://www.tuosito.it, o se clicceranno sul link generato dalla ^H; macro.\r\n

\r\n\r\nPagina Non Trovata
\r\nSe la pagina richiesta non viene trovata sul sistema, il visitatore sarà reindirizzato alla home page o ad una pagina di errore dove verrà presentata anche la mappa del sito per aiutarlo a trovare cio che stava cercando. Deciderai tu cosa è meglio far visualizzare ai tuoi utenti.\r\n

\r\n\r\nDocument Type Declaration
\r\nAttualmente molti Browser differenti accedono alle tue pagine, compresi browsers automatizzati come gli spiders dei motori di ricerca. Molti di questi browsers vogliono sapere che tipo di contenuti il tuo sito distribuisce. Il doctype tag ti consente di specificarlo. Di default il C.M.S. genera contenuti compatibili cn HTML 4.0 .\r\n

\r\n\r\nAggiungi nota di modifica sui messaggi?
\r\nDi solito se un utente modifica un messaggio sul forum, una nota viene aggiunta al messaggio per identificare chi ha fatto la modifica, e quando. In alcuni siti questa informazione potrebbe non essere necessaria, per questo puoi decidere di disattivare la funzione.\r\n

\r\n\r\nFiltra i contributi in HTML
\r\nSoprattutto in un sito pubblico dove chiunque può postare sul forum o nel sistema di contribuzione degli utenti, è una buona idea filtrare i messaggi dal codice potenzialmente non compatibile, che potrebbe impedire una visualizzazione corretta del sito ai tuoi visitatori; e in alcuni casi, creare problemi di sicurezza. Usa questo settaggio per definire il livello di filtraggio che desideri applicare.\r\n

\r\n\r\n

Massima Dimensione dell\'allegato
\r\nLa dimensione (in kilobytes) massima consentita agli allegati per essere\r\ncaricati sul sistema.\r\n

Massima Dimensione Immagine
\r\nSe delle immagini più grandi della massima dimensione consentita sono caricate\r\nsul tuo sistema, esse saranno ridimensionate alle dimensioni massime consentite\r\n. La massima dimensione è misurata in pixels ed usa la dimensione del lato più\r\nlungo dell\'immagine per determinare se il limite è stato raggiunto.\r\n

Dimensione Thumbnail
\r\nQuando le immagini sono caricate, automaticamente il sistema genera un\r\nthumbnails della dimensione qui specificata. Thumbnail è misurato in pixels.\r\n

Snippet Preview LengthLunghezza della Preview del Frammento
\r\nQuanti caratteri del frammento devono essere visualizzati nell\'index principale\r\ndell\'Archivio Collaterale.

\r\n\r\nRighe della Text Area
\r\nQualcuno può avere esigenza di controllare le dimensioni dei forms che il C.M.S. genera. Con questo settaggio puoi specificare quante righe saranno visualizzate nelle textarea del sito.\r\n

\r\n\r\nColonne della Text Area
\r\nQualcuno può avere esigenza di controllare le dimensioni dei forms che il C.M.S. genera. Con questo settaggio puoi specificare quante colonne saranno visualizzate nelle textarea del sito.\r\n

\r\n\r\nDimensioni del Text Box
\r\nCon questo settaggio puoi definire quanti caratteri possono essere visualizzati nei text boxes del sito.\r\n

\r\n\r\nAssistente per la creazione del testo
\r\nIl sistema comprende un sofisticato Rich Editor che consente di formattare i contenuti come se si stesse usando Microsoft Word® o altri word processor. Questo è l\'editor di default, l\'unico installato e funzionante, lasciare perciò selezionata l\'opzione \"Assisitente per la creazione del testo\".\r\n

\r\n',1046123884); +INSERT INTO international VALUES (630,'WebGUI',8,'Per usare il motore di ricerca interno devi inserire la macro ^?; , o aggiungendo ?op=search alla fine di ogni URL.',1046123142); +INSERT INTO international VALUES (75,'LinkList',8,'Template Lista di Link',1046122994); +INSERT INTO international VALUES (18,'Product',8,'Aggiungi un altro Accessorio?',1046122891); +INSERT INTO international VALUES (2,'Product',8,'Sei sicuro di voler cancellare le relazioni a questo accessorio?',1046122265); +INSERT INTO international VALUES (19,'Product',8,'Aggiungi Prodotto Correlato',1046121669); +INSERT INTO international VALUES (17,'Product',8,'Accessorio',1046121641); +INSERT INTO international VALUES (16,'Product',8,'Aggiungi Accessorio',1046121631); +INSERT INTO international VALUES (15,'Product',8,'Garanzia',1046121619); +INSERT INTO international VALUES (14,'Product',8,'Manuale',1046121610); +INSERT INTO international VALUES (13,'Product',8,'Brochure',1046121601); +INSERT INTO international VALUES (11,'Product',8,'Codice Prodotto',1046121593); +INSERT INTO international VALUES (10,'Product',8,'Prezzo',1046121564); +INSERT INTO international VALUES (1,'Product',8,'Prodotto',1046121554); +INSERT INTO international VALUES (61,'Poll',8,'Sondaggio, Aggiungi/Modifica',1046121512); +INSERT INTO international VALUES (61,'MessageBoard',8,'Forum, Aggiungi/Modifica',1045927567); +INSERT INTO international VALUES (9,'MailForm',8,'Aggiungi Campo',1045927098); +INSERT INTO international VALUES (7,'MailForm',8,'Modifica Modulo email',1045927085); +INSERT INTO international VALUES (8,'MailForm',8,'Larghezza',1045927076); +INSERT INTO international VALUES (62,'MailForm',8,'Campi del Mail Form, Aggiungi/Modifica',1045927066); +INSERT INTO international VALUES (61,'MailForm',8,'Modulo email, Aggiungi/Modifica',1045927057); +INSERT INTO international VALUES (6,'MailForm',8,'Modificabile',1045927047); +INSERT INTO international VALUES (5,'MailForm',8,'Visualizzato',1045927034); +INSERT INTO international VALUES (4,'MailForm',8,'Nascosto',1045926992); +INSERT INTO international VALUES (3,'MailForm',8,'Grazie per il feedback!',1045926974); +INSERT INTO international VALUES (26,'MailForm',8,'Salva i messaggi?',1045926957); +INSERT INTO international VALUES (25,'MailForm',8,'Valore predefinito (opzionale)',1045926950); +INSERT INTO international VALUES (24,'MailForm',8,'Valori Possibili (solo drop-down box)',1045926909); +INSERT INTO international VALUES (23,'MailForm',8,'Tipo',1045926887); +INSERT INTO international VALUES (22,'MailForm',8,'Stato',1045926880); +INSERT INTO international VALUES (21,'MailForm',8,'Nome del Campo',1045926873); +INSERT INTO international VALUES (20,'MailForm',8,'Modifica Campo',1045926856); +INSERT INTO international VALUES (2,'MailForm',8,'L\'oggetto della tua mail',1045926842); +INSERT INTO international VALUES (19,'MailForm',8,'Sei sicuro di voler cancellare questo campo?',1045926826); +INSERT INTO international VALUES (18,'MailForm',8,'Torna Indietro!',1045926817); +INSERT INTO international VALUES (17,'MailForm',8,'Mail Inviata',1045926809); +INSERT INTO international VALUES (16,'MailForm',8,'Riconoscimento',1045926792); +INSERT INTO international VALUES (15,'MailForm',8,'Procedi aggiungendo altri campi?',1045926784); +INSERT INTO international VALUES (14,'MailForm',8,'Oggetto',1045926776); +INSERT INTO international VALUES (13,'MailForm',8,'Bcc',1045926768); +INSERT INTO international VALUES (12,'MailForm',8,'Cc',1045926759); +INSERT INTO international VALUES (11,'MailForm',8,'A (email, nome utente o nome del gruppo)',1045926752); +INSERT INTO international VALUES (10,'MailForm',8,'Da',1045926730); +INSERT INTO international VALUES (1,'MailForm',8,'Modulo email',1045926718); +INSERT INTO international VALUES (61,'SyndicatedContent',8,'Contenuto da altri siti, Aggiungi/Modifica',1045783795); +INSERT INTO international VALUES (61,'SiteMap',8,'Mappa del sito, Aggiungi/Modifica',1045783724); +INSERT INTO international VALUES (61,'SQLReport',8,'SQL Report, Aggiungi/Modifica',1045783551); +INSERT INTO international VALUES (9,'Product',8,'Immagine Prodotto 3',1045783344); +INSERT INTO international VALUES (8,'Product',8,'Immagine Prodotto 2',1045783338); +INSERT INTO international VALUES (7,'Product',8,'Immagine Prodotto 1',1045783332); +INSERT INTO international VALUES (62,'Product',8,'Template Prodotto, Aggiungi/Modifica',1045783277); +INSERT INTO international VALUES (6,'Product',8,'Modifica Prodotto',1045783271); +INSERT INTO international VALUES (47,'Product',8,'I Prodotti Correlati sono complementari o equivalenti di altri prodotti.

\r\n\r\nProdotti Correlati
\r\n
\r\nScegli dalla lista dei prodotti già inseriti.

\r\n\r\nAggiungi un altro prodotto correlato?
\r\n
\r\nSeleziona \"Si\" se hai un altro prodotto correlato da aggiungere.',1045783266); +INSERT INTO international VALUES (5,'Product',8,'Sei sicuro di voler cancellare questa specifica?',1045783250); +INSERT INTO international VALUES (46,'Product',8,'Prodotto Correlato, Aggiungi/Modifica',1045783237); +INSERT INTO international VALUES (45,'Product',8,'Accessori dei prodotto.

\r\n\r\nAccessorio
\r\n
\r\nScegli dalla lista dei prodotti già inseriti.

\r\n\r\nAggiungi un nuovo accessorio?
\r\n
\r\nSe vuoi aggiungere una ulteriore accessorio, seleziona \"Si\".',1045783219); +INSERT INTO international VALUES (44,'Product',8,'Accessorio, Aggiungi/Modifica',1045783208); +INSERT INTO international VALUES (42,'Product',8,'Specifica, Aggiungi/Modifica',1045783202); +INSERT INTO international VALUES (41,'Product',8,'Le caratteristiche sono intese come vantaggi del prodotto. Per esempio: Perchè acquistare questo prodotto?

\r\n\r\nCaratteristica
\r\n
\r\nPuoi inserire una nuova caratteristica, o selezionarne una già inserita nel sistema per un altro prodotto.

\r\n\r\nAggiungi una nuova caratteristica?
\r\n
\r\nSe vuoi aggiungere una ulteriore caratteristica, seleziona \"Si\".',1045783197); +INSERT INTO international VALUES (40,'Product',8,'Caratteristica, Aggiungi/Modifica',1045783183); +INSERT INTO international VALUES (4,'Product',8,'Sei sicuro di voler cancellare le relazioni con questo Prodotto Correlato?',1045783177); +INSERT INTO international VALUES (38,'Product',8,'Prodotto, Aggiungi/Modifica',1045783149); +INSERT INTO international VALUES (37,'Product',8,'Aggiungi un Prodotto Correlato',1045783141); +INSERT INTO international VALUES (36,'Product',8,'Aggiungi un Accessorio',1045783137); +INSERT INTO international VALUES (35,'Product',8,'Aggiungi una Specifica',1045783133); +INSERT INTO international VALUES (34,'Product',8,'Aggiungi una Caratteristica',1045783126); +INSERT INTO international VALUES (33,'Product',8,'Prodotti Correlati',1045783120); +INSERT INTO international VALUES (32,'Product',8,'Accessori',1045783116); +INSERT INTO international VALUES (31,'Product',8,'Specifiche',1045783112); +INSERT INTO international VALUES (30,'Product',8,'Caratteristiche',1045783107); +INSERT INTO international VALUES (29,'Product',8,'Unità',1045783103); +INSERT INTO international VALUES (28,'Product',8,'Aggiungi un\'altra specifica?',1045783098); +INSERT INTO international VALUES (27,'Product',8,'Specifica',1045783093); +INSERT INTO international VALUES (26,'Product',8,'Etichetta',1045783089); +INSERT INTO international VALUES (25,'Product',8,'Modifica Specifica',1045783083); +INSERT INTO international VALUES (24,'Product',8,'Aggiungi un\'altra caratteristica?',1045783078); +INSERT INTO international VALUES (23,'Product',8,'Caratteristica',1045783067); +INSERT INTO international VALUES (22,'Product',8,'Modifica Caratteristica',1045783062); +INSERT INTO international VALUES (21,'Product',8,'Aggiungi un\'altro prodotto correlato?',1045783053); +INSERT INTO international VALUES (20,'Product',8,'Prodotto Correlato',1045783049); +INSERT INTO international VALUES (640,'WebGUI',8,'Non è una buona idea cancellare i template perchè alcune delle pagine del tuo sito potrebbero usare proprio quello che vuoi cancellare. ',1045782151); +INSERT INTO international VALUES (642,'WebGUI',8,'Pagina, Aggiungi/Modifica',1045782103); +INSERT INTO international VALUES (651,'WebGUI',8,'Se scegli di svuotare il cestino, ogni elemento in esso contenuto verrà perso per sempre. Se non sei sicuro di qualche elemento, forse é meglio tagliarlo negli appunti prima di vuotare il cestino.',1045782077); +INSERT INTO international VALUES (652,'WebGUI',8,'Settaggi Utente, Modifica',1045782052); +INSERT INTO international VALUES (653,'WebGUI',8,'Pagina, Cancella',1045782034); +INSERT INTO international VALUES (654,'WebGUI',8,'Stile, Cancella',1045782026); +INSERT INTO international VALUES (655,'WebGUI',8,'Utente, Aggiungi/Modifica',1045782015); +INSERT INTO international VALUES (656,'WebGUI',8,'Informazioni Azienda, Modifica',1045781998); +INSERT INTO international VALUES (657,'WebGUI',8,'Utente, Cancella',1045781987); +INSERT INTO international VALUES (658,'WebGUI',8,'Utenti, Gestisci',1045781973); +INSERT INTO international VALUES (659,'WebGUI',8,'Stile, Gestisci',1045781959); +INSERT INTO international VALUES (660,'WebGUI',8,'Gruppi, Gestisci',1045781938); +INSERT INTO international VALUES (661,'WebGUI',8,'Settaggi dei File, Modifica',1045781919); +INSERT INTO international VALUES (662,'WebGUI',8,'Settaggi, Gestisci',1045781907); +INSERT INTO international VALUES (663,'WebGUI',8,'Settaggi messaggistica, Modifica',1045781899); +INSERT INTO international VALUES (665,'WebGUI',8,'Gruppo, Cancella',1045781859); +INSERT INTO international VALUES (666,'WebGUI',8,'Stile, Aggiungi/Modifica',1045781846); +INSERT INTO international VALUES (667,'WebGUI',8,'Gruppo, Aggiungi/Modifica',1045781837); +INSERT INTO international VALUES (668,'WebGUI',8,'Style Sheets, Usare',1045781826); +INSERT INTO international VALUES (669,'WebGUI',8,'Macro, Usare',1045781808); +INSERT INTO international VALUES (670,'WebGUI',8,'Immagine, Aggiungi/Modifica',1045781779); +INSERT INTO international VALUES (672,'WebGUI',8,'Settaggi del Profilo, Modifica',1045781760); +INSERT INTO international VALUES (674,'WebGUI',8,'Settaggi Vari, Modifica',1045781751); +INSERT INTO international VALUES (675,'WebGUI',8,'Motore di ricerca, Usare',1045781741); +INSERT INTO international VALUES (678,'WebGUI',8,'Root, Gestisci',1045781711); +INSERT INTO international VALUES (679,'WebGUI',8,'Settaggi Contenuto, Modifica',1045781700); +INSERT INTO international VALUES (680,'WebGUI',8,'Package, Aggiungi',1045781658); +INSERT INTO international VALUES (681,'WebGUI',8,'Package, Aggiungi/Modifica',1045781626); +INSERT INTO international VALUES (682,'WebGUI',8,'Profilo Utenti, Modifica',1045781612); +INSERT INTO international VALUES (683,'WebGUI',8,'Template, Gestisci',1045781587); +INSERT INTO international VALUES (684,'WebGUI',8,'Template, Aggiungi/Modifica',1045781578); +INSERT INTO international VALUES (685,'WebGUI',8,'Template, Cancella',1045781556); +INSERT INTO international VALUES (696,'WebGUI',8,'Cestino, Vuota',1045781534); +INSERT INTO international VALUES (697,'WebGUI',8,'Karma, Usare',1045781525); +INSERT INTO international VALUES (698,'WebGUI',8,'Karma è un sistema di tracciamento della attivita di tuoi visitatori, potenzialmente hai la possibilità di premiarli o di punirli in base al loro livello di attività sul sito. Nel momento in cui il karma è abilitato, noterai i menù di molte cose nel sistema cambiare per rispecchiare il karma.

\r\n\r\nPuoi tracciare se gli utenti sono loggati al sito e quanto hanno ontribuito al tuo sito e puoi consentire loro di accedere a particolari aree o sezioni addizionali in base al livello dei loro Karma.\r\n',1045781512); +INSERT INTO international VALUES (718,'WebGUI',8,'Esporta traduzione.',1045781425); +INSERT INTO international VALUES (728,'WebGUI',8,'Sei sicuro di voler cancellare questo file?',1045781399); +INSERT INTO international VALUES (6,'WobjectProxy',8,'Con il Contenuto Proxy puoi fare un \"mirror\" di qualsiasi contenuto (articolo, f.a.q etc.) da una pagina verso una altra qualsiasi pagina. Questo è molto utile se vuoi usare (senza doverlo copiare) lo stesso contenuto in diverse sezioni del tuo sito.

\r\n\r\nContenuto Proxy
\r\n
\r\nseleziona dal sistema il contenuto a cui vuoi fare il proxy. Il box selezionato prende il formato di \"titolo pagina\" / Nome Wobject \r\n(Wobject Id) in questo modo puoi velocemente e con precisione trovare il contenuto che stavi cercando.',1045781112); +INSERT INTO international VALUES (5,'WobjectProxy',8,'Wobject Proxy, Aggiungi/Modifica',1045781095); +INSERT INTO international VALUES (4,'WobjectProxy',8,'Proxy del Wobject fallito. Forse l\'oggetto su cui fare il proxy è stato cancellato.',1045781084); +INSERT INTO international VALUES (3,'WobjectProxy',8,'Wobject Proxy',1045781068); +INSERT INTO international VALUES (2,'WobjectProxy',8,'Modifica Wobject Proxy',1045780988); +INSERT INTO international VALUES (1,'WobjectProxy',8,'Wobject su cui fare il Proxy',1045780980); +INSERT INTO international VALUES (610,'WebGUI',8,'Vedi Gestisci utenti per ulteriori dettagli.\r\n

\r\n\r\nNome utente
\r\nIl nome utente è un identificatore unico per ogni utente. E\' anche il nome con cui l\'utente è conosciuto sul sito. (Nota: Gli amministratori hanno un potere illimitato nel sistema. Questo significa che essi sono in grado di distruggere il sistema. Se rinomini o crei un utente, stai attento a non usare un nome utente già esistente.)\r\n

\r\n\r\nPassword
\r\nLa password è utilizzata per assicurarsi che l\'utente sia realmente chi dice di essere.\r\n

\r\n\r\nMetodo di autenticazione
\r\nVedi Modifica i settaggi per maggiori dettagli.\r\n

\r\n\r\nURL LDAP
\r\nVedi Modifica i settaggi per maggiori dettagli.\r\n

\r\n\r\nConnect DN
\r\nIl Connect DN è il nome comune di un dato utente nel tuo database LDAP. Dovrebbe essere specificato come cn=Mario Rossi. Questo è, in effetti il nome utente che verrà usato per autenticare l\'utentesul tuo LDAP server.\r\n

\r\n\r\nIndirizzo Email
\r\nL\'indirizzo email dell\'utente. Questo deve essere specificato se l\'utente è coinvolto in funzioni che richiedono l\'email.\r\n

\r\n\r\nGruppi
\r\nGruppi visualizza i gruppi ai quali l\'utente appartiene. I gruppi evidenziati sono i gruppi dei quali l\'utente fa parte. Quelli non evidenziati sono altri gruppi che possono essere assegnati. Nota che devi premere il tasto CTRL per selezionare gruppi multipli.\r\n

\r\n\r\nLingua
\r\nChe linguaggio deve essere usato per visualizzare i messaggi di sistema.\r\n

\r\n\r\nICQ UIN
\r\nLo UIN ICQ è lo \"User ID Number\" nella rete ICQ. ICQ è una piattaforma molto popolare di instant messaging.\r\n\r\n',1045780870); +INSERT INTO international VALUES (601,'WebGUI',8,'International ID',1045780778); +INSERT INTO international VALUES (598,'WebGUI',8,'Modifica Lingua',1045780760); +INSERT INTO international VALUES (597,'WebGUI',8,'Modifica Messaggio Internazionale',1045780747); +INSERT INTO international VALUES (596,'WebGUI',8,'MANCANTE',1045780742); +INSERT INTO international VALUES (595,'WebGUI',8,'Messaggi Internazionali',1045780738); +INSERT INTO international VALUES (594,'WebGUI',8,'Traduci i messaggi.',1045780734); +INSERT INTO international VALUES (593,'WebGUI',8,'Sottometti la traduzione',1045780720); +INSERT INTO international VALUES (592,'WebGUI',8,'Set di Caratteri',1045780704); +INSERT INTO international VALUES (591,'WebGUI',8,'Lingua',1045780694); +INSERT INTO international VALUES (590,'WebGUI',8,'ID Lingua',1045780689); +INSERT INTO international VALUES (589,'WebGUI',8,'Modifica Lingua',1045780680); +INSERT INTO international VALUES (588,'WebGUI',8,'Sei sicuro di voler fornire questa traduzione a plainblack per l\'inclusione nella distribuzione di default? Cliccando si accetti di dare a plainblack una licenza illimitata di usare la traduzione nelle sue distribuzioni software.',1045780670); +INSERT INTO international VALUES (587,'WebGUI',8,'Sei sicuro di voler cancellare questa Lingua e tutto l\'help e i messaggi internazionali ad essa associati?',1045780646); +INSERT INTO international VALUES (586,'WebGUI',8,'Gestisci Traduzioni',1045780636); +INSERT INTO international VALUES (585,'WebGUI',8,'Gestisci Traduzioni',1045780596); +INSERT INTO international VALUES (584,'WebGUI',8,'Aggiungi una nuova lingua.',1045780591); +INSERT INTO international VALUES (583,'WebGUI',8,'Dimensione massima Immagine',1045780583); +INSERT INTO international VALUES (582,'WebGUI',8,'Lascia Vuoto',1045780579); +INSERT INTO international VALUES (581,'WebGUI',8,'Aggiungi un nuovo valore',1045780575); +INSERT INTO international VALUES (580,'WebGUI',8,'Il tuo messaggio è stato respinto.',1045780571); +INSERT INTO international VALUES (579,'WebGUI',8,'Il tuo messaggio è stato approvato.',1045780560); +INSERT INTO international VALUES (578,'WebGUI',8,'Hai un messaggio pendente da approvare',1045780555); +INSERT INTO international VALUES (577,'WebGUI',8,'Rispondi',1045780550); +INSERT INTO international VALUES (576,'WebGUI',8,'Cancella',1045780545); +INSERT INTO international VALUES (575,'WebGUI',8,'Modifica',1045780542); +INSERT INTO international VALUES (574,'WebGUI',8,'Rifiuta',1045780538); +INSERT INTO international VALUES (573,'WebGUI',8,'Lascia Pendenti',1045780533); +INSERT INTO international VALUES (572,'WebGUI',8,'Approva',1045780529); +INSERT INTO international VALUES (571,'WebGUI',8,'Sblocca Thread',1045780523); +INSERT INTO international VALUES (570,'WebGUI',8,'Blocca Thread',1045780519); +INSERT INTO international VALUES (569,'WebGUI',8,'Tipo di Moderazione',1045780506); +INSERT INTO international VALUES (568,'WebGUI',8,'Dopo-il-fatto',1045780501); +INSERT INTO international VALUES (567,'WebGUI',8,'Preventiva',1045780497); +INSERT INTO international VALUES (566,'WebGUI',8,'Modifica Timeout',1045780487); +INSERT INTO international VALUES (565,'WebGUI',8,'Chi può moderare?',1045780483); +INSERT INTO international VALUES (564,'WebGUI',8,'Chi può postare?',1045780478); +INSERT INTO international VALUES (563,'WebGUI',8,'Stato predefinito',1045780474); +INSERT INTO international VALUES (562,'WebGUI',8,'Pendente',1045780464); +INSERT INTO international VALUES (561,'WebGUI',8,'Respinto',1045780458); +INSERT INTO international VALUES (560,'WebGUI',8,'Approvato',1045780454); +INSERT INTO international VALUES (559,'WebGUI',8,'Esegui su Registrazione',1045780445); +INSERT INTO international VALUES (524,'WebGUI',8,'Aggiungi la data di modifica nei post?',1045780073); +INSERT INTO international VALUES (627,'WebGUI',8,'I profili sono usati per estendere le informazioni di un particolare utente. In alcuni casi i profili sono importanti per un sito, in altri casi non lo sono. Il sistema dei profili è completamente personalizzabile. Si possono aggiungere tutte le informazioni che si desidera.\r\n',1045780017); +INSERT INTO international VALUES (738,'WebGUI',8,'9 Guru',1045779568); +INSERT INTO international VALUES (737,'WebGUI',8,'8 Maestro',1045779559); +INSERT INTO international VALUES (736,'WebGUI',8,'7 Esperto',1045779547); +INSERT INTO international VALUES (735,'WebGUI',8,'6 Professionista',1045779535); +INSERT INTO international VALUES (733,'WebGUI',8,'4 Competente',1045779520); +INSERT INTO international VALUES (58,'USS',8,'Contributo Precedente',1045779377); +INSERT INTO international VALUES (59,'USS',8,'Prossimo Contributo',1045779366); +INSERT INTO international VALUES (61,'USS',8,'Sistema contributi da Utenti, Aggiungi/Modifica',1045779348); +INSERT INTO international VALUES (3,'Product',8,'Sei sicuro di voler cancellare questa caratteristica?',1045779180); +INSERT INTO international VALUES (71,'SyndicatedContent',8,'Il contenuto da altri siti è contenuto che viene preso da altri siti usando le specifiche RDF/RSS. Questa tecnologia è spesso usata per estrarre titoli e sommari da vari siti di notizie, come CNN e Slashdot. Può essere usata anche per altre cose come punteggi sportivi, informazioni finanziarie, etc.

URL del file RSS
Metti qui lo URL esatto (incluso http://) del contenuto RDF o RSS. Il contenuto verrà scaricato ogni ora da questo URL.

Puoi trovare liste di contenuti disponibili in questo formato ai seguenti indirizzi:

',1045779164); +INSERT INTO international VALUES (72,'LinkList',8,'Link, Aggiungi/Modifica',1045779092); +INSERT INTO international VALUES (61,'LinkList',8,'Lista di Link, Aggiungi/Modifica',1045779069); +INSERT INTO international VALUES (61,'Item',8,'Item, Aggiungi/Modifica',1045778968); +INSERT INTO international VALUES (6,'Item',8,'Modifica Item',1045778960); +INSERT INTO international VALUES (72,'FileManager',8,'File, Aggiungi/Modifica',1045778886); +INSERT INTO international VALUES (61,'FileManager',8,'File Manager, Aggiungi/Modifica',1045778861); +INSERT INTO international VALUES (73,'FAQ',8,'Domanda
\r\nAggiungi la domanda che vuoi che appaia nella FAQ.

\r\nRisposta
\r\nAggiungi la risposta che vuoi che appaia per la domanda inserita sopra.\r\n

\r\nProcedi aggiungendo una domanda?
Se vuoi aggiungere subito una nuova domanda, lascia la selezione attuale\r\n',1045778765); +INSERT INTO international VALUES (72,'FAQ',8,'Domanda, Aggiungi/Modifica',1045778697); +INSERT INTO international VALUES (61,'FAQ',8,'FAQ, Aggiungi/Modifica',1045778556); +INSERT INTO international VALUES (61,'ExtraColumn',8,'Colonna Extra, Aggiungi/Modifica',1045778463); +INSERT INTO international VALUES (72,'EventsCalendar',8,'Evento, Aggiungi/Modifica',1045778391); +INSERT INTO international VALUES (73,'EventsCalendar',8,'Titolo
\r\nIl titolo di questo evento.\r\n

\r\n\r\nDescrizione
\r\nDescrive l\'evento o informazioni su dove si terrà etc.\r\n\r\n

\r\n\r\nData di inizio
\r\nIn che data inizia l\'evento?\r\n

\r\n\r\nData di conclusione
\r\nIn che data si conclude l\'evento?\r\n

\r\n\r\nRicorre ogni...
\r\nOpzioni multiple per eventi ricorrenti.\r\n

\r\n\r\nProcedi aggiungendo un evento?
\r\nSe vuoi aggiungere un altro evento seleziona \"Si\".\r\n',1045778382); +INSERT INTO international VALUES (61,'EventsCalendar',8,'Calendario Eventi, Aggiungi/Modifica',1045778206); +INSERT INTO international VALUES (61,'Article',8,'Articolo, Aggiungi/Modifica',1045778057); +INSERT INTO international VALUES (886,'WebGUI',8,'Nascondi dalla navigazione?',1045777723); +INSERT INTO international VALUES (888,'WebGUI',8,'Anteprima lunghezza Frammento',1045777692); +INSERT INTO international VALUES (884,'WebGUI',8,'Pop Up',1045777629); +INSERT INTO international VALUES (887,'WebGUI',8,'Midas (Mozilla 1.3+)',1045777616); +INSERT INTO international VALUES (883,'WebGUI',8,'Integrato (se supportato)',1045777585); +INSERT INTO international VALUES (885,'WebGUI',8,'Consenti agli utenti di disattivare il loro profilo?',1045777558); +INSERT INTO international VALUES (882,'WebGUI',8,'Modalità Editor',1045776720); +INSERT INTO international VALUES (881,'WebGUI',8,'Nessuno',1045776653); +INSERT INTO international VALUES (880,'WebGUI',8,'Ultimo Editor Selezionato',1045776639); +INSERT INTO international VALUES (879,'WebGUI',8,'Editor Classico (Internet Explorer 5+)',1045776574); +INSERT INTO international VALUES (878,'WebGUI',8,'Non hai iscrizioni a nessun thread.',1045776538); +INSERT INTO international VALUES (877,'WebGUI',8,'Iscrizioni ai thread',1045776501); +INSERT INTO international VALUES (876,'WebGUI',8,'Visualizza le iscrizioni ai thread.',1045776481); +INSERT INTO international VALUES (875,'WebGUI',8,'Un nuovo messaggio è stato spedito ad uno dei thread a cui sei iscritto.',1045776452); +INSERT INTO international VALUES (874,'WebGUI',8,'Cancellati dal thread',1045776376); +INSERT INTO international VALUES (873,'WebGUI',8,'Sottoscrivi il thread',1045776352); +INSERT INTO international VALUES (872,'WebGUI',8,'Chi puo visualizzare?',1045776317); +INSERT INTO international VALUES (871,'WebGUI',8,'Chi può modificare?',1045776300); +INSERT INTO international VALUES (870,'WebGUI',8,'Benvenuto',1045776278); +INSERT INTO international VALUES (869,'WebGUI',8,'Messaggio di benvenuto',1045776258); +INSERT INTO international VALUES (868,'WebGUI',8,'Manda un messaggio di benvenuto?',1045776233); +INSERT INTO international VALUES (867,'WebGUI',8,'Perdita del privilegio',1045776201); +INSERT INTO international VALUES (865,'WebGUI',8,'Informa l\'utente della scadenza?',1045776108); +INSERT INTO international VALUES (862,'WebGUI',8,'Il profilo di questo utente non è pubblico.',1045775930); +INSERT INTO international VALUES (861,'WebGUI',8,'Rendi pubblico il profilo? ',1045775906); +INSERT INTO international VALUES (860,'WebGUI',8,'Rendi pubblico questo indirizzo email? ',1045775883); +INSERT INTO international VALUES (859,'WebGUI',8,'Firma',1045775855); +INSERT INTO international VALUES (855,'WebGUI',8,'Elenca tutti i template.',1045775845); +INSERT INTO international VALUES (854,'WebGUI',8,'Elenca tutti i template come questo.',1045775814); +INSERT INTO international VALUES (857,'WebGUI',8,'Indirizzo IP',1045775650); +INSERT INTO international VALUES (858,'WebGUI',8,'Alias',1045775636); +INSERT INTO international VALUES (856,'WebGUI',8,'In questo momento il tuo account non ha le proprietà per modificare.',1045775620); +INSERT INTO international VALUES (853,'WebGUI',8,'Cancella questo template',1045775525); +INSERT INTO international VALUES (852,'WebGUI',8,'Copia questo template.',1045775508); +INSERT INTO international VALUES (851,'WebGUI',8,'Modifica questo template.',1045775486); +INSERT INTO international VALUES (848,'WebGUI',8,'C\'\'è un errore di sintassi in questo template. Prego correggere.',1045775469); +INSERT INTO international VALUES (847,'WebGUI',8,'Torna alla pagina corrente.',1045775429); +INSERT INTO international VALUES (845,'WebGUI',8,'Macro Stili',1045775368); +INSERT INTO international VALUES (843,'WebGUI',8,'Macro utente',1045775356); +INSERT INTO international VALUES (839,'WebGUI',8,'Macro di programmazione',1045775207); +INSERT INTO international VALUES (841,'WebGUI',8,'Macro di navigazione',1045775185); +INSERT INTO international VALUES (838,'WebGUI',8,'Le Cartelle sono usate per organizzare i contenuti dell\'Archivio Collaterale,\r\nnello stesso modo in cui organizzi i file sul tuo hard disk.\r\n

Organizza in Cartelle
\r\nLe cartelle possono stare all\'interno di altre cartelle.\r\nIn quale cartella vuoi inserire questa cartella?\r\n

Name
\r\nDai un nome a questa cartella così puoi riconoscere cosa contiene.\r\n

Descrizione
\r\nDescrivi la cartella in modo da ricordare perché è stata creata e che cosa\r\ndovrebbe contenere.

',1045775049); +INSERT INTO international VALUES (837,'WebGUI',8,'Cartella, Aggiungi/Modifica',1045770428); +INSERT INTO international VALUES (836,'WebGUI',8,'I Frammenti sono parti di testo o altri elementi che possono essere usati\r\nripetutamente sul tuo sito. Pensa a  java scripts, style sheets, filmati\r\nflash , o anche slogan o pay-off questi sono esempi di Frammenti. Il Bello è\r\nche se hai bisogno di cambiare il testo etc, puoi cambiarlo una volta sola!\r\n

Nome
\r\nDai a questo frammento un nome univoco da utilizzare in seguito per poterlo\r\nrichiamare.\r\n

Organizza in Cartelle
\r\nIn quale Cartella dell\'archivio collaterale deve essere inserito questo\r\nFrammento?\r\n

Frammento
\r\nComincia a scrivere! O meglio ancora, copia il frammento da qualche altro\r\ndocumento elettronico e incollalo qui.

',1045770409); +INSERT INTO international VALUES (835,'WebGUI',8,'Frammento, Aggiungi/Modifica',1045769897); +INSERT INTO international VALUES (834,'WebGUI',8,'Puoi caricare qualsiasi tipo di file nell\'archivio in modo da poterlo usare in\r\nseguito.\r\n

Nome
\r\nDai a questo file un nome univoco da utilizzare in seguito per poterlo\r\nrichiamare.\r\n

Organizza in Cartelle
\r\nIn quale Cartella dell\'archivio collaterale deve essere inserito questo file?\r\n

File
\r\nSeleziona un file da caricare dal tuo hard disk.

\r\n',1045769858); +INSERT INTO international VALUES (833,'WebGUI',8,'File, Aggiungi/Modifica',1045769537); +INSERT INTO international VALUES (831,'WebGUI',8,'Macro dell\'archivio collaterale',1045769456); +INSERT INTO international VALUES (830,'WebGUI',8,'I template delle pagine sono utilizzati per posizionare i wobject nelle pagine. Puoi avere qualsiasi numero di posizione nel template della pagina, ma devi avere sempre la posizione 1. Le variabili del posizionamento nel template della pagina appaiono in questo modo:\r\n

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

\r\nGli elementi di posizionamento possono salire da 1 a un miliardo, dovrebbe essere più che sufficiente per un sito medio.',1045769428); +INSERT INTO international VALUES (829,'WebGUI',8,'Template Pagina',1045769044); +INSERT INTO international VALUES (827,'WebGUI',8,'Template Wobject',1045769024); +INSERT INTO international VALUES (824,'WebGUI',8,'Email intestazione a piè di pagina',1045768975); +INSERT INTO international VALUES (823,'WebGUI',8,'Vai alla nuova pagina.',1045768922); +INSERT INTO international VALUES (821,'WebGUI',8,'Qualsiasi',1045768899); +INSERT INTO international VALUES (820,'WebGUI',8,'Il tuo account non è attivato.Perciò non puoi entrate finchè non sarà attivato dall\'amministratore del sistema.',1045768886); +INSERT INTO international VALUES (734,'WebGUI',8,'5 Adepto',1045768778); +INSERT INTO international VALUES (732,'WebGUI',8,'3 Cadetto',1045768766); +INSERT INTO international VALUES (731,'WebGUI',8,'2 Addestrato',1045768747); +INSERT INTO international VALUES (818,'WebGUI',8,'Disattivato',1045754015); +INSERT INTO international VALUES (817,'WebGUI',8,'Attivo',1045753995); +INSERT INTO international VALUES (815,'WebGUI',8,'Il file che stai tendando di caricare è troppo grande.',1045753965); +INSERT INTO international VALUES (814,'WebGUI',8,'Torna agli stili.',1045753926); +INSERT INTO international VALUES (813,'WebGUI',8,'Gruppi in questo gruppo',1045753904); +INSERT INTO international VALUES (812,'WebGUI',8,'Il messaggio è stato inviato.',1045753885); +INSERT INTO international VALUES (811,'WebGUI',8,'Da',1045753867); +INSERT INTO international VALUES (810,'WebGUI',8,'Invia',1045753857); +INSERT INTO international VALUES (809,'WebGUI',8,'Email al Gruppo',1045753846); +INSERT INTO international VALUES (808,'WebGUI',8,'Email a questo gruppo.',1045753818); +INSERT INTO international VALUES (807,'WebGUI',8,'Gestisci i gruppi in questo gruppo.',1045753792); +INSERT INTO international VALUES (806,'WebGUI',8,'Cancella questo gruppo.',1045753771); +INSERT INTO international VALUES (805,'WebGUI',8,'Cancella questo stile.',1045753756); +INSERT INTO international VALUES (804,'WebGUI',8,'Copia questo stile.',1045753737); +INSERT INTO international VALUES (803,'WebGUI',8,'Modifica questo stile.',1045753721); +INSERT INTO international VALUES (802,'WebGUI',8,'Il sistema attualmente non sta tracciando le statistiche. Puoi abilitare la funzione da \"Gestisci Settaggi\".',1045753698); +INSERT INTO international VALUES (801,'WebGUI',8,'interazione con i Wobject',1045753627); +INSERT INTO international VALUES (800,'WebGUI',8,'Visitatori Unici',1045753606); +INSERT INTO international VALUES (799,'WebGUI',8,'Pagine Viste',1045753591); +INSERT INTO international VALUES (798,'WebGUI',8,'Titolo della Pagina',1045753575); +INSERT INTO international VALUES (797,'WebGUI',8,'Visualizza le statistiche del traffico.',1045753557); +INSERT INTO international VALUES (796,'WebGUI',8,'Visualizza le statistiche delle pagine.',1045753534); +INSERT INTO international VALUES (795,'WebGUI',8,'Roots',1045753508); +INSERT INTO international VALUES (794,'WebGUI',8,'Packages',1045753497); +INSERT INTO international VALUES (793,'WebGUI',8,'Parti dell\'Archivio Collaterale',1045753485); +INSERT INTO international VALUES (792,'WebGUI',8,'Template',1045753383); +INSERT INTO international VALUES (791,'WebGUI',8,'Cancella questa traduzione.',1045753367); +INSERT INTO international VALUES (790,'WebGUI',8,'Cancella questa categoria del profilo.',1045753349); +INSERT INTO international VALUES (789,'WebGUI',8,'Modifica questa categoria del profilo. ',1045753327); +INSERT INTO international VALUES (788,'WebGUI',8,'Cancella questo campo del profilo.',1045753298); +INSERT INTO international VALUES (786,'WebGUI',8,'L\'Archivio Collaterale consente di caricare files e testi in un deposito centralizzato, per usarli ovunque all\'interno dei contenuto del sito.',1045753274); +INSERT INTO international VALUES (787,'WebGUI',8,'Modifica questo campo del profilo.',1045753186); +INSERT INTO international VALUES (784,'WebGUI',8,'Thumbnail',1045753158); +INSERT INTO international VALUES (785,'WebGUI',8,'Archivio Collaterale, Gestisci',1045753144); +INSERT INTO international VALUES (783,'WebGUI',8,'Tipo',1045753117); +INSERT INTO international VALUES (782,'WebGUI',8,'Qualsiasi',1045753107); +INSERT INTO international VALUES (781,'WebGUI',8,'Frammento testo',1045753095); +INSERT INTO international VALUES (780,'WebGUI',8,'File',1045753076); +INSERT INTO international VALUES (779,'WebGUI',8,'Immagine',1045753065); +INSERT INTO international VALUES (778,'WebGUI',8,'Descrizione Cartella',1045753054); +INSERT INTO international VALUES (777,'WebGUI',8,'Id Cartella',1045753038); +INSERT INTO international VALUES (776,'WebGUI',8,'Modifica Cartella',1045753023); +INSERT INTO international VALUES (775,'WebGUI',8,'Sei sicuro di voler cancellare questa cartella e spostare il suo contenuto nella cartella genitrice?',1045753006); +INSERT INTO international VALUES (774,'WebGUI',8,'Sei sicuro di vole cancellare questo elemento? Non sarà più recuperabile una volta eliminato.',1045752934); +INSERT INTO international VALUES (773,'WebGUI',8,'File',1045752719); +INSERT INTO international VALUES (772,'WebGUI',8,'Modifica File',1045752708); +INSERT INTO international VALUES (771,'WebGUI',8,'Frammento',1045752692); +INSERT INTO international VALUES (770,'WebGUI',8,'Modifica Frammento',1045752680); +INSERT INTO international VALUES (769,'WebGUI',8,'Organizza in Cartelle',1045752662); +INSERT INTO international VALUES (768,'WebGUI',8,'Nome',1045752640); +INSERT INTO international VALUES (767,'WebGUI',8,'Id dell\'archivio collaterale',1045752630); +INSERT INTO international VALUES (766,'WebGUI',8,'Torna alla lista dell\'archivio collaterale.',1045752575); +INSERT INTO international VALUES (765,'WebGUI',8,'Cancella questo elemento dell\'archivio collaterale.',1045752548); +INSERT INTO international VALUES (763,'WebGUI',8,'Aggiungi un frammento (testo etc.).',1045752452); +INSERT INTO international VALUES (762,'WebGUI',8,'Aggiungi un file.',1045752354); +INSERT INTO international VALUES (760,'WebGUI',8,'Cancella questa cartella.',1045752308); +INSERT INTO international VALUES (759,'WebGUI',8,'Modifica questa cartella.',1045752290); +INSERT INTO international VALUES (758,'WebGUI',8,'Aggiungi una cartella.',1045752263); +INSERT INTO international VALUES (757,'WebGUI',8,'Gestisci Archivio Collaterale',1045752233); +INSERT INTO international VALUES (756,'WebGUI',8,'Torna alla lista dei gruppi.',1045752184); +INSERT INTO international VALUES (754,'WebGUI',8,'Gestisci gli utenti di questo gruppo.',1045752165); +INSERT INTO international VALUES (753,'WebGUI',8,'Modifica questo gruppo.',1045752137); +INSERT INTO international VALUES (752,'WebGUI',8,'Visualizza il profilo di questo utente.',1045752114); +INSERT INTO international VALUES (751,'WebGUI',8,'Diventa questo utente.',1045752087); +INSERT INTO international VALUES (750,'WebGUI',8,'Cancella questo utente.',1045752071); +INSERT INTO international VALUES (749,'WebGUI',8,'Traccia le statistiche delle pagine?',1045752048); +INSERT INTO international VALUES (747,'WebGUI',8,'Il nome utente deve contenere solo caratteri alfanumerici.',1045752012); +INSERT INTO international VALUES (746,'WebGUI',8,'Set Icone Pulsanti di comando',1045751975); +INSERT INTO international VALUES (745,'WebGUI',8,'Torna alla pagina.',1045751953); +INSERT INTO international VALUES (744,'WebGUI',8,'Prossima Azione?',1045751935); +INSERT INTO international VALUES (743,'WebGUI',8,'Devi inserire un indirizzo email valido per recuperare la tua password.',1045751910); +INSERT INTO international VALUES (742,'WebGUI',8,'Gestisci Template',1045751861); +INSERT INTO international VALUES (741,'WebGUI',8,'Modifica questo template',1045751829); +INSERT INTO international VALUES (739,'WebGUI',8,'LIvello Interfaccia Utente',1045751324); +INSERT INTO international VALUES (730,'WebGUI',8,'1 Apprendista',1045751118); +INSERT INTO international VALUES (729,'WebGUI',8,'0 Principianti',1045751079); +INSERT INTO international VALUES (76,'USS',8,'Template di inserimento',1045751040); +INSERT INTO international VALUES (74,'USS',8,'Template Sistema di contributi degli utenti',1045751011); +INSERT INTO international VALUES (73,'USS',8,'Template di inserimento',1045750803); +INSERT INTO international VALUES (9,'Survey',8,'Survey (Ricerca di Mercato)',1045747751); +INSERT INTO international VALUES (80,'Survey',8,'secondi',1045747725); +INSERT INTO international VALUES (8,'Survey',8,'Ordine domande',1045747714); +INSERT INTO international VALUES (79,'Survey',8,'minuti',1045747697); +INSERT INTO international VALUES (78,'Survey',8,'Tempo totale',1045747686); +INSERT INTO international VALUES (77,'Survey',8,'Data di Fine',1045747673); +INSERT INTO international VALUES (76,'Survey',8,'Data di inizio',1045747658); +INSERT INTO international VALUES (75,'Survey',8,'Modifica questa domanda.',1045747643); +INSERT INTO international VALUES (74,'Survey',8,'Sei sicuro di voler cancellare tutti i responsi?',1045747624); +INSERT INTO international VALUES (73,'Survey',8,'Cancella tutti i responsi',1045747600); +INSERT INTO international VALUES (71,'Survey',8,'Classifica',1045747543); +INSERT INTO international VALUES (70,'Survey',8,'Responsi individuali',1045747529); +INSERT INTO international VALUES (69,'Survey',8,'Cancella i risultati di questo utente.',1045747385); +INSERT INTO international VALUES (68,'Survey',8,'Visualizza risultati e esportazioni.',1045747357); +INSERT INTO international VALUES (67,'Survey',8,'Utenti',1045747301); +INSERT INTO international VALUES (66,'Survey',8,'Risultati',1045747283); +INSERT INTO international VALUES (65,'Survey',8,'Esporta ricapitolazione composita.',1045747127); +INSERT INTO international VALUES (64,'Survey',8,'Esporta i risultati.',1045746867); +INSERT INTO international VALUES (63,'Survey',8,'Esporta le domande.',1045746849); +INSERT INTO international VALUES (62,'Survey',8,'Esporta le risposte.',1045746834); +INSERT INTO international VALUES (61,'Survey',8,'Visualizza la classifica.',1045746814); +INSERT INTO international VALUES (60,'Survey',8,'Torna alla Ricerca',1045746785); +INSERT INTO international VALUES (6,'Survey',8,'Random',1045746762); +INSERT INTO international VALUES (59,'Survey',8,'Vedi statistiche',1045746750); +INSERT INTO international VALUES (58,'Survey',8,'Anteprima statistica',1045746730); +INSERT INTO international VALUES (57,'Survey',8,'Commenti',1045746545); +INSERT INTO international VALUES (56,'Survey',8,'Visualizza i commenti',1045746535); +INSERT INTO international VALUES (55,'Survey',8,'Visualizza Risultati',1045746501); +INSERT INTO international VALUES (54,'Survey',8,'Percentuale',1045746481); +INSERT INTO international VALUES (53,'Survey',8,'Risultati',1045746469); +INSERT INTO international VALUES (52,'Survey',8,'Punteggio',1045746455); +INSERT INTO international VALUES (51,'Survey',8,'Commenti?',1045746444); +INSERT INTO international VALUES (50,'Survey',8,'Prossima',1045746431); +INSERT INTO international VALUES (5,'Survey',8,'Sequenziale',1045746420); +INSERT INTO international VALUES (49,'Survey',8,'Attualmente non può prenedere parte a questo quiz.',1045746406); +INSERT INTO international VALUES (48,'Survey',8,'Attualmente non può partecipare a questa ricerca.',1045746373); +INSERT INTO international VALUES (47,'Survey',8,'Il quiz è stato completato.',1045746275); +INSERT INTO international VALUES (46,'Survey',8,'Grazie per aver partecipato alla nostra ricerca.',1045746239); +INSERT INTO international VALUES (45,'Survey',8,'Sei sicuro di voler cancellare questa risposta e i relativi responsi?',1045746189); +INSERT INTO international VALUES (44,'Survey',8,'Sei sicuro di voler cancellare questa domanda, le risposte e i responsi relativi?',1045745825); +INSERT INTO international VALUES (43,'Survey',8,'Mai',1045745726); +INSERT INTO international VALUES (42,'Survey',8,'Occasionalmente',1045745717); +INSERT INTO international VALUES (41,'Survey',8,'Frequentemente',1045745703); +INSERT INTO international VALUES (40,'Survey',8,'Sempre',1045745684); +INSERT INTO international VALUES (39,'Survey',8,'Non applicabile',1045745665); +INSERT INTO international VALUES (37,'Survey',8,'Non d\'accordo',1045745623); +INSERT INTO international VALUES (36,'Survey',8,'Non del tutto d\'accordo',1045745603); +INSERT INTO international VALUES (35,'Survey',8,'Abbastanza d\'accordo',1045745574); +INSERT INTO international VALUES (34,'Survey',8,'D\'accordo',1045745369); +INSERT INTO international VALUES (33,'Survey',8,'Completamente d\'accordo',1045745347); +INSERT INTO international VALUES (32,'Survey',8,'Falso',1045745320); +INSERT INTO international VALUES (31,'Survey',8,'Vero',1045745311); +INSERT INTO international VALUES (30,'Survey',8,'Aggiungi una nuova domanda',1045745300); +INSERT INTO international VALUES (3,'Survey',8,'Ricerca, Aggiungi/Modifica',1045745283); +INSERT INTO international VALUES (29,'Survey',8,'Aggiungi una risposta con testo',1045745256); +INSERT INTO international VALUES (28,'Survey',8,'Aggiungi una domanda',1045745223); +INSERT INTO international VALUES (27,'Survey',8,'Aggiungi una risposta tipo opinione (sono d\'accordo/non sono d\'accordo)',1045745208); +INSERT INTO international VALUES (26,'Survey',8,'Aggiungi una frequenza di risposte (sempre/mai)',1045745138); +INSERT INTO international VALUES (25,'Survey',8,'Aggiungi una risposta vero/falso',1045744964); +INSERT INTO international VALUES (24,'Survey',8,'Aggiungi una risposta a scelta multipla ',1045744941); +INSERT INTO international VALUES (23,'Survey',8,'Aggiungi una nuova risposta',1045740); +INSERT INTO international VALUES (22,'Survey',8,'Tipo di risposta',1045744787); +INSERT INTO international VALUES (21,'Survey',8,'Vai a',1045744732); +INSERT INTO international VALUES (20,'Survey',8,'Questa risposta è corretta?',1045744720); +INSERT INTO international VALUES (2,'Survey',8,'modifica Ricerca',1045744700); +INSERT INTO international VALUES (19,'Survey',8,'Risposta',1045744684); +INSERT INTO international VALUES (18,'Survey',8,'Modifica risposta',1045744673); +INSERT INTO international VALUES (17,'Survey',8,'Modifica domanda',1045744659); +INSERT INTO international VALUES (16,'Survey',8,'Randomizza le risposte?',1045744646); +INSERT INTO international VALUES (15,'Survey',8,'Consenti commenti?',1045744605); +INSERT INTO international VALUES (14,'Survey',8,'Domanda',1045744584); +INSERT INTO international VALUES (13,'Survey',8,'Chi può vedere i risultati?',1045744573); +INSERT INTO international VALUES (12,'Survey',8,'Chi può partecipare alla Ricerca',1045744551); +INSERT INTO international VALUES (11,'Survey',8,'Modo',1045744517); +INSERT INTO international VALUES (10,'Survey',8,'Quiz',1045744505); +INSERT INTO international VALUES (1,'Survey',8,'Survey (Ricerca di Mercato)',1045744487); +INSERT INTO international VALUES (75,'SiteMap',8,'Tutte le Roots',1045744348); +INSERT INTO international VALUES (74,'SiteMap',8,'Questa Pagina',1045744332); +INSERT INTO international VALUES (72,'SiteMap',8,'Template Mappa del Sito',1045680270); +INSERT INTO international VALUES (73,'MessageBoard',8,'Forum Template',1045680233); +INSERT INTO international VALUES (73,'MailForm',8,'Invia',1045680189); +INSERT INTO international VALUES (73,'Item',8,'Item Template',1045680117); +INSERT INTO international VALUES (72,'Item',8,'Template',1045680109); +INSERT INTO international VALUES (75,'FileManager',8,'File Manager Template',1045680095); +INSERT INTO international VALUES (74,'FileManager',8,'Aggiungi un nuovo file',1045680082); +INSERT INTO international VALUES (77,'FAQ',8,'Questa è la lista delle variabili disponibili nel FAQ templates.\r\n

addquestion.url
\r\nL\'URL per aggiungere una domanda alle FAQ\r\n

addquestion.label
\r\nL\'etichetta per il link per aggiungere la domanda.\r\n

qa_loop
\r\nIl ciclo contenente le variabili per ogni domanda nelle FAQ. \r\n

\r\n qa.id
\r\n L\'identificatore univoco per questa domanda.\r\n

qa.answer
\r\n La risposta per questa domanda.\r\n

qa.question
\r\n La domanda stessa.\r\n

qa.controls
\r\n I controlli di gestione di WebGUI per questa domanda.\r\n

 

\r\n
\r\n',1045680066); +INSERT INTO international VALUES (76,'FAQ',8,'FAQ Template',1045679699); +INSERT INTO international VALUES (75,'FAQ',8,'Aggiungi una domanda',1045679685); +INSERT INTO international VALUES (74,'FAQ',8,'Template',1045679666); +INSERT INTO international VALUES (96,'EventsCalendar',8,'Template Evento',1045679634); +INSERT INTO international VALUES (95,'EventsCalendar',8,'

Le seguenti variabili dei template sono disponibili per personalizzare il\r\nCalendario Eventi.

\r\n

addevent.url
\r\nL\'URL da inserire in un evento nel calendario.\r\n

addevent.label
\r\nL\'etichetta tradotta per il link aggiungi evento.\r\n

calendar.big
\r\nUn Calendario a piena pagina.\r\n

calendar.small
\r\nUn calendario piccolo che mostra solo le date.\r\n

calendar.firstPage
\r\n
Un Link alla prima pagina dell\'impaginazione del calendario.\r\n

calendar.lastPage
\r\nUn Link all\'ultima pagina dell\'impaginazione del calendario.\r\n

calendar.nextPage
\r\nUn Link alla prossima pagina dell\'impaginazione del calendario.\r\n

calendar.previousPage
\r\nUn Link alla pagina precedente dell\'impaginazione del calendario.\r\n

calendar.pageList
\r\nUna lista di link a tutte le pagine dell\'impaginazione del calendario.\r\n

calendar.multiplePages
\r\nUna variabile che indica dove esiste più di una pagina nell\'impaginazione del\r\ncalendario.\r\n

list_loop
\r\nUn ciclo contenente la visualizzazione a lista di un Calendario Eventi.\r\n

\r\n list.date
\r\n La data di questo evento.\r\n

list.title
\r\n Il titolo di questo evento.\r\n

list.description
\r\n La descrizione di questo evento.\r\n

list.sameAsPrevious
\r\n Una variabile che indica se questo evento ha la stessa data dell\'ultimo\r\n evento.\r\n

list.url
\r\n L\'URL della pagina piena di questo evento.\r\n

list.controls
\r\n I controlli di WebGUI per la gestione di questo evento.\r\n

 

\r\n
\r\n

list.firstPage
\r\nUn Link alla prima pagina dell\'impaginazione.\r\n

list.lastPage
\r\nUn Link all\'ultima pagina dell\'impaginazione.\r\n

list.nextPage
\r\nUn Link alla prossima pagina dell\'impaginazione.\r\n

list.previousPage
\r\nUn Link all\'ultima pagina dell\'impaginazione del calendario.\r\n

list.pageList
\r\nUna lista di link a tutte le pagine dell\'impaginazione.\r\n

list.multiplePages
\r\nUna variabile che indica dove esiste più di una pagina nell\'impaginazione.

\r\n\r\n',1045679616); +INSERT INTO international VALUES (94,'EventsCalendar',8,'Template Calendario Eventi',1045677272); +INSERT INTO international VALUES (93,'EventsCalendar',8,'Prossimo Evento',1045677244); +INSERT INTO international VALUES (92,'EventsCalendar',8,'Evento Precedente',1045677224); +INSERT INTO international VALUES (91,'EventsCalendar',8,'Aggiungi un nuovo evento',1045677086); +INSERT INTO international VALUES (90,'EventsCalendar',8,'Mese di inizio',1045677068); +INSERT INTO international VALUES (89,'EventsCalendar',8,'Mostra 3 mesi dall\'inizio',1045677044); +INSERT INTO international VALUES (88,'EventsCalendar',8,'Mostra 6 mesi dall\'inizio',1045677030); +INSERT INTO international VALUES (87,'EventsCalendar',8,'Mostra 9 mesi dall\'inizio',1045677016); +INSERT INTO international VALUES (86,'EventsCalendar',8,'Mostra 12 mesi dall\'inizio',1045676999); +INSERT INTO international VALUES (85,'EventsCalendar',8,'Ultimo nel calendario',1045676981); +INSERT INTO international VALUES (84,'EventsCalendar',8,'Mese di fine',1045676965); +INSERT INTO international VALUES (83,'EventsCalendar',8,'Primo nel calendario',1045676952); +INSERT INTO international VALUES (82,'EventsCalendar',8,'Corrente',1045676931); +INSERT INTO international VALUES (81,'EventsCalendar',8,'Mese di inizio',1045676915); +INSERT INTO international VALUES (80,'EventsCalendar',8,'Template Evento',1045676895); +INSERT INTO international VALUES (1,'Auth/WebGUI',8,'WebGUI Authentication Options',1045676875); +INSERT INTO international VALUES (9,'Auth/SMB',8,'NT Password',1045676853); +INSERT INTO international VALUES (8,'Auth/SMB',8,'NT Login',1045676845); +INSERT INTO international VALUES (7,'Auth/SMB',8,'NT Domain',1045676835); +INSERT INTO international VALUES (6,'Auth/SMB',8,'BDC',1045676827); +INSERT INTO international VALUES (5,'Auth/SMB',8,'PDC',1045676601); +INSERT INTO international VALUES (4,'Auth/SMB',8,'SMB Logon Errore (3)\r\nHai fornito una combinazione nome utente/password non valida. Prova ancora.',1045599392); +INSERT INTO international VALUES (3,'Auth/SMB',8,'SMB Protocol Errore (2)
\r\nContatta l\'amministratore di sistema.',1045599308); +INSERT INTO international VALUES (79,'EventsCalendar',8,'Template Principale',1045599263); +INSERT INTO international VALUES (2,'Auth/SMB',8,'SMB Server Error (1)
Something went wrong accessing the domain controller. Perhaps the connection timed out. Please try again or contact your sysadmin.',1045599050); +INSERT INTO international VALUES (1,'Auth/SMB',8,'Opzioni Autenticazione SMB',1045598968); +INSERT INTO international VALUES (1,'Auth/LDAP',8,'Opzioni Autenticazione LDAP ',1045598946); +INSERT INTO international VALUES (72,'Article',8,'Template Articolo',1045598465); +INSERT INTO international VALUES (24,'PhotoGallery',8,'Caricamento immagine',1034023843); +INSERT INTO international VALUES (22,'PhotoGallery',8,'Inserimento',1034023785); +INSERT INTO international VALUES (17,'PhotoGallery',8,'Testo',1034022485); +INSERT INTO international VALUES (11,'PhotoGallery',8,'Visualizza il testo al passaggio del mouse',1034022460); +INSERT INTO international VALUES (9,'PhotoGallery',8,'Aggiungi una immagine',1034022249); +INSERT INTO international VALUES (8,'PhotoGallery',8,'Gruppo abilitato a caricare immagini',1034022219); +INSERT INTO international VALUES (7,'PhotoGallery',8,'Anteprime per riga',1034022186); +INSERT INTO international VALUES (6,'PhotoGallery',8,'Modifica',1034022168); +INSERT INTO international VALUES (5,'PhotoGallery',8,'Nuovo',1034022154); +INSERT INTO international VALUES (4,'PhotoGallery',8,'Ordinamento',1034022140); +INSERT INTO international VALUES (3,'PhotoGallery',8,'Carica una immagine',1034022119); +INSERT INTO international VALUES (26,'PhotoGallery',8,'Titolo',1034022101); +INSERT INTO international VALUES (25,'PhotoGallery',8,'Nome immagine',1034022071); +INSERT INTO international VALUES (23,'PhotoGallery',8,'Popolarità',1034022018); +INSERT INTO international VALUES (21,'PhotoGallery',8,'Visualizza informazioni sull\'immagine',1034021813); +INSERT INTO international VALUES (20,'PhotoGallery',8,'Spazio tra le immagini',1034021782); +INSERT INTO international VALUES (2,'PhotoGallery',8,'Aggiungi una immagine',1034021758); +INSERT INTO international VALUES (19,'PhotoGallery',8,'Carica immagine',1034021741); +INSERT INTO international VALUES (18,'PhotoGallery',8,'Testo da visualizzare con questa immagine',1034021725); +INSERT INTO international VALUES (16,'PhotoGallery',8,'Altezza anteprima',1034021680); +INSERT INTO international VALUES (15,'PhotoGallery',8,'Larghezza anteprima',1034021662); +INSERT INTO international VALUES (14,'PhotoGallery',8,'Nome Immagine',1034021635); +INSERT INTO international VALUES (13,'PhotoGallery',8,'Immagine',1034021619); +INSERT INTO international VALUES (12,'PhotoGallery',8,'Procedi aggiungendo una immagine',1034021607); +INSERT INTO international VALUES (10,'PhotoGallery',8,'Spunta questo box per aggiungere automaticamente al gestore di immagini le immagini caricate con questo wobject',1034021524); +INSERT INTO international VALUES (605,'WebGUI',8,'Aggiungi Gruppi',1034020648); +INSERT INTO international VALUES (1,'PhotoGallery',8,'Galleria Foto',1034015638); +INSERT INTO international VALUES (18,'Article',8,'Consenti discussione?',1031922079); +INSERT INTO international VALUES (5,'Auth/WebGUI',8,'La tua password non può essere \"password\".',1031880154); +INSERT INTO international VALUES (725,'WebGUI',8,'La tua username non può essere vuota.',1031879612); +INSERT INTO international VALUES (724,'WebGUI',8,'La tua username non può iniziare o finire con uno spazio.',1031879593); +INSERT INTO international VALUES (4,'Auth/WebGUI',8,'La tua password non può essere vuota.',1031879567); +INSERT INTO international VALUES (723,'WebGUI',8,'Non Approvato',1031800566); +INSERT INTO international VALUES (722,'WebGUI',8,'Id',1031517195); +INSERT INTO international VALUES (721,'WebGUI',8,'Namespace',1031515005); +INSERT INTO international VALUES (720,'WebGUI',8,'OK',1031514777); +INSERT INTO international VALUES (719,'WebGUI',8,'Non aggiornato',1031514679); +INSERT INTO international VALUES (12,'Poll',8,'Totale Voti:',1031514049); +INSERT INTO international VALUES (48,'Product',8,'Sei sicuro di voler cancellare questo Beneficio? Non sarà possibile ripristinarlo una volta cancellato.',1031514049); +INSERT INTO international VALUES (49,'Product',8,'Beneficio Prodotto, Aggiungi/Modifica',1031514049); +INSERT INTO international VALUES (51,'Product',8,'Beneficio',1031514049); +INSERT INTO international VALUES (72,'Poll',8,'Randomizzare le risposte?',1031514049); +INSERT INTO international VALUES (75,'EventsCalendar',8,'Quale vuoi fare?',1031514049); +INSERT INTO international VALUES (76,'EventsCalendar',8,'cancella solo questo evento.',1031514049); +INSERT INTO international VALUES (77,'EventsCalendar',8,'Cancella questo evento e tutte le sue ricorrenze.',1031514049); +INSERT INTO international VALUES (78,'EventsCalendar',8,'Non cancellare nulla, ho fatto un errore.',1031514049); +INSERT INTO international VALUES (52,'Product',8,'Aggiungi un\'altro beneficio?',1031514049); +INSERT INTO international VALUES (53,'Product',8,'Modifica Beneficio',1031514049); +INSERT INTO international VALUES (54,'Product',8,'Benefici',1031514049); +INSERT INTO international VALUES (55,'Product',8,'Aggiungi un beneficio.',1031514049); +INSERT INTO international VALUES (56,'Product',8,'Aggiungi un template prodotto.',1031514049); +INSERT INTO international VALUES (58,'Product',8,'Modifica Template Prodotto',1031514049); +INSERT INTO international VALUES (59,'Product',8,'Nome',1031514049); +INSERT INTO international VALUES (60,'Product',8,'Template',1031514049); +INSERT INTO international VALUES (61,'Product',8,'Template Prodotto',1031514049); +INSERT INTO international VALUES (699,'WebGUI',8,'Primo giorno della settimana',1031514049); +INSERT INTO international VALUES (702,'WebGUI',8,'Mese(i)',1031514049); +INSERT INTO international VALUES (703,'WebGUI',8,'Anno(i)',1031514049); +INSERT INTO international VALUES (704,'WebGUI',8,'Secondo(i)',1031514049); +INSERT INTO international VALUES (705,'WebGUI',8,'Minuto(i)',1031514049); +INSERT INTO international VALUES (706,'WebGUI',8,'Ora(e)',1031514049); +INSERT INTO international VALUES (707,'WebGUI',8,'Mostra debugging?',1031514049); +INSERT INTO international VALUES (715,'WebGUI',8,'Redireziona URL',1031514049); +INSERT INTO international VALUES (716,'WebGUI',8,'Login',1031514049); +INSERT INTO international VALUES (717,'WebGUI',8,'Logout',1031514049); +INSERT INTO international VALUES (896,'WebGUI',1,'Page Cache Timeout (Visitors)',1047342926); +INSERT INTO international VALUES (895,'WebGUI',1,'Page Cache Timeout',1047342910); +INSERT INTO international VALUES (72,'SyndicatedContent',1,'Syndicated Content Template',1047855526); +INSERT INTO international VALUES (73,'SyndicatedContent',1,'The following are the template variables available to the Syndicated Content template.\r\n\r\n

\r\n\r\nchannel.title
\r\nThe title of this piece of syndicated content.\r\n

\r\n\r\nchannel.description
\r\nA description of the content available through this channel.\r\n

\r\n\r\nchannel.link
\r\nA URL back to the originating site of this channel.\r\n

\r\n\r\nitem_loop
\r\nA loop containing the data from this channel.\r\n\r\n

\r\n\r\ntitle
\r\nThe title of a piece of content.\r\n

\r\n\r\ndescription
\r\nThe description of the content.\r\n

\r\n\r\nlink\r\nA URL directly to the original content.\r\n\r\n

',1047855526); +INSERT INTO international VALUES (526,'Discussion',1,'by',1047842270); +INSERT INTO international VALUES (525,'Discussion',1,'Edited at',1047842180); -- -- Table structure for table 'karmaLog' @@ -10195,10 +11196,11 @@ INSERT INTO language VALUES (2,'Deutsch (German)','ISO-8859-1','charcoal'); INSERT INTO language VALUES (1,'English','ISO-8859-1','default'); INSERT INTO language VALUES (21,'òÕÓÓËÉÊ (Russian)','koi8-r','default'); INSERT INTO language VALUES (7,'¼òÌåÖÐÎÄ (Chinese Simple)','gb2312','default'); -INSERT INTO language VALUES (8,'Italiano (Italian)','ISO-8859-1','default'); +INSERT INTO language VALUES (8,'Italiano (Italian)','ISO-8859-1','italiano'); INSERT INTO language VALUES (9,'ÁcÊ^¤¤¤å (Chinese Traditional)','BIG5','default'); INSERT INTO language VALUES (10,'Dansk (Danish)','ISO-8859-1','default'); INSERT INTO language VALUES (11,'Arabic','ISO-8859-6','default'); +INSERT INTO language VALUES (12,'Norsk (Norwegian)','ISO-8859-1','default'); -- -- Table structure for table 'messageLog' @@ -10305,7 +11307,7 @@ CREATE TABLE settings ( -- -INSERT INTO settings VALUES ('maxAttachmentSize','300'); +INSERT INTO settings VALUES ('maxAttachmentSize','10000'); INSERT INTO settings VALUES ('sessionTimeout','28000'); INSERT INTO settings VALUES ('smtpServer','localhost'); INSERT INTO settings VALUES ('companyEmail','info@mycompany.com'); @@ -10319,7 +11321,7 @@ 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 ('cachePagesVisitor','600'); INSERT INTO settings VALUES ('profileName','1'); INSERT INTO settings VALUES ('profileExtraContact','1'); INSERT INTO settings VALUES ('profileMisc','1'); @@ -10328,11 +11330,10 @@ INSERT INTO settings VALUES ('profileWork','0'); INSERT INTO settings VALUES ('docTypeDec',''); INSERT INTO settings VALUES ('preventProxyCache','0'); INSERT INTO settings VALUES ('thumbnailSize','50'); -INSERT INTO settings VALUES ('filterContributedHTML','most'); INSERT INTO settings VALUES ('textAreaRows','5'); INSERT INTO settings VALUES ('textAreaCols','50'); INSERT INTO settings VALUES ('textBoxSize','30'); -INSERT INTO settings VALUES ('addEditStampToPosts','1'); +INSERT INTO settings VALUES ('cachePages','60'); INSERT INTO settings VALUES ('defaultPage','1'); INSERT INTO settings VALUES ('onNewUserAlertGroup','3'); INSERT INTO settings VALUES ('alertOnNewUser','0'); @@ -10368,19 +11369,19 @@ CREATE TABLE style ( -- -INSERT INTO style VALUES (-3,'WebGUI','','^AdminBar;\r\n\r\n\r\n\r\n\r\n\r\n
\r\n\r\n\r\n\r\n\r\n \r\n \r\n \r\n\r\n\r\n
^FlexMenu;
\r\n^L;\r\n
\r\n\r\n\r\n\r\n^-;\r\n\r\n
\r\n

\r\n

\r\n
\r\n©2001-2002 Plain Black Software
\r\n
\r\n'); +INSERT INTO style VALUES (-3,'WebGUI 3','','^AdminBar;\r\n\r\n\r\n\r\n\r\n\r\n
\r\n\r\n\r\n\r\n\r\n \r\n \r\n \r\n\r\n\r\n
^FlexMenu;
\r\n^L;\r\n
\r\n\r\n\r\n\r\n^-;\r\n\r\n
\r\n

\r\n

\r\n
\r\n©2001-2002 Plain Black Software
\r\n
\r\n'); INSERT INTO style VALUES (2,'Fail Safe','','^AdminBar;\n\n\r\n^H; / ^t; / ^m; / ^a;\r\n
\n\n^-;\n\n
\r\n^H; / ^t; / ^m; / ^a;\r\n'); -INSERT INTO style VALUES (-2,'Plain Black Software (black)','','^AdminBar;\n\n\r\n\r\n\r\n\r\n \r\n \r\n \r\n\r\n\r\n \r\n \r\n\r\n
\"Plain\"User:\" ^@;\"My\"|\"\"Download\"\"|\"\"Home\"
^C;^D(\"%c %D, %y\");
\r\n\r\n\r\n \r\n \r\n\r\n\r\n \r\n\r\n
^T(2);\n\n^-;\n\n

\"\"

\r\n\r\n\r\n \r\n \r\n\r\n
\"Copyright\"Make
\r\n\r\n'); +INSERT INTO style VALUES (-2,'Plain Black Software (black)','','^AdminBar;\r\n\r\n\r\n\r\n\r\n\r\n \r\n \r\n \r\n\r\n\r\n \r\n \r\n\r\n
\"Plain\"User:\" ^@;\"My\"|\"\"Download\"\"|\"\"Home\"
^C;^D(\"%c %D, %y\");
\r\n\r\n\r\n \r\n \r\n\r\n\r\n \r\n\r\n
^T(2);\r\n\r\n^-;\r\n\r\n

\"\"

\r\n\r\n\r\n \r\n \r\n\r\n
\"Copyright\"Make
\r\n\r\n'); INSERT INTO style VALUES (4,'Clipboard','','^AdminBar;\n\n\r\n\r\n\r\n\r\n\r\n
Clipboard\r\n^H; / ^a;
\r\n
PAGES
^FlexMenu;
CONTENT
\n\n^-;\n\n
\r\n\r\n\r\n
\r\n^H; / ^a;\r\n'); INSERT INTO style VALUES (-1,'Yahoo!','','^AdminBar;\n\nYahoo!\r\n\r\n
Yahoo
\r\nnew! Y! Domains
reserve .biz & .info domains
\"\"Yahoo! Mail
you@yahoo.com
\r\n advanced search
\r\n
\r\n
\r\n\n\n^-;\n\n
\r\n
How to Suggest a Site -\r\nCompany Info -\r\nCopyright Policy -\r\nTerms of Service -\r\nContributors -\r\nJobs -\r\nAdvertising

Copyright © 2001 Yahoo! Inc. All rights reserved.
Privacy Policy

\r\n'); -INSERT INTO style VALUES (-4,'Demo Style','','^AdminBar;\n\n\r\n\r\n\r\n\r\n \r\n \r\n \r\n

Your Company Name Here

Address: 1903 Sunrise St. City, State 65977
\r\nTel: 915.888.8888
\r\nEmail: service@company.com
\r\n\r\n \r\n \r\n \r\n \r\n
^t;
\r\n\r\n \r\n \r\n \r\n \r\n
\r\n
\r\n^M;\r\n
\r\n

\r\n \r\n \r\n
\r\n \n\n^-;\n\n
\r\n
\r\n\r\n\r\n
^H; · ^a;
\r\n\r\n\r\n\r\n'); +INSERT INTO style VALUES (-4,'Demo Style','','^AdminBar;\r\n\r\n\r\n\r\n\r\n\r\n \r\n \r\n \r\n

Your Company Name Here

Address: 1903 Sunrise St. City, State 65977
\r\nTel: 915.888.8888
\r\nEmail: service@company.com
\r\n\r\n \r\n \r\n \r\n \r\n
^t;
\r\n\r\n \r\n \r\n \r\n \r\n
\r\n
\r\n^M;\r\n
\r\n

\r\n \r\n \r\n
\r\n \r\n\r\n^-;\r\n\r\n
\r\n
\r\n\r\n\r\n
^H; · ^a;
\r\n\r\n\r\n\r\n'); INSERT INTO style VALUES (3,'Make Page Printable','','^AdminBar;\n\n\r\n
\n\n^-;\n\n
© 2001-2002 Plain Black Software
\r\n'); -INSERT INTO style VALUES (-5,'Plain Black Software (white)','','^AdminBar;\n\n\r\n\r\n\r\n\r\n \r\n \r\n \r\n\r\n\r\n \r\n \r\n\r\n
\"Plain\"User:\" ^@;\"My\"|\"\"Download\"\"|\"\"Home\"
^C;^D(\"%c %D, %y\");
\r\n\r\n\r\n \r\n \r\n\r\n\r\n \r\n\r\n
^T(2);\n\n^-;\n\n

\"\"

\r\n\r\n\r\n \r\n \r\n\r\n
\"Copyright\"Make
\r\n\r\n'); +INSERT INTO style VALUES (-5,'Plain Black Software (white)','','^AdminBar;\r\n\r\n\r\n\r\n\r\n\r\n \r\n \r\n \r\n\r\n\r\n \r\n \r\n\r\n
\"Plain\"User:\" ^@;\"My\"|\"\"Download\"\"|\"\"Home\"
^C;^D(\"%c %D, %y\");
\r\n\r\n\r\n \r\n \r\n\r\n\r\n \r\n\r\n
^T(2);\r\n\r\n^-;\r\n\r\n

\"\"

\r\n\r\n\r\n \r\n \r\n\r\n
\"Copyright\"Make
\r\n\r\n'); INSERT INTO style VALUES (5,'Trash','','^AdminBar;\n\n\r\n\r\n\r\n\r\n\r\n
Trash\r\n^H; / ^a; / Empty Trash
\r\n
PAGES
^FlexMenu;
CONTENT
\n\n^-;\n\n
\r\n\r\n\r\n
\r\n^H; / ^a; / Empty Trash\r\n'); INSERT INTO style VALUES (1,'Packages','','^AdminBar;\n\n\r\n\r\n\r\n\r\n\r\n
Packages\r\n^H; / ^a;
\r\n
PACKAGES
^FlexMenu;
CONTENT
\n\n^-;\n\n
\r\n\r\n\r\n
\r\n^H; / ^a;\r\n'); -INSERT INTO style VALUES (-6,'WebGUI 4','\r\n','\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n
^AdminBar;\r\n\"Print!\"\r\n
\r\n\r\n\r\n \r\n\r\n\r\n \r\n \r\n\r\n\r\n \r\n\r\n
\r\n
User:\r\n ^a(^@;);
Location: ^C;
\r\n
\r\n\r\n\r\n \r\n \r\n\r\n\r\n \r\n\r\n\r\n \r\n\r\n
\r\n \r\n \r\n \r\n \r\n
^FlexMenu;
\r\n \r\n
\r\n\r\n\r\n^-;\r\n\r\n\r\n\r\n

\r\n

\r\n
^D(\"%c %D %y\");Powered by WebGUI
\r\n\r\n\r\n'); -INSERT INTO style VALUES (-7,'Smooth Blues','\r\n','^AdminBar;\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n
\r\n\r\n\r\n\r\n \r\n \r\n \r\n \r\n
\r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n
\r\n \r\n \r\n
Home\r\n
\r\n
\r\n \r\n \r\n
Print!\r\n
\r\n
\r\n \r\n \r\n
My Account\r\n
\r\n
\r\n
\r\n\r\n\r\n \r\n \r\n \r\n \r\n
^C;^?;
\r\n\r\n\r\n \r\n \r\n \r\n\r\n \r\n \r\n
\r\n \r\n
\r\n

Site Navigation

\r\n
\r\n \r\n \r\n \r\n \r\n
^T(0);
^L;
\r\n
\r\n\r\n \r\n\r\n \r\n
\r\n \r\n\r\n^-;\r\n\r\n\r\n
\r\n
\r\n\r\n\r\n


This Design ©2002 OpenServe
\r\n\r\n
\r\n\r\n'); -INSERT INTO style VALUES (-8,'WebGUI 5','','^AdminBar;\r\n\r\n\r\n\r\n\r\n\r\n\r\n \r\n \r\n \r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n
^C;User: ^a(^@;);
\r\n\r\n\r\n\r\n\r\n\r\n\r\n \r\n \r\n \r\n\r\n
\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n\r\n
\r\n
\r\n ^H;\r\n
\r\n ^FlexMenu;\r\n ^a;\r\n
\r\n
\r\n
\r\n
\r\n
^-;
\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n \r\n \r\n \r\n\r\n
\r\n\r\n\r\n'); +INSERT INTO style VALUES (-6,'WebGUI 4','\r\n','\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n
^AdminBar;\r\n\"Print!\"\r\n
\r\n\r\n\r\n \r\n\r\n\r\n \r\n \r\n\r\n\r\n \r\n\r\n
\r\n
User:\r\n ^a(^@;);
Location: ^C;
\r\n
\r\n\r\n\r\n \r\n \r\n\r\n\r\n \r\n\r\n\r\n \r\n\r\n
\r\n \r\n \r\n \r\n \r\n
^FlexMenu;
\r\n \r\n
\r\n\r\n\r\n^-;\r\n\r\n\r\n\r\n

\r\n

\r\n
^D(\"%c %D %y\");Powered by WebGUI
\r\n\r\n\r\n'); +INSERT INTO style VALUES (-7,'Smooth Blues','\r\n','^AdminBar;\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n
\r\n\r\n\r\n\r\n \r\n \r\n \r\n \r\n
\r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n
\r\n \r\n \r\n
Home\r\n
\r\n
\r\n \r\n \r\n
Print!\r\n
\r\n
\r\n \r\n \r\n
My Account\r\n
\r\n
\r\n
\r\n\r\n\r\n \r\n \r\n \r\n \r\n
^C;^?;
\r\n\r\n\r\n \r\n \r\n \r\n\r\n \r\n \r\n
\r\n \r\n
\r\n

Site Navigation

\r\n
\r\n \r\n \r\n \r\n \r\n
^T(0);
^L;
\r\n
\r\n\r\n \r\n\r\n \r\n
\r\n \r\n\r\n^-;\r\n\r\n\r\n
\r\n
\r\n\r\n\r\n


This Design ©2002 OpenServe
\r\n\r\n
\r\n\r\n'); +INSERT INTO style VALUES (-8,'WebGUI 5','','^AdminBar;\r\n\r\n\r\n\r\n\r\n\r\n\r\n \r\n \r\n \r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n
^C;User: ^a(^@;);
\r\n\r\n\r\n\r\n\r\n\r\n\r\n \r\n \r\n \r\n\r\n
\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n\r\n
\r\n
\r\n ^H;\r\n
\r\n ^FlexMenu;\r\n ^a;\r\n
\r\n
\r\n
\r\n
\r\n
^-;
\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n \r\n \r\n \r\n\r\n
\r\n\r\n\r\n'); -- -- Table structure for table 'template' @@ -10439,6 +11440,7 @@ INSERT INTO template VALUES (6,'Right Column','\r\n\r\n\r\n\r\n
\r\n','Page'); INSERT INTO template VALUES (2,'Descriptive Site Map','\r\n

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

\r\n\r\n\r\n\r\n \"> \r\n \r\n - \r\n \r\n

\r\n','SiteMap'); INSERT INTO template VALUES (6,'Guest Book','\r\n

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

\r\n\r\n\r\n\r\n \">

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

\r\n\r\n\r\nOn \"> from \">the department wrote, \r\n\r\n\r\n
\r\n
\r\n\r\n

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

\r\n · \r\n
\r\n\r\n','USS'); +INSERT INTO template VALUES (1,'Default Syndicated Content','\r\n

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

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

\r\n\r\n \" target=\"_blank\"> \r\n\r\n \r\n\r\n

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

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

  • \r\n \r\n \" target=\"_blank\"> \r\n \r\n \r\n \r\n \r\n - \r\n \r\n
    \r\n\r\n','SyndicatedContent'); -- -- Table structure for table 'userLoginLog' @@ -10642,7 +11644,7 @@ CREATE TABLE webguiVersion ( -- -INSERT INTO webguiVersion VALUES ('5.1.2','initial install',unix_timestamp()); +INSERT INTO webguiVersion VALUES ('5.2.0','initial install',unix_timestamp()); -- -- Table structure for table 'wobject' @@ -10656,7 +11658,6 @@ CREATE TABLE wobject ( title varchar(255) default NULL, displayTitle int(11) NOT NULL default '1', description mediumtext, - processMacros int(11) NOT NULL default '0', dateAdded int(11) default NULL, addedBy int(11) default NULL, lastEdited int(11) default NULL, @@ -10674,6 +11675,9 @@ CREATE TABLE wobject ( userDefined3 varchar(255) default NULL, userDefined4 varchar(255) default NULL, userDefined5 varchar(255) default NULL, + filterPost varchar(30) NOT NULL default 'javascript', + addEditStampToPosts int(11) NOT NULL default '1', + allowDiscussion int(11) NOT NULL default '0', PRIMARY KEY (wobjectId) ) TYPE=MyISAM; @@ -10682,9 +11686,9 @@ CREATE TABLE wobject ( -- -INSERT INTO wobject VALUES (-1,4,'SiteMap',0,'Page Not Found',1,'The page you were looking for could not be found on this system. Perhaps it has been deleted or renamed. The following list is a site map of this site. If you don\'t find what you\'re looking for on the site map, you can always start from the Home Page.',1,1001744792,3,1016077239,3,1,1001744792,1336444487,2,3600,4,0,'after',NULL,NULL,NULL,NULL,NULL); -INSERT INTO wobject VALUES (-4,-2,'Article',1,'Who is using WebGUI?',1,'Large Corporations
    \nCorporations need powerful web platforms to support hundreds and thousands of users. These platforms must be reliable, secure, and provide content at blazing fast speeds. \n\n \n

    \n\nSmall Businesses
    \nNeed a sure fire way to overcome your competition? How about a dynamic web presence that will allow you to easily integrate E-Commerce, account profiles, and much more? \n

    \n \n

    \n\nNon-Profit Organizations
    \nMany non-profit organizations do not have a large budget, but need a web solution to distribute content and manage membership. \n

    \n\n

    \n\nEducational Institutions
    \nSchools and universities are continuously integrating online resources into their daily operations. \n

    \n \n

    \n\nGovernment Institutions
    \nGovernment institutions need a secure and reliable way of storing and communicating important information. Many government and quasi-government organizations are using WebGUI already; including a few that are so secure that we\'d have to kill you if we told you who they are. =) \n\n

    [ Florida Department of Agriculture | Euro Meeting | A Secret Federal Agency ]
    \n\n
    \n

    \n\nThere are literally hundreds of sites using WebGUI. You could be next.\n',0,1038221932,3,1038222654,3,1,946728000,2082801600,7,3600,4,0,'after',NULL,NULL,NULL,NULL,NULL); -INSERT INTO wobject VALUES (-3,1,'Article',1,'Article',0,'

    \n\n
    ',1,1038219356,3,1038219356,3,1,946728000,2082801600,7,3600,4,0,'after',NULL,NULL,NULL,NULL,NULL); -INSERT INTO wobject VALUES (-2,-1,'Article',1,'Welcome to WebGUI!',1,'If you\'re reading this message it means that you\'ve got WebGUI up and running. Good job! The installation is not trivial.\n\n

    \n \nIn order to do anything useful with your new installation you\'ll need to log in as the default administrator account. Follow these steps to get started:\n\n

    \n\n

      \n
    1. Click here to log in. (username: Admin password: 123qwe)\n
    2. Click here to turn the administrative interface on.\n
    \n\n

    \n\nNow that you\'re in as the administrator, you should change your password so no one else can log in and mess with your site. You might also want to create another account for yourself with Administrative privileges in case you can\'t log in with the Admin account for some reason.\n\n

    \n \nYou\'ll notice three menus at the top of your screen. Those are your administrative menus. Going from left to right they are Content, Clipboard, and Admin. The content menu allows you to add new pages and content to your site. The clipboard menu is currently empty, but if you cut or copy anything from any of your pages, it will end up there. The admin menu controls things like system settings and users.\n\n

    \n\nFor more information about how to administer WebGUI consider getting a copy of Ruling WebGUI. Plain Black Software also provides several Support Programs for WebGUI if you run into trouble.\n\n

    \n \nEnjoy your new WebGUI site!',1,1023555430,3,1038220053,3,1,1023537600,1338897600,2,3600,4,0,'after',NULL,NULL,NULL,NULL,NULL); -INSERT INTO wobject VALUES (-5,-3,'Article',1,'What should you do next?',1,'To learn more about WebGUI and how you can best implement WebGUI in your organization, please see the choices below.\n\n

    \n \nTalk to the Experts
    \nOur website contains all of the different methods for reaching us. Our friendly staff will be happy to assist you in any way possible.\n \n

    \n\nRequest an Interactive Product Demonstration CD
    \nThis CD shows all of the excellent features that WebGUI provides and gives you a brief overview of the product. It also provides examples of how the product works and how it can be used in your environment.\n \n

    \n\nPurchase the Manual for WebGUI
    \nRuling WebGUI is the definitive guide to everything WebGUI related. It has been compiled by the experts at Plain Black Software and covers almost all aspects of WebGUI. When you purchase Ruling WebGUI, you will receive updates to this great manual for one full year.\n \n

    \n\nPurchase Technical Support
    \nThe WebGUI Support Center is there to help you when you get stuck. With a system as large as WebGUI, you\'ll likely have some questions, and our courteous and knowlegable staff is available to answer those questions. And best of all, you get Ruling WebGUI free when you sign up for the Support Center.\n \n

    \n\nSign Up for Plain Black Hosting
    \nWe provide professional hosting services for you so you don\'t have to go through the trouble of finding a hoster who likely won\'t know what to do with WebGUI anyway.\n',0,1038244102,3,1038705736,3,1,946728000,2082801600,7,3600,4,0,'after',NULL,NULL,NULL,NULL,NULL); +INSERT INTO wobject VALUES (-1,4,'SiteMap',0,'Page Not Found',1,'The page you were looking for could not be found on this system. Perhaps it has been deleted or renamed. The following list is a site map of this site. If you don\'t find what you\'re looking for on the site map, you can always start from the Home Page.',1001744792,3,1016077239,3,1,1001744792,1336444487,2,3600,4,0,'after',NULL,NULL,NULL,NULL,NULL,'javascript',1,0); +INSERT INTO wobject VALUES (-4,-2,'Article',1,'Who is using WebGUI?',1,'Large Corporations
    \nCorporations need powerful web platforms to support hundreds and thousands of users. These platforms must be reliable, secure, and provide content at blazing fast speeds. \n

    \n \n

    \n\nSmall Businesses
    \nNeed a sure fire way to overcome your competition? How about a dynamic web presence that will allow you to easily integrate E-Commerce, account profiles, and much more? \n

    \n \n

    \n\nNon-Profit Organizations
    \nMany non-profit organizations do not have a large budget, but need a web solution to distribute content and manage membership. \n

    \n\n

    \n\nEducational Institutions
    \nSchools and universities are continuously integrating online resources into their daily operations. \n

    \n \n

    \n\nGovernment Institutions
    \nGovernment institutions need a secure and reliable way of storing and communicating important information. Many government and quasi-government organizations are using WebGUI already; including a few that are so secure that we\'d have to kill you if we told you who they are. =) \n\n

    [ Florida Department of Agriculture | Euro Meeting | A Secret Federal Agency ]
    \n\n
    \n

    \n\nThere are literally hundreds of sites using WebGUI. You could be next.\n',1038221932,3,1038222654,3,1,946728000,2082801600,7,3600,4,0,'after',NULL,NULL,NULL,NULL,NULL,'javascript',1,0); +INSERT INTO wobject VALUES (-3,1,'Article',1,'Article',0,'

    \n\n
    ',1038219356,3,1038219356,3,1,946728000,2082801600,7,3600,4,0,'after',NULL,NULL,NULL,NULL,NULL,'javascript',1,0); +INSERT INTO wobject VALUES (-2,-1,'Article',1,'Welcome to WebGUI!',1,'If you\'re reading this message it means that you\'ve got WebGUI up and running. Good job! The installation is not trivial.\n\n

    \n \nIn order to do anything useful with your new installation you\'ll need to log in as the default administrator account. Follow these steps to get started:\n\n

    \n\n

      \n
    1. Click here to log in. (username: Admin password: 123qwe)\n
    2. Click here to turn the administrative interface on.\n
    \n\n

    \n\nNow that you\'re in as the administrator, you should change your password so no one else can log in and mess with your site. You might also want to create another account for yourself with Administrative privileges in case you can\'t log in with the Admin account for some reason.\n\n

    \n \nYou\'ll notice three menus at the top of your screen. Those are your administrative menus. Going from left to right they are Content, Clipboard, and Admin. The content menu allows you to add new pages and content to your site. The clipboard menu is currently empty, but if you cut or copy anything from any of your pages, it will end up there. The admin menu controls things like system settings and users.\n\n

    \n\nFor more information about how to administer WebGUI consider getting a copy of Ruling WebGUI. Plain Black Software also provides several Support Programs for WebGUI if you run into trouble.\n\n

    \n \nEnjoy your new WebGUI site!',1023555430,3,1038220053,3,1,1023537600,1338897600,2,3600,4,0,'after',NULL,NULL,NULL,NULL,NULL,'javascript',1,0); +INSERT INTO wobject VALUES (-5,-3,'Article',1,'What should you do next?',1,'To learn more about WebGUI and how you can best implement WebGUI in your organization, please see the choices below.\n\n

    \n \nTalk to the Experts
    \nOur website contains all of the different methods for reaching us. Our friendly staff will be happy to assist you in any way possible.\n \n

    \n\nRequest an Interactive Product Demonstration CD
    \nThis CD shows all of the excellent features that WebGUI provides and gives you a brief overview of the product. It also provides examples of how the product works and how it can be used in your environment.\n \n

    \n\nPurchase the Manual for WebGUI
    \nRuling WebGUI is the definitive guide to everything WebGUI related. It has been compiled by the experts at Plain Black Software and covers almost all aspects of WebGUI. When you purchase Ruling WebGUI, you will receive updates to this great manual for one full year.\n \n

    \n\nPurchase Technical Support
    \nThe WebGUI Support Center is there to help you when you get stuck. With a system as large as WebGUI, you\'ll likely have some questions, and our courteous and knowlegable staff is available to answer those questions. And best of all, you get Ruling WebGUI free when you sign up for the Support Center.\n \n

    \n\nSign Up for Plain Black Hosting
    \nWe provide professional hosting services for you so you don\'t have to go through the trouble of finding a hoster who likely won\'t know what to do with WebGUI anyway.\n',1038244102,3,1038705736,3,1,946728000,2082801600,7,3600,4,0,'after',NULL,NULL,NULL,NULL,NULL,'javascript',1,0); diff --git a/docs/install.txt b/docs/install.txt index f51f546e3..4dca2657d 100644 --- a/docs/install.txt +++ b/docs/install.txt @@ -19,9 +19,10 @@ QnD INSTALL INSTRUCTIONS: DBD::mysql Digest::MD5 Date::Calc - Image::Magick + Image::Magick (optional) + Cache::FileCache (optional) -3. Install Apache (with or without mod_perl) and set up your config. +3. Install Apache (preferably with mod_perl) and set up your config. 4. Install MySQL. @@ -35,7 +36,7 @@ QnD INSTALL INSTRUCTIONS: mysql -e "flush privileges" mysql -uwebgui -ppassword WebGUI < docs/create.sql -7. Edit "etc/WebGUI.conf" to patch your DB settings and log directory. +7. Edit "etc/WebGUI.conf" to match your DB settings and log directory. 8. Run the following command from your WebGUI/sbin directory to determine whether you've configured your system correctly.