diff --git a/docs/changelog/5.x.x.txt b/docs/changelog/5.x.x.txt
index fefabf652..aefe54b1e 100644
--- a/docs/changelog/5.x.x.txt
+++ b/docs/changelog/5.x.x.txt
@@ -1,3 +1,7 @@
+5.5.8
+ - bugfix [ 991366 ] 5.5.7 typo in Macro/Synopsis.pm
+ - bugfix [ 992018 ] Synopsis(); macro generates error
+
5.5.7
- bugfix [ 935552 ] USS bug (w/ and w/o img mixed posts).
- bugfix [ 926610 ] WebGUI::Wobject::Article
diff --git a/docs/changelog/6.x.x.txt b/docs/changelog/6.x.x.txt
index efbbe11d4..06887ee04 100644
--- a/docs/changelog/6.x.x.txt
+++ b/docs/changelog/6.x.x.txt
@@ -1,14 +1,24 @@
6.2.0
- Added generateContent.pl script to generate content offline. This script is
- not backwards compatible with previous WebGUI versions.
- - Added metadata functionality to wobjects.
- - Added a new passive profiling mechanism.
- - Added a passive profile summarizer.
+ not backwards compatible with previous WebGUI versions. (Thanks to
+ DonorWare for funding this feature.)
+ - Added metadata functionality to wobjects. (Thanks to DonorWare for funding
+ this feature.)
+ - Added a new passive profiling mechanism. (Thanks to DonorWare for funding
+ this feature.)
+ - Added a passive profile summarizer. (Thanks to DonorWare for funding this
+ feature.)
- Added AOIRank and AOIHits macro's to retrieve user's Area's Of Interest
- statistics.
+ statistics. (Thanks to DonorWare for funding this feature.)
- Fixed a typo in Forum/UI.pm
+6.1.1
+ - bugfix [ 991313 ] Manage Translations doesn't work
+ - bugfix [ 991677 ] Preload erro my $i earlier declaration
+ - bugfix [ 991200 ] scriptUrl option in webgui.conf ignored
+
+
6.1.0
- Changed the output of upgrade.pl for better understanding.
- Added a --history option to upgrade.pl that displays the upgrade history
diff --git a/docs/previousVersion.sql b/docs/previousVersion.sql
index 44936af27..0ca844d6c 100644
--- a/docs/previousVersion.sql
+++ b/docs/previousVersion.sql
@@ -817,6 +817,8 @@ CREATE TABLE WSClient (
templateId int(11) NOT NULL default '1',
decodeUtf8 tinyint(3) unsigned NOT NULL default '0',
httpHeader varchar(50) default NULL,
+ sharedCache tinyint(3) unsigned NOT NULL default '0',
+ cacheTTL smallint(5) unsigned NOT NULL default '60',
PRIMARY KEY (wobjectId)
) TYPE=MyISAM;
@@ -1146,7 +1148,6 @@ INSERT INTO groupGroupings VALUES (4,12);
INSERT INTO groupGroupings VALUES (6,12);
INSERT INTO groupGroupings VALUES (8,12);
INSERT INTO groupGroupings VALUES (9,12);
-INSERT INTO groupGroupings VALUES (10,12);
INSERT INTO groupGroupings VALUES (11,12);
INSERT INTO groupGroupings VALUES (3,2);
INSERT INTO groupGroupings VALUES (3,4);
@@ -1223,155 +1224,9 @@ INSERT INTO groups VALUES (6,'Package Managers','Users that have privileges to a
INSERT INTO groups VALUES (7,'Everyone','A group that automatically includes all users including Visitors.',314496000,1000000000,NULL,997938000,997938000,14,-14,NULL,0,NULL,0,0,0,3600,NULL,0,1);
INSERT INTO groups VALUES (8,'Template Managers','Users that have privileges to edit templates for this site.',314496000,1000000000,NULL,997938000,997938000,14,-14,NULL,0,NULL,0,0,0,3600,NULL,1,1);
INSERT INTO groups VALUES (9,'Theme Managers','Users in this group can use the theme manager to create new themes and install themes from other systems.',314496000,1000000000,NULL,997938000,997938000,14,-14,NULL,0,NULL,0,0,0,3600,NULL,1,1);
-INSERT INTO groups VALUES (10,'Translation Managers','Users that can edit language translations for WebGUI.',314496000,1000000000,NULL,997938000,997938000,14,-14,NULL,0,NULL,0,0,0,3600,NULL,1,1);
INSERT INTO groups VALUES (11,'Secondary Admins','Users that have limited administrative privileges.',314496000,1000000000,NULL,997938000,997938000,14,-14,NULL,0,NULL,0,0,0,3600,NULL,1,1);
INSERT INTO groups VALUES (12,'Turn Admin On','These users can enable admin mode.',314496000,1000000000,NULL,997938000,997938000,14,-14,NULL,0,NULL,0,0,0,3600,NULL,1,0);
---
--- Table structure for table `help`
---
-
-CREATE TABLE help (
- helpId int(11) NOT NULL default '0',
- namespace varchar(30) NOT NULL default 'WebGUI',
- titleId int(11) default NULL,
- bodyId int(11) default NULL,
- seeAlso text,
- PRIMARY KEY (helpId,namespace),
- KEY helpId (helpId)
-) TYPE=MyISAM;
-
---
--- Dumping data for table `help`
---
-
-
-INSERT INTO help VALUES (20,'WebGUI',670,625,'49,WebGUI;');
-INSERT INTO help VALUES (1,'FileManager',61,71,'3,FileManager;2,FileManager;21,WebGUI;');
-INSERT INTO help VALUES (28,'WebGUI',678,633,'1,WebGUI;3,WebGUI;');
-INSERT INTO help VALUES (31,'WebGUI',681,636,'30,WebGUI;1,WebGUI;3,WebGUI;');
-INSERT INTO help VALUES (30,'WebGUI',680,635,'31,WebGUI;');
-INSERT INTO help VALUES (25,'WebGUI',675,630,'60,WebGUI;');
-INSERT INTO help VALUES (6,'WebGUI',656,611,'12,WebGUI;');
-INSERT INTO help VALUES (46,'WebGUI',696,651,'66,WebGUI;');
-INSERT INTO help VALUES (22,'WebGUI',672,627,'12,WebGUI;');
-INSERT INTO help VALUES (1,'USS',61,71,'71,WebGUI;4,USS;3,USS;2,USS;21,WebGUI;');
-INSERT INTO help VALUES (24,'WebGUI',674,629,'12,WebGUI;');
-INSERT INTO help VALUES (78,'WebGUI',1073,1074,'60,WebGUI;18,WebGUI;50,WebGUI;33,WebGUI;');
-INSERT INTO help VALUES (13,'WebGUI',663,618,'12,WebGUI;');
-INSERT INTO help VALUES (1,'SyndicatedContent',61,71,'2,SyndicatedContent;21,WebGUI;');
-INSERT INTO help VALUES (1,'EventsCalendar',61,71,'2,EventsCalendar;3,EventsCalendar;21,WebGUI;');
-INSERT INTO help VALUES (1,'MessageBoard',61,71,'3,MessageBoard;2,MessageBoard;21,WebGUI;');
-INSERT INTO help VALUES (21,'WebGUI',671,626,'19,WebGUI;18,WebGUI;27,WebGUI;14,WebGUI;');
-INSERT INTO help VALUES (1,'Article',61,71,'2,Article;71,WebGUI;21,WebGUI;');
-INSERT INTO help VALUES (27,'WebGUI',677,632,'1,Article;1,EventsCalendar;1,FileManager;1,HttpProxy;1,DataForm;1,MessageBoard;1,Poll;1,Product;1,SiteMap;1,SQLReport;1,Survey;1,SyndicatedContent;1,USS;1,WobjectProxy;21,WebGUI;');
-INSERT INTO help VALUES (1,'Poll',61,71,'2,Poll;21,WebGUI;');
-INSERT INTO help VALUES (1,'SiteMap',61,71,'2,SiteMap;21,WebGUI;');
-INSERT INTO help VALUES (1,'SQLReport',61,71,'2,SQLReport;21,WebGUI;');
-INSERT INTO help VALUES (18,'WebGUI',668,623,'52,WebGUI;78,WebGUI;');
-INSERT INTO help VALUES (17,'WebGUI',667,622,'10,WebGUI;');
-INSERT INTO help VALUES (2,'WebGUI',652,607,'12,WebGUI;');
-INSERT INTO help VALUES (15,'WebGUI',665,620,'10,WebGUI;');
-INSERT INTO help VALUES (16,'WebGUI',666,621,'60,WebGUI;9,WebGUI;');
-INSERT INTO help VALUES (14,'WebGUI',664,619,'21,WebGUI;');
-INSERT INTO help VALUES (12,'WebGUI',662,617,'6,WebGUI;29,WebGUI;13,WebGUI;24,WebGUI;22,WebGUI;2,WebGUI;');
-INSERT INTO help VALUES (10,'WebGUI',660,615,'17,WebGUI;15,WebGUI;8,WebGUI;');
-INSERT INTO help VALUES (8,'WebGUI',658,613,'10,WebGUI;32,WebGUI;5,WebGUI;7,WebGUI;');
-INSERT INTO help VALUES (9,'WebGUI',659,614,'19,WebGUI;61,WebGUI;18,WebGUI;16,WebGUI;4,WebGUI;');
-INSERT INTO help VALUES (7,'WebGUI',657,612,'8,WebGUI;');
-INSERT INTO help VALUES (32,'WebGUI',682,637,'8,WebGUI;');
-INSERT INTO help VALUES (5,'WebGUI',655,610,'8,WebGUI;');
-INSERT INTO help VALUES (3,'WebGUI',653,608,'1,WebGUI;');
-INSERT INTO help VALUES (1,'WebGUI',642,606,'52,WebGUI;3,WebGUI;');
-INSERT INTO help VALUES (29,'WebGUI',679,634,'12,WebGUI;');
-INSERT INTO help VALUES (33,'WebGUI',683,638,'61,WebGUI;34,WebGUI;35,WebGUI;50,WebGUI;');
-INSERT INTO help VALUES (34,'WebGUI',684,639,'33,WebGUI;');
-INSERT INTO help VALUES (35,'WebGUI',685,640,'33,WebGUI;');
-INSERT INTO help VALUES (19,'WebGUI',669,624,'53,WebGUI;58,WebGUI;57,WebGUI;60,WebGUI;59,WebGUI;');
-INSERT INTO help VALUES (66,'WebGUI',960,961,'46,WebGUI;');
-INSERT INTO help VALUES (65,'WebGUI',957,958,'67,WebGUI;');
-INSERT INTO help VALUES (2,'FileManager',72,73,'1,FileManager;');
-INSERT INTO help VALUES (2,'EventsCalendar',72,73,'4,EventsCalendar;1,EventsCalendar;');
-INSERT INTO help VALUES (4,'USS',93,94,'1,USS;');
-INSERT INTO help VALUES (47,'WebGUI',697,698,'1,Article;17,WebGUI;1,MessageBoard;1,Poll;2,WebGUI;1,USS;');
-INSERT INTO help VALUES (1,'WobjectProxy',5,6,'21,WebGUI;');
-INSERT INTO help VALUES (1,'Product',38,39,'5,Product;4,Product;6,Product;2,Product;3,Product;7,Product;21,WebGUI;');
-INSERT INTO help VALUES (2,'Product',40,41,'6,Product;1,Product;');
-INSERT INTO help VALUES (3,'Product',42,43,'1,Product;');
-INSERT INTO help VALUES (4,'Product',44,45,'1,Product;');
-INSERT INTO help VALUES (5,'Product',46,47,'1,Product;');
-INSERT INTO help VALUES (6,'Product',49,50,'2,Product;1,Product;');
-INSERT INTO help VALUES (7,'Product',62,63,'1,Product;51,WebGUI;');
-INSERT INTO help VALUES (1,'Survey',3,4,'21,WebGUI;');
-INSERT INTO help VALUES (49,'WebGUI',785,786,'53,WebGUI;54,WebGUI;56,WebGUI;20,WebGUI;61,WebGUI;55,WebGUI;');
-INSERT INTO help VALUES (50,'WebGUI',825,826,'33,WebGUI;');
-INSERT INTO help VALUES (2,'Article',72,73,'1,Article;79,WebGUI;51,WebGUI;');
-INSERT INTO help VALUES (51,'WebGUI',827,828,'2,Article;3,DataForm;3,EventsCalendar;3,FileManager;2,MessageBoard;7,Product;2,SiteMap;2,SyndicatedContent;33,WebGUI;2,USS;');
-INSERT INTO help VALUES (3,'EventsCalendar',94,95,'1,EventsCalendar;79,WebGUI;51,WebGUI;');
-INSERT INTO help VALUES (3,'FileManager',75,76,'1,FileManager;79,WebGUI;51,WebGUI;');
-INSERT INTO help VALUES (4,'EventsCalendar',96,97,'2,EventsCalendar;51,WebGUI;');
-INSERT INTO help VALUES (2,'MessageBoard',73,74,'75,WebGUI;76,WebGUI;73,WebGUI;77,WebGUI;72,WebGUI;74,WebGUI;1,MessageBoard;51,WebGUI;');
-INSERT INTO help VALUES (2,'SiteMap',72,73,'1,SiteMap;51,WebGUI;');
-INSERT INTO help VALUES (2,'USS',74,75,'79,WebGUI;1,USS;51,WebGUI;');
-INSERT INTO help VALUES (3,'USS',76,77,'1,USS;51,WebGUI;');
-INSERT INTO help VALUES (52,'WebGUI',829,830,'1,WebGUI;33,WebGUI;');
-INSERT INTO help VALUES (53,'WebGUI',831,832,'49,WebGUI;19,WebGUI;');
-INSERT INTO help VALUES (54,'WebGUI',833,834,'49,WebGUI;');
-INSERT INTO help VALUES (55,'WebGUI',835,836,'49,WebGUI;');
-INSERT INTO help VALUES (56,'WebGUI',837,838,'49,WebGUI;');
-INSERT INTO help VALUES (57,'WebGUI',839,840,'19,WebGUI;');
-INSERT INTO help VALUES (58,'WebGUI',841,842,'19,WebGUI;');
-INSERT INTO help VALUES (59,'WebGUI',843,844,'19,WebGUI;');
-INSERT INTO help VALUES (60,'WebGUI',845,846,'19,WebGUI;78,WebGUI;');
-INSERT INTO help VALUES (2,'SyndicatedContent',72,73,'1,SyndicatedContent;');
-INSERT INTO help VALUES (1,'HttpProxy',10,11,'21,WebGUI;');
-INSERT INTO help VALUES (67,'WebGUI',968,969,'65,WebGUI;');
-INSERT INTO help VALUES (1,'DataForm',61,71,'2,DataForm;4,DataForm;3,DataForm;21,WebGUI;');
-INSERT INTO help VALUES (2,'DataForm',62,72,'3,DataForm;1,DataForm;');
-INSERT INTO help VALUES (2,'Poll',73,74,'1,Poll;51,WebGUI;');
-INSERT INTO help VALUES (61,'WebGUI',931,932,'49,WebGUI;33,WebGUI;64,WebGUI;62,WebGUI;63,WebGUI;');
-INSERT INTO help VALUES (62,'WebGUI',933,934,'61,WebGUI;');
-INSERT INTO help VALUES (63,'WebGUI',936,937,'61,WebGUI;');
-INSERT INTO help VALUES (64,'WebGUI',938,939,'61,WebGUI;');
-INSERT INTO help VALUES (3,'DataForm',82,83,'2,DataForm;1,DataForm;51,WebGUI;');
-INSERT INTO help VALUES (4,'DataForm',88,89,'1,DataForm;');
-INSERT INTO help VALUES (68,'WebGUI',997,1000,'69,WebGUI;70,WebGUI;1,SQLReport;');
-INSERT INTO help VALUES (69,'WebGUI',998,1001,'68,WebGUI;70,WebGUI;1,SQLReport;');
-INSERT INTO help VALUES (70,'WebGUI',999,1002,'68,WebGUI;69,WebGUI;1,SQLReport;');
-INSERT INTO help VALUES (71,'WebGUI',1054,1055,'75,WebGUI;76,WebGUI;73,WebGUI;77,WebGUI;72,WebGUI;74,WebGUI;');
-INSERT INTO help VALUES (72,'WebGUI',1056,1057,'71,WebGUI;50,WebGUI;33,WebGUI;');
-INSERT INTO help VALUES (73,'WebGUI',1058,1059,'71,WebGUI;50,WebGUI;33,WebGUI;');
-INSERT INTO help VALUES (74,'WebGUI',1060,1061,'71,WebGUI;73,WebGUI;50,WebGUI;33,WebGUI;');
-INSERT INTO help VALUES (75,'WebGUI',1062,1063,'71,WebGUI;73,WebGUI;50,WebGUI;33,WebGUI;');
-INSERT INTO help VALUES (76,'WebGUI',1065,1066,'71,WebGUI;73,WebGUI;50,WebGUI;33,WebGUI;');
-INSERT INTO help VALUES (77,'WebGUI',1067,1068,'71,WebGUI;50,WebGUI;33,WebGUI;');
-INSERT INTO help VALUES (3,'MessageBoard',78,79,'71,WebGUI;1,MessageBoard;');
-INSERT INTO help VALUES (1,'WSClient',61,71,'2,WSClient;21,WebGUI;');
-INSERT INTO help VALUES (2,'WSClient',72,73,'1,WSClient;51,WebGUI;');
-INSERT INTO help VALUES (1,'IndexedSearch',26,27,'21,WebGUI;2,IndexedSearch');
-INSERT INTO help VALUES (2,'IndexedSearch',29,28,'21,WebGUI;1,IndexedSearch;');
-INSERT INTO help VALUES (79,'WebGUI',1085,1086,'51,WebGUI;');
-INSERT INTO help VALUES (80,'WebGUI',1087,1088,'79,WebGUI;2,Survey;3,Survey;');
-INSERT INTO help VALUES (81,'WebGUI',1089,1090,'3,Survey;1,Survey;');
-INSERT INTO help VALUES (2,'Survey',88,89,'3,Survey;1,Survey;51,WebGUI;');
-INSERT INTO help VALUES (3,'Survey',90,91,'2,Survey;');
-INSERT INTO help VALUES (82,'WebGUI',1091,1092,'79,WebGUI;3,Survey;1,Survey;');
-INSERT INTO help VALUES (1,'Auth/WebGUI/Account',1,2,'51,WebGUI;');
-INSERT INTO help VALUES (1,'Auth/LDAP/Account',1,2,'51,WebGUI;');
-INSERT INTO help VALUES (1,'Auth/SMB/Account',1,2,'51,WebGUI;');
-INSERT INTO help VALUES (1,'Auth/WebGUI/Login',1,2,'51,WebGUI;');
-INSERT INTO help VALUES (1,'Auth/LDAP/Login',1,2,'51,WebGUI;');
-INSERT INTO help VALUES (1,'Auth/SMB/Login',1,2,'51,WebGUI;');
-INSERT INTO help VALUES (1,'Auth/WebGUI/Create',1,2,'51,WebGUI;');
-INSERT INTO help VALUES (1,'Auth/LDAP/Create',1,2,'51,WebGUI;');
-INSERT INTO help VALUES (1,'Auth/SMB/Create',1,2,'51,WebGUI;');
-INSERT INTO help VALUES (1,'Auth/WebGUI/Recovery',1,2,'51,WebGUI;');
-INSERT INTO help VALUES (1,'Auth/WebGUI/Expired',1,2,'51,WebGUI;');
-INSERT INTO help VALUES (83,'WebGUI',1098,1093,'58,WebGUI;85,WebGUI;84,WebGUI;34,WebGUI;');
-INSERT INTO help VALUES (84,'WebGUI',1094,1095,'58,WebGUI;85,WebGUI;83,WebGUI;');
-INSERT INTO help VALUES (85,'WebGUI',1096,1097,'58,WebGUI;83,WebGUI;84,WebGUI;50,WebGUI;');
-INSERT INTO help VALUES (2,'SQLReport',72,73,'79,WebGUI;1,SQLReport;51,WebGUI;');
-
--
-- Table structure for table `incrementer`
--
@@ -1421,15947 +1276,6 @@ INSERT INTO incrementer VALUES ('replacementId',1000);
INSERT INTO incrementer VALUES ('DataForm_tabId',1000);
INSERT INTO incrementer VALUES ('navigationId',1003);
---
--- Table structure for table `international`
---
-
-CREATE TABLE international (
- internationalId int(11) NOT NULL default '0',
- namespace varchar(30) NOT NULL default 'WebGUI',
- languageId int(11) NOT NULL default '1',
- message mediumtext,
- lastUpdated int(11) default NULL,
- context text,
- PRIMARY KEY (internationalId,namespace,languageId)
-) TYPE=MyISAM;
-
---
--- Dumping data for table `international`
---
-
-
-INSERT INTO international VALUES (367,'WebGUI',1,'Expire Offset',1044126611,NULL);
-INSERT INTO international VALUES (39,'USS',3,'Post een reactie',1038528254,NULL);
-INSERT INTO international VALUES (1,'Article',1,'Article',1031514049,NULL);
-INSERT INTO international VALUES (1,'Article',4,'Artículo',1065116240,NULL);
-INSERT INTO international VALUES (1,'Article',5,'Artigo',1031510000,NULL);
-INSERT INTO international VALUES (37,'USS',3,'Verwijder',1038528247,NULL);
-INSERT INTO international VALUES (89,'EventsCalendar',1,'Show 3 months from start.',1038190646,NULL);
-INSERT INTO international VALUES (88,'Survey',1,'Survey Template',1078223096,NULL);
-INSERT INTO international VALUES (35,'USS',3,'Titel',1038528241,NULL);
-INSERT INTO international VALUES (700,'WebGUI',6,'dagar',1050402828,NULL);
-INSERT INTO international VALUES (4,'WebGUI',6,'Hantera inställningar.',1047894209,NULL);
-INSERT INTO international VALUES (10,'Poll',2,'Abstimmung zurücksetzen',1040646831,NULL);
-INSERT INTO international VALUES (33,'USS',3,'Bijlage',1038528227,NULL);
-INSERT INTO international VALUES (1,'Poll',1,'Poll',1031514049,NULL);
-INSERT INTO international VALUES (1,'Poll',4,'Encuesta',1065116247,NULL);
-INSERT INTO international VALUES (1,'Poll',5,'Sondagem',1031510000,NULL);
-INSERT INTO international VALUES (4,'USS',6,'Ditt meddelande har blivit validerat.',1031648642,NULL);
-INSERT INTO international VALUES (4,'SyndicatedContent',6,'Redigera Syndicated inehåll',1031510000,NULL);
-INSERT INTO international VALUES (563,'WebGUI',2,'Standard Status',1041629585,NULL);
-INSERT INTO international VALUES (32,'USS',3,'Plaatje',1038528221,NULL);
-INSERT INTO international VALUES (1,'SQLReport',1,'SQL Report',1031514049,NULL);
-INSERT INTO international VALUES (1,'SQLReport',4,'Informe SQL',1065116262,NULL);
-INSERT INTO international VALUES (1,'SQLReport',5,'Relatório SQL',1031510000,NULL);
-INSERT INTO international VALUES (31,'USS',3,'Inhoud',1038528215,NULL);
-INSERT INTO international VALUES (1,'SyndicatedContent',1,'URL to RSS File',1031514049,NULL);
-INSERT INTO international VALUES (1,'SyndicatedContent',5,'Ficheiro de URL para RSS',1031510000,NULL);
-INSERT INTO international VALUES (1,'USS',1,'Who can approve?',1031514049,NULL);
-INSERT INTO international VALUES (1,'USS',5,'Quem pode aprovar?',1031510000,NULL);
-INSERT INTO international VALUES (18,'SQLReport',3,'Er waren geen resultaten voor deze query',1038527912,NULL);
-INSERT INTO international VALUES (1,'WebGUI',1,'Add content...',1031514049,NULL);
-INSERT INTO international VALUES (1,'WebGUI',4,'Añadir contenido...',1065304519,NULL);
-INSERT INTO international VALUES (1,'WebGUI',5,'Adicionar conteudo...',1031510000,NULL);
-INSERT INTO international VALUES (2,'EventsCalendar',1,'Events Calendar',1031514049,NULL);
-INSERT INTO international VALUES (2,'EventsCalendar',4,'Calendario de Eventos',1065012135,NULL);
-INSERT INTO international VALUES (2,'EventsCalendar',5,'Calendário de eventos',1031510000,NULL);
-INSERT INTO international VALUES (4,'SiteMap',6,'Nivåer att traversera',1031510000,NULL);
-INSERT INTO international VALUES (4,'Poll',6,'Vem kan rösta?',1031510000,NULL);
-INSERT INTO international VALUES (10,'SQLReport',2,'Fehler: Das SQL-Statement ist im falschen Format.',1040649121,NULL);
-INSERT INTO international VALUES (17,'SQLReport',3,'Debug: Query:',1038527904,NULL);
-INSERT INTO international VALUES (16,'SQLReport',3,'Debug?',1038527891,NULL);
-INSERT INTO international VALUES (1,'Article',10,'Artikkel',1032469833,NULL);
-INSERT INTO international VALUES (2,'MessageBoard',1,'Message Board',1031514049,NULL);
-INSERT INTO international VALUES (2,'MessageBoard',4,'Tablero de Mensajes',1039628673,NULL);
-INSERT INTO international VALUES (2,'MessageBoard',5,'Quadro de mensagens',1031510000,NULL);
-INSERT INTO international VALUES (15,'SQLReport',3,'Verwerk macros voor query?',1038527884,NULL);
-INSERT INTO international VALUES (2,'SiteMap',1,'Site Map',1031514049,NULL);
-INSERT INTO international VALUES (2,'SiteMap',5,'Mapa do site',1031510000,NULL);
-INSERT INTO international VALUES (10,'WebGUI',2,' Verwalten: Mülleimer',1040640519,NULL);
-INSERT INTO international VALUES (4,'Article',6,'Slutdatum',1032257354,NULL);
-INSERT INTO international VALUES (26,'Navigation',1,'Stop traversing when reaching level',1077080617,'');
-INSERT INTO international VALUES (14,'SQLReport',3,'Breek pagina af na',1038527876,NULL);
-INSERT INTO international VALUES (2,'SyndicatedContent',1,'Syndicated Content',1031514049,NULL);
-INSERT INTO international VALUES (2,'SyndicatedContent',5,'Conteudo sindical',1031510000,NULL);
-INSERT INTO international VALUES (2,'USS',1,'Who can contribute?',1031514049,NULL);
-INSERT INTO international VALUES (2,'USS',4,'Quiénes pueden contribuir?',1065116374,NULL);
-INSERT INTO international VALUES (2,'USS',5,'Quem pode contribuir?',1031510000,NULL);
-INSERT INTO international VALUES (2,'WebGUI',1,'Page',1031514049,NULL);
-INSERT INTO international VALUES (2,'WebGUI',4,'Página',1065116378,NULL);
-INSERT INTO international VALUES (2,'WebGUI',5,'Página',1031510000,NULL);
-INSERT INTO international VALUES (3,'Article',1,'Start Date',1031514049,NULL);
-INSERT INTO international VALUES (3,'Article',4,'Fecha de Inicio',1065116449,NULL);
-INSERT INTO international VALUES (3,'Article',5,'Data de inicio',1031510000,NULL);
-INSERT INTO international VALUES (11,'Article',2,'(Bitte anklicken, falls Sie nicht <br> in Ihrem Text hinzufügen.)',1040597800,NULL);
-INSERT INTO international VALUES (4,'WSClient',1,'SOAP Method/Call',1033575504,NULL);
-INSERT INTO international VALUES (3,'SiteMap',6,'Starta från denna nivå?',1031510000,NULL);
-INSERT INTO international VALUES (3,'Poll',6,'Aktiv',1031510000,NULL);
-INSERT INTO international VALUES (564,'WebGUI',6,'Vem kan posta?',1031510000,NULL);
-INSERT INTO international VALUES (92,'USS',6,'Öppna i nytt fönster?',1031649790,NULL);
-INSERT INTO international VALUES (11,'FileManager',2,'Neuen Download hinzufügen.',1040644692,NULL);
-INSERT INTO international VALUES (11,'Poll',3,'Stem!',1038526637,NULL);
-INSERT INTO international VALUES (92,'USS',1,'Open in new window?',1031514049,NULL);
-INSERT INTO international VALUES (92,'USS',5,'Abrir numa nova janela?',1031510000,NULL);
-INSERT INTO international VALUES (564,'WebGUI',1,'Who can post?',1031514049,NULL);
-INSERT INTO international VALUES (564,'WebGUI',4,'Quienes pueden participar?',1039818508,NULL);
-INSERT INTO international VALUES (564,'WebGUI',5,'Quem pode colocar novas?',1031510000,NULL);
-INSERT INTO international VALUES (3,'Poll',1,'Active',1031514049,NULL);
-INSERT INTO international VALUES (3,'Poll',4,'Activar',1065116508,NULL);
-INSERT INTO international VALUES (3,'Poll',5,'Activo',1031510000,NULL);
-INSERT INTO international VALUES (3,'SiteMap',1,'Start With',1039908390,NULL);
-INSERT INTO international VALUES (3,'SiteMap',5,'Iniciando neste nível?',1031510000,NULL);
-INSERT INTO international VALUES (565,'WebGUI',3,'Wie kan bewerken?',1039780755,NULL);
-INSERT INTO international VALUES (11,'WSClient',1,'Execute by default?',1033575504,NULL);
-INSERT INTO international VALUES (8,'WSClient',1,'Preprocess macros on query?',1033575504,NULL);
-INSERT INTO international VALUES (5,'WSClient',1,'SOAP Call Parameters',1033575504,NULL);
-INSERT INTO international VALUES (3,'Article',6,'Startdatum',1032257347,NULL);
-INSERT INTO international VALUES (3,'USS',1,'You have a new user submission to approve.',1031514049,NULL);
-INSERT INTO international VALUES (3,'USS',5,'Tem nova submissão para aprovar.',1031510000,NULL);
-INSERT INTO international VALUES (9,'Navigation',1,'sisters',1077078821,'Option on question \"return a loop with\"');
-INSERT INTO international VALUES (21,'Navigation',1,'List all Navigation.',1077080151,'');
-INSERT INTO international VALUES (11,'Poll',2,'Abstimmen!',1040646855,NULL);
-INSERT INTO international VALUES (4,'Article',1,'End Date',1031514049,NULL);
-INSERT INTO international VALUES (4,'Article',4,'Fecha de Finalización',1065116787,NULL);
-INSERT INTO international VALUES (4,'Article',5,'Data de fim',1031510000,NULL);
-INSERT INTO international VALUES (4,'EventsCalendar',1,'Happens only once.',1031514049,NULL);
-INSERT INTO international VALUES (4,'EventsCalendar',4,'Sucede solo una vez.',1065116599,NULL);
-INSERT INTO international VALUES (4,'EventsCalendar',5,'Apenas uma vez.',1031510000,NULL);
-INSERT INTO international VALUES (2,'USS',6,'Vem kan göra inlägg?',1031510000,NULL);
-INSERT INTO international VALUES (2,'SyndicatedContent',6,'Syndicated inehåll',1031510000,NULL);
-INSERT INTO international VALUES (1023,'WebGUI',1,'Unsubscribe from discussion',1065875186,'A label for a link that unsubscribes the user from the discussion they are currently viewing.');
-INSERT INTO international VALUES (4,'Poll',1,'Who can vote?',1031514049,NULL);
-INSERT INTO international VALUES (4,'Poll',4,'Quiénes pueden votar?',1065116748,NULL);
-INSERT INTO international VALUES (4,'Poll',5,'Quem pode votar?',1031510000,NULL);
-INSERT INTO international VALUES (4,'SiteMap',1,'Depth To Traverse',1031514049,NULL);
-INSERT INTO international VALUES (4,'SiteMap',5,'profundidade a travessar',1031510000,NULL);
-INSERT INTO international VALUES (11,'SQLReport',2,'Fehler: Es gab ein Problem mit der Abfrage.',1040649134,NULL);
-INSERT INTO international VALUES (4,'SQLReport',1,'Query',1031514049,NULL);
-INSERT INTO international VALUES (4,'SQLReport',4,'Consulta',1065116742,NULL);
-INSERT INTO international VALUES (4,'SQLReport',5,'Query',1031510000,NULL);
-INSERT INTO international VALUES (4,'SyndicatedContent',1,'Edit Syndicated Content',1031514049,NULL);
-INSERT INTO international VALUES (4,'SyndicatedContent',5,'Modificar conteudo sindical',1031510000,NULL);
-INSERT INTO international VALUES (19,'EventsCalendar',3,'Breek pagina af na',1038486795,NULL);
-INSERT INTO international VALUES (4,'USS',1,'Your submission has been approved.',1031514049,NULL);
-INSERT INTO international VALUES (4,'USS',5,'A sua submissão foi aprovada.',1031510000,NULL);
-INSERT INTO international VALUES (4,'WebGUI',1,'Manage settings.',1031514049,NULL);
-INSERT INTO international VALUES (4,'WebGUI',4,'Gestionar opciones.',1065273343,NULL);
-INSERT INTO international VALUES (4,'WebGUI',5,'Organizar preferências.',1031510000,NULL);
-INSERT INTO international VALUES (11,'WebGUI',2,'Mülleimer leeren',1040650325,NULL);
-INSERT INTO international VALUES (20,'EventsCalendar',1,'Add an event.',1031514049,NULL);
-INSERT INTO international VALUES (700,'WebGUI',1,'Day(s)',1031514049,NULL);
-INSERT INTO international VALUES (700,'WebGUI',4,'Día(s)',1065544154,NULL);
-INSERT INTO international VALUES (700,'WebGUI',5,'Dia',1031510000,NULL);
-INSERT INTO international VALUES (85,'USS',1,'Question',1031514049,NULL);
-INSERT INTO international VALUES (85,'USS',4,'Pregunta',1065116855,NULL);
-INSERT INTO international VALUES (85,'USS',5,'Questão',1031510000,NULL);
-INSERT INTO international VALUES (816,'WebGUI',1,'Status',1038431169,NULL);
-INSERT INTO international VALUES (566,'WebGUI',1,'Edit Timeout',1031514049,NULL);
-INSERT INTO international VALUES (566,'WebGUI',4,'Expiración de la Edición',1065308068,NULL);
-INSERT INTO international VALUES (566,'WebGUI',5,'Modificar Timeout',1031510000,NULL);
-INSERT INTO international VALUES (12,'Article',2,'Artikel bearbeiten',1040597813,NULL);
-INSERT INTO international VALUES (15,'EventsCalendar',3,'Einddatum',1038486787,NULL);
-INSERT INTO international VALUES (5,'Poll',1,'Graph Width',1031514049,NULL);
-INSERT INTO international VALUES (5,'Poll',4,'Ancho del Gráfico',1065116850,NULL);
-INSERT INTO international VALUES (5,'Poll',5,'Largura do gráfico',1031510000,NULL);
-INSERT INTO international VALUES (5,'SiteMap',1,'Edit Site Map',1031514049,NULL);
-INSERT INTO international VALUES (5,'SiteMap',5,'Editar mapa do site',1031510000,NULL);
-INSERT INTO international VALUES (14,'EventsCalendar',3,'Startdatum',1038486779,NULL);
-INSERT INTO international VALUES (93,'EventsCalendar',1,'Next Event',1038202290,NULL);
-INSERT INTO international VALUES (5,'USS',1,'Your submission has been denied.',1031514049,NULL);
-INSERT INTO international VALUES (5,'USS',5,'A sua submissão não foi aprovada.',1031510000,NULL);
-INSERT INTO international VALUES (5,'WebGUI',1,'Manage groups.',1031514049,NULL);
-INSERT INTO international VALUES (5,'WebGUI',4,'Gestionar grupos.',1065273351,NULL);
-INSERT INTO international VALUES (5,'WebGUI',5,'Organizar grupos.',1031510000,NULL);
-INSERT INTO international VALUES (6,'Article',1,'Image',1031514049,NULL);
-INSERT INTO international VALUES (6,'Article',4,'Imagen',1065117009,NULL);
-INSERT INTO international VALUES (6,'Article',5,'Imagem',1031510000,NULL);
-INSERT INTO international VALUES (20,'EventsCalendar',3,'Evenement toevoegen',1038486813,NULL);
-INSERT INTO international VALUES (701,'WebGUI',1,'Week(s)',1031514049,NULL);
-INSERT INTO international VALUES (701,'WebGUI',4,'Semana(s)',1065544162,NULL);
-INSERT INTO international VALUES (701,'WebGUI',5,'Semana',1031510000,NULL);
-INSERT INTO international VALUES (86,'USS',1,'Answer',1031514049,NULL);
-INSERT INTO international VALUES (86,'USS',4,'Respuesta',1065116989,NULL);
-INSERT INTO international VALUES (86,'USS',5,'Resposta',1031510000,NULL);
-INSERT INTO international VALUES (12,'FileManager',2,'Sind Sie sicher, dass Sie diesen Download löschen möchten?',1040644704,NULL);
-INSERT INTO international VALUES (91,'Survey',1,'The following template variables are available in all survey templates.\r\n\r\nuser.canViewReports
\r\nA boolean indicating whether the user has the privileges to view survey reports.\r\n
\r\n\r\ndelete.all.responses.url
\r\nThis URL will delete all of the responses to this survey.\r\n
\r\n\r\ndelete.all.responses.label
\r\nThe default label for delete.all.responses.url.\r\n
\r\n\r\nexport.answers.url
\r\nThe URL to create a tab delimited file containing all of the answers to the questions in this survey.\r\n
\r\n\r\nexport.answers.label
\r\nThe default label for export.answers.url.\r\n
\r\n\r\nexport.questions.url
\r\nThe URL to create a tab delimited file containing all of the questions in this survey.\r\n
\r\n\r\nexport.questions.label
\r\nThe default label for export.questions.url.\r\n
\r\n\r\nexport.responses.url
\r\nThe URL to create a tab delimited file containing all of the responses to the questions in this survey.\r\n
\r\n\r\nexport.responses.label
\r\nThe default label for export.responses.url\r\n
\r\n\r\nexport.composite.url
\r\nThe URL to create a tab delimited file containing a composite view of all of the data in this survey.\r\n
\r\n\r\nexport.composite.label
\r\nThe default label for export.composite.url.\r\n
\r\n\r\nreport.gradebook.url
\r\nThe URL to view the gradebook report for this quiz.\r\n
\r\n\r\nreport.gradebook.label
\r\nThe default label for report.gradebook.url.\r\n
\r\n\r\nreport.overview.url
\r\nThe URL to view statistical overview report for this survey.\r\n
\r\n\r\nreport.overview.label
\r\nThe default label for report.overview.url.\r\n
\r\n\r\nsurvey.url
\r\nThe URL to view the survey. Usually used to get back to the survey after looking at a report.\r\n
\r\n\r\nsurvey.label
\r\nThe default label for survey.url.\r\n
\r\n',1078223067,NULL); -INSERT INTO international VALUES (6,'MessageBoard',1,'Edit Message Board',1031514049,NULL); -INSERT INTO international VALUES (6,'MessageBoard',4,'Editar Tablero de Mensajes',1065116916,NULL); -INSERT INTO international VALUES (6,'MessageBoard',5,'Modificar quadro de mensagens',1031510000,NULL); -INSERT INTO international VALUES (6,'Poll',1,'Question',1031514049,NULL); -INSERT INTO international VALUES (6,'Poll',4,'Pregunta',1065116979,NULL); -INSERT INTO international VALUES (6,'Poll',5,'Questão',1031510000,NULL); -INSERT INTO international VALUES (6,'SiteMap',1,'Indent',1031514049,NULL); -INSERT INTO international VALUES (6,'SiteMap',5,'Destaque',1031510000,NULL); -INSERT INTO international VALUES (12,'EventsCalendar',2,'Veranstaltungskalender bearbeiten',1040644246,NULL); -INSERT INTO international VALUES (20,'FileManager',3,'Breek pagina af na',1039783664,NULL); -INSERT INTO international VALUES (71,'WSClient',1,'A Web Services Client allows a user to query data from any SOAP server to which they have access. This wobject is in development status and should not be made accessible to un-trusted site administratores.
\n\nSOAP URI/WSDLhttp://mydomain.com/cgi-bin/soaplistener.pl\n\nSOAP Method/Call\'userid\' => \'12\', companyid => \'^FormParam(\"companyid\"); Whether you need to use scalar, hash or array is entirely dependent on what your SOAP service expects as input. Likewise, what you get back is entirely dependent on what the service deems to return.\'.\n\nExecute by default?\r\n\r\ncallback.url
\r\nThe url to the calling object such as an article or a user submission.\r\n
\r\n\r\ncallback.label
\r\nThe default label for callback.url\r\n
\r\n\r\nuser.canpost
\r\nA condition indicating whether the current user can post a new message.\r\n
\r\n\r\nuser.isVisitor
\r\nA condition indicating whether the current user is a visitor.\r\n
\r\n\r\nuser.isModerator
\r\nA condition indicating whether the current user is a moderator.\r\n
\r\n\r\nuser.isSubscribed
\r\nA condition indicating whether the current user is subscribed to this thread.\r\n
\r\n\r\nthread.layout.nested.label
\r\nThe default label for thread.layout.nested.url.\r\n
\r\n\r\nthread.layout.nested.url
\r\nA url that will change the layout of the thread to nested.\r\n
\r\n\r\nthread.layout.flat.url
\r\nA url that will change the layout of the thread to flat.\r\n
\r\n\r\nthread.layout.flat.label
\r\nThe default label for thread.layout.flat.url.\r\n
\r\n\r\nthread.layout.threaded.label
\r\nThe default label for thread.layout.threaded.url.\r\n
\r\n\r\nthread.layout.threaded.url
\r\nA url that will change the layout of the thread to threaded.\r\n
\r\n\r\nthread.layout.isThreaded
\r\nA condition indicating whether the thread layout is threaded.\r\n
\r\n\r\nthread.layout.isNested
\r\nA condition indicationg whether the thread layout is nested.\r\n
\r\n\r\nthread.layout.isFlat
\r\nA condition indicationg whether the thread layout is flat.\r\n
\r\n\r\nthread.subscribe.url
\r\nA url that will subscribe the current user to this thread.\r\n
\r\n\r\nthread.subscribe.label
\r\nThe default label for thread.subscribe.url.\r\n
\r\n\r\nthread.unsubscribe.url
\r\nA url that will unsubscribe the current user from this thread.\r\n
\r\n\r\nthread.unsubscribe.label
\r\nThe default label for thread.unsubscribe.url.\r\n
\r\n\r\nthread.isSticky
\r\nA condition indicating whether the thread is sticky.\r\n
\r\n\r\nthread.stick.url
\r\nA url that will make this thread sticky.\r\n
\r\n\r\nthread.stick.label
\r\nThe default label for thread.stick.url.\r\n
\r\n\r\nthread.unstick.url
\r\nA url that will make a sticky thread unstick.\r\n
\r\n\r\nthread.unstick.label
\r\nThe default label for thread.unstick.url.\r\n
\r\n\r\nthread.isLocked
\r\nA condition indicating whether this thread is locked.\r\n
\r\n\r\nthread.lock.url
\r\nA url that will lock this thread.\r\n
\r\n\r\nthread.lock.label
\r\nThe default label for thread.lock.url.\r\n
\r\n\r\nthread.unlock.url
\r\nA url that will unlock this thread.\r\n
\r\n\r\nthread.unlock.label
\r\nThe default label for thread.unlock.url.\r\n
\r\n\r\npost_loop
\r\nA loop containing all the posts in this thread.\r\n
\r\n\r\n
\r\n\r\npost.indent_loop\r\n\r\n
\r\nA loop to be used for indenting.\r\n\r\n
\r\ndepth\r\n
\r\nAn integer indicating the depth. Not really useful, just hear to fill out the loop.\r\n\r\n\r\npost.indent.depth
\r\nAn integer indicating how many levels deep this post is.\r\n\r\n\r\npost.isCurrent
\r\nA condition indicating whether this post is the one selected for viewing by the user.\r\n\r\n\r\nNOTE: All of the variables from the post template are also available here.\r\n\r\n
\r\n\r\nthread.subject.label
\r\nThe default label for subjects.\r\n
\r\n\r\nthread.date.label
\r\nThe default label for dates.\r\n
\r\n\r\nthread.user.label
\r\nThe default label for authors.\r\n
\r\n\r\nthread.new.url
\r\nA url to create a new url.\r\n
\r\n\r\nthread.new.label
\r\nThe default label for thread.new.url.\r\n
\r\n\r\nthread.previous.url
\r\nA url that will display the previous thread.\r\n
\r\n\r\nthread.previous.label
\r\nThe default label for thread.previous.url.\r\n
\r\n\r\nthread.next.url
\r\nA url that will display the next thread.\r\n
\r\n\r\nthread.next.label
\r\nThe default label for thread.next.url.\r\n
\r\n\r\nthread.list.url\r\nA url to take the user back to the thread list (aka the forum).\r\n
\r\n\r\nthread.list.label
\r\nThe default label for thread.list.url.\r\n
\r\n\r\nforum.title
\r\nThe title of this forum as passed by the calling object.\r\n
\r\n\r\nforum.description
\r\nThe description of this forum as passed by the calling object.\r\n
\r\n\r\n',1068919471,NULL);
-INSERT INTO international VALUES (12,'SQLReport',2,'Fehler: Datenbankverbindung konnte nicht aufgebaut werden.',1040649187,NULL);
-INSERT INTO international VALUES (7,'Poll',1,'Answers',1031514049,NULL);
-INSERT INTO international VALUES (7,'Poll',4,'Respuestas',1065117069,NULL);
-INSERT INTO international VALUES (7,'Poll',5,'Respostas',1031510000,NULL);
-INSERT INTO international VALUES (16,'FileManager',3,'Upload datum',1038487525,NULL);
-INSERT INTO international VALUES (1080,'WebGUI',1,'Use admin style?',1073161583,'A label asking the user if they want to use a seperate admin style from the main page style.');
-INSERT INTO international VALUES (15,'FileManager',3,'Beschrijving',1038487513,NULL);
-INSERT INTO international VALUES (560,'WebGUI',1,'Approved',1031514049,NULL);
-INSERT INTO international VALUES (560,'WebGUI',4,'Aprobado',1065306931,NULL);
-INSERT INTO international VALUES (560,'WebGUI',5,'Aprovado',1031510000,NULL);
-INSERT INTO international VALUES (14,'FileManager',3,'Bestand',1038487506,NULL);
-INSERT INTO international VALUES (7,'WebGUI',1,'Manage users.',1031514049,NULL);
-INSERT INTO international VALUES (7,'WebGUI',4,'Gestionar usuarios.',1065273389,NULL);
-INSERT INTO international VALUES (7,'WebGUI',5,'Organizar utilizadores.',1031510000,NULL);
-INSERT INTO international VALUES (8,'Article',1,'Link URL',1031514049,NULL);
-INSERT INTO international VALUES (8,'Article',4,'URL del Enlace',1065117161,NULL);
-INSERT INTO international VALUES (8,'Article',5,'URL da hiperlink',1031510000,NULL);
-INSERT INTO international VALUES (8,'EventsCalendar',1,'Recurs every',1031514049,NULL);
-INSERT INTO international VALUES (8,'EventsCalendar',4,'Se repite cada',1065117127,NULL);
-INSERT INTO international VALUES (8,'EventsCalendar',5,'Repetição',1031510000,NULL);
-INSERT INTO international VALUES (12,'FileManager',3,'Weet u zeker dat u dit bestand wilt verwijderen?',1039741211,NULL);
-INSERT INTO international VALUES (91,'USS',1,'URL',1031514049,NULL);
-INSERT INTO international VALUES (91,'USS',4,'URL',1065117229,NULL);
-INSERT INTO international VALUES (91,'USS',5,'URL',1031510000,NULL);
-INSERT INTO international VALUES (12,'USS',2,'(Bitte deaktivieren, wenn Ihr Beitrag in HTML geschrieben ist)',1040649805,NULL);
-INSERT INTO international VALUES (11,'FileManager',3,'Nieuw bestand toevoegen',1039741190,NULL);
-INSERT INTO international VALUES (8,'Poll',1,'(Enter one answer per line. No more than 20.)',1031514049,NULL);
-INSERT INTO international VALUES (8,'Poll',4,'(Introduzca una respuesta por línea. No más de 20.)',1065117221,NULL);
-INSERT INTO international VALUES (8,'Poll',5,'(Introduza uma resposta por linha. Não passe das 20.)',1031510000,NULL);
-INSERT INTO international VALUES (10,'FileManager',3,'Bewerk Bestand',1039741172,NULL);
-INSERT INTO international VALUES (8,'SQLReport',1,'Edit SQL Report',1031514049,NULL);
-INSERT INTO international VALUES (8,'SQLReport',4,'Editar Informe SQL',1065117190,NULL);
-INSERT INTO international VALUES (8,'SQLReport',5,'Modificar o relaório SQL',1031510000,NULL);
-INSERT INTO international VALUES (9,'FileManager',3,'Bewerk bestandsbeheer',1038487725,NULL);
-INSERT INTO international VALUES (561,'WebGUI',1,'Denied',1031514049,NULL);
-INSERT INTO international VALUES (561,'WebGUI',4,'Denegado',1065306938,NULL);
-INSERT INTO international VALUES (561,'WebGUI',5,'Negado',1031510000,NULL);
-INSERT INTO international VALUES (8,'WebGUI',1,'View page not found.',1031514049,NULL);
-INSERT INTO international VALUES (8,'WebGUI',4,'Ver página no encontrada.',1065117178,NULL);
-INSERT INTO international VALUES (8,'WebGUI',5,'Ver página não encontrada.',1031510000,NULL);
-INSERT INTO international VALUES (12,'WebGUI',2,'Editieren abschalten.',1050568811,NULL);
-INSERT INTO international VALUES (8,'FileManager',3,'Korte Omschrijving',1038487642,NULL);
-INSERT INTO international VALUES (9,'Article',1,'Attachment',1031514049,NULL);
-INSERT INTO international VALUES (9,'Article',4,'Adjuntar',1065117368,NULL);
-INSERT INTO international VALUES (9,'Article',5,'Anexar',1031510000,NULL);
-INSERT INTO international VALUES (9,'EventsCalendar',1,'until',1031514049,NULL);
-INSERT INTO international VALUES (9,'EventsCalendar',4,'hasta',1065117302,NULL);
-INSERT INTO international VALUES (9,'EventsCalendar',5,'até',1031510000,NULL);
-INSERT INTO international VALUES (13,'Article',2,'Löschen',1040597823,NULL);
-INSERT INTO international VALUES (7,'FileManager',3,'Groep die mag downloaden',1038487619,NULL);
-INSERT INTO international VALUES (83,'USS',1,'Add a new question.',1031514049,NULL);
-INSERT INTO international VALUES (83,'USS',4,'Agregar una nueva pregunta.',1065117362,NULL);
-INSERT INTO international VALUES (83,'USS',5,'Adicionar nova questão.',1031510000,NULL);
-INSERT INTO international VALUES (728,'WebGUI',1,'Are you certain you wish to delete this file?',1031514049,NULL);
-INSERT INTO international VALUES (6,'FileManager',3,'Bestand',1039741252,NULL);
-INSERT INTO international VALUES (5,'FileManager',3,'Bestandstitel',1038487583,NULL);
-INSERT INTO international VALUES (9,'Poll',1,'Edit Poll',1031514049,NULL);
-INSERT INTO international VALUES (9,'Poll',4,'Editar Encuesta',1065117337,NULL);
-INSERT INTO international VALUES (9,'Poll',5,'Modificar sondagem',1031510000,NULL);
-INSERT INTO international VALUES (3,'FileManager',3,'Doorgaan met bestand toevoegen?',1038487572,NULL);
-INSERT INTO international VALUES (8,'Auth/WebGUI',1,'Your Password Has Expired',1071507773,'');
-INSERT INTO international VALUES (13,'EventsCalendar',2,'Veranstaltung bearbeiten',1040644259,NULL);
-INSERT INTO international VALUES (562,'WebGUI',1,'Pending',1031514049,NULL);
-INSERT INTO international VALUES (562,'WebGUI',4,'Pendiente',1065306960,NULL);
-INSERT INTO international VALUES (562,'WebGUI',5,'Pendente',1031510000,NULL);
-INSERT INTO international VALUES (1,'FileManager',3,'Download Manager',1038487478,NULL);
-INSERT INTO international VALUES (9,'WebGUI',1,'View clipboard.',1031514049,NULL);
-INSERT INTO international VALUES (9,'WebGUI',4,'Ver portapapeles.',1065117314,NULL);
-INSERT INTO international VALUES (9,'WebGUI',5,'Ver o clipboard.',1031510000,NULL);
-INSERT INTO international VALUES (10,'Article',1,'Convert carriage returns?',1031514049,NULL);
-INSERT INTO international VALUES (10,'Article',4,'Convertir saltos de línea?',1039818142,NULL);
-INSERT INTO international VALUES (10,'Article',5,'Converter o caracter de retorno (CR) ?',1031510000,NULL);
-INSERT INTO international VALUES (89,'USS',2,'Neuen Link hinzufügen',1040644996,NULL);
-INSERT INTO international VALUES (577,'WebGUI',2,'Antworten',1041629793,NULL);
-INSERT INTO international VALUES (28,'Article',3,'Bekijk reacties',1037903267,NULL);
-INSERT INTO international VALUES (84,'USS',1,'Edit Question',1031514049,NULL);
-INSERT INTO international VALUES (84,'USS',4,'Editar Pregunta',1065117542,NULL);
-INSERT INTO international VALUES (84,'USS',5,'Modificar questão',1031510000,NULL);
-INSERT INTO international VALUES (394,'WebGUI',2,' Verwalten: Uploads',1040640559,NULL);
-INSERT INTO international VALUES (6,'Article',10,'Billede',1031510000,NULL);
-INSERT INTO international VALUES (4,'Article',10,'Til dato',1031510000,NULL);
-INSERT INTO international VALUES (3,'Article',10,'Fra dato',1031510000,NULL);
-INSERT INTO international VALUES (77,'MessageBoard',1,'Edit Forum',1066061199,'A title for the forum editing page.');
-INSERT INTO international VALUES (10,'Poll',1,'Reset votes.',1031514049,NULL);
-INSERT INTO international VALUES (10,'Poll',5,'Reinicializar os votos.',1031510000,NULL);
-INSERT INTO international VALUES (23,'Article',3,'Datum',1037903242,NULL);
-INSERT INTO international VALUES (24,'Article',3,'Post reactie',1037903252,NULL);
-INSERT INTO international VALUES (10,'SQLReport',1,'Debug: Error: The SQL specified is of an improper format.',1031514049,NULL);
-INSERT INTO international VALUES (10,'SQLReport',4,'Error: El SQL especificado está en un formato incorrecto.',1065117532,NULL);
-INSERT INTO international VALUES (10,'SQLReport',5,'Erro: O SQL especificado tem um formato impróprio.',1031510000,NULL);
-INSERT INTO international VALUES (22,'Article',3,'Auteur',1037903234,NULL);
-INSERT INTO international VALUES (563,'WebGUI',1,'Default Status',1031514049,NULL);
-INSERT INTO international VALUES (563,'WebGUI',4,'Estado por Defecto',1065307027,NULL);
-INSERT INTO international VALUES (563,'WebGUI',5,'Estado por defeito',1031510000,NULL);
-INSERT INTO international VALUES (894,'WebGUI',3,'Discussie toelaten?',1037903226,NULL);
-INSERT INTO international VALUES (10,'WebGUI',1,'Manage trash.',1031514049,NULL);
-INSERT INTO international VALUES (10,'WebGUI',4,'Gestionar papelera.',1065117519,NULL);
-INSERT INTO international VALUES (10,'WebGUI',5,'Ver o caixote do lixo.',1031510000,NULL);
-INSERT INTO international VALUES (11,'Article',1,'(Select \"Yes\" only if you aren\'t adding <br> manually.)',1031514049,NULL);
-INSERT INTO international VALUES (11,'Article',4,'(Seleccione \"Si\" solamente si no está añadiendo <br> manualmente.)',1065170408,NULL);
-INSERT INTO international VALUES (11,'Article',5,'(escolher se não adicionar <br> manualmente.)',1031510000,NULL);
-INSERT INTO international VALUES (590,'WebGUI',10,'Sprog ID',1037205552,NULL);
-INSERT INTO international VALUES (589,'WebGUI',10,'Redigér sprog.',1037205536,NULL);
-INSERT INTO international VALUES (58,'Product',1,'Edit Product Template',1031514049,NULL);
-INSERT INTO international VALUES (707,'WebGUI',1,'Show debugging?',1031514049,NULL);
-INSERT INTO international VALUES (78,'EventsCalendar',1,'Don\'t delete anything, I made a mistake.',1031514049,NULL);
-INSERT INTO international VALUES (780,'WebGUI',1,'File',1036912946,NULL);
-INSERT INTO international VALUES (2,'EventsCalendar',6,'Händelsekalender',1032259717,NULL);
-INSERT INTO international VALUES (1,'WebGUI',6,'Lägg till innehåll...',1031648961,NULL);
-INSERT INTO international VALUES (1,'USS',6,'Vem kan validera?',1031510000,NULL);
-INSERT INTO international VALUES (772,'WebGUI',1,'Edit File',1036893140,NULL);
-INSERT INTO international VALUES (1053,'WebGUI',1,'Manage Replacements',1066419031,'A heading for the replacement listings page.');
-INSERT INTO international VALUES (1045,'WebGUI',1,'Nested',1066405110,'A label indicating the layout of a forum thread.');
-INSERT INTO international VALUES (767,'WebGUI',1,'Collateral Id',1036892929,NULL);
-INSERT INTO international VALUES (11,'SQLReport',1,'Debug: Error: There was a problem with the query.',1031514049,NULL);
-INSERT INTO international VALUES (11,'SQLReport',4,'Error: Hay un problema con la consulta.',1065170433,NULL);
-INSERT INTO international VALUES (11,'SQLReport',5,'Erro: Houve um problema com a query.',1031510000,NULL);
-INSERT INTO international VALUES (391,'WebGUI',2,'Anhang löschen',1041631989,NULL);
-INSERT INTO international VALUES (1,'SQLReport',6,'SQL Rapport',1031510000,NULL);
-INSERT INTO international VALUES (1,'Poll',6,'Fråga',1031510000,NULL);
-INSERT INTO international VALUES (763,'WebGUI',1,'Add a snippet.',1036892785,NULL);
-INSERT INTO international VALUES (11,'WebGUI',1,'Empy trash.',1031514049,NULL);
-INSERT INTO international VALUES (11,'WebGUI',4,'Vaciar papelera.',1065170424,NULL);
-INSERT INTO international VALUES (11,'WebGUI',5,'Esvaziar o caixote do lixo.',1031510000,NULL);
-INSERT INTO international VALUES (355,'WebGUI',3,'Standaard',1038529857,NULL);
-INSERT INTO international VALUES (12,'Article',1,'Edit Article',1031514049,NULL);
-INSERT INTO international VALUES (12,'Article',4,'Editar Artículo',1065170580,NULL);
-INSERT INTO international VALUES (12,'Article',5,'Modificar artigo',1031510000,NULL);
-INSERT INTO international VALUES (354,'WebGUI',3,'Bekijk berichten log.',1038529850,NULL);
-INSERT INTO international VALUES (12,'EventsCalendar',1,'Edit Events Calendar',1031514049,NULL);
-INSERT INTO international VALUES (12,'EventsCalendar',4,'Editar Calendario de Eventos',1065170468,NULL);
-INSERT INTO international VALUES (12,'EventsCalendar',5,'Modificar calendário de eventos',1031510000,NULL);
-INSERT INTO international VALUES (90,'USS',1,'Edit Link',1031514049,NULL);
-INSERT INTO international VALUES (90,'USS',4,'Editar Enlace',1065170576,NULL);
-INSERT INTO international VALUES (90,'USS',5,'Modificar hiperlink',1031510000,NULL);
-INSERT INTO international VALUES (353,'WebGUI',3,'U heeft nu geen berichten log toevoegingen.',1038529844,NULL);
-INSERT INTO international VALUES (807,'WebGUI',1,'Manage the groups in this group.',1037579473,NULL);
-INSERT INTO international VALUES (352,'WebGUI',3,'Datum van toevoeging',1038529833,NULL);
-INSERT INTO international VALUES (12,'SQLReport',1,'Debug: Error: Could not connect to the database.',1031514049,NULL);
-INSERT INTO international VALUES (12,'SQLReport',4,'Error: No se puede conectar a la base de datos.',1065170572,NULL);
-INSERT INTO international VALUES (12,'SQLReport',5,'Erro: Não é possível ligar á base de dados.',1031510000,NULL);
-INSERT INTO international VALUES (702,'WebGUI',10,'måned(er)',1036855955,NULL);
-INSERT INTO international VALUES (350,'WebGUI',3,'Gereed',1038529818,NULL);
-INSERT INTO international VALUES (351,'WebGUI',3,'Bericht',1038529825,NULL);
-INSERT INTO international VALUES (12,'USS',1,'(Uncheck if you\'re writing an HTML submission.)',1031514049,NULL);
-INSERT INTO international VALUES (12,'USS',4,'(Desmarque si está escribiendo una contribución en HTML.)',1065170538,NULL);
-INSERT INTO international VALUES (12,'USS',5,'(deixar em branco se a submissão for em HTML.)',1031510000,NULL);
-INSERT INTO international VALUES (388,'WebGUI',2,'Upload Datum',1041631980,NULL);
-INSERT INTO international VALUES (12,'WebGUI',1,'Turn admin off.',1031514049,NULL);
-INSERT INTO international VALUES (12,'WebGUI',4,'Desactivar la Barra de Administración',1065170508,NULL);
-INSERT INTO international VALUES (12,'WebGUI',5,'Desligar o modo administrativo.',1031510000,NULL);
-INSERT INTO international VALUES (349,'WebGUI',3,'Laatst beschikbare versie',1038529800,NULL);
-INSERT INTO international VALUES (13,'Article',1,'Delete',1031514049,NULL);
-INSERT INTO international VALUES (13,'Article',4,'Eliminar',1065170667,NULL);
-INSERT INTO international VALUES (13,'Article',5,'Apagar',1031510000,NULL);
-INSERT INTO international VALUES (348,'WebGUI',3,'Naam',1038529792,NULL);
-INSERT INTO international VALUES (13,'EventsCalendar',1,'Edit Event',1031514049,NULL);
-INSERT INTO international VALUES (13,'EventsCalendar',4,'Editar Evento',1065170588,NULL);
-INSERT INTO international VALUES (13,'EventsCalendar',5,'Modificar evento',1031510000,NULL);
-INSERT INTO international VALUES (387,'WebGUI',2,'Upload von',1040399607,NULL);
-INSERT INTO international VALUES (89,'USS',1,'Add a new link.',1031514049,NULL);
-INSERT INTO international VALUES (89,'USS',4,'Añadir un nuevo enlace.',1065170673,NULL);
-INSERT INTO international VALUES (89,'USS',5,'Adicionar nova hiperlink.',1031510000,NULL);
-INSERT INTO international VALUES (385,'WebGUI',2,'Parameter',1041631959,NULL);
-INSERT INTO international VALUES (347,'WebGUI',3,'Bekijk profiel van',1038529785,NULL);
-INSERT INTO international VALUES (577,'WebGUI',1,'Post Reply',1031514049,NULL);
-INSERT INTO international VALUES (577,'WebGUI',4,'Responder',1065542982,NULL);
-INSERT INTO international VALUES (577,'WebGUI',5,'Responder',1031510000,NULL);
-INSERT INTO international VALUES (13,'USS',1,'Date Submitted',1031514049,NULL);
-INSERT INTO international VALUES (13,'USS',4,'Fecha de Contribución',1065170636,NULL);
-INSERT INTO international VALUES (13,'USS',5,'Data de submissão',1031510000,NULL);
-INSERT INTO international VALUES (386,'WebGUI',2,'Grafik bearbeiten',1041631972,NULL);
-INSERT INTO international VALUES (13,'WebGUI',1,'View help index.',1031514049,NULL);
-INSERT INTO international VALUES (13,'WebGUI',4,'Ver índice de la ayuda.',1065170609,NULL);
-INSERT INTO international VALUES (13,'WebGUI',5,'Ver o indice da ajuda.',1031510000,NULL);
-INSERT INTO international VALUES (761,'WebGUI',1,'Add an image.',1036892765,NULL);
-INSERT INTO international VALUES (384,'WebGUI',2,'Datei',1041631951,NULL);
-INSERT INTO international VALUES (516,'WebGUI',1,'Turn Admin On!',1031514049,NULL);
-INSERT INTO international VALUES (517,'WebGUI',1,'Turn Admin Off!',1031514049,NULL);
-INSERT INTO international VALUES (515,'WebGUI',1,'Add edit stamp to posts?',1031514049,NULL);
-INSERT INTO international VALUES (14,'USS',1,'Status',1031514049,NULL);
-INSERT INTO international VALUES (14,'USS',4,'Estado',1065170698,NULL);
-INSERT INTO international VALUES (14,'USS',5,'Estado',1031510000,NULL);
-INSERT INTO international VALUES (346,'WebGUI',3,'Deze gebruiker in geen lid meer van onze site. We hebben geen informatie meer over deze gebruiker.',1038529778,NULL);
-INSERT INTO international VALUES (14,'WebGUI',1,'View pending submissions.',1031514049,NULL);
-INSERT INTO international VALUES (14,'WebGUI',4,'Ver contribuciones pendientes.',1065170693,NULL);
-INSERT INTO international VALUES (14,'WebGUI',5,'Ver submissões pendentes.',1031510000,NULL);
-INSERT INTO international VALUES (345,'WebGUI',3,'Geen lid',1038529764,NULL);
-INSERT INTO international VALUES (343,'WebGUI',3,'Bekijk profiel.',1038529754,NULL);
-INSERT INTO international VALUES (15,'USS',1,'Edit/Delete',1031514049,NULL);
-INSERT INTO international VALUES (15,'USS',4,'Editar/Eliminar',1065170720,NULL);
-INSERT INTO international VALUES (15,'USS',5,'Modificar/Apagar',1031510000,NULL);
-INSERT INTO international VALUES (15,'WebGUI',1,'January',1031514049,NULL);
-INSERT INTO international VALUES (15,'WebGUI',4,'Enero',1065170715,NULL);
-INSERT INTO international VALUES (15,'WebGUI',5,'Janeiro',1031510000,NULL);
-INSERT INTO international VALUES (379,'WebGUI',2,'Gruppen ID',1041631943,NULL);
-INSERT INTO international VALUES (342,'WebGUI',3,'Bewerk account informatie.',1038529747,NULL);
-INSERT INTO international VALUES (341,'WebGUI',3,'Bewerk profiel.',1038529738,NULL);
-INSERT INTO international VALUES (16,'USS',1,'Untitled',1031514049,NULL);
-INSERT INTO international VALUES (16,'USS',4,'Sin título',1065170746,NULL);
-INSERT INTO international VALUES (16,'USS',5,'Sem titulo',1031510000,NULL);
-INSERT INTO international VALUES (340,'WebGUI',3,'Vrouw',1038529731,NULL);
-INSERT INTO international VALUES (16,'WebGUI',1,'February',1031514049,NULL);
-INSERT INTO international VALUES (16,'WebGUI',4,'Febrero',1065170741,NULL);
-INSERT INTO international VALUES (16,'WebGUI',5,'Fevereiro',1031510000,NULL);
-INSERT INTO international VALUES (339,'WebGUI',3,'Man',1038529719,NULL);
-INSERT INTO international VALUES (338,'WebGUI',3,'Bewerk profiel',1038529712,NULL);
-INSERT INTO international VALUES (17,'USS',1,'Are you certain you wish to delete this submission?',1031514049,NULL);
-INSERT INTO international VALUES (17,'USS',4,'Está seguro de querer eliminar esta contribución?',1065170786,NULL);
-INSERT INTO international VALUES (17,'USS',5,'Tem a certeza que quer apagar esta submissão?',1031510000,NULL);
-INSERT INTO international VALUES (337,'WebGUI',3,'Home pagina URL',1038529705,NULL);
-INSERT INTO international VALUES (17,'WebGUI',1,'March',1031514049,NULL);
-INSERT INTO international VALUES (17,'WebGUI',4,'Marzo',1065170774,NULL);
-INSERT INTO international VALUES (17,'WebGUI',5,'Março',1031510000,NULL);
-INSERT INTO international VALUES (336,'WebGUI',3,'Geboortedatum',1038529695,NULL);
-INSERT INTO international VALUES (59,'USS',1,'Next Submission',1031514049,NULL);
-INSERT INTO international VALUES (335,'WebGUI',3,'Geslacht',1038529629,NULL);
-INSERT INTO international VALUES (18,'USS',1,'Edit User Submission System',1031514049,NULL);
-INSERT INTO international VALUES (18,'USS',4,'Editar Sistema de Contribución de Usuarios',1065170800,NULL);
-INSERT INTO international VALUES (18,'USS',5,'Modificar sistema de submissão do utilizador',1031510000,NULL);
-INSERT INTO international VALUES (334,'WebGUI',3,'Werk telefoon',1038529603,NULL);
-INSERT INTO international VALUES (18,'WebGUI',1,'April',1031514049,NULL);
-INSERT INTO international VALUES (18,'WebGUI',4,'Abril',1065170794,NULL);
-INSERT INTO international VALUES (18,'WebGUI',5,'Abril',1031510000,NULL);
-INSERT INTO international VALUES (333,'WebGUI',3,'Werk land',1038529597,NULL);
-INSERT INTO international VALUES (1016,'WebGUI',1,'Replies',1031514049,NULL);
-INSERT INTO international VALUES (1016,'WebGUI',4,'Respuestas',1031510000,NULL);
-INSERT INTO international VALUES (1016,'WebGUI',5,'Respostas',1031510000,NULL);
-INSERT INTO international VALUES (19,'USS',1,'Edit Submission',1031514049,NULL);
-INSERT INTO international VALUES (19,'USS',4,'Editar Contribución',1065170859,NULL);
-INSERT INTO international VALUES (19,'USS',5,'Modificar submissão',1031510000,NULL);
-INSERT INTO international VALUES (332,'WebGUI',3,'Werk postcode',1038529591,NULL);
-INSERT INTO international VALUES (19,'WebGUI',1,'May',1031514049,NULL);
-INSERT INTO international VALUES (19,'WebGUI',4,'Mayo',1065170855,NULL);
-INSERT INTO international VALUES (19,'WebGUI',5,'Maio',1031510000,NULL);
-INSERT INTO international VALUES (331,'WebGUI',3,'Werk staat',1038529585,NULL);
-INSERT INTO international VALUES (1017,'WebGUI',1,'Last Reply',1031514049,NULL);
-INSERT INTO international VALUES (1017,'WebGUI',4,'Última respuesta',1031510000,NULL);
-INSERT INTO international VALUES (1017,'WebGUI',5,'Ultima resposta',1031510000,NULL);
-INSERT INTO international VALUES (20,'USS',1,'Post New Submission',1031514049,NULL);
-INSERT INTO international VALUES (20,'USS',4,'Enviar Nueva Contribución',1065170912,NULL);
-INSERT INTO international VALUES (20,'USS',5,'Colocar nova submissão',1031510000,NULL);
-INSERT INTO international VALUES (330,'WebGUI',3,'Werk stad',1038529579,NULL);
-INSERT INTO international VALUES (20,'WebGUI',1,'June',1031514049,NULL);
-INSERT INTO international VALUES (20,'WebGUI',4,'Junio',1065170899,NULL);
-INSERT INTO international VALUES (20,'WebGUI',5,'Junho',1031510000,NULL);
-INSERT INTO international VALUES (21,'USS',1,'Submitted By',1031514049,NULL);
-INSERT INTO international VALUES (21,'USS',4,'Contribuido Por',1065210935,NULL);
-INSERT INTO international VALUES (21,'USS',5,'Submetido por',1031510000,NULL);
-INSERT INTO international VALUES (329,'WebGUI',3,'Werk adres',1038529568,NULL);
-INSERT INTO international VALUES (21,'WebGUI',1,'July',1031514049,NULL);
-INSERT INTO international VALUES (21,'WebGUI',4,'Julio',1065210919,NULL);
-INSERT INTO international VALUES (21,'WebGUI',5,'Julho',1031510000,NULL);
-INSERT INTO international VALUES (328,'WebGUI',3,'Thuis telefoon',1038529561,NULL);
-INSERT INTO international VALUES (22,'WebGUI',1,'August',1031514049,NULL);
-INSERT INTO international VALUES (22,'WebGUI',4,'Agosto',1065210976,NULL);
-INSERT INTO international VALUES (22,'WebGUI',5,'Agosto',1031510000,NULL);
-INSERT INTO international VALUES (327,'WebGUI',3,'Thuis land',1038529555,NULL);
-INSERT INTO international VALUES (23,'WebGUI',1,'September',1031514049,NULL);
-INSERT INTO international VALUES (23,'WebGUI',4,'Septiembre',1065210996,NULL);
-INSERT INTO international VALUES (23,'WebGUI',5,'Setembro',1031510000,NULL);
-INSERT INTO international VALUES (572,'WebGUI',1,'Approve',1031514049,NULL);
-INSERT INTO international VALUES (572,'WebGUI',4,'Aprobar',1065313904,NULL);
-INSERT INTO international VALUES (572,'WebGUI',5,'Aprovar',1031510000,NULL);
-INSERT INTO international VALUES (326,'WebGUI',3,'Thuis postcode',1038529549,NULL);
-INSERT INTO international VALUES (24,'WebGUI',1,'October',1031514049,NULL);
-INSERT INTO international VALUES (24,'WebGUI',4,'Octubre',1065211032,NULL);
-INSERT INTO international VALUES (24,'WebGUI',5,'Outubro',1031510000,NULL);
-INSERT INTO international VALUES (381,'WebGUI',2,'WebGUI hat eine verstümmelte Anfrage erhalten und kann nicht weitermachen. Dies kann z. B. durch das Verwenden von Sonderzeichen verursacht worden sein. Nutzen Sie bitte den \"Zurück\" Button Ihres Browsers und versuchen Sie es noch einmal.',1041593305,NULL);
-INSERT INTO international VALUES (325,'WebGUI',3,'Thuis provincie',1038529543,NULL);
-INSERT INTO international VALUES (25,'WebGUI',1,'November',1031514049,NULL);
-INSERT INTO international VALUES (25,'WebGUI',4,'Noviembre',1065211050,NULL);
-INSERT INTO international VALUES (25,'WebGUI',5,'Novembro',1031510000,NULL);
-INSERT INTO international VALUES (574,'WebGUI',1,'Deny',1031514049,NULL);
-INSERT INTO international VALUES (574,'WebGUI',4,'Denegar',1065313955,NULL);
-INSERT INTO international VALUES (574,'WebGUI',5,'Negar',1031510000,NULL);
-INSERT INTO international VALUES (378,'WebGUI',2,'Benutzer ID',1041631784,NULL);
-INSERT INTO international VALUES (324,'WebGUI',3,'Thuis plaats',1038529530,NULL);
-INSERT INTO international VALUES (26,'WebGUI',1,'December',1031514049,NULL);
-INSERT INTO international VALUES (26,'WebGUI',4,'Diciembre',1065211060,NULL);
-INSERT INTO international VALUES (26,'WebGUI',5,'Dezembro',1031510000,NULL);
-INSERT INTO international VALUES (323,'WebGUI',3,'Thuis adres',1038529524,NULL);
-INSERT INTO international VALUES (27,'USS',1,'Edit',1031514049,NULL);
-INSERT INTO international VALUES (27,'USS',4,'Editar',1065211102,NULL);
-INSERT INTO international VALUES (27,'USS',5,'Modificar',1031510000,NULL);
-INSERT INTO international VALUES (322,'WebGUI',3,'Pieper',1038529518,NULL);
-INSERT INTO international VALUES (27,'WebGUI',1,'Sunday',1031514049,NULL);
-INSERT INTO international VALUES (27,'WebGUI',4,'Domingo',1065211097,NULL);
-INSERT INTO international VALUES (27,'WebGUI',5,'Domingo',1031510000,NULL);
-INSERT INTO international VALUES (321,'WebGUI',3,'Mobiel nummer',1038529507,NULL);
-INSERT INTO international VALUES (28,'USS',1,'Return To Submissions List',1031514049,NULL);
-INSERT INTO international VALUES (28,'USS',4,'Volver a Lista de Contribuciones',1065211160,NULL);
-INSERT INTO international VALUES (28,'USS',5,'Voltar á lista de submissões',1031510000,NULL);
-INSERT INTO international VALUES (376,'WebGUI',2,'Paket',1041631935,NULL);
-INSERT INTO international VALUES (28,'WebGUI',1,'Monday',1031514049,NULL);
-INSERT INTO international VALUES (28,'WebGUI',4,'Lunes',1065211131,NULL);
-INSERT INTO international VALUES (28,'WebGUI',5,'Segunda',1031510000,NULL);
-INSERT INTO international VALUES (29,'USS',1,'User Submission System',1031514049,NULL);
-INSERT INTO international VALUES (29,'USS',4,'Sistema de Contribución de Usuarios',1065211232,NULL);
-INSERT INTO international VALUES (29,'USS',5,'Sistema de submissão do utilizador',1031510000,NULL);
-INSERT INTO international VALUES (320,'WebGUI',3,'Yahoo! Messenger Id',1038529500,NULL);
-INSERT INTO international VALUES (29,'WebGUI',1,'Tuesday',1031514049,NULL);
-INSERT INTO international VALUES (29,'WebGUI',4,'Martes',1065211225,NULL);
-INSERT INTO international VALUES (29,'WebGUI',5,'Terça',1031510000,NULL);
-INSERT INTO international VALUES (30,'WebGUI',1,'Wednesday',1031514049,NULL);
-INSERT INTO international VALUES (30,'WebGUI',4,'Miércoles',1065211254,NULL);
-INSERT INTO international VALUES (30,'WebGUI',5,'Quarta',1031510000,NULL);
-INSERT INTO international VALUES (31,'WebGUI',1,'Thursday',1031514049,NULL);
-INSERT INTO international VALUES (31,'WebGUI',4,'Jueves',1065211268,NULL);
-INSERT INTO international VALUES (31,'WebGUI',5,'Quinta',1031510000,NULL);
-INSERT INTO international VALUES (1,'Navigation',1,'nameless root',1077078206,'Option of \"Base page\"');
-INSERT INTO international VALUES (32,'WebGUI',1,'Friday',1031514049,NULL);
-INSERT INTO international VALUES (32,'WebGUI',4,'Viernes',1065211278,NULL);
-INSERT INTO international VALUES (32,'WebGUI',5,'Sexta',1031510000,NULL);
-INSERT INTO international VALUES (319,'WebGUI',3,'MSN Messenger Id',1038529481,NULL);
-INSERT INTO international VALUES (33,'WebGUI',1,'Saturday',1031514049,NULL);
-INSERT INTO international VALUES (33,'WebGUI',4,'Sábado',1065211298,NULL);
-INSERT INTO international VALUES (33,'WebGUI',5,'Sabado',1031510000,NULL);
-INSERT INTO international VALUES (35,'WebGUI',1,'Administrative Function',1031514049,NULL);
-INSERT INTO international VALUES (35,'WebGUI',4,'Funciones Administrativas',1065211338,NULL);
-INSERT INTO international VALUES (35,'WebGUI',5,'Função administrativa',1031510000,NULL);
-INSERT INTO international VALUES (317,'WebGUI',3,'ICQ UIN',1038529449,NULL);
-INSERT INTO international VALUES (318,'WebGUI',3,'AIM Id',1038529464,NULL);
-INSERT INTO international VALUES (36,'WebGUI',1,'You must be an administrator to perform this function. Please contact one of your administrators. ',1058092984,NULL);
-INSERT INTO international VALUES (36,'WebGUI',4,'Debe ser administrador para realizar esta tarea. Por favor, contacte con uno de los administradores.',1065211385,NULL);
-INSERT INTO international VALUES (36,'WebGUI',5,'Função reservada a administradores. Fale com um dos seguintes administradores:',1031510000,NULL);
-INSERT INTO international VALUES (316,'WebGUI',3,'Achternaam',1038529426,NULL);
-INSERT INTO international VALUES (37,'WebGUI',1,'Permission Denied!',1031514049,NULL);
-INSERT INTO international VALUES (37,'WebGUI',4,'Permiso Denegado!',1065211400,NULL);
-INSERT INTO international VALUES (37,'WebGUI',5,'Permissão negada!',1031510000,NULL);
-INSERT INTO international VALUES (38,'WebGUI',5,'\"Não tem privilégios para essa operação. ^a(Identifique-se na entrada); com uma conta que permita essa operação.\"',1031510000,NULL);
-INSERT INTO international VALUES (404,'WebGUI',1,'First Page',1031514049,NULL);
-INSERT INTO international VALUES (38,'WebGUI',4,'No tiene privilegios suficientes para realizar ésta operación. Por favor ^a(conéctese con una cuenta); que tenga los privilegios suficientes antes de intentar ésta operación.',1065211578,NULL);
-INSERT INTO international VALUES (314,'WebGUI',3,'Voornaam',1038529408,NULL);
-INSERT INTO international VALUES (315,'WebGUI',3,'Tussenvoegsel',1038529419,NULL);
-INSERT INTO international VALUES (38,'WebGUI',1,'You do not have sufficient privileges to perform this operation. Please ^a(log in with an account); that has sufficient privileges before attempting this operation.',1031514049,NULL);
-INSERT INTO international VALUES (374,'WebGUI',2,' Verwalten: Pakete',1040640537,NULL);
-INSERT INTO international VALUES (313,'WebGUI',3,'Sta andere informatie toe?',1038529402,NULL);
-INSERT INTO international VALUES (39,'WebGUI',1,'You do not have sufficient privileges to access this page.',1031514049,NULL);
-INSERT INTO international VALUES (39,'WebGUI',4,'No tiene privilegios suficientes para acceder a esta página.',1065211648,NULL);
-INSERT INTO international VALUES (39,'WebGUI',5,'Não tem privilégios para aceder a essa página.',1031510000,NULL);
-INSERT INTO international VALUES (372,'WebGUI',2,'Gruppen eines Benutzers bearbeiten',1041628112,NULL);
-INSERT INTO international VALUES (312,'WebGUI',3,'Sta bedrijfs informatie toe?',1038529396,NULL);
-INSERT INTO international VALUES (40,'WebGUI',1,'Vital Component',1031514049,NULL);
-INSERT INTO international VALUES (40,'WebGUI',4,'Componente Vital',1065211661,NULL);
-INSERT INTO international VALUES (40,'WebGUI',5,'Componente vital',1031510000,NULL);
-INSERT INTO international VALUES (371,'WebGUI',2,'Gruppierung hinzufügen',1041628410,NULL);
-INSERT INTO international VALUES (310,'WebGUI',3,'Sta extra contact informatie toe?',1038529378,NULL);
-INSERT INTO international VALUES (311,'WebGUI',3,'Sta thuis informatie toe?',1038529389,NULL);
-INSERT INTO international VALUES (41,'WebGUI',1,'You\'re attempting to remove a vital component of the WebGUI system. If you were allowed to continue WebGUI may cease to function.',1031514049,NULL);
-INSERT INTO international VALUES (41,'WebGUI',4,'Esta intentando eliminar un componente vital del sistema WebGUI. Si continuase WebGUI podría dejar de funcionar.',1065211755,NULL);
-INSERT INTO international VALUES (41,'WebGUI',5,'Está a tentar remover um componente vital do WebGUI. Se continuar pode haver um erro grave.',1031510000,NULL);
-INSERT INTO international VALUES (42,'WebGUI',1,'Please Confirm',1031514049,NULL);
-INSERT INTO international VALUES (42,'WebGUI',4,'Por Favor Confirme',1065211775,NULL);
-INSERT INTO international VALUES (42,'WebGUI',5,'Confirma',1031510000,NULL);
-INSERT INTO international VALUES (309,'WebGUI',3,'Sta echte naam toe?',1038529366,NULL);
-INSERT INTO international VALUES (43,'WebGUI',1,'Are you certain that you wish to delete this content?',1031514049,NULL);
-INSERT INTO international VALUES (43,'WebGUI',4,'Está seguro de querer eliminar este contenido?',1065211799,NULL);
-INSERT INTO international VALUES (43,'WebGUI',5,'Tem a certeza que quer apagar este conteudo?',1031510000,NULL);
-INSERT INTO international VALUES (368,'WebGUI',2,'Diesem Benutzer eine neue Gruppe hinzufügen.',1041628100,NULL);
-INSERT INTO international VALUES (308,'WebGUI',3,'Bewerk profiel instellingen',1038529358,NULL);
-INSERT INTO international VALUES (44,'WebGUI',1,'Yes, I\'m sure.',1031514049,NULL);
-INSERT INTO international VALUES (44,'WebGUI',4,'Si, estoy seguro.',1065211821,NULL);
-INSERT INTO international VALUES (44,'WebGUI',5,'\"Sim, tenho a certeza.\"',1031510000,NULL);
-INSERT INTO international VALUES (45,'WebGUI',1,'No, I made a mistake.',1031514049,NULL);
-INSERT INTO international VALUES (45,'WebGUI',4,'No, me he equivocado.',1065211844,NULL);
-INSERT INTO international VALUES (45,'WebGUI',5,'\"Não, enganei-me.\"',1031510000,NULL);
-INSERT INTO international VALUES (46,'WebGUI',1,'My Account',1031514049,NULL);
-INSERT INTO international VALUES (46,'WebGUI',4,'Mi Cuenta',1065211856,NULL);
-INSERT INTO international VALUES (46,'WebGUI',5,'Minha Conta',1031510000,NULL);
-INSERT INTO international VALUES (307,'WebGUI',3,'Gebruik standaard metag tags?',1038529351,NULL);
-INSERT INTO international VALUES (47,'WebGUI',1,'Home',1031514049,NULL);
-INSERT INTO international VALUES (47,'WebGUI',4,'Casa',1065211871,NULL);
-INSERT INTO international VALUES (47,'WebGUI',5,'Inicio',1031510000,NULL);
-INSERT INTO international VALUES (48,'WebGUI',1,'Hello',1031514049,NULL);
-INSERT INTO international VALUES (48,'WebGUI',4,'Hola',1065211882,NULL);
-INSERT INTO international VALUES (48,'WebGUI',5,'Ola',1031510000,NULL);
-INSERT INTO international VALUES (304,'WebGUI',3,'Taal',1038529330,NULL);
-INSERT INTO international VALUES (49,'WebGUI',1,'Click here to log out.',1031514049,NULL);
-INSERT INTO international VALUES (49,'WebGUI',4,'Clica aquí para salir.',1065211919,NULL);
-INSERT INTO international VALUES (49,'WebGUI',5,'Clique aqui para sair.',1031510000,NULL);
-INSERT INTO international VALUES (245,'WebGUI',3,'Datum',1038529270,NULL);
-INSERT INTO international VALUES (50,'WebGUI',1,'Username',1031514049,NULL);
-INSERT INTO international VALUES (50,'WebGUI',4,'Usuario',1065213358,NULL);
-INSERT INTO international VALUES (50,'WebGUI',5,'Username',1031510000,NULL);
-INSERT INTO international VALUES (51,'WebGUI',1,'Password',1031514049,NULL);
-INSERT INTO international VALUES (51,'WebGUI',4,'Contraseña',1065215475,NULL);
-INSERT INTO international VALUES (51,'WebGUI',5,'Password',1031510000,NULL);
-INSERT INTO international VALUES (244,'WebGUI',3,'Afzender',1038529263,NULL);
-INSERT INTO international VALUES (52,'WebGUI',1,'login',1031514049,NULL);
-INSERT INTO international VALUES (52,'WebGUI',4,'conectarse',1065215495,NULL);
-INSERT INTO international VALUES (52,'WebGUI',5,'entrar',1031510000,NULL);
-INSERT INTO international VALUES (367,'WebGUI',2,'Verfallsabstand',1045243504,NULL);
-INSERT INTO international VALUES (370,'WebGUI',2,'Gruppierung bearbeiten',1041628329,NULL);
-INSERT INTO international VALUES (369,'WebGUI',2,'Ablaufdatum',1041631927,NULL);
-INSERT INTO international VALUES (240,'WebGUI',3,'Bericht ID:',1038529257,NULL);
-INSERT INTO international VALUES (53,'WebGUI',1,'Make Page Printable',1031514049,NULL);
-INSERT INTO international VALUES (53,'WebGUI',4,'Hacer Página Imprimible',1065306906,NULL);
-INSERT INTO international VALUES (53,'WebGUI',5,'Versão para impressão',1031510000,NULL);
-INSERT INTO international VALUES (54,'WebGUI',1,'Create Account',1031514049,NULL);
-INSERT INTO international VALUES (54,'WebGUI',4,'Crear Cuenta',1065306913,NULL);
-INSERT INTO international VALUES (54,'WebGUI',5,'Criar conta',1031510000,NULL);
-INSERT INTO international VALUES (2,'Auth/WebGUI',1,'Password (confirm)',1071507729,NULL);
-INSERT INTO international VALUES (2,'Auth/WebGUI',4,'Password (confirmar)',1065116352,NULL);
-INSERT INTO international VALUES (2,'Auth/WebGUI',5,'Password (confirmar)',1031510000,NULL);
-INSERT INTO international VALUES (56,'WebGUI',1,'Email Address',1031514049,NULL);
-INSERT INTO international VALUES (56,'WebGUI',4,'Dirección de e-mail',1065306923,NULL);
-INSERT INTO international VALUES (56,'WebGUI',5,'Endereço de e-mail',1031510000,NULL);
-INSERT INTO international VALUES (233,'WebGUI',3,'(einde van bericht)',1038529218,NULL);
-INSERT INTO international VALUES (57,'WebGUI',1,'This is only necessary if you wish to use features that require Email.',1031514049,NULL);
-INSERT INTO international VALUES (57,'WebGUI',4,'Solo es necesario si desea usar opciones que requieran e-mail.',1065542976,NULL);
-INSERT INTO international VALUES (57,'WebGUI',5,'Apenas é necessário se pretender utilizar as funcionalidade que envolvam e-mail.',1031510000,NULL);
-INSERT INTO international VALUES (232,'WebGUI',3,'Geen onderwerp',1038529205,NULL);
-INSERT INTO international VALUES (58,'WebGUI',1,'I already have an account.',1031514049,NULL);
-INSERT INTO international VALUES (58,'WebGUI',4,'Ya tengo una cuenta.',1065542992,NULL);
-INSERT INTO international VALUES (58,'WebGUI',5,'Já tenho uma conta.',1031510000,NULL);
-INSERT INTO international VALUES (59,'WebGUI',1,'I forgot my password.',1031514049,NULL);
-INSERT INTO international VALUES (59,'WebGUI',4,'Olvidé mi contraseña.',1065543008,NULL);
-INSERT INTO international VALUES (59,'WebGUI',5,'Esqueci a minha password.',1031510000,NULL);
-INSERT INTO international VALUES (363,'WebGUI',2,'Position des Templates',1041628296,NULL);
-INSERT INTO international VALUES (229,'WebGUI',3,'Onderwerp',1038529178,NULL);
-INSERT INTO international VALUES (230,'WebGUI',3,'Bericht',1038529190,NULL);
-INSERT INTO international VALUES (231,'WebGUI',3,'Bezig met bericht posten...',1038529198,NULL);
-INSERT INTO international VALUES (60,'WebGUI',1,'Are you certain you want to deactivate your account. If you proceed your account information will be lost permanently.',1031514049,NULL);
-INSERT INTO international VALUES (60,'WebGUI',4,'Está seguro de querer desactivar su cuenta. Si continúa su información se perderá para siempre.',1065543050,NULL);
-INSERT INTO international VALUES (60,'WebGUI',5,'Tem a certeza que quer desativar a sua conta. Se o fizer é permanente!',1061982008,NULL);
-INSERT INTO international VALUES (61,'WebGUI',1,'Update Account Information',1031514049,NULL);
-INSERT INTO international VALUES (61,'WebGUI',4,'Actualizar Información de la Cuenta',1065543065,NULL);
-INSERT INTO international VALUES (61,'WebGUI',5,'Atualizar as informações da conta',1061982021,NULL);
-INSERT INTO international VALUES (62,'WebGUI',1,'save',1031514049,NULL);
-INSERT INTO international VALUES (62,'WebGUI',4,'Guardar',1039817728,NULL);
-INSERT INTO international VALUES (62,'WebGUI',5,'gravar',1031510000,NULL);
-INSERT INTO international VALUES (63,'WebGUI',1,'Turn admin on.',1031514049,NULL);
-INSERT INTO international VALUES (63,'WebGUI',4,'Activar Barra de Administración.',1065543089,NULL);
-INSERT INTO international VALUES (63,'WebGUI',5,'Ligar modo administrativo.',1031510000,NULL);
-INSERT INTO international VALUES (175,'WebGUI',3,'Macro\'s uitvoeren?',1038529122,NULL);
-INSERT INTO international VALUES (64,'WebGUI',1,'Log out.',1031514049,NULL);
-INSERT INTO international VALUES (64,'WebGUI',4,'Cerrar Sesión.',1065543293,NULL);
-INSERT INTO international VALUES (64,'WebGUI',5,'Sair.',1031510000,NULL);
-INSERT INTO international VALUES (364,'WebGUI',2,'Suchen',1041631901,NULL);
-INSERT INTO international VALUES (362,'WebGUI',2,'Nebeneinander',1041631893,NULL);
-INSERT INTO international VALUES (65,'WebGUI',1,'Please deactivate my account permanently.',1031514049,NULL);
-INSERT INTO international VALUES (65,'WebGUI',4,'Por favor, desactive mi cuenta.',1065543794,NULL);
-INSERT INTO international VALUES (65,'WebGUI',5,'Desativar a minha conta permanentemente.',1061982035,NULL);
-INSERT INTO international VALUES (174,'WebGUI',3,'Titel laten zien?',1038529116,NULL);
-INSERT INTO international VALUES (66,'WebGUI',1,'Log In',1031514049,NULL);
-INSERT INTO international VALUES (66,'WebGUI',4,'Iniciar Sesión',1065543814,NULL);
-INSERT INTO international VALUES (66,'WebGUI',5,'Entrar',1031510000,NULL);
-INSERT INTO international VALUES (171,'WebGUI',3,'Rich edit',1038529109,NULL);
-INSERT INTO international VALUES (67,'WebGUI',1,'Create a new account.',1031514049,NULL);
-INSERT INTO international VALUES (67,'WebGUI',4,'Crear una cuenta nueva.',1065543847,NULL);
-INSERT INTO international VALUES (67,'WebGUI',5,'Criar nova conta.',1031510000,NULL);
-INSERT INTO international VALUES (169,'WebGUI',3,'Een nieuwe gebruiker toevoegen.',1038529049,NULL);
-INSERT INTO international VALUES (170,'WebGUI',3,'Zoeken',1038529103,NULL);
-INSERT INTO international VALUES (68,'WebGUI',1,'The account information you supplied is invalid. Either the account does not exist or the username/password combination was incorrect.',1031514049,NULL);
-INSERT INTO international VALUES (68,'WebGUI',4,'La información de su cuenta que proporcionó no es válida. O la cuenta no existe o la combinación usuario/contraseña es incorrecta.',1065543915,NULL);
-INSERT INTO international VALUES (68,'WebGUI',5,'As informações da sua conta não foram encontradas. Não existe ou a combinação username/password está incorrecta.',1031510000,NULL);
-INSERT INTO international VALUES (69,'WebGUI',1,'Please contact your system administrator for assistance.',1031514049,NULL);
-INSERT INTO international VALUES (69,'WebGUI',4,'Por favor contacte con su administrador para que le de soporte.',1065543955,NULL);
-INSERT INTO international VALUES (69,'WebGUI',5,'Contate o seu administrador de sistemas para assistência.',1061982057,NULL);
-INSERT INTO international VALUES (361,'WebGUI',2,'Drei über einem',1041617553,NULL);
-INSERT INTO international VALUES (360,'WebGUI',2,'Einer über drei',1040650631,NULL);
-INSERT INTO international VALUES (357,'WebGUI',2,'Nachrichten',1041631774,NULL);
-INSERT INTO international VALUES (358,'WebGUI',2,'Linke Spalte',1041631833,NULL);
-INSERT INTO international VALUES (168,'WebGUI',3,'Bewerk gebruiker',1038529042,NULL);
-INSERT INTO international VALUES (70,'WebGUI',1,'Error',1031514049,NULL);
-INSERT INTO international VALUES (70,'WebGUI',4,'Error',1065543959,NULL);
-INSERT INTO international VALUES (70,'WebGUI',5,'Erro',1031510000,NULL);
-INSERT INTO international VALUES (71,'WebGUI',1,'Recover password',1031514049,NULL);
-INSERT INTO international VALUES (71,'WebGUI',4,'Recuperar contraseña',1065544172,NULL);
-INSERT INTO international VALUES (71,'WebGUI',5,'Recuperar password',1031510000,NULL);
-INSERT INTO international VALUES (72,'WebGUI',1,'recover',1031514049,NULL);
-INSERT INTO international VALUES (72,'WebGUI',4,'recuperar',1065544178,NULL);
-INSERT INTO international VALUES (72,'WebGUI',5,'recuperar',1061982072,NULL);
-INSERT INTO international VALUES (73,'WebGUI',1,'Log in.',1031514049,NULL);
-INSERT INTO international VALUES (73,'WebGUI',4,'Iniciar sesión.',1065544199,NULL);
-INSERT INTO international VALUES (73,'WebGUI',5,'Entrar.',1031510000,NULL);
-INSERT INTO international VALUES (359,'WebGUI',2,'Rechte Spalte',1041631843,NULL);
-INSERT INTO international VALUES (74,'WebGUI',1,'Account Information',1031514049,NULL);
-INSERT INTO international VALUES (74,'WebGUI',4,'Información de la Cuenta',1065544230,NULL);
-INSERT INTO international VALUES (74,'WebGUI',5,'Informações da sua conta',1031510000,NULL);
-INSERT INTO international VALUES (354,'WebGUI',2,'Posteingang anschauen.',1041601717,NULL);
-INSERT INTO international VALUES (4,'Auth/LDAP',3,'Verbindt DN',1031516049,NULL);
-INSERT INTO international VALUES (167,'WebGUI',3,'Weet u zeker dat u deze gebruiker wilt verwijderen? Alle gebruikersinformatie van deze gebruiker wordt permanent verwijdert als u \"Ja\" kiest.',1038529036,NULL);
-INSERT INTO international VALUES (75,'WebGUI',1,'Your account information has been sent to your email address.',1031514049,NULL);
-INSERT INTO international VALUES (75,'WebGUI',4,'La información de su cuenta se ha enviado a su e-mail.',1065544263,NULL);
-INSERT INTO international VALUES (75,'WebGUI',5,'As informações da sua conta foram envidas para o seu e-mail.',1031510000,NULL);
-INSERT INTO international VALUES (3,'Auth/LDAP',3,'LDAP URL',1031516049,NULL);
-INSERT INTO international VALUES (76,'WebGUI',1,'That email address is not in our databases.',1031514049,NULL);
-INSERT INTO international VALUES (76,'WebGUI',4,'El e-mail no está en nuestra base de datos.',1065544287,NULL);
-INSERT INTO international VALUES (76,'WebGUI',5,'Esse endereço de e-mail não foi encontrado nas nossas bases de dados',1031510000,NULL);
-INSERT INTO international VALUES (356,'WebGUI',2,'Template',1040405929,NULL);
-INSERT INTO international VALUES (355,'WebGUI',2,'Standard',1041630710,NULL);
-INSERT INTO international VALUES (163,'WebGUI',3,'Gebruiker toevoegen',1038528963,NULL);
-INSERT INTO international VALUES (164,'WebGUI',3,'Toegangs controle methode',1038528970,NULL);
-INSERT INTO international VALUES (77,'WebGUI',1,'That account name is already in use by another member of this site. Please try a different username. The following are some suggestions:',1031514049,NULL);
-INSERT INTO international VALUES (77,'WebGUI',4,'El nombre de cuenta ya está en uso por otro miembro del sistema. Por favor pruebe con otro nombre de usuario. Vea algunas sugerencias:',1065544383,NULL);
-INSERT INTO international VALUES (77,'WebGUI',5,'\"Esse nome de conta já existe, tente outro. Veja as nossas sugestões:\"',1031510000,NULL);
-INSERT INTO international VALUES (162,'WebGUI',3,'Weet u zeker dat u alle pagina\'s en wobjects uit de prullenbak definitief wilt vernietigen?',1038528957,NULL);
-INSERT INTO international VALUES (3,'Auth/WebGUI',1,'Your passwords did not match. Please try again.',1071507737,NULL);
-INSERT INTO international VALUES (3,'Auth/WebGUI',4,'Sus contraseñas no concuerdan. Inténtelo de nuevo.',1065116639,NULL);
-INSERT INTO international VALUES (3,'Auth/WebGUI',5,'\"As suas passwords não coincidem, tente novamente.\"',1031510000,NULL);
-INSERT INTO international VALUES (161,'WebGUI',3,'Ingevoerd door',1038528928,NULL);
-INSERT INTO international VALUES (2,'Auth/LDAP',1,'Cannot connect to LDAP server.',1031514049,NULL);
-INSERT INTO international VALUES (2,'Auth/LDAP',4,'No puedo conectar con el servidor LDAP',1065116343,NULL);
-INSERT INTO international VALUES (2,'Auth/LDAP',5,'Impossivel ligar ao LDAP.',1031510000,NULL);
-INSERT INTO international VALUES (160,'WebGUI',3,'Invoer datum',1038528922,NULL);
-INSERT INTO international VALUES (80,'WebGUI',1,'Account created successfully!',1031514049,NULL);
-INSERT INTO international VALUES (80,'WebGUI',4,'La cuenta se ha creado correctamente!',1065544403,NULL);
-INSERT INTO international VALUES (80,'WebGUI',5,'Conta criada com sucesso!',1031510000,NULL);
-INSERT INTO international VALUES (159,'WebGUI',3,'Berichten log',1038528903,NULL);
-INSERT INTO international VALUES (81,'WebGUI',1,'Account updated successfully!',1031514049,NULL);
-INSERT INTO international VALUES (81,'WebGUI',4,'La cuenta se actualizó correctamente!',1065544417,NULL);
-INSERT INTO international VALUES (81,'WebGUI',5,'Conta actualizada com sucesso!',1031510000,NULL);
-INSERT INTO international VALUES (82,'WebGUI',1,'Administrative functions...',1031514049,NULL);
-INSERT INTO international VALUES (82,'WebGUI',4,'Funciones administrativas...',1065544433,NULL);
-INSERT INTO international VALUES (82,'WebGUI',5,'Funções administrativas...',1031510000,NULL);
-INSERT INTO international VALUES (353,'WebGUI',2,'Sie haben momentan keine Nachrichten in Ihrem Posteingang.',1041610382,NULL);
-INSERT INTO international VALUES (350,'WebGUI',2,'Abgeschlossen',1041628713,NULL);
-INSERT INTO international VALUES (84,'WebGUI',1,'Group Name',1031514049,NULL);
-INSERT INTO international VALUES (84,'WebGUI',4,'Nombre del Grupo',1065544444,NULL);
-INSERT INTO international VALUES (84,'WebGUI',5,'Nome do grupo',1031510000,NULL);
-INSERT INTO international VALUES (351,'WebGUI',2,'Beitrag',1041630690,NULL);
-INSERT INTO international VALUES (85,'WebGUI',1,'Description',1031514049,NULL);
-INSERT INTO international VALUES (85,'WebGUI',4,'Descripción',1065544449,NULL);
-INSERT INTO international VALUES (85,'WebGUI',5,'Descrição',1031510000,NULL);
-INSERT INTO international VALUES (352,'WebGUI',2,'Beitragsdatum',1041630701,NULL);
-INSERT INTO international VALUES (86,'WebGUI',1,'Are you certain you wish to delete this group? Beware that deleting a group is permanent and will remove all privileges associated with this group.',1031514049,NULL);
-INSERT INTO international VALUES (86,'WebGUI',4,'Está segugo de querer eliminar éste grupo? Tenga en cuenta que la eliminación es permanente y eliminará todos los privilegios asociados a este grupo.',1065544493,NULL);
-INSERT INTO international VALUES (86,'WebGUI',5,'Tem a certeza que quer apagar este grupo. Se o fizer apaga-o permanentemente e a todos os seus provilégios.',1031510000,NULL);
-INSERT INTO international VALUES (348,'WebGUI',2,'Name',1041628695,NULL);
-INSERT INTO international VALUES (87,'WebGUI',1,'Edit Group',1031514049,NULL);
-INSERT INTO international VALUES (87,'WebGUI',4,'Editar Grupo',1065544501,NULL);
-INSERT INTO international VALUES (87,'WebGUI',5,'Modificar grupo',1031510000,NULL);
-INSERT INTO international VALUES (88,'WebGUI',1,'Users In Group',1031514049,NULL);
-INSERT INTO international VALUES (88,'WebGUI',4,'Usuarios en el Grupo',1065544524,NULL);
-INSERT INTO international VALUES (88,'WebGUI',5,'Utilizadores no grupo',1031510000,NULL);
-INSERT INTO international VALUES (349,'WebGUI',2,'Aktuelle Version',1041628705,NULL);
-INSERT INTO international VALUES (89,'WebGUI',1,'Groups',1031514049,NULL);
-INSERT INTO international VALUES (89,'WebGUI',4,'Grupos',1065544529,NULL);
-INSERT INTO international VALUES (89,'WebGUI',5,'Grupos',1031510000,NULL);
-INSERT INTO international VALUES (149,'WebGUI',3,'Gebruikers',1038528805,NULL);
-INSERT INTO international VALUES (90,'WebGUI',1,'Add new group.',1031514049,NULL);
-INSERT INTO international VALUES (90,'WebGUI',4,'Añadir grupo nuevo.',1065304629,NULL);
-INSERT INTO international VALUES (90,'WebGUI',5,'Adicionar novo grupo.',1031510000,NULL);
-INSERT INTO international VALUES (148,'WebGUI',3,'Wobjects',1063589969,NULL);
-INSERT INTO international VALUES (91,'WebGUI',1,'Previous Page',1031514049,NULL);
-INSERT INTO international VALUES (91,'WebGUI',5,'Página anterior',1031510000,NULL);
-INSERT INTO international VALUES (147,'WebGUI',3,'Pagina\'s',1038528793,NULL);
-INSERT INTO international VALUES (92,'WebGUI',1,'Next Page',1031514049,NULL);
-INSERT INTO international VALUES (92,'WebGUI',4,'Página Siguiente',1065120522,NULL);
-INSERT INTO international VALUES (92,'WebGUI',5,'Próxima página',1031510000,NULL);
-INSERT INTO international VALUES (93,'WebGUI',1,'Help',1031514049,NULL);
-INSERT INTO international VALUES (93,'WebGUI',4,'Ayuda',1065120510,NULL);
-INSERT INTO international VALUES (93,'WebGUI',5,'Ajuda',1031510000,NULL);
-INSERT INTO international VALUES (146,'WebGUI',3,'Aktieve sessies',1038528786,NULL);
-INSERT INTO international VALUES (94,'WebGUI',1,'See also',1031514049,NULL);
-INSERT INTO international VALUES (94,'WebGUI',4,'Vea también',1065120497,NULL);
-INSERT INTO international VALUES (94,'WebGUI',5,'Ver tembém',1031510000,NULL);
-INSERT INTO international VALUES (347,'WebGUI',2,'Profil anschauen von',1041628274,NULL);
-INSERT INTO international VALUES (145,'WebGUI',3,'WebGUI versie',1038528780,NULL);
-INSERT INTO international VALUES (95,'WebGUI',1,'Help Index',1031514049,NULL);
-INSERT INTO international VALUES (95,'WebGUI',4,'Índice de la Ayuda',1065120456,NULL);
-INSERT INTO international VALUES (95,'WebGUI',5,'Indice da ajuda',1031510000,NULL);
-INSERT INTO international VALUES (817,'WebGUI',1,'Active',1038431287,NULL);
-INSERT INTO international VALUES (346,'WebGUI',2,'Dieser Benutzer ist kein Mitglied. Wir haben keine weiteren Informationen über ihn.',1041628075,NULL);
-INSERT INTO international VALUES (99,'WebGUI',1,'Title',1031514049,NULL);
-INSERT INTO international VALUES (99,'WebGUI',4,'Título',1065120418,NULL);
-INSERT INTO international VALUES (99,'WebGUI',5,'Titulo',1031510000,NULL);
-INSERT INTO international VALUES (144,'WebGUI',3,'Bekijk statistieken.',1038528766,NULL);
-INSERT INTO international VALUES (100,'WebGUI',1,'Meta Tags',1031514049,NULL);
-INSERT INTO international VALUES (100,'WebGUI',4,'Meta Etiquetas',1065120404,NULL);
-INSERT INTO international VALUES (100,'WebGUI',5,'Meta Tags',1031510000,NULL);
-INSERT INTO international VALUES (345,'WebGUI',2,'Kein Mitglied',1041628685,NULL);
-INSERT INTO international VALUES (142,'WebGUI',3,'Sessie time out',1038528750,NULL);
-INSERT INTO international VALUES (143,'WebGUI',3,'Beheer instellingen',1038528758,NULL);
-INSERT INTO international VALUES (101,'WebGUI',1,'Are you certain that you wish to delete this page, its content, and all items under it?',1031514049,NULL);
-INSERT INTO international VALUES (101,'WebGUI',4,'Está seguro de querer eliminar esta página, su contenido y todos sus elementos?',1065273551,NULL);
-INSERT INTO international VALUES (101,'WebGUI',5,'\"Tem a certeza que quer apagar esta página, o seu conteudo e tudo que está abaixo?\"',1031510000,NULL);
-INSERT INTO international VALUES (102,'WebGUI',1,'Edit Page',1031514049,NULL);
-INSERT INTO international VALUES (102,'WebGUI',4,'Editar Página',1065273559,NULL);
-INSERT INTO international VALUES (102,'WebGUI',5,'Modificar a página',1031510000,NULL);
-INSERT INTO international VALUES (141,'WebGUI',3,'Niet gevonden pagina',1038528742,NULL);
-INSERT INTO international VALUES (103,'WebGUI',1,'Page Properties',1046638742,NULL);
-INSERT INTO international VALUES (103,'WebGUI',4,'Propiedades de la Página',1065273579,NULL);
-INSERT INTO international VALUES (103,'WebGUI',5,'Especificações da página',1031510000,NULL);
-INSERT INTO international VALUES (104,'WebGUI',1,'Page URL',1031514049,NULL);
-INSERT INTO international VALUES (104,'WebGUI',4,'URL de la página',1065275653,NULL);
-INSERT INTO international VALUES (104,'WebGUI',5,'URL da página',1031510000,NULL);
-INSERT INTO international VALUES (140,'WebGUI',3,'Bewerk allerlei instellingen',1038528735,NULL);
-INSERT INTO international VALUES (105,'WebGUI',1,'Layout',1046638916,NULL);
-INSERT INTO international VALUES (105,'WebGUI',4,'Diseño',1065299342,NULL);
-INSERT INTO international VALUES (105,'WebGUI',5,'Estilo',1031510000,NULL);
-INSERT INTO international VALUES (342,'WebGUI',2,'Benutzerkonto bearbeiten',1041593115,NULL);
-INSERT INTO international VALUES (341,'WebGUI',2,'Profil bearbeiten.',1041634112,NULL);
-INSERT INTO international VALUES (340,'WebGUI',2,'weiblich',1041628400,NULL);
-INSERT INTO international VALUES (138,'WebGUI',3,'Ja',1038528705,NULL);
-INSERT INTO international VALUES (139,'WebGUI',3,'Nee',1038528710,NULL);
-INSERT INTO international VALUES (106,'WebGUI',1,'Select \"Yes\" to change all the pages under this page to this style.',1031514049,NULL);
-INSERT INTO international VALUES (106,'WebGUI',4,'Seleccione para dar este estilo a todas las sub-páginas.',1039630388,NULL);
-INSERT INTO international VALUES (106,'WebGUI',5,'Escolha para atribuir este estilo a todas as sub-páginas',1031510000,NULL);
-INSERT INTO international VALUES (135,'WebGUI',3,'SMTP server',1038528699,NULL);
-INSERT INTO international VALUES (107,'WebGUI',1,'Privileges',1031514049,NULL);
-INSERT INTO international VALUES (107,'WebGUI',4,'Privilegios',1065303324,NULL);
-INSERT INTO international VALUES (107,'WebGUI',5,'Privilégios',1031510000,NULL);
-INSERT INTO international VALUES (108,'WebGUI',1,'Owner',1031514049,NULL);
-INSERT INTO international VALUES (108,'WebGUI',4,'Propietario',1065303367,NULL);
-INSERT INTO international VALUES (108,'WebGUI',5,'Dono',1031510000,NULL);
-INSERT INTO international VALUES (134,'WebGUI',3,'Bericht om wachtwoord terug te vinden',1038528692,NULL);
-INSERT INTO international VALUES (343,'WebGUI',2,'Profil anschauen.',1041628263,NULL);
-INSERT INTO international VALUES (133,'WebGUI',3,'Bewerk berichten instellingen',1063589959,NULL);
-INSERT INTO international VALUES (130,'WebGUI',3,'Maximum grootte bijlagen (bytes)',1038528675,NULL);
-INSERT INTO international VALUES (338,'WebGUI',2,'Profil bearbeiten',1041628373,NULL);
-INSERT INTO international VALUES (127,'WebGUI',3,'URL bedrijf',1038528652,NULL);
-INSERT INTO international VALUES (339,'WebGUI',2,'männlich',1041628381,NULL);
-INSERT INTO international VALUES (125,'WebGUI',3,'Bedrijfsnaam',1038528638,NULL);
-INSERT INTO international VALUES (126,'WebGUI',3,'Email adres bedrijf',1038528644,NULL);
-INSERT INTO international VALUES (116,'WebGUI',1,'Select \"Yes\" to change the privileges of all pages and wobjects under this page to these privileges.',1056054674,NULL);
-INSERT INTO international VALUES (116,'WebGUI',4,'Seleccione \"Si\" para cambiar estos privilegios a todas las sub-páginas y wobjects que estén por debajo de esta página.',1065303750,NULL);
-INSERT INTO international VALUES (116,'WebGUI',5,'Escolher para atribuir estes privilégios a todas as sub-páginas.',1031510000,NULL);
-INSERT INTO international VALUES (117,'WebGUI',1,'Edit User Settings',1031514049,NULL);
-INSERT INTO international VALUES (117,'WebGUI',4,'Editar Opciones del Usuario',1065303862,NULL);
-INSERT INTO international VALUES (117,'WebGUI',5,'Modificar preferências de autenticação',1031510000,NULL);
-INSERT INTO international VALUES (337,'WebGUI',2,'Homepage URL',1041628364,NULL);
-INSERT INTO international VALUES (124,'WebGUI',3,'Bewerk bedrijfsinformatie',1038528631,NULL);
-INSERT INTO international VALUES (118,'WebGUI',1,'Anonymous Registration',1031514049,NULL);
-INSERT INTO international VALUES (118,'WebGUI',4,'Registro Anónimo',1065303880,NULL);
-INSERT INTO international VALUES (118,'WebGUI',5,'Registo anónimo',1031510000,NULL);
-INSERT INTO international VALUES (8,'Auth/LDAP',3,'LDAP wachtwoord naam',1031516049,NULL);
-INSERT INTO international VALUES (119,'WebGUI',1,'Authentication Method (default)',1031514049,NULL);
-INSERT INTO international VALUES (119,'WebGUI',4,'Método de Autentificación (por defecto)',1065303902,NULL);
-INSERT INTO international VALUES (119,'WebGUI',5,'Método de autenticação (defeito)',1031510000,NULL);
-INSERT INTO international VALUES (7,'Auth/LDAP',3,'LDAP identiteit naam',1031516049,NULL);
-INSERT INTO international VALUES (5,'Auth/LDAP',1,'LDAP URL (default)',1031514049,NULL);
-INSERT INTO international VALUES (5,'Auth/LDAP',4,'URL LDAP (por defecto)',1065116895,NULL);
-INSERT INTO international VALUES (5,'Auth/LDAP',5,'URL LDAP (defeito)',1031510000,NULL);
-INSERT INTO international VALUES (6,'Auth/LDAP',1,'LDAP Identity (default)',1031514049,NULL);
-INSERT INTO international VALUES (6,'Auth/LDAP',4,'Identidad LDAP (por defecto)',1065117006,NULL);
-INSERT INTO international VALUES (6,'Auth/LDAP',5,'Identidade LDAP (defeito)',1031510000,NULL);
-INSERT INTO international VALUES (6,'Auth/LDAP',3,'LDAP identiteit (standaard)',1031516049,NULL);
-INSERT INTO international VALUES (7,'Auth/LDAP',1,'LDAP Identity Name',1031514049,NULL);
-INSERT INTO international VALUES (7,'Auth/LDAP',4,'Nombre de Identidad LDAP',1065117097,NULL);
-INSERT INTO international VALUES (7,'Auth/LDAP',5,'Nome da entidade LDAP',1031510000,NULL);
-INSERT INTO international VALUES (5,'Auth/LDAP',3,'LDAP URL (standaard)',1031516049,NULL);
-INSERT INTO international VALUES (8,'Auth/LDAP',1,'LDAP Password Name',1031514049,NULL);
-INSERT INTO international VALUES (8,'Auth/LDAP',4,'Nombre de Contraseña LDAP',1065117282,NULL);
-INSERT INTO international VALUES (8,'Auth/LDAP',5,'Nome da password LDAP',1031510000,NULL);
-INSERT INTO international VALUES (124,'WebGUI',1,'Edit Company Information',1031514049,NULL);
-INSERT INTO international VALUES (124,'WebGUI',4,'Editar Información de la Compañía',1065303929,NULL);
-INSERT INTO international VALUES (124,'WebGUI',5,'Modificar informação da empresa',1031510000,NULL);
-INSERT INTO international VALUES (119,'WebGUI',3,'Toegangs controle methode (standaard)',1038528587,NULL);
-INSERT INTO international VALUES (125,'WebGUI',1,'Company Name',1031514049,NULL);
-INSERT INTO international VALUES (125,'WebGUI',4,'Nombre de la Compañía',1065303990,NULL);
-INSERT INTO international VALUES (125,'WebGUI',5,'Nome da empresa',1031510000,NULL);
-INSERT INTO international VALUES (118,'WebGUI',3,'Anonieme registratie',1038528573,NULL);
-INSERT INTO international VALUES (126,'WebGUI',1,'Company Email Address',1031514049,NULL);
-INSERT INTO international VALUES (126,'WebGUI',4,'E-mail de la Compañía',1065304012,NULL);
-INSERT INTO international VALUES (126,'WebGUI',5,'Moarada da empresa',1031510000,NULL);
-INSERT INTO international VALUES (333,'WebGUI',2,'Land (geschäftlich)',1040641541,NULL);
-INSERT INTO international VALUES (335,'WebGUI',2,'Geschlecht',1041628355,NULL);
-INSERT INTO international VALUES (334,'WebGUI',2,'Telefon (geschäftlich)',1040641557,NULL);
-INSERT INTO international VALUES (336,'WebGUI',2,'Geburtstag',1041611473,NULL);
-INSERT INTO international VALUES (127,'WebGUI',1,'Company URL',1031514049,NULL);
-INSERT INTO international VALUES (127,'WebGUI',4,'URL de la Compañía',1065304025,NULL);
-INSERT INTO international VALUES (127,'WebGUI',5,'URL da empresa',1031510000,NULL);
-INSERT INTO international VALUES (331,'WebGUI',2,'Bundesland (geschäftlich)',1040641451,NULL);
-INSERT INTO international VALUES (117,'WebGUI',3,'Bewerk toegangs controle instellingen',1038528565,NULL);
-INSERT INTO international VALUES (130,'WebGUI',1,'Maximum Attachment Size',1031514049,NULL);
-INSERT INTO international VALUES (130,'WebGUI',4,'Tamaño Máximo de Adjuntos',1065304045,NULL);
-INSERT INTO international VALUES (130,'WebGUI',5,'Tamanho máximo dos anexos',1031510000,NULL);
-INSERT INTO international VALUES (330,'WebGUI',2,'Ort (geschäftlich)',1040641430,NULL);
-INSERT INTO international VALUES (133,'WebGUI',1,'Edit Messaging Settings',1044138764,NULL);
-INSERT INTO international VALUES (133,'WebGUI',4,'Editar Configuración de Mensajería',1065304098,NULL);
-INSERT INTO international VALUES (133,'WebGUI',5,'Modificar preferências de e-mail',1031510000,NULL);
-INSERT INTO international VALUES (332,'WebGUI',2,'Postleitzahl (geschäftlich)',1040641490,NULL);
-INSERT INTO international VALUES (116,'WebGUI',3,'Vink \"Ja\" aan om deze privileges aan alle onderliggende pagina\'s te geven.',1063589942,NULL);
-INSERT INTO international VALUES (134,'WebGUI',1,'Recover Password Message',1031514049,NULL);
-INSERT INTO international VALUES (134,'WebGUI',4,'Mensaje para recuperar contraseña',1039628597,NULL);
-INSERT INTO international VALUES (134,'WebGUI',5,'Mensagem de recuperação de password',1031510000,NULL);
-INSERT INTO international VALUES (135,'WebGUI',1,'SMTP Server',1031514049,NULL);
-INSERT INTO international VALUES (135,'WebGUI',4,'Servidor SMTP',1065304105,NULL);
-INSERT INTO international VALUES (135,'WebGUI',5,'Servidor SMTP',1031510000,NULL);
-INSERT INTO international VALUES (326,'WebGUI',2,'Postleitzahl (privat)',1041628242,NULL);
-INSERT INTO international VALUES (327,'WebGUI',2,'Land (privat)',1041628337,NULL);
-INSERT INTO international VALUES (138,'WebGUI',1,'Yes',1031514049,NULL);
-INSERT INTO international VALUES (138,'WebGUI',4,'Si',1065304112,NULL);
-INSERT INTO international VALUES (138,'WebGUI',5,'Sim',1031510000,NULL);
-INSERT INTO international VALUES (139,'WebGUI',1,'No',1031514049,NULL);
-INSERT INTO international VALUES (139,'WebGUI',4,'No',1065304119,NULL);
-INSERT INTO international VALUES (139,'WebGUI',5,'Não',1031510000,NULL);
-INSERT INTO international VALUES (329,'WebGUI',2,'Strasse',1040641648,NULL);
-INSERT INTO international VALUES (328,'WebGUI',2,'Telefon (privat)',1041628347,NULL);
-INSERT INTO international VALUES (140,'WebGUI',1,'Edit Miscellaneous Settings',1031514049,NULL);
-INSERT INTO international VALUES (140,'WebGUI',4,'Editar Configuraciones Misceláneas',1065304135,NULL);
-INSERT INTO international VALUES (140,'WebGUI',5,'Modificar preferências mistas',1031510000,NULL);
-INSERT INTO international VALUES (141,'WebGUI',1,'Not Found Page',1031514049,NULL);
-INSERT INTO international VALUES (141,'WebGUI',4,'Página No Encontrada',1065304150,NULL);
-INSERT INTO international VALUES (141,'WebGUI',5,'Página não encontrada',1031510000,NULL);
-INSERT INTO international VALUES (142,'WebGUI',1,'Session Timeout',1031514049,NULL);
-INSERT INTO international VALUES (142,'WebGUI',4,'Expiración de la Sesión',1065304201,NULL);
-INSERT INTO international VALUES (142,'WebGUI',5,'Timeout de sessão',1031510000,NULL);
-INSERT INTO international VALUES (325,'WebGUI',2,'Bundesland (privat)',1041628231,NULL);
-INSERT INTO international VALUES (143,'WebGUI',1,'Manage Settings',1031514049,NULL);
-INSERT INTO international VALUES (143,'WebGUI',4,'Gestionar Opciones',1065273335,NULL);
-INSERT INTO international VALUES (143,'WebGUI',5,'Organizar preferências',1031510000,NULL);
-INSERT INTO international VALUES (144,'WebGUI',1,'View statistics.',1031514049,NULL);
-INSERT INTO international VALUES (144,'WebGUI',4,'Ver estadísticas.',1065304217,NULL);
-INSERT INTO international VALUES (144,'WebGUI',5,'Ver estatisticas.',1031510000,NULL);
-INSERT INTO international VALUES (145,'WebGUI',1,'WebGUI Build Version',1031514049,NULL);
-INSERT INTO international VALUES (145,'WebGUI',4,'Versión de WebGUI',1065304241,NULL);
-INSERT INTO international VALUES (145,'WebGUI',5,'WebGUI versão',1031510000,NULL);
-INSERT INTO international VALUES (323,'WebGUI',2,'Strasse (privat)',1041628019,NULL);
-INSERT INTO international VALUES (146,'WebGUI',1,'Active Sessions',1031514049,NULL);
-INSERT INTO international VALUES (146,'WebGUI',4,'Sesiones Activas',1065304251,NULL);
-INSERT INTO international VALUES (146,'WebGUI',5,'Sessões activas',1031510000,NULL);
-INSERT INTO international VALUES (147,'WebGUI',1,'Pages',1031514049,NULL);
-INSERT INTO international VALUES (147,'WebGUI',4,'Páginas',1065304258,NULL);
-INSERT INTO international VALUES (147,'WebGUI',5,'Páginas',1031510000,NULL);
-INSERT INTO international VALUES (148,'WebGUI',1,'Wobjects',1045312362,NULL);
-INSERT INTO international VALUES (148,'WebGUI',4,'Wobjects',1065304267,NULL);
-INSERT INTO international VALUES (148,'WebGUI',5,'Wobjects',1031510000,NULL);
-INSERT INTO international VALUES (108,'WebGUI',3,'Eigenaar',1038528474,NULL);
-INSERT INTO international VALUES (149,'WebGUI',1,'Users',1031514049,NULL);
-INSERT INTO international VALUES (149,'WebGUI',4,'Usuarios',1065304277,NULL);
-INSERT INTO international VALUES (149,'WebGUI',5,'Utilizadores',1031510000,NULL);
-INSERT INTO international VALUES (107,'WebGUI',3,'Privileges',1038528468,NULL);
-INSERT INTO international VALUES (505,'WebGUI',1,'Add a new template.',1031514049,NULL);
-INSERT INTO international VALUES (504,'WebGUI',1,'Template',1031514049,NULL);
-INSERT INTO international VALUES (503,'WebGUI',1,'Template ID',1031514049,NULL);
-INSERT INTO international VALUES (502,'WebGUI',1,'Are you certain you wish to delete this template and set all pages using this template to the default template?',1031514049,NULL);
-INSERT INTO international VALUES (322,'WebGUI',2,'Pager',1041628008,NULL);
-INSERT INTO international VALUES (321,'WebGUI',2,'Mobiltelefon',1041628000,NULL);
-INSERT INTO international VALUES (324,'WebGUI',2,'Ort (privat)',1041628028,NULL);
-INSERT INTO international VALUES (320,'WebGUI',2,'Yahoo! Messenger Id',1067289786,NULL);
-INSERT INTO international VALUES (105,'WebGUI',3,'Layout',1063589926,NULL);
-INSERT INTO international VALUES (106,'WebGUI',3,'Vink \"Ja\" aan om deze stijl in alle onderliggende pagina\'s te gebruiken.',1038528461,NULL);
-INSERT INTO international VALUES (104,'WebGUI',3,'Pagina URL',1038528420,NULL);
-INSERT INTO international VALUES (103,'WebGUI',3,'Pagina eigenschappen',1063589913,NULL);
-INSERT INTO international VALUES (102,'WebGUI',3,'Bewerk pagina',1038528401,NULL);
-INSERT INTO international VALUES (471,'WebGUI/Profile',10,'Rediger bruger profil felt',1031510000,NULL);
-INSERT INTO international VALUES (159,'WebGUI',4,'Correo Entrante',1065304912,NULL);
-INSERT INTO international VALUES (159,'WebGUI',5,'Log das mensagens',1031510000,NULL);
-INSERT INTO international VALUES (160,'WebGUI',1,'Date Submitted',1031514049,NULL);
-INSERT INTO international VALUES (160,'WebGUI',4,'Fecha de Envío',1065304948,NULL);
-INSERT INTO international VALUES (160,'WebGUI',5,'Data de submissão',1031510000,NULL);
-INSERT INTO international VALUES (319,'WebGUI',2,'MSN Messenger Id',1041627980,NULL);
-INSERT INTO international VALUES (161,'WebGUI',1,'Submitted By',1031514049,NULL);
-INSERT INTO international VALUES (161,'WebGUI',4,'Contribuido por',1065306508,NULL);
-INSERT INTO international VALUES (161,'WebGUI',5,'Submetido por',1031510000,NULL);
-INSERT INTO international VALUES (100,'WebGUI',3,'Meta tags',1038528357,NULL);
-INSERT INTO international VALUES (101,'WebGUI',3,'Weet u zeker dat u deze pagina, de inhoud van deze pagina en alle inhoud en objecten er onder wilt verwijderen?',1038528395,NULL);
-INSERT INTO international VALUES (162,'WebGUI',1,'Are you certain that you wish to purge all the pages and wobjects in the trash?',1031514049,NULL);
-INSERT INTO international VALUES (162,'WebGUI',4,'Está seguro de querer eliminar todas las páginas y todos los wobjects de la papelera?',1065306557,NULL);
-INSERT INTO international VALUES (162,'WebGUI',5,'Tem a certeza que quer limpar todas as páginas e wobjects para o caixote do lixo?',1031510000,NULL);
-INSERT INTO international VALUES (99,'WebGUI',3,'Titel',1038529669,NULL);
-INSERT INTO international VALUES (163,'WebGUI',1,'Add User',1031514049,NULL);
-INSERT INTO international VALUES (163,'WebGUI',4,'Añadir Usuario',1065304534,NULL);
-INSERT INTO international VALUES (163,'WebGUI',5,'Adicionar utilizador',1031510000,NULL);
-INSERT INTO international VALUES (95,'WebGUI',3,'Help index',1038529676,NULL);
-INSERT INTO international VALUES (164,'WebGUI',1,'Authentication Method',1031514049,NULL);
-INSERT INTO international VALUES (164,'WebGUI',4,'Método de Auntentificación',1065306570,NULL);
-INSERT INTO international VALUES (164,'WebGUI',5,'Metodo de autenticação',1031510000,NULL);
-INSERT INTO international VALUES (94,'WebGUI',3,'Zie ook',1038529682,NULL);
-INSERT INTO international VALUES (3,'Auth/LDAP',1,'LDAP URL',1031514049,NULL);
-INSERT INTO international VALUES (3,'Auth/LDAP',4,'URL LDAP',1065116463,NULL);
-INSERT INTO international VALUES (3,'Auth/LDAP',5,'LDAP URL',1031510000,NULL);
-INSERT INTO international VALUES (317,'WebGUI',2,'ICQ UIN',1041627955,NULL);
-INSERT INTO international VALUES (93,'WebGUI',3,'Help',1039783546,NULL);
-INSERT INTO international VALUES (4,'Auth/LDAP',1,'Connect DN',1031514049,NULL);
-INSERT INTO international VALUES (4,'Auth/LDAP',4,'DN de Conexión',1065116770,NULL);
-INSERT INTO international VALUES (4,'Auth/LDAP',5,'Connectar DN',1031510000,NULL);
-INSERT INTO international VALUES (91,'WebGUI',3,'Vorige pagina',1039783532,NULL);
-INSERT INTO international VALUES (92,'WebGUI',3,'Volgende pagina',1039783539,NULL);
-INSERT INTO international VALUES (167,'WebGUI',1,'Are you certain you want to delete this user? Be warned that all this user\'s information will be lost permanently if you choose to proceed.',1031514049,NULL);
-INSERT INTO international VALUES (167,'WebGUI',4,'Está seguro de querer eliminar este usuario? Tenga en cuenta que toda la información del usuario se perderá si lo hace.',1065306634,NULL);
-INSERT INTO international VALUES (167,'WebGUI',5,'Tem a certeza que quer apagar este utilizador? Se o fizer perde todas as informações do utilizador.',1031510000,NULL);
-INSERT INTO international VALUES (90,'WebGUI',3,'Voeg nieuwe groep toe.',1039783526,NULL);
-INSERT INTO international VALUES (168,'WebGUI',1,'Edit User',1031514049,NULL);
-INSERT INTO international VALUES (168,'WebGUI',4,'Editar Usuario',1065306644,NULL);
-INSERT INTO international VALUES (168,'WebGUI',5,'Modificar utilizador',1031510000,NULL);
-INSERT INTO international VALUES (89,'WebGUI',3,'Groepen',1039783512,NULL);
-INSERT INTO international VALUES (169,'WebGUI',1,'Add a new user.',1031514049,NULL);
-INSERT INTO international VALUES (169,'WebGUI',4,'Añadir un usuario nuevo.',1065304603,NULL);
-INSERT INTO international VALUES (169,'WebGUI',5,'Adicionar utilizador.',1031510000,NULL);
-INSERT INTO international VALUES (170,'WebGUI',1,'search',1031514049,NULL);
-INSERT INTO international VALUES (170,'WebGUI',4,'buscar',1065306652,NULL);
-INSERT INTO international VALUES (170,'WebGUI',5,'procurar',1031510000,NULL);
-INSERT INTO international VALUES (88,'WebGUI',3,'Gebruikers in groep',1039783506,NULL);
-INSERT INTO international VALUES (171,'WebGUI',1,'rich edit',1031514049,NULL);
-INSERT INTO international VALUES (171,'WebGUI',4,'Edición Mejorada',1039628270,NULL);
-INSERT INTO international VALUES (171,'WebGUI',5,'rich edit',1031510000,NULL);
-INSERT INTO international VALUES (318,'WebGUI',2,'AIM Id',1041627969,NULL);
-INSERT INTO international VALUES (87,'WebGUI',3,'Bewerk groep',1039783499,NULL);
-INSERT INTO international VALUES (174,'WebGUI',1,'Display the title?',1031514049,NULL);
-INSERT INTO international VALUES (174,'WebGUI',4,'Mostrar el título?',1065306666,NULL);
-INSERT INTO international VALUES (174,'WebGUI',5,'Mostrar o titulo?',1031510000,NULL);
-INSERT INTO international VALUES (175,'WebGUI',1,'Process macros?',1031514049,NULL);
-INSERT INTO international VALUES (175,'WebGUI',4,'Procesar macros?',1065306716,NULL);
-INSERT INTO international VALUES (175,'WebGUI',5,'Processar macros?',1031510000,NULL);
-INSERT INTO international VALUES (229,'WebGUI',1,'Subject',1031514049,NULL);
-INSERT INTO international VALUES (229,'WebGUI',4,'Asunto',1065306725,NULL);
-INSERT INTO international VALUES (229,'WebGUI',5,'Assunto',1031510000,NULL);
-INSERT INTO international VALUES (230,'WebGUI',1,'Message',1031514049,NULL);
-INSERT INTO international VALUES (230,'WebGUI',4,'Mensaje',1039628510,NULL);
-INSERT INTO international VALUES (230,'WebGUI',5,'Mensagem',1031510000,NULL);
-INSERT INTO international VALUES (231,'WebGUI',1,'Posting New Message...',1031514049,NULL);
-INSERT INTO international VALUES (231,'WebGUI',4,'Enviando Nuevo Mensaje ...',1039628557,NULL);
-INSERT INTO international VALUES (231,'WebGUI',5,'Colocando nova mensagem...',1031510000,NULL);
-INSERT INTO international VALUES (232,'WebGUI',1,'no subject',1031514049,NULL);
-INSERT INTO international VALUES (232,'WebGUI',4,'sin asunto',1065306742,NULL);
-INSERT INTO international VALUES (232,'WebGUI',5,'sem assunto',1031510000,NULL);
-INSERT INTO international VALUES (86,'WebGUI',3,'Weet u zeker dat u deze groep wilt verwijderen? Denk er aan dat een groep verwijderen permanent en alle privileges geassocieerd met de groep verwijdert worden.',1039783493,NULL);
-INSERT INTO international VALUES (233,'WebGUI',1,'(eom)',1031514049,NULL);
-INSERT INTO international VALUES (233,'WebGUI',4,'(eom)',1065306756,NULL);
-INSERT INTO international VALUES (233,'WebGUI',5,'(eom)',1031510000,NULL);
-INSERT INTO international VALUES (85,'WebGUI',3,'Beschrijving',1039783481,NULL);
-INSERT INTO international VALUES (315,'WebGUI',2,'Zweiter Vorname',1041627929,NULL);
-INSERT INTO international VALUES (314,'WebGUI',2,'Vorname',1041627918,NULL);
-INSERT INTO international VALUES (316,'WebGUI',2,'Nachname',1041627938,NULL);
-INSERT INTO international VALUES (84,'WebGUI',3,'Groep naam',1039783474,NULL);
-INSERT INTO international VALUES (313,'WebGUI',2,'Zusätzliche Informationen anzeigen?',1041627910,NULL);
-INSERT INTO international VALUES (82,'WebGUI',3,'Administratieve functies...',1039783468,NULL);
-INSERT INTO international VALUES (240,'WebGUI',1,'Message ID:',1031514049,NULL);
-INSERT INTO international VALUES (240,'WebGUI',4,'ID del mensaje:',1039628536,NULL);
-INSERT INTO international VALUES (240,'WebGUI',5,'ID da mensagem:',1031510000,NULL);
-INSERT INTO international VALUES (244,'WebGUI',1,'Author',1031514049,NULL);
-INSERT INTO international VALUES (244,'WebGUI',4,'Autor',1065306803,NULL);
-INSERT INTO international VALUES (244,'WebGUI',5,'Autor',1031510000,NULL);
-INSERT INTO international VALUES (81,'WebGUI',3,'Account is aangepast!',1039783461,NULL);
-INSERT INTO international VALUES (245,'WebGUI',1,'Date',1031514049,NULL);
-INSERT INTO international VALUES (245,'WebGUI',4,'Fecha',1065306815,NULL);
-INSERT INTO international VALUES (245,'WebGUI',5,'Data',1031510000,NULL);
-INSERT INTO international VALUES (304,'WebGUI',1,'Language',1031514049,NULL);
-INSERT INTO international VALUES (304,'WebGUI',4,'Idioma',1065306855,NULL);
-INSERT INTO international VALUES (304,'WebGUI',5,'Lingua',1031510000,NULL);
-INSERT INTO international VALUES (312,'WebGUI',2,'Geschäftsadresse anzeigen?',1041627895,NULL);
-INSERT INTO international VALUES (80,'WebGUI',3,'Account is aangemaakt!',1039783454,NULL);
-INSERT INTO international VALUES (307,'WebGUI',1,'Use default meta tags?',1031514049,NULL);
-INSERT INTO international VALUES (307,'WebGUI',5,'Usar as meta tags de defeito?',1031510000,NULL);
-INSERT INTO international VALUES (2,'Auth/LDAP',3,'Kan niet verbinden met LDAP server.',1031516049,NULL);
-INSERT INTO international VALUES (308,'WebGUI',1,'Edit Profile Settings',1031514049,NULL);
-INSERT INTO international VALUES (308,'WebGUI',5,'Modificar as preferências do perfil',1031510000,NULL);
-INSERT INTO international VALUES (309,'WebGUI',1,'Allow real name?',1031514049,NULL);
-INSERT INTO international VALUES (309,'WebGUI',5,'Permitir o nome real?',1031510000,NULL);
-INSERT INTO international VALUES (311,'WebGUI',2,'Privatadresse anzeigen?',1041627883,NULL);
-INSERT INTO international VALUES (3,'Auth/WebGUI',3,'De wachtwoorden waren niet hetzelfde. Probeer opnieuw.',1078499202,NULL);
-INSERT INTO international VALUES (310,'WebGUI',1,'Allow extra contact information?',1031514049,NULL);
-INSERT INTO international VALUES (310,'WebGUI',5,'Permitir informação extra de contacto?',1031510000,NULL);
-INSERT INTO international VALUES (311,'WebGUI',1,'Allow home information?',1031514049,NULL);
-INSERT INTO international VALUES (311,'WebGUI',5,'Permitir informação de casa?',1031510000,NULL);
-INSERT INTO international VALUES (309,'WebGUI',2,'Name anzeigen?',1041627860,NULL);
-INSERT INTO international VALUES (312,'WebGUI',1,'Allow business information?',1031514049,NULL);
-INSERT INTO international VALUES (312,'WebGUI',5,'Permitir informação do emprego?',1031510000,NULL);
-INSERT INTO international VALUES (313,'WebGUI',1,'Allow miscellaneous information?',1031514049,NULL);
-INSERT INTO international VALUES (313,'WebGUI',5,'Permitir informaçao mista?',1031510000,NULL);
-INSERT INTO international VALUES (314,'WebGUI',1,'First Name',1031514049,NULL);
-INSERT INTO international VALUES (314,'WebGUI',5,'Nome',1031510000,NULL);
-INSERT INTO international VALUES (77,'WebGUI',3,'Deze account naam wordt al gebruikt door een andere gebruiker van dit systeem. Probeer een andere naam. We hebben de volgende suggesties:',1039783341,NULL);
-INSERT INTO international VALUES (315,'WebGUI',1,'Middle Name',1031514049,NULL);
-INSERT INTO international VALUES (315,'WebGUI',5,'segundo(s) nome(s)',1031510000,NULL);
-INSERT INTO international VALUES (316,'WebGUI',1,'Last Name',1031514049,NULL);
-INSERT INTO international VALUES (316,'WebGUI',5,'Apelido',1031510000,NULL);
-INSERT INTO international VALUES (76,'WebGUI',3,'Dat e-mail adresis niet in onze database aanwezig.',1039783330,NULL);
-INSERT INTO international VALUES (317,'WebGUI',1,'ICQ UIN',1031514049,NULL);
-INSERT INTO international VALUES (317,'WebGUI',5,'\"ICQ UIN\"',1031510000,NULL);
-INSERT INTO international VALUES (75,'WebGUI',3,'Uw account informatie is naar uw email adres verzonden.',1039783319,NULL);
-INSERT INTO international VALUES (318,'WebGUI',1,'AIM Id',1031514049,NULL);
-INSERT INTO international VALUES (318,'WebGUI',5,'\"AIM Id\"',1031510000,NULL);
-INSERT INTO international VALUES (310,'WebGUI',2,'Kontaktinformationen anzeigen?',1041627871,NULL);
-INSERT INTO international VALUES (566,'WebGUI',6,'Redigera Timeout',1031510000,NULL);
-INSERT INTO international VALUES (74,'WebGUI',3,'Account informatie',1039783312,NULL);
-INSERT INTO international VALUES (319,'WebGUI',1,'MSN Messenger Id',1031514049,NULL);
-INSERT INTO international VALUES (319,'WebGUI',5,'\"MSN Messenger Id\"',1031510000,NULL);
-INSERT INTO international VALUES (72,'WebGUI',3,'Terugvinden',1039783299,NULL);
-INSERT INTO international VALUES (73,'WebGUI',3,'Log in.',1039783306,NULL);
-INSERT INTO international VALUES (320,'WebGUI',1,'Yahoo! Messenger Id',1031514049,NULL);
-INSERT INTO international VALUES (320,'WebGUI',5,'\"Yahoo! Messenger Id\"',1031510000,NULL);
-INSERT INTO international VALUES (321,'WebGUI',1,'Cell Phone',1031514049,NULL);
-INSERT INTO international VALUES (321,'WebGUI',5,'Telemóvel',1031510000,NULL);
-INSERT INTO international VALUES (71,'WebGUI',3,'Wachtwoord terugvinden',1039783252,NULL);
-INSERT INTO international VALUES (322,'WebGUI',1,'Pager',1031514049,NULL);
-INSERT INTO international VALUES (322,'WebGUI',5,'Pager',1031510000,NULL);
-INSERT INTO international VALUES (70,'WebGUI',3,'Fout',1039783139,NULL);
-INSERT INTO international VALUES (323,'WebGUI',1,'Home Address',1031514049,NULL);
-INSERT INTO international VALUES (323,'WebGUI',5,'Morada (de casa)',1031510000,NULL);
-INSERT INTO international VALUES (307,'WebGUI',2,'Standard Meta-Tags benutzen?',1041611420,NULL);
-INSERT INTO international VALUES (324,'WebGUI',1,'Home City',1031514049,NULL);
-INSERT INTO international VALUES (324,'WebGUI',5,'Cidade (de casa)',1031510000,NULL);
-INSERT INTO international VALUES (308,'WebGUI',2,'Profileinstellungen bearbeiten',1041634082,NULL);
-INSERT INTO international VALUES (325,'WebGUI',1,'Home State',1031514049,NULL);
-INSERT INTO international VALUES (325,'WebGUI',5,'Concelho (de casa)',1031510000,NULL);
-INSERT INTO international VALUES (69,'WebGUI',3,'Vraag uw systeembeheerder om assistentie.',1039783096,NULL);
-INSERT INTO international VALUES (326,'WebGUI',1,'Home Zip Code',1031514049,NULL);
-INSERT INTO international VALUES (326,'WebGUI',5,'Código postal (de casa)',1031510000,NULL);
-INSERT INTO international VALUES (327,'WebGUI',1,'Home Country',1031514049,NULL);
-INSERT INTO international VALUES (327,'WebGUI',5,'País (de casa)',1031510000,NULL);
-INSERT INTO international VALUES (328,'WebGUI',1,'Home Phone',1031514049,NULL);
-INSERT INTO international VALUES (328,'WebGUI',5,'Telefone (de casa)',1031510000,NULL);
-INSERT INTO international VALUES (329,'WebGUI',1,'Work Address',1031514049,NULL);
-INSERT INTO international VALUES (329,'WebGUI',5,'Morada (do emprego)',1031510000,NULL);
-INSERT INTO international VALUES (330,'WebGUI',1,'Work City',1031514049,NULL);
-INSERT INTO international VALUES (330,'WebGUI',5,'Cidade (do emprego)',1031510000,NULL);
-INSERT INTO international VALUES (68,'WebGUI',3,'De account informatie is niet geldig. Het account bestaat niet of de gebruikersnaam/wachtwoord was fout.',1039783031,NULL);
-INSERT INTO international VALUES (331,'WebGUI',1,'Work State',1031514049,NULL);
-INSERT INTO international VALUES (331,'WebGUI',5,'Concelho (do emprego)',1031510000,NULL);
-INSERT INTO international VALUES (332,'WebGUI',1,'Work Zip Code',1031514049,NULL);
-INSERT INTO international VALUES (332,'WebGUI',5,'Código postal (do emprego)',1031510000,NULL);
-INSERT INTO international VALUES (67,'WebGUI',3,'Creëer een nieuw account.',1039782986,NULL);
-INSERT INTO international VALUES (333,'WebGUI',1,'Work Country',1031514049,NULL);
-INSERT INTO international VALUES (333,'WebGUI',5,'País (do emprego)',1031510000,NULL);
-INSERT INTO international VALUES (334,'WebGUI',1,'Work Phone',1031514049,NULL);
-INSERT INTO international VALUES (334,'WebGUI',5,'Telefone (do emprego)',1031510000,NULL);
-INSERT INTO international VALUES (66,'WebGUI',3,'Log in',1039782927,NULL);
-INSERT INTO international VALUES (335,'WebGUI',1,'Gender',1031514049,NULL);
-INSERT INTO international VALUES (335,'WebGUI',5,'Sexo',1031510000,NULL);
-INSERT INTO international VALUES (244,'WebGUI',2,'Autor',1040646786,NULL);
-INSERT INTO international VALUES (336,'WebGUI',1,'Birth Date',1031514049,NULL);
-INSERT INTO international VALUES (336,'WebGUI',5,'Data de nascimento',1031510000,NULL);
-INSERT INTO international VALUES (65,'WebGUI',3,'Deaktiveer mijn account voorgoed.',1039782903,NULL);
-INSERT INTO international VALUES (337,'WebGUI',1,'Homepage URL',1031514049,NULL);
-INSERT INTO international VALUES (337,'WebGUI',5,'Endereço da Homepage',1031510000,NULL);
-INSERT INTO international VALUES (338,'WebGUI',1,'Edit Profile',1031514049,NULL);
-INSERT INTO international VALUES (338,'WebGUI',5,'Modificar perfil',1031510000,NULL);
-INSERT INTO international VALUES (64,'WebGUI',3,'Log uit.',1039782874,NULL);
-INSERT INTO international VALUES (339,'WebGUI',1,'Male',1031514049,NULL);
-INSERT INTO international VALUES (339,'WebGUI',5,'Masculino',1031510000,NULL);
-INSERT INTO international VALUES (240,'WebGUI',2,'Beitrags ID:',1041627791,NULL);
-INSERT INTO international VALUES (340,'WebGUI',1,'Female',1031514049,NULL);
-INSERT INTO international VALUES (340,'WebGUI',5,'Feminino',1031510000,NULL);
-INSERT INTO international VALUES (63,'WebGUI',3,'Zet beheermode aan.',1039782413,NULL);
-INSERT INTO international VALUES (341,'WebGUI',1,'Edit profile.',1031514049,NULL);
-INSERT INTO international VALUES (341,'WebGUI',5,'Modificar o perfil.',1031510000,NULL);
-INSERT INTO international VALUES (245,'WebGUI',2,'Datum',1041627799,NULL);
-INSERT INTO international VALUES (62,'WebGUI',3,'Bewaar',1039781242,NULL);
-INSERT INTO international VALUES (342,'WebGUI',1,'Edit account information.',1031514049,NULL);
-INSERT INTO international VALUES (342,'WebGUI',5,'Modificar as informações da conta.',1031510000,NULL);
-INSERT INTO international VALUES (304,'WebGUI',2,'Sprache',1041627818,NULL);
-INSERT INTO international VALUES (343,'WebGUI',1,'View profile.',1031514049,NULL);
-INSERT INTO international VALUES (343,'WebGUI',5,'Ver perfil.',1031510000,NULL);
-INSERT INTO international VALUES (351,'WebGUI',1,'Message',1031514049,NULL);
-INSERT INTO international VALUES (468,'WebGUI/Profile',10,'Rediger bruger profil kategori',1031510000,NULL);
-INSERT INTO international VALUES (61,'WebGUI',3,'Account informatie bijwerken',1039781048,NULL);
-INSERT INTO international VALUES (345,'WebGUI',1,'Not A Member',1031514049,NULL);
-INSERT INTO international VALUES (345,'WebGUI',5,'Não é membro',1031510000,NULL);
-INSERT INTO international VALUES (233,'WebGUI',2,'(eom)',1040650575,NULL);
-INSERT INTO international VALUES (346,'WebGUI',1,'This user is no longer a member of our site. We have no further information about this user.',1031514049,NULL);
-INSERT INTO international VALUES (346,'WebGUI',5,'Esse utilizador já não é membro do site. Não existe mais informação.',1031510000,NULL);
-INSERT INTO international VALUES (347,'WebGUI',1,'View Profile For',1031514049,NULL);
-INSERT INTO international VALUES (347,'WebGUI',5,'Ver o perfil de',1031510000,NULL);
-INSERT INTO international VALUES (60,'WebGUI',3,'Weet u zeker dat u uw account wilt deaktiveren? Als u doorgaat gaat alle account informatie voorgoed verloren.',1039521075,NULL);
-INSERT INTO international VALUES (348,'WebGUI',1,'Name',1031514049,NULL);
-INSERT INTO international VALUES (348,'WebGUI',5,'Nome',1031510000,NULL);
-INSERT INTO international VALUES (349,'WebGUI',1,'Latest version available',1031514049,NULL);
-INSERT INTO international VALUES (349,'WebGUI',5,'Ultima versão disponível',1031510000,NULL);
-INSERT INTO international VALUES (59,'WebGUI',3,'Ik ben mijn wachtwoord vergeten.',1039520960,NULL);
-INSERT INTO international VALUES (350,'WebGUI',1,'Completed',1031514049,NULL);
-INSERT INTO international VALUES (350,'WebGUI',5,'Completo',1031510000,NULL);
-INSERT INTO international VALUES (351,'WebGUI',5,'Entrada no log de mensagens',1031510000,NULL);
-INSERT INTO international VALUES (58,'WebGUI',3,'Ik heb al een account.',1039520779,NULL);
-INSERT INTO international VALUES (352,'WebGUI',1,'Date Of Entry',1031514049,NULL);
-INSERT INTO international VALUES (352,'WebGUI',5,'Data de entrada',1031510000,NULL);
-INSERT INTO international VALUES (471,'WebGUI/Profile',6,'Redigera användarprofils attribut',1032859851,NULL);
-INSERT INTO international VALUES (353,'WebGUI',5,'Actualmente não tem entradas no log de mensagens.',1031510000,NULL);
-INSERT INTO international VALUES (471,'WebGUI/Profile',1,'Edit User Profile Field',1031514049,NULL);
-INSERT INTO international VALUES (354,'WebGUI',5,'Ver o log das mensagens.',1031510000,NULL);
-INSERT INTO international VALUES (57,'WebGUI',3,'Dit is alleen nodig als er functies gebruikt worden die e-mail nodig hebben.',1039780774,NULL);
-INSERT INTO international VALUES (355,'WebGUI',1,'Default',1031514049,NULL);
-INSERT INTO international VALUES (355,'WebGUI',5,'Por defeito',1031510000,NULL);
-INSERT INTO international VALUES (356,'WebGUI',1,'Template',1031514049,NULL);
-INSERT INTO international VALUES (357,'WebGUI',1,'News',1031514049,NULL);
-INSERT INTO international VALUES (358,'WebGUI',1,'Left Column',1031514049,NULL);
-INSERT INTO international VALUES (359,'WebGUI',1,'Right Column',1031514049,NULL);
-INSERT INTO international VALUES (360,'WebGUI',1,'One Over Three',1031514049,NULL);
-INSERT INTO international VALUES (361,'WebGUI',1,'Three Over One',1031514049,NULL);
-INSERT INTO international VALUES (362,'WebGUI',1,'SideBySide',1031514049,NULL);
-INSERT INTO international VALUES (363,'WebGUI',1,'Page Template Position',1034736999,NULL);
-INSERT INTO international VALUES (364,'WebGUI',1,'Search',1031514049,NULL);
-INSERT INTO international VALUES (368,'WebGUI',1,'Add a new group to this user.',1031514049,NULL);
-INSERT INTO international VALUES (369,'WebGUI',1,'Expire Date',1031514049,NULL);
-INSERT INTO international VALUES (370,'WebGUI',1,'Edit Grouping',1031514049,NULL);
-INSERT INTO international VALUES (371,'WebGUI',1,'Add Grouping',1031514049,NULL);
-INSERT INTO international VALUES (372,'WebGUI',1,'Edit User\'s Groups',1031514049,NULL);
-INSERT INTO international VALUES (374,'WebGUI',1,'Manage packages.',1031514049,NULL);
-INSERT INTO international VALUES (7,'Navigation',1,'my daughter\'s level (./page)',1077078687,'Option of \"Base page\"');
-INSERT INTO international VALUES (376,'WebGUI',1,'Package',1031514049,NULL);
-INSERT INTO international VALUES (12,'Navigation',1,'self and descendants',1077079020,'Option on question \"return a loop with\"');
-INSERT INTO international VALUES (11,'Poll',1,'Vote!',1031514049,NULL);
-INSERT INTO international VALUES (31,'USS',1,'Content',1031514049,NULL);
-INSERT INTO international VALUES (32,'USS',1,'Image',1031514049,NULL);
-INSERT INTO international VALUES (33,'USS',1,'Attachment',1031514049,NULL);
-INSERT INTO international VALUES (35,'USS',1,'Title',1031514049,NULL);
-INSERT INTO international VALUES (71,'DataForm',21,'ðÒÉ ÐÏÍÏÝÉ ÜÔÏÇÏ ÍÏÄÕÌÑ ÍÏÖÎÏ ÓÏÚÄÁÔØ ÐÒÏÓÔÕÀ ÆÏÒÍÕ ÏÔÐÒÁ×ÌÑÅÍÕÀ ÐÏ e-mail.\r\n
\r\nûÉÒÉÎÁ
\r\n÷×ÅÄÉÔÅ ÛÉÒÉÎÕ ×ÓÅÈ ÐÏÌÅÊ ÆÏÒÍÙ. ðÏ ÕÍÏÌÞÁÎÉÀ ÉÓÐÏÌØÚÕÅÔÓÑ ÚÎÁÞÅÎÉÅ 45.\r\n
\r\nïÔ, ëÏÍÕ, Cc, Bcc, ôÅÍÁ
\r\n÷ ÜÔÉÈ ÐÏÌÑÈ ÎÁÄÏ ××ÅÓÔÉ email ÐÏÌÕÞÁÔÅÌÑ. ÷Ù ÍÏÖÅÔÅ ÄÁÔØ ÐÏÌØÚÏ×ÁÔÅÌÑÍ ×ÏÚÍÏÖÎÏÓÔØ ÉÚÍÅÎÉÔØ ÎÅËÏÔÏÒÙÅ ÉÌÉ ×ÓÅ ÐÏÌÑ, ÎÏ ÏÂÙÞÎÏ ÉÚÍÅÎÑÅÍÙÍÉ ÐÏÌÑÍÉ Ñ×ÌÑÀÔÓÑ ÐÏÌÑ \"ïÔ\" É \"ôÅÍÁ\". ó ÐÏÍÏÝØÀ ×ÙÐÁÄÁÀÝÅÇÏ ÍÅÎÀ ×Ù ÍÏÖÅÔÅ ÚÁÄÁÔØ ÄÌÑ ËÁÖÄÏÇÏ ÐÏÌÑ, ÉÍÅÅÔ ÌÉ ÐÒÁ×Ï ÐÏÌØÚÏ×ÁÔÅÌØ ÅÇÏ ÍÅÎÑÔØ ÉÌÉ ÎÅÔ.\r\n
\r\nðÏÄÔ×ÅÒÖÄÅÎÉÅ
\r\nüÔÏ ÓÏÏÂÝÅÎÉÅ ÂÕÄÅÔ ÏÔÏÂÒÁÖÅÎÏ ÐÏÓÌÅ ÎÁÖÁÔÉÑ ÎÁ ËÎÏÐËÕ \"ðÏÓÌÁÔØ\".\r\n
\r\nóÏÈÒÁÎÉÔØ ÚÁÐÉÓÉ?
\r\nåÓÌÉ ×Ù ×ÙÂÅÒÉÔÅ \"äÁ\", ÔÏ ÚÁÐÏÌÎÅÎÎÙÅ ÐÏÌÑ ÆÏÒÍÙ ÂÕÄÕÔ ÓÏÈÒÁÎÅÎÙ.\r\n
\r\näÏÂÁ×ÉÔØ ÅÝÅ ÏÄÎÏ ÐÏÌÅ?
\r\nåÓÌÉ ×Ù ÈÏÔÉÔÅ ÓÒÁÚÕ ÄÏÂÁ×ÉÔØ ÎÏ×ÏÅ ÐÏÌÅ, ÔÏ ×ÙÂÅÒÉÔÅ \"äÁ\".',1041689302,NULL);
-INSERT INTO international VALUES (378,'WebGUI',1,'User ID',1031514049,NULL);
-INSERT INTO international VALUES (379,'WebGUI',1,'Group ID',1031514049,NULL);
-INSERT INTO international VALUES (381,'WebGUI',1,'WebGUI received a malformed request and was unable to continue. Proprietary characters being passed through a form typically cause this. Please feel free to hit your back button and try again.',1031514049,NULL);
-INSERT INTO international VALUES (1,'FileManager',1,'File Manager',1038028463,NULL);
-INSERT INTO international VALUES (90,'EventsCalendar',1,'Default Month',1038190708,NULL);
-INSERT INTO international VALUES (3,'FileManager',1,'Proceed to add file?',1031514049,NULL);
-INSERT INTO international VALUES (367,'WebGUI',6,'Bäst före',1031510000,NULL);
-INSERT INTO international VALUES (5,'FileManager',1,'File Title',1031514049,NULL);
-INSERT INTO international VALUES (6,'FileManager',1,'File',1038882929,NULL);
-INSERT INTO international VALUES (7,'FileManager',1,'Group to Download',1031514049,NULL);
-INSERT INTO international VALUES (8,'FileManager',1,'Brief Synopsis',1031514049,NULL);
-INSERT INTO international VALUES (9,'FileManager',1,'Edit File Manager',1038028499,NULL);
-INSERT INTO international VALUES (10,'FileManager',1,'Edit File',1038882889,NULL);
-INSERT INTO international VALUES (11,'FileManager',1,'Add a new file.',1038882956,NULL);
-INSERT INTO international VALUES (12,'FileManager',1,'Are you certain that you wish to delete this file?',1038882975,NULL);
-INSERT INTO international VALUES (14,'FileManager',1,'File',1031514049,NULL);
-INSERT INTO international VALUES (15,'FileManager',1,'Description',1031514049,NULL);
-INSERT INTO international VALUES (16,'FileManager',1,'Date Uploaded',1031514049,NULL);
-INSERT INTO international VALUES (766,'WebGUI',1,'Back to collateral list.',1036892898,NULL);
-INSERT INTO international VALUES (770,'WebGUI',1,'Edit Snippet',1036893050,NULL);
-INSERT INTO international VALUES (37,'USS',1,'Delete',1031514049,NULL);
-INSERT INTO international VALUES (83,'Survey',1,'Questions Per Page',1075639327,'Ask the user how many questions should be displayed per page on the survey.');
-INSERT INTO international VALUES (17,'FileManager',1,'Alternate Version #1',1031514049,NULL);
-INSERT INTO international VALUES (18,'FileManager',1,'Alternate Version #2',1031514049,NULL);
-INSERT INTO international VALUES (19,'FileManager',1,'You have no files available.',1038882995,NULL);
-INSERT INTO international VALUES (14,'EventsCalendar',1,'Start Date',1031514049,NULL);
-INSERT INTO international VALUES (15,'EventsCalendar',1,'End Date',1031514049,NULL);
-INSERT INTO international VALUES (20,'FileManager',1,'Paginate After',1031514049,NULL);
-INSERT INTO international VALUES (14,'SQLReport',1,'Paginate After',1031514049,NULL);
-INSERT INTO international VALUES (19,'EventsCalendar',1,'Paginate After',1031514049,NULL);
-INSERT INTO international VALUES (384,'WebGUI',1,'File',1031514049,NULL);
-INSERT INTO international VALUES (385,'WebGUI',1,'Parameters',1031514049,NULL);
-INSERT INTO international VALUES (386,'WebGUI',1,'Edit Image',1031514049,NULL);
-INSERT INTO international VALUES (387,'WebGUI',1,'Uploaded By',1031514049,NULL);
-INSERT INTO international VALUES (388,'WebGUI',1,'Upload Date',1031514049,NULL);
-INSERT INTO international VALUES (703,'WebGUI',10,'år',1036855939,NULL);
-INSERT INTO international VALUES (391,'WebGUI',1,'Delete attached file.',1031514049,NULL);
-INSERT INTO international VALUES (588,'WebGUI',10,'Er du sikker på at du vil indsende denne oversættelse til Plain Black for de kan inkludere den i den officielle distribution af WebGUI?.\r\nHvis du klikker på ja betyder det, at du giver Plain Black alle rettigheder til oversættelsen.',1037205505,NULL);
-INSERT INTO international VALUES (779,'WebGUI',1,'Image',1036912938,NULL);
-INSERT INTO international VALUES (394,'WebGUI',1,'Manage collateral.',1036954925,NULL);
-INSERT INTO international VALUES (395,'WebGUI',1,'Add a new image.',1031514049,NULL);
-INSERT INTO international VALUES (723,'WebGUI',10,'Undertrykt',1036855601,NULL);
-INSERT INTO international VALUES (715,'WebGUI',10,'Rediriger URL',1036855743,NULL);
-INSERT INTO international VALUES (399,'WebGUI',1,'Validate this page.',1031514049,NULL);
-INSERT INTO international VALUES (400,'WebGUI',1,'Prevent Proxy Caching',1031514049,NULL);
-INSERT INTO international VALUES (401,'WebGUI',1,'Are you certain you wish to delete this message and all messages under it in this thread?',1031514049,NULL);
-INSERT INTO international VALUES (565,'WebGUI',1,'Who can moderate?',1031514049,NULL);
-INSERT INTO international VALUES (1063,'WebGUI',1,'These are the variables availabe in the forum notification template.\r\n\r\n
\r\nnotify.subscription.message
\r\nA message stating that the user is receiving the message because they subscribed to the forum or thread.\r\n
\r\n\r\nNOTE: The notification template also includes all the variables from the post template.\r\n
\r\n',1066580520,NULL); -INSERT INTO international VALUES (403,'WebGUI',1,'Prefer not to say.',1031514049,NULL); -INSERT INTO international VALUES (405,'WebGUI',1,'Last Page',1031514049,NULL); -INSERT INTO international VALUES (406,'WebGUI',1,'Thumbnail Size',1031514049,NULL); -INSERT INTO international VALUES (407,'WebGUI',1,'Click here to register.',1031514049,NULL); -INSERT INTO international VALUES (15,'SQLReport',1,'Preprocess macros on query?',1031514049,NULL); -INSERT INTO international VALUES (16,'SQLReport',1,'Debug?',1031514049,NULL); -INSERT INTO international VALUES (17,'SQLReport',1,'Debug: Query:',1031514049,NULL); -INSERT INTO international VALUES (18,'SQLReport',1,'There were no results for this query.',1031514049,NULL); -INSERT INTO international VALUES (231,'WebGUI',2,'Neuen Beitrag schreiben...',1041611094,NULL); -INSERT INTO international VALUES (230,'WebGUI',2,'Beitrag',1041611083,NULL); -INSERT INTO international VALUES (229,'WebGUI',2,'Betreff',1041611043,NULL); -INSERT INTO international VALUES (232,'WebGUI',2,'kein Betreff',1041627741,NULL); -INSERT INTO international VALUES (175,'WebGUI',2,'Makros ausführen?',1041611064,NULL); -INSERT INTO international VALUES (169,'WebGUI',2,'Neuen Benutzer hinzufügen',1041611000,NULL); -INSERT INTO international VALUES (171,'WebGUI',2,'Bearbeiten mit Attributen',1041611022,NULL); -INSERT INTO international VALUES (170,'WebGUI',2,'suchen',1041611009,NULL); -INSERT INTO international VALUES (174,'WebGUI',2,'Titel anzeigen?',1041611054,NULL); -INSERT INTO international VALUES (168,'WebGUI',2,'Benutzer bearbeiten',1040639529,NULL); -INSERT INTO international VALUES (167,'WebGUI',2,'Sind Sie sicher, dass Sie diesen Benutzer löschen möchten? Die Benutzerinformation geht damit endgültig verloren!',1040648387,NULL); -INSERT INTO international VALUES (4,'Auth/LDAP',2,'Verbindungs DN',1045240216,NULL); -INSERT INTO international VALUES (3,'Auth/LDAP',2,'LDAP URL',1040644157,NULL); -INSERT INTO international VALUES (164,'WebGUI',2,'Authentifizierungsmethode',1041610972,NULL); -INSERT INTO international VALUES (163,'WebGUI',2,'Benutzer hinzufügen',1041610963,NULL); -INSERT INTO international VALUES (162,'WebGUI',2,'Sind Sie sicher, dass Sie alle Seiten und Wobjects im Mülleimer löschen möchten?',1040647879,NULL); -INSERT INTO international VALUES (160,'WebGUI',2,'Erstellungsdatum',1041610945,NULL); -INSERT INTO international VALUES (161,'WebGUI',2,'Erstellt von',1041610954,NULL); -INSERT INTO international VALUES (506,'WebGUI',1,'Manage Templates',1031514049,NULL); -INSERT INTO international VALUES (159,'WebGUI',2,'Ausstehende Beiträge',1041610285,NULL); -INSERT INTO international VALUES (149,'WebGUI',2,'Benutzer',1041610918,NULL); -INSERT INTO international VALUES (146,'WebGUI',2,'Aktive Sitzungen',1041610873,NULL); -INSERT INTO international VALUES (148,'WebGUI',2,'Wobjects',1045392042,NULL); -INSERT INTO international VALUES (147,'WebGUI',2,'Seiten',1041610909,NULL); -INSERT INTO international VALUES (145,'WebGUI',2,'WebGUI Build Version',1041610863,NULL); -INSERT INTO international VALUES (140,'WebGUI',2,'Sonstige Einstellungen bearbeiten',1041607814,NULL); -INSERT INTO international VALUES (144,'WebGUI',2,'Anschauen: Statistik',1040638400,NULL); -INSERT INTO international VALUES (141,'WebGUI',2,'\"Nicht gefunden\" Seite',1041607830,NULL); -INSERT INTO international VALUES (142,'WebGUI',2,'Sitzungs Zeitüberschreitung',1041607845,NULL); -INSERT INTO international VALUES (143,'WebGUI',2,'Einstellungen verwalten',1041607865,NULL); -INSERT INTO international VALUES (139,'WebGUI',2,'Nein',1041607789,NULL); -INSERT INTO international VALUES (138,'WebGUI',2,'Ja',1041607758,NULL); -INSERT INTO international VALUES (135,'WebGUI',2,'SMTP Server',1041607780,NULL); -INSERT INTO international VALUES (134,'WebGUI',2,'Passwort wiederherstellen Text',1044376446,NULL); -INSERT INTO international VALUES (133,'WebGUI',2,'Benachrichtigungsoptionen bearbeiten',1045240845,NULL); -INSERT INTO international VALUES (130,'WebGUI',2,'Maximale Dateigrösse für Anhänge',1058171352,NULL); -INSERT INTO international VALUES (125,'WebGUI',2,'Firmenname',1041607657,NULL); -INSERT INTO international VALUES (126,'WebGUI',2,'Emailadresse der Firma',1041607671,NULL); -INSERT INTO international VALUES (127,'WebGUI',2,'URL der Firma',1041607693,NULL); -INSERT INTO international VALUES (124,'WebGUI',2,'Firmeninformationen bearbeiten',1041607649,NULL); -INSERT INTO international VALUES (7,'Auth/LDAP',2,'LDAP Identitäts-Name',1040644209,NULL); -INSERT INTO international VALUES (8,'Auth/LDAP',2,'LDAP Passwort/Name',1040644223,NULL); -INSERT INTO international VALUES (6,'Auth/LDAP',2,'LDAP Identität (Standard)',1040644196,NULL); -INSERT INTO international VALUES (119,'WebGUI',2,'Authentifizierungsmethode (Standard)',1041607640,NULL); -INSERT INTO international VALUES (5,'Auth/LDAP',2,'LDAP URL (Standard)',1040644184,NULL); -INSERT INTO international VALUES (117,'WebGUI',2,'Benutzereinstellungen bearbeiten',1045243017,NULL); -INSERT INTO international VALUES (118,'WebGUI',2,'anonyme Registrierung',1041607629,NULL); -INSERT INTO international VALUES (116,'WebGUI',2,'Rechte an alle nachfolgenden Seiten und Wobjects weitergeben.',1056542136,NULL); -INSERT INTO international VALUES (108,'WebGUI',2,'Besitzer',1040650300,NULL); -INSERT INTO international VALUES (107,'WebGUI',2,'Rechte',1040650272,NULL); -INSERT INTO international VALUES (105,'WebGUI',2,'Layout',1048242843,NULL); -INSERT INTO international VALUES (106,'WebGUI',2,'Style für alle nachfolgenden Seiten übernehmen.',1040595792,NULL); -INSERT INTO international VALUES (104,'WebGUI',2,'URL der Seite',1040650221,NULL); -INSERT INTO international VALUES (103,'WebGUI',2,'Seiteneigenschaften',1048242830,NULL); -INSERT INTO international VALUES (102,'WebGUI',2,'Seite bearbeiten',1040650212,NULL); -INSERT INTO international VALUES (100,'WebGUI',2,'Meta Tags',1040650200,NULL); -INSERT INTO international VALUES (353,'WebGUI',1,'You have no messages in your Inbox at this time.',1031514049,NULL); -INSERT INTO international VALUES (101,'WebGUI',2,'Sind Sie sicher, dass Sie diese Seite und ihren kompletten Inhalt darunter löschen möchten?',1040648355,NULL); -INSERT INTO international VALUES (99,'WebGUI',2,'Titel',1041611140,NULL); -INSERT INTO international VALUES (93,'WebGUI',2,'Hilfe',1041611204,NULL); -INSERT INTO international VALUES (94,'WebGUI',2,'Siehe auch',1041611195,NULL); -INSERT INTO international VALUES (92,'WebGUI',2,'Nächste Seite',1041611268,NULL); -INSERT INTO international VALUES (95,'WebGUI',2,'Hilfe Index',1041611231,NULL); -INSERT INTO international VALUES (91,'WebGUI',2,'Vorherige Seite',1041611277,NULL); -INSERT INTO international VALUES (89,'WebGUI',2,'Gruppen',1041628859,NULL); -INSERT INTO international VALUES (90,'WebGUI',2,'Neue Gruppe\r\nhinzufügen',1041611287,NULL); -INSERT INTO international VALUES (88,'WebGUI',2,'Benutzer in dieser Gruppe',1041628867,NULL); -INSERT INTO international VALUES (87,'WebGUI',2,'Gruppe bearbeiten',1041628877,NULL); -INSERT INTO international VALUES (86,'WebGUI',2,'Sind Sie sicher, dass Sie diese Gruppe löschen möchten? Denken Sie daran, dass diese Gruppe und die zugehörige Rechtesstruktur endgültig gelöscht wird.',1040648228,NULL); -INSERT INTO international VALUES (85,'WebGUI',2,'Inhalt/Beschreibung',1045497659,NULL); -INSERT INTO international VALUES (84,'WebGUI',2,'Gruppenname',1041628893,NULL); -INSERT INTO international VALUES (82,'WebGUI',2,'Administrative Funktionen ...',1041630103,NULL); -INSERT INTO international VALUES (81,'WebGUI',2,'Benutzerkonto wurde erfolgreich aktualisiert!',1041593522,NULL); -INSERT INTO international VALUES (80,'WebGUI',2,'Benutzerkonto wurde erfolgreich angelegt!',1041593500,NULL); -INSERT INTO international VALUES (3,'Auth/WebGUI',2,'Die Passwörter unterscheiden sich. Bitte versuchen Sie es noch einmal.',1040598052,NULL); -INSERT INTO international VALUES (2,'Auth/LDAP',2,'Verbindung zum LDAP-Server konnte nicht hergestellt werden.',1040598025,NULL); -INSERT INTO international VALUES (77,'WebGUI',2,'Dieser Benutzername ist bereits vergeben. Bitte wählen Sie einen anderen Benutzernamen. Hier sind einige Vorschläge:',1041611326,NULL); -INSERT INTO international VALUES (74,'WebGUI',2,'Benutzerkonteninformationen',1041631729,NULL); -INSERT INTO international VALUES (73,'WebGUI',2,'Anmelden',1040598159,NULL); -INSERT INTO international VALUES (76,'WebGUI',2,'Ihre Emailadresse ist nicht in unserer Datenbank.',1041631742,NULL); -INSERT INTO international VALUES (75,'WebGUI',2,'Ihre Benutzerkonteninformationen wurden an Ihre Emailadresse gesendet.',1041629885,NULL); -INSERT INTO international VALUES (72,'WebGUI',2,'wiederherstellen',1041631715,NULL); -INSERT INTO international VALUES (71,'WebGUI',2,'Passwort wiederherstellen',1041631530,NULL); -INSERT INTO international VALUES (70,'WebGUI',2,'Fehler',1041631245,NULL); -INSERT INTO international VALUES (69,'WebGUI',2,'Bitten Sie Ihren Systemadministrator um Hilfe.',1041593475,NULL); -INSERT INTO international VALUES (66,'WebGUI',2,'Anmelden',1041630393,NULL); -INSERT INTO international VALUES (67,'WebGUI',2,'Neues Benutzerkonto einrichten',1041593453,NULL); -INSERT INTO international VALUES (408,'WebGUI',1,'Manage Roots',1031514049,NULL); -INSERT INTO international VALUES (409,'WebGUI',1,'Add a new root.',1031514049,NULL); -INSERT INTO international VALUES (410,'WebGUI',1,'Manage roots.',1031514049,NULL); -INSERT INTO international VALUES (411,'WebGUI',1,'Menu Title',1031514049,NULL); -INSERT INTO international VALUES (412,'WebGUI',1,'Synopsis',1031514049,NULL); -INSERT INTO international VALUES (894,'WebGUI',1,'Allow discussion?',1031514049,NULL); -INSERT INTO international VALUES (10,'Product',1,'Price',1031514049,NULL); -INSERT INTO international VALUES (22,'Article',1,'Author',1031514049,NULL); -INSERT INTO international VALUES (23,'Article',1,'Date',1031514049,NULL); -INSERT INTO international VALUES (24,'Article',1,'Post Response',1031514049,NULL); -INSERT INTO international VALUES (58,'USS',1,'Previous Submission',1031514049,NULL); -INSERT INTO international VALUES (76,'MessageBoard',1,'Are you certain you wish to delete this forum and all the posts it contains?',1066055963,'A question prompting the admin whether they truely want to delete a forum from a message board.'); -INSERT INTO international VALUES (28,'Article',1,'View Responses',1031514049,NULL); -INSERT INTO international VALUES (55,'Product',1,'Add a benefit.',1031514049,NULL); -INSERT INTO international VALUES (61,'USS',16,'System zg³aszania propozycji, Dodawanie/Edycja',1076558715,NULL); -INSERT INTO international VALUES (61,'SyndicatedContent',16,'Kana³y informacji, Dodawanie/Edycja',1076558688,NULL); -INSERT INTO international VALUES (72,'SiteMap',16,'Szablon spisu tre¶ci',1076558663,NULL); -INSERT INTO international VALUES (417,'WebGUI',1,'
\r\n\r\nnewpost.header
\r\nThe default label for the heading of this form.\r\n
\r\n\r\nnewpost.isNewThread
\r\nA condition indicating whether this post is a new thread.\r\n
\r\n\r\nnewpost.isReply
\r\nA condition indicating whether this post is a reply.\r\n
\r\n\r\nNOTE: If the post is a reply, then the template variables from the post template are included and populated with the data from the original message.\r\n
\r\n\r\nnewpost.isEdit
\r\nA condition indicating whether this post is an edit of an existing post.\r\n
\r\n\r\nuser.isVisitor
\r\nA condition indicating whether the current user is a visitor.\r\n
\r\n\r\nnewpost.isNewMessage
\r\nA conditional basically opposite of newpost.isEdit.\r\n
\r\n\r\nform.begin
\r\nThe form header.\r\n
\r\n\r\nsticky.label
\r\nThe default label for sticky.form.\r\n
\r\n\r\nsticky.form
\r\nA form element for making the thread sticky.\r\n
\r\n\r\nsubscribe.label
\r\nThe default label for subscribe.form.\r\n
\r\n\r\nsubscribe.form
\r\nA form element for subscribing to the thread.\r\n
\r\n\r\nlock.label
\r\nThe default label for lock.form.\r\n
\r\n\r\nlock.form
\r\nA form element for locking the thread.\r\n
\r\n\r\ncontenttype.label
\r\nThe default label for contentype.form.\r\n
\r\n\r\ncontentType.form
\r\nA form element for selecting what type of content is being posted.\r\n
\r\n\r\nuser.isModerator
\r\nA condition indicating whether the current user is a moderator.\r\n
\r\n\r\nallowReplacements
\r\nA condition indicating whether this forum tollerates replacements.\r\n
\r\n\r\n\r\nmessage.label
\r\nThe default label for message.form.\r\n
\r\n\r\nmessage.form
\r\nThe form element for the user to enter their message.\r\n
\r\n\r\nvisitorName.label
\r\nThe default label for visitorName.form.\r\n
\r\n\r\nvisitorName.form
\r\nA form element that allows the user to enter a display name if they are a visitor.\r\n
\r\n\r\nform.submit
\r\nThe submit button for the form.\r\n
\r\n\r\nsubject.label
\r\nThe default label for subject.form.\r\n
\r\n\r\nsubject.form
\r\nA form element that allows users to enter a subject for their message.\r\n
\r\n\r\n\r\nform.end
\r\nThe form footer.\r\n
\r\n\r\n',1066581759,NULL); -INSERT INTO international VALUES (577,'WebGUI',10,'Send respons',1031510000,NULL); -INSERT INTO international VALUES (1016,'WebGUI',10,'Antal svar',1031510000,NULL); -INSERT INTO international VALUES (1017,'WebGUI',10,'Seneste svar',1031510000,NULL); -INSERT INTO international VALUES (565,'WebGUI',10,'Hvem kan moderere?',1031510000,NULL); -INSERT INTO international VALUES (1,'Poll',10,'Afstemning',1031510000,NULL); -INSERT INTO international VALUES (3,'Poll',10,'Aktiv',1031510000,NULL); -INSERT INTO international VALUES (4,'Poll',10,'Hvem kan stemme',1031510000,NULL); -INSERT INTO international VALUES (5,'Poll',10,'Bredde på graf',1031510000,NULL); -INSERT INTO international VALUES (6,'Poll',10,'Spørgsmål',1031510000,NULL); -INSERT INTO international VALUES (7,'Poll',10,'Svar',1031510000,NULL); -INSERT INTO international VALUES (8,'Poll',10,'(Indtast ét svar pr. linie. Ikke mere end 20.)',1031510000,NULL); -INSERT INTO international VALUES (9,'Poll',10,'Rediger afstemning',1031510000,NULL); -INSERT INTO international VALUES (10,'Poll',10,'Nulstil afstemning',1031510000,NULL); -INSERT INTO international VALUES (11,'Poll',10,'Stem!',1031510000,NULL); -INSERT INTO international VALUES (2,'SiteMap',10,'Site oversigt',1031510000,NULL); -INSERT INTO international VALUES (3,'SiteMap',10,'Startende fra dette niveau',1031510000,NULL); -INSERT INTO international VALUES (4,'SiteMap',10,'Dybde?',1031510000,NULL); -INSERT INTO international VALUES (5,'SiteMap',10,'Rediger Site oversigt',1031510000,NULL); -INSERT INTO international VALUES (6,'SiteMap',10,'Indryk',1031510000,NULL); -INSERT INTO international VALUES (80,'Survey',1,'seconds',1038789602,NULL); -INSERT INTO international VALUES (1,'SQLReport',10,'SQL rapport',1031510000,NULL); -INSERT INTO international VALUES (1,'WSClient',1,'Web Services Client',1033575504,NULL); -INSERT INTO international VALUES (4,'SQLReport',10,'Query',1031510000,NULL); -INSERT INTO international VALUES (1079,'WebGUI',1,'Printable Style',1073152790,'A label describing a style that looks good when printing the page.'); -INSERT INTO international VALUES (8,'SQLReport',10,'Rediger SQL rapport',1031510000,NULL); -INSERT INTO international VALUES (14,'Auth/WebGUI',1,'Minimum password length',1071507951,'What is the minimum password length?'); -INSERT INTO international VALUES (10,'SQLReport',10,'Debug: Error: The SQL specified is of an improper format.',1031510000,NULL); -INSERT INTO international VALUES (11,'SQLReport',10,'Debug: Error: There was a problem with the query.',1031510000,NULL); -INSERT INTO international VALUES (12,'SQLReport',10,'Debug: Error: Could not connect to the database.',1031510000,NULL); -INSERT INTO international VALUES (85,'Survey',1,'Questions Per Response',1075639549,'Ask the user how many questions should be displayed to the user per time taking the survey.'); -INSERT INTO international VALUES (14,'SQLReport',10,'Slet efter',1031510000,NULL); -INSERT INTO international VALUES (15,'SQLReport',10,'Udfør makroer ved forespørgsel?',1031510000,NULL); -INSERT INTO international VALUES (16,'SQLReport',10,'Debug?',1031671019,NULL); -INSERT INTO international VALUES (17,'SQLReport',10,'Debug: Query:',1031510000,NULL); -INSERT INTO international VALUES (18,'SQLReport',10,'Der var ikke nogen svar til denne forespørgsel!',1031510000,NULL); -INSERT INTO international VALUES (1,'SyndicatedContent',10,'URL til RSS fil',1031510000,NULL); -INSERT INTO international VALUES (2,'SyndicatedContent',10,'Syndicated Content',1031510000,NULL); -INSERT INTO international VALUES (4,'SyndicatedContent',10,'Rediger Syndicated Content',1031510000,NULL); -INSERT INTO international VALUES (1,'USS',10,'Hvem kan godkende indlæg?',1031510000,NULL); -INSERT INTO international VALUES (2,'USS',10,'Hvem kan tilføje indlæg?',1031510000,NULL); -INSERT INTO international VALUES (3,'USS',10,'Du har nye indlæg til godkendelse',1031510000,NULL); -INSERT INTO international VALUES (4,'USS',10,'Dit indlæg er godkendt',1031510000,NULL); -INSERT INTO international VALUES (5,'USS',10,'Dit indlæg er afvist',1031510000,NULL); -INSERT INTO international VALUES (6,'USS',10,'Antal indlæg pr. side',1031510000,NULL); -INSERT INTO international VALUES (560,'WebGUI',10,'Godkendt',1031510000,NULL); -INSERT INTO international VALUES (561,'WebGUI',10,'Afvist',1031510000,NULL); -INSERT INTO international VALUES (562,'WebGUI',10,'Afventer',1031510000,NULL); -INSERT INTO international VALUES (563,'WebGUI',10,'Default Status',1031510000,NULL); -INSERT INTO international VALUES (12,'USS',10,'(Kryds ikke hvis du laver et HTML indlæg.)',1031510000,NULL); -INSERT INTO international VALUES (13,'USS',10,'Tilføjet dato',1031510000,NULL); -INSERT INTO international VALUES (14,'USS',10,'Status',1031510000,NULL); -INSERT INTO international VALUES (15,'USS',10,'Rediger/Slet',1031510000,NULL); -INSERT INTO international VALUES (16,'USS',10,'Ingen titel',1031510000,NULL); -INSERT INTO international VALUES (17,'USS',10,'Er du sikker på du vil slette dette indlæg?',1031510000,NULL); -INSERT INTO international VALUES (18,'USS',10,'Rediger User Submission System',1031510000,NULL); -INSERT INTO international VALUES (19,'USS',10,'Rediger indlæg',1031510000,NULL); -INSERT INTO international VALUES (20,'USS',10,'Lav nyt indlæg',1031510000,NULL); -INSERT INTO international VALUES (21,'USS',10,'Indsendt af',1031510000,NULL); -INSERT INTO international VALUES (572,'WebGUI',10,'Godkendt',1031510000,NULL); -INSERT INTO international VALUES (574,'WebGUI',10,'Afvist',1031510000,NULL); -INSERT INTO international VALUES (27,'USS',10,'Rediger',1031510000,NULL); -INSERT INTO international VALUES (28,'USS',10,'Tilbage til Submission oversigt',1031510000,NULL); -INSERT INTO international VALUES (29,'USS',10,'Bruger Indlæg',1031510000,NULL); -INSERT INTO international VALUES (31,'USS',10,'Indhold',1031510000,NULL); -INSERT INTO international VALUES (32,'USS',10,'Billede',1031510000,NULL); -INSERT INTO international VALUES (33,'USS',10,'Tillæg',1031510000,NULL); -INSERT INTO international VALUES (35,'USS',10,'Titel',1031510000,NULL); -INSERT INTO international VALUES (37,'USS',10,'Slet',1031510000,NULL); -INSERT INTO international VALUES (1,'WebGUI',10,'Tilføj indhold',1031510000,NULL); -INSERT INTO international VALUES (2,'WebGUI',10,'Side',1031510000,NULL); -INSERT INTO international VALUES (27,'Navigation',1,'Max depth',1077080669,''); -INSERT INTO international VALUES (4,'WebGUI',10,'administrer indstillinger',1031510000,NULL); -INSERT INTO international VALUES (5,'WebGUI',10,'administrer grupper',1031510000,NULL); -INSERT INTO international VALUES (7,'WebGUI',10,'administrer brugere',1031510000,NULL); -INSERT INTO international VALUES (8,'WebGUI',10,'Vis side_ikke_fundet',1031510000,NULL); -INSERT INTO international VALUES (9,'WebGUI',10,'Vis udklipsholder',1031510000,NULL); -INSERT INTO international VALUES (10,'WebGUI',10,'administrer skraldespand',1031510000,NULL); -INSERT INTO international VALUES (11,'WebGUI',10,'Tøm skraldespand',1031510000,NULL); -INSERT INTO international VALUES (12,'WebGUI',10,'Slå administration fra',1031510000,NULL); -INSERT INTO international VALUES (13,'WebGUI',10,'Vis hjælpe indeks',1031510000,NULL); -INSERT INTO international VALUES (14,'WebGUI',10,'Vis afventende indlæg',1031510000,NULL); -INSERT INTO international VALUES (15,'WebGUI',10,'Januar',1031510000,NULL); -INSERT INTO international VALUES (16,'WebGUI',10,'Februar',1031510000,NULL); -INSERT INTO international VALUES (17,'WebGUI',10,'Marts',1031510000,NULL); -INSERT INTO international VALUES (18,'WebGUI',10,'April',1031510000,NULL); -INSERT INTO international VALUES (19,'WebGUI',10,'Maj',1031510000,NULL); -INSERT INTO international VALUES (20,'WebGUI',10,'Juni',1031510000,NULL); -INSERT INTO international VALUES (21,'WebGUI',10,'Juli',1031510000,NULL); -INSERT INTO international VALUES (22,'WebGUI',10,'August',1031510000,NULL); -INSERT INTO international VALUES (23,'WebGUI',10,'September',1031510000,NULL); -INSERT INTO international VALUES (24,'WebGUI',10,'Oktober',1031510000,NULL); -INSERT INTO international VALUES (25,'WebGUI',10,'November',1031510000,NULL); -INSERT INTO international VALUES (26,'WebGUI',10,'December',1031510000,NULL); -INSERT INTO international VALUES (27,'WebGUI',10,'Søndag',1031510000,NULL); -INSERT INTO international VALUES (28,'WebGUI',10,'Mandag',1031510000,NULL); -INSERT INTO international VALUES (29,'WebGUI',10,'Tirsdag',1031510000,NULL); -INSERT INTO international VALUES (30,'WebGUI',10,'Onsdag',1031510000,NULL); -INSERT INTO international VALUES (31,'WebGUI',10,'Torsdag',1031510000,NULL); -INSERT INTO international VALUES (32,'WebGUI',10,'Fredag',1031510000,NULL); -INSERT INTO international VALUES (33,'WebGUI',10,'Lørdag',1031510000,NULL); -INSERT INTO international VALUES (35,'WebGUI',10,'Administrative funktioner',1031510000,NULL); -INSERT INTO international VALUES (36,'WebGUI',10,'Du skal være administrator for at udføre denne funktion. Kontakt en af følgende personer der er administratorer:',1031510000,NULL); -INSERT INTO international VALUES (37,'WebGUI',10,'Adgang nægtet!',1031510000,NULL); -INSERT INTO international VALUES (38,'WebGUI',10,'\"Du har ikke nødvendige rettigheder til at udføre denne funktion. Venligst log in ^a(log in med en konto); med nødvendige rettigheder før du prøver dette.\"',1031510000,NULL); -INSERT INTO international VALUES (39,'WebGUI',10,'Du har ikke rettigheder til at få adgang til denne side.',1031510000,NULL); -INSERT INTO international VALUES (40,'WebGUI',10,'Vital komponent',1031510000,NULL); -INSERT INTO international VALUES (41,'WebGUI',10,'DU forsøger at fjerne en VITAL system komponent. Hvis du fik lov til dette, ville systemet ikke virke mere …..',1031510000,NULL); -INSERT INTO international VALUES (42,'WebGUI',10,'Venligst bekræft',1031510000,NULL); -INSERT INTO international VALUES (43,'WebGUI',10,'Er du sikker på du vil slette dette indhold?',1031510000,NULL); -INSERT INTO international VALUES (44,'WebGUI',10,'Ja, jeg er sikker!',1031510000,NULL); -INSERT INTO international VALUES (45,'WebGUI',10,'Nej, jeg lavede en fejl',1031510000,NULL); -INSERT INTO international VALUES (46,'WebGUI',10,'Min konto',1031510000,NULL); -INSERT INTO international VALUES (47,'WebGUI',10,'Hjem',1031510000,NULL); -INSERT INTO international VALUES (48,'WebGUI',10,'Hej',1031510000,NULL); -INSERT INTO international VALUES (49,'WebGUI',10,'\"Klik her for at logge ud.\"',1031510000,NULL); -INSERT INTO international VALUES (50,'WebGUI',10,'Brugernavn',1031510000,NULL); -INSERT INTO international VALUES (51,'WebGUI',10,'Kodeord',1031510000,NULL); -INSERT INTO international VALUES (52,'WebGUI',10,'Login',1031510000,NULL); -INSERT INTO international VALUES (53,'WebGUI',10,'Print side',1031510000,NULL); -INSERT INTO international VALUES (54,'WebGUI',10,'Opret konto',1031510000,NULL); -INSERT INTO international VALUES (2,'Auth/WebGUI',10,'Kodeord (bekræft)',1031510000,NULL); -INSERT INTO international VALUES (56,'WebGUI',10,'Email Adresse',1031510000,NULL); -INSERT INTO international VALUES (57,'WebGUI',10,'Dette er kun nødvendigt hvis du bruger en funktion der kræver Email',1031510000,NULL); -INSERT INTO international VALUES (58,'WebGUI',10,'Jeg har allerede en konto',1031510000,NULL); -INSERT INTO international VALUES (59,'WebGUI',10,'Jeg har glemt mit kodeord (igen)',1031510000,NULL); -INSERT INTO international VALUES (60,'WebGUI',10,'Er du sikker på du vil deaktivere din konto. Kontoen kan IKKE åbnes igen.',1031510000,NULL); -INSERT INTO international VALUES (61,'WebGUI',10,'Opdater konto information',1031510000,NULL); -INSERT INTO international VALUES (62,'WebGUI',10,'Gem',1031510000,NULL); -INSERT INTO international VALUES (63,'WebGUI',10,'Slå administration til.',1031510000,NULL); -INSERT INTO international VALUES (64,'WebGUI',10,'Log ud.',1031510000,NULL); -INSERT INTO international VALUES (65,'WebGUI',10,'Venligst de-aktiver min konto permanent.',1031510000,NULL); -INSERT INTO international VALUES (66,'WebGUI',10,'Log In',1031510000,NULL); -INSERT INTO international VALUES (67,'WebGUI',10,'Opret ny konto',1031510000,NULL); -INSERT INTO international VALUES (68,'WebGUI',10,'Konto informationen er ikke gyldig. Enten eksisterer kontoen ikke, eller også er brugernavn/kodeord forkert',1031510000,NULL); -INSERT INTO international VALUES (69,'WebGUI',10,'Kontakt venligst systemadministratoren for yderligere hjælp!',1031510000,NULL); -INSERT INTO international VALUES (70,'WebGUI',10,'Fejl',1031510000,NULL); -INSERT INTO international VALUES (71,'WebGUI',10,'Genskab kodeord',1031510000,NULL); -INSERT INTO international VALUES (72,'WebGUI',10,'Genskab ',1031510000,NULL); -INSERT INTO international VALUES (73,'WebGUI',10,'Log in.',1031510000,NULL); -INSERT INTO international VALUES (74,'WebGUI',10,'Konto information.',1031510000,NULL); -INSERT INTO international VALUES (75,'WebGUI',10,'Din konto information er sendt til den oplyste Email adresse',1031510000,NULL); -INSERT INTO international VALUES (76,'WebGUI',10,'Email adressen er ikke registreret i systemet',1031510000,NULL); -INSERT INTO international VALUES (77,'WebGUI',10,'Det brugernavn er desværre allerede brugt af en anden. Prøv evt. en af disse:',1031510000,NULL); -INSERT INTO international VALUES (3,'Auth/WebGUI',10,'Du har indtastet to forskellige kodeord - prøv igen!',1031510000,NULL); -INSERT INTO international VALUES (2,'Auth/LDAP',10,'Kan ikke forbinde til LDAP server',1031510000,NULL); -INSERT INTO international VALUES (80,'WebGUI',10,'Konto er nu oprettet!',1031510000,NULL); -INSERT INTO international VALUES (81,'WebGUI',10,'Konto er nu opdateret.',1031510000,NULL); -INSERT INTO international VALUES (82,'WebGUI',10,'Administrative funktioner',1031510000,NULL); -INSERT INTO international VALUES (84,'WebGUI',10,'Gruppe navn',1031510000,NULL); -INSERT INTO international VALUES (85,'WebGUI',10,'Beskrivelse',1031510000,NULL); -INSERT INTO international VALUES (86,'WebGUI',10,'Er du sikker på du vil slette denne gruppe? - og dermed alle rettigheder der er knyttet hertil',1031510000,NULL); -INSERT INTO international VALUES (87,'WebGUI',10,'Rediger gruppe',1031510000,NULL); -INSERT INTO international VALUES (88,'WebGUI',10,'brugere i gruppe',1031510000,NULL); -INSERT INTO international VALUES (89,'WebGUI',10,'Grupper',1031510000,NULL); -INSERT INTO international VALUES (90,'WebGUI',10,'Tilføj gruppe',1031510000,NULL); -INSERT INTO international VALUES (91,'WebGUI',10,'Forrige side',1031510000,NULL); -INSERT INTO international VALUES (92,'WebGUI',10,'Næste side',1031510000,NULL); -INSERT INTO international VALUES (93,'WebGUI',10,'Hjælp',1031510000,NULL); -INSERT INTO international VALUES (94,'WebGUI',10,'Se også',1031510000,NULL); -INSERT INTO international VALUES (95,'WebGUI',10,'Hjælpe indeks',1031510000,NULL); -INSERT INTO international VALUES (99,'WebGUI',10,'Titel',1031510000,NULL); -INSERT INTO international VALUES (100,'WebGUI',10,'Meta Tags',1031510000,NULL); -INSERT INTO international VALUES (101,'WebGUI',10,'Er du sikker på du vil slette denne side, og alt indhold derunder?',1031510000,NULL); -INSERT INTO international VALUES (102,'WebGUI',10,'Rediger side',1031510000,NULL); -INSERT INTO international VALUES (103,'WebGUI',10,'Side specifikationer',1031510000,NULL); -INSERT INTO international VALUES (104,'WebGUI',10,'Side URL',1031510000,NULL); -INSERT INTO international VALUES (105,'WebGUI',10,'Stil',1031510000,NULL); -INSERT INTO international VALUES (106,'WebGUI',10,'Sæt kryds for at give denne stil til alle undersider',1031510000,NULL); -INSERT INTO international VALUES (107,'WebGUI',10,'Rettigheder',1031510000,NULL); -INSERT INTO international VALUES (108,'WebGUI',10,'Ejer',1031510000,NULL); -INSERT INTO international VALUES (116,'WebGUI',10,'Sæt kryds for at give disse rettigheder til alle undersider',1031510000,NULL); -INSERT INTO international VALUES (117,'WebGUI',10,'Rediger autorisations indstillinger',1031510000,NULL); -INSERT INTO international VALUES (118,'WebGUI',10,'Anonym registrering',1031510000,NULL); -INSERT INTO international VALUES (119,'WebGUI',10,'autorisations metode (default)',1031510000,NULL); -INSERT INTO international VALUES (5,'Auth/LDAP',10,'LDAP URL (default)',1031510000,NULL); -INSERT INTO international VALUES (6,'Auth/LDAP',10,'LDAP Identitet (default)',1031510000,NULL); -INSERT INTO international VALUES (7,'Auth/LDAP',10,'LDAP Identitets navn',1031510000,NULL); -INSERT INTO international VALUES (8,'Auth/LDAP',10,'LDAP kodeord',1031510000,NULL); -INSERT INTO international VALUES (124,'WebGUI',10,'Rediger firma information',1031510000,NULL); -INSERT INTO international VALUES (125,'WebGUI',10,'Firma/organisations navn',1031510000,NULL); -INSERT INTO international VALUES (126,'WebGUI',10,'Firma/organisations Email',1031510000,NULL); -INSERT INTO international VALUES (127,'WebGUI',10,'Firma/organisation URL',1031510000,NULL); -INSERT INTO international VALUES (130,'WebGUI',10,'Maksimal størrelse på vedhæftede filer',1031510000,NULL); -INSERT INTO international VALUES (133,'WebGUI',10,'Rediger Mail indstillinger',1031510000,NULL); -INSERT INTO international VALUES (134,'WebGUI',10,'Besked for genskab adgangskode',1031510000,NULL); -INSERT INTO international VALUES (135,'WebGUI',10,'SMTP Server',1031510000,NULL); -INSERT INTO international VALUES (138,'WebGUI',10,'Ja',1031510000,NULL); -INSERT INTO international VALUES (139,'WebGUI',10,'Nej ',1031510000,NULL); -INSERT INTO international VALUES (140,'WebGUI',10,'Rediger diverse indstillinger',1031510000,NULL); -INSERT INTO international VALUES (141,'WebGUI',10,'Ikke fundet side',1031510000,NULL); -INSERT INTO international VALUES (142,'WebGUI',10,'Session Timeout',1031510000,NULL); -INSERT INTO international VALUES (143,'WebGUI',10,'administrer indstillinger',1031510000,NULL); -INSERT INTO international VALUES (144,'WebGUI',10,'Vis statistik',1031510000,NULL); -INSERT INTO international VALUES (145,'WebGUI',10,'WebGUI Build Version',1031510000,NULL); -INSERT INTO international VALUES (146,'WebGUI',10,'Aktive sessioner',1031510000,NULL); -INSERT INTO international VALUES (147,'WebGUI',10,'Sider',1031510000,NULL); -INSERT INTO international VALUES (148,'WebGUI',10,'Wobjects',1031510000,NULL); -INSERT INTO international VALUES (149,'WebGUI',10,'brugere i gruppe',1031510000,NULL); -INSERT INTO international VALUES (159,'WebGUI',10,'Meddelelses log',1031510000,NULL); -INSERT INTO international VALUES (160,'WebGUI',10,'Dato oprettet',1031510000,NULL); -INSERT INTO international VALUES (161,'WebGUI',10,'Oprettet af',1031510000,NULL); -INSERT INTO international VALUES (162,'WebGUI',10,'Er du sikker på du vil tømme skraldespanden?',1031510000,NULL); -INSERT INTO international VALUES (163,'WebGUI',10,'Tilføj bruger ',1031510000,NULL); -INSERT INTO international VALUES (164,'WebGUI',10,'Metode for autorisation',1031510000,NULL); -INSERT INTO international VALUES (3,'Auth/LDAP',10,'LDAP URL',1031510000,NULL); -INSERT INTO international VALUES (4,'Auth/LDAP',10,'Connect DN',1031510000,NULL); -INSERT INTO international VALUES (167,'WebGUI',10,'Er du sikker på du vil slette denne bruger? (Du kan ikke fortryde)',1031510000,NULL); -INSERT INTO international VALUES (168,'WebGUI',10,'Rediger bruger',1031510000,NULL); -INSERT INTO international VALUES (169,'WebGUI',10,'Tilføj ny bruger',1031510000,NULL); -INSERT INTO international VALUES (170,'WebGUI',10,'Søg',1031510000,NULL); -INSERT INTO international VALUES (171,'WebGUI',10,'Avanceret redigering',1031510000,NULL); -INSERT INTO international VALUES (174,'WebGUI',10,'Vis titel på siden?',1031510000,NULL); -INSERT INTO international VALUES (175,'WebGUI',10,'Udfør makroer?',1031510000,NULL); -INSERT INTO international VALUES (229,'WebGUI',10,'Emne',1031546537,NULL); -INSERT INTO international VALUES (230,'WebGUI',10,'Besked ',1031510000,NULL); -INSERT INTO international VALUES (231,'WebGUI',10,'Oprettet ny besked …',1031510000,NULL); -INSERT INTO international VALUES (232,'WebGUI',10,'Intet emne',1031510000,NULL); -INSERT INTO international VALUES (233,'WebGUI',10,'(eom)',1031510000,NULL); -INSERT INTO international VALUES (240,'WebGUI',10,'Besked ID:',1031510000,NULL); -INSERT INTO international VALUES (244,'WebGUI',10,'Forfatter ',1031510000,NULL); -INSERT INTO international VALUES (245,'WebGUI',10,'Dato',1031510000,NULL); -INSERT INTO international VALUES (304,'WebGUI',10,'Sprog',1031510000,NULL); -INSERT INTO international VALUES (307,'WebGUI',10,'Brug standard meta tags?',1031510000,NULL); -INSERT INTO international VALUES (308,'WebGUI',10,'Rediger profil indstillinger',1031510000,NULL); -INSERT INTO international VALUES (309,'WebGUI',10,'Tillad rigtige navne?',1031510000,NULL); -INSERT INTO international VALUES (310,'WebGUI',10,'Tillad ekstra kontakt information?',1031510000,NULL); -INSERT INTO international VALUES (311,'WebGUI',10,'Tillad hjemme information?',1031510000,NULL); -INSERT INTO international VALUES (312,'WebGUI',10,'Tillad arbejds information?',1031510000,NULL); -INSERT INTO international VALUES (313,'WebGUI',10,'Tillad diverse information?',1031510000,NULL); -INSERT INTO international VALUES (314,'WebGUI',10,'Fornavn',1031510000,NULL); -INSERT INTO international VALUES (315,'WebGUI',10,'Mellemnavn',1031510000,NULL); -INSERT INTO international VALUES (316,'WebGUI',10,'Efternavn',1031510000,NULL); -INSERT INTO international VALUES (317,'WebGUI',10,'\"ICQ UIN\"',1031510000,NULL); -INSERT INTO international VALUES (318,'WebGUI',10,'\"AIM Id\"',1031510000,NULL); -INSERT INTO international VALUES (319,'WebGUI',10,'\"MSN Messenger Id\"',1031510000,NULL); -INSERT INTO international VALUES (320,'WebGUI',10,'\"Yahoo! Messenger Id\"',1031510000,NULL); -INSERT INTO international VALUES (321,'WebGUI',10,'Bil tlf.',1031510000,NULL); -INSERT INTO international VALUES (322,'WebGUI',10,'OPS',1031510000,NULL); -INSERT INTO international VALUES (323,'WebGUI',10,'Hjemme adresse',1031510000,NULL); -INSERT INTO international VALUES (324,'WebGUI',10,'Hjemme by',1031510000,NULL); -INSERT INTO international VALUES (325,'WebGUI',10,'Hjemme stat',1031510000,NULL); -INSERT INTO international VALUES (326,'WebGUI',10,'Hjemme postnr.',1031510000,NULL); -INSERT INTO international VALUES (327,'WebGUI',10,'Hjemme amt',1031510000,NULL); -INSERT INTO international VALUES (328,'WebGUI',10,'Hjemme tlf.',1031510000,NULL); -INSERT INTO international VALUES (329,'WebGUI',10,'Arbejds adresse',1031510000,NULL); -INSERT INTO international VALUES (330,'WebGUI',10,'Arbejds by',1031510000,NULL); -INSERT INTO international VALUES (331,'WebGUI',10,'Arbejds stat',1031510000,NULL); -INSERT INTO international VALUES (332,'WebGUI',10,'Arbejds postnr.',1031510000,NULL); -INSERT INTO international VALUES (333,'WebGUI',10,'Arbejds amt',1031510000,NULL); -INSERT INTO international VALUES (334,'WebGUI',10,'Arbejds tlf.',1031510000,NULL); -INSERT INTO international VALUES (335,'WebGUI',10,'M/K',1031510000,NULL); -INSERT INTO international VALUES (336,'WebGUI',10,'Fødselsdag',1031510000,NULL); -INSERT INTO international VALUES (337,'WebGUI',10,'Hjemmeside URL',1031510000,NULL); -INSERT INTO international VALUES (338,'WebGUI',10,'Rediger profil ',1031510000,NULL); -INSERT INTO international VALUES (339,'WebGUI',10,'Mand',1031510000,NULL); -INSERT INTO international VALUES (340,'WebGUI',10,'Kvinde',1031510000,NULL); -INSERT INTO international VALUES (341,'WebGUI',10,'Rediger profil',1031510000,NULL); -INSERT INTO international VALUES (342,'WebGUI',10,'Rediger konto information',1031510000,NULL); -INSERT INTO international VALUES (343,'WebGUI',10,'Vis profil',1031510000,NULL); -INSERT INTO international VALUES (345,'WebGUI',10,'Ikke medlem',1031510000,NULL); -INSERT INTO international VALUES (346,'WebGUI',10,'Denne bruger findes ikke længere på dette system. Jeg har ikke yderligere oplysninger om denne bruger',1031510000,NULL); -INSERT INTO international VALUES (347,'WebGUI',10,'Vis profil for',1031510000,NULL); -INSERT INTO international VALUES (348,'WebGUI',10,'Navn ',1031510000,NULL); -INSERT INTO international VALUES (349,'WebGUI',10,'Seneste version',1031510000,NULL); -INSERT INTO international VALUES (350,'WebGUI',10,'Gennemført',1031510000,NULL); -INSERT INTO international VALUES (351,'WebGUI',10,'Message Log Entry',1031510000,NULL); -INSERT INTO international VALUES (352,'WebGUI',10,'Dato',1031510000,NULL); -INSERT INTO international VALUES (353,'WebGUI',10,'Du har ingen meddelelser i øjeblikket',1031510000,NULL); -INSERT INTO international VALUES (354,'WebGUI',10,'Vis meddelelses log',1031510000,NULL); -INSERT INTO international VALUES (355,'WebGUI',10,'Standard',1031510000,NULL); -INSERT INTO international VALUES (356,'WebGUI',10,'Template',1031510000,NULL); -INSERT INTO international VALUES (357,'WebGUI',10,'Nyheder',1031510000,NULL); -INSERT INTO international VALUES (358,'WebGUI',10,'Venstre kolonne',1031510000,NULL); -INSERT INTO international VALUES (359,'WebGUI',10,'Højre kolonne',1031510000,NULL); -INSERT INTO international VALUES (360,'WebGUI',10,'En over tre',1031510000,NULL); -INSERT INTO international VALUES (361,'WebGUI',10,'Tre over en',1031510000,NULL); -INSERT INTO international VALUES (362,'WebGUI',10,'Side ved side',1031510000,NULL); -INSERT INTO international VALUES (363,'WebGUI',10,'Template position',1031510000,NULL); -INSERT INTO international VALUES (364,'WebGUI',10,'Søg',1031510000,NULL); -INSERT INTO international VALUES (367,'WebGUI',10,'Udløber efter',1031510000,NULL); -INSERT INTO international VALUES (368,'WebGUI',10,'Tilføj en ny gruppen til denne bruger.',1031510000,NULL); -INSERT INTO international VALUES (369,'WebGUI',10,'Udløbs dato',1031510000,NULL); -INSERT INTO international VALUES (370,'WebGUI',10,'Rediger gruppering',1031510000,NULL); -INSERT INTO international VALUES (371,'WebGUI',10,'Tilføj gruppering',1031510000,NULL); -INSERT INTO international VALUES (372,'WebGUI',10,'Rediger brugers gruppe',1031510000,NULL); -INSERT INTO international VALUES (374,'WebGUI',10,'administrer packages',1031510000,NULL); -INSERT INTO international VALUES (376,'WebGUI',10,'Package',1031510000,NULL); -INSERT INTO international VALUES (17,'Navigation',1,'pedigree',1077079481,'Option on question \"return a loop with\".'); -INSERT INTO international VALUES (378,'WebGUI',10,'Bruger ID',1031510000,NULL); -INSERT INTO international VALUES (379,'WebGUI',10,'Gruppe ID',1031510000,NULL); -INSERT INTO international VALUES (381,'WebGUI',10,'WebGUI modtog en fejlformateret besked og kan ikke fortsætte - dette skyldes typisk eb speciel karakter. Prøv evt. at trykke tilbage og prøv igen.',1031510000,NULL); -INSERT INTO international VALUES (683,'WebGUI',10,'Skabeloner, Håndter',1036856078,NULL); -INSERT INTO international VALUES (384,'WebGUI',10,'Fil ',1031510000,NULL); -INSERT INTO international VALUES (385,'WebGUI',10,'Parametre',1031510000,NULL); -INSERT INTO international VALUES (386,'WebGUI',10,'Rediger billede',1031510000,NULL); -INSERT INTO international VALUES (387,'WebGUI',10,'Tilføjet af',1031510000,NULL); -INSERT INTO international VALUES (388,'WebGUI',10,'Tilføjet dato',1031510000,NULL); -INSERT INTO international VALUES (812,'WebGUI',1,'Your message has been sent.',1037580328,NULL); -INSERT INTO international VALUES (391,'WebGUI',10,'Sletter vedhæftet fil',1031510000,NULL); -INSERT INTO international VALUES (596,'WebGUI',10,'MANGLER',1037205673,NULL); -INSERT INTO international VALUES (394,'WebGUI',10,'administrer billeder.',1031510000,NULL); -INSERT INTO international VALUES (395,'WebGUI',10,'Tilføj nyt billede',1031510000,NULL); -INSERT INTO international VALUES (717,'WebGUI',10,'Log ud',1036855705,NULL); -INSERT INTO international VALUES (705,'WebGUI',10,'minut(ter)',1036855912,NULL); -INSERT INTO international VALUES (399,'WebGUI',10,'Valider denne side.',1031510000,NULL); -INSERT INTO international VALUES (400,'WebGUI',10,'Forhindre Proxy Caching',1031510000,NULL); -INSERT INTO international VALUES (401,'WebGUI',10,'Er du sikker på du vil slette denne besked, og alle under beskeder i tråden?',1031510000,NULL); -INSERT INTO international VALUES (403,'WebGUI',10,'Det foretrækker jeg ikke at oplyse',1031510000,NULL); -INSERT INTO international VALUES (404,'WebGUI',10,'Første side',1031510000,NULL); -INSERT INTO international VALUES (405,'WebGUI',10,'Sidste side',1031510000,NULL); -INSERT INTO international VALUES (406,'WebGUI',10,'Miniature størrelse',1031510000,NULL); -INSERT INTO international VALUES (407,'WebGUI',10,'Klik her for at registrere',1031510000,NULL); -INSERT INTO international VALUES (408,'WebGUI',10,'administrer rod',1031510000,NULL); -INSERT INTO international VALUES (409,'WebGUI',10,'Tilføj ny rod',1031510000,NULL); -INSERT INTO international VALUES (410,'WebGUI',10,'Administrer rod',1031510000,NULL); -INSERT INTO international VALUES (411,'WebGUI',10,'Menu titel',1031510000,NULL); -INSERT INTO international VALUES (412,'WebGUI',10,'Synopsis',1031510000,NULL); -INSERT INTO international VALUES (51,'Product',1,'Benefit',1031514049,NULL); -INSERT INTO international VALUES (56,'Product',1,'Add a product template.',1031514049,NULL); -INSERT INTO international VALUES (887,'WebGUI',16,'Midas (Mozilla 1.3+)',1076559463,NULL); -INSERT INTO international VALUES (875,'WebGUI',16,'Nowa wiadomo¶æ zosta³a wys³ana do jednego z zasubskrybowanych w±tków.',1076559420,NULL); -INSERT INTO international VALUES (874,'WebGUI',16,'Wy³±cz Subskrypcjê W±tku',1076559393,NULL); -INSERT INTO international VALUES (417,'WebGUI',10,'
\r\n\r\nURL
\r\nThe starting URL for the proxy.\r\n
\r\n\r\nFollow redirects?
\r\nSometimes the URL to a page, is actually a redirection to another page. Do you wish to follow those redirections when they occur?\r\n
\r\n\r\nRewrite urls?
\r\nSwitch this to No if you want to deeplink an external page.\r\n
\r\n\r\nTimeout
\r\nThe amount of time (in seconds) that WebGUI should wait for a connection before giving up on an external page.\r\n
\r\n\r\nRemove style?
\r\nDo you wish to remove the stylesheet from the proxied content in favor of the stylesheet from your site?\r\n
\r\n\r\nFilter Content
\r\nChoose the level of HTML filtering you wish to apply to the proxied content.\r\n
\r\n\r\nSearch for
\r\nA search string used as starting point. Use this when you want to display only a part of the proxied content. Content before this point is not displayed\r\n
\r\n\r\nStop at
\r\nA search string used as ending point. Content after this point is not displayed.\r\n
\r\nNote: The Search for and Stop at strings are included in the content. You can change this by editing the template for HttpProxy.\r\n
\r\n\r\nAllow proxying of other domains?
\r\nIf you proxy a site like Yahoo! that links to other domains, do you wish to allow the user to follow the links to those other domains, or should the proxy stop them as they try to leave the original site you specified?\r\n
\r\n',1053774887,NULL); -INSERT INTO international VALUES (9,'Auth/LDAP',1,'User RDN',1053777552,'Specifying the relative distinguished name to authenticate a user against an LDAP directory.'); -INSERT INTO international VALUES (61,'WSClient',1,'Web Services Client, Add/Edit',1033575504,NULL); -INSERT INTO international VALUES (6,'SiteMap',3,'Inspringen',1038528020,NULL); -INSERT INTO international VALUES (6,'Poll',3,'Vraag',1038527718,NULL); -INSERT INTO international VALUES (6,'MessageBoard',3,'Bewerk berichten bord',1038526571,NULL); -INSERT INTO international VALUES (86,'USS',3,'Antwoord',1038487373,NULL); -INSERT INTO international VALUES (701,'WebGUI',3,'Week(en)',1039783167,NULL); -INSERT INTO international VALUES (6,'Article',3,'Plaatje',1037903296,NULL); -INSERT INTO international VALUES (5,'WebGUI',3,'Beheer groepen.',1039780273,NULL); -INSERT INTO international VALUES (5,'USS',3,'Uw bijdrage is afgekeurd.',1038528301,NULL); -INSERT INTO international VALUES (5,'SiteMap',3,'Bewerk sitemap',1038528013,NULL); -INSERT INTO international VALUES (5,'Poll',3,'Grafiek breedte',1038527712,NULL); -INSERT INTO international VALUES (566,'WebGUI',3,'Bewerk timeout',1039780763,NULL); -INSERT INTO international VALUES (85,'USS',3,'Vraag',1038487354,NULL); -INSERT INTO international VALUES (700,'WebGUI',3,'Dag(en)',1039783156,NULL); -INSERT INTO international VALUES (4,'WebGUI',3,'Beheer instellingen.',1038530613,NULL); -INSERT INTO international VALUES (4,'USS',3,'Uw bijdrage is goedgekeurd.',1038528260,NULL); -INSERT INTO international VALUES (4,'SQLReport',3,'Query',1038527933,NULL); -INSERT INTO international VALUES (4,'SyndicatedContent',3,'Bewerk syndicated content',1038528061,NULL); -INSERT INTO international VALUES (4,'Poll',3,'Wie kan stemmen?',1038527705,NULL); -INSERT INTO international VALUES (4,'SiteMap',3,'Diepteniveau',1038528007,NULL); -INSERT INTO international VALUES (4,'EventsCalendar',3,'Gebeurt maar een keer.',1038486820,NULL); -INSERT INTO international VALUES (4,'Article',3,'Einddatum',1037903286,NULL); -INSERT INTO international VALUES (22,'Navigation',1,'Edit Navigation',1077080241,''); -INSERT INTO international VALUES (3,'USS',3,'U heeft een nieuwe bijdrage goed te keuren.',1038528209,NULL); -INSERT INTO international VALUES (3,'SiteMap',3,'Beginnen met',1039989710,NULL); -INSERT INTO international VALUES (3,'Poll',3,'Aktief',1038527699,NULL); -INSERT INTO international VALUES (564,'WebGUI',3,'Wie kan posten?',1039780748,NULL); -INSERT INTO international VALUES (92,'USS',3,'Open in nieuw venster?',1038513253,NULL); -INSERT INTO international VALUES (3,'Article',3,'Begindatum',1037903276,NULL); -INSERT INTO international VALUES (2,'WebGUI',3,'Pagina',1038529139,NULL); -INSERT INTO international VALUES (2,'USS',3,'Wie kan bijdragen?',1038528162,NULL); -INSERT INTO international VALUES (2,'SyndicatedContent',3,'Syndicated content',1038528054,NULL); -INSERT INTO international VALUES (2,'SiteMap',3,'Sitemap',1038527992,NULL); -INSERT INTO international VALUES (2,'MessageBoard',3,'Berichtenbord',1038526545,NULL); -INSERT INTO international VALUES (2,'EventsCalendar',3,'Evenementenkalender',1038486806,NULL); -INSERT INTO international VALUES (1,'WebGUI',3,'Inhoud toevoegen...',1038528343,NULL); -INSERT INTO international VALUES (1,'USS',3,'Wie kan goedkeuren?',1038528080,NULL); -INSERT INTO international VALUES (1,'SyndicatedContent',3,'URL naar RSS bestand',1038528048,NULL); -INSERT INTO international VALUES (1,'SQLReport',3,'SQL rapport',1038527779,NULL); -INSERT INTO international VALUES (1,'Poll',3,'Peiling',1039783947,NULL); -INSERT INTO international VALUES (88,'EventsCalendar',1,'Show 6 months from start.',1038190632,NULL); -INSERT INTO international VALUES (1,'Article',3,'Artikel',1037915769,NULL); -INSERT INTO international VALUES (537,'WebGUI',1,'Karma',1031514049,NULL); -INSERT INTO international VALUES (538,'WebGUI',1,'Karma Threshold',1031514049,NULL); -INSERT INTO international VALUES (539,'WebGUI',1,'Enable Karma?',1031514049,NULL); -INSERT INTO international VALUES (540,'WebGUI',1,'Karma Per Login',1031514049,NULL); -INSERT INTO international VALUES (20,'Poll',1,'Karma Per Vote',1031514049,NULL); -INSERT INTO international VALUES (541,'WebGUI',1,'Karma Per Post',1031514049,NULL); -INSERT INTO international VALUES (5,'Product',1,'Are you certain you wish to delete this specification?',1031514049,NULL); -INSERT INTO international VALUES (542,'WebGUI',1,'Previous..',1031514049,NULL); -INSERT INTO international VALUES (543,'WebGUI',1,'Add a new image group.',1031514049,NULL); -INSERT INTO international VALUES (1,'WobjectProxy',10,'Wobject der skal laves proxy fra',1036856119,NULL); -INSERT INTO international VALUES (661,'WebGUI',10,'Fil indstillinger, Redigér',1036856289,NULL); -INSERT INTO international VALUES (586,'WebGUI',10,'Sprog',1037205357,NULL); -INSERT INTO international VALUES (598,'WebGUI',10,'Redigér sprog',1037205737,NULL); -INSERT INTO international VALUES (551,'WebGUI',1,'Notice',1031514049,NULL); -INSERT INTO international VALUES (552,'WebGUI',1,'Pending',1031514049,NULL); -INSERT INTO international VALUES (553,'WebGUI',1,'Status',1031514049,NULL); -INSERT INTO international VALUES (554,'WebGUI',1,'Take Action',1031514049,NULL); -INSERT INTO international VALUES (555,'WebGUI',1,'Edit this user\'s karma.',1031514049,NULL); -INSERT INTO international VALUES (556,'WebGUI',1,'Amount',1031514049,NULL); -INSERT INTO international VALUES (557,'WebGUI',1,'Description',1031514049,NULL); -INSERT INTO international VALUES (558,'WebGUI',1,'Edit User\'s Karma',1031514049,NULL); -INSERT INTO international VALUES (559,'WebGUI',1,'Run On Registration',1031514049,NULL); -INSERT INTO international VALUES (13,'Product',1,'Brochure',1031514049,NULL); -INSERT INTO international VALUES (14,'Product',1,'Manual',1031514049,NULL); -INSERT INTO international VALUES (15,'Product',1,'Warranty',1031514049,NULL); -INSERT INTO international VALUES (16,'Product',1,'Add Accessory',1031514049,NULL); -INSERT INTO international VALUES (17,'Product',1,'Accessory',1031514049,NULL); -INSERT INTO international VALUES (18,'Product',1,'Add another accessory?',1031514049,NULL); -INSERT INTO international VALUES (21,'Product',1,'Add another related product?',1031514049,NULL); -INSERT INTO international VALUES (19,'Product',1,'Add Related Product',1031514049,NULL); -INSERT INTO international VALUES (20,'Product',1,'Related Product',1031514049,NULL); -INSERT INTO international VALUES (22,'Product',1,'Edit Feature',1031514049,NULL); -INSERT INTO international VALUES (23,'Product',1,'Feature',1031514049,NULL); -INSERT INTO international VALUES (24,'Product',1,'Add another feature?',1031514049,NULL); -INSERT INTO international VALUES (25,'Product',1,'Edit Specification',1031514049,NULL); -INSERT INTO international VALUES (26,'Product',1,'Label',1031514049,NULL); -INSERT INTO international VALUES (27,'Product',1,'Specification',1031514049,NULL); -INSERT INTO international VALUES (28,'Product',1,'Add another specification?',1031514049,NULL); -INSERT INTO international VALUES (29,'Product',1,'Units',1031514049,NULL); -INSERT INTO international VALUES (30,'Product',1,'Features',1031514049,NULL); -INSERT INTO international VALUES (31,'Product',1,'Specifications',1031514049,NULL); -INSERT INTO international VALUES (32,'Product',1,'Accessories',1031514049,NULL); -INSERT INTO international VALUES (33,'Product',1,'Related Products',1031514049,NULL); -INSERT INTO international VALUES (34,'Product',1,'Add a feature.',1031514049,NULL); -INSERT INTO international VALUES (35,'Product',1,'Add a specification.',1031514049,NULL); -INSERT INTO international VALUES (36,'Product',1,'Add an accessory.',1031514049,NULL); -INSERT INTO international VALUES (37,'Product',1,'Add a related product.',1031514049,NULL); -INSERT INTO international VALUES (581,'WebGUI',1,'Add New Value',1031514049,NULL); -INSERT INTO international VALUES (582,'WebGUI',1,'Leave Blank',1031514049,NULL); -INSERT INTO international VALUES (583,'WebGUI',1,'Max Image Size',1031514049,NULL); -INSERT INTO international VALUES (1,'WobjectProxy',1,'Wobject To Proxy',1031514049,NULL); -INSERT INTO international VALUES (2,'WobjectProxy',1,'Edit Wobject Proxy',1031514049,NULL); -INSERT INTO international VALUES (3,'WobjectProxy',1,'Wobject Proxy',1031514049,NULL); -INSERT INTO international VALUES (4,'WobjectProxy',1,'Wobject proxying failed. Perhaps the proxied wobject has been deleted.',1031514049,NULL); -INSERT INTO international VALUES (5,'USS',7,'ÄúµÄͶ¸å±»¾Ü¾ø¡£',1031510000,NULL); -INSERT INTO international VALUES (5,'SiteMap',7,'±à¼ÍøÕ¾µØÍ¼',1031510000,NULL); -INSERT INTO international VALUES (5,'Poll',7,'ͼÐοí¶È',1031510000,NULL); -INSERT INTO international VALUES (818,'WebGUI',1,'Deactivated',1038431300,NULL); -INSERT INTO international VALUES (85,'USS',7,'ÎÊÌâ',1031510000,NULL); -INSERT INTO international VALUES (700,'WebGUI',7,'Ìì',1031510000,NULL); -INSERT INTO international VALUES (20,'EventsCalendar',7,'Ìí¼ÓÊÂÎñ¡£',1031510000,NULL); -INSERT INTO international VALUES (4,'WebGUI',7,'¹ÜÀíÉèÖá£',1031510000,NULL); -INSERT INTO international VALUES (4,'USS',7,'ÄúµÄͶ¸åÒÑͨ¹ýÉóºË¡£',1031510000,NULL); -INSERT INTO international VALUES (4,'SyndicatedContent',7,'±à¼Í¬²½ÄÚÈÝ',1031510000,NULL); -INSERT INTO international VALUES (4,'SQLReport',7,'²éѯ',1031510000,NULL); -INSERT INTO international VALUES (4,'SiteMap',7,'Õ¹¿ªÉî¶È',1031510000,NULL); -INSERT INTO international VALUES (4,'Poll',7,'ͶƱȨÏÞ£¿',1031510000,NULL); -INSERT INTO international VALUES (1021,'WebGUI',1,'Rate Message',1065356764,'A label indicating that the following links are to be used for discussion post ratings.'); -INSERT INTO international VALUES (4,'EventsCalendar',7,'Ö»·¢ÉúÒ»´Î¡£',1031510000,NULL); -INSERT INTO international VALUES (4,'Article',7,'½áÊøÈÕÆÚ',1031510000,NULL); -INSERT INTO international VALUES (25,'Navigation',1,'Base page',1077080583,''); -INSERT INTO international VALUES (3,'USS',7,'ÄúÓÐһƪеÄÓû§Í¶¸åµÈ´ýÉóºË¡£',1031510000,NULL); -INSERT INTO international VALUES (3,'WSClient',1,'SOAP Proxy',1033575504,NULL); -INSERT INTO international VALUES (3,'SiteMap',7,'ÊÇ·ñ´Ó´Ë¼¶±ð¿ªÊ¼£¿',1031510000,NULL); -INSERT INTO international VALUES (3,'Poll',7,'¼¤»î',1031510000,NULL); -INSERT INTO international VALUES (92,'USS',7,'ÊÇ·ñÔÚд°¿ÚÖдò¿ª£¿',1031510000,NULL); -INSERT INTO international VALUES (3,'Article',7,'¿ªÊ¼ÈÕÆÚ',1031510000,NULL); -INSERT INTO international VALUES (2,'WebGUI',7,'Ò³',1031510000,NULL); -INSERT INTO international VALUES (2,'USS',7,'Ͷ¸åȨÏÞ£¿',1031510000,NULL); -INSERT INTO international VALUES (2,'SyndicatedContent',7,'ͬ²½ÄÚÈÝ',1031510000,NULL); -INSERT INTO international VALUES (2,'SiteMap',7,'ÍøÕ¾µØÍ¼',1031510000,NULL); -INSERT INTO international VALUES (2,'MessageBoard',7,'¹«¸æÀ¸',1031510000,NULL); -INSERT INTO international VALUES (2,'EventsCalendar',7,'ÐÐÊÂÀú',1031510000,NULL); -INSERT INTO international VALUES (507,'WebGUI',7,'±à¼Ä£°å',1031510000,NULL); -INSERT INTO international VALUES (1,'WebGUI',7,'Ìí¼ÓÄÚÈÝ...',1031510000,NULL); -INSERT INTO international VALUES (1,'USS',7,'ÉóºËȨÏÞ£¿',1031510000,NULL); -INSERT INTO international VALUES (1,'SyndicatedContent',7,'RSS ÎļþÁ´½Ó',1031510000,NULL); -INSERT INTO international VALUES (1,'SQLReport',7,'SQL ±¨¸æ',1031510000,NULL); -INSERT INTO international VALUES (1,'Poll',7,'µ÷²é',1031510000,NULL); -INSERT INTO international VALUES (1,'Article',7,'ÎÄÕÂ',1031510000,NULL); -INSERT INTO international VALUES (367,'WebGUI',7,'¹ýÆÚʱ¼ä',1031510000,NULL); -INSERT INTO international VALUES (5,'WebGUI',7,'¹ÜÀíÓû§×é¡£',1031510000,NULL); -INSERT INTO international VALUES (6,'Article',7,'ͼƬ',1031510000,NULL); -INSERT INTO international VALUES (701,'WebGUI',7,'ÐÇÆÚ',1031510000,NULL); -INSERT INTO international VALUES (86,'USS',7,'»Ø´ð',1031510000,NULL); -INSERT INTO international VALUES (6,'MessageBoard',7,'±à¼¹«¸æÀ¸',1031510000,NULL); -INSERT INTO international VALUES (6,'Poll',7,'ÎÊÌâ',1031510000,NULL); -INSERT INTO international VALUES (6,'SiteMap',7,'Ëõ½ø',1031510000,NULL); -INSERT INTO international VALUES (6,'USS',7,'ÿҳͶ¸åÊý',1031510000,NULL); -INSERT INTO international VALUES (7,'Article',7,'Á¬½Ó±êÌâ',1031510000,NULL); -INSERT INTO international VALUES (7,'Poll',7,'»Ø´ð',1031510000,NULL); -INSERT INTO international VALUES (1081,'WebGUI',1,'Admin Style',1073161679,'A label indicating that the user should choose a style for admin pages.'); -INSERT INTO international VALUES (7,'WebGUI',7,'¹ÜÀíÓû§¡£',1031510000,NULL); -INSERT INTO international VALUES (8,'Article',7,'Á´½Ó URL',1031510000,NULL); -INSERT INTO international VALUES (8,'EventsCalendar',7,'ÖØ¸´ÖÜÆÚ',1031510000,NULL); -INSERT INTO international VALUES (91,'USS',7,'URL',1031510000,NULL); -INSERT INTO international VALUES (8,'Poll',7,'£¨Ã¿ÐÐÊäÈëÒ»Ìõ´ð°¸¡£×î¶à²»³¬¹ý20Ìõ¡££©',1031510000,NULL); -INSERT INTO international VALUES (1016,'WebGUI',7,'»Ø¸´',1031510000,NULL); -INSERT INTO international VALUES (1017,'WebGUI',7,'×îºó»Ø¸´',1031510000,NULL); -INSERT INTO international VALUES (9,'Poll',7,'±à¼µ÷²é',1031510000,NULL); -INSERT INTO international VALUES (10,'Poll',7,'³õʼ»¯Í¶Æ±¡£',1031510000,NULL); -INSERT INTO international VALUES (11,'Poll',7,'ͶƱ£¡',1031510000,NULL); -INSERT INTO international VALUES (8,'SQLReport',7,'Edit SQL Report',1031510000,NULL); -INSERT INTO international VALUES (8,'WebGUI',7,'Äú²é¿´µÄÒ³Ãæ²»´æÔÚ¡£',1031510000,NULL); -INSERT INTO international VALUES (9,'Article',7,'¸½¼þ',1031510000,NULL); -INSERT INTO international VALUES (9,'EventsCalendar',7,'Ö±µ½',1031510000,NULL); -INSERT INTO international VALUES (83,'USS',7,'Ìí¼ÓÐÂÎÊÌâ¡£',1031510000,NULL); -INSERT INTO international VALUES (11,'Auth/WebGUI',1,'New Password',1071507924,''); -INSERT INTO international VALUES (9,'WebGUI',7,'²é¿´¼ôÌù°å',1031510000,NULL); -INSERT INTO international VALUES (10,'Article',7,'ÊÇ·ñת»»»Ø³µ·û£¿',1031510000,NULL); -INSERT INTO international VALUES (84,'USS',7,'±à¼ÎÊÌâ',1031510000,NULL); -INSERT INTO international VALUES (10,'SQLReport',7,'Debug: Error: The SQL specified is of an improper format.',1031510000,NULL); -INSERT INTO international VALUES (10,'WebGUI',7,'¹ÜÀíÀ¬»øÏä',1031510000,NULL); -INSERT INTO international VALUES (11,'Article',7,'(Èç¹ûÄúûÓÐÊÖ¶¯ÊäÈë<br>£¬ÇëÑ¡Ôñ¡°ÊÇ¡±)',1031510000,NULL); -INSERT INTO international VALUES (76,'EventsCalendar',1,'Delete only this event.',1031514049,NULL); -INSERT INTO international VALUES (11,'SQLReport',7,'Debug: Error: There was a problem with the query.',1031510000,NULL); -INSERT INTO international VALUES (11,'WebGUI',7,'Çå¿ÕÀ¬»øÏä',1031510000,NULL); -INSERT INTO international VALUES (12,'Article',7,'±à¼ÎÄÕÂ',1031510000,NULL); -INSERT INTO international VALUES (12,'EventsCalendar',7,'±à¼ÐÐÊÂÀú',1031510000,NULL); -INSERT INTO international VALUES (90,'USS',7,'±à¼Á´½Ó',1031510000,NULL); -INSERT INTO international VALUES (12,'SQLReport',7,'Debug: Error: Could not connect to the database.',1031510000,NULL); -INSERT INTO international VALUES (12,'USS',7,'(Èç¹ûÄúʹÓÃÁ˳¬Îı¾ÓïÑÔ£¬Ç벻ҪѡÔñ´ËÏî)',1031510000,NULL); -INSERT INTO international VALUES (12,'WebGUI',7,'Í˳ö¹ÜÀí',1031510000,NULL); -INSERT INTO international VALUES (13,'Article',7,'ɾ³ý',1031510000,NULL); -INSERT INTO international VALUES (13,'EventsCalendar',7,'±à¼ÊÂÎñ',1031510000,NULL); -INSERT INTO international VALUES (89,'USS',7,'Ìí¼ÓÐÂÁ´½Ó¡£',1031510000,NULL); -INSERT INTO international VALUES (13,'USS',7,'Ͷ¸åʱ¼ä',1031510000,NULL); -INSERT INTO international VALUES (13,'WebGUI',7,'²é¿´°ïÖúË÷Òý',1031510000,NULL); -INSERT INTO international VALUES (764,'WebGUI',1,'Edit this collateral item.',1036892856,NULL); -INSERT INTO international VALUES (516,'WebGUI',7,'½øÈë¹ÜÀí',1031510000,NULL); -INSERT INTO international VALUES (517,'WebGUI',7,'Í˳ö¹ÜÀí',1031510000,NULL); -INSERT INTO international VALUES (515,'WebGUI',7,'ÊÇ·ñÌí¼Ó±à¼´Á£¿',1031510000,NULL); -INSERT INTO international VALUES (14,'USS',7,'״̬',1031510000,NULL); -INSERT INTO international VALUES (14,'WebGUI',7,'²é¿´µÈ´ýÉóºËµÄͶ¸å',1031510000,NULL); -INSERT INTO international VALUES (15,'USS',7,'±à¼/ɾ³ý',1031510000,NULL); -INSERT INTO international VALUES (15,'WebGUI',7,'Ò»ÔÂ',1031510000,NULL); -INSERT INTO international VALUES (16,'USS',7,'ÎÞ±êÌâ',1031510000,NULL); -INSERT INTO international VALUES (16,'WebGUI',7,'¶þÔÂ',1031510000,NULL); -INSERT INTO international VALUES (17,'USS',7,'ÄúÈ·¶¨ÒªÉ¾³ý´Ë¸å¼þÂð£¿',1031510000,NULL); -INSERT INTO international VALUES (17,'WebGUI',7,'ÈýÔÂ',1031510000,NULL); -INSERT INTO international VALUES (18,'USS',7,'±à¼Óû§Í¶¸åϵͳ',1031510000,NULL); -INSERT INTO international VALUES (18,'WebGUI',7,'ËÄÔÂ',1031510000,NULL); -INSERT INTO international VALUES (19,'USS',7,'±à¼Í¶¸å',1031510000,NULL); -INSERT INTO international VALUES (19,'WebGUI',7,'ÎåÔÂ',1031510000,NULL); -INSERT INTO international VALUES (20,'USS',7,'ÎÒҪͶ¸å',1031510000,NULL); -INSERT INTO international VALUES (20,'WebGUI',7,'ÁùÔÂ',1031510000,NULL); -INSERT INTO international VALUES (21,'USS',7,'·¢±íÈË',1031510000,NULL); -INSERT INTO international VALUES (21,'WebGUI',7,'ÆßÔÂ',1031510000,NULL); -INSERT INTO international VALUES (22,'WebGUI',7,'°ËÔÂ',1031510000,NULL); -INSERT INTO international VALUES (23,'WebGUI',7,'¾ÅÔÂ',1031510000,NULL); -INSERT INTO international VALUES (24,'WebGUI',7,'Ê®ÔÂ',1031510000,NULL); -INSERT INTO international VALUES (25,'WebGUI',7,'ʮһÔÂ',1031510000,NULL); -INSERT INTO international VALUES (26,'WebGUI',7,'Ê®¶þÔÂ',1031510000,NULL); -INSERT INTO international VALUES (27,'USS',7,'±à¼',1031510000,NULL); -INSERT INTO international VALUES (27,'WebGUI',7,'ÐÇÆÚÈÕ',1031510000,NULL); -INSERT INTO international VALUES (28,'USS',7,'·µ»Ø¸å¼þÁбí',1031510000,NULL); -INSERT INTO international VALUES (28,'WebGUI',7,'ÐÇÆÚÒ»',1031510000,NULL); -INSERT INTO international VALUES (29,'USS',7,'Óû§Í¶¸åϵͳ',1031510000,NULL); -INSERT INTO international VALUES (29,'WebGUI',7,'ÐÇÆÚ¶þ',1031510000,NULL); -INSERT INTO international VALUES (30,'WebGUI',7,'ÐÇÆÚÈý',1031510000,NULL); -INSERT INTO international VALUES (31,'WebGUI',7,'ÐÇÆÚËÄ',1031510000,NULL); -INSERT INTO international VALUES (32,'WebGUI',7,'ÐÇÆÚÎå',1031510000,NULL); -INSERT INTO international VALUES (33,'WebGUI',7,'ÐÇÆÚÁù',1031510000,NULL); -INSERT INTO international VALUES (35,'WebGUI',7,'¹ÜÀí¹¦ÄÜ',1031510000,NULL); -INSERT INTO international VALUES (36,'WebGUI',7,'Äú±ØÐëÊÇϵͳ¹ÜÀíÔ±²ÅÄÜʹÓô˹¦ÄÜ¡£ÇëÁªÏµÄúµÄϵͳ¹ÜÀíÔ±¡£ÒÔÏÂÊDZ¾ÏµÍ³µÄϵͳ¹ÜÀíÔ±Çåµ¥£º',1031510000,NULL); -INSERT INTO international VALUES (37,'WebGUI',7,'ȨÏÞ±»¾Ü¾ø£¡',1031510000,NULL); -INSERT INTO international VALUES (404,'WebGUI',7,'µÚÒ»Ò³',1031510000,NULL); -INSERT INTO international VALUES (38,'WebGUI',7,'ÄúûÓÐ×ã¹»µÄȨÏÞÖ´ÐдËÏî²Ù×÷¡£Çë^a(µÇ¼);È»ºóÔÙÊÔÒ»´Î¡£',1031510000,NULL); -INSERT INTO international VALUES (39,'WebGUI',7,'¶Ô²»Æð£¬ÄúûÓÐ×ã¹»µÄȨÏÞ·ÃÎÊÒ»Ò³¡£',1031510000,NULL); -INSERT INTO international VALUES (40,'WebGUI',7,'ϵͳ×é¼þ',1031510000,NULL); -INSERT INTO international VALUES (41,'WebGUI',7,'Äú½«ÒªÉ¾³ýÒ»¸öϵͳ×é¼þ¡£Èç¹ûÄú¼ÌÐø£¬ÏµÍ³¹¦ÄÜ¿ÉÄÜ»áÊܵ½Ó°Ïì¡£',1031510000,NULL); -INSERT INTO international VALUES (42,'WebGUI',7,'ÇëÈ·ÈÏ',1031510000,NULL); -INSERT INTO international VALUES (43,'WebGUI',7,'ÄúÊÇ·ñÈ·¶¨ÒªÉ¾³ý´ËÄÚÈÝÂð£¿',1031510000,NULL); -INSERT INTO international VALUES (44,'WebGUI',7,'Êǵģ¬ÎÒÈ·¶¨¡£',1031510000,NULL); -INSERT INTO international VALUES (45,'WebGUI',7,'²»£¬ÎÒ°´´íÁË¡£',1031510000,NULL); -INSERT INTO international VALUES (46,'WebGUI',7,'ÎÒµÄÕÊ»§',1031510000,NULL); -INSERT INTO international VALUES (47,'WebGUI',7,'Ê×Ò³',1031510000,NULL); -INSERT INTO international VALUES (48,'WebGUI',7,'»¶Ó£¡',1031510000,NULL); -INSERT INTO international VALUES (49,'WebGUI',7,'µã»÷ ´Ë´¦ Í˳öµÇ¼¡£',1031510000,NULL); -INSERT INTO international VALUES (50,'WebGUI',7,'ÕÊ»§',1031510000,NULL); -INSERT INTO international VALUES (51,'WebGUI',7,'ÃÜÂë',1031510000,NULL); -INSERT INTO international VALUES (52,'WebGUI',7,'µÇ¼',1031510000,NULL); -INSERT INTO international VALUES (53,'WebGUI',7,'´òÓ¡±¾Ò³',1031510000,NULL); -INSERT INTO international VALUES (54,'WebGUI',7,'´´½¨ÕÊ»§',1031510000,NULL); -INSERT INTO international VALUES (2,'Auth/WebGUI',7,'ÃÜÂ루ȷÈÏ£©',1031510000,NULL); -INSERT INTO international VALUES (56,'WebGUI',7,'µç×ÓÓʼþ',1031510000,NULL); -INSERT INTO international VALUES (57,'WebGUI',7,'´ËÏîÖ»ÔÚÄúÏ£ÍûʹÓõ½ÐèÒªµç×ÓÓʼþµÄ¹¦ÄܵÄʱºòÓÐÓá£',1031510000,NULL); -INSERT INTO international VALUES (58,'WebGUI',7,'ÎÒÒѾÓÐÁËÒ»¸öÕÊ»§¡£',1031510000,NULL); -INSERT INTO international VALUES (59,'WebGUI',7,'ÎÒÍü¼ÇÁËÃÜÂë¡£',1031510000,NULL); -INSERT INTO international VALUES (60,'WebGUI',7,'ÄúÊÇ·ñÕæµÄÏ£Íû×¢ÏúÄúµÄÕÊ»§£¿Èç¹ûÄú¼ÌÐø£¬ÄúµÄÕÊ»§ÐÅÏ¢½«±»ÓÀ¾Ãɾ³ý¡£',1031510000,NULL); -INSERT INTO international VALUES (61,'WebGUI',7,'¸üÐÂÕÊ»§ÐÅÏ¢',1031510000,NULL); -INSERT INTO international VALUES (62,'WebGUI',7,'±£´æ',1031510000,NULL); -INSERT INTO international VALUES (63,'WebGUI',7,'½øÈë¹ÜÀí¡£',1031510000,NULL); -INSERT INTO international VALUES (64,'WebGUI',7,'Í˳öµÇ¼¡£',1031510000,NULL); -INSERT INTO international VALUES (65,'WebGUI',7,'Çëɾ³ýÎÒµÄÕÊ»§¡£',1031510000,NULL); -INSERT INTO international VALUES (66,'WebGUI',7,'Óû§µÇ¼',1031510000,NULL); -INSERT INTO international VALUES (67,'WebGUI',7,'´´½¨ÐÂÕÊ»§¡£',1031510000,NULL); -INSERT INTO international VALUES (68,'WebGUI',7,'ÄúÊäÈëµÄÕÊ»§ÐÅÏ¢ÎÞЧ¡£¿ÉÄÜÊÇÄúÊäÈëµÄÕÊ»§²»´æÔÚ£¬»òÊäÈëÁË´íÎóµÄÃÜÂë¡£',1031510000,NULL); -INSERT INTO international VALUES (69,'WebGUI',7,'Èç¹ûÄúÐèÒªÐÖú£¬ÇëÁªÏµÏµÍ³¹ÜÀíÔ±¡£',1031510000,NULL); -INSERT INTO international VALUES (70,'WebGUI',7,'´íÎó',1031510000,NULL); -INSERT INTO international VALUES (71,'WebGUI',7,'»Ö¸´ÃÜÂë',1031510000,NULL); -INSERT INTO international VALUES (72,'WebGUI',7,'»Ö¸´',1031510000,NULL); -INSERT INTO international VALUES (73,'WebGUI',7,'Óû§µÇ¼',1031510000,NULL); -INSERT INTO international VALUES (74,'WebGUI',7,'ÕÊ»§ÐÅÏ¢',1031510000,NULL); -INSERT INTO international VALUES (75,'WebGUI',7,'ÄúµÄÕÊ»§ÐÅÏ¢ÒѾ·¢Ë͵½ÄúµÄµç×ÓÓʼþÖС£',1031510000,NULL); -INSERT INTO international VALUES (76,'WebGUI',7,'¶Ô²»Æð£¬´Ëµç×ÓÓʼþµØÖ·²»ÔÚϵͳÊý¾Ý¿âÖС£',1031510000,NULL); -INSERT INTO international VALUES (77,'WebGUI',7,'¶Ô²»Æð£¬´ËÕÊ»§ÃûÒѱ»ÆäËûÓû§Ê¹Óá£ÇëÁíÍâÑ¡ÔñÒ»¸öÓû§Ãû¡£ÎÒÃǽ¨ÒéÄúʹÓÃÒÔÏÂÃû×Ö×÷ΪµÇ¼Ãû£º',1031510000,NULL); -INSERT INTO international VALUES (3,'Auth/WebGUI',7,'ÄúÊäÈëµÄÃÜÂë²»Ò»Ö£¬ÇëÖØÐÂÊäÈë¡£',1031510000,NULL); -INSERT INTO international VALUES (2,'Auth/LDAP',7,'²»ÄÜÁ¬½Óµ½Ä¿Â¼·þÎñÆ÷¡£',1031510000,NULL); -INSERT INTO international VALUES (80,'WebGUI',7,'´´½¨ÕÊ»§³É¹¦£¡',1031510000,NULL); -INSERT INTO international VALUES (81,'WebGUI',7,'¸üÐÂÕÊ»§³É¹¦£¡',1031510000,NULL); -INSERT INTO international VALUES (82,'WebGUI',7,'¹ÜÀí¹¦ÄÜ...',1031510000,NULL); -INSERT INTO international VALUES (536,'WebGUI',7,'ÐÂÓû§ ^@; ¸Õ¼ÓÈë±¾Õ¾¡£',1031510000,NULL); -INSERT INTO international VALUES (84,'WebGUI',7,'Óû§×é',1031510000,NULL); -INSERT INTO international VALUES (85,'WebGUI',7,'ÃèÊö',1031510000,NULL); -INSERT INTO international VALUES (86,'WebGUI',7,'ÄúÈ·ÐÅҪɾ³ý´ËÓû§×éÂ𣿴ËÏî²Ù×÷½«ÓÀ¾Ãɾ³ý´ËÓû§×飬²¢È¡Ïû´ËÓû§×éËùÓÐÏà¹ØÈ¨ÏÞ¡£',1031510000,NULL); -INSERT INTO international VALUES (87,'WebGUI',7,'±à¼Óû§×é',1031510000,NULL); -INSERT INTO international VALUES (88,'WebGUI',7,'Óû§×é³ÉÔ±',1031510000,NULL); -INSERT INTO international VALUES (89,'WebGUI',7,'Óû§×é',1031510000,NULL); -INSERT INTO international VALUES (90,'WebGUI',7,'Ìí¼ÓÐÂ×é¡£',1031510000,NULL); -INSERT INTO international VALUES (91,'WebGUI',7,'ÉÏÒ»Ò³',1031510000,NULL); -INSERT INTO international VALUES (92,'WebGUI',7,'ÏÂÒ»Ò³',1031510000,NULL); -INSERT INTO international VALUES (93,'WebGUI',7,'°ïÖú',1031510000,NULL); -INSERT INTO international VALUES (94,'WebGUI',7,'²Î¿¼',1031510000,NULL); -INSERT INTO international VALUES (95,'WebGUI',7,'°ïÖúË÷Òý',1031510000,NULL); -INSERT INTO international VALUES (99,'WebGUI',7,'±êÌâ',1031510000,NULL); -INSERT INTO international VALUES (100,'WebGUI',7,'Meta ±êʶ',1031510000,NULL); -INSERT INTO international VALUES (101,'WebGUI',7,'ÄúÈ·ÐÅҪɾ³ý´ËÒ³ÃæÒÔ¼°Ò³ÃæÄÚµÄËùÓÐÄÚÈݺÍ×é¼þÂð£¿',1031510000,NULL); -INSERT INTO international VALUES (102,'WebGUI',7,'±à¼Ò³Ãæ',1031510000,NULL); -INSERT INTO international VALUES (103,'WebGUI',7,'Ò³ÃæÃèÊö',1031510000,NULL); -INSERT INTO international VALUES (104,'WebGUI',7,'Ò³Ãæ URL',1031510000,NULL); -INSERT INTO international VALUES (105,'WebGUI',7,'·ç¸ñ',1031510000,NULL); -INSERT INTO international VALUES (106,'WebGUI',7,'Ñ¡Ôñ¡°ÊÇ¡±½«±¾Ò³ÃæÏ¼¶ËùÓÐÒ³Ãæ·ç¸ñ¸ÄΪ´Ë·ç¸ñ¡£',1031510000,NULL); -INSERT INTO international VALUES (107,'WebGUI',7,'ȨÏÞÉèÖÃ',1031510000,NULL); -INSERT INTO international VALUES (108,'WebGUI',7,'ÓµÓÐÕß',1031510000,NULL); -INSERT INTO international VALUES (116,'WebGUI',7,'Ñ¡Ôñ¡°ÊÇ¡±½«±¾Ò³ÃæÏ¼¶ËùÓÐÒ³ÃæÈ¨ÏÞ¸ÄΪ´ËȨÏÞÉèÖá£',1031510000,NULL); -INSERT INTO international VALUES (117,'WebGUI',7,'±à¼Óû§ÉèÖÃ',1031510000,NULL); -INSERT INTO international VALUES (118,'WebGUI',7,'ÄäÃûÓû§×¢²á',1031510000,NULL); -INSERT INTO international VALUES (119,'WebGUI',7,'ĬÈÏÓû§ÈÏÖ¤·½Ê½',1031510000,NULL); -INSERT INTO international VALUES (5,'Auth/LDAP',7,'ĬÈÏ LDAP URL',1031510000,NULL); -INSERT INTO international VALUES (6,'Auth/LDAP',7,'ĬÈÏ LDAP Identity',1031510000,NULL); -INSERT INTO international VALUES (7,'Auth/LDAP',7,'LDAP Identity Ãû',1031510000,NULL); -INSERT INTO international VALUES (8,'Auth/LDAP',7,'LDAP Password Ãû',1031510000,NULL); -INSERT INTO international VALUES (124,'WebGUI',7,'±à¼¹«Ë¾ÐÅÏ¢',1031510000,NULL); -INSERT INTO international VALUES (125,'WebGUI',7,'¹«Ë¾Ãû',1031510000,NULL); -INSERT INTO international VALUES (126,'WebGUI',7,'¹«Ë¾µç×ÓÓʼþµØÖ·',1031510000,NULL); -INSERT INTO international VALUES (127,'WebGUI',7,'¹«Ë¾Á´½Ó',1031510000,NULL); -INSERT INTO international VALUES (130,'WebGUI',7,'×î´ó¸½¼þ´óС',1031510000,NULL); -INSERT INTO international VALUES (133,'WebGUI',7,'±à¼ÓʼþÉèÖÃ',1031510000,NULL); -INSERT INTO international VALUES (134,'WebGUI',7,'»Ö¸´ÃÜÂëÓʼþÄÚÈÝ',1031510000,NULL); -INSERT INTO international VALUES (135,'WebGUI',7,'Óʼþ·þÎñÆ÷',1031510000,NULL); -INSERT INTO international VALUES (138,'WebGUI',7,'ÊÇ',1031510000,NULL); -INSERT INTO international VALUES (139,'WebGUI',7,'·ñ',1031510000,NULL); -INSERT INTO international VALUES (140,'WebGUI',7,'±à¼Ò»°ãÉèÖÃ',1031510000,NULL); -INSERT INTO international VALUES (141,'WebGUI',7,'ĬÈÏδÕÒµ½Ò³Ãæ',1031510000,NULL); -INSERT INTO international VALUES (142,'WebGUI',7,'¶Ô»°³¬Ê±',1031510000,NULL); -INSERT INTO international VALUES (143,'WebGUI',7,'¹ÜÀíÉèÖÃ',1031510000,NULL); -INSERT INTO international VALUES (144,'WebGUI',7,'²é¿´Í³¼ÆÐÅÏ¢¡£',1031510000,NULL); -INSERT INTO international VALUES (145,'WebGUI',7,'ϵͳ°æ±¾',1031510000,NULL); -INSERT INTO international VALUES (146,'WebGUI',7,'»î¶¯¶Ô»°',1031510000,NULL); -INSERT INTO international VALUES (147,'WebGUI',7,'Ò³ÃæÊý',1031510000,NULL); -INSERT INTO international VALUES (148,'WebGUI',7,'×é¼þÊý',1031510000,NULL); -INSERT INTO international VALUES (149,'WebGUI',7,'Óû§Êý',1031510000,NULL); -INSERT INTO international VALUES (533,'WebGUI',7,'²»°üÀ¨ËÑË÷×Ö',1031510000,NULL); -INSERT INTO international VALUES (532,'WebGUI',7,'°üÀ¨ÖÁÉÙÒ»¸öËÑË÷×Ö',1031510000,NULL); -INSERT INTO international VALUES (505,'WebGUI',7,'Ìí¼ÓÒ»¸öÐÂÄ£°å',1031510000,NULL); -INSERT INTO international VALUES (504,'WebGUI',7,'Ä£°å',1031510000,NULL); -INSERT INTO international VALUES (502,'WebGUI',7,'ÄúÈ·ÐÅҪɾ³ý´ËÄ£°å£¬²¢½«ËùÓÐʹÓôËÄ£°åµÄÒ³ÃæÉèΪĬÈÏÄ£°å£¿',1031510000,NULL); -INSERT INTO international VALUES (160,'WebGUI',7,'Ìá½»ÈÕÆÚ',1031510000,NULL); -INSERT INTO international VALUES (161,'WebGUI',7,'Ìá½»ÈË',1031510000,NULL); -INSERT INTO international VALUES (162,'WebGUI',7,'ÄúÊÇ·ñÈ·¶¨ÒªÇå¿ÕÀ¬»øÏäÖÐËùÓÐÒ³ÃæºÍ×é¼þÂð£¿',1031510000,NULL); -INSERT INTO international VALUES (163,'WebGUI',7,'Ìí¼ÓÓû§',1031510000,NULL); -INSERT INTO international VALUES (164,'WebGUI',7,'Óû§ÈÏÖ¤·½Ê½',1031510000,NULL); -INSERT INTO international VALUES (3,'Auth/LDAP',7,'LDAP URL',1031510000,NULL); -INSERT INTO international VALUES (4,'Auth/LDAP',7,'Á¬½Ó DN',1031510000,NULL); -INSERT INTO international VALUES (167,'WebGUI',7,'ÄúÊÇ·ñÈ·¶¨ÒªÉ¾³ý´ËÓû§Âð£¿×¢Òâɾ³ýÓû§½«ÓÀ¾Ãɾ³ý¸ÃÓû§µÄËùÓÐÐÅÏ¢¡£',1031510000,NULL); -INSERT INTO international VALUES (168,'WebGUI',7,'±à¼Óû§',1031510000,NULL); -INSERT INTO international VALUES (169,'WebGUI',7,'Ìí¼ÓÐÂÓû§¡£',1031510000,NULL); -INSERT INTO international VALUES (170,'WebGUI',7,'ËÑË÷',1031510000,NULL); -INSERT INTO international VALUES (171,'WebGUI',7,'¿ÉÊÓ»¯±à¼',1031510000,NULL); -INSERT INTO international VALUES (174,'WebGUI',7,'ÊÇ·ñÏÔʾ±êÌ⣿',1031510000,NULL); -INSERT INTO international VALUES (175,'WebGUI',7,'ÊÇ·ñÖ´ÐкêÃüÁ',1031510000,NULL); -INSERT INTO international VALUES (229,'WebGUI',7,'±êÌâ',1031510000,NULL); -INSERT INTO international VALUES (230,'WebGUI',7,'ÏûÏ¢',1031510000,NULL); -INSERT INTO international VALUES (231,'WebGUI',7,'·¢²¼ÐÂÏûÏ¢...',1031510000,NULL); -INSERT INTO international VALUES (232,'WebGUI',7,'ÎÞ±êÌâ',1031510000,NULL); -INSERT INTO international VALUES (233,'WebGUI',7,'(eom)',1031510000,NULL); -INSERT INTO international VALUES (240,'WebGUI',7,'ÏûÏ¢ ID:',1031510000,NULL); -INSERT INTO international VALUES (244,'WebGUI',7,'×÷Õß',1031510000,NULL); -INSERT INTO international VALUES (245,'WebGUI',7,'ÈÕÆÚ',1031510000,NULL); -INSERT INTO international VALUES (304,'WebGUI',7,'ÓïÑÔ',1031510000,NULL); -INSERT INTO international VALUES (307,'WebGUI',7,'ÊÇ·ñʹÓÃĬÈÏ meta ±êʶ·û£¿',1031510000,NULL); -INSERT INTO international VALUES (308,'WebGUI',7,'±à¼Óû§ÊôÐÔÉèÖÃ',1031510000,NULL); -INSERT INTO international VALUES (309,'WebGUI',7,'ÊÇ·ñÔÊÐíʹÓÃÕæÊµÐÕÃû£¿',1031510000,NULL); -INSERT INTO international VALUES (310,'WebGUI',7,'ÊÇ·ñÔÊÐíʹÓÃÀ©Õ¹ÁªÏµÐÅÏ¢£¿',1031510000,NULL); -INSERT INTO international VALUES (311,'WebGUI',7,'ÊÇ·ñÔÊÐíʹÓüÒÍ¥ÐÅÏ¢£¿',1031510000,NULL); -INSERT INTO international VALUES (312,'WebGUI',7,'ÊÇ·ñÔÊÐíʹÓÃÉÌÒµÐÅÏ¢£¿',1031510000,NULL); -INSERT INTO international VALUES (313,'WebGUI',7,'ÊÇ·ñÔÊÐíʹÓÃÆäËûÐÅÏ¢£¿',1031510000,NULL); -INSERT INTO international VALUES (314,'WebGUI',7,'ÐÕ',1031510000,NULL); -INSERT INTO international VALUES (315,'WebGUI',7,'ÖмäÃû',1031510000,NULL); -INSERT INTO international VALUES (316,'WebGUI',7,'Ãû',1031510000,NULL); -INSERT INTO international VALUES (317,'WebGUI',7,'ICQ UIN',1031510000,NULL); -INSERT INTO international VALUES (318,'WebGUI',7,'AIM ID',1031510000,NULL); -INSERT INTO international VALUES (319,'WebGUI',7,'MSN Messenger ID',1031510000,NULL); -INSERT INTO international VALUES (320,'WebGUI',7,'Yahoo! Messenger ID',1031510000,NULL); -INSERT INTO international VALUES (321,'WebGUI',7,'ÒÆ¶¯µç»°',1031510000,NULL); -INSERT INTO international VALUES (322,'WebGUI',7,'´«ºô',1031510000,NULL); -INSERT INTO international VALUES (323,'WebGUI',7,'¼Òͥסַ',1031510000,NULL); -INSERT INTO international VALUES (324,'WebGUI',7,'³ÇÊÐ',1031510000,NULL); -INSERT INTO international VALUES (325,'WebGUI',7,'Ê¡·Ý',1031510000,NULL); -INSERT INTO international VALUES (326,'WebGUI',7,'ÓÊÕþ±àÂë',1031510000,NULL); -INSERT INTO international VALUES (327,'WebGUI',7,'¹ú¼Ò',1031510000,NULL); -INSERT INTO international VALUES (328,'WebGUI',7,'סլµç»°',1031510000,NULL); -INSERT INTO international VALUES (329,'WebGUI',7,'µ¥Î»µØÖ·',1031510000,NULL); -INSERT INTO international VALUES (330,'WebGUI',7,'³ÇÊÐ',1031510000,NULL); -INSERT INTO international VALUES (331,'WebGUI',7,'Ê¡·Ý',1031510000,NULL); -INSERT INTO international VALUES (332,'WebGUI',7,'ÓÊÕþ±àÂë',1031510000,NULL); -INSERT INTO international VALUES (333,'WebGUI',7,'¹ú¼Ò',1031510000,NULL); -INSERT INTO international VALUES (334,'WebGUI',7,'µ¥Î»µç»°',1031510000,NULL); -INSERT INTO international VALUES (335,'WebGUI',7,'ÐÔ±ð',1031510000,NULL); -INSERT INTO international VALUES (336,'WebGUI',7,'ÉúÈÕ',1031510000,NULL); -INSERT INTO international VALUES (337,'WebGUI',7,'¸öÈËÍøÒ³',1031510000,NULL); -INSERT INTO international VALUES (338,'WebGUI',7,'±à¼Óû§ÊôÐÔ',1031510000,NULL); -INSERT INTO international VALUES (339,'WebGUI',7,'ÄÐ',1031510000,NULL); -INSERT INTO international VALUES (340,'WebGUI',7,'Å®',1031510000,NULL); -INSERT INTO international VALUES (341,'WebGUI',7,'±à¼Óû§ÊôÐÔ¡£',1031510000,NULL); -INSERT INTO international VALUES (342,'WebGUI',7,'±à¼ÕÊ»§ÐÅÏ¢',1031510000,NULL); -INSERT INTO international VALUES (343,'WebGUI',7,'²é¿´Óû§ÊôÐÔ¡£',1031510000,NULL); -INSERT INTO international VALUES (351,'WebGUI',7,'ÏûÏ¢',1031510000,NULL); -INSERT INTO international VALUES (345,'WebGUI',7,'²»ÊDZ¾Õ¾Óû§',1031510000,NULL); -INSERT INTO international VALUES (346,'WebGUI',7,'´ËÓû§²»ÔÙÊDZ¾Õ¾Óû§¡£ÎÞ·¨Ìṩ´ËÓû§µÄ¸ü¶àÐÅÏ¢¡£',1031510000,NULL); -INSERT INTO international VALUES (347,'WebGUI',7,'²é¿´Óû§ÊôÐÔ£º',1031510000,NULL); -INSERT INTO international VALUES (348,'WebGUI',7,'ÐÕÃû',1031510000,NULL); -INSERT INTO international VALUES (349,'WebGUI',7,'×îа汾',1031510000,NULL); -INSERT INTO international VALUES (350,'WebGUI',7,'½áÊø',1031510000,NULL); -INSERT INTO international VALUES (352,'WebGUI',7,'·¢³öÈÕÆÚ',1031510000,NULL); -INSERT INTO international VALUES (471,'WebGUI/Profile',7,'±à¼Óû§ÊôÐÔÏî',1031510000,NULL); -INSERT INTO international VALUES (355,'WebGUI',7,'ĬÈÏ',1031510000,NULL); -INSERT INTO international VALUES (356,'WebGUI',7,'Ä£°å',1031510000,NULL); -INSERT INTO international VALUES (357,'WebGUI',7,'ÐÂÎÅ',1031510000,NULL); -INSERT INTO international VALUES (358,'WebGUI',7,'×󵼺½',1031510000,NULL); -INSERT INTO international VALUES (359,'WebGUI',7,'ÓÒµ¼º½',1031510000,NULL); -INSERT INTO international VALUES (360,'WebGUI',7,'Ò»¼ÓÈý',1031510000,NULL); -INSERT INTO international VALUES (361,'WebGUI',7,'Èý¼ÓÒ»',1031510000,NULL); -INSERT INTO international VALUES (362,'WebGUI',7,'ƽ·Ö',1031510000,NULL); -INSERT INTO international VALUES (363,'WebGUI',7,'Ä£°å¶¨Î»',1031510000,NULL); -INSERT INTO international VALUES (364,'WebGUI',7,'ËÑË÷',1031510000,NULL); -INSERT INTO international VALUES (368,'WebGUI',7,'½«´ËÓû§¼ÓÈëÐÂÓû§×é¡£',1031510000,NULL); -INSERT INTO international VALUES (369,'WebGUI',7,'¹ýÆÚÈÕÆÚ',1031510000,NULL); -INSERT INTO international VALUES (370,'WebGUI',7,'±à¼Óû§·Ö×é',1031510000,NULL); -INSERT INTO international VALUES (371,'WebGUI',7,'Ìí¼ÓÓû§·Ö×é',1031510000,NULL); -INSERT INTO international VALUES (372,'WebGUI',7,'±à¼Óû§ËùÊô×éȺ',1031510000,NULL); -INSERT INTO international VALUES (605,'WebGUI',1,'Add Groups',1031514049,NULL); -INSERT INTO international VALUES (374,'WebGUI',7,'¹ÜÀí°ü¹ü¡£',1031510000,NULL); -INSERT INTO international VALUES (4,'Navigation',1,'my grandmother\'s level (../../page)',1077078456,'Option of \"Base page\"'); -INSERT INTO international VALUES (376,'WebGUI',7,'°ü¹ü',1031510000,NULL); -INSERT INTO international VALUES (11,'Navigation',1,'descendants',1077078969,'Option on question \"return a loop with\"'); -INSERT INTO international VALUES (31,'USS',7,'ÄÚÈÝ',1031510000,NULL); -INSERT INTO international VALUES (32,'USS',7,'ͼƬ',1031510000,NULL); -INSERT INTO international VALUES (33,'USS',7,'¸½¼þ',1031510000,NULL); -INSERT INTO international VALUES (35,'USS',7,'±êÌâ',1031510000,NULL); -INSERT INTO international VALUES (80,'EventsCalendar',1,'Event Template',1038190379,NULL); -INSERT INTO international VALUES (378,'WebGUI',7,'Óû§ ID',1031510000,NULL); -INSERT INTO international VALUES (379,'WebGUI',7,'Óû§×é ID',1031510000,NULL); -INSERT INTO international VALUES (381,'WebGUI',7,'ϵͳÊÕµ½Ò»¸öÎÞЧµÄ±íµ¥ÇëÇó£¬ÎÞ·¨¼ÌÐø¡£µ±Í¨¹ý±íµ¥ÊäÈëÁËһЩ·Ç·¨×Ö·û£¬Í¨³£»áµ¼ÖÂÕâ¸ö½á¹û¡£Çë°´ä¯ÀÀÆ÷µÄ·µ»Ø°´Å¦·µ»ØÉÏÒ³ÖØÐÂÊäÈë¡£',1031510000,NULL); -INSERT INTO international VALUES (1,'FileManager',7,'ÏÂÔØ¹ÜÀí',1031510000,NULL); -INSERT INTO international VALUES (3,'FileManager',7,'ÊÇ·ñÖ´ÐÐÌí¼ÓÎļþ£¿',1031510000,NULL); -INSERT INTO international VALUES (5,'FileManager',7,'Îļþ±êÌâ',1031510000,NULL); -INSERT INTO international VALUES (6,'FileManager',7,'ÏÂÔØÎļþ',1031510000,NULL); -INSERT INTO international VALUES (7,'FileManager',7,'ÏÂÔØÓû§×é',1031510000,NULL); -INSERT INTO international VALUES (8,'FileManager',7,'¼ò½é',1031510000,NULL); -INSERT INTO international VALUES (9,'FileManager',7,'±à¼ÏÂÔØ¹ÜÀíÔ±',1031510000,NULL); -INSERT INTO international VALUES (10,'FileManager',7,'±à¼ÏÂÔØ',1031510000,NULL); -INSERT INTO international VALUES (11,'FileManager',7,'Ìí¼ÓÐÂÏÂÔØ',1031510000,NULL); -INSERT INTO international VALUES (12,'FileManager',7,'ÄúÊÇ·ñÈ·¶¨ÒªÉ¾³ý´ËÏÂÔØÏîÂð£¿',1031510000,NULL); -INSERT INTO international VALUES (14,'FileManager',7,'Îļþ',1031510000,NULL); -INSERT INTO international VALUES (15,'FileManager',7,'ÃèÊö',1031510000,NULL); -INSERT INTO international VALUES (16,'FileManager',7,'ÉÏÔØÈÕÆÚ',1031510000,NULL); -INSERT INTO international VALUES (37,'USS',7,'ɾ³ý',1031510000,NULL); -INSERT INTO international VALUES (17,'FileManager',7,'ÆäËû°æ±¾ #1',1031510000,NULL); -INSERT INTO international VALUES (18,'FileManager',7,'ÆäËû°æ±¾ #2',1031510000,NULL); -INSERT INTO international VALUES (19,'FileManager',7,'ûÓÐÄú¿ÉÒÔÏÂÔØµÄÎļþ¡£',1031510000,NULL); -INSERT INTO international VALUES (14,'EventsCalendar',7,'¿ªÊ¼ÈÕÆÚ',1031510000,NULL); -INSERT INTO international VALUES (15,'EventsCalendar',7,'½áÊøÈÕÆÚ',1031510000,NULL); -INSERT INTO international VALUES (20,'FileManager',7,'ÔÚºóÃæ±ê×¢Ò³Âë',1031510000,NULL); -INSERT INTO international VALUES (14,'SQLReport',7,'Paginate After',1031510000,NULL); -INSERT INTO international VALUES (19,'EventsCalendar',7,'ÔÚºóÃæ±ê×¢Ò³Âë',1031510000,NULL); -INSERT INTO international VALUES (529,'WebGUI',7,'½á¹û',1031510000,NULL); -INSERT INTO international VALUES (384,'WebGUI',7,'Îļþ',1031510000,NULL); -INSERT INTO international VALUES (385,'WebGUI',7,'²ÎÊý',1031510000,NULL); -INSERT INTO international VALUES (386,'WebGUI',7,'±à¼Í¼Ïó',1031510000,NULL); -INSERT INTO international VALUES (387,'WebGUI',7,'ÉÏÔØÈË',1031510000,NULL); -INSERT INTO international VALUES (388,'WebGUI',7,'ÉÏÔØÈÕÆÚ',1031510000,NULL); -INSERT INTO international VALUES (809,'WebGUI',1,'Email Group',1037579611,NULL); -INSERT INTO international VALUES (391,'WebGUI',7,'ɾ³ý¸½¼ÓÎļþ¡£',1031510000,NULL); -INSERT INTO international VALUES (593,'WebGUI',10,'Indsend oversættelse',1037205606,NULL); -INSERT INTO international VALUES (783,'WebGUI',1,'Type',1036954378,NULL); -INSERT INTO international VALUES (394,'WebGUI',7,'¹ÜÀíͼÏó¡£',1031510000,NULL); -INSERT INTO international VALUES (395,'WebGUI',7,'Ìí¼ÓÐÂͼÏó¡£',1031510000,NULL); -INSERT INTO international VALUES (719,'WebGUI',10,'Forældet',1036855669,NULL); -INSERT INTO international VALUES (399,'WebGUI',7,'·ÖÎö±¾Ò³Ãæ¡£',1031510000,NULL); -INSERT INTO international VALUES (400,'WebGUI',7,'ÊÇ·ñ×èÖ¹´úÀí»º´æ£¿',1031510000,NULL); -INSERT INTO international VALUES (401,'WebGUI',7,'ÄúÊÇ·ñÈ·¶¨ÒªÉ¾³ý´ËÌõÏûÏ¢ÒÔ¼°´ËÌõÏûÏ¢µÄËùÓÐÏßË÷£¿',1031510000,NULL); -INSERT INTO international VALUES (403,'WebGUI',7,'²»¸æËßÄã',1031510000,NULL); -INSERT INTO international VALUES (405,'WebGUI',7,'×îºóÒ»Ò³',1031510000,NULL); -INSERT INTO international VALUES (406,'WebGUI',7,'¿ìÕÕ´óС',1031510000,NULL); -INSERT INTO international VALUES (407,'WebGUI',7,'µã»÷´Ë´¦×¢²á¡£',1031510000,NULL); -INSERT INTO international VALUES (15,'SQLReport',7,'Preprocess macros on query?',1031510000,NULL); -INSERT INTO international VALUES (16,'SQLReport',7,'Debug?',1031510000,NULL); -INSERT INTO international VALUES (17,'SQLReport',7,'Debug: Query:',1031510000,NULL); -INSERT INTO international VALUES (18,'SQLReport',7,'There were no results for this query.',1031510000,NULL); -INSERT INTO international VALUES (506,'WebGUI',7,'¹ÜÀíÄ£°å',1031510000,NULL); -INSERT INTO international VALUES (535,'WebGUI',7,'µ±ÐÂÓû§×¢²áʱ֪ͨÓû§×é',1031510000,NULL); -INSERT INTO international VALUES (353,'WebGUI',7,'ÏÖÔÚÄúµÄÊÕ¼þÏäÖÐûÓÐÏûÏ¢¡£',1031510000,NULL); -INSERT INTO international VALUES (530,'WebGUI',7,'ËÑË÷ËùÓйؼü×Ö',1031510000,NULL); -INSERT INTO international VALUES (408,'WebGUI',7,'¹ÜÀí¸ùÒ³Ãæ',1031510000,NULL); -INSERT INTO international VALUES (409,'WebGUI',7,'Ìí¼ÓиùÒ³Ãæ¡£',1031510000,NULL); -INSERT INTO international VALUES (410,'WebGUI',7,'¹ÜÀí¸ùÒ³Ãæ¡£',1031510000,NULL); -INSERT INTO international VALUES (411,'WebGUI',7,'Ŀ¼±êÌâ',1031510000,NULL); -INSERT INTO international VALUES (412,'WebGUI',7,'Ò³ÃæÃèÊö',1031510000,NULL); -INSERT INTO international VALUES (77,'Survey',1,'End Time',1038782119,NULL); -INSERT INTO international VALUES (894,'WebGUI',7,'ÊÇ·ñÔÊÐíÌÖÂÛ£¿',1031510000,NULL); -INSERT INTO international VALUES (22,'Article',7,'×÷Õß',1031510000,NULL); -INSERT INTO international VALUES (23,'Article',7,'ÈÕÆÚ',1031510000,NULL); -INSERT INTO international VALUES (24,'Article',7,'·¢±í»ØÓ¦',1031510000,NULL); -INSERT INTO international VALUES (1036,'WebGUI',1,'Threads',1066038155,'A label indicating how many threads there are in a particular forum.'); -INSERT INTO international VALUES (28,'Article',7,'²é¿´»ØÓ¦',1031510000,NULL); -INSERT INTO international VALUES (57,'Product',1,'Are you certain you wish to delete this template and set all the products using it to the default template?',1031514049,NULL); -INSERT INTO international VALUES (53,'Product',1,'Edit Benefit',1031514049,NULL); -INSERT INTO international VALUES (785,'WebGUI',16,'Zasoby, Zarz±dzanie',1076559206,NULL); -INSERT INTO international VALUES (683,'WebGUI',16,'Szablony, Zarz±dzanie',1076559180,NULL); -INSERT INTO international VALUES (677,'WebGUI',16,'Obiekt WWW (Wobject), Dodawanie/Edycja',1076559156,NULL); -INSERT INTO international VALUES (417,'WebGUI',7,'
Um einer Seite ein Wobject hinzuzufügen, müssen sie zuerst die Seite aufrufen, \r\nin die das Wobject soll. Dann wählen Sie ein Wobject ihrer Wahl aus dem oberen \r\nlinken Bereich ("Inhalt hinzufügen ... ") aus. Zu jedem Woject gibt \r\nes eine eigene Hilfe, daher schauen sie sich diese vorher an, wenn sie nicht \r\nwissen, welchen Zweck bzw. welche Funktionen das Wobject hat.
Style Sheets: Alle Wobjects besitzen \r\neine Style-Sheet Klasse und ID. \r\n
Die Style-Sheet Klasse besteht aus dem Word "wobject" plus dem \r\nTyp des Wobjects. Daher würde für eine Abstimmung die Style-Sheet Klasse "wobjectPoll" \r\nlauten. Die Klasse gehört dann zu allen Wobjects dieses Typs im System. \r\n
Die Style-Sheet ID besteht aus dem Wort "wobjectId" plus der Wobject Id für \r\ndiese Wobject Instanz. Für einen Artikel mit der Wobject Id 94 würde die ID \r\ndann "wobjectId94" lauten.
',1048589531,NULL); -INSERT INTO international VALUES (22,'Article',8,'Autore',1031922112,NULL); -INSERT INTO international VALUES (23,'Article',8,'Data',1031922151,NULL); -INSERT INTO international VALUES (894,'WebGUI',8,'Consenti discussione?',1048030866,NULL); -INSERT INTO international VALUES (78,'Survey',1,'Total Time',1038782125,NULL); -INSERT INTO international VALUES (411,'WebGUI',8,'Titolo nel Menu',1046125626,NULL); -INSERT INTO international VALUES (412,'WebGUI',8,'Descrizione',1046125646,NULL); -INSERT INTO international VALUES (410,'WebGUI',8,'Gestisci roots.',1046125609,NULL); -INSERT INTO international VALUES (409,'WebGUI',8,'Aggiungi una nuova root.',1046125561,NULL); -INSERT INTO international VALUES (408,'WebGUI',8,'Gestisci Roots',1046125530,NULL); -INSERT INTO international VALUES (18,'SQLReport',8,'Non ci sono risultati per questa query.',1045783497,NULL); -INSERT INTO international VALUES (16,'SQLReport',8,'Debug?',1045783484,NULL); -INSERT INTO international VALUES (17,'SQLReport',8,'Debug: Query:',1048080156,NULL); -INSERT INTO international VALUES (15,'SQLReport',8,'Preprocessa le macro nella query?',1045783478,NULL); -INSERT INTO international VALUES (46,'WebGUI',8,'Il mio account',1045782569,NULL); -INSERT INTO international VALUES (407,'WebGUI',8,'Clicca qui per registrarti.',1046125522,NULL); -INSERT INTO international VALUES (406,'WebGUI',8,'Grandezza del Thumbnail',1046125498,NULL); -INSERT INTO international VALUES (405,'WebGUI',8,'Ultima Pagina',1046125485,NULL); -INSERT INTO international VALUES (403,'WebGUI',8,'Preferisco non dirlo.',1046125466,NULL); -INSERT INTO international VALUES (60,'WebGUI',8,'Sei sicuro di voler disattivare il tuo account? Se continui le informazioni del tuo account saranno perse permanentemente.',1045780774,NULL); -INSERT INTO international VALUES (401,'WebGUI',8,'Sei sicuro di voler cancellare questo messaggio e tutti i messaggi sotto di esso in questo thread?',1046125446,NULL); -INSERT INTO international VALUES (400,'WebGUI',8,'Impedisci la Cache del Proxy',1046125419,NULL); -INSERT INTO international VALUES (399,'WebGUI',8,'Valida questa pagina.',1046125377,NULL); -INSERT INTO international VALUES (394,'WebGUI',8,'Gestisci Archivio Collaterale.',1046125341,NULL); -INSERT INTO international VALUES (395,'WebGUI',8,'Aggiungi una nuova Immagine.',1046125357,NULL); -INSERT INTO international VALUES (707,'WebGUI',10,'Vis debug information?',1036855884,NULL); -INSERT INTO international VALUES (784,'WebGUI',1,'Thumbnail',1036954393,NULL); -INSERT INTO international VALUES (391,'WebGUI',8,'Cancella il file Allegato.',1046125316,NULL); -INSERT INTO international VALUES (594,'WebGUI',10,'Oversæt tekster',1037205626,NULL); -INSERT INTO international VALUES (811,'WebGUI',1,'From',1037580145,NULL); -INSERT INTO international VALUES (810,'WebGUI',1,'send',1037579743,NULL); -INSERT INTO international VALUES (387,'WebGUI',8,'Caricato Da',1046125277,NULL); -INSERT INTO international VALUES (388,'WebGUI',8,'Data di Upload',1046125288,NULL); -INSERT INTO international VALUES (386,'WebGUI',8,'Modifica Immagine',1046125255,NULL); -INSERT INTO international VALUES (385,'WebGUI',8,'Parametri',1046125244,NULL); -INSERT INTO international VALUES (384,'WebGUI',8,'File',1046125220,NULL); -INSERT INTO international VALUES (19,'EventsCalendar',8,'Cambio Pagina dopo',1045778166,NULL); -INSERT INTO international VALUES (684,'WebGUI',10,'Skabelon, Tilføj/Redigér',1036856063,NULL); -INSERT INTO international VALUES (20,'FileManager',8,'Cambio Pagina dopo',1031922906,NULL); -INSERT INTO international VALUES (14,'SQLReport',8,'Cambio Pagina dopo',1045783469,NULL); -INSERT INTO international VALUES (14,'EventsCalendar',8,'Data di Inizio',1045778149,NULL); -INSERT INTO international VALUES (15,'EventsCalendar',8,'Data di Fine',1045778156,NULL); -INSERT INTO international VALUES (19,'FileManager',8,'Non hai files disponibili.',1045778836,NULL); -INSERT INTO international VALUES (18,'FileManager',8,'Versione Alternativa #2',1031922865,NULL); -INSERT INTO international VALUES (17,'FileManager',8,'Versione Alternativa #1',1031922849,NULL); -INSERT INTO international VALUES (37,'USS',8,'Cancella',1045784047,NULL); -INSERT INTO international VALUES (775,'WebGUI',1,'Are you certain you wish to delete this folder and move its contents to it\'s parent folder?',1036903002,NULL); -INSERT INTO international VALUES (16,'FileManager',8,'Uploadato in Data',1031922644,NULL); -INSERT INTO international VALUES (15,'FileManager',8,'Descrizione',1031922564,NULL); -INSERT INTO international VALUES (14,'FileManager',8,'File',1031922430,NULL); -INSERT INTO international VALUES (9,'FileManager',8,'Modifica File Manager',1045778901,NULL); -INSERT INTO international VALUES (10,'FileManager',8,'Modifica File',1045778798,NULL); -INSERT INTO international VALUES (11,'FileManager',8,'Aggiungi un nuovo file',1045778810,NULL); -INSERT INTO international VALUES (12,'FileManager',8,'Sei sicuro di voler cancellare questo file?',1045778821,NULL); -INSERT INTO international VALUES (8,'FileManager',8,'Breve Descrizione',1031923721,NULL); -INSERT INTO international VALUES (7,'FileManager',8,'Gruppo di Download',1031923553,NULL); -INSERT INTO international VALUES (6,'FileManager',8,'File',1045778850,NULL); -INSERT INTO international VALUES (3,'FileManager',8,'Continua aggiungendo un file?',1031922982,NULL); -INSERT INTO international VALUES (5,'FileManager',8,'Titolo del File',1031923001,NULL); -INSERT INTO international VALUES (1,'FileManager',8,'File Manager',1045778786,NULL); -INSERT INTO international VALUES (381,'WebGUI',8,'Il sistema ha ricevuto un richiesta non valida. Utilizza il tasto back del browser e prova ancora.',1046125205,NULL); -INSERT INTO international VALUES (35,'USS',8,'Titolo',1045784040,NULL); -INSERT INTO international VALUES (378,'WebGUI',8,'ID utente',1046125033,NULL); -INSERT INTO international VALUES (379,'WebGUI',8,'ID Gruppo',1046125106,NULL); -INSERT INTO international VALUES (33,'USS',8,'Allegato',1045784020,NULL); -INSERT INTO international VALUES (32,'USS',8,'Immagine',1045784011,NULL); -INSERT INTO international VALUES (31,'USS',8,'Contenuto',1045783998,NULL); -INSERT INTO international VALUES (16,'Navigation',1,'self and ancestors',1077079343,'Option on question \"return a loop with\".'); -INSERT INTO international VALUES (11,'Poll',8,'Vota!',1045927671,NULL); -INSERT INTO international VALUES (374,'WebGUI',8,'Gestisci packages.',1046122632,NULL); -INSERT INTO international VALUES (376,'WebGUI',8,'Package',1046124960,NULL); -INSERT INTO international VALUES (371,'WebGUI',8,'Aggiungi Grouping',1046122591,NULL); -INSERT INTO international VALUES (372,'WebGUI',8,'Modifica i gruppi dell\'utente',1046122611,NULL); -INSERT INTO international VALUES (370,'WebGUI',8,'Modifica Grouping',1046122581,NULL); -INSERT INTO international VALUES (369,'WebGUI',8,'Data di scadenza',1046122563,NULL); -INSERT INTO international VALUES (368,'WebGUI',8,'Aggiungi un nuovo gruppo a questo utente.',1046122552,NULL); -INSERT INTO international VALUES (364,'WebGUI',8,'Cerca',1046122505,NULL); -INSERT INTO international VALUES (362,'WebGUI',8,'Fianco a fianco',1046122476,NULL); -INSERT INTO international VALUES (363,'WebGUI',8,'Posizione nel Template',1046122495,NULL); -INSERT INTO international VALUES (361,'WebGUI',8,'Tre su Una',1046122468,NULL); -INSERT INTO international VALUES (359,'WebGUI',8,'Colonna Destra',1046122425,NULL); -INSERT INTO international VALUES (360,'WebGUI',8,'Una su Tre',1046122461,NULL); -INSERT INTO international VALUES (358,'WebGUI',8,'Colonna Sinistra',1046122417,NULL); -INSERT INTO international VALUES (357,'WebGUI',8,'News',1046122405,NULL); -INSERT INTO international VALUES (356,'WebGUI',8,'Template',1046122397,NULL); -INSERT INTO international VALUES (355,'WebGUI',8,'Default',1046122389,NULL); -INSERT INTO international VALUES (471,'WebGUI/Profile',8,'Modifica campi profilo utenti',1045782651,NULL); -INSERT INTO international VALUES (352,'WebGUI',8,'Data di Inserimento',1046122349,NULL); -INSERT INTO international VALUES (159,'WebGUI',8,'Inbox',1045915746,NULL); -INSERT INTO international VALUES (349,'WebGUI',8,'Ultima Versione Disponibile',1046122294,NULL); -INSERT INTO international VALUES (351,'WebGUI',8,'Messaggio',1046122322,NULL); -INSERT INTO international VALUES (350,'WebGUI',8,'Completato',1046122314,NULL); -INSERT INTO international VALUES (348,'WebGUI',8,'Nome',1046122282,NULL); -INSERT INTO international VALUES (347,'WebGUI',8,'Visualizza il Profilo per',1046122275,NULL); -INSERT INTO international VALUES (343,'WebGUI',8,'Visualizza Profilo.',1046122223,NULL); -INSERT INTO international VALUES (345,'WebGUI',8,'Non membro',1046122233,NULL); -INSERT INTO international VALUES (346,'WebGUI',8,'Questo utente non è più membro del nostro sito. Non abbiamo altre informazioni su questo utente.',1046122250,NULL); -INSERT INTO international VALUES (341,'WebGUI',8,'Modifica Profilo.',1046122207,NULL); -INSERT INTO international VALUES (342,'WebGUI',8,'Modifica le informazioni dell\'account.',1046122215,NULL); -INSERT INTO international VALUES (337,'WebGUI',8,'Homepage URL',1046122165,NULL); -INSERT INTO international VALUES (338,'WebGUI',8,'Modifica Profilo',1046122177,NULL); -INSERT INTO international VALUES (339,'WebGUI',8,'Maschio',1046122184,NULL); -INSERT INTO international VALUES (340,'WebGUI',8,'Femmina',1046122200,NULL); -INSERT INTO international VALUES (336,'WebGUI',8,'Data di nascita',1046122158,NULL); -INSERT INTO international VALUES (335,'WebGUI',8,'Sesso',1046122151,NULL); -INSERT INTO international VALUES (331,'WebGUI',8,'Stato lavoro',1046122110,NULL); -INSERT INTO international VALUES (332,'WebGUI',8,'CAP lavoro',1046122122,NULL); -INSERT INTO international VALUES (333,'WebGUI',8,'Provincia lavoro',1046122130,NULL); -INSERT INTO international VALUES (334,'WebGUI',8,'Telefono lavoro',1046122138,NULL); -INSERT INTO international VALUES (330,'WebGUI',8,'Città lavoro',1046122103,NULL); -INSERT INTO international VALUES (329,'WebGUI',8,'Indirizzo lavoro',1046122090,NULL); -INSERT INTO international VALUES (328,'WebGUI',8,'Telefono casa',1046122066,NULL); -INSERT INTO international VALUES (327,'WebGUI',8,'Provincia casa',1046122042,NULL); -INSERT INTO international VALUES (326,'WebGUI',8,'CAP casa',1046122022,NULL); -INSERT INTO international VALUES (324,'WebGUI',8,'Città casa',1046122002,NULL); -INSERT INTO international VALUES (325,'WebGUI',8,'Stato casa',1046122011,NULL); -INSERT INTO international VALUES (323,'WebGUI',8,'Indirizzo casa',1046121995,NULL); -INSERT INTO international VALUES (322,'WebGUI',8,'Pager',1046121988,NULL); -INSERT INTO international VALUES (321,'WebGUI',8,'Telefono Cellulare',1046121982,NULL); -INSERT INTO international VALUES (320,'WebGUI',8,'Yahoo! Messenger Id',1046121972,NULL); -INSERT INTO international VALUES (319,'WebGUI',8,'MSN Messenger Id',1046121956,NULL); -INSERT INTO international VALUES (318,'WebGUI',8,'AIM Id',1046121939,NULL); -INSERT INTO international VALUES (317,'WebGUI',8,'ICQ UIN',1046121931,NULL); -INSERT INTO international VALUES (316,'WebGUI',8,'Cognome',1046121919,NULL); -INSERT INTO international VALUES (315,'WebGUI',8,'Secondo Nome',1046121912,NULL); -INSERT INTO international VALUES (314,'WebGUI',8,'Nome',1046121898,NULL); -INSERT INTO international VALUES (313,'WebGUI',8,'Consenti informazioni varie?',1046121889,NULL); -INSERT INTO international VALUES (312,'WebGUI',8,'Consenti informazioni business?',1046121881,NULL); -INSERT INTO international VALUES (311,'WebGUI',8,'Consenti informazioni home?',1046121862,NULL); -INSERT INTO international VALUES (310,'WebGUI',8,'Consenti informazioni extra sugli account?',1046121846,NULL); -INSERT INTO international VALUES (309,'WebGUI',8,'Consenti il nome reale?',1046121829,NULL); -INSERT INTO international VALUES (307,'WebGUI',8,'Usa i meta tags di default?',1046121809,NULL); -INSERT INTO international VALUES (308,'WebGUI',8,'Modifica i settaggi del profilo',1046121816,NULL); -INSERT INTO international VALUES (245,'WebGUI',8,'Data',1046121730,NULL); -INSERT INTO international VALUES (304,'WebGUI',8,'Lingua',1046121797,NULL); -INSERT INTO international VALUES (244,'WebGUI',8,'Autore',1046121723,NULL); -INSERT INTO international VALUES (240,'WebGUI',8,'ID Messaggio:',1046121709,NULL); -INSERT INTO international VALUES (233,'WebGUI',8,'(eom)',1045916130,NULL); -INSERT INTO international VALUES (232,'WebGUI',8,'Senza Oggetto',1045916119,NULL); -INSERT INTO international VALUES (231,'WebGUI',8,'Inviare un nuovo Messaggio...',1045916108,NULL); -INSERT INTO international VALUES (230,'WebGUI',8,'Messaggio',1045916098,NULL); -INSERT INTO international VALUES (229,'WebGUI',8,'Oggetto',1045916077,NULL); -INSERT INTO international VALUES (175,'WebGUI',8,'Processa le macro?',1045915940,NULL); -INSERT INTO international VALUES (174,'WebGUI',8,'Visualizza il Titolo?',1045915925,NULL); -INSERT INTO international VALUES (170,'WebGUI',8,'cerca',1045915888,NULL); -INSERT INTO international VALUES (171,'WebGUI',8,'Assistente per la creazione del testo',1045915905,NULL); -INSERT INTO international VALUES (169,'WebGUI',8,'Aggiungi un nuovo Utente.',1045915866,NULL); -INSERT INTO international VALUES (168,'WebGUI',8,'Modifica Utente',1045915855,NULL); -INSERT INTO international VALUES (167,'WebGUI',8,'Sei sicuro di voler cancellare questo utente? Sappi che tutte le informazioni associate all\'utente saranno cancellate se procedi.',1045915845,NULL); -INSERT INTO international VALUES (3,'Auth/LDAP',8,'LDAP URL',1045778047,NULL); -INSERT INTO international VALUES (4,'Auth/LDAP',8,'Connect DN',1045778069,NULL); -INSERT INTO international VALUES (163,'WebGUI',8,'Aggiungi Utente',1045915812,NULL); -INSERT INTO international VALUES (164,'WebGUI',8,'Metodo di autenticazione',1045915831,NULL); -INSERT INTO international VALUES (162,'WebGUI',8,'Sei sicuro di voler cancellare tutte le pagine e i wobjects nel cestino?',1046632830,NULL); -INSERT INTO international VALUES (161,'WebGUI',8,'Inviato Da',1045915790,NULL); -INSERT INTO international VALUES (160,'WebGUI',8,'Inviato in Data',1045915775,NULL); -INSERT INTO international VALUES (353,'WebGUI',8,'Non hai messaggi nella tua Inbox attualmente.',1046122373,NULL); -INSERT INTO international VALUES (149,'WebGUI',8,'Utenti',1045915648,NULL); -INSERT INTO international VALUES (148,'WebGUI',8,'Wobjects',1045915638,NULL); -INSERT INTO international VALUES (147,'WebGUI',8,'Pagine',1045915611,NULL); -INSERT INTO international VALUES (144,'WebGUI',8,'Visualizza statistiche.',1045915537,NULL); -INSERT INTO international VALUES (145,'WebGUI',8,'Versione',1045915552,NULL); -INSERT INTO international VALUES (146,'WebGUI',8,'Sessioni Attive',1045915578,NULL); -INSERT INTO international VALUES (143,'WebGUI',8,'Gestisci i settaggi',1045915525,NULL); -INSERT INTO international VALUES (142,'WebGUI',8,'Timeout della Sessione',1045915515,NULL); -INSERT INTO international VALUES (141,'WebGUI',8,'Pagina non trovata',1045915504,NULL); -INSERT INTO international VALUES (140,'WebGUI',8,'Modifica settaggi vari',1045915492,NULL); -INSERT INTO international VALUES (134,'WebGUI',8,'Messaggio di Recupero Password',1045915433,NULL); -INSERT INTO international VALUES (135,'WebGUI',8,'SMTP Server',1045915443,NULL); -INSERT INTO international VALUES (138,'WebGUI',8,'Sì',1045915461,NULL); -INSERT INTO international VALUES (139,'WebGUI',8,'No',1045915471,NULL); -INSERT INTO international VALUES (133,'WebGUI',8,'Modifica i settaggi della Mail',1045915401,NULL); -INSERT INTO international VALUES (130,'WebGUI',8,'Massima Dimensione Allegato',1045915370,NULL); -INSERT INTO international VALUES (127,'WebGUI',8,'URL dell\'Azienda',1045915349,NULL); -INSERT INTO international VALUES (126,'WebGUI',8,'Indirizzo Email dell\'Azienda',1045915337,NULL); -INSERT INTO international VALUES (125,'WebGUI',8,'Nome dell\'Azienda',1045915327,NULL); -INSERT INTO international VALUES (124,'WebGUI',8,'Modifica informazioni sull\'Azienda',1045915314,NULL); -INSERT INTO international VALUES (8,'Auth/LDAP',8,'LDAP Password Name',1045778106,NULL); -INSERT INTO international VALUES (7,'Auth/LDAP',8,'LDAP Identity Name',1045778098,NULL); -INSERT INTO international VALUES (6,'Auth/LDAP',8,'LDAP Identity (default)',1045778090,NULL); -INSERT INTO international VALUES (5,'Auth/LDAP',8,'LDAP URL (default)',1045778080,NULL); -INSERT INTO international VALUES (118,'WebGUI',8,'Registrazione Anonima',1045915239,NULL); -INSERT INTO international VALUES (119,'WebGUI',8,'Authentication Method (default)',1045915276,NULL); -INSERT INTO international VALUES (117,'WebGUI',8,'Modifica settaggi Utente',1045784387,NULL); -INSERT INTO international VALUES (116,'WebGUI',8,'Seleziona \"Si\" per dare a tutte le sottopagine e ai Wobjects gli stessi privilegi di questa.',1056804147,NULL); -INSERT INTO international VALUES (108,'WebGUI',8,'Proprietario',1045784369,NULL); -INSERT INTO international VALUES (107,'WebGUI',8,'Privilegi',1045784187,NULL); -INSERT INTO international VALUES (106,'WebGUI',8,'Seleziona \"Si\" per dare a tutte le sottopagine lo stesso stile di questa.',1045779457,NULL); -INSERT INTO international VALUES (105,'WebGUI',8,'Layout',1048258260,NULL); -INSERT INTO international VALUES (104,'WebGUI',8,'URL della Pagina',1045779442,NULL); -INSERT INTO international VALUES (102,'WebGUI',8,'Modifica Pagina',1045779420,NULL); -INSERT INTO international VALUES (103,'WebGUI',8,'Specifiche della Pagina',1048258231,NULL); -INSERT INTO international VALUES (101,'WebGUI',8,'Sei sicuro di voler cancellare questa pagina, il suo contenuto, e tutti gli elementi sotto di essa?',1045779413,NULL); -INSERT INTO international VALUES (100,'WebGUI',8,'Meta Tags',1045779401,NULL); -INSERT INTO international VALUES (99,'WebGUI',8,'Titolo',1045780971,NULL); -INSERT INTO international VALUES (642,'WebGUI',1,'Page, Add/Edit',1078569027,NULL); -INSERT INTO international VALUES (95,'WebGUI',8,'Indice Aiuto',1045780958,NULL); -INSERT INTO international VALUES (94,'WebGUI',8,'Vedi anche',1045780950,NULL); -INSERT INTO international VALUES (93,'WebGUI',8,'Aiuto',1045780941,NULL); -INSERT INTO international VALUES (92,'WebGUI',8,'Pagina Successiva',1045780931,NULL); -INSERT INTO international VALUES (91,'WebGUI',8,'Pagina Precedente',1045781131,NULL); -INSERT INTO international VALUES (89,'WebGUI',8,'Gruppi',1045781170,NULL); -INSERT INTO international VALUES (90,'WebGUI',8,'Aggiungi nuovo gruppo.',1045781140,NULL); -INSERT INTO international VALUES (88,'WebGUI',8,'Utenti nel Gruppo',1045781180,NULL); -INSERT INTO international VALUES (87,'WebGUI',8,'Modifica Gruppo',1045781189,NULL); -INSERT INTO international VALUES (86,'WebGUI',8,'Sei sicuro di voler cancellare questo gruppo? Sappi che cancellare un gruppo è permanente e rimuoverà tutti i privilrgi associati a questo gruppo.',1045781209,NULL); -INSERT INTO international VALUES (84,'WebGUI',8,'Nome del Gruppo',1045781228,NULL); -INSERT INTO international VALUES (85,'WebGUI',8,'Descrizione',1045781219,NULL); -INSERT INTO international VALUES (82,'WebGUI',8,'Funzioni Amministrative...',1045781237,NULL); -INSERT INTO international VALUES (81,'WebGUI',8,'Account aggiornato con successo!',1045781246,NULL); -INSERT INTO international VALUES (80,'WebGUI',8,'Account creato con successo!',1045781255,NULL); -INSERT INTO international VALUES (2,'Auth/LDAP',8,'Non è possibile connettersi al LDAP server.',1045778023,NULL); -INSERT INTO international VALUES (3,'Auth/WebGUI',8,'Le tue password non corrispondono. Prego prova di nuovo.',1045778125,NULL); -INSERT INTO international VALUES (77,'WebGUI',8,'Questo nome di account è già in uso da un altro membro di questo sito. Prego scegli un nuovo nome utente. Ecco alcuni suggerimenti:',1045781289,NULL); -INSERT INTO international VALUES (76,'WebGUI',8,'Questo indirizzo di email non è nei nostri database.',1045781334,NULL); -INSERT INTO international VALUES (75,'WebGUI',8,'Le Informazioni sul tuo account sono state inviate al tuo indirizzo di email.',1045781368,NULL); -INSERT INTO international VALUES (74,'WebGUI',8,'Informazioni Account',1045781380,NULL); -INSERT INTO international VALUES (73,'WebGUI',8,'Entra.',1045781389,NULL); -INSERT INTO international VALUES (72,'WebGUI',8,'recupera',1045781410,NULL); -INSERT INTO international VALUES (70,'WebGUI',8,'Errore',1045781483,NULL); -INSERT INTO international VALUES (71,'WebGUI',8,'Recupera password',1045781434,NULL); -INSERT INTO international VALUES (69,'WebGUI',8,'Prego contatta il tuo amministratore di sistema per assistenza.',1045781546,NULL); -INSERT INTO international VALUES (68,'WebGUI',8,'Le informazioni sull\'account non sono valide. O l\'account non esiste oppure hai fornito una combinazione errata di Nome Utente/Password.',1045781686,NULL); -INSERT INTO international VALUES (67,'WebGUI',8,'Crea un nuovo account.',1045781789,NULL); -INSERT INTO international VALUES (66,'WebGUI',8,'Entra',1045781949,NULL); -INSERT INTO international VALUES (65,'WebGUI',8,'Prego disattiva il mio account permanentemente.',1045782089,NULL); -INSERT INTO international VALUES (64,'WebGUI',8,'Esci.',1045782160,NULL); -INSERT INTO international VALUES (63,'WebGUI',8,'Attiva l\'Interfaccia Amministrativa.',1045780917,NULL); -INSERT INTO international VALUES (62,'WebGUI',8,'Salva',1045780892,NULL); -INSERT INTO international VALUES (61,'WebGUI',8,'Aggiorna Informazioni dell\'Account',1045780845,NULL); -INSERT INTO international VALUES (492,'WebGUI',8,'Lista dei campi del profilo.',1045782794,NULL); -INSERT INTO international VALUES (59,'WebGUI',8,'Ho dimenticato la password.',1045780684,NULL); -INSERT INTO international VALUES (58,'WebGUI',8,'Ho già un account.',1045780566,NULL); -INSERT INTO international VALUES (57,'WebGUI',8,'E\' necessario solo se vuoi usare funzioni che richiedono l\'email.',1045780514,NULL); -INSERT INTO international VALUES (56,'WebGUI',8,'Indirizzo Email',1045780450,NULL); -INSERT INTO international VALUES (2,'Auth/WebGUI',8,'Password (conferma)',1045778114,NULL); -INSERT INTO international VALUES (54,'WebGUI',8,'Crea Account',1045780164,NULL); -INSERT INTO international VALUES (51,'WebGUI',8,'Password',1045782927,NULL); -INSERT INTO international VALUES (52,'WebGUI',8,'login',1045780042,NULL); -INSERT INTO international VALUES (53,'WebGUI',8,'Rendi Pagina Stampabile',1045780138,NULL); -INSERT INTO international VALUES (50,'WebGUI',8,'Nome Utente',1045782850,NULL); -INSERT INTO international VALUES (48,'WebGUI',8,'Ciao',1045782703,NULL); -INSERT INTO international VALUES (49,'WebGUI',8,'\r\n\r\nTemplate
\r\nChoose a layout for the file manager.\r\n
\r\n\r\nProceed to add download?
\r\nIf you wish to start adding files to download right away, leave this checked.\r\n
\r\n\r\n',1038887335,NULL);
-INSERT INTO international VALUES (71,'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\nTo create an aggregate RSS feed, include a list of space separated urls instead of a single url. For an aggregate feed, the system will display an equal number of headlines from each source, sorted by the date the system first received the story.
\r\n\r\nTemplate
\r\nSelect a template for this content.\r\n
Maximum Headlines
\r\nEnter the maximum number of headlines that should be displayed. For an aggregate feed, the system will display an equal number of headlines from each source, even if doing so requires displaying more than the requested maximum number of headlines. Set to zero to allow any number of headlines.\r\n
',1047855741,NULL);
-INSERT INTO international VALUES (71,'EventsCalendar',1,'Events calendars are used on many intranets to keep track of internal dates that affect a whole organization. Also, Events Calendars on consumer sites are a great way to let your customers know what events you\'ll be attending and what promotions you\'ll be having.\r\n
\r\n\r\nMain Template
\r\nChoose a layout for the events calendar.\r\n
\r\n\r\nEvent Template
\r\nChoose a layout for the individual events within the calendars.\r\n
\r\n\r\nStart Month
\r\nChoose the start month for your calendar. If you choose \"current\" the calendar will always start on the current month, therefore it will change from month to month. If you choose \"first in the calendar\" then it will start at whatever the earliest date in the calendar is.\r\n
\r\n\r\nEnd Month
\r\nChoose the end month for your calendar. If you choose \"show X months from start\", then only X months worth of information will ever be displayed. If you choose \"current\" then the calendar will end on the month you are currently in. If you choose \"last in calendar\" then the calendar will end on the last date entered into the calendar.\r\n
\r\n\r\nDefault Month
\r\nChoose which month for this calendar to start on when a visitor comes to the page containing the calendar.\r\n
\r\n\r\nIs master?
\r\nIf set to yes then this calendar will display events from all other calendars in the system.\r\n
\r\n\r\nPaginate After
\r\nWhen using a list-style calendar, how many events should be shown per page?\r\n
\r\nProceed to add event?
\r\nLeave this set to yes if you want to add events to the Events Calendar directly after creating it.\r\n
\r\n\r\nNote: Events that have already happened will not be displayed on the events calendar.\r\n
\r\n
\r\n\r\nTitle
\r\nThe title of the forum.\r\n
\r\n\r\nDescription
\r\nThe description of the forum.\r\n
\r\n\r\nNOTE: All of the properties of the forum system are also here. See that help page for details.',1066584480,NULL); -INSERT INTO international VALUES (1067,'WebGUI',1,'Forum Search Template',1066582842,NULL); -INSERT INTO international VALUES (1068,'WebGUI',1,'The following variables are available in the search template.\r\n
\r\n\r\ncallback.url
\r\nThe url that links back to the calling object such as an article or user submission.\r\n
\r\n\r\ncallback.label
\r\nThe default label for callback.url.\r\n
\r\n\r\nform.begin
\r\nThe search form header.\r\n
\r\n\r\nsearch.label
\r\nThe default label for the search page.\r\n
\r\n\r\nall.label
\r\nThe default label for all.form.\r\n
\r\n\r\nall.form
\r\nThe form element for searching based on all words.\r\n
\r\n\r\nexactphrase.label
\r\nThe default label for exactphrase.form.\r\n
\r\n\r\nexactphrase.form
\r\nThe form element for searching based on an exact phrase.\r\n
\r\n\r\nwithout.label
\r\nThe default label for without.form.\r\n
\r\n\r\nwithout.form
\r\nThe form element for searching based on words that cannot be found in the text.\r\n
\r\n\r\natleastone.label
\r\nThe default label for atleastone.form.\r\n
\r\n\r\natleastone.form
\r\nThe form element for searching where at least one of the words must exist in the text.\r\n
\r\n\r\nresults.label
\r\nThe default label for results.form.\r\n
\r\n\r\nresults.form
\r\nThe form element for selecting how many results per page should be returned.\r\n
\r\n\r\nform.search
\r\nThe search button.\r\n
\r\n\r\nform.end
\r\nThe form footer.\r\n
\r\n\r\nthread.list.url
\r\nA url that goes back to the thread list (aka forum).\r\n
\r\n\r\nthread.list.label
\r\nThe default label for thread.list.url.\r\n
\r\n\r\npost.subject.label
\r\nThe default label for the subject column.\r\n
\r\n\r\npost.date.label
\r\nThe default label for the date column.\r\n
\r\n\r\npost.user.label
\r\nThe default label for the author column.\r\n
\r\n\r\npost_loop
\r\nA loop containing all of the search results.\r\n
\r\n\r\n
\r\n\r\npost.subject\r\n\r\n
\r\nThe post subject.\r\n\r\n\r\npost.url
\r\nThe url to view the post.\r\n\r\n\r\npost.epoch
\r\nThe epoch date of the post.\r\n\r\n\r\npost.date
\r\nThe human readable date of the post.\r\n\r\n\r\npost.time
\r\nThe human readable time of the post.\r\n\r\n\r\npost.user.id
\r\nThe userId of the poster.\r\n\r\n\r\npost.user.name
\r\nThe username of the poster.\r\n\r\n\r\npost.user.profile
\r\nThe url of the poster\'s profile.\r\n\r\n\r\n
\r\n\r\nfirstpage
\r\nA link to the first page in a multi-page listing.\r\n
\r\n\r\nlastpage
\r\nA link to the last page in a multi-page listing.\r\n
\r\n\r\nnextpage
\r\nA link to the next page in a multi-page listing.\r\n
\r\n\r\npagelist
\r\nA series of links to every page in a multi-page listing.\r\n
\r\n\r\npreviouspage
\r\nA link to the previous page in a multi-page listing.\r\n
\r\n\r\nmultiplepages
\r\nA condition indicating whether there are multiple pages or not.\r\n
\r\n\r\nnumberOfPages
\r\nThe number of pages in a multiple page listing.\r\n
\r\n\r\npageNumber
\r\nThe number of the current page in a multi-page listing.\r\n
\r\n\r\n',1066582842,NULL);
-INSERT INTO international VALUES (71,'Article',1,'Articles are the Swiss Army knife of WebGUI. Most pieces of static content can be added via the Article.\r\n
\r\n\r\nNOTE: You can create a multi-paged article by placing the seperator macro (^-;) at various places through-out your article.\r\n\r\n
\r\n\r\nAllow discussion?
\r\nChecking this box will enable responses to your article much like Articles on Slashdot.org.\r\n
\r\n\r\n\r\n',1066583066,NULL); -INSERT INTO international VALUES (1054,'WebGUI',1,'Forum (Discussion) Properties',1066583000,NULL); -INSERT INTO international VALUES (1055,'WebGUI',1,'WebGUI has a very powerful built-in discussion system. It can be attached to anything and is attached to many wobjects.\r\n
\r\nForums (aka Discussions) have many settable properties. The following is a comprehensive list:\r\n
\r\n\r\nForum Template
\r\nA template that controls the layout of the forum view.\r\n
\r\n\r\nThread Template
\r\nA template that controls the layout of the thread view.\r\n
\r\n\r\nPost Template
\r\nA template that controls the layout of the post view.\r\n
\r\n\r\nSearch Template
\r\nA template that controls the layout of the search engine interface and search results.\r\n
\r\n\r\nPost Form Template
\r\nA template that controls the form that users see when posting a new message.\r\n
\r\n\r\nNotification Template
\r\nA template that controls the layout of subscription notification messages sent to users.\r\n
\r\n\r\nArchive After
\r\nIf a thread hasn\'t had a new message after this interval has expired then it will be flagged as \"archived\" and will only be accessible via the search engine.\r\n
\r\n\r\nEdit Timeout
\r\nThe interval of time that the user has to edit their message after their inital post.\r\n
\r\nNOTE: Don\'t set this limit too high. One of the great things about discussions is that they are an accurate record of who said what. If you allow editing for a long time, then a user has a chance to go back and change his/her mind a long time after the original statement was made.\r\n
\r\n\r\nAdd edit stamp to posts?
\r\nIf set to yes then a string will be added to the bottom of a post each time its edited.\r\n
\r\n\r\nAllow rich edit?
\r\nIf set to yes then users will be able to use a rich editor when writing their posts.\r\n
\r\n\r\nAllow replacements?
\r\nIf set to yes then users will be able to use replacements in thier posts. Replacements can be managed from the settings.\r\n
\r\n\r\nFilter Post
\r\nSelect what types of content you will filter from a user\'s post.\r\n
\r\n\r\nPosts Per Page
\r\nThe number of posts to display on a single page.\r\n
\r\n\r\nKarma Per Post
\r\nHow much karma should be given to a user when they post a message?\r\n
\r\n\r\nWho can post?
\r\nA group that is allowed to post new messages.\r\n
\r\n\r\nModerate posts?
\r\nIf set to yes then posts will be set to pending by default and will not be displayed until a moderator approves the message.\r\n
\r\n\r\nWho can moderate?
\r\nA group that is allowed to moderate messages.\r\n
\r\n',1068708617,NULL);
-INSERT INTO international VALUES (71,'Poll',1,'Polls can be used to get the impressions of your users on various topics.\r\n
\r\nActive
\r\nIf this box is checked, then users will be able to vote. Otherwise they\'ll only be able to see the results of the poll.\r\n
\r\n\r\nWho can vote?
\r\nChoose a group that can vote on this Poll.\r\n
\r\n\r\nKarma Per Vote
\r\nHow much karma should be given to a user when they vote?\r\n
\r\n\r\nGraph Width
\r\nThe width of the poll results graph. The width is measured in pixels.\r\n
\r\n\r\nQuestion
\r\nWhat is the question you\'d like to ask your users?\r\n
\r\n\r\nAnswers
\r\nEnter the possible answers to your question. Enter only one answer per line. Polls are only capable of 20 possible answers.\r\n
\r\n\r\nRandomize answers?
\r\nIn order to be sure that the ordering of the answers in the poll does not bias your users, it is often helpful to present the options in a random order each time they are shown. Select \"yes\" to randomize the answers on the poll.\r\n
\r\n\r\nReset votes.
\r\nReset the votes on this Poll.\r\n
\r\n',1050183732,NULL);
-INSERT INTO international VALUES (73,'Poll',1,'Poll Template',1050183668,NULL);
-INSERT INTO international VALUES (74,'Poll',1,'The following variables are available to the poll template:\r\n\r\ncanVote
\r\nA condition indicating whether the user has the right to vote on this poll.\r\n
\r\n\r\nquestion
\r\nThe poll question.\r\n
\r\n\r\nform.start
\r\nThe beginning of the vote form.\r\n
\r\n\r\nanswer_loop
\r\nA loop containing information about the answers in the poll.\r\n
\r\n\r\n
\r\n\r\nanswer.form\r\n\r\n\r\nform.submit
\r\nThe radio button for this answer.\r\n\r\n\r\nanswer.text
\r\nThe text of the answer.\r\n\r\n\r\nanswer.number
\r\nThe number of this answer. As in 1, 2, 3, etc.\r\n\r\n\r\nanswer.graphWidth
\r\nThe width that the graph should be rendered for this answer. Based upon a percentage of the total graph size.\r\n\r\n\r\n\r\nanswer.percent
\r\nThe percentage of the vote that this answer has received.\r\n\r\n\r\nanswer.total
\r\nThe total number of votes that this answer has received.\r\n\r\n\r\n
\r\n\r\nform.end
\r\nThe end of the poll form.\r\n
\r\n\r\nresponses.label
\r\nThe label for the total responses. \"Total Votes\"\r\n
\r\n\r\nresponses.total
\r\nThe total number of votes that have been placed on this poll.\r\n
\r\n\r\n',1050183668,NULL);
-INSERT INTO international VALUES (71,'SiteMap',1,'Site maps are used to provide additional navigation in WebGUI. You could set up a traditional site map that would display a hierarchical view of all the pages in the site. On the other hand, you could use site maps to provide extra navigation at certain levels in your site.\r\n
\r\n\r\nTemplate
\r\nChoose a layout for this site map.\r\n
\r\n\r\nIndent
\r\nHow many characters should indent each level?\r\n
\r\n\r\nAlphabetic?
\r\nIf this setting is true, site map entries are sorted alphabetically. If this setting is false, site map entries are sorted by the page sequence order (editable via the up and down arrows in the page toolbar).\r\n
\r\n\r\n',1039908464,NULL); -INSERT INTO international VALUES (839,'WebGUI',1,'Programmer Macros',1078570360,NULL); -INSERT INTO international VALUES (71,'SQLReport',1,'SQL Reports are perhaps the most powerful wobject in the WebGUI arsenal. They allow a user to query data from any database that they have access to. This is great for getting sales figures from your Accounting database or even summarizing all the message boards on your web site.\r\n
\r\n\r\n\r\nPreprocess macros on query?
\r\nIf you\'re using WebGUI macros in your query you\'ll want to check this box.\r\n
\r\n\r\n\r\nDebug?
\r\nIf you want to display debugging and error messages on the page, check this box.\r\n
\r\n\r\n\r\nQuery
\r\nThis is a standard SQL query. If you are unfamiliar with SQL then you\'ll likely not want to use this wobject. You can make your queries more dynamic by using the ^FormParam(); macro.\r\n
\r\n\r\nDatabase Link
\r\nThe administrator can configure common databases on which you can run SQL Reports, freeing you from having to know or enter the connectivity information.\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\n',1082365503,NULL); -INSERT INTO international VALUES (73,'SQLReport',1,'The following variables are made available from SQL Reports:\r\n
\r\n\r\ncolumns_loop
\r\nA loop containing information about each column.\r\n
\r\n
\r\n\r\ncolumn.number\r\n\r\nrows_loop
\r\nAn integer starting with 1 and counting through the number of columns.\r\n
\r\n\r\ncolumn.name
\r\nThe name of this column as returned by the query.\r\n
\r\n\r\n
\r\n\r\nrow.number\r\n\r\nrows.count
\r\nAn integer starting with 1 and counting through the total list of rows.\r\n
\r\n\r\nrow.field.NAME.value
\r\nThe data for a given field in this row where NAME is the name of the field as it is returned by the query.\r\n
\r\n\r\nrow.field_loop
\r\nA loop containing all of the fields for this row.\r\n
\r\n\r\n\r\nfield.number\r\n\r\n
\r\nAn integer starting with 1 and counting through the number of fields in this row. This is the same as column.number in the column_loop.\r\n
\r\n\r\nfield.name
\r\nThe name of the field as it is returned by the query.\r\n
\r\n\r\nfield.value
\r\nThe data in this field.\r\n
\r\n\r\n
\r\n\r\nMail entries?\r\nIf set to yes, some additional fields will be added to your form for dealing with email. These fields will then be used to email any date entered into the form to a person of your choice.\r\n
\r\nNOTE: The \"To\" field that is added as a result of setting this to yes can accept a standard email address, or a WebGUI username or a WebGUI group name.\r\n
\r\n\r\nTemplate
\r\nChoose a template for your form.\r\n
\r\n\r\nEmail Template
\r\nChoose a template for the data that will be sent via email.\r\n
\r\n\r\nAcknowlegement Template
\r\nChoose a template that will be used to display the acknowlegement.\r\n
\r\n\r\nList Template
\r\nChoose a template that will be used to display the list of stored records in this Data Form.\r\n
',1053885941,NULL); -INSERT INTO international VALUES (83,'DataForm',1,'The following template variables are available for Data Form templates.\r\n
\r\n\r\nacknowledgement\r\nexport.tab.url
\r\nFollowing this URL will export the data stored to this data form as a tab delimited file.\r\n
\r\n\r\nexport.tab.label
\r\nThe default label for the export.tab.url variable.\r\n
\r\n\r\nentryList.url
\r\nFollowing this URL will display a list of all the record entries in this data form.\r\n
\r\n\r\nentryList.label
\r\nThe default label for the entryList.url variable.\r\n
\r\n\r\ncanEdit\r\nA conditional indicating whether the current user has the privileges to edit an existing entry or export the form\'s data.\r\n
\r\n\r\nback.url
\r\nA url that will take you back to the default page in the form.\r\n
\r\n\r\nback.label
\r\nThe default label for the back.url variable.\r\n
\r\n\r\nusername*
\r\nThe username of the user that submitted the data.\r\n
\r\n\r\nuserId*
\r\nThe user id of the user that submitted the data.\r\n
\r\n\r\ndate*
\r\nThe date that this data was submitted or last updated formatted as the user\'s preferred date/time format.\r\n
\r\n\r\n\r\nepoch*
\r\nThe date that this data was submitted or last updated formatted as an epoch date.\r\n
\r\n\r\nipAddress*
\r\nThe IP address of the user that submitted the data.\r\n
\r\n\r\nedit.url*
\r\nThe URL to the page to edit this entry.\r\n
\r\n\r\nerror_loop*
\r\nA loop containing error information, for instance if someone doesn\'t fill out a required field.\r\n
\r\n\r\n
\r\n\r\nerror.message*\r\n\r\naddField.url
\r\nAn error message indicating what the user might have done wrong.\r\n\r\n
\r\n\r\naddField.label
\r\nThe default label for the addField.url variable.\r\n
\r\n\r\nform.start
\r\nThe beginning of the form.\r\n
\r\n\r\nfield_loop
\r\nA loop containing all of the field information.\r\n
\r\n\r\n
\r\n\r\nfield.form\r\n\r\nform.send
\r\nThe form element for this field.\r\n\r\n\r\nfield.name
\r\nThe name of this field.\r\n\r\n\r\nfield.value
\r\nThe value of this field. If this is new data, then the default value will be used.\r\n\r\n\r\nfield.label
\r\nThe text label for this field.\r\n\r\n\r\nfield.isHidden
\r\nA conditional indicating whether this field is supposed to be hidden. \r\n\r\n\r\nfield.isDisplayed
\r\nA conditional indicating whether this field is supposed to be displayed. \r\n\r\n\r\nfield.isEditable
\r\nA conditional indicating whether this field is editable. \r\n\r\n\r\nfield.isRequired
\r\nA conditional indicating whether this field is required. \r\n\r\n\r\nfield.isMailField
\r\nA conditional indicating whether this field is present only to facilitate sending an email. \r\n\r\n\r\n\r\nfield.subtext
\r\nA description of the field so that users know what to put in the field.\r\n\r\n\r\nfield.controls
\r\nWebGUI\'s administrative controls for this field.\r\n\r\n\r\n
\r\n\r\nform.save/b>
\r\nA form button with the word \"save\" printed on it.\r\n
\r\n\r\nform.end
\r\nThe end of the form.\r\n
\r\n\r\n*Only available if the user has already submitted the form.',1053948922,NULL);
-INSERT INTO international VALUES (72,'DataForm',1,'You may add as many additional fields to your Data Form as you like.\r\n
\r\n\r\nLabel
\r\nThis is an informative text label to let the user know what this field represents.\r\n
\r\n\r\nField Name
\r\nThe name of this field. It must be unique among all of the other fields on your form.\r\n
\r\n\r\nSubtext
\r\nAn extension of the label, this is a description of what should go in the field or optional instructions for the field.\r\n
\r\n\r\nStatus
\r\nHidden fields will not be visible to the user, but will be sent in the email.Displayed fields can be seen by the user but not modified. Modifiable fields can be filled in by the user. Required fields must be filled in by the user.\r\nIf you choose Hidden or Displayed, be sure to fill in a Default Value.\r\n
\r\n\r\nType
\r\nChoose the type of form element for this field. \r\n
\r\n\r\nWidth
\r\nSet the number of characters wide this field will be.\r\n
\r\n\r\nHeight
\r\nSet the number of characters tall this field will be. Only used on textarea and HTMLArea.\r\n
\r\n\r\nPossible Values
\r\nThis field is used for the list types (like Checkbox List and Select List). Enter the values you wish to appear, one per line.\r\n
\r\n\r\nDefault Value (optional)
\r\nEnter the default value (if any) for the field. For Yes/No fields, enter \"yes\" to select \"Yes\" and \"no\" to select \"No\".\r\n
\r\n\r\n',1053855075,NULL); -INSERT INTO international VALUES (80,'DataForm',1,'Email Template',1052044326,'A template that will construct the email to be sent.'); -INSERT INTO international VALUES (944,'WebGUI',1,'Zip Code',1051962797,'The American term for \"Postal Code\". When translating translate as \"Postal Code\".'); -INSERT INTO international VALUES (625,'WebGUI',1,'Upload any images that you\'ll possibly use in more than one location on your site.\r\n
\r\n\r\nName\r\n\r\nOrganize In Folder
\r\nWhich collateral folder should this image be placed in.\r\n
\r\n\r\nParameters
\r\nAdd any HTML <img&rt; parameters that you wish to act as the defaults for this image.\r\n
\r\n\r\nExample:
\r\nalign=\"right\"
\r\nalt=\"This is an image\"
\r\n
\r\n\r\n',1031514049,NULL); -INSERT INTO international VALUES (636,'WebGUI',1,'To create a package follow these simple steps:\r\n\r\n
\r\n',1038889481,NULL);
-INSERT INTO international VALUES (635,'WebGUI',1,'Packages are groups of pages and wobjects that are predefined to be deployed together. A package manager may see the need to create a package several pages with a message board, an FAQ, and a Poll because that task is performed quite often. Packages are often defined to lessen the burden of repetitive tasks.\r\n
\r\nOne package that many people create is a Page/Article package. It is often the case that you want to add a page with an article on it for content. Instead of going through the steps of creating a page, going to the page, and then adding an article to the page, you may wish to simply create a package to do those steps all at once.',1038889471,NULL);
-INSERT INTO international VALUES (630,'WebGUI',1,'WebGUI has a small, but sturdy real-time search engine built-in. If you wish to use the internal search engine, you can use the ^?; macro, or by adding ?op=search to the end of any URL, or feel free to build your own form to access it.\r\n
\r\nMany people need a search engine to index their WebGUI site, plus many others. Or they have more advanced needs than what WebGUI\'s search engine allows. In those cases we recommend MnoGo Search or ht://Dig.\r\n
\r\n\r\n',1038888957,NULL);
-INSERT INTO international VALUES (611,'WebGUI',1,'Company Name
\r\nThe name of your company. It will appear on all emails and anywhere you use the Company Name macro.\r\n
\r\n\r\nCompany Email Address
\r\nA general email address at your company. This is the address that all automated messages will come from. It can also be used via the WebGUI macro system.\r\n
\r\n\r\nCompany URL
\r\nThe primary URL of your company. This will appear on all automated emails sent from the WebGUI system. It is also available via the WebGUI macro system.\r\n',1038872019,NULL);
-INSERT INTO international VALUES (651,'WebGUI',1,'If you choose to empty your trash, any items contained in it will be lost forever. If you\'re unsure about a few items, it might be best to cut them to your clipboard before you empty the trash.\r\n
\r\n\r\n',1031514049,NULL); -INSERT INTO international VALUES (627,'WebGUI',1,'Profiles are used to extend the information of a particular user. In some cases profiles are important to a site, in others they are not. The profiles system is completely extensible. You can add as much information to the users profile as you like.\r\n
\r\n\r\n',1031514049,NULL);
-INSERT INTO international VALUES (629,'WebGUI',1,'Use shared clipboard?
\r\nEnables a single, system-wide clipboard shared by all users. Default is user separated clipboards.\r\n
\r\n\r\nUse shared trash?
\r\nEnables a single, system-wide trash shared by all users. Default is user separated trash.\r\n
\r\n\r\nIf proxied, use real client IP address?
\r\nIf enabled and if the environment variable HTTP_X_FORWARDED_FOR is present, it\'s value will be used in place of REMOTE_ADDRESS as the client browser\'s IP address. This is required for IP based groups to function properly in reverse-proxied, load-balanced system architectures. In these environments, all requests would otherwise appear to come from the same host, namely the proxy server. If you are uncertain if you need this setting enabled, you should probably leave it turned off.\r\n
\r\n\r\nPrevent Proxy Caching
\r\nSome companies have proxy servers that cause problems with WebGUI. If you\'re experiencing problems with WebGUI, and you have a proxy server, you may want to set this setting to Yes. Beware that WebGUI\'s URLs will not be as user-friendly after this feature is turned on.\r\n
\r\n\r\nShow debugging?
\r\nShow debugging information in WebGUI\'s output. This is primarily useful for WebGUI developers, but can also be interesting for Administrators trying to troubleshoot a problem.\r\n
\r\n\r\nTrack page statistics?
\r\nWebGUI can track some statistical information for your site. However, this will add a little extra strain on your processor and will make your database grow much more quickly. Enable this only if you do not have an external web statistics program.\r\n
\r\n',1066641387,NULL);
-INSERT INTO international VALUES (616,'WebGUI',1,'Path to WebGUI Extras
\r\nThe web-path to the directory containing WebGUI images and javascript files.\r\n
\r\n\r\nMaximum Attachment Size
\r\nThe maximum size of files allowed to be uploaded to this site. This applies to all wobjects that allow uploaded files and images (like Article and User Contributions). This size is measured in kilobytes.\r\n
\r\n\r\nThumbnail Size
\r\nThe size of the longest side of thumbnails. The thumbnail generation maintains the aspect ratio of the image. Therefore, if this value is set to 100, and you have an image that\'s 400 pixels wide and 200 pixels tall, the thumbnail will be 100 pixels wide and 50 pixels tall.\r\n
\r\nNote: Thumbnails are automatically generated as images are uploaded to the system.\r\n
\r\n\r\nWeb Attachment Path
\r\nThe web-path of the directory where attachments are to be stored.\r\n
\r\n\r\nServer Attachment Path
\r\nThe local path of the directory where attachments are to be stored. (Perhaps /var/www/public/uploads) Be sure that the web server has the rights to write to that directory.\r\n',1031514049,NULL);
-INSERT INTO international VALUES (885,'WebGUI',1,'Allow users to deactivate their account?',1044708760,NULL);
-INSERT INTO international VALUES (626,'WebGUI',1,'Wobjects (fomerly known as Widgets) are the true power of WebGUI. Wobjects are tiny pluggable applications built to run under WebGUI. Message boards and polls are examples of wobjects.\r\n
\r\n\r\nTo add a wobject to a page, first go to that page, then select Add Content... from the upper left corner of your screen. Each wobject has it\'s own help so be sure to read the help if you\'re not sure how to use it.\r\n
\r\n\r\n\r\nStyle Sheets: All wobjects have a style-sheet class and id attached to them. \r\n
\r\n\r\nThe style-sheet class is the word \"wobject\" plus the type of wobject it is. So for a poll the class would be \"wobjectPoll\". The class pertains to all wobjects of that type in the system. \r\n
\r\n\r\nThe style-sheet id is the word \"wobjectId\" plus the Wobject Id for that wobject instance. So if you had an Article with a Wobject Id of 94, then the id would be \"wobjectId94\".\r\n
\r\n\r\n',1047858549,NULL); -INSERT INTO international VALUES (632,'WebGUI',1,'You can add wobjects by selecting from the Add Content pulldown menu. You can edit them by clicking on the \"Edit\" button that appears directly above an instance of a particular wobject. \r\n
Almost all wobjects share some properties. Those properties are: \r\n
Wobject ID
This is the unique identifier WebGUI uses to keep track of this wobject instance. Normal users should never need to be concerned with the Wobject ID, but some advanced users may need to know it for things like SQL Reports. \r\n
Title The title of the wobject. This is typically displayed at the top of each wobject. \r\n
Note: You should always specify a title even if you are going to turn it off (with the next property). This is because the title shows up in the trash and clipboard and you\'ll want to be able to distinguish which wobject is which. \r\n
Display title?
Do you wish to display the title you specified? On some sites, displaying the title is not necessary. \r\n
Process macros?
Do you wish to process macros in the content of this wobject? Sometimes you\'ll want to do this, but more often than not you\'ll want to say \"no\" to this question. By disabling the processing of macros on the wobjects that don\'t use them, you\'ll speed up your web server slightly. \r\n
Template Position
Template positions range from 0 (zero) to any number. How many are available depends upon the Template associated with this page. The default template has only one template position, others may have more. By selecting a template position, you\'re specifying where this wobject should be placed within the template. \r\n
Start Date
On what date should this wobject become visible? Before this date, the wobject will only be displayed to Content Managers. \r\n
End Date
On what date should this wobject become invisible? After this date, the wobject will only be displayed to Content Managers.
Owner
The owner of a wobject is usually the person who created the wobject. This user has full edit and viewing rights on the wobject unless privileges to edit the page the wobject apears on are taken away. \r\n
NOTE: The owner can only be changed by an administrator. \r\n
Who can view?
Choose which group can view this wobject. If you want both visitors and registered users to be able to view the wobject then you should choose the \"Everybody\" group. \r\n
Who can edit?
Choose the group that can edit this wobject. The group assigned editing rights can also always view the wobject.
Description
A content area in which you can place as much content as you wish. For instance, even before an FAQ there is usually a paragraph describing what is contained in the FAQ. \r\n
\r\n\r\n\r\nIf you are unfamiliar with how to use CSS, Plain Black 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 default look of WebGUI. These of course can be overridden or replaced in the various templates that generate them.\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.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\r\n\r\n.pagination
\r\nThe Previous and Next links on pages with pagination.\r\n
\r\n\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\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',1070030223,NULL); -INSERT INTO international VALUES (846,'WebGUI',1,'These macros are mainly useful in maintaining styles in WebGUI.\r\n
\r\n\r\n^AdminBar;\r\n\r\n\r\n^c; - Company Name
\r\nThe name of your company specified in the settings by your Administrator.\r\n
\r\n\r\n\r\n^e; - Company Email Address
\r\nThe email address for your company specified in the settings by your Administrator.\r\n
\r\n\r\n^Extras;
\r\nReturns the path to the WebGUI \"extras\" folder, which contains things like WebGUI icons.\r\n
\r\n\r\n^LastModified; or ^LastModified();
\r\nDisplays the date that the current page was last modified based upon the wobjects on the page. The date is defaultly displayed based upon the user\'s date preferences. Optionally, it can take two parameters. The first is text to display before the date. The second is a date format string (see the D (date) macro for details.\r\n
\r\nExample: ^LastModified(\"Updated: \",\"%c %D, %y\");\r\n
\r\n\r\n\r\n^PageTitle;
\r\nDisplays the title of the current page.\r\n
\r\n\r\nNOTE: If you begin using admin functions or the indepth functions of any wobject, the page title will become a link that will quickly bring you back to the page.\r\n
\r\n\r\n^r; or ^r(); - Make Page Printable
\r\nCreates a link to remove the style from a page to make it printable. In addition, you can change the link text by creating a macro like this ^r(\"Print Me!\");.\r\n
\r\n\r\nBy default, when this link is clicked, the current page\'s style is replaced with the \"Make Page Printable\" style in the Style Manager. However, that can be overridden by specifying the name of another style as the second parameter, like this: ^r(\"Print!\",\"WebGUI\");\r\n
\r\n\r\nNOTES: You can also use the special case ^r(linkonly); to return only the URL to the make printable page and nothing more. Also, the .makePrintableLink style sheet class is tied to this macro.\r\n
\r\n\r\n^RootTitle;
\r\nReturns the title of the root of the current page. For instance, the main root in WebGUI is the \"Home\" page. Many advanced sites have many roots and thus need a way to display to the user which root they are in.\r\n
\r\n\r\n^u; - Company URL
\r\nThe URL for your company specified in the settings by your Administrator.\r\n
\r\n\r\n\r\n\r\n^Spacer();
\r\nCreate a spacer in your layout. Great for creating blocks of color with divs and tables. It takes two parameters, width and height.\r\n
\r\nExample: ^Spacer(\"100\",\"50\");\r\n
\r\n\r\n',1078243435,NULL);
-INSERT INTO international VALUES (607,'WebGUI',1,'Anonymous Registration
\r\nDo you wish visitors to your site to be able to register themselves?\r\n
\r\n\r\nRun On Registration
\r\nIf there is a command line specified here, it will be executed each time a user registers anonymously.\r\n
\r\n\r\nEnable Karma?
\r\nShould karma be enabled?\r\n
\r\n\r\nKarma Per Login
\r\nThe amount of karma a user should be given when they log in. This only takes affect if karma is enabled.\r\n
\r\n\r\nSession Timeout
\r\nThe amount of time that a user session remains active (before needing to log in again). This timeout is reset each time a user views a page. Therefore if you set the timeout for 8 hours, a user would have to log in again if s/he hadn\'t visited the site for 8 hours.\r\n
\r\n\r\nAllow users to deactivate their account?
\r\nDo you wish to provide your users with a means to deactivate their account without your intervention?\r\n
\r\n\r\nAuthentication Method (default)
\r\nWhat should the default authentication method be for new accounts that are created? The two available options are WebGUI and LDAP. WebGUI authentication means that the users will authenticate against the username and password stored in the WebGUI database. LDAP authentication means that users will authenticate against an external LDAP server.\r\n
\r\n\r\nNOTE: Authentication settings can be customized on a per user basis.\r\n\r\n\r\n\r\n
\r\nNOTE: Depending upon what authentication modules you have installed in your system you\'ll see any number of options after this point. The following are the options for the two defaultly installed authentication methods.\r\n
\r\n\r\nEncrypt Login?
\r\nShould the system use the https protocol for the login form? Note that setting this option to true will only encrypt the authentication itself, not anything else before or after the authentication.\r\n
\r\n\r\n
\r\nNOTE: In addition to the message you specify below, the user\'s account information will be included in the message.\r\n
\r\n\r\nWelcome Message
\r\nType the message that you\'d like to be sent to users upon registration.\r\n
\r\n\r\nRecover Password Message
\r\nType a message that will be sent to your users if they try to recover their WebGUI password.\r\n
\r\n\r\n\r\n\r\n
\r\n\r\n',1076700672,NULL); -INSERT INTO international VALUES (869,'WebGUI',1,'Welcome Message',1044138730,NULL); -INSERT INTO international VALUES (868,'WebGUI',1,'Send welcome message?',1044138691,NULL); -INSERT INTO international VALUES (620,'WebGUI',1,'As the function suggests you\'ll be deleting a group and removing all users from the group. Be careful not to orphan users from pages they should have access to by deleting a group that is in use.\r\n
\r\n\r\nAs with any delete operation, you are prompted to be sure you wish to proceed with the delete. If you answer yes, the delete will proceed and there is no recovery possible. If you answer no you\'ll be returned to the prior screen.',1031514049,NULL); -INSERT INTO international VALUES (619,'WebGUI',1,'This function permanently deletes the selected wobject from a page. If you are unsure whether you wish to delete this content you may be better served to cut the content to the clipboard until you are certain you wish to delete it.\r\n
\r\n\r\n\r\nAs with any delete operation, you are prompted to be sure you wish to proceed with the delete. If you answer yes, the delete will proceed and there is no recovery possible. If you answer no you\'ll be returned to the prior screen.\r\n
\r\n\r\n',1031514049,NULL); -INSERT INTO international VALUES (617,'WebGUI',1,'Settings are items that allow you to adjust WebGUI to your particular needs.\r\n
\r\n\r\n\r\nEdit Company Information
\r\nInformation specific about the company or individual who controls this installation of WebGUI.\r\n
\r\n\r\n\r\nEdit Content Settings
\r\nSettings related to content and content management.\r\n
\r\n\r\n\r\nEdit Messaging Settings
\r\nSettings concerning email and other related messaging functions.\r\n
\r\n\r\n\r\nEdit Miscellaneous Settings
\r\nAnything we couldn\'t find a place for.\r\n
\r\n\r\n\r\nEdit Profile Settings
\r\nDefine what user profiles look like and what the users have the ability to edit.\r\n
\r\n\r\n\r\nEdit User Settings
\r\nSettings relating to users (beyond profile information), like authentication information, and registration options.\r\n
\r\n\r\n\r\n',1044139325,NULL); -INSERT INTO international VALUES (615,'WebGUI',1,'Groups are used to subdivide privileges and responsibilities within the WebGUI system. For instance, you may be building a site for a classroom situation. In that case you might set up a different group for each class that you teach. You would then apply those groups to the pages that are designed for each class.\r\n
\r\n\r\nThere are several groups built into WebGUI. They are as follows:\r\n
\r\n\r\nAdmins
\r\nAdmins are users who have unlimited privileges within WebGUI. A user should only be added to the admin group if they oversee the system. Usually only one to three people will be added to this group.\r\n
\r\n\r\nContent Managers
\r\nContent managers are users who have privileges to add, edit, and delete content from various areas on the site. The content managers group should not be used to control individual content areas within the site, but to determine whether a user can edit content at all. You should set up additional groups to separate content areas on the site.\r\n
\r\n\r\nEveryone
\r\nEveryone is a magic group in that no one is ever physically inserted into it, but yet all members of the site are part of it. If you want to open up your site to both visitors and registered users, use this group to do it.\r\n
\r\n\r\nPackage Managers
\r\nUsers that have privileges to add, edit, and delete packages of wobjects and pages to deploy.\r\n
\r\n\r\nRegistered Users
\r\nWhen users are added to the system they are put into the registered users group. A user should only be removed from this group if their account is deleted or if you wish to punish a troublemaker.\r\n
\r\n\r\nStyle Managers
\r\nUsers that have privileges to edit styles for this site. These privileges do not allow the user to assign privileges to a page, just define them to be used.\r\n
\r\n\r\nTemplate Managers
\r\nUsers that have privileges to edit templates for this site.\r\n
\r\n\r\nVisitors
\r\nVisitors are users who are not logged in using an account on the system. Also, if you wish to punish a registered user you could remove him/her from the Registered Users group and insert him/her into the Visitors group.\r\n
\r\n',1031514049,NULL); -INSERT INTO international VALUES (613,'WebGUI',1,'Users are the accounts in the system that are given rights to do certain things. There are two default users built into the system: Admin and Visitor.\r\n
\r\n\r\nAdmin
\r\nAdmin is exactly what you\'d expect. It is a user with unlimited rights in the WebGUI environment. If it can be done, this user has the rights to do it.\r\n
\r\n\r\nVisitor
\r\nVisitor is exactly the opposite of Admin. Visitor has no rights what-so-ever. By default any user who is not logged in is seen as the user Visitor.\r\n
\r\n\r\nAdd a new user.
\r\nClick on this to go to the add user screen.\r\n
\r\n\r\nSearch
\r\nYou can search users based on username and email address. You can do partial searches too if you like.',1031514049,NULL);
-INSERT INTO international VALUES (612,'WebGUI',1,'There is no need to ever actually delete a user. If you are concerned with locking out a user, then simply change their password. If you truely wish to delete a user, then please keep in mind that there are consequences. If you delete a user any content that they added to the site via wobjects (like message boards and user contributions) will remain on the site. However, if another user tries to visit the deleted user\'s profile they will get an error message. Also if the user ever is welcomed back to the site, there is no way to give him/her access to his/her old content items except by re-adding the user to the users table manually.\r\n
\r\n\r\n\r\nAs with any delete operation, you are prompted to be sure you wish to proceed with the delete. If you answer yes, the delete will proceed and there is no recovery possible. If you answer no you\'ll be returned to the prior screen.\r\n
\r\n\r\n',1031514049,NULL);
-INSERT INTO international VALUES (637,'WebGUI',1,'First Name
\r\nThe given name of this user.\r\n
\r\n\r\nMiddle Name
\r\nThe middle name of this user.\r\n
\r\n\r\nLast Name
\r\nThe surname (or family name) of this user.\r\n
\r\n\r\nEmail Address
\r\nThe user\'s email address. This must only be specified if the user will partake in functions that require email.\r\n
\r\n\r\nICQ UIN
\r\nThe ICQ UIN is the \"User ID Number\" on the ICQ network. ICQ is a very popular instant messaging platform.\r\n
\r\n\r\nAIM Id
\r\nThe account id for the AOL Instant Messenger system.\r\n
\r\n\r\nMSN Messenger Id \r\n\r\nYahoo! Messenger Id \r\n\r\nCell Phone \r\n\r\nPager \r\n\r\nEmail To Pager Gateway \r\n\r\nHome Information \r\n\r\nWork Information \r\n\r\nGender \r\n\r\nBirth Date \r\n\r\nTime Offset \r\n\r\nFirst Day Of Week \r\n\r\nDate Format \r\n\r\nTime Format \r\n\r\nDiscussion Layout \r\n\r\nInbox Notifications \r\n\r\nUsername \r\n\r\n\r\nPassword \r\n\r\nPassword Timeout \r\n\r\nAllow User to Change Username? \r\n\r\nAllow User to Change Password? \r\n\r\nAuthentication Method \r\n\r\n\r\nLDAP URL \r\n\r\n\r\nConnect DN \r\n\r\n\r\n',1076700945,NULL);
-INSERT INTO international VALUES (608,'WebGUI',1,'Deleting a page can create a big mess if you are uncertain about what you are doing. When you delete a page you are also deleting the content it contains, all sub-pages connected to this page, and all the content they contain. Be certain that you have already moved all the content you wish to keep before you delete a page.\r\n \r\n\r\nAs with any delete operation, you are prompted to be sure you wish to proceed with the delete. If you answer yes, the delete will proceed and there is no recovery possible. If you answer no you\'ll be returned to the prior screen.\r\n \r\n',1031514049,NULL);
-INSERT INTO international VALUES (606,'WebGUI',1,'Think of pages as containers for content. For instance, if you want to write a letter to the editor of your favorite magazine you\'d get out a notepad (or open a word processor) and start filling it with your thoughts. The same is true with WebGUI. Create a page, then add your content to the page.\r\n \r\n\r\nTitle \r\n\r\n\r\nMenu Title \r\n\r\nPage URL \r\n\r\nRedirect URL \r\nNOTE: The redirects will be disabled while in admin mode in order to make it easier to edit the properties of the page.\r\n \r\n\r\n\r\nHide from navigation? \r\nNOTE: This will not hide the page from the page tree (Administrative functions... > Manage page tree.), only from navigation macros and from site maps.\r\n \r\n\r\nOpen in new window? \r\n\r\n\r\n\r\nLanguage Cache Timeout Cache Timeout (Visitors) NOTE: Page caching is only available if your administrator has installed the Cache::FileCache Perl module. Using page caching can improve site performance by as much as 1000%. \r\n\r\n\r\nTemplate \r\n\r\nSynopsis \r\n\r\nMeta Tags \r\n\r\nAdvanced Users: If you have other things (like JavaScript) you usually put in the area of your pages, you may put them here as well.\r\n \r\n\r\nUse default meta tags? \r\n\r\n\r\nStyle \r\n\r\nIf you select \"Yes\" below the style pull-down menu, all of the pages below this page will take on the style you\'ve chosen for this page.\r\n \r\n\r\nStart Date \r\n\r\nEnd Date \r\n\r\n\r\nOwner \r\nNOTE: The owner can only be changed by an administrator.\r\n \r\n\r\n\r\nWho can view? \r\n\r\nWho can edit? \r\n\r\nYou can optionally recursively give these privileges to all pages under this page.\r\n \r\n\r\nWhat next? canVote question form.start answer_loop \r\n answer.text answer.number answer.graphWidth answer.percent answer.total form.end responses.label responses.total \r\n\r\nimage.url \r\n\r\nimage.thumbnail \r\n\r\nattachment.box \r\n\r\nattachment.url \r\n\r\nattachment.icon \r\n\r\nattachment.name \r\n\r\n\r\n',1070197000,NULL);
-INSERT INTO international VALUES (639,'WebGUI',1,'Template Name \r\n\r\n',1038791020,NULL);
-INSERT INTO international VALUES (624,'WebGUI',1,'WebGUI macros are used to create dynamic content within otherwise static content. For instance, you may wish to show which user is logged in on every page, or you may wish to have a dynamically built menu or crumb trail. \r\n \r\n\r\nMacros always begin with a carat (^) and follow with at least one other character and ended with a semicolon (;). Some macros can be extended/configured by taking the format of ^x(\"config text\");. \r\n \r\n\r\nNOTE: The following macros are reserved for system/wobject-specific functions as in the SQL Report wobject and the Body in the Style Manager: \r\n^-;,^0;,^1;,^2;,^3;, etc. \r\n',1046656837,NULL);
-INSERT INTO international VALUES (62,'Product',1,'Product Template',1038864092,NULL);
-INSERT INTO international VALUES (63,'Product',1,'The following is the list of template variables available in product templates.\r\n \r\n\r\nFile \r\n\r\nAlternate Version #1 \r\n\r\nAlternate Version #2 \r\n\r\nBrief Synopsis \r\n\r\nGroup To Download \r\n\r\nWhat\'s next? \r\n',1038883174,NULL);
-INSERT INTO international VALUES (72,'EventsCalendar',1,'Event, Add/Edit',1038887363,NULL);
-INSERT INTO international VALUES (73,'EventsCalendar',1,'Title \r\n\r\nDescription \r\n\r\nStart Date \r\n\r\nEnd Date \r\n\r\nRecurs every \r\n\r\nWhat next? \r\n',1038887363,NULL);
-INSERT INTO international VALUES (50,'Product',1,'Benefits are typically the result of the features of your product. They are why your product is so good. If you add benefits, you may also wish to consider adding some features.\r\n \r\n\r\nBenefit \r\n\r\nAdd another benefit? \r\n',1031514049,NULL);
-INSERT INTO international VALUES (90,'Survey',1,'Survey Template Common Vars',1078223067,NULL);
-INSERT INTO international VALUES (49,'Product',1,'Product Benefit, Add/Edit',1031514049,NULL);
-INSERT INTO international VALUES (697,'WebGUI',1,'Karma, Using',1031514049,NULL);
-INSERT INTO international VALUES (698,'WebGUI',1,'Karma is a method of tracking the activity of your users, and potentially rewarding or punishing them for their level of activity. Once karma has been enabled, you\'ll notice that the menus of many things in WebGUI change to reflect karma.\r\n \r\n\r\nYou can track whether users are logging in, and how much they contribute to your site. And you can allow them access to additional features by the level of their karma.\r\n \r\n\r\nYou can find out more about karma in Ruling WebGUI.',1031514049,NULL);
-INSERT INTO international VALUES (5,'WobjectProxy',1,'Wobject Proxy, Add/Edit',1031514049,NULL);
-INSERT INTO international VALUES (6,'WobjectProxy',1,'With the Wobject Proxy (aka Shortcut) you can mirror a wobject from another page to any other page. This is useful if you want to reuse the same content in multiple sections of your site.\r\n \r\n\r\nNOTE: The wobject proxy is not available through the Add Content menu, but instead through the shortcut icon on each wobject\'s toolbar.\r\n \r\n\r\nWobject To Proxy \r\n\r\nOverride title? \r\n\r\nOverride description? \r\n\r\nOverride display title? \r\n\r\nOverride template? \r\n',1057091098,NULL);
-INSERT INTO international VALUES (38,'Product',1,'Product, Add/Edit',1038889846,NULL);
-INSERT INTO international VALUES (39,'Product',1,'WebGUI has a product management system built in to enable you to publish your products and services to your site quickly and easily.\r\n \r\n\r\nTemplate \r\n\r\nProduct Number \r\n\r\nProduct Image 1 \r\n\r\nProduct Image 2 \r\n\r\nProduct Image 3 \r\n\r\nBrochure \r\n\r\nManual \r\n\r\nWarranty \r\n',1038889846,NULL);
-INSERT INTO international VALUES (40,'Product',1,'Product Feature, Add/Edit',1031514049,NULL);
-INSERT INTO international VALUES (41,'Product',1,'Features are selling points for a product. IE: Reasons to buy your product. Features often result in benefits, so you may want to also add some benefits to this product.\r\n \r\n\r\nFeature \r\n\r\nAdd another feature? \r\n',1031514049,NULL);
-INSERT INTO international VALUES (42,'Product',1,'Product Specification, Add/Edit',1031514049,NULL);
-INSERT INTO international VALUES (43,'Product',1,'Specifications are the technical details of your product.\r\n \r\n\r\n\r\nLabel \r\n\r\n\r\nSpecification \r\n\r\n\r\nUnits \r\n\r\n\r\nAdd another specification? \r\n\r\n',1031514049,NULL);
-INSERT INTO international VALUES (44,'Product',1,'Product Accessory, Add/Edit',1031514049,NULL);
-INSERT INTO international VALUES (45,'Product',1,'Accessories are products that enhance other products.\r\n \r\n\r\nAccessory \r\n\r\nAdd another accessory? \r\n',1031514049,NULL);
-INSERT INTO international VALUES (46,'Product',1,'Product (Related), Add/Edit',1031514049,NULL);
-INSERT INTO international VALUES (47,'Product',1,'Related products are products that are comparable or complementary to other products.\r\n \r\n\r\n\r\nRelated products \r\n\r\n\r\nAdd another related product? \r\n\r\n',1041876679,NULL);
-INSERT INTO international VALUES (30,'USS',1,'Karma Per Submission',1031514049,NULL);
-INSERT INTO international VALUES (72,'Poll',1,'Randomize answers?',1031514049,NULL);
-INSERT INTO international VALUES (699,'WebGUI',1,'First Day Of Week',1031514049,NULL);
-INSERT INTO international VALUES (702,'WebGUI',1,'Month(s)',1031514049,NULL);
-INSERT INTO international VALUES (703,'WebGUI',1,'Year(s)',1031514049,NULL);
-INSERT INTO international VALUES (704,'WebGUI',1,'Second(s)',1031514049,NULL);
-INSERT INTO international VALUES (705,'WebGUI',1,'Minute(s)',1031514049,NULL);
-INSERT INTO international VALUES (706,'WebGUI',1,'Hour(s)',1031514049,NULL);
-INSERT INTO international VALUES (716,'WebGUI',1,'Login',1031514049,NULL);
-INSERT INTO international VALUES (717,'WebGUI',1,'Logout',1031514049,NULL);
-INSERT INTO international VALUES (41,'USS',3,'Datum',1038528266,NULL);
-INSERT INTO international VALUES (46,'USS',3,'Lees meer...',1038528281,NULL);
-INSERT INTO international VALUES (47,'USS',3,'Post een reactie',1038528288,NULL);
-INSERT INTO international VALUES (48,'USS',3,'Discussie toestaan?',1038528295,NULL);
-INSERT INTO international VALUES (51,'USS',3,'Miniaturen weergeven?',1038528311,NULL);
-INSERT INTO international VALUES (52,'USS',3,'Miniatuur',1038528317,NULL);
-INSERT INTO international VALUES (53,'USS',3,'Layout',1038528323,NULL);
-INSERT INTO international VALUES (57,'USS',3,'Reacties',1038528329,NULL);
-INSERT INTO international VALUES (516,'WebGUI',3,'Zet beheermode aan!',1039780454,NULL);
-INSERT INTO international VALUES (517,'WebGUI',3,'Zet beheermode uit!',1039780461,NULL);
-INSERT INTO international VALUES (515,'WebGUI',3,'Bewerkings stempel toevoegen?',1039780447,NULL);
-INSERT INTO international VALUES (532,'WebGUI',3,'met minstens een van de worden',1039780647,NULL);
-INSERT INTO international VALUES (531,'WebGUI',3,'met de exacte zin',1039780626,NULL);
-INSERT INTO international VALUES (505,'WebGUI',3,'Een nieuw sjabloon toevoegen',1039780354,NULL);
-INSERT INTO international VALUES (504,'WebGUI',3,'Sjabloon',1039780341,NULL);
-INSERT INTO international VALUES (503,'WebGUI',3,'Sjabloon ID',1039780334,NULL);
-INSERT INTO international VALUES (502,'WebGUI',3,'Weet u zeker dat u dit sjabloon wilt verwijderen? Elke pagina die dit sjabloon gebruikt zal het standaard sjabloon krijgen!',1039780327,NULL);
-INSERT INTO international VALUES (536,'WebGUI',3,'Een nieuwe gebruiker genaamd ^@; is bij de site aangemeld.',1039780674,NULL);
-INSERT INTO international VALUES (356,'WebGUI',3,'Sjabloon',1038529863,NULL);
-INSERT INTO international VALUES (357,'WebGUI',3,'Nieuws',1038529869,NULL);
-INSERT INTO international VALUES (358,'WebGUI',3,'Linker kolom',1038529876,NULL);
-INSERT INTO international VALUES (359,'WebGUI',3,'Rechter kolom',1038529882,NULL);
-INSERT INTO international VALUES (360,'WebGUI',3,'Een boven drie',1038529907,NULL);
-INSERT INTO international VALUES (361,'WebGUI',3,'Drie boven een',1038529913,NULL);
-INSERT INTO international VALUES (362,'WebGUI',3,'Zij aan zij',1038529919,NULL);
-INSERT INTO international VALUES (363,'WebGUI',3,'Sjabloon positie',1038529927,NULL);
-INSERT INTO international VALUES (364,'WebGUI',3,'Zoeken',1038529934,NULL);
-INSERT INTO international VALUES (368,'WebGUI',3,'Voeg een nieuwe groep aan deze gebruiker toe.',1038529984,NULL);
-INSERT INTO international VALUES (369,'WebGUI',3,'Verloop datum',1038529995,NULL);
-INSERT INTO international VALUES (370,'WebGUI',3,'Bewerk groepering',1038530025,NULL);
-INSERT INTO international VALUES (371,'WebGUI',3,'Groepering toevoegen',1038530037,NULL);
-INSERT INTO international VALUES (372,'WebGUI',3,'Bewerk deze gebruiker\'s groepen',1038530061,NULL);
-INSERT INTO international VALUES (374,'WebGUI',3,'Beheer pakketten.',1038530083,NULL);
-INSERT INTO international VALUES (6,'Navigation',1,'my level (.)',1077078579,'Option of \"Base page\"');
-INSERT INTO international VALUES (376,'WebGUI',3,'Pakket',1038530221,NULL);
-INSERT INTO international VALUES (3,'Navigation',1,'top level (/home/page)',1077078394,'Option of \"Base page\"');
-INSERT INTO international VALUES (378,'WebGUI',3,'Gebruikers ID',1038530255,NULL);
-INSERT INTO international VALUES (379,'WebGUI',3,'Groep ID',1038530261,NULL);
-INSERT INTO international VALUES (381,'WebGUI',3,'WebGUI heeft een verkeerde vraag gekregen en kan niet verder gaan. Bepaalde speciale karakters op de pagina kunnen hiervan een typische oorzaak zijn. Probeer terug te gaan naar de vorige pagina en probeer het opnieuw.',1038530356,NULL);
-INSERT INTO international VALUES (528,'WebGUI',3,'Sjabloon naam',1039780576,NULL);
-INSERT INTO international VALUES (384,'WebGUI',3,'Bestand',1038530363,NULL);
-INSERT INTO international VALUES (385,'WebGUI',3,'Parameters',1038530519,NULL);
-INSERT INTO international VALUES (386,'WebGUI',3,'Bewerk plaatje',1038530525,NULL);
-INSERT INTO international VALUES (387,'WebGUI',3,'Geleverd door',1038530535,NULL);
-INSERT INTO international VALUES (388,'WebGUI',3,'Upload datum',1038530541,NULL);
-INSERT INTO international VALUES (391,'WebGUI',3,'Verwijder bijgevoegd bestand.',1038530562,NULL);
-INSERT INTO international VALUES (591,'WebGUI',10,'Sprog',1037205563,NULL);
-INSERT INTO international VALUES (781,'WebGUI',1,'Snippet',1036912954,NULL);
-INSERT INTO international VALUES (394,'WebGUI',3,'Beheer collaterale inhoud.',1039738694,NULL);
-INSERT INTO international VALUES (395,'WebGUI',3,'Een nieuw plaatje toevoegen.',1038530587,NULL);
-INSERT INTO international VALUES (721,'WebGUI',10,'Benævnelse',1036855637,NULL);
-INSERT INTO international VALUES (399,'WebGUI',3,'Valideer deze pagina.',1038530604,NULL);
-INSERT INTO international VALUES (400,'WebGUI',3,'Voorkom Proxy Caching',1038530627,NULL);
-INSERT INTO international VALUES (401,'WebGUI',3,'Weet u zeker dat u dit bericht wilt verwijderen en alle berichten onder deze thread?',1038530637,NULL);
-INSERT INTO international VALUES (403,'WebGUI',3,'Zeg ik liever niet.',1038530663,NULL);
-INSERT INTO international VALUES (405,'WebGUI',3,'Laatste pagina',1038530670,NULL);
-INSERT INTO international VALUES (406,'WebGUI',3,'Miniatuur grootte (bytes)',1038530681,NULL);
-INSERT INTO international VALUES (407,'WebGUI',3,'Klik hier om te registreren.',1038530690,NULL);
-INSERT INTO international VALUES (506,'WebGUI',3,'Beheer sjablonen',1039780364,NULL);
-INSERT INTO international VALUES (408,'WebGUI',3,'Beheer roots',1038530698,NULL);
-INSERT INTO international VALUES (409,'WebGUI',3,'Een nieuwe root toevoegen.',1038530706,NULL);
-INSERT INTO international VALUES (410,'WebGUI',3,'Beheer roots.',1038530727,NULL);
-INSERT INTO international VALUES (411,'WebGUI',3,'Menu Titel',1038530734,NULL);
-INSERT INTO international VALUES (412,'WebGUI',3,'Omschrijving',1038530740,NULL);
-INSERT INTO international VALUES (526,'WebGUI',16,'Usuñ JavaScript i pomiñ makra',1076558969,NULL);
-INSERT INTO international VALUES (513,'WebGUI',16,'Poprzedni w±tek',1076558882,NULL);
-INSERT INTO international VALUES (512,'WebGUI',16,'Nastêpny w±tek',1076558858,NULL);
-INSERT INTO international VALUES (36,'WebGUI',16,'By wykonaæ t± operacjê nale¿y mieæ uprawnienia administratora. Skontaktuj siê z jednym z administratorów. Oto lista administratorów tego systemu:',1076558824,NULL);
-INSERT INTO international VALUES (417,'WebGUI',3,' Beschrijving Begindatum Einddatum Gebeurt iedere Wat nu? Schauen Sie auch unter "Verwalten Gruppen", um eine Beschreibung der Gruppen-Funktionalitäten zu erhalten und die Beschreibung der Standardgruppen zu sehen. Gruppenname Beschreibung Verfällt nach Benutzer über abgelaufene Zeit informieren? Zeitabstand zur Ablaufankündigung Benachrichtigungstext zum Ablaufdatum Löschen Zeitspanne Scratch Filter ?op=setScratch&scratchName=beliebigerName&scratchValue=beliebigerWert Nachdem das getan ist, wird einem Benutzer, wenn er auf diesen Link klickt,ein Scratch Variable zu dessen Session hinzugefügt mit dem Namen "www_beliebigerName" und einem Wert "beliebigerWert". Das "www_" ist vorangestellt, um Anfragen übers Web zu unterbinden, die Scratch-Variablen zuu überschreiben versuchen, die programmatisch gesetzt wurden. Um einen Scratch-Filter zu setzen, fügen Sie einfach eine Zeile ins Scratch-Filter-Feld hinzu, die ungefähr so aussehen sollte:: www_belieberigerName=beliebigerWert IP Adresse Beispiel für IP Masken: 10.;192.168.;101.42.200.142 Karma Grenzwert Benutzer können sich selbst hinzufügen? Benutzer können sich selbst entfernen? Datenbank Link SQL-Abfrage Wie lange externe Gruppen zwischenspeichern?
\r\nThe account id for the Microsoft Network Instant Messenger system.\r\n
\r\nThe account id for the Yahoo! Instant Messenger system.\r\n
\r\nThis user\'s cellular telephone number.\r\n
\r\nThis user\'s pager telephone number.\r\n
\r\nThis user\'s text pager email address.\r\n
\r\nThe postal (or street) address for this user\'s home.\r\n
\r\nThe postal (or street) address for this user\'s company.\r\n
\r\nThis user\'s sex.\r\n
\r\nThis user\'s date of birth.\r\n\r\nLanguage
\r\nWhat language should be used to display system related messages.\r\n
\r\nA number of hours (plus or minus) different this user\'s time is from the server. This is used to adjust for time zones.\r\n
\r\nThe first day of the week on this user\'s local calendar. For instance, in the United States the first day of the week is Sunday, but in many places in Europe, the first day of the week is Monday.\r\n
\r\nWhat format should dates on this site appear in?\r\n
\r\nWhat format should times on this site appear in? \r\n
\r\nShould discussions be laid out flat or threaded? Flat puts all replies on one page in the order they were created. Threaded shows the heirarchical list of replies as they were created.\r\n
\r\nHow should this user be notified when they get a new WebGUI message?\r\n\r\n',1031514049,NULL);
-INSERT INTO international VALUES (610,'WebGUI',1,'See Manage Users for additional details.\r\n
\r\nUsername is a unique identifier for a user. Sometimes called a handle, it is also how the user will be known on the site. (Note: Administrators have unlimited power in the WebGUI system. This also means they are capable of breaking the system. If you rename or create a user, be careful not to use a username already in existance.)\r\n
\r\nA password is used to ensure that the user is who s/he says s/he is.\r\n
\r\nLength of time before this user\'s password expires, forcing it to be changed\r\n
\r\nShould this user be allowed to change his username?\r\n
\r\nShould this user be allowed to change his password?\r\n
\r\nSee Edit Settings for details.\r\n
\r\nSee Edit Settings for details.\r\n
\r\nThe Connect DN is the cn (or common name) of a given user in your LDAP database. It should be specified as cn=John Doe. This is, in effect, the username that will be used to authenticate this user against your LDAP server.\r\n
\r\nThe title of the page is what your users will use to navigate through the site. Titles should be descriptive, but not very long.\r\n
\r\nA shorter or altered title to appear in navigation. If left blank this will default to Title.\r\n
\r\nWhen you create a page a URL for the page is generated based on the page title. If you are unhappy with the URL that was chosen, you can change it here.\r\n
\r\nWhen this page is visited, the user will be redirected to the URL specified here. \r\n
\r\nSelect yes to hide this page from the navigation menus and site maps.\r\n
\r\nSelect yes to open this page in a new window. This is often used in conjunction with the Redirect URL parameter.\r\n
\r\nChoose the default language for this page. All WebGUI generated messages will appear in that language and the character set will be changed to the character set for that language.\r\n
The amount of time this page should remain cached for registered users. \r\n\r\n
The amount of time this page should remain cached for visitors. \r\n\r\n
\r\nBy default, WebGUI has one big content area to place wobjects. However, by specifying a template other than the default you can sub-divide the content area into several sections.\r\n
\r\nA short description of a page. It is used to populate default descriptive meta tags as well as to provide descriptions on Site Maps.\r\n
\r\nMeta tags are used by some search engines to associate key words to a particular page. You can find a little utility here that will help you build meta tags if you\'ve never done it before.\r\n
\r\nIf you don\'t wish to specify meta tags yourself, WebGUI can generate meta tags based on the page title and your company\'s name. Check this box to enable the WebGUI-generated meta tags.\r\n
\r\nBy default, when you create a page, it inherits a few traits from its parent. One of those traits is style. Choose from the list of styles if you would like to change the appearance of this page. See Add Style for more details.\r\n
\r\nThe date when users may begin viewing this page. Note that before this date only content managers with the rights to edit this page will see it.\r\n
\r\nThe date when users will stop viewing this page. Note that after this date only content managers with the rights to edit this page will see it.\r\n
\r\nThe owner of a page is usually the person who created the page. This user always has full edit and viewing rights on the page.\r\n
\r\nChoose which group can view this page. If you want both visitors and registered users to be able to view the page then you should choose the \"Everybody\" group.\r\n
\r\nChoose the group that can edit this page. The group assigned editing rights can also always view the page.\r\n
\r\nIf you leave this on the default setting you\'ll be redirected to the new page after creating it.\r\n
Eine Variable, ob der Benutzer abstimmen darf oder nicht.
Die Frage der Abstimmung. \r\n
Der Anfang des Abstimmungsformulars
Eine \r\nSchleife, die Informationen über die Antworten dieser Abstimmung enthält.. \r\nanswer.form
form.submit
Die Optionsschaltfläche für diese Antwort.
Der \r\n Text der Antwort. \r\n
Die Nummer dieser Antwort.
Die \r\n Breite der Grafik, die für diese Antwort generiert wurde, basierend in Prozent \r\n der Gesamtgrafikgrösse.
Die Prozentzahl der abgegebenen \r\n Stimmen. \r\n
Die Anzahl der abgegebenen Stimmen.
Der \r\nSubmit-Button für das Formular (z. B. \'Abstimmen\')
Das \r\nEnde des Abstimmungsformulars.
Der Text für die \r\nGesamtzahl der Antworten. z. B. "Abstimmungen insgesamt" \r\n
Die Anzahl der abgegebenen Stimmen.
\r\nThe title of this submission.\r\n\r\n\r\ncontent
\r\nThe full text content of this submission.\r\n\r\n\r\nuser.label
\r\nThe translated label indicating what user posted this submission.\r\n\r\n\r\nuser.profile
\r\nThe URL to the profile of the user that posted this submission.\r\n\r\n\r\nuser.username
\r\nThe username of the user that posted this submission.\r\n\r\n\r\nuser.id
\r\nThe unique identifier for the user that posted this submission.\r\n\r\n\r\ndate.label
\r\nThe translated label indicating what date this submission was posted.\r\n\r\n\r\ndate.epoch
\r\nThe number of seconds since January 1, 1970 that this submission was posted.\r\n\r\n\r\ndate.human
\r\nA human readable date that displays the date and time this submission was posted.\r\n\r\n\r\ndate.updated.label
\r\nThe translated label indicating what date this submission was last edited.\r\n\r\n\r\ndate.updated.epoch
\r\nThe number of seconds since January 1, 1970 that this submission was last edited.\r\n\r\n\r\ndate.updated.human
\r\nA human readable date that displays the date and time this submission was last edited.\r\n\r\n\r\nstatus.label
\r\nA translated label indicating the status of this submission.\r\n\r\n\r\nstatus.status
\r\nThe actual status of this submission (pending, approved, denied).\r\n\r\n\r\nviews.label
\r\nA translated label indicating how many times this submission has been viewed.\r\n\r\n\r\nviews.count
\r\nThe number of times this submission has been viewed.\r\n\r\n\r\ncanPost
\r\nAn condition indicating whether or not this user can post a new submission.\r\n\r\n\r\npost.url
\r\nThe URL to post a new submission.\r\n\r\n\r\npost.label
\r\nA translated label for the post link.\r\n\r\n\r\nprevious.more
\r\nAn condition indicating whether there are any posts prior to this one available for viewing.\r\n\r\n\r\nprevious.url
\r\nA URL to the post that came before this one.\r\n\r\n\r\nprevious.label
\r\nA translated label for the previous link.\r\n\r\n\r\nnext.more
\r\nA condition indicating whether there are any posts after this one available for viewing.\r\n\r\n\r\nnext.url
\r\nThe URL to the post that came after this one.\r\n\r\n\r\nnext.label
\r\nA translated label for the next link.\r\n\r\n\r\ncanEdit
\r\nA condition indicating whether the current user cane edit or delete this post.\r\n\r\n\r\nedit.url
\r\nThe URL to edit this post.\r\n\r\n\r\nedit.label
\r\nA translated label for the edit link.\r\n\r\n\r\ndelete.url
\r\nThe URL to delete this post.\r\n\r\n\r\ndelete.label
\r\nA translated label for the delete link.\r\n\r\n\r\ncanChangeStatus
\r\nA condition indicating whether the current user has the privileges to change the status of this post.\r\n\r\n\r\napprove.url
\r\nThe URL to approve this post.\r\n\r\n\r\napprove.label
\r\nA translated label for the approve link.\r\n\r\n\r\ndeny.url
\r\nThe URL to deny this post.\r\n\r\n\r\ndeny.label
\r\nA translated label for the deny link.\r\n\r\n\r\nleave.url
\r\nThe URL to leave this post in it\'s current state.\r\n\r\n\r\nleave.label
\r\nA translated label for the leave link.\r\n\r\n\r\ncanReply
\r\nA condition indicating whether the current user can reply to this post.\r\n\r\n\r\nreply.url
\r\nThe URL to reply to this post.\r\n\r\n\r\nreply.label
\r\nA translated label for the reply link.\r\n\r\n\r\nsearch.url
\r\nThe URL to toggle on the WebGUI power search form.\r\n\r\n\r\nsearch.label
\r\nA translated label for the search link.\r\n\r\n\r\nback.url
\r\nThe URL to return the user to the main listing.\r\n\r\n\r\nback.label
\r\nA translated label for the back link.\r\n\r\n\r\nreplies
\r\nA complete listing of all replies to this post.\r\n\r\n\r\nuserDefined1.value - userDefined5.value
\r\nA series of user defined values that can be used to extend the functionality of the USS.\r\n
\r\nThe URL to the attached image.\r\n
\r\nThe URL to the attached image\'s thumbnail.\r\n
\r\nA standard WebGUI attachment box which displays the icon for the file, and the filename, along with an attachment icon and all are linked to the file.\r\n
\r\nThe URL to the attached file.\r\n
\r\nThe icon that represents the attached file\'s type.\r\n
\r\nThe filename of the attached file.\r\n
\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\nWhat type of template is this?\r\n\r\n\r\nTemplate
\r\nCreate your template by using template commands and variables, macros, and HTML.\r\n\r\n\r\nNOTE: You should never edit the default templates that come with WebGUI as they are subject to change with each new release. Instead, copy the template you wish to edit, and edit the copy.',1038890615,NULL);
-INSERT INTO international VALUES (640,'WebGUI',1,'It is not a good idea to delete templates as you never know what kind of adverse affect it may have on your site (some content may still be using the template). \r\n
\r\n
\r\nThe URL to the icon for the brochure.\r\n\r\n\r\n\r\nbrochure.url
\r\nThe URL to download the brochure.\r\n\r\n\r\nbrochure.label
\r\nThe translated label for the brochure URL.\r\n\r\n\r\nwarranty.icon
\r\nThe URL to the icon for the warranty.\r\n\r\n\r\n\r\nwarranty.url
\r\nThe URL to download the warranty.\r\n\r\n\r\nwarranty.label
\r\nThe label for the warranty URL.\r\n\r\n\r\nimage1
\r\nThe URL to the first image uploaded to this product.\r\n\r\n\r\nthumbnail1
\r\nThe URL to the thumbnail of the first image uploaded to this product.\r\n\r\n\r\nimage2
\r\nThe URL to the second image uploaded to this product.\r\n\r\n\r\nthumbnail2
\r\nThe URL to the thumbnail of the second image uploaded to this product.\r\n\r\n\r\nimage3
\r\nThe URL to the third image uploaded to this product.\r\n\r\n\r\nthumbnail3
\r\nThe URL to the thumbnail of the third image uploaded to this product.\r\n\r\n\r\n\r\naddfeature.url
\r\nThe URL to add a feature to this product.\r\n\r\n\r\naddfeature.label
\r\nThe translated label for the add feature link.\r\n\r\n\r\nfeature_loop
\r\nThis loop contains all of the features associated with this product.\r\n\r\nfeature.controls
\r\n\r\n\r\naddbenefit.url
\r\nThe WebGUI management controls for this feature.\r\n\r\n\r\nfeature.feature
\r\nThe text of the feature itself.\r\n\r\n
\r\nThe URL to add a benefit to this product.\r\n\r\n\r\naddbenefit.label
\r\nThe translated label for the add benefit link.\r\n\r\n\r\nbenefit_loop
\r\nThis loop contains the benefits for this product.\r\n\r\n\r\nbenefit.benefit
\r\n\r\n\r\naddspecification.url
\r\nThe benefit text itself.\r\n\r\n\r\nbenefit.controls
\r\nThe WebGUI management controls for this benefit.\r\n\r\n\r\n
\r\nThe URL to add a specification to this product.\r\n\r\n\r\naddspecification.label
\r\nThe translated label for the add specification link.\r\n\r\n\r\nspecification_loop
\r\nThe list of specifications associated with this product.\r\n\r\n\r\nspecification.controls
\r\n\r\n\r\naddaccessory.url
\r\nThe WebGUI management controls for this specification.\r\n\r\n\r\nspecification.specification
\r\nThe text of the specification itself.\r\n\r\n\r\nspecification.units
\r\nThe units for this specification. ex: meters\r\n\r\n\r\nspecification.label
\r\nThe label for this specification. ex: height\r\n\r\n\r\n
\r\nThe URL to add an accessory to this product.\r\n\r\n\r\naddaccessory.label
\r\nThe translated label for the add accessory link.\r\n\r\n\r\naccessory_loop
\r\nThis loop contains all of the accessories associated with this product.\r\n\r\n\r\naccessory.url
\r\n\r\n\r\naddRelatedProduct.url
\r\nThe URL to the linked accessory.\r\n\r\n\r\naccessory.title
\r\nThe title of the linked accessory.\r\n\r\n\r\naccessory.controls
\r\nThe WebGUI management controls for this accessory.\r\n\r\n\r\n
\r\nThe URL to add a related product to this product.\r\n\r\n\r\naddRelatedProduct.label
\r\nThe translated label for the add related product link.\r\n\r\n\r\nrelatedproduct.url
\r\nThe URL to the linked product.\r\n\r\n\r\nrelatedproduct.title
\r\nThe title of the linked product.\r\n\r\n\r\nrelatedproduct.controls
\r\nThe WebGUI management controls for this related product.\r\n\r\n',1038864092,NULL);
-INSERT INTO international VALUES (670,'WebGUI',1,'Image, Add/Edit',1038871530,NULL);
-INSERT INTO international VALUES (813,'WebGUI',1,'Groups In This Group',1037583186,NULL);
-INSERT INTO international VALUES (72,'Survey',1,'Are you certain you wish to delete this user\'s responses?',1037573460,NULL);
-INSERT INTO international VALUES (678,'WebGUI',1,'Root, Manage',1031514049,NULL);
-INSERT INTO international VALUES (681,'WebGUI',1,'Packages, Creating',1038889481,NULL);
-INSERT INTO international VALUES (680,'WebGUI',1,'Package, Add',1038889471,NULL);
-INSERT INTO international VALUES (675,'WebGUI',1,'Search Engine, Using',1038888957,NULL);
-INSERT INTO international VALUES (656,'WebGUI',1,'Company Information, Edit',1038872019,NULL);
-INSERT INTO international VALUES (696,'WebGUI',1,'Trash, Empty',1031514049,NULL);
-INSERT INTO international VALUES (672,'WebGUI',1,'Profile Settings, Edit',1031514049,NULL);
-INSERT INTO international VALUES (674,'WebGUI',1,'Miscellaneous Settings, Edit',1038889454,NULL);
-INSERT INTO international VALUES (661,'WebGUI',1,'File Settings, Edit',1031514049,NULL);
-INSERT INTO international VALUES (663,'WebGUI',1,'Messaging Settings, Edit',1044138790,NULL);
-INSERT INTO international VALUES (671,'WebGUI',1,'Wobjects, Using',1047858549,NULL);
-INSERT INTO international VALUES (677,'WebGUI',1,'Wobject, Add/Edit',1047858650,NULL);
-INSERT INTO international VALUES (668,'WebGUI',1,'Style Sheets, Using',1046067403,NULL);
-INSERT INTO international VALUES (667,'WebGUI',1,'Group, Add/Edit',1031514049,NULL);
-INSERT INTO international VALUES (652,'WebGUI',1,'User Settings, Edit',1076700672,NULL);
-INSERT INTO international VALUES (665,'WebGUI',1,'Group, Delete',1031514049,NULL);
-INSERT INTO international VALUES (664,'WebGUI',1,'Wobject, Delete',1031514049,NULL);
-INSERT INTO international VALUES (662,'WebGUI',1,'Settings, Manage',1031514049,NULL);
-INSERT INTO international VALUES (660,'WebGUI',1,'Groups, Manage',1031514049,NULL);
-INSERT INTO international VALUES (658,'WebGUI',1,'Users, Manage',1031514049,NULL);
-INSERT INTO international VALUES (657,'WebGUI',1,'User, Delete',1031514049,NULL);
-INSERT INTO international VALUES (682,'WebGUI',1,'User Profile, Edit',1031514049,NULL);
-INSERT INTO international VALUES (655,'WebGUI',1,'User, Add/Edit',1076700945,NULL);
-INSERT INTO international VALUES (653,'WebGUI',1,'Page, Delete',1031514049,NULL);
-INSERT INTO international VALUES (679,'WebGUI',1,'Content Settings, Edit',1038872365,NULL);
-INSERT INTO international VALUES (683,'WebGUI',1,'Templates, Manage',1050430164,NULL);
-INSERT INTO international VALUES (684,'WebGUI',1,'Template, Add/Edit',1038890615,NULL);
-INSERT INTO international VALUES (685,'WebGUI',1,'Template, Delete',1038791020,NULL);
-INSERT INTO international VALUES (669,'WebGUI',1,'Macros, Using',1046656837,NULL);
-INSERT INTO international VALUES (57,'Survey',1,'Comments',1037556124,NULL);
-INSERT INTO international VALUES (66,'Survey',1,'Responses',1037557127,NULL);
-INSERT INTO international VALUES (65,'Survey',1,'Export composite summary.',1037556821,NULL);
-INSERT INTO international VALUES (64,'Survey',1,'Export responses.',1037556721,NULL);
-INSERT INTO international VALUES (63,'Survey',1,'Export questions.',1037556710,NULL);
-INSERT INTO international VALUES (62,'Survey',1,'Export answers.',1037556697,NULL);
-INSERT INTO international VALUES (61,'Survey',1,'View grade book.',1037556642,NULL);
-INSERT INTO international VALUES (72,'FileManager',1,'File, Add/Edit',1038883174,NULL);
-INSERT INTO international VALUES (73,'FileManager',1,'File Title
\r\nThe title that will be displayed for this file. If left blank the filename will be used.\r\n
\r\nChoose the file from your hard drive that you wish to upload.\r\n
\r\nAn alternate version of the file. For instance, if the file was a JPEG, perhaps the alternate version would be a TIFF or a BMP.\r\n
\r\nAn alternate version of the file. For instance, if the file was a JPEG, perhaps the alternate version would be a TIFF or a BMP.\r\n
\r\nA short description of this file. Be sure to include keywords that users may try to search for.\r\n
\r\nChoose the group that may download this file.\r\n
\r\nIf you\'d like to add another file after this one, then select \"add a new file\" otherwise select \"go back to the page\".\r\n
\r\nThe title for this event.\r\n
\r\nDescribe the activities of this event or information about where the event is to be held.\r\n
\r\nOn what date will this event begin?\r\n
\r\nOn what date will this event end?\r\n
\r\nSelect a recurrence interval for this event. \r\n\r\n
\r\nSelect \"add new event\" if you\'d like to add another event, otherwise select \"go back to page\".\r\n
\r\nYou may enter a new benefit, or select from one you\'ve already entered.\r\n
\r\nIf you\'d like to add another benefit right away, select \"Yes\".\r\n
\r\nProvides a link to the orignal wobject being proxied.\r\n
\r\nSet to \"yes\" to use the title of the wobject proxy instead of the original title of the wobject.\r\n
\r\nSet to \"yes\" to use the description of the wobject proxy instead of the original description of the wobject.\r\n
\r\nSet to \"yes\" to use the display title setting of the wobject proxy instead of the original display title setting of the wobject.\r\n
\r\nSet to \"yes\" to use the template of the wobject proxy instead of the original template of the wobject.\r\n
\r\nSelect a layout for this product.\r\n
\r\nThe price of this product. You may optionally enter text like \"call for pricing\" if you wish, or you may leave it blank.\r\n
\r\nThe product number, SKU, ISBN, or other identifier for this product.\r\n
\r\nAn image of this product.\r\n
\r\nAn image of this product.\r\n
\r\nAn image of this product.\r\n
\r\nThe brochure for this product.\r\n
\r\nThe product, user, or service manual for this product.\r\n
\r\nThe warranty for this product.\r\n
\r\nYou may enter a new feature, or select one you entered for another product in the system.\r\n
\r\nIf you\'d like to add another feature right away, select \"Yes\".\r\n
\r\nThe type of specification. For instance, height, weight, or color. You may select one you\'ve entered for another product, or type in a new specification.\r\n
\r\nThe actual specification value. For instance, if you chose height as the Label, then you\'d enter a numeric value like \"18\".\r\n
\r\nThe unit of measurement for this specification. For instance, if you chose height for your label, perhaps the units would be \"meters\".\r\n
\r\nIf you\'d like to add another specification, select \"Yes\".\r\n
\r\nChoose from the list of products you\'ve already entered.\r\n
\r\nSelect \"Yes\" if you have another accessory to add.\r\n
\r\nChoose from the list of products you\'ve already entered.\r\n
\r\nSelect \"Yes\" if you have another related product to add.\r\nBeveiligings probleem
\r\nU probeerde een widget op te vragen die niet bij deze pagina hoort. Het incident is gerapporteerd.',1038530790,NULL);
-INSERT INTO international VALUES (418,'WebGUI',3,'Filter inhoud',1063590013,NULL);
-INSERT INTO international VALUES (419,'WebGUI',3,'Verwijder alles behalve tekst.',1063590035,NULL);
-INSERT INTO international VALUES (420,'WebGUI',3,'Verwijder niets.',1063590051,NULL);
-INSERT INTO international VALUES (421,'WebGUI',3,'Verwijder alles behalve de basis formattering.',1063590063,NULL);
-INSERT INTO international VALUES (422,'WebGUI',3,'Login Fout
\r\nDe informatie komt niet overeen met het account.',1038530851,NULL);
-INSERT INTO international VALUES (423,'WebGUI',3,'Laat aktieve sessies zien.',1038530859,NULL);
-INSERT INTO international VALUES (424,'WebGUI',3,'Laat login historie zien.',1038530868,NULL);
-INSERT INTO international VALUES (425,'WebGUI',3,'Aktieve sessies',1038530874,NULL);
-INSERT INTO international VALUES (426,'WebGUI',3,'Login historie',1038530880,NULL);
-INSERT INTO international VALUES (427,'WebGUI',3,'Stijlen',1038530885,NULL);
-INSERT INTO international VALUES (428,'WebGUI',3,'Gebruiker (ID)',1038530891,NULL);
-INSERT INTO international VALUES (429,'WebGUI',3,'Login tijd',1038530898,NULL);
-INSERT INTO international VALUES (430,'WebGUI',3,'Laatst bekeken pagina',1038530910,NULL);
-INSERT INTO international VALUES (431,'WebGUI',3,'IP Adres',1038530916,NULL);
-INSERT INTO international VALUES (432,'WebGUI',3,'Verloopt',1038530923,NULL);
-INSERT INTO international VALUES (433,'WebGUI',3,'Gebruikers applicatie',1038530929,NULL);
-INSERT INTO international VALUES (434,'WebGUI',3,'Status',1038530935,NULL);
-INSERT INTO international VALUES (435,'WebGUI',3,'Sessie handtekening',1038530941,NULL);
-INSERT INTO international VALUES (436,'WebGUI',3,'Vermoord sessie',1038530946,NULL);
-INSERT INTO international VALUES (437,'WebGUI',3,'Statistieken',1038530953,NULL);
-INSERT INTO international VALUES (438,'WebGUI',3,'Uw naam',1038530959,NULL);
-INSERT INTO international VALUES (441,'WebGUI',3,'Email naar pieper gateway',1038531014,NULL);
-INSERT INTO international VALUES (442,'WebGUI',3,'Bedrijfs informatie',1038530997,NULL);
-INSERT INTO international VALUES (443,'WebGUI',3,'Thuis informatie',1038531020,NULL);
-INSERT INTO international VALUES (439,'WebGUI',3,'Persoonlijke informatie',1038530965,NULL);
-INSERT INTO international VALUES (440,'WebGUI',3,'Contact informatie',1038530983,NULL);
-INSERT INTO international VALUES (444,'WebGUI',3,'Demografische informatie',1038531026,NULL);
-INSERT INTO international VALUES (445,'WebGUI',3,'Voorkeuren',1038531032,NULL);
-INSERT INTO international VALUES (446,'WebGUI',3,'Bedrijfs website',1038531038,NULL);
-INSERT INTO international VALUES (447,'WebGUI',3,'Beheer pagina boom.',1038531047,NULL);
-INSERT INTO international VALUES (448,'WebGUI',3,'Pagina boom',1038531053,NULL);
-INSERT INTO international VALUES (449,'WebGUI',3,'Overige informatie',1038531059,NULL);
-INSERT INTO international VALUES (450,'WebGUI',3,'Werk naam (Bedrijfsnaam)',1038531078,NULL);
-INSERT INTO international VALUES (451,'WebGUI',3,'is vereist.',1038531087,NULL);
-INSERT INTO international VALUES (452,'WebGUI',3,'Moment a.u.b.',1056361566,NULL);
-INSERT INTO international VALUES (453,'WebGUI',3,'Gecreëerd op',1038764730,NULL);
-INSERT INTO international VALUES (454,'WebGUI',3,'Laatste wijziging',1038764793,NULL);
-INSERT INTO international VALUES (455,'WebGUI',3,'Bewerk gebruikersprofiel',1038531131,NULL);
-INSERT INTO international VALUES (456,'WebGUI',3,'Terug naar gebruikers lijst.',1038531139,NULL);
-INSERT INTO international VALUES (457,'WebGUI',3,'Bewerk het account van deze gebruiker.',1038531148,NULL);
-INSERT INTO international VALUES (458,'WebGUI',3,'Bewerk de groepen van deze gebruiker.',1038531156,NULL);
-INSERT INTO international VALUES (459,'WebGUI',3,'Bewerk het profiel van deze gebruiker.',1038531164,NULL);
-INSERT INTO international VALUES (460,'WebGUI',3,'Tijd offset',1038531177,NULL);
-INSERT INTO international VALUES (461,'WebGUI',3,'Datum formaat',1038531183,NULL);
-INSERT INTO international VALUES (462,'WebGUI',3,'Tijd formaat',1038531189,NULL);
-INSERT INTO international VALUES (463,'WebGUI',3,'Tekst vlak rijen',1038531196,NULL);
-INSERT INTO international VALUES (464,'WebGUI',3,'Tekst vlak kolommen',1038531203,NULL);
-INSERT INTO international VALUES (465,'WebGUI',3,'Tekst blok grootte',1039597156,NULL);
-INSERT INTO international VALUES (466,'WebGUI/Profile',3,'Weet u zeker dat u deze categorie wilt verwijderen en alle velden naar de overige categorie wilt verplaatsen?',1039597166,NULL);
-INSERT INTO international VALUES (467,'WebGUI/Profile',3,'Weet u zeker dat u dit veld wilt verwijderen en daarmee ook alle data die er aan vast zit?',1039597174,NULL);
-INSERT INTO international VALUES (469,'WebGUI',3,'Id',1039597183,NULL);
-INSERT INTO international VALUES (470,'WebGUI',3,'Naam',1039741470,NULL);
-INSERT INTO international VALUES (472,'WebGUI',3,'Label',1039741472,NULL);
-INSERT INTO international VALUES (473,'WebGUI/Profile',3,'Zichtbaar?',1039741477,NULL);
-INSERT INTO international VALUES (474,'WebGUI/Profile',3,'Verplicht?',1039741479,NULL);
-INSERT INTO international VALUES (475,'WebGUI',3,'Tekst',1039741481,NULL);
-INSERT INTO international VALUES (476,'WebGUI',3,'Tekst vlak',1039741484,NULL);
-INSERT INTO international VALUES (477,'WebGUI',3,'HTML vlak',1039741487,NULL);
-INSERT INTO international VALUES (478,'WebGUI',3,'URL',1039741489,NULL);
-INSERT INTO international VALUES (479,'WebGUI',3,'Datum',1039741492,NULL);
-INSERT INTO international VALUES (480,'WebGUI',3,'E-mail adres',1039780063,NULL);
-INSERT INTO international VALUES (481,'WebGUI',3,'Telefoon nummer',1039780074,NULL);
-INSERT INTO international VALUES (482,'WebGUI',3,'Nummer (Geheel getal)',1039780081,NULL);
-INSERT INTO international VALUES (483,'WebGUI',3,'Ja of nee',1039780089,NULL);
-INSERT INTO international VALUES (484,'WebGUI',3,'Selecteer lijst',1039780096,NULL);
-INSERT INTO international VALUES (485,'WebGUI',3,'Booleaanse waarde (Checkbox)',1039780104,NULL);
-INSERT INTO international VALUES (486,'WebGUI',3,'Data type',1039780111,NULL);
-INSERT INTO international VALUES (487,'WebGUI',3,'Mogelijke waardes',1039780117,NULL);
-INSERT INTO international VALUES (488,'WebGUI',3,'Standaard waarde(s)',1039780124,NULL);
-INSERT INTO international VALUES (489,'WebGUI/Profile',3,'Profiel categorie',1039780131,NULL);
-INSERT INTO international VALUES (490,'WebGUI/Profile',3,'Profiel categorie toevoegen.',1039780153,NULL);
-INSERT INTO international VALUES (491,'WebGUI/Profile',3,'Profiel veld toevoegen.',1039780162,NULL);
-INSERT INTO international VALUES (492,'WebGUI',3,'Profiel veld lijst.',1039780172,NULL);
-INSERT INTO international VALUES (493,'WebGUI',3,'Terug naar de site.',1039780197,NULL);
-INSERT INTO international VALUES (496,'WebGUI',3,'Te gebruiken editor',1039780245,NULL);
-INSERT INTO international VALUES (494,'WebGUI',3,'Real Objects Edit-On Pro 2.x',1063590077,NULL);
-INSERT INTO international VALUES (497,'WebGUI',3,'Start datum',1039780252,NULL);
-INSERT INTO international VALUES (498,'WebGUI',3,'Eind Datum',1039780259,NULL);
-INSERT INTO international VALUES (499,'WebGUI',3,'Wobject ID',1039780266,NULL);
-INSERT INTO international VALUES (500,'WebGUI',3,'Pagina ID',1039780287,NULL);
-INSERT INTO international VALUES (514,'WebGUI',3,'Bekeken',1039780439,NULL);
-INSERT INTO international VALUES (527,'WebGUI',3,'Standaard home pagina',1039780569,NULL);
-INSERT INTO international VALUES (530,'WebGUI',3,'Met al deze woorden',1039780611,NULL);
-INSERT INTO international VALUES (468,'WebGUI/Profile',3,'Bewerk gebruikers profiel categorie',1039597179,NULL);
-INSERT INTO international VALUES (507,'WebGUI',3,'Bewerk sjabloon',1039780372,NULL);
-INSERT INTO international VALUES (508,'WebGUI',3,'Beheer sjablonen.',1039780381,NULL);
-INSERT INTO international VALUES (509,'WebGUI',3,'Discussie layout',1039780389,NULL);
-INSERT INTO international VALUES (510,'WebGUI',3,'Plat',1039780404,NULL);
-INSERT INTO international VALUES (511,'WebGUI',3,'Threaded',1039780416,NULL);
-INSERT INTO international VALUES (512,'WebGUI',3,'Ga naar de volgende draad',1078499327,NULL);
-INSERT INTO international VALUES (513,'WebGUI',3,'Ga naar de vorige thread',1078499349,NULL);
-INSERT INTO international VALUES (533,'WebGUI',3,'zonder de woorden',1039780661,NULL);
-INSERT INTO international VALUES (529,'WebGUI',3,'resultaten per pagina',1078499374,NULL);
-INSERT INTO international VALUES (518,'WebGUI',3,'Inbox notificaties',1039780468,NULL);
-INSERT INTO international VALUES (519,'WebGUI',3,'Ik wil geen notificatie krijgen.',1039780479,NULL);
-INSERT INTO international VALUES (520,'WebGUI',3,'Ik wil notificatie via e-mail.',1039780500,NULL);
-INSERT INTO international VALUES (521,'WebGUI',3,'Ik wil notificatie via e-mail naar pager.',1039780514,NULL);
-INSERT INTO international VALUES (522,'WebGUI',3,'Ik wil notificatie via ICQ.',1039780523,NULL);
-INSERT INTO international VALUES (523,'WebGUI',3,'Notificatie',1039780531,NULL);
-INSERT INTO international VALUES (1025,'WebGUI',3,'Voeg bewerk stempel toe aan post?',1039780542,NULL);
-INSERT INTO international VALUES (525,'WebGUI',3,'Bewerk inhoud Settings',1039780550,NULL);
-INSERT INTO international VALUES (526,'WebGUI',3,'Verwijder JavaScript en maak tekst van macros.',1063590144,NULL);
-INSERT INTO international VALUES (72,'EventsCalendar',3,'Gebeurtenis, Toevoegen/Bewerken',1039596887,NULL);
-INSERT INTO international VALUES (9,'Product',3,'Product plaatje 3',1038527773,NULL);
-INSERT INTO international VALUES (953,'WebGUI',1,'Previous Location',1052850265,NULL);
-INSERT INTO international VALUES (8,'Product',3,'Product plaatje 2',1038527767,NULL);
-INSERT INTO international VALUES (8,'DataForm',3,'Breedte',1038513517,NULL);
-INSERT INTO international VALUES (78,'EventsCalendar',3,'Niets weggooien, ik heb een foutje gemaakt.',1038487211,NULL);
-INSERT INTO international VALUES (77,'EventsCalendar',3,'Gooi deze gebeurtenis weg en alle herhalingen hiervan.',1038487192,NULL);
-INSERT INTO international VALUES (76,'EventsCalendar',3,'Gooi alleen deze gebeurtenis weg.',1038487184,NULL);
-INSERT INTO international VALUES (75,'EventsCalendar',3,'Welke van deze keuzes wilt u uitvoeren?',1038487175,NULL);
-INSERT INTO international VALUES (73,'EventsCalendar',3,'Titel
\r\n De titel voor deze gebeurtenis. \r\n
\r\n Omschrijf de activiteit van deze gebeurtenis of voer informatie in over\r\nwaar deze gebeurtenis plaatsvind.
\r\n Wanneer begint deze gebeurtenis?
\r\n Op welke datum zal deze gebeurtenis plaatsvinden?
\r\n Selecteer een interval waarin deze gebeurtenis opnieuw plaatsvind.
\r\n Als u nog een gebeurtenis toe wilt voegen, selecteer dan \"voeg gebeurtenis toe\" selecteer ander \"ga terug naar de huidige pagina\".
\r\n',1039741404,NULL);
-INSERT INTO international VALUES (72,'Poll',3,'Antwoorden in willekeurige volgorde weergeven?',1038527736,NULL);
-INSERT INTO international VALUES (72,'FileManager',3,'Bestand, Toevoegen/Bewerken',1039741267,NULL);
-INSERT INTO international VALUES (717,'WebGUI',3,'Uitloggen',1039783293,NULL);
-INSERT INTO international VALUES (716,'WebGUI',3,'Inloggen',1039783286,NULL);
-INSERT INTO international VALUES (715,'WebGUI',3,'Redirect URL',1039783279,NULL);
-INSERT INTO international VALUES (471,'WebGUI/Profile',3,'Bewerk gebruikers profielveld',1038506711,NULL);
-INSERT INTO international VALUES (36,'Product',3,'Voeg een accessoire toe',1037886945,NULL);
-INSERT INTO international VALUES (585,'WebGUI',3,'Beheer vertalingen.',1039520850,NULL);
-INSERT INTO international VALUES (707,'WebGUI',3,'Laat debugging zien?',1039783218,NULL);
-INSERT INTO international VALUES (706,'WebGUI',3,'Uren',1039783211,NULL);
-INSERT INTO international VALUES (705,'WebGUI',3,'Minuten',1039783204,NULL);
-INSERT INTO international VALUES (704,'WebGUI',3,'Seconden',1039783197,NULL);
-INSERT INTO international VALUES (703,'WebGUI',3,'Jaren',1039783187,NULL);
-INSERT INTO international VALUES (702,'WebGUI',3,'Maanden',1039783179,NULL);
-INSERT INTO international VALUES (7,'Product',3,'Product plaatje 1',1038527761,NULL);
-INSERT INTO international VALUES (5,'WobjectProxy',3,'Wobject proxy, Toevoegen/Bewerken',1038506272,NULL);
-INSERT INTO international VALUES (699,'WebGUI',3,'Eerste dag van de week',1039783123,NULL);
-INSERT INTO international VALUES (696,'WebGUI',3,'Prullenbak, Legen',1039783109,NULL);
-INSERT INTO international VALUES (697,'WebGUI',3,'Karma, Gebruiken',1039783116,NULL);
-INSERT INTO international VALUES (685,'WebGUI',3,'Sjabloon, verwijderen',1039783083,NULL);
-INSERT INTO international VALUES (684,'WebGUI',3,'Sjabloon, Toevoegen/Bewerken',1039783075,NULL);
-INSERT INTO international VALUES (598,'WebGUI',3,'Bewerk deze vertaling.',1038505400,NULL);
-INSERT INTO international VALUES (596,'WebGUI',3,'NIET AANWEZIG',1039521044,NULL);
-INSERT INTO international VALUES (605,'WebGUI',3,'Voeg groepen toe',1039521088,NULL);
-INSERT INTO international VALUES (601,'WebGUI',3,'International ID',1039521101,NULL);
-INSERT INTO international VALUES (597,'WebGUI',3,'Bewerk internationaal bericht',1038506935,NULL);
-INSERT INTO international VALUES (594,'WebGUI',3,'Vertaal internationale berichten',1039521016,NULL);
-INSERT INTO international VALUES (593,'WebGUI',3,'Verstuur vertaling naar Plain Black',1039521001,NULL);
-INSERT INTO international VALUES (595,'WebGUI',3,'Internationale berichten',1039521031,NULL);
-INSERT INTO international VALUES (591,'WebGUI',3,'Taal',1039520984,NULL);
-INSERT INTO international VALUES (590,'WebGUI',3,'Taal ID',1039520973,NULL);
-INSERT INTO international VALUES (589,'WebGUI',3,'Bewerk taal',1038506727,NULL);
-INSERT INTO international VALUES (586,'WebGUI',3,'Beheer Talen',1039780807,NULL);
-INSERT INTO international VALUES (584,'WebGUI',3,'Voeg een nieuwe taal toe',1039520836,NULL);
-INSERT INTO international VALUES (575,'WebGUI',3,'Bewerk',1038506716,NULL);
-INSERT INTO international VALUES (576,'WebGUI',3,'Verwijder',1039520732,NULL);
-INSERT INTO international VALUES (582,'WebGUI',3,'Laat leeg',1039520720,NULL);
-INSERT INTO international VALUES (683,'WebGUI',3,'Sjablonen, Beheer',1063590348,NULL);
-INSERT INTO international VALUES (682,'WebGUI',3,'Gebruikersprofiel, Bewerken',1038506298,NULL);
-INSERT INTO international VALUES (681,'WebGUI',3,'Pakketten, Maken',1039783049,NULL);
-INSERT INTO international VALUES (680,'WebGUI',3,'Pakket, Toevoegen',1039783040,NULL);
-INSERT INTO international VALUES (679,'WebGUI',3,'Inhoudsinstellingen, Bewerken',1039783017,NULL);
-INSERT INTO international VALUES (677,'WebGUI',3,'Wobject, Toevoegen/Bewerken',1063590337,NULL);
-INSERT INTO international VALUES (1,'DataForm',3,'Gegevens (data) formulier',1058726358,NULL);
-INSERT INTO international VALUES (10,'DataForm',3,'Van',1038513338,NULL);
-INSERT INTO international VALUES (11,'DataForm',3,'Aan ',1058726391,NULL);
-INSERT INTO international VALUES (23,'DataForm',3,'Type',1038513461,NULL);
-INSERT INTO international VALUES (13,'DataForm',3,'Bcc (Onzichtbare kopie naar)',1038513364,NULL);
-INSERT INTO international VALUES (12,'DataForm',3,'Cc (Kopie naar)',1038513357,NULL);
-INSERT INTO international VALUES (22,'DataForm',3,'Status',1038513451,NULL);
-INSERT INTO international VALUES (21,'DataForm',3,'Veldnaam',1038513444,NULL);
-INSERT INTO international VALUES (20,'DataForm',3,'Bewerk veld',1038506693,NULL);
-INSERT INTO international VALUES (2,'DataForm',3,'Uw e-mail onderwerp hier',1038513436,NULL);
-INSERT INTO international VALUES (14,'DataForm',3,'Onderwerp',1038513371,NULL);
-INSERT INTO international VALUES (18,'DataForm',3,'Ga terug!',1038513418,NULL);
-INSERT INTO international VALUES (16,'DataForm',3,'Bevestigingsbericht',1038513404,NULL);
-INSERT INTO international VALUES (17,'DataForm',3,'E-mail is verstuurd',1039783869,NULL);
-INSERT INTO international VALUES (19,'DataForm',3,'Weet u zeker dat u dit veld wilt verwijderen?',1038513426,NULL);
-INSERT INTO international VALUES (61,'Article',3,'Artikel, Toevoegen/Bewerken',1078496032,NULL);
-INSERT INTO international VALUES (24,'DataForm',3,'Mogelijke waarden (alleen voor \'drop-down box\')',1038513468,NULL);
-INSERT INTO international VALUES (25,'DataForm',3,'Standaardwaarde (optioneel)',1058726375,NULL);
-INSERT INTO international VALUES (7,'DataForm',3,'Bewerk data formulier',1063589736,NULL);
-INSERT INTO international VALUES (6,'DataForm',3,'Aanpasbaar',1038513510,NULL);
-INSERT INTO international VALUES (62,'DataForm',3,'Data formulier velden, Toevoegen/Bewerken',1063589725,NULL);
-INSERT INTO international VALUES (61,'DataForm',3,'Data formulier, Toevoegen/Bewerken',1063589714,NULL);
-INSERT INTO international VALUES (5,'DataForm',3,'Zichtbaar(niet aanpasbaar)',1038513504,NULL);
-INSERT INTO international VALUES (4,'DataForm',3,'Verborgen',1038513497,NULL);
-INSERT INTO international VALUES (946,'WebGUI',1,'Use shared trash?',1052850265,NULL);
-INSERT INTO international VALUES (3,'DataForm',3,'Bedankt voor uw bericht!',1038513491,NULL);
-INSERT INTO international VALUES (588,'WebGUI',3,'Weet u zeker dat u deze vertaling naar Plain Black wilt versturen voor bundeling in de standaarddistributie van WebGUI? Door op de \'ja\' link te klikken snapt u dat u Plain Black een onbeperkte licentie geeft om de vertaling in haar software te gebruiken.',1039520948,NULL);
-INSERT INTO international VALUES (581,'WebGUI',3,'Voeg een nieuwe waarde toe',1039520807,NULL);
-INSERT INTO international VALUES (543,'WebGUI',3,'Voeg een nieuwe plaatjesgroep toe.',1039780697,NULL);
-INSERT INTO international VALUES (583,'WebGUI',3,'Maximale plaatjesgrootte',1039520826,NULL);
-INSERT INTO international VALUES (579,'WebGUI',10,'Din meddelelse er blevet godkendt.',1037205180,NULL);
-INSERT INTO international VALUES (542,'WebGUI',3,'Vorige..',1039780690,NULL);
-INSERT INTO international VALUES (3,'WobjectProxy',10,'Wobject Proxy',1036856148,NULL);
-INSERT INTO international VALUES (5,'USS',9,'±zªº±i¶K¤å³¹³Q©Úµ´',1031510000,NULL);
-INSERT INTO international VALUES (5,'SiteMap',9,'½s¿èºô¯¸¦a¹Ï',1031510000,NULL);
-INSERT INTO international VALUES (5,'Poll',9,'¹Ï§Î¼e«×',1031510000,NULL);
-INSERT INTO international VALUES (622,'WebGUI',2,'
\r\nEin Name für die Gruppe. Am besten wählen Sie hier einen Namen, der auch die Funktion der Gruppe beschreibt, damit Sie später nicht den Überblick verlieren.
\r\nEine längere Beschreibung für diese Gruppe, so dass Administratoren und Content Manager sehen können, was der Sinn und Zweck dieser Gruppe ist.
\r\nDie Zeit, die ein Benutzer zu dieser Gruppe gehört, bis er/sie entfernt wird bzw. die Mitgliedschaft verfällt. Dies ist hilfreich für Seiten, in denen Benutzer zeitlich beschränkte Angebote erhalten sollen. Beachten Sie, dass diese Einstellungen auch wieder für jeden einzelnen Benutzergesondert vorgenommen werden können.
\r\nWählen Sie hier "Ja", wenn Sie den Benutzer darüber informieren möchten, dass er automatisch von dieser Gruppe entfernt werden soll.
\r\nDer Abstand in Tagen des Ablaufs seit der Ankündigung. Sie müssen hier einen korrekten IntegerWert setzen. Wählen Sie z. B. "0" aus, wenn die Benachrichtigung an den Benutzer am selben Tag erfolgen soll, an dem er von der Gruppe entfernt wird. Wenn Sie "-7" auswählen, ergeht die Benachrichtigung 7 Tage vorher an den Benutzer. (Bei der Auswahl von "7" ergeht die Benachrichtigung entsprechend 7 Tage danach).
\r\nGeben Sie hier den Text ein, der den Benutzer über den Zeitablauf informieren soll.
\r\nDie Anzahl in Tagen, nachdem der Benutzer nach Ablauf der Zeitspanne aus der Gruppe entfernt werden soll. Wenn Sie z. B. "0" angeben, wird der Benutzer noch am Tage des Zeitablaufs von der Gruppe entfernt. (weitere Beispiele siehe \'Zeitabstand zur Ablaufankündigung")
\r\nEin Benutzer kann dynamisch einer Gruppe unter Verwendung einer Scratch Variable in dessen Session zugeordnet werden. Scratch Variablen können programatisch oder übers Web gesetzt werden. Um eine Scratch-Variable übers Web zu setzen, fügen Sie das Nachfolgende ans Ende einer URL an:
\r\nGeben Sie eine IP Adresse oder eine IP Maske an. Wenn der Benutzer diese IP-Adresse hat oder sich in der IP-Maske befindet, wird er automatisch in diese Gruppe aufgenommen. Eine IP-Maske ist einfach nur die IP-Adresse abzüglich eines Octets (Acht) oder 2. Sie können auch mehrere IP-Masken getrennt durch ein Semikolon angeben.
\r\nSie können den Wert hier angeben, wenn Sie Karma aktiviert haben. Dieser Grenzwert ist der Anteil an Karma, die ein Benutzer haben muss, um Mitglied dieser Gruppe zu werden.
\r\nMöchten Sie, dass sich Benutzer selbst zu dieser Gruppe hinzufügen können? Für weitere Informationen schauen Sie sich die Beschreibung des GroupAdd Makros an.
\r\nMöchten Sie, dass sich Benutzer selbst von dieser Gruppe entfernen können? Für weitere Informationen schauen Sie sich die Beschreibung des GroupDelete Makros an.
\r\nMöchten Sie, dass die Benutzer dieser Gruppe aus einer externen Datenbank kommen, so geben Sie hier den Datenbanklink dafür an.
\r\nEinige Unternehmen haben externe Datenbanken, die ebenfalls Benutzer in Gruppen verwalten, z. B. eine HR Datenbank verbindet Angestellten ID\'s zu einem Gesundheitsplan. Um Benutzer gegenüber einer externen Datenbank zu validieren, müssen Sie ein SQL-Statement erstellen, das "1" als Wert zurückgibt, wenn der Benutzer in der Gruppe ist. Beachten Sie, dass Sie das SQL-Statement mit "select 1" beginnen. Sie können auch Makros in dieser Abfrage verwenden, um Zugriff zu einem Benutzerprofilzu erhalten, wie z. B. AngestelltenID. Hier ist ein Beispiel, dass überprüft, ob der Benutzer in einer fiktiven HR Datenbank enthalten ist. Dieses Beispiel setzt voraus, dass Sie ein zusätzliches Profilfeld "employeeId" in WebGUI erstellt haben.
\r\n
\r\nselect 1 from employees, health_plans, empl_plan_map
\r\nwhere employees.employee_id = ^User("employeeId");
\r\nand health_plans.plan_name = \'HMO 1\'
\r\nand employees.employee_id = empl_plan_map.employee_id
\r\nand health_plans.health_plan_id = empl_plan_mp.health_plan_id
\r\n
\r\nDiese Gruppe könnte dann z. B. als "Angestellte in HMO 1" heissen und Ihnen die Möglichkeit bieten, bestimmte Seiten nur für diese Gruppe zugänglich zu machen. (Ich habe das Beispiel aus der englischen Originalversion einfach übernommen, ein besseres Beispiel fiel mir nicht ein.
\r\nGrosse Sites, die externe Gruppen verwenden, verursachen auch häufige Datenbankzugriffe. Um dies etwas einzuschränken, können Sie hier angeben, wie lang die Ergebnisse der vorherigen SQL-Abfrage in der WebGUI Datenbank zwischengespeichert werden. Erweiterte Cachingfunktionen wird es in einer zukünftigen WebGUI Version geben.
\r\nSubmission Template
\r\nChoose a layout for the individual submissions.\r\n
\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\n\r\nFilter Content
\r\nSelect the level of content filtering you wish to perform on all submitted content.\r\n
\r\n\r\nSort By
\r\nThe field to sort the submission list by.\r\n
\r\n\r\nSort Order
\r\nThe direction to sort the submission list by.\r\n
\r\n\r\n\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\n\r\nDefault Status
\r\nShould submissions be set to Approved, Pending, or Denied by default?\r\n
\r\nNote: If you set the default status to Pending, then be prepared to monitor your message log for new submissions.\r\n
\r\n\r\nKarma Per Submission
\r\nHow much karma should be given to a user when they contribute to this user submission system?\r\n
\r\n\r\n\r\nAllow discussion?
\r\nChecking this box will enable responses to your article much like Articles on Slashdot.org.\r\n
\r\n\r\n\r\n',1070199700,NULL); -INSERT INTO international VALUES (82,'USS',1,'Descending',1066636432,'When a list is the reverse of chronological, alphabetical, or numeric order. The opposite of Ascending.'); -INSERT INTO international VALUES (81,'USS',1,'Ascending',1066636389,'When a list is in chronological, alphabetical, or numeric order.'); -INSERT INTO international VALUES (80,'USS',1,'Sort Order',1066636329,'The direction of a sort.'); -INSERT INTO international VALUES (79,'USS',1,'Sort By',1066636255,'A field to order a list with.'); -INSERT INTO international VALUES (78,'USS',1,'Date Updated',1066636183,'A label for describing the date when something was changed.'); -INSERT INTO international VALUES (722,'WebGUI',1,'Id',1031517195,NULL); -INSERT INTO international VALUES (721,'WebGUI',1,'Namespace',1031515005,NULL); -INSERT INTO international VALUES (720,'WebGUI',1,'OK',1031514777,NULL); -INSERT INTO international VALUES (719,'WebGUI',1,'Out of Date',1031514679,NULL); -INSERT INTO international VALUES (718,'WebGUI',1,'Export this translation.',1036970877,NULL); -INSERT INTO international VALUES (12,'Poll',1,'Total Votes',1050182699,NULL); -INSERT INTO international VALUES (12,'Poll',7,'×ÜͶƱÈËÊý:',1031514049,NULL); -INSERT INTO international VALUES (723,'WebGUI',1,'Deprecated',1031800566,NULL); -INSERT INTO international VALUES (5,'Auth/WebGUI',1,'Your password cannot be \"password\".',1071507752,NULL); -INSERT INTO international VALUES (725,'WebGUI',1,'Your username cannot be blank.',1031879612,NULL); -INSERT INTO international VALUES (724,'WebGUI',1,'Your username cannot begin or end with a space.',1031879593,NULL); -INSERT INTO international VALUES (4,'Auth/WebGUI',1,'Your password cannot be blank.',1071507744,NULL); -INSERT INTO international VALUES (5,'Auth/WebGUI',6,'Ditt lösenord kan inte vara \"lösenord\".',1032262393,NULL); -INSERT INTO international VALUES (4,'Auth/WebGUI',6,'Du måste fylla i ett lösenord.',1032262370,NULL); -INSERT INTO international VALUES (725,'WebGUI',6,'Du måste fylla i ett användarnamn.',1032262345,NULL); -INSERT INTO international VALUES (724,'WebGUI',6,'Ditt användarnamn kan inte börja eller sluta med ett mellanslag.',1032262328,NULL); -INSERT INTO international VALUES (12,'Poll',6,'Totalt antal röster:',1032262302,NULL); -INSERT INTO international VALUES (723,'WebGUI',6,'Föråldrat',1032262278,NULL); -INSERT INTO international VALUES (63,'Product',6,'Produktmallar används för att kontrollera hur din produkt presenteras för användarna. Detta fungerar på liknande sätt som övriga mallar till WebGUI. Det finns några referensmallar för att ge dig en snabbstart, men det bästa är ändå att skapa ett utseende som passar din produkt.\r\n\r\nTroligtvis behöver du inte använda alla fält som WebGUI\'s produkthanterare tillhandahåller. Ta bort onödiga fält när du skapar en ny mall för att få sidorna att ladda snabbare.\r\n\r\nNote: Du bör inte ändra standardmallarna utan istället göra kopior av dom. Vid WebGUI uppgraderingar skrivs standardmallarna över med nya uppdaterade vilket tar bort dina ändringar. Kopior rörs inte av en uppgradering.\r\n\r\nDet finns många special-macros att använda i dina produktmallar.\r\n\r\n^Product_Accessories;\r\nVisar en lista på tillbehör till produkten.\r\n\r\n^Product_Benefits;\r\nVisar en lista på fördelar med produkten.\r\n\r\n^Product_Description;\r\nVisar en produkts beskrivning.\r\n\r\n^Product_Features;\r\nVisar en lista på produktens egenskaper.\r\n\r\n^Product_Image1;\r\nVisar den första bilden du laddade upp (om det finns någon).\r\n\r\n^Product_Image2;\r\nVisar den andra bilden du laddade upp (om det finns någon).\r\n\r\n^Product_Image3;\r\nVisar den tredje bilden du laddade upp (om det finns någon).\r\n\r\n^Product_Number;\r\nVisar produktens nummer.\r\n\r\n^Product_Price;\r\nVisar produktens pris.\r\n\r\n^Product_Related;\r\nVisar en lista på relaterade produkter.\r\n\r\n^Product_Specifications;\r\nVisar en lista på produktens specifikationer.\r\n\r\n^Product_Thumbnail1;\r\nVisar en miniatyrbild av den den första bilden du laddade upp till produkten (om du gjorde det) tillsammans med en länk till bilden i full storlek.\r\n\r\n^Product_Thumbnail2;\r\nVisar en miniatyrbild av den den andra bilden du laddade upp till produkten (om du gjorde det) tillsammans med en länk till bilden i full storlek.\r\n\r\n^Product_Thumbnail3;\r\nVisar en miniatyrbild av den den tredje bilden du laddade upp till produkten (om du gjorde det) tillsammans med en länk till bilden i full storlek.\r\n\r\n^Product_Title;\r\nVisar produktens titel. Om du använder det här macrot vill du antagligen stänga av visning av standardtitel genom att välja Nej på Visa titel-fältet.',1032260807,NULL); -INSERT INTO international VALUES (678,'WebGUI',6,'Bassidor, hantera',1032260722,NULL); -INSERT INTO international VALUES (497,'WebGUI',6,'Startdatum',1032259765,NULL); -INSERT INTO international VALUES (6,'WobjectProxy',6,'Men wobject proxy kan du spegla ett wobject från en annan sida till vilken annan sida som helst. Det är användbart när du vill återanvända innehåll från en sektion av webbplatsen till en annan.\r\n\r\nWobject till proxy\r\nVälj ett wobject från ditt system som du vill proxya. Väljrutan visar innehåll som \"Sidtitel / Wobject namn (Wobject-ID)\" så att du snabbt och enkelt kan hitta det wobject du letar efter.',1032257192,NULL); -INSERT INTO international VALUES (5,'WobjectProxy',6,'Wobject Proxy, lägg till/redigera',1032256964,NULL); -INSERT INTO international VALUES (4,'WobjectProxy',6,'Wobject proxying misslyckades. Kanske det proxiade wobjectet har blivit borttaget?',1032256949,NULL); -INSERT INTO international VALUES (3,'WobjectProxy',6,'Wobject Proxy',1032256918,NULL); -INSERT INTO international VALUES (2,'WobjectProxy',6,'Redigera wobject proxy',1032256908,NULL); -INSERT INTO international VALUES (1,'WobjectProxy',6,'Wobject till Proxy',1032256896,NULL); -INSERT INTO international VALUES (698,'WebGUI',6,'Karma är en metod för att mäta en användares aktivitet och eventuellt belöna eller bestraffa denne beroende på aktivitetsnivå. När väl karma är påslaget kommer du märka att många saker i WebGUI ändras för att visa karma.\r\n\r\nDu kan mäta om användarna loggar in och hur mycket de bidrar med till din webbplats. Du kan tillåta dem att komma åt material baserat på deras karma-nivå.\r\n\r\nDu kan läsa mer om karma i online-boken Ruling WebGUI.',1032256794,NULL); -INSERT INTO international VALUES (651,'WebGUI',6,'Om du väljer att tömma skräpkorgen kommer alla saker i den att försvinna. Om du är osäker på vissa saker kan du klippa ut dom till klippbordet innan du tömmer skräpkorgen.',1032256602,NULL); -INSERT INTO international VALUES (71,'Survey',1,'Grade Book',1037573252,NULL); -INSERT INTO international VALUES (70,'Survey',1,'Individual Responses',1037573240,NULL); -INSERT INTO international VALUES (69,'Survey',1,'Delete this user\'s responses.',1037573082,NULL); -INSERT INTO international VALUES (24,'WSClient',1,'SOAP return is type: ',1055349028,NULL); -INSERT INTO international VALUES (67,'Survey',1,'User',1037558860,NULL); -INSERT INTO international VALUES (640,'WebGUI',6,'Det är inte en god idé att ta bort mallar eftersom du inte vet vilka följdverkningar det kan få på din webbplats (vissa sidor kan fortfarande använda mallen). Om du verkligen vill ta bort en mall kommer alla sidor som använder den att byta till standard-mallen',1032255575,NULL); -INSERT INTO international VALUES (639,'WebGUI',6,'Mallnamn\r\nGe den här mallen ett beskrivande namn så att du vet hur den ser ut när du applicerar den på en sida.\r\n\r\nMall\r\nSkapa en mall genom att placera special macron ^0; ^1; ^2; osv på de positioner du vill ska ha innehåll. Vanligtvis så används en tabell för att positionera innehållet. Titta gärna på mallarna som kommer med WebGUI för idéer.',1032255389,NULL); -INSERT INTO international VALUES (638,'WebGUI',6,'Mallar används för att påverka hur sidor ser ut i WebGUI. Till exempel så har de flesta webbplatser idag mer än bara en meny och ett stort textfält. Många använder tre eller fyra kolumner som börjar med kolumnhuvuden och/eller banners. WebGUI tillåter mycket komplexa designer genom att använda mallar. Det finns flera mallar med WebGUI som kan hjälpa dig komma igång, men du kan även skapa hur många egna du vill.',1032255225,NULL); -INSERT INTO international VALUES (637,'WebGUI',6,'Förnamn\r\nSjälvförklarande.\r\n\r\nMellannamn\r\nSjälvförklarande.\r\n\r\nEfternamn\r\nSjälvförklarande.\r\n\r\nE-postadress\r\nAnvändarens e-postadress. Behövs bara matas in om användaren kommer delta i funktioner som kräver e-post.\r\n\r\nICQ UIN\r\nUnikt nummer för att kontakta en person via ICQ.\r\n\r\nAIM Id\r\nKonto-ID för AOL Instant Messenger.\r\n\r\nMSN Messenger Id\r\nKonto-ID för Microsoft Network Instant Messenger.\r\n\r\nYahoo! Messenger Id\r\nKonto-ID för Yahoo! Instant Messenger.\r\n\r\nMobiltelefon\r\nNumret till användarens mobiltelefon.\r\n\r\nSökare\r\nNumret till användarens sökare.\r\n\r\nE-post till sökar-gateway\r\nE-postadress för användarens textsökare.\r\n\r\nHeminformation\r\nPost- eller gatuadress till användaren.\r\n\r\nArbetsplatsinformation\r\nPost- eller gatuadress till användarens arbetsplats.\r\n\r\nKön\r\nMan, kvinna eller annat?\r\n\r\nFödelsedatum\r\nNär är användaren född?\r\n\r\nSpråk\r\nVilket språk skall användas i WebGUI?\r\n\r\nTidsoffset\r\nAntal timmar (plus eller minus) som användaren befinner sig relativt till tidszonen servern befinner sig i. Detta används för tidszon-justeringar.\r\n\r\nFörsta dag i veckan\r\nVilken räknas som veckans första dag enligt denna användarens kalender? Till exempel så börjar veckan på en Söndag i Förenta Staterna, medan i Europa den oftast börjar på Måndag.\r\n\r\nDatumformat\r\nVilket format ska datum synas på?\r\n\r\nTidsformat\r\nVilket format ska tiden synas på?\r\n\r\nDiskussionsforumslayout\r\nSka diskussionsgrupper synas som platta eller trådade? Platta visar alla svar på inlägg i en lång lista efter när de skapades. En trådad visar en hierarkisk lista med svar sorterad efter inläggstiden.\r\n\r\nInkorgsnotifikation\r\nHur ska en användare bli meddelad när de får ett nytt WebGUI-meddelande?\r\n',1032254909,NULL); -INSERT INTO international VALUES (636,'WebGUI',6,'För att skapa ett nytt paket kan du följa dessa enkla steg:\r\n
\r\n\r\ntitle
\r\nThe default title for this report.\r\n
\r\n\r\ndelete.url
\r\nThe URL to delete this response.\r\n
\r\n\r\ndelete.label
\r\nThe default label for delete.url.\r\n
\r\n\r\nstart.date.label
\r\nThe default label for start.date.human.\r\n
\r\n\r\nstart.date.epoch
\r\nThe epoch representation of when the user started the survey response.\r\n
\r\n\r\nstart.date.human
\r\nThe human representation of the date when the user started the response.\r\n
\r\n\r\nstart.time.human
\r\nThe human representation of the time when the user started the response.\r\n
\r\n\r\nend.date.label
\r\nThe default label for end.date.human.\r\n
\r\n\r\n\r\nend.date.epoch
\r\nThe epoch representation of the date when the user completed this response.\r\n
\r\n\r\nend.date.human
\r\nThe human representation of the date when the user completed this response.\r\n
\r\n\r\nend.time.human
\r\nThe human representation of the time when the user completed this response.\r\n
\r\n\r\nduration.label
\r\nThe default label for the duration.\r\n
\r\n\r\nduration.minutes
\r\nThe number of minutes it took to complete the survey.\r\n
\r\n\r\nduration.minutes.label
\r\nA label for \"minutes\".\r\n
\r\n\r\n\r\nduration.seconds
\r\nThe remainder seconds the duration.minutes calculations.\r\n
\r\n\r\nduration.seconds.label
\r\nA label for \"seconds\".\r\n
\r\n\r\n\r\nanswer.label
\r\nThe default label for question.answer.\r\n
\r\n\r\n\r\nresponse.label
\r\nThe default label for question.label.\r\n
\r\n\r\ncomment.label
\r\nThe default label for question.comment.\r\n
\r\n\r\nquestion_loop
\r\nA loop that includes the list of questions in this response.\r\n
\r\n\r\n
\r\n\r\nquestion',1078515839,NULL); -INSERT INTO international VALUES (78,'EventsCalendar',6,'Ta inte bort något, jag klickade fel.',1031667821,NULL); -INSERT INTO international VALUES (77,'EventsCalendar',6,'Ta bort denna händelse och alla av dess återkommande händelser.',1031667806,NULL); -INSERT INTO international VALUES (76,'EventsCalendar',6,'Ta enbart bort denna händelse.',1031667761,NULL); -INSERT INTO international VALUES (75,'EventsCalendar',6,'Vilket vill du göra?',1031667747,NULL); -INSERT INTO international VALUES (73,'EventsCalendar',6,'Titel\r\nTiteln för denna händelse.\r\n\r\nBeskrivning\r\nBeskrivning av aktiviteter för denna händelse eller övrig information om aktiviteten.\r\n\r\nStart datum\r\nVilket datum kommer det börja?\r\n\r\nSlut datum\r\nVilket datum slutar det på?\r\n\r\nÅterkommer varje\r\nVälj ett återkomstintervall för denna händelse.\r\n\r\nFortsätt med att lägga till händelse?\r\nOm du vill fortsätta lägga till händelser låter du \"Ja\" vara valt.',1031667712,NULL); -INSERT INTO international VALUES (71,'EventsCalendar',6,'Händelsekalendrar används på många intranät för att hålla reda på interna datum som påverkar hela organisationen. Kalendrar på handelsinriktade webbplatser är ett bra sätt att låta kunderna veta bl.a. vilka mässor/utställningar du kommer att medverka på.\r\n\r\nVisningsformat\r\nDetta kan sättas till Lista eller kalender. När du väljer lista kommer händelserna vara listade efter datum (händelser som redan inträffat kommer inte att visas). Den här typen passar bäst när det inte händer mer än ett par saker varje månad. Om du väljer kalender så kommer händelserna visas på en månadskalender som det går att bläddra i. Den här formatet passar sig bäst vid många händelser varje månad.\r\n\r\nRadbryt efter\r\nNär du använder list-formatet så anger du här hur många händelser som kommer visas per sida.\r\n\r\nFortsätt med att lägga till händelse?\r\nLåt den här vara inställd på \"Ja\" för att direkt kunna lägga in händelser.\r\n\r\n
\r\nThe question itself.\r\n\r\n\r\nquestion.id
\r\nThe unique identifier for this question.\r\n\r\n\r\nquestion.isRadioList
\r\nA boolean indicating whether this question\'s answers are a radio list.\r\n\r\n\r\nquestion.response
\r\nThe user\'s response to this question.\r\n\r\n\r\nquestion.comment
\r\nThe user\'s comment on this question (if any).\r\n\r\n\r\nquestion.isCorrect
\r\nA boolean indicating whether the user got this question correct.\r\n\r\n\r\n\r\nquestion.answer
\r\nThe correct answer for this question.\r\n\r\n\r\n\r\n
Standard Startseite
\r\nEinige kleinere Seiten haben keine Startseite (Eingangsseite), stattdessen benutzen sie eine der internen Seiten wie "Über uns" oder "Informationen über die Firma". Aus diesem Grund können Sie eine beliebige Seite als Startseite auswählen. Zu dieser Startseite gelangt man, wenn man die URL wie http://www.mywebguisite.com aufruft oder durch einen Klick auf den Home-Link, generiert durch das ^H; Makro.
"Nicht gefunden" Seite
\r\nSollte eine Seite, die ein Besucher aufrufen möchte, nicht vorhanden sein, kann er zur Homepage oder zu einer Fehlerseite weitergeleitet werden. Sie entscheiden, welcher Weg besser für ihre Besucher ist...
Dokument Typ Beschreibung
\r\nHeutzutage ist es sehr wichtig, eine grosse Anzahl von Browsern zu unterstützen, inklusive Robotern von Suchmaschinen. Einige dieser Browser möchten wissen, welcher Art Content ihnen angeboten wird. Mit dem \'Doctype Tag\' können Sie dies angeben. Standardmässig generiert WebGUI HTML 4.0 konformen Inhalt.
Favicon
\r\nEin Icon, dass in den Favoriten des Internetexplorers angezeigt wird. Mehr Infos zu Favicons hier klicken.
Site Icon
\r\nEin Icon, das in der URL-Leiste der meisten modernen Browser erscheint. Es kann auch in der Bookmark Liste des Browsers erscheinen. Die Grafik muss eine Grösse von 16x16 Pixels haben.
Bearbeitungszeitpunkt zu Beiträgen hinzufügen?
\r\nGewöhnlich wird der Zeitpunkt, an dem ein Beitrag bearbeitet wurde, als so genannter Timestamp hinzugefügt, damit man später nachverfolgen kann, wann der Beitrag verfasst wurde. Diese Funktion wird natürlich nicht für alle Seiten benötigt, daher können Sie den Timestamp dort deaktivieren.
HTML filtern
\r\nBei öffentlichen Seiten, auf denen ein Besucher die Möglichkeit hat, z. B. Beiträge in einem Diskussionsforum zu verfassen, ist es oft notwendig, deren Content zu filtern, um z. B. das Ausführen böswilligen Codes zu verhindern. Und dies kann unter besonderen Umständen zu Sicherheitsproblemen führen. Hier können Sie daher die Stufe der Filterung (z. \r\nB. nur Javascript entfernen) einstellen
Maximale Dateigrösse für Anhänge
\r\nDie maximale Grösse in KB der Anhänge.
Maximale Grösse einer Grafik
\r\nFalls Bilder, die hochgeladen wurden, grösser als diese maximale Grösse einer Grafik sind, wird diese entsprechend dieser Grösseneinstellungen umgewandelt. Die Angabe erfolgt in Pixel und gibtdie längste Seite der Grafik an.
Thumbnail Grösse
\r\nHier können Sie die Grösse der Vorschaubilder (Thumbnails) angeben, die automatisch beim Hochladen von Grafiken erstellt werden. Die Grösse wird in Pixel angegeben.
Schnipsel Vorschau Länge
\r\nWieviel Zeichen eines Schnipsels werden im Uploadmanager angezeigt? Wie gesagt, damit ist nur die Anzeige in der "Schnipselübersicht" gemeint; der Code selbst wird nicht beschränkt
Reihen des Textbereichs (mehrzeilige Textbox)
\r\nHier können Sie angeben, wie viel Reihen pro Textbereich. Dies gilt dann für alleTextbereiche innerhalb der Seite - auch diejenigen, die angezeigt werden, wenn Sie eine Seite bearbeiten.
Spalten des Textbereichs
\r\nAnalog zu den Reihen der Textbereiche können Sie auch die Anzahl der Spalten angeben.
Grösse der Textbox
\r\nHiermit können Sie angeben, wie gross die Textboxen in WebGUI sein sollen. Ein Wert von 20 z. \r\nB. erzeugt eine Textbox, die 20 Zeichen breit ist.
Wobject Berechtigungen aktivieren
\r\nWählen Sie "Ja" um die Berechtigungsebene bei den Wobjects zu aktivieren. Standardmässig übernehmen die Wobjects die Berechtigungen der Seite.
Es \r\ngibt bereits einige voreingestellte Gruppen in WebGUI:
Admins
Admins \r\nsind User mit unbegrenzten Rechten in WebGUI. Ein Benutzer sollte dieser Gruppe \r\nnur hinzugefügt werden, wenn der das System überblicken kann. Gewöhnlich werden \r\n1 bis 3 Personen dieser Gruppe zugeordnet.
Content Managers
Content Manager \r\nsind Benutzer, die die Berechtigung zum Hinzufügen, Bearbeiten und löschen von \r\nInhalten für die verschiedenen Bereich der Site haben. Diese Gruppe sollte nicht \r\ndazu benutzt werden, individuelle Content-Bereiche der Seite zu kontrollieren, \r\nsondern um festzulegen, ob ein Benutzer Inhalt bearbeiten kann oder nicht. \r\nSie sollten zusätzliche Gruppen für die separaten Bereiche der Site erstellen. \r\n
Everyone (Jeder)
Everyone ist eine \'magische\' Gruppe, der niemand \r\nhinzugefügt werden kann, aber alle Mitglieder der Site sind Teil davon. Möchten \r\nSie ihre Seite für Besucher und registrierte Benutzer gleichermassen öffnen, \r\ndann benutzen Sie diese Gruppe dafür.
Package Managers (Paket Manager)
Benutzer \r\nmit der Berechtigung, Pakete zu erstellen, zu bearbeiten, zu löschen und anzuwenden.
Registrierte \r\nBenutzer
Sobald ein User dem System hinzugefügt wird, befindet er sich \r\nin dieser Gruppe. Er sollte aus dieser Gruppe nur entfernt werden, wenn sein \r\nAccount gelöscht ist oder wenn sie einen Störenfried sperren wollen.
Style Managers
Benutzer \r\nmit der Berechtigung, Styles zu bearbeiten. Dieses Recht enthält aber nicht \r\ndas Recht, Berechtigungen für eine Seite zu vergeben.
Template Managers
Benutzer \r\nmit der Berechtigung, Templates für diese Seite zu bearbeiten.
Visitors \r\n(Besucher)
Besucher sind diejenigen Benutzer, die nicht eingeloggt sind. \r\n
Vorname
\r\nDer Vorname des Benutzers.
Zweiter Vorname
\r\nEin weiterer Vorname des Benutzers.
Nachname
\r\nDer Nachname des Benutzers.
Email Adresse
\r\nDie Emailadresse des Benutzers. Diese muss nur angegeben werden, wenn der Benutzer Funktionen nutzen möchte, die eine Emailadresse benötigen.
ICQ UIN
\r\nDie ICQ UIN ist die "User ID Number" im ICQ Network. ICQ ist eine sehr bekannte Messaging Plattform.
AIM Id
\r\nDie Account Id für den AOL Instant Messenger .
MSN Messenger Id
\r\nDie Account Id für das Microsoft Network Instant Messenger system.
Yahoo® Messenger Id
\r\nDie Account Id für den Yahoo® Instant Messenger system.
Mobiltelefon
\r\nDie Mobilfunknummer des Benutzers.
Pager
\r\nDie Pager Telefonnummer.
Email zu Pager Gateway
\r\nDie Pager Email Adresse.
Private Angaben
\r\nDie privaten Adressangaben.
Geschäftliche Angaben
\r\nDie geschäftlichen Adressangaben.
Geschlecht
\r\nDas Geschlecht des Benutzers.
Geburtsdatum
\r\nDas Geburtsdatum des Benutzers.
\r\nSprache
\r\nIn welcher Sprache sollen systembedingte Meldungen angezeigt werden?.
Zeitabweichung
\r\nDie Anzahl der Stunden (plus oder minus), die die Zeit des Benutzers von der Serverzeit abweicht. Dies wird benutzt, um die einzelnen Zeitzonen anzugleichen.
Erster Tag der Woche
\r\nDer erste Wochentag im Kalender. Zum Beispiel ist in den USA der erste Wochentag der Sonntag und in Deutschland ist es der Montag.
Datumsformat
\r\nIn welchem Format soll das Datum erscheinen?
Zeitformat
\r\nIn welchem Format soll die Zeit angezeigt werden?
Diskussions Layout
\r\nSollen Diskussionen in einer flachen oder beitragsbasierten Struktur angezeigt werden? In einer flachen Struktur werden die Beiträge in der Reihenfolge, wie sie angelegt wurden, angezeigt. In der beitragsbasierten Struktur wird eine hierarchische Liste der Antworten, so wie sie erstellt wurden, angezeigt.
Benachrichtigungen
\r\nWie soll der Benutzer über den Eingang neuer Nachrichten informiert werden?
\r\nëÔÏ ÉÍÅÅÔ ÐÒÁ×Ï ÐÒÉÎÉÍÁÔØ ÕÞÁÓÔÉÅ × ÏÂÓÕÖÄÅÎÉÉ?
\r\n÷ÙÂÅÒÉÔÅ ÇÒÕÐÐÕ ÐÏÌØÚÏ×ÁÔÅÌÅÊ, ËÏÔÏÒÁÑ ÓÍÏÖÅÔ ÐÉÓÁÔØ ËÏÍÍÅÎÔÁÒÉÉ Ë ÓÔÁÔØÉ.\r\n
\r\n÷ÒÅÍÑ ÒÅÄÁËÔÉÒÏ×ÁÎÉÑ
\r\n÷Ù ÍÏÖÅÔÅ ÚÁÄÁÔØ ×ÒÅÍÑ, × ÔÅÞÅÎÉÉ ËÏÔÏÒÏÇÏ ÓÔÁÔØÀ ÍÏÖÎÏ ÒÅÄÁËÔÉÒÏ×ÁÔØ; ÐÏ ÉÓÔÅÞÅÎÉÉ ÜÔÏÇÏ ×ÒÅÍÅÎÉ ÄÏÓÔÕÐ Ë ÒÅÄÁËÔÉÒÏ×ÁÎÉÀ ÓÔÁÔØÉ ÂÕÄÅÔ ÚÁÂÌÏËÉÒÏ×ÁÎ.\r\n
\r\nîÁÂÌÀÄÁÔØ ÚÁ ÏÔÐÒÁ×ËÏÊ
\r\n÷Ù ÍÏÖÅÔÅ ÕËÁÚÁÔØ, ÎÁÄÏ ÌÉ ÎÁÂÌÀÄÁÔØ ÚÁ ÐÏÌØÚÏ×ÁÔÅÌÅÍ.\r\n
\r\nëÔÏ ÉÍÅÅÔ ÐÒÁ×Ï ÍÏÄÅÒÉÒÏ×ÁÔØ?
\r\n÷ÙÂÅÒÉÔÅ ÇÒÕÐÐÕ ËÏÔÏÒÁÑ ÉÍÅÅÔ ÐÒÁ×Ï ÍÏÄÅÒÉÒÏ×ÁÔØ ÏÂÓÕÖÄÅÎÉÅ.\r\n
\r\nôÉÐ ÍÏÄÅÒÉÒÏ×ÁÎÉÑ
\r\núÄÅÓØ ×Ù ÍÏÖÅÔÅ ×ÙÂÒÁÔØ ÔÉÐ ÍÏÄÅÒÉÒÏ×ÁÎÉÑ. âÅÚ ÐÒÅÄ×ÁÒÉÔÅÌØÎÏÇÏ ÐÒÏÓÍÏÔÒÁ ÏÚÎÁÞÁÅÔ, ÞÔÏ ÓÏÏÂÝÅÎÉÑ, ÎÁÐÉÓÁÎÎÙÅ ÐÏÌØÚÏ×ÁÔÅÌÑÍÉ ÐÕÂÌÉËÕÀÔÓÑ ÓÒÁÚÕ.ðÒÅÄ×ÁÒÉÔÅÌØÎÙÊ ÐÒÏÓÍÏÔÒ ÓÏÏÂÝÅÎÉÑ ÏÚÎÁÞÁÅÔ, ÞÔÏ ÍÏÄÅÒÁÔÏÒ ÄÏÌÖÅÎ ÐÒÏÓÍÏÔÒÅÔØ É ÒÁÚÒÅÛÉÔØ ÏÐÕÂÌÉËÏ×ÁÎÉÅ ÐÉÓØÍÁ ÐÅÒÅÄ ÏÐÕÂÌÉËÏ×ÁÎÉÅÍ ÅÇÏ ÎÁ ÓÁÊÔÅ.\r\n
\r\näÏÂÁ×ÉÔØ ÚÁÐÉÓØ Ï ÒÅÄÁËÔÉÒÏ×ÁÎÉÉ?
\r\nåÓÌÉ ÓÔÁÔØÑ ÂÙÌÁ ÍÏÄÉÆÉÃÉÒÏ×ÁÎÁ, ÔÏ ÍÏÖÎÏ ÄÏÂÁ×ÉÔØ \r\n',1048509677,NULL);
-INSERT INTO international VALUES (856,'WebGUI',21,'õ ×ÁÓ ÎÅÔ ÐÒÁ× ÄÌÑ ÒÅÄÁËÔÉÒÏ×ÁÎÉÑ.',1041679656,NULL);
-INSERT INTO international VALUES (61,'Article',21,'óÔÁÔØÉ (ÄÏÂÁ×ÌÅÎÉÅ/ÒÅÄÁËÔÉÒÏ×ÁÎÉÅ)',1048509014,NULL);
-INSERT INTO international VALUES (23,'Article',21,'äÁÔÁ',1034227710,NULL);
-INSERT INTO international VALUES (22,'Article',21,'á×ÔÏÒ',1034227698,NULL);
-INSERT INTO international VALUES (894,'WebGUI',21,'òÁÚÒÅÛÉÔØ ÏÂÓÕÖÄÅÎÉÅ ÓÔÁÔØÉ?',1034227687,NULL);
-INSERT INTO international VALUES (13,'Article',21,'õÄÁÌÉÔØ',1034227621,NULL);
-INSERT INTO international VALUES (12,'Article',21,'òÅÄÁËÔÉÒÏ×ÁÔØ ÓÔÁÔØÀ',1034227611,NULL);
-INSERT INTO international VALUES (1,'Article',21,'óÔÁÔØÑ',1034227567,NULL);
-INSERT INTO international VALUES (10,'Article',21,'äÏÂÁ×ÉÔØ ÒÁÚÒÙ× ÓÔÒÏË?',1034227536,NULL);
-INSERT INTO international VALUES (1,'Poll',21,'ïÐÒÏÓ',1034189690,NULL);
-INSERT INTO international VALUES (1,'SQLReport',21,'SQL-ÚÁÐÒÏÓ',1034189690,NULL);
-INSERT INTO international VALUES (1,'SyndicatedContent',21,'URL Ë ÆÁÊÌÕ RSS',1034189690,NULL);
-INSERT INTO international VALUES (1,'WebGUI',21,'äÏÂÁ×ÌÅÎÉÅ ÍÏÄÕÌÑ...',1034189690,NULL);
-INSERT INTO international VALUES (1,'DataForm',21,'æÏÒÍÁ',1034189690,NULL);
-INSERT INTO international VALUES (2,'EventsCalendar',21,'ïÒÇÁÎÁÊÚÅÒ',1034189690,NULL);
-INSERT INTO international VALUES (2,'MessageBoard',21,'æÏÒÕÍ',1034189690,NULL);
-INSERT INTO international VALUES (2,'SiteMap',21,'ëÁÒÔÁ ÓÁÊÔÁ',1034189690,NULL);
-INSERT INTO international VALUES (2,'SyndicatedContent',21,' éÎÆÏÒÍÁÃÉÑ Ó ÄÒÕÇÉÈ ÓÁÊÔÏ×',1034189690,NULL);
-INSERT INTO international VALUES (2,'WebGUI',21,'óÔÒÁÎÉÃÁ',1034189690,NULL);
-INSERT INTO international VALUES (3,'Article',21,'îÁÞÁÌØÎÁÑ ÄÁÔÁ',1034189690,NULL);
-INSERT INTO international VALUES (92,'USS',21,'ïÔËÒÙ×ÁÔØ ÓÓÙÌËÕ × ÎÏ×ÏÍ ÏËÎÅ?',1034189690,NULL);
-INSERT INTO international VALUES (3,'Poll',21,'áËÔÉ×ÎÙÅ',1034189690,NULL);
-INSERT INTO international VALUES (3,'SiteMap',21,'îÁÞÁÌØÎÙÊ ÕÒÏ×ÅÎØ',1041690643,NULL);
-INSERT INTO international VALUES (4,'Article',21,'ëÏÎÅÞÎÁÑ ÄÁÔÁ',1034189690,NULL);
-INSERT INTO international VALUES (4,'Poll',21,'ëÔÏ ÉÍÅÅÔ ÐÒÁ×Ï ÇÏÌÏÓÁ?',1034189690,NULL);
-INSERT INTO international VALUES (4,'SiteMap',21,'çÌÕÂÉÎÁ ×ÌÏÖÅÎÎÏÓÔÉ',1034189690,NULL);
-INSERT INTO international VALUES (4,'SQLReport',21,'úÁÐÒÏÓ',1034189690,NULL);
-INSERT INTO international VALUES (4,'SyndicatedContent',21,'òÅÄÁËÔÉÒÏ×ÁÎÉÅ ÉÎÆÏÒÍÁÃÉÉ Ó ÄÒÕÇÉÈ ÓÁÊÔÏ×',1034189690,NULL);
-INSERT INTO international VALUES (4,'WebGUI',21,'îÁÓÔÒÏÊËÉ',1034189690,NULL);
-INSERT INTO international VALUES (85,'USS',21,'÷ÏÐÒÏÓ',1034189690,NULL);
-INSERT INTO international VALUES (821,'WebGUI',1,'Any',1038432387,NULL);
-INSERT INTO international VALUES (5,'Poll',21,'ûÉÒÉÎÁ ÇÒÁÆÉËÁ',1034189690,NULL);
-INSERT INTO international VALUES (5,'SiteMap',21,'òÅÄÁËÔÉÒÏ×ÁÔØ ËÁÒÔÕ ÓÁÊÔÁ',1034189690,NULL);
-INSERT INTO international VALUES (86,'USS',21,'ïÔ×ÅÔ',1034189690,NULL);
-INSERT INTO international VALUES (6,'MessageBoard',21,'òÅÄÁËÔÉÒÏ×ÁÔØ ÆÏÒÕÍ',1034189690,NULL);
-INSERT INTO international VALUES (6,'Poll',21,'÷ÏÐÒÏÓ',1034189690,NULL);
-INSERT INTO international VALUES (6,'SiteMap',21,'ïÔÓÔÕÐ',1034189690,NULL);
-INSERT INTO international VALUES (25,'WSClient',1,'There was a problem with the SOAP call: ',1055349116,NULL);
-INSERT INTO international VALUES (7,'Article',21,'îÁÚ×ÁÎÉÅ ÓÓÙÌËÉ',1034189690,NULL);
-INSERT INTO international VALUES (7,'Poll',21,'÷ÁÒÉÁÎÔÙ ÏÔ×ÅÔÏ×',1034189690,NULL);
-INSERT INTO international VALUES (1078,'WebGUI',1,'There is already a user of this system with the email address you\'ve entered. Press \"Save\" if you still wish to create this user',1067951807,NULL);
-INSERT INTO international VALUES (8,'Article',21,'URL',1034189690,NULL);
-INSERT INTO international VALUES (8,'EventsCalendar',21,'ðÅÒÉÏÄÉÞÎÏÓÔØ ÐÏ×ÔÏÒÅÎÉÊ ÓÏÂÙÔÉÑ',1046342497,NULL);
-INSERT INTO international VALUES (91,'USS',21,'URL',1034189690,NULL);
-INSERT INTO international VALUES (8,'SQLReport',21,'òÅÄÁËÔÉÒÏ×ÁÔØ SQL-ÚÁÐÒÏÓ ',1034189690,NULL);
-INSERT INTO international VALUES (8,'WebGUI',21,'óÔÒÁÎÉÃÁ ÎÅ ÎÁÊÄÅÎÁ.',1034189690,NULL);
-INSERT INTO international VALUES (9,'Article',21,'÷ÌÏÖÅÎÎÙÊ ÆÁÊÌ',1034189690,NULL);
-INSERT INTO international VALUES (9,'EventsCalendar',21,'ÄÏ',1034189690,NULL);
-INSERT INTO international VALUES (83,'USS',21,'äÏÂÁ×ÉÔØ ÎÏ×ÙÊ ×ÏÐÒÏÓ',1034189690,NULL);
-INSERT INTO international VALUES (9,'Poll',21,'òÅÄÁËÔÉÒÏ×ÁÔØ ÇÏÌÏÓÏ×ÁÎÉÅ',1034189690,NULL);
-INSERT INTO international VALUES (1076,'WebGUI',1,'WebGUI Database',1070899134,'A label indicating the the user will be selecting the default WebGUI database.');
-INSERT INTO international VALUES (9,'WebGUI',21,'ðÒÏÓÍÏÔÒ ÓÏÄÅÒÖÉÍÏÇÏ ÂÕÆÅÒÁ ÏÂÍÅÎÁ.',1034189690,NULL);
-INSERT INTO international VALUES (84,'USS',21,'òÅÄÁËÔÉÒÏ×ÁÔØ ×ÏÐÒÏÓ',1034189690,NULL);
-INSERT INTO international VALUES (10,'Poll',21,'óÂÒÏÓÉÔØ ÒÅÚÕÌØÔÁÔÙ ÇÏÌÏÓÏ×ÁÎÉÑ',1034189690,NULL);
-INSERT INTO international VALUES (11,'Poll',21,'ðÒÏÇÏÌÏÓÏ×ÁÔØ',1034189690,NULL);
-INSERT INTO international VALUES (10,'SQLReport',21,'ïÛÉÂËÁ: ÎÅÐÒÁ×ÉÌØÎÙÊ ÆÏÒÍÁÔ SQL-ÚÁÐÒÏÓÁ.',1034189690,NULL);
-INSERT INTO international VALUES (10,'WebGUI',21,'ëÏÒÚÉÎÁ',1034189690,NULL);
-INSERT INTO international VALUES (1022,'WebGUI',1,'Subscribe to discussion',1065875027,'A label for a link that subscribes the user to the discussion they are currently viewing.');
-INSERT INTO international VALUES (11,'SQLReport',21,'ïÛÉÂËÁ: ÐÒÏÂÌÅÍÙ Ó ×ÁÛÉÍ ÚÁÐÒÏÓÏÍ.',1034189690,NULL);
-INSERT INTO international VALUES (11,'WebGUI',21,'ïÞÉÓÔÉÔØ ËÏÒÚÉÎÕ',1034189690,NULL);
-INSERT INTO international VALUES (12,'EventsCalendar',21,'ïÒÇÁÎÁÊÚÅÒ',1046341762,NULL);
-INSERT INTO international VALUES (90,'USS',21,'òÅÄÁËÔÉÒÏ×ÁÔØ ÓÓÙÌËÕ',1034189690,NULL);
-INSERT INTO international VALUES (12,'SQLReport',21,'ïÛÉÂËÁ: ÎÅ ÍÏÇÕ ÓÏÅÄÉÎÉÔØÓÑ Ó ÂÁÚÏÊ.',1034189690,NULL);
-INSERT INTO international VALUES (12,'WebGUI',21,'õÂÒÁÔØ ÐÁÎÅÌØ ÕÐÒÁ×ÌÅÎÉÑ',1034189690,NULL);
-INSERT INTO international VALUES (13,'EventsCalendar',21,'òÅÄÁËÔÏÒ ÓÏÂÙÔÉÊ',1046341870,NULL);
-INSERT INTO international VALUES (13,'WebGUI',21,'ðÏÍÏÝØ',1034189690,NULL);
-INSERT INTO international VALUES (14,'WebGUI',21,'ðÒÏÓÍÏÔÒÅÔØ ÎÅÏËÏÎÞÅÎÎÙÅ ÐÏÓÙÌËÉ.',1034189690,NULL);
-INSERT INTO international VALUES (15,'WebGUI',21,'ñÎ×ÁÒØ',1034189690,NULL);
-INSERT INTO international VALUES (16,'WebGUI',21,'æÅ×ÒÁÌØ',1034189690,NULL);
-INSERT INTO international VALUES (17,'WebGUI',21,'íÁÒÔ',1034189690,NULL);
-INSERT INTO international VALUES (18,'WebGUI',21,'áÐÒÅÌØ',1034189690,NULL);
-INSERT INTO international VALUES (1016,'WebGUI',21,'ïÔ×ÅÔÙ',1034189690,NULL);
-INSERT INTO international VALUES (19,'WebGUI',21,'íÁÊ',1034189690,NULL);
-INSERT INTO international VALUES (1017,'WebGUI',21,'ðÏÓÌÅÄÎÉÊ ÏÔ×ÅÔ',1034189690,NULL);
-INSERT INTO international VALUES (20,'WebGUI',21,'éÀÎØ',1034189690,NULL);
-INSERT INTO international VALUES (21,'WebGUI',21,'éÀÌØ',1034189690,NULL);
-INSERT INTO international VALUES (22,'WebGUI',21,'á×ÇÕÓÔ',1034189690,NULL);
-INSERT INTO international VALUES (23,'WebGUI',21,'óÅÎÔÑÂÒØ',1034189690,NULL);
-INSERT INTO international VALUES (24,'WebGUI',21,'ïËÔÑÂÒØ',1034189690,NULL);
-INSERT INTO international VALUES (25,'WebGUI',21,'îÏÑÂÒØ',1034189690,NULL);
-INSERT INTO international VALUES (26,'WebGUI',21,'äÅËÁÂÒØ',1034189690,NULL);
-INSERT INTO international VALUES (27,'WebGUI',21,'÷ÏÓËÒÅÓÅÎØÅ',1034189690,NULL);
-INSERT INTO international VALUES (28,'WebGUI',21,'ðÏÎÅÄÅÌØÎÉË',1034189690,NULL);
-INSERT INTO international VALUES (29,'WebGUI',21,'÷ÔÏÒÎÉË',1034189690,NULL);
-INSERT INTO international VALUES (30,'WebGUI',21,'óÒÅÄÁ',1034189690,NULL);
-INSERT INTO international VALUES (31,'WebGUI',21,'þÅÔ×ÅÒÇ',1034189690,NULL);
-INSERT INTO international VALUES (32,'WebGUI',21,'ðÑÔÎÉÃÁ',1034189690,NULL);
-INSERT INTO international VALUES (33,'WebGUI',21,'óÕÂÂÏÔÁ',1034189690,NULL);
-INSERT INTO international VALUES (35,'WebGUI',21,'æÕÎËÃÉÉ ÕÐÒÁ×ÌÅÎÉÑ',1034189690,NULL);
-INSERT INTO international VALUES (36,'WebGUI',21,'üÔÕ ÆÕÎËÃÉÀ ÍÏÖÅÔ ×ÙÐÏÌÎÉÔØ ÔÏÌØËÏ ÁÄÍÉÎÉÓÔÒÁÔÏÒ ÓÉÓÔÅÍÙ. óÐÉÓÏË ÁÄÍÉÎÉÓÔÒÁÔÏÒÏ×:',1034189690,NULL);
-INSERT INTO international VALUES (37,'WebGUI',21,'äÏÓÔÕÐ ÚÁÐÒÅÝÅÎ!',1034189690,NULL);
-INSERT INTO international VALUES (38,'WebGUI',21,'õ ×ÁÓ ÎÅÔ ÐÒÁ× ÄÌÑ ×ÙÐÏÌÎÅÎÉÑ ÜÔÏÊ ÏÐÅÒÁÃÉÉ.',1034189690,NULL);
-INSERT INTO international VALUES (39,'WebGUI',21,'äÌÑ ÄÏÓÔÕÐÁ ÎÁ ÜÔÕ ÓÔÒÁÎÉÃÕ ×Ù ÎÅ ÄÏÌÖÎÙ ÉÍÅÔØ ÓÐÅÃÉÁÌØÎÙÈ ÐÒÉ×ÉÌÅÇÉÊ.',1034189690,NULL);
-INSERT INTO international VALUES (40,'WebGUI',21,'óÉÓÔÅÍÎÙÅ ËÏÍÐÏÎÅÎÔÙ',1034189690,NULL);
-INSERT INTO international VALUES (41,'WebGUI',21,'÷Ù ÐÙÔÁÅÔÅÓØ ÕÄÁÌÉÔØ ÓÉÓÔÅÍÎÙÅ ËÏÍÐÏÎÅÎÔÙ.',1034189690,NULL);
-INSERT INTO international VALUES (42,'WebGUI',21,'ðÏÄÔ×ÅÒÄÉÔÅ ÄÅÊÓÔ×ÉÅ',1034189690,NULL);
-INSERT INTO international VALUES (43,'WebGUI',21,'õÄÁÌÉÔØ ÜÔÏÔ ËÏÍÐÏÎÅÎÔ?',1034189690,NULL);
-INSERT INTO international VALUES (46,'WebGUI',21,'íÏÊ ÁËËÁÕÎÔ',1034189690,NULL);
-INSERT INTO international VALUES (47,'WebGUI',21,'äÏÍÏÊ',1034189690,NULL);
-INSERT INTO international VALUES (48,'WebGUI',21,'úÄÒÁ×ÓÔ×ÕÊÔÅ',1034189690,NULL);
-INSERT INTO international VALUES (50,'WebGUI',21,'éÍÑ',1034189690,NULL);
-INSERT INTO international VALUES (51,'WebGUI',21,'ðÁÒÏÌØ',1034189690,NULL);
-INSERT INTO international VALUES (52,'WebGUI',21,'×ÏÊÔÉ',1034189690,NULL);
-INSERT INTO international VALUES (53,'WebGUI',21,'÷ÅÒÓÉÑ ÄÌÑ ÐÅÞÁÔÉ',1036492742,NULL);
-INSERT INTO international VALUES (54,'WebGUI',21,'óÏÚÄÁÔØ ÁËËÁÕÎÔ',1034189690,NULL);
-INSERT INTO international VALUES (2,'Auth/WebGUI',21,'ðÁÒÏÌØ (ÐÏÄÔ×ÅÒÖÄÅÎÉÅ)',1034189690,NULL);
-INSERT INTO international VALUES (56,'WebGUI',21,'e-mail',1034189690,NULL);
-INSERT INTO international VALUES (57,'WebGUI',21,'üÔÏ ÎÅÏÂÈÏÄÉÍÏ ÅÓÌÉ ×Ù ÈÏÔÉÔÅ ÉÓÐÏÌØÚÏ×ÁÔØ ÆÕÎËÃÉÉ, Ó×ÑÚÁÎÎÙÅ Ó ÏÔÐÒÁ×ËÏÊ e-mail.',1034189690,NULL);
-INSERT INTO international VALUES (58,'WebGUI',21,'ñ ÕÖÅ ÚÁÒÅÇÉÓÔÒÉÒÏ×ÁÎ × ÜÔÏÊ ÓÉÓÔÅÍÅ',1034189690,NULL);
-INSERT INTO international VALUES (59,'WebGUI',21,'ñ ÚÁÂÙÌ ÐÁÒÏÌØ',1034189690,NULL);
-INSERT INTO international VALUES (61,'WebGUI',21,'ïÂÎÏ×ÉÔØ ÉÎÆÏÒÍÁÃÉÀ Ï ÁËËÁÕÎÔÅ',1034189690,NULL);
-INSERT INTO international VALUES (62,'WebGUI',21,'ÓÏÈÒÁÎÉÔØ',1034189690,NULL);
-INSERT INTO international VALUES (63,'WebGUI',21,'÷ËÌÀÞÉÔØ ÐÁÎÅÌØ ÁÄÍÉÎÉÓÔÒÉÒÏ×ÁÎÉÑ.',1034189690,NULL);
-INSERT INTO international VALUES (66,'WebGUI',21,'÷ÏÊÔÉ × ÓÉÓÔÅÍÕ',1034189690,NULL);
-INSERT INTO international VALUES (67,'WebGUI',21,'óÏÚÄÁÔØ ÎÏ×ÙÊ ÁËËÁÕÎÔ.',1034189690,NULL);
-INSERT INTO international VALUES (69,'WebGUI',21,'ðÏÖÁÌÕÊÓÔÁ Ó×ÑÖÉÔÅÓØ Ó ÓÉÓÔÅÍÎÙÍ ÁÄÍÉÎÉÓÔÒÁÔÏÒÏÍ.',1034189690,NULL);
-INSERT INTO international VALUES (70,'WebGUI',21,'ïÛÉÂËÁ',1034189690,NULL);
-INSERT INTO international VALUES (624,'WebGUI',2,'WebGUI Makros werden zum Erstellen von dynamischen Inhalten innerhalb ansonsten \r\nstatischem Inhalt benötigt. Wenn Sie zum Beispiel sehen möchten, welcher User \r\nauf einer Seite eingeloggt ist oder sie möchten ein dynamisch erzeugtes Menu \r\nhaben.
Makros beginnen immer mit einem Caret (^), gefolgt von mindestens einem \r\nweiteren Zeichen. Am Ende muss ein Semikolon (;) stehen. Einige Makros können \r\nerweitert/konfiguriert werden (Format: ^x("config text");). \r\n
Beachten Sie: Die nachfolgenden Makros sind für System-/Wobject spezifische \r\nFunktionen (wie im SQL-Report oder im Body-Bereich des Stylemanagers): \r\n
\r\nTitle
The name of the item in the trash. You may view the item by selecting the title.\r\n
Type
The type of content. For instance, a Page, Article, EventsCalendar, etc.\r\n
Trash Date
The date and time the item was added to the trash\r\n
Previous Location
The location where the item was previously found. You may view the previous location by selecting the location.
Username
The username of the individual who placed the item in the trash. This optional field is only visible in shared trash environments or when an administrator is managing the system trash.',1052850265,NULL);
-INSERT INTO international VALUES (16,'DataForm',21,'ðÏÄÔ×ÅÒÖÄÅÎÉÅ',1034189690,NULL);
-INSERT INTO international VALUES (17,'DataForm',21,'ðÉÓØÍÏ ÏÔÐÒÁ×ÌÅÎÏ',1034189690,NULL);
-INSERT INTO international VALUES (18,'DataForm',21,'÷ÅÒÎÕÔØÓÑ',1034189690,NULL);
-INSERT INTO international VALUES (19,'DataForm',21,'õÄÁÌÉÔØ ÐÏÌÅ?',1034189690,NULL);
-INSERT INTO international VALUES (20,'DataForm',21,'òÅÄÁËÔÉÒÏ×ÁÎÉÅ ÐÏÌÑ',1034189690,NULL);
-INSERT INTO international VALUES (21,'DataForm',21,'îÁÚ×ÁÎÉÅ ÐÏÌÑ',1034189690,NULL);
-INSERT INTO international VALUES (22,'DataForm',21,'óÔÁÔÕÓ',1034189690,NULL);
-INSERT INTO international VALUES (23,'DataForm',21,'ôÉÐ',1034189690,NULL);
-INSERT INTO international VALUES (24,'DataForm',21,'÷ÏÚÍÏÖÎÙÅ ÚÎÁÞÅÎÉÑ (ôÏÌØËÏ ÄÌÑ ×ÙÐÁÄÁÀÝÉÈ ÍÅÎÀ)',1034189690,NULL);
-INSERT INTO international VALUES (25,'DataForm',21,'úÎÁÞÅÎÉÅ ÐÏ ÕÍÏÌÞÁÎÉÀ (ÏÐÃÉÏÎÁÌØÎÏ)',1034189690,NULL);
-INSERT INTO international VALUES (945,'WebGUI',1,'Scratch Filter',1052560369,'There is a type of session variable called a \"scratch\" variable. So a scratch filter allows you to add someone to a group based upon a scratch variable.');
-INSERT INTO international VALUES (642,'WebGUI',21,'óÔÒÁÎÉÃÁ (ÄÏÂÁ×ÌÅÎÉÅ/ÒÅÄÁËÔÉÒÏ×ÁÎÉÅ)',1042132791,NULL);
-INSERT INTO international VALUES (61,'SyndicatedContent',21,'éÎÆÏÒÍÁÃÉÑ Ó ÄÒÕÇÉÈ ÓÁÊÔÏ× (ÄÏÂÁ×ÌÅÎÉÅ/ÒÅÄÁËÔÉÒÏ×ÁÎÉÅ)',1048510340,NULL);
-INSERT INTO international VALUES (61,'EventsCalendar',21,'ïÒÇÁÎÁÊÚÅÒ (ÄÏÂÁ×ÌÅÎÉÅ/ÒÅÄÁËÔÉÒÏ×ÁÎÉÅ)',1041683121,NULL);
-INSERT INTO international VALUES (61,'Poll',21,'çÏÌÏÓÏ×ÁÎÉÅ (ÄÏÂÁ×ÌÅÎÉÅ/ÒÅÄÁËÔÉÒÏ×ÁÎÉÅ)',1034189690,NULL);
-INSERT INTO international VALUES (61,'SiteMap',21,'ëÁÒÔÁ ÓÁÊÔÁ (ÄÏÂÁ×ÌÅÎÉÅ/ÒÅÄÁËÔÉÒÏ×ÁÎÉÅ)',1041690702,NULL);
-INSERT INTO international VALUES (61,'SQLReport',21,'SQL-ÚÁÐÒÏÓ (ÄÏÂÁ×ÌÅÎÉÅ/ÒÅÄÁËÔÉÒÏ×ÁÎÉÅ)',1034189690,NULL);
-INSERT INTO international VALUES (62,'DataForm',21,'ðÏÌÑ ÆÏÒÍÙ (ÄÏÂÁ×ÌÅÎÉÅ/ÒÅÄÁËÔÉÒÏ×ÁÎÉÅ)',1041688800,NULL);
-INSERT INTO international VALUES (71,'SyndicatedContent',21,'ðÒÉ ÐÏÍÏÝÉ ÜÔÏÇÏ ÍÏÄÕÌÑ ×Ù ÍÏÖÅÔÅ ÉÓÐÏÌØÚÏ×ÁÔØ ÉÎÆÏÒÍÁÃÉÀ, ÒÁÚÍÅÝÅÎÎÕÀ ÎÁ ÄÒÕÇÉÈ ÓÁÊÔÁÈ ÉÓÐÏÌØÚÕÑ RDF/RSS.\r\n
\r\n\r\nURL Ë ÆÁÊÌÕ RSS
\r\n÷×ÅÄÉÔÅ ÔÏÞÎÙÊ URL (ÎÁÞÉÎÁÑ Ó http://) Ë ÆÁÊÌÕ RDF ÉÌÉ RSS. éÎÆÏÒÍÁÃÉÑ Ó ×ÙÂÒÁÎÎÏÇÏ ÓÁÊÔÁ ÂÕÄÅÔ ÓËÁÞÉ×ÁÔØÓÑ ËÁÖÄÙÊ ÞÁÓ.\r\n
\r\nûÁÂÌÏÎ
\r\n÷ÙÂÅÒÉÔÅ ÛÁÂÌÏÎ ÄÌÑ ÍÏÄÕÌÑ ÓÂÏÒÁ ÉÎÆÏÒÍÁÃÉÉ.',1048510491,NULL);
-INSERT INTO international VALUES (71,'MessageBoard',21,'ëÏÌÉÞÅÓÔ×Ï ÓÏÏÂÝÅÎÉÊ ÎÁ ÓÔÒÁÎÉÃÅ
\r\nëÏÇÄÁ ÐÏÓÅÔÉÔÅÌØ ×ÐÅÒ×ÙÅ ÚÁÈÏÄÉÔ ÎÁ ÓÁÊÔ, ÏÎ ÓÍÏÖÅÔ ÐÒÏÓÍÏÔÒÅÔØ ÓÐÉÓÏË ×ÓÅÈ ÓÏÏÂÝÅÎÉÊ ÆÏÒÕÍÁ. úÁÄÁ×ÁÑ ÍÁËÓÉÍÁÌØÎÏ ËÏÌÉÞÅÓÔ×Ï ÓÏÏÂÝÅÎÉÊ ÎÁ ÏÄÎÏÊ ÓÔÒÁÎÉÃÅ ×Ù ÍÏÖÅÔÅ ÕÐÒÁ×ÌÑÔØ ×ÎÅÛÎÉÍ ×ÉÄÏÍ ÆÏÒÕÍÁ.\r\n
\r\nçÌÁ×ÎÙÊ ÛÁÂÌÏÎ
\r\n÷ÙÂÅÒÉÔÅ ÛÁÂÌÏÎ, ÏÐÒÅÄÅÌÑÀÝÉÊ ×ÎÅÛÎÉÊ ×ÉÄ ÆÏÒÕÍÁ. \r\n
\r\n
\r\næÉÌØÔÒ ÓÏÏÂÝÅÎÉÊ
\r\n÷ÙÂÅÒÉÔÅ ÕÒÏ×ÅÎØ ÆÉÌØÔÒÁÃÉÉ ÔÅËÓÔÏ× ÓÏÏÂÝÅÎÉÊ.
\r\nëÔÏ ÉÍÅÅÔ ÐÒÁ×Ï ÐÒÉÎÉÍÁÔØ ÕÞÁÓÔÉÅ × ÏÂÓÕÖÄÅÎÉÉ?
\r\n÷ÙÂÅÒÉÔÅ ÇÒÕÐÐÕ ÐÏÌØÚÏ×ÁÔÅÌÅÊ, ËÏÔÏÒÏÊ ÂÕÄÅÔ ÐÏÚ×ÏÌÅÎÏ ÏÔÐÒÁ×ÌÑÔØ ÓÏÏÂÝÅÎÉÑ.\r\n\r\n
\r\n÷ÒÅÍÑ ÒÅÄÁËÔÉÒÏ×ÁÎÉÑ
\r\n÷ÒÅÍÑ, ÏÔ×ÅÄÅÎÎÏÅ ÄÌÑ ÒÅÄÁËÔÉÒÏ×ÁÎÉÑ ÓÏÏÂÝÅÎÉÑ; ÐÏ ÉÓÔÅÞÅÎÉÀ ÜÔÏÇÏ ×ÒÅÍÅÎÉ ÒÅÄÁËÔÉÒÏ×ÁÎÉÅ ÂÕÄÅÔ ÚÁÂÌÏËÉÒÏ×ÁÎÏ.\r\n
\r\n÷ÎÉÍÁÎÉÅ: üÔÁ ÏÐÃÉÑ ××ÅÄÅÎÁ ÄÌÑ ÏÂÅÓÐÅÞÅÎÉÑ ÂÅÚÏÐÁÓÎÏÓÔÉ.\r\n
\r\nîÁÂÌÀÄÅÎÉÅ ÚÁ ÏÔÐÒÁ×ËÏÊ
\r\nïÐÃÉÑ ÐÏÚ×ÏÌÑÅÔ ÎÁÂÌÀÄÁÔØ ÚÁ ÄÅÊÓÔ×ÉÑÍÉ ÐÏÌØÚÏ×ÁÔÅÌÅÊ.\r\n
\r\nëÔÏ ÉÍÅÅÔ ÐÒÁ×Ï ÍÏÄÅÒÉÒÏ×ÁÔØ?
\r\núÄÅÓØ ×Ù ÍÏÖÅÔÅ ×ÙÂÒÁÔØ ÇÒÕÐÐÕ, ËÏÔÏÒÏÊ ÂÕÄÅÔ ÐÏÚ×ÏÌÅÎÏ ÎÁÂÌÀÄÁÔØ ÚÁ ÈÏÄÏÍ ÏÂÓÕÖÄÅÎÉÑ.\r\n
\r\nôÉÐ ÍÏÄÅÒÉÒÏ×ÁÎÉÑ.
\r\nÂÅÚ ÐÒÏÓÍÏÔÒÁ ÏÚÎÁÞÁÅÔ, ÞÔÏ ÓÏÏÂÝÅÎÉÅ ÏÔÐÒÁ×ÌÅÎÎÏÊ ÐÏÌØÚÏ×ÁÔÅÌÅÍ ÎÅÍÅÄÌÅÎÎÏ ÐÕÂÌÉËÕÅÔÓÑ ÎÁ ÓÁÊÔÅ. ðÒÅÄ×ÁÒÉÔÅÌØÎÙÊ ÐÒÏÓÍÏÔÒ ÓÏÏÂÝÅÎÉÑ ÏÚÎÁÞÁÅÔ, ÞÔÏ ÐÅÒÅÄ ÐÕÂÌÉËÁÃÉÅÊ ÎÁ ÓÁÊÔÅ ÍÏÄÅÒÁÔÏÒ ÐÒÏÓÍÁÔÒÉ×ÁÅÔ ÓÏÏÂÝÅÎÉÑ, É ÔÏÌØËÏ ÐÏÓÌÅ ÅÇÏ ÒÁÚÒÅÛÅÎÉÑ ÓÏÏÂÝÅÎÉÅ ÐÕÂÌÉËÕÅÔÓÑ ÎÁ ÓÁÊÔÅ.\r\n',1048509829,NULL);
-INSERT INTO international VALUES (29,'IndexedSearch',1,'Search template',1070202588,'');
-INSERT INTO international VALUES (855,'WebGUI',21,'óÐÉÓÏË ÛÁÂÌÏÎÏ×',1041679407,NULL);
-INSERT INTO international VALUES (854,'WebGUI',21,'óÐÉÓÏË ×ÓÅÈ ÛÁÂÌÏÎÏ×',1041679264,NULL);
-INSERT INTO international VALUES (853,'WebGUI',21,'õÄÁÌÉÔØ ÛÁÂÌÏÎ',1041679018,NULL);
-INSERT INTO international VALUES (852,'WebGUI',21,'ëÏÐÉÒÏ×ÁÔØ ÛÁÂÌÏÎ',1041678905,NULL);
-INSERT INTO international VALUES (851,'WebGUI',21,'òÅÄÁËÔÉÒÏ×ÁÔØ ÛÁÂÌÏÎ',1041678870,NULL);
-INSERT INTO international VALUES (848,'WebGUI',21,'ïÛÉÂËÁ ÓÉÎÔÁËÓÉÓÁ × ÛÁÂÌÏÎÅ!',1041678800,NULL);
-INSERT INTO international VALUES (847,'WebGUI',21,'÷ÅÒÎÕÔØÓÑ ÎÁ ÔÅËÕÝÕÀ ÓÔÒÁÎÉÃÕ',1041678676,NULL);
-INSERT INTO international VALUES (1091,'WebGUI',1,'Statistical Overview Report Template',1078517114,NULL);
-INSERT INTO international VALUES (1092,'WebGUI',1,'The following are the variables available in this template:\r\n
\r\n\r\ntitle
\r\nThe default title for this report.\r\n
\r\n\r\nanswer.label
\r\nThe default label for answer_loop.\r\n
\r\n\r\nresponse.count.label
\r\nThe default label for response.count.\r\n
\r\n\r\nresponse.percent.label
\r\nThe default label for response.percent.\r\n
\r\n\r\nshow.responses.label
\r\nThe default label that will display responses.\r\n
\r\n\r\nshow.comments.label
\r\nThe default label that will display comments.\r\n
\r\n\r\nquestion_loop
\r\nA loop containing questions.\r\n
\r\n\r\n
\r\n\r\nquestion',1078517114,NULL); -INSERT INTO international VALUES (670,'WebGUI',21,'çÒÁÆÉÞÅÓËÉÊ ÆÁÊÌ (ÄÏÂÁ×ÌÅÎÉÅ/ÒÅÄÁËÔÉÒÏ×ÁÎÉÅ)',1042132839,NULL); -INSERT INTO international VALUES (72,'EventsCalendar',21,'óÏÂÙÔÉÅ (ÄÏÂÁ×ÌÅÎÉÅ/ÒÅÄÁËÔÉÒÏ×ÁÎÉÅ)',1041684015,NULL); -INSERT INTO international VALUES (697,'WebGUI',21,'îÁÂÌÀÄÅÎÉÅ (ÉÓÐÏÌØÚÏ×ÁÎÉÅ)',1034189690,NULL); -INSERT INTO international VALUES (5,'WobjectProxy',21,'ðÒÏËÓÉ ÍÏÄÕÌÅÊ (ÄÏÂÁ×ÌÅÎÉÅ/ÒÅÄÁËÔÉÒÏ×ÁÎÉÅ)',1037087918,NULL); -INSERT INTO international VALUES (72,'Poll',21,'òÁÓÐÏÌÁÇÁÔØ ÏÔ×ÅÔÙ × ÐÒÏÉÚ×ÏÌØÎÏÍ ÐÏÒÑÄËÅ?',1034189690,NULL); -INSERT INTO international VALUES (699,'WebGUI',21,'ðÅÒ×ÙÊ ÒÁÂÏÞÉÊ ÄÅÎØ',1034189690,NULL); -INSERT INTO international VALUES (702,'WebGUI',21,'íÅÓÑÃ',1034189690,NULL); -INSERT INTO international VALUES (703,'WebGUI',21,'ÇÏÄ/ÇÏÄÁ/ÌÅÔ',1036152691,NULL); -INSERT INTO international VALUES (705,'WebGUI',21,'ÍÉÎÕÔ(Á)',1036152890,NULL); -INSERT INTO international VALUES (706,'WebGUI',21,'ÞÁÓ(Ï×)',1036152945,NULL); -INSERT INTO international VALUES (716,'WebGUI',21,'÷ÏÊÔÉ × ÓÉÓÔÅÍÕ',1034189690,NULL); -INSERT INTO international VALUES (717,'WebGUI',21,'÷ÙÊÔÉ ÉÚ ÓÉÓÔÅÍÙ',1034189690,NULL); -INSERT INTO international VALUES (722,'WebGUI',21,'Id',1034189690,NULL); -INSERT INTO international VALUES (721,'WebGUI',21,'ðÒÏÓÔÒÁÎÓÔ×Ï ÉÍÅÎ',1034189690,NULL); -INSERT INTO international VALUES (806,'WebGUI',21,'õÄÁÌÉÔØ ÇÒÕÐÐÕ',1042133567,NULL); -INSERT INTO international VALUES (807,'WebGUI',21,'õÐÒÁ×ÌÅÎÉÅ ÐÏÄÇÒÕÐÐÁÍÉ',1042134020,NULL); -INSERT INTO international VALUES (808,'WebGUI',21,'ïÔÐÒÁ×ÉÔØ ÐÉÓØÍÏ ÄÌÑ ÇÒÕÐÐÙ',1042133768,NULL); -INSERT INTO international VALUES (809,'WebGUI',21,'óÏÏÂÝÅÎÉÅ ÄÌÑ ÐÏÌØÚÏ×ÁÔÅÌÅÊ ÇÒÕÐÐÙ',1042133907,NULL); -INSERT INTO international VALUES (810,'WebGUI',21,'ðÏÓÌÁÔØ',1042133933,NULL); -INSERT INTO international VALUES (447,'WebGUI',21,'ëÁÒÔÁ ÓÁÊÔÁ',1034156022,NULL); -INSERT INTO international VALUES (5,'WebGUI',21,'óÐÉÓÏË ÇÒÕÐÐ ÐÏÌØÚÏ×ÁÔÅÌÅÊ',1034155904,NULL); -INSERT INTO international VALUES (90,'WebGUI',21,'äÏÂÁ×ÉÔØ ÎÏ×ÕÀ ÇÒÕÐÐÕ',1034153981,NULL); -INSERT INTO international VALUES (89,'WebGUI',21,'óÐÉÓÏË ÇÒÕÐÐ ÐÏÌØÚÏ×ÁÔÅÌÅÊ',1034153938,NULL); -INSERT INTO international VALUES (169,'WebGUI',21,'äÏÂÁ×ÉÔØ ÎÏ×ÏÇÏ ÐÏÌØÚÏ×ÁÔÅÌÑ',1034153708,NULL); -INSERT INTO international VALUES (7,'WebGUI',21,'óÐÉÓÏË ÐÏÌØÚÏ×ÁÔÅÌÅÊ ÓÁÊÔÁ',1034153673,NULL); -INSERT INTO international VALUES (117,'WebGUI',21,'õÐÒÁ×ÌÅÎÉÅ ÎÏ×ÙÍÉ ÐÏÌØÚÏ×ÁÔÅÌÑÍÉ',1036145263,NULL); -INSERT INTO international VALUES (342,'WebGUI',21,'òÅÄÁËÔÉÒÏ×ÁÔØ ÉÎÆÏÒÍÁÃÉÀ Ï ÁËËÁÕÎÔÅ',1034153304,NULL); -INSERT INTO international VALUES (455,'WebGUI',21,'òÅÄÁËÔÉÒÏ×ÁÔØ ÉÎÆÏÒÍÁÃÉÀ Ï ÐÏÌØÚÏ×ÁÔÅÌÅ',1034153274,NULL); -INSERT INTO international VALUES (308,'WebGUI',21,'éÎÆÏÒÍÁÃÉÑ Ï ÐÏÌØÚÏ×ÁÔÅÌÑÈ',1034153248,NULL); -INSERT INTO international VALUES (68,'WebGUI',21,'ôÁËÏÊ ÐÏÌØÚÏ×ÁÔÅÌØ × ÓÉÓÔÅÍÅ ÎÅ ÚÁÒÅÇÉÓÔÒÉÒÏ×ÁÎ ÉÌÉ ÉÍÑ/ÐÁÒÏÌØ ××ÅÄÅÎÙ ÎÅÐÒÁ×ÉÌØÎÏ.',1034152803,NULL); -INSERT INTO international VALUES (140,'WebGUI',21,'ïÂÝÉÅ ÎÁÓÔÒÏÊËÉ',1034152676,NULL); -INSERT INTO international VALUES (133,'WebGUI',21,'îÁÓÔÒÏÊËÁ e-mail',1045500193,NULL); -INSERT INTO international VALUES (1025,'WebGUI',21,'äÏÂÁ×ÉÔØ ËÏÍÍÅÎÔÁÒÉÊ Ï ÒÅÄÁËÔÉÒÏ×ÁÎÉÉ?',1037169664,NULL); -INSERT INTO international VALUES (515,'WebGUI',21,'äÏÂÁ×ÉÔØ ËÏÍÍÅÎÔÁÒÉÊ Ï ÒÅÄÁËÔÉÒÏ×ÁÎÉÉ?',1037169693,NULL); -INSERT INTO international VALUES (406,'WebGUI',21,'òÁÚÍÅÒ ÕÍÅÎØÛÅÎÎÙÈ ËÏÐÉÊ ÉÚÏÂÒÁÖÅÎÉÊ',1034149253,NULL); -INSERT INTO international VALUES (130,'WebGUI',21,'íÁËÓÉÍÁÌØÎÙÊ ÒÁÚÍÅÒ ×ÌÏÖÅÎÎÙÈ ÆÁÊÌÏ×',1034149144,NULL); -INSERT INTO international VALUES (141,'WebGUI',21,'óÔÒÁÎÉÃÁ \"óÔÒÁÎÉÃÁ ÎÅ ÎÁÊÄÅÎÁ\"',1034149033,NULL); -INSERT INTO international VALUES (527,'WebGUI',21,'îÁÞÁÌØÎÁÑ ÓÔÒÁÎÉÃÁ',1034148929,NULL); -INSERT INTO international VALUES (525,'WebGUI',21,'éÎÆÏÒÍÁÃÉÏÎÎÏÅ ÎÁÐÏÌÎÅÎÉÅ',1034148876,NULL); -INSERT INTO international VALUES (127,'WebGUI',21,'URL ÓÁÊÔÁ ÆÉÒÍÙ',1034148744,NULL); -INSERT INTO international VALUES (125,'WebGUI',21,'îÁÚ×ÁÎÉÅ ÆÉÒÍÙ',1034148713,NULL); -INSERT INTO international VALUES (124,'WebGUI',21,'éÎÆÏÒÍÁÃÉÑ Ï ÆÉÒÍÅ',1034148253,NULL); -INSERT INTO international VALUES (584,'WebGUI',21,'äÏÂÁ×ÉÔØ ÎÏ×ÙÊ ÑÚÙË',1042130354,NULL); -INSERT INTO international VALUES (78,'EventsCalendar',21,'õÄÁÌÅÎÉÅ ÎÅ ×ÏÚÍÏÖÎÏ',1034072600,NULL); -INSERT INTO international VALUES (73,'EventsCalendar',21,'îÁÚ×ÁÎÉÅ
\r\nThe question itself.\r\n\r\n\r\nquestion.id
\r\nThe unique identifier for this question.\r\n\r\n\r\nquestion.isRadioList
\r\nA boolean indicating whether the answer for this question is a radio list.\r\n\r\n\r\nquestion.response.total
\r\nThe total number of responses for this answer.\r\n\r\n\r\nquestion.allowComment
\r\nA boolean indicating whether this question allows comments.\r\n\r\n\r\nanswer_loop
\r\nA loop containing the answers and responses for this question.\r\n\r\n
\r\n\r\nanswer.isCorrect\r\n\r\n\r\n
\r\nA boolean indicating whether this answer is marked correct.\r\n\r\n\r\nanswer
\r\nThe answer itself.\r\n\r\n\r\nanswer.response.count
\r\nThe total number of responses given for this answer.\r\n\r\n\r\nanswer.response.percent
\r\nThe percent of responses to this question that went to this answer.\r\n\r\n\r\n\r\ncomment_loop
\r\nA loop that contains all of the comments for this answer.\r\n\r\n\r\n
\r\nanswer.comment\r\n\r\n
\r\nA comment.\r\n\r\n\r\n\r\n
\r\n\r\nûÉÒÉÎÁ ÇÒÁÆÉËÁ
\r\nòÅÚÕÌØÔÁÔÙ ÇÏÌÏÓÏ×ÁÎÉÑ ÐÒÅÄÓÔÁ×ÌÑÀÔÓÑ × ÇÒÁÆÉÞÅÓËÏÊ ÆÏÒÍÅ. íÅÎÑÑ ÜÔÏ ÚÎÁÞÅÎÉÅ ×Ù ÍÏÖÅÔÅ ÉÚÍÅÎÑÔØ ÛÉÒÉÎÕ ÇÒÁÆÉËÁ. úÎÁÞÅÎÉÅ ÕËÁÚÙ×ÁÅÔÓÑ × ÐÉËÓÅÌÁÈ.\r\n
\r\n\r\n÷ÏÐÒÏÓ ÇÏÌÏÓÏ×ÁÎÉÑ
\r\nõËÁÖÉÔÅ ×ÏÐÒÏÓ, ÎÁ ËÏÔÏÒÙÊ ÄÏÌÖÎÙ ÏÔ×ÅÔÉÔØ ÐÏÌØÚÏ×ÁÔÅÌÉ.\r\n
\r\n\r\n÷ÁÒÉÁÎÔÙ ÏÔ×ÅÔÏ×
\r\nõËÁÖÉÔÅ ×ÏÚÍÏÖÎÙÅ ×ÁÒÉÁÎÔÙ ÏÔ×ÅÔÏ× ÎÁ ÚÁÄÁÎÎÙÊ ×ÏÐÒÏÓ (ÎÅ ÂÏÌÅÅ ÏÄÎÏÇÏ ÏÔ×ÅÔÁ × ËÁÖÄÏÊ ÓÔÒÏËÅ). ïÂÝÅÅ ÞÉÓÌÏ ÏÔ×ÅÔÏ× ÎÅ ÄÏÌÖÎÏ ÐÒÅ×ÙÛÁÔØ 20.\r\n
\r\n\r\nòÁÓÐÏÌÁÇÁÔØ ÏÔ×ÅÔÙ × ÐÒÏÉÚ×ÏÌØÎÏÍ ÐÏÒÑÄËÅ
\r\n.ðÒÉ ËÁÖÄÏÍ ÐÏÓÅÝÅÎÉÉ ×ÁÒÉÁÎÔÙ ÏÔ×ÅÔÏ× ÂÕÄÕÔ ÒÁÓÐÏÌÏÖÅÎÙ × ÐÒÏÉÚ×ÏÌØÎÏÍ ÐÏÒÑÄËÅ.\r\n
\r\n\r\nóÂÒÏÓÉÔØ ÒÅÚÕÌØÔÁÔÙ ÇÏÌÏÓÏ×ÁÎÉÑ.
\r\n ðÏÓÌÅ ÎÁÖÁÔÉÑ ÎÁ ÜÔÕ ÓÓÙÌËÕ ÒÅÚÕÌØÔÁÔÙ ÇÏÌÏÓÏ×ÁÎÉÑ ÓÂÒÁÓÙ×ÁÀÔÓÑ.\r\n
\r\n\r\n
\r\n\r\n.pollColor \r\nã×ÅÔ ÐÒÏÃÅÎÔÎÏÊ ÛËÁÌÙ.\r\n
\r\n\r\n.pollQuestion \r\n÷ÎÅÛÎÉÊ ×ÉÄ ×ÏÐÒÏÓÁ ÇÏÌÏÓÏ×ÁÎÉÑ.\r\n\r\n',1034069013,NULL);
-INSERT INTO international VALUES (5,'Auth/WebGUI',21,'÷Ù ÎÅ ÍÏÖÅÔÅ × ËÁÞÅÓÔ×Å ÐÁÒÏÌÑ ÉÓÐÏÌØÚÏ×ÁÔØ ÓÌÏ×Ï \"password\".',1031880154,NULL);
-INSERT INTO international VALUES (725,'WebGUI',21,'îÅÏÂÈÏÄÉÍÏ ××ÅÓÔÉ ÉÍÑ ÐÏÌØÚÏ×ÁÔÅÌÑ.',1031879612,NULL);
-INSERT INTO international VALUES (4,'Auth/WebGUI',21,'îÅÏÂÈÏÄÉÍÏ ××ÅÓÔÉ ÐÁÒÏÌØ.',1031879567,NULL);
-INSERT INTO international VALUES (723,'WebGUI',21,'ÏË',1036413280,NULL);
-INSERT INTO international VALUES (720,'WebGUI',21,'OK',1031514777,NULL);
-INSERT INTO international VALUES (593,'WebGUI',21,'ðÏÓÌÁÔØ ×ÓÅ ÓÏÏÂÝÅÎÉÑ ÒÁÚÒÁÂÏÔÞÉËÕ',1042130548,NULL);
-INSERT INTO international VALUES (800,'WebGUI',21,'õÎÉËÁÌØÎÙÅ ÐÏÓÅÔÉÔÅÌÉ',1042132979,NULL);
-INSERT INTO international VALUES (801,'WebGUI',21,'ïÂÒÁÝÅÎÉÑ Ë ÍÏÄÕÌÑÍ',1042133251,NULL);
-INSERT INTO international VALUES (802,'WebGUI',21,'óÉÓÔÅÍÁ ÎÅ ×ÅÄÅÔ ÓÔÁÔÉÓÔÉËÕ ÐÏ ÓÔÒÁÎÉÃÁÍ. ÷Ù ÍÏÖÅÔÅ ×ËÌÀÞÉÔØ ÜÔÕ ÏÐÃÉÀ × ÎÁÓÔÒÏÊËÁÈ.',1042133459,NULL);
-INSERT INTO international VALUES (704,'WebGUI',21,'ÓÅËÕÎÄ(Á)',1036071472,NULL);
-INSERT INTO international VALUES (605,'WebGUI',21,'äÏÂÁ×ÉÔØ ÐÏÌØÚÏ×ÁÔÅÌÑ × ÇÒÕÐÐÕ:',1036055603,NULL);
-INSERT INTO international VALUES (606,'WebGUI',21,'îÁÚ×ÁÎÉÅ
\r\n÷×ÅÄÉÔÅ ÎÁÚ×ÁÎÉÅ ÓÔÒÁÎÉÃÙ. îÁÚ×ÁÎÉÅ ÄÏÌÖÎÏ ÂÙÔØ ÉÎÆÏÒÍÁÔÉ×ÎÙÍ, ÎÏ ÎÅ ÏÞÅÎØ ÄÌÉÎÎÙÍ.\r\n
\r\níÅÎÀ
\r\n÷×ÅÄÉÔÅ ÔÅËÓÔ ÓÓÙÌËÉ ÎÁ ÄÁÎÎÕÀ ÓÔÒÁÎÉÃÕ, ËÏÔÏÒÁÑ ÂÕÄÅÔ ÏÔÏÂÒÁÖÁÔØÓÑ × ÇÌÁ×ÎÏÍ ÎÁ×ÉÇÁÃÉÏÎÎÏÍ ÍÅÎÀ.\r\nåÓÌÉ ÜÔÏ ÐÏÌÅ ÏÓÔÁ×ÉÔØ ÐÕÓÔÙÍ, ÔÏ ÂÕÄÅÔ ÉÓÐÏÌØÚÏ×ÁÎÏ ÚÎÁÞÅÎÉÅ ÉÚ ÐÏÌÑ îÁÚ×ÁÎÉÅ.\r\n
\r\nüÔÏ ÓÌÕÖÅÂÎÁÑ ÓÔÒÁÎÉÃÁ (ÎÅ ÉÓÐÏÌØÚÕÀÝÁÑÓÑ ÄÌÑ ÏÒÇÁÎÉÚÁÃÉÉ ÎÁ×ÉÇÁÃÉÉ)?
\r\nåÓÌÉ ÓÔÒÁÎÉÃÁ ÓÏÚÄÁÎÁ ÄÌÑ ÓÌÕÖÅÂÎÙÈ ÃÅÌÅÊ É ÎÅ ÄÏÌÖÎÁ ÐÏÐÁÄÁÔØ × ÇÌÁ×ÎÏÅ ÎÁ×ÉÇÁÃÉÏÎÎÏÅ ÍÅÎÀ, ÔÏ ×ËÌÀÞÉÔÅ ÜÔÕ ÏÐÃÉÀ.
\r\n
\r\nURL ÓÔÒÁÎÉÃÙ
\r\n÷×ÅÄÉÔÅ ÉÍÑ ÓÓÙÌËÉ, ËÏÔÏÒÏÅ ÂÕÄÅÔ ÉÓÐÏÌØÚÏ×ÁÔØÓÑ ÐÒÉ ÏÂÒÁÝÅÎÉÉ Ë ÓÔÒÁÎÉÃÅ.
\r\nñÚÙË
\r\n÷ÙÂÅÒÉÔÅ ÑÚÙË ÄÌÑ ÄÁÎÎÏÊ ÓÔÒÁÎÉÃÙ.\r\n
\r\nðÅÒÅÎÁÐÒÁ×ÌÅÎÉÅ ÎÁ URL
\r\nðÒÉ ÐÏÐÁÄÁÎÉÉ ÎÁ ÜÔÕ ÓÔÒÁÎÉÃÕ ÐÏÌØÚÏ×ÁÔÅÌÑ ÍÏÖÎÏ Á×ÔÏÍÁÔÉÞÅÓËÉ ÐÅÒÅÎÁÐÒÁ×ÉÔØ ÎÁ ÕËÁÚÁÎÎÙÊ × ÄÁÎÎÏÍ ÐÏÌÅ ÁÄÒÅÓ.\r\n
\r\nðÅÒÅÎÁÐÒÁ×ÌÅÎÉÅ ÎÁ URL
\r\nðÒÉ ÐÏÐÁÄÁÎÉÉ ÎÁ ÜÔÕ ÓÔÒÁÎÉÃÕ ÐÏÌØÚÏ×ÁÔÅÌÑ ÍÏÖÎÏ Á×ÔÏÍÁÔÉÞÅÓËÉ ÐÅÒÅÎÁÐÒÁ×ÉÔØ ÎÁ ÕËÁÚÁÎÎÙÊ × ÄÁÎÎÏÍ ÐÏÌÅ ÁÄÒÅÓ.\r\nûÁÂÌÏÎ
\r\nðÏ ÕÍÏÌÞÁÎÉÀ ÄÌÑ ÏÔÏÂÒÁÖÅÎÉÑ ÉÎÆÏÒÍÁÃÉÉ ÉÓÐÏÌØÚÕÅÔÓÑ ÏÄÎÏ ÂÏÌØÛÏÅ ÔÅËÓÔÏ×ÏÅ ÐÏÌÅ. åÓÌÉ ×ÁÍ ÎÅÏÂÈÏÄÉÍÏ ÉÚÍÅÎÉÔØ ÒÁÓÐÏÌÏÖÅÎÉÅ ÉÎÆÏÒÍÁÃÉÉ ÎÁ ÓÁÊÔÅ É ÒÁÚÄÅÌÉÔØ ÐÏÌÅ ÎÁ ÎÅÓËÏÌØËÏ ÞÁÓÔÅÊ.\r\n
\r\nïÐÉÓÁÎÉÅ
\r\n÷×ÅÄÉÔÅ ËÏÒÏÔËÏÅ ÏÐÉÓÁÎÉÅ ÓÏÚÄÁ×ÁÅÍÏÊ ÓÔÒÁÎÉÃÙ. üÔÏ ÏÐÉÓÁÎÉÅ ÉÓÐÏÌØÚÕÅÔÓÑ × ÍÅÔÁ-ÔÅÇÁÈ É ×ÌÉÑÅÔ ÎÁ ÒÅÊÔÉÎÇ ÓÁÊÔÁ × ÐÏÉÓËÏ×ÙÈ ÓÉÓÔÅÍÁÈ ÇÌÏÂÁÌØÎÏÊ ÓÅÔÉ Internet.\r\n
\r\níÅÔÁ-ÔÅÇÉ
\r\níÅÔÁ-ÔÅÇÉ ÐÏÍÏÇÁÀÔ × ÆÏÒÍÉÒÏ×ÁÎÉÉ ÒÅÊÔÉÎÇÏ× ÓÁÊÔÁ × ÐÏÉÓËÏ×ÙÈ ÓÉÓÔÅÍÁÈ. ÷ ÜÔÏÍ ÔÅËÓÔÏ×ÏÍ ÐÏÌÅ ×Ù ÍÏÖÅÔÅ ××ÅÓÔÉ ÔÅ ÍÅÔÁ-ÔÅÇÉ, ËÏÔÏÒÙÅ ×Ù ÓÞÉÔÁÅÔÅ ÎÅÏÂÈÏÄÉÍÙÍ ÉÓÐÏÌØÚÏ×ÁÔØ ÎÁ ÄÁÎÎÏÊ ÓÔÒÁÎÉÃÅ. åÓÌÉ ×Ù ÎÅ ÚÎÁÅÔÅ, ÞÔÏ-ÔÁËÏÅ ÍÅÔÁ ÔÅÇÉ, ÔÏ ÏÓÔÁרÔÅ ÜÔÏ ÐÏÌÅ ÐÕÓÔÙÍ ÉÌÉ ÍÏÖÅÔÅ ×ÏÓÐÏÌØÚÏ×ÁÔØÓÑ ÕÓÌÕÇÁÍÉ ÓÁÊÔÁ Meta Tag Builder. \r\n
\r\näÌÑ ÏÐÙÔÎÙÈ ÐÏÌØÚÏ×ÁÔÅÌÅÊ: × ÜÔÏ ÐÏÌÅ ÍÏÖÎÏ ×ÓÔÁ×ÉÔØ JavaScript.\r\n
\r\néÓÐÏÌØÚÏ×ÁÔØ ÍÅÔÁ-ÔÅÇÉ, ÕÓÔÁÎÏ×ÌÅÎÎÙÅ ÐÏ ÕÍÏÌÞÁÎÉÀ?
\r\nåÓÌÉ ×Ù ÏÓÔÁ×ÉÌÉ ÐÒÅÄÙÄÕÝÅÅ ÐÏÌÅ ÐÕÓÔÙÍ, ÔÏ ÏÔ×ÅÔØÔÅ ÎÁ ÜÔÏÔ ×ÏÐÒÏÓ „äÁ“.\r\n
\r\nçÒÁÆÉÞÅÓËÁÑ ÏÂÏÌÏÞËÁ ÓÁÊÔÁ
\r\nöÅÌÁÔÅÌØÎÏ ÄÌÑ ÏÆÏÒÍÌÅÎÉÑ ÓÁÊÔÁ ÉÓÐÏÌØÚÏ×ÁÔØ ÏÄÎÕ ÇÒÁÆÉÞÅÓËÕÀ ÏÂÏÌÏÞËÕ ÄÌÑ ×ÓÅÈ ÓÔÒÁÎÉÃ. îÏ ÅÓÌÉ ÎÅËÏÔÏÒÙÅ ÓÔÒÁÎÉÃÙ ÎÕÖÎÏ ÏÔÏÂÒÁÚÉÔØ × ÄÒÕÇÏÊ ÇÒÁÆÉÞÅÓËÏÊ ÏÂÏÌÏÞËÅ, ÔÏ ×Ù ÍÏÖÅÔÅ ×ÙÂÒÁÔØ ÅÅ ÚÄÅÓØ.\r\n
\r\näÁÔÁ ÎÁÞÁÌÁ
\r\n÷×ÅÄÉÔÅ ÄÁÔÕ , ÎÁÞÉÎÁÑ Ó ËÏÔÏÒÏÊ ÐÏÌØÚÏ×ÁÔÅÌÉ ÓÍÏÇÕÔ ÐÒÏÓÍÁÔÒÉ×ÁÔØ ÓÏÄÅÒÖÉÍÏÅ ÄÁÎÎÏÊ ÓÔÒÁÎÉÃÙ. äÏ ÜÔÏÇÏ ×ÒÅÍÅÎÉ Ë ÓÔÒÁÎÉÃÅ ÉÍÅÀÔ ÄÏÓÔÕÐ ÔÏÌØËÏ ÍÅÎÅÄÖÅÒÙ ÓÏÄÅÒÖÁÎÉÑ É ÁÄÍÉÎÉÓÔÒÁÔÏÒÙ ÓÁÊÔÁ.\r\n
\r\näÁÔÁ ÏËÏÎÞÁÎÉÑ
\r\n÷×ÅÄÉÔÅ ÄÁÔÕ, ÐÏÓÌÅ ÎÁÓÔÕÐÌÅÎÉÑ ËÏÔÏÒÏÊ ÄÏÓÔÕÐ ÐÏÌØÚÏ×ÁÔÅÌÅÊ ÎÁ ÄÁÎÎÕÀ ÓÔÒÁÎÉÃÕ ÓÁÊÔÁ ÂÕÄÅÔ ÚÁÂÌÏËÉÒÏ×ÁÎ.\r\n
\r\n÷ÌÁÄÅÌÅÃ
\r\n÷ÙÂÅÒÉÔÅ ×ÌÁÄÅÌØÃÁ ÄÁÎÎÏÊ ÓÔÒÁÎÉÃÙ (ÏÂÙÞÎÏ ÕËÁÚÙ×ÁÅÔÓÑ ÓÏÚÄÁÔÅÌØ ÓÔÒÁÎÉÃÙ).\r\n
\r\nçÒÕÐÐÁ, ÉÍÅÀÝÁÑ ÐÒÁ×Ï ÎÁ ÐÒÏÓÍÏÔÒ
\r\níÏÖÎÏ ÚÁÄÁÔØ ÐÒÁ×Á ÎÁ ÞÔÅÎÉÅ ÓÔÒÁÎÉÃÙ ÄÌÑ ÇÒÕÐÐÙ ÐÏÌØÚÏ×ÁÔÅÌÅÊ ÓÁÊÔÁ.\r\n
\r\nçÒÕÐÐÁ, ÉÍÅÀÝÁÑ ÐÒÁ×Ï ÎÁ ÒÅÄÁËÔÉÒÏ×ÁÎÉÅ
\r\n÷ÙÂÅÒÉÔÅ ÇÒÕÐÐÕ ÐÏÌØÚÏ×ÁÔÅÌÅÊ ÓÁÊÔÁ, ÉÍÅÀÝÕÀ ÐÒÁ×Ï ÎÁ ÒÅÄÁËÔÉÒÏ×ÁÎÉÅ ÄÁÎÎÏÊ ÓÔÒÁÎÉÃÙ.\r\n
\r\n÷ÙÂÒÁÎÎÙÅ ÐÒÉ×ÉÌÅÇÉÉ ÍÏÖÎÏ ÐÒÉÍÅÎÉÔØ ËÏ ×ÓÅÍ ÓÔÒÁÎÉÃÁÍ ÓÁÊÔÁ. ',1045503542,NULL);
-INSERT INTO international VALUES (607,'WebGUI',21,'áÎÏÎÉÍÎÁÑ ÒÅÇÉÓÔÒÁÃÉÑ
\r\n÷Ù ÍÏÖÅÔÅ ÒÁÚÒÅÛÉÔØ ÐÏÓÅÔÉÔÅÌÑÍ ×ÁÛÅÇÏ ÓÁÊÔÁ ÒÅÇÉÓÔÒÉÒÏ×ÁÔØÓÑ ÎÁ ÓÁÊÔÅ. üÔÁ ÒÅÇÉÓÔÒÁÃÉÑ ÎÅ ÄÁÅÔ ÐÏÌØÚÏ×ÁÔÅÌÑÍ ÎÉËÁËÉÈ ÐÒÉ×ÉÌÅÇÉÊ, ÎÏ ÐÏÚ×ÏÌÑÅÔ ÉÍ ÓÏÚÄÁ×ÁÔØ ÐÅÒÓÏÎÁÌØÎÙÅ ÎÁÓÔÒÏÊËÉ.\r\n
\r\nðÒÏÇÒÁÍÍÁ ÒÅÇÉÓÔÒÁÃÉÉ
\r\n÷ ÜÔÏÍ ÐÏÌÅ ÍÏÖÎÏ ÕËÁÚÁÔØ ÉÍÑ ÐÒÏÇÒÁÍÍÙ, ÉÓÐÏÌØÚÕÅÍÏÊ ÄÌÑ ÒÅÇÉÓÔÒÁÃÉÉ ÎÏ×ÙÈ ÐÏÌØÚÏ×ÁÔÅÌÅÊ.\r\n
\r\n<#--ïÐÏ×ÅÝÁÔØ Ï ÒÅÇÉÓÔÒÁÃÉÉ ÎÏ×ÏÇÏ ÐÏÌØÚÏ×ÁÔÅÌÑ?
\r\nóÉÓÔÅÍÁ ÍÏÖÅÔ ÐÒÉÓÙÌÁÔØ ÓÏÏÂÝÅÎÉÑ ÁÄÍÉÎÉÓÔÒÁÔÏÒÁÍ ÓÁÊÔÁ ÐÒÉ ÒÅÇÉÓÔÒÁÃÉÉ ÎÏ×ÏÇÏ ÐÏÌØÚÏ×ÁÔÅÌÑ. \r\n
\r\nçÒÕÐÐÁ ÐÏÌØÚÏ×ÁÔÅÌÅÊ, ÏÐÏ×ÅÝÁÅÍÁÑ ÐÒÉ ÒÅÇÉÓÔÒÁÃÉÉ ÎÏ×ÏÇÏ ÐÏÌØÚÏ×ÁÔÅÌÑ
\r\n÷ÙÂÅÒÉÔÅ ÇÒÕÐÐÕ ÐÏÌØÚÏ×ÁÔÅÌÅÊ, ËÏÔÏÒÁÑ ÂÕÄÅÔ ÐÏÌÕÞÁÔØ ÓÏÏÂÝÅÎÉÑ Ï ÒÅÇÉÓÔÒÁÃÉÉ ÎÏ×ÏÇÏ ÐÏÌØÚÏ×ÁÔÅÌÑ.\r\n
-->\r\nòÁÚÒÅÛÉÔØ ÎÁÂÌÀÄÅÎÉÅ ÚÁ ÄÅÊÓÔ×ÉÑÍÉ?
\r\nðÒÉ ×ËÌÀÞÅÎÉÉ ÜÔÏÊ ÏÐÃÉÉ ×ÓÅ ÄÅÊÓÔ×ÉÑ ÐÏÌØÚÏ×ÁÔÅÌÑ ÐÒÏÔÏËÏÌÉÒÕÀÔÓÑ.\r\n
\r\nîÁÂÌÀÄÁÔØ ÚÁ ×ÈÏÄÏÍ × ÓÉÓÔÅÍÕ?
\r\n÷×ÅÄÉÔÅ ÕÒÏ×ÅÎØ ÎÁÂÌÀÄÅÎÉÑ ÚÁ ×ÈÏÄÏÍ × ÓÉÓÔÅÍÕ (× ÓÌÕÞÁÅ ÒÁÚÒÅÛÅÎÉÑ ÎÁÂÌÀÄÅÎÉÑ ÚÁ ÄÅÊÓÔ×ÉÑÍÉ).\r\n
\r\néÓÔÅÞÅÎÉÅ ×ÒÅÍÅÎÉ ÓÅÓÓÉÉ
\r\n÷×ÅÄÉÔÅ ÐÒÏÍÅÖÕÔÏË ×ÒÅÍÅÎÉ, × ÔÅÞÅÎÉÉ ËÏÔÏÒÏÇÏ ÉÎÆÏÒÍÁÃÉÑ Ï ÓÅÓÓÉÉ ÐÏÌØÚÏ×ÁÔÅÌÑ ÄÅÊÓÔ×ÉÔÅÌØÎÁ. ô.Å. ÐÏ ÉÓÔÅÞÅÎÉÉ ÜÔÏÇÏ ×ÒÅÍÅÎÉ ÐÏÌØÚÏ×ÁÔÅÌØ ÄÏÌÖÅÎ ÐÏ×ÔÏÒÉÔØ ÐÒÏÃÅÓÓ Á×ÔÏÒÉÚÁÃÉÉ. üÔÁ ÏÐÃÉÑ ××ÅÄÅÎÁ ÉÚ ÓÏÏÂÒÁÖÅÎÉÊ ÂÅÚÏÐÁÓÎÏÓÔÉ. \r\n
\r\nòÁÚÒÅÛÉÔØ ÐÏÌØÚÏ×ÁÔÅÌÑÍ ÄÅÚÁËÔÉ×ÉÒÏ×ÁÔØ ÉÈ ÁËËÁÕÎÔ?
\r\nðÒÉ ×ËÌÀÞÅÎÉÉ ÜÔÏÊ ÏÐÃÉÉ ÐÏÌØÚÏ×ÁÔÅÌØ ÓÍÏÖÅÔ ÄÅÚÁËÔÉ×ÉÒÏ×ÁÔØ Ó×ÏÊ ÁËËÁÕÎÔ ÂÅÚ ×ÍÅÛÁÔÅÌØÓÔ×Á ÓÏ ÓÔÏÒÏÎÙ ÁÄÍÉÎÉÓÔÒÁÔÏÒÏ× ÓÁÊÔÁ.\r\n
\r\níÅÔÏÄ ÉÄÅÎÔÉÆÉËÁÃÉÉ (ÐÏ ÕÍÏÌÞÁÎÉÀ)
\r\n÷ÙÂÅÒÉÔÅ ÍÅÔÏÄ, ËÏÔÏÒÙÊ ×Ù ÈÏÔÉÔÅ ÉÓÐÏÌØÚÏ×ÁÔØ ÄÌÑ ÉÄÅÎÔÉÆÉËÁÃÉÉ ÐÏÌØÚÏ×ÁÔÅÌÅÊ. äÏÓÔÕÐÎÏ Ä×Á ÍÅÔÏÄÁ: WebGUI É LDAP. íÅÔÏÄ WebGUI ÐÒÅÄÐÏÌÁÇÁÅÔ, ÞÔÏ ÉÍÑ ÐÏÌØÚÏ×ÁÔÅÌÑ É ÐÁÒÏÌØ ÈÒÁÎÑÔÓÑ × ÂÁÚÅ ÄÁÎÎÙÈ ÓÉÓÔÅÍÙ. á ÐÒÉ ×ÙÂÏÒÅ ÍÅÔÏÄÁ LDAP ÉÄÅÎÔÉÆÉËÁÃÉÑ ÐÏÌØÚÏ×ÁÔÅÌÅÊ ÐÒÏÉÓÈÏÄÉÔ ÓÒÅÄÓÔ×ÁÍÉ ×ÎÅÛÎÅÇÏ ÓÅÒ×ÅÒÁ LDAP.\r\n
\r\núÁÍÅÞÁÎÉÅ: íÅÔÏÄ ÉÄÅÎÔÉÆÉËÁÃÉÉ ÍÏÖÎÏ ÕËÁÚÁÔØ ÄÌÑ ËÁÖÄÏÇÏ ÐÏÌØÚÏ×ÁÔÅÌÑ.\r\n
\r\n
^File();
Diese Makros erzeugt einen direkten Link zu einer Datei. \r\nEs wird ein verlinktes Symbol für die Datei und der verlinkte Dateiname ausgegeben. \r\n
^I();
Dieses Makro gibt eine Grafik aus dem Uploadmanager mit HTML-Image \r\nTags zurück, so dass Sie schnell und einfach eine Grafik aus Ihrem Bestand auf \r\nIhrer Seite anzeigen können.
Beispiel: ^I("logo"); \r\n
^i();
Dieses Makro gibt die URL für eine Datei zurück. \r\n
Beispiel: ^i("status report"); \r\n
^RandomImage();
Dieses Makro nimmt einen Upload-Ordner (aus \r\ndem UploadManager) als Parameter. Wenn der Ordner nicht näher benannt wird, \r\ndann wird der Root-Ordner verwendet. Das Makro wählt dann zufällig eine Grafik \r\naus dem Ordner und stellt sie dar, ähnlich wie beim ^I(); Makro.
Beispiel: ^RandomImage("Grafiken"); \r\n
^RandomSnippet();
Dieses Makro nimmt einen Upload-Ordner (aus \r\ndem UploadManager) als Parameter. Wenn der Ordner nicht näher benannt wird, \r\ndann wird der Root-Ordner verwendet. Das Makro wählt dann zufällig einen Schnipsel \r\naus dem Ordner und stellt es dar, ähnlich wie beim ^Snippet(); Makro. \r\n \r\n
Beispiel: ^RandomSnippet("Textbausteine"); \r\n
^SI();
Mit dem Scaled Image Makro werden Grafiken aus dem UploadManager \r\nverwendet und neu skaliert (Server-seitig), entweder unter Beibehaltung der \r\nOriginal-Seitenverhältnisse der Grafik oder die Angabe neuer Seitengrössen. \r\n
Es gibt 4 Parameter. Der erste ist der Name der Grafik oder die ID. Der zweite \r\nParameter ist die Breite. Ein Wert von "0" führt dazu, dass die Breite \r\nrelativ vom Wert der Höhe der Grafik berechnet wird. Der dritte Parameter ist \r\ndann die Höhe. Ebenso wie bei der Breite führt der Wert "0" zu einer \r\nrelativen Höhe im Verhältnis zur Breite. Der vierte Parameter gibt Ihnen die \r\nMöglichkeit, weitere Parameter angzugeben. \r\n
Beispiele:
Anzeige einer Grafik mit Angabe des Namens (keine Skalierung)
^SI(meineGrafik); \r\n\r\n
Anzeige einer Grafik mit Angabe der GrafikID (keine Skalierung)
^SI(66); \r\n
Skalierung nach der Breite, in dem Fall wären es 25 %
^SI(66,25); \r\n
Skalierung nach der Höhe, in dem Fall wären es 25 %.
^SI(66,0,25); \r\n
Diverse Einstellungen,
^SI(66,148,25); \r\n
Weitere Parameter
^SI(66,0,0,\'border="0"\');
^Snippet();
Dieses Makro enthält den Inhalt eines Schnipsels und \r\nfügt ihn in die Seite ein.
Beispiel: ^Snippet("flash code"); \r\n
^Thumbnail();
Dieses Makro gibt die URL für das Vorschaubild einer \r\nGrafik zurück \r\n
Beispiel: ^Thumbnail("logo"); \r\n
^ThumbnailLinker();
Dieses Makro erzeugt ein Vorschaubild und den \r\nNamen der Grafik. Ein Klick auf die Grafik verlinkt auf deren Vollansicht. \r\n
Beispiel: ^ThumbnailLinker("logo");
',1056098893,NULL); -INSERT INTO international VALUES (715,'WebGUI',21,'ðÅÒÅÎÁÐÒÁ×ÌÅÎÉÅ ÎÁ URL',1036070893,NULL); -INSERT INTO international VALUES (724,'WebGUI',21,'éÍÑ ÐÏÌØÚÏ×ÁÔÅÌÑ ÎÅ ÍÏÖÅÔ ÎÁÞÉÎÁÔØÓÑ Ó ÐÒÏÂÅÌÁ.',1036070945,NULL); -INSERT INTO international VALUES (6,'WobjectProxy',21,'ðÒÏËÓÉ ÍÏÄÕÌÅÊ ÓÏÚÄÁÎ ÄÌÑ ÔÏÇÏ, ÞÔÏÂÙ ÓÏÚÄÁÔØ ËÏÐÉÀ Ó ÏÄÎÏÊ ÓÔÒÁÎÉÃÙ ÓÁÊÔÁ É ÐÏÍÅÓÔÉÔØ ÅÅ ÎÁ ÄÒÕÇÕÀ ÓÔÒÁÎÉÃÕ. éÓÐÏÌØÚÕÅÔÓÑ × ÔÅÈ ÓÌÕÞÁÑÈ, ËÏÇÄÁ ÏÄÎÕ É ÔÕ ÖÅ ÉÎÆÏÒÍÁÃÉÀ ÎÁÄÏ ÒÁÚÍÅÓÔÉÔØ × ÒÁÚÎÙÈ ÒÁÚÄÅÌÁÈ ÓÁÊÔÁ.\r\n÷ÒÅÍÑ, × ÔÅÞÅÎÉÉ ËÏÔÏÒÏÇÏ ÈÒÁÎÉÔÓÑ ËÜÛ (ÄÌÑ ÇÏÓÔÅÊ)
\r\n÷×ÅÄÉÔÅ ×ÒÅÍÑ.\r\n
\r\nNOTE: Page caching is only available if your administrator has installed the Cache::FileCache Perl module. Using page caching can improve site performance by as much as 1000%.',1048516924,NULL); -INSERT INTO international VALUES (635,'WebGUI',21,'ðÁËÅÔÙ ÐÒÅÄÓÔÁ×ÌÑÀÔ ÓÏÂÏÊ ÓÇÒÕÐÐÉÒÏ×ÁÎÎÙÅ ÓÔÒÁÎÉÃÙ É ÏÂßÅËÔÙ. éÓÐÏÌØÚÏ×ÁÎÉÅ ÐÁËÅÔÏ× ÜÆÆÅËÔÉ×ÎÏ, ÅÓÌÉ ÐÏÌØÚÏ×ÁÔÅÌÑÍ ÓÁÊÔÁ ÐÒÉÈÏÄÉÔÓÑ ÞÁÓÔÏ ÏÄÉÎÁËÏ×ÕÀ ÐÏÓÌÅÄÏ×ÁÔÅÌØÎÏÓÔØ ÄÅÊÓÔ×ÉÊ. îÁÐÒÉÍÅÒ: ÎÁÄÏ ÞÁÓÔÏ ÄÏÂÁ×ÌÑÔØ ÓÔÒÁÎÉÃÕ É ÎÁ ÓÔÒÁÎÉÃÕ ÄÏÂÁ×ÌÑÔØ ÓÔÁÔØÀ.',1042131971,NULL); -INSERT INTO international VALUES (636,'WebGUI',21,'äÌÑ ÔÏÇÏ, ÞÔÏÂÙ ÓÏÚÄÁÔØ ÐÁËÅÔ ×ÙÐÏÌÎÉÔÅ ÓÌÅÄÕÀÝÕÀ ÎÉÖÅ ÐÏÓÌÅÄÏ×ÁÔÅÌØÎÏÓÔØ ÄÅÊÓÔ×ÉÊ:\r\n
\r\n\r\nNOTES: You can also use the special case ^a(linkonly); to return only the URL to the account page and nothing more. Also, the .myAccountLink style sheet class is tied to this macro.\r\n
\r\n\r\n\r\n^AdminText();
\r\nDisplays a small text message to a user who is in admin mode. Example: ^AdminText(\"You are in admin mode!\");\r\n
\r\n\r\n^AdminToggle; or ^AdminToggle();
\r\nPlaces a link on the page which is only visible to content managers and adminstrators. The link toggles on/off admin mode. You can optionally specify other messages to display like this: ^AdminToggle(\"Edit On\",\"Edit Off\");\r\n
\r\n\r\n^CanEditText();
\r\nDisplay a message to a user that can edit the current page.\r\n
\r\nExample: ^CanEditText(^AdminToggle;);\r\n
\r\n\r\n^EditableToggle; or ^EditableToggle();
\r\nExactly the same as AdminToggle, except that the toggle is only displayed if the user has the rights to edit the current page.\r\n
\r\n\r\n^GroupAdd();
\r\nUsing this macro you can allow users to add themselves to a group. The first parameter is the name of the group this user should be added to. The second parameter is a text string for the user to click on to add themselves to this group.\r\n
\r\nNOTE: If the user is not logged in, or or already belongs to the group, or the group is not set to allow auto adds, then no link will be displayed.\r\n
\r\n\r\n\r\n^GroupDelete();
\r\nUsing this macro you can allow users to delete themselves from a group. The first parameter is the name of the group this user should be deleted from. The second parameter is a text string for the user to click on to delete themselves from this group.\r\n
\r\nNOTE: If the user is not logged in or the user does not belong to the group, or the group is not set to allow auto deletes, then no link will be displayed.\r\n
\r\n\r\n^GroupText();
\r\nDisplays a small text message to the user if they belong to the specified group. And you can specify an alternate message to those who are not in the group.\r\n
\r\nExample: ^GroupText(\"Visitors\",\"You need an account to do anything cool on this site!\",\"We value our registered users!\");\r\n
\r\n\r\n^L; or ^L(); - Login Box
\r\nA small login form. You can also configure this macro. You can set the width of the login box like this ^L(20);. You can also set the message displayed after the user is logged in like this ^L(20,Hi ^a(^@;);. Click %here% if you wanna log out!)\r\n
\r\n\r\nNOTE: The .loginBox style sheet class is tied to this macro.\r\n
\r\n\r\n^LoginToggle; or ^LoginToggle();
\r\nDisplays a \"Login\" or \"Logout\" message depending upon whether the user is logged in or not. You can optionally specify other labels like this: ^LoginToggle(\"Click here to log in.\",\"Click here to log out.\");. You can also use the special case ^LoginToggle(linkonly); to return only the URL with no label.\r\n
\r\n\r\n^@; - Username
\r\nThe username of the currently logged in user.\r\n
\r\n\r\n\r\n^#; - User ID
\r\nThe user id of the currently logged in user.\r\n
\r\n\r\n',1053779917,NULL); -INSERT INTO international VALUES (841,'WebGUI',1,'Navigation Macro',1078243564,NULL); -INSERT INTO international VALUES (837,'WebGUI',1,'Folder, Add/Edit',1038871918,NULL); -INSERT INTO international VALUES (838,'WebGUI',1,'Folders are used to organize collateral, much the same way you\'d use folders on your hard drive or in a file cabinet.\r\n
\r\nOrganize in Folder\r\n\r\npositionX_loop
\r\nThe loop that defines a page position and contains a list of wobjects for that position. Replace X with a number, so position one would be position1_loop, and position two would be position2_loop, etc.\r\n
\r\n\r\nwobject.canView\r\n\r\n
\r\nA condition indicating whether the current user has the privileges to view this wobject. \r\n\r\n\r\nwobject.canEdit
\r\nA condition indicating whether the current user has the privileges to edit this wobject.\r\n\r\n\r\nwobject.controls
\r\nThe toolbar for manipulating the properties of this wobject.\r\n\r\n\r\nwobject.namespace
\r\nThe namespace of this wobject. This is also known as the wobject type, for instance Article, USS, SQLReport, and SiteMap are all namespaces.\r\n\r\n\r\nwobject.id
\r\nThe unique identifier for this wobject.\r\n\r\n\r\nwobject.isInDateRange
\r\nA condition indicating whether the wobject is scheduled to be displayed right now. The variable wobject.canView already takes this into account, but content managers can always view content, so this is an extra check so they don\'t have to see the wobject if it\'s not scheduled to appear yet, or if it\'s end date has already passed.\r\n\r\n\r\nwobject.content
\r\nThe content produced by the wobject.\r\n\r\n\r\n
\r\nNOTE: The position elements can go up to 1 billion, which should be more than enough for the average site.\r\n\r\n
\r\n\r\npage.canEdit
\r\nA condition indicating whether the current user has the privileges to edit this page.\r\n
\r\n\r\npage.controls
\r\nThe toolbar for manipulating the properties of the page.\r\n
\r\n\r\n\r\n\r\n',1070028702,NULL); -INSERT INTO international VALUES (825,'WebGUI',1,'Template, Language',1038865669,NULL); -INSERT INTO international VALUES (826,'WebGUI',1,'WebGUI has a powerful templating language built to give you maximum control over the layout of your content. The following is a list of the template language syntax.\r\n\r\n
\r\nNOTE: Please note that the words foo and bar are used below as placeholders for the actual variable names that you\'ll use. They are not part of the template language.\r\n\r\n\r\nVariables\r\n <TMPL_LOOP FOO>\r\n <TMPL_IF __FIRST__>\r\n This only outputs on the first pass.\r\n </TMPL_IF>\r\n\r\n <TMPL_IF __ODD__>\r\n This outputs every other pass, on the odd passes.\r\n </TMPL_IF>\r\n\r\n <TMPL_UNLESS __ODD__>\r\n This outputs every other pass, on the even passes.\r\n </TMPL_UNLESS>\r\n\r\n <TMPL_IF __INNER__>\r\n This outputs on passes that are neither first nor last.\r\n </TMPL_IF>\r\n\r\n <TMPL_IF __LAST__>\r\n This only outputs on the last pass.\r\n <TMPL_IF>\r\n </TMPL_LOOP>\r\n\r\n\r\n\r\nNOTE:Both the template language and template variables are case-insensitive.',1038865669,NULL); -INSERT INTO international VALUES (74,'USS',1,'User Submission System Template',1038865585,NULL); -INSERT INTO international VALUES (75,'USS',1,'This is the listing of template variables available in user submission system templates.\r\n\r\n\r\nreadmore.label
\r\n\r\naddlink.label
\r\nA translated label that prompts the user to add a link to the USS.\r\n
\r\n\r\nsearch.label
\r\nA translated label for the search link.\r\n
\r\n\r\ncanModerate
\r\nA condition indicating whether the current user has the rights to moderate posts in this USS.\r\n
\r\n\r\ntitle.label
\r\nA translated label for the title column.\r\n
\r\n\r\nsubmissions_loop
\r\nA loop containing each submission.\r\n
\r\n\r\nsubmission.id\r\n\r\n\r\n',1082367203,NULL); -INSERT INTO international VALUES (73,'MessageBoard',1,'Message Board Template',1066584179,NULL); -INSERT INTO international VALUES (74,'MessageBoard',1,'The following is the list of template variables available in message board templates.\r\n\r\n\r\nforum.add.url
\r\nA 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.content.full
\r\nThe full text content of this submission.\r\n\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.userDefined1 - submission.userDefined5
\r\nA series of user defined fields to add custom functionality to the USS.\r\n\r\n\r\nsubmission.userId
\r\n\r\nsubmission.username
\r\nThe user id of the user that posted this submission.\r\n
\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.image
\r\nThe URL of the image attached to this submission.\r\n\r\n\r\n\r\nsubmission.date
\r\n\r\nsubmission.date.updated
\r\nThe that this submission was posted.\r\n
\r\nA human readable date that displays the date and time this submission was last edited.\r\n\r\n\r\nsubmission.currentUser
\r\nA condition indicating whether the current user is the same as the user that posted this submission.\r\n\r\n\r\nsubmission.userProfile
\r\nThe URL to the profile of the user that posted this submission.\r\n\r\n\r\nsubmission.edit.url
\r\nThe URL to edit this submission.\r\n\r\n\r\n\r\nsubmission.secondColumn
\r\n\r\nsubmission.thirdColumn
\r\nA condition indicating whether or not this submission would belong in the second column, in a multi-column layout.\r\n
\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\nsubmission.controls
\r\nThe administrative toolbar for each submission.\r\n\r\n\r\n
\r\n\r\nforum.add.label
\r\nThe default label for forum.add.url.\r\n
\r\n\r\ntitle.label
\r\nThe default label for the title columnn.\r\n
\r\n\r\nviews.label
\r\nThe default label for the views column.\r\n
\r\n\r\nrating.label
\r\nThe default label for the ratings column.\r\n
\r\n\r\nthreads.label
\r\nThe default label for the threads column.\r\n
\r\n\r\nreplies.label
\r\nThe default label for the replies column.\r\n
\r\n\r\nlastpost.label
\r\nThe default label for the last post column.\r\n
\r\n\r\n\r\nforum_loop
\r\nA loop containing the data for each of the forums contained in this message board.\r\n
\r\n\r\n
\r\n\r\nforum.controls\r\n
\r\nThe editing controls for this forum.\r\n\r\n\r\nforum.count
\r\nAn integer displaying the forum count as it goes through the loop.\r\n\r\n\r\nforum.title
\r\nThe title of this forum.\r\n\r\n\r\nforum.description
\r\nThe description of this forum.\r\n\r\n\r\nforum.replies
\r\nThe number of replies all the threads in this forum have received.\r\n\r\n\r\nforum.rating
\r\nThe average rating of all the posts in the forum.\r\n\r\n\r\nforum.views
\r\nThe total number of views of all the posts in the forum.\r\n\r\n\r\nforum.threads
\r\nThe total number of threads in this forum.\r\n\r\n\r\nforum.url
\r\nThe url to view this forum.\r\n\r\n\r\nforum.lastpost.url
\r\nThe url to view the last post in this forum.\r\n\r\n\r\nforum.lastpost.date
\r\nThe human readable date of the last post in this forum.\r\n\r\n\r\nforum.lastpost.time
\r\nThe human readable time of the last post in this forum.\r\n\r\n\r\nforum.lastpost.epoch
\r\nThe epoch date of the last post in this forum.\r\n\r\n\r\nforum.lastpost.subject
\r\nThe subject of the last post in this forum.\r\n\r\n\r\nforum.lastpost.user.id
\r\nThe userid of the last poster.\r\n\r\n\r\nforum.lastpost.user.name
\r\nThe username of the last poster.\r\n\r\n\r\nforum.lastpost.user.profile
\r\nThe url to the last poster\'s profile.\r\n\r\n\r\nforum.lastpost.user.isVisitor
\r\nA condition indicating where the last poster was a visitor.\r\n\r\n\r\n\r\n
\r\n\r\ndefault.listing
\r\nA full forum rendered using the forum template.\r\n
\r\n\r\ndefault.description
\r\nThe description of the default forum.\r\n
\r\n\r\ndefault.title
\r\nThe title of the default forum.\r\n
\r\n\r\ndefault.controls
\r\nThe controls for the default forum.\r\n
\r\n\r\nareMultipleForums
\r\nA condition indicating whether there is more than one forum.\r\n
\r\n',1066584179,NULL); -INSERT INTO international VALUES (72,'SiteMap',1,'Site Map Template',1047855100,NULL); -INSERT INTO international VALUES (73,'SiteMap',1,'This is the list of template variables available for site map templates.\r\n
\r\n\r\npage_loop\r\n\r\npage.indent\r\n',1047855100,NULL); -INSERT INTO international VALUES (75,'FileManager',1,'File Manager Template',1038853712,NULL); -INSERT INTO international VALUES (76,'FileManager',1,'This is the list of template variables available in File Manager templates.\r\n\r\n\r\ntitleColumn.url
\r\nThe indent spacer for this page indicating the depth of the page in the tree.\r\n\r\n\r\npage.url
\r\nThe URL to the page.\r\n\r\n\r\npage.id
\r\nThe unique identifier for this page that WebGUI uses internally.\r\n\r\n\r\npage.title
\r\nThe title of this page.\r\n\r\n\r\npage.menutitle
\r\nThe title of this page that appears in navigation.\r\n\r\n\r\npage.synopsis
\r\nThe description of the contents of this page (if any).\r\n\r\n\r\npage.isRoot
\r\nA condition indicating whether or not this page is a root.\r\n\r\n\r\npage.isTop
\r\nA condition indicating whether or not this page is at the top of the navigation tree.\r\n\r\n\r\n\r\n
\r\nfile.canView\r\n\r\nnoresults.message
\r\nA condition as to whether the current user has the privileges to view this file.\r\n\r\nfile.controls
\r\nThe WebGUI management controls for this file.\r\n\r\nfile.title
\r\nThe title for this file.\r\n\r\nfile.version1.name
\r\nThe filename for the first version of this file.\r\n\r\nfile.version1.url
\r\nThe download URL for the first version of this file.\r\n\r\nfile.version1.icon
\r\nThe URL to the icon for the file type of the first version of this file.\r\n\r\nfile.version1.size
\r\nThe storage size of the first version of this file.\r\n\r\nfile.version1.type
\r\nThe type (or file extension) of the first version of this file.\r\n\r\nfile.version1.thumbnail
\r\nThe URL to the thumbnail for the first version of this file.\r\n\r\nfile.version1.isImage
\r\nA conditional indicating whether the first version of this file is an image or not.\r\n\r\nfile.version2.name
\r\nThe filename for the second version of this file.\r\n\r\nfile.version2.url
\r\nThe download URL for the second version of this file.\r\n\r\nfile.version2.icon
\r\nThe URL to the icon for the file type of the second version of this file.\r\n\r\nfile.version2.size
\r\nThe storage size of the second version of this file.\r\n\r\nfile.version2.type
\r\nThe type (or file extension) of the second version of this file.\r\n\r\nfile.version2.thumbnail
\r\nThe URL to the thumbnail for the second version of this file.\r\n\r\nfile.version2.isImage
\r\nA conditional indicating whether the second version of this file is an image or not.\r\n\r\nfile.version3.name
\r\nThe filename for the third version of this file.\r\n\r\nfile.version3.url
\r\nThe download URL for the third version of this file.\r\n\r\nfile.version3.icon
\r\nThe URL to the icon for the file type of the third version of this file.\r\n\r\nfile.version3.size
\r\nThe storage size of the third version of this file.\r\n\r\nfile.version3.type
\r\nThe type (or file extension) of the third version of this file.\r\n\r\nfile.version3.thumbnail
\r\nThe URL to the thumbnail for the third version of this file.\r\n\r\nfile.version3.isImage
\r\nA conditional indicating whether the third version of this file is an image or not.\r\n\r\nfile.description
\r\nThe description of this file.\r\n\r\nfile.date
\r\nThe date that this file was uploaded.\r\n\r\nfile.time
\r\nThe time that this file was uploaded.\r\n\r\n
\r\n\r\n
\r\n\r\ndaysInMonth\r\n\r\nsunday.label
\r\nThe number of days in this month.\r\n\r\n\r\nday_loop
\r\nA loop containing all the days in the month.\r\n\r\n\r\n
\r\n\r\ndayOfWeek\r\n\r\nprepad_loop
\r\nThe day number for the day in the week.\r\n\r\n\r\nday
\r\nThe day of the month.\r\n\r\n\r\nisStartOfWeek
\r\nA boolean indicating this is the first day in the week.\r\n\r\n\r\nisEndOfWeek
\r\nA boolean indicating this is the last day in the week.\r\n\r\n\r\nisToday
\r\nA boolean indicating that this day is today.\r\n\r\n\r\nevent_loop
\r\nA loop containing all of the events in this day.\r\n\r\n\r\n
\r\n\r\ndescription\r\n\r\n\r\nurl
\r\nThe description or detail of this event.\r\n\r\n\r\nname
\r\nThe name or title of this event.\r\n\r\n\r\nstart.date.human
\r\nThe human representation of the start date of this event.\r\n\r\n\r\nstart.time.human
\r\nThe human representation of the start time of this event.\r\n\r\n\r\nstart.date.epoch
\r\nThe epoch representation of the start date of this event.\r\n\r\n\r\nstart.year
\r\nThe year this event starts.\r\n\r\n\r\nstart.month
\r\nThe month this event starts.\r\n\r\n\r\nstart.day
\r\nThe day this event starts.\r\n\r\n\r\nend.date.human
\r\nThe human representation of the end date of this event.\r\n\r\n\r\nend.time.human
\r\nThe human representation of the end time of this event.\r\n\r\n\r\nend.date.epoch
\r\nThe epoch representation of the end date of this event.\r\n\r\n\r\nend.year
\r\nThe year this event ends.\r\n\r\n\r\nend.month
\r\nThe month this event ends.\r\n\r\n\r\nend.day
\r\nThe day this event ends.\r\n\r\n\r\nstartEndYearMatch
\r\nA boolean indicating whether the start and end year match.\r\n\r\n\r\nstartEndMonthMatch
\r\nA boolean indicating whether the start and end month match.\r\n\r\n\r\nstartEndDayMatch
\r\nA boolean indicating whether the start and end day match.\r\n\r\n\r\nisFirstDayOfEvent
\r\nA boolean indicating whether this day is the first day of the event.\r\n\r\n\r\ndateIsSameAsPrevious
\r\nA boolean indicating whether the start and end date of this event are the same as the previous event\'s start and end date.\r\n\r\n\r\ndaysInEvent
\r\nThe length of this event in days.\r\n\r\n\r\nurl
\r\nThe URL to view this event in detail.\r\n\r\n\r\n\r\n\r\n
\r\nA URL to today\'s events.\r\n\r\n\r\n\r\n\r\n
\r\nA loop containing info to prepad the days in the month before the start day.\r\n\r\n\r\n
\r\ncount\r\n\r\npostpad_loop
\r\nThe day of the week for this pad.\r\n\r\n\r\n\r\n
\r\nA loop containing the info to postpad the days in the month after the last day.\r\n\r\n\r\n
\r\ncount\r\n\r\nmonth
\r\nThe day of the week for this pad.\r\n\r\n\r\n
\r\nThe name of this month.\r\n\r\n\r\nyear
\r\nThe name of this year.\r\n\r\n\r\n\r\n\r\n
\r\n\r\nmonday.label
\r\nA label representing \"Monday\".\r\n
\r\n\r\ntuesday.label
\r\nA label representing \"Tuesday\".\r\n
\r\n\r\nwednesday.label
\r\nA label representing \"Wednesday\".\r\n
\r\n\r\nthursday.label
\r\nA label representing \"Thursday\".\r\n
\r\n\r\nfriday.label
\r\nA label representing \"Friday\".\r\n
\r\n\r\nsaturday.label
\r\nA label representing \"Saturday\".\r\n
\r\n\r\n\r\nsunday.label.short
\r\nA label representing the abbreviated version of \"Sunday\".\r\n
\r\n\r\nmonday.label.short
\r\nA label representing the abbreviated version of \"Monday\".\r\n
\r\n\r\ntuesday.label.short
\r\nA label representing the abbreviated version of \"Tuesday\".\r\n
\r\n\r\nwednesday.label.short
\r\nA label representing the abbreviated version of \"Wednesday\".\r\n
\r\n\r\nthursday.label.short
\r\nA label representing the abbreviated version of \"Thursday\".\r\n
\r\n\r\nfriday.label.short
\r\nA label representing the abbreviated version of \"Friday\".\r\n
\r\n\r\nsaturday.label.short
\r\nA label representing the abbreviated version of \"Saturday\".\r\n
\r\n\r\n',1078520840,NULL); -INSERT INTO international VALUES (73,'Article',1,'The following template variables are available for article templates.\r\n
\r\n\r\nnew.template\r\n<a href=\"<tmpl_var new.template>999\">Read more...</a>\r\n
\r\ndescription.full
\r\nThe full description without any pagination. (For the paginated description use \"description\" instead.)\r\n
\r\n\r\ndescription.first.100words
\r\nThe first 100 words in the description. Words are defined as characters separated by whitespace, so HTML entities and tags count as words.\r\n
\r\n\r\ndescription.first.75words
\r\nThe first 75 words in the description. Words are defined as characters separated by whitespace, so HTML entities and tags count as words.\r\n
\r\n\r\ndescription.first.50words
\r\nThe first 50 words in the description. Words are defined as characters separated by whitespace, so HTML entities and tags count as words.\r\n
\r\n\r\ndescription.first.25words
\r\nThe first 25 words in the description. Words are defined as characters separated by whitespace, so HTML entities and tags count as words.\r\n
\r\n\r\ndescription.first.10words
\r\nThe first 10 words in the description. Words are defined as characters separated by whitespace, so HTML entities and tags count as words.\r\n
\r\n\r\ndescription.first.paragraph
\r\nThe first paragraph of the description. The first paragraph is determined by the first carriage return found in the text.\r\n
\r\n\r\ndescription.first.2paragraphs
\r\nThe first two paragraphs of the description. A paragraph is determined by counting the carriage returns found in the text.\r\n
\r\n\r\ndescription.first.sentence
\r\nThe first sentence in the description. A sentence is determined by counting the periods found in the text.\r\n
\r\n\r\ndescription.first.2sentences
\r\nThe first two sentences in the description. A sentence is determined by counting the periods found in the text.\r\n
\r\n\r\ndescription.first.3sentences
\r\nThe first three sentences in the description. A sentence is determined by counting the periods found in the text.\r\n
\r\n\r\ndescription.first.4sentences
\r\nThe first four sentences in the description. A sentence is determined by counting the periods found in the text.\r\n
\r\n\r\n\r\n\r\nattachment.box
\r\nOutputs a standard WebGUI attachment box including icon, filename, and attachment indicator.\r\n
Gedeeld klembord gebruiken?
\r\nDit zet een enkel systeembreed klembord aan dat door alle gebruikers gedeeld wordt. Standaard worden de klemborden per gebruiker gescheiden.
Gedeelde prullebak gebruiken?
\r\nDit zet een enkele systeembreede prullebak aan dat door alle gebruikers gedeeld wordt. Standaard worden de prullebakken per gebruiker gescheiden.
Echte client IP adres gebruiken als een proxy is ingesteld?
\r\nAls dit aanstaat en de omgevings variabele HTTP_X_FORWARDED_FOR aanwezig is, zal deze waarde gebruikt worden in plaats van REMOTE_ADDRESS voor het IP adres van de browser van de client. Dit is vereist voor het normaal functioneren van IP gebaseerde groepen, die reverse-proxied, load-balanced systeem ontwerpen gebruiken. In deze omgevingen zouden alle verzoeken dan namelijk van dezelfde host komen, de proxy server. Als het onzeker is of het nodig is deze instelling aan te zetten, kan deze beter uitgeschakeld blijven.
Voorkom Proxy Caching
\r\n Sommige bedrijven hebben proxyservers die problemen met WebGUI kunnen opleveren. \r\nWanneer er problemen met WebGUI geconstateerd worden en er wordt tevens gebruik \r\ngemaakt van een proxyserver is het wellicht verstandig deze instelling op \r\nJa te zetten. Let op dat WebGUI\'s URLs er niet zo gebruikersvriendelijk uit zullen zien wanneer deze optie aan staat
Laat debugging zien
\r\nLaat debugging informatie zijn in deoutput van WebGUI. Dit is voornamelijk handig voor WebGUI ontwikkelaars, maar kan ook interessant zijn voor Beheerders die een probleem willen oplossen.
Houdt pagina statistieken bij?
\r\nWebGUI kan sommige statistische informatie van de site bijhouden. Het genereert \r\nwat extra belasting op uw processor en laat de database veel sneller groeien.Zet dit alleen aan als er geen extern web statistiek programma wordt gebruikt.
De te gebruiken host
\r\nSelecteer de host die standaard gebruikt wordt bij het genereren van URL\'s. Config Sitename zal de \"sitename\" variabele uit het configureer bestand gebruiken. En Env HTTP Host zal de \"HTTP_HOST\" omgevings variabele gebruiken die door de web server geleverd wordt.
Cascading Style Sheets (CSS) zijn \r\neen goede manier om het uiterlijk en gevoel van een webpagina te beheren. \r\nZe worden uitgebreid gebruikt in WebGUI.
\r\nAls er geen ervaring is met het gebruik van CSS, heeft Plain Black cursussen in XHTML en CSS. Als alternatief kan de CSS editor, genaamd Top Style gebruikt worden.
\r\nDe volgende lijst bevat de verschillende klassen die gebruikt worden het \r\nuiterlijk en gevoel van WebGUI te bepalen:
\r\nA
\r\n De links in een stijl.
BODY
\r\n De standaard indeling van alle paginas die de stijl gebruiken.
H1
\r\n De headers (koppen) op elke pagina.
.content
\r\n Het belangrijkste inhouds gebied in elke pagina die de stijl gebruikt.
.formDescription
\r\n De labels op alle formulieren naast de formulier elementen.
.formSubtext
\r\n De labels onder sommige formulier elementen.
.highlight
\r\nDuid een highlighted object aan, zoals een bericht dat bekeken wordt binnen\r\neen lijst.
.pagination
\r\nDe Vorige en Volgende links op paginas die opgebroken worden in meer paginas.
.tableData
\r\nDe data rijen in dingen zoals berichtenborden en gebruikersbijdragen.
.tableHeader
\r\nDe headers van kolommen in dingen zoals berichtenborden en gebruikersbijdragen.
N.B.: Sommige wobjecten en macros hebben hun eigen unieke stylesheet\r\nklasse, die gedocumenteerd worden in hun eigen hulp bestanden.
',1079540341,NULL); -INSERT INTO international VALUES (622,'WebGUI',3,'Zie Beheren Groep voor een beschrijving van groepeer functies en de standaard groepen.
\r\nGroepsnaam
\r\nEen naam van de groep. Het is handig een naam te kiezen die de groep beschrijft,\r\nzodat het makkelijk herkenbaar is.
Beschrijving
\r\nEen langere beschrijving van de groep zodat beheerders en inhoud beheerders\r\n(of u als u het zelf vergeet) weten wat het doel van de groep is.
Verlopen Na
\r\nDe tijd die een gebruiker tot deze groep behoort, voordat de gebruikersaccount\r\nverloopt (of dat de gebruiker verwijderd wordt). Dit is nuttig voor paginas\r\nwaarop de gebruikers bepaalde privileges hebben voor een specifieke periode.
N.B.: Dit kan ook per gebruiker worden ingesteld.
\r\nGebruiker informeren over verlopen?
\r\nStel deze waarde in op ja als WebGUI contact op moet nemen met de gebruiker over het verlopen van hun lidmaatschap van de groep.
Offset voor informeren over verlopen
\r\nHet verschil in aantal dagen van het verlopen tot de berichtgeving. Dit kan op elke geldige integer ingesteld worden. Het kan bijvoorbeeld op \"0\" gezet worden om het bericht dezelfde dag te sturen. Zet het op \"-7\" als het bericht 7 dagen voor het verlopen gestuurd moet worden.Zet het op \"7\" als het bericht 7 dagen na het verlopen gestuurd moet worden.\r\n
Informatie bericht over het verlopen
\r\nTyp het bericht dat aan de gebruiker gestuurd moet worden over het verlopen.
Verwijderen Offset
\r\nHet verschil in aantal dagen van het verlopen van de groep tot het verwijderen van de groep. Dit kan op elke geldige integer ingesteld worden. Het kan bijvoorbeeld op \"0\" gezet worden om de groep dezelfde dag te verwijderen. Zet het op \"-7\" als de groep 7 dagen voor het verlopen verwijderd moet worden.Zet het op \"7\" als de groep 7 dagen na het verlopen verwijderd moet worden.
Scratch Filter
\r\nEen gebruiker kan dynamisch gebonden in hun sessie worden aan een groep door een scratch variabele. Scratch variabelen kunnen geprogrammeerd worden of via het web ingesteld worden. Voor het instellen van een scratch variabele, zet het volgende aan het eind van een willekeurig URL:
?op=setScratch&scratchName=somename&scratchValue=somevalue
\r\nAls dat gedaan is, zal als een gebruiker op die link klikt een scratch variabele toegevoegd worden aan hun sessie. Deze heeft de naam \"www_somename\" en een waarde van \"somevalue\". Het \"www_\" is bedoelt voor het voorkomen van dat web verzoeken scratch variabelen overschrijven die ingeprogrammeerd zijn.\r\nOm een scratch filter te installeren kan eenvoudig een regel toegevoegd worden aan het scratch filter dat er zo uitziet:
\r\nwww_somename=somevalue
\r\nIP Adres
\r\nSpecificeer een IP adres of een IP Masker dat erbij past. Als het IP adres van de gebruiker hetzelfde is, zal deze automatisch in de groep worden opgenomen. een Ip masker is een IP adres min een octet of twee. Er kunnen ook meervoudige IP maskers gespecificeerd worden, die door punt-komma\'s gescheiden worden.
Voorbeeld Ip Masker: 10.;192.168.;101.42.200.142
\r\nKarma Drempel
\r\nWanneer Karma gebruikt wordt, kan deze waarde ingesteld worden. De Karma\r\nDrempel is de hoeveelheid karma die een gebruiker moet hebben om als onderdeel\r\nvan de groep beschouwd te worden.
Kunnen gebruikers zichzelf toevoegen?
\r\nIs het gewenst dat gebruikers zichzelf kunnen toevoegen aan deze groep? Zie het GroupAdd macro voor meer informatie.
Kunnen gebruikers zichzelf verwijderen?
\r\nIs het gewenst dat gebruikers zichzelf kunnen verwijderen van deze groep? Zie het GroupDelete macro voor meer informatie.
De volgende opties worden alleen aanbevolen aan gevorderde WebGUI beheerders.
\r\nDatabase Link
\r\nAls het gewenst is dat deze groep gebruikers goedkeurt met behulp van een externe database, kies dan de database link die gebruikt moet worden.
SQL Zoekopdracht
\r\nVeel organisaties hebben externe database die gebruikers in groepen indeelt; een HR database kan bijvoorbeeld een werknemer ID aan een zorgverzekeraar plan koppelen. Voor het geldig verklaren van gebruikers met gebruik van een externe database, is een SQL statement nodig dat een 1 geeft als een gebruiker deel is van de groep. Zorg dat dit statement begint met \"select 1\". Er kunnen macros gebruikt worden in deze zoekopdracht, zodat de data (zoals werknemer ID) in het gebruikersprofiel bekeken kan worden. Hier is een voorbeeld dat een gebruiker controleert tegen een fictieve HR database. Di veronderstelt dat er een extra profiel veld is met de naam employeeId.
select 1 from employees, health_plans, empl_plan_map
\r\nwhere employees.employee_id = ^User(\"employeeId\");
\r\nand health_plans.plan_name = \'HMO 1\'
\r\nand employees.employee_id = empl_plan_map.employee_id
\r\nand health_plans.health_plan_id = empl_plan_mp.health_plan_id\r\n
Deze groep kan dan \"Employees in HMO 1\" genoemd worden en zorgt ervoor dat een pagina of wobject alleen door die gebruikers, die onderdeel uitmaken van dit gezondheidsplan in de externe database, gebruikt kan worden.
\r\nHoe lang moeten externe groepen in het cache worden opgeslagen?
\r\nGrote sites die externe groeps data gebruiken zullen veel beroep doen op de externe database. Voor het verminderen van deze belasting kan er hier geselcteerd worden hoe lang de resultaten van een externe database zoekopdracht opgeslagen wordt in het cache binnen de WebGUI database. Toekomstige webGUI versies zouden geavanceerdere achtergrond cache-opslag kunnen gaan bevatten.
SMTP Server
\r\n Dit is het adres van de locale mail server. Dit is nodig voor alle kenmerken \r\ndie het Internet email systeem gebruiken (zoals wachtwoord herstellen).
Als er een sendmail server en het WebGUI systeem op dezelfde machine gedraaid \r\nworden kan er optioneel ook een pad gespecificeerd worden naar het sendmail\r\nprogramma. Dit kan op de meeste Linux systemen gevonden worden in \"/usr/lib/sendmail\".
\r\nE-mail voettekst
\r\nDeze voettekst zal gebruikt worden voor macro\'s en e-mail die vanaf WebGUI verstuurd worden.
Waarschuwen bij nieuwe gebruiker?
\r\nMoet iemand op de hoogte gebracht worden als een nieuwe gebruiker zich anoniem registreerd?
Welke groep waarschuwen bij nieuwe gebruiker?
\r\nWelke groep moet op de hoogte gebracht worden als een nieuwe gebruiker zich registreerd?
Instellingen zijn objecten waarmee WebGUI naar persoonlijke behoeften aangepast\r\nkan worden.
\r\nBewerk Bedrijfsinformatie
\r\nSpecifieke informatie over het bedrijf of individu waardoor deze WebGUI installatie\r\nbeheerd wordt.
Bewerk Inhoud Instellingen
\r\nInstellingen die betrekking hebben op inhoud of inhoudsmanagement.
Bewerk Mail Instellingen
\r\nInstellingen die betrekking hebben op email of andere bericht gerelateerde functies.
Bewerk Diverse Instellingen
\r\nAlle instellingen die niet duidelijk onder een andere noemer vallen.
Bewerk Profiel Instellingen
\r\nDefinieer hoe gebruikers profielen eruit zien en hoeveel de gebruikers de\r\nmogelijkheid hebben te bewerken.
Bewerk Gebruikers Instellingen
\r\nGebruikers gerelateerde instellingen die verder gaan dan profiel instellingen,\r\ndit zijn bijvoorbeeld authenticatie informatie en registratie opties.
Zie Beheer Gebruikers voor extra details.
\r\nGebruikersnaam
\r\nDe gebruikersnaam is een unieke identificatie voor een gebruiker. Het is ook de naam waaronder een gebruiker bekend staat op de pagina. (N.B.:\r\nbeheerders hebben ongelimiteerd gebruik in het WebGUI systeem. Dit betekent\r\nook dat ze het systeem kapot kunnen maken. Wanneer een gebruiker wordt hernoemd\r\nof toegevoegd, zorg dan dat er geen gebruiksnaam wordt gebruikt die al bestaat.)
Wachtwoord
\r\nEen wachtwoord wordt gebruikt om te controleren of een gebruiker inderdaad\r\nis wie hij of zij zegt dat hij of zij is.
Wachtwoord Tijdslimiet
\r\nStel in hoe lang het duurt voordat het wachtwoord van een gebruiker verloopt en de gebruiker het wachtwoord moet veranderen.
Gebruikers toestaan de gebruikersnaam te veranderen
\r\nMoeten gebruikers zelf hun gebruikersnaam kunnen veranderen?
Gebruikers toestaan het wachtwoord te veranderen
\r\nMoeten gebruikers zelf hun wachtwoord kunnen veranderen?
Authenticatie Methode
\r\nZie Bewerk Instellingen voor details.
\r\n
\r\nLDAP URL
\r\nZie Bewerk Instellingen voor details.
\r\n
\r\nDN verbinding
\r\nDe DN verbinding is de cn (of common name (normale naam)) van een\r\ngegeven gebruiker in de LDAP database. Deze zou bijvoorbeeld gespecificeerd\r\nmoeten worden als cn=John Doe. Dez is in een aangepaste versie is\r\nmeestal ook de gebruikersnaa, die gebruikt wordt voor de authenticatie in\r\nde LDAP server.
\r\n',1079534929,NULL);
-INSERT INTO international VALUES (607,'WebGUI',3,'
Anonieme Registratie
\r\n Is het gewenst dat bezoekers zichzelf kunnen inschrijven?
Start Bij Registratie
\r\n Wanneer hier een commandoregel is gespecificeerd, zal dit commando elke keer dat een gebruiker zich anoniem inschrijft uitgevoerd worden.
Karma aanzetten?
\r\n Moet karma zijn aangezet?
Karma Per Login
\r\n De hoeveelheid karma die aan een gebruiker gegeven wordt wanneer ingelogd wordt. Dit heeft alleen effect als karma aan is gezet.
Sessie Uitschakelen Na
\r\n De hoeveelheid tijd dat een gebruiker actief blijft (voordat er opnieuw moet worden ingelogd). Deze tijd wordt iedere keer dat een gebruiker een\r\npagina bezicht op nul gesteld. Als deze tijd op bijvoorbeeld op 8 uur staat, moet een gebruiker opnieuw inloggen als de pagina 8 uur niet bezocht is.
Authenticatie methode (standaard)
\r\nWat is de standaard authenticatie methode voor nieuwe accounts. De twee opties\r\nzijn WebGUi en LDAP. WebGUI authenticatie dat gebruikers zich moeten authenticeren\r\nmet de gebruikersnamen en wachtwoorden die in de WebGUI database staan. LDAP authenticatie betekent dat de gebruikersnamen en wachtwoorden in een externe LDAP server staan.
N.B.: De authenticatie instellingen kunnen per gebruiker ingesteld worden.
\r\nN.B.: Afhankelijk van welke authenticatie modules geïnstalleerd zijn in het systeem, zullen er enkele opties getoond worden. De volgende zijn de opties voor de twee standaard geïnstalleerde authenticatie opties.
\r\nLogin coderen?
\r\nMoet het systeem het https protocol gebruiken voor het login formulier> Let op dat als deze optie op waar staat alleen de authenticatie zelf zal coderen, niet iets anders voor of na de authenticatie.
Minimum Lengte Wachtwoord
\r\nStel de minimum lengte in die wachtwoorden moeten zijn. Als deze op nul ingesteld wordt, is er geen minimum lengte.
Wachtwoord Tijdslimiet
\r\nStel in hoe lang het duurt voordat het wachtwoord van een gebruiker verloopt en de gebruiker het wachtwoord moet veranderen.
Wachtwoorden verlopen bij het aanmaken van gebruikers?
\r\nMoet een wachtwoord van een gebruiker verlopen wanneer de gebruiker aangemaakt is door een beheerder, die een verandering forceert.
Gebruikers toestaan de gebruikersnaam te veranderen
\r\nMoeten gebruikers zelf hun gebruikersnaam kunnen veranderen?
Gebruikers toestaan het wachtwoord te veranderen
\r\nMoeten gebruikers zelf hun wachtwoord kunnen veranderen?
Welkomstbericht sturen?
\r\nMoet WebGUI automatisch een bericht sturen aan gebruikers wanneer zij zich registreren op de site?
N.B.: Als toevoeging op het hieronder gespecificeerde bericht, wordt ook de informatie over de account van de gebruiker in het bericht opgenomen.
\r\nWelkomstbericht
\r\nTyp het bericht dat aan de gebruikers gestuurd wordt na registratie.
Bericht Herstellen Wachtwoord
\r\nTyp een bericht dat aan gebruikers gezonden wordt als ze hun WebGUI wachtwoord proberen te herstellen.
URL LDAP (standaard)
\r\nhet standaard URL van de LDAP server. Het LDAP URL neemt de volgende vorm\r\naan: ldap://[server]:[poort]/[basis DN]. Voorbeeld: ldap://ldap.mycompany.com:389/o=MyCompany.
LDAP identiteit
\r\nDe LDAP identiteit is de unieke identificatie van een gebruiker. Vaak neemt\r\ndit veld Kortenaam de volgende vorm aan: eerste voorletter + achternaam.\r\nVoorbeeld: jdoe. Hiervoor moet de LDAP identiteit, wanneer deze als kortenaam\r\ningesteld is, door Jon Doe als jdoe ingevoerd worden tijdens het registratie\r\nprocess.
LDAP Identiteitsnaam
\r\nHet etiket dat de LDAP identiteit gebruikt voor de gebruiker. Sommige bedrijven\r\ngebruiken bijvoorbeeld een LDAP server voor hun proxy servers gebruikers\r\nom zich te identificeren. In de documentatie of training wordt de Webgebruikersnaam\r\nal aan de gebruikers gegeven, zodat dat etiket consistent gebruikt wordt.
LDAP Wachtwoord
\r\nNet als de LDAP indentiteitsnaam is hetLDAP wachtwoord een etiket. Gebruik\r\ndit etiket net zoals de LDAP identiteitsnaam.
\r\n',1079700896,NULL);
-INSERT INTO international VALUES (606,'WebGUI',3,'
Paginas kunnen gezien worden als containers voor inhoud. Als iemand bijvoorbeeld een brief wilt schrijven aan een redakteur van zijn/haar favoriete blad, dan wordt er een notepad of tekstverwerker geopend en gevuld met gedachten. \r\nHetzelfde geldt voor WebGUI. Maak een pagina en voeg dan de inhoud toe.
\r\nTitel
\r\nDe titel van de pagina wordt gebruikt door gebruikers om zich in een webpagina \r\nte orienteren. Titels moeten de inhoud beschrijven, maar niet te lang zijn.
Menu Titel
\r\nEen kortere of veranderde titel die tijdens het navigeren verschijnt. Als dit leegelaten wordt zal de titel standaard op Titel gezet worden.
Pagina URL
\r\nHet URL is meestal gebaseerd op de titel van de pagina. Wanneer het URL niet voldoet, kan het hier verandert worden.
URL Hergeleiden
\r\nWanneer deze pagina wordt bezocht, zal de gebruiker naar het hier gespecificeerde URL geleid worden.
N.B.: De hergeleidingen zullen uitgezet worden in de admin mode, zodat het makkelijker wordt om de eigenschappen van de pagina te bewerken.
\r\nVerbergen voor navigatie?
\r\nSelecteer ja om deze pagina te ververgen voor de navigatie menus en site maps.
N.B.: Dit zal de pagina niet verbergen voor de paginaboom (Adminstratieve functies... >Beheer Paginaboom.), alleen van navigatie macros en van site maps.
\r\nOpenen in nieuw venster?
\r\nSelecteer ja om deze pagina in een nieuw venster te openen. Dit wordt vaak gebruikt in samenwerking met de URL Hergeleiden parameter.
Taal
\r\nKies een standaard taal voor deze pagina. Alle berichten die door WebGUI gegenereerd worden zullen in deze taal en het karakterset van deze taal getoond worden.
Cache Tijdslimiet
\r\nDe hoeveelheid tijd dat deze pagina in het cache opgeslagen moet worden voor geregistreerde gebruikers
Cache Tijdslimiet (Bezoekers)
\r\nDe hoeveelheid tijd dat deze pagina in het cache opgeslagen moet worden voor bezoekers
N.B.: Het opslaan van paginas in het cache geheugen is alleen mogelijk als de Cache::FileCache Perl module is geïnstalleerd. Het opslaan van paginas in het cache kan de prestaties van de pagina met tot 1000% verhogen.
\r\nSjabloon
\r\nWebGUI heeft standaard een grote ruimte om wobjecten te plaatsen. Als er echter een sjabloon anders dan de standaard gemaakt wordt, kan de inhoud ruimte onderverdeeld worden in verschillende secties.
Korte Samenvatting
\r\nEen korte beschrijving van de pagina. Het kan voor zowel meta tags alsook beschrijvingen op pagina overzichten gebruikt worden.
Meta Tags
\r\nMeta tags worden door sommige zoekmachines gebruikt om sleutelwoorden\r\n te associeren met een bepaalde pagina. Er is een website die mensen die nooit meta tags gemaakt hebben, kan helpen ze te maken.
Geavanceerde gebruikers: Als er regelmatig andere dingen (zoals Javascript) in de paginaruimte gebruikt worden, kunnen die bij de\r\nmeta tags gezet worden.
\r\nStandaard meta tags gebruiken?
\r\n WebGUI kan zelf meta tags maken, als dit niet handmatig gedaan wordt. Deze worden gebaseerd op de paginatitel en de bedrijfsnaam. Vink dit vak aan om WebGui meta tags te laten genereren.
Stijl
\r\n Wanneer een pagina gemaakt wordt neemt het standaard een paar eigenschappen \r\nover van het origineel. Stijl is één van deze eigenschappen. Kies uit de lijst van stijlen of het uiterlijk van de pagina verandert moet worden. Zie Stijl toevoegen voor meer details.
Als \"Ja\" geselecteerd is onder het pull-down menu, zullen alle paginas onder \r\ndeze pagina deze stijl aannemen.
\r\nBegindatum
\r\n De datum waarvanaf de gebruikers de pagina kunnen bezichtigen. Let op dat voor deze datum alleen de beheerders van de inhoud met bewerkingsrechten de pagina kunnen zien.
Einddatum
\r\nDe datum waarvanaf de gebruikers de pagina niet meer kunnen bekijken. Let op dat na deze datum alleen de beheerders van de inhoud met bewerkingsrechten de pagina kunnen zien.
Eigenaar
\r\n De eigenaar van de pagina is meestal de persoon de de pagina gemaakt heeft.
Wie kan de pagina bekijken?
\r\n Kies welke groep deze pagina kan bekijken. Als bezokers en geregistreerde gebruikers de pagina moeten kunnen bekijken, kies dan de \"Iedereen\" groep.
Deze privileges kunnen ook eventueel voor alle onderliggende paginas toegekend worden.
\r\nHoe verder?
\r\nAls dit op de standaard instelling gelaten wordt gaat u meteen naar de pagina\r\ndie u gemaakt heeft.
Syndicated content is inhoud van een pagina die van een andere pagina gehaald\r\nwordt met behulp van de RDF/RSS specificatie. Deze techniek wordt vaak gebruikt\r\nom de koppen van verschillende nieuwspaginas zoals CNN en Slashdot te\r\nhalen. Het kan natuurlijk ook voor andere dingen zoals sportuitslagen, informatie\r\nover de aandelenmarkt, etc. gebruikt worden.
\r\nURL naar RSS bestand
\r\nVoorzie het syndicated content bestand (RDF of RSS) bestand van het volledige\r\nURL (beginnend met http://). De syndicated content wordt elk uur gedownload\r\nvan dit URL.
\r\nSyndicated content kan onder andere op de volgende plaatsen gevonden worden:\r\n
Voor het maken van een samengestelde RSS toevoer kan een lijst van door spaties gescheiden urls toegevoegd worden in plaats van een enkel url. Voor een samengestelde toevoer zal het systeem een gelijk aantal kopteksten uit elke bron nemen gesorteerd op de datum dat het systeem het verhaal voor het eerst ontvangen heeft.
\r\nSjabloon
\r\nSelecteer een sjabloon voor deze inhoud.
Maximum aantal Kopteksten
\r\nVoer het maximum aatal kopteksten in dat weergegeven kan worden. Voor een samengestelde toevoer zal het systeem een gelijk aantal kopteksten uit elke bron nemen en tonen, zelfs als dit betekent dat het maximum aantal kopteksten hierbij overschreden wordt. Zet dit op nul om elk aantal kopteksten toe te staan.
Enquête\'s laten u informatie van uw gebruikers verzamelen. In het geval van WebGUI enquêtes kunt u ze ook gebruiken om de kennis van uw gebruikers te testen.
\r\nVraag Volgorde
\r\nDe volgorde van de vragen zal gevraagd worden. Sequentieel laat de vragen zien in de volgorde waarin u ze gemaakt heeft. Willekeurige volgorde laat ze in willekeurige volgorde zien. Antwoord gestuurd laat de vragen zien op basis van de antwoorden van de gebruikers.
Mode
\r\nStandaard start de enquête in enquête mode. Dit geeft u de mogelijkheid om uw gebruikers vragen te stellen. Als u naar quiz mode wisselt kunt u zelf-verbeterende antwoorden test van uw gebruikers kennis laten zien.
Anonieme reacties?
\r\nSelecteer of de enquête informatie kan opslaan en weergeven die een gebruiker en diens reacties kan identificeren. Als dit op de standaard waarde van \"Nee\" blijft staan, zal de enquête het IP adres en de WebGUI gebruikers Id en Gebruikersnaam (de laatste twee alleen als de gebruiker ingelogd is) opslaan. Deze informatie zal beschikbaar zijn in het verslag van de enquête. Als dit op \"Ja\" staat zullen deze drie velden verwarde data bevatten, die niet naar een bepaalde gebruiker verwijzen.
Wie kan de enquête doen?
\r\nWelke gebruikers mogen in de enquête deelnemen?
Wie kan rapporten bekijken?
\r\nWie kan de rapporten van de enquête bekijken?
Hoe verder?
\r\nAls u dit default laat zal er meteen om een vraag gevraagd worden na het\r\ntoevoegen van de enquête.
Evenementen Kalenders worden op veel intranets gebruikt om afspraken die de hele organisatie beinvloeden bij te houden. Bovendien worden Evenementen Kalenders op klantensites gebruikt om klanten op de hoogte te houden van\r\naanbiedingen en promoties.
\r\nKalender Hoofd Sjabloon
\r\nKies een layout voor de Evenementen Kalender.
Gebeurtenis Sjabloon
\r\nKies de layout die individuele gebeurtenissen binnen kalenders zullen krijgen.
Begin maand
\r\nKies de maand waarop uw kalender begint. Als u kiest voor \"huidige\" zal de kalender altijd op de huidige maand blijven. Daarom zal hij van maand tot maand veranderen. Als je kies voor \"eerste in de kalender\" zal hij beginnen op de datum die als eerste in de kalender staat.
Eind maand
\r\nKies de maand waarop uw kalender eindigt. Als u kiest voor \"laat X maanden vanaf het begin zien\", dan zijn er alleen maar X maanden informatie te zien. Als u kiest voor \"huidige\" dan zal de kalender eindigen op de maand waar u op dit moment in bent. Als u kiest voor \"laatste in de kalender\" dan zal de calender te zien zijn tot op de laatste datum die in de kalender ingevoerd is.
Standaard maand
\r\nKies op welke maand deze kalender stanaard start wanneer er een bezoeker komt op de pagina waar deze kalender op staat.
Is dit de hoofdkalender?
\r\nAls dit op ja staat zal deze kalender evenementen tonen van alle andere kalenders in het systeem.
Breek pagina af na
\r\nWanneer de lijst layout gebruikt wordt kan hier aangegeven worden hoeveel\r\ner per pagina getoond mogen worden.
Doorgaan met evenement toevoegen?
\r\nLaat hier \'ja\' staan wanneer meteen een evenement toegevoegd zal worden.
N.B.: Evenementen die al voorbij zijn worden niet meer getoond in\r\nde kalender.
\r\nN.B.: De volgende stijl is specifiek\r\nvoor de Evenementen Kalender
\r\n.eventTitle
\r\nDe titel van een evenement.
Bevestiging
\r\nDit bericht zal aan de gebruiker getoond worden, nadat deze zijn data heeft ingevoerd.
Mail bijdragen?
\r\nAls dit op ja staat zullen enkele velden toegevoegd worden aan het formulier, zodat email verwerkt kan worden. Deze velden zullen gebruikt worden voor het emailen van data die ingevuld is naar een persoon naar keuze.
N.B.: Het \"Naar\" veld dat toegevoegd wordt als gevolg van dat deze optie op ja staat kan een normaal email adres, een WebGUI gebruikersnaam of een WebGUI groepsnaam accepteren.
\r\nSjabloon
\r\nKies een sjabloon voor het formulier.
Email Sjabloon
\r\nKies een sjabloon voor de data die met email verzend wordt.
Bevestigings Sjabloon
\r\nKies een sjabloon dat gebruikt wordt voor het tonen van de bevestiging.
Lijst Sjabloon
\r\nKies een sjabloon dat gebruikt wordt voor het tonen van een lijst van opgeslagen data in dit Data Form.
SQL verslagen zijn misschien wel het krachtigste wobject in het WebGUI arsenaal. \r\nZe stellen een gebruiker in staat data te verzamelen uit elke database waar \r\nde gebruiker toegang toe heeft. Dit is handig om verkoopcijfers van een boekhoud \r\ndatabase te halen of zelfs een samenvatting te krijgen van alle berichtenborden \r\nop een eigen website.
\r\nVoorverwerken macros bij een zoekopdracht?
\r\nAls er WebGUI macros gebruikt worden in de zoekopdracht, is het aanbevolen \r\ndit vak aan te vinken.
Debug?
\r\n Vink dit vak aan om debug-en foutmeldingen weer te geven.
Zoekopdracht
\r\n Dit is een standaard SQL zoekopdracht. Voor mensen die onbekend zijn met \r\nSQL geeft Plain Black Software cursussen \r\nSQL en database bediening. De zoekopdrachten kunnen dynamischer gemaakt worden \r\ndoor het macro ^FormParam(); te gebruiken.
Verslag sjabloon
\r\nMaak een sjabloon indeling van hoe het verslag eruit moet zien. Normaal gesproken worden HTML tabellen gebruikt om een verslag te genereren. Hieronder is een voorbeeld bijgevoegd. Wanneer het veld leeg gelaten wordt, wordt\r\neen sjabloon gegenereerd, gebaseerd op de set van resultaten.
Bij het genereren van SQL verslagen worden speciale macro karakters gebruikt.\r\nDeze zijn: ^-;, ^0;, ^1;, ^2;, ^3;, etc. Deze macros worden uitgevoerd ongeacht of het vak \"uitvoeren macros\" is aangevinkt. Het ^- macro representeert het begin en het eind in het document waar het verslag repeteert. De numerieke\r\nmacros representeren de data velden die worden teruggestuurd van de opdracht. Er is nog een extra macro, ^rownum;, dit macro telt het aantal rijen, beginnend bij 1, voor het gebruik waarbij de regels van de output genummerd moeten\r\nzijn.
\r\nDatabase Link
\r\nDe beheerder kan gewone databases configureren waarop SQL Verslagen gedraaid kunnen worden, hiervoor hoeft geen DSN, Gebruikersnaam en Wachtwoord ingevoerd te worden. Als een database uit deze lijst geselecteerd wordt, zullen de DSN, Gebruiker en Wachtwoord velden genegeerd worden.
Als de benodigde database niet als Database Link is geconfigureerd, kunnen de DSN, Gebruiker en Wachtwoord ingevoerd worden.
\r\nDSN
\r\nData Source Name is de unieke identificatie die Perl gebruikt om de locatie van de database te beschrijven. Het neemt de opmaak\r\nvan DBI:[driver]:[database naam]:[host]
\r\nVoorbeeld: DBI:mysql:WebGUI:localhost
\r\nDatabase Gebruiker
\r\nDe gebruikersnaam die gebruikt wordt om de gebruiker met DSN te verbinden.
Database Wachtwoord
\r\nHet wachtwoord dat gebruikt wordt om de gebruiker met DSN te verbinden.
Breek pagina af na
\r\nHoeveel rijen moeten weergegeven worden voordat de resultaten over verschillende\r\npaginas verdeeld worden? Met andere woorden, hoeveel rijen mogen er maximaal\r\nper pagina afgebeeld worden?
Enters Converteren?
\r\nIs het gewenst enters te converteren naar HTML breaks (<br>).
feature.controls\r\n \r\n
\r\nDe WebGUI beheergereedschappen voor deze eigenschap. \r\nfeature.feature
\r\n
\r\nDe tekst van de eigenschap zelf.\r\n
addbenefit.url
\r\nDe URL om een voordeel van dit product toe te voegen.
addbenefit.label
\r\nHet vertaalde label om een voordeel van dit product toe te voegen.
benefit_loop
\r\nDeze lus bevat de voordelen voor dit product.
benefit.benefit\r\n \r\n
\r\nDe tekst van het voordeel zelf. \r\nbenefit.controls
\r\n
\r\nDe WebGUI beheersgereedschappen voor dit voordeel.\r\n
addspecification.url
\r\nDe URL om een specificatie aan dit product toe te voegen.
addspecification.label
\r\nHet vertaalde label voor de specificatie toevoegen link.
specification_loop
\r\nDe lijst met specificaties van dit product.
specification.controls\r\n \r\n
\r\n De WebGUI beheersgereedschappen voor deze specificatie. \r\nspecification.specification
\r\n
\r\nDe tekst van de specificatie zelf.specification.units
\r\n
\r\nDe grootheden voor deze specificatie. vb.: metersspecification.label
\r\n
\r\nDe aanduiding voor deze specificatie vb: hoogte\r\n
addaccessory.url
\r\nDe URL om een accessoire aan dit product toe te voegen.
addaccessory.label
\r\nHet vertaalde label voor de voeg accessoire toe link.
accessory_loop
\r\nDeze lus bevat alle accessoires die bij dit product horen.
accessory.url\r\n
\r\nDe URL naar de gelinkte accessoire. \r\naccessory.title
\r\n
\r\nDe titel voor de gelinkte accessoire.accessory.controls
\r\n
\r\n De WebGUI beheersgereedschappen voor deze accessoire.
addRelatedProduct.url
\r\nDe URL om een gerelateerd product toe te voegen.
addRelatedProduct.label
\r\nHet vertaalde label voor de voeg gerelateerd product toe link.
relatedproduct.url
\r\nDe URL naar het gelinkte product.
relatedproduct.title
\r\nDe titel van het gelinkte product.
relatedproduct.controls
\r\n De WebGUI beheersgereedschappen voor het gelinkte product.
Peilingen kunnen gebruikt worden om een overzicht te krijgen van de gebruikers over verschillende onderwerpen
\r\nActief
\r\nAls dit vak aangevinkt is kunnen gebruikers stemmen. In andere gevallen kunnen\r\nze alleen de resultaten van de peiling zien.
Wie kan stemmen?
\r\nKies de groep die kan stemmen op deze peiling.
Karma per stem
\r\nHoeveel karma moet er aan een gebruiker gegeven worden wanneer er door de gebruiker gestemd wordt.
Grafiekbreedte
\r\nDe breedte van de grafiek waarin de resultaten van de peiling weergegeven\r\nworden. De breedte wordt gemeten in pixels.
Vraag
\r\nWat is de vraag die aan de gebruikers gesteld wordt?
Antwoorden
\r\nVoer de mogelijke antwoorden op de vraag in. Voer één antwoord\r\nin per regel. Peiling kunnen slechts 20 mogelijke antwoorden bevatten.
Volgorde antwoorden willekeurig?
\r\nOm te zorgen dat de gebruikers niet bevooroordeelt worden door de volgorde van de antwoorden, kunnen de antwoorden iedere keer in een andere volgorde\r\nweergegevn worden. Selecteer \"Ja\" om de antwoorden in een wisselende volgorde te plaatsen.
Stemmen op nul zetten.
\r\nZet het aantal stemmen van deze Peiling op nul.
Er kan een willekeurig aantal velden aan het Data Form worden toegevoegd\r\nworden.
\r\nLabel
\r\nDit is een informatieve tekst die de gebruiker laat weten waar dit veld voor staat.
Veldnaam
\r\nDe naam van dit veld. Dit dient uniek te zijn voor alle velden op het formulier.
Subtekst
\r\nEen extensie van het label. Dit is een beschrijving van wat in het veld moet komen of optionele instructies voor dit veld.
Status
\r\nVerborgen velden zijn niet zichtbaar voor de gebruiker, maar worden wel meegezonden in de email.
\r\nWeergegeven velden laat de gebruiker het veld zien, maar stelt de gebruiker \r\nniet in staat het veld aan te passen.
\r\nAanpasbare velden kunnen ingevuld worden door de gebruiker.
\r\nZorg dat een Standaardwaarde ingevuld word als hier voor een verborgen of \r\nweergegeven veld wordt gekozen.
Type
\r\nKies het type element voor dit veld.
Breedte
\r\nStel het aantal karakters in dat dit veld breed is.
Hoogte
\r\nStel het aantal karakters in dat dit veld hoog is. Kan alleen gebruikt worden voor tekst en HTML gebieden.
Mogelijke Waarden
\r\nDit veld wordt gebruikt voor het lijst type (zoals Aanvink-en Selecteerlijsten). Voer de waarden \r\nin die weergegeven moeten worden, één per regel.
Standaard Waarde (optioneel)
\r\nVoer de eventuele standaard waarde van het veld in. Voor Ja/Nee velden voer \r\n \"ja \" of \"nee\" in om respectievelijk \"Ja\" en \"Nee\" van te\r\nvoren te selecteren.
Standaard Thuis Pagina (Home Page)
\r\n Sommige kleine paginas hebben geen thuispagina, maar gebruiken een interne pagina zoals \"Bedrijfs Informatie\" als hun thuispagina. Om deze reden kan \r\nelke pagina op de site de standaard pagina zijn. Mensen krijgen dan deze pagina te zien als ze alleen het URL opgeven of wanneer ze op de Thuis link klikken die gemaakt is met het ^H; macro.
Niet Gevonden Pagina
\r\n Als een pagina die opgevraagd wordt die zich niet in het systeem bevindt, kan de gebruiker naar de thuispagina of een foutmeldingspagina verwezen worden. Dan kan de gebruiker verder zoeken. Hier kan besloten worden wat het beste \r\nis voor de gebruikers.
Favicon
\r\nEen ikoon dat in Internet Explorer shortcuts zoals \"mijn favorieten\" verschijnt. Klik hier om meer te leren over Favicon.
Site Ikoon
\r\nEen ikoon dat in de URL balk verschijnt in de meeste moderne browsers.Het kan ook in de mijn favorieten sectie verschijnen. De afbeelding moet 16 bij 16 pixels groot zijn.
Voeg bewerkings stempel toe aan bijdragen?
\r\nWanneer een gebruiker een bijdrage bewerkt op een berichten bord, wordt een stempel toegevoegd zodat de gebruiker geïdentificeerd kan worden en bepaald kan worden wanneer de bijdrage is gemaakt. Op sommige paginas is deze informatie overbodig, daarom kan deze functie hier ook uitgezet worden.
Bijgedragen HTML filteren
\r\n Vooral wanneer een site publiekelijk toegankelijk is en iedereen bijdragen kan leveren aan bijvoorbeeld berichtenborden is het een goed idee om de inhoud te filteren voor beschadigende code, die het bekijken door bezoekers kan bemoeilijken..\r\nIn sommige omstandigheden kan het zelfs leiden tot veiligheidsproblemen. Gebruik deze instelling om te bepalen hoeveel er gefilterd moet worden.
Maximum Grootte Bijlagen
\r\n De maximum grootte (in kilobytes) van bijlagen die ingeladen kunnen worden in het systeem.
Maximale Afmeting Afbeeldingen
\r\n Wanneer afbeeldingen, die groter zijn dan de maximale afmeting, in het systeem \r\nworden ingeladen, worden de afmetingen bepaald op de maximale afmetingen. De maximale afmeting worden gemeten in pixels en zal de langste zijde van de afbeelding gebruiken om te kijken of de limiet is overschreden.
Miniatuur Grootte
\r\n Wanneer afbeeldingen in het systeem worden ingeladen, zullen ze automatisch \r\nminiaturen hebben die gegenereerd zijn tot de grootte die hier wordt ingevoerd. \r\nMiniatuur grootte wordt in pixels gemeten.
Knipsel preview lengte
\r\nHoeveel karakters van een knipsel moeten getoond worden in de hoofdlijst van het collaterale beheerssysteem.
Rijen Tekst Gebieden
\r\n Sommige paginas willen de grootte van de formulieren die WebGUI maakt kunnen \r\ncontroleren. Met deze instelling kan het aantal rijen met karakters, dat weergegeven\r\nwordt in de tekst gebieden, gespecificeerd worden.
Kolommen Tekst Gebieden
\r\n Sommige paginas willen de grootte van de formulieren die WebGUI maakt kunnen \r\ncontroleren. Met deze instelling kan het aantal kolommen met karakters, dat weergegeven wordt in de tekst gebieden, gespecificeerd worden.
Grootte Tekst Velden
\r\n Sommige paginas willen de grootte van de formulieren die WebGUI maakt kunnen \r\ncontroleren. Met deze instelling kan het aantal karakters dat in één \r\nkeer in tekst velden weergegeven wordt gespecificeerd worden.
Wobject Privileges
\r\nKies \"Ja\" voor het aanzetten van privileges op het Wobject niveau. Standaard worden de pagina privileges ook gebruikt voor Wobjects.
WebGUI macros worden gebruikt voor het maken van dynamische inhoud binnen een voor de rest statische inhoud. Zo kan bijvoorbeeld voor elke pagina getoond worden welke gebruikers op deze pagina ingelogd zijn of er kan een dynamisch gebouwd menu of een webpad weergegeven worden.
\r\n\r\nMacros beginnen altijd met een carat (dakje) (^) en wordt vervolgd met minstens één ander karakter en eindigen met een puntkomma (;). Sommige macros kunnen uitgebreid of aangepast worden door de opmaak\r\n^x(\"aangepaste tekst\"); te gebruiken.\r\n
\r\nN.B.: Onderstaande macros worden apart gehouden voor systeem of wobject specifieke functies zoals het SQL Verslag wobject en de Body in de Stijl Beheerder.^-;, ^0;, ^1;, ^2;, ^3;, etc.
',1079540619,NULL); -INSERT INTO international VALUES (71,'USS',3,'Gebruikersbijdrage systemen (in engels: USS, User Submission Systems) zijn een goede manier om een een gevoel van betrokkenheid te krijgen voor een pagina, alsook om een gratis inhoud te krijgen van de gebruikers. De USS naam kan misleidend zijn voor sommigen, omdat ze meteen over gebruikers denken als bezoekers. Maar gebruikers zijn ook leiding, zakenpartners of zelfs jezelf. Met het USS kan geselecteerd worden wie nieuwe inhoud kan toevoegen en zelfs wie die inhoud kan beheren.
\r\nGebruikersbijdrage systemen zijn zo veelzijdig dat er verschillende toepassingen mee gemaakt kunnen worden, door alleen een paar sjablonen te bewerken. Voorbeelden van toepassingen zijn Foto Gallerijen, FAQ\'s Link Lijsten, Gastenboeken, Vacatures en meer.
\r\n\r\nBijdrage sjabloon
\r\nKies een layout voor de individuele bijdragen.
Bijdrage Formulier Sjabloon
\r\nKies een layout voor het formulier dat gebruikers zijn als ze hun inhoud invoeren.
Bijdragen Per Pagina
\r\nHoeveel bijdragen moeten per pagina op de lijst van bijdragen gezet worden?
Inhoud Filter
\r\nSelecteer het niveau van inhoud filtering dat op alle bijgedragen inhoud moet worden toegepast.
Sorteren Op
\r\nHet veld waarop de bijdrage lijst wordt gesorteerd.
Sorteer Volgorde
\r\nDe richting waarin gesorteerd wordt.
Wie kan goedkeuren?
\r\nWelke groep kan inhoud goed-en afkeuren?
Wie kan bijdragen?
\r\nWelke groep kan inhoud toevoegen?
Standaard Status
\r\nMoeten bijdragen standaard op Goedgekeurd, Wachtend of Afgekeurd staan in de bijdrage index?
N.B.: Als de standaard status Wachtend is, moet het berichtenlogboek in de gaten gehouden worden voor nieuwe bijdragen.
\r\nKarma Per Bijdrage
\r\nHoeveel karma moet een gebruiker gegeven worden wanneer er mee gedaan wordt aan het gebruikersbijdrage systeem?
Discussie toestaan?
\r\nAls dit vak aangevinkt is zullen reacties op het artikel mogelijk zijn, bijna gelijk als Artikelen op slashdot.org.
Deze macro\'s zijn voornamelijk handig voor het beheren van stijlen in WebGUI.
\r\n^AdminBar;
\r\n Plaatst de administratieve werkbalk op de pagina. Dit is een vereist element in het \"body\" segment van de Stijl Beheerder. Dit macro gebruikt een style sheet klasse genaamd .adminBar waar rekening mee gehouden moet worden in de stijl.
^c; - Bedrijfsnaam
\r\nDe naam van het bedrijf gespecicificeerd in de instellingen door de Beheerder.
^e; Bedrijfs email Adres
\r\nHet email adres dat door de beheerder in gespecificeerd in de instellingen.
^Extras;
\r\nZet het pad in de WebGUI \"extras\" map, die dingen als de WebGUI iconen bevat.
^LastModified; of ^lastModified();
\r\nToont de datum waarop de huidige pagina voor het laatst bewerkt is, gebaseerd op de wobjects op de pagina. De datum wordt standaard getoond volgens de datum instellingen die door de gebruiker ingesteld zijn. Optioneel kunnen hier twee parameters aan worden toegevoegd. De eerste is tekst die voor de datum weergegeven kan worden. De tweede is een datum string (zie het D (Datum) macro voor details.
Voorbeeld: ^LastModified(\"Updated: \",\"%c %D,%y\");
\r\n^PageTitle;
\r\nToont de titel van de huidige pagina.
N.B.: Wanneer er begonnen wordt met het gebruiken van de beheerders functies of de geavanceerde functies van wobjecten zal de pagina titel een link worden die u snel terug zal brengen naar de pagina.
\r\n^r; of ^r(); - Maak Pagina Printbaar
\r\nDit macro maakt een link die de stijl van een pagina verwijdert, zodat een pagina printbaar wordt. Ook kan de tekst van de link verandert worden door het macro als volgt te gebruiken: ^r(\"Print Mij\");.
N.B.: Ook kan het speciale geval ^r(linkonly); gebruikt worden door alleen het URL op te sturen om de pagina printbaar te maken. De .makePrintableLink stijl is verbonden aan dit macro.
\r\n^RootTitle;
\r\nGeeft de titel van de root van de huidige pagina. De belangrijkste root in WebGUI is bijvoorbeeld de \"Home\" pagina. Veel geavanceerde sites hebben veel roots en hebben dus een manier nodig om de grbuiker te tonen in welke root die zich bevindt.
^u; - Bedrijfs URL
\r\n Het door de beheerder gespecificeerde URL van het bedrijf.
^Spacer();
\r\nMaakt een tussenruimte in de layout. Dit is handig voor het maken van gekleurde blokken met divs en tabellen. Het heeft twee parameters nodig, breedte en hoogte.
Voorbeeld: ^Spacer(\"100\",\"50\");
\r\n',1079710121,NULL); -INSERT INTO international VALUES (844,'WebGUI',3,'Deze macro\'s hebben te maken met gebruikers en logins.
\r\n^a; or ^a();- Mijn Account Link
\r\nEen link naar de account informatie. Ook kan de link tekst veranderd worden door een macro op de volgende manier te maken: ^a(Account Info\");.
Aantekening: Er kan ook het speciale geval ^a(linkonly); gebruikt worden om alleen het URL naar de account pagina terug te sturen en niet meer. Ook is de .myAccountLink stylesheet klasse aan dit macro gebonden.
\r\n^AdminText();
\r\nLaat een klein tekstbericht zien aan een gebruiker die in de beheerders modus is. Voorbeeld: ^AdminTekst(\"u bent in de beheerders modus!\");
\r\n ^Admintoggle; of ^AdminToggle();
\r\nPlaatst een link op de pagina die allen zichtbaar is voor inhoud \r\nbeheerders en beheerders. De link zet de beheerders modus aan of uit. \r\nEr kan optioneel ook een ander bericht weergegeven worden op de volgende \r\nmanier: ^AdminToggle(\"Bewerken Aan\",Bewerken Uit\");
^CanEditText();
\r\nLaat een bericht zien aan een gebruiker als deze de huidige pagina kan bewerken.
Voorbeeld: ^CanEditText(^AdminToggle;);
\r\n^EditableToggle; of ^EditableToggle();
\r\nPrecies hetzelfde als AdminToggle, behalve dat de link alleen getoond wordt als de gebruiker de rechten heeft voor het bewerken van de huidige pagina.
^GroupAdd();
\r\nMet dit macro kunnen gebruikers in staat gesteld worden tot het toevoegen van zichzelf aan een groep. De eerste parameter is de naam van de groep waar de gebruiker aan toegevoegd moet worden. De tweede parameter is een tekst string waar de gebruiker op kan klikken om zichzelf toe te voegen.
N.B.: Als de gebruiker niet ingelogd is , al tot de groep behoort of als de groepgeen automatische toevoegingen toestaat, dan zal de link niet weergegeven worden.
\r\n^GroupDelete();
\r\nMet dit macro kunnen gebruikers in staat gesteld worden tot het verwijderen van zichzelf van een groep. De eerste parameter is de naam van de groep waar de gebruiker van verwijderd moet worden. De tweede parameter is een tekst string waar de gebruiker op kan klikken om zichzelf te verwijderen.
N.B.: Als de gebruiker niet ingelogd is , niet de groep behoort of als de groep geen automatische verwijderingen toestaat, dan zal de link niet weergegeven worden.
\r\n\r\n ^GroupText();
\r\n Toont een klein bericht aan de gebruikers die tot een bepaaldegroep behoren. Er kan ook een alternatief bericht ingeboerd worden voor degenen die niet tot de groep behoren.
Voorbeeld:\r\n
\r\n ^L; of ^L(); - Login
\r\nEen klein login formulier. Dit macro kan ook aangepast worden. De breedte kan op de volgende manier ingesteld worden: ^L(20);. Ook kan een bericht weergegeven worden wanneer de gebruiker net ingelogd is op de volgende manier:
\r\n ^L(20,Hi ^a(^@;);. Klik %hier% om uit te loggen!);.
\r\n N.B.: De .loginBox stylesheet klasse is verbonden met dit macro.
\r\n\r\n ^LoginToggle; of ^LoginToggle();
\r\n Toont een \"Logout\" of \"Login\" bericht afhankelijk van of de gebruiker\r\n ingelogd is of niet. Ook kunnen andere berichten weergegeven worden op\r\nde volgende manier:
\r\n ^LoginToggle(\"Klik hier om in te loggen.\",\"Klik hierom uit te loggen\");.
\r\nOok kan het speciale geval ^LoginToggle(linkonly); gebruikt worden zodat alleen het URL gegeven wordt zonder label.
^@; - Gebruikersnaam
\r\nDe gebruiksnaam van de momenteel ingelogde gebruiker.
\r\n^#; - Gebruikers Identificatie
\r\nDe Identificatie van de momenteel ingelogde gebruiker.
Het navigatie macro wordt gebruikt voor het maken van menus op de site. Het werkt als volgt: ^Navigation(navId);
\r\nNavId is de naam zoals die geïdentificeerd is in het navigatie beheer scherm.
',1079705567,NULL); -INSERT INTO international VALUES (840,'WebGUI',3,'Deze macro\'s worden gebruikt om in programmeer achtige functionaliteit te voorzien. Ze zijn krachtig als ze goed gebruikt worden en gevaarlijk wanneer ze achteloos gebruikt worden. Let dus op wanneer deze macros gebruikt worden.\r\n
\r\nN.B.: Deze macros zitten in WebGUI voor het leveren van krachtige weergave-mechanismen. Ze kunnen ook gebruikt worden voor het schrijven van simpele web applicaties, maar hiervoor zijn ze niet bedoeld en dit gebruik wordt niet ondersteund door Plain Black. Voor dat soort toepassingen kan dan beter een nieuw macro geschreven worden. Deze macros staan standaard uit voor de veiligheid van de site en server, alleen de beheerder kan ze aanzetten.
\r\n^D; of ^D(); - Datum
\r\nDe huidige datum en tijd.
De datum kan aangepast worden door datum opmaak symbolen te gebruiken. Als er een macro ^D(\"%c %D, %y\"); gemaakt wordt zal het de datum op de vologende manier weergeven: September 26, 2001. De volgende lijst bestaat uit de beschikbare opmaak symbolen:
\r\n| %% | \r\n% | \r\n
| %y | \r\n4 cijferige jaaraanduiding | \r\n
| %Y | \r\n2 cijferige jaaraanduiding | \r\n
| %m | \r\n2 cijferige jaaraanduiding | \r\n
| %M | \r\nvariabel aantal cijfers | \r\n
| %c | \r\nnaam van de maand | \r\n
| %d | \r\n2 cijferige datumaanduiding | \r\n
| %D | \r\nvariabel aantal cijfers | \r\n
| %w | \r\nnaam van de dag | \r\n
| %h | \r\n2 cijferige basis 12 uurs klok | \r\n
| %H | \r\nvariabel aantal cijfers 12 hour | \r\n
| %j | \r\n2 cijferige basis 24 uurs klok | \r\n
| %J | \r\nvariabel aantal cijfers 24 hour | \r\n
| %p | \r\nkleine letters am/pm \r\n | \r\n
| %P | \r\nhoofdletters AM/PM | \r\n
| %z | \r\ngebruikers voorkeur datum opmaak | \r\n
| %Z | \r\ngebruikers voorkeur tijdsopmaak | \r\n
^Env();
\r\nDit macro kan gebruikt worden om een webserver omgeving variabel weer te geven op een pagina. De verschillende omgevings variabelen, die op\r\nelke server beschikbaar zijn, kunnen nu uitgezocht worden voor de\r\neigen webserver door naar http://www.yourwebguisite.com/env.pl te gaan.
Het macro moet op de volgende manier gespecificeerd worden: ^Env(\"REMOTE_ADDR\");.
\r\n^Execute();
\r\nStelt een inhouds beheerder of beheerder in staat een extern programma uit te voeren. Dit neemt de volgende vorm aan: ^Execute(\"/this/file.sh\");.
^FormParam();
\r\nDit macro wordt vooral gebruikt om dynamische zoekopdrachten in SQL verslagen te doen. Door dit macro te gebruiken kan de waarde van elk veld genomen worden door de naam van het veld te specificeren op de volgende manier: ^FormParam(\"phoneNumber\");.
^If();
\r\nEen simpele conditionele stelling (IF/THEN/ELSE, in het nederlands: Als/Dan/Anders) voor het controleren van de layout en berichten.
Voorbeelden:
\r\nLaat \"Gelukkig nieuwjaar\" zien op 1 januari:
^If(\'^D(\"%m%d\");\' eq \'0101\' , Gelukkig nieuwjaar);
Laat een bericht zien aan mensen op je subnet (192.168.1.*):
\r\n^If(\'^Env(\"REMOTE_ADDR\");\' =~ /^192.168.1/,\"Hallo collega\",\"Hallo vreemdeling\");
Laat een bericht zien aan Windows gebruikers:
\r\n ^If(\'^URLEncode(\"^Env(\"HTTP_USER_AGENT\");\");\' =~ /windows/i,\"Hey... Linux is free !\");
Laat een bericht zijn als een gebruiker achter een proxy zit:
\r\n ^If(\'^Env(\"HTTP_VIA\");\' ne \"\", You\'re behind a proxy !, Proxy-free is the best...);
Laat Goede Morgen/Middag/Avond zien:
\r\n ^If(^D(\"%J\");<=12,Goede Morgen,^If(^D(\"%J\");<=18,Goede Middag,Goede Avond););
^Include();
\r\nStelt een inhoud beheerder of beheerder in staat een bestand bij te voegen van het locale bestandssysteem.
Voorbeeld: ^Include(\"/this/file.html\");
\r\n^International();
\r\nTrek een vertaald bericht uit het internationalisatie systeem.
Voorbeeld: ^International(45,\"Article\");
\r\n^Quote();
\r\nGebruik dit om een string te \"escapen\", voordat het gebruikt wordt in een database zoekopdracht.
^Page();
\r\nDit kan gebruikt worden om informatie zoals bijvoorbeeld het URL over de huidige pagina in te winnen. Het URL kan op de volgende manier verkregen worden: ^Page(\"urlizedTitle\"); of de menu titel als volgt: ^Page(\"menuTitle\");.
^SQL();
\r\nEen eenregelig SQL verslag. Soms moet informatie snel uit een database gehaald worden. Dit macro is ook nuttig om het SQL Verslag wobject uit te \r\nbreiden. Het gebruikt numerieke macros (^0;, ^1;, ^2; etc) om data te positioneren en kan ook het ^rownum; macro gebruiken net zoals het SQL Verslag wobject.
\r\n Voorbeelden:
\r\n ^SQL(\"select count(*) from users\",\"There are ^0; users on this system.\");
\r\n\r\n ^SQL(\"select usedId,username from users order by username\",\"<a href=\'^/;?op=viewProfile&uid=^0;\'>^1;</a><br>\"); \r\n
\r\n^URLEncode();
\r\n Dit macro is nuttig in SQL verslagen, maar ook elders. De invoer wordt door \r\nURL Encode zo gemaakt dat de invoer doorgegeven kan worden door een URL. De\r\nsyntax ziet er zo uit: ^URLEncode(\"Is dit mijn invoer?\");
^User();
\r\nMet dit macro kan informatie over een gebruiker of het profiel van een gebruiker getoond worden. Als bijvoorbeeld het email adres van een gebruiker getoond moet worden ziet het macro er zo uit: ^User(\"email\");
^*; of ^*(); - Willekeurig Getal
\r\nEen willekeurig gegenereerd getal. Dit wordt vaak gebruikt voor afbeeldingen die niet in het cache geheugen opgeslagen moeten worden. Ook kan het macro\r\nzo gedefinieerd worden dat er een willekeurig getal tussen de 0 en 100 gegeven\r\nwordt: ^*(100);.
^-;, ^0;, ^1;, ^2;, ^3;, etc
\r\nDeze macros worden apart gehouden voor systeem of wobject specifieke functies zoals het SQL Verslag wobject en de Body in de Stijl Beheerder.
Knipsels zijn stukjes tekst die op uw site hergebruikt kunnen worden. Denk aan dingen zoals javascripts, style sheets, flash animaties, of zelfs slogans kunnen allemaal prima knipsels zijn. Het mooiste is dat wanneer je die tekst wilt aanpassen het maar op een plek hoeft.
\r\nNaam
\r\nGeef uw knipsel een unieke naam waaraan u later kunt refereren om het op te vragen.
Organiseer in map
\r\nIn welke collaterale map moet dit knipsel bewaard worden?
Knipsel
\r\nBegin met typen! Of nog beter, knip het knipsel uit een ander electronisch document en plak het hier in.
U kunt iedere soort bestand in de repository plaatsen zodat u deze later kunt gebruiken.
\r\nNaam
\r\nGeef dit bestand een unieke naam die u kunt gebruiken om er later aan te refereren.
Beheer in een map
\r\nIn welke map moet dit bestand bewaard worden?\r\n
Bestand
\r\nSelecteer een bestand van uw harddisk om te uploaden.
Het collaterale inhoudsbeheer systeem heeft de beschikking over enkele specifieke macro\'s.
\r\n^File();
\r\nDit macro maakt een snelle bestandslink. Het maakt een pictogram voor het bestand en laat de bestandsnaam zien. Daarna linkt het naar dit bestand zodat het gedownload kan worden.
^I();
\r\nDit macro haalt een plaatje uit het collaterale inhoudsbeheer systeem en voegt daaraan een HTML plaatjes tag toe zodat het mogelijk is snel een plaatje uit het collaterale systeem in uw inhoud te plaatsen.
Voorbeeld: ^I(\"logo\");\r\n
\r\n^i();
\r\nDit macro haalt de URL voor willekeurige inhoud uit het systeem.
Voorbeeld: ^i(\"status rapportage\");\r\n
\r\n^RandomImage();
\r\nDit macro neemt een collaterale map als parameter. Als de map naam weggelaten wordt, zal de root map gebruikt worden. Het macro kiest dan willekeurig een afbeelding uit de map en geeft die dan op ongeveer dezelfde wijze als het ^I(); macro.
Voorbeeld: ^RandomImage(\"site headers\");
\r\n^RandomSnippet();
\r\nDit macro neemt een collaterale map als parameter. Als de map naam weggelaten wordt, zal de root map gebruikt worden. Het macro kiest dan willekeurig een knipsel uit de map en geeft die dan op ongeveer dezelfde wijze als het ^Snippet(); macro.
Voorbeeld: ^RandomSnippet(\"quips\");
\r\n^SI();
\r\nHet Geschaalde Afbeeldings (engels: Scaled Image) macro zorgt ervoor dat afbeeldingen gevongen kunnen worden in de collaterale bestanden en daarna kan schalen (aan de kant van de server). Hierbij kunnen de originele verhoudingen gebruikt worden of de afbeelding kan geschaald worden naar eigen inzicht.
Dit macro heeft vier parameters nodig. De eerste is de naam van de afbeelding, of optioneel de collaterale id. de tweede is de breedte. Stel de breedte op \"0\" voor het behouden van de verhoudingen, hierbij volgt de breedte uit de hoogte en de verhoudingen. De derde is hoogte. Stel de hoogte op \"0\" voor het behouden van de verhoudingen, hierbij volgt de hoogte uit de breedte en de verhoudingen. De vierde parameter is voor het specificeren van eventuele extra parameters voor de afbeelding.
\r\nVoorbeelden:
\r\nHet ophalen van een afbeelding op naam (geen schaling).
\r\n^SI(mijnafbeelding);
Het ophalen van een afbeelding op collaterale id (geen schaling).
\r\n^SI(66);
Schalen op breedte, met behoud van verhoudingen
\r\n^SI(66,25);
Schalen op hoogte, met behoud van verhoudingen
\r\n^SI(66,0,25);
Spelen met de verhoudingen
\r\n^SI(66,148,25);
Extra parameters gebruiken
\r\n^SI(66,0,0,\'border=\"0\"\');
^Snippet();
\r\nDit makro haalt de inhoud van het knipsel uit het systeem en plakt het in de pagina.\r\n
Voorbeeld: ^Snippet(\"flash code\");\r\n
\r\n^Thumbnail();
\r\nDit makro geeft het URL voor het pictogram van een afbeelding uit het systeem en zet het op de pagina.
Voorbeeld: ^Thumbnail(\"logo\");\r\n
\r\n^ThumbnailLinker();
\r\nDit macro maakt een snelle afbeeldings weergave met alleen het collaterale beheer systeem. Het maakt een pictogram met de naam van de afbeelding eronder en die linken beiden naar de afbeelding op normale grootte. Ook kan er een \"1\" als extra parameter worden gedefiniëerd, die de link laat openen in een nieuw venster.
Voorbeeld: ^ThumbnailLinker(\"logo\");\r\n
',1079702447,NULL); -INSERT INTO international VALUES (77,'USS',3,'De volgende sjabloon variabelen zijn beschikbaar om een bijdrage aan te passen. Bijdrage sjablonen worden gebruikt voor het tonen van individuele bijdragen in een gebruikers bijdrage systeem.
\r\ntitle
De titel van deze bijdrage.
content
De volledige inhoud van deze bijdrage.
user.label
Het vertaalde label voor wat deze gebruiker\r\naan het systeem bijgedragen heeft.
user.profile
De URL naar het profiel van de gebruiker\r\ndie deze bijdrage gepost heeft.
user.username
De gebruikersnaam van de gebruiker die\r\ndeze bijdrage gepost heeft.
user.id
Het id waaraan de gebruiker die deze bijdrage\r\ngeleverd heeft geidentificeerd kan worden.
date.label
Het vertaalde label voor op welke datum deze\r\nbijdrage gepost is.
date.epoch
De tijd die verstreken is in seconden sinds 1\r\njanuari 1970 waarop deze bijdrage geleverd is.
date.human
Een voor mensen leesbare datum die de datum\r\nen tijd aangeeft waarop deze bijdrage geleverd is.
date.updated.label
\r\nHet vertaalde label voor op welke datum deze\r\nbijdrage het laatst bewerkt is.
date.updated.epoch
\r\nDe tijd die verstreken is in seconden sinds 1\r\njanuari 1970 waarop deze bijdrage het laatst bewerkt is.
date.updated.human
\r\nEen voor mensen leesbare datum die de datum\r\nen tijd aangeeft waarop deze bijdrage het laatst bewerkt is.
status.label
Het vertaalde label dat de status van deze\r\nbijdrage aangeeft.
status.status
De status van deze bijdrage (goedgekeurd,wachtend,afgekeurd).
views.label
Het vertaalde label voor het aantal keer dat\r\ndeze bijdrage bekeken is.
views.count
Het aantal keer dat deze bijdrage bekeken\r\nis.
canPost
Een conditie die aangeeft of deze gebruiker al\r\ndan niet een nieuwe bijdrage mag leveren.
post.url
De URL om een nieuwe bijdrage te posten.
post.label
\r\nHet vertaalde label voor de post link.
previous.more
\r\nEen conditie die aangeeft of er enige voorgaande bijdragen beschikbaar zijn voor deze bijdrage. \r\n
previous.url
\r\nEen URL naar de bijdrage die hiervoor kwam.
previous.label
\r\nHet vertaalde label voor de vorige link.
next.more
Een conditie die aangeeft of er nog bijdragen\r\nna deze beschikbaar zijn.
next.url
De URL naar de bijdrage na deze.
next.label
Het vertaalde label voor de bijdrage na deze.
canEdit
Een conditie die aangeeft of de huidige\r\ngebruiker deze bijdrage mag bewerken of verwijderen.
edit.url
De URL om deze bijdrage te bewerken.
edit.label
Het vertaalde label om deze bijdrage te\r\nbewerken.
delete.url
De URL om deze bijdrage te verwijderen.
delete.label
Het vertaalde label voor de link om deze\r\nbijdrage te verwijderen.
canChangeStatus
Een conditie die aangeeft of de huidige\r\ngebruiker de privileges heeft om de status van deze bijdrage aan te\r\npassen.
approve.url
De URL om deze bijdrage goed te keuren.
approve.label
Het vertaalde label voor de link om goed te keuren.
deny.url
De URL om deze bijdrage af te keuren.
deny.label
Het vertaalde label voor de link om af te\r\nkeuren.
leave.url
De URL om deze post in z\'n huidige status te\r\nlaten.
leave.label
Het vertaalde label voor de link om de\r\nhuidige status te handhaven.
canReply
Een conditie die aangeeft of de huidige\r\ngebruiker op deze bijdrage mag reageren.
reply.url
De URL om op deze post te reageren.
reply.label
Het vertaalde label voor de reageren link.
search.url
De URL om het WebGUI krachtzoek formulier aan\r\nof uit te zetten.
search.label
Het vertaalde label voor de krachtzoek\r\nlink.
back.url
De URL om de gebruiker terug te laten keren\r\nnaar de hoofdlijst met bijdragen.
back.label
Het vertaalde label voor het terugkeren.
replies
Een volledige lijst met alle reacties op deze\r\nbijdrage.
userDefined1.value - userDefined5.value
\r\nEen serie van door gebruikers gedefinieuml;erde waarden die gebruikt kunnen worden voor het uitbreiden van de fuctionaliteit van het Gebruikersbijdrage Systeem.
image.url
\r\nHet URL van de bijgevoegde afbeelding.
image.thumbnail
\r\nHet URL van het miniatuur van de bijgevoegde afbeelding.
attachment.box
\r\nEen stanaard WebGUI bijlage vak dat het ikoon en naam van het bestand laat zien, samen met een bijlage ikoon en allen linken naar het bestand.
attachment.url
\r\nHet URL van het bijgevoegde bestand.
attachment.icon
\r\nHet ikoon dat het type van het bijgevoegde bestand representeert.
attachment.name
\r\nDe bestandsnaam van het bijgevoegde bestand.
Zet in map
Mappen kunnen in andere mappen geplaatst worden. In welke map wilt u deze map plaatsen?
Naam
Geef deze map een naam zodat u kunt herkennen wat er in zit.
Beschrijving
Geef een beschrijving van de inhoud van deze map.
De volgende sjabloon variabelen zijn beschikbaar om uw gebruikers bijdrage\r\nsysteem aan te passen.
\r\nreadmore.label
\r\nHet vertaalde label dat aangeeft dat de gebruiker hier moet klikken om meer\r\nte lezen.
responses.label
\r\nHet vertaalde label dat aangeeft dat de gebruiker hier moet klikken om antwoorden\r\nop deze bijdrage te lezen.
canPost
\r\nEen conditie die aangeeft of een gebruiker een nieuwe bijdrage mag toevoegen.
post.url
\r\nDe URL om een nieuwe bijdrage toe te voegen.
post.label
\r\nHet vertaalde label voor de post link.
addquestion.label
\r\nEen vertaald label dat de gebruiker verzoekt een vraag toe te voegen aan het Gebruikersbijdrage Systeem.
addquestion.link
\r\nEen vertaald label dat de gebruiker verzoekt een link toe te voegen aan het Gebruikersbijdrage Systeem.
search.label
\r\nHet vertaalde label voor de zoek link.
search.url
\r\nDe URL om WebGUI\'s krachtzoek formulier aan of uit te zetten.
search.form
\r\nWebGUI\'s krachtzoek formulier.
rss.url
\r\nHet URL waar een RSS feed gegenereerd kan worden van de inhoud in het Gebruikersbijdrage Systeem.
canModerate
\r\nEen conditie die aangeeft of de huidige gebruiker de rechten heeft tot het beheren van berichten in dit Gebruikersbijdrage Systeem.
title.label
\r\nHet vertaalde label voor de titel kolom.
thumbnail.label
\r\nHet vertaalde label voor de pictogram kolom.
date.label
\r\nHet vertaalde label voor de datum kolom.
date.updated.label
\r\nHet vertaalde label dat aangeeft op welke datum deze bijdrage voor het laatst bewerkt is.
by.label
\r\nHet vertaalde label voor dat aangeeft door wie de bijdrage bijgedragen was.
submission.edit.label
\r\nEen vertaald tekst label dat de gebruiker verzoekt een specifieke bijdrage te bewerken.
submissions_loop
\r\nEen lus die iedere bijdrage bevat.
\r\n\r\nsubmission.id
\r\n
\r\nEen unieke waarde waaraan deze bijdrage geidentificeerd kan worden.submission.url
\r\n
\r\nDe URL om deze bijdrage te bekijken.submission.content
\r\n
\r\nDe afgekortte tekstinhoud van deze bijdrage.submission.responses
\r\n
\r\nHet aantal reacties op deze bijdrage.submission.title
\r\n
\r\nDe titel voor deze bijdrage.submission.userDefined1 - submission.userDefined5
\r\n
\r\nEen serie van door gebruikers gedefiniëerde velden, zodat persoonlijke functionaliteit aan het Gebruikersbijdrage Systeem kan worden toegevoegd.submission.userId
\r\n
\r\nDe gebruikers Id van de gebruiker die deze bijdrage gepost heeft.submission.username
\r\n
\r\nDe gebruikersnaam van de gebruiker die deze bijdrage gepost heeft.submission.status
\r\n
\r\nDe status van deze bijdrage. (goedgekeurd,wachtend,afgekeurd).submission.thumbnail
\r\n
\r\nHet pictogram van het plaatje dat bij deze bijdrage is toegevoegd (als dat\r\nhet geval is).submission.image
\r\n
\r\nHet URL van de afbeelding die aan deze bijdrage is bijgevoegd.submission.date
\r\n
\r\nDe datum waarop deze bijdrage is gepost.submission.date.updated
\r\n
\r\nEen normaal leesbare datum dat de datum en tijd toont waarop deze bijdrage voor het laatst is bewerkt.submission.currentUser
\r\n
\r\nEen conditie die aangeeft of de huidige gebruiker dezelfde is als de gebruiker\r\ndie deze bijdrage heeft gepost.submission.userProfile
\r\n
\r\nDe URL naar het profiel van de gebruiker die deze bijdrage gepost heeft.submission.edit.url
\r\n
\r\nHet URL waar deze bijdrage bewerkt kan worden.submission.secondColumn
\r\n
\r\nEen conditie die aangeeft of deze bijdrage al dan niet in de tweede colom\r\nbehoort, in een meerdere-kolommen layout.submission.thirdColumn
\r\n
\r\nEen conditie die aangeeft of deze bijdrage al dan niet in de derde colom\r\nbehoort, in een meerdere-kolommen layout.submission.fourthColumn
\r\n
\r\nEen conditie die aangeeft of deze bijdrage al dan niet in de vierde colom\r\nbehoort, in een meerdere-kolommen layout.submission.fifthColumn
\r\n
\r\nEen conditie die aangeeft of deze bijdrage al dan niet in de vijfde colom\r\nbehoort, in een meerdere-kolommen layout.submission.controls
\r\n
\r\nDe administratieve taakbalk voor elke bijdrage.
firstPage
\r\nEen link naar de eerste pagina van de paginanummering.
lastPage
\r\nEen link naar de laatste pagina van de paginanummering.
nextPage
\r\nEen link naar de volgende pagina van de paginanummering.
previousPage
\r\nEen link naar de vorige pagina van de paginanummering.
pageList
\r\nEen lijst van links naar alle pagina\'s in de paginanummering.
multiplePages
\r\nEen conditionele variabele die aangeeft of er meer dan een pagina in de paginanummering is.
Pagina sjablonen worden gebruikt om wobjects op een pagina te organiseren. Om dit te doen moet u paginasjabloon posities maken. U kunt een onbeperkt aantal posities in uw paginasjabloon opnemen, maar u moet er altijd minstens een positioneren. Het volgende is een lijst met variabelen die beschikbaar zijn voor pagina sjablonen.
\r\nPositionX_loop
\r\nDe loop die een pagina positie definieuml;ert en een lijst met wobjecten voor die positie bevat. Vervang X door een nummer, dus positie één zou position1_loop zijn, positie twee position2_loop enzovoort.
\r\n\r\nwobject.canView
\r\n
\r\nEen conditie die aangeeft of de huidige gebruiker de privileges heeft om dit wobject te bekijken.wobject.canEdit
\r\n
\r\nEen conditie die aangeeft of de huidige gebruiker de privileges heeft om dit wobject te bewerken.wobject.controls
\r\n
\r\nDe taakbalk waarmee de eigenschappen van dit wobject veranderd kunnen worden.wobject.namespace
\r\n
\r\nDe namespace van dit wobject. Dit is ook bekent als het type wobject, bijvoorbeeld Artikel, Gebruikersbijdrage Systeem, SQL verslag en SiteMap zijn allemaal namespaces.wobject.id
\r\n
\r\nDe unieke identificatie van dit wobject.wobject.isInDateRange
\r\n
\r\nEen conditie die aangeeft of het wobject meteen moet worden weergegeven. De variabele wobject.canView houdt hier al rekening mee, maar inhoud beheerderskunnen altijd inhoud bekijken, dus dit is een extra controle, zodat zij het wobject niet hoeven te zien als het nog niet gepland is dat het wobject zichtbaar is of als de datum al verlopen is.wobject.content
\r\n
\r\nDe inhoud die door het wobject gemaakt wordt.
N.B.: De positie elementen kunnen oplopen tot 1 miljoen wat ruim voldoende zou moeten zijn voor een gemiddelde site.
\r\npage.canEdit
\r\nEen conditie die aangeeft of de huidige gebruiker de privileges heeft om deze pagina te bewerken.
page.controls
\r\nDe taakbalk waarmee de eigenschappen van deze pagina veranderd kunnen worden.
De volgende sjabloon variabelen zijn beschikbaar om uw sitemap aan te passen.
\r\n page_loop
\r\nDeze lus bevat alle pagina\'s in de sitemap.
\r\n',1079023916,NULL); -INSERT INTO international VALUES (74,'MessageBoard',3,'De volgende sjabloon variabelen zijn beschikbaar voor berichtenbord:page.indent
\r\nHet opsommingsteken voor deze pagina die de diepte in de paginaboom aangeeft. \r\npage.url
\r\n
\r\nDe URL naar de pagina.page.id
\r\n
\r\nDe unieke waarde waaraan deze pagina in WebGUI intern gerefereerd wordt.page.title
\r\n
\r\nDe titel van deze pagina.page.menutitle
\r\n
\r\nDe titel van deze pagina die in de navigatie wordt getoond.page.synopsis
\r\n
\r\nDe beschrijving van de inhoud van deze pagina (als die bestaat).page.isRoot
\r\n
\r\nEen conditie die aangeeft of deze pagina een root is.page.isTop
\r\n
\r\nEen conditie die aangeeft of deze pagina zich bovenaan de navigatie boom bevindt.
forum.add.url
\r\nEen url dat een forum toevoegd aan dit berichtenbord
forum.add.label
\r\nHet standaard label voor forum.add.url.
title.label
\r\nHet standaard label voor de titel kolom.
views.label
\r\nHet standaard label voor de views kolom.
rating.label
\r\nHet standaard label voor de waarderings kolom.
threads.label
\r\nHet standaard label voor de draden kolom.
replies.label
\r\nHet standaard label voor de antwoord kolom.
lastpost.label
\r\nHet standaard label voor de laatste bericht kolom.
forum.loop
\r\nEen loop die alle data bevat van elk forum in dit berichtenbord.
\r\n\r\n \r\nforum.controls
\r\n
\r\nDe bewerk controlemiddelen van dit forum.forum.count
\r\n
\r\nEen integer die laat zien hoever de loop doorlopen is.forum.title
\r\n
\r\nDe titel van dit forum.forum.description
\r\n
\r\nDe beschrijving van dit forum.forum.replies
\r\n
\r\nHet aantal reacties dat op alle draden in dit forum is ontvangen.forum.rating
\r\n
\r\nDe gemiddelde waardering van alle berichten in het forum.forum.views
\r\n
\r\nHet totale aantal keer dat dit forum is bekeken.forum.threads
\r\n
\r\nHet totale aantal draden in dit forum.forum.url
\r\n
\r\nHet url waar dit forum bekeken kan worden.forum.lastpost.url
\r\n
\r\nHet url waar het laatste bericht in dit forum bekeken kan worden.forum.lastpost.date
\r\n
\r\nDe normaal leesbare datum waarop het laatste bericht in dit forum geplaatst is.forum.lastpost.time
\r\n
\r\nHet normaal leesbare tijdsstip waarop het laatste bericht in dit forum geplaatst is.forum.lastpost.epoch
\r\n
\r\nDe epoch datum waarop het laatste bericht in dit forum geplaatst is.forum.lastpost.subject
\r\n
\r\nHet onderwerp van het laaste bericht in het forum.forum.lastpost.userid
\r\n
\r\nDe gebruikers id van degene die het laatste bericht heeft geplaatst.forum.lastpost.user.name
\r\n
\r\nDe gebruikersnaam van degene die het laatste bericht heeft geplaatst.forum.lastpost.user.profile
\r\n
\r\nHet url van het gebruikersprofiel van degene die het laatste bericht heeft geplaatst.forum.lastpost.user.isVisitor
\r\n
\r\nEen conditie dia aangeeft of degene die het laatste bericht heeft geplaatst een bezoeker was.
default.listing
\r\nEen volledig forum dat gemaakt wordt met behulp van het forum sjabloon.
default.description
\r\nDe beschrijving van het standaard forum.
default.title
\r\nDe titel van het standaard forum.
default.description
\r\nDe controlemiddelen van het standaard forum.
areMultipleForums
\r\nEen conditionele die aangeeft of er meer dan één forum is.
Artikelen zijn het snijblad van het zwitsers zakmes van WebGUI. De meeste statische inhoud kan toegevoegd worden via het artikel.
\r\nN.B.: er kan een artikel van meer paginas gemaakt worden door het scheidings macro (^-;) op verscheidene plaatsen binnen het artikel te plaatsen.
\r\nAfbeelding
\r\nKies een afbeeldingsbestand (.jpg, .gif, .png) van je harddisk. Dit bestand zal op de server bewaard worden en bij het artikel weergegeven worden.
Bijlage
\r\nVoor het toevoegen van bijvoorbeeld een zip bestand of een tekstverwerkingsbestand \r\nzodat andere gebruikers dit van de WebGUI server op kunnen halen kan hier \r\neen bijlage gekozen worden vanaf de harddisk.
Link Titel
\r\nVoor het toevoegen van een link aan het artikel kan hier een titel gekozen \r\nworden.
Voorbeeld: ProcoliX
\r\nLink URL
\r\nVoor de toegevoegde link kan hier de URL (uniform resource locator) toegevoegd worden.
Voorbeeld: http://www.procolix.com
\r\nEnter converteren?
\r\nWanneer hier HTML-code ingevoerd is heeft deze optie niet veel zin. Wanneer echter geen HTML ingevoerd wordt kan ervoor gekozen dat iedere \"Enter\" aanslag omgezet wordt in een op het scherm zichtbare enter.
Discussie toelaten?
\r\nDoor dit veld aan te vinken worden reacties op uw artikel mogelijk, lijkend op de Artikelen op Slashdot.org.
Stijl sjablonen zijn een speciaal soort sjablonen binnen WebGUI. Ze stellen u in staat tot het scheiden van de inhoud van het gevoel van de pagina. Dit zijn de sjobloon variabelen die beschikbaar zijn in de stijl sjablonen:
\r\nbody.content
\r\nDe inhoud van de huidige pagina.
head.tags
\r\nTags die automatisch door WebGUI worden gegenereerd, zodat het cache geheugen goed werkt, zoek machines de site beter kunnen vinden en andere nuttige automatische functionaliteit. Dit hoort thuis in de <head> </head> sectie van de stijl.
Als toevoeging op de hierboven gegeven tags, zijn alle sessie variabelen beschikbaar gemaakt net zoals elk ander sjabloon. In het <title> </title> gedeelte van de stijl kan het volgende of iets vergelijkbaars gebruikt worden:
\r\n<tmpl_var session.page.title> - <tmpl_var session.setting.companyName>
\r\nAls een handleiding zoals hierboven gevolgd wordt, zal dit leiden tot een goede waardering bij zoek machines
',1078498476,NULL); -INSERT INTO international VALUES (73,'WSClient',3,'Dit is de lijst met sjabloon variabelen die beschikbaar zijn voor Web Services Client sjablonen
\r\nresultaten
\r\nDeze loop bevat alle resultaten van de SOAP oproep. Binnen de loop kan men over specifieke data elementen beschikken door middel van de namen zoals deze door de SOAP srever zijn ingesteld (zoals misschien \"localTime\" voor een tijds zoekopdracht). Ook zijn er enkele speciale sjabloon variabelen:
\r\n',1078497249,NULL); -INSERT INTO international VALUES (845,'WebGUI',3,'Stijl Macro\'s',1078761527,NULL); -INSERT INTO international VALUES (843,'WebGUI',3,'Gebruikers macro\'s',1063590445,NULL); -INSERT INTO international VALUES (841,'WebGUI',3,'Navigatie Macro\'s',1078761505,NULL); -INSERT INTO international VALUES (839,'WebGUI',3,'Programmeur Macro\'s',1078761482,NULL); -INSERT INTO international VALUES (831,'WebGUI',3,'Collaterale Macro\'s',1063590409,NULL); -INSERT INTO international VALUES (829,'WebGUI',3,'Pagina sjabloon',1039543299,NULL); -INSERT INTO international VALUES (828,'WebGUI',3,'numResults
\r\n
\r\nAantal gevonden rijen, in het geval dat een serie werd gegeven.firstPage
\r\n
\r\nLink naar de eerste pagina in een set van meer paginas.lastPage
\r\n
\r\nLink naar de laatste pagina in een set van meer paginas.nextPage
\r\n
\r\nLink naar de volgende pagina in een set van meer paginas.pageList
\r\n
\r\nLijst van alle paginas van een set met meer paginas.previousPage
\r\n
\r\nLink naar de vorige pagina in een set paginas.multiplePages
\r\n
\r\nEen indicator die aangeeft dat er meer paginas zijn in een set.numberOfPages
\r\n
\r\nAantal paginas in een set.pageNumber
\r\n
\r\nPagina nummer van de huidige pagina.
De meeste wobjects hebben sjablonen die de mogelijkheid geven om de layout\r\nvan de gebruikers interface van dat wobject aan te passen. Deze wobject sjablonen\r\nhebben een gezamenlijke set van variabelen die gebruikt kunnen worden voor\r\nde layout. Ze hebben ook een set eigen variabelen. De volgende sjabloon variabelen\r\nzijn beschikbaar om in alle wobjects de sjablonen aan te passen.
\r\n title
\r\nDe titel voor dit wobject.
displayTitle
\r\nEen conditionele variabele die aangeeft of de titel wel of niet getoond moet\r\nworden.
description
\r\nDe beschrijving van dit wobject.
wobjectId
\r\nHet nummer dat WebGUI gebruikt om dit wobject te identificeren.
isShortcut
\r\nEen conditie die aangeeft of dit wobject een shortcut is naar een origineel wobject.
originalURL
\r\nAls dit wobject een shortcut is, zal dit URL naar naar het originele wobject verwijzen.
titleColumn.url
\r\nDe URL om op titel te sorteren.
\r\n
titleColumn.label
\r\nHet vertaalde label voor de titel.
descriptionColumn.label
\r\nHet vertaalde label voor de beschrijving.
descriptionColumn.url
\r\nDe URL om op beschrijving te sorteren.
dateColumn.label
\r\nHet vertaalde label voor de upload datum.
dateColumn.url
\r\nDe URL om op upload datum te sorteren.
search.form
\r\nWeGUI krachtzoek formulier.
search.url
\r\nDe URL om zoek modus aan en uit te zetten.
search.label
\r\nHet vertaalde label voor de zoek link.
addfile.url
\r\nDe URL om een bestand aan bestandsbeheer toe te voegen.
addfile.label
\r\nHet vertaalde label voor de voeg bestand toe link.
file_loop
\r\nEen lus die informatie bevat over iedere file die geupload is in deze bestandsbeheer. \r\n
file.canView\r\n \r\n
\r\nEen conditie die aangeeft of de huidige gebruiker rechten heeft om dit bestand\r\nte bekijken. \r\nfile.controls
\r\n
\r\nDe WebGUI beheergereedschappen voor dit bestand.file.title
\r\n
\r\nDe titel voor dit bestand.file.version1.name
\r\n
\r\nDe bestandsnaam voor de eerste versie van dit bestand.file.version1.url
\r\n
\r\nDe download URL voor de eerste versie van dit bestand.file.version1.icon
\r\n
\r\nDe URL voor het pictogram voor het bestandstype voor de eerste versie van\r\ndit bestand.file.version1.size
\r\n
\r\nDe opslaggrootte voor de eerste versie van dit bestand.file.version1.type
\r\n
\r\nHet type (of bestandsextentie) van de eerste versie van dit bestand.file.version1.thumbnail
\r\n
\r\nDe URL naar het pictogram voor de eerste versie van dit bestand.file.version1.isImage
\r\n
\r\nEen conditie die aangeeft of de eerste versie van dit bestand een plaatje\r\nis of niet.file.version2.name
\r\n
\r\nDe bestandsnaam voor de tweede versie van dit bestand.file.version2.url
\r\n
\r\nDe download URL voor de tweede versie van dit bestand.file.version2.icon
\r\n
\r\nDe URL voor het pictogram voor het bestandstype voor de tweede versie van\r\ndit bestand.file.version2.size
\r\n
\r\nDe opslaggrootte voor de tweede versie van dit bestand.file.version2.type
\r\n
\r\nHet type (of bestandsextentie) van de tweede versie van dit bestand. \r\nfile.version2.thumbnail
\r\n
\r\nDe URL naar het pictogram voor de tweede versie van dit bestand.file.version2.isImage
\r\n
\r\nEen conditie die aangeeft of de tweede versie van dit bestand een plaatje\r\nis of niet.file.version3.name
\r\n
\r\nDe bestandsnaam voor de derde versie van dit bestand.file.version3.url
\r\n
\r\nDe download URL voor de derde versie van dit bestand.file.version3.icon
\r\n
\r\nDe URL voor het pictogram voor het bestandstype voor de derde versie van\r\ndit bestand.file.version3.size
\r\n
\r\nDe opslaggrootte voor de derde versie van dit bestand.file.version3.type
\r\n
\r\nHet type (of bestandsextentie) van de derde versie van dit bestand. \r\nfile.version3.thumbnail
\r\n
\r\nDe URL naar het pictogram voor de derde versie van dit bestand.file.version3.isImage
\r\n
\r\nEen conditie die aangeeft of de derde versie van dit bestand een plaatje\r\nis of niet.file.description
\r\n
\r\nDe beschrijving van dit bestand.file.date
\r\n
\r\nDe datum waarop dit bestand geupload is.file.time
\r\n
\r\nDe tijd waarop dit bestand geupload is.\r\n
noresults.message
\r\nEen vertaald bericht dat aangeeft dat deze bestandsbeheer geen bestanden\r\nheeft die deze gebruiker mag zien.
\r\n
\r\n
noresults
\r\nEen conditie die aangeeft of er bestanden zijn die deze gebruiker mag zien. \r\n
firstPage
\r\n Een link naar de eerste pagina van de paginanummering.
lastPage
\r\n Een link naar de laatste pagina van de paginanummering.
nextPage
\r\n Een link naar de volgende pagina van de paginanummering.
previousPage
\r\n Een link naar de vorige pagina van de paginanummering.
pageList
\r\n Een lijst van links naar alle pagina\'s in de paginanummering.
multiplePages
\r\n Een conditionele variabele die aangeeft of er meer dan een pagina in de\r\npaginanummering is.
De volgende sjabloon variabelen zijn beschikbaar om in artikel sjablonen te\r\ngebruiken.
\r\nnew.template
\r\nArtikelen hebben het speciale vermogen dat ze kunnen wisselen van sjabloon, zodat gebruikers het artikel op verschillende manieren kunnen bekijken. Dit kan gedaan worden door eenlink met een URL te maken op de volgende manier (vervang 999 met het sjabloon Id van het te gebruiken sjabloon):
<a href=\"<tmpl_var new.template>999\">Read more...</a>
\r\ndescription.full
\r\nDe volledige beschrijving zonder dat paginas worden afgebroken. (Voor een beschrijving met afgebroken paginas kan \"description\" worden gebruikt.)
description.first.100words
\r\nDe eerste 100 woorden van de beschrijving. Woorden zijn gedefiniëerd als karakters gescheiden door een spatie, dus html eenheden en labels tellen als woorden.
description.first.75words
\r\nDe eerste 75 woorden van de beschrijving. Woorden zijn gedefiniëerd als karakters gescheiden door een spatie, dus html eenheden en labels tellen als woorden.
description.first.50words
\r\nDe eerste 50 woorden van de beschrijving. Woorden zijn gedefiniëerd als karakters gescheiden door een spatie, dus html eenheden en labels tellen als woorden.
description.first.25words
\r\nDe eerste 25 woorden van de beschrijving. Woorden zijn gedefiniëerd als karakters gescheiden door een spatie, dus html eenheden en labels tellen als woorden.
description.first.10words
\r\nDe eerste 10 woorden van de beschrijving. Woorden zijn gedefiniëerd als karakters gescheiden door een spatie, dus html eenheden en labels tellen als woorden.
description.first.paragraph
\r\nDe eerste paragraaf van de beschrijving. De eerste paragraaf wordt bepaald door de eerste harde enter die in de tekst wordt gevonden.
description.first.2paragraphs
\r\nDe eerste twee paragraven van de beschrijving. Een paragraaf wordt bepaald door de harde enters die in de tekst worden gevonden te tellen.
description.first.sentence
\r\nDe eerste zin van de beschrijving. Een zin wordt bepaald door het aantal punten in de tekst te tellen.
description.first.2sentences
\r\nDe eerste twee zinnen van de beschrijving. Een zin wordt bepaald door het aantal punten in de tekst te tellen.
description.first.3sentences
\r\nDe eerste drie zinnen van de beschrijving. Een zin wordt bepaald door het aantal punten in de tekst te tellen.
description.first.4sentences
\r\nDe eerste vier zinnen van de beschrijving. Een zin wordt bepaald door het aantal punten in de tekst te tellen.
attachment.box
\r\nLaat een standaard WebGUI bijlage box zien, inclusief icoontje, bestandsnaam\r\nen een bijlage indicator.
attachment.icon
\r\nDe URL naar het icoon-plaatje voor dit sjabloon type.
attachment.name
\r\nDe bestandsnaam voor deze bijlage.
attachment.url
\r\nDe URL om deze bijlage te downloaden.
image.thumbnail
\r\nDe URL naar het pictogram voor het bijgevoegde plaatje.
image.url
\r\nDe URL naar het bijgevoegde plaatje.
post.label
\r\nHet vertaalde \'label\' om commentaar aan dit artikel toe te voegen.
post.URL
\r\nDe URL om commentaar aan dit artikel toe te voegen.
replies.count
\r\nHet aantal commentaar dat bij dit artikel toegevoegd is.
replies.label
\r\nDe vertaalde tekst die aangeeft dat je de antwoorden kunt bekijken.
replies.url
\r\nDe URL om de antwoorden op dit artikel te bekijken.
firstPage
\r\nEen link naar de eerste pagina in de paginalijst
latPage
\r\nEen link naar de laatste pagina in de paginalijst
nextPage
\r\nEen link naar de volgende pagina in de paginalijst
previousPage
\r\nEen link naar de vorige pagina in de paginalijst
pageList
\r\nEen lijst met links naar alle paginas in de paginalijst.
multiplePages
\r\nEen conditie die aangeeft of er meer dan één pagina is in de paginalijst.
isFirstPage
\r\nEen conditie die aangeeft of de gebruiker de eerste pagina bekijkt.
isLastPage
\r\nEen conditie die aangeeft of de gebruiker de laatste pagina bekijkt.
Hieronder volgt de lijst met beschikbare sjabloon variabelen voor gebeurtenis\r\nsjablonen.
\r\ntitle
\r\nDe titel van deze gebeurtenis.
start.label
\r\nHet vertaalde label voor de begindatum.
start.date
\r\nDe datum waarop deze gebeurtenis begint.
start.time
\r\nDe tijd waarop deze gebeurtenis begint.
end.date
\r\nDe datum waarop deze gebeurtenis eindigt.
end.time
\r\nDe tijd waarop deze gebeurtenis eindigt.
end.label
\r\nHet vertaalde label voor de einddatum.
canEdit
\r\nEen conditie die aangeeft of de huidige gebruiker een gebeurtenis kan aanpassen.
edit.url
\r\nHet URL om deze gebeurtenis aan te passen.
edit.label
\r\nHet vertaalde label voor het bewerk URL.
delete.url
\r\nHet URL om deze gebeurtenis te verwijderen.
delete.label
\r\nHet vertaalde label om dit URL te verwijderen.
previous.url
\r\nHet URL om de gebeurtenis voor deze gebeurtenis te bekijken.
previous.label
\r\nHet vertaalde label voor het vorige URL.
next.label
\r\nHet vertaalde label voor het volgende URL.
next.url
\r\nHet URL om de gebeurtenis na deze gebeurtenis te bekijken.
description
\r\nDe beschrijving van deze gebeurtenis.
De volgende sjabloon variabelen zijn beschikbaar om uw evenementen kalender aan te passen.
\r\naddevent.url
\r\nDe URL om een gebeurtenis aan de kalender toe te voegen.
addevent.label
\r\nHet vertaalde label voor de link om een gebeurtenis toe te voegen.
month_loop
\r\nEen loop die alle maanden in de kalender bevat.
\r\n\r\ndaysInMonth
\r\n
\r\nHet aantal dagen in deze maand.day_loop
\r\n
\r\nEen loop die alle dagen in de maand bevat.\r\n\r\ndayOfWeek
\r\n
\r\nHet dagnummer voor de dag in de week.day
\r\n
\r\nDe dag van de maand.isStartOfWeek
\r\n
\r\nEen boolean die aangeeft of dit de eerste dag van de week is.isEndOfWeek
\r\n
\r\nEen boolean die aangeeft of dit de laatste dag van de week is.isToday
\r\n
\r\nEen boolean die aangeeft of deze dag vandaag is.event_loop
\r\n
\r\nEen loop die alle evenementen van deze dag bevat.\r\n\r\ndescription
\r\n
\r\nDe beschrijving of details van dit evenement.name
\r\n
\r\nDe naam of titel van dit evenement.start.date.human
\r\n
\r\nDe normaal leesbare start datum van dit evenement.start.time.human
\r\n
\r\nDe normaal leesbare starttijd van dit evenement.start.date.epoch
\r\n
\r\nDe epoch representatie van de startdatum van dit evenement.start.year
\r\n
\r\nHet jaar waarin dit evenement begint.start.month
\r\n
\r\nDe maand waarin dit evenement begint.start.day
\r\n
\r\nDe dag waarop dit evenement begint.end.date.human
\r\n
\r\nDe normaal leesbare einddatum van dit evenement.end.time.human
\r\n
\r\nDe normaal leesbare eindtijd van dit evenement.end.date.epoch
\r\n
\r\nDe epoch representatie van de einddatum van dit evenement.end.year
\r\n
\r\nHet jaar waarin dit evenement eindigt.end.month
\r\n
\r\nDe maand waarin dit evenement eindigt.end.day
\r\n
\r\nDe dag waarop dit evenement eindigt.startEndYearMatch
\r\n
\r\nEen boolean die aangeeft of het start-en eindjaar hetzelfde zijn.startEndMonthMatch
\r\n
\r\nEen boolean die aangeeft of de start-en eindmaand hetzelfde zijn.startEndDayMatch
\r\n
\r\nEen boolean die aangeeft of de start-en einddatum hetzelfde zijn.isFirstDayOfEvent
\r\n
\r\nEen boolean die aangeeft of deze dag de eerste dag van het evenement is.dateIsSameAsPrevious
\r\n
\r\nEen boolean die aangeeft of de start-en einddatum van dit evenement dezelfde zijn als die van het vorige evenement.daysInEvent
\r\n
\r\nDe lengte van dit evenemnet in dagen.url
\r\n
\r\nHet URL waar dit evenement in detail kan worden bekeken.url
\r\n
\r\nEen URL naar de evenementen van vandaag.prepad_loop
\r\n
\r\nEen loop die vooraf informatie bevat over de dagen in de maand voor de startdatum.\r\n\r\ncount
\r\n
\r\nDe dag van de week van dit blok.postpad_loop
\r\n
\r\nEen loop die de informatie bevat over de dagen in de maand na de laatste dag.\r\n\r\ncount
\r\n
\r\nDe dag van de week van dit blok.month
\r\n
\r\nDe naam van deze maand.year
\r\n
\r\nDe naam van dit jaar.
sunday.label
\r\nEen label dat \"Zondag\" representeert.
monday.label
\r\nEen label dat \"Maandag\" representeert.
tuesday.label
\r\nEen label dat \"Dinsdag\" representeert.
wednesday.label
\r\nEen label dat \"Woensdag\" representeert.
thursday.label
\r\nEen label dat \"Donderdag\" representeert.
friday.label
\r\nEen label dat \"Vrijdag\" representeert.
saturday.label
\r\nEen label dat \"Zaterdag\" representeert.
sunday.label.short
\r\nEen label dat de afgekorte versie van \"Zondag\" representeert.
monday.label.short
\r\nEen label dat de afgekorte versie van \"Maandag\" representeert.
tuesday.label.short
\r\nEen label dat de afgekorte versie van \"Dinsdag\" representeert.
wednesday.label.short
\r\nEen label dat de afgekorte versie van \"Woensdag\" representeert.
thursday.label.short
\r\nEen label dat de afgekorte versie van \"Donderdag\" representeert.
friday.label.short
\r\nEen label dat de afgekorte versie van \"Vrijdag\" representeert.
saturday.label.short
\r\nEen label dat de afgekorte versie van \"Zaterdag\" representeert.
NB I: Let erop dat de woorden foo en bar bedoeld\r\nzijn als plaatshouders voor eigenlijke variabele namen die u zult gebruiken.\r\nZe horen niet bij de sjabloontaal.
\r\nNB II: Aangezien deze taal in het engels is (en niet vertaald kan\r\nworden) zullen alle variabele namen en andere zaken ook engelstalig zijn\r\n(zoals het woord template voor sjabloon).
\r\n
\r\nVariabelen
\r\n Variabelen zijn de meest simpele sjabloon commando\'s. Ze worden gebruikt\r\nom stukken inhoud te positioneren.
Syntax: <tmpl_var foo> or <tmpl_var name=\"foo\">
\r\nVoorbeeld: <tmpl_var name>
\r\n Condities
\r\nVoor programmeurs zijn condities niets nieuws, maar voor designers kunnen\r\nze een beetje verwarrend zijn. Condities zijn eigenlijk gewoon waar of niet\r\nwaar vragen en als je er zo over denkt hoeven ze geen enkel probleem op te\r\nleveren. (If = als, Else = anders, Unless = tenzij)
\r\n
\r\nSyntax: <tmpl_if foo> <tmpl_else> </tmpl_if>
\r\n Syntax: <tmpl_unless foo> <tmpl_else> </tmpl_unless> \r\n
Voorbeeld: <tmpl_if isTrue> Het was waar!<tmpl_else>\r\nHet was niet waar! </tmpl_if>
\r\n Lussen
\r\nLussen itereren over een lijst van gegevens. Lussen zijn iets moeilijker\r\nte gebruiken dan variabelen, maar ze zijn stukken krachtiger.
\r\n
\r\nSyntax: <tmpl_loop foo> </tmpl_loop>
Voorbeeld:
\r\n <tmpl_loop users>
\r\n Naam: <tmpl_var first_name><br/>
\r\n </tmpl_loop>
Lus condities
\r\nLussen hebben speciale conditie-variabelen. Deze zijn __FIRST__ (eerste),\r\n__ODD__ (oneven), __INNER__ (binnenste) en __LAST__ (laatste).
Examples:
\r\n
<TMPL_LOOP FOO>\r\n \r\n
<TMPL_IF __FIRST__>
Dit wordt alleen bij de eerste lus getoond.
</TMPL_IF>
<TMPL_IF __ODD__>
Dit wordt om de andere lus getoond in de oneven lussen.
</TMPL_IF>
<TMPL_UNLESS __ODD__>
Dit wordt om de andere lus getoond in de even lussen.
</TMPL_UNLESS>
<TMPL_IF __INNER__>
Dit wordt getoond bij lussen die niet het eerste, noch het laatste zijn.
</TMPL_IF>
<TMPL_IF __LAST__>
Dit wordt alleen bij de laatste lus getoond.
<TMPL_IF>
</TMPL_LOOP>
NB: Zowel de sjabloontaal als de sabloon variabelen zijn niet\r\nafhankelijk van hoofd of kleine letters (case insensitive).
\r\n
This is the list of template variables available for \r\nsearch templates:
\r\nquery
Contains the value of the query form \r\nvariable.
The allWords, atLeastOne, exactPhrase \r\nand without values are appended to this variable.
queryHighlighted
Same as query but \r\nhighlighted.
allWords
Contains the value of the allWords form \r\nvariable.
atLeastOne
Contains the value of the atLeastOne \r\nform variable.
exactPhrase
Contains the value of the \r\nexactPhrase form variable.
without
Contains the value of the without form \r\nvariable.
duration
The duration of the search process in seconds. \r\n
numberOfResults
The number of results.
startNr
The number of the first search result on the \r\npage.
endNr
The number of the last search result on the \r\npage.
submit
A form button with the word \"Search\" printed on \r\nit.
wid
The wobject Id of this wobject.
resultsLoop
A loop containing the search results. Inside \r\nthe loop the following template variables are available:
\r\n\r\nusername
\r\n
The username of the person that created this \r\nsearch result.ownerId
\r\n
The Id of the person that created this search \r\nresult.userProfile
\r\n
An url to the profile of the creator of this \r\nsearch result.header
\r\n
The title of the search result. (This can be the \r\nsubject of a message, the question of a FAQ, the title of an Article, etc)body
\r\n
A preview of the content of the search result.namespace
\r\n
The namespace in which this search result \r\nresides.location
\r\n
The URL of this search result.crumbtrail
\r\n
A crumbtrail to this search result.contentType
The type of this search \r\nresult.
The loops contentTypes, \r\ncontentTypesSimple, languages, \r\nnamespaces and users all look the same. \r\nThey can be used to create a select list, radio list or check list so users can \r\nrefine their search.
\r\nThis tempate variables are available inside the loops:
\r\n\r\n\r\nname
The (possibly internationalized) name of the \r\noption.
value
The value of the \r\noption.
selected
A conditional indicating whether \r\nthis option is selected or not.
firstPage
A link to the first page in the paginator. \r\n
lastPage
A link to the last page in the paginator. \r\n
nextPage
A link to the next page forward in the paginator. \r\n
previousPage
A link to the next page backward in the paginator. \r\n
pageList
A list of links to all the pages in the paginator. \r\n
multiplePages
A conditional indicating whether there is more than \r\none page in the paginator. \r\n
isFirstPage
A conditional indicating whether the visitor is viewing \r\nthe first page. \r\n
isLastPage
A conditional indicating whether the visitor is viewing \r\nthe last page.
Met de Wobject Proxy kan een wobject van een andere pagina gespiegeld worden\r\nnaar een willekeurige pagina. Dit is praktisch als inhoud in verschillende\r\ndelen van de site gebruikt wordt.
\r\nN.B.: De wobject proxy is niet beschikbaar via het Inhoud Toevoegen menu, maar in plaats daarvan via het shortcut ikoon op de taakbalk van elk wobject.
\r\nWobject Naar Proxy
\r\nMaakt een link naar het originele wobject dat geproxied wordt.
Titel Overschrijven?
\r\nZet dit op \"Ja\" om de titel van de wobject proxy te gebruiken in plaats van de originele titel van het wobject.
Beschrijving Overschrijven?
\r\nZet dit op \"Ja\" om de beschrijving van de wobject proxy te gebruiken in plaats van de originele beschrijving van het wobject.
Schermtitel Overschrijven?
\r\nZet dit op \"Ja\" om de schermtitel van de wobject proxy te gebruiken in plaats van de originele schermtitel van het wobject.
Sjabloon Overschrijven?
\r\nZet dit op \"Ja\" om het sjabloon van de wobject proxy te gebruiken in plaats van het originele sjabloon van het wobject.
Wobjecten kunnen toegevoegd worden door ze uit het pulldown menu Inhoud\r\nToevoegen te selecteren. Ze kunnen bewerkt worden door op de \"Bewerk\"\r\nknop, die direct boven het wobject verschijnt, te klikken.
\r\nBijna alle wobjecten hebben een paar eigenschappen gemeen. Deze eigenschappen\r\nzijn:
\r\nWobject Identificatie (ID)
\r\nDit is de unieke identificatie die WebGUI gebruikt om dit wobject in de te\r\ntraceren. Normale gebruikers zouden zich nooit bezig hoeven te houden met\r\nde Wobject ID, maar meer geavanceerde gebruikers hebben het soms nodig voor\r\ndingen als SQL verslagen.
Titel
\r\nDe titel van dit wobject. Dit wordt weergegevn bovenaan elk wobject.
\r\nN.B.: Zelfs als het de titel niet weergegeven gaat worden, moet er\r\neen titel gespecificeerd worden. De titel zal dan in de afvalbak en klembord\r\nverschijnen en kan het niet meer apart gehouden worden van andere wobjecten.
\r\nTitel Weergeven?
\r\nIs het gewenst de gespecificeerde titel te tonen? Dit is op sommige paginas\r\nniet nodig.
Macros Verwerken?
\r\nis het gewenst om macros te verwerken in de inhoud van het wobject? Het komt\r\nvaker voor dat dit niet gewenst is dan wel. Als deze functie niet aan staat\r\nin de wobjecten die geen macros gebruiken zal de web server enigszins sneller\r\nworden.
Sjabloon Positie
\r\nSjabloon posities kunnen van nul tot een willekeurig nummer rijken. De hoeveelheid\r\nhangt af van het sjabloon die geassocieerd worden met deze pagina. Het standaard\r\nsjabloon heeft maar één sjabloon positie, andere kunnen er\r\nmeer hebben. Door een sjabloon positie te selecteren, kan bepaald worden\r\nwaar dit wobject geplaatst wordt binnen het sjabloon.
Begin Datum
\r\nVanaf welke datum moet het wobject zichtbaar zijn? Voor deze datum is het\r\nwobject alleen zichtbaar voor inhoud beheerders.
Eind Datum
\r\nVanaf welke datum moet het wobject onzichtbaar zijn? Na deze datum is het\r\nwobject alleen zichtbaar voor inhoud beheerders.
Eigenaar
\r\nDe eigenaar van een wobject is meestal de persoon die het wobject heeft gemaakt. Deze gebruiker heeft volledige bewerkings-en bezichtigingsrechten voor het wobject, tenzij de privileges voor het bewerken van de pagina waarop het wobject zich bevindt ontnomen worden.
N.B.: De eigenaar kan alleen verandert worden door een beheerder.
\r\nWie kan bekijken?
\r\nKies de groep die dit wobject kan bekijken. Als het gewenst is dat bezoekers en geregistreerde gebruikers het wobject kunnen bekijken, kies dan de \"Iedereen\" groep.
Wie kan bewerken?
\r\nKies de groep die dit wobject kan bewerken. de groep met bewerkingsrechten kan het wobject ook bekijken.
Beschrijving
\r\nDit is een gebied met inhoud waarin zo veel inhoud als gewenst geplaatst kan worden. Zelfs voor een FAQ sectie wordt meestal al beschreven in\r\neen paragraaf wat de inhoud is van de sectie.
Wobjecten (vroeger bekend als Widgets) zijn de ware kracht achter WebGUI.\r\nWobjecten zijn kleine toepassingen die gebouwd zijn om onder WebGUI te werken.\r\nBerichten borden en peilingen zijn voorbeelden van wobjecten.
\r\n\r\nGa naar de pagina waar het wobject ingevoegd moet worden en selecteer dan\r\nInhoud Toevoegen.. in de linker bovenhoek op het scherm. Elk wobject\r\nheeft zijn eigen help functie, lees deze functie wanneer er onduidelijkheid\r\nis over het gebruik van het wobject.
\r\n\r\nStyle Sheets: Alle wobjecten hebben een style-sheet klasse en identificatie\r\naan zich verbonden.
\r\n\r\nDe style-sheet klasse is het woord wobject plus het type van het wobject.\r\nDus voor een peiling zou de klasse \"wobjectPoll\" zijn. De klasse heeft betrekking\r\nop alle wobjecten van dat type in het systeem.
\r\n\r\nDe style-sheet identificatie is het woord wobjectId plus de wobject identificatie\r\nvan dat wobject. Dus als er een Artikel is met een wobject identificatie\r\n\"94\" zal de identificatie \"wobjectId94\" zijn.
\r\n',1079540791,NULL); -INSERT INTO international VALUES (4,'WobjectProxy',3,'Wobject proxying mislukt. Wellicht is het geproxiede wobject verwijderd.',1038486715,NULL); -INSERT INTO international VALUES (3,'WobjectProxy',3,'Wobject Proxy',1038486681,NULL); -INSERT INTO international VALUES (1,'WobjectProxy',3,'Wobject om te proxyen',1038486657,NULL); -INSERT INTO international VALUES (821,'WebGUI',3,'Willekeurige',1038486620,NULL); -INSERT INTO international VALUES (820,'WebGUI',3,'Uw account is niet geactiveerd. Daarom kunt u niet inloggen totdat het geactiveerd is wat alleen door de beheerder gedaan kan worden.',1038486607,NULL); -INSERT INTO international VALUES (819,'WebGUI',3,'Zelfvernietigd',1038486570,NULL); -INSERT INTO international VALUES (818,'WebGUI',3,'Gedeactiveerd',1038486551,NULL); -INSERT INTO international VALUES (817,'WebGUI',3,'Actief',1038486538,NULL); -INSERT INTO international VALUES (816,'WebGUI',3,'Status',1038486522,NULL); -INSERT INTO international VALUES (815,'WebGUI',3,'Het bestand dat u getracht heeft te uploaden is te groot.',1038486508,NULL); -INSERT INTO international VALUES (813,'WebGUI',3,'Groepen in deze groep',1038486477,NULL); -INSERT INTO international VALUES (812,'WebGUI',3,'Uw bericht is verstuurd.',1038486467,NULL); -INSERT INTO international VALUES (811,'WebGUI',3,'Van',1038486455,NULL); -INSERT INTO international VALUES (810,'WebGUI',3,'stuur',1038486445,NULL); -INSERT INTO international VALUES (809,'WebGUI',3,'Groeps e-mail',1038486435,NULL); -INSERT INTO international VALUES (808,'WebGUI',3,'E-mail naar deze groep.',1038486415,NULL); -INSERT INTO international VALUES (807,'WebGUI',3,'Beheer de groepen in deze groep.',1038486401,NULL); -INSERT INTO international VALUES (806,'WebGUI',3,'Verwijder deze groep.',1038486388,NULL); -INSERT INTO international VALUES (802,'WebGUI',3,'Webgui houdt op dit moment geen paginastatistieken bij. Dit kan aangezet worden in de instellingen.',1038486340,NULL); -INSERT INTO international VALUES (801,'WebGUI',3,'Wobject interacties',1038486287,NULL); -INSERT INTO international VALUES (800,'WebGUI',3,'Unieke bezoekers',1038486275,NULL); -INSERT INTO international VALUES (799,'WebGUI',3,'Aantal keer bekeken (pagina)',1038486256,NULL); -INSERT INTO international VALUES (798,'WebGUI',3,'Pagina titel',1038486227,NULL); -INSERT INTO international VALUES (797,'WebGUI',3,'Bekijk verkeersstatistieken',1038486215,NULL); -INSERT INTO international VALUES (796,'WebGUI',3,'Bekijk pagina statistieken.',1038486188,NULL); -INSERT INTO international VALUES (795,'WebGUI',3,'Roots',1038486174,NULL); -INSERT INTO international VALUES (794,'WebGUI',3,'Pakketten',1038486164,NULL); -INSERT INTO international VALUES (793,'WebGUI',3,'Stukjes naburigen',1038486146,NULL); -INSERT INTO international VALUES (792,'WebGUI',3,'Sjablonen',1038486063,NULL); -INSERT INTO international VALUES (791,'WebGUI',3,'Verwijder deze vertaling.',1038486047,NULL); -INSERT INTO international VALUES (790,'WebGUI/Profile',3,'Verwijder deze profielcategorie',1038486031,NULL); -INSERT INTO international VALUES (788,'WebGUI/Profile',3,'Verwijder dit profielveld.',1038485995,NULL); -INSERT INTO international VALUES (784,'WebGUI',3,'Miniatuur',1038485934,NULL); -INSERT INTO international VALUES (783,'WebGUI',3,'Type',1038485899,NULL); -INSERT INTO international VALUES (782,'WebGUI',3,'Willekeurige',1038485886,NULL); -INSERT INTO international VALUES (781,'WebGUI',3,'Knipsel',1038485865,NULL); -INSERT INTO international VALUES (780,'WebGUI',3,'Bestand',1038485854,NULL); -INSERT INTO international VALUES (779,'WebGUI',3,'Plaatje',1038485843,NULL); -INSERT INTO international VALUES (778,'WebGUI',3,'Map omschrijving',1038485832,NULL); -INSERT INTO international VALUES (777,'WebGUI',3,'Map Id',1038485817,NULL); -INSERT INTO international VALUES (775,'WebGUI',3,'Weet u zeker dat u deze map wilt weggooien en alle inhoud naar de hogerliggende map wilt verplaatsen?',1038485793,NULL); -INSERT INTO international VALUES (774,'WebGUI',3,'Weet u zeker dat u dit naburige item wilt weggooien? Het kan niet teruggehaald worden wanneer het weggegooid is.',1038485760,NULL); -INSERT INTO international VALUES (773,'WebGUI',3,'Bestand',1038485722,NULL); -INSERT INTO international VALUES (771,'WebGUI',3,'Knipsel',1038485699,NULL); -INSERT INTO international VALUES (769,'WebGUI',3,'Organiseer in een map',1038485676,NULL); -INSERT INTO international VALUES (768,'WebGUI',3,'Naam',1038485657,NULL); -INSERT INTO international VALUES (767,'WebGUI',3,'Naburig Id',1038485632,NULL); -INSERT INTO international VALUES (766,'WebGUI',3,'Terug naar de naburige lijst.',1038485617,NULL); -INSERT INTO international VALUES (765,'WebGUI',3,'Verwijder dit naburige item.',1038485601,NULL); -INSERT INTO international VALUES (763,'WebGUI',3,'Voeg een knipsel toe.',1038485563,NULL); -INSERT INTO international VALUES (762,'WebGUI',3,'Voeg een bestand toe.',1038485548,NULL); -INSERT INTO international VALUES (761,'WebGUI',3,'Voeg een plaatje toe.',1038485535,NULL); -INSERT INTO international VALUES (760,'WebGUI',3,'Verwijder deze map.',1038485522,NULL); -INSERT INTO international VALUES (758,'WebGUI',3,'Voeg een map toe.',1038485507,NULL); -INSERT INTO international VALUES (757,'WebGUI',3,'Beheer naburigen',1038485491,NULL); -INSERT INTO international VALUES (756,'WebGUI',3,'Terug naar de groepenlijst.',1038485465,NULL); -INSERT INTO international VALUES (754,'WebGUI',3,'Beheer de gebruikers in deze groep.',1038485451,NULL); -INSERT INTO international VALUES (752,'WebGUI',3,'Bekijk het profiel van deze gebruiker.',1038485423,NULL); -INSERT INTO international VALUES (751,'WebGUI',3,'Wordt deze gebruiker.',1038485402,NULL); -INSERT INTO international VALUES (750,'WebGUI',3,'Verwijder deze gebruiker.',1038485387,NULL); -INSERT INTO international VALUES (749,'WebGUI',3,'Houdt pagina statistieken bij?',1038485361,NULL); -INSERT INTO international VALUES (748,'WebGUI',3,'Gebruikerstelling',1038485324,NULL); -INSERT INTO international VALUES (747,'WebGUI',3,'Gebruikersnamen moeten alleen alpha-nummerieke karakters bevatten.',1038485309,NULL); -INSERT INTO international VALUES (746,'WebGUI',3,'Toolbar Icon Set',1038485282,NULL); -INSERT INTO international VALUES (745,'WebGUI',3,'Ga terug naar de pagina.',1038485237,NULL); -INSERT INTO international VALUES (744,'WebGUI',3,'Wat komt hierna?',1038485219,NULL); -INSERT INTO international VALUES (743,'WebGUI',3,'U moet een geldig e-mail address invullen om uw wachtwoord terug te halen.',1038485202,NULL); -INSERT INTO international VALUES (739,'WebGUI',3,'UI Level (Gebruikers Interface Niveau)',1038485136,NULL); -INSERT INTO international VALUES (738,'WebGUI',3,'9 Guru (Goeroe)',1038485102,NULL); -INSERT INTO international VALUES (737,'WebGUI',3,'8 Master (Meester)',1038485058,NULL); -INSERT INTO international VALUES (736,'WebGUI',3,'7 Expert',1038485032,NULL); -INSERT INTO international VALUES (735,'WebGUI',3,'6 Professional',1038485020,NULL); -INSERT INTO international VALUES (734,'WebGUI',3,'5 Adept (aangepaste)',1038485006,NULL); -INSERT INTO international VALUES (733,'WebGUI',3,'4 Skilled (vaardige)',1038484990,NULL); -INSERT INTO international VALUES (732,'WebGUI',3,'3 Rookie (nozem)',1038484965,NULL); -INSERT INTO international VALUES (731,'WebGUI',3,'2 Trained (getrainde)',1038484938,NULL); -INSERT INTO international VALUES (730,'WebGUI',3,'1 Novice',1038484818,NULL); -INSERT INTO international VALUES (729,'WebGUI',3,'0 Beginner',1038484794,NULL); -INSERT INTO international VALUES (728,'WebGUI',3,'Weet u zeker dat u dit bestand wilt weggooien?',1038484780,NULL); -INSERT INTO international VALUES (725,'WebGUI',3,'Uw gebruikersnaam kan niet leeg zijn.',1038484474,NULL); -INSERT INTO international VALUES (724,'WebGUI',3,'Uw gebruikersnaam kan niet beginnen of eindigen met een spatie.',1038484455,NULL); -INSERT INTO international VALUES (723,'WebGUI',3,'Uitgerangeerd',1038484407,NULL); -INSERT INTO international VALUES (722,'WebGUI',3,'Id',1038484391,NULL); -INSERT INTO international VALUES (721,'WebGUI',3,'Namespace',1038484378,NULL); -INSERT INTO international VALUES (720,'WebGUI',3,'OK',1038484366,NULL); -INSERT INTO international VALUES (719,'WebGUI',3,'Verouderd',1038484350,NULL); -INSERT INTO international VALUES (718,'WebGUI',3,'Exporteer deze vertaling.',1038484331,NULL); -INSERT INTO international VALUES (678,'WebGUI',3,'Root, beheren',1038484287,NULL); -INSERT INTO international VALUES (671,'WebGUI',3,'Wobjects, Gebruiken',1063590330,NULL); -INSERT INTO international VALUES (593,'WebGUI',4,'Enviar esta traducción',1039818680,NULL); -INSERT INTO international VALUES (493,'WebGUI',4,'Regresar al Sitio',1039818652,NULL); -INSERT INTO international VALUES (499,'WebGUI',4,'ID del Wobject',1039818606,NULL); -INSERT INTO international VALUES (789,'WebGUI/Profile',4,'Editar esta categoría de perfil',1039818403,NULL); -INSERT INTO international VALUES (787,'WebGUI/Profile',4,'Editar este campo de perfil',1039818379,NULL); -INSERT INTO international VALUES (764,'WebGUI',4,'Editar este elemento adicional',1039818362,NULL); -INSERT INTO international VALUES (759,'WebGUI',4,'Editar esta carpeta',1039818348,NULL); -INSERT INTO international VALUES (753,'WebGUI',4,'Editar este grupo',1039818334,NULL); -INSERT INTO international VALUES (555,'WebGUI',4,'Modificar el Karma de este usuario',1039818287,NULL); -INSERT INTO international VALUES (459,'WebGUI',4,'Editar el perfil de este usuario',1039818263,NULL); -INSERT INTO international VALUES (458,'WebGUI',4,'Editar los grupos de este usuario',1039818248,NULL); -INSERT INTO international VALUES (457,'WebGUI',4,'Editar la cuenta de este usuario',1039818232,NULL); -INSERT INTO international VALUES (342,'WebGUI',4,'Editar datos de la cuenta',1039818117,NULL); -INSERT INTO international VALUES (596,'WebGUI',4,'FALTA',1039818076,NULL); -INSERT INTO international VALUES (723,'WebGUI',4,'Obsoleto',1039818061,NULL); -INSERT INTO international VALUES (675,'WebGUI',4,'Motor de Búsqueda, Usar',1039817837,NULL); -INSERT INTO international VALUES (364,'WebGUI',4,'Buscar',1039817779,NULL); -INSERT INTO international VALUES (498,'WebGUI',4,'Fecha Fin',1039817715,NULL); -INSERT INTO international VALUES (497,'WebGUI',4,'Fecha inicio',1039817678,NULL); -INSERT INTO international VALUES (452,'WebGUI',4,'Espere...',1039817644,NULL); -INSERT INTO international VALUES (594,'WebGUI',4,'Traducir mensajes',1039817626,NULL); -INSERT INTO international VALUES (508,'WebGUI',4,'Gestionar plantillas.',1065273434,NULL); -INSERT INTO international VALUES (506,'WebGUI',4,'Gestionar Plantillas',1065273459,NULL); -INSERT INTO international VALUES (504,'WebGUI',4,'Plantilla',1039630260,NULL); -INSERT INTO international VALUES (503,'WebGUI',4,'ID de Plantilla',1039630247,NULL); -INSERT INTO international VALUES (363,'WebGUI',4,'Posición en la plantilla de la página',1039630227,NULL); -INSERT INTO international VALUES (825,'WebGUI',4,'Plantilla, Idioma',1039630205,NULL); -INSERT INTO international VALUES (827,'WebGUI',4,'Plantilla de Wobject',1065544439,NULL); -INSERT INTO international VALUES (829,'WebGUI',4,'Plantilla de Página',1039630168,NULL); -INSERT INTO international VALUES (356,'WebGUI',4,'Plantilla',1039630148,NULL); -INSERT INTO international VALUES (96,'EventsCalendar',4,'Plantilla de Eventos',1065120442,NULL); -INSERT INTO international VALUES (94,'EventsCalendar',4,'Plantilla del Calendario de Eventos',1065120490,NULL); -INSERT INTO international VALUES (71,'Article',4,'Los artículos son la Navaja Suiza de WebGUI. Casi todos los elementos de contenido estático pueden ser añadidos usando el Artículo.Mit dem Wobject Proxy (auch Shortcut genannt) können Sie eine Kopie/Link zu einem Wobject einer anderen Seite erstellen. Das\r\n ist sehr hilfreich, wenn Sie ein und denselben Inhalt an verschiedenen Positionen\r\n Ihrer Seite verwenden möchten.
\r\nBeachte: Das Wobject Proxy ist nicht über das Menu "Inhalt\r\n hinzufügen" verfügbar.\r\n Stattdessen gibt es bei jedem Wobject auf der Seite ein Shortcut Icon.\r\n
Wobject zu Proxy
\r\n Erstellt einen Link/Verknüpfung zum Original Wobject.\r\n
Titel überschreiben?
\r\n Möchten Sie einen anderen Titel verwenden?\r\n
Beschreibung überschreiben?
\r\n Möchten Sie eine andere Beschreibung/einen anderen Inhalt verwenden?\r\n
Angezeigten Titel überschreiben?
\r\n Möchten Sie einen anderen Titel verwenden?\r\n
Template überschreiben?
\r\n Möchten Sie ein anderes Template verwenden?
Die nachfolgenden Template Variablen sind für Artikel Templates verfügbar.
\r\nnew.template
\r\nArtikel bieten die spezielle Möglichkeit, ein Template auswählen zu lassen, sodass Sie Ihren Besuchern erlauben können, verschiedene Ansichten des Artikel anzeigen zu lassen. Und zwar wird dies folgendermassen gelöst: Sie fügen einfach eine URL wie diese hinzu (ersetzen Sie die 999 durch die Template ID, die Sie benutzen möchten):
<a href=\"<tmpl_var new.template>999\">Lesen Sie mehr...</a>
\r\ndescription.full
\r\nDer komplette Text ohne Pagination
description.first.100words
\r\nDie ersten 100 Wörter. Wörter werden definiert als Zeichenfolgen getrennt durch ein Leerzeichen, sodass HTML Tags auch als Wort gezählt werden..
description.first.75words
\r\nDie ersten 75 Wörter
description.first.50words
\r\nDie ersten 50 Wörter.
description.first.25words
\r\nDie ersten 25 Wörter.
description.first.10words
\r\nDie ersten 10 Wörter.
description.first.paragraph
\r\nDer erste Abschnitt. Dieser wird definiert bis zum ersten Carriage Return, das im Text gefunden wird.
description.first.2paragraphs
\r\nDie ersten beiden Abschnitte.
description.first.sentence
\r\nDer erste Satz.
description.first.2sentences
\r\nDie ersten beiden Sätze.
description.first.3sentences
\r\nDie ersten 3 Sätze.
description.first.4sentences
\r\nDie ersten 4 Sätze.
\r\n
\r\nattachment.box
\r\nGibt eine Standard WebGUI Anlagen-Box aus mit Icon, Dateiname und Anlageindikator.
\r\n
\r\nattachment.icon
\r\nDie URL zum Icon-Symbol für diesen Anlagentyp.
\r\n
\r\nattachment.name
\r\nDer Dateiname für diese Anlage.
\r\n
\r\nattachment.url
\r\nDie URL zum Downloaden dieser Anlage.
\r\n
\r\nimage.thumbnail
\r\nDie URL zum Thumbnail für die angefügte Grafik.
\r\n
\r\nimage.url
\r\nDie URL zur angefügten Grafik.
\r\n
\r\npost.label
\r\nDas übersetzte Label um Kommentare zu diesem Artikel hinzuzufügen.
\r\n
\r\npost.URL
\r\nDie URL um einen Kommentar zu diesem Artikel hinzuzufügen.
\r\n
\r\nreplies.count
\r\nDie Anzahl der Kommentare zu diesem Artikel.
\r\n
\r\nreplies.label
\r\nDer übersetzte Text, der anzeigt, dass Sie die Kommentare anschauen können..
\r\n
\r\nreplies.url
\r\nDie URL, um die Kommentare zu diesem Artikel anzuschauen.
firstPage
\r\nEin Link zur ersten Seite des Paginators.
lastPage
\r\nEin Link zur letzten Seite des Paginators.
nextPage
\r\nEin Link zur nächsten Seite des Paginators
previousPage
\r\nEin Link zur vorherigen Seite des Paginators.
pageList
\r\nEin Link zu einer Liste aller Seiten des Artikels.
multiplePages
\r\nEine Bedingungsvariable, falls der Artikel mehr als eine Seite enthält.
isFirstPage
\r\nEine Bedingungsvariable. ob es sich um die erste Seite handelt.
isLastPage
\r\nEine Bedingungsvariable, ob es sich um die letzte Seite handelt.
\r\n<tmpl_var page.position1>\r\n<tmpl_var page.position2>\r\n<tmpl_var page.position3>\r\n<tmpl_var page.position4>\r\n<tmpl_var page.position5>\r\n<tmpl_var page.position6>\r\n<tmpl_var page.position7>\r\n<tmpl_var ...>\r\n\r\n\r\n\r\n\r\nSie können mehr als 1 Million dieser Positionen einsetzen... Das sollte mehr als genug auch für die komplexeste Seite sein.',1040654716,NULL); -INSERT INTO international VALUES (73,'EventsCalendar',2,'Titel
Beginnen mit
Wählen Sie die Seite aus, mit der die Sitemap beginnen \r\nsoll. \r\n
Tiefe
Wie viel Stufen der Navigation soll die Sitemap anzeigen? \r\nWenn Sie \'0\' angeben, wird die komplette Seitenübersicht angezeigt mit all ihren \r\nStufen. \r\n
Einrückung?
Wie weit soll jede nachfolgende Stufe eingerückt werden?
Nachfolgend sind die Template Variablen, die im Benutzerbeitragssystem verwendet werden. Diese Templates werden benutzt, um den einzelnen Benutzerbeitrag im Benutzerbeitragssystem darzustellen.
\r\n\r\ntitle
\r\nDer Titel dieses Beitrages.
content
\r\nDer komplette Text dieses Beitrages.
user.label
\r\nDie übersetzte Bezeichnung die anzeigt, welcher Benutzer diesen Beitrag veröffentlicht hat.
user.profile
\r\nDie URL zum Profil des Benutzers, der den Beitrag veröffentlicht hat.
user.username
\r\nDer Benutzername dieses Benutzers.
user.id
\r\nDie Benutzer ID dieses Benutzers.
date.label
\r\nDie übersetzte Bezeichnung die anzeigt, wann dieser Beitrag geschrieben wurde.
date.epoch
\r\nDie Anzahl der Sekunden seit 1. Januar 1970 zum Zeitpunkt , an dem dieser Beitrag geschrieben wurde.
date.human
\r\nDas umgewandelte Datum, wann dieser Beitrag geschrieben wurde.
date.updated.label
\r\nDie übersetzte Bezeichnung, die anzeigt, an welchem Datum der Beitrag zum letzten Mal bearbeitet wurde.
date.updated.epoch
\r\nDie Anzahl an Sekunden seit 1. Januar 1970 zum Zeitpunkt, an dem dieser Beitrag zum letzten Mal bearbeitet wurde.
date.updated.human
\r\nDas umgewandelte Datum, wann dieser Beitrag zum letzten Mal beabeitet wurde.
status.label
\r\nDie übersetzte Bezeichnung, die den Status dieses Beitrages anzeigt.
status.status
\r\nDer aktuelle Status dieses Beitrages (ausstehend, freigegeben, abgelehnt).
views.label
\r\nDie übersetzte Bezeichnung, wie oft dieser Beitrag angeschaut wurde.
views.count
\r\nAnzahl, wie oft dieser Beitrag angeschaut wurde
canPost
\r\nBedinung, ob der Benutzer einen neuen Beitrag schreiben kann oder nicht.
post.url
\r\nDie URL zum Schreiben eines neuen Beitrages.
post.label
\r\nDie übersetzte Bezeichnung für diese URL.
previous.more
\r\nBedingung, ob es ältere/vorherige Beiträge vor diesem gab oder nicht..
previous.url
\r\nEine URL zu dem vorherigen Beitrag.
previous.label
\r\nDie übersetzte Bezeichnung ! für diese URL.
next.more
\r\nBedingung, ob es noch weiter e Beiträge gibt oder nicht.
next.url
\r\nDie URL zum nachfolgenden Beitrag.
next.label
\r\nDie übersetzte Bezeichnung für diese URL.
canEdit
\r\nBedingung, ob der aktuelle Benutzer diesen Beitrag bearbeiten oder löschen kann.
edit.url
\r\nDie URL zum Bearbeiten dieses Beitrages.
edit.label
\r\nDie übersetzte Bezeichnung für den Bearbeitungslink.
delete.url
\r\nDie URL zum Löschen des Beitrages.
delete.label
\r\nDie übersetzte Bezeichnung diese URL.
canChangeStatus
\r\nBedingung, ob der aktuelle Benutzer die Berechtigung hat, den Status dieses Beitrages zu bearbeiten.
approve.url
\r\nDie URL zum Freigeben dieses Beitrages.
approve.label
\r\nDie übersetzte Bezeichnung diese URL.
deny.url
\r\nDie URL zum Ablehnen des Beitrages.
deny.label
\r\nDie übersetzte Bezeichnung für diese URL.
leave.url
\r\nDie! URL, um diesen Beitrag beim aktuellen Status zu belassen..
leave.label
\r\nDie übersetzte Bezeichnung für diese URL.
canReply
\r\nBedingung, ob der aktuelle Benutzer auf diesen Beitrag antworten kann oder nicht.
reply.url
\r\nDie URL umauf diesen Beitrag zu antworten.
reply.label
\r\nDie übersetzte Bezeichnung für diese URL.
search.url
\r\nDie URL, um zum WebGUI Power Suchformular zu wechseln.
search.label
\r\nDie übersetzte Bezeichnung für diesen Link.
back.url
\r\nDie URL, um zur Hauptübersicht zurückzukehren.
back.label
\r\nDie übersetzte Bezeichnung für diese URL.
replies
\r\nEine komplette Liste aller Antworten zu diesem Beitrag.
Einstellungen sind Elemente, die es Ihnen ermöglichen WebGUI an ihre besonderen \r\nBedürfnisse anzupassen. \r\n
\r\nInformationen über das Unternehmen bearbeiten
Informationen über \r\ndas Unternehmen oder individuelle Personen, die diese WebGUI-Installation verwaltet.
Inhaltliche Einstellungen bearbeiten
Einstellungen bezüglich des \r\nInhalts und allgemeine Einstellungen bearbeiten, z. B. Grösse der Textboxen \r\ndefinieren. \r\n
Benachrichtigungsoptionen bearbeiten
Einstellungen bezüglich Email \r\nund andere benachrichtigungs bezogenen Funktionen. \r\n\r\n
Sonstige Einstellungen bearbeiten
Alles, wofür wir sonst keinen \r\nPlatz gefunden haben, wie z. B. Seitenstatistik aktivieren. \r\n
Profileinstellungen bearbeiten
Hier können\r\n Sie definieren, wie\r\ndie Benutzerprofile aussehen, welche Bereiche der Benutzer bearbeiten darf, \r\nDatumsformat etc. \r\n
Benutzereinstellungen bearbeiten
Einstellungen bezüglich der Benutzer \r\n(bis auf die Profileinstellungen) wie Authentifizierungs Informationen und Registierungsoptionen, \r\n \r\nAktivieren des Karma, etc..
Sie können so viele Felder hinzufügen, wie Sie möchten.
\r\nBezeichnung
\r\nDies ist die Bezeichnung des Formularfeldes.
\r\n
Feld Name
\r\nDer Name dieses Feldes. Es muss in diesem Formular einmalig sein, das heisst, es darf nicht mehrere Felder mit gleichem Namen geben:
Zusatztext
\r\nEin zusätzlicher Text, um z. B. dem Benutzer weitere Informationen zu geben, was er in dieses Feld eingeben kann..
Status
\r\nVersteckte (Hidden) Felder werden dem Besucher nicht angezeigt, aber gleichwohl mit der Email versendet.
\r\nAngezeigte Felder werden dem Besucher angezeigt, er kann aber keine Eingaben bzw. Änderungen durchführen.
\r\nVeränderbare Felder können vom Benutzer ausgefüllt werden (betrifft aber z. B. nicht die Drop-Down-Box).
\r\nWenn Sie versteckte oder angezeigte Felder verwenden, beachten Sie, dass Sie einen Standardwert eingeben.
Typ
\r\nWählen Sie hier den Feldtyp aus.
Breite
\r\nAnzahl der Zeichen für die Breite des Feldes.
Höhe
\r\nAnzahl der Zeichen für die Höhe des Feldes. (Wird nur in "Textbereichen" und mit HTMLArea benötigt).
Mögliche Werte
\r\nDieses Feld wird nur von ListenTypen (Drop-Down Box oder Checkbox Liste) berücksichtigt. Geben Sie die möglichen Werte ein, die erscheinen sollen, einen Wert pro Zeile.
Standardwert (optional)
\r\nGeben Sie einen Standardwert für das Feld ein, sofern einer benötigt wird. Für "Ja/Nein" Felder geben Sie "yes" um "Ja" auszuwählen, und "no" um "Nein" auswählen (als Beispiel: Wenn Sie hier "no" eingeben, ist das Feld "Nein" für den Besucher standardmässig aktiviert). Beachten Sie hierbei, dass Sie die englischen Bezeichnungen benutzen. Für Checkbox-Felder geben Sie "checked" ein, um den Wert der Checkbox standardmässig zu aktivieren.
Dies ist eine Liste von Template Variablen, die Sie in Downloadmanager Templates benutzen können.
\r\ntitleColumn.url
\r\nDie URL, um nach dem Titel zu sortieren.
titleColumn.label
\r\nDie übersetzte Bezeichnung des Titels.
descriptionColumn.url
\r\nDie URL, um nach der Beschreibung zu sortieren.
descriptionColumn.label
\r\nDie übersetzte Bezeichnung für die Beschreibung.
dateColumn.url
\r\nDie URL, um nach dem Upload-Datum zu sortieren.
dateColumn.label
\r\nDie übersetzte Bezeichnung für das Upload-Datum.
search.form
\r\nWebGUI\'s Power Suchformular.
search.url
\r\nDie URL, um den Suchmodus an- oder abzuschalten.
search.label
\r\nDie übersetzte Bezeichnung für den Suchlink.
addfile.url
\r\nDie URL, um eine Datei hinzuzufügen.
addfile.label
\r\nDie übersetzte Bezeichnung für diesen Link.
file_loop
\r\nEine Schleife, die Informationen über jede upgeloadete Datei enthält.
file.canView\r\n
\r\nEine Bedingungsvariable, ob der Benutzer die Berechtigung hat, diese Datei anzuschauen. \r\nfile.controls
\r\n
\r\nDie WebGUI Verwaltungscontrols für diese Datei.file.title
\r\n
\r\nDer Dateititel.file.version1.name
\r\n
\r\nDer Dateiname der ersten Version dieser Datei.file.version1.url
\r\n
\r\nDie Download-URL für diese erste Version der Datei.file.version1.icon
\r\n
\r\nDie URL zum Dateityp-Icon für die erste Version der Datei.file.version1.size
\r\n
\r\nDie Dateigrösse der ersten Version der Datei.file.version1.type
\r\n
\r\nDer Dateityp (siehe auch file.version1.icon).file.version1.thumbnail
\r\n
\r\nDie URL zum Vorschaubild (Thumbnail)für die erste Version dieser Datei.file.version1.isImage
\r\n
\r\nEine V ariable um zu ermitteln, ob diese Datei eine Grafik ist oder nicht.file.version2.name
\r\n
\r\nDer Dateiname für die Alternative #1 dieser Datei.file.version2.url
\r\n
\r\nDie Download-URL für Alternative #1.file.version2.icon
\r\n
\r\nDie URL zum Dateityp-Icon für Alternative #1.file.version2.size
\r\n
\r\nDie Dateigrösse für Alternative #1.file.version2.type
\r\n
\r\nDer Dateityp von Alternative #1.file.version2.thumbnail
\r\n
\r\nDie URL zum Vorschaubild (Thumbnail) für Alternative #1.file.version2.isImage
\r\n
\r\nEine Variable um zu ermitteln, ob es sich bei Alternative #1 um eine Grafik handelt oder nicht.file.version3.name
\r\n
\r\nDer Dateiname für die Alternative #2 dieser Datei.file.version3.url
\r\n
\r\nDie Download-URL für Alternative #2.file.version3.icon
\r\n
\r\nDie URL zum Dateityp-Icon für Alternative #2.file.version3.size
\r\n
\r\nDie Dateigrösse für Alternative #2.file.version3.type
\r\n
\r\nDer Dateityp von Alternative #2.file.version3.thumbnail
\r\n
\r\nDie URL zum Vorschaubild (Thumbnail) für Alternative #2.file.version3.isImage
\r\n
\r\nEine Variable um zu ermitteln, ob es sich bei Alternative #2 um eine Grafik handelt oder nicht.file.description
\r\n
\r\nDie Beschreibung für die Datei (für alle 3 Versionen gleich).file.date
\r\n
\r\nDas Datum, an dem die Datei(en) hochgeladen wurde(n).file.time
\r\n
\r\nDie Uhrzeit, an dem die Datei(en) hochgeladen wurde(n).
noresults.message
\r\nEine übersetzte Nachricht, dass es keine Dateien zum Downloaden für diesen Benutzer gibt.
noresults
\r\nEine Variable, um zu ermitteln, ob es Dateien für diesen Benutzer zum Downloaden gibt.
firstPage
\r\n Ein Link zur ersten Seite.
lastPage
\r\nEin Link zur letzten Seite.
nextPage
\r\nEin Link zur nächst en Seite.
previousPage
\r\nEin Link zur vorherigen Seite.
pageList
\r\nEine Liste aller Seiten.
multiplePages
\r\nEine Variable um zu ermitteln, ob es mehrere Seiten gibt.
Möglichkeiten zum Einsatz mehrerer Startseiten bieten sich viele... lassen Sie Ihren Ideen freien Lauf.
',1041631109,NULL); -INSERT INTO international VALUES (63,'Product',2,'Nachfolgend eine Liste der Template Variablen, die in Produkt Templates verfügbar sind.
\r\nbrochure.icon
\r\nDie URL zum Icon des Prospekts.
brochure.url
\r\nDie URL um dieses Prospekt zu downloaden.
brochure.label
\r\nDie übersetzte Bezeichnung für diese URL.
warranty.icon
\r\nDie URL zum Icon der Garantie.
warranty.url
\r\nDie URL um die Garantie zu downloaden.
warranty.label
\r\nDie Bezeichnung für diese URL.
image1
\r\nDie URL zur Produktgrafik 1.
thumbnail1
\r\nDie URL zum Vorschaubild der Produktgrafik 1.
image2
\r\nDie URL zur Produktgrafik 2.
thumbnail2
\r\nDie URL zum Vorschaubild der Produktgrafik 2.
image3
\r\nDie URL zur Produktgrafik 3.
thumbnail3
\r\nDie URL zum Vorschaubild der Produktgrafik 3.
addfeature.url
\r\nDie URL um eine Produkteigenschaft (Feature) hinzuzufügen.
addfeature.label
\r\nDie übersetzte Bezeichnung für diese URL.
feature_loop
\r\nDiese Schleife enthält alle Produkteigenschaften, die zu diesem Produkt gehören.
feature.controls\r\n
\r\n WebGUI Verwaltungselemente für diese Eigenschaft. \r\nfeature.feature
\r\n
\r\nDer Text der Produkteigenschaft.
addbenefit.url
\r\nDie URL um Vorteile hinzuzufügen.
addbenefit.label
\r\nDie übersetzte Bezeichnung für diese URL.
benefit_loop
\r\nDiese Schleife enthält alle Vorteile dieses Produktes.
benefit.benefit\r\n
\r\nDer Vorteil selbst (Text des Vorteils). \r\nbenefit.controls
\r\n
\r\nWebGUI Verwaltungselemente für diesen Vorteil.
addspecification.url
\r\nDie URL um Merkmale hinzuzufügen.
addspecification.label
\r\nDie übersetzte Bezeichnung für diese URL.
specification_loop
\r\nEine Liste von Merkmalen zu diesem Produkt.
specification.controls\r\n
\r\nWebGUI Verwaltungselemente für dieses Merkmal. \r\nspecification.specification
\r\n
\r\nDer Text des Merkmals selbst.specification.units
\r\n
\r\nDie Einheiten für dieses Merkmal, z.B. Zentimeterspecification.label
\r\n
\r\nDie Bezeichnung für dieses Merkmal, z. B. Höhe
addaccessory.url
\r\nDie URL zum Hinzufügen von Zubehör.
addaccessory.label
\r\nDie übersetzte Bezeichnung für diese URL.
accessory_loop
\r\nDiese Schleife enthält all das zu diesem Produkt verbundene Zubehör.
accessory.url\r\n
\r\nDie URL zum verbundenen Zubehör. \r\naccessory.title
\r\n
\r\nDer Titel des verbundenen Zubehörs.accessory.controls
\r\n
\r\nWebGUI Verwaltungselemente für dieses Zubehör.
addRelatedProduct.url
\r\nDie URL um ein verwandtes Produkt hinzuzufügen.
addRelatedProduct.label
\r\nDie übersetzte Bezeichnung für diese URL.
relatedproduct.url
\r\nDie URL zu diesem verwandten Produkt.
relatedproduct.title
\r\nDer Titel des verwandten Produkts.
relatedproduct.controls
\r\nWebGUI Verwaltungselemente für dieses verwandte Produkt.
isShortcut
Eine \r\nVariable, die anzeigt, ob dieses Wobject eine Verknüpfung zu einem Original-Wobject \r\nist.
originalURL
Wenn dieses Wobjecteine Verknüpfung ist, dann \r\nführt diese URL zum Original Wobject.
WebGUI hat eine mächtige Template Sprache eingebaut, um Ihnen die maximale Kontrolle über Ihr Layout oder Ihren Content zu geben. Nachfolgend eine Übersicht über die Sprachsyntax.
\r\nAchtung: Bitte beachten Sie, dass die Wörter foo und bar nur als Platzhalter für die aktuelle Variable genutzt werden. Sie sind kein Teil der Template Sprache.
\r\nVariablen
\r\nVariablen sind der Grundstock von Template Befehlen. Sie werden zum Positionieren von Contentbereichen eingesetzt.
Syntax: <tmpl_var foo> oder <tmpl_var name="foo">
\r\nBeispiel: <tmpl_var name>
\r\nBedingungsvariablen
\r\nFür Programmierer sind Bedinungen (Bedingungsvariablen) nichts neues, aber bei Designern können sie schon anfangs für Verwirrung sorgen. Bedingungen sind ganz einfach nur "wahr" oder "falsch" Fragen, und wenn Sie sich das so vorstellen, dürften Sie keine Probleme damit haben..
Syntax: <tmpl_if foo> <tmpl_else> </tmpl_if>
\r\nSyntax: <tmpl_unless foo> <tmpl_else> </tmpl_unless>
Beispiel: <tmpl_if isTrue> Es ist wahr!<tmpl_else> Es ist falsch! </tmpl_if>
\r\nSchleifen (Loops)
\r\nLoops wiederholen sich über eine Liste von Datenausgaben für jeden Durchlauf des Loops. Loops sind etwas komplizierter als das ausschliessliche Benutzen von Variablen, aber sie sind um einiges mächtiger.
Syntax: <tmpl_loop foo> </tmpl_loop>
\r\nBeispiel:
\r\n<tmpl_loop users>
\r\n Name: <tmpl_var first_name><br/>
\r\n</tmpl_loop>
Schleifenbedingungen (Loop Conditions)
\r\nLoops haben eigene Spezial Schleifenvariablen. Als da wären __FIRST__, __ODD__, __INNER__, und __LAST__.
Beispiele:
\r\n
\r\n <TMPL_LOOP FOO>\r\n <TMPL_IF __FIRST__>\r\n Dies ist nur der erste Durchlauf.\r\n </TMPL_IF>\r\n\r\n <TMPL_IF __ODD__>\r\n Dieses Ergebnis erscheint bei jedem Durchlauf mit ungerader Zahl.\r\n </TMPL_IF>\r\n\r\n <TMPL_UNLESS __ODD__>\r\n Dieses Ergebnis erscheint bei jedem Durchlauf mit gerader Zahl.\r\n </TMPL_UNLESS>\r\n\r\n <TMPL_IF __INNER__>\r\n Dieses Ergebnis erscheint wenn der Durchlauf weder der erste noch der letzte ist.\r\n </TMPL_IF>\r\n\r\n <TMPL_IF __LAST__>\r\n Dieses Ergebnis erscheint erst beim letzten Druchlauf.\r\n <TMPL_IF>\r\n </TMPL_LOOP>\r\n\r\n
Beachten Sie: Sowohl die Template Sprache als auch die Template Variablen sind case-insensitive, das heisst weder Gross- noch Kleinschreibung wird berücksichtigt.
',1067291473,NULL); -INSERT INTO international VALUES (95,'EventsCalendar',2,'Die nachfolgenden Templatevariablen sind verfügbar, um Ihren Veranstaltungskalender anzupassen.
\r\naddevent.url
\r\nDie URL, um ein Ereignis zum Kalender hinzuzufügen.
addevent.label
\r\nDer übersetzte Text zum Hinzufügen eines Ereignisses (z. B. \'Neue Veranstaltung hinzufügen\').
calendar.big
\r\nEine komplette Kalenderansicht. Wochentage werden komplett ausgeschrieben (Montag, Dienstag, ...).
calendar.small
\r\nEine kleinere Kalenderansicht mit abgekürzten Wochentagen (z. B. M, D, M, D ...).
calendar.firstPage
\r\nEin Link zur ersten Seite im Kalender.
calendar.lastPage
\r\nEin Link zur letzten Seite im Kalender.
calendar.nextPage
\r\nEin Link zur nächsten Seite im Kalender.
calendar.previousPage
\r\nEin Link zur vorherigen Seite im Kalender.
calendar.pageList
\r\nEine Liste aller Seiten des Kalenders (z. b. Seite 1, 2, 3, ....).
calendar.multiplePages
\r\nEine bedingte Variable, die anzeigt, ob es mehr als eine Seite im Kalender gibt..
list_loop
\r\nEine Schleife (Loop), die die Listenansicht eines Kalenders umschliesst.
list.date\r\n
\r\nDas Datum dieses Ereignisses. \r\nlist.title
\r\n
\r\nDer Titel dieses Ereignisses.list.description
\r\n
\r\nDie Beschreibung dieses Ereignisses.list.sameAsPrevious
\r\n
\r\nEine Bedingungs-Variable, falls dieses Ereignis das selbe Datum wie ein anderes/das letzte Ereignis hat.list.url
\r\n
\r\nDie URL zur Komplettansicht dieses Ereignisses.list.controls
\r\n
\r\nDie WebGUI Verwaltungscontrols für dieses Ereignis (z. B. Ereingis bearbeiten).
list.firstPage
\r\nEin Link zur ersten Seite des Kalenders (inder Listenansicht).
list.lastPage
\r\nEin L ink zur letzten Seite des Kalenders (in der Listenansicht).
list.nextPage
\r\n Ein Link zur nächsten Seite des Kalenders (in der Listenansicht).
list.previousPage
\r\n Ein Link zur vorherigen Seite des Kalenders (in der Listenansicht).
list.pageList
\r\n Ein Link zu allen Seiten des Kalenders (in der Listenansicht).
list.multiplePages
\r\nEine Bedingungs-Variable, falls es mehr als eine Seite im Kalender gibt.
Template
Wählen Sie ein Template für dieses Content aus.
Name
Die Bezeichnung, mit der Sie dieses Bild referenzieren, um \r\nes in anderen Seiten einzufügen. \r\n
In welchen Ordner?
In welchen Ordner möchten Sie diese \r\nGrafik platzieren?
Datei
Wählen Sie eine Grafik aus Ihrem lokalen \r\nVerzeichnis, die Sie zum Server hochladen möchten. \r\n
Parameter
\r\nGeben Sie hier einige HTML <img> Tag Parameter an, \r\ndie Sie standardmässig für diese Grafik benutzen möchten. \r\n
Beispiel:
align="right"
alt="Dies ist ein Bild"
\r\n
Thumbnail Size
Wie gross (in Pixels) soll das Vorschaubild (Thumbnail) \r\nsein?
Wie es in der Regel bei Löschvorgängen so üblich ist, werden Sie vorher gefragt, \r\nob Sie sich sicher sind, dass Sie diese Seite löschen möchten. Wenn Sie nun \r\nmit "Ja" antworten, wird die Seite endültig gelöscht. Wenn Sie mit \"nein\" antworten gelangen Sie wieder zur vorhergehenden Seite
',1041615928,NULL); -INSERT INTO international VALUES (578,'WebGUI',2,'Sie haben einen ausstehenden Beitrag zu genehmigen.',1041614885,NULL); -INSERT INTO international VALUES (555,'WebGUI',2,'Karma dieses Benutzers bearbeiten.',1041614705,NULL); -INSERT INTO international VALUES (1025,'WebGUI',2,'Bearbeitungszeitpunkt zu Beiträgen hinzufügen?',1041614685,NULL); -INSERT INTO international VALUES (73,'SiteMap',2,'Nachfolgend die Liste der Template Variablen für die Sitemap Templates. \r\npage_loop
Diese Schleife umfasst all Ihre Seiten der Sitemap. \r\n
page.indent',1048243530,NULL); -INSERT INTO international VALUES (4,'Survey',2,'Umfragen erlauben Ihnen, vielfältige Informationen von Ihren Besuchern zu erhalten. Bei den WebGUI \r\nUmfragen können Sie sogar das Wissen der Benutzer testen, indem Sie ein Quiz einrichten. \r\n
Abstand, wie weit diese Seite im Verzeichnisbaum \r\n eingerückt werden soll. \r\npage.url
Die URL zur Seite. \r\npage.id
Die ID für diese Seite, die WebGUI intern benutzt. \r\npage.title
Der Seitentitel. \r\npage.menutitle
Der Titel, wie die Seite in der Navigation erscheinen \r\n soll. \r\npage.synopsis
Die Beschreibung des Inhalts (Synopsis) für \r\n diese Seite (sofern vorhanden).. \r\npage.isRoot
\r\n
Eine Variable, ob diese Seite root-Seite ist, oder \r\n nicht.page.isTop
\r\n
Eine Bedingung, ob diese Seite auf der oberen Ebene \r\n der Navigationsstruktur ist oder nicht
Reihenfolge der Fragen
Die Reihenfolge, in der die Fragen gestellt \r\nwerden. \'Der Reihe nach\' (sequentiell) stellt die Fragen in der Reihenfolge \r\ndar, in der Sie sie erstellt haben. \'Zufällig\' zeigt die Fragen in einer zufälligen \r\nReihenfolge an. Und "Antwort gesteuert" zeigt die nächsten Fragen \r\nabhängig von der Antwort des Benutzers an. \r\n
Modus
Standardmässig ist die Umfrage im "Umfragemodus". \r\nDamit können Sie Ihren Benutzern Fragen stellen. Aber es gibt auch noch den \r\n"Quizmodus". Damit können Sie z. B. einen Test/Quiz erstellen, um \r\ndas Wissen Ihres Besuchers zu testen.
Anonyme Antworten?
Wählen \r\nSie hier, ob Informationen gespeichert und angezeigt werden sollen, die einen \r\nBenutzer und seine Antworten identifizieren lassen. Mit der Standardeinstellung \r\n"Nein" wird die IP-Adresse des Benutzers genauso wie die User ID und \r\nder Benutzername, sofern dieser eingeloggt war, gespeichert. Diese Informationen \r\nstehen dann in den Umfrage-Auswertungen zur Verfügung. Wenn Sie die Einstellung \r\nauf "Ja" setzen, enthalten die 3 Felder IP-Adresse, UserID und Benutzername \r\nbeliebig zusammengesetze Zeichen, sodass eine Identifizierung des Benutzers \r\nnicht mehr möglich ist (auch nicht für den Admin). \r\n \r\n
Wer kann\r\n an der Umfrage teilnehmen?
Welche Benutzer dürfen an der \r\nUmfrage teilnehmen? \r\n\r\n
Wer kann die Ergebnisliste anschauen?
Wer kann die Ergebnisliste \r\nanschauen? \r\n
Als nächstes?
Möchten Sie nun gleich eine neue Frage eingeben?.
Abstimmungen können verwendet werden, um Meinungen Ihrer Besucher zu verschiedenen Themen zu erfragen.
\r\n\r\nAktiv
\r\nWenn dieses Feld ausgewählt ist, haben die Besucher die Möglichkeit abzustimmen. Andernfalls können sie sich lediglich das Ergebnis der Abstimmung anschauen.
Wer kann abstimmen?
\r\nWählen Sie eine Gruppe aus, die an der Abstimmung teilnehmen bzw. abstimmen kann.
Karma pro Abstimmung
\r\nWie viel Karma soll der Benutzer erhalten, wenn er abstimmt?
Breite der Grafik
\r\nDie Breite der Ergebnisbalken-Grafiken dieser Abstimmung (gemessen in Pixel).
Frage
\r\nWelche Frage möchten Sie Ihren Besuchern stellen?
Antworten
\r\nGeben Sie hier die möglichen Antworten zu Ihrer Frage ein. Abstimmungen könnenaber maximal 20 mögliche Antworten enthalten.
Antworten zufällig anordnen?
\r\nMöchten Sie Benutzer durch die Reihenfolge der Antworten nicht beeinflussen, so wählen Sie hier die zufällige Anordnung der Antworten aus.
Abstimmung zurücksetzen.
\r\nSetzen Sie hier die Ergebnisse der Abstimmung zurück. Alle bereits abgegebenen Stimmen werden gelöscht.
WebGUI enthält eine Produktverwaltung, mit dem Sie Produkte und Services schnell und einfach zu Ihrer Seite hinzufügen können.
\r\nTemplate
\r\nWählen Sie ein Layout für dieses Produkt.
Preis
\r\nHier können Sie einen Preis für dieses Produkt eingeben. Sie können aber auch einen Text angeben, wie \"Rufen Sie uns an, wenn Sie den Preis erfahren möchten\" oder lassen Sie dieses Feld einfach leer.
Produkt Nummer
\r\nDie Produkt Nummber, SKU, ISBN oder ähnliches für dieses Produkt.
Produkt Grafik 1
\r\nEine Grafik für dieses Produkt.
Produkt Grafik 2
\r\nEine weitere Grafik für dieses Produkt.
Produkt Grafik 3
\r\nEine dritte Grafik für dieses Produkt.
Prospekt/Broschüre
\r\nEin Prospekt oder eine Broschüre für dieses Produkt.
Handbuch
\r\nDas Produkt-, Benutzer oder Servicehandbuch für dieses Produkt.
Garantie
\r\nDie Garantie für dieses Produkt.
Nachfolgend eine Liste von Templatevariablen für Diskussuionsforen-Templates.
\r\nforum.add.url
Eine URL, mit der man ein Forum zu diesem Diskussionsforum \r\nhinzufügen kann.
forum.add.label
Die Standardbezeichnung für diese \r\nURL. \r\n
title.label
Die Standardbezeichnung für die Titel-Spalte. \r\n
views.label
Die Standardbezeichnung für die Spalte "Gelesen". \r\n
rating.label
Die Standardbezeichnung für die Spalte "Bewertungen". \r\n
threads.label
Die Standardbezeichnung für die Spalte "Themen". \r\n
replies.label
Die Standardbezeichnung für die Spalte "Antworten". \r\n
lastpost.label
Die Standardbezeichnung für die Spalte "Letzter \r\nBeitrag". \r\n
forum_loop
Eine Schleife, die die Daten für jedes im Diskussionsforum \r\nenthaltene Forum enthält. \r\n
\r\n
forum.controls\r\n
Die Bearbeitungs-Elemente für dieses Forum. \r\nforum.count
Eine Integer-Variable, die als Zähler im Loop fungiert.. \r\nforum.title
Der Titel dieses Forums. \r\nforum.description
Die Beschreibung dieses Forums. \r\nforum.replies
Die Anzahl der Antworten aller Themen dieses Forums. \r\nforum.rating
Die durchschnittliche Bewertung aller Beiträge dieses \r\n Forums. \r\nforum.views
Die Gesamtzahl, wie oft alle Beiträge dieses Forums \r\n gelesen wurden. \r\nforum.threads
Die Gesamtzahl der Themen dieses Forums. \r\nforum.url
Die URL, um dieses Forum anzuschauen. \r\nforum.lastpost.url
Die URL, um den letzten Beitrag dieses Forums \r\n anzuschauen. \r\nforum.lastpost.date
Das Datum dieses letzten Beitrags. \r\nforum.lastpost.time
Die Uhrzeit dieses letzten Beitrages. \r\nforum.lastpost.epoch
Das Datum inkl. Uhrzeit dieses letzten Beitrages. \r\n\r\nforum.lastpost.subject
Der Betreff dieses letzten Beitrages. \r\nforum.lastpost.user.id
Die UserID für diesen letzten Beitrag. \r\nforum.lastpost.user.name
Der Benutzername für diesen letzten Beitrag. \r\nforum.lastpost.user.profile
Die URL zu dem Profil des Benutzers. \r\nforum.lastpost.user.isVisitor
Eine Variable, ob der Benutzer ein \r\n registrierte Benutzer oder nur ein Besucher war. \r\n
default.listing
Die Darstellung des kompletten Forums basierend \r\nauf dem Forum Template. \r\n
default.description
Die Beschreibung des Standardforums. \r\n
default.title
Der Titel des Standardforums. \r\n
default.controls
Die Steuerelemente für das Standardforum. \r\n
areMultipleForums
Eine Variable, ob es mehr als ein Forum gibt.
Diskussionsforen, auch genannt Foren, Diskussionen oder Messageboards, sind \r\neine sehr gute Möglichkeit der Interaktion mit Ihren Besuchern. Diese können \r\ndamit über verschiedene Themen diskutieren. Einige Firmen benutzen diese Foren z. B. auch in internen \r\nProjekten.
',1067274751,NULL); -INSERT INTO international VALUES (99,'EventsCalendar',2,'übergeordneter Kalender?',1067274398,NULL); -INSERT INTO international VALUES (1044,'WebGUI',2,'Suchen Template',1066752539,NULL); -INSERT INTO international VALUES (1069,'WebGUI',2,'Host, der verwendet werden soll',1066752423,NULL); -INSERT INTO international VALUES (1070,'WebGUI',2,'konfigurierter Sitename',1066752405,NULL); -INSERT INTO international VALUES (1042,'WebGUI',2,'Beiträge pro Seite',1066752371,NULL); -INSERT INTO international VALUES (1041,'WebGUI',2,'Aufschliessen',1066752358,NULL); -INSERT INTO international VALUES (1040,'WebGUI',2,'Sperren',1066752337,NULL); -INSERT INTO international VALUES (1038,'WebGUI',2,'Lösen',1066752294,NULL); -INSERT INTO international VALUES (1037,'WebGUI',2,'Oben anordnen',1066752246,NULL); -INSERT INTO international VALUES (1036,'WebGUI',2,'Themen',1066752122,NULL); -INSERT INTO international VALUES (1033,'WebGUI',2,'Beitrags-Template',1066752071,NULL); -INSERT INTO international VALUES (1032,'WebGUI',2,'Themen Template',1066752056,NULL); -INSERT INTO international VALUES (1031,'WebGUI',2,'Forum Template',1066752044,NULL); -INSERT INTO international VALUES (1028,'WebGUI',2,'Beiträge moderieren?',1066752031,NULL); -INSERT INTO international VALUES (1027,'WebGUI',2,'Ersetzungen erlauben?',1066752013,NULL); -INSERT INTO international VALUES (1026,'WebGUI',2,'Erweiterter HTML-Editor?',1066751995,NULL); -INSERT INTO international VALUES (1023,'WebGUI',2,'Themenabo aufheben',1066751973,NULL); -INSERT INTO international VALUES (1022,'WebGUI',2,'Thema abonnieren',1066751952,NULL); -INSERT INTO international VALUES (1021,'WebGUI',2,'Beitrag bewerten',1066751939,NULL); -INSERT INTO international VALUES (1020,'WebGUI',2,'Bewertung',1066751924,NULL); -INSERT INTO international VALUES (1019,'WebGUI',2,'Zurück zur Übersicht',1066751908,NULL); -INSERT INTO international VALUES (1018,'WebGUI',2,'Neues Thema starten',1066751892,NULL); -INSERT INTO international VALUES (1013,'WebGUI',2,'Oben anordnen?',1066751875,NULL); -INSERT INTO international VALUES (1012,'WebGUI',2,'Dieses Thema sperren?',1066751847,NULL); -INSERT INTO international VALUES (1011,'WebGUI',2,'Code',1066751831,NULL); -INSERT INTO international VALUES (1010,'WebGUI',2,'Text',1066751818,NULL); -INSERT INTO international VALUES (1009,'WebGUI',2,'HTML',1066751806,NULL); -INSERT INTO international VALUES (1008,'WebGUI',2,'Text und HTML gemischt',1066751794,NULL); -INSERT INTO international VALUES (1007,'WebGUI',2,'Inhalts Typ',1066751769,NULL); -INSERT INTO international VALUES (1006,'WebGUI',2,'Verschlüsselter Login?',1066751736,NULL); -INSERT INTO international VALUES (1005,'WebGUI',2,'SQL Abfrage',1066751722,NULL); -INSERT INTO international VALUES (82,'USS',2,'Absteigend',1066751710,NULL); -INSERT INTO international VALUES (81,'USS',2,'Aufsteigend',1066751699,NULL); -INSERT INTO international VALUES (80,'USS',2,'Sortierungsreihenfolge',1066751686,NULL); -INSERT INTO international VALUES (79,'USS',2,'Sortieren nach',1066751670,NULL); -INSERT INTO international VALUES (3,'SyndicatedContent',2,'Maximale Anzahl an Überschriften',1066751657,NULL); -INSERT INTO international VALUES (81,'Survey',2,'Anonyme Antworten?',1066751632,NULL); -INSERT INTO international VALUES (7,'SiteMap',2,'Alphabetisch?',1066751616,NULL); -INSERT INTO international VALUES (78,'USS',2,'Änderungsdatum',1066751497,NULL); -INSERT INTO international VALUES (1071,'WebGUI',2,'Env HTTP Host',1066751471,NULL); -INSERT INTO international VALUES (1004,'WebGUI',2,'Wie lange externe Gruppen zwischenspeichern?',1066751437,NULL); -INSERT INTO international VALUES (71,'Article',2,'Artikel sind das "Schweizer Messer" von WebGUI. Der grösste Teil von \r\nstatischem Inhalt kann mit Hilfe des Artikels hinzugefügt werden.
\r\nBeachte: Sie können einen mehrseitigen Artikel erstellen, in dem Sie das Seperator Makro (^-;) an verschiedenen Stellen in Ihrem Artikel einbinden.
\r\n
\r\nTemplate
\r\nWählen Sie ein Template für Ihren Artikel aus.
Grafik
\r\nWählen Sie eine Grafik (.jpg, .gif, .png) von Ihrem lokalen Laufwerk aus. Diese Datei wird zum Server hochgeladen und erscheint in Ihrem Artikel.
\r\n
\r\nDateianhang
\r\nMöchten Sie z. B. ein Word-Dokument, ein Zip-File oder irgendeine andere Datei zum Download anbieten, so können Sie diese von Ihrem lokalen Laufwerk auswählen und hochladen.
\r\n
\r\nLink Titel
\r\nMöchten Sie einen Link zu Ihrem Artikel hinzufügen, so geben Sie hier den Link-Titel ein.
\r\n
\r\nBeispiel: Plainblack
\r\n
\r\nLink URL
\r\nWenn Sie zuvor einen Link Titel eingeben haben, so geben Sie hier die URL ein.
\r\n
\r\nBeispiel: http://www.plainblack.com
\r\n
\r\nCarriage Return beachten?
\r\nWenn Sie HTML-Code eingeben, so brauchen Sie diese Option nicht zu aktivieren. Aber wenn Sie keinen HTML-Code, sondern einfachen Text eingeben, und Sie möchten, dass auch ein "Carriage Return", also ein Zeilenumbruch, eingefügt wird, so aktivieren Sie diese Option. Andernfalls werden die Zeilenumbrüche, die Sie hier eingeben, nicht berücksichtigt.
Diskussion erlauben?
\r\nWählen Sie diese Option, wenn Sie Kommentare der Besucher oder Benutzer zu diesem Artikel erlauben möchten, so wie es z. B. auf http://www.slashdot.org möglich ist.
Daten per Email versenden?
Wenn \r\nSie hier "Ja" auswählen, werden alle Formularfelder, die Sie zum Versand \r\nper Email definiert haben, versandt.
Beachte: Das "An" Feld \r\nkann sowohl Standard-Email Adressen als auch WebGUI Benutzer-/Gruppennamen enthalten.
Template
Wählen \r\nSie ein Template für Ihr Formular.
Email Template
Wählen Sie ein \r\nTemplate, das für den Versand per Email benutzt werden soll.
Bestätigungs Template
Wählen \r\nSie ein Template für die Eingangsbestätigung.
Listen Template
Wählen \r\nSie ein Template, das für das Anzeigen der Liste der Daten, die mit diesem Formular \r\nabgeschickt wurden, verwendet werden soll.
Wenn Sie ein Thema, dass Sie erstellt haben, löschen, so entfernen Sie nur \r\ndas Thema selbst - die Elemente, die dieses Thema enthält, werden nicht gelöscht.
\r\nAndererseites aber, wenn Sie ein importiertes Thema löschen, so werden auch \r\ndie in diesem Thema enthaltenen Elemente (Grafiken etc.) gelöscht! Achten Sie \r\ndaher darauf, dass Sie Elemente, die in dem importierten Thema enthalten waren, \r\nauch wirklich nicht mehr benötigen.
\r\n',1055245028,NULL); -INSERT INTO international VALUES (941,'WebGUI',2,'Checkbox Liste',1055244838,NULL); -INSERT INTO international VALUES (21,'IndexedSearch',3,'Inhoud',1078410669,NULL); -INSERT INTO international VALUES (22,'IndexedSearch',3,'Profiel',1078410682,NULL); -INSERT INTO international VALUES (23,'IndexedSearch',3,'Elk Type Inhoud',1078410703,NULL); -INSERT INTO international VALUES (24,'IndexedSearch',3,'Elke taal',1078410724,NULL); -INSERT INTO international VALUES (25,'IndexedSearch',3,'Elke gebruiker',1078410745,NULL); -INSERT INTO international VALUES (26,'IndexedSearch',3,'Zoeken, Toevoegen/Bewerken',1078410797,NULL); -INSERT INTO international VALUES (3,'IndexedSearch',3,'Raadpleeg alstublieft de documentatie voor meer informatie.',1078484242,NULL); -INSERT INTO international VALUES (4,'IndexedSearch',3,'Deze pagina',1078484253,NULL); -INSERT INTO international VALUES (5,'IndexedSearch',3,'De te gebruiken index',1078484266,NULL); -INSERT INTO international VALUES (6,'IndexedSearch',3,'Zoek door',1078484276,NULL); -INSERT INTO international VALUES (7,'IndexedSearch',3,'Alleen resultaten die gecreëerd zijn door',1078484353,NULL); -INSERT INTO international VALUES (8,'IndexedSearch',3,'Alleen resultaten uit namespace',1078484475,NULL); -INSERT INTO international VALUES (2,'IndexedSearch',1,'No index created. The scheduler must run and create the index first.',1066252099,''); -INSERT INTO international VALUES (3,'IndexedSearch',1,'Please refer to the documentation for more info.',1066252166,''); -INSERT INTO international VALUES (4,'IndexedSearch',1,'This page',1066252218,''); -INSERT INTO international VALUES (5,'IndexedSearch',1,'Index to use',1066252241,''); -INSERT INTO international VALUES (6,'IndexedSearch',1,'Search through',1066252264,''); -INSERT INTO international VALUES (1,'IndexedSearch',1,'Table Search_docInfo can\'t be opened.',1066252055,''); -INSERT INTO international VALUES (1,'IndexedSearch',3,'Tabel Search_docInfo kan niet worden geopend.',1078407814,NULL); -INSERT INTO international VALUES (10,'IndexedSearch',3,'Alleen resultaten van het type',1078407880,NULL); -INSERT INTO international VALUES (11,'IndexedSearch',3,'Breek pagina af na',1078407900,NULL); -INSERT INTO international VALUES (12,'IndexedSearch',3,'Lengte context preview',1078408210,NULL); -INSERT INTO international VALUES (13,'IndexedSearch',3,'Resultaten naar voren halen?',1078408363,NULL); -INSERT INTO international VALUES (14,'IndexedSearch',3,'Kleur naar voren halen',1078408406,NULL); -INSERT INTO international VALUES (15,'IndexedSearch',3,'Alle paginas',1078408421,NULL); -INSERT INTO international VALUES (16,'IndexedSearch',3,'Zoek',1078408429,NULL); -INSERT INTO international VALUES (17,'IndexedSearch',3,'Zoek',1078408438,NULL); -INSERT INTO international VALUES (18,'IndexedSearch',3,'Elke namespace',1078410637,NULL); -INSERT INTO international VALUES (19,'IndexedSearch',3,'Wobject',1078408550,NULL); -INSERT INTO international VALUES (20,'IndexedSearch',3,'Details Wobject ',1078410657,NULL); -INSERT INTO international VALUES (73,'FileManager',2,'DateititelDateiname
Wählen Sie hier eine Datei von Ihrem lokalen Laufwerk, \r\ndie Sie uploaden möchten. \r\n
Alternative #1
Eine alternative Version dieser Datei. Wenn z. B. \r\ndie Datei im JPEG-Format ist, könnten Sie bei der alternativen Version z. B. \r\nTIFF oder BMP auswählen. \r\n
Alternative #2
Analog zur Alternative #1. \r\n
Kurze Beschreibung
Eine kurze Beschreibung dieser Datei. Beachten \r\nSie, dass Sie Schlüsselwörter benutzen, damit die Benutzer besser nach dieser \r\nDatei suchen können. \r\n
Gruppe, die Download benutzen kann
Wählen Sie die Gruppe aus, die \r\ndiese Datei downloaden kann. \r\n
Als nächstes?
Möchten Sie sofort einen neuen Download hinzufügen? \r\nOder möchten Sie zuerst zurück zur Seite gehen?.
Template
Wählen Sie ein Layout für den Downloadmanager (z. B. \'Standard/Default\' \r\noder \'Standard ohne Suchfunktion\'. \r\n
Einträge pro Seite
Wie viele Dateien sollen pro Seite angezeigt \r\nwerden? \r\n
Als nächstes?
Möchten Sie neue Downloads hinzufügen oder zurück \r\nzur Seite gehen?.
Nachfolgend eine Liste von Template Variablen für Ereignis Templates.
\r\ntitle
\r\nDer Titel des Ereignisses.
start.label
\r\nDie übersetzte Bezeichnung des Startdatums.
start.date
\r\nDas Datum, an dem das Ereignis beginnt.
end.date
\r\nDas Datum, an dem dieses Ereignis endet.
end.label
\r\nDie übersetzte Bezeichung des Ende Datums.
canEdit
\r\nVariable, falls der Benutzer des Ereignis bearbeiten kann.
edit.url
\r\nDie URL zum Bearbeiten dieses Ereignisses.
edit.label
\r\nDie übersetzte Bezeichnung für diese URL (z. B. \'Termin bearbeiten\').
delete.url
\r\nDie URL zum Löschen dieses Ereignisses.
delete.label
\r\nDie übersetzte Bezeichnung für diese URL.
previous.url
\r\nDie URL, um sich das vorherige Ereignis anzeigen zu lassen.
previous.label
\r\nDie übersetzte Bezeichnung für diese URL.
next.url
\r\nDie URL, um sich das nächste Ereignis anzeigen zu lassen.
next.label
\r\nDie übersetzte Bezeichnung für diese URL.
description
\r\nDie Beschreibung für dieses Ereignis.
Veranstaltungskalender werden z. B. in vielen Intranets benutzt, um interne Termine zu speichern, die das gesamte Unternehmen betreffen. Aber genauso sind Veranstaltungskalender eine besonders gute Möglichkeit, um Ihre Kunden auf Ihrer Unternehmensseite oder privaten Homepage über kommende Veranstaltungen oder Werbeevents zu informieren.
\r\n
\r\nHaupt Template
\r\nWählen Sie ein Layout für den Veranstaltungskalender.
\r\n
\r\nEreignis Template
\r\nWählen Sie ein Layout für die einzelnen Termine innerhalb des Kalenders aus.
\r\n
\r\nStart Monat
\r\nWählen Sie hier den Startmonat Ihres Kalenders aus. Wenn Sie "Aktuell" auswählen, beginnt der Kalender immer im aktuellen Monat. Wenn Sie "Erster im Kalender" auswählen, beginnt der Kalender immer in dem Monat, in dem der früheste Termin eingetragen ist.
\r\n
\r\nEnde Monat
\r\nWählen Sie hier den Endemonat Ihres Kalenders aus. Wenn Sie "X Monate vom Beginn an anzeigen" auswählen, werden auch nur X Monate rückwirkend angezeigt. "Aktuell" und "Letzter im Kalender" gelten analog zum zuvor beschriebenen Startmonat.
\r\n
\r\nStandard Monat
\r\nWählt den Monat für diesen Kalender aus, der dem Besucher angezeigt wird, wenn er die Seite, die den Kalender enthält, aufruft.
\r\n
Einträge pro Seite
\r\nWenn Sie eine Veranstaltungsliste als Layout ausgewählt haben (z. B. Events-List), können Sie hier angeben, wieviel Termine pro Seite angezeigt werden sollen.
\r\n
\r\nAls nächstes?
\r\nMöchten Sie nun nach dem Erstellen des Kalenders gleich ein neues Ereignis einfügen oder zurück zur Seite gehen?
\r\n
\r\nBeachten Sie bitte: Termine, die bereits stattgefunden haben, werden nicht mehr im Kalender angezeigt.
\r\n
\r\næÉÌØÔÒ ÄÌÑ ÓÏÄÅÒÖÁÎÉÑ
\r\n÷ÙÂÅÒÉÔÅ ÕÒÏ×ÅÎØ ÆÉÌØÔÒÁÃÉÉ ÄÌÑ ÐÒÉÓÙÌÁÅÍÙÈ ÓÏÏÂÝÅÎÉÊ.\r\n
\r\nûÁÂÌÏÎ ÄÌÑ ÓÔÒÁÎÉÃÙ ÏÐÉÓÁÎÉÑ ÆÁÊÌÁ
\r\n÷ÙÂÅÒÉÔÅ ÛÁÂÌÏÎ ÄÌÑ ÓÔÒÁÎÉÃÙ ÏÐÉÓÁÎÉÑ ÆÁÊÌÁ.\r\n
\r\nîÁÂÌÀÄÅÎÉÅ ÚÁ ÐÏÓÙÌËÏÊ ÆÁÊÌÏ×
\r\n
\r\nðÏËÁÚÙ×ÁÔØ ÍÉÎÉÁÔÀÒÙ
\r\nåÓÌÉ ×ÌÏÖÅÎ ÇÒÁÆÉÞÅÓËÉÊ ÆÁÊÌ, ÔÏ ÄÌÑ ÎÅÇÏ ÍÏÖÎÏ ÓÏÚÄÁÔØ É ÐÏËÁÚÁÔØ ÍÉÎÉÁÔÀÒÕ ÄÌÑ ÐÒÅÄ×ÁÒÉÔÅÌØÎÏÇÏ ÐÒÏÓÍÏÔÒÁ.\r\n
\r\nòÁÚÒÅÛÉÔØ ÏÂÓÕÖÄÅÎÉÅ?
\r\nòÁÚÒÅÛÉÔØ ÏÂÓÕÖÄÅÎÉÅ ÐÒÉÓÌÁÎÎÏÊ ÉÎÆÏÒÍÁÃÉÉ?\r\n
\r\næÉÌØÔÒ ÓÏÏÂÝÅÎÉÊ
\r\n÷ÙÂÅÒÉÔÅ ÕÒÏ×ÅÎØ ÆÉÌØÔÒÁÃÉÉ ÄÌÑ ÐÒÉÓÙÌÁÅÍÙÈ ÓÏÏÂÝÅÎÉÊ.\r\n
\r\nçÒÕÐÐÁ, ÉÍÅÀÝÁÑ ÐÒÁ×Ï ÐÒÉÓÙÌÁÔØ ÆÁÊÌÙ
\r\n÷ÙÂÅÒÉÔÅ ÇÒÕÐÐÕ.\r\n
\r\n÷ÒÅÍÑ ÒÅÄÁËÔÉÒÏ×ÁÎÉÑ
\r\n÷×ÅÄÉÔÅ ×ÒÅÍÑ × ÔÅÞÅÎÉÅ ËÏÔÏÒÏÇÏ ÍÏÖÎÏ ÒÅÄÁËÔÉÒÏ×ÁÔØ ÆÏÒÍÕ ÄÌÑ ÏÔÐÒÁ×ËÉ ÆÁÊÌÁ ÎÁ ÓÁÊÔ.\r\n
\r\nõÒÏ×ÅÎØ ÎÁÂÌÀÄÅÎÉÑ ÎÁ ÐÏÓÙÌËÏÊ
\r\n÷×ÅÄÉÔÅ 1, ÅÓÌÉ ×Ù ÈÏÔÉÔÅ ÚÁÐÉÓÙ×ÁÌÉÓØ ÓÏÏÂÝÅÎÉÑ Ï ÐÏÓÔÕÐÌÅÎÉÉ ÎÏ×ÙÈ ÆÁÊÌÏ× É 0, ÅÓÌÉ ×Ù ÜÔÏÇÏ ÎÅ ÈÏÔÉÔÅ.\r\n
\r\n\r\nëÔÏ ÉÍÅÅÔ ÐÒÁ×Ï ÍÏÄÅÒÉÒÏ×ÁÔØ?
\r\n÷ÙÂÅÒÉÔÅ ÇÒÕÐÐÕ ËÏÔÏÒÁÑ ÉÍÅÅÔ ÐÒÁ×Ï ÍÏÄÅÒÉÒÏ×ÁÔØ ÏÂÓÕÖÄÅÎÉÅ. \r\n
\r\n\r\nôÉÐ ÍÏÄÅÒÉÒÏ×ÁÎÉÑ
\r\núÄÅÓØ ×Ù ÍÏÖÅÔÅ ×ÙÂÒÁÔØ ÔÉÐ ÍÏÄÅÒÉÒÏ×ÁÎÉÑ.âÅÚ ÐÒÅÄ×ÁÒÉÔÅÌØÎÏÇÏ ÐÒÏÓÍÏÔÒÁ ÏÚÎÁÞÁÅÔ, ÞÔÏ ÓÏÏÂÝÅÎÉÑ, ÎÁÐÉÓÁÎÎÙÅ ÐÏÌØÚÏ×ÁÔÅÌÑÍÉ ÐÕÂÌÉËÕÀÔÓÑ ÓÒÁÚÕ. ðÒÅÄ×ÁÒÉÔÅÌØÎÙÊ ÐÒÏÓÍÏÔÒ ÓÏÏÂÝÅÎÉÑ ÏÚÎÁÞÁÅÔ, ÞÔÏ ÍÏÄÅÒÁÔÏÒ ÄÏÌÖÅÎ ÐÒÏÓÍÏÔÒÅÔØ É ÒÁÚÒÅÛÉÔØ ÏÐÕÂÌÉËÏ×ÁÎÉÅ ÐÉÓØÍÁ ÐÅÒÅÄ ÏÐÕÂÌÉËÏ×ÁÎÉÅÍ ÅÇÏ ÎÁ ÓÁÊÔÅ. .\r\n\r\n
\r\näÏÂÁ×ÉÔØ ÓÏÏÂÝÅÎÉÅ Ï ÒÅÄÁËÔÉÒÏ×ÁÎÉÉ?
\r\näÏÂÁ×ÉÔØ ÓÏÏÂÝÅÎÉÅ Ï ÔÏÍ, ÞÔÏ ÆÁÊÌ ÉÌÉ ÓÏÐÒÏ×ÏÖÄÁÀÝÅÅ ÅÇÏ ÓÏÏÂÝÅÎÉÅ ÂÙÌÏ ÏÔÒÅÄÁËÔÉÒÏ×ÁÎÏ?\r\n
',1048512779,NULL);
-INSERT INTO international VALUES (52,'USS',21,'íÉÎÉÁÔÀÒÙ',1041244426,NULL);
-INSERT INTO international VALUES (51,'USS',21,'ðÏËÁÚÙ×ÁÔØ ÍÉÎÉÁÔÀÒÙ ÄÌÑ ÇÒÁÆÉÞÅÓËÉÈ ÆÁÊÌÏ×?',1041244404,NULL);
-INSERT INTO international VALUES (5,'USS',21,'÷ÁÛ ÆÁÊÌ ÚÁÐÒÅÝÅÎ Ë ÐÕÂÌÉËÁÃÉÉ ÎÁ ÓÁÊÔÅ.',1041244351,NULL);
-INSERT INTO international VALUES (48,'USS',21,'òÁÚÒÅÛÉÔØ ÄÏÂÁ×ÌÅÎÉÅ ËÏÍÍÅÎÔÁÒÉÅ×? ',1041244296,NULL);
-INSERT INTO international VALUES (47,'USS',21,'ïÔ×ÅÔÉÔØ',1041244241,NULL);
-INSERT INTO international VALUES (46,'USS',21,'ÞÉÔÁÔØ ÄÁÌØÛÅ...',1041244221,NULL);
-INSERT INTO international VALUES (1035,'WebGUI',1,'Notification Template',1066034661,'Tell the admin to select a template for the notification messages that come from this forum.');
-INSERT INTO international VALUES (41,'USS',21,'äÁÔÁ',1041006323,NULL);
-INSERT INTO international VALUES (4,'USS',21,'÷ÁÛ ÆÁÊÌ ÄÏÂÁ×ÌÅÎ × ÓÉÓÔÅÍÕ ÏÂÍÅÎÁ ÆÁÊÌÁÍÉ',1041006200,NULL);
-INSERT INTO international VALUES (39,'USS',21,'îÁÐÉÓÁÔØ ÏÔ×ÅÔ',1041006064,NULL);
-INSERT INTO international VALUES (87,'USS',1,'Submission Form Template',1070027660,'Prompt the user to select a template for the USS submission form.');
-INSERT INTO international VALUES (37,'USS',21,'õÄÁÌÉÔØ',1041005678,NULL);
-INSERT INTO international VALUES (35,'USS',21,'îÁÚ×ÁÎÉÅ',1041005652,NULL);
-INSERT INTO international VALUES (33,'USS',21,'÷ÌÏÖÅÎÎÙÊ ÆÁÊÌ',1041005573,NULL);
-INSERT INTO international VALUES (32,'USS',21,'çÒÁÆÉÞÅÓËÉÊ ÆÁÊÌ',1041005539,NULL);
-INSERT INTO international VALUES (31,'USS',21,'óÏÄÅÒÖÁÎÉÅ',1041005463,NULL);
-INSERT INTO international VALUES (30,'USS',21,'ïÔÓÌÅÖÉ×ÁÔØ ÉÚÍÅÎÅÎÉÑ × ÓÐÉÓËÅ ÆÁÊÌÏ×?
\r\n(0 - ÎÅ ÓÌÅÄÉÔØ ÚÁ ÉÚÍÅÎÅÎÉÑÍÉ, 1 - ÎÁÂÌÀÄÁÔØ ÚÁ ÉÚÍÅÎÅÎÉÑÍÉ)',1041005372,NULL);
-INSERT INTO international VALUES (3,'USS',21,'÷ ÓÉÓÔÅÍÕ ÏÂÍÅÎÁ ÆÁÊÌÁÍÉ ÐÏÓÔÕÐÉÌ ÎÏ×ÙÊ ÆÁÊÌ. ôÒÅÂÕÅÔÓÑ ÐÒÏ×ÅÒËÁ. ',1041005053,NULL);
-INSERT INTO international VALUES (29,'USS',21,'óÉÓÔÅÍÁ ÏÂÍÅÎÁ ÆÁÊÌÁÍÉ',1041004887,NULL);
-INSERT INTO international VALUES (28,'USS',21,'÷ÅÒÎÕÔØÓÑ Ë ÓÐÉÓËÕ ÆÁÊÌÏ×',1041004775,NULL);
-INSERT INTO international VALUES (27,'USS',21,'òÅÄÁËÔÉÒÏ×ÁÔØ',1041004731,NULL);
-INSERT INTO international VALUES (21,'USS',21,'ðÒÉÓÌÁÌ(Á)',1041004682,NULL);
-INSERT INTO international VALUES (20,'USS',21,'äÏÂÁ×ÉÔØ ÆÁÊÌ',1041004633,NULL);
-INSERT INTO international VALUES (2,'USS',21,'ðÏÌØÚÏ×ÁÔÅÌÉ, ÉÍÅÀÝÉÅ ÐÒÁ×Ï ÐÒÉÓÙÌÁÔØ ÆÁÊÌÙ',1041004490,NULL);
-INSERT INTO international VALUES (19,'USS',21,'òÅÄÁËÔÏÒ ÏÔÐÒÁ×ËÉ',1041004113,NULL);
-INSERT INTO international VALUES (18,'USS',21,'òÅÄÁËÔÏÒ ÓÉÓÔÅÍÙ ÏÂÍÅÎÁ ÆÁÊÌÁÍÉ',1041003798,NULL);
-INSERT INTO international VALUES (17,'USS',21,'õÄÁÌÉÔØ ÜÔÏÔ ÆÁÊÌ?',1041002917,NULL);
-INSERT INTO international VALUES (16,'USS',21,'âÅÚ ÎÁÚ×ÁÎÉÑ',1041002377,NULL);
-INSERT INTO international VALUES (15,'USS',21,'òÅÄÁËÔÉÒÏ×ÁÔØ/ÕÄÁÌÉÔØ ',1041002354,NULL);
-INSERT INTO international VALUES (14,'USS',21,'óÔÁÔÕÓ',1041002310,NULL);
-INSERT INTO international VALUES (13,'USS',21,'äÁÔÁ',1041002291,NULL);
-INSERT INTO international VALUES (12,'USS',21,'(õÂÅÒÉÔÅ ÇÁÌÏÞËÕ, ÅÓÌÉ ×Ù ÉÓÐÏÌØÚÕÅÔÅ HTML)',1041002267,NULL);
-INSERT INTO international VALUES (1,'USS',21,'ðÏÌØÚÏ×ÁÔÅÌØ, ÐÒÏ×ÅÒÑÀÝÉÊ ÐÒÉÓÌÁÎÎÙÊ ÆÁÊÌ',1041002182,NULL);
-INSERT INTO international VALUES (75,'SiteMap',21,'ÓÏ ×ÓÅÈ ËÏÒÎÅ×ÙÈ ÄÉÒÅËÔÏÒÉÊ',1040999349,NULL);
-INSERT INTO international VALUES (74,'SiteMap',21,'Ó ÜÔÏÊ ÓÔÒÁÎÉÃÙ',1040999225,NULL);
-INSERT INTO international VALUES (73,'SiteMap',21,'óÐÉÓÏË ÐÅÒÅÍÅÎÎÙÈ ÄÌÑ ÛÁÂÌÏÎÁ ËÁÒÔÙ ÓÁÊÔÁ:\r\n\r\npage_loop
\r\nïÔÏÂÒÁÖÁÅÔ ÓÐÉÓÏË ×ÓÅÈ ÓÔÒÁÎÉÃ ÓÁÊÔÁ.\r\n
\r\npage.indent
\r\nïÔÓÔÕÐ ÐÅÒÅÄ ÓÔÒÁÎÉÃÁÍÉ × ËÁÒÔÅ.\r\n
\r\npage.url
\r\nóÓÙÌËÁ ÎÁ ÓÔÒÁÎÉÃÕ ÓÁÊÔÁ.\r\n
\r\npage.id
\r\néÄÅÎÔÉÆÉËÁÃÉÏÎÎÙÊ ÎÏÍÅÒ ÓÔÒÁÎÉÃÙ × ÓÉÓÔÅÍÅ WebGUI.\r\n
\r\npage.title
\r\nîÁÚ×ÁÎÉÅ ÓÔÒÁÎÉÃÙ.\r\n
\r\npage.menutitle
\r\nîÁÚ×ÁÎÉÅ ÓÔÒÁÎÉÃÙ, ÉÓÐÏÌØÚÕÅÍÏÅ ÐÒÉ ÎÁ×ÉÇÁÃÉÉ.\r\n
\r\npage.synopsis
\r\nïÐÉÓÁÎÉÅ ÓÏÄÅÒÖÉÍÏÇÏ ÓÔÒÁÎÉÃÙ.\r\n
\r\npage.isRoot
\r\nõÓÌÏ×ÉÑ ÅÓÌÉ ÓÔÒÁÎÉÃÁ ÎÅ ËÏÒÎÅ×ÁÑ. ',1048510317,NULL);
-INSERT INTO international VALUES (72,'SiteMap',21,'ûÁÂÌÏÎ ÄÌÑ ËÁÒÔÙ ÓÁÊÔÁ',1048509845,NULL);
-INSERT INTO international VALUES (74,'MessageBoard',21,'The following is the list of template variables available in message board templates.\r\n\r\ncanPost\r\nA conditional indicating whether the current user has the privileges to post a new message.\r\n\r\npost.url\r\nThe URL to post a new message.\r\n\r\npost.label\r\nThe translated label for the post URL.\r\n\r\nsearch.url\r\nThe URL to search this message board.\r\n\r\nsearch.label\r\nThe translated label for the search URL.\r\n\r\nsubject.label\r\nThe translated label for the subject column.\r\n\r\nuser.label\r\nThe translated label for the user column.\r\n\r\ndate.label\r\nThe translated label for the date column.\r\n\r\nviews.label\r\nThe translated label for the views column.\r\n\r\nreplies.label\r\nThe translated label for the replies column.\r\n\r\nlast.label\r\nThe translated label for the last reply column.\r\n\r\nmessage_loop\r\nThe loop containing each message.\r\nlast.url\r\nThe URL to the last reply to this message.\r\n\r\nlast.subject\r\nThe subject on the last reply to this message.\r\n\r\nlast.username\r\nThe username who posted the last reply to this message.\r\n\r\nlast.userProfile\r\nThe URL to the profile of the user who posted the last reply to this message.\r\n\r\nlast.date\r\nThe date that the last reply to this message was posted.\r\n\r\nmessage.subject\r\nThe subject of this message.\r\n\r\nmessage.date\r\nThe date that this message was posted.\r\n\r\nmessage.user\r\nThe user that posted this message.\r\n\r\nmessage.views\r\nThe views that this message has received.\r\n\r\nmessage.replies\r\nThe number of replies to this thread.\r\n\r\nmessage.url\r\nThe URL to view this message.\r\n\r\nmessage.currentUser\r\nA condition indicating whether the current user is also the user that posted this message.\r\n\r\nmessage.status\r\nThe status of this message (pending, approved, denied).\r\n\r\nfirstPage\r\nA link to the first page in the paginator.\r\n\r\nlastPage\r\nA link to the last page in the paginator.\r\n\r\nnextPage\r\nA link to the next page forward in the paginator.\r\n\r\npreviousPage\r\nA link to the next page backward in the paginator.\r\n\r\npageList\r\nA list of links to all the pages in the paginator.\r\n\r\nmultiplePages\r\nA conditional indicating whether there is more than one page in the paginator. ',1040999056,NULL);
-INSERT INTO international VALUES (73,'MessageBoard',21,'ûÁÂÌÏÎ ÄÌÑ ÆÏÒÕÍÁ',1040998990,NULL);
-INSERT INTO international VALUES (7,'WobjectProxy',1,'Override title?',1053183682,'Asking the user if s/he would like to use the title specified in the wobject proxy or the original title of the original wobject.');
-INSERT INTO international VALUES (14,'IndexedSearch',1,'Highlight color',1066252536,'');
-INSERT INTO international VALUES (13,'IndexedSearch',1,'Highlight results ?',1066252498,'');
-INSERT INTO international VALUES (12,'IndexedSearch',1,'Context preview length',1066252463,'');
-INSERT INTO international VALUES (11,'IndexedSearch',1,'Paginate after',1066252409,'');
-INSERT INTO international VALUES (10,'IndexedSearch',1,'Only results of type',1066252387,'');
-INSERT INTO international VALUES (9,'IndexedSearch',1,'Only results in language',1066252363,'');
-INSERT INTO international VALUES (8,'IndexedSearch',1,'Only results in namespace',1066252344,'');
-INSERT INTO international VALUES (7,'IndexedSearch',1,'Only results created by',1066252303,'');
-INSERT INTO international VALUES (20,'IndexedSearch',1,'Wobject details',1066765556,'');
-INSERT INTO international VALUES (18,'IndexedSearch',1,'Any namespace',1066593420,'first option for \"Search in namespace:\"');
-INSERT INTO international VALUES (17,'IndexedSearch',1,'Search',1066593262,'Title of this wobject');
-INSERT INTO international VALUES (16,'IndexedSearch',1,'Search',1066565087,'Label of the search submit button.');
-INSERT INTO international VALUES (15,'IndexedSearch',1,'All pages',1066253116,'');
-INSERT INTO international VALUES (971,'WebGUI',1,'Time',1053278208,'A field that holds clock time.');
-INSERT INTO international VALUES (97,'EventsCalendar',21,'óÐÉÓÏË ÐÅÒÅÍÅÎÎÙÈ, ÉÓÐÏÌØÚÕÅÍÙÈ ÐÒÉ ÓÏÚÄÁÎÉÉ ÛÁÂÌÏÎÁ.\r\n\r\ntitle\r\nThe title of this event.\r\n\r\nstart.label\r\nThe translated label for the start date.\r\n\r\nstart.date\r\nThe date this event starts.\r\n\r\nend.date\r\nThe date this event ends.\r\n\r\nend.label\r\nThe translated label for the end date.\r\n\r\ncanEdit\r\nA condition indicating whether the current user can edit an event.\r\n\r\nedit.url\r\nThe URL to edit this event.\r\n\r\nedit.label\r\nThe translated label for the edit URL.\r\n\r\ndelete.url\r\nThe URL to delete this event.\r\n\r\ndelete.label\r\nThe translated label for the delete URL.\r\n\r\nprevious.url\r\nThe URL to view the event before this one.\r\n\r\nprevious.label\r\nThe translated label for the previous URL.\r\n\r\nnext.label\r\nThe translated label for the next URL.\r\n\r\nnext.url\r\nThe URL to view the event after this one.\r\n\r\ndescription\r\nThe description of this event. ',1040996778,NULL);
-INSERT INTO international VALUES (96,'EventsCalendar',21,'ûÁÂÌÏÎ ÓÏÂÙÔÉÑ',1040996647,NULL);
-INSERT INTO international VALUES (95,'EventsCalendar',21,'éÓÐÏÌØÚÕÑ ÓÌÅÄÕÀÝÉÅ ÐÅÒÅÍÅÎÎÙÅ ×Ù ÌÅÇËÏ ÓÍÏÖÅÔÅ ÉÚÍÅÎÉÔØ ×ÎÅÛÎÉÊ ×ÉÄ ×ÁÛÅÇÏ ÏÒÇÁÎÁÊÚÅÒÁ.\r\n\r\naddevent.url
\r\nURL ÄÌÑ ÄÏÂÁ×ÌÅÎÉÑ ÓÏÂÙÔÉÑ × ÏÒÇÁÎÁÊÚÅÒ.\r\n
\r\naddevent.label
\r\nóÓÙÌËÁ ÐÒÅÄÎÁÚÎÁÞÅÎÎÁÑ ÄÌÑ ÄÏÂÁ×ÌÅÎÉÑ ÓÏÂÙÔÉÑ (ÐÅÒÅ×ÏÄÉÔÓÑ ÎÁ ×ÓÅ ÐÏÄÄÅÒÖÉ×ÁÅÍÙÅ ÑÚÙËÉ).\r\n
\r\ncalendar.big
\r\nëÁÌÅÎÄÁÒØ Ó ÓÏÂÙÔÉÑÍÉ, ÒÁÚ×ÅÒÎÕÔÙÊ ÎÁ ×ÓÀ ÓÔÒÁÎÉÃ.\r\n
\r\ncalendar.small
\r\níÁÌÅÎØËÉÊ ËÁÌÅÎÄÁÒØ (ÔÏÌØËÏ ÄÁÔÙ).\r\n
\r\ncalendar.firstPage
\r\nðÅÒ×ÁÑ ÓÔÒÁÎÉÃÁ ËÁÌÅÎÄÁÒÑ.\r\n
\r\ncalendar.lastPage
\r\nðÏÓÌÅÄÎÑÑ ÓÔÒÁÎÉÃÁ ËÁÌÅÎÄÁÒÑ.\r\n
\r\ncalendar.nextPage
\r\nóÓÙÌËÁ ÎÁ ÓÌÅÄÕÀÝÕÀ ÓÔÒÁÎÉÃÕ ËÁÌÅÎÄÁÒÑ.\r\n
\r\ncalendar.previousPage
\r\nóÓÙÌËÁ ÎÁ ÐÒÅÄÙÄÕÝÕÀ ÓÔÒÁÎÉÃÕ ËÁÌÅÎÄÁÒÑ.\r\n
\r\ncalendar.pageList
\r\nóÓÙÌËÉ ÎÁ ×ÓÅ ÓÔÒÁÎÉÃÙ ËÁÌÅÎÄÁÒÑ.\r\n
\r\ncalendar.multiplePages
\r\nõÓÌÏ×ÉÑ ÉÚÍÅÎÅÎÉÑ ÎÁ×ÉÇÁÃÉÉ, ÅÓÌÉ × ËÁÌÅÎÄÁÒÅ ÓÏÄÅÒÖÉÔÓÑ ÂÏÌÅÅ ÏÄÎÏÊ ÓÔÒÁÎÉÃÙ.\r\n
\r\nlist_loop
\r\núÁÍËÎÕÔÙÊ ÃÉËÌ ÐÒÏÓÍÏÔÒÁ (ÐÏÓÌÅ ÐÒÏÓÍÏÔÒÁ ÐÏÓÌÅÄÎÅÇÏ ÓÏÂÙÔÉÑ ÏÓÕÝÅÓÔ×ÌÑÅÔÓÑ ÐÅÒÅÈÏÄ Ë ÐÅÒ×ÏÍÕ).\r\n
\r\nlist.date
\r\näÁÔÁ ÓÏÂÙÔÉÑ.\r\n
\r\nlist.title
\r\nîÁÚ×ÁÎÉÅ ÓÏÂÙÔÉÑ.\r\n
\r\nlist.description
\r\nðÏÄÒÏÂÎÏÅ ÏÐÉÓÁÎÉÅ ÓÏÂÙÔÉÑ.\r\n
\r\nlist.sameAsPrevious
\r\nõÓÌÏ×ÉÑ ÏÔÏÂÒÁÖÅÎÉÑ ÓÏÂÙÔÉÑ × ÓÌÕÞÁÅ ÓÏ×ÐÁÄÅÎÉÑ ÅÇÏ ÄÁÔÙ Ó ÄÁÔÏÊ ÐÒÅÄÙÄÕÝÅÇÏ ÓÏÂÙÔÉÑ.\r\n
\r\nlist.url
\r\nURL ÎÁ ÏÔÄÅÌØÎÕÀ ÓÔÒÁÎÉÃÕ Ó ÐÏÄÒÏÂÎÙÍ ÏÐÉÓÁÎÉÅÍ ÓÏÂÙÔÉÑ.\r\n
\r\nlist.controls
\r\nëÏÎÔÒÏÌØ ÚÁ ÓÏÂÙÔÉÅÍ ÓÏ ÓÔÏÒÏÎÙ WebGUI.\r\n
\r\nlist.firstPage
\r\nóÓÙÌËÉ ÎÁ ÐÅÒ×ÕÀ ÓÔÒÁÎÉÃÕ.\r\n
\r\nlist.lastPage
\r\nóÓÙÌËÁ ÎÁ ÐÏÓÌÅÄÎÀÀ ÓÔÒÁÎÉÃÕ.\r\n
\r\nlist.nextPage
\r\nóÓÙÌËÁ ÎÁ ÓÌÅÄÕÀÝÕÀ ÓÔÒÁÎÉÃÕ.\r\n
\r\nlist.previousPage
\r\nóÓÙÌËÁ ÎÁ ÐÒÅÄÙÄÕÝÕÀ ÓÔÒÁÎÉÃÕ.\r\n
\r\nlist.pageList
\r\nóÓÙÌËÉ ÎÁ ×ÓÅ ÓÔÒÁÎÉÃÙ.\r\n
\r\nlist.multiplePages
\r\nõÓÌÏ×ÉÑ ÉÚÍÅÎÅÎÉÑ ÎÁ×ÉÇÁÃÉÉ, ÅÓÌÉ ÓÏÄÅÒÖÉÔÓÑ ÂÏÌÅÅ ÏÄÎÏÊ ÓÔÒÁÎÉÃÙ. ',1046345953,NULL);
-INSERT INTO international VALUES (94,'EventsCalendar',21,'ûÁÂÌÏÎ ÏÒÇÁÎÁÊÚÅÒÁ',1040996203,NULL);
-INSERT INTO international VALUES (93,'EventsCalendar',21,'óÌÅÄÕÀÝÅÅ ÓÏÂÙÔÉÅ',1040996149,NULL);
-INSERT INTO international VALUES (92,'EventsCalendar',21,'ðÒÅÄÙÄÕÝÅÅ ÓÏÂÙÔÉÅ',1040996131,NULL);
-INSERT INTO international VALUES (91,'EventsCalendar',21,'äÏÂÁ×ÉÔØ ÎÏ×ÏÅ ÓÏÂÙÔÉÅ',1040996104,NULL);
-INSERT INTO international VALUES (90,'EventsCalendar',21,'ÍÅÓÑÃ ÐÏ ÕÍÏÌÞÁÎÉÀ',1040996071,NULL);
-INSERT INTO international VALUES (89,'EventsCalendar',21,'ÐÏËÁÚÁÔØ 3 ÍÅÓÑÃÁ Ó ÎÁÞÁÌÁ',1040996015,NULL);
-INSERT INTO international VALUES (88,'EventsCalendar',21,'ÐÏËÁÚÁÔØ 6 ÍÅÓÑÃÅ× Ó ÎÁÞÁÌÁ',1040995970,NULL);
-INSERT INTO international VALUES (87,'EventsCalendar',21,'ÐÏËÁÚÁÔØ 9 ÍÅÓÑÃÅ× Ó ÎÁÞÁÌÁ',1040995927,NULL);
-INSERT INTO international VALUES (86,'EventsCalendar',21,'ÐÏËÁÚÁÔØ 12 ÍÅÓÑÃÅ× ÐÏÓÌÅ ÎÁÞÁÌÁ',1040995841,NULL);
-INSERT INTO international VALUES (85,'EventsCalendar',21,'ÐÏÓÌÅÄÎÉÊ × ËÁÌÅÎÄÁÒÅ',1040995750,NULL);
-INSERT INTO international VALUES (84,'EventsCalendar',21,'íÅÓÑà ÏËÏÎÞÁÎÉÑ',1040995673,NULL);
-INSERT INTO international VALUES (9,'Survey',21,'ïÐÒÏÓ',1040995196,NULL);
-INSERT INTO international VALUES (80,'Survey',21,'ÓÅËÕÎÄÙ/ÓÅËÕÎÄ',1040995163,NULL);
-INSERT INTO international VALUES (8,'Survey',21,'ðÏÒÑÄÏË ×ÏÐÒÏÓÏ×',1040995115,NULL);
-INSERT INTO international VALUES (79,'Survey',21,'ÍÉÎÕÔ/ÍÉÎÕÔÙ',1040995030,NULL);
-INSERT INTO international VALUES (78,'Survey',21,'ïÂÝÅÅ ×ÒÅÍÑ',1040994955,NULL);
-INSERT INTO international VALUES (77,'Survey',21,'äÁÔÁ ÏËÏÎÞÁÎÉÑ',1040994934,NULL);
-INSERT INTO international VALUES (76,'Survey',21,'äÁÔÁ ÎÁÞÁÌÁ',1040994891,NULL);
-INSERT INTO international VALUES (75,'Survey',21,'òÅÄÁËÔÉÒÏ×ÁÔØ ×ÏÐÒÏÓ',1040994861,NULL);
-INSERT INTO international VALUES (74,'Survey',21,'õÄÁÌÉÔØ ×ÓÅ ÏÔ×ÅÔÙ?',1040994705,NULL);
-INSERT INTO international VALUES (73,'Survey',21,'õÄÁÌÉÔØ ×ÓÅ ÏÔ×ÅÔÙ',1040994660,NULL);
-INSERT INTO international VALUES (72,'Survey',21,'õÄÁÌÉÔØ ÏÔ×ÅÔÙ ÐÏÌØÚÏ×ÁÔÅÌÑ?',1040994635,NULL);
-INSERT INTO international VALUES (71,'Survey',21,'óÔÁÔÉÓÔÉËÁ ÏÔ×ÅÔÏ× ÐÏ ÐÏÌØÚÏ×ÁÔÅÌÑÍ',1040994571,NULL);
-INSERT INTO international VALUES (70,'Survey',21,'éÎÄÉ×ÉÄÕÁÌØÎÙÅ ÒÅÚÕÌØÔÁÔÙ',1040994426,NULL);
-INSERT INTO international VALUES (7,'Survey',21,'úÁ×ÉÓÉÍÙÊ',1040994305,NULL);
-INSERT INTO international VALUES (69,'Survey',21,'õÄÁÌÉÔØ ÏÔ×ÅÔÙ',1040994278,NULL);
-INSERT INTO international VALUES (12,'WSClient',1,'Msg if no results',1033575504,NULL);
-INSERT INTO international VALUES (67,'Survey',21,'ðÏÌØÚÏ×ÁÔÅÌØ',1040993947,NULL);
-INSERT INTO international VALUES (66,'Survey',21,'òÅÚÕÌØÔÁÔ ÏÐÒÏÓÁ',1040993892,NULL);
-INSERT INTO international VALUES (65,'Survey',21,'üËÓÐÏÒÔÉÒÏ×ÁÔØ ×ÓÅ',1040993800,NULL);
-INSERT INTO international VALUES (64,'Survey',21,'üËÓÐÏÒÔÉÒÏ×ÁÔØ ÏÔ×ÅÔÙ ÐÏÌØÚÏ×ÁÔÅÌÅÊ',1040993616,NULL);
-INSERT INTO international VALUES (63,'Survey',21,'üËÓÐÏÒÔÉÒÏ×ÁÔØ ×ÏÐÒÏÓÙ',1040993551,NULL);
-INSERT INTO international VALUES (62,'Survey',21,'üËÓÐÏÒÔÉÒÏ×ÁÔØ ÏÔ×ÅÔÙ',1040993524,NULL);
-INSERT INTO international VALUES (61,'Survey',21,'ðÏÓÍÏÔÒÅÔØ ÓÔÁÔÉÓÔÉËÕ ÏÔ×ÅÔÏ× ÐÏ ËÁÖÄÏÍÕ ÐÏÌØÚÏ×ÁÔÅÌÀ',1040993470,NULL);
-INSERT INTO international VALUES (60,'Survey',21,'÷ÅÒÎÕÔØÓÑ Ë ÏÐÒÏÓÕ',1040993266,NULL);
-INSERT INTO international VALUES (6,'Survey',21,'ðÒÏÉÚ×ÏÌØÎÙÊ',1040993232,NULL);
-INSERT INTO international VALUES (59,'Survey',21,'ðÏÓÍÏÔÒÅÔØ ÓÔÁÔÉÓÔÉËÕ ÏÔ×ÅÔÏ×',1040993172,NULL);
-INSERT INTO international VALUES (58,'Survey',21,'ðÒÏÓÍÏÔÒ ÓÔÁÔÉÓÔÉËÉ ÏÔ×ÅÔÏ×',1040993097,NULL);
-INSERT INTO international VALUES (57,'Survey',21,'ëÏÍÍÅÎÔÁÒÉÉ',1040992687,NULL);
-INSERT INTO international VALUES (56,'Survey',21,'ðÏÓÍÏÔÒÅÔØ ËÏÍÍÅÎÔÁÒÉÉ',1040992638,NULL);
-INSERT INTO international VALUES (55,'Survey',21,'ðÏÓÍÏÔÒÅÔØ ÒÅÚÕÌØÔÁÔÙ ÏÐÒÏÓÁ',1040992547,NULL);
-INSERT INTO international VALUES (54,'Survey',21,'ðÒÏÃÅÎÔÙ',1040992489,NULL);
-INSERT INTO international VALUES (53,'Survey',21,'òÅÚÕÌØÔÁÔÙ ÏÐÒÏÓÁ',1040992352,NULL);
-INSERT INTO international VALUES (52,'Survey',21,'ëÏÌÉÞÅÓÔ×Ï ÐÒÁ×ÉÌØÎÙÈ ÏÔ×ÅÔÏ× ',1040992161,NULL);
-INSERT INTO international VALUES (51,'Survey',21,'äÏÂÁ×ÉÔØ ËÏÍÍÅÎÔÁÒÉÊ',1040991961,NULL);
-INSERT INTO international VALUES (50,'Survey',21,'ÓÌÅÄÕÀÝÉÊ',1040991870,NULL);
-INSERT INTO international VALUES (5,'Survey',21,'ðÏÓÌÅÄÏ×ÁÔÅÌØÎÙÊ',1040991828,NULL);
-INSERT INTO international VALUES (49,'Survey',21,'÷Ù ÎÅ ÍÏÖÅÔÅ ÐÒÉÎÑÔØ ÕÞÁÓÔÉÅ × ÔÅÓÔÉÒÏ×ÁÎÉÉ × ÄÁÎÎÙÊ ÍÏÍÅÎÔ.',1040991723,NULL);
-INSERT INTO international VALUES (48,'Survey',21,'÷Ù ÎÅ ÍÏÖÅÔÅ ÐÒÉÎÉÍÁÔØ ÕÞÁÓÔÉÅ × ÏÐÒÏÓÅ.',1040990017,NULL);
-INSERT INTO international VALUES (47,'Survey',21,'ôÅÓÔÉÒÏ×ÁÎÉÅ ÚÁ×ÅÒÛÅÎÏ.',1040989689,NULL);
-INSERT INTO international VALUES (46,'Survey',21,'óÐÁÓÉÂÏ ÚÁ ×ÁÛ ÏÔ×ÅÔ.',1040989234,NULL);
-INSERT INTO international VALUES (45,'Survey',21,'õÄÁÌÉÔØ ×ÁÒÉÁÎÔ ÏÔ×ÅÔÁ É ÏÔ×ÅÔÙ ÐÏÌØÚÏ×ÁÔÅÌÅÊ? ',1040989167,NULL);
-INSERT INTO international VALUES (44,'Survey',21,'õÄÁÌÉÔØ ×ÏÐÒÏÓ, ×ÁÒÉÁÎÔÙ ÏÔ×ÅÔÏ× É ÐÏÌÕÞÅÎÎÙÅ ÏÔ×ÅÔÙ?',1040989043,NULL);
-INSERT INTO international VALUES (43,'Survey',21,'îÉËÏÇÄÁ',1040986900,NULL);
-INSERT INTO international VALUES (42,'Survey',21,'ðÒÉ ÓÌÕÞÁÅ ÄÁ',1040986827,NULL);
-INSERT INTO international VALUES (41,'Survey',21,'äÏÓÔÁÔÏÞÎÏ ÞÁÓÔÏ',1040986642,NULL);
-INSERT INTO international VALUES (40,'Survey',21,'÷ÓÅÇÄÁ',1040986613,NULL);
-INSERT INTO international VALUES (4,'Survey',21,'íÏÄÕÌØ ÇÅÎÅÒÁÃÉÉ ÏÐÒÏÓÏ× ÐÏÚ×ÏÌÑÅÔ ÐÏÌÕÞÁÔØ ÉÎÆÏÒÍÁÃÉÀ ÏÔ ÐÏÓÅÔÉÔÅÌÅÊ ÓÁÊÔÁ.\r\nðÏÒÑÄÏË ×ÏÐÒÏÓÏ×
\r\nðÏÓÌÅÄÏ×ÁÔÅÌØÎÙÊ ÐÏÒÑÄÏË ÏÚÎÁÞÁÅÔ, ÞÔÏ ×ÏÐÒÏÓÙ ÂÕÄÕÔ ×Ù×ÏÄÉÔÓÑ ÎÁ ÜËÒÁÎ × ÐÏÒÑÄËÅ ÉÈ ÓÏÚÄÁÎÉÑ.\r\nðÒÏÉÚ×ÏÌØÎÙÊ ÐÏÒÑÄÏË ÏÚÎÁÞÁÅÔ, ÞÔÏ ×ÏÐÒÏÓÙ ËÁÖÄÙÊ ÒÁÚ ÂÕÄÕÔ ÏÔÄÁ×ÁÔØÓÑ × ÓÌÕÞÁÊÎÏÍ ÐÏÒÑÄËÅ.\r\núÁ×ÉÓÉÍÙÊ ÐÏÒÑÄÏË ÏÚÎÁÞÁÅÔ, ÞÔÏ ÏÔ×ÅÔÙ ÂÕÄÕÔ ÒÁÓÐÏÌÁÇÁÔØÓÑ ÎÁ ÜËÒÁÎÅ × ÚÁ×ÉÓÉÍÏÓÔÉ ÏÔ ÐÒÅÄÙÄÕÝÉÈ ÏÔ×ÅÔÏ× ÐÏÓÅÔÉÔÅÌÅÊ ÓÁÊÔÁ.\r\n
\r\nòÅÖÉÍ
\r\nÉÓÓÌÅÄÏ×ÁÎÉÅ - × ÜÔÏÍ ÒÅÖÉÍÅ ×Ù ÍÏÖÅÔÅ ×ÙÑÓÎÉÔØ ÍÎÅÎÉÅ ÁÕÄÉÔÏÒÉÉ ×ÁÛÅÇÏ ÓÁÊÔÁ ÐÏ ÐÏ×ÏÄÕ ÉÎÔÅÒÅÓÕÀÝÅÇÏ ×ÁÓ ×ÏÐÒÏÓÁ.\r\nÔÅÓÔ - ×ÙÂÒÁ× ÜÔÏÔ ÒÅÖÉÍ, ×Ù ÍÏÖÅÔÅ ÐÒÏ×ÅÒÉÔØ ÕÒÏ×ÅÎØ ÚÎÁÎÉÊ ÐÏÓÅÔÉÔÅÌÅÊ.\r\n
\r\nçÒÕÐÐÁ ÐÏÌØÚÏ×ÁÔÅÌÅÊ, ÐÒÉÎÉÍÁÀÝÁÑ ÕÞÁÓÔÉÅ × ÏÐÒÏÓÅ
\r\nåÓÌÉ ×ÁÛ ÏÐÒÏÓ ÏÒÉÅÎÔÉÒÏ×ÁÎ ÎÁ ÏÐÒÅÄÅÌÅÎÎÕÀ ËÁÔÅÇÏÒÉÀ ÐÏÌØÚÏ×ÁÔÅÌÅÊ, ÔÏ ×Ù ÍÏÖÅÔÅ ÐÏËÁÚÙ×ÁÔØ ×ÏÐÒÏÓÙ ÔÏÌØËÏ ×ÙÂÒÁÎÎÏÊ ÇÒÕÐÐÅ.\r\n
\r\nçÒÕÐÐÁ ÐÏÌØÚÏ×ÁÔÅÌÅÊ, ÉÍÅÀÝÁÑ ÐÒÁ×Ï ÎÁ ÐÒÏÓÍÏÔÒ ÓÔÁÔÉÓÔÉËÉ
\r\n÷ ÚÁ×ÉÓÉÍÏÓÔÉ ÏÔ ÔÏÇÏ, ÄÌÑ ËÏÇÏ ÐÒÅÄÓÔÁ×ÌÑÀÔ ÉÎÔÅÒÅÓ ÒÅÚÕÌØÔÁÔÙ ÐÒÏ×ÏÄÉÍÏÇÏ ÏÐÒÏÓÁ, ×Ù ÍÏÖÅÔÅ ÉÌÉ ÏÇÒÁÎÉÞÉÔØ ÇÒÕÐÐÕ ÐÏÌØÚÏ×ÁÔÅÌÅÊ, ÉÍÅÀÝÕÀ ÐÒÁ×Ï ÎÁ ÐÒÏÓÍÏÔÒ ÒÅÚÕÌØÔÁÔÏ×, ÉÌÉ, ÎÁÏÂÏÒÏÔ, ÒÁÚÒÅÛÉÔØ ÐÒÏÓÍÏÔÒ ×ÓÅÍ. \r\n
\r\n÷ÙÂÅÒÉÔÅ ÓÌÅÄÕÀÝÅÅ ÄÅÊÓÔ×ÉÅ
\r\n
',1040986579,NULL);
-INSERT INTO international VALUES (39,'Survey',21,'üÔÏ ÕÔ×ÅÒÖÄÅÎÉÅ ÎÅ ÐÒÉÅÍÌÅÍÏ',1040923113,NULL);
-INSERT INTO international VALUES (38,'Survey',21,'ðÏÌÎÏÓÔØÀ ÎÅÓÏÇÌÁÓÅÎ',1040923016,NULL);
-INSERT INTO international VALUES (37,'Survey',21,'îÅÓÏÇÌÁÓÅÎ',1040922993,NULL);
-INSERT INTO international VALUES (36,'Survey',21,'îÅÓÏÇÌÁÓÅÎ Ó ÞÁÓÔØÀ ÕÔ×ÅÒÖÄÅÎÉÑ',1040922973,NULL);
-INSERT INTO international VALUES (35,'Survey',21,'óÏÇÌÁÓÅÎ ÌÉÛØ Ó ÞÁÓÔØÀ ÕÔ×ÅÒÖÄÅÎÉÑ ',1040922882,NULL);
-INSERT INTO international VALUES (34,'Survey',21,'óÏÇÌÁÓÅÎ',1040922685,NULL);
-INSERT INTO international VALUES (33,'Survey',21,'ðÏÌÎÏÓÔØÀ ÓÏÇÌÁÓÅÎ',1040922665,NULL);
-INSERT INTO international VALUES (32,'Survey',21,'îÅÔ',1040922632,NULL);
-INSERT INTO international VALUES (31,'Survey',21,'äÁ',1040922587,NULL);
-INSERT INTO international VALUES (30,'Survey',21,'äÏÂÁ×ÉÔØ ÎÏ×ÙÊ ×ÏÐÒÏÓ',1040922172,NULL);
-INSERT INTO international VALUES (3,'Survey',21,'íÎÏÇÏÕÒÏ×ÎÅ×ÁÑ ÓÉÓÔÅÍÁ ÏÐÒÏÓÁ (ÄÏÂÁ×ÌÅÎÉÅ/ÒÅÄÁËÔÉÒÏ×ÁÎÉÅ)',1040922057,NULL);
-INSERT INTO international VALUES (29,'Survey',21,'äÏÂÁ×ÉÔØ ÔÅËÓÔ ÏÔ×ÅÔÁ',1040922011,NULL);
-INSERT INTO international VALUES (28,'Survey',21,'äÏÂÁ×ÉÔØ ×ÏÐÒÏÓ',1040921980,NULL);
-INSERT INTO international VALUES (27,'Survey',21,'äÏÂÁ×ÉÔØ ÏÔ×ÅÔÙ ÎÁ ×ÏÐÒÏÓ Ï ÓÏÇÌÁÓÉÉ ÉÌÉ ÎÅÓÏÇÌÁÓÉÉ ',1040921957,NULL);
-INSERT INTO international VALUES (26,'Survey',21,'äÏÂÁ×ÉÔØ ÏÔ×ÅÔÙ ÎÁ ×ÏÐÒÏÓ Ï ÞÁÓÔÏÔÅ ÏÐÒÅÄÅÌÅÎÎÙÈ ÄÅÊÓÔ×ÉÊ',1040921795,NULL);
-INSERT INTO international VALUES (25,'Survey',21,'äÏÂÁ×ÉÔØ ÏÔ×ÅÔ ÔÉÐÁ äÁ/îÅÔ',1040921463,NULL);
-INSERT INTO international VALUES (24,'Survey',21,'äÏÂÁ×ÉÔØ ÎÅÓËÏÌØËÏ ×ÁÒÉÁÎÔÏ× ÏÔ×ÅÔÏ×',1040921365,NULL);
-INSERT INTO international VALUES (23,'Survey',21,'äÏÂÁ×ÉÔØ ÎÏ×ÙÊ ×ÁÒÉÁÎÔ ÏÔ×ÅÔÁ',1040921063,NULL);
-INSERT INTO international VALUES (22,'Survey',21,'æÏÒÍÁ ÏÔ×ÅÔÁ',1040921023,NULL);
-INSERT INTO international VALUES (21,'Survey',21,'ðÅÒÅÊÔÉ Ë',1040920943,NULL);
-INSERT INTO international VALUES (20,'Survey',21,'üÔÁ ÉÎÆÏÒÍÁÃÉÑ ÐÒÁ×ÉÌØÎÁÑ?',1040920841,NULL);
-INSERT INTO international VALUES (2,'Survey',21,'òÅÄÁËÔÏÒ ÍÎÏÇÏÕÒÏ×ÎÅ×ÏÊ ÓÉÓÔÅÍÙ ÏÐÒÏÓÏ×',1040920751,NULL);
-INSERT INTO international VALUES (19,'Survey',21,'ïÔ×ÅÔ',1040920696,NULL);
-INSERT INTO international VALUES (18,'Survey',21,'òÅÄÁËÔÏÒ ÏÔ×ÅÔÏ×',1040920676,NULL);
-INSERT INTO international VALUES (17,'Survey',21,'òÅÄÁËÔÏÒ ×ÏÐÒÏÓÏ×',1040920549,NULL);
-INSERT INTO international VALUES (16,'Survey',21,'òÁÓÐÏÌÁÇÁÔØ ÏÔ×ÅÔÙ × ÐÒÏÉÚ×ÏÌØÎÏÍ ÐÏÒÑÄËÅ?',1040920450,NULL);
-INSERT INTO international VALUES (15,'Survey',21,'òÁÚÒÅÛÉÔØ ÄÏÂÁ×ÌÑÔØ ËÏÍÍÅÎÔÁÒÉÉ?',1040920380,NULL);
-INSERT INTO international VALUES (14,'Survey',21,'÷ÏÐÒÏÓ',1040920337,NULL);
-INSERT INTO international VALUES (13,'Survey',21,'çÒÕÐÐÁ ÐÏÌØÚÏ×ÁÔÅÌÅÊ, ÉÍÅÀÝÁÑ ÐÒÁ×Ï ÎÁ ÐÒÏÓÍÏÔÒ ÓÔÁÔÉÓÔÉËÉ',1040920313,NULL);
-INSERT INTO international VALUES (12,'Survey',21,'çÒÕÐÐÁ ÐÏÌØÚÏ×ÁÔÅÌÅÊ, ÐÒÉÎÉÍÁÀÝÁÑ ÕÞÁÓÔÉÅ × ÏÐÒÏÓÅ',1040920231,NULL);
-INSERT INTO international VALUES (11,'Survey',21,'òÅÖÉÍ',1040920150,NULL);
-INSERT INTO international VALUES (10,'Survey',21,'ÏÐÒÏÓ',1040920024,NULL);
-INSERT INTO international VALUES (1,'Survey',21,'íÎÏÇÏÕÒÏ×ÎÅ×ÙÊ ÏÐÒÏÓ',1040919961,NULL);
-INSERT INTO international VALUES (9,'FileManager',21,'òÅÄÁËÔÏÒ ÆÁÊÌÏ×ÏÇÏ ÍÅÎÅÄÖÅÒÁ',1040919392,NULL);
-INSERT INTO international VALUES (8,'FileManager',21,'ëÒÁÔËÏÅ ÏÐÉÓÁÎÉÅ',1040919331,NULL);
-INSERT INTO international VALUES (76,'FileManager',21,'óÐÉÓÏË ÐÅÒÅÍÅÎÎÙÈ ÄÏÓÔÕÐÎÙÈ ÐÒÉ ÎÁÐÉÓÁÎÉÉ ÛÁÂÌÏÎÁ ÄÌÑ ÆÁÊÌÏ×ÏÇÏ ÍÅÎÅÄÖÅÒÁ.
\r\ntitleColumn.url -ÓÏÒÔÉÒÏ×ËÁ ÉÍÅÎ ÐÏ ÁÌÆÁ×ÉÔÕ.\r\ntitleColumn.label - ÉÓÐÏÌØÚÏ×ÁÎÉÅ ÌÏËÁÌÉÚÏ×ÁÎÎÙÈ ÎÁÚ×ÁÎÉÊ ÄÌÑ ÚÁÇÏÌÏ×ËÏ×.\r\ndescriptionColumn.label - ÉÓÐÏÌØÚÏ×ÁÎÉÅ ÌÏËÁÌÉÚÏ×ÁÎÎÙÈ ÏÐÉÓÁÎÉÊ.\r\ndescriptionColumn.url - ÓÏÒÔÉÒÏ×ËÁ ÏÐÉÓÁÎÉÊ ÐÏ ÁÌÆÁ×ÉÔÕ.\r\ndateColumn.label - ÌÏËÁÌÉÚÏ×ÁÎÎÁÑ ÄÁÔÁ.\r\ndateColumn.url -ÓÏÒÔÉÒÏ×ËÁ ÐÏ ÄÁÔÅ.\r\nsearch.form - ÆÏÒÍÁ ÄÌÑ ÐÏÉÓËÁ.\r\nsearch.url - The URL to toggle search mode on and off.\r\nsearch.label - ÉÍÑ ÄÌÑ ÓÓÙÌËÉ \"ÐÏÉÓË\".\r\naddfile.url - ÓÓÙÌËÁ ÐÏÄ ÎÁÚ×ÁÎÉÅÍ \"ÄÏÂÁ×ÉÔØ ÆÁÊÌ\".\r\naddfile.label - ÉÍÑ ÄÌÑ ÓÓÙÌËÉ \"ÄÏÂÁ×ÉÔØ ÆÁÊÌ\".\r\nfile_loopA loop containing the information about each file uploaded to this file manager.\r\nfile.canView -ÒÁÚÄÁÞÁ ÐÒÁ× ÐÏÌØÚÏ×ÁÔÅÌÑÍ ÎÁ ÐÒÏÓÍÏÔÒ ÆÁÊÌÏ×.\r\nfile.controls -ËÏÎÔÒÏÌØ ÚÁ ÆÁÊÌÏÍ.\r\nfile.title - ÉÍÑ ÆÁÊÌÁ.\r\nfile.version1.name - ×ÅÒÓÉÑ ÆÁÊÌÁ 1\r\nfile.version1.url - ×ÅÒÓÉÑ ÆÁÊÌÁ 2.\r\nfile.version1.icon - ÉËÏÎËÁ ÄÌÑ ×ÅÒÓÉÉ ÆÁÊÌÁ 1.\r\nfile.version1.size - ÒÁÚÍÅÒ ÐÅÒ×ÏÊ ×ÅÒÓÉÉ.\r\nfile.version1.type - ÔÉÐ (ÒÁÓÛÉÒÅÎÉÅ) ÄÌÑ ×ÅÒÓÉÉ ÆÁÊÌÁ 1.\r\nfile.version1.thumbnail - ÍÉÎÉÁÔÀÒÁ ÄÌÑ ×ÅÒÓÉÉ ÆÁÊÌÁ 1.\r\nfile.version1.isImage\r\nA conditional indicating whether the first version of this file is an image or not.\r\nfile.version2.name\r\nThe filename for the second version of this file.\r\nfile.version2.url\r\nThe download URL for the second version of this file.\r\nfile.version2.icon\r\nThe URL to the icon for the file type of the second version of this file.\r\nfile.version2.size\r\nThe storage size of the second version of this file.\r\nfile.version2.type\r\nThe type (or file extension) of the second version of this file.\r\nfile.version2.thumbnail\r\nThe URL to the thumbnail for the second version of this file.\r\nfile.version2.isImage\r\nA conditional indicating whether the second version of this file is an image or not.\r\nfile.version3.name\r\nThe filename for the third version of this file.\r\nfile.version3.url\r\nThe download URL for the third version of this file.\r\nfile.version3.icon\r\nThe URL to the icon for the file type of the third version of this file.\r\nfile.version3.size\r\nThe storage size of the third version of this file.\r\nfile.version3.type\r\nThe type (or file extension) of the third version of this file.\r\nfile.version3.thumbnail\r\nThe URL to the thumbnail for the third version of this file.\r\nfile.version3.isImage\r\nA conditional indicating whether the third version of this file is an image or not.\r\nfile.description\r\nThe description of this file.\r\nfile.date\r\nThe date that this file was uploaded.\r\nfile.time\r\nThe time that this file was uploaded.\r\nnoresults.message\r\nA translated message stating that this file manager has no files for this user to view.\r\nnoresults\r\nA conditional indicating whether there are any files for this user to view.\r\nfirstPage\r\nA link to the first page in the paginator.\r\nlastPage\r\nA link to the last page in the paginator.\r\nnextPage\r\nA link to the next page forward in the paginator.\r\npreviousPage\r\nA link to the next page backward in the paginator.\r\npageList\r\nA list of links to all the pages in the paginator.\r\nmultiplePages\r\nA conditional indicating whether there is more than one page in the paginator.\r',1042653640,NULL);
-INSERT INTO international VALUES (75,'FileManager',21,'ûÁÂÌÏÎ ÄÌÑ ÆÁÊÌÏ×ÏÇÏ ÍÅÎÅÄÖÅÒÁ',1040919246,NULL);
-INSERT INTO international VALUES (74,'FileManager',21,'äÏÂÁ×ÉÔØ ÆÁÊÌ',1040919211,NULL);
-INSERT INTO international VALUES (73,'FileManager',21,'éÍÑ ÆÁÊÌÁ
\r\n÷×ÅÄÉÔÅ ÉÍÑ ÆÁÊÌÁ. \r\n
\r\næÁÊÌ
\r\n÷ÙÂÅÒÉÔÅ ÆÁÊÌ, ÒÁÚÍÅÝÅÎÎÙÊ ÎÁ ×ÁÛÅÍ ËÏÍÐØÀÔÅÒÅ. \r\n
\r\náÌØÔÅÒÎÁÔÉ×ÎÁÑ ×ÅÒÓÉÑ ÆÁÊÌÁ 1
\r\nåÓÌÉ Õ ×ÁÓ ÅÓÔØ ×ÅÒÓÉÑ ÆÁÊÌÁ, ÓÏÈÒÁÎÅÎÎÏÇÏ × ÄÒÕÇÏÍ ÆÏÒÍÁÔÅ, ×Ù ÍÏÖÅÔÅ ××ÅÓÔÉ ÅÅ × ÜÔÏÍ ÐÏÌÅ. \r\n
\r\náÌØÔÅÒÎÁÔÉ×ÎÁÑ ×ÅÒÓÉÑ ÆÁÊÌÁ 2
\r\nåÓÌÉ Õ ×ÁÓ ÅÓÔØ ×ÅÒÓÉÑ ÆÁÊÌÁ, ÓÏÈÒÁÎÅÎÎÏÇÏ × ÄÒÕÇÏÍ ÆÏÒÍÁÔÅ, ×Ù ÍÏÖÅÔÅ ××ÅÓÔÉ ÅÅ × ÜÔÏÍ ÐÏÌÅ. \r\n
\r\nëÒÁÔËÏÅ ÏÐÉÓÁÎÉÅ
\r\nëÒÁÔËÏÅ ÏÐÉÓÁÎÉÅ ÄÌÑ ÆÁÊÌÁ ÏÂÌÅÇÞÉÔ ÅÇÏ ÐÏÉÓË ÄÌÑ ÐÏÌØÚÏ×ÁÔÅÌÅÊ.\r\n
\r\nçÒÕÐÐÁ
\r\n÷ÙÂÅÒÉÔÅ ÇÒÕÐÐÕ ÐÏÌØÚÏ×ÁÔÅÌÅÊ, ËÏÔÏÒÁÑ ÉÍÅÅÔ ÐÒÁ×Ï ÓËÁÞÉ×ÁÔØ ÄÁÎÎÙÊ ÆÁÊÌ.\r\n
\r\nóÌÅÄÕÀÝÅÅ ÄÅÊÓÔ×ÉÅ
\r\n÷ÙÂÅÒÉÔÅ ×ÁÛÅ ÓÌÅÄÕÀÝÅÅ ÄÅÊÓÔ×ÉÅ.\r\n
',1040919192,NULL);
-INSERT INTO international VALUES (72,'FileManager',21,'æÁÊÌ (ÄÏÂÁ×ÌÅÎÉÅ/ÒÅÄÁËÔÉÒÏ×ÁÎÉÅ)',1040918517,NULL);
-INSERT INTO international VALUES (71,'FileManager',21,'æÁÊÌÏ×ÙÊ ÍÅÎÅÄÖÅÒ ÓÏÚÄÁÎ ÄÌÑ ÏÒÇÁÎÉÚÁÃÉÉ ÇÒÕÐÐÙ ÆÁÊÌÏ×, ÄÏÓÔÕÐÎÙÈ ÄÌÑ ÓËÁÞÉ×ÁÎÉÑ ÐÏÓÅÔÉÔÅÌÑÍ ÓÁÊÔÁ. ó ÅÇÏ ÐÏÍÏÝØÀ ÍÏÖÎÏ ÒÁÓÐÒÅÄÅÌÉÔØ ÐÒÁ×Á ÄÏÓÔÕÐÁ Ë ËÁÖÄÏÍÕ ÆÁÊÌÕ.\r\nûÁÂÌÏÎ
\r\n÷ÙÂÒÁ× ÎÕÖÎÙÊ ÛÁÂÌÏÎ ×Ù ÍÏÖÅÔÅ ÉÚÍÅÎÉÔØ ×ÎÅÛÎÉÊ ×ÉÄ ÆÁÊÌÏ×ÏÇÏ ÍÅÎÅÄÖÅÒÁ.\r\n
\r\nðÅÒÅÎÏÓ ÆÁÊÌÏ×
\r\n÷×ÅÄÉÔÅ ÍÁËÓÉÍÁÌØÎÏÅ ËÏÌÉÞÅÓÔ×Ï ÆÁÊÌÏ×, ËÏÔÏÒÏÅ ÍÏÖÎÏ ÐÏËÁÚÁÔØ ÎÁ ÏÄÎÏÊ ÓÔÒÁÎÉÃÅ. ïÓÔÁ×ÛÉÅÓÑ ÆÁÊÌÙ ÐÅÒÅÎÏÓÑÔÓÑ ÎÁ ÓÌÅÄÕÀÝÕÀ ÓÔÒÁÎÉÃÕ.\r\n
\r\näÏÂÁ×ÉÔØ ÆÁÊÌ?
\r\nïÓÔÁרÔÅ ÐÕÎËÔ ÐÏÍÅÞÅÎÎÙÍ ÅÓÌÉ ×Ù ÈÏÔÉÔÅ ÄÏÂÁ×ÉÔØ ÆÁÊÌ.\r\n
',1040918274,NULL);
-INSERT INTO international VALUES (7,'FileManager',21,'çÒÕÐÐÁ ÐÏÌØÚÏ×ÁÔÅÌÅÊ, ÉÍÅÀÝÁÑ ÐÒÁ×Ï ÄÏÂÁ×ÌÑÔØ ÆÁÊÌÙ',1040917783,NULL);
-INSERT INTO international VALUES (61,'FileManager',21,'æÁÊÌÏ×ÙÊ ÍÅÎÅÄÖÅÒ (ÄÏÂÁ×ÌÅÎÉÅ/ÒÅÄÁËÔÉÒÏ×ÁÎÉÅ)',1040913735,NULL);
-INSERT INTO international VALUES (6,'FileManager',21,'æÁÊÌ',1040913685,NULL);
-INSERT INTO international VALUES (5,'FileManager',21,'éÍÑ ÆÁÊÌÁ',1040913666,NULL);
-INSERT INTO international VALUES (3,'FileManager',21,'äÏÂÁ×ÉÔØ ÅÝÅ ÏÄÉÎ ÆÁÊÌ?',1040913618,NULL);
-INSERT INTO international VALUES (20,'FileManager',21,'íÁËÓÉÍÁÌØÎÏÅ ËÏÌÉÞÅÓÔ×Ï ÆÁÊÌÏ× ÎÁ ÏÄÎÏÊ ÓÔÒÁÎÉÃÅ',1040913546,NULL);
-INSERT INTO international VALUES (19,'FileManager',21,'æÁÊÌÏ× ÎÅÔ.',1040913449,NULL);
-INSERT INTO international VALUES (18,'FileManager',21,'áÌØÔÅÒÎÁÔÉ×ÎÁÑ ×ÅÒÓÉÑ ÆÁÊÌÁ №2',1040913356,NULL);
-INSERT INTO international VALUES (17,'FileManager',21,'áÌØÔÅÒÎÁÔÉ×ÎÁÑ ×ÅÒÓÉÑ № 1',1040913165,NULL);
-INSERT INTO international VALUES (16,'FileManager',21,'äÁÔÁ',1040913036,NULL);
-INSERT INTO international VALUES (15,'FileManager',21,'ïÐÉÓÁÎÉÅ',1042472826,NULL);
-INSERT INTO international VALUES (14,'FileManager',21,'æÁÊÌ',1040912922,NULL);
-INSERT INTO international VALUES (12,'FileManager',21,'õÄÁÌÉÔØ ÆÁÊÌ?',1040912891,NULL);
-INSERT INTO international VALUES (11,'FileManager',21,'ÄÏÂÁ×ÉÔØ ÎÏ×ÙÊ ÆÁÊÌ',1040912819,NULL);
-INSERT INTO international VALUES (10,'FileManager',21,'òÅÄÁËÔÏÒ ÆÁÊÌÏ×',1040912767,NULL);
-INSERT INTO international VALUES (1,'FileManager',21,'æÁÊÌÏ×ÙÊ ÍÅÎÅÄÖÅÒ',1040912706,NULL);
-INSERT INTO international VALUES (83,'EventsCalendar',21,'ðÅÒ×ÙÊ × ËÁÌÅÎÄÁÒÅ',1040912198,NULL);
-INSERT INTO international VALUES (82,'EventsCalendar',21,'ôÅËÕÝÉÊ',1040912146,NULL);
-INSERT INTO international VALUES (81,'EventsCalendar',21,'îÁÞÁÌØÎÙÊ ÍÅÓÑÃ',1040912129,NULL);
-INSERT INTO international VALUES (80,'EventsCalendar',21,'ûÁÂÌÏÎ ÓÏÂÙÔÉÑ',1040912086,NULL);
-INSERT INTO international VALUES (1,'Auth/WebGUI',21,'îÁÓÔÒÏÊËÁ ÉÄÅÎÔÉÆÉËÁÃÉÉ ÐÒÉ ÉÓÐÏÌØÚÏ×ÁÎÉÉ ÍÅÔÏÄÁ WebGUI',1040912053,NULL);
-INSERT INTO international VALUES (9,'Auth/SMB',21,'ðÁÒÏÌØ',1040911991,NULL);
-INSERT INTO international VALUES (8,'Auth/SMB',21,'éÍÑ ÐÏÌØÚÏ×ÁÔÅÌÑ',1040911980,NULL);
-INSERT INTO international VALUES (7,'Auth/SMB',21,'äÏÍÅÎ NT',1040911904,NULL);
-INSERT INTO international VALUES (6,'Auth/SMB',21,'BDC',1040910980,NULL);
-INSERT INTO international VALUES (5,'Auth/SMB',21,'PDC',1040910572,NULL);
-INSERT INTO international VALUES (4,'Auth/SMB',21,'ïÛÉÂËÁ ÉÄÅÎÔÉÆÉËÁÃÉÉ ÐÏÌØÚÏ×ÁÔÅÌÑ SMB (3)\r\n÷Ù ××ÅÌÉ ÎÅ×ÅÒÎÏÅ ÓÏÞÅÔÁÎÉÅ ÉÍÅÎÉ ÐÏÌØÚÏ×ÁÔÅÌÑ É ÐÁÒÏÌÑ. ðÏÖÁÌÕÊÓÔÁ ÐÏÐÒÏÂÕÊÔÅ ××ÅÓÔÉ ÉÈ ÚÁÎÏ×Ï.',1040910493,NULL);
-INSERT INTO international VALUES (3,'Auth/SMB',21,'ïÛÉÂËÁ ÚÁÐÉÓÉ × ÐÒÏÔÏËÏÌ SMB (2)',1040910316,NULL);
-INSERT INTO international VALUES (2,'Auth/SMB',21,'ïÛÉÂËÁ ÓÅÒ×ÅÒÁ SMB (1)\r\n',1040907309,NULL);
-INSERT INTO international VALUES (1,'Auth/SMB',21,'îÁÓÔÒÏÊËÉ ÄÌÑ ÉÄÅÎÔÉÆÉËÁÃÉÉ ÎÁ SMB',1040907186,NULL);
-INSERT INTO international VALUES (1,'Auth/LDAP',21,'îÁÓÔÒÏÊËÉ ÄÌÑ ÉÄÅÎÔÉÆÉËÁÃÉÉ ÎÁ ÓÅÒ×ÅÒÅ LDAP',1040907137,NULL);
-INSERT INTO international VALUES (73,'Article',21,'ðÒÉ ÓÏÚÄÁÎÉÉ ÛÁÂÌÏÎÁ ÓÔÁÔØÉ ÄÏÓÔÕÐÎÙ ÓÌÅÄÕÀÝÉÅ ÐÅÒÅÍÅÎÎÙÅ:
\r\nattachment.box
\r\näÏÂÁ×ÌÑÅÔ ÐÏÌÅ ÄÌÑ ÄÏÂÁ×ÌÅÎÉÑ ×ÌÏÖÅÎÉÑ ÆÁÊÌÁ.\r\n
\r\nattachment.icon
\r\näÏÂÁ×ÌÑÅÔ ÐÕÔØ Ë ÉËÏÎËÅ, ÓÏÏÔ×ÅÔÓÔ×ÕÀÝÅÊ ×ËÌÁÄÙ×ÁÅÍÏÍÕ ÆÁÊÌÕ.\r\n
\r\nattachment.name
\r\nðÏÌÅ ÄÌÑ ××ÏÄÁ ÉÍÅÎÉ ×ËÌÁÄÙ×ÁÅÍÏÇÏ ÆÁÊÌÁ.\r\n
\r\nattachment.url
\r\nðÕÔØ Ë ×ËÌÁÄÙ×ÁÅÍÏÍÕ ÆÁÊÌÕ (ÎÁ ÌÏËÁÌØÎÏÍ ÄÉÓËÅ ÉÌÉ ÓÅÔÅ×ÏÊ ÐÕÔØ).\r\n
\r\nimage.thumbnail
\r\nðÕÔØ Ë ÕÍÅÎØÛÅÎÎÏÍÕ ÉÚÏÂÒÁÖÅÎÉÀ ÄÌÑ ×ËÌÁÄÙ×ÁÅÍÏÇÏ ÇÒÁÆÉÞÅÓËÏÇÏ ÆÁÊÌÁ.\r\n
\r\nimage.url
\r\nðÕÔØ Ë ×ËÌÁÄÙ×ÁÅÍÏÍÕ ÇÒÁÆÉÞÅÓËÏÍÕ ÆÁÊÌÕ (ÎÁ ÌÏËÁÌØÎÏÍ ÄÉÓËÅ ÉÌÉ ÓÅÔÅ×ÏÊ ÐÕÔØ).\r\n
\r\npost.label
\r\nëÏÍÍÅÎÔÁÒÉÊ Ë ÓÔÁÔØÅ.\r\n
\r\npost.URL
\r\nðÕÔØ Ë ÆÁÊÌÕ, ÓÏÄÅÒÖÁÝÅÍÕ ËÏÍÍÅÎÔÁÒÉÊ Ë ÓÔÁÔØÅ.\r\n
\r\nreplies.count
\r\nþÉÓÌÏ ËÏÍÍÅÎÔÁÒÉÅ× ÄÏÂÁ×ÌÅÎÎÙÈ Ë ÓÔÁÔØÅ.\r\n
\r\nreplies.label
\r\nôÅËÓÔ, ËÏÔÏÒÙÊ ÐÏËÁÚÙ×ÁÅÔÓÑ × ÔÏÍ ÓÌÕÞÁÅ, ÅÓÌÉ ÒÁÚÒÅÛÅÎ ÐÒÏÓÍÏÔÒ ËÏÍÍÅÎÔÁÒÉÅ×.\r\n
\r\nreplies.url
\r\nURL ÄÌÑ ÐÒÏÓÍÏÔÒÁ ËÏÍÍÅÎÔÁÒÉÅ× Ë ÓÔÁÔØÅ. \r\n
',1040902552,NULL);
-INSERT INTO international VALUES (72,'Article',21,'ûÁÂÌÏÎ ÓÔÁÔØÉ',1040901056,NULL);
-INSERT INTO international VALUES (857,'WebGUI',1,'IP Address',1043878310,NULL);
-INSERT INTO international VALUES (861,'WebGUI',1,'Make profile public?',1043879954,NULL);
-INSERT INTO international VALUES (860,'WebGUI',1,'Make email address public?',1043879942,NULL);
-INSERT INTO international VALUES (859,'WebGUI',1,'Signature',1043879866,NULL);
-INSERT INTO international VALUES (858,'WebGUI',1,'Alias',1043879848,NULL);
-INSERT INTO international VALUES (862,'WebGUI',1,'This user\'s profile is not public.',1043881275,NULL);
-INSERT INTO international VALUES (866,'WebGUI',1,'Expire Notifcation Message',1044127055,NULL);
-INSERT INTO international VALUES (865,'WebGUI',1,'Notify user about expiration?',1044126938,NULL);
-INSERT INTO international VALUES (864,'WebGUI',1,'Expire Notification Offset',1044126838,NULL);
-INSERT INTO international VALUES (863,'WebGUI',1,'Delete Offset',1044126633,NULL);
-INSERT INTO international VALUES (867,'WebGUI',1,'Loss of Privilege',1044133143,NULL);
-INSERT INTO international VALUES (618,'WebGUI',1,'SMTP Server
\r\nThis is the address of your local mail server. It is needed for all features that use the Internet email system (such as password recovery).\r\n
\r\nOptionally, if you are running a sendmail server on the same machine as WebGUI, you can also specify a path to your sendmail executable. On most Linux systems this can be found at \"/usr/lib/sendmail\".\r\n\r\n
\r\nEmail Footer
\r\nThis footer will be processed for macros and attached to every email sent from this WebGUI instance.\r\n
\r\n\r\nGroup To Alert On New User
\r\nWhat group should be alerted when a new user registers?\r\n
\r\n\r\n',1044709143,NULL);
-INSERT INTO international VALUES (870,'WebGUI',1,'Welcome',1044139461,NULL);
-INSERT INTO international VALUES (872,'WebGUI',1,'Who can view?',1044218038,NULL);
-INSERT INTO international VALUES (871,'WebGUI',1,'Who can edit?',1044218026,NULL);
-INSERT INTO international VALUES (635,'WebGUI',2,'Pakete sind Gruppen von Seiten und Wobjects, die zusammen veröffentlicht bzw. \r\nerstellt werden sollen. Ein Paketmanager könnte z. B. ein Paket zusammenstellen, \r\ndas sich aus einem Diskussionsforum, einer Umfrage, einer FAQ oder ähnlichem \r\nzusammensetzt, da diese Elemente vielleicht öfter benötigt werden bzw. der Vorgang \r\nzur Erstellung dieser vielleicht mehrmals durchgeführt werden müsste. Pakete \r\nwerden auch empfohlen, um den Aufwand sich wiederholender Tätigkeiten/Aufgaben \r\nzu verringern. . \r\n
Ein Paket, dass viele verwenden wäre z. B. ein Seiten/Artikel-Paket. \r\nOft kommt es ja vor, dass Sie eine Seite mit dem Wobject "Artikel" \r\ndarin erstellen möchten. Statt die einzelnen Schritte durchführen zu müssen, \r\ndie dafür notwendig wären (Seite erstellen, Seite bearbeiten, Artikel auf dieser \r\nSeite hinzufügen, diesen Artikel bearbeiten etc.), können Sie einfach ein Paket \r\nerstellen, dass diese Schritte auf einmal durchführt. \r\n',1044006304,NULL);
-INSERT INTO international VALUES (636,'WebGUI',2,'Um ein Paket zu erstellen, befolgen Sie einfach diese einfachen Schritte: \r\n
Diese Makros werden benötigt, um Navigationselemente auf der Seite einzufügen.
\r\n^C; oder ^C(); - Crumb Trail
\r\nEine dynamisch generierte \'crumb trail\' zur aktuellen Seite. Damit wird ein horizontales Menu erzeugt, das, anders als z. B. das \'Top-Level Menu\' oder das \'Aktuelle Menu\' (siehe weiter unten) eine Art Pfadkennzeichnung ausgehend von der Homepage darstellt.(z. \r\nB. Home > Unterseite1 > Unter-Unterseite). Die Auswirkungen dieses Makros sind etwas schwer zu beschreiben, aber probieren Sie es einfach aus. Ergänzend können Sie ein Trennzeichen zwischen den Seitenlinks definieren, und zwar durch die Benutzung von z. B. \r\n^C(::);. Das Standard-Trennzeichen ist >.
Beachte: Die \r\n.crumbTrail Style Sheet Klasse ist diesem Makro zugeordnet.
\r\n^FlexMenu;
\r\nDieses Menu-Makro erstellt ein Top-Level Menu, das beim Auswählen eines jeden Menuelements erweitert wird, d. h. dass beim Anklicken des Links die Untermenupunkte angezeigt (aufgeklappt) werden.
^H; oder ^H(); - Home Link
\r\nEin Link zur Homepage dieser Seite. Zusätzlich können Sie den Linktext wie folgt abändern: \r\n^H("Zur Homepage");.
Beachte: In speziellen Fällen können Sie auch ^\r\nH(linkonly); benutzen, um lediglich die URL zur Homepage anzuzeigen.
\r\n Die Style Sheet Klasse \'\r\n.homeLink\' ist diesem Makro zugeordnet.
^M; oder ^M(); - Aktuelles Menu (Vertikal)
\r\nEin vertikales Menu, dass die Unterseiten der aktuellen Ebene enthält. Zusätzlich können Sie auch angeben, wie viele Stufen dieses Menu in die Tiefe gehen soll. Standardmässig wird nur die erste Ebene angezeigt, wenn Sie aber z. B. bis zur dritten Unterebene anzeigen lassen möchten, müssen Sie das Makro wie folgt verwenden: \r\n^M(3);. Wenn Sie das Makro auf "0" setzen, wird die komplette Seitenstruktur ab dieser Ebene angezeigt.
^m; - Aktuelles Menu (Horizontal)
\r\nEin horizontales Menu, dass die Unterseiten der aktuellen Ebene enthält. Ergänzend können Sie ein Trennzeichen zwischen den Seitenlinks definieren, und zwar durch die Benutzung von z. B. \r\n^m(:--:);. Das Standard-Trennzeichen ist ·.
^PreviousDropMenu;
\r\nDropDown Menu, dass die Unterseiten der vorherigen Ebene im Seitenbaum enthält.
Beispiel: ^PreviousDropMenu;
\r\n^P; oder ^P(); - Vorheriges Menu (Vertikal)
\r\nEin vertikales Menu, dass die Unterseiten der vorherigen Ebene enthält. Zusätzlich können Sie auch angeben, wie viele Stufen dieses Menu in die Tiefe gehen soll. Standardmässig wird nur die erste Ebene angezeigt, wenn Sie aber z. B. bis zur dritten Unterebene anzeigen lassen möchten, müssen Sie das Makro wie folgt verwenden: \r\n^P(3);. Wenn Sie das Makro auf "0" setzen, wird die komplette Seitenstruktur ab dieser Ebene angezeigt.
^p; - Vorheriges Menu (Horizontal)
\r\nEin horizontales Menu, dass die Unterseiten der vorherigen Ebene enthält. Ergänzend können Sie ein Trennzeichen zwischen den Seitenlinks definieren, und zwar durch die Benutzung von z. B. \r\n^p(:--:);. Das Standard-Trennzeichen ist ·.
^rootmenu; or ^rootmenu(); (Horizontal)
\r\nEin horizontales Menu mit den verschiedenen Startseiten (Roots) Ihres Systems. (ausgenommen die WebGUI System Roots) Ergänzend können Sie ein Trennzeichen wie \r\n^rootmenu(|); einfügen.
^RootTab;
\r\nHiermit wird ein Tab-Navigationsmenu (ähnlich wie die Tab-Formular beim Bearbeiten einer Seite oder eines Wobjects) erstellt.
Beachte: 2 spezielle Style Sheet Klassen: .RootTabOn{} and .RootTabOff{}.
\r\nBeispiel:
\r\n<style> .rootTabOn { line-height: 17px; font-size: 16px; spacing: 3px; border: 1px solid black; border-bottom-width: 0px; background-color: #333333; z-index: 10000; padding: 3px 9px 5px 9px; color: white; } .rootTabOn A, .rootTabOn A:visited { color: white; font-weight: bold; text-decoration: none; } .rootTabOff { line-height: 15px; font-size: 14px; border: 1px solid black; border-bottom-width: 0px; background-color: #c8c8c8; z-index: 1000; padding: 2px 9px 2px 9px; } .rootTabOff A, .rootTabOff A:visited { color: black; text-decoration: underline; } .rootTabOff A:hover { font-weight: bold; } </style> ^RootTab;
^SpecificDropMenu();
\r\nDropdownMenu, beginnend mit der Seite, die Sie angegeben haben. Sie können 2 Parameter angeben: Die URL der Seite, mit der begonnen werden soll und der zweite (optionale) Parameter, um die Tiefe anzugeben.
Beispiel: ^SpecificDropMenu("home",3);
\r\n^S(); - Genau definiertes SubMenu (Vertikal)
\r\nDieses Makro bietet Ihnen die Möglichkeit, das Untermenu einer beliebigen Seite anzuzeigen, angefangen mit der Seite, die Sie angegeben haben. Als Beispiel können Sie das Homepage SubMenu mit diesem Makro anzeigen lassen. \r\n^S("home",0);. Der erste Wert ist der verlinkte Titel der Seite und der zweite Wert ist die Tiefe, die angezeigt werden soll. Standardmässig sehen Sie nur die erste Ebene. Um z. B. 3 Ebenen tief anzeigen zu lassen, erstellen Sie folgendes Makro: \r\n^S("home",3);.
^s(); - Genau definiertes SubMenu (Horizontal)
\r\nDieses Makro bietet Ihnen die Möglichkeit, das Untermenu einer beliebigen Seite anzuzeigen, angefangen mit der Seite, die Sie angeben. Als Beispiel können Sie das Homepage SubMenu mit diesem Makro anzeigen lassen: \r\n^s("home");. Der Wert ist der verlinkte Titel der Seite. \r\n^s("home",":--:"); einfügen. Das Standardtrennzeichen ist ·.
^Synopsis; or ^Synopsis(); Menu
\r\nMit diesem Makro können Sie das Untermenu einer Seite zusammen mit dessen Beschreibungen (Zusammenfassung) anzeigen lassen. Standardmässig wird nur die erste Ebene angezeigt, wenn Sie aber z. B. bis zur dritten Unterebene anzeigen lassen möchten, müssen Sie das Makro wie folgt verwenden: \r\n^Synopsis(3);. Wenn Sie das Makro auf "0" setzen, wird die komplette Seitenstruktur ab dieser Ebene angezeigt.
Beachte: Folgende Style Sheet Klassen sind diesem Makro zugeordnet:
\r\n^TopDropMenu;
\r\nDropDown Menu mit Ihrer Top-Level Navigation
Beispiel: ^TopDropMenu;
\r\n^T; oder ^T(); - Top Level Menu (Vertikal)
\r\nEin vertikales Menu, das die Hauptseiten Ihrer Website enthält (Unterseiten der Homepage). Zusätzlich können Sie auch angeben, wie viele Stufen dieses Menu in die Tiefe gehen soll. Standardmässig wird nur die erste Ebene angezeigt, wenn Sie aber z. B. bis zur dritten Unterebene anzeigen lassen möchten, müssen Sie das Makro wie folgt verwenden: \r\n^T(3);. Wenn Sie das Makro auf "0" setzen, wird die komplette Seitenstruktur angezeigt.
^t; - Top Level Menu (Horizontal)
\r\nEin horizontales Menu, das die Hauptseiten Ihrer Website enthält (Unterseiten der Homepage). Optional können Sie ein Trennzeichen angeben mit \r\n^t(:--:);. Das Standardtrennzeichen ist ·.
^/; - System URL
\r\nDie URL zum \'Gateway Script\' = Eingangseite (beispielsweise: \r\n/index.pl/).
^\\; - Seiten URL
\r\nDie URL zur aktuellen Seite (beispielsweise: \r\n/index.pl/seitenname).
Diese Makros haben mit Benutzern und Login zu tun.
\r\n\r\n^a; or ^a(); - My Account Link
\r\nEin Link zu Ihrem Benutzerprofil. Zusätzlich können Sie den Linktext durch ein Makro wie dieses ändern: \r\n\r\n^a(\"Mein Profil\");.
Beachte: Sie können auch im speziellen Fall ^a(linkonly); benutzen, um lediglich die URL zum Profil anzuzeigen und nichts weiter.
\r\nDie Style Sheet Klasse \' \r\n\r\n.myAccountLink\' ist diesem Makro zugeordnet.
^AdminText();
\r\nZeigt dem Benutzer, der im Administrationsmodus ist, eine kleine Textmeldung an. Beispiel: ^AdminText(\"Sie sind im Administrationsmodus!\");
^AdminToggle; oder ^AdminToggle();
\r\nPlatziert einen Link auf der Seite, der nur für Content Manager und Administratoren sichtbar ist. Der Link schaltet den Admin-Modus anoder aus. Optional können Sie ein Makro verwenden, dass einen anderen Text anzeigt, wie z. B. ^AdminToggle(\"Adminmodus an\",\"Adminmodus aus\");
^CanEditText();
\r\nZeigt eine Nachricht an, sofern der Benutzer die Berechtigung hat, die aktuelle Seite zu bearbeiten.
Beispiel: ^CanEditText(^AdminToggle;);
\r\n\r\n^EditableToggle; odr ^EditableToggle();
\r\nGenau wie AdminToggle, bis auf den Unterschied, dass dies nur angezeigt wird, wenn der Benutzer die Berechtigung hat, die aktuelle Seite zu bearbeiten.
^GroupAdd();
\r\nMit diesem Makro können sich Benutzer selbst zu einer Gruppe hinzufügen. Der erste Parameter ist der Name der Gruppe und der zweite Parameter ist ein Text, der als Link angezeigt wird.
Beachte: Sofern der Benutzer nicht eingeloggt ist oder bereits zu der Gruppe gehört oder die Gruppe hat bietet keine Möglichkeit, dass sichein Benutzer selbst hinzufügendarf, dann wird dieser Link nichtangezeigt.
\r\n\r\nBeispiel: ^GroupAdd(Newsletter,\"Newsletter abonnieren\");
\r\n\r\n^GroupDelete();
\r\nMit diesem Makro können sich Benutzer selbst von einer Gruppe entfernen. Der erste Parameter ist der Name der Gruppe und der zweite Parameter ist ein Text, der als Link angezeigt wird.
Beachte: Sofern der Benutzer nicht eingeloggt ist oder bereits zu der Gruppe gehört oder die Gruppe bietet keine Möglichkeit, dass sich ein Benutzer selbst entfernen darf, dann wird dieser Link nicht angezeigt.
\r\n\r\nBeispiel: ^GroupDelete(Newsletter,\"Newsletter abbestellen\");
\r\n\r\n^GroupText();
\r\nZeigt dem Benutzer eine kleine Textmeldung an, abhängig davon, welcher Gruppe er zugeordnet ist. Beispiel: ^GroupText(\"Visitors\",\"Lassen Sie sich registrieren, wenn Sie weitere coole Features dieser Seite nutzen möchten!\");
^L; or ^L(); - Login Box
\r\nEinkleines Anmeldeformular. Dieses Makro können Sie auch konfigurieren. Sie können die Breite der Login-Box mit ^L(20); angeben, oder Sie können eine Textmeldung ausgeben lassen, nachdem sich der Benutzer angemeldet hat, wie ^L(20,Hallo ^a(^@;);. Klicken Sie %hier%, wenn Sie sich abmelden möchten!)
Beachte: Die Style Sheet Klasse \r\n\r\n\'.loginBox\' ist diesem Makro zugeordnet.
\r\n\r\n^LoginToggle; or ^LoginToggle();
\r\nZeigt eine \"Anmelden\" oder \"Abmeldung\" Nachricht an, je nachdem, ob der Benutzer an-oder abgemeldet ist. Optional können Sie auch eine Meldung wie diese ausgeben lassen: ^LoginToggle(\"Hier klicken, um sich anzumelden.\",\"Hier klicken, um sich abzumelden.\");
^@; - Benutzername
\r\nDer Benutzername des aktuell angemeldeten Benutzers.
^#; - Benutzer ID
\r\nDie Benutzer ID des aktuell angemeldeten Benutzers.
Diese Makros werden hauptsächlich benötigt um Styles in WebGUI zu erstellen.
\r\n\r\n^AdminBar;
\r\nPlatziert die Administrationsleiste auf der Seite. Dieses Element wird im \"Body\" Bereich benötigt..
^c; - Company Name
\r\nDer Firmenname, den Sie in den Profileinstellungen des Administrators eingetragen haben.
^e; - Company Email Address
\r\nDie Emailadresse, die Sie in den Profileinstellungen des Administrators eingetragen haben.
^Extras;
\r\nGibt den Pfad zum WebGUI \"extras\" Verzeichnis zurück, der Dinge wie die WebGUI Icons enthält.
^LastModified; oder ^LastModified();
\r\nZeigt das Datum an, an dem die Seite zuletzt bearbeitet wurde, basierend auf den Wobjects dieser Seite. Das Datum wird standardmässig in dem Format dargestellt, wie esder Benutzer in seinem Profil ausgewählt hat. Optinal kann man 2 Parameter angeben: Der Text, der vor dem Datum angezeigt werden soll und zweitens der Formatierungs-String für das Datum. (für mehr Details schauen Sie sich das D (Datum) Makro an.
Beispiel: ^LastModified(\"Letzte Bearbeitung: \",\"%c %D, %y\");
\r\n\r\n^PageTitle;
\r\nZeigt den Titel der aktuellen Seite an.
^r; or ^r(); - Druckversion der Seite
\r\nErstellt einen Link, um den Style von der Seite zu entfernen bzw. um Sie für den Ausdruck zu optimieren. Zusätzlich können Sie den Linktext ändern, wenn Sie ein Makro wie dieses einsetzen: \r\n\r\n^r(\"Drucken!\");.
Standardmässig wird, wenn der Link angeklickt wird, der aktuelle Seiten Style ersetzt mit dem \"Make Page Printable\" Style im Style Manager. Genauso gut kann dies aber geändert bzw. überschrieben werden, wenn Sie den Namen eines anderen Styles als zweiten Parameter angeben, wie z. B. ^r(\"Print!\",\"Demostyle\");
\r\n\r\nBeachte: Sie können auch im speziellen Fall ^r(linkonly); benutzen, um lediglich die URL zur Druckversion angeben und nichts weiter.
\r\nDie Style Sheet Klasse \'\r\n\r\n.makePrintableLink\' ist diesem Makro zugeordnet.
^RootTitle;
\r\nGibt den Titel der aktuellen Startseite (Root) aus. Wenn z. B. der Titel der aktuellen Startseite \"Home\" ist, wird dieser Titel angezeigt. Einige Seiten haben mehrere Startseiten (Roots) und folglich wird etwas benötigt, um dem Besucher zu zeigen, in welchem Bereich er sich gerade befindet.
^u; - Company URL
\r\nDie URL, die Sie in den Profileinstellungen des Administrators eingetragen haben.
^?; - Search
\r\nFügt ein Suchformular ein. Dieses ist an die eingebaute WebGUI Suchmaschine angebunden..
Beachte: Die Style Sheet Klasse \'\r\n\r\n.searchBox\' ist! diesem Makro zugeordnet.
\r\n\r\n^Spacer();
\r\nErstellt einen Abstand in Ihrem Layout. Sie können 2 Parameter angeben: Breite und Höhe.
Beispiel: ^Spacer(\"100\",\"50\");
\r\n\r\n^-;
\r\nDies ist das \"Trenn-Makro\", d. h. es darf genau einmal in jedem Style auftauchen, da es angibt, wo der Content/Inhalt für die Seite eingefügt werden soll.
Nachfolgend die Felder für einen Datenbanklink
\r\n\r\nTitel
\r\nEin Name für den Datenbanklink
DSN
\r\nData \r\n\r\nSource \r\n\r\nName ist der eindeutige Bezeichner, den PERL verwendet, um die Verbindung zur Datenbank herzustellen Das Format muss DBI:[driver]:[database name]:[host] sein.
\r\n
Beispiel: DBI:mysql:WebGUI:localhost
\r\n\r\nHier sind einige Beispiele für andere Datenbanken.
\r\nOracle:
Datenbank Benutzer
\r\nDer Benutzername, der zur Verbindung mit der Datenbank verwendet wird.
Datenbank Passwort
\r\nDas Passwort dieses Benutzers
Wie mit allen Löschvorgängen, werden Sie auch hier gefragt, ob Sie sich wirklich \r\nsicher sind, dass Sie diesen Benutzer löschen möchten. Wenn Sie dann mit \'Ja\' \r\nantworten, wird er gelöscht. Antworten Sie jedoch mit \'Nein\', kommen Sie wieder \r\nzurück zur vorherigen Seite.
',1043961142,NULL); -INSERT INTO international VALUES (610,'WebGUI',2,'Für weitere Details schauen Sie bitte unter Benutzer verwalten \r\nBenutzername
Der Benutzername ist die eindeutige Kennzeichnung \r\nfür einen Benutzer. Es ist aber auch eine Kennzeichnung, wie der Benutzer in \r\nder WebGUI Seite angezeigt wird. \r\n(Beachte: Administratoren haben unbeschränkte Rechte im WebGUI System. \r\nDas bedeutet aber auch, das sie damit die Fähigkeit haben, das System zu beschädigen. \r\nWenn Sie einen Benutzer umbenennen oder erstellen, achten Sie darauf, dass Sie \r\nnicht einen bereits vergebenen Benutzernamen nehmen) \r\n
Passwort
Ein Passwort ist dazu da, um sicherzustellen, dass der \r\nBenutzer auch der ist, der er ist. \r\n
Authentifizierungs Methode
Weitere Details unter Einstellungen \r\nbearbeiten. \r\n
LDAP URL
Weitere Details unter Einstellungen bearbeiten. \r\n
Verbindungs DN
Die Verbindugns DN ist die cn (common name) eines \r\neingetragenen Benutzers in der LDAP Datenbank. Das Format sollte sein wie cn=John Doe. \r\nDies ist in der Tat der Benutzername, der zur Authentifizierung gegenüber dem \r\nLDAP Server benutzt wird.
Karma aktivieren?
Soll Karma aktiviert werden? \r\n
Karma pro Login
Der Karmawert, den der Benutzer erhält, wenn er \r\nsich anmeldet. Dies wirkt nur, wenn Karma aktiviert ist. \r\n
Sitzungs Zeitüberschreitung (Timeout)
Die Zeit, die eine Benutzer-Sitzung \r\naktiv ist, bevor er sich wieder neu einloggen muss. Jedesmal, wenn der Benutzer \r\neine neue Seite anschaut, wird dieses Timeout wieder zurückgesetzt. Wenn Sie also z. b. das Timeout auf 8 Stunden setzen, muss sich \r\nein Benutzer wieder neu einloggen. \r\n
Benutzern erlauben, ihren Account zu deaktivieren?
Möchten Sie \r\nIhren Benutzern die Möglichkeit bieten, ihren Account ohne Ihr Zutun selbst \r\ndeaktivieren zu können
Authentifizierungsmethode (standard)
Welche Authentifizierungsmethode soll \r\nstandardmässig für neue Accounts verwendet werden? Die beiden möglichen Methoden sind WebGUI und LDAP. WebGUI Authentifizierung \r\nbedeutet, dass sich die Authentifizierung anhand des Benutzernamens und des \r\nPassworts, die in der Datenbank hinterlegt sind, richtet. Bei der LDAP-Methode \r\nerfolgt die Authentifizierung über einen externen LDAP \r\nserver.
Beachte: Diese Einstellungen können auf Benutzerebene \r\ngesondert vorgenommen werden.
Beachte ausserdem: Abhängig davon, welche Authentifizierungsmodule \r\nin Ihrem System installiert sind, erhalten Sie eine Auswahl an möglichen Optionen. \r\nNachfolgend die Optionen für die beiden standardmässig installierten Authentifizierungsmethoden:\r\n
Beachte: Zusätzlich \r\nzu dem Text, den Sie angeben können, werden die Zugangsdaten der Meldung hinzugefügt \r\n
Begrüssungsmeldung
Geben Sie hier den Text ein, den Sie einem \r\nBenutzer nach erfolgter Registrierungs senden möchten.
Passwort wiederherstellen \r\nMeldung
Geben Sie hier den Text ein, der dem Benutzer gesendet wird, \r\nwenn er sein Passwort wiederherstellen lässt.
\r\n
LDAP URL (Standard)
Die Standard-URL zum LDAP Server. Die \r\n LDAP URL hat folgendes Format: \r\nldap://[server]:[port]/[base DN]. Beispiel: \r\nldap://ldap.mycompany.com:389/o=MyCompany.
LDAP Identität
Die \r\nLDAP Identität die eindeutige Bezeichner im LDAP Server, die den Benutzer identifiziert. Oft \r\nenthält dieses Feld den Kurznamen, der sich aus dem ersten Buchstaben \r\ndes Vornamens und dem Nachnamen zusammensetzt. Beispiel: jdoe
LDAP Identitäts Name
Bezeichnung, \r\ndie verwendet wird um die LDAP Identität des Benutzers zu beschreiben. Beispielsweise \r\nbenutzen einige Firmen einen LDAP Server zur Benutzerregistrierung an Ihrem \r\nProxy Server. Wie schon in der \r\nDokumentation beschrieben, ist die LDAP Identität auch bekannt als der Web Username.
LDAP Password Name
Genauso \r\nwie die LDAP Identität eine Bezeichnung ist, so verhält es sich auch mit dem \r\n LDAP Password Name.
Hier ist die Übersicht über die Template Variablen, die im Benutzerbeitragssystem zur Verfügung stehen.
\r\nreadmore.label
Die übersetzte Bezeichnung, die anzeigt, dass ein Benutzer hier klicken kann, um mehr von dem Beitrag zu lesen. \r\n
responses.label
Die übersetzte Bezeichnung, die anzeigt, dass ein Benutzer hier klicken kann, um Antworten zu diesem Beitrag zu sehen. \r\n
canPost
Eine Bedingungsvariable die anzeigt, ob ein Benutzer einen neuen Beitrag verfassen kann. \r\n
post.url
Die URL zum Schreiben eines neuen Beitrages. \r\n
post.label
Die übersetzte Bezeichnung für diese URL.
search.url
Die URL um WebGUI\'s Suchformular an- oder auszuschalten. \r\n
search.label
Die übersetzte Bezeichnung für diesen Link.
search.form
WebGUI Suchformular. \r\n
title.label
Die übersetzte Bezeichnung für die Titel-Spalte. \r\n
thumbnail.label
Die übersetzte Bezeichnung für die Vorschaubild-Spalte. \r\n
date.label
Die übersetzte Bezeichnung für die Datum-Spalte. \r\n
date.updated.label
Datum, an dem dieser Beitrag zum letzten Mal bearbeitet wurde.\r\n
by.label
Die übersetzte Bezeichnung, wer den Beitrag verfasst hat. \r\n
submissions_loop
Eine Schleife, die jeden einzelnen Beitrag umfasst. \r\n
submission.id\r\n
Eine eindeutige Bezeichnung für diesen Beitrag. \r\nsubmission.url
Die URL, um diesen Beitrag anzuschauen. \r\nsubmission.content
Die verkürzte Wiedergabe des Beitragsinhalts. \r\nsubmission.responses
Die Anzahl der Antworten auf diesen Beitrag. \r\nsubmission.title
Der Titel des Beitrags. \r\nsubmission.userId
Die ID des Benutzers, der diesen Beitrag veröffentlicht hat. \r\nsubmission.username
Der Benutzername dieses Benutzers. \r\nsubmission.status
Der Status dieses Beitrages (freigegeben, ausstehend, abgelehnt). \r\nsubmission.thumbnail
Das Vorschaubild eines hochgeladenen Bildes (sofern eins vorhanden ist). \r\nsubmission.date
Datum des Beitrages.submission.date.updated
Das Datum und die Uhrzeit, an dem dieser Beitrag zum letzten Mal bearbeitet wurde. \r\nsubmission.currentUser
Bedingungsvariable, ob der aktuelle Benutzer auch der ist, der diesen Beitrag veröffentlicht hat. \r\nsubmission.userProfile
Die URL zu dessen Benutzerprofil. \r\nsubmission.secondColumn
Eine Bedingung, ob dieser Beitrag in einem mehrspaltigen Layout in die zweite Spalte gehört oder nicht. \r\nsubmission.thirdColumn
Eine Bedingung, ob dieser Beitrag in einem mehrspaltigen Layout in die dritte Spalte gehört oder nicht. \r\nsubmission.fourthColumn
Eine Bedingung, ob dieser Beitrag in einem mehrspaltigen Layout in die vierte Spalte gehört oder nicht. \r\nsubmission.fifthColumn
Eine Bedingung, ob dieser Beitrag in einem mehrspaltigen Layout in die fünfte Spalte gehört oder nicht. \r\n
firstPage
Link zur ersten Seite. \r\n
lastPage
Link zur letzten Seite. \r\n
nextPage
Link zur nächsten Seite. \r\n
previousPage
Link zur vorherigen Seite. \r\n
pageList
Eine Liste aller Links. \r\n
multiplePages
Eine Bedingung, die anzeigt, ob es mehr als eine Seite gibt.
Mit Benutzerbeitragssystemen können Sie Ihren Benutzern die Möglichkeit geben, selber Beiträge zu verfassen, beispielsweise Gästebücher, Newsletter, Fotogallerien etc.
\r\nHaupt Template
\r\nWählen Sie ein Layout aus.
Inhalt filtern
\r\nWählen Sie die Stufe der Filterung des Contents aus..
Benutzerbeitragssystem Template
\r\nWählen Sie ein Layout für die einzelnen Beiträge aus.
Wer kann genehmigen?
\r\nWelche Gruppe hat die Berechtigung, Beiträge zu erlauben oder zu verbieten?
Wer kann Beiträge schreiben?
\r\nWelche Gruppe hat die Berechtigung, Beiträge verfassen zu dürfen?
Beiträge pro Seite
\r\nWieviele Beiträge sollen pro Seite in der Übersicht angezeigt werden?
Sortieren nach
\r\nWonach sollen die Beiträge sortiert werden?
Sortierungsreihenfolge
\r\nDie Reihenfolge dieser Sortierung.
Standard Status
\r\nSollen Beiträge standardmässig auf "Abgelehnt", "Ausstehend" oder "freigegeben" gestellt werden?
Beachten Sie: Wenn Sie den Status auf "Ausstehend" setzen, dann müssen Sie daran denken, öfter in Ihrem Posteingang nachzuschauen, ob Beiträge zur Veröffentlichung anstehen.
\r\nKarma pro Benutzerbeitrag
\r\nWieviel Karma soll ein Benutzer erhalten, wenn er einen Beitrag verfasst?
Vorschaubilder anzeigen?
\r\nSofern eine Grafik im Beitrag enthalten ist, wird das Vorschaubild im Layout angezeigt.
Diskussion erlauben?
\r\nMöchten Sie Diskussionen zu den einzelnen Beiträgen erlauben?
WebGUI verfügt über ein sehr mächtiges, eingebautes Diskussionssystem. Es kann zu einigem hinzugefügt werden und ist bereits in einige Wobjects integriert.
\r\nForen (auch Diskussionen genannt) verfügen über einige, konfigurierbare Eigenschaften. Nachfolgend eine umfangreiche Übersicht:
\r\nForum Template
\r\nEin Template zur Darstellung des Forums (Forenübersicht)
Themen Template
\r\nEin Template zur Darstellung der Themenansicht.
Beitrags Template
\r\nEin Template zur Darstellung eines Beitrags
Suchen Template
\r\nEin Template zur Darstellung der Suchfunktion und der Suchergebnisse des Forums.
Beiträge schreiben Template
\r\nEin Template zur Darstellung des Formulars, mit dem der Benutzer die Beiträge verfassen kann.
Benachrichtigungs Template
\r\nEin Template zur Darstellung der Benachrichtigungsmeldung, die einem Benutzer gesendet wird, der ein bestimmtes Thema abonniert hat.
Archivieren nach
\r\nWenn zu einem Thema keine neuen Beiträge mehr geschrieben werden, nach dem dieses Zeitinterval abgelaufen ist, wird es als \"Archiviert\" gekennzeichnet und ist dann nur noch über die Suchfunktion zu erreichen.
Timeout zum Bearbeiten
\r\nWie lange hat der Benutzer die Möglichkeit, seinen verfassten Beitrag zu bearbeiten, bevor diese Bearbeitungsmöglichkeit gesperrt wird?
Beachten Sie: Setzen Sie das Limit nicht zu hoch!. Das schönste an Diskussionen ist doch, dass diese einen genauen Verlauf darstellen, wer was wann gesagt hat. Wenn Sie das Bearbeiten zu lange ermöglichen, kann jeder Benutzer seine Meinung beliebig oft korrigieren oder abändern ...
\r\nBearbeitungszeitpunkt zu Beiträgen hinzufügen?
\r\nSoll der Bearbeitungszeitpunkt und auch werden Beitrag bearbeitet hat am Ende des Beitrages angezeigt werden?
Erweiterter HTML-Editor?
\r\nSoll der Benutzer die Möglichkeit haben, den erweiterten HTML-Editor, z. B. HtmlArea, zu verwenden oder soll lediglich ein einfaches Textfeld angezeigt werden?
Ersetzungen erlauben?
\r\nStellen Sie hier ein, ob der Benutzer die Möglichkeit hat, Ersetzungen (z. B. für Smileys) zu verwenden. Die Ersetzungen werden in den Administrationseinstellungen definiert.
Beiträge filtern
\r\nWählen Sie aus, inwieweit Sie den Inhalt der Beiträge filtern möchten.
Beiträge pro Seite
\r\nDie Anzahl der Beiträge, die pro Seite dargestellt werden sollen.
Karma pro Beitrag
\r\nWieviel Karma erhält ein Benutzer, wenn er Beiträge zu dieser Diskussion verfasst?
Wer kann Beiträge schreiben?
\r\nWelche Gruppe hat die Berechtigung, neue Beiträge zu verfassen?
Beiträge moderieren?
\r\nWenn Sie dies aktivieren, dann werden Beiträge erst veröffentlicht, bis der Moderator sie freigibt.
Wer kann moderieren?
\r\nWählen Sie die Gruppe aus, welche die Berechtigung hat, diese Diskussion zu moderieren.
SQL Reports sind vielleicht das effizienteste Werkzeug in WebGUI. Hiermit hat der Benutzer die Möglichkeit Daten von allen Datenbanken abzufragen, zu denen er Zugriff hat. Damit kann er z. B. Verkaufsdaten aus seinem WebShop einbinden oder alle Diskussionsforen auf seiner Website zusammenfassen.
\r\nMakros in der Abfrage vorverarbeiten?
\r\nWenn Sie WebGUI Makros in Ihrer Abfrage nutzen möchten, müssen Sie diesen Punkt aktivieren.
Debug?
\r\nAktivieren Sie dies, wenn Debugging- und Fehlermeldungen angezeigt werden sollen.
Abfrage
\r\nDies ist eine Standard SQL-Abfrage. Sollten Sie mit SQL nicht vertraut sein, bietet Ihnen Plain Black Software Übungslehrgänge in SQL und Datenbankmanagement an. Sie können mit dem ^FormParam();-Makro Abfragen dynamischer gestalten.
Report Template
\r\nWie soll der Report dargestellt werden? Normalerweise benutzt man HTML-Tabellen um einen SQL-Report zu generieren. Wenn Sie dieses Feld leerlassen, wird eine Vorlage basierend auf der Ergebnisliste angezeigt.
Es gibt einige spezielle Makros-Zeichen die zur Erstellung von SQL-Reports genutzt werden können. Diese sind ^-;, ^0;, ^1;, ^2;, ^3;, etc. Diese Makros werden ungeachtet der Einstellungen "Makros in der Abfrage vorverarbeiten" abgearbeitet. Das ^- Makro stellt Trennpunkte im Dokument dar, um zu kennzeichnen, wo die Anfangs- und Endschleife des Reports beginnt. Die numerischen Makros stellen die Datenfelder dar, die von Ihrer Abfrage zurückgegeben werden. Es gibt noch ein zusätzliches Makro (^rownum;), das die Zeilen der Abfrage beginnend bei 1 zählt. Dies können Sie nutzen, wenn die einzelnen Ergebnissätze nummeriert werden sollen.
\r\nDatenbank Link
\r\nDer Administrator kann verfügbare Datenbanken konfigurieren, die Sie in SQL-Reports verwenden können, ohne dass Sie die DSN, den Benutzernamen oder das Passwort für die Datenbank kennen müssen. Sofern nun ein Datenbanklink in dieser Liste ausgewählt wurde, werden die nachfolgenden Felder DSN, Benutzer und Passwort ignoriert..
\r\n
\r\nSofern die Datenbank, die Sie benötigen nicht als Datenbank Link definiert ist, können Sie die DSN, den Benutzernamen und das Passwort angeben.
DSN
\r\nData \r\nSource \r\nName ist die eindeutige Bezeichnung, die von Perl genutzt wird, um den Ort Ihrer Datenbank zu beschreiben. Das Format ist DBI:[Treiber]:[Datenbankname]:[Host].
Beispiel: DBI:mysql:WebGUI:localhost
\r\nDatenbankbenutzer
\r\nDer Benutzername zur DSN.
Datenbankpasswort
\r\nDas Passwort zur DSN.
Einträge pro Seite
\r\nWie viele Reihen sollen pro Seite angezeigt werden?
Carriage Return beachten?
\r\nMöchten Sie Carriage Returns in der Ergebnisansicht zu HTML-Umbrüchen konvertieren.
Gemeinsamen Mülleimer benutzen?
\r\nAktiviert einen einzelnen, system-weiten Mülleimer. Standardmässig gibt es pro Benutzer einen Mülleimer.
Falls Proxy benutzt wird: echte Client IP-Adressen benutzen?
\r\nWenn dies aktiviert und die Umgebungsvariable HTTP_X_FORWARDED_FOR vorhanden ist, wird dessen Wert anstelle der REMOTE_ADDRESS als die Browser IP-Adresse des Clients verwendet. Dies wird für IP-basierte Gruppen benötigt, um auch in Reverse-proxied, load-balanced System Architekturen zu funktionieren. In diesen Umgebungen kommen alle Anfragen von einer IP-Adresse, der des ProxyServers. Wenn Sie nicht sicher sind, wofür diese Funktion nötig ist, lassen Sie sie ausgeschaltet.
Proxy Caching unterbinden
\r\nEinige Firmen haben Proxy Server im Einsatz, die Probleme mit WebGUI verursachen können. Wenn Sie solche Problem feststellen, können Sie die Einstellungen auf \'JA\' setzen. Beachten Sie aber bitte, dass WebGUI\'s URLs nicht mehr so benutzerfreundlich sein werden, wenn dieses Feature aktiviert ist.
Fehlersuche anzeigen
\r\nWenn dies aktiviert ist, werden erweiterte Meldungen, die lediglich für Entwickler oder Administratoren interessant sein können, angezeigt. Dies ist hilfreich beim Lösen eines Problems
Seitenstatistik aktivieren
\r\nWebGUI kann einige statistische Informationen über ihre Seite speichern. Jedoch wird dadurch die Prozessorbelastung erhöht und die Datenbank wird etwas grösser. Aktivieren Sie dies nur, wenn Sie kein externes WebStatistik-Programm nutzen.
Host, der verwendet werden soll
\r\nWählen Sie hier aus, welchen Host Sie standardmässig verwenden möchten beim Generieren von URL\'s. Als \"konfigurierter Sitename\" wird derjenige verwendet, den Sie in der WebGUI-config-Datei eingetragen haben. Und \"Env HTTP\" verwendet die \"HTTP_HOST\" Umgebungsvariable, die vom Webserver übermittelt wird.
Wie mit jedem Löschvorgang werden Sie gefragt, ob sie sich wirklich sicher \r\nsind, diese Gruppe zu löschen. Wenn Sie mit "Ja" antworten, wird \r\nder Löschvorgang durchgeführt, andernfalls gelangen sie zur vorherigen Seite \r\nzurück.
',1044377232,NULL); -INSERT INTO international VALUES (619,'WebGUI',2,'Diese Funktion löscht das gewählte Wobject dauerhaft von einer Seite. Wenn sie \r\nsich nicht sicher sind, ob sie dieses Element löschen möchten, können Sie es \r\nauch ausschneiden und in die Zwischenablage legen und es dann irgendwann löschen. \r\nWie mit jedem Löschvorgang werden Sie gefragt, ob sie sich wirklich sicher \r\nsind, dieses Wobject zu löschen. Wenn Sie mit "Ja" antworten, wird \r\nder Löschvorgang durchgeführt, andernfalls gelangen sie zur vorherigen Seite \r\nzurück.
',1044376958,NULL); -INSERT INTO international VALUES (618,'WebGUI',2,'SMTP ServerOptional können Sie auch den Pfad zu sendmail angeben, wenn ein Sendmail-Server \r\nauf der gleichen Maschine wie WebGUI läuft. Bei den meisten Linux-Servern ist \r\ndies "/usr/lib/sendmail".
Email Fussbereich\r\n
Dieser \r\nFusstext ist für Makros vorgesehen und wird jeder Email, die von WebGUI versandt \r\nwird, angehängt.
Bei neuem Benutzer benachrichtigen?
Soll jemand \r\ninformiert werden, sofern sich jemand anonym registriert hat? \r\n
Gruppe, die bei neuem Benutzer benachrichtig werden soll
Welche \r\nGruppe soll benachrichtigt werden, wenn sich ein neuer Benutzer registriert?
Admin
Unter Admin versteht man genau das, was man unter diesem \r\nBegriff erwartet. Dies ist ein Benutzer mit unbegrenzten Berechtigungen in der \r\nWebGUI Umgebung.
Visitor
Der Visitor(Besucher) ist das genaue Gegenteil des Admins. \r\nDer Visitor hat keine Rechte und ein Besucher, der nicht eingeloggt ist, wird \r\nvom System als Visitor erkannt
Neuen Benutzer hinzufügen.
Klicken Sie hier, um zur "Benutzer \r\nhinzufügen" Seite zu kommen. \r\n
Suchen
Sie können nach Benutzernamen und Emailadressen suchen. \r\nDie Suche kann hier auch eingeschränkt werden, z. B. auf die Suche nach aktivierten \r\nBenutzern.
Titel
Der Seitentitel. Titel sollten beschreibend, aber nicht zu \r\nlang sein.
Menü Titel
Ein kürzerer oder \r\nabgeänderter Titel, der in der Navigation erscheinen soll. Wenn Sie hier nichts \r\neingeben, wird die Eingabe verwendet, die Sie bei \'Titel\' eingegeben haben. \r\n
Von der Navigation verbergen?
Wählen Sie \'Ja\' um diese Seite \r\naus der Navigation auszublenden. \r\n
Beachte: Die Seite wird nur aus der Navigation ausgeblendet, aber \r\nnicht aus dem Seitenbaum oder von der SiteMap, nur ausden Navigationsmakros.
In \r\nneuem Fenster öffnen?
Wählen Sie "Ja" um die Seite in einem \r\nneuen Fenster zu öffnen.
URL der Seite
Wenn Sie eine Seite erstellen wird normalerweise \r\ndie URL aufgrund des Seitentitels erstellt. Wenn Sie damit nicht zufrieden sind, \r\nkönnen Sie es hier ändern. \r\n
Sprache
Wählen Sie die Standardsprache für diese Seite. Alle mittels \r\nWebGUI generierten Texte erscheinen in dieser Sprache und das Charakterset wird \r\nentsprechend der ausgewählten Sprache übernommen (z.B. ä, ö, ü im Deutschen). \r\n
Weiterleitungs URL
Der Besucher der Seite wird zu der Seite weitergeleitet, \r\ndie Sie hier angegeben haben. Wenn Sie dann in Zukunft diese weitergeleitete \r\nSeite wieder ändern möchten, müssen Sie dies in den Admininstrativen Funktionen im \r\nBereich "Verwalten-Baumstruktur" vornehmen. \r\n
Template
Standardmässig hat WebGUI einen grossen Inhaltsbereich, \r\num Wobjects zu platzieren. Dennoch können Sie Ihren Content durch Auswahl eines \r\nanderen Templates in verschiedene Bereiche aufteilen. \r\n
Zusammenfassung
Eine kurze Zusammenfassung der Seite. Dieser Bereich \r\nwird sowohl zum Veröffentlichen von beschreibenden MetaTags als auch als Beschreibungstext \r\nin der Sitemap verwendet. \r\n
Meta Tags
Hier können Sie beliebige Meta Tags definieren. Die Seite Meta Tag Builder gibt Ihnen hierzu \r\neinige Tipps.
Erfahrene Anwender: Sie können hier auch andere Dinge, \r\nwie z. B. JavaScript oder Links zu externen Stylesheets, einfügen. \r\n
Standard Meta Tags benutzen?
Sollten Sie keine eigenen MetaTags \r\ndefinieren wollen, kann WebGUI diese basierend auf dem Seitentitel und Ihrem \r\nFirmennamen erzeugen. Aktivieren Sie diese Checkbox, um die WebGUI-generierten \r\nMetaTags einzuschalten. \r\n
Cache Timeout
Die Zeit, die die Seite für registrierte Benutzer \r\ngecachet werden soll. \r\n
Cache Timeout (Besucher)
Die Zeit, die die Seite für Besucher gecachet \r\nwerden soll. \r\n
Beachte: Das Caching (Zwischenspeichern) ist nur verfügbar, wenn der \r\nAdministrator das Cache::FileCache Perl Modul installiert hat. Das Verwenden \r\nvon Caching kann die Performance um bis zu 1000% erhöhen. \r\n
Template
Stanardmässig verwendet WebGUI einen grossen Contentbereich \r\num die Wobjects zu platzieren. Sie können nun durch die Auswahl eines anderen \r\nTemplates den Inhalt, und damit das Platzieren von Wobjects, auf verschiedene \r\nBereiche aufteilen. \r\n
Style
Standardmässig erbt eine Seite, die Sie erstellen, ihre Merkmale \r\nvon der übergeordneten Seite. Eines dieser Merkmale ist der Style. Wählen Sie \r\nhier einen Style aus der Liste aus, den Siefür diese Seite verwenden möchten. \r\nWeitere Details finden Sie unter Style hinzufügen. \r\n
Wenn Sie "Ja" unterhalb des Style-Auswahlmenus aktivieren, wird \r\nder Style für alle Seiten unterhalb dieser Seite übernommen. \r\n
Anfangsdatum
Das Datum, ab dem die Seite sichtbar sein soll. Vor \r\ndiesem Datum sehen nur Contentmanager mit der Berechtigung zur Bearbeitung diese \r\nSeite. \r\n
Ende Datum
Das Datum, bis dem die Seite sichtbar sein soll. Nach \r\ndiesem Datum sehen nur Contentmanager mit der Berechtigung zur Bearbeitung diese \r\nSeite. \r\n \r\n
Besitzer
Der Besitzer der Seite ist gewöhnlich die Person, die \r\ndie Seite erstellt hat. \r\nDiese hat die vollen Rechte zum Bearbeiten und Anschauen der Seite.
Beachte: Der \r\nBesitzer kann nur von einem Administrator geändert werden. \r\n
Wer kann anschauen?
Wählen Sie die Gruppe aus, die diese Seite \r\nanschauen kann. Wenn Sie möchten, dass Visitors (Beuscher) und registrierte \r\nBenutzer dieSeite anschauen können, so sollten Sie die "Everybody" (Jeder) \r\nGruppe auswählen.
Wer kann bearbeiten?
Wählen Sie die Gruppe \r\naus, die diese Seite bearbeiten kann. Die Gruppe, die bearbeiten kann, darf \r\nauch jederzeit die Seite anschauen.
Sie können diese Berechtigungen an alle Seiten unterhalb dieser Seite vergeben. \r\n
Als nächstes?
Hier können Sie gleich zu Ihrer neuen Seite gelangen \r\noder zu der vorherigen zurückkehren.
\r\nThe following style sheet classes are available:\r\n
\r\n\r\n.tab
\r\nThe default look of each tab.\r\n
\r\n\r\ndiv.tabs
\r\nThis also sets some properties for all of the tabs. This should be used for the text labels in the tabs.\r\n
\r\n\r\n\r\n.tabBody
\r\nThe content area for each tab. This is where the form will show up. Note that for best results the background color of this should match the background color of .tabActive.\r\n
\r\n\r\n\r\n.tabHover
\r\nThe look of a tab as the mouse hovers over it.\r\n
\r\n\r\n.tabActive
\r\nThe look of the tab that is currently visible.\r\n
\r\n\r\n\r\n\r\nExamples
\r\nYou can use these instead of creating your own if you wish. Or just use these as guidelines for creating your own.\r\n
\r\n
\r\nWhite or Light Colored Styles\r\n\r\n.tab {\r\n border: 1px solid black;\r\n background-color: #eeeeee;\r\n}\r\n.tabBody {\r\n border: 1px solid black;\r\n border-top: 1px solid black;\r\n border-left: 1px solid black;\r\n background-color: #dddddd; \r\n}\r\ndiv.tabs {\r\n line-height: 15px;\r\n font-size: 14px;\r\n}\r\n.tabHover {\r\n background-color: #cccccc;\r\n}\r\n.tabActive { \r\n background-color: #dddddd; \r\n}\r\n\r\n | \r\nBlack or Dark Colored Styles\r\n\r\n.tab {\r\n border: 1px solid white;\r\n background-color: #333333;\r\n}\r\n.tabBody {\r\n border: 1px solid white;\r\n border-top: 1px solid white;\r\n border-left: 1px solid white;\r\n background-color: #444444; \r\n}\r\ndiv.tabs {\r\n line-height: 15px;\r\n font-size: 14px;\r\n}\r\n.tabHover {\r\n background-color: #555555;\r\n}\r\n.tabActive { \r\n background-color: #444444; \r\n}\r\n\r\n |
\r\nNOTE: These macros are included in WebGUI in order to provide very powerful display mechanisms. Though they could be used to write simple web applications, this is not their intended use, nor is it supported or condoned by Plain Black. If you find yourself trying to do something like that, just write a macro. =) By default these macros are disabled to protect the security of your site and server, and only your administrator can enable them.\r\n\r\n
\r\n\r\n^D; or ^D(); - Date\r\n\r\nYou can configure the date by using date formatting symbols. For instance, if you created a macro like this ^D(\"%c %D, %y\"); it would output September 26, 2001. The following are the available date formatting symbols:\r\n
\r\n\r\n
| %% | % |
| %y | 4 digit year |
| %Y | 2 digit year |
| %m | 2 digit month |
| %M | variable digit month |
| %c | month name |
| %d | 2 digit day of month |
| %D | variable digit day of month |
| %w | day of week name |
| %h | 2 digit base 12 hour |
| %H | variable digit base 12 hour |
| %j | 2 digit base 24 hour |
| %J | variable digit base 24 hour |
| %p | lower case am/pm |
| %P | upper case AM/PM |
| %z | user preference date format |
| %Z | user preference time format |
\r\n\r\n^Env()
\r\nCan be used to display a web server environment variable on a page. The environment variables available on each server are different, but you can find out which ones your web server has by going to: http://www.yourwebguisite.com/env.pl\r\n
\r\n\r\nThe macro should be specified like this ^Env(\"REMOTE_ADDR\");\r\n
\r\n\r\n^Execute();
\r\nAllows a content manager or administrator to execute an external program. Takes the format of ^Execute(\"/this/file.sh\");.\r\n
\r\n\r\n\r\n^FormParam();
\r\nThis macro is mainly used in generating dynamic queries in SQL Reports. Using this macro you can pull the value of any form field simply by specifing the name of the form field, like this: ^FormParam(\"phoneNumber\");\r\n
\r\n\r\n\r\n^If();
\r\nA simple conditional statement (IF/THEN/ELSE) to control layout and messages.\r\n
\r\nExamples:
\r\nDisplay Happy New Year on 1st January:\r\n ^If(\'^D(\"%m%d\");\' eq \'0101\' , Happy New Year);\r\n
\r\nDisplay a message to people on your subnet (192.168.1.*):
\r\n^If(\'^Env(\"REMOTE_ADDR\");\' =~ /^192.168.1/,\"Hi co-worker\",\"Hi Stranger\");\r\n
\r\nDisplay a message to Windows users:
\r\n ^If(\'^URLEncode(\"^Env(\"HTTP_USER_AGENT\");\");\' =~ /windows/i,\"Hey... Linux is free !\");\r\n
\r\nDisplay a message if a user is behind a proxy:
\r\n ^If(\'^Env(\"HTTP_VIA\");\' ne \"\", You\'re behind a proxy !, Proxy-free is the best...);\r\n
\r\nDisplay Good Morning/Afternoon/Evening:
\r\n ^If(^D(\"%J\");<=12,Good Morning,^If(^D(\"%J\");<=18,Good Afternoon,Good evening););\r\n
\r\n\r\n^Include();
\r\nAllows a content manager or administrator to include a file from the local filesystem. \r\n
\r\n\r\n^International();
\r\nPull a translated message from the internationalization system.\r\n
\r\n\r\n\r\n^Page();
\r\nThis can be used to retrieve information about the current page. For instance it could be used to get the page URL like this ^Page(\"urlizedTitle\"); or to get the menu title like this ^Page(\"menuTitle\");.\r\n
\r\n\r\n^SQL();
\r\nA one line SQL report. Sometimes you just need to pull something back from the database quickly. This macro is also useful in extending the SQL Report wobject. It uses the numeric macros (^0; ^1; ^2; etc) to position data and can also use the ^rownum; macro just like the SQL Report wobject. Examples:
\r\n ^SQL(\"select count(*) from users\",\"There are ^0; users on this system.\");\r\n
\r\n^SQL(\"select userId,username from users order by username\",\"<a href=\'^/;?op=viewProfile&uid=^0;\'>^1;</a><br>\");\r\n
\r\n^URLEncode();
\r\nThis macro is mainly useful in SQL reports, but it could be useful elsewhere as well. It takes the input of a string and URL Encodes it so that the string can be passed through a URL. It\'s syntax looks like this: ^URLEncode(\"Is this my string?\");\r\n
\r\n\r\n\r\n^User();
\r\nThis macro will allow you to display any information from a user\'s account or profile. For instance, if you wanted to display a user\'s email address you\'d create this macro: ^User(\"email\");\r\n
\r\n\r\n^*; or ^*(); - Random Number
\r\nA randomly generated number. This is often used on images (such as banner ads) that you want to ensure do not cache. In addition, you may configure this macro like this ^*(100); to create a random number between 0 and 100.\r\n
\r\n\r\n^-;,^0;,^1;,^2;,^3;, etc.
\r\nThese macros are reserved for system/wobject-specific functions as in the SQL Report wobject and the Body in the Style Manager.\r\n
\r\n',1078570360,NULL); -INSERT INTO international VALUES (1024,'WebGUI',1,'Filter Post',1046607477,NULL); -INSERT INTO international VALUES (419,'WebGUI',1,'Remove everything but the text.',1046637533,NULL); -INSERT INTO international VALUES (526,'WebGUI',1,'Remove JavaScript and negate macros.',1047838780,NULL); -INSERT INTO international VALUES (891,'WebGUI',1,'Only negate macros.',1047838859,NULL); -INSERT INTO international VALUES (892,'WebGUI',1,'Discussion',1046637952,NULL); -INSERT INTO international VALUES (893,'WebGUI',1,'Wobject Properties',1046638419,NULL); -INSERT INTO international VALUES (842,'WebGUI',12,'These macros are used to create navigation on the site. \r\n
^C; or ^C(); - Crumb Trail
A dynamically generated crumb trail to \r\nthe current page. You can optionally specify a delimeter to be used between page \r\nnames by using ^C(::);. The default delimeter is >. \r\n
NOTE: The .crumbTrail style sheet class is tied to this macro. \r\n
^FlexMenu;
This menu macro creates a top-level menu that expands as \r\nthe user selects each menu item. \r\n
^H; or ^H(); - Home Link
A link to the home page of this site. In \r\naddition you can change the link text by creating a macro like this ^H(\"Go \r\nHome\");. \r\n
NOTES: You can also use the special case ^H(linkonly); to return only \r\nthe URL to the home page and nothing more. Also, the .homeLink style sheet class \r\nis tied to this macro. \r\n
^M; or ^M(); - Current Menu (Vertical)
A vertical menu containing \r\nthe sub-pages at the current level. In addition, you may configure this macro by \r\nspecifying how many levels deep the menu should go. By default it will show only \r\nthe first level. To go three levels deep create a macro like this ^M(3);. \r\nIf you set the macro to \"0\" it will track the entire site tree. \r\n
^m; - Current Menu (Horizontal)
A horizontal menu containing the \r\nsub-pages at the current level. You can optionally specify a delimeter to be \r\nused between page names by using ^m(:--:);. The default delimeter is ·. \r\n
^PreviousDropMenu;
Create a drop down menu containing the sub-pages \r\nat the previous level in the page tree. \r\n
Example: ^PreviousDropMenu; \r\n
^P; or ^P(); - Previous Menu (Vertical)
A vertical menu containing \r\nthe sub-pages at the previous level. In addition, you may configure this macro \r\nby specifying how many levels deep the menu should go. By default it will show \r\nonly the first level. To go three levels deep create a macro like this \r\n^P(3);. If you set the macro to \"0\" it will track the entire site tree. \r\n
^p; - Previous Menu (Horizontal)
A horizontal menu containing the \r\nsub-pages at the previous level. You can optionally specify a delimeter to be \r\nused between page names by using ^p(:--:);. The default delimeter is ·. \r\n
^rootmenu; or ^rootmenu(); (Horizontal)
Creates a horizontal menu \r\nof the various roots on your system (except for the WebGUI system roots). You \r\ncan optionally specify a menu delimiter like this: ^rootmenu(|); \r\n
^RootTab;
Create a tab navigation system from the roots on your \r\nsite (except WebGUI\'s system roots) similar to the tabs used in the tab forms \r\n(editing wobjects or pages). \r\n
NOTE: Has two special style sheet classes: .RootTabOn{} and \r\n.RootTabOff{}. \r\n
Example:
<style> .rootTabOn { line-height: 17px; font-size: \r\n16px; spacing: 3px; border: 1px solid black; border-bottom-width: 0px; \r\nbackground-color: #333333; z-index: 10000; padding: 3px 9px 5px 9px; color: \r\nwhite; } .rootTabOn A, .rootTabOn A:visited { color: white; font-weight: bold; \r\ntext-decoration: none; } .rootTabOff { line-height: 15px; font-size: 14px; \r\nborder: 1px solid black; border-bottom-width: 0px; background-color: #c8c8c8; \r\nz-index: 1000; padding: 2px 9px 2px 9px; } .rootTabOff A, .rootTabOff A:visited \r\n{ color: black; text-decoration: underline; } .rootTabOff A:hover { font-weight: \r\nbold; } </style> ^RootTab; \r\n
^SpecificDropMenu();
Create a drop down menu starting at a specific \r\npoint in your navigation tree. This takes two parameters. The first is the url \r\nof the page to start with and the second (optional parameter) is the depth to \r\ntraverse to. \r\n
Example: ^SpecificDropMenu(\"home\",3); \r\n
^S(); - Specific SubMenu (Vertical)
This macro allows you to get \r\nthe submenu of any page, starting with the page you specified. For instance, you \r\ncould get the home page submenu by creating a macro that looks like this \r\n^S(\"home\",0);. The first value is the urlized title of the page and the \r\nsecond value is the depth you\'d like the menu to go. By default it will show \r\nonly the first level. To go three levels deep create a macro like this \r\n^S(\"home\",3);. \r\n
^s(); - Specific SubMenu (Horizontal)
This macro allows you to get \r\nthe submenu of any page, starting with the page you specified. For instance, you \r\ncould get the home page submenu by creating a macro that looks like this \r\n^s(\"home\");. The value is the urlized title of the page. You can \r\noptionally specify a delimeter to be used between page names by using \r\n^s(\"home\",\":--:\");. The default delimeter is ·. \r\n
^Synopsis; or ^Synopsis(); Menu
This macro allows you to get the \r\nsubmenu of a page along with the synopsis of each link. You may specify an \r\ninteger to specify how many levels deep to traverse the page tree. \r\n
NOTES: The .synopsis_sub, .synopsis_summary, and .synopsis_title style \r\nsheet classes are tied to this macro. \r\n
^TopDropMenu;
Create a drop down menu of your top level navigation. \r\n\r\n
Example: ^TopDropMenu; \r\n
^T; or ^T(); - Top Level Menu (Vertical)
A vertical menu containing \r\nthe main pages of the site (aka the sub-pages from the home page). In addition, \r\nyou may configure this macro by specifying how many levels deep the menu should \r\ngo. By default it will show only the first level. To go three levels deep create \r\na macro like this ^T(3);. If you set the macro to \"0\" it will track the \r\nentire site tree. \r\n
^t; - Top Level Menu (Horizontal)
A vertical menu containing the \r\nmain pages of the site (aka the sub-pages from the home page). You can \r\noptionally specify a delimeter to be used between page names by using ^t(:--:);. \r\nThe default delimeter is ·. \r\n
^/; - System URL
The URL to the gateway script (example: \r\n/index.pl/). \r\n
^\\; - Page URL
The URL to the current page (example: \r\n/index.pl/pagename).
^a; or ^a(); - My Account Link
A link to your account information. \r\nIn addition you can change the link text by creating a macro like this \r\n^a(\"Account Info\");. \r\n
NOTES: You can also use the special case ^a(linkonly); to return only \r\nthe URL to the account page and nothing more. Also, the .myAccountLink style \r\nsheet class is tied to this macro. \r\n
^AdminText();
Displays a small text message to a user who is in \r\nadmin mode. Example: ^AdminText(\"You are in admin mode!\"); \r\n
^AdminToggle; or ^AdminToggle();
Places a link on the page which is \r\nonly visible to content managers and adminstrators. The link toggles on/off \r\nadmin mode. You can optionally specify other messages to display like this: \r\n^AdminToggle(\"Edit On\",\"Edit Off\"); \r\n
^CanEditText();
Display a message to a user that can edit the \r\ncurrent page. \r\n
Example: ^CanEditText(^AdminToggle;); \r\n
^EditableToggle; or ^EditableToggle();
Exactly the same as \r\nAdminToggle, except that the toggle is only displayed if the user has the rights \r\nto edit the current page. \r\n
^GroupAdd();
Using this macro you can allow users to add themselves \r\nto a group. The first parameter is the name of the group this user should be \r\nadded to. The second parameter is a text string for the user to click on to add \r\nthemselves to this group. \r\n
NOTE: If the user is not logged in, or or already belongs to the \r\ngroup, or the group is not set to allow auto adds, then no link will be \r\ndisplayed. \r\n
^GroupDelete();
Using this macro you can allow users to delete \r\nthemselves from a group. The first parameter is the name of the group this user \r\nshould be deleted from. The second parameter is a text string for the user to \r\nclick on to delete themselves from this group. \r\n
NOTE: If the user is not logged in or the user does not belong to the \r\ngroup, or the group is not set to allow auto deletes, then no link will be \r\ndisplayed. \r\n
^GroupText();
Displays a small text message to the user if they \r\nbelong to the specified group. And you can specify an alternate message to those \r\nwho are not in the group. \r\n
Example: ^GroupText(\"Visitors\",\"You need an account to do anything \r\ncool on this site!\",\"We value our registered users!\"); \r\n
^L; or ^L(); - Login Box
A small login form. You can also configure \r\nthis macro. You can set the width of the login box like this ^L(20);. You can \r\nalso set the message displayed after the user is logged in like this ^L(20,Hi \r\n^a(^@;);. Click %here% if you wanna log out!) \r\n
NOTE: The .loginBox style sheet class is tied to this macro. \r\n
^LoginToggle; or ^LoginToggle();
Displays a \"Login\" or \"Logout\" \r\nmessage depending upon whether the user is logged in or not. You can optionally \r\nspecify other labels like this: ^LoginToggle(\"Click here to log in.\",\"Click here \r\nto log out.\");. You can also use the special case ^LoginToggle(linkonly); to \r\nreturn only the URL with no label. \r\n
^@; - Username
The username of the currently logged in user. \r\n
^#; - User ID
The user id of the currently logged in user.
^AdminBar;
Places the administrative tool bar on the page. This is \r\na required element in the \"body\" segment of the Style Manager. \r\n
^c; - Company Name
The name of your company specified in the \r\nsettings by your Administrator. \r\n
^e; - Company Email Address
The email address for your company \r\nspecified in the settings by your Administrator. \r\n
^Extras;
Returns the path to the WebGUI \"extras\" folder, which \r\ncontains things like WebGUI icons. \r\n
^LastModified; or ^LastModified();
Displays the date that the \r\ncurrent page was last modified based upon the wobjects on the page. The date is \r\ndefaultly displayed based upon the user\'s date preferences. Optionally, it can \r\ntake two parameters. The first is text to display before the date. The second is \r\na date format string (see the D (date) macro for details. \r\n
Example: ^LastModified(\"Updated: \",\"%c %D, %y\"); \r\n
^PageTitle;
Displays the title of the current page. \r\n
NOTE: If you begin using admin functions or the indepth functions of \r\nany wobject, the page title will become a link that will quickly bring you back \r\nto the page. \r\n
^r; or ^r(); - Make Page Printable
Creates a link to remove the \r\nstyle from a page to make it printable. In addition, you can change the link \r\ntext by creating a macro like this ^r(\"Print Me!\");. \r\n
By default, when this link is clicked, the current page\'s style is replaced \r\nwith the \"Make Page Printable\" style in the Style Manager. However, that can be \r\noverridden by specifying the name of another style as the second parameter, like \r\nthis: ^r(\"Print!\",\"WebGUI\"); \r\n
NOTES: You can also use the special case ^r(linkonly); to return only \r\nthe URL to the make printable page and nothing more. Also, the \r\n.makePrintableLink style sheet class is tied to this macro. \r\n
^RootTitle;
Returns the title of the root of the current page. For \r\ninstance, the main root in WebGUI is the \"Home\" page. Many advanced sites have \r\nmany roots and thus need a way to display to the user which root they are in. \r\n
^u; - Company URL
The URL for your company specified in the \r\nsettings by your Administrator. \r\n
^?; - Search
Add a search box to the page. The search box is tied \r\nto WebGUI\'s built-in search engine. \r\n
NOTE: The .searchBox style sheet class is tied to this macro. \r\n
^Spacer();
Create a spacer in your layout. Great for creating \r\nblocks of color with divs and tables. It takes two parameters, width and height. \r\n\r\n
Example: ^Spacer(\"100\",\"50\"); \r\n
^-;
This is known as the separator macro. It must appear exactly \r\nonce in every style. Wherever it appears is where the content for any given page \r\nwill be put.
\r\n\r\nSom ved alle andre sletninger vil du blive spurgt om du er sikker. Hvis du svarer ja blive tingene slettet, og kan ikke genskabes. Hvis du svarer nej kommer du tilbage til forrige skærmbillede.',1046864428,NULL);
-INSERT INTO international VALUES (861,'WebGUI',10,'Offentliggør brugerprofil?',1046864242,NULL);
-INSERT INTO international VALUES (860,'WebGUI',10,'Offentliggør Email adresse?',1046864209,NULL);
-INSERT INTO international VALUES (859,'WebGUI',10,'Signatur',1046864180,NULL);
-INSERT INTO international VALUES (858,'WebGUI',10,'Alias',1046864169,NULL);
-INSERT INTO international VALUES (857,'WebGUI',10,'IP adresse',1046864157,NULL);
-INSERT INTO international VALUES (856,'WebGUI',10,'Du har ikke rettigheder til at redigere.',1046864143,NULL);
-INSERT INTO international VALUES (855,'WebGUI',10,'List alle skabeloner',1046864117,NULL);
-INSERT INTO international VALUES (854,'WebGUI',10,'List alle skabeloner som denne',1046864101,NULL);
-INSERT INTO international VALUES (853,'WebGUI',10,'Slet denne skabelon',1046864070,NULL);
-INSERT INTO international VALUES (851,'WebGUI',10,'Rediger denne skabelon.',1046864049,NULL);
-INSERT INTO international VALUES (848,'WebGUI',10,'Der er syntax fejl i denne skabelon. Venligst ret.',1046864027,NULL);
-INSERT INTO international VALUES (847,'WebGUI',10,'Gå tilbage til gældende side.',1046863992,NULL);
-INSERT INTO international VALUES (845,'WebGUI',10,'Stilart makroer',1046863969,NULL);
-INSERT INTO international VALUES (843,'WebGUI',10,'Bruger makroer',1046863943,NULL);
-INSERT INTO international VALUES (841,'WebGUI',10,'Navigations makroer',1046863918,NULL);
-INSERT INTO international VALUES (839,'WebGUI',10,'Programmør makro',1046863894,NULL);
-INSERT INTO international VALUES (837,'WebGUI',10,'Mappe, tilføj/rediger',1046863861,NULL);
-INSERT INTO international VALUES (836,'WebGUI',10,'Brudstykker er som navnet siger små tekststykker som kan genbruges overalt på dit site.
\r\nTing som java scripts, CSS filer, flash animationer ja selv sloganer er alle gode eksempler på brudstykker.
\r\nFordelen ved brudstykker er, at du kun skal rette dem ét sted.
\r\n\r\nNavn
\r\nNavnet på dit brudstykke.
\r\n\r\nOrganiser i mappe
\r\nHvilken mappe skal der gemmes i?
\r\n\r\nBrudstykke
\r\nStart bare med at skrive, eller kopier fra et andet sted.',1046863840,NULL);
-INSERT INTO international VALUES (835,'WebGUI',10,'Brudstykke, tilføj/rediger',1046863632,NULL);
-INSERT INTO international VALUES (834,'WebGUI',10,'Du kan gemme alle typer af filer for senere brug.\r\n
\r\nNavn
\r\nGiv denne fil et unikt navn som du kan referere til senere.
\r\n\r\nOrganiser i mappe
\r\nHvilken mappe vil du gemme i?
\r\n\r\nFil
\r\nVælg en fil fra disk harddisk der skal uploades.',1046863611,NULL);
-INSERT INTO international VALUES (852,'WebGUI',10,'Kopier denne skabelon',1046863401,NULL);
-INSERT INTO international VALUES (833,'WebGUI',10,'Fil, tilføj/rediger',1046860501,NULL);
-INSERT INTO international VALUES (831,'WebGUI',10,'Brochure makroer',1046860460,NULL);
-INSERT INTO international VALUES (829,'WebGUI',10,'',1046860399,NULL);
-INSERT INTO international VALUES (827,'WebGUI',10,'Wobject skabelon',1046860378,NULL);
-INSERT INTO international VALUES (825,'WebGUI',10,'Skabelon, sprog',1046860351,NULL);
-INSERT INTO international VALUES (824,'WebGUI',10,'Email bundtekst',1046860334,NULL);
-INSERT INTO international VALUES (823,'WebGUI',10,'Gå til den nye side.',1046860317,NULL);
-INSERT INTO international VALUES (821,'WebGUI',10,'enhver',1046860156,NULL);
-INSERT INTO international VALUES (820,'WebGUI',10,'Din konto er ikke aktiveret. Du kan først logge ind, når en administrator har aktiveret den.',1046860141,NULL);
-INSERT INTO international VALUES (819,'WebGUI',10,'Selv deaktiveret',1046860042,NULL);
-INSERT INTO international VALUES (818,'WebGUI',10,'Deaktiveret',1046860025,NULL);
-INSERT INTO international VALUES (817,'WebGUI',10,'Aktiv',1046860004,NULL);
-INSERT INTO international VALUES (816,'WebGUI',10,'Status',1046859991,NULL);
-INSERT INTO international VALUES (815,'WebGUI',10,'Filen du forsøgte at uploade er større end maksimalgrænsen.',1046859979,NULL);
-INSERT INTO international VALUES (813,'WebGUI',10,'Grupper i denne gruppe',1046859924,NULL);
-INSERT INTO international VALUES (812,'WebGUI',10,'Din besked er blevet sendt.',1046859910,NULL);
-INSERT INTO international VALUES (811,'WebGUI',10,'Fra',1046859893,NULL);
-INSERT INTO international VALUES (810,'WebGUI',10,'send',1046859882,NULL);
-INSERT INTO international VALUES (809,'WebGUI',10,'Email gruppe',1046859870,NULL);
-INSERT INTO international VALUES (808,'WebGUI',10,'Email denne gruppe.',1046859854,NULL);
-INSERT INTO international VALUES (807,'WebGUI',10,'Håndter grupperne i denne gruppe',1046859817,NULL);
-INSERT INTO international VALUES (806,'WebGUI',10,'Slet denne gruppe.',1046859792,NULL);
-INSERT INTO international VALUES (802,'WebGUI',10,'I øjeblikket sporer WebGUI ikke side statistik.\r\nDu kan slå denne funktion til i indstillinger.',1046859675,NULL);
-INSERT INTO international VALUES (801,'WebGUI',10,'Wobjects interaktioner',1046859616,NULL);
-INSERT INTO international VALUES (800,'WebGUI',10,'Unikke besøgende',1046859596,NULL);
-INSERT INTO international VALUES (799,'WebGUI',10,'Side visninger',1046859575,NULL);
-INSERT INTO international VALUES (798,'WebGUI',10,'Side titel',1046859561,NULL);
-INSERT INTO international VALUES (797,'WebGUI',10,'Vis trafik statistik',1046859522,NULL);
-INSERT INTO international VALUES (796,'WebGUI',10,'Vis side statistik',1046859503,NULL);
-INSERT INTO international VALUES (794,'WebGUI',10,'Pakker',1046859152,NULL);
-INSERT INTO international VALUES (793,'WebGUI',10,'antal brochurer',1046859139,NULL);
-INSERT INTO international VALUES (792,'WebGUI',10,'Skabeloner',1046859004,NULL);
-INSERT INTO international VALUES (791,'WebGUI',10,'Slet denne oversættelse',1046858989,NULL);
-INSERT INTO international VALUES (790,'WebGUI/Profile',10,'Slet denne profil kategori.',1046858965,NULL);
-INSERT INTO international VALUES (789,'WebGUI/Profile',10,'Rediger denne profil kategori',1046858943,NULL);
-INSERT INTO international VALUES (788,'WebGUI/Profile',10,'Slet dette profil felt.',1046858922,NULL);
-INSERT INTO international VALUES (787,'WebGUI/Profile',10,'Rediger dette profil felt.',1046858906,NULL);
-INSERT INTO international VALUES (786,'WebGUI',10,'WebGUI\'s brochure system giver dig muligehed for at uploade filer og tekster til centralt sted, så de kan bruges alle andre steder på dit site.',1046858887,NULL);
-INSERT INTO international VALUES (785,'WebGUI',10,'Brochure, administrer',1046858814,NULL);
-INSERT INTO international VALUES (784,'WebGUI',10,'miniature',1046858782,NULL);
-INSERT INTO international VALUES (783,'WebGUI',10,'type',1046858762,NULL);
-INSERT INTO international VALUES (782,'WebGUI',10,'enhver',1046858750,NULL);
-INSERT INTO international VALUES (781,'WebGUI',10,'brudstykke',1046858732,NULL);
-INSERT INTO international VALUES (780,'WebGUI',10,'Fil',1046858718,NULL);
-INSERT INTO international VALUES (779,'WebGUI',10,'Billed',1046858705,NULL);
-INSERT INTO international VALUES (778,'WebGUI',10,'Mappe beskrivelse',1046858692,NULL);
-INSERT INTO international VALUES (777,'WebGUI',10,'Mappe Id',1046858674,NULL);
-INSERT INTO international VALUES (776,'WebGUI',10,'Rediger mappe',1046858661,NULL);
-INSERT INTO international VALUES (775,'WebGUI',10,'Er du sikker på du vil slette denne mappe og flytte indholdet et niveau op?',1046858645,NULL);
-INSERT INTO international VALUES (774,'WebGUI',10,'Er du sikker på du vil slette denne brochure? den kan ikke genskabes når den først er slettet.',1046858610,NULL);
-INSERT INTO international VALUES (773,'WebGUI',10,'fil',1046858440,NULL);
-INSERT INTO international VALUES (772,'WebGUI',10,'Rediger fil',1046858401,NULL);
-INSERT INTO international VALUES (771,'WebGUI',10,'brudstykke',1046858382,NULL);
-INSERT INTO international VALUES (770,'WebGUI',10,'Rediger brudstykke',1046858367,NULL);
-INSERT INTO international VALUES (769,'WebGUI',10,'Organiser i mappe',1046858339,NULL);
-INSERT INTO international VALUES (768,'WebGUI',10,'Navn',1046858278,NULL);
-INSERT INTO international VALUES (767,'WebGUI',10,'Brochure Id',1046858261,NULL);
-INSERT INTO international VALUES (766,'WebGUI',10,'Tilbage til brochure liste.',1046858193,NULL);
-INSERT INTO international VALUES (765,'WebGUI',10,'Slet denne brochure enhed.',1046858160,NULL);
-INSERT INTO international VALUES (764,'WebGUI',10,'Rediger denne brochure ',1046857909,NULL);
-INSERT INTO international VALUES (763,'WebGUI',10,'Tilføj brudstykke.',1046857690,NULL);
-INSERT INTO international VALUES (887,'WebGUI',10,'Midas (kræver Mozilla 1.3+)',1046854040,NULL);
-INSERT INTO international VALUES (762,'WebGUI',10,'Tilføj en fil.',1046853777,NULL);
-INSERT INTO international VALUES (761,'WebGUI',10,'Tilføj et billed.',1046853763,NULL);
-INSERT INTO international VALUES (760,'WebGUI',10,'Slet denne mappe.',1046853740,NULL);
-INSERT INTO international VALUES (759,'WebGUI',10,'Redigér denne mappe.',1046853725,NULL);
-INSERT INTO international VALUES (888,'WebGUI',10,'Længde på snippet preview',1046853636,NULL);
-INSERT INTO international VALUES (886,'WebGUI',10,'Skjul fra navigation?',1046853586,NULL);
-INSERT INTO international VALUES (885,'WebGUI',10,'Tillad brugere selv at deaktivere deres konto?',1046853568,NULL);
-INSERT INTO international VALUES (884,'WebGUI',10,'i nyt vindue',1046853539,NULL);
-INSERT INTO international VALUES (883,'WebGUI',10,'Integreret (når muligt)',1046853525,NULL);
-INSERT INTO international VALUES (882,'WebGUI',10,'Editor tilstand',1046853498,NULL);
-INSERT INTO international VALUES (881,'WebGUI',10,'Ingen',1046853481,NULL);
-INSERT INTO international VALUES (880,'WebGUI',10,'Last Resort Editor',1046853470,NULL);
-INSERT INTO international VALUES (879,'WebGUI',10,'Klassisk editor (kræver Internet Explorer 5+)',1046853436,NULL);
-INSERT INTO international VALUES (875,'WebGUI',10,'Der er en ny meddeleses til en af de tråde du abbonerer på.',1046852941,NULL);
-INSERT INTO international VALUES (874,'WebGUI',10,'Afmeld abonnement på tråd',1046852896,NULL);
-INSERT INTO international VALUES (873,'WebGUI',10,'Abonér på tråd',1046852864,NULL);
-INSERT INTO international VALUES (872,'WebGUI',10,'Hvem kan se?',1046852848,NULL);
-INSERT INTO international VALUES (871,'WebGUI',10,'Hvem kan redigere?',1046852831,NULL);
-INSERT INTO international VALUES (870,'WebGUI',10,'Velkommen',1046852746,NULL);
-INSERT INTO international VALUES (869,'WebGUI',10,'Velkomst besked',1046852732,NULL);
-INSERT INTO international VALUES (868,'WebGUI',10,'Send velkomst besked',1046852720,NULL);
-INSERT INTO international VALUES (867,'WebGUI',10,'Tab af rettighed',1046852703,NULL);
-INSERT INTO international VALUES (866,'WebGUI',10,'Notificeringsbesked ved udløb',1046852533,NULL);
-INSERT INTO international VALUES (865,'WebGUI',10,'Notificer bruger om udløb?',1046852379,NULL);
-INSERT INTO international VALUES (864,'WebGUI',10,'Lad notificeringsforskel udløbe',1046852350,NULL);
-INSERT INTO international VALUES (863,'WebGUI',10,'Slet offset',1046851935,NULL);
-INSERT INTO international VALUES (862,'WebGUI',10,'Denne brugers profil er ikke offentliggjort',1046851901,NULL);
-INSERT INTO international VALUES (4,'Survey',10,'Undersøgelser lader dig indsamle informationer fra brugerne. I WebGUI\'s tilfælde kan du også bruge systemet til at teste dine brugers viden.\r\n\r\n
\r\n
\r\ntilfældig rækkefølge viser spørgsmålene i tilfældig rækkefølge.
\r\nRespons styret viser spørgsmålene i en rækkefølge der afhænger af svarene fra brugerne.\r\n\r\n
\r\n
\r\n
\r\n
Ordine Domande
\r\nL\'ordine in cui le domande saranno poste. Sequenziale visualizza le domande\r\nnell\'ordine in cui le hai create. Random displays visualizza le domande in\r\nordine casuale. Secondo i Responsi visualizza le domande in un ordine basato\r\nsulle risposte degli utenti.\r\n
Modalità
\r\nDi default la Survey è in modalità Ricerca (survey). Questo consente di porre\r\ndomande agli utenti. L\'atra modalità è il Quiz, puoi inserire un test con\r\nauto-correzione.\r\n\r\n\r\n
Risposte anonime?
\r\nSelezione se la survey registrerà e mostrerà le informazioni che possano identificare un utente e le sue risposte.\r\nSe lasciato al valore di default \"NO\" la survey registrerà l\' IP address dell\'utente come la User ID e la Username se è loggato. Queste info saranno quindi disponibili nel survey reports. Se settato su \"SI\", questi campi conterranno dati che non consentiranno di tracciare gli utenti. \r\n\r\n\r\n\r\n
Chi può partecipare alla Survey?
\r\nQuali utenti possono prendere parte alla survey?\r\n
Chi può visualizzare i reports?
\r\nChi può visualizzare i risultati della survey?\r\n
Prossima azione?
\r\nSe lasci settato come visualizzato di default, potrai aggiungere una domanda\r\nsubito dopo aver aggiunto la survey.
title
\nIl titolo per questo wobject.\n
displayTitle
\nUna variabile condizionale per decidere se il titolo deve essere o no\nvisualizzato.\n
description
\nLa descrizione di questo wobject.\n
wobjectId
\nl\'identificatore univoco che WebGUI usa per controllare questo wobject.\n
isShortcut
\nUna varabile che indica se il wobject è un shortcut (scorciatoia) verso un wobject originale.\n
originalURL\n
\nSe questo wobject è un shortcut, allora questo URL ti dirigerà verso il wobject originale.\n\n
\n\nBeneficio
\nPuoi inserire un nuovo beneficio, selezionarne uno da quelli già inseriti.\n
\n\nAggiungi un\'altro beneficio?
\nSe vuoi aggiungere un\'altro beneficio, seleziona \"Si\".\n
\n',1046633484,NULL); -INSERT INTO international VALUES (840,'WebGUI',8,'Queste macro sono fatte per funzionalità di programmazione. \r\n
^D; or ^D(); - Data
\r\nLa data e l\'ora corrente.\r\n
Puoi configurare il formato della data usando simboli di formattazione della\r\ndata. per esempio, se crei una macro così: ^D("%D %c, %y");\r\nstamperà 16 Aprile, 2001. I seguenti sono i simboli disponibili per\r\nformattare la data:\r\n
| %% | \r\n% | \r\n
| %y | \r\nAnno a 4 cifre | \r\n
| %Y | \r\nAnno a 2 cifre | \r\n
| %m | \r\nMese a 2 cifre | \r\n
| %M | \r\nMese a cifra variabile | \r\n
| %c | \r\nNome del mese | \r\n
| %d | \r\nGiorno del mese a 2 cifre | \r\n
| %D | \r\nGiorno del mese a cifra variabile | \r\n
| %w | \r\nNome del giorno della settimana | \r\n
| %h | \r\nora a 2 cifre base 12 ore | \r\n
| %H | \r\nora a cifra variabile base 12 ore | \r\n
| %j | \r\nora a 2 cifre base 24 ore | \r\n
| %J | \r\nora a cifra variabile base 24 ore | \r\n
| %p | \r\nam/pm in minuscolo | \r\n
| %P | \r\nAM/PM in maiuscolo | \r\n
| %z | \r\nformato data preferito dell\'utente | \r\n
| %z | \r\nformato ora preferito dall\'utente | \r\n
^Env()
\r\nPuò essere usata per visualizzare variabili di ambiente del web server in una\r\npagina.\r\n
Deve essere usata così: ^Env("REMOTE_ADDR");
\r\n^Execute();
\r\nConsente all\'amministratore o al content manager di eseguire un programma\r\nesterno. Nel formato ^Execute("/questo/file.sh");.\r\n
^FormParam();
\r\nQuesta macro è principalmente usata per generare query dinamiche negli SQL\r\nReport. Usando questa macro puoi prendere il valore di qualsiasi form\r\nsemplicemente specificando il nome del campo, in questo modo: ^FormParam("numerotelefonico");\r\n
^If();
\r\nUna semplice variabile condizionale (IF/THEN/ELSE) per controllare\r\nvisualizzazioni e messaggi.\r\n
Esempi:
\r\nVisualizza Felice anno nuovo il 1° gennaio: ^If(\'^D("%m%d");\' eq\r\n\'0101\' , Felice anno nuovo);\r\n
Visualizza un messaggio alle persone della tua rete (192.168.1.*):
\r\n^If(\'^Env("REMOTE_ADDR");\' =~ /^192.168.1/,"Ciao collega","Ciao\r\nospite");\r\n
Visualizza un messaggio agli utenti Windows:
\r\n^If(\'^Env("HTTP_USER_AGENT");\' =~ /windows/i,"Hey... Linux è\r\nlibero !");\r\n
Visualizza un messaggio se un utente è dietro a un proxy:
\r\n^If(\'^Env("HTTP_VIA");\' ne "", Sei dietro a un proxy !,\r\nProxy-free è il meglio...);\r\n
Visualizza Buon giorno /buon pomeriggio / buona sera:
\r\n^If(^D("%J");<=12,Buon giorno,^If(^D("%J");<=18,buon\r\npomeriggio,buona sera););
\r\n
^Include();
\r\nConsente ai content manager o agli amministratori di includere un file dal\r\ndisco. Nel formato ^Include("/questo/file.html");\r\n
^International();
\r\nInserisce un messaggio tradotto dall\' internationalization system.\r\n
Esempio: ^International(45,"Article");\r\n
^Quote();
\r\nUsa questa macro per proteggere una stringa prima di usarla in una query al database.\r\n
^Page();
\r\nQuesta può essere usata per recuperare informazioni sulla pagina corrente; Per\r\nesempio può essere usata per ottenere la URL della pagina così: ^Page("TitoloUrlizzato");\r\noppure per ottenere il titolo del menu così: ^Page("TitoloMenu");.\r\n
^SQL();
\r\nun SQL report di una linea. A volte hai bisogno solamente di tirar fuori\r\nqualcosa dal database velocemente. Questa macro è utile anche per estendere il\r\nwobject SQL report. Usa le macro numeriche (^0; ^1; ^2; etc) per posizionare i\r\ndati e usa anche la macro ^rownum; proprio come il wobject SQL report. Esempi:\r\n
^SQL("select count(*) from users","Ci sono ^0; utenti in\r\nquesto sistema.");\r\n
^SQL("select userId,username from users order by username","<a\r\nhref=\'^/;?op=viewProfile&uid=^0;\'>^1;</a><br>");
\r\nURLEncode();
\r\nQuesta macro è utile soprattutto negli SQL reports, ma può essere usata\r\novunque. Prende una stringa e la codifica in modo che possa essere passata\r\nattraverso un URL. La sintassi è simile a questa: ^URLEncode("Questa è\r\nuna stringa?");\r\n
^User();
\r\nQuesta macro ti permette di visualizzare qualsiasi informazione dall\' account o\r\ndal profilo utente. Per esempio, se vuoi visualizzare l\'email dell\'utente if you\r\ndevi creare questa macro: ^User("email");\r\n
^*; or ^*(); - Numero casuale
\r\nUn numero generato casualmente. Questo é spesso usato sulle immagini (come\r\nbanner e ad) per assicurarsi che le immagini non vengano tenute in cache. In più,\r\npuoi configurare questa macro così: ^*(100); per creare un numero\r\ncasuale tra 0 e 100.\r\n
^-;,^0;,^1;,^2;,^3;, etc.
\r\nQueste macro sono riservate per funzione specifiche relative ai widgets come nel\r\nSQL report.
\n\nCi sono vari gruppi predefiniti. Eccoli:\n
\n\nAdmins
\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.\n
\n\nContent Managers
\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.\n
\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.
\nRegistered Users
\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.\n
\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.
\nVisitors
\nI Visitors sono utenti che non si sono loggati nel sistema usando un account. ',1046633143,NULL);
-INSERT INTO international VALUES (612,'WebGUI',8,'Non c\'è quasi mai l\'esigenza di cancellare un utente. Se vuoi inibire un utente, cambiagli semplicemente la password. Se vuoi veramente cancellare un utente, tieni a mente che ci sono delle conseguenze. Se cancelli un utente, tutto il contenuto che ha aggiunto mediante i wobjects (come i forum o i contributi degli utenti) rimarrà sul sito. D\'altro canto, se altri utenti provano a visitare il profilo dell\'utente cancellato riceveranno un messaggio d\'errore. Anche se l\'utente è di nuovo benvenuto sul sito, non c\'è modo di ridargli l\'accesso ai propri vecchi contenuti, eccetto che modificando manualmente l\'utente nella tabella users del database.\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.\n\n.',1046633062,NULL); -INSERT INTO international VALUES (608,'WebGUI',8,'Cancellare una pagina può creare un grande danno se sei insicuro di quello che stai facendo. Quando cancelli una pagina cancelli anche tutto il suo contenuto (articoli, wobject, et..), tutte le sotto-pagine connesse a questa, e tutto il loro contenuto. Sii sicuro di aver già mosso tutto il contenuto che vuoi conservare prima di cancellare una pagina.\n
\nCome con ogni operazione di cancellazione, sei chiamato a rispondere ad una conferma per procedere con la cancellazione. Se rispondi di sì, la cancellazione procederà e non ci sarà possibilità di recuperare i dati. Se rispondi di no sarai riportato alla schermata precedente.',1046633024,NULL); -INSERT INTO international VALUES (606,'WebGUI',8,'Pensa alle pagine come a contenitori per i contenuti. Per esempio, se vuoi scrivere una lettera all\'editore del tuo settimanale preferito prendi un foglio (o apri un word processor) e cominci a riempirlo dei tuoi pensieri. Lo stesso vale per il C.M.S.. Crea una pagina, quindi aggiungi i tuoi contenuti alla pagina.\n
\nTitolo
\nIl titolo della pagina è quello che gli utenti useranno per navigare attraverso il tuo sito. I titoli dovrebbero essere descrittivi, ma non molto lunghi.\n
\nTitolo nel Menu
\nUn titolo più breve o diverso che compare nel menù di navigazione. Se non\nviene inserito sarò usato il Titolo .\n
\nURL della pagina
\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\nqui.\n
Redireziona URL
\nQuando questa pagina viene visitata l\'utente viene reindirizzato all\'indirizzo\nqui specificato.\n
NOTA: le redirezioni sono disabilitate qunado si è in modalità admin,\nper consentire una più agevole modifica delle pagine.
\nNascondi dalla navigazione
\nSeleziona Si per nascondere dal menù di navigazione.
NOTA:
\nla pagina sarà non sarà nascosta nella mappa del sito e nell\'albero di\nnavigazione, solo nel menù.
Apri in una nuova finestra?
\nSeleziona Si per aprire la pagina in una nuova finestra. Spesso è usata assieme\nal parametro Redireziona URL.\n
Lingua
\nSeleziona il linguaggio di default per questa pagina. Tutti i messaggi di WebGUI\nsaranno generati nel linguaggio selezionato.\n
Cache Timeout
\nLa quantità di tempo che questa pagina rimarrà in cache per i registered\nusers.\n
Cache Timeout (Visitors)
\nLa quantità di tempo che questa pagina rimarrà in cache per i visitors.\n
NOTA: il Page caching è disponibile solo se il tuo amministratore ha\ninstallato il modulo Perl Cache::FileCache. Usando il page caching puoi\nmigliorare la performance del sito del 1000%.
\n\nTemplate
\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
\nUna breve descrizione della pagina, si usa per fornire contenuti per i meta tags\ne per la mappa del sito.\n\n
\nMeta Tags
\nI Meta tags sono usati da alcuni motori di ricerca per associare delle parole chiave ad una particolare pagina. Puoi usare\nWebopen Meta Tag Builder che ti aiuterà a costruire dei meta tags se non l\'hai mai fatto prima.\n
\nUtenti Avanzati: Se avete altre cose (come JavaScript) che normalmente mettereste nel tag\npotete metterle qui.\n
\nUsa i meta tags di default?
\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\nC.M.S..\n
\nStile
\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.\n
\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.\n
\nData di inizio
\nIn che data vuoi che questa pagina appaia sul sito? Le date sono nel formato\namericano MM/GG/AAAA. Puoi usare un wizard JavaScript per selezionare la data da\nun calendario cliccando su imposta la data.
\n
\nData di fine
\nIn che data vuoi che questa pagina venga oscurato dal sito? Dopo tale data solo\ni content manager potranno visualizzare la pagina.\n
\nPropietario
\nIl proprietario di una pagina è solitamente chi l\'ha creata. Questo utente ha i\nprivilegi per modificare e vedere la pagina\n
\nNota: Il proprietario può essere cambiato solo da un amministratore.
Chi può visualizzare?
\nSeleziona il gruppo che può visualizzare la pagina. Se vuoi che possa essere\nvisualizzata sia dai visitatori che dagli utenti registrati, seleziona il\ngruppo "Everybody"\n
\nChi può modificare?
\nSeleziona il gruppo che può modificare la pagina.\n
\nPuoi scegliere come opzione di dare questi privilegi a tutte le pagine sotto questa.
Prossima\nAzione?
\nSe lasci l\'opzione al valore di default sarai rediretto alla nuova pagina appena\ncreata.\n',1056805592,NULL);
-INSERT INTO international VALUES (7,'PhotoGallery',8,'Anteprime per riga',1034022186,NULL);
-INSERT INTO international VALUES (71,'Poll',8,'I sondaggi possono essere usati per testare i gusti dei tuoi utenti su vari argomenti.\n
\n\nAttivo
\nSe questo box é selezionato gli utenti potranno votare. Altrimenti saranno in grado solo di visualizzare i risultati del sondaggio.\n
\nChi può votare?
\nScegli un gruppo che può votare in questo sondaggio.\n
\n
Karma Per Voto
\nQuanto karma deve essere assegnato all\'utente quando vota?
Randomizza le risposte
\nPer essere certi che l\'ordine delle risposte non influenzi gli utenti è spesso utile prensentarle in ordine casuale ogni volta che vengono mostrate. Seleziona SI per abilitare l\'opzione
Mese di inzio
\r\nScegli il mese di inizio per il calendario. Se selezioni "Corrente" il\r\ncalendario partirà sempre dal mese corrente, percui ogni mese cambierà. Se\r\nselezioni "Primo nel Calendario" partirà con la prima data\r\ndisponibile nel calendario.
\r\n
\r\nMese di fine
\r\nScegli il mese di fine per il calendario. Se selezioni "Mostra X mesi\r\ndall\'inizio", solo X mesi di informazioni saranno mostrate. Se selezioni\r\n"corrente" il calendario finirà nel mese in cui sei. Se selezioni\r\n"ultimo nel calendario" allora terminerà alla data dell\'ultimo\r\ninserimento nel calendario.
\r\n
\r\nDefault Month
\r\nSeleziona con quale mese il calendario dovrà partire quando un visitatore entra\r\nnella pagina che lo contiene.
\r\n\r\nE\' master?
\r\nSe settato su si allora questo calendario visualizzerà gli eventi di tutti i calendari del sistema.
\r\n\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',1068899822,NULL);
-INSERT INTO international VALUES (73,'Article',8,'Queste sono le variabili di template disponibili per i template articolo.\n
new.template
\nGli articoli hanno la possibilità di cambiare il proprio template di\nvisualizzazione, in modo che tu possa consentire agli utenti di vederlo con\nvisualizzazioni diverse. Puoi fare questo creando un con un URL come questo (sostituisci\n999 con il template Id che vuoi usare):\n
<a href="<tmpl_var new.template>999">leggi di più...</a>\n
description.full
\nLa descrizione (testo) completa senza nessuna impaginazione.\n
description.first.100words
\nLe prime 100 parole della descrizione. Le parole sono definite come caratteri separati da\nspazi vuoti, quindi le entità HTML e i tags si considerano come parole.\n
description.first.75words
\nLe prime 75 parole della descrizione. Le parole sono definite come caratteri separati da\nspazi vuoti, quindi le entità HTML e i tags si considerano come parole.\n
description.first.50words
\nLe prime 50 parole della descrizione. Le parole sono definite come caratteri separati da\nspazi vuoti, quindi le entità HTML e i tags si considerano come parole.\n
description.first.25words
\nLe prime 25 parole della descrizione. Le parole sono definite come caratteri separati da\nspazi vuoti, quindi le entità HTML e i tags si considerano come parole.\n
description.first.10words
\nLe prime 10 parole della descrizione. Le parole sono definite come caratteri separati da\nspazi vuoti, quindi le entità HTML e i tags si considerano come parole.\n
description.first.paragraph
\nIl primo paragrafo della descrizione. Il primo paragrafo è determinato dal\nprimo "a capo" trovato nel testo.\n
description.first.2paragraphs
\nI primi 2 paragrafi della descrizione. Un paragrafo è determinato contando gli\n"a capo" trovati nel testo.\n
description.first.sentence
\nLa prima frase nella descrizione. Una frase è determinata contando i periodi\ntrovati nel testo.\n
description.first.2sentences
\nLe prime 2 frasi nella descrizione. Una frase è determinata contando i periodi\ntrovati nel testo.\n
description.first.3sentences
\nLe prime 3 frasi nella descrizione. Una frase è determinata contando i periodi\ntrovati nel testo.\n
description.first.4sentences
\nLe prime 4 frasi nella descrizione. Una frase è determinata contando i periodi\ntrovati nel testo.
attachment.box
\nVisualizza un box per allegato standard di WebGUI che include icona, nome file e\nindicatore allegato.\n
attachment.icon
\nLa URL all\'icona per questo tipo di allegato.\n
attachment.name
\nIl nome del file per questo allegato.\n
attachment.url
\nLa URL per scaricare questo allegato.\n
image.thumbnail
\nLa URL al thumbnail per l\'immagine allegata.\n
image.url
\nLa URL per l\'immagine allegata.\n
post.label
\nL\'etichetta tradotta per aggiungere un commento a questo articolo.\n
post.URL
\nLa URL per aggiungere un commento a questo articolo.\n
replies.count
\nil numero di commenti allegati a questo articolo.\n
replies.label
\nL\'etichetta tradotta che indica che tu puoi vedere le risposte.\n
replies.url
\nLa URL per visualizzare le risposte a questo articolo.
firstPage
\nUn Link alla prima pagina dell\'impaginazione.\n
lastPage
\nUn Link all\'ultima pagina dell\'impaginazione.\n
nextPage
\nUn Link alla prossima pagina dell\'impaginazione.\n
previousPage
\nUn Link alla precedente pagina dell\'impaginazione.\n
pageList
\nUn Link all\'ultima pagina dell\'impaginazione\n
multiplePages
\nUna variabile che indica dove esiste più di una pagina nell\'impaginazione.\n
isFirstPage
\nUna variabile che indica se il visitatore sta vedendo la prima pagina.\n
isLastPage
\nUna variabile che indica se il visitatore sta vedendo l\'ultima pagina.
\r\n\r\ntitle
\r\nThe default title of the report.\r\n
\r\n\r\nquestion.count
\r\nThe number of questions in the survey.\r\n
\r\n\r\nresponse.user.label
\r\nThe default label for response.user.name.\r\n
\r\n\r\nresponse.count.label
\r\nThe default label for response.count.correct.\r\n
\r\n\r\nresponse.percent.label
\r\nThe default label for response.percent.\r\n
\r\n\r\nresponse_loop
\r\nA loop containing a list of responses.\r\n
\r\n\r\n
\r\n\r\nresponse.url',1078513217,NULL); -INSERT INTO international VALUES (71,'Article',8,'Gli Articoli sono il coltellino svizzero del C.M.S. . La maggior parte dei contenuti statici possono essere aggiunte mediante il wobject articolo.\r\n
\r\nThe URL to view this response.\r\n\r\n\r\nresponse.user.name
\r\nThe username of the user that gave this response.\r\n\r\n\r\nresponse.count.correct
\r\nThe total number of questions that this user got correct.\r\n\r\n\r\nresponse.percent
\r\nThe percentage of correct questions.\r\n\r\n\r\n\r\n\r\n\r\n
Consenti discussioni?
\r\nSelezionando questo box abiliterai la possibilità di inviare commenti\r\nall\'articolo.\r\n
Filtra i Messaggi
\r\nSeleziona il livello di filtraggio di contenuto da eseguire sui messaggi della discussione.\r\n',1068900404,NULL);
-INSERT INTO international VALUES (1062,'WebGUI',8,'Template di notifica del forum',1068900264,NULL);
-INSERT INTO international VALUES (1063,'WebGUI',8,'Queste sono le variabili disponibili nel template di notifica del forum.\r\n
notify.subscription.message
\r\nun messaggio che attesta che l\'utente sta ricevendo il messaggio perchè\r\nha sottoscritto il forum o il thread.\r\n
NOTA: Il template di notifica include anche tutte le variabili\r\ndel post template.
\r\n',1068900226,NULL); -INSERT INTO international VALUES (1064,'WebGUI',8,'Invia un messaggio',1068899992,NULL); -INSERT INTO international VALUES (1060,'WebGUI',8,'Forum Thread Template',1068899948,NULL); -INSERT INTO international VALUES (1058,'WebGUI',8,'Forum Post Template',1068899910,NULL); -INSERT INTO international VALUES (1065,'WebGUI',8,'Forum Post Form Template',1068899016,NULL); -INSERT INTO international VALUES (1067,'WebGUI',8,'Template cerca del forum',1068898989,NULL); -INSERT INTO international VALUES (1069,'WebGUI',8,'Host da usare',1068898946,NULL); -INSERT INTO international VALUES (1070,'WebGUI',8,'Config Sitename',1068898923,NULL); -INSERT INTO international VALUES (1071,'WebGUI',8,'Env HTTP Host',1068898901,NULL); -INSERT INTO international VALUES (1056,'WebGUI',8,'Forum Template',1068898872,NULL); -INSERT INTO international VALUES (1054,'WebGUI',8,'proprità Forum (discussione)',1068898838,NULL); -INSERT INTO international VALUES (1053,'WebGUI',8,'Gestisci Sostituzioni',1068898803,NULL); -INSERT INTO international VALUES (63,'Product',8,'La lista delle specifiche associate a questo prodotto.\n\n specification.controls\n
\n I controlli di gestione di WebGUI per questa specifica.\nspecification.specification
\n Il testo stesso della specifica.\nspecification.units
\n L\'unità di misura per questa specifica. ex: metri\nspecification.label
\n L\'etichetta per questa specifica. ex: altezza\n\n
addaccessory.url
\nLa URL per aggiungere un accessorio a questo prodotto.\n
addaccessory.label
\nL\'etichetta tradotta per il link per aggiungere un accessorio.\n
accessory_loop
\nQuesto ciclo contiene tutti gli accessori associati a questo prodotto.\n
\n accessory.url\n
\n La URL all\'accessorio linkato.\naccessory.title
\n Il titolo dell\'accessorio linkato.\naccessory.controls
\n I controlli di gestione di WebGUI per questo accessorio.\n\n
addRelatedProduct.url
\nla URL per aggiungere un prodotto correlato a questo prodotto.\n
addRelatedProduct.label
\nL\'etichetta tradotta per il link per aggiungere un prodotto correlato .\n
relatedproduct.url
\nLa URL al prodotto linkato.\n
relatedproduct.title
\nIl titolo del prodotto linkato.\n
relatedproduct.controls
\nI controlli di gestione di WebGUI per questo prodotto correlato.
Esegui su Registrazione
\nSe qui inserisci una linea di comando, sarà eseguita ogni volta che un utente\nsi registra.
Abilita Karma?
\nVuoi abilitare la funzione Karma?
Karma per Login
\nLa quantità di Karma che viene accreditato ad ogni utente quando effettua\nil login. Ha effetto solo se il karma è abilitato.
\n\n\nSession Timeout
\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.
\n\nConsenti agli utenti di disattivare i propri account?
\nConsenti ai tuoi utenti di disattivare i propri account senza un tuo intervento?
\n
\nMetodo di autenticazione (default)
\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.\n
\nNota: I settaggi di autenticazione possono essere personalizzati utente per utente.\n
NOTA: In aggiunta al tuo messaggio saranno incluse anche le\ninformazioni sull\'account.
Messaggio di Benvenuto
\nScrivi il messaggio che vuoi che venga inviato all\'utente quando si registra.
Recupera\nPassword - Messaggio
\nScrivi il messaggio che vuoi che venga inviato agli utenti se cercano di\nrecuperare la loro password di WebGUI .
\n\n \n\n
LDAP Identity
\nLa LDAP è l\'identificatore unico nel LDAP server con cui l\'utente sarà\nidentificato. Spesso questo campo è un shortname, che prende la forma\ndella iniziale del nome + il cognome. Esempio: mrossi. Per questo se\nspecifichi la LDAP identity per essere un shortname allora Mario\nRossi dovrà inserire mrossi durante il processo di\nregistrazione.
\n
\nLDAP Identity Name
\nL\'etichetta utilizzata per descrivere LDAP Identity all\'utente. Per esempio,\nalcune aziende usano un LDAP server per autenticare i loro utenti con proxy\nserver. Nella documentazione fornita ai propri utenti, la LDAP identity è\nconosciuta come la loro Web Username. Quindi per coerenza puoi inserire\nquesta etichetta.
\n
\nLDAP Password Name
\nCome per LDAP Identity Name è una etichetta , così lo è la LDAP Password\nName. Usa questa etichetta secondo gli stessi principi della LDAP Identity Name.
\n\nCome per ogni operazione di cancellazione, sei chiamato a rispondere ad una conferma per procedere con la cancellazione. Se rispondi di sì, la cancellazione procederà e non ci sarà possibilità di recuperare i dati. Se rispondi di no sarai riportato alla schermata precedente.',1046625755,NULL); -INSERT INTO international VALUES (622,'WebGUI',8,'
Vedi Gestisci Gruppi per una descrizione delle funzioni dei gruppi e dei\r\ngruppi di default
\r\nNome gruppo
\r\nUn nome per il gruppo. il meglio è un nome descrittivo così sai di che gruppo\r\nsi tratta.\r\n
Descrizione
\r\nUna descrizione del gruppo che consenta agli altri admins e content managers di\r\ncapire di che gruppo si tratta e i propositi dello stesso.\r\n
Expire Offset
\r\nLa quantità di tempo in cui gli utenti apparterranno a questo gruppo prima di\r\n"scadere" o essere cancellati. E\' molto utile in un sito i cui utenti\r\nhanno dei privilegi solo per un periodo di tempo quantificato \r\n
NOTE: Questo può essere bypassato da una base per-utente.
\r\nAvverti 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
Scratch Filter
\r\nUn utente può essere dinamicamente indirizzato ad un gruppo tramite una\r\nvariabile scratch nella sessione. La variabile scratch può essere settata\r\nprogrammaticamente o via web. Per settare una variabile scratch via web\r\naggancia ciò che segue alla fine di oogni url:\r\n
?op=setScratch&scratchName=qualchenome&scratchValue=qualchevalore\r\n
Facendo questo, quando un utente clicca sul quel link avrà una variabile\r\nscratch aggiunta alla sua sessione con un nome di www_qualchenome e un\r\nvalore di "qualchevalore" . Il "www_" è predisposto per\r\nprevenire richieste web sovrascritte da variabili scratch settate\r\nprogrammaticamente.\r\n
Per settare uno scratch filter aggiungi una riga al campo scratch filter\r\nsimile a questa:\r\n
www_qualchenome=qualchevalore
\r\nCancellazione Offset
\r\nLa differenza di tempo in giorni tra la scadenza/esclusione e la cancellazione\r\ndefinitiva dal sistema. Puoi settarla sui ogni parametro che desideri. Per\r\nesempio settalo a "0" se vuoi che la cancellazione avvenga lo\r\nstesso giorno in cui il privilegio scade. Settalo a "-7" se vuoi che\r\nla cancellazione avvenga 7 giorni prima che il privilegio scada.\r\nSettalo a "7" se vuoi che la cancellazione avvenga 7 giorni dopo\r\nche il privilegio scada.\r\n
IP Address
\r\nSpecifica un IP address o un IP mask per l\'autenticazione. Se gli IP\r\naddress degli utenti corrispondono, saranno automaticamente inclusi nel gruppo.\r\nAn IP mask è semplicemente l\' IP address meno un octet (ottetto) o due. Puoi\r\nspecificare anche IP masks multiple separandoli da punto-e-virgola.\r\n
IP Mask Esempio: 10.;192.168.;101.42.200.142\r\n
Soglia del Karma
\r\nSe hai abilitato il Karma, allora puoi settare questo valore. La soglia del\r\nKarma è la quantità (valore) di karma che un utente deve possedere per\r\nessere considerato incluso nel gruppo.
Gli Utenti possono aggiungersi autonomamente?
\r\nDesideri consentire agli utenti di aggiungersi da soli a questo gruppo? Vedi la\r\nmacro GroupAdd per maggiori informazioni.\r\n
Gli Utenti possono cancellarsi autonomamente?
\r\nDesideri consentire agli utenti di cancellarsi da soli da questo gruppo? Vedi la\r\nmacro GroupDelete per maggiori informazioni.
Database Link
\r\nSe desideri validare questo gruppo tramite un database esterno, scegli il\r\ndatabase link da utilizzare.\r\n
SQL Query
\r\nMolte organizzazioni utilizzano un database esterno per mappare gli utenti ad un\r\ngruppo, per esempio un database potrebbe mappare Employee ID a un Health Care\r\nPlan. Per Autenticare gli utenti attraverso un db esterno è necessario creare\r\nuna dichiarazione SQL che ritorni 1 se un utente è nel gruppo.\r\n
Assicurati di iniziare la dichiarazione con "select 1". Puoi usare\r\ndelle macro in questa query per accedere ai dati del profilo utente, come l\'\r\nEmployee ID. Qui un esempio che verifica un utente attraverso un db fittizio.\r\nQuesto assume che tu abbia creato un campo addizionale nel profilo chiamato\r\nemployeeId.
\r\nselect 1 from employees, health_plans, empl_plan_map
\r\nwhere employees.employee_id = ^User("employeeId");
\r\nand health_plans.plan_name = \'HMO 1\'
\r\nand employees.employee_id = empl_plan_map.employee_id
\r\nand health_plans.health_plan_id = empl_plan_mp.health_plan_id
\r\n
\r\nQuesto gruppo potrebbe essere chiamato "Employees in HMO 1", e\r\npotrebbe consentirti di riservare l\'accesso ad ogni pagina o wobject solo\r\nagli utenti che fanno parte di questo health plan nel database esterno.
Per quanto tenere in Cache gli external groups?
\r\nGrandi siti utilizzando gruppi esterni possono fare molte chiamate a database\r\nesterni. Per aiutare a ridurre il carico di dati puoi selezionare per quanto\r\ntempo tenere in cache i risultati dei database esterni tramite il db di WebGUI.
canVote
\nUna condizione che indica se l\'utente ha i diritti per votare in questo\nsondaggio.
question
\nLa domanda del sondaggio.\n
form.start
\nL\'inizio del form per votare.\n
answer_loop
\nUn loop contenente le informazioni relative alle domande nel sondaggio.\n
\n
\n answer.form\nform.submit
\n Il radio button per questa risposta.\nanswer.text
\n Il testo della risposta.\nanswer.number
\n il numero di questa risposta. 1, 2, 3, etc.\nanswer.graphWidth
\n La larghezza che avrà il grafico per questa risposta. Basata su una\n percentuale della dimensione totale del grafico.\nanswer.percent
\n La percentuale di voti che questa risposta ha ottenuto.\nanswer.total
\n Il numero totale di voti che questa risposta ha ricevuto.\n\n
form.end
\nLa fine del form del sondaggio.\n
responses.label
\nL\'etichetta per il totale delle risposte. \"Totale Voti\"\n
responses.total
\nIl numero totale di voti che sono stati effettuati in questo sondaggio.
\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\");.\n
\n
Nota: \n^-;,^0;,^1;,^2;,^3;, etc.
\nQueste macro sono riservate per funzione specifiche relative ai widgets come nel SQL report e il corpo nel gestore degli stili.',1048071547,NULL);
-INSERT INTO international VALUES (623,'WebGUI',8,'Cascading Style Sheets (CSS) sono lo strumento migliore per gestire il look and feel di un web site. Sono largamente usati nel C.M.S.\n
\n\nQuella che segue è una lista di classi usate per gestire il look :\n
\n\nA
\nI links nello stile.\n
\n\nBODY
\nIl setup di default delle pagine nello stile.\n
\n\nH1
\nGli headers di ogni pagina.\n
\n\n.accountOptions
\nI links che appaiono in modalità login e account update forms.\n
\n\n.adminBar
\nLa barra che appare in alto quando sei amministratore del sito.\n
\n\n.content
\nLa principale area di contenuto in ogni pagina dello stile.\n
\n\n.formDescription
\nI tags su ogni forms prossimi agli elementi del form. \n
\n\n.formSubtext
\nI tags sotto alcuni elementi dei form.\n
\n\n.highlight
\nDenota un elemento in evidenza, come quale messaggio stai visualizzando in una lista.\n
\n\n.horizontalMenu
\nHorizontal menu (se stai usando una horizontal menu macro).\n
\n\n.pagination
\nIl link alla pagina precedente o successiva se stai usando il cambia pagina dopo....\n
\n\n.selectedMenuItem
\nUtilizza questa classe per evidenziare la pagina corrente in ognuno dei menu macro.\n
\n\n.tableData
\nI contenuti di elementi come forum e contributi dagli utenti.\n
\n\n.tableHeader
\nHead delle colonne di elementi come forum e contributi dagli utenti.\n
\n\n.tableMenu
\nIl menu di elementi come forum e contributi dagli utenti.\n
\n\n.verticalMenu
\nVertical menu (se stai utilizzando una vertical menu macro).\n
\n\nNote: Alcuni elementi e macro hanno il proprio stile univoco, che è documentato nello specifico file di help.\n\n',1046622652,NULL);
-INSERT INTO international VALUES (71,'USS',8,'I sistemi di contribuzione da parte degli utenti sono un ottimo modo di aggiungere un senso di community su ogni sito, e anche un modo di ottenere contenuti gratuitamente dagli utenti.\r\n
\r\nTemplate principale
\r\nselezione un layout per questo Sistema di Contributi degli Utenti
\r\nFiltra il contenuto
\r\nSeleziona il livello di filtraggio del contenuto che vuoi effettuare su tutti i messaggi.
\r\nTemplate di inserimento
\r\nselezione un layout per l\'interfaccia di sottomissione contributi
\r\nChi può approvare?
\r\nChe gruppo é abilitato ad approvare e rifiutare i contenuti?\r\n
\r\nChi può contribuire?
\r\nQuale gruppo é abilitato ad aggiungere contenuto?\r\n
\r\nContributi per pagina
\r\nQuanti contributi vuoi visualizzare per pagina nell\'indice dei contenuti?\r\n
\r\n\r\n\r\nOrdina per
\r\nIl campo secondo il quale saranno ordinati i contributi.
\r\n\r\nDirezione Ordinamento
\r\nLa direzione per ordinare i contributi (ascendente - discendente).
\r\n\r\n\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\n\r\n
Karma Per Post
\r\nQuanto karma deve essere assegnato all\'utente quando posta su questa\r\ndiscussione?
Consenti Discussioni?
\r\nDesideri allegare una discussione a questo sistema di contributi ? Se lo fai,\r\nogni utente potrà commentare ogni discussione.
forum.add.url
\r\nLa url che aggiungerà un forum a questa message board.\r\n
forum.add.label
\r\nL\'etichetta di default per forum.add.url.\r\n
title.label
\r\nL\'etichetta di default per la colonna titolo.\r\n
views.label
\r\nL\'etichetta di default per la colonna visto.\r\n
rating.label
\r\nL\'etichetta di default per la colonna ratings.\r\n
threads.label
\r\nL\'etichetta di default per la colonna threads.\r\n
replies.label
\r\nL\'etichetta di default per la colonna replies .\r\n
lastpost.label
\r\nL\'etichetta di default per la colonna ultimo post .\r\n
forum_loop
\r\nUn loop contenente i dati per ogni forum of the presenti in questa message\r\nboard.\r\n
\r\n
\r\n forum.controls\r\n
\r\n I controlli per modificare questo forum.\r\nforum.count
\r\n Un numero che mostra il conto dei forum attraverso il loop.\r\nforum.title
\r\n Il titolo di questo forum.\r\nforum.description
\r\n La descrizione (testo) di questo forum.\r\nforum.replies
\r\n Il numero di risposte ricevute da tutti i threads in questo forum.\r\nforum.rating
\r\n il voto medio di tutti i posts in questo forum.\r\nforum.views
\r\n Il numero totale di visualizzazioni di tutti i posts in questo forum..\r\nforum.threads
\r\n Il numero totale di threads in questo forum.\r\nforum.url
\r\n La url per visualizzare questo forum.\r\nforum.lastpost.url
\r\n La url per visualizzare l\'ultimo post in questo forum.\r\nforum.lastpost.date
\r\n La data leggibile dell\'ultimo post in questo forum.\r\nforum.lastpost.time
\r\n L\'ora leggibile dell\'ultimo post in questo forum.\r\nforum.lastpost.epoch
\r\n La data in formato epoch dell\'ultimo post in questo forum.\r\nforum.lastpost.subject
\r\n L\'oggetto dell\'ultimo post in questo forum.\r\nforum.lastpost.user.id
\r\n La userid dell\'ultimo utente che ha postato.\r\nforum.lastpost.user.name
\r\n La username dell\'ultimo utente che ha postato.\r\nforum.lastpost.user.profile
\r\n La url al profilo dell\'ultimo utente che ha postato.\r\nforum.lastpost.user.isVisitor
\r\n Una condizione che indica se l\'ultimo utente che ha postato era un visitatore.\r\n\r\n
default.listing
\r\nUn forum completo disegnato usando il forum template.\r\n
default.description
\r\nLa descrizione (testo) del default forum.\r\n
default.title
\r\nIl titolo del default forum.\r\n
default.controls
\r\nI controlli per il default forum.\r\n
areMultipleForums
\r\nUna condizione che indica se ci sono più di un forum.
readmore.label
\r\nL\'etichetta tradotta che indica che l\'utente può cliccare per "leggere di\r\npiù".\r\n
responses.label
\r\nL\'etichetta tradotta che indica che l\'utente può cliccare per visualizzare le\r\nrisposte a questo post.
canPost
\r\nUna condizione che indica se un utente può aggiungere un nuovo contributo.\r\n
post.url
\r\nLa URL per aggiungere un nuovo contributo.\r\n
post.label
\r\nL\'etichetta tradotta per il link da cui postare.\r\n
search.label
\r\nL\'etichetta tradotta per il link al search engine.\r\n
search.url
\r\nLa URL per settare on/off form di ricerca.\r\n
search.form
\r\nIl form di ricerca di WebGUI.\r\n
title.label
\r\nL\'etichetta tradotta per la colonna Titolo.\r\n
thumbnail.label
\r\nL\'etichetta tradotta per la colonna Thumbnail.\r\n
date.label
\r\nL\'etichetta tradotta per la colonna Data.\r\n
date.updated.label
\r\nL\'etichetta tradotta che indica in che data questo contributo è stato modificato. \r\n
by.label
\r\nL\'etichetta tradotta che indica da chi è stato inviato il contributo.\r\n
submissions_loop
\r\nUn ciclo che contiene ogni contributo.\r\n
\r\n submission.id\r\n
\r\n Un identificatore unico per questo contributo.\r\nsubmission.url
\r\n La URL per visualizzare questo contributo.\r\nsubmission.content
\r\n Il testo abbreviato del contenuto di questo contributo.\r\nsubmission.responses
\r\n Il numero di risposte a questo contributo.\r\nsubmission.title
\r\n Il titolo per questo contributo.\r\nsubmission.userId
\r\n La User Id dell\'utente che ha inviato questo contributo.\r\nsubmission.username
\r\n Il nome utente della persona che ha inviato questo contributo\r\nsubmission.status
\r\n Lo stato di questo contributo (approvato, pendente, rifiutato).\r\nsubmission.thumbnail
\r\n Il thumbnail dell\'imagine caricata con questo contributo (se esiste).\r\nsubmission.date
\r\n La data in cui è stato inviato il contributo.\r\nsubmission.date.updated
\r\nLa data leggibile che indica data e ora in cui questo contributo è stato modificato.\r\nsubmission.currentUser
\r\n Una condizione che indica se l\'utente attuale è lo stesso che ha inviato\r\n questo contributo.\r\nsubmission.userProfile
\r\n La URL al profilo dell\'utente che ha inviato questo contributo.\r\nsubmission.secondColumn
\r\n Una condizione che indica se questo contributo appartiene o no alla seconda\r\n colonna in un layout multi-colonna.\r\nsubmission.thirdColumn
\r\n Una condizione che indica contributo appartiene o no alla terza colonna\r\n in un layout multi-colonna.\r\nsubmission.fourthColumn
\r\n Una condizione che indica contributo appartiene o no alla quarta colonna\r\n in un layout multi-colonna.\r\nsubmission.fifthColumn
\r\n Una condizione che indica contributo appartiene o no alla quinta colonna in un\r\n layout multi-colonna.\r\n\r\n
firstPage
\r\nUn Link alla prima pagina dell\'impaginazione.\r\n
lastPage
\r\nUn Link all\'ultima pagina dell\'impaginazione.\r\n
nextPage
\r\nUn Link alla prossima pagina dell\'impaginazione.\r\n
previousPage
\r\nUn Link alla prossima pagina dell\'impaginazione.\r\n
pageList
\r\nUna lista di link a tutte le pagine dell\'impaginazione del calendario.\r\n
multiplePages
\r\nUna variabile che indica dove esiste più di una pagina nell\'impaginazione.
\n\nSecondo Nome
\nIl secondo nome dell\'utente.\n
\n\nCognome
\nIl cognome dell\'utente.\n
\n\nIndirizzo Email
\nIndirizzo email dell\' utente. Deve essere inserito se l\' utente vuole utilizzare le funzioni che richiedono l\' email.\n
\n\n\nLingua
\nQuale lingua deve essere usata dal sistema per mostrare messaggi e indici.\n
\n\nICQ UIN
\nICQ UIN è \" ID numero utente\" sul network ICQ. ICQ è una tra le più popolari piattaforme di instant messaging.\n\n\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.\n\n',1046619284,NULL);
-INSERT INTO international VALUES (618,'WebGUI',8,'\nSMTP Server
\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).
\n\nEmail footer
\nQuesto footer sarà processato per le macro e allegato ad ogni email inviata da questa istanza di WebGUI.\n
\nAvverti quando c\'è un nuovo utente?
\nQualcuno deve essere avvisato se un nuovo utente si registra anonimamente?\n
\nGruppo da avvertire quando c\'è un nuovo utente?
\nQuale gruppo deve essere avvisato se un nuovo utente si registra anonimamente?\n
\n\n',1046556120,NULL);
-INSERT INTO international VALUES (617,'WebGUI',8,'I Settaggi sono opzioni che ti consentono di aggiustare il C.M.S. per i tuoi particolari bisogni.\n
\n\n\nModifica informazioni sull\'azienda
\nInformazioni specifiche riguardo l\'azienda o l\'individuo che controlla questa installazione del C.M.S. .\n
\n\nModifica i settaggi dei contenuti
\nSettaggi correlati a contenuti e alla loro gestione.\n
\n\nModifica i settaggi della messaggistica
\nSettaggi per le email e le funzioni relative alla messaggistica.\n
\n\nModifica settaggi vari
\nTutto il resto.\n\nModifica i settaggi del profilo
\nDefinisce come appaioni i profili degli utenti e cosa gli utenti hanno i privilegi di modificare
\n\n\n\nModifica i settaggi per gli utenti
\nQuesti settaggi riguardano la identificazione degli utenti e il login, etc.\n
\n\n',1046555813,NULL); -INSERT INTO international VALUES (613,'WebGUI',8,'Gli utenti nel sistema sono gli account ai quali é concesso fare determinate cose. Ci sono due utenti di default: Admin e Visitor.\n
\n\nAdmin
\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.\n
\n\nVisitor
\nVisitor é esattamente l\'opposto di Admin. Visitor non ha nessun diritto. Per default qualsiasi utente non loggato é visto come utente Visitor.\n
\n\nAggiungi un nuovo utente.
\nClicca qui per andare allo schermo di aggiunta utente.\n
\n\nCerca
\nPuoi cercare gli utenti basandoti sullo username o sull\'indirizzo email. Puoi anche fare delle ricerche parziali se preferisci.',1046555073,NULL);
-INSERT INTO international VALUES (632,'WebGUI',8,'Puoi aggiungere wobject selezionando Aggiungi contenuto dal menu in alto a sinistra. Puoi poi editarlo cliccando sul bottone \"Modifica\" che appare proprio sopra l\'istanza di ogni wobject particolare.\n
Quasi tutti wobject condividono alcune proprietà:
\nWobject ID
\nL\'identificatore unico che WebGUI usa per tracciare il wobject. Gli utenti\nnormali probabilmente non hanno bisogno di questo parametro, ma qualche utente\navanzato può averne bisogno per esempio applicazioni di SQL Reports.
Titolo
\nQual\'é il titolo di questo articolo? Anche se non vuoi che il titolo appaia, é\nuna buona idea dare un titolo ai tuoi contenuti, così quando questi saranno\ncopiati negli appunti avranno un nome.\n
Nota: dovresti sempre specificare un titolo anche se non vuoi visualizzarlo.\nquesto perchè il titolo viene mostrato negli appunti e nel cestino e ti sarà\nsicuramente utile per distinguere un wobject da un altro.
\n
\nVisualizza il titolo?
\nVuoi visualizzare il titolo? In alcuni siti visualizzare il titolo non è necessario.
\n
\nProcessa le macro?
\nVuoi processare le macro nel contenuto di questo wobject? A volte vorrai attivare l\'interpretazione delle macro. Deselezionando questo\nbox non processerà le macro e sarà velocizzata l\'esecuzione della pagina.
\n
\nPosizione nel template
\nLe posizioni nel template variano da 0 (zero) a qualsiasi numero. Quante ne sono disponibili dipende dal template associato a questa pagina. Il template di default ha solo una posizione nel template, altri possono averne di più. Selezionando una posizione nel template, stai specificando dove questo wobject sarà posizionato nella struttura del template.\n
\n
\nData di inizio
\nIn che data vuoi che questo articolo appaia sul sito? Le date sono nel formato\namericano MM/GG/AAAA. Puoi usare un wizard JavaScript per selezionare la data da\nun calendario cliccando su imposta la data. Prima di questa data i\ncontenuti saranno visibili solo ai content managers.
\n
\nData di fine
\nIn che data vuoi che questo articolo venga rimosso dal sito? Dopo questa\ndata i contenuti saranno visibili solo ai content managers.\n
Proprietario
\nIl proprietario di un wobject è solitamente la persona che lo ha creato.\nQuesto utente ha tutti i privilegi per vedere e modificare il wobject, finchè i\nprivilegi per modificare la pagina su cui appare il wobject non vengono\nportati via.\n
NOTA: il proprietario può essere modificato solo dall\'amministratore.\n
Chi può visualizzare?
\nScegli quale gruppo può visualizzare questo wobject. Se desideri che possano\nvederlo sia i visitatori che gli utenti registrati scegli il gruppo "Everybody".\n
Chi può modificare?
\nScegli quale gruppo può modificare questo wobject. il gruppo che può\nmodificare può sempre anche visualizzare il wobject.
\n
\nDescrizione
\nUna area di contenuto nella quale puoi mettere quanto contenuto ti pare. Per esempio, perfino prima di una FAQ c\'è di solito un paragrafo che descrive che cosa è contenuto in essa.\n
\n',1056807423,NULL);
-INSERT INTO international VALUES (639,'WebGUI',8,'Nome Template
\nDai un nome descrittivo al template, così lo riconoscerai quando vorrai applicarlo ad una pagina.\n
\nNamespace
\nChe tipo di template è questo?\n
\n\n\nTemplate
\nCrea il tuo template inserendo i comandi di template, le macro di variabile e il codice.\n
\n\n\nNota:\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.\n',1046550619,NULL);
-INSERT INTO international VALUES (71,'SiteMap',8,'Le mappe del sito sono usate per aggiungere un ulteriore ausilio nella navigazione. Puoi aggiungere una mappa del sito tradizionale che visualizzi una vista gerarchica di tutte le pagine nel sito. D\'altra parte, puoi usare le mappe del sito per dare un ausilio di navigazione a certi livelli nel sito.\n
\n\nTemplate
\nSeleziona un layout per questa mappa.\n
\nParti Da
\nSeleziona la pagina da cui vuoi far iniziare la mappa.\n
\nPartire da questo Livello?
\nQuanti livelli di profondità della navigazione deve mostrare la mappa? Se è specificato 0(zero) mostrerà tutti i livelli esistenti.\n
\n\nRientro
\nDi quanti caratteri deve rientrare ogni livello?
\n\n',1046550282,NULL);
-INSERT INTO international VALUES (71,'SQLReport',8,'I report SQL sono forse il più potente tra i wobject. Consentono all\'utente di eseguire query su qualsiasi database al quale abbia accesso. Questo é utile ad esempio per estrarre dati dal tuo database degli account o per creare dei sommari di\ntutti i forum di discussione nel sito.
\n\nPreprocessa le macro sulla quesry?
\nVuoi che vengano processate le macro del C.M.S.? Seleziona questo box.
Debug?
\nSeleziona questo box se vuoi visualizzare il debugging e i messaggi di\nerrore nella pagina.
Query
\nQuesta é una query SQL standard. Puoi rendere più dinamiche le tue query\nutilizzando la macro ^FormParam(); \n
\n\nReport Template
\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.\n
\n\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\nquery. C\'è una macro aggiuntiva ^rownum; che conta le righe della query\npartendo da 1 per usarla dove le linee del\'output devono essere numerate. \n\n
Database Link
\nL\'amministratore può configurare database comuni sui quali puoi eseguire report\nSQL, senza dover conoscere o inserire DNS, Username e Password. Se un database\nè selezionato da questa lista i campi DNS, Username e Password saranno\nignorati.
Se il database che devi usare non è configurato come un Database Link, puoi\ninserire DSN, User, e Password.\n
\n\n\nDSN
\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]. \n
\n\nEsempio: DBI:mysql:WebGUI:localhost\n
\n\nUtente Database\nLo username che usi per collegarti al DSN.\n
\n\nPassword Database\nLa password che usi pe rcollegarti al DSN.\n
\n\nPagina dopo\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?\n
\n\nConverti gli a capo?\nVuoi convertire gli a capo nei dati del risultato in break HTML (<br>).\n',1056804917,NULL); -INSERT INTO international VALUES (43,'Product',8,'Le specifiche sono le caratteristiche tecniche del prodotto.
\n\nTipo della specifica
\n\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.
\n\nSpecifica
\n\nil valore della specifica. Per esempio, se hai scelto altezza come tipo dovrai inserire un valore numerico come \"12\".
\n\nUnità
\n\nLa unità di misura per questa specifica. Per esempio, se hai scelto altezza come tipo, probabilmente dovrebbe essere \"centimetri\".
\n\nAggiungi una nuova specifica?
\n\nSe vuoi aggiungere una ulteriore specifica, seleziona \"Si\".\n\n\n\n\n',1046548417,NULL);
-INSERT INTO international VALUES (39,'Product',8,'Il C.M.S. comprende un sistema di gestione catalogo prodotti che consente di pubblicare facilmente e velocemente i tuoi prodotti e servizi. \n
\n
Template
\nSeleziona un layout per questo prodotto.
\n\nCodice Prodotto
\n\nIl codice del prodotto, o un identificativo del prodotto.
\n\nImmagine Prodotto 1
\n\nUna immagine di questo prodotto.
\n\nImmagine Prodotto 2
\n\nUna immagine di questo prodotto.
\n\nImmagine Prodotto 3
\n\nUna immagine di questo prodotto.
\n
Brochure
\nLa brochure per questo prodotto.\n
Manuale
\nIl manuale di utilizzo per questo prodotto.\n
Garanzia
\nLa garanzia per questo prodotto.
Status
\n\nI campi nascosti non saranno visibili al visitatore, ma il loro contenuto sarà spedito nel messaggio.
\nI campi visualizzabili possono essere visti dal visitatore, ma non modificati.
\nI campi modificabili possono essere compilati dal visitatore.
I campi obbligatori devono essere compilati.\nSe utilizzi campi nascosti o visualizzabili assicurati di aver inserito una valore di default.
Tipo
\nScegli il tipo di elemento da assegnare a questo campo.
\n\nlarghezza
\n\nInserisci il numero di caratteri per determinare la larghezza di questo campo.
Valore di Default (opzionale)
\n\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\".\n
\n\n\n\n',1054393491,NULL); -INSERT INTO international VALUES (11,'PhotoGallery',8,'Visualizza il testo al passaggio del mouse',1034022460,NULL); -INSERT INTO international VALUES (71,'DataForm',8,'Questo modulo crea un form multifunzionale per inserire dati o inviare email.\n
\nRiconoscimento
\nQuesto messaggio sarà mostrato agli utenti dopo che avranno inserito e inviato\ni dati nel modulo..\n
Componenti eMail ?
\nSe settato su si, alcuni campi addizionali dedicati alle email saranno aggiunti\nal modulo. Questi campi poi saranno utilizzati per spedire via email\nall\'indirizzo scelto, tutti i dati inseriti nel modulo.\n
NOTA: Il campo "A" può accettare un indirizzo email\nstandard , un nome utente di WebGUI o un nome gruppo di WebGUI.\n
Template
\nScegli un template per il tuo modulo.\n
Email Template
\nScegli un template per i dati che saranno spediti via email.\n
Template di Riconoscimento
\nScegli un template che sarà utilizzato per mostrare il messaggio di\nriconoscimento di avvenuto inserimento.\n
Template Lista Dati
\nScegli un template che sarà utilizzato per mostrare l\'elenco dei dati\narchiviati in questo Modulo Dati.
back.url
\nLa URL per tornare alla pagina di inserimento dati del Modulo.\n
back.label
\nL\'eticetta di default per il back.url.\n
field_loop
\nUn loop contenente le informazioni sui campi di questo Modulo.\n
field.name
\nIl "web safe name" di questo campo.\n
field.label
\nL\'etichetta "human readable" per questo campo.\n
field.id
\nUn identificatore univoco che rappresenta questo campo nel database.\n
field.isMailField
\nUna condizione che indica se questo campo esiste per il "sistema mail"\ndel modulo dati.\n
field.type
\nIl tipo di dato associato a questo campo.\n
\n
\n\nrecord_loop
\n
\n record.entryId\n',1054387767,NULL); -INSERT INTO international VALUES (17,'PhotoGallery',8,'Testo',1034022485,NULL); -INSERT INTO international VALUES (3,'IndexedSearch',2,'Fütere Informationen schauen Sie sich bitte die Dokumentation an.',1066926030,NULL); -INSERT INTO international VALUES (5,'IndexedSearch',2,'verwendeter Index',1066925936,NULL); -INSERT INTO international VALUES (6,'IndexedSearch',2,'Durchsuchen von',1066925874,NULL); -INSERT INTO international VALUES (9,'IndexedSearch',2,'Nur Ergebnisse in der Sprache',1066925743,NULL); -INSERT INTO international VALUES (7,'IndexedSearch',2,'Nur Ergebnisse erstellt von',1066925809,NULL); -INSERT INTO international VALUES (73,'FileManager',8,'Titolo del file
\n Un identificatore univoco per questo inserimento.\nrecord.ipAddress
\n L\' IP Address che ha inviato questo inserimento.\nrecord.edit.url
\n La URL per modificare questo record.\nrecord.username
\n La username della persona che ha inviato questo inserimento.\nrecord.userId
\n La user id della persona che ha inviato questo inserimento.\nrecord.submissionDate.epoch
\n La epoch datestamp per questo inserimento.\nrecord.submissionDate.human
\n La "human readable date stamp", basata sulle preferenze dell\'utente,\n per questo inserimento.\nrecord.data_loop
\n Un loop contenente i dati inviati dall\'utente per ogni campo di questo modulo\n dati.\n\n
\n record.data.value\n
\n Il valore inviato dall\'utente per questo campo in questo inserimento.\nrecord.data.name
\n Il "web safe name" di questo campo.\nrecord.data.label
\n L\'etichetta "human readable" per questo campo.\nrecord.data.isMailField
\n Una condizione che indica se questo campo esiste per il "sistema\n mail" del modulo dati.\n
\n\nFile
\nScegli dal tuo computer il file che vuoi caricare.\n
\n\nVersione Alternativa #1
\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.\n
\n\nVersione Alternativa #2
\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.\n
\n\nBreve descrizione
\nUna breve descrizione del file. Assicurati di includere delle Keyword adatte, i visitatori potrebbero tentare una ricerca.\n
\n\nGruppo di Download
\nScegli il gruppo che può scaricare il file.\n
\n\nProssima Azione?
\nSe hai un altro file da aggiungere allora seleziona \"Aggiungi un nuovo file\", diversamente seleziona \"Torna alla pagina\".',1046546766,NULL);
-INSERT INTO international VALUES (71,'FileManager',8,'Il File Manager é pensato per aiutarti a gestire la distribuzione di file sul tuo sito. Ti consente di specificare chi può\nvisualizzare/scaricare i files dal tuo sito.
\nTemplate
\nScegli un layout per il file manager.\n
\n\nCambio pagina dopo
\nQuanti file devono essere visualizzati prima di separare i risultati in pagine separate? In altre parole, quanti file vuoi che siano visualizzati per pagina?\n
\n\nContinua aggiungendo un file?
\nSe vuoi cominciare ad aggiungere files per il download subito dopo aver creato il Download Manager, lascialo selezionato.\n
',1046546498,NULL); -INSERT INTO international VALUES (77,'USS',8,'Le seguenti sono le variabili di template utilizzate nel template del sistema di\r\ncontributi degli utenti. Sono usati per visualizzare il singolo contributo\r\ndell\'utente.\r\n
title
\r\nIl titolo di questo contributo.\r\n
content
\r\nTutto il testo di questo contributo.\r\n
user.label
\r\nL\'etichetta tradotta che indica quale utente ha inviato questo contributo.\r\n
user.profile
\r\nLa URL al profilo dell\' utente che ha inviato questo contributo.\r\n
user.username
\r\nIl Nome Utente dell\' utente che ha inviato questo contributo.\r\n
user.id
\r\nL\'identificatore univoco dell\' utente che ha inviato questo contributo.\r\n
date.label
\r\nL\'etichetta tradotta che indica in che data è stato postato questo contributo.\r\n
date.epoch
\r\nIl numero di secondi dal 1° gennaio 1970 in cui questo contributo è stato\r\ninviato.\r\n
date.human
\r\nUna data leggibile che visualizza la data e il tempo in cui questo contributo è\r\nstato inviato.\r\n
date.updated.label
\r\nL\'etichetta tradotta che indica l\'ultima data in cui questo contributo è\r\nstato modificato.\r\n
date.updated.epoch
\r\nIl numero di secondi dal 1° Gennaio 1970 in questo contributo è\r\nstato modificato.\r\n
date.updated.human
\r\nUna data leggibile che indica la data e l\'ora in cui questo contributo è\r\nstato modificato.
status.label
\r\nL\'etichetta tradotta che indica lo stato di questo contributo.\r\n
status.status
\r\nLo stato attuale di questo contributo (pendente, approvato, rifiutato).\r\n
views.label
\r\nL\'etichetta tradotta che indica quante volte questo contributo è stato visto.\r\n
views.count
\r\nIl numero di volte che questo contributo è stato visto.\r\n
canPost
\r\nUna condizione che indica se questo utente può o non può inviare un contributo.\r\n
post.url
\r\nLa URL per inviare un nuovo contributo.\r\n
post.label
\r\nL\'etichetta tradotta per il link da cui inviare.\r\n
previous.more
\r\nUna condizione che indica se ci sono post precedenti a questo disponibili per\r\nessere visualizzati.\r\n
previous.url
\r\nla URL al post precedente a questo.\r\n
previous.label
\r\nL\'etichetta tradotta per il link precedente.\r\n
next.more
\r\nUna condizione che indica se ci sono post successivii a questo disponibili per\r\nessere visualizzati.\r\n
next.url
\r\nla URL al post successivo a questo.\r\n
next.label
\r\nL\'etichetta tradotta per il link successivo.\r\n
canEdit
\r\nUna condizione che indica se questo utente può modificare o cancellare questo\r\npost.\r\n
edit.url
\r\nLa URL per modificare questo post.\r\n
edit.label
\r\nL\'etichetta tradotta per il link da cui modificare.\r\n
delete.url
\r\nla URL per cancellare questo post.\r\n
delete.label
\r\nL\'etichetta tradotta per il link da cui cancellare.\r\n
canChangeStatus
\r\nUna condizione che indica se questo utente ha i provilegi per cambiare lo\r\nstatodi questo contributo.\r\n
approve.url
\r\nLa url per approvare questo post.\r\n
approve.label
\r\nL\'etichetta tradotta per il link da cui approvare\r\n
deny.url
\r\nLa URL per rifiutare questo post.\r\n
deny.label
\r\nL\'etichetta tradotta per il link da cui rifiutare.\r\n
leave.url
\r\nLa URL per lasciare questo post nello stato in cui si trova.\r\n
leave.label
\r\nL\'etichetta tradotta per il link da cui lasciare questo post nello stato\r\nin cui si trova .\r\n
canReply
\r\nUna condizione che indica se questo utente può rispondere a questo post.\r\n
reply.url
\r\nLa URL per rispondere a questo post.\r\n
reply.label
\r\nL\'etichetta tradotta per il link da cui rispondere.\r\n
search.url
\r\nLa URL per attivare il motore di ricerca WebGUI .\r\n
search.label
\r\nL\'etichetta tradotta per il link al motore di ricerca.\r\n
back.url
\r\nLa URL per riportare l\'utente indietro all\'elenco principale.\r\n
back.label
\r\nL\'etichetta tradotta per il link indietro.\r\n
replies
\r\nUn elenco completo di tutte le risposte a questo post.
^File();
\nQuesta macro costruisce il link a un file. Crea l\'icona per il file e visualizza\nil nome del file . Quindi linka entrambi al file per il download .\n
^I();
\nQuesta macro ritrova una immagine con i parametri per l\'immagine definiti\nnell\'archivio collaterale. Puoi inserire nelle pagine una immagine\nprecedentemente caricata così ^I("Nomeimmagine");.
^i(); - Gestore Immagini Percorso dell\'Immagine
\nQuesta macro ritorna il percorso (URL) di ogni file nell\'archivio collaterale.\nSpecifica il nome usando un tag così: ^i("Nome file");.
^RandomImage();
\nQuesta macro prende una cartella dell\'archivio collaterale come parametro. Se il\nnome della cartella non è specificato allora sarà utilizzata la cartella root.\nLa macro prenderà a random una immagine dalla cartella e la visualizzerà,\nfunzionando allo stesso modo della macro ^I();\n
Esempio: ^RandomImage("sito logo");\n
^RandomSnippet();
\nQuesta macro prende una cartella dell\'archivio collaterale come parametro. Se il\nnome della cartella non è specificato allora sarà utilizzata la cartella root.\nLa macro prenderà a random uno snippet(frammento ) dalla cartella e la\nvisualizzerà, funzionando allo stesso modo della macro ^Snippet(); \n
Esempio: ^RandomSnippet("text");\n
^SI();
\nLa macro Scaled Image consente di recuperare immagini nell\'archivio collaterale\ne ridimensionarle (dal lato server), mantenendo le proporzioni originali o dando\ndelle nuove proporzioni.\n
Utilizza quattro parametri. Il primo è il nome dell\'immagine oppure l\'id\ndell\'archivio collaterale.Il secondo è la larghezza. Imposta la larghezza\nsu "0" per mantenere le proporzioni per altezza. Il terzo è\nl\'altezza. Imposta altezza su "0" per mantenere le proporzioni\nper larghezza. Il quarto parametro ti permette di specificare parametri\naggiuntivi all\'immagine.\n
Esempi:
\nRecupera una immagine per nome (no ridimensionamento)
\n^SI(miaimmagine);\n
Recupera una immagine per collateralId (no ridimensionamento)
\n^SI(66);\n
Ridimensiona per larghezza, mantenendo le proporzioni
\n^SI(66,25);\n
Ridimensiona per altezza, mantenendo le proporzioni
\n^SI(66,0,25);\n
Manipolando le proporzioni
\n^SI(66,148,25);\n
Utilizzando altri parametri
\n^SI(66,0,0,\'border="0"\');
^Snippet();
\nQuesta macro ritrova il contenuto di un frammento(snippet) nell\'archivio\ncollaterale e lo inserisce nella pagina.\n
Esempio: ^Snippet("flash code");\n
^Thumbnail();
\nRitorna la URL di un thumbnail per una immagine nell\'archivio collaterale.\nSpecifica il nome dell\'immagine così: ^Thumbnail("Nomeimmagine");.
^ThumbnailLinker();
\nQuesto è un buon modo di creare velocemente una pagina di screenshots o una\nsemplice galleria di foto. Specifica semplicemente il nome di una immagine\nnell\'archivio collaterale, in questo modo: ^ThumbnailLinker("Logo"); e\nla macro creerà un thumbnail con un titolo che sarà collegato alla immagine a\ngrandezza piena.
^C; or ^C(); - Crumb Trail
\nUn crumb trail (pista di briciole) generato dinamicamente che conduce alla\npagina corrente. Come opzione puoi specificare un tuo delimitatore tra i nomi\ndelle pagine usando ^C(::);. Il delimitatore predrfinito é >.\n
NOTA: la classe .crumbTrail dello style sheet è associata a questa macro.\n
^FlexMenu;
\nQuesta macro di menu crea un menu di primo livello che si espande a seconda di\nquale elemento del menù é selezionato.\n
^H; or ^H(); - Link a Home
\nUn link alla home page di questo sito. In più poi cambiare il testo del link\ncreando una macro così ^H("Torna alla pagina principale");.\n
Nota: Puoi anche usare il carattere speciale ^H(linkonly); per avere\nsolo la URL della home page e niente altro.\n
^M; or ^M(); - Menu corrente (Verticale)
\nUn menu verticale contenente le sotto pagine del livello corrente. In più, puoi\nconfigurare questa macro specificando quanti livelli deve scendere in profondità.\nPer default visualizzerà solo il primo livello. Per andare giù di tre livelli,\ncrea una macro così: ^M(3);. Se metti la macro a "0" Seguirà\ntutto l\'albero del sito.\n
^m; - Menu corrente (Orizzontale)
\nUn menu orizzontale contenente le sotto-pagine del livello corrente. Puoi come\nopzione specificare un delimitatore da usare tra i nomi delle pagine usando\n^m(:--:);. Il delimitatore predefinito é ·.\n
^PreviousDropMenu;
\nCrea un drop down menu (menù a tendina) contenente le sotto-pagine del livello\nprecedente nell\'albero di navigazione.\n
Esempio: ^PreviousDropMenu;
\n^P; or ^P(); - Menu precedente (Verticale)
\nUn menu verticale contenente le sotto-pagine del livello precedente. In più,\npuoi configurare questa macro specificando quanti livelli di profondità il menu\ndeve scendere. Per default visualizzerà solo il primo livello. Per andare giù\ndi tre livelli, crea una macro così: ^P(3);. Se metti la macro a\n"0" Seguirà tutto l\'albero del sito.\n
^p; - Menu precedente (Orizzontale)
\nun menu orizzontale contenente le sotto-pagine del livello precedente. Come\nopzione, puoi specificare un delimitatore tra i nomi delle pagine usando\n^p(:--:);. Il delimitatore predefinito é ·.
^rootmenu; o ^rootmenu(); (orizzontale)
\nCrea un menù orizzontale delle varie root del sistema (eccetto per quelle del\nC.m.s. come cestino etc). Puoi specificare un delimitatore così ^rootmenu(|);.\n
^RootTab;
\nCrea un sistema di navigazione dalle roots del tuo sito (eccetto le root di\nsistema di WebGUI) simile al tab forms dell\'interfaccia amministrativa (modifica\nwobjects o pagine).\n
NOTA: Ha due speciali style sheet classes: .RootTabOn{} and .RootTabOff{}.\n
Esempi:
\n<style> .rootTabOn { line-height: 17px; font-size: 16px; spacing: 3px;\nborder: 1px solid black; border-bottom-width: 0px; background-color: #333333;\nz-index: 10000; padding: 3px 9px 5px 9px; color: white; } .rootTabOn A, .rootTabOn\nA:visited { color: white; font-weight: bold; text-decoration: none; } .rootTabOff\n{ line-height: 15px; font-size: 14px; border: 1px solid black;\nborder-bottom-width: 0px; background-color: #c8c8c8; z-index: 1000; padding: 2px\n9px 2px 9px; } .rootTabOff A, .rootTabOff A:visited { color: black;\ntext-decoration: underline; } .rootTabOff A:hover { font-weight: bold; }\n</style> \n
^RootTab;
\n^SpecificDropMenu();
\nCrea un drop down menu partendo da un punto specifico del tuo albero di\nnavigazione. Presenta due parametri. Il primo è la url della pagina da cui far\niniziare il menù e il secondo (opzionale) è la profondità dei livelli\nin cui il menù deve scendere.\n
Esempio: ^SpecificDropMenu("home",3);
\n^S(); - SottoMenu specifico (Verticale)
\nQuesta macro ti consente di avere il sottomenu di qualsiasi pagina, a partire\ndalla pagina che hai specificato. Per esempio, puoi avere il sottomenu della\nhome page scrivendo ^S("home",0);. Il primo valore é il titolo\n"urlizzato" della pagina e il secondo é la profondità dei livelli\ndel menu. Per default visualizza solo il primo livello. Per andare giù di tre\nlivelli, crea una macro così: ^S("home",3);.\n
^s(); - SottoMenu specifico (Orizzontale)
\nQuesta macro ti consente di avere il sottomenu di qualsiasi pagina, a partire\ndalla pagina che hai specificato. Per esempio, puoi avere il sottomenu della\nhome page scrivendo ^s("home");. Il valore é il titolo "urlizzato"\ndella pagina. Come opzione, puoi specificare un delimitatore tra i nomi delle\npagine usando ^s("home",":--:");. Il delimitatore\npredefinito é ·.\n
^Synopsis; or ^Synopsis(); Menu
\nQuesta ti permette di avere il sottomenu di una pagina insieme alla descrizione\ndi ogni link. Puoi specificare un numero intero per dire alla macro quanti\nlivelli in profondità deve andare.\n
^TopDropMenu;
\nCrea un drop down menu del livello principale della navigazione.\n
Esempio: ^TopDropMenu;
\n^T; or ^T(); - Menu di primo livello (Verticale)
\nUn menu verticale contenente le pagine principali del sito (ovvero le\nsottopagine della home page). In più, puoi configurare questa macro\nspecificando quanti livelli deve scendere in profondità. Per default\nvisualizzerà solo il primo livello. Per andare giù di tre livelli, crea una\nmacro così:^T(3);. Se metti la macro a "0" Seguirà tutto\nl\'albero del sito.\n
^t; - Menu di primo livello (Orizzontale)
\n. Un menu orizzontale contenente le pagine principali del sito (ovvero le\nsottopagine della home page). Come opzione, puoi specificare un delimitatore tra\ni nomi delle pagine usando ^t(:--:);. Il delimitatore predefinito é ·.
^/; - URL del sistema
\nLa URL al gateway script (incluso il dominio per questo sito).
^\\; - URL della pagina
\nLa URL della pagina corrente.
^a; or ^a(); - Link mio account
\nUn link alla pagina con le informazioni sul tuo account. In più puoi cambiare\nil testo del link creando una macro come questa: ^a("Informazioni\naccount");.\n
Nota: puoi anche usare il carattere speciale ^a(linkonly); per\navere solo la URL della pagina account page e niente altro. \n
^AdminText();
\nVisualizza un breve messaggio all\'utente in modalita admin. Esempio: ^AdminText("sei\nin modalità admin!");\n
^AdminToggle; o ^AdminToggle();
\nMette un link nella pagina che è visibile solo ai content manager e agli\namministratori. Il link attiva e disattiva la modalità amministrativa. Puoi\nanche specificare altri messaggi da visualizzare come questo: ^AdminToggle("Attiva","Spegni");\n
^CanEditText();
\nMostra un messaggio all\'utente che può modificare la pagina corrente.\n
Esempio: ^CanEditText(^AdminToggle;);\n
^EditableToggle; or ^EditableToggle();
\nEsattamente come l\' AdminToggle, ma il messaggio è mostrato solo se\nl\'utente ha i privilegi per modificare la pagina corrente.\n
^GroupAdd();
\nCon questa macro puoi consentire agli utenti di aggiungersi da soli ad un gruppo.\nIl primo parametro è il nome del gruppo al quale l\'utente può aggiungersi. Il\nsecondo è una stringa di testo con un link che l\'utente clicca per aggiungersi\nal gruppo.\n
NOTA: Se l\'utente non è loggato, o appartiene già al gruppo, o il\ngruppo non è impostato per consentire auto iscrizioni, allora nessun link\nsarà mostrato.\n
^GroupDelete();
\nCon questa macro puoi consentire agli utenti di cancellarsi da soli ad un gruppo.\nIl primo parametro è il nome del gruppo dal quale l\'utente può cancellarsi. Il\nsecondo è una stringa di testo con un link che l\'utente clicca per cancellarsi\ndal gruppo.\n
NOTA: Se l\'utente non è loggato, o non appartiene già al\ngruppo, o il gruppo non è impostato per consentire auto cancellazioni, allora\nnessun link sarà mostrato.
\n^GroupText();
\nVisualizza un breve messaggio all\'utente che appartiene ad un determinato\ngruppo. Esempio: ^GroupText"Visitatore","Hai bisogno di un\naccount per fare molte cose su questo sito!");\n
^L; or ^L(); - Login
\nUn piccolo form di login. Puoi configurare anche questa macro. Puoi decidere la\nlarghezza del form di login così: ^L(20);. Puoi anche decidere il messaggio\nvisualizzato dopo che l\'utente si é loggato così: ^L(20,Ciao ^a(^@;);. Clicca\n%qui% se vuoi uscire!)\n
^LoginToggle; o ^LoginToggle();
\nVisualizza un messaggio "Login" o "Logout" a seconda che\nl\'utente sia logato o meno. Puoi specificare come opzione dei messaggi diversi\ncosì: ^LoginToggle("Clicca qui per entrare.","Clicca qui per\nuscire.");\n
^@; - Nome Utente
\nIl nome utente dell\'utente attualmente loggato.\n
^#; - ID Utente
\nLo user id dell\'utente attualmente loggato.
^AdminBar;
\nPosiziona la barra degli strumenti amministrativi nella pagina. Questa è una\nmacro obbligatoria nel segmento "body" del gestore degli stili.\n
^c; - Nome Azienda
\nIl nome dell\'azienda specificato nei settaggi daal tuo amministratore.\n
^e; - Indirizzo email dell\'azienda
\nL\'indirizzo di email della tua azienda come specificato nei settaggi\ndall\'amministratore.\n
^Extras;
\nRitorna il percorso degli extra del C.M.S., che contiene cose come le icone, le\nimmagini, etc...\n
^LastModified; o ^LastModified();
\nVisualizza la data in cui questa pagina è stata modificata in base ai wobject\nnella pagina. La data (di default) è visualizzata in base alle preferenze\ndell\'utente sulla data. Opzionalmente, può utilizzare due parametri. Il primo\nè il testo da mostrare prima della data. Il secondo è il formato della data,\nguarda la macro D (data) macro per dettagli.\n
Esempio: ^LastModified("aggiornato: ","%c %D, %y");
\n^PageTitle;
\nVisualizza il titolo della pagina corrente.\n
NOTA:
\nSe cominci ad usare la modalità amministrativa o le funzioni dei wobject, il titolo della pagina diventerà un link che ti riporta velocemente indietro a quella pagina.\n
^r; or ^r(); - Rendi la pagina stampabile
\nCrea un link per rimuovere lo stile da una pagina per renderla stampabile. In più,\npuoi cambiare il testo del link usando una macro come questa ^r("Stampa\nquesta pagina!");.\n
Per default, quando questo link viene cliccato, lo stile corrente della\npagina è sostituito con lo stile "Versione Stampabile" del gestore\ndegli stili. Comunque questo comportamento può essere cambiato specificando il\nnome di un altro stile del gestore stili come secondo parametro, in questo modo:\n^r("Stampa!","miostile");\n
Note: Puoi usare anche la macro speciale ^r(linkonly); per avere\nsolamelnte la URL della pagina stampabile e nient\'altro. Inoltre, la calasse .makePrintableLink\nè collegata a questa macro.
\n^RootTitle;
\nRitorna il titolo dalla root della pagina corrente. Per esempio, la root\nprincipale nel C.M.S. è la root "Home". Molti siti avanzati hanno più\ndi una root e quindi hanno bisogno di un modo per visualizzare la root in cui si\ntrova in quel momento l\'utente.\n
^u; - URL dell\'azienda
\nLa URL per la tua azienda specificata nei settaggi dall\'amministratore.\n
^?; - Cerca
\nAggiunge una box di ricerca.
^Spacer();
\nCrea un spacer nel tuo layout. Molto utile per creare grafica utilizzando divs e\ntabelle. Utilizza due parametri, larghezza e altezza.\n
Esempio: ^Spacer("100","50");
\n^-;
\nQuesta è conosciuta come separator macro. Deve apparire esclusivamente una sola\nvolta in ogni stile grafico. Ovunque sarà inserita sarà la zona dove verranno\nvisualizzati i contenuti della pagina in oggetto.
page_loop
\nQuesto ciclo contiene tutto delle pagine della mappa del sito.\n
\n page.indent\r\n\r\nrecord_loop
\n Lo spazio di rientro per questa pagina che indica la profondità della pagina\n nell\'albero di navigazione.\npage.url
\n La URL alla pagina.\npage.id
\n L\'identificatore unico che WebGUI usa internamente, per questa pagina.\npage.title
\n Il titolo di questa pagina.\npage.menutitle
\n Il titolo di questa pagina che appare nel menù.\npage.synopsis
\n La descrizione del contenuto di questa pagina (se esiste).\npage.isRoot
\n Una condizione che indica se questa pagina è o non è una root.\n\npage.isTop
\nUna condizione che indica se questa pagina è o meno alla sommità dell\'albero di navigazione.',1048096405,NULL); -INSERT INTO international VALUES (4,'IndexedSearch',2,'Diese Seite',1066925977,NULL); -INSERT INTO international VALUES (25,'IndexedSearch',2,'Beliebiger Benutzer',1066944998,NULL); -INSERT INTO international VALUES (24,'IndexedSearch',2,'Beliebige Sprache',1066944983,NULL); -INSERT INTO international VALUES (26,'IndexedSearch',1,'Search, Add/Edit',1067346336,''); -INSERT INTO international VALUES (23,'IndexedSearch',2,'Jeder Inhaltstyp',1066926216,NULL); -INSERT INTO international VALUES (12,'IndexedSearch',2,'Vorschauläe des Suchergebnisses',1066926202,NULL); -INSERT INTO international VALUES (8,'IndexedSearch',2,'Nur Ergebnisse aus den Bereichen',1066926233,NULL); -INSERT INTO international VALUES (18,'IndexedSearch',2,'Beliebige Bereiche',1066926181,NULL); -INSERT INTO international VALUES (19,'IndexedSearch',2,'Wobject',1066926116,NULL); -INSERT INTO international VALUES (20,'IndexedSearch',2,'Wobject Details',1066926104,NULL); -INSERT INTO international VALUES (21,'IndexedSearch',2,'Standardinhalte',1066950450,NULL); -INSERT INTO international VALUES (22,'IndexedSearch',2,'Profil',1066926050,NULL); -INSERT INTO international VALUES (76,'FileManager',8,'La seguente è la lista delle variabili disponibili nel template File Manager.\ntitleColumn.url
\nLa URL per ordinare per titolo.\ntitleColumn.label
\nL\'etichetta tradotta per il titolo.\ndescriptionColumn.label
\nL\'etichetta tradotta per la descrizione.\ndescriptionColumn.url
\nLa URL per ordinare per descrizione.\ndateColumn.label
\nL\'etichetta tradotta per la data di upload.\ndateColumn.url
\nLa URL per ordinare per data upload.\nsearch.form
\nForm di ricerca di WebGUI.\nsearch.url
\nLa URL per attivare o disattivare la ricerca.\nsearch.label
\nL\'etichetta tradotta per il link al motore di ricerca.\naddfile.url
\nLa URL per aggiungere un file al file manager.\naddfile.label
\nL\'etichetta tradotta per il link aggiungi file.\nfile_loop
\nUn ciclo contenente le informazioni su ogni file caricato in questo file\nmanager.\n\n file.canView\n
\n Una condizione per definire se l\'utente attuale ha i privilegi per vedere\n questo file.\nfile.controls
\n I controlli di gestione di WebGUI per questo file.\nfile.title
\n Il titolo per questo file.\nfile.version1.name
\n Il nome del file per la prima versione di questo file.\nfile.version1.url
\n IL download URL per la prima versione di questo file.\nfile.version1.icon
\n La URL all\'icona per il tipo di file della prima versione di questo file.\nfile.version1.size
\n La dimensione di archiviazione per la prima versione di questo file.\nfile.version1.type
\n Il tipo (o estensione del file ) per la prima versione di questo file.\nfile.version1.thumbnail
\n La URL al thumbnail per la prima versione di questo file.\nfile.version1.isImage
\n Una condizione che indica se la prima versione di questo file è una immagine\n o no.\nfile.version2.name
\n Il nome del file per la seconda versione di questo file.\nfile.version2.url
\n IL download URL per la seconda versione di questo file.\nfile.version2.icon
\n La URL all\'icona per il tipo di file della seconda versione di questo\n file.\nfile.version2.size
\n La dimensione di archiviazione per la seconda versione di questo file.\nfile.version2.type
\n Il tipo (o estensione del file ) per la seconda versione di questo file.\nfile.version2.thumbnail
\n La URL all\'icona per il tipo di file della seconda versione di questo file.\nfile.version2.isImage
\n Una condizione che indica se la seconda versione di questo file è una\n immagine o no.\nfile.version3.name
\n Il nome del file per la terza versione di questo file.\nfile.version3.url
\n IL download URL per la terza versione di questo file.\nfile.version3.icon
\n La URL all\'icona per il tipo di file della terza versione di questo file.\nfile.version3.size
\n La dimensione di archiviazione per la terza versione di questo file.\nfile.version3.type
\n Il tipo (o estensione del file ) della terza versione di questo file.\nfile.version3.thumbnail
\n La URL al thumbnail per la terza versione di questo file.\nfile.version3.isImage
\n Una condizione che indica se la terza versione di questo file è una immagine\n o no.\nfile.description
\n La descrizione di questo file.\nfile.date
\n La data in cui questo file è stato caricato.\nfile.time
\n Il tempo in cui questo file è stato caricato.\n\n
noresults.message
\nUn messaggio che attesta che questo file manager non ha files da far\nvisualizzare a questo utente.\nnoresults
\nUna condizione che indica se ci sono file da visualizzare per questo utente.\nfirstPage
\nUn Link alla prima pagina dell\'impaginazione.\nlastPage
\nUn Link all\'ultima pagina dell\'impaginazione.\nnextPage
\nUn Link alla prossima pagina dell\'impaginazione.\npreviousPage
\nUn Link alla prossima pagina dell\'impaginazione.\npageList
\nUna lista di link a tutte le pagine dell\'impaginazione del calendario.\nmultiplePages
\n',1046300470,NULL); -INSERT INTO international VALUES (878,'WebGUI',8,'Non hai iscrizioni a nessun thread.',1045776538,NULL); -INSERT INTO international VALUES (97,'EventsCalendar',8,'La seguente è la lista delle variabili disponibili nel template eventi.\n
\nUna variabile che indica dove esiste più di una pagina nell\'impaginazione.title
\nIl titolo di questo evento.\nstart.label
\nL\'etichetta tradotta per la data di inizio.\nstart.date
\nLa data di inizio dell\'evento.\nend.date
\nLa data di fine dell\'evento..\nend.label
\nL\'etichetta tradotta per la data di fine.\ncanEdit
\nUna condizione che indica se l\'attuale utente può modificare un evento.\nedit.url
\nLa URL per modificare questo evento.\nedit.label
\nL\'etichetta tradotta per l\'URL di modifica.\ndelete.url
\nLa URL per cancellare questo evento.\ndelete.label
\nL\'etichetta tradotta per cancellare la URL.\nprevious.url
\nLa URL per visualizzare l\'evento prima di questo.\nprevious.label
\nL\'etichetta tradotta per la URL precedente.\nnext.label
\nL\'etichetta tradotta per la prossima URL.\nnext.url
\nLa URL per visualizzare l\'evento dopo di questo.\ndescription
\n',1046297494,NULL); -INSERT INTO international VALUES (619,'WebGUI',8,'Questa funzione cancella permanentemente il wobject selezionato da una pagina. Se non sei sicuro di voler cancellare questo contenuto faresti meglio a tagliare (cut) il contenuto negli appunti finché non sarai sicuro di volerlo veramente cancellare.\n
\nLa descrizione di questo evento.\n\nCome con ogni operazione di cancellazione, sei chiamato a rispondere ad una conferma per procedere con la cancellazione. Se rispondi di sì, la cancellazione procederà e non ci sarà possibilità di recuperare i dati. Se rispondi di no sarai riportato alla schermata precedente.',1046126787,NULL); -INSERT INTO international VALUES (636,'WebGUI',8,'Per creare un package segui questi passi:\n
\n
\nNote:- Dal menu amministrativo scegli \"Visualizza Packages.\"\n
- Aggiungi una pagina e dagli un nome. Il nome della pagina sarà il nome del package.\n
- Vai alla nuova pagina e aggiungi pagine e widgets. Ogni pagina e widget che aggiungi sarà creata ogni volta che il package sarà sviluppato. \n
\nPer aggiungere, modificare e cancellare i packages devi essere nel gruppo Package Mangers o nel gruppo Admins.\n
\nSe aggiungi contenuti a qualcuno dei widgets, quel contenuto sarà automaticamente copiato anche quando il package viene sviluppato.\n
\nI privilegi e gli stili assegnati alle pagine nel package non saranno copiati nello sviluppo del package. Le pagine prenderanno i privilegi e gli stili dell\'area in cui sono sviluppati.',1046126725,NULL); -INSERT INTO international VALUES (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.\n
\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.\nStyle Sheets: Tutti i wobjects hanno una style-sheet class un id\nassociati.\n
La style-sheet class è la parola "wobject" più il tipo di wobject\ndi cui si tratta. Quindi per un sondaggio la class sarà "wobjectPoll".\nLa class è associarta con tutti i wobjects di quel tipo sul sistema\n
La style-sheet id è la parola "wobjectId" più il Wobject Id per\nl\'istanza di quel wobject. Quindi se hai un articolo con una Wobject Id di 94, tla\nsua id sarà "wobjectId94".
\n',1048071463,NULL); -INSERT INTO international VALUES (638,'WebGUI',8,'I Templates sono usati per determinare come devono essere visualizzate le pagine. Attualmente i siti presentano molto di più di un semplice menù e di una grande area col contenuto. Molti di essi hanno tre o quattro colonne con magari una testata con banner etc. Si possono creare questi layout complessi utlizzando appunto i Templates. Ci sono diversi template predefiniti per semplificare il tuo lavoro, ma comunque puoi crearne quanti ne vuoi in modo che il tuo sito appaia esattamente come lo desideri.',1054314102,NULL); -INSERT INTO international VALUES (611,'WebGUI',8,'Nome dell\'azienda
\nTIl nome della tua azienda. Apparirà in\n tutte le email e ovunque hai usato la macro nome azienda.\n
\nInd\nirizzo email dell\'azienda
\nUn indirizzo email generale per la tua azi\nenda. Questo é l\'indirizzo dal quale tutti i messaggi automatici proverranno. P\nuò essere usato anche dal sistema di macro del C.M.S..\n
\nURL dell\n\'Azienda
\nLo URL primario della tua Azienda. Questo apparirà in tutte\n le email automatiche mandate dal sistema. Può essere usato anche dal sistema di\n macro del C.M.S..\n',1046125845,NULL); -INSERT INTO international VALUES (625,'WebGUI',8,'Carica tutte le immagini che potresti voler utilizzare in più di una posizione sul sito.\n\nNome
\nL\'etichetta con la quale questa immagine verrà chiamata per l\'inclusione nelle pagine.\n\n\nOrganizza in Cartelle
\nLa cartella Dell\'Archivio Collaterale nella quale deve essere inserita questa immagine.\n\n\nFile
\nSeleziona un file dal tuo disco rigido da uploadare sul server.\n\n\nParametri
\nAggiungi qualsiasi parametro HTML <img&rt; che vuoi come default per questa immagine.\n\nEsempio:
\nalign=\"right\"\nalt=\"Questa é una immagine\"\n\nDimensione Thumbnail
\nQuanti pixel deve misurare il thumbnail di questa immagine.\n\n',1046124685,NULL); -INSERT INTO international VALUES (635,'WebGUI',8,'I Package sono gruppi di pagine e widgets che sono predefinite per essere sviluppate insieme. Un package manager può sentire l\'esigenza di creare varie pagine con un forum, una FAQ, un sondaggio perché questa operazione viene eseguita spesso. I Packages sono definiti per diminuire il disturbo di azioni ripetitive.\n
\nUn package che la gente spesso crea é un package pagina/articolo. Spesso quando aggiungi una pagina vuoi anche aggiungere un articolo ad essa. Invece di fare queste operazioni una alla volta, creare la pagina, andare a quella pagina, e aggiungere l\'articolo alla pagina, troverai più veloce creare un package che faccia tutte queste cose in un colpo solo.',1046124350,NULL); -INSERT INTO international VALUES (629,'WebGUI',8,'Usa Appunti Condivisi?
\r\nUtilizza un unico sistema di appunti condiviso da tutti gli utenti. Di default\r\ngli appunti sono separati per ogni utente.\r\nUsa Cestino Condiviso?
\r\n
\r\nUtilizza un unico cestino condiviso da tutti gli utenti. Di default il cestino\r\nè separato per ogni utente.Se è \"proxied\", usa il client IP address reale?
\r\nSe è abilitato e se la variabile HTTP_X_FORWARDED_FOR è presente, il suo\r\nvalore sarà utilizzato al posto del REMOTE_ADDRESS nell\'IP address del Browser\r\nclient. Questo è richiesto per i gruppi basati su IP per funzionare\r\ncorrettamente nelle architetture di sistema reverse-proxied e load-balanced. In\r\nquesti ambienti tutte le richieste appariranno come se arrivassero dallo stesso\r\nhost, cioè il proxy server. Se non sei sicuro di aver bisogno di questo\r\nsettaggio, probabilmente dovresti lasciarlo disabilitato.\r\nPrevent Proxy Caching
\r\nAlcune Aziende hanno proxy ser\r\nvers che causano problemi al C.M.S. . Se hai riscontrato dei problemi, e hai un proxy server, potresti impostare il parametro su Sì. Ricorda che una\r\nvolta attivata questa opzione gli URL del C.M.S. non saranno più user friendly.\r\nMostra debugging?
\r\nMostra le informazioni di debugging negli output di WebGUI. Questa\r\nfunzione è molto utile per gli sviluppatori, ma può essere interessante anche\r\nper gli admin per risolvere eventuali problemi.\r\nTraccia le statistiche delle pagine?
\r\n\r\n
\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.Host da usare
\r\n',1068899557,NULL); -INSERT INTO international VALUES (633,'WebGUI',8,'I roots sono le pagine principali su cui si sviluppa il sito. La prima e la più importante root è la \"Home\" page. Molti non hanno necessità di aggiungere una nuova root, ma a qualcuno potrebbe servire. Può essere necessario creare nuove root per diverse ragioni, ad esempio per un sito in due lingue sarà necessario creare due root: italiano e inglese.',1046123933,NULL); -INSERT INTO international VALUES (634,'WebGUI',8,'Home Page di Default
\r\nSeleziona quale host usare di default per generare URLs. Config Sitename utilizzera la varabile \"sitename\" dal tuo config file. Add Env HTTP Host utilizzerà la variabile \"HTTP_HOST\" fornita dal web server.
\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.\n\n\nPagina Non Trovata
\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.\n\n\nDocument Type Declaration
\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 .\nFavicon
\nUna icona che appare su Internet Explorer nei \"Preferiti\". Per\nsapere di più sulla Favicon clicca\nqui.\nSite Icon
\n
\nUna icona che appare nella barra URL nella maggior parte dei moderni\nbrowsers. Può anche comparire nei bookmarks del browser. L\'immagine deve essere\ndi 16x16 pixels.\n\nAggiungi nota di modifica sui messaggi?
\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.\n\n\nFiltra i contributi in HTML
\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.\n\nMassima Dimensione dell\'allegato
\nLa dimensione (in kilobytes) massima consentita agli allegati per essere\ncaricati sul sistema.\nMassima Dimensione Immagine
\nSe delle immagini più grandi della massima dimensione consentita sono caricate\nsul tuo sistema, esse saranno ridimensionate alle dimensioni massime consentite\n. La massima dimensione è misurata in pixels ed usa la dimensione del lato più\nlungo dell\'immagine per determinare se il limite è stato raggiunto.\nMassima Dimensione Immagine
\nSe le immagini caricate sul sistema eccedono la massima dimensione dell\'immagine, saranno riscalate alla dimensione massima. La dimensione massima dell\'immagine è misurata in pixel e usa la dimensione del lato più lungo dell\'immagine per determinare se il limite è stato raggiunto.\nDimensione Thumbnail
\nQuando le immagini sono caricate, automaticamente il sistema genera un\nthumbnails della dimensione qui specificata. Thumbnail è misurato in pixels.\nLunghezza della Preview del Frammento
\n\nRighe della Text Area
\nQuanti caratteri del frammento devono essere visualizzati nell\'index principale\ndell\'Archivio Collaterale.
\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.\n\n\nColonne della Text Area
\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.\n\n\nDimensioni del Text Box
\nCon questo settaggio puoi definire quanti caratteri possono essere visualizzati nei text boxes del sito.\n\n\nPrivilegi del Wobject
\nSeleziona \'SI\' per abilitare i privilegi a livello Wobject. Di default, i Wobjects sono settati per ereditare i privilegi del livello pagina.\n',1056807762,NULL); -INSERT INTO international VALUES (6,'PhotoGallery',8,'Modifica',1034022168,NULL); -INSERT INTO international VALUES (630,'WebGUI',8,'Per usare il motore di ricerca interno devi inserire la macro ^?; , o aggiungendo ?op=search alla fine di ogni URL.',1046123142,NULL); -INSERT INTO international VALUES (18,'Product',8,'Aggiungi un altro Accessorio?',1046122891,NULL); -INSERT INTO international VALUES (2,'Product',8,'Sei sicuro di voler cancellare le relazioni a questo accessorio?',1046122265,NULL); -INSERT INTO international VALUES (19,'Product',8,'Aggiungi Prodotto Correlato',1046121669,NULL); -INSERT INTO international VALUES (17,'Product',8,'Accessorio',1046121641,NULL); -INSERT INTO international VALUES (16,'Product',8,'Aggiungi Accessorio',1046121631,NULL); -INSERT INTO international VALUES (15,'Product',8,'Garanzia',1046121619,NULL); -INSERT INTO international VALUES (14,'Product',8,'Manuale',1046121610,NULL); -INSERT INTO international VALUES (13,'Product',8,'Brochure',1046121601,NULL); -INSERT INTO international VALUES (11,'Product',8,'Codice Prodotto',1046121593,NULL); -INSERT INTO international VALUES (10,'Product',8,'Prezzo',1046121564,NULL); -INSERT INTO international VALUES (1,'Product',8,'Prodotto',1046121554,NULL); -INSERT INTO international VALUES (61,'Poll',8,'Sondaggio, Aggiungi/Modifica',1054311224,NULL); -INSERT INTO international VALUES (61,'MessageBoard',8,'Forum, Aggiungi/Modifica',1068899065,NULL); -INSERT INTO international VALUES (7,'DataForm',8,'Modifica Modulo Dati',1054297865,NULL); -INSERT INTO international VALUES (8,'DataForm',8,'Larghezza',1045927076,NULL); -INSERT INTO international VALUES (62,'DataForm',8,'Campi del Modulo Dati, Aggiungi/Modifica',1054297853,NULL); -INSERT INTO international VALUES (61,'DataForm',8,'Modulo Dati, Aggiungi/Modifica',1054297821,NULL); -INSERT INTO international VALUES (6,'DataForm',8,'Modificabile',1045927047,NULL); -INSERT INTO international VALUES (5,'DataForm',8,'Visualizzato',1045927034,NULL); -INSERT INTO international VALUES (4,'DataForm',8,'Nascosto',1045926992,NULL); -INSERT INTO international VALUES (3,'DataForm',8,'Grazie per il feedback!',1045926974,NULL); -INSERT INTO international VALUES (25,'DataForm',8,'Valore(i) predefinito ',1054297757,NULL); -INSERT INTO international VALUES (24,'DataForm',8,'Valori Possibili (solo drop-down box)',1045926909,NULL); -INSERT INTO international VALUES (23,'DataForm',8,'Tipo',1045926887,NULL); -INSERT INTO international VALUES (22,'DataForm',8,'Stato',1045926880,NULL); -INSERT INTO international VALUES (21,'DataForm',8,'Nome del Campo',1045926873,NULL); -INSERT INTO international VALUES (20,'DataForm',8,'Modifica Campo',1045926856,NULL); -INSERT INTO international VALUES (2,'DataForm',8,'L\'oggetto della tua mail',1045926842,NULL); -INSERT INTO international VALUES (19,'DataForm',8,'Sei sicuro di voler cancellare questo campo?',1045926826,NULL); -INSERT INTO international VALUES (18,'DataForm',8,'Torna Indietro!',1045926817,NULL); -INSERT INTO international VALUES (17,'DataForm',8,'Mail Inviata',1045926809,NULL); -INSERT INTO international VALUES (16,'DataForm',8,'Riconoscimento',1045926792,NULL); -INSERT INTO international VALUES (14,'DataForm',8,'Oggetto',1045926776,NULL); -INSERT INTO international VALUES (13,'DataForm',8,'Bcc',1045926768,NULL); -INSERT INTO international VALUES (12,'DataForm',8,'Cc',1045926759,NULL); -INSERT INTO international VALUES (11,'DataForm',8,'A',1054297721,NULL); -INSERT INTO international VALUES (10,'DataForm',8,'Da',1045926730,NULL); -INSERT INTO international VALUES (1,'DataForm',8,'Modulo Dati',1054297677,NULL); -INSERT INTO international VALUES (61,'SyndicatedContent',8,'Contenuto da altri siti, Aggiungi/Modifica',1048067687,NULL); -INSERT INTO international VALUES (61,'SiteMap',8,'Mappa del sito, Aggiungi/Modifica',1045783724,NULL); -INSERT INTO international VALUES (61,'SQLReport',8,'SQL Report, Aggiungi/Modifica',1045783551,NULL); -INSERT INTO international VALUES (9,'Product',8,'Immagine Prodotto 3',1045783344,NULL); -INSERT INTO international VALUES (8,'Product',8,'Immagine Prodotto 2',1045783338,NULL); -INSERT INTO international VALUES (7,'Product',8,'Immagine Prodotto 1',1045783332,NULL); -INSERT INTO international VALUES (62,'Product',8,'Template Prodotto, Aggiungi/Modifica',1045783277,NULL); -INSERT INTO international VALUES (6,'Product',8,'Modifica Prodotto',1045783271,NULL); -INSERT INTO international VALUES (47,'Product',8,'I Prodotti Correlati sono complementari o equivalenti di altri prodotti.\n\nProdotti Correlati
\n\nScegli dalla lista dei prodotti già inseriti.\n\nAggiungi un altro prodotto correlato?
\n\nSeleziona \"Si\" se hai un altro prodotto correlato da aggiungere.',1045783266,NULL); -INSERT INTO international VALUES (5,'Product',8,'Sei sicuro di voler cancellare questa specifica?',1045783250,NULL); -INSERT INTO international VALUES (46,'Product',8,'Prodotto Correlato, Aggiungi/Modifica',1045783237,NULL); -INSERT INTO international VALUES (45,'Product',8,'Accessori dei prodotto.\n\nAccessorio
\n\nScegli dalla lista dei prodotti già inseriti.\n\nAggiungi un nuovo accessorio?
\n\nSe vuoi aggiungere una ulteriore accessorio, seleziona \"Si\".',1045783219,NULL); -INSERT INTO international VALUES (44,'Product',8,'Accessorio, Aggiungi/Modifica',1045783208,NULL); -INSERT INTO international VALUES (42,'Product',8,'Specifica, Aggiungi/Modifica',1045783202,NULL); -INSERT INTO international VALUES (41,'Product',8,'Le caratteristiche sono intese come vantaggi del prodotto. Per esempio: Perchè acquistare questo prodotto?\n\nCaratteristica
\n\nPuoi inserire una nuova caratteristica, o selezionarne una già inserita nel sistema per un altro prodotto.\n\nAggiungi una nuova caratteristica?
\n\nSe vuoi aggiungere una ulteriore caratteristica, seleziona \"Si\".',1045783197,NULL); -INSERT INTO international VALUES (40,'Product',8,'Caratteristica, Aggiungi/Modifica',1045783183,NULL); -INSERT INTO international VALUES (4,'Product',8,'Sei sicuro di voler cancellare le relazioni con questo Prodotto Correlato?',1045783177,NULL); -INSERT INTO international VALUES (38,'Product',8,'Prodotto, Aggiungi/Modifica',1045783149,NULL); -INSERT INTO international VALUES (37,'Product',8,'Aggiungi un Prodotto Correlato',1045783141,NULL); -INSERT INTO international VALUES (36,'Product',8,'Aggiungi un Accessorio',1045783137,NULL); -INSERT INTO international VALUES (35,'Product',8,'Aggiungi una Specifica',1045783133,NULL); -INSERT INTO international VALUES (34,'Product',8,'Aggiungi una Caratteristica',1045783126,NULL); -INSERT INTO international VALUES (33,'Product',8,'Prodotti Correlati',1045783120,NULL); -INSERT INTO international VALUES (32,'Product',8,'Accessori',1045783116,NULL); -INSERT INTO international VALUES (31,'Product',8,'Specifiche',1045783112,NULL); -INSERT INTO international VALUES (30,'Product',8,'Caratteristiche',1045783107,NULL); -INSERT INTO international VALUES (29,'Product',8,'Unità',1045783103,NULL); -INSERT INTO international VALUES (28,'Product',8,'Aggiungi un\'altra specifica?',1045783098,NULL); -INSERT INTO international VALUES (27,'Product',8,'Specifica',1045783093,NULL); -INSERT INTO international VALUES (26,'Product',8,'Etichetta',1045783089,NULL); -INSERT INTO international VALUES (25,'Product',8,'Modifica Specifica',1045783083,NULL); -INSERT INTO international VALUES (24,'Product',8,'Aggiungi un\'altra caratteristica?',1045783078,NULL); -INSERT INTO international VALUES (23,'Product',8,'Caratteristica',1045783067,NULL); -INSERT INTO international VALUES (22,'Product',8,'Modifica Caratteristica',1045783062,NULL); -INSERT INTO international VALUES (21,'Product',8,'Aggiungi un\'altro prodotto correlato?',1045783053,NULL); -INSERT INTO international VALUES (20,'Product',8,'Prodotto Correlato',1045783049,NULL); -INSERT INTO international VALUES (640,'WebGUI',8,'Non è una buona idea cancellare i template perchè alcune delle pagine del tuo sito potrebbero usare proprio quello che vuoi cancellare. ',1045782151,NULL); -INSERT INTO international VALUES (642,'WebGUI',8,'Pagina, Aggiungi/Modifica',1054314035,NULL); -INSERT INTO international VALUES (651,'WebGUI',8,'Se scegli di svuotare il cestino, ogni elemento in esso contenuto verrà perso per sempre. Se non sei sicuro di qualche elemento, forse é meglio tagliarlo negli appunti prima di vuotare il cestino.',1045782077,NULL); -INSERT INTO international VALUES (652,'WebGUI',8,'Settaggi Utente, Modifica',1045782052,NULL); -INSERT INTO international VALUES (653,'WebGUI',8,'Pagina, Cancella',1045782034,NULL); -INSERT INTO international VALUES (655,'WebGUI',8,'Utente, Aggiungi/Modifica',1045782015,NULL); -INSERT INTO international VALUES (656,'WebGUI',8,'Informazioni Azienda, Modifica',1045781998,NULL); -INSERT INTO international VALUES (657,'WebGUI',8,'Utente, Cancella',1045781987,NULL); -INSERT INTO international VALUES (658,'WebGUI',8,'Utenti, Gestisci',1045781973,NULL); -INSERT INTO international VALUES (660,'WebGUI',8,'Gruppi, Gestisci',1045781938,NULL); -INSERT INTO international VALUES (661,'WebGUI',8,'Settaggi dei File, Modifica',1045781919,NULL); -INSERT INTO international VALUES (662,'WebGUI',8,'Settaggi, Gestisci',1045781907,NULL); -INSERT INTO international VALUES (663,'WebGUI',8,'Settaggi messaggistica, Modifica',1045781899,NULL); -INSERT INTO international VALUES (665,'WebGUI',8,'Gruppo, Cancella',1045781859,NULL); -INSERT INTO international VALUES (667,'WebGUI',8,'Gruppo, Aggiungi/Modifica',1045781837,NULL); -INSERT INTO international VALUES (668,'WebGUI',8,'Style Sheets, Usare',1048067507,NULL); -INSERT INTO international VALUES (669,'WebGUI',8,'Macro, Usare',1048067520,NULL); -INSERT INTO international VALUES (670,'WebGUI',8,'Immagine, Aggiungi/Modifica',1045781779,NULL); -INSERT INTO international VALUES (672,'WebGUI',8,'Settaggi del Profilo, Modifica',1045781760,NULL); -INSERT INTO international VALUES (674,'WebGUI',8,'Settaggi Vari, Modifica',1045781751,NULL); -INSERT INTO international VALUES (675,'WebGUI',8,'Motore di ricerca, Usare',1045781741,NULL); -INSERT INTO international VALUES (678,'WebGUI',8,'Root, Gestisci',1045781711,NULL); -INSERT INTO international VALUES (679,'WebGUI',8,'Settaggi Contenuto, Modifica',1045781700,NULL); -INSERT INTO international VALUES (680,'WebGUI',8,'Package, Aggiungi',1045781658,NULL); -INSERT INTO international VALUES (681,'WebGUI',8,'Package, Aggiungi/Modifica',1045781626,NULL); -INSERT INTO international VALUES (682,'WebGUI',8,'Profilo Utenti, Modifica',1045781612,NULL); -INSERT INTO international VALUES (683,'WebGUI',8,'Template, Gestisci',1054314079,NULL); -INSERT INTO international VALUES (684,'WebGUI',8,'Template, Aggiungi/Modifica',1045781578,NULL); -INSERT INTO international VALUES (685,'WebGUI',8,'Template, Cancella',1045781556,NULL); -INSERT INTO international VALUES (696,'WebGUI',8,'Cestino, Vuota',1045781534,NULL); -INSERT INTO international VALUES (697,'WebGUI',8,'Karma, Usare',1045781525,NULL); -INSERT INTO international VALUES (698,'WebGUI',8,'Karma è un sistema di tracciamento della attivita di tuoi visitatori, potenzialmente hai la possibilità di premiarli o di punirli in base al loro livello di attività sul sito. Nel momento in cui il karma è abilitato, noterai i menù di molte cose nel sistema cambiare per rispecchiare il karma.\n\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.\n',1045781512,NULL); -INSERT INTO international VALUES (718,'WebGUI',8,'Esporta traduzione.',1045781425,NULL); -INSERT INTO international VALUES (728,'WebGUI',8,'Sei sicuro di voler cancellare questo file?',1045781399,NULL); -INSERT INTO international VALUES (6,'WobjectProxy',8,'Con il Contenuto Proxy puoi fare un \"mirror\" di qualsiasi contenuto (articolo, f.a.q etc.) da una pagina verso una altra qualsiasi pagina. Questo è molto utile se vuoi usare (senza doverlo copiare) lo stesso contenuto in diverse sezioni del tuo sito.
\r\n\r\nContenuto Proxy
\r\n\r\nseleziona dal sistema il contenuto a cui vuoi fare il proxy. Il box selezionato prende il formato di \"titolo pagina\" / Nome Wobject \r\n(Wobject Id) in questo modo puoi velocemente e con precisione trovare il contenuto che stavi cercando.\r\n\r\nNOTA: Il wobject proxy non è disponibile da menu Aggiungi\r\nContenuto, ma attraverso l\'icona shortcut presente nella wobject \r\ntoolbar.\r\n
Wobject da proxare
\r\nRestituisce un link al wobject originale che è stato proxato.\r\nSovrascrivi titolo?
\r\nSetta su SI per usare il titolo del wobject proxy invece del titolo originale\r\ndel wobject.\r\nSovrascrivi Descrizione?
\r\nSetta su SI per usare la descrizione del wobject proxy invece della descrizione\r\noriginale del wobject.\r\nSovrascrivi visualizzazione titolo?
\r\nSetta su SI per usare i settaggi del wobject proxy invece dei settaggi originali\r\ndel wobject.\r\nSovrascrivi template?
\r\n\r\n',1068907502,NULL); -INSERT INTO international VALUES (5,'WobjectProxy',8,'Wobject Proxy, Aggiungi/Modifica',1045781095,NULL); -INSERT INTO international VALUES (4,'WobjectProxy',8,'Proxy del Wobject fallito. Forse l\'oggetto su cui fare il proxy è stato cancellato.',1045781084,NULL); -INSERT INTO international VALUES (3,'WobjectProxy',8,'Wobject Proxy',1045781068,NULL); -INSERT INTO international VALUES (2,'WobjectProxy',8,'Modifica Wobject Proxy',1045780988,NULL); -INSERT INTO international VALUES (1,'WobjectProxy',8,'Wobject su cui fare il Proxy',1045780980,NULL); -INSERT INTO international VALUES (610,'WebGUI',8,'Vedi Gestisci utenti per ulteriori dettagli.\n
\r\nSetta su SI per usare il template del wobject proxy invece del template\r\noriginale del wobject.\n\nNome utente
\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.)\n\n\nPassword
\nLa password è utilizzata per assicurarsi che l\'utente sia realmente chi dice di essere.\n\n\nMetodo di autenticazione
\nVedi Modifica i settaggi per maggiori dettagli.\n\n\nURL LDAP
\nVedi Modifica i settaggi per maggiori dettagli.\n\n\nConnect DN
\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.\n\n\nIndirizzo Email
\nL\'indirizzo email dell\'utente. Questo deve essere specificato se l\'utente è coinvolto in funzioni che richiedono l\'email.\n\n\nGruppi
\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.\n\n\nLingua
\nChe linguaggio deve essere usato per visualizzare i messaggi di sistema.\n\n\nICQ UIN
\nLo UIN ICQ è lo \"User ID Number\" nella rete ICQ. ICQ è una piattaforma molto popolare di instant messaging.\n\n',1045780870,NULL); -INSERT INTO international VALUES (601,'WebGUI',8,'International ID',1045780778,NULL); -INSERT INTO international VALUES (598,'WebGUI',8,'Modifica Lingua',1045780760,NULL); -INSERT INTO international VALUES (597,'WebGUI',8,'Modifica Messaggio Internazionale',1045780747,NULL); -INSERT INTO international VALUES (596,'WebGUI',8,'MANCANTE',1045780742,NULL); -INSERT INTO international VALUES (595,'WebGUI',8,'Messaggi Internazionali',1045780738,NULL); -INSERT INTO international VALUES (594,'WebGUI',8,'Traduci i messaggi.',1045780734,NULL); -INSERT INTO international VALUES (593,'WebGUI',8,'Sottometti la traduzione',1045780720,NULL); -INSERT INTO international VALUES (592,'WebGUI',8,'Set di Caratteri',1045780704,NULL); -INSERT INTO international VALUES (591,'WebGUI',8,'Lingua',1045780694,NULL); -INSERT INTO international VALUES (590,'WebGUI',8,'ID Lingua',1045780689,NULL); -INSERT INTO international VALUES (589,'WebGUI',8,'Modifica Lingua',1045780680,NULL); -INSERT INTO international VALUES (588,'WebGUI',8,'Sei sicuro di voler fornire questa traduzione a plainblack per l\'inclusione nella distribuzione di default? Cliccando si accetti di dare a plainblack una licenza illimitata di usare la traduzione nelle sue distribuzioni software.',1045780670,NULL); -INSERT INTO international VALUES (587,'WebGUI',8,'Sei sicuro di voler cancellare questa Lingua e tutto l\'help e i messaggi internazionali ad essa associati?',1045780646,NULL); -INSERT INTO international VALUES (586,'WebGUI',8,'Gestisci Traduzioni',1045780636,NULL); -INSERT INTO international VALUES (585,'WebGUI',8,'Gestisci Traduzioni',1045780596,NULL); -INSERT INTO international VALUES (584,'WebGUI',8,'Aggiungi una nuova lingua.',1045780591,NULL); -INSERT INTO international VALUES (583,'WebGUI',8,'Dimensione massima Immagine',1045780583,NULL); -INSERT INTO international VALUES (582,'WebGUI',8,'Lascia Vuoto',1045780579,NULL); -INSERT INTO international VALUES (581,'WebGUI',8,'Aggiungi un nuovo valore',1045780575,NULL); -INSERT INTO international VALUES (580,'WebGUI',8,'Il tuo messaggio è stato respinto.',1045780571,NULL); -INSERT INTO international VALUES (579,'WebGUI',8,'Il tuo messaggio è stato approvato.',1045780560,NULL); -INSERT INTO international VALUES (578,'WebGUI',8,'Hai un messaggio pendente da approvare',1045780555,NULL); -INSERT INTO international VALUES (577,'WebGUI',8,'Rispondi',1045780550,NULL); -INSERT INTO international VALUES (576,'WebGUI',8,'Cancella',1045780545,NULL); -INSERT INTO international VALUES (575,'WebGUI',8,'Modifica',1045780542,NULL); -INSERT INTO international VALUES (574,'WebGUI',8,'Rifiuta',1045780538,NULL); -INSERT INTO international VALUES (572,'WebGUI',8,'Approva',1045780529,NULL); -INSERT INTO international VALUES (1026,'WebGUI',1,'Allow rich edit?',1065966219,'Asking the admin whether they wish to allow rich edit in a discussion.'); -INSERT INTO international VALUES (566,'WebGUI',8,'Modifica Timeout',1045780487,NULL); -INSERT INTO international VALUES (565,'WebGUI',8,'Chi può moderare?',1045780483,NULL); -INSERT INTO international VALUES (564,'WebGUI',8,'Chi può postare?',1045780478,NULL); -INSERT INTO international VALUES (563,'WebGUI',8,'Stato predefinito',1045780474,NULL); -INSERT INTO international VALUES (562,'WebGUI',8,'Pendente',1045780464,NULL); -INSERT INTO international VALUES (561,'WebGUI',8,'Respinto',1045780458,NULL); -INSERT INTO international VALUES (560,'WebGUI',8,'Approvato',1045780454,NULL); -INSERT INTO international VALUES (559,'WebGUI',8,'Esegui su Registrazione',1045780445,NULL); -INSERT INTO international VALUES (627,'WebGUI',8,'I profili sono usati per estendere le informazioni di un particolare utente. In alcuni casi i profili sono importanti per un sito, in altri casi non lo sono. Il sistema dei profili è completamente personalizzabile. Si possono aggiungere tutte le informazioni che si desidera.\n',1045780017,NULL); -INSERT INTO international VALUES (738,'WebGUI',8,'9 Guru',1045779568,NULL); -INSERT INTO international VALUES (737,'WebGUI',8,'8 Maestro',1045779559,NULL); -INSERT INTO international VALUES (736,'WebGUI',8,'7 Esperto',1045779547,NULL); -INSERT INTO international VALUES (735,'WebGUI',8,'6 Professionista',1045779535,NULL); -INSERT INTO international VALUES (733,'WebGUI',8,'4 Competente',1045779520,NULL); -INSERT INTO international VALUES (58,'USS',8,'Contributo Precedente',1045779377,NULL); -INSERT INTO international VALUES (59,'USS',8,'Prossimo Contributo',1045779366,NULL); -INSERT INTO international VALUES (61,'USS',8,'Sistema contributi degli Utenti, Aggiungi/Modifica',1048030816,NULL); -INSERT INTO international VALUES (3,'Product',8,'Sei sicuro di voler cancellare questa caratteristica?',1045779180,NULL); -INSERT INTO international VALUES (71,'SyndicatedContent',8,'Il contenuto da altri siti è contenuto che viene preso da altri siti usando le specifiche RDF/RSS. Questa tecnologia è spesso usata per estrarre titoli e sommari da vari siti di notizie, come CNN e Slashdot. Può essere usata anche per altre cose come punteggi sportivi, informazioni finanziarie, etc.
URL del file RSS
Metti qui lo URL esatto (incluso http://) del contenuto RDF o RSS. Il contenuto verrà scaricato ogni ora da questo URL.
Puoi trovare liste di contenuti disponibili in questo formato ai seguenti indirizzi:\n
- http://www.newsisfree.com
- http://www.syndic8.com
- http://www.voidstar.com/node.php?id=144
- http://my.userland.com
- http://www.webreference.com/services/news/
- http://www.xmltree.com
- http://w.moreover.com/
Template
\nScegli un template per questo contenuto.',1048067734,NULL); -INSERT INTO international VALUES (72,'FileManager',8,'File, Aggiungi/Modifica',1045778886,NULL); -INSERT INTO international VALUES (61,'FileManager',8,'File Manager, Aggiungi/Modifica',1045778861,NULL); -INSERT INTO international VALUES (72,'EventsCalendar',8,'Evento, Aggiungi/Modifica',1045778391,NULL); -INSERT INTO international VALUES (73,'EventsCalendar',8,'Titolo
\nIl titolo di questo evento.\n\n\nDescrizione
\nDescrive l\'evento o informazioni su dove si terrà etc.\n\n\n\nData di inizio
\nIn che data inizia l\'evento?\n\n\nData di conclusione
\nIn che data si conclude l\'evento?\n\n\nRicorre ogni...
\nOpzioni multiple per eventi ricorrenti.\n\n\nProcedi aggiungendo un evento?
\nSe vuoi aggiungere un altro evento seleziona \"Si\".\n',1045778382,NULL); -INSERT INTO international VALUES (61,'EventsCalendar',8,'Calendario Eventi, Aggiungi/Modifica',1068899046,NULL); -INSERT INTO international VALUES (61,'Article',8,'Articolo, Aggiungi/Modifica',1068899218,NULL); -INSERT INTO international VALUES (886,'WebGUI',8,'Nascondi dalla navigazione?',1045777723,NULL); -INSERT INTO international VALUES (888,'WebGUI',8,'Anteprima lunghezza Frammento',1045777692,NULL); -INSERT INTO international VALUES (884,'WebGUI',8,'Pop Up',1045777629,NULL); -INSERT INTO international VALUES (887,'WebGUI',8,'Midas (Mozilla 1.3+)',1048030883,NULL); -INSERT INTO international VALUES (883,'WebGUI',8,'Integrato (se supportato)',1045777585,NULL); -INSERT INTO international VALUES (885,'WebGUI',8,'Consenti agli utenti di disattivare il loro profilo?',1045777558,NULL); -INSERT INTO international VALUES (882,'WebGUI',8,'Modalità Editor',1045776720,NULL); -INSERT INTO international VALUES (881,'WebGUI',8,'Nessuno',1045776653,NULL); -INSERT INTO international VALUES (880,'WebGUI',8,'Ultimo Editor Selezionato',1045776639,NULL); -INSERT INTO international VALUES (879,'WebGUI',8,'Editor Classico (Internet Explorer 5+)',1045776574,NULL); -INSERT INTO international VALUES (875,'WebGUI',8,'Un nuovo messaggio è stato spedito ad uno dei thread a cui sei iscritto.',1068899206,NULL); -INSERT INTO international VALUES (874,'WebGUI',8,'Cancellati dal thread',1068899239,NULL); -INSERT INTO international VALUES (873,'WebGUI',8,'Sottoscrivi il thread',1068899185,NULL); -INSERT INTO international VALUES (872,'WebGUI',8,'Chi puo visualizzare?',1045776317,NULL); -INSERT INTO international VALUES (871,'WebGUI',8,'Chi può modificare?',1045776300,NULL); -INSERT INTO international VALUES (870,'WebGUI',8,'Benvenuto',1045776278,NULL); -INSERT INTO international VALUES (869,'WebGUI',8,'Messaggio di benvenuto',1045776258,NULL); -INSERT INTO international VALUES (868,'WebGUI',8,'Manda un messaggio di benvenuto?',1045776233,NULL); -INSERT INTO international VALUES (867,'WebGUI',8,'Perdita del privilegio',1045776201,NULL); -INSERT INTO international VALUES (865,'WebGUI',8,'Informa l\'utente della scadenza?',1045776108,NULL); -INSERT INTO international VALUES (862,'WebGUI',8,'Il profilo di questo utente non è pubblico.',1045775930,NULL); -INSERT INTO international VALUES (861,'WebGUI',8,'Rendi pubblico il profilo? ',1045775906,NULL); -INSERT INTO international VALUES (860,'WebGUI',8,'Rendi pubblico questo indirizzo email? ',1045775883,NULL); -INSERT INTO international VALUES (859,'WebGUI',8,'Firma',1045775855,NULL); -INSERT INTO international VALUES (855,'WebGUI',8,'Elenca tutti i template.',1045775845,NULL); -INSERT INTO international VALUES (854,'WebGUI',8,'Elenca tutti i template come questo.',1045775814,NULL); -INSERT INTO international VALUES (857,'WebGUI',8,'Indirizzo IP',1045775650,NULL); -INSERT INTO international VALUES (858,'WebGUI',8,'Alias',1045775636,NULL); -INSERT INTO international VALUES (856,'WebGUI',8,'In questo momento il tuo account non ha le proprietà per modificare.',1045775620,NULL); -INSERT INTO international VALUES (853,'WebGUI',8,'Cancella questo template',1045775525,NULL); -INSERT INTO international VALUES (852,'WebGUI',8,'Copia questo template.',1045775508,NULL); -INSERT INTO international VALUES (851,'WebGUI',8,'Modifica questo template.',1045775486,NULL); -INSERT INTO international VALUES (848,'WebGUI',8,'C\'\'è un errore di sintassi in questo template. Prego correggere.',1045775469,NULL); -INSERT INTO international VALUES (847,'WebGUI',8,'Torna alla pagina corrente.',1045775429,NULL); -INSERT INTO international VALUES (845,'WebGUI',8,'Macro Stili',1048030933,NULL); -INSERT INTO international VALUES (843,'WebGUI',8,'Macro utente',1048067601,NULL); -INSERT INTO international VALUES (839,'WebGUI',8,'Macro di programmazione',1048067575,NULL); -INSERT INTO international VALUES (841,'WebGUI',8,'Macro di navigazione',1048070874,NULL); -INSERT INTO international VALUES (838,'WebGUI',8,'Le Cartelle sono usate per organizzare i contenuti dell\'Archivio Collaterale,\nnello stesso modo in cui organizzi i file sul tuo hard disk.\nOrganizza in Cartelle
\nLe cartelle possono stare all\'interno di altre cartelle.\nIn quale cartella vuoi inserire questa cartella?\nName
\nDai un nome a questa cartella così puoi riconoscere cosa contiene.\nDescrizione
',1045775049,NULL); -INSERT INTO international VALUES (837,'WebGUI',8,'Cartella, Aggiungi/Modifica',1045770428,NULL); -INSERT INTO international VALUES (836,'WebGUI',8,'I Frammenti sono parti di testo o altri elementi che possono essere usati\nripetutamente sul tuo sito. Pensa a java scripts, style sheets, filmati\nflash , o anche slogan o pay-off questi sono esempi di Frammenti. Il Bello è\nche se hai bisogno di cambiare il testo etc, puoi cambiarlo una volta sola!\n
\nDescrivi la cartella in modo da ricordare perché è stata creata e che cosa\ndovrebbe contenere.Nome
\nDai a questo frammento un nome univoco da utilizzare in seguito per poterlo\nrichiamare.\nOrganizza in Cartelle
\nIn quale Cartella dell\'archivio collaterale deve essere inserito questo\nFrammento?\nFrammento
',1045770409,NULL); -INSERT INTO international VALUES (835,'WebGUI',8,'Frammento, Aggiungi/Modifica',1045769897,NULL); -INSERT INTO international VALUES (834,'WebGUI',8,'Puoi caricare qualsiasi tipo di file nell\'archivio in modo da poterlo usare in\nseguito.\n
\nComincia a scrivere! O meglio ancora, copia il frammento da qualche altro\ndocumento elettronico e incollalo qui.Nome
\nDai a questo file un nome univoco da utilizzare in seguito per poterlo\nrichiamare.\nOrganizza in Cartelle
\nIn quale Cartella dell\'archivio collaterale deve essere inserito questo file?\nFile
\n',1045769858,NULL); -INSERT INTO international VALUES (833,'WebGUI',8,'File, Aggiungi/Modifica',1045769537,NULL); -INSERT INTO international VALUES (831,'WebGUI',8,'Macro dell\'archivio collaterale',1054312030,NULL); -INSERT INTO international VALUES (830,'WebGUI',8,'I template delle pagine sono utilizzati per posizionare i wobject nelle pagine. Puoi avere qualsiasi numero di posizione nel template della pagina, ma devi avere sempre la posizione 1. Le variabili del posizionamento nel template della pagina appaiono in questo modo:\n
\nSeleziona un file da caricare dal tuo hard disk.
\n\n \n \n \n \n \n \n \n
\nGli elementi di posizionamento possono salire da 1 a un miliardo, dovrebbe essere più che sufficiente per un sito medio.',1045769428,NULL); -INSERT INTO international VALUES (829,'WebGUI',8,'Template Pagina',1045769044,NULL); -INSERT INTO international VALUES (827,'WebGUI',8,'Template Wobject',1054314200,NULL); -INSERT INTO international VALUES (824,'WebGUI',8,'Email intestazione a piè di pagina',1045768975,NULL); -INSERT INTO international VALUES (823,'WebGUI',8,'Vai alla nuova pagina.',1045768922,NULL); -INSERT INTO international VALUES (821,'WebGUI',8,'Qualsiasi',1045768899,NULL); -INSERT INTO international VALUES (820,'WebGUI',8,'Il tuo account non è attivato.Perciò non puoi entrate finchè non sarà attivato dall\'amministratore del sistema.',1045768886,NULL); -INSERT INTO international VALUES (734,'WebGUI',8,'5 Adepto',1045768778,NULL); -INSERT INTO international VALUES (732,'WebGUI',8,'3 Cadetto',1045768766,NULL); -INSERT INTO international VALUES (731,'WebGUI',8,'2 Addestrato',1045768747,NULL); -INSERT INTO international VALUES (818,'WebGUI',8,'Disattivato',1045754015,NULL); -INSERT INTO international VALUES (817,'WebGUI',8,'Attivo',1045753995,NULL); -INSERT INTO international VALUES (815,'WebGUI',8,'Il file che stai tendando di caricare è troppo grande.',1045753965,NULL); -INSERT INTO international VALUES (813,'WebGUI',8,'Gruppi in questo gruppo',1045753904,NULL); -INSERT INTO international VALUES (812,'WebGUI',8,'Il messaggio è stato inviato.',1045753885,NULL); -INSERT INTO international VALUES (811,'WebGUI',8,'Da',1045753867,NULL); -INSERT INTO international VALUES (810,'WebGUI',8,'Invia',1045753857,NULL); -INSERT INTO international VALUES (809,'WebGUI',8,'Email al Gruppo',1045753846,NULL); -INSERT INTO international VALUES (808,'WebGUI',8,'Email a questo gruppo.',1045753818,NULL); -INSERT INTO international VALUES (807,'WebGUI',8,'Gestisci i gruppi in questo gruppo.',1045753792,NULL); -INSERT INTO international VALUES (806,'WebGUI',8,'Cancella questo gruppo.',1045753771,NULL); -INSERT INTO international VALUES (802,'WebGUI',8,'Il sistema attualmente non sta tracciando le statistiche. Puoi abilitare la funzione da \"Gestisci Settaggi\".',1045753698,NULL); -INSERT INTO international VALUES (801,'WebGUI',8,'interazione con i Wobject',1045753627,NULL); -INSERT INTO international VALUES (800,'WebGUI',8,'Visitatori Unici',1045753606,NULL); -INSERT INTO international VALUES (799,'WebGUI',8,'Pagine Viste',1045753591,NULL); -INSERT INTO international VALUES (798,'WebGUI',8,'Titolo della Pagina',1045753575,NULL); -INSERT INTO international VALUES (797,'WebGUI',8,'Visualizza le statistiche del traffico.',1045753557,NULL); -INSERT INTO international VALUES (796,'WebGUI',8,'Visualizza le statistiche delle pagine.',1045753534,NULL); -INSERT INTO international VALUES (795,'WebGUI',8,'Roots',1045753508,NULL); -INSERT INTO international VALUES (794,'WebGUI',8,'Packages',1045753497,NULL); -INSERT INTO international VALUES (793,'WebGUI',8,'Parti dell\'Archivio Collaterale',1045753485,NULL); -INSERT INTO international VALUES (792,'WebGUI',8,'Template',1045753383,NULL); -INSERT INTO international VALUES (791,'WebGUI',8,'Cancella questa traduzione.',1045753367,NULL); -INSERT INTO international VALUES (790,'WebGUI/Profile',8,'Cancella questa categoria del profilo.',1045753349,NULL); -INSERT INTO international VALUES (789,'WebGUI/Profile',8,'Modifica questa categoria del profilo. ',1045753327,NULL); -INSERT INTO international VALUES (788,'WebGUI/Profile',8,'Cancella questo campo del profilo.',1045753298,NULL); -INSERT INTO international VALUES (786,'WebGUI',8,'L\'Archivio Collaterale consente di caricare files e testi in un deposito centralizzato, per usarli ovunque all\'interno dei contenuti del sito.',1054314178,NULL); -INSERT INTO international VALUES (787,'WebGUI/Profile',8,'Modifica questo campo del profilo.',1045753186,NULL); -INSERT INTO international VALUES (784,'WebGUI',8,'Thumbnail',1045753158,NULL); -INSERT INTO international VALUES (785,'WebGUI',8,'Archivio Collaterale, Gestisci',1054314140,NULL); -INSERT INTO international VALUES (783,'WebGUI',8,'Tipo',1045753117,NULL); -INSERT INTO international VALUES (782,'WebGUI',8,'Qualsiasi',1045753107,NULL); -INSERT INTO international VALUES (781,'WebGUI',8,'Frammento testo',1045753095,NULL); -INSERT INTO international VALUES (780,'WebGUI',8,'File',1045753076,NULL); -INSERT INTO international VALUES (779,'WebGUI',8,'Immagine',1045753065,NULL); -INSERT INTO international VALUES (778,'WebGUI',8,'Descrizione Cartella',1045753054,NULL); -INSERT INTO international VALUES (777,'WebGUI',8,'Id Cartella',1045753038,NULL); -INSERT INTO international VALUES (776,'WebGUI',8,'Modifica Cartella',1045753023,NULL); -INSERT INTO international VALUES (775,'WebGUI',8,'Sei sicuro di voler cancellare questa cartella? Non potrà più essere recuperata una volta cancellata.',1056290077,NULL); -INSERT INTO international VALUES (774,'WebGUI',8,'Sei sicuro di vole cancellare questo elemento? Non sarà più recuperabile una volta eliminato.',1045752934,NULL); -INSERT INTO international VALUES (773,'WebGUI',8,'File',1045752719,NULL); -INSERT INTO international VALUES (772,'WebGUI',8,'Modifica File',1045752708,NULL); -INSERT INTO international VALUES (771,'WebGUI',8,'Frammento',1045752692,NULL); -INSERT INTO international VALUES (770,'WebGUI',8,'Modifica Frammento',1045752680,NULL); -INSERT INTO international VALUES (769,'WebGUI',8,'Organizza in Cartelle',1045752662,NULL); -INSERT INTO international VALUES (768,'WebGUI',8,'Nome',1045752640,NULL); -INSERT INTO international VALUES (767,'WebGUI',8,'Id dell\'archivio collaterale',1045752630,NULL); -INSERT INTO international VALUES (766,'WebGUI',8,'Torna alla lista dell\'archivio collaterale.',1045752575,NULL); -INSERT INTO international VALUES (765,'WebGUI',8,'Cancella questo elemento dell\'archivio collaterale.',1045752548,NULL); -INSERT INTO international VALUES (763,'WebGUI',8,'Aggiungi un frammento (testo etc.).',1045752452,NULL); -INSERT INTO international VALUES (762,'WebGUI',8,'Aggiungi un file.',1045752354,NULL); -INSERT INTO international VALUES (760,'WebGUI',8,'Cancella questa cartella.',1045752308,NULL); -INSERT INTO international VALUES (759,'WebGUI',8,'Modifica questa cartella.',1045752290,NULL); -INSERT INTO international VALUES (758,'WebGUI',8,'Aggiungi una cartella.',1045752263,NULL); -INSERT INTO international VALUES (757,'WebGUI',8,'Gestisci Archivio Collaterale',1045752233,NULL); -INSERT INTO international VALUES (756,'WebGUI',8,'Torna alla lista dei gruppi.',1045752184,NULL); -INSERT INTO international VALUES (754,'WebGUI',8,'Gestisci gli utenti di questo gruppo.',1045752165,NULL); -INSERT INTO international VALUES (753,'WebGUI',8,'Modifica questo gruppo.',1045752137,NULL); -INSERT INTO international VALUES (752,'WebGUI',8,'Visualizza il profilo di questo utente.',1045752114,NULL); -INSERT INTO international VALUES (751,'WebGUI',8,'Diventa questo utente.',1045752087,NULL); -INSERT INTO international VALUES (750,'WebGUI',8,'Cancella questo utente.',1045752071,NULL); -INSERT INTO international VALUES (749,'WebGUI',8,'Traccia le statistiche delle pagine?',1045752048,NULL); -INSERT INTO international VALUES (747,'WebGUI',8,'Il nome utente deve contenere solo caratteri alfanumerici.',1045752012,NULL); -INSERT INTO international VALUES (746,'WebGUI',8,'Set Icone Pulsanti di comando',1045751975,NULL); -INSERT INTO international VALUES (745,'WebGUI',8,'Torna alla pagina.',1045751953,NULL); -INSERT INTO international VALUES (744,'WebGUI',8,'Prossima Azione?',1045751935,NULL); -INSERT INTO international VALUES (743,'WebGUI',8,'Devi inserire un indirizzo email valido per recuperare la tua password.',1045751910,NULL); -INSERT INTO international VALUES (739,'WebGUI',8,'LIvello Interfaccia Utente',1045751324,NULL); -INSERT INTO international VALUES (730,'WebGUI',8,'1 Apprendista',1045751118,NULL); -INSERT INTO international VALUES (729,'WebGUI',8,'0 Principianti',1045751079,NULL); -INSERT INTO international VALUES (76,'USS',8,'Template di inserimento',1045751040,NULL); -INSERT INTO international VALUES (74,'USS',8,'Template Sistema di contributi degli utenti',1045751011,NULL); -INSERT INTO international VALUES (73,'USS',8,'Template di inserimento',1045750803,NULL); -INSERT INTO international VALUES (9,'Survey',8,'Survey (Ricerca di Mercato)',1045747751,NULL); -INSERT INTO international VALUES (80,'Survey',8,'secondi',1045747725,NULL); -INSERT INTO international VALUES (8,'Survey',8,'Ordine domande',1045747714,NULL); -INSERT INTO international VALUES (79,'Survey',8,'minuti',1045747697,NULL); -INSERT INTO international VALUES (78,'Survey',8,'Tempo totale',1045747686,NULL); -INSERT INTO international VALUES (77,'Survey',8,'Data di Fine',1045747673,NULL); -INSERT INTO international VALUES (76,'Survey',8,'Data di inizio',1045747658,NULL); -INSERT INTO international VALUES (75,'Survey',8,'Modifica questa domanda.',1045747643,NULL); -INSERT INTO international VALUES (74,'Survey',8,'Sei sicuro di voler cancellare tutti i responsi?',1045747624,NULL); -INSERT INTO international VALUES (73,'Survey',8,'Cancella tutti i responsi',1045747600,NULL); -INSERT INTO international VALUES (71,'Survey',8,'Classifica',1045747543,NULL); -INSERT INTO international VALUES (70,'Survey',8,'Responsi individuali',1045747529,NULL); -INSERT INTO international VALUES (69,'Survey',8,'Cancella i risultati di questo utente.',1045747385,NULL); -INSERT INTO international VALUES (67,'Survey',8,'Utenti',1045747301,NULL); -INSERT INTO international VALUES (66,'Survey',8,'Risultati',1045747283,NULL); -INSERT INTO international VALUES (65,'Survey',8,'Esporta ricapitolazione composita.',1045747127,NULL); -INSERT INTO international VALUES (64,'Survey',8,'Esporta i risultati.',1045746867,NULL); -INSERT INTO international VALUES (63,'Survey',8,'Esporta le domande.',1045746849,NULL); -INSERT INTO international VALUES (62,'Survey',8,'Esporta le risposte.',1045746834,NULL); -INSERT INTO international VALUES (61,'Survey',8,'Visualizza la classifica.',1045746814,NULL); -INSERT INTO international VALUES (60,'Survey',8,'Torna alla Ricerca',1045746785,NULL); -INSERT INTO international VALUES (6,'Survey',8,'Random',1045746762,NULL); -INSERT INTO international VALUES (59,'Survey',8,'Vedi statistiche',1045746750,NULL); -INSERT INTO international VALUES (58,'Survey',8,'Anteprima statistica',1045746730,NULL); -INSERT INTO international VALUES (57,'Survey',8,'Commenti',1045746545,NULL); -INSERT INTO international VALUES (56,'Survey',8,'Visualizza i commenti',1045746535,NULL); -INSERT INTO international VALUES (55,'Survey',8,'Visualizza Risultati',1045746501,NULL); -INSERT INTO international VALUES (54,'Survey',8,'Percentuale',1045746481,NULL); -INSERT INTO international VALUES (53,'Survey',8,'Risultati',1045746469,NULL); -INSERT INTO international VALUES (52,'Survey',8,'Punteggio',1045746455,NULL); -INSERT INTO international VALUES (51,'Survey',8,'Commenti?',1045746444,NULL); -INSERT INTO international VALUES (50,'Survey',8,'Prossima',1045746431,NULL); -INSERT INTO international VALUES (5,'Survey',8,'Sequenziale',1045746420,NULL); -INSERT INTO international VALUES (49,'Survey',8,'Attualmente non può prenedere parte a questo quiz.',1045746406,NULL); -INSERT INTO international VALUES (48,'Survey',8,'Attualmente non può partecipare a questa ricerca.',1045746373,NULL); -INSERT INTO international VALUES (47,'Survey',8,'Il quiz è stato completato.',1045746275,NULL); -INSERT INTO international VALUES (46,'Survey',8,'Grazie per aver partecipato alla nostra ricerca.',1045746239,NULL); -INSERT INTO international VALUES (45,'Survey',8,'Sei sicuro di voler cancellare questa risposta e i relativi responsi?',1045746189,NULL); -INSERT INTO international VALUES (44,'Survey',8,'Sei sicuro di voler cancellare questa domanda, le risposte e i responsi relativi?',1045745825,NULL); -INSERT INTO international VALUES (43,'Survey',8,'Mai',1045745726,NULL); -INSERT INTO international VALUES (42,'Survey',8,'Occasionalmente',1045745717,NULL); -INSERT INTO international VALUES (41,'Survey',8,'Frequentemente',1045745703,NULL); -INSERT INTO international VALUES (40,'Survey',8,'Sempre',1045745684,NULL); -INSERT INTO international VALUES (39,'Survey',8,'Non applicabile',1045745665,NULL); -INSERT INTO international VALUES (37,'Survey',8,'Non d\'accordo',1045745623,NULL); -INSERT INTO international VALUES (36,'Survey',8,'Non del tutto d\'accordo',1045745603,NULL); -INSERT INTO international VALUES (35,'Survey',8,'Abbastanza d\'accordo',1045745574,NULL); -INSERT INTO international VALUES (34,'Survey',8,'D\'accordo',1045745369,NULL); -INSERT INTO international VALUES (33,'Survey',8,'Completamente d\'accordo',1045745347,NULL); -INSERT INTO international VALUES (32,'Survey',8,'Falso',1045745320,NULL); -INSERT INTO international VALUES (31,'Survey',8,'Vero',1045745311,NULL); -INSERT INTO international VALUES (30,'Survey',8,'Aggiungi una nuova domanda',1045745300,NULL); -INSERT INTO international VALUES (3,'Survey',8,'Ricerca, Aggiungi/Modifica',1045745283,NULL); -INSERT INTO international VALUES (29,'Survey',8,'Aggiungi una risposta con testo',1045745256,NULL); -INSERT INTO international VALUES (28,'Survey',8,'Aggiungi una domanda',1045745223,NULL); -INSERT INTO international VALUES (27,'Survey',8,'Aggiungi una risposta tipo opinione (sono d\'accordo/non sono d\'accordo)',1045745208,NULL); -INSERT INTO international VALUES (26,'Survey',8,'Aggiungi una frequenza di risposte (sempre/mai)',1045745138,NULL); -INSERT INTO international VALUES (25,'Survey',8,'Aggiungi una risposta vero/falso',1045744964,NULL); -INSERT INTO international VALUES (24,'Survey',8,'Aggiungi una risposta a scelta multipla ',1045744941,NULL); -INSERT INTO international VALUES (23,'Survey',8,'Aggiungi una nuova risposta',1048067377,NULL); -INSERT INTO international VALUES (22,'Survey',8,'Tipo di risposta',1045744787,NULL); -INSERT INTO international VALUES (21,'Survey',8,'Vai a',1045744732,NULL); -INSERT INTO international VALUES (20,'Survey',8,'Questa risposta è corretta?',1045744720,NULL); -INSERT INTO international VALUES (2,'Survey',8,'modifica Ricerca',1045744700,NULL); -INSERT INTO international VALUES (19,'Survey',8,'Risposta',1045744684,NULL); -INSERT INTO international VALUES (18,'Survey',8,'Modifica risposta',1045744673,NULL); -INSERT INTO international VALUES (17,'Survey',8,'Modifica domanda',1045744659,NULL); -INSERT INTO international VALUES (16,'Survey',8,'Randomizza le risposte?',1045744646,NULL); -INSERT INTO international VALUES (15,'Survey',8,'Consenti commenti?',1045744605,NULL); -INSERT INTO international VALUES (14,'Survey',8,'Domanda',1045744584,NULL); -INSERT INTO international VALUES (13,'Survey',8,'Chi può vedere i risultati?',1045744573,NULL); -INSERT INTO international VALUES (12,'Survey',8,'Chi può partecipare alla Ricerca',1045744551,NULL); -INSERT INTO international VALUES (11,'Survey',8,'Modo',1045744517,NULL); -INSERT INTO international VALUES (10,'Survey',8,'Quiz',1045744505,NULL); -INSERT INTO international VALUES (1,'Survey',8,'Survey (Ricerca di Mercato)',1045744487,NULL); -INSERT INTO international VALUES (75,'SiteMap',8,'Tutte le Roots',1045744348,NULL); -INSERT INTO international VALUES (74,'SiteMap',8,'Questa Pagina',1045744332,NULL); -INSERT INTO international VALUES (72,'SiteMap',8,'Template Mappa del Sito',1048067345,NULL); -INSERT INTO international VALUES (73,'MessageBoard',8,'Forum Template',1068899086,NULL); -INSERT INTO international VALUES (73,'DataForm',8,'Invia',1045680189,NULL); -INSERT INTO international VALUES (75,'FileManager',8,'File Manager Template',1045680095,NULL); -INSERT INTO international VALUES (74,'FileManager',8,'Aggiungi un nuovo file',1045680082,NULL); -INSERT INTO international VALUES (96,'EventsCalendar',8,'Template Evento',1045679634,NULL); -INSERT INTO international VALUES (95,'EventsCalendar',8,'Le seguenti variabili dei template sono disponibili per personalizzare il\nCalendario Eventi.
\naddevent.url
\nL\'URL da inserire in un evento nel calendario.\naddevent.label
\nL\'etichetta tradotta per il link aggiungi evento.\ncalendar.big
\nUn Calendario a piena pagina.\ncalendar.small
\nUn calendario piccolo che mostra solo le date.\ncalendar.firstPage
\nUn Link alla prima pagina dell\'impaginazione del calendario.\ncalendar.lastPage
\nUn Link all\'ultima pagina dell\'impaginazione del calendario.\ncalendar.nextPage
\nUn Link alla prossima pagina dell\'impaginazione del calendario.\ncalendar.previousPage
\nUn Link alla pagina precedente dell\'impaginazione del calendario.\ncalendar.pageList
\nUna lista di link a tutte le pagine dell\'impaginazione del calendario.\ncalendar.multiplePages
\nUna variabile che indica dove esiste più di una pagina nell\'impaginazione del\ncalendario.\nlist_loop
\nUn ciclo contenente la visualizzazione a lista di un Calendario Eventi.\n\n list.date\n
\n La data di questo evento.\nlist.title
\n Il titolo di questo evento.\nlist.description
\n La descrizione di questo evento.\nlist.sameAsPrevious
\n Una variabile che indica se questo evento ha la stessa data dell\'ultimo\n evento.\nlist.url
\n L\'URL della pagina piena di questo evento.\nlist.controls
\n I controlli di WebGUI per la gestione di questo evento.\n\n
list.firstPage
\nUn Link alla prima pagina dell\'impaginazione.\nlist.lastPage
\nUn Link all\'ultima pagina dell\'impaginazione.\nlist.nextPage
\nUn Link alla prossima pagina dell\'impaginazione.\nlist.previousPage
\nUn Link alla precedente pagina dell\'impaginazione del calendario.\nlist.pageList
\nUna lista di link a tutte le pagine dell\'impaginazione.\nlist.multiplePages
\n\n',1054313654,NULL); -INSERT INTO international VALUES (24,'PhotoGallery',8,'Caricamento immagine',1034023843,NULL); -INSERT INTO international VALUES (94,'EventsCalendar',8,'Template Calendario Eventi',1045677272,NULL); -INSERT INTO international VALUES (93,'EventsCalendar',8,'Prossimo Evento',1045677244,NULL); -INSERT INTO international VALUES (92,'EventsCalendar',8,'Evento Precedente',1045677224,NULL); -INSERT INTO international VALUES (91,'EventsCalendar',8,'Aggiungi un nuovo evento',1045677086,NULL); -INSERT INTO international VALUES (90,'EventsCalendar',8,'Mese di inizio',1045677068,NULL); -INSERT INTO international VALUES (89,'EventsCalendar',8,'Mostra 3 mesi dall\'inizio',1045677044,NULL); -INSERT INTO international VALUES (88,'EventsCalendar',8,'Mostra 6 mesi dall\'inizio',1045677030,NULL); -INSERT INTO international VALUES (87,'EventsCalendar',8,'Mostra 9 mesi dall\'inizio',1045677016,NULL); -INSERT INTO international VALUES (86,'EventsCalendar',8,'Mostra 12 mesi dall\'inizio',1045676999,NULL); -INSERT INTO international VALUES (85,'EventsCalendar',8,'Ultimo nel calendario',1045676981,NULL); -INSERT INTO international VALUES (84,'EventsCalendar',8,'Mese di fine',1045676965,NULL); -INSERT INTO international VALUES (83,'EventsCalendar',8,'Primo nel calendario',1045676952,NULL); -INSERT INTO international VALUES (82,'EventsCalendar',8,'Corrente',1045676931,NULL); -INSERT INTO international VALUES (81,'EventsCalendar',8,'Mese di inizio',1045676915,NULL); -INSERT INTO international VALUES (80,'EventsCalendar',8,'Template Evento',1045676895,NULL); -INSERT INTO international VALUES (1,'Auth/WebGUI',8,'WebGUI Authentication Options',1045676875,NULL); -INSERT INTO international VALUES (9,'Auth/SMB',8,'NT Password',1045676853,NULL); -INSERT INTO international VALUES (8,'Auth/SMB',8,'NT Login',1045676845,NULL); -INSERT INTO international VALUES (7,'Auth/SMB',8,'NT Domain',1045676835,NULL); -INSERT INTO international VALUES (6,'Auth/SMB',8,'BDC',1045676827,NULL); -INSERT INTO international VALUES (5,'Auth/SMB',8,'PDC',1045676601,NULL); -INSERT INTO international VALUES (4,'Auth/SMB',8,'SMB Logon Errore (3)\nHai fornito una combinazione nome utente/password non valida. Prova ancora.',1045599392,NULL); -INSERT INTO international VALUES (3,'Auth/SMB',8,'SMB Protocol Errore (2)
\nUna variabile che indica dove esiste più di una pagina nell\'impaginazione.
\nContatta l\'amministratore di sistema.',1045599308,NULL); -INSERT INTO international VALUES (2,'Auth/SMB',8,'SMB Server Error (1)
Something went wrong accessing the domain controller. Perhaps the connection timed out. Please try again or contact your sysadmin.',1045599050,NULL); -INSERT INTO international VALUES (1,'Auth/SMB',8,'Opzioni Autenticazione SMB',1045598968,NULL); -INSERT INTO international VALUES (1,'Auth/LDAP',8,'Opzioni Autenticazione LDAP ',1045598946,NULL); -INSERT INTO international VALUES (72,'Article',8,'Template Articolo',1048080145,NULL); -INSERT INTO international VALUES (605,'WebGUI',8,'Aggiungi Gruppi',1034020648,NULL); -INSERT INTO international VALUES (5,'Auth/WebGUI',8,'La tua password non può essere \"password\".',1031880154,NULL); -INSERT INTO international VALUES (725,'WebGUI',8,'La tua username non può essere vuota.',1031879612,NULL); -INSERT INTO international VALUES (724,'WebGUI',8,'La tua username non può iniziare o finire con uno spazio.',1031879593,NULL); -INSERT INTO international VALUES (4,'Auth/WebGUI',8,'La tua password non può essere vuota.',1031879567,NULL); -INSERT INTO international VALUES (723,'WebGUI',8,'Non Approvato',1031800566,NULL); -INSERT INTO international VALUES (722,'WebGUI',8,'Id',1031517195,NULL); -INSERT INTO international VALUES (721,'WebGUI',8,'Namespace',1031515005,NULL); -INSERT INTO international VALUES (720,'WebGUI',8,'OK',1031514777,NULL); -INSERT INTO international VALUES (719,'WebGUI',8,'Non aggiornato',1031514679,NULL); -INSERT INTO international VALUES (12,'Poll',8,'Totale Voti',1054311212,NULL); -INSERT INTO international VALUES (48,'Product',8,'Sei sicuro di voler cancellare questo Beneficio? Non sarà possibile ripristinarlo una volta cancellato.',1031514049,NULL); -INSERT INTO international VALUES (49,'Product',8,'Beneficio Prodotto, Aggiungi/Modifica',1031514049,NULL); -INSERT INTO international VALUES (51,'Product',8,'Beneficio',1031514049,NULL); -INSERT INTO international VALUES (72,'Poll',8,'Randomizzare le risposte?',1031514049,NULL); -INSERT INTO international VALUES (75,'EventsCalendar',8,'Quale vuoi fare?',1031514049,NULL); -INSERT INTO international VALUES (76,'EventsCalendar',8,'cancella solo questo evento.',1031514049,NULL); -INSERT INTO international VALUES (77,'EventsCalendar',8,'Cancella questo evento e tutte le sue ricorrenze.',1031514049,NULL); -INSERT INTO international VALUES (78,'EventsCalendar',8,'Non cancellare nulla, ho fatto un errore.',1031514049,NULL); -INSERT INTO international VALUES (52,'Product',8,'Aggiungi un\'altro beneficio?',1031514049,NULL); -INSERT INTO international VALUES (53,'Product',8,'Modifica Beneficio',1031514049,NULL); -INSERT INTO international VALUES (54,'Product',8,'Benefici',1031514049,NULL); -INSERT INTO international VALUES (55,'Product',8,'Aggiungi un beneficio.',1031514049,NULL); -INSERT INTO international VALUES (56,'Product',8,'Aggiungi un template prodotto.',1031514049,NULL); -INSERT INTO international VALUES (58,'Product',8,'Modifica Template Prodotto',1031514049,NULL); -INSERT INTO international VALUES (59,'Product',8,'Nome',1031514049,NULL); -INSERT INTO international VALUES (60,'Product',8,'Template',1031514049,NULL); -INSERT INTO international VALUES (699,'WebGUI',8,'Primo giorno della settimana',1031514049,NULL); -INSERT INTO international VALUES (702,'WebGUI',8,'Mese(i)',1031514049,NULL); -INSERT INTO international VALUES (703,'WebGUI',8,'Anno(i)',1031514049,NULL); -INSERT INTO international VALUES (704,'WebGUI',8,'Secondo(i)',1031514049,NULL); -INSERT INTO international VALUES (705,'WebGUI',8,'Minuto(i)',1031514049,NULL); -INSERT INTO international VALUES (706,'WebGUI',8,'Ora(e)',1031514049,NULL); -INSERT INTO international VALUES (707,'WebGUI',8,'Mostra debugging?',1031514049,NULL); -INSERT INTO international VALUES (715,'WebGUI',8,'Redireziona URL',1031514049,NULL); -INSERT INTO international VALUES (716,'WebGUI',8,'Login',1031514049,NULL); -INSERT INTO international VALUES (717,'WebGUI',8,'Logout',1031514049,NULL); -INSERT INTO international VALUES (896,'WebGUI',1,'Cache Timeout (Visitors)',1056292980,NULL); -INSERT INTO international VALUES (895,'WebGUI',1,'Cache Timeout',1056292971,NULL); -INSERT INTO international VALUES (72,'SyndicatedContent',1,'Syndicated Content Template',1047855526,NULL); -INSERT INTO international VALUES (73,'SyndicatedContent',1,'The following are the template variables available to the Syndicated Content template.\r\n\r\n\r\n\r\nchannel.title
\r\nThe title of this piece of syndicated content.\r\n\r\n\r\nchannel.description
\r\nA description of the content available through this channel.\r\n\r\n\r\nchannel.link
\r\nA URL back to the originating site of this channel.\r\n\r\n\r\nitem_loop
\r\nA loop containing the data from this channel.\r\n\r\n\r\n\r\ntitle',1047855526,NULL); -INSERT INTO international VALUES (1030,'WebGUI',1,'by',1047842270,NULL); -INSERT INTO international VALUES (1029,'WebGUI',1,'Edited at',1047842180,NULL); -INSERT INTO international VALUES (896,'WebGUI',10,'Side cache timeout (gæster)',1047941737,NULL); -INSERT INTO international VALUES (895,'WebGUI',10,'Side cache timeout',1047941722,NULL); -INSERT INTO international VALUES (893,'WebGUI',10,'Wobject egenskaber',1047941704,NULL); -INSERT INTO international VALUES (892,'WebGUI',10,'Diskussion',1047941691,NULL); -INSERT INTO international VALUES (891,'WebGUI',10,'Omvend kun makroer',1047941682,NULL); -INSERT INTO international VALUES (889,'WebGUI',10,'Style Sheets, Faneblad',1047941643,NULL); -INSERT INTO international VALUES (758,'WebGUI',10,'Tilføj en mappe.',1047941585,NULL); -INSERT INTO international VALUES (757,'WebGUI',10,'Administrer brochurer',1047941567,NULL); -INSERT INTO international VALUES (756,'WebGUI',10,'Tilbage till gruppe liste.',1047941548,NULL); -INSERT INTO international VALUES (754,'WebGUI',10,'Administrer brugere i denne gruppe',1047941534,NULL); -INSERT INTO international VALUES (753,'WebGUI',10,'Rediger denne gruppe',1047941484,NULL); -INSERT INTO international VALUES (751,'WebGUI',10,'Funger som denne bruger.',1047941471,NULL); -INSERT INTO international VALUES (750,'WebGUI',10,'Slet denne bruger.',1047941450,NULL); -INSERT INTO international VALUES (749,'WebGUI',10,'Gem data for side statistik?',1047941439,NULL); -INSERT INTO international VALUES (748,'WebGUI',10,'Bruger antal',1047941411,NULL); -INSERT INTO international VALUES (747,'WebGUI',10,'Brugernavn må kun indeholde alfanumeriske tegn.',1047941398,NULL); -INSERT INTO international VALUES (746,'WebGUI',10,'Ikon sæt for toolbar',1047941373,NULL); -INSERT INTO international VALUES (745,'WebGUI',10,'Gå tilbage til siden.',1047941356,NULL); -INSERT INTO international VALUES (728,'WebGUI',10,'Er du sikker på du vil slette denne fil?',1047941323,NULL); -INSERT INTO international VALUES (76,'USS',10,'Indlæg skabelon',1047941144,NULL); -INSERT INTO international VALUES (74,'USS',10,'Brugerindlægs System skabelon',1047941126,NULL); -INSERT INTO international VALUES (73,'USS',10,'Skabelon for indlæg',1047941108,NULL); -INSERT INTO international VALUES (61,'USS',10,'Brugerindlæg System, Tilføj/Rediger',1047941076,NULL); -INSERT INTO international VALUES (59,'USS',10,'Næste indlæg',1047941054,NULL); -INSERT INTO international VALUES (58,'USS',10,'Forrige indlæg',1047941045,NULL); -INSERT INTO international VALUES (57,'USS',10,'Besvarelser',1047941029,NULL); -INSERT INTO international VALUES (53,'USS',10,'Layout',1047941018,NULL); -INSERT INTO international VALUES (52,'USS',10,'Miniature',1047941010,NULL); -INSERT INTO international VALUES (51,'USS',10,'Vis miniature?',1047940999,NULL); -INSERT INTO international VALUES (48,'USS',10,'Tillad diskussion?',1047940986,NULL); -INSERT INTO international VALUES (47,'USS',10,'Poster et svar',1047940975,NULL); -INSERT INTO international VALUES (46,'USS',10,'Læs mere...',1047940940,NULL); -INSERT INTO international VALUES (1034,'WebGUI',1,'Post Form Template',1066034620,'Tell the admin to select a template for post forms in this forum.'); -INSERT INTO international VALUES (41,'USS',10,'Dato',1047940918,NULL); -INSERT INTO international VALUES (39,'USS',10,'Skriv et svar',1047940909,NULL); -INSERT INTO international VALUES (30,'USS',10,'Karma pr. indlæg',1047940857,NULL); -INSERT INTO international VALUES (28,'DataForm',10,'Option for tekstområde',1047940563,NULL); -INSERT INTO international VALUES (27,'DataForm',10,'Højde',1047940544,NULL); -INSERT INTO international VALUES (9,'HttpProxy',10,'Cookie katalog',1047940518,NULL); -INSERT INTO international VALUES (8,'HttpProxy',10,'Følg videre redirigeringer?',1047940506,NULL); -INSERT INTO international VALUES (6,'HttpProxy',10,'Fjern stil?',1047940483,NULL); -INSERT INTO international VALUES (5,'HttpProxy',10,'Tillad proxy af andre domæner?',1047940469,NULL); -INSERT INTO international VALUES (4,'HttpProxy',10,'Timeout',1047940449,NULL); -INSERT INTO international VALUES (3,'HttpProxy',10,'HTTP Proxy',1047940439,NULL); -INSERT INTO international VALUES (2,'HttpProxy',10,'Rediger HTTP Proxy',1047940427,NULL); -INSERT INTO international VALUES (10,'HttpProxy',10,'HTTP Proxy, Tilføj/Rediger',1047940410,NULL); -INSERT INTO international VALUES (1,'HttpProxy',10,'URL',1047940393,NULL); -INSERT INTO international VALUES (61,'FileManager',10,'Fil manager, TIlføj/Rediger',1047940368,NULL); -INSERT INTO international VALUES (1030,'WebGUI',10,'af',1047940324,NULL); -INSERT INTO international VALUES (1029,'WebGUI',10,'Redigeret kl.',1047940318,NULL); -INSERT INTO international VALUES (1024,'WebGUI',10,'Filtrer post',1047940296,NULL); -INSERT INTO international VALUES (73,'DataForm',6,'Skicka',1047901148,NULL); -INSERT INTO international VALUES (73,'MessageBoard',6,'Mall för meddelandeforum',1050403030,NULL); -INSERT INTO international VALUES (2,'Auth/SMB',6,'SMB Server Error(1)\r\n
\r\nThe title of a piece of content.\r\n\r\n\r\ndescription
\r\nThe description of the content.\r\n\r\n\r\nlink\r\nA URL directly to the original content.\r\n\r\n
\r\nNågot gick fel när domänkontrollanten skulle kontaktas. Kanske tog kontakten för lång tid. Var god försök igen eller kontakta din systemadministratör.',1047901072,NULL); -INSERT INTO international VALUES (1,'Auth/SMB',6,'SMB Autentiseringsinställningar',1047900964,NULL); -INSERT INTO international VALUES (1,'Auth/LDAP',6,'LDAP autentiseringsinställningar',1047900938,NULL); -INSERT INTO international VALUES (72,'SiteMap',6,'Mall för innehållskarta',1050403150,NULL); -INSERT INTO international VALUES (30,'Survey',6,'Lägg till en ny fråga.',1047900684,NULL); -INSERT INTO international VALUES (3,'Survey',6,'Undersökning, Addera/Redigera',1047900662,NULL); -INSERT INTO international VALUES (29,'Survey',6,'Addera ett textsvar.',1047900633,NULL); -INSERT INTO international VALUES (28,'Survey',6,'Lägg till en fråga.',1047900600,NULL); -INSERT INTO international VALUES (27,'Survey',6,'Addera en åsikts(håller med/håller inte med)-svar.',1047900578,NULL); -INSERT INTO international VALUES (26,'Survey',6,'Addera ett frekvens-(alltid/aldrig)-svar.',1047900542,NULL); -INSERT INTO international VALUES (25,'Survey',6,'Addera ett sant/falsk-svar.',1047900487,NULL); -INSERT INTO international VALUES (24,'Survey',6,'Lägg till ett flervalssvar.',1047900454,NULL); -INSERT INTO international VALUES (23,'Survey',6,'Lägg till nytt svarsalternativ.',1047900427,NULL); -INSERT INTO international VALUES (22,'Survey',6,'Svarstyp',1047900403,NULL); -INSERT INTO international VALUES (21,'Survey',6,'Gå Till',1047900385,NULL); -INSERT INTO international VALUES (20,'Survey',6,'Är detta svar korrekt?',1047900366,NULL); -INSERT INTO international VALUES (2,'Survey',6,'Redigera Undersökning',1047900345,NULL); -INSERT INTO international VALUES (19,'Survey',6,'Svar',1047900323,NULL); -INSERT INTO international VALUES (18,'Survey',6,'Redigera Svarsalternativ',1047900303,NULL); -INSERT INTO international VALUES (17,'Survey',6,'Redigera Fråga',1047900275,NULL); -INSERT INTO international VALUES (16,'Survey',6,'Slumpmässiga svar?',1047900253,NULL); -INSERT INTO international VALUES (15,'Survey',6,'Tillåt kommentarer?',1047900220,NULL); -INSERT INTO international VALUES (14,'Survey',6,'Fråga',1047900196,NULL); -INSERT INTO international VALUES (13,'Survey',6,'Vem kan visa rapporter?',1047900179,NULL); -INSERT INTO international VALUES (12,'Survey',6,'Vem kan delta i undersökningen?',1047900154,NULL); -INSERT INTO international VALUES (4,'Survey',6,'Undersökningar tillåter dig samla information från dina användare. Vad gäller WebGUI:s undersökningar så kan du också använda dem för att testa dina användares kunskap.\r\n\r\nFrågeordning\r\n
\r\nOrdningen som frågorna ställs. \"Sekventiell\" visar frågorna i den ordning du skapade dem. \"Slumpmässig\" visar frågorna slumpmässigt. \"Svarsstyrd\" visar frågorna i en ordning som baseras på användarens svar.\r\n\r\nMetod\r\n
\r\nStandardläget för en undersökning är \"survey\". Detta används för att ställa frågor till användaren. I läget \"Frågesport\" kan du använda undersökningar som självrättande prov av dina användares kunskaper.\r\n\r\nVem kan delta i undersökningar?\r\n
\r\nVilka användare som kan delta i en undersökning.\r\n\r\nVem kan visa rapported?\r\n
\r\nVilka som kan se resultated av undersökningen.\r\n\r\nV!\nad göra här näst?\r\n
\r\nOm du lämnar detta med standardinställningar kan du direkt lägga till frågor efter att skapat undersökningen.',1047900127,NULL); -INSERT INTO international VALUES (11,'Survey',6,'Metod',1047900081,NULL); -INSERT INTO international VALUES (10,'Survey',6,'Frågelek',1047900015,NULL); -INSERT INTO international VALUES (1,'Survey',6,'Undersökning',1047899992,NULL); -INSERT INTO international VALUES (73,'Article',6,'Följande variabler är tillgängliga i artikelmallar.\r\n\r\nattachment.box
\r\nGet en standard WebGUI bilagetruta med ikon, filnamn och bilageindikator.\r\n\r\nattachment.icon
\r\nURL:en till ikonbilden för denna bilagstyp.\r\n\r\nattachment.name
\r\nFilnamnet för denna bilaga.\r\n\r\nattachment.url
\r\nURL:en för att ladda ner denna bilaga.\r\n\r\nimage.thumbnail
\r\nURL:en till tumnagelsbilden för den bilagda bilden.\r\n\r\nimage.url
\r\nURL:en för den bilagda bilden.\r\n\r\npost.label
\r\nEn översatt etikett för att addera en kommentar till denna artikel.\r\n\r\npost.URL
\r\nURL:en för att addera en kommentar till denna artikel.\r\n\r\nreplies.count
\r\nAntal svar på denna artikel. \r\n\r\nreplies.label
\r\nEn översatt!\n etikett som indikerar att man kan titta på svar.\r\n\r\nreplies.url
\r\nURL:en för att titta på svar till denna artikel. \r\n',1047899888,NULL); -INSERT INTO international VALUES (75,'USS',6,'Detta är en lista av defaultvariabler som är tillgängliga i mallarna till användarnas inläggssystem.\r\n\r\nreadmore.label\r\n
\r\nEn översatt etikett som indikerar att användaren skall klicka för att läsa mer.\r\n\r\nresponses.label\r\n
\r\nEn översatt etikett som indikerar att användaren skall klicka för att se svaren för detta inlägg.\r\n\r\ncanPost\r\n
\r\nEtt vilkor som indikerar huruvida en användare kan lägga till ett nytt inlägg.\r\n\r\npost.url\r\n
\r\nURL för att addera inlägg.\r\n\r\npost.label\r\n
\r\nEn översatt etikett för länken att addera inlägg.\r\n\r\nsearch.label\r\n
\r\nEn översatt etikett för söklänken.\r\n\r\nsearch.url\r\n
\r\nURL för att slå på/av WebGUI\'s sökformulär.\r\n\r\nsearch.form\r\n
\r\nWebGUI\'s sökformulär.\r\n\r\ntitle!\n.label\r\n
\r\nEn översatt etikett för titelkolumnen.\r\n\r\nthumbnail.label\r\n
\r\nEn översatt etikett för tumnagelskolumnen.\r\n\r\ndate.label\r\n
\r\nEn översatt etikett för datumkolumnen.\r\n\r\nby.label\r\n
\r\nEn översatt etikett som informerar om vem som skickat inlägget.\r\n\r\nsubmissions_loop\r\n
\r\nEn loop innehållande varje inlägg.\r\n\r\n\r\nsubmission.id\r\nfirstPage
\r\nUnik identifierare för detta inlägg. \r\n\r\nsubmission.url
\r\nURL för att visa detta inlägg. \r\n\r\nsubmission.content
\r\nFörkortat innehåll av detta inlägg.\r\n\r\nsubmission.responses
\r\nAntal svar för detta inlägg. \r\n\r\nsubmission.title
\r\nTiteln för detta inlägg. \r\n\r\nsubmission.userId
\r\nUser-id för den användare som postade inlägget. \r\n\r\nsubmission.username
\r\nAnvändarnamnet för den person som postade inl!\nägget. \r\n\r\nsubmission.status
\r\nStatus för detta inlägg (approved, pending, denied). \r\n\r\nsubmission.thumbnail
\r\nTumnagelbild som skickades med detta inlägg (om det finns någon). \r\n\r\nsubmission.date
\r\nDatum när detta inlägg skickades. \r\n\r\nsubmission.currentUser
\r\nTillstånd som indikerar som inloggad användare var den som skickade inlägget. \r\n\r\nsubmission.userProfile
\r\nURL till profilen för den användare som skickade inlägget.\r\n\r\nsubmission.secondColumn
\r\nVilkor som indikerar om detta inlägg hör till den andra kolumnen i en flerkolumns-layout.\r\n\r\nsubmission.thirdColumn
\r\nVilkor som indikerar om detta inlägg hör till den tredje kolumnen i en flerkolumns-layout.\r\n\r\n\r\nsubmission.fourthColumn
\r\nVilkor som indikerar om detta inlägg hör till den fjärde kolumnen i en flerkolumns-layout.\r\n\r\nsubmission.fifthC!\nolumn
\r\nVilkor som indikerar om detta inlägg hör till den femte kolumnen i en flerkolumns-layout.\r\n\r\n
\r\nLänk till första sidan i sidlistan.\r\n\r\nlastPage
\r\nLänk till sisda sidan i sidlistan.\r\n\r\nnextPage
\r\nLänk till nästa sida i listan.\r\n\r\npreviousPage
\r\nLänk till föregående sida i listan.\r\n\r\npageList
\r\nEn lista av länkar till alla sidor.\r\n\r\nmultiplePages
\r\nVilkor som indikerar om det finns fler än en sida i sidlistan.\r\n',1047899555,NULL); -INSERT INTO international VALUES (76,'USS',6,'Inläggsmall',1047898412,NULL); -INSERT INTO international VALUES (74,'USS',6,'Mall för Användarnas Inläggssystem',1047898337,NULL); -INSERT INTO international VALUES (73,'USS',6,'Inläggsmall',1047898252,NULL); -INSERT INTO international VALUES (9,'WobjectProxy',1,'Override description?',1053183804,'Asking the user if s/he would like to use the description specified in the wobject proxy or the original description of the original wobject.'); -INSERT INTO international VALUES (9,'Survey',6,'Undersökning',1047898081,NULL); -INSERT INTO international VALUES (80,'Survey',6,'sekunder',1047898063,NULL); -INSERT INTO international VALUES (8,'Survey',6,'Frågeordning',1047898046,NULL); -INSERT INTO international VALUES (79,'Survey',6,'minuter',1047898007,NULL); -INSERT INTO international VALUES (78,'Survey',6,'Totaltid',1047897990,NULL); -INSERT INTO international VALUES (77,'Survey',6,'Sluttid',1047897971,NULL); -INSERT INTO international VALUES (76,'Survey',6,'Starttid',1047897946,NULL); -INSERT INTO international VALUES (75,'Survey',6,'Redigera denna fråga.',1047897884,NULL); -INSERT INTO international VALUES (74,'Survey',6,'Är du säker på att du vill ta bort alla användarsvar?',1047897851,NULL); -INSERT INTO international VALUES (73,'Survey',6,'Ta bort alla användarsvar.',1047897821,NULL); -INSERT INTO international VALUES (72,'Survey',6,'Är du säker på att du vill ta bort denna användares svar?',1047897799,NULL); -INSERT INTO international VALUES (71,'Survey',6,'Betyg',1047897774,NULL); -INSERT INTO international VALUES (70,'Survey',6,'Individuella Svar',1047897757,NULL); -INSERT INTO international VALUES (7,'Survey',6,'Svarsstyrd',1047897735,NULL); -INSERT INTO international VALUES (69,'Survey',6,'Ta bort denna användares svar.',1047897689,NULL); -INSERT INTO international VALUES (22,'WSClient',1,'Parse error on SOAP parameters.',1055348597,NULL); -INSERT INTO international VALUES (67,'Survey',6,'Användare',1047897588,NULL); -INSERT INTO international VALUES (66,'Survey',6,'Användarsvar',1047897572,NULL); -INSERT INTO international VALUES (65,'Survey',6,'Exportera sammansatt summering.',1047897550,NULL); -INSERT INTO international VALUES (62,'Survey',6,'Exportera svarsalternativ.',1047897503,NULL); -INSERT INTO international VALUES (64,'Survey',6,'Exportera användarsvar.',1047897455,NULL); -INSERT INTO international VALUES (63,'Survey',6,'Exportera frågor.',1047897432,NULL); -INSERT INTO international VALUES (61,'Survey',6,'Visa betyg.',1047897391,NULL); -INSERT INTO international VALUES (60,'Survey',6,'Tillbaks till undersökningen.',1047897270,NULL); -INSERT INTO international VALUES (6,'Survey',6,'Slumpmässig',1047897241,NULL); -INSERT INTO international VALUES (59,'Survey',6,'Visa statistisk överblick',1047897218,NULL); -INSERT INTO international VALUES (58,'Survey',6,'Statistisk Överblick',1047897194,NULL); -INSERT INTO international VALUES (57,'Survey',6,'Kommentarer',1047897169,NULL); -INSERT INTO international VALUES (56,'Survey',6,'Visa kommentarer.',1047897144,NULL); -INSERT INTO international VALUES (55,'Survey',6,'Visa svar.',1047897127,NULL); -INSERT INTO international VALUES (54,'Survey',6,'Procent',1047897104,NULL); -INSERT INTO international VALUES (53,'Survey',6,'Svar',1047897077,NULL); -INSERT INTO international VALUES (52,'Survey',6,'Poäng',1047897022,NULL); -INSERT INTO international VALUES (51,'Survey',6,'Kommentarer?',1047897005,NULL); -INSERT INTO international VALUES (50,'Survey',6,'Nästa',1047896979,NULL); -INSERT INTO international VALUES (5,'Survey',6,'Sekventiell',1047896962,NULL); -INSERT INTO international VALUES (49,'Survey',6,'Du får för närvarande inte delta i denna frågelek.',1047896852,NULL); -INSERT INTO international VALUES (48,'Survey',6,'Du är för närvarande inte kvalificerad för att delta i denna undersökning.',1047896818,NULL); -INSERT INTO international VALUES (47,'Survey',6,'Du har fullföljd denna frågelek.',1047896737,NULL); -INSERT INTO international VALUES (46,'Survey',6,'Tack för att du tog dig tid att gå igenom vår undersökning.',1047896633,NULL); -INSERT INTO international VALUES (45,'Survey',6,'Är du säker på att du vill ta bort detta svarsalternativ och dess användarsvar?',1047896578,NULL); -INSERT INTO international VALUES (44,'Survey',6,'Är du säker på att du vill ta bort denna fråga och dess svar?',1047896516,NULL); -INSERT INTO international VALUES (43,'Survey',6,'Aldrig',1047896467,NULL); -INSERT INTO international VALUES (42,'Survey',6,'Ibland',1047896451,NULL); -INSERT INTO international VALUES (41,'Survey',6,'Ofta',1047896435,NULL); -INSERT INTO international VALUES (40,'Survey',6,'Alltid',1047896419,NULL); -INSERT INTO international VALUES (39,'Survey',6,'Ej applicerbart',1047895854,NULL); -INSERT INTO international VALUES (38,'Survey',6,'Håller verkligen inte med',1047895822,NULL); -INSERT INTO international VALUES (37,'Survey',6,'Håller inte med',1047895802,NULL); -INSERT INTO international VALUES (36,'Survey',6,'Håller delvis inte med',1047895786,NULL); -INSERT INTO international VALUES (35,'Survey',6,'Håller delvis med',1047895764,NULL); -INSERT INTO international VALUES (34,'Survey',6,'Håller med',1047895744,NULL); -INSERT INTO international VALUES (33,'Survey',6,'Håller verkligen med',1047895729,NULL); -INSERT INTO international VALUES (32,'Survey',6,'Falskt',1047895703,NULL); -INSERT INTO international VALUES (31,'Survey',6,'Sant',1047895687,NULL); -INSERT INTO international VALUES (751,'WebGUI',6,'Bli denna användare.',1047895671,NULL); -INSERT INTO international VALUES (72,'Article',6,'Artikelmall',1047892178,NULL); -INSERT INTO international VALUES (896,'WebGUI',2,'Cache Timeout (Besucher)',1056542174,NULL); -INSERT INTO international VALUES (895,'WebGUI',2,'Cache Timeout',1056542158,NULL); -INSERT INTO international VALUES (893,'WebGUI',2,'Wobject Eigenschaften',1048242364,NULL); -INSERT INTO international VALUES (892,'WebGUI',2,'Diskussion',1048242354,NULL); -INSERT INTO international VALUES (891,'WebGUI',2,'Nur Makros blockieren.',1049099974,NULL); -INSERT INTO international VALUES (889,'WebGUI',2,'Style Sheets, Tabulatoren',1048242304,NULL); -INSERT INTO international VALUES (73,'SyndicatedContent',2,'Nachfolgend die Template Variablen für das Syndicated Content Template:
\r\nchannel.title
\r\n
\r\nDer Titel dieses Contentbereichschannel.description
\r\n
\r\nEine Beschreibung dieses Channelschannel.link
\r\n
\r\nEine URL, die auf die Original-Seite dieses Channels verlinkt.item_loop
\r\n
\r\nEine Schleife, welche die Daten dieses Channels enthält.title
\r\n
\r\nDer Titel des Channelbeitragsdescription
\r\n
\r\nDie Beschreibung dieses Beitragslink
',1067897913,NULL); -INSERT INTO international VALUES (72,'SyndicatedContent',2,'Syndicated Content Template',1048242073,NULL); -INSERT INTO international VALUES (28,'DataForm',2,'Optional für Text- und HTML Bereich',1054540756,NULL); -INSERT INTO international VALUES (27,'DataForm',2,'Höhe',1048241963,NULL); -INSERT INTO international VALUES (10,'HttpProxy',2,'HTTP Proxy, Hinzufügen/Bearbeiten',1067896895,NULL); -INSERT INTO international VALUES (1030,'WebGUI',2,'von',1048241932,NULL); -INSERT INTO international VALUES (1029,'WebGUI',2,'Bearbeitet am',1048241921,NULL); -INSERT INTO international VALUES (1024,'WebGUI',2,'Beiträge filtern',1048241910,NULL); -INSERT INTO international VALUES (887,'WebGUI',2,'Midas (Mozilla 1.3+)',1048175062,NULL); -INSERT INTO international VALUES (623,'WebGUI',2,'Cascading Style Sheets (CSS) sind \r\neine gute Möglichkeit, um das "Look and Feel", also das Aussehen einer \r\nSeite zu bestimmen. Sie werden sehr weitreichend in WebGUI benutzt.
\r\nEine URL zum BeitragSollten \r\nSie mit der Benutzung von CSS nicht vertraut sein: Plain Black Software bietet \r\nSchulungsbereiche in XHTML und CSS an. Alternativ können Sie sich den exellenten \r\nCSS Editor von Bradsoft, Top Style \r\nanschauen.
Nachfolgend eine Liste von Style Klassen, die das Aussehen von \r\nWebGUI bestimmen: WebGUI: \r\n
A
Die Links.BODY
Das Standard-Setup aller Seiten innerhalb \r\neines Styles. \r\nH1
Die Überschriften einer jeden Seite. \r\n.accountOptions
DieLink, die unter den Login und Zugangsdaten \r\nFormularen angezeigt werden. \r\n.adminBar
Die Leiste, die im Kopf der Seite erscheint, wenn Sie \r\nim Editiermodus sind (Administrationsmenü).content
Der Haupt Inhaltsbereich \r\nauf allen Seiten dieses Styles \r\n.formDescription
Die Zeichen der Formelemente (z. B. im Mailformular \r\nder Text "Von: ").formSubtext
Die Zeichen unterhalb \r\nvon Form-Elementen.highlight
Bedeutet ein hervorgehobenes Element, \r\n so zum Beispiel können Sie hiermit den Beitrag, der gerade gelesen wird, hervorheben..horizontalMenu
Das \r\nhorizontale Menu (sofern Sie eins verwenden).pagination
Die "Vorher" \r\n/ "Weiter" Links auf Seiten, die sich über mehrere Seiten erstrecken..selectedMenuItem
Hiermit \r\nkönnen Sie in einigen der Menu-Makros die aktuelle Seite hervorheben..tableData
Die \r\nDatenreihen u.a.im Diskussionsforum und im Benutzerbeitragssystem..tableHeader
Die \r\nSpaltenköpfe u.a .im Diskussionsforum und im Benutzerbeitragssystem..tableMenu
Das \r\nMenu u.a .im Diskussionsforum und im Benutzerbeitragssystem..verticalMenu
Das \r\nvertikale Menü (sofern Sie eines verwenden)Beachte: Einige \r\nWobjects und Makros haben noch ihre eigenen zusätzlichen Stylesheet Klassen, \r\ndie in den jeweiligen Hilfebereichen näher erläutert sind.
',1048589344,NULL); -INSERT INTO international VALUES (632,'WebGUI',2,'Wobjects können Sie hinzufügen, indem Sie aus dem Menü "Inhalt hinzufügen ...", das sich in der Regel oben rechts befindet, ein beliebiges Wobject auswählen. Sie können es bearbeiten, wenn Sie den Bearbeiten-Button anklicken, der immer über einem Wobject steht, das Sie in die Seite eingebunden haben.
\r\n\r\nEinige Eigenschaften finden Sie bei fast allen Wobjects. Diese wären:
\r\n\r\nWobject ID
\r\n\r\n
\r\nDies ist das eindeutige Kennzeichen das WebGUI benutzt, um diese Wobject Instanz zu identifizieren. Normale Benutzer sollten eigentlich niemals mit dieser Wobject ID konfrontiert werden, aber einige erfahrene Benutzer sollten sie schon kennen, da sie z.B. hilfreich in den SQL Reports sind.Titel
\r\n\r\n
\r\nDer Titel des Wobjects. Typischerweise wird dieser im Kopfbereich eines jeden Wobjects angezeigt.Beachte: Sie sollten immer einen Titel vergeben, es sei denn, sie schalten die Anzeige des Titels ab (siehe nächste Einstellung). Und zwar sollten Sie das u. a. deswegen tun, da dieser Titel auch im Mülleimer oder in der Zwischenablage angezeigt wird. So können Sie immer auf Anhieb sehen, um welches Wobject es sich eigentlich handelt.
\r\n\r\nTitel anzeigen?
\r\n\r\n
\r\nMöchten Sie, dass der Titel angezeigt wird?Makros ausführen?
\r\n\r\n
\r\nMöchten Sie, dass Makros, die Sie im Inhaltsbereich schreiben, auch ausgeführt werden? Manchmal möchten Sie dies zulassen, aber oft besteht keine Notwendigkeit dafür. Wenn Sie das Ausführen von Makros ausschalten, werden Ihre Seiten auch ein wenig schneller aufgebaut.Position des Templates
\r\n\r\n
\r\nTemplate Positionen gehen von 0 (Null) bis zu beliebigen Nummern. Wie viele hier möglich sind, ist abhängig von dem Template, dass dieser Seite zugeordnet ist. Das StandardTemplate bietet nur eine Template Position, andere können mehr anbieten. Wenn Sie also eine Template Position auswählen, bestimmen Sie, wo das Wobject innerhalb der Seite erscheinen soll.Anfangsdatum
\r\n\r\n
\r\nAb welchem Datum soll das Wobject auf der Seite erscheinen? Vor diesem Zeitpunkt ist es dann nur für Content Manager sichtbar.Ende Datum
\r\n\r\n
\r\nBis zu welchem Datum soll das Wobject angezeigt werden? Nach diesem Zeitpunkt ist es dann nur für Content Manager sichtbar.Besitzer
\r\n\r\n
\r\nDer Besitzer eines Wobjects ist gewöhnlich die Person, die das Wobject erstellt hat. Dieser Benutzer hat die vollen Bearbeitungs- und Anschaurechte, es sei denn, die Berechtigungen der Seite, auf der das Wobject sich befindet, gewähren diesem Benutzer keine Rechte.Beachte: Der Besitzer kann nur von einem Administrator geändert werden.
\r\n\r\nWer kann anschauen?
\r\n\r\n
\r\nWählen Sie die Gruppe aus, die dieses Wobject anschauen darf. Wenn Sie möchten, dass sowohl Besucher als auch registrierte Benutzer dies dürfen, wählen Sie "Jeder" aus.Wer kann bearbeiten?
\r\n\r\n
\r\nWählen Sie die Gruppe aus, die dieses Wobject bearbeiten darf. Diese Gruppe hat dann auch die Berechtigung, das Wobject anzuschauen.Inhalt/Beschreibung
',1067289682,NULL); -INSERT INTO international VALUES (79,'MessageBoard',2,'
\r\nEin Inhaltsbereich, in den Sie soviel Text schreiben können, wie Sie möchten. Wenn Sie z. B. eine FAQ hinzufügen, können Sie hier eine Zusammenfassung hineinschreiben, um zu definieren, um welche FAQ es sich handelt. Wenn Sie das Wobject "Artikel" einfügen, schreiben Sie hier den eigentlichen Text des Artikels, also den Inhalt, hinein.Ein Diskussionsforum kann eins oder mehrere Foren enthalten. Nachfolgend \r\neine Liste der Eigenschaften jedes Forums \r\n
\r\nTitel
\r\n
Der Name des ForumsThe title of the forum. \r\nBeschreibung
',1067288591,NULL); -INSERT INTO international VALUES (864,'WebGUI',2,'Zeitabstand zur Ablaufankündigung',1045494167,NULL); -INSERT INTO international VALUES (866,'WebGUI',2,'Benachrichtigungstext zum Ablaufdatum',1045494104,NULL); -INSERT INTO international VALUES (863,'WebGUI',2,'Löschen Zeitspanne',1045494042,NULL); -INSERT INTO international VALUES (888,'WebGUI',2,'Vorschaulänge Schnipsel',1045392060,NULL); -INSERT INTO international VALUES (875,'WebGUI',2,'Ein neuer Beitrag wurde zu einem Ihrer abonnierten Themen veröffentlicht.',1067276117,NULL); -INSERT INTO international VALUES (874,'WebGUI',2,'Abonnement aufheben',1067276138,NULL); -INSERT INTO international VALUES (873,'WebGUI',2,'Thema abonnieren',1067276152,NULL); -INSERT INTO international VALUES (872,'WebGUI',2,'Wer kann anschauen?',1045240645,NULL); -INSERT INTO international VALUES (871,'WebGUI',2,'Wer kann bearbeiten?',1045240629,NULL); -INSERT INTO international VALUES (870,'WebGUI',2,'Willkommen',1045240608,NULL); -INSERT INTO international VALUES (869,'WebGUI',2,'Begrüssungsmeldung',1045240597,NULL); -INSERT INTO international VALUES (868,'WebGUI',2,'Begrüssungsmeldung senden?',1045240583,NULL); -INSERT INTO international VALUES (867,'WebGUI',2,'Einschränkung der Privilegien',1045240560,NULL); -INSERT INTO international VALUES (865,'WebGUI',2,'Benutzer über abgelaufene Zeit informieren?',1045240401,NULL); -INSERT INTO international VALUES (862,'WebGUI',2,'Das Profil dieses Benutzers ist nicht öffentlich.',1045240139,NULL); -INSERT INTO international VALUES (861,'WebGUI',2,'Profil veröffentlichen?',1045240103,NULL); -INSERT INTO international VALUES (860,'WebGUI',2,'Emailadresse veröffentlichen?',1045240086,NULL); -INSERT INTO international VALUES (859,'WebGUI',2,'Signatur',1045239982,NULL); -INSERT INTO international VALUES (858,'WebGUI',2,'Alias',1045239946,NULL); -INSERT INTO international VALUES (857,'WebGUI',2,'IP Adresse',1045239892,NULL); -INSERT INTO international VALUES (879,'WebGUI',2,'Klassischer Editor (Internet Explorer 5+)',1045210197,NULL); -INSERT INTO international VALUES (880,'WebGUI',2,'Last Resort Editor',1045210146,NULL); -INSERT INTO international VALUES (881,'WebGUI',2,'Keiner',1045210129,NULL); -INSERT INTO international VALUES (882,'WebGUI',2,'Editor Modus',1045210114,NULL); -INSERT INTO international VALUES (883,'WebGUI',2,'Inline (sofern unterstützt)',1045210099,NULL); -INSERT INTO international VALUES (884,'WebGUI',2,'Pop Up',1045210073,NULL); -INSERT INTO international VALUES (885,'WebGUI',2,'Benutzern erlauben, ihren Account zu deaktivieren?',1045210060,NULL); -INSERT INTO international VALUES (886,'WebGUI',2,'Von der Navigation verbergen?',1045210035,NULL); -INSERT INTO international VALUES (11,'HttpProxy',2,'Das HTTP Proxy Wobject ist ein sehr mächtiges Tool. Damit können Sie externe \r\nSeiten und deren Anwendungen in ihre Seite integrieren. Wenn Sie z. B. ein Webmailsystem \r\nhaben, dass Sie in ihrem Intranet verfügbar machen möchten, dann können Sie \r\ndas HTTP-Proxy Wobject dafür benutzen.
Die Beschreibung zu diesem Forum.URL
Die Start URL für den \r\nProxy (nicht zu verwechseln mit einem Proxyserver). \r\nWeiterleitungen(Redirects) folgen?
Manchmal ist die URL zu einer \r\nSeite eine Weiterleitung zu einer anderen Seite. Möchten Sie dieser Weiterleitung \r\nfolgen?Timeout
Die Zeit, die WebGUI auf eine Verbindung zu einer \r\nexternen Seite warten soll, bevor der Versuch abgebrochen werden soll. Dies \r\nist sinnvoll, wenn die externe Seite nicht erreichbar ist. \r\nStyle \r\nentfernen?
Möchte Sie dasStylesheet der externen Seiten entfernen, damit \r\nihr eigener Style übernommen wird?Inhalt filtern
Wählen Sie die \r\nStufe der Filterung des Inhalts (z. B. Javascript entfernen).Proxy-Speicherung anderer Domains erlauben?
',1055245941,NULL); -INSERT INTO international VALUES (966,'WebGUI',2,'Sind Sie sicher, dass Sie dieses Element aus dem Mülleimer löschen möchten?',1055244078,NULL); -INSERT INTO international VALUES (968,'WebGUI',2,'Zwischenablage, leeren',1055244024,NULL); -INSERT INTO international VALUES (890,'WebGUI',2,'WebGUI besitzt ein Sub-System, das Tabulatoren erstellen kann. Sie können dies \r\nin komplexen Formularen sehen, wie z.b. im Editiermodus einer Seite. Um dieses \r\nTabulator-System dem Layout ihrer Seite anzupassen, müssen sie einige Einträge \r\nin ihrem StyleSheet einfügen. \r\n
Wenn Sie eine Seite, wie z. \r\nB. Yahoo in den HTTP-Proxy nehmen: möchten Sie dann auch \r\ndie Links, zu denen die andere Seite (in dem Fall Yahoo) verweist, ebenfalls \r\nübernehmen, oder nicht?Nachfolgend die verfügbaren Style-Sheet-Klassen: \r\n
.tab
Das Standard Aussehen eines jeden Tabulatoren. \r\ndiv.tabs
Damit können Sie einige Eigenschaften für alle Tabulatoren \r\neinstellen. Es sollte für die Text-Labels in den Tabulatoren benutzt werden..tabBody
Der \r\nInhalt eines jeden Tabulators. Damit stellen sie ein, wie das Formular aussehen \r\nsoll. Beachten sie, dass für die beste Darstellung die Background Color der \r\nBackground Color von .tabActive entsprechen müsste..tabHover
Die \r\nDarstellung, wenn man mit der Mausüber den Tabulator geht (Hover-Effekt) \r\n.tabActive
Das Aussehen des aktuell sichtbaren Tabulators. \r\nBeispiele
Hier finden Sie ein Beispiellayout, das für alle Standardbedingungen \r\noptimal ist: \r\n\r\n
\r\n\r\n
\r\n',1048592630,NULL); -INSERT INTO international VALUES (841,'WebGUI',12,'Navigerings Makroer',1048550113,NULL); -INSERT INTO international VALUES (840,'WebGUI',12,'These macros are designed to provide programming-like functionality. They are \r\npowerful when used appropriately, and dangerous when used carelessly. Take care \r\nwhen using these macros. \r\n\r\n Weisse oder Styles mit hellen Farben \r\n.tab {\r\n border: 1px solid black;\r\n background-color: #eeeeee;\r\n}\r\n.tabBody {\r\n border: 1px solid black;\r\n border-top: 1px solid black;\r\n border-left: 1px solid black;\r\n background-color: #dddddd; \r\n}\r\ndiv.tabs {\r\n line-height: 15px;\r\n font-size: 14px;\r\n}\r\n.tabHover {\r\n background-color: #cccccc;\r\n}\r\n.tabActive { \r\n background-color: #dddddd; \r\n}\r\nSchwarze oder Styles mit dunklen Farben .tab {\r\n border: 1px solid white;\r\n background-color: #333333;\r\n}\r\n.tabBody {\r\n border: 1px solid white;\r\n border-top: 1px solid white;\r\n border-left: 1px solid white;\r\n background-color: #444444; \r\n}\r\ndiv.tabs {\r\n line-height: 15px;\r\n font-size: 14px;\r\n}\r\n.tabHover {\r\n background-color: #555555;\r\n}\r\n.tabActive { \r\n background-color: #444444; \r\n}\r\nNOTE: These macros are included in WebGUI in order to provide very \r\npowerful display mechanisms. Though they could be used to write simple web \r\napplications, this is not their intended use, nor is it supported or condoned by \r\nPlain Black. If you find yourself trying to do something like that, just write a \r\nmacro. =) By default these macros are disabled to protect the security of \r\nyour site and server, and only your administrator can enable them. \r\n
^D; or ^D(); - Date
The current date and time. \r\nYou can configure the date by using date formatting symbols. For instance, if \r\nyou created a macro like this ^D(\"%c %D, %y\"); it would output \r\nSeptember 26, 2001. The following are the available date formatting \r\nsymbols: \r\n
\r\n
\r\n\r\n
\r\n\r\n \r\n%% \r\n% \r\n \r\n%y \r\n4 digit year \r\n \r\n%Y \r\n2 digit year \r\n \r\n%m \r\n2 digit month \r\n \r\n%M \r\nvariable digit month \r\n \r\n%c \r\nmonth name \r\n \r\n%d \r\n2 digit day of month \r\n \r\n%D \r\nvariable digit day of month \r\n \r\n%w \r\nday of week name \r\n \r\n%h \r\n2 digit base 12 hour \r\n \r\n%H \r\nvariable digit base 12 hour \r\n \r\n%j \r\n2 digit base 24 hour \r\n \r\n%J \r\nvariable digit base 24 hour \r\n \r\n%p \r\nlower case am/pm \r\n \r\n%P \r\nupper case AM/PM \r\n \r\n%z \r\nuser preference date format \r\n %Z \r\nuser preference time format ^Env()
Can be used to display a web server environment variable on \r\na page. The environment variables available on each server are different, but \r\nyou can find out which ones your web server has by going to: \r\nhttp://www.yourwebguisite.com/env.pl \r\nThe macro should be specified like this ^Env(\"REMOTE_ADDR\"); \r\n
^Execute();
Allows a content manager or administrator to execute an \r\nexternal program. Takes the format of ^Execute(\"/this/file.sh\");. \r\n^FormParam();
This macro is mainly used in generating dynamic \r\nqueries in SQL Reports. Using this macro you can pull the value of any form \r\nfield simply by specifing the name of the form field, like this: \r\n^FormParam(\"phoneNumber\"); \r\n^If();
A simple conditional statement (IF/THEN/ELSE) to control \r\nlayout and messages. \r\nExamples:
Display Happy New Year on 1st January: ^If(\'^D(\"%m%d\");\' \r\neq \'0101\' , Happy New Year); \r\nDisplay a message to people on your subnet \r\n(192.168.1.*):
^If(\'^Env(\"REMOTE_ADDR\");\' =~ /^192.168.1/,\"Hi co-worker\",\"Hi \r\nStranger\"); \r\nDisplay a message to Windows users:
^If(\'^Env(\"HTTP_USER_AGENT\");\' =~ \r\n/windows/i,\"Hey... Linux is free !\"); \r\nDisplay a message if a user is behind a proxy:
^If(\'^Env(\"HTTP_VIA\");\' ne \r\n\"\", You\'re behind a proxy !, Proxy-free is the best...); \r\nDisplay Good Morning/Afternoon/Evening:
^If(^D(\"%J\");<=12,Good \r\nMorning,^If(^D(\"%J\");<=18,Good Afternoon,Good evening);); \r\n^Include();
Allows a content manager or administrator to include a \r\nfile from the local filesystem. \r\nExample: ^Include(\"/this/file.html\"); \r\n
^International();
Pull a translated message from the \r\ninternationalization system. \r\nExample: ^International(45,\"Article\"); \r\n
^Quote();
Use this to escape a string before using it in a database \r\nquery. \r\n^Page();
This can be used to retrieve information about the current \r\npage. For instance it could be used to get the page URL like this \r\n^Page(\"urlizedTitle\"); or to get the menu title like this ^Page(\"menuTitle\");. \r\n^SQL();
A one line SQL report. Sometimes you just need to pull \r\nsomething back from the database quickly. This macro is also useful in extending \r\nthe SQL Report wobject. It uses the numeric macros (^0; ^1; ^2; etc) to position \r\ndata and can also use the ^rownum; macro just like the SQL Report wobject. \r\nExamples: \r\n^SQL(\"select count(*) from users\",\"There are ^0; users on this system.\"); \r\n
^SQL(\"select userId,username from users order by username\",\"<a \r\nhref=\'^/;?op=viewProfile&uid=^0;\'>^1;</a><br>\"); \r\n
^URLEncode();
This macro is mainly useful in SQL reports, but it \r\ncould be useful elsewhere as well. It takes the input of a string and URL \r\nEncodes it so that the string can be passed through a URL. It\'s syntax looks \r\nlike this: ^URLEncode(\"Is this my string?\"); \r\n^User();
This macro will allow you to display any information from \r\na user\'s account or profile. For instance, if you wanted to display a user\'s \r\nemail address you\'d create this macro: ^User(\"email\"); \r\n^*; or ^*(); - Random Number
A randomly generated number. This is \r\noften used on images (such as banner ads) that you want to ensure do not cache. \r\nIn addition, you may configure this macro like this ^*(100); to create a \r\nrandom number between 0 and 100. \r\n^-;,^0;,^1;,^2;,^3;, etc.
',1066006978,NULL); -INSERT INTO international VALUES (839,'WebGUI',12,'Programmerer Makroer',1048550033,NULL); -INSERT INTO international VALUES (832,'WebGUI',12,'The collateral management system has several macros for its specific purpose. \r\n
These macros are reserved for \r\nsystem/wobject-specific functions as in the SQL Report wobject and the Body in \r\nthe Style Manager.^File();
This macro builds a quick file link. It creates an icon \r\nfor the file and outputs the files name. Then it links them both to the file for \r\ndownloading. \r\n^I();
This macro retrieves an image from the collateral management \r\nsystem along with an HTML image tag so that you can quickly display an image \r\nfrom the repository in your content. \r\nExample: ^I(\"logo\"); \r\n
^i();
This macro retrieves the URL for any file in the collateral \r\nmanagement system. \r\nExample: ^i(\"status report\"); \r\n
^RandomImage();
This macro takes a collateral folder as a \r\nparameter. If the folder name is omitted, then the root folder will be used. The \r\nmacro then randomly chooses an image in the folder and returns it in much the \r\nsame way the ^I(); macro works. \r\nExample: ^RandomImage(\"site headers\"); \r\n
^RandomSnippet();
This macro takes a collateral folder as a \r\nparameter. If the folder name is omitted, then the root folder will be used. The \r\nmacro then randomly chooses a snippet from the folder and returns it in much the \r\nsame way the ^Snippet(); macro works. \r\nExample: ^RandomSnippet(\"quips\"); \r\n
^SI();
The Scaled Image macro allows images to be found in the \r\ncollateral and scaled (on the server-side), either maintaining the original \r\naspect ratio or an entirely new ratio of your design. \r\nIt takes four parameters. The first is the image name or optionally the \r\ncollateral id. The second is the width. Set the width to \"0\" to maintain aspect \r\nratio by height. The third is height. Set the height to \"0\" to maintain aspect \r\nratio by width. The fourth parameter allows you to specify additional parameters \r\nto the image. \r\n
Examples:
Retrieving an image by name (no scaling)
^SI(myimage); \r\n\r\nRetrieving an image by collateralId (no scaling)
^SI(66); \r\nScaling by width, maintaining aspect ratio
^SI(66,25); \r\nScaling by height, maintaining aspect ratio
^SI(66,0,25); \r\nPlaying with the aspect ratio
^SI(66,148,25); \r\nUsing parameters
^SI(66,0,0,\'border=\"0\"\'); \r\n^Snippet();
This macro retrieves the contents of a snippet in the \r\ncollateral management system and inserts it into the page. \r\nExample: ^Snippet(\"flash code\"); \r\n
^Thumbnail();
This macro retrieves the URL for the thumbnail of any \r\nimage in the collateral management system. \r\nExample: ^Thumbnail(\"logo\"); \r\n
^ThumbnailLinker();
This macro builds a quick image viewer using \r\nnothing more than the collateral management system. It creates a thumbnail image \r\nwith the name of the image under it and then links them both to the full sized \r\nimage. You can also specify a \"1\" as a second parameter to have the linker \r\ncreate a new window to display the linked image. \r\nExample: ^ThumbnailLinker(\"logo\");
',1055005131,NULL); -INSERT INTO international VALUES (831,'WebGUI',12,'Collateral Makroer',1054672982,NULL); -INSERT INTO international VALUES (828,'WebGUI',12,'De fleste Wobject har templates som tillater deg å endre utseende på \r\nbrukergrensesnittet. De wobjectene som har templates har alle et felles sett med \r\nvariabler som kan brukes i layouten. I tillegg til deres egne lokale variable. \r\nDe følgende er en liste over felles variable som deles mellom alle Wobjects.
\r\ntitle
\r\n
The title for this wobject.displayTitle
\r\n
A conditional variable for whether or not \r\nthe title should be displayed.description
\r\n
The description of this wobject.wobjectId
\r\n
The unique identifier that WebGUI uses to \r\ncontrol this wobject.isShortcut
A conditional indicating if this wobject is a shortcut \r\nto an original wobject. \r\noriginalURL
',1066008344,NULL); -INSERT INTO international VALUES (827,'WebGUI',12,'Wobject Template',1054673008,NULL); -INSERT INTO international VALUES (677,'WebGUI',12,'Wobject, Ny/Endre',1048549776,NULL); -INSERT INTO international VALUES (671,'WebGUI',12,'Wobjects, Bruker',1048549749,NULL); -INSERT INTO international VALUES (669,'WebGUI',12,'Makroer, Bruker',1048549720,NULL); -INSERT INTO international VALUES (668,'WebGUI',12,'Style Sheets, Bruker',1048549701,NULL); -INSERT INTO international VALUES (634,'WebGUI',12,'Default Home Page
If this wobject is a shortcut, then this URL will \r\ndirect you to the original wobject.
Some really small sites don\'t have a home \r\npage, but instead like to use one of their internal pages like \"About Us\" or \r\n\"Company Information\" as their home page. For that reason, you can set the \r\ndefault page of your site to any page in the site. That page will be the one \r\npeople go to if they type in just your URL http://www.mywebguisite.com, or if \r\nthey click on the Home link generated by the ^H; macro. \r\nNot Found Page
If a page that a user requests is not found in the \r\nsystem, the user can be redirected to the home page or to an error page where \r\nthey can attempt to find what they were looking for. You decide which is better \r\nfor your users. \r\nDocument Type Declaration
These days it is very common to have a \r\nwide array of browsers accessing your site, including automated browsers like \r\nsearch engine spiders. Many of those browsers want to know what kind of content \r\nyou are serving. The doctype tag allows you to specify that. By default WebGUI \r\ngenerates HTML 4.0 compliant content. \r\nFavicon
An icon that appears on Internet Explorer short cuts such \r\nas your \"Favorites\". To learn more about Favicon click here. \r\nSite Icon
An icon that appears in the URL bar of most modern \r\nbrowsers. It may also appear in the bookmarks of the browser. The image must be \r\n16x16 pixels. \r\nAdd edit stamp to posts?
Typically if a user edits a post on a \r\ndiscussion, a stamp is added to that post to identify who made the edit, and at \r\nwhat time. On some sites that information is not necessary, therefore you can \r\nturn it off here. \r\nFilter Contributed HTML
Especially when running a public site where \r\nanybody can post to your message boards or user submission systems, it is often \r\na good idea to filter their content for malicious code that can harm the viewing \r\nexperience of your visitors; And in some circumstances, it can even cause \r\nsecurity problems. Use this setting to select the level of filtering you wish to \r\napply. \r\nMaximum Attachment Size
The size (in kilobytes) of the maximum \r\nallowable attachment to be uploaded to your system. \r\nMax Image Size
If images are uploaded to your system that are \r\nbigger than the max image size, then they will be resized to the max image size. \r\nThe max image size is measured in pixels and will use the size of the longest \r\nside of the image to determine if the limit has been reached. \r\nThumbnail Size
When images are uploaded to your system, they will \r\nautomatically have thumbnails generated at the size specified here (unless \r\noverridden on a case-by-case basis). Thumbnail size is measured in pixels. \r\nSnippet Preview Length
How many characters of a snippet should be \r\ndisplayed in the collateral management system main listing. \r\nText Area Rows
Some sites wish to control the size of the forms \r\nthat WebGUI generates. With this setting you can specify how many rows of \r\ncharacters will be displayed in textareas on the site. \r\nText Area Columns
Some sites wish to control the size of the forms \r\nthat WebGUI generates. With this setting you can specify how many columns of \r\ncharacters will be displayed in textareas on the site. \r\nText Box Size
',1066006905,NULL); -INSERT INTO international VALUES (632,'WebGUI',12,'You can add wobjects by selecting from the Add Content pulldown menu. You \r\ncan edit them by clicking on the \"Edit\" button that appears directly above an \r\ninstance of a particular wobject. \r\n
Some sites wish to control the size of the forms that \r\nWebGUI generates. With this setting you can specify how characters can be \r\ndisplayed at once in text boxes on the site.
Wobject \r\nPrivileges
Choose \'Yes\' to enable privileges at the Wobject level. \r\nBy default, Wobjects are set to inherit page level privilegesAlmost all wobjects share some properties. Those properties are: \r\n
Wobject ID
This is the unique identifier WebGUI uses to keep track \r\nof this wobject instance. Normal users should never need to be concerned with \r\nthe Wobject ID, but some advanced users may need to know it for things like SQL \r\nReports. \r\nTitle The title of the wobject. This is typically displayed at the top \r\nof each wobject. \r\n
Note: You should always specify a title even if you are going to turn \r\nit off (with the next property). This is because the title shows up in the trash \r\nand clipboard and you\'ll want to be able to distinguish which wobject is which. \r\n
Display title?
Do you wish to display the title you specified? On \r\nsome sites, displaying the title is not necessary. \r\nProcess macros?
Do you wish to process macros in the content of \r\nthis wobject? Sometimes you\'ll want to do this, but more often than not you\'ll \r\nwant to say \"no\" to this question. By disabling the processing of macros on the \r\nwobjects that don\'t use them, you\'ll speed up your web server slightly. \r\nTemplate Position
Template positions range from 0 (zero) to any \r\nnumber. How many are available depends upon the Template associated with this \r\npage. The default template has only one template position, others may have more. \r\nBy selecting a template position, you\'re specifying where this wobject should be \r\nplaced within the template. \r\nStart Date
On what date should this wobject become visible? Before \r\nthis date, the wobject will only be displayed to Content Managers. \r\nEnd Date
On what date should this wobject become invisible? After \r\nthis date, the wobject will only be displayed to Content Managers. \r\nOwner
\r\n
The owner of a wobject is usually the person \r\nwho created the wobject. This user has full edit and viewing rights on the \r\nwobject unless privileges to edit the page the wobject apears on are taken away. \r\nNOTE: The owner can only be changed by an administrator. \r\n
Who can view?
Choose which group can view this wobject. \r\nIf you want both visitors and registered users to be able to view \r\nthe wobject then you should choose the \"Everybody\" group. \r\nWho can edit?
\r\n
Choose the group that can edit this \r\nwobject. The group assigned editing rights can also always view the wobject. \r\nDescription
',1066006856,NULL); -INSERT INTO international VALUES (626,'WebGUI',12,'Wobjects (fomerly known as Widgets) are the true power of WebGUI. Wobjects are \r\ntiny pluggable applications built to run under WebGUI. Message boards and polls \r\nare examples of wobjects. \r\n
A content area in which you can place as much \r\ncontent as you wish. For instance, even before an FAQ there is usually a \r\nparagraph describing what is contained in the FAQ.To add a wobject to a page, first go to that page, then select Add \r\nContent... from the upper left corner of your screen. Each wobject has it\'s \r\nown help so be sure to read the help if you\'re not sure how to use it. \r\n
Style Sheets: All wobjects have a style-sheet class and id attached to \r\nthem. \r\n
The style-sheet class is the word \"wobject\" plus the type of wobject it is. \r\nSo for a poll the class would be \"wobjectPoll\". The class pertains to all \r\nwobjects of that type in the system. \r\n
The style-sheet id is the word \"wobjectId\" plus the Wobject Id for that \r\nwobject instance. So if you had an Article with a Wobject Id of 94, then the id \r\nwould be \"wobjectId94\".
',1048549525,NULL); -INSERT INTO international VALUES (624,'WebGUI',12,'WebGUI macros are used to create dynamic content within otherwise static \r\ncontent. For instance, you may wish to show which user is logged in on every \r\npage, or you may wish to have a dynamically built menu or crumb trail. \r\nMacros always begin with a carat (^) and follow with at least one other \r\ncharacter and ended with a semicolon (;). Some macros can be extended/configured \r\nby taking the format of ^x(\"config text\");. \r\n
NOTE: The following macros are reserved for system/wobject-specific functions \r\nas in the SQL Report wobject and the Body in the Style Manager: \r\n^-;,^0;,^1;,^2;,^3;, etc.
',1048549469,NULL); -INSERT INTO international VALUES (526,'WebGUI',12,'Fjern JavaScript og negate makroer.',1048549418,NULL); -INSERT INTO international VALUES (421,'WebGUI',12,'Fjern alt untatt grunnleggende formatering.',1048549374,NULL); -INSERT INTO international VALUES (420,'WebGUI',12,'Ikke fjern noe.',1048549347,NULL); -INSERT INTO international VALUES (419,'WebGUI',12,'Fjern alt utenom teksten.',1048549318,NULL); -INSERT INTO international VALUES (418,'WebGUI',12,'Filtrer innhold',1048549285,NULL); -INSERT INTO international VALUES (105,'WebGUI',12,'Layout',1048549256,NULL); -INSERT INTO international VALUES (103,'WebGUI',12,'Side innstillinger',1048549229,NULL); -INSERT INTO international VALUES (71,'USS',12,'Bruker Bidrags system er en super måte å få lagt til en form for fellesskap \r\nsammtidig som en får gratis innhold fra brukerene.
\r\nHoved Template
\r\n
Choose a layout for this USS. \r\n
Submission Template
Choose a layout for the individual submissions.Filtrer Innhold
\r\n
Velg nivå av filtrering du vil utføre på \r\nalle bidragBidrags Template
\r\n
Velg en layout for de enkelte \r\nbidrag.Hvem kan godkjenne?
\r\n
What group is allowed to approve and \r\ndeny content?Hvem kan Bidra?
\r\n
What group is allowed to contribute \r\ncontent?Bidrag pr side
\r\n
How many submissions should be listed per \r\npage in the submissions index?Sorter Etter
\r\n
Feltet bidragslisten sorteres etterSorteringsrekkefølge
\r\n
Skal det sorteres stigende eller \r\nsynkendeStandard Status
\r\n
Should submissions be set to \r\nApproved, Pending, or Denied by default?Note: If you set the default status to Pending, then be \r\nprepared to monitor your message log for new submissions.
\r\nKarma Pr Bidrag
\r\n
How much karma should be given to a user \r\nwhen they contribute to this user submission system?Vise Tittebilder?
\r\n
If there is an image present in the \r\nsubmission, the thumbnail will be displayed in the Layout (see above).Tillat Diskusjon?
',1068759568,NULL); -INSERT INTO international VALUES (61,'USS',12,'Bruker Bidrag, Ny/Endre',1048548653,NULL); -INSERT INTO international VALUES (71,'SyndicatedContent',12,'
Do you wish to attach a discussion to \r\nthis user submission system? If you do, users will be able to comment on each \r\nsubmission.Syndicated Innhold er \r\ninnhold hentet fra en annen WEB-side ved hjelp av RDF/RSS spesifikasjoner. Denne \r\nteknologien er ofte benyttet til å hente overskrifter fra sider som CNN eller Slachdot. Den kan også brukes til andre ting \r\nsom sport, børs etc.
\r\nURL to RSS \r\nfil
\r\n
Oppgi den eksakte URL (ta med http://) til RDF/RSS filen til det \r\nSyndicated innholdet. Data vil bli lastet ned hver time.Du kan finne Syndicated \r\ninnhold på følgende siter:
\r\nhttp://www.newsisfree.com
\r\n
http://www.syndic8.com
http://www.voidstar.com/node.php?id=144 \r\n
http://my.userland.com
http://www.webreference.com/services/news/ \r\n
http://www.xmltree.com
http://w.moreover.com/Template
',1048548612,NULL); -INSERT INTO international VALUES (61,'SyndicatedContent',12,'Syndicated Innhold, Ny/Endre',1048548511,NULL); -INSERT INTO international VALUES (73,'SiteMap',12,'This is the list of template variables available for site map templates. \r\n
Velg en template \r\nfor dette innholdet.page_loop
This loop contains all of the pages in the site map. \r\npage.indent',1048548476,NULL); -INSERT INTO international VALUES (71,'MessageBoard',12,'
The indent spacer for this page indicating the \r\ndepth of the page in the tree. \r\npage.url
The URL to the page. \r\npage.id
The unique identifier for this page that WebGUI uses \r\ninternally. \r\npage.title
The title of this page. \r\npage.menutitle
The title of this page that appears in navigation. \r\npage.synopsis
The description of the contents of this page (if \r\nany). \r\npage.isRoot
A condition indicating whether or not this page is a \r\nroot. \r\npage.isTop
A condition indicating whether or not this page is at \r\nthe top of the navigation tree.Meldinger, også kalt Forum eller Diskusjonsgrupper, er en super måte å slippe \r\ntil et brukermiljø til en WEB-side eller intranet. Mange firma bruker meldinger \r\nintert for sammarbeid om prosjekter.
',1068759015,NULL); -INSERT INTO international VALUES (1066,'WebGUI',12,'These are the template variables available to the post form template. \r\nnewpost.header
The default label for the heading of this form. \r\nnewpost.isNewThread
A condition indicating whether this post is a \r\nnew thread. \r\nnewpost.isReply
A condition indicating whether this post is a \r\nreply. \r\nNOTE: If the post is a reply, then the template variables from the \r\npost template are included and populated with the data from the original \r\nmessage. \r\n
newpost.isEdit
A condition indicating whether this post is an edit \r\nof an existing post. \r\nuser.isVisitor
A condition indicating whether the current user is a \r\nvisitor. \r\nnewpost.isNewMessage
A conditional basically opposite of \r\nnewpost.isEdit. \r\nform.begin
The form header. \r\nsticky.label
The default label for sticky.form. \r\nsticky.form
A form element for making the thread sticky. \r\nsubscribe.label
The default label for subscribe.form. \r\nsubscribe.form
A form element for subscribing to the thread. \r\nlock.label
The default label for lock.form. \r\nlock.form
A form element for locking the thread. \r\ncontenttype.label
The default label for contentype.form. \r\ncontentType.form
A form element for selecting what type of content \r\nis being posted. \r\nuser.isModerator
A condition indicating whether the current user is \r\na moderator. \r\nallowReplacements
A condition indicating whether this forum \r\ntollerates replacements. \r\nmessage.label
The default label for message.form. \r\nmessage.form
The form element for the user to enter their message. \r\nvisitorName.label
The default label for visitorName.form. \r\nvisitorName.form
A form element that allows the user to enter a \r\ndisplay name if they are a visitor. \r\nform.submit
The submit button for the form. \r\nsubject.label
The default label for subject.form. \r\nsubject.form
A form element that allows users to enter a subject \r\nfor their message. \r\nform.end
',1068757477,NULL); -INSERT INTO international VALUES (61,'MessageBoard',12,'Meldinger, Ny/Endre',1068683544,NULL); -INSERT INTO international VALUES (71,'Article',12,'
The form footer.Artikler er som en \"Swiss Armey knife\" i WebGUI. De fleste ting med statisk \r\ninnhold kan legges ved hjelp av Artikkel
\r\nVIKTIG: Du kan lage flersides artikkler ved å plassere \r\nseperator makroen (^-;) på valgfrie plasser i artikkelen.
\r\nTemplate
\r\n
Velg en template for utseende av artikkelen. \r\nBilde
\r\n
Velg et bilde (.jpg,.gif,.png) fil fra din \r\nharddisk. Denne vil lastes opp til serveren og vist i artikkelen.Vedlegg
\r\n
Om du ønsker å legge ved en tekstbehandlingsfil, \r\nen zip fil, eller en hvilken som helst fil som skal kunne lastes ned av dine \r\nbrukere, så angi den her.Link Tittel
\r\n
Om du ønsker en link til din artikkel, så \r\nskriv inn tittelen på linken til artikkelen i dette feltet. \r\n
eksempel: GoogleLink URL
\r\n
Om du la inn en link tittel, så legg inn URL\'n \r\nher. eksempel:
http://www.google.comKonverter \"Carriage returns\"
\r\n
Om du skriver HTML er det \r\nvanligvis ikke behov for denne oppsjonen. Men om du ikke skriver HTML og ønsker \r\nlinjeskift i teksten hver gang du trykker \"Enter\" da bruker du denne oppsjonen. \r\nTillat Diskusjon?
',1068758765,NULL); -INSERT INTO international VALUES (1068,'WebGUI',12,'The following variables are available in the search template. \r\n
Velges denne oppsjonen, vil du tillate \r\nrespons/diskusjon til artikkelen.callback.url
The url that links back to the calling object such as \r\nan article or user submission. \r\ncallback.label
The default label for callback.url. \r\nform.begin
The search form header. \r\nsearch.label
The default label for the search page. \r\nall.label
The default label for all.form. \r\nall.form
The form element for searching based on all words. \r\nexactphrase.label
The default label for exactphrase.form. \r\nexactphrase.form
The form element for searching based on an exact \r\nphrase. \r\nwithout.label
The default label for without.form. \r\nwithout.form
The form element for searching based on words that \r\ncannot be found in the text. \r\natleastone.label
The default label for atleastone.form. \r\natleastone.form
The form element for searching where at least one \r\nof the words must exist in the text. \r\nresults.label
The default label for results.form. \r\nresults.form
The form element for selecting how many results per \r\npage should be returned. \r\nform.search
The search button. \r\nform.end
The form footer. \r\nthread.list.url
A url that goes back to the thread list (aka \r\nforum). \r\nthread.list.label
The default label for thread.list.url. \r\npost.subject.label
The default label for the subject column. \r\npost.date.label
The default label for the date column. \r\npost.user.label
The default label for the author column. \r\npost_loop
A loop containing all of the search results. \r\n\r\n
post.subject\r\n
The post subject. \r\npost.url
The url to view the post. \r\npost.epoch
The epoch date of the post. \r\npost.date
The human readable date of the post. \r\npost.time
The human readable time of the post. \r\npost.user.id
The userId of the poster. \r\npost.user.name
The username of the poster. \r\npost.user.profile
The url of the poster\'s profile. \r\nfirstpage
A link to the first page in a multi-page listing. \r\nlastpage
A link to the last page in a multi-page listing. \r\nnextpage
A link to the next page in a multi-page listing. \r\npagelist
A series of links to every page in a multi-page listing. \r\npreviouspage
A link to the previous page in a multi-page listing. \r\nmultiplepages
A condition indicating whether there are multiple \r\npages or not. \r\nnumberOfPages
The number of pages in a multiple page listing. \r\npageNumber
',1068757511,NULL); -INSERT INTO international VALUES (896,'WebGUI',12,'Cache tidsavbrudd (besøkende)',1066005973,NULL); -INSERT INTO international VALUES (895,'WebGUI',12,'Cache tidsavbrudd',1066005954,NULL); -INSERT INTO international VALUES (893,'WebGUI',12,'Wobject Instillinger',1048547444,NULL); -INSERT INTO international VALUES (892,'WebGUI',12,'Diskusjon',1048547398,NULL); -INSERT INTO international VALUES (891,'WebGUI',12,'Only negate macros.',1048547375,NULL); -INSERT INTO international VALUES (890,'WebGUI',12,'
The number of the current page in a multi-page listing. \r\n\r\n\r\n
',1048547340,NULL); -INSERT INTO international VALUES (11,'HttpProxy',12,'\r\n \r\n WebGUI has a sub-system that can create tabs. You\'ll see \r\nthese in complex forms such as page editing. In order to make the tabs system \r\nlook good and match your site, you\'ll need to add a section to your style\'s \r\nstyle sheet specifically for the tabs. \r\n The following style sheet classes are available: \r\n
.tab
The default look of each tab. \r\ndiv.tabs
This also sets some properties for all of the tabs. This \r\nshould be used for the text labels in the tabs. \r\n.tabBody
The content area for each tab. This is where the form will \r\nshow up. Note that for best results the background color of this should match \r\nthe background color of .tabActive. \r\n.tabHover
The look of a tab as the mouse hovers over it. \r\n.tabActive
The look of the tab that is currently visible. \r\nExamples
You can use these instead of creating your own if you \r\nwish. Or just use these as guidelines for creating your own. \r\n\r\n
\r\n\r\n
\r\n White or Light Colored Styles \r\n.tab {\r\n border: 1px solid black;\r\n background-color: #eeeeee;\r\n}\r\n.tabBody {\r\n border: 1px solid black;\r\n border-top: 1px solid black;\r\n border-left: 1px solid black;\r\n background-color: #dddddd; \r\n}\r\ndiv.tabs {\r\n line-height: 15px;\r\n font-size: 14px;\r\n}\r\n.tabHover {\r\n background-color: #cccccc;\r\n}\r\n.tabActive { \r\n background-color: #dddddd; \r\n}\r\nBlack or Dark Colored Styles .tab {\r\n border: 1px solid white;\r\n background-color: #333333;\r\n}\r\n.tabBody {\r\n border: 1px solid white;\r\n border-top: 1px solid white;\r\n border-left: 1px solid white;\r\n background-color: #444444; \r\n}\r\ndiv.tabs {\r\n line-height: 15px;\r\n font-size: 14px;\r\n}\r\n.tabHover {\r\n background-color: #555555;\r\n}\r\n.tabActive { \r\n background-color: #444444; \r\n}\r\nHTTP Proxy wobject er et kraftig verktøy. Det lar deg pakke inn og vise et \r\neksternt web sted eller applikasjon på din egen side. For eksempel, om du har et \r\nWebMail system som du ønsker dine anstatte skal kunne bruke igjennom \r\nintranettet, da kan du bruke HTTP Proxy for å oppnå dette.
\r\nURL
\r\n
Start URL\'n for proxyen.Følge redirects?
\r\n
Noen ganger er URL\'n til en side bare en \r\nlink til en ny side (Redirect). Vil du følge slike linker når de dukker opp?Tidsavbrudd
\r\n
Tiden i sekunder som WebGUI skal vente på en \r\nforbindelse før den gir opp forsøket på å nå den eksterne siden.Fjerne Style?
\r\n
Vil du fjerne style sheet fra den eksterne \r\nsiden til fordel for din egen style på din egen side?Filtrer innhold?
\r\n
Velg nivået av HTML filtrering som du \r\nønsker å bruke på proxy innholdet.Tillat proxying av andre domener?
',1066007833,NULL); -INSERT INTO international VALUES (889,'WebGUI',12,'Style Sheets, Tabs',1048546242,NULL); -INSERT INTO international VALUES (73,'SyndicatedContent',12,'
Om du proxyer en side \r\nsom Yahoo! som linker til andre domener, ønsker du da å følge disse linkene til \r\nandre domener, eller skal proxyen stoppe dem når de forsøker å forlate den \r\nopprinnelige siden du har spesifisert?The following are the template variables available to the \r\nSyndicated Content template. \r\n',1048546157,NULL); -INSERT INTO international VALUES (72,'SyndicatedContent',12,'Syndicated Content Template',1048545923,NULL); -INSERT INTO international VALUES (28,'DataForm',12,'Valgfritt for TextArea og HTMLarea.',1054672426,NULL); -INSERT INTO international VALUES (27,'DataForm',12,'Høyde',1048545682,NULL); -INSERT INTO international VALUES (72,'SiteMap',12,'Site Map Template',1048534928,NULL); -INSERT INTO international VALUES (61,'Article',12,'Artikkel, Ny/Rediger',1068683494,NULL); -INSERT INTO international VALUES (9,'HttpProxy',12,'Cookie Jar',1048534861,NULL); -INSERT INTO international VALUES (8,'HttpProxy',12,'Følge redirects?',1048534837,NULL); -INSERT INTO international VALUES (6,'HttpProxy',12,'Fjerne Style?',1048534805,NULL); -INSERT INTO international VALUES (5,'HttpProxy',12,'Tillat Proxying av andre domener?',1048534782,NULL); -INSERT INTO international VALUES (4,'HttpProxy',12,'Tidsavbrudd',1048534748,NULL); -INSERT INTO international VALUES (3,'HttpProxy',12,'HTTP Proxy',1048534710,NULL); -INSERT INTO international VALUES (2,'HttpProxy',12,'Rediger HTTP Proxy',1048534689,NULL); -INSERT INTO international VALUES (10,'HttpProxy',12,'HTTP Proxy, Legg Til/Rediger',1048534643,NULL); -INSERT INTO international VALUES (1,'HttpProxy',12,'URL',1048534607,NULL); -INSERT INTO international VALUES (1030,'WebGUI',12,'av',1048534587,NULL); -INSERT INTO international VALUES (1029,'WebGUI',12,'Endret når ',1048534569,NULL); -INSERT INTO international VALUES (1024,'WebGUI',12,'Filtrer Post',1048534490,NULL); -INSERT INTO international VALUES (57,'WebGUI',12,'Dette er bare nødvendig om du vil benytte funksjoner som krever ePost.',1048534465,NULL); -INSERT INTO international VALUES (82,'WebGUI',12,'Administrative Funksjoner...',1048534425,NULL); -INSERT INTO international VALUES (588,'WebGUI',12,'channel.title
The title of this piece of syndicated content. \r\nchannel.description
A description of the content available through \r\nthis channel. \r\nchannel.link
A URL back to the originating site of this channel. \r\nitem_loop
A loop containing the data from this channel. \r\ntitle
The title of a piece of content. \r\ndescription
The description of the content. \r\nlink A URL directly to the original content.
Er du sikker på at du ønsker å laste denne oversettelsen opp til Plain Black \r\nfor at den kan inkluderes i den offesielle distribusjonen av WebGUI?
',1046116480,NULL); -INSERT INTO international VALUES (6,'WobjectProxy',12,'
Når du \r\nklikker på Ja linken aksepterer du at du gir Plain Black en ubegrenset lisens \r\ntil å benytte denne oversettelsen i sine programvare distribusjoner.Med Wobject Proxy kan du speile et Wobject fra en side til en hvilken som \r\nhelst annen side. Dette er nyttig om du ønsker det samme innholdet på flere \r\nstede på webområdet.
\r\nVIKTIG: Wobject proxy er ikke tilgjengelig igjennom \"Legg \r\ntil innhold\" menyen, men istedet gjennom snarvei ikonet på hver wobject\'s \r\nverktøyknapp.
\r\nWobject to Proxy
\r\n
Gir en link til det \r\norginale wobjectet som blir speilet.Overstyr Tittel?
\r\n
Velg \"Ja\" om du ønsker å benytte \r\ntittelen til det kopien fremfor orginalen.Overstyr Beskrivelse?
\r\n
Velg \"Ja\" om du ønsker å \r\nbenytte beskrivelsen til kopien fremfor beskrivelsen til orginalen.Overstyr Visnings Tittel?
\r\n
Velg \"Ja\" om du ønsker å \r\nbenytte Visnings tittelen til det kopien fremfor orginalen.Overstyr Template?
',1066006658,NULL); -INSERT INTO international VALUES (838,'WebGUI',12,'
Velg \"Ja\" om du ønsker å \r\nbenytte templaten til kopien fremfor templaten til orginalen.Mapper brukes til å organisere collateral, på samme måte som du vil \r\norganisere mapper og filer på din egen harddisk.
\r\nOrganiser i Mappe
\r\n
Mapper kan være inne i andre Mapper. I \r\nhvilken Mappe vil du opprette denne Mappen?Navn
\r\n
Gi denne Mappen et navn som kan identifisere \r\ninnholdet.Beskrivelse
',1046116041,NULL); -INSERT INTO international VALUES (836,'WebGUI',12,'
Beskriv Mappen slik at du kan huske hvorfor \r\ndu laget den og hva den skal inneholde.Snippets er biter av tekst som kan gjennbrukes på WEB-stedet ditt. Ting som \r\njava script, Style sheets, Flash animasjoner eller slagord er alle greie \r\nsnippets. Best av alt er at om du trenger å endre teksten, så trenger du bare å \r\ngjøre det på et sted.
\r\nNavn
\r\n
Gi din Snippet et unikt navn som du sener kan bruke \r\nnår det skal brukes.Organiser i Mappe
\r\n
Hviken Collateral Mappe skal denne \r\nSnippet\'n lagres.Snippet
',1046115999,NULL); -INSERT INTO international VALUES (834,'WebGUI',12,'
Skriv inn! Eller klipp den fra et annet \r\nelektronisk dokument og lim det inn her.Du kan laste opp en hvilken som helst fil til felleslageret for senere \r\nbruk.
\r\nNavn
\r\n
Gi filen et unikt navn som du kan bruke til å finne \r\nden igjen senere.Organiser i Mappe
\r\n
Hvilken Collateral Mappe skal filen \r\nlegges i?Fil
',1046115954,NULL); -INSERT INTO international VALUES (830,'WebGUI',12,'
Velg filen som skal lastes opp fra harddisken \r\ndin.Side Templates blir brukt til å organisere wobjects på siden. For å gjøre \r\ndette kan du lage side template posisjoner. Du kan ha et ubegrenset antall \r\nposisjoner i en side template, men du må alltid ha en posisjon 1.
\r\n
Side \r\ntemplate posisjon variabler kan se slik ut:
<tmpl_var \r\npage.position1>
<tmpl_var page.position2>
<tmpl_var \r\npage.position3>
<tmpl_var page.position4>
<tmpl_var \r\npage.position5>
<tmpl_var page.position6>
<tmpl_var \r\npage.position7>
<tmpl_var ...>Du kan ha opptil 1 milliard posisjoner, no som skulle være tillstrekkelig for \r\nde fleste Web-steder.
',1046115854,NULL); -INSERT INTO international VALUES (826,'WebGUI',12,'WebGUI has a powerful templating language built to give you maximum control over \r\nthe layout of your content. The following is a list of the template language \r\nsyntax. \r\nNOTE: Please note that the words foo and bar are used \r\nbelow as placeholders for the actual variable names that you\'ll use. They are \r\nnot part of the template language. \r\n
Variables
Variables are the most basic of the template commands. \r\nThey are used to position pieces of content. \r\nSyntax: <tmpl_var foo> or <tmpl_var name=\"foo\"> \r\n
Example: <tmpl_var name> \r\n
Conditions
To programmers conditions are nothing new, but to \r\ndesigners they can often be confusing at first. Conditions are really just true \r\nor false questions, and if you think of them that way, you\'ll have no trouble at \r\nall. \r\nSyntax: <tmpl_if foo> <tmpl_else> </tmpl_if> \r\n
Syntax: <tmpl_unless foo> <tmpl_else> \r\n</tmpl_unless> \r\nExample: <tmpl_if isTrue> It was true!<tmpl_else> It was \r\nfalse! </tmpl_if> \r\n
Loops
Loops iterate over a list of data output for each pass in the \r\nloop. Loops are slightly more complicated to use than plain variables, but are \r\nconsiderably more powerful. \r\nSyntax: <tmpl_loop foo> </tmpl_loop> \r\n
Example:
<tmpl_loop users>
Name: <tmpl_var \r\nfirst_name><br/>
</tmpl_loop> \r\nLoop Conditions
Loops come with special condition variables of \r\ntheir own. They are __FIRST__, __ODD__, __INNER__, and __LAST__. \r\nExamples:
<TMPL_LOOP FOO>\r\n <TMPL_IF __FIRST__>\r\n This only outputs on the first pass.\r\n </TMPL_IF>\r\n\r\n <TMPL_IF __ODD__>\r\n This outputs every other pass, on the odd passes.\r\n </TMPL_IF>\r\n\r\n <TMPL_UNLESS __ODD__>\r\n This outputs every other pass, on the even passes.\r\n </TMPL_UNLESS>\r\n\r\n <TMPL_IF __INNER__>\r\n This outputs on passes that are neither first nor last.\r\n </TMPL_IF>\r\n\r\n <TMPL_IF __LAST__>\r\n This only outputs on the last pass.\r\n <TMPL_IF>\r\n </TMPL_LOOP>\r\n\r\nNOTE:Both the template language and template variables are \r\ncase-insensitive.
',1046115728,NULL); -INSERT INTO international VALUES (698,'WebGUI',12,'Karma is a method of tracking the activity of your users, and potentially \r\nrewarding or punishing them for their level of activity. Once karma has been \r\nenabled, you\'ll notice that the menus of many things in WebGUI change to reflect \r\nkarma. \r\nYou can track whether users are logging in, and how much they contribute to \r\nyour site. And you can allow them access to additional features by the level of \r\ntheir karma. \r\n
You can find out more about karma in Ruling \r\nWebGUI.
',1046115656,NULL); -INSERT INTO international VALUES (639,'WebGUI',12,'Template Name
Give this template a descriptive name so that \r\nyou\'ll know what it is when you\'re applying a template to content. \r\nNamespace
What type of template is this? \r\nTemplate
Create your template by using template commands and \r\nvariables, macros, and HTML. \r\nNOTE: You should never edit the default templates that come with \r\nWebGUI as they are subject to change with each new release. Instead, copy the \r\ntemplate you wish to edit, and edit the copy.
',1046115600,NULL); -INSERT INTO international VALUES (637,'WebGUI',12,'First Name
The given name of this user. \r\nMiddle Name
The middle name of this user. \r\nLast Name
The surname (or family name) of this user. \r\nEmail Address
The user\'s email address. This must only be specified \r\nif the user will partake in functions that require email. \r\nICQ UIN
The ICQ UIN is the \"User ID Number\" on the ICQ network. ICQ \r\nis a very popular instant messaging platform. \r\nAIM Id
The account id for the AOL Instant Messenger system. \r\nMSN Messenger Id
The account id for the Microsoft Network Instant \r\nMessenger system. \r\nYahoo! Messenger Id
The account id for the Yahoo! Instant Messenger system. \r\nCell Phone
This user\'s cellular telephone number. \r\nPager
This user\'s pager telephone number. \r\nEmail To Pager Gateway
This user\'s text pager email address. \r\nHome Information
The postal (or street) address for this user\'s \r\nhome. \r\nWork Information
The postal (or street) address for this user\'s \r\ncompany. \r\nKjønn
This user\'s sex. \r\nFødsels Dato
This user\'s date of birth. \r\n
Språk
What language should be used to display system \r\nrelated messages. \r\nTids Avvik
A number of hours (plus or minus) different \r\nthis user\'s time is from the server. This is used to adjust for time zones. \r\nFørste Dag i Uka
The first day of the week on this user\'s \r\nlocal calendar. For instance, in the United States the first day of the week is \r\nSunday, but in many places in Europe, the first day of the week is Monday. \r\nDato Format
What format should dates on this site appear \r\nin? \r\nTids Format
What format should times on this site appear \r\nin? \r\nDiskusjons Utseende
Should discussions be laid out flat \r\nor threaded? Flat puts all replies on one page in the order they were created. \r\nThreaded shows the heirarchical list of replies as they were created. \r\nInnboks beskjed
',1046115538,NULL); -INSERT INTO international VALUES (636,'WebGUI',12,'To create a package follow these simple steps: \r\nFrom the admin menu select \"Manage packages.\" \r\nTo create a package follow these simple steps: \r\n
How should this user be notified when \r\nthey get a new WebGUI message?\r\n
Notes:- From the admin menu select \"Manage packages.\" \r\n
- Add a page and give it a name. The name of the page will be the name of the \r\npackage. \r\n
- Go to the new page you created and start adding pages and wobjects. Any \r\npages or wobjects you add will be created each time this package is deployed. \r\n
In order to add, edit, or delete packages you must be \r\nin the Package Mangers group or in the Admins group.
If you add content \r\nto any of the wobjects, that content will automatically be copied when the \r\npackage is deployed.
Privileges and styles assigned to pages in the \r\npackage will not be copied when the package is deployed. Instead the pages will \r\ntake the privileges and styles of the area to which they are deployed. ',1046115325,NULL); -INSERT INTO international VALUES (635,'WebGUI',12,'Packages are groups of pages and wobjects that are predefined to be deployed \r\ntogether. A package manager may see the need to create a package several pages \r\nwith a message board, an FAQ, and a Poll because that task is performed quite \r\noften. Packages are often defined to lessen the burden of repetitive tasks. \r\n
One package that many people create is a Page/Article package. It is \r\noften the case that you want to add a page with an article on it for content. \r\nInstead of going through the steps of creating a page, going to the page, and \r\nthen adding an article to the page, you may wish to simply create a package to \r\ndo those steps all at once.',1046115283,NULL); -INSERT INTO international VALUES (630,'WebGUI',12,'WebGUI has a small, but sturdy real-time search engine built-in. If you wish to \r\nuse the internal search engine, you can use the ^?; macro, or by adding \r\n?op=search to the end of any URL, or feel free to build your own form to \r\naccess it. \r\nMany people need a search engine to index their WebGUI site, plus many \r\nothers. Or they have more advanced needs than what WebGUI\'s search engine \r\nallows. In those cases we recommend MnoGo Search or ht://Dig.
',1046115123,NULL); -INSERT INTO international VALUES (629,'WebGUI',12,'Bruk Delt UtklippsTavle?
Enabler en enkelt systemomfattende \r\nutklippstavle delt av alle brukerene. Standard er utklippstavle for hver enkelt \r\nbruker.
\r\nBruke Delt Søppel?
\r\n
Enabler en enkelt systemdekkende \r\nsøppel delt av alle brukere. Standard er søppel for hver enkelt \r\nbruker.
If proxied, use real client IP address?
If enabled and \r\nif the environment variable HTTP_X_FORWARDED_FOR is present, it\'s value will be \r\nused in place of REMOTE_ADDRESS as the client browser\'s IP address. This is \r\nrequired for IP based groups to function properly in reverse-proxied, \r\nload-balanced system architectures. In these environments, all requests would \r\notherwise appear to come from the same host, namely the proxy server. If you are \r\nuncertain if you need this setting enabled, you should probably leave it turned \r\noff.Forhindre Proxy Caching
\r\n
Noen selskaper har proxy servere som skaper \r\nproblemer for WebGUI. Om du opplever problemer med WebGUI, og du har en proxy \r\nserver, prøv å sette denne til \"Ja\". Vær klar over at WebGUI sine URL\'r ikke \r\nblir like brukervennlige etterpå.
Vis debugging?
Vis debugging \r\ninformasjon i resultatene fra WebGUI. Dette er først og fremst nyttig for WebGUI \r\nutviklere, men kan også brukes av administratorer som prøver å løse et \r\nproblem.Følg Side statistikker?
\r\n\r\n
WebGUI kan ta vare på en del \r\nstatistikker på bruken av nettstedet ditt. Men dette vil påvirke ytelsen på \r\nserveren og databasen vil vokse raskere. Bruk denne bare om du ikke har et \r\nekstern Web statistikk program.Host To Use
\r\n',1068683935,NULL); -INSERT INTO international VALUES (625,'WebGUI',12,'Upload any images that you\'ll possibly use in more than one location on your \r\nsite. \r\n
\r\nSelect which host to use by default when generating URLs. Config Sitename will use the \"sitename\" variable from your config file. And Env HTTP Host will use the \"HTTP_HOST\" environment variable provided by the web server.Name
The label that this image will be referenced by to include it \r\ninto pages. \r\nOrganize In Folder
Which collateral folder should this image be \r\nplaced in. \r\nFile
Select a file from your local drive to upload to the server. \r\nParameters
Add any HTML <img&rt; parameters that you wish to \r\nact as the defaults for this image. \r\nExample:
align=\"right\"
alt=\"This is an image\"
\r\nThumbnail Size
',1046114987,NULL); -INSERT INTO international VALUES (623,'WebGUI',12,'
How big (in pixels) should the thumbnail for this \r\nimage be?\r\n\r\n
',1046114857,NULL); -INSERT INTO international VALUES (622,'WebGUI',12,'See Manage Group for a description of grouping functions and the default \r\ngroups. \r\n\r\n \r\n Cascading Style Sheets (CSS) are a great way to manage \r\nthe look and feel of any web site. They are used extensively in WebGUI. \r\n If you are unfamiliar with how to use CSS, Plain Black \r\nSoftware provides training classes on XHTML and CSS. Alternatively, \r\nBradsoft makes an excellent CSS editor called Top \r\nStyle. \r\n
The following is a list of classes used to control the look of WebGUI: \r\n
A
The links throughout the style. \r\nBODY
The default setup of all pages within a style. \r\nH1
The headers on every page. \r\n.accountOptions
The links that appear under the login and account \r\nupdate forms. \r\n.adminBar
The bar that appears at the top of the page when you\'re \r\nin admin mode. \r\n.content
The main content area on all pages of the style. \r\n.formDescription
The tags on all forms next to the form elements. \r\n.formSubtext
The tags below some form elements. \r\n.highlight
Denotes a highlighted item, such as which message you \r\nare viewing within a list. \r\n.horizontalMenu
The horizontal menu (if you use a horizontal menu \r\nmacro). \r\n.pagination
The Previous and Next links on pages with pagination. \r\n.selectedMenuItem
Use this class to highlight the current page in \r\nany of the menu macros. \r\n.tableData
The data rows on things like message boards and user \r\ncontributions. \r\n.tableHeader
The headings of columns on things like message boards \r\nand user contributions. \r\n.tableMenu
The menu on things like message boards and user \r\nsubmissions. \r\n.verticalMenu
The vertical menu (if you use a vertical menu \r\nmacro). \r\nNote: Some wobjects and macros have their own unique styles \r\nsheet classes, which are documented in their individual help files. \r\n
Group Name
A name for the group. It is best if the name is \r\ndescriptive so you know what it is at a glance. \r\nDescription
A longer description of the group so that other admins \r\nand content managers (or you if you forget) will know what the purpose of this \r\ngroup is. \r\nExpire Offset
The amount of time that a user will belong to this \r\ngroup before s/he is expired (or removed) from it. This is very useful for \r\nmembership sites where users have certain privileges for a specific period of \r\ntime. \r\nNOTE: This can be overridden on a per-user basis. \r\n
Notify user about expiration?
Set this value to yes if you want \r\nWebGUI to contact the user when they are about to be expired from the group. \r\nExpire Notification Offset
The difference in the number of days \r\nfrom the expiration to the notification. You may set this to any valid integer. \r\nFor instance, set this to \"0\" if you wish the notification to be sent on the \r\nsame day that the grouping expires. Set it to \"-7\" if you want the notification \r\nto go out 7 days before the grouping expires. Set it to \"7\" if you wish \r\nthe notification to be sent 7 days after the expiration. \r\nExpire Notification Message
Type the message you wish to be sent to \r\nthe user telling them about the expiration. \r\nDelete Offset
The difference in the number of days from the \r\nexpiration to the grouping being deleted from the system. You may set this to \r\nany valid integer. For instance, set this to \"0\" if you wish the grouping to be \r\ndeleted on the same day that the grouping expires. Set it to \"-7\" if you want \r\nthe grouping to be deleted 7 days before the grouping expires. Set it to \r\n\"7\" if you wish the grouping to be deleted 7 days after the expiration. \r\nScratch Filter
A user can be dynamically bound to a group by a \r\nscratch variable in their session. Scratch variables can be set programatically, \r\nor via the web. To set a scratch variable via the web, tack the following on to \r\nthe end of any URL: \r\n?op=setScratch&scratchName=somename&scratchValue=somevalue \r\n
Having done that, when a user clicks on that link they will have a scratch \r\nvariable added to their session with a name of \"www_somename\" and a value of \r\n\"somevalue\". The \"www_\" is prepended to prevent web requests from overwriting \r\nscratch variables that were set programatically. \r\n
To set a scratch filter simply add a line to the scratch filter field that \r\nlooks like: \r\n
www_somename=somevalue \r\n
IP Address
Specify an IP address or an IP mask to match. If the \r\nuser\'s IP address matches, they\'ll automatically be included in this group. An \r\nIP mask is simply the IP address minus an octet or two. You may also specify \r\nmultiple IP masks separated by semicolons. \r\nIP Mask Example: 10.;192.168.;101.42.200.142 \r\n
Karma Threshold
If you\'ve enabled Karma, then you\'ll be able to set \r\nthis value. Karma Threshold is the amount of karma a user must have to be \r\nconsidered part of this group. \r\nUsers can add themselves?
Do you wish to let users add themselves \r\nto this group? See the GroupAdd macro for more info. \r\nUsers can remove themselves?
Do you wish to let users remove \r\nthemselves from this group? See the GroupDelete macro for more info. \r\nThe following options are recommended only for advanced WebGUI \r\nadministrators. \r\n
Database Link
If you\'d like to have this group validate users using \r\nan external database, choose the database link to use. \r\nSQL Query
Many organizations have external databases that map users \r\nto groups; for example an HR database might map Employee ID to Health Care Plan. \r\nTo validate users against an external database, you need to construct a SQL \r\nstatement that will return 1 if a user is in the group. Make sure to begin your \r\nstatement with \"select 1\". You may use macros in this query to access data in a \r\nuser\'s profile, such as Employee ID. Here is an example that checks a user \r\nagainst a fictional HR database. This assumes you have created an additional \r\nprofile field called employeeId.
select 1 from employees, health_plans, \r\nempl_plan_map
where employees.employee_id = ^User(\"employeeId\");
and \r\nhealth_plans.plan_name = \'HMO 1\'
and employees.employee_id = \r\nempl_plan_map.employee_id
and health_plans.health_plan_id = \r\nempl_plan_mp.health_plan_id
This group could then be named \"Employees in \r\nHMO 1\", and would allow you to restrict any page or wobject to only those users \r\nwho are part of this health plan in the external database. \r\nCache external groups for how long?
',1068759148,NULL); -INSERT INTO international VALUES (619,'WebGUI',12,'This function permanently deletes the selected wobject from a page. If you are \r\nunsure whether you wish to delete this content you may be better served to cut \r\nthe content to the clipboard until you are certain you wish to delete it. \r\n
Large sites using external \r\ngroup data will be making many calls to the external database. To help reduce \r\nthe load, you may select how long you\'d like to cache the results of the \r\nexternal database query within the WebGUI database. More advanced background \r\ncaching may be included in a future version of WebGUI.
As with any delete operation, you are prompted to be sure you wish to \r\nproceed with the delete. If you answer yes, the delete will proceed and there is \r\nno recovery possible. If you answer no you\'ll be returned to the prior \r\nscreen.
',1046114536,NULL); -INSERT INTO international VALUES (618,'WebGUI',12,'SMTP Server
\r\n
This is the address of your local mail \r\nserver. It is needed for all features that use the Internet email system (such \r\nas password recovery).Optionally, if you are running a sendmail server on the same machine as \r\nWebGUI, you can also specify a path to your sendmail executable. On most Linux \r\nsystems this can be found at \"/usr/lib/sendmail\".
\r\nEmail Footer
\r\n
This footer will be processed for macros and \r\nattached to every email sent from this WebGUI instance.
Alert on new \r\nuser?
Should someone be alerted when a new user registers anonymously? \r\nGroup To Alert On New User
',1046114473,NULL); -INSERT INTO international VALUES (617,'WebGUI',12,'
What group should be alerted when a new \r\nuser registers?Settings are items that allow you to adjust WebGUI to your particular needs. \r\n
\r\n
Rediger Firma Informasjon
Information specific about the company or \r\nindividual who controls this installation of WebGUI.Rediger Innholds Instillinger
\r\n
Settings related to content and content \r\nmanagement.Rediger ePost Instillinger
\r\n
Settings concerning email and related \r\nfunctions.Rediger Forskjellige Instillinger
\r\n
Anything we couldn\'t find a place for. \r\nRediger Profil Instillinger
\r\n
Define what user profiles look like and what \r\nthe users have the ability to edit.Rediger Bruker Instillinger
',1046114265,NULL); -INSERT INTO international VALUES (616,'WebGUI',12,'
Settings relating to users (beyond profile \r\ninformation), like authentication information, and registration options. \r\nSti til WebGUI Extras
\r\n
The web-path to the directory \r\ncontaining WebGUI images and javascript files.Maksimum vedleggs størrelse
\r\n
The maximum size of files \r\nallowed to be uploaded to this site. This applies to all wobjects that allow \r\nuploaded files and images (like Article and User Contributions). This size is \r\nmeasured in kilobytes.Tittebilde størrelse
\r\n
The size of the longest side of \r\nthumbnails. The thumbnail generation maintains the aspect ratio of the image. \r\nTherefore, if this value is set to 100, and you have an image that\'s 400 pixels \r\nwide and 200 pixels tall, the thumbnail will be 100 pixels wide and 50 pixels \r\ntall.
Note: Thumbnails are automatically generated as images are uploaded to \r\nthe system.Web vedleggs sti
\r\n
The web-path of the directory where attachments are to be \r\nstored.Server vedleggs sti
',1046114149,NULL); -INSERT INTO international VALUES (615,'WebGUI',12,'
The local path of the directory where attachments are \r\nto be stored. (Perhaps /var/www/public/uploads) Be sure that the web server has \r\nthe rights to write to that directory.Groups are used to subdivide privileges and responsibilities within the \r\nWebGUI system. For instance, you may be building a site for a classroom \r\nsituation. In that case you might set up a different group for each class that \r\nyou teach. You would then apply those groups to the pages that are designed for \r\neach class.
\r\n
There are several groups built into WebGUI. They are as follows: \r\nAdmins
\r\n
Admins are users who have unlimited privileges \r\nwithin WebGUI. A user should only be added to the admin group if they oversee \r\nthe system. Usually only one to three people will be added to this group.Content Managers
\r\n
Content managers are users who have \r\nprivileges to add, edit, and delete content from various areas on the site. The \r\ncontent managers group should not be used to control individual content areas \r\nwithin the site, but to determine whether a user can edit content at all. You \r\nshould set up additional groups to separate content areas on the site.Everyone
\r\n
Everyone is a magic group in that no one is ever \r\nphysically inserted into it, but yet all members of the site are part of it. If \r\nyou want to open up your site to both visitors and registered users, use this \r\ngroup to do it.Package Managers
\r\n
Users that have privileges to add, edit, \r\nand delete packages of wobjects and pages to deploy.Registered Users
\r\n
When users are added to the system they \r\nare put into the registered users group. A user should only be removed from this \r\ngroup if their account is deleted or if you wish to punish a troublemaker.Style Managers
\r\n
Users that have privileges to edit styles \r\nfor this site. These privileges do not allow the user to assign privileges to a \r\npage, just define them to be used.Template Managers
\r\n
Users that have privileges to edit \r\ntemplates for this site.Visitors
',1046114032,NULL); -INSERT INTO international VALUES (612,'WebGUI',12,'There is no need to ever actually delete a user. If you are concerned with \r\nlocking out a user, then simply change their password. If you truely wish to \r\ndelete a user, then please keep in mind that there are consequences. If you \r\ndelete a user any content that they added to the site via wobjects (like message \r\nboards and user contributions) will remain on the site. However, if another user \r\ntries to visit the deleted user\'s profile they will get an error message. Also \r\nif the user ever is welcomed back to the site, there is no way to give him/her \r\naccess to his/her old content items except by re-adding the user to the users \r\ntable manually.
Visitors are users who are not logged in using \r\nan account on the system. Also, if you wish to punish a registered user you \r\ncould remove him/her from the Registered Users group and insert him/her into the \r\nVisitors group.
As with any delete operation, you are prompted to be \r\nsure you wish to proceed with the delete. If you answer yes, the delete will \r\nproceed and there is no recovery possible. If you answer no you\'ll be returned \r\nto the prior screen.
',1046113773,NULL); -INSERT INTO international VALUES (611,'WebGUI',12,'Firma Navn
\r\n
The name of your company. It will appear on \r\nall emails and anywhere you use the Company Name macro.Firma ePost Adresse
\r\n
A general email address at your \r\ncompany. This is the address that all automated messages will come from. It can \r\nalso be used via the WebGUI macro system.Firma URL
',1046113726,NULL); -INSERT INTO international VALUES (610,'WebGUI',12,'
The primary URL of your company. This will \r\nappear on all automated emails sent from the WebGUI system. It is also available \r\nvia the WebGUI macro system.See Manage Users for additional details. \r\n
\r\n
Username
Username is a unique identifier for a user. \r\nSometimes called a handle, it is also how the user will be known on the site. \r\n(Note: Administrators have unlimited power in the WebGUI system. This also means \r\nthey are capable of breaking the system. If you rename or create a user, be \r\ncareful not to use a username already in existance.)Password
\r\n
A password is used to ensure that the user is \r\nwho s/he says s/he is.Authentication Method
\r\n
See Edit Settings for details.LDAP URL
\r\n
See Edit Settings for details.Connect DN
',1046113641,NULL); -INSERT INTO international VALUES (608,'WebGUI',12,'\r\n
The Connect DN is the cn (or common name) of a \r\ngiven user in your LDAP database. It should be specified as cn=John Doe. This \r\nis, in effect, the username that will be used to authenticate this user against \r\nyour LDAP server.Å slette en side kan føre til mye rot om du er usikker på hva du gjør. Når du \r\nsletter en side, sletter du samtidig alt innhold, alle undersider koblet til \r\ndenne siden og alt innhold på de. Vær helt sikker på at du har flyttet innhold \r\ndu ønsker å beholde før du sletter en side.
\r\nSom med alle slette kommandoer, vil du bli spurt om du ønsker å bekrefte \r\nsletting. Om du svarer Ja, vil slettingen bli utført og dette er permanent. Om \r\ndu svarer Nei vil du returnere til forige skjermbilde.
',1046113587,NULL); -INSERT INTO international VALUES (607,'WebGUI',12,'Anonymous Registration
\r\n
Do you wish visitors to your site \r\nto be able to register themselves?Run On Registration
\r\n
If there is a command line specified \r\nhere, it will be executed each time a user registers anonymously. \r\n
Alert on new user?
Should someone be alerted when a \r\nnew user registers anonymously?Group To Alert On New User
\r\n
What group should be alerted \r\nwhen a new user registers?Enable Karma?
\r\n
Should karma be enabled?Karma Per Login
\r\n
The amount of karma a user should be \r\ngiven when they log in. This only takes affect if karma is enabled.Session Timeout
\r\n
The amount of time that a user session \r\nremains active (before needing to log in again). This timeout is reset each time \r\na user views a page. Therefore if you set the timeout for 8 hours, a user would \r\nhave to log in again if s/he hadn\'t visited the site for 8 hours.Authentication Method (default)
\r\n
What should the default \r\nauthentication method be for new accounts that are created? The two available \r\noptions are WebGUI and LDAP. WebGUI authentication means that the users will \r\nauthenticate against the username and password stored in the WebGUI database. \r\nLDAP authentication means that users will authenticate against an external LDAP \r\nserver.Note: Authentication settings can be customized on a per user basis.
\r\nUsername Binding
\r\n
Bind the WebGUI username to the LDAP \r\nIdentity. This requires the user to have the same username in WebGUI as they \r\nspecified during the Anonymous Registration process. It also means that they \r\nwon\'t be able to change their username later. This only in effect if the user is \r\nauthenticating against LDAP.LDAP URL (default)
\r\n
The default url to your LDAP server. \r\nThe LDAP URL takes the form of ldap://[server]:[port]/[base DN]. \r\nExample: ldap://ldap.mycompany.com:389/o=MyCompany. \r\nLDAP Identity
\r\n
The LDAP Identity is the unique identifier \r\nin the LDAP server that the user will be identified against. Often this field is \r\nshortname, which takes the form of first initial + last name. Example: jdoe. \r\nTherefore if you specify the LDAP identity to be shortname then Jon Doe would \r\nenter jdoe during the registration process.LDAP Identity Name
\r\n
The label used to describe the LDAP \r\nIdentity to the user. For instance, some companies use an LDAP server for their \r\nproxy server users to authenticate against. In the documentation or training \r\nalready provided to their users, the LDAP identity is known as their Web \r\nUsername. So you could enter that label here for consitency.LDAP Password Name
',1046113549,NULL); -INSERT INTO international VALUES (606,'WebGUI',12,'
Just as the LDAP Identity Name is a \r\nlabel, so is the LDAP Password Name. Use this label as you would LDAP Identity \r\nName.Tenk på Sider som bokser for innhold. For eksempel. Om du vil \r\nskrive et brev til redaktøren av ditt favoritt magasin, da ville du ta frem \r\ntekstbehandleren og begynne å skrive inn dine tanker. Det samme er riktig for \r\nWebGUI. Lag en side og deretter fyller du den med innhold.\r\n',1066005919,NULL); -INSERT INTO international VALUES (422,'WebGUI',12,'
Tittel
Tittelen til siden er hva \r\nbrukerene dine vil bruke for å navigere igjennom nettstedet. Den bør være \r\nbeskrivende men ikke for lang.
\r\nMeny Tittel
En kortere eller endret tittel for bruk i navigasjon. \r\nOm den utelates vil den settes lik Tittel.
\r\nSIDE URL
\r\n
Når du oppretter en side vil en URL bli generert \r\nbasert på sidens tittel. Om du ikke liker den URL som blir valgt, kan du endre \r\nden her.
Redirect URL
Når denne siden besøkes vil brukeren \r\nsendes til denne URL\'n.
NOTE: Når du er i Admin mode vil du ikke \r\nbli sendt videre. Dette er for at det skal være mulig å endre på egenskaper til \r\nsiden.Skjul fra Navigasjon?
\r\n
Velg \"ja\" om du vil skjule denne siden fra \r\nnavigasjon (Menyer)NOTE: Dette vil ikke skjule siden fra navigasjon i side treet \r\n(administrative funksjoner > Håndtere sideTre) bare fra navigasjons \r\nmakroer.
\r\nÅpne i nytt vindu?
\r\n
Velg \"ja\" for å opne denne siden i et nytt \r\nvindu. Dette blir ofte brukt sammen med Redirect URL \r\nparameteren.
Språk
Velg standard språk for denne \r\nsiden. Alle beskjeder generert av WebGUI vil da vises i i dette språket og \r\nkaraktersettet vil endres til det som er spesifisert for språket.Template
\r\n
Som standard har WebGUI et stort ommråde der innhold \r\nplasseres. Men, om du spesifiserer en template ulik standardvalget, så kan du \r\ndele siden inn i flere seksjoner.Beskrivelse (Synopsis)
En kort beskrivelse av siden. Den brukes som \r\ngrunnlag for standard Meta Tags og som beskrivelse i nettstedets sideTre \r\nkart.
Meta Tags
Meta Tags blir brukt av en del søkemotorer for \r\nå assosiere nøkkelord til spesielle sider. Det finnes et flott nettsted kalt Meta Tag \r\nBuilder som vil hjelpe deg med å bygge Meta Tags om du ikke har \r\ngjort det før. \r\nAvanserte bruker: Om du har andre ting (som JavaScript) som du \r\nvanligvis legger inn på siden din, så kan du like gjerne legge de her. \r\n
Bruke standard Meta Tags?
\r\n
Om du ikke ønsker å spesifisere \r\nMeta Tags selv, kan WebGUI generere meta tags basert på sidens tittel, ditt \r\nfirma navn. Kryss denne boksen om du vil benytte WebGUI genererte meta \r\ntags.
Stil
Når du oppretter en side vil den som standard, \r\narve en del egenskaper fra siden over. En av disse er stil. Velg fra listen over \r\nStiler om du vil endre utseende på siden. Se Legg til Stiler for mer \r\ninformasjon.
Om du velger \"Ja\" under listeboksen for Stiler, så vill alle \r\nsider under denne bli tildelt Stilen du valgte for denne siden.Start Dato
Datoen hvor brukere kan begynne å se denne siden. Før \r\ndenne datoen er det bare innholds administratorer med rettighet til å redigere \r\nden, som kan se siden.
Slutt Dato
Datoen da brukerene \r\nikke vil kunne se siden lenger. Etter denne datoen er det bare innholds \r\nadministratorer med rettighet til å redigere den, som kan se siden.
\r\nEier
\r\n
Eieren av siden er vanligvis den personen som opprettet siden. \r\nDenne brukeren vil alltid ha fulle redigering og visnings rettigheter til \r\nsiden.
NOTE: Eier kan kun endres av Administrator.Hvem kan se på?
\r\n
Velg en gruppe som kan se på denne siden. Om du \r\nønsker at både gjester og registrerte brukere skal kunne se denne siden, da bør \r\ndu velge gruppen \"Everybody\" (alle).Hvem kan redigere?
Velg gruppen som kan redigere denne siden. En \r\ngruppe som er tildelt redigeringsrettigheter kan alltid Se på Siden også.
Du \r\nkan også som en oppsjon gi rettigheter til alle sider under denne siden også. \r\nHva nå?
Om du lar denne stå på standardvalg vil du gå til den nye \r\nsiden etter at den blir opprettet.INNLOGGING FEILET
\r\nOppgitt informasjon stemmer ikke med kontoinformasjonen.
',1046111325,NULL); -INSERT INTO international VALUES (417,'WebGUI',12,'SIKKERHETS BRUDD
\r\nDu prøvde å få tilgang til et Wobject som ikke tilhører denne siden. Denne \r\nhendelsen er rapportert.
',1046111279,NULL); -INSERT INTO international VALUES (77,'USS',12,'The following are the template variables used in a submission template. \r\nSubmission templates are used to display the individual submissions in a user \r\nsubmission system. \r\ntitle
The title of this submission. \r\ncontent
The full text content of this submission. \r\nuser.label
The translated label indicating what user posted this \r\nsubmission. \r\nuser.profile
The URL to the profile of the user that posted this \r\nsubmission. \r\nuser.username
The username of the user that posted this submission. \r\n\r\nuser.id
The unique identifier for the user that posted this \r\nsubmission. \r\ndate.label
The translated label indicating what date this \r\nsubmission was posted. \r\ndate.epoch
The number of seconds since January 1, 1970 that this \r\nsubmission was posted. \r\ndate.human
A human readable date that displays the date and time \r\nthis submission was posted. \r\ndate.updated.label
The translated label indicating what date this \r\nsubmission was last edited. \r\ndate.updated.epoch
The number of seconds since January 1, 1970 that \r\nthis submission was last edited. \r\ndate.updated.human
A human readable date that displays the date and \r\ntime this submission was last edited. \r\nstatus.label
A translated label indicating the status of this \r\nsubmission. \r\nstatus.status
The actual status of this submission (pending, \r\napproved, denied). \r\nviews.label
A translated label indicating how many times this \r\nsubmission has been viewed. \r\nviews.count
The number of times this submission has been viewed. \r\ncanPost
An condition indicating whether or not this user can post a \r\nnew submission. \r\npost.url
The URL to post a new submission. \r\npost.label
A translated label for the post link. \r\nprevious.more
An condition indicating whether there are any posts \r\nprior to this one available for viewing. \r\nprevious.url
A URL to the post that came before this one. \r\nprevious.label
A translated label for the previous link. \r\nnext.more
A condition indicating whether there are any posts after \r\nthis one available for viewing. \r\nnext.url
The URL to the post that came after this one. \r\nnext.label
A translated label for the next link. \r\ncanEdit
A condition indicating whether the current user cane edit \r\nor delete this post. \r\nedit.url
The URL to edit this post. \r\nedit.label
A translated label for the edit link. \r\ndelete.url
The URL to delete this post. \r\ndelete.label
A translated label for the delete link. \r\ncanChangeStatus
A condition indicating whether the current user has \r\nthe privileges to change the status of this post. \r\napprove.url
The URL to approve this post. \r\napprove.label
A translated label for the approve link. \r\ndeny.url
The URL to deny this post. \r\ndeny.label
A translated label for the deny link. \r\nleave.url
The URL to leave this post in it\'s current state. \r\nleave.label
A translated label for the leave link. \r\ncanReply
A condition indicating whether the current user can reply \r\nto this post. \r\nreply.url
The URL to reply to this post. \r\nreply.label
A translated label for the reply link. \r\nsearch.url
The URL to toggle on the WebGUI power search form. \r\nsearch.label
A translated label for the search link. \r\nback.url
The URL to return the user to the main listing. \r\nback.label
A translated label for the back link. \r\nreplies
',1068759214,NULL); -INSERT INTO international VALUES (75,'USS',12,'This is the listing of template variables available in user submission system \r\ntemplates. \r\n
A complete listing of all replies to this post.readmore.label
A translated label that indicates that the user \r\nshould click to read more. \r\nresponses.label
A translated label that indicates that the user \r\nshould click to view the responses to this submission. \r\ncanPost
A condition that indicates whether a user can add a new \r\nsubmission. \r\npost.url
The URL to add a new submission. \r\npost.label
A translated label for the post link. \r\nsearch.label
A translated label for the search link. \r\nsearch.url
The URL to toggle on/off WebGUI\'s power search form. \r\nsearch.form
WebGUI\'s power search form. \r\ntitle.label
A translated label for the title column. \r\nthumbnail.label
A translated label for the thumbnail column. \r\ndate.label
A translated label for the date column. \r\ndate.updated.label
The translated label indicating what date this \r\nsubmission was last edited. \r\nby.label
A translated label stating who the submission was \r\nsubmitted by. \r\nsubmissions_loop
A loop containing each submission. \r\nsubmission.id\r\n
A unique identifier for this submission. \r\nsubmission.url
The URL to view this submission. \r\nsubmission.content
The abbreviated text content of this submission. \r\n\r\nsubmission.responses
The number of responses to this submission. \r\nsubmission.title
The title for this submission. \r\nsubmission.userId
The user id of the user that posted this \r\nsubmission. \r\nsubmission.username
The username of the person that posted this \r\nsubmission. \r\nsubmission.status
The status of this submission (approved, pending, \r\ndenied). \r\nsubmission.thumbnail
The thumbnail of the image uploaded with this \r\nsubmission (if any). \r\nsubmission.date
The that this submission was posted. \r\nsubmission.date.updated
A human readable date that displays the \r\ndate and time this submission was last edited. \r\nsubmission.currentUser
A condition indicating whether the current \r\nuser is the same as the user that posted this submission. \r\nsubmission.userProfile
The URL to the profile of the user that \r\nposted this submission. \r\nsubmission.secondColumn
A condition indicating whether or not this \r\nsubmission would belong in the second column, in a multi-column layout. \r\nsubmission.thirdColumn
A condition indicating whether or not this \r\nsubmission would belong in the third column, in a multi-column layout. \r\nsubmission.fourthColumn
A condition indicating whether or not this \r\nsubmission would belong in the fourth column, in a multi-column layout. \r\nsubmission.fifthColumn
A condition indicating whether or not this \r\nsubmission would belong in the fifth column, in a multi-column layout. \r\nfirstPage
A link to the first page in the paginator. \r\nlastPage
A link to the last page in the paginator. \r\nnextPage
A link to the next page forward in the paginator. \r\npreviousPage
A link to the next page backward in the paginator. \r\npageList
A list of links to all the pages in the paginator. \r\nmultiplePages
',1068759268,NULL); -INSERT INTO international VALUES (4,'Survey',12,'
A conditional indicating whether there is more than \r\none page in the paginatorUndersøkelser setter deg i stand til å samle informasjon fra dine brukere. \r\nMed WebGUI sine undersøkelser kan du også teste kunnskapsnivå.
\r\nSpørsmåls rekkefølge
\r\n
Rekkefølgen spørsmål vil bli stilt. \r\nSekvensielt viser spørsmålene i den rekkefølgen de ble laget. Vilkårlig viser \r\nspørsmålene i tilfeldig rekkefølge. Respons styrt viser spørsmålen sortert etter \r\nresponsen fra brukerene.Modus
\r\n
Som standard er Undersøkelse i Undersøkelse modus. \r\nDette gjør at du kan stille spørsmål til brukerene dine. Om du bytter til Test \r\nmodus kan du lage en selvrettende test av dine brukeres kunnskapsnivå.Anonym respons?
\r\n
Velg om undersøkelsen ta vare påog vise \r\ninformasjon som kan identifisere en bruker og hans respons. Om standardverdien \r\n\"Nei\" beholdes, vil undersøkelsen ta vare på brukerens IP adresse sammen med \r\nderes WebGUI bruker ID og brukernavn om de er logget inn. Denne infoen vil være \r\ntilgjengelig i rapportene. Om den settes til \"Ja\" vil disse feltene kun \r\ninneholde random data som ikke kan spores til noen spesiell bruker.Hvem kan ta undersøkelsen?
\r\n
Hvilke brukere kan delta i \r\nundersøkelsen?Hvem kan se rapporter?
\r\n
Hvem kan se resultatene av en \r\nundersøkelse?Hva nå?
',1068760658,NULL); -INSERT INTO international VALUES (71,'SiteMap',12,'\r\n
Om du beholder standardinstillingen vil du kunne \r\nlegge in spørsmål direkte etter at Undersøkelsen er lagt til.Site maps are used to provide additional navigation in WebGUI. You could set \r\nup a traditional site map that would display a hierarchical view of all the \r\npages in the site. On the other hand, you could use site maps to provide extra \r\nnavigation at certain levels in your site.
\r\nTemplate
\r\n
Choose a layout for this site map.
Start \r\nWith
Select the page that this site map should start from.Depth To Traverse
\r\n
How many levels deep of navigation \r\nshould the Site Map show? If 0 (zero) is specified, it will show as many levels \r\nas there are.Indent
',1046041368,NULL); -INSERT INTO international VALUES (71,'SQLReport',12,'SQL Reports are perhaps the most powerful wobject in the WebGUI arsenal. They \r\nallow a user to query data from any database that they have access to. This is \r\ngreat for getting sales figures from your Accounting database or even \r\nsummarizing all the message boards on your web site. \r\n
How many characters should indent each level? \r\nPreprocess macros on query?
If you\'re using WebGUI macros in your \r\nquery you\'ll want to check this box. \r\nDebug?
If you want to display debugging and error messages on the \r\npage, check this box. \r\nQuery
This is a standard SQL query. If you are unfamiliar with SQL, \r\nPlain Black \r\nSoftware provides training courses in SQL and database management. \r\nYou can make your queries more dynamic by using the ^FormParam(); macro. \r\nReport Template
Layout a template of how this report should look. \r\nUsually you\'ll use HTML tables to generate a report. An example is included \r\nbelow. If you leave this field blank a template will be generated based on your \r\nresult set. \r\nThere are special macro characters used in generating SQL Reports. They are \r\n^-;, ^0;, ^1;, ^2;, ^3;, etc. These macros will be processed regardless of \r\nwhether you checked the process macros box above. The ^- macro represents split \r\npoints in the document where the report will begin and end looping. The numeric \r\nmacros represent the data fields that will be returned from your query. There is \r\nan additional macro, ^rownum; that counts the rows of the query starting at 1 \r\nfor use where the lines of the output need to be numbered. \r\n
Database Link
The administrator can configure common databases on \r\nwhich you can run SQL Reports, freeing you from having to know or enter the DSN, \r\nUsername, and Password. If a database is selected from this list, the DSN, User, \r\nand Password fields will be ignored.
If the database you need to use is \r\nnot configured as a Database Link, you can enter the DSN, User, and Password. \r\nDSN
Data Source Name is the unique identifier \r\nthat Perl uses to describe the location of your database. It takes the format of \r\nDBI:[driver]:[database name]:[host]. \r\nExample: DBI:mysql:WebGUI:localhost \r\n
Database User The username you use to connect to the DSN. \r\n
Database Password The password you use to connect to the DSN. \r\n
Paginate After How many rows should be displayed before splitting the \r\nresults into separate pages? In other words, how many rows should be displayed \r\nper page? \r\n
Convert carriage returns? Do you wish to convert the carriage returns \r\nin the resultant data to HTML breaks (<br>).
',1066005475,NULL); -INSERT INTO international VALUES (63,'Product',12,'\r\nDet følgende er en liste over Template variabler som kan benyttes i en \r\nProdukt Template.
\r\nbrochure.icon
\r\n
The URL to the icon for the brochure.brochure.url
\r\n
The URL to download the brochure.brochure.label
\r\n
The translated label for the brochure URL. \r\nwarranty.icon
\r\n
The URL to the icon for the warranty.warranty.url
\r\n
The URL to download the warranty.warranty.label
\r\n
The label for the warranty URL.image1
\r\n
The URL to the first image uploaded to this \r\nproduct.thumbnail1
\r\n
The URL to the thumbnail of the first image \r\nuploaded to this product.image2
\r\n
The URL to the second image uploaded to this \r\nproduct.thumbnail2
\r\n
The URL to the thumbnail of the second image \r\nuploaded to this product.image3
\r\n
The URL to the third image uploaded to this \r\nproduct.thumbnail3
\r\n
The URL to the thumbnail of the third image \r\nuploaded to this product.addfeature.url
\r\n
The URL to add a feature to this product. \r\naddfeature.label
\r\n
The translated label for the add feature \r\nlink.feature_loop
\r\n
This loop contains all of the features \r\nassociated with this product.feature.controls
\r\n
The WebGUI management controls for this \r\nfeature.
feature.feature
The text of the feature \r\nitself.\r\n
addbenefit.url
The URL to add a benefit to this \r\nproduct.addbenefit.label
\r\n
The translated label for the add benefit \r\nlink.benefit_loop
\r\n
This loop contains the benefits for this \r\nproduct.benefit.benefit
\r\n
The benefit text itself.
\r\n
benefit.controls
The WebGUI management controls for this \r\nbenefit.
addspecification.url
The URL to add a \r\nspecification to this product.addspecification.label
\r\n
The translated label for the add \r\nspecification link.specification_loop
\r\n
The list of specifications associated \r\nwith this product.specification.controls
\r\n
The WebGUI management controls for \r\nthis specification.
specification.specification
The \r\ntext of the specification itself.specification.units
\r\n
The units for this specification. ex: \r\nmetersspecification.label
\r\n
The label for this specification. ex: \r\nheight\r\n
addaccessory.url
The URL to add an accessory to this \r\nproduct.addaccessory.label
\r\n
The translated label for the add \r\naccessory link.accessory_loop
\r\n
This loop contains all of the accessories \r\nassociated with this product.accessory.url
\r\n
The URL to the linked accessory. \r\n
accessory.title
The title of the linked accessory. \r\naccessory.controls
\r\n
The WebGUI management controls for \r\nthis accessory.addRelatedProduct.url
\r\n
The URL to add a related product to \r\nthis product.addRelatedProduct.label
\r\n
The translated label for the add \r\nrelated product link.relatedproduct.url
\r\n
The URL to the linked product.relatedproduct.title
\r\n
The title of the linked product. \r\nrelatedproduct.controls
',1046041159,NULL); -INSERT INTO international VALUES (50,'Product',12,'\r\n
The WebGUI management controls \r\nfor this related product.Fordeler er typisk et resultat av egenskapene til produktet dit. De er \r\ngrunnen til at produktet er så bra. Om du legger til fordeler, vil du \r\nsannsynligvis legge til noen egenskaper også.
\r\nFordeler
\r\n
Du kan Legge Til en ny Fordel, eller velge fra \r\nlisten over fordeler som allerede er lagt inn.Legg Til Fordel?
',1046040906,NULL); -INSERT INTO international VALUES (47,'Product',12,'\r\n
Om du vil legge til en ny Fordel \r\numiddelbart, så velg \"Ja\".Relaterte Produkter er produkter som er kompatible eller likestillet med \r\nandre produkter.
\r\nRelaterte Produkter
\r\n
Velg fra listen av produkter du \r\nallerede har lagt inn.Legg til et nytt Relatert Produkt?
',1046040848,NULL); -INSERT INTO international VALUES (45,'Product',12,'\r\n
Velg \"Ja\" om du har \r\nflere Relaterte Produkter å legge til.Tilbehør er produkter som kompletterer andre produkter
\r\nTilbehør
\r\n
Velg fra listen av produkter du allerede har \r\nlagt inn.Legg til et nytt Tilbehør?
',1046040797,NULL); -INSERT INTO international VALUES (43,'Product',12,'
Velg \"Ja\" om du har flere \r\nTilbehør å legge til.Spesifikasjoner er de tekniske detaljene for produktet.
\r\nLabel
\r\n
Typen av spesifikasjon. F.eks Høyde, bredde, vekt \r\neller farge. Du kan velge en du har laget for et annet produkt, eller legge inn \r\nen ny spesifikasjon.Spesifikasjon
\r\n
Verdien av spesifikasjonen. F.eks, om du \r\nvelger høyde som Label, da kan du legge inn en verdi som \"18\"Enhet
\r\n
Enheten for å måle denne spesifikasjonen. F.eks. om \r\ndu velger høyde som Label, vil kanskje enheten være \"cm\"Legg til en ny Spesifikasjon?
',1046040748,NULL); -INSERT INTO international VALUES (41,'Product',12,'
Om du ønsker å legge til en \r\nny spesifikasjon så velg \"Ja\".Egenskaper er salgsargumenter for produktet. F.eks. argumenter for å kjøpe \r\nditt produkt. Egenskaper resulterer ofte i fordeler, så kankje du vil legge til \r\nnoen fordeler til dette produktet.
\r\nEgenskap
\r\n
Du kan legge til en ny egenskap eller velge en \r\nsom er lagt til et annet produkt.Legg til en ny egenskap?
',1046040683,NULL); -INSERT INTO international VALUES (39,'Product',12,'
Om du ønsker å legge til en ny \r\nEgenskap så velger du \"Ja\"WebGUI har et produkt management system bygget inn som setter deg i stand til \r\nå publisere dine produkter og tjenester til WEB siden, raskt og enkelt.
\r\nTemplate
\r\n
Velg et utseende for publiseringen av dette \r\nproduktet.Pris
\r\n
Prisen på produktet. Du kan eventuelt skrive en \r\ntekst som \"Ring for Pris\", eller du kan la det være tomt.Produkt nummer
\r\n
Produktnummeret, varenummeret, ISBN, eller \r\nen annen identifikator.Produkt Bilde 1
\r\n
Et bilde av produktetProdukt Bilde 2
\r\n
Et bilde av produktetProdukt Bilde 3
\r\n
Et bilde av produktetBrosjyre
\r\n
Brosjyren av produktet.Manual
\r\n
Produkt, bruker eller service-manual til \r\nproduktet.Garanti
',1046040623,NULL); -INSERT INTO international VALUES (71,'Poll',12,'
Garantivilkår for produktet.Avstemning kan brukes for å få frem meningen til dine besøkende på \r\nforskjellige temaer.
\r\nAktiv
\r\n
Om denne boksen er avkrysset, vil brukeren kunne \r\nstemme, eller vil de bare kunne se resultater.
Hvem kan \r\nstemme?
Velg en gruppe som kan stemme i avtemningen.Karma Pr Stemme
\r\n
Hvor mye Karma vil du gi til brukeren om \r\nhan stemmer?Graf Bredde
\r\n
Bredden på grafen som viser resultatene. \r\nOppgies i pixels.
Spørsmål
Hva er spørsmålet du vil \r\nstille brukerene?Svar
\r\n
Legg inn de mulige svarene til spørsmålet. Kun et \r\nsvar pr. linje. Avstemninger kan maksimalt ha 20 mulige svar.Tilfeldig rekkefølge på svar?
\r\n
For å være sikker på at \r\nikke rekkefølgen på svaralternativene missleder brukeren, kan du angi at svarene \r\nskal presenteres i vilkårlig rekkefølge. Velg \"ja\" for tillfeldig \r\nrekkefølge.Tilbakestill Stemmer.
',1066008019,NULL); -INSERT INTO international VALUES (74,'MessageBoard',12,'The following is the list of template variables available in message board \r\ntemplates. \r\n
Reset the votes on this Poll.forum.add.url
A url that will add a forum to this message board. \r\nforum.add.label
The default label for forum.add.url. \r\ntitle.label
The default label for the title columnn. \r\nviews.label
The default label for the views column. \r\nrating.label
The default label for the ratings column. \r\nthreads.label
The default label for the threads column. \r\nreplies.label
The default label for the replies column. \r\nlastpost.label
The default label for the last post column. \r\nforum_loop
A loop containing the data for each of the forums \r\ncontained in this message board. \r\n\r\n
forum.controls\r\n
The editing controls for this forum. \r\nforum.count
An integer displaying the forum count as it goes \r\nthrough the loop. \r\nforum.title
The title of this forum. \r\nforum.description
The description of this forum. \r\nforum.replies
The number of replies all the threads in this forum \r\nhave received. \r\nforum.rating
The average rating of all the posts in the forum. \r\nforum.views
The total number of views of all the posts in the \r\nforum. \r\nforum.threads
The total number of threads in this forum. \r\nforum.url
The url to view this forum. \r\nforum.lastpost.url
The url to view the last post in this forum. \r\nforum.lastpost.date
The human readable date of the last post in \r\nthis forum. \r\nforum.lastpost.time
The human readable time of the last post in \r\nthis forum. \r\nforum.lastpost.epoch
The epoch date of the last post in this forum. \r\n\r\nforum.lastpost.subject
The subject of the last post in this forum. \r\nforum.lastpost.user.id
The userid of the last poster. \r\nforum.lastpost.user.name
The username of the last poster. \r\nforum.lastpost.user.profile
The url to the last poster\'s profile. \r\nforum.lastpost.user.isVisitor
A condition indicating where the last \r\nposter was a visitor. \r\ndefault.listing
A full forum rendered using the forum template. \r\ndefault.description
The description of the default forum. \r\ndefault.title
The title of the default forum. \r\ndefault.controls
The controls for the default forum. \r\nareMultipleForums
',1068759084,NULL); -INSERT INTO international VALUES (72,'DataForm',12,'
A condition indicating whether there is more than \r\none forum.Du kan legge så mange felter til ditt Data Skjema som du ønsker.
\r\nLabel
\r\n
Dette er en informativ tekst som lar brukeren vita \r\nhva et felt representererFelt Navn
\r\n
Navnet må være unikt blant navnet på felter i \r\ndette skjemaet.Undertekst
\r\n
En utvidelse av Label, dette er en tekst som \r\nvises under feltet og bør inneholde informasjon om hva som bør legges inn i \r\nfeltet.\r\n
Status
Skjulte felt vil ikke være synelige for \r\nbrukeren, men vil sendes sammen med ePosten.
Synlige felt vil være synlige, \r\nmen vil ikke kunne redigeres.
Redigerbare felt kan endres av bruker.
Om du \r\nvelger skjult eller synlig, så oppgi en standardverdi(Viktig)Type
\r\n
Velg skjemaelement for dette feltet. \r\n
Bredde
Sett antall karaktere som dette feltet skal \r\nvise i breddenHøyde
\r\n
Sett antall karaktere dette feltet skal vise i \r\nhøyden. Brukes bare på textarea og HTMLArea felttyper.Mulige Verdier
',1066007532,NULL); -INSERT INTO international VALUES (71,'DataForm',12,'
Dette feltet er bare brukt i rullegardin \r\nboks typen. Bruk Mulige Verdier feltet for å angi valgene som denne boksen skal \r\nvise. Skriv et valg pr. linje.
Standard Valg \r\n(Valgfritt)
Skriv inn standardverdi (om noen) for dette feltet. For \r\nJa/Nei, Skriv Ja, for å velge \"Ja\" og \"Nei\" for å velge \"Nei\". For \r\navkryssningsboks felter skriv \"Checked\" for å markere boksen.Dette wobject lager et enkelt multifunksjons Data Skjema.
\r\nBekreftelse
\r\n
Denne meldingen vil vises for brukeren når de \r\nhar lagt inn sine data.ePost felter?
\r\n
Om denne settes til ja, vil noen ekstra \r\nfelter legges til for å håndtere ePost. Disse feltene vil brukes til å send alle \r\ndata lagt inn i Data Skjemaet til en person etter ditt ønske.Legg Merke Til: \"Til (To)\" feltet som legges til vil \r\nakseptere en ePost adresse, et WebGUI brukernavn eller WebGUI gruppenavn.
\r\nTemplate
\r\n
Velg Template etter eget ønske.ePost Template
\r\n
Velg en Template for data som skal sendes \r\nmed ePost.Bekreftelse Template
\r\n
Velg en template som brukes for å \r\nvise bekreftelse på innlagte data for brukeren.List Template
',1066007427,NULL); -INSERT INTO international VALUES (24,'Navigation',1,'Identifier',1077080504,''); -INSERT INTO international VALUES (33,'Navigation',1,'Error: This identifier is already in use. Please use an unique value.',1077081255,''); -INSERT INTO international VALUES (20,'Navigation',1,'Delete this Navigation.',1077080098,''); -INSERT INTO international VALUES (31,'Navigation',1,'Show hidden pages',1077080799,''); -INSERT INTO international VALUES (22,'Auth/WebGUI',1,'There are no fields to update.',1076361800,''); -INSERT INTO international VALUES (21,'Auth/WebGUI',1,'Allow User to Change Username?',1076358688,''); -INSERT INTO international VALUES (20,'Auth/WebGUI',1,'Allow User to Change Password?',1076358606,''); -INSERT INTO international VALUES (19,'Auth/WebGUI',1,'Allow Users to Change Username?',1076358029,''); -INSERT INTO international VALUES (18,'Auth/WebGUI',1,'Allow Users to Change Passwords?',1076357595,''); -INSERT INTO international VALUES (29,'Navigation',1,'Revert output',1077080738,''); -INSERT INTO international VALUES (30,'Navigation',1,'Show system pages',1077080766,''); -INSERT INTO international VALUES (23,'Navigation',1,'Navigation properties',1077080317,''); -INSERT INTO international VALUES (76,'FileManager',12,'\r\n
Velg en Template som skal brukes for å vise \r\nlagred data i dette Data Skjemaet.Dette er en liste over variabler som er tilgjengelig i FilBehandler \r\nTemplates.
\r\n
titleColumn.url
The URL to sort by \r\nthe title.titleColumn.label
\r\n
The translated label for the title. \r\ndescriptionColumn.label
\r\n
The translated label for the \r\ndescription.descriptionColumn.url
\r\n
The URL to sort by the description. \r\ndateColumn.label
\r\n
The translated label for the upload \r\ndate.dateColumn.url
\r\n
The URL to sort by the date uploaded.search.form
\r\n
WebGUI\'s power search form.search.url
\r\n
The URL to toggle search mode on and off.search.label
\r\n
The translated label for the search link. \r\naddfile.url
\r\n
The URL to add a file to the file manager. \r\naddfile.label
\r\n
The translated label for the add file link. \r\nfile_loop
\r\n
A loop containing the information about each \r\nfile uploaded to this file manager.file.canView
\r\n
A condition as to whether the current user \r\nhas the privileges to view this file.
file.controls
The WebGUI management \r\ncontrols for this file.file.title
\r\n
The title for this file.file.version1.name
\r\n
The filename for the first version of \r\nthis file.file.version1.url
\r\n
The download URL for the first version \r\nof this file.file.version1.icon
\r\n
The URL to the icon for the file type \r\nof the first version of this file.file.version1.size
\r\n
The storage size of the first version \r\nof this file.file.version1.type
\r\n
The type (or file extension) of the \r\nfirst version of this file.file.version1.thumbnail
\r\n
The URL to the thumbnail for the \r\nfirst version of this file.file.version1.isImage
\r\n
A conditional indicating whether \r\nthe first version of this file is an image or not.file.version2.name
\r\n
The filename for the second version of \r\nthis file.file.version2.url
\r\n
The download URL for the second version \r\nof this file.file.version2.icon
\r\n
The URL to the icon for the file type \r\nof the second version of this file.file.version2.size
\r\n
The storage size of the second version \r\nof this file.file.version2.type
\r\n
The type (or file extension) of the \r\nsecond version of this file.file.version2.thumbnail
\r\n
The URL to the thumbnail for the \r\nsecond version of this file.file.version2.isImage
\r\n
A conditional indicating whether \r\nthe second version of this file is an image or not.file.version3.name
\r\n
The filename for the third version of \r\nthis file.file.version3.url
\r\n
The download URL for the third version \r\nof this file.file.version3.icon
\r\n
The URL to the icon for the file type \r\nof the third version of this file.file.version3.size
\r\n
The storage size of the third version \r\nof this file.file.version3.type
\r\n
The type (or file extension) of the \r\nthird version of this file.file.version3.thumbnail
\r\n
The URL to the thumbnail for the \r\nthird version of this file.file.version3.isImage
\r\n
A conditional indicating whether \r\nthe third version of this file is an image or not.file.description
\r\n
The description of this file.file.date
\r\n
The date that this file was uploaded.file.time
\r\n
The time that this file was uploaded.\r\n
noresults.message
A translated message stating that \r\nthis file manager has no files for this user to view.noresults
\r\n
A conditional indicating whether there are any \r\nfiles for this user to view.firstPage
\r\n
A link to the first page in the paginator.lastPage
\r\n
A link to the last page in the paginator.nextPage
\r\n
A link to the next page forward in the \r\npaginator.previousPage
\r\n
A link to the next page backward in the \r\npaginator.pageList
\r\n
A list of links to all the pages in the \r\npaginator.multiplePages
',1046017969,NULL); -INSERT INTO international VALUES (73,'FileManager',12,'\r\n
A conditional indicating whether there is \r\nmore than one page in the paginator.Fil Tittel
\r\n
Tittelen som vil vises for denne filen. Om den \r\ner blank vil filens navn brukes.File
\r\n
Velg en fil fra din harddisk som du vil laste \r\nopp.Alternativ Versjon #1
\r\n
En alternativ versjon av filen. \r\nF.eks. om filen var en .JPEG, så kan alternativet være TIFF eller BMP.Alternativ Versjon #2
\r\n
En alternativ versjon av filen. \r\nF.eks. om filen var en .JPEG, så kan alternativet være TIFF eller BMP.Kort Beskrivelse
\r\n
En kort beskrivelse av filen. Prøv å \r\nbenytte nøkkelord som det er naturlig å søke etter.Gruppe som kan Laste Ned
\r\n
Velg den gruppen som kan laste \r\nned denne filen.Hva nå?
',1046017744,NULL); -INSERT INTO international VALUES (71,'FileManager',12,'\r\n
Om du ønsker å legge til en fil til etter denne, \r\nså velg \"Legg til Fil\", ellers velger du \"gå tilbake til side\".FilBehandleren er designet for å hjelpe deg å administrere filhhåndtering på \r\nWEB-stedet ditt. Den gir deg mulighet til å bestemme hvem som kan se på eller \r\nlaste ned filer fra WEB-stedet.
\r\nTemplate
\r\n
Velg et utseende for FilBehandleren.Sideskift Etter
\r\n
Hvor mange filer skal vises før listen \r\nsplittes på flere sider. Med andre ord! Hvor mange filer vises pr. side.Fortsett til Legg til Fil?
',1046017666,NULL); -INSERT INTO international VALUES (1086,'WebGUI',1,'Many wobjects have pagination features. Though some wobjects define their own pagination variables, most use a common set of pagination variables. These are those:\r\n\r\n
Om du ønsker å legge til filer \r\nmed en gang, så la den stå merket.
\r\n\r\npagination.firstPage
\r\nA link to the first page in the paginator.\r\n\r\n\r\npagination.isFirstPage
\r\nA boolean indicating whether the current page is the first page.\r\n\r\n\r\n\r\npagination.lastPage
\r\nA link to the last page in the paginator.\r\n\r\n\r\npagination.isLastPage
\r\nA boolean indicating whether the current page is the last page.\r\n\r\n\r\npagination.nextPage
\r\nA link to the next page in the paginator relative to the current page.\r\n\r\n\r\npagination.previousPage
\r\nA link to the previous page in the paginator relative to the current page.\r\n\r\n\r\npagination.pageNumber
\r\nThe current page number.\r\n\r\n\r\npagination.pageCount
\r\nThe total number of pages.\r\n\r\n\r\npagination.pageCount.isMultiple
\r\nA boolean indicating whether there is more than one page.\r\n\r\n\r\npagination.pageList
\r\nA list of links to every page in the paginator.\r\n\r\n\r\n\r\npagination.pageList.upTo20
\r\nA list of links to the 20 nearest in the paginator relative to the current page. So if you\'re on page 60, you\'ll see links for 50-70.\r\n\r\n\r\npagination.pageList.upTo10
\r\nA list of links to the 10 nearest in the paginator relative to the current page. So if you\'re on page 20, you\'ll see links for 15-25.\r\n\r\n\r\n',1082370668,NULL); -INSERT INTO international VALUES (97,'EventsCalendar',12,'\r\n
De følgende er en liste over Template variabler som kan benyttes i Event \r\nTemplates.
\r\ntitle
\r\n
The title of this event.start.label
\r\n
The translated label for the start date.start.date
\r\n
The date this event starts.end.date
\r\n
The date this event ends.end.label
\r\n
The translated label for the end date.canEdit
\r\n
A condition indicating whether the current user \r\ncan edit an event.edit.url
\r\n
The URL to edit this event.edit.label
\r\n
The translated label for the edit URL.delete.url
\r\n
The URL to delete this event.delete.label
\r\n
The translated label for the delete URL. \r\nprevious.url
\r\n
The URL to view the event before this one. \r\nprevious.label
\r\n
The translated label for the previous URL. \r\nnext.label
\r\n
The translated label for the next URL.next.url
\r\n
The URL to view the event after this one.description
',1046016475,NULL); -INSERT INTO international VALUES (95,'EventsCalendar',12,'\r\n
The description of this event.The following template variables are available for you to customize your \r\nevents calendar.
\r\n
addevent.url
The URL to add an \r\nevent to the calendar.addevent.label
\r\n
The translated label for the add event \r\nlink.calendar.big
\r\n
A full page calendar.calendar.small
\r\n
A small calendar showing only dates.calendar.firstPage
\r\n
A link to the first page of the \r\ncalendar pagination.calendar.lastPage
\r\n
A link to the last page of the calendar \r\npagination.calendar.nextPage
\r\n
A link to the next page forward in the \r\ncalendar pagination.calendar.previousPage
\r\n
A link to the next page backward in \r\nthe calendar pagination.calendar.pageList
\r\n
A list of links to all the pages in the \r\ncalendar pagination.calendar.multiplePages
\r\n
A conditional variable indicating \r\nwhether there is more than one page in the calendar pagination.list_loop
\r\n
A loop containing the list view of an events \r\ncalendar.list.date
\r\n
The date of this event.
\r\n
list.title
The title of this event.list.description
\r\n
The description of this event.list.sameAsPrevious
\r\n
A conditional indicating whether the \r\nthis event has the same date as the last event.list.url
\r\n
The URL to the full page view of this event. \r\nlist.controls
\r\n
The WebGUI management controls for this \r\nevent.\r\n
list.firstPage
A link to the first page of the \r\npagination.list.lastPage
\r\n
A link to the last page of the pagination. \r\nlist.nextPage
\r\n
A link to the next page forward in the \r\npagination.list.previousPage
\r\n
A link to the next page backward in the \r\npagination.list.pageList
\r\n
A list of links to all the pages in the \r\npagination.list.multiplePages
',1046016290,NULL); -INSERT INTO international VALUES (73,'EventsCalendar',12,'\r\n
A conditional variable indicating \r\nwhether there is more than one page in the pagination.Tittel
\r\n
Tittelen på denne HendelsenBeskrivelse
\r\n
Beskriver denne Hendelsen eller informasjon \r\nom hvor den foregår ....Start Dato
\r\n
På hvilken dato vil Hendelsen Starte?Slutt Dato
\r\n
På hvilken dato vil Hendelsen Slutte?Gjentaes hver
\r\n
Velg et gjentakelses intervall for \r\nHendelsen.Hva Nå?
',1046016111,NULL); -INSERT INTO international VALUES (71,'EventsCalendar',12,'Hendelse kalender er ofte benyttet på mange intranett for å holde orden på \r\ninterne datoer som gjelder hele organisasjonen. Likeså er hendelses kalendere på \r\noffentlige web-sider en flott måte å la brukerene få vite hva som er planlagte \r\nhendelser i tiden fremover.\r\n\r\n
Velg \"Legg Til Hendelse\" om du ønsker å Legge Til \r\nen ny Hendelse, eller velg \" Gå Tilbake Til Side\".Main Template
\r\n
Choose a layout for the events calendar. \r\nHendelse Template
\r\n
Choose a layout for the individual \r\nevents within the calendars.Start Måned
\r\n
Choose the start month for your calendar. If \r\nyou choose \"current\" the calendar will always start on the current month, \r\ntherefore it will change from month to month. If you choose \"first in the \r\ncalendar\" then it will start at whatever the earliest date in the calendar is. \r\nSlutt Måned
\r\n
Choose the end month for your calendar. If \r\nyou choose \"show X months from start\", then only X months worth of information \r\nwill ever be displayed. If you choose \"current\" then the calendar will end on \r\nthe month you are currently in. If you choose \"last in calendar\" then the \r\ncalendar will end on the last date entered into the calendar.Standard Måned
\r\n
Choose which month for this calendar to \r\nstart on when a visitor comes to the page containing the calendar.Is master?
\r\n
If set to yes then this calendar will display \r\nevents from all other calendars in the system.Sideskift Etter
\r\n
When using a list-style calendar, how \r\nmany events should be shown per page?Fortsett til Legg til Hendelse?
\r\n
Leave this set to yes if \r\nyou want to add events to the Events Calendar directly after creating it.Note: Events that have already happened will not be displayed on the events \r\ncalendar.
\r\n',1068758954,NULL); -INSERT INTO international VALUES (73,'Article',12,'
--------------------------------------------------------------------------------
Note: \r\nThe following style is specific to the Events Calendar. \r\n
.eventTitle
The title of an individual event.De følgende Template variablene er tilgjengelige for artikkel templates.
\r\nnew.template
\r\n
Artikkler har den spessielle egenskapen at \r\nde kan endre template slik at du kan tillate brukerene å vise artikkelen på den \r\nmåten de velger selv. Du gjør dette ved å lage en link med en URL som dette( \r\nbytt ut 999 med den template ID du ønsker å bruke):<a href=\"<tmpl_var new.template>999\">Read more...</a>
\r\ndescription.full
Den fulle beskrivelsen uten noe side brudd. For \r\nbeskrivelse med sidebrudd (ønskes beskrivelse med sidebrudd, bruk \r\n\"description\" istedenfor) \r\ndescription.first.100words
\r\n
De første 100 ord i beskrivelsen. Ord \r\nblir definert som karakterer adskilt med mellomrom, så HTML kode og tag\'s telles \r\nsom ord.description.first.75words
\r\n
De første 75 ord i beskrivelsen. Ord \r\nblir definert som karakterer adskilt med mellomrom, så HTML kode og tag\'s telles \r\nsom ord.description.first.50words
\r\n
De første 50 ord i beskrivelsen. Ord blir \r\ndefinert som karakterer adskilt med mellomrom, så HTML kode og tag\'s telles som \r\nord.description.first.25words
\r\n
De første 25 ord i beskrivelsen. Ord \r\nblir definert som karakterer adskilt med mellomrom, så HTML kode og tag\'s telles \r\nsom ord.description.first.10words
\r\n
De første 10 ord i beskrivelsen. Ord blir \r\ndefinert som karakterer adskilt med mellomrom, så HTML kode og tag\'s telles som \r\nord.description.first.paragraph
\r\n
Det første avsnitt i beskrivelsen. \r\nFørste avsnitt defineres ved det første linjeskift funnet i teksten.description.first.2paragraphs
\r\n
De første to avsnitt i \r\nbeskrivelsen. Et avsnitt defineres ved å telle linjeskift funnet \r\ni teksten.description.first.sentence
\r\n
Den første setning funnet i \r\nbeskrivelsen. En setning finnes ved å telle punktum i teksten.description.first.2sentences
\r\n
De første to setninger funnet i \r\nbeskrivelsen. En setning finnes ved å telle punktum i teksten.description.first.3sentences
\r\n
De første tre setninger funnet i \r\nbeskrivelsen. En setning finnes ved å telle punktum i teksten.description.first.4sentences
\r\n
De første fire setninger \r\nfunnet i beskrivelsen. En setning finnes ved å telle punktum i teksten.\r\n
attachment.box
Viser en standard WebGUI vedleggs boks \r\ninkludert ikon, filnavn og vedleggs \r\nindikator
attachment.icon
URL\'n til ikonet for denne \r\nvedleggstypen.
attachment.name
Navnet på dette \r\nvedlegget.
attachment.url
URL\'n for nedlasting av \r\nvedlegget.
image.thumbnail
URL\'n til thumbnail \r\n(minibildet) for vedlegget.
image.url
URL\'n til \r\nbildet.
post.label
Oversatt prompt for å legge \r\nkommentar til denne artikkelen.
post.URL
URL\'n for å \r\nlage kommentar/respons til denne \r\nartikkelen.
replies.count
Antall \r\nkommentarer/responser til denne \r\nartikkelen.
replies.label
Den oversatte teksten som \r\nviser at du kan vise kommentarene.
replies.url
URL\'n \r\nfor å vise kommentarene til denne artikkelen.firstPage
En link til første side i flersidesystemet \r\nlastPage
\r\n
En link til siste side i flersidesystemetnextPage
\r\n
En link til neste side i flersidesystemetpreviousPage
\r\n
En link til forrige side \r\ni flersidesystemetpageList
\r\n
En liste av linker til alle sidene i \r\nflersidesystemetmultiplePages
\r\n
En indikator for om det finnes mer enn en side i \r\nflersidesystemet.isFirstPage
\r\n
En indikator på om brukeren viser den første siden.isLastPage
',1066007349,NULL); -INSERT INTO international VALUES (888,'WebGUI',12,'Snippet forhåndsvisnings lengde',1046015056,NULL); -INSERT INTO international VALUES (886,'WebGUI',12,'Skjule fra Navigasjon?',1046014989,NULL); -INSERT INTO international VALUES (885,'WebGUI',12,'Tilate bruker å deaktivere deres konto?',1046014960,NULL); -INSERT INTO international VALUES (884,'WebGUI',12,'Pop Up',1046014920,NULL); -INSERT INTO international VALUES (883,'WebGUI',12,'Inline (når supportert)',1046014895,NULL); -INSERT INTO international VALUES (882,'WebGUI',12,'Editor Modus',1046014871,NULL); -INSERT INTO international VALUES (881,'WebGUI',12,'Ingen',1046014857,NULL); -INSERT INTO international VALUES (880,'WebGUI',12,'Siste utvei Editor',1046014845,NULL); -INSERT INTO international VALUES (821,'WebGUI',12,'Alle',1046014817,NULL); -INSERT INTO international VALUES (782,'WebGUI',12,'Alle',1046014785,NULL); -INSERT INTO international VALUES (879,'WebGUI',12,'Klassisk Editor (Internet Explorer 5+)',1045844650,NULL); -INSERT INTO international VALUES (875,'WebGUI',12,'En ny Melding er postet til et av Trådene du abonnerer på.',1068683749,NULL); -INSERT INTO international VALUES (874,'WebGUI',12,'Ikke abonner på Tråd',1068683713,NULL); -INSERT INTO international VALUES (873,'WebGUI',12,'Abonner på Tråd',1068683691,NULL); -INSERT INTO international VALUES (872,'WebGUI',12,'Hvem kan se på?',1045844388,NULL); -INSERT INTO international VALUES (871,'WebGUI',12,'Hvem kan Redigere?',1045844374,NULL); -INSERT INTO international VALUES (870,'WebGUI',12,'Velkommen',1045844362,NULL); -INSERT INTO international VALUES (869,'WebGUI',12,'Velkomst Melding',1045844352,NULL); -INSERT INTO international VALUES (868,'WebGUI',12,'Send Velkomst Melding?',1045844339,NULL); -INSERT INTO international VALUES (867,'WebGUI',12,'Tap av privilegier',1045844323,NULL); -INSERT INTO international VALUES (866,'WebGUI',12,'Utløps dato melding',1045844299,NULL); -INSERT INTO international VALUES (865,'WebGUI',12,'Gi bruker beskjed om utløpsdato?',1045844273,NULL); -INSERT INTO international VALUES (864,'WebGUI',12,'Utløps beskjed utsettelse',1045844237,NULL); -INSERT INTO international VALUES (863,'WebGUI',12,'Slett Offset',1045844203,NULL); -INSERT INTO international VALUES (862,'WebGUI',12,'Denne brukers profil er ikke offentlig.',1045844182,NULL); -INSERT INTO international VALUES (861,'WebGUI',12,'Publisere Profil?',1045844109,NULL); -INSERT INTO international VALUES (860,'WebGUI',12,'Publisere ePost adresse?',1045844092,NULL); -INSERT INTO international VALUES (859,'WebGUI',12,'Signatur',1045844065,NULL); -INSERT INTO international VALUES (858,'WebGUI',12,'Alias',1045844056,NULL); -INSERT INTO international VALUES (857,'WebGUI',12,'IP Adresse',1045844049,NULL); -INSERT INTO international VALUES (855,'WebGUI',12,'Vis alle Templates.',1045785290,NULL); -INSERT INTO international VALUES (854,'WebGUI',12,'Vis alle Templates av denne type.',1045785275,NULL); -INSERT INTO international VALUES (853,'WebGUI',12,'Slett denne Template.',1045785219,NULL); -INSERT INTO international VALUES (852,'WebGUI',12,'Kopier denne Template.',1045785206,NULL); -INSERT INTO international VALUES (851,'WebGUI',12,'Rediger denne Template.',1045785192,NULL); -INSERT INTO international VALUES (848,'WebGUI',12,'Det er en syntaks feil i denne Templaten. Foreta rettelse.',1045785177,NULL); -INSERT INTO international VALUES (847,'WebGUI',12,'Gå Tilbake til gjeldende Side.',1045785123,NULL); -INSERT INTO international VALUES (837,'WebGUI',12,'Mappe, Legg Til/Rediger',1045784668,NULL); -INSERT INTO international VALUES (835,'WebGUI',12,'Snippet, Legg Til/Rediger',1045784356,NULL); -INSERT INTO international VALUES (833,'WebGUI',12,'Fil, Legg Til/Rediger',1045784153,NULL); -INSERT INTO international VALUES (829,'WebGUI',12,'Side Template',1045783748,NULL); -INSERT INTO international VALUES (825,'WebGUI',12,'Template, Språk',1045783441,NULL); -INSERT INTO international VALUES (824,'WebGUI',12,'ePost bunntekst',1045780043,NULL); -INSERT INTO international VALUES (823,'WebGUI',12,'Gå til den nye Siden.',1045780027,NULL); -INSERT INTO international VALUES (820,'WebGUI',12,'Din konto er ikke aktivert. Du kan derfor ikke logge inn før den er aktivert, noe som bare kan gjøres av en administrator.',1045779974,NULL); -INSERT INTO international VALUES (819,'WebGUI',12,'bruker-Deaktivert',1045779900,NULL); -INSERT INTO international VALUES (818,'WebGUI',12,'Deaktivert',1045779863,NULL); -INSERT INTO international VALUES (817,'WebGUI',12,'Aktiv',1045779851,NULL); -INSERT INTO international VALUES (816,'WebGUI',12,'Status',1045779841,NULL); -INSERT INTO international VALUES (815,'WebGUI',12,'Filen du prøvde å laste opp er for stor.',1045779832,NULL); -INSERT INTO international VALUES (812,'WebGUI',12,'Din melding er sendt.',1045779786,NULL); -INSERT INTO international VALUES (811,'WebGUI',12,'Fra',1045779766,NULL); -INSERT INTO international VALUES (810,'WebGUI',12,'Send',1045779758,NULL); -INSERT INTO international VALUES (809,'WebGUI',12,'ePost Gruppe',1045779746,NULL); -INSERT INTO international VALUES (808,'WebGUI',12,'Send ePost til denne gruppen.',1045779731,NULL); -INSERT INTO international VALUES (807,'WebGUI',12,'Håndtere gruppene i denne gruppen.',1045779706,NULL); -INSERT INTO international VALUES (806,'WebGUI',12,'Slett denne Gruppen.',1045779676,NULL); -INSERT INTO international VALUES (802,'WebGUI',12,'WebGUI tar ikke vare på side statistikker for øyeblikket. Du kan slå på denne funksjonen under instillinger.',1045779629,NULL); -INSERT INTO international VALUES (801,'WebGUI',12,'Wobject samspill',1045779549,NULL); -INSERT INTO international VALUES (800,'WebGUI',12,'Unike besøkende',1045779376,NULL); -INSERT INTO international VALUES (799,'WebGUI',12,'Side Visning',1045779326,NULL); -INSERT INTO international VALUES (798,'WebGUI',12,'Side Tittel',1045779211,NULL); -INSERT INTO international VALUES (797,'WebGUI',12,'Vis Trafikk Statistikker.',1045779200,NULL); -INSERT INTO international VALUES (796,'WebGUI',12,'Vis Side Statistikker.',1045779182,NULL); -INSERT INTO international VALUES (795,'WebGUI',12,'Roots',1045779154,NULL); -INSERT INTO international VALUES (794,'WebGUI',12,'Pakker',1045779145,NULL); -INSERT INTO international VALUES (793,'WebGUI',12,'Deler av Collateral',1045779135,NULL); -INSERT INTO international VALUES (792,'WebGUI',12,'Templates',1045778783,NULL); -INSERT INTO international VALUES (791,'WebGUI',12,'Slett denne Oversettelsen.',1045778773,NULL); -INSERT INTO international VALUES (790,'WebGUI/Profile',12,'Slett denne profilkategorien.',1045778755,NULL); -INSERT INTO international VALUES (789,'WebGUI/Profile',12,'Rediger denne profil kategorien.',1045778739,NULL); -INSERT INTO international VALUES (788,'WebGUI/Profile',12,'Slett dette profil feltet.',1045778721,NULL); -INSERT INTO international VALUES (787,'WebGUI/Profile',12,'Rediger dette profil feltet.',1045778706,NULL); -INSERT INTO international VALUES (786,'WebGUI',12,'WebGUI\'s collateral håndteringssystem lar deg laste opp bilder og tekst til en sentral plassering for bruk andre plasser i ditt innhold.',1066009565,NULL); -INSERT INTO international VALUES (785,'WebGUI',12,'Collateral, Håndtere',1066009556,NULL); -INSERT INTO international VALUES (784,'WebGUI',12,'Tittebilde',1045778591,NULL); -INSERT INTO international VALUES (783,'WebGUI',12,'Skriv',1045778581,NULL); -INSERT INTO international VALUES (781,'WebGUI',12,'Snippet',1045778527,NULL); -INSERT INTO international VALUES (780,'WebGUI',12,'Fil',1045778518,NULL); -INSERT INTO international VALUES (779,'WebGUI',12,'Bilde',1045778510,NULL); -INSERT INTO international VALUES (778,'WebGUI',12,'Mappe Beskrivelse',1045778502,NULL); -INSERT INTO international VALUES (776,'WebGUI',12,'Rediger en Mappe',1045778491,NULL); -INSERT INTO international VALUES (775,'WebGUI',12,'Er du sikker på at du vil slette denne Mappen! Den kan ikke hentes tilbake når den er slettet.',1066009547,NULL); -INSERT INTO international VALUES (774,'WebGUI',12,'Er du sikker på at du vil slette dette Collateral? De kan ikke hentes frem igjen når det er slettet.',1045778429,NULL); -INSERT INTO international VALUES (773,'WebGUI',12,'Fil',1045778378,NULL); -INSERT INTO international VALUES (772,'WebGUI',12,'Rediger Fil',1045778370,NULL); -INSERT INTO international VALUES (771,'WebGUI',12,'Snippet',1045778360,NULL); -INSERT INTO international VALUES (770,'WebGUI',12,'Rediger Snippet',1045778351,NULL); -INSERT INTO international VALUES (769,'WebGUI',12,'Organiser i Mappe',1045778339,NULL); -INSERT INTO international VALUES (768,'WebGUI',12,'Navn',1045778325,NULL); -INSERT INTO international VALUES (765,'WebGUI',12,'Slett denne Collateral enheten.',1045778315,NULL); -INSERT INTO international VALUES (764,'WebGUI',12,'Rediger denne Collateral enheten. ',1045778298,NULL); -INSERT INTO international VALUES (763,'WebGUI',12,'Legg Til Snippet',1045778231,NULL); -INSERT INTO international VALUES (232,'WebGUI',12,'Mangler emne',1045699714,NULL); -INSERT INTO international VALUES (229,'WebGUI',12,'Emne',1045699639,NULL); -INSERT INTO international VALUES (762,'WebGUI',12,'Legg Til en Fil.',1045699402,NULL); -INSERT INTO international VALUES (761,'WebGUI',12,'Legg Til Bilde.',1045699389,NULL); -INSERT INTO international VALUES (760,'WebGUI',12,'Slett denne Mappen.',1045699374,NULL); -INSERT INTO international VALUES (758,'WebGUI',12,'Legg Til en Mappe.',1045699360,NULL); -INSERT INTO international VALUES (757,'WebGUI',12,'Håndtere Collateral',1045699345,NULL); -INSERT INTO international VALUES (756,'WebGUI',12,'Tilbake til Gruppe Listen.',1045699301,NULL); -INSERT INTO international VALUES (754,'WebGUI',12,'Håndtere brukerene i denne Gruppen.',1045699284,NULL); -INSERT INTO international VALUES (753,'WebGUI',12,'Rediger denne Gruppen.',1045699253,NULL); -INSERT INTO international VALUES (752,'WebGUI',12,'Vis denne brukerens profil.',1045699239,NULL); -INSERT INTO international VALUES (751,'WebGUI',12,'Bli denne Brukeren.',1045699212,NULL); -INSERT INTO international VALUES (750,'WebGUI',12,'Slett denne Brukeren.',1045699187,NULL); -INSERT INTO international VALUES (749,'WebGUI',12,'Slå på Side statistikker?',1045699170,NULL); -INSERT INTO international VALUES (748,'WebGUI',12,'Antall Brukere',1045699101,NULL); -INSERT INTO international VALUES (747,'WebGUI',12,'Brukernavn kan kun inneholde alfa-numeriske tegn.',1045699087,NULL); -INSERT INTO international VALUES (746,'WebGUI',12,'Verktøyrad Ikoner',1045699040,NULL); -INSERT INTO international VALUES (745,'WebGUI',12,'Gå tilbake til Siden.',1045698993,NULL); -INSERT INTO international VALUES (744,'WebGUI',12,'Hva nå?',1045698978,NULL); -INSERT INTO international VALUES (743,'WebGUI',12,'Du må oppgi en gyldig ePost adresse for å kunne gjennoprette passordet ditt.',1045698962,NULL); -INSERT INTO international VALUES (739,'WebGUI',12,'UI Nivå',1045683862,NULL); -INSERT INTO international VALUES (738,'WebGUI',12,'9 Guru',1045683847,NULL); -INSERT INTO international VALUES (737,'WebGUI',12,'8 Mester',1045683838,NULL); -INSERT INTO international VALUES (736,'WebGUI',12,'7 Ekspert',1045683829,NULL); -INSERT INTO international VALUES (735,'WebGUI',12,'6 Profesjonell',1045683817,NULL); -INSERT INTO international VALUES (734,'WebGUI',12,'5 Dyktig',1045683774,NULL); -INSERT INTO international VALUES (733,'WebGUI',12,'4 Erfaren',1045683696,NULL); -INSERT INTO international VALUES (732,'WebGUI',12,'3 Erfaren',1045683661,NULL); -INSERT INTO international VALUES (731,'WebGUI',12,'2 Trenet',1045683649,NULL); -INSERT INTO international VALUES (730,'WebGUI',12,'1 Uerfaren',1045683636,NULL); -INSERT INTO international VALUES (729,'WebGUI',12,'0 Nybegynner',1045683564,NULL); -INSERT INTO international VALUES (728,'WebGUI',12,'Er du sikker på at du vil slette denne filen?',1045683476,NULL); -INSERT INTO international VALUES (725,'WebGUI',12,'Ditt brukernavn kan ikke være blankt.',1045683439,NULL); -INSERT INTO international VALUES (724,'WebGUI',12,'Ditt brukernavn kan ikke begynne eller slutte med mellomrom.',1045676209,NULL); -INSERT INTO international VALUES (723,'WebGUI',12,'Anbefales ikke',1045676170,NULL); -INSERT INTO international VALUES (722,'WebGUI',12,'Id',1045676064,NULL); -INSERT INTO international VALUES (721,'WebGUI',12,'NavnOmråde',1045676053,NULL); -INSERT INTO international VALUES (720,'WebGUI',12,'OK',1045675981,NULL); -INSERT INTO international VALUES (719,'WebGUI',12,'Utgått på Dato',1045675972,NULL); -INSERT INTO international VALUES (718,'WebGUI',12,'Eksporter denne Oversettelsen.',1045675932,NULL); -INSERT INTO international VALUES (717,'WebGUI',12,'Logg Ut',1045675909,NULL); -INSERT INTO international VALUES (716,'WebGUI',12,'Logg Inn',1045675897,NULL); -INSERT INTO international VALUES (715,'WebGUI',12,'Redirect URL',1045675886,NULL); -INSERT INTO international VALUES (704,'WebGUI',12,'Sekund(er)',1045675813,NULL); -INSERT INTO international VALUES (697,'WebGUI',12,'Karma, i Bruk',1045675800,NULL); -INSERT INTO international VALUES (696,'WebGUI',12,'Søppel, Tøm',1045675786,NULL); -INSERT INTO international VALUES (685,'WebGUI',12,'Template, Slette',1045675771,NULL); -INSERT INTO international VALUES (683,'WebGUI',12,'Templates, Håndtere',1066009534,NULL); -INSERT INTO international VALUES (682,'WebGUI',12,'Bruker Profil, Rediger',1045675700,NULL); -INSERT INTO international VALUES (681,'WebGUI',12,'Pakker, Opprett',1045675685,NULL); -INSERT INTO international VALUES (680,'WebGUI',12,'Pakker, Legg Til',1045675668,NULL); -INSERT INTO international VALUES (679,'WebGUI',12,'Innholds Innstillinger, Rediger',1045675653,NULL); -INSERT INTO international VALUES (678,'WebGUI',12,'Root, Håndtere',1045675629,NULL); -INSERT INTO international VALUES (675,'WebGUI',12,'Søke motor, i Bruk',1045675587,NULL); -INSERT INTO international VALUES (674,'WebGUI',12,'Forskjellige instillinger, Rediger',1045675562,NULL); -INSERT INTO international VALUES (672,'WebGUI',12,'Profil Instillinger, Rediger',1045675536,NULL); -INSERT INTO international VALUES (670,'WebGUI',12,'Bilde, Legg Til/Rediger',1045675483,NULL); -INSERT INTO international VALUES (667,'WebGUI',12,'Gruppe, Legg Til/Rediger',1045675398,NULL); -INSERT INTO international VALUES (665,'WebGUI',12,'Gruppe, Slette',1045675357,NULL); -INSERT INTO international VALUES (664,'WebGUI',12,'Wobject, Slette',1045675345,NULL); -INSERT INTO international VALUES (663,'WebGUI',12,'ePost instillinger, Redigere',1045675332,NULL); -INSERT INTO international VALUES (662,'WebGUI',12,'Instillinger, Håndtere',1045675296,NULL); -INSERT INTO international VALUES (661,'WebGUI',12,'Fil Instillinger, Redigere',1045675281,NULL); -INSERT INTO international VALUES (660,'WebGUI',12,'Grupper, Håndtere',1045675265,NULL); -INSERT INTO international VALUES (684,'WebGUI',12,'Template, Legg Til/redigere',1045675247,NULL); -INSERT INTO international VALUES (701,'WebGUI',12,'Uke(r)',1045675222,NULL); -INSERT INTO international VALUES (703,'WebGUI',12,'År',1045675185,NULL); -INSERT INTO international VALUES (699,'WebGUI',12,'Første dag i uken',1045675172,NULL); -INSERT INTO international VALUES (707,'WebGUI',12,'Vise Debugging?',1045675156,NULL); -INSERT INTO international VALUES (705,'WebGUI',12,'Minutt(er)',1045674752,NULL); -INSERT INTO international VALUES (700,'WebGUI',12,'Dag(er)',1045674740,NULL); -INSERT INTO international VALUES (702,'WebGUI',12,'Måned(er)',1045674589,NULL); -INSERT INTO international VALUES (706,'WebGUI',12,'Time(r)',1045674572,NULL); -INSERT INTO international VALUES (759,'WebGUI',12,'Rediger denne mappe.',1045674556,NULL); -INSERT INTO international VALUES (76,'WebGUI',12,'EPost adressen er ikke i vår database.',1045674528,NULL); -INSERT INTO international VALUES (75,'WebGUI',12,'Din konto Informasjon er sendt til din ePost adresse.',1045674492,NULL); -INSERT INTO international VALUES (73,'WebGUI',12,'Logg Inn.',1045674455,NULL); -INSERT INTO international VALUES (74,'WebGUI',12,'Konto Informasjon',1045674438,NULL); -INSERT INTO international VALUES (72,'WebGUI',12,'Gjenoppret',1045674424,NULL); -INSERT INTO international VALUES (71,'WebGUI',12,'Gjennoprett Passord',1045674399,NULL); -INSERT INTO international VALUES (70,'WebGUI',12,'Feil',1045674383,NULL); -INSERT INTO international VALUES (69,'WebGUI',12,'Ta kontakt med din system administrator for assistanse.',1045674371,NULL); -INSERT INTO international VALUES (7,'WebGUI',12,'Håndtere Brukere.',1045674339,NULL); -INSERT INTO international VALUES (68,'WebGUI',12,'Konto opplysningene du oppga er ikke gyldige. Enten finnes ikke kontoen, eller så er brukernavn/passord kombinasjonen ikke riktig,',1045613633,NULL); -INSERT INTO international VALUES (67,'WebGUI',12,'Opprett ny konto.',1045613559,NULL); -INSERT INTO international VALUES (80,'WebGUI',12,'Konto ble opprettet!',1045613527,NULL); -INSERT INTO international VALUES (8,'WebGUI',12,'Vis side ikke funnet.',1045613491,NULL); -INSERT INTO international VALUES (777,'WebGUI',12,'Folder id',1045613461,NULL); -INSERT INTO international VALUES (77,'WebGUI',12,'Dette kontonavnet er allerede i bruk av et annet medlem på denne Web siden. Prøv et annet navn. Her er noen forslag:',1045613439,NULL); -INSERT INTO international VALUES (856,'WebGUI',12,'Du har ingen konto innstillinger å redigere nå.',1045613364,NULL); -INSERT INTO international VALUES (766,'WebGUI',12,'Tilbake til Collateral Listen.',1045613257,NULL); -INSERT INTO international VALUES (767,'WebGUI',12,'Collateral ID',1045613231,NULL); -INSERT INTO international VALUES (813,'WebGUI',12,'Grupper i denne Gruppen',1045613214,NULL); -INSERT INTO international VALUES (66,'WebGUI',12,'Logg Inn',1045613150,NULL); -INSERT INTO international VALUES (658,'WebGUI',12,'Brukere, Håndtere',1045613124,NULL); -INSERT INTO international VALUES (657,'WebGUI',12,'Bruker, Slett',1045613107,NULL); -INSERT INTO international VALUES (656,'WebGUI',12,'Firma Informasjon, Rediger',1045613095,NULL); -INSERT INTO international VALUES (655,'WebGUI',12,'Bruker, Legg Til/Rediger',1045613072,NULL); -INSERT INTO international VALUES (653,'WebGUI',12,'Side, Slett',1045613044,NULL); -INSERT INTO international VALUES (652,'WebGUI',12,'Bruker Instillinger, Rediger',1045613032,NULL); -INSERT INTO international VALUES (651,'WebGUI',12,'Om du velger å tømme søppla, vill alt innhold slettes permanent. Om du er usikker på noen enheter, kan det være lurt og klippe de til utklipstavlen før du tømmer søppelbøtta.',1045613010,NULL); -INSERT INTO international VALUES (65,'WebGUI',12,'Slett min konto permanent.',1045612905,NULL); -INSERT INTO international VALUES (642,'WebGUI',12,'Side, Legg Til/Rediger',1054672695,NULL); -INSERT INTO international VALUES (640,'WebGUI',12,'Det er ingen god ide å slette Templates siden du aldrig er sikker på hvilken effekt det kan ha på sidene dine (kanskje noe innhold benytter Templaten).',1045612853,NULL); -INSERT INTO international VALUES (638,'WebGUI',12,'Templates brukes for å påvirke hvordan innhold vises frem i WebGUI. Det følger med mange Templates i WebGUI. Bruker du Template håndteringssystemet kan du legge til dine egne Templates for å sikre at systemet får et utseende nøyaktig som du ønsker det.',1066008301,NULL); -INSERT INTO international VALUES (64,'WebGUI',12,'Logg Ut.',1045612770,NULL); -INSERT INTO international VALUES (633,'WebGUI',12,'Enkelt forklart så er roots sider uten noen sider over seg. Den første og viktigste root\'n i WebGUI er \"Home\" siden. Mange vil ikke legge til flere root sider, men noen vil. Disse brukerene vil lage flere root\'s av forskjellige grunner. Kanskje de vil lage et mellomlager eller testside for redaktører. Eller kanskje en skjult side med Admin verktøy. Eller en side for registrerte bruker som er medlem av en spesiell gruppe.',1045612736,NULL); -INSERT INTO international VALUES (63,'WebGUI',12,'Slå Admin På.',1045612412,NULL); -INSERT INTO international VALUES (627,'WebGUI',12,'Profiler benyttes for utfyllende informasjon om en spesiell bruker. I noen tilfeller er profiler viktige for et Web område, i andre ikke. Profiler er fullstendig fleksible, du kan legge til så mye informasjon som du ønsker til en profil.',1045612382,NULL); -INSERT INTO international VALUES (620,'WebGUI',12,'As the function suggests you\'ll be deleting a group and removing all users from the group. Be careful not to orphan users from pages they should have access to by deleting a group that is in use. \r\nAs with any delete operation, you are prompted to be sure you wish to proceed with the delete. If you answer yes, the delete will proceed and there is no recovery possible. If you answer no you\'ll be returned to the prior screen.\r\n',1045612047,NULL); -INSERT INTO international VALUES (62,'WebGUI',12,'Lagre',1045612031,NULL); -INSERT INTO international VALUES (613,'WebGUI',12,'Users are the accounts in the system that are given rights to do certain things. There are two default users built into the system: Admin and Visitor. \r\n\r\nAdmin\r\nAdmin is exactly what you\'d expect. It is a user with unlimited rights in the WebGUI environment. If it can be done, this user has the rights to do it. \r\n\r\nVisitor\r\nVisitor is exactly the opposite of Admin. Visitor has no rights what-so-ever. By default any user who is not logged in is seen as the user Visitor. \r\n\r\nAdd a new user.\r\nClick on this to go to the add user screen. \r\n\r\nSearch\r\nYou can search users based on username and email address. You can do partial searches too if you like.\r\n',1045611901,NULL); -INSERT INTO international VALUES (61,'WebGUI',12,'Oppdater Konto Informasjon',1045611780,NULL); -INSERT INTO international VALUES (605,'WebGUI',12,'Legg Til Grupper',1045611149,NULL); -INSERT INTO international VALUES (601,'WebGUI',12,'Internasjonal ID',1045611133,NULL); -INSERT INTO international VALUES (60,'WebGUI',12,'Er du sikker på at du vil dekativere kontoen din? Om du fortsetter vil din konto informasjon slettes permanent.',1045611119,NULL); -INSERT INTO international VALUES (598,'WebGUI',12,'Rediger Oversettelsen.',1045611027,NULL); -INSERT INTO international VALUES (597,'WebGUI',12,'Rediger Internasjonal Melding',1045611010,NULL); -INSERT INTO international VALUES (596,'WebGUI',12,'MANGLER',1045610985,NULL); -INSERT INTO international VALUES (595,'WebGUI',12,'Internasjonale Meldinger',1045610972,NULL); -INSERT INTO international VALUES (594,'WebGUI',12,'Oversett Meldinger.',1045610946,NULL); -INSERT INTO international VALUES (593,'WebGUI',12,'Last opp Oversettelsen.',1045610929,NULL); -INSERT INTO international VALUES (592,'WebGUI',12,'Karakter sett',1045610903,NULL); -INSERT INTO international VALUES (591,'WebGUI',12,'Språk',1045610874,NULL); -INSERT INTO international VALUES (590,'WebGUI',12,'Språk ID',1045610865,NULL); -INSERT INTO international VALUES (59,'WebGUI',12,'Jeg har glemt mitt Passord.',1045610855,NULL); -INSERT INTO international VALUES (589,'WebGUI',12,'Rediger Oversettelse',1045610829,NULL); -INSERT INTO international VALUES (587,'WebGUI',12,'Er du sikker på at du vil slette dette språket og alle hjelp og internasjonale meldinger som følger med det?',1045610656,NULL); -INSERT INTO international VALUES (586,'WebGUI',12,'Håndtere Oversettelser',1045610592,NULL); -INSERT INTO international VALUES (585,'WebGUI',12,'Håndtere Oversettelser.',1045610565,NULL); -INSERT INTO international VALUES (584,'WebGUI',12,'Legg Til Ny Oversettelse',1045610536,NULL); -INSERT INTO international VALUES (583,'WebGUI',12,'Maksimun Bilde størrelse',1045610513,NULL); -INSERT INTO international VALUES (582,'WebGUI',12,'La stå tom',1045610495,NULL); -INSERT INTO international VALUES (581,'WebGUI',12,'Legg Til Ny Verdi',1045608298,NULL); -INSERT INTO international VALUES (580,'WebGUI',12,'Din Melding er blitt avvist.',1045608281,NULL); -INSERT INTO international VALUES (58,'WebGUI',12,'Jeg har allerede en konto.',1045608255,NULL); -INSERT INTO international VALUES (579,'WebGUI',12,'Din Melding er Godkjent.',1045608238,NULL); -INSERT INTO international VALUES (578,'WebGUI',12,'Du har en ventende melding til godkjenning.',1045608221,NULL); -INSERT INTO international VALUES (577,'WebGUI',12,'Send Svar',1045608192,NULL); -INSERT INTO international VALUES (576,'WebGUI',12,'Slett',1045608177,NULL); -INSERT INTO international VALUES (575,'WebGUI',12,'Rediger',1045608170,NULL); -INSERT INTO international VALUES (574,'WebGUI',12,'Avslå',1045608162,NULL); -INSERT INTO international VALUES (572,'WebGUI',12,'Godkjenn',1045608130,NULL); -INSERT INTO international VALUES (1027,'WebGUI',1,'Allow replacements?',1065966244,'Asking the admin whether they wish to allow text replacements in a discussion.'); -INSERT INTO international VALUES (566,'WebGUI',12,'Rediger TimeOut',1045524246,NULL); -INSERT INTO international VALUES (565,'WebGUI',12,'Hvem kan sensurere?',1045524223,NULL); -INSERT INTO international VALUES (564,'WebGUI',12,'Hvem kan sende/bidra?',1045524189,NULL); -INSERT INTO international VALUES (563,'WebGUI',12,'Standard Status',1045524139,NULL); -INSERT INTO international VALUES (562,'WebGUI',12,'Ventende',1045524127,NULL); -INSERT INTO international VALUES (561,'WebGUI',12,'Avvist',1045524117,NULL); -INSERT INTO international VALUES (560,'WebGUI',12,'Godkjent',1045524101,NULL); -INSERT INTO international VALUES (56,'WebGUI',12,'ePost Adresse',1045524091,NULL); -INSERT INTO international VALUES (559,'WebGUI',12,'Kjør Ved Registrering',1045524066,NULL); -INSERT INTO international VALUES (558,'WebGUI',12,'Rediger Brukers Karma',1045524050,NULL); -INSERT INTO international VALUES (557,'WebGUI',12,'Beskrivelse',1045524035,NULL); -INSERT INTO international VALUES (556,'WebGUI',12,'Mengde',1045524024,NULL); -INSERT INTO international VALUES (555,'WebGUI',12,'Rediger denne brukers Karma.',1045523971,NULL); -INSERT INTO international VALUES (554,'WebGUI',12,'Ta Aksjon',1045523953,NULL); -INSERT INTO international VALUES (553,'WebGUI',12,'Status',1045523940,NULL); -INSERT INTO international VALUES (552,'WebGUI',12,'Ventende',1045523921,NULL); -INSERT INTO international VALUES (551,'WebGUI',12,'Notis',1045523902,NULL); -INSERT INTO international VALUES (543,'WebGUI',12,'Lag ny Bilde Gruppe.',1045523856,NULL); -INSERT INTO international VALUES (542,'WebGUI',12,'Forrige..',1045523823,NULL); -INSERT INTO international VALUES (541,'WebGUI',12,'Karma pr. Melding',1045523809,NULL); -INSERT INTO international VALUES (540,'WebGUI',12,'Karma pr. LoggInn',1045523748,NULL); -INSERT INTO international VALUES (54,'WebGUI',12,'Opprett Konto',1045523731,NULL); -INSERT INTO international VALUES (539,'WebGUI',12,'Ta i Bruk Karma?',1045523708,NULL); -INSERT INTO international VALUES (538,'WebGUI',12,'Karma terskel',1045523658,NULL); -INSERT INTO international VALUES (537,'WebGUI',12,'Karma',1045523643,NULL); -INSERT INTO international VALUES (536,'WebGUI',12,'En ny bruker ved navn ^@; har registrert seg.',1045523634,NULL); -INSERT INTO international VALUES (535,'WebGUI',12,'Gruppe som skal ha beskjed ved ny bruker',1045523585,NULL); -INSERT INTO international VALUES (534,'WebGUI',12,'Beskjed ved ny bruker?',1045523557,NULL); -INSERT INTO international VALUES (533,'WebGUI',12,'uten desse ordene',1045523529,NULL); -INSERT INTO international VALUES (532,'WebGUI',12,'med minst et av ordene',1045523480,NULL); -INSERT INTO international VALUES (531,'WebGUI',12,'med eksakt dette innholdet',1045523457,NULL); -INSERT INTO international VALUES (530,'WebGUI',12,'med ALLE ordene',1045523411,NULL); -INSERT INTO international VALUES (53,'WebGUI',12,'Gjør Siden utskriftsvennlig',1045523387,NULL); -INSERT INTO international VALUES (529,'WebGUI',12,'Antall pr Side',1068683654,NULL); -INSERT INTO international VALUES (528,'WebGUI',12,'Template Navn',1045523340,NULL); -INSERT INTO international VALUES (527,'WebGUI',12,'Standard HjemmeSide',1045523327,NULL); -INSERT INTO international VALUES (525,'WebGUI',12,'Rediger Innholds Instillinger',1045523295,NULL); -INSERT INTO international VALUES (1025,'WebGUI',12,'Skal det legges Redigerings merke til Meldinger?',1045523268,NULL); -INSERT INTO international VALUES (523,'WebGUI',12,'Beskjed',1045523230,NULL); -INSERT INTO international VALUES (522,'WebGUI',12,'Jeg vil gjerne ha beskjed vha ICQ.',1045522699,NULL); -INSERT INTO international VALUES (521,'WebGUI',12,'Jeg vil gjerne ha beskjed vha Epost til personsøker.',1045522671,NULL); -INSERT INTO international VALUES (520,'WebGUI',12,'Jeg vil gjerne ha beskjed vha ePost.',1045522628,NULL); -INSERT INTO international VALUES (52,'WebGUI',12,'logg inn',1045522594,NULL); -INSERT INTO international VALUES (519,'WebGUI',12,'Jeg ønsker ikke å få beskjed.',1045522571,NULL); -INSERT INTO international VALUES (518,'WebGUI',12,'Ny beskjed i innboks',1045522524,NULL); -INSERT INTO international VALUES (517,'WebGUI',12,'Slå Av Admin!',1045522410,NULL); -INSERT INTO international VALUES (516,'WebGUI',12,'Slå på Admin!',1045522396,NULL); -INSERT INTO international VALUES (515,'WebGUI',12,'Skal det legges et redigerings stempel til meldinger?',1045522372,NULL); -INSERT INTO international VALUES (514,'WebGUI',12,'Visninger',1045522311,NULL); -INSERT INTO international VALUES (513,'WebGUI',12,'Forrige Tråd',1068683616,NULL); -INSERT INTO international VALUES (512,'WebGUI',12,'Neste Tråd',1068683598,NULL); -INSERT INTO international VALUES (511,'WebGUI',12,'Tråder',1045522271,NULL); -INSERT INTO international VALUES (510,'WebGUI',12,'Flat',1045522220,NULL); -INSERT INTO international VALUES (51,'WebGUI',12,'Passord',1045522208,NULL); -INSERT INTO international VALUES (509,'WebGUI',12,'Diskusjons utseende.',1045522199,NULL); -INSERT INTO international VALUES (508,'WebGUI',12,'Håndtere Templates.',1045522170,NULL); -INSERT INTO international VALUES (507,'WebGUI',12,'Rediger Template',1045522154,NULL); -INSERT INTO international VALUES (506,'WebGUI',12,'Håndtere Templates',1045522137,NULL); -INSERT INTO international VALUES (505,'WebGUI',12,'Legg Til Ny Template.',1045522120,NULL); -INSERT INTO international VALUES (504,'WebGUI',12,'Template',1045522105,NULL); -INSERT INTO international VALUES (503,'WebGUI',12,'Template ID',1045522096,NULL); -INSERT INTO international VALUES (502,'WebGUI',12,'Er du sikker på at du vil slette denne Templaten og la alle sider som bruker den til å benytte standard Template?',1045522086,NULL); -INSERT INTO international VALUES (500,'WebGUI',12,'Side ID',1045521996,NULL); -INSERT INTO international VALUES (50,'WebGUI',12,'BrukerNavn',1045521987,NULL); -INSERT INTO international VALUES (5,'WebGUI',12,'Håndtere Grupper',1045441715,NULL); -INSERT INTO international VALUES (95,'WebGUI',12,'Hjelp Indeks',1045441670,NULL); -INSERT INTO international VALUES (94,'WebGUI',12,'Se Også',1045441656,NULL); -INSERT INTO international VALUES (93,'WebGUI',12,'Hjelp',1045441641,NULL); -INSERT INTO international VALUES (92,'WebGUI',12,'Neste Side',1045441629,NULL); -INSERT INTO international VALUES (91,'WebGUI',12,'Forrige Side',1045441613,NULL); -INSERT INTO international VALUES (90,'WebGUI',12,'Legg Til ny Gruppe.',1045441594,NULL); -INSERT INTO international VALUES (89,'WebGUI',12,'Grupper',1045441577,NULL); -INSERT INTO international VALUES (88,'WebGUI',12,'Brukere i Gruppen',1045441566,NULL); -INSERT INTO international VALUES (87,'WebGUI',12,'Rediger Gruppe',1045441527,NULL); -INSERT INTO international VALUES (86,'WebGUI',12,'Er du sikker på at du vil slette denne gruppen? Vær klar over at å slette en gruppe er endelig og at alle privilegier knyttet til gruppen vil bli fjernet.',1045441515,NULL); -INSERT INTO international VALUES (9,'WebGUI',12,'Vis Utklippstavle.',1045441426,NULL); -INSERT INTO international VALUES (85,'WebGUI',12,'Beskrivelse',1045441400,NULL); -INSERT INTO international VALUES (84,'WebGUI',12,'Gruppe Navn',1045441387,NULL); -INSERT INTO international VALUES (81,'WebGUI',12,'Konto Oppdatert!',1045441372,NULL); -INSERT INTO international VALUES (99,'WebGUI',12,'Tittel',1045441342,NULL); -INSERT INTO international VALUES (5,'WobjectProxy',12,'Wobject Proxy, Legg Til/Rediger',1045441101,NULL); -INSERT INTO international VALUES (4,'WobjectProxy',12,'Wobject Proxy Feilet. Kanskje Wobjectet som skulle Proxyes, er slettet.',1045441069,NULL); -INSERT INTO international VALUES (3,'WobjectProxy',12,'Wobject Proxy',1045440934,NULL); -INSERT INTO international VALUES (2,'WobjectProxy',12,'Rediger Wobject Proxy',1045440917,NULL); -INSERT INTO international VALUES (1,'WobjectProxy',12,'Wobject To Proxy',1045440896,NULL); -INSERT INTO international VALUES (499,'WebGUI',12,'Wobject ID',1045440771,NULL); -INSERT INTO international VALUES (498,'WebGUI',12,'Slutt Dato',1045440756,NULL); -INSERT INTO international VALUES (497,'WebGUI',12,'Start Dato',1045440745,NULL); -INSERT INTO international VALUES (496,'WebGUI',12,'Editor som skal brukes',1045440733,NULL); -INSERT INTO international VALUES (495,'WebGUI',12,'htmlArea (standard)',1045440703,NULL); -INSERT INTO international VALUES (494,'WebGUI',12,'Real Objects Edit-On Pro',1045440685,NULL); -INSERT INTO international VALUES (493,'WebGUI',12,'Tilbake til Web-sidene.',1045440667,NULL); -INSERT INTO international VALUES (48,'WebGUI',12,'Hallo',1045440572,NULL); -INSERT INTO international VALUES (492,'WebGUI',12,'Profil FeltListe.',1045440503,NULL); -INSERT INTO international VALUES (49,'WebGUI',12,'\"Klikk her for å logge ut.\"',1045440472,NULL); -INSERT INTO international VALUES (491,'WebGUI/Profile',12,'Legg Til Profil Felt.',1045440307,NULL); -INSERT INTO international VALUES (490,'WebGUI/Profile',12,'Legg Til en Profil Kategori.',1045440291,NULL); -INSERT INTO international VALUES (489,'WebGUI/Profile',12,'Profil Kategori',1045440180,NULL); -INSERT INTO international VALUES (488,'WebGUI',12,'Standard Verdi(er)',1045440168,NULL); -INSERT INTO international VALUES (487,'WebGUI',12,'Mulige Verdier',1045440144,NULL); -INSERT INTO international VALUES (486,'WebGUI',12,'Data Type',1045440131,NULL); -INSERT INTO international VALUES (485,'WebGUI',12,'Boolean (valgboks)',1045440117,NULL); -INSERT INTO international VALUES (484,'WebGUI',12,'Velg Liste',1045440069,NULL); -INSERT INTO international VALUES (483,'WebGUI',12,'Ja eller Nei',1045440040,NULL); -INSERT INTO international VALUES (482,'WebGUI',12,'Tall (integer)',1045440030,NULL); -INSERT INTO international VALUES (481,'WebGUI',12,'TelefonNummer',1045440002,NULL); -INSERT INTO international VALUES (480,'WebGUI',12,'Epost Adresse',1045439988,NULL); -INSERT INTO international VALUES (479,'WebGUI',12,'Dato',1045439964,NULL); -INSERT INTO international VALUES (478,'WebGUI',12,'URL',1045439955,NULL); -INSERT INTO international VALUES (477,'WebGUI',12,'HTML Område',1045439947,NULL); -INSERT INTO international VALUES (476,'WebGUI',12,'TekstOmråde',1045439935,NULL); -INSERT INTO international VALUES (475,'WebGUI',12,'Tekst',1045439923,NULL); -INSERT INTO international VALUES (474,'WebGUI/Profile',12,'Nødvendig?',1045439915,NULL); -INSERT INTO international VALUES (473,'WebGUI/Profile',12,'Synelig?',1045439902,NULL); -INSERT INTO international VALUES (472,'WebGUI',12,'Label',1045439890,NULL); -INSERT INTO international VALUES (471,'WebGUI/Profile',12,'Rediger BrukerProfil Felt',1045439877,NULL); -INSERT INTO international VALUES (470,'WebGUI',12,'Navn',1045439852,NULL); -INSERT INTO international VALUES (47,'WebGUI',12,'Hjem',1045439835,NULL); -INSERT INTO international VALUES (469,'WebGUI',12,'Id',1045439767,NULL); -INSERT INTO international VALUES (468,'WebGUI/Profile',12,'Rediger BrukerProfil Kategori',1045439759,NULL); -INSERT INTO international VALUES (467,'WebGUI/Profile',12,'Er du sikker på at du vil slette dette feltet og alle brukerdata knyttet til det?',1045439733,NULL); -INSERT INTO international VALUES (466,'WebGUI/Profile',12,'Er du sikker på at du vil slette denne kategorien og flytte alle felter til diverse kategorien?',1045439687,NULL); -INSERT INTO international VALUES (465,'WebGUI',12,'TekstBoks Størrelse',1045439629,NULL); -INSERT INTO international VALUES (464,'WebGUI',12,'Tekstområde kolonner',1045439615,NULL); -INSERT INTO international VALUES (463,'WebGUI',12,'Tekstområde Rader',1045439601,NULL); -INSERT INTO international VALUES (462,'WebGUI',12,'Tids Format',1045439575,NULL); -INSERT INTO international VALUES (461,'WebGUI',12,'Dato Format',1045439561,NULL); -INSERT INTO international VALUES (460,'WebGUI',12,'Tids forskyvning',1045439550,NULL); -INSERT INTO international VALUES (46,'WebGUI',12,'Min Konto',1045439499,NULL); -INSERT INTO international VALUES (459,'WebGUI',12,'Rediger denne brukerens profil.',1045439489,NULL); -INSERT INTO international VALUES (458,'WebGUI',12,'Rediger denne brukerens Grupper.',1045439462,NULL); -INSERT INTO international VALUES (457,'WebGUI',12,'Rediger denne brukerens konto.',1045439439,NULL); -INSERT INTO international VALUES (456,'WebGUI',12,'Tilbake til Bruker listen.',1045439416,NULL); -INSERT INTO international VALUES (455,'WebGUI',12,'Rediger Brukerns Profil',1045439386,NULL); -INSERT INTO international VALUES (454,'WebGUI',12,'Sist Oppdatert',1045439359,NULL); -INSERT INTO international VALUES (453,'WebGUI',12,'Dato Opprettet',1045439348,NULL); -INSERT INTO international VALUES (452,'WebGUI',12,'Vent...',1045439293,NULL); -INSERT INTO international VALUES (451,'WebGUI',12,'er nødvendig.',1045439279,NULL); -INSERT INTO international VALUES (450,'WebGUI',12,'Firma Navn (arbeid)',1045439243,NULL); -INSERT INTO international VALUES (45,'WebGUI',12,'Nei, Jeg gjorde en Feil.',1045439219,NULL); -INSERT INTO international VALUES (449,'WebGUI',12,'Forskjellig Informasjon',1045439201,NULL); -INSERT INTO international VALUES (448,'WebGUI',12,'SideTre',1045439178,NULL); -INSERT INTO international VALUES (447,'WebGUI',12,'Håndtere Sidetre',1045439168,NULL); -INSERT INTO international VALUES (446,'WebGUI',12,'WEB-Site Arbeid',1045439144,NULL); -INSERT INTO international VALUES (445,'WebGUI',12,'Preferanser',1045439107,NULL); -INSERT INTO international VALUES (444,'WebGUI',12,'Geografisk Informasjon',1045439096,NULL); -INSERT INTO international VALUES (443,'WebGUI',12,'Hjem Informasjon',1045439001,NULL); -INSERT INTO international VALUES (442,'WebGUI',12,'Arbeids Informasjon',1045438978,NULL); -INSERT INTO international VALUES (441,'WebGUI',12,'Epost til Personsøker Gateway',1045438942,NULL); -INSERT INTO international VALUES (440,'WebGUI',12,'Kontakt Informasjon',1045438911,NULL); -INSERT INTO international VALUES (44,'WebGUI',12,'Ja, Jeg er sikker.',1045438899,NULL); -INSERT INTO international VALUES (439,'WebGUI',12,'Personlig Informasjon',1045438884,NULL); -INSERT INTO international VALUES (438,'WebGUI',12,'Ditt Navn',1045438871,NULL); -INSERT INTO international VALUES (437,'WebGUI',12,'Statistikk',1045438861,NULL); -INSERT INTO international VALUES (436,'WebGUI',12,'Avslutt Sesjon',1045438844,NULL); -INSERT INTO international VALUES (435,'WebGUI',12,'Sesjons Signatur',1045438819,NULL); -INSERT INTO international VALUES (434,'WebGUI',12,'Status',1045438805,NULL); -INSERT INTO international VALUES (433,'WebGUI',12,'Bruker Agent',1045438797,NULL); -INSERT INTO international VALUES (432,'WebGUI',12,'Utgår',1045438783,NULL); -INSERT INTO international VALUES (431,'WebGUI',12,'IP Adresse',1045438759,NULL); -INSERT INTO international VALUES (430,'WebGUI',12,'Vis Siste Side',1045438748,NULL); -INSERT INTO international VALUES (43,'WebGUI',12,'Er du sikker på at du vil slette dette innholdet?',1045438719,NULL); -INSERT INTO international VALUES (429,'WebGUI',12,'LoggInn Tidspunkt',1045438690,NULL); -INSERT INTO international VALUES (428,'WebGUI',12,'Bruker (ID)',1045438673,NULL); -INSERT INTO international VALUES (427,'WebGUI',12,'Stiler',1054673689,NULL); -INSERT INTO international VALUES (426,'WebGUI',12,'Logginn Historikk',1045438652,NULL); -INSERT INTO international VALUES (425,'WebGUI',12,'Aktive sesjoner',1045438635,NULL); -INSERT INTO international VALUES (424,'WebGUI',12,'Vis Logginn historikk.',1045438620,NULL); -INSERT INTO international VALUES (423,'WebGUI',12,'Vis aktive sesjoner.',1045438591,NULL); -INSERT INTO international VALUES (42,'WebGUI',12,'Bekreft',1045423601,NULL); -INSERT INTO international VALUES (412,'WebGUI',12,'Kort Beskrivelse',1045423158,NULL); -INSERT INTO international VALUES (411,'WebGUI',12,'Meny Tittel',1045423141,NULL); -INSERT INTO international VALUES (410,'WebGUI',12,'Håndtere Roots.',1045423117,NULL); -INSERT INTO international VALUES (41,'WebGUI',12,'Du prøver å fjerne et nødvendig element i WebGUI systemet. Om du ble tillat å fortsette ville WebGUI kanskje slutte å fungere.',1066008073,NULL); -INSERT INTO international VALUES (409,'WebGUI',12,'Legg Til ny Root.',1045423020,NULL); -INSERT INTO international VALUES (408,'WebGUI',12,'Håndtere Roots',1045422997,NULL); -INSERT INTO international VALUES (407,'WebGUI',12,'Klikk her for å registrere deg.',1045422984,NULL); -INSERT INTO international VALUES (406,'WebGUI',12,'Tittebilde størrelse',1045422929,NULL); -INSERT INTO international VALUES (405,'WebGUI',12,'Siste Side',1045422915,NULL); -INSERT INTO international VALUES (404,'WebGUI',12,'Første Side',1045422903,NULL); -INSERT INTO international VALUES (403,'WebGUI',12,'Ønsker ikke å oppgi.',1045422894,NULL); -INSERT INTO international VALUES (401,'WebGUI',12,'Er du sikker på at du vil slette denne Meldingen og alle meldinger under den i denne tråden?',1045422820,NULL); -INSERT INTO international VALUES (400,'WebGUI',12,'Forhindre Proxy Caching',1045422774,NULL); -INSERT INTO international VALUES (40,'WebGUI',12,'Nødvendig Element',1066008045,NULL); -INSERT INTO international VALUES (4,'WebGUI',12,'Håndtere Innstillinger.',1068757038,NULL); -INSERT INTO international VALUES (399,'WebGUI',12,'Godkjenn denne Siden.',1045422688,NULL); -INSERT INTO international VALUES (395,'WebGUI',12,'Legg til nytt Bilde.',1045422626,NULL); -INSERT INTO international VALUES (394,'WebGUI',12,'Håndtere collateral.',1045422611,NULL); -INSERT INTO international VALUES (391,'WebGUI',12,'Slette Vedlagte fil.',1045422386,NULL); -INSERT INTO international VALUES (39,'WebGUI',12,'Du har ikke tilstrekkelige rettigheter til å aksessere denne siden.',1045422347,NULL); -INSERT INTO international VALUES (388,'WebGUI',12,'Lastet opp Dato',1045422304,NULL); -INSERT INTO international VALUES (387,'WebGUI',12,'Lastet opp av',1045422291,NULL); -INSERT INTO international VALUES (386,'WebGUI',12,'Rediger Bilde',1045422278,NULL); -INSERT INTO international VALUES (385,'WebGUI',12,'Parametere',1045422267,NULL); -INSERT INTO international VALUES (384,'WebGUI',12,'Fil',1045422256,NULL); -INSERT INTO international VALUES (381,'WebGUI',12,'WebGUI mottok en uriktig forespørsel og var ikke i stand til å fortsette. Propiritære karakterer som blir gitt til et skjema er den vanligste årsaken. Trykk gjerne Tilbake og prøv på nytt.',1045422248,NULL); -INSERT INTO international VALUES (38,'WebGUI',12,'Du har ikke tilstrekkelige rettigheter til å utføre denne handlingen. Prøv ^a(logg inn med en konto); som har tilstrekkelige rettigheter før du prøver å gjøre denne operasjonen.',1045421559,NULL); -INSERT INTO international VALUES (379,'WebGUI',12,'Gruppe ID',1045421393,NULL); -INSERT INTO international VALUES (378,'WebGUI',12,'Bruker ID',1045421383,NULL); -INSERT INTO international VALUES (376,'WebGUI',12,'Pakke',1045421312,NULL); -INSERT INTO international VALUES (35,'Navigation',1,'Please specify an identifier. ie: ^Navigation(myMenu);',1077081415,''); -INSERT INTO international VALUES (374,'WebGUI',12,'Håndtere Pakker',1066009502,NULL); -INSERT INTO international VALUES (372,'WebGUI',12,'Rediger Brukerens Grupper',1045421246,NULL); -INSERT INTO international VALUES (371,'WebGUI',12,'Legg Til Gruppering',1045421224,NULL); -INSERT INTO international VALUES (370,'WebGUI',12,'Rediger Gruppering',1045421210,NULL); -INSERT INTO international VALUES (37,'WebGUI',12,'Ingen Adgang!',1045421187,NULL); -INSERT INTO international VALUES (369,'WebGUI',12,'Utløps Dato',1045421135,NULL); -INSERT INTO international VALUES (368,'WebGUI',12,'Legg en ny gruppe til denne brukeren.',1045421123,NULL); -INSERT INTO international VALUES (367,'WebGUI',12,'Utløper Etter',1045421096,NULL); -INSERT INTO international VALUES (364,'WebGUI',12,'Søk',1045421032,NULL); -INSERT INTO international VALUES (363,'WebGUI',12,'Side Template posisjon',1045421023,NULL); -INSERT INTO international VALUES (362,'WebGUI',12,'Side ved Side',1045420999,NULL); -INSERT INTO international VALUES (361,'WebGUI',12,'Tre over En',1045420987,NULL); -INSERT INTO international VALUES (360,'WebGUI',12,'En over Tre',1045420976,NULL); -INSERT INTO international VALUES (342,'WebGUI',12,'Rediger Konto Informasjon.',1045349689,NULL); -INSERT INTO international VALUES (341,'WebGUI',12,'Rediger Profil.',1045349673,NULL); -INSERT INTO international VALUES (338,'WebGUI',12,'Rediger Profil.',1045349660,NULL); -INSERT INTO international VALUES (308,'WebGUI',12,'Rediger Profil Instillinger',1045349638,NULL); -INSERT INTO international VALUES (168,'WebGUI',12,'Rediger Bruker',1045349610,NULL); -INSERT INTO international VALUES (140,'WebGUI',12,'Redigere Forskjellige Instillinger',1045349579,NULL); -INSERT INTO international VALUES (6,'DataForm',12,'Kan Redigeres',1045349563,NULL); -INSERT INTO international VALUES (27,'USS',12,'Rediger',1045349538,NULL); -INSERT INTO international VALUES (124,'WebGUI',12,'Rediger Firma Informasjon',1045349523,NULL); -INSERT INTO international VALUES (133,'WebGUI',12,'Rediger Mail Instillinger',1045349427,NULL); -INSERT INTO international VALUES (117,'WebGUI',12,'Rediger Bruker Instillinger',1045349412,NULL); -INSERT INTO international VALUES (102,'WebGUI',12,'Rediger Side',1045349314,NULL); -INSERT INTO international VALUES (19,'USS',12,'Rediger Bidrag',1045349288,NULL); -INSERT INTO international VALUES (18,'USS',12,'Rediger Bruker Bidrags system',1045349276,NULL); -INSERT INTO international VALUES (15,'USS',12,'Rediger/Slette',1045349260,NULL); -INSERT INTO international VALUES (4,'SyndicatedContent',12,'Rediger Syndicated Innhold',1045349231,NULL); -INSERT INTO international VALUES (75,'Survey',12,'Rediger dette spørsmålet.',1045349215,NULL); -INSERT INTO international VALUES (3,'Survey',12,'Undersøkelse, Legg Til/Rediger',1045349202,NULL); -INSERT INTO international VALUES (2,'Survey',12,'Rediger Undersøkelse',1045349189,NULL); -INSERT INTO international VALUES (18,'Survey',12,'Rediger Svar',1045349175,NULL); -INSERT INTO international VALUES (17,'Survey',12,'Rediger Spørsmål',1045349159,NULL); -INSERT INTO international VALUES (61,'SiteMap',12,'Site Map, Legg Til/Rediger',1045349145,NULL); -INSERT INTO international VALUES (5,'SiteMap',12,'Rediger Site Map',1045349131,NULL); -INSERT INTO international VALUES (8,'SQLReport',12,'Rediger SQL Rapport',1045349119,NULL); -INSERT INTO international VALUES (61,'SQLReport',12,'SQL Rapport, Legg Til/Rediger',1045349104,NULL); -INSERT INTO international VALUES (6,'Product',12,'Rediger Produkt',1045349090,NULL); -INSERT INTO international VALUES (58,'Product',12,'Rediger Produkt Templaten.',1045349077,NULL); -INSERT INTO international VALUES (25,'Product',12,'Rediger Spesifikasjon',1045349064,NULL); -INSERT INTO international VALUES (53,'Product',12,'Rediger Fordel',1045349051,NULL); -INSERT INTO international VALUES (49,'Product',12,'Produkt Fordel, Legg Til/Rediger',1045349028,NULL); -INSERT INTO international VALUES (46,'Product',12,'Produkt (Relatert), Legg til/Rediger',1045349006,NULL); -INSERT INTO international VALUES (44,'Product',12,'Produkt Tilbehør, Legg til/Rediger',1045348991,NULL); -INSERT INTO international VALUES (42,'Product',12,'Produkt Spesifikasjon, Legg til/Rediger',1045348976,NULL); -INSERT INTO international VALUES (40,'Product',12,'Produkt Egenskap, Legg til/Rediger',1045348955,NULL); -INSERT INTO international VALUES (38,'Product',12,'Produkt, Legg til/Rediger',1045348939,NULL); -INSERT INTO international VALUES (22,'Product',12,'Rediger Egenskap',1045348920,NULL); -INSERT INTO international VALUES (9,'Poll',12,'Rediger Avstemning',1045348904,NULL); -INSERT INTO international VALUES (61,'Poll',12,'Avstemning, Legg Til/Rediger',1054672559,NULL); -INSERT INTO international VALUES (7,'DataForm',12,'Rediger DataSkjema',1054672497,NULL); -INSERT INTO international VALUES (6,'MessageBoard',12,'Rediger Meldinger',1045348819,NULL); -INSERT INTO international VALUES (1065,'WebGUI',1,'Forum Post Form Template',1066581759,NULL); -INSERT INTO international VALUES (62,'DataForm',12,'DataSkjema Felter, Legg til/Rediger',1054672477,NULL); -INSERT INTO international VALUES (61,'DataForm',12,'DataSkjema, Legg til/Rediger',1054672449,NULL); -INSERT INTO international VALUES (20,'DataForm',12,'Rediger Felt',1045348728,NULL); -INSERT INTO international VALUES (90,'USS',12,'Rediger Link',1045348681,NULL); -INSERT INTO international VALUES (9,'FileManager',12,'Rediger FilBehandler',1045348613,NULL); -INSERT INTO international VALUES (72,'FileManager',12,'Fil, Legg til/Rediger',1045348588,NULL); -INSERT INTO international VALUES (61,'FileManager',12,'FilBehandler, Legg til/Rediger',1045348572,NULL); -INSERT INTO international VALUES (10,'FileManager',12,'Rediger Fil',1045348552,NULL); -INSERT INTO international VALUES (84,'USS',12,'Rediger Spørsmål',1045348475,NULL); -INSERT INTO international VALUES (72,'EventsCalendar',12,'Hendelse, Legg til/Rediger',1045348414,NULL); -INSERT INTO international VALUES (61,'EventsCalendar',12,'Hendelses kalender, Ny/Rediger',1068683516,NULL); -INSERT INTO international VALUES (13,'EventsCalendar',12,'Rediger på hendelse',1045348167,NULL); -INSERT INTO international VALUES (12,'EventsCalendar',12,'Rediger hendelses kalender',1045348150,NULL); -INSERT INTO international VALUES (12,'Article',12,'Rediger artikkel',1045348096,NULL); -INSERT INTO international VALUES (36,'WebGUI',12,'Du må være administrator for å utføre denne funksjonen. Ta kontakt med en av dine administratorer.',1066005592,NULL); -INSERT INTO international VALUES (359,'WebGUI',12,'Høyre kolonne',1045347701,NULL); -INSERT INTO international VALUES (358,'WebGUI',12,'Venstre kolonne',1045347683,NULL); -INSERT INTO international VALUES (357,'WebGUI',12,'Nyheter',1045347672,NULL); -INSERT INTO international VALUES (356,'WebGUI',12,'Template',1045347661,NULL); -INSERT INTO international VALUES (355,'WebGUI',12,'Standard',1045347652,NULL); -INSERT INTO international VALUES (354,'WebGUI',12,'Vis innboks.',1045347639,NULL); -INSERT INTO international VALUES (353,'WebGUI',12,'Du har ingen meldinger i innboksen nå.',1045347628,NULL); -INSERT INTO international VALUES (352,'WebGUI',12,'Dato for innleggelse',1045347594,NULL); -INSERT INTO international VALUES (351,'WebGUI',12,'Melding',1045347544,NULL); -INSERT INTO international VALUES (350,'WebGUI',12,'Utført',1045347534,NULL); -INSERT INTO international VALUES (35,'WebGUI',12,'Administrativ Funksjon',1045347510,NULL); -INSERT INTO international VALUES (349,'WebGUI',12,'Siste Tilgjengelige Versjon',1045347477,NULL); -INSERT INTO international VALUES (348,'WebGUI',12,'Navn',1045347442,NULL); -INSERT INTO international VALUES (347,'WebGUI',12,'Vis Profilen for',1045347434,NULL); -INSERT INTO international VALUES (346,'WebGUI',12,'Denne brukeren er ikke lenger medlem av denne siden. Vi har ikke mer informasjon om denne brukeren.',1045347417,NULL); -INSERT INTO international VALUES (345,'WebGUI',12,'Ikke Medlem.',1045347370,NULL); -INSERT INTO international VALUES (343,'WebGUI',12,'Vis Profil.',1045347344,NULL); -INSERT INTO international VALUES (340,'WebGUI',12,'Kvinne',1045347294,NULL); -INSERT INTO international VALUES (339,'WebGUI',12,'Mann',1045347273,NULL); -INSERT INTO international VALUES (337,'WebGUI',12,'Hjemmeside URL',1045347252,NULL); -INSERT INTO international VALUES (336,'WebGUI',12,'FødselsDato',1045347239,NULL); -INSERT INTO international VALUES (335,'WebGUI',12,'Kjønn',1045347227,NULL); -INSERT INTO international VALUES (334,'WebGUI',12,'Telefon (Arbeid)',1045347214,NULL); -INSERT INTO international VALUES (333,'WebGUI',12,'Land (arbeid)',1045347202,NULL); -INSERT INTO international VALUES (332,'WebGUI',12,'PostNummer (Arbeid)',1045347189,NULL); -INSERT INTO international VALUES (331,'WebGUI',12,'Fylke (arbeid)',1045347174,NULL); -INSERT INTO international VALUES (330,'WebGUI',12,'By (Arbeid)',1045347161,NULL); -INSERT INTO international VALUES (33,'WebGUI',12,'Lørdag',1045347145,NULL); -INSERT INTO international VALUES (329,'WebGUI',12,'Adresse Arbeid',1045347135,NULL); -INSERT INTO international VALUES (328,'WebGUI',12,'Telefon Hjemme',1045347124,NULL); -INSERT INTO international VALUES (327,'WebGUI',12,'Land',1045347112,NULL); -INSERT INTO international VALUES (326,'WebGUI',12,'Postnummer Hjemme',1045347101,NULL); -INSERT INTO international VALUES (325,'WebGUI',12,'HjemmFylke',1045347084,NULL); -INSERT INTO international VALUES (324,'WebGUI',12,'HjemmBy',1045347060,NULL); -INSERT INTO international VALUES (323,'WebGUI',12,'Hjemme Adresse',1045347045,NULL); -INSERT INTO international VALUES (322,'WebGUI',12,'Personsøker',1045347035,NULL); -INSERT INTO international VALUES (321,'WebGUI',12,'Mobiltelefon',1045347020,NULL); -INSERT INTO international VALUES (320,'WebGUI',12,'Yahoo! Messenger Id',1045347005,NULL); -INSERT INTO international VALUES (32,'WebGUI',12,'Fredag',1045346995,NULL); -INSERT INTO international VALUES (319,'WebGUI',12,'MSN Messenger Id',1045346985,NULL); -INSERT INTO international VALUES (318,'WebGUI',12,'AIM Id',1045346975,NULL); -INSERT INTO international VALUES (317,'WebGUI',12,'ICQ UIN',1045346962,NULL); -INSERT INTO international VALUES (316,'WebGUI',12,'EtterNavn',1045346938,NULL); -INSERT INTO international VALUES (315,'WebGUI',12,'MellomNavn',1045346928,NULL); -INSERT INTO international VALUES (314,'WebGUI',12,'Fornavn',1045346918,NULL); -INSERT INTO international VALUES (313,'WebGUI',12,'Tillat forskjellig Informasjon?',1045346907,NULL); -INSERT INTO international VALUES (312,'WebGUI',12,'Tillat Firma informasjon?',1045346882,NULL); -INSERT INTO international VALUES (311,'WebGUI',12,'Tillat hjemme informasjon?',1045346860,NULL); -INSERT INTO international VALUES (310,'WebGUI',12,'Tillat ekstra kontakt informasjon?',1045346832,NULL); -INSERT INTO international VALUES (31,'WebGUI',12,'Torsdag',1045346809,NULL); -INSERT INTO international VALUES (309,'WebGUI',12,'Tillat ekte Navn',1045346798,NULL); -INSERT INTO international VALUES (307,'WebGUI',12,'Bruk standard Meta Tags?',1045346770,NULL); -INSERT INTO international VALUES (304,'WebGUI',12,'Språk',1045346730,NULL); -INSERT INTO international VALUES (30,'WebGUI',12,'Onsdag',1045346722,NULL); -INSERT INTO international VALUES (29,'WebGUI',12,'Tirsdag',1045346684,NULL); -INSERT INTO international VALUES (28,'WebGUI',12,'Mandag',1045346672,NULL); -INSERT INTO international VALUES (27,'WebGUI',12,'Søndag',1045346663,NULL); -INSERT INTO international VALUES (26,'WebGUI',12,'Desember',1045346655,NULL); -INSERT INTO international VALUES (25,'WebGUI',12,'November',1045346646,NULL); -INSERT INTO international VALUES (245,'WebGUI',12,'Dato',1045346636,NULL); -INSERT INTO international VALUES (244,'WebGUI',12,'Forfatter',1045346628,NULL); -INSERT INTO international VALUES (240,'WebGUI',12,'Meldings ID:',1045346618,NULL); -INSERT INTO international VALUES (24,'WebGUI',12,'Oktober',1045346605,NULL); -INSERT INTO international VALUES (233,'WebGUI',12,'(eom)',1045346554,NULL); -INSERT INTO international VALUES (231,'WebGUI',12,'Sender Ny Melding...',1045346503,NULL); -INSERT INTO international VALUES (230,'WebGUI',12,'Melding',1045346489,NULL); -INSERT INTO international VALUES (23,'WebGUI',12,'September',1045346476,NULL); -INSERT INTO international VALUES (22,'WebGUI',12,'August',1045346400,NULL); -INSERT INTO international VALUES (21,'WebGUI',12,'Juli',1045346391,NULL); -INSERT INTO international VALUES (20,'WebGUI',12,'Juni',1045346366,NULL); -INSERT INTO international VALUES (2,'WebGUI',12,'Side',1045346359,NULL); -INSERT INTO international VALUES (19,'WebGUI',12,'Mai',1045346351,NULL); -INSERT INTO international VALUES (18,'WebGUI',12,'April',1045346344,NULL); -INSERT INTO international VALUES (175,'WebGUI',12,'Prosseser makroer?',1045346336,NULL); -INSERT INTO international VALUES (174,'WebGUI',12,'Vis tittelen?',1045346312,NULL); -INSERT INTO international VALUES (171,'WebGUI',12,'rich edit',1045346285,NULL); -INSERT INTO international VALUES (170,'WebGUI',12,'Søk',1045346270,NULL); -INSERT INTO international VALUES (17,'WebGUI',12,'Mars',1045346263,NULL); -INSERT INTO international VALUES (169,'WebGUI',12,'Legg Til ny Bruker.',1045346254,NULL); -INSERT INTO international VALUES (167,'WebGUI',12,'Er du sikker på at du vil slette denne Brukeren? All brukerinformasjon vil være slettet for alltid om du velger å fortsette.',1045346227,NULL); -INSERT INTO international VALUES (164,'WebGUI',12,'Autentiserings Metode',1045346165,NULL); -INSERT INTO international VALUES (163,'WebGUI',12,'Legg Til Bruker',1045346150,NULL); -INSERT INTO international VALUES (162,'WebGUI',12,'Er du sikker på at du vil fjerne alle sider og wobject i søppla?',1045346138,NULL); -INSERT INTO international VALUES (161,'WebGUI',12,'Bidratt av',1045346082,NULL); -INSERT INTO international VALUES (160,'WebGUI',12,'Dato bidratt',1045346068,NULL); -INSERT INTO international VALUES (16,'WebGUI',12,'Februar',1045346021,NULL); -INSERT INTO international VALUES (159,'WebGUI',12,'Innboks',1045345725,NULL); -INSERT INTO international VALUES (15,'WebGUI',12,'Januar',1045345546,NULL); -INSERT INTO international VALUES (149,'WebGUI',12,'Brukere',1045345535,NULL); -INSERT INTO international VALUES (148,'WebGUI',12,'Wobjects',1045345524,NULL); -INSERT INTO international VALUES (147,'WebGUI',12,'Sider',1045345510,NULL); -INSERT INTO international VALUES (146,'WebGUI',12,'Aktive Sessions',1045345502,NULL); -INSERT INTO international VALUES (145,'WebGUI',12,'WebGUI Build Versjon',1045345488,NULL); -INSERT INTO international VALUES (144,'WebGUI',12,'Vis Statistikk.',1045345464,NULL); -INSERT INTO international VALUES (143,'WebGUI',12,'Håndtere Innstillinger',1066009856,NULL); -INSERT INTO international VALUES (142,'WebGUI',12,'Session Timeout',1045345431,NULL); -INSERT INTO international VALUES (141,'WebGUI',12,'Fant Ikke Siden',1045345409,NULL); -INSERT INTO international VALUES (14,'WebGUI',12,'Vis ventende Bidrag.',1045345363,NULL); -INSERT INTO international VALUES (139,'WebGUI',12,'Nei',1045345333,NULL); -INSERT INTO international VALUES (138,'WebGUI',12,'Ja',1045345325,NULL); -INSERT INTO international VALUES (135,'WebGUI',12,'SMTP Server',1045345316,NULL); -INSERT INTO international VALUES (134,'WebGUI',12,'Gjennoprett Passord Melding',1045343863,NULL); -INSERT INTO international VALUES (130,'WebGUI',12,'Maksimal Vedleggs Størrelse',1045343770,NULL); -INSERT INTO international VALUES (13,'WebGUI',12,'Vis Hjelp Indeks',1045343746,NULL); -INSERT INTO international VALUES (127,'WebGUI',12,'Firma URL',1045343712,NULL); -INSERT INTO international VALUES (126,'WebGUI',12,'Firma E-Post adresse',1045343701,NULL); -INSERT INTO international VALUES (125,'WebGUI',12,'Firma Navn',1045343684,NULL); -INSERT INTO international VALUES (12,'WebGUI',12,'Slå Admin av.',1045343635,NULL); -INSERT INTO international VALUES (119,'WebGUI',12,'Autentiserings metode (Standard)',1045343612,NULL); -INSERT INTO international VALUES (118,'WebGUI',12,'Anonym Registrering',1045343587,NULL); -INSERT INTO international VALUES (116,'WebGUI',12,'Velg \"JA\" for å endre privilegier på alle sider under denne siden til disse privilegiene.',1066002040,NULL); -INSERT INTO international VALUES (11,'WebGUI',12,'Tøm Søppel.',1045343339,NULL); -INSERT INTO international VALUES (108,'WebGUI',12,'Eier',1045343299,NULL); -INSERT INTO international VALUES (107,'WebGUI',12,'Privilegier',1045343290,NULL); -INSERT INTO international VALUES (106,'WebGUI',12,'Velg \"JA\" for å endre alle sider under denne siden til denne Style.',1045343278,NULL); -INSERT INTO international VALUES (104,'WebGUI',12,'Side URL',1045343219,NULL); -INSERT INTO international VALUES (101,'WebGUI',12,'Er du sikker på at du vil slette denne siden, dets innhold, og alle elementer under den?',1045343154,NULL); -INSERT INTO international VALUES (100,'WebGUI',12,'Meta Tags',1045343085,NULL); -INSERT INTO international VALUES (10,'WebGUI',12,'Håndtere Søppel.',1045343074,NULL); -INSERT INTO international VALUES (1,'WebGUI',12,'Legg til Innhold....',1045342903,NULL); -INSERT INTO international VALUES (76,'USS',12,'Bidrags Template',1045342850,NULL); -INSERT INTO international VALUES (74,'USS',12,'Bruker Bidragssystem Template',1045342809,NULL); -INSERT INTO international VALUES (73,'USS',12,'Bidrags Template',1045342783,NULL); -INSERT INTO international VALUES (6,'USS',12,'Bidrag pr. Side',1045342691,NULL); -INSERT INTO international VALUES (59,'USS',12,'Neste Bidrag',1045342678,NULL); -INSERT INTO international VALUES (58,'USS',12,'Forrige Bidrag',1045342666,NULL); -INSERT INTO international VALUES (57,'USS',12,'Responser',1045342653,NULL); -INSERT INTO international VALUES (53,'USS',12,'Utseende',1045342615,NULL); -INSERT INTO international VALUES (52,'USS',12,'Tittebilde',1045342603,NULL); -INSERT INTO international VALUES (51,'USS',12,'Vis Tittebilder?',1045342592,NULL); -INSERT INTO international VALUES (5,'USS',12,'Ditt bidrag er ikke akseptert.',1045342575,NULL); -INSERT INTO international VALUES (48,'USS',12,'Tillat Diskusjon?',1045342536,NULL); -INSERT INTO international VALUES (47,'USS',12,'Send en Respons',1045342523,NULL); -INSERT INTO international VALUES (46,'USS',12,'Les Mer...',1045342506,NULL); -INSERT INTO international VALUES (41,'USS',12,'Dato',1045342479,NULL); -INSERT INTO international VALUES (4,'USS',12,'Ditt bidrag er blitt godkjent.',1045342469,NULL); -INSERT INTO international VALUES (39,'USS',12,'Send et Svar',1045342438,NULL); -INSERT INTO international VALUES (37,'USS',12,'Slett',1045342353,NULL); -INSERT INTO international VALUES (35,'USS',12,'Tittel',1045342345,NULL); -INSERT INTO international VALUES (33,'USS',12,'Vedlegg',1045342305,NULL); -INSERT INTO international VALUES (32,'USS',12,'Bilde',1045342166,NULL); -INSERT INTO international VALUES (31,'USS',12,'Innhold',1045342154,NULL); -INSERT INTO international VALUES (30,'USS',12,'Karma pr. bruker bidrag',1045342145,NULL); -INSERT INTO international VALUES (3,'USS',12,'Du har et nytt bruker bidrag å godkjenne.',1045342127,NULL); -INSERT INTO international VALUES (29,'USS',12,'Bruker Bidrags System',1045342088,NULL); -INSERT INTO international VALUES (28,'USS',12,'Returner til bidrags listen',1045342072,NULL); -INSERT INTO international VALUES (21,'USS',12,'Bidratt av',1045342040,NULL); -INSERT INTO international VALUES (20,'USS',12,'Sende Nytt Bidrag',1045341997,NULL); -INSERT INTO international VALUES (2,'USS',12,'Hvem kan bidra?',1045341967,NULL); -INSERT INTO international VALUES (17,'USS',12,'Er du sikker på at du vil slette dette bidraget?',1045341867,NULL); -INSERT INTO international VALUES (16,'USS',12,'Uten Tittel',1045341837,NULL); -INSERT INTO international VALUES (14,'USS',12,'Status',1045341812,NULL); -INSERT INTO international VALUES (13,'USS',12,'Dato for bidrag',1045341803,NULL); -INSERT INTO international VALUES (12,'USS',12,'(ikke marker om du skriver et HTML bidrag.)',1045341719,NULL); -INSERT INTO international VALUES (1,'USS',12,'Hvem kan Godkjenne?',1045341543,NULL); -INSERT INTO international VALUES (2,'SyndicatedContent',12,'Syndicated Innhold',1045336118,NULL); -INSERT INTO international VALUES (1,'SyndicatedContent',12,'URL til RSS Fil',1045336089,NULL); -INSERT INTO international VALUES (9,'Survey',12,'Undersøkelse',1045336063,NULL); -INSERT INTO international VALUES (80,'Survey',12,'Sekunder',1045336053,NULL); -INSERT INTO international VALUES (8,'Survey',12,'Spørsmåls Rekkefølge',1045336042,NULL); -INSERT INTO international VALUES (79,'Survey',12,'Minutter',1045336028,NULL); -INSERT INTO international VALUES (78,'Survey',12,'Total Tid',1045336019,NULL); -INSERT INTO international VALUES (77,'Survey',12,'Slutt Tid',1045336010,NULL); -INSERT INTO international VALUES (76,'Survey',12,'Start Tid',1045336000,NULL); -INSERT INTO international VALUES (74,'Survey',12,'Er du sikker på at du vil slette alle responser.',1045335972,NULL); -INSERT INTO international VALUES (73,'Survey',12,'Slett Alle Responser.',1045335943,NULL); -INSERT INTO international VALUES (72,'Survey',12,'Er du sikker på at du ønsker å slette denne bruker\'s responser?',1045335927,NULL); -INSERT INTO international VALUES (71,'Survey',12,'Karakter oversikt',1045335888,NULL); -INSERT INTO international VALUES (70,'Survey',12,'Individuelle Responser',1045335865,NULL); -INSERT INTO international VALUES (7,'Survey',12,'Respons Styrt',1045335819,NULL); -INSERT INTO international VALUES (69,'Survey',12,'Slett denne bruker\'s responser.',1045335796,NULL); -INSERT INTO international VALUES (20,'WSClient',1,'Edit Web Services Client',1033575504,NULL); -INSERT INTO international VALUES (67,'Survey',12,'Bruker',1045335737,NULL); -INSERT INTO international VALUES (66,'Survey',12,'Responser',1045335729,NULL); -INSERT INTO international VALUES (65,'Survey',12,'Eksporter sammensatt oppsummering.',1045335714,NULL); -INSERT INTO international VALUES (64,'Survey',12,'Eksporter Responser.',1045335666,NULL); -INSERT INTO international VALUES (63,'Survey',12,'Eksporter Spørsmål.',1045335650,NULL); -INSERT INTO international VALUES (62,'Survey',12,'Eksporter Svar.',1045335635,NULL); -INSERT INTO international VALUES (61,'Survey',12,'Vis Karakterbok.',1045335620,NULL); -INSERT INTO international VALUES (60,'Survey',12,'Tilbake Til Undersøkelse.',1045335588,NULL); -INSERT INTO international VALUES (6,'Survey',12,'Tilfeldig',1045319287,NULL); -INSERT INTO international VALUES (59,'Survey',12,'Vis Statistisk Oversikt.',1045319276,NULL); -INSERT INTO international VALUES (58,'Survey',12,'Statistisk Oversikt',1045319254,NULL); -INSERT INTO international VALUES (57,'Survey',12,'Kommentarer',1045319240,NULL); -INSERT INTO international VALUES (56,'Survey',12,'Vis Kommentarer',1045319231,NULL); -INSERT INTO international VALUES (55,'Survey',12,'Vis Responser',1045319220,NULL); -INSERT INTO international VALUES (54,'Survey',12,'Prosentdel',1045319203,NULL); -INSERT INTO international VALUES (53,'Survey',12,'Responser',1045319174,NULL); -INSERT INTO international VALUES (52,'Survey',12,'Resultat',1045319162,NULL); -INSERT INTO international VALUES (51,'Survey',12,'Kommentarer?',1045319078,NULL); -INSERT INTO international VALUES (50,'Survey',12,'Neste',1045319062,NULL); -INSERT INTO international VALUES (5,'Survey',12,'Sekvensiel',1045319053,NULL); -INSERT INTO international VALUES (49,'Survey',12,'Du kan ikke ta testen på dette tidspunkt.',1045319043,NULL); -INSERT INTO international VALUES (48,'Survey',12,'Du er ikke for øyeblikket kvalifisert til å delta i denne undersøkelsen.',1045319012,NULL); -INSERT INTO international VALUES (47,'Survey',12,'Du har fullført denne testen.',1045318946,NULL); -INSERT INTO international VALUES (46,'Survey',12,'Takk for at du tok deg tid til å fullføre denne undersøkelsen.',1045318930,NULL); -INSERT INTO international VALUES (45,'Survey',12,'Er du sikker du ønsker å slette dette svaret og alle responser?',1045318894,NULL); -INSERT INTO international VALUES (44,'Survey',12,'Er du sikker du vil slette dette spørsmålet, dets svar og responser?',1045318863,NULL); -INSERT INTO international VALUES (43,'Survey',12,'Aldri',1045318819,NULL); -INSERT INTO international VALUES (42,'Survey',12,'Noen ganger',1045318806,NULL); -INSERT INTO international VALUES (41,'Survey',12,'Ofte',1045318795,NULL); -INSERT INTO international VALUES (40,'Survey',12,'Alltid',1045318786,NULL); -INSERT INTO international VALUES (39,'Survey',12,'Ikke Aktuelt',1045318205,NULL); -INSERT INTO international VALUES (38,'Survey',12,'Helt Uenig',1045318166,NULL); -INSERT INTO international VALUES (37,'Survey',12,'Uenig',1045318155,NULL); -INSERT INTO international VALUES (36,'Survey',12,'Noe Uenig',1045318146,NULL); -INSERT INTO international VALUES (35,'Survey',12,'Noe Enig',1045318135,NULL); -INSERT INTO international VALUES (34,'Survey',12,'Enig',1045318124,NULL); -INSERT INTO international VALUES (33,'Survey',12,'Helt Enig',1045318116,NULL); -INSERT INTO international VALUES (32,'Survey',12,'Usant',1045318092,NULL); -INSERT INTO international VALUES (31,'Survey',12,'Sant',1045318082,NULL); -INSERT INTO international VALUES (30,'Survey',12,'Legg Til Nytt Spørsmål.',1045318068,NULL); -INSERT INTO international VALUES (29,'Survey',12,'Legg Til et Tekst Svar.',1045177458,NULL); -INSERT INTO international VALUES (28,'Survey',12,'Legg Til Spørsmål.',1045177430,NULL); -INSERT INTO international VALUES (27,'Survey',12,'Legg Til en Mening(enig/Uenig) svar-skala.',1045177387,NULL); -INSERT INTO international VALUES (26,'Survey',12,'Legg Til en svar skala.',1045177308,NULL); -INSERT INTO international VALUES (25,'Survey',12,'Legg Til Sant/Usant Svar.',1045177202,NULL); -INSERT INTO international VALUES (24,'Survey',12,'Legg Til flervalgs Svar.',1045177176,NULL); -INSERT INTO international VALUES (23,'Survey',12,'Legg Til nytt Svar.',1045177137,NULL); -INSERT INTO international VALUES (22,'Survey',12,'Svar Type',1045177080,NULL); -INSERT INTO international VALUES (21,'Survey',12,'Gå Til',1045177066,NULL); -INSERT INTO international VALUES (20,'Survey',12,'Er dette svaret korrekt?',1045177047,NULL); -INSERT INTO international VALUES (19,'Survey',12,'Svar',1045176975,NULL); -INSERT INTO international VALUES (16,'Survey',12,'Tilfeldige svar?',1045176929,NULL); -INSERT INTO international VALUES (15,'Survey',12,'Tillat kommentar?',1045176886,NULL); -INSERT INTO international VALUES (14,'Survey',12,'Spørsmål',1045176871,NULL); -INSERT INTO international VALUES (13,'Survey',12,'Hvem kan se rapporter?',1045176859,NULL); -INSERT INTO international VALUES (12,'Survey',12,'Hvem kan ta Undersøkelsen?',1045176843,NULL); -INSERT INTO international VALUES (11,'Survey',12,'Modus',1045176820,NULL); -INSERT INTO international VALUES (10,'Survey',12,'Spørsmål',1045176806,NULL); -INSERT INTO international VALUES (1,'Survey',12,'Undersøkelse',1045176778,NULL); -INSERT INTO international VALUES (75,'SiteMap',12,'Alle Roots',1045163273,NULL); -INSERT INTO international VALUES (74,'SiteMap',12,'Denne Siden',1045163261,NULL); -INSERT INTO international VALUES (6,'SiteMap',12,'Indent',1045163169,NULL); -INSERT INTO international VALUES (4,'SiteMap',12,'Nivå å ta med',1045163127,NULL); -INSERT INTO international VALUES (3,'SiteMap',12,'Start Med',1045163104,NULL); -INSERT INTO international VALUES (2,'SiteMap',12,'Site Map',1045163087,NULL); -INSERT INTO international VALUES (10,'Auth/LDAP',1,'Password (confirm)',1071845113,''); -INSERT INTO international VALUES (17,'Auth/WebGUI',1,'Password Updated',1071885563,''); -INSERT INTO international VALUES (16,'Auth/WebGUI',1,'Password Timeout',1071885309,''); -INSERT INTO international VALUES (4,'SQLReport',12,'Query',1045162917,NULL); -INSERT INTO international VALUES (100,'DataForm',1,'Are you certain that you want to delete this tab ?',NULL,NULL); -INSERT INTO international VALUES (18,'SQLReport',12,'Det var ingen resultat av denne forespørselen.',1045162893,NULL); -INSERT INTO international VALUES (17,'SQLReport',12,'Debug: Query:',1045162855,NULL); -INSERT INTO international VALUES (16,'SQLReport',12,'Debug?',1045162844,NULL); -INSERT INTO international VALUES (15,'SQLReport',12,'Prosseser makroer i forespørselen?',1045162833,NULL); -INSERT INTO international VALUES (14,'SQLReport',12,'Sideskift Etter',1045162787,NULL); -INSERT INTO international VALUES (12,'SQLReport',12,'Debug: Error: Could not connect to the database.',1045162759,NULL); -INSERT INTO international VALUES (11,'SQLReport',12,'Debug: Error: There was a problem with the query.',1045162749,NULL); -INSERT INTO international VALUES (10,'SQLReport',12,'Debug:Error: SQL koden som er spesifiser har galt format.',1045162731,NULL); -INSERT INTO international VALUES (1,'SQLReport',12,'SQL Rapport',1045162667,NULL); -INSERT INTO international VALUES (11,'Article',12,'(Velg \"JA\" bare når du ikke legger til
En indikator på om brukeren viser den siste \r\nsiden.
manuelt.)',1045162643,NULL); -INSERT INTO international VALUES (73,'MessageBoard',12,'Meldings system Template',1068683565,NULL); -INSERT INTO international VALUES (4,'Product',12,'Er du sikker på at du vil slette relasjonen til dette Relaterte Produktet?',1045085197,NULL); -INSERT INTO international VALUES (9,'Product',12,'Produkt Bilde 3',1045084283,NULL); -INSERT INTO international VALUES (8,'Product',12,'Produkt Bilde 2',1045084268,NULL); -INSERT INTO international VALUES (7,'Product',12,'Produkt Bilde 1',1045084254,NULL); -INSERT INTO international VALUES (62,'Product',12,'Produkt Template',1045084223,NULL); -INSERT INTO international VALUES (60,'Product',12,'Template',1045084191,NULL); -INSERT INTO international VALUES (59,'Product',12,'Navn',1045084167,NULL); -INSERT INTO international VALUES (57,'Product',12,'Er du sikker på at du ønsker å slette denne Templaten og sette alle produktene som bruker den til å benytte standard Templaten?',1045084127,NULL); -INSERT INTO international VALUES (56,'Product',12,'Legg Til en Produkt Template.',1045084053,NULL); -INSERT INTO international VALUES (55,'Product',12,'Legg Til Fordel.',1045084023,NULL); -INSERT INTO international VALUES (54,'Product',12,'Fordeler',1045083998,NULL); -INSERT INTO international VALUES (52,'Product',12,'Legg Til ny Fordel?',1045083971,NULL); -INSERT INTO international VALUES (51,'Product',12,'Fordel',1045083945,NULL); -INSERT INTO international VALUES (5,'Product',12,'Er du sikker på at du vil slette denne Spesifikasjonen?',1045083735,NULL); -INSERT INTO international VALUES (48,'Product',12,'Er du sikker på at du vill slette denne fordelen? Den kan ikke hentes frem igjen etter at den er slettet.',1045083669,NULL); -INSERT INTO international VALUES (37,'Product',12,'Legg til Relatert Produkt',1045082228,NULL); -INSERT INTO international VALUES (36,'Product',12,'Legg til Tilbehør',1045082210,NULL); -INSERT INTO international VALUES (35,'Product',12,'Legg til Spesifikasjon',1045082195,NULL); -INSERT INTO international VALUES (34,'Product',12,'Legg til Egenskap',1045082180,NULL); -INSERT INTO international VALUES (33,'Product',12,'Relaterte Produkter',1045082164,NULL); -INSERT INTO international VALUES (32,'Product',12,'Tilbehør',1045082138,NULL); -INSERT INTO international VALUES (31,'Product',12,'Spesifikasjoner',1045082096,NULL); -INSERT INTO international VALUES (30,'Product',12,'Egenskaper',1045082081,NULL); -INSERT INTO international VALUES (3,'Product',12,'Er du sikker på at du vil slette denne egenskapen?',1045076132,NULL); -INSERT INTO international VALUES (29,'Product',12,'Enhet',1045076084,NULL); -INSERT INTO international VALUES (28,'Product',12,'Legg til ny Spesifikasjon?',1045076044,NULL); -INSERT INTO international VALUES (27,'Product',12,'Spesifikasjon',1045076026,NULL); -INSERT INTO international VALUES (26,'Product',12,'Label',1045076014,NULL); -INSERT INTO international VALUES (24,'Product',12,'Legg til ny Egenskap?',1045075958,NULL); -INSERT INTO international VALUES (23,'Product',12,'Egenskap',1045075938,NULL); -INSERT INTO international VALUES (21,'Product',12,'Legg Til nytt Relatert Produkt?',1045075889,NULL); -INSERT INTO international VALUES (20,'Product',12,'Relatert Produkt',1045075851,NULL); -INSERT INTO international VALUES (2,'Product',12,'Er du sikker at du vil slette relasjonen til dette Tilbehøret?',1045075835,NULL); -INSERT INTO international VALUES (19,'Product',12,'Legg til et relatert produkt',1045075795,NULL); -INSERT INTO international VALUES (18,'Product',12,'Legg til flere Tilbehør?',1045075767,NULL); -INSERT INTO international VALUES (17,'Product',12,'Tilbehør',1045075742,NULL); -INSERT INTO international VALUES (16,'Product',12,'Legg Til Tilbehør',1045075728,NULL); -INSERT INTO international VALUES (15,'Product',12,'Garanti',1045075689,NULL); -INSERT INTO international VALUES (14,'Product',12,'Manual',1045075678,NULL); -INSERT INTO international VALUES (13,'Product',12,'Brosjyre',1045075668,NULL); -INSERT INTO international VALUES (11,'Product',12,'Produktnummer',1045075599,NULL); -INSERT INTO international VALUES (10,'Product',12,'Pris',1045075579,NULL); -INSERT INTO international VALUES (1,'Product',12,'Produkt',1045075569,NULL); -INSERT INTO international VALUES (8,'Poll',12,'(Et spørsmål pr. linje. Ikke flere enn 20.)',1045075521,NULL); -INSERT INTO international VALUES (72,'Poll',12,'Hvilkårlig spørsmål?',1045075481,NULL); -INSERT INTO international VALUES (7,'Poll',12,'Svar',1045075419,NULL); -INSERT INTO international VALUES (6,'Poll',12,'Spørsmål',1045075381,NULL); -INSERT INTO international VALUES (5,'Poll',12,'Bredde på Graf',1045075369,NULL); -INSERT INTO international VALUES (4,'Poll',12,'Hvem kan stemme?',1045075353,NULL); -INSERT INTO international VALUES (3,'Poll',12,'Aktiv',1045075338,NULL); -INSERT INTO international VALUES (20,'Poll',12,'Karma pr. stemme',1045075280,NULL); -INSERT INTO international VALUES (12,'Poll',12,'Totalt antall stemmer:',1054672541,NULL); -INSERT INTO international VALUES (11,'Poll',12,'Stem!',1045075150,NULL); -INSERT INTO international VALUES (10,'Poll',12,'Tilbakestill stemmer',1045075134,NULL); -INSERT INTO international VALUES (1,'Poll',12,'Avstemning',1045075114,NULL); -INSERT INTO international VALUES (1018,'WebGUI',1,'Start a new thread',1065279960,'Add a new line of discussion to a forum.'); -INSERT INTO international VALUES (1017,'WebGUI',12,'Siste svar',1045073588,NULL); -INSERT INTO international VALUES (2,'MessageBoard',12,'Meldinger',1045073573,NULL); -INSERT INTO international VALUES (1016,'WebGUI',12,'Svar',1045073497,NULL); -INSERT INTO international VALUES (92,'USS',12,'Åpne i nytt vindu?',1045072474,NULL); -INSERT INTO international VALUES (950,'WebGUI',1,'Empty clipboard.',1052850265,NULL); -INSERT INTO international VALUES (8,'DataForm',12,'Bredde',1044117941,NULL); -INSERT INTO international VALUES (73,'DataForm',12,'Send',1044117930,NULL); -INSERT INTO international VALUES (5,'DataForm',12,'Synelig',1044117656,NULL); -INSERT INTO international VALUES (4,'DataForm',12,'Skjult',1044117645,NULL); -INSERT INTO international VALUES (3,'DataForm',12,'Takk for din tilbakemelding!',1044117627,NULL); -INSERT INTO international VALUES (25,'DataForm',12,'Standard Verdi(er)',1054672289,NULL); -INSERT INTO international VALUES (24,'DataForm',12,'Mulige Verdier (Nedtrekk-Boks)',1044117518,NULL); -INSERT INTO international VALUES (23,'DataForm',12,'Type',1044117469,NULL); -INSERT INTO international VALUES (22,'DataForm',12,'Status',1044117459,NULL); -INSERT INTO international VALUES (21,'DataForm',12,'Felt Navn',1044117448,NULL); -INSERT INTO international VALUES (2,'DataForm',12,'Ditt ePost tema her',1044117419,NULL); -INSERT INTO international VALUES (19,'DataForm',12,'Er du sikker du vil slette dette fletet?',1044117379,NULL); -INSERT INTO international VALUES (18,'DataForm',12,'Tilbake!',1044117350,NULL); -INSERT INTO international VALUES (17,'DataForm',12,'ePost Sendt',1044117335,NULL); -INSERT INTO international VALUES (16,'DataForm',12,'Bekreftelse',1044117303,NULL); -INSERT INTO international VALUES (14,'DataForm',12,'Tema',1044117217,NULL); -INSERT INTO international VALUES (13,'DataForm',12,'Bcc',1044117207,NULL); -INSERT INTO international VALUES (12,'DataForm',12,'cc',1044117197,NULL); -INSERT INTO international VALUES (11,'DataForm',12,'Til',1054672237,NULL); -INSERT INTO international VALUES (10,'DataForm',12,'Fra',1044117148,NULL); -INSERT INTO international VALUES (1,'DataForm',12,'Data Skjema',1054672206,NULL); -INSERT INTO international VALUES (91,'USS',12,'URL',1044117043,NULL); -INSERT INTO international VALUES (89,'USS',12,'Legg til ny Link.',1044116936,NULL); -INSERT INTO international VALUES (970,'WebGUI',1,'set time',1053278089,'Click the button to use the time chooser wizard.'); -INSERT INTO international VALUES (8,'FileManager',12,'Kort Beskrivelse',1044116541,NULL); -INSERT INTO international VALUES (75,'FileManager',12,'FilBehandler Template',1044116445,NULL); -INSERT INTO international VALUES (74,'FileManager',12,'Legg til en Fil.',1044116423,NULL); -INSERT INTO international VALUES (7,'FileManager',12,'Gruppe til Nedlasting',1044116364,NULL); -INSERT INTO international VALUES (6,'FileManager',12,'Fil',1044116321,NULL); -INSERT INTO international VALUES (5,'FileManager',12,'Fil Tittel',1044116313,NULL); -INSERT INTO international VALUES (3,'FileManager',12,'Fortsett til Legg til Fil?',1044116299,NULL); -INSERT INTO international VALUES (20,'FileManager',12,'Sideskift Etter',1044116271,NULL); -INSERT INTO international VALUES (19,'FileManager',12,'Du har ingen filer tilgjengelig.',1044116247,NULL); -INSERT INTO international VALUES (18,'FileManager',12,'Alternativ Versjon #2',1044116221,NULL); -INSERT INTO international VALUES (17,'FileManager',12,'Alternativ versjon #1',1044116206,NULL); -INSERT INTO international VALUES (16,'FileManager',12,'Opplastet Dato',1044116180,NULL); -INSERT INTO international VALUES (15,'FileManager',12,'Beskrivelse',1044116132,NULL); -INSERT INTO international VALUES (14,'FileManager',12,'Fil',1044116119,NULL); -INSERT INTO international VALUES (12,'FileManager',12,'Er du sikker på at du vil slette denne filen?',1044116109,NULL); -INSERT INTO international VALUES (11,'FileManager',12,'Legg til ny Fil.',1044116077,NULL); -INSERT INTO international VALUES (1,'FileManager',12,'Fil Behandler',1044116048,NULL); -INSERT INTO international VALUES (83,'USS',12,'Legg til nytt spørsmål.',1044116021,NULL); -INSERT INTO international VALUES (86,'USS',12,'Svar',1044115602,NULL); -INSERT INTO international VALUES (85,'USS',12,'Spørsmål',1044115594,NULL); -INSERT INTO international VALUES (96,'EventsCalendar',12,'Hendelse Template',1044115252,NULL); -INSERT INTO international VALUES (94,'EventsCalendar',12,'Hendelse kalender Template',1044115228,NULL); -INSERT INTO international VALUES (93,'EventsCalendar',12,'Neste hendelse',1044115212,NULL); -INSERT INTO international VALUES (92,'EventsCalendar',12,'Forrige hendelse',1044115199,NULL); -INSERT INTO international VALUES (91,'EventsCalendar',12,'Legg til ny hendelse.',1044115182,NULL); -INSERT INTO international VALUES (90,'EventsCalendar',12,'Standard måned',1044115167,NULL); -INSERT INTO international VALUES (9,'EventsCalendar',12,'frem til',1044115123,NULL); -INSERT INTO international VALUES (89,'EventsCalendar',12,'Vis 3 måneder fra start.',1044115106,NULL); -INSERT INTO international VALUES (88,'EventsCalendar',12,'Vis 6 måneder fra start.',1044115092,NULL); -INSERT INTO international VALUES (87,'EventsCalendar',12,'Vis 9 måneder fra start.',1044115078,NULL); -INSERT INTO international VALUES (86,'EventsCalendar',12,'Vis 12 måneder fra start.',1044115063,NULL); -INSERT INTO international VALUES (85,'EventsCalendar',12,'Sist i kalenderen',1044115039,NULL); -INSERT INTO international VALUES (84,'EventsCalendar',12,'Slutt Måned',1044115021,NULL); -INSERT INTO international VALUES (83,'EventsCalendar',12,'Først i kalenderen.',1044115008,NULL); -INSERT INTO international VALUES (82,'EventsCalendar',12,'Gjeldende.',1044114993,NULL); -INSERT INTO international VALUES (81,'EventsCalendar',12,'Start Måned',1044114983,NULL); -INSERT INTO international VALUES (80,'EventsCalendar',12,'Hendelse Template',1044114970,NULL); -INSERT INTO international VALUES (8,'EventsCalendar',12,'Gjentaes hver',1044114957,NULL); -INSERT INTO international VALUES (78,'EventsCalendar',12,'Ikke slett noe, jeg gjorde en tabbe.',1044114927,NULL); -INSERT INTO international VALUES (77,'EventsCalendar',12,'Slett denne hendelsen OG alle dens gjentagende hendelser.',1044114901,NULL); -INSERT INTO international VALUES (76,'EventsCalendar',12,'Slette bare denne hendelse.',1044114838,NULL); -INSERT INTO international VALUES (75,'EventsCalendar',12,'Hvilken ønsker du å gjøre?',1044114823,NULL); -INSERT INTO international VALUES (4,'EventsCalendar',12,'Engangs hendelse.',1044114704,NULL); -INSERT INTO international VALUES (20,'EventsCalendar',12,'Legg til en hendelse',1044114668,NULL); -INSERT INTO international VALUES (2,'EventsCalendar',12,'Hendelses kalender',1044114655,NULL); -INSERT INTO international VALUES (19,'EventsCalendar',12,'Sideskift etter',1044114640,NULL); -INSERT INTO international VALUES (15,'EventsCalendar',12,'Slutt Dato',1044114625,NULL); -INSERT INTO international VALUES (14,'EventsCalendar',12,'Start Dato',1044114614,NULL); -INSERT INTO international VALUES (5,'Auth/WebGUI',12,'Passordet kan ikke være \'password\'.',1044114576,NULL); -INSERT INTO international VALUES (4,'Auth/WebGUI',12,'Ditt passord kan ikke være blankt.',1044114538,NULL); -INSERT INTO international VALUES (3,'Auth/WebGUI',12,'Passordet var ikke likt. Prøv igjen!',1044114503,NULL); -INSERT INTO international VALUES (2,'Auth/WebGUI',12,'Passord(godkjenn)',1044114471,NULL); -INSERT INTO international VALUES (1,'Auth/WebGUI',12,'WebGUI Autentiserings oppsjoner',1044114447,NULL); -INSERT INTO international VALUES (9,'Auth/SMB',12,'NT Passord',1044114419,NULL); -INSERT INTO international VALUES (8,'Auth/SMB',12,'NT Login',1044114408,NULL); -INSERT INTO international VALUES (7,'Auth/SMB',12,'NT Domene',1044113782,NULL); -INSERT INTO international VALUES (6,'Auth/SMB',12,'BDC',1044113769,NULL); -INSERT INTO international VALUES (5,'Auth/SMB',12,'PDC',1044113761,NULL); -INSERT INTO international VALUES (4,'Auth/SMB',12,'SMB Login feil(3)\r\nDu har oppgitt en gal brukernavn/passord kombinasjon. Sikkert en skrivefeil, prøv igjen!',1044113752,NULL); -INSERT INTO international VALUES (3,'Auth/SMB',12,'SMB Protokoll feil(2)\r\nKontakt din systemadministrator.',1044113680,NULL); -INSERT INTO international VALUES (2,'Auth/SMB',12,'SMB Server feil(1)\r\nNoe gikk galt ved kontakt med domene kontroller. Mulig tidsavbrudd. Prøv igjen eller kontakt din systemadministrator.',1044113640,NULL); -INSERT INTO international VALUES (1,'Auth/SMB',12,'SMB Autentiserings oppsjoner',1044113552,NULL); -INSERT INTO international VALUES (8,'Auth/LDAP',12,'LDAP Passord Navn',1044113525,NULL); -INSERT INTO international VALUES (7,'Auth/LDAP',12,'LDAP Identitets Navn',1044113501,NULL); -INSERT INTO international VALUES (6,'Auth/LDAP',12,'LDAP Identitet (default)',1044113475,NULL); -INSERT INTO international VALUES (5,'Auth/LDAP',12,'LDAP URL (default)',1044113444,NULL); -INSERT INTO international VALUES (4,'Auth/LDAP',12,'Connect DN',1044113415,NULL); -INSERT INTO international VALUES (3,'Auth/LDAP',12,'LDAP URL',1044113398,NULL); -INSERT INTO international VALUES (2,'Auth/LDAP',12,'Kan ikke koble til LDAP server.',1043967789,NULL); -INSERT INTO international VALUES (1,'Auth/LDAP',12,'LDAP Autentiserings opsjoner',1043967710,NULL); -INSERT INTO international VALUES (9,'Article',12,'Vedlegg',1043967632,NULL); -INSERT INTO international VALUES (8,'Article',12,'Link URL',1043967615,NULL); -INSERT INTO international VALUES (72,'Article',12,'Artikkel Template',1043967557,NULL); -INSERT INTO international VALUES (7,'Article',12,'Link Tittel',1043965755,NULL); -INSERT INTO international VALUES (6,'Article',12,'Bilde',1043965712,NULL); -INSERT INTO international VALUES (4,'Article',12,'Slutt Dato',1043965704,NULL); -INSERT INTO international VALUES (3,'Article',12,'Start Dato',1043965693,NULL); -INSERT INTO international VALUES (28,'Article',12,'Vis respons',1043965682,NULL); -INSERT INTO international VALUES (24,'Article',12,'Lag respons',1043965651,NULL); -INSERT INTO international VALUES (23,'Article',12,'Dato',1043965597,NULL); -INSERT INTO international VALUES (22,'Article',12,'Forfatter',1043965589,NULL); -INSERT INTO international VALUES (894,'WebGUI',12,'Tillates diskusjon?',1043965578,NULL); -INSERT INTO international VALUES (13,'Article',12,'Slett',1043965538,NULL); -INSERT INTO international VALUES (10,'Article',12,'Konvertere \"carriage returns\"?',1043965425,NULL); -INSERT INTO international VALUES (1,'Article',12,'Artikkel',1043965350,NULL); -INSERT INTO international VALUES (887,'WebGUI',21,'Midas (ÔÒÅÂÕÅÔÓÑ Mozilla 1.3+)',1048518295,NULL); -INSERT INTO international VALUES (896,'WebGUI',21,'÷ÒÅÍÑ, × ÔÅÞÅÎÉÉ ËÏÔÏÒÏÇÏ ÈÒÁÎÉÔÓÑ ËÜÛ (ÄÌÑ ÇÏÓÔÅÊ)',1048508988,NULL); -INSERT INTO international VALUES (895,'WebGUI',21,'÷ÒÅÍÑ, × ÔÅÞÅÎÉÉ ËÏÔÏÒÏÇÏ ÈÒÁÎÉÔÓÑ ËÜÛ',1048508939,NULL); -INSERT INTO international VALUES (893,'WebGUI',21,'ó×ÏÊÓÔ×Á ÍÏÄÕÌÑ',1048508878,NULL); -INSERT INTO international VALUES (892,'WebGUI',21,'ïÂÓÕÖÄÅÎÉÅ ',1048508842,NULL); -INSERT INTO international VALUES (891,'WebGUI',21,'ôÏÌØËÏ ÍÁËÒÏÓÙ',1048508802,NULL); -INSERT INTO international VALUES (890,'WebGUI',21,'WebGUI ÍÏÖÅÔ ÓÏÚÄÁ×ÁÔØ ÔÁÂÌÉÃÙ. äÌÑ ÕÐÒÁ×ÌÅÎÉÅ ×ÎÅÛÎÉÍ ×ÉÄÏÍ ÓÏÚÄÁ×ÁÅÍÙÈ ÔÁÂÌÉà ÎÁÄÏ ÄÏÂÁ×ÉÔØ ÐÁÒÕ ÓÔÒÏË Ë ÓÕÝÅÓÔ×ÕÀÝÅÍÕ ÓÔÉÌÀ.\r\n\r\nîÁ ÄÁÎÎÙÊ ÍÏÍÅÎÔ ÄÏÓÔÕÐÎÙ ÓÌÅÄÕÀÝÉÅ ÓÔÉÌÉ:\r\n\r\n.tab
\r\nóÔÉÌØ ÐÏ ÕÍÏÌÞÁÎÉÀ.\r\n\r\ndiv.tabs
\r\nóÔÉÌØ ÄÌÑ ÛÁÐËÉ ÔÁÂÌÉÃÙ.\r\n\r\n.tabBody
\r\nóÔÉÌØ ÄÌÑ ÔÅÌÁ ÔÁÂÌÉÃÙ.\r\n\r\n.tabHover
\r\nóÔÉÌØ ÐÒÉ ÎÁ×ÅÄÅÎÉÉ ÍÙÛËÉ.\r\n\r\n.tabActive
\r\náËÔÉ×ÎÏÅ ÓÏÓÔÏÑÎÉÅ.\r\n\r\nðÒÉÍÅÒÙ
\r\nó×ÅÔÌÙÊ ÓÔÉÌØ
\r\n
\r\n.tab {\r\n border: 1px solid black;\r\n background-color: #eeeeee;\r\n}\r\n.tabBody {\r\n border: 1px solid black;\r\n border-top: 1px solid black;\r\n border-left: 1px solid black;\r\n background-color: #dddddd; \r\n}\r\ndiv.tabs {\r\n line-height: 15px;\r\n font-size: 14px;\r\n}\r\n.tabHover {\r\n background-color: #cccccc;\r\n}\r\n.tabActive { \r\n background-color: #dddddd; \r\n}\r\n\r\nôÅÍÎÙÊ ÓÔÉÌØ\r\n\r\n.tab {\r\n border: 1px solid white;\r\n background-color: #333333;\r\n}\r\n.tabBody {\r\n border: 1px solid white;\r\n border-top: 1px solid white;\r\n border-left: 1px solid white;\r\n background-color: #444444; \r\n}\r\ndiv.tabs {\r\n line-height: 15px;\r\n font-size: 14px;\r\n}\r\n.tabHover {\r\n background-color: #555555;\r\n}\r\n.tabActive { \r\n background-color: #444444; \r\n}\r\n',1048508567,NULL); -INSERT INTO international VALUES (889,'WebGUI',21,'ëÁÓËÁÄÎÙÅ ÌÉÓÔÙ ÓÔÉÌÅÊ',1048507484,NULL); -INSERT INTO international VALUES (73,'SyndicatedContent',21,'äÌÑ ÛÁÂÌÏÎÁ ÍÏÄÕÌÑ ÓÂÏÒÁ ÉÎÆÏÒÍÁÃÉÉ Ó ÄÒÕÇÉÈ ÓÁÊÔÏ× ÄÏÓÔÕÐÎÙ ÓÌÅÄÕÀÝÉÅ ÐÅÒÅÍÅÎÎÙÅ:\r\n\r\nchannel.title
\r\nîÁÚ×ÁÎÉÅ ÄÌÑ ËÌÏÎÁ ÓÁÊÔÁ, Ó ËÏÔÏÒÏÇÏ ÂÅÒÅÔÓÑ ÉÎÆÏÒÍÁÃÉÑ.\r\n\r\nchannel.description
\r\nïÐÉÓÁÎÉÅ ÄÌÑ ËÌÏÎÁ ÓÁÊÔÁ.\r\n\r\nchannel.link
\r\nURL ÄÌÑ ÐÅÒÅÈÏÄÁ ÎÁ ËÌÏÎ.\r\n\r\nitem_loop
\r\nóÁÍÁ ÉÎÆÏÒÍÁÃÉÑ (×ËÌÀÞÁÑ ÐÒÏËÒÕÔËÕ).\r\n\r\ntitle
\r\nîÁÚ×ÁÎÉÅ ÓÁÊÔÁ-ÉÓÔÏÞÎÉËÁ.\r\n\r\ndescription
\r\nïÐÉÓÁÎÉÅ ÓÏÄÅÒÖÁÎÉÑ.\r\n\r\nlURL ÄÌÑ ÐÅÒÅÈÏÄÁ ÎÁ ÏÒÉÇÉÎÁÌØÎÙÊ ÓÁÊÔ (Ó ËÏÔÏÒÏÇÏ ÂÅÒÅÔÓÑ ÉÎÆÏÒÍÁÃÉÑ).',1048507427,NULL); -INSERT INTO international VALUES (72,'SyndicatedContent',21,'ûÁÂÌÏÎ ÄÌÑ ÍÏÄÕÌÑ ÓÂÏÒÁ ÉÎÆÏÒÍÁÃÉÉ Ó ÄÒÕÇÉÈ ÓÁÊÔÏ×',1048506689,NULL); -INSERT INTO international VALUES (955,'WebGUI',1,'Manage System Clipboard',1052850265,NULL); -INSERT INTO international VALUES (956,'WebGUI',1,'Are you certain that you wish to move this item from the clipboard to the trash?',1052850265,NULL); -INSERT INTO international VALUES (957,'WebGUI',1,'Clipboard, Manage',1052850265,NULL); -INSERT INTO international VALUES (28,'DataForm',21,'ïÐÃÉÏÎÁÌØÎÏ ÄÌÑ ÔÅËÓÔÏ×ÏÇÏ ÐÏÌÑ',1048505621,NULL); -INSERT INTO international VALUES (27,'DataForm',21,'äÌÉÎÁ',1048505563,NULL); -INSERT INTO international VALUES (9,'HttpProxy',21,'äÉÒÅËÔÏÒÉÑ ÄÌÑ Cookie',1048505543,NULL); -INSERT INTO international VALUES (8,'HttpProxy',21,'òÁÚÒÅÛÉÔØ ÐÅÒÅÎÁÐÒÁ×ÌÅÎÉÅ?',1048505525,NULL); -INSERT INTO international VALUES (6,'HttpProxy',21,'çÒÁÆÉÞÅÓËÁÑ ÏÂÏÌÏÞËÁ',1048505504,NULL); -INSERT INTO international VALUES (5,'HttpProxy',21,'òÁÚÒÅÛÉÔØ ÉÓÐÏÌØÚÏ×ÁÎÉÅ ÐÒÏËÓÉ ÄÌÑ ÄÒÕÇÉÈ ÄÏÍÅÎÏ×?',1048505470,NULL); -INSERT INTO international VALUES (4,'HttpProxy',21,'÷ÒÅÍÑ ÏÖÉÄÁÎÉÑ ÓÏÅÄÉÎÅÎÉÑ',1048505270,NULL); -INSERT INTO international VALUES (3,'HttpProxy',21,'HTTP-ÐÒÏËÓÉ ',1048505211,NULL); -INSERT INTO international VALUES (2,'HttpProxy',21,'òÅÄÁËÔÏÒ HTTP-ÐÒÏËÓÉ',1048505079,NULL); -INSERT INTO international VALUES (11,'HttpProxy',21,'éÓÐÏÌØÚÏ×ÁÎÉÅ ÍÏÄÕÌÑ HTTP-ÐÒÏËÓÉ ÄÁÅÔ ×ÁÍ ×ÏÚÍÏÖÎÏÓÔØ ×ÓÔÒÁÉ×ÁÔØ ÓÏÄÅÒÖÉÍÏÅ ÄÒÕÇÉÈ ÓÁÊÔÏ× ×ÎÕÔÒØ ×ÁÛÅÇÏ.\r\nURL
\r\nóÓÙÌËÁ ÎÁ ×ÎÅÛÎÉÊ ÓÁÊÔ.
\r\n\r\nòÁÚÒÅÛÉÔØ ÐÅÒÅÎÁÐÒÁ×ÌÅÎÉÅ?
\r\néÎÏÇÄÁ ÎÁ ÓÔÒÁÎÉÃÁÈ ÉÓÐÏÌØÚÕÅÔÓÑ ÐÅÒÅÎÁÐÒÁ×ÌÅÎÉÅ ÎÁ ÄÒÕÇÉÅ ÓÔÒÁÎÉÃÙ. ÷ÙÂÅÒÉÔÅ ÒÁÚÒÅÛÉÔØ ÌÉ ÐÅÒÅÎÁÐÒÁ×ÌÅÎÉÅ ÎÁ ÜÔÉ ÓÔÒÁÎÉÃÙ ÉÌÉ ×ÙÄÁÔØ ÓÏÏÂÝÅÎÉÅ Ï ÏÛÉÂËÅ.\r\n
\r\n\r\nïÖÉÄÁÎÉÅ ÓÏÅÄÉÎÅÎÉÑ
\r\n÷×ÅÄÉÔÅ ×ÒÅÍÑ × ÓÅËÕÎÄÁÈ × ÔÅÞÅÎÉÉ ËÏÔÏÒÏÇÏ ÓÉÓÔÅÍÁ ÍÏÖÅÔ ÏÖÉÄÁÔØ ÓÏÅÄÉÎÅÎÉÑ Ó ÄÒÕÇÉÍ ÓÁÊÔÏÍ.\r\n
\r\näÉÒÅËÔÏÒÉÑ ÄÌÑ Cookie
\r\n÷×ÅÄÉÔÅ ÄÉÒÅËÔÏÒÉÀ, × ËÏÔÏÒÏÊ ÂÕÄÕÔ ÈÒÁÎÉÔÓÑ cookies ÄÌÑ ×ÎÅÛÎÅÇÏ ÓÁÊÔÁ. äÌÑ ÄÉÒÅËÔÏÒÉÉ ÎÁÄÏ ÕÓÔÁÎÏ×ÉÔØ ÐÒÁ×Á ÎÁ ÚÁÐÉÓØ ÄÌÑ ×ÅÂ-ÓÅÒ×ÅÒÁ. åÓÌÉ cookie ÎÅ ÓÏÈÒÁÎÑÔØÓÑ ÎÁ ×ÁÛÅÍ ÓÅÒ×ÅÒÅ, ÔÏ ×ÏÚÍÏÖÎÏ ÍÏÄÕÌØ ÎÅ ÂÕÄÅÔ ÒÁÂÏÔÁÔØ ÐÒÁ×ÉÌØÎÏ.\r\n\r\nçÒÁÆÉÞÅÓËÁÑ ÏÂÏÌÏÞËÁ
\r\nçÒÁÆÉÞÅÓËÕÀ ÏÂÏÌÏÞËÕ ÄÒÕÇÏÇÏ ÓÁÊÔÁ ÍÏÖÎÏ ÚÁÍÅÎÉÔØ ÎÁ ÏÄÕ ÉÚ ÔÅÈ, ËÏÔÏÒÙÅ ÕÓÔÁÎÏ×ÌÅÎÙ × ×ÁÛÅÊ ÓÉÓÔÅÍÅ.\r\n\r\næÉÌØÔÒ ÄÌÑ ÓÏÄÅÒÖÁÎÉÑ
\r\n÷ÙÂÅÒÉÔÅ ÕÒÏ×ÅÎØ ÆÉÌØÔÒÁÃÉÉ HTML ËÏÄÁ ÄÌÑ ÓÏÄÅÒÖÉÍÏÇÏ ×ÎÅÛÎÅÇÏ ÓÁÊÔÁ.\r\n\r\nòÁÚÒÅÛÉÔØ ÉÓÐÏÌØÚÏ×ÁÎÉÅ ÐÒÏËÓÉ ÄÌÑ ÄÒÕÇÉÈ ÄÏÍÅÎÏ×?
\r\nåÓÌÉ ×ÙÂÒÁÎÎÙÊ ÓÁÊÔ ÉÍÅÅÔ ×ÎÅÛÎÉÅ ÓÓÙÌËÉ (ÎÁ ÄÒÕÇÉÅ ÓÁÊÔÙ/ÄÏÍÅÎÙ), ÔÏ ×Ù ÍÏÖÅÔÅ ×ÙÂÒÁÔØ, ÏÔÏÂÒÁÖÁÔØ ÌÉ ÉÈ × ÒÁÍËÁÈ ×ÁÛÅÇÏ ÓÁÊÔÁ ÉÌÉ ËÁË ÓÁÍÏÓÔÏÑÔÅÌØÎÙÅ ÓÁÊÔÙ.',1048504885,NULL); -INSERT INTO international VALUES (10,'HttpProxy',21,'HTTP-ÐÒÏËÓÉ (ÄÏÂÁ×ÌÅÎÉÅ/ÒÅÄÁËÔÉÒÏ×ÁÎÉÅ)',1048503378,NULL); -INSERT INTO international VALUES (1,'HttpProxy',21,'URL',1048503301,NULL); -INSERT INTO international VALUES (1030,'WebGUI',21,'ÏÔ ',1048503285,NULL); -INSERT INTO international VALUES (1029,'WebGUI',21,'ïÔÒÅÄÁËÔÉÒÏ×ÁÎÏ × ',1048503236,NULL); -INSERT INTO international VALUES (1024,'WebGUI',21,'æÉÌØÔÒ ÓÏÏÂÝÅÎÉÊ',1048503183,NULL); -INSERT INTO international VALUES (888,'WebGUI',21,'äÌÉÎÎÁ ÔÅËÓÔÏ×ÏÇÏ ÓÏÏÂÝÅÎÉÑ ÐÒÉ ÐÒÅÄ×ÁÒÉÔÅÌØÎÏÍ ÐÒÏÓÍÏÔÒÅ',1045499912,NULL); -INSERT INTO international VALUES (886,'WebGUI',21,'îÅ ÉÓÐÏÌØÚÏ×ÁÔØ ÓÔÒÁÎÉÃÕ ÐÒÉ ÏÒÇÁÎÉÚÁÃÉÉ ÎÁ×ÉÇÁÃÉÉ',1045499763,NULL); -INSERT INTO international VALUES (885,'WebGUI',21,'òÁÚÒÅÛÉÔØ ÐÏÌØÚÏ×ÁÔÅÌÑÍ ÄÅÚÁËÔÉ×ÉÒÏ×ÁÔØ Ó×ÏÊ ÁËËÁÕÎÔ?',1045499648,NULL); -INSERT INTO international VALUES (884,'WebGUI',21,'÷ ÎÏ×ÏÍ ÏËÎÅ',1045499597,NULL); -INSERT INTO international VALUES (883,'WebGUI',21,'÷ ÔÅËÕÝÅÍ ÏËÎÅ (ÅÓÌÉ ×ÏÚÍÏÖÎÏ)',1045499561,NULL); -INSERT INTO international VALUES (882,'WebGUI',21,'òÅÖÉÍ ÒÅÄÁËÔÉÒÏ×ÁÎÉÑ',1045499526,NULL); -INSERT INTO international VALUES (881,'WebGUI',21,'ïÔÓÕÔÓÔ×ÕÅÔ',1045499297,NULL); -INSERT INTO international VALUES (880,'WebGUI',21,'ðÒÏÓÔÅÊÛÉÊ ÒÅÄÁËÔÏÒ',1045499182,NULL); -INSERT INTO international VALUES (879,'WebGUI',21,'ëÌÁÓÓÉÞÅÓËÉÊ ÒÅÄÁËÔÏÒ (ÔÒÅÂÕÅÔÓÑ Internet Explorer 5+)',1045498984,NULL); -INSERT INTO international VALUES (875,'WebGUI',21,'îÁÐÉÓÁÎÏ ÎÏ×ÏÅ ÓÏÏÂÝÅÎÉÅ.',1045498177,NULL); -INSERT INTO international VALUES (874,'WebGUI',21,'ïÔÐÉÓÁÔØÓÑ ÏÔ ÏÔ×ÅÔÏ×',1045497580,NULL); -INSERT INTO international VALUES (873,'WebGUI',21,'ðÏÄÐÉÓËÁ ÎÁ ÏÔ×ÅÔÙ',1045497420,NULL); -INSERT INTO international VALUES (872,'WebGUI',21,'çÒÕÐÐÁ, ÉÍÅÀÝÁÑ ÐÒÁ×Ï ÎÁ ÐÒÏÓÍÏÔÒ',1045495375,NULL); -INSERT INTO international VALUES (871,'WebGUI',21,'çÒÕÐÐÁ, ÉÍÅÀÝÁÑ ÐÒÁ×Ï ÎÁ ÒÅÄÁËÔÉÒÏ×ÁÎÉÅ',1045495327,NULL); -INSERT INTO international VALUES (870,'WebGUI',21,'úÄÒÁ×ÓÔ×ÕÊÔÅ',1045490236,NULL); -INSERT INTO international VALUES (869,'WebGUI',21,'ðÒÉ×ÅÔÓÔ×ÅÎÎÏÅ ÓÏÏÂÝÅÎÉÅ',1045490181,NULL); -INSERT INTO international VALUES (868,'WebGUI',21,'ðÏÓÙÌÁÔØ ÐÒÉ×ÅÔÓÔ×ÅÎÎÏÅ ÓÏÏÂÝÅÎÉÅ?',1045490098,NULL); -INSERT INTO international VALUES (867,'WebGUI',21,'õ ×ÁÓ ÂÏÌØÛÅ ÐÒÁ× ÄÏÓÔÕÐÁ',1045490042,NULL); -INSERT INTO international VALUES (866,'WebGUI',21,'óÏÏÂÝÅÎÉÅ ÄÌÑ ÐÏÌØÚÏ×ÁÔÅÌÅÊ, ÐÏÓÙÌÁÅÍÏÅ ÉÍ ÐÏ ÉÓÔÅÞÅÎÉÉ ÓÒÏËÁ ÄÅÊÓÔ×ÉÑ ÐÏÌÎÏÍÏÞÉÊ ÇÒÕÐÐÙ',1045489840,NULL); -INSERT INTO international VALUES (865,'WebGUI',21,'éÎÆÏÒÍÉÒÏ×ÁÔØ ÐÏÌØÚÏ×ÁÔÅÌÅÊ Ï ÏËÏÎÞÁÎÉÉ ÓÒÏËÁ ÄÅÊÓÔ×ÉÑ ÐÏÌÎÏÍÏÞÉÊ?',1045488426,NULL); -INSERT INTO international VALUES (864,'WebGUI',21,'úÁ ÓËÏÌØËÏ ÄÎÅÊ ÉÎÆÏÒÍÉÒÏ×ÁÔØ ÐÏÌØÚÏ×ÁÔÅÌÅÊ Ï ÏËÏÎÞÁÎÉÑ ÄÅÊÓÔ×ÉÑ ÐÏÌÎÏÍÏÞÉÊ? ',1045488364,NULL); -INSERT INTO international VALUES (863,'WebGUI',21,'þÅÒÅÚ ËÁËÏÅ ÞÉÓÌÏ ÄÎÅÊ ÉÎÆÏÒÍÁÃÉÑ Ï ÕÄÁÌÅÎÎÏÊ ÇÒÕÐÐÅ ÕÄÁÌÑÔØ ÉÚ ÂÁÚÙ',1045488223,NULL); -INSERT INTO international VALUES (862,'WebGUI',21,'ðÅÒÓÏÎÁÌØÎÙÅ ÎÁÓÔÒÏÊËÉ ÜÔÏÇÏ ÐÏÌØÚÏ×ÁÔÅÌÑ ÎÅ ÐÕÂÌÉËÕÀÔÓÑ.',1045487598,NULL); -INSERT INTO international VALUES (861,'WebGUI',21,'ðÏËÁÚÙ×ÁÔØ ÐÅÒÓÏÎÁÌØÎÙÅ ÎÁÓÔÒÏÊËÉ ÐÏÌØÚÏ×ÁÔÅÌÑ ×ÓÅÍ?',1045487097,NULL); -INSERT INTO international VALUES (860,'WebGUI',21,'ðÏËÁÚÙ×ÁÔØ e-mail? ',1045486981,NULL); -INSERT INTO international VALUES (859,'WebGUI',21,'ðÏÄÐÉÓØ',1045486849,NULL); -INSERT INTO international VALUES (858,'WebGUI',21,'îÉË',1045486754,NULL); -INSERT INTO international VALUES (857,'WebGUI',21,'IP',1045486652,NULL); -INSERT INTO international VALUES (890,'WebGUI',8,'WebGUI ha un sottosistema che può creare \"tabs\". Vedrai queste tabs in form complessi come l\'editing di una pagina. Per far visualizzare bene le tabs e farle combaciare con il look del tuo sito, é necessario aggiungere una sezione al tuo style sheet specifica per le tabs.\n\nLe seguenti classi di style sheet sono disponibili:\n
\n\n.tab
\nIl look di default di ogni tab.\n\n\ndiv.tabs
\nQuesto definisce alcune proprietà per tutte le tab. Dovrebbe essere usato per le etichette di testo nelle tabs.\n\n\n.tabBody
\nL\'area del contenutoper ogni tab. Qui é dove il form viene visualizzato. Nota che per i migliori risultati il colore di sfondo di questo elemento deve combaciare con quello di .tabActive.\n\n\n\n.tabHover
\nIl look di una tab quando il mouse ci passa sopra.\n\n\n.tabActive
\nIl look della tab attualmente visibile.\n\n\n\nEsempi
\nPuoi usare questi invece di creare i tuoi propri se vuoi. Oppure usa questi come linee guida per creare i tuoi propri.\n
',1048856569,NULL); -INSERT INTO international VALUES (73,'SyndicatedContent',8,'Le seguenti variabili sono disponibili nel template per il contenuto da altri siti.\n\n
\nStili bianchi o chiari\n \n.tab {\n border: 1px solid black;\n background-color: #eeeeee;\n}\n.tabBody {\n border: 1px solid black;\n border-top: 1px solid black;\n border-left: 1px solid black;\n background-color: #dddddd; \n}\ndiv.tabs {\n line-height: 15px;\n font-size: 14px;\n}\n.tabHover {\n background-color: #cccccc;\n}\n.tabActive { \n background-color: #dddddd; \n}\n\n\nStili neri o scuri\n \n.tab {\n border: 1px solid white;\n background-color: #333333;\n}\n.tabBody {\n border: 1px solid white;\n border-top: 1px solid white;\n border-left: 1px solid white;\n background-color: #444444; \n}\ndiv.tabs {\n line-height: 15px;\n font-size: 14px;\n}\n.tabHover {\n background-color: #555555;\n}\n.tabActive { \n background-color: #444444; \n}\n\n\n\n\nchannel.title
\nIl titolo di questo pezzo di contenuto da altri siti\n\nchannel.description
\nUna descrizionde del contenuto disponibile tramite questo canale\n\nchannel.link
\nUna URL che punta al sito generatore di questo contenuto\n\n\nitem_loop
\nUn loop contenente i dati da questo canale.\n\n\ntitle',1048855993,NULL); -INSERT INTO international VALUES (891,'WebGUI',8,'Annulla solo le macro',1048258281,NULL); -INSERT INTO international VALUES (896,'WebGUI',8,'Timeout della cache (visitatori)',1056804082,NULL); -INSERT INTO international VALUES (895,'WebGUI',8,'Timeout della cache',1056804058,NULL); -INSERT INTO international VALUES (889,'WebGUI',8,'Style Sheet, Tabs',1048258121,NULL); -INSERT INTO international VALUES (893,'WebGUI',8,'Proprietà del Wobject',1048067652,NULL); -INSERT INTO international VALUES (892,'WebGUI',8,'Discussione',1048067622,NULL); -INSERT INTO international VALUES (72,'SyndicatedContent',8,'Template per il contenuto da altri siti',1048030686,NULL); -INSERT INTO international VALUES (28,'DataForm',8,'Opzionale per la Textarea e HTML area.',1054297787,NULL); -INSERT INTO international VALUES (27,'DataForm',8,'Altezza',1048030575,NULL); -INSERT INTO international VALUES (9,'HttpProxy',8,'Cookie Jar',1048030564,NULL); -INSERT INTO international VALUES (8,'HttpProxy',8,'Segui le redirezioni?',1048030554,NULL); -INSERT INTO international VALUES (6,'HttpProxy',8,'Rimuovi stile?',1048030540,NULL); -INSERT INTO international VALUES (5,'HttpProxy',8,'Consenti il proxy di altri domini?',1048030528,NULL); -INSERT INTO international VALUES (4,'HttpProxy',8,'Timeout',1048030489,NULL); -INSERT INTO international VALUES (3,'HttpProxy',8,'HTTP Proxy',1048030479,NULL); -INSERT INTO international VALUES (2,'HttpProxy',8,'Modifica HTTP Proxy',1048030468,NULL); -INSERT INTO international VALUES (11,'HttpProxy',8,'Il wobject HTTP Proxy è un tool molto potente. Ti permette di includere siti ed applicazioni esterne nel tuo sito. Per esempio, se hai un sistema di web mail che vorresti fosse accessibile dal tuo staff attraverso la intranet, puoi usare il wobject HTTP Proxy per farlo.\nURL
\nIl titolo di un pezzo di contenuto.\n\n\ndescription
\nLa descrizione del contenuto\n\n\nlink\nUna URL diretta al contenuto originale\n
\nLa URL per il Proxy\n\n\nSegui redirezioni?
\nA volte la URL di una pagina è in effetti una redirezione ad un\'altra pagina. Vuoi seguire queste redirezioni quando occorrono?\n\n\nTimeout
\n\nLa quantità di tempo (in secondi) che WebGUI dovrebbe aspettare per una connessione prima di smettere di provare a raggiungere una pagina esterna.\n\n\nCookie Jar
\nUn percorso di una directory dove conservare i cookies che un\'applicazione esterna produce. Questa directory dev\'essere in un punto in cui il webserver ha i diritti di scrittura. Se i cookies non sono salvati, l\'applicazione può non funzionare correttamente.\n\n\n\nRimuovi stile?
\nVuoi rimuovere lo stylesheet del contenuo di cui stai facendo il proxy in favore dello stylesheet del tuo sitp?\n\n\nFiltra Contenuto
\n\nScegli il livello di filtraggio dell\'HTML che vuoi applicare al contenuto di cui stai facendo il proxy.\n\n\n\nConsenti il proxy di altri domini?
\nSe fai il proxy di siti come Yahoo! che linkano ad altri domini, vuoi consentire all\'utente di seguire quei link, o il proxy li deve fermare se tentano di abbandonare il sito che hai specificato?\n',1054297997,NULL); -INSERT INTO international VALUES (10,'HttpProxy',8,'HTTP Proxy, Aggiungi/Modifica',1048009926,NULL); -INSERT INTO international VALUES (1,'HttpProxy',8,'URL',1048009909,NULL); -INSERT INTO international VALUES (1030,'WebGUI',8,'da',1048009901,NULL); -INSERT INTO international VALUES (1029,'WebGUI',8,'Modificato il',1048009893,NULL); -INSERT INTO international VALUES (1024,'WebGUI',8,'Filtra i messaggi',1048009882,NULL); -INSERT INTO international VALUES (453,'WebGUI',13,'Tunnus luotu',1050110356,NULL); -INSERT INTO international VALUES (399,'WebGUI',13,'Vahvista tämä sivu.',1033388105,NULL); -INSERT INTO international VALUES (435,'WebGUI',13,'Istunnon tunnus',1065225061,NULL); -INSERT INTO international VALUES (430,'WebGUI',13,'Viimeksi käytetty',1065225099,NULL); -INSERT INTO international VALUES (613,'WebGUI',13,'',1036574605,NULL); -INSERT INTO international VALUES (640,'WebGUI',13,'',1039001482,NULL); -INSERT INTO international VALUES (72,'DataForm',13,'',1039001407,NULL); -INSERT INTO international VALUES (61,'SyndicatedContent',13,'Syndicated Content, Lisää/Muokkaa',1056062633,NULL); -INSERT INTO international VALUES (1029,'WebGUI',13,'Muokannut',1050108057,NULL); -INSERT INTO international VALUES (509,'WebGUI',13,'Keskustelun layout',1033388355,NULL); -INSERT INTO international VALUES (105,'WebGUI',13,'Layout',1048534060,NULL); -INSERT INTO international VALUES (107,'WebGUI',13,'Oikeudet/ajastus',1049121374,NULL); -INSERT INTO international VALUES (62,'Product',13,'Tuotteen mallipohja',1048552377,NULL); -INSERT INTO international VALUES (18,'SQLReport',13,'Kysely ei tuottanut tulosta.',1048552282,NULL); -INSERT INTO international VALUES (841,'WebGUI',13,'Navigointimakrot',1083591446,NULL); -INSERT INTO international VALUES (843,'WebGUI',13,'Käyttäjämakrot',1048535243,NULL); -INSERT INTO international VALUES (364,'WebGUI',13,'Etsi',1048535194,NULL); -INSERT INTO international VALUES (170,'WebGUI',13,'Etsi',1048535175,NULL); -INSERT INTO international VALUES (4,'WobjectProxy',13,'Wobjectin välimuistitus epäonnistui. Välimuistitettava Wobjecti on ehkä poistettu.',1048535102,NULL); -INSERT INTO international VALUES (835,'WebGUI',13,'Leike, Lisää/Muokkaa',1048535012,NULL); -INSERT INTO international VALUES (578,'WebGUI',13,'Sinulle on viesti hyväksyttäväksi.',1048534908,NULL); -INSERT INTO international VALUES (579,'WebGUI',13,'Viestisi on hyväksytty.',1048534875,NULL); -INSERT INTO international VALUES (346,'WebGUI',13,'Tämä käyttäjä ei ole enää sivustomme jäsenenä. Meillä ei ole enää mitään tietoja hänestä.',1048534540,NULL); -INSERT INTO international VALUES (839,'WebGUI',13,'Ohjelmoijan makrot',1083591438,NULL); -INSERT INTO international VALUES (831,'WebGUI',13,'Kokoelma makrot',1056062672,NULL); -INSERT INTO international VALUES (827,'WebGUI',13,'Wobject mallipohja',1056062693,NULL); -INSERT INTO international VALUES (677,'WebGUI',13,'Wobject, Lisää/Muokkaa',1048534219,NULL); -INSERT INTO international VALUES (671,'WebGUI',13,'Wobjects, Käyttäminen',1048534205,NULL); -INSERT INTO international VALUES (669,'WebGUI',13,'Makrot, Käyttäminen',1048534186,NULL); -INSERT INTO international VALUES (668,'WebGUI',13,'Tyylit, Käyttäminen',1048534167,NULL); -INSERT INTO international VALUES (663,'WebGUI',13,'Viestiasetukset, Muokkaa',1048534121,NULL); -INSERT INTO international VALUES (103,'WebGUI',13,'Sivun ominaisuudet',1048534080,NULL); -INSERT INTO international VALUES (367,'WebGUI',13,'Vanhenee jälkeen',1048534041,NULL); -INSERT INTO international VALUES (418,'WebGUI',13,'Suodata sisältö',1048534004,NULL); -INSERT INTO international VALUES (419,'WebGUI',13,'Poista kaikki paitsi teksti.',1048533977,NULL); -INSERT INTO international VALUES (421,'WebGUI',13,'Poista kaikki paitsi perusmuotoilu.',1048533788,NULL); -INSERT INTO international VALUES (495,'WebGUI',13,'htmlArea (Internet Explorer 5.5+)',1048533773,NULL); -INSERT INTO international VALUES (72,'SiteMap',13,'Sivukartan mallipohja',1048533740,NULL); -INSERT INTO international VALUES (61,'MessageBoard',13,'Keskustelualue, Lisää/Muokkaa',1068663423,NULL); -INSERT INTO international VALUES (420,'WebGUI',13,'Älä poista mitään.',1048533707,NULL); -INSERT INTO international VALUES (494,'WebGUI',13,'RealObjects edit-on Pro 2.x',1048533673,NULL); -INSERT INTO international VALUES (526,'WebGUI',13,'Poista JavaScript ja estä makrot.',1048533645,NULL); -INSERT INTO international VALUES (845,'WebGUI',13,'Tyylimakrot',1083591451,NULL); -INSERT INTO international VALUES (887,'WebGUI',13,'Midas (Mozilla 1.3+)',1048533152,NULL); -INSERT INTO international VALUES (61,'Article',13,'Artikkeli, Lisää/Muokkaa',1068663397,NULL); -INSERT INTO international VALUES (854,'WebGUI',13,'Listaa kaikki mallipohjat kuten tämä.',1048533106,NULL); -INSERT INTO international VALUES (857,'WebGUI',13,'IP osoite',1048533069,NULL); -INSERT INTO international VALUES (858,'WebGUI',13,'Alias',1048533053,NULL); -INSERT INTO international VALUES (859,'WebGUI',13,'Allekirjoitus',1048533036,NULL); -INSERT INTO international VALUES (861,'WebGUI',13,'Tee profiilista julkinen?',1048533009,NULL); -INSERT INTO international VALUES (862,'WebGUI',13,'Tämän käyttäjän profiili ei ole julkinen.',1048532987,NULL); -INSERT INTO international VALUES (865,'WebGUI',13,'Muistuta käyttäjää tunnuksen vanhentumisesta?',1048532943,NULL); -INSERT INTO international VALUES (866,'WebGUI',13,'Vanhentumisilmoituksen viesti',1048532907,NULL); -INSERT INTO international VALUES (873,'WebGUI',13,'Liity keskusteluun',1068663489,NULL); -INSERT INTO international VALUES (875,'WebGUI',13,'Uusi viesti on saapunut keskusteluun johon olet liittynyt.',1068663473,NULL); -INSERT INTO international VALUES (881,'WebGUI',13,'Tyhjä',1048532699,NULL); -INSERT INTO international VALUES (892,'WebGUI',13,'Keskustelu',1048532596,NULL); -INSERT INTO international VALUES (893,'WebGUI',13,'Wobjectin ominaisuudet',1048532564,NULL); -INSERT INTO international VALUES (895,'WebGUI',13,'Sivuvälimuistin aikakatkaisu',1058548762,NULL); -INSERT INTO international VALUES (896,'WebGUI',13,'Sivuvälimuistin aikakatkaisu (Visitors)',1058548754,NULL); -INSERT INTO international VALUES (874,'WebGUI',13,'Eroa viestiketjusta',1068663482,NULL); -INSERT INTO international VALUES (748,'WebGUI',13,'Käyttäjiä',1065223525,NULL); -INSERT INTO international VALUES (959,'WebGUI',1,'Empty system clipboard.',1052850265,NULL); -INSERT INTO international VALUES (958,'WebGUI',1,'The clipboard is a special system location to which content may be temporarily cut or copied. Items in the clipboard may then be pasted to a new location.\r\n
The clipboard contents may be managed individually. You may delete or paste an item by selecting the approriate icon. You may also empty the entire contents of the clipboard to the trash by choosing the Empty clipboard menu option.\r\n
Title
The name of the item in the clipboard. You may view the item by selecting the title.\r\nType
The type of content. For instance, a Page, Article, EventsCalendar, etc.\r\nClipboard Date
The date and time the item was added to the clipboard\r\nPrevious Location
The location where the item was previously found. You may view the previous location by selecting the location.Username
The username of the individual who placed the item in the clipboard. This optional field is only visible in shared clipboard environments or when an administrator is managing the system clipboard.',1052850265,NULL); -INSERT INTO international VALUES (9,'HttpProxy',13,'Cookie Jar',1048531740,NULL); -INSERT INTO international VALUES (8,'HttpProxy',13,'Seuraa uudelleenohjauksia?',1048531724,NULL); -INSERT INTO international VALUES (6,'HttpProxy',13,'Poista tyyli?',1048531699,NULL); -INSERT INTO international VALUES (5,'HttpProxy',13,'Salli muiden domainien välimuistitus?',1048531682,NULL); -INSERT INTO international VALUES (4,'HttpProxy',13,'Aikakatkaisu',1048531651,NULL); -INSERT INTO international VALUES (3,'HttpProxy',13,'HTTP proxy',1048531638,NULL); -INSERT INTO international VALUES (2,'HttpProxy',13,'Muokkaa HTTP proxy',1048531623,NULL); -INSERT INTO international VALUES (10,'HttpProxy',13,'HTTP proxy, Lisää/Muokkaa',1048531602,NULL); -INSERT INTO international VALUES (1,'HttpProxy',13,'Osoite',1048531574,NULL); -INSERT INTO international VALUES (879,'WebGUI',13,'Classic Editor (Internet Explorer 5+)',1046873168,NULL); -INSERT INTO international VALUES (882,'WebGUI',13,'Muokkaustila',1046873122,NULL); -INSERT INTO international VALUES (884,'WebGUI',13,'Pop Up',1046873088,NULL); -INSERT INTO international VALUES (885,'WebGUI',13,'Salli käyttäjän poistaa oma käyttäjätunnus?',1046873073,NULL); -INSERT INTO international VALUES (888,'WebGUI',13,'Tekstileikkeen esikatselun pituus',1046873009,NULL); -INSERT INTO international VALUES (148,'WebGUI',13,'Wobjekteja',1046716620,NULL); -INSERT INTO international VALUES (810,'WebGUI',13,'Lähetä',1045414375,NULL); -INSERT INTO international VALUES (860,'WebGUI',13,'Tee sähköpostiosoite julkiseksi?',1045414351,NULL); -INSERT INTO international VALUES (868,'WebGUI',13,'Lähetä tervetuloa viesti?',1045414300,NULL); -INSERT INTO international VALUES (869,'WebGUI',13,'Tervetuloa viesti',1045414282,NULL); -INSERT INTO international VALUES (872,'WebGUI',13,'Kuka voi nähdä?',1045414250,NULL); -INSERT INTO international VALUES (870,'WebGUI',13,'Tervetuloa',1045414233,NULL); -INSERT INTO international VALUES (871,'WebGUI',13,'Kuka voi muokata?',1045414218,NULL); -INSERT INTO international VALUES (886,'WebGUI',13,'Piilota navigoinnista?',1045414156,NULL); -INSERT INTO international VALUES (133,'WebGUI',13,'Muokkaa viestinvälitys asetuksia',1065224474,NULL); -INSERT INTO international VALUES (802,'WebGUI',13,'WebGUI ei tällä hetkellä seuraa sivujen statistiikkaa. Voit kytkeä seurannan päälle asetuksista.',1043841764,NULL); -INSERT INTO international VALUES (743,'WebGUI',13,'Sinun pitää määritellä oikea sähköpostiosoite, jotta voit palauttaa salasanasi.',1043841727,NULL); -INSERT INTO international VALUES (68,'WebGUI',13,'Kirjautumisesi epäonnistui. Joko käyttäjätunnusta ei löydy tai salasana on virheellinen.',1043841562,NULL); -INSERT INTO international VALUES (651,'WebGUI',13,'Jos tyhjennät roskiksen, koko sen sisältö häviää lopullisesti. Jos haluat säilyttää jotakin roskiksen sisällöstä, voit siirtä sen ensin leikepöydälle.',1043841497,NULL); -INSERT INTO international VALUES (307,'WebGUI',13,'Käytä oletus meta-tietoja?',1043841213,NULL); -INSERT INTO international VALUES (134,'WebGUI',13,'Salasanan uusinta-viesti',1043841184,NULL); -INSERT INTO international VALUES (2,'Product',13,'Haluatko varmasti poistaa riippuvuudet tähän tarvikkeeseen?',1065224010,NULL); -INSERT INTO international VALUES (17,'Product',13,'Tarvike',1043840971,NULL); -INSERT INTO international VALUES (16,'Product',13,'Lisää tarvike',1043840952,NULL); -INSERT INTO international VALUES (774,'WebGUI',13,'Haluatko varmasti poistaa tämän kokoelmasta? Poistamisen jälkeen sitä ei voi palauttaa.',1065224125,NULL); -INSERT INTO international VALUES (437,'WebGUI',13,'Statistiikka',1043705976,NULL); -INSERT INTO international VALUES (400,'WebGUI',13,'Estä Proxyn välimuistitus',1043676260,NULL); -INSERT INTO international VALUES (73,'MessageBoard',13,'Keskustelualueen mallipohja',1068663449,NULL); -INSERT INTO international VALUES (1,'Auth/WebGUI',13,'WebGUI tunnistautumisen lisäasetukset',1083591329,NULL); -INSERT INTO international VALUES (2,'Auth/SMB',13,'SMB palvelin virhe (1)
\r\nJokin virhe domain controllerin yhteydessä. Ehkä aikakatkaisu. Ole hyvä yritä uudelleen tai ota yhteyttä pääkäyttäjään.',1043675974,NULL); -INSERT INTO international VALUES (49,'Survey',13,'Ette voi osallistua tähän visailuun.',1043675894,NULL); -INSERT INTO international VALUES (856,'WebGUI',13,'Sinulla ei ole muutosoikeuksia.',1043675549,NULL); -INSERT INTO international VALUES (817,'WebGUI',13,'Aktiivinen',1063118496,NULL); -INSERT INTO international VALUES (793,'WebGUI',13,'Kokoelman osat.',1043675358,NULL); -INSERT INTO international VALUES (790,'WebGUI/Profile',13,'Poista tämä profiilin kategoria.',1056065092,NULL); -INSERT INTO international VALUES (789,'WebGUI/Profile',13,'Muokkaa tätä profiilin kategoriaa.',1056065067,NULL); -INSERT INTO international VALUES (788,'WebGUI/Profile',13,'Poista tämä profiilin kenttä.',1056065119,NULL); -INSERT INTO international VALUES (787,'WebGUI/Profile',13,'Muokkaa tätä profiilin kenttää.',1056065144,NULL); -INSERT INTO international VALUES (786,'WebGUI',13,'WebGUI:n kokoelman hallintajärjestelmä mahdollistaa sinun tallentaa tiedostoja, kuvia ja tekstejä keskitetysti. Kokoelman osia voit käyttää missä tahansa kohtaa sisällössä.',1056062915,NULL); -INSERT INTO international VALUES (785,'WebGUI',13,'Kokoelma, Hallitse',1056062887,NULL); -INSERT INTO international VALUES (781,'WebGUI',13,'Teksti',1043675132,NULL); -INSERT INTO international VALUES (771,'WebGUI',13,'Teksti',1043675080,NULL); -INSERT INTO international VALUES (770,'WebGUI',13,'Muokkaa teksti',1043675069,NULL); -INSERT INTO international VALUES (767,'WebGUI',13,'Kokoelman tunnus',1043675053,NULL); -INSERT INTO international VALUES (766,'WebGUI',13,'Takaisin kokoelma listaan.',1043675035,NULL); -INSERT INTO international VALUES (765,'WebGUI',13,'Poista tämä kokoelmasta.',1043674975,NULL); -INSERT INTO international VALUES (764,'WebGUI',13,'Muokkaa tätä kokoelman asiaa.',1043673540,NULL); -INSERT INTO international VALUES (763,'WebGUI',13,'Lisää teksti.',1043673513,NULL); -INSERT INTO international VALUES (757,'WebGUI',13,'Hallitse kokoelmaa',1043673486,NULL); -INSERT INTO international VALUES (751,'WebGUI',13,'Siirry täksi käyttäjäksi.',1043673467,NULL); -INSERT INTO international VALUES (734,'WebGUI',13,'5 Taitava',1043673248,NULL); -INSERT INTO international VALUES (733,'WebGUI',13,'4 Taitava',1043673221,NULL); -INSERT INTO international VALUES (723,'WebGUI',13,'Vastustettu',1043673187,NULL); -INSERT INTO international VALUES (14,'SQLReport',13,'Vastausta / sivu',1043672512,NULL); -INSERT INTO international VALUES (11,'Auth/LDAP',1,'No connect DN specified for this user',1071848383,''); -INSERT INTO international VALUES (17,'SQLReport',13,'Virheenselvitys: Kysely:',1043672415,NULL); -INSERT INTO international VALUES (12,'SQLReport',13,'Virheenselvitys: Virhe: Ei tietokantayhteyttä.',1043672389,NULL); -INSERT INTO international VALUES (11,'SQLReport',13,'Virheenselvitys: Virhe: Kyselyssä on virhe.',1043672375,NULL); -INSERT INTO international VALUES (10,'SQLReport',13,'Virheenselvitys: Virhe: SQL kysely on väärin muotoiltu.',1043672355,NULL); -INSERT INTO international VALUES (16,'SQLReport',13,'Virheenselvitys?',1043672190,NULL); -INSERT INTO international VALUES (1,'SyndicatedContent',13,'RSS tiedoston URL',1043672138,NULL); -INSERT INTO international VALUES (19,'EventsCalendar',13,'Tapahtumia / sivu',1043672039,NULL); -INSERT INTO international VALUES (20,'FileManager',13,'Tiedostoa / sivu',1043672004,NULL); -INSERT INTO international VALUES (38,'Survey',13,'Täysin eri mieltä',1043671188,NULL); -INSERT INTO international VALUES (36,'Survey',13,'Vähän eri mieltä',1043671174,NULL); -INSERT INTO international VALUES (37,'Survey',13,'Eri mieltä',1043671139,NULL); -INSERT INTO international VALUES (35,'Survey',13,'Vähän samaa mieltä',1043671121,NULL); -INSERT INTO international VALUES (34,'Survey',13,'Samaa mieltä',1043671094,NULL); -INSERT INTO international VALUES (33,'Survey',13,'Täysin samaa mieltä',1043671072,NULL); -INSERT INTO international VALUES (39,'Survey',13,'En osaa sanoa',1043671029,NULL); -INSERT INTO international VALUES (13,'Survey',13,'Kuka voi katsoa vastauksia?',1043670262,NULL); -INSERT INTO international VALUES (10,'Survey',13,'Visailu',1043670191,NULL); -INSERT INTO international VALUES (5,'Survey',13,'Järjestyksessä',1043670040,NULL); -INSERT INTO international VALUES (6,'Survey',13,'Satunnainen',1043670007,NULL); -INSERT INTO international VALUES (2,'Survey',13,'Muokkaa kyselyä',1043669924,NULL); -INSERT INTO international VALUES (46,'Survey',13,'Kiitos ajastasi kun suoritit kyselymme.',1043669853,NULL); -INSERT INTO international VALUES (60,'Survey',13,'Takaisin kyselyyn.',1043669832,NULL); -INSERT INTO international VALUES (3,'Survey',13,'Kysely, Lisää/Muokkaa',1043669812,NULL); -INSERT INTO international VALUES (61,'Poll',13,'Gallup, Lisää/Muokkaa',1056061724,NULL); -INSERT INTO international VALUES (20,'Poll',13,'Karma / Gallup',1043669631,NULL); -INSERT INTO international VALUES (10,'Poll',13,'Nollaa gallupit.',1043669611,NULL); -INSERT INTO international VALUES (1,'Poll',13,'Gallup',1043669578,NULL); -INSERT INTO international VALUES (70,'Survey',13,'Yksilöi vastaukset',1043669492,NULL); -INSERT INTO international VALUES (48,'Survey',13,'Ette voi osallistua tähän kyselyyn.',1043669251,NULL); -INSERT INTO international VALUES (47,'Survey',13,'Olet suorittanut tämän kyselyn.',1043669200,NULL); -INSERT INTO international VALUES (42,'Survey',13,'Satunnaisesti',1043669112,NULL); -INSERT INTO international VALUES (27,'Survey',13,'Lisää mielipiteen (hyväksyn/en hyväksy) vastausasteikko.',1043668949,NULL); -INSERT INTO international VALUES (12,'Survey',13,'Kuka voi osallistua kyselyyn?',1043668879,NULL); -INSERT INTO international VALUES (65,'Survey',13,'Yhteenvedon vienti.',1043668856,NULL); -INSERT INTO international VALUES (75,'Survey',13,'Muokkaa tätä kysymystä.',1043668813,NULL); -INSERT INTO international VALUES (76,'Survey',13,'Aloitusaika',1043668794,NULL); -INSERT INTO international VALUES (77,'Survey',13,'Lopetusaika',1043668781,NULL); -INSERT INTO international VALUES (78,'Survey',13,'Kokonaisaika',1043668758,NULL); -INSERT INTO international VALUES (79,'Survey',13,'minuutit',1043668745,NULL); -INSERT INTO international VALUES (80,'Survey',13,'sekunnit',1043668733,NULL); -INSERT INTO international VALUES (601,'WebGUI',13,'Kansainvälinen tunnus',1043668708,NULL); -INSERT INTO international VALUES (521,'WebGUI',13,'Haluan muistutuksen sähköpostista hakulaitteeseen.',1043668682,NULL); -INSERT INTO international VALUES (8,'WebGUI',13,'Sivua ei löydy.',1043668591,NULL); -INSERT INTO international VALUES (86,'WebGUI',13,'Haluatko todella poistaa tämän ryhmän. Huomaa että ryhmän poistaminen poistaa myös kaikki ryhmään liittyvät sidokset.',1043668521,NULL); -INSERT INTO international VALUES (722,'WebGUI',13,'Tunnus',1043668444,NULL); -INSERT INTO international VALUES (707,'WebGUI',13,'Näytä virheenselvitys?',1043668389,NULL); -INSERT INTO international VALUES (611,'WebGUI',13,'Yrityksen nimi
\r\nYrityksen nimeä käytetää kaikissa sähköposteissa ja \"Company name\" makroissa.\r\nYrityksen sähköpostiosoite
\r\nSähköpostiosoite jota käytetään järjestelmän lähettämien viestien lähettäjä-kentässä. Lisäksi sitä käytetään makroissa.\r\nYrityksen URL
\r\nwww-osoite jota käytetään järjestelmän lähettämissä viesteissä. Lisäksi sitä käytetään makroissa.',1043668195,NULL); -INSERT INTO international VALUES (588,'WebGUI',13,'Haluatko varmasti lähettää käännöksesi Plain Black:ille heidän viralliseen WebGUI jakeluun. Painamalla \"Kyllä\" annat samalla Plain Black:ille täydet oikeudet käyttää käännöstäsi virallisissa WebGUI versioissa.',1065224110,NULL); -INSERT INTO international VALUES (60,'WebGUI',13,'Haluatko varmasti poistaa käyttäjätunnuksesi? Jos jatkat, käyttäjätunnuksesi poistetaan pysyvästi.',1065224118,NULL); -INSERT INTO international VALUES (587,'WebGUI',13,'Haluatko varmasti poistaa tämän kielen ja kaikki sen opasteet ja käännökset?',1065224092,NULL); -INSERT INTO international VALUES (41,'WebGUI',13,'Yrität poistaa WebGUI:n elintärkeää komponenttia. Jos jatkat saattaa WebGUI lakata toimimasta.',1043667577,NULL); -INSERT INTO international VALUES (73,'FileManager',13,'Tiedoston otsikko
\r\nOtsikko joka tiedostolle näytetään. Jos jätät tämän tyhjäksi näytetään tiedoston nimi otsikkona.\r\n\r\nTiedosto
\r\nValitse tallennettava tiedosto.\r\n\r\n1. vaihtoehtoinen versio
\r\nEsimerkiksi jos alkuperäinen on JPG muodossa tämä voisi olla saman tiedoston toinen formaatti (BMP, TIFF)\r\n\r\n2. vaihtoehtoinen versio
\r\nEsimerkiksi jos alkuperäinen on JPG muodossa tämä voisi olla saman tiedoston toinen formaatti (BMP, TIFF)\r\n\r\nKuvaus
\r\nLyhyt kuvaus tiedostosta. Sisällytä myös avainsanat tähän jolloin haku löytää kuvan niiden perusteella.\r\n\r\nTallennusryhmä
\r\nValitse ryhmä jonne tiedosto tallennetaan.\r\n\r\nMitä seuraavaksi?
\r\nValitse mitä tallennuksen jälkeen tehdään.',1043667384,NULL); -INSERT INTO international VALUES (394,'WebGUI',13,'Hallitse kokoelmaa.',1043665737,NULL); -INSERT INTO international VALUES (499,'WebGUI',13,'Wobjectin tunnus',1043333303,NULL); -INSERT INTO international VALUES (363,'WebGUI',13,'Sisällön sijainti',1043333242,NULL); -INSERT INTO international VALUES (85,'WebGUI',13,'Kuvaus',1065223562,NULL); -INSERT INTO international VALUES (529,'WebGUI',13,'tulosta',1068663516,NULL); -INSERT INTO international VALUES (530,'WebGUI',13,'kaikki nämä sanat',1043332881,NULL); -INSERT INTO international VALUES (533,'WebGUI',13,'ilman näitä sanoja',1043332862,NULL); -INSERT INTO international VALUES (532,'WebGUI',13,'mikä tahansa näistä sanoista',1043332683,NULL); -INSERT INTO international VALUES (531,'WebGUI',13,'juuri tämä fraasi',1043332622,NULL); -INSERT INTO international VALUES (1,'Auth/LDAP',13,'LDAP tunnistautumisen asetukset',1043327610,NULL); -INSERT INTO international VALUES (1,'Auth/SMB',13,'SMB tunnistautumisen asetukset',1043327592,NULL); -INSERT INTO international VALUES (816,'WebGUI',13,'Tila',1042620003,NULL); -INSERT INTO international VALUES (820,'WebGUI',13,'Käyttäjätunnustasi ei ole aktivoitu. Et voi kirjautua ennen kuin pääkäyttäjä on sen aktivoinut.',1042619895,NULL); -INSERT INTO international VALUES (823,'WebGUI',13,'Siirry uudelle sivulle.',1042619846,NULL); -INSERT INTO international VALUES (824,'WebGUI',13,'Sähköpostin alatunniste',1042619825,NULL); -INSERT INTO international VALUES (829,'WebGUI',13,'Sivun mallipohja',1042619792,NULL); -INSERT INTO international VALUES (26,'Survey',13,'Lisää yleisimmin (aina/ei koskaan) vastausten skaala.',1042619546,NULL); -INSERT INTO international VALUES (815,'WebGUI',13,'Tallennettava tiedosto on liian iso.',1040587014,NULL); -INSERT INTO international VALUES (821,'WebGUI',13,'Mikä tahansa',1040586911,NULL); -INSERT INTO international VALUES (3,'Auth/SMB',13,'SMB protokollavirhe (2)\r\nOta yhteys ylläpitäjään.',1040078279,NULL); -INSERT INTO international VALUES (4,'Auth/SMB',13,'SMB kirjautumisvirhe (3)\r\nKirjoitit kirjautumisnimen tai salasanan väärin, kokeile uudestaan.',1040078257,NULL); -INSERT INTO international VALUES (5,'Auth/SMB',13,'PDC',1040078201,NULL); -INSERT INTO international VALUES (6,'Auth/SMB',13,'BDC',1040078194,NULL); -INSERT INTO international VALUES (7,'Auth/SMB',13,'NT toimialue',1040078186,NULL); -INSERT INTO international VALUES (8,'Auth/SMB',13,'NT kirjautuminen',1040078177,NULL); -INSERT INTO international VALUES (9,'Auth/SMB',13,'NT salasana',1040078161,NULL); -INSERT INTO international VALUES (1,'SQLReport',13,'SQL-kysely',1040046921,NULL); -INSERT INTO international VALUES (75,'SiteMap',13,'Kaikki juuret',1040046776,NULL); -INSERT INTO international VALUES (74,'SiteMap',13,'Tämä sivu',1040046763,NULL); -INSERT INTO international VALUES (847,'WebGUI',13,'Palaa nykyiselle sivulle',1040046710,NULL); -INSERT INTO international VALUES (848,'WebGUI',13,'Tässä mallipohjassa on virhe. Korjaa ole hyvä.',1040046692,NULL); -INSERT INTO international VALUES (851,'WebGUI',13,'Muokkaa tätä mallipohjaa',1040046659,NULL); -INSERT INTO international VALUES (852,'WebGUI',13,'Kopioi tämä mallipohja',1040046648,NULL); -INSERT INTO international VALUES (853,'WebGUI',13,'Poista tämä mallipohja',1040046634,NULL); -INSERT INTO international VALUES (855,'WebGUI',13,'Listaa mallipohjat',1040046613,NULL); -INSERT INTO international VALUES (9,'Survey',13,'Kysely',1040046537,NULL); -INSERT INTO international VALUES (7,'Survey',13,'Vastausten ohjaama',1040046523,NULL); -INSERT INTO international VALUES (1,'Survey',13,'Kysely',1040040184,NULL); -INSERT INTO international VALUES (3,'SiteMap',13,'Aloitustaso',1040039632,NULL); -INSERT INTO international VALUES (1,'WebGUI',13,'Lisää sisältöä...',1065223636,NULL); -INSERT INTO international VALUES (1,'Article',13,'Artikkeli',1039413890,NULL); -INSERT INTO international VALUES (703,'WebGUI',13,'Vuosi',1039002044,NULL); -INSERT INTO international VALUES (701,'WebGUI',13,'Viikko',1039002028,NULL); -INSERT INTO international VALUES (700,'WebGUI',13,'Päivä',1039002004,NULL); -INSERT INTO international VALUES (706,'WebGUI',13,'Tunti',1039001994,NULL); -INSERT INTO international VALUES (705,'WebGUI',13,'Minuutti',1039001984,NULL); -INSERT INTO international VALUES (704,'WebGUI',13,'Sekunti',1039001974,NULL); -INSERT INTO international VALUES (833,'WebGUI',13,'Tiedosto, Lisää/Muokkaa',1039001591,NULL); -INSERT INTO international VALUES (825,'WebGUI',13,'Mallipohja, kieli',1039001573,NULL); -INSERT INTO international VALUES (837,'WebGUI',13,'Kansio, Lisää/Muokkaa',1039001542,NULL); -INSERT INTO international VALUES (71,'USS',13,'',1039001524,NULL); -INSERT INTO international VALUES (685,'WebGUI',13,'Malli, Poista',1039001519,NULL); -INSERT INTO international VALUES (684,'WebGUI',13,'Mallipohja, Lisää/Muokkaa',1039001516,NULL); -INSERT INTO international VALUES (683,'WebGUI',13,'Mallipohjat, Hallitse',1056062811,NULL); -INSERT INTO international VALUES (681,'WebGUI',13,'Paketit, Luonti',1039001512,NULL); -INSERT INTO international VALUES (680,'WebGUI',13,'Paketti, Lisää',1039001510,NULL); -INSERT INTO international VALUES (679,'WebGUI',13,'Sisällön asetukset, Muokkaa',1039001506,NULL); -INSERT INTO international VALUES (675,'WebGUI',13,'Hakukone, käytä',1039001504,NULL); -INSERT INTO international VALUES (674,'WebGUI',13,'Sekalaiset asetukset, muokkaa',1039001502,NULL); -INSERT INTO international VALUES (670,'WebGUI',13,'Kuva, Lisää/Muokkaa',1039001500,NULL); -INSERT INTO international VALUES (656,'WebGUI',13,'Yrityksen tiedot, muokkaa',1039001489,NULL); -INSERT INTO international VALUES (642,'WebGUI',13,'Sivu, Lisää/Muokkaa',1083591383,NULL); -INSERT INTO international VALUES (639,'WebGUI',13,'',1039001479,NULL); -INSERT INTO international VALUES (638,'WebGUI',13,'',1039001477,NULL); -INSERT INTO international VALUES (636,'WebGUI',13,'',1039001474,NULL); -INSERT INTO international VALUES (635,'WebGUI',13,'',1039001472,NULL); -INSERT INTO international VALUES (634,'WebGUI',13,'',1039001470,NULL); -INSERT INTO international VALUES (630,'WebGUI',13,'',1039001467,NULL); -INSERT INTO international VALUES (629,'WebGUI',13,'',1039001465,NULL); -INSERT INTO international VALUES (625,'WebGUI',13,'',1039001463,NULL); -INSERT INTO international VALUES (624,'WebGUI',13,'',1039001461,NULL); -INSERT INTO international VALUES (618,'WebGUI',13,'',1039001456,NULL); -INSERT INTO international VALUES (606,'WebGUI',13,'',1039001450,NULL); -INSERT INTO international VALUES (61,'USS',13,'User Submission System, Lisää/Muokkaa',1056384713,NULL); -INSERT INTO international VALUES (63,'Product',13,'',1039001438,NULL); -INSERT INTO international VALUES (71,'SiteMap',13,'',1039001435,NULL); -INSERT INTO international VALUES (61,'SiteMap',13,'Sivukartta, Lisää/Muokkaa',1039001432,NULL); -INSERT INTO international VALUES (39,'Product',13,'',1039001426,NULL); -INSERT INTO international VALUES (38,'Product',13,'Tuote, Lisää/Muokkaa',1039001422,NULL); -INSERT INTO international VALUES (71,'MessageBoard',13,'',1039001416,NULL); -INSERT INTO international VALUES (9,'FileManager',13,'Muokkaa tiedostonhallintaa',1039001227,NULL); -INSERT INTO international VALUES (71,'FileManager',13,'',1039001209,NULL); -INSERT INTO international VALUES (72,'FileManager',13,'Tiedoston lataus, Lisää/Muokkaa',1039001205,NULL); -INSERT INTO international VALUES (61,'FileManager',13,'Tiedostohallinta, Lisää/Muokkaa',1039001198,NULL); -INSERT INTO international VALUES (6,'FileManager',13,'Tiedosto',1039001185,NULL); -INSERT INTO international VALUES (19,'FileManager',13,'Tiedostoja ei ole ladattavaksi.',1039001173,NULL); -INSERT INTO international VALUES (12,'FileManager',13,'Haluatko varmasti poistaa tämän tiedoston?',1065223999,NULL); -INSERT INTO international VALUES (11,'FileManager',13,'Lisää uusi tiedosto.',1039001160,NULL); -INSERT INTO international VALUES (10,'FileManager',13,'Muokkaa tallennusta',1085386392,NULL); -INSERT INTO international VALUES (1,'FileManager',13,'Tiedostohallinta',1039001139,NULL); -INSERT INTO international VALUES (71,'EventsCalendar',13,'',1039001120,NULL); -INSERT INTO international VALUES (73,'EventsCalendar',13,'',1039001117,NULL); -INSERT INTO international VALUES (72,'EventsCalendar',13,'Tapahtuma, Lisää/Muokkaa',1039001105,NULL); -INSERT INTO international VALUES (61,'EventsCalendar',13,'Tapahtumakalenteri, Lisää/Muokkaa',1068663411,NULL); -INSERT INTO international VALUES (71,'Article',13,'',1039001091,NULL); -INSERT INTO international VALUES (75,'FileManager',13,'Tiedostohallinnan mallipohja',1039000911,NULL); -INSERT INTO international VALUES (74,'FileManager',13,'Lisää uusi tiedosto.',1039000895,NULL); -INSERT INTO international VALUES (96,'EventsCalendar',13,'Tapahtuman mallipohja',1083591238,NULL); -INSERT INTO international VALUES (94,'EventsCalendar',13,'Tapahtumakalenterin mallipohja',1083591247,NULL); -INSERT INTO international VALUES (93,'EventsCalendar',13,'Seuraava tapahtuma',1039000828,NULL); -INSERT INTO international VALUES (92,'EventsCalendar',13,'Edellinen tapahtuma',1039000818,NULL); -INSERT INTO international VALUES (91,'EventsCalendar',13,'Lisää uusi tapahtuma.',1039000809,NULL); -INSERT INTO international VALUES (90,'EventsCalendar',13,'Oletuskuukausi',1039000798,NULL); -INSERT INTO international VALUES (89,'EventsCalendar',13,'Näytä 3 kuukautta alkamisesta.',1039000788,NULL); -INSERT INTO international VALUES (88,'EventsCalendar',13,'Näytä 6 kuukautta alkamisesta.',1039000781,NULL); -INSERT INTO international VALUES (87,'EventsCalendar',13,'Näytä 9 kuukautta alkamisesta.',1039000772,NULL); -INSERT INTO international VALUES (86,'EventsCalendar',13,'Näytä 12 kuukautta alkamisesta.',1039000757,NULL); -INSERT INTO international VALUES (85,'EventsCalendar',13,'Viimeinen kalenterissa.',1039000738,NULL); -INSERT INTO international VALUES (84,'EventsCalendar',13,'Päättymiskuukausi',1039000727,NULL); -INSERT INTO international VALUES (83,'EventsCalendar',13,'Ensimmäinen kalenterissa.',1039000715,NULL); -INSERT INTO international VALUES (82,'EventsCalendar',13,'Nykyinen.',1039000691,NULL); -INSERT INTO international VALUES (81,'EventsCalendar',13,'Aloituskuukausi',1039000682,NULL); -INSERT INTO international VALUES (80,'EventsCalendar',13,'Tapahtuma-mallipohja',1039000672,NULL); -INSERT INTO international VALUES (72,'Article',13,'Artikkelin mallipohja',1039000616,NULL); -INSERT INTO international VALUES (6,'WobjectProxy',13,'',1037820825,NULL); -INSERT INTO international VALUES (698,'WebGUI',13,'',1037820798,NULL); -INSERT INTO international VALUES (637,'WebGUI',13,'',1037820754,NULL); -INSERT INTO international VALUES (633,'WebGUI',13,'',1037820717,NULL); -INSERT INTO international VALUES (627,'WebGUI',13,'',1037820696,NULL); -INSERT INTO international VALUES (626,'WebGUI',13,'',1037820689,NULL); -INSERT INTO international VALUES (623,'WebGUI',13,'',1037820676,NULL); -INSERT INTO international VALUES (622,'WebGUI',13,'',1037820668,NULL); -INSERT INTO international VALUES (620,'WebGUI',13,'',1037820653,NULL); -INSERT INTO international VALUES (619,'WebGUI',13,'',1037820645,NULL); -INSERT INTO international VALUES (617,'WebGUI',13,'',1037820629,NULL); -INSERT INTO international VALUES (388,'WebGUI',13,'Tallennettu',1037820131,NULL); -INSERT INTO international VALUES (64,'Survey',13,'Vastausten vienti.',1037819708,NULL); -INSERT INTO international VALUES (66,'Survey',13,'Vastaukset',1037819690,NULL); -INSERT INTO international VALUES (67,'Survey',13,'Käyttäjä',1037819680,NULL); -INSERT INTO international VALUES (16,'WSClient',1,'HTTP Header Override',1033575504,NULL); -INSERT INTO international VALUES (69,'Survey',13,'Poista tämän käyttäjän vastaukset.',1037819649,NULL); -INSERT INTO international VALUES (72,'Survey',13,'Haluatko varmasti poistaa tämän käyttäjän vastaukset?',1065224041,NULL); -INSERT INTO international VALUES (73,'Survey',13,'Poista kaikki vastaukset.',1037819596,NULL); -INSERT INTO international VALUES (74,'Survey',13,'Haluatko varmasti poistaa kaikki vastaukset?',1065224048,NULL); -INSERT INTO international VALUES (750,'WebGUI',13,'Poista käyttäjä.',1037819512,NULL); -INSERT INTO international VALUES (752,'WebGUI',13,'Näytä käyttäjän profiili.',1037819488,NULL); -INSERT INTO international VALUES (753,'WebGUI',13,'Muokkaa ryhmää.',1037819468,NULL); -INSERT INTO international VALUES (754,'WebGUI',13,'Hallitse ryhmän käyttäjiä.',1037819455,NULL); -INSERT INTO international VALUES (756,'WebGUI',13,'Takaisin ryhmälistaan.',1037819432,NULL); -INSERT INTO international VALUES (758,'WebGUI',13,'Lisää kansio.',1037819403,NULL); -INSERT INTO international VALUES (759,'WebGUI',13,'Muokkaa kansiota.',1037819393,NULL); -INSERT INTO international VALUES (760,'WebGUI',13,'Poista kansio.',1037819376,NULL); -INSERT INTO international VALUES (761,'WebGUI',13,'Lisää kuva.',1037819364,NULL); -INSERT INTO international VALUES (762,'WebGUI',13,'Lisää tiedosto.',1037819343,NULL); -INSERT INTO international VALUES (768,'WebGUI',13,'Nimi',1037819310,NULL); -INSERT INTO international VALUES (769,'WebGUI',13,'Kansion järjestys',1037819299,NULL); -INSERT INTO international VALUES (772,'WebGUI',13,'Muokkaa tiedostoa',1037819273,NULL); -INSERT INTO international VALUES (773,'WebGUI',13,'Tiedosto',1037819257,NULL); -INSERT INTO international VALUES (775,'WebGUI',13,'Haluatko varmasti poistaa tämän kansion? Poistaminen on pysyvää.',1065224131,NULL); -INSERT INTO international VALUES (776,'WebGUI',13,'Muokkaa kansiota',1037819112,NULL); -INSERT INTO international VALUES (777,'WebGUI',13,'Kansion tunnus',1037819102,NULL); -INSERT INTO international VALUES (778,'WebGUI',13,'Kansion kuvaus',1037819084,NULL); -INSERT INTO international VALUES (779,'WebGUI',13,'Kuva',1037819063,NULL); -INSERT INTO international VALUES (780,'WebGUI',13,'Tiedosto',1037819054,NULL); -INSERT INTO international VALUES (782,'WebGUI',13,'Mikä tahansa',1037819038,NULL); -INSERT INTO international VALUES (783,'WebGUI',13,'Tyyppi',1037819026,NULL); -INSERT INTO international VALUES (784,'WebGUI',13,'Pikkukuva',1037819014,NULL); -INSERT INTO international VALUES (799,'WebGUI',13,'Sivua katsottu',1037818963,NULL); -INSERT INTO international VALUES (806,'WebGUI',13,'Poista tämä ryhmä.',1037818854,NULL); -INSERT INTO international VALUES (807,'WebGUI',13,'Hallitse ryhmiä tässä ryhmässä.',1037818839,NULL); -INSERT INTO international VALUES (809,'WebGUI',13,'Postitusryhmä',1037818807,NULL); -INSERT INTO international VALUES (811,'WebGUI',13,'Keneltä',1037818793,NULL); -INSERT INTO international VALUES (812,'WebGUI',13,'Viestisi on lähetetty.',1037818782,NULL); -INSERT INTO international VALUES (813,'WebGUI',13,'Ryhmät tässä ryhmässä',1037818766,NULL); -INSERT INTO international VALUES (800,'WebGUI',13,'Eri kävijöitä',1037712845,NULL); -INSERT INTO international VALUES (798,'WebGUI',13,'Sivun otsikko',1037712807,NULL); -INSERT INTO international VALUES (796,'WebGUI',13,'Näytä sivujen statistiikka.',1037712657,NULL); -INSERT INTO international VALUES (749,'WebGUI',13,'Seuraa sivun statistiikkaa?',1037712391,NULL); -INSERT INTO international VALUES (797,'WebGUI',13,'Näytä liikennestatistiikka.',1037712364,NULL); -INSERT INTO international VALUES (794,'WebGUI',13,'Paketteja',1037712238,NULL); -INSERT INTO international VALUES (146,'WebGUI',13,'Aktiivisia istuntoja',1037712181,NULL); -INSERT INTO international VALUES (425,'WebGUI',13,'Aktiiviset istunnot',1037712162,NULL); -INSERT INTO international VALUES (427,'WebGUI',13,'Tyylejä',1037712034,NULL); -INSERT INTO international VALUES (89,'WebGUI',13,'Ryhmiä',1037711997,NULL); -INSERT INTO international VALUES (149,'WebGUI',13,'Käyttäjiä',1037711981,NULL); -INSERT INTO international VALUES (792,'WebGUI',13,'Mallipohjia',1037711938,NULL); -INSERT INTO international VALUES (795,'WebGUI',13,'Juuria',1037711898,NULL); -INSERT INTO international VALUES (593,'WebGUI',13,'Lähetä käännöksesi.',1037711825,NULL); -INSERT INTO international VALUES (594,'WebGUI',13,'Käännä viestejä.',1037711786,NULL); -INSERT INTO international VALUES (8,'Survey',13,'Kysymysten järjestys',1037711450,NULL); -INSERT INTO international VALUES (63,'Survey',13,'Kysymysten vienti.',1037711408,NULL); -INSERT INTO international VALUES (62,'Survey',13,'Vastausten vienti.',1037711396,NULL); -INSERT INTO international VALUES (59,'Survey',13,'Näytä tilastollinen katsaus.',1037711306,NULL); -INSERT INTO international VALUES (58,'Survey',13,'Tilastollinen katsaus',1037711288,NULL); -INSERT INTO international VALUES (57,'Survey',13,'Kommentit',1037711269,NULL); -INSERT INTO international VALUES (56,'Survey',13,'Näytä kommentit.',1037711258,NULL); -INSERT INTO international VALUES (55,'Survey',13,'Näytä vastaukset.',1037711245,NULL); -INSERT INTO international VALUES (54,'Survey',13,'Prosenttia',1037711233,NULL); -INSERT INTO international VALUES (53,'Survey',13,'Vastaukset',1037711222,NULL); -INSERT INTO international VALUES (52,'Survey',13,'Pisteet',1037711212,NULL); -INSERT INTO international VALUES (51,'Survey',13,'Kommentoi?',1037711202,NULL); -INSERT INTO international VALUES (50,'Survey',13,'Seuraava',1037711191,NULL); -INSERT INTO international VALUES (45,'Survey',13,'Haluatko varmasti poistaa tämän kysymyksen ja sen vastaukset?',1065224034,NULL); -INSERT INTO international VALUES (43,'Survey',13,'Ei koskaan',1037711096,NULL); -INSERT INTO international VALUES (41,'Survey',13,'Yleisimmin',1037711084,NULL); -INSERT INTO international VALUES (40,'Survey',13,'Aina',1037711073,NULL); -INSERT INTO international VALUES (32,'Survey',13,'Epätosi',1037710998,NULL); -INSERT INTO international VALUES (31,'Survey',13,'Tosi',1037710988,NULL); -INSERT INTO international VALUES (30,'Survey',13,'Lisää uusi kysymys.',1037710977,NULL); -INSERT INTO international VALUES (29,'Survey',13,'Lisää tekstivastaus.',1037710942,NULL); -INSERT INTO international VALUES (28,'Survey',13,'Lisää kysymys.',1037710926,NULL); -INSERT INTO international VALUES (25,'Survey',13,'Lisää oikein/väärin vastaus.',1037710894,NULL); -INSERT INTO international VALUES (24,'Survey',13,'Lisää monivalintavastaus.',1037710879,NULL); -INSERT INTO international VALUES (23,'Survey',13,'Lisää uusi vastaus.',1037710859,NULL); -INSERT INTO international VALUES (22,'Survey',13,'Vastauksen tyyppi',1037710802,NULL); -INSERT INTO international VALUES (791,'WebGUI',13,'Poista tämä käännös.',1037710786,NULL); -INSERT INTO international VALUES (584,'WebGUI',13,'Lisää uusi käännös.',1037710583,NULL); -INSERT INTO international VALUES (589,'WebGUI',13,'Muokkaa käännöstä',1037710571,NULL); -INSERT INTO international VALUES (586,'WebGUI',13,'Hallitse käännöksiä',1037710556,NULL); -INSERT INTO international VALUES (21,'Survey',13,'Siirry',1037710485,NULL); -INSERT INTO international VALUES (20,'Survey',13,'Onko tämä vastaus oikein?',1037710473,NULL); -INSERT INTO international VALUES (19,'Survey',13,'Vastaus',1037710446,NULL); -INSERT INTO international VALUES (18,'Survey',13,'Muokkaa vastausta',1037710307,NULL); -INSERT INTO international VALUES (17,'Survey',13,'Muokkaa kysymystä',1037710283,NULL); -INSERT INTO international VALUES (16,'Survey',13,'Arvo vastaukset?',1037710273,NULL); -INSERT INTO international VALUES (15,'Survey',13,'Salli kommentointi?',1037710258,NULL); -INSERT INTO international VALUES (14,'Survey',13,'Kysymys',1037710227,NULL); -INSERT INTO international VALUES (11,'Survey',13,'Tila',1037710192,NULL); -INSERT INTO international VALUES (598,'WebGUI',13,'Muokkaa käännöstä.',1037709738,NULL); -INSERT INTO international VALUES (718,'WebGUI',13,'Käännöksen vienti.',1037709663,NULL); -INSERT INTO international VALUES (616,'WebGUI',13,'',1036574631,NULL); -INSERT INTO international VALUES (615,'WebGUI',13,'',1036574624,NULL); -INSERT INTO international VALUES (612,'WebGUI',13,'',1036574598,NULL); -INSERT INTO international VALUES (610,'WebGUI',13,'',1036574582,NULL); -INSERT INTO international VALUES (608,'WebGUI',13,'',1036574564,NULL); -INSERT INTO international VALUES (607,'WebGUI',13,'',1036574557,NULL); -INSERT INTO international VALUES (502,'WebGUI',13,'',1036574512,NULL); -INSERT INTO international VALUES (466,'WebGUI/Profile',13,'',1036574501,NULL); -INSERT INTO international VALUES (417,'WebGUI',13,'',1036574484,NULL); -INSERT INTO international VALUES (19,'Navigation',1,'Copy this Navigation.',1077080062,''); -INSERT INTO international VALUES (38,'WebGUI',13,'',1036574450,NULL); -INSERT INTO international VALUES (36,'WebGUI',13,'Vain pääkäyttäjä voi tehdä tämän. Ota yhteys pääkäyttäjään.',1063118602,NULL); -INSERT INTO international VALUES (381,'WebGUI',13,'',1036574426,NULL); -INSERT INTO international VALUES (71,'SyndicatedContent',13,'',1036574393,NULL); -INSERT INTO international VALUES (57,'Product',13,'',1036574380,NULL); -INSERT INTO international VALUES (48,'Product',13,'',1036574366,NULL); -INSERT INTO international VALUES (44,'Survey',13,'Haluatko varmasti poistaa tämän kysymyksen, sen vastaukset ja vastineet?',1036573453,NULL); -INSERT INTO international VALUES (721,'WebGUI',13,'Sijainti',1036573388,NULL); -INSERT INTO international VALUES (729,'WebGUI',13,'0 Aloittelija',1036573336,NULL); -INSERT INTO international VALUES (730,'WebGUI',13,'1 Noviisi',1036573322,NULL); -INSERT INTO international VALUES (731,'WebGUI',13,'2 Harjoittelija',1036573309,NULL); -INSERT INTO international VALUES (732,'WebGUI',13,'3 Aloittelija',1036573297,NULL); -INSERT INTO international VALUES (735,'WebGUI',13,'6 Ammattilainen',1036573269,NULL); -INSERT INTO international VALUES (736,'WebGUI',13,'7 Expertti',1036573257,NULL); -INSERT INTO international VALUES (737,'WebGUI',13,'8 Mestari',1036573247,NULL); -INSERT INTO international VALUES (738,'WebGUI',13,'9 Guru',1036573230,NULL); -INSERT INTO international VALUES (739,'WebGUI',13,'Käyttäjän taso',1036573219,NULL); -INSERT INTO international VALUES (744,'WebGUI',13,'Mitä seuraavaksi?',1036573166,NULL); -INSERT INTO international VALUES (745,'WebGUI',13,'Palaa sivulle.',1036573155,NULL); -INSERT INTO international VALUES (746,'WebGUI',13,'Työkalurivin napit',1036573137,NULL); -INSERT INTO international VALUES (747,'WebGUI',13,'Käyttäjänimissä saa olla ainoastaa kirjaimia ja/tai numeroita.',1036573072,NULL); -INSERT INTO international VALUES (632,'WebGUI',13,'',1036572996,NULL); -INSERT INTO international VALUES (511,'WebGUI',13,'Ketjutettu',1036530565,NULL); -INSERT INTO international VALUES (71,'SQLReport',13,'',1036528060,NULL); -INSERT INTO international VALUES (50,'Product',13,'',1036528040,NULL); -INSERT INTO international VALUES (47,'Product',13,'',1036528032,NULL); -INSERT INTO international VALUES (45,'Product',13,'',1036528024,NULL); -INSERT INTO international VALUES (43,'Product',13,'',1036528017,NULL); -INSERT INTO international VALUES (41,'Product',13,'',1036528008,NULL); -INSERT INTO international VALUES (4,'Product',13,'',1036528000,NULL); -INSERT INTO international VALUES (71,'Poll',13,'',1036527902,NULL); -INSERT INTO international VALUES (719,'WebGUI',13,'Vanhentunut',1036527514,NULL); -INSERT INTO international VALUES (720,'WebGUI',13,'OK',1036496844,NULL); -INSERT INTO international VALUES (724,'WebGUI',13,'Käyttäjätunnus ei voi alkaa tai loppua välilyöntiin.',1036496786,NULL); -INSERT INTO international VALUES (725,'WebGUI',13,'Käyttäjätunnus ei voi olla tyhjä.',1036496755,NULL); -INSERT INTO international VALUES (4,'Auth/WebGUI',13,'Salasanaa ei voi jättää tyhjäksi.',1083591357,NULL); -INSERT INTO international VALUES (5,'Auth/WebGUI',13,'Salasana ei voi olla \"password\".',1083591365,NULL); -INSERT INTO international VALUES (12,'Poll',13,'Ääniä annettu',1056061654,NULL); -INSERT INTO international VALUES (13,'Article',13,'Poista',1033388805,NULL); -INSERT INTO international VALUES (894,'WebGUI',13,'Salli keskustelu?',1033388801,NULL); -INSERT INTO international VALUES (77,'EventsCalendar',13,'Poista tämä tapahtuma ja kaikki sen toistumat.',1033388797,NULL); -INSERT INTO international VALUES (76,'EventsCalendar',13,'Poista vain tämä tapahtuma.',1033388795,NULL); -INSERT INTO international VALUES (75,'EventsCalendar',13,'Mitä haluaisit tehdä?',1033388792,NULL); -INSERT INTO international VALUES (4,'EventsCalendar',13,'Tapahtuu ainoastaan kerran.',1033388776,NULL); -INSERT INTO international VALUES (20,'EventsCalendar',13,'Lisää tapahtuma.',1033388771,NULL); -INSERT INTO international VALUES (2,'EventsCalendar',13,'Tapahtumakalenteri',1033388768,NULL); -INSERT INTO international VALUES (15,'EventsCalendar',13,'Päättymispäivä',1033388756,NULL); -INSERT INTO international VALUES (14,'EventsCalendar',13,'Alkamispäivä',1033388754,NULL); -INSERT INTO international VALUES (13,'EventsCalendar',13,'Lisää tapahtuma',1033388751,NULL); -INSERT INTO international VALUES (12,'EventsCalendar',13,'Muokkaa tapahtumakalenteria',1033388749,NULL); -INSERT INTO international VALUES (8,'FileManager',13,'Selitys',1033388740,NULL); -INSERT INTO international VALUES (7,'FileManager',13,'Ryhmä joka saa ladata',1085386264,NULL); -INSERT INTO international VALUES (5,'FileManager',13,'Tiedoston otsikko',1033388723,NULL); -INSERT INTO international VALUES (3,'FileManager',13,'Lisätäänkö tiedostoja?',1033388720,NULL); -INSERT INTO international VALUES (18,'FileManager',13,'Vaihtoehtoinen versio 2',1033388706,NULL); -INSERT INTO international VALUES (17,'FileManager',13,'Vaihtoehtoinen versio 1',1033388703,NULL); -INSERT INTO international VALUES (16,'FileManager',13,'Tallennettu',1033388701,NULL); -INSERT INTO international VALUES (15,'FileManager',13,'Selitys',1033388698,NULL); -INSERT INTO international VALUES (14,'FileManager',13,'Tiedosto',1033388695,NULL); -INSERT INTO international VALUES (9,'Article',13,'Liite',1033388681,NULL); -INSERT INTO international VALUES (7,'Article',13,'Linkin otsikko',1033388678,NULL); -INSERT INTO international VALUES (6,'Article',13,'Kuva',1033388675,NULL); -INSERT INTO international VALUES (4,'Article',13,'Loppumispäivä',1033388672,NULL); -INSERT INTO international VALUES (3,'Article',13,'Alkamispäivä',1033388670,NULL); -INSERT INTO international VALUES (28,'Article',13,'Näytä vastaukset',1033388667,NULL); -INSERT INTO international VALUES (24,'Article',13,'Lähetä vastine',1033388663,NULL); -INSERT INTO international VALUES (22,'Article',13,'Kirjoittaja',1033388660,NULL); -INSERT INTO international VALUES (23,'Article',13,'Päiväys',1033388657,NULL); -INSERT INTO international VALUES (8,'Article',13,'Linkin URL',1033388650,NULL); -INSERT INTO international VALUES (12,'Article',13,'Muokkaa artikkelia',1033388636,NULL); -INSERT INTO international VALUES (395,'WebGUI',13,'Lisää uusi kuva.',1033388623,NULL); -INSERT INTO international VALUES (62,'WebGUI',13,'Tallenna',1033388612,NULL); -INSERT INTO international VALUES (61,'WebGUI',13,'Päivitä tilin tiedot',1033388588,NULL); -INSERT INTO international VALUES (605,'WebGUI',13,'Lisää ryhmiä',1033388577,NULL); -INSERT INTO international VALUES (597,'WebGUI',13,'Muokkaa kansainvälisiä ilmoituksia',1033388567,NULL); -INSERT INTO international VALUES (596,'WebGUI',13,'PUUTTUU',1033388565,NULL); -INSERT INTO international VALUES (595,'WebGUI',13,'Kansainväliset viestit',1033388563,NULL); -INSERT INTO international VALUES (592,'WebGUI',13,'Merkistö',1033388556,NULL); -INSERT INTO international VALUES (591,'WebGUI',13,'Kieli',1033388554,NULL); -INSERT INTO international VALUES (590,'WebGUI',13,'Kieli ID',1033388552,NULL); -INSERT INTO international VALUES (59,'WebGUI',13,'Unohdin salasanani.',1033388550,NULL); -INSERT INTO international VALUES (585,'WebGUI',13,'Hallitse käännöksiä.',1033388539,NULL); -INSERT INTO international VALUES (583,'WebGUI',13,'Suurin kuvakoko',1033388535,NULL); -INSERT INTO international VALUES (582,'WebGUI',13,'Jätä tyhjäksi',1033388533,NULL); -INSERT INTO international VALUES (581,'WebGUI',13,'Lisää uusi arvo',1033388531,NULL); -INSERT INTO international VALUES (580,'WebGUI',13,'Viestisi on estetty.',1033388529,NULL); -INSERT INTO international VALUES (58,'WebGUI',13,'Minulla on jo tili.',1033388527,NULL); -INSERT INTO international VALUES (577,'WebGUI',13,'Lähetä vastaus',1033388520,NULL); -INSERT INTO international VALUES (576,'WebGUI',13,'Poista',1033388517,NULL); -INSERT INTO international VALUES (575,'WebGUI',13,'Muokkaa',1033388515,NULL); -INSERT INTO international VALUES (574,'WebGUI',13,'Estä',1033388512,NULL); -INSERT INTO international VALUES (572,'WebGUI',13,'Approve',1033388508,NULL); -INSERT INTO international VALUES (57,'WebGUI',13,'Tätä tarvitaan ainoastaan email ominaisuuksissa.',1033388501,NULL); -INSERT INTO international VALUES (566,'WebGUI',13,'Muokkaamisen aikakatkaisu',1033388493,NULL); -INSERT INTO international VALUES (565,'WebGUI',13,'Kuka voi muokata?',1033388491,NULL); -INSERT INTO international VALUES (564,'WebGUI',13,'Kuka voi postittaa?',1033388489,NULL); -INSERT INTO international VALUES (563,'WebGUI',13,'Oletustila',1033388486,NULL); -INSERT INTO international VALUES (562,'WebGUI',13,'Ratkaisematon',1033388484,NULL); -INSERT INTO international VALUES (561,'WebGUI',13,'Estetty',1033388482,NULL); -INSERT INTO international VALUES (560,'WebGUI',13,'Suostuttu',1033388480,NULL); -INSERT INTO international VALUES (56,'WebGUI',13,'email osoite',1033388478,NULL); -INSERT INTO international VALUES (559,'WebGUI',13,'Suorita rekisteröinti',1033388476,NULL); -INSERT INTO international VALUES (558,'WebGUI',13,'Muokkaa käyttäjien Karma',1033388474,NULL); -INSERT INTO international VALUES (557,'WebGUI',13,'Selitys',1033388472,NULL); -INSERT INTO international VALUES (556,'WebGUI',13,'Amount',1033388470,NULL); -INSERT INTO international VALUES (555,'WebGUI',13,'Muokka tämän käyttäjän Karma.',1033388468,NULL); -INSERT INTO international VALUES (554,'WebGUI',13,'Toimia',1033388466,NULL); -INSERT INTO international VALUES (553,'WebGUI',13,'Tila',1033388464,NULL); -INSERT INTO international VALUES (552,'WebGUI',13,'Ratkaisematon',1033388462,NULL); -INSERT INTO international VALUES (551,'WebGUI',13,'Huomautus',1033388460,NULL); -INSERT INTO international VALUES (2,'Auth/WebGUI',13,'Salasana (vahvista)',1083591337,NULL); -INSERT INTO international VALUES (543,'WebGUI',13,'Lisää ryhmä kuville.',1033388441,NULL); -INSERT INTO international VALUES (542,'WebGUI',13,'Edellinen...',1033388439,NULL); -INSERT INTO international VALUES (541,'WebGUI',13,'Karma / postitus',1033388437,NULL); -INSERT INTO international VALUES (540,'WebGUI',13,'Karma / kirjautuminen',1033388435,NULL); -INSERT INTO international VALUES (54,'WebGUI',13,'Luo tili',1033388433,NULL); -INSERT INTO international VALUES (539,'WebGUI',13,'Käytetäänkö Karmaa?',1033388431,NULL); -INSERT INTO international VALUES (538,'WebGUI',13,'Karma Threshold',1033388429,NULL); -INSERT INTO international VALUES (537,'WebGUI',13,'Karma',1033388426,NULL); -INSERT INTO international VALUES (536,'WebGUI',13,'Käyttäjä ^@; on liittynyt sivustoon.',1033388424,NULL); -INSERT INTO international VALUES (535,'WebGUI',13,'Ryhmä, jolle ilmoitetaan uudesta käyttäjästä',1033388422,NULL); -INSERT INTO international VALUES (534,'WebGUI',13,'Ilmoita uudesta käyttäjästä?',1033388420,NULL); -INSERT INTO international VALUES (53,'WebGUI',13,'Tee sivusta tulostettava',1033388408,NULL); -INSERT INTO international VALUES (528,'WebGUI',13,'Mallin nimi',1065224772,NULL); -INSERT INTO international VALUES (527,'WebGUI',13,'Oletuskotisivu',1033388401,NULL); -INSERT INTO international VALUES (525,'WebGUI',13,'Muokkaa sisällön asetuksia',1033388396,NULL); -INSERT INTO international VALUES (1025,'WebGUI',13,'Lisää muokkauspäivä postituksiin?',1033388394,NULL); -INSERT INTO international VALUES (523,'WebGUI',13,'Huomautukset',1033388392,NULL); -INSERT INTO international VALUES (522,'WebGUI',13,'Haluan muistutuksen ICQ:n kautta.',1033388390,NULL); -INSERT INTO international VALUES (520,'WebGUI',13,'Haluan muistutuksen sähköpostiini.',1033388385,NULL); -INSERT INTO international VALUES (52,'WebGUI',13,'Kirjaudu',1033388383,NULL); -INSERT INTO international VALUES (519,'WebGUI',13,'En halua ilmoituksia.',1033388381,NULL); -INSERT INTO international VALUES (518,'WebGUI',13,'Saapuneiden huomautukset',1033388379,NULL); -INSERT INTO international VALUES (517,'WebGUI',13,'Hallinta pois!',1033388377,NULL); -INSERT INTO international VALUES (516,'WebGUI',13,'Hallinta päälle!',1033388374,NULL); -INSERT INTO international VALUES (515,'WebGUI',13,'Lisää muokkausaika postituksiin?',1033388368,NULL); -INSERT INTO international VALUES (514,'WebGUI',13,'Katsottu',1033388366,NULL); -INSERT INTO international VALUES (513,'WebGUI',13,'Edellinen viestiketju',1068663528,NULL); -INSERT INTO international VALUES (512,'WebGUI',13,'Seuraava viestiketju',1068663522,NULL); -INSERT INTO international VALUES (510,'WebGUI',13,'Flat',1033388359,NULL); -INSERT INTO international VALUES (51,'WebGUI',13,'Salasana',1033388357,NULL); -INSERT INTO international VALUES (508,'WebGUI',13,'Hallitse mallipohjia.',1033388353,NULL); -INSERT INTO international VALUES (507,'WebGUI',13,'Muokkaa mallia',1033388351,NULL); -INSERT INTO international VALUES (506,'WebGUI',13,'Hallitse mallipohjia',1033388349,NULL); -INSERT INTO international VALUES (505,'WebGUI',13,'Lisää uusi mallipohja.',1033388347,NULL); -INSERT INTO international VALUES (504,'WebGUI',13,'Mallipohja',1033388345,NULL); -INSERT INTO international VALUES (503,'WebGUI',13,'Mallin ID',1033388343,NULL); -INSERT INTO international VALUES (500,'WebGUI',13,'Sivu ID',1033388338,NULL); -INSERT INTO international VALUES (50,'WebGUI',13,'Käyttäjänimi',1033388336,NULL); -INSERT INTO international VALUES (5,'WebGUI',13,'Hallitse ryhmiä.',1033388334,NULL); -INSERT INTO international VALUES (498,'WebGUI',13,'Päättymispäivä',1033388329,NULL); -INSERT INTO international VALUES (497,'WebGUI',13,'Alkamispäivä',1033388327,NULL); -INSERT INTO international VALUES (496,'WebGUI',13,'Käytettävä editori',1033388325,NULL); -INSERT INTO international VALUES (493,'WebGUI',13,'Takaisin sivustoon.',1033388319,NULL); -INSERT INTO international VALUES (492,'WebGUI',13,'Profiilikenttien lista.',1033388317,NULL); -INSERT INTO international VALUES (491,'WebGUI/Profile',13,'Lisää profiilikenttä.',1056064921,NULL); -INSERT INTO international VALUES (490,'WebGUI/Profile',13,'Lisää profiili kategoria.',1056064899,NULL); -INSERT INTO international VALUES (49,'WebGUI',13,'Kirjaudu ulos tästä.',1033388311,NULL); -INSERT INTO international VALUES (489,'WebGUI/Profile',13,'Profiili kategoria',1033388309,NULL); -INSERT INTO international VALUES (488,'WebGUI',13,'Oletusarvo(t)',1033388307,NULL); -INSERT INTO international VALUES (487,'WebGUI',13,'Mahdolliset arvot',1033388305,NULL); -INSERT INTO international VALUES (486,'WebGUI',13,'Tietotyyppi',1033388303,NULL); -INSERT INTO international VALUES (485,'WebGUI',13,'Boolean (Valintaruutu)',1033388301,NULL); -INSERT INTO international VALUES (484,'WebGUI',13,'Valintalista',1033388299,NULL); -INSERT INTO international VALUES (483,'WebGUI',13,'Kyllä vai Ei',1033388297,NULL); -INSERT INTO international VALUES (482,'WebGUI',13,'Numero (kokonaisluku)',1033388295,NULL); -INSERT INTO international VALUES (481,'WebGUI',13,'Puhelinnumero',1033388293,NULL); -INSERT INTO international VALUES (480,'WebGUI',13,'Sähköpostiosoite',1033388291,NULL); -INSERT INTO international VALUES (48,'WebGUI',13,'Hei',1033388289,NULL); -INSERT INTO international VALUES (479,'WebGUI',13,'Päivämäärä',1033388286,NULL); -INSERT INTO international VALUES (478,'WebGUI',13,'URL',1033388284,NULL); -INSERT INTO international VALUES (477,'WebGUI',13,'HTML alue',1033388282,NULL); -INSERT INTO international VALUES (476,'WebGUI',13,'Tekstialue',1033388280,NULL); -INSERT INTO international VALUES (475,'WebGUI',13,'Teksti',1033388278,NULL); -INSERT INTO international VALUES (474,'WebGUI/Profile',13,'Pakollinen?',1033388276,NULL); -INSERT INTO international VALUES (473,'WebGUI/Profile',13,'Näkyvä?',1056065175,NULL); -INSERT INTO international VALUES (472,'WebGUI',13,'Label',1033388271,NULL); -INSERT INTO international VALUES (471,'WebGUI/Profile',13,'Muokkaa käyttäjäprofiilin kenttää?',1056065229,NULL); -INSERT INTO international VALUES (470,'WebGUI',13,'Nimi',1033388267,NULL); -INSERT INTO international VALUES (47,'WebGUI',13,'Alkuun',1033388266,NULL); -INSERT INTO international VALUES (469,'WebGUI',13,'ID',1033388264,NULL); -INSERT INTO international VALUES (468,'WebGUI/Profile',13,'Muokkaa käyttäjän profiili kategoriaa',1056065252,NULL); -INSERT INTO international VALUES (467,'WebGUI/Profile',13,'Haluatko varmasti poistaa tämän kentän ja kaiken tiedon joka on liitetty siihen?',1065224204,NULL); -INSERT INTO international VALUES (465,'WebGUI',13,'Tekstiruudun koko',1033388256,NULL); -INSERT INTO international VALUES (464,'WebGUI',13,'Tekstialue palstat',1033388253,NULL); -INSERT INTO international VALUES (463,'WebGUI',13,'Tekstialue rivit',1033388251,NULL); -INSERT INTO international VALUES (462,'WebGUI',13,'Ajan esitysmuoto',1033388249,NULL); -INSERT INTO international VALUES (461,'WebGUI',13,'Päiväyksen esitysmuoto',1033388247,NULL); -INSERT INTO international VALUES (460,'WebGUI',13,'Aikaero',1033388245,NULL); -INSERT INTO international VALUES (46,'WebGUI',13,'Kirjautuminen',1033388243,NULL); -INSERT INTO international VALUES (459,'WebGUI',13,'Muokkaa tämän käyttäjän profiilia?',1033388240,NULL); -INSERT INTO international VALUES (458,'WebGUI',13,'Muokkaa tämän käyttäjän ryhmiä?',1033388238,NULL); -INSERT INTO international VALUES (457,'WebGUI',13,'Muokkaa tämän käyttäjän tunnusta.',1033388236,NULL); -INSERT INTO international VALUES (456,'WebGUI',13,'Takaisin käyttäjälistaan.',1033388234,NULL); -INSERT INTO international VALUES (455,'WebGUI',13,'Muokkaa käyttäjän profiilia',1033388232,NULL); -INSERT INTO international VALUES (454,'WebGUI',13,'Viimeksi päivitetty',1033388230,NULL); -INSERT INTO international VALUES (452,'WebGUI',13,'Odota hetki...',1033388225,NULL); -INSERT INTO international VALUES (451,'WebGUI',13,'on pakollinen.',1033388223,NULL); -INSERT INTO international VALUES (450,'WebGUI',13,'Yrityksen nimi',1033388221,NULL); -INSERT INTO international VALUES (45,'WebGUI',13,'Ei, tein virheen.',1033388219,NULL); -INSERT INTO international VALUES (449,'WebGUI',13,'Sekalaisia tietoja',1033388218,NULL); -INSERT INTO international VALUES (448,'WebGUI',13,'Sivuston rakenne',1065224886,NULL); -INSERT INTO international VALUES (447,'WebGUI',13,'Hallitse sivurakennetta.',1033388214,NULL); -INSERT INTO international VALUES (446,'WebGUI',13,'Yrityksen kotisivu',1033388212,NULL); -INSERT INTO international VALUES (445,'WebGUI',13,'Asetukset',1065224592,NULL); -INSERT INTO international VALUES (444,'WebGUI',13,'Väestötilastollinen tieto',1033388208,NULL); -INSERT INTO international VALUES (443,'WebGUI',13,'Kodin tiedot',1033388206,NULL); -INSERT INTO international VALUES (442,'WebGUI',13,'Työpaikan tiedot',1033388203,NULL); -INSERT INTO international VALUES (441,'WebGUI',13,'email => hakulaite yhdyskäytävä',1033388201,NULL); -INSERT INTO international VALUES (440,'WebGUI',13,'Yhteystiedot',1033388199,NULL); -INSERT INTO international VALUES (44,'WebGUI',13,'Kyllä, olen varma.',1033388197,NULL); -INSERT INTO international VALUES (439,'WebGUI',13,'Henkilökohtaiset tiedot',1033388195,NULL); -INSERT INTO international VALUES (438,'WebGUI',13,'Nimesi',1033388193,NULL); -INSERT INTO international VALUES (436,'WebGUI',13,'Keskeytä istunto',1033388189,NULL); -INSERT INTO international VALUES (434,'WebGUI',13,'Tila',1033388185,NULL); -INSERT INTO international VALUES (433,'WebGUI',13,'Käyttäjäagentti',1033388183,NULL); -INSERT INTO international VALUES (432,'WebGUI',13,'Vanhenee',1033388181,NULL); -INSERT INTO international VALUES (431,'WebGUI',13,'IP osoite',1033388179,NULL); -INSERT INTO international VALUES (43,'WebGUI',13,'Haluatko varmasti poistaa tämän sisällön?',1065224075,NULL); -INSERT INTO international VALUES (429,'WebGUI',13,'Kirjautumisaika',1033388173,NULL); -INSERT INTO international VALUES (428,'WebGUI',13,'Käyttäjän (ID)',1033388171,NULL); -INSERT INTO international VALUES (426,'WebGUI',13,'Kirjautumishistoria',1033388167,NULL); -INSERT INTO international VALUES (424,'WebGUI',13,'Näytä kirjautumishistoria.',1033388163,NULL); -INSERT INTO international VALUES (423,'WebGUI',13,'Näytä aktiiviset istunnot.',1033388161,NULL); -INSERT INTO international VALUES (422,'WebGUI',13,'Kirjautuminen epäonnistui!\r\nThe information supplied does not match the account.',1033388159,NULL); -INSERT INTO international VALUES (42,'WebGUI',13,'Vahvista, ole hyvä',1033388151,NULL); -INSERT INTO international VALUES (412,'WebGUI',13,'Synopsis',1033388140,NULL); -INSERT INTO international VALUES (411,'WebGUI',13,'Valikon otsikko',1033388138,NULL); -INSERT INTO international VALUES (410,'WebGUI',13,'Hallitse juuria.',1033388136,NULL); -INSERT INTO international VALUES (409,'WebGUI',13,'Lisää uusi juuri.',1033388132,NULL); -INSERT INTO international VALUES (408,'WebGUI',13,'Hallitse juuria',1033388130,NULL); -INSERT INTO international VALUES (407,'WebGUI',13,'Rekisteröidy tästä.',1033388128,NULL); -INSERT INTO international VALUES (406,'WebGUI',13,'Pikkukuvan koko',1033388126,NULL); -INSERT INTO international VALUES (405,'WebGUI',13,'Viimeinen sivu',1033388124,NULL); -INSERT INTO international VALUES (404,'WebGUI',13,'Ensimmäinen sivu',1033388122,NULL); -INSERT INTO international VALUES (403,'WebGUI',13,'Prefer not to say.',1033388119,NULL); -INSERT INTO international VALUES (401,'WebGUI',13,'Haluatko varmasti poistaa tämän ja kaikki sen alla olevat viestit?',1065224068,NULL); -INSERT INTO international VALUES (40,'WebGUI',13,'Elintärkeä komponentti',1033388110,NULL); -INSERT INTO international VALUES (4,'WebGUI',13,'Hallitse asetuksia',1033388108,NULL); -INSERT INTO international VALUES (391,'WebGUI',13,'Poista liitetiedosto.',1033388095,NULL); -INSERT INTO international VALUES (39,'WebGUI',13,'Sinulla ei ole riittäviä oikeuksia päästäksesi tälle sivulle.',1033388090,NULL); -INSERT INTO international VALUES (387,'WebGUI',13,'Tallentanut',1033388083,NULL); -INSERT INTO international VALUES (386,'WebGUI',13,'Muokkaa kuvaa',1033388080,NULL); -INSERT INTO international VALUES (385,'WebGUI',13,'Parametrit',1033388078,NULL); -INSERT INTO international VALUES (384,'WebGUI',13,'Tiedosto',1033388075,NULL); -INSERT INTO international VALUES (379,'WebGUI',13,'Ryhmä ID',1033388062,NULL); -INSERT INTO international VALUES (378,'WebGUI',13,'Käyttäjä ID',1033388060,NULL); -INSERT INTO international VALUES (376,'WebGUI',13,'Paketti',1033388056,NULL); -INSERT INTO international VALUES (374,'WebGUI',13,'Hallitse paketteja.',1033388051,NULL); -INSERT INTO international VALUES (372,'WebGUI',13,'Muokkaa käyttäjän ryhmiä',1033388048,NULL); -INSERT INTO international VALUES (371,'WebGUI',13,'Lisää ryhmitys',1033388046,NULL); -INSERT INTO international VALUES (370,'WebGUI',13,'Muokkaa ryhmitystä',1033388044,NULL); -INSERT INTO international VALUES (37,'WebGUI',13,'Pääsy kielletty!',1033388042,NULL); -INSERT INTO international VALUES (369,'WebGUI',13,'Vanhentumispäivä',1033388040,NULL); -INSERT INTO international VALUES (368,'WebGUI',13,'Lisää uusi ryhmä tälle käyttäjälle.',1033388037,NULL); -INSERT INTO international VALUES (362,'WebGUI',13,'Vierekkäin',1033388024,NULL); -INSERT INTO international VALUES (361,'WebGUI',13,'3 yhden yläpuolella',1033388022,NULL); -INSERT INTO international VALUES (360,'WebGUI',13,'1 kolmen yläpuolella',1033388020,NULL); -INSERT INTO international VALUES (359,'WebGUI',13,'Oikea palsta',1033388015,NULL); -INSERT INTO international VALUES (358,'WebGUI',13,'Vasen palsta',1033388013,NULL); -INSERT INTO international VALUES (357,'WebGUI',13,'Uutiset',1033388011,NULL); -INSERT INTO international VALUES (356,'WebGUI',13,'Pohja',1033388009,NULL); -INSERT INTO international VALUES (355,'WebGUI',13,'Oletus',1033388007,NULL); -INSERT INTO international VALUES (354,'WebGUI',13,'Näytä saapuneet.',1033388005,NULL); -INSERT INTO international VALUES (353,'WebGUI',13,'Sinulle ei ole saapuneita viestejä.',1033388003,NULL); -INSERT INTO international VALUES (352,'WebGUI',13,'',1065223834,NULL); -INSERT INTO international VALUES (351,'WebGUI',13,'Viesti',1033387999,NULL); -INSERT INTO international VALUES (350,'WebGUI',13,'Suoritettu',1033387996,NULL); -INSERT INTO international VALUES (35,'WebGUI',13,'Pääkäyttäjän toiminnot',1033387994,NULL); -INSERT INTO international VALUES (349,'WebGUI',13,'Viimeisin versio saatavilla',1033387992,NULL); -INSERT INTO international VALUES (348,'WebGUI',13,'Nimi',1033387990,NULL); -INSERT INTO international VALUES (347,'WebGUI',13,'',1065223826,NULL); -INSERT INTO international VALUES (345,'WebGUI',13,'Ei jäsenenä',1033387983,NULL); -INSERT INTO international VALUES (343,'WebGUI',13,'Näytä profiili.',1033387981,NULL); -INSERT INTO international VALUES (342,'WebGUI',13,'Muokkaa tilin tietoja',1033387979,NULL); -INSERT INTO international VALUES (341,'WebGUI',13,'Muokkaa profiilia.',1033387977,NULL); -INSERT INTO international VALUES (340,'WebGUI',13,'Nainen',1033387975,NULL); -INSERT INTO international VALUES (339,'WebGUI',13,'Mies',1033387971,NULL); -INSERT INTO international VALUES (338,'WebGUI',13,'Muokkaa profiilia',1033387969,NULL); -INSERT INTO international VALUES (337,'WebGUI',13,'Kotisivun URL',1033387967,NULL); -INSERT INTO international VALUES (336,'WebGUI',13,'Syntymäpäivä',1033387965,NULL); -INSERT INTO international VALUES (335,'WebGUI',13,'Sukupuoli',1033387963,NULL); -INSERT INTO international VALUES (334,'WebGUI',13,'Työpuhelin',1033387961,NULL); -INSERT INTO international VALUES (333,'WebGUI',13,'Työskentelymaa',1033387958,NULL); -INSERT INTO international VALUES (332,'WebGUI',13,'Työpaikan postinumero',1033387956,NULL); -INSERT INTO international VALUES (331,'WebGUI',13,'Työpaikan osavaltio',1033387954,NULL); -INSERT INTO international VALUES (330,'WebGUI',13,'Työpaikan postitoimipaikka',1033387952,NULL); -INSERT INTO international VALUES (33,'WebGUI',13,'Lauantai',1033387950,NULL); -INSERT INTO international VALUES (329,'WebGUI',13,'Työpaikan lähiosoite',1033387947,NULL); -INSERT INTO international VALUES (328,'WebGUI',13,'Kotipuhelin',1033387945,NULL); -INSERT INTO international VALUES (327,'WebGUI',13,'Kotimaa',1033387943,NULL); -INSERT INTO international VALUES (326,'WebGUI',13,'Kodin postinumero',1033387941,NULL); -INSERT INTO international VALUES (325,'WebGUI',13,'Kodin osavaltio',1033387938,NULL); -INSERT INTO international VALUES (324,'WebGUI',13,'Kodin postitoimipaikka',1033387936,NULL); -INSERT INTO international VALUES (323,'WebGUI',13,'Kotiosoite',1033387933,NULL); -INSERT INTO international VALUES (322,'WebGUI',13,'Hakulaite',1033387931,NULL); -INSERT INTO international VALUES (321,'WebGUI',13,'Matkapuhelin',1033387929,NULL); -INSERT INTO international VALUES (320,'WebGUI',13,'Yahoo! Messenger tunnus',1033387927,NULL); -INSERT INTO international VALUES (32,'WebGUI',13,'Perjantai',1033387925,NULL); -INSERT INTO international VALUES (319,'WebGUI',13,'MSN Messenger tunnus',1033387923,NULL); -INSERT INTO international VALUES (318,'WebGUI',13,'AIM tunnus',1033387921,NULL); -INSERT INTO international VALUES (317,'WebGUI',13,'ICQ UIN',1033387918,NULL); -INSERT INTO international VALUES (316,'WebGUI',13,'Sukunimi',1033387916,NULL); -INSERT INTO international VALUES (315,'WebGUI',13,'Toinen nimi',1033387914,NULL); -INSERT INTO international VALUES (314,'WebGUI',13,'Etunimi',1033387912,NULL); -INSERT INTO international VALUES (313,'WebGUI',13,'Salli sekalaiset tiedot?',1033387910,NULL); -INSERT INTO international VALUES (312,'WebGUI',13,'Salli yrityksen tiedot?',1033387908,NULL); -INSERT INTO international VALUES (311,'WebGUI',13,'Salli kodin tiedot?',1033387906,NULL); -INSERT INTO international VALUES (310,'WebGUI',13,'Salli ylimääräiset yhteystiedot?',1033387903,NULL); -INSERT INTO international VALUES (31,'WebGUI',13,'Torstai',1033387901,NULL); -INSERT INTO international VALUES (309,'WebGUI',13,'Salli todellinen nimi?',1033387898,NULL); -INSERT INTO international VALUES (308,'WebGUI',13,'Muokkaa profiiliasetuksia',1033387896,NULL); -INSERT INTO international VALUES (304,'WebGUI',13,'Kieli',1033387889,NULL); -INSERT INTO international VALUES (30,'WebGUI',13,'Keskiviikko',1033387887,NULL); -INSERT INTO international VALUES (5,'Navigation',1,'my mother\'s level (../page)',1077078526,'Option of \"Base page\"'); -INSERT INTO international VALUES (29,'WebGUI',13,'Tiistai',1033387883,NULL); -INSERT INTO international VALUES (28,'WebGUI',13,'Maanantai',1033387881,NULL); -INSERT INTO international VALUES (27,'WebGUI',13,'Sunnuntai',1033387879,NULL); -INSERT INTO international VALUES (26,'WebGUI',13,'Joulukuu',1033387877,NULL); -INSERT INTO international VALUES (25,'WebGUI',13,'Marraskuu',1033387875,NULL); -INSERT INTO international VALUES (245,'WebGUI',13,'Päiväys',1033387873,NULL); -INSERT INTO international VALUES (244,'WebGUI',13,'Kirjoittaja',1033387870,NULL); -INSERT INTO international VALUES (240,'WebGUI',13,'Viesti ID:',1033387868,NULL); -INSERT INTO international VALUES (24,'WebGUI',13,'Lokakuu',1033387866,NULL); -INSERT INTO international VALUES (233,'WebGUI',13,'(eom)',1033387853,NULL); -INSERT INTO international VALUES (232,'WebGUI',13,'ei aihetta',1033387851,NULL); -INSERT INTO international VALUES (231,'WebGUI',13,'Lähetä uusi viesti...',1033387849,NULL); -INSERT INTO international VALUES (230,'WebGUI',13,'Viesti',1033387847,NULL); -INSERT INTO international VALUES (23,'WebGUI',13,'Syyskuu',1033387845,NULL); -INSERT INTO international VALUES (229,'WebGUI',13,'Aihe',1033387843,NULL); -INSERT INTO international VALUES (22,'WebGUI',13,'Elokuu',1033387839,NULL); -INSERT INTO international VALUES (21,'WebGUI',13,'Heinäkuu',1033387837,NULL); -INSERT INTO international VALUES (20,'WebGUI',13,'Kesäkuu',1033387835,NULL); -INSERT INTO international VALUES (2,'WebGUI',13,'Sivu',1033387833,NULL); -INSERT INTO international VALUES (19,'WebGUI',13,'Toukokuu',1033387831,NULL); -INSERT INTO international VALUES (18,'WebGUI',13,'Huhtikuu',1033387829,NULL); -INSERT INTO international VALUES (175,'WebGUI',13,'Suorita makroja?',1033387827,NULL); -INSERT INTO international VALUES (174,'WebGUI',13,'Näytä otsikko?',1033387824,NULL); -INSERT INTO international VALUES (171,'WebGUI',13,'Muotoile tekstiä',1033387822,NULL); -INSERT INTO international VALUES (17,'WebGUI',13,'Maaliskuu',1033387818,NULL); -INSERT INTO international VALUES (169,'WebGUI',13,'Lisää uusi käyttäjä.',1033387816,NULL); -INSERT INTO international VALUES (168,'WebGUI',13,'Muokkaa käyttäjää',1033387813,NULL); -INSERT INTO international VALUES (167,'WebGUI',13,'Haluatko varmasti poistaa tämän käyttäjän? Kaikki käyttäjän tiedot poistetaan jos jatkat.',1065224062,NULL); -INSERT INTO international VALUES (4,'Auth/LDAP',13,'Yhdistä DN',1033387809,NULL); -INSERT INTO international VALUES (3,'Auth/LDAP',13,'LDAP URL',1033387806,NULL); -INSERT INTO international VALUES (164,'WebGUI',13,'Tunnistaumismenetelmä',1033387804,NULL); -INSERT INTO international VALUES (163,'WebGUI',13,'Lisää käyttäjä',1033387802,NULL); -INSERT INTO international VALUES (162,'WebGUI',13,'Are you certain that you wish to purge all the pages and wobjects in the trash?',1033387800,NULL); -INSERT INTO international VALUES (161,'WebGUI',13,'Submitted By',1033387797,NULL); -INSERT INTO international VALUES (160,'WebGUI',13,'Date Submitted',1033387795,NULL); -INSERT INTO international VALUES (16,'WebGUI',13,'Helmikuu',1033387792,NULL); -INSERT INTO international VALUES (159,'WebGUI',13,'Saapuneet',1033387790,NULL); -INSERT INTO international VALUES (15,'WebGUI',13,'Tammikuu',1033387774,NULL); -INSERT INTO international VALUES (147,'WebGUI',13,'Sivuja',1033387766,NULL); -INSERT INTO international VALUES (145,'WebGUI',13,'WebGUI Build Version',1033387760,NULL); -INSERT INTO international VALUES (144,'WebGUI',13,'Näytä statistiikka.',1033387758,NULL); -INSERT INTO international VALUES (143,'WebGUI',13,'Hallitse asetuksia',1033387756,NULL); -INSERT INTO international VALUES (142,'WebGUI',13,'Istunnon aikakatkaisu',1033387754,NULL); -INSERT INTO international VALUES (141,'WebGUI',13,'\"Sivua ei löydy\" sivu',1033387752,NULL); -INSERT INTO international VALUES (140,'WebGUI',13,'Muokkaa sekalaisia asetuksia',1033387749,NULL); -INSERT INTO international VALUES (14,'WebGUI',13,'View pending submissions.',1033387747,NULL); -INSERT INTO international VALUES (139,'WebGUI',13,'Ei',1033387744,NULL); -INSERT INTO international VALUES (138,'WebGUI',13,'Kyllä',1033387742,NULL); -INSERT INTO international VALUES (135,'WebGUI',13,'Lähtevän postin palvelin (SMTP)',1065224408,NULL); -INSERT INTO international VALUES (130,'WebGUI',13,'Liitteen suurin koko',1033387734,NULL); -INSERT INTO international VALUES (13,'WebGUI',13,'Näytä ohjeen sisältö.',1033387731,NULL); -INSERT INTO international VALUES (127,'WebGUI',13,'Yrityksen URL',1033387729,NULL); -INSERT INTO international VALUES (126,'WebGUI',13,'Yrityksen sähköpostiosoite',1033387727,NULL); -INSERT INTO international VALUES (125,'WebGUI',13,'Yrityksen nimi',1033387725,NULL); -INSERT INTO international VALUES (124,'WebGUI',13,'Muokkaa yrityksen tietoja',1033387723,NULL); -INSERT INTO international VALUES (8,'Auth/LDAP',13,'LDAP salasana nimi',1033387720,NULL); -INSERT INTO international VALUES (7,'Auth/LDAP',13,'LDAP tunnistus nimi',1033387718,NULL); -INSERT INTO international VALUES (6,'Auth/LDAP',13,'LDAP tunnistus (oletus)',1033387716,NULL); -INSERT INTO international VALUES (5,'Auth/LDAP',13,'LDAP URL (oletus)',1033387714,NULL); -INSERT INTO international VALUES (12,'WebGUI',13,'Hallinta pois',1033387712,NULL); -INSERT INTO international VALUES (119,'WebGUI',13,'Tunnistamismenetelmä (oletus)',1033387710,NULL); -INSERT INTO international VALUES (118,'WebGUI',13,'Anonyymi rekisteröityminen',1033387708,NULL); -INSERT INTO international VALUES (117,'WebGUI',13,'Muokkaa käyttäjäasetuksia',1033387706,NULL); -INSERT INTO international VALUES (116,'WebGUI',13,'Valitse \"Kyllä\" vaihtaaksesi kaikkien alasivujen ja wobjectien oikeudet samoiksi tämän sivun kanssa.',1058548737,NULL); -INSERT INTO international VALUES (11,'WebGUI',13,'Tyhjä roskis.',1033387686,NULL); -INSERT INTO international VALUES (108,'WebGUI',13,'Omistaja',1033387681,NULL); -INSERT INTO international VALUES (106,'WebGUI',13,'Valitse \"Kyllä\" vaihtaaksesi alasivut tämän sivun tyylisiksi.',1033387676,NULL); -INSERT INTO international VALUES (104,'WebGUI',13,'Sivu URL',1033387671,NULL); -INSERT INTO international VALUES (102,'WebGUI',13,'Muokkaa sivua',1033387666,NULL); -INSERT INTO international VALUES (101,'WebGUI',13,'Haluatko varmasti poistaa tämän sivun ja kaiken siihen liittyvän?',1065223948,NULL); -INSERT INTO international VALUES (100,'WebGUI',13,'Metatiedot (Tags)',1033387662,NULL); -INSERT INTO international VALUES (10,'WebGUI',13,'Hallitse roskista',1033387660,NULL); -INSERT INTO international VALUES (6,'USS',13,'Submissions Per Page',1033387650,NULL); -INSERT INTO international VALUES (59,'USS',13,'Next Submission',1033387648,NULL); -INSERT INTO international VALUES (58,'USS',13,'Previous Submission',1033387646,NULL); -INSERT INTO international VALUES (57,'USS',13,'Vastaukset',1033387644,NULL); -INSERT INTO international VALUES (53,'USS',13,'Ulkoasu',1033387635,NULL); -INSERT INTO international VALUES (52,'USS',13,'Pikkukuva',1033387632,NULL); -INSERT INTO international VALUES (51,'USS',13,'Näytä pikkukuva?',1033387630,NULL); -INSERT INTO international VALUES (5,'USS',13,'Your submission has been denied.',1033387627,NULL); -INSERT INTO international VALUES (48,'USS',13,'Salli keskustelu?',1033387625,NULL); -INSERT INTO international VALUES (47,'USS',13,'Postita vastaus',1033387622,NULL); -INSERT INTO international VALUES (46,'USS',13,'Lue lisää...',1033387620,NULL); -INSERT INTO international VALUES (41,'USS',13,'Päiväys',1033387615,NULL); -INSERT INTO international VALUES (4,'USS',13,'Your submission has been approved.',1033387610,NULL); -INSERT INTO international VALUES (39,'USS',13,'Lähetä vastaus',1033387608,NULL); -INSERT INTO international VALUES (37,'USS',13,'Poista',1033387603,NULL); -INSERT INTO international VALUES (35,'USS',13,'Otsikko',1033387601,NULL); -INSERT INTO international VALUES (33,'USS',13,'Liite',1033387596,NULL); -INSERT INTO international VALUES (32,'USS',13,'Kuva',1033387594,NULL); -INSERT INTO international VALUES (31,'USS',13,'Sisältö',1065223569,NULL); -INSERT INTO international VALUES (30,'USS',13,'Karma Per Submission',1033387589,NULL); -INSERT INTO international VALUES (3,'USS',13,'You have a new user submission to approve.',1033387586,NULL); -INSERT INTO international VALUES (29,'USS',13,'User Submission System',1033387584,NULL); -INSERT INTO international VALUES (28,'USS',13,'Return To Submissions List',1033387582,NULL); -INSERT INTO international VALUES (27,'USS',13,'Muokkaa',1033387580,NULL); -INSERT INTO international VALUES (21,'USS',13,'Submitted By',1033387573,NULL); -INSERT INTO international VALUES (20,'USS',13,'Post New Submission',1033387570,NULL); -INSERT INTO international VALUES (2,'USS',13,'Ketä voi avustaa?',1033387568,NULL); -INSERT INTO international VALUES (19,'USS',13,'Edit Submission',1033387566,NULL); -INSERT INTO international VALUES (18,'USS',13,'Edit User Submission System',1033387563,NULL); -INSERT INTO international VALUES (17,'USS',13,'Are you certain you wish to delete this submission?',1033387561,NULL); -INSERT INTO international VALUES (16,'USS',13,'Nimetön',1033387558,NULL); -INSERT INTO international VALUES (15,'USS',13,'Muokkaa/Poista',1033387556,NULL); -INSERT INTO international VALUES (14,'USS',13,'Tila',1033387554,NULL); -INSERT INTO international VALUES (13,'USS',13,'Lähetetty',1033387551,NULL); -INSERT INTO international VALUES (12,'USS',13,'(Uncheck if you\'re writing an HTML submission.)',1033387549,NULL); -INSERT INTO international VALUES (1,'USS',13,'Ketä voi suostua?',1033387546,NULL); -INSERT INTO international VALUES (4,'SyndicatedContent',13,'Edit Syndicated Content',1033387530,NULL); -INSERT INTO international VALUES (2,'SyndicatedContent',13,'Syndicated Content',1033387527,NULL); -INSERT INTO international VALUES (6,'SiteMap',13,'Sisennä',1033387512,NULL); -INSERT INTO international VALUES (5,'SiteMap',13,'Muokkaa sivukarttaa',1033387510,NULL); -INSERT INTO international VALUES (4,'SiteMap',13,'Valikon \"syvyys\"',1033387508,NULL); -INSERT INTO international VALUES (2,'SiteMap',13,'Sivukartta',1033387503,NULL); -INSERT INTO international VALUES (8,'SQLReport',13,'Muokkaa SQL-kyselyä',1033387498,NULL); -INSERT INTO international VALUES (1077,'WebGUI',1,'The function you are attempting to call is not available for this authentication module',1067951805,NULL); -INSERT INTO international VALUES (61,'SQLReport',13,'SQL kysely, Lisää/Muokkaa',1033387491,NULL); -INSERT INTO international VALUES (4,'SQLReport',13,'Kysely',1033387485,NULL); -INSERT INTO international VALUES (101,'DataForm',1,'Label',NULL,NULL); -INSERT INTO international VALUES (15,'SQLReport',13,'Esikäsittele makrot kyselyssä?',1033387474,NULL); -INSERT INTO international VALUES (86,'Survey',1,'Progress',1075639914,'A label indicating how far the user has progressed through the survey\r\n'); -INSERT INTO international VALUES (9,'Product',13,'Tuotekuva 3',1033387459,NULL); -INSERT INTO international VALUES (8,'Product',13,'Tuotekuva 2',1033387456,NULL); -INSERT INTO international VALUES (7,'Product',13,'Tuotekuva 1',1033387454,NULL); -INSERT INTO international VALUES (60,'Product',13,'Malli',1033387445,NULL); -INSERT INTO international VALUES (6,'Product',13,'Muokkaa tuotetta',1033387443,NULL); -INSERT INTO international VALUES (59,'Product',13,'Nimi',1033387441,NULL); -INSERT INTO international VALUES (58,'Product',13,'Muokkaa tuote pohjaa',1033387439,NULL); -INSERT INTO international VALUES (56,'Product',13,'Lisää tuotepohja.',1033387434,NULL); -INSERT INTO international VALUES (55,'Product',13,'Lisää hyötyjä.',1033387431,NULL); -INSERT INTO international VALUES (54,'Product',13,'Hyödyt',1033387429,NULL); -INSERT INTO international VALUES (53,'Product',13,'Muokkaa hyötyä',1033387427,NULL); -INSERT INTO international VALUES (52,'Product',13,'Lisää toinen hyöty?',1033387425,NULL); -INSERT INTO international VALUES (51,'Product',13,'Benefit',1033387422,NULL); -INSERT INTO international VALUES (5,'Product',13,'Haluatko varmasti poistaa tämän määrittelyn?',1065224025,NULL); -INSERT INTO international VALUES (49,'Product',13,'Product Benefit, Add/Edit',1033387415,NULL); -INSERT INTO international VALUES (46,'Product',13,'Product (Related), Add/Edit',1033387409,NULL); -INSERT INTO international VALUES (44,'Product',13,'Product Accessory, Add/Edit',1033387404,NULL); -INSERT INTO international VALUES (42,'Product',13,'Product Specification, Add/Edit',1033387400,NULL); -INSERT INTO international VALUES (40,'Product',13,'Product Feature, Add/Edit',1033387396,NULL); -INSERT INTO international VALUES (37,'Product',13,'Add a related product.',1033387389,NULL); -INSERT INTO international VALUES (36,'Product',13,'Add an accessory.',1033387387,NULL); -INSERT INTO international VALUES (35,'Product',13,'Lisää määritys.',1033387385,NULL); -INSERT INTO international VALUES (34,'Product',13,'Lisää ominaisuus.',1033387382,NULL); -INSERT INTO international VALUES (33,'Product',13,'Related Products',1033387380,NULL); -INSERT INTO international VALUES (32,'Product',13,'Accessories',1033387378,NULL); -INSERT INTO international VALUES (31,'Product',13,'',1085386742,NULL); -INSERT INTO international VALUES (30,'Product',13,'Piirteet',1033387373,NULL); -INSERT INTO international VALUES (3,'Product',13,'Haluatko varmasti poistaa tämän piirteen?',1065224016,NULL); -INSERT INTO international VALUES (29,'Product',13,'Yksiköt',1033387368,NULL); -INSERT INTO international VALUES (28,'Product',13,'Lisää toinen määrittely?',1033387366,NULL); -INSERT INTO international VALUES (27,'Product',13,'Määritys',1033387364,NULL); -INSERT INTO international VALUES (26,'Product',13,'',1085386749,NULL); -INSERT INTO international VALUES (25,'Product',13,'Muokkaa määrityksiä',1033387359,NULL); -INSERT INTO international VALUES (24,'Product',13,'Lisää toinen ominaisuus?',1056065015,NULL); -INSERT INTO international VALUES (23,'Product',13,'Piirre',1033387355,NULL); -INSERT INTO international VALUES (22,'Product',13,'Muokkaa piirrettä',1033387353,NULL); -INSERT INTO international VALUES (21,'Product',13,'',1085386734,NULL); -INSERT INTO international VALUES (20,'Product',13,'',1085386728,NULL); -INSERT INTO international VALUES (19,'Product',13,'',1085386720,NULL); -INSERT INTO international VALUES (18,'Product',13,'Lisää toinen lisälaite?',1033387342,NULL); -INSERT INTO international VALUES (15,'Product',13,'Takuu',1033387335,NULL); -INSERT INTO international VALUES (14,'Product',13,'Opas',1033387332,NULL); -INSERT INTO international VALUES (13,'Product',13,'Esite',1033387330,NULL); -INSERT INTO international VALUES (728,'WebGUI',13,'Haluatko varmasti poistaa tämän tiedoston?',1033387328,NULL); -INSERT INTO international VALUES (11,'Product',13,'Tuotenumero',1033387326,NULL); -INSERT INTO international VALUES (10,'Product',13,'Hinta',1033387324,NULL); -INSERT INTO international VALUES (1,'Product',13,'Tuote',1033387321,NULL); -INSERT INTO international VALUES (9,'Poll',13,'Muokkaa äänestystä',1033387317,NULL); -INSERT INTO international VALUES (8,'Poll',13,'(Kirjoita yksi vastaus per rivi. Maksimi 20.)',1033387315,NULL); -INSERT INTO international VALUES (72,'Poll',13,'Arvo vastaukset?',1033387312,NULL); -INSERT INTO international VALUES (7,'Poll',13,'Vastaukset',1033387310,NULL); -INSERT INTO international VALUES (6,'Poll',13,'Kysymys',1033387304,NULL); -INSERT INTO international VALUES (5,'Poll',13,'Käyrän leveys',1033387302,NULL); -INSERT INTO international VALUES (4,'Poll',13,'Kuka voi äänestää?',1033387299,NULL); -INSERT INTO international VALUES (3,'Poll',13,'Aktiivinen',1033387297,NULL); -INSERT INTO international VALUES (11,'Poll',13,'Äänestä!',1033387292,NULL); -INSERT INTO international VALUES (6,'MessageBoard',13,'Muokkaa keskustelualuetta',1033387276,NULL); -INSERT INTO international VALUES (1017,'WebGUI',13,'Viimeisin vastaus',1033387269,NULL); -INSERT INTO international VALUES (2,'MessageBoard',13,'Keskustelualue',1033387266,NULL); -INSERT INTO international VALUES (1016,'WebGUI',13,'Vastaukset',1033387263,NULL); -INSERT INTO international VALUES (1051,'WebGUI',1,'Replace With',1066418940,'Prompt the admin to enter a string to replace the search for string with in the replacement text.'); -INSERT INTO international VALUES (1043,'WebGUI',1,'Archive After',1066394455,'A label indicating that the administrator needs to enter an interval that specifies how long posts will remain viewable before archiving.'); -INSERT INTO international VALUES (949,'WebGUI',1,'Manage clipboard.',1052850265,NULL); -INSERT INTO international VALUES (91,'USS',13,'URL',1033387147,NULL); -INSERT INTO international VALUES (92,'USS',13,'Avaa uuteen ikkunaan?',1033387125,NULL); -INSERT INTO international VALUES (89,'USS',13,'Lisää uusi linkki.',1033387120,NULL); -INSERT INTO international VALUES (90,'USS',13,'Muokkaa linkkiä',1033387118,NULL); -INSERT INTO international VALUES (83,'USS',13,'Lisää uusi kysymys.',1033387091,NULL); -INSERT INTO international VALUES (86,'USS',13,'Vastaus',1033387072,NULL); -INSERT INTO international VALUES (85,'USS',13,'Kysymys',1033387069,NULL); -INSERT INTO international VALUES (84,'USS',13,'Muokkaa kysymystä',1033387045,NULL); -INSERT INTO international VALUES (89,'Survey',1,'The following template variables are available for the Survey.\r\n\r\n\r\nquestion.add.url
\r\nThe URL to add a new question to the survey.\r\n\r\n\r\nquestion.add.label
\r\nThe default label for question.add.url.\r\n\r\n\r\nuser.canTakeSurvey
\r\nA boolean indicating whether the current user has the rights to take the survey.\r\n\r\n\r\nform.header
\r\nThe required form elements that go at the top of the survey questions.\r\n\r\n\r\nform.footer
\r\nThe required form elements that go after the survey questions.\r\n\r\n\r\nform.submit
\r\nThe default submit button for the survey response.\r\n\r\n\r\nquestions.sofar.label
\r\nThe default label for indicating how many questions have been answered to this point in the survey.\r\n\r\n\r\nstart.newresponse.label
\r\nThe default label for start.newresponse.url.\r\n\r\n\r\nstart.newresponse.url
\r\nThe URL to start a new response to the survey after the user has already taken the survey once.\r\n\r\n\r\nthanks.survey.label
\r\nA message thanking the user for completing the survey.\r\n\r\n\r\nthanks.quiz.label
\r\nA message thanking the user for completing the quiz.\r\n\r\n\r\nquestions.total
\r\nThe total number of questions in the survey.\r\n\r\n\r\nquestions.correct.count.label
\r\nThe default label for questions.correct.count.\r\n\r\n\r\nquestions.correct.percent.label
\r\nThe default label for questions.correct.percent.\r\n\r\n\r\nmode.isSurvey
\r\nA boolean indicating whether we are in survey mode or quiz mode.\r\n\r\n\r\nsurvey.noprivs.label
\r\nA message telling the user that they do not have the privileges necessary to take this survey.\r\n\r\n\r\nquiz.noprivs.label
\r\nA message telling the user that they do not have the privileges necessary to take the quiz.\r\n\r\n\r\nresponse.id
\r\nThe unique id for the current response for this user.\r\n\r\n\r\n\r\nresponse.count
\r\nThe number of responses this user has provided for this survey.\r\n\r\n\r\n\r\nuser.isFirstResponse
\r\nA boolean indicating whether this is the first response for this user.\r\n\r\n\r\nuser.canRespondAgain
\r\nA boolean indicating whether the user is allowed to respond to this survey again.\r\n\r\n\r\nquestions.sofar.count
\r\nThe number of questions that have been answered to this point in the survey.\r\n\r\n\r\nquestions.correct.count
\r\nThe number of questions the user has correct in the quiz to this point.\r\n\r\n\r\nquestions.correct.percent
\r\nThe percentage of questions that the user has correct in the quiz to this point.\r\n\r\n\r\nresponse.isComplete
\r\nA boolean indicating whether the user has answered all of the questions for this survey response.\r\n\r\n\r\n\r\nquestion_loop
\r\nA loop which contains the questions for this survey response.\r\n\r\n\r\n\r\n
\r\nquestion.question\r\n\r\n\r\nquestion.edit_loop
\r\nThe survey question itself.\r\n\r\n\r\nquestion.allowComment
\r\nA boolean indicating whether this question allows comments or not.\r\n\r\n\r\nquestion.id
\r\nThe unique id for this question.\r\n\r\n\r\nquestion.comment.field
\r\nThe form field to enter comments for this question.\r\n\r\n\r\nquestion.comment.label
\r\nThe default label for question.comment.field.\r\n\r\n\r\nquestion.answer.field
\r\nThe form field containing the possible answers for this question.\r\n\r\n\r\n
\r\nA loop containing all the questions in the survey with edit controls.\r\n\r\n\r\n
\r\nquestion.edit.controls\r\n',1078223096,NULL); -INSERT INTO international VALUES (9,'EventsCalendar',13,'kunnes',1033387022,NULL); -INSERT INTO international VALUES (8,'EventsCalendar',13,'Toista',1033387019,NULL); -INSERT INTO international VALUES (78,'EventsCalendar',13,'Älä poista mitään, tein virheen.',1033387016,NULL); -INSERT INTO international VALUES (11,'Article',13,'(Valitse \"Kyllä\" ainoastaan jos et ole lisännyt
\r\nA toolbar to use to edit this question.\r\n\r\n\r\nquestion.edit.question
\r\nThe question to be edited.\r\n\r\n\r\nquestion.edit.id
\r\nThe unique id for this question.\r\n\r\n\r\n
merkkejä käsin.)',1033386968,NULL); -INSERT INTO international VALUES (10,'Article',13,'Muunna rivinvaihdot?',1033386955,NULL); -INSERT INTO international VALUES (84,'WebGUI',13,'Ryhmän nimi',1032541803,NULL); -INSERT INTO international VALUES (82,'WebGUI',13,'Pääkäyttäjän toiminnot...',1032541799,NULL); -INSERT INTO international VALUES (81,'WebGUI',13,'Käyttäjätilin päivitys onnistui!',1032541796,NULL); -INSERT INTO international VALUES (80,'WebGUI',13,'Käyttäjätunnus luotu!',1032541793,NULL); -INSERT INTO international VALUES (2,'Auth/LDAP',13,'Ei yhteyttä LDAP palvelimeen.',1032541787,NULL); -INSERT INTO international VALUES (3,'Auth/WebGUI',13,'Salasanasi ei täsmää. Yritä uudelleen.',1083591346,NULL); -INSERT INTO international VALUES (77,'WebGUI',13,'Käyttäjänimi on jo käytössä. Koita eri nimeä, kuten esimerkiksi:',1032541780,NULL); -INSERT INTO international VALUES (76,'WebGUI',13,'Sähköpostiosoite ei ole tietokannassa.',1032541777,NULL); -INSERT INTO international VALUES (75,'WebGUI',13,'Käyttäjätilin tiedot on lähetetty sähköpostiosoitteeseenne.',1032541774,NULL); -INSERT INTO international VALUES (74,'WebGUI',13,'Käyttäjätilin tiedot',1032541771,NULL); -INSERT INTO international VALUES (73,'WebGUI',13,'Kirjaudu sisään.',1032541766,NULL); -INSERT INTO international VALUES (72,'WebGUI',13,'Lähetä',1032541762,NULL); -INSERT INTO international VALUES (717,'WebGUI',13,'Kirjaudu ulos',1032541755,NULL); -INSERT INTO international VALUES (716,'WebGUI',13,'Kirjaudu sisään',1032541752,NULL); -INSERT INTO international VALUES (715,'WebGUI',13,'Uudelleenohjaa URL',1032541749,NULL); -INSERT INTO international VALUES (71,'WebGUI',13,'Anna uusi salasana',1032541732,NULL); -INSERT INTO international VALUES (702,'WebGUI',13,'Kuukausi',1032541700,NULL); -INSERT INTO international VALUES (70,'WebGUI',13,'Virhe',1032541672,NULL); -INSERT INTO international VALUES (7,'WebGUI',13,'Hallitse käyttäjiä.',1032541669,NULL); -INSERT INTO international VALUES (699,'WebGUI',13,'Viikon ensimmäinen päivä',1032541664,NULL); -INSERT INTO international VALUES (697,'WebGUI',13,'Karma, Käytä',1032541656,NULL); -INSERT INTO international VALUES (696,'WebGUI',13,'Roskis, tyhjä',1032541652,NULL); -INSERT INTO international VALUES (69,'WebGUI',13,'Ota yhteys pääkäyttäjään saadaksesi apua.',1032541649,NULL); -INSERT INTO international VALUES (682,'WebGUI',13,'Käyttäjäprofiili, Muokkaa',1032541628,NULL); -INSERT INTO international VALUES (678,'WebGUI',13,'Juuri, hallitse',1032541609,NULL); -INSERT INTO international VALUES (672,'WebGUI',13,'Profiiliasetukset, Muokkaa',1032541571,NULL); -INSERT INTO international VALUES (67,'WebGUI',13,'Luo uusi käyttäjätunnus.',1032541557,NULL); -INSERT INTO international VALUES (667,'WebGUI',13,'Ryhmä, Lisää/Muokkaa',1032541540,NULL); -INSERT INTO international VALUES (665,'WebGUI',13,'Ryhmä, poista',1032541532,NULL); -INSERT INTO international VALUES (664,'WebGUI',13,'Wobject, poista',1032541529,NULL); -INSERT INTO international VALUES (662,'WebGUI',13,'Asetukset, hallitse',1032541521,NULL); -INSERT INTO international VALUES (661,'WebGUI',13,'Tiedostoasetukset, muokkaa',1032541516,NULL); -INSERT INTO international VALUES (660,'WebGUI',13,'Ryhmät, hallitse',1032541513,NULL); -INSERT INTO international VALUES (66,'WebGUI',13,'Kirjaudu sisään',1032541510,NULL); -INSERT INTO international VALUES (658,'WebGUI',13,'Käyttäjät, hallitse',1032541502,NULL); -INSERT INTO international VALUES (657,'WebGUI',13,'Käyttäjä, poista',1032541499,NULL); -INSERT INTO international VALUES (655,'WebGUI',13,'Käyttäjä, Lisää/Muokkaa',1083591401,NULL); -INSERT INTO international VALUES (653,'WebGUI',13,'Sivu, poista',1032541485,NULL); -INSERT INTO international VALUES (652,'WebGUI',13,'Käyttäjäasetukset, muokkaa',1083591393,NULL); -INSERT INTO international VALUES (65,'WebGUI',13,'Poistakaa käyttäjätunnukseni pysyvästi.',1032541464,NULL); -INSERT INTO international VALUES (64,'WebGUI',13,'Kirjaudu ulos.',1032541448,NULL); -INSERT INTO international VALUES (63,'WebGUI',13,'Hallinta päälle.',1032541329,NULL); -INSERT INTO international VALUES (5,'WobjectProxy',13,'Wobject Proxy, Lisää/Muokkaa',1032541260,NULL); -INSERT INTO international VALUES (3,'WobjectProxy',13,'Wobject Proxy',1032541249,NULL); -INSERT INTO international VALUES (2,'WobjectProxy',13,'Muokkaa Wobject proxy',1032541244,NULL); -INSERT INTO international VALUES (1,'WobjectProxy',13,'Wobject To Proxy',1032541240,NULL); -INSERT INTO international VALUES (95,'WebGUI',13,'Ohjeen hakemisto',1032541235,NULL); -INSERT INTO international VALUES (94,'WebGUI',13,'Katso myös',1032541220,NULL); -INSERT INTO international VALUES (93,'WebGUI',13,'Ohje',1032541216,NULL); -INSERT INTO international VALUES (92,'WebGUI',13,'Seuraava sivu',1032541212,NULL); -INSERT INTO international VALUES (91,'WebGUI',13,'Edellinen sivu',1032541209,NULL); -INSERT INTO international VALUES (90,'WebGUI',13,'Lisää uusi ryhmä.',1032541202,NULL); -INSERT INTO international VALUES (9,'WebGUI',13,'Näytä leikepöytä.',1032541195,NULL); -INSERT INTO international VALUES (88,'WebGUI',13,'Käyttäjät ryhmässä',1032541183,NULL); -INSERT INTO international VALUES (87,'WebGUI',13,'Muokkaa ryhmää',1032541166,NULL); -INSERT INTO international VALUES (99,'WebGUI',13,'Otsikko',1032541149,NULL); -INSERT INTO international VALUES (739,'WebGUI',6,'Nivå på användargränssnitt',1050348568,NULL); -INSERT INTO international VALUES (897,'WebGUI/Profile',1,'Editable?',1050167573,NULL); -INSERT INTO international VALUES (898,'WebGUI',1,'Site Icon',1050172395,NULL); -INSERT INTO international VALUES (897,'WebGUI',1,'Favicon',1050170767,NULL); -INSERT INTO international VALUES (931,'WebGUI',1,'Themes, Manage',1050437240,NULL); -INSERT INTO international VALUES (932,'WebGUI',1,'Themes are a mechanism to quickly install new styles, templates, and collateral into a WebGUI site. They are also great for moving those same items from one site to another.\r\n\r\nTIP: When building a theme, be sure to name the components (styles, templates collateral) in the theme with some name that is unique to the theme. This is useful so that your users can find the components in your theme, as well as to avoid name conflicts.',1070027889,NULL); -INSERT INTO international VALUES (938,'WebGUI',1,'Theme, Delete',1050437207,NULL); -INSERT INTO international VALUES (939,'WebGUI',1,'When you delete a theme you\'ve created all you\'re actually deleting is the basic properties for the theme. However, when you delete a theme you\'ve imported, you\'ll also be deleting all of its components (styles, templates, and collateral) as well. Be careful that you are no longer using any of those components before deleting them.',1050437207,NULL); -INSERT INTO international VALUES (936,'WebGUI',1,'Theme, Import',1050436484,NULL); -INSERT INTO international VALUES (937,'WebGUI',1,'In order to import a theme you need a valid theme file exported from another WebGUI site. Just select the theme from your hard drive and click the \"Import\" button. You\'ll then get a confirmation screen asking whether this is the theme you wanted to import. If you agree, click on the \"Import\" button again and you\'ll have your new theme. You can then start to apply the theme to your site as you would any normal style, template, or collateral data.\r\n
\r\nYou cannot import a theme twice. If you wish to import a new version of a theme, then you must first delete the previous version of the theme. \r\n
\r\nYou also cannot import a theme from a version of WebGUI that is newer than the one you\'re using. Therefore if you are using WebGUI 5.2.4 and a theme was created with WebGUI 6.0.0, then you will not be allowed to import the theme until you upgrade.\r\n',1050436484,NULL); -INSERT INTO international VALUES (935,'WebGUI',1,'The file you uploaded does not appear to be a valid theme file.',1050431137,NULL); -INSERT INTO international VALUES (933,'WebGUI',1,'Theme, Edit',1050430737,NULL); -INSERT INTO international VALUES (934,'WebGUI',1,'Creating and editing themes is a fairly simple process. First you set up some basic properties for the theme, and then you start adding components to the theme. \r\n
\r\nThe basic properties of a theme cannot be changed by anyone except the site that the theme was created on. The following are the definitions of the basic properties of a theme:\r\n
\r\nTheme ID
\r\nThe unique ID for this theme within this WebGUI site. This ID will change if this theme is imported into another site.\r\n\r\n\r\nTheme Name
\r\nThis is the unique name of the theme. It must be unique in every site that the theme will be imported into. This name will not change across sites.\r\n\r\n\r\nTheme Designer
\r\nThe name of the person or company that created this theme. \r\n\r\n\r\nDesigner URL
\r\nThe URL of the web site for this theme\'s designer. If you are in the business of creating themes for WebGUI, then this is your place to attract attention to your offerings.\r\n\r\n\r\n',1050430737,NULL); -INSERT INTO international VALUES (940,'WebGUI',1,'Open in new window?',1050438829,NULL); -INSERT INTO international VALUES (832,'WebGUI',1,'The collateral management system has several macros for its specific purpose.\r\n
\r\n\r\n^File();
\r\nThis macro builds a quick file link. It creates an icon for the file and outputs the files name. Then it links them both to the file for downloading.\r\n\r\n\r\n^I();
\r\nThis macro retrieves an image from the collateral management system along with an HTML image tag so that you can quickly display an image from the repository in your content.\r\n\r\nExample: ^I(\"logo\");\r\n\r\n\r\n^i();
\r\nThis macro retrieves the URL for any file in the collateral management system.\r\n\r\nExample: ^i(\"status report\");\r\n\r\n\r\n\r\n^RandomImage();
\r\nThis macro takes a collateral folder as a parameter. If the folder name is omitted, then the root folder will be used. The macro then randomly chooses an image in the folder and returns it in much the same way the ^I(); macro works.\r\n\r\nExample: ^RandomImage(\"site headers\");\r\n\r\n\r\n^RandomSnippet();
\r\nThis macro takes a collateral folder as a parameter. If the folder name is omitted, then the root folder will be used. The macro then randomly chooses a snippet from the folder and returns it in much the same way the ^Snippet(); macro works.\r\n\r\nExample: ^RandomSnippet(\"quips\");\r\n\r\n\r\n\r\n^SI();
\r\nThe Scaled Image macro allows images to be found in the collateral and scaled (on the server-side), either maintaining the original aspect ratio or an entirely new ratio of your design. \r\n\r\nIt takes four parameters. The first is the image name or optionally the collateral id. The second is the width. Set the width to \"0\" to maintain aspect ratio by height. The third is height. Set the height to \"0\" to maintain aspect ratio by width. The fourth parameter allows you to specify additional parameters to the image.\r\n
\r\nExamples:
\r\nRetrieving an image by name (no scaling)
\r\n^SI(myimage);\r\n\r\nRetrieving an image by collateralId (no scaling)
\r\n^SI(66);\r\n\r\nScaling by width, maintaining aspect ratio
\r\n^SI(66,25);\r\n\r\nScaling by height, maintaining aspect ratio
\r\n^SI(66,0,25);\r\n\r\nPlaying with the aspect ratio
\r\n^SI(66,148,25);\r\n\r\nUsing parameters
\r\n\r\n\r\n^Snippet();
\r\n^SI(66,0,0,\'border=\"0\"\');\r\n
\r\nThis macro retrieves the contents of a snippet in the collateral management system and inserts it into the page.\r\n\r\nExample: ^Snippet(\"flash code\");\r\n\r\n\r\n^Thumbnail();
\r\nThis macro retrieves the URL for the thumbnail of any image in the collateral management system.\r\n\r\nExample: ^Thumbnail(\"logo\");\r\n\r\n\r\n^ThumbnailLinker();
\r\nThis macro builds a quick image viewer using nothing more than the collateral management system. It creates a thumbnail image with the name of the image under it and then links them both to the full sized image. You can also specify a \"1\" as a second parameter to have the linker create a new window to display the linked image.\r\n\r\nExample: ^ThumbnailLinker(\"logo\");\r\n\r\n\r\n',1051221379,NULL); -INSERT INTO international VALUES (930,'WebGUI',1,'View Theme',1050270912,NULL); -INSERT INTO international VALUES (929,'WebGUI',1,'Import!',1050265357,NULL); -INSERT INTO international VALUES (928,'WebGUI',1,'Do you wish to import this theme?',1050265284,NULL); -INSERT INTO international VALUES (927,'WebGUI',1,'Import Theme',1050265139,NULL); -INSERT INTO international VALUES (926,'WebGUI',1,'This theme was created with a newer version of WebGUI than is installed on your system. You must upgrade before installing this theme.',1050264990,NULL); -INSERT INTO international VALUES (925,'WebGUI',1,'You already have another version of this theme installed. You must delete it before installing it again.',1050264954,NULL); -INSERT INTO international VALUES (924,'WebGUI',1,'Import a theme.',1050262993,NULL); -INSERT INTO international VALUES (923,'WebGUI',1,'Theme Version',1050262964,NULL); -INSERT INTO international VALUES (922,'WebGUI',1,'Created With',1050262917,NULL); -INSERT INTO international VALUES (921,'WebGUI',1,'Theme Package File',1050260403,NULL); -INSERT INTO international VALUES (920,'WebGUI',1,'Export this theme.',1050247169,NULL); -INSERT INTO international VALUES (919,'WebGUI',1,'Edit this theme.',1050247154,NULL); -INSERT INTO international VALUES (918,'WebGUI',1,'Delete this theme.',1050247144,NULL); -INSERT INTO international VALUES (917,'WebGUI',1,'Add a theme component.',1050232824,NULL); -INSERT INTO international VALUES (916,'WebGUI',1,'Snippet',1050232301,NULL); -INSERT INTO international VALUES (915,'WebGUI',1,'File',1050232294,NULL); -INSERT INTO international VALUES (914,'WebGUI',1,'Image',1050232286,NULL); -INSERT INTO international VALUES (913,'WebGUI',1,'Template',1050232279,NULL); -INSERT INTO international VALUES (911,'WebGUI',1,'Component',1050232236,NULL); -INSERT INTO international VALUES (909,'WebGUI',1,'Add Theme Component',1050232207,NULL); -INSERT INTO international VALUES (908,'WebGUI',1,'Are you certain you wish to remove this component from this theme?',1050230878,NULL); -INSERT INTO international VALUES (907,'WebGUI',1,'Are you certain you wish to delete this theme?',1050230443,NULL); -INSERT INTO international VALUES (906,'WebGUI',1,'Designer URL',1050191766,NULL); -INSERT INTO international VALUES (905,'WebGUI',1,'Theme Designer',1050191749,NULL); -INSERT INTO international VALUES (904,'WebGUI',1,'Theme Name',1050190959,NULL); -INSERT INTO international VALUES (903,'WebGUI',1,'Theme ID',1050190880,NULL); -INSERT INTO international VALUES (902,'WebGUI',1,'Edit Theme',1050190716,NULL); -INSERT INTO international VALUES (901,'WebGUI',1,'Add a new theme.',1050190107,NULL); -INSERT INTO international VALUES (900,'WebGUI',1,'Manage themes.',1050189066,NULL); -INSERT INTO international VALUES (899,'WebGUI',1,'Manage Themes',1050189012,NULL); -INSERT INTO international VALUES (84,'DataForm',1,'Export tab delimited.',1052088598,'Save the data with tabs as separaters.'); -INSERT INTO international VALUES (82,'DataForm',1,'Data Form Template',1053885798,NULL); -INSERT INTO international VALUES (81,'DataForm',1,'Acknowlegement Template',1052064282,'A template to display whatever data there is to display.'); -INSERT INTO international VALUES (77,'DataForm',1,'Label',1051467316,'The text in front of a form field. (Like \"Context\" or \"Message\".)'); -INSERT INTO international VALUES (76,'DataForm',1,'Add a field.',1051464925,'As in \"Add a field element to this form.\"'); -INSERT INTO international VALUES (943,'WebGUI',1,'Checkbox',1051464272,'A form type that allows you to put a check mark in a box.'); -INSERT INTO international VALUES (942,'WebGUI',1,'Radio List',1051464141,'A form with a list of checkable boxes where only one box can be checked at a time.'); -INSERT INTO international VALUES (941,'WebGUI',1,'Checkbox List',1051464113,'A form with a list of checkable boxes.'); -INSERT INTO international VALUES (75,'DataForm',1,'Required',1051463599,'A field that cannot be blank.'); -INSERT INTO international VALUES (74,'DataForm',1,'Mail data?',1051463006,'As in, \"Do you wish to email someone this data?\"'); -INSERT INTO international VALUES (962,'WebGUI',1,'Manage Trash',1052850265,NULL); -INSERT INTO international VALUES (963,'WebGUI',1,'Trash Date',1052850265,NULL); -INSERT INTO international VALUES (964,'WebGUI',1,'Manage system trash.',1052850265,NULL); -INSERT INTO international VALUES (965,'WebGUI',1,'Manage System Trash',1052850265,NULL); -INSERT INTO international VALUES (966,'WebGUI',1,'Are you certain that you wish to permantently purge/delete this item from the trash?',1052850265,NULL); -INSERT INTO international VALUES (967,'WebGUI',1,'Empty system trash.',1052850265,NULL); -INSERT INTO international VALUES (968,'WebGUI',1,'Clipboard, Empty',1052850265,NULL); -INSERT INTO international VALUES (969,'WebGUI',1,'If you choose to empty your clipboard, any items contained in it will be moved to the trash.\r\n',1052850265,NULL); -INSERT INTO international VALUES (975,'WebGUI',1,'Users can remove themselves?',1053778962,'Determines whether users can delete themselves from this group.'); -INSERT INTO international VALUES (974,'WebGUI',1,'Users can add themselves?',1053778912,'Determines whether users can add themselves to this group.'); -INSERT INTO international VALUES (976,'WebGUI',1,'Add Users',1053800614,'This is the label for a box that shows a list of users to add to a particular group.'); -INSERT INTO international VALUES (977,'WebGUI',1,'Is secondary admin?',1053803387,'A flag indicating whether the users has secondary administrative privileges for this group.'); -INSERT INTO international VALUES (978,'WebGUI',1,'User added successfully.',1053804577,'A message used after secondary admin adds a user successfully.'); -INSERT INTO international VALUES (85,'DataForm',1,'One per line.',1053855146,'Telling the user to add one entry per line.'); -INSERT INTO international VALUES (88,'DataForm',1,'Data Form List Template',1053885702,NULL); -INSERT INTO international VALUES (89,'DataForm',1,'The following variables are available to the Data Form List template:\r\n\r\n\r\nback.url
\r\nThe URL to go back to the Data Form data entry page.\r\n\r\n\r\nback.label
\r\nThe default label for the back.url.\r\n\r\n\r\nfield_loop
\r\nA loop containing information about the fields in this Data Form.\r\n\r\n\r\nfield.name
\r\nThe web safe name of this field.\r\n\r\n\r\nfield.label
\r\nThe human readable label for this field.\r\n\r\n\r\nfield.id
\r\nA unique identifier representing this field in the database.\r\n\r\n\r\nfield.isMailField
\r\nA conditional indicating whether this field exists for the mail subsystem of the data form.\r\n\r\n\r\nfield.type
\r\nThe data type associated with this field.\r\n\r\n\r\n
\r\n\r\n
\r\n\r\nrecord.entryId',1053885702,NULL); -INSERT INTO international VALUES (87,'DataForm',1,'List Template',1053884753,'Prompt the user to select a template for the list view of the data form.'); -INSERT INTO international VALUES (86,'DataForm',1,'List all entries.',1053882548,'A label that links to all Data Form entries made to date.'); -INSERT INTO international VALUES (98,'EventsCalendar',1,'Now!',1053888477,'\"Something is going to happen now.\" This will be used to select a range in an events calendar. Now is the date and time right down to the current second.'); -INSERT INTO international VALUES (18,'DataForm',13,'Paluu lomakkeelle',1048538727,NULL); -INSERT INTO international VALUES (28,'DataForm',13,'Valinnainen teksti- ja HTML-alueelle.',1056061512,NULL); -INSERT INTO international VALUES (27,'DataForm',13,'Korkeus',1048532111,NULL); -INSERT INTO international VALUES (73,'DataForm',13,'Lähetä',1048531762,NULL); -INSERT INTO international VALUES (71,'DataForm',13,'',1039001404,NULL); -INSERT INTO international VALUES (62,'DataForm',13,'Tietolomakkeen kentät, Lisää/Muokkaa',1056061563,NULL); -INSERT INTO international VALUES (61,'DataForm',13,'Tietolomake, Lisää/Muokkaa',1056061536,NULL); -INSERT INTO international VALUES (8,'DataForm',13,'Leveys',1033387245,NULL); -INSERT INTO international VALUES (7,'DataForm',13,'Muokkaa tietolomaketta',1056061588,NULL); -INSERT INTO international VALUES (6,'DataForm',13,'Muokattava',1033387235,NULL); -INSERT INTO international VALUES (5,'DataForm',13,'Näytetty',1033387233,NULL); -INSERT INTO international VALUES (4,'DataForm',13,'Piilotettu',1033387230,NULL); -INSERT INTO international VALUES (3,'DataForm',13,'Kiitos palautteestasi!',1033387228,NULL); -INSERT INTO international VALUES (25,'DataForm',13,'Oletusarvo(t)',1056061475,NULL); -INSERT INTO international VALUES (24,'DataForm',13,'Mahdolliset arvot (Ainoastaan alasvetovalikossa)',1033387220,NULL); -INSERT INTO international VALUES (23,'DataForm',13,'Tyyppi',1033387218,NULL); -INSERT INTO international VALUES (22,'DataForm',13,'Tila',1033387215,NULL); -INSERT INTO international VALUES (21,'DataForm',13,'Kentän nimi',1033387213,NULL); -INSERT INTO international VALUES (20,'DataForm',13,'Muokkaa kenttää',1033387211,NULL); -INSERT INTO international VALUES (19,'DataForm',13,'Haluatko varmasti poistaa tämän kentän?',1065223976,NULL); -INSERT INTO international VALUES (17,'DataForm',13,'Viesti lähetetty',1033387201,NULL); -INSERT INTO international VALUES (16,'DataForm',13,'Acknowledgement',1033387199,NULL); -INSERT INTO international VALUES (13,'DataForm',13,'Piilokopio',1033387194,NULL); -INSERT INTO international VALUES (12,'DataForm',13,'Kopio',1033387191,NULL); -INSERT INTO international VALUES (11,'DataForm',13,'Vastaanottaja',1056061450,NULL); -INSERT INTO international VALUES (897,'WebGUI/Profile',13,'Muokattava?',1056061354,NULL); -INSERT INTO international VALUES (10,'DataForm',13,'Keneltä',1033387154,NULL); -INSERT INTO international VALUES (1,'DataForm',13,'Tietolomake',1056061416,NULL); -INSERT INTO international VALUES (2,'DataForm',13,'Viestin aihe tähän',1032541850,NULL); -INSERT INTO international VALUES (14,'DataForm',13,'Aihe',1032541832,NULL); -INSERT INTO international VALUES (945,'WebGUI',2,'Scratch Filter',1054050912,NULL); -INSERT INTO international VALUES (946,'WebGUI',2,'Gemeinsamen Mülleimer benutzen?',1054540965,NULL); -INSERT INTO international VALUES (947,'WebGUI',2,'Gemeinsame Zwischenablage benutzen?',1054048284,NULL); -INSERT INTO international VALUES (948,'WebGUI',2,'Zwischenablage verwalten',1054048257,NULL); -INSERT INTO international VALUES (949,'WebGUI',2,' Verwalten: Zwischenablage',1054541290,NULL); -INSERT INTO international VALUES (950,'WebGUI',2,'Zwischenablage leeren.',1054048162,NULL); -INSERT INTO international VALUES (951,'WebGUI',2,'Sind Sie sicher, dass Sie den Inhalt der Zwischenablage in den Mülleimer verschieben möchten?',1054540978,NULL); -INSERT INTO international VALUES (952,'WebGUI',2,'Datum Zwischenablage',1054048102,NULL); -INSERT INTO international VALUES (953,'WebGUI',2,'Vorherige Location',1054048086,NULL); -INSERT INTO international VALUES (954,'WebGUI',2,'System-Zwischenablage verwalten.',1054048052,NULL); -INSERT INTO international VALUES (955,'WebGUI',2,'System-Zwischenablage verwalten',1054048035,NULL); -INSERT INTO international VALUES (957,'WebGUI',2,'Zwischenablage, Verwalten',1054048016,NULL); -INSERT INTO international VALUES (959,'WebGUI',2,'System-Zwischenablage leeren.',1054047995,NULL); -INSERT INTO international VALUES (960,'WebGUI',2,'Mülleimer, Verwalten',1054540987,NULL); -INSERT INTO international VALUES (962,'WebGUI',2,'Mülleimer verwalten',1054541005,NULL); -INSERT INTO international VALUES (963,'WebGUI',2,'Lösch Datum',1054541210,NULL); -INSERT INTO international VALUES (964,'WebGUI',2,'System-Mülleimer verwalten.',1054541015,NULL); -INSERT INTO international VALUES (965,'WebGUI',2,'System-Mülleimer verwalten',1054541022,NULL); -INSERT INTO international VALUES (967,'WebGUI',2,'System-Mülleimer löschen',1054541033,NULL); -INSERT INTO international VALUES (970,'WebGUI',2,'Uhrzeit setzen',1054047795,NULL); -INSERT INTO international VALUES (971,'WebGUI',2,'Uhrzeit',1054047781,NULL); -INSERT INTO international VALUES (972,'WebGUI',2,'Datum und Zeit',1054047767,NULL); -INSERT INTO international VALUES (973,'WebGUI',2,'Falls Proxy benutzt wird: echte Client IP-Adressen benutzen?',1054047756,NULL); -INSERT INTO international VALUES (974,'WebGUI',2,'Benutzer können sich selbst hinzufügen?',1054541046,NULL); -INSERT INTO international VALUES (10,'WobjectProxy',2,'Template überschreiben?',1054541071,NULL); -INSERT INTO international VALUES (7,'WobjectProxy',2,'Titel überschreiben?',1054541079,NULL); -INSERT INTO international VALUES (8,'WobjectProxy',2,'Angezeigten Titel überschreiben?',1054541087,NULL); -INSERT INTO international VALUES (975,'WebGUI',2,'Benutzer können sich selbst von dieser Gruppe entfernen?',1054541217,NULL); -INSERT INTO international VALUES (976,'WebGUI',2,'Benutzer hinzufügen',1054541054,NULL); -INSERT INTO international VALUES (977,'WebGUI',2,'Zusätzlicher Administrator?',1054541136,NULL); -INSERT INTO international VALUES (978,'WebGUI',2,'Benutzer erfolgreich hinzugefügt.',1054541062,NULL); -INSERT INTO international VALUES (938,'WebGUI',2,'Thema, löschen',1054541195,NULL); -INSERT INTO international VALUES (940,'WebGUI',2,'In neuem Fenster öffnen?',1054541202,NULL); -INSERT INTO international VALUES (936,'WebGUI',2,'Thema, importieren',1054046328,NULL); -INSERT INTO international VALUES (933,'WebGUI',2,'Thema, bearbeiten',1054046301,NULL); -INSERT INTO international VALUES (931,'WebGUI',2,'Themen, Verwalten',1054046281,NULL); -INSERT INTO international VALUES (930,'WebGUI',2,'Thema anschauen.',1054046267,NULL); -INSERT INTO international VALUES (929,'WebGUI',2,'Importieren!',1054046249,NULL); -INSERT INTO international VALUES (928,'WebGUI',2,'Möchten Sie dieses Thema importieren?',1054541187,NULL); -INSERT INTO international VALUES (927,'WebGUI',2,'Thema importieren',1054046215,NULL); -INSERT INTO international VALUES (926,'WebGUI',2,'Dieses Thema wurde mit einer neueren WebGUI Version erstellt. Sie müssen WebGUI zuerst updaten, bevor Sie dieses Thema installieren.',1054540957,NULL); -INSERT INTO international VALUES (925,'WebGUI',2,'Sie haben bereits eine Version dieses Themas installiert. Sie müssen sie vor dem Neuinstallieren löschen.',1054540947,NULL); -INSERT INTO international VALUES (924,'WebGUI',2,'Thema importieren.',1054045996,NULL); -INSERT INTO international VALUES (923,'WebGUI',2,'Thema Version',1054045979,NULL); -INSERT INTO international VALUES (85,'DataForm',2,'Einer pro Zeile.',1054045953,NULL); -INSERT INTO international VALUES (921,'WebGUI',2,'Themen Paket Datei',1054045920,NULL); -INSERT INTO international VALUES (922,'WebGUI',2,'Erstellt mit',1054045908,NULL); -INSERT INTO international VALUES (920,'WebGUI',2,'Dieses Thema exportieren.',1054045888,NULL); -INSERT INTO international VALUES (919,'WebGUI',2,'Dieses Thema bearbeiten.',1054045866,NULL); -INSERT INTO international VALUES (918,'WebGUI',2,'Dieses Thema löschen.',1054541178,NULL); -INSERT INTO international VALUES (917,'WebGUI',2,'Themen-Komponente hinzufügen.',1054540933,NULL); -INSERT INTO international VALUES (916,'WebGUI',2,'Schnippsel',1054045820,NULL); -INSERT INTO international VALUES (915,'WebGUI',2,'Datei',1054045810,NULL); -INSERT INTO international VALUES (914,'WebGUI',2,'Grafik',1054045801,NULL); -INSERT INTO international VALUES (913,'WebGUI',2,'Template',1054045792,NULL); -INSERT INTO international VALUES (1089,'WebGUI',1,'Survey Response Template',1078515839,NULL); -INSERT INTO international VALUES (911,'WebGUI',2,'Komponente',1054045774,NULL); -INSERT INTO international VALUES (909,'WebGUI',2,'Themen Komponente hinzufügen',1054540924,NULL); -INSERT INTO international VALUES (908,'WebGUI',2,'Sind Sie sicher, dass Sie diese Komponente von diesem Thema entfernen möchten?',1054541168,NULL); -INSERT INTO international VALUES (907,'WebGUI',2,'Sind Sie sicher, dass Sie dieses Thema löschen möchten?',1054541158,NULL); -INSERT INTO international VALUES (906,'WebGUI',2,'Designer URL',1054045674,NULL); -INSERT INTO international VALUES (905,'WebGUI',2,'Themen Designer',1055253469,NULL); -INSERT INTO international VALUES (904,'WebGUI',2,'Themen Name',1054045647,NULL); -INSERT INTO international VALUES (903,'WebGUI',2,'Themen ID',1054045634,NULL); -INSERT INTO international VALUES (902,'WebGUI',2,'Thema bearbeiten',1054045624,NULL); -INSERT INTO international VALUES (901,'WebGUI',2,'Neues Thema hinzufügen.',1054540917,NULL); -INSERT INTO international VALUES (900,'WebGUI',2,' Verwalten: Themen',1054541252,NULL); -INSERT INTO international VALUES (899,'WebGUI',2,'Themen Verwalten',1054045577,NULL); -INSERT INTO international VALUES (898,'WebGUI',2,'Site Icon',1054045556,NULL); -INSERT INTO international VALUES (9,'WobjectProxy',2,'Beschreibung überschreiben?',1054541096,NULL); -INSERT INTO international VALUES (87,'DataForm',2,'Listen Template',1054045385,NULL); -INSERT INTO international VALUES (86,'DataForm',2,'Alle Einträge anzeigen.',1054541125,NULL); -INSERT INTO international VALUES (88,'DataForm',2,'DataForm Listen Template',1054045351,NULL); -INSERT INTO international VALUES (897,'WebGUI',2,'Favicon',1054045326,NULL); -INSERT INTO international VALUES (73,'Poll',2,'Abstimmungs Template',1054045268,NULL); -INSERT INTO international VALUES (98,'EventsCalendar',2,'Jetzt!',1054045254,NULL); -INSERT INTO international VALUES (84,'DataForm',2,'Exportieren (durch Tabulator getrennt)',1054045239,NULL); -INSERT INTO international VALUES (82,'DataForm',2,'DataForm Template',1054045206,NULL); -INSERT INTO international VALUES (81,'DataForm',2,'Bestätigungs Template',1054541117,NULL); -INSERT INTO international VALUES (80,'DataForm',2,'Email Template',1054045154,NULL); -INSERT INTO international VALUES (79,'DataForm',2,'Zusatztext',1054045142,NULL); -INSERT INTO international VALUES (77,'DataForm',2,'Label',1054045130,NULL); -INSERT INTO international VALUES (76,'DataForm',2,'Feld hinzufügen.',1054540765,NULL); -INSERT INTO international VALUES (75,'DataForm',2,'Erforderlich',1054045105,NULL); -INSERT INTO international VALUES (74,'DataForm',2,'Daten per Email versenden?',1054045087,NULL); -INSERT INTO international VALUES (9,'Auth/LDAP',2,'Benutzer RDN',1054045062,NULL); -INSERT INTO international VALUES (29,'DataForm',1,'is required',1031515049,NULL); -INSERT INTO international VALUES (832,'WebGUI',14,'¥³¥é¥Æ¥é¥ë´ÉÍý¥·¥¹¥Æ¥à¤Ï¡¢ÆÃÄê¤ÎÌÜŪ¤ËÂФ·¤Æ¤¢¤é¤«¤¸¤á¥Þ¥¯¥í¤òÍѰդ·¤Æ¤¤¤Þ¤¹¡£\r\n\r\n¡°File();\r\n¤³¤Î¥Þ¥¯¥í¤Ï¥¯¥¤¥Ã¥¯¥Õ¥¡¥¤¥ë¥ê¥ó¥¯¤òºîÀ®¤·¤Þ¤¹¡£¥Õ¥¡¥¤¥ë¤ËÂФ·¤Æ¥¢¥¤¥³¥ó¤òºîÀ®¤·¡¢¥Õ¥¡¥¤¥ë̾¤ò½ÐÎϤ·¤Þ¤¹¡£Æ±Íͤ˥À¥¦¥ó¥í¡¼¥ÉÍѤΥե¡¥¤¥ë¤ËÂФ·¤Æ¤âÍøÍѲÄǽ¤Ç¤¹¡£\r\n\r\n¡°I();\r\n¤³¤Î¥Þ¥¯¥í¤Ï¡¢HTML¥¤¥á¡¼¥¸¥¿¥°¤Ë¤è¤ê¥³¥é¥Æ¥é¥ë´ÉÍý¥·¥¹¥Æ¥à¤«¤é¥¤¥á¡¼¥¸¤ò¸¡º÷¤·¡¢¥³¥ó¥Æ¥ó¥ÄÆâ¤Î¼ýǼÀ褫¤é¥¤¥á¡¼¥¸¤ò¤¹¤Ð¤ä¤¯É½¼¨¤¹¤ë¤³¤È¤¬¤Ç¤¤Þ¤¹¡£\r\n\r\nÎã:¡°I(\"logo\"); \r\n\r\n¡°i();\r\n¤³¤Î¥Þ¥¯¥í¤Ï¡¢¥³¥é¥Æ¥é¥ë´ÉÍý¥·¥¹¥Æ¥àÆâ¤Î¥Õ¥¡¥¤¥ë¤ÎURL¤ò¸¡º÷¤·¤Þ¤¹¡£\r\n\r\nÎã:¡°i(\"status report\"); \r\n\r\n¡°Snippet();\r\n¤³¤Î¥Þ¥¯¥í¤Ï¡¢¥³¥é¥Æ¥é¥ë´ÉÍý¥·¥¹¥Æ¥àÆâ¤Î¥¹¥Ë¥Ú¥Ã¥È¤Î¥³¥ó¥Æ¥ó¥Ä¤ò¸¡º÷¤·¡¢¥Ú¡¼¥¸¤ËÁÞÆþ¤·¤Þ¤¹¡£\r\n\r\nÎã:¡°Snippet(\"flash code\"); \r\n\r\n¡°Thumbnail();\r\n¤³¤Î¥Þ¥¯¥í¤Ï¡¢¥³¥é¥Æ¥é¥ë´ÉÍý¥·¥¹¥Æ¥àÆâ¤Î¥¤¥á¡¼¥¸¤Î¥µ¥à¥Í¥¤¥ë¤ËÂФ¹¤ëURL¤ò¸¡º÷¤·¤Þ¤¹¡£\r\n\r\nÎã:¡°Thumbnail(\"logo\"); \r\n\r\n¡°T!\nhumbnailLinker();\r\n¤³¤Î¥Þ¥¯¥í¤Ï¡¢¥³¥é¥Æ¥é¥ë´ÉÍý¥·¥¹¥Æ¥à¤Ç»ÈÍѤµ¤ì¤ë¥¯¥¤¥Ã¥¯¥¤¥á¡¼¥¸¥Ó¥å¡¼¥¢¤ò¹½ÃÛ¤·¤Þ¤¹¡£¥¤¥á¡¼¥¸Ì¾¤òÈ÷¤¨¤¿¥µ¥à¥Í¥¤¥ë¥¤¥á¡¼¥¸¤òºîÀ®¤·¡¢¥Õ¥ë¥µ¥¤¥º¥¤¥á¡¼¥¸¤Ë¤â¥ê¥ó¥¯¤·¤Þ¤¹¡£\r\n\r\nÎã:¡°ThumbnailLinker(\"logo\"); ',1055900660,NULL); -INSERT INTO international VALUES (826,'WebGUI',14,'WebGUI¤Ë¤Ï¥³¥ó¥Æ¥ó¥Ä¤Î¥ì¥¤¥¢¥¦¥È¤òºÇÂç¸Â¥³¥ó¥È¥í¡¼¥ë¤Ç¤¤ë¶¯ÎϤʥƥó¥×¥ì¡¼¥È¸À¸ì¤¬¤¢¤ê¤Þ¤¹¡£²¼µ¤Ï¥Æ¥ó¥×¥ì¡¼¥È¸À¸ì¹½Ê¸¤Î¥ê¥¹¥È¤Ç¤¹¡£\r\n\r\nÃí:»ÈÍѤ¹¤ë¼ÂºÝ¤ÎÊÑ¿ô̾¤Î¤¿¤á¤Ë¥×¥ì¡¼¥¹¥Û¡¼¥ë¥À¡¼¤È¤·¤Æfoo¤Èbar¤¬»ÈÍѤµ¤ì¤ë¤³¤È¤ËÃí°Õ¤·¤Æ¤¯¤À¤µ¤¤¡£¤½¤ì¤é¤Ï¥Æ¥ó¥×¥ì¡¼¥È¸À¸ì¤Ç¤Ï¤¢¤ê¤Þ¤»¤ó¡£\r\n\r\nÊÑ¿ô\r\nÊÑ¿ô¤Ï¥Æ¥ó¥×¥ì¡¼¥È¥³¥Þ¥ó¥É¤ÎÃæ¤ÇºÇ¤â´ðËÜŪ¤Ê¤â¤Î¤Ç¤¹¡£¥³¥ó¥Æ¥ó¥Ä¤Î°ÌÃÖ¤ò·è¤á¤ë¤¿¤á¤Ë»ÈÍѤµ¤ì¤Þ¤¹¡£\r\n\r\n¹½Ê¸:
\r\nA unique identifier for this record entry.\r\n\r\n\r\nrecord.ipAddress
\r\nThe IP Address of the user that submitted this record entry.\r\n\r\n\r\nrecord.edit.url
\r\nThe URL to edit this record.\r\n\r\n\r\nrecord.username
\r\nThe username of the person that submitted this record entry.\r\n\r\n\r\nrecord.userId
\r\nThe user id of the person that submitted this record entry.\r\n\r\n\r\nrecord.submissionDate.epoch
\r\nThe epoch datestamp for this record entry.\r\n\r\n\r\nrecord.submissionDate.human
\r\nA human readable date stamp, based upon the user\'s preferences, for this record entry.\r\n\r\n\r\nrecord.data_loop
\r\nA loop containing the data submitted by the user for each field in this data form.\r\n\r\n\r\n
\r\n\r\nrecord.data.value\r\n\r\n
\r\nThe value submitted by the user for this field in this record entry.\r\n\r\n\r\nrecord.data.name
\r\nThe web safe name of this field.\r\n\r\n\r\nrecord.data.label
\r\nThe human readable label for this field.\r\n\r\n\r\nrecord.data.isMailField
\r\nA conditional indicating whether this field exists for the mail subsystem of the data form.\r\n\r\n\r\n
numResults',1072812143,NULL); -INSERT INTO international VALUES (92,'USS',14,'ÊÌ¥¦¥£¥ó¥É¤ò³«¤¤Þ¤¹¤«¡©',1055503191,NULL); -INSERT INTO international VALUES (6,'HttpProxy',14,'¥¹¥¿¥¤¥ë¤òºï½ü¤·¤Þ¤¹¤«¡©',1055502598,NULL); -INSERT INTO international VALUES (8,'HttpProxy',14,'½ñ¤´¹¤¨¤ò³¹Ô',1055502302,NULL); -INSERT INTO international VALUES (76,'FileManager',14,'¤³¤ì¤Ï¥Õ¥¡¥¤¥ë¥Þ¥Í¡¼¥¸¥ã¡¼¥Æ¥ó¥×¥ì¡¼¥È¤Ë¤ª¤¤¤ÆÍøÍѲÄǽ¤Ê¥Æ¥ó¥×¥ì¡¼¥ÈÊÑ¿ô¤Î¥ê¥¹¥È¤Ç¤¹¡£\r\n\r\ntitleColumn.url\r\n¥¿¥¤¥È¥ë½ç¤ËʤÓÂØ¤¨¤ëURL¡£\r\n\r\ntitleColumn.label\r\n¥¿¥¤¥È¥ë¤Î¥é¥Ù¥ë¡£\r\n\r\ndescriptionColumn.label\r\nµ½Ò¤Î¥é¥Ù¥ë¡£\r\n\r\ndescriptionColumn.url\r\nµ½Ò½ç¤ËʤÓÂØ¤¨¤ëURL¡£\r\n\r\ndateColumn.label\r\n¥¢¥Ã¥×¥í¡¼¥ÉÆü¤Î¥é¥Ù¥ë¡£\r\n\r\ndateColumn.url\r\n¥¢¥Ã¥×¥í¡¼¥É¤µ¤ì¤¿ÆüÉÕ½ç¤ËʤÓÂØ¤¨¤ëURL¡£\r\n\r\nsearch.form\r\nWebGUI¥Ñ¥ï¡¼Ãµº÷¥¨¥ó¥¸¥ó¤Î¥Õ¥©¡¼¥à¡£\r\n\r\nsearch.url\r\nõº÷¥â¡¼¥É¤Î¥ª¥ó¥ª¥Õ¤òÀÚ¤êÂØ¤¨¤ëURL¡£\r\n\r\nsearch.label\r\nõº÷¥ê¥ó¥¯¤Î¥é¥Ù¥ë¡£\r\n\r\naddfile.url\r\n¥Õ¥¡¥¤¥ë¥Þ¥Í¡¼¥¸¥ã¡¼¤Ë¥Õ¥¡¥¤¥ë¤òÄɲ乤ëURL¡£\r\n\r\naddfile.label\r\n¥Õ¥¡¥¤¥ë¥ê¥ó¥¯¤òÄɲ乤ë¥é¥Ù¥ë¡£\r\n\r\nfile_loop\r\n³Æ¥Õ¥¡¥¤¥ë¤Ë´Ø¤¹¤ë¾ðÊó¤ò´Þ¤ó¤Ç¤¤¤ë¥ë¡¼¥×¤Ï¡¢¤³¤Î¥Õ¥¡¥¤¥ë¥Þ¥Í¡¼¥¸¥ã¡¼¤Ë¤è¤Ã¤Æ¥¢¥Ã¥×¥í¡¼¥É¤µ¤ì¤Þ¤¹¡£\r\n\r\nfile.canView\r\n¸½ºß¤Î¥æ¡¼¥¶¡¼¤Ë¤³¤Î¥Õ¥¡¥¤¥ë¤ò¸«¤ë!\n¸¢¸Â¤¬¤¢¤ë¤«¤É¤¦¤«¤Î¾ò·ï¡£\r\n\r\nfile.controls\r\nWebGUI·Ð±Ä¿Ø¤Ï¤³¤Î¥Õ¥¡¥¤¥ë¤ò´ÉÍý¤·¤Þ¤¹¡£\r\n\r\nfile.title\r\n¥Õ¥¡¥¤¥ë¤Î¥¿¥¤¥È¥ë¡£\r\n\r\nfile.version1.name\r\n¥Õ¥¡¥¤¥ëÂè1¥Ð¡¼¥¸¥ç¥ó¤Î¥Õ¥¡¥¤¥ë̾¡£\r\n\r\nfile.version1.url\r\n¥Õ¥¡¥¤¥ëÂè1¥Ð¡¼¥¸¥ç¥ó¤Î¥À¥¦¥ó¥í¡¼¥É¤ÎURL¡£\r\n\r\nfile.version1.icon\r\n¥Õ¥¡¥¤¥ëÂè1¥Ð¡¼¥¸¥ç¥ó¤Î¥Õ¥¡¥¤¥ë¥¿¥¤¥×¥¢¥¤¥³¥ó¤Ø¤ÎURL¡£\r\n\r\nfile.version1.size\r\n¥Õ¥¡¥¤¥ëÂè1¥Ð¡¼¥¸¥ç¥ó¤Îµ²±¥µ¥¤¥º¡£\r\n\r\nfile.version1.type\r\n¥Õ¥¡¥¤¥ëÂè1¥Ð¡¼¥¸¥ç¥ó¤Î¥¿¥¤¥×(¤¢¤ë¤¤¤Ï³ÈÄ¥¥Õ¥¡¥¤¥ë)¡£\r\n\r\nfile.version1.thumbnail\r\n¥Õ¥¡¥¤¥ëÂè1¥Ð¡¼¥¸¥ç¥ó¤Î¥µ¥à¥Í¥¤¥ë¤ÎURL¡£\r\n\r\nfile.version1.isImage\r\n¥Õ¥¡¥¤¥ëÂè1¥Ð¡¼¥¸¥ç¥ó¤¬¥¤¥á¡¼¥¸¤«¤É¤¦¤«¼¨¤·¤Þ¤¹¡£\r\n\r\nfile.version2.name\r\n¥Õ¥¡¥¤¥ëÂè2¥Ð¡¼¥¸¥ç¥ó¤Î¥Õ¥¡¥¤¥ë̾¡£\r\n\r\nfile.version2.url\r\n¥Õ¥¡¥¤¥ëÂè2¥Ð¡¼¥¸¥ç¥ó¤Î¥À¥¦¥ó¥í¡¼¥É¤ÎURL¡£\r\n\r\nfile.version2.icon\r\n¥Õ¥¡¥¤¥ëÂè2¥Ð¡¼¥¸¥ç¥ó¤Î¥Õ¥¡¥¤¥ë¥¿¥¤¥×¥¢¥¤¥³¥ó¤ÎURL¡£\r\n\r\nfile.version2.size\r\n¥Õ¥¡¥¤¥ëÂè2¥Ð¡¼¥¸¥ç¥ó¤Îµ²±¥µ¥¤¥º¡£\r\n\r\nfile.version2.type\r\n¥Õ¥¡¥¤¥ëÂè2¥Ð¡¼¥¸¥ç¥!\nó¤Î¥¿¥¤¥×(¤¢¤ë¤¤¤Ï³ÈÄ¥¥Õ¥¡¥¤¥ë)¡£\r\n\r\nfile.version2.thumbnail\r\n¥Õ¥¡¥¤¥ëÂè2¥Ð¡¼¥¸¥ç¥ó¤Î¥µ¥à¥Í¥¤¥ë¤ÎURL¡£\r\n\r\nfile.version2.isImage\r\n¥Õ¥¡¥¤¥ëÂè2¥Ð¡¼¥¸¥ç¥ó¤¬¥¤¥á¡¼¥¸¤«¤É¤¦¤«¼¨¤·¤Þ¤¹¡£\r\n\r\nfile.version3.name\r\n¥Õ¥¡¥¤¥ëÂè3¥Ð¡¼¥¸¥ç¥ó¤Î¥Õ¥¡¥¤¥ë̾¡£\r\n\r\nfile.version3.url\r\n¥Õ¥¡¥¤¥ëÂè3¥Ð¡¼¥¸¥ç¥ó¤Î¥À¥¦¥ó¥í¡¼¥É¤ÎURL¡£\r\n\r\nfile.version3.icon\r\n¥Õ¥¡¥¤¥ëÂè3¥Ð¡¼¥¸¥ç¥ó¤Î¥Õ¥¡¥¤¥ë¥¿¥¤¥×¥¢¥¤¥³¥ó¤Ø¤ÎURL¡£\r\n\r\nfile.version3.size\r\n¥Õ¥¡¥¤¥ëÂè3¥Ð¡¼¥¸¥ç¥ó¤Îµ²±¥µ¥¤¥º¡£\r\n\r\nfile.version3.type\r\n¥Õ¥¡¥¤¥ëÂè3¥Ð¡¼¥¸¥ç¥ó¤Î¥¿¥¤¥×(¤¢¤ë¤¤¤Ï³ÈÄ¥¥Õ¥¡¥¤¥ë)¡£\r\n\r\nfile.version3.thumbnail\r\n¥Õ¥¡¥¤¥ëÂè3¥Ð¡¼¥¸¥ç¥ó¤Î¥µ¥à¥Í¥¤¥ë¤Ø¤ÎURL¡£\r\n\r\nfile.version3.isImage\r\n¥Õ¥¡¥¤¥ëÂè3¥Ð¡¼¥¸¥ç¥ó¤¬¥¤¥á¡¼¥¸¤«¤É¤¦¤«¼¨¤·¤Þ¤¹¡£\r\n\r\nfile.description\r\n¥Õ¥¡¥¤¥ë¤Îµ½Ò¡£\r\n\r\nfile.date\r\n¥Õ¥¡¥¤¥ë¤¬¥¢¥Ã¥×¥í¡¼¥É¤µ¤ì¤¿ÆüÉÕ¡£\r\n\r\nfile.time\r\n¥Õ¥¡¥¤¥ë¤¬¥¢¥Ã¥×¥í¡¼¥É¤µ¤ì¤¿»þ´Ö¡£\r\n\r\nnoresults.message\r\n¥Õ¥¡¥¤¥ë¥Þ¥Í¡¼¥¸¥ã¡¼¤¬¤³¤Î¥æ¡¼¥¶¡¼¤Ëɽ¼¨¤¹¤ë¥Õ¥¡¥¤¥ë¤ò»ý¤Ã¤Æ¤¤¤Ê¤¤¤«¤ò¼¨¤¹¥á¥Ã¥»¡¼¥¸¡£\r\n!\nr\nnoresults\r\n¤³¤Î¥æ¡¼¥¶¡¼¤Ëɽ¼¨¤¹¤ë¥Õ¥¡¥¤¥ë¤¬¤¢¤ë¤«¤É¤¦¤«¤ò¼¨¤·¤Þ¤¹¡£\r\n\r\nfirstPage\r\n¥Ú¡¼¥¸ÈÖ¹æ¤ÎºÇ½é¤Î¥Ú¡¼¥¸¤Ø¤Î¥ê¥ó¥¯¡£\r\n\r\nlastPage\r\n¥Ú¡¼¥¸ÈÖ¹æ¤ÎºÇ¸å¤Î¥Ú¡¼¥¸¤Ø¤Î¥ê¥ó¥¯¡£\r\n\r\nnextPage\r\n¥Ú¡¼¥¸ÈÖ¹æ¤Î¼¡¤Î¥Ú¡¼¥¸¤Ø¤Î¥ê¥ó¥¯¡£\r\n\r\npreviousPage\r\n¥Ú¡¼¥¸ÈÖ¹æ¤ÎÁ°¤Î¥Ú¡¼¥¸¤Ø¤Î¥ê¥ó¥¯¡£\r\n\r\npageList\r\n¥Ú¡¼¥¸ÈÖ¹æ¤Î¤¹¤Ù¤Æ¤Î¥Ú¡¼¥¸¤Ø¤Î¥ê¥ó¥¯¥ê¥¹¥È¡£\r\n\r\nmultiplePages\r\n1¥Ú¡¼¥¸°Ê¾å¤Î¥Ú¡¼¥¸¤¬¥Ú¡¼¥¸ÈÖ¹æ¤Ë¤¢¤ë¤«¤É¤¦¤«¤ò¼¨¤·¤Þ¤¹¡£',1055479260,NULL); -INSERT INTO international VALUES (3,'FileManager',14,'¥Õ¥¡¥¤¥ëÄɲäò³¹Ô',1055475803,NULL); -INSERT INTO international VALUES (97,'EventsCalendar',14,'°Ê²¼¤Ï¥¤¥Ù¥ó¥È¥Æ¥ó¥×¥ì¡¼¥È¤Ç»ÈÍѲÄǽ¤Ê¥Æ¥ó¥×¥ì¡¼¥È¤Î¥ê¥¹¥È¤Ç¤¹¡£\r\n\r\ntitle\r\n¥¤¥Ù¥ó¥È¤Î¥¿¥¤¥È¥ë¡£\r\n\r\nstart.label\r\n³«»ÏÆü¤Î¥é¥Ù¥ë¡£\r\n\r\nstart.date\r\n¥¤¥Ù¥ó¥È¤Î³«»ÏÆü¡£\r\n\r\nend.label\r\n½ªÎ»Æü¤Î¥é¥Ù¥ë¡£\r\n\r\nend.date\r\n¥¤¥Ù¥ó¥È¤Î½ªÎ»Æü¡£\r\n\r\ncanEdit\r\n¸½ºß¤Î¥æ¡¼¥¶¡¼¤¬ÊÔ½¸²Äǽ¤«¤É¤¦¤«¤ò¼¨¤¹¾ò·ï¡£\r\n\r\nedit.url\r\n¥¤¥Ù¥ó¥È¤òÊÔ½¸¤¹¤ëURL¡£\r\n\r\nedit.label\r\nURL¤òÊÔ½¸¤¹¤ë¤¿¤á¤Î¥é¥Ù¥ë¡£\r\n\r\ndelete.url\r\n¥¤¥Ù¥ó¥È¤òºï½ü¤¹¤ë¤¿¤á¤ÎURL¡£\r\n\r\ndelete.label\r\nURL¤òºï½ü¤¹¤ë¤¿¤á¤Î¥é¥Ù¥ë¡£\r\n\r\nprevious.url\r\nÁ°¤Î¥¤¥Ù¥ó¥È¤òɽ¼¨¤¹¤ëURL¡£\r\n\r\nprevious.label\r\nÁ°¤ÎURL¤Î¥é¥Ù¥ë¡£\r\n\r\nnext.label\r\n¼¡¤ÎURL¤Î¥é¥Ù¥ë¡£\r\n\r\nnext.url\r\n¼¡¤Î¥¤¥Ù¥ó¥È¤òɽ¼¨¤¹¤ëURL¡£\r\n\r\ndescription\r\n¥¤¥Ù¥ó¥È¤Îµ½Ò¡£',1055473782,NULL); -INSERT INTO international VALUES (9,'EventsCalendar',14,'¤«¤é',1055473552,NULL); -INSERT INTO international VALUES (19,'EventsCalendar',14,'¥Ú¡¼¥¸ÈÖ¹æÉÕ¤±',1055473194,NULL); -INSERT INTO international VALUES (95,'EventsCalendar',14,'°Ê²¼¤Î¥Æ¥ó¥×¥ì¡¼¥È¤Ï¤¢¤Ê¤¿¤Î¥¤¥Ù¥ó¥È¥«¥ì¥ó¥À¡¼¤ò¥«¥¹¥¿¥Þ¥¤¥º¤·¤ÆÄº¤¯¤Î¤Ë¤ª»È¤¤Äº¤±¤Þ¤¹¡£\r\n\r\naddevent.url\r\n¥¤¥Ù¥ó¥È¤ò¥«¥ì¥ó¥À¡¼¤ËÄɲ乤ëURL¡£\r\n\r\naddevent.label\r\n¥¤¥Ù¥ó¥È¤Î¥ê¥ó¥¯¤òÄɲ乤ë¥é¥Ù¥ë¡£\r\n\r\ncalendar.big\r\nÁ´¥Ú¡¼¥¸É½¼¨¤¹¤ëÂ礤ʥ«¥ì¥ó¥À¡¼¡£\r\n\r\ncalendar.small\r\nÆüÉÕ¤±¤Î¤ßɽ¼¨¤¹¤ë¾®¤µ¤Ê¥«¥ì¥ó¥À¡¼¡£\r\n\r\ncalendar.firstPage\r\n¥«¥ì¥ó¥À¡¼¥Ú¡¼¥¸ÈÖ¹æ¤ÎºÇ½é¤Î¥Ú¡¼¥¸¤Ø¤Î¥ê¥ó¥¯¡£\r\n\r\ncalendar.lastPage\r\n¥«¥ì¥ó¥À¡¼¥Ú¡¼¥¸ÈÖ¹æ¤ÎºÇ¸å¤Î¥Ú¡¼¥¸¤Ø¤Î¥ê¥ó¥¯¡£\r\n\r\ncalendar.nextPage\r\n¥«¥ì¥ó¥À¡¼¥Ú¡¼¥¸ÈÖ¹æ¤Î¼¡¤Î¥Ú¡¼¥¸¤Ø¤Î¥ê¥ó¥¯¡£\r\n\r\ncalendar.previousPage\r\n¥«¥ì¥ó¥À¡¼¥Ú¡¼¥¸ÈÖ¹æ¤ÎÁ°¤Î¥Ú¡¼¥¸¤Ø¤Î¥ê¥ó¥¯¡£\r\n\r\ncalendar.pageList\r\n¥«¥ì¥ó¥À¡¼¥Ú¡¼¥¸ÈÖ¹æ¤Î¤¹¤Ù¤Æ¤Î¥Ú¡¼¥¸¤Ø¤Î¥ê¥ó¥¯¥ê¥¹¥È¡£\r\n\r\ncalendar.multiplePages\r\n¥«¥ì¥ó¥À¡¼¥Ú¡¼¥¸Èֹ椬1¥Ú¡¼¥¸°Ê¾å¤¢¤ë¤«¤É¤¦¤«¼¨¤¹¾ò·ïÉÕ¤¤ÎÊÑ¿ô¡£\r\n\r\nlist_loop\r\n¥¤¥Ù¥ó¥È¥«¥ì¥ó¥À¡¼¤Î¥ê¥¹¥Èɽ¼¨¤ò´Þ¤ó¤Ç¤¤¤!\në¥ë¡¼¥×¡£\r\n\r\nlist.date\r\n¤³¤Î¥¤¥Ù¥ó¥È¤ÎÆüÉÕ¡£\r\n\r\nlist.title\r\n¤³¤Î¥¤¥Ù¥ó¥È¤Î¥¿¥¤¥È¥ë¡£\r\n\r\nlist.description\r\n¤³¤Î¥¤¥Ù¥ó¥È¤Îµ½Ò¡£\r\n\r\nlist.sameAsPrevious\r\n¤³¤Î¥¤¥Ù¥ó¥ÈÆüÉÕ¤¬ºÇ¸å¤Î¥¤¥Ù¥ó¥È¤ÈƱ¤¸ÆüÉÕ¤«¤É¤¦¤«¤ò¾ò·ïÉÕ¤¤Ç¼¨¤·¤Þ¤¹¡£\r\n\r\nlist.url\r\n¤¹¤Ù¤Æ¤Î¥Ú¡¼¥¸¤Ë¤³¤Î¥¤¥Ù¥ó¥È¤òɽ¼¨¤¹¤ëURL¡£\r\n\r\nlist.controls\r\nWebGUI·Ð±Ä¿Ø¤Ï¤³¤Î¥¤¥Ù¥ó¥È¤ò´ÉÍý¤·¤Þ¤¹¡£\r\n\r\nlist.firstPage\r\n¥Ú¡¼¥¸ÈÖ¹æ¤Î1Èֺǽé¤Î¥Ú¡¼¥¸¤Ø¤Î¥ê¥ó¥¯¡£\r\n\r\nlist.lastPage\r\n¥Ú¡¼¥¸ÈÖ¹æ¤Î1ÈֺǸå¤Î¥Ú¡¼¥¸¤Ø¤Î¥ê¥ó¥¯¡£\r\n\r\nlist.nextPage\r\n¼¡¤Î¥Ú¡¼¥¸ÈÖ¹æ¥Ú¡¼¥¸¤Ø¤Î¥ê¥ó¥¯¡£\r\n\r\nlist.previousPage\r\nÁ°¤Î¥Ú¡¼¥¸ÈÖ¹æ¥Ú¡¼¥¸¤Ø¤Î¥ê¥ó¥¯¡£\r\n\r\nlist.pageList\r\n¥Ú¡¼¥¸ÈÖ¹æ¤Î¤¹¤Ù¤Æ¤Î¥Ú¡¼¥¸¤Ø¤Î¥ê¥ó¥¯¥ê¥¹¥È¡£\r\n\r\nlist.multiplePages\r\n1¥Ú¡¼¥¸°Ê¾å¥Ú¡¼¥¸¤¬¤¢¤ë¤«¤É¤¦¤«¼¨¤¹¾ò·ïÉÕ¤¤ÎÊÑ¿ô¡£',1055473153,NULL); -INSERT INTO international VALUES (78,'EventsCalendar',14,'ºï½ü¤·¤Ê¤¤',1055472534,NULL); -INSERT INTO international VALUES (73,'EventsCalendar',14,'¥¿¥¤¥È¥ë\r\n¥¤¥Ù¥ó¥È¤Î¥¿¥¤¥È¥ë¡£\r\n\r\nµ½Ò\r\n¸½ºß¹Ô¤ï¤ì¤Æ¤¤¤ë¥¤¥Ù¥ó¥È¤Îµ½Ò¡¢¤¢¤ë¤¤¤Ï¥¤¥Ù¥ó¥È¤¬¤³¤ì¤«¤é¤É¤³¤ÇȯÀ¸¤¹¤ë¤Î¤«¤Ê¤É¤Î¥¤¥Ù¥ó¥È¾ðÊó¤òÆþÎϤ·¤Æ¤¯¤À¤µ¤¤¡£\r\n\r\n³«»ÏÆü\r\n¥¤¥Ù¥ó¥È³«»ÏÆü¡£\r\n\r\n½ªÎ»Æü\r\n¥¤¥Ù¥ó¥È½ªÎ»Æü¡£\r\n\r\n·«¤êÊÖ¤·´ü´Ö\r\n¥¤¥Ù¥ó¥È¤ò·«¤êÊÖ¤¹¾ì¹ç¤Ï¤½¤Î´ü´Ö¤òÁªÂò¤·¤Æ¤¯¤À¤µ¤¤¡£\r\n\r\n¼¡¤Îºî¶È\r\n³¤±¤ÆÊ̤Υ¤¥Ù¥ó¥È¤òÄɲä·¤¿¤¤¾ì¹ç¤Ï¡Ö¿·µ¬¥¤¥Ù¥ó¥ÈÄɲáפòÁªÂò¤·¤Þ¤¹¡£¤½¤¦¤Ç¤Ê¤±¤ì¤Ð¡Ö¥Ú¡¼¥¸¤ËÌá¤ë¡×¤òÁªÂò¤·¤Æ¤¯¤À¤µ¤¤¡£',1055472365,NULL); -INSERT INTO international VALUES (48,'USS',14,'¥Ç¥£¥¹¥«¥Ã¥·¥ç¥ó¤òµö²Ä',1055471084,NULL); -INSERT INTO international VALUES (1025,'WebGUI',14,'Åê¹Æ¤ËÊÔ½¸¥¹¥¿¥ó¥×¤òÄɲÃ',1055469878,NULL); -INSERT INTO international VALUES (1029,'WebGUI',14,'ÊÔ½¸ºÑ',1055469609,NULL); -INSERT INTO international VALUES (1024,'WebGUI',14,'Åê¹ÆÊýË¡¤Î¥Õ¥£¥ë¥¿¥ê¥ó¥°',1055469547,NULL); -INSERT INTO international VALUES (73,'Article',14,'°Ê²¼¤Î¥Æ¥ó¥×¥ì¡¼¥ÈÊÑ¿ô¤Ïµ»ö¥Æ¥ó¥×¥ì¡¼¥È¤«¤éÍøÍѲÄǽ¤Ç¤¹¡£\r\n\r\nattachment.box\r\nɸ½à½ÐÎϤÎWebGUIźÉÕ¥Õ¥¡¥¤¥ë¥Ü¥Ã¥¯¥¹¤Ï¡¢¥¢¥¤¥³¥ó¡¢¥Õ¥¡¥¤¥ë̾¡¢ÅºÉÕ¥Õ¥¡¥¤¥ë¥¤¥ó¥¸¥±¡¼¥¿¡¼¤ò´Þ¤ó¤Ç¤¤¤Þ¤¹¡£\r\n\r\nattachment.icon\r\nźÉÕ¥Õ¥¡¥¤¥ë¤Î¥¢¥¤¥³¥ó¥¤¥á¡¼¥¸¤ÎURL¡£\r\n\r\nattachment.name\r\nźÉÕ¥Õ¥¡¥¤¥ë¤Î¥Õ¥¡¥¤¥ë̾¡£\r\n\r\nattachment.url\r\nźÉÕ¥Õ¥¡¥¤¥ë¤ò¥À¥¦¥ó¥í¡¼¥É¤ÎURL¡£\r\n\r\nimage.thumbnail\r\nźÉÕ¥Õ¥¡¥¤¥ë¥¤¥á¡¼¥¸¤Î¥µ¥à¥Í¥¤¥ë¤ÎURL¡£\r\n\r\nimage.url\r\nźÉÕ¥¤¥á¡¼¥¸¤ÎURL¡£\r\n\r\npost.label\r\nµ»ö¤Ë¥³¥á¥ó¥È¤òÄɲ乤ë¥é¥Ù¥ë¡£\r\n\r\npost.URL\r\nµ»ö¤Ë¥³¥á¥ó¥È¤òÄɲ乤ëURL¡£\r\n\r\nreplies.count\r\nµ»ö¤Î¥³¥á¥ó¥ÈÈֹ档\r\n\r\nreplies.label\r\n¤¢¤Ê¤¿¤¬µ»ö¤ÎÊÖÅú¤òɽ¼¨¤Ç¤¤ë¤«¤ò¼¨¤¹¥é¥Ù¥ë¡£\r\n\r\nreplies.url\r\nµ»ö¤Ø¤ÎÊÖÅú¤òɽ¼¨¤¹¤ëURL¡£',1055469440,NULL); -INSERT INTO international VALUES (632,'WebGUI',14,'¥×¥ë¥À¥¦¥ó¥á¥Ë¥å¡¼¤«¤é¡Ö¥³¥ó¥Æ¥ó¥Ä¤òÄɲáפòÁªÂò¤¹¤ë¤³¤È¤Ë¤è¤Ã¤Æwobjects¤ò²Ã¤¨¤ë¤³¤È¤¬¤Ç¤¤Þ¤¹¡£ÆÃÄê¤Îwobject¤Î¥¤¥ó¥¹¥¿¥ó¥¹¤Î¾å¤Ë½Ð¤Æ¤¯¤ë\"ÊÔ½¸\"¥Ü¥¿¥ó¤ò¥¯¥ê¥Ã¥¯¤¹¤ë¤ÈÊÔ½¸¤Ç¤¤Þ¤¹¡£\r\n\r\n¤Û¤Ü¤¹¤Ù¤Æ¤Îwobjects¤Ï¶¦Ä̤Υץí¥Ñ¥Æ¥£¤ò»ý¤Ã¤Æ¤¤¤Þ¤¹¡£¤½¤ì¤é¤ÎÆÃÀ¤Ï¼¡¤Î¤È¤ª¤ê¤Ç¤¹:\r\n\r\nWobject ID\r\nwobject¤ÎÎã¤òµÏ¿¤·¤Æ¤ª¤¯¤¿¤á¤ËWebGUI¤Î»ÈÍѤòÆÈ¼«¤Ëǧ¼±¤¹¤ë¤â¤Î¤Ç¤¹¡£Ä̾ï¤Î¥æ¡¼¥¶¤ÏWobject ID¤Ë´Ø·¸¤Ï¤¢¤ê¤Þ¤»¤ó¡£¤·¤«¤·¾åµé¥æ¡¼¥¶¡¼¤ÎÃæ¤Ë¤Ï¡¢SQL¥ì¥Ý¡¼¥ÈÅù¤Î¤¿¤á¤ËÃΤäƤª¤¤¤¿¤Û¤¦¤¬¤¤¤¤¤Ç¤·¤ç¤¦¡£\r\n\r\n¥¿¥¤¥È¥ë\r\nwobject¤Î¥¿¥¤¥È¥ë¡£¤³¤ì¤ÏÄÌ¾ï³Æwobject¤Î°ìÈÖ¾å¤Ëɽ¼¨¤µ¤ì¤Þ¤¹¡£\r\n\r\nÃí:¤¿¤È¤¨(¼¡¤Î¹àÌܤÇ)¥¿¥¤¥È¥ëɽ¼¨¤ò¥ª¥Õ¤Ë¤¹¤ë¤Ä¤â¤ê¤Ç¤â¡¢¾ï¤Ë¥¿¥¤¥È¥ë¤ò»ØÄꤹ¤ë¤Ù¤¤Ç¤¹¡£¤½¤¦¤·¤Ê¤±¤ì¤Ð¡¢¥´¥ßÈ¢¤ä¥¯¥ê¥Ã¥×¥Ü¡¼¥ÉÆâ¤Ë¥¿¥¤¥È¥ë¤¬É½¼¨¤µ¤ì¤¿»þ¡¢¤É¤ì¤¬¤É¤ì¤À¤«¤ï¤«¤é¤Ê¤¯¤Ê¤Ã¤Æ¤·¤Þ¤¤¤Þ¤¹¡£\r\n\r\n¥Ç¥£¥¹¥×¥ì¥¤¥¿¥¤¥È¥ë\r\n»ØÄꤷ¤¿¥¿¥¤¥È¥ë¤òɽ¼¨¤·¤Þ¤¹¤«¡£¥µ¥¤¥È¤Ë¤è¤Ã¤Æ¤Ï¡¢É¬¤º¤·¤âɽ¼¨¤ÎɬÍפϤ¢!\n¤ê¤Þ¤»¤ó¡£\r\n\r\n¥Þ¥¯¥í½èÍý\r\nwobject¤Î¥³¥ó¥Æ¥ó¥ÄÆâ¤Î¥Þ¥¯¥í¤ò½èÍý¤·¤Þ¤¹¤«¡©½èÍý¤ÎɬÍפ¬¤¢¤ë¾ì¹ç¤â¤¢¤ê¤Þ¤¹¤¬¡¢¤¿¤¤¤Æ¤¤¤Î¾ì¹ç¡¢É¬Íפʤ¤¤Ç¤·¤ç¤¦¡£»ÈÍѤ·¤Ê¤¤wobject¾å¤Ç¥Þ¥¯¥í½èÍý¤òÉÔǽ¤Ë¤¹¤ì¤Ð¡¢¥¦¥§¥Ö¥µ¡¼¥Ð¤Î¥¹¥Ô¡¼¥É¤ò¾¯¤·¥¢¥Ã¥×¤µ¤»¤ë¤³¤È¤¬¤Ç¤¤Þ¤¹¡£\r\n\r\n¥Æ¥ó¥×¥ì¡¼¥È¤Î°ÌÃÖ\r\n¥Æ¥ó¥×¥ì¡¼¥È¤Î°ÌÃÖ¤Ï0¤«¤éǤ°Õ¤Î¿ô¤Þ¤Ç»ØÄê¤Ç¤¤Þ¤¹¡£¤¤¤¯¤Ä¤Þ¤Ç²Äǽ¤«¤Ï¡¢¥Ú¡¼¥¸¤Ë·Ò¤¬¤Ã¤Æ¤¤¤ë¥Æ¥ó¥×¥ì¡¼¥È¤Ë¤è¤ê¤Þ¤¹¡£¥Ç¥Õ¥©¥ë¥È¥Æ¥ó¥×¥ì¡¼¥È¤Î°ÌÃ֤ϰì¤Ä¤·¤«¤¢¤ê¤Þ¤»¤ó¤¬¡¢Ê£¿ô¤¢¤ë¾ì¹ç¤¬¤¢¤ê¤Þ¤¹¡£¥Æ¥ó¥×¥ì¡¼¥È°ÌÃÖ¤ò»ØÄꤹ¤ë¤³¤È¤Ë¤è¤Ã¤Æ¡¢wobject¤òÃÖ¤¯°ÌÃÖ¤¬·è¤Þ¤ê¤Þ¤¹¡£\r\n\r\n³«»ÏÆü\r\n¥æ¡¼¥¶¡¼¤¬²èÌ̾å¤Çwobject¤ò³Îǧ¤Ç¤¤ë¤è¤¦¤Ë¤Ê¤ëÆü¤ò»ØÄꤷ¤Þ¤¹¡£»ØÄꤷ¤¿Æü¤Þ¤Ç¤Ï¡¢wobject¤Ï¥³¥ó¥Æ¥ó¥Ä¥Þ¥Í¡¼¥¸¥ã¡¼¤Ë¤Î¤ßɽ¼¨¤µ¤ì¤Þ¤¹¡£\r\n\r\n½ªÎ»Æü\r\n¥æ¡¼¥¶¡¼¤¬²èÌ̾å¤Çwobject¤ò³Îǧ¤Ç¤¤Ê¤¯¤Ê¤ëÆü¤ò»ØÄꤷ¤Þ¤¹¡£»ØÄꤷ¤¿Æü°Ê¹ß¤Ï¡¢wobject¤Ï¥³¥ó¥Æ¥ó¥Ä¥Þ¥Í¡¼¥¸¥ã¡¼¤Î²èÌ̾å¤Ë¤Î¤ßɽ¼¨¤µ¤ì¤Þ¤¹¡£\r\n\r\n¾ÜºÙ\r\n¤¤¤¯¤Ä¤Ç¤â¥³¥ó¥Æ¥ó¥Ä¤òÃÖ¤¯¤³¤È¤¬¤Ç¤¤ë¥¨¥ê¥¢¤Ç¤¹¡£Î㤨¤ÐFAQ¤Ç¤¢¤Ã¤Æ¤â¡¢FAQ¤Ë²¿¤¬´Þ¤Þ¤ì¤ë¤«¤òÀâÌÀ¤¹¤ë¥Ñ¥é¥°¥é¥Õ¤¬¤¢¤ê¤Þ¤¹¡£',1055716092,NULL); -INSERT INTO international VALUES (71,'Article',14,'µ»ö¤ÏWebGUI¤Ë¤È¤Ã¤Æ¤Þ¤µ¤ËËüǽ¥¢¡¼¥ß¡¼¥Ê¥¤¥Õ¤Ç¤¹¡£ÀÅŪ¤Ê¥³¥ó¥Æ¥ó¥Ä¤ÎÂçȾ¤Ïµ»ö¤Ë¤è¤êÄɲäǤ¤Þ¤¹¡£\r\n\r\n¥Æ¥ó¥×¥ì¡¼¥È\r\nµ»ö¤ò¥ì¥¤¥¢¥¦¥È¤¹¤ë¥Æ¥ó¥×¥ì¡¼¥È¤òÁªÂò¤·¤Þ¤¹¡£\r\n\r\n¥¤¥á¡¼¥¸\r\n¥Ç¡¼¥¿ÊݸÀ褫¤é¥¤¥á¡¼¥¸¥Õ¥¡¥¤¥ë(jpg¡¢.gif¡¢.png)¤òÁªÂò¤·¤Æ¤¯¤À¤µ¤¤¡£ÁªÂò¤µ¤ì¤¿¥Õ¥¡¥¤¥ë¤Ï¥µ¡¼¥Ð¤Ë¥¢¥Ã¥×¥í¡¼¥É¤µ¤ì¡¢µ»ö¾å¤Ëɽ¼¨¤µ¤ì¤Þ¤¹¡£\r\n\r\nźÉÕ¥Õ¥¡¥¤¥ë\r\n¥ï¡¼¥É¥Õ¥¡¥¤¥ë¡¢zip¥Õ¥¡¥¤¥ëÅù¤Î±ÜÍ÷¼Ô¤è¤ë¥À¥¦¥ó¥í¡¼¥É¤òÌÜŪ¤È¤·¤¿¥Õ¥¡¥¤¥ë¤òµ»ö¤ËźÉÕ¤¹¤ë¾ì¹ç¡¢¥Ç¡¼¥¿ÊݸÀ褫¤éźÉÕ¤·¤¿¤¤¥Õ¥¡¥¤¥ë¤òÁªÂò¤·¤Æ¤¯¤À¤µ¤¤¡£\r\n\r\n¥ê¥ó¥¯¥¿¥¤¥È¥ë\r\nµ»ö¤Ø¥ê¥ó¥¯¤òÄɲä·¤¿¤¤¾ì¹ç¡¢¤³¤Î¥Õ¥£¡¼¥ë¥É¤Ë¥ê¥ó¥¯¤·¤¿¤¤¥Ú¡¼¥¸¤Î¥¿¥¤¥È¥ë¤òÆþÎϤ·¤Æ¤¯¤À¤µ¤¤¡£\r\nÎã:Google\r\n\r\n¥ê¥ó¥¯URL\r\n¥ê¥ó¥¯¥¿¥¤¥È¥ë¤òÄɲäξì¹ç¡¢¤³¤³¤Ë¤½¤Î¥¿¥¤¥È¥ë¤ÎURL(uniform resource locator)¤òÆþÎϤ·¤Æ¤¯¤À¤µ¤¤¡£Îã:http://www.google.com\r\n\r\n²þ¹Ô¤ò¡ãbr¡ä¤ËÊÑ´¹¤·¤Þ¤¹¤«¡©\r\nHTML¤ò»ÈÍѤ·¤Æ¤¤¤ë¾ì¹ç¤Ï´ðËÜŪ¤Ë¤³¤Î¥ª¥×¥·¥ç¥ó¤ò¥Á¥§¥Ã¥¯¤¹¤ëɬÍפÏ!\n¤¢¤ê¤Þ¤»¤ó¡£¤·¤«¤·HTML¤ò»ÈÍѤ·¤Ê¤¤¤Çµ»ö¤òºîÀ®¤·¡¢¤¹¤Ù¤Æ¤Îµ½Ò¤Ç²þ¹Ô¤¬É¬ÍפǤ¢¤ë¾ì¹ç¤Ï¡Ö¤Ï¤¤¡×¤Ë¥Á¥§¥Ã¥¯¤·¤Þ¤¹¡£\r\n\r\n¥Ç¥£¥¹¥«¥Ã¥·¥ç¥ó¤òµö²Ä\r\n¥Á¥§¥Ã¥¯¤¹¤ë¤³¤È¤Ç¤Þ¤µ¤ËSlashdot.org¾å¤Îµ»ö¤Î¤è¤¦¤Ëµ»ö¤ËÂФ·ÊÖÅú¤Ç¤¤Þ¤¹¡£\r\n\r\nÅê¹Æ¥Õ¥£¥ë¥¿¥ê¥ó¥°\r\nÁ´¤Æ¤Î¥Ç¥£¥¹¥«¥Ã¥·¥ç¥ó¤Ë¤ª¤¤¤ÆÆâÍÆ¤ò´Æºº¤¹¤ë¤Î¥ì¥Ù¥ë¤òÁªÂò¤·¤Þ¤¹¡£\r\n\r\nÅê¹Æ¥°¥ë¡¼¥×ÁªÂò\r\n¥Ç¥£¥¹¥«¥Ã¥·¥ç¥ó¤Ë»²²Ã¤òµö²Ä¤¹¤ë¥æ¡¼¥¶¡¼¥°¥ë¡¼¥×¤òÁªÂò¤·¤Æ¤¯¤À¤µ¤¤¡£\r\n\r\nÊÔ½¸¥¿¥¤¥à¥¢¥¦¥È\r\n¥æ¡¼¥¶¡¼¤ÎÊÔ½¸²Äǽ»þ´Ö¤òÀßÄꤷ¤Þ¤¹¡£\r\n\r\nÃí:¤³¤Î»þ´Ö¤ò¤¢¤Þ¤êŤ¯ÀßÄꤷ¤Ê¤¤¤è¤¦¤Ë¤·¤Æ¤¯¤À¤µ¤¤¡£¥Ç¥£¥¹¥«¥Ã¥·¥ç¥ó¤ÇºÇ¤â½ÅÍפʤ³¤È¤Ï¡¢¤½¤Î»þ郎²¿¤òȯ¸À¤·¤¿¤«¤ÎÀµ³Î¤ÊµÏ¿¤Ç¤¹¡£¥æ¡¼¥¶¡¼¤ËÊÔ½¸»þ´Ö¤òĹ»þ´ÖÍ¿¤¨¤Æ¤·¤Þ¤¦¤È¡¢¥æ¡¼¥¶¡¼¤ËÅê¹ÆÆâÍÆ¤ò¹Í¤¨Ä¾¤·°Õ¸«¤òÊѤ¨¤Æ¤·¤Þ¤¤¤Þ¤¹¡£\r\n\r\nÅê¹Æ¤´¤È¤Î¥«¥ë¥ÞÃÍ\r\n¥Ç¥£¥¹¥«¥Ã¥·¥ç¥ó¤Ø¤ÎÅê¹Æ¤ËÂФ·¡¢¤½¤ÎÅê¹Æ¼Ô¤Ë¤É¤Î¤¯¤é¤¤¤Î¥«¥ë¥ÞÃͤòÍ¿¤¨¤Þ¤¹¤«¡©\r\n\r\nµÄĹ¥°¥ë¡¼¥×ÁªÂò\r\n¤³¤Î¥Ç¥£¥¹¥«¥Ã¥·¥ç¥ó¤òµÄŤ¹¤ë¥°¥ë¡¼¥×¤òÁªÂò¤·¤Æ¤¯¤À¤µ¤¤¡£\r\n\r\n¾µÇ§ÊýË¡\r\n¥æ¡¼¥¶¡¼È¯¸À¤ËÂФ¹¤ë¾µÇ§ÊýË¡¤òÁªÂò¤·¤Þ¤¹¡£¡Ö¸å¡×¤È¤Ï¥æ¡¼¥¶¡¼¤ÎÅê¹Æ!\n¤¬µÄĹ¤Î¾µÇ§¤Ê¤¯Â¨ºÂ¤Ëɽ¼¨¤µ¤ì¤Þ¤¹¡£¡ÖÀè¡×¤È¤Ï°ìÈ̸ø³«Á°¤ËµÄŤ¬±ÜÍ÷¤·Ç§¾Ú¤·¤¿¾å¤Çɽ¼¨¤·¤Þ¤¹¡£¿·µ¬Åê¹Æ¤ÎÄÌÃΤϼ«Æ°Åª¤ËµÄŤÎWebGUI¼õ¿®È¢¤ËÆÏ¤¤Þ¤¹¡£\r\n\r\nÃí:¾µÇ§ÊýË¡¤Ë´Ø¤ï¤é¤º¡¢µÄĹ¤Ï¾ï¤ËÅê¹Æ¤ÎÊÔ½¸¡¢ºï½ü¤¬¤Ç¤¤Þ¤¹¡£\r\n\r\nÅê¹Æ¤ËÊÔ½¸¥¹¥¿¥ó¥×ÄɲÃ\r\nÁ´¤Æ¤ÎÊÔ½¸¤ËÂФ·¤Æ¡ÖÊÔ½¸¥¹¥¿¥ó¥×Ž£¤ò»ÈÍѤ·¤Þ¤¹¤«?ÊÔ½¸¥¹¥¿¥ó¥×¤Ï郎¤¤¤ÄÅê¹Æ¤òÊÔ½¸¤·¤¿¤«µÏ¿¤·¤Þ¤¹¡£',1055978759,NULL); -INSERT INTO international VALUES (630,'WebGUI',14,'WebGUI¤Ï¡¢¾®¤µ¤¤¤Ê¤¬¤é¤âÍê¤ì¤ë¡¢¥ê¥¢¥ë¥¿¥¤¥à¤Î¸¡º÷¥¨¥ó¥¸¥ó¤òÆâ¢¤·¤Æ¤¤¤Þ¤¹¡£¥Þ¥¯¥í¤Ç^?;¤ò»ÈÍѤ¹¤ì¤Ð¡¢ÆâÉô¸¡º÷¥¨¥ó¥¸¥ó¤ò»ÈÍѤǤ¤Þ¤¹¡£¤Þ¤¿¤Ï¡¢ ?op=search¤òURL¤ÎºÇ¸å¤ËÆþÎϤ·¤Æ¤â¸¡º÷¤Ç¤¤Þ¤¹¡£¤Þ¤¿¡¢¸¡º÷¥¨¥ó¥¸¥ó¤Ë¥¢¥¯¥»¥¹¤¹¤ë¤¿¤á¤Î¥Õ¥©¡¼¥à¤ò¼«Í³¤ËºîÀ®¤¹¤ë¤³¤È¤â¤Ç¤¤Þ¤¹¡£\r\n\r\nWebGUI¤Î¥µ¥¤¥È¤Ê¤É¤Ëº÷°ú¤ò¤Ä¤±¤ë¤¿¤á¤Ë¡¢¸¡º÷¥¨¥ó¥¸¥ó¤Ïï¤Ë¤È¤Ã¤Æ¤âɬÍפʤâ¤Î¤Ç¤¹¡£WebGUI¤Î¸¡º÷¥¨¥ó¥¸¥ó¤Ç¤Ç¤¤ë°Ê¾å¤Î¤³¤È¤ò¤´´õ˾¤Î¾ì¹ç¤â¤¢¤ë¤Ç¤·¤ç¤¦¡£¤½¤ì¤Ç¤·¤¿¤é¡¢MnoGo Search¤¢¤ë¤¤¤Ïht://Dig¤Î¥µ¥¤¥È¤ò´«¤á¤Þ¤¹¡£',1055466284,NULL); -INSERT INTO international VALUES (10,'Article',14,'²þ¹Ô¤ò¡ãbr¡ä¤ËÊÑ´¹¤·¤Þ¤¹¤«¡©',1055813592,NULL); -INSERT INTO international VALUES (629,'WebGUI',14,'¥×¥í¥¥·¥¥ã¥Ã¥·¥ó¥°¤òËɤ°\r\nWebGUI¤¬Àµ¾ï¤Ëưºî¤·¤Ê¤¤¥×¥í¥¥·¥µ¡¼¥Ð¤ò»ÈÍѤ·¤Æ¤¤¤ë²ñ¼Ò¤â¤¢¤ê¤Þ¤¹¡£¥×¥í¥¥·¡¼¥µ¡¼¥Ð¤ò¤´»ÈÍѤξì¹ç¡¢WebGUi¤Ë´Ø¤·¤ÆÌäÂ꤬ȯÀ¸¤¹¤ë»þ¤Ï¡¢¤³¤ÎÀßÄê¤ò\"¤Ï¤¤\"¤Ë¤·¤Æ²¼¤µ¤¤¡£¤³¤ÎÀßÄê¤ò\"¤Ï¤¤\"¤Ë¤·¤Þ¤¹¤È¡¢WebGUI¤ÎURL¤¬Ä̾ï¤è¤êʬ¤«¤ê¤Ë¤¯¤¤¤â¤Î¤Ë¤Ê¤ê¤Þ¤¹¤Î¤Ç¡¢¤´Î»¾µ²¼¤µ¤¤¡£\r\n\r\n¥Ç¥Ð¥Ã¥°¤òɽ¼¨\r\nWebGUI½ÐÎϤǥǥХ宥󥰾ðÊó¤òɽ¼¨¤·¤Æ¤¯¤À¤µ¤¤¡£¤³¤ì¤Ï¡¢WebGUI³«È¯¤Î½õ¤±¤Ë¤Ê¤ë¤À¤±¤Ç¤Ê¤¯¡¢ÌäÂê¤ò²ò·è¤·¤è¤¦¤È¤¹¤ë´ÉÍý¼Ô¤Ë¤È¤Ã¤Æ¤Ï¡¢¤µ¤é¤Ë͸ú¤Ê¤â¤Î¤Ë¤Ê¤ë¤Ç¤·¤ç¤¦¡£\r\n\r\n¥Ú¡¼¥¸¤ÎÅý·×\r\nWebGUI¤Ç¤Ï¡¢¤¢¤Ê¤¿¤Î¥µ¥¤¥È¤ÎÅý·×¾ðÊó¤ò¤È¤ë¤³¤È¤¬¤Ç¤¤Þ¤¹¡£Åý·×¤ò¤È¤ë¤È¡¢¥×¥í¥»¥Ã¥µ¤Ë¾¯¤·Ééô¤¬¤«¤«¤ê¡¢¤¢¤Ê¤¿¤Î¥Ç¡¼¥¿¡¼¥Ù¡¼¥¹¤Î¸úΨ¤¬¾å¤¬¤ê¤Þ¤¹¡£³°Éô¥¦¥§¥ÖÅý·×¥×¥í¥°¥é¥à¤ò»ý¤Ã¤Æ¤¤¤Ê¤¤¾ì¹ç¤Î¤ß¡¢¤³¤Î½èÍý¤ò²Äǽ¤Ë¤·¤Æ¤¯¤À¤µ¤¤¡£',1055464073,NULL); -INSERT INTO international VALUES (624,'WebGUI',14,'WebGUI¥Þ¥¯¥í¤ÏÀÅŪ¥³¥ó¥Æ¥ó¥ÄÆâ¤ËưŪ¥³¥ó¥Æ¥ó¥Ä¤òºîÀ®¤¹¤ë¤¿¤á¤Ë»ÈÍѤµ¤ì¤Þ¤¹¡£Î㤨¤Ð¡¢Á´¤Æ¤Î¥Ú¡¼¥¸¤Ç¡¢¤É¤Î¥æ¡¼¥¶¡¼¤¬¥í¥°¥¤¥ó¤·¤Æ¤¤¤ë¤«¤òɽ¼¨¤·¤¿¤ê¡¢Æ°Åª¤Ë¥á¥Ë¥å¡¼¤òºîÀ®¤·¤¿¤ê¡¢crumb trail¡Ê¥æ¡¼¥¶¡¼¤¬½ä¤Ã¤Æ¤¤¿¥Ú¡¼¥¸¤Ø¤Î¥ê¥ó¥¯¡Ë¤òºîÀ®¤·¤¿¤ê¤¹¤ë¤³¤È¤¬¤Ç¤¤Þ¤¹¡£\r\n\r\n¥Þ¥¯¥í¤Ï¡¢¾ï¤Ë¥«¥é¥Ã¥È(¡°)¤«¤é»Ï¤Þ¤ê¡¢¾¯¤Ê¤¯¤È¤â¾¤Î¤â¤¦°ìʸ»ú¤¬Â³¤¡¢¥»¥ß¥³¥í¥ó(;)¤Ç½ª¤ï¤ê¤Þ¤¹¡£¥Þ¥¯¥í¤Ë¤Ï¡¢(¡Ö¥³¥ó¥Õ¥£¥°¥Æ¥¥¹¥È¡×)¤Î¥Õ¥©¡¼¥Þ¥Ã¥È¤ò¤È¤ë¤³¤È¤Ë¤è¤ê·ÁÀ®¤µ¤ì¤¿³ÈÄ¥¤¹¤ë¤³¤È¤¬¤Ç¤¤ë¤â¤Î¤â¤¢¤ê¤Þ¤¹¡£\r\n\r\nÃí:¼¡¤Î¥Þ¥¯¥í¤¬¡¢SQL¥ì¥Ý¡¼¥Èwobject¤ª¤è¤Ó¥¹¥¿¥¤¥ë¤ò´ÉÍýÃæ¤ÎBODY¤Çsystem/wobject-¤ËÆÃͤε¡Ç½¤Î¤¿¤á¤Ë»È¤ï¤ì¤Þ¤¹:¡°;¡¢¡°0¡¢¡°1¡¢¡°2¡¢¡°3¡¢¤Ê¤É',1055462360,NULL); -INSERT INTO international VALUES (12,'USS',14,'(HTML¤ÇÅê¹Æ¤¹¤ë¾ì¹ç¡¢¥Á¥§¥Ã¥¯¤·¤Ê¤¤¤Ç¤¯¤À¤µ¤¤¡£)',1055404887,NULL); -INSERT INTO international VALUES (8,'WebGUI',14,'¸ºß¤·¤Ê¤¤¥Ú¡¼¥¸¤òɽ¼¨',1055404423,NULL); -INSERT INTO international VALUES (797,'WebGUI',14,'¥¢¥¯¥»¥¹Åý·×¤òɽ¼¨',1055404330,NULL); -INSERT INTO international VALUES (722,'WebGUI',14,'ID',1055348008,NULL); -INSERT INTO international VALUES (893,'WebGUI',14,'Wobject¥×¥í¥Ñ¥Æ¥£',1055347660,NULL); -INSERT INTO international VALUES (767,'WebGUI',14,'¥³¥é¥Æ¥é¥ëID',1055813882,NULL); -INSERT INTO international VALUES (777,'WebGUI',14,'¥Õ¥©¥ë¥ÀID',1055346970,NULL); -INSERT INTO international VALUES (536,'WebGUI',14,'¿·µ¬¥æ¡¼¥¶¡¼¤¬¥µ¥¤¥È¤Ë»²²Ã¤·¤Þ¤·¤¿¡£',1055346603,NULL); -INSERT INTO international VALUES (515,'WebGUI',14,'Åê¹Æ¤ËÊÔ½¸¥¹¥¿¥ó¥×¤ò²Ã¤¨¤Þ¤¹¤«¡©',1055346517,NULL); -INSERT INTO international VALUES (499,'WebGUI',14,'Wobject ID',1055346440,NULL); -INSERT INTO international VALUES (58,'WebGUI',14,'¤¹¤Ç¤Ë¥¢¥«¥¦¥ó¥È¤ò»ý¤Ã¤Æ¤¤¤ëÊý¤Ï¤³¤Á¤é',1055346235,NULL); -INSERT INTO international VALUES (540,'WebGUI',14,'¥í¥°¥¤¥ó¤´¤È¤Î¥«¥ë¥ÞÃÍ',1055345921,NULL); -INSERT INTO international VALUES (4,'SiteMap',14,'³¬ÁؤΥì¥Ù¥ë',1055342630,NULL); -INSERT INTO international VALUES (47,'Product',14,'´ØÏ¢¾¦ÉʤϾ¤Î¾¦ÉÊ¤ÈÆ±Íͤξ¦ÉÊ¡¢¤Þ¤¿¤ÏÊäÂŪ¤Ê¾¦ÉʤǤ¹¡£\r\n\r\n´ØÏ¢¾¦ÉÊ\r\n´û¤ËÆþÎϤ·¤¿¾¦Éʥꥹ¥È¤«¤éÁªÂò¤·¤Æ¤¯¤À¤µ¤¤¡£\r\n\r\n¤½¤Î¾¤Î´ØÏ¢¾¦ÉʤòÄɲä·¤Þ¤¹¤«¡©\r\n¤â¤·Â¾¤Î´ØÏ¢¾¦ÉʤòÄɲ乤ë¾ì¹ç¤Ï¡¢¡Ö¤Ï¤¤¡×¤òÁªÂò¤·¤Æ¤¯¤À¤µ¤¤¡£',1055341294,NULL); -INSERT INTO international VALUES (8,'Poll',14,'1¹Ô¤Ë1¤Ä¤Î²óÅú¤À¤±¤òÆþ¤ì¤Æ¤¯¤À¤µ¤¤¡£20¸Ä°Ê¾å¤ÏÆþ¤ì¤Ê¤¤¤Ç²¼¤µ¤¤¡£',1055340774,NULL); -INSERT INTO international VALUES (20,'Poll',14,'Åêɼ¤´¤È¤Î¥«¥ë¥ÞÃÍ',1055340522,NULL); -INSERT INTO international VALUES (20,'FileManager',14,'¥Ú¡¼¥¸ÈÖ¹æÉÕ¤±',1055335656,NULL); -INSERT INTO international VALUES (22,'Article',14,'Åê¹Æ¼Ô',1055329898,NULL); -INSERT INTO international VALUES (77,'EventsCalendar',14,'¤³¤Î¥¤¥Ù¥ó¥È¤ÈÁ´¤Æ¤Î·«¤êÊÖ¤·´ü´Ö¤òºï½ü',1055327896,NULL); -INSERT INTO international VALUES (8,'EventsCalendar',14,'·«¤êÊÖ¤·´ü´Ö',1055327717,NULL); -INSERT INTO international VALUES (72,'SyndicatedContent',14,'Äó·È¥³¥ó¥Æ¥ó¥Ä¥Æ¥ó¥×¥ì¡¼¥È',1055317168,NULL); -INSERT INTO international VALUES (61,'SyndicatedContent',14,'Äó·È¥³¥ó¥Æ¥ó¥Ä¡¡ÄɲÃ/ÊÔ½¸',1055317134,NULL); -INSERT INTO international VALUES (4,'SyndicatedContent',14,'Äó·È¥³¥ó¥Æ¥ó¥Ä¤òÊÔ½¸',1055317108,NULL); -INSERT INTO international VALUES (2,'SyndicatedContent',14,'Äó·È¥³¥ó¥Æ¥ó¥Ä',1055317082,NULL); -INSERT INTO international VALUES (69,'Survey',14,'¤³¤Î¥æ¡¼¥¶¡¼¤ÎÊÖÅú¤òºï½ü',1055314348,NULL); -INSERT INTO international VALUES (26,'Survey',14,'²óÅúÉÑÅÙ(¾ï¤Ë/Á´¤¯)¤ÎÈæÎ¨¤òÄɲÃ',1055313825,NULL); -INSERT INTO international VALUES (27,'Survey',14,'°Õ¸«²óÅú(Ʊ°Õ¤¹¤ë/Ʊ°Õ¤·¤Ê¤¤)¤ÎÈæÎ¨¤òÄɲÃ',1055313798,NULL); -INSERT INTO international VALUES (44,'Product',14,'¾¦ÉÊ¥¢¥¯¥»¥µ¥ê¡¡ÄɲÃ/ÊÔ½¸',1055312806,NULL); -INSERT INTO international VALUES (4,'Product',14,'¤³¤Î´ØÏ¢¾¦ÉʤΥê¥ì¡¼¥·¥ç¥ó¤òºï½ü¤·¤Æ¤â¤¤¤¤¤Ç¤¹¤«¡©',1055312674,NULL); -INSERT INTO international VALUES (36,'Product',14,'¥¢¥¯¥»¥µ¥ê¤òÄɲÃ',1055312634,NULL); -INSERT INTO international VALUES (32,'Product',14,'¥¢¥¯¥»¥µ¥ê',1055312598,NULL); -INSERT INTO international VALUES (2,'Product',14,'¤³¤Î¥¢¥¯¥»¥µ¥ê¤Î¥ê¥ì¡¼¥·¥ç¥ó¤òºï½ü¤·¤Æ¤â¤¤¤¤¤Ç¤¹¤«¡©',1055312557,NULL); -INSERT INTO international VALUES (18,'Product',14,'¤½¤Î¾¤Î¥¢¥¯¥»¥µ¥ê¤òÄɲä·¤Þ¤¹¤«¡©',1055312525,NULL); -INSERT INTO international VALUES (17,'Product',14,'¥¢¥¯¥»¥µ¥ê',1055312500,NULL); -INSERT INTO international VALUES (16,'Product',14,'¥¢¥¯¥»¥µ¥ê¤òÄɲÃ',1055312449,NULL); -INSERT INTO international VALUES (9,'HttpProxy',14,'¥¯¥Ã¥¡¼¥¸¥ã¡¼',1055300855,NULL); -INSERT INTO international VALUES (892,'WebGUI',14,'¥Ç¥£¥¹¥«¥Ã¥·¥ç¥ó',1055298986,NULL); -INSERT INTO international VALUES (5,'WobjectProxy',14,'Wobject¥×¥í¥¥·¡¡ÄɲÃ/ÊÔ½¸',1055298894,NULL); -INSERT INTO international VALUES (3,'WobjectProxy',14,'Wobject¥×¥í¥¥·',1055298874,NULL); -INSERT INTO international VALUES (2,'WobjectProxy',14,'Wobject¥×¥í¥¥·¤òÊÔ½¸',1055298847,NULL); -INSERT INTO international VALUES (1,'WobjectProxy',14,'¥×¥í¥¥·¤Ø¤ÎWobject ',1055298827,NULL); -INSERT INTO international VALUES (783,'WebGUI',14,'¥Õ¥¡¥¤¥ë¥¿¥¤¥×',1055297171,NULL); -INSERT INTO international VALUES (778,'WebGUI',14,'¥Õ¥©¥ë¥À¤Î¼ïÎà',1055297143,NULL); -INSERT INTO international VALUES (776,'WebGUI',14,'¥Õ¥©¥ë¥À¤òÊÔ½¸',1055297103,NULL); -INSERT INTO international VALUES (775,'WebGUI',14,'¤³¤Î¥Õ¥©¥ë¥À¤òºï½ü¤·¤Æ¡¢¤³¤Î¥³¥ó¥Æ¥ó¥Ä¤ò¿Æ¥Õ¥©¥ë¥À¤Ë°Üư¤·¤Æ¤â¤¤¤¤¤Ç¤¹¤«¡©',1055297051,NULL); -INSERT INTO international VALUES (769,'WebGUI',14,'¥Õ¥©¥ë¥ÀÀ°Íý',1055970339,NULL); -INSERT INTO international VALUES (784,'WebGUI',14,'¥µ¥à¥Í¥¤¥ë',1055296967,NULL); -INSERT INTO international VALUES (782,'WebGUI',14,'¤¹¤Ù¤Æ',1055296932,NULL); -INSERT INTO international VALUES (76,'WebGUI',14,'¤³¤Î¥á¡¼¥ë¥¢¥É¥ì¥¹¤Ï¥Ç¡¼¥¿¥Ù¡¼¥¹¤Ë¤¢¤ê¤Þ¤»¤ó¡£',1055296661,NULL); -INSERT INTO international VALUES (749,'WebGUI',14,'¥Ú¡¼¥¸¤ÎÅý·×¤ò¼è¤ê¤Þ¤¹¤«¡©',1055296488,NULL); -INSERT INTO international VALUES (509,'WebGUI',14,'¥Ç¥£¥¹¥«¥Ã¥·¥ç¥ó¤Î¥ì¥¤¥¢¥¦¥È',1055295250,NULL); -INSERT INTO international VALUES (450,'WebGUI',14,'²ñ¼Ò̾',1055295146,NULL); -INSERT INTO international VALUES (436,'WebGUI',14,'¥»¥Ã¥·¥ç¥ó¤ò½ªÎ»',1055295070,NULL); -INSERT INTO international VALUES (359,'WebGUI',14,'¥³¥é¥à¤ò±¦¤è¤»¤¹¤ë',1055294808,NULL); -INSERT INTO international VALUES (358,'WebGUI',14,'¥³¥é¥à¤òº¸¤è¤»¤¹¤ë',1055294790,NULL); -INSERT INTO international VALUES (135,'WebGUI',14,'SMTP¥µ¡¼¥Ð',1055294629,NULL); -INSERT INTO international VALUES (331,'WebGUI',14,'²ñ¼Ò¤Î½»½ê¡ÊÅÔÆ»Éܸ©¡Ë',1055294519,NULL); -INSERT INTO international VALUES (330,'WebGUI',14,'²ñ¼Ò¤Î½»½ê¡Ê»ÔĮ¼¡Ë',1055294491,NULL); -INSERT INTO international VALUES (329,'WebGUI',14,'²ñ¼Ò¤Î½»½ê¡ÊÈÖÃÏ¡Ë',1055294462,NULL); -INSERT INTO international VALUES (325,'WebGUI',14,'½»½ê¡ÊÅÔÆ»Éܸ©¡Ë',1055294399,NULL); -INSERT INTO international VALUES (324,'WebGUI',14,'½»½ê¡Ê»ÔĮ¼¡Ë',1055294375,NULL); -INSERT INTO international VALUES (323,'WebGUI',14,'½»½ê(ÈÖÃÏ)',1055294348,NULL); -INSERT INTO international VALUES (46,'USS',14,'¤â¤Ã¤ÈÆÉ¤à',1055294035,NULL); -INSERT INTO international VALUES (31,'USS',14,'¥³¥ó¥Æ¥ó¥Ä',1055293985,NULL); -INSERT INTO international VALUES (627,'WebGUI',14,'¥×¥í¥Õ¥£¡¼¥ë¤Ë¤Ï¹¹¤Ë¾ÜºÙ¤Ê¥æ¡¼¥¶¡¼¾ðÊó¤òÆþÎϤ·¤Þ¤¹¡£¥×¥í¥Õ¥£¡¼¥ë¤Ï¥µ¥¤¥È¤Ç½ÅÍפʾì¹ç¤â¡¢¤½¤¦¤Ç¤Ê¤¤¾ì¹ç¤â¤¢¤ê¤Þ¤¹¡£¥×¥í¥Õ¥£¡¼¥ë¥·¥¹¥Æ¥à¤Ï³ÈÄ¥²Äǽ¤Ç¤¹¡£¥æ¡¼¥¶¡¼¥×¥í¥Õ¥£¡¼¥ë¤Ø¹¥¤¤Ê¤À¤±¾ðÊó¤ò²Ã¤¨¤ë¤³¤È¤¬¤Ç¤¤Þ¤¹¡£',1055289718,NULL); -INSERT INTO international VALUES (625,'WebGUI',14,'¥µ¥¤¥È¾å¤Ç»ÈÍѤ¹¤ë¤¹¤Ù¤Æ¤Î¥¤¥á¡¼¥¸¤ò¥¢¥Ã¥×¥í¡¼¥É¤·¤Æ¤¯¤À¤µ¤¤¡£\r\n\r\n̾Á°\r\n¤³¤Î¥¤¥á¡¼¥¸¤ËÉÕ¤±¤é¤ì¤ë¥é¥Ù¥ë¡£\r\n\r\n¥Õ¥©¥ë¥À¤ÎÀ°Íý\r\n¤³¤Î¥¤¥á¡¼¥¸¤Ï¤É¤Î¥Õ¥©¥ë¥À¤ËÃÖ¤¤Þ¤¹¤«¡£\r\n\r\n¥Õ¥¡¥¤¥ë\r\n¥µ¡¼¥Ð¡¼¤Ë¥¢¥Ã¥×¥í¡¼¥É¤¹¤ë¥Õ¥¡¥¤¥ë¤ò¥í¡¼¥«¥ë¥É¥é¥¤¥Ö¤«¤éÁªÂò¤·¤Æ²¼¤µ¤¤¡£\r\n\r\n¥Ñ¥é¥á¡¼¥¿¡¼\r\nHTML¤ò
Number of rows found by the client, if an array was returned.\n\nfirstPage
Link to first page in a paginated set.\n\nlastPage
Link to last page in a paginated set.\n\nnextPage
Link to next page in a paginated set.\n\npageList
List of all pages in a paginated set.\n\npreviousPage
Link to previous page in a paginated set.\n\nmultiplePages
Boolean indicating multiple pages in a paginated set.\n\nnumberOfPages
Number of pages in a paginated set.\n\npageNumber
Current page number in a paginated set.
Non puoi importare un tema due volte. Se desideri importare una nuova\nversione di un tema, allora devi prima cancellare la versione precedente del\ntema.\n
Allo stesso modo non puoi importare un tema creato da una versione di WebGUI\npiù recente di quella che stai usando. Per questo se stai usando WebGUI 5.2.4 e\nil tema è stato creato con WebGUI 6.0.0, non ti sarà possibile importare quel\ntema fino a quando non avrai aggiornato la versione di WebGUI.
\n',1054477866,NULL); -INSERT INTO international VALUES (939,'WebGUI',8,'Quando cancelli un tema che hai creato, stai cancellando le proprietà base\ndel tema. Comunque quando cancelli un tema che hai importato, stai cancellando\nanche tutti i suoi componenti ( stili, template e elementi dell\'archivio\ncollaterale). Assicurati che non dovrai più usare quei componenti prima di\ncancellarli.
',1054477122,NULL); -INSERT INTO international VALUES (958,'WebGUI',8,'Gli Appunti sono un deposito particolare in cui vengono temporaneamente\narchiviati i contenuti "tagliati" o "copiati". Gli elementi\nnegli Appunti possono poi essere incollati in una nuova posizione. \nGli elementi negli Appunti possono gestiti singolarmente.
\nPuoi "cancellare" o "incollare" un elemento tramite il\npulsante appropriato. Puoi anche eliminare tutto il contenuto degli appunti\nspostandolo nel cestino tramite l\'apposita opzione nel menù degli\nAppunti.
\nTitolo
\nIl nome dell\'elemento negli Appunti. Puoi visualizzare questo elemento\nselezionando il titolo.\n
Tipo
\nIl tipo di contenuto. Per esempio una Pagina, un Articolo, un Calendario Eventi,\netc.\n
Data Appunti
\nLa data e l\'ora in cui l\'elemento è stato messo negli Appunti.\n
Posizione Precedente
\nLa posizione (nel sito) da cui è stato preso l\'elemento. Puoi vedere la\nposizione precedente selezionando posizione precedente.\n
Nome utente
\nIl nome utente di chi ha inserito l\'elemento negli appunti. Questo campo\nopzionale è visibile solamente negli Appunti Condiviso o quando un\namministratore sta gestendo gli Appunti di Sistema .
Titolo
\nIl nome dell\'elemento nel cestino. Puoi visualizzare questo elemento\nselezionando il titolo.\n
Tipo
\nil tipo di contenuto. Per esempio una Pagina, un Articolo, un Calendario Eventi,\netc.\n
Data Cestino
\nLa data e l\'ora in cui l\'elemento è stato messo nel cestino.\n
Posizione Precedente
\nLa posizione (nel sito) in cui si trovava precedentemente l\'elemento. Puoi\nvedere la posizione precedente selezionando posizione precedente.\n
Nome utente
\nIl nome utente di chi ha spostato l\'elemento nel cestino Questo campo opzionale\nè visibile solamente nel Cestino Condiviso o quando un amministratore sta\ngestendo il Cestino di Sistema .
Le proprietà di base del Tema non possono essere modificate da nessuno\ntranne che sul sito nel quale il tema è stato creato.
\nLe seguenti sono le definizioni delle proprità di base del Tema:\n
ID Tema
\nL\' ID univoco per questo tema all\'interno di questo sito. Questo ID cambierà se\nquesto tema sarà importato in un altro sito.\n
Nome Tema
\nQuesto è il nome univoco del tema. Deve essere univoco in ogni sito in cui il\ntema sarà importato. Questo nome non cambierà importandolo da un sito\nall\'altro \n
Designer del Tema
\nIl nome della persona o azienda che ha creato questo tema.\n
URL del Designer
\nLa URL della persona o azienda che ha creato questo tema.
acknowledgement
\nIl Riconoscimento specificato nelle proprietà del wobject. Questo messaggio\nviene mostrato dopo che l\'utente invia i dati.\n
export.tab.url
\nSeguendo questo URL i dati archiviati in questo modulo dati, saranno\nesportati in un file delimitato da tab.\n
export.tab.label
\nL\'etichetta di default per la variabile export.tab.url.\n
entryList.url
\nSeguendo questo URL sarà mostrato un elenco con tutti i dati archiviati\nin questo modulo dati.\n
entryList.label
\nL\'etichetta di default per la variabile entryList.url .\n
canEdit
\nUna condizione che indica se l\'utente attuale ha i privilegi per modificare un\ninserimento o per esportare i dati del modulo.\n
back.url
\nUn url che ti riporterà indietro alla pagina di default del Modulo.\n
back.label
\nL\'etichetta di default per la variabile back.url.\n
username*
\nLa username dell\'utente che ha inviato i dati.\n
userId*
\nLa user id dell\'utente che ha inviato i dati.\n
date*
\nLa data in cui questi dati sono stati inseriti o aggiornati, nel formato\ndata/ora scelto dall\'utente.\n
epoch*
\nLa data in cui questi dati sono stati inseriti o aggiornati visualizzati nel\nformato epoch della data.\n
ipAddress*
\nL\' IP address dell\'utente che ha inviato i dati.\n
edit.url*
\nLa URL alla pagina per modificare questo inserimento.\n
error_loop*
\nUn loop contenente informazioni sugli errori, ad esempio se qualcuno non compila\nun campo richiesto.\n
\n
\n error.message*\naddField.url
\n Un messaggio di errore che indica cosa l\'utente ha fatto in modo errato.\n
addField.label
\nL\'etichetta di default per la variabile addField.url.\n
form.start
\nL\'inizio del modulo.\n
field_loop
\nUn loop contenente tutte le informazioni sui campi.\n
\n
\n field.form\nform.send
\n L\'elemento del form per questo campo.\nfield.name
\n il nome di questo campo.\nfield.value
\n Il "value" per questo campo. se è un nuovo elemento sarà usato il\n valore di default.\nfield.label
\n L\'etichetta di testo per questo campo.\nfield.isHidden
\n Una condizione che indica se questo campo può essere nascosto.\nfield.isDisplayed
\n Una condizione che indica se questo campo può essere visualizzato.\nfield.isEditable
\n Una condizione che indica se questo campo è modificabile.\nfield.isRequired
\n Una condizione che indica se questo campo è obbligatorio.\nfield.isMailField
\n Una condizione che indica se questo campo è presente solo per inviare email.\nfield.subtext
\n Una descrizione del campo in modo che gli utenti capiscano cosa inserire nel\n campo.\nfield.controls
\n I controlli di gestione di WebGUI per questo campo.\n\n
form.save
\nUn bottone con la parola "Salva".\n
form.end
\nLa fine del modulo.\n
*Disponibili solo se l\'utente ha già inviato il modulo.
\n',1054386522,NULL); -INSERT INTO international VALUES (22,'PhotoGallery',8,'Inserimento',1034023785,NULL); -INSERT INTO international VALUES (10,'WobjectProxy',8,'Sostituisci il template?',1054238008,NULL); -INSERT INTO international VALUES (897,'WebGUI/Profile',8,'Modificabile?',1054237380,NULL); -INSERT INTO international VALUES (978,'WebGUI',8,'Utente aggiunto con successo.',1054237364,NULL); -INSERT INTO international VALUES (977,'WebGUI',8,'E\' admin secondario?',1054237341,NULL); -INSERT INTO international VALUES (976,'WebGUI',8,'Aggiungi utenti',1054237286,NULL); -INSERT INTO international VALUES (975,'WebGUI',8,'Gli utenti possono rimuoversi autonomamente?',1054237260,NULL); -INSERT INTO international VALUES (974,'WebGUI',8,'Gli utenti possono aggiungersi autonomamente?',1054237231,NULL); -INSERT INTO international VALUES (969,'WebGUI',8,'Se svuoti gli appunti, ogni elemento sarà spostato nel cestino.',1054237163,NULL); -INSERT INTO international VALUES (972,'WebGUI',8,'Data e orario',1054237107,NULL); -INSERT INTO international VALUES (971,'WebGUI',8,'Orario',1054237089,NULL); -INSERT INTO international VALUES (970,'WebGUI',8,'Imposta ora',1054237072,NULL); -INSERT INTO international VALUES (968,'WebGUI',8,'Appunti, Svuota',1054237035,NULL); -INSERT INTO international VALUES (967,'WebGUI',8,'Svuota cestino di sistema',1054236993,NULL); -INSERT INTO international VALUES (964,'WebGUI',8,'Gestisci cestino di sistema.',1054236970,NULL); -INSERT INTO international VALUES (966,'WebGUI',8,'Sei certo di voler eliminare permanentemente questo elemento dal cestino?',1054236948,NULL); -INSERT INTO international VALUES (965,'WebGUI',8,'Gestisci cestino di sistema',1054236857,NULL); -INSERT INTO international VALUES (963,'WebGUI',8,'Data Cestino',1054236833,NULL); -INSERT INTO international VALUES (962,'WebGUI',8,'Gestisci Cestino',1054236813,NULL); -INSERT INTO international VALUES (960,'WebGUI',8,'Cestino, Gestisci',1054236788,NULL); -INSERT INTO international VALUES (959,'WebGUI',8,'Svuota appunti di sistema',1054236766,NULL); -INSERT INTO international VALUES (957,'WebGUI',8,'Appunti, Gestisci',1054236730,NULL); -INSERT INTO international VALUES (956,'WebGUI',8,'Sei sicuro di voler spostare questo elemento dagli appunti al cestino?',1054236711,NULL); -INSERT INTO international VALUES (955,'WebGUI',8,'Gestisci appunti di sistema',1054236667,NULL); -INSERT INTO international VALUES (954,'WebGUI',8,'Gestisci appunti di sistema',1054236643,NULL); -INSERT INTO international VALUES (953,'WebGUI',8,'Precedente posizione',1054236531,NULL); -INSERT INTO international VALUES (952,'WebGUI',8,'Data appunti',1054236510,NULL); -INSERT INTO international VALUES (951,'WebGUI',8,'Sei sicuro di voler svuotare il contenuto degli appunti nel cestino?',1054236449,NULL); -INSERT INTO international VALUES (947,'WebGUI',8,'Usa appunti condivisi?',1054236402,NULL); -INSERT INTO international VALUES (948,'WebGUI',8,'Gestisci gli appunti',1054236374,NULL); -INSERT INTO international VALUES (950,'WebGUI',8,'Svuota gli appunti',1054236352,NULL); -INSERT INTO international VALUES (946,'WebGUI',8,'Usa cestino condiviso?',1054236310,NULL); -INSERT INTO international VALUES (949,'WebGUI',8,'Gestisci Appunti',1054236223,NULL); -INSERT INTO international VALUES (944,'WebGUI',8,'Codice Postale',1054236190,NULL); -INSERT INTO international VALUES (943,'WebGUI',8,'Checkbox',1054234042,NULL); -INSERT INTO international VALUES (942,'WebGUI',8,'Radio List',1054234023,NULL); -INSERT INTO international VALUES (941,'WebGUI',8,'Checkbox List',1054233985,NULL); -INSERT INTO international VALUES (940,'WebGUI',8,'Apri in una nuova finestra?',1054233932,NULL); -INSERT INTO international VALUES (938,'WebGUI',8,'Tema Cancella',1054232627,NULL); -INSERT INTO international VALUES (936,'WebGUI',8,'Tema, Importa',1054231475,NULL); -INSERT INTO international VALUES (935,'WebGUI',8,'il file caricato sembra non essere un file appropriato per i temi.',1054231454,NULL); -INSERT INTO international VALUES (933,'WebGUI',8,'Tema, Modifica',1054231363,NULL); -INSERT INTO international VALUES (932,'WebGUI',8,'I Temi sono uno strumento per installare velocemente Stili, Templates e oggetti dell\'archivio collaterale in un sito creato con WebGUI. Sono anche molto utili per spostare gli stessi elementi da un sito ad un altro.\n\nNota: quando costruisci un tema, assicurati di dare dei nomi ai componenti (Stili, Templates e oggetti dell\'archivio collaterale) che richiamino un riferimento a quel tema. Questo è utile per ritrovare facilmente i componenti nel tema ed inoltre evita di creare conflitti(duplicazioni) tra i nomi.',1054231342,NULL); -INSERT INTO international VALUES (931,'WebGUI',8,'Temi, Gestisci',1054230855,NULL); -INSERT INTO international VALUES (930,'WebGUI',8,'Visualizza Tema',1054230835,NULL); -INSERT INTO international VALUES (929,'WebGUI',8,'Importa',1054230806,NULL); -INSERT INTO international VALUES (928,'WebGUI',8,'Desideri importare questo tema?',1054230792,NULL); -INSERT INTO international VALUES (927,'WebGUI',8,'Importa Tema',1054230765,NULL); -INSERT INTO international VALUES (926,'WebGUI',8,'Questo tema è stato creato con una versione di WebGUI più recente di quella installata sul tuo sistema. Devi eseguire l\'aggiornamento prima di installare questo tema.',1054230728,NULL); -INSERT INTO international VALUES (925,'WebGUI',8,'Hai già una versione di questo tema. Devi cancellarla prima di installarla nuovamente.',1054230624,NULL); -INSERT INTO international VALUES (924,'WebGUI',8,'Importa un tema',1054230555,NULL); -INSERT INTO international VALUES (923,'WebGUI',8,'Versione Tema',1054230542,NULL); -INSERT INTO international VALUES (922,'WebGUI',8,'Creato con',1054230526,NULL); -INSERT INTO international VALUES (921,'WebGUI',8,'Pacchetto dei file del tema',1054230512,NULL); -INSERT INTO international VALUES (920,'WebGUI',8,'Esporta questo tema',1054230484,NULL); -INSERT INTO international VALUES (919,'WebGUI',8,'Modifica questo tema',1054230470,NULL); -INSERT INTO international VALUES (918,'WebGUI',8,'Cancella questo tema',1054230457,NULL); -INSERT INTO international VALUES (917,'WebGUI',8,'Aggiungi un componente del tema',1054230443,NULL); -INSERT INTO international VALUES (916,'WebGUI',8,'Frammento',1054230422,NULL); -INSERT INTO international VALUES (915,'WebGUI',8,'File',1054230412,NULL); -INSERT INTO international VALUES (914,'WebGUI',8,'Immagine',1054230403,NULL); -INSERT INTO international VALUES (913,'WebGUI',8,'Template',1054230394,NULL); -INSERT INTO international VALUES (1087,'WebGUI',1,'Gradebook Report Template',1078513217,NULL); -INSERT INTO international VALUES (911,'WebGUI',8,'Componente',1054230365,NULL); -INSERT INTO international VALUES (909,'WebGUI',8,'Aggiungi un componente del tema',1054230340,NULL); -INSERT INTO international VALUES (908,'WebGUI',8,'Sei sicuro di voler eliminare questo componente da questo tema?',1054230316,NULL); -INSERT INTO international VALUES (907,'WebGUI',8,'Sei sicuro di voler cancellare questo tema?',1054230266,NULL); -INSERT INTO international VALUES (906,'WebGUI',8,'URL del Designer',1054230244,NULL); -INSERT INTO international VALUES (905,'WebGUI',8,'Designer del Tema',1054230231,NULL); -INSERT INTO international VALUES (904,'WebGUI',8,'Nome Tema',1054230187,NULL); -INSERT INTO international VALUES (903,'WebGUI',8,'ID Tema',1054230176,NULL); -INSERT INTO international VALUES (902,'WebGUI',8,'Modifica Tema',1054230165,NULL); -INSERT INTO international VALUES (901,'WebGUI',8,'Aggiungi un nuovo tema',1054230154,NULL); -INSERT INTO international VALUES (900,'WebGUI',8,'Gestisci i Temi',1054230135,NULL); -INSERT INTO international VALUES (899,'WebGUI',8,'Gestisci i Temi',1054230112,NULL); -INSERT INTO international VALUES (898,'WebGUI',8,'Site Icon',1054230012,NULL); -INSERT INTO international VALUES (897,'WebGUI',8,'Favicon',1054229994,NULL); -INSERT INTO international VALUES (73,'Poll',8,'Template Sondaggio',1054229973,NULL); -INSERT INTO international VALUES (98,'EventsCalendar',8,'Adesso!',1054229956,NULL); -INSERT INTO international VALUES (84,'DataForm',8,'Esporta i dati',1054229912,NULL); -INSERT INTO international VALUES (88,'DataForm',8,'Template Modulo Dati',1054229805,NULL); -INSERT INTO international VALUES (86,'DataForm',8,'Elenca gli inserimenti',1054229744,NULL); -INSERT INTO international VALUES (85,'DataForm',8,'Uno per riga',1054229697,NULL); -INSERT INTO international VALUES (82,'DataForm',8,'Template Modulo Dati',1054229613,NULL); -INSERT INTO international VALUES (81,'DataForm',8,'Template conferma',1054229581,NULL); -INSERT INTO international VALUES (80,'DataForm',8,'Email Template',1054229201,NULL); -INSERT INTO international VALUES (79,'DataForm',8,'Breve descrizione',1054229183,NULL); -INSERT INTO international VALUES (76,'DataForm',8,'Aggiungi un campo',1054228558,NULL); -INSERT INTO international VALUES (75,'DataForm',8,'Obbligatorio',1054228541,NULL); -INSERT INTO international VALUES (74,'DataForm',8,'Invia dati',1054228517,NULL); -INSERT INTO international VALUES (9,'Auth/LDAP',8,'User RDN',1054228480,NULL); -INSERT INTO international VALUES (969,'WebGUI',2,'Wenn Sie die Zwischenablage leeren, werden die Inhalte in den Mülleimer verschoben.',1054542122,NULL); -INSERT INTO international VALUES (979,'WebGUI',1,'Are you certain you wish to delete all items in this folder? They cannot be recovered once deleted. Items in sub-folders will not be removed.',1055908341,NULL); -INSERT INTO international VALUES (980,'WebGUI',1,'Empty this folder.',1055908341,NULL); -INSERT INTO international VALUES (12,'HttpProxy',1,'Rewrite urls ?',1055908341,NULL); -INSERT INTO international VALUES (982,'WebGUI',1,'Add a database link.',1056151382,NULL); -INSERT INTO international VALUES (983,'WebGUI',1,'Edit this database link.',1056151382,NULL); -INSERT INTO international VALUES (984,'WebGUI',1,'Copy this database link.',1056151382,NULL); -INSERT INTO international VALUES (985,'WebGUI',1,'Delete this database link.',1056151382,NULL); -INSERT INTO international VALUES (986,'WebGUI',1,'Back to database links.',1056151382,NULL); -INSERT INTO international VALUES (987,'WebGUI',1,'Delete Database Link',1056151382,NULL); -INSERT INTO international VALUES (988,'WebGUI',1,'Are you certain you wish to delete this database link? The following items are using this link and will no longer work if you delete it:',1056151382,NULL); -INSERT INTO international VALUES (989,'WebGUI',1,'on page',1056151382,NULL); -INSERT INTO international VALUES (990,'WebGUI',1,'Edit Database Link',1056151382,NULL); -INSERT INTO international VALUES (991,'WebGUI',1,'Database Link ID',1056151382,NULL); -INSERT INTO international VALUES (992,'WebGUI',1,'Title',1056151382,NULL); -INSERT INTO international VALUES (993,'WebGUI',1,'DSN',1056151382,NULL); -INSERT INTO international VALUES (994,'WebGUI',1,'Database User',1056151382,NULL); -INSERT INTO international VALUES (995,'WebGUI',1,'Database Password',1056151382,NULL); -INSERT INTO international VALUES (996,'WebGUI',1,'Manage Database Links',1056151382,NULL); -INSERT INTO international VALUES (997,'WebGUI',1,'Database Links, Manage',1056151382,NULL); -INSERT INTO international VALUES (998,'WebGUI',1,'Database Link, Add/Edit',1056151382,NULL); -INSERT INTO international VALUES (999,'WebGUI',1,'Database Link, Delete',1056151382,NULL); -INSERT INTO international VALUES (1000,'WebGUI',1,'
\r\nDatabase Links enable a WebGUI administrator to add commonly used databases for use in SQL Reports. This frees the SQL Report author from having to know or enter a DSN, user, or password.
\r\n
\r\nBe aware that any database links you create here will be available to all content authors. While they will not be able to see the database connection info, they will be able to execute any select, show, or describe commands on the database.\r\n
',1056151382,NULL); -INSERT INTO international VALUES (1001,'WebGUI',1,'
\r\nThe following fields make up a Database Link.\r\n
\r\n\r\nTitle
\r\nA title for the database link.\r\n
\r\n\r\nDSN
\r\nData Source Name is the unique identifier that Perl uses to describe the location of your database. It takes the format of DBI:[driver]:[database name]:[host].
\r\n
\r\n\r\n\r\nExample: DBI:mysql:WebGUI:localhost\r\n
\r\n\r\nHere are some examples for other databases.
\r\nOracle:\r\n
\r\nDatabase User
\r\nThe username you use to connect to the DSN.\r\n
\r\n\r\n\r\nDatabase Password
\r\nThe password you use to connect to the DSN.\r\n
\r\n',1056151382,NULL); -INSERT INTO international VALUES (1002,'WebGUI',1,'
\r\nWhen you delete a database link, all SQL Reports using that link will stop working. A list of all affected reports is shown on the confirmation screen.\r\n
\r\n\r\n\r\nAs with any delete operation, you are prompted to be sure you wish to proceed with the delete. If you answer yes, the delete will proceed and there is no recovery possible. If you answer no you\'ll be returned to the prior screen.\r\n
\r\n',1056151382,NULL);
-INSERT INTO international VALUES (1075,'WebGUI',1,'Database Link',1056151382,NULL);
-INSERT INTO international VALUES (1003,'WebGUI',1,'Wobject privileges?',1056041703,'Would you like Wobject Privileges to be enabled?');
-INSERT INTO international VALUES (634,'WebGUI',1,'Default Home Page
Some really small sites don\'t have a home page, but instead like to use one of their internal pages like \"About Us\" or \"Company Information\" as their home page. For that reason, you can set the default page of your site to any page in the site. That page will be the one people go to if they type in just your URL http://www.mywebguisite.com, or if they click on the Home link generated by the ^H; macro. \r\n\r\n
Not Found Page
If a page that a user requests is not found in the system, the user can be redirected to the home page or to an error page where they can attempt to find what they were looking for. You decide which is better for your users. \r\n\r\n\r\n
Favicon
An icon that appears on Internet Explorer short cuts such as your \"Favorites\". To learn more about Favicon click here. \r\n\r\n
Site Icon
An icon that appears in the URL bar of most modern browsers. It may also appear in the bookmarks of the browser. The image must be 16x16 pixels. \r\n\r\n
Add edit stamp to posts?
Typically if a user edits a post on a discussion, a stamp is added to that post to identify who made the edit, and at what time. On some sites that information is not necessary, therefore you can turn it off here. \r\n\r\n
Filter Contributed HTML
Especially when running a public site where anybody can post to your message boards or user submission systems, it is often a good idea to filter their content for malicious code that can harm the viewing experience of your visitors; And in some circumstances, it can even cause security problems. Use this setting to select the level of filtering you wish to apply. \r\n\r\n
Maximum Attachment Size
The size (in kilobytes) of the maximum allowable attachment to be uploaded to your system. \r\n\r\n
Max Image Size
If images are uploaded to your system that are bigger than the max image size, then they will be resized to the max image size. The max image size is measured in pixels and will use the size of the longest side of the image to determine if the limit has been reached. \r\n\r\n
Thumbnail Size
When images are uploaded to your system, they will automatically have thumbnails generated at the size specified here (unless overridden on a case-by-case basis). Thumbnail size is measured in pixels. \r\n\r\n
Snippet Preview Length
How many characters of a snippet should be displayed in the collateral management system main listing. \r\n\r\n
Text Area Rows
Some sites wish to control the size of the forms that WebGUI generates. With this setting you can specify how many rows of characters will be displayed in textareas on the site. \r\n\r\n
Text Area Columns
Some sites wish to control the size of the forms that WebGUI generates. With this setting you can specify how many columns of characters will be displayed in textareas on the site. \r\n\r\n
Text Box Size
Some sites wish to control the size of the forms that WebGUI generates. With this setting you can specify how characters can be displayed at once in text boxes on the site. \r\n\r\n
Wobject Privileges
Choose \'Yes\' to enable privileges at the Wobject level. By default, Wobjects are set to inherit page level privileges
Die Standardeigenschaften \r\neines Themas können von niemand ausser berechtigten Benutzern der Site, auf \r\nder das Thema erstellt wurde, geändert werden. Nachfolgend die Standardeigenschaften \r\nfür ein Thema: \r\n
Themen ID
Die eindeutige ID für dieses Thema innerhalb dieser WebGUI \r\nSite. Die ID ändert sich beim Importieren in eine andere Seite.
Themen Name
Der \r\neindeutige Name für dieses Thema. Der Name muss in allen Seiten, in die das \r\nThema importiert werden soll, eindeutig sein, z. B. TH-blueLayout-001
Themen Designer
Der \r\nName der Person oder Firma,die dieses Thema erstellt hat.
Designer URL
Die \r\nURL der Website dieses Theman Designers.
Titel
Der \r\nName des Elements. Nach einem Klick darauf können Sie sich das Element anschauen.
Typ
Der \r\nInhaltstyp, z. B. Seite, Artikel, Veranstaltungskalender, etc. \r\n
Datum Zwischenablage
Das Datum, an dem das Element der Zwischenablage hinzugefügt \r\nwurde.
Vorherige Location
Der Ort, an dem das Element vorher integriert \r\nwar.
Benutzername
Der Benutzername der Person, die das Element der \r\nZwischenablage hingezugefügt hat. Dieses optionale Feld \r\nist nur sichtbar, wenn Sie in den Einstellungen eine gemeinsame Zwischenablage \r\ndefiniert haben oder wenn ein Administrator die System-Zwischenablage verwaltet.
Titel
Der \r\nName des Elements. Nach einem Klick darauf können Sie sich das Element anschauen.
Typ
Der \r\nInhaltstyp, z. B. Seite, Artikel, Veranstaltungskalender, etc. \r\n
Löschdatum
Das Datum, an dem das Element in den Mülleimer verschoben \r\nwurde.
Vorherige Location
Der Ort, an dem das Element vorher integriert \r\nwar.
Benutzername
Der Benutzername der Person, die das Element in \r\nden Mülleimer verschoben (das heisst es gelöscht) hat. Dieses optionale Feld \r\nist nur sichtbar, wenn Sie in den Einstellungen einen gemeinsamen Mülleimer \r\ndefiniert haben oder wenn ein Administrator den System-Mülleimer verwaltet.
Sei können ein Thema nur einmal importieren. Wenn Sie \r\neine neue Version eines Themas importieren möchten, müssen Sie die vorherige \r\nVersion des Themas löschen.
Sie können kein Thema importieren von einer neueren \r\nWebGUI-Version als die auf Ihrem System installierte. Wenn Sie als mit WebGUI \r\n5.3.0 arbeiten und möchten ein Thema importieren, das mit WebGUI 6.0.0 erstellt \r\nwurde, dann können Sie dieses nicht importieren, es sei denn, Sie aktualisieren \r\nIhre WebGUI-Version.
',1055252364,NULL); -INSERT INTO international VALUES (932,'WebGUI',2,'Themen sind ein Mechanismus, um schnell neue Styles, Templates und Upload-Elemente \r\n(z. B. Grafiken) in eine WebGUI-Seite installieren zu können. Ausserdem bieten \r\nsich die Themen an, wenn man Elemente von einer WebGUI-Seite zu einer anderen \r\nverschieben möchte.
\r\nTIP: Wenn Sie ein Thema erstellen, achten Sie darauf, dass Sie die \r\nElemente des Themas so benennen, dass Sie für jedes Thema einmalig sind. Dies \r\nempfiehlt sich deswegen, damit Ihre Benutzer schnell die Komponenten des Themas \r\nfinden, aber auch, damit es keine Namenskonflikte mit bereits vorhandenen Elementen \r\ngibt.
\r\n',1055242702,NULL); -INSERT INTO international VALUES (83,'DataForm',2,'\r\nNachfolgend die Template Variablen für DataForm Templates.acknowledgement
Die \r\nBestätigung, die in den Wobject Eigenschaften angegeben ist. Diese Nachricht \r\nsollte dem Benutzer nach dem Absenden eines Formulars angezeigt werden.
export.tab.url
Das \r\nAnklicken dieser URL führt zum Exportieren der Daten, die über dieses DataForm \r\ngespeichert wurden in eine Tabulator-getrennte Datei.
export.tab.label
Die \r\nStandardbezeichnung für diese URL (z. B. \'Hier klicken zum Exportieren\')
entryList.url
Das \r\nAnklicken dieser URL zeigt eine Liste mit allen Einträgen, die mit diesem DataForm \r\ngespeichert wurden.
entryList.label
Die Standardbezeichnung für \r\ndiese URL.
canEdit
Eine Bedingungsvariable, die prüft, ob der Benutzer \r\ndie Berechtigung hat, einen vorhandenen Eintrag zu bearbeiten oder die Formular-Export \r\nFunktion zu benutzen.
back.url
Eine URL, die Sie auf die Standard-Seite \r\ndes Formulars führt.
back.label
Die Bezeichnung für diesen Link.
username*
Der \r\nBenutzername des Benutzers, der die Daten übermittelt hat.
userId*
Die \r\nBenutzerID dieses Benutzers.
date*
Das Datum, an dem diese Daten \r\nübermittelt bzw. zuletzt bearbeitet wurden. Die Formatierung des Datums erfolgt \r\nin dem vom Benutzer bevorzugten Datums-/Zeitformat
epoch*
Das Datum \r\n(siehe date) als Epoch-Datum.
ipAddress*
Die IP-Adresse des Benutzers, \r\nder die Daten übermittelt (das heisst, das Formular ausgefüllt) hat.. \r\n
edit.url*
Eine URL, um diesen Eintrag zu bearbeiten.
error_loop*
Eine \r\nSchleife, die Fehlerinformationen enthält, wenn z. B. ein Benutzer nicht alle \r\nbenötigten Felder ausgefüllt hat.. \r\n
\r\n
error.message*
Fehlermeldung, die dem Benutzer anzeigt, \r\n dass er einen Fehler gemacht (z.B. ein Formularfeld nicht asgefüllt) \r\n hat.
addField.label
Die \r\nBezeichnung für diese URL (z. B. \'Neues Formularfeld hinzufügen\'). \r\n
form.start
Der Anfang des Formulars.
field_loop
Eine \r\nSchleife, die alle Feldinformationen enthält.
\r\n
field.formform.send
Das Form-Element für dieses Feld.field.name
Der \r\n Name dieses Feldes.field.value
Der Wert dieses Feldes. Bei \r\n neuen Daten wird der Default-Wert benutzt.field.label
Die Bezeichung \r\n für dieses Feld.field.isHidden
Eine Variable, die anzeigt, \r\n ob dieses Feld versteckt ist oder nicht.field.isDisplayed
Eine \r\n Variable, die anzeigt, ob dieses Feld angezeigt werden soll oder nicht.field.isEditable
Eine \r\n Variable, die anzeigt, ob dieses Feld bearbeitet (d. h. ob Eingaben gemacht \r\n werden dürfen) oder nicht.field.isRequired
Eine Variable, die \r\n anzeigt, ob dieses Feld erforderlich ist oder nicht.field.isMailField
Eine \r\n Variable, die anzeigt, ob das Feld nur angezeigt oder auch per Mail versandt \r\n werden soll.field.subtext
Ein Zusatztext für dieses Feld (z. \r\n B. um dem Benutzer anzuzeigen, was er in dieses Feld einzugeben hat..field.controls
WebGUI\'s Administrations \r\n Controls für dieses Feld. \r\n
form.save/b>
Ein \r\nFormular-Button mit dem Wort "Save"
form.end
Das \r\nEnde des Formulars.
*Nur verfügbar, sofern der Benutzer dieses Formular bereits \r\nabgeschickt hat.
',1055242403,NULL); -INSERT INTO international VALUES (1000,'WebGUI',2,'Datenbanklinks bieten einem WebGUI Administrator die Möglichkeit, Datenbankverbindungen anzulegen, die in SQL-Reports verwendet werden können. Dies befreit den Ersteller des SQL-Reports, über DSN, Benutzernamen oder Kennwörter Kenntniss zu haben.Titolo
\nUn titolo per il database link.\n
DSN
\nData Source Name è l\'identificatore univoco che il Perl\nusa per descrivere la posizione del tuo database. Prende il formato di DBI:[driver]:[database\nname]:[host].
\n
Esempio: DBI:mysql:WebGUI:localhost\n
Qui ci sono alcuni esempi per altri database.
\nOracle:\n
Database User
\nLa username che usi per connetterti al DSN.\n
Database Password
\nLa password che usi per connetterti al DSN.
\nCome ogni operazione di cancellazione, ti viene richiesto se sei certo di voler procedere alla eliminazione. Se rispondi SI la cancellazione sarà eseguita e non ci sarà più possibilità di ripristinare i dati. Se rispondi NO tornerai alla schermata precedente.',1056803235,NULL); -INSERT INTO international VALUES (1000,'WebGUI',8,'I Database Links consentono agli amministratori di WebGUI di aggiungere i database comunemente usati per utilizzarli con gli SQL Report. Questo permette agli autori del Report SQL di non dover conoscere o inserire DNS, utente e password.\n
\nTieni presente che ogni Database Link che crei qui sarà disponibile a tutti gli autori di contenuti. Mentre essi non potranno vedere le informazioni di connessione al database, avranno la possibilità di eseguire ogni select, visualizzazione sul database.',1056802924,NULL); -INSERT INTO international VALUES (1075,'WebGUI',8,'Database Link',1056802278,NULL); -INSERT INTO international VALUES (12,'HttpProxy',8,'Riscrivi urls?',1056802227,NULL); -INSERT INTO international VALUES (29,'DataForm',8,'Obbligatorio',1056290012,NULL); -INSERT INTO international VALUES (29,'DataForm',12,'må fylles ut',1066009455,NULL); -INSERT INTO international VALUES (961,'WebGUI',12,'
Søppla er en spesiell system lokasjon hvor slettede elementer blir \r\nmidlertidig lagret. Elementer i søppla kan administreres individuelt. Du kan \r\nklippe et element til utklippstavlen eller permanent slette det ved å vlge \r\nriktig ikon. Du kan også slette/fjerne alle elementer i søppla ved å velge \"Tøm \r\nsøppla\"
\r\nTittel
Navnet på enheten i søppla. Du kan vise elementet ved å \r\nvelge tittelen. \r\n
Type
Typen element i søppla. F.eks. Pakke, Artikkel eller \r\nHendelseskallender, osv.. \r\n
Søppel Dato
Dato og tid for når elementet ble puttet i søppla. \r\n
Forrige Lokasjon
Lokasjonen hvor elementet var plassert før. Du kan \r\nvise lokasjonen ved å velge lokasjon. \r\n
Brukernavn
Brukernavnet til den brukeren som plasserte elementet i \r\nsøppla. Dette feltet er kun synelig når det er valgt delt søppel eller når en \r\nadministrator bruker søppla.
Utklippstavlen er en spesiell systemlokasjon som midlertidig inneholder \r\nelementer som er klippet ut eller kopiert. Enheter fra utklippstavlen kaan limes \r\ninn på nye lokasjoner.
\r\nUtklippstavlens innhold kan administreres individuelt. Du kan slette eller \r\nlime inn enheter ved å velge riktig ikon. Du kan også flytte hele innholdet på \r\nutklippstavlen til søppla ved å velge \"Tøm utklippstavle\". \r\n
Tittel
Navnet på enheten på utklippstavlen. Du kan vise enheten ved \r\nå velge tittelen.
Type
Typen innhold. F.eks. En pakke, en artikkel, hendelseskalender \r\nosv. \r\n
Utklippsdato Date
Dato og tid når enheten ble plassert på \r\nutklippstavlen. \r\n
Forrige lokasjon
Lokasjonen hvor enheten sist var \r\nplassert. Du kan vise lokasjonen ved å velge lokasjonen.
Brukernavn
Brukernavnet til den brukeren som plasserte \r\nelementet på utklippstavlen. Dette feltet er bare synelig i en delt \r\nutklippstavle hvor en administrator administrerer innholdet på \r\nutklippstavlen.
Opprettelse og redigering av tema er en nokså enkel prosess. Først setter du \r\nopp noen grunnleggende egenskaper for temaet, og så legger du elementer til \r\nTema.
\r\nDe grunnleggende egenskapene for et tema kan ikke endres på med unntak av på \r\ndet nettstedet det ble opprettet på. Nå følger definisjon på de grunnleggende \r\negenskapene for et Tema:
\r\nTheme ID
den unike ID for dette tema på dette WebGUI nettstedet. \r\nDenne ID vil endres om Tema er importert til et nytt nettsted.
Theme Name
Dette er det unike navnet til et tema. Det må være \r\nunikt på hvert eneste nettsted det vil bli importert til. Navnet vil ikke endres \r\npå andre nettsteder.
Theme Designer
Navnet til den person eller firma som skapte dette \r\ntema.
Designer URL
URL\'n til nettstedet til skaperen av temaet. Om du \r\nønsker å reklamere for nettstedet som lager Tema for WebGUI, så er dette plassen \r\nfor å skape oppmerksomhet.
De følgende variablene er tilgjengelige for Avstemnings \r\n(Poll) Template:
\r\n canVote
A condition indicating whether the user has the right \r\nto vote on this poll.
question
The poll question. \r\n
form.start
The beginning of the vote form. \r\n
answer_loop
A loop containing information about the answers in the \r\npoll. \r\n
\r\n
answer.formform.submit
The radio button for this answer. \r\nanswer.text
The text of the answer. \r\nanswer.number
The number of this answer. As in 1, 2, 3, etc. \r\nanswer.graphWidth
The width that the graph should be rendered for \r\nthis answer. Based upon a percentage of the total graph size. \r\nanswer.percent
The percentage of the vote that this answer has \r\nreceived. \r\nanswer.total
The total number of votes that this answer has \r\nreceived. \r\n
form.end
The end of the poll form. \r\n
responses.label
The label for the total responses. \"Total Votes\" \r\n
responses.total
The total number of votes that have been placed on \r\nthis poll.
De Følgende variablene er tilgjengelige for Data Skjema List Template:
\r\nback.url
The URL to go back to the Data Form data entry page.
back.label
The default label for the back.url. \r\n
field_loop
A loop containing information about the fields in this \r\nData Form. \r\n
field.name
The web safe name of this field. \r\n
field.label
The human readable label for this field. \r\n
field.id
A unique identifier representing this field in the \r\ndatabase. \r\n
field.isMailField
A conditional indicating whether this field \r\nexists for the mail subsystem of the data form. \r\n
field.type
The data type associated with this field. \r\n
\r\n
record_loop\r\n
record.entryId',1066007657,NULL); -INSERT INTO international VALUES (83,'DataForm',12,'
A unique identifier for this record entry. \r\nrecord.ipAddress
The IP Address of the user that submitted this \r\nrecord entry. \r\nrecord.edit.url
The URL to edit this record. \r\nrecord.username
The username of the person that submitted this \r\nrecord entry. \r\nrecord.userId
The user id of the person that submitted this record \r\nentry. \r\nrecord.submissionDate.epoch
The epoch datestamp for this record \r\nentry. \r\nrecord.submissionDate.human
A human readable date stamp, based upon \r\nthe user\'s preferences, for this record entry. \r\nrecord.data_loop
A loop containing the data submitted by the user \r\nfor each field in this data form. \r\n\r\n
record.data.value
The value submitted by the user for this \r\nfield in this record entry. \r\nrecord.data.name
The web safe name of this field. \r\nrecord.data.label
The human readable label for this field. \r\nrecord.data.isMailField
A conditional indicating whether this field \r\nexists for the mail subsystem of the data form.
De følgende template variablene er tilgjengelige for Data Skjema \r\nTemplates.
\r\nacknowledgement
The acknowledgement specified in the wobject\'s \r\nproperties. This message should be displayed after a user submits data.
export.tab.url
Following this URL will export the data stored to \r\nthis data form as a tab delimited file. \r\n
export.tab.label
The default label for the export.tab.url variable. \r\n\r\n
entryList.url
Following this URL will display a list of all the \r\nrecord entries in this data form. \r\n
entryList.label
The default label for the entryList.url variable. \r\n
canEdit A conditional indicating whether the current user has the \r\nprivileges to edit an existing entry or export the form\'s data. \r\n
back.url
A url that will take you back to the default page in the \r\nform. \r\n
back.label
The default label for the back.url variable. \r\n
username*
The username of the user that submitted the data. \r\n
userId*
The user id of the user that submitted the data. \r\n
date*
The date that this data was submitted or last updated \r\nformatted as the user\'s preferred date/time format. \r\n
epoch*
The date that this data was submitted or last updated \r\nformatted as an epoch date. \r\n
ipAddress*
The IP address of the user that submitted the data. \r\n
edit.url*
The URL to the page to edit this entry. \r\n
error_loop*
A loop containing error information, for instance if \r\nsomeone doesn\'t fill out a required field. \r\n
\r\n
error.message*addField.url
An error message indicating what the user \r\nmight have done wrong.
addField.label
The default label for the addField.url variable. \r\n
form.start
The beginning of the form. \r\n
field_loop
A loop containing all of the field information. \r\n
\r\n
field.formform.send
The form element for this field. \r\nfield.name
The name of this field. \r\nfield.value
The value of this field. If this is new data, then the \r\ndefault value will be used. \r\nfield.label
The text label for this field. \r\nfield.isHidden
A conditional indicating whether this field is \r\nsupposed to be hidden. \r\nfield.isDisplayed
A conditional indicating whether this field is \r\nsupposed to be displayed. \r\nfield.isEditable
A conditional indicating whether this field is \r\neditable. \r\nfield.isRequired
A conditional indicating whether this field is \r\nrequired. \r\nfield.isMailField
A conditional indicating whether this field is \r\npresent only to facilitate sending an email. \r\nfield.subtext
A description of the field so that users know what to \r\nput in the field. \r\nfield.controls
WebGUI\'s administrative controls for this field. \r\n
form.save/b>
A form button with the word \"save\" printed on it. \r\n
form.end
The end of the form. \r\n
*Only available if the user has already submitted the form.
',1066007623,NULL); -INSERT INTO international VALUES (84,'DataForm',12,'Eksporter Tabulator separert.',1054673503,NULL); -INSERT INTO international VALUES (88,'DataForm',12,'DataSkjema Liste Template',1054673475,NULL); -INSERT INTO international VALUES (87,'DataForm',12,'Liste Template',1054673453,NULL); -INSERT INTO international VALUES (85,'DataForm',12,'En pr. linje.',1054673430,NULL); -INSERT INTO international VALUES (86,'DataForm',12,'List alle oppføringer.',1066007638,NULL); -INSERT INTO international VALUES (936,'WebGUI',12,'Tema, Importer',1054671908,NULL); -INSERT INTO international VALUES (938,'WebGUI',12,'Tema, Slett',1054671891,NULL); -INSERT INTO international VALUES (941,'WebGUI',12,'Avmerkings Liste',1054671872,NULL); -INSERT INTO international VALUES (942,'WebGUI',12,'Radioknapp Liste',1054671836,NULL); -INSERT INTO international VALUES (943,'WebGUI',12,'Avmerkingsboks',1054671655,NULL); -INSERT INTO international VALUES (944,'WebGUI',12,'Post Nummer',1054671516,NULL); -INSERT INTO international VALUES (945,'WebGUI',12,'Scratch Filter',1054671476,NULL); -INSERT INTO international VALUES (946,'WebGUI',12,'Bruke Delt Søppel?',1066008598,NULL); -INSERT INTO international VALUES (947,'WebGUI',12,'Bruke Delt Utklippstavle?',1054671325,NULL); -INSERT INTO international VALUES (948,'WebGUI',12,'Håndtere utklippstavle',1066009673,NULL); -INSERT INTO international VALUES (949,'WebGUI',12,'Håndtere Utklippstavle.',1066009681,NULL); -INSERT INTO international VALUES (950,'WebGUI',12,'Tøm Utklippstavle.',1066008606,NULL); -INSERT INTO international VALUES (951,'WebGUI',12,'Er du sikker på at du vil tømme utklippstavlen til Søppel?',1066008627,NULL); -INSERT INTO international VALUES (952,'WebGUI',12,'Utklippstavle Dato',1054671190,NULL); -INSERT INTO international VALUES (953,'WebGUI',12,'Forrige Lokasjon',1054671167,NULL); -INSERT INTO international VALUES (954,'WebGUI',12,'Håndtere System Utklippstavle.',1066009689,NULL); -INSERT INTO international VALUES (955,'WebGUI',12,'Håndtere System Utklippstavle',1066009696,NULL); -INSERT INTO international VALUES (957,'WebGUI',12,'Utklippstavle, Håndtere',1066009724,NULL); -INSERT INTO international VALUES (964,'WebGUI',12,'Håndtere System Søppel.',1066007931,NULL); -INSERT INTO international VALUES (962,'WebGUI',12,'Håndtere Søppel',1066008530,NULL); -INSERT INTO international VALUES (963,'WebGUI',12,'Søppel Dato',1066008797,NULL); -INSERT INTO international VALUES (959,'WebGUI',12,'Tøm system utklipstavlen.',1066008712,NULL); -INSERT INTO international VALUES (965,'WebGUI',12,'Håndtere System Søppel',1066008829,NULL); -INSERT INTO international VALUES (956,'WebGUI',12,'Er du sikker på at du vil flytte denne enheten fra utklippstavlen til søppel?',1066008641,NULL); -INSERT INTO international VALUES (960,'WebGUI',12,'Søppel, Håndtere',1066008723,NULL); -INSERT INTO international VALUES (966,'WebGUI',12,'Er du helt sikker på at du vil slette denne enheten permanent fra søppla?',1066008848,NULL); -INSERT INTO international VALUES (967,'WebGUI',12,'Tøm System Søppel.',1066008860,NULL); -INSERT INTO international VALUES (940,'WebGUI',12,'Ã…pne i nytt vindu?',1054668766,NULL); -INSERT INTO international VALUES (939,'WebGUI',12,'Når du sletter et Tema du har laget selv, så vil du bare slette henvisningene og egenskapene for temaet. Men, når du sletter et tema som er importert, vil du også slette alle elementene. Vær derfor helt sikker på at ingen elementer er i bruk når du sletter et importert tema.',1066009666,NULL); -INSERT INTO international VALUES (937,'WebGUI',12,'For å kunne importere et tema må du ha en gyldig tema fil som er eksportert fra \r\nen annen WebGUI site. Velg bare filen fra harddisken og klikk på importer \r\nknappen. Du vil da få et godkjennings bilde som spør om det er det temaet du \r\nønsker å importere. Om du er enig, klikk på Importer knappen igjen og du har et \r\nnytt tema tilgjengelig. Du kan da begynne å legge til elementene til sidene dine \r\npå samme måte som du normalt gjør med stiler og templates. Du kan ikke importere \r\net tema flere ganger. Om du ønsker å importere en ny versjon av et tema, må du \r\nførst slette den forrige versjonen av temaet. Du kan heller ikke importere et \r\ntema fra en versjon av WebGUI som er nyere enn den du bruker. Om du bruker \r\nWebGUI 5.2.4 og temaet var laget med WebGUI 6.0.0, da kan du ikke importere \r\ntemaet før du har oppgradert. ',1066008586,NULL); -INSERT INTO international VALUES (935,'WebGUI',12,'Filen du lastet opp ser ikke ut til å være en gyldig tema fil.',1066009629,NULL); -INSERT INTO international VALUES (933,'WebGUI',12,'Tema, Rediger',1054667947,NULL); -INSERT INTO international VALUES (932,'WebGUI',12,'Tema er en rask måte å installere nye stiler, Templates og Collateral til en WebGUI site. De er også effektive for å flytte de samme fra en site til en annen.\r\n\r\nTIP: Når du bygger et tema, sørg for å navngi elementene (stiler, templates, Collateral) med navn som er unike i forhold til Temaet. Dette er fornuftig slik at brukerene kan finne tilhørende elementer og for å unngå navnekonflikter med andre elementer.',1066008443,NULL); -INSERT INTO international VALUES (931,'WebGUI',12,'Temaer, Håndtere',1066009617,NULL); -INSERT INTO international VALUES (930,'WebGUI',12,'Vis Tema',1054667455,NULL); -INSERT INTO international VALUES (929,'WebGUI',12,'Importer!',1054667435,NULL); -INSERT INTO international VALUES (928,'WebGUI',12,'Ønsker du å importere dette tema?',1066009609,NULL); -INSERT INTO international VALUES (927,'WebGUI',12,'Importer Tema',1054667393,NULL); -INSERT INTO international VALUES (926,'WebGUI',12,'Dette Tema ble opprettet med en nyere versjon av WebGUI enn den som er installert på ditt system. Du må oppgradere før du kan installere dette tema.',1066008380,NULL); -INSERT INTO international VALUES (925,'WebGUI',12,'Du har allerede en versjon av dette tema installert. Du må slette dette før du kan installere det igjen.',1066008362,NULL); -INSERT INTO international VALUES (924,'WebGUI',12,'Importer et tema.',1054595395,NULL); -INSERT INTO international VALUES (923,'WebGUI',12,'Tema Versjon',1054595376,NULL); -INSERT INTO international VALUES (922,'WebGUI',12,'Opprettet med',1054595360,NULL); -INSERT INTO international VALUES (921,'WebGUI',12,'Tema SamlingsFil',1054595287,NULL); -INSERT INTO international VALUES (919,'WebGUI',12,'Rediger dette tema.',1054595225,NULL); -INSERT INTO international VALUES (918,'WebGUI',12,'Slett dette tema.',1054595206,NULL); -INSERT INTO international VALUES (915,'WebGUI',12,'Fil',1054595186,NULL); -INSERT INTO international VALUES (914,'WebGUI',12,'Bilde',1054595174,NULL); -INSERT INTO international VALUES (917,'WebGUI',12,'Legg element til tema.',1054595028,NULL); -INSERT INTO international VALUES (909,'WebGUI',12,'Legg til Tema element',1054594988,NULL); -INSERT INTO international VALUES (908,'WebGUI',12,'Er du sikke på at du vil fjerne dette elementet fra tema?',1066009596,NULL); -INSERT INTO international VALUES (911,'WebGUI',12,'Element',1054594824,NULL); -INSERT INTO international VALUES (907,'WebGUI',12,'Er du sikker på at du vil slette dette tema?',1066009589,NULL); -INSERT INTO international VALUES (906,'WebGUI',12,'Designer URL',1054594630,NULL); -INSERT INTO international VALUES (905,'WebGUI',12,'Tema Designer',1054594613,NULL); -INSERT INTO international VALUES (904,'WebGUI',12,'Tema Navn',1054594587,NULL); -INSERT INTO international VALUES (903,'WebGUI',12,'Tema ID',1054594572,NULL); -INSERT INTO international VALUES (902,'WebGUI',12,'Rediger Tema.',1054594558,NULL); -INSERT INTO international VALUES (901,'WebGUI',12,'Legg til nytt tema.',1054594540,NULL); -INSERT INTO international VALUES (900,'WebGUI',12,'Håndtere Temaer.',1066009581,NULL); -INSERT INTO international VALUES (899,'WebGUI',12,'Håndtere Temaer',1066009574,NULL); -INSERT INTO international VALUES (898,'WebGUI',12,'Site Icon',1054594391,NULL); -INSERT INTO international VALUES (897,'WebGUI',12,'Favicon',1054594369,NULL); -INSERT INTO international VALUES (920,'WebGUI',12,'Eksporter dette Tema.',1054581209,NULL); -INSERT INTO international VALUES (916,'WebGUI',12,'Snippet',1054581168,NULL); -INSERT INTO international VALUES (913,'WebGUI',12,'Template',1054581135,NULL); -INSERT INTO international VALUES (968,'WebGUI',12,'Kopitavle, Tom',1054581124,NULL); -INSERT INTO international VALUES (969,'WebGUI',12,'Om du velger å tømme kopitavlen, vil alle enheter på den bli flyttet til søppel.',1066008878,NULL); -INSERT INTO international VALUES (73,'Poll',12,'Avstemnings Template',1054581002,NULL); -INSERT INTO international VALUES (98,'EventsCalendar',12,'Nå!',1066009487,NULL); -INSERT INTO international VALUES (82,'DataForm',12,'Data Skjema Template',1054580879,NULL); -INSERT INTO international VALUES (81,'DataForm',12,'Bekreftelse Template',1054580862,NULL); -INSERT INTO international VALUES (80,'DataForm',12,'Epost Template',1054580844,NULL); -INSERT INTO international VALUES (79,'DataForm',12,'Undertekst',1054580825,NULL); -INSERT INTO international VALUES (77,'DataForm',12,'Label',1054580812,NULL); -INSERT INTO international VALUES (76,'DataForm',12,'Legg til Felt.',1054580787,NULL); -INSERT INTO international VALUES (75,'DataForm',12,'Må fylles ut!',1066009470,NULL); -INSERT INTO international VALUES (74,'DataForm',12,'Sendes på ePost?',1066009462,NULL); -INSERT INTO international VALUES (9,'Auth/LDAP',12,'Bruker RDN',1054580650,NULL); -INSERT INTO international VALUES (9,'WobjectProxy',12,'Overstyre beskrivelse?',1054580630,NULL); -INSERT INTO international VALUES (8,'WobjectProxy',12,'Overstyre visnings tittel?',1054580608,NULL); -INSERT INTO international VALUES (7,'WobjectProxy',12,'Overstyre Tittel?',1054580567,NULL); -INSERT INTO international VALUES (10,'WobjectProxy',12,'Overstyre Template?',1054580553,NULL); -INSERT INTO international VALUES (897,'WebGUI/Profile',12,'Redigerbar?',1054580517,NULL); -INSERT INTO international VALUES (978,'WebGUI',12,'Bruker lagt til OK!',1054580499,NULL); -INSERT INTO international VALUES (977,'WebGUI',12,'Er sekunder administrator?',1054580463,NULL); -INSERT INTO international VALUES (976,'WebGUI',12,'Legg til brukere',1054580419,NULL); -INSERT INTO international VALUES (975,'WebGUI',12,'Kan bruker fjerne seg selv?',1054580389,NULL); -INSERT INTO international VALUES (974,'WebGUI',12,'Kan bruker legge til seg selv?',1054580356,NULL); -INSERT INTO international VALUES (973,'WebGUI',12,'Om Proxy brukes, skal ekte klient IP-adresse brukes?',1054580314,NULL); -INSERT INTO international VALUES (972,'WebGUI',12,'Dato og Tidspunkt',1054580235,NULL); -INSERT INTO international VALUES (971,'WebGUI',12,'Klokken',1054580202,NULL); -INSERT INTO international VALUES (768,'WebGUI',15,'Ime',1059296719,NULL); -INSERT INTO international VALUES (718,'WebGUI',15,'Eksportiraj ovaj prijevod.',1059296708,NULL); -INSERT INTO international VALUES (605,'WebGUI',15,'Dodaj grupe',1059296416,NULL); -INSERT INTO international VALUES (601,'WebGUI',15,'Meðunarodni ID',1059296405,NULL); -INSERT INTO international VALUES (598,'WebGUI',15,'Uredi ovaj prijevod.',1059296394,NULL); -INSERT INTO international VALUES (597,'WebGUI',15,'Uredi meðunarodne poruke',1059296383,NULL); -INSERT INTO international VALUES (596,'WebGUI',15,'NEDOSTAJE',1059296371,NULL); -INSERT INTO international VALUES (595,'WebGUI',15,'Meðunarodne poruke',1059296361,NULL); -INSERT INTO international VALUES (594,'WebGUI',15,'Prevedi poruke.',1059296348,NULL); -INSERT INTO international VALUES (593,'WebGUI',15,'Po¹alji prijevod.',1059296335,NULL); -INSERT INTO international VALUES (592,'WebGUI',15,'Znakovni skup',1059296323,NULL); -INSERT INTO international VALUES (591,'WebGUI',15,'Jezik',1059296312,NULL); -INSERT INTO international VALUES (590,'WebGUI',15,'ID jezika',1059296303,NULL); -INSERT INTO international VALUES (589,'WebGUI',15,'Uredi prijevod',1059296292,NULL); -INSERT INTO international VALUES (588,'WebGUI',15,'®elite li doista poslati ovaj prijevod kako bi ga Plain Black ukljuèio u slu¾beno izdanje WebGUI sustava? Pozitivnim odgovorom dajete tvrtci Plain Black neogranièenu dozvolu da koristi va¹ prijevod u svojim distribucijama.',1059296279,NULL); -INSERT INTO international VALUES (587,'WebGUI',15,'®elite li doista obrisati ovaj jezik i sve poruke povezane s njim?',1059296188,NULL); -INSERT INTO international VALUES (586,'WebGUI',15,'Upravljanje prijevodima',1059296160,NULL); -INSERT INTO international VALUES (585,'WebGUI',15,'Upravljaj prijevodima.',1059296132,NULL); -INSERT INTO international VALUES (584,'WebGUI',15,'Dodaj novi prijevod.',1059296115,NULL); -INSERT INTO international VALUES (583,'WebGUI',15,'Maksimalna velièina slike',1059296103,NULL); -INSERT INTO international VALUES (582,'WebGUI',15,'Ostavi prazno',1059296089,NULL); -INSERT INTO international VALUES (581,'WebGUI',15,'Dodaj novu vrijednost',1059296080,NULL); -INSERT INTO international VALUES (580,'WebGUI',15,'Poruka je zabranjena.',1059296068,NULL); -INSERT INTO international VALUES (579,'WebGUI',15,'Poruka je dopu¹tena.',1059296055,NULL); -INSERT INTO international VALUES (578,'WebGUI',15,'Ima neobraðenih poruka koje tra¾e dopu¹tenje.',1059296042,NULL); -INSERT INTO international VALUES (577,'WebGUI',15,'©alji odgovor',1059296009,NULL); -INSERT INTO international VALUES (576,'WebGUI',15,'Obri¹i',1059295998,NULL); -INSERT INTO international VALUES (575,'WebGUI',15,'Uredi',1059295988,NULL); -INSERT INTO international VALUES (574,'WebGUI',15,'Zabrani',1059295979,NULL); -INSERT INTO international VALUES (572,'WebGUI',15,'Dopusti',1059295955,NULL); -INSERT INTO international VALUES (566,'WebGUI',15,'Timeout za ureðivanje',1059295864,NULL); -INSERT INTO international VALUES (565,'WebGUI',15,'Tko mo¾e moderirati?',1059295849,NULL); -INSERT INTO international VALUES (564,'WebGUI',15,'Tko mo¾e slati postove?',1059295838,NULL); -INSERT INTO international VALUES (563,'WebGUI',15,'Pretpostavljeni status',1059295826,NULL); -INSERT INTO international VALUES (562,'WebGUI',15,'U postupku',1059295813,NULL); -INSERT INTO international VALUES (561,'WebGUI',15,'Onemoguæeno',1059295802,NULL); -INSERT INTO international VALUES (560,'WebGUI',15,'Dopu¹teno',1059295789,NULL); -INSERT INTO international VALUES (559,'WebGUI',15,'Izvedi nakon registracije',1059294979,NULL); -INSERT INTO international VALUES (558,'WebGUI',15,'Uredi karmu korisnika',1059294966,NULL); -INSERT INTO international VALUES (557,'WebGUI',15,'Opis',1059294953,NULL); -INSERT INTO international VALUES (556,'WebGUI',15,'Iznos',1059294944,NULL); -INSERT INTO international VALUES (555,'WebGUI',15,'Uredi karmu korisnika.',1059294934,NULL); -INSERT INTO international VALUES (554,'WebGUI',15,'Poduzmi akciju',1059294920,NULL); -INSERT INTO international VALUES (553,'WebGUI',15,'Status',1059294909,NULL); -INSERT INTO international VALUES (552,'WebGUI',15,'U postupku',1059294900,NULL); -INSERT INTO international VALUES (551,'WebGUI',15,'Obavijest',1059294888,NULL); -INSERT INTO international VALUES (543,'WebGUI',15,'Dodaj novu grupu slika.',1059294876,NULL); -INSERT INTO international VALUES (539,'WebGUI',15,'Omoguæi karmu?',1059294863,NULL); -INSERT INTO international VALUES (538,'WebGUI',15,'Prag za karmu',1059294852,NULL); -INSERT INTO international VALUES (537,'WebGUI',15,'Karma',1059294841,NULL); -INSERT INTO international VALUES (536,'WebGUI',15,'Novi korisnik ^@; se pridru¾io sjedi¹tu.',1059294831,NULL); -INSERT INTO international VALUES (535,'WebGUI',15,'Grupa koju treba obavijestiti kad se pojavi novi korisnik',1059294804,NULL); -INSERT INTO international VALUES (534,'WebGUI',15,'Obavijest o novom korisniku?',1059294784,NULL); -INSERT INTO international VALUES (533,'WebGUI',15,'bez rijeèi',1059294757,NULL); -INSERT INTO international VALUES (532,'WebGUI',15,'s barem jednom rijeèju',1059294740,NULL); -INSERT INTO international VALUES (531,'WebGUI',15,'s toènom frazom',1059294720,NULL); -INSERT INTO international VALUES (530,'WebGUI',15,'sa svim rijeèima',1059294702,NULL); -INSERT INTO international VALUES (529,'WebGUI',15,'rezultata',1059294685,NULL); -INSERT INTO international VALUES (528,'WebGUI',15,'Naziv predlo¹ka',1059294674,NULL); -INSERT INTO international VALUES (527,'WebGUI',15,'Pretpostavljena poèetna stranica',1059294664,NULL); -INSERT INTO international VALUES (526,'WebGUI',15,'Ukloni javascript i poni¹ti makro naredbe.',1059294651,NULL); -INSERT INTO international VALUES (525,'WebGUI',15,'Uredi postavke sadr¾aja',1059294629,NULL); -INSERT INTO international VALUES (523,'WebGUI',15,'Obavijest',1059294615,NULL); -INSERT INTO international VALUES (522,'WebGUI',15,'®elim obavijest putem ICQ-a.',1059294603,NULL); -INSERT INTO international VALUES (521,'WebGUI',15,'®elim biti obavije¹ten putem elektronièke po¹te na pager.',1059294587,NULL); -INSERT INTO international VALUES (520,'WebGUI',15,'®elim biti obavije¹ten putem elektronièke po¹te.',1059294566,NULL); -INSERT INTO international VALUES (519,'WebGUI',15,'Ne ¾elim obavijesti.',1059294549,NULL); -INSERT INTO international VALUES (518,'WebGUI',15,'Obavijest o promjeni ulaznog spremnika',1059294533,NULL); -INSERT INTO international VALUES (517,'WebGUI',15,'Iskljuèi administratorsku funkciju!',1059294507,NULL); -INSERT INTO international VALUES (516,'WebGUI',15,'Ukljuèi administratorsku funkciju!',1059294491,NULL); -INSERT INTO international VALUES (515,'WebGUI',15,'Dodaj oznaku o vremenu u postove?',1059294426,NULL); -INSERT INTO international VALUES (514,'WebGUI',15,'Pogledi',1059294399,NULL); -INSERT INTO international VALUES (513,'WebGUI',15,'Prethodna tema',1059294380,NULL); -INSERT INTO international VALUES (512,'WebGUI',15,'Sljedeæa tema',1059294369,NULL); -INSERT INTO international VALUES (511,'WebGUI',15,'Hijerarhijsko',1059294357,NULL); -INSERT INTO international VALUES (510,'WebGUI',15,'Nehijerarhijsko',1059294337,NULL); -INSERT INTO international VALUES (509,'WebGUI',15,'Izgled diskusije',1059294318,NULL); -INSERT INTO international VALUES (508,'WebGUI',15,'Upravljanje predlo¹cima.',1059294305,NULL); -INSERT INTO international VALUES (507,'WebGUI',15,'Uredi predlo¾ak',1059294291,NULL); -INSERT INTO international VALUES (506,'WebGUI',15,'Upravljanje predlo¹cima',1059294279,NULL); -INSERT INTO international VALUES (505,'WebGUI',15,'Dodaj novi predlo¾ak',1059294264,NULL); -INSERT INTO international VALUES (504,'WebGUI',15,'Predlo¾ak',1059294251,NULL); -INSERT INTO international VALUES (503,'WebGUI',15,'ID predlo¹ka',1059294236,NULL); -INSERT INTO international VALUES (502,'WebGUI',15,'®elite li doista obrisati ovaj predlo¾ak i svim stranicama koje ga koriste dodijeliti default predlo¾ak?',1059294224,NULL); -INSERT INTO international VALUES (500,'WebGUI',15,'ID stranice',1059294172,NULL); -INSERT INTO international VALUES (499,'WebGUI',15,'ID Wobjecta',1059294160,NULL); -INSERT INTO international VALUES (498,'WebGUI',15,'Zavr¹ni datum',1059294147,NULL); -INSERT INTO international VALUES (497,'WebGUI',15,'Poèetni datum',1059294138,NULL); -INSERT INTO international VALUES (496,'WebGUI',15,'Ureðivaè teksta',1059294127,NULL); -INSERT INTO international VALUES (495,'WebGUI',15,'htmlArea (Internet Explorer 5.5+)',1059294105,NULL); -INSERT INTO international VALUES (494,'WebGUI',15,'RealObjects edit-on Pro 2.x',1059294095,NULL); -INSERT INTO international VALUES (493,'WebGUI',15,'Nazad na sjedi¹te.',1059294081,NULL); -INSERT INTO international VALUES (492,'WebGUI',15,'Popis polja u profilu',1059294068,NULL); -INSERT INTO international VALUES (488,'WebGUI',15,'Pretpostavljene vrijednosti',1059294050,NULL); -INSERT INTO international VALUES (487,'WebGUI',15,'Moguæe vrijednosti',1059294035,NULL); -INSERT INTO international VALUES (486,'WebGUI',15,'Vrsta podataka',1059294018,NULL); -INSERT INTO international VALUES (485,'WebGUI',15,'Logièka vrijednost (checkbox)',1059292291,NULL); -INSERT INTO international VALUES (484,'WebGUI',15,'Lista za odabir',1059292270,NULL); -INSERT INTO international VALUES (483,'WebGUI',15,'Da ili ne',1059292256,NULL); -INSERT INTO international VALUES (482,'WebGUI',15,'Broj (cijeli broj)',1059292245,NULL); -INSERT INTO international VALUES (481,'WebGUI',15,'Telefon',1059292233,NULL); -INSERT INTO international VALUES (480,'WebGUI',15,'Elektronièka po¹ta',1059292222,NULL); -INSERT INTO international VALUES (479,'WebGUI',15,'Datum',1059292208,NULL); -INSERT INTO international VALUES (478,'WebGUI',15,'URL',1059292195,NULL); -INSERT INTO international VALUES (477,'WebGUI',15,'HTML podruèje',1059292147,NULL); -INSERT INTO international VALUES (476,'WebGUI',15,'Polje za unos teksta (textarea)',1059292124,NULL); -INSERT INTO international VALUES (475,'WebGUI',15,'Tekst',1059292099,NULL); -INSERT INTO international VALUES (472,'WebGUI',15,'Oznaka',1059292088,NULL); -INSERT INTO international VALUES (470,'WebGUI',15,'Ime',1059292077,NULL); -INSERT INTO international VALUES (469,'WebGUI',15,'Oznaka',1059292063,NULL); -INSERT INTO international VALUES (465,'WebGUI',15,'Velièina tekstualnog polja',1059292047,NULL); -INSERT INTO international VALUES (464,'WebGUI',15,'Stupci u polju za unos teksta (textarea)',1059292030,NULL); -INSERT INTO international VALUES (463,'WebGUI',15,'Retci u polju za unos teksta (textarea)',1059292008,NULL); -INSERT INTO international VALUES (462,'WebGUI',15,'Format zapisa vremena',1059291984,NULL); -INSERT INTO international VALUES (461,'WebGUI',15,'Format zapisa datuma',1059291968,NULL); -INSERT INTO international VALUES (460,'WebGUI',15,'Vremenski pomak',1059291953,NULL); -INSERT INTO international VALUES (459,'WebGUI',15,'Ureðenje profila ovog korisnika.',1059291920,NULL); -INSERT INTO international VALUES (458,'WebGUI',15,'Ureðenje grupa za ovog korisnika.',1059291900,NULL); -INSERT INTO international VALUES (457,'WebGUI',15,'Ureðenje korisnièkog raèuna.',1059291878,NULL); -INSERT INTO international VALUES (456,'WebGUI',15,'Povratak na popis korisnika.',1059291857,NULL); -INSERT INTO international VALUES (455,'WebGUI',15,'Ureðenje korisnièkog profila',1059291841,NULL); -INSERT INTO international VALUES (454,'WebGUI',15,'Posljednja promjena',1059291821,NULL); -INSERT INTO international VALUES (453,'WebGUI',15,'Datum kreiranja',1059291803,NULL); -INSERT INTO international VALUES (452,'WebGUI',15,'Prièekajte trenutak...',1059291789,NULL); -INSERT INTO international VALUES (451,'WebGUI',15,'je obavezan.',1059291769,NULL); -INSERT INTO international VALUES (450,'WebGUI',15,'Naziv tvrtke (posla)',1059291756,NULL); -INSERT INTO international VALUES (449,'WebGUI',15,'Ostale informacije',1059291735,NULL); -INSERT INTO international VALUES (448,'WebGUI',15,'Stablo stranica',1059291717,NULL); -INSERT INTO international VALUES (447,'WebGUI',15,'Upravljanje stablom stranica',1059291686,NULL); -INSERT INTO international VALUES (446,'WebGUI',15,'Poslovno Web sjedi¹te',1059291670,NULL); -INSERT INTO international VALUES (445,'WebGUI',15,'Preference',1059291651,NULL); -INSERT INTO international VALUES (444,'WebGUI',15,'Demografske informacije',1059291631,NULL); -INSERT INTO international VALUES (443,'WebGUI',15,'Kuæne informacije',1059291617,NULL); -INSERT INTO international VALUES (442,'WebGUI',15,'Poslovne informacije',1059291588,NULL); -INSERT INTO international VALUES (441,'WebGUI',15,'Gateway email na pager',1059291573,NULL); -INSERT INTO international VALUES (440,'WebGUI',15,'Kontakt informacije',1059291553,NULL); -INSERT INTO international VALUES (439,'WebGUI',15,'Osobne informacije',1059291539,NULL); -INSERT INTO international VALUES (438,'WebGUI',15,'Va¹e ime',1059291522,NULL); -INSERT INTO international VALUES (437,'WebGUI',15,'Statistika',1059291509,NULL); -INSERT INTO international VALUES (436,'WebGUI',15,'Ubij sesiju',1059291495,NULL); -INSERT INTO international VALUES (435,'WebGUI',15,'Potpis sesije',1059291481,NULL); -INSERT INTO international VALUES (434,'WebGUI',15,'Status',1059291466,NULL); -INSERT INTO international VALUES (433,'WebGUI',15,'Preglednik korisnika (User Agent)',1059291453,NULL); -INSERT INTO international VALUES (432,'WebGUI',15,'Istièe',1059291417,NULL); -INSERT INTO international VALUES (431,'WebGUI',15,'IP adresa',1059291404,NULL); -INSERT INTO international VALUES (430,'WebGUI',15,'Pogled na posljednju stranicu',1059291390,NULL); -INSERT INTO international VALUES (11,'SQLReport',15,'Debug: Gre¹ka: Problem s upitom.',1059279104,NULL); -INSERT INTO international VALUES (10,'SQLReport',15,'Debug: Gre¹ka: SQL upit nije dobro formatiran.',1059279083,NULL); -INSERT INTO international VALUES (1,'SQLReport',15,'SQL izvje¹æe',1059279056,NULL); -INSERT INTO international VALUES (74,'Poll',15,'The following variables are available to the poll template:\r\n\r\ncanVote\r\n\r\nquestion
\r\nThe poll question.\r\n
\r\n\r\nform.start
\r\nThe beginning of the vote form.\r\n
\r\n\r\nanswer_loop
\r\nA loop containing information about the answers in the poll.\r\n
\r\n\r\n
\r\n\r\nanswer.form\r\n\r\n\r\nform.submit
\r\nThe radio button for this answer.\r\n\r\n\r\nanswer.text
\r\nThe text of the answer.\r\n\r\n\r\nanswer.number
\r\nThe number of this answer. As in 1, 2, 3, etc.\r\n\r\n\r\nanswer.graphWidth
\r\nThe width that the graph should be rendered for this answer. Based upon a percentage of the total graph size.\r\n\r\n\r\n\r\nanswer.percent
\r\nThe percentage of the vote that this a\n nswer has received.\r\n\r\n\r\nanswer.total
\r\nThe total number of votes that this answer has received.\r\n\r\n\r\n
\r\n\r\nform.end
\r\nThe end of the poll form.\r\n
\r\n\r\nresponses.label
\r\nThe label for the total responses. \"Total Votes\"\r\n
\r\n\r\nresponses.total
\r\nThe total number of votes that have been placed on this poll.\r\n
\r\n',1059279040,NULL);
-INSERT INTO international VALUES (71,'Poll',15,'Polls can be used to get the impressions of your users on various topics.\r\n
\r\nActive
\r\nIf this box is checked, then users will be able to vote. Otherwise they\'ll only be able to see the results of the poll.\r\n
\r\n\r\nWho can vote?
\r\nChoose a group that can vote on this Poll.\r\n
\r\n\r\nKarma Per Vote
\r\nHow much karma should be given to a user when they vote?\r\n
\r\n\r\nGraph Width
\r\nThe width of the poll results graph. The width is measured in pixels.\r\n
\r\n\r\nQuestion
\r\nWhat is the question you\'d like to ask your users?\r\n
\r\n\r\nAnswers
\r\nEnter the possible answers to your question. Enter only one answer per line. Polls are only capable of 20 possible answers.\r\n
\r\n\r\nRandomize answers?
\r\nIn order to be sure that the order\n ing of the answers in the poll does not bias your users, it is often helpful to present the options in a random order each time they are shown. Select \"yes\" to randomize the answers on the poll.\r\n
\r\n\r\nReset votes.
\r\nReset the votes on this Poll.\r\n
',1059279022,NULL);
-INSERT INTO international VALUES (74,'MessageBoard',15,'The following is the list of template variables available in message board templates.\r\n
\r\n\r\nlast.url\r\n\r\n\r\n\r\nfirstPage
\r\nThe URL to the last reply to this message.\r\n\r\n\r\nlast.subject
\r\nThe subject on the last reply to this message.\r\n\r\n\r\n\r\nlast.username
\r\nThe username who posted the last reply to this message.\r\n\r\n\r\nlast.userProfile
\r\nThe URL to the profile of the user who posted the last reply to this message.\r\n\r\n\r\nlast.date
\r\nThe date that the last reply to this message was posted.\r\n\r\n\r\n\r\nmessage.subject
\r\nThe subject of this message.\r\n\r\n\r\nmessage.date
\r\nThe date that this message was posted.\r\n\r\n\r\nmessage.user
\r\nThe user that posted\n this message.\r\n\r\n\r\nmessage.views
\r\nThe views that this message has received.\r\n\r\n\r\nmessage.replies
\r\nThe number of replies to this thread.\r\n\r\n\r\nmessage.url
\r\nThe URL to view this message.\r\n\r\n\r\nmessage.currentUser
\r\nA condition indicating whether the current user is also the user that posted this message.\r\n\r\n\r\nmessage.status
\r\nThe status of this message (pending, approved, denied).\r\n\r\n\r\n
\r\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 \n
\r\n\r\nEdit Timeout
\r\nHow long should a user be able to edit their post before editing is locked to them?\r\n
\r\nNOTE: Don\'t set this limit too high. One of the great things about discussions is that they are an accurate record of who said what. If you allow editing for a long time, then a user has a chance to go back and change his/her mind a long time after the original statement was made.\r\n
\r\n\r\nKarma Per Post
\r\nHow much karma should be given to a user when they post to this discussion?\r\n
\r\n\r\nWho can moderate?
\r\nSelect the group that is allowed to moderate this discussion.\r\n
\r\n\r\nModeration Type?
\r\nYou can select what type of moderation you\'d like for your users. After-the-fact means that when a user posts a message it is displayed publically right away. Pre-emptive means that a moderator must preview and approve users posts before allowing them to be publically visible. \n Alerts for new posts will automatically show up in the moderator\'s WebGUI Inbox.\r\n
\r\nNOTE: In both types of moderation the moderator can always edit or delete the messages posted by your users.\r\n
\r\n\r\nAdd edit stamp to posts?
\r\nDo you wish to \"stamp\" all edits so that you can track who edited a post and when?\r\n
',1059278979,NULL); -INSERT INTO international VALUES (76,'FileManager',15,'This is the list of template variables available in File Manager templates.\r\n
\r\n\r\ntitleColumn.url\r\nfile.canView\r\n\r\nnoresults.message
\r\nA condition as to whether the current user has the privileges to view this file.\r\n\r\nfile.controls
\r\nThe WebGUI management controls for this file.\r\n\r\nfile.title
\r\nThe title for this file.\r\n\r\nfile.version1.name
\r\nThe filename for the first version of this file.\r\n\r\nfile.version1.url
\r\nThe download URL for the first version of this file.\r\n\r\nfile.version1.icon
\r\nThe URL to the icon for the file type of the first version of this file.\r\n\r\nfile.version1.size
\r\nThe storage size of the first version of this file.\r\n\r\nfile.version1.type
\r\nThe type (o\n r file extension) of the first version of this file.\r\n\r\nfile.version1.thumbnail
\r\nThe URL to the thumbnail for the first version of this file.\r\n\r\nfile.version1.isImage
\r\nA conditional indicating whether the first version of this file is an image or not.\r\n\r\nfile.version2.name
\r\nThe filename for the second version of this file.\r\n\r\nfile.version2.url
\r\nThe download URL for the second version of this file.\r\n\r\nfile.version2.icon
\r\nThe URL to the icon for the file type of the second version of this file.\r\n\r\nfile.version2.size
\r\nThe storage size of the second version of this file.\r\n\r\nfile.version2.type
\r\nThe type (or file extension) of the second version of this file.\r\n\r\nfile.version2.thumbnail
\r\nThe URL to the thumbnail for the second version of this file.\r\n\r\nfile.version2.isImage
\r\nA conditional\n indicating whether the second version of this file is an image or not.\r\n\r\nfile.version3.name
\r\nThe filename for the third version of this file.\r\n\r\nfile.version3.url
\r\nThe download URL for the third version of this file.\r\n\r\nfile.version3.icon
\r\nThe URL to the icon for the file type of the third version of this file.\r\n\r\nfile.version3.size
\r\nThe storage size of the third version of this file.\r\n\r\nfile.version3.type
\r\nThe type (or file extension) of the third version of this file.\r\n\r\nfile.version3.thumbnail
\r\nThe URL to the thumbnail for the third version of this file.\r\n\r\nfile.version3.isImage
\r\nA conditional indicating whether the third version of this file is an image or not.\r\n\r\nfile.description
\r\nThe description of this file.\r\n\r\nfile.date
\r\nThe date that this file was uploaded.\r\n\r\n<\n b>file.time
\r\nThe time that this file was uploaded.\r\n\r\n
\r\n\r\nFile
\r\nChoose the file from your hard drive that you wish to upload.\r\n
\r\n\r\nAlternate Version #1
\r\nAn alternate version of the file. For instance, if the file was a JPEG, perhaps the alternate version would be a TIFF or a BMP.\r\n
\r\n\r\nAlternate Version #2
\r\nAn alternate version of the file. For instance, if the file was a JPEG, perhaps the alternate version would be a TIFF or a BMP.\r\n
\r\n\r\nBrief Synopsis
\r\nA short description of this file. Be sure to include keywords that users may try to search for.\r\n
\r\n\r\nGroup To Download
\r\nChoose the group that may download this file.\r\n
\r\n\r\nWhat\'s next?
\r\nIf you\'d like to add another file aft\n er this one, then select \"add a new file\" otherwise select \"go back to the page\".\r\n
',1059278811,NULL); -INSERT INTO international VALUES (71,'FileManager',15,'The File Manager is designed to help you manage file distribution on your site. It allows you to specify who may view/download files from your site.\r\n
\r\n\r\nTemplate
\r\nChoose a layout for the file manager.\r\n
\r\n\r\nProceed to add download?
\r\nIf you wish to start adding files to download right away, leave this checked.\r\n
\r\n',1059278789,NULL); -INSERT INTO international VALUES (97,'EventsCalendar',15,'The following is the list of template variables available in event templates.\r\n
\r\n\r\ntitle\r\n\r\nDescription
\r\nDescribe the activities of this event or information about where the event is to be held.\r\n
\r\n\r\nStart Date
\r\nOn what date will this event begin?\r\n
\r\n\r\nEnd Date
\r\nOn what date will this event end?\r\n
\r\n\r\nRecurs every
\r\nSelect a recurrence interval for this event. \r\n\r\n
\r\n\r\nWhat next?
\r\nSelect \"add new event\" if you\'d like to add another event, otherwise select \"go back to page\".\r\n',1059278427,NULL);
-INSERT INTO international VALUES (71,'EventsCalendar',15,'Events calendars are used on many intranets to keep track of internal dates that affect a whole organization. Also, Events Calendars on consumer sites are a great way to let your customers know what events you\'ll be attending and what promotions you\'ll be having.\r\n
\r\n\r\nMain Template
\r\nChoose a layout for the events calendar.\r\n
\r\n\r\nEvent Template
\r\nChoose a layout for the individual events within the calendars.\r\n
\r\n\r\nStart Month
\r\nChoose the start month for your calendar. If you choose \"current\" the calendar will always start on the current month, therefore it will change from month to month. If you choose \"first in the calendar\" then it will start at whatever the earliest date in the calendar is.\r\n
\r\n\r\nEnd Month
\r\nChoose the end month for your calendar. I\n f you choose \"show X months from start\", then only X months worth of information will ever be displayed. If you choose \"current\" then the calendar will end on the month you are currently in. If you choose \"last in calendar\" then the calendar will end on the last date entered into the calendar.\r\n
\r\n\r\nDefault Month
\r\nChoose which month for this calendar to start on when a visitor comes to the page containing the calendar.\r\n
\r\n\r\nPaginate After
\r\nWhen using a list-style calendar, how many events should be shown per page?\r\n
\r\nProceed to add event?
\r\nLeave this set to yes if you want to add events to the Events Calendar directly after creating it.\r\n
\r\n\r\nNote: Events that have already happened will not be displayed on the events calendar.\r\n
\r\n
\r\n\r\nback.url
\r\nThe URL to go back to the Data Form data entry page.\r\n
\r\n\r\nback.label
\r\nThe default label for the back.url.\r\n
\r\n\r\nfield_loop
\r\nA loop containing information about the fields in this Data Form.\r\n
\r\n\r\nfield.name
\r\nThe web safe name of this field.\r\n
\r\n\r\nfield.label
\r\nThe human readable label for this field.\r\n
\r\n\r\nfield.id
\r\nA unique identifier representing this field in the database.\r\n
\r\n\r\nfield.isMailField
\r\nA conditional indicating whether this field exists for the mail subsystem of the data form.\r\n
\r\n\r\nfield.type
\r\nThe data type associated with this field.\r\n
\r\n\r\n\r\n\r\nrecord_loop
\r\nA loop containing the record entries of this data form.\r\n
\r\n\r\n
\r\n\r\nrecord.entryId',1059278356,NULL); -INSERT INTO international VALUES (83,'DataForm',15,'The following template variables are available for Data Form templates.\r\n\r\n\r\nacknowledgement
\r\nA unique identifier for this record entry.\r\n\r\n\r\nrecord.ipAddress
\r\nThe IP Address of the user that submitted this record entry.\r\n\r\n\r\nrecord.edit.url
\r\nThe URL to edit this record.\r\n\r\n\r\nrecord.username
\r\nThe username of the person that submitted this record entry.\r\n\r\n\r\nrecord.userId
\r\nThe user id of the person that submitted this record entry.\r\n\r\n\r\nrecord.submissionDate.epoch
\r\nThe epoch datestamp for this record entry.\r\n\r\n\r\nrecord.submissionDate.human
\r\nA human readable date stamp, based upon the user\'s preferences, for this record entry.\r\n\r\n\r\nrecord.data_loop
\r\nA loop containing the data submitted by the user for each field in this data form.\r\n\r\n\r\n
\r\n\r\nrecord.data.value\r\n\r\n
\r\nThe value submitted by the user for this field in this record entry.\r\n\r\n\r\nrecord.data.name
\r\nThe web safe name of this field.\r\n\r\n\r\nrecord.data.label
\r\nThe human readable label for this field.\r\n\r\n\r\nrecord.data.isMailField
\r\nA conditional indicating whether this field exists for the mail subsystem of the data form.\r\n\r\n\r\n
\r\nexport.tab.url
\r\nFollowing this URL will export the data stored to this data form as a tab delimited file.\r\n
\r\n\r\nexport.tab.label
\r\nThe default label for the export.tab.url variable.\r\n
\r\n\r\nentryList.url
\r\nFollowing this URL will display a list of all the record entries in this data form.\r\n
\r\n\r\nentryList.label
\r\nThe default label for the entryList.url variable.\r\n
\r\n\r\ncanEdit\r\nA conditional indicating whether the current user has the privileges to edit an existing entry or export the form\'s data.\r\n
\r\n\r\nback.url
\r\nA u\n rl that will take you back to the default page in the form.\r\n
\r\n\r\nback.label
\r\nThe default label for the back.url variable.\r\n
\r\n\r\nusername*
\r\nThe username of the user that submitted the data.\r\n
\r\n\r\nuserId*
\r\nThe user id of the user that submitted the data.\r\n
\r\n\r\ndate*
\r\nThe date that this data was submitted or last updated formatted as the user\'s preferred date/time format.\r\n
\r\n\r\n\r\nepoch*
\r\nThe date that this data was submitted or last updated formatted as an epoch date.\r\n
\r\n\r\nipAddress*
\r\nThe IP address of the user that submitted the data.\r\n
\r\n\r\nedit.url*
\r\nThe URL to the page to edit this entry.\r\n
\r\n\r\nerror_loop*
\r\nA loop containing error information, for instance if someone doesn\'t fill out a required field.\r\n
\r\n\r\n
\r\n\r\nerror.message*\r\n\r\naddField.url
\r\nAn error message indicating what the user\n might have done wrong.\r\n\r\n
\r\n\r\naddField.label
\r\nThe default label for the addField.url variable.\r\n
\r\n\r\nform.start
\r\nThe beginning of the form.\r\n
\r\n\r\nfield_loop
\r\nA loop containing all of the field information.\r\n
\r\n\r\n
\r\n\r\nfield.form\r\n\r\nform.send
\r\nThe form element for this field.\r\n\r\n\r\nfield.name
\r\nThe name of this field.\r\n\r\n\r\nfield.value
\r\nThe value of this field. If this is new data, then the default value will be used.\r\n\r\n\r\nfield.label
\r\nThe text label for this field.\r\n\r\n\r\nfield.isHidden
\r\nA conditional indicating whether this field is supposed to be hidden. \r\n\r\n\r\nfield.isDisplayed
\r\nA conditional indicating whether this field is supposed to be displayed. \r\n\r\n n\r\nfield.isEditable
\r\nA conditional indicating whether this field is editable. \r\n\r\n\r\nfield.isRequired
\r\nA conditional indicating whether this field is required. \r\n\r\n\r\nfield.isMailField
\r\nA conditional indicating whether this field is present only to facilitate sending an email. \r\n\r\n\r\n\r\nfield.subtext
\r\nA description of the field so that users know what to put in the field.\r\n\r\n\r\nfield.controls
\r\nWebGUI\'s administrative controls for this field.\r\n\r\n\r\n
\r\n\r\nform.save/b>
\r\nA form button with the word \"save\" printed on it.\r\n
\r\n\r\nform.end
\r\nThe end of the form.\r\n
\r\n\r\n*Only available if the user has already submitted the form.',1059278330,NULL);
-INSERT INTO international VALUES (72,'DataForm',15,'You may add as many additional fields to your Data Form as you like.\r\n
\r\n\r\nLabel
\r\nThis is an informative text label to let the user know what this field represents.\r\n
\r\n\r\nField Name
\r\nThe name of this field. It must be unique among all of the other fields on your form.\r\n
\r\n\r\nSubtext
\r\nAn extension of the label, this is a description of what should go in the field or optional instructions for the field.\r\n
\r\n\r\nStatus
\r\nHidden fields will not be visible to the user, but will be sent in the email.Displayed fields can be seen by the user but not modified. Modifiable fields can be filled in by the user. Required fields must be filled in by the user.\r\nIf you choose Hidden or Displayed, be sure to fill in a Default Value.\r\n
\r\n\r\nType
\r\nChoose the type of form element\n for this field. \r\n
\r\n\r\nWidth
\r\nSet the number of characters wide this field will be.\r\n
\r\n\r\nHeight
\r\nSet the number of characters tall this field will be. Only used on textarea and HTMLArea.\r\n
\r\n\r\nPossible Values
\r\nThis field is used for the list types (like Checkbox List and Select List). Enter the values you wish to appear, one per line.\r\n
\r\n\r\nDefault Value (optional)
\r\nEnter the default value (if any) for the field. For Yes/No fields, enter \"yes\" to select \"Yes\" and \"no\" to select \"No\".',1059278294,NULL);
-INSERT INTO international VALUES (71,'DataForm',15,'This wobject creates a simple multipurpose data-entry form.\r\n
\r\n\r\nAcknowledgement
\r\nThis message will be displayed to the user after they submit their data..\r\n
\r\n\r\nMail entries?\r\nIf set to yes, some additional fields will be added to your form for dealing with email. These fields will then be used to email any date entered into the form to a person of your choice.\r\n
\r\nNOTE: The \"To\" field that is added as a result of setting this to yes can accept a standard email address, or a WebGUI username or a WebGUI group name.\r\n
\r\n\r\nTemplate
\r\nChoose a template for your form.\r\n
\r\n\r\nEmail Template
\r\nChoose a template for the data that will be sent via email.\r\n
\r\n\r\nAcknowlegement Template
\r\nChoose a template that will be used to display the acknowlegement.\n r\n
\r\n\r\nList Template
\r\nChoose a template that will be used to display the list of stored records in this Data Form.',1059278270,NULL);
-INSERT INTO international VALUES (73,'Article',15,'The following template variables are available for article templates.\r\n
\r\n<a href=\"<tmpl_var new.template>999\">Read more...</a>\r\n
\r\ndescription.full
\r\nThe full description without any pagination. (For the paginated description use \"description\" instead.)\r\n
\r\n\r\ndescription.first.100words
\r\nThe first 100 words in the description. Words are defined as characters separated by whitespace, so HTML entities and tags count as words.\r\n
\r\n\r\ndescription.first.75words
\r\nThe first 75 words in the description. Words are defined as c\n haracters separated by whitespace, so HTML entities and tags count as words.\r\n
\r\n\r\ndescription.first.50words
\r\nThe first 50 words in the description. Words are defined as characters separated by whitespace, so HTML entities and tags count as words.\r\n
\r\n\r\ndescription.first.25words
\r\nThe first 25 words in the description. Words are defined as characters separated by whitespace, so HTML entities and tags count as words.\r\n
\r\n\r\ndescription.first.10words
\r\nThe first 10 words in the description. Words are defined as characters separated by whitespace, so HTML entities and tags count as words.\r\n
\r\n\r\ndescription.first.paragraph
\r\nThe first paragraph of the description. The first paragraph is determined by the first carriage return found in the text.\r\n
\r\n\r\ndescription.first.2paragraphs
\r\nThe first two paragraphs of the description. A paragraph is determined by counting the carriage retu\n rns found in the text.\r\n
\r\n\r\ndescription.first.sentence
\r\nThe first sentence in the description. A sentence is determined by counting the periods found in the text.\r\n
\r\n\r\ndescription.first.2sentences
\r\nThe first two sentences in the description. A sentence is determined by counting the periods found in the text.\r\n
\r\n\r\ndescription.first.3sentences
\r\nThe first three sentences in the description. A sentence is determined by counting the periods found in the text.\r\n
\r\n\r\ndescription.first.4sentences
\r\nThe first four sentences in the description. A sentence is determined by counting the periods found in the text.\r\n
\r\n\r\n\r\n\r\nattachment.box
\r\nOutputs a standard WebGUI attachment box including icon, filename, and attachment indicator.\r\n
\r\n\r\nAllow discussion?
\r\nChecking this box will enable responses to your article much like Articles on Slashdot.org.\r\n
\r\n\r\n\r\nFilter Post
\r\nSelect the level of content filtering you wish to perform on all discussion posts.\r\n
\r\n\r\nWho can post?
\r\nSelect the group that is allowed to post to this discussion.\r\n
\r\n\r\nEdit Timeout
\r\nHow long should a user be able to edit their post before editing is locked to them?\r\n
\r\nNOTE: Don\'t set this limit too high. One of the great thing\n s about discussions is that they are an accurate record of who said what. If you allow editing for a long time, then a user has a chance to go back and change his/her mind a long time after the original statement was made.\r\n
\r\n\r\nKarma Per Post
\r\nHow much karma should be given to a user when they post to this discussion?\r\n
\r\n\r\nWho can moderate?
\r\nSelect the group that is allowed to moderate this discussion.\r\n
\r\n\r\nModeration Type?
\r\nYou can select what type of moderation you\'d like for your users. After-the-fact means that when a user posts a message it is displayed publically right away. Pre-emptive means that a moderator must preview and approve users posts before allowing them to be publically visible. Alerts for new posts will automatically show up in the moderator\'s WebGUI Inbox.\r\n
\r\nNOTE: In both types of moderation the moderator can always edit or delete the messages posted by your \n users.\r\n
\r\n\r\nAdd edit stamp to posts?
\r\nDo you wish to \"stamp\" all edits so that you can track who edited a post and when?',1059278189,NULL);
-INSERT INTO international VALUES (72,'Article',15,'Predlo¾ak za èlanke',1059233496,NULL);
-INSERT INTO international VALUES (24,'Article',15,'Po¹alji odgovor',1059233440,NULL);
-INSERT INTO international VALUES (13,'Article',15,'Obri¹i',1059233424,NULL);
-INSERT INTO international VALUES (467,'WebGUI/Profile',15,'®elite li doista obrisati ovo polje i sve korisnièke podatke vezane uz njega?',1059233402,NULL);
-INSERT INTO international VALUES (468,'WebGUI/Profile',15,'Uredi kategoriju korisnièkog profila',1059233371,NULL);
-INSERT INTO international VALUES (471,'WebGUI/Profile',15,'Uredi polje u korisnièkom profilu',1059233347,NULL);
-INSERT INTO international VALUES (473,'WebGUI/Profile',15,'Vidljivo?',1059233320,NULL);
-INSERT INTO international VALUES (466,'WebGUI/Profile',15,'®elite li doista obrisati ovu kategoriju i sva njena polja prebaciti u kategoriju ostalo?',1059233307,NULL);
-INSERT INTO international VALUES (474,'WebGUI/Profile',15,'Obavezno?',1059233278,NULL);
-INSERT INTO international VALUES (489,'WebGUI/Profile',15,'Kategorija profila',1059233262,NULL);
-INSERT INTO international VALUES (490,'WebGUI/Profile',15,'Dodaj kategoriju profila.',1059233244,NULL);
-INSERT INTO international VALUES (491,'WebGUI/Profile',15,'Dodaj polje u profil.',1059233225,NULL);
-INSERT INTO international VALUES (787,'WebGUI/Profile',15,'Uredi ovo polje u profilu.',1059233211,NULL);
-INSERT INTO international VALUES (788,'WebGUI/Profile',15,'Obri¹i ovo polje u profilu.',1059233190,NULL);
-INSERT INTO international VALUES (789,'WebGUI/Profile',15,'Uredi kategoriju profila.',1059233167,NULL);
-INSERT INTO international VALUES (790,'WebGUI/Profile',15,'Obri¹i kategoriju profila.',1059233150,NULL);
-INSERT INTO international VALUES (897,'WebGUI/Profile',15,'Moguæe ureðivanje?',1059233132,NULL);
-INSERT INTO international VALUES (9,'WobjectProxy',15,'Override description?',1059233114,NULL);
-INSERT INTO international VALUES (8,'WobjectProxy',15,'Override display title?',1059233106,NULL);
-INSERT INTO international VALUES (7,'WobjectProxy',15,'Override title?',1059233098,NULL);
-INSERT INTO international VALUES (6,'WobjectProxy',15,'With the Wobject Proxy (aka Shortcut) you can mirror a wobject from another page to any other page. This is useful if you want to reuse the same content in multiple sections of your site.\r\n
\r\n\r\nNOTE: The wobject proxy is not available through the Add Content menu, but instead through the shortcut icon on each wobject\'s toolbar.\r\n
\r\n\r\nWobject To Proxy
\r\nProvides a link to the orignal wobject being proxied.\r\n
\r\n\r\nOverride title?
\r\nSet to \"yes\" to use the title of the wobject proxy instead of the original title of the wobject.\r\n
\r\n\r\nOverride description?
\r\nSet to \"yes\" to use the description of the wobject proxy instead of the original description of the wobject.\r\n
\r\n\r\nOverride display title?
\r\nSet to \"yes\" to use the display title setting of the wobject proxy inst\n ead of the original display title setting of the wobject.\r\n
\r\n\r\nOverride template?
\r\nSet to \"yes\" to use the template of the wobject proxy instead of the original template of the wobject.',1059233082,NULL);
-INSERT INTO international VALUES (5,'WobjectProxy',15,'Wobject Proxy, Add/Edit',1059233059,NULL);
-INSERT INTO international VALUES (4,'WobjectProxy',15,'Wobject proxying failed. Perhaps the proxied wobject has been deleted.',1059233050,NULL);
-INSERT INTO international VALUES (3,'WobjectProxy',15,'Wobject Proxy',1059233015,NULL);
-INSERT INTO international VALUES (2,'WobjectProxy',15,'Edit Wobject Proxy',1059233003,NULL);
-INSERT INTO international VALUES (10,'WobjectProxy',15,'Override template?',1059232990,NULL);
-INSERT INTO international VALUES (1,'WobjectProxy',15,'Wobject To Proxy',1059232976,NULL);
-INSERT INTO international VALUES (99,'WebGUI',15,'Naslov',1059232953,NULL);
-INSERT INTO international VALUES (95,'WebGUI',15,'Indeks za pomoæ',1059232937,NULL);
-INSERT INTO international VALUES (94,'WebGUI',15,'Pogledaj takoðer',1059232922,NULL);
-INSERT INTO international VALUES (93,'WebGUI',15,'Pomoæ',1059232910,NULL);
-INSERT INTO international VALUES (92,'WebGUI',15,'Sljedeæa stranica',1059232897,NULL);
-INSERT INTO international VALUES (91,'WebGUI',15,'Prethodna stranica',1059232878,NULL);
-INSERT INTO international VALUES (81,'WebGUI',15,'Korisnièki raèun uspje¹no osvje¾en!',1059232863,NULL);
-INSERT INTO international VALUES (80,'WebGUI',15,'Korisnièki raèun uspje¹no kreiran!',1059232839,NULL);
-INSERT INTO international VALUES (8,'WebGUI',15,'Stranica nije pronaðena.',1059232823,NULL);
-INSERT INTO international VALUES (77,'WebGUI',15,'Ovo korisnièko ime veæ koristi drugi èlan sjedi¹ta. Molimo da poku¹ate s drugim korisnièkim imenom. Evo prijedloga:',1059232791,NULL);
-INSERT INTO international VALUES (76,'WebGUI',15,'Ova e-mail adresa nije pohranjena u bazi korisnika.',1059232728,NULL);
-INSERT INTO international VALUES (75,'WebGUI',15,'Informacije o va¹em korisnièkom raèunu poslane su na va¹u e-mail adresu.',1059232645,NULL);
-INSERT INTO international VALUES (74,'WebGUI',15,'Informacije o korisnièkom raèunu',1059232589,NULL);
-INSERT INTO international VALUES (73,'WebGUI',15,'Spoji se.',1059232570,NULL);
-INSERT INTO international VALUES (72,'WebGUI',15,'povrati',1059232556,NULL);
-INSERT INTO international VALUES (71,'WebGUI',15,'Povrati lozinku',1059232541,NULL);
-INSERT INTO international VALUES (70,'WebGUI',15,'Gre¹ka',1059232507,NULL);
-INSERT INTO international VALUES (7,'WebGUI',15,'Upravljanje korisnicima.',1059232480,NULL);
-INSERT INTO international VALUES (69,'WebGUI',15,'Molimo da potra¾ite pomoæ svog administratora.',1059232465,NULL);
-INSERT INTO international VALUES (68,'WebGUI',15,'The account information you supplied is invalid. Either the account does not exist or the username/password combination was incorrect.',1059232448,NULL);
-INSERT INTO international VALUES (67,'WebGUI',15,'Kreiraj novi korisnièki raèun.',1059232432,NULL);
-INSERT INTO international VALUES (66,'WebGUI',15,'Spoji se',1059232402,NULL);
-INSERT INTO international VALUES (65,'WebGUI',15,'Molim da trajno deaktivirate moj korisnièki raèun.',1059232380,NULL);
-INSERT INTO international VALUES (64,'WebGUI',15,'Odspoji se.',1059232349,NULL);
-INSERT INTO international VALUES (63,'WebGUI',15,'Ukljuèi admina.',1059232333,NULL);
-INSERT INTO international VALUES (62,'WebGUI',15,'snimi',1059232318,NULL);
-INSERT INTO international VALUES (60,'WebGUI',15,'®elite li doista deaktivirati svoj korisnièki raèun? Ukoliko nastavite, sve va¹e informacije bit æe trajno izgubljene.',1059232302,NULL);
-INSERT INTO international VALUES (61,'WebGUI',15,'A¾uriranje informacije o korisniku',1059232263,NULL);
-INSERT INTO international VALUES (59,'WebGUI',15,'Zaboravio sam lozinku.',1059232227,NULL);
-INSERT INTO international VALUES (58,'WebGUI',15,'Veæ imam korisnièki raèun.',1059232214,NULL);
-INSERT INTO international VALUES (57,'WebGUI',15,'Ovo je potrebno samo ako ¾elite koristiti komponente koje zahtijevaju e-mail.',1059232196,NULL);
-INSERT INTO international VALUES (56,'WebGUI',15,'E-mail adresa',1059232105,NULL);
-INSERT INTO international VALUES (542,'WebGUI',15,'Prethodno...',1059232093,NULL);
-INSERT INTO international VALUES (541,'WebGUI',15,'Karma po slanju',1059232078,NULL);
-INSERT INTO international VALUES (540,'WebGUI',15,'Karma po spajanju',1059232066,NULL);
-INSERT INTO international VALUES (54,'WebGUI',15,'Kreiraj korisnièki raèun',1059232047,NULL);
-INSERT INTO international VALUES (53,'WebGUI',15,'Omoguæi ispis stranice',1059232027,NULL);
-INSERT INTO international VALUES (5,'WebGUI',15,'Upravljanje grupama.',1059232003,NULL);
-INSERT INTO international VALUES (47,'WebGUI',15,'Vrh',1059231988,NULL);
-INSERT INTO international VALUES (46,'WebGUI',15,'Moj korisnièki raèun',1059231977,NULL);
-INSERT INTO international VALUES (45,'WebGUI',15,'Ne, ne ¾elim.',1059231955,NULL);
-INSERT INTO international VALUES (44,'WebGUI',15,'Da, siguran sam.',1059231942,NULL);
-INSERT INTO international VALUES (43,'WebGUI',15,'®elite li doista obrisati ovaj sadr¾aj?',1059231930,NULL);
-INSERT INTO international VALUES (429,'WebGUI',15,'Vrijeme spajanja',1059231909,NULL);
-INSERT INTO international VALUES (428,'WebGUI',15,'Korisnik (ID)',1059231898,NULL);
-INSERT INTO international VALUES (427,'WebGUI',15,'Stilovi',1059231886,NULL);
-INSERT INTO international VALUES (426,'WebGUI',15,'Povijest spajanja',1059231873,NULL);
-INSERT INTO international VALUES (425,'WebGUI',15,'Aktivne sesije',1059231862,NULL);
-INSERT INTO international VALUES (424,'WebGUI',15,'Pregled povijesti spajanja.',1059231852,NULL);
-INSERT INTO international VALUES (423,'WebGUI',15,'Pregled aktivnih sesija.',1059231748,NULL);
-INSERT INTO international VALUES (422,'WebGUI',15,'
\r\nsubmission.id\r\n\r\n\r\n\r\nfirstPage
\r\nA unique identifier for this submission.\r\n\r\n\r\nsubmission.url
\r\nThe URL to view this submission.\r\n\r\n\r\nsubmission.content
\r\nThe abbreviated text content of this submission.\r\n\r\n\r\nsubmission.responses
\r\nThe number of responses to this submission.\r\n\r\n\r\nsubmission.title
\r\nThe title for this submission.\r\n\r\n\r\nsubmission.userId
\r\nThe user id of the user that posted this submission.\r\n\r\n\r\nsubmission\n .username
\r\nThe username of the person that posted this submission.\r\n\r\n\r\nsubmission.status
\r\nThe status of this submission (approved, pending, denied).\r\n\r\n\r\nsubmission.thumbnail
\r\nThe thumbnail of the image uploaded with this submission (if any).\r\n\r\n\r\nsubmission.date
\r\nThe that this submission was posted.\r\n\r\n\r\nsubmission.currentUser
\r\nA condition indicating whether the current user is the same as the user that posted this submission.\r\n\r\n\r\nsubmission.userProfile
\r\nThe URL to the profile of the user that posted this submission.\r\n\r\n\r\nsubmission.secondColumn
\r\nA condition indicating whether or not this submission would belong in the second column, in a multi-column layout.\r\n\r\n\r\nsubmission.thirdColumn
\r\nA condition indicating whether or not this submission would belong in the third column, in a multi-column layo\n ut.\r\n\r\n\r\nsubmission.fourthColumn
\r\nA condition indicating whether or not this submission would belong in the fourth column, in a multi-column layout.\r\n\r\n\r\nsubmission.fifthColumn
\r\nA condition indicating whether or not this submission would belong in the fifth column, in a multi-column layout.\r\n\r\n\r\n
\r\n\r\nTemplate
\r\nSelect a template for this content.',1059229502,NULL);
-INSERT INTO international VALUES (61,'SyndicatedContent',15,'Syndicated Content, Add/Edit',1059229446,NULL);
-INSERT INTO international VALUES (4,'SyndicatedContent',15,'Edit Syndicated Content',1059229430,NULL);
-INSERT INTO international VALUES (2,'SyndicatedContent',15,'Syndicated Content',1059229416,NULL);
-INSERT INTO international VALUES (1,'SyndicatedContent',15,'URL za RSS datoteku',1059229408,NULL);
-INSERT INTO international VALUES (71,'Survey',15,'Grade Book',1059229393,NULL);
-INSERT INTO international VALUES (14,'WSClient',1,'Pagination variable',1072810296,NULL);
-INSERT INTO international VALUES (65,'Survey',15,'Export composite summary.',1059229347,NULL);
-INSERT INTO international VALUES (64,'Survey',15,' \r\nEnglish Export responses. \r\n',1059229336,NULL);
-INSERT INTO international VALUES (63,'Survey',15,'Export questions.',1059229327,NULL);
-INSERT INTO international VALUES (62,'Survey',15,'Export answers.',1059229315,NULL);
-INSERT INTO international VALUES (61,'Survey',15,'View grade book.',1059229308,NULL);
-INSERT INTO international VALUES (4,'Survey',15,'Surveys allow you to gather information from your users. In the case of WebGUI surveys, you can also use them to test your user\'s knowledge. \r\nQuestion Order\r\nThe order the questions will be asked. Sequential displays the questions in the order you create them. Random displays the questions randomly. Response driven displays the questions in order based on the responses of the users. \r\n\r\nMode\r\nBy default the Survey is in survey mode. This allows it to ask questions of your users. However, if you switch to Quiz mode, you can have a self-correcting test of your user\'s knowledge. \r\n\r\nWho can take the survey?\r\nWhich users can participate in the survey? \r\n\r\nWho can view reports?\r\nWho can view the results of the survey? \r\n\r\nWhat next?\r\nIf you leave this set at its default, then you will add a question directly after adding the survey. \r\n',1059229284,NULL);
-INSERT INTO international VALUES (73,'SiteMap',15,'This is the list of template variables available for site map templates. \r\npage_loop\r\nThis loop contains all of the pages in the site map. \r\n\r\npage.indent\r\nThe indent spacer for this page indicating the depth of the page in the tree. \r\npage.url\r\nThe URL to the page. \r\n\r\npage.id\r\nThe unique identifier for this page that WebGUI uses internally. \r\n\r\npage.title\r\nThe title of this page. \r\n\r\npage.menutitle\r\nThe title of this page that appears in navigation. \r\n\r\npage.synopsis\r\nThe description of the contents of this page (if any). \r\n\r\npage.isRoot\r\nA condition indicating whether or not this page is a root. \r\n\r\npage.isTop\r\nA condition indicating whether or not this page is at the top of the navigation tree. \r\n\r\n',1059229273,NULL);
-INSERT INTO international VALUES (71,'SiteMap',15,'Site maps are used to provide additional navigation in WebGUI. You could set up a traditional site map that would display a hierarchical view of all the pages in the site. On the other hand, you could use site maps to provide extra navigation at certain levels in your site. \r\n\r\nTemplate\r\nChoose a layout for this site map. \r\nStart With\r\nSelect the page that this site map should start from. \r\n\r\nDepth To Traverse\r\nHow many levels deep of navigation should the Site Map show? If 0 (zero) is specified, it will show as many levels as there are. \r\n\r\nIndent How many characters should indent each level? \r\n',1059229255,NULL);
-INSERT INTO international VALUES (71,'SQLReport',15,'SQL Reports are perhaps the most powerful wobject in the WebGUI arsenal. They allow a user to query data from any database that they have access to. This is great for getting sales figures from your Accounting database or even summarizing all the message boards on your web site. \r\nPreprocess macros on query?\r\nIf you\'re using WebGUI macros in your query you\'ll want to check this box. \r\n\r\nDebug?\r\nIf you want to display debugging and error messages on the page, check this box. \r\n\r\nQuery\r\nThis is a standard SQL query. If you are unfamiliar with SQL, Plain Black Software provides training courses in SQL and database management. You can make your queries more dynamic by using the ^FormParam(); macro. \r\n\r\nReport Template\r\nLayout a template of how this report should look. Usually you\'ll use HTML tables to generate a report. An example is included below. If you leave this field blank a template will be generated based on your result set. \r\n\r\nThere are special macro characters used in generating SQL Reports. They are ^-;, ^0;, ^1;, ^2;, ^3;, etc. These macros will be processed regardless of whether you checked the process macros box above. The ^- macro represents split points in the document where the report will begin and end looping. The numeric macros represent the data fields that will be returned from your query. There is an additional macro, ^rownum; that counts the rows of the query starting at 1 for use where the lines of the output need to be numbered. \r\n\r\nDatabase Link\r\nThe administrator can configure common databases on which you can run SQL Reports, freeing you from having to know or enter the DSN, Username, and Password. If a database is selected from this list, the DSN, User, and Password fields will be ignored.\r\n\r\nIf the database you need to use is not configured as a Database Link, you can\n enter the DSN, User, and Password. \r\n\r\nDSN\r\nData Source Name is the unique identifier that Perl uses to describe the location of your database. It takes the format of DBI:[driver]:[database name]:[host]. \r\n\r\nExample: DBI:mysql:WebGUI:localhost \r\n\r\nDatabase User The username you use to connect to the DSN. \r\n\r\nDatabase Password The password you use to connect to the DSN. \r\n\r\nPaginate After How many rows should be displayed before splitting the results into separate pages? In other words, how many rows should be displayed per page? \r\n\r\nConvert carriage returns? Do you wish to convert the carriage returns in the resultant data to HTML breaks (
). \r\n',1059229235,NULL);
-INSERT INTO international VALUES (367,'WebGUI',15,'Expire Offset',1059229222,NULL);
-INSERT INTO international VALUES (364,'WebGUI',15,'Tra¾i',1059229163,NULL);
-INSERT INTO international VALUES (363,'WebGUI',15,'Polo¾aj predlo¹ka',1059229088,NULL);
-INSERT INTO international VALUES (362,'WebGUI',15,'jedan do drugog',1059229043,NULL);
-INSERT INTO international VALUES (361,'WebGUI',15,'Tri nad jednim',1059228965,NULL);
-INSERT INTO international VALUES (360,'WebGUI',15,'Jedan iznad tri',1059228933,NULL);
-INSERT INTO international VALUES (36,'WebGUI',15,'Za izvoðenje ove funkcije morate imati administratorske ovlasti. Molimo kontaktirajte administratora.',1059228916,NULL);
-INSERT INTO international VALUES (359,'WebGUI',15,'Desni stupac',1059228873,NULL);
-INSERT INTO international VALUES (358,'WebGUI',15,'Lijevi stupac',1059228845,NULL);
-INSERT INTO international VALUES (357,'WebGUI',15,'Novosti',1059228833,NULL);
-INSERT INTO international VALUES (356,'WebGUI',15,'Predlo¾ak',1059228797,NULL);
-INSERT INTO international VALUES (355,'WebGUI',15,'Pretpostavljena vrijednost',1059228774,NULL);
-INSERT INTO international VALUES (354,'WebGUI',15,'Pregledaj dolazni spremnik.',1059228749,NULL);
-INSERT INTO international VALUES (353,'WebGUI',15,'Trenutno u dolaznom spremniku nema poruka.',1059228734,NULL);
-INSERT INTO international VALUES (352,'WebGUI',15,'Datum upisa',1059228704,NULL);
-INSERT INTO international VALUES (351,'WebGUI',15,'Poruka',1059228674,NULL);
-INSERT INTO international VALUES (350,'WebGUI',15,'Obavljeno',1059228663,NULL);
-INSERT INTO international VALUES (35,'WebGUI',15,'Administrativne funkcije',1059228642,NULL);
-INSERT INTO international VALUES (349,'WebGUI',15,'Raspolo¾iva je najnovija inaèica',1059228617,NULL);
-INSERT INTO international VALUES (348,'WebGUI',15,'Ime',1059228579,NULL);
-INSERT INTO international VALUES (347,'WebGUI',15,'Pregledaj profil ',1059228544,NULL);
-INSERT INTO international VALUES (346,'WebGUI',15,'Korisnik vi¹e nije èlan na ovom sjedi¹tu. O njemu vi¹e nema informacija.',1059228527,NULL);
-INSERT INTO international VALUES (345,'WebGUI',15,'Nije èlan',1059228487,NULL);
-INSERT INTO international VALUES (343,'WebGUI',15,'Pregledaj profil.',1059228475,NULL);
-INSERT INTO international VALUES (342,'WebGUI',15,'Uredi informacije o korisnièkom raèunu.',1059228444,NULL);
-INSERT INTO international VALUES (341,'WebGUI',15,'Uredi profil.',1059228414,NULL);
-INSERT INTO international VALUES (340,'WebGUI',15,'®ena',1059228393,NULL);
-INSERT INTO international VALUES (339,'WebGUI',15,'Mu¹karac',1059228352,NULL);
-INSERT INTO international VALUES (338,'WebGUI',15,'Uredi profil',1059228322,NULL);
-INSERT INTO international VALUES (337,'WebGUI',15,'URL',1059228308,NULL);
-INSERT INTO international VALUES (336,'WebGUI',15,'Datum roðenja',1059228276,NULL);
-INSERT INTO international VALUES (335,'WebGUI',15,'Spol',1059228220,NULL);
-INSERT INTO international VALUES (334,'WebGUI',15,'Telefon na poslu',1059228192,NULL);
-INSERT INTO international VALUES (333,'WebGUI',15,'Dr¾ava (posao)',1059228172,NULL);
-INSERT INTO international VALUES (332,'WebGUI',15,'Po¹tanski broj (posao)',1059228154,NULL);
-INSERT INTO international VALUES (331,'WebGUI',15,'Dr¾ava',1059228132,NULL);
-INSERT INTO international VALUES (330,'WebGUI',15,'Mjesto posla',1059228106,NULL);
-INSERT INTO international VALUES (33,'WebGUI',15,'Subota',1059228073,NULL);
-INSERT INTO international VALUES (329,'WebGUI',15,'Adresa na poslu',1059228050,NULL);
-INSERT INTO international VALUES (328,'WebGUI',15,'Telefon',1059228036,NULL);
-INSERT INTO international VALUES (327,'WebGUI',15,'Dr¾ava',1059228004,NULL);
-INSERT INTO international VALUES (326,'WebGUI',15,'Po¹tanski broj',1059227988,NULL);
-INSERT INTO international VALUES (325,'WebGUI',15,'Dr¾ava',1059227970,NULL);
-INSERT INTO international VALUES (324,'WebGUI',15,'Grad',1059227957,NULL);
-INSERT INTO international VALUES (323,'WebGUI',15,'Kuæna adresa',1059227928,NULL);
-INSERT INTO international VALUES (322,'WebGUI',15,'Pager',1059227917,NULL);
-INSERT INTO international VALUES (321,'WebGUI',15,'GSM telefon',1059227907,NULL);
-INSERT INTO international VALUES (320,'WebGUI',15,'Yahoo! Messenger Id',1059227861,NULL);
-INSERT INTO international VALUES (32,'WebGUI',15,'Petak',1059227810,NULL);
-INSERT INTO international VALUES (319,'WebGUI',15,'MSN Messenger Id',1059227796,NULL);
-INSERT INTO international VALUES (318,'WebGUI',15,'AIM Id',1059227772,NULL);
-INSERT INTO international VALUES (317,'WebGUI',15,'ICQ UIN',1059227743,NULL);
-INSERT INTO international VALUES (316,'WebGUI',15,'Prezime',1059227689,NULL);
-INSERT INTO international VALUES (315,'WebGUI',15,'Srednje ime',1059227679,NULL);
-INSERT INTO international VALUES (314,'WebGUI',15,'Ime',1059227667,NULL);
-INSERT INTO international VALUES (313,'WebGUI',15,'Dozvoli ispis ostalih informacija?',1059227646,NULL);
-INSERT INTO international VALUES (312,'WebGUI',15,'Dozvoli ispis poslovnih informacija?',1059227616,NULL);
-INSERT INTO international VALUES (311,'WebGUI',15,'Dozvoli ispis informacija o adresi?',1059227599,NULL);
-INSERT INTO international VALUES (310,'WebGUI',15,'Dozvoli ispis dodatnih kontakt informacija?',1059227550,NULL);
-INSERT INTO international VALUES (31,'WebGUI',15,'Èetvrtak',1059227521,NULL);
-INSERT INTO international VALUES (309,'WebGUI',15,'Dozvoli ispis stvarnog imena?',1059227508,NULL);
-INSERT INTO international VALUES (308,'WebGUI',15,'Uredi postavke profila',1059227487,NULL);
-INSERT INTO international VALUES (307,'WebGUI',15,'Treba li korisiti pretpostavljene meta tagove?',1059227429,NULL);
-INSERT INTO international VALUES (304,'WebGUI',15,'Jezik',1059227404,NULL);
-INSERT INTO international VALUES (30,'WebGUI',15,'Srijeda',1059227380,NULL);
-INSERT INTO international VALUES (29,'WebGUI',15,'Utorak',1059227330,NULL);
-INSERT INTO international VALUES (28,'WebGUI',15,'Ponedjeljak',1059227320,NULL);
-INSERT INTO international VALUES (27,'WebGUI',15,'Nedjelja',1059227282,NULL);
-INSERT INTO international VALUES (26,'WebGUI',15,'Prosinac',1059227270,NULL);
-INSERT INTO international VALUES (25,'WebGUI',15,'Studeni',1059227259,NULL);
-INSERT INTO international VALUES (245,'WebGUI',15,'Datum',1059227228,NULL);
-INSERT INTO international VALUES (244,'WebGUI',15,'Autor',1059227209,NULL);
-INSERT INTO international VALUES (240,'WebGUI',15,'Oznaka poruke:',1059227192,NULL);
-INSERT INTO international VALUES (24,'WebGUI',15,'Listopad',1059227170,NULL);
-INSERT INTO international VALUES (233,'WebGUI',15,'(eom)',1059227093,NULL);
-INSERT INTO international VALUES (232,'WebGUI',15,'bez naslova',1059227079,NULL);
-INSERT INTO international VALUES (231,'WebGUI',15,'©aljem novu poruku...',1059227054,NULL);
-INSERT INTO international VALUES (230,'WebGUI',15,'Poruka',1059227034,NULL);
-INSERT INTO international VALUES (23,'WebGUI',15,'Rujan',1059227023,NULL);
-INSERT INTO international VALUES (229,'WebGUI',15,'Naslov',1059227006,NULL);
-INSERT INTO international VALUES (22,'WebGUI',15,'Kolovoz',1059226968,NULL);
-INSERT INTO international VALUES (21,'WebGUI',15,'Srpanj',1059226946,NULL);
-INSERT INTO international VALUES (20,'WebGUI',15,'Lipanj',1059226929,NULL);
-INSERT INTO international VALUES (2,'WebGUI',15,'Stranica',1059226918,NULL);
-INSERT INTO international VALUES (19,'WebGUI',15,'Svibanj',1059226899,NULL);
-INSERT INTO international VALUES (18,'WebGUI',15,'Travanj',1059226888,NULL);
-INSERT INTO international VALUES (175,'WebGUI',15,'Obradi makro naredbe?',1059226877,NULL);
-INSERT INTO international VALUES (174,'WebGUI',15,'Prika¾i naslov?',1059226833,NULL);
-INSERT INTO international VALUES (171,'WebGUI',15,'rich edit',1059226817,NULL);
-INSERT INTO international VALUES (170,'WebGUI',15,'tra¾i',1059226802,NULL);
-INSERT INTO international VALUES (17,'WebGUI',15,'O¾ujak',1059226779,NULL);
-INSERT INTO international VALUES (169,'WebGUI',15,'Dodaj novog korisnika.',1059226761,NULL);
-INSERT INTO international VALUES (168,'WebGUI',15,'Uredi korisnika',1059226736,NULL);
-INSERT INTO international VALUES (167,'WebGUI',15,'®elite li doista obrisati ovog korisnika? Pazite, sve informacije o korisniku bit æe trajno izgubljene ukoliko nastavite.',1059226722,NULL);
-INSERT INTO international VALUES (164,'WebGUI',15,'Naèin autentifikacije',1059226661,NULL);
-INSERT INTO international VALUES (163,'WebGUI',15,'Dodaj korisnika',1059226647,NULL);
-INSERT INTO international VALUES (162,'WebGUI',15,'®elite li doista obrisati sve stranice i wobjekte u smeæe?',1059226594,NULL);
-INSERT INTO international VALUES (161,'WebGUI',15,'Poslao',1059226574,NULL);
-INSERT INTO international VALUES (160,'WebGUI',15,'Datum slanja',1059226510,NULL);
-INSERT INTO international VALUES (159,'WebGUI',15,'Ulazni spremnik',1059226469,NULL);
-INSERT INTO international VALUES (149,'WebGUI',15,'Korisnici',1059226263,NULL);
-INSERT INTO international VALUES (148,'WebGUI',15,'Wobjects',1059226246,NULL);
-INSERT INTO international VALUES (147,'WebGUI',15,'Stranice',1059226230,NULL);
-INSERT INTO international VALUES (146,'WebGUI',15,'Aktivne sesije',1059226210,NULL);
-INSERT INTO international VALUES (145,'WebGUI',15,'Verzija WebGUI-ja',1059226198,NULL);
-INSERT INTO international VALUES (144,'WebGUI',15,'Pregled statistike',1059226185,NULL);
-INSERT INTO international VALUES (143,'WebGUI',15,'Upravljanje postavkama',1059226153,NULL);
-INSERT INTO international VALUES (142,'WebGUI',15,'Timeout sesije',1059226136,NULL);
-INSERT INTO international VALUES (141,'WebGUI',15,'Stranica nije pronaðena',1059226062,NULL);
-INSERT INTO international VALUES (140,'WebGUI',15,'Uredi ostale postavke',1059226042,NULL);
-INSERT INTO international VALUES (139,'WebGUI',15,'Ne',1059226007,NULL);
-INSERT INTO international VALUES (138,'WebGUI',15,'Da',1059225993,NULL);
-INSERT INTO international VALUES (135,'WebGUI',15,'Mail poslu¾itelj',1059225965,NULL);
-INSERT INTO international VALUES (134,'WebGUI',15,'Poruka za spa¹avanje lozinke',1059225925,NULL);
-INSERT INTO international VALUES (133,'WebGUI',15,'Uredi postavke slanja poruka',1059225874,NULL);
-INSERT INTO international VALUES (130,'WebGUI',15,'Maksimalna velièina privitka',1059225851,NULL);
-INSERT INTO international VALUES (127,'WebGUI',15,'URL tvrtke',1059225827,NULL);
-INSERT INTO international VALUES (126,'WebGUI',15,'Poslovna e-mail adresa:',1059225804,NULL);
-INSERT INTO international VALUES (125,'WebGUI',15,'Naziv tvrtke',1059225767,NULL);
-INSERT INTO international VALUES (124,'WebGUI',15,'Uredi informacije o tvrtki',1059225745,NULL);
-INSERT INTO international VALUES (119,'WebGUI',15,'Naèin autentifikacije (pretpostavljena vrijednost)',1059225720,NULL);
-INSERT INTO international VALUES (118,'WebGUI',15,'Anonimna registracija',1059225689,NULL);
-INSERT INTO international VALUES (117,'WebGUI',15,'Ureðivanje postavki korisnika',1059225675,NULL);
-INSERT INTO international VALUES (116,'WebGUI',15,'Odaberite \"Da\" za promjenu prava pristupa svim stranicama ispod ove razine.',1059225617,NULL);
-INSERT INTO international VALUES (108,'WebGUI',15,'Vlasnik',1059225547,NULL);
-INSERT INTO international VALUES (107,'WebGUI',15,'Prava',1059225536,NULL);
-INSERT INTO international VALUES (106,'WebGUI',15,'Odaberite \"Da\" kako bi svim stranicama ispod ove razine dodijelili ovaj stil.',1059225481,NULL);
-INSERT INTO international VALUES (105,'WebGUI',15,'Raspored elemenata',1059225426,NULL);
-INSERT INTO international VALUES (104,'WebGUI',15,'URL stranice',1059225351,NULL);
-INSERT INTO international VALUES (103,'WebGUI',15,'Svojstva stranice',1059225329,NULL);
-INSERT INTO international VALUES (102,'WebGUI',15,'Uredi stranicu',1059225317,NULL);
-INSERT INTO international VALUES (1003,'WebGUI',15,'Treba li omoguæiti wobject privilegije?',1059225277,NULL);
-INSERT INTO international VALUES (1002,'WebGUI',15,'When you delete a database link, all SQL Reports using that link will stop working. A list of all affected reports is shown on the confirmation screen. \r\n\r\nAs with any delete operation, you are prompted to be sure you wish to proceed with the delete. If you answer yes, the delete will proceed and there is no recovery possible. If you answer no you\'ll be returned to the prior screen. \r\n',1059225238,NULL);
-INSERT INTO international VALUES (1000,'WebGUI',15,'Database Links enable a WebGUI administrator to add commonly used databases for use in SQL Reports. This frees the SQL Report author from having to know or enter a DSN, user, or password.\r\n\r\nBe aware that any database links you create here will be available to all content authors. While they will not be able to see the database connection info, they will be able to execute any select, show, or describe commands on the database. ',1059225213,NULL);
-INSERT INTO international VALUES (1001,'WebGUI',15,'The following fields make up a Database Link. \r\n\r\nTitle\r\nA title for the database link. \r\n\r\nDSN\r\nData Source Name is the unique identifier that Perl uses to describe the location of your database. It takes the format of DBI:[driver]:[database name]:[host].\r\n\r\n\r\nExample: DBI:mysql:WebGUI:localhost \r\n\r\nHere are some examples for other databases.\r\nOracle: \r\n\r\nDBI:Oracle:SID\r\nDBD::Oracle must be installed.\r\nYou must be using mod_perl and configure PerlSetEnv ORACLE_HOME /home/oracle/product/8.1.7 in httpd.conf. Without setting ORACLE_HOME, you can connect using DBI:Oracle:host=myhost.com;sid=SID \r\nPostgreSQL: \r\nDBI:PgPP:dbname=DBNAME[;host=hOST]\r\nDBD::PgPP must be installed. \r\nSybase: \r\nDBI:Sybase:[server=SERVERNAME][database=DATABASE]\r\nDBD::Sybase must be installed.\r\nYou must be using mod_perl and configure PerlSetEnv SYBA\n SE /opt/sybase/11.0.2 in httpd.conf. \r\nDatabase User\r\nThe username you use to connect to the DSN. \r\n\r\nDatabase Password\r\nThe password you use to connect to the DSN. \r\n',1059225198,NULL);
-INSERT INTO international VALUES (101,'WebGUI',15,'®elite li doista obrisati ovu stranicu, njen sadr¾aj i sve stavke u hijerarhiji ispod?',1059225146,NULL);
-INSERT INTO international VALUES (100,'WebGUI',15,'Meta tagovi',1059225071,NULL);
-INSERT INTO international VALUES (16,'WebGUI',15,'Veljaèa',1059216937,NULL);
-INSERT INTO international VALUES (15,'WebGUI',15,'Sijeèanj',1059216840,NULL);
-INSERT INTO international VALUES (14,'WebGUI',15,'Pregledaj neobraðene prijave.',1059216822,NULL);
-INSERT INTO international VALUES (12,'WebGUI',15,'Iskljuèi admina.',1059216795,NULL);
-INSERT INTO international VALUES (11,'WebGUI',15,'Isprazni smeæe.',1059216775,NULL);
-INSERT INTO international VALUES (10,'WebGUI',15,'Upravljanje smeæem :)',1059216761,NULL);
-INSERT INTO international VALUES (13,'WebGUI',15,'Pregledaj indeks pomoæi.',1059216743,NULL);
-INSERT INTO international VALUES (66,'Survey',15,'Odgovori',1059216714,NULL);
-INSERT INTO international VALUES (67,'Survey',15,'Korisnik',1059216705,NULL);
-INSERT INTO international VALUES (7,'Survey',15,'Upravljan odgovorima',1059216690,NULL);
-INSERT INTO international VALUES (70,'Survey',15,'Pojedinaèni odgovori',1059216679,NULL);
-INSERT INTO international VALUES (72,'Survey',15,'Jeste li sigurni da ¾elite obrisati odgovore ovog korisnika?',1059216662,NULL);
-INSERT INTO international VALUES (73,'Survey',15,'Obri¹i sve odgovore korisnika.',1059216637,NULL);
-INSERT INTO international VALUES (74,'Survey',15,'Jeste li sigurni da ¾elite obrisati sve odgovore?',1059216624,NULL);
-INSERT INTO international VALUES (75,'Survey',15,'Uredi ovo pitanje.',1059216604,NULL);
-INSERT INTO international VALUES (76,'Survey',15,'Poèetno vrijeme',1059216594,NULL);
-INSERT INTO international VALUES (77,'Survey',15,'Zavr¹no vrijeme',1059216581,NULL);
-INSERT INTO international VALUES (78,'Survey',15,'Ukupno vrijeme',1059216571,NULL);
-INSERT INTO international VALUES (79,'Survey',15,'minuta',1059216561,NULL);
-INSERT INTO international VALUES (80,'Survey',15,'sekundi',1059216552,NULL);
-INSERT INTO international VALUES (9,'Survey',15,'Istra¾ivanje',1059216543,NULL);
-INSERT INTO international VALUES (8,'Survey',15,'Poredak pitanja',1059216527,NULL);
-INSERT INTO international VALUES (69,'Survey',15,'Obri¹i odgovore korisnika.',1059216500,NULL);
-INSERT INTO international VALUES (60,'Survey',15,'Nazad na istra¾ivanje.',1059216478,NULL);
-INSERT INTO international VALUES (6,'Survey',15,'Sluèajno',1059216467,NULL);
-INSERT INTO international VALUES (59,'Survey',15,'Pregledaj statistiku.',1059216456,NULL);
-INSERT INTO international VALUES (58,'Survey',15,'Pregled statistike',1059216440,NULL);
-INSERT INTO international VALUES (57,'Survey',15,'Komentari',1059216429,NULL);
-INSERT INTO international VALUES (56,'Survey',15,'Pregledaj komentare.',1059216420,NULL);
-INSERT INTO international VALUES (55,'Survey',15,'Pregledaj odgovore.',1059216410,NULL);
-INSERT INTO international VALUES (54,'Survey',15,'Postotak',1059216395,NULL);
-INSERT INTO international VALUES (53,'Survey',15,'Odgovori',1059216386,NULL);
-INSERT INTO international VALUES (52,'Survey',15,'Rezultat',1059216375,NULL);
-INSERT INTO international VALUES (51,'Survey',15,'Komentari?',1059216366,NULL);
-INSERT INTO international VALUES (50,'Survey',15,'Sljedeæi',1059216355,NULL);
-INSERT INTO international VALUES (5,'Survey',15,'Sekvencijalno',1059216221,NULL);
-INSERT INTO international VALUES (49,'Survey',15,'Trenutno ne mo¾ete pristupiti kvizu.',1059216210,NULL);
-INSERT INTO international VALUES (48,'Survey',15,'Trenutno nemate dozvole za pristup istra¾ivanju.',1059216194,NULL);
-INSERT INTO international VALUES (47,'Survey',15,'Zavr¹ili ste ispunjavanje kviza.',1059216171,NULL);
-INSERT INTO international VALUES (46,'Survey',15,'Hvala na vremenu koje ste odvojili.',1059216153,NULL);
-INSERT INTO international VALUES (45,'Survey',15,'Jeste li sigurni da ¾elite obrisati sve odgovore?',1059216136,NULL);
-INSERT INTO international VALUES (44,'Survey',15,'Jeste li sigurni da ¾elite obrisati ovo pitanje i sve odgovore?',1059216120,NULL);
-INSERT INTO international VALUES (43,'Survey',15,'Nikad',1059216088,NULL);
-INSERT INTO international VALUES (42,'Survey',15,'Povremeno',1059216067,NULL);
-INSERT INTO international VALUES (41,'Survey',15,'Èesto',1059216057,NULL);
-INSERT INTO international VALUES (40,'Survey',15,'Uvijek',1059216047,NULL);
-INSERT INTO international VALUES (39,'Survey',15,'Nije primjenjivo',1059216034,NULL);
-INSERT INTO international VALUES (38,'Survey',15,'Izrazito se ne sla¾em',1059216024,NULL);
-INSERT INTO international VALUES (37,'Survey',15,'Ne sla¾em se',1059216010,NULL);
-INSERT INTO international VALUES (35,'Survey',15,'Donekle se sla¾em',1059216001,NULL);
-INSERT INTO international VALUES (36,'Survey',15,'Donekle se ne sla¾em',1059215992,NULL);
-INSERT INTO international VALUES (34,'Survey',15,'Sla¾em se',1059215976,NULL);
-INSERT INTO international VALUES (33,'Survey',15,'Vrlo se sla¾em',1059215966,NULL);
-INSERT INTO international VALUES (32,'Survey',15,'Netoèno',1059215942,NULL);
-INSERT INTO international VALUES (31,'Survey',15,'Toèno',1059215933,NULL);
-INSERT INTO international VALUES (30,'Survey',15,'Dodaj novo pitanje.',1059215923,NULL);
-INSERT INTO international VALUES (3,'Survey',15,'Istra¾ivanje, Dodaj/uredi',1059215914,NULL);
-INSERT INTO international VALUES (29,'Survey',15,'Dodaj tekstualni odgovor.',1059215899,NULL);
-INSERT INTO international VALUES (28,'Survey',15,'Dodaj pitanje.',1059215886,NULL);
-INSERT INTO international VALUES (27,'Survey',15,'Dodaj skalu slaganaj (sla¾em se/ne sla¾em se).',1059215876,NULL);
-INSERT INTO international VALUES (26,'Survey',15,'Dodaj skalu frekvencija za odgovore (uvijek/nikad).',1059215854,NULL);
-INSERT INTO international VALUES (25,'Survey',15,'Dodaj odgovor tipa toèno/netoèno.',1059215826,NULL);
-INSERT INTO international VALUES (24,'Survey',15,'Dodaj odgovor s vi¹estrukom moguæno¹æu izbora.',1059215811,NULL);
-INSERT INTO international VALUES (23,'Survey',15,'Dodaj novi odgovor.',1059215782,NULL);
-INSERT INTO international VALUES (22,'Survey',15,'Vrsta odgovora',1059215771,NULL);
-INSERT INTO international VALUES (21,'Survey',15,'Idi na',1059215761,NULL);
-INSERT INTO international VALUES (20,'Survey',15,'Je li odgovor toèan?',1059215753,NULL);
-INSERT INTO international VALUES (2,'Survey',15,'Uredi istra¾ivanje',1059215742,NULL);
-INSERT INTO international VALUES (19,'Survey',15,'Odgovor',1059215732,NULL);
-INSERT INTO international VALUES (18,'Survey',15,'Uredi odgovor',1059215723,NULL);
-INSERT INTO international VALUES (17,'Survey',15,'Uredi pitanje',1059215714,NULL);
-INSERT INTO international VALUES (16,'Survey',15,'Ponudi odgovore po sluèajnom uzorku?',1059215704,NULL);
-INSERT INTO international VALUES (15,'Survey',15,'Dozvoli upis komentara?',1059215684,NULL);
-INSERT INTO international VALUES (14,'Survey',15,'Pitanje',1059215671,NULL);
-INSERT INTO international VALUES (13,'Survey',15,'Tko mo¾e gledati izvje¹æa?',1059215663,NULL);
-INSERT INTO international VALUES (12,'Survey',15,'Tko mo¾e sudjelovati u istra¾ivanju?',1059215649,NULL);
-INSERT INTO international VALUES (11,'Survey',15,'Naèin',1059215634,NULL);
-INSERT INTO international VALUES (10,'Survey',15,'Kviz',1059215623,NULL);
-INSERT INTO international VALUES (1,'Survey',15,'Istra¾ivanje',1059215615,NULL);
-INSERT INTO international VALUES (10,'Auth/SMB',1,'No SMB username specfified.',1071926471,'');
-INSERT INTO international VALUES (8,'SQLReport',15,'Uredi SQL izvje¹æe',1059215559,NULL);
-INSERT INTO international VALUES (61,'SQLReport',15,'SQL izvje¹æe, Dodaj/uredi',1059215532,NULL);
-INSERT INTO international VALUES (30,'WSClient',1,'Debug: Error: The URI/WSDL specified is of an improper format.',1033575504,NULL);
-INSERT INTO international VALUES (4,'SQLReport',15,'Upit',1059215496,NULL);
-INSERT INTO international VALUES (106,'DataForm',1,'Tab Template',NULL,NULL);
-INSERT INTO international VALUES (105,'DataForm',1,'Add a Tab',NULL,NULL);
-INSERT INTO international VALUES (104,'DataForm',1,'Tab',NULL,NULL);
-INSERT INTO international VALUES (103,'DataForm',1,'Add new Tab',NULL,NULL);
-INSERT INTO international VALUES (1075,'WebGUI',15,'Link na bazu podataka',1059215446,NULL);
-INSERT INTO international VALUES (18,'SQLReport',15,'Nema rezultata za ovaj upit.',1059215423,NULL);
-INSERT INTO international VALUES (17,'SQLReport',15,'Debug: Upit:',1059215410,NULL);
-INSERT INTO international VALUES (16,'SQLReport',15,'Debugiraj?',1059215395,NULL);
-INSERT INTO international VALUES (15,'SQLReport',15,'Unaprijed obradi makro naredbe kod upita?',1059215385,NULL);
-INSERT INTO international VALUES (14,'SQLReport',15,'Nova stranica nakon',1059215368,NULL);
-INSERT INTO international VALUES (12,'SQLReport',15,'Debug: Pogre¹ka: Ne mogu se spojiti na bazu podataka.',1059215342,NULL);
-INSERT INTO international VALUES (75,'SiteMap',15,'Sve vr¹ne stranice',1059215317,NULL);
-INSERT INTO international VALUES (74,'SiteMap',15,'Ova stranica',1059215304,NULL);
-INSERT INTO international VALUES (72,'SiteMap',15,'Predlo¾ak za mapu sjedi¹ta',1059215288,NULL);
-INSERT INTO international VALUES (61,'SiteMap',15,'Mapa sjedi¹ta, Dodaj/uredi',1059215270,NULL);
-INSERT INTO international VALUES (6,'SiteMap',15,'Uvlaka',1059215259,NULL);
-INSERT INTO international VALUES (5,'SiteMap',15,'Uredi mapu sjedi¹ta',1059215249,NULL);
-INSERT INTO international VALUES (4,'SiteMap',15,'Dubina pregledavanja',1059215239,NULL);
-INSERT INTO international VALUES (3,'SiteMap',15,'Poèni s',1059215227,NULL);
-INSERT INTO international VALUES (2,'SiteMap',15,'Mapa sjedi¹ta',1059215216,NULL);
-INSERT INTO international VALUES (95,'EventsCalendar',15,'Koristeæi sljedeæe varijable u predlo¹cima mo¾ete prilagoditi va¹ kalendar dogaðaja.\r\n\r\naddevent.url\r\nURL kojim se dogaðaj dodaje u kalendar. \r\n\r\naddevent.label\r\nOznaka uz link na dogaðaj. \r\n\r\ncalendar.big\r\nKalendar preko cijele stranice. \r\n\r\ncalendar.small\r\nMali kalendar kojim se prikazuju samo datumi. \r\n\r\ncalendar.firstPage\r\nLink na prvu stranu kalendara ukoliko je kalendar rastavljen na vi¹e stranica. \r\n\r\ncalendar.lastPage\r\nLink na posljednju stranu kalendara ukoliko je kalendar rastavljen na vi¹e stranica. \r\n\r\ncalendar.nextPage\r\nLink na sljedeæu stranu kalendara ukoliko je kalendar rastavljen na vi¹e stranica. \r\n\r\ncalendar.previousPage\r\nLink na prethodnu stranu kalendara ukoliko je kalendar rastavljen na vi¹e stranica. \r\n\r\ncalendar.pageList\r\nLink na sve stranice kalendara ukoliko je kalendar rastavljen\n na vi¹e stranica. \r\n\r\ncalendar.multiplePages\r\nUvjetna varijabla koja naznaèuje je li kalendar rastavljen na vi¹e stranica. \r\n\r\nlist_loop\r\nPetlja u kojoj se nalazi izlistan popis stavaka u kalendaru dogaðaja.\r\n\r\nlist.date\r\nDatum dogaðaja. \r\n\r\nlist.title\r\nNaziv dogaðaja. \r\n\r\nlist.description\r\nOpis dogaðaja. \r\n\r\nlist.sameAsPrevious\r\nUvjetna varijabla koja naznaèuje da je trenutni dogaðaj istog datuma kao i posljednji dogaðaj.\r\n\r\nlist.url\r\nURL na punu stranicu dogaðaja.\r\n\r\nlist.controls\r\nUpravljaèke WebGUI kontrole za dogaðaj.\r\n\r\nlist.firstPage\r\nLink na prvu stranicu. \r\n\r\nlist.lastPage\r\nLink na posljednju stranicu. \r\n\r\nlist.nextPage\r\nLink na sljedeæu stranicu.\r\n\r\nlist.previousPage\r\nLink na prethodnu stranicu.\r\n\r\nlist.pageList\r\nPopis svih linkova za dogaðaj.\r\n\r\nlist.multiplePages\r\nUvjetna varijabla koja naznaèuje postojanje vi¹e stranica u popisu dogaðaja.',1059215196,NULL);
-INSERT INTO international VALUES (98,'EventsCalendar',15,'Sad!',1059214829,NULL);
-INSERT INTO international VALUES (96,'EventsCalendar',15,'Predlo¾ak za dogaðaje',1059214812,NULL);
-INSERT INTO international VALUES (94,'EventsCalendar',15,'Predlo¾ak za kalendar dogaðaja',1059214795,NULL);
-INSERT INTO international VALUES (93,'EventsCalendar',15,'Sljedeæi dogaðaj',1059214782,NULL);
-INSERT INTO international VALUES (92,'EventsCalendar',15,'Prethodni dogaðaj',1059214772,NULL);
-INSERT INTO international VALUES (91,'EventsCalendar',15,'Dodaj novi dogaðaj.',1059214762,NULL);
-INSERT INTO international VALUES (90,'EventsCalendar',15,'Pretpostavljeni mjesec',1059214752,NULL);
-INSERT INTO international VALUES (9,'EventsCalendar',15,'do',1059214740,NULL);
-INSERT INTO international VALUES (89,'EventsCalendar',15,'Prika¾i 3 mjeseca od poèetka.',1059214732,NULL);
-INSERT INTO international VALUES (88,'EventsCalendar',15,'Prika¾i 6 mjeseci od poèetka.',1059214721,NULL);
-INSERT INTO international VALUES (87,'EventsCalendar',15,'Prika¾i 9 mjeseci od poèetka.',1059214707,NULL);
-INSERT INTO international VALUES (86,'EventsCalendar',15,'Prika¾i 12 mjeseci od poèetka.',1059214693,NULL);
-INSERT INTO international VALUES (85,'EventsCalendar',15,'Posljednji u kalendaru.',1059214680,NULL);
-INSERT INTO international VALUES (84,'EventsCalendar',15,'Zavr¹ni mjesec',1059214668,NULL);
-INSERT INTO international VALUES (83,'EventsCalendar',15,'Prvi u kalendaru.',1059214657,NULL);
-INSERT INTO international VALUES (82,'EventsCalendar',15,'Trenutni mjesec',1059214645,NULL);
-INSERT INTO international VALUES (81,'EventsCalendar',15,'Poèetni mjesec',1059214633,NULL);
-INSERT INTO international VALUES (80,'EventsCalendar',15,'Predlo¾ak za dogaðaje',1059214622,NULL);
-INSERT INTO international VALUES (8,'EventsCalendar',15,'Ponavlja se svakih',1059214611,NULL);
-INSERT INTO international VALUES (78,'EventsCalendar',15,'Ne bri¹i ni¹ta, pogrije¹io sam.',1059214598,NULL);
-INSERT INTO international VALUES (77,'EventsCalendar',15,'Obri¹i ovaj dogaðaj i sva ponavljanja.',1059214585,NULL);
-INSERT INTO international VALUES (76,'EventsCalendar',15,'Obri¹i samo ovaj dogaðaj.',1059214561,NULL);
-INSERT INTO international VALUES (75,'EventsCalendar',15,'©to ¾elite uèiniti?',1059214545,NULL);
-INSERT INTO international VALUES (72,'EventsCalendar',15,'Dogaðaj, Dodaj/uredi',1059214527,NULL);
-INSERT INTO international VALUES (61,'EventsCalendar',15,'Kalendar dogaðaja, Dodaj/uredi',1059214510,NULL);
-INSERT INTO international VALUES (4,'EventsCalendar',15,'Dogaða se samo jednom.',1059214496,NULL);
-INSERT INTO international VALUES (20,'EventsCalendar',15,'Dodaj dogaðaj',1059214483,NULL);
-INSERT INTO international VALUES (2,'EventsCalendar',15,'Kalendar dogaðaja',1059214473,NULL);
-INSERT INTO international VALUES (19,'EventsCalendar',15,'Nova stranica nakon',1059214463,NULL);
-INSERT INTO international VALUES (15,'EventsCalendar',15,'Zavr¹ni datum',1059214452,NULL);
-INSERT INTO international VALUES (14,'EventsCalendar',15,'Poèetni datum',1059214440,NULL);
-INSERT INTO international VALUES (13,'EventsCalendar',15,'Uredi dogaðaj',1059214430,NULL);
-INSERT INTO international VALUES (12,'EventsCalendar',15,'Uredi kalendar dogaðaja',1059214420,NULL);
-INSERT INTO international VALUES (9,'Poll',15,'Uredi anketu',1059207880,NULL);
-INSERT INTO international VALUES (8,'Poll',15,'(Unesite jedan odgovor po liniji, s maksimalno 20 odgovora)',1059207867,NULL);
-INSERT INTO international VALUES (73,'Poll',15,'Predlo¾ak za ankete',1059207825,NULL);
-INSERT INTO international VALUES (72,'Poll',15,'Ispi¹i odgovore po sluèajnom redosljedu?',1059207811,NULL);
-INSERT INTO international VALUES (7,'Poll',15,'Odgovori',1059207786,NULL);
-INSERT INTO international VALUES (61,'Poll',15,'Anketa, Dodaj/uredi',1059207774,NULL);
-INSERT INTO international VALUES (6,'Poll',15,'Pitanje',1059207757,NULL);
-INSERT INTO international VALUES (5,'Poll',15,'©irina grafa',1059207747,NULL);
-INSERT INTO international VALUES (4,'Poll',15,'Tko mo¾e glasovati?',1059207737,NULL);
-INSERT INTO international VALUES (3,'Poll',15,'Aktivno',1059207724,NULL);
-INSERT INTO international VALUES (20,'Poll',15,'Karma po glasu',1059207714,NULL);
-INSERT INTO international VALUES (12,'Poll',15,'Ukupno glasova',1059207700,NULL);
-INSERT INTO international VALUES (11,'Poll',15,'Glasuj!',1059207686,NULL);
-INSERT INTO international VALUES (10,'Poll',15,'Anuliraj glasove.',1059207674,NULL);
-INSERT INTO international VALUES (1,'Poll',15,'Anketa',1059207653,NULL);
-INSERT INTO international VALUES (83,'USS',15,'Dodaj novo pitanje.',1059207634,NULL);
-INSERT INTO international VALUES (86,'USS',15,'Odgovor',1059207523,NULL);
-INSERT INTO international VALUES (85,'USS',15,'Pitanje',1059207514,NULL);
-INSERT INTO international VALUES (88,'DataForm',15,'Predlo¾ak za ispis u formularu',1059207360,NULL);
-INSERT INTO international VALUES (87,'DataForm',15,'Predlo¾ak za ispis formulara',1059207344,NULL);
-INSERT INTO international VALUES (86,'DataForm',15,'Ispi¹i sve unose',1059207322,NULL);
-INSERT INTO international VALUES (85,'DataForm',15,'Jedan po liniji',1059207308,NULL);
-INSERT INTO international VALUES (84,'DataForm',15,'Znak koji razdvaja podatke',1059207291,NULL);
-INSERT INTO international VALUES (82,'DataForm',15,'Predlo¾ak za formular',1059207269,NULL);
-INSERT INTO international VALUES (81,'DataForm',15,'Predlo¾ak za potvrde',1059207255,NULL);
-INSERT INTO international VALUES (8,'DataForm',15,'©irina',1059207238,NULL);
-INSERT INTO international VALUES (79,'DataForm',15,'Opis polja',1059207229,NULL);
-INSERT INTO international VALUES (74,'DataForm',15,'Treba li poslati podatke?',1059207211,NULL);
-INSERT INTO international VALUES (77,'DataForm',15,'Oznaka',1059207195,NULL);
-INSERT INTO international VALUES (76,'DataForm',15,'Dodaj polje',1059207185,NULL);
-INSERT INTO international VALUES (75,'DataForm',15,'Polje obavezno popuniti',1059207171,NULL);
-INSERT INTO international VALUES (73,'DataForm',15,'©alji',1059207150,NULL);
-INSERT INTO international VALUES (7,'DataForm',15,'Uredi formular',1059207131,NULL);
-INSERT INTO international VALUES (62,'DataForm',15,'Polja formulara, Dodaj/uredi',1059207119,NULL);
-INSERT INTO international VALUES (61,'DataForm',15,'Formular, Dodaj/uredi',1059207106,NULL);
-INSERT INTO international VALUES (6,'DataForm',15,'Moguæe modificirati',1059207094,NULL);
-INSERT INTO international VALUES (5,'DataForm',15,'Prikazano',1059207080,NULL);
-INSERT INTO international VALUES (4,'DataForm',15,'Skriveno',1059207071,NULL);
-INSERT INTO international VALUES (29,'DataForm',15,'je obavezno',1059207060,NULL);
-INSERT INTO international VALUES (28,'DataForm',15,'Neobavezno za tekstualno ili HTML podruèje',1059207047,NULL);
-INSERT INTO international VALUES (3,'DataForm',15,'Hvala na odazivu!',1059207022,NULL);
-INSERT INTO international VALUES (27,'DataForm',15,'Visina',1059206995,NULL);
-INSERT INTO international VALUES (25,'DataForm',15,'Pretpostavljena vrijednost',1059206986,NULL);
-INSERT INTO international VALUES (24,'DataForm',15,'Moguæe vrijednosti',1059206970,NULL);
-INSERT INTO international VALUES (23,'DataForm',15,'Vrsta',1059206957,NULL);
-INSERT INTO international VALUES (22,'DataForm',15,'Stanje',1059206948,NULL);
-INSERT INTO international VALUES (21,'DataForm',15,'Naziv polja',1059206938,NULL);
-INSERT INTO international VALUES (20,'DataForm',15,'Uredi polje',1059206929,NULL);
-INSERT INTO international VALUES (2,'DataForm',15,'Unesite naslov poruke',1059206917,NULL);
-INSERT INTO international VALUES (19,'DataForm',15,'®elite li doista obrisati ovo polje?',1059206903,NULL);
-INSERT INTO international VALUES (18,'DataForm',15,'Povratak',1059206889,NULL);
-INSERT INTO international VALUES (17,'DataForm',15,'Poruka poslana',1059206875,NULL);
-INSERT INTO international VALUES (16,'DataForm',15,'Potvrda',1059206863,NULL);
-INSERT INTO international VALUES (14,'DataForm',15,'Naslov',1059206852,NULL);
-INSERT INTO international VALUES (13,'DataForm',15,'Bcc',1059206843,NULL);
-INSERT INTO international VALUES (12,'DataForm',15,'Cc',1059206835,NULL);
-INSERT INTO international VALUES (11,'DataForm',15,'Za',1059206822,NULL);
-INSERT INTO international VALUES (10,'DataForm',15,'Od',1059206815,NULL);
-INSERT INTO international VALUES (1,'DataForm',15,'Formular',1059206806,NULL);
-INSERT INTO international VALUES (8,'Auth/SMB',15,'NT korisnièko ime',1059206787,NULL);
-INSERT INTO international VALUES (9,'Auth/SMB',15,'NT lozinka',1059206773,NULL);
-INSERT INTO international VALUES (7,'Auth/SMB',15,'NT domena',1059206753,NULL);
-INSERT INTO international VALUES (6,'Auth/SMB',15,'BDC',1059206744,NULL);
-INSERT INTO international VALUES (5,'Auth/SMB',15,'PDC',1059206736,NULL);
-INSERT INTO international VALUES (4,'Auth/SMB',15,'SMB gre¹ka kod logiranja (3)\r\nUnijeli ste pogre¹nu kombinaciju korisnièkog imena i lozinke. Poku¹ajte ponovno.',1059206726,NULL);
-INSERT INTO international VALUES (3,'Auth/SMB',15,'SMB gre¹ka u protokolu (2)\r\nMolimo, obratite se administratoru.',1059206689,NULL);
-INSERT INTO international VALUES (2,'Auth/SMB',15,'Pogre¹ka na SMB poslu¾itelju (1)\r\nDo¹lo je do pote¹koæa prilikom pristupa domenskom kontroleru. Moguæe je da je isteklo vrijeme konekcije. Molimo poku¹ajte ponovno ili se obratite administratoru.',1059206669,NULL);
-INSERT INTO international VALUES (1,'Auth/SMB',15,'SMB opcije za autentifikaciju',1059206610,NULL);
-INSERT INTO international VALUES (9,'Auth/LDAP',15,'Korisnièki RDN',1059206594,NULL);
-INSERT INTO international VALUES (8,'Auth/LDAP',15,'LDAP naziv lozinke',1059206579,NULL);
-INSERT INTO international VALUES (7,'Auth/LDAP',15,'LDAP naziv identiteta',1059206565,NULL);
-INSERT INTO international VALUES (6,'Auth/LDAP',15,'LDAP identitet (pretpostavljena vrijednost)',1059206548,NULL);
-INSERT INTO international VALUES (5,'Auth/LDAP',15,'URL LDAP servera (pretpostavljena vrijednost)',1059206530,NULL);
-INSERT INTO international VALUES (4,'Auth/LDAP',15,'DN za spajanje',1059206507,NULL);
-INSERT INTO international VALUES (3,'Auth/LDAP',15,'URL LDAP servera',1059206492,NULL);
-INSERT INTO international VALUES (2,'Auth/LDAP',15,'Spajanje na LDAP server nije moguæe.',1059206479,NULL);
-INSERT INTO international VALUES (1,'Auth/LDAP',15,'LDAP opcije za autentifikaciju',1059206455,NULL);
-INSERT INTO international VALUES (91,'USS',15,'URL',1059196350,NULL);
-INSERT INTO international VALUES (92,'USS',15,'Otvori u novom prozoru?',1059196270,NULL);
-INSERT INTO international VALUES (89,'USS',15,'Dodaj novi link',1059196257,NULL);
-INSERT INTO international VALUES (90,'USS',15,'Uredi link',1059196246,NULL);
-INSERT INTO international VALUES (73,'MessageBoard',15,'Predlo¾ak za oglasnu ploèu',1059196193,NULL);
-INSERT INTO international VALUES (61,'MessageBoard',15,'Oglasna ploèa, Dodaj/uredi',1059196163,NULL);
-INSERT INTO international VALUES (6,'MessageBoard',15,'Uredi oglasnu ploèu',1059196145,NULL);
-INSERT INTO international VALUES (1019,'WebGUI',1,'Back to thread list',1065280160,'Return to the list of threads in a discussion.');
-INSERT INTO international VALUES (1017,'WebGUI',15,'Posljednji odgovor',1059196109,NULL);
-INSERT INTO international VALUES (2,'MessageBoard',15,'Oglasna ploèa',1059196096,NULL);
-INSERT INTO international VALUES (1016,'WebGUI',15,'Odgovori',1059196083,NULL);
-INSERT INTO international VALUES (1052,'WebGUI',1,'Edit Replacement',1066418983,'A heading for the edit replacement page. ');
-INSERT INTO international VALUES (84,'USS',15,'Uredi pitanje',1059195874,NULL);
-INSERT INTO international VALUES (1,'WebGUI',15,'Dodaj sadr¾aj...',1059195852,NULL);
-INSERT INTO international VALUES (40,'WebGUI',15,'Va¾na komponenta',1059195821,NULL);
-INSERT INTO international VALUES (4,'WebGUI',15,'Uredi postavke.',1059195809,NULL);
-INSERT INTO international VALUES (86,'WebGUI',15,'Jeste li sigurni da ¾elite obrisati ovu grupu? Ukoliko je obri¹ete, sve dozvole vezane uz nju bit æe takoðer obrisane.',1059195769,NULL);
-INSERT INTO international VALUES (90,'WebGUI',15,'Dodaj novu grupu.',1059195746,NULL);
-INSERT INTO international VALUES (88,'WebGUI',15,'Korisnici u grupi',1059195734,NULL);
-INSERT INTO international VALUES (85,'WebGUI',15,'Opis',1059195656,NULL);
-INSERT INTO international VALUES (89,'WebGUI',15,'Grupe',1059195646,NULL);
-INSERT INTO international VALUES (87,'WebGUI',15,'Uredi grupu',1059195633,NULL);
-INSERT INTO international VALUES (84,'WebGUI',15,'Naziv grupe',1059195620,NULL);
-INSERT INTO international VALUES (829,'WebGUI',15,'Predlo¾ak za stranicu',1059195592,NULL);
-INSERT INTO international VALUES (827,'WebGUI',15,'Predlo¾ak za wobject',1059195577,NULL);
-INSERT INTO international VALUES (825,'WebGUI',15,'Predlo¾ak, jezik',1059195561,NULL);
-INSERT INTO international VALUES (824,'WebGUI',15,'Footer elektronièke poruke',1059195549,NULL);
-INSERT INTO international VALUES (823,'WebGUI',15,'Idi na novu stranicu.',1059195516,NULL);
-INSERT INTO international VALUES (821,'WebGUI',15,'Bilo koji',1059195504,NULL);
-INSERT INTO international VALUES (820,'WebGUI',15,'Va¹ korisnièki raèun nije aktiviran. Stoga do aktivacije ne mo¾ete pristupiti na sustav. Aktivaciju mo¾e obaviti samo administrator.',1059195495,NULL);
-INSERT INTO international VALUES (82,'WebGUI',15,'Administrativne funkcije...',1059195406,NULL);
-INSERT INTO international VALUES (819,'WebGUI',15,'Samoiskljuèeno',1059195392,NULL);
-INSERT INTO international VALUES (818,'WebGUI',15,'Iskljuèeno',1059195379,NULL);
-INSERT INTO international VALUES (817,'WebGUI',15,'Aktivno',1059195362,NULL);
-INSERT INTO international VALUES (816,'WebGUI',15,'Stanje',1059195352,NULL);
-INSERT INTO international VALUES (815,'WebGUI',15,'Datoteka koju ste poku¹ali prenijeti je prevelika.',1059195340,NULL);
-INSERT INTO international VALUES (813,'WebGUI',15,'Grupe u ovoj grupi',1059195307,NULL);
-INSERT INTO international VALUES (812,'WebGUI',15,'Va¹a poruka je poslana.',1059195292,NULL);
-INSERT INTO international VALUES (7,'FileManager',15,'Dozvola pristupa grupi',1059195230,NULL);
-INSERT INTO international VALUES (9,'FileManager',15,'Ureðivaè datoteka',1059194954,NULL);
-INSERT INTO international VALUES (8,'FileManager',15,'Sa¾etak',1059194936,NULL);
-INSERT INTO international VALUES (75,'FileManager',15,'Predlo¾ak za Datoteke',1059194923,NULL);
-INSERT INTO international VALUES (74,'FileManager',15,'Dodaj novu datoteku.',1059194892,NULL);
-INSERT INTO international VALUES (72,'FileManager',15,'Datoteka, Dodaj/uredi',1059194876,NULL);
-INSERT INTO international VALUES (61,'FileManager',15,'Datoteke, Dodaj/uredi',1059194840,NULL);
-INSERT INTO international VALUES (6,'FileManager',15,'Datoteka',1059194826,NULL);
-INSERT INTO international VALUES (5,'FileManager',15,'Naziv datoteke',1059194817,NULL);
-INSERT INTO international VALUES (3,'FileManager',15,'Nastavi s dodavanjem datoteke?',1059194805,NULL);
-INSERT INTO international VALUES (20,'FileManager',15,'Nova stranica nakon',1059194781,NULL);
-INSERT INTO international VALUES (19,'FileManager',15,'Nema raspolo¾ivih datoteka.',1059194769,NULL);
-INSERT INTO international VALUES (18,'FileManager',15,'Varijanta #2',1059194756,NULL);
-INSERT INTO international VALUES (17,'FileManager',15,'Varijanta #1',1059194746,NULL);
-INSERT INTO international VALUES (16,'FileManager',15,'Postavljeno',1059194729,NULL);
-INSERT INTO international VALUES (15,'FileManager',15,'Opis',1059194718,NULL);
-INSERT INTO international VALUES (14,'FileManager',15,'Datoteka',1059194709,NULL);
-INSERT INTO international VALUES (12,'FileManager',15,'Jeste li sigurni da doista ¾elite obrisati datoteku?',1059194697,NULL);
-INSERT INTO international VALUES (11,'FileManager',15,'Dodaj novu datoteku.',1059194676,NULL);
-INSERT INTO international VALUES (10,'FileManager',15,'Uredi datoteku',1059194664,NULL);
-INSERT INTO international VALUES (1,'FileManager',15,'Datoteke',1059194649,NULL);
-INSERT INTO international VALUES (1030,'WebGUI',15,'Uredio',1059194627,NULL);
-INSERT INTO international VALUES (1029,'WebGUI',15,'Ureðeno u ',1059194603,NULL);
-INSERT INTO international VALUES (1025,'WebGUI',15,'Dodaj vrijeme dodavanja?',1059194590,NULL);
-INSERT INTO international VALUES (1024,'WebGUI',15,'Filtriraj poruku',1059194568,NULL);
-INSERT INTO international VALUES (49,'WebGUI',15,'Odjavi se.',1054551843,NULL);
-INSERT INTO international VALUES (48,'WebGUI',15,'Pozdrav, ',1054550870,NULL);
-INSERT INTO international VALUES (52,'WebGUI',15,'prijava',1054550857,NULL);
-INSERT INTO international VALUES (50,'WebGUI',15,'Korisničko ime',1054550842,NULL);
-INSERT INTO international VALUES (51,'WebGUI',15,'Lozinka',1054550775,NULL);
-INSERT INTO international VALUES (9,'WebGUI',15,'Pregledaj clipboard.',1054550618,NULL);
-INSERT INTO international VALUES (80,'DataForm',15,'Predložak za e-mail',1054550597,NULL);
-INSERT INTO international VALUES (1,'Auth/WebGUI',15,'Opcije kod autentifikacije',1054550532,NULL);
-INSERT INTO international VALUES (5,'Auth/WebGUI',15,'Lozinka ne može biti \"password\".',1054550476,NULL);
-INSERT INTO international VALUES (4,'Auth/WebGUI',15,'Lozinka ne može biti prazna.',1054550461,NULL);
-INSERT INTO international VALUES (3,'Auth/WebGUI',15,'Lozinke se ne podudaraju. Pokušajte ponovno.',1054550447,NULL);
-INSERT INTO international VALUES (2,'Auth/WebGUI',15,'Potvrdi lozinku',1054550425,NULL);
-INSERT INTO international VALUES (9,'Article',15,'Privitak',1053837335,NULL);
-INSERT INTO international VALUES (8,'Article',15,'URL linka',1053837325,NULL);
-INSERT INTO international VALUES (7,'Article',15,'Naziv linka',1053837271,NULL);
-INSERT INTO international VALUES (61,'Article',15,'Članak, dodaj/uredi',1053837260,NULL);
-INSERT INTO international VALUES (6,'Article',15,'Slika',1053837248,NULL);
-INSERT INTO international VALUES (4,'Article',15,'Krajnji datum',1053837239,NULL);
-INSERT INTO international VALUES (3,'Article',15,'Početni datum',1053837230,NULL);
-INSERT INTO international VALUES (28,'Article',15,'Pogledaj odgovore',1053837221,NULL);
-INSERT INTO international VALUES (23,'Article',15,'Datum',1053837182,NULL);
-INSERT INTO international VALUES (22,'Article',15,'Autor',1053837174,NULL);
-INSERT INTO international VALUES (12,'Article',15,'Uredi članak',1053837155,NULL);
-INSERT INTO international VALUES (10,'Article',15,'Treba li pretvoriti carriage return?',1053837143,NULL);
-INSERT INTO international VALUES (11,'Article',15,'(Odaberite \"Yes\" samo ukoliko ne dodajete
ručno.)',1053837125,NULL);
-INSERT INTO international VALUES (1,'Article',15,'Članak',1053837097,NULL);
-INSERT INTO international VALUES (999,'WebGUI',13,'Tietokantayhteydet, Poista',1059429731,NULL);
-INSERT INTO international VALUES (998,'WebGUI',13,'Tietokantayhteydet, Lisää/Muokkaa',1059429703,NULL);
-INSERT INTO international VALUES (997,'WebGUI',13,'Tietokantayhteydet, Hallitse',1059429683,NULL);
-INSERT INTO international VALUES (996,'WebGUI',13,'Hallitse tietokantayhteyksiä',1059429664,NULL);
-INSERT INTO international VALUES (994,'WebGUI',13,'Tietokannan käyttäjänimi',1059429647,NULL);
-INSERT INTO international VALUES (995,'WebGUI',13,'Tietokannan salasana',1059429630,NULL);
-INSERT INTO international VALUES (1075,'WebGUI',13,'Tietokantayhteys',1059429361,NULL);
-INSERT INTO international VALUES (98,'EventsCalendar',13,'Nyt!',1059429262,NULL);
-INSERT INTO international VALUES (76,'DataForm',13,'Lisää kenttä.',1059429182,NULL);
-INSERT INTO international VALUES (899,'WebGUI',13,'Hallitse teemoja',1059429144,NULL);
-INSERT INTO international VALUES (906,'WebGUI',13,'Suunnittelijan URL',1059429086,NULL);
-INSERT INTO international VALUES (982,'WebGUI',13,'Lisää tietokantayhteys.',1059429056,NULL);
-INSERT INTO international VALUES (980,'WebGUI',13,'Tyhjennä kansio.',1059429026,NULL);
-INSERT INTO international VALUES (990,'WebGUI',13,'Muokkaa tietokantayhteyttä',1059429001,NULL);
-INSERT INTO international VALUES (12,'HttpProxy',13,'Uudelleenkirjoita URL?',1057410152,NULL);
-INSERT INTO international VALUES (84,'DataForm',13,'Vienti (sarkain erotin).',1056384507,NULL);
-INSERT INTO international VALUES (85,'DataForm',13,'Yksi/rivi',1056384402,NULL);
-INSERT INTO international VALUES (905,'WebGUI',13,'Teeman suunnittelija',1056065463,NULL);
-INSERT INTO international VALUES (936,'WebGUI',13,'Teema, tuo',1056064618,NULL);
-INSERT INTO international VALUES (933,'WebGUI',13,'Teema, muokkaa',1056064431,NULL);
-INSERT INTO international VALUES (929,'WebGUI',13,'Tuo!',1056064382,NULL);
-INSERT INTO international VALUES (928,'WebGUI',13,'Haluatko tuoda tämän teeman?',1056064361,NULL);
-INSERT INTO international VALUES (927,'WebGUI',13,'Tuo teema',1056064042,NULL);
-INSERT INTO international VALUES (926,'WebGUI',13,'Teema on luotu uudemmalla WebGUI:lla kuin tässä järjestelmässä on asennettuna. Järjestelmä pitää päivittää ennen teeman asennusta.',1056064021,NULL);
-INSERT INTO international VALUES (925,'WebGUI',13,'Toinen versio teemasta on jo asennettu. Se pitää poistaa ennen uudelleen asennusta.',1056063925,NULL);
-INSERT INTO international VALUES (924,'WebGUI',13,'Tuo teema.',1056063856,NULL);
-INSERT INTO international VALUES (923,'WebGUI',13,'Teeman versio',1056063829,NULL);
-INSERT INTO international VALUES (922,'WebGUI',13,'Luotu',1056063809,NULL);
-INSERT INTO international VALUES (921,'WebGUI',13,'Teemapaketin tiedosto',1056063776,NULL);
-INSERT INTO international VALUES (919,'WebGUI',13,'Muokkaa tätä teemaa.',1056063725,NULL);
-INSERT INTO international VALUES (918,'WebGUI',13,'Poista tämä teema.',1056063698,NULL);
-INSERT INTO international VALUES (917,'WebGUI',13,'Lisää teeman osa.',1056063667,NULL);
-INSERT INTO international VALUES (916,'WebGUI',13,'Leike',1056063636,NULL);
-INSERT INTO international VALUES (915,'WebGUI',13,'Tiedosto',1056063602,NULL);
-INSERT INTO international VALUES (914,'WebGUI',13,'Kuva',1056063580,NULL);
-INSERT INTO international VALUES (913,'WebGUI',13,'Mallipohja',1056063512,NULL);
-INSERT INTO international VALUES (1085,'WebGUI',1,'Pagination Template Variables',1078243385,NULL);
-INSERT INTO international VALUES (911,'WebGUI',13,'Osa',1056063436,NULL);
-INSERT INTO international VALUES (909,'WebGUI',13,'Lisää teeman osa',1056063395,NULL);
-INSERT INTO international VALUES (908,'WebGUI',13,'Haluatko varmasti poistaa tämän teeman osan?',1056063374,NULL);
-INSERT INTO international VALUES (907,'WebGUI',13,'Haluatko varmasti poistaa tämän teeman?',1056063317,NULL);
-INSERT INTO international VALUES (904,'WebGUI',13,'Teeman nimi',1056063229,NULL);
-INSERT INTO international VALUES (903,'WebGUI',13,'Teeman tunnus',1056063200,NULL);
-INSERT INTO international VALUES (902,'WebGUI',13,'Muokkaa teemaa',1056063168,NULL);
-INSERT INTO international VALUES (901,'WebGUI',13,'Lisää uusi teema.',1056063130,NULL);
-INSERT INTO international VALUES (80,'DataForm',13,'Sähköposti mallipohja',1056061694,NULL);
-INSERT INTO international VALUES (978,'WebGUI',13,'Käyttäjä lisätty.',1056061335,NULL);
-INSERT INTO international VALUES (977,'WebGUI',13,'Toinen pääkäyttäjä?',1056061313,NULL);
-INSERT INTO international VALUES (976,'WebGUI',13,'Lisää käyttäjiä',1056061280,NULL);
-INSERT INTO international VALUES (975,'WebGUI',13,'Käyttäjät voivat poistaa itsensä?',1056061248,NULL);
-INSERT INTO international VALUES (972,'WebGUI',13,'Päiväys ja aika',1056061165,NULL);
-INSERT INTO international VALUES (971,'WebGUI',13,'Aika',1056061146,NULL);
-INSERT INTO international VALUES (970,'WebGUI',13,'aseta aika',1056061128,NULL);
-INSERT INTO international VALUES (969,'WebGUI',13,'Jos tyhjennät leikepöydän, koko sen sisältö siirretään roskikseen.',1056061111,NULL);
-INSERT INTO international VALUES (968,'WebGUI',13,'Leikepöytä, tyhjennä',1056061053,NULL);
-INSERT INTO international VALUES (967,'WebGUI',13,'Tyhjennä järjestelmän roskis.',1056061032,NULL);
-INSERT INTO international VALUES (966,'WebGUI',13,'Haluatko varmasti poistaa pysyvästi tämän roskiksesta?',1056061003,NULL);
-INSERT INTO international VALUES (965,'WebGUI',13,'Hallitse järjestelmän roskista',1056060952,NULL);
-INSERT INTO international VALUES (964,'WebGUI',13,'Hallitse järjestelmän roskista.',1056060928,NULL);
-INSERT INTO international VALUES (963,'WebGUI',13,'Roskiksen päiväys',1056060897,NULL);
-INSERT INTO international VALUES (962,'WebGUI',13,'Hallitse roskista',1056060875,NULL);
-INSERT INTO international VALUES (960,'WebGUI',13,'Roskis, hallitse',1056060846,NULL);
-INSERT INTO international VALUES (957,'WebGUI',13,'Leikepöytä, hallitse',1056060817,NULL);
-INSERT INTO international VALUES (956,'WebGUI',13,'Haluatko varmasti siirtää tämän leikepöydältä roskikseen?',1056060796,NULL);
-INSERT INTO international VALUES (955,'WebGUI',13,'Hallitse järjestelmän leikepöytää',1056060741,NULL);
-INSERT INTO international VALUES (954,'WebGUI',13,'Hallitse järjestelmän leikepöytää.',1056060711,NULL);
-INSERT INTO international VALUES (953,'WebGUI',13,'Edellinen sijainti',1056060681,NULL);
-INSERT INTO international VALUES (952,'WebGUI',13,'Leikepöydän päiväys',1056060661,NULL);
-INSERT INTO international VALUES (950,'WebGUI',13,'Tyhjennä leikepöytä.',1056060631,NULL);
-INSERT INTO international VALUES (948,'WebGUI',13,'Hallitse leikepöytää',1056060603,NULL);
-INSERT INTO international VALUES (947,'WebGUI',13,'Käytä jaettua leikepöytää?',1056060578,NULL);
-INSERT INTO international VALUES (946,'WebGUI',13,'Käytä jaettua roskista?',1056060550,NULL);
-INSERT INTO international VALUES (944,'WebGUI',13,'Postinumero',1056060514,NULL);
-INSERT INTO international VALUES (940,'WebGUI',13,'Avaa uuteen ikkunaan?',1056060457,NULL);
-INSERT INTO international VALUES (938,'WebGUI',13,'Teema, poista',1056060411,NULL);
-INSERT INTO international VALUES (949,'WebGUI',13,'Hallitse leikepöytää.',1056060384,NULL);
-INSERT INTO international VALUES (951,'WebGUI',13,'Haluatko varmasti tyhjentää leikepöydän roskikseen?',1056060360,NULL);
-INSERT INTO international VALUES (959,'WebGUI',13,'Tyhjennä järjestelmän leikepöytä.',1056060306,NULL);
-INSERT INTO international VALUES (931,'WebGUI',13,'Teemat, hallitse',1056060253,NULL);
-INSERT INTO international VALUES (930,'WebGUI',13,'Näytä teema',1056060212,NULL);
-INSERT INTO international VALUES (900,'WebGUI',13,'Hallitse teemoja.',1056060185,NULL);
-INSERT INTO international VALUES (920,'WebGUI',13,'Teeman vienti.',1056060134,NULL);
-INSERT INTO international VALUES (75,'DataForm',13,'Pakollinen\r\nKenttä joka ei voi olla tyhjä.',1056059983,NULL);
-INSERT INTO international VALUES (29,'DataForm',13,'on pakollinen',1056059924,NULL);
-INSERT INTO international VALUES (12,'Poll',5,'Total de Votos:',1062170847,NULL);
-INSERT INTO international VALUES (374,'WebGUI',5,'Gerenciar pacotes',1062168628,NULL);
-INSERT INTO international VALUES (372,'WebGUI',5,'Editar grupo de usuários',1062168607,NULL);
-INSERT INTO international VALUES (371,'WebGUI',5,'Adicionar Grupo',1062168586,NULL);
-INSERT INTO international VALUES (370,'WebGUI',5,'Editar grupo',1062168573,NULL);
-INSERT INTO international VALUES (369,'WebGUI',5,'Data espirada',1062168554,NULL);
-INSERT INTO international VALUES (368,'WebGUI',5,'dicionar um novo grupo para este usuário.',1062168538,NULL);
-INSERT INTO international VALUES (364,'WebGUI',5,'Pesquisar',1062168390,NULL);
-INSERT INTO international VALUES (363,'WebGUI',5,'Posição do modelo da Página',1062168380,NULL);
-INSERT INTO international VALUES (362,'WebGUI',5,'Lado a Lado',1062168361,NULL);
-INSERT INTO international VALUES (361,'WebGUI',5,'Três sobre Um',1062168349,NULL);
-INSERT INTO international VALUES (360,'WebGUI',5,'Um sobre Três',1062168333,NULL);
-INSERT INTO international VALUES (359,'WebGUI',5,'Coluna Direita',1062168280,NULL);
-INSERT INTO international VALUES (358,'WebGUI',5,'Coluna Esquerda',1062168263,NULL);
-INSERT INTO international VALUES (357,'WebGUI',5,'Novidades',1062168249,NULL);
-INSERT INTO international VALUES (356,'WebGUI',5,'Modelo',1062168235,NULL);
-INSERT INTO international VALUES (11,'Product',5,'Numero do Produto',1062168175,NULL);
-INSERT INTO international VALUES (10,'Product',5,'Preço',1062168158,NULL);
-INSERT INTO international VALUES (1,'Product',5,'Produto',1062168150,NULL);
-INSERT INTO international VALUES (72,'Poll',5,'Perguntas Aleatórias?',1062168141,NULL);
-INSERT INTO international VALUES (61,'Poll',5,'Enquete, Adicionar/Editar',1062168072,NULL);
-INSERT INTO international VALUES (11,'Poll',5,'Votar!',1062168003,NULL);
-INSERT INTO international VALUES (73,'MessageBoard',5,'Modelo do campo de Mensagem',1062167987,NULL);
-INSERT INTO international VALUES (61,'MessageBoard',5,'Campo da Mensagem, Adicionar/Editar',1062167932,NULL);
-INSERT INTO international VALUES (1064,'WebGUI',1,'Post a Message',1066580782,'A header for the forum post form.');
-INSERT INTO international VALUES (19,'EventsCalendar',5,'Paginar depois.',1062167083,NULL);
-INSERT INTO international VALUES (1024,'WebGUI',5,'Filtrar Post',1062085787,NULL);
-INSERT INTO international VALUES (4,'Auth/WebGUI',5,'Sua senha não pode ser em branco.',1062085755,NULL);
-INSERT INTO international VALUES (1,'Auth/WebGUI',5,'Opções de Autenticação do WebGUI',1062085718,NULL);
-INSERT INTO international VALUES (1,'Auth/SMB',5,'Opções de Autenticação SMB',1062085643,NULL);
-INSERT INTO international VALUES (1,'Auth/LDAP',5,'Opções De Autenticação LDAP',1062085614,NULL);
-INSERT INTO international VALUES (15,'EventsCalendar',5,'Término',1061981958,NULL);
-INSERT INTO international VALUES (14,'EventsCalendar',5,'Data de Início',1061981932,NULL);
-INSERT INTO international VALUES (72,'Article',5,'Modelo de Artigo',1061981891,NULL);
-INSERT INTO international VALUES (28,'Article',5,'Ver Respostas',1061981843,NULL);
-INSERT INTO international VALUES (23,'Article',5,'Data',1061981834,NULL);
-INSERT INTO international VALUES (61,'Article',5,'Artigo, Adicionar/Editar',1061981822,NULL);
-INSERT INTO international VALUES (24,'Article',5,'Postar Resposta',1061981784,NULL);
-INSERT INTO international VALUES (22,'Article',5,'Autor',1061981732,NULL);
-INSERT INTO international VALUES (9,'WobjectProxy',3,'Gebruik deze beschrijving i.p.v. het orgineel?',1058726241,NULL);
-INSERT INTO international VALUES (8,'WobjectProxy',3,'Gebruik dit schermtitel i.p.v. het orgineel?',1058726214,NULL);
-INSERT INTO international VALUES (999,'WebGUI',3,'Database link, verwijder',1058726161,NULL);
-INSERT INTO international VALUES (998,'WebGUI',3,'Databaselink, voeg toe/bewerk',1058726150,NULL);
-INSERT INTO international VALUES (997,'WebGUI',3,'Databaselinks, beheer',1058726133,NULL);
-INSERT INTO international VALUES (996,'WebGUI',3,'Beheer databaselinks',1058726120,NULL);
-INSERT INTO international VALUES (995,'WebGUI',3,'Database wachtwoord',1058726109,NULL);
-INSERT INTO international VALUES (994,'WebGUI',3,'Database gebruiker',1058726099,NULL);
-INSERT INTO international VALUES (993,'WebGUI',3,'DSN',1058726088,NULL);
-INSERT INTO international VALUES (992,'WebGUI',3,'Titel',1058726080,NULL);
-INSERT INTO international VALUES (991,'WebGUI',3,'Databaselink ID',1058726070,NULL);
-INSERT INTO international VALUES (990,'WebGUI',3,'Bewerk databaselink',1058726059,NULL);
-INSERT INTO international VALUES (989,'WebGUI',3,'Op de pagina',1058726047,NULL);
-INSERT INTO international VALUES (988,'WebGUI',3,'Weet u zeker dat u deze databaselink wilt verwijderen? De volgende onderdelen gebruiken deze link en zullen na verwijdering niet meer werken:',1058726033,NULL);
-INSERT INTO international VALUES (987,'WebGUI',3,'Verwijder databaselink',1058725979,NULL);
-INSERT INTO international VALUES (986,'WebGUI',3,'Terug naar de databaselinks.',1058725968,NULL);
-INSERT INTO international VALUES (985,'WebGUI',3,'Verwijder deze databaselink.',1058725954,NULL);
-INSERT INTO international VALUES (984,'WebGUI',3,'Kopieer deze databaselink.',1058725935,NULL);
-INSERT INTO international VALUES (983,'WebGUI',3,'Bewerk deze databaselink.',1058725920,NULL);
-INSERT INTO international VALUES (982,'WebGUI',3,'Voeg een databaselink toe.',1058725906,NULL);
-INSERT INTO international VALUES (980,'WebGUI',3,'Leeg deze map.',1058725879,NULL);
-INSERT INTO international VALUES (979,'WebGUI',3,'Weet u zeker dat u alle onderdelen van deze map wilt verwijderen? Ze kunnen niet meer hersteld worden als u ze nu verwijdert. Onderdelen van de onderliggende mappen worden niet verwijderd.',1058725861,NULL);
-INSERT INTO international VALUES (1003,'WebGUI',3,'Wobject privileges?',1058725777,NULL);
-INSERT INTO international VALUES (1002,'WebGUI',3,'Als u een databaselink verwijdert zullen alle SQL rapporten die daar gebruik van maken niet meer werken. Een lijst met alle rapporten die hier last van zullen hebben wordt weergegeven in het bevestigingsscherm.
\r\n
\r\nZoals gebruikelijk met verwijderacties, krijgt u nog de vraag of u het zeker weet. Indien u voor ja kiest is er geen weg meer terug. Door op nee te klikken gaat u een scherm terug.',1058725721,NULL);
-INSERT INTO international VALUES (1001,'WebGUI',3,'
\r\nEen database link bestaat uit de volgende velden.\r\n
\r\n\r\nTitel
\r\nEen titel voor de database link\r\n
\r\n\r\nDSN
\r\nData Source Name wordt door Perl gebruikt om de de locatie van de database aan te geven.\r\nIn het volgende formaat:\r\n[driver]:[database naam]:[host].
\r\n\r\n
\r\n\r\n\r\nVoorbeeld: DBI:mysql:WebGUI:localhost\r\n
\r\n\r\nHier zijn een aantal voorbeelden voor andere database:\r\n
\r\nOracle:\r\n
\r\nDatabase gebruiker
\r\nDe database gebruikersnaam die gebruikt wordt voor de DSN connectie.\r\n
\r\n\r\n\r\nDatabase wachtwoord
\r\nHet database wachtwoord dat gebruikt wordt voor de DSN connectie.\r\n
\r\nDatabaselinks zorgen ervoor dat een WebGUI administrator gebruik kan maken van veelgebruikte databases. Hierdoor hoeven gebruikers van het SQL rapport niet het DSN, user en password in te vullen.
\r\n
\r\nPas op! Door het gebruik van databaselinks krijgen content beheerders toegang tot deze databases. Weliswaar krijgen ze niet de DSN, naam en password informatie te zien, maar ze kunnen wel naar believen SQL commando\'s op deze databases uitvoeren.
\r\n\r\nchannel.title
\r\nDe titel van dit stuk syndicated content.\r\n
\r\n\r\nchannel.description
\r\nEen beschrijving van de content beschikbaar via dit kanaal.\r\n
\r\n\r\nchannel.link
\r\nEen URL die terugverwijst naar de site van dit kanaal.\r\n
\r\n\r\nitem_loop
\r\nEen loop met de gegevens van dit kanaal.\r\nA loop containing the data from this channel.\r\n
\r\n\r\ntitle
\r\nDe titel van een gedeelte van de content.\r\n\r\n\r\ndescription
\r\nDe beschrijving van de content.\r\n\r\n\r\nlink\r\nEen URL direct naar de orginele content.',1056310030,NULL); -INSERT INTO international VALUES (72,'SyndicatedContent',3,'Syndicated Content sjabloon',1056309834,NULL); -INSERT INTO international VALUES (89,'DataForm',3,'De volgende variabelen zijn beschikbaar voor het gegevensformulier lijst sjabloon:\r\n
\r\n\r\nback.url
\r\nDe URL om terug te gaan naar de gegevensinvoerpagina van dit gegevensformulier.\r\n\r\n\r\nback.label
\r\nHet standaard label van back.url.\r\n\r\n\r\nfield_loop
\r\nEen loop met informatie over de velden in dit gegevensformulier.\r\n\r\n\r\nfield.name
\r\nDe webveilige naam van dit veld.\r\n\r\n\r\nfield.label
\r\nHet leesbare label voor dit veld.\r\n\r\n\r\nfield.id
\r\nEen unieke id voor dit veld in de database.\r\n\r\n\r\nfield.isMailField
\r\nBepaalt of dit veld bestaat voor het mail subsysteem van het gegevensformulier.\r\n\r\n\r\nfield.type
\r\nHet gegevenstype dat bij dit veld hoort.\r\n\r\n\r\n
\n blockquote>\r\n\r\nrecord_loop
\r\nEen loop met die record invoer bevat van dit gegevensformulier.\r\n\r\n\r\n
\r\n\r\nrecord.entryId
\r\nEen uniek ID voor de invoer van deze record.\r\n\r\n\r\nrecord.ipAddress
\r\nHet IP-adres van de gebuiker die deze recor heeft ingevoerd.\r\n\r\n\r\nrecord.edit.url
\r\nDe URL om dit record aan te passen.\r\n\r\n\r\nrecord.username
\r\nDe gerbruikersnaam van de persoon die deze record heeft ingevoerd.\r\n\r\n\r\nrecord.userId
\r\nHet gebruikers ID van de persoon die deze record heeft ingevoerd.\r\n\r\n\r\nrecord.submissionDate.epoch
\r\nDe datum in epochformaat voor de invoer van dit record.\r\n\r\n\r\nrecord.submissionDate.human
\r\nDe datum van deze recordinvoer in een normaal leesbaar formaat, zoals in de voorkeuren is ingevoerd voor deze gebruiker.\r\n\r\n\r\nrecord.data_loop
\r\nEen l\n oop met de gegevens die door deze gebruiker zijn ingevoerd voor elk veld van dit gegevensformulier.\r\n\r\n\r\n
\r\n\r\nrecord.data.value\r\n
\r\nDe waarde zoals ingevoerd door de gebruiker voor dit veld in deze recordinvoer.\r\n\r\n\r\nrecord.data.name
\r\nDe webveilige naam van dit veld.\r\n\r\n\r\nrecord.data.label
\r\nDe normaal leesbare label voor dit veld.\r\n\r\n\r\nrecord.data.isMailField
',1056309770,NULL); -INSERT INTO international VALUES (83,'DataForm',3,'De volgende sjabloon variabelen zijn beschikbaar voor Data Formulier Sjablonen\r\n
\r\nBepaalt of dit veld bestaat voor het mail subsysteem van dit gegevensformulier.\r\n\r\n\r\nacknowledgement
\r\nDe erkenning (acknowledgement) zoals gespecificeerd in een wobjects eigenschappen. Dit bericht behoort weergegeven te worden als een gebruiker gegevens invoert.\r\n\r\nexport.tab.url
\r\nAls op deze URL geklikt wordt worden de gegevevens die zijn opgeslagen in dit dataformulier geëxporteerd als een zogenaamde tab delimited file.\r\n\r\n\r\nexport.tab.label
\r\nHet standaard label van de export.tab.url variabele.\r\n\r\n\r\nentryList.url
\r\nOp deze link klikken laat de volledige lijst van ingevoerde records in dit dataformulier zien.\r\n\r\n\r\nentryList.label
\r\nHet standaard labe voor de entryList.url variabele.\r\n\r\n\r\ncanEdit\r\nDit bepaalt of de huidige\n gebruiker het recht heeft om een bestaande invoer bewerken of de gegevens van het formulier te exporteren.\r\n
\r\n\r\nback.url
\r\nEen url dat u terug brengt naar de standaard pagina in dit formulier.\r\n\r\n\r\nback.label
\r\nHet standaard label voor de back.url variabele. \r\n\r\n\r\nusername*
\r\nDe gebruikersnaam van de gebruiker die de gegevens heeft ingevoerd.\r\n\r\n\r\nuserId*
\r\nHet gebruikers ID van de gebruiker die de gegevens heeft ingevoerd.\r\n\r\n\r\ndate*
\r\nDe datum dat deze gegevens zijn ingevoerd of voor het laatst zijn ververst in het door de gebuiker geprefereerde datum/tijd formaat.\r\n\r\n\r\n\r\nepoch*
\r\nDe datum dat deze gegevens zijn ingevoerd of voor het laatst zijn ververst in een epoch formaat.\r\n\r\n\r\nipAddress*
\r\nHet IP-adres van de gebruiker dat de gegevens heeft ingevoerd.\r\n\r\n\r\nedit.url*
\r\nD\n e URL van de pagina om deze invoer te bewerken.\r\n\r\n\r\nerror_loop*
\r\nEen \'loop\' die fout informatie bevat, bijvoorbeeld als iemand een verplicht veld niet heeft ingevuld.\r\n\r\n\r\n
\r\n\r\nerror.message*\r\n\r\naddField.url
\r\nEen foutmelding die aangeeft wat de gebruiker mogelijk fout heeft gedaan.\r\n\r\n
\r\nDe URL die door content managers wordt gebruikt om een nieuw veld aan het formulier toe te voegen.\r\n\r\n\r\naddField.label
\r\nHet standaard labele voor de addField.url variabele.\r\n\r\n\r\nform.start
\r\nHet begin van het formulier.\r\n\r\n\r\nfield_loop
\r\nEen loop met al de veld informatie.\r\n\r\n\r\n
\r\n\r\nfield.form\r\n\r\nform.send
\r\nHet formulier element voor dit veld.\r\n\r\n\r\nfield.name
\r\nDe naam van dit veld.\r\n\r\n\r\nfield.value
\r\nDe waarde van dit veld. Als dit nieuwe\n dat is dan wordt hier de standaard waarde gebruikt.\r\n\r\n\r\nfield.label
\r\nDe tekst label voor dit veld.\r\n\r\n\r\nfield.isHidden
\r\nDit bepaalt of dit veld verborgen behoort te zijn.\r\n\r\n\r\nfield.isDisplayed
\r\nBepaalt of dit veld weergegeven behoort te worden.\r\n\r\n\r\nfield.isEditable
\r\nBepaalt of dit veld te bewerken is.\r\n\r\n\r\nfield.isRequired
\r\nBepaalt of dit veld verplicht is.\r\n\r\n\r\nfield.isMailField
\r\nBepaalt of dit veld alleen aanwezig is om het mogelijk te maken een email te versturen.\r\n\r\n\r\n\r\nfield.subtext
\r\nEen beschrijving van het veld, om gebruikers te laten weten wat ze in dit veld behoren in te vullen.\r\n\r\n\r\nfield.controls
\r\nWebGUI\'s beheerders mogelijkheden voor dit veld.\r\n\r\n\r\n
\r\nEen forumulier knop met het woordb \"send\n \" erin.\r\n\r\n\r\nform.save\r\nEen formulierknop met het woord \"save\" erin.\r\n
\r\n\r\nform.end
\r\nHet einde van het formulier.\r\n\r\n\r\n*Alleen beschikbaar als de gebuiker het formulier al heeft ingevoerd.',1056308952,NULL); -INSERT INTO international VALUES (897,'WebGUI/Profile',3,'Bewerkbaar?',1056217905,NULL); -INSERT INTO international VALUES (978,'WebGUI',3,'Gebruiker is toegevoegd.',1056217864,NULL); -INSERT INTO international VALUES (977,'WebGUI',3,'Is een tweede beheerder?',1056217827,NULL); -INSERT INTO international VALUES (976,'WebGUI',3,'Voeg gebruikers toe',1056217746,NULL); -INSERT INTO international VALUES (974,'WebGUI',3,'Mogen gebruikers zelf een account aanmaken?',1056217678,NULL); -INSERT INTO international VALUES (975,'WebGUI',3,'Mogen gebruikers hun eigen account verwijderen?',1056217594,NULL); -INSERT INTO international VALUES (973,'WebGUI',3,'Indien \'geproxied\', het IP adres van de echte eindgebruiker gebruiken?',1056217502,NULL); -INSERT INTO international VALUES (972,'WebGUI',3,'Datum en tijd',1056217415,NULL); -INSERT INTO international VALUES (971,'WebGUI',3,'Tijd',1056217385,NULL); -INSERT INTO international VALUES (970,'WebGUI',3,'wijzig de tijd',1056217359,NULL); -INSERT INTO international VALUES (969,'WebGUI',3,'Als u ervoor kiest het klembord te legen, worden alle objecten in het klembord in de prullenbak gegooid.',1056217315,NULL); -INSERT INTO international VALUES (968,'WebGUI',3,'Klembord, leeg',1056217257,NULL); -INSERT INTO international VALUES (967,'WebGUI',3,'Leeg systeem prullenbak.',1056217226,NULL); -INSERT INTO international VALUES (966,'WebGUI',3,'Weet u zeker dat u dit object permanent wilt verwijderen?',1056217191,NULL); -INSERT INTO international VALUES (965,'WebGUI',3,'Beheer systeem prullenbak',1056217139,NULL); -INSERT INTO international VALUES (964,'WebGUI',3,'Beheer systeem prullenbak.',1056217108,NULL); -INSERT INTO international VALUES (963,'WebGUI',3,'Prullenbak datum',1056217080,NULL); -INSERT INTO international VALUES (962,'WebGUI',3,'Beheer prullenbak',1056217043,NULL); -INSERT INTO international VALUES (961,'WebGUI',3,'De prullenbak is een special systeem locatie waar verwijderde inhoud tijdelijk wordt bewaard.\r\nObjecten in de prullenbak kunnen individueel worden beheerd. \r\nU kunt een object in het klembord plaatsen of permanent verwijderen door op het juiste icoontje te klikken.\r\n\r\nU kunt ook alle objecten permanente verwijderen door uit het menu \'Leeg prullenbak\' te selecteren. \r\n\r\n
Title
\r\n\r\nThe name of the item in the trash. You may view the item by selecting the title.\r\nType
\r\nHet type van de inhoud. Bijvoorbeeld een pagina, een artikel, een evenementenkalender enz.\r\n\r\n\r\nPrullenbak datum
\r\nDe datum en tijd dat een object is toegevoegd aan de prullenbak.\r\nVorige locatie
\r\nDe locatie waar een object zich voorheen bevond. \r\nU kunt de vorige locatie bekijken door de locatie te selecte\n ren.\r\n\r\nGebruikersnaam
',1056217007,NULL); -INSERT INTO international VALUES (960,'WebGUI',3,'Prullenbak, beheer',1056216490,NULL); -INSERT INTO international VALUES (959,'WebGUI',3,'Leeg systeem klembord.',1056216451,NULL); -INSERT INTO international VALUES (952,'WebGUI',3,'Klembord datum',1056216403,NULL); -INSERT INTO international VALUES (958,'WebGUI',3,'Het klembord is een speciale systeemlocatie waar u tijdelijk content knipt of kopieert zodat het later op een andere locatie geplaatst (geplakt) kan worden.\r\n
\r\n\r\nDe gebruikersnaam van degene die het object in het klembord heeft geplaatst. \r\nDit optionele veld is alleen zichtbaar als er gebruik wordt gemaakt van een gedeeld klembord of wanneer een beheerder het systeemklemboord beheerd.\r\n\r\nDe klembord inhoud kan individueel worden beheerd. U kunt een object verwijderen of plakken door op het juiste icoontje (plaatje) te klikken.\r\nU kunt ook de volledige inhoud van het klembord in de prullenbak gooien door in het menu te kiezen voor \'Leeg klembord\'. \r\n\r\n
Titel
\r\nDe naam van het object in het klembord. U kunt het object bekijken door de titel te selecteren.\r\n\r\nType
\r\nHet type van de content/inhoud. Bij voorbeeld: een pagina, een artikel, een evenementenkalender enz.\r\n\r\nKlembord datum
\r\nDe datum en tijd dat het object aan het klembord was toegevoegd.\r\n\r\nVorige locatie
\r\nDe locatie waar voorheen het o\n bject was te vinden. U kunt de vorige locatie bekijken door de locatie te selecteren. \r\n\r\nGebruikersnaam
',1056216355,NULL); -INSERT INTO international VALUES (957,'WebGUI',3,'Klembord, beheer',1056215693,NULL); -INSERT INTO international VALUES (956,'WebGUI',3,'Weet u zeker dat u dit object van het klembord in de prullenbak wilt gooien?',1056215670,NULL); -INSERT INTO international VALUES (955,'WebGUI',3,'Beheer systeemklembord',1056215583,NULL); -INSERT INTO international VALUES (954,'WebGUI',3,'Beheer systeemklembord.',1056215548,NULL); -INSERT INTO international VALUES (953,'WebGUI',3,'Vorige locatie',1056215512,NULL); -INSERT INTO international VALUES (951,'WebGUI',3,'Weet u zeker dat u de inhoud van het klembord in de prullenbak wilt gooien?',1056215461,NULL); -INSERT INTO international VALUES (950,'WebGUI',3,'Leeg klembord.',1056215405,NULL); -INSERT INTO international VALUES (949,'WebGUI',3,'Beheer klembord',1056215361,NULL); -INSERT INTO international VALUES (948,'WebGUI',3,'Beheer klembord',1056215309,NULL); -INSERT INTO international VALUES (947,'WebGUI',3,'Gedeeld klembord gebruiken?',1056215164,NULL); -INSERT INTO international VALUES (946,'WebGUI',3,'Gedeelde prullenbak?',1056215115,NULL); -INSERT INTO international VALUES (945,'WebGUI',3,'Scratch filter',1056215047,NULL); -INSERT INTO international VALUES (944,'WebGUI',3,'Postcode',1056214941,NULL); -INSERT INTO international VALUES (943,'WebGUI',3,'Checkbox',1056214891,NULL); -INSERT INTO international VALUES (942,'WebGUI',3,'Radioknoppen lijst',1056214869,NULL); -INSERT INTO international VALUES (941,'WebGUI',3,'Checkbox lijst',1056214825,NULL); -INSERT INTO international VALUES (940,'WebGUI',3,'In een nieuw venster openen?',1056214772,NULL); -INSERT INTO international VALUES (939,'WebGUI',3,'Als u een thema verwijdert dat u heeft gemaakt, verwijdert u enkel de basiseigenschappen van dit thema.\r\nAls u echter een thema verwijdert dat u heeft geïmporteerd, verwijdert u ook al de componenten (stijlen, sjablone, collateral) die hier bij horen.\r\nWees dus zeker dat u geen van deze componenten nog in gebruik heeft voordat u een thema verwijdert. \r\n',1056214727,NULL); -INSERT INTO international VALUES (938,'WebGUI',3,'Thema, verwijder',1056214504,NULL); -INSERT INTO international VALUES (937,'WebGUI',3,'Om een thema te importeren heeft u een thema bestand nodig dat is geëxporteerd door een andere WebGUI site.\r\nSelecteer het bestand op uw harde schijf en klik op de \"Importeer\" knop. Dan krijgt u nog een bevestigingsvraag, waarin\r\nu gevraagd wordt of dit het thema is dat u wilt importeren. Als u het ermee eens bent klikt u op de \"Importeer\" knop en het nieuwe thema is beschikbaar.\r\nU kunt vanaf nu dit thema op uw site gebruiken, net als elk ander thema, stijl, sjabloon of collateral gegevens.
\r\nDe gebruikersnaam van degene die het object in het klembord heeft geplaatst. \r\nDit optionele veld is alleen zichtbaar als er gebruik wordt gemaakt van een gedeeld klembord of wanneer een beheerder het systeemklemboord beheerd..\r\n\r\nU kunt een thema niet twee keer importeren. Als u een nieuwere versie van dit thema wilt installeren dient u eerste de oude te\r\nverwijderen. \r\n
\r\nU kunt tevens geen thema installeren van een nieuwere versie van WebGUI dan de versie die zelf gebruikt. \r\nDus als u WebGUI 5.2.4 gebruikt en het thema is gemaakt met WebGUI 6.0.0. kunt u dat thema niet\n installeren totdat u zelf uw\r\nversie heeft vernieuwd tot minimaal WebGUI 6.0.0.
',1056214431,NULL); -INSERT INTO international VALUES (936,'WebGUI',3,'Thema, importeer',1056213854,NULL); -INSERT INTO international VALUES (935,'WebGUI',3,'Het bestand dat heeft geupload is geen correct themabestand.',1056213828,NULL); -INSERT INTO international VALUES (934,'WebGUI',3,'Het maken en bewerken van themas is vrij eenvoudig. Eerst dient u een paar basiseigenschappen voor het thema opgeven.\r\nVervolgens start u met het toevoegen van componenten aan het thema. \r\n\r\nDe basis eigenschappen van een thema kunnen niet veranderd worden, anders dan op de site waar het thema is gemaakt.\r\nDe volgende definities zijn er van de basiseigenschappen van een thema:
\r\nThema ID
\r\nHet unieke ID van dit thema binnen deze WebGUI site. Dit ID zal veranderen als dit thema is geïmporteerd in een andere site.\r\n\r\n\r\nThema naam
\r\nDit is de unieke naam van dit thema. Het moet uniek zijn in elke site waarin dit thema geïmporteerd wordt.\r\nDeze naam verandert niet in alle sites.\r\n\r\nThema ontwerper
\r\nDe naam van de persoon of het bedrijf dat het thema heeft gecreëerd\r\n\r\n\r\n n\r\n\r\nOntwerper URL
\r\n\r\nDe URL van de website van de ontwerper van dit thema. Als u zakelijk WebGUI sites maakt is dit de plaats om reclame voor uw werk te maken.\r\n\r\n\r\n
',1056213741,NULL); -INSERT INTO international VALUES (933,'WebGUI',3,'Thema, bewerk',1056213108,NULL); -INSERT INTO international VALUES (932,'WebGUI',3,'Themas vormen een mechanisme waarmee u snel nieuwe stijlen, sjablonen en collateral in WebGUI kunt importeren. \r\nThemas zijn ook erg handig om items van de ene site naar een andere te verplaatsen.
\r\n\r\nTIP:\r\nAls u een thema maakt, benoem de componenten (stijlen, sjablonen, collateral) die u in dit thema gebruikt dan zodanig dat \r\ndat ze duidelijk bij dit thema horen. Dit is handig omdat gebruikers dan eenvoudig die componenten in de stijl kunnen vinden en het voorkomt problemen door dubbele namen.\r\n
\r\n',1079542954,NULL); -INSERT INTO international VALUES (931,'WebGUI',3,'Themas, beheer',1056212694,NULL); -INSERT INTO international VALUES (930,'WebGUI',3,'Bekijk thema',1056212666,NULL); -INSERT INTO international VALUES (929,'WebGUI',3,'Importeer!',1056212644,NULL); -INSERT INTO international VALUES (928,'WebGUI',3,'Wilt u dit thema importeren?',1056212622,NULL); -INSERT INTO international VALUES (927,'WebGUI',3,'Importeer thema',1056212587,NULL); -INSERT INTO international VALUES (926,'WebGUI',3,'Dit thema is gemaakt met een nieuwere versie van WebGUI dan de versie die op uw systeem is geïnstalleerd. U dient eerst de versie van WebGUI te vernieuwen voordat u deze versie kunt installeren.',1056212559,NULL); -INSERT INTO international VALUES (925,'WebGUI',3,'U heeft al een andere versie van dit thema geïnstalleerd. Die dient u eerst te verwijderen voor u het opnieuw kunt installeren.',1056212440,NULL); -INSERT INTO international VALUES (924,'WebGUI',3,'Importeer een thema.',1056212218,NULL); -INSERT INTO international VALUES (923,'WebGUI',3,'Themaversie',1056212184,NULL); -INSERT INTO international VALUES (922,'WebGUI',3,'Gemaakt met',1056212158,NULL); -INSERT INTO international VALUES (921,'WebGUI',3,'Thema pakketbestand',1056212137,NULL); -INSERT INTO international VALUES (920,'WebGUI',3,'Exporteer dit thema.',1056212001,NULL); -INSERT INTO international VALUES (919,'WebGUI',3,'Bewerk dit thema.',1056211975,NULL); -INSERT INTO international VALUES (918,'WebGUI',3,'Verwijder dit thema.',1056211944,NULL); -INSERT INTO international VALUES (917,'WebGUI',3,'Voeg een thema component toe.',1056211913,NULL); -INSERT INTO international VALUES (916,'WebGUI',3,'Knipsel',1056211880,NULL); -INSERT INTO international VALUES (915,'WebGUI',3,'Bestand',1056211853,NULL); -INSERT INTO international VALUES (914,'WebGUI',3,'Plaatje',1056211833,NULL); -INSERT INTO international VALUES (913,'WebGUI',3,'Sjabloon',1056211783,NULL); -INSERT INTO international VALUES (74,'Poll',3,'De volgende variabelen zijn beschikbaar bij de peiling sjabloon:
\r\n
\r\ncanVote
\r\nEen conditie die aangeeft of de gebruiker het recht heeft te stemmen in deze peiling.\r\n\r\n\r\nquestion
\r\nDe peiling vraag.\r\n\r\n\r\nform.start
\r\nHet begin van het peilingsformulier.\r\n\r\n\r\nanswer_loop
\r\nEen loop die informatie bevat ocer de antwoorden in de peiling.\r\n\r\n\r\n
\r\n\r\nanswer.form\r\n\r\n\r\nform.submit
\r\nRadio button for dit antwoord.\r\n\r\n\r\nanswer.text
\r\nDe tekst van dit antwoord.\r\n\r\n\r\nanswer.number
\r\nHet nummer van dit antwoord (zoals 1, 2, 3 enz.)\r\n\r\n\r\nanswer.graphWidth
\r\nDe breedte van de grafiek van dit antwoord. Het is gebaseerd op een percentage van de totale grootte van de grafiek.\r\n\r\n\r\n\r\n\n answer.percent
\r\nHet percentage van de peiling dat dit antwoord tot zover heeft gekregen.\r\n\r\n\r\nanswer.total
\r\nHet totaal aantal stemmen dat dit antwoord heeft gekregen.\r\n\r\n\r\n\r\n
\r\nDe invoerknop van het formulier van deze peiling.\r\n\r\n\r\nform.end
\r\nHet einde van het formulier van deze peiling.\r\n\r\n\r\nresponses.label
\r\nDe naam (label) voor het totaal aantal reacties. \"Totaal stemmen\"\r\n\r\n\r\nresponses.total
\r\nHet totaal van het aantal stemmen die zijn uitgebracht in deze stemming.\r\n\r\n\r\n
',1056211690,NULL); -INSERT INTO international VALUES (73,'Poll',3,'Peiling sjabloon',1056206572,NULL); -INSERT INTO international VALUES (9,'HttpProxy',3,'Cookie verzameling',1056206434,NULL); -INSERT INTO international VALUES (8,'HttpProxy',3,'Volg redirects?',1056206319,NULL); -INSERT INTO international VALUES (6,'HttpProxy',3,'Verwijder stijl?',1056206288,NULL); -INSERT INTO international VALUES (5,'HttpProxy',3,'Staat u proxying naar andere domeinen toe?',1056206257,NULL); -INSERT INTO international VALUES (4,'HttpProxy',3,'Timeout',1056206198,NULL); -INSERT INTO international VALUES (3,'HttpProxy',3,'HTTP Proxy',1056206185,NULL); -INSERT INTO international VALUES (2,'HttpProxy',3,'Bewerk HTTP Proxy',1056206145,NULL); -INSERT INTO international VALUES (11,'HttpProxy',3,'Het HTTP Proxy Wobject is een krachtige module. Het staat u toe om andere websites en webapplicaties in uw eigen site op te nemen. Als u bijvoorbeeld een webemail systeem heeft waarvan u wilt dat uw medewerkers dit kunnen bereiken via het intranet, dan kunt u daar HTTP Proxy voor gebruiken.
\r\n
\r\nURL
\r\nDe start URL voor de proxy.
\r\n
\r\nVolg redirects?
\r\nSoms is de URL naar een pagina in werkelijkheid een \'redirect\' naar een andere pagina. Wilt u dat de proxy deze \'redirects\' volgt als ze voorkomen?
\r\n
\r\nTimeout
\r\nDe tijd (in seconden) dat WebGUI moet wachten op een verbinding met een externe pagina voordat WebGUI het opgeeft.
\r\n
\r\nVerwijder stijl?
\r\nWilt u de stylesheet van de externe content verwijderen en de stylesheet van uw eigen site gebruiken?
\r\n
\r\nFilter co\n ntent
\r\nKies de mate van HTML filtering die u wilt toepassen op de externe content.
\r\n
\r\nStaat u proxying naar andere domeinen toe?
\r\nAls u bijvoorbeeld een website als Yahoo! proxied, die doorlinkt naar andere domeinen, wilt u dan toestaan dat de gebruikers die links volgen, of moet de proxy dit tegenhouden?
\r\n
',1056206073,NULL); -INSERT INTO international VALUES (10,'HttpProxy',3,'HTTP Proxy, voeg toe/bewerk',1056204303,NULL); -INSERT INTO international VALUES (1,'HttpProxy',3,'URL',1056204257,NULL); -INSERT INTO international VALUES (98,'EventsCalendar',3,'Nu!',1056204228,NULL); -INSERT INTO international VALUES (1030,'WebGUI',3,'door',1056204020,NULL); -INSERT INTO international VALUES (1029,'WebGUI',3,'Bewerkt op',1056204001,NULL); -INSERT INTO international VALUES (1024,'WebGUI',3,'Filter bericht',1056203937,NULL); -INSERT INTO international VALUES (911,'WebGUI',3,'Component',1056203864,NULL); -INSERT INTO international VALUES (909,'WebGUI',3,'Voeg thema component toe',1056203810,NULL); -INSERT INTO international VALUES (908,'WebGUI',3,'Weet u zeker dat u dit component van dit thema wilt verwijderen?',1056203773,NULL); -INSERT INTO international VALUES (907,'WebGUI',3,'Weet u zeker dat u dit thema wilt verwijderen?',1056203683,NULL); -INSERT INTO international VALUES (906,'WebGUI',3,'URL ontwerper',1056203590,NULL); -INSERT INTO international VALUES (905,'WebGUI',3,'Thema ontwerper',1056203568,NULL); -INSERT INTO international VALUES (904,'WebGUI',3,'Thema naam',1056203543,NULL); -INSERT INTO international VALUES (903,'WebGUI',3,'ID thema',1056203512,NULL); -INSERT INTO international VALUES (902,'WebGUI',3,'Bewerk thema',1056203471,NULL); -INSERT INTO international VALUES (901,'WebGUI',3,'Voeg een nieuw thema toe.',1056203435,NULL); -INSERT INTO international VALUES (900,'WebGUI',3,'Beheer themas.',1056203402,NULL); -INSERT INTO international VALUES (899,'WebGUI',3,'Beheer themas',1056203324,NULL); -INSERT INTO international VALUES (898,'WebGUI',3,'Site icon',1056203294,NULL); -INSERT INTO international VALUES (897,'WebGUI',3,'Favicon',1056203215,NULL); -INSERT INTO international VALUES (896,'WebGUI',3,'Cache timeout (bezoekers)',1063590479,NULL); -INSERT INTO international VALUES (895,'WebGUI',3,'Cache timeout',1063590468,NULL); -INSERT INTO international VALUES (893,'WebGUI',3,'Wobject eigenschappen',1056203035,NULL); -INSERT INTO international VALUES (892,'WebGUI',3,'Discussie',1056202972,NULL); -INSERT INTO international VALUES (891,'WebGUI',3,'Negeer alleen macros.',1056202946,NULL); -INSERT INTO international VALUES (890,'WebGUI',3,'WebGUI heeft een subsysteem dat tabs kan maken. U komt deze tegen in complexe formulieren zoals pagina aanpassen.
\r\nOm het tabssysteem er goed uit te laten zien in uw site, dient u een sectie toe te voegen aan de stylesheet van de stijl die gebruikt speciaal voor de tabs.
\r\n
\r\nDe volgende stylesheet classes zijn beschikbaar:
\r\n
\r\n.tab
\r\nDe standaarweergave van iedere tab.
\r\n
\r\ndiv.tabs
\r\nDeze stelt ook een aantal eigenschappen in voor alle tabs. Deze class hoort gebruikt te worden voor de tekst labels in de tabs.
\r\n
\r\n\r\n.tabBody
\r\nDe content ruimte voor elke tab. Hierin krijgt u het formulier te zien. Let op: voor het beste resultaat zou de achtergrondkleur van deze class hetzelfde moeten zijn als de achtergrondkleur van .tabActive.
\r\n
\r\n\r\n.tabHover
\r\nHet uiterli\n jk van de tab als de muis boven de tab hangt.
\r\n
\r\n.tabActive
\r\nHet uiterlijk van de tab die nu actief is.
\r\n
\r\n\r\nVoorbeelden.
\r\nU kunt deze gebruiken in plaats van zelf classes maken, of enkel als voorbeelden.
\r\n
\r\nWitte of licht gekleurde stijlen
\r\n
\r\n.tab {
\r\n border: 1px solid black;
\r\n background-color: #eeeeee;
\r\n}
\r\n.tabBody {
\r\n border: 1px solid black;
\r\n border-top: 1px solid black;
\r\n border-left: 1px solid black;
\r\n background-color: #dddddd;
\r\n}
\r\ndiv.tabs {
\r\n line-height: 15px;
\r\n font-size: 14px;
\r\n}
\r\n.tabHover {
\r\n background-color: #cccccc;
\r\n}
\r\n.tabActive {
\r\n background-color: #dddddd;
\r\n
\r\nZwarte of donker gekleurde stijlen
\r\n
\r\n.tab {
\r\n border: 1px solid white;
\r\n background-color: #333333;
\r\n}
\r\n.tabBody {
\r\n \n border: 1px solid white;
\r\n border-top: 1px solid white;
\r\n border-left: 1px solid white;
\r\n background-color: #444444;
\r\n}
\r\ndiv.tabs {
\r\n line-height: 15px;
\r\n font-size: 14px;
\r\n}
\r\n.tabHover {
\r\n background-color: #555555;
\r\n}
\r\n.tabActive {
\r\n background-color: #444444;
\r\n}
\r\n
',1056202708,NULL); -INSERT INTO international VALUES (889,'WebGUI',3,'Style sheets, tabs',1056201567,NULL); -INSERT INTO international VALUES (888,'WebGUI',3,'Knipsel voorbeeld lengte',1056201380,NULL); -INSERT INTO international VALUES (887,'WebGUI',3,'Midas (Mozilla 1.3+)',1056201069,NULL); -INSERT INTO international VALUES (886,'WebGUI',3,'Niet tonen in de navigatie?',1056201036,NULL); -INSERT INTO international VALUES (885,'WebGUI',3,'Toestaan dat gebruikers hun eigen account kunnen verwijderen?',1056200977,NULL); -INSERT INTO international VALUES (884,'WebGUI',3,'Pop-up',1056200928,NULL); -INSERT INTO international VALUES (883,'WebGUI',3,'In de pagina (indien mogelijk)',1056200820,NULL); -INSERT INTO international VALUES (882,'WebGUI',3,'Bewerk stand',1056200773,NULL); -INSERT INTO international VALUES (881,'WebGUI',3,'Geen',1056200714,NULL); -INSERT INTO international VALUES (880,'WebGUI',3,'Editor met minimale mogelijkheden',1056200688,NULL); -INSERT INTO international VALUES (879,'WebGUI',3,'Klassieke editor (Internet Explorer 5+)',1056200507,NULL); -INSERT INTO international VALUES (875,'WebGUI',3,'Een nieuw bericht is geplaatst bij een van de draden waarop u bent geabonneerd.',1078761564,NULL); -INSERT INTO international VALUES (874,'WebGUI',3,'Verwijder mijn abonnement op deze thread',1078499541,NULL); -INSERT INTO international VALUES (873,'WebGUI',3,'schrijf in op deze draad',1078499510,NULL); -INSERT INTO international VALUES (872,'WebGUI',3,'Wie mag bekijken?',1056200052,NULL); -INSERT INTO international VALUES (871,'WebGUI',3,'Wie mag wijzigen?',1056200017,NULL); -INSERT INTO international VALUES (870,'WebGUI',3,'Welkom',1056199892,NULL); -INSERT INTO international VALUES (869,'WebGUI',3,'Welkomstbericht',1056199513,NULL); -INSERT INTO international VALUES (868,'WebGUI',3,'Wilt u een welkomstbericht laten versturen?',1056199478,NULL); -INSERT INTO international VALUES (867,'WebGUI',3,'Verlies van dit recht',1056199381,NULL); -INSERT INTO international VALUES (866,'WebGUI',3,'Bericht van het verlopen',1056199254,NULL); -INSERT INTO international VALUES (865,'WebGUI',3,'Wilt u de gebruiker van het verlopen op de hoogte stellen?',1056199175,NULL); -INSERT INTO international VALUES (862,'WebGUI',3,'Het profiel van deze gebruiker is niet openbaar.',1056198948,NULL); -INSERT INTO international VALUES (861,'WebGUI',3,'Wilt u dat dit profiel voor iedereen zichtbaar is?',1056198623,NULL); -INSERT INTO international VALUES (860,'WebGUI',3,'Wilt u dit email adres voor iedereen zichtbaar maken?',1056198570,NULL); -INSERT INTO international VALUES (859,'WebGUI',3,'Handtekening',1056198510,NULL); -INSERT INTO international VALUES (858,'WebGUI',3,'Alias',1056198496,NULL); -INSERT INTO international VALUES (857,'WebGUI',3,'IP adres',1056198476,NULL); -INSERT INTO international VALUES (88,'DataForm',3,'Data formulier lijst sjabloon',1054040570,NULL); -INSERT INTO international VALUES (87,'DataForm',3,'Lijst sjabloon',1054040552,NULL); -INSERT INTO international VALUES (86,'DataForm',3,'Laat lijst zien.',1054040526,NULL); -INSERT INTO international VALUES (85,'DataForm',3,'Een per regel.',1054040489,NULL); -INSERT INTO international VALUES (84,'DataForm',3,'Exporteer met tab\'s gescheiden.',1054040478,NULL); -INSERT INTO international VALUES (82,'DataForm',3,'Data formulier sjabloon',1054040451,NULL); -INSERT INTO international VALUES (81,'DataForm',3,'Bevestigings sjabloon',1054040289,NULL); -INSERT INTO international VALUES (80,'DataForm',3,'E-mail sjabloon',1054040269,NULL); -INSERT INTO international VALUES (79,'DataForm',3,'Voetnoot',1054040250,NULL); -INSERT INTO international VALUES (77,'DataForm',3,'Label',1054040221,NULL); -INSERT INTO international VALUES (76,'DataForm',3,'Een veld toevoegen.',1054040169,NULL); -INSERT INTO international VALUES (75,'DataForm',3,'Vereist',1054040153,NULL); -INSERT INTO international VALUES (74,'DataForm',3,'Data e-mailen?',1054040141,NULL); -INSERT INTO international VALUES (28,'DataForm',3,'Optioneel voor \'text area\' en \'HTML area\'.',1054040090,NULL); -INSERT INTO international VALUES (27,'DataForm',3,'Hoogte',1054040041,NULL); -INSERT INTO international VALUES (9,'Auth/LDAP',3,'Gebruikers RDN',1054040006,NULL); -INSERT INTO international VALUES (1004,'WebGUI',1,'Cache external groups for how long?',1057208065,NULL); -INSERT INTO international VALUES (1005,'WebGUI',1,'SQL Query',1057208065,NULL); -INSERT INTO international VALUES (622,'WebGUI',1,'See Manage Group for a description of grouping functions and the default groups.\r\n\r\n\r\nGroup Name
\r\nA name for the group. It is best if the name is descriptive so you know what it is at a glance.\r\n\r\n\r\nDescription
\r\nA longer description of the group so that other admins and content managers (or you if you forget) will know what the purpose of this group is.\r\n\r\n\r\nExpire Offset
\r\nThe amount of time that a user will belong to this group before s/he is expired (or removed) from it. This is very useful for membership sites where users have certain privileges for a specific period of time. \r\n\r\nNOTE: This can be overridden on a per-user basis.\r\n
\r\n\r\nNotify user about expiration?
\r\nSet this value to yes if you want WebGUI to contact the user when they are about to be expired from the group.\r\n\r\n\r\nExpire Notification Offset
\r\nThe difference in the number of days from the expiration to the notification. You may set this to any valid integer. For instance, set this to \"0\" if you wish the notification to be sent on the same day that the grouping expires. Set it to \"-7\" if you want the notification to go out 7 days before the grouping expires. Set it to \"7\" if you wish the notification to be sent 7 days after the expiration.\r\n\r\n\r\nExpire Notification Message
\r\nType the message you wish to be sent to the user telling them about the expiration.\r\n\r\n\r\nDelete Offset
\r\nThe difference in the number of days from the expiration to the grouping being deleted from the system. You may set this to any valid integer. For instance, set this to \"0\" if you wish the grouping to be deleted on the same day that the grouping expires. Set it to \"-7\" if you want the grouping to be deleted 7 days before the grouping expires. Set it to \"7\" if you wish the grouping to be deleted 7 days after the expiration.\r\n\r\n\r\nScratch Filter
\r\nA user can be dynamically bound to a group by a scratch variable in their session. Scratch variables can be set programatically, or via the web. To set a scratch variable via the web, tack the following on to the end of any URL:\r\n\r\n?op=setScratch&scratchName=somename&scratchValue=somevalue\r\n
\r\nHaving done that, when a user clicks on that link they will have a scratch variable added to their session with a name of \"www_somename\" and a value of \"somevalue\". The \"www_\" is prepended to prevent web requests from overwriting scratch variables that were set programatically.\r\n
\r\nTo set a scratch filter simply add a line to the scratch filter field that looks like:\r\n
\r\nwww_somename=somevalue\r\n
\r\n\r\nIP Address
\r\nSpecify an IP address or an IP mask to match. If the user\'s IP address matches, they\'ll automatically be included in this group. An IP mask is simply the IP address minus an octet or two. You may also specify multiple IP masks separated by semicolons.\r\n\r\nIP Mask Example: 10.;192.168.;101.42.200.142\r\n
\r\n\r\nKarma Threshold
\r\nIf you\'ve enabled Karma, then you\'ll be able to set this value. Karma Threshold is the amount of karma a user must have to be considered part of this group.\r\n\r\n\r\n\r\nUsers can add themselves?
\r\nDo you wish to let users add themselves to this group? See the GroupAdd macro for more info.\r\n\r\n\r\nUsers can remove themselves?
\r\nDo you wish to let users remove themselves from this group? See the GroupDelete macro for more info.\r\n\r\n\r\nThe following options are recommended only for advanced WebGUI administrators.\r\n
\r\n\r\nDatabase Link
\r\nIf you\'d like to have this group validate users using an external database, choose the database link to use.\r\n\r\n\r\nSQL Query
\r\nMany organizations have external databases that map users to groups; for example an HR database might map Employee ID to Health Care Plan. To validate users against an external database, you need to construct a SQL statement that will return 1 if a user is in the group. Make sure to begin your statement with \"select 1\". You may use macros in this query to access data in a user\'s profile, such as Employee ID. Here is an example that checks a user against a fictional HR database. This assumes you have created an additional profile field called employeeId.
\r\n
\r\nselect 1 from employees, health_plans, empl_plan_map
\r\nwhere employees.employee_id = ^User(\"employeeId\");
\r\nand health_plans.plan_name = \'HMO 1\'
\r\nand employees.employee_id = empl_plan_map.employee_id
\r\nand health_plans.health_plan_id = empl_plan_mp.health_plan_id
\r\n
\r\nThis group could then be named \"Employees in HMO 1\", and would allow you to restrict any page or wobject to only those users who are part of this health plan in the external database.\r\n\r\n\r\nCache external groups for how long?
\r\nLarge sites using external group data will be making many calls to the external database. To help reduce the load, you may select how long you\'d like to cache the results of the external database query within the WebGUI database. More advanced background caching may be included in a future version of WebGUI.',1066651479,NULL); -INSERT INTO international VALUES (1006,'WebGUI',1,'Encrypt Login?',1057208065,NULL); -INSERT INTO international VALUES (81,'Survey',1,'Anonymous responses?',1059069492,NULL); -INSERT INTO international VALUES (7,'SiteMap',1,'Alphabetic?',1057208065,NULL); -INSERT INTO international VALUES (3,'SyndicatedContent',1,'Maximum Number of Headlines',1057208065,NULL); -INSERT INTO international VALUES (90,'DataForm',1,'Delete this entry.',1057208065,NULL); -INSERT INTO international VALUES (1010,'WebGUI',1,'Text',1060433369,'A content type of text.'); -INSERT INTO international VALUES (1011,'WebGUI',1,'Code',1060433339,'A content type of source code.'); -INSERT INTO international VALUES (1009,'WebGUI',1,'HTML',1060433286,'A content type of HTML.'); -INSERT INTO international VALUES (1008,'WebGUI',1,'Mixed Text and HTML',1060433234,'A content type of mixed HTML and text.'); -INSERT INTO international VALUES (1007,'WebGUI',1,'Content Type',1060432032,'The type of content to be posted, like HTML, source code, text, etc.'); -INSERT INTO international VALUES (1013,'WebGUI',1,'Make sticky?',1060434033,'A message indicating whether the moderator wants to make this message stay at the top of the discussion.'); -INSERT INTO international VALUES (1012,'WebGUI',1,'Lock this thread?',1060433963,'A message indicating whether the moderator wants to lock the thread as he posts.'); -INSERT INTO international VALUES (13,'HttpProxy',1,'Search for',1060433963,'A string used as starting point when proxying parts of remote content.'); -INSERT INTO international VALUES (14,'HttpProxy',1,'Stop at',1060433963,'A string used as ending point when proxying parts of remote content.'); -INSERT INTO international VALUES (1056,'WebGUI',1,'Forum Template',1066576831,NULL); -INSERT INTO international VALUES (1057,'WebGUI',1,'The following template variables are available in forum templates.\r\n\r\n\r\ncallback.url
\r\nA url that points to the calling object, such as an article or user submission.\r\n\r\n\r\ncallback.label
\r\nThe default label for callback.url.\r\n\r\n\r\nuser.isVisitor
\r\nA condition indicating whether the user is a visitor.\r\n\r\n\r\nthread.new.url
\r\nThe url to start a new thread.\r\n\r\n\r\nthread.new.label
\r\nThe default label for thread.new.url.\r\n\r\n\r\nforum.search.label
\r\nThe default label for forum.search.url.\r\n\r\n\r\nforum.search.url
\r\nThe url to access the forum search engine.\r\n\r\n\r\n\r\nforum.subscribe.label
\r\nThe default label for forum.subscribe.url.\r\n\r\n\r\nforum.subscribe.url
\r\nThe url to subscribe to this forum.\r\n\r\n\r\nforum.unsubscribe.label
\r\nThe default label for forum.subscribe.url.\r\n\r\n\r\nforum.unsubscribe.url
\r\nThe url to unsubscribe from this forum.\r\n\r\n\r\nuser.isSubscribed
\r\nA condition indicating whether the current user is subscribed to this forum.\r\n\r\n\r\nuser.isModerator
\r\nA condition indicating whether the current user is a moderator for this forum.\r\n\r\n\r\nuser.canPost
\r\nA condition indicating whether the current user has the privileges necessary to post to this forum.\r\n\r\n\r\nthread.sortby.date.url
\r\nA url that will change the sorting options to be sorted by date.\r\n\r\n\r\nthread.sortby.lastreply.url
\r\nA url that will change the sorting options to be sorted by the date of the last reply to the thread.\r\n\r\n\r\nthread.sortby.views.url
\r\nA url that will change the sorting options to be sorted by the number of views each thread has.\r\n\r\n\r\nthread.sortby.replies.url
\r\nA url that will change the sorting options to be sorted by the number of replies a thread has.\r\n\r\n\r\nthread.sortby.rating.url
\r\nA url that will change the sorting options to be sorted by the average rating of each thread.\r\n\r\n\r\nthread.subject.label
\r\nA label for the subject column.\r\n\r\n\r\nthread.date.label
\r\nA label for the date column.\r\n\r\n\r\nthread.user.label
\r\nA label for the author column.\r\n\r\n\r\nthread.views.label
\r\nA label for the views column.\r\n\r\n\r\nthread.replies.label
\r\nA label for the replies column.\r\n\r\n\r\nthread.rating.label
\r\nA label for the rating column.\r\n\r\n\r\nthread.last.label
\r\nA label for the last reply column.\r\n\r\n\r\nfirstpage
\r\nA link to the first page in a multi-page listing.\r\n\r\n\r\nlastpage
\r\nA link to the last page in a multi-page listing.\r\n\r\n\r\nnextpage
\r\nA link to the next page in a multi-page listing.\r\n\r\n\r\npagelist
\r\nA series of links to every page in a multi-page listing.\r\n\r\n\r\npreviouspage
\r\nA link to the previous page in a multi-page listing.\r\n\r\n\r\nmultiplepages
\r\nA condition indicating whether there are multiple pages or not.\r\n\r\n\r\nnumberOfPages
\r\nThe number of pages in a multiple page listing.\r\n\r\n\r\npageNumber
\r\nThe number of the current page in a multi-page listing.\r\n\r\n\r\nthread_loop
\r\nA loop containing all of the thread data.\r\n\r\n\r\n
\r\n\r\nthread.views\r\n',1068919452,NULL); -INSERT INTO international VALUES (1059,'WebGUI',1,'The following are the template variables available in the post template.\r\n
\r\nThe number of views this thread has had.\r\n\r\n\r\nthread.replies
\r\nThe number of replies this thread has had.\r\n\r\n\r\nthread.rating
\r\nThe average rating of all the posts in this thread.\r\n\r\n\r\nthread.rating_loop
\r\n\r\n
\r\nthread.rating_loop.count\r\n\r\nthread.isSticky
\r\nA counter for the rating. This can be used to \"draw\" a rating, such as adding a star for each rating, or some other visual approach.\r\n\r\n
\r\nA condition indicating whether the thread is sticky and hence will appear at the top of the forum listing.\r\n\r\n\r\nthread.isLocked
\r\nA condition indicating whether the thread is locked from new posts.\r\n\r\n\r\nthread.root.subject
\r\nThe subject of the root post in this thread.\r\n\r\n\r\nthread.root.url
\r\nThe url to view the root post.\r\n\r\n\r\nthread.root.epoch
\r\nAn epoch date of the root post.\r\n\r\n\r\nthread.root.date
\r\nA human readable date for the root post.\r\n\r\n\r\nthread.root.time
\r\nA human readable time for the root post.\r\n\r\n\r\nthread.root.user.id
\r\nThe root poster\'s user id.\r\n\r\n\r\nthread.root.user.name
\r\nThe username of the root poster.\r\n\r\n\r\nthread.root.user.profile
\r\nThe url of the root poster\'s profile.\r\n\r\n\r\nthread.root.user.isVisitor
\r\nA condition indicating whether the root poster was a visitor.\r\n\r\n\r\nthread.root.status
\r\nThe status of the root post.\r\n\r\n\r\nthread.last.subject
\r\nThe subject of the last post made to this thread.\r\n\r\n\r\nthread.last.url
\r\nThe url to the last post.\r\n\r\n\r\nthread.last.epoch
\r\nThe post time of the last post represented as an epoch.\r\n\r\n\r\nthread.last.date
\r\nThe human readable date of the last post.\r\n\r\n\r\nthread.last.time
\r\nThe human readable time of the last post.\r\n\r\n\r\nthread.last.user.profile
\r\nThe url of the last posters profile.\r\n\r\n\r\nthread.last.user.id
\r\nThe userId of the last poster.\r\n\r\n\r\nthread.last.user.name
\r\nThe username of the last poster.\r\n\r\n\r\nthread.last.user.isVisitor
\r\nA condition indicating whether the last poster was a visitor.\r\n\r\n\r\nthread.last.status
\r\nThe status of the last post.\r\n\r\n\r\nforum.title
\r\nThe title of this forum as passed by the calling object.\r\n\r\n\r\nforum.description
\r\nThe description of this forum as passed by the calling object.\r\n\r\n\r\n\r\n\r\n
\r\n\r\ncallback.url
\r\nThe url back to the calling object such as an article or user submission.\r\n\r\n\r\ncallback.label
\r\nThe default label for callback.url.\r\n\r\n\r\npost.subject.label
\r\nThe default label for post.subject\r\n\r\n\r\npost.subject
\r\nThe subject of this post.\r\n\r\n\r\npost.message
\r\nThe message of this post.\r\n\r\n\r\nuser.canPost
\r\nA condition indicating whether the current user can post a new message.\r\n\r\n\r\npost.date.value
\r\nA human readable date for this post.\r\n\r\n\r\npost.date.epoch
\r\nThe epoch date for this post.\r\n\r\n\r\npost.time.value
\r\nThe human readable time for this post.\r\n\r\n\r\npost.date.label
\r\nThe default label for post.date.value.\r\n\r\n\r\npost.rating.value
\r\nThe average rating of this post.\r\n\r\n\r\npost.rating.label
\r\nThe default label for post.date.value.\r\n\r\n\r\npost.views.value
\r\nThe number of views for this post.\r\n\r\n\r\npost.views.label
\r\nThe default label for post.views.value.\r\n\r\n\r\npost.status.value
\r\nthe status of this post.\r\n\r\n\r\npost.status.label
\r\nThe default label for post.status.value.\r\n\r\n\r\npost.isLocked
\r\nA condition indicating whether the thread this post is in is locked.\r\n\r\n\r\npost.isModerator
\r\nA condition indicating whether the current user is a moderator.\r\n\r\n\r\npost.canEdit
\r\nA condition indicating whether the current user can edit this post.\r\n\r\n\r\npost.user.isVisitor
\r\nA condition indicating whether the poster was a visitor.\r\n\r\n\r\npost.user.id
\r\nThe userId of the poster.\r\n\r\n\r\npost.user.name
\r\nThe poster\'s username.\r\n\r\n\r\npost.user.profile
\r\nThe url to the poster\'s profile.\r\n\r\n\r\npost.url
\r\nThe url to display this post.\r\n\r\n\r\npost.id
\r\nThe unique id of this post.\r\n\r\n\r\npost.rate.label
\r\nThe default label for post.rate.url.1.\r\n\r\n\r\npost.rate.url.1
\r\nThe url to give this post a rating of 1.\r\n\r\n\r\npost.rate.url.2
\r\nThe url to give this post a rating of 2.\r\n\r\n\r\n\r\npost.rate.url.3
\r\nThe url to give this post a rating of 3.\r\n\r\n\r\n\r\npost.rate.url.4
\r\nThe url to give this post a rating of 4.\r\n\r\n\r\n\r\npost.rate.url.5
\r\nThe url to give this post a rating of 5.\r\n\r\n\r\npost.hasRated
\r\nA condition indicating whether the current user has already rated this post.\r\n\r\n\r\npost.reply.label
\r\nThe default label for post.reply.url.\r\n\r\n\r\npost.reply.url
\r\nThe url to reply to this post.\r\n\r\n\r\npost.reply.withquote.url
\r\nThe url to reply to this post and quote this post in doing so.\r\n\r\n\r\npost.edit.label
\r\nThe default label for post.edit.url.\r\n\r\n\r\npost.edit.url
\r\nThe url to edit this post.\r\n\r\n\r\npost.delete.url
\r\nThe url to delete this post.\r\n\r\n\r\npost.delete.label
\r\nThe default label for post.delete.url.\r\n\r\n\r\npost.approve.label
\r\nThe default label for post.approve.url.\r\n\r\n\r\npost.approve.url
\r\nThe url to approve this post.\r\n\r\n\r\npost.deny.url
\r\nThe url to deny this post.\r\n\r\n\r\npost.deny.label
\r\nThe default label for post.deny.url.\r\n\r\n\r\npost.full
\r\nThe full post rendered using the post template. This would never be used in the post template directly, but is often used in other templates that embed the post template\'s variables.\r\n\r\n\r\nforum.title
\r\nThe title of this forum as passed by the calling object.\r\n\r\n\r\nforum.description
\r\nThe description of this forum as passed by the calling object.\r\n\r\n\r\n\r\n\r\n',1068919407,NULL); -INSERT INTO international VALUES (1058,'WebGUI',1,'Forum Post Template',1066576785,NULL); -INSERT INTO international VALUES (10,'DataForm',4,'De',1065117507,NULL); -INSERT INTO international VALUES (10,'Poll',4,'Poner votos a cero.',1065117377,NULL); -INSERT INTO international VALUES (8,'DataForm',4,'Ancho',1065117141,NULL); -INSERT INTO international VALUES (7,'DataForm',4,'Editar Formulario de Datos',1065117022,NULL); -INSERT INTO international VALUES (6,'DataForm',4,'Modificable',1065116921,NULL); -INSERT INTO international VALUES (4,'DataForm',4,'Oculto',1065116605,NULL); -INSERT INTO international VALUES (18,'Product',4,'Añadir otro accesorio?',1065170806,NULL); -INSERT INTO international VALUES (451,'WebGUI',4,'es necesario.',1065116083,NULL); -INSERT INTO international VALUES (450,'WebGUI',4,'Nombre de Trabajo (Nombre de la Compañía)',1065116074,NULL); -INSERT INTO international VALUES (449,'WebGUI',4,'Información miscelánea',1065116055,NULL); -INSERT INTO international VALUES (447,'WebGUI',4,'Gestionar árbol de páginas.',1065116039,NULL); -INSERT INTO international VALUES (446,'WebGUI',4,'Sitio Web de Trabajo',1065116024,NULL); -INSERT INTO international VALUES (448,'WebGUI',4,'Árbol de Páginas',1065116008,NULL); -INSERT INTO international VALUES (519,'WebGUI',4,'No quiero que se me notifique.',1065115994,NULL); -INSERT INTO international VALUES (88,'DataForm',4,'Listado de Plantillas de Formularios de Datos',1065103187,NULL); -INSERT INTO international VALUES (79,'DataForm',4,'Texto Descriptivo',1065103159,NULL); -INSERT INTO international VALUES (77,'DataForm',4,'Etiqueta',1065103124,NULL); -INSERT INTO international VALUES (80,'DataForm',4,'Plantilla de Correo',1065103115,NULL); -INSERT INTO international VALUES (87,'DataForm',4,'Listado de Plantillas',1065103078,NULL); -INSERT INTO international VALUES (82,'DataForm',4,'Plantilla de Formulario de Datos',1065103033,NULL); -INSERT INTO international VALUES (86,'DataForm',4,'Mostrar todas la entradas.',1065103018,NULL); -INSERT INTO international VALUES (84,'DataForm',4,'Exportar delimitado por tabulaciones.',1065102987,NULL); -INSERT INTO international VALUES (81,'DataForm',4,'Plantilla de Agradecimiento',1065102956,NULL); -INSERT INTO international VALUES (85,'DataForm',4,'Una por línea.',1065102933,NULL); -INSERT INTO international VALUES (91,'WebGUI',4,'Página Anterior',1065120538,NULL); -INSERT INTO international VALUES (76,'DataForm',4,'Añadir un campo.',1065102752,NULL); -INSERT INTO international VALUES (75,'DataForm',4,'Obligatorio',1065102736,NULL); -INSERT INTO international VALUES (74,'DataForm',4,'Enviar datos por correo?',1065102725,NULL); -INSERT INTO international VALUES (73,'DataForm',4,'Enviar',1065102701,NULL); -INSERT INTO international VALUES (62,'DataForm',4,'Campos del Formulario de Datos, Añadir/Editar',1065102669,NULL); -INSERT INTO international VALUES (61,'DataForm',4,'Formulario de Datos, Añadir/Editar',1065102653,NULL); -INSERT INTO international VALUES (5,'DataForm',4,'Visible',1065102629,NULL); -INSERT INTO international VALUES (3,'DataForm',4,'Gracias por su tiempo!',1065102613,NULL); -INSERT INTO international VALUES (29,'DataForm',4,'es obligatorio',1065102570,NULL); -INSERT INTO international VALUES (28,'DataForm',4,'Texto opcional para el área de texto.',1065211119,NULL); -INSERT INTO international VALUES (27,'DataForm',4,'Alto',1065211078,NULL); -INSERT INTO international VALUES (25,'DataForm',4,'Valor(es) por Defecto',1065211045,NULL); -INSERT INTO international VALUES (24,'DataForm',4,'Valores Posibles',1065211014,NULL); -INSERT INTO international VALUES (23,'DataForm',4,'Tipo',1065210986,NULL); -INSERT INTO international VALUES (22,'DataForm',4,'Estado',1065210964,NULL); -INSERT INTO international VALUES (21,'DataForm',4,'Nombre del Campo',1065102475,NULL); -INSERT INTO international VALUES (20,'DataForm',4,'Editar Campo',1065102467,NULL); -INSERT INTO international VALUES (2,'DataForm',4,'Ponga aquí el asunto de su correo',1065102458,NULL); -INSERT INTO international VALUES (19,'DataForm',4,'Está seguro de que quiere borrar este campo?',1065102430,NULL); -INSERT INTO international VALUES (18,'DataForm',4,'Volver!',1065170821,NULL); -INSERT INTO international VALUES (17,'DataForm',4,'Correo Enviado',1065102399,NULL); -INSERT INTO international VALUES (16,'DataForm',4,'Reconocimiento',1065170737,NULL); -INSERT INTO international VALUES (11,'DataForm',4,'Para',1065170342,NULL); -INSERT INTO international VALUES (14,'DataForm',4,'Asunto',1065170686,NULL); -INSERT INTO international VALUES (13,'DataForm',4,'Bcc',1065170591,NULL); -INSERT INTO international VALUES (12,'DataForm',4,'Cc',1065170473,NULL); -INSERT INTO international VALUES (1,'DataForm',4,'Formulario de Datos',1065102222,NULL); -INSERT INTO international VALUES (89,'EventsCalendar',4,'Mostrar 3 meses desde el inicio.',1065012337,NULL); -INSERT INTO international VALUES (86,'EventsCalendar',4,'Mostrar 12 meses desde en inicio.',1065012329,NULL); -INSERT INTO international VALUES (93,'EventsCalendar',4,'Evento Siguiente',1065120505,NULL); -INSERT INTO international VALUES (91,'EventsCalendar',4,'Añadir un nuevo evento.',1065120551,NULL); -INSERT INTO international VALUES (92,'EventsCalendar',4,'Evento Anterior',1065120528,NULL); -INSERT INTO international VALUES (90,'EventsCalendar',4,'Mes por Defecto',1065120561,NULL); -INSERT INTO international VALUES (88,'EventsCalendar',4,'Mostrar 6 meses desde en inicio.',1065011939,NULL); -INSERT INTO international VALUES (87,'EventsCalendar',4,'Mostrar 9 meses desde el inicio.',1065011904,NULL); -INSERT INTO international VALUES (85,'EventsCalendar',4,'Último en el calendario.',1065011872,NULL); -INSERT INTO international VALUES (84,'EventsCalendar',4,'Ultimo Mes',1065011858,NULL); -INSERT INTO international VALUES (83,'EventsCalendar',4,'Primero en el calendario.',1065011830,NULL); -INSERT INTO international VALUES (82,'EventsCalendar',4,'Actual.',1065011816,NULL); -INSERT INTO international VALUES (81,'EventsCalendar',4,'Mes de Inicio',1065011807,NULL); -INSERT INTO international VALUES (73,'Poll',4,'Plantilla de Encuesta',1065004103,NULL); -INSERT INTO international VALUES (72,'Poll',4,'¿Mezclar respuestas?',1065004069,NULL); -INSERT INTO international VALUES (61,'Poll',4,'Encuesta, Añadir/Editar',1065003958,NULL); -INSERT INTO international VALUES (20,'Poll',4,'Karma Por Voto',1065170873,NULL); -INSERT INTO international VALUES (12,'Poll',4,'Votos Totales',1065170443,NULL); -INSERT INTO international VALUES (11,'Poll',4,'Vota!',1065170321,NULL); -INSERT INTO international VALUES (840,'WebGUI',2,'Diese Makros werden verwendet um programmierähnliche Funktionalität einzubauen. Sie sind mächtig, wenn Sie sachgemäss benutzt werden und schädlich/gefährlich, wenn sie unachtsam verwendet werden. Seien Sie also vorsichtig, beim Verwenden dieser Makros. \r\n
Beachte: Diese Makros sind in WebGUI enthalten, um die vielseitige Funktionalität zu demonstrieren. Damit können einfache Web-Applikationen erstellt werden. Standardmässig sind diese Makros deaktiviert, um die Sicherheit Ihrer Seite und des Servers zu gewährleisten. Sie können nur vom Administrator aktiviert werden.
\r\n\r\n\r\n^D; oder ^D(); - Datum\r\n
\r\n
Das aktuelle Datum und die Uhrzeit. \r\n\r\nSie können dies mit den Formatierungssymbolen konfigurieren. Wenn Sie z. B. ein Makro wie ^D("%c %D, %y"); erstellen, wird Ihnen folgendes angezeigt September 26, 2001. Nachfolgend die verfügbaren Formatierungssymbole: \r\n\r\n\r\n\r\n%%\r\n\r\n%\r\n\r\n
\r\n
%y\r\n\r\n4-stelliges Jahr\r\n\r\n
%Y\r\n\r\n2-stelliges Jahr\r\n\r\n
%m\r\n\r\n2-stelliger Monat\r\n\r\n
%M\r\n\r\nvariable Monat\r\n\r\n
%c\r\n\r\nMonatsname\r\n\r\n
%d\r\n\r\n2-stelliger Tag\r\n\r\n
%D\r\n\r\nVariable Tag des Monats\r\n\r\n
%w\r\n\r\nName des Wochentags\r\n\r\n
%h\r\n\r\n2-stellige Uhrzeit (12-Stunden Format)\r\n\r\n
%H\r\n\r\nVariable Uhrzeit (12-Stunden Format)\r\n\r\n
%j\r\n\r\n2-stellige Uhrzeit (24-Stunden Format)\r\n\r\n
%J\r\n\r\nvariable Uhrzeit (24-Stunden Format)
\r\n\r\n%p\r\n\r\nkleingeschrieben am/pm\r\n\r\n
%P\r\n\r\ngrossgeschrieben AM/PM\r\n\r\n
%z\r\n\r\nBenutzerdefiniertes Datums-Format\r\n\r\n
%Z\r\n\r\nBenutzerdefiniertes Zeit-Format\r\n\r\n^Env();\r\n
\r\n
Kann benutzt werden, um eine WebServer Umgebungsvariable auf der Seite anzeigen zu lassen. Diese Umgebungsvariablen sind von WebServer zu WebServer unterschiedlich, aber Sie können Sie die verfügbaren Variablen anzeigen lassen, wenn Sie http://www.ihreWebGUISeite.de/env.pl aufrufen. \r\n\r\nDas Makro wird z. B. wie folgt verwendet ^Env("REMOTE_ADDR"); \r\n\r\n^Execute();\r\n
\r\n
Gibt dem Contentmanager oder Administrator die Möglichkeit, ein externes Programm auszuführen. Beispiel: ^Execute("/verzeichnis/datei.sh");. \r\n\r\n^FormParam();\r\n
\r\n
Dieses Makro wird hauptsächlich benutzt, um dynamische Abfragen in SQL Reports zu erzeugen. Das Benutzen dieses Makros kann z. B. den Wert eines Formularfeldes zurückgeben, in dem Sie einfach den Namen des Formularfeldes einsetzen, wie z. b. ^FormParam("Telefon Nummer"); \r\n\r\n^If();\r\n
\r\n
Eine simple Bedingungsabfrage (IF/THEN/ELSE) um Layout und Nachrichten zu steuern.\r\n\r\nBeispiele:\r\n
\r\n
Zeigt Happy New Year am 1. Januar an: ^If(\'^D("%m%d");\' eq \'0101\' , Happy New Year); \r\n\r\nZeigt eine Nachricht an Leute in Ihrem Subnet an (192.168.1.*):\r\n^If(\'^Env("REMOTE_ADDR");\' =~ /^192.168.1/,"Hi co-worker","Hi Stranger"); \r\n\r\n
\r\nZeigt eine Nachricht an Windows-Benutzer:\r\n^If(\'^Env("HTTP_USER_AGENT");\' =~ /windows/i,"Hey... Linux is free !"); \r\n\r\n
\r\nZeigt eine Nachricht an Benutzer hinter einem Proxy-Server an:\r\n^If(\'^Env("HTTP_VIA");\' ne "", You\'re behind a proxy !, Proxy-free is the best...); \r\n\r\n
\r\nZeigt Guten Morgen/Guten Tag/Guten Abend an:\r\n^If(^D("%J");<=12,Guten Morgen,^If(^D("%J");<=18,Guten Tag, Guten Abend);); \r\n\r\n
\r\n^Include();\r\n
\r\n
Gibt dem Contentmanager oder Administrator die Möglichkeit, eine Datei des lokalen Dateisystems einzubinden \r\n\r\nBeispiel: ^Include("/verzeichnis/seite.html"); \r\n\r\n^International();\r\n
\r\n
Gibt den übersetzten Text vom \'Internationalisierungs-System\' (Übersetzungen) zurück. \r\n\r\nBeispiel: ^International(45,"Article"); Beachte: Es muss die englische Bezeichnung (Article) verwendet werden.\r\n\r\n\r\n^Quote();\r\n
\r\n
Benutzen Sie dies, um einen String abzuschliessen bevor Sie in einer Datenbank-Abfrage benutzen, z.B. ^Quote(suche dieses oder jenes); \r\n\r\n^Page();\r\n
\r\n
Dieses Makro kann verwendet werden, um Informationen der aktuellen Seite zurückzugeben. Zum Beispiel kann es benutzt werden, um die Seiten-URL anzuzeigen: ^Page("urlizedTitle"); oder um einen Menutitel zu erhalten: ^Page("menuTitle");. \r\n\r\n^SQL();\r\n
\r\n
Ein einzeiliger SQL Report. Manchmal ist es erforderlich, schnell einen Datenbankinhalt zurückzugeben. Dieses Makro ist aber auch gut einsetzbar, um einen SQL-Report zu erweitern. Es werden numerische Makros (^0; ^1; ^2; etc) benutzt, um Daten zu positionieren. Sie können auch das ^rownum; Makro wie beim SQL Report Wobject benutzen.\r\n\r\n\r\nBeispiele: \r\n\r\n
\r\n^SQL("select count(*) from users","Es sind ^0; Benutzer registriert."); \r\n\r\n
\r\n^SQL("select userId,username from users order by username","<a \r\nhref=\'^/;?op=viewProfile&uid=^0;\'>^1;</a><br>");
\r\n^URLEncode();\r\n
\r\n
Dieses Makro wird auch hauptsächlich in SQL Reports verwendet, aber es kann auch genauso gut wo anders eingesetzt werden. Es überprüft den Inhalt einer Eingabe (z. B. im Formular) und wandelt ihn in eine URL um, sodass die Eingabe nachher als Link angezeigt wird.
Die Syntax ist wie folgt: ^URLEncode("Ist dies meine Eingabe?"); \r\n\r\n^User();\r\n
\r\n
Mit diesem Makro können Sie einige Infos aus dem Benutzer-Konto oder Benutzerprofil anzeigen lassen. Wenn Sie z. B. die Emailadresse des Benutzers anzeigen möchten, müssen Sie das Makro wie folgt verwenden: ^User("email");\r\n\r\n^*; oder ^*(); - Zufallszahl\r\n
\r\n
Eine Zufallszahl. Wird oft in Banner-Ads oder ähnlichembenötigt, um z. B. sicherzustellen, das nicht gecachet wird. Sie können dieses Makro u. a. einsetzen, um eine Zufallszahl zwischen 1 und 100 zu erzeugen: ^*(100); . \r\n\r\n^-; ^0; ^1; ^2; ^3; etc.\r\n
\r\n',1066664655,NULL); -INSERT INTO international VALUES (999,'WebGUI',12,'Database Link, Slette',1066005427,NULL); -INSERT INTO international VALUES (998,'WebGUI',12,'Database Link, Legg Til/Rediger',1066005397,NULL); -INSERT INTO international VALUES (997,'WebGUI',12,'Database Linker, Håndtere',1066005362,NULL); -INSERT INTO international VALUES (996,'WebGUI',12,'Håndtere Database Linker',1066005344,NULL); -INSERT INTO international VALUES (995,'WebGUI',12,'Database Passord',1066005324,NULL); -INSERT INTO international VALUES (994,'WebGUI',12,'Database Bruker',1066005310,NULL); -INSERT INTO international VALUES (993,'WebGUI',12,'DSN',1066005299,NULL); -INSERT INTO international VALUES (992,'WebGUI',12,'Tittel',1066005290,NULL); -INSERT INTO international VALUES (991,'WebGUI',12,'Database Link ID',1066005281,NULL); -INSERT INTO international VALUES (990,'WebGUI',12,'Rediger Database Link',1066005267,NULL); -INSERT INTO international VALUES (989,'WebGUI',12,'på side',1066005246,NULL); -INSERT INTO international VALUES (988,'WebGUI',12,'Er du sikker på at du vil slette denne Database Linken? De følgende elementene benytter denne linken, og vil slutte å fungere om du sletter linken:',1066005231,NULL); -INSERT INTO international VALUES (987,'WebGUI',12,'Slett Database Link',1066005166,NULL); -INSERT INTO international VALUES (986,'WebGUI',12,'Tilbake til Database Linker.',1066005150,NULL); -INSERT INTO international VALUES (985,'WebGUI',12,'Slett denne Database Linken.',1066005130,NULL); -INSERT INTO international VALUES (984,'WebGUI',12,'Kopier denne Database Linken.',1066005114,NULL); -INSERT INTO international VALUES (983,'WebGUI',12,'Endre denne Database Linken.',1066005099,NULL); -INSERT INTO international VALUES (982,'WebGUI',12,'Legg Til en Database Link.',1066005080,NULL); -INSERT INTO international VALUES (980,'WebGUI',12,'Tøm denne katalogen.',1066005031,NULL); -INSERT INTO international VALUES (979,'WebGUI',12,'Ar du sikker på at du vil slette alle elementer i denne katalogen? De kan ikke hentes frem igjen når de er slettet. Elementer i underkataloger vil ikke bli fjernet.',1066005016,NULL); -INSERT INTO international VALUES (970,'WebGUI',12,'Set Tid',1066004938,NULL); -INSERT INTO international VALUES (1003,'WebGUI',12,'Wobject Privilegier?',1066004926,NULL); -INSERT INTO international VALUES (1002,'WebGUI',12,'Når du sletter en database Link, vil alle SQL Rapporter som benytter denne linken, slutte å fungere. En liste over de berørte rapportene blir vist i på bekreftelses siden.\r\n\r\nSom ved alle slette kommandoer, vil du bli spurt om du er helt sikker på at du ønsker å fortsette med slettingen. Om du svarer Ja, så vil slettingen fortsette og det er ingen angre mulighet. Om du svarer Nei, vil du returnere til forrige skjermbilde.',1066004892,NULL); -INSERT INTO international VALUES (1001,'WebGUI',12,'
Diese Makros sind für System/Wobject spezifische Funktionen reserviert, wie im SQL Report oder im Body des Style Managers.De følgende feltene utgjør en database link.\r\n
Tittel
\r\n
En tittel for database linken.DSN
\r\n
Data Source Name is the unique identifier \r\nthat Perl uses to describe the location of your database. It takes the format of \r\nDBI:[driver]:[database name]:[host].Example: DBI:mysql:WebGUI:localhost \r\n
Here are some examples for other databases.
Oracle: \r\nDBI:Oracle:SID
PostgreSQL: \r\n
DBD::Oracle must be installed.
You must be using \r\nmod_perl and configure PerlSetEnv ORACLE_HOME /home/oracle/product/8.1.7 \r\nin httpd.conf. Without setting ORACLE_HOME, you can connect using \r\nDBI:Oracle:host=myhost.com;sid=SIDDBI:PgPP:dbname=DBNAME[;host=hOST]
Sybase: \r\n
DBD::PgPP must be installed.DBI:Sybase:[server=SERVERNAME][database=DATABASE]
\r\n
DBD::Sybase must be \r\ninstalled.
You must be using mod_perl and configure PerlSetEnv SYBASE \r\n/opt/sybase/11.0.2 in httpd.conf.Database Bruker
\r\n
Brukernavnet du bruker for å koble til DSN. \r\nDatabase Passord
',1066004659,NULL); -INSERT INTO international VALUES (1000,'WebGUI',12,'Database Linker setter en WebGui administrator i stand til å legge til ofte benyttede databaser for bruk i SQL Rapporter. Detter frigjør SQL Rapport forfatteren fra å ha kjennskap til eller legge inn DSN, bruker, eller passord.\r\n\r\nVær klar over at alle database linker du legger inn vil være tilgjengelig for alle innholds redaktører. Selv om de ikke vil se database tilkoplingsinfo, så vil de være i stand til å utføre enhver select, show eller describe commando på databasen.',1066002807,NULL); -INSERT INTO international VALUES (1075,'WebGUI',12,'Database Link',1066002475,NULL); -INSERT INTO international VALUES (12,'HttpProxy',12,'Omskrive urls ?',1066002077,NULL); -INSERT INTO international VALUES (1071,'WebGUI',1,'Env HTTP Host',1066641511,'A label referring to the HTTP_HOST environment variable provided by the web server.'); -INSERT INTO international VALUES (1070,'WebGUI',1,'Config Sitename',1066641473,'A label referring to the sitename property in the config file.'); -INSERT INTO international VALUES (1069,'WebGUI',1,'Host To Use',1066641432,'Ask the user which HTTP hostname they want to use.'); -INSERT INTO international VALUES (1072,'WebGUI',1,'The email address is already in use. Please use a different email address.',1068703399,'Error message shown when trying to create/update an account with an email address that already exists.'); -INSERT INTO international VALUES (82,'Survey',1,'Terminate Survey',1068901816,''); -INSERT INTO international VALUES (1063,'WebGUI',12,'These are the variables availabe in the forum notification template. \r\n
Passordet du bruker for å koble til DSN.notify.subscription.message
A message stating that the user is \r\nreceiving the message because they subscribed to the forum or thread. \r\nNOTE: The notification template also includes all the variables from \r\nthe post template.
',1068757445,NULL); -INSERT INTO international VALUES (1061,'WebGUI',12,'These are the template variables for the thread template. \r\ncallback.url
The url to the calling object such as an article or a \r\nuser submission. \r\ncallback.label
The default label for callback.url \r\nuser.canpost
A condition indicating whether the current user can \r\npost a new message. \r\nuser.isVisitor
A condition indicating whether the current user is a \r\nvisitor. \r\nuser.isModerator
A condition indicating whether the current user is \r\na moderator. \r\nuser.isSubscribed
A condition indicating whether the current user \r\nis subscribed to this thread. \r\nthread.layout.nested.label
The default label for \r\nthread.layout.nested.url. \r\nthread.layout.nested.url
A url that will change the layout of the \r\nthread to nested. \r\nthread.layout.flat.url
A url that will change the layout of the \r\nthread to flat. \r\nthread.layout.flat.label
The default label for \r\nthread.layout.flat.url. \r\nthread.layout.threaded.label
The default label for \r\nthread.layout.threaded.url. \r\nthread.layout.threaded.url
A url that will change the layout of the \r\nthread to threaded. \r\nthread.layout.isThreaded
A condition indicating whether the thread \r\nlayout is threaded. \r\nthread.layout.isNested
A condition indicationg whether the thread \r\nlayout is nested. \r\nthread.layout.isFlat
A condition indicationg whether the thread \r\nlayout is flat. \r\nthread.subscribe.url
A url that will subscribe the current user to \r\nthis thread. \r\nthread.subscribe.label
The default label for thread.subscribe.url. \r\nthread.unsubscribe.url
A url that will unsubscribe the current user \r\nfrom this thread. \r\nthread.unsubscribe.label
The default label for \r\nthread.unsubscribe.url. \r\nthread.isSticky
A condition indicating whether the thread is \r\nsticky. \r\nthread.stick.url
A url that will make this thread sticky. \r\nthread.stick.label
The default label for thread.stick.url. \r\nthread.unstick.url
A url that will make a sticky thread unstick. \r\nthread.unstick.label
The default label for thread.unstick.url. \r\nthread.isLocked
A condition indicating whether this thread is \r\nlocked. \r\nthread.lock.url
A url that will lock this thread. \r\nthread.lock.label
The default label for thread.lock.url. \r\nthread.unlock.url
A url that will unlock this thread. \r\nthread.unlock.label
The default label for thread.unlock.url. \r\npost_loop
A loop containing all the posts in this thread. \r\n\r\n
post.indent_loop\r\n
A loop to be used for indenting. \r\n\r\n
depth\r\n
An integer indicating the depth. Not really useful, \r\njust hear to fill out the loop.post.indent.depth
An integer indicating how many levels deep this \r\npost is. \r\npost.isCurrent
A condition indicating whether this post is the one \r\nselected for viewing by the user. \r\nNOTE: All of the variables from the post template are also available \r\nhere.
thread.subject.label
The default label for subjects. \r\nthread.date.label
The default label for dates. \r\nthread.user.label
The default label for authors. \r\nthread.new.url
A url to create a new url. \r\nthread.new.label
The default label for thread.new.url. \r\nthread.previous.url
A url that will display the previous thread. \r\nthread.previous.label
The default label for thread.previous.url. \r\nthread.next.url
A url that will display the next thread. \r\nthread.next.label
The default label for thread.next.url. \r\nthread.list.url A url to take the user back to the thread list (aka \r\nthe forum). \r\n
thread.list.label
',1068757419,NULL); -INSERT INTO international VALUES (1059,'WebGUI',12,'The following are the template variables available in the post template. \r\n
The default label for thread.list.url.callback.url
The url back to the calling object such as an article \r\nor user submission. \r\ncallback.label
The default label for callback.url. \r\npost.subject.label
The default label for post.subject \r\npost.subject
The subject of this post. \r\npost.message
The message of this post. \r\nuser.canPost
A condition indicating whether the current user can \r\npost a new message. \r\npost.date.value
A human readable date for this post. \r\npost.date.epoch
The epoch date for this post. \r\npost.time.value
The human readable time for this post. \r\npost.date.label
The default label for post.date.value. \r\npost.rating.value
The average rating of this post. \r\npost.rating.label
The default label for post.date.value. \r\npost.views.value
The number of views for this post. \r\npost.views.label
The default label for post.views.value. \r\npost.status.value
the status of this post. \r\npost.status.label
The default label for post.status.value. \r\npost.isLocked
A condition indicating whether the thread this post \r\nis in is locked. \r\npost.isModerator
A condition indicating whether the current user is \r\na moderator. \r\npost.canEdit
A condition indicating whether the current user can \r\nedit this post. \r\npost.user.isVisitor
A condition indicating whether the poster was a \r\nvisitor. \r\npost.user.id
The userId of the poster. \r\npost.user.name
The poster\'s username. \r\npost.user.profile
The url to the poster\'s profile. \r\npost.url
The url to display this post. \r\npost.id
The unique id of this post. \r\npost.rate.label
The default label for post.rate.url.1. \r\npost.rate.url.1
The url to give this post a rating of 1. \r\npost.rate.url.2
The url to give this post a rating of 2. \r\npost.rate.url.3
The url to give this post a rating of 3. \r\npost.rate.url.4
The url to give this post a rating of 4. \r\npost.rate.url.5
The url to give this post a rating of 5. \r\npost.hasRated
A condition indicating whether the current user has \r\nalready rated this post. \r\npost.reply.label
The default label for post.reply.url. \r\npost.reply.url
The url to reply to this post. \r\npost.reply.withquote.url
The url to reply to this post and quote \r\nthis post in doing so. \r\npost.edit.label
The default label for post.edit.url. \r\npost.edit.url
The url to edit this post. \r\npost.delete.url
The url to delete this post. \r\npost.delete.label
The default label for post.delete.url. \r\npost.approve.label
The default label for post.approve.url. \r\npost.approve.url
The url to approve this post. \r\npost.deny.url
The url to deny this post. \r\npost.deny.label
The default label for post.deny.url. \r\npost.full
',1068757380,NULL); -INSERT INTO international VALUES (1057,'WebGUI',12,'The following template variables are available in forum templates. \r\n
The full post rendered using the post template. This \r\nwould never be used in the post template directly, but is often used in other \r\ntemplates that embed the post template\'s variables.callback.url
A url that points to the calling object, such as an \r\narticle or user submission. \r\ncallback.label
The default label for callback.url. \r\nuser.isVisitor
A condition indicating whether the user is a \r\nvisitor. \r\nthread.new.url
The url to start a new thread. \r\nthread.new.label
The default label for thread.new.url. \r\nforum.search.label
The default label for forum.search.url. \r\nforum.search.url
The url to access the forum search engine. \r\nforum.subscribe.label
The default label for forum.subscribe.url. \r\nforum.subscribe.url
The url to subscribe to this forum. \r\nforum.unsubscribe.label
The default label for forum.subscribe.url. \r\nforum.unsubscribe.url
The url to unsubscribe from this forum. \r\nuser.isSubscribed
A condition indicating whether the current user \r\nis subscribed to this forum. \r\nuser.isModerator
A condition indicating whether the current user is \r\na moderator for this forum. \r\nuser.canPost
A condition indicating whether the current user has \r\nthe privileges necessary to post to this forum. \r\nthread.sortby.date.url
A url that will change the sorting options \r\nto be sorted by date. \r\nthread.sortby.lastreply.url
A url that will change the sorting \r\noptions to be sorted by the date of the last reply to the thread. \r\nthread.sortby.views.url
A url that will change the sorting options \r\nto be sorted by the number of views each thread has. \r\nthread.sortby.replies.url
A url that will change the sorting \r\noptions to be sorted by the number of replies a thread has. \r\nthread.sortby.rating.url
A url that will change the sorting options \r\nto be sorted by the average rating of each thread. \r\nthread.subject.label
A label for the subject column. \r\nthread.date.label
A label for the date column. \r\nthread.user.label
A label for the author column. \r\nthread.views.label
A label for the views column. \r\nthread.replies.label
A label for the replies column. \r\nthread.rating.label
A label for the rating column. \r\nthread.last.label
A label for the last reply column. \r\nfirstpage
A link to the first page in a multi-page listing. \r\nlastpage
A link to the last page in a multi-page listing. \r\nnextpage
A link to the next page in a multi-page listing. \r\npagelist
A series of links to every page in a multi-page listing. \r\npreviouspage
A link to the previous page in a multi-page listing. \r\nmultiplepages
A condition indicating whether there are multiple \r\npages or not. \r\nnumberOfPages
The number of pages in a multiple page listing. \r\npageNumber
The number of the current page in a multi-page listing. \r\nthread_loop
A loop containing all of the thread data. \r\n\r\n
thread.views',1068757334,NULL); -INSERT INTO international VALUES (1055,'WebGUI',12,'WebGUI has a very powerful built-in discussion system. It can be attached to \r\nanything and is attached to many wobjects. \r\n
The number of views this thread has had. \r\nthread.replies
The number of replies this thread has had. \r\nthread.rating
The average rating of all the posts in this thread. \r\nthread.rating_loop
\r\n\r\n
thread.rating_loop.countthread.isSticky
A counter for the rating. This \r\ncan be used to \"draw\" a rating, such as adding a star for each rating, or some \r\nother visual approach. \r\n
A condition indicating whether the \r\nthread is sticky and hence will appear at the top of the forum listing. \r\nthread.isLocked
A condition indicating whether the thread is locked \r\nfrom new posts. \r\nthread.root.subject
The subject of the root post in this thread. \r\nthread.root.url
The url to view the root post. \r\nthread.root.epoch
An epoch date of the root post. \r\nthread.root.date
A human readable date for the root post. \r\nthread.root.time
A human readable time for the root post. \r\nthread.root.user.id
The root poster\'s user id. \r\nthread.root.user.name
The username of the root poster. \r\nthread.root.user.profile
The url of the root poster\'s profile. \r\nthread.root.user.isVisitor
A condition indicating whether the root \r\nposter was a visitor. \r\nthread.root.status
The status of the root post. \r\nthread.last.subject
The subject of the last post made to this \r\nthread. \r\nthread.last.url
The url to the last post. \r\nthread.last.epoch
The post time of the last post represented as an \r\nepoch. \r\nthread.last.date
The human readable date of the last post. \r\nthread.last.time
The human readable time of the last post. \r\nthread.last.user.profile
The url of the last posters profile. \r\nthread.last.user.id
The userId of the last poster. \r\nthread.last.user.name
The username of the last poster. \r\nthread.last.user.isVisitor
A condition indicating whether the last \r\nposter was a visitor. \r\nthread.last.status
The status of the last postForums (aka Discussions) have many settable properties. The following is a \r\ncomprehensive list: \r\n
Forum Template
A template that controls the layout of the forum \r\nview. \r\nThread Template
A template that controls the layout of the thread \r\nview. \r\nPost Template
A template that controls the layout of the post view. \r\n\r\nSearch Template
A template that controls the layout of the search \r\nengine interface and search results. \r\nPost Form Template
A template that controls the form that users see \r\nwhen posting a new message. \r\nNotification Template
A template that controls the layout of \r\nsubscription notification messages sent to users. \r\nArchive After
If a thread hasn\'t had a new message after this \r\ninterval has expired then it will be flagged as \"archived\" and will only be \r\naccessible via the search engine. \r\nEdit Timeout
The interval of time that the user has to edit their \r\nmessage after their inital post. \r\nNOTE: Don\'t set this limit too high. One of the great things about \r\ndiscussions is that they are an accurate record of who said what. If you allow \r\nediting for a long time, then a user has a chance to go back and change his/her \r\nmind a long time after the original statement was made. \r\n
Add edit stamp to posts?
If set to yes then a string will be added \r\nto the bottom of a post each time its edited. \r\nAllow rich edit?
If set to yes then users will be able to use a \r\nrich editor when writing their posts. \r\nAllow replacements?
If set to yes then users will be able to use \r\nreplacements in thier posts. Replacements can be managed from the settings. \r\nFilter Post
Select what types of content you will filter from a \r\nuser\'s post. \r\nPosts Per Page
The number of posts to display on a single page. \r\nWho can post?
A group that is allowed to post new messages. \r\nModerate posts?
If set to yes then posts will be set to pending by \r\ndefault and will not be displayed until a moderator approves the message. \r\nWho can moderate?
',1068757295,NULL); -INSERT INTO international VALUES (79,'MessageBoard',12,'
A group that is allowed to moderate messages. \r\nEn Meldingstavle kan inneholde et eller flere Forum. De følgende \r\ninnstillinger er koplet til hvert forum.
\r\nTittel
\r\n
Tittelen til ForumetBeskrivelse
\r\n
Beskrivelse av forumetMerk: Alle innstillinger for forum gjelder også. Se egen \r\nhjelpeside for dette.
',1068757258,NULL); -INSERT INTO international VALUES (1071,'WebGUI',12,'Env HTTP Host',1068683477,NULL); -INSERT INTO international VALUES (1070,'WebGUI',12,'Konfigurer Sitenavn',1068683449,NULL); -INSERT INTO international VALUES (1069,'WebGUI',12,'Host som skal brukes',1068683418,NULL); -INSERT INTO international VALUES (1067,'WebGUI',12,'Forum Søke Template',1068683378,NULL); -INSERT INTO international VALUES (1065,'WebGUI',12,'Forum Melding skjema Template',1068683359,NULL); -INSERT INTO international VALUES (1064,'WebGUI',12,'Send en Melding',1068683330,NULL); -INSERT INTO international VALUES (1062,'WebGUI',12,'Forum Varsel Template',1068683258,NULL); -INSERT INTO international VALUES (1060,'WebGUI',12,'Forum Tråd Template',1068683213,NULL); -INSERT INTO international VALUES (1058,'WebGUI',12,'Forum Melding Template',1068683190,NULL); -INSERT INTO international VALUES (1056,'WebGUI',12,'Forum Template',1068683154,NULL); -INSERT INTO international VALUES (1054,'WebGUI',12,'Forum (diskusjon) egenskaper',1068683131,NULL); -INSERT INTO international VALUES (1053,'WebGUI',12,'Håndter Erstatninger',1068683098,NULL); -INSERT INTO international VALUES (1052,'WebGUI',12,'Rediger Erstatninger',1068683081,NULL); -INSERT INTO international VALUES (1051,'WebGUI',12,'Erstatt med',1068683063,NULL); -INSERT INTO international VALUES (1050,'WebGUI',12,'Søk etter',1068683051,NULL); -INSERT INTO international VALUES (1049,'WebGUI',12,'Erstatnings ID',1068683041,NULL); -INSERT INTO international VALUES (1048,'WebGUI',12,'Håndter erstatninger.',1068683024,NULL); -INSERT INTO international VALUES (1047,'WebGUI',12,'Legg til erstatning.',1068683005,NULL); -INSERT INTO international VALUES (1046,'WebGUI',12,'Arkivert',1068682983,NULL); -INSERT INTO international VALUES (1045,'WebGUI',12,'Nestet',1068682971,NULL); -INSERT INTO international VALUES (1044,'WebGUI',12,'Søke Template',1068682907,NULL); -INSERT INTO international VALUES (1043,'WebGUI',12,'Arkiver etter',1068682893,NULL); -INSERT INTO international VALUES (1042,'WebGUI',12,'Meldinger Pr. Side',1068682874,NULL); -INSERT INTO international VALUES (1041,'WebGUI',12,'Lukk opp',1068682854,NULL); -INSERT INTO international VALUES (1040,'WebGUI',12,'Lukk',1068682836,NULL); -INSERT INTO international VALUES (1038,'WebGUI',12,'Lukk opp plassering',1068682825,NULL); -INSERT INTO international VALUES (1012,'WebGUI',12,'Lukke denne tråden?',1068682813,NULL); -INSERT INTO international VALUES (1039,'WebGUI',12,'Tilbake',1068682775,NULL); -INSERT INTO international VALUES (1037,'WebGUI',12,'Plasser Øverst',1068682733,NULL); -INSERT INTO international VALUES (1036,'WebGUI',12,'Tråder',1068682685,NULL); -INSERT INTO international VALUES (1035,'WebGUI',12,'Varsel Template',1068682676,NULL); -INSERT INTO international VALUES (1034,'WebGUI',12,'Melding Skjema Template',1068682639,NULL); -INSERT INTO international VALUES (1033,'WebGUI',12,'Melding Template',1068682611,NULL); -INSERT INTO international VALUES (1032,'WebGUI',12,'Tråd Template',1068682595,NULL); -INSERT INTO international VALUES (1031,'WebGUI',12,'Forum Template',1068682582,NULL); -INSERT INTO international VALUES (1028,'WebGUI',12,'Godkjenne meldinger?',1068682566,NULL); -INSERT INTO international VALUES (1027,'WebGUI',12,'Tillat erstatning?',1068682531,NULL); -INSERT INTO international VALUES (1026,'WebGUI',12,'Tillat rik tekst?',1068682473,NULL); -INSERT INTO international VALUES (1023,'WebGUI',12,'Slutt å abonnere på diskusjon',1068682439,NULL); -INSERT INTO international VALUES (1022,'WebGUI',12,'Abonner på diskusjonen',1068682400,NULL); -INSERT INTO international VALUES (1021,'WebGUI',12,'Vurder melding',1068682289,NULL); -INSERT INTO international VALUES (1020,'WebGUI',12,'Vurdering',1068682247,NULL); -INSERT INTO international VALUES (1019,'WebGUI',12,'Tilbake til Tråd listen',1068682229,NULL); -INSERT INTO international VALUES (1018,'WebGUI',12,'Start en ny Tråd',1068682211,NULL); -INSERT INTO international VALUES (1013,'WebGUI',12,'Plasser på toppen?',1068682195,NULL); -INSERT INTO international VALUES (1011,'WebGUI',12,'Kode',1068682078,NULL); -INSERT INTO international VALUES (1010,'WebGUI',12,'Tekst',1068682067,NULL); -INSERT INTO international VALUES (1009,'WebGUI',12,'HTML',1068682053,NULL); -INSERT INTO international VALUES (1008,'WebGUI',12,'Blandet tekst og HTML',1068682044,NULL); -INSERT INTO international VALUES (1007,'WebGUI',12,'Innholds Type',1068682026,NULL); -INSERT INTO international VALUES (1006,'WebGUI',12,'Kryptert innlogging?',1068682011,NULL); -INSERT INTO international VALUES (1005,'WebGUI',12,'SQL Spørring',1068681990,NULL); -INSERT INTO international VALUES (1004,'WebGUI',12,'Cache eksterne grupper for hvor lenge?',1068681977,NULL); -INSERT INTO international VALUES (82,'USS',12,'Synkende',1068681946,NULL); -INSERT INTO international VALUES (81,'USS',12,'Stigende',1068681929,NULL); -INSERT INTO international VALUES (80,'USS',12,'Rekkefølge',1068681870,NULL); -INSERT INTO international VALUES (79,'USS',12,'Sorter etter',1068681848,NULL); -INSERT INTO international VALUES (78,'USS',12,'Oppdatert',1068681829,NULL); -INSERT INTO international VALUES (3,'SyndicatedContent',12,'Maksimalt antall overskrifter',1068672084,NULL); -INSERT INTO international VALUES (81,'Survey',12,'Anonyme meldinger?',1068672058,NULL); -INSERT INTO international VALUES (7,'SiteMap',12,'Alfabetisk?',1068672025,NULL); -INSERT INTO international VALUES (78,'MessageBoard',12,'Forum, Legg til/Rediger',1068672004,NULL); -INSERT INTO international VALUES (77,'MessageBoard',12,'Rediger Forum',1068671962,NULL); -INSERT INTO international VALUES (76,'MessageBoard',12,'Er du sikker på at du vil slette dette forumet og alle meldinger det inneholder?',1068671941,NULL); -INSERT INTO international VALUES (75,'MessageBoard',12,'Legg til forum',1068671893,NULL); -INSERT INTO international VALUES (14,'HttpProxy',12,'Stopp ved',1068671873,NULL); -INSERT INTO international VALUES (13,'HttpProxy',12,'Søk etter',1068671837,NULL); -INSERT INTO international VALUES (99,'EventsCalendar',12,'Hovedkalender?',1068671822,NULL); -INSERT INTO international VALUES (90,'DataForm',12,'Slett dette.',1068671779,NULL); -INSERT INTO international VALUES (78,'MessageBoard',2,'Forum, Hinzufügen/Bearbeiten',1067897005,NULL); -INSERT INTO international VALUES (77,'MessageBoard',2,'Forum bearbeiten',1066751371,NULL); -INSERT INTO international VALUES (76,'MessageBoard',2,'Sind Sie sicher, dass Sie dieses Forum und den gesamten Inhalt l&oouml;schen möchten?',1066751358,NULL); -INSERT INTO international VALUES (75,'MessageBoard',2,'Neues Forum hinzufügen',1066751321,NULL); -INSERT INTO international VALUES (1068,'WebGUI',8,'Le seguenti variabili sono disponibili per il search template.\r\ncallback.url
\r\n L\'URL che rimanda all\'oggetto chiamante, come un articolo o un contributo utente.\r\ncallback.label
\r\n L\'etichetta di default per l\'URL del chiamante.\r\nform.begin
\r\n L\'header del search form.\r\nsearch.label
\r\n L\'etichetta di default per la search page.\r\nall.label
\r\n L\'etichetta di default per all.form.all.form
\r\nUn elemento del form che consente una ricerca basata su tutte le parole.\r\nexactphrase.label
\r\n L\'etichetta di default per exactphrase.form.exactphrase.form
\r\nUn elemento del form che consente una ricerca basata su una frase esatta.\r\nwithout.label
\r\n L\'etichetta di default per without.form.without.form
\r\nUn elemento del form che consente una ricerca basata su parole non presenti nel\r\ntesto.\r\natleastone.label
\r\n L\'etichetta di default per atleastone.form.atleastone.form
\r\nUn elemento del form che consente una ricerca basata su almeno una parola\r\npresente nel testo.\r\nresults.label
\r\n L\'etichetta di default per results.form.results.form
\r\nUn elemento del form per selezionare quanti risultati per pagina devono essere\r\nmostrati.\r\nform.search
\r\n Il bottone cerca.\r\nform.end
\r\n Il footer del form .\r\nthread.list.url
\r\n Un url che torna alla lista dei thread (o forum).\r\nthread.list.label
\r\n L\'etichetta di default per thread.list.url.\r\npost.subject.label
\r\n L\'etichetta di default per la colonna subject .\r\npost.date.label
\r\n L\'etichetta di default per la colonna data.\r\npost.user.label
\r\n L\'etichetta di default per la colonna autore.post_loop
\r\nUn loop contenente tutti i risultati della ricerca.\r\n\r\n
\r\n post.subject\r\n
\r\n L\'oggetto del post.\r\npost.url
\r\n La url per mostrare questo post.\r\npost.epoch
\r\n Una data epoch per questo post.\r\npost.date
\r\n Una data leggibile per questo post.\r\npost.time
\r\n Un orario leggibile per questo post.\r\npost.user.id
\r\n La userId di chi ha postato.\r\npost.user.name
\r\n La username dell\'utente che ha postato.\r\npost.user.profile
\r\n La url al profilo dell\'\'utente che ha postato.\r\n\r\n
firstpage
\r\nUn link alla prima pagina di una lista su più pagine.\r\nlastpage
\r\nUn link all\'ultima pagina di una lista su più pagine.\r\nnextpage
\r\nUn link alla prossima pagina di una lista su più pagine.\r\npagelist
\r\nUna serie di link alle pagine di una lista su più pagine.\r\npreviouspage
\r\nUn link alla pagina precedente di una lista su più pagine.\r\nmultiplepages
\r\nUna condizione indicante se ci sono più pagine o no.\r\nnumberOfPages
\r\nIl numero di pagine di una lista su più pagine.\r\npageNumber
\r\n
\r\nIl numero della pagina corrente in una lista su più pagine.\r\n',1071916483,NULL); -INSERT INTO international VALUES (1066,'WebGUI',8,'Le seguenti sono le variabili disponibili per il post form template.
newpost.header
\r\nL\'etichetta di default per l\'intestazione di questo form.newpost.isNewThread
\r\nUna condizione indicante se questo post è un nuovo thread.\r\nnewpost.isReply
\r\n Una condizione indicante se questo post è un reply.NOTA: \r\nSe il post è un reply, allora le variabili del template dal post template sono\r\nincluse e popolate con i dati dal messaggio originale.
newpost.isEdit
\r\nUna condizione indicante se questo post è una modifica di post esistente.user.isVisitor
\r\nUna condizione indicante che l\'utente corrente è un visitatore.\r\nnewpost.isNewMessage
\r\n La condizione opposta a newpost.isEdit.\r\nform.begin
\r\n L\'intestazione del form.\r\nsticky.label
\r\n L\'etichetta di default per sticky.form.\r\nsticky.form
\r\n Un elemento del form per rendere il thread sticky.\r\nsubscribe.label
\r\n L\'etichetta di default per subscribe.form.subscribe.form
\r\nUn elemento del form per iscriversi al thread.\r\nlock.label
\r\n L\'etichetta di default per lock.form.lock.form
\r\nUn elemento del form per bloccare il thread.\r\ncontenttype.label
\r\n L\'etichetta di default per contentype.form.\r\ncontentType.form
\r\n Un elemento del form per selezionare che tipo di contenuto viene postato.user.isModerator
\r\nUna condizione indicante se l\'utente corrente è un moderatore.allowReplacements
\r\nUna condizione indicante se questo forum tollera le sostituzioni.\r\nmessage.label
\r\n L\'etichetta di default per message.form.message.form
\r\nUn elemento del form per gli utenti per inserire i propri messaggi.\r\nvisitorName.label
\r\n L\'etichetta di default per visitorName.form.visitorName.form
\r\nUn elemento del form che consente all\'utente di inserire un nome di\r\nvisualizzazione se è un visitatore.\r\nform.submit
\r\n Il bottone invia per il form.\r\nsubject.label
\r\n L\'etichetta di default per subject.form.\r\nsubject.form
\r\n Un elemento del form che consente all\'utente di inserire un oggetto\r\n per i propri messaggi.form.end
\r\n',1071861217,NULL); -INSERT INTO international VALUES (1061,'WebGUI',8,'Le seguenti variabili sono disponibili nel template del thread.\r\n
\r\nIl form footer.callback.url
\r\nUn URL che rimanda all\'oggetto chiamante, come un articolo o un contributo degli utenti.\r\ncallback.label
\r\n L\'etichetta di default per l\'URL del chiamante.\r\nuser.canpost
\r\n Una condizione indicante se l\'utente può postare un nuovo messaggio.\r\nuser.isVisitor
\r\n Una condizione indicante se l\'utente è un visitatore.\r\nuser.isModerator
\r\n Una condizione indicante se l\'utente è un moderatore.\r\nuser.isSubscribed
\r\n Una condizione indicante se l\'utente è iscritto a questo thread.\r\nthread.layout.nested.label
\r\n L\'etichetta di default per thread.layout.nested.url.thread.layout.nested.url
\r\nUna url che cambia il layout del thread a nested.\r\nthread.layout.flat.url
\r\n Una url che cambia il layout del thread a flat.\r\nthread.layout.flat.label
\r\n L\'etichetta di default per thread.layout.flat.url.\r\nthread.layout.threaded.label
\r\n L\'etichetta di default per thread.layout.threaded.url.\r\nthread.layout.threaded.url
\r\n Una url che cambia il layout del thread a threaded.\r\nthread.layout.isThreaded
\r\n Una condizione indicante se il layout del thread è threaded.\r\nthread.layout.isNested
\r\n Una condizione indicante se il layout del thread è nested.\r\nthread.layout.isFlat
\r\n Una condizione indicante se il layout del thread è flat.\r\nthread.subscribe.url
\r\n Un url che iscriverà l\'utente a questo thread.\r\nthread.subscribe.label
\r\n L\'etichetta di default per thread.subscribe.url.\r\nthread.unsubscribe.url
\r\n Un url che disiscriverà l\'utente da questo thread.\r\nthread.unsubscribe.label
\r\n L\'etichetta di default per thread.unsubscribe.url.thread.isSticky
\r\nUna condizione indicante se il thread è sticky (in evidenza).\r\nthread.stick.url
\r\n Una url che renderà questo thread sticky.\r\nthread.stick.label
\r\n L\'etichetta di default per thread.stick.url.thread.unstick.url
\r\nUna url che renderà uno sticky thread unstick (non più in evidenza).\r\nthread.unstick.label
\r\n L\'etichetta di default per thread.unstick.url.\r\nthread.isLocked
\r\n Una condizione indicante se il thread è chiuso.\r\nthread.lock.url
\r\n Una url che bloccherà questo thread.\r\nthread.lock.label
\r\n L\'etichetta di default per thread.lock.url.\r\nthread.unlock.url
\r\n Una url che sbloccherà questo thread.\r\nthread.unlock.label
\r\n L\'etichetta di default per thread.unlock.url.\r\npost_loop
\r\n Un loop contenente tutti i post in questo thread.\r\n\r\n
\r\n post.indent_loop\r\n
\r\n un loop utilizzato per i rientri.\r\n\r\n
\r\n depth\r\n
\r\n Un integer che indica la profondità. \r\npost.indent.depth
\r\n Un integer che indica a quanti livelli di profondità è questo post.\r\npost.isCurrent
\r\n Una condizione che indica se questo post è quello selezionato\r\n dall\'utente per la visualizzazione.NOTA: tutte le \r\n variabili del post template sono disponibili anche qui.
\r\nthread.subject.label
\r\n L\'etichetta di default per subjects.\r\nthread.date.label
\r\n L\'etichetta di default per dates.\r\nthread.user.label
\r\n L\'etichetta di default per authors.\r\nthread.new.url
\r\n Un url per creare un nuovo url.\r\nthread.new.label
\r\n L\'etichetta di default perthread.new.url.\r\nthread.previous.url
\r\n Una url per visualizzare il precedente thread.\r\nthread.previous.label
\r\n L\'etichetta di default per thread.previous.url.\r\nthread.next.url
\r\n Una url per visualizzare il prossimo thread.\r\nthread.next.label
\r\n L\'etichetta di default per thread.next.url.thread.list.url\r\n
\r\n \r\nUna url per portare indietro l\'utente alla lista dei thread (o il forum).\r\nthread.list.label
\r\n \r\nL\'etichetta di default per thread.list.url.',1070996783,NULL); -INSERT INTO international VALUES (1059,'WebGUI',8,'Le seguenti variabili sono disponibili nel template del post.\r\ncallback.url
\r\nL\'URL che rimanda all\'oggetoo chiamante, come un articolo o un contributo utente.\r\ncallback.label
\r\nL\'etichetta di default per l\'URL del chiamante. \r\npost.subject.label
\r\nL\'etichetta di default per post.subject \r\npost.subject
\r\nL\'oggetto del post. \r\npost.message
\r\nIl messaggio del post. \r\nuser.canPost
\r\nUna consizione indicante se l\'utente corrente può postare un nuovo messaggio. \r\npost.date.value
\r\nUna data leggibile per questo post.\r\npost.date.epoch
\r\nUna data epoch per questo post. \r\npost.time.value
\r\nUn orario leggibile per questo post. \r\npost.date.label
\r\nL\'etichetta di default per post.date.value.\r\npost.rating.value
\r\nIl punteggio medio per questo post.\r\npost.rating.label
\r\n L\'etichetta di default per post.date.value.\r\npost.views.value
\r\nIl numero di viste per questo post.\r\npost.views.label
\r\n L\'etichetta di default per post.views.value.\r\npost.status.value
\r\n Lo stato di questo post.\r\npost.status.label
\r\n L\'etichetta di default per post.status.value.\r\npost.isLocked
\r\nUna condizione indicante se il thread in cui questo post è contenuto è bloccato o meno.\r\npost.isModerator
\r\nUna condizione indicante se l\'utente corrente è un moderatore. \r\npost.canEdit
\r\nUna condizione indicante se l\'utente corrente può modificare questo post. \r\npost.user.isVisitor
\r\nUna condizione indicante se l\'utente che ha postato era un visitatore. \r\npost.user.id\r\n
\r\n\r\n La userId di chi ha postato.post.user.name
\r\nLa username dell\'utente che ha postato.\r\npost.user.profile
\r\n La url al profilo dell\'\'utente che ha postato.\r\npost.url
\r\n La url per mostrare questo post.post.id
\r\nLa unique id di questo post.\r\npost.rate.label
\r\n L\'etichetta di default per post.rate.url.1.post.rate.url.1
\r\nLa url per dare a questo post il punteggio di 1.\r\npost.rate.url.2
\r\n La url per dare a questo post il punteggio di 2.\r\npost.rate.url.3
\r\n La url per dare a questo post il punteggio di 3.\r\npost.rate.url.4
\r\n La url per dare a questo post il punteggio di 4.\r\npost.rate.url.5
\r\n La url per dare a questo post il punteggio di 5.post.hasRated
\r\nUna condizione che indica se l\'utente corrente ha già dato un punteggio a\r\nquesto\r\n post.\r\npost.reply.label
\r\n L\'etichetta di default per post.reply.url.post.reply.url
\r\nLa url per rispondere a questo post.post.reply.withquote.url
\r\nLa url per rispondere a questo quotando.\r\npost.edit.label
\r\n L\'etichetta di default per post.edit.url.\r\npost.edit.url
\r\n La url per modificare questo post.\r\npost.delete.url
\r\n La url per cancellare questo post.\r\npost.delete.label
\r\n L\'etichetta di default per post.delete.url.\r\npost.approve.label
\r\n L\'etichetta di default per post.approve.url.\r\npost.approve.url
\r\n La url per approvare questo post.\r\npost.deny.url
\r\n La url per rifiutare questo post.\r\npost.deny.label
\r\n L\'etichetta di default per post.deny.url.post.full
\r\nL\'intero messaggio reso usando il post template. Non dovrebbe mai essere usato\r\ndirettamente nel post template, ma è spesso usato in altri templates che\r\nincorporano le variabili del post template.\r\n',1070995338,NULL); -INSERT INTO international VALUES (1057,'WebGUI',8,'Le seguenti variabili di template sono disponibili nei template dei forum.\r\ncallback.url
\r\nUn URL che rimanda all\'oggetto chiamante, come un articolo o un contributo degli utenti.\r\ncallback.label
\r\nL\'etichetta di default per callback.url.\r\nuser.isVisitor
\r\nUna condizione indicante se l\'utente è un visitatore.\r\nthread.new.url
\r\nL\'URL per cominciare un nuovo thread. \r\nthread.new.label
\r\n L\'etichetta di default per thread.new.url.\r\nforum.search.label
\r\nL\'etichetta di default per forum.search.url.\r\nforum.search.url
\r\nL\'URL per accedere al motore di ricerca del forum.\r\nforum.subscribe.label
\r\n L\'etichetta di default per forum.subscribe.url.\r\nforum.subscribe.url
\r\nL\'URL per sottoscrivere questo forum.\r\nforum.unsubscribe.label
\r\n L\'etichetta di default per forum.subscribe.url.\r\nforum.unsubscribe.url
\r\nL\'URL per disiscriversi da questo forum. \r\nuser.isSubscribed
\r\nUna condizione indicante se l\'utente attuale è iscritto o meno a questo forum.\r\nuser.isModerator
\r\nUna condizione indicante se l\'utente attuale è o meno moderatore per questo forum.\r\nuser.canPost
\r\nUna condizione indicante se l\'utente attuale ha o meno i privilegi per scrivere in questo forum.\r\nthread.sortby.date.url
\r\nUn URL per cambiare le opzioni di ordinamento in modo che i thread siano ordinati per data.\r\nthread.sortby.lastreply.url
\r\nUn URL per cambiare le opzioni di ordinamento in modo che i thread siano ordinati in base alla data dell\'ultima risposta al thread.\r\n last reply to the thread.\r\nthread.sortby.views.url
\r\n Un URL per cambiare le opzioni di ordinamento in modo che i thread siano ordinati per numero di viste che ha ogni thread.\r\n\r\nthread.sortby.replies.url
\r\n Un URL per cambiare le opzioni di ordinamento in modo che i thread siano ordinati per numero di risposte al thread.\r\nthread.sortby.rating.url
\r\n Un URL per cambiare le opzioni di ordinamento in modo che i thread siano ordinati per il punteggio medio del thread.\r\nthread.subject.label
\r\n Una etichetta per la colonna oggetto.\r\nthread.date.label
\r\n Una etichetta per la colonna data.\r\nthread.user.label
\r\n Una etichetta per la colonna autore.\r\nthread.views.label
\r\n Una etichetta per la colonna viste.\r\nthread.replies.label
\r\n Una etichetta per la colonna risposte.\r\nthread.rating.label
\r\n Una etichetta per la colonna punteggio.\r\nthread.last.label
\r\n Una etichetta per la colonna ultima risposta.\r\nfirstpage
\r\nUn link alla prima pagina di una lista su più pagine.\r\nlastpage
\r\nUn link all\'ultima pagina di una lista su più pagine.\r\nnextpage
\r\nUn link alla prossima pagina di una lista su più pagine.\r\npagelist
\r\nUna serie di link alle pagine di una lista su più pagine. \r\npreviouspage
\r\nUn link alla pagina precedente di una lista su più pagine.\r\nmultiplepages
\r\nUna condizione indicante se ci sono più pagine o no.\r\nnumberOfPages
\r\nIl numero di pagine di una lista su più pagine. \r\npageNumber
\r\nIl numero della pagina corrente in una lista su più pagine. \r\nthread_loop
\r\n A loop containing all of the thread data.\r\n\r\n
\r\n thread.views\r\n
\r\n Il numero di viste che ha avuto questo thread.\r\nthread.replies
\r\n Il numero di risposte che ha avuto questo thread.\r\nthread.rating
\r\n Il punteggio medio dei post in questo thread.\r\nthread.rating_loop
\r\n\r\n
\r\n thread.rating_loop.count\r\n thread.isSticky
\r\n un contatore per il punteggio. Può essere usato per "disegnare" un punteggio,\r\n ad esempio aggiungere un asterisco per ogni punto, o altri approcci visuali.\r\n\r\n
\r\n Una condizione indicante se il thread è in evidenza e quindi se debba apparire in alto \r\n nell\'elenco del forum.\r\nthread.isLocked
\r\n Una condizione indicante se il thread è chiuso a nuovi post.\r\nthread.root.subject
\r\nL\'oggetto del post principale in questo thread.\r\nthread.root.url
\r\nL\'URL per visualizzare il post principale. \r\nthread.root.epoch
\r\nUna data epoch per il post principale. \r\nthread.root.date
\r\nUna data leggibile per il post principale. \r\nthread.root.time
\r\nUn\'ora leggibile per il post principale. \r\nthread.root.user.id
\r\nL\'user id di chi ha postato il messaggio principale. \r\nthread.root.user.name
\r\nLo username di chi ha postato il messaggio principale. \r\nthread.root.user.profile
\r\nL\'URL del profilo dell\'utente che ha postato il messaggio principale. \r\nthread.root.user.isVisitor
\r\nUna condizione indicante se chi ha postato il messaggio principale era un visitatore. \r\nthread.root.status
\r\nLo stato del messaggio principale.\r\nthread.last.subject
\r\nL\'oggetto dell\'ultimo post aggiunto a questo thread.\r\nthread.last.url
\r\nL\'URL dell\'ultimo post. \r\nthread.last.epoch
\r\nL\'ora dell\'ultimo post rappresentato come epoch.\r\nthread.last.date
\r\nLa data leggibile dell\'ultimo post. \r\nthread.last.time
\r\nL\'or leggibile dell\'ultimo post. \r\nthread.last.user.profile
\r\nL\'URL del profilo dell\'ultimo utente che ha postato. \r\nthread.last.user.id
\r\nLo user id dell\'ultimo utente che ha postato.\r\nthread.last.user.name
\r\nLo username dell\'ultimo utente che ha postato. \r\nthread.last.user.isVisitor
\r\nUna condizione indicante se l\'ultimo utente che ha postato era un visitatore. \r\nthread.last.status
\r\nLo stato dell\'ultimo post. ',1070994474,NULL); -INSERT INTO international VALUES (1055,'WebGUI',8,'WebGUI ha un sistema di discussioni integrato molto potente. Può essere attaccato a qualsiasi cosa ed è previsto per molti wobject.\r\n
I forum (o liste di discussione) hanno molte proprietà configurabili. La seguente è una lista completa:\r\n
Forum Template
\r\nUn template che controlla l\'aspetto della vista forum.\r\nThread Template
\r\nUn template che controlla l\'aspetto della vista thread.\r\nPost Template
\r\nUn template che controlla l\'aspetto della vista messaggio.\r\nSearch Template
\r\nUn template che controlla l\'aspetto del motore di ricerca integrato e dei risultati della ricerca.\r\n results.\r\nPost Form Template
\r\nUn template che controlla l\'aspetto del modulo che gli utenti vedono quando postano un nuovo messaggio.\r\nNotification Template
\r\nUn template che controlla l\'aspetto della notifica per nuovi messaggi mandata agli utenti.\r\nArchive After
\r\nSe un thread non ha avuto nuovi messaggi dopo questo intervallo è scaduto, e viene quindi marcato come "archiviato" e sarà accessibile solo tramite il motore di ricerca.\r\nEdit Timeout
\r\nL\'intervallo di tempo che l\'utente ha per modificare il messaggio dopo averlo postato.\r\nNOTA: Non mettere questo limite troppo alto. Una delle cose belle delle discussione è che sono una registrazione di chi ha detto cosa. Se consenti agli utenti di modificare i post per molto tempo, avranno la possibilità di cambiare opinione dopo molto tempo rispetto al post originale.\r\n
Add edit stamp to posts?
\r\nSe settato, viene aggiunta una data di modifica in basso nel messaggio ogni volta che è stato modificato.\r\nAllow rich edit?
\r\nSe settato consente agli utenti di usare un rich editor per modificare i messaggi. \r\nAllow replacements?
\r\nSe settato permette agli utenti di usare i rimpiazzi nei loro messaggi. I rimpiazzi sono gestiti nelle preferenze.\r\nFilter Post
\r\nSeleziona che tipo di contenuto vuoi filtrare dai messaggi degli utenti.\r\nPosts Per Page
\r\nIl numero di messaggi da visualizzare per pagina.\r\nWho can post?
\r\nun gruppo autorizzato a postare nuovi messaggi.\r\nModerate posts?
\r\nSe settato mette in stato pendente tutti i post che non saranno visualizzati finchè il moderatore non li approva.\r\nWho can moderate?
',1070994409,NULL); -INSERT INTO international VALUES (3,'SyndicatedContent',8,'Numero massimo di Headlines',1068896245,NULL); -INSERT INTO international VALUES (81,'Survey',8,'Risposte anonime?',1068896212,NULL); -INSERT INTO international VALUES (7,'SiteMap',8,'Alfabetico?',1068896193,NULL); -INSERT INTO international VALUES (79,'MessageBoard',8,'Il forum può contenere uno o più forum. la seguente è la lista delle\r\nproprietà collegate ad ogni forum.\r\n
\r\nUn gruppo autorizzato a moderare i messaggi.\r\nTitolo
\r\nIl titolo del forum.\r\nDescrizione
\r\nLa descrizione del forum.\r\nNOTA: Tutte le proprietà del forum sono anche qui. Vedi quella pagina\r\ndell\'Help per dettagli.
\r\n',1068896170,NULL); -INSERT INTO international VALUES (78,'MessageBoard',8,'Forum, Aggiungi/Modifica',1068895427,NULL); -INSERT INTO international VALUES (77,'MessageBoard',8,'Edita Forum',1068895394,NULL); -INSERT INTO international VALUES (76,'MessageBoard',8,'Sei certo di voler cancellare questo forum e tutti i messaggi che contiene?',1068895361,NULL); -INSERT INTO international VALUES (75,'MessageBoard',8,'Aggiungi un forum',1068895305,NULL); -INSERT INTO international VALUES (14,'HttpProxy',8,'Ferma ricerca a',1068895268,NULL); -INSERT INTO international VALUES (13,'HttpProxy',8,'Cerca',1068895235,NULL); -INSERT INTO international VALUES (90,'DataForm',8,'Cancella questo dato.',1068895182,NULL); -INSERT INTO international VALUES (4,'PhotoGallery',8,'Ordinamento',1034022140,NULL); -INSERT INTO international VALUES (3,'PhotoGallery',8,'Carica una immagine',1034022119,NULL); -INSERT INTO international VALUES (26,'PhotoGallery',8,'Titolo',1034022101,NULL); -INSERT INTO international VALUES (25,'PhotoGallery',8,'Nome immagine',1034022071,NULL); -INSERT INTO international VALUES (23,'PhotoGallery',8,'Popolarità',1034022018,NULL); -INSERT INTO international VALUES (21,'PhotoGallery',8,'Visualizza informazioni sull\'immagine',1034021813,NULL); -INSERT INTO international VALUES (20,'PhotoGallery',8,'Spazio tra le immagini',1034021782,NULL); -INSERT INTO international VALUES (2,'PhotoGallery',8,'Aggiungi una immagine',1034021758,NULL); -INSERT INTO international VALUES (19,'PhotoGallery',8,'Carica immagine',1034021741,NULL); -INSERT INTO international VALUES (18,'PhotoGallery',8,'Testo da visualizzare con questa immagine',1034021725,NULL); -INSERT INTO international VALUES (16,'PhotoGallery',8,'Altezza anteprima',1034021680,NULL); -INSERT INTO international VALUES (15,'PhotoGallery',8,'Larghezza anteprima',1034021662,NULL); -INSERT INTO international VALUES (14,'PhotoGallery',8,'Nome Immagine',1034021635,NULL); -INSERT INTO international VALUES (13,'PhotoGallery',8,'Immagine',1034021619,NULL); -INSERT INTO international VALUES (12,'PhotoGallery',8,'Procedi aggiungendo una immagine',1034021607,NULL); -INSERT INTO international VALUES (10,'PhotoGallery',8,'Spunta questo box per aggiungere automaticamente al gestore di immagini le immagini caricate con questo wobject',1034021524,NULL); -INSERT INTO international VALUES (1,'PhotoGallery',8,'Galleria Foto',1034015638,NULL); -INSERT INTO international VALUES (61,'Poll',16,'Sonda, Dodawanie/Edycja',1076558636,NULL); -INSERT INTO international VALUES (12,'Poll',16,'Wszystkich g³osów:',1076558611,NULL); -INSERT INTO international VALUES (61,'EventsCalendar',16,'Kalendarz wydarzeñ, Dodawanie/Edycja',1076558586,NULL); -INSERT INTO international VALUES (7,'DataForm',16,'Edycja formularza poczty',1076558560,NULL); -INSERT INTO international VALUES (62,'DataForm',16,'Pola formularza poczty, Dodawanie/Edycja',1076558529,NULL); -INSERT INTO international VALUES (61,'DataForm',16,'Formularz poczty, Dodawanie/Edycja',1076558490,NULL); -INSERT INTO international VALUES (25,'DataForm',16,'Domy¶lna warto¶æ (opcjonalnie)',1076558449,NULL); -INSERT INTO international VALUES (11,'DataForm',16,'do (adres email, nazwa u¿ytkownika lub grupy)',1076558426,NULL); -INSERT INTO international VALUES (1,'DataForm',16,'Formularz poczty',1076558398,NULL); -INSERT INTO international VALUES (61,'Article',16,'Artyku³, Dodawanie/Edycja',1076558371,NULL); -INSERT INTO international VALUES (79,'DataForm',16,'Obja¶nienie',1069045567,NULL); -INSERT INTO international VALUES (77,'DataForm',16,'Etykieta',1069045506,NULL); -INSERT INTO international VALUES (76,'DataForm',16,'Dodaj pole',1069045373,NULL); -INSERT INTO international VALUES (75,'DataForm',16,'Wymagane',1069045319,NULL); -INSERT INTO international VALUES (74,'DataForm',16,'Przesy³aæ emailem?',1069045266,NULL); -INSERT INTO international VALUES (72,'DataForm',16,'Mo¿esz dodaæ do formularza dowoln± liczbê pól.\r\n\r\nEtykieta
\r\nTo opis pola pozwalaj±cy u¿ytkownikowi zorientowaæ siê co nale¿y w nim wpisaæ.\r\n\r\nNazwa Pola
\r\nNazwa danego pola. Musi byæ unikalna w danym formularzu.\r\n\r\nObja¶nienie
\r\nRozszerzenie opisu zawartego w etykiecie pola formularza, zawieraj±ce dodatkowe informacje lub instrukcje.\r\n\r\nStatus
\r\nPola Ukryte nie bêd± widoczne dla u¿ytkownika ale ich zawarto¶æ zostanie przes³ana przez email. Pola Wy¶wietlane mog± byæ dla u¿ytkownika widoczne ale bez mo¿liwo¶ci ich edycji. Pola Modyfikowalne mog± byæ przez u¿ytkownika wype³niane. Pola Wymagane musz± byæ wype³nione przez u¿ytkownika. Je¶li wybierzesz rodzaj: Ukryte lub Wy¶wietlane, upewnij siê ¿e wype³ni³e¶ tak¿e Warto¶æ Domy¶ln±.\r\n\r\nTyp
\r\nWybierz typ dla tego pola formularza.\r\n\r\nSzeroko¶æ
\r\nUstal liczbê znaków widocznych w tym polu.\r\n\r\nWysoko¶æ
\r\nUstal liczbê linii (wysoko¶æ) tego pola. Stosuje siê tylko dla pól tekstowych i edycji HTML - HTMLArea.\r\n\r\nWarto¶ci Wyboru
\r\nDo u¿ytku w polach formularza takich jak checkbox lub lista wyboru. Wpisz dostêpne warto¶ci wyboru - po jednej w ka¿dej linii.\r\n\r\nWarto¶æ Domy¶lna (opcjonalnie)
\r\nWpisz domy¶ln± warto¶æ dla danego pola formularza. Dla pól Tak/Nie wpisz \"yes\" dla \"Tak\" lub \"no\" dla \"Nie\".\r\n',1069045196,NULL); -INSERT INTO international VALUES (71,'DataForm',16,'Tego obiektu mo¿na u¿yæ do tworzenia prostych uniwersalnych formularzy.\n\nPotwierdzenie
\nTen tekst bêdzie wy¶wietlony u¿ytkownikowi po wype³nieniu formularza.\n\nPrzesy³aæ emailem?
\nJe¶li wybierzesz \"tak\", zostan± dodane do formularza dodatkowe pola niezbêdne przy wysy³aniu jego zawarto¶ci przez email na wybrany przez Ciebie adres.\n\nRADA: Pole \"Do\" dodane do formularza dziêki ustawieniu tego parametru na \"tak\" bêdzie akceptowaæ zarówno standardowy adres email jak i login lub nazwê grupy w systemie WebGUI.\n
\nSzablon
\nWybierz szablon dla formularza.\n\nSzablon Email
\nWybierz szablon dla formatu listu email z danymi z formularza.\n\nSzablon Potwierdzenia
\nWybierz szablon który zostanie u¿yty do wy¶wietlenia potwierdzenia.\n\nSzablon Listy
\nWybierz szablon który zostanie u¿yty do wy¶wietlenia listy zachowanych wpisów wys³anych za pomoc± formularza.',1069043482,NULL); -INSERT INTO international VALUES (29,'DataForm',16,'jest wymagane',1069041130,NULL); -INSERT INTO international VALUES (995,'WebGUI',16,'Has³o do Bazy',1069041034,NULL); -INSERT INTO international VALUES (994,'WebGUI',16,'Nazwa U¿ytkownika Bazy',1069040943,NULL); -INSERT INTO international VALUES (28,'DataForm',16,'Opcjonalnie dla obszaru tekstowego i HTML',1069040770,NULL); -INSERT INTO international VALUES (27,'DataForm',16,'Wysoko¶æ',1069040665,NULL); -INSERT INTO international VALUES (9,'Auth/LDAP',16,'U¿ytkownik RDN',1069040586,NULL); -INSERT INTO international VALUES (71,'Article',16,'Artyku³y to najbardziej uniwersalne narzêdzie WebGUI. Wiêkszo¶æ statycznej zawarto¶ci serwisu mo¿na stworzyæ przy u¿yciu modu³u Artyku³.\r\n\r\nRADA: mo¿esz stworzyæ wielostronicowy artyku³ przez zastosowanie w dowolnych miejscach tre¶ci specjalnego znacznika nowej strony: (^-;)\r\n
\r\nSzablon
\r\nWybierz szablon uk³adu (layout) twojego artyku³u.\r\n\r\nObrazek
\r\nWybierz plik graficzny (.jpg, .gif, .png) ze swojego dysku lokalnego. Ten plik zostanie za³adowany na serwer i wy¶wietlony w twoim artykule.\r\n\r\nZa³±cznik
\r\nJe¶li chcesz do³±czyæ dokument Word\'a, archiwum .zip lub jakikolwiek inny plik do ¶ci±gniêcia przez twoich go¶ci, wybierz go ze swojego lokalnego dysku.\r\n\r\nTytu³ linku
\r\nJe¶li chcesz umie¶ciæ w swoim artykule link, wpisz w tym polu nazwê/etykietê linku.\r\n\r\nprzyk³ad: Google\r\n
\r\nURL linku
\r\nJe¶li wpisa³e¶ tytu³ linku, tutaj wpisz jego URL.\r\n\r\nprzyk³ad: http://www.google.com\r\n
\r\nKonwertowaæ znaki nowej linii?
\r\nJe¶li wprowadzasz pe³ny kod HTML, w zasadzie nie musisz u¿ywaæ tej funkcji, ale je¶li wprowadzasz sam tekst bez formatowania (znaczników) HTML i chcesz by nowe linie by³y widoczne wszêdzie tam gdzie podczas wpisywania u¿ywasz klawisza \"Enter\" wówczas u¿yj tej funkcji.\r\n\r\nPozwoliæ na dyskusjê?
\r\nZaznacz ten kwadracik je¶li chcesz zezwoliæ innym na wprowadzanie online komentarzy do twojego artyku³u - podobnie jak dzia³a to w serwisach gazeta.pl lub onet.pl.\r\n',1069027149,NULL); -INSERT INTO international VALUES (73,'Article',16,'Nastêpuj±ce zmienne stosowane w szablonach s± dostêpne dla szablonów artyku³ów.\n\nnew.template
\nArtyku³y maj± mo¿liwo¶æ zmiany swoich szablonów dziêki której twoi go¶cie mog± sami wybraæ pasuj±cy im szablon (popularnie zwany \'skinem\'). W tym celu tworzysz link z URLem jak poni¿ej (w miejscu 999 wpisz Id szablonu na który ma nast±piæ prze³±czenie widoku strony po klikniêciu):\n\n<a href=\"<tmpl_var new.template>999\">Czytaj dalej...</a> \n
\ndescription.full
\nPe³ny opis bez ¿adnej paginacji. (Dla opisów wielostronicowych z paginacj± stosuj zamiast tego \"description\".)\n\ndescription.first.100words
\nPierwsze 100 s³ów z opisu. Za s³owa uwa¿a siê grupy znaków oddzielone spacjami, dlatego wszelkie znaczniki HTML s± tak¿e traktowane jako s³owa.\n\ndescription.first.75words
\nPierwsze 75 s³ów z opisu. Za s³owa uwa¿a siê grupy znaków oddzielone spacjami, dlatego wszelkie znaczniki HTML s± tak¿e traktowane jako s³owa.\n\ndescription.first.50words
\nPierwsze 50 s³ów z opisu. Za s³owa uwa¿a siê grupy znaków oddzielone spacjami, dlatego wszelkie znaczniki HTML s± tak¿e traktowane jako s³owa.\n\ndescription.first.25words
\nPierwsze 25 s³ów z opisu. Za s³owa uwa¿a siê grupy znaków oddzielone spacjami, dlatego wszelkie znaczniki HTML s± tak¿e traktowane jako s³owa.\n\ndescription.first.10words
\nPierwsze 10 s³ów z opisu. Za s³owa uwa¿a siê grupy znaków oddzielone spacjami, dlatego wszelkie znaczniki HTML s± tak¿e traktowane jako s³owa.\n\ndescription.first.paragraph
\nPierwszy paragraf z opisu. Za paragraf uwa¿a siê grupê znaków zakoñczonych znakiem nowej linii (CR) czyli \'Enter\' na klawiaturze.\n\ndescription.first.2paragraphs
\nPierwsze 2 paragrafy z opisu. Za paragraf uwa¿a siê ka¿d± kolejn± grupê znaków zakoñczonych znakiem nowej linii (CR) czyli \'Enter\' na klawiaturze.\n\ndescription.first.sentence
\nPierwsze zdanie z opisu. Za zdanie uwa¿a siê ka¿d± kolejn± grupê znaków zakoñczonych znakiem kropki.\n\ndescription.first.2sentences
\nPierwsze 2 zdania z opisu. Za zdanie uwa¿a siê ka¿d± kolejn± grupê znaków zakoñczonych znakiem kropki.\n\ndescription.first.3sentences
\nPierwsze 3 zdania z opisu. Za zdanie uwa¿a siê ka¿d± kolejn± grupê znaków zakoñczonych znakiem kropki.\n\ndescription.first.4sentences
\nPierwsze 4 zdania z opisu. Za zdanie uwa¿a siê ka¿d± kolejn± grupê znaków zakoñczonych znakiem kropki.\n\nattachment.box
\nGeneruje standardow± w WebGUI tabelkê zawieraj±c± ikonê, nazwê pliku oraz znacznik za³±cznika.\n\nattachment.icon
\nURL do pliku graficznego ikony dla danego typu za³±cznika.\n\nattachment.name
\nNazwa pliku danego za³±cznika.\n\nattachment.url
\nURL do pliku danego za³±cznika.\n\nimage.thumbnail
\nURL do miniatury za³±czonego obrazka.\n\nimage.url
\nURL do za³±czonego obrazka.\n\npost.label
\nPrzet³umaczona etykieta funkcji dodawania komentarzy do artyku³u.\n\npost.URL
\nURL do funkcji dodawania komentarzy do artyku³u.\n\nreplies.count
\nLiczba komentarzy dodanych do artyku³u.\n\nreplies.label
\nPrzet³umaczony tekst informuj±cy o mo¿liwo¶ci obejrzenia odpowiedzi.\n\nreplies.url
\nURL do funkcji przegl±dania odpowiedzi dodanych do artyku³u.\n\nfirstPage
\nLink do pierwszej strony z powsta³ych po u¿yciu w tre¶ci znacznika paginacji.\n\nlastPage
\nLink do ostatniej strony z powsta³ych po u¿yciu w tre¶ci znacznika paginacji.\n\nnextPage
\nLink do nastêpnej strony z powsta³ych po u¿yciu w tre¶ci znacznika paginacji.\nr\n\npreviousPage
\nLink do poprzedniej strony z powsta³ych po u¿yciu w tre¶ci znacznika paginacji.\n\npageList
\nLista linków do wszystkich stron powsta³ych po u¿yciu w tre¶ci znacznika paginacji.\n\nmultiplePages
\nZnacznik informuj±cy czy po zastosowaniu paginacji jest wiêcej ni¿ jedna strona.\n\nisFirstPage
\nZnacznik informuj±cy czy odwiedzaj±cy znajdujê siê na pierwszej stronie.\n\nisLastPage
\nZnacznik informuj±cy czy odwiedzaj±cy znajdujê siê na ostatniej stronie.',1069026821,NULL); -INSERT INTO international VALUES (1061,'WebGUI',16,'W szablonach w±tków dostêpne s± do wykorzystania nastêpuj±ce zmienne:\n
\n\ncallback.url
\nAdres URL (link) do strony z której nast±pi³o wywo³anie np. do artyku³u lub wys³anej przez u¿ytkownika wiadomo¶ci (wpisu, komentarza, czy te¿ odpowiedzi).\n\n\ncallback.label
\nWy¶wietlana na ekranie nazwa odno¶nika (linku) do strony zawartej w zmiennej callback.url.\n\n\nuser.canpost
\nWarunek okre¶laj±cy czy bie¿±cy u¿ytkownik mo¿e wys³aæ now± wiadomo¶æ (wpis).\n\n\nuser.isVisitor
\nWarunek okre¶laj±cy czy bie¿±cy u¿ytkownik nie jest zalogowany (anonimowy).\n\n\nuser.isModerator
\nWarunek okre¶laj±cy czy bie¿±cy u¿ytkownik ma uprawnienia moderatora forum.\n\n\nuser.isSubscribed
\nWarunek okre¶laj±cy czy bie¿±cy u¿ytkownik posiada subskrypcjê do danego w±tku.\n\n\nthread.layout.nested.label
\nWy¶wietlana na ekranie nazwa odno¶nika (linku) do strony zawartej w zmiennej thread.layout.nested.url.\n\n\nthread.layout.nested.url
\nAdres URL (link) umo¿liwiaj±cy wy¶wietlanie zagnie¿d¿one w±tku.\n\n\nthread.layout.flat.url
\nAdres URL (link) umo¿liwiaj±cy wy¶wietlanie proste w±tku.\n\n\nthread.layout.flat.label
\nWy¶wietlana na ekranie nazwa odno¶nika (linku) do strony zawartej w zmiennej thread.layout.flat.url.\n\n\nthread.layout.threaded.label
\nWy¶wietlana na ekranie nazwa odno¶nika (linku) do strony zawartej w zmiennej thread.layout.threaded.url.\n\n\nthread.layout.threaded.url
\nAdres URL (link) umo¿liwiaj±cy wy¶wietlanie \"w±tkowe\" w±tku.\n\n\nthread.layout.isThreaded
\nwarunek okre¶laj±cy czy w±tek jest wy¶wietlany w sposób \"w±tkowy\".\n\n\nthread.layout.isNested
\nwarunek okre¶laj±cy czy w±tek jest wy¶wietlany w sposób zagnie¿d¿ony.\n\n\nthread.layout.isFlat
\nwarunek okre¶laj±cy czy w±tek jest wy¶wietlany w sposób prosty.\n\n\nthread.subscribe.url
\nAdres URL (link) umo¿liwiaj±cy bie¿±cemu u¿ytkownikowi subskrypcjê danego w±tku.\n\n\nthread.subscribe.label
\nWy¶wietlana na ekranie nazwa odno¶nika (linku) do strony zawartej w zmiennej thread.subscribe.url.\n\n\nthread.unsubscribe.url
\nAdres URL (link) umo¿liwiaj±cy bie¿±cemu u¿ytkownikowi wypisanie siê z subskrypcji danego w±tku.\n\n\nthread.unsubscribe.label
\nWy¶wietlana na ekranie nazwa odno¶nika (linku) do strony zawartej w zmiennej thread.unsubscribe.url.\n\n\nthread.isSticky
\nWarunek okre¶laj±cy czy dany w±tek jest \"przyklejony\" (prezentowany jest wtedy na pocz±tku listy w±tków).\n\n\nthread.stick.url
\nAdres URL (link) umo¿liwiaj±cy nadanie danemu w±tkowi statusu \"przyklejonego\".\n\n\nthread.stick.label
\nWy¶wietlana na ekranie nazwa odno¶nika (linku) do strony zawartej w zmiennej thread.stick.url.\n\n\n\nthread.unstick.url
\nAdres URL (link) umo¿liwiaj±cy \"odklejenie\" danego w±tku.\n\n\nthread.unstick.label
\nWy¶wietlana na ekranie nazwa odno¶nika (linku) do strony zawartej w zmiennej thread.unstick.url.\n\n\nthread.isLocked
\nWarunek okre¶laj±cy czy dany w±tek jest zablokowany.\n\n\nthread.lock.url
\nAdres URL (link) umo¿liwiaj±cy zablokowanie danego w±tku.\n\n\nthread.lock.label
\nWy¶wietlana na ekranie nazwa odno¶nika (linku) do strony zawartej w zmiennej thread.lock.url.\n\n\nthread.unlock.url
\nAdres URL (link) umo¿liwiaj±cy odblokowanie danego w±tku.\n\n\nthread.unlock.label
\nWy¶wietlana na ekranie nazwa odno¶nika (linku) do strony zawartej w zmiennej thread.unlock.url.\n\n\npost_loop
\nLista zawieraj±ca wszystkie wiadomo¶ci (posty) w danym w±tku.\n\n\n
\n\npost.indent_loop\n\n
\nLista informacji potrzebnych do praw\nid³owego tworzenia wciêæ wynikaj±cych z wzajemnego po³o¿enia wpisów u¿ytkowników w hierarchii.\n\n
\ndepth\n
\nLiczba wskazuj±ca poziom zag³êbienia wciêcia listy (niespecjalnie u¿yteczna w praktyce)\n\n\npost.indent.depth
\nLiczba wskazuj±ca jak wiele poziomów w dó³ zag³êbiony jest wpis u¿ytkownika.\n\n\npost.isCurrent
\nWarunek okre¶laj±cy czy dany wpis u¿ytkownika jest tym wybranym przez bie¿±cego u¿ytkownika do obejrzenia.\n\n\nUWAGA: Wszystkie zmienne z szablonu wpisu u¿ytkownika s± tu równie¿ dostêpne do wykorzystania.\n\n
\n\nthread.subject.label
\nNazwa opisuj±ca tematy w±tków (sformatowana do wy¶wietlenia na ekranie w/g ustawieñ).\n\n\nthread.date.label
\nNazwa opisuj±ca daty w±tków (sformatowana do wy¶wietlenia na ekranie w/g ustawieñ - np. przet³umaczona w/g ustawieñ jêzykowych u¿ytkownika).\n\n\nthread.user.label
\nNazwa opisuj±ca autorów w±tków (sformatowana do wy¶wietlenia na ekranie w/g ustawieñ).\n\n\nthread.new.url
\nAdres URL (link) umo¿liwiaj±cy utworzenie nowego adresu URL w±tku.\n\n\nthread.new.label
\nWy¶wietlana na ekranie nazwa odno¶nika (linku) do strony zawartej w zmiennej thread.new.url.\n\n\nthread.previous.url
\nAdres URL (link) umo¿liwiaj±cy wy¶wietlenie poprzedniego w±tku.\n\n\nthread.previous.label
\nWy¶wietlana na ekranie nazwa odno¶nika (linku) do strony zawartej w zmiennej thread.previous.url.\n\n\nthread.next.url
\nAdres URL (link) umo¿liwiaj±cy wy¶wietlenie nastêpnego w±tku.\n\n\nthread.next.label
\nWy¶wietlana na ekranie nazwa odno¶nika (linku) do strony zawartej w zmiennej thread.next.url.\n\n\nthread.list.url
\nAdres URL (link) umo¿liwiaj±cy powrót u¿ytkownika do listy w±tków.\n\n\nthread.list.label
\nWy¶wietlana na ekranie nazwa odno¶nika (linku) do strony zawartej w zmiennej thread.list.url.\n\n\nforum.title
\nTytu³ forum zgodny z tym, z którego pochodzi wywo³ywany obiekt.\n\n\nforum.description
',1068919471,NULL); -INSERT INTO international VALUES (1057,'WebGUI',16,'
\nOpis forum zgodny z tym, z którego pochodzi wywo³ywany obiekt.\nW szablonach forum dostêpne s± do wykorzystania nastêpuj±ce zmienne:\n
\n\ncallback.url
\nAdres URL (link) do strony z której nast±pi³o wywo³anie np. do artyku³u lub wys³anej przez u¿ytkownika wiadomo¶ci (wpisu na forum).\n\n\ncallback.label
\nWy¶wietlana na ekranie nazwa odno¶nika (linku) do strony zawartej w zmiennej callback.url.\n\n\nuser.isVisitor
\nWarunek okre¶laj±cy czy dany u¿ytkownik jest niezalogowany (anonimowy).\n\n\nthread.new.url
\nAdres URL (link) do strony umo¿liwiaj±cego otwarcie nowego w±tku na forum.\n\n\nthread.new.label
\nWy¶wietlana na ekranie nazwa odno¶nika (linku) do strony zawartej w zmiennej thread.new.url.\n\n\nforum.search.label
\nNazwa linku (adresu URL) zawartego w zmiennej forum.search.url (sformatowana do wy¶wietlenia na ekranie w/g ustawieñ).\n\n\nforum.search.url
\nAdres URL (link) do strony mechanizmu wyszukiwarki informacji na forum.\n\n\n\nforum.subscribe.label
\nNazwa linku (adresu URL) zawartego w zmiennej forum.subscribe.url (sformatowana do wy¶wietlenia na ekranie w/g ustawieñ).\n\n\nforum.subscribe.url
\nAdres URL (link) do strony umo¿liwiaj±cej subskrypcjê informacji forum (otrzymywanie informacji o zmianach na intersuj±cym nas forum).\n\n\nforum.unsubscribe.label
\nNazwa linku (adresu URL) zawartego w zmiennej forum.unsubscribe.url (sformatowana do wy¶wietlenia na ekranie w/g ustawieñ).\n\n\nforum.unsubscribe.url
\nAdres URL (link) do strony umo¿liwiaj±cej wypisanie siê z subskrypcji.\n\n\nuser.isSubscribed
\nWarunek okre¶laj±cy czy bie¿±cy u¿ytkownik ma ju¿ subskrypcjê danego forum.\n\n\nuser.isModerator
\nWarunek okre¶laj±cy czy dany u¿ytkownik ma uprawnienia cenzora (moderatora) tego forum.\n\n\nuser.canPost
\nWarunek okre¶laj±cy czy dany u¿ytkownik ma uprawnienia wysy³ania wpisów na dane forum.\n\n\nthread.sortby.date.url
\nAdres URL (link) do strony z porz±dkiem sortowania w±tków wed³ug ich daty utworzenia.\n\n\nthread.sortby.lastreply.url
\nAdres URL (link) do strony z porz±dkiem sortowania w±tków wed³ug daty ostatniej odpowiedziw w±tku.\n\n\nthread.sortby.views.url
\nAdres URL (link) do strony z porz±dkiem sortowania w±tków wed³ug liczby wy¶wietleñ ka¿dego z w±tków.\n\n\nthread.sortby.replies.url
\nAdres URL (link) do strony z porz±dkiem sortowania w±tków wed³ug liczby odpowiedzi w ka¿dym z w±tków.\n\n\nthread.sortby.rating.url
\nAdres URL (link) do strony z porz±dkiem sortowania w±tków wed³ug ¶redniej oceny ka¿dego z w±tków.\n\n\nthread.subject.label
\nNazwa kolumny wy¶wietlaj±cej tematy w±tków forum.\n\n\nthread.date.label
\nNazwa kolumny wy¶wietlaj±cej daty w±tków forum.\n\n\nthread.user.label
\nNazwa kolumny wy¶wietlaj±cej autorów w±tków forum.\n\n\nthread.views.label
\nNazwa kolumny wy¶wietlaj±cej liczbê wy¶wietleñ w±tków forum.\n\n\nthread.replies.label
\nNazwa kolumny wy¶wietlaj±cej liczbê odpowiedzi w w±tkach forum.\n\n\nthread.rating.label
\nNazwa kolumny wy¶wietlaj±cej ¶redni± ocenê w±tków forum.\n\n\nthread.last.label
\nNazwa kolumny wy¶wietlaj±cej ostatni± odpowied¼ w w±tkach forum.\n\n\nfirstpage
\nAdres URL (link) do pierwszej strony listy w±tków forum (w przypadku listy wielostronicowej).\n\n\nlastpage
\nAdres URL (link) do ostatniej strony listy w±tków forum (w przypadku listy wielostronicowej).\n\n\nnextpage
\nAdres URL (link) do nastêpnej strony listy w±tków forum (w przypadku listy wielostronicowej).\n\n\npagelist
\nLista wszystkich stron z list± w±tków forum (w przypadku listy wielostronicowej).\n\n\npreviouspage
\n\nAdres URL (link) do poprzedniej strony listy w±tków forum (w przypadku listy wielostronicowej).\n\n\nmultiplepages
\nWarunek okre¶laj±cy czy lista w±tków forum ma wiêcej ni¿ jedn± stronê.\n\n\nnumberOfPages
\nLiczba stron listy w±tków forum (w przypadku listy wielostronicowej).\n\n\npageNumber
\nNumer danej strony w li¶cie stron w±tków forum (w przypadku listy wielostronicowej).\n\n\nthread_loop
\nKompletna tre¶æ listy w±tków forum.\n\n\n
\n\nthread.views',1068919452,NULL); -INSERT INTO international VALUES (1059,'WebGUI',16,'
\nLiczba wy¶wietleñ danego w±tku forum.\n\n\nthread.replies
\nLiczba odpowiedzi (wpisów u¿ytkowników) w danym w±tku forum.\n\n\nthread.rating
\n¦rednia ocena wszystkich wpisów u¿ytkowników w danym w±tku.\n\n\nthread.rating_loop
\n\n
\nthread.rating_loop.count\n\nthread.isSticky
\nWizualna reprezentacja oceny w±tku (przyk³adowo w postaci \"gwiazdek\" lub w inny zaprojektowany sposób).\n\n
\nWarunek okre¶laj±cy czy dany w±tek jest tzw. \"przyklejony\" (w±tki \"przyklejone\" s± prezentowane na pocz±tku listy w±tków forum).\n\n\nthread.isLocked
\nWarunek okre¶laj±cy czy dany w±tek jest zablokowany przed mo¿liwo¶cia wysy³ania kolejnych postów.\n\n\nthread.root.subject
\nTemat g³ównego wpisu w danym w±tku (pierwszego wpisu u¿ytkownika otwieraj±cego dany w±tek).\n\n\nthread.root.url
\nAdres URL (link) umo¿liwiaj±cy wy¶wietlenie g³ównego wpisu w danym w±tku.\n\n\nthread.root.epoch
\nData g³ównego wpisu w danym w±tku w formacie epoch.\n\n\nthread.root.date
\nData g³ównego wpisu w danym w±tku (sformatowana do wy¶wietlenia na ekranie w/g ustawieñ).\n\n\nthread.root.time
\nCzas wys³ania g³ównego wpisu w danym w±tku (sformatowana do wy¶wietlenia na ekranie w/g ustawieñ).\n\n\nthread.root.user.id
\nIdentyfikator u¿ytkownika który wys³a³ g³ówny wpis w danym w±tku.\n\n\nthread.root.user.name
\nNazwa u¿ytkownika który wys³a³ g³ówny wpis w danym w±tku.\n\n\nthread.root.user.profile
\nAdres URL (link) do profilu u¿ytkownika który wys³a³ g³ówny wpis w danym w±tku.\n\n\nthread.root.user.isVisitor
\nWarunek okre¶laj±cy czy u¿ytkownik który wys³a³ g³ówny wpis w danym w±tku nie by³ zalogowany (anonimowy).\n\n\nthread.root.status
\nStatus okre¶laj±cy g³ówny wpis w danym w±tku.\n\n\n\nthread.last.subject
\nTemat ostatniego wpisu dotycz±cego danego w±tku.\n\n\nthread.last.url
\nAdres URL (link) do strony z ostatnim wpisem w danym w±tku.\n\n\nthread.last.epoch
\nData ostatniego wpisu w danym w±tku w formacie epoch.\n\n\nthread.last.date
\nData ostatniego wpisu w danym w±tku (sformatowana do wy¶wietlenia na ekranie w/g ustawieñ).\n\n\nthread.last.time
\nCzas utworzenia ostatniego wpisu w danym w±tku (sformatowana do wy¶wietlenia na ekranie w/g ustawieñ).\n\n\nthread.last.user.profile
\nAdres URL (link) do strony z profilem u¿ytkownika który wys³a³ ostatni wpis w danym w±tku.\n\n\nthread.last.user.id
\nIdentyfikator u¿ytkownika który wys³a³ ostatni wpis w danym w±tku.\n\n\nthread.last.user.name
\nNazwa u¿ytkownika który wys³a³ ostatni wpis w danym w±tku.\n\n\nthread.last.user.isVisitor
\nWarunek okre¶laj±cy czy u¿ytkownik który wys³a³ ostatni wpis w danym w±tku nie by³ zalogowany (anonimowy).\n\n\nthread.last.status
\nStatus okre¶laj±cy ostatni wpis w danym w±tku.\n\n\nforum.title
\nTytu³ forum zgodny z tym, z którego pochodzi wywo³ywany obiekt.\n\n\nforum.description
\n
\nOpis forum zgodny z tym, z którego pochodzi wywo³ywany obiekt.\nW szablonach wpisów u¿ytkowników (wiadomo¶ci forum) dostêpne s± do wykorzystania nastêpuj±ce zmienne:\n
\n\ncallback.url
\nAdres URL (link) do strony z której nast±pi³o wywo³anie np. do artyku³u lub wys³anej przez u¿ytkownika wiadomo¶ci.\n\n\ncallback.label
\nWy¶wietlana na ekranie nazwa odno¶nika (linku) do strony zawartej w zmiennej callback.url.\n\n\npost.subject.label
\nNazwa pola prezentuj±cego temat wpisu u¿ytkownika (sformatowana do wy¶wietlenia na ekranie w/g ustawieñ).\n\n\npost.subject
\nTemat danego wpisu u¿ytkownika.\n\n\npost.message
\nTre¶æ danego wpisu u¿ytkownika.\n\n\nuser.canPost
\nWarunek okre¶laj±cy czy dany u¿ytkownik mo¿e dokonywaæ wpisy na forum.\n\n\npost.date.value
\nData wys³ania danego wpisu u¿ytkownika (sformatowana do wy¶wietlenia na ekranie w/g ustawieñ).\n\n\npost.date.epoch
\nData wys³ania danego wpisu u¿ytkownika w formacie epoch (jest to liczba sekund od 1 stycznia 1970 roku do momentu zg³oszenia danego postu).\n\n\npost.time.value
\nCzas zamieszczenia danego wpisu u¿ytkownika (sformatowana do wy¶wietlenia na ekranie w/g ustawieñ).\n\n\npost.date.label
\nNag³ówek opisuj±cy pole z dat± wys³ania wpisu u¿ytkownika (pole post.date.value).\n\n\npost.rating.value
\n¦rednia ocena tego wpisu.\n\n\npost.rating.label
\nNag³ówek opisuj±cy pole prezentuj±ce ¶redni± ocenê wpisu na forum (pole post.rating.value).\n\n\npost.views.value
\nLiczba wy¶wietleñ/odczytañ tego wpisu.\n\n\npost.views.label
\nNag³ówek opisuj±cy pole prezentuj±ce liczbê wy¶wietleñ wpisu (pole post.views.value).\n\n\npost.status.value
\nStatus danego wpisu.\n\n\npost.status.label
\nNag³ówek opisuj±cy pole prezentuj±ce status danego wpisu (pole post.status.value).\n\n\npost.isLocked
\nWarunek okre¶laj±cy czy w±tek zwi±zany z danym wpisem jest zablokowany.\n\n\npost.isModerator
\nWarunek okre¶laj±cy czy dany u¿ytkownik ma uprawnienia cenzorskie (moderator).\n\n\npost.canEdit
\nWarunek okre¶laj±cy czy dany u¿ytkownik ma uprawnienia do edycji danego wpisu.\n\n\npost.user.isVisitor
\nWarunek okre¶laj±cy czy dany u¿ytkownik jest niezalogowany (anonimowy).\n\n\npost.user.id
\nIdentyfikator u¿ytkownika który wys³a³ dany wpis na forum.\n\n\npost.user.name
\nNazwa u¿ytkownika który wys³a³ dany wpis.\n\n\npost.user.profile
\nAdres URL (link) do strony z profilem u¿ytkownika który wys³a³ dany wpis.\n\n\npost.url
\nAdres URL (link) do strony wy¶wietlaj±cej dany wpis.\n\n\npost.id
\nUnikalny identyfikator danego wpisu.\n\n\npost.rate.label
\nNazwa linku (adresu URL) do oceny danego wpisu na 1 (sformatowana do wy¶wietlenia na ekranie w/g ustawieñ).\n\n\npost.rate.url.1
\nAdres URL (link) do oceny danego wpisu na 1.\n\n\npost.rate.url.2
\nAdres URL (link) do oceny danego wpisu na 2.\n\n\n\npost.rate.url.3
\nAdres URL (link) do oceny danego wpisu na 3.\n\n\n\npost.rate.url.4
\nAdres URL (link) do oceny danego wpisu na 4.\n\n\n\npost.rate.url.5
\nAdres URL (link) do oceny danego wpisu na 5.\n\n\npost.hasRated
\nWarunek okre¶laj±cy czy dany u¿ytkownik ocenia³ ju¿ ten wpis.\n\n\npost.reply.label
\nNazwa linku (adresu URL) do strony umo¿liwiaj±cej napisanie odpowiedzi na dany wpis (sformatowana do wy¶wietlenia na ekranie w/g ustawieñ).\n\n\npost.reply.url
\nAdres URL (link) do strony umo¿liwiaj±cej napisanie odpowiedzi na dany wpis.\n\n\npost.reply.withquote.url
\nAdres URL (link) do strony umo¿liwiaj±cej napisanie odpowiedzi na dany wpis (do odpow\niedzi wstawiona bêdzie jednocze¶nie oryginalna tre¶æ wiadomo¶ci/wpisu).\n\n\npost.edit.label
\nNazwa linku (adresu URL) zawartego w zmiennej post.edit.url (sformatowana do wy¶wietlenia na ekranie w/g ustawieñ).\n\n\npost.edit.url
\nAdres URL (link) do strony umo¿liwiaj±cej edycjê danego wpisu.\n\n\npost.delete.url
\nAdres URL (link) do strony umo¿liwiaj±cej usuniêcie danego wpisu.\n\n\npost.delete.label
\nNazwa linku (adresu URL) zawartego w zmiennej post.delete.url (sformatowana do wy¶wietlenia na ekranie w/g ustawieñ).\n\n\npost.approve.label
\nNazwa linku (adresu URL) zawartego w zmiennej post.approve.url (sformatowana do wy¶wietlenia na ekranie w/g ustawieñ).\n\n\npost.approve.url
\nAdres URL (link) do strony umo¿liwiaj±cej zatwierdzenie danego wpisu u¿ytkownika do wy¶wietlenia w systemie.\n\n\npost.deny.url
\nAdres URL (link) do strony umo¿liwiaj±cej blokadê danego wpisu u¿ytkownika i nie wy¶wietlanie go w systemie.\n\n\npost.deny.label
\nNazwa linku (adresu URL) zawartego w zmiennej post.deny.url (sformatowana do wy¶wietlenia na ekranie w/g ustawieñ).\n\n\npost.full
\nPe³na postaæ danego wpisu sformatowana w/g szablonu wpisu. Ta postaæ nigdy nie bêdzie u¿yta w katalogu szablonów wpisów, ale czêsto jest u¿ywana w innych szablonach, które wczytuj± zmienne szablonu wpisów.\n\n\nforum.title
\nTytu³ forum zgodny z tym, z którego pochodzi wywo³ywany obiekt.\n\n\nforum.description
',1068919407,NULL); -INSERT INTO international VALUES (82,'Survey',16,'Zakoñcz Ankietê',1068901816,NULL); -INSERT INTO international VALUES (1055,'WebGUI',16,'
\nOpis forum zgodny z tym, z którego pochodzi wywo³ywany obiekt.\nSystem WebGUI ma wbudowany zaawansowany system forum dyskusyjnych umo¿liwiaj±cy wzajemn± wymianê informacji oraz prowadzenie uporz±dkowanej dyskusji (wpisów u¿ytkowników) na temat zamieszczonych na forum tre¶ci. Modu³ forum dyskusyjnych mo¿e byæ do³±czony w wielu miejscach serwisu i jest do³±czony do wielu innych obiektów WebGUI.\n
\nFora dyskusyjne maj± wiele ustawialnych w³a¶ciwo¶ci - oto kompletna lista:\n
\n\nSzablon forum
\nSzablon definiuj±cy sposób wy¶wietlania forum.\n\n\nSzablon w±tku
\nSzablon definiuj±cy sposób wy¶wietlania w±tków.\n\n\nSzablon wpisu
\nSzablon definiuj±cy sposób wy¶wietlania wpisów u¿ytkowników.\n\n\nSzablon wyszukiwarki
\nSzablon definiuj±cy sposób wy¶wietlania wyszukiwarki i uzyskanych wyników wyszukiwania.\n\n\nSzablon formularza wiadomo¶ci
\nSzablon definiuj±cy sposób wy¶wietlania formularza podczas wysy³ania nowych wiadomo¶ci (wpisów u¿ytkowników).\n\n\nSzablon powiadomienia
\nSzablon definiuj±cy wygl±d stron potwierdzeñ dokonanych przez u¿ytkowników czynno¶ci (np. potwierdzenia wys³ania wiadomo¶ci).\n\n\nArchiwizuj po
\nDefinuje maksymalny okres bezczynno¶ci w±tku (w czasie którego nie pojawi± siê nowe wpisy u¿ytkowników w ramach danego w±tku), po którym w±tek zostanie archiwizowany (w efekcie bêdzie tylko dostêpny poprzez wyszukiwarkê).\n\n\nEdytuj czas bezczynno¶ci
\nOkres czasu w ci±gu którego u¿ytkownik ma jeszcze mo¿liwo¶æ edycji wys³anego przez siebie wpisu.\n\nUWAGA: zaleca siê nie ustawiaæ zbyt du¿ego limitu czasu. Jedn± z najwiêkszych zalet dyskusji jest zachowanie informacji o prawdziwych wypowiedziach. Ustawiaj±c zbyt wysoki limit czasu bezczynno¶ci dajesz u¿ytkownikom szanse zmiany stanowiska du¿o pó¼niej ni¿ ono faktycznie wyst±pi³o. Tak wyedytowane dyskusje mog± byæ w efekcie niespójne i powodowaæ brak zaufania innych u¿ytkowników do Twojego forum.\n
\n\nDodawaæ datê edycji do wpisów?
\nJe¿eli ustawione na tak, informacja o dacie edycji bêdzie dodawana na koñcu wpisu u¿ytkownika, za ka¿dym razem gdy bêdzie on edytowany.\n\n\nZaawansowana edycja?
\nJe¿eli ustawione na tak, u¿ytkownicy podczas przygotowywania swoich wpisów bêd± mogli korzystaæ z zaawansowanego edytora oferuj±cego dodatkowe mo¿liwo¶ci edycji tre¶ci.\n\n\nZezwalaæ na zamienniki?
\nJe¿eli ustawione na tak, u¿ytkownicy bêd± mogli u¿ywaæ zamiennych zwrotów i s³ów w swoich wpisach na forum. Lista zamienników mo¿e byæ ustawiana we w³a¶ciwo¶ciach.\n\n\nPoziom filtrowania
\nWybierz typ filtrowania tre¶ci wpisów u¿ytkowników.\n\n\nWpisów na stronie
\nMaksymalna liczba postów prezentowana na stronie.\n\n\nPunkty za wpis
\nIloma punktami nagradzaæ u¿ytkownika za wys³anie wpisu na forum (pole aktywne je¿eli administrator w ustawieniach u¿ytkowników aktywowa³ system punktacji u¿ytkowników za ich aktywno¶æ)?\n\n\nKto mo¿e wysy³aæ
\nGrupa u¿ytkowników uprawniona do wysy³ania wpisów na forum.\n\n\nModeracja wpisów?
\nJe¿eli ustawione na tak, wtedy status dokonywanych przez u¿ytkowników wpisów na forum bêdzie automatycznie ustawiany na oczekuj±cy, i takie wpisy nie bêd± wy¶wietlane a¿ do czasu ich zaaprobowania przez moderatora.\n\n\nKto mo¿e moderowaæ?
',1068708617,NULL); -INSERT INTO international VALUES (1072,'WebGUI',16,'Taki adres email jest ju¿ zarejestrowany w systemie - proszê wybraæ inny adres email.',1068703399,NULL); -INSERT INTO international VALUES (73,'MessageBoard',16,'Szablon forum',1067651735,NULL); -INSERT INTO international VALUES (61,'MessageBoard',16,'Forum, Dodawanie/Edycja',1067651723,NULL); -INSERT INTO international VALUES (1016,'WebGUI',16,'Odp.',1067651507,NULL); -INSERT INTO international VALUES (8,'WebGUI',16,'Zobacz strony nie odnalezione.',1067651308,NULL); -INSERT INTO international VALUES (799,'WebGUI',16,'Ods³ony strony.',1067651230,NULL); -INSERT INTO international VALUES (514,'WebGUI',16,'Ods³ony',1067651193,NULL); -INSERT INTO international VALUES (430,'WebGUI',16,'Zobacz ostatni± stronê',1067651168,NULL); -INSERT INTO international VALUES (14,'WebGUI',16,'Zobacz oczekuj±ce zg³oszenia.',1067651135,NULL); -INSERT INTO international VALUES (13,'WSClient',1,'Pagination after',1072810296,NULL); -INSERT INTO international VALUES (61,'Survey',16,'Zobacz dziennik ocen.',1067651054,NULL); -INSERT INTO international VALUES (59,'Survey',16,'Zobacz przegl±d statystyczny.',1067651004,NULL); -INSERT INTO international VALUES (56,'Survey',16,'Zobacz komentarze.',1067650959,NULL); -INSERT INTO international VALUES (55,'Survey',16,'Zobacz odpowiedzi.',1067650942,NULL); -INSERT INTO international VALUES (28,'Article',16,'Zobacz odpowiedzi',1067650910,NULL); -INSERT INTO international VALUES (622,'WebGUI',16,'W celu uzyskania wiêkszej ilo¶ci informacji na temat domy¶lnych grup i zasad zarz±dzania grupami zobacz ekrany pomocy w dziale Zarz±dzaj grupami.\n
\nGrupa u¿ytkowników uprawniona do moderacji wpisów u¿ytkowników.\n\n\nNazwa grupy
\nNazwa danej grupy. Dobrym zwyczajem jest nadawanie grupom nazw, które pozwalaj± na szybkie i trafne okre¶lenie przeznaczenia grupy.\n\n\nOpis
\nDowolny opis grupy i ewentualnie opis celu jej utworzenia.\n\n\nWygasa po
\nOkres czasu po którym u¿ytkownik nale¿±cy do grupy jest automatycznie blokowany lub usuwany z danej grupy. Jest to szczególnie przydatne dla systemów cz³onkowskich, gdzie u¿ytkownicy uzyskuj± okre¶lone uprawnienia przez ustalony okres czasu. \n\nUWAGA: To ustawienie mo¿e byæ zmienione dla konkretnych u¿ytkowników.\n
\n\nPowiadomiæ u¿ytkownika o wyga¶niêciu?
\nUmo¿liwia wysy³anie przez system WebGUI powiadomieñ o zbli¿aj±cym siê koñcu przynale¿no¶ci u¿ytkownika do danej grupy.\n\n\nIle dni wcze¶niej powiadomiæ o wyga¶niêciu
\nW polu tym definiuje siê liczbê dni przed terminem wyga¶niêcia dostêpu u¿ytkownika do danej grupy, kiedy zostanie przez WebGUI wys³ana informacja o tym fakcie. Ustawienie warto¶ci \"0\" spowoduje wys³anie tej informacji w dniu wyga¶niêcia dostêpu. Warto¶æ \"-7\" oznacza siedem dni przed up³ywem terminu, podczas gdy warto¶æ \"7\" oznacza wys³anie powiadomienia siedem dni po up³ywie terminu wyga¶niêcia.\n\n\nWiadomo¶æ powiadomienia o wyga¶niêciu
\nTre¶æ wiadomo¶ci informuj±cej o wyga¶niêciu dostêpu u¿ytkownika do danej grupy.\n\n\nOpó¼nienie Usuniêcia
\nW tym polu nale¿y podaæ liczbê dni od dnia up³yniêcia dostêpu u¿ytkownika do danej grupy, do dnia usuniêcia u¿ytkownikowi uprawnieñ dostêpu do grupy. Ustawienie warto¶ci \"0\" spowoduje usuniêcie dostêpu w dniu wyga¶niêcia dostêpu. Warto¶æ \"-7\" oznacza siedem dni przed up³ywem terminu, podczas gdy warto¶æ \"7\" oznacza usuniêcie dostêpu siedem dni po up³ywie terminu wyga¶niêcia.\n\nDostêp wed³ug parametrów sesji
\nU¿ytkownik mo¿e byæ automatycznie przydzielony do grupy, na podstawie odpowiedniej zmiennej sesji. Zmienne te mog± byæ ustawione programowo lub mog± byæ ustawione poprzez parametr dodany na koñcu wywo³ywanego adresu URL, przyk³adowo:\n\n?op=setScratch&scratchName=jakisuzytkownik&scratchValue=jakaswartosc\n
\nW wyniku wczytania przez u¿ytkownika takiego adresu (oczywi¶cie jakisuzytkownik i jakaswartosc nalezy zmieniæ na konkretne warto¶ci), utworzona zostanie zmienna sesji z nazw± www_jakisuzytkownik o warto¶ci \"jakaswartosc\". Przedrostek \"www_\" jest dodawany aby nie nadpisaæ zmiennych sesji utworzonych programowo.\n
\nAby filtrowaæ dostêp do grupy wed³ug zmiennej sesji nale¿y dodaæ w tym polu wiersze zawieraj±ce odpowiednie wpisy ? dla tego przyk³adu bêdzie to wiersz o postaci:\n
\nwww_jakisuzytkownik=jakaswartosc\n
\nAdres IP
\nPodaj adres IP u¿ytkownika lub maskê podsieci z której u¿ytkownicy bêd± automatycznie uzyskiwali przynale¿no¶æ do danej grupy. Mo¿liwe jest te¿ podanie kilku adresów IP i podsieci rozdzielonych ¶rednikami.\n\nPrzyk³ad: 10.;192.168.;101.42.200.142\n
\n\nSystem punktacji - próg
\nTo pole jest wy¶wietlane je¿eli w systemie w³±czony jest system punktacji aktywno¶ci u¿ytkowników serwisu. Pole to definiuje minimalny poziom uzyskanych przez u¿ytkownika punktów, umo¿liwiaj±cy mu uzyskania dostêpu do danej grupy.\n\n\n\nU¿ytkownicy mog± siê dodawaæ?
\nCzy u¿ytkownicy mog± siê samodzielnie dodawaæ do danej grupy. Po wiêcej informacji zobacz opis makra GroupAdd.\n\nU¿ytkownicy mog± siê usuwaæ?
\nCzy u¿ytkownicy mog± siê samodzielnie usuwaæ z danej grupy. Po wiêcej informacji zobacz opis makra GroupDelete.\n\n\nPoni¿sze opcje s± zalecane do edycji tylko przez zaawansowanych administratorów systemu WebGUI.\n
\n\nPo³±czenie do bazy danych
\nWybierz z listy nazwê po³±czenia do zewnêtrzne\nj bazy danych je¿eli ma byæ ona u¿ywana do sprawdzania uprawnieñ dostêpu u¿ytkowników tej grupy.\n\nZapytanie SQL
\nWiele serwisów korzysta z zewnêtrznych w stosunku do serwisu baz danych, umo¿liwiaj±cych sprawdzenie uprawnieñ u¿ytkowników do dostêpu do grup - przyk³adowo baza kadrowa pracowników mo¿e byæ po³±czona identyfikatorem pracownika (u¿ytkownika) z baz± historii opieki zdrowotnej pracowników). Aby sprawdzaæ uprawnienia u¿ytkowników wed³ug danych zawartych w takich zewnêtrznych bazach danych, nale¿y skonstruowaæ zapytanie SQL do takiej bazy zwracaj±ce warto¶æ 1 je¿eli dany u¿ytkownik siê w niej znajduje i spe³nia za³o¿one warunki. Upewnij siê ¿e zapytanie SQL zwraca warto¶æ 1. W zapytaniu SQL mo¿na stosowaæ makra aby wykorzystaæ w zapytaniu dane z profilu u¿ytkownika, np. ID pracownika. Oto przyk³ad zapytania sprawdzaj±cego u¿ytkownika w fikcyjnej bazie danych pracowników (przyk³ad zak³ada ¿e w profilu u¿ytkownika jest pole nazwane pracownikId) pod k±tem posiadania przez niego \'planu opieki zdrowotnej nr 1\'.
\n
\nselect 1 from pracownicy, opieka_zdrowotna, pracownicy_do_opieka
\nwhere pracownicy.pracownik_id = ^User(\"pracownikId\");
\nand opieka_zdrowotna.nazwa_planu = \'Plan zdrowotny 1\'
\nand pracownicy.pracownik_id = pracownicy_do_opieka.pracownik_id
\nand opieka_zdrowotna.plan_id = pracownicy_do_opieka.plan_id
\n
\nTak skonstruowane zapytanie w³a¶ciwe bêdzie dla grupy, któr± bêdziemy mogli nazwaæ \'Pracownicy posiadaj±cy plan zdrowotny nr 1\' i równocze¶nie bêdziemy mogli ograniczyæ dostêp do takiej grupy tylko dla u¿ytkowników posiadaj±cych taki plan zdrowotny.\n\nCzas przechowywania wyników zapytañ SQL
\nSerwisy posiadaj±ce du¿e zewnêtrzne bazy danych do których generowana jest du¿a liczba zapytañ, mog± ograniczyæ liczbê wykonywanych po³±czeñ poprzez pobieranie danych z zapamiêtanych wyników wcze¶niej wykonanych zapytañ SQL. W tym polu definiuje siê jak d³ugo uzyskane wcze¶niej wyniku uznaje siê za wa¿ne (po tym czasie zamiast wczytania zapamietanego wcze¶niej wyniku zapytania SQL wymusza siê jego ponowne zapytanie w celu uzyskania nowego wyniku). W przysz³ych wersjach WebGUI mechanizmy przechowywania wyników (cache) zostan± prawdopodobnie rozbudowane.',1066651479,NULL); -INSERT INTO international VALUES (1071,'WebGUI',16,'Jak zmienna HTTP_HOST',1066641511,NULL); -INSERT INTO international VALUES (1070,'WebGUI',16,'Skonfigurowana Nazwa Systemu',1066641473,NULL); -INSERT INTO international VALUES (1069,'WebGUI',16,'Nazwa serwera',1066641432,NULL); -INSERT INTO international VALUES (629,'WebGUI',16,'U¿ywaæ wspólnego schowka?
\nUmo¿liwia to stosowanie jednego, wspólnego dla wszystkich u¿ytkowników systemu schowka, daj±c tym samym mo¿liwo¶æ korzystania wszystkich u¿ytkowników ze skopiowanych do schowka pozycji. Domy¶lnie system schowka jest osobny dla ka¿dego u¿ytkownika.\n\n\nU¿ywaæ wspólnego kosza?
\nUmo¿liwia to stosowanie jednego, wspólnego dla wszystkich u¿ytkowników systemu kosza. Domy¶lnie system kosza jest osobny dla ka¿dego u¿ytkownika.\n\n\nPrzez proxy pokazywaæ adres IP klienta?
\nJe¿eli ustawione na tak, to dostêpna bêdzie zmienna ¶rodowiskowa HTTP_X_FORWARDED_FOR, której to warto¶æ zostanie u¿yta zamiast REMOTE_ADDRESS, pokazuj±c adres IP przegl±darki klienta, pomimo u¿ywania przez niego serwera proxy. Takie ustawienie jest wymagane w przypadku grup u¿ytkowników bazuj±cych na adresie IP u¿ytkownika, aby umo¿liwiæ poprawne jego poprawne rozpoznanie, nawet je¿eli jego IP jest maskowane przez serwer proxy. Je¿eli nie wiesz jak masz ustawiæ ten parametr, to oznacza ¿e raczej powiniene¶ go ustawiæ na nie.\n\n\nPomijaæ bufor serwera proxy?
\nNiektóre firmy u¿ywaj± serwerów proxy które sprawiaj± problemy w po³±czeniu z systemem opartym o WebGUI. Je¿eli jeste¶ w takiej sytuacji, to powiniene¶ ustawiæ ten parametr na Tak. Proszê mieæ na wzglêdzie, ¿e w³±czenie tej opcji spowoduje bardziej skomplikowan± budowê adresów URL serwisu.\n\n\nPokazywaæ b³êdy?
\nCzy podczas pracy systemu WebGUI pokazywaæ ostrze¿enia i b³êdy wykonywania zadañ oraz wykonywane w systemie operacje? Jest to przydatne przy uruchamianiu serwisu, aby odnale¼æ miejsca stwarzaj±ce problemy.\n\n\nPokazywaæ statystyki stron?
\nSystem WebGUI mo¿e zapisywaæ dodatkowe informacje statystyczne dotycz±ce odwiedzanych stron serwisu. Nale¿y mieæ jednak na wzglêdzie ¿e powoduje to dodatkowe obci±¿enie procesora oraz bazy danych systemów bêd± ros³y znacznie szybciej w objêto¶ci. Uaktywnij t± opcjê tylko w przypadku gdy nie masz ju¿ innego zewnêtrznego i poprawnie pracuj±cego systemu statystyk.\n\n\n\nWersja nazwy serwera
',1066641387,NULL); -INSERT INTO international VALUES (71,'USS',16,'
\nWybierz któr± wersjê nazwy serwera chcesz u¿ywaæ w generowanych przez system adresach URL stron. U¿ycie opcji \"Nazwa z konfiguracji\" spowoduje u¿ycie nazwy serwera w postaci takiej jak w pliku konfiguracyjnym WebGUI. U¿ycie opcji \"HTTP_HOST\"spowoduje spowoduje u¿ycie nazwy serwera w postaci takiej jak w zmiennej ¶rodowiskowej serwera HTTP_HOST.\nSystem zg³aszania propozycji to znakomite narzêdzie do aktywizacji u¿ytkowników Twojego serwisu, umo¿liwiaj±ce miêdzy innymi ich wlyw na tre¶æ serwisu i budowanie wzajemnych wiêzi. Ponadto jest to znakomite i bezp³atne ¼ród³o warto¶ciowych tre¶ci dla Twojego systemu.\n
\n\nSzablon
\nWybierz szablon prezentowania systemu zg³aszania propozycji.\n\n\n\nFiltruj tre¶æ HTML
\nWybierz poziom filtrowania tre¶ci otrzymywanych poprzez system zg³aszania propozycji.\n\n\nSzablon propozycji
\nWybierz szablon obs³ugi zg³aszania propozycji.\n\n\nKto mo¿e aprobowaæ?
\nWybierz grupê u¿ytkowników która uprawniona bêdzie do akceptacji lub odrzucania zg³aszanych propozycji.\n
\n\nKto mo¿e uczestniczyæ?
\nWybierz grupê u¿ytkowników która uprawniona bêdzie do zg³aszania propozycji.\n
\n\nPropozycji na stronê
\nJaka jest maksymalna liczba zg³oszonych propozycji prezentowana na pojedyñczej stronie (dotyczy sposobu wy¶wietlania listy/indeksu zg³oszonych propozycji)?\n
\n\nSortowanie po
\nNazwa pola/kolumny wed³ug której ma byæ sortowana lista zg³aszanych propozycji.\n\n\nPorz±dek sortowania
\nWybierz charakter sortowania listy zg³aszanych propozycji.\n\n\nDomy¶lny Status
\nJaki jest domy¶lny poziom akceptacji zg³aszanych propozycji? Czy propozycja powinna uzyskaæ automatyczny status akceptacji: Zaaprobowany, Oczekuj±cy, czy te¿ Zablokowany?\n
\nUwaga: Je¿eli automatyczny status zostanie zdefiniowany na oczekuj±cy, nale¿y pamiêtaæ wtedy o regularnym sprawdzaniu w systemie czy nie ma oczekuj±cych zg³oszeñ do rozpatrzenia.\n\n\nPunkty za zg³oszenie
\nIloma punktami nagradzaæ u¿ytkownika za zg³oszenie propozycji (pole aktywne je¿eli administrator w ustawieniach u¿ytkowników aktywowa³ system punktacji u¿ytkowników za ich aktywno¶æ)?\n\n\n\nUmo¿liwiæ dyskusjê?
',1066637303,NULL); -INSERT INTO international VALUES (75,'USS',16,'
\nZaznaczaj±c to pole umo¿liwiamy u¿ytkownikom zg³aszanie w³asnych uwag (odpowiedzi, komentarzy) do zamieszczonej tre¶ci otrzymanej w wyniku zg³oszonej propozycji.\nW szablonach systemu zg³aszania propozycji dostêpne s± do wykorzystania nastêpuj±ce zmienne:\r\n
\r\n\r\nreadmore.label
\r\nNazwa opisuj±ca link umo¿liwiaj±cy przej¶cie do dalszej czê¶ci tekstu (np. czytaj wiêcej...) sformatowana do wy¶wietlenia na ekranie w/g ustawieñ.\r\n\r\n\r\nresponses.label
\r\nNazwa opisuj±ca link umo¿liwiaj±cy przej¶cie do przegl±dania odpowiedzi do danego zg³oszenia, sformatowana do wy¶wietlenia na ekranie w/g ustawieñ.\r\n\r\n\r\ncanPost
\r\nWarunek okre¶laj±cy czy bie¿±cy u¿ytkownik mo¿e zg³aszaæ propozycje.\r\n\r\n\r\npost.url
\r\nAdres URL (link) umo¿liwiaj±cy dodanie nowej propozycji.\r\n\r\n\r\npost.label
\r\nNazwa opisuj±ca adres zawarty w post.url (sformatowana do wy¶wietlenia na ekranie w/g ustawieñ - np. przet³umaczona zgodnie z ustawieniami jêzykowymi).\r\n\r\n\r\nsearch.label
\r\nNazwa opisuj±ca adres zawarty w search.url (sformatowana do wy¶wietlenia na ekranie w/g ustawieñ).\r\n\r\n\r\nsearch.url
\r\nAdres URL (link) umo¿liwiaj±cy w³±czenie lub wy³±czenie wy¶wietlania formularza wyszukiwarki.\r\n\r\n\r\nsearch.form
\r\nWy¶wietlenie Formularza wyszukiwarki.\r\n\r\n\r\ntitle.label
\r\nNazwa opisuj±ca kolumnê tytu³ów (sformatowana do wy¶wietlenia na ekranie w/g ustawieñ).\r\n\r\n\r\nthumbnail.label
\r\nNazwa opisuj±ca kolumnê ikonek (pomniejszeñ zdjêæ za³±czonych do propozycji, o ile by³y za³±czone), sformatowana do wy¶wietlenia na ekranie w/g ustawieñ.\r\n\r\n\r\ndate.label
\r\nNazwa opisuj±ca kolumnê dat (sformatowana do wy¶wietlenia na ekranie w/g ustawieñ).\r\n\r\n\r\ndate.updated.label
\r\nNazwa prezentuj±ca datê ostatniej modyfikacji danej propozycji (sformatowana do wy¶wietlenia na ekranie w/g ustawieñ).\r\n\r\n\r\nby.label
\r\nNazwa prezentuj±ca kto zg³osi³ dan± propozycjê (sformatowana do wy¶wietlenia na ekranie w/g ustawieñ).\r\n\r\n\r\nsubmissions_loop
\r\nLista zawieraj±ca propozycje.\r\n\r\nsubmission.id\r\n\r\n\r\n\r\nfirstPage
\r\nUnikalny identyfikator dla danej propozycji.\r\n\r\n\r\nsubmission.url
\r\nAdres URL (link) pod którym mo¿na obejrzeæ dan± propozycjê.\r\n\r\n\r\nsubmission.content
\r\nSkrótowa zawarto¶æ tre¶ci danej propozycji.\r\n\r\n\r\nsubmission.responses
\r\nLiczba odpowiedzi otrzymanych do danej propozycji.\r\n\r\n\r\nsubmission.title
\r\nTytu³ danej propozycji.\r\n\r\n\r\nsubmission.userId
\r\nIdentyfikator u¿ytkownika, który zg³osi³ dan± propozycjê.\r\n\r\n\r\nsubmission.username
\r\nNazwa u¿ytkownika, który zg³osi³ dan± propozycjê.\r\n\r\n\r\nsubmission.status
\r\nStatus danej propozycji (zaakceptowana, oczekuj±ca, zablokowana).\r\n\r\n\r\nsubmission.thumbnail
\r\nPomniejszone zdjêcie za³±czone do propozycji, o ile by³o za³±czone.\r\n\r\n\r\nsubmission.date
\r\nData zg³oszenia danej propozycji.\r\n\r\n\r\nsubmission.date.updated
\r\nData i czas ostatniej modyfikacji danej propozycji (sformatowana do wy¶wietlenia na ekranie w/g ustawieñ).\r\n\r\n\r\nsubmission.currentUser
\r\nWarunek okre¶laj±cy czy bie¿±cy u¿ytkownik jest równie¿ autorem danej propozycji.\r\n\r\n\r\nsubmission.userProfile
\r\nAdres URL (link) do profilu u¿ytkownika, który zg³osi³ dan± propozycjê.\r\n\r\n\r\nsubmission.secondColumn
\r\nWarunek okre¶laj±cy czy dana propozycja bêdzie prezentowana w drugiej kolumnie (w przypadku wy¶wietlania propozycji w wielu kolumnach).\r\n\r\n\r\nsubmission.thirdColumn
\r\nWarunek okre¶laj±cy czy dana propozycja bêdzie prezentowana w trzeciej kolumnie (w przypadku wy¶wietlania propozycji w wielu kolumnach).\r\n\r\n\r\nsubmission.fourthColumn
\r\nWarunek okre¶laj±cy czy dana propozycja bêdzie prezentowana w czwartej kolumnie (w przypadku wy¶wietlania propozycji w wielu kolumnach).\r\n\r\n\r\nsubmission.fifthColumn
\r\nWarunek okre¶laj±cy czy dana propozycja bêdzie prezentowana w pi±tej kolumnie (w przypadku wy¶wietlania propozycji w wielu kolumnach).\r\n\r\n\r\n
\r\nAdres URL (link) do pierwszej strony listy propozycji (w przypadku listy wielostronicowej).\r\n\r\n\r\nlastPage
\r\nAdres URL (link) do ostatniej strony listy propozycji (w przypadku listy wielostronicowej).\r\n\r\n\r\nnextPage
\r\nAdres URL (link) do nastêpnej strony listy propozycji (w przypadku listy wielostronicowej).\r\n\r\n\r\npreviousPage
\r\nAdres URL (link) do poprzedniej strony listy propozycji (w przypadku listy wielostronicowej).\r\n\r\n\r\npageList
\r\nLista wszystkich stron z list± propozycji (w przypadku listy wielostronicowej).\r\n\r\n\r\nmultiplePages
\r\nWarunek okre¶laj±cy czy lista propozycji ma wiêcej ni¿ jedn± stronê.\r\n',1066637208,NULL); -INSERT INTO international VALUES (77,'USS',16,'Szablony propozycji definiuj± sposób wy¶wietlania poszczególnych zg³oszeñ w ca³ym systemie zg³aszania propozycji. W szablonach propozycji dostêpne s± do wykorzystania nastêpuj±ce zmienne:\r\n
\r\n\r\ntitle
\r\nTytu³ danej propozycji.\r\n\r\n\r\ncontent
\r\nPe³na tre¶æ danej propozycji.\r\n\r\n\r\nuser.label
\r\nEtykieta (tre¶æ sformatowana do wy¶wietlenia na stronie) informuj±ca jaki u¿ytkownik zg³osi³ dan± propozycjê.\r\n\r\n\r\nuser.profile
\r\nAdres URL (link) do profilu u¿ytkownika, który zg³osi³ dan± propozycjê.\r\n\r\n\r\nuser.username
\r\nNazwa u¿ytkownika, który zg³osi³ dan± propozycjê.\r\n\r\n\r\nuser.id
\r\nUnikalny identyfikator u¿ytkownika, który zg³osi³ dan± propozycjê.\r\n\r\ndate.label
\r\nNazwa pola daty zg³oszenia przez u¿ytkownika danej propozycji (sformatowana do wy¶wietlenia na stronie w/g ustawieñ).\r\n\r\n\r\ndate.epoch
\r\nData zg³oszenia przez u¿ytkownika danej propozycji w formacie epoch (jest to liczba sekund od 1 stycznia 1970 roku do momentu zg³oszenia danej propozycji).\r\n\r\n\r\ndate.human
\r\nData i godzina zg³oszenia przez u¿ytkownika danej propozycji wy¶wietlona w formacie zgodnym z ustawieniami danego u¿ytkownika.\r\n\r\n\r\ndate.updated.label
\r\nNazwa pola data ostatniej edycji danej propozycji (sformatowana do wy¶wietlenia na stronie w/g ustawieñ).\r\n\r\n\r\ndate.updated.epoch
\r\nData ostatniej edycji w formacie epoch (jest to liczba sekund od 1 stycznia 1970 roku do momentu zg³oszenia danej propozycji).\r\n\r\n\r\ndate.updated.human
\r\nData i godzina ostatniej edycji danej propozycji wy¶wietlona w formacie zgodnym z ustawieniami danego u¿ytkownika.\r\n\r\n\r\nstatus.label
\r\nStatus akceptacji danej propozycji (sformatowany do wy¶wietlenia na stronie w/g ustawieñ).\r\n\r\n\r\nstatus.status
\r\nStatus akceptacji danej propozycji.\r\n\r\n\r\nviews.label
\r\nLiczba ilo¶ci wy¶wietleñ na stronach danej propozycji (sformatowana do wy¶wietlenia na stronie w/g ustawieñ).\r\n\r\n\r\nviews.count
\r\nLiczba ilo¶ci wy¶wietleñ na stronach danej propozycji.\r\n\r\n\r\ncanPost
\r\nWarunek okre¶laj±cy czy dany u¿ytkownik ma prawo zg³aszaæ propozycje.\r\n\r\n\r\npost.url
\r\nAdres URL (link) do strony umo¿liwiaj±cej zg³oszenie nowej propozycji.\r\n\r\n\r\npost.label
\r\nNazwa odno¶nika (linku) do strony umo¿liwiaj±cej zg³oszenie nowej propozycji (sformatowana do wy¶wietlenia na stronie w/g ustawieñ).\r\n\r\n\r\nprevious.more
\r\nWarunek wskazuj±cy czy s± równie¿ inne zg³oszone propozycje do przejrzenia, poprzedzaj±ce dan± propozycjê.\r\n\r\n\r\nprevious.url
\r\nAdres URL (link) do strony z propozycj± poprzedzaj±c± dan± propozycjê.\r\n\r\n\r\nprevious.label
\r\nNazwa odno¶nika (linku) do strony z propozycj± poprzedzaj±c± dan± propozycjê (sformatowana do wy¶wietlenia na stronie w/g ustawieñ).\r\n\r\n\r\nnext.more
\r\nWarunek wskazuj±cy czy s± równie¿ inne zg³oszone propozycje do przejrzenia, nastêpuj±ce po danej propozycji.\r\n\r\n\r\nnext.url
\r\nAdres URL (link) do strony z nastêpn± w stosunku do danej propozycji.\r\n\r\n\r\nnext.label
\r\nNazwa odno¶nika (linku) do strony z nastêpn± w stosunku do danej propozycji (sformatowana do wy¶wietlenia na stronie w/g ustawieñ).\r\n\r\n\r\ncanEdit
\r\nWarunek okre¶laj±cy czy dany u¿ytkownik ma prawo edytowaæ lub usun±æ dan± propozycje.\r\n\r\n\r\nedit.url
\r\nAdres URL (link) do strony umo¿liwiaj±cej edycjê danej propozycji.\r\n\r\n\r\nedit.label
\r\nNazwa odno¶nika (linku) do strony umo¿liwiaj±cej edycjê danej propozycji (sformatowana do wy¶wietlenia na stronie w/g ustawieñ).\nr\n\r\n\r\ndelete.url
\r\nAdres URL (link) do strony umo¿liwiaj±cej usuniêcie danej propozycji.\r\n\r\n\r\ndelete.label
\r\nNazwa odno¶nika (linku) do strony umo¿liwiaj±cej usuniêcie danej propozycji (sformatowana do wy¶wietlenia na stronie w/g ustawieñ).\r\n\r\n\r\ncanChangeStatus
\r\nWarunek okre¶laj±cy czy dany u¿ytkownik ma prawo zmieniæ status akceptacji danej propozycji.\r\n\r\n\r\napprove.url
\r\nAdres URL (link) do strony umo¿liwiaj±cej dokonanie akceptacji danej propozycji.\r\n\r\n\r\napprove.label
\r\nNazwa odno¶nika (linku) do strony umo¿liwiaj±cej akceptacjê danej propozycji (sformatowana do wy¶wietlenia na stronie w/g ustawieñ).\r\n\r\n\r\ndeny.url
\r\nAdres URL (link) do strony umo¿liwiaj±cej dokonanie odrzucenia danej propozycji.\r\n\r\n\r\ndeny.label
\r\nNazwa odno¶nika (linku) do strony umo¿liwiaj±cej odrzucenie danej propozycji (sformatowana do wy¶wietlenia na stronie w/g ustawieñ).\r\n\r\n\r\nleave.url
\r\nAdres URL (link) do strony umo¿liwiaj±cej pozostawienie propozycji w niezmienionym stanie akceptacji.\r\n\r\n\r\nleave.label
\r\nNazwa odno¶nika (linku) do strony umo¿liwiaj±cej pozostawienie propozycji w niezmienionym stanie akceptacji (sformatowana do wy¶wietlenia na stronie w/g ustawieñ).\r\n\r\n\r\ncanReply
\r\nWarunek okre¶laj±cy czy dany u¿ytkownik ma prawo wysy³aæ odpowiedzi na tre¶æ danej propozycji.\r\n\r\n\r\nreply.url
\r\nAdres URL (link) do strony umo¿liwiaj±cej wys³anie odpowiedzi/w³asnego komentarza na dan± propozycjê.\r\n\r\n\r\nreply.label
\r\nNazwa odno¶nika (linku) do strony umo¿liwiaj±cej wys³anie odpowiedzi/w³asnego komentarza na dan± propozycjê (sformatowana do wy¶wietlenia na stronie w/g ustawieñ).\r\n\r\n\r\nsearch.url
\r\nAdres URL (link) umo¿liwiaj±cy wy¶wietlenie formularza wyszukiwania.\r\n\r\n\r\nsearch.label
\r\nNazwa odno¶nika (linku) umo¿liwiaj±cego wy¶wietlenie formularza wyszukiwania (sformatowana do wy¶wietlenia na stronie w/g ustawieñ).\r\n\r\n\r\nback.url
\r\nAdres URL (link) umo¿liwiaj±cy powrót u¿ytkownika do g³ównej listy.\r\n\r\n\r\nback.label
\r\nNazwa odno¶nika (linku) umo¿liwiaj±cego powrót do g³ównej listy (sformatowana do wy¶wietlenia na stronie w/g ustawieñ).\r\n\r\n\r\nreplies
',1066637012,NULL); -INSERT INTO international VALUES (82,'USS',16,'Malej±cy',1066636432,NULL); -INSERT INTO international VALUES (81,'USS',16,'@Rosn±cy',1066636389,NULL); -INSERT INTO international VALUES (80,'USS',16,'Porz±dek sortowania',1066636329,NULL); -INSERT INTO international VALUES (79,'USS',16,'Sortowanie po',1066636255,NULL); -INSERT INTO international VALUES (78,'USS',16,'Data aktualizacji',1066636183,NULL); -INSERT INTO international VALUES (71,'MessageBoard',16,'Fora dyskusyjne to najczê¶ciej miejsca wymiany pogl±dów i informacji pomiêdzy u¿ytkownikami danego serwisu internetowego. Wiele organizacji i przedsiêbiorstw u¿ywa ich równie¿ na stronach swoich sieci wewnêtrznych - Intranetów, w celu usprawnienia wspó³pracy nad w³asnymi projektami i przedsiêwziêciami.\r\n
\r\nKompletna lista wszystkich odpowiedzi na dan± propozycjê.\r\n
',1066584548,NULL); -INSERT INTO international VALUES (78,'MessageBoard',16,'Forum, Dodawanie/Edycja',1066584480,NULL); -INSERT INTO international VALUES (79,'MessageBoard',16,'Fora dyskusyjne mog± zawieraæ wiêcej ni¿ jedno forum. Oto lista parametrów przyporz±dkowana do ka¿dego forum dyskusyjnego.\n\n
\n\nTytu³
\nNazwa danego forum.\n\n\nOpis
\nOpis danego forum.\n\n\nUWAGA: Wszystkie parametry dla for dyskusyjnych s± tutaj równie¿ dostêpne - zajrzyj na stronê pomocy po wiêcej informacji.',1066584480,NULL); -INSERT INTO international VALUES (74,'MessageBoard',16,'
W szablonach For dyskusyjnych dostêpne s± do wykorzystania nastêpuj±ce zmienne:\n
\n\nforum.add.url
\nAdres URL (link) pod którym dostêpna jest mo¿liwo¶æ dodania forum.\n\n\nforum.add.label
\nEtykieta/Nazwa jaka bêdzie u¿yta do nazwania odno¶nika (linku) do strony dodawania forum.\n\ntitle.label
\nEtykieta/Nazwa jaka bêdzie u¿yta do nazwania kolumny z nazwami for dyskusyjnych.\n\n\nviews.label
\nEtykieta/Nazwa jaka bêdzie u¿yta do nazwania kolumny z liczb± wej¶æ u¿ytkowników do for dyskusyjnych.\n\n\nrating.label
\nEtykieta/Nazwa jaka bêdzie u¿yta do nazwania kolumny z ocen± for dyskusyjnych.\n\n\nthreads.label
\nEtykieta/Nazwa jaka bêdzie u¿yta do nazwania kolumny z liczb± w±tków tematycznych for dyskusyjnych.\n\n\nreplies.label
\nEtykieta/Nazwa jaka bêdzie u¿yta do nazwania kolumny z liczb± odpowiedzi (wpisów u¿ytkowników) na forach dyskusyjnych.\n\n\nlastpost.label
\nEtykieta/Nazwa jaka bêdzie u¿yta do nazwania kolumny z dat± zg³oszenia ostatniego wpisu na poszczególnych forach dyskusyjnych.\n\n\n\nforum_loop
\nLista wszystkich dotychczas utworzonych for dyskusyjnych.\n\n\n
\n\nforum.controls\n
\nPanel kontrolek systemu WebGUI umo¿liwiaj±cy kontrolê i administrowanie danym forum dyskusyjnym.\n\n\nforum.count
\nLiczba porz±dkowa wskazuj±ca pozycjê danego forum na li¶cie for dyskusyjnych.\n\n\nforum.title
\nNazwa danego forum dyskusyjnego.\n\n\nforum.description
\nSzczegó³owy opis danego forum dyskusyjnego.\n\n\nforum.replies
\nSumaryczna liczba wszystkich odpowiedzi (wpisów u¿ytkowników) na w±tki zawarte w danym forum dyskusyjnym.\n\n\nforum.rating
\n¦rednia ocena wszystkich wpisów u¿ytkowników na danym forum dyskusyjnym.\n\n\nforum.views
\nSumaryczna liczba wszystkich wy¶wietleñ wpisów u¿ytkowników na danym forum dyskusyjnym.\n\n\n\nforum.threads
\nSumaryczna liczba wszystkich w±tków na danym forum dyskusyjnym.\n\n\nforum.url
\nAdres URL (link) pod którym dostêpne jest dane forum dyskusyjne.\n\n\nforum.lastpost.url
\nAdres URL (link) pod którym dostêpny jest ostatnio dodany wpis u¿ytkownika na danym forum dyskusyjnym.\n\n\nforum.lastpost.date
\nData dokonania ostatniego wpisu na danym forum.\n\n\nforum.lastpost.time
\nDok³adny czas dokonania ostatniego wpisu na danym forum.\n\n\nforum.lastpost.epoch
\nData dokonania ostatniego wpisu na danym forum podana w standardzie epoch.\n\n\n\nforum.lastpost.subject
\nTemat ostatnio dokonanego wpisu na danym forum dyskusyjnym.\n\n\nforum.lastpost.user.id
\nIdentyfikator u¿ytkownika, który dokona³ najnowszego wpisu na danym forum dyskusyjnym.\n\n\nforum.lastpost.user.name
\nNazwa u¿ytkownika, który dokona³ najnowszego wpisu na danym forum dyskusyjnym.\n\n\nforum.lastpost.user.profile
\nAdres URL (link) pod którym dostêpny jest profil u¿ytkownika, który dokona³ najnowszego wpisu na danym forum dyskusyjnym.\n\n\nforum.lastpost.user.isVisitor
\nWarunek okre¶laj±cy czy najnowszy wpis na danym forum dyskusyjnym by³ dokonany przez anonimowego u¿ytkownika, czy te¿ zalogowanego cz³onka danego forum.\n\n\n\n
\n\ndefault.listing
\nStrona startowa for dyskusyjnych wy¶wietlona zgodnie ze zdefiniowanym szablonem for dyskusyjnych.\n\n\ndefault.description
\nOpis strony startowej for dyskusyjnych.\n\n\ndefault.title
\nTytu³ strony startowej for dyskusyjnych.\n\n\ndefault.controls
\nPanel kontrolek systemu WebGUI umo¿liwiaj±cy kontrolê i administrowanie stron± startow± for dyskusyjnych.\n\n\nareMultipleForums
',1066584179,NULL); -INSERT INTO international VALUES (1054,'WebGUI',16,'W³a¶ciwo¶ci Forum (Dyskusje) ',1066583000,NULL); -INSERT INTO international VALUES (1067,'WebGUI',16,'Szablon wyszukiwarki na forum',1066582842,NULL); -INSERT INTO international VALUES (1068,'WebGUI',16,'
\nWarun\nek okre¶laj±cy, czy w systemie jest zdefiniowane wiêcej ni¿ jedno forum dyskusyjne.\nW szablonach wyszukiwarek dostêpne s± do wykorzystania nastêpuj±ce zmienne:\n
\n\ncallback.url
\nAdres URL (link) do strony z której nast±pi³o wywo³anie np. do artyku³u lub wys³anej przez u¿ytkownika wiadomo¶ci (wpisu na forum).\n\n\ncallback.label
\nWy¶wietlana na ekranie nazwa odno¶nika (linku) do strony zawartej w zmiennej callback.url.\n\n\nform.begin
\nNag³ówek i otwarcie formularza (wstawienie na stronê odpowiedzialnego za to kodu HTML).\n\n\nsearch.label
\nNazwa opisuj±ca stronê wyszukiwania.\n\n\nall.label
\nNazwa opisuj±ca element zawarty w zmiennej all.form.\n\n\nall.form
\nElement formularza umo¿liwiaj±cy wyszukiwanie bazuj±ce na wyst±pieniu wszystkich wprowadzonych w wyszukiwarce s³owach.\n\n\nexactphrase.label
\nNazwa opisuj±ca element zawarty w zmiennej exactphrase.form.\n\n\nexactphrase.form
\nElement formularza umo¿liwiaj±cy wyszukiwanie dok³adnie w/g wprowadzonego w wyszukiwarce zwrotu.\n\n\nwithout.label
\nNazwa opisuj±ca element zawarty w zmiennej without.form.\n\n\nwithout.form
\nElement formularza umo¿liwiaj±cy wyszukiwanie zasobów nie zawieraj±cych podanych w wyszukiwarce s³ów.\n\n\natleastone.label
\nNazwa opisuj±ca element zawarty w zmiennej atleastone.form.\n\n\natleastone.form
\nElement formularza umo¿liwiaj±cy wyszukiwanie bazuj±ce na wyst±pieniu przynajmniej jednego z wprowadzonych w wyszukiwarce s³ów.\n\n\nresults.label
\nNazwa opisuj±ca element zawarty w zmiennej results.form.\n\n\nresults.form
\nElement formularza umo¿liwiaj±cy wybór maksymalnej liczby wyszukanych postów prezentowanych na pojedyñczej stronie wyników.\n\n\nform.search
\nPrzycisk rozpoczynaj±cy wyszukiwanie.\n\n\nform.end
\nzamkniêcie formularza (wstawienie na stronê odpowiedzialnego za to kodu HTML) i stopka.\n\n\nthread.list.url
\nAdres URL (link) umo¿liwiaj±cy powrót do listy w±tków.\n\n\nthread.list.label
\nNazwa opisuj±ca adres URL/link zawarty w zmiennej thread.list.url.\n\n\npost.subject.label
\nNazwa opisuj±ca kolumnê z informacj± o tematach wpisów u¿ytkowników.\n\n\npost.date.label
\nNazwa opisuj±ca kolumnê z informacj± o datach wpisów u¿ytkowników.\n\n\npost.user.label
\nNazwa opisuj±ca kolumnê z informacj± o u¿ytkownikach, którzy dokonali wpisów.\n\n\npost_loop
\nZestaw danych zawieraj±cych listê wszystkich wyszukanych pozycji.\n\n\n
\n\npost.subject\n\n
\nTemat danego wpisu u¿ytkownika.\n\n\npost.url
\nAdres URL (link) do strony wy¶wietlaj±cej dany wpis u¿ytkownika.\n\n\npost.epoch
\nData zamieszczenia danego wpisu u¿ytkownika w formacie epoch.\n\n\npost.date
\nData zamieszczenia danego wpisu u¿ytkownika (sformatowana do wy¶wietlenia na ekranie w/g ustawieñ).\n\n\npost.time
\nCzas zamieszczenia danego wpisu u¿ytkownika (sformatowany do wy¶wietlenia na ekranie w/g ustawieñ).\n\n\npost.user.id
\nIdentyfikator u¿ytkownika który wys³a³ dany wpis.\n\n\npost.user.name
\nNazwa u¿ytkownika który wys³a³ dany wpis.\n\n\npost.user.profile
\nAdres URL (link) do strony z profilem u¿ytkownika który wys³a³ dany wpis.\n\n\n
\n\nfirstpage
\nAdres URL (link) do pierwszej strony wyszukanych wpisów u¿ytkowników (w przypadku listy wielostronicowej).\n\n\nlastpage
\nAdres URL (link) do ostatniej strony wyszukanych wpisów u¿ytkowników (w przypadku listy wielostronicowej).\n\n\nnextpage
\nAdres URL (link) do nastêpnej strony wyszukanych wpisów u¿ytkowników (w przypadku listy wielostronicowej).\n\n\npagelist
\nLista wszystkich stron z list± wyszukanych wpisów u¿ytkowników (w przypadku listy wielostronicowej).\n\n\npreviouspage
\nAdres URL (link) do poprzedniej strony wyszukanych wpisów u¿ytkowników (w przypadku listy wielostronicowej).\n\n\nmultiplepages
\nWarunek okre¶laj±cy czy lista wyszukanych wpisów u¿ytkowników ma wiêcej ni¿ jedn± stronê.\n\n\nnumberOfPages
\nLiczba stron listy wyszukanych stron (w przypadku listy wielostronicowej).\n\n\npageNumber
',1066582842,NULL); -INSERT INTO international VALUES (1066,'WebGUI',16,'
\nNumer danej strony w li¶cie wyszukanych stron (w przypadku listy wielostronicowej).\nW szablonach postów forum dostêpne s± do wykorzystania nastêpuj±ce zmienne:\n
\n\nnewpost.header
\nDomy¶lny nag³ówek formularza postu.\n\n\nnewpost.isNewThread
\nWarunek okre¶laj±cy czy dany post zapocz±tkowuje nowy w±tek na forum.\n\n\nnewpost.isReply
\nWarunek okre¶laj±cy czy dany post jest odpowiedzi± na inny post na forum.\n\n\nUWAGA: Je¿eli dany post jest odpowiedzi±, wtedy zmienne szablonu postu s± do³aczone i zawieraj± dane z postu na który odpowiadamy.\n
\n\nnewpost.isEdit
\nWarunek okre¶laj±cy czy dany post jest edycj± istniej±cego ju¿ postu.\n\n\nuser.isVisitor
\nWarunek okre¶laj±cy czy bie¿±cy u¿ytkownik nie jest zalogowany (anonimowy).\n\n\nnewpost.isNewMessage
\nWarunek sprawdzaj±cy przeciwieñstwo warunku newpost.isEdit, czyli czy dany post jest nowym postem.\n\n\nform.begin
\nnag³ówek i otwarcie formularza (wstawienie na stronê odpowiedzialnego za to kodu HTML).\n\n\nsticky.label
\nNazwa opisuj±ca element zawarty w zmiennej sticky.form.\n\n\nsticky.form
\nElement formularza umo¿liwiaj±cy oznaczenie w±tku jako \"przyklejonego\" (w±tek pojawia siê wtedy na pocz±tku listy postów).\n\n\nsubscribe.label
\nNazwa opisuj±ca element zawarty w zmiennej subscribe.form.\n\n\nsubscribe.form
\nElement formularza umo¿liwiaj±cy subskrypcjê w±tku.\n\n\nlock.label
\nNazwa opisuj±ca element zawarty w zmiennej lock.form.\n\n\nlock.form
\nElement formularza umo¿liwiaj±cy zablokowanie w±tku.\n\n\ncontenttype.label
\nNazwa opisuj±ca element zawarty w zmiennej contenttype.form.\n\n\ncontentType.form
\nElement formularza umo¿liwiaj±cy wybór typu tre¶ci postu.\n\n\nuser.isModerator
\nWarunek okre¶laj±cy czy bie¿±cy u¿ytkownik ma uprawnienia cenzora (moderatora) forum.\n\n\nallowReplacements
\nWarunek okre¶laj±cy czy dane forum zezwala na cenzurê postów (zamianê u¿ytych s³ów i zwrotów na inne w/g przygotowanej listy).\n\n\n\nmessage.label
\nNazwa opisuj±ca element zawarty w zmiennej message.form.\n\n\nmessage.form
\nElement formularza umo¿liwiaj±cy wprowadzenie tre¶ci postu.\n\n\nvisitorName.label
\nNazwa opisuj±ca element zawarty w zmiennej visitorName.form.\n\n\nvisitorName.form
\nElement formularza umo¿liwiaj±cy wprowdzenie nazwy u¿ytkownika, je¿eli bie¿±cy u¿ytownik nie jest zalogowany (anonimowy).\n\n\nform.submit
\nPrzycisk wysy³aj±cy post.\n\n\nsubject.label
\nNazwa opisuj±ca element zawarty w zmiennej subject.form.\n\n\nsubject.form
\nElement formularza umo¿liwiaj±cy wprowadzenie tematu/tytu³u postu.\n\n\n\nform.end
',1066581759,NULL); -INSERT INTO international VALUES (1065,'WebGUI',16,'Szablon formularza wiadomo¶ci forum (wpisów)',1066581759,NULL); -INSERT INTO international VALUES (1064,'WebGUI',16,'Dodaj wiadomo¶æ',1066580782,NULL); -INSERT INTO international VALUES (1063,'WebGUI',16,'
\nzamkniêcie formularza (wstawienie na stronê odpowiedzialnego za to kodu HTML) i jego stopka.\nW szablonach powiadomieñ na forum dostêpne s± do wykorzystania nastêpuj±ce zmienne:\n\n
\nnotify.subscription.message
\nTre¶æ wiadomo¶ci informuj±cej, ¿e u¿ytkownik otrzyma³ niniejsz± wiadomo¶æ poniewa¿ dokona³ wcze¶niej subskrypcji tego forum lub w±tku.\n\n\nUwaga:W szablonie powiadomieñ mo¿na równie¿ stosowaæ zmienne dostêpne w szablonie wiadomo¶ci (wpisu).\n
',1066580520,NULL); -INSERT INTO international VALUES (1062,'WebGUI',16,'Szablon powiadomieñ na forum',1066580520,NULL); -INSERT INTO international VALUES (1060,'WebGUI',16,'Szablon w±tków forum',1066578513,NULL); -INSERT INTO international VALUES (1056,'WebGUI',16,'Szablon forum',1066576831,NULL); -INSERT INTO international VALUES (1058,'WebGUI',16,'Szablon prezentowania wiadomo¶ci (wpisów) forum',1066576785,NULL); -INSERT INTO international VALUES (71,'EventsCalendar',16,'Kalendarze wydarzeñ u¿ywane s± w wielu sieciach intranetowych umo¿liwiaj±c przechowywanie i prezentowanie informacji o wydarzeniach dotycz±cych ca³ej organizacji.\nPodobnie, kalendarze zdarzeñ na stronach internetowych przedsiêbiorstw i organizacji, s± ¶wietnym sposobem informowania o maj±cych nast±piæ zdarzeniach wa¿nych z punktu widzenia klienta/u¿ytkownika tych stron - przyk³adowo o maj±cych nast±piæ promocjach, itp.\n
\n\nSzablon
\nWybór szablonu prezentowania kalendarza wydarzeñ.\n
\n\nSzablon wydarzenia
\nWybór szablonu prezentowania wydarzenia w kalendarzu.\n
\n\nMiesi±c pocz±tkowy
\nWybór miesi±ca startu kalendarza. Je¿eli wybierzesz \"Bie¿±cy\" to kalendarz zawsze bêdzie zaczyna³ prezentacjê wydarzeñ od bie¿±cego miesi±ca. Je¿eli wybierzesz \"Pierwszy w kalendarzu\", to kalendarz bêdzie rozpoczyna³ prezentacjê wydarzeñ od najwcze¶niejszej daty dostêpnej w kalendarzu.\n
\n\nMiesi±c koñcowy
\nWybór miesi±ca koñcowego kalendarza. Je¿eli wybierzesz \"Poka¿ 6 miesiêcy od pocz±tkowego\", to kalendarz bêdzie prezentowa³ tylko wydarzenia z zakresu 6 miesiêcy od miesi±ca pocz±tkowego. Je¿eli wybierzesz \"Bie¿±cy\", to kalendarz bêdzie prezentowa³ wydarzenia tylko z bie¿±cego miesi±ca. Je¿eli wybierzesz \"Ostatni w kalendarzu\", to kalendarz bêdzie prezentowa³ wydarzenia a¿ do najpó¼niejszej dostêpnej daty w kalendarzu.\n
\n\nDomy¶lny miesi±c
\nWybór miesi±ca od którego prezentowane bêd± wydarzenia przy wej¶ciu u¿ytkownika na stronê kalendarza.\n
\n\nCzy g³ówny?
\nJe¿eli pole zdefiniowane na tak, to oznacza ¿e dany kalendarz bêdzie prezentowa³ wszystkie zdarzenia z innych kalendarzy w systemie.\n
\n\nPodziel strony po
\nJe¿eli u¿ywamy stylu prezentacji wydarzeñ kalendarza w postaci listy, to jak wiele wydarzeñ ma byæ maksymalnie prezentowanych na ka¿dej stronie?\n
\nCo dalej
\nWybierz \'Dodaj nowe wydarzenie\' je¿eli po utworzeniu kalendarza chcesz przej¶æ do definiowania wydarzenia.\n
\n\nUwaga: Zdarzenia które ju¿ siê wydarzy³y nie bêd± wy¶wietlane w kalendarzu.\n
\n
\nUwaga: dla kalendarza wydarzeñ przeznaczony jest nastêpuj±cy styl CSS.\n
\n.eventTitle
\ndo prezentacji stylu tytu³u pojedyñczego wydarzenia.',1066572488,NULL); -INSERT INTO international VALUES (99,'EventsCalendar',16,'Czy g³ówny?',1066511974,NULL); -INSERT INTO international VALUES (1053,'WebGUI',16,'Definiuj zamienniki zwrotów',1066419031,NULL); -INSERT INTO international VALUES (1052,'WebGUI',16,'Edycja zamienników zwrotów',1066418983,NULL); -INSERT INTO international VALUES (1051,'WebGUI',16,'Zamieñ na',1066418940,NULL); -INSERT INTO international VALUES (1050,'WebGUI',16,'Zwrot',1066418903,NULL); -INSERT INTO international VALUES (1049,'WebGUI',16,'ID zamiennika',1066418840,NULL); -INSERT INTO international VALUES (1048,'WebGUI',16,'Lista zamienników.',1066418767,NULL); -INSERT INTO international VALUES (1047,'WebGUI',16,'Dodaj zamienniki.',1066418669,NULL); -INSERT INTO international VALUES (1046,'WebGUI',16,'Zarchiwizowany',1066406723,NULL); -INSERT INTO international VALUES (1045,'WebGUI',16,'Zagnie¿d¿ony',1066405110,NULL); -INSERT INTO international VALUES (1044,'WebGUI',16,'Szablon wyszukiwarki',1066394621,NULL); -INSERT INTO international VALUES (1043,'WebGUI',16,'Archiwizuj po',1066394455,NULL); -INSERT INTO international VALUES (1042,'WebGUI',16,'Wpisów na stronie',1066394411,NULL); -INSERT INTO international VALUES (1041,'WebGUI',16,'Odblokuj w±tek',1066073967,NULL); -INSERT INTO international VALUES (1040,'WebGUI',16,'Blokuj w±tek',1066073923,NULL); -INSERT INTO international VALUES (1039,'WebGUI',16,'Powrót',1066073289,NULL); -INSERT INTO international VALUES (1038,'WebGUI',16,'\"Odklej\" w±tek',1066065454,NULL); -INSERT INTO international VALUES (1037,'WebGUI',16,'\"Przyklej\" w±tek',1066065402,NULL); -INSERT INTO international VALUES (77,'MessageBoard',16,' Edycja Forum',1066061199,NULL); -INSERT INTO international VALUES (76,'MessageBoard',16,'Czy na pewno chcesz skasowaæ to forum i wszystkie zwi±zane z nim wpisy u¿ytkowników?',1066055963,NULL); -INSERT INTO international VALUES (75,'MessageBoard',16,'Dodaj forum',1066038194,NULL); -INSERT INTO international VALUES (1036,'WebGUI',16,'W±tków',1066038155,NULL); -INSERT INTO international VALUES (1035,'WebGUI',16,'Szablon powiadomienia',1066034661,NULL); -INSERT INTO international VALUES (1034,'WebGUI',16,'Szablon formularza wiadomo¶ci',1066034620,NULL); -INSERT INTO international VALUES (1033,'WebGUI',16,'Szablon wpisu',1066034603,NULL); -INSERT INTO international VALUES (1032,'WebGUI',16,'Szablon w±tku',1066034586,NULL); -INSERT INTO international VALUES (1031,'WebGUI',16,'Szablon Forum',1066034528,NULL); -INSERT INTO international VALUES (1028,'WebGUI',16,'Moderowaæ wpisy?',1065966284,NULL); -INSERT INTO international VALUES (1027,'WebGUI',16,'Zezwalaæ na zamienniki?',1065966244,NULL); -INSERT INTO international VALUES (1026,'WebGUI',16,'Zaawansowana edycja?',1065966219,NULL); -INSERT INTO international VALUES (1023,'WebGUI',16,'Wypisz siê z dyskusji',1065875186,NULL); -INSERT INTO international VALUES (1022,'WebGUI',16,'Zapisz siê do dyskusji',1065875027,NULL); -INSERT INTO international VALUES (1021,'WebGUI',16,'Oceñ wiadomo¶æ',1065356764,NULL); -INSERT INTO international VALUES (1020,'WebGUI',16,'Ocena',1065280882,NULL); -INSERT INTO international VALUES (1019,'WebGUI',16,'Powrót do listy w±tków',1065280160,NULL); -INSERT INTO international VALUES (1018,'WebGUI',16,'Rozpocznij nowy w±tek',1065279960,NULL); -INSERT INTO international VALUES (1013,'WebGUI',16,'\"Przykleiæ\" wpis?',1060434033,NULL); -INSERT INTO international VALUES (1012,'WebGUI',16,'Zablokowaæ ten w±tek?',1060433963,NULL); -INSERT INTO international VALUES (13,'HttpProxy',16,'Filtruj od:',1060433963,NULL); -INSERT INTO international VALUES (14,'HttpProxy',16,'Filtruj do:',1060433963,NULL); -INSERT INTO international VALUES (1010,'WebGUI',16,'Tylko tekst',1060433369,NULL); -INSERT INTO international VALUES (1011,'WebGUI',16,'Kod ¼ród³owy',1060433339,NULL); -INSERT INTO international VALUES (1009,'WebGUI',16,'Tylko HTML',1060433286,NULL); -INSERT INTO international VALUES (1008,'WebGUI',16,'Tekst i HTML',1060433234,NULL); -INSERT INTO international VALUES (1007,'WebGUI',16,'Typ tre¶ci wpisów',1060432032,NULL); -INSERT INTO international VALUES (4,'Survey',16,'Ankiety pozwalaj± na pozyskiwanie informacji od u¿ytkowników serwisu. W przypadku ankiet WebGUI, mo¿esz je równie¿ u¿yæ w celu przetestowania wiedzy Twoich u¿ytkowników za pomoc± quizów.\r\n
\r\n\r\nPorz±dek pytañ
\r\nPorz±dek w jakim bêd± zadawane pytania. Sekwencyjny oznacza kolejno¶æ zadawania pytañ zgodn± z kolejno¶ci± tworzenia tych pytañ. Losowy oznacza losow± kolejno¶æ zadawania pytañ. Porz±dek wed³ug odpowiedzi oznacza wy¶wietlanie kolejnych pytañ stosownie do udzielanych przez u¿ytkownika odpowiedzi.\r\n\r\n\r\nTryb
\r\nDomy¶lnym trybem jest ankieta umo¿liwiaj±ca zadawanie pytañ i uzyskiwanie na nie odpowiedzi Twoich u¿ytkowników. W trybie quizu, tylko jedna odpowied¼ na pytanie jest w³a¶ciwa - umo¿liwia to testowanie przez u¿ytkowników swojej wiedzy na zadawane w quizie pytania.\r\n\r\n\r\nAnonimowe odpowiedzi?
\r\nWybierz czy chcesz aby by³a zapisywana informacja pozwalaj±ca na identyfikacjê u¿ytkownika bior±cego udzia³ w quizie oraz udzielonej przez niego odpowiedzi. Wybieraj±c opcjê \"Nie\" powodujemy ¿e bêdzie notowany adres IP u¿ytkownika oraz identyfikator i nazwa u¿ytkownika o ile jest zalogowany do WebGUI. Ta informacja bêdzie nastêpnie dostêpna w raportach z ankiety. Wybieraj±c opcjê \"Tak\" powodujemy, ¿e omawiane trzy pola informacji o u¿ytkowniku bêd± zablokowane i niedostêpne w raportach z ankiety .\r\n\r\n\r\nKto mo¿e braæ udzia³ w ankiecie?
\r\nKtórzy u¿ytkownicy mog± braæ udzia³ w ankiecie?\r\n\r\n\r\n\r\nKto mo¿e ogl±daæ wyniki?
\r\nKto mo¿e ogl±daæ rezultaty ankiety?\r\n\r\n\r\n\r\nCo dalej?
',1059069492,NULL); -INSERT INTO international VALUES (81,'Survey',16,'Anonimowe odpowiedzi?',1059069492,NULL); -INSERT INTO international VALUES (1004,'WebGUI',16,'Czas przechowywania wyników zapytañ SQL',1057208065,NULL); -INSERT INTO international VALUES (1005,'WebGUI',16,'Zapytanie SQL',1057208065,NULL); -INSERT INTO international VALUES (1006,'WebGUI',16,'Logowanie szyfrowane?',1057208065,NULL); -INSERT INTO international VALUES (7,'SiteMap',16,'Alfabetycznie?',1057208065,NULL); -INSERT INTO international VALUES (3,'SyndicatedContent',16,'Liczba Nag³ówków',1057208065,NULL); -INSERT INTO international VALUES (90,'DataForm',16,'Usuñ ten wpis.',1057208065,NULL); -INSERT INTO international VALUES (6,'WobjectProxy',16,'
\r\nPozostawiaj±c domy¶ln± warto¶æ pola, nastêpn± czynno¶ci± bêdzie dodanie pytania do tworzonej ankiety.\r\nDziêki wykonaniu proxy danego obiektu (utworzeniu skrótu/dowi±zania, czy ujmuj±c rzecz inaczej, lustrzanego odbicia obiektu) mo¿esz ulokowaæ obiekt umieszczony pierwotnie na jednej stronie w serwisie na dowolnej innej stronie serwisu.\n
\n\nUwaga: Wykonanie skrótu do obiektu nie jest mo¿liwe z opcji menu \"Dodaj tre¶æ...\", ale zamiast tego poprzez ikonkê skrótu na panelach narzêdziowych obiektów. Wybieraj±c t± ikonkê obiekt jest kopiowany do schowka, umo¿liwiaj±c pó¼niejsze jego wklejenie na inn± stronê. Po wklejeniu, podczas edycji takiego obiektu dostêpne s± dodatkowe, opisane poni¿ej pola.\n
\n\nObiekt g³ówny proxy
\nAdres URL (link) do strony zawieraj±cej oryginalny obiekt do którego tworzone jest proxy (skrót).\n\n\nNadpisaæ tytu³?
\nWybierz tak, je¿eli chcesz wykorzystaæ tytu³ kopii proxy obiektu zamiast oryginalnego tytu³u obiektu g³ównego.\n\n\nNadpisaæ opis?
\nWybierz tak, je¿eli chcesz wykorzystaæ opis kopii proxy obiektu zamiast oryginalnego opisu obiektu g³ównego.\n\n\nNadpisaæ wy¶wietlany tytu³?
\nWybierz tak, je¿eli chcesz wykorzystaæ ustawienia wy¶wietlania tytu³u kopii proxy obiektu zamiast ustawieñ oryginalnego obiektu.\n\n\nNadpisaæ szablon?
',1057091098,NULL); -INSERT INTO international VALUES (840,'WebGUI',16,'Poni¿sze makra s± zaprojektowane w celu dostarczenia funkcjonalno¶ci jêzyka programowania podczas tworzenia serwisu. S± one bardzo u¿yteczne je¿eli poprawnie zostan± u¿yte, natomiast mog± byæ niebezpieczne gdy s± u¿yte nieodpowiednio - nale¿y uwa¿aæ i starannie planowaæ u¿ywanie makr. \n\n
\nWybierz tak, je¿eli chcesz wykorzystaæ szablon kopii proxy obiektu zamiast oryginalnego szablonu obiektu do którego wykonywane by³o proxy (obiektu g³ównego).\n\nUWAGA: Makra te zawarte s± w systemie WebGUI aby znacznie zwiêkszyæ funkcjonalno¶æ mechanizmów wy¶wietlania zawarto¶ci serwisu. Pomimo tego ¿e mo¿na dziêki nim pisaæ nawet proste aplikacje dla serwisu, nie s± one do tego przeznaczone - je¿eli zamierzasz tworzyæ takie aplikacje, po prostu napisz makro. =) Domy¶lnie makra s± zablokowane przed u¿yciem aby chroniæ bezpieczeñstwo twojego serwisu - tylko administrator mo¿e odblokowaæ mo¿liwo¶æ ich u¿ywania.\n\n
\n\n^D; or ^D(); - Date
\nBie¿±ca data i czas.\n\n\nDatê mo¿na skonfigurowaæ u¿ywaj±c dodatkowo symboli definiowania formatu. Przyk³adowo, je¿eli zdefiniowa³e¶ makro w postaci ^D(\"%c %D, %y\"); to wy¶wietli ono datê w przyk³adowej postaci Luty 26, 2004. Oto dostêpne symbole definiowania formatu daty:\n
\n\n
\n
%% % %y rok w postaci czterocyfrowej liczby %Y rok w postaci dwucyfrowej liczby %m miesi±c w postaci dwucyfrowej liczby %M liczba oznaczaj±ca numer miesi±ca %c nazwa miesi±ca %d dzieñ miesi±ca w postaci dwucyfrowej liczby %D liczba oznaczaj±ca dzieñ miesi±ca %w nazwa dnia tygodnia %h dwucyfrowa liczba oznaczaj±ca godzinê dnia (w zakresie 0-12) %H liczba oznaczaj±ca godzinê dnia (w zakresie 0-12) %j dwucyfrowa liczba oznaczaj±ca godzinê dnia (w zakresie 0-24) %J liczba oznaczaj±ca godzinê dnia (w zakresie 0-24) %p pisane ma³± liter± s³owo am/pm (oznaczaj±cê porê przed i po po³udniu) %P pisane du¿± liter± s³owo AM/PM (oznaczaj±ce porê przed i po po³udniu) %z ustawiony przez u¿ytkownika format prezentowania daty %Z ustawiony przez u¿ytkownika format prezentowania czasu \n\n^Env()
\nWy¶wietla warto¶æ zmiennej ¶rodowiskowej serwera podanej jako parametr. Na ka¿dym serwerze dostêpny jest inny zestaw i warto¶ci zmiennych ¶rodowiskowych ? zestaw zmiennych w³asnego serwera mo¿esz obejrzeæ wywo³uj±c w katalogu g³ównym twojego serwisu plik o nazwie env.pl (http://www.adrestwojegoserwisu.pl/env.pl)\n\n\nMakro powinno byæ wywo³ywane w przyk³adowej postaci ^Env(\"REMOTE_ADDR\");\n
\n\n^Execute();
\nUmo¿liwia wykonanie przez administratora lub mened¿era zawarto¶ci, programu dostêpnego na serwerze ? przyk³adowe wywo³anie: ^Execute(\"/podkatalog/plik.sh\");.\n\n\n\n^FormParam();
\nTo makro g³ównie jest wykorzystywane do generowania dynamicznych zapytañ do bazy danych w raportach SQL Reports. Dziêki temu makro mo¿esz uzyskaæ warto¶æ dowolnego pola formularza, podaj±c jako parametr nazwê tego pola, przyk³adowo: ^FormParam(\"Numertelefonu\");\n\n\n\n^If();
\nProsta instrukcja warunkowa (IF/THEN/ELSE ? ?Je¿eli warunek jest spe³niony to wykonaj pierwsz± instrukcji, w przeciwnym wypadku wykonaj drug± instrukcjê?) umo¿liwiaj±ca kontrolê wygl±du strony i wy¶wietlanych wiadomo¶ci.\n\nPrzyk³ady:
\nWy¶wietla napis Szczê¶liwego Nowego Roku w dniu 1 stycznia:\n ^If(\'^D(\"%m%d\");\' eq \'0101\' , Szczê¶liwego Nowego Roku);\n\nWy¶wietla wiadomo¶æ dla u¿ytkowników z podsieci 192.168.1.* oraz dla u¿ytkowników spoza tej sieci:
\n^If(\'^Env(\"REMOTE_ADDR\");\' =~ /^192.168.1/,\"Witaj u¿ytkowniku naszej sieci 192.168.1.*\",\"Witaj obcy przybyszu\");\n\nWy¶wietla wiadomo¶æ dla u¿ytkowników korzystaj±cych z systemu Windows:
\n ^If(\'^Env(\"HTTP_USER_AGENT\");\' =~ /windows/i,\"Czy wiesz ¿e system Linux jest bezp³atny?\");\n\nWy¶wietla wiadomo¶æ dla u¿ytkowników korzystaj±cych z dostêpu poprzez serwer proxy:
\n ^If(\'^Env(\"HTTP_VIA\");\' ne \"\", Korzystasz z serwera proxy, Nie korzystasz z serwera proxy...);\n\nWy¶wietla wiadomo¶æ dla u¿ytkowników zale¿n± od pory dnia:
\n ^If(^D(\"%J\");<=12,Witaj o poranku,^If(^D(\"%J\");<=18,Witaj po po³udniu,Dobry wieczór););\n\n\n^Include();
\nPrzyk³ad: ^Include(\"/pdkatalog/plik.html\");\n
\nUmo¿liwia administratorowi lub mened¿erowi zawarto¶ci wstawienie w tre¶æ pliku dostêpnego na serwerze. \n\n\n^International();
\nPrzyk³ad: ^International(45,\"Article\");\n\n\n\n^Quote();
\nWy¶wietla przet³umaczony zwrot podany jako parametr, wed³ug t³umaczeñ dostêpnych w systemie WebGUI.\n
\nFormatuje podany tekst jako tekst zapytania do bazy danych, dziêki czemu bêdzie ono mog³o byæ pó¼niej u¿yte do wykonania zapytania SQL.\n\n\n\n^Page();
\nTo makro pozwala uzyskaæ informacje o bie¿±cej stronie. Przyk³adowo mo¿na uzyskaæ w ten sposób adres URL strony, podaj±c makro w postaci ^Page(\"urlizedTitle\"); lub wy¶wietliæ tytu³ menu podaj±c makro w postaci ^Page(\"menuTitle\");.\n\n\n^SQL();
\nRaport SQL sk³adaj±cy siê z nie wiêcej ni¿ jednej linii danych, umo¿liwiaj±cy szybki dostêp do konkretnej informacji z bazy danych. To makro skutecznie poszerza mo¿liwo¶ci obiektu raportu SQL. Dane mog± byæ pozycjonowane na stronie za pomoc± numerycznych makr (^0; ^1; ^2; etc) oraz mo¿liwe jest równie¿ u¿ycie makra ^rownum; dostêpnego równie¿ w obiektach raportów SQL. Przyk³ady:\n ^SQL(\"select count(*) from users\",\"W systemie istnieje ^0; u¿ytkowników.\");\n
\n^SQL(\"select userId,username from users order by username\",\"<a href=\'^/;?op=viewProfile&uid=^0;\'>^1;</a><br>\");\n
\n^URLEncode();
\nTo makro g³ównie jest u¿yteczne w raportach SQL, ale mo¿e byæ równie¿ dowolnie u¿yte w innych miejscach. Podany jako parametr tekst, jest przetwarzany do postaci jaka mo¿e byæ wykorzystywana w adresie URL (przyk³adowo do definiowania warto¶ci parametrów wywo³ywanego adresu). Sk³adnia tego makro jest nastêpuj±ca: ^URLEncode(\"oto mój tekst\");\n\n\n\n^User();
\nTo makro umo¿liwia wy¶wietlenie dowolnej informacji dostêpnej w profilu lub danych konta u¿ytkownika. Przyk³adowo, je¿eli chcesz wy¶wietliæ adres email u¿ytkownika, to makro bêdzie mia³o postaæ:: ^User(\"email\");\n\n\n^*; or ^*(); - Random Number
\nLosowo generowany numer. Taki numer jest czêsto u¿ywany dla obrazków (takich jak tre¶ci banerów reklamowych), dla których chcesz zapewniæ nie korzystanie przez system z pamiêci cache (ka¿de wywo³anie takiego banera jest wtedy traktowane jako nowy adres URL). Dodatkowo mo¿esz ograniczyæ zakres generowanych liczb - przyk³adowe makro o postaci ^*(100); bêdzie generowaæ losowo liczby z zakresu od 0 do 100.\n\n\n^-;,^0;,^1;,^2;,^3;, etc.
\nTe makra s± zarezerwowane dla funcji zwi±zanych z systemem/obiektami, przyk³adowo w raportach SQL i mened¿erze zawarto¶ci lub stylu.\n',1057090848,NULL); -INSERT INTO international VALUES (606,'WebGUI',16,'Pomy¶l o stronach jak o zasobnikach na tre¶æ. Przyk³adowo kiedy piszesz list na komputerze, to otwierasz edytor i w okienku wpisujesz tre¶æ listu. Podobnie jest w systemie WebGUI - tworzysz stronê, a nastêpnie dodajesz do niej zawarto¶æ.\n
\n\nTytu³
\nTytu³ strony jest wyznacznikiem tre¶ci w niej zawartej i jest podstaw± wyboru stron przegl±danych przez u¿ytkowników serwisu. Tytu³y powinny dobrze opisywaæ tre¶æ strony, ale nie powinny byæ za d³ugie.\n\n\n\nTytu³ w menu
\nKrótsza lub odpowiednio zmodyfikowana wersja tytu³u jaka ma siê pojawiaæ w nawigacji stron. Je¿eli pole to nie zostanie zdefiniowane, to zostanie u¿yta tre¶æ z pola Tytu³.\n\n\nAdres strony
\nKiedy strona jest tworzona, adres URL strony w systemie generowany jest na podstawie tytu³u strony. Je¿eli tak utworzony adres strony nie jest dla Ciebie odpowiedni, mo¿esz to zmieniæ wpisuj±c po¿±dana nazwê w tym polu.\n\n\nPrzekierowanie URL
\nJe¿eli w polu podany zostanie adres URL, to ka¿da wizyta na tej stronie spowoduje przekierowanie u¿ytkownika pod wpisany adres. \n\nUWAGA: Wykonywanie przekierowañ jest zablokowane w trybie administracji serwisu aby umo¿liwiæ i u³atwiæ edycjê w³a¶ciwo¶ci strony.\n
\n\n\nUkryæ z nawigacji?
\nWybierz opcjê \'tak\' je¿eli chcesz aby strona nie by³a wy¶wietlana w menu nawigacyjnym i spisach tre¶ci serwisu.\n\nUWAGA: Strona nadal bêdzie wy¶wietlana podczas zarz±dzania g³ównymi katalogami w trybie administracji serwisu.\n
\nOtworzyæ w nowym oknie?
\nWybierz opcjê \'tak\', je¿eli chcesz aby strona otwiera³a siê w nowym oknie przegl±darki. Z regu³y do tego definiuje siê parametr Przekierowanie URL.\n\n\nJêzyk
\n\n
\nWybierz domy¶lny jêzyk dla tej strony. Wszystkie komunikaty i tre¶ci generowane przez WebGUI bêd± wy¶wietlane w podanym jêzyku, ponadto zestaw znaków strony (charset) zostanie ustawiony do postaci zdefiniowanej dla tego jêzyka.\nCzas bezczynno¶ci zalogowanych
Okres czasu jaki maksymalnie mo¿e up³yn±æ od ostatniej wizyty na stronie zarejestrowanego u¿ytkownika, po której nastêpuje ponowne wygenerowanie tre¶ci strony (do tego czasu wygenerowana wcze¶niej postaæ strony jest przechowywana w pamiêci cache i wy¶wietlana u¿ytkownikowi). \n\nCzas bezczynno¶ci niezalogowanych
Analogicznie jak wy¿ej zdefiniowany, okres czasu dla u¿ytkowników anonimowych (niezarejestrowanych). \n\nUWAGA: Przechowywanie tre¶ci stron w pamiêci cache jest mo¿liwe tylko gdy administrator systemu zainstalowa³ modu³ PERL Cache::FileCache. Ta technika znacznie przyspiesza wydajno¶æ pracy serwisu, o blisko 1000%.\n\n\n
Szablon
\nDomy¶lnie system WebGUI posiada jeden du¿y obszar na którym lokalizuje siê kolejne obiekty. Poprzez zdefiniowanie w³asnej wersji szablonu mo¿liwe jest podzielenie tego obszaru na kilka czê¶ci.\n\n\nStreszczenie
\nKrótki opis strony. Jest on miêdzy innymi u¿ywany do zdefiniowania Meta Tagu strony opisuj±cego jej tre¶æ oraz u¿ywany jest do opisania stron w spisach tre¶ci stron.\n\n\nZnaczniki (Meta Tags)
\nMeta Tagi u¿ywane s± przez wyszukiwarki internetowe do oznaczenia zawarto¶ci przeszukiwanych stron. W³a¶ciwe zdefiniowanie Meta Tagów umo¿liwia dobre wypozycjonowanie w³asnych stron w wyszukiwarkach. Bardzo dobry serwis na temat budowania stron pod k±tem wyszukiwarek znajduje siê pod adresem searchengines.pl.\n\n\nUwaga dla zaawansowanych u¿ytkowników: Je¿eli do strony chcesz do³±czyæ tre¶ci takie jak przyk³adowo skrypty Java, to mo¿esz je wpisaæ w³a¶nie do tego pola.\n
\n\nU¿yæ domy¶lnych znaczników?
\nJe¿eli nie chcesz podawaæ w³asnych ustawieñ Meta Tagów, zaznacz to pole aby system WebGUI automatycznie generowa³ zestaw Meta Tagów bazuj±cy na tytule strony oraz na nazwie firmy/organizacji bêd±cej w³a¶cicielem serwisu.\n\n\n\nStyl
\nKa¿da tworzona strona domy¶lnie dziedziczy niektóre cechy stron nadrzêdnych. Jedn± z takich cech jest styl. Je¿eli chcesz wybraæ indywidualny styl dla tej strony, to wybierz go z wy¶wietlonej listy. Po wiêcej informacji zobacz ekran pomocy w dziale Dodaj nowy styl.\n\n\nJe¿eli wybierzesz \'Tak\' poni¿ej menu wyboru stylów, to wszystkie strony dla których ta strona bêdzie nadrzêdn± bêd± domy¶lnie dziedziczyæ ten styl.\n
\n\nData pocz±tkowa
\nData od której strona bêdzie wy¶wietlana w systemie, dziêki czemu u¿ytkownicy bêd± mogli j± ogl±daæ. Oczywi¶cie niezale¿nie od tej daty, mened¿erowie zawarto¶ci z uprawnieniami edycji tej strony maj± do niej dostêp przez ca³y czas.\n\n\nData koñcowa
\nData do kiedy strona bêdzie wy¶wietlana w systemie. Dostêp do strony po tej dacie bêd± posiadali tylko mened¿erowie zawarto¶ci z uprawnieniami edycji tej strony.\n\n\n\nW³a¶ciciel
\nW³a¶cicielem strony jest z regu³y u¿ytkownik, który utworzy³ stronê. Taki u¿ytkownik z regu³y ma pe³ne prawa edycji i ogl±dania strony.\n\nUWAGA: Tylko administrator ma mo¿liwo¶æ zmiany w³a¶ciciela strony.\n
\n\n\nKto mo¿e ogl±daæ?
\nWybierz grupê u¿ytkowników uprawnionych do ogl±dania danej strony. Je¿eli chcesz aby dostêp do strony mieli wszyscy u¿ytkownicy niezale¿nie czy s± zalogowani czy anonimowi, to wybierz grupê \"Wszyscy\".\n\n\nKto mo¿e edytowaæ?
\nWybierz grupê u¿ytkowników uprawnionych do edycji danej strony. Taka grupa ma te¿ praw do ogl±dania strony.\n\n\nOpcjonalnie mo¿esz rekursywnie nadaæ ten sam zakres czasowy prezentacji dla wszystkich stron dla których dana strona jest nadrzêdn±.\n
\n\nCo dalej?
',1056293101,NULL); -INSERT INTO international VALUES (896,'WebGUI',16,'Czas bezczynno¶ci niezalogowanych',1056292980,NULL); -INSERT INTO international VALUES (895,'WebGUI',16,'Czas bezczynno¶ci zalogowanych',1056292971,NULL); -INSERT INTO international VALUES (634,'WebGUI',16,'Domy¶lna strona g³ówna
\nPo utworzeniu danej strony mo¿esz wybraæ przej¶cie do trybu jej edycji lub przej¶æ do definiowania kolejnej nowej strony.\n
Niektóre naprawdê ma³e serwisy nie posiadaj± strony g³ównej, natomiast zamiast niej u¿ywaj± jednej z dalszych stron serwisu, przyk³adowo takich jak \'O Nas\', \'Kontakt\', itp. Z tego te¿ powodu mo¿esz przyporz±dkowaæ dowoln± stronê serwisu jako jego stronê g³ówn±. Taka strona bêdzie wy¶wietlana gdy u¿ytkownik wpisze adres twojego serwisu lub gdy wybierze w serwisie adres URL (link) wygenerowany przez makro ^H;.\nNie znaleziono strony
Mo¿liwe jest tu podanie strony na któr± zostanie przekierowany u¿ytkownik który wpisa³ adres strony, która nie istnieje w serwisie. Mo¿na tu podaæ zarówno stronê domow±, inne strony serwisu, jak i typow± stronê o b³êdzie. \nDeklaracja typu dokumentu
Obecnie wiele przegl±darek i automatów internetowych takich jak mechanizmy wyszukiwarek internetowych, korzysta z informacji zawartych w tagu HTML strony o nazwie DOCTYPE, który opisuje typ zawarto¶ci strony. Domy¶lnie WebGUI generuje zawarto¶æ stron zgodn± z definicjami HTML wersji 4.0. \nIkonka w \"Ulubionych\"
Ikonka jaka pojawia siê przy skrótach do zapamiêtanych stron w przegl±darkach Internet Explorer (np. przy pozycjach w \'Ulubionych\'). Wiêcej informacji na ten temat znajdziesz tutaj. \nIkonka przy adresie
Ikonka jaka jest wy¶wietlana w wiêkszo¶ci nowoczesnych przegl±darek internetowych przy adresie bie¿±cej strony. Mo¿e równie¿ siê pojawiaæ w zak³adkach przegl±darki. Ikonka powinna mieæ rozmiar 16x16 pikseli. \nDodawaæ datê edycji do postów?
Kiedy u¿ytkownik zmieni tre¶æ wiadomo¶ci wys³anej przez siebie na forum, to domy¶lnie wy¶wietlana jest informacja kto i kiedy dokona³ zmiany w danej wiadomo¶ci. W tym polu jest mo¿liwo¶æ w³±czenia lub wy³±czenia wy¶wietlania tej informacji. \nFiltruj otrzymane teksty HTML
Jest to funkcja przydatna w serwisach gdzie u¿ytkownicy maj± uprawnienia do zamieszczania przygotowanych przez siebie tre¶ci. W³a¶ciwe ustawienie filtra chroni przed niepo¿±dan± zawarto¶ci± w zg³aszanych tre¶ciach, a w niektórych przypadkach zapewnia wrêcz ochronê przed wyst±pieniem problemów zwi±zanych z bezpieczeñstwem serwisu. \nMaksymalny rozmiar za³±cznika
Podaj rozmiar w kilobitach maksymalnej wielko¶ci pliku jaki mo¿e byæ za³adowany do serwisu. \nMaksymalny rozmiar obrazka
Maksymalny rozmiar obrazka podany jest w pikselach i dotyczy najd³u¿szego boku obrazka. Je¿eli obrazek ³adowany do systemu jest wiêkszy ni¿ zdefiniowany maksymalny rozmiar obrazka, to nast±pi automatyczne przeskalowanie obrazka do tego rozmiaru.\nRozmiar miniaturki
Rozmiar ten podaje siê w pikselach. Podczas ³adowania obrazków do systemu, automatycznie generowane s± miniaturki tych obrazków wed³ug podanego tu rozmiaru (chyba ¿e rozmiar zostanie zdefiniowany inaczej dla konkretnego obrazka). \nD³ugo¶æ Podgl±du Fragmentu
Jak d³ugi fragment kodu ma byæ wy¶wietlany w systemie zarz±dzania zasobami podczas wy¶wietlania listy fragmentów zawartych w zasobach serwisu. \nWiersze obszaru tekstowego
Pozwala zdefiniowaæ liczbê wierszy okien tekstowych wy¶wietlanych w formularzach w serwisie. \nKolumny obszaru tekstu
Pozwala zdefiniowaæ liczbê kolumn okien tekstowych wy¶wietlanych w formularzach w serwisie (tym samym definiuje siê liczbê znaków w wierszu).\nRozmiar obszaru tekstowego
',1056292957,NULL); -INSERT INTO international VALUES (71,'SQLReport',16,'
Pozwala zdefiniowaæ rozmiar wy¶wietlanych okien tekstowych w formularzach w serwisie (tym samym definiuje ile znaków naraz mo¿na wpisaæ w takie okienko zanim nie nast±pi konieczno¶æ \'przesuwania siê\' tre¶ci w okienku). \n\n
Prezentacja obiektu?
Domy¶lnie obiekty dziedzicz± czas prezentacji zdefiniowany dla strony na której siê znajduj±. Odpowied¼ \'Tak\' powoduje ¿e brany bêdzie pod uwagê czas prezentacji samego obiektu.Raporty SQL s± prawdopodobnie najbardziej funkcjonalnymi obiektami w ca³ym arsenale narzêdzi WebGUI. Pozwalaj± one odczytywaæ i we w³a¶ciwy sposób spo¿ytkowaæ (raporty, podsumowania, analizy, interpretacje, itp.) zasoby baz danych do których mamy dostêp. Zastosowanie raportów jest bardzo szerokie - od tworzenia zestawieñ i podliczeñ z posiadanej bazy ksiêgowej, a¿ do przyk³adowej prezentacji podsumowañ aktywno¶ci wszystkich posiadanych forum dyskusyjnych.\n
\n\n\nPrzetwarzaæ makra w zapytaniu?
Zaznacz to pole je¿eli w zapytaniach do bazy danych u¿ywasz zdefiniowanych makr WebGUI.\n\n\n\nTesty?
\nZaznacz t± opcjê je¿eli chcesz aby podczas uruchamiania raportów by³y wy¶wietlane informacje o wykonywanych operacjach oraz o b³êdach i problemach.\n\n\n\nZapytanie
\nJest to standardowe zapytanie do bazy danych napisane za pomoc± sk³adni SQL. Twoje zapytania mog± byæ bardziej dynamiczne poprzez zastosowanie makra ^FormParam(); .\n\n\n\nSzablon raportu
\nSzablon definiuj±cy sposób prezentacji raportu. Najczê¶ciej do generowania raportów u¿ywane s± tablice HTML (przyk³ad tego znajduje siê poni¿ej). Je¿eli pozostawisz to pole puste, to szablon zostanie wygenerowany automatycznie na podstawie wygenerowanego raportem zestawu danych.\n\n\nDo generowania raportów SQL mo¿na u¿yæ specjalnie przygotowanych makr (je¶li u¿yte, bêd± one wykonane niezale¿nie od definicji pola \"Przetwarzaæ makra w zapytaniu?\"). Te makra to: ^-;, ^0;, ^1;, ^2;, ^3;, itd. Makro ^- oznacza punkty podzia³u dokumentu, gdzie raport rozpoczyna i koñczy generowanie. Makra z liczb± reprezentuj± pola danych, które powinny byæ w zestawie danych uzyskanych zapytaniem SQL. Dodatkowe makro, ^rownum; liczy wiersze raportu pocz±wszy od liczby 1 (powinno byæ u¿ywane w raportach w których wygenerowane wiersze powinny byæ ponumerowane).\n
\n\nPo³±czenie do bazy danych
\nAdministrator systemu mo¿e wcze¶niej skonfigurowaæ dla Ciebie po³±czenia do bazy danych, na których mo¿esz pracowaæ za pomoc± Raportów SQL, dziêki czemu nie jest wymagane ju¿ w³asnorêczne podawanie parametrów DSN oraz has³a i u¿ytkownika bazy danych. Je¿eli baza danych wybrana zostanie z dostêpnej listy, to pola omawianych parametrów bêd± pominiête.
\n
\nJe¿eli nie ma zdefiniowanych po³±czeñ do baz danych, wtedy powiniene¶ wprowadziæ w³asnorêcznie zarówno DSN jak i nazwê oraz has³o u¿ytkownika uprawnionego do korzystania z bazy danych.\n\n\nDSN
\n\"Data Source Name\" (nazwa ¼ród³a danych), to unikalny identyfikator Twojej bazy danych u¿ywany przez Perl. Identyfikator ten powinien mieæ postaæ: DBI:[sterownik bazy danych]:[nazwa bazy danych]:[serwer bazy danych]. \n\n\n\nPrzyk³adowo: DBI:mysql:WebGUI:localhost\n
\n\n\nU¿ytkownik bazy\nNazwa u¿ytkownika jakiego u¿ywasz do dostêpu do Twojego DSN.\n
\n\n\nHas³o bazy\nHas³o jakiego u¿ywasz do dostêpu do Twojego DSN.\n
\n\n\nPodziel na strony po\nIle maksymalnie wierszy raportu ma siê mie¶ciæ na pojedyñczej stronie?\n
\n\n\nKonwertowaæ znak nastêpnej linii?Czy chcesz aby w wygenerowanym raporcie, znak nowego wiersza by³ zamieniany na odpowiadaj±cy mu znak nowego wiersza HTML (<br>)?\n
',1056151382,NULL); -INSERT INTO international VALUES (982,'WebGUI',16,'Dodaj po³±czenie',1056151382,NULL); -INSERT INTO international VALUES (983,'WebGUI',16,'Edytuj to po³±czenie.',1056151382,NULL); -INSERT INTO international VALUES (984,'WebGUI',16,'Kopiuj to po³±czenie.',1056151382,NULL); -INSERT INTO international VALUES (985,'WebGUI',16,'Usuñ to po³±czenie.',1056151382,NULL); -INSERT INTO international VALUES (986,'WebGUI',16,'Powrót do strony z po³±czeniami do baz danych',1056151382,NULL); -INSERT INTO international VALUES (987,'WebGUI',16,'Usuwanie po³±czeñ do baz danych',1056151382,NULL); -INSERT INTO international VALUES (988,'WebGUI',16,'Czy na pewno chcesz usun±æ to po³±czenie do bazy danych? W wyniku tego nastêpuj±ce pozycje nie bêd± wiêcej ju¿ dostêpne:',1056151382,NULL); -INSERT INTO international VALUES (989,'WebGUI',16,'na stronie',1056151382,NULL); -INSERT INTO international VALUES (990,'WebGUI',16,'Edycja po³±czeñ do bazy danych.',1056151382,NULL); -INSERT INTO international VALUES (991,'WebGUI',16,'ID po³±czenia',1056151382,NULL); -INSERT INTO international VALUES (992,'WebGUI',16,'Tytu³',1056151382,NULL); -INSERT INTO international VALUES (993,'WebGUI',16,'Nazwa DSN',1056151382,NULL); -INSERT INTO international VALUES (996,'WebGUI',16,'Edycja po³±czeñ do bazy danych',1056151382,NULL); -INSERT INTO international VALUES (997,'WebGUI',16,'Zarz±dzanie po³±czeniami do bazy danych.',1056151382,NULL); -INSERT INTO international VALUES (998,'WebGUI',16,'Po³±czenia do bazy danych, Dodawanie/Edycja',1056151382,NULL); -INSERT INTO international VALUES (999,'WebGUI',16,'Po³±czenia do bazy danych, Usuwanie',1056151382,NULL); -INSERT INTO international VALUES (1000,'WebGUI',16,'Modu³ Po³±czeñ z baz± danych umo¿liwia administratorowi WebGUI definiowanie baz danych dostêpnych dla modu³u raportów SQL. Dziêki temu, podczas definiowania raportów SQL, u¿ytkownik nie jest zmuszany do wprowadzania, czy te¿ posiadania wiedzy na temat parametrów DSN, u¿ytkownika i has³a do baz danych.
',1056151382,NULL); -INSERT INTO international VALUES (1001,'WebGUI',16,'
\r\n
\r\nNale¿y mieæ ¶wiadomo¶æ, ¿e utworzone po³±czenia do bazy danych bêd± dostêpne dla wszystkich autorów tre¶ci dla systemu. Nie bêd± oni oczywi¶cie znaæ parametrów dostêpu do baz danych, ale bed± mieæ mo¿liwo¶æ wykonywania zapytañ do bazy danych zarówno w stosunku do jej zawarto¶ci jak i struktury.\r\n\nPodczas definiowania po³±czeñ z bazami danych wy¶wietlane s± nastêpuj±ce pola:\n
\n\nTytu³
\nNazwa jaka zostanie przyporz±dkowana do danego po³±czenia.\n\n\nNazwa DSN
\nDSN to unikalny identyfikator lokalizacji bazy danych podany w formacie DBI:[sterownik]:[nazwa bazy danych]:[serwer].
\n\n\n\nPrzyk³ad: DBI:mysql:WebGUI:localhost\n
\n\nOto kilka przyk³adów dla innych baz danych.
\nOracle:\nDBI:Oracle:SID
\n\nPostgreSQL:\n
\nMusi byæ zainstalowany DBD::Oracle.
\nMusi byæ aktywny mod_perl i ustawiona definicja PerlSetEnv ORACLE_HOME /home/oracle/product/8.1.7 w pliku httpd.conf. Bez ustawienia ORACLE_HOME, mo¿liwe jest zdefiniowanie po³±czenia do bazy danych Oracle poprzez DBI:Oracle:host=mojserwer.pl;sid=SID\nDBI:PgPP:dbname=DBNAME[;host=hOST]
\n\n\nSybase:\n
\nMusi byæ zainstalowany DBD::PgPP.\nDBI:Sybase:[server=SERVERNAME][database=DATABASE]
\n\n
\nMusi byæ zainstalowany DBD::Sybase.
\nMusi byæ aktywny mod_perl i ustawiona definicja PerlSetEnv SYBASE /opt/sybase/11.0.2 w pliku httpd.conf.\n\nNazwa U¿ytkownika Bazy
\nNazwa u¿ytkownika u¿ywanego do dostêpu do bazy danych poprzez definiowane po³±czenie.\n\n\n\nHas³o do Bazy
\nHas³o dostêpu do bazy danych poprzez definiowane po³±czenie.\n\n',1056151382,NULL); -INSERT INTO international VALUES (1002,'WebGUI',16,'
\nJe¿eli usuwasz po³±czenie do bazy danych, wszystkie raporty SQL u¿ywaj±cego tego po³±czenia przestan± pracowaæ. Na ekranie potwierdzenia usuwania po³±czenia, wy¶wietlona zostanie lista raportów których to dotyczy.\n
\n\nJak w ka¿dej operacji zwi±zanej z usuwaniem, bêdziesz poproszony o potwierdzenie. Je¿eli potwierdzisz usuniêcie to operacja zostanie bezpowrotnie wykonana. Je¿eli wybierzesz \'Nie\', to nast±pi powrót do poprzedniego ekranu z którego funkcja usuniêcia zosta³a wywo³ana.\n
',1056151382,NULL); -INSERT INTO international VALUES (1075,'WebGUI',16,'Po³±czenie do bazy danych',1056151382,NULL); -INSERT INTO international VALUES (632,'WebGUI',16,'
Obiekty mo¿na dodawaæ do systemu poprzez wybór opcji \"Dodaj tre¶æ...\" z menu w górnym lewym rogu ekranu. Pó¼niejsz± ich edycjê dokonuje siê wybieraj±c opcjê \"Edycja\" z menu wy¶wietlanego bezpo¶rednio nad zdefiniowanym na stronie obiektem. \n
Prawie wszystkie obiekty wspó³dziel± t± sam± grupê nastêpuj±cych typów parametrów: \n
ID obiektu
jest to unikalny identyfikator nadawany przez system WebGUI umo¿liwiaj±cy kontrolê wywo³añ obiektów. Typowy u¿ytkownik nie wykorzystuje tej informacji, natomiast zaawansowani u¿ytkownicy mog± wykorzystywaæ ten parametr, przyk³adowo dla potrzeb generowania raportów SQL.\nTytu³ Tytu³ obiektu, który typowo wy¶wietlany jest na górze ka¿dego obiektu. \n
Uwaga: Powinno siê zawsze definiowaæ tytu³ obiektu, nawet je¿eli planuje siê wy³±czenie jego wy¶wietlania na stronie. Zalecane jest to z powodu tego, ¿e nazwa obiektu pojawia siê schowku lub koszu WebGUI i dziêki nazwie mo¿liwe jest wtedy rozró¿nienie poszczególnych obiektów. \n
Wy¶wietlaæ tytu³?
Czy chcesz aby zdefiniowany przez ciebie tytu³ obiektu by³ wy¶wietlany? W niektórych serwisach nie wymaga siê wy¶wietlania tytu³ów. \nWykonywaæ makra?
Czy chcesz wykonywaæ makra zawarte w tre¶ci niektórych obiektów? czasami mo¿esz chcieæ mieæ tak± mo¿liwo¶æ, jednak w wiêkszo¶ci przypadków bêdziesz raczej wybiera³ \'nie\'. Blokowanie wykonywañ makr zmniejsza równie¿ trochê zapotrzebowanie na zasoby procesora serwera. \nPozycja w szablonie
Pozycja w szablonie liczona jest od zera wzwy¿. Jak wiele jest pozycji zale¿y od szablonu zwi±zanego z dan± stron±. Domy¶lnie, szablon ma tylko jedn± zdefiniowan± pozycjê, ale mo¿e byæ te¿ i kilka dostêpnych pozycji. Poprzez wybór pozycji w szablonie definiujemy gdzie obiekt bêdzie zlokalizowany wzglêdem szablonu. \nData startu
Data ta definiuje od jakiego momentu ma byæ widoczny obiekt w serwisie. Przed t± dat± obiekt bêdzie widoczny tylko dla menad¿erów zawarto¶ci stron. \nData zakoñczenia
data ta definiuje do jakiego momentu ma byæ widoczny obiekt w serwisie. Po tej dacie obiekt bêdzie widoczny tylko dla menad¿erów zawarto¶ci stron. \n
W³a¶ciciel
W³a¶cicielem obiektu jest zwyczajowo osoba która go utworzy³a. Taki u¿ytkownik ma pe³ne mo¿liwo¶ci edycji i ogl±dania obiektu, chyba ¿e cofniête zosta³y uprawnienia do edycji strony na której znajduje siê obiekt. \nUWAGA: W³a¶ciciela obiektu mo¿e zmieniæ tylko administrator.\n
Kto mo¿e ogl±daæ?
Wybiera grupê u¿ytkowników uprawnionych do ogl±dania danego obiektu. Je¿eli chcesz aby zarówno zarejestrowani, jak i anonimowi u¿ytkownicy mogli ogl±daæ obiekt, to nale¿y wybraæ grupê \"Wszyscy\". \nKto mo¿e edytowaæ?
\n
Wybiera grupê u¿ytkowników uprawnionych do edycji danego obiektu. Taka grupa ma jednocze¶nie uprawnienia do ogl±dania obiektu.Opis
',1056055106,NULL); -INSERT INTO international VALUES (1003,'WebGUI',16,'Prezentacja obiektu?',1056041703,NULL); -INSERT INTO international VALUES (979,'WebGUI',16,'Czy na pewno chcesz usun±æ wszystkie pozycje w tym folderze? Raz usuniête nie mog± byæ ju¿ odzyskane. Pozycje w podfolderach nie bêd± usuniête.',1055908341,NULL); -INSERT INTO international VALUES (980,'WebGUI',16,'Opró¿nij ten folder.',1055908341,NULL); -INSERT INTO international VALUES (12,'HttpProxy',16,'Maskowaæ adresy?',1055908341,NULL); -INSERT INTO international VALUES (83,'DataForm',16,'
Pole w którym mo¿emy zmie¶ciæ dowolny zakres tre¶ci, z regu³y opisuj±cej tre¶æ obiektu. Przyk³adowo, zanim wy¶wietlony zostaje system pytañ i odpowiedzi (FAQ), z regu³y wy¶wietlany jest paragraf opisuj±cy przeznaczenie danego FAQ.\nW szablonach formularzy dostêpne s± do wykorzystania nastêpuj±ce zmienne:\n
\n\n\nacknowledgement
\n
\nTre¶æ potwierdzenia w/g specyfikacji u¿ytej we w³a¶ciwo¶ciach obiektu. Tre¶æ potwierdzenia wy¶wietlana jest po zatwierdzeniu przez u¿ytkownika zawarto¶ci formularza.\n\nexport.tab.url
\n
\nAdres URL pod którym dostêpny bêdzie do ¶ci±gniêcia plik zawieraj±cy wiersze z danymi utworzonymi poprzez ten formularz (zawarto¶æ poszczególnych pól w pliku rozdzielona jest znakiem tabulatora).\n\nexport.tab.label
\n
\nEtykieta/Nazwa jaka bêdzie u¿yta do nazwania odno¶nika (linku) do adresu zawartego w zmiennej export.tab.url.\n\nentryList.url
\n
\nAdres URL pod którym wy¶wietlona zostanie lista wierszy z danymi utworzonymi poprzez ten formularz. \n\nentryList.label
\n
\nEtykieta/Nazwa jaka bêdzie u¿yta do nazwania odno¶nika (linku) do adresu zawartego w zmiennej entryList.url.\n\ncanEdit\nWarunek definiuj±cy czy dany u¿ytkownik korzystaj±cy z formularza ma uprawnienia do edycji i/lub exportu tre¶ci pól formularza.\n
\n\nback.url
\n
\nAdres URL umo¿liwiaj±cy powrót do strony g³ównej formularza.\n\nback.label
\n
\nEtykieta/Nazwa jaka bêdzie u¿yta do nazwania odno¶nika (linku) do adresu zawartego w zmiennej back.url.\n\nusername*
\n
\nNazwa u¿ytkownika który u¿y³ formularza do wprowadzenia danych.\n\nuserId*
\n
\nIdentyfikator u¿ytkownika który u¿y³ formularza do wprowadzenia danych.\n\ndate*
\n
\nData wprowadzenia lub ostatniej modyfikacji danych poprzez formularz. Data jest sformatowana w/g preferencji u¿ytkownika który u¿y³ formularza do wprowadzenia lub edycji danych.\n\nepoch*
\n
\nDatê wprowadzenia lub ostatniej modyfikacji danych poprzez formularz. Data jest w formacie epoch.\n\nipAddress*
\n
\nAdres IP u¿ytkownika który u¿y³ formularza do wprowadzenia lub edycji danych.\n\nedit.url*
\n
\nAdres URL pod którym mo¿liwa bêdzie edycja bie¿±co wprowadzonego lub modyfikowanego poprzez ten formularz rekordu danych. \n\nerror_loop*
\nInformacja zwrotna o b³êdzie - przyk³adowo gdy nie zosta³o wype³nione które¶ z wymaganych w formularzu pól.\n\n
\n\nerror.message*\n\n\n
\nTre¶æ b³êdu wskazuj±cego na b³±d pope³niony przez u¿ytkownika podczas wprowadzania lub edycji rekordu danych poprzez formularz.\n\naddField.url
\n
\nAdres URL pod którym mo¿liwe bêdzie dodanie nowego pola do formularza. \n\naddField.label
\n
\nEtykieta/Nazwa jaka bêdzie u¿yta do nazwania odno¶nika (linku) do adresu zawartego w zmiennej addField.url.\n\nform.start
\n
\nOznaczenie pocz±tku formularza.\n\nfield_loop
\n
\nZmienna zawiera informacjê o wszystkich polach formularza.\n\n
\n\nfield.form\nform.send
\nElement formularza zwi±zany z danym polem w formularzu.\n\n\nfield.name
\nNazwa danego pola formularza.\n\n\nfield.value
\nWarto¶æ danego pola formularza. Podczas wprowadzania nowego rekordu danych ustawiona zostanie warto¶æ domy¶lna danego pola.\n\n\nfield.label
\nNazwa pola jaka zostanie wy¶wietlona w formularzu.\n\n\nfield.isHidden
\nWarunek definiuj±cy czy dane pole formularza powinno pojawiaæ siê w formularzu jako tzw. ukryte (typu \"hidden\"). \n\n\nfield.isDisplayed
\n
\nWarunek definiuj±cy czy dane pole formularza powinno byæ wy¶wietlane w formularzu. \n\nfield.isEditable
\n
\nWarunek definiuj±cy czy dane pole formularza mo¿e byæ edytowane w formularzu.\n\nfield.isRequired
\n
\nWarunek definiuj±cy czy wype³nienie danego pola formularza jest wymagane.\n\nfield.isMailField
\n
\nWarunek definiuj±cy czy dane pole s³u¿y do definiowania adresu email.\n\nfiel\nd.subtext
\n
\nOpis pola s³u¿±cy dostarczeniu podpowiedzi umo¿liwiaj±cej w³a¶ciwe wprowadzenie tre¶ci danego pola.\n\nfield.controls
\n
\nPanel kontrolek systemu WebGUI umo¿liwiaj±cy kontrolê i administrowanie danym polem.\n\n\n
\nPrzycisk z napisem \"wy¶lij\" do wys³ania zdefiniowanej lub edytowanej zawarto¶ci formularza.\n\n\nform.save
\n
\nPrzycisk z napisem \"zapisz\".\n\nform.end
\nOznaczenie koñca formularza.\n\n\n* Zmienne oznaczone gwiazdk± s± zdefiniowane i dostêpne dopiero po wys³aniu tre¶ci formularza przez u¿ytkownika.',1053948922,NULL); -INSERT INTO international VALUES (98,'EventsCalendar',16,'Teraz!',1053888477,NULL); -INSERT INTO international VALUES (82,'DataForm',16,'Szablon formularza',1053885798,NULL); -INSERT INTO international VALUES (88,'DataForm',16,'Szablon strony z list± rekordów formularza',1053885702,NULL); -INSERT INTO international VALUES (89,'DataForm',16,'
W szablonach stron które wy¶wietlaj± listê zdefiniowanych poprzez formularz rekordów (utworzonych kompletów tre¶ci pól formularza), dostêpne s± do wykorzystania nastêpuj±ce zmienne:\n\n
\n\nback.url
\nAdres URL umo¿liwiaj±cy powrót do strony g³ównej formularza.\n\n\nback.label
\nEtykieta/Nazwa jaka bêdzie u¿yta do nazwania odno¶nika (linku) do adresu zawartego w zmiennej back.url.\n\n\nfield_loop
\nZmienna zawiera informacjê o wszystkich polach formularza.\n\n
\n\nfield.name\n\nrecord_loop
\nNazwa danego pola formularza wy¶wietlana w formularzu.\n\n\nfield.label
\nEtykieta/nazwa danego pola formularza.\n\n\nfield.id
\nUnikalny identyfikator reprezentuj±cy dane pole w bazie danych.\n\n\nfield.isMailField
\nWarunek definiuj±cy czy dane pole s³u¿y do definiowania adresu email.\n\n\nfield.type
\nTyp danych zwi±zany z danym polem formularza.\n\n\n
\nZawarto¶æ rekordów danego formularza do wy¶wietlenia.\n\n\n
\n\nrecord.entryId',1053885702,NULL); -INSERT INTO international VALUES (87,'DataForm',16,'Szablon listy',1053884753,NULL); -INSERT INTO international VALUES (86,'DataForm',16,'Wy¶wietl dokonane wpisy.',1053882548,NULL); -INSERT INTO international VALUES (85,'DataForm',16,'Uwaga: wpisuj tylko po jednej warto¶ci w wierszu.',1053855146,NULL); -INSERT INTO international VALUES (978,'WebGUI',16,'U¿ytkownik zosta³ dopisany.',1053804577,NULL); -INSERT INTO international VALUES (977,'WebGUI',16,'Czy ma uprawnienia administratora grupy?',1053803387,NULL); -INSERT INTO international VALUES (976,'WebGUI',16,'Dodaj u¿ytkowników',1053800614,NULL); -INSERT INTO international VALUES (844,'WebGUI',16,'Poni¿sze makra s± u¿yteczne g³ównie w operacjach zwi±zanych z u¿ytkownikami i logowaniami w systemie WebGUI.\n\n\n\n^a; or ^a(); - My Account Link
\nUnikalny identyfikator danego rekordu danych.\n\n\nrecord.ipAddress
\nAdres IP u¿ytkownika który utworzy³ dany rekord danych.\n\n\nrecord.edit.url
\nAdres URL pod którym mo¿liwa bêdzie edycja danego rekordu danych. \n\n\nrecord.username
\nNazwa u¿ytkownika który utworzy³ dany rekord danych.\n\n\nrecord.userId
\nIdentyfikator u¿ytkownika który utworzy³ dany rekord danych.\n\n\nrecord.submissionDate.epoch
\nData utworzenia danego rekordu danych w formacie epoch.\n\n\nrecord.submissionDate.human
\nData utworzenia danego rekordu danych w formacie zgodnym z ustawieniami danego u¿ytkownika.\n\n\nrecord.data_loop
\nZawarto¶æ danego rekordu danych.\n\n\n
\n\nrecord.data.value\n\n
\nZawarto¶æ danego pola w bie¿±cym rekordzie danych.\n\n\nrecord.data.name
\nWy¶wietlana nazwa danego pola w bie¿±cym rekordzie danych.\n\n\n\nrecord.data.label
\nEtykieta/nazwa danego pola w bie¿±cym rekordzie danych.\n\n\nrecord.data.isMailField
\nWarunek definiuj±cy czy dane pole w bie¿±cym rekordzie danych s³u¿y do definiowania adresu email.\n\n\n\n
\nMakro wy¶wietla link (odno¶nik) do informacji o koncie u¿ytkownika. Mo¿liwe jest dodatkowo zdefiniowanie wy¶wietlanej nazwy linku, przyk³adowo ^a(\"Informacja o koncie\");. \n\n\nUWAGI: Mo¿esz równie¿ u¿yæ specjalnej wersji tego makra ^a(linkonly); zwracaj±cej sam tylko link do konta bez jego opisu. Z tym makro zwi±zana jest klasa stylu CSS .myAccountLink.\n
\n\n\n^AdminText();
\nWy¶wietla krótki tekst informuj±cy u¿ytkownika zalogowanego jako administrator o pozostawaniu w trybie administracji - przyk³adowo: ^AdminText(\"Jeste¶ w trybie administracji!\");\n\n\n^AdminToggle; or ^AdminToggle();
\nUmieszcza na stronie link (odno¶nik) umo¿liwiaj±cy w³±czenie lub wy³±czenie trybu administracji ? link widoczny bêdzie tylko dla administratorów i mened¿erów zawarto¶ci serwisu. Dodatkowo mo¿liwe jest zdefiniowanie wy¶wietlanej nazwy linku, przyk³adowo: ^AdminToggle(\"W³±cz/Wy³±cz tryb edycji\");\n\n\n^CanEditText();
\nWy¶wietla u¿ytkownikowi informacjê ¿e mo¿e on edytowaæ dan± stronê.\n\nPrzyk³ad: ^CanEditText(^AdminToggle;);\n
\n\n^EditableToggle; or ^EditableToggle();
\nJest to odpowiednik makra AdminToggle, z t± ró¿nic± ¿e informacja jest wy¶wietlana tylko gdy u¿ytkownik ma uprawnienia do edycji danej strony.\n\n\n^GroupAdd();
\nMakro wy¶wietla link umo¿liwiaj±cy u¿ytkownikom samodzielne dodanie siê do danej grupy u¿ytkowników. Pierwszym parametrem jest nazwa grupy, drugim nazwa linku do dodania siê do grupy.\n\nUWAGA: Je¿eli u¿ytkownik nie jest zalogowany lub nale¿y ju¿ do danej grupy lub ustawienia grupy nie zezwalaj± na samodzielne dodawanie siê do nich u¿ytkowników, to link nie zostanie wy¶wietlony.\n
\n\n\n^GroupDelete();
\nMakro wy¶wietla link umo¿liwiaj±cy u¿ytkownikom samodzielne usuniêcie siê z danej grupy u¿ytkowników. Pierwszym parametrem jest nazwa grupy, drugim nazwy linku jaka zostanie wy¶wietlona.\n\n\nUWAGA: Je¿eli u¿ytkownik nie jest zalogowany lub nie nale¿y do danej grupy lub ustawienia grupy nie zezwalaj± na samodzielne usuwanie siê z nich u¿ytkowników, to link nie zostanie wy¶wietlony.\n
\n\n^GroupText();
\nWy¶wietla krótki tekst informuj±cy u¿ytkownika je¿eli nale¿y on do danej grupy. Mo¿na równie¿ zdefiniowaæ alternatywny tekst wy¶wietlany dla u¿ytkowników którzy nie nale¿± do danej grupy.\n\nPrzyk³ad: ^GroupText(\"Visitors\",\"Za³ó¿ konto w naszym systemie aby móc korzystaæ z wszystkich jego funkcji!\",\"Doceniamy naszych zarejestrowanych u¿ytkowników!\");\n
\n\n^L; or ^L(); - Login Box
\nWy¶wietla niewielki blok formularza umo¿liwiaj±cego zalogowanie siê. Mo¿na ustawiæ szeroko¶æ bloku logowania - przyk³adowo ^L(20);. Mo¿esz równie¿ zdefiniowaæ tre¶æ wiadomo¶ci jaka zostanie wy¶wietlona u¿ytkownikowi po zalogowaniu siê - przyk³adowo ^L(20,Witaj ^a(^@;);. Kliknij %here% je¿eli chcesz siê wylogowaæ!)\n\n\nUWAGA: Do tego makro przyporz±dkowana jest klasa stylu CSS .loginBox.\n
\n\n^LoginToggle; or ^LoginToggle();
\nWy¶wietla link (odno¶nik) umo¿liwiaj±cy zalogowanie lub wylogowania siê, w zale¿no¶ci czy u¿ytkownik jest czy te¿ nie jest zalogowany. Opcjonalnie mo¿na zdefiniowaæ swoj± w³asn± wersjê nazwy takiego linku - przyk³adowo: ^LoginToggle(\"Kliknij tutaj aby siê zalogowaæ.\",\"Kliknij tutaj aby siê zalogowaæ.\");. Dostêpna jest równie¿ specjalna forma wywo³ania tego makro ^LoginToggle(linkonly); zwracaj±ca sam adres URL linku bez jego opisu.\n\n\n^@; - Username
\nWy¶wietla nazwê u¿ytkownika który bie¿±co jest zalogowany.\n\n\n\n^#; - User ID
\nWy¶wietla identyfikator (ID) u¿ytkownika który bie¿±co jest zalogowa\nny.\n\n',1053779917,NULL); -INSERT INTO international VALUES (975,'WebGUI',16,'U¿ytkownicy mog± siê usuwaæ?',1053778962,NULL); -INSERT INTO international VALUES (974,'WebGUI',16,'U¿ytkownicy mog± siê dodawaæ?',1053778912,NULL); -INSERT INTO international VALUES (11,'HttpProxy',16,'
Obiekt Proxy HTTP to narzêdzie o potê¿nych mo¿liwo¶ciach. Umo¿liwia ono w³±czenie tre¶ci zewnêtrznych stron www i aplikacji, w jedn± ca³o¶æ z w³asnym systemem stron stworzonych poprzez system WebGUI. Przyk³adowo, je¿eli posiadasz w³asny, dotychczasowy system obs³ugi poczty przez www i chcesz go w³±czyæ dla u¿ytkowników systemu stworzonego przez WebGUI, to dziêki obiektowi Proxy HTTP zrobisz to szybko i profesjonalnie.\n\n
\n\nAdres URL
\nAdres startowy serwisu www który zostanie w³±czony poprzez Proxy HTTP.\n\n\nPrzekierowania?
\nCzasami adres strony wczytywanej przez Proxy HTTP jest przekierowaniem do kolejnej innej strony. Czy w takim wypadku mechanizm Proxy HTTP ma pod±¿aæ za przekierowaniem, czy te¿ nie?\n\n\nMaskowaæ adresy?
\nMaskowanie adresów umo¿liwia transformacjê adresów www zawartych we wczytywanych przez mechanizm Proxy HTTP stronach, tak aby ich wywo³ania równie¿ by³y wczytywane poprzez Proxy HTTP. W przeciwnym wypadku, je¿eli nie ma ustawionego maskowania adresów URL, to adresy www zawarte we wczytywanych przez Proxy HTTP stronach pozostan± niezmienione (je¿eli bêdzie to adres zewnêtrznego serwisu www, to jego wybór spowoduje przej¶cie do tego serwisu).\n\n\n\nCzas oczekiwania
\nMaksymalny czasu oczekiwania, zdefiniowany w sekundach, przez jaki system WebGUI ma oczekiwaæ na po³±czenie z wczytywan± przez Proxy HTTP stron±.\n\n\n\nUsuwaæ style?
\nCzy usuwaæ style CSS zawarte we wczytywanych poprzez Proxy HTTP stronach i zastêpowaæ je stylami u¿ywanymi w ramach w³asnych stron w systemie WebGUI?\n\n\n\nFiltruj tre¶æ HTML
\nWybierz poziom filtrowania elementów stron wczytywanych przez Proxy HTTP.\n\n\n\nFiltruj od:
\nPodaj tre¶æ strony od której pokazana zostanie zawarto¶æ wczytywanej strony przez Proxy HTTP. Umo¿liwia to wczytywanie stron i prezentowanie tre¶ci od wybranego znacznika w tych stronach - np. zdefiniowanego przez siebie komentarza w tre¶ci strony lub wybranego tagu HTML. Zawarto¶æ strony przed zdefiniowanym znacznikiem nie bêdzie wy¶wietlona przez Proxy HTTP.\n\n\n\nFiltruj do:
\nStosownie do znacznika startowego, podaj tre¶æ znacznika koñcowego zawartego we wczytywanych stronach przez Proxy HTTP, do którego ma byæ wy¶wietlana tre¶æ stron. Zawarto¶æ strony po zdefiniowanym znaczniku nie bêdzie wy¶wietlona przez Proxy HTTP.\n\n\nUwaga: znaczniki zawarte w polach Filtruj od i Filtruj do s± do³±czane do wczytywanych przez Proxy HTTP stron. Aby to zmieniæ nale¿y odpowiednio zmodyfikowaæ u¿ywany szablon dla Proxy HTTP.\n
\n\n\nCzy stosowaæ Proxy dla innych domen?
',1053774887,NULL); -INSERT INTO international VALUES (828,'WebGUI',16,'Wiêkszo¶æ obiektów posiada zdefiniowane szablony, które umo¿liwiaj± zmianê sposobu ich prezentacji w serwisie. Wszystkie takie obiekty posiadaj± w³asne zmienne szablonów oraz pewien wspólny zestaw zmiennych szablonów, które mog± byæ wykorzystywane w definicjach sposobu wy¶wietlania obiektów. Oto lista zmiennych szablonów wspólnych dla obiektów:\n\nTytu³
\nW przypadku wczytywania przez Proxy HTTP stron zawieraj±cych odno¶niki (linki) do domen innych ni¿ w startowym adresie, czy mechanizm Proxy HTTP ma umo¿liwiaæ przej¶cia u¿ytkownikowi do tych stron, czy te¿ blokowaæ tak± mo¿liwo¶æ?\n
\nTytu³ danego obiektu.\n\n\nWy¶wietlaæ tytu³?
\nWarunek okre¶laj±cy czy ma byæ wy¶wietlany tytu³ obiektu.\n\n\nOpis
\nOpis obiektu.\n\n\nID obiektu
\nUnikalny identyfikator danego obiektu nadany przez WebGUI.\n\n\nSkrót?
\nWarunek okre¶laj±cy czy dany obiekt jest skrótem/dowi±zaniem do innego obiektu (czy jest tzw. obiektem proxy).\n\n\nURL skrótu
\nJe¿eli dany obiekt jest skrótem do innego obiektu (kopi± typu proxy), to podany adres URL jest adresem oryginalnego obiektu.\n',1053469640,NULL); -INSERT INTO international VALUES (973,'WebGUI',16,'Przez proxy pokazywaæ adres IP klienta?',1053459227,NULL); -INSERT INTO international VALUES (972,'WebGUI',16,'Data i czas',1053278234,NULL); -INSERT INTO international VALUES (971,'WebGUI',16,'Czas',1053278208,NULL); -INSERT INTO international VALUES (970,'WebGUI',16,'ustawienie czasu',1053278089,NULL); -INSERT INTO international VALUES (10,'WobjectProxy',16,'Nadpisaæ szablon?',1053183837,NULL); -INSERT INTO international VALUES (9,'WobjectProxy',16,'Nadpisaæ opis?',1053183804,NULL); -INSERT INTO international VALUES (8,'WobjectProxy',16,'Nadpisaæ wy¶wietlany tytu³?',1053183719,NULL); -INSERT INTO international VALUES (7,'WobjectProxy',16,'Nadpisaæ tytu³?',1053183682,NULL); -INSERT INTO international VALUES (953,'WebGUI',16,'Poprzednia lokalizacja',1052850265,NULL); -INSERT INTO international VALUES (946,'WebGUI',16,'U¿ywaæ wspólnego kosza?',1052850265,NULL); -INSERT INTO international VALUES (947,'WebGUI',16,'U¿ywaæ wspólnego schowka?',1052850265,NULL); -INSERT INTO international VALUES (952,'WebGUI',16,'Data',1052850265,NULL); -INSERT INTO international VALUES (951,'WebGUI',16,'Czy jeste¶ pewien ¿e chcesz opró¿niæ schowek do kosza?',1052850265,NULL); -INSERT INTO international VALUES (948,'WebGUI',16,'Zarz±dzaj schowkiem',1052850265,NULL); -INSERT INTO international VALUES (961,'WebGUI',16,'Kosz to specjalne miejsce w systemie gdzie tymczasowo przetrzymywana jest usuniêta zawarto¶æ serwisu (odpowiednik kosza tymczasowego w systemie operacyjnym Windows). Ka¿dy element w koszu mo¿e byæ indywidualnie zarz±dzany - mo¿esz go bezpowrotnie usun±æ lub wkleiæ na powrót do schowka, dziêki czemu mo¿na go bêdzie ponownie u¿yæ w systemie. Mo¿liwe jest równie¿ jednorazowe usuniêcie ca³ej zawarto¶ci kosza poprzez wybranie opcji menu Opró¿nij kosz.\nTytu³
Nazwa danego elementu usuniêtego do kosza. Klikaj±c na tej nazwie mo¿na obejrzeæ element.\nTyp
Charakter usuniêtego elementu, z jakiego funkcjonalnie obszaru pochodzi³ dany element ? przyk³adowo czy by³a to strona, artyku³, kalendarz, itp.\nData
Data i czas kiedy element zosta³ usuniêty do kosza.\nPoprzednia lokalizacja
Lokalizacja w której znajdowa³ siê dany element przed usuniêciem. T± lokalizacjê mo¿na obejrzeæ klikaj±c na nazwie lokalizacji.U¿ytkownik
\n\n^AdminBar;
Nazwa u¿ytkownika który usun±³ element do kosza. To pole jest widoczne tylko gdy w systemie ustawione jest korzystanie ze wspólnego kosza dla wszystkich u¿ytkowników, lub w trybie zarz±dzania koszem systemowym.',1052850265,NULL); -INSERT INTO international VALUES (960,'WebGUI',16,'Zarz±dzaj koszem',1052850265,NULL); -INSERT INTO international VALUES (950,'WebGUI',16,'Opró¿nij schowek.',1052850265,NULL); -INSERT INTO international VALUES (955,'WebGUI',16,'Zarz±dzanie schowkiem systemowym',1052850265,NULL); -INSERT INTO international VALUES (956,'WebGUI',16,'Czy na pewno chcesz usun±æ ten element ze schowka do ¶mietnika?',1052850265,NULL); -INSERT INTO international VALUES (957,'WebGUI',16,'Schowek systemowy, Zarz±dzanie',1052850265,NULL); -INSERT INTO international VALUES (959,'WebGUI',16,'Opró¿nij schowek.',1052850265,NULL); -INSERT INTO international VALUES (949,'WebGUI',16,'Zarz±dzaj schowkiem.',1052850265,NULL); -INSERT INTO international VALUES (962,'WebGUI',16,'Zarz±dzaj koszem',1052850265,NULL); -INSERT INTO international VALUES (963,'WebGUI',16,'Data',1052850265,NULL); -INSERT INTO international VALUES (964,'WebGUI',16,'Zarz±dzaj koszem systemowym.',1052850265,NULL); -INSERT INTO international VALUES (966,'WebGUI',16,'Czy jeste¶ pewien ¿e chcesz nieodwracalnie usun±æ ten element z kosza?',1052850265,NULL); -INSERT INTO international VALUES (967,'WebGUI',16,'Opró¿nij kosz systemowy.',1052850265,NULL); -INSERT INTO international VALUES (968,'WebGUI',16,'Schowek, Usuwanie',1052850265,NULL); -INSERT INTO international VALUES (969,'WebGUI',16,'Je¿eli wybierzesz opró¿nienie schowka, to wszystkie znajduj±ce siê w nim elementy zostan± przesuniête do kosza systemowego.',1052850265,NULL); -INSERT INTO international VALUES (954,'WebGUI',16,'Zarz±dzaj schowkiem systemowym.',1052850265,NULL); -INSERT INTO international VALUES (965,'WebGUI',16,'Zarz±dzaj Koszem Systemowym',1052850265,NULL); -INSERT INTO international VALUES (945,'WebGUI',16,'Dostêp wed³ug parametrów sesji',1052560369,NULL); -INSERT INTO international VALUES (84,'DataForm',16,'Eksport (separatorem pól jest tabulator).',1052088598,NULL); -INSERT INTO international VALUES (81,'DataForm',16,'Szablon Potwierdzenia',1052064282,NULL); -INSERT INTO international VALUES (80,'DataForm',16,'Szablon Email',1052044326,NULL); -INSERT INTO international VALUES (944,'WebGUI',16,'Kod pocztowy',1051962797,NULL); -INSERT INTO international VALUES (943,'WebGUI',16,'Pole wyboru (checkbox)',1051464272,NULL); -INSERT INTO international VALUES (942,'WebGUI',16,'Pola wyboru (jedno z kilku)',1051464141,NULL); -INSERT INTO international VALUES (941,'WebGUI',16,'Lista pól wyboru (checkbox)',1051464113,NULL); -INSERT INTO international VALUES (846,'WebGUI',16,'Poni¿sze makra s± u¿yteczne g³ównie w stylach definiowanych w systemie WebGUI.\n
\nUmieszcza na stronie pasek narzêdzi administratora. Jest to wymagany element w zawarto¶ci Mened¿era Stylu.\n\n\n\n^c; - Company Name
\nUmieszcza nazwê twojej firmy podan± wcze¶niej w ustawieniach przez administratora.\n\n\n\n^e; - Company Email Address
\nUmieszcza adres e-mail twojej firmy podany wcze¶niej w ustawieniach przez administratora.\n\n\n^Extras;
\nUmieszcza ¶cie¿kê do folderu \'dodatków\' WebGUI, który zawiera elementy takie jak np. ikony WebGUI.\n\n\n^LastModified; or ^LastModified();
\nUmieszcza datê ostatniej modyfikacji danej strony bazuj±c± na obiektach znajduj±cych siê na stronie. Data jest domy¶lnie wy¶wietlana wed³ug preferencji danego u¿ytkownika. Opcjonalnie, makro mo¿e przyjmowaæ dwa parametry - pierwszy to tekst jaki ma byæ umieszczony przed wy¶wietlan± dat±, drugi oznacza format wy¶wietlanej daty - po wiêcej szczegó³ów zobacz opis makra D (data).\n\nPrzyk³ad: ^LastModified(\"Ostatnia aktualizacja strony: \",\"%c %D, %y\");\n
\n\n\n^PageTitle;
\nUmieszcza tytu³ danej strony.\n\n\nUWAGA: Je¿eli jeste¶ w trybie administracji lub u¿yjesz funkcjê obiektu zag³êbiaj±c± siê do kolejnych podstron, to zamiast tytu³u strony wy¶wietlony zostanie link (odno¶nik) powrotu do tej strony.\n
\n\n^r; or ^r(); - Make Page Printable
\nUmieszcza na stronie link (odno¶nik), którego wybór powoduje wy¶wietlenie strony sformatowanej do wydruku. Opis odno¶nika mo¿e byæ zdefiniowany w tym makro, przyk³adowo ^r(\"Wersja strony do wydruku\");.\n\n\nStyl strony wy¶wietlonej do wydruku bêdzie domy¶lnie zamieniony na styl \"Make Page Printable\" zdefiniowany w Mened¿erze Stylów. Poprzez to makro mo¿na równie¿ zdefiniowaæ inny styl wed³ug którego strona ta zostanie wy¶wietlona, przyk³adowo: ^r(\"Wersja strony do wydruku\",\"WebGUI\");\n
\n\nUWAGI: Mo¿esz równie¿ u¿yæ specjalnego wariantu tego makro ^r(linkonly); które zwraca tylko sam link (odno¶nik) adresu URL tworz±cego wersjê strony do wydruku i nic ponadto. Do tego makro przyporz±dkowana jest klasa stylu CSS .makePrintableLink.\n
\n\n^RootTitle;
\nUmieszcza tytu³ katalogu g³ównego (nadrzêdnej strony g³ównej) dla danej strony. Przyk³adowo, katalogiem g³ównym WebGUI jest katalog \"Strona g³ówna\". Wiele bardziej zaawansowanych stron posiada kilkana¶cie takich katalogów g³ównych, st±d potrzeba wy¶wietlania na stronach informacji dla u¿ytkowników w jakim znajduj± siê katalogu.\n\n\n^u; - Company URL
\nUmieszcza adres URL twojej firmy podany wcze¶niej w ustawieniach przez administratora.\n\n\n\n\n^?; - Search
\nUmieszcza na stronie okienko wyszukiwarki, które zwi±zane jest z wbudowanym mechanizmem wyszukiwarki WebGUI.\n\n\nUWAGA: Do tego makro przyporz±dkowana jest klasa stylu CSS .searchBox.\n
\n\n^Spacer();
\nUmieszcza na stronie odstêp (pusty blok tre¶ci), który przyk³adowo wykorzystywany jest do tworzenia kolorowych obszarów na stronie z tagami DIV i TABLE. Makro wymaga podania dwóch parametrów ? szeroko¶ci i wysoko¶ci bloku.\n\nPrzyk³ad: ^Spacer(\"100\",\"50\");\n
\n\n^-;
',1051223157,NULL); -INSERT INTO international VALUES (842,'WebGUI',16,'Makra nawigacyjne s³u¿± do tworzenia nawigacji po stronach serwisu.\n\n\n^C; or ^C(); - Crumb Trail
\nJest to makro zwane separatorem. Musi ono wystêpowaæ dok³adnie raz w ka¿dym stylu strony ? oznacza ono miejsce od którego umieszczona bêdzie w³a¶ciwa zawarto¶æ ka¿dej strony.\n
\nWy¶wietla pasek z dynamicznie generowan± ¶cie¿k± do danej strony, pocz±wszy od katalogu g³ównego zwi±zanego z dan± stron±. Opcjonalnie mo¿esz zdefiniowaæ w³asn± formê rozdzielenia wy¶wietlanych elementów ¶cie¿ki - przyk³adowo ^C(::); (domy¶lnie jest to znak >).\n\n\nUWAGA: Z tym makro zwi±zana jest klasa stylu CSS .crumbTrail.\n
\n\n^FlexMenu;
\nWy¶wietla menu zawieraj±ce strony menu g³ównego stron, rozwijaj±ce siê kolejno po wybraniu przez u¿ytkownika pozycji w menu.\n\n\n^H; or ^H(); - Home Link
\nWy¶wietla link do strony g³ównej serwisu. Dodatkowo mo¿liwe jest zdefiniowanie nazwy tego linku, przyk³adowo: ^H(\"Strona g³ówna\");.\n\n\nUWAGI: Mo¿esz u¿yæ specjalnej wersji tego makra ^H(linkonly); zwracaj±cej sam link bez jego nazwy. Z tym makro zwi±zana jest klasa stylu CSS .homeLink.\n
\n\n^M; or ^M(); - Current Menu (Vertical)
\nWy¶wietla pionowe menu zawieraj±ce podstrony w stosunku do bie¿±cego poziomu. Dodatkowo mo¿liwe jest zdefiniowanie liczby poziomów na które menu bêdzie mog³o siê zag³êbiæ. Domy¶lnie wy¶wietla tylko pierwszy podpoziom. Przyk³adowo, aby umo¿liwiæ zej¶cie maksymalnie do trzeciego podpoziomu, nale¿y podaæ makro w postaci ^M(3); - podaj±c w makro warto¶æ \"0\", umo¿liwi to rozwijanie menu do dowolnego podpoziomu stron.\n\n\n^m; - Current Menu (Horizontal)
\nWy¶wietla horyzontalne menu zawieraj±ce strony z danego podpoziomu stron. Opcjonalnie mo¿na zdefiniowaæ separator wy¶wietlanych w menu stron, przyk³adowo ^m(:--:); - domy¶nym separatorem jest ·.\n\n\n^PreviousDropMenu;
\nWy¶wietla rozwijane w dó³ menu zawieraj±ce podstrony na poprzednim poziomie stron.\n\nPrzyk³ad: ^PreviousDropMenu;\n
\n\n^P; or ^P(); - Previous Menu (Vertical)
\nWy¶wietla pionowe menu zawieraj±ce podstrony na poprzednim poziomie stron. Dodatkowo mo¿liwe jest zdefiniowanie maksymalnej liczby podpoziomów do jakiej menu to bêdzie siê rozwija³o ? domy¶lnie jest to jeden poziom. Przyk³adowo, aby zag³êbiaæ siê maksymalnie trzy podpoziomy, makro powinno mieæ postaæ: ^P(3);. - podaj±c tê warto¶æ w makro na \"0\", umo¿liwi to rozwijanie menu do dowolnego podpoziomu stron.\n\n\n^p; - Previous Menu (Horizontal)
\nWy¶wietla horyzontalne menu zawieraj±ce strony na poprzednim podpoziomie stron. Opcjonalnie mo¿na zdefiniowaæ separator wy¶wietlanych w menu stron, przyk³adowo ^p(:--:); - domy¶lnym separatorem jest ·.\n\n\n^rootmenu; or ^rootmenu(); (Horizontal)
\nWy¶wietla horyzontalne menu nazw wszystkich katalogów g³ównych systemu (oprócz katalogu WebGUI). Opcjonalnie mo¿na zdefiniowaæ separator wy¶wietlanych w menu stron, przyk³adowo: ^rootmenu(|);\n\n\n^RootTab;
\nWy¶wietla menu z nazwami wszystkich katalogów g³ównych systemu (oprócz katalogu WebGUI), w którym przemieszczanie siê po pozycjach menu jest podobne jak nawigacja po formularzach.\n\nUWAGA: Z tym makro zwi±zane s± dwie klasy stylów CSS: .RootTabOn{} i .RootTabOff{}.\n
\nPrzyk³ad:
\n<style>\n.rootTabOn {\n line-height: 17px;\n font-size: 16px;\n spacing: 3px;\n border: 1px solid black;\n border-bottom-width: 0px;\n background-color: #333333;\n z-index: 10000;\n padding: 3px 9px 5px 9px;\n color: white;\n}\n\n.rootTabOn A, .rootTabOn A:visited {\n color: white;\n font-weight: bold;\n text-decoration: none;\n}\n\n.rootTabOff {\n line-height: 15px;\n font-size: 14px;\n border: 1px solid black;\n border-bottom-width: 0px;\n background-color: #c8c8c8;\n z-index: 1000;\n padding: 2px 9px 2px 9px;\n}\n\n.rootTabOff A, .rootTabOff A:visited {\n color: black;\n text-decoration: underline;\n}\n\n.rootTabOff A:hover {\n font-weight: bold;\n}\n</style>\n^Root\nTab;\n\n\n\n^SpecificDropMenu();
\nWy¶wietla rozwijalne w dó³ menu zaczynaj±ce siê od wybranego punktu w hierarchii stron menu nawigacyjnego. Podaje siê przy tym dwa parametry ? pierwszy parametr to przetworzony do nazwy adresu URL tytu³ strony od której menu ma siê zaczynaæ, drugi podaje maksymaln± liczbê podpoziomów do jakiego bêdzie siê rozwijaæ dane menu.\n\nPrzyk³ad: ^SpecificDropMenu(\"home\",3);\n
\n\n^S(); - Specific SubMenu (Vertical)
\nTo makro pozwala na wy¶wietlenie pionowego podmenu strony podanej w makro jako parametr. Przyk³adowo mo¿esz utworzyæ podmenu strony g³ównej poprzez podania makra w postaci: ^S(\"indeks\",0);. Pierwszy parametr to przetworzony do nazwy adresu URL tytu³ strony (w tym przyk³adzie strona o nazwie ?indeks?), drugi parametr wskazuje na liczbê kolejnych podpoziomów na które menu mo¿e siê zag³êbiaæ, domy¶lnie jest to jeden podpoziom (warto¶æ ?0? oznacza brak ograniczeñ). Aby przyk³adowo zag³êbiaæ siê maksymalnie do trzech podpoziomów, nale¿y u¿yæ makra w postaci ^S(\"nazwa_strony\",3);.\n\n\n\n^s(); - Specific SubMenu (Horizontal)
\nTo makro pozwala na wy¶wietlenie poziomego podmenu strony podanej w makro jako parametr (tytu³ strony przetworzony do nazwy adresu URL). Przyk³adowo mo¿esz wy¶wietliæ podmenu strony ?nazwastronyserwisu? podaj±c makro w postaci: ^s(\"nazwastronyserwisu\");. Opcjonalnie mo¿liwe jest zdefiniowanie separatora stron w menu, przyk³adowo podaj±c makro w postaci: ^s(\"nazwastronyserwisu\",\":--:\");. Domy¶lnym separatorem jest znak ·.\n\n\n^Synopsis; or ^Synopsis(); Menu
\nTo makro wy¶wietla podmenu strony razem z krótkim opisem ka¿dej z pozycji. Mo¿na w tym makro zdefiniowaæ liczbê okre¶laj±c± dopuszczalny poziom zag³êbiania siê w kolejne podpoziomy menu.\n\n\nUWAGI: Z tym makro zwi±zane s± nastêpuj±ce klasy stylów CSS: .synopsis_sub, .synopsis_summary, oraz .synopsis_title.\n
\n\n^TopDropMenu;
\nWy¶wietla rozwijane w dó³ menu najwy¿szego poziomu stron.\n\nPrzyk³ad: ^TopDropMenu;\n
\n\n^T; or ^T(); - Top Level Menu (Vertical)
\nWy¶wietla pionowe menu g³ównych stron serwisu (podstrony katalogu g³ównego). Dodatkowo mo¿na zdefiniowaæ liczbê poziomów o jakie maksymalnie mo¿e siê zag³êbiæ to menu ? domy¶lnie jest to jeden poziom. Przyk³adowo, aby ograniczyæ wy¶wietlanie menu do maksimum trzech kolejnych poziomów, makro powinno mieæ postaæ: ^T(3); - warto¶æ ?0? oznacza brak ograniczenia.\n\n\n^t; - Top Level Menu (Horizontal)
\nWy¶wietla pionowe menu g³ównych stron serwisu (podstrony katalogu g³ównego). Opcjonalnie mo¿liwe jest zdefiniowanie separatora stron w menu, przyk³adowo podaj±c makro w postaci: ^t(:--:);. Domy¶lnym separatorem jest znak ·.\n\n\n^/; - System URL
\nAdres URL g³ównego skryptu systemu (który wywo³ywany z parametrami generuje odpowiednie strony serwisu), przyk³adowo: /index.pl/.\n\n\n^\\; - Page URL
\nAdres URL bie¿±cej strony, przyk³adowo: /index.pl/nazwastrony).\n',1051222723,NULL); -INSERT INTO international VALUES (832,'WebGUI',16,'System zarz±dzania zasobami posiada nastêpuj±cy zestaw makr do wykorzystania.\n
\n\n^File();
\nTo makro buduje link do pliku umo¿liwiaj±cy jego ¶ci±gniêcie z serwera - do linku tworzona jest odpowiednia ikonka zwi±zana z plikiem oraz tworzona jest nazwa linku.\n\n\n^I();
\nTo makro buduje link do podanego wed³ug nazwy obrazka, ³±cznie z tagiem HTML umo¿liwiaj±cym wy¶wietlenie takiego obrazka na stronie.\n\nPrzyk³ad: ^I(\"logo\");\n\n\n^i();
\nTo makro zwraca adres URL do podanego pliku w zasobach.\n\nPrzyk³ad: ^i(\"status raportu\");\n\n\n\n^RandomImage();
\nTo makro wybiera losowo obrazek z folderu podanego jako parametr makro i wy¶wietla je podobnie jak makro ^I();. Je¿eli nazwa folderu nie zostanie podana, to domy¶lnie u¿yty zostanie g³ówny folder.\n\nPrzyk³ad: ^RandomImage(\"loga serwisu\");\n\n\n^RandomSnippet();
\nTo makro wybiera losowo jeden z fragmentów z folderu podanego jako parametr tego makro i prezentuje go podobnie jak makro ^Snippet();. Je¿eli nazwa folderu nie zostanie podana, to domy¶lnie u¿yty zostanie g³ówny folder.\n\nPrzyk³ad: ^RandomSnippet(\"humoreski\");\n\n\n\n^SI();
\nJest to makro umo¿liwiaj±ce skalowanie (po stronie serwera) obrazków z zasobów, z mo¿liwo¶ci± zachowania oryginalnych proporcji zdjêæ lub wed³ug nowych podanych rozmiarów. \n\nMakro wymaga podanie czterech parametrów. Pierwszym parametrem jest nazwa obrazka i ewentualnie opcjonalny identyfikator tego obrazka w zasobach (ID zasobu). Drugi parametr to szeroko¶æ obrazka - ustawiona na zero powoduje ¿e proporcje bêd± zachowywane wzglêdem wysoko¶ci obrazka. Trzeci parametr to wysoko¶æ - ustawiona na zero powoduje ¿e proporcje bêd± zachowywane wzglêdem szeroko¶ci obrazka. Czwarty parametr umo¿liwia zdefiniowanie dodatkowych parametrów dla obrazka.\n
\nPrzyk³ady:
\nPrezentacja samego obrazka wed³ug podanej jego nazwy (bez skalowania)
\n^SI(obrazek);\n\nPrezentacja samego obrazka wed³ug podanego jego ID zasobu (bez skalowania)
\n^SI(66);\n\nSkalowanie obrazków wed³ug szeroko¶ci, z zachowaniem pierwotnego stosunku boków obrazka
\n^SI(66,25);\n\nSkalowanie obrazków wed³ug wysoko¶ci, z zachowaniem pierwotnego stosunku boków obrazka
\n^SI(66,0,25);\n\nSkalowanie z podaniem swoich w³asnych rozmiarów boków
\n^SI(66,148,25);\n\nPrzyk³ad u¿ycia dodatkowych parametrów
\n\n\n^Snippet();
\n^SI(66,0,0,\'border=\"0\"\');\n
\nTo makro wybiera dany fragment z zasobów i umieszcza go na stronie.\n\nPrzyk³ad: ^Snippet(\"kod flash\");\n\n\n^Thumbnail();
\nTo makro podaje adres URL miniaturki obrazka z zasobów.\n\nPrzyk³ad: ^Thumbnail(\"logo\");\n\n\n^ThumbnailLinker();
\nTo makro tworzy przegl±darkê obrazków zawartych w zasobach. Tworzona jest miniaturka obrazka z jego nazw± umieszczon± poni¿ej obrazka oraz oba te elementy s± linkiem do obrazka w pe³nym wymiarze. Je¿eli podamy \"1\" jako drugi parametr makra, to linki do obrazka bêd± siê otwiera³y w nowym oknie.\n\nPrzyk³ad: ^ThumbnailLinker(\"logo\");\n',1051221379,NULL); -INSERT INTO international VALUES (940,'WebGUI',16,'Otworzyæ w nowym oknie?',1050438829,NULL); -INSERT INTO international VALUES (931,'WebGUI',16,'Zarz±dzanie projektem graficznym serwisu',1050437240,NULL); -INSERT INTO international VALUES (932,'WebGUI',16,'Projekty graficzne s± mechanizmem umo¿liwiaj±cym szybk± instalacjê nowych stylów stron, szablonów oraz wdro¿enia pozosta³ych zasobów i elementów sk³adowych interfejsu systemu WebGUI. Umo¿liwiaj± one równie¿ przeniesienie wszystkich elementów zwi±zanych z danym projektem do innego systemu WebGUI.\r\n
\r\nUwaga: Podczas tworzenia projektu graficznego, dobrym zwyczajem jest stosowanie unikalnego nazewnictwa elementów projektu (stylów, szablonów i innych plików i wykorzystywanych zasobów). Dziêki temu uniknie siê konfliktu nazw oraz Twoi u¿ytkownicy ³atwiej zidentyfikuj± te elementy w projekcie.\r\n
',1050437240,NULL); -INSERT INTO international VALUES (938,'WebGUI',16,'Projekt graficzny, Usuwanie',1050437207,NULL); -INSERT INTO international VALUES (939,'WebGUI',16,'Kiedy usuwany jest projekt graficzny strony który sam stworzy³e¶, to usuwane s± tylko podstawowe w³a¶ciwo¶ci projektu. Jednak¿e, kiedy usuwany jest zaimportowany projekt graficzny strony, usuwane s± równie¿ wszystkie jego sk³adniki (style CSS, szablony oraz do³±czone do niego pliki i zasoby). Nale¿y sprawdziæ w takim wypadku czy ¿aden z usuwanych sk³adników nie jest przez Ciebie wykorzystywany.',1050437207,NULL); -INSERT INTO international VALUES (936,'WebGUI',16,'Projekt graficzny, Import',1050436484,NULL); -INSERT INTO international VALUES (937,'WebGUI',16,'Aby móc zaimportowaæ projekt graficzny, wymagany jest plik utworzony poprzez eksport projektu graficznego z innego systemu WebGUI. Wybierz tak przygotowany plik z dysku Twojego komputera i naci¶nij przycisk importu. Pojawi siê nastêpnie ekran potwierdzenia upewniaj±cy siê czy na pewno chcesz zaimportowaæ wybrany plik projektu. Aby potwierdziæ, nale¿y ponownie nacisn±æ przycisk importu - projekt zostanie zaimportowany. Po wykonaniu importu mo¿na rozpocz±æ wdra¿anie projektu graficznego do Twojego serwisu, podobnie jak siê to czyni dla stylów, szablonów oraz innych do³±czonych plików i zasobów.\r\n\r\nNie jest mo¿liwy dwukrotny import projektu graficznego. Je¿eli chcesz zaimportowaæ now± wersjê projektu, musisz najpierw usun±æ jego poprzedni± wersjê z systemu WebGUI. \r\n
\r\nNie mo¿na równie¿ zaimportowaæ projektu graficznego utworzonego w nowszej ni¿ u¿ywana wersji systemu WebGUI. W takim wypadku nale¿y najpierw zaktualizowaæ posiadan± wersjê systemu WebGUI i dopiero wtedy mo¿liwy bêdzie import takiego projektu.',1050436484,NULL); -INSERT INTO international VALUES (935,'WebGUI',16,'Wczytany plik nie jest poprawnym plikiem projektu graficznego dla systemu WebGUI.',1050431137,NULL); -INSERT INTO international VALUES (933,'WebGUI',16,'Projekt graficzny, Edycja',1050430737,NULL); -INSERT INTO international VALUES (934,'WebGUI',16,'
Tworzenie i edycja projektów graficznych dla serwisu utworzonego poprzez WebGUI jest stosunkowo prostym procesem. W pierwszej kolejno¶ci nale¿y zdefiniowaæ podstawowe w³a¶ciwo¶ci projektu, a nastêpnie rozpocz±æ dodawanie do projektu kolejnych elementów graficznych. \r\n
\r\nPodstawowe w³a¶ciwo¶ci projektu nie mog± byæ zmienione przez nikogo spoza serwisu, jedynie poprzez administratora danego systemu webGUI. Podstawowe w³a¶ciwo¶ci sk³adaj± siê z nastêpuj±cych danych:\r\n
\r\nID projektu graficznego
\r\nUnikalny identyfikator tego projektu graficznego w systemie WebGUI. Ten identyfikator ulegnie zmianie je¿eli dany projekt zostanie zaimportowany do innego systemu WebGUI.\r\n\r\n\r\nNazwa projektu graficznego
\r\nUnikalna nazwa tego projektu. Nazwa musi byæ unikalna w ramach ka¿dego systemu WebGUI do którego ten projekt zostanie ewentualnie zaimportowany, poniewa¿ podczas eksportu-importu nazwa projektu nie ulega zmianie.\r\n\r\n\r\nProjektant
\r\nDane osoby lub firmy, która utworzy³a ten projekt. \r\n\r\n\r\nAdres URL projektanta
',1050430737,NULL); -INSERT INTO international VALUES (638,'WebGUI',16,'Szablony s³u¿± do definiowania rozmieszczenia zawarto¶ci stron. W systemie jest ju¿ wiele gotowych szablonów, natomiast mo¿esz równie¿ dodawaæ swoje w³asne szablony, aby uzyskaæ wygl±d serwisu ca³kowicie zgodny z twoimi oczekiwaniami. \n',1050430164,NULL); -INSERT INTO international VALUES (930,'WebGUI',16,'Obejrzyj projekt graficzny',1050270912,NULL); -INSERT INTO international VALUES (929,'WebGUI',16,'Importuj!',1050265357,NULL); -INSERT INTO international VALUES (928,'WebGUI',16,'Czy chcesz importowaæ ten projekt graficzny?',1050265284,NULL); -INSERT INTO international VALUES (927,'WebGUI',16,'Importowanie projektu graficznego strony',1050265139,NULL); -INSERT INTO international VALUES (926,'WebGUI',16,'Ten projekt graficzny zosta³ zainstalowany za pomoc± nowszej wersji systemu WebGUI ni¿ ta której obecnie u¿ywasz. Musisz zaktualizowaæ wersjê systemu WebGUI zanim zainstalujesz ten projekt graficzny.',1050264990,NULL); -INSERT INTO international VALUES (925,'WebGUI',16,'Masz ju¿ zainstalowan± inn± wersjê tego projektu graficznego. Musisz j± usun±æ przed ponownym zainstalowaniem.',1050264954,NULL); -INSERT INTO international VALUES (924,'WebGUI',16,'Importuj projekt.',1050262993,NULL); -INSERT INTO international VALUES (923,'WebGUI',16,'Wersja projektu graficznego',1050262964,NULL); -INSERT INTO international VALUES (922,'WebGUI',16,'Utworzony z',1050262917,NULL); -INSERT INTO international VALUES (921,'WebGUI',16,'Plik pakietu projektu graficznego ',1050260403,NULL); -INSERT INTO international VALUES (920,'WebGUI',16,'Eksportuj ten projekt.',1050247169,NULL); -INSERT INTO international VALUES (919,'WebGUI',16,'Edytuj ten projekt.',1050247154,NULL); -INSERT INTO international VALUES (918,'WebGUI',16,'Usuñ ten projekt.',1050247144,NULL); -INSERT INTO international VALUES (917,'WebGUI',16,'Dodaj nowy element.',1050232824,NULL); -INSERT INTO international VALUES (916,'WebGUI',16,'Wstawka/fragment',1050232301,NULL); -INSERT INTO international VALUES (915,'WebGUI',16,'Plik',1050232294,NULL); -INSERT INTO international VALUES (914,'WebGUI',16,'Obrazek',1050232286,NULL); -INSERT INTO international VALUES (913,'WebGUI',16,'Szablon',1050232279,NULL); -INSERT INTO international VALUES (911,'WebGUI',16,'Element',1050232236,NULL); -INSERT INTO international VALUES (909,'WebGUI',16,'Dodaj element projektu graficznego',1050232207,NULL); -INSERT INTO international VALUES (908,'WebGUI',16,'Czy na pewno chcesz usun±æ ten element z tego projektu graficznego?',1050230878,NULL); -INSERT INTO international VALUES (907,'WebGUI',16,'Czy jeste¶ pewny ¿e chcesz usun±æ ten projekt graficzny?',1050230443,NULL); -INSERT INTO international VALUES (906,'WebGUI',16,'Adres URL projektanta',1050191766,NULL); -INSERT INTO international VALUES (905,'WebGUI',16,'Projektant',1050191749,NULL); -INSERT INTO international VALUES (904,'WebGUI',16,'Nazwa projektu graficznego',1050190959,NULL); -INSERT INTO international VALUES (903,'WebGUI',16,'ID projektu',1050190880,NULL); -INSERT INTO international VALUES (902,'WebGUI',16,'Edycja projektu graficznego',1050190716,NULL); -INSERT INTO international VALUES (901,'WebGUI',16,'Dodaj nowy projekt graficzny.',1050190107,NULL); -INSERT INTO international VALUES (900,'WebGUI',16,'Zarz±dzaj projektami.',1050189066,NULL); -INSERT INTO international VALUES (899,'WebGUI',16,'Zarz±dzanie projektami graficznymi',1050189012,NULL); -INSERT INTO international VALUES (71,'Poll',16,'Dziêki sondom mo¿emy zorientowaæ siê w opiniach naszych u¿ytkowników na ró¿ne interesuj±ce nas i u¿ytkowników tematy.\n
\r\nadres URL strony domowej twórcy danego projektu. Je¿eli Twoja dzia³alno¶æ zwi±zana jest z tworzeniem projektów dla serwisów opartych o WebGUI, to dziêki podanemu adresowi mo¿esz przyci±gn±æ uwagê potencjalnych klientów do Twojej oferty.\r\n
\nAktywna
\nJe¿eli pole zaznaczone, to u¿ytkownicy mog± nadal zg³aszaæ swoje g³osy w ramach danej sondy. W przeciwnym wypadku mog± tylko obejrzeæ dotychczasowe rezultaty g³osowañ.\n
\n\nKto mo¿e g³osowaæ?
\nWybierz grupê, która uprawniona jest do brania udzia³u w tej sondzie.\n
\n\nPunkty za g³osowanie
\nIloma punktami nagradzaæ u¿ytkownika za zag³osowanie (pole aktywne je¿eli administrator w ustawieniach u¿ytkowników aktywowa³ system punktacji u¿ytkowników za ich aktywno¶æ)?\n\n\nSzeroko¶æ wykresu
\nSzeroko¶æ graficznej belki reprezentuj±cej procentowy udzia³ danej odpowiedzi w g³osowaniach u¿ytkowników. Szeroko¶æ jest podana w pikselach.\n
\n\nPytanie
\nPodaj pytanie sondy na które u¿ytkownicy bêd± wybieraæ odpowiedzi.\n
\n\nOdpowiedzi
\nWpisz listê dostêpnych do wyboru odpowiedzi na pytanie sondy. Wpisuj tylko po jednej odpowiedzi w wierszu - maksymalnie mo¿esz zdefiniowaæ do 20 odpowiedzi.\n
\n\nLosowaæ odpowiedzi?
\nAby nie sugerowaæ u¿ytkownikowi wyboru odpowiedzi bazuj±cego na ich kolejno¶ci na ekranie, mo¿esz wybraæ losowanie odpowiedzi, co spowoduje ka¿dokrotne losowe ustawianie listy odpowiedzi.\n\n\nResetuj g³osowanie
\nZerowanie dotychczas zliczonych rezultatów g³osowania w danej sondzie.\n
',1050183732,NULL); -INSERT INTO international VALUES (73,'Poll',16,'Szablon sondy',1050183668,NULL); -INSERT INTO international VALUES (74,'Poll',16,'W szablonach Sond dostêpne s± do wykorzystania nastêpuj±ce zmienne:\r\n
\r\ncanVote
\r\nWarunek okre¶laj±cy czy dany u¿ytkownik ma prawo uczestniczenia w danej sondzie.\r\n\r\n\r\nquestion
\r\nPytanie danej sondy, na któr± u¿ytkownicy bêd± wybierali zdefiniowane odpowiedzi.\r\n\r\n\r\nform.start
\r\nPocz±tek formularza zawieraj±cego tre¶æ sondy.\r\n\r\n\r\nanswer_loop
\r\nLista zawieraj±ca wybór odpowiedzi na dan± sondê.\r\n\r\n\r\n
\r\n\r\nanswer.form\r\n\r\n\r\nform.submit
\r\nPrzycisk wyboru danej odpowiedzi sondy.\r\n\r\n\r\nanswer.text
\r\nTre¶æ danej odpowiedzi sondy.\r\n\r\n\r\nanswer.number
\r\nNumer porz±dkowy danej odpowiedzi sondy (kolejne liczby ca³kowite - 1, 2, 3, itd.).\r\n\r\n\r\nanswer.graphWidth
\r\nD³ugo¶æ graficznej belki reprezentuj±cej procentowy udzia³ danej odpowiedzi w g³osowaniach u¿ytkowników. \r\n\r\n\r\n\r\nanswer.percent
\r\nLiczba reprezentuj±ca procentowy udzia³ danej odpowiedzi w g³osowaniach u¿ytkowników.\r\n\r\n\r\nanswer.total
\r\nSumaryczna liczba wszystkich g³osowañ u¿ytkowników.\r\n\r\n\r\n
\r\nPrzycisk umo¿liwiaj±cy zag³osowanie w ramach danej sondy.\r\n\r\n\r\nform.end
\r\nKoniec formularza zawieraj±cego tre¶æ sondy.\r\n\r\n\r\nresponses.label
\r\nTre¶æ etykiety opisuj±cej liczbê wszystkich g³osowañ u¿ytkowników w danej sondzie.\r\n\r\n\r\nresponses.total
',1050183668,NULL); -INSERT INTO international VALUES (898,'WebGUI',16,'Ikonka przy adresie',1050172395,NULL); -INSERT INTO international VALUES (897,'WebGUI',16,'Ikonka w \"Ulubionych\"',1050170767,NULL); -INSERT INTO international VALUES (897,'WebGUI/Profile',16,'Edytowalny?',1050167573,NULL); -INSERT INTO international VALUES (669,'WebGUI',16,'Makra, U¿ywanie',1049279249,NULL); -INSERT INTO international VALUES (668,'WebGUI',16,'Arkusze Stylów, U¿ywanie',1049279215,NULL); -INSERT INTO international VALUES (664,'WebGUI',16,'Obiekt (wobject), Usuwanie',1049279140,NULL); -INSERT INTO international VALUES (61,'WebGUI',16,'Uaktualnij Ustawienia Konta',1049278878,NULL); -INSERT INTO international VALUES (585,'WebGUI',16,'Zarz±dzanie t³umaczeniami.',1049278764,NULL); -INSERT INTO international VALUES (586,'WebGUI',16,'Zarz±dzanie T³umaczeniami',1049278734,NULL); -INSERT INTO international VALUES (835,'WebGUI',16,'Fragment, Dodawanie/Edycja',1049278599,NULL); -INSERT INTO international VALUES (801,'WebGUI',16,'Interakcje obiektu',1049278421,NULL); -INSERT INTO international VALUES (793,'WebGUI',16,'Zawarto¶æ Zasobów',1049278328,NULL); -INSERT INTO international VALUES (789,'WebGUI/Profile',16,'Edytuj t± kategoriê profilu.',1049278282,NULL); -INSERT INTO international VALUES (782,'WebGUI',16,'Którykolwiek',1049278111,NULL); -INSERT INTO international VALUES (781,'WebGUI',16,'Fragment',1049278033,NULL); -INSERT INTO international VALUES (774,'WebGUI',16,'Na pewno chcesz usun±æ t± pozycjê zasobów? Nie bêdzie mo¿na jej odzyskaæ!',1049277994,NULL); -INSERT INTO international VALUES (771,'WebGUI',16,'Fragment',1049277890,NULL); -INSERT INTO international VALUES (770,'WebGUI',16,'Edytuj Fragment',1049277857,NULL); -INSERT INTO international VALUES (77,'WebGUI',16,'To nazwa konta jest zajêta przez innego u¿ytkownika serwisu. Spróbuj z inn± nazw±. Oto kilka sugestii:',1049277812,NULL); -INSERT INTO international VALUES (769,'WebGUI',16,'Organizuj w Folderze',1049277737,NULL); -INSERT INTO international VALUES (767,'WebGUI',16,'Id zasobu',1049277677,NULL); -INSERT INTO international VALUES (766,'WebGUI',16,'Lista zawarto¶ci zasobów.',1049277637,NULL); -INSERT INTO international VALUES (765,'WebGUI',16,'Usuñ t± pozycjê zasobów.',1049277592,NULL); -INSERT INTO international VALUES (764,'WebGUI',16,'Edytuj t± pozycjê zasobów.',1049277108,NULL); -INSERT INTO international VALUES (763,'WebGUI',16,'Dodaj fragment.',1049277063,NULL); -INSERT INTO international VALUES (760,'WebGUI',16,'Usuñ ten folder.',1049276915,NULL); -INSERT INTO international VALUES (757,'WebGUI',16,'Zarz±dzaj Zasobami',1049276861,NULL); -INSERT INTO international VALUES (753,'WebGUI',16,'Edytuj t± grupê.',1049276509,NULL); -INSERT INTO international VALUES (750,'WebGUI',16,'Usuñ tego u¿ytkownika.',1049276468,NULL); -INSERT INTO international VALUES (748,'WebGUI',16,'Pozycja U¿ytkownika',1049276424,NULL); -INSERT INTO international VALUES (745,'WebGUI',16,'Przej¶cie do strony z tym obiektem.',1049276330,NULL); -INSERT INTO international VALUES (863,'WebGUI',16,'Opó¼nienie Usuniêcia',1049276092,NULL); -INSERT INTO international VALUES (856,'WebGUI',16,'Nie masz obecnie edytowalnych ustawieñ konta.',1049275962,NULL); -INSERT INTO international VALUES (1,'WobjectProxy',16,'Obiekt g³ówny proxy',1049275830,NULL); -INSERT INTO international VALUES (2,'WobjectProxy',16,'Edycja Obiektu typu Proxy',1049273703,NULL); -INSERT INTO international VALUES (888,'WebGUI',16,'D³ugo¶æ Podgl±du Fragmentu',1049273669,NULL); -INSERT INTO international VALUES (5,'WobjectProxy',16,'Obiekt typu Proxy, Dodawanie/Edycja',1049273484,NULL); -INSERT INTO international VALUES (4,'WobjectProxy',16,'Obiekt Proxy nie mo¿e wykonaæ zadania. Prawdpodobnie g³ówny obiekt do którego dany obiekt jest skrótem zosta³ usuniêty.',1049273424,NULL); -INSERT INTO international VALUES (3,'WobjectProxy',16,'Obiekt Proxy',1049273309,NULL); -INSERT INTO international VALUES (885,'WebGUI',16,'Zezwalaæ na deaktywacjê w³asnych kont?',1049273245,NULL); -INSERT INTO international VALUES (626,'WebGUI',16,'Obiekty stanowi± o prawdziwej sile i funkcjonalno¶ci WebGUI. Obiekty to przygotowane dla systemu WebGUI modu³y, które mo¿na do³±czaæ i dostosowywaæ do serwisu zbudowanego w oparciu o WebGUI. Przyk³adem s± tu Fora dyskusyjne i sondy.\n
\r\nLiczba wszystkich g³osowañ u¿ytkowników w danej sondzie.\r\n\n\nAby dodaæ obiekt do strony, nale¿y najpierw przej¶æ do danej strony, nastêpnie wybraæ opcjê \"Dodaj tre¶æ...\" z menu w lewym górnym rogu ekranu. Ka¿dy obiekt ma swój w³asny system pomocy opisuj±cy dok³adnie sposób u¿ycia oraz definiowania jego poszczególnych parametrów.\n
\n\n\nPliki stylów stron: Wszystkie obiekty maj± swoj± w³asn± klasê stylu CSS oznaczon± odpowiednim identyfikatorem. \n
\n\nNazwy klas stylów CSS sk³adaj± siê ze s³owa \"wobject\" plus okre¶lenia typu obiektu - np. dla obiektu obs³ugi sond bêdzie to s³owo \"wobjectPoll\". Taka klasa stylów CSS odnosi siê do wszystkich obiektów danego typu w systemie WebGUI. \n
\n\nIdentyfikatorem klasy stylów CSS jest s³owo \"wobjectId\" plus identyfikator danego obiektu. Przyk³adowo wiêc je¿eli artyku³ ma Id obiektu równe 94, to identyfikatorem bêdzie s³owo \"wobjectId94\".\n
',1047858549,NULL); -INSERT INTO international VALUES (10,'HttpProxy',16,'Proxy HTTP, Dodawanie/Edycja',1047858432,NULL); -INSERT INTO international VALUES (71,'SyndicatedContent',16,'Kana³y informacji to ¼ród³a regularnie aktualizowanych informacji, które otrzymywane s± w wyniku automatycznego wczytywania specjalnie przygotowanych plików (w tzw. standardzie RDF/RSS), przygotowanych do udostêpnienia przez inne serwisy www. Technologia ta jest najczê¶ciej wykorzystywana do wczytywania nag³ówków najnowszych wiadomo¶ci z interesuj±cych nas stron www, przyk³adowo CNN i Slashdot. Mo¿e byæ równie¿ wykorzystywana do wczytywania innych typów informacji, takich jak notowania gie³dowe czy rezultaty sportowe, itp. (oczywi¶cie odpowiedni serwis musi w tym celu udostêpniaæ pliki w formacie RDF/RSS).\n
\n\nURL do pliku RSS
\nPodaj dok³adny adres URL (zaczynaj±cy siê od http://) do pliku RDF/RSS zawieraj±cego informacje udostêpniane przez intersuj±cy nas serwis w ramach kana³u informacyjnego. Informacje udostêpniane poprzez taki kana³, bêd± wczytywane i aktualizowane co godzina.\n
\nPrzyk³adowe adresy serwisów www udostêpniaj±cych kana³y informacyjne:\n\n
\n\n- http://www.newsisfree.com\n
- http://www.syndic8.com\n
- http://www.voidstar.com/node.php?id=144\n
- http://my.userland.com\n
- http://www.webreference.com/services/news/\n
- http://www.xmltree.com\n
- http://w.moreover.com/\n
\nAby utworzyæ ³±czn± grupê informacji z kana³ów informacyjnych ró¿nych serwisów www, nale¿y w tym polu podaæ listê adresów plików RDF/RSS tych serwisów rozdzielonych spacj±. W takim wypadku wy¶wietlana bêdzie ta sama liczba nag³ówków informacji z ka¿dego podanego serwisu www i sortowana bêdzie wed³ug kolejno¶ci otrzymania/wczytania informacji.\n
\n\nSzablon
\nWybierz sposób prezentacji informacji z kana³ów informacyjnych.\nLiczba Nag³ówków
',1047855741,NULL); -INSERT INTO international VALUES (72,'SyndicatedContent',16,'Szablon kana³ów informacji',1047855526,NULL); -INSERT INTO international VALUES (73,'SyndicatedContent',16,'
\nWprowad¼ maksymaln± liczbê nag³ówków informacji wczytanych z pliku RDF/RSS, jakie mog± byæ wy¶wietlone. Podanie cyfry zero oznacza brak ograniczeñ na liczbê prezentowanych nag³ówków. W przypadku ³±cznej grupy informacji wczytanych z ró¿nych serwisów www, system wy¶wietli t± sam± liczbê informacji z ka¿dego serwisu i nie bêdzie tu brane pod uwagê ograniczenie liczby nag³ówków.\nW szablonach kana³ów informacji dostêpne s± do wykorzystania nastêpuj±ce zmienne:\n\n
\n\nchannel.title
\nTytu³ danego kana³u informacyjnego.\n\n\nchannel.description
\nOpis rodzaju informacji otrzymywanego z danego kana³u.\n\n\nchannel.link
\nAdres URL do strony z której pochodzi dany kana³ informacyjny.\n\n\nitem_loop
\nLista informacji w tre¶ci danego kana³u informacyjnego.\n\n\n\ntitle',1047855526,NULL); -INSERT INTO international VALUES (73,'SiteMap',16,'
\nTytu³ danej informacji.\n\n\ndescription
\nOpis danej informacji.\n\n\nlink\nAdres URL (link) do oryginalnej strony z której pochodzi dana informacja.\n
\nW szablonach Spisów tre¶ci dostêpne s± do wykorzystania nastêpuj±ce zmienne:\n
\n\npage_loop
\nZawiera listê wszystkich stron w danym spisie tre¶ci.\n\n\npage.indent\n',1047855100,NULL); -INSERT INTO international VALUES (1030,'WebGUI',16,'przez',1047842270,NULL); -INSERT INTO international VALUES (1029,'WebGUI',16,'Edytowano',1047842180,NULL); -INSERT INTO international VALUES (891,'WebGUI',16,'Usuñ tylko makra.',1047838859,NULL); -INSERT INTO international VALUES (4,'HttpProxy',16,'Czas oczekiwania',1047837283,NULL); -INSERT INTO international VALUES (8,'HttpProxy',16,'Przekierowania?',1047837255,NULL); -INSERT INTO international VALUES (6,'HttpProxy',16,'Usuwaæ style?',1047837230,NULL); -INSERT INTO international VALUES (9,'HttpProxy',16,'Pliki Cookie, Jar',1047835842,NULL); -INSERT INTO international VALUES (5,'HttpProxy',16,'Czy stosowaæ Proxy dla innych domen?',1047835817,NULL); -INSERT INTO international VALUES (864,'WebGUI',16,'Ile dni wcze¶niej powiadomiæ o wyga¶niêciu',1046963705,NULL); -INSERT INTO international VALUES (367,'WebGUI',16,'Wygasa po',1046963575,NULL); -INSERT INTO international VALUES (352,'WebGUI',16,'Data pozycji',1046958568,NULL); -INSERT INTO international VALUES (422,'WebGUI',16,'
\nLiczba znaków spacji o jak± przesuniêta jest dana strona w spisie tre¶ci, co wynika z jej po³o¿enia w hierarchii stron.\n\n\npage.url
\nAdres URL (link) do tej strony.\n\n\npage.id
\nUnikalny identyfikator tej strony (dla wewnêtrznych potrzeb systemu WEBGUI).\n\n\npage.title
\nTytu³ tej strony.\n\n\npage.menutitle
\nTytu³ tej strony, jaki pojawia siê w nawigacji spisu tre¶ci.\n\n\npage.synopsis
\nOpis tre¶ci strony (je¿eli istnieje).\n\n\npage.isRoot
\nWarunek definiuj±cy czy dana strona jest stron± g³ówn± (nadrzêdna w hierarchii w stosunku do innych stron).\n\n\npage.isTop
\nwarunek definiuj±cy czy dana strona jest na szczycie hierarchii stron.\n\n\n\n
B³±d logowania
Nieprawid³owy u¿ytkownik/has³o.',1046957261,NULL); -INSERT INTO international VALUES (417,'WebGUI',16,'Naruszenie bezpieczeñstwa
\r\nPróbujesz uzyskaæ dostêp do obiektu nie zwi±zanego z t± stron±. Ten incydent zosta³ zanotowany.',1046957222,NULL); -INSERT INTO international VALUES (76,'USS',16,'Szablon propozycji',1046955644,NULL); -INSERT INTO international VALUES (74,'USS',16,'Szablon systemu propozycji u¿ytkowników',1046955627,NULL); -INSERT INTO international VALUES (73,'USS',16,'Szablon propozycji',1046955453,NULL); -INSERT INTO international VALUES (6,'USS',16,'Propozycji na stronê',1046955350,NULL); -INSERT INTO international VALUES (59,'USS',16,'Nastêpna propozycja',1046955331,NULL); -INSERT INTO international VALUES (58,'USS',16,'Poprzednia propozycja',1046955317,NULL); -INSERT INTO international VALUES (57,'USS',16,'Odpowiedzi',1046955307,NULL); -INSERT INTO international VALUES (53,'USS',16,'Uk³ad',1046955296,NULL); -INSERT INTO international VALUES (52,'USS',16,'Miniaturka',1046955270,NULL); -INSERT INTO international VALUES (51,'USS',16,'Wy¶wietlaæ miniaturki?',1046955254,NULL); -INSERT INTO international VALUES (5,'USS',16,'Twoja propozycja zosta³a odrzucona.',1046955241,NULL); -INSERT INTO international VALUES (48,'USS',16,'Umo¿liwiæ dyskusjê?',1046955195,NULL); -INSERT INTO international VALUES (41,'USS',16,'Data',1046955185,NULL); -INSERT INTO international VALUES (47,'USS',16,'Odpowiedz',1046955005,NULL); -INSERT INTO international VALUES (46,'USS',16,'Wiêcej...',1046954962,NULL); -INSERT INTO international VALUES (4,'USS',16,'Twoja propozycja zosta³a zaaprobowana.',1046954848,NULL); -INSERT INTO international VALUES (39,'USS',16,'Odpowiedz',1046954831,NULL); -INSERT INTO international VALUES (88,'USS',1,'Sequence',1070027660,'A type of ordering in the USS that will allow the admin to specify (or sequence) the order of the results.'); -INSERT INTO international VALUES (37,'USS',16,'Usuñ',1046954792,NULL); -INSERT INTO international VALUES (35,'USS',16,'Tytu³',1046954767,NULL); -INSERT INTO international VALUES (33,'USS',16,'Za³±cznik',1046954740,NULL); -INSERT INTO international VALUES (32,'USS',16,'Obrazek',1046954731,NULL); -INSERT INTO international VALUES (31,'USS',16,'Tre¶æ',1046954723,NULL); -INSERT INTO international VALUES (30,'USS',16,'Punkty za zg³oszenie',1046954704,NULL); -INSERT INTO international VALUES (3,'USS',16,'Masz propozycjê u¿ytkownika do zaaprobowania',1046954697,NULL); -INSERT INTO international VALUES (29,'USS',16,'System zg³aszania propozycji',1046954659,NULL); -INSERT INTO international VALUES (28,'USS',16,'Powrót do listy propozycji',1046954425,NULL); -INSERT INTO international VALUES (27,'USS',16,'Edycja',1046954408,NULL); -INSERT INTO international VALUES (21,'USS',16,'Zaproponowa³',1046954401,NULL); -INSERT INTO international VALUES (20,'USS',16,'Wy¶lij now± propozycjê',1046954377,NULL); -INSERT INTO international VALUES (2,'USS',16,'Kto mo¿e uczestniczyæ?',1046954356,NULL); -INSERT INTO international VALUES (19,'USS',16,'Edycja propozycji',1046954333,NULL); -INSERT INTO international VALUES (18,'USS',16,'Edycja systemu propozycji u¿ytkowników',1046954323,NULL); -INSERT INTO international VALUES (17,'USS',16,'Na pewno chcesz usun±æ ta propozycjê?',1046954304,NULL); -INSERT INTO international VALUES (16,'USS',16,'Bez tytu³u',1046954285,NULL); -INSERT INTO international VALUES (15,'USS',16,'Edycja/Usuwanie',1046954265,NULL); -INSERT INTO international VALUES (14,'USS',16,'Status',1046954254,NULL); -INSERT INTO international VALUES (13,'USS',16,'Data wys³ania',1046954249,NULL); -INSERT INTO international VALUES (12,'USS',16,'Odznacz, je¿eli piszesz propozycjê w HTML',1046954215,NULL); -INSERT INTO international VALUES (1,'USS',16,'Kto mo¿e aprobowaæ?',1046954183,NULL); -INSERT INTO international VALUES (80,'Survey',16,'sekund',1046954163,NULL); -INSERT INTO international VALUES (77,'Survey',16,'Czas koñcowy',1046954108,NULL); -INSERT INTO international VALUES (78,'Survey',16,'Czas ca³kowity',1046954101,NULL); -INSERT INTO international VALUES (79,'Survey',16,'minut',1046954092,NULL); -INSERT INTO international VALUES (9,'Survey',16,'Ankieta',1046954056,NULL); -INSERT INTO international VALUES (8,'Survey',16,'Porz±dek pytañ',1046954049,NULL); -INSERT INTO international VALUES (76,'Survey',16,'Czas pocz±tkowy',1046954002,NULL); -INSERT INTO international VALUES (75,'Survey',16,'Edycja pytania.',1046953982,NULL); -INSERT INTO international VALUES (74,'Survey',16,'Na pewno chcesz usun±æ wszystkie odpowiedzi uczestników?',1046953970,NULL); -INSERT INTO international VALUES (73,'Survey',16,'Usuñ wszystkie odpowiedzi uczestników.',1046953581,NULL); -INSERT INTO international VALUES (72,'Survey',16,'Na pewno chcesz usun±æ odpowiedzi tego uczestnika?',1046953562,NULL); -INSERT INTO international VALUES (71,'Survey',16,'Dziennik z wynikami',1046953537,NULL); -INSERT INTO international VALUES (70,'Survey',16,'Indywidualne odpowiedzi uczestników.',1046953522,NULL); -INSERT INTO international VALUES (7,'Survey',16,'Wed³ug odpowiedzi',1046953505,NULL); -INSERT INTO international VALUES (69,'Survey',16,'Usuñ odpowiedzi uczestnika.',1046953470,NULL); -INSERT INTO international VALUES (67,'Survey',16,'U¿ytkownik',1046953399,NULL); -INSERT INTO international VALUES (66,'Survey',16,'Odpowiedzi uczestników',1046953389,NULL); -INSERT INTO international VALUES (65,'Survey',16,'Eksportuj ³±czne podsumowanie.',1046953376,NULL); -INSERT INTO international VALUES (64,'Survey',16,'Eksportuj odpowiedzi uczestników.',1046953351,NULL); -INSERT INTO international VALUES (63,'Survey',16,'Eksportuj pytania.',1046953334,NULL); -INSERT INTO international VALUES (62,'Survey',16,'Eksportuj odpowiedzi.',1046953324,NULL); -INSERT INTO international VALUES (60,'Survey',16,'Powrót do ankiety.',1046953303,NULL); -INSERT INTO international VALUES (6,'Survey',16,'Losowy',1046952400,NULL); -INSERT INTO international VALUES (58,'Survey',16,'Przegl±d statystyki',1046952323,NULL); -INSERT INTO international VALUES (57,'Survey',16,'Komentarze',1046952296,NULL); -INSERT INTO international VALUES (54,'Survey',16,'Procentowo',1046952246,NULL); -INSERT INTO international VALUES (53,'Survey',16,'Odpowiedzi',1046952240,NULL); -INSERT INTO international VALUES (52,'Survey',16,'Wynik',1046952221,NULL); -INSERT INTO international VALUES (51,'Survey',16,'Komentarze?',1046952205,NULL); -INSERT INTO international VALUES (50,'Survey',16,'Nastêpny',1046952190,NULL); -INSERT INTO international VALUES (5,'Survey',16,'Sekwencyjny',1046952136,NULL); -INSERT INTO international VALUES (49,'Survey',16,'Nie mo¿esz wzi±æ udzia³u w tymi quizie w tej chwili.',1046952101,NULL); -INSERT INTO international VALUES (48,'Survey',16,'Nie masz prawa do uczestnictwa w tej ankiecie.',1046952071,NULL); -INSERT INTO international VALUES (47,'Survey',16,'Zakoñczy³e¶ quiz',1046952037,NULL); -INSERT INTO international VALUES (46,'Survey',16,'Dziêkujemy za po¶wiêcenie czasu na wype³nienie ankiety.',1046951986,NULL); -INSERT INTO international VALUES (45,'Survey',16,'Na pewno chcesz usun±æ t± odpowied¼ i reakcje na ni±?',1046951948,NULL); -INSERT INTO international VALUES (44,'Survey',16,'Na pewno chcesz usun±æ to pytanie wraz z odpowiedziami i reakcjami',1046951920,NULL); -INSERT INTO international VALUES (43,'Survey',16,'Nigdy',1046951870,NULL); -INSERT INTO international VALUES (42,'Survey',16,'Czasami',1046951863,NULL); -INSERT INTO international VALUES (41,'Survey',16,'Czêstotliwo¶æ',1046951839,NULL); -INSERT INTO international VALUES (40,'Survey',16,'Zawsze',1046951831,NULL); -INSERT INTO international VALUES (39,'Survey',16,'Nieodpowiedni',1046951757,NULL); -INSERT INTO international VALUES (38,'Survey',16,'Zdecydowany brak zgody',1046951739,NULL); -INSERT INTO international VALUES (37,'Survey',16,'Brak zgody',1046951727,NULL); -INSERT INTO international VALUES (36,'Survey',16,'Czê¶ciowy brak zgody',1046951718,NULL); -INSERT INTO international VALUES (35,'Survey',16,'Czê¶ciowa zgoda',1046951706,NULL); -INSERT INTO international VALUES (34,'Survey',16,'Zgoda',1046951684,NULL); -INSERT INTO international VALUES (33,'Survey',16,'Zdecydowana zgoda',1046951678,NULL); -INSERT INTO international VALUES (32,'Survey',16,'Fa³sz',1046951660,NULL); -INSERT INTO international VALUES (31,'Survey',16,'Prawda',1046951654,NULL); -INSERT INTO international VALUES (30,'Survey',16,'Dodaj nowe pytanie.',1046951647,NULL); -INSERT INTO international VALUES (3,'Survey',16,'Ankieta, Dodawanie/Edycja',1046951636,NULL); -INSERT INTO international VALUES (29,'Survey',16,'Dodaj tekst odpowiedzi.',1046951623,NULL); -INSERT INTO international VALUES (28,'Survey',16,'Dodaj pytanie.',1046951612,NULL); -INSERT INTO international VALUES (27,'Survey',16,'Dodaj skalê odpowiedzi (zgoda/brak zgody).',1046951603,NULL); -INSERT INTO international VALUES (26,'Survey',16,'Dodaj skalê czestotliwo¶ci (zawsze/nigdy).',1046951570,NULL); -INSERT INTO international VALUES (25,'Survey',16,'Dodaj prawdziw±/fa³szyw± odpowied¼.',1046951527,NULL); -INSERT INTO international VALUES (24,'Survey',16,'Dodaj wybór wielokrotnej odpowiedzi.',1046951447,NULL); -INSERT INTO international VALUES (23,'Survey',16,'Dodaj now± odpowied¼.',1046951374,NULL); -INSERT INTO international VALUES (22,'Survey',16,'Typ odpowiedzi',1046951360,NULL); -INSERT INTO international VALUES (21,'Survey',16,'Id¼ do',1046951343,NULL); -INSERT INTO international VALUES (20,'Survey',16,'Odpowied¼ jest poprawna?',1046951337,NULL); -INSERT INTO international VALUES (2,'Survey',16,'Edycja ankiety',1046951317,NULL); -INSERT INTO international VALUES (19,'Survey',16,'Odpowied¼',1046951309,NULL); -INSERT INTO international VALUES (18,'Survey',16,'Edycja odpowiedzi',1046951303,NULL); -INSERT INTO international VALUES (17,'Survey',16,'Edycja pytania',1046951293,NULL); -INSERT INTO international VALUES (16,'Survey',16,'Losowe odpowiedzi?',1046951285,NULL); -INSERT INTO international VALUES (15,'Survey',16,'Umo¿liwiæ komentowanie?',1046951267,NULL); -INSERT INTO international VALUES (14,'Survey',16,'Pytanie',1046951253,NULL); -INSERT INTO international VALUES (13,'Survey',16,'Kto mo¿e ogl±daæ wyniki?',1046951247,NULL); -INSERT INTO international VALUES (12,'Survey',16,'Kto mo¿e braæ udzia³ w ankiecie?',1046951235,NULL); -INSERT INTO international VALUES (11,'Survey',16,'Tryb',1046951214,NULL); -INSERT INTO international VALUES (10,'Survey',16,'Quiz',1046951207,NULL); -INSERT INTO international VALUES (1,'Survey',16,'Ankieta',1046951196,NULL); -INSERT INTO international VALUES (8,'SQLReport',16,'Edycja raportu SQL',1046951032,NULL); -INSERT INTO international VALUES (61,'SQLReport',16,'Raport SQL, Dodawanie, Edycja',1046950968,NULL); -INSERT INTO international VALUES (26,'WSClient',1,'Could not connect to SOAP server.',1055349311,NULL); -INSERT INTO international VALUES (4,'SQLReport',16,'Zapytanie',1046950939,NULL); -INSERT INTO international VALUES (18,'SQLReport',16,'To zapytanie nie zwróci³o ¿adnych wyników.',1046950924,NULL); -INSERT INTO international VALUES (17,'SQLReport',16,'Testy: Zapytanie do bazy:',1046950897,NULL); -INSERT INTO international VALUES (16,'SQLReport',16,'Testy?',1046950886,NULL); -INSERT INTO international VALUES (15,'SQLReport',16,'Przetwarzaæ makra w zapytaniu?',1046950874,NULL); -INSERT INTO international VALUES (14,'SQLReport',16,'Podziel na strony po',1046950843,NULL); -INSERT INTO international VALUES (12,'SQLReport',16,'B³±d przy wykonywaniu: Nie mo¿na siê po³±czyæ z baz± danych.',1046950718,NULL); -INSERT INTO international VALUES (11,'SQLReport',16,'B³±d przy wykonywaniu: Nast±pi³ problem przy wykonywaniu zapytania do bazy danych.',1046950707,NULL); -INSERT INTO international VALUES (10,'SQLReport',16,'B³±d przy wykonywaniu: Podane zapytanie SQL do bazy ma nieprawid³owy format.',1046950701,NULL); -INSERT INTO international VALUES (1,'SQLReport',16,'Raport SQL',1046950689,NULL); -INSERT INTO international VALUES (58,'Product',16,'Edycja szablonu produktu',1046950654,NULL); -INSERT INTO international VALUES (8,'DataForm',16,'Szeroko¶æ',1046950592,NULL); -INSERT INTO international VALUES (73,'DataForm',16,'Wy¶lij',1046950584,NULL); -INSERT INTO international VALUES (6,'DataForm',16,'Modyfikowalny',1046950384,NULL); -INSERT INTO international VALUES (5,'DataForm',16,'Pokazywany',1046950375,NULL); -INSERT INTO international VALUES (4,'DataForm',16,'Ukryty',1046950363,NULL); -INSERT INTO international VALUES (3,'DataForm',16,'Dziêkujemy za Twoj± opiniê!',1046950356,NULL); -INSERT INTO international VALUES (24,'DataForm',16,'Mo¿liwe warto¶ci (tylko rozwijana lista)',1046950260,NULL); -INSERT INTO international VALUES (23,'DataForm',16,'Typ',1046950059,NULL); -INSERT INTO international VALUES (22,'DataForm',16,'Status',1046950053,NULL); -INSERT INTO international VALUES (21,'DataForm',16,'Nazwa pola',1046950047,NULL); -INSERT INTO international VALUES (20,'DataForm',16,'Edycja pola',1046949991,NULL); -INSERT INTO international VALUES (2,'DataForm',16,'Temat maila tutaj',1046949984,NULL); -INSERT INTO international VALUES (19,'DataForm',16,'Na pewno chcesz usun±æ to pole?',1046949966,NULL); -INSERT INTO international VALUES (18,'DataForm',16,'Wróæ!',1046949950,NULL); -INSERT INTO international VALUES (17,'DataForm',16,'Wys³ano pocztê',1046949935,NULL); -INSERT INTO international VALUES (16,'DataForm',16,'Potwierdzenie',1046949925,NULL); -INSERT INTO international VALUES (14,'DataForm',16,'Temat',1046949886,NULL); -INSERT INTO international VALUES (13,'DataForm',16,'Duw',1046949880,NULL); -INSERT INTO international VALUES (12,'DataForm',16,'Dw',1046949870,NULL); -INSERT INTO international VALUES (10,'DataForm',16,'Od',1046949767,NULL); -INSERT INTO international VALUES (83,'USS',16,'Dodaj nowe pytanie.',1046949360,NULL); -INSERT INTO international VALUES (86,'USS',16,'Odpowied¼',1046949161,NULL); -INSERT INTO international VALUES (85,'USS',16,'Pytanie',1046949014,NULL); -INSERT INTO international VALUES (96,'EventsCalendar',16,'Kalendarz wydarzeñ',1046948838,NULL); -INSERT INTO international VALUES (94,'EventsCalendar',16,'Szablon kalendarza wydarzeñ',1046948822,NULL); -INSERT INTO international VALUES (93,'EventsCalendar',16,'Nastêpne wydarzenie',1046948805,NULL); -INSERT INTO international VALUES (92,'EventsCalendar',16,'Poprzednie wydarzenie',1046948794,NULL); -INSERT INTO international VALUES (91,'EventsCalendar',16,'Dodaj nowe wydarzenie.',1046948785,NULL); -INSERT INTO international VALUES (90,'EventsCalendar',16,'Domy¶lny miesi±c',1046948773,NULL); -INSERT INTO international VALUES (9,'EventsCalendar',16,'do',1046948764,NULL); -INSERT INTO international VALUES (89,'EventsCalendar',16,'Poka¿ 3 miesi±ce od pocz±tkowego.',1046948729,NULL); -INSERT INTO international VALUES (88,'EventsCalendar',16,'Poka¿ 6 miesiêcy od pocz±tkowego.',1046948677,NULL); -INSERT INTO international VALUES (87,'EventsCalendar',16,'Poka¿ 9 miesiêcy od pocz±tkowego.',1046948665,NULL); -INSERT INTO international VALUES (86,'EventsCalendar',16,'Poka¿ 12 miesiêcy od pocz±tku.',1046948583,NULL); -INSERT INTO international VALUES (85,'EventsCalendar',16,'Ostatni w kalendarzu.',1046948568,NULL); -INSERT INTO international VALUES (84,'EventsCalendar',16,'Miesi±c koñcowy',1046948557,NULL); -INSERT INTO international VALUES (83,'EventsCalendar',16,'Pierwszy w kalendarzu.',1046948541,NULL); -INSERT INTO international VALUES (82,'EventsCalendar',16,'Bie¿±cy.',1046948529,NULL); -INSERT INTO international VALUES (81,'EventsCalendar',16,'Miesi±c pocz±tkowy',1046948521,NULL); -INSERT INTO international VALUES (80,'EventsCalendar',16,'Szablon wydarzenia',1046948509,NULL); -INSERT INTO international VALUES (8,'EventsCalendar',16,'Powtarzaj co',1046948498,NULL); -INSERT INTO international VALUES (78,'EventsCalendar',16,'Nie usuwaj niczego, pope³niono pomy³kê.',1046948476,NULL); -INSERT INTO international VALUES (77,'EventsCalendar',16,'Usuñ to wydarzenie i jego wszystkie powtórzenia.',1046948456,NULL); -INSERT INTO international VALUES (76,'EventsCalendar',16,'Usuñ tylko to zdarzenie.',1046948404,NULL); -INSERT INTO international VALUES (75,'EventsCalendar',16,'Co dalej?',1046948390,NULL); -INSERT INTO international VALUES (72,'EventsCalendar',16,'Wydarzenie, Dodawanie/Edycja',1046948372,NULL); -INSERT INTO international VALUES (4,'EventsCalendar',16,'Jednokrotne.',1046948283,NULL); -INSERT INTO international VALUES (20,'EventsCalendar',16,'Dodaj wydarzenie.',1046948266,NULL); -INSERT INTO international VALUES (2,'EventsCalendar',16,'Kalendarz wydarzeñ',1046948257,NULL); -INSERT INTO international VALUES (19,'EventsCalendar',16,'Podziel strony po',1046948247,NULL); -INSERT INTO international VALUES (15,'EventsCalendar',16,'Data koñcowa',1046948232,NULL); -INSERT INTO international VALUES (14,'EventsCalendar',16,'Data pocz±tkowa',1046948225,NULL); -INSERT INTO international VALUES (13,'EventsCalendar',16,'Edycja wydarzenia',1046948215,NULL); -INSERT INTO international VALUES (12,'EventsCalendar',16,'Edycja kalendarza',1046948198,NULL); -INSERT INTO international VALUES (4,'SyndicatedContent',16,'Edycja kana³ów informacji',1046786664,NULL); -INSERT INTO international VALUES (2,'SyndicatedContent',16,'Kana³ informacyjny',1046786653,NULL); -INSERT INTO international VALUES (1,'SyndicatedContent',16,'URL do pliku RSS',1046786641,NULL); -INSERT INTO international VALUES (99,'WebGUI',16,'Tytu³',1046785770,NULL); -INSERT INTO international VALUES (95,'WebGUI',16,'Spis tre¶ci pomocy',1046785761,NULL); -INSERT INTO international VALUES (94,'WebGUI',16,'Zobacz tak¿e',1046785749,NULL); -INSERT INTO international VALUES (93,'WebGUI',16,'Pomoc',1046785741,NULL); -INSERT INTO international VALUES (92,'WebGUI',16,'Nastêpna strona',1046785735,NULL); -INSERT INTO international VALUES (91,'WebGUI',16,'Poprzednia strona',1046785727,NULL); -INSERT INTO international VALUES (90,'WebGUI',16,'Dodaj now± grupê.',1046785717,NULL); -INSERT INTO international VALUES (9,'WebGUI',16,'Poka¿ schowek.',1046785675,NULL); -INSERT INTO international VALUES (89,'WebGUI',16,'Grupy',1046785653,NULL); -INSERT INTO international VALUES (884,'WebGUI',16,'W wyskakuj±cym oknie',1046785627,NULL); -INSERT INTO international VALUES (883,'WebGUI',16,'Na stronie (gdy obs³ugiwany)',1046785614,NULL); -INSERT INTO international VALUES (882,'WebGUI',16,'Tryb edytora',1046785572,NULL); -INSERT INTO international VALUES (881,'WebGUI',16,'¯aden',1046785560,NULL); -INSERT INTO international VALUES (880,'WebGUI',16,'Edytor ostatniej szansy',1046785539,NULL); -INSERT INTO international VALUES (88,'WebGUI',16,'U¿ytkownicy w grupie',1046785489,NULL); -INSERT INTO international VALUES (879,'WebGUI',16,'Klasyczny edytor (Internet Explorer 5+)',1046785477,NULL); -INSERT INTO international VALUES (872,'WebGUI',16,'Kto mo¿e ogl±daæ?',1046785336,NULL); -INSERT INTO international VALUES (871,'WebGUI',16,'Kto mo¿e edytowaæ?',1046785327,NULL); -INSERT INTO international VALUES (870,'WebGUI',16,'Witamy',1046785317,NULL); -INSERT INTO international VALUES (87,'WebGUI',16,'Edycja grupy',1046785264,NULL); -INSERT INTO international VALUES (869,'WebGUI',16,'Wiadomo¶æ powitalna',1046785256,NULL); -INSERT INTO international VALUES (868,'WebGUI',16,'Wysy³aæ wiadomo¶æ powitaln±?',1046785246,NULL); -INSERT INTO international VALUES (867,'WebGUI',16,'Utrata uprawnieñ',1046785229,NULL); -INSERT INTO international VALUES (866,'WebGUI',16,'Wiadomo¶æ powiadomienia o wyga¶niêciu',1046785221,NULL); -INSERT INTO international VALUES (865,'WebGUI',16,'Powiadomiæ u¿ytkownika o wyga¶niêciu?',1046785201,NULL); -INSERT INTO international VALUES (862,'WebGUI',16,'Profil u¿ytkownika nie jest publicznie dostêpny.',1046785133,NULL); -INSERT INTO international VALUES (861,'WebGUI',16,'Upubliczniæ profil?',1046785085,NULL); -INSERT INTO international VALUES (860,'WebGUI',16,'Upubliczniæ adres email?',1046785068,NULL); -INSERT INTO international VALUES (859,'WebGUI',16,'Podpis',1046785007,NULL); -INSERT INTO international VALUES (858,'WebGUI',16,'Alias',1046785001,NULL); -INSERT INTO international VALUES (857,'WebGUI',16,'Adres IP',1046784995,NULL); -INSERT INTO international VALUES (855,'WebGUI',16,'Lista wszystkich szablonów.',1046784955,NULL); -INSERT INTO international VALUES (854,'WebGUI',16,'Lista wszystkich szablonów podobnych do tego.',1046784942,NULL); -INSERT INTO international VALUES (853,'WebGUI',16,'Usuñ szablon.',1046784924,NULL); -INSERT INTO international VALUES (852,'WebGUI',16,'Kopiuj szablon.',1046784914,NULL); -INSERT INTO international VALUES (85,'WebGUI',16,'Opis',1046784874,NULL); -INSERT INTO international VALUES (848,'WebGUI',16,'W tym szablonie jest b³±d sk³adniowy. Proszê poprawiæ.',1046784867,NULL); -INSERT INTO international VALUES (847,'WebGUI',16,'Powróæ do bie¿±cej strony.',1046784835,NULL); -INSERT INTO international VALUES (851,'WebGUI',16,'Edytuj szablon.',1046784783,NULL); -INSERT INTO international VALUES (845,'WebGUI',16,'Makra stylu',1046784767,NULL); -INSERT INTO international VALUES (843,'WebGUI',16,'Makra u¿ytkownika',1046784738,NULL); -INSERT INTO international VALUES (841,'WebGUI',16,'Makra nawigacyjne',1046784725,NULL); -INSERT INTO international VALUES (84,'WebGUI',16,'Nazwa grupy',1046784666,NULL); -INSERT INTO international VALUES (837,'WebGUI',16,'Folder, Dodawanie/Edycja',1046784641,NULL); -INSERT INTO international VALUES (833,'WebGUI',16,'Plik, Dodawanie/Edycja',1046784546,NULL); -INSERT INTO international VALUES (829,'WebGUI',16,'Szablon strony',1046784456,NULL); -INSERT INTO international VALUES (825,'WebGUI',16,'Szablony, Jêzyk',1046784415,NULL); -INSERT INTO international VALUES (824,'WebGUI',16,'Stopka emaila',1046784404,NULL); -INSERT INTO international VALUES (823,'WebGUI',16,'Przejd¼ do nowej strony.',1046784377,NULL); -INSERT INTO international VALUES (821,'WebGUI',16,'¯aden',1046784362,NULL); -INSERT INTO international VALUES (820,'WebGUI',16,'Twoje konto nie jest aktywne, nie mo¿esz wiêc siê na nie zalogowaæ, dopóki nie zostanie aktywowane przez administratora.',1046784351,NULL); -INSERT INTO international VALUES (82,'WebGUI',16,'Funkcje administracyjne...',1046784197,NULL); -INSERT INTO international VALUES (819,'WebGUI',16,'Deaktywowane samodzielnie',1046784183,NULL); -INSERT INTO international VALUES (818,'WebGUI',16,'Deaktywowano',1046784161,NULL); -INSERT INTO international VALUES (817,'WebGUI',16,'Aktywne',1046784145,NULL); -INSERT INTO international VALUES (816,'WebGUI',16,'Status',1046784137,NULL); -INSERT INTO international VALUES (815,'WebGUI',16,'Plik, który chcesz umie¶ciæ jest zbyt wielki.',1046784124,NULL); -INSERT INTO international VALUES (813,'WebGUI',16,'Grupy w tej grupie',1046784036,NULL); -INSERT INTO international VALUES (812,'WebGUI',16,'Twoja wiadomo¶æ zosta³a wys³ana.',1046784015,NULL); -INSERT INTO international VALUES (811,'WebGUI',16,'Od',1046783999,NULL); -INSERT INTO international VALUES (810,'WebGUI',16,'wy¶lij',1046783993,NULL); -INSERT INTO international VALUES (81,'WebGUI',16,'Pomy¶lnie uaktualniono konto!',1046783889,NULL); -INSERT INTO international VALUES (809,'WebGUI',16,'Grupa emailowa.',1046783871,NULL); -INSERT INTO international VALUES (808,'WebGUI',16,'Powiadom t± grupê emailem.',1046783862,NULL); -INSERT INTO international VALUES (807,'WebGUI',16,'Zarz±dzaj grupami w tej grupie.',1046783795,NULL); -INSERT INTO international VALUES (806,'WebGUI',16,'Usuñ grupê.',1046783740,NULL); -INSERT INTO international VALUES (802,'WebGUI',16,'WebGUI ma wy³±czon± funkcjê zbierania statystyk. Mo¿na j± w³±czyæ w ustawieniach.',1046783701,NULL); -INSERT INTO international VALUES (800,'WebGUI',16,'Pojedyñczy Odwiedzaj±cy',1046783630,NULL); -INSERT INTO international VALUES (80,'WebGUI',16,'Utworzono konto!',1046783553,NULL); -INSERT INTO international VALUES (798,'WebGUI',16,'Tytu³ strony',1046783505,NULL); -INSERT INTO international VALUES (797,'WebGUI',16,'Poka¿ statystykê ruchu.',1046783496,NULL); -INSERT INTO international VALUES (796,'WebGUI',16,'Poka¿ statystykê stron.',1046783481,NULL); -INSERT INTO international VALUES (795,'WebGUI',16,'Katalogi g³ówne',1046783466,NULL); -INSERT INTO international VALUES (794,'WebGUI',16,'Pakiety',1046783427,NULL); -INSERT INTO international VALUES (792,'WebGUI',16,'Szablony',1046783402,NULL); -INSERT INTO international VALUES (791,'WebGUI',16,'Usuñ t³umaczenie',1046783395,NULL); -INSERT INTO international VALUES (790,'WebGUI/Profile',16,'Usuñ t± kategoriê profilu.',1046783376,NULL); -INSERT INTO international VALUES (788,'WebGUI/Profile',16,'Usuñ to pole profilu.',1046783350,NULL); -INSERT INTO international VALUES (787,'WebGUI/Profile',16,'Edytuj to pole profilu.',1046783339,NULL); -INSERT INTO international VALUES (784,'WebGUI',16,'Miniaturka',1046783247,NULL); -INSERT INTO international VALUES (783,'WebGUI',16,'Typ',1046783238,NULL); -INSERT INTO international VALUES (780,'WebGUI',16,'Plik',1046783143,NULL); -INSERT INTO international VALUES (779,'WebGUI',16,'Obrazek',1046783135,NULL); -INSERT INTO international VALUES (778,'WebGUI',16,'Opis folderu',1046783127,NULL); -INSERT INTO international VALUES (777,'WebGUI',16,'ID folderu',1046783121,NULL); -INSERT INTO international VALUES (776,'WebGUI',16,'Edycja folderu',1046783112,NULL); -INSERT INTO international VALUES (775,'WebGUI',16,'Na pewno chcesz usun±æ ten folder i przenie¶æ jego zawarto¶æ do folderu wy¿ej?',1046783106,NULL); -INSERT INTO international VALUES (773,'WebGUI',16,'Plik',1046783044,NULL); -INSERT INTO international VALUES (772,'WebGUI',16,'Edytuj plik',1046783039,NULL); -INSERT INTO international VALUES (768,'WebGUI',16,'Nazwa',1046782884,NULL); -INSERT INTO international VALUES (762,'WebGUI',16,'Dodaj plik.',1046782765,NULL); -INSERT INTO international VALUES (761,'WebGUI',16,'Dodaj obrazek.',1046782759,NULL); -INSERT INTO international VALUES (76,'WebGUI',16,'Tego adresu email nie ma w naszych bazach.',1046782704,NULL); -INSERT INTO international VALUES (759,'WebGUI',16,'Edytuj ten folder.',1046782679,NULL); -INSERT INTO international VALUES (758,'WebGUI',16,'Dodaj folder.',1046782667,NULL); -INSERT INTO international VALUES (756,'WebGUI',16,'Lista grup.',1046782643,NULL); -INSERT INTO international VALUES (744,'WebGUI',16,'Co dalej?',1046782631,NULL); -INSERT INTO international VALUES (754,'WebGUI',16,'Zarz±dzaj u¿ytkownikami w tej grupie.',1046782596,NULL); -INSERT INTO international VALUES (752,'WebGUI',16,'Poka¿ profil tego u¿ytkownika.',1046782557,NULL); -INSERT INTO international VALUES (751,'WebGUI',16,'Stañ siê tym u¿ytkownikiem',1046782538,NULL); -INSERT INTO international VALUES (75,'WebGUI',16,'Informacje o Twoim koncie zosta³y wys³ane na Twój adres email',1046782511,NULL); -INSERT INTO international VALUES (749,'WebGUI',16,'Tworzyæ statystki stron?',1046782486,NULL); -INSERT INTO international VALUES (747,'WebGUI',16,'Nazwa u¿ytkownika musi zawieraæ wy³±cznie znaki alfanumeryczne.',1046782450,NULL); -INSERT INTO international VALUES (746,'WebGUI',16,'Zestaw ikon belki narzêdziowej',1046782411,NULL); -INSERT INTO international VALUES (743,'WebGUI',16,'W celu odzyskania has³a nale¿y podaæ prawid³owy adres email',1046782339,NULL); -INSERT INTO international VALUES (1084,'WebGUI',1,'Default',1077472740,'A label indicating that the user should use the default setting.'); -INSERT INTO international VALUES (27,'IndexedSearch',1,'\r\nThe Search adds advanced search capabilities to your WebGUI site.
\r\nIndex to use
\r\n
The Search uses an index to retrieve it\'s \r\nresults from. Indexes are created with the scheduler. You can create more then one index. Choose here which index to use.Search through
\r\n
By default all pages are searched. You can \r\nlimit the search to certain page roots. Multiple choices are allowed.Only results created by
\r\n
You can limit the results to \r\nitems created by certain users. By default items from any user are returned.Only results in namespace
\r\n
By default all namespaces are \r\nsearched. You can limit the search to certain namespaces. An example of usage is \r\nto search only in products.Only results in language
\r\n
If you have a multi-lingual \r\nsite, you can use this option to limit the search results to a certain \r\nlanguage.Only results of type
\r\n
You can limit the search to certain \r\ntypes of content.\r\n\r\nDiscussion: Messages on the forums, discussions on \r\narticles or USS.
Help: Content in the online WebGUI help \r\nsystem
Page: Page title and \r\nsynopsis
Profile: User Profiles
Wobject: Wobject Title \r\nand Description
Wobject details: All other wobject data. For example \r\nFAQ question, Calendar item, etc.Template
\r\n
Select a template to layout \r\nyour Search. The different templates have different functionality.Paginate after
\r\n
The number of results \r\nyou\'d like to display on a page.Context preview length
\r\n
The maximum \r\nnumber of characters in each of the context sections. Default is 130 characters. \r\nA negative length gives the complete body, while a preview length of null gives \r\nno preview.Highlight results ?
\r\n
If you want to \r\nhighlight the search results in the preview you\'ll want to check this box.Highlight color n
',1070195783,''); -INSERT INTO international VALUES (74,'WebGUI',16,'Informacje o koncie',1046782281,NULL); -INSERT INTO international VALUES (739,'WebGUI',16,'Poziom UI',1046782273,NULL); -INSERT INTO international VALUES (738,'WebGUI',16,'9 Guru',1046782264,NULL); -INSERT INTO international VALUES (737,'WebGUI',16,'8 Mistrz',1046782257,NULL); -INSERT INTO international VALUES (736,'WebGUI',16,'7 Ekspert',1046782251,NULL); -INSERT INTO international VALUES (735,'WebGUI',16,'6 Profesjonalista',1046782244,NULL); -INSERT INTO international VALUES (734,'WebGUI',16,'5 Bardzo do¶wiadczony',1046782236,NULL); -INSERT INTO international VALUES (733,'WebGUI',16,'4 Do¶wiadczony',1046782220,NULL); -INSERT INTO international VALUES (66,'WebGUI',16,'Zaloguj',1046782139,NULL); -INSERT INTO international VALUES (374,'WebGUI',16,'Zarz±dzaj pakietami.',1046782100,NULL); -INSERT INTO international VALUES (732,'WebGUI',16,'3 Zaawansowany',1046774713,NULL); -INSERT INTO international VALUES (731,'WebGUI',16,'2 Wykwalifikowany',1046774451,NULL); -INSERT INTO international VALUES (730,'WebGUI',16,'1 Nowicjusz',1046774431,NULL); -INSERT INTO international VALUES (73,'WebGUI',16,'Zaloguj siê.',1046774422,NULL); -INSERT INTO international VALUES (729,'WebGUI',16,'0 Pocz±tkuj±cy',1046774410,NULL); -INSERT INTO international VALUES (728,'WebGUI',16,'Na pewno chcesz usun±æ ten plik?',1046774398,NULL); -INSERT INTO international VALUES (725,'WebGUI',16,'Nazwa u¿ytkownika nie mo¿e byæ pusta.',1046774382,NULL); -INSERT INTO international VALUES (724,'WebGUI',16,'Nazwa u¿ytkownika nie mo¿e zaczynaæ siê lub koñczyæ od spacji.',1046774367,NULL); -INSERT INTO international VALUES (723,'WebGUI',16,'Niezaaprobowano',1046771944,NULL); -INSERT INTO international VALUES (722,'WebGUI',16,'Id',1046771779,NULL); -INSERT INTO international VALUES (721,'WebGUI',16,'Przestrzeñ nazw',1046771774,NULL); -INSERT INTO international VALUES (720,'WebGUI',16,'OK',1046771762,NULL); -INSERT INTO international VALUES (72,'WebGUI',16,'odzyskaj',1046771757,NULL); -INSERT INTO international VALUES (719,'WebGUI',16,'Przeterminowane',1046771751,NULL); -INSERT INTO international VALUES (718,'WebGUI',16,'Eksportuj t³umaczenie.',1046771735,NULL); -INSERT INTO international VALUES (717,'WebGUI',16,'Wyloguj',1046771709,NULL); -INSERT INTO international VALUES (716,'WebGUI',16,'Login',1046771669,NULL); -INSERT INTO international VALUES (715,'WebGUI',16,'Przekierowanie URL',1046771653,NULL); -INSERT INTO international VALUES (71,'WebGUI',16,'Odzyskanie has³a',1046771640,NULL); -INSERT INTO international VALUES (707,'WebGUI',16,'Pokazywaæ b³êdy?',1046771631,NULL); -INSERT INTO international VALUES (706,'WebGUI',16,'Godzina/y',1046771566,NULL); -INSERT INTO international VALUES (705,'WebGUI',16,'Minuta/y',1046771559,NULL); -INSERT INTO international VALUES (704,'WebGUI',16,'Sekunda/y',1046771552,NULL); -INSERT INTO international VALUES (703,'WebGUI',16,'Rok/Lata',1046771540,NULL); -INSERT INTO international VALUES (702,'WebGUI',16,'Miesi±c/e',1046771488,NULL); -INSERT INTO international VALUES (701,'WebGUI',16,'Tydzieñ/Tygodnie',1046771478,NULL); -INSERT INTO international VALUES (700,'WebGUI',16,'Dzieñ/Dni',1046771466,NULL); -INSERT INTO international VALUES (70,'WebGUI',16,'B³±d',1046771458,NULL); -INSERT INTO international VALUES (7,'WebGUI',16,'Zarz±dzaj u¿ytkownikami.',1046771450,NULL); -INSERT INTO international VALUES (699,'WebGUI',16,'Pierwszy dzieñ tygodnia',1046771419,NULL); -INSERT INTO international VALUES (697,'WebGUI',16,'System punktacji u¿ytkowników, U¿ywanie',1046771396,NULL); -INSERT INTO international VALUES (696,'WebGUI',16,'Kosz, Opró¿nianie',1046771385,NULL); -INSERT INTO international VALUES (69,'WebGUI',16,'Zwróæ siê o pomoc do administratora.',1046771239,NULL); -INSERT INTO international VALUES (685,'WebGUI',16,'Szablony, Usuwanie',1046771175,NULL); -INSERT INTO international VALUES (684,'WebGUI',16,'Szablony, Dodawanie/Edycja',1046771160,NULL); -INSERT INTO international VALUES (682,'WebGUI',16,'Profil u¿ytkownika, Edycja',1046771127,NULL); -INSERT INTO international VALUES (681,'WebGUI',16,'Pakiety, Tworzenie',1046771111,NULL); -INSERT INTO international VALUES (680,'WebGUI',16,'Pakiet, Dodawanie',1046771086,NULL); -INSERT INTO international VALUES (68,'WebGUI',16,'Podane konto nie istnieje lub kobminacja u¿ytkownik/has³o jest nieprawid³owa.',1046771070,NULL); -INSERT INTO international VALUES (679,'WebGUI',16,'Ustawienia zawarto¶ci, Edycja',1046770875,NULL); -INSERT INTO international VALUES (678,'WebGUI',16,'G³ówne katalogi, Zarz±dzanie',1046770828,NULL); -INSERT INTO international VALUES (675,'WebGUI',16,'Mechanizm wyszukiwania, U¿ycie',1046770788,NULL); -INSERT INTO international VALUES (674,'WebGUI',16,'Ró¿ne ustawienia, Edycja',1046770733,NULL); -INSERT INTO international VALUES (672,'WebGUI',16,'Ustawienia profilu, Edycja',1046770720,NULL); -INSERT INTO international VALUES (670,'WebGUI',16,'Obrazek, Dodawanie/Edycja',1046770646,NULL); -INSERT INTO international VALUES (67,'WebGUI',16,'Utwórz nowe konto.',1046770633,NULL); -INSERT INTO international VALUES (667,'WebGUI',16,'Grupa, Dodawanie/Edycja',1046770514,NULL); -INSERT INTO international VALUES (665,'WebGUI',16,'Grupa, Usuwanie',1046770482,NULL); -INSERT INTO international VALUES (663,'WebGUI',16,'Ustawienia wiadomo¶ci, Edycja',1046770445,NULL); -INSERT INTO international VALUES (662,'WebGUI',16,'Ustawienia, Zarz±dzanie',1046770423,NULL); -INSERT INTO international VALUES (661,'WebGUI',16,'Ustawienia plików, Edycja',1046770408,NULL); -INSERT INTO international VALUES (660,'WebGUI',16,'Grupy, Zarz±dzanie',1046770393,NULL); -INSERT INTO international VALUES (658,'WebGUI',16,'U¿ytkownicy, Zarz±dzanie',1046770332,NULL); -INSERT INTO international VALUES (657,'WebGUI',16,'U¿ytkownik, Usuwanie',1046770317,NULL); -INSERT INTO international VALUES (656,'WebGUI',16,'Informacje o firmie, Edycja',1046770307,NULL); -INSERT INTO international VALUES (655,'WebGUI',16,'U¿ytkownik, Dodawanie/Edycja',1046770292,NULL); -INSERT INTO international VALUES (653,'WebGUI',16,'Strona, Usuwanie',1046770266,NULL); -INSERT INTO international VALUES (652,'WebGUI',16,'Ustawienia u¿ytkownika, Edycja',1046770252,NULL); -INSERT INTO international VALUES (65,'WebGUI',16,'Proszê zdeaktywowaæ moje konto na zawsze.',1046770229,NULL); -INSERT INTO international VALUES (64,'WebGUI',16,'Wyloguj.',1046770143,NULL); -INSERT INTO international VALUES (63,'WebGUI',16,'W³±cz funkcje administracyjne.',1046769994,NULL); -INSERT INTO international VALUES (62,'WebGUI',16,'Zapisz',1046769951,NULL); -INSERT INTO international VALUES (605,'WebGUI',16,'Dodaj grupy',1046769828,NULL); -INSERT INTO international VALUES (601,'WebGUI',16,'ID t³umaczenia',1046769778,NULL); -INSERT INTO international VALUES (60,'WebGUI',16,'Na pewno chcesz zdeaktywowaæ to konto?. Je¶li to zrobisz informacje o nim zostan± nieodwracalnie usuniête.',1046769759,NULL); -INSERT INTO international VALUES (595,'WebGUI',16,'Komunikaty miêdzynarodowe',1046769659,NULL); -INSERT INTO international VALUES (598,'WebGUI',16,'Edytuj to t³umaczenie.',1046769597,NULL); -INSERT INTO international VALUES (597,'WebGUI',16,'Edycja wielojêzycznych komunikatów',1046769586,NULL); -INSERT INTO international VALUES (596,'WebGUI',16,'BRAKUJ¡CY',1046769570,NULL); -INSERT INTO international VALUES (594,'WebGUI',16,'T³umacz komunikaty.',1046769530,NULL); -INSERT INTO international VALUES (593,'WebGUI',16,'Wy¶lij t³umaczenie.',1046769517,NULL); -INSERT INTO international VALUES (592,'WebGUI',16,'Zestaw znaków',1046769497,NULL); -INSERT INTO international VALUES (591,'WebGUI',16,'Jêzyk',1046769488,NULL); -INSERT INTO international VALUES (590,'WebGUI',16,'ID jêzyka',1046769481,NULL); -INSERT INTO international VALUES (59,'WebGUI',16,'Zapomnia³em has³a.',1046769435,NULL); -INSERT INTO international VALUES (589,'WebGUI',16,'Edytuj t³umaczenia',1046769425,NULL); -INSERT INTO international VALUES (588,'WebGUI',16,'Czy na pewno chcesz wys³aæ to t³umaczenie do Plain Black do zamieszczenia go w oficjalnej wersji WebGUI? Klikaj± na tak, uprawniasz tym samym Plain Black do nielimitowanej licencji na u¿ycie tego t³umaczenia w oprogramowaniu PlainBlack.',1046769410,NULL); -INSERT INTO international VALUES (587,'WebGUI',16,'Na pewno chcesz usun±æ ten jêzyk wraz z ca³ym helpem oraz przet³umaczonymi komunikatami?',1046769394,NULL); -INSERT INTO international VALUES (584,'WebGUI',16,'Dodaj nowe t³umaczenie.',1046769216,NULL); -INSERT INTO international VALUES (583,'WebGUI',16,'Maksymalny rozmiar obrazka',1046769195,NULL); -INSERT INTO international VALUES (582,'WebGUI',16,'Pozostaw puste',1046769150,NULL); -INSERT INTO international VALUES (581,'WebGUI',16,'Dodaj now± warto¶æ',1046769141,NULL); -INSERT INTO international VALUES (580,'WebGUI',16,'Twoja wiadomo¶æ zosta³a odrzucona.',1046769129,NULL); -INSERT INTO international VALUES (58,'WebGUI',16,'Posiadam ju¿ konto.',1046769073,NULL); -INSERT INTO international VALUES (579,'WebGUI',16,'Twoja wiadomo¶æ zosta³a zaaprobowana.',1046769057,NULL); -INSERT INTO international VALUES (578,'WebGUI',16,'Musisz poczekaæ na zaaprobowanie wiadomo¶ci.',1046769041,NULL); -INSERT INTO international VALUES (577,'WebGUI',16,'Odpowiedz',1046769001,NULL); -INSERT INTO international VALUES (576,'WebGUI',16,'Usuñ',1046768987,NULL); -INSERT INTO international VALUES (575,'WebGUI',16,'Edytuj',1046768981,NULL); -INSERT INTO international VALUES (574,'WebGUI',16,'Odmów',1046768976,NULL); -INSERT INTO international VALUES (572,'WebGUI',16,'Zaaprobuj',1046768898,NULL); -INSERT INTO international VALUES (57,'WebGUI',16,'jest to potrzebne tylko je¶li chcesz u¿ywaæ cech wymagaj±cych korzystania z poczty elektronicznej.',1046768875,NULL); -INSERT INTO international VALUES (566,'WebGUI',16,'Edytuj czas bezczynno¶ci',1046768779,NULL); -INSERT INTO international VALUES (565,'WebGUI',16,'Kto mo¿e moderowaæ?',1046768533,NULL); -INSERT INTO international VALUES (556,'WebGUI',16,'Wielko¶æ',1046768472,NULL); -INSERT INTO international VALUES (564,'WebGUI',16,'Kto mo¿e publikowaæ?',1046768461,NULL); -INSERT INTO international VALUES (563,'WebGUI',16,'Domy¶lny status',1046768446,NULL); -INSERT INTO international VALUES (562,'WebGUI',16,'Oczekuj±cy',1046768437,NULL); -INSERT INTO international VALUES (561,'WebGUI',16,'Zablokowany',1046768430,NULL); -INSERT INTO international VALUES (560,'WebGUI',16,'Zaaprobowany',1046768422,NULL); -INSERT INTO international VALUES (56,'WebGUI',16,'Adres email',1046768414,NULL); -INSERT INTO international VALUES (559,'WebGUI',16,'Uruchom w czasie rejestracji',1046768404,NULL); -INSERT INTO international VALUES (558,'WebGUI',16,'Edycja systemu punktacji u¿ytkowników.',1046768365,NULL); -INSERT INTO international VALUES (557,'WebGUI',16,'Opis',1046768355,NULL); -INSERT INTO international VALUES (555,'WebGUI',16,'Edytuj poziom punktów tego u¿ytkownika.',1046768313,NULL); -INSERT INTO international VALUES (554,'WebGUI',16,'Podejmij dzia³anie',1046768304,NULL); -INSERT INTO international VALUES (553,'WebGUI',16,'Status',1046768282,NULL); -INSERT INTO international VALUES (552,'WebGUI',16,'Oczekuj±cy',1046768277,NULL); -INSERT INTO international VALUES (551,'WebGUI',16,'Uwaga',1046768266,NULL); -INSERT INTO international VALUES (543,'WebGUI',16,'Dodaj now± grupê obrazków.',1046768237,NULL); -INSERT INTO international VALUES (542,'WebGUI',16,'Poprzednia...',1046768219,NULL); -INSERT INTO international VALUES (541,'WebGUI',16,'Punkty za wpis',1046768206,NULL); -INSERT INTO international VALUES (540,'WebGUI',16,'Punkty za zalogowanie',1046768193,NULL); -INSERT INTO international VALUES (54,'WebGUI',16,'Utwórz konto',1046768182,NULL); -INSERT INTO international VALUES (886,'WebGUI',16,'Ukryæ z nawigacji?',1046731287,NULL); -INSERT INTO international VALUES (539,'WebGUI',16,'Uaktywniæ system punktacji?',1046731150,NULL); -INSERT INTO international VALUES (538,'WebGUI',16,'System punktacji - próg ',1046731131,NULL); -INSERT INTO international VALUES (537,'WebGUI',16,'System punktacji',1046731106,NULL); -INSERT INTO international VALUES (536,'WebGUI',16,'Nowy u¿ytkownik - ^@; do³±czy³ do serwisu.',1046731087,NULL); -INSERT INTO international VALUES (535,'WebGUI',16,'Grupa do powiadomienia o nowym u¿ytkowniku',1046731051,NULL); -INSERT INTO international VALUES (534,'WebGUI',16,'Powiadomiæ o nowym u¿ytkowniku?',1046731028,NULL); -INSERT INTO international VALUES (533,'WebGUI',16,'bez s³ów',1046730995,NULL); -INSERT INTO international VALUES (532,'WebGUI',16,'z co najmniej jednym ze s³ów',1046727841,NULL); -INSERT INTO international VALUES (531,'WebGUI',16,'z dok³adnie takim zwrotem ',1046727814,NULL); -INSERT INTO international VALUES (530,'WebGUI',16,'ze wszystkimi s³owami',1046727744,NULL); -INSERT INTO international VALUES (53,'WebGUI',16,'Uczyñ stronê drukowaln±',1046727681,NULL); -INSERT INTO international VALUES (528,'WebGUI',16,'Nazwa szablonu',1046727657,NULL); -INSERT INTO international VALUES (527,'WebGUI',16,'Domy¶lna strona g³ówna.',1046727648,NULL); -INSERT INTO international VALUES (525,'WebGUI',16,'Edycja ustawieñ tre¶ci',1046727615,NULL); -INSERT INTO international VALUES (1025,'WebGUI',16,'Dodawaæ datê edycji do wpisów?\n',1046727597,NULL); -INSERT INTO international VALUES (523,'WebGUI',16,'Powiadomienie',1046727587,NULL); -INSERT INTO international VALUES (522,'WebGUI',16,'Chcê byæ powiadamiany prze ICQ.',1046727578,NULL); -INSERT INTO international VALUES (521,'WebGUI',16,'Chcê byæ powiadamiany przez email na pager.',1046727561,NULL); -INSERT INTO international VALUES (520,'WebGUI',16,'Chcê byæ powiadamiany emailem.',1046727539,NULL); -INSERT INTO international VALUES (52,'WebGUI',16,'login',1046727522,NULL); -INSERT INTO international VALUES (519,'WebGUI',16,'Nie chcê byæ powiadamiana/y.',1046727463,NULL); -INSERT INTO international VALUES (518,'WebGUI',16,'Powiadomienia skrzynki pocztowej',1046727441,NULL); -INSERT INTO international VALUES (517,'WebGUI',16,'Wy³±cz funkcje administracji!',1046727425,NULL); -INSERT INTO international VALUES (516,'WebGUI',16,'W³±cz funkcje administracji!',1046727410,NULL); -INSERT INTO international VALUES (515,'WebGUI',16,'Dodawaæ datê edycji do wpisów?',1046727383,NULL); -INSERT INTO international VALUES (511,'WebGUI',16,'Z w±tkami',1046727331,NULL); -INSERT INTO international VALUES (510,'WebGUI',16,'P³aski',1046727299,NULL); -INSERT INTO international VALUES (51,'WebGUI',16,'Has³o',1046727289,NULL); -INSERT INTO international VALUES (509,'WebGUI',16,'Uk³ad forum',1046727201,NULL); -INSERT INTO international VALUES (508,'WebGUI',16,'Zarz±dzaj szablonami.',1046727184,NULL); -INSERT INTO international VALUES (507,'WebGUI',16,'Edycja szablonu',1046727172,NULL); -INSERT INTO international VALUES (506,'WebGUI',16,'Zarz±dzaj szablonami',1046727161,NULL); -INSERT INTO international VALUES (505,'WebGUI',16,'Dodaj nowy szablon.',1046727148,NULL); -INSERT INTO international VALUES (504,'WebGUI',16,'Szablon',1046727137,NULL); -INSERT INTO international VALUES (503,'WebGUI',16,'ID Szablonu',1046727131,NULL); -INSERT INTO international VALUES (502,'WebGUI',16,'Na pewno chcesz usun±æ ten szablon i prze³±czyæ strony go u¿ywaj±ce do domy¶lnego profilu?',1046727116,NULL); -INSERT INTO international VALUES (500,'WebGUI',16,'ID strony',1046727037,NULL); -INSERT INTO international VALUES (50,'WebGUI',16,'U¿ytkownik',1046727029,NULL); -INSERT INTO international VALUES (5,'WebGUI',16,'Zarz±dzaj grupami.',1046727020,NULL); -INSERT INTO international VALUES (499,'WebGUI',16,'ID obiektu',1046726960,NULL); -INSERT INTO international VALUES (498,'WebGUI',16,'Data koñcowa',1046726948,NULL); -INSERT INTO international VALUES (497,'WebGUI',16,'Data pocz±tkowa',1046726938,NULL); -INSERT INTO international VALUES (496,'WebGUI',16,'U¿ywany edytor',1046726926,NULL); -INSERT INTO international VALUES (495,'WebGUI',16,'Edycja HTML (Internet Explorer 5.5+)',1046726908,NULL); -INSERT INTO international VALUES (494,'WebGUI',16,'RealObjects edit-on Pro 2.x',1046726894,NULL); -INSERT INTO international VALUES (493,'WebGUI',16,'Powrót do strony g³ównej.',1046726881,NULL); -INSERT INTO international VALUES (492,'WebGUI',16,'Lista pól profile.',1046726842,NULL); -INSERT INTO international VALUES (491,'WebGUI/Profile',16,'Dodaj pole profilu.',1046726829,NULL); -INSERT INTO international VALUES (490,'WebGUI/Profile',16,'Dodaj kategoriê profilu.',1046726815,NULL); -INSERT INTO international VALUES (49,'WebGUI',16,'Kliknij tutaj by siê wylogowaæ',1046726793,NULL); -INSERT INTO international VALUES (489,'WebGUI/Profile',16,'Kategorie profilu',1046726669,NULL); -INSERT INTO international VALUES (488,'WebGUI',16,'Domy¶lne warto¶ci',1046726657,NULL); -INSERT INTO international VALUES (487,'WebGUI',16,'Mo¿liwe warto¶ci',1046726644,NULL); -INSERT INTO international VALUES (486,'WebGUI',16,'Typ danych',1046726633,NULL); -INSERT INTO international VALUES (485,'WebGUI',16,'0/1 (Checkbox)',1046726619,NULL); -INSERT INTO international VALUES (484,'WebGUI',16,'Wybierz listê',1046726589,NULL); -INSERT INTO international VALUES (483,'WebGUI',16,'Tak lub Nie',1046726570,NULL); -INSERT INTO international VALUES (482,'WebGUI',16,'Numer (liczba ca³kowita)',1046726562,NULL); -INSERT INTO international VALUES (481,'WebGUI',16,'Numer telefonu',1046726542,NULL); -INSERT INTO international VALUES (480,'WebGUI',16,'Adres email',1046726529,NULL); -INSERT INTO international VALUES (48,'WebGUI',16,'Witaj',1046726515,NULL); -INSERT INTO international VALUES (479,'WebGUI',16,'Data',1046726466,NULL); -INSERT INTO international VALUES (478,'WebGUI',16,'URL',1046726460,NULL); -INSERT INTO international VALUES (477,'WebGUI',16,'Obszar HTML',1046726454,NULL); -INSERT INTO international VALUES (476,'WebGUI',16,'Obszar tekstu',1046726445,NULL); -INSERT INTO international VALUES (475,'WebGUI',16,'Tekst',1046726430,NULL); -INSERT INTO international VALUES (474,'WebGUI/Profile',16,'Wymagane?',1046726424,NULL); -INSERT INTO international VALUES (473,'WebGUI/Profile',16,'Widoczny?',1046726407,NULL); -INSERT INTO international VALUES (472,'WebGUI',16,'Etykieta',1046726392,NULL); -INSERT INTO international VALUES (471,'WebGUI/Profile',16,'Edycja pól profilu u¿ytkownika',1046726385,NULL); -INSERT INTO international VALUES (470,'WebGUI',16,'Nazwisko',1046726360,NULL); -INSERT INTO international VALUES (47,'WebGUI',16,'Strona g³ówna',1046726353,NULL); -INSERT INTO international VALUES (469,'WebGUI',16,'Id',1046726288,NULL); -INSERT INTO international VALUES (468,'WebGUI/Profile',16,'Edycja kategorii profilu u¿ytkownika',1046726282,NULL); -INSERT INTO international VALUES (467,'WebGUI/Profile',16,'Na pewno chcesz skasowaæ to pole wraz ze wszystkimi zawartymi w nim danymi u¿ytkowników?',1046726242,NULL); -INSERT INTO international VALUES (466,'WebGUI/Profile',16,'Na pewno chcesz skasowaæ to kategoriê i przenie¶æ wszystkie jej pola do kategorii Ró¿ne?',1046726197,NULL); -INSERT INTO international VALUES (465,'WebGUI',16,'Rozmiar obszaru tekstowego',1046726147,NULL); -INSERT INTO international VALUES (464,'WebGUI',16,'Kolumny obszaru tekstu',1046726114,NULL); -INSERT INTO international VALUES (463,'WebGUI',16,'Wiersze obszaru tekstowego',1046726109,NULL); -INSERT INTO international VALUES (462,'WebGUI',16,'Format Czasu',1046725999,NULL); -INSERT INTO international VALUES (461,'WebGUI',16,'Format daty',1046725986,NULL); -INSERT INTO international VALUES (460,'WebGUI',16,'Przesuniêcie czasowe',1046725977,NULL); -INSERT INTO international VALUES (46,'WebGUI',16,'Moje konto',1046725948,NULL); -INSERT INTO international VALUES (459,'WebGUI',16,'Edycja profilu u¿ytkownika.',1046725896,NULL); -INSERT INTO international VALUES (458,'WebGUI',16,'Edycja grupy u¿ytkowników.',1046725880,NULL); -INSERT INTO international VALUES (457,'WebGUI',16,'Edycja konta u¿ytkownika.',1046725859,NULL); -INSERT INTO international VALUES (456,'WebGUI',16,'Lista u¿ytkowników.',1046725843,NULL); -INSERT INTO international VALUES (455,'WebGUI',16,'Edycja profilu u¿ytkownika',1046725824,NULL); -INSERT INTO international VALUES (454,'WebGUI',16,'Ostatnie uaktualnienie',1046725811,NULL); -INSERT INTO international VALUES (453,'WebGUI',16,'Data utworzenia',1046725797,NULL); -INSERT INTO international VALUES (452,'WebGUI',16,'Proszê czekaæ...',1046725788,NULL); -INSERT INTO international VALUES (451,'WebGUI',16,'jest wymagane.',1046725768,NULL); -INSERT INTO international VALUES (450,'WebGUI',16,'Nazwa miejsca pracy',1046725756,NULL); -INSERT INTO international VALUES (45,'WebGUI',16,'Nie, pomyli³em siê.',1046725744,NULL); -INSERT INTO international VALUES (446,'WebGUI',16,'Strona WWW miejsca pracy',1046725731,NULL); -INSERT INTO international VALUES (449,'WebGUI',16,'Ró¿ne informacje',1046725664,NULL); -INSERT INTO international VALUES (448,'WebGUI',16,'Struktura stron',1046725653,NULL); -INSERT INTO international VALUES (447,'WebGUI',16,'Zarz±dzaj struktur± stron.',1046725635,NULL); -INSERT INTO international VALUES (445,'WebGUI',16,'Preferencje',1046725604,NULL); -INSERT INTO international VALUES (444,'WebGUI',16,'Informacje demograficzne',1046725597,NULL); -INSERT INTO international VALUES (443,'WebGUI',16,'Informacje o domu',1046725585,NULL); -INSERT INTO international VALUES (442,'WebGUI',16,'Informacje o pracy',1046725570,NULL); -INSERT INTO international VALUES (441,'WebGUI',16,'Wy¶lij maila na bramkê pagera',1046725558,NULL); -INSERT INTO international VALUES (440,'WebGUI',16,'Informacje kontaktowe',1046725528,NULL); -INSERT INTO international VALUES (44,'WebGUI',16,'Tak, jestem pewien.',1046725517,NULL); -INSERT INTO international VALUES (439,'WebGUI',16,'Informacje osobiste',1046725466,NULL); -INSERT INTO international VALUES (438,'WebGUI',16,'Twoja Nazwa',1046725454,NULL); -INSERT INTO international VALUES (437,'WebGUI',16,'Statystyki',1046725381,NULL); -INSERT INTO international VALUES (436,'WebGUI',16,'Zabij sesjê',1046725372,NULL); -INSERT INTO international VALUES (435,'WebGUI',16,'Sygnatura sesji',1046725364,NULL); -INSERT INTO international VALUES (434,'WebGUI',16,'Status',1046725355,NULL); -INSERT INTO international VALUES (433,'WebGUI',16,'Przegl±darka u¿ytkownika',1046725349,NULL); -INSERT INTO international VALUES (432,'WebGUI',16,'Wygasa',1046725339,NULL); -INSERT INTO international VALUES (431,'WebGUI',16,'Adres IP',1046725329,NULL); -INSERT INTO international VALUES (43,'WebGUI',16,'Czy na pewno chcesz usun±æ ten obiekt ze strony?',1046725305,NULL); -INSERT INTO international VALUES (429,'WebGUI',16,'Czas logowania',1046725242,NULL); -INSERT INTO international VALUES (428,'WebGUI',16,'U¿ytkownik (ID)',1046725232,NULL); -INSERT INTO international VALUES (427,'WebGUI',16,'Style',1046725222,NULL); -INSERT INTO international VALUES (426,'WebGUI',16,'Historia logowañ',1046725216,NULL); -INSERT INTO international VALUES (425,'WebGUI',16,'Aktywne sesje',1046725206,NULL); -INSERT INTO international VALUES (424,'WebGUI',16,'Poka¿ historiê logowañ',1046725196,NULL); -INSERT INTO international VALUES (423,'WebGUI',16,'Poka¿ aktywne sesje.',1046725170,NULL); -INSERT INTO international VALUES (421,'WebGUI',16,'Usuñ wszystko poza podstawowym formatowaniem',1046725000,NULL); -INSERT INTO international VALUES (420,'WebGUI',16,'Pozostaw jak jest.',1046724980,NULL); -INSERT INTO international VALUES (42,'WebGUI',16,'Proszê potwierdziæ',1046724930,NULL); -INSERT INTO international VALUES (419,'WebGUI',16,'Usuñ wszystkie znaczniki',1046724917,NULL); -INSERT INTO international VALUES (418,'WebGUI',16,'Filtruj tre¶æ HTML',1046724904,NULL); -INSERT INTO international VALUES (416,'WebGUI',16,'
The colors that are \r\nused to highlight the corresponding words in the query.Problem z wykonaniem zadania
Nast±pi³ b³±d zwi±zany z realizacj± tego zadania. Proszê wybraæ klawisz powrotu do strony i spróbowaæ ponownie. Je¿eli problem siê ponowi, prosimy o kontakt (prosze zanotowaæ opis sytuacji oraz datê i godzinê wyst±pienia problemu).',1046724714,NULL); -INSERT INTO international VALUES (412,'WebGUI',16,'Streszczenie',1046723151,NULL); -INSERT INTO international VALUES (411,'WebGUI',16,'Tytu³ w menu',1046723134,NULL); -INSERT INTO international VALUES (410,'WebGUI',16,'Zarz±dzaj g³ównymi katalogami.',1046723115,NULL); -INSERT INTO international VALUES (41,'WebGUI',16,'Próbujesz usun±æ istotny sk³adnik systemu WebGUI. Wykonanie tej czynno¶ci mog³oby doprowadziæ do zaprzestania dzia³ania WebGUI.',1046723098,NULL); -INSERT INTO international VALUES (409,'WebGUI',16,'Dodaj nowy g³ówny katalog.',1046722805,NULL); -INSERT INTO international VALUES (408,'WebGUI',16,'Zarz±dzaj g³ównymi katalogami',1046722788,NULL); -INSERT INTO international VALUES (407,'WebGUI',16,'Kliknij tu by zarejestrowaæ siê.',1046722742,NULL); -INSERT INTO international VALUES (406,'WebGUI',16,'Rozmiar miniaturki',1046722688,NULL); -INSERT INTO international VALUES (405,'WebGUI',16,'Ostatnia strona',1046722643,NULL); -INSERT INTO international VALUES (404,'WebGUI',16,'Pierwsza strona',1046722630,NULL); -INSERT INTO international VALUES (403,'WebGUI',16,'Nie bêdzie podane',1046722616,NULL); -INSERT INTO international VALUES (401,'WebGUI',16,'Na pewno chcesz usun±æ t± wiadomo¶æ oraz wszystkie poni¿ej?',1046722373,NULL); -INSERT INTO international VALUES (400,'WebGUI',16,'Pomijaæ bufor serwera proxy?',1046721672,NULL); -INSERT INTO international VALUES (40,'WebGUI',16,'Zasadniczy sk³adnik',1046720804,NULL); -INSERT INTO international VALUES (4,'WebGUI',16,'Zarz±dzaj ustawieniami.',1046720783,NULL); -INSERT INTO international VALUES (399,'WebGUI',16,'Sprawd¼ poprawno¶æ tej strony.',1046720727,NULL); -INSERT INTO international VALUES (395,'WebGUI',16,'Dodaj nowy obrazek',1046720451,NULL); -INSERT INTO international VALUES (394,'WebGUI',16,'Zarz±dzaj zasobami.',1046720441,NULL); -INSERT INTO international VALUES (391,'WebGUI',16,'Usuñ za³±czony plik.',1046719790,NULL); -INSERT INTO international VALUES (39,'WebGUI',16,'Nie masz wystarczaj±cych uprawnieñ do dostêpu do tej strony',1046719778,NULL); -INSERT INTO international VALUES (388,'WebGUI',16,'Data wys³ania',1046719720,NULL); -INSERT INTO international VALUES (387,'WebGUI',16,'Wys³any przez',1046719712,NULL); -INSERT INTO international VALUES (386,'WebGUI',16,'Edytuj obrazek',1046719681,NULL); -INSERT INTO international VALUES (385,'WebGUI',16,'Parametry',1046719667,NULL); -INSERT INTO international VALUES (384,'WebGUI',16,'Plik',1046719659,NULL); -INSERT INTO international VALUES (381,'WebGUI',16,'WebGUI odebra³ nieprawid³owe zapytanie, nie ma mo¿liwo¶ci kontynuacji. Naci¶nij przycisk Cofnij i spróbuj ponownie.',1046719654,NULL); -INSERT INTO international VALUES (38,'WebGUI',16,'Brak wystarczaj±cych uprawnieñ do wykonania tej operacji. Nale¿y zalogowaæ siê na konto posiadaj±ce odpowiednie uprawnienia do wykonania tej operacji.',1046719470,NULL); -INSERT INTO international VALUES (379,'WebGUI',16,'ID grupy',1046719230,NULL); -INSERT INTO international VALUES (378,'WebGUI',16,'ID u¿ytkownika',1046719221,NULL); -INSERT INTO international VALUES (376,'WebGUI',16,'Pakiet',1046719159,NULL); -INSERT INTO international VALUES (14,'Navigation',1,'generation',1077079203,'Option on question \"return a loop with\".'); -INSERT INTO international VALUES (372,'WebGUI',16,'Edycja grup u¿ytkownika',1046719092,NULL); -INSERT INTO international VALUES (371,'WebGUI',16,'Dodaj grupê',1046719075,NULL); -INSERT INTO international VALUES (370,'WebGUI',16,'Edycja grup',1046719064,NULL); -INSERT INTO international VALUES (37,'WebGUI',16,'Dostêp zabroniony!',1046719049,NULL); -INSERT INTO international VALUES (369,'WebGUI',16,'Data wyga¶niêcia',1046707793,NULL); -INSERT INTO international VALUES (368,'WebGUI',16,'Dodaj tego u¿ytkownika do nowej grupy',1046707782,NULL); -INSERT INTO international VALUES (364,'WebGUI',16,'Szukaj',1046707693,NULL); -INSERT INTO international VALUES (363,'WebGUI',16,'Pozycja szablonu strony',1046707685,NULL); -INSERT INTO international VALUES (362,'WebGUI',16,'Dwie kolumny',1046707661,NULL); -INSERT INTO international VALUES (361,'WebGUI',16,'Trzy nad jedn±',1046707585,NULL); -INSERT INTO international VALUES (360,'WebGUI',16,'Jedna nad trzema',1046707576,NULL); -INSERT INTO international VALUES (359,'WebGUI',16,'Prawa kolumna',1046707424,NULL); -INSERT INTO international VALUES (358,'WebGUI',16,'Lewa kolumna',1046707416,NULL); -INSERT INTO international VALUES (357,'WebGUI',16,'Informacje',1046707408,NULL); -INSERT INTO international VALUES (356,'WebGUI',16,'Szablon',1046707379,NULL); -INSERT INTO international VALUES (355,'WebGUI',16,'Domy¶lne',1046707370,NULL); -INSERT INTO international VALUES (354,'WebGUI',16,'Poka¿ skrzynkê odbiorcz±.',1046707360,NULL); -INSERT INTO international VALUES (353,'WebGUI',16,'W tej chwili nie ma ¿adnych wiadomosci.',1046707333,NULL); -INSERT INTO international VALUES (351,'WebGUI',16,'Wiadomo¶æ',1046707284,NULL); -INSERT INTO international VALUES (350,'WebGUI',16,'Zakoñczono',1046707278,NULL); -INSERT INTO international VALUES (35,'WebGUI',16,'Funkcje administracyjne',1046707269,NULL); -INSERT INTO international VALUES (349,'WebGUI',16,'Najnowsza wersja jest dostêpna',1046707208,NULL); -INSERT INTO international VALUES (348,'WebGUI',16,'Nazwa',1046707178,NULL); -INSERT INTO international VALUES (347,'WebGUI',16,'Poka¿ profil dla',1046707170,NULL); -INSERT INTO international VALUES (346,'WebGUI',16,'Ten u¿ytkownik nie jest ju¿ u¿ytkowniki naszych stron. Nie posiadamy ¿adnych dalszych informacji o nim.',1046707159,NULL); -INSERT INTO international VALUES (345,'WebGUI',16,'Nie jest cz³onkiem',1046707103,NULL); -INSERT INTO international VALUES (343,'WebGUI',16,'Poka¿ profil',1046707088,NULL); -INSERT INTO international VALUES (342,'WebGUI',16,'Edycja informacji o koncie.',1046707072,NULL); -INSERT INTO international VALUES (341,'WebGUI',16,'Edycja profilu.',1046707044,NULL); -INSERT INTO international VALUES (340,'WebGUI',16,'Kobieta',1046707033,NULL); -INSERT INTO international VALUES (339,'WebGUI',16,'Mê¿czyzna',1046707008,NULL); -INSERT INTO international VALUES (338,'WebGUI',16,'Edycja profilu',1046706997,NULL); -INSERT INTO international VALUES (337,'WebGUI',16,'Adres strony domowej',1046706988,NULL); -INSERT INTO international VALUES (336,'WebGUI',16,'Data urodzenia',1046706934,NULL); -INSERT INTO international VALUES (335,'WebGUI',16,'P³eæ',1046706926,NULL); -INSERT INTO international VALUES (334,'WebGUI',16,'Telefon do pracy',1046706920,NULL); -INSERT INTO international VALUES (333,'WebGUI',16,'Kraj miejsca pracy',1046706908,NULL); -INSERT INTO international VALUES (332,'WebGUI',16,'Kod pocztowy miejsca pracy',1046706896,NULL); -INSERT INTO international VALUES (331,'WebGUI',16,'Województwo, w którym pracujesz',1046706879,NULL); -INSERT INTO international VALUES (330,'WebGUI',16,'Miasto, w którym pracujesz',1046706865,NULL); -INSERT INTO international VALUES (33,'WebGUI',16,'Sobota',1046706845,NULL); -INSERT INTO international VALUES (329,'WebGUI',16,'Adres miejsca pracy',1046706792,NULL); -INSERT INTO international VALUES (328,'WebGUI',16,'Telefon domowy',1046706782,NULL); -INSERT INTO international VALUES (327,'WebGUI',16,'Kraj',1046706774,NULL); -INSERT INTO international VALUES (326,'WebGUI',16,'Kod pocztowy',1046706760,NULL); -INSERT INTO international VALUES (325,'WebGUI',16,'Województwo/Stan',1046706746,NULL); -INSERT INTO international VALUES (324,'WebGUI',16,'Miasto zamieszkania',1046706712,NULL); -INSERT INTO international VALUES (323,'WebGUI',16,'Adres domowy',1046706699,NULL); -INSERT INTO international VALUES (322,'WebGUI',16,'Pager',1046706686,NULL); -INSERT INTO international VALUES (321,'WebGUI',16,'Numer komórkowy',1046706679,NULL); -INSERT INTO international VALUES (320,'WebGUI',16,'Yahoo! Messenger Id',1046706660,NULL); -INSERT INTO international VALUES (32,'WebGUI',16,'Pi±tek',1046706634,NULL); -INSERT INTO international VALUES (319,'WebGUI',16,'MSN Messenger Id',1046706585,NULL); -INSERT INTO international VALUES (318,'WebGUI',16,'AIM Id',1046706568,NULL); -INSERT INTO international VALUES (317,'WebGUI',16,'UIN ICQ',1046706530,NULL); -INSERT INTO international VALUES (316,'WebGUI',16,'Nazwisko',1046706485,NULL); -INSERT INTO international VALUES (315,'WebGUI',16,'Drugie imiê',1046706480,NULL); -INSERT INTO international VALUES (314,'WebGUI',16,'Imiê',1046706468,NULL); -INSERT INTO international VALUES (313,'WebGUI',16,'Udostêpniæ ró¿ne informacje?',1046706461,NULL); -INSERT INTO international VALUES (312,'WebGUI',16,'Udostêpniæ informacji biznesowe?',1046706448,NULL); -INSERT INTO international VALUES (311,'WebGUI',16,'Udostêpniæ miejsce zamieszkania?',1046706428,NULL); -INSERT INTO international VALUES (310,'WebGUI',16,'Udostêpniæ dodatkowe informacje kontaktowe?',1046706408,NULL); -INSERT INTO international VALUES (31,'WebGUI',16,'Czwartek',1046706384,NULL); -INSERT INTO international VALUES (309,'WebGUI',16,'Pokazaæ imiê i nazwisko?',1046706319,NULL); -INSERT INTO international VALUES (308,'WebGUI',16,'Edycja ustawieñ profilu',1046706273,NULL); -INSERT INTO international VALUES (307,'WebGUI',16,'U¿yæ domy¶lnych znaczników?',1046706258,NULL); -INSERT INTO international VALUES (304,'WebGUI',16,'Jêzyk',1046706243,NULL); -INSERT INTO international VALUES (30,'WebGUI',16,'¦roda',1046706237,NULL); -INSERT INTO international VALUES (10,'Navigation',1,'self and sisters',1077078879,'Option on question \"return a loop with\"'); -INSERT INTO international VALUES (29,'WebGUI',16,'Wtorek',1046706187,NULL); -INSERT INTO international VALUES (28,'WebGUI',16,'Poniedzia³ek',1046706179,NULL); -INSERT INTO international VALUES (27,'WebGUI',16,'Niedziela',1046706171,NULL); -INSERT INTO international VALUES (26,'WebGUI',16,'Grudzieñ',1046706163,NULL); -INSERT INTO international VALUES (25,'WebGUI',16,'Listopad',1046706157,NULL); -INSERT INTO international VALUES (245,'WebGUI',16,'Data',1046706148,NULL); -INSERT INTO international VALUES (244,'WebGUI',16,'Autor',1046706140,NULL); -INSERT INTO international VALUES (240,'WebGUI',16,'ID wiadomo¶ci:',1046706135,NULL); -INSERT INTO international VALUES (24,'WebGUI',16,'Pa¼dziernik',1046706125,NULL); -INSERT INTO international VALUES (233,'WebGUI',16,'(eom)',1046706031,NULL); -INSERT INTO international VALUES (232,'WebGUI',16,'bez tematu',1046706017,NULL); -INSERT INTO international VALUES (231,'WebGUI',16,'Publikowanie nowej wiadomo¶ci',1046706010,NULL); -INSERT INTO international VALUES (230,'WebGUI',16,'Wiadomo¶æ',1046705994,NULL); -INSERT INTO international VALUES (23,'WebGUI',16,'Wrzesieñ',1046705985,NULL); -INSERT INTO international VALUES (229,'WebGUI',16,'Temat',1046705933,NULL); -INSERT INTO international VALUES (22,'WebGUI',16,'Sierpieñ',1046705916,NULL); -INSERT INTO international VALUES (21,'WebGUI',16,'Lipiec',1046705908,NULL); -INSERT INTO international VALUES (20,'WebGUI',16,'Czerwiec',1046705896,NULL); -INSERT INTO international VALUES (2,'WebGUI',16,'Strona',1046705881,NULL); -INSERT INTO international VALUES (19,'WebGUI',16,'Maj',1046705845,NULL); -INSERT INTO international VALUES (18,'WebGUI',16,'Kwiecieñ',1046705840,NULL); -INSERT INTO international VALUES (175,'WebGUI',16,'Przetwarzaæ makra?',1046705831,NULL); -INSERT INTO international VALUES (174,'WebGUI',16,'Wy¶wietlaæ tytu³?',1046705800,NULL); -INSERT INTO international VALUES (171,'WebGUI',16,'edycja wizualna',1046705784,NULL); -INSERT INTO international VALUES (170,'WebGUI',16,'wyszukiwanie',1046705730,NULL); -INSERT INTO international VALUES (17,'WebGUI',16,'Marzec',1046705698,NULL); -INSERT INTO international VALUES (169,'WebGUI',16,'Dodaj u¿ytkownika.',1046705659,NULL); -INSERT INTO international VALUES (168,'WebGUI',16,'Edycja u¿ytkownika',1046705645,NULL); -INSERT INTO international VALUES (167,'WebGUI',16,'Na pewno usun±æ tego u¿ytkownika? Pamiêtaj, ¿e wszystkie informacje dotycz±ce go zostan± nieodwracalnie usuniête.',1046705635,NULL); -INSERT INTO international VALUES (164,'WebGUI',16,'Metoda uwierzytelnienia',1046705582,NULL); -INSERT INTO international VALUES (163,'WebGUI',16,'Dodaj u¿ytkownika',1046705571,NULL); -INSERT INTO international VALUES (162,'WebGUI',16,'Czy na pewno opró¿niæ kosz usuwaj±c wszystkie strony i obiekty WWW w nim siê znajduj±ce?',1046705561,NULL); -INSERT INTO international VALUES (161,'WebGUI',16,'Opublikowa³(a)',1046705512,NULL); -INSERT INTO international VALUES (160,'WebGUI',16,'Data opublikowania',1046705497,NULL); -INSERT INTO international VALUES (16,'WebGUI',16,'Luty',1046705462,NULL); -INSERT INTO international VALUES (159,'WebGUI',16,'Przychodz±ce',1046705422,NULL); -INSERT INTO international VALUES (15,'WebGUI',16,'Styczeñ',1046705303,NULL); -INSERT INTO international VALUES (149,'WebGUI',16,'U¿ytkownicy',1046705261,NULL); -INSERT INTO international VALUES (148,'WebGUI',16,'Obiekty WWW',1046705247,NULL); -INSERT INTO international VALUES (147,'WebGUI',16,'Strony',1046705232,NULL); -INSERT INTO international VALUES (146,'WebGUI',16,'Aktywne sesje',1046705225,NULL); -INSERT INTO international VALUES (145,'WebGUI',16,'Wersja WebGUI Build',1046705215,NULL); -INSERT INTO international VALUES (144,'WebGUI',16,'Poka¿ statystyki.',1046705192,NULL); -INSERT INTO international VALUES (143,'WebGUI',16,'Zarz±dzaj ustawieniami',1046705180,NULL); -INSERT INTO international VALUES (142,'WebGUI',16,'Czas wyga¶niêcia sesji',1046705168,NULL); -INSERT INTO international VALUES (141,'WebGUI',16,'Nie znaleziono strony',1046705129,NULL); -INSERT INTO international VALUES (140,'WebGUI',16,'Edycja ró¿nych ustawieñ',1046705118,NULL); -INSERT INTO international VALUES (139,'WebGUI',16,'Nie',1046705026,NULL); -INSERT INTO international VALUES (138,'WebGUI',16,'Tak',1046705020,NULL); -INSERT INTO international VALUES (135,'WebGUI',16,'Serwer SMTP',1046705013,NULL); -INSERT INTO international VALUES (134,'WebGUI',16,'Wiadomo¶æ odzyskuj±ca has³o',1046705006,NULL); -INSERT INTO international VALUES (133,'WebGUI',16,'Edycja ustawienia wiadomo¶ci',1046704962,NULL); -INSERT INTO international VALUES (130,'WebGUI',16,'Maksymalny rozmiar za³±cznika',1046704950,NULL); -INSERT INTO international VALUES (13,'WebGUI',16,'Zobacz indeks pomocy.',1046704938,NULL); -INSERT INTO international VALUES (118,'WebGUI',16,'Anonimowa rejestracja',1046704922,NULL); -INSERT INTO international VALUES (127,'WebGUI',16,'Adres URL firmy',1046704876,NULL); -INSERT INTO international VALUES (126,'WebGUI',16,'adres e-mail firmy',1046704864,NULL); -INSERT INTO international VALUES (125,'WebGUI',16,'Nazwa firmy',1046704850,NULL); -INSERT INTO international VALUES (124,'WebGUI',16,'Edycja informacji o firmie',1046704843,NULL); -INSERT INTO international VALUES (12,'WebGUI',16,'Wy³±cz administracjê.',1046704829,NULL); -INSERT INTO international VALUES (119,'WebGUI',16,'Metoda uwierzytelnienia (domy¶lna)',1046704801,NULL); -INSERT INTO international VALUES (117,'WebGUI',16,'Edycja ustawieñ u¿ytkownika',1046704781,NULL); -INSERT INTO international VALUES (11,'WebGUI',16,'Opró¿nij kosz.',1046704721,NULL); -INSERT INTO international VALUES (108,'WebGUI',16,'W³a¶ciciel',1046704657,NULL); -INSERT INTO international VALUES (107,'WebGUI',16,'Prezentacja',1046704647,NULL); -INSERT INTO international VALUES (106,'WebGUI',16,'Wybierz \"Tak\", by prze³±czyæ wszystkie strony potomne do tego stylu',1046704630,NULL); -INSERT INTO international VALUES (105,'WebGUI',16,'Styl',1046704572,NULL); -INSERT INTO international VALUES (104,'WebGUI',16,'Adres strony',1046704566,NULL); -INSERT INTO international VALUES (103,'WebGUI',16,'Specyficzne dla strony',1046704558,NULL); -INSERT INTO international VALUES (102,'WebGUI',16,'Edytuj stronê',1046704538,NULL); -INSERT INTO international VALUES (101,'WebGUI',16,'Na pewno chcesz usun±æ t± stronê, jej zawarto¶æ oraz pozycje do niej nale¿±ce?',1046704530,NULL); -INSERT INTO international VALUES (100,'WebGUI',16,'Znaczniki (Meta Tags)',1046704486,NULL); -INSERT INTO international VALUES (10,'WebGUI',16,'Zarz±dzaj koszem.',1046704472,NULL); -INSERT INTO international VALUES (1,'WebGUI',16,'Dodaj tre¶æ...',1046704461,NULL); -INSERT INTO international VALUES (75,'SiteMap',16,'Wszystkie korzenie',1046704348,NULL); -INSERT INTO international VALUES (74,'SiteMap',16,'Ta strona',1046704315,NULL); -INSERT INTO international VALUES (61,'SiteMap',16,'Spis tre¶ci, Dodawanie/Edycja',1046704293,NULL); -INSERT INTO international VALUES (6,'SiteMap',16,'Akapit',1046704278,NULL); -INSERT INTO international VALUES (5,'SiteMap',16,'Edytuj spis tre¶ci',1046704257,NULL); -INSERT INTO international VALUES (4,'SiteMap',16,'Umie¶ciæ do g³êboko¶ci',1046704247,NULL); -INSERT INTO international VALUES (3,'SiteMap',16,'Rozpocznij od',1046704203,NULL); -INSERT INTO international VALUES (2,'SiteMap',16,'Spis tre¶ci',1046704187,NULL); -INSERT INTO international VALUES (59,'Product',16,'Nazwa',1046704092,NULL); -INSERT INTO international VALUES (57,'Product',16,'Na pewno usun±æ ten szablon i prze³±czyæ wszystkie produkty oparte na nim na domy¶lny szablno?',1046704064,NULL); -INSERT INTO international VALUES (56,'Product',16,'Dodaj szablon produktu',1046703970,NULL); -INSERT INTO international VALUES (55,'Product',16,'Dodaj korzy¶æ',1046703932,NULL); -INSERT INTO international VALUES (8,'Auth/LDAP',16,'LDAP Password Name',1046703892,NULL); -INSERT INTO international VALUES (9,'Auth/SMB',16,'Has³o NT',1046703856,NULL); -INSERT INTO international VALUES (8,'Auth/SMB',16,'Login NT',1046703848,NULL); -INSERT INTO international VALUES (7,'Auth/SMB',16,'Domena NT',1046703838,NULL); -INSERT INTO international VALUES (6,'Auth/SMB',16,'BDC',1046703830,NULL); -INSERT INTO international VALUES (5,'Auth/SMB',16,'PDC',1046703824,NULL); -INSERT INTO international VALUES (4,'Auth/SMB',16,'B³±d przy logowaniu SMB(3)
\r\nPodano nieprawid³owe has³o lub nazwê u¿ytkownika. Popraw i spróbuj ponownie\r\n',1046703819,NULL); -INSERT INTO international VALUES (3,'Auth/SMB',16,'B³±d protoko³u SMB(2)
\r\nSkontaktuj siê z administratorem',1046703755,NULL); -INSERT INTO international VALUES (2,'Auth/SMB',16,'B³±d serwera SMB
\r\nCo¶ nie tak posz³o przy dostêpie do kontrolera domeny.',1046703518,NULL); -INSERT INTO international VALUES (1,'Auth/SMB',16,'Opcje autentykacji SMB',1046703469,NULL); -INSERT INTO international VALUES (6,'Product',16,'Edytuj produkt',1046703418,NULL); -INSERT INTO international VALUES (60,'Product',16,'Szablon',1046703403,NULL); -INSERT INTO international VALUES (62,'Product',16,'Szablon produktu',1046703375,NULL); -INSERT INTO international VALUES (7,'Product',16,'Zdjêcie produktu 1',1046703358,NULL); -INSERT INTO international VALUES (8,'Product',16,'Zdjêcie produktu 2',1046703343,NULL); -INSERT INTO international VALUES (9,'Product',16,'Zdjêcie produktu 3',1046703328,NULL); -INSERT INTO international VALUES (1017,'WebGUI',16,'Ostatnia odpowied¼',1046703138,NULL); -INSERT INTO international VALUES (6,'MessageBoard',16,'Edytuj forum',1046703091,NULL); -INSERT INTO international VALUES (2,'MessageBoard',16,'Forum',1046703059,NULL); -INSERT INTO international VALUES (54,'Product',16,'Korzy¶ci',1046702887,NULL); -INSERT INTO international VALUES (53,'Product',16,'Edycja korzy¶ci',1046702879,NULL); -INSERT INTO international VALUES (52,'Product',16,'Dodaæ nastêpn± korzy¶æ?',1046702871,NULL); -INSERT INTO international VALUES (51,'Product',16,'Korzy¶æ',1046702852,NULL); -INSERT INTO international VALUES (46,'Product',16,'Produkt (powi±zany), Dodawanie/Edycja',1046699214,NULL); -INSERT INTO international VALUES (3,'Product',16,'Na pewno chcesz usun±æ t± cechê?',1046699188,NULL); -INSERT INTO international VALUES (50,'Product',16,'Korzy¶ci to zazwyczaj efekty cech produktu. Okre¶laj± dlaczego produkt jest tak dobry. Je¶li dodajesz korzy¶ci, warto tak¿e rozwa¿yæ dodanie cech produktu.\n
\n
\nKorzy¶æ
\nMo¿esz wpisaæ korzy¶æ, lub wybraæ jedn± z wcze¶niej wpisanych.\n
\n
\nDodaæ nastêpn± korzy¶æ?
\nJe¶li chcesz natychmiat dodaæ nastêpn± korzy¶æ, wybierz \"Tak\"\n\n\n',1046699160,NULL); -INSERT INTO international VALUES (5,'Product',16,'Na pewno usun±æ ten parametr?',1046698968,NULL); -INSERT INTO international VALUES (49,'Product',16,'Korzy¶ci, Dodawanie/Edycja',1046698943,NULL); -INSERT INTO international VALUES (48,'Product',16,'Na pewno usun±æ t± korzy¶æ? Zostanie usuniêta nieodwracalnie.',1046698887,NULL); -INSERT INTO international VALUES (44,'Product',16,'Akcesoria produktu, Dodawanie/Edycja',1046698808,NULL); -INSERT INTO international VALUES (42,'Product',16,'Dane produktu, Dodawanie/Edycja',1046698789,NULL); -INSERT INTO international VALUES (40,'Product',16,'Cechy produktu, Dodawanie/Edycja',1046698740,NULL); -INSERT INTO international VALUES (4,'Product',16,'Na pewno usun±æ powi±zanie do tego produktu?',1046698724,NULL); -INSERT INTO international VALUES (39,'Product',16,'WebGUI posiada wbudowany system zarz±dzania produktami pozwalaj±cy na proste i szybkie publikowanie produktów i us³ug.\r\n
\r\n
\r\nSzablon
\r\nWybierz uk³ad dla tego produktu\r\n
\r\n
\r\nCena
\r\nCena produktu. Mo¿na opcjonalnie wpisaæ tekst, np.\r\n\"by poznaæ cenê, zadzwoñ\" lub pozostawiæ puste.\r\n
\r\n
\r\nNumer produktu
\r\nNumer produktu,np ISBN lub inny identyfikator produktu\r\n
\r\n
\r\nZdjêcie produktu 1
\r\nZdjêcie produktu\r\n
\r\n
\r\nZdjêcie produktu 2
\r\nZdjêcie produktu\r\n
\r\n
\r\nZdjêcie produktu 3
\r\nZdjêcie produktu\r\n
\r\n
\r\nProspekt
\r\nProspekt produktu\r\n
\r\n
\r\nPodrêcznik
\r\nInstrukcja u¿ywania lub obs³ugi produktu.\r\n
\r\n
\r\nGwarancja
\r\nGwarancja produktu\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n',1046698692,NULL); -INSERT INTO international VALUES (38,'Product',16,'Produkt, Dodawanie/Edycja',1046698212,NULL); -INSERT INTO international VALUES (37,'Product',16,'Dodaj powi±zany produkt',1046698195,NULL); -INSERT INTO international VALUES (36,'Product',16,'Dodaj akcesoria',1046698179,NULL); -INSERT INTO international VALUES (35,'Product',16,'Dodaj parametr',1046698098,NULL); -INSERT INTO international VALUES (34,'Product',16,'Dodaj cechê',1046698088,NULL); -INSERT INTO international VALUES (33,'Product',16,'Powi±zane produkty',1046698079,NULL); -INSERT INTO international VALUES (32,'Product',16,'Akcesoria',1046698070,NULL); -INSERT INTO international VALUES (31,'Product',16,'Warto¶æ',1046698064,NULL); -INSERT INTO international VALUES (30,'Product',16,'Cechy',1046698056,NULL); -INSERT INTO international VALUES (29,'Product',16,'Jednostki',1046698049,NULL); -INSERT INTO international VALUES (28,'Product',16,'Dodaæ nastêpny parametr?',1046698042,NULL); -INSERT INTO international VALUES (27,'Product',16,'Parametry',1046698029,NULL); -INSERT INTO international VALUES (26,'Product',16,'Typ',1046698019,NULL); -INSERT INTO international VALUES (25,'Product',16,'Edycja parametrów',1046698000,NULL); -INSERT INTO international VALUES (24,'Product',16,'Dodaæ nastêpne cechy?',1046697971,NULL); -INSERT INTO international VALUES (23,'Product',16,'Cechy',1046697959,NULL); -INSERT INTO international VALUES (22,'Product',16,'Edytuj cechy',1046697954,NULL); -INSERT INTO international VALUES (21,'Product',16,'Dodaæ powi±zany produkt?',1046697935,NULL); -INSERT INTO international VALUES (20,'Product',16,'Powi±zany produkt',1046697922,NULL); -INSERT INTO international VALUES (2,'Product',16,'Na pewno chcesz usun±æ powi±zanie z tym akcesoriem',1046697854,NULL); -INSERT INTO international VALUES (19,'Product',16,'Dodaj powi±zane produkty',1046697825,NULL); -INSERT INTO international VALUES (18,'Product',16,'Dodaæ nastêpne akcesoria?',1046697811,NULL); -INSERT INTO international VALUES (17,'Product',16,'Akcesoria',1046697799,NULL); -INSERT INTO international VALUES (16,'Product',16,'Dodaj akcesoria',1046697791,NULL); -INSERT INTO international VALUES (15,'Product',16,'Gwarancja',1046697781,NULL); -INSERT INTO international VALUES (14,'Product',16,'Podrêcznik',1046697767,NULL); -INSERT INTO international VALUES (13,'Product',16,'Prospekt',1046697756,NULL); -INSERT INTO international VALUES (11,'Product',16,'Numer produktu',1046697742,NULL); -INSERT INTO international VALUES (10,'Product',16,'Cena',1046697732,NULL); -INSERT INTO international VALUES (1,'Product',16,'Produkt',1046697709,NULL); -INSERT INTO international VALUES (9,'Poll',16,'Edycja sondy',1046697606,NULL); -INSERT INTO international VALUES (8,'Poll',16,'(Wpisuj jedno pytanie w ka¿dej linii, nie wiêcej jednak ni¿ 20)',1046697592,NULL); -INSERT INTO international VALUES (72,'Poll',16,'Losowaæ odpowiedzi?',1046697549,NULL); -INSERT INTO international VALUES (7,'Poll',16,'Odpowiedzi',1046697507,NULL); -INSERT INTO international VALUES (6,'Poll',16,'Pytanie',1046697486,NULL); -INSERT INTO international VALUES (5,'Poll',16,'Szeroko¶æ wykresu',1046697480,NULL); -INSERT INTO international VALUES (4,'Poll',16,'Kto mo¿e g³osowaæ?',1046697467,NULL); -INSERT INTO international VALUES (3,'Poll',16,'Aktywna',1046697453,NULL); -INSERT INTO international VALUES (20,'Poll',16,'Punkty za g³osowanie',1046697392,NULL); -INSERT INTO international VALUES (11,'Poll',16,'G³osuj!',1046697232,NULL); -INSERT INTO international VALUES (10,'Poll',16,'Resetuj g³osowanie',1046697225,NULL); -INSERT INTO international VALUES (1,'Poll',16,'Sonda',1046697204,NULL); -INSERT INTO international VALUES (91,'USS',16,'URL',1046696925,NULL); -INSERT INTO international VALUES (92,'USS',16,'Otworzyæ w nowym oknie?',1046696463,NULL); -INSERT INTO international VALUES (89,'USS',16,'Dodaj nowy link',1046696450,NULL); -INSERT INTO international VALUES (90,'USS',16,'Edytuj link',1046696442,NULL); -INSERT INTO international VALUES (93,'USS',1,'Submission Form Template',1070199365,NULL); -INSERT INTO international VALUES (94,'USS',1,'The following template variables are available to you when building your submission form templates.\r\n\r\n\r\nsubmission.isNew
\r\nA condition indicating whether this is a new submission being contributed.\r\n\r\n\r\nlink.header.label
\r\nA header telling the user they are editing a link.\r\n\r\n\r\nquestion.header.label
\r\nA header telling the user they are editing a question.\r\n\r\n\r\nsubmission.header.label
\r\nA header telling the user they are editing a submission.\r\n\r\n\r\nuser.isVisitor
\r\nA condition indicating whether the current user is a visitor.\r\n\r\n\r\nvisitorName.label
\r\nA label for the visitorName.form variable.\r\n\r\n\r\nvisitorName.form
\r\nA text box that allows a visitor (non-logged in user) to enter their own name instead of submitting completely anonymously.\r\n\r\n\r\nform.header
\r\nAll the information necessary to route the form contents back to WebGUI.\r\n\r\n\r\nurl.label
\r\nA generic label for a URL field.\r\n\r\n\r\nnewWindow.label
\r\nA generic label for a field asking the user whether they would like links to pop up new windows.\r\n\r\n\r\nuserDefined1.form - userDefined5.form
\r\nA series of generic text fields that can be used to extend the functionality of the USS.\r\n\r\n\r\nuserDefined1.form.yesNo - userDefined5.form.yesNo
\r\nYes / No versions of the user defined fields.\r\n\r\n\r\nuserDefined1.form.textarea - userDefined5.form.textarea
\r\nTextarea versions of the user defined fields.\r\n\r\n\r\nuserDefined1.value - userDefined5.value
\r\nThe raw values of the user defined fields.\r\n\r\n\r\nquestion.label
\r\nA label prompting the user to enter a question.\r\n\r\n\r\ntitle.label
\r\nA label prompting the user to enter a title.\r\n\r\n\r\ntitle.form
\r\nA text field for titles or headers for each submission.\r\n\r\n\r\ntitle.form.textarea
\r\nA textarea version of the title.form field.\r\n\r\n\r\ntitle.value
\r\nThe raw value of the title field.\r\n\r\n\r\nbody.label
\r\nA label for the body.form variable.\r\n\r\n\r\nanswer.label
\r\nAnother label for the body.form variable.\r\n\r\n\r\ndescription.label
\r\nAnother label for the body.form variable.\r\n\r\n\r\nbody.form
\r\nAn HTML Area field allowing the user to enter descriptive content of this submission.\r\n\r\n\r\nbody.value
\r\nThe raw content of the body.form field.\r\n\r\n\r\nbody.form.textarea
\r\nA textarea version of body.form.\r\n\r\n\r\nimage.label
\r\nA label for the image.form variable.\r\n\r\n\r\nimage.form
\r\nA field allowing the user to pick an image from his/her hard drive.\r\n\r\n\r\nattachment.label
\r\nA label for the attachment.form variable.\r\n\r\n\r\nattachment.form
\r\nA field allowing the user to pick a file from his/her hard drive to attach to this submission.\r\n\r\n\r\ncontentType.label
\r\nA label for the contentType.form variable.\r\n\r\n\r\ncontentType.form
\r\nA field allowing the user to select the type of content contained in the form.body field.\r\n\r\n\r\nform.submit
\r\nA submit button.\r\n\r\n\r\nform.footer
\r\nThe bottom of the form.\r\n\r\n',1070199365,NULL); -INSERT INTO international VALUES (9,'FileManager',16,'Edycja mened¿era plików',1046695133,NULL); -INSERT INTO international VALUES (8,'FileManager',16,'Zwiêz³y opis',1046695116,NULL); -INSERT INTO international VALUES (75,'FileManager',16,'Szablon mened¿era plików',1046695065,NULL); -INSERT INTO international VALUES (74,'FileManager',16,'Dodaj nowy plik',1046695045,NULL); -INSERT INTO international VALUES (72,'FileManager',16,'Plik, Dodawanie/Edycja',1046694953,NULL); -INSERT INTO international VALUES (71,'FileManager',16,'Mened¿er plików zaprojektowano w celu u³atwienia\nzarz±dzania dystrybucj± plików. Umo¿liwia okre¶lenie, kto mo¿e ogl±daæ/pobieraæ pliki.\n
\n\nSzablon
\nWybierz wygl±d mened¿era plików\n\n\nPodziel stronê po
\nJak wiele plików ma byæ wy¶wietlane przed \npodzia³em wyników na oddzielne strony.\nInnymi s³owy, jak wiele plików ma byæ wy¶wietlane na stronie.\n\n\nCo dalej?
\nJe¶li chcesz rozpocz±æ dodawanie plików natychmiast, pozostaw to pole zaznaczone',1046694915,NULL); -INSERT INTO international VALUES (20,'FileManager',16,'Podziel stronê po',1046694720,NULL); -INSERT INTO international VALUES (7,'FileManager',16,'Pobieranie dla grupy',1046694398,NULL); -INSERT INTO international VALUES (61,'FileManager',16,'Mened¿er plików, Dodawanie/Edycja',1046694323,NULL); -INSERT INTO international VALUES (6,'FileManager',16,'Plik',1046694289,NULL); -INSERT INTO international VALUES (5,'FileManager',16,'Tytu³ pliku',1046694251,NULL); -INSERT INTO international VALUES (3,'FileManager',16,'Przyst±piæ do dodawania pliku?',1046693224,NULL); -INSERT INTO international VALUES (19,'FileManager',16,'Brak dostêpnych plików',1046693028,NULL); -INSERT INTO international VALUES (18,'FileManager',16,'Wersja zastêpcza #2',1046692983,NULL); -INSERT INTO international VALUES (17,'FileManager',16,'Wersja zastêpcza #1',1046692252,NULL); -INSERT INTO international VALUES (16,'FileManager',16,'Data zamieszczenia',1046692207,NULL); -INSERT INTO international VALUES (15,'FileManager',16,'Opis',1046692162,NULL); -INSERT INTO international VALUES (14,'FileManager',16,'Plik',1046691368,NULL); -INSERT INTO international VALUES (12,'FileManager',16,'Na pewno chcesz usun±æ ten plik?',1046691355,NULL); -INSERT INTO international VALUES (11,'FileManager',16,'Dodaj nowy plik.',1046691330,NULL); -INSERT INTO international VALUES (10,'FileManager',16,'Edytuj plik',1046691308,NULL); -INSERT INTO international VALUES (1,'FileManager',16,'Mened¿er plików',1046691290,NULL); -INSERT INTO international VALUES (842,'WebGUI',1,'These macros are used to create navigation on the site.
\r\n^H; or ^H(); - Home Link
A 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\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^/; - System URL
The URL to the gateway script (example: /index.pl/). \r\n^\\; - Page URL
The URL to the current page (example: /index.pl/pagename). \r\n^Navigation(crumbTrail);
A dynamically generated crumb trail to the current page.\r\nNOTE: The .crumbTrail style sheet class is tied to this macro.
\r\n^Navigation(FlexMenu);
\r\n
This menu macro creates a top-level menu that expands as the user selects each menu item.^Navigation(currentMenuVertical);
\r\n
A vertical menu containing the sub-pages at the current level. By default it tracks 1 level deep.^Navigation(currentMenuHorizontal);
\r\n
A horizontal menu containing the sub-pages at the current level.^Navigation(PreviousDropMenu);
\r\n
Create a drop down menu containing the sub-pages at the previous level in the page tree.^Navigation(previousMenuVertical);
\r\n
A vertical menu containing the sub-pages at the previous level. By default it will show only the first level.^Navigation(previousMenuHorizontal);
\r\n
A horizontal menu containing the sub-pages at the previous level.^Navigation(rootmenu);
\r\n
Creates a horizontal menu of the various roots on your system (except for the WebGUI system roots).^Navigation(SpecificDropMenu);
\r\n
Create a drop down menu starting at a specific point in your navigation tree. The default start page is \"home\".^Navigation(SpecificSubMenuVertical);
\r\n
Allows you to get the submenu of any page, starting with the page you specified. The default start page is \"home\" and it will show the first level.^Navigation(SpecificSubMenuHorizontal);
\r\n
Allows you to get the submenu of any page, starting with the page you specified. The default start page is \"home\" and it will show the first level.^Navigation(TopLevelMenuVertical);
\r\n
A vertical menu containing the main pages of the site (aka the sub-pages from the home page). By default it will show only the first level.^Navigation(TopLevelMenuHorizontal);
\r\n
A vertical menu containing the main pages of the site (aka the sub-pages from the home page).^Navigation(RootTab);
\r\n
Create a tab navigation system from the roots on your site (except WebGUI\'s system roots) similar to the tabs used in the tab forms (editing wobjects or pages).NOTE: Has two special style sheet classes: .RootTabOn{} and .RootTabOff{}. \r\n
Example:
\r\n
<style> .rootTabOn { line-height: 17px; font-size: 16px; spacing: 3px; border: 1px solid black; border-bottom-width: 0px; background-color: #333333; z-index: 10000; padding: 3px 9px 5px 9px; color: white; } .rootTabOn A, .rootTabOn A:visited { color: white; font-weight: bold; text-decoration: none; } .rootTabOff { line-height: 15px; font-size: 14px; border: 1px solid black; border-bottom-width: 0px; background-color: #c8c8c8; z-index: 1000; padding: 2px 9px 2px 9px; } .rootTabOff A, .rootTabOff A:visited { color: black; text-decoration: underline; } .rootTabOff A:hover { font-weight: bold; } </style> ^RootTab;^Navigation(TopDropMenu);
\r\n
Create a drop down menu of your top level navigation.^Navigation(dtree);
\r\n
Create a dynamic tree menu.^Navigation(coolmenu);
\r\n
Create a DHTML driven menu.^Navigation(Synopsis);
\r\n
This macro allows you to get the submenu of a page along with the synopsis of each link.NOTES: The .synopsis_sub, .synopsis_summary, and .synopsis_title style sheet classes are tied to this macro.
\r\nIt should be noted that many of these macros can also make use of these style sheet classes:
\r\n.selectedMenuItem
Use this class to highlight the current page in any of the menu macros. \r\n.verticalMenu
The vertical menu (if you use a vertical menu macro). \r\n.horizontalMenu
',1078477366,NULL); -INSERT INTO international VALUES (5,'Auth/WebGUI',16,'Has³em nie mo¿e byæ \"password\"',1046690012,NULL); -INSERT INTO international VALUES (4,'Auth/WebGUI',16,'Has³o nie mo¿e byæ puste',1046689985,NULL); -INSERT INTO international VALUES (3,'Auth/WebGUI',16,'Has³a nie zgadzaj± siê. Spróbuj ponownie',1046689955,NULL); -INSERT INTO international VALUES (2,'Auth/WebGUI',16,'Has³o (potwierdzenie)',1046689928,NULL); -INSERT INTO international VALUES (1,'Auth/WebGUI',16,'Opcje autentykacji WebGUI',1046689902,NULL); -INSERT INTO international VALUES (7,'Auth/LDAP',16,'Nazwa identyfikatora LDAP',1046689817,NULL); -INSERT INTO international VALUES (6,'Auth/LDAP',16,'Identyfikator LDAP (domy¶lny)',1046689792,NULL); -INSERT INTO international VALUES (5,'Auth/LDAP',16,'URL serwera LDAP (domy¶lny)',1046689765,NULL); -INSERT INTO international VALUES (4,'Auth/LDAP',16,'Po³±czenie z DN',1046689742,NULL); -INSERT INTO international VALUES (3,'Auth/LDAP',16,'URL serwera LDAP',1046689720,NULL); -INSERT INTO international VALUES (2,'Auth/LDAP',16,'Nie mo¿na po³±czyæ z serwerm LDAP',1046689696,NULL); -INSERT INTO international VALUES (1,'Auth/LDAP',16,'Opcje autentykacji LDAP',1046689662,NULL); -INSERT INTO international VALUES (9,'Article',16,'Za³±cznik',1046689436,NULL); -INSERT INTO international VALUES (8,'Article',16,'Adres URL',1046689421,NULL); -INSERT INTO international VALUES (72,'Article',16,'Szablon artyku³u',1046689359,NULL); -INSERT INTO international VALUES (7,'Article',16,'Tytu³ linku',1046689298,NULL); -INSERT INTO international VALUES (6,'Article',16,'Obrazek',1046689217,NULL); -INSERT INTO international VALUES (4,'Article',16,'Data koñcowa',1046689199,NULL); -INSERT INTO international VALUES (3,'Article',16,'Data pocz±tkowa',1046689186,NULL); -INSERT INTO international VALUES (24,'Article',16,'Opublikuj odpowied¼',1046689125,NULL); -INSERT INTO international VALUES (23,'Article',16,'Data',1046689061,NULL); -INSERT INTO international VALUES (22,'Article',16,'Autor',1046689048,NULL); -INSERT INTO international VALUES (894,'WebGUI',16,'Umo¿liwiæ dyskusjê?',1046689035,NULL); -INSERT INTO international VALUES (13,'Article',16,'Usuñ',1046689008,NULL); -INSERT INTO international VALUES (12,'Article',16,'Edytuj Artyku³',1046688347,NULL); -INSERT INTO international VALUES (11,'Article',16,'(Wybierz \"Tak\" tylko je¶li nie dodajesz
The horizontal menu (if you use a horizontal menu macro).
rêcznie)',1046688327,NULL); -INSERT INTO international VALUES (10,'Article',16,'Konwertowaæ znak nowego wiersza (CR)?',1046688283,NULL); -INSERT INTO international VALUES (1,'Article',16,'Artyku³',1046688225,NULL); -INSERT INTO international VALUES (624,'WebGUI',16,'Makra WebGUI umo¿liwiaj± tworzenie dynamicznej zawarto¶ci serwisu, zmiennej w zale¿no¶ci od istniej±cych lub zdefiniowanych podczas jej wywo³ywania warunków. Przyk³adowo mo¿esz chcieæ wy¶wietlaæ na stronach informacjê o zalogowanych u¿ytkownikach, lub prezentowaæ na stronach menu nawigacyjne zale¿ne od wywo³ywanej strony. \n\n\nMakra zawsze zaczynaj± siê znakiem (^) po którym wystêpuje przynajmniej jeden inny znak i koñcz± siê znakiem (;). Niektóre makra mog± byæ rozbudowywane/konfigurowane poprzez definiowanie formatu ^x(\"tekst konfiguracji\");. \n
\n\nUWAGA: Nastêpuj±ce makra s± zarezerwowane dla funkcji zwi±zanych z systemem i obiektami jak np. dla SQL Report oraz menad¿era zawarto¶ci i mened¿era stylów: \n^-;,^0;,^1;,^2;,^3;, etc.
\n',1046656837,NULL); -INSERT INTO international VALUES (893,'WebGUI',16,'W³a¶ciwo¶ci',1046638419,NULL); -INSERT INTO international VALUES (892,'WebGUI',16,'Dyskusja',1046637952,NULL); -INSERT INTO international VALUES (1024,'WebGUI',16,'Poziom filtrowania',1046607477,NULL); -INSERT INTO international VALUES (623,'WebGUI',16,'
Kaskadowe Pliki Stylów (CSS) s± znakomitym sposobem kontroli i tworzenia wygl±du posiadanego serwisu - s± one szeroko wykorzystywane przez system WebGUI.\n
\n\n\n\n\nOto lista klas stylów CSS u¿ywanych do kontroli wygl±du systemu WebGUI:\n
\n\n\nA
\nDefiniowanie wygl±du odno¶ników (linków) na stronach serwisu.\n\n\n\nBODY
\nDefinicja domy¶lnych parametrów klas CSS obowi±zuj±ca dla wszystkich stron zwi±zanych z danym stylem CSS.\n\n\n\nH1
\nDefinicja prezentacji nag³ówków na ka¿dej stronie.\n\n\n\n.accountOptions
\nSposób wy¶wietlania adresu URL (linku) jaki wy¶wietlany jest poni¿ej formularza logowania siê lub aktualizacji konta.\n\n\n\n.adminBar
\nSposób wy¶wietlania paska z opcjami administracyjnymi na górze strony (gdy w³±czony jest tryb administracji strony).\n\n\n\n.content
\nSposób wy¶wietlania g³ównej tre¶ci strony obowi±zuj±cy dla wszystkich stron zwi±zanych z danym stylem CSS.\n\n\n\n.formDescription
\nSposób wy¶wietlania tagów HTML wystêpuj±cych po niektórych elementach formularzy.\n\n\n\n.formSubtext
\nSposób wy¶wietlania tagów HTML wystêpuj±cych poni¿ej niektórych elementów formularzy.\n\n\n\n.highlight
\nSposób wy¶wietlania tre¶ci wyró¿nionych, przyk³adowo takich jak wiadomo¶æ w li¶cie któr± bie¿±co przegl±damy.\n\n\n\n.horizontalMenu
\nSposób wy¶wietlania menu poziomego (o ile wykorzystujemy makro menu poziomego).\n\n\n\n.pagination
\nSposób wy¶wietlania linków do nastêpnej i poprzedniej strony listy wielostronicowej.\n\n\n\n.selectedMenuItem
\nS³u¿y do wyró¿niania bie¿±cej strony w makrach menu.\n\n\n\n.tableData
\nSposób wy¶wietlania wierszy danych w obiektach takich jak forum dyskusyjne, czy te¿ w systemie zg³aszania propozycji.\n\n\n\n.tableHeader
\nSposób wy¶wietlania nag³ówków kolumn opisuj±cych poszczególne pola wierszy danych w obiektach takich jak forum dyskusyjne czy te¿ system zg³aszania propozycji.\n\n\n\n.tableMenu
\nSposób wy¶wietlania menu w obiektach takich jak forum dyskusyjne czy te¿ w systemie zg³aszania propozycji.\n\n\n\n.verticalMenu
\nSposób wy¶wietlania menu pionowego (o ile wykorzystujemy makro menu pionowego).\n\n\n\nUWAGA: Niektóre obiekty maj± swoje w³asne klasy CSS, które s± opisane na zwi±zanych z nimi stronami pomocy.\n
',1046067403,NULL); -INSERT INTO international VALUES (890,'WebGUI',16,'WebGUI posiada podsystem umo¿liwiaj±cy tworzenie interfejsów stron zawieraj±cych tzw. elementy zak³adek (na stronie prezentowane jest menu nawigacyjne zawieraj±ce nag³ówki powi±zanych ze sob± stron umo¿liwiaj±c szybkie wybranie interesuj±cej nas strony) ? przyk³adem mo¿e tu byæ formularz edycji strony. W wiêkszo¶ci przypadków, aby uzyskaæ atrakcyjny i zgodny z zamierzeniem projektanta wygl±d takiego menu nawigacyjnego, nale¿y dodaæ odpowiednie wpisy do u¿ywanych stylów CSS ? oto dostêpne w tym celu klasy CSS:\n\n\n.tab
\nDomy¶lny wygl±d ka¿dej zak³adki (nag³ówka strony przypominaj±cego zak³adkê).\n\n\ndiv.tabs
\ndefiniuje niektóre w³a¶ciwo¶ci zak³adek i powinno byæ u¿yte do definiowania zwi±zanych z nimi etykiet tekstowych.\n\n\n\n.tabBody
\nDefinuje w³a¶ciwo¶ci wy¶wietlania zawarto¶ci ka¿dej z zak³adek ? to jest w³a¶nie obszar gdzie prezentowany bêdzie formularz. Nale¿y zauwa¿yæ ¿e najlepszy rezultat uzyskuje siê ustawiaj±c ten sam kolor t³a jak w klasie CSS .tabActive.\n\n\n\n.tabHover
\nDefinuje sposób wy¶wietlania zak³adek podczas operowania po nich kursorem za pomoc± myszki komputera.\n\n\n.tabActive
\nSposób wy¶wietlania aktywnej (ogl±danej) w danej chwili zak³adki.\n\n\n\nPrzyk³ady
\nMo¿esz u¿yæ poni¿sze gotowe ju¿ definicje klass CSS lub u¿yæ je jako wskazówek.\n\n
',1046067380,NULL); -INSERT INTO international VALUES (889,'WebGUI',16,'Style CSS, Zak³adki (Tabs)',1046067380,NULL); -INSERT INTO international VALUES (618,'WebGUI',16,'Serwer SMTP
\nStyle bia³e i w jasnych kolorach\n \n.tab {\n border: 1px solid black;\n background-color: #eeeeee;\n}\n.tabBody {\n border: 1px solid black;\n border-top: 1px solid black;\n border-left: 1px solid black;\n background-color: #dddddd; \n}\ndiv.tabs {\n line-height: 15px;\n font-size: 14px;\n}\n.tabHover {\n background-color: #cccccc;\n}\n.tabActive { \n background-color: #dddddd; \n}\n\n\nStyle czarne lub w ciemnych kolorach\n \n.tab {\n border: 1px solid white;\n background-color: #333333;\n}\n.tabBody {\n border: 1px solid white;\n border-top: 1px solid white;\n border-left: 1px solid white;\n background-color: #444444; \n}\ndiv.tabs {\n line-height: 15px;\n font-size: 14px;\n}\n.tabHover {\n background-color: #555555;\n}\n.tabActive { \n background-color: #444444; \n}\n\n
\nTo jest adres twojego lokalnego serwera poczty. Serwer poczty jest wymagany do realizacji wszystkich zadañ wymagaj±cych korzystania z mo¿liwo¶ci wysy³ania poczty email poprzez Internet (przyk³adowo przy odzyskiwaniu hase³ kont u¿ytkowników).\n\nOpcjonalnie, je¿eli posiadasz uruchomiony sendmail na tym samym serwerze co system WebGUI, to mo¿esz tu podaæ ¶cie¿kê do plików uruchamiaj±cych sendmail. Na wiêkszo¶ci systemów opartych o Linux jest to ¶cie¿ka \"/usr/lib/sendmail\".\n\n
\nStopka emaila
\n\nPowiadomiæ o nowym u¿ytkowniku?
\nStopka bêdzie do³±czana do ka¿dego e-maila wysy³anego przez WebGUI. W stopce mog± byæ zawarte makra.\n
\nCzy wysy³aæ powiadomienia gdy w systemie zarejestruje siê nowy u¿ytkownik?\n\n\nGrupa do powiadomienia o nowym u¿ytkowniku
\nJaka grupa ma byæ zawiadamiana o nowozarejestrowanych u¿ytkownikach?\n\n',1044709143,NULL); -INSERT INTO international VALUES (607,'WebGUI',16,'
Czy rejestrowaæ u¿ytkowników?
\nCzy umo¿liwiæ nowym u¿ytkownikom Twojego serwisu na rejestrowanie siê w serwisie?\n
\n\nKomenda po zarejestrowaniu
\nJe¿eli wpiszesz komendê systemow±, to zostanie ona wykonana ka¿dorazowo kiedy rejestrowaæ siê bêdzie nowy u¿ytkownik w systemie.\n\n\nW³±czyæ system punktacji?
\nCzy chcesz w³±czyæ system punktowania u¿ytkowników za ich aktywno¶æ?\n\n\nPunkty za zalogowanie
\nLiczba punktów jak± otrzymywaæ bêdzie u¿ytkownik za zalogowanie siê, oczywi¶cie o ile system punktowania jest w³±czony.\n\n\nCzas bezczynno¶ci sesji
\nOkres czasu przez jaki uwa¿a siê ¿e dany u¿ytkownik jest zalogowany na stronach serwisu pomimo braku jego ruchu po stronach - po up³yniêciu tego czasu, u¿ytkownik bêdzie zmuszony ponownie zalogowaæ sie do serwisu. Czas bezczynno¶ci sesji jest zerowany dla ka¿dego u¿ytkownika, po ka¿dym wczytaniu przez niego strony serwisu. St±d je¿eli czas bezczynno¶ci sesji ustawimy na 8 godzin, to zalogowany u¿ytkownik który powróci do serwisu po 8 godzinach bêdzie musia³ ponownie zalogowaæ siê.\n\n\nZezwalaæ na deaktywacjê w³asnych kont?
\nCzy chcesz zezwoliæ u¿ytkownikom na mo¿liwo¶æ samodzielnej deaktywacji w³asnych, posiadanych przez nich kont, bez potrzeby interwencji ze strony administratora?\n\n\nDomy¶lna metoda autoryzacji
\nJaka powinna byæ domy¶lna metoda sprawdzania danych dostêpu nowych u¿ytkowników do serwisu? Dostêpne s± dwie metody: bazuj±ca na mechani¼mie WebGUI oraz na serwerze LDAP. Pierwsza metoda oznacza ¿e dane dostêpu u¿ytkowników sprawdzane s± wed³ug nazw i hase³ u¿ytkowników przechowywanych w bazie danych WebGUI. W przypadku metody LDAP, dane dostêpu u¿ytkowników sprawdzane s± poprzez zewnêtrzny serwer LDAP.\n
\n\nUWAGA: ustawienia autoryzacji mog± byæ definiowane na poziomie poszczególnych u¿ytkowników.\n\n\n\nUWAGA: W zale¿no¶ci od wybranej metody autoryzacji pojawi± siê ró¿ne zestawy opcji do dalszego zdefiniowania. Oto komplet tych opcji dla obu domy¶lnych typów autoryzacji:\n
\n\nLogowanie szyfrowane?
\nCzy podczas logowania system powinien u¿ywaæ szyfrowane po³±czenie protoko³u HTTPS? Prosze pamiêtaæ ¿e szyfrowanie bêdzie dotyczyæ tylko samego procesu logowania i nie dotyczy czynno¶ci przed i po logowaniu siê.\n\n\n
Opcje autoryzacji WebGUI
\n\nWysy³aæ wiadomo¶æ powitaln±?
\nCzy chcesz aby system WebGUI automatycznie wysy³a³ do ka¿dego nowozarejestrowanego u¿ytkownika zdefiniowane wcze¶niej powitanie? \n\nUWAGA: Oprócz samej tre¶ci powitania, wys³ana równie¿ zostanie informacja o za³o¿onym koncie u¿ytkownika.\n
\n\nWiadomo¶æ powitalna
\nWpisz tre¶æ powitania jakie bêdzie automatycznie wysy³ane do nowozarejestrowanego w systemie u¿ytkownika.\n\n\nWiadomo¶æ przy odzyskiwaniu hase³
\nWpisz tre¶æ wiadomo¶ci jaka automatycznie zostanie wys³ana do u¿ytkownika, po tym jak zg³osi do systemu chêæ odtworzenia straconego has³a swojego konta.\n\n\n
Opcje autoryzacji WebGUI
\n\nDomy¶lny adres URL LDAP
\nPodaj domy¶lny adres Twojego serwera LDAP. Taki adres ma formê: ldap://[serwer]:[port]/[bazowa DN]. Przyk³adowo: ldap://ldap.mojafirma.com:389/o=MojaFirma.\n
\n\n\n\nIdentyfikator LDAP u¿ytkownika
\nJest to unikalny identyfikator u¿ytkownika w ramach serwera LDAP. Czêsto pole to ma charakter nazwy skróconej, która przyjmuje sw± postaæ od pierwszej litery imienia plus ca³ego nazwiska - przyk³adowo: akowalski. St±d je¿eli przyjmiesz, ¿e LDAP ID ma mieæ formê nazwy skróconej, wtedy przyk³adowy Adam Kowalski powinien wpisaæ akowalski podczas rejestracji.\n
\n\nNazwa LDAP u¿ytkownika
\nJest to nazwa identyfikuj±ca identyfikator LDAP u¿ytkownika. Przyk³adowo niektóre firmy wykorzystuj± serwer LDAP do autoryzacji u¿ytkowników swoich serwerów proxy, gdzie\n czêsto przyjmuje siê ¿e identyfikator LDAP u¿ytkownika to jego Nazwa u¿ytkownika w systemie. Dla spójno¶ci z takim podej¶ciem mo¿na wprowadziæ tutaj tak± nazwê u¿ytkownika.\n
\n\nHas³o LDAP u¿ytkownika
\nPodobnie jak nazwa identyfikatora LDAP u¿ytkownika, wprowad¼ równie¿ nazwê has³a LDAP u¿ytkownika.\n',1044708602,NULL); -INSERT INTO international VALUES (617,'WebGUI',16,'Ustawienia to konfigurowalne parametry umo¿liwiaj±ce dostosowanie systemu WebGUI do Twoich potrzeb.\n
\n\n\nEdycja informacji o firmie
\nUstawienia dotycz±ce szczegó³owych danych Twojej firmy lub osoby zarz±dzaj±cej instalacj± WebGUI.\n\n\n\nEdycja ustawieñ tre¶ci
\nUstawienia zwi±zane z tre¶ci± i jej zarz±dzaniem.\n\n\n\nEdycja ustawienia wiadomo¶ci
\nUstawienia zwi±zane z e-mailem i zwi±zanymi z nim funkcjami komunikacyjnymi.\n\n\n\nEdycja ró¿nych ustawieñ
\nUstawienia parametrów nie powi±zanych z pozosta³ymi grupami parametrów.\n\n\n\nEdycja ustawieñ profilu
\nZdefiniuj parametry profilu u¿ytkownika (mo¿na dodawaæ w³asne pola) oraz zakres jego uprawnieñ edytorskich.\n\n\n\nEdycja ustawieñ u¿ytkownika
',1044139325,NULL); -INSERT INTO international VALUES (47,'Product',16,'
\nUstawienia zwi±zane z u¿ytkownikiem (ale poza zakresem profilu), takie jak informacja autoryzacyjna i opcje rejestracji.\nProdukty powi±zane to produkty, które s± w/g naszych kryteriów powi±zane lub podobne do innych produktów.\n
\n\n\nPowi±zane produkty
\nWybierz nazwê produktu z listy wpisanych ju¿ produktów.\n\n\n\nDodaæ powi±zany produkt?
\nWybierz \"tak\", je¿eli bêdziesz chcia³ dodaæ zaraz kolejny powi±zany produkt.\n',1041876679,NULL); -INSERT INTO international VALUES (71,'SiteMap',16,'
Spisy Tre¶ci u¿ywane s± w celu zapewnienia dodatkowych u³atwieñ w nawigacji w¶ród stron utworzonego poprzez WebGUI serwisu. Mo¿esz zdefiniowaæ tradycyjny spis tre¶ci prezentuj±cy hierarchiczn± listê wszystkich Twoich stron. Mo¿esz równie¿ u¿ywaæ spisów tre¶ci na niektórych tylko poziomach swojego serwisu, aby w tych szczególnych miejscach zapewniæ dodatkowe u³atwienia w nawigacji i dostêpie do stron.\n
\n\nSzablon
\nWybierz szablon prezentacji tego spisu tre¶ci.\n\n\nRozpocznij od
\nWybierz stronê od której bêdzie siê rozpoczyna³ ten spis tre¶ci.\n
\n\nUmie¶ciæ do g³êboko¶ci
\nJak wiele kolejnych poziomów stron powinien prezentowaæ ten spis tre¶ci. Warto¶æ zero oznacza pokazanie wszystkich poziomów.\n\n\nAkapit
\nPodaj liczbê znaków o jak± przesuwane bêd± listy stron kolejnych poziomów w stosunku do poziomów nadrzêdnych (tzw. wciêcie).\n\n\nAlfabetycznie?
\nWybierz czy strony w spisie tre¶ci maj± byæ sortowane alfabetycznie, czy te¿ sortowanie ma wynikaæ z kolejno¶ci stron ustawionej przez u¿ytkownika - edycja pozycji strony w spisie tre¶ci mo¿liwa jest przyciskami \"góra\" i \"dó³\" dostêpnymi na stronie.\n',1039908464,NULL); -INSERT INTO international VALUES (639,'WebGUI',16,'Nazwa szablonu
\n\nPrzestrzeñ nazw
\nNazwa szablonu powinna byæ czytelna i opisowa, tak aby umo¿liwiæ pó¼niejszy ³atwy wybór w³a¶ciwego szablonu podczas definiowania szablonów dla poszczególnych tre¶ci serwisu.\n
\nDo jakiej funkcjonalnie czê¶ci serwisu przeznaczony jest dany szablon?\n\n\nSzablon
\nW³a¶ciwa tre¶æ szablonu utworzona z wykorzystaniem dostêpnych poleceñ i zmiennych, makr oraz sk³adni HTML.\n\n\nUWAGA: Nigdy nie powiniene¶ edytowaæ domy¶lnych szablonów WebGUI, poniewa¿ mog± siê one zmieniæ w kolejnych wersjach WebGUI. Zamiast tego nale¿y skopiowaæ domy¶lny szablon pod now± nazw± i edytowaæ tak utworzon± kopiê.',1038890615,NULL); -INSERT INTO international VALUES (1073,'WebGUI',1,'Style Template',1070027660,NULL); -INSERT INTO international VALUES (1074,'WebGUI',1,'Style templates are a special kind of template in WebGUI. They allow you to keep your content seperated from the look and feel of your site. The following are the template variables available in style templates:\r\n\r\n\r\n\r\nbody.content
\r\nThe the content on the current page.\r\n\r\n\r\nhead.tags
\r\nTags that WebGUI automatically generates for you so that caching works the way it should, search engines can find you better, and other useful automated functionality. This should go in the <head> </head> section of your style.\r\n\r\n\r\nIn addition to the above tags all of the session variables are made available to you just like any other template. We suggest using something like this in the <title> </title> portion of your style:\r\n
\r\n\r\n<tmpl_var session.page.title> - <tmpl_var session.setting.companyName>\r\n\r\n
\r\nFollowing a guide like the above will help you get good ranking on search engines.\r\n\r\n',1070027660,NULL); -INSERT INTO international VALUES (612,'WebGUI',16,'W praktyce usuwanie u¿ytkowników nie jest konieczne. Je¿eli chcesz zablokowaæ u¿ytkownika, po prostu zmieñ jego has³o dostêpu. Je¿eli naprawdê chcesz usun±æ u¿ytkownika powiniene¶ zdawaæ sobie sprawê z wynikaj±cych z tego konsekwencji. Je¿eli usuniesz u¿ytkownika, to w systemie WebGUI pozostan± tre¶ci które doda³ on do systemu (przyk³adowo poprzez system forum lub przez system zg³aszania propozycji). W takim wypadku innym u¿ytkownikom bêdzie wy¶wietlany b³±d za ka¿dym razem gdy bêd± chcieli wy¶wietliæ profil takiego u¿ytkownika. Podobnie gdy nast±pi sytuacja ¿e bêdziemy chcieli na powrót zezwoliæ u¿ytkownikowi na dostêp do systemu, bêdziemy zmuszeni ponownie dodaæ go do systemu, zamiast prostej operacji zezwolenia na dostêp.\n
\n\n\nJak w ka¿dej operacji zwi±zanej z usuwaniem, bêdziesz poproszony o potwierdzenie. Je¿eli potwierdzisz usuniêcie to operacja zostanie bezpowrotnie wykonana. Je¿eli wybierzesz \'Nie\', to nast±pi powrót do poprzedniego ekranu z którego funkcja usuniêcia zosta³a wywo³ana.\n
',1038890195,NULL); -INSERT INTO international VALUES (636,'WebGUI',16,'
Aby utworzyæ pakiet nale¿y poczyniæ nastêpuj±ce czynno¶ci:\n\n
\n
\n\nUwagi:- Z menu administracji wybierz pozycjê \"Zarz±dzaj pakietami.\"\n
\n\n- Dodaj stronê i jej nazwê. Nazwa strony bêdzie równocze¶nie nazw± pakietu.\n
\n\n- Przejd¼ do utworzonej strony (pakietu) i zacznij dodawaæ strony i obiekty. Ka¿da tak dodana strona i obiekt bêdzie tworzony za ka¿dym razem gdy dany pakiet bêdzie w u¿yciu. \n
\n
\nAby móc dokonywaæ dodawania, edycji i usuwania pakietów, jako u¿ytkownik musisz nale¿eæ do grupy mened¿erów pakietów lub byæ w grupie administratorów.\n
\n\nJe¿eli dodasz dowoln± zawarto¶æ do którego¶ z obiektów, to zawarto¶æ ta bêdzie automatycznie kopiowana za ka¿dym razem gdy pakiet bêdzie u¿ywany.\n
\n\nStyle przyporz±dkowane do stron w pakiecie oraz zakres czasowy ich prezentacji nie bêd± kopiowane gdy pakiet bêdzie w u¿yciu. Zamiast tego, strony bêd± mia³y style i czas prezentacji zgodny z obszarem w którym zostanie u¿yty dany pakiet.\n',1038889481,NULL); -INSERT INTO international VALUES (635,'WebGUI',16,'Pakiety to grupy stron i obiektów zdefiniowanych do wspólnego zamieszczania. Mened¿er pakietów mo¿e tworzyæ takie pakiety zawieraj±ce np. niektóre strony forum, strony systemu pytañ i odpowiedzi (FAQ), czy te¿ sond i quizów, poniewa¿ te czynno¶ci s± stosunkowo czêsto wykonywane. Pakiety s± równie¿ wykorzystywane, aby zmniejszyæ czasoch³onno¶æ czêsto powtarzanych zadañ.\r\n
\r\nJednym z pakietów czêsto wykorzystywanych jest pakiet typu strona z artyku³em gdy wystêpuje potrzeba dodania strony zawieraj±cej w sobie artyku³. Zamiast przechodziæ kolejne kroki tworzenia takiej strony, przechodzenia do utworzonej strony i dopiero nastêpnie dodawania artyku³u do strony, mo¿na utworzyæ stosowny pakiet umo¿liwiaj±cy wykonanie wszystkich tych czynno¶ci w jednym kroku.',1038889471,NULL); -INSERT INTO international VALUES (630,'WebGUI',16,'System WebGUI posiada w sobie niewielki, ale wydajny i funkcjonalny mechanizm wyszukiwania. Je¿eli chcesz wykorzystaæ ten wewnêtrzny mechanizm wyszukiwarki, mo¿esz u¿yæ makro ^?; lub dodawaæ ?op=search na koñcu adresów URL Twoich stron. Oczywi¶cie mo¿esz te¿ zbudowaæ swoj± w³asn± wersjê formularza przez któr± mechanizm ten bêdzie dostêpny.\r\n\r\nW przypadku potrzeby posiadania bardziej zaawansowanego (ni¿ wbudowany w system WebGUI) systemu wyszukiwarki , umo¿liwiaj±cego indeksowanie swojego serwisu i inne dodatkowe funkcje, polecamy rozwi±zania takie jak MnoGo Search lub ht://Dig.\r\n
',1038888957,NULL); -INSERT INTO international VALUES (73,'EventsCalendar',16,'Tytu³
\nNazwa wydarzenia.\n\n\nOpis
\nOpisz czynno¶ci zwi±zane z wydarzeniem i/lub informacje dotyczace miejsca jego wyst±pienia, itp. \n\n\nData pocz±tkowa
\nOd jakiej daty nast±pi wydarzenie?\n\n\nData koñcowa
\nDo jakiej daty bêdzie trwa³o wydarzenie?\n\n\nPowtarzaj co
\nWybierz okres po którym wydarzenie bêdzie ponawiane. \n\n\n\nCo dalej?
',1038887363,NULL); -INSERT INTO international VALUES (73,'FileManager',16,'
\nWybierz \"Dodaj nowe wydarzenie\" je¿eli bêdziesz chcia³ dodaæ kolejne wydarzenie.\n\nTytu³ pliku
\nNazwa jaka zostanie wy¶wietlona dla tego pliku. Je¿eli niezdefiniowana to zostanie wy¶wietlona nazwa pliku.\n\n\nPlik
\nWybór pliku jaki chcesz za³adowaæ z dysku Twojego komputera.\n\n\nWersja zastêpcza #1
\nAlternatywna pierwsza wersja dla tego pliku. Przyk³adowo je¿eli by³ to plik typu JPEG, byæ mo¿e jego alternatywn± wersjê bêdzie stanowi³ plik TIFF lub BMP.\n\n\nWersja zastêpcza #2
\nAlternatywna druga wersja dla tego pliku. Przyk³adowo je¿eli by³ to plik typu JPEG, byæ mo¿e jego alternatywn± wersjê bêdzie stanowi³ plik TIFF lub BMP.\n\n\nZwiêz³y opis
\nKrótki opis tego pliku. Upewnij siê aby ten opis zawiera³ s³owa kluczowe w/g których u¿ytkownicy bêd± mogli go ³atwiej wyszukaæ.\n\n\nPobieranie dla grupy
\nWybór grupy która mo¿e pobieraæ ten plik.\n\n\nCo dalej?
',1038883174,NULL); -INSERT INTO international VALUES (611,'WebGUI',16,'Nazwa firmy
\nWybierz \"Dodaj nowy plik\" je¿eli bêdziesz chcia³ dodaæ kolejny plik po dodaniu bie¿±cego.\n
\r\nNazwa Twojej firmy, czy te¿ organizacji. Nazwa ta bêdzie umieszczana w tre¶ci wszystkich e-maili oraz wszêdzie tam gdzie bêdzie u¿ywane makro nazwy firmy.\r\n
\r\n\r\nAdres e-mail firmy
\r\nG³ówny adres e-mail Twojej firmy, czy te¿ organizacji. Nazwa ta bêdzie umieszczana w polu Od: (informuj±cej o nadawcy e-maila)wszystkich automatycznie wysy³anych z systemu WebGUI e-maili oraz wszêdzie tam gdzie bêdzie u¿ywane makro adresu e-mail firmy.\r\n
\r\n\r\nAdres URL firmy
\r\nG³ówny adres URL Twojej firmy, czy te¿ organizacji. Adres ten bêdzie umieszczany we wszystkich automatycznie wysy³anych z systemu WebGUI e-maili oraz wszêdzie tam gdzie bêdzie u¿ywane makro adresu URL firmy.',1038872019,NULL); -INSERT INTO international VALUES (838,'WebGUI',16,'Foldery s³u¿± do przechowywania powi±zanych ze sob± materia³ów/plików serwisu, podobnie jak katalogi na dysku twardym twojego komputera.\n\nOrganizuj w Folderze
\nFoldery mog± znajdowaæ siê wewn±trz innych folderów. Wybierz tutaj folder w którym bêdzie umieszczony bie¿±cy folder.\n\n\nNazwa
\nNazwa folderu która powinna byæ tak zdefiniowana, aby u³atwia³a ³atwe rozpoznanie jego zawarto¶ci.\n\n\nOpis folderu
\nOpis folderu ? z regu³y zawiera informacjê na temat zawarto¶ci i ewentualnie celu jego utworzenia.\n',1038871918,NULL); -INSERT INTO international VALUES (836,'WebGUI',16,'Fragmenty to przygotowane przez ciebie elementy kodu, które mog± byæ wielokrotnie wykorzystywane w ró¿nych miejscach serwisu. Mog± to przyk³adowo byæ skrypty Java, style CSS, animacje flash, a nawet gotowe teksty. Poza tym chc±c w przysz³o¶ci zmodyfikowaæ dany fragment kodu, wystarczy zmieniæ go tylko w jednym miejscu.\n\nNazwa
\nNazwa fragmentu, który bêdzie pó¼niej wykorzystywany do jego wczytywania.\n\n\nOrganizuj w Folderze
\nPrzyporz±dkuj dany fragment kodu do odpowiedniego folderu.\n\n\nFragment
\nWpisz lub wkopiuj tutaj tre¶æ kodu danego fragmentu.\n',1038871744,NULL); -INSERT INTO international VALUES (625,'WebGUI',16,'Za³aduj te obrazki, które prawdopodobnie bêdziesz u¿ywa³ w wiêcej ni¿ jednym miejscu Twojego systemu.\r\n
\r\n\r\nNazwa obrazka
\r\nNazwa obrazka do jakiej bêd± siê odwo³ywaæ elementy stron wczytuj±ce dany obrazek.\r\n\r\n\r\nGrupowaæ w katalogu
\r\nW jakim katalogu wspólnym ma byæ zlokalizowany dany obrazek.\r\n\r\n\r\nPlik
\r\nWybierz plik obrazka z dysku Twojego komputera, jaki ma byæ za³adowany na serwer.\r\n\r\n\r\nParametry
\r\nDodaj wszelkie parametry HTML <img&rt; jakie chcesz aby by³y stosowane domy¶lnie dla tego obrazka.\r\n\r\n\r\nPrzyk³ad:
\r\nalign=\"right\"
\r\nalt=\"To jest obrazek\"
\r\n\r\n\r\nRozmiar miniaturki
',1038871530,NULL); -INSERT INTO international VALUES (834,'WebGUI',16,'Do swoich zasobów przeznaczonych dla serwisu mo¿esz za³adowaæ dowolny typ pliku do pó¼niejszego u¿ycia.\n\n\nNazwa
\r\nPodaj w pikselach jak du¿y maj± byæ rozmiar miniaturki obrazka.\r\n
\nNazwa pliku, któr± bêdziesz pó¼niej wykorzystywa³ do jego wczytywania.\n\n\nOrganizuj w folderze
\nPrzyporz±dkuj dany plik do odpowiedniego folderu.\n\n\nPlik
\nWybierz plik do za³adunku z zasobów twojego komputera.\n\n',1038871497,NULL); -INSERT INTO international VALUES (830,'WebGUI',16,'Szablony stron s³u¿± w³a¶ciwemu organizowaniu obiektów na stronie. Aby tego dokonaæ nale¿y utworzyæ pozycje szablonu. Mo¿esz mieæ dowoln± liczbê pozycji w szablonie strony, ale te¿ musi byæ przynajmniej jedna pozycja. Zmienne pozycji szablonu wygl±daj± nastêpuj±co: \n\n<tmpl_var page.position1>\n<tmpl_var page.position2>\n<tmpl_var page.position3>\n<tmpl_var page.position4>\n<tmpl_var page.position5>\n<tmpl_var page.position6>\n<tmpl_var page.position7>\n<tmpl_var ...>\n\n\n\nLiczba pozycji szablonu mo¿e siêgaæ do jednego miliarda, co z regu³y powinno z nadmiarem wystarczyæ dla typowego serwisu :-)',1038870260,NULL); -INSERT INTO international VALUES (826,'WebGUI',16,'System WebGUI ma wbudowany zaawansowany jêzyk definiowania szablonów aby umo¿liwiæ jak najdok³adniejsz± kontrolê podczas tworzenia wygl±du prezentacji tre¶ci serwisu. Poni¿ej podany jest opis sk³adni tego jêzyka.\n\n\nUWAGA: Proszê pamiêtaæ ¿e s³owa foo and bar s± u¿yte poni¿ej jako nazwy przyk³adowych zmiennych i nie s± czê¶cia tego jêzyka.\n\n
\nZmienne
\nZmienne s± podstaw± komend u¿ytych w szablonach. S± one u¿ywane po to aby odpowiednio wypozycjonowaæ fragmenty zawarto¶ci stron.\n\n\nSk³adnia: <tmpl_var foo> or <tmpl_var name=\"foo\">\n
\n\nPrzyk³ad: <tmpl_var name>\n
\n\nWarunki logiczne
\nWarunki logiczne nie s± niczym nowym dla wiêkszo¶ci programistów, ale nie s± oczywiste w pierwszej chwili dla wiêkszo¶ci projektantów stron. Warunki logiczne to po prostu pytania na które odpowied¼ jest tak lub nie (prawda lub fa³sz) - je¿eli bêdziesz o nich my¶la³ w ten sposób, to nie bedziesz mia³ problemów z ich poprawnym u¿yciem.\n\n\nSk³adnia: <tmpl_if foo> <tmpl_else> </tmpl_if>\n
\nSk³adnia: <tmpl_unless foo> <tmpl_else> </tmpl_unless>\n\n\nPrzyk³ad: <tmpl_if isTrue> To by³a prawda!<tmpl_else> To by³ fa³sz! </tmpl_if>\n
\n\nPêtle
\nPêtle s³u¿± do iteracyjnego prezentowania zestawów danych (po zakoñczeniu pêtli jest ona ponownie wykonywana od pocz±tku). S± one bardziej zaawansowane ni¿ zwyk³e zmienne, ale maj± one dziêki temu znacznie wiêksze mo¿liwo¶ci.\n\nSk³adnia: <tmpl_loop foo> </tmpl_loop>\n
\n\nPrzyk³ad:
\n<tmpl_loop klienci>
\n Imiê: <tmpl_var first_name><br/>
\n</tmpl_loop>\n\n\nWarunki logiczne pêtli
\nPêtle maj± zdefiniowane swoje w³asne warunki logiczne. S± to __FIRST__, __ODD__, __INNER__, oraz __LAST__.\n\n\nPrzyk³ady:
\n\n <TMPL_LOOP FOO>\n <TMPL_IF __FIRST__>\n Warunek ten realizowany jest tylko podczas pierwszego przej¶cia przez pêtlê.\n </TMPL_IF>\n\n <TMPL_IF __ODD__>\n Warunek ten realizowany jest tylko podczas ka¿dego nieparzystego przej¶cia przez pêtlê.\n </TMPL_IF>\n\n <TMPL_UNLESS __ODD__>\n Warunek ten realizowany jest tylko podczas ka¿dego parzystego przej¶cia przez pêtlê.\n </TMPL_UNLESS>\n\n <TMPL_IF __INNER__>\n Warunek ten realizowany jest tylko podczas ka¿dego przej¶cia przez pêtlê oprócz pierwszej i ostatniej pêtli.\n </TMPL_IF>\n\n <TMPL_IF __LAST__>\n Warunek ten realizowany jest tylko podczas ostatniego przej¶cia przez pêtlê.\n <TMPL_IF>\n </TMPL_LOOP>\n\n\n\nUWAGA:zarówno jêzyk szablonów jak i zmienne szablonów nie rozró¿niaj± du¿ych i ma³ych liter w sk³adni.',1038865669,NULL); -INSERT INTO international VALUES (63,'Product',16,'
W szablonach Produktów dostêpne s± do wykorzystania nastêpuj±ce zmienne:\r\n
\r\n\r\nbrochure.icon
\r\nAdres URL (link) pod którym dostêpna jest ikona reprezentuj±ca prospekt produktu.\r\n\r\n\r\n\r\nbrochure.url
\r\nAdres URL (link) pod którym dostêpny jest do ¶ci±gniêcia prospekt produktu.\r\n\r\n\r\nbrochure.label
\r\nEtykieta/Nazwa jaka bêdzie u¿yta do nazwania odno¶nika (linku) do ¶ci±gniêcia prospektu produktu.\r\n\r\n\r\nwarranty.icon
\r\nAdres URL (link) pod którym dostêpna jest ikona reprezentuj±ca gwarancjê dotycz±c± produktu.\r\n\r\n\r\n\r\nwarranty.url
\r\nAdres URL (link) pod którym dostêpna jest do ¶ci±gniêcia gwarancja dotycz±c± produktu.\r\n\r\n\r\nwarranty.label
\r\nEtykieta/Nazwa jaka bêdzie u¿yta do nazwania odno¶nika (linku) do ¶ci±gniêcia gwarancji dotycz±cej produktu.\r\n\r\n\r\nimage1
\r\nAdres URL (link) pod którym dostêpny jest pierwszy za³adowany obrazek zwi±zany z produktem.\r\n\r\n\r\nthumbnail1
\r\nAdres URL (link) pod którym dostêpny jest pomniejszony (thumb) pierwszy obrazek zwi±zany z produktem.\r\n\r\n\r\nimage2
\r\nAdres URL (link) pod którym dostêpny jest drugi za³adowany obrazek zwi±zany z produktem.\r\n\r\n\r\nthumbnail2
\r\nAdres URL (link) pod którym dostêpny jest pomniejszony (thumb) drugi obrazek zwi±zany z produktem.\r\n\r\n\r\nimage3
\r\nAdres URL (link) pod którym dostêpny jest trzeci za³adowany obrazek zwi±zany z produktem.\r\n\r\n\r\nthumbnail3
\r\nAdres URL (link) pod którym dostêpny jest pomniejszony (thumb) trzeci obrazek zwi±zany z produktem.\r\n\r\n\r\n\r\naddfeature.url
\r\nAdres URL (link) pod którym mo¿liwe jest dodanie cechy danego produktu.\r\n\r\n\r\naddfeature.label
\r\nEtykieta/Nazwa jaka bêdzie u¿yta do nazwania odno¶nika (linku) umo¿liwiaj±cego dodanie cechy danego produktu.\r\n\r\n\r\nfeature_loop
\r\nLista wszystkich dotychczas zdefiniowanych cech danego produktu.\r\n\r\nfeature.controls\r\n
\r\nPanel kontrolek systemu WebGUI umo¿liwiaj±cy kontrolê i administrowanie dan± cech± produktu.\r\n\r\n\r\nfeature.feature
\r\nOpis danej cechy produktu.\r\n\r\n
\r\n\r\naddbenefit.url
\r\nAdres URL (link) pod którym mo¿liwe jest dodanie korzy¶ci zwi±zanej z danym produktem.\r\n\r\n\r\naddbenefit.label
\r\nEtykieta/Nazwa jaka bêdzie u¿yta do nazwania odno¶nika (linku) umo¿liwiaj±cego dodanie korzy¶ci zwi±zanej z danym produktem.\r\n\r\n\r\nbenefit_loop
\r\nLista wszystkich dotychczas zdefiniowanych korzy¶ci dla danego produktu.\r\n\r\n\r\nbenefit.benefit\r\n
\r\nOpis danej korzy¶ci produktu.\r\n\r\n\r\nbenefit.controls
\r\nPanel kontrolek systemu WebGUI umo¿liwiaj±cy kontrolê i administrowanie dan± korzy¶ci± zwi±zan± z produktem.\r\n\r\n\r\n
\r\n\r\naddspecification.url
\r\nAdres URL (link) pod którym mo¿liwe jest dodanie parametru danego produktu.\r\n\r\n\r\naddspecification.label
\r\nEtykieta/Nazwa jaka bêdzie u¿yta do nazwania odno¶nika (linku) umo¿liwiaj±cego dodanie parametru danego produktu.\r\n\r\n\r\nspecification_loop
\r\nLista dotychczas zdefiniowanych parametrów zwi±zanych z danym produktem.\r\n\r\n\r\nspecification.controls\r\n\n
\r\nPanel kontrolek systemu WebGUI umo¿liwiaj±cy kontrolê i administrowanie danym parametrem zwi±zanym z produktem.\r\n\r\n\r\nspecification.specification
\r\nOpis danego parametru.\r\n\r\n\r\nspecification.units
\r\njednostka miary danego parametru np. metry, sztuki, itp.\r\n\r\n\r\nspecification.label
\r\nNazwa zwi±zana z danym parametrem, np. wysoko¶æ.\r\n\r\n\r\n
\r\n\r\naddaccessory.url
\r\nAdres URL (link) pod którym mo¿liwe jest dodanie akcesorii do danego produktu.\r\n\r\n\r\naddaccessory.label
\r\nEtykieta/Nazwa jaka bêdzie u¿yta do nazwania odno¶nika (linku) umo¿liwiaj±cego dodanie akcesorii do danego produktu.\r\n\r\n\r\naccessory_loop
\r\nLista dotychczas zdefiniowanych akcesorii zwi±zanych z danym produktem.\r\n\r\n\r\naccessory.url\r\n
\r\nAdres URL (link) pod którym dostêpna jest dana akcesoria produktu.\r\n\r\n\r\naccessory.title
\r\nEtykieta/Nazwa jaka bêdzie u¿yta do nazwania odno¶nika (linku) do danej akcesorii produktu.\r\n\r\n\r\naccessory.controls
\r\nPanel kontrolek systemu WebGUI umo¿liwiaj±cy kontrolê i administrowanie dan± akcesori± produktu.\r\n\r\n\r\n
\r\n\r\naddRelatedProduct.url
\r\nAdres URL (link) pod którym mo¿liwe jest dodanie produktu powi±zanego z danym produktem.\r\n\r\n\r\naddRelatedProduct.label
\r\nEtykieta/Nazwa jaka bêdzie u¿yta do nazwania odno¶nika (linku) umo¿liwiaj±cego dodanie produktu powi±zanego z danym produktem.\r\n\r\n\r\nrelatedproduct.url
\r\nAdres URL (link) pod którym dostêpny jest dany powi±zany produkt.\r\n \r\n\r\n\r\nrelatedproduct.title
\r\nEtykieta/Nazwa jaka bêdzie u¿yta do nazwania odno¶nika (linku) do produktu powi±zanego z danym produktem.\r\n\r\n\r\nrelatedproduct.controls
\r\n',1038864092,NULL); -INSERT INTO international VALUES (76,'FileManager',16,'
\r\nPanel kontrolek systemu WebGUI umo¿liwiaj±cy kontrolê i administrowanie informacj± o danym powi±zanym produkcie.\r\nW szablonach Mened¿era plików dostêpne s± do wykorzystania nastêpuj±ce zmienne:\r\n
\r\n\r\ntitleColumn.url
\r\nAdres URL (link) umo¿liwiaj±cy sortowanie w/g tytu³ów.\r\n\r\n\r\ntitleColumn.label
\r\nEtykieta/Nazwa jaka bêdzie u¿yta do nazwania odno¶nika (linku) do sortowanie w/g tytu³ów.\r\n\r\n\r\ndescriptionColumn.label
\r\nEtykieta/Nazwa jaka bêdzie u¿yta do nazwania odno¶nika (linku) do sortowanie w/g opisów.\r\n\r\n\r\ndescriptionColumn.url
\r\nAdres URL (link) umo¿liwiaj±cy sortowanie w/g opisów.\r\n\r\n\r\ndateColumn.label
\r\nEtykieta/Nazwa jaka bêdzie u¿yta do nazwania odno¶nika (linku) do sortowanie w/g dat za³adunku plików.\r\n\r\n\r\ndateColumn.url
\r\nAdres URL (link) umo¿liwiaj±cy sortowanie w/g dat za³adunu plików.\r\n\r\n\r\nsearch.form
\r\nFormatka zaawansowanego wyszukiwania systemu WebGUI.\r\n\r\n\r\nsearch.url
\r\nAdres URL (link) umo¿liwiaj±cy w³±czenie lub wy³±czenie trybu wyszukiwania.\r\n\r\n\r\nsearch.label
\r\nEtykieta/Nazwa jaka bêdzie u¿yta do nazwania odno¶nika (linku) do trybu wyszukiwania.\r\n\r\n\r\naddfile.url
\r\nAdres URL (link) umo¿liwiaj±cy za³adunek pliku.\r\n\r\n\r\naddfile.label
\r\nEtykieta/Nazwa jaka bêdzie u¿yta do nazwania odno¶nika (linku) do za³adunku pliku.\r\n\r\n\r\nfile_loop
\r\nList± dotychczas za³adowanych plików.\r\n\r\nfile.canView\r\n
\r\nWarunek okre¶laj±cy czy u¿ytkownik ma uprawnienia do wgl±du do danego pliku.\r\n\r\nfile.controls
\r\nPanel kontrolek systemu WebGUI umo¿liwiaj±cy kontrolê i administrowanie danym plikiem.\r\n\r\nfile.title
\r\nTytu³ danego pliku.\r\n\r\nfile.version1.name
\r\nAlternatywna pierwsza wersja nazwy danego pliku.\r\n\r\nfile.version1.url
\r\nAdres URL (link) umo¿liwiaj±cy ¶ci±gniêcie pliku dla pierwszej jego alternatywnej wersji.\r\n\r\nfile.version1.icon
\r\nAdres URL (link) do ikonki typu pliku zdefiniowanego dla pierwszej jego alternatywnej wersji.\r\n\r\nfile.version1.size
\r\nRozmiar dyskowy pliku dla pierwszej jego alternatywnej wersji.\r\n\r\nfile.version1.type
\r\nTyp pliku (lub rozszerzenie nazwy dyskowej pliku) dla pierwszej jego alternatywnej wersji.\r\n\r\nfile.version1.thumbnail
\r\nAdres URL (link) do obrazka prezentuj±cego tre¶æ pierwszej alternatywnej wersji pliku.\r\n\r\nfile.version1.isImage
\r\nWarunek definiuj±cy czy pierwsza alternatywna wersja pliku jest plikiem graficznym czy te¿ nie.\r\n\r\nfile.version2.name
\r\nAlternatywna pierwsza wersja nazwy danego pliku.\r\n\r\nfile.version2.url
\r\nAdres URL (link) umo¿liwiaj±cy ¶ci±gniêcie pliku dla drugiej jego alternatywnej wersji.\r\n\r\nfile.version2.icon
\r\nAdres URL (link) do ikonki typu pliku zdefiniowanego dla drugiej jego alternatywnej wersji.\r\n\r\nfile.version2.size
\r\nRozmiar dyskowy pliku dla drugiej jego alternatywnej wersji.\r\n\r\nfile.version2.type
\r\nTyp pliku (lub rozszerzenie nazwy dyskowej pliku) dla drugiej jego alternatywnej wersji.\r\n\r\nfile.version2.thumbnail
\r\nAdres URL (link) do obrazka prezentuj±cego tre¶æ drugiej alternatywnej wersji pliku.\r\n\r\nfile.version2.isImage
\r\nfile.version3.name
\r\nWarunek definiuj±cy czy druga alternatywna wersja pliku jest plikiem graficznym czy te¿ nie.
\r\nAlternatywna trzecia wersja nazwy danego pliku.\r\n\r\nfile.version3.url
\r\nAdres URL (link) umo¿liwiaj±cy ¶ci±gniêcie pliku dla trzeciej jego alternatywnej wersji.\r\n\r\nfile.version3.icon
\r\nAdres URL (link) do ikonki typu pliku zdefiniowanego dla trzeciej jego alternatywnej wersji.\r\n\r\nnfile.version3.size
\r\nRozmiar dyskowy pliku dla trzeciej jego alternatywnej wersji.\r\n\r\nfile.version3.type
\r\nTyp pliku (lub rozszerzenie nazwy dyskowej pliku) dla trzeciej jego alternatywnej wersji.\r\n\r\nfile.version3.thumbnail
\r\nAdres URL (link) do obrazka prezentuj±cego tre¶æ trzeciej alternatywnej wersji pliku.\r\n\r\nfile.version3.isImage
\r\n
\r\nWarunek definiuj±cy czy trzecia alternatywna wersja pliku jest plikiem graficznym czy te¿ nie.\r\nfile.description
\r\nSzczegó³owy opis dla danego pliku.\r\n\r\nfile.date
\r\nData dnia za³adunku danego pliku do mened¿era plików.\r\n\r\nfile.time
\r\nDok³adny czas za³adunku danego pliku do mened¿era plików.\r\n\r\n
\r\nnoresults.message
\r\nTre¶æ informacji o braku plików do wy¶wietlenia dla danego u¿ytkownika.\r\n\r\nnoresults
\r\nWarunek okre¶laj±cy czy dla danego u¿ytkownika s± dostêpne pliki do wy¶wietlenie w menad¿erze plików.\r\n\r\n\r\nfirstPage
\r\nAdres URL (link) do pierwszej strony stronicowanej listy prezentowanych plików.\r\n\r\n\r\nlastPage
\r\nAdres URL (link) do ostatniej strony stronicowanej listy prezentowanych plików.\r\n\r\n\r\nnextPage
\r\nAdres URL (link) do nastêpnej strony stronicowanej listy prezentowanych plików.\r\n\r\n\r\npreviousPage
\r\nAdres URL (link) do poprzedniej strony stronicowanej listy prezentowanych plików.\r\n\r\n\r\npageList
\r\nLista adresów URL (linków) do wszystkich stron stronicowanej listy prezentowanych plików.\r\n\r\n\r\nmultiplePages
',1038853712,NULL); -INSERT INTO international VALUES (97,'EventsCalendar',16,'
\r\nWarunek okre¶laj±cy czy lista plików zawiera wiêcej ni¿ jedn± stronê.\r\nW szablonach wydarzeñ dostêpne s± do wykorzystania nastêpuj±ce zmienne:\r\n
\r\n\r\ntitle
\r\nTytu³ danego wydarzenia.\r\n\r\n\r\nstart.label
\r\nEtykieta/Nazwa jaka bêdzie u¿yta do nazwania odno¶nika (przycisku) definiowania startu danego wydarzenia.\r\n\r\n\r\nstart.date
\r\nData od którego rozpocznie siê dane wydarzenie.\r\n\r\n\r\nend.date
\r\nData zakoñczenia siê danego wydarzenie.\r\n\r\n\r\nend.label
\r\nEtykieta/Nazwa jaka bêdzie u¿yta do nazwania odno¶nika (przycisku) definiowania daty koñcowej danego wydarzenia.\r\n\r\n\r\ncanEdit
\r\nWarunek definiuj±cy czy dany u¿ytkownik korzystaj±cy z kalendarza ma uprawnienia do edycji danego wydarzenia.\r\n\r\n\r\nedit.url
\r\nAdres URL pod którym mo¿liwa jest edycja bie¿±cego wydarzenia. \r\n\r\n\r\nedit.label
\r\nEtykieta/Nazwa jaka bêdzie u¿yta do nazwania odno¶nika (linku) do adresu edycji danego wydarzenia.\r\n\r\n\r\ndelete.url
\r\nAdres URL pod którym dostêpne jest usuniêcie bie¿±cego wydarzenia. \r\n\r\n\r\ndelete.label
\r\nEtykieta/Nazwa jaka bêdzie u¿yta do nazwania odno¶nika (linku) do adresu usuwania danego wydarzenia.\r\n\r\n\r\nprevious.url
\r\nAdres URL pod którym dostêpne jest zdarzenie poprzedzaj±ce bie¿±ce wydarzenie. \r\n\r\n\r\nprevious.label
\r\nEtykieta/Nazwa jaka bêdzie u¿yta do nazwania odno¶nika (linku) do adresu przej¶cia do wydarzenia poprzedaj±cego bie¿±ce wydarzenie.\r\n\r\n\r\nnext.label
\r\nEtykieta/Nazwa jaka bêdzie u¿yta do nazwania odno¶nika (linku) do adresu przej¶cia do nastêpuj±cego w kolejno¶ci wydarzenia.\r\n\r\n\r\nnext.url
\r\nAdres URL pod którym dostêpne jest zdarzenie nastêpuj±ce po bie¿±cym wydarzeniu. \r\n\r\n\r\ndescription
\r\nopis szczegó³owy wydarzenia.\r\n',1038852164,NULL); -INSERT INTO international VALUES (95,'EventsCalendar',16,'
W szablonach kalendarzy dostêpne s± do wykorzystania nastêpuj±ce zmienne:\r\n
\r\naddevent.url
\r\nAdres URL pod którym dostêpna jest mo¿liwo¶æ dodania zdarzenia do kalendarza. \r\n\r\n\r\naddevent.label
\r\nEtykieta/Nazwa jaka bêdzie u¿yta do nazwania odno¶nika (linku) do adresu dodania zdarzenia do kalendarza. \r\n\r\n\r\ncalendar.big
\r\nKalendarz w postaci szczegó³owej na ca³± stronê.\r\n\r\n\r\ncalendar.small
\r\nKalendarz w okrojonej wersji prezentuj±cej tylko daty.\r\n\r\n\r\ncalendar.firstPage
\r\nAdres URL pod którym dostêpna jest pierwsza strona w przypadku prezentacji wydarzeñ za pomoc± stronicowanej listy.\r\n\r\n\r\ncalendar.lastPage
\r\nAdres URL pod którym dostêpna jest ostatnia strona w przypadku prezentacji wydarzeñ za pomoc± stronicowanej listy.\r\n\r\n\r\ncalendar.nextPage
\r\nAdres URL pod którym dostêpna jest nastêpna strona w przypadku prezentacji wydarzeñ za pomoc± stronicowanej listy.\r\n\r\n\r\ncalendar.previousPage
\r\nAdres URL pod którym dostêpna jest poprzednia strona w przypadku prezentacji wydarzeñ za pomoc± stronicowanej listy.\r\n\r\n\r\ncalendar.pageList
\r\nLista odno¶ników (linków) do wszystkich stron w przypadku prezentacji wydarzeñ za pomoc± stronicowanej listy.\r\n\r\n\r\ncalendar.multiplePages
\r\nWarunek wskazuj±cy czy w przypadku prezentacji wydarzeñ za pomoc± stronicowanej listy dostêpna jest wiêcej ni¿ jedna strona.\r\n\r\n\r\nlist_loop
\r\nLista zawieraj±ca wybrane wydarzenia kalendarza.\r\n\r\nlist.date\r\n
\r\nData danego zdarzenia.\r\n\r\nlist.title
\r\nTytu³ danego zdarzenia.\r\n\r\nlist.description
\r\nSzczegó³owy opis danego zdarzenia.\r\n\r\nlist.sameAsPrevious
\r\nWarunek wskazuj±cy czy dane wydarzenie jest ostatnim terminowo wydarzeniem w kalendarzu.\r\n\r\nlist.url
\r\nAdres URL pod którym dostêpny jest szczegó³owy ekran z danymi dotycz±cymi danego wydarzenia.\r\n\r\n\r\nlist.controls
\r\nPanel kontrolek systemu WebGUI umo¿liwiaj±cy kontrolê i administrowanie danym wydarzeniem.\r\n\r\n\r\n
\r\n\r\nlist.firstPage
\r\nAdres URL pod którym dostêpna jest pierwsza strona w przypadku prezentacji wybranych wydarzeñ za pomoc± stronicowanej listy.\r\n\r\n\r\nlist.lastPage
\r\nAdres URL pod którym dostêpna jest ostatnia strona w przypadku prezentacji wybranych wydarzeñ za pomoc± stronicowanej listy.\r\n\r\n\r\nlist.nextPage
\r\nAdres URL pod którym dostêpna jest nastêpna strona w przypadku prezentacji wybranych wydarzeñ za pomoc± stronicowanej listy.\r\n\r\n\r\nlist.previousPage
\r\nAdres URL pod którym dostêpna jest poprzednia strona w przypadku prezentacji wybranych wydarzeñ za pomoc± stronicowanej listy.\r\n\r\n\r\nlist.pageList
\r\nLista odno¶ników (linków) do wszystkich stron w przypadku prezentacji wybranych wydarzeñ za pomoc± stronicowanej listy.\r\n\r\n\r\nlist.multiplePages
\r\n',1038795945,NULL); -INSERT INTO international VALUES (640,'WebGUI',16,'Nie powiniene¶ usuwaæ szablonów, poniewa¿ mo¿e to powodowaæ niezamierzone problemy (czê¶æ zawarto¶ci serwisu mo¿e nadal u¿ywaæ danego szablonu). \n
\r\nWarunek wskazuj±cy czy w przypadku prezentacji wybranych wydarzeñ za pomoc± stronicowanej listy dostêpna jest wiêcej ni¿ jedna strona.\r\n\n',1038791020,NULL); -INSERT INTO international VALUES (84,'USS',16,'Edytuj pytanie',1031514049,NULL); -INSERT INTO international VALUES (86,'WebGUI',16,'Pamiêtaj ¿e usuniêcie grupy jest nieodwracalne i usuwa równie¿ uprawnienia zwi±zane z t± grup±. Czy na pewno chcesz usun±æ tê grupê? ',1031514049,NULL); -INSERT INTO international VALUES (651,'WebGUI',16,'
Je¿eli opró¿nisz swój kosz, to wszystkie zawarte w nim pozycje bêd± bezpowrotnie utracone. Je¿eli nie jeste¶ pewien co do niektórych pozycji, to najlepszym rozwi±zaniem bêdzie skopiowanie tych pozycji do schowka systemu, przed wykonaniem opró¿nienia kosza.\r\n
\r\n',1031514049,NULL); -INSERT INTO international VALUES (627,'WebGUI',16,'Profile u¿ytkownika umo¿liwiaj± rozszerzanie posiadanych o u¿ytkowniku informacji. W niektórych systemach taka funkcjonalno¶æ jest przydatna, w innych nie jest potrzebna. System profili u¿ytkownika mo¿e byæ rozbudowywany w nieograniczony sposób - do profilów tych mo¿na dodawaæ dowoln± ilo¶æ informacji o u¿ytkownikach.\r\n
',1031514049,NULL); -INSERT INTO international VALUES (616,'WebGUI',16,'¦cie¿ka do dodatków WebGUI
\nPe³na ¶cie¿ka fizycznego katalogu na dysku do katalogu zawieraj±cego dodatki WebGUI, takie jak pliki graficzne i skrypty java.\n
\n\nMaksymalny rozmiar za³±cznika?
\nMaksymalny rozmiar pliku jaki mo¿na za³adowaæ na serwer. Ten limit bêdzie dotyczy³ wszystkich obiektów, które ³aduj± na serwer pliki (jak np. w systemie artyku³ów czy te¿ zg³aszanych przez u¿ytkowników tre¶ci). Podana liczba oznacza rozmiar w kilobitach.\n
\n\nRozmiar miniaturki
\nPodany w pikselach maksymalny rozmiar boku miniaturek obrazków. Podczas generowania miniaturek zachowywany jest stosunek boków oryginalnego zdjêcia, st±d je¿eli warto¶æ tego parametru ustawimy na 100, to obrazek o wymiarach 400x200 pixeli uzyska miniaturkê o rozmiarach 100x50 pikseli.\n\nUwaga: Miniaturki generowane s± ju¿ podczas za³adunku obrazków do systemu.\n
\n\nKatalog www dla za³±czników
',1031514049,NULL); -INSERT INTO international VALUES (620,'WebGUI',16,'
\n¦cie¿ka www do katalogu w którym zapisywane s± za³±czniki.\n
\n\n¦cie¿ka do za³±czników serwera
\nPe³na ¶cie¿ka fizycznego katalogu na dysku do katalogu w którym zapisywane s± za³±czniki. Nale¿y upewniæ siê czy serwer ma prawa zapisu do tego katalogu.\nFunkcja ta s³u¿y do usuwania grup u¿ytkowników, ³±cznie z usuniêciem przydzia³u samych u¿ytkowników do danej grupy. Nale¿y przy tym uwa¿aæ aby nie doprowadziæ do sytuacji, w której u¿ytkownicy pozbawieni bêd± dostêpu do swoich stron poprzez usuniêcie grupy do której s± przydzieleni.\n
\n\nJak w ka¿dej operacji usuwania, zostaniesz poproszony o potwierdzenie swego zamiaru. Potwierdzaj±c usuniêcie, grupa zostanie bezpowrotnie usuniêta. Je¿eli nie potwierdzisz operacji, to nast±pi powrót do strony nadrzêdnej.\n
',1031514049,NULL); -INSERT INTO international VALUES (619,'WebGUI',16,'Funkcja ta s³u¿y do usuwania obiektów ze strony. Je¿eli nie jeste¶ do koñca pewny czy usun±æ dany obiekt, lepiej przemie¶ciæ go do schowka systemowego. \n
\n\n\nJak w ka¿dej operacji usuwania, zostaniesz poproszony o potwierdzenie swego zamiaru. Potwierdzaj±c usuniêcie, obiekt zostanie bezpowrotnie usuniêty. Je¿eli nie potwierdzisz operacji, to nast±pi powrót do strony nadrzêdnej.\n
',1031514049,NULL); -INSERT INTO international VALUES (613,'WebGUI',16,'U¿ytkownicy to konta w systemie które, po zalogowaniu siê na nie, daj± uprawnienia do wykonywania ró¿nych czynno¶ci w serwisie. W systemie wbudowanych jest domy¶lnie dwóch u¿ytkowników: Administrator i anonimowy.\n\n\nAdministrator
\nAdministrator to u¿ytkownik z nieograniczonymi uprawnieniami dostêpu do systemu WeBGUI. Je¿eli jakie¶ zadanie jest mo¿liwe do wykonania w systemie, to administrator bêdzie zawsze uprawniony do jego wykonania.\n\n\nAnonimowy
\nAnonimowy u¿ytkownik to dok³adne przeciwieñstwo administratora. Taki u¿ytkownik z definicji do niczego nie jest uprawniony. Wszyscy niezalogowani u¿ytkownicy maj± zawsze status u¿ytkownika anonimowego.\n\n\nDodaj nowego u¿ytkownika.
\nWy¶wietlenie ekranu umo¿liwiaj±cego dodanie do systemu nowego u¿ytkownika.\n\n\nSzukaj
\nMo¿esz wyszukaæ u¿ytkowników wed³ug ich nazwy lub adresu e-mail, oczywi¶cie z mo¿liwo¶ci± podania dodatkowych szczegó³ów wyszukiwania.',1031514049,NULL); -INSERT INTO international VALUES (45,'Product',16,'Akcesoria to dodatkowe produkty, które wzbogacaj± mo¿liwo¶ci innych produktów.\n
\n\nAkcesoria
\nWybierz nazwê z listy ju¿ wprowadzonych akcesorii.\n\n\nDodaæ nastêpne akcesoria?
\nWybierz \"tak\", je¿eli bêdziesz chcia³ zaraz dodaæ kolejne akcesoria dla produktu.\n',1031514049,NULL); -INSERT INTO international VALUES (41,'Product',16,'Cechy produktu s± kluczowym powodem decyduj±cym o powodzeniu sprzeda¿y produktu - opisuj± one jego mo¿liwo¶ci i ewentualne korzy¶ci p³yn±ce z jego zakupu. Dobrze dobrane cechy stanowi± w efekcie powód zakupu produktu.\n
\n\nCechy
\nMo¿esz wprowadziæ now± cechê lub wybraæ j± z listy dotychczas wprowadzonych.\n\n\nDodaæ nastêpne cechy?
\nWybierz tak, je¿eli bêdziesz chcia³ zaraz dodaæ kolejn± cechê produktu.\n',1031514049,NULL); -INSERT INTO international VALUES (43,'Product',16,'
Parametry to szczegó³y techniczne i konstrukcyjne produktów.\r\n
\r\n\r\n\r\nTyp
\r\nJest to typ parametru. Przyk³adowo wysoko¶æ, waga, kolor itp. Mo¿esz dopisaæ nowy typ lub wybraæ go z listy dotychczas wprowadzonych.\r\n\r\n\r\n\r\nWarto¶æ
\r\nWarto¶æ danego parametru dla produktu zgodna z wybranym typem parametru.\r\n\r\n\r\n\r\nJednostki
',1031514049,NULL); -INSERT INTO international VALUES (698,'WebGUI',16,'System punktacji umo¿liwia motywowanie i analizê aktywno¶ci u¿ytkowników twojego serwisu, oraz potencjalnie nagradzanie ich lub karanie za wykazywany przez nich poziom aktywno¶ci. Po w³±czeniu systemu punktacji, zauwa¿ysz ¿e w wielu miejscach menu systemu pojawi± siê nowe pozycje z nim zwi±zane.\n
\r\nJednostki miary dotycz±ce danego parametru. Przyk³adowo, je¿eli typem parametru jest waga to jednostk± mo¿e byæ \"kilogram\".\r\n\n\nDziêki temu systemowi bêdziesz wiedzia³ czy u¿ytkownicy loguj± siê do twojego serwisu i jak wiele tre¶ci jest przez nich tworzonych (artyku³y, itp.). Bazuj±c na zdobytym przez u¿ytkowników poziomie punktów bêdziesz im móg³ zezwalaæ na dostêp do poszczególnych funkcji twojego systemu oraz grup u¿ytkowników, motywuj±c ich tym samym i nagradzaj±c do dalszej aktywno¶ci.\n
',1031514049,NULL); -INSERT INTO international VALUES (637,'WebGUI',16,'Imiê
\nPierwsze imiê u¿ytkownika.\n\n\nDrugie Imiê
\nDrugie imiê u¿ytkownika.\n\n\nNazwisko
\nNazwisko lub nazwisko rodowe u¿ytkownika.\n\n\nAdres email
\nAdres e-mail u¿ytkownika. Musi on byæ podany je¿eli u¿ytkownik bêdzie korzysta³ z funkcji serwisu, które wymagaj± adresu email u¿ytkownika.\n\n\nICQ UIN
\nKomunikator ICQ, UIN jest numerem ID u¿ytkownika w sieci ICQ.\n\n\nAIM Id
\nIdentyfikator konta w systemie AOL Instant Messenger.\n\n\nMSN Messenger Id
\r\n
\nIdentyfikator konta w systemie Microsoft Network Instant Messenger.\n\n\nYahoo! Messenger Id
\nIdentyfikator konta w systemie Yahoo! Instant Messenger.\n\n\nNumer komórkowy
\nNumer telefonu komórkowego u¿ytkownika.\n\n\nPager
\nNumer urz±dzenia typu Pager u¿ytkownika.\n\n\nWy¶lij maila na bramkê pagera
\nAdres e-mail bramki wiadomo¶ci do urz±dzenia typu Pager u¿ytkownika.\n\n\nAdres domowy
\nKod pocztowy i ulica adresu domowego u¿ytkownika.\n\n\nAdres miejsca pracy
\nKod pocztowy i ulica adresu miejsca pracy u¿ytkownika.\n\n\nP³eæ
\nP³eæ u¿ytkownika.\n\n\nData urodzenia
\nData urodzenia u¿ytkownika.\n\nJêzyk
\nW jakim jêzyku maj± byæ wy¶wietlane informacje i tre¶ci systemu.\n\n\nPrzesuniêcie czasowe
\nLiczba godzin (na plus lub na minus) ró¿nicy strefy czasowej u¿ytkownika. Umo¿liwia to dostrojenie prezentacji czasu dla u¿ytkowników z ró¿nych stref czasowych.\n\n\nPierwszy dzieñ tygodnia
\nPierwszy dzieñ tygodnia w obszarze zamieszkania u¿ytkownika. Przyk³adowo w Stanach Zjednoczonych jest to niedziela, podczas gdy np. W Polsce i Europie jest to poniedzia³ek.\n\n\nFormat daty
\nW jakim formacie powinna byæ prezentowana data na stronach serwisu podczas wizyt tego u¿ytkownika?\n\n\nFormat czasu
\nW jakim formacie powinna byæ prezentowana pora dnia na stronach serwisu podczas wizyt tego u¿ytkownika?\n\n\nUk³ad forum
\nJaki jest domy¶lny sposób prezentowania dyskusji (odpowiedzi) na forum - z w±tkami czy te¿ p³aski? Styl p³aski wy¶wietla wszystkie odpowiedzi na dany w±tek na jednej stronie forum, w kolejno¶ci w jakiej by³y one utworzone. Styl z w±tkami wy¶wietla hierarchiczn± listê odpowiedzi w kolejno¶ci w jakiej by³y utworzone.\n\n\nPowiadomienia skrzynki
\nJak u¿ytkownik powinien byæ powiadamiany o nowej wiadomo¶ci dla niego?',1031514049,NULL); -INSERT INTO international VALUES (610,'WebGUI',16,'Po wiêcej informacji zajrzyj do odno¶nika na dole stronyU¿ytkownicy, Zarz±dzanie.\n\n\nU¿ytkownik
\nPole to jest unikaln± nazw± identyfikuj±c± danego u¿ytkownika. Nazwa ta jest unikalnym wska¼nikiem u¿ytkownika i pod t± nazw± bêdzie on znany w systemie. (Uwaga: Administratorzy maj± nieograniczone mo¿liwo¶ci w systemie WebGUI, co oznacza jednocze¶nie ¿e s± oni równie¿ w stanie uszkodziæ system poprzez niepoprawne operacje. Je¿eli tworzysz u¿ytkownika lub zmieniasz jego nazwê, pamiêtaj aby nie u¿yæ nazwy u¿ytkownika który ju¿ istnieje w systemie.)\n\n\n\nHas³o
\nHas³o jakie bêdzie u¿ywane podczas operacji logowania siê u¿ytkownika.\n\n\n\nMetoda uwierzytelnienia
\nPo wiêcej informacji zobacz ekran pomocy w dziale Edycja konta u¿ytkownika.\n\n\n\nURL serwera LDAP
\nPo wiêcej informacji zobacz ekran pomocy w dziale Edycja konta u¿ytkownika.\n\n\n\nPo³±czenie z DN
\nPo³±czenie z DN to warto¶æ parametru cn danego u¿ytkownika w bazie LDAP. Powinno byæ podane w postaci podobnej do: cn=Adam Kowalski. Jest to w efekcie nazwa u¿ytkownika, która bêdzie u¿yta do autoryzacji dostêpu przez serwer LDAP.\n',1031514049,NULL); -INSERT INTO international VALUES (608,'WebGUI',16,'Usuniêcie stron mo¿e spowodowaæ du¿y ba³agan je¿eli do koñca nie przemy¶lisz ca³ej operacji. Podczas usuwania strony, usuwana jest równie¿ zawarto¶æ danej strony oraz powi±zane z ni± podstrony wraz z ca³± swoj± zawarto¶ci±. Upewnij siê wiêc, ¿e przed usuniêciem strony skopiowa³e¶ w odpowiednie miejsca tre¶ci których nie chcesz usuwaæ.\n
\n\nJak w ka¿dej operacji zwi±zanej z usuwaniem, bêdziesz poproszony o potwierdzenie. Je¿eli potwierdzisz usuniêcie to operacja zostanie bezpowrotnie wykonana. Je¿eli wybierzesz \'Nie\', to nast±pi powrót do poprzedniego ekranu z którego funkcja usuniêcia zosta³a wywo³ana.\n
',1031514049,NULL); -INSERT INTO international VALUES (615,'WebGUI',16,'
Grupy s³u¿± do podzielenia uprawnieñ i ram czasowych korzystania z ró¿nych funkcji serwisu dostêpnych dla u¿ytkowników WebGUI. Przyk³adowo mo¿esz chcieæ budowaæ serwis dla klas szkolnych i w takim wypadku mo¿na zdefiniowaæ oddzielne grupy dla poszczególnych klas. Tak zdefiniowane grupy mo¿na nastêpnie przydzieliæ do poszczególnych stron przeznaczonych dla ka¿dej klasy.\n
\n\nW systemie WebGUI wbudowanych jest kilkana¶cie nastêpuj±cych grup u¿ytkowników:\n
\n\nAdministratorzy systemu
\nAdministratorzy systemu to u¿ytkownicy którzy maj± nielimitowany dostêp do systemu WebGUI. U¿ytkownik powinien mieæ uprawnienia administratora systemu, tylko w wypadku gdy jego zadaniem jest nadzór nad systemem. Zwyczajowo jest to grupa nie wiêcej ni¿ dwóch, trzech u¿ytkowników.\n\n\nMened¿erowie zawarto¶ci
\nMened¿erowie zawarto¶ci to u¿ytkownicy, którzy posiadaj± uprawnienia do dodawania, edycji i usuwania tre¶ci serwisu. Grupa ta nie powinna byæ u¿ywana do kontroli uprawnieñ dla okre¶lonych tylko obszarów serwisu, a raczej okre¶laæ powinna uprawnienia u¿ytkowników dla ca³ego serwisu jako takiego. W celu wydzielenia uprawnieñ dla wybranych obszarów serwisu zaleca siê utworzenie oddzielnej grupy.\n\n\nWszyscy
\nTa grupa jest szczególnym przypadkiem - wszyscy u¿ytkownicy Twojego systemu domy¶lnie do niej nale¿±, bez potrzeby przydzielania ich do tej grupy. Tak wiêc grupa ta powinna byæ wybierana, je¿eli chcesz udostêpniæ Twój serwis zarówno dla zarejestrowanych jak i anonimowych u¿ytkowników.\n\n\nMened¿erowie pakietów
\nMened¿erowie pakietów to u¿ytkownicy, którzy maj± uprawnienia dodawania, edycji i usuwania pakietów obiektów i stron do zamieszczenia.\n\n\nZarejestrowani u¿ytkownicy
\nKa¿dy u¿ytkownik po dokonaniu rejestracji w systemie automatycznie przydzielany jest do grupy zarejestrowanych u¿ytkowników. U¿ytkownik powinien byæ usuwany z tej grupy tylko gdy jego konto zosta³o usuniête lub gdy chcesz zablokowaæ go przed dostêpem.\n\n\nMened¿erowie stylów
\nMened¿erowie stylów to u¿ytkownicy uprawnieni do edycji stylów serwisu. Te uprawnienia nie umo¿liwiaj± u¿ytkownikowi uzyskania uprawnieñ dostêpu do wybranej strony serwisu, a tylko do zdefiniowania takiej strony jako wykorzystywanej w serwisie.\n\n\nMened¿erowie szablonów
\nMened¿erowie szablonów to u¿ytkownicy którzy maj± uprawnienia do edycji szablonów serwisu.\n\n\nAnonimowi u¿ytkownicy
',1031514049,NULL); -INSERT INTO international VALUES (633,'WebGUI',16,'
\nAnonimowi u¿ytkownicy to po prostu u¿ytkownicy którzy nie s± zalogowani w systemie. Ponadto je¿eli chcesz ukaraæ zarejestrowanego u¿ytkownika (przyk³adowo za nieeleganckie zachowania w serwisie), to mo¿esz przesun±æ go z grupy u¿ytkowników zarejestrowanych do grupy u¿ytkowników anonimowych.\nW najprostszym ujêciu katalogi g³ówne to strony nadrzêdne nad grupami innych stron. Pierwszym i najwa¿niejszym takim katalogiem jest strona g³ówna serwisu. W wielu serwisach nie dodaje siê nawet dodatkowych katalogów g³ównych, ale wiele zaawansowanych serwisów tworzy takie dodatkowe katalogi, z regu³y aby wydzieliæ pewne elementy funkcjonalne swoich serwisów. Przyk³adowo mog± one s³u¿yæ jako miejsce lokalizacji wyszukiwarki serwisu lub jako ukryta przestrzeñ do ulokowania narzêdzi administratora.\n
',1031514049,NULL); -INSERT INTO international VALUES (3,'HttpProxy',16,'Proxy HTTP',1031510000,NULL); -INSERT INTO international VALUES (2,'HttpProxy',16,'Edytuj Proxy HTTP',1031510000,NULL); -INSERT INTO international VALUES (1,'HttpProxy',16,'Adres URL',1031510000,NULL); -INSERT INTO international VALUES (1,'Auth/WebGUI/Expired',1,'WebGUI Authentication Password Expiration Template',1078857230,NULL); -INSERT INTO international VALUES (2,'Auth/WebGUI/Expired',1,'The following template variables are available for WebGUI Authentication Password Expiration templates.
expired.form.header
The required form elements that go at the top of the password expiration page.
expired.form.hidden
Hidden form fields required for form submittal
expired.form.footer
The required form elements that go after the password expiration page form. \r\nexpired.form.submit
The default submit button for the password expiration form.
displayTitle
Default page title \r\nexpired.message
',1078857230,NULL); -INSERT INTO international VALUES (2,'Auth/WebGUI/Create',1,'The following template variables are available for WebGUI Authentication Anonymous Registration templates.
Any message returned by the system. Usually displays after the form is submitted.
create.form.oldPassword
Default old password form field
create.form.oldPassword.label
Default text for old password form field
expired.form.password
Default password form field
expired.form.password.label
Default text for password form field
expired.form.passwordConfirm
Default password confirm form field
expired.form.passwordConfirm.label
Default text for password confirm form field
create.form.header
The required form elements that go at the top of the anonymous registration page.
create.form.hidden
Hidden form fields required for form submittal
create.form.footer
The required form elements that go after the anonymous registration page form. \r\ncreate.form.submit
The default submit button for the anonymous registration form.
title
Default page title \r\ncreate.form.profile
',1078856626,NULL); -INSERT INTO international VALUES (1,'Auth/WebGUI/Create',1,'WebGUI Authentication Anonymous Registration Template',1078856626,NULL); -INSERT INTO international VALUES (1,'Auth/WebGUI/Recovery',1,'WebGUI Authentication Password Recovery Template',1078856556,NULL); -INSERT INTO international VALUES (2,'Auth/WebGUI/Recovery',1,'The following template variables are available for WebGUI Authentication Password Recovery templates. \r\n
A loop containing visible and required profile fields for anonymouse registration
profile.formElement
Form element for visible or required profile field
profile.formElement.label
Default text label for profile form element
login.url
URL for the login page
login.label
Default text label for login page link.
create.message
Any message returned by the system. Usually displays after the form is submitted.
create.form.username
Default username form field
create.form.username.label
Default text for username form field
create.form.password
Default password form field
create.form.password.label
Default text for password form field
create.form.passwordConfirm
Default password confirm form field
create.form.passwordConfirm.label
Default text for password confirm form field
recoverPassword.isAllowed
Flag indicating whether or not password recovery is enabled
recoverPassword.url
URL for the password recovery page.
recoverPassword.label
Default label for the password recovery linkrecover.form.header
\r\n
The required form elements that go at the top of the password recovery page.
recover.form.hidden
Hidden form fields required for form submission
recover.form.footer
The required form elements that go after the password recovery page form.recover.form.submit
The default submit button for the password recovery form.
login.form.email
Default email form field
login.form.email.label
Default text for email form field
title
Default page title \r\nrecover.message
',1078856556,NULL); -INSERT INTO international VALUES (1,'Auth/SMB/Create',1,'SMB Authentication Anonymous Registration Template',1078856081,NULL); -INSERT INTO international VALUES (2,'Auth/SMB/Create',1,'The following template variables are available for SMB Authentication Anonymous Registration templates.
Any message returned by the system. Usually displays after the form is submitted.
anonymousRegistration.isAllowed
Flag indicating whether or not anoymous registrations are allowed
createAccount.url
URL for the anonymous registration page
createAccount.label
Default label for the anonymous registration link
login.url
URL for the login page
login.label
Default text label for login page link.
create.form.header
The required form elements that go at the top of the anonymous registration page.
create.form.hidden
Hidden form fields required for form submittal
create.form.footer
The required form elements that go after the anonymous registration page form. \r\ncreate.form.submit
The default submit button for the anonymous registration form.
title
Default page title \r\ncreate.form.profile
',1078856081,NULL); -INSERT INTO international VALUES (1,'Auth/LDAP/Create',1,'LDAP Authentication Anonymous Registration Template',1078855925,NULL); -INSERT INTO international VALUES (2,'Auth/LDAP/Create',1,'The following template variables are available for LDAP Authentication Anonymous Registration templates.
A loop containing visible and required profile fields for registration
profile.formElement
Form element for visible or required profile field
profile.formElement.label
Default text label for profile form element
login.url
URL for the login page
login.label
Default text label for login page link.
create.message
Any message returned by the system. Usually displays after the form is submitted.
create.form.loginId
Default SMB loginId form field
create.form.loginId.label
Default text for SMB loginId form field
create.form.password
Default password form field
create.form.password.label
Default text for password form field
create.form.header
The required form elements that go at the top of the anonymous registration page.
create.form.hidden
Hidden form fields required for form submittal
create.form.footer
The required form elements that go after the anonymous registration page form. \r\ncreate.form.submit
The default submit button for the anonymous registration form.
title
Default page title \r\ncreate.form.profile
',1078855925,NULL); -INSERT INTO international VALUES (1,'Auth/SMB/Login',1,'SMB Authentication Login Template',1078854992,NULL); -INSERT INTO international VALUES (2,'Auth/SMB/Login',1,'The following template variables are available for SMB Authentication Login templates. \r\n
A loop containing visible and required profile fields for registration
profile.formElement
Form element for visible or required profile field
profile.formElement.label
Default text label for profile form element
login.url
URL for the login page
login.label
Default text label for login page link.
create.message
Any message returned by the system. Usually displays after the form is submitted.
create.form.ldapId
Default ldapId form field
create.form.ldapId.label
Default text for ldapId form field
create.form.password
Default password form field
create.form.password.label
Default text for password form fieldlogin.form.header
\r\n
The required form elements that go at the top of the login page.
login.form.hidden
Hidden form fields required for form submission
login.form.footer
The required form elements that go after the login page form.login.form.submit
The default submit button for the login form.
login.form.username
Default username form field
login.form.username.label
Default text for username form field
login.form.password
Default password form field
login.form.password.label
Default text for password form field
title
Default page title \r\nlogin.message
',1078854992,NULL); -INSERT INTO international VALUES (1,'Auth/LDAP/Login',1,'LDAP Authentication Login Template',1078854953,NULL); -INSERT INTO international VALUES (2,'Auth/LDAP/Login',1,'The following template variables are available for LDAP Authentication Login templates. \r\n
Any message returned by the system. Usually displays after the form is submitted.
anonymousRegistration.isAllowed
Flag indicating whether or not anoymous registrations are allowed
createAccount.url
URL for the anonymous registration page
createAccount.label
Default label for the anonymous registration linklogin.form.header
\r\n
The required form elements that go at the top of the login page.
login.form.hidden
Hidden form fields required for form submission
login.form.footer
The required form elements that go after the login page form.login.form.submit
The default submit button for the login form.
login.form.username
Default username form field
login.form.username.label
Default text for username form field
login.form.password
Default password form field
login.form.password.label
Default text for password form field
title
Default page title \r\nlogin.message
',1078854953,NULL); -INSERT INTO international VALUES (1,'Auth/WebGUI/Login',1,'WebGUI Authentication Login Template',1078854830,NULL); -INSERT INTO international VALUES (2,'Auth/WebGUI/Login',1,'The following template variables are available for WebGUI Authentication Login templates. \r\n
Any message returned by the system. Usually displays after the form is submitted.
anonymousRegistration.isAllowed
Flag indicating whether or not anoymous registrations are allowed
createAccount.url
URL for the anonymous registration page
createAccount.label
Default label for the anonymous registration linklogin.form.header
\r\n
The required form elements that go at the top of the login page.
login.form.hidden
Hidden form fields required for form submission
login.form.footer
The required form elements that go after the login page form.login.form.submit
The default submit button for the login form.
login.form.username
Default username form field
login.form.username.label
Default text for username form field
login.form.password
Default password form field
login.form.password.label
Default text for password form field
title
Default page title \r\nlogin.message
',1078854830,NULL); -INSERT INTO international VALUES (1,'Auth/SMB/Account',1,'SMB Authentication Display Account Template',1078853113,NULL); -INSERT INTO international VALUES (2,'Auth/SMB/Account',1,'The following template variables are available for the SMB Authentication Display Account templates. \r\n
Any message returned by the system. Usually displays after the form is submitted.
anonymousRegistration.isAllowed
Flag indicating whether or not anoymous registrations are allowed
createAccount.url
URL for the anonymous registration page
createAccount.label
Default label for the anonymous registration link
recoverPassword.isAllowed
Flag indicating whether or not password recovery is enabled
recoverPassword.url
URL for the password recovery page.
recoverPassword.label
Default label for the password recovery linkaccount.form.karma
A read only form property displaying the amount of karma a user has. Karma is a configurable user setting that is turned off by default \r\naccount.form.karma.label
Internationalized text label for the karma form value \r\naccount.options
',1078853113,NULL); -INSERT INTO international VALUES (1,'Auth/LDAP/Account',1,'LDAP Authentication Display Account Template',1078852969,NULL); -INSERT INTO international VALUES (2,'Auth/LDAP/Account',1,'The following template variables are available for the LDAP Authentication Display Account templates. \r\n
Links list of options which allow users to turn on Admin, view and edit profile, view the messageLog, etc.
displayTitle
Page title
account.message
Any message returned by the system. Usually displays after the form is submitted.account.form.karma
A read only form property displaying the amount of karma a user has. Karma is a configurable user setting that is turned off by default \r\naccount.form.karma.label
Internationalized text label for the karma form value \r\naccount.options
',1078852969,NULL); -INSERT INTO international VALUES (1,'Auth/WebGUI/Account',1,'WebGUI Authentication Display Account Template',1078852836,NULL); -INSERT INTO international VALUES (2,'Auth/WebGUI/Account',1,'The following template variables are available for WebGUI Authentication Display Account templates. \r\n
Links list of options which allow users to turn on Admin, view and edit profile, view the messageLog, etc.
displayTitle
Page title
account.message
Any message returned by the system. Usually displays after the form is submitted.account.form.header
\r\n
The required form elements that go at the top of the display account page.
account.form.footer
The required form elements that go after the display account page form.account.form.karma
A read only form property displaying the amount of karma a user has. Karma is a configurable user setting that is turned off by default \r\naccount.form.karma.label
Internationalized text label for the karma form value \r\naccount.form.submit
The default submit button for the display account form.
account.options
Links list of options which allow users to turn on Admin, view and edit profile, view the messageLog, etc.
displayTitle
Page title\r\naccount.message
',1078852836,NULL); -INSERT INTO international VALUES (1098,'WebGUI',1,'Navigation, Add/Edit',1078208044,NULL); -INSERT INTO international VALUES (1093,'WebGUI',1,'
Any message returned by the system. Usually displays after the form is submitted.
account.form.username
Default username form field
account.form.username.label
Default text for username form field
account.form.password
Default password form field
account.form.password.label
Default text for password form field
account.form.passwordConfirm
Default password confirm form field
account.form.passwordConfirm.label
Default text for password confirm form field
account.noform
Indicates whether or not the display account form has any visible fields
account.nofields
Default display in the case that there are no form elements to displayEdit Navigation lets you add and edit what are essentially \'menu templates\' -- they define what pages\' Menu Names should be included in a menu based (sometimes) on where that menu appears.
\r\nIdentifier
\r\n
This is the (unique) label you will later use to specify this Navigation definition in a ^Navigation(); macro.Base Page
\r\n\r\n
This identifies the spot in the Page Tree where the macro should commence listing pages. The first three choices will create \'absolute\' menus -- ones which will display the same pages no matter which page you use the macro from.The next four create \'relative\' menus -- ones in which the items which will be displayed depend on the location in the page tree of the page in which you use the macro.
\r\nUse the \'Add new value\' option if you want to specify a custom starting page. You can refer to a starting page by its urlized title or its pageId.
\r\nReturn a Loop With
\r\n
This determines which pages relative to the base page will be included in the menu which the macro creates.\r\n
\r\n- daughters - pages below the base page \r\n
- sisters - pages at the same level as the base page, excluding the base page itself. \r\n
- self and sisters - all pages at the same level as the base page. \r\n
- descendants - all the descendants of base page (daughters, granddaughters, grand-granddaughters, etc) \r\n
- self and descendants - base page and all of it\'s descendants. \r\n
- childless descendants - The \"leaf nodes\" under base page. Also called \"terminal nodes\" -- i.e. pages that have no daughters. \r\n
- generation - base page, it\'s sisters, it\'s cousins, grand cousins, grand-grand cousins, etc. Technically spoken: Pages that share the same depth as \"base page\". \r\n
- ancestors - all base page ancestors, starting with it\'s mother, then grandmother, etc, up to the root page. \r\n
- self and ancestors - same as ancestors but starting at base page. \r\n
- pedigree - This is what we know as the \"FlexMenu\". Starting at base page, it returns its daughters, self and sisters, ancestors and the sisters of each ancestor.
Stop traversing when reaching level
\r\n
This allows you to prune a menu -- in either direction -- when it reaches a specific level in the page tree. It\'s slightly different in effect than...Max Depth
\r\n
...which allows you to prune a menu -- in either direction -- when it reaches a number of levels in the page tree. \'Stop Traversing\' is absolute; \'Max Depth\' is relative. Presumably, if you set both, whichever one takes effect first will be the active limit (that is, they\'re OR\'d together).Show System Pages
\r\n
Should the menus the macro creates include System pages?
System pages: Trash, clipboard, page not found, etc.Show Hidden Pages
\r\n
Should the menus the macro creates include pages which are marked as Hidden?Show Unpriviliged Pages
\r\n
Should the menus the macro creates include pages which the currently logged-in user does not have the privilige to view?Template
\r\n
This menu permits you to select a template which is used to style the output created by the macro -- if you need the same collection of pages in multiple formats, you\'ll need to create multiple Navigation entries with (slightly) different names; the Copy Navigation button is useful for this.Revert Output
\r\n
When this option is switched on, the menu will be in reverse order.Preview
',1078461049,NULL); -INSERT INTO international VALUES (1094,'WebGUI',1,'Navigation, Manage',1078208044,NULL); -INSERT INTO international VALUES (1095,'WebGUI',1,'
The Preview button allows you to view a navigation setup without actually saving it.The general idea behind the navigation system is that instead of
\r\n
hardwiring all the various choices you might make into the code, the
system manages a \'library\' of these styles, just the way it does with
Snippets, Images, Templates, Page Styles, and other types of reusable
information. You can create a new \'nav menu style\', give it a name,
and then use it anywhere on your site that you like.The navigation system consists of two parts:
\r\n\r\n
\r\n- The navigation editor
\r\n- The ^Navigation(); macro
The easiest way to add a completely new menu to your site is to put a ^Navigation(myMenu); macro into your style.
\r\n
A \"edit myMenu\" link will be displayed if \"myMenu\" is not defined.Note: In this example \"myMenu\" is used, but you can pick any name, as long as it is unique.
',1078462928,NULL); -INSERT INTO international VALUES (1096,'WebGUI',1,'Navigation Template',1078207966,NULL); -INSERT INTO international VALUES (1097,'WebGUI',1,'config.button
A \"Edit / Manage\" button for this navigation item.
\r\npage_loop
\r\n
A loop containing page information.\r\n\r\npage.menuTitle
\r\n
The menu title of this page.page.title
\r\n
The title of this page.page.urlizedTitle
\r\n
The urlized title of this pagepage.url.page.url
\r\n
The url of this page.page.pageId
\r\n
The pageId of this page.page.parentId
\r\n
The ParentId of this page.page.ownerId
\r\n
The ownerId of this page.page.synopsis
\r\n
The synopsis of this page.page.newWindow
\r\n
A condition indicating whether this page should be opened in a new window.page.absDepth
\r\n
The absolute depth of this page (relative to nameless root).page.relDepth
\r\n
The relative depth of this page (relative to starting point).page.isCurrent
\r\n
A condition indicating whether this page is current page.page.isHidden
\r\n
A condition indicating whether this page is a hidden page.
(Note: This variable is only visible if \"Show hidden pages\" is switched on.)page.isSystem
\r\n
A condition indicating whether this page is a system page (Trash, Clipboard, etc).
(Note: This variable is only visible if \"Show system pages\" is switched on.)page.isViewable
\r\n
A condition indicating whether the user has permission to view it.
(Note: This variable is only visible if \"Show unprivileged pages\" is switched on.)page.indent
\r\n
A variable containing the indent for current page. The default indent is three spaces. Use the page.indent_loop if you need a more flexible indent.page.indent_loop
\r\n
A loop that runs page.relDepth times.\r\n\r\nindent
A number representing the loop count.page.isRoot
\r\n
A condition indication whether this page is a root page.page.isTop
\r\n
A condition indication whether this page is a top page (daughter of root).page.hasDaughter
\r\n
A condition indication whether this page has a daughter. In other words: It evaluates to true if this page is a mother.page.isMyDaughter
\r\n
A condition indication whether this page is a daughter of current page.page.isMyMother
\r\n
A condition indication whether this page is the mother of current page.page.mother.title
\r\n
The title of the mother of this page.page.mother.urlizedTitle
\r\n
The urlized title of the mother of this page.page.mother.pageId
\r\n
The pageId of the mother of this page.page.mother.parentId
\r\n
The parentId of the mother of this page.page.depthIs1 , page.depthIs2 , page.depthIs3 , page.depthIs4 , page.depthIsN
\r\n
A condition indicating whether the depth of this page is N. This variable is useful if you want to style a certain level.<tmpl_if page.depthIs1>
\r\n
<img src=\"level1.gif\">
<tmpl_else>
<img src=\"defaultBullet.gif\">
</tmpl_if>page.relativeDepthIs1 , page.relativeDepthIs2 , page.relativeDepthIs3 , page.relativeDepthIsN
A condition indicating whether the relative depth of this page is N.',1078207966,NULL); -INSERT INTO international VALUES (1092,'WebGUI',3,'
Het volgende is een lijst met variabelen die beschikbaar zijn in dit sjabloon:
\r\ntitle
\r\n
\r\nDe standaard titel van dit verslag.answer.label
\r\n
\r\nHet standaard label voor answer_loop.response.count.label
\r\n
\r\nHet standaard label voor response.count.response.percent.label
\r\n
\r\nHet standaard label voor response.percent.show.responses.label
\r\n
\r\nHet standaard label dat reacties weergeeft.show.comments.label
\r\n
\r\nHet standaard label dat commentaar weergeeft.question_loop
\r\n
\r\nEen loop die vragen bevat.\r\n',1078761321,NULL); -INSERT INTO international VALUES (1090,'WebGUI',3,'question
\r\n
\r\nDe vraag zelf.question.id
\r\n
\r\nDe unieke identificator van deze vraag.question.isRadioList
\r\n
\r\nEen boolean die aangeeft of het antwoord op deze vraag een radio lijst is.question.response.total
\r\n
\r\nHet totale aantal reacties op dit antwoord.question.allowComment
\r\n
\r\nEen boolean die aangeeft of commentaar op deze vraag is toegestaan.answer_loop
\r\n
\r\nEen loop die de antwoorden en reacties op deze vraag bevat.\r\n\r\nanswer.isCorrect
\r\n
\r\nEen boolean die aangeeft of dit antwoord als correct is aangeduid.answer
\r\n
\r\nHet antwoord zelfanswer.response.count
\r\n
\r\nHet totale aantal reacties dat gegeven is op dit antwoord.answer.response.percent
\r\n
\r\nHet percentage reacties dat gegeven is op dit antwoord.comment_loop
\r\n
\r\nEen loop die al het commentaar op dit antwoord bevat.\r\n\r\nanswer.comment
\r\n
\r\nEen commentaar.Het volgende is een lijst met de variabelen die beschikbaar zijn voor het weergeven van een enkele reactie.
\r\ntitle
\r\n
\r\nDe standaard titel voor dit verslag.delete.url
\r\n
\r\nHet URL voor het verwijderen van deze reactie.delete.label
\r\n
\r\nHet standaard label voor delete.url.start.date.label
\r\nHet standaard label voor start.date.human.\r\nstart.date.epoch
\r\n
\r\nDe epoch representatie van het tijdsstip waarop deze gebruiker begon met de reactie op de enquête.start.date.human
\r\n
\r\nDe normaal leesbare representatie van de datum waarop deze gebruiker begon met de reactie op de enquête.start.time.human
\r\n
\r\nDe normaal leesbare representatie van de tijd waarop deze gebruiker begon met de reactie op de enquête.end.date.label
\r\n
\r\nHet standaard label voor end.date.human.end.date.epoch
\r\n
\r\nDe epoch representatie van het tijdsstip waarop deze gebruiker de reactie op de enquête beëindigde.end.date.human
\r\n
\r\nDe normaal leesbare representatie van de datum waarop deze gebruiker de reactie op de enquête af had.end.time.human
\r\n
\r\nDe normaal leesbare representatie van de tijd waarop deze gebruiker de reactie op de enquête af hadduration.label
\r\n
\r\nHet standaard label voor de duur.duration.minutes
\r\n
\r\nHet aantal minuten dat het kostte om deze enquête volledig in te vullen.duration.minutes.label
\r\n
\r\nEen label voor \"minuten\".duration.seconds
\r\n
\r\nDe overblijvende seconden van de berekening van duration.minutes.duration.seconds.label
\r\nEen label voor \"seconden\".\r\nanswer.label
\r\n
\r\nHet standaard label voor question.answer.response.label
\r\n
\r\nHet standaard label voor question.label.comment.label
\r\n
\r\nHet standaard label voor question.comment.question_loop
\r\n
\r\nEen loop die de lijst van vragen in deze reactie laat zien.\r\n',1078760440,NULL); -INSERT INTO international VALUES (1088,'WebGUI',3,'question
\r\n
\r\nDe vraag zelf.question.id
\r\n
\r\nDe unieke identificator van deze vraag.question.isRadioList
\r\n
\r\nEen boolean die aangeeft of de antwoorden op deze vraag een radio lijst zijn.question.response
\r\n
\r\nDe reactie van de gebruiker op deze vraag.question.comment
\r\n
\r\nHet eventuele commentaar van de gebruiker op deze vraag.question.isCorrect
\r\n
\r\nEen boolean die aangeeft of de gebruiker de vraag correct heeft beantwoord.question.answer
\r\n
\r\nHet correcte antwoord op deze vraag.De volgende sjabloon variabelen zijn beschikbaar in het waarderingsoverzicht verslag van de enquête.
\r\ntitle
\r\n
\r\nDe standaard titel van het verslag.question.count
\r\n
\r\nHet aantal vragen in de enquête.response.user.label
\r\n
\r\nHet standaard label voor response.user.name.response.count.label
\r\n
\r\nHet standaard label voor response.count.correct.response.percent.label
\r\n
\r\nHet standaard label voor response.percent.response_loop
\r\n
\r\nEen loop die een lijst met reacties bevat.\r\n',1078758161,NULL); -INSERT INTO international VALUES (1091,'WebGUI',3,'Statistisch Overzicht Verslag Sjabloon',1078757654,NULL); -INSERT INTO international VALUES (1089,'WebGUI',3,'Enquête Reactie Sjabloon',1078757603,NULL); -INSERT INTO international VALUES (1087,'WebGUI',3,'Waarderingsoverzicht Verslag Sjabloon',1078757560,NULL); -INSERT INTO international VALUES (1086,'WebGUI',3,'response.url
\r\n
\r\nHet URL waar deze reactie bekeken kan worden.response.user.name
\r\n
\r\nDe gebruikersnaam van de gebruiker die deze reactie heeft gegeven.response.count.correct
\r\n
\r\nHet totale aantal vragen dat deze gebruiker juist heeft beantwoord.response.percent
\r\n
\r\nHet percentage vragen dat deze gebruiker juist heeft beantwoord.Veel wobjecten hebben pagina afbreek mogelijkheden. Alhoewel sommige wobjecten hiervoor hun eigen variabelen hebben, gebruiken de meeste een gewone set variabelen. Dat zijn deze:
\r\npagination.firstPage
\r\n
\r\nEen link naar de eerste pagina in de paginalijst.pagination.lastPage
\r\n
\r\nEen link naar de laatste pagina in de paginalijst.pagination.nextPage
\r\n
\r\nEen link naar de volgende pagina in de paginalijst, relatief ten opzichte van de huidige pagina.pagination.previousPage
\r\n
\r\nEen link naar de vorige pagina in de paginalijst, relatief ten opzichte van de huidige pagina.pagination.pageNumber
\r\n
\r\nHet huidige pagina nummerpagination.pageCount
\r\n
\r\nHet totale aantal paginas.pagination.pageCount.isMultiple
\r\n
\r\nEen boolean die aangeeft of er meer dan één is.pagination.pageList
\r\n
\r\nEen lijst met links naar elke pagina in de paginalijst.pagination.pageList.upTo20
\r\n
\r\nEen lijst links van de 20 dichtstbijzijnde paginas in de paginalijst, relatief ten opzichte van de huidige pagina. Dus als men zich op pagina 60 bevindt, zullen links getoond worden voor pagina 50 tot 70.pagination.pageList.upTo10
',1078757384,NULL); -INSERT INTO international VALUES (1085,'WebGUI',3,'Pagina Afbreek Sjabloon Variabelen',1078756394,NULL); -INSERT INTO international VALUES (71,'WSClient',3,'
\r\nEen lijst links van de 10 dichtstbijzijnde paginas in de paginalijst, relatief ten opzichte van de huidige pagina. Dus als men zich op pagina 20 bevindt, zullen links getoond worden voor pagina 15 tot 25.Een Web Services Client stelt een gebruiker in staat tot het doorzoeken van data van elke SOAP server waar de gebruiker toegang heeft. Dit wobject is onder ontwikkeling en dient niet toegankelijk te zijn voor onbetrouwbare pagina beheerders.
\r\nSOAP URI/WSDL
\r\n
\r\nVan de SOAP::Lite handleiding: \"URI\'s zijn alleen indentificatoren. Ze kunnen er wel als URL\'s uitzien, maar ze kunnen niet overal heen wijzen en zouden niet als pointers gebruikt moeten worden. URI\'s gaan ervan uit dat ze uniek zijn binnen de ruimte van alle XML documenten, beschouw ze dus als unieke identificatoren en niet anders.\" Als een URI gespecificeerd wordt is moet daar waarschijnlijk ook een proxy voor nodig zijn. Er kan ook een WSDL bestand gespecificeerd worden in plaats van een URI. DIt bestand verwijst naar een echte locatie waar een SOAP dienst beschrijving gedownload en gebruikt kan worden. Voor onze doeleinden moet het bestand op \".wsdl\" eindigen voor goede herkenning. Als een WSDL bestand gebruikt wordt, is het waarschijnlijk niet nodig een proxy te specificeren.SOAP Proxy
\r\n
\r\nDe SOAP proxy is de volledige naam van de server en of script dat uitkijkt naar SOAP oproepen. Bijvoorbeeld:
\r\nhttp://mydomain.com/cgi-bin/soaplistener.plSOAP Methode/Oproepen
\r\n
\r\nDe SOAP methode is de naam van de functie die aangeroepen moet worden door de SOAP server. Hierbij kan elke extra parameter uit de SOAP Call Parameters veld hieronder meegenomen worden.SOAP Call Parameters (SOAP Oproep Parameters)
\r\n
\r\nAls de SOAP oproep enige extra parameters vereist, voeg deze dan toe als een geldig perl hash, array of scalar. Bijvoorbeeld:\'userid\' => \'12\', companyid => \'^FormParam(\"companyid\"); Whether you need to use scalar, hash or array is entirely dependent on what your SOAP service expects as input. Likewise, what you get back is entirely dependent on what the service deems to return.\'\r\nStandaard uitvoeren?
\r\n
\r\nLaat dit op ja staan tenzij de pagina zichzelf oproept met extra parameters. Waarschijnlijk is het bekend of/wanneer standaard uitvoeren uitgezet moet worden. Voor het forceren van uitvoering wanneer het standaard uitezet is, geef een formulier variabele \"targetWobjects, met een gespecificeerde SOAP oproep naam.Sjabloon
\r\n
\r\nKies een layout voor deze SOAP client.Macros voorverwerken bij zoekopdracht?
\r\n
\r\nAls er WebGUI macros gebruikt worden in de zoekopdracht zal het gwenst zijn dit vak aan te vinken.Breek pagina af na
\r\n
\r\nHoeveel rijen moeten weergegeven worden voordat de resultaten verdeeld worden over verschillende paginas. Met andere woorden, hoeveel rijen moeten er per pagina getoond worden.Afbreek variabele
\r\n
\r\nOmdat een SOAP oproep complexe data structuren kan geven, is het nodig de afbreek variabele te specificeren. Indien er geen variabele is gespecificeerd zullen er geen resultaten over verschillende paginas verdeeld worden.Debug?
\r\n
\r\nAls het gewenst is debug-en foutmeldingen getoond worden op de pagina, vink dan dit vak aan.utf8 decoderen?
',1078756355,NULL); -INSERT INTO international VALUES (94,'USS',3,'
\r\nDeze optie zal alleen getoond worden als Data::Structure::Util geïnstalleerd is. SOAP opgeroepen geven zelfs utf8 strings terug als ze zelf geen utf8 karakters bevatten. Dit converteert utf8 karakters zodat er geen botsingen plaatsvinden met andere karakter sets, die in de koptekst van de pagina gespecificeerd zijn. Decoderen is standaard uitgeschakeld, maar probeer het als er rare dingen zichtbaar worden, vooral bij de weergave van copyright symbolen en dergelijke.De volgende sjabloon variabelen zijn beschikbaar bij het bouwen van de bijdrage formulier sjablonen.
\r\nsubmission.isNew
\r\n
\r\nEen conditie die aangeeft of dit een nieuwe bijdrage is.link.header.label
\r\n
\r\nEen koptekst die de gebruiker vertelt dat deze een link bewerkt.question.header.label
\r\n
\r\nEen koptekst die de gebruiker vertelt dat deze een vraag bewerkt.submission.header.label
\r\n
\r\nEen koptekst die de gebruiker vertelt dat deze een bijdrage bewerkt.user.isVisitor
\r\n
\r\nEen conditie die aangeeft of de huidige gebruiker een bezoeker is.visitorName.label
\r\n
\r\nEen label voor de visitorName.form variabele.visitorName.form
\r\n
\r\nEen tekst veld dat een bezoeker (een niet ingelogde gebruiker) in staat stelt hun eigen naam in te voeren in plaats van compleet anoniem bij te dragen.form.header
\r\n
\r\nAlle benodigde informatie die de inhoud van het formulier naar WebGUI stuurt.url.label
\r\n
\r\nEen algemeen label voor een URL veld.newWindow.label
\r\n
\r\nEen algemeen label voor een veld dat de gebruiker vraagt of die links in een nieuw pop up venster moet openen.userDefined1.form - userDefined5.form
\r\n
\r\nEen serie van algemene tekst velden die gebruikt kunnen worden voor het uitbreiden van de functionaliteit van USS.userDefined1.form.yesNo - userDefined5.form.yesNo
\r\n
\r\nJa / Nee versies van de velden die door de gebruiker zijn gedefiniëerd.userDefined1.form.textarea - userDefined5.form.textarea
\r\n
\r\nTekstgebied versies die door de gebruiker zijn gedefiniëerd.userDefined1.value - userDefined5.value
\r\n
\r\nDe grove waarden die door de gebruiker zijn gedefiniëerd.question.label
\r\n
\r\nEen label dat de gebruiker aanspoort tot het invoeren van een vraag.title.label
\r\n
\r\nEen label dat de gebruiker aanspoort tot het invoeren van een titel.title.form
\r\n
\r\nEen tekst veld voor titels of kopteksten voor elke bijdrage.title.form.textarea
\r\n
\r\nEen tekstgebied versie Van het title.form veld.title.value
\r\n
\r\nDe grove waarde van het titel veld.body.label
\r\n
\r\nEen label voor de body.form variabele.answer.label
\r\n
\r\nEen ander label voor de body.form variabele.description.label
\r\n
\r\nEen ander label voor de body.form variabele.body.form
\r\n
\r\nEen HTML Gebied veld dat de gebruiker toestaat beschrijvende inhoud in te voeren voor deze bijdrage.body.value
\r\n
\r\nDe grove inhoud van het body.form veld.body.form.textarea
\r\n
\r\nEen tekstgebied versie van body.form.image.label
\r\n
\r\nEen label voor de image.form variabele.image.form
\r\n
\r\nEen veld dat de gebruiker in staat stelt een afbeelding van zijn/haar harde schijf te gebruiken.attachment.label
\r\n
\r\nEen label voor de attachment.form variabele.attachment.form
\r\n
\r\nEen veld dat de gebruiker in staat stelt een bestand van zijn/haar harde schijf bij te voegen aan deze bijdrage.contentType.label
\r\n
\r\nEen label voor de contentType.form variabele.contentType.form
\r\n
\r\nEen veld dat de gebruiker in staat stelt het type inhoud te selecteren dat in het form.body veld gebruikt wordt.form.submit
\r\n
\r\nEen submit knop.form.footer
',1078753052,NULL); -INSERT INTO international VALUES (89,'Survey',3,'
\r\nDe onderkant van het formulier.De volgende sjabloon variabelen zijn beschikbaar voor Enquêtes.
\r\nquestion.add.url
\r\n
\r\nHet URL waar een nieuwe vraag aan de enquête toegevoegd kan worden.question.add.label
\r\nHet standaard label voor question.add.url.\r\nuser.canTakeSurvey
\r\n
\r\nEen boolean die aangeeft of de huidige gebruiker de rechten heeft tot het meedoen aan de enquête.form.header
\r\n
\r\nDe vereiste formulier elementen die bovenaan de vragen van de enquête staan.form.footer
\r\n
\r\nDe vereiste formulier elementen die onderaan de vragen van de enquête staan.form.submit
\r\n
\r\nDe standaard submit knop voor reacties op de enquête.questions.sofar.label
\r\n
\r\nHet standaard label in de enquête voor de indicatie van hoeveel vragen op dat moment zijn beantwoord.start.newresponse.label
\r\n
\r\nHet standaard label voor start.newresponse.url.start.newresponse.url
\r\n
\r\nHet URL waar een nieuwe reactie kan worden gemaakt, nadat de gebruiker de enquête al heeft ingevuld.thanks.survey.label
\r\n
\r\nEen bericht dat de gebruiker bedankt voor het volledig invullen van de enquête.thanks.quiz.label
\r\n
\r\nEen bericht dat de gebruiker bedankt voor het volledig invullen van de quiz.questions.total
\r\n
\r\nHet totale aantal vragen in de enquête.questions.correct.count.label
\r\n
\r\nHet standaard label voor questions.correct.count.questions.correct.percent.label
\r\n
\r\nHet standaard label voor questions.correct.percent.mode.isSurvey
\r\n
\r\nEen boolean die aangeeft of men zich in de enquête of de quiz mode bevindt.survey.noprivs.label
\r\n
\r\nEen bericht dat de gebruiker meedeelt dat deze niet de benodigde privileges heeft voor deelname aan de enquête.quiz.noprivs.label
\r\n
\r\nEen bericht dat de gebruiker meedeelt dat deze niet de benodigde privileges heeft voor deelname aan de quiz.response.id
\r\n
\r\nDe unieke id voor de huidige reactie van deze gebruiker.response.count
\r\n
\r\nHet aantal reacties dat deze gebruiker heeft gegeven op deze enquête.user.isFirstResponse
\r\n
\r\nEen boolean die aangeeft of dit de eerste reactie is van deze gebruiker.user.canRespondAgain
\r\n
\r\nEen boolean die aangeeft of het de gebruiker toegestaan is nog een keer een reactie te geven op deze enquête.questions.sofar.count
\r\n
\r\nHet aantal vragen van de enquête dat tot dat moment is beantwoord.questions.correct.count
\r\n
\r\nHet aantal vragen dat tot dat moment correct zijn beantwoord in de quiz.questions.correct.percent
\r\n
\r\nHet percentage vragen dat tot dat moment correct zijn beantwoord in de quiz.response.isComplete
\r\n
\r\nEen boolean die aangeeft of de gebruiker alle vragen van de enquête heeft beantwoord.question_loop
\r\n
\r\nEen loop die de vragen voor de enquête reacties bevat.\r\n
\r\nquestion.question
\r\nDe echte vraag van de enquête.question.allowComment
\r\n
\r\nEen boolean die aangeeft of deze vraag commentaar toestaat of niet.question.id
\r\n
\r\nDe unieke id van deze vraag.question.comment.field
\r\n
\r\nHet veld in het formulier waar commentaar op deze vraag kan worden ingevuld.question.comment.label
\r\n
\r\nHet standaard label voor question.comment.field.question.answer.field
\r\n
\r\nHet veld in het formuler dat alle mogelijke antwoorden op deze vraag bevat.question.edit_loop
\r\n
\r\nEen loop die alle vragen van de enquête met bewerk mogelijkheden bevat.\r\n',1078750943,NULL); -INSERT INTO international VALUES (91,'Survey',3,'question.edit.controls
\r\n
\r\nEen taakbalk die gebruikt kan worden om deze vraag te bewerken.question.edit.question
\r\n
\r\nDe vraag die bewerkt moet worden.question.edit.id
\r\n
\r\nDe unieke id van deze vraag.De volgende sjabloon variabelen zijn beschikbaar in alle enquête sjablonen
\r\nuser.canViewReports
\r\n
\r\nEen boolean die aangeeft of de gebruiker de prvileges heeft voor het bekijken van enquête verslag.delete.all.responses.url
\r\n
\r\nDit URL zal alle reacties op deze enquête verwijderen.delete.all.responses.label
\r\n
\r\nHet standaard label van delete.all.responses.url.export.answers.url
\r\n
\r\nHet URL waar een tab delimited bestand gemaakt kan worden dat alle antwoorden op de vragen in de enquête bevat.export.answers.label
\r\n
\r\nHet standaard label voor export.answers.url.export.questions.url
\r\n
\r\nHet URL waar een tab delimited bestand gemaakt kan worden dat alle vragen in de enquête bevat.export.questions.label
\r\n
\r\nHet standaard label voor export.questions.url.export.responses.url
\r\n
\r\nHet URL waar een tab delimited bestand gemaakt kan worden dat alle reacties op de vragen op de enquête bevat.export.responses.label
\r\n
\r\nHet standaard label voor export.responses.urlexport.composite.url
\r\n
\r\nHet URL waar een tab delimited bestand gemaakt kan worden dat een samengesteld overzicht bevat van alle data in deze enquête.export.composite.label
\r\n
\r\nHet standaard label voor export.composite.url.report.gradebook.url
\r\n
\r\nHet URL waar het verslag van de beoordelingen van deze quiz bekeken kunnen worden.report.gradebook.label
\r\n
\r\nHet standaard label voor report.gradebook.url.report.overview.url
\r\n
\r\nHet URL waar een statistisch overzicht van deze enquête bekeken kan worden.report.overview.label
\r\n
\r\nHet standaard label voor report.overview.url.survey.url
\r\n
\r\nHet URL waar de enquête bekeken kan worden. Normaal wordt dit gebruikt om terug te gaan naar de enquête nadat een verslag is bekeken.survey.label
',1078747012,NULL); -INSERT INTO international VALUES (90,'Survey',3,'Standaard Variabelen van het Enquête Sjabloon',1078744637,NULL); -INSERT INTO international VALUES (88,'Survey',3,'Enquête Sjabloon',1078744547,NULL); -INSERT INTO international VALUES (1068,'WebGUI',3,'
\r\nHet standaard label voor survey.url.De volgende variabelen zijn beschikbaar voor het zoek sjabloon.
\r\ncallback.url
\r\n
\r\nEeen url dat naar het benoemde object wijst, zoals enen artikel of een gebruikers bijdrage.callback.label
\r\n
\r\nHet standaard label van callback.url.form.begin
\r\n
\r\nDe kop van het zoek formulier.search.label
\r\n
\r\nHet standaard label voor de zoek pagina.all.label
\r\n
\r\nHet standaard label voor all.form.all.form
\r\n
\r\nHet formulier voor zoeken op alle woorden.exactphrase.label
\r\n
\r\nHet standaard label voor exactphrase.form.exactphrase.form
\r\n
\r\nHet formulier element voor zoeken naar een exacte zin(snede).without.label
\r\n
\r\nHet standaard label voor without.form.without.form
\r\n
\r\nHet formulier element voor zoeken op woorden die niet in de tekst gevonden kunnen wordenatleastone.label
\r\n
\r\nHet standaard label voor atleastone.form.atleastone
\r\n
\r\nHet formulier element voor zoeken waarbij minstens \r\n1 van de opgegeven woorden in de tekst moet voorkomen.results.label
\r\n
\r\nHet standaard label voor results.form.results.form
\r\n
\r\nHet formulier element waar geselcteerd kan worden hoeveel resultaten er per pagina gegeven moeten worden.form.search
\r\n
\r\nDe zoek knop.form.end
\r\n
\r\nDe afsluiting onderaan het formulier.thread.list.url
\r\n
\r\nEen url dat teruggaat naar de lijst met draden (ook bekend als forum).thread.list.label
\r\n
\r\nHet standaard label voor thread.list.url.post.subject.label
\r\n
\r\nHet standaard label voor de onderwerp kolom.post.date.label
\r\n
\r\nHet standaard label voor de datum kolom.post.user.label
\r\n
\r\nhet standaard label voor de auteur kolom.post_loop
\r\n
\r\nEen loop die alle zoek resultaten bevat.\r\n\r\npost.subject
\r\n
\r\nHet onderwerp van de post.post.url
\r\n
\r\nHet url waar de post bekeken kan worden.post.epoch
\r\n
\r\nDe epoch datum van de post.post.date
\r\n
\r\nEen normaal leesbare datum van de post.post.time
\r\n
\r\nEen normaal leesbare tijd van de post.post.user.id
\r\n
\r\nDe gebruikers identificatie van de plaatser van de post.post.user.name
\r\n
\r\nDe gebruikersnaam van de plaatser van de post.post.user.profile
\r\n
\r\nHet url van het profiel van de plaatser van de post.firstpage
\r\n
\r\nEen link naar de eerste pagina in een lijst met meer paginas.lastpage
\r\n
\r\nEen link naar de laatste pagina in een lijst met meer paginas.nextpage
\r\n
\r\nEen link naar de volgende pagina in een lijst met meer paginas.previouspage
\r\n
\r\nEen link naar de vorige pagina in een lijst met meer paginas.multiplepages
\r\n
\r\nEen conditie die aangeeft of er meer paginas zijn of niet.numberOfPages
\r\n
\r\nHet aantal paginas in een lijst met meer paginas.pageNumber
',1078495810,NULL); -INSERT INTO international VALUES (1066,'WebGUI',3,'
\r\nHet nummer van de pagina in een lijst met meer paginas.Dit zijn de sjabloon variabelen, die beschikbaar zijn voor het post formulier sjabloon.
\r\nnewpost.header
\r\n
\r\nHet standaard label voor de kop van dit formulier.newpost.isNewThread
\r\n
\r\nEen conditie die aangeeft of deze post een nieuwe draad is.newpost.isReply
\r\n
\r\nEen conditie die aangeeft of deze post een reactie is.N.B.: Wanneer de post een reactie is zullen de sjabloon variabelen van het post sjabloon worden bijgevoegd en gevuld worden met de data van het originele bericht.
\r\nnewpost.isEdit
\r\n
\r\nEen conditie die aangeeft of deze post een bewerkte bestaande post is.user.isvisitor
\r\n
\r\nEen conditie die aangeeft of de huidige gebruiker een bezoeker is.newpost.isNewMessage
\r\n
\r\nEen conditie die eigenlijk het tegenovergestelde van newpost.isEdit is.form.begin
\r\n
\r\nDe kop van het formulier.sticky.label
\r\n
\r\nHet standaard label voor sticky.form.sticky.form
\r\n
\r\nEen formulier element dat de draad bovenaan de lijst laat staan.subscribe.label
\r\n
\r\nHet standaard label voor subscribe.form.subscribe.form
\r\n
\r\nEeen formulier element dat men in staat stelt bij te dragen aan de draad.lock.label
\r\n
\r\nhet standaard label voor lock.form.lock.form
\r\n
\r\nEen formulier element dat de draad afsluit.contentType.label
\r\n
\r\nHet standaard label voor contentType.formcontentType.form
\r\n
\r\nEen formulier element waar men kan selecteren welk type inhoud wordt gepost.user.isModerator
\r\n
\r\nEen conditie die aangeeft of de huidige gebruiker een moderator is.allowReplacements
\r\n
\r\nEen conditie die aangeeft of vervangingen in dit formulier toegestaan zijn.message.label
\r\n
\r\nHet standaard label voor message.form.message.form
\r\n
\r\nhet formulier element waar de gebruiker het bericht in kan voeren.visitorName.label
\r\n
\r\nHet standaard label voor visitorName.form.visitorName.form
\r\n
\r\nEen formulier element waar een bezoeker een naam in kan vullen die bij het bericht wordt weergegeven.form.submit
\r\n
\r\nDe toevoeg knop van het formulier.subject.label
\r\n
\r\nHet standaard label voor subject.form.subject.form
\r\n
\r\nEen formulier element dat de gebruiker in staat stelt een onderwerp in te vullen.form.end
',1078495766,NULL); -INSERT INTO international VALUES (1061,'WebGUI',3,'
\r\nDe afsluiting onderaan het formulier.Dit zijn de sjabloon variabelen voor het draad sjabloon.
\r\ncallback.url
\r\n
\r\nEen url dat naar het benoemde object wijst, zoals een artikel of een gebruikers bijdrage.callback.label
\r\n
\r\nHet standaard label van callback.url.user.canpost
\r\n
\r\nEen conditie die aangeef of de huidige gebruiker een nieuw bericht kan posten.user.isVisitor
\r\n
\r\nEen conditie die aangeeft dat de gebruiker een bezoeker is.user.isModerator
\r\n
\r\nEen conditie die aangeeft dat de gebruiker een moderator is.user.isSubscribed
\r\n
\r\nEen conditie die aangeeft of de huidige gebruiker bijdraagt aan deze draad.thread.layout.nested.label
\r\n
\r\nHet standaard label voor thread.layout.nested.url.thread.layout.nested.url
\r\n
\r\nEen url dat de layout van de draad verandert in genest.thread.layout.flat.label
\r\n
\r\nHet standaard label voor thread.layout.flat.url.thread.layout.flat.url
\r\n
\r\nEen url dat de layout van de draad verandert in flat.thread.layout.threaded.label
\r\n
\r\nHet standaard label voor thread.layout.threaded.url.thread.layout.threaded.url
\r\n
\r\nEen url dat de layout van de draad verandert in threaded.thread.layout.isThreaded
\r\n
\r\nEen conditie die aangeeft of de draad layout threaded is.thread.layout.isNested
\r\n
\r\nEen conditie die aangeeft of de draad layout genest is.thread.layout.isFlat
\r\n
\r\nEen conditie die aangeeft of de draad layout flat is.thread.subscribe.url
\r\n
\r\nEen url dat de gebruiker laat bijdragen aan deze draad.thread.subscribe.label
\r\n
\r\nHet standaard label voor thread.subscribe.url.thread.unsubscribe.url
\r\n
\r\nEen url dat de gebruiker stopt met bijdragen aan deze draad.thread.unsubscribe.label
\r\n
\r\nHet standaard label voor thread.unsubscribe.url.thread.isSticky
\r\n
\r\nEen conditie die aangeeft of de draad bovenaan blijft staan.thread.stick.url
\r\n
\r\nEen url dat deze draad bovenaan zet.thread.stick.label
\r\n
\r\nHet standaard label voor thread.stick.url.thread.unstick.url
\r\n
\r\nEen url dat deze draad laat ophouden met bovenaan staan.thread.unstick.label
\r\n
\r\nHet standaard label voor thread.unstick.url.thread.isLocked
\r\n
\r\nEen conditie die aangeeft of deze draad is afgesloten.thread.lock.url
\r\n
\r\nEen url dat deze draad afsluit.thread.lock.label
\r\n
\r\nHet standaard label voor thread.lock.urlthread.unlock.url
\r\n
\r\nEen url dat deze draad heropend.thread.unlock.label
\r\n
\r\nHet standaard label voor thread.unlock.urlpost_loop
\r\n
\r\nEen loop die alle posts in deze draad bevat.\r\n\r\npost.indent_loop
\r\n
\r\nEen loop de gebruikt wordt voor inspringen.depth
\r\n
\r\nEen geheel getal dat de diepte aangeeft. Niet echt nuttig, alleen hier om de loop te vullen.post.indent.depth
\r\n
\r\nEen geheel getal dat aangeeft hoeveel niveaus diep deze post zich bevindt.post.isCurrent
\r\n
\r\nEen conditie die aangeeft of deze post geselecteerd is om door de gebruiker bekeken te worden.N.B.: Alle variablen van het post sjabloon zijn hier ook beschikbaar.
\r\nthread.subject.label
\r\n
\r\nHet standaard label voor onderwerpen.thread.date.label
\r\n
\r\nHet standaard label voor data.thread.user.label
\r\n
\r\nHet standaard label voor auteurs.thread.new.url
\r\n
\r\nEen url waar een nieuw url gemaakt kan worden.thread.new.label
\r\n
\r\nHet standaard label voor thread.new.url.thread.previous.url
\r\n
\r\nEen url dat de vorige draad weergeeft.thread.previous.label
\r\n
\r\nHet standaard label voor thread.previous.url.thread.next.url
\r\n
\r\nEen url dat de volgende draad weergeeft.thread.next.label
\r\n
\r\nHet standaard label voor thread.next.url.thread.list.url
\r\n
\r\nEen url die de gebruiker terugbrengt naar de lijst van draden (ook bekend als forum).thread.list.label
\r\n
\r\nHet standaard label voor thread.list.url.forum.title
\r\n
\r\nDe titel van dit forum zoals gegeven door het aanroepende object.forum.description
',1078495727,NULL); -INSERT INTO international VALUES (1059,'WebGUI',3,'
\r\nDe beschrijving van dit forum zoals gegeven door het aanroepende object.Hieronder staan de sjabloon variabelen die beschikbaar zijn in het post sjabloon.
\r\ncallback.url
\r\n
\r\nEeen url dat naar het benoemde object wijst, zoals een artikel of een gebruikers bijdrage.callback.label
\r\n
\r\nHet standaard label van callback.url.post.subject.label
\r\n
\r\nHet standaard label voor post.subjectpost.subject
\r\n
\r\nHet onderwerp van deze post.post.message
\r\n
\r\nHet bericht van deze post.user.canPost
\r\n
\r\nEen conditie die aangeeft of de huidige gebruiken een nieuw bericht kan posten.post.date.value
\r\n
\r\nEen normaal leesbare datum van deze post.post.date.epoch
\r\n
\r\nDe epoch datum van deze post.post.time.value
\r\n
\r\nEen normaal leesbare tijd van deze postpost.date.label
\r\n
\r\nHet standaard label voor post.date.value.post.rating.value
\r\n
\r\nDe gemiddelde waardering voor deze post.post.rating.label
\r\n
\r\nHet standaard label voor post.rating.value.post.views.value
\r\n
\r\nHet aantal bezichtigingen van deze post.post.views.label
\r\n
\r\nHet standaard label voor post.views.value.post.status.value
\r\n
\r\nDe status van deze post.post.status.label
\r\n
\r\nHet standaard label voor post.status.value.post.isLocked
\r\n
\r\nEen conditie die aangeeft of de draad, waar deze post toe behoort, is afgesloten.post.isModerator
\r\n
\r\nEen conditie die aangeeft of de huidige gebruiker een moderator is.post.canEdit
\r\n
\r\nEen conditie die aangeeft of de huidige gebruiker deze post kan bewerken.post.user.isVisitor
\r\n
\r\nEen conditie die aangeeft of de plaatser van de post een bezoeker was.post.user.id
\r\n
\r\nDe gebruikers identificatie van de plaatser van de post.post.user.name
\r\n
\r\nDe gebruikersnaam van de plaatser van de post.post.user.profile
\r\n
\r\nHet url van het profiel van de plaatser van de post.post.url
\r\n
\r\nHet url om de post weer te geven.post.id
\r\n
\r\nDe unieke identificatie van deze post.post.rate.label
\r\n
\r\nHet standaard label voor post.rate.url.1.post.rate.url.1
\r\n
\r\nHet url waar men deze post een waardering van 1 kan geven.post.rate.url.2
\r\n
\r\nHet url waar men deze post een waardering van 2 kan geven.post.rate.url.3
\r\n
\r\nHet url waar men deze post een waardering van 3 kan geven.post.rate.url.4
\r\n
\r\nHet url waar men deze post een waardering van 4 kan geven.post.rate.url.5
\r\n
\r\nHet url waar men deze post een waardering van 5 kan geven.post.hasRated
\r\n
\r\nEen conditie die aangeeft of de gebruiker deze post al een waardering heeft gegeven.post.reply.label
\r\n
\r\nHet standaard label voor post.reply.urlpost.reply.url
\r\n
\r\nHet url waar men op deze post kan reageren.post.reply.withquote.url\r\nHet url waar men op deze post kan reageren en hierbij de post kan citeren.
\r\npost.edit.label
\r\n
\r\nHet standaard label voor post.edit.url.post.edit.url
\r\n
\r\nHet url waar men deze post kan bewerken.post.delete.url
\r\n
\r\nHet url waar men deze post kan verwijderen.post.delete.label
\r\n
\r\nHet standaard label voor post.delete.url.post.approve.label
\r\n
\r\nHet standaard label voor post.approve.url.post.approve.url
\r\n
\r\nHet url waar men deze post kan goedkeuren.post.deny.url
\r\n
\r\nHet url waar men deze post kan afkeuren.post.deny.label
\r\n
\r\nHet standaard label voor post.deny.url.post.full
\r\n
\r\nDe volledige post na verwerking door het post sjabloon. Dit zou nooit direct in het post sjabloon gebruikt worden, maar wordt vaak gebruikt in andere sjablonen die de variabelen van het post sjabloon gebruiken.forum.title
\r\n
\r\nDe titel van dit forum zoals gegeven door het aanroepende object.forum.description
',1078495675,NULL); -INSERT INTO international VALUES (1057,'WebGUI',3,'
\r\nDe beschrijving van dit forum zoals gegeven door het aanroepende object.De volgende sjabloon variabelen zijn beschikbaar in forum sjablonen.
\r\ncallback.url
\r\n
\r\nEeen url dat naar het benoemde object wijst, zoals enen artikel of een gebruikers bijdrage.callback.label
\r\n
\r\nHet standaard label van callback.url.user.isVisitor
\r\n
\r\nEen conditie die aangeeft dat de gebruiker een bezoeker is.thread.new.url
\r\n
\r\nHet url waar een nieuwe draad gestart kan worden.thread.new.label
\r\n
\r\nHet standaard label voor thread.new.url.forum.search.label
\r\n
\r\nHet standaard label voor forum.search.url.forum.search.url
\r\n
\r\nHet url om de forum zoek machine binnen te komen.forum.subscribe.label
\r\n
\r\nHet standaard label voor forum.subscribe.urlforum.subscribe.url
\r\n
\r\nHet url waar men zich kan inschrijven voor het forum.forum.unsubscribe.label
\r\n
\r\nHet standaard label voor forum.unsubscribe.url.forum.unsubscribe.url
\r\n
Het url waar men zich kan uitschrijven van het forum.user.isSubscribed
\r\n
\r\nEen conditie die aangeeft of de huidige gebruiker bijdraagt aan dit forum.user.isModerator
\r\n
\r\nEen conditie die aangeeft of de huidige gebruiker aan dit forum kan modereren.user.canPost
\r\n
\r\nEen conditie die aaangeeft of de huidige gebruiker de privileges heeft die nodig zijn om op dit forum te kunnen posten.thread.sortby.date.url
\r\n
\r\nEen url dat de sorteer opties zal veranderen in sorteer op datum.thread.sortby.lastreply.url
\r\n
\r\nEen url dat de sorteer opties op sorteren op de datum van de laatste reactie zal zetten.thread.sortby.views.url
\r\n
\r\nEen url dat de sorteer opties op sorteren op het aantal bezoeken dat de draad heeft gehad zal zetten.thread.sortby.replies.url
\r\n
\r\nEen url dat de sorteer opties op sorteren per aantal reacties per draad zal zetten.thread.sortby.rating.url
\r\n
\r\nEen url dat de sorteer opties op sorteren op de gemiddelde waardering per draad zal zetten.thread.subject.label
\r\n
\r\nEen label voor de onderwerp kolom.thread.date.label
\r\n
\r\nEen label voor de datum kolom.thread.user.label
\r\n
\r\nEen label voor de auteur kolom.thread.views.label
\r\n
\r\nEen label voor de bezichtigingen kolom.thread.replies.label
\r\n
\r\nEen label voor de reactie kolom.thread.rating.label
\r\n
\r\nEen label voor de waardering kolom.thread.last.label
\r\n
\r\nEen label voor de laatste reactie kolom.firstpage
\r\n
\r\nEen link naar de eerste pagina in een lijst met meer paginas.lastpage
\r\n
\r\nEen link naar de laatste pagina in een lijst met meer paginas.nextpage
\r\n
\r\nEen link naar de volgende pagina in een lijst met meer paginas.pagelist
\r\n
\r\nEen serie van links naar elke pagina in een lijst met meer paginas.previouspage
\r\n
\r\nEen link naar de vorige pagina in een lijst met meer paginas.multiplepages
\r\n
\r\nEen conditie die aangeeft of er meer paginas zijn of niet.numberOfPages
\r\n
\r\nHet aantal paginas in een lijst met meer paginas.pageNumber
\r\n
\r\nHet nummer van de huidige pagina in een lijst met meer paginas.thread_loop
\r\n
\r\nEen loop die alle data van een draad bevat.\r\n',1078495543,NULL); -INSERT INTO international VALUES (1055,'WebGUI',3,'thread.views
\r\n
\r\nHet aantal bezichtigingen dat deze draad heeft gekregen.thread.replies
\r\n
\r\nHet aantal reacties dat deze draad heeft gekregen.thread.rating
\r\n
\r\nDe gemiddelde waardering van alle posts in deze draad.thread.rating_loop
\r\n\r\n\r\nthread.rating_loop.count
\r\n
\r\nEen teller voor de waardering. Dit kan gebruikt worden om een waardering te \"tekenen\", zoals een ster voor elke waardering of een andere visuele benadering.threas.isSticky
\r\n
\r\nEen conditie die aangeeft of een draad bovenaan de forum lijst blijft staan.thread.isLocked
\r\n
\r\nEen conditie die aangeeft of het forum is afgesloten van nieuwe posts.thread.root.subject
\r\n
\r\nHet onderwerp van de originele post.thread.root.url
\r\n
\r\nHet url waarop de originele post bekeken kan worden.thread.root.epoch
\r\n
\r\nEen epoch datum van de originele postthread.root.date
\r\n
\r\nEen normaal leesbare datum van de originele post.thread.root.time
\r\n
\r\nEen normaal leesbare tijd van de originele post.thread.root.user.id
\r\n
\r\nDe identificatie van de plaatser van de originele postthread.root.user.name
\r\n
\r\nDe gebruikersnaam van de plaatser van de originele post.thread.root.user.profile
\r\n
\r\nHet url van het profiel van de plaatser van de originele post.thread.root.user.isVisitor
\r\n
\r\nEen conditie die aangeeft of de plaatser van de originele post een bezoeker was.thread.root.status
\r\n
\r\nDe status van de originele post.thread.last.subject
\r\n
\r\nHet onderwerp van de laaste post die aan deze draad is toegevoegd.thread.last.url
\r\n
\r\nHet url van de laatste post.thread.last.epoch
\r\n
\r\nDe tijd van plaatsing van de laatste post als epoch.thread.last.date
\r\n
\r\nDe normaal leesbare datum van de laatste post.thread.last.time
\r\n
\r\nDe normaal leesbare tijd van de laatste post.thread.last.user.profile
\r\n
\r\nHet url van het profiel van de plaatser van de laatste post.thread.last.user.id
\r\n
\r\nDe gebruikers identificatie van de plaatser van de laatste post.thread.last.user.name
\r\n
\r\nDe gebruikersnaam van de plaatser van de laatste post.thread.last.user.isVisitor
\r\n
\r\nEen conditie die aangeeft of de plaatser van de laatste post een bezoeker was.thread.last.status
\r\n
\r\nDe status van de laatste post.forum.title
\r\n
\r\nDe titel van dit forum zoals gegeven door het aanroepende object.forum.desciption
\r\n
\r\nDe beschrijving van dit forum zoals gegeven door het aanroepende object.WebGUI heeft een erg krachtig ingebouwd dicussie systeem. Het kan aan alles verbonden worden en is verbonden aan veel wobjecten.
\r\nForums (ook bekend als discussies) hebben veel instelbare eigenschappen. Het volgende is een veelomvattende lijst:
\r\nSjabloon Forum
\r\n
\r\nEen sjabloon dat de layout van het forum bepaalt.Sjabloon Draad
\r\n
\r\nEen sjabloon dat de layout van de draad bepaalt.Sjabloon Post
\r\n
\r\nEen sjabloon dat de layout van posts bepaalt.Sjabloon Zoeken
\r\n
\r\nEen sjabloon dat de layout van de zoekmachine en zoekresultaten bepaaltSjabloon Post Formulier
\r\n
\r\nEen sjabloon dat het formulier bepaalt dat gebruikers zien wanneer ze een nieuw berichten plaatsen.Sjabloon Bekendmaking
\r\n
\r\nEen sjabloon dat de layout van bijdrage bekendmakings berichten (die aan gebruikers gestuurd worden) bepaald.Archiveren Na
\r\n
\r\nAls een draad geen bericht meer heeft gehad na dit interval is afgelopen, zal het gelabeld worden als \"Gearchiveerd\" en alleen toegankelijk zijn via de zoekmachine.Tijdslimiet Bewerken
\r\n
\r\nHet tijdsinterval waarin de gebruiker de mogelijkheid heeft zijn/haar bericht te bewerken nadat het bericht in eerste instantie was geplaatst.N.B.: Zet deze limiet niet te hoog. Een van de goede kanten van discussies is dat ze een nauwkeurig bijhouden wie wat zegt. Als bewerken is toegestaan gedurende een lange periode, heeft de gebruiker een kans om terug te gaan en zijn/haar mening aan te passen lang nadat de originele stelling geplaatst was.
\r\nBewerkingsnotities toevoegen aan posts?
\r\n
Wanneer dit op ja staat zal iedere keer dat de post bewerkt wordt een string onderaan de post toegevoegd worden.Rich edit toestaan?
\r\n
\r\nGebruikers kunnen een rich editor gebruiken voor hun posts als dit op ja staat.Vervangingen toestaan?
\r\n
\r\nGebruikers kunnen vervangingen gebruiken in hun posts als dit op ja staat. vervangingen kunnen beheerd worden vanuit de instellingen.Posts Filtreren
\r\n
\r\nSelecteer de typen inhoud die uit een post van een gebruiker gefiltreerd moeten worden.Posts per pagina
\r\n
\r\nHet aantal posts op een enkele pagina.Wie kan posten?
\r\n
\r\nEen groep die nieuwe berichten mag posten.Posts modereren?
\r\n
\r\nWanneer dit op ja staat zullen posts standaard op wachten worden gezet en niet getoond worden totdat een moderator het bericht goedkeurd.Wie kan modereren?
',1078495341,NULL); -INSERT INTO international VALUES (1084,'WebGUI',3,'Standaard',1078492560,NULL); -INSERT INTO international VALUES (1083,'WebGUI',3,'Nieuwe Inhoud',1078492462,NULL); -INSERT INTO international VALUES (1082,'WebGUI',3,'Klembord',1078492450,NULL); -INSERT INTO international VALUES (1081,'WebGUI',3,'Admin Stijl',1078492426,NULL); -INSERT INTO international VALUES (1080,'WebGUI',3,'Admin stijl gebruiken?',1078492412,NULL); -INSERT INTO international VALUES (1079,'WebGUI',3,'Printbare Stijl',1078492395,NULL); -INSERT INTO international VALUES (1078,'WebGUI',3,'Er is al een gebruiker op dit systeem met het ingevoerde email adres. Druk op \"Bewaren\" als het nog steeds gewenst is deze gebruiker aan te maken.',1078492379,NULL); -INSERT INTO international VALUES (1077,'WebGUI',3,'De functie die aangeroepen wordt is niet beschikbaar voor deze identificatie module.',1078492282,NULL); -INSERT INTO international VALUES (1076,'WebGUI',3,'WebGUI Database',1078492152,NULL); -INSERT INTO international VALUES (1073,'WebGUI',3,'Stijl Sjabloon',1078492127,NULL); -INSERT INTO international VALUES (1072,'WebGUI',3,'Het email adres is al in gebruik. Gebruik alstublieft een ander email adres.',1078492114,NULL); -INSERT INTO international VALUES (1071,'WebGUI',3,'Env HTTP Host',1078492076,NULL); -INSERT INTO international VALUES (1070,'WebGUI',3,'Configureer Sitenaam',1078492060,NULL); -INSERT INTO international VALUES (1069,'WebGUI',3,'De te gebruiken host',1078492018,NULL); -INSERT INTO international VALUES (1067,'WebGUI',3,'Forum Zoek Sjabloon',1078491992,NULL); -INSERT INTO international VALUES (1065,'WebGUI',3,'Forum Bericht Formulier Sjabloon',1078491965,NULL); -INSERT INTO international VALUES (1064,'WebGUI',3,'Voeg een bericht toe',1078491933,NULL); -INSERT INTO international VALUES (1063,'WebGUI',3,'
\r\nEen groep die berichten mag modereren.Dit zijn de variabelen die beschikbaar zijn in het forum aankondigings sjabloon:
\r\nnotify.subscription.message
\r\n
\r\nEen bericht dat stelt dat de gebruiker het bericht ontvangt, omdat deze zich heeft ingeschrijven voor het forum of de draad.N.B.: Het aankondigings sjabloon bevat ook alle variabelen van het bericht sjabloon.
\r\n',1078491202,NULL); -INSERT INTO international VALUES (1062,'WebGUI',3,'Forum Aankondigings Sjabloon',1078490878,NULL); -INSERT INTO international VALUES (1060,'WebGUI',3,'Forum Draad Sjabloon',1078490850,NULL); -INSERT INTO international VALUES (1058,'WebGUI',3,'Forum Bericht Sjabloon',1078490828,NULL); -INSERT INTO international VALUES (1056,'WebGUI',3,'Forum Sjabloon',1078490793,NULL); -INSERT INTO international VALUES (1054,'WebGUI',3,'Forum (Discussie) Eigenschappen',1078489042,NULL); -INSERT INTO international VALUES (1053,'WebGUI',3,'Beheer Vervangingen',1078489020,NULL); -INSERT INTO international VALUES (1052,'WebGUI',3,'Bewerk Vervanging',1078489006,NULL); -INSERT INTO international VALUES (1051,'WebGUI',3,'Vervang Door',1078488992,NULL); -INSERT INTO international VALUES (1050,'WebGUI',3,'Zoek Naar',1078488976,NULL); -INSERT INTO international VALUES (1049,'WebGUI',3,'Vervangings ID',1078488965,NULL); -INSERT INTO international VALUES (1048,'WebGUI',3,'Vervangingen beheren',1078488952,NULL); -INSERT INTO international VALUES (1047,'WebGUI',3,'Voeg een vervanging toe.',1078488934,NULL); -INSERT INTO international VALUES (1046,'WebGUI',3,'Gearchiveerd',1078488906,NULL); -INSERT INTO international VALUES (1045,'WebGUI',3,'Genest',1078488892,NULL); -INSERT INTO international VALUES (1044,'WebGUI',3,'Zoek Sjabloon',1078488879,NULL); -INSERT INTO international VALUES (1043,'WebGUI',3,'Archiveren Na',1078488866,NULL); -INSERT INTO international VALUES (1042,'WebGUI',3,'Berichten Per Pagina',1078488852,NULL); -INSERT INTO international VALUES (1041,'WebGUI',3,'Van slot halen',1078488830,NULL); -INSERT INTO international VALUES (1040,'WebGUI',3,'Afsluiten',1078488818,NULL); -INSERT INTO international VALUES (1039,'WebGUI',3,'Terug',1078488777,NULL); -INSERT INTO international VALUES (1038,'WebGUI',3,'Niet meer bovenaan laten staan',1078488768,NULL); -INSERT INTO international VALUES (1037,'WebGUI',3,'Laat bovenaan staan',1078488730,NULL); -INSERT INTO international VALUES (1036,'WebGUI',3,'Draden',1078488717,NULL); -INSERT INTO international VALUES (1035,'WebGUI',3,'Aankondigings Sjabloon',1078488707,NULL); -INSERT INTO international VALUES (1034,'WebGUI',3,'Reactie Formulier Sjabloon',1078488469,NULL); -INSERT INTO international VALUES (1033,'WebGUI',3,'Reactie Sjabloon',1078488452,NULL); -INSERT INTO international VALUES (1032,'WebGUI',3,'Draad Sjabloon',1078488282,NULL); -INSERT INTO international VALUES (1031,'WebGUI',3,'Forum Sjabloon',1078488267,NULL); -INSERT INTO international VALUES (1028,'WebGUI',3,'Reacties beheren?',1078488252,NULL); -INSERT INTO international VALUES (1027,'WebGUI',3,'Vervangingen toestaan?',1078488216,NULL); -INSERT INTO international VALUES (1026,'WebGUI',3,'Rich edit toestaan?',1078488201,NULL); -INSERT INTO international VALUES (1023,'WebGUI',3,'Stop met bijdragen aan de discussie',1078488186,NULL); -INSERT INTO international VALUES (1022,'WebGUI',3,'Doe mee aan de discussie',1078488085,NULL); -INSERT INTO international VALUES (1021,'WebGUI',3,'Waardeer Bericht',1078488043,NULL); -INSERT INTO international VALUES (1020,'WebGUI',3,'Waardering',1078488031,NULL); -INSERT INTO international VALUES (1019,'WebGUI',3,'Terug naar draad lijst',1078488020,NULL); -INSERT INTO international VALUES (1018,'WebGUI',3,'Begin een nieuwe draad',1078488002,NULL); -INSERT INTO international VALUES (1013,'WebGUI',3,'Bovenaan laten staan?',1078487987,NULL); -INSERT INTO international VALUES (1012,'WebGUI',3,'Deze draad afsluiten',1078487950,NULL); -INSERT INTO international VALUES (1011,'WebGUI',3,'Code',1078487929,NULL); -INSERT INTO international VALUES (1010,'WebGUI',3,'Tekst',1078487918,NULL); -INSERT INTO international VALUES (1009,'WebGUI',3,'HTML',1078487910,NULL); -INSERT INTO international VALUES (1008,'WebGUI',3,'Tekst en HTML gemengd',1078487901,NULL); -INSERT INTO international VALUES (1007,'WebGUI',3,'Type Inhoud',1078487881,NULL); -INSERT INTO international VALUES (1006,'WebGUI',3,'Login coderen?',1078487871,NULL); -INSERT INTO international VALUES (1005,'WebGUI',3,'SQL Zoekopdracht',1078487854,NULL); -INSERT INTO international VALUES (1004,'WebGUI',3,'Hoe lang moeten externe groepen in het cache worden opgeslagen?',1078487841,NULL); -INSERT INTO international VALUES (9,'WSClient',3,'Debug?',1078487801,NULL); -INSERT INTO international VALUES (8,'WSClient',3,'Macros voorverwerken bij zoekopdracht?',1078487790,NULL); -INSERT INTO international VALUES (72,'WSClient',3,'Sjabloon Web Services Client',1078487757,NULL); -INSERT INTO international VALUES (61,'WSClient',3,'Web Services Client, Toevoegen/Bewerken',1078487737,NULL); -INSERT INTO international VALUES (5,'WSClient',3,'SOAP Oproep Parameters',1078487565,NULL); -INSERT INTO international VALUES (4,'WSClient',3,'SOAP Methode/Oproep',1078487545,NULL); -INSERT INTO international VALUES (35,'WSClient',3,'Debug: Geen sjabloon gespecificeerd, het standaard sjabloon wordt gebruikt.',1078487519,NULL); -INSERT INTO international VALUES (32,'WSClient',3,'Debug: Er is een fout opgetreden: Kon niet verbinden met de SOAP server.',1078487473,NULL); -INSERT INTO international VALUES (31,'WSClient',3,'Debug: Er is een fout opgetreden: Er was een probleem met de SOAP oproep.',1078487426,NULL); -INSERT INTO international VALUES (30,'WSClient',3,'Debug: Er is een fout opgetreden: De gespecificeerde URI/WSDL is van een onjuist formaat.',1078487376,NULL); -INSERT INTO international VALUES (3,'WSClient',3,'SOAP Proxy',1078487300,NULL); -INSERT INTO international VALUES (26,'WSClient',3,'Kon niet verbinden met de SOAP server.',1078487286,NULL); -INSERT INTO international VALUES (25,'WSClient',3,'Er is een probleem met de SOAP oproep:',1078487263,NULL); -INSERT INTO international VALUES (24,'WSClient',3,'SOAP return is van het type:',1078487237,NULL); -INSERT INTO international VALUES (23,'WSClient',3,'De URI/WSDL die gespecificeerd is, is van een onjuist formaat.',1078487117,NULL); -INSERT INTO international VALUES (22,'WSClient',3,'Parse error in de SOAP parameters',1078487067,NULL); -INSERT INTO international VALUES (21,'WSClient',3,'Er zijn geen resultaten gevonden voor deze zoekopdracht.',1078486985,NULL); -INSERT INTO international VALUES (20,'WSClient',3,'Bewerk Web Services Client',1078486948,NULL); -INSERT INTO international VALUES (2,'WSClient',3,'SOAP URI of WSDL',1078486929,NULL); -INSERT INTO international VALUES (16,'WSClient',3,'HTTP Koptekst Overschrijving',1078486899,NULL); -INSERT INTO international VALUES (15,'WSClient',3,'utf8 data decoderen?',1078486820,NULL); -INSERT INTO international VALUES (14,'WSClient',3,'Pagina afbreekvariabele',1078486793,NULL); -INSERT INTO international VALUES (13,'WSClient',3,'Breek pagina af na',1078486747,NULL); -INSERT INTO international VALUES (12,'WSClient',3,'Msg bij geen resultaten',1078486734,NULL); -INSERT INTO international VALUES (11,'WSClient',3,'Standaard uitvoeren?',1078486660,NULL); -INSERT INTO international VALUES (1,'WSClient',3,'Web Services Client',1078486644,NULL); -INSERT INTO international VALUES (93,'USS',3,'Submissie Formulier Sjabloon',1078486545,NULL); -INSERT INTO international VALUES (88,'USS',3,'Reeks',1078486518,NULL); -INSERT INTO international VALUES (87,'USS',3,'Submissie Formulier Sjabloon',1078486421,NULL); -INSERT INTO international VALUES (82,'USS',3,'Aflopend',1078486395,NULL); -INSERT INTO international VALUES (81,'USS',3,'Oplopend',1078486382,NULL); -INSERT INTO international VALUES (80,'USS',3,'Sorteer volgorde',1078486365,NULL); -INSERT INTO international VALUES (79,'USS',3,'Sorteer op',1078486334,NULL); -INSERT INTO international VALUES (78,'USS',3,'Datum is updated',1078486269,NULL); -INSERT INTO international VALUES (35,'Navigation',3,' Specificeer alstublieft een identificator. Dat wil zeggen ^Navigation(myMenu);',1078486194,NULL); -INSERT INTO international VALUES (33,'Navigation',3,'Er is een fout opgetreden: Deze identificator is al in gebruik. Gebruik altublieft een unieke waarde.',1078485796,NULL); -INSERT INTO international VALUES (29,'Navigation',3,'Ga terug naar de ouput',1078485598,NULL); -INSERT INTO international VALUES (28,'Navigation',3,'Geef een loop met',1078485502,NULL); -INSERT INTO international VALUES (3,'SyndicatedContent',3,'Maximum Aantal Koppen',1078484534,NULL); -INSERT INTO international VALUES (29,'IndexedSearch',3,'Zoek sjabloon',1078484166,NULL); -INSERT INTO international VALUES (28,'IndexedSearch',3,'Dit is de lijst met sjabloon variabelen, die beschikbaar zijn voor zoek sjablonen:
\r\nquery
\r\n
\r\nBevat de waarde van de query formulier variabele.
\r\nDe allWords, atLeastOne, exactPhrase en without waarden zijn verbonden aan deze variabele.queryHighlighted
\r\n
\r\nHetzelfde als query maar dan gehighlight.allWords
\r\n
\r\nBevat de waarde van de allWords formulier variabele.atLeastOne
\r\n
\r\nBevat de waarde van de atLeastOne formulier variabele.exactPhrase
\r\n
\r\nBevat de waarde van de exactPhrase formulier variabele.without
\r\n
\r\nBevat de waarde van de without formulier variabele.duration
\r\n
\r\nDe duur van het zoekproces in seconden.numberOfResults
\r\n
\r\nHet aantal resultatenstartNr
\r\n
\r\nHet nummer van het eerste zoekresultaat op de paginaendNr
\r\n
\r\nHet nummer van het laatste zoekresultaat op de paginasubmit
\r\n
\r\nEen knop in het formulier met erop het woord \"Zoeken\".wid
\r\n
\r\nHet wobject Id van dit wobject.resultsLoop
\r\n
\r\nEen loop die de zoekresultaten bevat.\r\n\r\nusername
\r\n
\r\nDe gebruikersnaam van de persoon die dit zoekresultaat heeft opgevraagd.ownerId
\r\n
\r\nHet Id van de persoon die dit zoekresultaat heeft opgevraagd.userProfile
\r\n
\r\nEen url van het profiel van de persoon die dit zoekresultaat heeft opgevraagd.header
\r\n
\r\nDe titel van het zoekresultaat. (Dit kan het onderwerp van een bericht, de vraag van een FAQ, de titel van een Artikel, etc. zijn.)body
\r\n
\r\nEen preview van de inhoud van een zoekresultaatnamespace
\r\n
\r\nDe namespace waarin dit zoek resultaat zich bevindt.location
\r\n
\r\nHet URL van dit zoek resultaat.crumbtrail
\r\n
\r\nEen kruimelspoor naar dit zoek resultaat.contentType
\r\n
\r\nHet type van dit zoek resultaat.De loops contentTypes, contentTypesSimple, languages, namespaces en users zijn er allemaal hetzelfde uit. Ze kunnen gebruikt worden voor het maken van een selectie lijst, radio lijst of check lijst zodat gebruikers hun zoekopdracht kunnen verfijnen.
\r\nDeze sjabloon variabelen zijn beschikbaar binnen de loops:
\r\n\r\n\r\nname
\r\n
\r\nDe (mogelijk internationale) naam van de optie.value
\r\n
\r\nDe waarde van de optieselected
\r\n
\r\nEen conditie die aangeeft of de optie wel of niet is geselecteerd.firstPage
\r\n
\r\nEen link naar de eerste pagina in het pagina overzicht.lastPage
\r\n
\r\nEen link naar de laatste pagina in het pagina overzicht.nextPage
\r\n
\r\nEen link naar de volgende pagina in het pagina overzicht.previousPage
\r\n
\r\nEen link naar de vorige pagina in het pagina overzicht.pageList
\r\n
\r\nEen lijst met links naar alle paginas in het pagina overzicht.multiplePages
\r\n
\r\nEen conditie die aangeeft of er meer dan één pagina is in het pagina overzicht.isFirstPage
\r\n
\r\nEen conditie die aangeeft of de bezoeker de eerste pagina bekijkt.isLastPage
',1078484146,NULL); -INSERT INTO international VALUES (2,'IndexedSearch',3,'Geen index gecreëerd. De scheduler moet geactiveerd worden en eerst de index maken.',1078480963,NULL); -INSERT INTO international VALUES (102,'DataForm',3,'Subtekst',1078480790,NULL); -INSERT INTO international VALUES (27,'IndexedSearch',3,'
\r\nEen conditie die aangeeft of de bezoeker de laatste pagina bekijkt.De Zoek-functie voegt geavanceerde zoek mogelijkheden toe aan uw WebGUI site.
\r\nDe te gebruiken index
\r\n
\r\nDe Zoek-functie gebruikt een index voor het verkrijgen van de resultaten. Indices worden gecreëerd door de scheduler. Er kan meer dan één index gecreëerd worden. Kies hier welke index gebruikt wordt.Zoek in
\r\n
\r\nStandaard worden alle paginas doorzocht. Dit kan gelimiteerd worden tot het doorzoeken van bepaalde pagina roots. Meer dan één keuze is toegestaan.Alleen resultaten gecreëerd door
\r\n
\r\nDe resultaten kunnen gelimiteerd worden tot objecten die door bepaalde gebruikers gecreëerd zijn. Standaard worden objecten van elke gebruiker gegeven.Alleen resultaten van bepaalde namespaces
\r\n
\r\nStandaard worden alle namespaces doorzocht. Dit kan gelimiteerd worden tot bepaalde namespaces. Een voorbeeld van het gebruik hiervan is zoeken in producten.Alleen resulaten in een bepaalde taal
\r\n
\r\nAls er een meertalige site gebruikt wordt, kan deze optie de zoekresultaten limiteren tot een bepaalde taal.Alleen resultaten van type
\r\n
\r\nDe zoekopdracht kan gelimiteerd worden tot bepaalde typen inhoud.\r\nDiscussie: Berichten in fora, discussies over artikelen of USS.\r\n\r\n
\r\nHelp: Inhoud in het online WebGUI help systeem.
\r\nPagina: Pagina titel en samenvatting
\r\nProfiel: Gebruikers profielen
\r\nWobject: Wobject Titel en Beschrijving
\r\nDetails Wobject: Alle andere wobject data. Bijvoorbeeld FAQ vragen, Kalender object, etc.\r\nSjabloon
\r\n
\r\nSelecteer een sjabloon voor de layout van de Zoek-functie. De verschillende sjablonen hebben verschillende functionaliteit.Breek pagina af na
\r\n
\r\nHet aantal resultaten dat op een pagina getoond wordt.Lengte preview context
\r\n
\r\nHet maximum aantal karakters in elk van de contect secties. Standaard is 130 karakters. Een negatieve lengte geeft de complete body, terwijl een preview lengte van nul geen preview geeft.Resulaten naar voren halen?
\r\n
\r\nAls de zoek resultaten naar voren gehaald moeten worden in de preview, vink dan dit vak aanKleur highlights
',1078414101,NULL); -INSERT INTO international VALUES (87,'Survey',3,'Klik hier voor het starten van een nieuwe reactie.',1077551335,NULL); -INSERT INTO international VALUES (86,'Survey',3,'Vooruitgang',1077551307,NULL); -INSERT INTO international VALUES (85,'Survey',3,'Vragen Per Reactie',1077551293,NULL); -INSERT INTO international VALUES (84,'Survey',3,'Maximum Aantal Reacties Per Gebruiker',1077551276,NULL); -INSERT INTO international VALUES (83,'Survey',3,'Vragen Per Pagina',1077551246,NULL); -INSERT INTO international VALUES (82,'Survey',3,'Beëindig Enquête\r\n',1077551188,NULL); -INSERT INTO international VALUES (81,'Survey',3,'Anonieme reacties?',1077551097,NULL); -INSERT INTO international VALUES (7,'SiteMap',3,'Alfabetisch?',1077551076,NULL); -INSERT INTO international VALUES (9,'Navigation',3,'sisters',1077551062,NULL); -INSERT INTO international VALUES (8,'Navigation',3,'daughters',1077551053,NULL); -INSERT INTO international VALUES (7,'Navigation',3,'mijn daughter\'s niveau (./page)',1077551039,NULL); -INSERT INTO international VALUES (6,'Navigation',3,'mijn niveau (.)',1077551009,NULL); -INSERT INTO international VALUES (5,'Navigation',3,'mijn mother\'s niveau (../page)',1077550992,NULL); -INSERT INTO international VALUES (4,'Navigation',3,'mijn grandmother\'s niveau (../../page)',1077550946,NULL); -INSERT INTO international VALUES (34,'Navigation',3,'Beheer Navigatie',1077550891,NULL); -INSERT INTO international VALUES (32,'Navigation',3,'Toon paginas zonder privileges',1077550836,NULL); -INSERT INTO international VALUES (31,'Navigation',3,'Toon verborgen paginas',1077550397,NULL); -INSERT INTO international VALUES (30,'Navigation',3,'Toon de systeem paginas',1077550383,NULL); -INSERT INTO international VALUES (3,'Navigation',3,'hoogste niveau (/home/page)',1077550354,NULL); -INSERT INTO international VALUES (27,'Navigation',3,'Maximum diepte',1077549870,NULL); -INSERT INTO international VALUES (26,'Navigation',3,'Stop doorlopen bij het bereiken van niveau',1077549850,NULL); -INSERT INTO international VALUES (25,'Navigation',3,'Begin doorlopen bij',1077549814,NULL); -INSERT INTO international VALUES (24,'Navigation',3,'Identificatie',1077549585,NULL); -INSERT INTO international VALUES (23,'Navigation',3,'Navigatie eigenschappen',1077549333,NULL); -INSERT INTO international VALUES (22,'Navigation',3,'Bewerk Navigatie',1077549313,NULL); -INSERT INTO international VALUES (21,'Navigation',3,'Maak een lijst van alle Navigatie.',1077549295,NULL); -INSERT INTO international VALUES (20,'Navigation',3,'Verwijder deze Navigatie.',1077549258,NULL); -INSERT INTO international VALUES (2,'Navigation',3,'root niveau (/home)',1077549241,NULL); -INSERT INTO international VALUES (19,'Navigation',3,'Kopië deze Navigatie.',1077549220,NULL); -INSERT INTO international VALUES (18,'Navigation',3,'Bewerk deze Navigatie.',1077549085,NULL); -INSERT INTO international VALUES (17,'Navigation',3,'pedigree',1077549065,NULL); -INSERT INTO international VALUES (16,'Navigation',3,'self en ancestors',1077549049,NULL); -INSERT INTO international VALUES (15,'Navigation',3,'ancestors',1077549036,NULL); -INSERT INTO international VALUES (13,'Navigation',3,'childless descendants',1077549023,NULL); -INSERT INTO international VALUES (12,'Navigation',3,'self en descendants',1077549007,NULL); -INSERT INTO international VALUES (11,'Navigation',3,'descendants',1077548992,NULL); -INSERT INTO international VALUES (10,'Navigation',3,'self en sisters',1077548976,NULL); -INSERT INTO international VALUES (14,'Navigation',3,'generatie',1077548863,NULL); -INSERT INTO international VALUES (1,'Navigation',3,'naamloze root',1077548804,NULL); -INSERT INTO international VALUES (79,'MessageBoard',3,'
\r\nDe kleuren die worden gebruikt om de corresponderende woorden naar voren te halen in de zoekopdracht.Een berichtenbord kan één of meer fora bevatten. Het volgende is een lijst van eigenschappen die aan elk forum gekoppeld zijn.
\r\nTitel
\r\n
\r\nDe titel van het forum.Beschrijving
\r\n
\r\nDe beschrijving van het forum.N.B.: Alle eigenschappen van het forum systeem zijn hier te vinden. Zie die help pagina voor details.
',1077548779,NULL); -INSERT INTO international VALUES (78,'MessageBoard',3,'Forum, Toevoegen/Bewerken',1077548373,NULL); -INSERT INTO international VALUES (77,'MessageBoard',3,'Bewerk Forum',1077547591,NULL); -INSERT INTO international VALUES (76,'MessageBoard',3,'Weet u zeker dat dit forum, met alle berichten die het bevat, verwijderd moet worden?',1077547576,NULL); -INSERT INTO international VALUES (75,'MessageBoard',3,'Voeg een forum toe',1077547509,NULL); -INSERT INTO international VALUES (14,'HttpProxy',3,'Stop bij',1077547493,NULL); -INSERT INTO international VALUES (13,'HttpProxy',3,'Zoek naar',1077547482,NULL); -INSERT INTO international VALUES (99,'EventsCalendar',3,'Is dit de hoofdkalender?',1077547470,NULL); -INSERT INTO international VALUES (90,'DataForm',3,'Verwijder deze aanmelding',1077547436,NULL); -INSERT INTO international VALUES (106,'DataForm',3,'Tab Sjabloon',1077547352,NULL); -INSERT INTO international VALUES (105,'DataForm',3,'Voeg een Tab toe',1077547339,NULL); -INSERT INTO international VALUES (104,'DataForm',3,'Tab',1077547316,NULL); -INSERT INTO international VALUES (103,'DataForm',3,'Voeg een nieuwe Tab toe',1077547308,NULL); -INSERT INTO international VALUES (101,'DataForm',3,'Etiket',1077547060,NULL); -INSERT INTO international VALUES (100,'DataForm',3,'Weet u zeker dat deze tab verwijderd moet worden?',1077547042,NULL); -INSERT INTO international VALUES (9,'Auth/WebGUI',3,'Wachtwoord laten verlopen bij het toevoegen van een gebruiker?',1077547002,NULL); -INSERT INTO international VALUES (8,'Auth/WebGUI',3,'Uw Wachtwoord Is Verlopen',1077546856,NULL); -INSERT INTO international VALUES (7,'Auth/WebGUI',3,'Minimaal aantal karakters dat een wachtwoord moet bevatten:',1077546829,NULL); -INSERT INTO international VALUES (6,'Auth/WebGUI',3,'Herstel Wachtwoord Toestaan?',1077546722,NULL); -INSERT INTO international VALUES (22,'Auth/WebGUI',3,'Er zijn geen velden die vernieuwd kunnen worden.',1077546694,NULL); -INSERT INTO international VALUES (21,'Auth/WebGUI',3,'Veranderen Gebruikersnaam door Gebruiker Toestaan?',1077546663,NULL); -INSERT INTO international VALUES (20,'Auth/WebGUI',3,'Veranderen Wachtwoord door Gebruiker Toestaan?',1077546616,NULL); -INSERT INTO international VALUES (19,'Auth/WebGUI',3,'Veranderen Gebruikersnaam door Gebruikers Toestaan?',1077546546,NULL); -INSERT INTO international VALUES (18,'Auth/WebGUI',3,'Veranderen Wachtwoord door Gebruikers Toestaan?',1077546487,NULL); -INSERT INTO international VALUES (17,'Auth/WebGUI',3,'Wachtwoord Vernieuwd',1077546420,NULL); -INSERT INTO international VALUES (16,'Auth/WebGUI',3,'Tijdslimiet Wachtwoord',1077546204,NULL); -INSERT INTO international VALUES (15,'Auth/WebGUI',3,'Minimum lengte wachtwoord',1077546176,NULL); -INSERT INTO international VALUES (14,'Auth/WebGUI',3,'Minimum lengte wachtwoord',1077546149,NULL); -INSERT INTO international VALUES (13,'Auth/WebGUI',3,'Herstel wachtwoord toestaan?',1077546113,NULL); -INSERT INTO international VALUES (12,'Auth/WebGUI',3,'U mag uw oude wachtwoord niet gebruiken als uw nieuwe wachtwoord.',1077545707,NULL); -INSERT INTO international VALUES (11,'Auth/WebGUI',3,'Nieuw Wachtwoord',1077545649,NULL); -INSERT INTO international VALUES (10,'Auth/WebGUI',3,'Oud Wachtwoord',1077545636,NULL); -INSERT INTO international VALUES (10,'Auth/SMB',3,'Er is geen SMB gebruikersnaam gespecificeerd.',1077545605,NULL); -INSERT INTO international VALUES (13,'Auth/LDAP',3,'Ongeldig LDAP connectie URL. Neem contact op met uw beheerder.',1077545578,NULL); -INSERT INTO international VALUES (12,'Auth/LDAP',3,'Er is geen LDAP Url gespecificeerd voor deze gebruiker.',1077545434,NULL); -INSERT INTO international VALUES (11,'Auth/LDAP',3,'Er is geen DN connectie gespecificeerd voor deze gebruiker.',1077545404,NULL); -INSERT INTO international VALUES (10,'Auth/LDAP',3,'Wachtwoord (bevestigen)',1077545350,NULL); -INSERT INTO international VALUES (981,'WebGUI',1,'Manage database links.',1056151382,NULL); -INSERT INTO international VALUES (18,'Navigation',13,'Muokkaa tätä navigointia.',1083593265,NULL); -INSERT INTO international VALUES (27,'Navigation',13,'Max syvyys',1083593246,NULL); -INSERT INTO international VALUES (24,'Navigation',13,'Tunniste',1083593222,NULL); -INSERT INTO international VALUES (23,'Navigation',13,'Navigoinnin ominaisuudet',1083593203,NULL); -INSERT INTO international VALUES (22,'Navigation',13,'Muokkaa navigointia',1083593188,NULL); -INSERT INTO international VALUES (21,'Navigation',13,'Listaa navigoinnit.',1083593172,NULL); -INSERT INTO international VALUES (19,'Navigation',13,'Kopioi tämä navigointi.',1083593157,NULL); -INSERT INTO international VALUES (20,'Navigation',13,'Poista tämä navigointi.',1083593134,NULL); -INSERT INTO international VALUES (73,'Poll',13,'Gallup mallipohja',1083593030,NULL); -INSERT INTO international VALUES (86,'Survey',13,'Eteneminen',1083592968,NULL); -INSERT INTO international VALUES (84,'Survey',13,'Max vastausta / käyttäjä',1083592916,NULL); -INSERT INTO international VALUES (83,'Survey',13,'Kysymyksiä / sivu',1083592869,NULL); -INSERT INTO international VALUES (1021,'WebGUI',13,'Arvostele viestiä',1083592730,NULL); -INSERT INTO international VALUES (1018,'WebGUI',13,'Aloita uusi ketju',1083592663,NULL); -INSERT INTO international VALUES (1020,'WebGUI',13,'Arvostelu',1083592616,NULL); -INSERT INTO international VALUES (1027,'WebGUI',13,'Salli täydennykset?',1083592553,NULL); -INSERT INTO international VALUES (1012,'WebGUI',13,'Lukitse tämä ketju?',1083592534,NULL); -INSERT INTO international VALUES (9,'WSClient',13,'Virheenselvitys?',1083592386,NULL); -INSERT INTO international VALUES (8,'WSClient',13,'Esikäsittele kyselyn makrot?',1083592364,NULL); -INSERT INTO international VALUES (9,'WobjectProxy',13,'Kumoa kuvaus?',1083592329,NULL); -INSERT INTO international VALUES (7,'WobjectProxy',13,'Kumoa otsikko?',1083592301,NULL); -INSERT INTO international VALUES (10,'WobjectProxy',13,'Kumoa mallipohja?',1083592288,NULL); -INSERT INTO international VALUES (8,'WobjectProxy',13,'Kumoa \"Näytä otsikko\"?',1083592272,NULL); -INSERT INTO international VALUES (1085,'WebGUI',13,'Sivutus mallipohjan muuttujat',1083592091,NULL); -INSERT INTO international VALUES (1084,'WebGUI',13,'Oletus',1083592066,NULL); -INSERT INTO international VALUES (1083,'WebGUI',13,'Uusi sisältö',1083592055,NULL); -INSERT INTO international VALUES (1082,'WebGUI',13,'Leikepöytä',1083592029,NULL); -INSERT INTO international VALUES (1081,'WebGUI',13,'Pääkäyttäjän tyyli',1083592018,NULL); -INSERT INTO international VALUES (1080,'WebGUI',13,'Käytätkö pääkäyttäjän tyyliä?',1083592003,NULL); -INSERT INTO international VALUES (1079,'WebGUI',13,'Tulostettava muoto',1083591955,NULL); -INSERT INTO international VALUES (1072,'WebGUI',13,'Sähköpostiosoite on jo käytössä. Käytä eri sähköpostiosoitetta.',1083591904,NULL); -INSERT INTO international VALUES (1052,'WebGUI',13,'Muokkaa täydennystä',1083591766,NULL); -INSERT INTO international VALUES (1053,'WebGUI',13,'Hallitse täydennyksiä',1083591751,NULL); -INSERT INTO international VALUES (1051,'WebGUI',13,'Korvaa tällä',1083591681,NULL); -INSERT INTO international VALUES (1026,'WebGUI',13,'Salli muotoilu?',1083591551,NULL); -INSERT INTO international VALUES (8,'Auth/WebGUI',13,'Salasanasi on vanhentunut',1078874691,NULL); -INSERT INTO international VALUES (7,'Auth/WebGUI',13,'Salasanan pituus pitää olla vähintään',1078874676,NULL); -INSERT INTO international VALUES (6,'Auth/WebGUI',13,'Salli salasanan alustus?',1078874642,NULL); -INSERT INTO international VALUES (22,'Auth/WebGUI',13,'Ei päivitettäviä kenttiä.',1078874612,NULL); -INSERT INTO international VALUES (21,'Auth/WebGUI',13,'Salli käyttäjän muuttaa käyttäjätunnus?',1078874591,NULL); -INSERT INTO international VALUES (20,'Auth/WebGUI',13,'Salli käyttäjän muuttaa salasana?',1078874562,NULL); -INSERT INTO international VALUES (19,'Auth/WebGUI',13,'Salli käyttäjän muuttaa käyttäjätunnus?',1078874534,NULL); -INSERT INTO international VALUES (18,'Auth/WebGUI',13,'Salli käyttäjän vaihtaa salasana?',1078874514,NULL); -INSERT INTO international VALUES (17,'Auth/WebGUI',13,'Salasana muutettu',1078874477,NULL); -INSERT INTO international VALUES (15,'Auth/WebGUI',13,'Salasanan min. pituus',1078874419,NULL); -INSERT INTO international VALUES (14,'Auth/WebGUI',13,'Salasanan min. pituus.',1078874394,NULL); -INSERT INTO international VALUES (13,'Auth/WebGUI',13,'Salli salasanan alustus?',1078874370,NULL); -INSERT INTO international VALUES (12,'Auth/WebGUI',13,'Et voi käyttää vanhaa salasanaasi uudestaan.',1078874345,NULL); -INSERT INTO international VALUES (11,'Auth/WebGUI',13,'Uusi salasana',1078874231,NULL); -INSERT INTO international VALUES (10,'Auth/WebGUI',13,'Vanha salasana',1078874219,NULL); -INSERT INTO international VALUES (935,'WebGUI',13,'Tallennetttava tiedosto ei ole kelvollinen teema-tiedosto.',1069777814,NULL); -INSERT INTO international VALUES (941,'WebGUI',13,'Valintaruutulista',1069777750,NULL); -INSERT INTO international VALUES (942,'WebGUI',13,'Valintanappilista',1069777729,NULL); -INSERT INTO international VALUES (943,'WebGUI',13,'Valintaruutu',1069777679,NULL); -INSERT INTO international VALUES (974,'WebGUI',13,'Voiko käyttäjät lisätä itsensä?',1069777603,NULL); -INSERT INTO international VALUES (983,'WebGUI',13,'Muokkaa tätä tietokantayhteyttä.',1069777531,NULL); -INSERT INTO international VALUES (984,'WebGUI',13,'Kopioi tämä tietokantayhteys.',1069777515,NULL); -INSERT INTO international VALUES (985,'WebGUI',13,'Poista tämä tietokantayhteys.',1069777502,NULL); -INSERT INTO international VALUES (986,'WebGUI',13,'Takaisin tietokantayhteyksiin.',1069777487,NULL); -INSERT INTO international VALUES (987,'WebGUI',13,'Poista tietokantayhteys',1069777466,NULL); -INSERT INTO international VALUES (988,'WebGUI',13,'Tahdotko varmasti poistaa tietokantayhteyden? Seuraavat osat käyttävät sitä, eivätkä toimi oikein poistamisen jälkeen:',1069777440,NULL); -INSERT INTO international VALUES (989,'WebGUI',13,'sivulla',1069777347,NULL); -INSERT INTO international VALUES (991,'WebGUI',13,'Tietokantayhteyden tunnus',1069777326,NULL); -INSERT INTO international VALUES (992,'WebGUI',13,'Otsikko',1069777299,NULL); -INSERT INTO international VALUES (891,'WebGUI',13,'Kiellä ainoastaan makrot.',1069777281,NULL); -INSERT INTO international VALUES (818,'WebGUI',13,'Deaktivoitu',1069776564,NULL); -INSERT INTO international VALUES (801,'WebGUI',13,'Wobjektin vuorovaikutukset',1069776519,NULL); -INSERT INTO international VALUES (1069,'WebGUI',13,'Käytettävä hostname',1069776319,NULL); -INSERT INTO international VALUES (993,'WebGUI',13,'DSN',1069776273,NULL); -INSERT INTO international VALUES (1011,'WebGUI',13,'Koodi',1069776171,NULL); -INSERT INTO international VALUES (1010,'WebGUI',13,'Teksti',1069776160,NULL); -INSERT INTO international VALUES (7,'SiteMap',13,'Aakkosjärjestys?',1068724340,NULL); -INSERT INTO international VALUES (1046,'WebGUI',13,'Arkistoitu',1068663769,NULL); -INSERT INTO international VALUES (1041,'WebGUI',13,'Avaa lukitus',1068663750,NULL); -INSERT INTO international VALUES (1040,'WebGUI',13,'Lukitse',1068663738,NULL); -INSERT INTO international VALUES (1044,'WebGUI',13,'Etsintäsivun mallipohja',1068663730,NULL); -INSERT INTO international VALUES (1039,'WebGUI',13,'Takaisin',1068663673,NULL); -INSERT INTO international VALUES (1043,'WebGUI',13,'Koska arkistoidaan',1068663665,NULL); -INSERT INTO international VALUES (1042,'WebGUI',13,'Postitusta/sivu',1068663629,NULL); -INSERT INTO international VALUES (898,'WebGUI',13,'Site Icon',1068663597,NULL); -INSERT INTO international VALUES (467,'WebGUI',13,'Haluatko varmasti poistaa tämän kentän ja kaiken tiedon joka on liitetty siihen?',1065224234,NULL); -INSERT INTO international VALUES (1024,'WebGUI',13,'Suodata',1065187099,NULL); -INSERT INTO international VALUES (87,'DataForm',13,'Näytä mallipohja',1065187049,NULL); -INSERT INTO international VALUES (82,'DataForm',13,'Tietolomakkeen mallipohja',1065187000,NULL); -INSERT INTO international VALUES (77,'DataForm',13,'Kentän otsikko',1065186948,NULL); -INSERT INTO international VALUES (9,'Auth/LDAP',13,'Käyttäjä RDN',1065186827,NULL); -INSERT INTO international VALUES (74,'DataForm',13,'Lähetä tiedot sähköpostilla?',1063632515,NULL); -INSERT INTO international VALUES (72,'SQLReport',1,'SQL Report Template',1082371148,''); - -- -- Table structure for table `karmaLog` -- @@ -17380,41 +1294,6 @@ CREATE TABLE karmaLog ( --- --- Table structure for table `language` --- - -CREATE TABLE language ( - languageId int(11) NOT NULL default '0', - language varchar(255) default NULL, - characterSet varchar(255) default NULL, - toolbar varchar(35) NOT NULL default 'metal', - PRIMARY KEY (languageId) -) TYPE=MyISAM; - --- --- Dumping data for table `language` --- - - -INSERT INTO language VALUES (6,'Svenska (Swedish)','ISO-8859-1','metal'); -INSERT INTO language VALUES (5,'Português (Portuguese)','ISO-8859-1','metal'); -INSERT INTO language VALUES (4,'Español (Spanish)','ISO-8859-1','spanish'); -INSERT INTO language VALUES (3,'Nederlands (Dutch)','ISO-8859-1','dutch'); -INSERT INTO language VALUES (2,'Deutsch (German)','ISO-8859-1','german'); -INSERT INTO language VALUES (1,'English','ISO-8859-1','metal'); -INSERT INTO language VALUES (21,'òÕÓÓËÉÊ (Russian)','koi8-r','iconic'); -INSERT INTO language VALUES (7,'简体中文 (Chinese Simplified)','gb2312','metal'); -INSERT INTO language VALUES (8,'Italiano (Italian)','ISO-8859-1','italiano'); -INSERT INTO language VALUES (9,'繁体中文 (Chinese Traditional)','BIG5','metal'); -INSERT INTO language VALUES (10,'Dansk (Danish)','ISO-8859-1','metal'); -INSERT INTO language VALUES (11,'Arabic','ISO-8859-6','metal'); -INSERT INTO language VALUES (12,'Norsk (Norwegian)','ISO-8859-1','metal'); -INSERT INTO language VALUES (13,'Suomi (Finnish)','ISO-8859-1','charcoal'); -INSERT INTO language VALUES (14,'ÆüËܸì (Japanese)','EUC-JP','metal'); -INSERT INTO language VALUES (15,'Hrvatski (Croatian)','ISO-8859-2','metal'); -INSERT INTO language VALUES (16,'Polski (Polish)','ISO-8859-2','metal'); - -- -- Table structure for table `messageLog` -- @@ -17461,7 +1340,7 @@ CREATE TABLE page ( userDefined3 varchar(255) default NULL, userDefined4 varchar(255) default NULL, userDefined5 varchar(255) default NULL, - languageId int(11) NOT NULL default '1', + languageId varchar(50) NOT NULL default 'English', groupIdView int(11) NOT NULL default '3', groupIdEdit int(11) NOT NULL default '3', hideFromNavigation int(11) NOT NULL default '0', @@ -17473,6 +1352,10 @@ CREATE TABLE page ( cacheTimeoutVisitor int(11) NOT NULL default '600', printableStyleId int(11) NOT NULL default '3', wobjectPrivileges int(11) NOT NULL default '0', + lft int(11) default NULL, + rgt int(11) default NULL, + id int(11) default NULL, + depth int(3) default NULL, PRIMARY KEY (pageId) ) TYPE=MyISAM; @@ -17481,16 +1364,17 @@ CREATE TABLE page ( -- -INSERT INTO page VALUES (1,0,'Home',1001,3,0,'','home',1,'Home',NULL,1,946710000,2082783600,NULL,NULL,NULL,NULL,NULL,NULL,1,7,3,0,0,NULL,NULL,NULL,60,600,3,0); -INSERT INTO page VALUES (4,0,'Page Not Found',-6,3,21,'','page_not_found',0,'Page Not Found',NULL,1,946710000,2082783600,NULL,NULL,NULL,NULL,NULL,NULL,1,7,3,1,0,NULL,NULL,NULL,60,600,3,0); -INSERT INTO page VALUES (3,0,'Trash',5,3,22,'','trash',0,'Trash',NULL,1,946710000,2082783600,NULL,NULL,NULL,NULL,NULL,NULL,1,3,3,1,0,NULL,NULL,NULL,60,600,3,0); -INSERT INTO page VALUES (2,0,'Clipboard',4,3,23,'','clipboard',0,'Clipboard',NULL,1,946710000,2082783600,NULL,NULL,NULL,NULL,NULL,NULL,1,4,4,1,0,NULL,NULL,NULL,60,600,3,0); -INSERT INTO page VALUES (5,0,'Packages',1,3,24,'','packages',0,'Packages',NULL,1,946710000,2082783600,NULL,NULL,NULL,NULL,NULL,NULL,1,6,6,1,0,NULL,NULL,NULL,60,600,3,0); -INSERT INTO page VALUES (1000,1,'Getting Started',1001,3,1,'','getting_started',1,'Getting Started','',1,946710000,2082783600,'',NULL,NULL,NULL,NULL,NULL,1,7,3,0,0,NULL,NULL,NULL,60,600,3,0); -INSERT INTO page VALUES (1001,1,'What should you do next?',1001,3,2,'','your_next_step',1,'Your Next Step','',1,946710000,2082783600,'',NULL,NULL,NULL,NULL,NULL,1,7,3,0,0,NULL,NULL,NULL,60,600,3,0); -INSERT INTO page VALUES (1002,1,'The Latest News',1001,3,3,'','the_latest_news',1,'The Latest News','',1,946710000,2082783600,'',NULL,NULL,NULL,NULL,NULL,1,7,3,0,0,NULL,NULL,NULL,60,600,3,0); -INSERT INTO page VALUES (1003,1,'Tell A Friend',1001,3,4,'','tell_a_friend',1,'Tell A Friend','',1,946710000,2082783600,'',NULL,NULL,NULL,NULL,NULL,1,7,3,0,0,NULL,NULL,NULL,60,600,3,0); -INSERT INTO page VALUES (1004,1,'Site Map',1001,3,4,'','site_map',1,'Site Map','',1,946710000,2082783600,'',NULL,NULL,NULL,NULL,NULL,1,7,3,0,0,NULL,NULL,NULL,60,600,3,0); +INSERT INTO page VALUES (1,0,'Home',1001,3,0,'','home',1,'Home',NULL,1,946710000,2082783600,NULL,NULL,NULL,NULL,NULL,NULL,'English',7,3,0,0,NULL,NULL,NULL,60,600,3,0,1,12,1,0); +INSERT INTO page VALUES (4,0,'Page Not Found',-6,3,21,'','page_not_found',0,'Page Not Found',NULL,1,946710000,2082783600,NULL,NULL,NULL,NULL,NULL,NULL,'English',7,3,1,0,NULL,NULL,NULL,60,600,3,0,13,14,4,0); +INSERT INTO page VALUES (3,0,'Trash',5,3,22,'','trash',0,'Trash',NULL,1,946710000,2082783600,NULL,NULL,NULL,NULL,NULL,NULL,'English',3,3,1,0,NULL,NULL,NULL,60,600,3,0,15,16,3,0); +INSERT INTO page VALUES (2,0,'Clipboard',4,3,23,'','clipboard',0,'Clipboard',NULL,1,946710000,2082783600,NULL,NULL,NULL,NULL,NULL,NULL,'English',4,4,1,0,NULL,NULL,NULL,60,600,3,0,17,18,2,0); +INSERT INTO page VALUES (5,0,'Packages',1,3,24,'','packages',0,'Packages',NULL,1,946710000,2082783600,NULL,NULL,NULL,NULL,NULL,NULL,'English',6,6,1,0,NULL,NULL,NULL,60,600,3,0,19,20,5,0); +INSERT INTO page VALUES (1000,1,'Getting Started',1001,3,1,'','getting_started',1,'Getting Started','',1,946710000,2082783600,'',NULL,NULL,NULL,NULL,NULL,'English',7,3,0,0,NULL,NULL,NULL,60,600,3,0,2,3,1000,1); +INSERT INTO page VALUES (1001,1,'What should you do next?',1001,3,2,'','your_next_step',1,'Your Next Step','',1,946710000,2082783600,'',NULL,NULL,NULL,NULL,NULL,'English',7,3,0,0,NULL,NULL,NULL,60,600,3,0,4,5,1001,1); +INSERT INTO page VALUES (1002,1,'The Latest News',1001,3,3,'','the_latest_news',1,'The Latest News','',1,946710000,2082783600,'',NULL,NULL,NULL,NULL,NULL,'English',7,3,0,0,NULL,NULL,NULL,60,600,3,0,6,7,1002,1); +INSERT INTO page VALUES (1003,1,'Tell A Friend',1001,3,4,'','tell_a_friend',1,'Tell A Friend','',1,946710000,2082783600,'',NULL,NULL,NULL,NULL,NULL,'English',7,3,0,0,NULL,NULL,NULL,60,600,3,0,8,9,1003,1); +INSERT INTO page VALUES (1004,1,'Site Map',1001,3,4,'','site_map',1,'Site Map','',1,946710000,2082783600,'',NULL,NULL,NULL,NULL,NULL,'English',7,3,0,0,NULL,NULL,NULL,60,600,3,0,10,11,1004,1); +INSERT INTO page VALUES (0,-1,NULL,0,0,1,NULL,NULL,0,NULL,NULL,1,946710000,2082783600,NULL,NULL,NULL,NULL,NULL,NULL,'English',3,3,0,0,NULL,NULL,NULL,60,600,3,0,0,21,0,-1); -- -- Table structure for table `pageStatistics` @@ -17757,6 +1641,18 @@ INSERT INTO template VALUES (20,'Ordered List','\r\n \r\n\r\n\r\n \r\n
\r\n \r\n\r\n\r\n \n \"> \r\n\r\n\r\n \r\n \n \r\n','USS',1,1); INSERT INTO template VALUES (1000,'Titled Link List','\n \n[\"> \n] \n \r\n\r\n \"\r\n\n [\"> ]
\r\n\r\n target=\"_blank\"\r\n \r\n >\r\n\r\n \r\n - \r\n \r\n\r\n \n \n\n\n
\n \n\n\n \n \"> \n\n\n \n \n \n','USS',1,1); INSERT INTO template VALUES (3,'Link','\n \n[\"> \n] \n \n\n \"\n\n [\"> ]
\n\n target=\"_blank\"\n \n >\n\n \n \n \n
\n \r\n\r\n
\r\n \r\n\r\nLink URL\r\nLink Description
\r\n
\r\n\r\n
\r\n\">\r\n\r\n \r\n\">List All Links\r\n
\r\n\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/Submission',1,1); +INSERT INTO template VALUES (1,'Default Account Macro','\">','Macro/a_account',1,1); +INSERT INTO template VALUES (1,'Default Editable Toggle Macro','\"> ','Macro/EditableToggle',1,1); +INSERT INTO template VALUES (1,'Default Admin Toggle Macro','\"> ','Macro/AdminToggle',1,1); +INSERT INTO template VALUES (1,'Default File Macro','\"> \" align=\"middle\" border=\"0\" />
','Macro/File',1,1); +INSERT INTO template VALUES (2,'File no icon','\"> ','Macro/File',1,1); +INSERT INTO template VALUES (3,'File with size','\"> \" align=\"middle\" border=\"0\" />
( )','Macro/File',1,1); +INSERT INTO template VALUES (1,'Default Group Add Macro','\"> ','Macro/GroupAdd',1,1); +INSERT INTO template VALUES (1,'Default Group Delete Macro','\"> ','Macro/GroupDelete',1,1); +INSERT INTO template VALUES (1,'Default Homelink','\"> ','Macro/H_homeLink',1,1); +INSERT INTO template VALUES (1,'Default Make Printable','\"> ','Macro/r_printable',1,1); +INSERT INTO template VALUES (1,'Default LoginToggle','\"> ','Macro/LoginToggle',1,1); +INSERT INTO template VALUES (1,'Attachment Box',' \r\n
\r\n
\r\n\r\n','AttachmentBox',1,1); -- -- Table structure for table `theme` @@ -17855,8 +1751,8 @@ CREATE TABLE userProfileData ( -- -INSERT INTO userProfileData VALUES (1,'language','1'); -INSERT INTO userProfileData VALUES (3,'language','1'); +INSERT INTO userProfileData VALUES (1,'language','English'); +INSERT INTO userProfileData VALUES (3,'language','English'); INSERT INTO userProfileData VALUES (3,'uiLevel','9'); -- @@ -17894,7 +1790,7 @@ INSERT INTO userProfileField VALUES ('yahooIM','WebGUI::International::get(320,\ INSERT INTO userProfileField VALUES ('cellPhone','WebGUI::International::get(321,\"WebGUI\");',1,0,'phone',NULL,NULL,6,2,1,1); INSERT INTO userProfileField VALUES ('pager','WebGUI::International::get(322,\"WebGUI\");',1,0,'phone',NULL,NULL,7,2,1,1); INSERT INTO userProfileField VALUES ('emailToPager','WebGUI::International::get(441,\"WebGUI\");',1,0,'email',NULL,NULL,8,2,1,1); -INSERT INTO userProfileField VALUES ('language','WebGUI::International::get(304,\"WebGUI\");',1,0,'selectList','WebGUI::International::getLanguages()','[1]',1,4,1,1); +INSERT INTO userProfileField VALUES ('language','WebGUI::International::get(304,\"WebGUI\");',1,0,'selectList','WebGUI::International::getLanguages()','[\'English\']',1,4,1,1); INSERT INTO userProfileField VALUES ('homeAddress','WebGUI::International::get(323,\"WebGUI\");',1,0,'text',NULL,NULL,1,5,1,1); INSERT INTO userProfileField VALUES ('homeCity','WebGUI::International::get(324,\"WebGUI\");',1,0,'text',NULL,NULL,2,5,1,1); INSERT INTO userProfileField VALUES ('homeState','WebGUI::International::get(325,\"WebGUI\");',1,0,'text',NULL,NULL,3,5,1,1); @@ -17954,6 +1850,7 @@ INSERT INTO userSession VALUES ('14OZTAw8AMqos',1069040618,1069012618,0,'',1); INSERT INTO userSession VALUES ('58qIk5WZvWqVc',1078710434,1078682434,0,'',1); INSERT INTO userSession VALUES ('65yqW0d/2SYpQ',1083516102,1083512502,0,'',1); INSERT INTO userSession VALUES ('73c34c7NM4bTI',1085521404,1085517804,0,'',1); +INSERT INTO userSession VALUES ('66Lyi64YHr.82',1089810313,1089806713,0,'',1); -- -- Table structure for table `userSessionScratch` @@ -18011,7 +1908,7 @@ CREATE TABLE webguiVersion ( -- -INSERT INTO webguiVersion VALUES ('6.0.3','initial install',unix_timestamp()); +INSERT INTO webguiVersion VALUES ('6.1.1','initial install',unix_timestamp()); -- -- Table structure for table `wobject` diff --git a/docs/upgrades/upgrade_5.5.7-5.5.8.sql b/docs/upgrades/upgrade_5.5.7-5.5.8.sql new file mode 100644 index 000000000..9fa119d7b --- /dev/null +++ b/docs/upgrades/upgrade_5.5.7-5.5.8.sql @@ -0,0 +1,3 @@ +insert into webguiVersion values ('5.5.8','upgrade',unix_timestamp()); + + diff --git a/docs/upgrades/upgrade_5.5.7-5.9.9.sql b/docs/upgrades/upgrade_5.5.8-5.9.9.sql similarity index 100% rename from docs/upgrades/upgrade_5.5.7-5.9.9.sql rename to docs/upgrades/upgrade_5.5.8-5.9.9.sql diff --git a/docs/upgrades/upgrade_6.1.0-6.1.1.sql b/docs/upgrades/upgrade_6.1.0-6.1.1.sql new file mode 100644 index 000000000..13dfeceba --- /dev/null +++ b/docs/upgrades/upgrade_6.1.0-6.1.1.sql @@ -0,0 +1,5 @@ +insert into webguiVersion values ('6.1.1','upgrade',unix_timestamp()); +delete from groups where groupId=10; +delete from groupings where groupId=10; +delete from groupGroupings where groupId=10 or inGroup=10; + diff --git a/etc/WebGUI.conf.original b/etc/WebGUI.conf.original index ee4e55339..a3e9df3f2 100644 --- a/etc/WebGUI.conf.original +++ b/etc/WebGUI.conf.original @@ -12,8 +12,6 @@ extrasPath = /data/WebGUI/www/extras uploadsURL = /uploads uploadsPath = /data/WebGUI/www/uploads -useSharedInternationalCache = 1 - templateCacheType=file emailRecoveryLoggingEnabled = 1 diff --git a/lib/WebGUI/Macro/AdminBar.pm b/lib/WebGUI/Macro/AdminBar.pm index c1d588aab..78e73878c 100644 --- a/lib/WebGUI/Macro/AdminBar.pm +++ b/lib/WebGUI/Macro/AdminBar.pm @@ -27,7 +27,7 @@ sub process { my @param = WebGUI::Macro::getParams($_[0]); my $templateId = $param[0] || 1; my %var; - my (%cphash, %hash2, %hash, $r, $i, @item, $query); + my (%cphash, %hash2, %hash, $r, @item, $query); tie %hash, "Tie::IxHash"; tie %hash2, "Tie::IxHash"; tie %cphash, "Tie::CPHash"; @@ -182,12 +182,6 @@ sub process { %hash ); } - if (WebGUI::Grouping::isInGroup(10)) { - %hash = ( - WebGUI::URL::page('op=listLanguages')=>WebGUI::International::get(585), - %hash - ); - } %hash = ( WebGUI::URL::page('op=viewHelpIndex')=>WebGUI::International::get(13), %hash diff --git a/lib/WebGUI/Macro/Backslash_pageUrl.pm b/lib/WebGUI/Macro/Backslash_pageUrl.pm index 9a73ca48f..b5cd54479 100644 --- a/lib/WebGUI/Macro/Backslash_pageUrl.pm +++ b/lib/WebGUI/Macro/Backslash_pageUrl.pm @@ -12,10 +12,11 @@ package WebGUI::Macro::Backslash_pageUrl; use strict; use WebGUI::Session; +use WebGUI::URL; #------------------------------------------------------------------- sub process { - return $session{page}{url}; + return WebGUI::URL::page(); } diff --git a/lib/WebGUI/Macro/Slash_gatewayUrl.pm b/lib/WebGUI/Macro/Slash_gatewayUrl.pm index fbd04a6fd..c4748146a 100644 --- a/lib/WebGUI/Macro/Slash_gatewayUrl.pm +++ b/lib/WebGUI/Macro/Slash_gatewayUrl.pm @@ -12,10 +12,11 @@ package WebGUI::Macro::Slash_gatewayUrl; use strict; use WebGUI::Session; +use WebGUI::URL; #------------------------------------------------------------------- sub process { - return ($session{config}{scripturl} || $session{env}{SCRIPT_NAME})."/"; + return WebGUI::URL::getSiteURL(); } diff --git a/lib/WebGUI/Session.pm b/lib/WebGUI/Session.pm index fc52036c8..ec8eb9fd6 100644 --- a/lib/WebGUI/Session.pm +++ b/lib/WebGUI/Session.pm @@ -84,7 +84,7 @@ sub _setupPageInfo { if($ENV{"MOD_PERL"}) { my $r = Apache->request; if(defined($r)) { - $r->custom_response(404, $session{page}{url} ); + $r->custom_response(404, $pageName); $r->status(404); } } else { @@ -96,7 +96,6 @@ sub _setupPageInfo { } } %page = WebGUI::SQL->quickHash("select * from page where pageId='".$pageId."'"); - $page{url} = ($session{config}{scripturl} || $session{env}{SCRIPT_NAME})."/".$page{urlizedTitle}; $session{page} = \%page; } diff --git a/lib/WebGUI/Style.pm b/lib/WebGUI/Style.pm index aebabb0ec..462b0a4d2 100644 --- a/lib/WebGUI/Style.pm +++ b/lib/WebGUI/Style.pm @@ -20,7 +20,7 @@ use Tie::CPHash; use WebGUI::International; use WebGUI::Session; use WebGUI::Template; - +use WebGUI::URL; =head1 NAME @@ -115,7 +115,7 @@ sub process { function getWebguiProperty (propName) { var props = new Array(); props["extrasURL"] = "'.$session{config}{extrasURL}.'"; - props["pageURL"] = "'.$session{page}{url}.'"; + props["pageURL"] = "'.WebGUI::URL::page().'"; return props[propName]; } diff --git a/lib/WebGUI/URL.pm b/lib/WebGUI/URL.pm index 5e2e4a6d5..478c169fd 100644 --- a/lib/WebGUI/URL.pm +++ b/lib/WebGUI/URL.pm @@ -36,6 +36,7 @@ This package provides URL writing functionality. It is important that all WebGUI $url = WebGUI::URL::append($url,$pairs); $string = WebGUI::URL::escape($string); $url = WebGUI::URL::gateway($url,$pairs); + $url = WebGUI::URL::getSiteURL(); $url = WebGUI::URL::makeCompliant($string); $url = WebGUI::URL::makeAbsolute($url); $url = WebGUI::URL::page($url,$pairs); @@ -49,27 +50,6 @@ These subroutines are available from this package: =cut -#------------------------------------------------------------------- -sub _getSiteURL { - my $site; - my @sitenames; - if (ref $session{config}{sitename} eq "ARRAY") { - @sitenames = @{$session{config}{sitename}}; - } else { - push(@sitenames,$session{config}{sitename}); - } - if ($session{setting}{hostToUse} eq "sitename" || !isIn($session{env}{HTTP_HOST},@sitenames)) { - $site = $session{config}{defaultSitename}; - } else { - $site = $session{env}{HTTP_HOST} || $session{config}{defaultSitename}; - } - my $proto = "http://"; - if ($session{env}{SERVER_PORT} == 443) { - $proto = "https://"; - } - return $proto.$site; -} - #------------------------------------------------------------------- @@ -150,7 +130,7 @@ Name value pairs to add to the URL in the form of: =cut sub gateway { - my $url = _getSiteURL().($session{config}{scripturl} || $session{env}{SCRIPT_NAME}).'/'.$_[0]; + my $url = getSiteURL().$_[0]; if ($_[1]) { $url = append($url,$_[1]); } @@ -186,6 +166,42 @@ sub makeAbsolute { return URI->new_abs($url,$baseURL); } +#------------------------------------------------------------------- + +=head2 getSiteURL ( ) + +Returns a constructed site url from protocol to gateway. + +=cut + +sub getSiteURL { + my $site; + my @sitenames; + if (ref $session{config}{sitename} eq "ARRAY") { + @sitenames = @{$session{config}{sitename}}; + } else { + push(@sitenames,$session{config}{sitename}); + } + if ($session{setting}{hostToUse} eq "sitename" || !isIn($session{env}{HTTP_HOST},@sitenames)) { + $site = $session{config}{defaultSitename}; + } else { + $site = $session{env}{HTTP_HOST} || $session{config}{defaultSitename}; + } + my $proto = "http://"; + if ($session{env}{SERVER_PORT} == 443) { + $proto = "https://"; + } + my $scripturl; + if (exists $session{config}{scripturl}) { + $scripturl .= $session{config}{scripturl}; + } else { + $scripturl .= $session{env}{SCRIPT_NAME}; + } + $scripturl .= '/'; + return $proto.$site.$scripturl; +} + + #------------------------------------------------------------------- =head2 makeCompliant ( string ) @@ -235,7 +251,7 @@ Name value pairs to add to the URL in the form of: =cut sub page { - my $url = _getSiteURL().$session{page}{url}; + my $url = getSiteURL().$session{page}{urlizedTitle}; if ($_[0]) { $url = append($url,$_[0]); } diff --git a/lib/WebGUI/i18n/English/WebGUI.pm b/lib/WebGUI/i18n/English/WebGUI.pm index 719b95d20..92ed6669a 100644 --- a/lib/WebGUI/i18n/English/WebGUI.pm +++ b/lib/WebGUI/i18n/English/WebGUI.pm @@ -2457,71 +2457,6 @@ The form footer. context => q|A label indicating how many threads there are in a particular forum.| }, - '584' => { - message => q|Add a new translation.|, - lastUpdated => 1036971092 - }, - - '585' => { - message => q|Manage translations.|, - lastUpdated => 1031514049 - }, - - '586' => { - message => q|Manage Translations|, - lastUpdated => 1036971445 - }, - - '587' => { - message => q|Are you certain you wish to delete this language and all the help and international messages that go with it?|, - lastUpdated => 1031514049 - }, - - '589' => { - message => q|Edit Translation|, - lastUpdated => 1036971172 - }, - - '590' => { - message => q|Language ID|, - lastUpdated => 1031514049 - }, - - '591' => { - message => q|Language|, - lastUpdated => 1031514049 - }, - - '592' => { - message => q|Character Set|, - lastUpdated => 1031514049 - }, - - '595' => { - message => q|International Messages|, - lastUpdated => 1031514049 - }, - - '596' => { - message => q|MISSING|, - lastUpdated => 1031514049 - }, - - '597' => { - message => q|Edit International Message|, - lastUpdated => 1031514049 - }, - - '598' => { - message => q|Edit this translation.|, - lastUpdated => 1036971142 - }, - - '601' => { - message => q|International ID|, - lastUpdated => 1031514049 - }, - '784' => { message => q|Thumbnail|, lastUpdated => 1036954393 @@ -4054,51 +3989,6 @@ You can find out more about karma in 1031879593 }, - '791' => { - message => q|Delete this translation.|, - lastUpdated => 1036970806 - }, - '802' => { message => q|WebGUI is not currently tracking page statistics. You can enable this feature in the settings.|, lastUpdated => 1036979395\r\n \r\n\r\n\"> /attachment.gif\" border=\"0\" alt=\"
\"> \r\n\"> \r\n\" align=\"middle\" width=\"16\" height=\"16\" border=\"0\" alt=\"
\"> \r\n