From 266f2da4f884ea3df8316328c5f322857cfb649d Mon Sep 17 00:00:00 2001 From: JT Smith Date: Fri, 14 Feb 2003 06:00:39 +0000 Subject: [PATCH] Preparing for 5.1.1 bugfix cycle. --- docs/previousVersion.sql | 824 +++++++------------------- docs/upgrades/upgrade_5.1.0-5.1.1.sql | 2 + lib/WebGUI.pm | 2 +- 3 files changed, 205 insertions(+), 623 deletions(-) create mode 100644 docs/upgrades/upgrade_5.1.0-5.1.1.sql diff --git a/docs/previousVersion.sql b/docs/previousVersion.sql index ca11f967f..6e04081f7 100644 --- a/docs/previousVersion.sql +++ b/docs/previousVersion.sql @@ -302,6 +302,7 @@ CREATE TABLE MailForm_field ( type varchar(30) NOT NULL default '', possibleValues text, defaultValue text, + width int(11) default NULL, PRIMARY KEY (MailForm_fieldId) ) TYPE=MyISAM; @@ -814,6 +815,22 @@ CREATE TABLE discussion ( +-- +-- Table structure for table 'discussionSubscription' +-- + +CREATE TABLE discussionSubscription ( + threadId int(11) NOT NULL default '0', + userId int(11) NOT NULL default '0', + PRIMARY KEY (threadId,userId) +) TYPE=MyISAM; + +-- +-- Dumping data for table 'discussionSubscription' +-- + + + -- -- Table structure for table 'groupGroupings' -- @@ -858,8 +875,15 @@ CREATE TABLE groups ( groupId int(11) NOT NULL default '0', groupName varchar(30) default NULL, description varchar(255) default NULL, - expireAfter int(11) NOT NULL default '314496000', + expireOffset int(11) NOT NULL default '314496000', karmaThreshold int(11) NOT NULL default '1000000000', + ipFilter varchar(255) default NULL, + dateCreated int(11) NOT NULL default '997938000', + lastUpdated int(11) NOT NULL default '997938000', + deleteOffset int(11) NOT NULL default '14', + expireNotifyOffset int(11) NOT NULL default '-14', + expireNotifyMessage text, + expireNotify int(11) NOT NULL default '0', PRIMARY KEY (groupId) ) TYPE=MyISAM; @@ -868,14 +892,14 @@ CREATE TABLE groups ( -- -INSERT INTO groups VALUES (1,'Visitors','This is the public group that has no privileges.',314496000,1000000000); -INSERT INTO groups VALUES (2,'Registered Users','All registered users belong to this group automatically. There are no associated privileges other than that the user has an account and is logged in.',314496000,1000000000); -INSERT INTO groups VALUES (3,'Admins','Anyone who belongs to this group has privileges to do anything and everything.',314496000,1000000000); -INSERT INTO groups VALUES (4,'Content Managers','Users that have privileges to edit content on this site. The user still needs to be added to a group that has editing privileges on specific pages.',314496000,1000000000); -INSERT INTO groups VALUES (5,'Style Managers','Users that have privileges to edit styles for this site. These privileges do not allow the user to assign privileges to a page, just define them to be used.',314496000,1000000000); -INSERT INTO groups VALUES (6,'Package Managers','Users that have privileges to add, edit, and delete packages of wobjects and pages to deploy.',314496000,1000000000); -INSERT INTO groups VALUES (7,'Everyone','A group that automatically includes all users including Visitors.',314496000,1000000000); -INSERT INTO groups VALUES (8,'Template Managers','Users that have privileges to edit templates for this site.',314496000,1000000000); +INSERT INTO groups VALUES (1,'Visitors','This is the public group that has no privileges.',314496000,1000000000,NULL,997938000,997938000,14,-14,NULL,0); +INSERT INTO groups VALUES (2,'Registered Users','All registered users belong to this group automatically. There are no associated privileges other than that the user has an account and is logged in.',314496000,1000000000,NULL,997938000,997938000,14,-14,NULL,0); +INSERT INTO groups VALUES (3,'Admins','Anyone who belongs to this group has privileges to do anything and everything.',314496000,1000000000,NULL,997938000,997938000,14,-14,NULL,0); +INSERT INTO groups VALUES (4,'Content Managers','Users that have privileges to edit content on this site. The user still needs to be added to a group that has editing privileges on specific pages.',314496000,1000000000,NULL,997938000,997938000,14,-14,NULL,0); +INSERT INTO groups VALUES (5,'Style Managers','Users that have privileges to edit styles for this site. These privileges do not allow the user to assign privileges to a page, just define them to be used.',314496000,1000000000,NULL,997938000,997938000,14,-14,NULL,0); +INSERT INTO groups VALUES (6,'Package Managers','Users that have privileges to add, edit, and delete packages of wobjects and pages to deploy.',314496000,1000000000,NULL,997938000,997938000,14,-14,NULL,0); +INSERT INTO groups VALUES (7,'Everyone','A group that automatically includes all users including Visitors.',314496000,1000000000,NULL,997938000,997938000,14,-14,NULL,0); +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); -- -- Table structure for table 'help' @@ -955,7 +979,6 @@ 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 (48,'WebGUI',708,709,'12,WebGUI;'); 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;'); @@ -1044,7 +1067,7 @@ CREATE TABLE international ( -- -INSERT INTO international VALUES (367,'WebGUI',1,'Expire After',1031514049); +INSERT INTO international VALUES (367,'WebGUI',1,'Expire Offset',1044126611); INSERT INTO international VALUES (39,'USS',3,'Post een reactie',1038528254); INSERT INTO international VALUES (1,'Article',1,'Article',1031514049); INSERT INTO international VALUES (1,'Article',4,'Artículo',1031510000); @@ -1060,7 +1083,6 @@ INSERT INTO international VALUES (34,'USS',3,'Return converteren',1038528234); INSERT INTO international VALUES (1,'Item',1,'Link URL',1031514049); INSERT INTO international VALUES (5,'ExtraColumn',6,'StyleSheet Class',1031510000); INSERT INTO international VALUES (700,'WebGUI',6,'Dag',1031510000); -INSERT INTO international VALUES (5,'Article',6,'Body',1031510000); INSERT INTO international VALUES (4,'WebGUI',6,'Kontrollera inställningar.',1031581194); INSERT INTO international VALUES (10,'Poll',2,'Abstimmung zurücksetzen',1040646831); INSERT INTO international VALUES (33,'USS',3,'Bijlage',1038528227); @@ -1100,7 +1122,6 @@ INSERT INTO international VALUES (1,'Article',10,'Artikkel',1032469833); INSERT INTO international VALUES (2,'MessageBoard',1,'Message Board',1031514049); INSERT INTO international VALUES (2,'MessageBoard',4,'Tablero de Mensajes',1039628673); INSERT INTO international VALUES (2,'MessageBoard',5,'Quadro de mensagens',1031510000); -INSERT INTO international VALUES (4,'FAQ',6,'Lägg till fråga',1031510000); INSERT INTO international VALUES (4,'ExtraColumn',6,'Bredd',1031510000); INSERT INTO international VALUES (15,'SQLReport',3,'Verwerk macros voor query?',1038527884); INSERT INTO international VALUES (2,'SiteMap',1,'Site Map',1031514049); @@ -1122,7 +1143,6 @@ INSERT INTO international VALUES (3,'Article',1,'Start Date',1031514049); INSERT INTO international VALUES (3,'Article',4,'Fecha Inicio',1031510000); INSERT INTO international VALUES (3,'Article',5,'Data de inicio',1031510000); INSERT INTO international VALUES (11,'Article',2,'(Bitte anklicken, falls Sie nicht <br> in Ihrem Text hinzufügen.)',1040597800); -INSERT INTO international VALUES (3,'SyndicatedContent',6,'Lägg till syndicated innehåll',1031581068); INSERT INTO international VALUES (3,'SQLReport',6,'Rapportmall',1032859295); INSERT INTO international VALUES (3,'SiteMap',6,'Starta från denna nivå?',1031510000); INSERT INTO international VALUES (3,'Poll',6,'Aktiv',1031510000); @@ -1150,7 +1170,6 @@ INSERT INTO international VALUES (3,'SQLReport',1,'Report Template',1031514049); INSERT INTO international VALUES (3,'SQLReport',4,'Modelo',1031510000); INSERT INTO international VALUES (3,'SQLReport',5,'Template',1031510000); INSERT INTO international VALUES (3,'ExtraColumn',6,'Mellanrum',1031649752); -INSERT INTO international VALUES (3,'EventsCalendar',6,'Lägg till händelsekalender',1031581052); INSERT INTO international VALUES (3,'Article',6,'Startdatum',1032257347); INSERT INTO international VALUES (4,'Item',3,'Item',1038487811); INSERT INTO international VALUES (5,'Item',3,'Download bijlage',1038487819); @@ -1280,7 +1299,6 @@ INSERT INTO international VALUES (7,'Article',1,'Link Title',1031514049); INSERT INTO international VALUES (7,'Article',4,'Título del Enlace',1039817993); INSERT INTO international VALUES (7,'Article',5,'Titulo da hiperlink',1031510000); INSERT INTO international VALUES (2,'SiteMap',6,'Sitekarta',1031651399); -INSERT INTO international VALUES (2,'Poll',6,'Lägg till fråga',1031510000); INSERT INTO international VALUES (2,'MessageBoard',6,'Meddelandeforum',1031650036); INSERT INTO international VALUES (12,'MessageBoard',2,'Beitrag bearbeiten',1040646622); INSERT INTO international VALUES (7,'FAQ',1,'Are you certain that you want to delete this question?',1031514049); @@ -1288,7 +1306,6 @@ INSERT INTO international VALUES (7,'FAQ',4,'Est INSERT INTO international VALUES (7,'FAQ',5,'Tem a certeza que quer apagar esta questão?',1031510000); INSERT INTO international VALUES (2,'Item',6,'Bilagor',1031510000); INSERT INTO international VALUES (2,'FAQ',6,'F.A.Q.',1031510000); -INSERT INTO international VALUES (2,'ExtraColumn',6,'Lägg till extra kolumn',1031579372); INSERT INTO international VALUES (17,'FileManager',3,'Alternatieve Versie #1',1038487532); INSERT INTO international VALUES (7,'MessageBoard',1,'Author:',1031514049); INSERT INTO international VALUES (7,'MessageBoard',4,'Autor:',1031510000); @@ -1392,7 +1409,6 @@ INSERT INTO international VALUES (10,'LinkList',4,'Editar Lista de Enlaces',1031 INSERT INTO international VALUES (10,'LinkList',5,'Modificar lista de hiperlinks',1031510000); INSERT INTO international VALUES (394,'WebGUI',2,' Verwalten: Uploads',1040640559); INSERT INTO international VALUES (6,'Article',10,'Billede',1031510000); -INSERT INTO international VALUES (5,'Article',10,'Brødtekst',1031510000); INSERT INTO international VALUES (4,'Article',10,'Til dato',1031510000); INSERT INTO international VALUES (3,'Article',10,'Fra dato',1031510000); INSERT INTO international VALUES (27,'Article',3,'Terug naar artikel',1037903260); @@ -1421,7 +1437,6 @@ INSERT INTO international VALUES (707,'WebGUI',1,'Show debugging?',1031514049); INSERT INTO international VALUES (78,'EventsCalendar',1,'Don\'t delete anything, I made a mistake.',1031514049); INSERT INTO international VALUES (780,'WebGUI',1,'File',1036912946); INSERT INTO international VALUES (2,'EventsCalendar',6,'Händelsekalender',1032259717); -INSERT INTO international VALUES (2,'Article',6,'Lägg till artikel',1031510000); INSERT INTO international VALUES (1,'WebGUI',6,'Lägg till innehåll...',1031648961); INSERT INTO international VALUES (1,'USS',6,'Vem kan validera?',1031510000); INSERT INTO international VALUES (772,'WebGUI',1,'Edit File',1036893140); @@ -1434,7 +1449,6 @@ INSERT INTO international VALUES (11,'SQLReport',4,'Error: Hay un problema con l INSERT INTO international VALUES (11,'SQLReport',5,'Erro: Houve um problema com a query.',1031510000); INSERT INTO international VALUES (391,'WebGUI',2,'Anhang löschen',1041631989); INSERT INTO international VALUES (1,'SQLReport',6,'SQL Rapport',1031510000); -INSERT INTO international VALUES (1,'SiteMap',6,'Lägg till site-karta',1031579426); INSERT INTO international VALUES (1,'Poll',6,'Fråga',1031510000); INSERT INTO international VALUES (763,'WebGUI',1,'Add a snippet.',1036892785); INSERT INTO international VALUES (11,'WebGUI',1,'Empy trash.',1031514049); @@ -1499,7 +1513,6 @@ INSERT INTO international VALUES (384,'WebGUI',2,'Datei',1041631951); INSERT INTO international VALUES (516,'WebGUI',1,'Turn Admin On!',1031514049); INSERT INTO international VALUES (517,'WebGUI',1,'Turn Admin Off!',1031514049); INSERT INTO international VALUES (515,'WebGUI',1,'Add edit stamp to posts?',1031514049); -INSERT INTO international VALUES (686,'WebGUI',10,'Image gruppe, Tilføj',1036856023); INSERT INTO international VALUES (14,'USS',1,'Status',1031514049); INSERT INTO international VALUES (14,'USS',4,'Estado',1031510000); INSERT INTO international VALUES (14,'USS',5,'Estado',1031510000); @@ -1659,7 +1672,6 @@ INSERT INTO international VALUES (33,'WebGUI',5,'Sabado',1031510000); INSERT INTO international VALUES (34,'WebGUI',1,'set date',1031514049); INSERT INTO international VALUES (34,'WebGUI',4,'fijar fecha',1031510000); INSERT INTO international VALUES (34,'WebGUI',5,'acertar a data',1031510000); -INSERT INTO international VALUES (1,'MessageBoard',6,'Lägg till meddelandeforum',1031579387); INSERT INTO international VALUES (35,'WebGUI',1,'Administrative Function',1031514049); INSERT INTO international VALUES (35,'WebGUI',4,'Funciones Administrativas',1031510000); INSERT INTO international VALUES (35,'WebGUI',5,'Função administrativa',1031510000); @@ -1721,7 +1733,6 @@ INSERT INTO international VALUES (48,'WebGUI',1,'Hello',1031514049); INSERT INTO international VALUES (48,'WebGUI',4,'Hola',1031510000); INSERT INTO international VALUES (48,'WebGUI',5,'Ola',1031510000); INSERT INTO international VALUES (304,'WebGUI',3,'Taal',1038529330); -INSERT INTO international VALUES (306,'WebGUI',3,'Bind gebruikersnaam',1038529344); INSERT INTO international VALUES (49,'WebGUI',1,'Click here to log out.',1031514049); INSERT INTO international VALUES (49,'WebGUI',4,'Click aquí para salir.',1031510000); INSERT INTO international VALUES (49,'WebGUI',5,'Clique aqui para sair.',1031510000); @@ -1968,32 +1979,11 @@ INSERT INTO international VALUES (108,'WebGUI',1,'Owner',1031514049); INSERT INTO international VALUES (108,'WebGUI',4,'Dueño',1031510000); INSERT INTO international VALUES (108,'WebGUI',5,'Dono',1031510000); INSERT INTO international VALUES (134,'WebGUI',3,'Bericht om wachtwoord terug te vinden',1038528692); -INSERT INTO international VALUES (109,'WebGUI',1,'Owner can view?',1031514049); -INSERT INTO international VALUES (109,'WebGUI',4,'Dueño puede ver?',1031510000); -INSERT INTO international VALUES (109,'WebGUI',5,'O dono pode ver?',1031510000); -INSERT INTO international VALUES (110,'WebGUI',1,'Owner can edit?',1031514049); -INSERT INTO international VALUES (110,'WebGUI',4,'Dueño puede editar?',1031510000); -INSERT INTO international VALUES (110,'WebGUI',5,'O dono pode modificar?',1031510000); INSERT INTO international VALUES (343,'WebGUI',2,'Profil anschauen.',1041628263); INSERT INTO international VALUES (133,'WebGUI',3,'Bewerk e-mail instellingen',1038528684); -INSERT INTO international VALUES (111,'WebGUI',1,'Group',1031514049); -INSERT INTO international VALUES (111,'WebGUI',4,'Grupo',1031510000); -INSERT INTO international VALUES (111,'WebGUI',5,'Grupo',1031510000); -INSERT INTO international VALUES (112,'WebGUI',1,'Group can view?',1031514049); -INSERT INTO international VALUES (112,'WebGUI',4,'Grupo puede ver?',1031510000); -INSERT INTO international VALUES (112,'WebGUI',5,'O grupo pode ver?',1031510000); INSERT INTO international VALUES (130,'WebGUI',3,'Maximum grootte bijlagen (bytes)',1038528675); -INSERT INTO international VALUES (113,'WebGUI',1,'Group can edit?',1031514049); -INSERT INTO international VALUES (113,'WebGUI',4,'Grupo puede editar?',1031510000); -INSERT INTO international VALUES (113,'WebGUI',5,'O grupo pode modificar?',1031510000); INSERT INTO international VALUES (338,'WebGUI',2,'Profil bearbeiten',1041628373); INSERT INTO international VALUES (127,'WebGUI',3,'URL bedrijf',1038528652); -INSERT INTO international VALUES (114,'WebGUI',1,'Anybody can view?',1031514049); -INSERT INTO international VALUES (114,'WebGUI',4,'Cualquiera puede ver?',1031510000); -INSERT INTO international VALUES (114,'WebGUI',5,'Qualquer pessoa pode ver?',1031510000); -INSERT INTO international VALUES (115,'WebGUI',1,'Anybody can edit?',1031514049); -INSERT INTO international VALUES (115,'WebGUI',4,'Cualquiera puede editar?',1031510000); -INSERT INTO international VALUES (115,'WebGUI',5,'Qualquer pessoa pode modificar?',1031510000); INSERT INTO international VALUES (339,'WebGUI',2,'männlich',1041628381); INSERT INTO international VALUES (125,'WebGUI',3,'Bedrijfsnaam',1038528638); INSERT INTO international VALUES (126,'WebGUI',3,'Email adres bedrijf',1038528644); @@ -2051,7 +2041,7 @@ INSERT INTO international VALUES (130,'WebGUI',1,'Maximum Attachment Size',10315 INSERT INTO international VALUES (130,'WebGUI',4,'Tamaño máximo de adjuntos',1031510000); INSERT INTO international VALUES (130,'WebGUI',5,'Tamanho máximo dos anexos',1031510000); INSERT INTO international VALUES (330,'WebGUI',2,'Ort (geschäftlich)',1040641430); -INSERT INTO international VALUES (133,'WebGUI',1,'Edit Mail Settings',1031514049); +INSERT INTO international VALUES (133,'WebGUI',1,'Edit Messaging Settings',1044138764); INSERT INTO international VALUES (133,'WebGUI',4,'Editar configuración de e-mail',1031510000); INSERT INTO international VALUES (133,'WebGUI',5,'Modificar preferências de e-mail',1031510000); INSERT INTO international VALUES (332,'WebGUI',2,'Postleitzahl (geschäftlich)',1040641490); @@ -2067,29 +2057,24 @@ INSERT INTO international VALUES (327,'WebGUI',2,'Land (privat)',1041628337); INSERT INTO international VALUES (138,'WebGUI',1,'Yes',1031514049); INSERT INTO international VALUES (138,'WebGUI',4,'Si',1031510000); INSERT INTO international VALUES (138,'WebGUI',5,'Sim',1031510000); -INSERT INTO international VALUES (115,'WebGUI',3,'Iedereen kan bewerken?',1038528526); INSERT INTO international VALUES (139,'WebGUI',1,'No',1031514049); INSERT INTO international VALUES (139,'WebGUI',4,'No',1031510000); INSERT INTO international VALUES (139,'WebGUI',5,'Não',1031510000); INSERT INTO international VALUES (329,'WebGUI',2,'Strasse',1040641648); INSERT INTO international VALUES (328,'WebGUI',2,'Telefon (privat)',1041628347); -INSERT INTO international VALUES (114,'WebGUI',3,'Iedereen kan bekijken?',1038528519); INSERT INTO international VALUES (140,'WebGUI',1,'Edit Miscellaneous Settings',1031514049); INSERT INTO international VALUES (140,'WebGUI',4,'Editar configuraciones misceláneas',1031510000); INSERT INTO international VALUES (140,'WebGUI',5,'Modificar preferências mistas',1031510000); INSERT INTO international VALUES (141,'WebGUI',1,'Not Found Page',1031514049); INSERT INTO international VALUES (141,'WebGUI',4,'Página no encontrada',1031510000); INSERT INTO international VALUES (141,'WebGUI',5,'Página não encontrada',1031510000); -INSERT INTO international VALUES (113,'WebGUI',3,'Groep kan bewerken?',1038528513); INSERT INTO international VALUES (142,'WebGUI',1,'Session Timeout',1031514049); INSERT INTO international VALUES (142,'WebGUI',4,'Timeout de sesión',1031510000); INSERT INTO international VALUES (142,'WebGUI',5,'Timeout de sessão',1031510000); INSERT INTO international VALUES (325,'WebGUI',2,'Bundesland (privat)',1041628231); -INSERT INTO international VALUES (112,'WebGUI',3,'Groep kan bekijken?',1038528506); INSERT INTO international VALUES (143,'WebGUI',1,'Manage Settings',1031514049); INSERT INTO international VALUES (143,'WebGUI',4,'Configurar Opciones',1031510000); INSERT INTO international VALUES (143,'WebGUI',5,'Organizar preferências',1031510000); -INSERT INTO international VALUES (111,'WebGUI',3,'Groep',1038528500); INSERT INTO international VALUES (144,'WebGUI',1,'View statistics.',1031514049); INSERT INTO international VALUES (144,'WebGUI',4,'Ver estadísticas',1031510000); INSERT INTO international VALUES (144,'WebGUI',5,'Ver estatisticas.',1031510000); @@ -2097,14 +2082,12 @@ INSERT INTO international VALUES (145,'WebGUI',1,'WebGUI Build Version',10315140 INSERT INTO international VALUES (145,'WebGUI',4,'Versión de WebGUI',1031510000); INSERT INTO international VALUES (145,'WebGUI',5,'WebGUI versão',1031510000); INSERT INTO international VALUES (323,'WebGUI',2,'Strasse (privat)',1041628019); -INSERT INTO international VALUES (110,'WebGUI',3,'Gebruiker kan bewerken?',1038528494); INSERT INTO international VALUES (146,'WebGUI',1,'Active Sessions',1031514049); INSERT INTO international VALUES (146,'WebGUI',4,'Sesiones activas',1031510000); INSERT INTO international VALUES (146,'WebGUI',5,'Sessões activas',1031510000); INSERT INTO international VALUES (147,'WebGUI',1,'Pages',1031514049); INSERT INTO international VALUES (147,'WebGUI',4,'Páginas',1031510000); INSERT INTO international VALUES (147,'WebGUI',5,'Páginas',1031510000); -INSERT INTO international VALUES (109,'WebGUI',3,'Eigenaar kan bekijken?',1038528481); INSERT INTO international VALUES (148,'WebGUI',1,'Wobjects',1031514049); INSERT INTO international VALUES (148,'WebGUI',4,'Wobjects',1031510000); INSERT INTO international VALUES (148,'WebGUI',5,'Wobjects',1031510000); @@ -2257,8 +2240,6 @@ INSERT INTO international VALUES (304,'WebGUI',4,'Idioma',1031510000); INSERT INTO international VALUES (304,'WebGUI',5,'Lingua',1031510000); INSERT INTO international VALUES (312,'WebGUI',2,'Geschäftsadresse anzeigen?',1041627895); INSERT INTO international VALUES (80,'WebGUI',3,'Account is aangemaakt!',1039783454); -INSERT INTO international VALUES (306,'WebGUI',1,'Username Binding',1031514049); -INSERT INTO international VALUES (306,'WebGUI',5,'Ligação ao username',1031510000); INSERT INTO international VALUES (307,'WebGUI',1,'Use default meta tags?',1031514049); INSERT INTO international VALUES (307,'WebGUI',5,'Usar as meta tags de defeito?',1031510000); INSERT INTO international VALUES (2,'Auth/LDAP',3,'Kan niet verbinden met LDAP server.',1031516049); @@ -2322,7 +2303,6 @@ INSERT INTO international VALUES (328,'WebGUI',1,'Home Phone',1031514049); INSERT INTO international VALUES (328,'WebGUI',5,'Telefone (de casa)',1031510000); INSERT INTO international VALUES (329,'WebGUI',1,'Work Address',1031514049); INSERT INTO international VALUES (329,'WebGUI',5,'Morada (do emprego)',1031510000); -INSERT INTO international VALUES (306,'WebGUI',2,'Benutze LDAP Benutzername',1041627834); INSERT INTO international VALUES (330,'WebGUI',1,'Work City',1031514049); INSERT INTO international VALUES (330,'WebGUI',5,'Cidade (do emprego)',1031510000); INSERT INTO international VALUES (68,'WebGUI',3,'De account informatie is niet geldig. Het account bestaat niet of de gebruikersnaam/wachtwoord was fout.',1039783031); @@ -2521,7 +2501,7 @@ INSERT INTO international VALUES (143,'WebGUI',2,'Einstellungen verwalten',10416 INSERT INTO international VALUES (139,'WebGUI',2,'Nein',1041607789); INSERT INTO international VALUES (138,'WebGUI',2,'Ja',1041607758); INSERT INTO international VALUES (135,'WebGUI',2,'SMTP Server',1041607780); -INSERT INTO international VALUES (134,'WebGUI',2,'Passwortmeldung wiederherstellen',1040650516); +INSERT INTO international VALUES (134,'WebGUI',2,'Passwort wiederherstellen Text',1044376446); INSERT INTO international VALUES (133,'WebGUI',2,'Maileinstellungen bearbeiten',1041607770); INSERT INTO international VALUES (130,'WebGUI',2,'Maximale Dateigröße für Anhänge',1041607705); INSERT INTO international VALUES (125,'WebGUI',2,'Firmenname',1041607657); @@ -2535,15 +2515,8 @@ INSERT INTO international VALUES (119,'WebGUI',2,'Authentifizierungsmethode (Sta INSERT INTO international VALUES (5,'Auth/LDAP',2,'LDAP URL (Standard)',1040644184); INSERT INTO international VALUES (117,'WebGUI',2,'Authentifizierungseinstellungen bearbeiten',1040652080); INSERT INTO international VALUES (118,'WebGUI',2,'anonyme Registrierung',1041607629); -INSERT INTO international VALUES (115,'WebGUI',2,'Kann jeder bearbeiten?',1040650403); INSERT INTO international VALUES (116,'WebGUI',2,'Rechte an alle nachfolgenden Seiten weitergeben.',1040650415); -INSERT INTO international VALUES (114,'WebGUI',2,'Kann jeder anschauen?',1040650391); -INSERT INTO international VALUES (111,'WebGUI',2,'Gruppe',1040650358); -INSERT INTO international VALUES (113,'WebGUI',2,'Gruppe kann bearbeiten?',1040650380); -INSERT INTO international VALUES (110,'WebGUI',2,'Besitzer kann bearbeiten?',1040650348); -INSERT INTO international VALUES (112,'WebGUI',2,'Gruppe kann anschauen?',1040650369); INSERT INTO international VALUES (108,'WebGUI',2,'Besitzer',1040650300); -INSERT INTO international VALUES (109,'WebGUI',2,'Besitzer kann anschauen?',1040650313); INSERT INTO international VALUES (107,'WebGUI',2,'Rechte',1040650272); INSERT INTO international VALUES (105,'WebGUI',2,'Style',1040595751); INSERT INTO international VALUES (106,'WebGUI',2,'Style für alle nachfolgenden Seiten übernehmen.',1040595792); @@ -2653,7 +2626,6 @@ INSERT INTO international VALUES (39,'WebGUI',2,'Sie sind nicht berechtigt, dies INSERT INTO international VALUES (40,'WebGUI',2,'Notwendiger Bestandteil',1041628173); INSERT INTO international VALUES (38,'WebGUI',2,'Sie sind nicht berechtigt, diese Aktion auszuführen. ^a(\"Melden Sie sich bitte mit einem Benutzernamen an\");, der über ausreichende Rechte verfügt.',1040650735); INSERT INTO international VALUES (37,'WebGUI',2,'Zugriff verweigert!',1041628318); -INSERT INTO international VALUES (2,'SQLReport',6,'Lägg till SQL-rapport',1031579399); INSERT INTO international VALUES (37,'USS',2,'Löschen',1040649997); INSERT INTO international VALUES (36,'WebGUI',2,'Um diese Funktion ausführen zu können, müssen Sie Administrator sein. Bitte nehmen Sie Kontakt mit einem Ihrer Administratoren auf. Nachfolgend eine Aufstellung der Administratoren:',1041593191); INSERT INTO international VALUES (35,'WebGUI',2,'Administrative Funktion',1041628286); @@ -2685,7 +2657,6 @@ INSERT INTO international VALUES (24,'Article',2,'Kommentar schreiben',104059789 INSERT INTO international VALUES (1,'Article',6,'Artikel',1031510000); INSERT INTO international VALUES (572,'WebGUI',2,'Freigeben',1041629753); INSERT INTO international VALUES (23,'WebGUI',2,'September',1041610991); -INSERT INTO international VALUES (3,'FAQ',6,'Lägg till F.A.Q.',1031510000); INSERT INTO international VALUES (23,'Article',2,'Datum',1040597864); INSERT INTO international VALUES (22,'WebGUI',2,'August',1041610982); INSERT INTO international VALUES (22,'Article',2,'Autor',1040646744); @@ -2795,9 +2766,9 @@ INSERT INTO international VALUES (490,'WebGUI',1,'Add a profile category.',10315 INSERT INTO international VALUES (491,'WebGUI',1,'Add a profile field.',1031514049); INSERT INTO international VALUES (492,'WebGUI',1,'Profile fields list.',1031514049); INSERT INTO international VALUES (493,'WebGUI',1,'Back to site.',1031514049); -INSERT INTO international VALUES (495,'WebGUI',1,'htmlArea (default)',1038159820); +INSERT INTO international VALUES (495,'WebGUI',1,'htmlArea (Internet Explorer 5.5+)',1044704928); INSERT INTO international VALUES (496,'WebGUI',1,'Editor To Use',1031514049); -INSERT INTO international VALUES (494,'WebGUI',1,'Real Objects Edit-On Pro',1031514049); +INSERT INTO international VALUES (494,'WebGUI',1,'RealObjects edit-on Pro 2.x',1044704984); INSERT INTO international VALUES (497,'WebGUI',1,'Start Date',1031514049); INSERT INTO international VALUES (498,'WebGUI',1,'End Date',1031514049); INSERT INTO international VALUES (499,'WebGUI',1,'Wobject ID',1031514049); @@ -2821,9 +2792,7 @@ INSERT INTO international VALUES (6,'SyndicatedContent',6,'Nuvarande inneh INSERT INTO international VALUES (6,'USS',6,'Inlägg per sida',1031510000); INSERT INTO international VALUES (6,'WebGUI',6,'Kontrollera stilar.',1031579234); INSERT INTO international VALUES (7,'Article',6,'Länktitel',1032859374); -INSERT INTO international VALUES (7,'EventsCalendar',6,'Lägg till händelse',1031510000); INSERT INTO international VALUES (7,'FAQ',6,'Är du säker på att du vill radera denna fråga?',1031510000); -INSERT INTO international VALUES (7,'LinkList',6,'Lägg till länk',1031510000); INSERT INTO international VALUES (7,'MessageBoard',6,'Författare:',1031510000); INSERT INTO international VALUES (7,'Poll',6,'Svar',1031510000); INSERT INTO international VALUES (7,'SQLReport',6,'Databas lösenord',1031651382); @@ -2850,17 +2819,14 @@ INSERT INTO international VALUES (9,'WebGUI',6,'Visa klippbord.',1031510000); INSERT INTO international VALUES (10,'Article',6,'Konvertera radbrytning?',1031510000); INSERT INTO international VALUES (10,'FAQ',6,'Redigera fråga',1031510000); INSERT INTO international VALUES (10,'LinkList',6,'Redigera länklista',1032257325); -INSERT INTO international VALUES (2,'Article',10,'Tilføj artikel',1031510000); INSERT INTO international VALUES (10,'Poll',6,'Återställ röster.',1031510000); INSERT INTO international VALUES (10,'SQLReport',6,'<b>Debug:</b> Error: The SQL specified is of an improper format.',1031510000); INSERT INTO international VALUES (563,'WebGUI',6,'Standardstatus',1031580967); INSERT INTO international VALUES (10,'WebGUI',6,'Hantera skräpkorgen.',1031510000); INSERT INTO international VALUES (11,'Article',6,'(Kryssa i om du inte skriver <br> manuellt.)',1031841919); INSERT INTO international VALUES (77,'EventsCalendar',1,'Delete this event and all of its recurrences.',1031514049); -INSERT INTO international VALUES (11,'LinkList',6,'Lägg till länklista',1031579360); INSERT INTO international VALUES (11,'MessageBoard',6,'Tillbaka till meddelandelista',1031649810); INSERT INTO international VALUES (11,'SQLReport',6,'<b>Debug:</b> Error: There was a problem with the query.',1031510000); -INSERT INTO international VALUES (11,'USS',6,'Lägg till inlägg',1031510000); INSERT INTO international VALUES (11,'WebGUI',6,'Töm skräpkorgen.',1031648713); INSERT INTO international VALUES (12,'Article',6,'Redigera artikel',1031841932); INSERT INTO international VALUES (12,'EventsCalendar',6,'Redigera Händelser Kalender',1031649518); @@ -2979,7 +2945,6 @@ INSERT INTO international VALUES (92,'WebGUI',6,'N INSERT INTO international VALUES (93,'WebGUI',6,'Hjälp',1031510000); INSERT INTO international VALUES (94,'WebGUI',6,'Se vidare',1031510000); INSERT INTO international VALUES (95,'WebGUI',6,'Hjälpindex',1031648017); -INSERT INTO international VALUES (98,'WebGUI',6,'Lägg till sida',1031510000); INSERT INTO international VALUES (99,'WebGUI',6,'Titel',1031510000); INSERT INTO international VALUES (100,'WebGUI',6,'Meta Tag',1031510000); INSERT INTO international VALUES (101,'WebGUI',6,'Är du säker på att du vill radera denna sida, dess innehåll och underliggande objekt?',1032851375); @@ -2990,13 +2955,6 @@ INSERT INTO international VALUES (105,'WebGUI',6,'Stil',1031510000); INSERT INTO international VALUES (106,'WebGUI',6,'Ge samma stil till underliggande sidor.',1031510000); INSERT INTO international VALUES (107,'WebGUI',6,'Privilegier',1031648692); INSERT INTO international VALUES (108,'WebGUI',6,'Ägare',1031510000); -INSERT INTO international VALUES (109,'WebGUI',6,'Ägaren kan se?',1031510000); -INSERT INTO international VALUES (110,'WebGUI',6,'Ägaren kan redigera?',1032859339); -INSERT INTO international VALUES (111,'WebGUI',6,'Grupp',1031510000); -INSERT INTO international VALUES (112,'WebGUI',6,'Gruppen kan se?',1031510000); -INSERT INTO international VALUES (113,'WebGUI',6,'Gruppen kan redigera?',1032859356); -INSERT INTO international VALUES (114,'WebGUI',6,'Vem som helst kan titta?',1031649397); -INSERT INTO international VALUES (115,'WebGUI',6,'Kan vem som helst redigera?',1031510000); INSERT INTO international VALUES (116,'WebGUI',6,'Kryssa här för att kopiera dessa previlegier till undersidor.',1031510000); INSERT INTO international VALUES (117,'WebGUI',6,'Redigera användarinställningar',1032859534); INSERT INTO international VALUES (118,'WebGUI',6,'Anonyma registreringar',1031510000); @@ -3062,7 +3020,6 @@ INSERT INTO international VALUES (240,'WebGUI',6,'Meddelande-ID:',1031583887); INSERT INTO international VALUES (244,'WebGUI',6,'Författare',1031510000); INSERT INTO international VALUES (245,'WebGUI',6,'Datum',1031510000); INSERT INTO international VALUES (304,'WebGUI',6,'Språk',1031510000); -INSERT INTO international VALUES (306,'WebGUI',6,'Användarnamn Bindning',1031648142); INSERT INTO international VALUES (307,'WebGUI',6,'Använd den vanliga meta tagen?',1031510000); INSERT INTO international VALUES (308,'WebGUI',6,'Redigera profilinställningar',1031510000); INSERT INTO international VALUES (309,'WebGUI',6,'Tillåt riktigt namn?',1031510000); @@ -3137,15 +3094,12 @@ INSERT INTO international VALUES (32,'USS',6,'Bild',1031510000); INSERT INTO international VALUES (33,'USS',6,'Bilaga',1031648631); INSERT INTO international VALUES (34,'USS',6,'Konvertera radbrytningar',1031510000); INSERT INTO international VALUES (35,'USS',6,'Titel',1031510000); -INSERT INTO international VALUES (36,'USS',6,'Radera fil.',1031510000); INSERT INTO international VALUES (378,'WebGUI',6,'Användar-ID',1031581110); INSERT INTO international VALUES (379,'WebGUI',6,'Grupp-ID',1031581117); INSERT INTO international VALUES (380,'WebGUI',6,'Stil-ID',1031581134); INSERT INTO international VALUES (381,'WebGUI',6,'WebGUI fick in en felformulerad förfrågan och kunde inte fortsätta. Oftast beror detta på ovanliga tecken som skickas från ett formulär. Du kan försöka med att gå tillbaka och försöka igen.',1031510000); INSERT INTO international VALUES (1,'FileManager',6,'Filhanterare',1031510000); -INSERT INTO international VALUES (2,'FileManager',6,'Lägg till filhanterare',1031581035); INSERT INTO international VALUES (3,'FileManager',6,'Fortsätt med att lägga till fil?',1031510000); -INSERT INTO international VALUES (4,'FileManager',6,'Lägg till nedladdning',1031581043); INSERT INTO international VALUES (5,'FileManager',6,'Filens titel',1032859258); INSERT INTO international VALUES (6,'FileManager',6,'Ladda ned fil',1031510000); INSERT INTO international VALUES (7,'FileManager',6,'Grupp för nedladdning',1031510000); @@ -3154,7 +3108,6 @@ INSERT INTO international VALUES (9,'FileManager',6,'Redigera filhanterare',1031 INSERT INTO international VALUES (10,'FileManager',6,'Redigera nedladdning',1032859231); INSERT INTO international VALUES (11,'FileManager',6,'Lägg till en ny nedladdning.',1031510000); INSERT INTO international VALUES (12,'FileManager',6,'Är du säker på att du vill ta bort denna nedladdning?',1031510000); -INSERT INTO international VALUES (13,'FileManager',6,'Radera',1031510000); INSERT INTO international VALUES (14,'FileManager',6,'Fil',1031510000); INSERT INTO international VALUES (15,'FileManager',6,'Beskrivning',1031510000); INSERT INTO international VALUES (16,'FileManager',6,'Uppladdat den',1032859243); @@ -3334,9 +3287,7 @@ INSERT INTO international VALUES (580,'WebGUI',1,'Your message has been denied.' INSERT INTO international VALUES (27,'Article',10,'Tilbage til artikel',1031510000); INSERT INTO international VALUES (28,'Article',10,'Vis respons',1031510000); INSERT INTO international VALUES (1,'FileManager',10,'Download Manager',1031510000); -INSERT INTO international VALUES (2,'FileManager',10,'Tilføj Download Manager',1031510000); INSERT INTO international VALUES (3,'FileManager',10,'Fortsæt med at tilføje fil?',1031510000); -INSERT INTO international VALUES (4,'FileManager',10,'Tilføj Download',1031510000); INSERT INTO international VALUES (5,'FileManager',10,'Navn på fil',1031510000); INSERT INTO international VALUES (6,'FileManager',10,'Hent fil',1031510000); INSERT INTO international VALUES (7,'FileManager',10,'Gruppe til Download',1031510000); @@ -3345,7 +3296,6 @@ INSERT INTO international VALUES (9,'FileManager',10,'rediger Download Manager', INSERT INTO international VALUES (10,'FileManager',10,'rediger Download ',1031510000); INSERT INTO international VALUES (11,'FileManager',10,'Tilføj ny Download',1031510000); INSERT INTO international VALUES (12,'FileManager',10,'Er du sikker på du vil slette denne Download?',1031510000); -INSERT INTO international VALUES (13,'FileManager',10,'Slet tilføjet fil?',1031510000); INSERT INTO international VALUES (14,'FileManager',10,'Fil',1031510000); INSERT INTO international VALUES (15,'FileManager',10,'Beskrivelse',1031510000); INSERT INTO international VALUES (16,'FileManager',10,'Oprettelsesdato',1031510000); @@ -3356,11 +3306,9 @@ INSERT INTO international VALUES (20,'FileManager',10,'Slet efter',1031510000); INSERT INTO international VALUES (74,'FileManager',1,'Add a new file.',1038262375); INSERT INTO international VALUES (82,'EventsCalendar',1,'Current.',1038190803); INSERT INTO international VALUES (2,'EventsCalendar',10,'Begivenheds kalender',1032274027); -INSERT INTO international VALUES (3,'EventsCalendar',10,'Tilføj begivenheds kalender',1031510000); INSERT INTO international VALUES (4,'EventsCalendar',10,'Begivenhed sker én gang',1031510000); INSERT INTO international VALUES (700,'WebGUI',10,'dag',1031510000); INSERT INTO international VALUES (701,'WebGUI',10,'uge',1031510000); -INSERT INTO international VALUES (7,'EventsCalendar',10,'Tilføj begivenhed ',1031510000); INSERT INTO international VALUES (8,'EventsCalendar',10,'Gentages hver',1032274480); INSERT INTO international VALUES (9,'EventsCalendar',10,'indtil',1031510000); INSERT INTO international VALUES (61,'Product',1,'Product Template',1031514049); @@ -3370,15 +3318,12 @@ INSERT INTO international VALUES (14,'EventsCalendar',10,'Fra dato',1031510000); INSERT INTO international VALUES (15,'EventsCalendar',10,'Til dato',1031510000); INSERT INTO international VALUES (19,'EventsCalendar',10,'Slet efter ',1032273982); INSERT INTO international VALUES (1,'ExtraColumn',10,'Ekstra kolonne',1031510000); -INSERT INTO international VALUES (2,'ExtraColumn',10,'Tilføj ekstra kolonne',1031510000); INSERT INTO international VALUES (3,'ExtraColumn',10,'Mellemrum',1032469898); INSERT INTO international VALUES (4,'ExtraColumn',10,'Bredde',1032469906); INSERT INTO international VALUES (5,'ExtraColumn',10,'stilarter klasse',1032469915); INSERT INTO international VALUES (6,'ExtraColumn',10,'rediger ekstra kolonne',1032469927); INSERT INTO international VALUES (74,'FAQ',1,'Template',1036260684); INSERT INTO international VALUES (2,'FAQ',10,'Ofte stillede spørgsmål (F.A.Q.)',1032469958); -INSERT INTO international VALUES (3,'FAQ',10,'Tilføj F.A.Q.',1031510000); -INSERT INTO international VALUES (4,'FAQ',10,'Tilføj spørgsmål',1031510000); INSERT INTO international VALUES (5,'FAQ',10,'Spørgsmål',1032469969); INSERT INTO international VALUES (6,'FAQ',10,'Svar',1032469976); INSERT INTO international VALUES (7,'FAQ',10,'Er du sikker på du vil slette dette spørgsmål?',1032469993); @@ -3392,14 +3337,11 @@ INSERT INTO international VALUES (4,'Item',10,'Item',1032470093); INSERT INTO international VALUES (5,'Item',10,'Hent vedhæftet',1032470104); INSERT INTO international VALUES (3,'LinkList',10,'Skal der åbnes i nyt vindue?',1032470165); INSERT INTO international VALUES (6,'LinkList',10,'Liste over henvisning',1032470193); -INSERT INTO international VALUES (7,'LinkList',10,'Tilføj henvisning',1031510000); INSERT INTO international VALUES (8,'LinkList',10,'URL',1032470215); INSERT INTO international VALUES (9,'LinkList',10,'Er du sikker på du vil slette denne henvisning?',1032470231); INSERT INTO international VALUES (10,'LinkList',10,'Rediger henvisnings liste',1032470126); -INSERT INTO international VALUES (11,'LinkList',10,'Tilføj henvisnings liste',1031510000); INSERT INTO international VALUES (12,'LinkList',10,'Rediger henvisning ',1032470135); INSERT INTO international VALUES (13,'LinkList',10,'Tilføj ny henvisning',1032470146); -INSERT INTO international VALUES (1,'MessageBoard',10,'Tilføj opslagstavle',1031510000); INSERT INTO international VALUES (2,'MessageBoard',10,'Opslagstavle',1031510000); INSERT INTO international VALUES (564,'WebGUI',10,'Hvem kan komme med indlæg?',1031510000); INSERT INTO international VALUES (4,'MessageBoard',10,'Antal beskeder pr. side',1031510000); @@ -3408,11 +3350,9 @@ INSERT INTO international VALUES (6,'MessageBoard',10,'Rediger opslagstavle',103 INSERT INTO international VALUES (7,'MessageBoard',10,'Forfatter:',1031510000); INSERT INTO international VALUES (8,'MessageBoard',10,'Dato:',1031510000); INSERT INTO international VALUES (9,'MessageBoard',10,'Besked nr.:',1031510000); -INSERT INTO international VALUES (10,'MessageBoard',10,'Forrige tråd',1031510000); INSERT INTO international VALUES (11,'MessageBoard',10,'Tilbage til oversigt',1032470244); INSERT INTO international VALUES (12,'MessageBoard',10,'Rediger meddelelse',1032470260); INSERT INTO international VALUES (577,'WebGUI',10,'Send respons',1031510000); -INSERT INTO international VALUES (14,'MessageBoard',10,'Næste tråd',1031510000); INSERT INTO international VALUES (15,'MessageBoard',10,'Forfatter',1032470276); INSERT INTO international VALUES (16,'MessageBoard',10,'Dato',1032470297); INSERT INTO international VALUES (17,'MessageBoard',10,'Ny meddelelse',1031510000); @@ -3422,7 +3362,6 @@ INSERT INTO international VALUES (20,'MessageBoard',10,'Seneste svar',1031510000 INSERT INTO international VALUES (565,'WebGUI',10,'Hvem kan moderere?',1031510000); INSERT INTO international VALUES (22,'MessageBoard',10,'Slet besked',1031510000); INSERT INTO international VALUES (1,'Poll',10,'Afstemning',1031510000); -INSERT INTO international VALUES (2,'Poll',10,'Tilføj afstemning',1031510000); INSERT INTO international VALUES (3,'Poll',10,'Aktiv',1031510000); INSERT INTO international VALUES (4,'Poll',10,'Hvem kan stemme',1031510000); INSERT INTO international VALUES (5,'Poll',10,'Bredde på graf',1031510000); @@ -3432,7 +3371,6 @@ INSERT INTO international VALUES (8,'Poll',10,'(Indtast INSERT INTO international VALUES (9,'Poll',10,'Rediger afstemning',1031510000); INSERT INTO international VALUES (10,'Poll',10,'Nulstil afstemning',1031510000); INSERT INTO international VALUES (11,'Poll',10,'Stem!',1031510000); -INSERT INTO international VALUES (1,'SiteMap',10,'Tilføj Site oversigt',1031510000); INSERT INTO international VALUES (2,'SiteMap',10,'Site oversigt',1031510000); INSERT INTO international VALUES (3,'SiteMap',10,'Startende fra dette niveau',1031510000); INSERT INTO international VALUES (4,'SiteMap',10,'Dybde?',1031510000); @@ -3440,7 +3378,6 @@ INSERT INTO international VALUES (5,'SiteMap',10,'Rediger Site oversigt',1031510 INSERT INTO international VALUES (6,'SiteMap',10,'Indryk',1031510000); INSERT INTO international VALUES (80,'Survey',1,'seconds',1038789602); INSERT INTO international VALUES (1,'SQLReport',10,'SQL rapport',1031510000); -INSERT INTO international VALUES (2,'SQLReport',10,'Tilføj SQL rapport',1031510000); INSERT INTO international VALUES (3,'SQLReport',10,'Rapport template',1031510000); INSERT INTO international VALUES (4,'SQLReport',10,'Query',1031510000); INSERT INTO international VALUES (5,'SQLReport',10,'DSN',1031510000); @@ -3459,7 +3396,6 @@ INSERT INTO international VALUES (17,'SQLReport',10,'Debug: Query:',10315 INSERT INTO international VALUES (18,'SQLReport',10,'Der var ikke nogen svar til denne forespørgsel!',1031510000); INSERT INTO international VALUES (1,'SyndicatedContent',10,'URL til RSS fil',1031510000); INSERT INTO international VALUES (2,'SyndicatedContent',10,'Syndicated Content',1031510000); -INSERT INTO international VALUES (3,'SyndicatedContent',10,'Tilføj Syndicated Content',1031510000); INSERT INTO international VALUES (4,'SyndicatedContent',10,'Rediger Syndicated Content',1031510000); INSERT INTO international VALUES (5,'SyndicatedContent',10,'Sidst opdateret',1031510000); INSERT INTO international VALUES (6,'SyndicatedContent',10,'Gældende indhold',1031510000); @@ -3473,7 +3409,6 @@ INSERT INTO international VALUES (560,'WebGUI',10,'Godkendt',1031510000); INSERT INTO international VALUES (561,'WebGUI',10,'Afvist',1031510000); INSERT INTO international VALUES (562,'WebGUI',10,'Afventer',1031510000); INSERT INTO international VALUES (563,'WebGUI',10,'Default Status',1031510000); -INSERT INTO international VALUES (11,'USS',10,'Tilføj indlæg',1031510000); INSERT INTO international VALUES (12,'USS',10,'(Kryds ikke hvis du laver et HTML indlæg.)',1031510000); INSERT INTO international VALUES (13,'USS',10,'Tilføjet dato',1031510000); INSERT INTO international VALUES (14,'USS',10,'Status',1031510000); @@ -3495,7 +3430,6 @@ INSERT INTO international VALUES (32,'USS',10,'Billede',1031510000); INSERT INTO international VALUES (33,'USS',10,'Tillæg',1031510000); INSERT INTO international VALUES (34,'USS',10,'Konverter linieskift?',1031510000); INSERT INTO international VALUES (35,'USS',10,'Titel',1031510000); -INSERT INTO international VALUES (36,'USS',10,'Slet fil.',1031510000); INSERT INTO international VALUES (37,'USS',10,'Slet',1031510000); INSERT INTO international VALUES (1,'WebGUI',10,'Tilføj indhold',1031510000); INSERT INTO international VALUES (2,'WebGUI',10,'Side',1031510000); @@ -3591,7 +3525,6 @@ INSERT INTO international VALUES (92,'WebGUI',10,'N INSERT INTO international VALUES (93,'WebGUI',10,'Hjælp',1031510000); INSERT INTO international VALUES (94,'WebGUI',10,'Se også',1031510000); INSERT INTO international VALUES (95,'WebGUI',10,'Hjælpe indeks',1031510000); -INSERT INTO international VALUES (98,'WebGUI',10,'Tilføj side',1031510000); INSERT INTO international VALUES (99,'WebGUI',10,'Titel',1031510000); INSERT INTO international VALUES (100,'WebGUI',10,'Meta Tags',1031510000); INSERT INTO international VALUES (101,'WebGUI',10,'Er du sikker på du vil slette denne side, og alt indhold derunder?',1031510000); @@ -3602,13 +3535,6 @@ INSERT INTO international VALUES (105,'WebGUI',10,'Stil',1031510000); INSERT INTO international VALUES (106,'WebGUI',10,'Sæt kryds for at give denne stil til alle undersider',1031510000); INSERT INTO international VALUES (107,'WebGUI',10,'Rettigheder',1031510000); INSERT INTO international VALUES (108,'WebGUI',10,'Ejer',1031510000); -INSERT INTO international VALUES (109,'WebGUI',10,'Ejer kan se?',1031510000); -INSERT INTO international VALUES (110,'WebGUI',10,'Ejer kan redigere?',1031510000); -INSERT INTO international VALUES (111,'WebGUI',10,'Gruppe',1031510000); -INSERT INTO international VALUES (112,'WebGUI',10,'Gruppe kan se?',1031510000); -INSERT INTO international VALUES (113,'WebGUI',10,'Gruppe kan redigere?',1031510000); -INSERT INTO international VALUES (114,'WebGUI',10,'Alle kan se?',1031510000); -INSERT INTO international VALUES (115,'WebGUI',10,'Alle kan redigere?',1031510000); INSERT INTO international VALUES (116,'WebGUI',10,'Sæt kryds for at give disse rettigheder til alle undersider',1031510000); INSERT INTO international VALUES (117,'WebGUI',10,'Rediger autorisations indstillinger',1031510000); INSERT INTO international VALUES (118,'WebGUI',10,'Anonym registrering',1031510000); @@ -3638,8 +3564,6 @@ INSERT INTO international VALUES (147,'WebGUI',10,'Sider',1031510000); INSERT INTO international VALUES (148,'WebGUI',10,'Wobjects',1031510000); INSERT INTO international VALUES (149,'WebGUI',10,'brugere i gruppe',1031510000); INSERT INTO international VALUES (151,'WebGUI',10,'Navn på stilart',1031510000); -INSERT INTO international VALUES (152,'WebGUI',10,'Hoved',1031510000); -INSERT INTO international VALUES (153,'WebGUI',10,'Fod',1031510000); INSERT INTO international VALUES (154,'WebGUI',10,'Stilart Sheet',1031510000); INSERT INTO international VALUES (155,'WebGUI',10,'\"Er du sikker på du vil slette denne stilart og overføre alle sider der bruger denne til \"\"Fail Safe\"\" stilarten ?\"',1031510000); INSERT INTO international VALUES (156,'WebGUI',10,'Rediger stilart',1031510000); @@ -3674,7 +3598,6 @@ INSERT INTO international VALUES (240,'WebGUI',10,'Besked ID:',1031510000); INSERT INTO international VALUES (244,'WebGUI',10,'Forfatter ',1031510000); INSERT INTO international VALUES (245,'WebGUI',10,'Dato',1031510000); INSERT INTO international VALUES (304,'WebGUI',10,'Sprog',1031510000); -INSERT INTO international VALUES (306,'WebGUI',10,'Brugernavn binding',1031510000); INSERT INTO international VALUES (307,'WebGUI',10,'Brug standard meta tags?',1031510000); INSERT INTO international VALUES (308,'WebGUI',10,'Rediger profil indstillinger',1031510000); INSERT INTO international VALUES (309,'WebGUI',10,'Tillad rigtige navne?',1031510000); @@ -3982,8 +3905,6 @@ INSERT INTO international VALUES (9,'LinkList',3,'Weet u zeker dat u deze link w INSERT INTO international VALUES (9,'FAQ',3,'Voeg een nieuwe vraag toe',1038487447); INSERT INTO international VALUES (9,'EventsCalendar',3,'Tot',1038487255); INSERT INTO international VALUES (9,'Article',3,'Bijlage',1037903332); -INSERT INTO international VALUES (713,'WebGUI',1,'Style Managers Group',1031514049); -INSERT INTO international VALUES (714,'WebGUI',1,'Template Managers Group',1031514049); INSERT INTO international VALUES (8,'SQLReport',3,'Bewerk SQL rapport',1038527960); INSERT INTO international VALUES (561,'WebGUI',3,'Afgekeurd',1039780724); INSERT INTO international VALUES (8,'WebGUI',3,'Bekijk \'pagina niet gevonden\'.',1039783447); @@ -4117,7 +4038,6 @@ INSERT INTO international VALUES (5,'SyndicatedContent',7,' INSERT INTO international VALUES (5,'SQLReport',7,'DSN',1031510000); INSERT INTO international VALUES (5,'SiteMap',7,'±à¼­ÍøÕ¾µØÍ¼',1031510000); INSERT INTO international VALUES (5,'Poll',7,'ͼÐοí¶È',1031510000); -INSERT INTO international VALUES (5,'MessageBoard',7,'±à¼­³¬Ê±',1031510000); INSERT INTO international VALUES (818,'WebGUI',1,'Deactivated',1038431300); INSERT INTO international VALUES (5,'Item',7,'ÏÂÔØ¸½¼þ',1031510000); INSERT INTO international VALUES (5,'FAQ',7,'ÎÊÌâ',1031510000); @@ -4141,7 +4061,6 @@ INSERT INTO international VALUES (3,'USS',7,' INSERT INTO international VALUES (3,'SQLReport',7,'±¨¸æÄ£°å',1031510000); INSERT INTO international VALUES (3,'SiteMap',7,'ÊÇ·ñ´Ó´Ë¼¶±ð¿ªÊ¼£¿',1031510000); INSERT INTO international VALUES (3,'Poll',7,'¼¤»î',1031510000); -INSERT INTO international VALUES (3,'MessageBoard',7,'·¢±íȨÏÞ£¿',1031510000); INSERT INTO international VALUES (3,'LinkList',7,'ÊÇ·ñÔÚд°¿ÚÖдò¿ª£¿',1031510000); INSERT INTO international VALUES (3,'Item',7,'ɾ³ý¸½¼þ',1031510000); INSERT INTO international VALUES (3,'ExtraColumn',7,'¿Õ°×',1031510000); @@ -4182,7 +4101,6 @@ INSERT INTO international VALUES (7,'FAQ',7,' INSERT INTO international VALUES (7,'MessageBoard',7,'×÷Õߣº',1031510000); INSERT INTO international VALUES (7,'Poll',7,'»Ø´ð',1031510000); INSERT INTO international VALUES (7,'SQLReport',7,'Êý¾Ý¿âÃÜÂë',1031510000); -INSERT INTO international VALUES (7,'USS',7,'ͨ¹ý',1031510000); INSERT INTO international VALUES (7,'WebGUI',7,'¹ÜÀíÓû§¡£',1031510000); INSERT INTO international VALUES (8,'Article',7,'Á´½Ó URL',1031510000); INSERT INTO international VALUES (8,'EventsCalendar',7,'ÖØ¸´ÖÜÆÚ',1031510000); @@ -4193,33 +4111,28 @@ INSERT INTO international VALUES (8,'Poll',7,' INSERT INTO international VALUES (9,'MessageBoard',7,'ÎÄÕ ID:',1031510000); INSERT INTO international VALUES (11,'MessageBoard',7,'·µ»ØÎÄÕÂÁбí',1031510000); INSERT INTO international VALUES (12,'MessageBoard',7,'±à¼­ÎÄÕÂ',1031510000); -INSERT INTO international VALUES (13,'MessageBoard',7,'·¢±í»Ø¸´',1031510000); INSERT INTO international VALUES (15,'MessageBoard',7,'×÷Õß',1031510000); INSERT INTO international VALUES (16,'MessageBoard',7,'ÈÕÆÚ',1031510000); INSERT INTO international VALUES (17,'MessageBoard',7,'·¢±íÐÂÎÄÕÂ',1031510000); INSERT INTO international VALUES (18,'MessageBoard',7,'ÏßË÷¿ªÊ¼',1031510000); INSERT INTO international VALUES (19,'MessageBoard',7,'»Ø¸´',1031510000); INSERT INTO international VALUES (20,'MessageBoard',7,'×îºó»Ø¸´',1031510000); -INSERT INTO international VALUES (21,'MessageBoard',7,'¹ÜÀíȨÏÞ£¿',1031510000); INSERT INTO international VALUES (22,'MessageBoard',7,'ɾ³ýÎÄÕÂ',1031510000); INSERT INTO international VALUES (9,'Poll',7,'±à¼­µ÷²é',1031510000); INSERT INTO international VALUES (10,'Poll',7,'³õʼ»¯Í¶Æ±¡£',1031510000); INSERT INTO international VALUES (11,'Poll',7,'ͶƱ£¡',1031510000); INSERT INTO international VALUES (8,'SQLReport',7,'Edit SQL Report',1031510000); -INSERT INTO international VALUES (8,'USS',7,'±»¾Ü¾ø',1031510000); INSERT INTO international VALUES (8,'WebGUI',7,'Äú²é¿´µÄÒ³Ãæ²»´æÔÚ¡£',1031510000); INSERT INTO international VALUES (9,'Article',7,'¸½¼þ',1031510000); INSERT INTO international VALUES (9,'EventsCalendar',7,'Ö±µ½',1031510000); INSERT INTO international VALUES (9,'FAQ',7,'Ìí¼ÓÐÂÎÊÌâ¡£',1031510000); INSERT INTO international VALUES (9,'LinkList',7,'ÄúÊÇ·ñÈ·¶¨ÒªÉ¾³ý´ËÁ´½Ó£¿',1031510000); INSERT INTO international VALUES (9,'SQLReport',7,'Debug: Error: The DSN specified is of an improper format.',1031510000); -INSERT INTO international VALUES (9,'USS',7,'ÉóºËÖÐ',1031510000); INSERT INTO international VALUES (9,'WebGUI',7,'²é¿´¼ôÌù°å',1031510000); INSERT INTO international VALUES (10,'Article',7,'ÊÇ·ñת»»»Ø³µ·û£¿',1031510000); INSERT INTO international VALUES (10,'FAQ',7,'±à¼­ÎÊÌâ',1031510000); INSERT INTO international VALUES (10,'LinkList',7,'±à¼­Á´½ÓÁбí',1031510000); INSERT INTO international VALUES (10,'SQLReport',7,'Debug: Error: The SQL specified is of an improper format.',1031510000); -INSERT INTO international VALUES (10,'USS',7,'ĬÈÏ״̬',1031510000); INSERT INTO international VALUES (10,'WebGUI',7,'¹ÜÀíÀ¬»øÏä',1031510000); INSERT INTO international VALUES (11,'Article',7,'(Èç¹ûÄúûÓÐÊÖ¶¯ÊäÈë<br>£¬ÇëÑ¡Ôñ¡°ÊÇ¡±)',1031510000); INSERT INTO international VALUES (76,'EventsCalendar',1,'Delete only this event.',1031514049); @@ -4258,11 +4171,8 @@ INSERT INTO international VALUES (21,'USS',7,' INSERT INTO international VALUES (21,'WebGUI',7,'ÆßÔÂ',1031510000); INSERT INTO international VALUES (22,'WebGUI',7,'°ËÔÂ',1031510000); INSERT INTO international VALUES (23,'WebGUI',7,'¾ÅÔÂ',1031510000); -INSERT INTO international VALUES (24,'USS',7,'ͨ¹ý',1031510000); INSERT INTO international VALUES (24,'WebGUI',7,'Ê®ÔÂ',1031510000); -INSERT INTO international VALUES (25,'USS',7,'¼ÌÐøÉóºË',1031510000); INSERT INTO international VALUES (25,'WebGUI',7,'ʮһÔÂ',1031510000); -INSERT INTO international VALUES (26,'USS',7,'¾Ü¾ø',1031510000); INSERT INTO international VALUES (26,'WebGUI',7,'Ê®¶þÔÂ',1031510000); INSERT INTO international VALUES (27,'USS',7,'±à¼­',1031510000); INSERT INTO international VALUES (27,'WebGUI',7,'ÐÇÆÚÈÕ',1031510000); @@ -4347,13 +4257,6 @@ INSERT INTO international VALUES (105,'WebGUI',7,' INSERT INTO international VALUES (106,'WebGUI',7,'Ñ¡Ôñ¡°ÊÇ¡±½«±¾Ò³ÃæÏ¼¶ËùÓÐÒ³Ãæ·ç¸ñ¸ÄΪ´Ë·ç¸ñ¡£',1031510000); INSERT INTO international VALUES (107,'WebGUI',7,'ȨÏÞÉèÖÃ',1031510000); INSERT INTO international VALUES (108,'WebGUI',7,'ÓµÓÐÕß',1031510000); -INSERT INTO international VALUES (109,'WebGUI',7,'ÓµÓÐÕß·ÃÎÊȨÏÞ£¿',1031510000); -INSERT INTO international VALUES (110,'WebGUI',7,'ÓµÓÐÕ߱༭ȨÏÞ£¿',1031510000); -INSERT INTO international VALUES (111,'WebGUI',7,'Óû§×é',1031510000); -INSERT INTO international VALUES (112,'WebGUI',7,'Óû§×é·ÃÎÊȨÏÞ£¿',1031510000); -INSERT INTO international VALUES (113,'WebGUI',7,'Óû§×é±à¼­È¨ÏÞ£¿',1031510000); -INSERT INTO international VALUES (114,'WebGUI',7,'ÈκÎÈ˿ɷÃÎÊ£¿',1031510000); -INSERT INTO international VALUES (115,'WebGUI',7,'ÈκÎÈ˿ɱ༭£¿',1031510000); INSERT INTO international VALUES (116,'WebGUI',7,'Ñ¡Ôñ¡°ÊÇ¡±½«±¾Ò³ÃæÏ¼¶ËùÓÐÒ³ÃæÈ¨ÏÞ¸ÄΪ´ËȨÏÞÉèÖá£',1031510000); INSERT INTO international VALUES (117,'WebGUI',7,'±à¼­Óû§ÉèÖÃ',1031510000); INSERT INTO international VALUES (118,'WebGUI',7,'ÄäÃûÓû§×¢²á',1031510000); @@ -4421,7 +4324,6 @@ INSERT INTO international VALUES (240,'WebGUI',7,' INSERT INTO international VALUES (244,'WebGUI',7,'×÷Õß',1031510000); INSERT INTO international VALUES (245,'WebGUI',7,'ÈÕÆÚ',1031510000); INSERT INTO international VALUES (304,'WebGUI',7,'ÓïÑÔ',1031510000); -INSERT INTO international VALUES (306,'WebGUI',7,'Óû§Ãû°ó¶¨',1031510000); INSERT INTO international VALUES (307,'WebGUI',7,'ÊÇ·ñʹÓÃĬÈÏ meta ±êʶ·û£¿',1031510000); INSERT INTO international VALUES (308,'WebGUI',7,'±à¼­Óû§ÊôÐÔÉèÖÃ',1031510000); INSERT INTO international VALUES (309,'WebGUI',7,'ÊÇ·ñÔÊÐíʹÓÃÕæÊµÐÕÃû£¿',1031510000); @@ -4536,7 +4438,6 @@ INSERT INTO international VALUES (783,'WebGUI',1,'Type',1036954378); INSERT INTO international VALUES (394,'WebGUI',7,'¹ÜÀíͼÏó¡£',1031510000); INSERT INTO international VALUES (395,'WebGUI',7,'Ìí¼ÓÐÂͼÏó¡£',1031510000); INSERT INTO international VALUES (719,'WebGUI',10,'Forældet',1036855669); -INSERT INTO international VALUES (710,'WebGUI',10,'Redigér rettigheds indstillinger',1036855857); INSERT INTO international VALUES (398,'WebGUI',7,'ÎĵµÀàÐͶ¨Òå',1031510000); INSERT INTO international VALUES (399,'WebGUI',7,'·ÖÎö±¾Ò³Ãæ¡£',1031510000); INSERT INTO international VALUES (400,'WebGUI',7,'ÊÇ·ñ×èÖ¹´úÀí»º´æ£¿',1031510000); @@ -4561,16 +4462,10 @@ INSERT INTO international VALUES (411,'WebGUI',7,'Ŀ¼ INSERT INTO international VALUES (412,'WebGUI',7,'Ò³ÃæÃèÊö',1031510000); INSERT INTO international VALUES (77,'Survey',1,'End Time',1038782119); INSERT INTO international VALUES (18,'Article',7,'ÊÇ·ñÔÊÐíÌÖÂÛ£¿',1031510000); -INSERT INTO international VALUES (19,'Article',7,'Ë­¿ÉÒÔ·¢±í£¿',1031510000); -INSERT INTO international VALUES (20,'Article',7,'Ë­¿ÉÒÔ¹ÜÀí£¿',1031510000); -INSERT INTO international VALUES (21,'Article',7,'±à¼­³¬Ê±',1031510000); INSERT INTO international VALUES (22,'Article',7,'×÷Õß',1031510000); INSERT INTO international VALUES (23,'Article',7,'ÈÕÆÚ',1031510000); INSERT INTO international VALUES (24,'Article',7,'·¢±í»ØÓ¦',1031510000); -INSERT INTO international VALUES (25,'Article',7,'±à¼­»ØÓ¦',1031510000); -INSERT INTO international VALUES (26,'Article',7,'ɾ³ý»ØÓ¦',1031510000); INSERT INTO international VALUES (27,'Article',7,'·µ»ØÎÄÕÂ',1031510000); -INSERT INTO international VALUES (711,'WebGUI',1,'Image Managers Group',1031514049); INSERT INTO international VALUES (28,'Article',7,'²é¿´»ØÓ¦',1031510000); 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); INSERT INTO international VALUES (53,'Product',1,'Edit Benefit',1031514049); @@ -4667,15 +4562,10 @@ INSERT INTO international VALUES (159,'WebGUI',7,' INSERT INTO international VALUES (508,'WebGUI',7,'¹ÜÀíÄ£°å¡£',1031510000); INSERT INTO international VALUES (39,'USS',7,'·¢±í»Ø¸´',1031510000); INSERT INTO international VALUES (41,'USS',7,'ÈÕÆÚ',1031510000); -INSERT INTO international VALUES (42,'USS',7,'±à¼­»ØÓ¦',1031510000); -INSERT INTO international VALUES (43,'USS',7,'ɾ³ý»ØÓ¦',1031510000); INSERT INTO international VALUES (45,'USS',7,'·µ»ØÍ¶¸åϵͳ',1031510000); INSERT INTO international VALUES (46,'USS',7,'¸ü¶à...',1031510000); INSERT INTO international VALUES (47,'USS',7,'»Ø¸´',1031510000); INSERT INTO international VALUES (48,'USS',7,'ÊÇ·ñÔÊÐíÌÖÂÛ£¿',1031510000); -INSERT INTO international VALUES (49,'USS',7,'±à¼­³¬Ê±',1031510000); -INSERT INTO international VALUES (50,'USS',7,'ÔÊÐí·¢±íµÄÓû§×é',1031510000); -INSERT INTO international VALUES (44,'USS',7,'ÔÊÐí¹ÜÀíµÄÓû§×é',1031510000); INSERT INTO international VALUES (51,'USS',7,'ÏÔʾ¿ìÕÕ£¿',1031510000); INSERT INTO international VALUES (52,'USS',7,'¿ìÕÕ',1031510000); INSERT INTO international VALUES (53,'USS',7,'²¼¾Ö',1031510000); @@ -4818,15 +4708,10 @@ INSERT INTO international VALUES (52,'Product',1,'Add another benefit?',10315140 INSERT INTO international VALUES (416,'WebGUI',8,'

Problemi con la richiesta

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

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

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

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

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

',1044962139); INSERT INTO international VALUES (22,'Article',8,'Autore',1031510000); INSERT INTO international VALUES (23,'Article',8,'Data',1031510000); -INSERT INTO international VALUES (20,'Article',8,'Chi può moderare?',1031510000); -INSERT INTO international VALUES (19,'Article',8,'Chi può postare?',1031510000); INSERT INTO international VALUES (18,'Article',8,'Consenti discussione?',1031510000); INSERT INTO international VALUES (78,'Survey',1,'Total Time',1038782125); INSERT INTO international VALUES (411,'WebGUI',8,'Titolo nel Menu',1031510000); @@ -4845,7 +4730,6 @@ INSERT INTO international VALUES (405,'WebGUI',8,'Ultima Pagina',1031510000); INSERT INTO international VALUES (403,'WebGUI',8,'Preferisco non dirlo.',1031510000); INSERT INTO international VALUES (402,'WebGUI',8,'Il messaggio che hai richiesto non esiste.',1031510000); INSERT INTO international VALUES (22,'MessageBoard',8,'Cancella Messaggio',1031510000); -INSERT INTO international VALUES (21,'MessageBoard',8,'Chi può moderare?',1031510000); INSERT INTO international VALUES (60,'WebGUI',8,'Sei sicuro di voler disattivare il tuo account? Se continui le informazioni del tuo account saranno perse permanentemente.',1031510000); INSERT INTO international VALUES (401,'WebGUI',8,'Sei sicuro di voler cancellare questo messaggio e tutti i messaggi sotto di esso in questo thread?',1031510000); INSERT INTO international VALUES (400,'WebGUI',8,'Impedisci la Cache del Proxy',1031510000); @@ -4903,7 +4787,6 @@ INSERT INTO international VALUES (11,'Poll',8,'Vota!',1031510000); INSERT INTO international VALUES (374,'WebGUI',8,'Visualizza packages.',1031510000); INSERT INTO international VALUES (375,'WebGUI',8,'Seleziona Package da svolgere',1031510000); INSERT INTO international VALUES (376,'WebGUI',8,'Package',1031510000); -INSERT INTO international VALUES (373,'WebGUI',8,'Attenzione: modificando la lista dei gruppi sottostante, si resetta ogni informazione sulla scadenza di ogni gruppo ai nuovi defaults.',1031510000); INSERT INTO international VALUES (371,'WebGUI',8,'Aggiungi Grouping',1031510000); INSERT INTO international VALUES (372,'WebGUI',8,'Modifica i gruppi dell\'utente',1031510000); INSERT INTO international VALUES (370,'WebGUI',8,'Modifica Grouping',1031510000); @@ -4968,7 +4851,6 @@ INSERT INTO international VALUES (310,'WebGUI',8,'Consenti informazioni extra su INSERT INTO international VALUES (309,'WebGUI',8,'Consenti il nome reale?',1031510000); INSERT INTO international VALUES (307,'WebGUI',8,'Usa i meta tags di default?',1031510000); INSERT INTO international VALUES (308,'WebGUI',8,'Modifica i settaggi del profilo',1031510000); -INSERT INTO international VALUES (306,'WebGUI',8,'Binding del Nome Utente',1031510000); INSERT INTO international VALUES (245,'WebGUI',8,'Data',1031510000); INSERT INTO international VALUES (304,'WebGUI',8,'Lingua',1031510000); INSERT INTO international VALUES (244,'WebGUI',8,'Autore',1031510000); @@ -5032,13 +4914,6 @@ INSERT INTO international VALUES (118,'WebGUI',8,'Registrazione Anonima',1031510 INSERT INTO international VALUES (119,'WebGUI',8,'Authentication Method (default)',1031510000); INSERT INTO international VALUES (117,'WebGUI',8,'Modifica settaggi Utente',1031510000); INSERT INTO international VALUES (116,'WebGUI',8,'Seleziona \"Si\" per dare a tutte le sottopagine gli stessi privilegi di questa.',1031510000); -INSERT INTO international VALUES (115,'WebGUI',8,'Chiunque può modificare?',1031510000); -INSERT INTO international VALUES (113,'WebGUI',8,'Il gruppo può modificare?',1031510000); -INSERT INTO international VALUES (114,'WebGUI',8,'Chiunque può visualizzare?',1031510000); -INSERT INTO international VALUES (112,'WebGUI',8,'Il gruppo può visualizzare?',1031510000); -INSERT INTO international VALUES (111,'WebGUI',8,'Gruppo',1031510000); -INSERT INTO international VALUES (110,'WebGUI',8,'Il proprietario può modificare?',1031510000); -INSERT INTO international VALUES (109,'WebGUI',8,'Il proprietario può visualizzare?',1031510000); INSERT INTO international VALUES (108,'WebGUI',8,'Proprietario',1031510000); INSERT INTO international VALUES (107,'WebGUI',8,'Privilegi',1031510000); INSERT INTO international VALUES (106,'WebGUI',8,'Seleziona \"Si\" per dare a tutte le sottopagine lo stesso stile di questa.',1031510000); @@ -5122,11 +4997,8 @@ INSERT INTO international VALUES (28,'USS',8,'Ritorna alla lista dei Contributi' INSERT INTO international VALUES (27,'WebGUI',8,'Domenica',1031510000); INSERT INTO international VALUES (27,'USS',8,'Modifica',1031510000); INSERT INTO international VALUES (26,'WebGUI',8,'Dicembre',1031510000); -INSERT INTO international VALUES (26,'USS',8,'Rifiuta',1031510000); INSERT INTO international VALUES (25,'WebGUI',8,'Novembre',1031510000); -INSERT INTO international VALUES (25,'USS',8,'Lascia Pendenti',1031510000); INSERT INTO international VALUES (24,'WebGUI',8,'Ottobre',1031510000); -INSERT INTO international VALUES (24,'USS',8,'Approva',1031510000); INSERT INTO international VALUES (23,'WebGUI',8,'Settembre',1031510000); INSERT INTO international VALUES (22,'WebGUI',8,'Agosto',1031510000); INSERT INTO international VALUES (21,'WebGUI',8,'Luglio',1031510000); @@ -5153,7 +5025,6 @@ INSERT INTO international VALUES (14,'WebGUI',8,'Visualizza i contributi pendent INSERT INTO international VALUES (14,'USS',8,'Stato',1031510000); INSERT INTO international VALUES (13,'WebGUI',8,'Visualizza indice dell\'aiuto.',1031510000); INSERT INTO international VALUES (13,'USS',8,'Data',1031510000); -INSERT INTO international VALUES (13,'MessageBoard',8,'Rispondi',1031510000); INSERT INTO international VALUES (13,'LinkList',8,'Aggiungi un nuovo link.',1031510000); INSERT INTO international VALUES (13,'EventsCalendar',8,'Modifica Evento',1031510000); INSERT INTO international VALUES (13,'Article',8,'Cancella',1031510000); @@ -5170,7 +5041,6 @@ INSERT INTO international VALUES (11,'MessageBoard',8,'Torna alla lista dei mess INSERT INTO international VALUES (75,'EventsCalendar',1,'Which do you wish to do?',1031514049); INSERT INTO international VALUES (11,'Article',8,'(Seleziona \"Si\" solo se non hai aggiunto <br> manualmente.)',1031510000); INSERT INTO international VALUES (10,'WebGUI',8,'Visualizza il cestino.',1031510000); -INSERT INTO international VALUES (10,'USS',8,'Stato predefinito',1031510000); INSERT INTO international VALUES (10,'SQLReport',8,'Error: The SQL specified is of an improper format.',1031510000); INSERT INTO international VALUES (10,'Poll',8,'Azzera i voti.',1031510000); INSERT INTO international VALUES (10,'LinkList',8,'Modifica Lista di Link',1031510000); @@ -5178,7 +5048,6 @@ INSERT INTO international VALUES (10,'FAQ',8,'Modifica Domanda',1031510000); INSERT INTO international VALUES (715,'WebGUI',1,'Redirect URL',1031514049); INSERT INTO international VALUES (10,'Article',8,'Converti gli \'a capo\'?',1031510000); INSERT INTO international VALUES (9,'WebGUI',8,'Visualizza appunti.',1031510000); -INSERT INTO international VALUES (9,'USS',8,'Pendente',1031510000); INSERT INTO international VALUES (9,'SQLReport',8,'Error: The DSN specified is of an improper format.',1031510000); INSERT INTO international VALUES (9,'Poll',8,'Modifica Sondaggio',1031510000); INSERT INTO international VALUES (9,'MessageBoard',8,'ID Messaggio:',1031510000); @@ -5187,7 +5056,6 @@ INSERT INTO international VALUES (9,'FAQ',8,'Aggiungi una nuova domanda.',103151 INSERT INTO international VALUES (9,'EventsCalendar',8,'finché',1031510000); INSERT INTO international VALUES (9,'Article',8,'Allegato',1031510000); INSERT INTO international VALUES (8,'WebGUI',8,'Visualizza pagina non trovata.',1031510000); -INSERT INTO international VALUES (8,'USS',8,'Respinto',1031510000); INSERT INTO international VALUES (8,'SQLReport',8,'Modifica SQL Report',1031510000); INSERT INTO international VALUES (8,'Poll',8,'(Aggiungi una risposta per linea. Non più di 20)',1031510000); INSERT INTO international VALUES (8,'MessageBoard',8,'Data:',1031510000); @@ -5197,7 +5065,6 @@ INSERT INTO international VALUES (8,'EventsCalendar',8,'Ricorre ogni',1031510000 INSERT INTO international VALUES (8,'Article',8,'URL del Link',1031510000); INSERT INTO international VALUES (7,'WebGUI',8,'Gestisci gli utenti.',1031510000); INSERT INTO international VALUES (7,'SQLReport',8,'Password Database',1031510000); -INSERT INTO international VALUES (7,'USS',8,'Approvato',1031510000); INSERT INTO international VALUES (7,'Poll',8,'Risposte',1031510000); INSERT INTO international VALUES (7,'MessageBoard',8,'Autore:',1031510000); INSERT INTO international VALUES (7,'FAQ',8,'Sei sicuro di voler cancellare questa domanda?',1031510000); @@ -5220,7 +5087,6 @@ INSERT INTO international VALUES (5,'SyndicatedContent',8,'Ultimo preso',1031510 INSERT INTO international VALUES (5,'SQLReport',8,'DSN',1031510000); INSERT INTO international VALUES (5,'SiteMap',8,'Modifica la mappa del sito',1031510000); INSERT INTO international VALUES (5,'Poll',8,'Larghezza del grafico',1031510000); -INSERT INTO international VALUES (5,'MessageBoard',8,'Modifica Timeout',1031510000); INSERT INTO international VALUES (819,'WebGUI',1,'Self-Deactivated',1038431323); INSERT INTO international VALUES (5,'ExtraColumn',8,'StyleSheet Class',1031510000); INSERT INTO international VALUES (5,'FAQ',8,'Domanda',1031510000); @@ -5242,7 +5108,6 @@ INSERT INTO international VALUES (3,'USS',8,'Hai nuovi contenuti degli utenti da INSERT INTO international VALUES (3,'SQLReport',8,'Template',1031510000); INSERT INTO international VALUES (3,'SiteMap',8,'Partire da questo livello?',1031510000); INSERT INTO international VALUES (3,'Poll',8,'Attivo',1031510000); -INSERT INTO international VALUES (3,'MessageBoard',8,'Chi può postare?',1031510000); INSERT INTO international VALUES (3,'LinkList',8,'Apri in nuova finestra?',1031510000); INSERT INTO international VALUES (3,'Item',8,'Cancella allegato',1031510000); INSERT INTO international VALUES (3,'ExtraColumn',8,'Spaziatore',1031510000); @@ -5286,15 +5151,10 @@ INSERT INTO international VALUES (507,'WebGUI',8,'Modifica Template',1031510000) INSERT INTO international VALUES (508,'WebGUI',8,'Gestisci templates.',1031510000); INSERT INTO international VALUES (39,'USS',8,'Rispondi',1031510000); INSERT INTO international VALUES (41,'USS',8,'Data',1031510000); -INSERT INTO international VALUES (42,'USS',8,'Modifica Risposta',1031510000); -INSERT INTO international VALUES (43,'USS',8,'Cancella Risposta',1031510000); INSERT INTO international VALUES (45,'USS',8,'Torna ad invio',1031510000); INSERT INTO international VALUES (46,'USS',8,'Leggi di piu\'...',1031510000); INSERT INTO international VALUES (47,'USS',8,'Rispondi',1031510000); INSERT INTO international VALUES (48,'USS',8,'Consenti Discussioni?',1031510000); -INSERT INTO international VALUES (49,'USS',8,'Modifica il Timeout',1031510000); -INSERT INTO international VALUES (50,'USS',8,'Chi può postare',1031510000); -INSERT INTO international VALUES (44,'USS',8,'Chi può Moderare',1031510000); INSERT INTO international VALUES (51,'USS',8,'Visualizza thumbnails?',1031510000); INSERT INTO international VALUES (52,'USS',8,'Thumbnail',1031510000); INSERT INTO international VALUES (53,'USS',8,'Layout',1031510000); @@ -5407,16 +5267,18 @@ INSERT INTO international VALUES (651,'WebGUI',1,'If you choose to empty your tr 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); INSERT INTO international VALUES (629,'WebGUI',1,'Prevent Proxy Caching
\r\nSome companies have proxy servers that cause problems with WebGUI. If you\'re experiencing problems with WebGUI, and you have a proxy server, you may want to set this setting to Yes. Beware that WebGUI\'s URLs will not be as user-friendly after this feature is turned on.\r\n

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

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

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

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

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

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

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

\r\n\r\nServer Attachment Path
\r\nThe local path of the directory where attachments are to be stored. (Perhaps /var/www/public/uploads) Be sure that the web server has the rights to write to that directory.\r\n',1031514049); -INSERT INTO international VALUES (618,'WebGUI',1,'Recover Password Message
\r\nThe message that gets sent to a user when they use the \"recover password\" function.\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\nSMTP 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',1038889094); +INSERT INTO international VALUES (885,'WebGUI',1,'Allow users to deactivate their account?',1044708760); INSERT INTO international VALUES (626,'WebGUI',1,'Wobjects (fomerly known as Widgets) are the true power of WebGUI. Wobjects are tiny pluggable applications built to run under WebGUI. Message boards and polls are examples of wobjects.\r\n

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

\r\n\r\n\r\n',1031514049); -INSERT INTO international VALUES (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 After
\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. Note that this can be overridden on a per-user basis.\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',1031514049); -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\nAlert on new user?
\r\nShould someone be alerted when a new user registers anonymously?\r\n

\r\n\r\nGroup To Alert On New User
\r\nWhat group should be alerted when a new user registers?\r\n

\r\n\r\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\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\nNote: Authentication settings can be customized on a per user basis.\r\n

\r\n\r\nUsername Binding
\r\nBind the WebGUI username to the LDAP Identity. This requires the user to have the same username in WebGUI as they specified during the Anonymous Registration process. It also means that they won\'t be able to change their username later. This only in effect if the user is authenticating against LDAP.\r\n

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

\r\n\r\n

WebGUI Authentication Options

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

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

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

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

\r\n\r\n

LDAP Authentication Options

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

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

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

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

\r\n\r\n',1044708602); +INSERT INTO international VALUES (869,'WebGUI',1,'Welcome Message',1044138730); +INSERT INTO international VALUES (868,'WebGUI',1,'Send welcome message?',1044138691); 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); INSERT INTO international VALUES (621,'WebGUI',1,'Styles are WebGUI macro enabled. See Using Macros for more information.\r\n

\r\n\r\n\r\nStyle Name
\r\nA unique name to describe what this style looks like at a glance. The name has no effect on the actual look of the style.\r\n

\r\n\r\n\r\nBody
\r\nThe body is quite literally the HTML body of your site. It defines how the page navigation will be laid out and many other things like logo, copyright, etc. At bare minimum a body must consist of a few things, the ^AdminBar; macro and the ^-; (seperator) macro. The ^AdminBar; macro tells WebGUI where to display admin functions. The ^-; (splitter) macro tells WebGUI where to put the content of your page.\r\n

\r\n\r\n\r\nIf you are in need of assistance for creating a look for your site, or if you need help cutting apart your design, Plain Black Software provides support services for a small fee.\r\n

\r\n\r\n\r\nMany people will add WebGUI macros to their body for automated navigation, and other features.\r\n

\r\n\r\n\r\nStyle Sheet
\r\nPlace your style sheet entries here. Style sheets are used to control colors, sizes, and other properties of the elements on your site. See Using Style Sheets for more information.\r\n

\r\n\r\n\r\nAdvanced Users: for greater performance create your stylesheet on the file system (call it something like webgui.css) and add an entry like this to this area: \r\n\r\n

\r\n\r\n',1038890195); 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); -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 Mail Settings
\r\nSettings concerning email and related 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',1031514049); +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); 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); 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); INSERT INTO international VALUES (614,'WebGUI',1,'Styles are used to manage the look and feel of your WebGUI pages. With WebGUI, you can have an unlimited number of styles, so your site can take on as many looks as you like. You could have some pages that look like your company\'s brochure, and some pages that look like Yahoo!®. You could even have some pages that look like pages in a book. Using style management, you have ultimate control over all your designs.\r\n

\r\n\r\nThere are several styles built into WebGUI. The first of these are used by WebGUI can should not be edited or deleted. The last few are simply example styles and may be edited or deleted as you please.\r\n

\r\n\r\n\r\nClipboard
\r\nThis style is used by the clipboard system.\r\n

\r\n\r\n\r\nFail Safe
\r\nWhen you delete a style that is still in use on some pages, the Fail Safe style will be applied to those pages. This style has a white background and simple navigation.\r\n

\r\n\r\n\r\nMake Page Printable
\r\nThis style is used if you place an ^r; macro on your pages and the user clicks on it. This style allows you to put a simple logo and copyright message on your printable pages.\r\n

\r\n\r\n\r\nPackages
\r\nThis style is used by the package management system.\r\n

\r\n\r\n\r\nTrash
\r\nThis style is used by the trash system.\r\n

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


\r\n\r\nDemo Style
\r\nThis is a sample design taken from a templates site (www.freewebtemplates.com).\r\n

\r\n\r\n\r\nPlain Black Software (black) & (white)
\r\nThese designs are used on the Plain Black site.\r\n

\r\n\r\n\r\nYahoo!®
\r\nThis is the design of the Yahoo!® site. (Used without permission.)\r\n

\r\n\r\n\r\nWebGUI
\r\nThis is a simple design featuring WebGUI logos.\r\n

\r\n\r\nWebGUI 4
\r\nThis style was added to WebGUI as of version 4.0.0. It is now the default style and has superceded the \"WebGUI\" style.\r\n

\r\n\r\n',1031514049); @@ -5425,8 +5287,12 @@ INSERT INTO international VALUES (637,'WebGUI',1,'First Name
\r\nThe g INSERT INTO international VALUES (610,'WebGUI',1,'See Manage Users for additional details.\r\n

\r\n\r\nUsername
\r\nUsername is a unique identifier for a user. Sometimes called a handle, it is also how the user will be known on the site. (Note: Administrators have unlimited power in the WebGUI system. This also means they are capable of breaking the system. If you rename or create a user, be careful not to use a username already in existance.)\r\n

\r\n\r\n\r\nPassword
\r\nA password is used to ensure that the user is who s/he says s/he is.\r\n

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

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

\r\n\r\n\r\nConnect DN
\r\nThe Connect DN is the cn (or common name) of a given user in your LDAP database. It should be specified as cn=John Doe. This is, in effect, the username that will be used to authenticate this user against your LDAP server.\r\n

\r\n\r\n\r\n',1031514049); 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); INSERT INTO international VALUES (609,'WebGUI',1,'When you delete a style all pages using that style will be reverted to the fail safe (default) style. To ensure uninterrupted viewing, you should be sure that no pages are using a style before you delete it.\r\n

\r\n\r\n\r\nAs with any delete operation, you are prompted to be sure you wish to proceed with the delete. If you answer yes, the delete will proceed and there is no recovery possible. If you answer no you\'ll be returned to the prior screen.\r\n

\r\n\r\n',1031514049); -INSERT INTO international VALUES (606,'WebGUI',1,'Think of pages as containers for content. For instance, if you want to write a letter to the editor of your favorite magazine you\'d get out a notepad (or open a word processor) and start filling it with your thoughts. The same is true with WebGUI. Create a page, then add your content to the page.\r\n

\r\n\r\nTitle
\r\nThe title of the page is what your users will use to navigate through the site. Titles should be descriptive, but not very long.\r\n

\r\n\r\n\r\nMenu Title
\r\nA shorter or altered title to appear in navigation. If left blank this will default to Title.\r\n

\r\n\r\nPage URL
\r\nWhen you create a page a URL for the page is generated based on the page title. If you are unhappy with the URL that was chosen, you can change it here.\r\n

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

\r\n\r\nRedirect URL
\r\nWhen this page is visited, the user will be redirected to the URL specified here. In order to edit this page in the future, you\'ll have to access it from the \"Manage page tree.\" menu under \"Administrative functions...\"\r\n

\r\n\r\nTemplate
\r\nBy default, WebGUI has one big content area to place wobjects. However, by specifying a template other than the default you can sub-divide the content area into several sections.\r\n

\r\n\r\nSynopsis
\r\nA short description of a page. It is used to populate default descriptive meta tags as well as to provide descriptions on Site Maps.\r\n

\r\n\r\nMeta Tags
\r\nMeta tags are used by some search engines to associate key words to a particular page. There is a great site called Meta Tag Builder that will help you build meta tags if you\'ve never done it before.\r\n

\r\n\r\nAdvanced Users: If you have other things (like JavaScript) you usually put in the area of your pages, you may put them here as well.\r\n

\r\n\r\nUse default meta tags?
\r\nIf you don\'t wish to specify meta tags yourself, WebGUI can generate meta tags based on the page title and your company\'s name. Check this box to enable the WebGUI-generated meta tags.\r\n

\r\n\r\n\r\nStyle
\r\nBy default, when you create a page, it inherits a few traits from its parent. One of those traits is style. Choose from the list of styles if you would like to change the appearance of this page. See Add Style for more details.\r\n

\r\n\r\nIf you select \"Yes\" below the style pull-down menu, all of the pages below this page will take on the style you\'ve chosen for this page.\r\n

\r\n\r\nStart Date
\r\nThe date when users may begin viewing this page. Note that before this date only content managers with the rights to edit this page will see it.\r\n

\r\n\r\nEnd Date
\r\nThe date when users will stop viewing this page. Note that after this date only content managers with the rights to edit this page will see it.\r\n

\r\n\r\n\r\nOwner
\r\nThe owner of a page is usually the person who created the page.\r\n

\r\n\r\nOwner can view?
\r\nCan the owner view the page or not?\r\n

\r\n\r\nOwner can edit?
\r\nCan the owner edit the page or not? Be careful, if you decide that the owner cannot edit the page and you do not belong to the page group, then you\'ll lose the ability to edit this page.\r\n

\r\n\r\nGroup
\r\nA group is assigned to every page for additional privilege control. Pick a group from the pull-down menu.\r\n

\r\n\r\nGroup can view?
\r\nCan members of this group view this page?\r\n

\r\n\r\nGroup can edit?
\r\nCan members of this group edit this page?\r\n

\r\n\r\nAnybody can view?
\r\nCan any visitor or member regardless of the group and owner view this page?\r\n

\r\n\r\nAnybody can edit?
\r\nCan any visitor or member regardless of the group and owner edit this page?\r\n

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

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

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

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

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

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

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

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

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

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

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

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

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

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

\r\n\r\nEditor To Use
\r\nWebGUI has a very sophisticated Rich Editor that allows users to fomat content as though they were in Microsoft Word® or some other word processor. To use that functionality, select \"Built-In Editor\". Sometimes web sites have the need for even more complex rich editors for things like Spell Check. For that reason you can install an 3rd party editor called Real Objects Edit-On Pro® rich text editor. After you\'ve installed it change this option. If you need detailed instructions on how to integrate Edit-On Pro®), you can find them in Ruling WebGUI.\r\n

\r\n',1038872365); +INSERT INTO international VALUES (606,'WebGUI',1,'Think of pages as containers for content. For instance, if you want to write a letter to the editor of your favorite magazine you\'d get out a notepad (or open a word processor) and start filling it with your thoughts. The same is true with WebGUI. Create a page, then add your content to the page.\r\n

\r\n\r\nTitle
\r\nThe title of the page is what your users will use to navigate through the site. Titles should be descriptive, but not very long.\r\n

\r\n\r\n\r\nMenu Title
\r\nA shorter or altered title to appear in navigation. If left blank this will default to Title.\r\n

\r\n\r\nHide from navigation?
\r\nSelect yes to hide this page from the navigation.\r\n

\r\nNOTE: This will not hide the page from the page tree or from the site map, only from navigation macros.\r\n

\r\n\r\n\r\nPage URL
\r\nWhen you create a page a URL for the page is generated based on the page title. If you are unhappy with the URL that was chosen, you can change it here.\r\n

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

\r\n\r\nRedirect URL
\r\nWhen this page is visited, the user will be redirected to the URL specified here. In order to edit this page in the future, you\'ll have to access it from the \"Manage page tree.\" menu under \"Administrative functions...\"\r\n

\r\n\r\nTemplate
\r\nBy default, WebGUI has one big content area to place wobjects. However, by specifying a template other than the default you can sub-divide the content area into several sections.\r\n

\r\n\r\nSynopsis
\r\nA short description of a page. It is used to populate default descriptive meta tags as well as to provide descriptions on Site Maps.\r\n

\r\n\r\nMeta Tags
\r\nMeta tags are used by some search engines to associate key words to a particular page. There is a great site called Meta Tag Builder that will help you build meta tags if you\'ve never done it before.\r\n

\r\n\r\nAdvanced Users: If you have other things (like JavaScript) you usually put in the area of your pages, you may put them here as well.\r\n

\r\n\r\nUse default meta tags?
\r\nIf you don\'t wish to specify meta tags yourself, WebGUI can generate meta tags based on the page title and your company\'s name. Check this box to enable the WebGUI-generated meta tags.\r\n

\r\n\r\n\r\nStyle
\r\nBy default, when you create a page, it inherits a few traits from its parent. One of those traits is style. Choose from the list of styles if you would like to change the appearance of this page. See Add Style for more details.\r\n

\r\n\r\nIf you select \"Yes\" below the style pull-down menu, all of the pages below this page will take on the style you\'ve chosen for this page.\r\n

\r\n\r\nStart Date
\r\nThe date when users may begin viewing this page. Note that before this date only content managers with the rights to edit this page will see it.\r\n

\r\n\r\nEnd Date
\r\nThe date when users will stop viewing this page. Note that after this date only content managers with the rights to edit this page will see it.\r\n

\r\n\r\n\r\nOwner
\r\nThe owner of a page is usually the person who created the page. This user always has full edit and viewing rights on the page.\r\n

\r\nNOTE: The owner can only be changed by an administrator.\r\n

\r\n\r\n\r\nWho can view?
\r\nChoose which group can view this page. If you want both visitors and registered users to be able to view the page then you should choose the \"Everybody\" group.\r\n

\r\n\r\nWho can edit?
\r\nChoose the group that can edit this page. The group assigned editing rights can also always view the page.\r\n

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

\r\n',1039019783); @@ -5447,7 +5313,7 @@ INSERT INTO international VALUES (696,'WebGUI',1,'Trash, Empty',1031514049); INSERT INTO international VALUES (672,'WebGUI',1,'Profile Settings, Edit',1031514049); INSERT INTO international VALUES (674,'WebGUI',1,'Miscellaneous Settings, Edit',1038889454); INSERT INTO international VALUES (661,'WebGUI',1,'File Settings, Edit',1031514049); -INSERT INTO international VALUES (663,'WebGUI',1,'Mail Settings, Edit',1038889094); +INSERT INTO international VALUES (663,'WebGUI',1,'Messaging Settings, Edit',1044138790); INSERT INTO international VALUES (671,'WebGUI',1,'Wobjects, Using',1031514049); INSERT INTO international VALUES (677,'WebGUI',1,'Wobject, Add/Edit',1031514049); INSERT INTO international VALUES (668,'WebGUI',1,'Style Sheets, Using',1031514049); @@ -5497,12 +5363,10 @@ INSERT INTO international VALUES (40,'Product',1,'Product Feature, Add/Edit',103 INSERT INTO international VALUES (41,'Product',1,'Features are selling points for a product. IE: Reasons to buy your product. Features often result in benefits, so you may want to also add some benefits to this product.\r\n

\r\n\r\nFeature
\r\nYou may enter a new feature, or select one you entered for another product in the system.\r\n

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

\r\n',1031514049); INSERT INTO international VALUES (42,'Product',1,'Product Specification, Add/Edit',1031514049); INSERT INTO international VALUES (43,'Product',1,'Specifications are the technical details of your product.\r\n

\r\n\r\n\r\nLabel
\r\nThe type of specification. For instance, height, weight, or color. You may select one you\'ve entered for another product, or type in a new specification.\r\n

\r\n\r\n\r\nSpecification
\r\nThe actual specification value. For instance, if you chose height as the Label, then you\'d enter a numeric value like \"18\".\r\n

\r\n\r\n\r\nUnits
\r\nThe unit of measurement for this specification. For instance, if you chose height for your label, perhaps the units would be \"meters\".\r\n

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

\r\n\r\n',1031514049); -INSERT INTO international VALUES (709,'WebGUI',1,'\r\nStyle Managers Group
\r\nSelect the group that should have control over adding, editing, and deleting styles.\r\n

\r\n\r\nTemplate Managers Group
\r\nSelect the group that should have control over adding, editing, and deleting templates.\r\n

\r\n',1038889779); INSERT INTO international VALUES (44,'Product',1,'Product Accessory, Add/Edit',1031514049); INSERT INTO international VALUES (45,'Product',1,'Accessories are products that enhance other products.\r\n

\r\n\r\nAccessory
\r\nChoose from the list of products you\'ve already entered.\r\n

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

\r\n',1031514049); INSERT INTO international VALUES (46,'Product',1,'Product (Related), Add/Edit',1031514049); INSERT INTO international VALUES (47,'Product',1,'Related products are products that are comparable or complementary to other products.\r\n

\r\n\r\n\r\nRelated products
\r\nChoose from the list of products you\'ve already entered.\r\n

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

\r\n\r\n',1041876679); -INSERT INTO international VALUES (708,'WebGUI',1,'Privilege Settings, Manage',1038889779); INSERT INTO international VALUES (30,'USS',1,'Karma Per Submission',1031514049); INSERT INTO international VALUES (72,'Poll',1,'Randomize answers?',1031514049); INSERT INTO international VALUES (699,'WebGUI',1,'First Day Of Week',1031514049); @@ -5568,7 +5432,6 @@ INSERT INTO international VALUES (781,'WebGUI',1,'Snippet',1036912954); INSERT INTO international VALUES (394,'WebGUI',3,'Beheer collaterale inhoud.',1039738694); INSERT INTO international VALUES (395,'WebGUI',3,'Een nieuw plaatje toevoegen.',1038530587); INSERT INTO international VALUES (721,'WebGUI',10,'Benævnelse',1036855637); -INSERT INTO international VALUES (708,'WebGUI',10,'Rettigheds indstillinger, håndter',1036855832); INSERT INTO international VALUES (398,'WebGUI',3,'Document type declaratie',1038530595); INSERT INTO international VALUES (399,'WebGUI',3,'Valideer deze pagina.',1038530604); INSERT INTO international VALUES (400,'WebGUI',3,'Voorkom Proxy Caching',1038530627); @@ -5708,15 +5571,10 @@ INSERT INTO international VALUES (72,'FileManager',3,'Bestand, Toevoegen/Bewerke INSERT INTO international VALUES (717,'WebGUI',3,'Uitloggen',1039783293); INSERT INTO international VALUES (716,'WebGUI',3,'Inloggen',1039783286); INSERT INTO international VALUES (715,'WebGUI',3,'Redirect URL',1039783279); -INSERT INTO international VALUES (714,'WebGUI',3,'Sjabloonbeheer groep',1039783273); -INSERT INTO international VALUES (713,'WebGUI',3,'Stijlbeheer groep',1039783265); -INSERT INTO international VALUES (711,'WebGUI',3,'Plaatjesbeheer groep',1039783259); -INSERT INTO international VALUES (710,'WebGUI',3,'Bewerk privilege instellingen',1038506734); INSERT INTO international VALUES (654,'WebGUI',3,'Stijl, Verwijder',1039782911); INSERT INTO international VALUES (471,'WebGUI',3,'Bewerk gebruikers profielveld',1038506711); INSERT INTO international VALUES (36,'Product',3,'Voeg een accessoire toe',1037886945); INSERT INTO international VALUES (585,'WebGUI',3,'Beheer vertalingen.',1039520850); -INSERT INTO international VALUES (708,'WebGUI',3,'Privilege instellingen, Beheren',1039783226); INSERT INTO international VALUES (707,'WebGUI',3,'Laat debugging zien?',1039783218); INSERT INTO international VALUES (706,'WebGUI',3,'Uren',1039783211); INSERT INTO international VALUES (705,'WebGUI',3,'Minuten',1039783204); @@ -5791,11 +5649,10 @@ INSERT INTO international VALUES (5,'SyndicatedContent',9,' INSERT INTO international VALUES (5,'SQLReport',9,'DSN',1031510000); INSERT INTO international VALUES (5,'SiteMap',9,'½s¿èºô¯¸¦a¹Ï',1031510000); INSERT INTO international VALUES (5,'Poll',9,'¹Ï§Î¼e«×',1031510000); -INSERT INTO international VALUES (5,'MessageBoard',9,'½s¿è¶W®É',1031510000); +INSERT INTO international VALUES (622,'WebGUI',2,'Schauen Sie auch unter "Verwalten Gruppen", um eine Beschreibung der \r\nGruppen Funktionalitäten zu erhalten und die Beschreibung der Standardgruppen \r\nzu sehen.

Gruppenname
Ein Name für die Gruppe. Am besten wählen \r\nSie hier einen Namen, der auch die Funktion der Gruppe beschreibt, damit Sie \r\nspäter nicht den Überblick verlieren. \r\n

Beschreibung
Eine längere Beschreibung für diese Gruppe, so dass \r\nAdministratoren und Content Manager sehen können, was der Sinn und Zweck dieser \r\nGruppe ist.

Verfällt nach
Die Zeit, die ein Benutzer zu dieser Gruppe \r\ngehört, bis er/sie entfernt wird bzw. die Mitgliedschaft verfällt. Dies ist \r\nhilfreich für Seiten, in denen Benutzer zeitlich beschränkte Angebote erhalten \r\nsollen. Beachten Sie, dass diese Einstellungen auch wieder für jeden einzelnen \r\nBenutzer gesondert vorgenommen werden können.

Karma Grenzwert
Sie \r\nkönnen den Wert hier aktivieren, wenn sie Karma aktiviert haben. Dieser Grenzwert \r\nist der Anteil an Karma, die ein Benutzer haben muss, um Mitglied dieser Gruppe \r\nzu werden.

',1044963484); INSERT INTO international VALUES (5,'Item',9,'¤U¸üªþ¥ó',1031510000); INSERT INTO international VALUES (5,'FAQ',9,'°ÝÃD',1031510000); INSERT INTO international VALUES (5,'ExtraColumn',9,'Style Class',1031510000); -INSERT INTO international VALUES (5,'EventsCalendar',9,'¤Ñ',1031510000); INSERT INTO international VALUES (20,'EventsCalendar',9,'¼W¥[¨Æ°È',1031510000); INSERT INTO international VALUES (38,'USS',9,'(¦pªG±z¨Ï¥Î¤F¶W¤å¥»»y¨¥¡A½Ð¿ï¾Ü¡§§_ǵz)',1031510000); INSERT INTO international VALUES (4,'WebGUI',9,'ºÞ²z³]¸m',1031510000); @@ -5814,7 +5671,6 @@ INSERT INTO international VALUES (3,'USS',9,' INSERT INTO international VALUES (3,'SQLReport',9,'³ø§i¼ÒªO',1031510000); INSERT INTO international VALUES (3,'SiteMap',9,'¬O§_±q¦¹¯Å§O¶}©l',1031510000); INSERT INTO international VALUES (3,'Poll',9,'¿E¬¡',1031510000); -INSERT INTO international VALUES (3,'MessageBoard',9,'µoªíÅv­­',1031510000); INSERT INTO international VALUES (3,'LinkList',9,'¬O§_¦b·sµ¡¤f¤¤¥´¶}',1031510000); INSERT INTO international VALUES (3,'Item',9,'§R°£ªþ¥ó',1031510000); INSERT INTO international VALUES (3,'ExtraColumn',9,'ªÅ¥Õ',1031510000); @@ -5841,7 +5697,6 @@ INSERT INTO international VALUES (1,'Article',9,' INSERT INTO international VALUES (367,'WebGUI',9,'¹L´Á®É¶¡',1031510000); INSERT INTO international VALUES (5,'WebGUI',9,'ºÞ²z¨Ï¥ÎªÌ²Õ',1031510000); INSERT INTO international VALUES (6,'Article',9,'¹Ï¤ù',1031510000); -INSERT INTO international VALUES (6,'EventsCalendar',9,'¬P´Á',1031510000); INSERT INTO international VALUES (6,'ExtraColumn',9,'½s¿èÂX®i¦C',1031510000); INSERT INTO international VALUES (6,'FAQ',9,'¦^µª',1031510000); INSERT INTO international VALUES (6,'LinkList',9,'¶W³sµ²¦Cªí',1031510000); @@ -5857,7 +5712,6 @@ INSERT INTO international VALUES (7,'FAQ',9,' INSERT INTO international VALUES (7,'MessageBoard',9,'§@ªÌ¡G',1031510000); INSERT INTO international VALUES (7,'Poll',9,'¦^µª',1031510000); INSERT INTO international VALUES (7,'SQLReport',9,'¸ê®Æ®w±K½X',1031510000); -INSERT INTO international VALUES (7,'USS',9,'³q¹L',1031510000); INSERT INTO international VALUES (7,'WebGUI',9,'ºÞ²z¨Ï¥ÎªÌ',1031510000); INSERT INTO international VALUES (8,'Article',9,'¶W³sµ² URL',1031510000); INSERT INTO international VALUES (8,'EventsCalendar',9,'­«ÂЩP´Á',1031510000); @@ -5868,37 +5722,30 @@ INSERT INTO international VALUES (8,'Poll',9,' INSERT INTO international VALUES (9,'MessageBoard',9,'¤å³¹ ID:',1031510000); INSERT INTO international VALUES (11,'MessageBoard',9,'ªð¦^¤å³¹¦Cªí',1031510000); INSERT INTO international VALUES (12,'MessageBoard',9,'½s¿è¤å³¹',1031510000); -INSERT INTO international VALUES (13,'MessageBoard',9,'µoªí¦^ÂÐ',1031510000); INSERT INTO international VALUES (15,'MessageBoard',9,'§@ªÌ',1031510000); INSERT INTO international VALUES (16,'MessageBoard',9,'¤é´Á',1031510000); INSERT INTO international VALUES (17,'MessageBoard',9,'µoªí·s¤å³¹',1031510000); INSERT INTO international VALUES (18,'MessageBoard',9,'½u¯Á¶}©l',1031510000); INSERT INTO international VALUES (19,'MessageBoard',9,'¦^ÂÐ',1031510000); INSERT INTO international VALUES (20,'MessageBoard',9,'³Ì«á¦^ÂÐ',1031510000); -INSERT INTO international VALUES (21,'MessageBoard',9,'ºÞ²zÅv­­',1031510000); INSERT INTO international VALUES (22,'MessageBoard',9,'§R°£¤å³¹',1031510000); INSERT INTO international VALUES (9,'Poll',9,'½s¿è½Õ¬d',1031510000); INSERT INTO international VALUES (10,'Poll',9,'ªì©l¤Æ§ë²¼',1031510000); INSERT INTO international VALUES (11,'Poll',9,'§ë²¼¡I',1031510000); INSERT INTO international VALUES (8,'SQLReport',9,'Edit SQL Report',1031510000); -INSERT INTO international VALUES (8,'USS',9,'³Q©Úµ´',1031510000); INSERT INTO international VALUES (8,'WebGUI',9,'±z¬d¬Ýªº­¶­±¤£¦s¦b',1031510000); INSERT INTO international VALUES (9,'Article',9,'ªþ¥ó',1031510000); INSERT INTO international VALUES (9,'EventsCalendar',9,'ª½¨ì',1031510000); INSERT INTO international VALUES (9,'FAQ',9,'¼W¥[·s°ÝÃD',1031510000); INSERT INTO international VALUES (9,'LinkList',9,'±z¬O§_½T©w­n§R°£¦¹¶W³sµ²',1031510000); INSERT INTO international VALUES (9,'SQLReport',9,'Debug: Error: The DSN specified is of an improper format.',1031510000); -INSERT INTO international VALUES (9,'USS',9,'¼f®Ö¤¤',1031510000); INSERT INTO international VALUES (9,'WebGUI',9,'¬d¬Ý°Å¶KªO',1031510000); INSERT INTO international VALUES (10,'Article',9,'¬O§_Âà´«¦^¨®²Å',1031510000); -INSERT INTO international VALUES (10,'EventsCalendar',9,'±z¬O§_½T©w­n§R°£¦¹¶µ¨Æ°È',1031510000); INSERT INTO international VALUES (10,'FAQ',9,'½s¿è°ÝÃD',1031510000); INSERT INTO international VALUES (10,'LinkList',9,'½s¿è¶W³sµ²¦Cªí',1031510000); INSERT INTO international VALUES (10,'SQLReport',9,'Debug: Error: The SQL specified is of an improper format.',1031510000); -INSERT INTO international VALUES (10,'USS',9,'Àq»{ª¬ºA',1031510000); INSERT INTO international VALUES (10,'WebGUI',9,'ºÞ²z©U§£±í',1031510000); INSERT INTO international VALUES (11,'Article',9,'(¦pªG±z¨S¦³¤â°Ê¿é¤J<br>¡A½Ð¿ï¾Ü¡§¬O\")',1031510000); -INSERT INTO international VALUES (11,'EventsCalendar',9,'©M©Ò¦³¬ÛÃö¨Æ°È',1031510000); INSERT INTO international VALUES (11,'SQLReport',9,'Debug: Error: There was a problem with the query.',1031510000); INSERT INTO international VALUES (11,'WebGUI',9,'²MªÅ©U§£±í',1031510000); INSERT INTO international VALUES (12,'Article',9,'½s¿è¤å³¹',1031510000); @@ -5934,11 +5781,8 @@ INSERT INTO international VALUES (21,'USS',9,' INSERT INTO international VALUES (21,'WebGUI',9,'¤C¤ë',1031510000); INSERT INTO international VALUES (22,'WebGUI',9,'¤K¤ë',1031510000); INSERT INTO international VALUES (23,'WebGUI',9,'¤E¤ë',1031510000); -INSERT INTO international VALUES (24,'USS',9,'³q¹L',1031510000); INSERT INTO international VALUES (24,'WebGUI',9,'¤Q¤ë',1031510000); -INSERT INTO international VALUES (25,'USS',9,'Ä~Äò¼f®Ö',1031510000); INSERT INTO international VALUES (25,'WebGUI',9,'¤Q¤@¤ë',1031510000); -INSERT INTO international VALUES (26,'USS',9,'©Úµ´',1031510000); INSERT INTO international VALUES (26,'WebGUI',9,'¤Q¤G¤ë',1031510000); INSERT INTO international VALUES (27,'USS',9,'½s¿è',1031510000); INSERT INTO international VALUES (27,'WebGUI',9,'¬P´Á¤é',1031510000); @@ -6023,13 +5867,6 @@ INSERT INTO international VALUES (105,'WebGUI',9,' INSERT INTO international VALUES (106,'WebGUI',9,'Select \"Yes\" to change all the pages under this page to this style.',1031510000); INSERT INTO international VALUES (107,'WebGUI',9,'Åv­­³]¸m',1031510000); INSERT INTO international VALUES (108,'WebGUI',9,'¾Ö¦³ªÌ',1031510000); -INSERT INTO international VALUES (109,'WebGUI',9,'¾Ö¦³ªÌ³X°ÝÅv­­',1031510000); -INSERT INTO international VALUES (110,'WebGUI',9,'¾Ö¦³ªÌ½s¿èÅv­­',1031510000); -INSERT INTO international VALUES (111,'WebGUI',9,'¨Ï¥ÎªÌ²Õ',1031510000); -INSERT INTO international VALUES (112,'WebGUI',9,'¨Ï¥ÎªÌ²Õ³X°ÝÅv­­',1031510000); -INSERT INTO international VALUES (113,'WebGUI',9,'¨Ï¥ÎªÌ²Õ½s¿èÅv­­',1031510000); -INSERT INTO international VALUES (114,'WebGUI',9,'¥ô¦ó¤H¥i³X°Ý',1031510000); -INSERT INTO international VALUES (115,'WebGUI',9,'¥ô¦ó¤H¥i½s¿è',1031510000); INSERT INTO international VALUES (116,'WebGUI',9,'Select \"Yes\" to change the privileges of all pages under this page to these privileges.',1031510000); INSERT INTO international VALUES (117,'WebGUI',9,'½s¿è¨Ï¥ÎªÌ³]¸m',1031510000); INSERT INTO international VALUES (118,'WebGUI',9,'°Î¦W¨Ï¥ÎªÌµù¥U',1031510000); @@ -6097,7 +5934,6 @@ INSERT INTO international VALUES (240,'WebGUI',9,' INSERT INTO international VALUES (244,'WebGUI',9,'§@ªÌ',1031510000); INSERT INTO international VALUES (245,'WebGUI',9,'¤é´Á',1031510000); INSERT INTO international VALUES (304,'WebGUI',9,'»y¨¥',1031510000); -INSERT INTO international VALUES (306,'WebGUI',9,'¨Ï¥ÎªÌ¦W¸j©w',1031510000); INSERT INTO international VALUES (307,'WebGUI',9,'¬O§_¨Ï¥ÎÀq»{ meta ¼ÐÃÑ',1031510000); INSERT INTO international VALUES (308,'WebGUI',9,'½s¿è¨Ï¥ÎªÌÄݩʳ]¸m',1031510000); INSERT INTO international VALUES (309,'WebGUI',9,'¬O§_¤¹³¨Ï¥Î¯u¹ê©m¦W',1031510000); @@ -6238,19 +6074,11 @@ INSERT INTO international VALUES (411,'WebGUI',9,' INSERT INTO international VALUES (412,'WebGUI',9,'­¶­±´y­z',1031510000); INSERT INTO international VALUES (79,'Survey',1,'minutes',1038789595); INSERT INTO international VALUES (18,'Article',9,'¬O§_¤¹³°Q½×',1031510000); -INSERT INTO international VALUES (19,'Article',9,'½Ö¥i¥Hµoªí',1031510000); -INSERT INTO international VALUES (20,'Article',9,'½Ö¥i¥HºÞ²z',1031510000); -INSERT INTO international VALUES (21,'Article',9,'½s¿è¶W®É',1031510000); INSERT INTO international VALUES (22,'Article',9,'§@ªÌ',1031510000); INSERT INTO international VALUES (23,'Article',9,'¤é´Á',1031510000); INSERT INTO international VALUES (24,'Article',9,'µoªí¦^À³',1031510000); -INSERT INTO international VALUES (25,'Article',9,'½s¿è¦^À³',1031510000); -INSERT INTO international VALUES (26,'Article',9,'§R°£¦^À³',1031510000); INSERT INTO international VALUES (27,'Article',9,'ªð¦^¤å³¹',1031510000); -INSERT INTO international VALUES (413,'WebGUI',9,'¹J¨ìÄY­«¿ù»~®É',1031510000); INSERT INTO international VALUES (28,'Article',9,'¬d¬Ý¦^À³',1031510000); -INSERT INTO international VALUES (414,'WebGUI',9,'Åã¥Ü°£¿ù¸ê°T',1031510000); -INSERT INTO international VALUES (415,'WebGUI',9,'Åã¥Ü¤Í¦n¸ê°T',1031510000); INSERT INTO international VALUES (416,'WebGUI',9,'

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

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

¦w¥þĵ³ø

\r\n ±z³X°Ýªº²Õ¥ó¤£¦b³o¤@­¶¤W¡C¦¹¸ê°T¤w¸gµo°eµ¹¨t²ÎºÞ²z­û',1031510000); INSERT INTO international VALUES (418,'WebGUI',9,'HTML ¹LÂo',1031510000); @@ -6345,15 +6173,10 @@ INSERT INTO international VALUES (508,'WebGUI',9,' INSERT INTO international VALUES (39,'USS',9,'µoªí¦^ÂÐ',1031510000); INSERT INTO international VALUES (747,'WebGUI',1,'Usernames must contain only alpha-numeric characters.',1036384261); INSERT INTO international VALUES (41,'USS',9,'¤é´Á',1031510000); -INSERT INTO international VALUES (42,'USS',9,'½s¿è¦^À³',1031510000); -INSERT INTO international VALUES (43,'USS',9,'§R°£¦^À³',1031510000); INSERT INTO international VALUES (45,'USS',9,'ªð¦^±i¶K¤å³¹¨t²Î',1031510000); INSERT INTO international VALUES (46,'USS',9,'§ó¦h...',1031510000); INSERT INTO international VALUES (47,'USS',9,'¦^ÂÐ',1031510000); INSERT INTO international VALUES (48,'USS',9,'¬O§_¤¹³°Q½×',1031510000); -INSERT INTO international VALUES (49,'USS',9,'½s¿è¶W®É',1031510000); -INSERT INTO international VALUES (50,'USS',9,'¤¹³µoªíªº¨Ï¥ÎªÌ²Õ',1031510000); -INSERT INTO international VALUES (44,'USS',9,'¤¹³ºÞ²zªº¨Ï¥ÎªÌ²Õ',1031510000); INSERT INTO international VALUES (51,'USS',9,'Åã¥Ü§Ö·Ó',1031510000); INSERT INTO international VALUES (52,'USS',9,'§Ö·Ó',1031510000); INSERT INTO international VALUES (53,'USS',9,'¥¬§½',1031510000); @@ -6467,7 +6290,7 @@ INSERT INTO international VALUES (2,'EventsCalendar',2,'Veranstaltungskalender', INSERT INTO international VALUES (1,'WebGUI',2,'Inhalt hinzufügen...',1040650189); INSERT INTO international VALUES (1,'SyndicatedContent',2,'URL zur RSS-Datei',1040649721); INSERT INTO international VALUES (1,'USS',2,'Wer kann genehmigen?',1040649787); -INSERT INTO international VALUES (1,'SQLReport',2,'SQL Bericht',1040649107); +INSERT INTO international VALUES (1,'SQLReport',2,'SQL Report',1043946507); INSERT INTO international VALUES (1,'Poll',2,'Abstimmung',1040646819); INSERT INTO international VALUES (1,'Item',2,'Link URL',1040644895); INSERT INTO international VALUES (1,'ExtraColumn',2,'Extra Spalte',1040644447); @@ -6534,9 +6357,9 @@ INSERT INTO international VALUES (8,'MailForm',2,'Breite',1040645492); INSERT INTO international VALUES (1,'MailForm',2,'Mail Formular',1040405801); INSERT INTO international VALUES (16,'MailForm',2,'Eingangsbestätigung',1040645157); INSERT INTO international VALUES (17,'MailForm',2,'E-mail wurde gesendet',1040645170); -INSERT INTO international VALUES (463,'WebGUI',2,'Zeilen des Textfeldes',1041628662); +INSERT INTO international VALUES (463,'WebGUI',2,'Reihen des Textbereichs',1044982063); INSERT INTO international VALUES (462,'WebGUI',2,'Zeitformat',1041632224); -INSERT INTO international VALUES (461,'WebGUI',2,'Format des Datums',1041628646); +INSERT INTO international VALUES (461,'WebGUI',2,'Datumsformat',1044961156); INSERT INTO international VALUES (460,'WebGUI',2,'Zeitabweichung',1041632217); INSERT INTO international VALUES (46,'USS',2,'Lesen Sie mehr...',1040650048); INSERT INTO international VALUES (46,'Product',2,'Produkt (verwandt) hinzufügen oder bearbeiten',1040648575); @@ -6582,7 +6405,6 @@ INSERT INTO international VALUES (72,'FileManager',2,'Download hinzuf INSERT INTO international VALUES (717,'WebGUI',2,'Abmelden',1041631707); INSERT INTO international VALUES (716,'WebGUI',2,'Anmelden',1041631699); INSERT INTO international VALUES (715,'WebGUI',2,'Weiterleitungs URL',1041631643); -INSERT INTO international VALUES (710,'WebGUI',2,'privilegierte Einstellungen bearbeiten',1041631541); INSERT INTO international VALUES (27,'Product',2,'Merkmal',1041626158); INSERT INTO international VALUES (26,'Product',2,'Produktname',1040647368); INSERT INTO international VALUES (25,'Product',2,'Merkmale bearbeiten',1041626137); @@ -6638,7 +6460,7 @@ INSERT INTO international VALUES (48,'Product',2,'Sind Sie sicher, dass Sie dies INSERT INTO international VALUES (479,'WebGUI',2,'Datum',1041632308); INSERT INTO international VALUES (478,'WebGUI',2,'URL',1041632300); INSERT INTO international VALUES (477,'WebGUI',2,'HTML Bereich',1041632292); -INSERT INTO international VALUES (476,'WebGUI',2,'Textfeld',1041632281); +INSERT INTO international VALUES (476,'WebGUI',2,'Textbereich',1044982113); INSERT INTO international VALUES (475,'WebGUI',2,'Text',1041632273); INSERT INTO international VALUES (474,'WebGUI',2,'Erforderlich?',1041632265); INSERT INTO international VALUES (473,'WebGUI',2,'sichtbar?',1041632257); @@ -6650,7 +6472,7 @@ INSERT INTO international VALUES (469,'WebGUI',2,'Id',1041632232); INSERT INTO international VALUES (467,'WebGUI',2,'Sind Sie sicher, dass Sie dieses Feld und alle darauf bezogenen Benutzerdaten löschen möchten?',1040647852); INSERT INTO international VALUES (466,'WebGUI',2,'Sind Sie sicher, dass Sie diese Kategorie löschen und alle ihre Felder in die Kategorie \'Sonstiges\' verschieben möchten?',1040648419); INSERT INTO international VALUES (465,'WebGUI',2,'Größe der Textbox',1041628729); -INSERT INTO international VALUES (464,'WebGUI',2,'Spalten des Textfeldes',1041628675); +INSERT INTO international VALUES (464,'WebGUI',2,'Spalten des Textbereichs',1044982091); INSERT INTO international VALUES (52,'Survey',1,'Score',1037506007); INSERT INTO international VALUES (51,'Survey',1,'Comments?',1037499470); INSERT INTO international VALUES (50,'Survey',1,'Next',1037499410); @@ -6664,7 +6486,6 @@ INSERT INTO international VALUES (680,'WebGUI',2,'Paket hinzuf INSERT INTO international VALUES (58,'Survey',1,'Statistical Overview',1037556179); INSERT INTO international VALUES (679,'WebGUI',2,'inhaltliche Einstellungen bearbeiten',1041631145); INSERT INTO international VALUES (677,'WebGUI',2,'Wobject hinzufügen oder bearbeiten',1041630900); -INSERT INTO international VALUES (708,'WebGUI',2,'Sondereinstellungen verwalten',1041631508); INSERT INTO international VALUES (706,'WebGUI',2,'Stunde(n)',1041631471); INSERT INTO international VALUES (707,'WebGUI',2,'Fehlersuche anzeigen?',1041631480); INSERT INTO international VALUES (699,'WebGUI',2,'Erster Tag der Woche',1041611488); @@ -6745,7 +6566,7 @@ INSERT INTO international VALUES (33,'Product',2,'Verwandte Produkte',1040648504 INSERT INTO international VALUES (34,'Product',2,'Eine Eigenschaft hinzufügen.',1040648518); INSERT INTO international VALUES (61,'USS',2,'Benutzerbeitragssystem hinzufügen oder bearbeiten',1040650173); INSERT INTO international VALUES (61,'SiteMap',2,'SiteMap hinzufügen oder bearbeiten',1040649701); -INSERT INTO international VALUES (61,'SQLReport',2,'SQL Bericht hinzufügen oder bearbeiten',1040649401); +INSERT INTO international VALUES (61,'SQLReport',2,'SQL Report hinzufügen oder bearbeiten',1043946524); INSERT INTO international VALUES (61,'Product',2,'Produkt Template',1040405973); INSERT INTO international VALUES (61,'Poll',2,'Abstimmung hinzufügen oder bearbeiten',1040646904); INSERT INTO international VALUES (61,'MessageBoard',2,'Diskussionsforum hinzufügen oder bearbeiten',1040403918); @@ -6833,7 +6654,7 @@ INSERT INTO international VALUES (4,'WobjectProxy',6,'Wobject proxying misslycka INSERT INTO international VALUES (3,'WobjectProxy',6,'Wobject Proxy',1032256918); INSERT INTO international VALUES (2,'WobjectProxy',6,'Redigera wobject proxy',1032256908); INSERT INTO international VALUES (1,'WobjectProxy',6,'Wobject till Proxy',1032256896); -INSERT INTO international VALUES (709,'WebGUI',6,'Bildhanteringsgrupp\r\nVälj en grupp som ska ha kontroll över tillägg, redigering och borttagning av bilder.\r\n\r\nStilhanteringsgrupp\r\nVälj en grupp som ska ha kontroll över tillägg, redigering och borttagning av stilar.\r\n\r\nMallhanteringsgrupp\r\nVälj en grupp som ska ha kontroll över tillägg, redigering och borttagning av mallar.',1032256879); +INSERT INTO international VALUES (840,'WebGUI',2,'Diese Makros werden verwendet um programmier ähnliche Funktionalität einzubauen \r\n

^D; oder ^D(); - Datum
Das aktuelle Datum und die Uhrzeit. \r\n

Sie können dies mit den Formatierungssymbolen konfigurieren. Wenn Sie z. \r\nB. eine Makro wie ^D("%c %D, %y"); erstellen, wird Ihnen folgendes \r\nangezeigt \r\nSeptember 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\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n
%%%
%y4-stelliges Jahr
%Y2-stelliges Jahr
%m2-stelliger Monat
%Mvariable Monat
%cMonatsname
%d2-stelliger Tag
%Dvariable Tag des Monats?
%wName des Wochentags
%h2-stellige Uhrzeit (12-Stunden Format)
%Hvariable Uhrzeit (12-Stunden Format) ?
%j2-stellige Uhrzeit (24-Stunden Format)
%Jvariable Uhrzeit (24-Stunden Format) ?
%pkleingeschrieben am/pm
%Pgrossgeschrieben AM/PM
%zBenutzerdefiniertes Datums-Format
%ZBenutzerdefiniertes Zeit-Format
\r\n

^Env()
Kann benutzt werden, um eine WebServer Umgebungsvariable \r\nauf der Seite anzeigen zu lassen. Diese Umgebungsvariablen sind von WebServer \r\nzu WebServer unterschiedlich, aber Sie können Sie die verfügbaren Variablen \r\nanzeigen lassen, wenn Sie \r\nhttp://www.ihreWebGUISeite.de/env.pl \r\naufrufen.

Das Makro wird z. B. wie folgt verwendet ^Env("REMOTE_ADDR"); \r\n

^Execute();
Gibt dem Contentmanager oder Administrator die Möglichkeit, \r\nein externes Programm auszuführen. Beispiel: ^Execute("/verzeichnis/datei.sh");. \r\n

^FormParam();
Dieses Makro wird hauptsächlich benutzt, um dynamische \r\nAbfragen in SQL Reports zu erzeugen. Das Benutzen dieses Makros kann z. B. \r\nden Wert eines Formularfeldes zurückgeben, in dem Sie einfach den Namen des \r\nFormularfeldes einsetzen, wie z. b. \r\n^FormParam("Telefon Nummer"); \r\n

^Include();
Gibt dem Contentmanager oder Administrator die Möglichkeit, \r\neine Datei des lokalen Dateisystems einzubinden \r\n

Beispiel: ^Include("/verzeichnis/seite.html"); \r\n

^International();
Gibt den übersetzten Text vom \'Internationalisierungs-System\' \r\n(Übersetzungen) zurück. \r\n

Beispiel: ^International(45,"Article"); \r\nBeachte: Es muss die englische Bezeichnung (Article) verwendet werden.

^Page();
Dieses \r\nMakro kann verwendet werden, um Informationen der aktuellen Seite zurückzugeben. \r\nZum Beispiel kann es benutzt werden, um die Seiten-URL anzuzeigen: \r\n^Page("urlizedTitle"); oder um einen Menutitel zu erhalten: ^Page("menuTitle");. \r\n

^SQL();
Ein einzeiliger SQL Report. Manchmal ist es erforderlich, \r\nschnell einen Datenbankinhalt zurückzugeben. Dieses Makro ist aber auch gut \r\neinsetzbar, um einen SQL-Report zu erweitern. Es werden numerische Makros (^0; ^1; ^2; etc) benutz, \r\num Daten zu positionieren. Sie können auch das ^rownum; Makro wie beim \r\n SQL Report Wobject benutzen.
\r\n
Beispiele:\r\n

^SQL("select count(*) from users","Es sind ^0; Benutzer registriert."); \r\n

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

^URLEncode();
Dieses Makro wird auch hauptsächlich in SQL Reports \r\nverwendet, aber es kann auch genauso gut wo anders eingesetzt werden. Es überprüft \r\nden Inhalt einer Eingabe (z. B. im Formular) und wandelt ihn in eine URL \r\num, sodass die Eingabe nachher als Link angezeigt wird. Die Syntax ist wie folgt: ^URLEncode("Ist dies \r\nmeine Eingabe?"); \r\n

^User();
Mit diesem Makro können Sie einige Infos aus dem Benutzer-Konto \r\noder Benutzerprofil anzeigen lassen. Wenn Sie z. B. die Emailadresse des Benutzers \r\nanzeigen möchten, müssen Sie das Makro wie folgt verwenden: ^User("email");

^*; oder ^*(); - Zufallszahl
Eine \r\nZufallszahl. Wird oft in Banner-Ads oder ähnlichem benötigt, um z. B. sicherzustellen, \r\ndas nicht gecachet wird. Sie können dieses Makro u. a. einsetzen, um eine Zufallszahl \r\nzwischen 1 und 100 zu erzeugen: ^*(100); . \r\n

^-;,^0;,^1;,^2;,^3;, etc.
Diese Makros sind für System/Wobject \r\nspezifische Funktionen reserviert, wie im SQL Report oder im Body des Style \r\nManagers.

',1044008423); 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); 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); INSERT INTO international VALUES (71,'Survey',1,'Grade Book',1037573252); @@ -6920,8 +6741,6 @@ INSERT INTO international VALUES (685,'WebGUI',6,'Mall, radera',1031841131); INSERT INTO international VALUES (59,'Survey',1,'View statistical overview.',1037556614); INSERT INTO international VALUES (697,'WebGUI',6,'Karma, använder',1031841097); INSERT INTO international VALUES (699,'WebGUI',6,'Första dagen i veckan',1031840984); -INSERT INTO international VALUES (713,'WebGUI',6,'Stilhanteringsgrupp',1031840911); -INSERT INTO international VALUES (714,'WebGUI',6,'Mallhanteringsgrupp',1031840891); INSERT INTO international VALUES (715,'WebGUI',6,'Ompeknings-URL',1031840875); INSERT INTO international VALUES (716,'WebGUI',6,'Logga in',1031840859); INSERT INTO international VALUES (717,'WebGUI',6,'Logga ut',1031840849); @@ -6936,9 +6755,6 @@ INSERT INTO international VALUES (583,'WebGUI',6,'Max bildstorlek',1031840677); INSERT INTO international VALUES (569,'WebGUI',6,'Modereringstyp',1031840667); INSERT INTO international VALUES (568,'WebGUI',6,'Efterhand',1031840659); INSERT INTO international VALUES (559,'WebGUI',6,'Kör vid registrering',1031840650); -INSERT INTO international VALUES (711,'WebGUI',6,'Bildhanteringsgrupp',1031840616); -INSERT INTO international VALUES (710,'WebGUI',6,'Redigera privilege-inställningar',1031840588); -INSERT INTO international VALUES (708,'WebGUI',6,'Privilege-inställningar, hantera',1031840562); INSERT INTO international VALUES (554,'WebGUI',6,'Behandla',1031840452); INSERT INTO international VALUES (551,'WebGUI',6,'Påminnelse',1031840439); INSERT INTO international VALUES (552,'WebGUI',6,'Väntande',1031840427); @@ -7300,52 +7116,9 @@ INSERT INTO international VALUES (4,'WebGUI',11,' INSERT INTO international VALUES (3,'WebGUI',11,'ÅáÕÞ ãä áæÍÉ ÇáÚÑÖ',1031514049); INSERT INTO international VALUES (2,'WebGUI',11,'ÕÝÍÉ',1031514049); INSERT INTO international VALUES (1,'WebGUI',11,'ÅÖÇÝÉ ãÍÊæì..',1031514049); -INSERT INTO international VALUES (61,'UserSubmission',11,'ÅÖÇÝÉ/ÊÍÑíÑ äÙÇã ãÓÊÎÏã ÇáØáÈ',1031517089); -INSERT INTO international VALUES (59,'UserSubmission',11,'ÇáØáÈ ÇáÊÇáí',1031514049); -INSERT INTO international VALUES (58,'UserSubmission',11,'ÇáØáÈ ÇáÓÇÈÞ',1031514049); -INSERT INTO international VALUES (57,'UserSubmission',11,'ÇÓÊÌÇÈÇÊ (ÑÏæÏ)',1031514049); -INSERT INTO international VALUES (56,'UserSubmission',11,'ãÚÑÖ ÇáÕæÑ',1031514049); -INSERT INTO international VALUES (55,'UserSubmission',11,'ÊÞáíÏí',1031514049); -INSERT INTO international VALUES (54,'UserSubmission',11,'ÊÓÌíá æíÈ',1031514049); -INSERT INTO international VALUES (53,'UserSubmission',11,'ÊÕãíã',1031514049); -INSERT INTO international VALUES (52,'UserSubmission',11,'ÅÔÇÑÉ',1031514049); -INSERT INTO international VALUES (51,'UserSubmission',11,'ÚÑÖ ÈÇáÅÔÇÑÉ¿',1031514049); -INSERT INTO international VALUES (48,'UserSubmission',11,'ÝÊÍ ãäÇÞÔÇÊ¿',1031514049); -INSERT INTO international VALUES (47,'UserSubmission',11,'ÊÚííä ÇÓÊÌÇÈÉ',1031514049); -INSERT INTO international VALUES (46,'UserSubmission',11,'ÅÞÑà ÃíÖðÇ...',1031514049); -INSERT INTO international VALUES (45,'UserSubmission',11,'ÑÌæÚ Åáì ÇáØáÈÇÊ',1031514049); -INSERT INTO international VALUES (41,'UserSubmission',11,'ÇáÊÇÑíÎ',1031514049); -INSERT INTO international VALUES (40,'UserSubmission',11,'Êã ÊÚííäå ÈæÇÓØÉ',1031514049); -INSERT INTO international VALUES (39,'UserSubmission',11,'ÊÚííä ÑÏ',1031514049); -INSERT INTO international VALUES (38,'UserSubmission',11,'\"ÇäÞÑ \"\"áÇ\"\"ÅÐÇ ßäÊ ÊßÊÈ ÊÍÑíÑ ØáÈ HTML/RICH\"',1031514049); -INSERT INTO international VALUES (37,'UserSubmission',11,'ÍÐÝ',1031514049); -INSERT INTO international VALUES (35,'UserSubmission',11,'ÚäæÇä',1031514049); -INSERT INTO international VALUES (34,'UserSubmission',11,'åá ÊÑÛÈ Ýí ÊÍæíá ÚÇÆÏÇÊ ÇáÊÍãíá¿',1031514049); -INSERT INTO international VALUES (33,'UserSubmission',11,'ãÑÝÞÇÊ',1031514049); -INSERT INTO international VALUES (32,'UserSubmission',11,'ÕæÑÉ',1031514049); -INSERT INTO international VALUES (31,'UserSubmission',11,'ãÍÊæì ÇáÑÇÈØÉ (ÇáäÞÇÈÉ)',1031514049); -INSERT INTO international VALUES (30,'UserSubmission',11,'ÇáãÞÏÇÑ ÈÍÓÈ ßá ØáÈ',1031514049); -INSERT INTO international VALUES (29,'UserSubmission',11,'äÙÇã ãÓÊÎÏã ÇáØáÈ',1031514049); -INSERT INTO international VALUES (28,'UserSubmission',11,'ÑÌæÚ Åáì ÞÇÆãÉ ÇáØáÈÇÊ',1031514049); -INSERT INTO international VALUES (27,'UserSubmission',11,'ÊÍÑíÑ',1031514049); -INSERT INTO international VALUES (23,'UserSubmission',11,'ÊÇÑíÎ ÇáÊÞÏíã:',1031514049); -INSERT INTO international VALUES (22,'UserSubmission',11,'ãÞÏãå:',1031514049); -INSERT INTO international VALUES (21,'UserSubmission',11,'ãÞÏãå',1031514049); -INSERT INTO international VALUES (20,'UserSubmission',11,'ÊÚííä ØáÈ ÌÏíÏ',1031514049); -INSERT INTO international VALUES (19,'UserSubmission',11,'ÊÍÑíÑ ÇáØáÈ',1031514049); -INSERT INTO international VALUES (18,'UserSubmission',11,'ÊÍÑíÑ äÙÇã ãÓÊÎÏã ÇáØáÈ ',1031514049); -INSERT INTO international VALUES (17,'UserSubmission',11,'åá ÃäÊ ãÊÃßÏ Ãäß ÊÑíÏ ÍÐÝ åÐÇ ÇáØáÈ¿',1031514049); -INSERT INTO international VALUES (16,'UserSubmission',11,'ÛíÑ ãÓãì',1031514049); -INSERT INTO international VALUES (15,'UserSubmission',11,'ÅÖÇÝÉ/ÊÍÑíÑ',1031514049); -INSERT INTO international VALUES (14,'UserSubmission',11,'ÇáÍÇáÉ',1031514049); -INSERT INTO international VALUES (13,'UserSubmission',11,'ÊÇÑíÎ ÇáÊÞÏíã',1031514049); -INSERT INTO international VALUES (12,'UserSubmission',11,'áÇÊÝÍÕ ÅÐÇ ßäÊ ÊßÊÈ æËíÞÉ HTML',1031514049); -INSERT INTO international VALUES (6,'UserSubmission',11,'ÚÑÖ ÇáØáÈÇÊ ÕÝÍÉ ÈÕÝÍÉ',1031514049); -INSERT INTO international VALUES (5,'UserSubmission',11,'ØáÈß ãÑÝæÖ',1031514049); -INSERT INTO international VALUES (4,'UserSubmission',11,'Êã ÞÈæá ØáÈß',1031514049); -INSERT INTO international VALUES (3,'UserSubmission',11,' áÏíß ØáÈ ãÓÊÎÏã ÌÏíÏ íäÊÙÑ ÇáãæÇÝÞÉ Úáíå',1031514049); -INSERT INTO international VALUES (2,'UserSubmission',11,'ãä íãßäå ÇáãÓÇåãÉ¿',1031514049); -INSERT INTO international VALUES (1,'UserSubmission',11,'ãä íãßäå ÇáÞÈæá (ÇáãæÇÝÞÉ)¿',1031514049); +INSERT INTO international VALUES (886,'WebGUI',1,'Hide from navigation?',1044727952); +INSERT INTO international VALUES (887,'WebGUI',1,'Midas (IE 6+ or Mozilla 1.3+)',1045168392); +INSERT INTO international VALUES (634,'WebGUI',2,'Standard Startseite
Einige kleinere Seiten haben keine Startseite \r\n(Eingangsseite), stattdessen benutzen sie eine der internen Seiten wie "Über \r\nuns" oder "Informationen über die Firma". Aus diesem Grund können \r\nSie eine beliebige Seite als Startseite auswählen. Zu dieser Startseite gelangt \r\nman, wenn man die URL wie http://www.mywebguisite.com \r\naufruft oder durch einen Klick auf den Home-Link, generiert durch das ^H; Makro. \r\n

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

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

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

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

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

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

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

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

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

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

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

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

\r\n',1044982830); INSERT INTO international VALUES (61,'SyndicatedContent',11,'ÅÖÇÝÉ/ÊÍÑíÑ ãÍÊæì ÇáÑÇÈØÉ',1031514049); INSERT INTO international VALUES (6,'SyndicatedContent',11,'ÇáãÍÊæì ÇáÍÇáí',1031514049); INSERT INTO international VALUES (5,'SyndicatedContent',11,'ÂÎÑ ãÇ Êã ÅÍÖÇÑå',1031514049); @@ -7422,7 +7195,6 @@ INSERT INTO international VALUES (16,'Product',11,' INSERT INTO international VALUES (15,'Product',11,'ÖãÇä',1031514049); INSERT INTO international VALUES (14,'Product',11,'íÏæí',1031514049); INSERT INTO international VALUES (13,'Product',11,'ßÑÇÓÉ ÚÑÖ (ÚÑÖ ÊÞÏíãí)',1031514049); -INSERT INTO international VALUES (12,'Product',11,'åá ÃäÊ ãÊÃßÏ Ãäß ÊÑíÏ ÍÐÝ åÐÇ ÇáãáÝ¿',1031514049); INSERT INTO international VALUES (11,'Product',11,'ÑÞã ÇáãäÊÌ',1031514049); INSERT INTO international VALUES (10,'Product',11,'ÇáÓÚÑ',1031514049); INSERT INTO international VALUES (9,'Product',11,'ÕæÑÉ ãäÊÌ ÑÞã 3',1031514049); @@ -7537,7 +7309,7 @@ INSERT INTO international VALUES (61,'EventsCalendar',11,' INSERT INTO international VALUES (86,'EventsCalendar',1,'Show 12 months from start.',1038190601); INSERT INTO international VALUES (20,'EventsCalendar',11,'ÅÖÇÝÉ ÍÏË',1031514049); INSERT INTO international VALUES (19,'EventsCalendar',11,'ÊÑÞíã ÇáÕÝÍÇÊ',1031514049); -INSERT INTO international VALUES (611,'WebGUI',21,'îÁÚ×ÁÎÉÅ ËÏÍÐÁÎÉÉ
\r\n÷×ÅÄÉÔÅ ÎÁÚ×ÁÎÉÅ ×ÁÛÅÊ ËÏÍÎÁÎÉÉ. üÔÏ ÉÍÑ ÂÕÄÅÔ ÉÓÐÏÌØÚÏ×ÁÔØÓÑ ÍÁËÒÏÓÏÍ ^c;.\r\n

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

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

',1036493480); +INSERT INTO international VALUES (611,'WebGUI',21,'îÁÚ×ÁÎÉÅ ËÏÍÐÁÎÉÉ
\r\n÷×ÅÄÉÔÅ ÎÁÚ×ÁÎÉÅ ×ÁÛÅÊ ËÏÍÐÁÎÉÉ. üÔÏ ÉÍÑ ÂÕÄÅÔ ÉÓÐÏÌØÚÏ×ÁÔØÓÑ ÍÁËÒÏÓÏÍ ^c;.\r\n

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

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

',1042130932); INSERT INTO international VALUES (15,'EventsCalendar',11,'ÊÇÑíÎ ÇáÇäÊåÇÁ',1031514049); INSERT INTO international VALUES (14,'EventsCalendar',11,'ÊÇÑíÎ ÇáÈÏÁ',1031514049); INSERT INTO international VALUES (13,'EventsCalendar',11,'ÊÍÑíÑ ÇáÍÏË',1031514049); @@ -7546,28 +7318,7 @@ INSERT INTO international VALUES (9,'EventsCalendar',11,' INSERT INTO international VALUES (8,'EventsCalendar',11,'íÊßÑÑ ßá',1031514049); INSERT INTO international VALUES (4,'EventsCalendar',11,'íÍÏË ãÑÉ æÇÍÏÉ',1031514049); INSERT INTO international VALUES (2,'EventsCalendar',11,'ÊÞæíã ÇáÃÍÏÇË',1031514049); -INSERT INTO international VALUES (72,'DownloadManager',11,'ÅÖÇÝÉ/ÊÍÑíÑ ÊÍãíá',1031514049); INSERT INTO international VALUES (91,'EventsCalendar',1,'Add a new event.',1038190852); -INSERT INTO international VALUES (61,'DownloadManager',11,'ÅÖÇÝÉ/ÊÍÑíÑ ãÏíÑ ÇáÊÍãíá',1031514049); -INSERT INTO international VALUES (22,'DownloadManager',11,'ÇÓÊßãÇá áÅÖÇÝÉ ÊÍãíá¿',1031514049); -INSERT INTO international VALUES (21,'DownloadManager',11,'ÚÑÖ ÈÇáÅÔÇÑÉ¿',1031514049); -INSERT INTO international VALUES (20,'DownloadManager',11,'ÊÑÞíã ÇáÕÝÍÇÊ',1031514049); -INSERT INTO international VALUES (19,'DownloadManager',11,'áíÓ ÈÍæÒÊß ãáÝÇÊ ãÊÇÍÉ ááÊÍãíá',1031514049); -INSERT INTO international VALUES (18,'DownloadManager',11,'äÓÎÉ ÈÏíáÉ ÑÞã 2',1031514049); -INSERT INTO international VALUES (17,'DownloadManager',11,'äÓÎÉ ÈÏíáÉ ÑÞã 1',1031514049); -INSERT INTO international VALUES (16,'DownloadManager',11,'ÇáÒãä ÇáÊÍãíáí',1031514049); -INSERT INTO international VALUES (15,'DownloadManager',11,'ÊæÕíÝ',1031514049); -INSERT INTO international VALUES (14,'DownloadManager',11,'ãáÝ',1031514049); -INSERT INTO international VALUES (12,'DownloadManager',11,'åá ÃäÊ ãÊÃßÏ Ãäß ÊÑíÏ ÍÐÝ åÐÇ ÇáÊÍãíá¿',1031514049); -INSERT INTO international VALUES (11,'DownloadManager',11,'ÅÖÇÝÉ ÊÍãíá ÌÏíÏ',1031514049); -INSERT INTO international VALUES (10,'DownloadManager',11,'ÊÍÑíÑ ÇáÊÍãíá',1031514049); -INSERT INTO international VALUES (9,'DownloadManager',11,'ÊÍÑíÑ ãíÑ ÇáÊÍãíá',1031514049); -INSERT INTO international VALUES (8,'DownloadManager',11,'ãæÌÒ ãÎÊÕÑ',1031514049); -INSERT INTO international VALUES (7,'DownloadManager',11,'ÊÌãíÚ ÈÛÑÖ ÇáÊÍãíá',1031514049); -INSERT INTO international VALUES (6,'DownloadManager',11,'ÊÍãíá ãáÝ',1031514049); -INSERT INTO international VALUES (5,'DownloadManager',11,'ÇÓã ÇáãáÝ',1031514049); -INSERT INTO international VALUES (3,'DownloadManager',11,'ÇÓÊßãÇá áÅÖÇÝÉ ãáÝ¿',1031514049); -INSERT INTO international VALUES (1,'DownloadManager',11,'ãÏíÑ ÇáÊÍãíá',1031514049); INSERT INTO international VALUES (61,'Article',11,'ÅÖÇÝÉ/ÊÍÑíÑ ÝÞÑÉ',1031514049); INSERT INTO international VALUES (28,'Article',11,'ÚÑÖ ÇáÂÑÇÁ',1031514049); INSERT INTO international VALUES (27,'Article',11,'ÑÌæÚ Åáì ÇáÝÞÑÉ',1031514049); @@ -7590,13 +7341,6 @@ INSERT INTO international VALUES (3,'Article',11,' INSERT INTO international VALUES (1,'Article',11,'ÝÞÑÉ',1031514049); INSERT INTO international VALUES (107,'WebGUI',11,'ÇãÊíÇÒÇÊ',1031514049); INSERT INTO international VALUES (108,'WebGUI',11,'ãÇáß',1031514049); -INSERT INTO international VALUES (109,'WebGUI',11,'åá íãßä ááãÇáß Ãä íÓÊÚÑÖ¿',1031514049); -INSERT INTO international VALUES (110,'WebGUI',11,'åá íãßä ááãÇáß Ãä íÚÏá¿',1031514049); -INSERT INTO international VALUES (111,'WebGUI',11,'ãÌãæÚÉ',1031514049); -INSERT INTO international VALUES (112,'WebGUI',11,'åá íãßä ááãÌãæÚÉ Ãä ÊÓÊÚÑÖ¿',1031514049); -INSERT INTO international VALUES (113,'WebGUI',11,'åá íãßä ááãÌãæÚÉ Ãä ÊÚÏá¿',1031514049); -INSERT INTO international VALUES (114,'WebGUI',11,'åá íãßä áÃí ÔÎÕ Ãä íÓÊÚÑÖ¿',1031514049); -INSERT INTO international VALUES (115,'WebGUI',11,'åá íãßä áÃí ÔÎÕ Ãä íÚÏá¿',1031514049); INSERT INTO international VALUES (116,'WebGUI',11,'\"ÇäÞÑ \"\"äÚã\"\" áÊÍæíá ÇãÊíÇÒÇÊ ßá ÇáÕÝÍÇÊ ÇáÊí ÊÍÊæíåÇ åÐå ÇáÕÝÍÉ Åáì åÐå ÇáÇãÊíÇÒÇÊ\"',1031514049); INSERT INTO international VALUES (117,'WebGUI',11,'ÊÍÑíÑ ÊÌåíÒÇÊ ÇáãÓÊÎÏã',1031514049); INSERT INTO international VALUES (118,'WebGUI',11,'ÊÓÌíá ÈÏæä ÇÓã',1031514049); @@ -7660,7 +7404,6 @@ INSERT INTO international VALUES (240,'WebGUI',11,' INSERT INTO international VALUES (244,'WebGUI',11,'ÇáßÇÊÈ',1031514049); INSERT INTO international VALUES (245,'WebGUI',11,'ÇáÊÇÑíÎ',1031514049); INSERT INTO international VALUES (304,'WebGUI',11,'ÇááÛÉ',1031514049); -INSERT INTO international VALUES (306,'WebGUI',11,'ÍÇÔíÉ ÇÓã ÇáãÓÊÎÏã',1031514049); INSERT INTO international VALUES (307,'WebGUI',11,'ÇÓÊÎÏÇã ÚáÇãÇÊ ããíÒÉ ÇÝÊÑÇÖíÉ',1031514049); INSERT INTO international VALUES (308,'WebGUI',11,'ÊÍÑíÑ ÊÌåíÒÇÊ ÇáÈíÇäÇÊ ÇáÚÇãÉ',1031514049); INSERT INTO international VALUES (309,'WebGUI',11,'ÚÑÖ ÇáÅÓã ÇáÍÞíÞí¿',1031514049); @@ -7990,11 +7733,6 @@ INSERT INTO international VALUES (704,'WebGUI',11,' INSERT INTO international VALUES (705,'WebGUI',11,'ÇáÏÞíÞÉ (ÇáÏÞÇÆÞ)',1031514049); INSERT INTO international VALUES (706,'WebGUI',11,'ÇáÓÇÚÉ (ÇáÓÇÚÇÊ)',1031514049); INSERT INTO international VALUES (707,'WebGUI',11,'ÇÓÊÚÑÇÖ ÇáÊäÞíÍ¿',1031514049); -INSERT INTO international VALUES (708,'WebGUI',11,'ÊÌíåÒÇÊ ÇáÇãÊíÇÒ¡ ÅÏÇÑÉ',1031514049); -INSERT INTO international VALUES (710,'WebGUI',11,'ÊÍÑíÑ ÊÌåíÒÇÊ ÇáÇãÊíÇÒ',1031514049); -INSERT INTO international VALUES (711,'WebGUI',11,'ÊÌãíÚ ãÏíÑí ÇáÕæÑÉ',1031514049); -INSERT INTO international VALUES (713,'WebGUI',11,'ÊÌãíÚ ãÏíÑí ÇáÊÕãíã',1031514049); -INSERT INTO international VALUES (714,'WebGUI',11,'ÊÌãíÚ ãÏíÑí ÇáÞÇáÈ',1031514049); INSERT INTO international VALUES (715,'WebGUI',11,'ÅÚÇÏÉ ÊæÌíå ÇáãæÞÚ ÈÇáÅäÊÑäÊ',1031514049); INSERT INTO international VALUES (716,'WebGUI',11,'ÏÎæá',1031514049); INSERT INTO international VALUES (717,'WebGUI',11,'ÎÑæÌ',1031514049); @@ -8084,10 +7822,8 @@ INSERT INTO international VALUES (680,'WebGUI',10,'Pakker, Tilf INSERT INTO international VALUES (679,'WebGUI',10,'Indholds indstillinger, Redigér',1036855461); INSERT INTO international VALUES (678,'WebGUI',10,'Rod, Håndter',1036855438); INSERT INTO international VALUES (677,'WebGUI',10,'Wobjects, Tilføj/Redigér',1036855426); -INSERT INTO international VALUES (676,'WebGUI',10,'Images, Håndter',1036855404); INSERT INTO international VALUES (675,'WebGUI',10,'Søgemaskine, Anvend',1036855390); INSERT INTO international VALUES (674,'WebGUI',10,'Diverse indstillinger, Redigér',1036855371); -INSERT INTO international VALUES (673,'WebGUI',10,'Image, slet',1036855354); INSERT INTO international VALUES (672,'WebGUI',10,'Profil indstilling, Redigér',1036855339); INSERT INTO international VALUES (669,'WebGUI',10,'Makroer, Anvend',1036855290); INSERT INTO international VALUES (668,'WebGUI',10,'Style Sheets, Anvend',1036855265); @@ -8113,13 +7849,6 @@ INSERT INTO international VALUES (554,'WebGUI',10,'Tag aktion',1036854733); INSERT INTO international VALUES (553,'WebGUI',10,'Status',1036854720); INSERT INTO international VALUES (552,'WebGUI',10,'Afventer',1036854708); INSERT INTO international VALUES (551,'WebGUI',10,'Besked',1036854692); -INSERT INTO international VALUES (550,'WebGUI',10,'Vis image gruppe',1036854678); -INSERT INTO international VALUES (549,'WebGUI',10,'Gruppe beskrivelse',1036854665); -INSERT INTO international VALUES (548,'WebGUI',10,'Gruppe navn',1036854650); -INSERT INTO international VALUES (547,'WebGUI',10,'Overgruppe',1036854626); -INSERT INTO international VALUES (546,'WebGUI',10,'Gruppe ID',1036854611); -INSERT INTO international VALUES (545,'WebGUI',10,'Redigér image gruppe',1036854598); -INSERT INTO international VALUES (544,'WebGUI',10,'Er du sikker på du vil slette denne gruppe?',1036854576); INSERT INTO international VALUES (543,'WebGUI',10,'Tilføj ny image gruppe',1036854555); INSERT INTO international VALUES (542,'WebGUI',10,'Forrige..',1036854517); INSERT INTO international VALUES (541,'WebGUI',10,'Karma pr. postering',1036854500); @@ -8165,26 +7894,7 @@ INSERT INTO international VALUES (503,'WebGUI',10,'Skabelon ID',1036612359); INSERT INTO international VALUES (502,'WebGUI',10,'Er du sikker på du vil slette denne skabelon og dermed alle sider der anvender den?',1036612343); INSERT INTO international VALUES (501,'WebGUI',10,'Body',1036612298); INSERT INTO international VALUES (500,'WebGUI',10,'Side ID',1036612281); -INSERT INTO international VALUES (382,'WebGUI',10,'Redigér billed',1036612267); -INSERT INTO international VALUES (61,'UserSubmission',10,'Bruger indlæg system, tilføj/redigér',1036612234); -INSERT INTO international VALUES (59,'UserSubmission',10,'Næste indlæg',1036612208); -INSERT INTO international VALUES (58,'UserSubmission',10,'Tidligere indlæg',1036612195); -INSERT INTO international VALUES (57,'UserSubmission',10,'Respons',1036612182); -INSERT INTO international VALUES (56,'UserSubmission',10,'Foto gallari',1036612168); -INSERT INTO international VALUES (55,'UserSubmission',10,'Traditionel',1036612152); -INSERT INTO international VALUES (54,'UserSubmission',10,'web log',1036612137); -INSERT INTO international VALUES (53,'UserSubmission',10,'Layout',1036612124); -INSERT INTO international VALUES (52,'UserSubmission',10,'Minature',1036612109); -INSERT INTO international VALUES (51,'UserSubmission',10,'Vis minature format?',1036612086); -INSERT INTO international VALUES (48,'UserSubmission',10,'Tillad diskussion?',1036612067); -INSERT INTO international VALUES (47,'UserSubmission',10,'Send et svar',1036612036); -INSERT INTO international VALUES (46,'UserSubmission',10,'Læs mere ...',1036612017); -INSERT INTO international VALUES (45,'UserSubmission',10,'Retur',1036612001); -INSERT INTO international VALUES (41,'UserSubmission',10,'Dato',1036611623); -INSERT INTO international VALUES (40,'UserSubmission',10,'indsendt af',1036611601); -INSERT INTO international VALUES (39,'UserSubmission',10,'Send et svar',1036611581); -INSERT INTO international VALUES (38,'UserSubmission',10,'(Vælg \"nej\" hvis du skriver et HTML baseret indlæg)',1036611407); -INSERT INTO international VALUES (30,'UserSubmission',10,'Karma pr. indlæg',1036611359); +INSERT INTO international VALUES (615,'WebGUI',2,'Gruppen werden zum Aufteilen von Rechten und Pflichten innherhalb des WebGUI \r\nSystems benötigt. Wenn sie z. b. eine Seite ähnlich einer Klassenraum Situation \r\nerstellen müssen. In diesem Fall würden Sie für jede einzelne Klasse eine eigene \r\nGruppe erstellen, die sie dann den entsprechenden Seiten zuordnen könnten.

Es \r\ngibt bereits einige voreingestellte Gruppen in WebGUI:

Admins
Admins \r\nsind User mit unbegrenzten Rechten in WebGUI. Ein Benutzer sollte dieser Gruppe \r\nnur hinzugefügt werden, wenn der das System überblicken kann. Gewöhnlich werden \r\n1 bis 3 Personen dieser Gruppe zugeordnet.

Content Managers
Content Manager \r\nsind Benutzer, die die Berechtigung zum Hinzufügen, Bearbeiten und löschen von \r\nInhalten für die verschiedenen Bereich der Site haben. Diese Gruppe sollte nicht \r\ndazu benutzt werden, individuelle Content-Bereiche der Seite zu kontrollieren, \r\nsondern um festzulegen, ob  ein Benutzer Inhalt bearbeiten kann oder nicht. \r\nSie sollten zusätzliche Gruppen für die separaten Bereiche der Site erstellen. \r\n

Everyone (Jeder)
Everyone ist eine \'magische\' Gruppe, der niemand \r\nhinzugefügt werden kann, aber alle Mitglieder der Site sind Teil davon. Möchten \r\nSie ihre Seite für Besucher und registrierte Benutzer gleichermassen öffnen, \r\ndann benutzen Sie diese Gruppe dafür.

Package Managers (Paket Manager)
Benutzer \r\nmit der Berechtigung, Pakete zu erstellen, zu bearbeiten, zu löschen und anzuwenden.

Registrierte \r\nBenutzer
Sobald ein User dem System hinzugefügt wird, befindet er sich \r\nin dieser Gruppe. Er sollte aus dieser Gruppe nur entfernt werden, wenn sein \r\nAccount gelöscht ist oder wenn sie einen Störenfried sperren wollen.

Style Managers
Benutzer \r\nmit der Berechtigung, Styles zu bearbeiten. Dieses Recht enthält aber nicht \r\ndas Recht, Berechtigungen für eine Seite zu vergeben.

Template Managers
Benutzer \r\nmit der Berechtigung, Templates für diese Seite zu bearbeiten.

Visitors \r\n(Besucher)
Besucher sind diejenigen Benutzer, die nicht eingeloggt sind. \r\n

',1044964822); INSERT INTO international VALUES (61,'SyndicatedContent',10,'Syndicated Content, tilføj/redigér',1036611329); INSERT INTO international VALUES (61,'SiteMap',10,'Træ struktur (site map), tilføj/redigér',1036611295); INSERT INTO international VALUES (61,'SQLReport',10,'SQL Rapport, tilføj/redigér',1036611251); @@ -8240,7 +7950,6 @@ INSERT INTO international VALUES (16,'Product',10,'Tilf INSERT INTO international VALUES (15,'Product',10,'Garanti',1036604274); INSERT INTO international VALUES (14,'Product',10,'Manual',1036604254); INSERT INTO international VALUES (13,'Product',10,'Brochure',1036604243); -INSERT INTO international VALUES (12,'Product',10,'Er du sikker på du vil slette dette felt?',1036604229); INSERT INTO international VALUES (11,'Product',10,'Produkt nr.',1036604204); INSERT INTO international VALUES (10,'Product',10,'Pris',1036604182); INSERT INTO international VALUES (1,'Product',10,'Produkt',1036604168); @@ -8281,20 +7990,12 @@ INSERT INTO international VALUES (61,'Item',10,'Item, tilf INSERT INTO international VALUES (6,'Item',10,'Redigér item',1036597984); INSERT INTO international VALUES (72,'FAQ',10,'Spørgsmål, tilføj/redigér',1036597894); INSERT INTO international VALUES (61,'FAQ',10,'FAQ, tilføj/redigér',1036597867); -INSERT INTO international VALUES (16,'FAQ',10,'[top]',1036597849); -INSERT INTO international VALUES (15,'FAQ',10,'A',1036597834); -INSERT INTO international VALUES (14,'FAQ',10,'Q',1036597824); INSERT INTO international VALUES (13,'FAQ',10,'Slå [top] link til?',1036597810); INSERT INTO international VALUES (12,'FAQ',10,'Slå Q/A til?',1036597786); INSERT INTO international VALUES (11,'FAQ',10,'Slå TOC til?',1036597771); INSERT INTO international VALUES (61,'ExtraColumn',10,'Ekstra kolonne, tilføj/redigér',1036597749); INSERT INTO international VALUES (78,'EventsCalendar',10,'Slet ikke noget, det var en fejl.',1036597719); INSERT INTO international VALUES (75,'EventsCalendar',10,'Hvad ønsker du at gøre?',1036597679); -INSERT INTO international VALUES (73,'DownloadManager',10,'',1036597651); -INSERT INTO international VALUES (72,'DownloadManager',10,'Download, tilføj/redigér',1036597636); -INSERT INTO international VALUES (61,'DownloadManager',10,'Download Manager, tilføj/redigér',1036597610); -INSERT INTO international VALUES (22,'DownloadManager',10,'Fortsæt med at tilføje fil til download?',1033508829); -INSERT INTO international VALUES (1,'FAQ',10,'Fortsæt med at tilføje spørgsmål?',1032469938); INSERT INTO international VALUES (77,'EventsCalendar',10,'Slet denne begivenhed og alle gentagelser',1031671274); INSERT INTO international VALUES (76,'EventsCalendar',10,'Slet kun denne begivenhed.',1031671246); INSERT INTO international VALUES (72,'EventsCalendar',10,'Begivenhed, tilføj/redigér',1031671171); @@ -8304,36 +8005,27 @@ INSERT INTO international VALUES (20,'EventsCalendar',10,'Tilf INSERT INTO international VALUES (61,'Article',10,'Artikkel, tilføj/redigér',1031546465); INSERT INTO international VALUES (814,'WebGUI',1,'Back to styles.',1038022043); INSERT INTO international VALUES (815,'WebGUI',1,'The file you tried to upload is too large.',1038023800); -INSERT INTO international VALUES (679,'WebGUI',21,'îÁÓÔÒÏÊËÉ ÉÎÆÏÒÍÁÃÉÏÎÎÏÇÏ ÎÁÐÏÌÎÅÎÉÑ (ÒÅÄÁËÔÉÒÏ×ÁÎÉÅ)',1034935781); +INSERT INTO international VALUES (679,'WebGUI',21,'îÁÓÔÒÏÊËÉ ÉÎÆÏÒÍÁÃÉÏÎÎÏÇÏ ÎÁÐÏÌÎÅÎÉÑ (ÒÅÄÁËÔÉÒÏ×ÁÎÉÅ)',1042132866); INSERT INTO international VALUES (72,'MailForm',21,'÷Ù ÍÏÖÅÔÅ ÄÏÂÁ×ÉÔØ ÌÀÂÏÅ ËÏÌÉÞÅÓÔ×Ï ÄÏÐÏÌÎÉÔÅÌØÎÙÈ ÐÏÌÅÊ × ×ÁÛÕ ÆÏÒÍÕ.\r\n

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

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

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

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

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

\r\näÏÂÁ×ÉÔØ ÅÝÅ ÏÄÎÏ ÐÏÌÅ?
\r\n÷ÙÂÅÒÉÔÅ „äÁ“, ÅÓÌÉ ×Ù ÈÏÔÉÔÅ ÎÅÍÅÄÌÅÎÎÏ ÄÏÂÁ×ÉÔØ ÎÏ×ÏÅ ÐÏÌÅ.\r\n
',1041689534); INSERT INTO international VALUES (554,'WebGUI',21,'÷ÙÐÏÌÎÉÔØ ÄÅÊÓÔ×ÉÅ',1034774744); -INSERT INTO international VALUES (18,'DownloadManager',21,'áÌØÔÅÒÎÁÔÉ×ÎÁÑ ×ÅÒÓÉÑ ÆÁÊÌÁ №2',1034773347); -INSERT INTO international VALUES (17,'DownloadManager',21,'áÌØÔÅÒÎÁÔÉ×ÎÁÑ ×ÅÒÓÉÑ ÆÁÊÌÁ №1',1034773316); -INSERT INTO international VALUES (73,'DownloadManager',21,'îÁÚ×ÁÎÉÅ ÆÁÊÌÁ
\r\n÷×ÅÄÉÔÅ ÎÁÚ×ÁÎÉÅ ÆÁÊÌÁ.\r\n

\r\n\r\n÷ÙÂÅÒÉÔÅ ÆÁÊÌ
\r\n÷ÙÂÅÒÉÔÅ ÆÁÊÌ ÎÁ Ó×ÏÅÍ ËÏÍÐØÀÔÅÒÅ ÐÒÉ ÐÏÍÏÝÉ ËÎÏÐËÉ \"ïÂÚÏÒ\".\r\n

\r\n\r\náÌØÔÅÒÎÁÔÉ×ÎÁÑ ×ÅÒÓÉÑ ÆÁÊÌÁ №1
\r\núÄÅÓØ ÎÁÄÏ ÕËÁÚÁÔØ ÜÔÏÔ ÖÅ ÄÏËÕÍÅÎÔ, ÎÏ ÉÍÅÀÝÉÊ ÄÒÕÇÏÊ ÆÏÒÍÁÔ. åÓÌÉ Õ ÄÏËÕÍÅÎÔÁ ÎÅÔ ÁÌØÔÅÒÎÁÔÉ×ÎÙÈ ×ÅÒÓÉÊ, ÔÏ ÏÓÔÁרÔÅ ÜÔÏ ÐÏÌÅ ÐÕÓÔÙÍ.\r\n

\r\n\r\náÌØÔÅÒÎÁÔÉ×ÎÁÑ ×ÅÒÓÉÑ ÆÁÊÌÁ №2
\r\nóÍ. \"ÁÌØÔÅÒÎÁÔÉ×ÎÁÑ ×ÅÒÓÉÑ ÆÁÊÌÁ №1\".\r\n

\r\n\r\nëÒÁÔËÏÅ ÏÐÉÓÁÎÉÅ
\r\n÷×ÅÄÉÔÅ ËÒÁÔËÏÅ ÏÐÉÓÁÎÉÅ ÆÁÊÌÁ.\r\n

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

\r\n\r\näÏÂÁ×ÉÔØ ÅÝÅ ÆÁÊÌ?
\r\n÷ÙÂÅÒÉÔÅ \"äÁ\", ÅÓÌÉ ×Ù ÈÏÔÉÔÅ ÄÏÂÁ×ÉÔØ ÎÏ×ÙÊ ÆÁÊÌ × ÆÁÊÌÏ×ÙÊ ÍÅÎÅÄÖÅÒ.\r\n

\r\n',1034773253); INSERT INTO international VALUES (64,'WebGUI',21,'÷ÙÊÔÉ ÉÚ ÓÉÓÔÅÍÙ',1034772536); INSERT INTO international VALUES (1,'WobjectProxy',21,'éÍÑ ÍÏÄÕÌÑ',1037087561); INSERT INTO international VALUES (2,'Item',21,'÷ÌÏÖÅÎÎÙÊ ÆÁÊÌ',1034752668); INSERT INTO international VALUES (4,'Item',21,'óÓÙÌËÁ ÎÁ ÄÏËÕÍÅÎÔ',1034752668); INSERT INTO international VALUES (5,'Item',21,'óËÁÞÁÔØ ×ÌÏÖÅÎÎÙÊ ÆÁÊÌ',1034752668); -INSERT INTO international VALUES (10,'DownloadManager',21,'òÅÄÁËÔÉÒÏ×ÁÔØ ÆÏÒÍÕ ÐÏÄÇÏÔÏ×ËÉ ÆÁÊÌÁ Ë ÏÔÐÒÁ×ËÅ',1034752668); INSERT INTO international VALUES (12,'Poll',21,'÷ÓÅÇÏ ÐÒÏÇÏÌÏÓÏ×ÁÌÏ:',1034752668); -INSERT INTO international VALUES (12,'DownloadManager',21,'õÄÁÌÉÔØ ÜÔÏÔ ÆÁÊÌ?',1034752668); INSERT INTO international VALUES (12,'FAQ',21,'äÏÂÁ×ÉÔØ ×ÏÐÒÏÓ/ÏÔ×ÅÔ?',1034752668); INSERT INTO international VALUES (12,'MailForm',21,'Cc',1034752668); INSERT INTO international VALUES (13,'MailForm',21,'Bcc',1034752668); -INSERT INTO international VALUES (14,'DownloadManager',21,'æÁÊÌ',1034752668); -INSERT INTO international VALUES (19,'DownloadManager',21,'õ ×ÁÓ ÎÅÔ ÆÁÊÌÏ×, ÄÏÓÔÕÐÎÙÈ ÄÌÑ ÓËÁÞÉ×ÁÎÉÑ.',1034752668); -INSERT INTO international VALUES (31,'UserSubmission',21,'óÏÄÅÒÖÁÎÉÅ',1034752668); INSERT INTO international VALUES (357,'WebGUI',21,'îÏ×ÏÓÔÉ',1034752668); INSERT INTO international VALUES (361,'WebGUI',21,'ôÒÉ ËÏÌÏÎËÉ Ó×ÅÒÈÕ, ÏÄÎÁ ×ÎÉÚÕ',1036492249); INSERT INTO international VALUES (362,'WebGUI',21,'ä×Å ÒÁ×ÎÙÅ ËÏÌÏÎËÉ',1036492299); INSERT INTO international VALUES (364,'WebGUI',21,'ðÏÉÓË',1034752668); INSERT INTO international VALUES (371,'WebGUI',21,'äÏÂÁ×ÉÔØ ÇÒÕÐÐÕ',1034752668); -INSERT INTO international VALUES (58,'UserSubmission',21,'ðÒÅÄÙÄÕÝÁÑ ÐÏÓÙÌËÁ',1034752668); INSERT INTO international VALUES (424,'WebGUI',21,'ðÒÏÓÍÏÔÒÅÔØ ÉÓÔÏÒÉÀ ÓÏÅÄÉÎÅÎÉÊ.',1034752668); INSERT INTO international VALUES (429,'WebGUI',21,'÷ÒÅÍÑ ÓÏÅÄÉÎÅÎÉÑ',1034752668); -INSERT INTO international VALUES (442,'WebGUI',21,'òÁÂÏÞÁÑ ÉÎÆÏÒÍÁÃÉÑ',1034752668); -INSERT INTO international VALUES (445,'WebGUI',21,'ðÒÅÄÐÏÞÔÅÎÉÑ',1034752668); +INSERT INTO international VALUES (442,'WebGUI',21,'éÎÆÏÒÍÁÃÉÑ Ï ÆÉÒÍÅ',1042471727); +INSERT INTO international VALUES (445,'WebGUI',21,'ðÏÌØÚÏ×ÁÔÅÌØÓËÉÅ ÎÁÓÔÒÏÊËÉ',1042469962); INSERT INTO international VALUES (576,'WebGUI',21,'õÄÁÌÉÔØ',1034752668); INSERT INTO international VALUES (512,'WebGUI',21,'óÌÅÄÕÀÝÅÅ ÓÏÏÂÝÅÎÉÅ',1036929085); INSERT INTO international VALUES (534,'WebGUI',21,'óÌÅÄÉÔØ ÚÁ ÎÏ×ÙÍ ÐÏÌØÚÏ×ÁÔÅÌÅÍ?',1034752668); @@ -8345,25 +8037,23 @@ INSERT INTO international VALUES (20,'Poll',21,' INSERT INTO international VALUES (541,'WebGUI',21,'îÁÂÌÀÄÁÔØ ÚÁ ÏÐÕÂÌÉËÏ×ÁÎÉÅÍ',1034752668); INSERT INTO international VALUES (61,'MessageBoard',21,'æÏÒÕÍ (ÄÏÂÁ×ÌÅÎÉÅ/ÒÅÄÁËÔÉÒÏ×ÁÎÉÅ)',1041689556); INSERT INTO international VALUES (71,'SQLReport',21,'äÏËÌÁÄ SQL ÐÏÚ×ÏÌÑÅÔ ÐÏÌØÚÏ×ÁÔÅÌÑÍ ÚÁÐÒÁÛÉ×ÁÔØ ÄÁÎÎÙÅ ÉÚ ÌÀÂÏÊ ÂÁÚÙ.\r\n

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

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

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

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

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

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

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

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

\r\näÏÂÁ×ÉÔØ ÒÁÚÒÙ× ÓÔÒÏËÉ?
\r\nåÓÌÉ ×Ù ÈÏÔÉÔÅ ÄÏÂÁ×ÉÔØ ÒÁÚÒÙ× ÓÔÒÏË × ÓÆÏÒÍÉÒÏ×ÁÎÎÏÍ ÏÔÞÅÔÅ × ÔÏÍ ÍÅÓÔÅ, ÇÄÅ ÏÎÉ ×ÓÔÒÅÞÁÀÔÓÑ × ÉÓÈÏÄÎÏÊ ÔÁÂÌÉÃÅ × ÂÁÚÅ ÄÁÎÎÙÈ, ÔÏ ÓËÁÖÉÔÅ „äÁ“\r\n
\r\n',1036073993); -INSERT INTO international VALUES (673,'WebGUI',21,'çÒÁÆÉÞÅÓËÉÊ ÆÁÊÌ (ÕÄÁÌÅÎÉÅ)',1036930495); -INSERT INTO international VALUES (676,'WebGUI',21,'çÒÁÆÉÞÅÓËÉÊ ÆÁÊÌ (ÕÐÒÁ×ÌÅÎÉÅ) ',1036930534); INSERT INTO international VALUES (678,'WebGUI',21,'ïÓÎÏ×ÎÙÅ ËÏÍÐÏÎÅÎÔÙ (ÕÐÒÁ×ÌÅÎÉÅ)',1034752668); -INSERT INTO international VALUES (681,'WebGUI',21,'ðÁËÅÔÙ (ÓÏÚÄÁÎÉÅ)',1034752668); -INSERT INTO international VALUES (680,'WebGUI',21,'ðÁËÅÔÙ (ÄÏÂÁ×ÌÅÎÉÅ)',1034752668); -INSERT INTO international VALUES (675,'WebGUI',21,'ðÏÉÓËÏ×ÁÑ ÓÉÓÔÅÍÁ (ÉÓÐÏÌØÚÏ×ÁÎÉÅ)',1034752668); -INSERT INTO international VALUES (656,'WebGUI',21,'éÎÆÏÒÍÁÃÉÑ Ï ËÏÍÐÁÎÉÉ (ÒÅÄÁËÔÉÒÏ×ÁÎÉÅ)',1034752668); +INSERT INTO international VALUES (681,'WebGUI',21,'ðÁËÅÔÙ (ÓÏÚÄÁÎÉÅ)',1042132885); +INSERT INTO international VALUES (680,'WebGUI',21,'ðÁËÅÔÙ (ÄÏÂÁ×ÌÅÎÉÅ)',1042132874); +INSERT INTO international VALUES (675,'WebGUI',21,'ðÏÉÓËÏ×ÁÑ ÓÉÓÔÅÍÁ (ÉÓÐÏÌØÚÏ×ÁÎÉÅ)',1042132857); +INSERT INTO international VALUES (656,'WebGUI',21,'éÎÆÏÒÍÁÃÉÑ Ï ËÏÍÐÁÎÉÉ (ÒÅÄÁËÔÉÒÏ×ÁÎÉÅ)',1042132801); INSERT INTO international VALUES (696,'WebGUI',21,'ëÏÒÚÉÎÁ (ÏÞÉÝÅÎÉÅ)',1034752668); INSERT INTO international VALUES (672,'WebGUI',21,'ìÉÞÎÙÅ ÎÁÓÔÒÏÊËÉ ÐÏÌØÚÏ×ÁÔÅÌÑ (ÒÅÄÁËÔÉÒÏ×ÁÎÉÅ)',1034752668); -INSERT INTO international VALUES (674,'WebGUI',21,'ïÂÝÉÅ ÎÁÓÔÒÏÊËÉ (ÒÅÄÁËÔÉÒÏ×ÁÎÉÅ)',1034752668); +INSERT INTO international VALUES (674,'WebGUI',21,'ïÂÝÉÅ ÎÁÓÔÒÏÊËÉ (ÒÅÄÁËÔÉÒÏ×ÁÎÉÅ)',1042132848); INSERT INTO international VALUES (661,'WebGUI',21,'æÁÊÌÏ×ÙÅ ÎÁÓÔÒÏÊËÉ (ÒÅÄÁËÔÉÒÏ×ÁÎÉÅ)',1034752668); -INSERT INTO international VALUES (663,'WebGUI',21,'ðÏÞÔÏ×ÙÅ ÎÁÓÔÒÏÊËÉ (ÒÅÄÁËÔÉÒÏ×ÁÎÉÅ)',1034752668); +INSERT INTO international VALUES (663,'WebGUI',21,'ðÏÞÔÏ×ÙÅ ÎÁÓÔÒÏÊËÉ (ÒÅÄÁËÔÉÒÏ×ÁÎÉÅ)',1042132811); INSERT INTO international VALUES (671,'WebGUI',21,'íÏÄÕÌÉ (ÉÓÐÏÌØÚÏ×ÁÎÉÅ)',1037086922); INSERT INTO international VALUES (677,'WebGUI',21,'íÏÄÕÌÉ (ÄÏÂÁ×ÌÅÎÉÅ/ÒÅÄÁËÔÉÒÏ×ÁÎÉÅ)',1037087074); INSERT INTO international VALUES (668,'WebGUI',21,'ìÉÓÔÙ ÓÔÉÌÅÊ (ÉÓÐÏÌØÚÏ×ÁÎÉÅ)',1034752668); INSERT INTO international VALUES (667,'WebGUI',21,'çÒÕÐÐÁ (ÄÏÂÁ×ÌÅÎÉÅ/ÒÅÄÁËÔÉÒÏ×ÁÎÉÅ)',1034752668); INSERT INTO international VALUES (652,'WebGUI',21,'ðÏÌØÚÏ×ÁÔÅÌØÓËÉÅ ÎÁÓÔÒÏÊËÉ (ÒÅÄÁËÔÉÒÏ×ÁÎÉÅ)',1034752668); INSERT INTO international VALUES (665,'WebGUI',21,'çÒÕÐÐÙ (ÕÄÁÌÅÎÉÅ)',1034752668); -INSERT INTO international VALUES (666,'WebGUI',21,'óÔÉÌØ (ÄÏÂÁ×ÌÅÎÉÅ/ÒÅÄÁËÔÉÒÏ×ÁÎÉÅ)',1034752668); +INSERT INTO international VALUES (666,'WebGUI',21,'óÔÉÌØ (ÄÏÂÁ×ÌÅÎÉÅ/ÒÅÄÁËÔÉÒÏ×ÁÎÉÅ)',1042132821); INSERT INTO international VALUES (664,'WebGUI',21,'íÏÄÕÌÉ (ÕÄÁÌÅÎÉÅ)',1037086166); INSERT INTO international VALUES (662,'WebGUI',21,'îÁÓÔÒÏÊËÉ (ÕÐÒÁ×ÌÅÎÉÅ)',1034752668); INSERT INTO international VALUES (660,'WebGUI',21,'çÒÕÐÐÙ (ÕÐÒÁ×ÌÅÎÉÅ)',1034752668); @@ -8374,32 +8064,30 @@ INSERT INTO international VALUES (682,'WebGUI',21,' INSERT INTO international VALUES (655,'WebGUI',21,'ðÏÌØÚÏ×ÁÔÅÌØ (ÄÏÂÁ×ÌÅÎÉÅ/ÒÅÄÁËÔÉÒÏ×ÁÎÉÅ)',1034752668); INSERT INTO international VALUES (653,'WebGUI',21,'óÔÒÁÎÉÃÁ (ÕÄÁÌÅÎÉÑ)',1034752668); INSERT INTO international VALUES (654,'WebGUI',21,'óÔÉÌØ (ÕÄÁÌÅÎÉÅ)',1034752668); -INSERT INTO international VALUES (683,'WebGUI',21,'ûÁÂÌÏÎÙ (ÕÐÒÁ×ÌÅÎÉÅ)',1034752668); -INSERT INTO international VALUES (684,'WebGUI',21,'ûÁÂÌÏÎÙ (ÄÏÂÁ×ÌÅÎÉÅ/ÒÅÄÁËÔÉÒÏ×ÁÎÉÅ)',1034752668); -INSERT INTO international VALUES (685,'WebGUI',21,'ûÁÂÌÏÎÙ (ÕÄÁÌÅÎÉÅ)',1034752668); -INSERT INTO international VALUES (669,'WebGUI',21,'íÁËÒÏÓÙ (ÉÓÐÏÌØÚÏ×ÁÎÉÅ)',1034752668); -INSERT INTO international VALUES (686,'WebGUI',21,'çÒÕÐÐÁ ÉÚÏÂÒÁÖÅÎÉÊ (ÄÏÂÁ×ÌÅÎÉÅ)',1034752668); -INSERT INTO international VALUES (72,'DownloadManager',21,'æÁÊÌÏ×ÙÊ ÍÅÎÅÄÖÅÒ (ÄÏÂÁ×ÌÅÎÉÅ/ÒÅÄÁËÔÉÒÏ×ÁÎÉÅ)',1034752668); +INSERT INTO international VALUES (683,'WebGUI',21,'ûÁÂÌÏÎÙ (ÕÐÒÁ×ÌÅÎÉÅ)',1042132894); +INSERT INTO international VALUES (684,'WebGUI',21,'ûÁÂÌÏÎÙ (ÄÏÂÁ×ÌÅÎÉÅ/ÒÅÄÁËÔÉÒÏ×ÁÎÉÅ)',1042132902); +INSERT INTO international VALUES (685,'WebGUI',21,'ûÁÂÌÏÎÙ (ÕÄÁÌÅÎÉÅ)',1042132912); +INSERT INTO international VALUES (669,'WebGUI',21,'íÁËÒÏÓÙ (ÉÓÐÏÌØÚÏ×ÁÎÉÅ)',1042132829); +INSERT INTO international VALUES (637,'WebGUI',2,'Vorname
Der Vorname des Benutzers. \r\n

Zweiter Vorname
Ein weiterer Vorname des Benutzers. \r\n

Nachname
Der Nachname des Benutzers. \r\n

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

ICQ UIN
Die ICQ UIN ist die "User \r\nID Number" im ICQ Network. ICQ ist eine sehr bekannte Messaging Plattform. \r\n\r\n

AIM Id
Die Account Id für den AOL \r\nInstant Messenger .

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

Yahoo! Messenger Id
Die Account Id für den Yahoo! Instant Messenger system. \r\n

Mobiltelefon
Die Mobilfunknummer des Benutzers. \r\n

Pager
Die Pager Telefonnummer. \r\n

Email zu Pager Gateway
Die Pager Email Adresse. \r\n

Private Angaben
Die privaten Adressangaben. \r\n

Geschäftliche Angaben
Die geschäftlichen Adressangaben. \r\n

Geschlecht
Das Geschlecht des Benutzers. \r\n

Geburtsdatum
Das Geburtsdatum des Benutzers.\r\n

Sprache
In welcher Sprache sollen systembedingte Meldungen angezeigt \r\nwerden?. \r\n

\r\n

Zeitabweichung
Die Anzahl der Stunden (plus oder minus), die die \r\nZeit des Benutzers von der Serverzeit abweicht. Dies wird benutzt, um die einzelnen \r\nZeitzonen anzugleichen. \r\n

Erster Tag der Woche
Der erste Wochentag im Kalender. Zum Beispiel \r\nist in den USA der erste Wochentag der Sonntag und in Deutschland ist es der \r\nMontag. \r\n

Datumsformat
In welchem Format soll das Datum erscheinen? \r\n

Zeitformat
In welchem Format soll die Zeit angezeigt werden? \r\n

Diskussions Layout
Sollen Diskussionen in einer flachen oder beitragsbasierten \r\nStruktur angezeigt werden? In einer flachen Struktur werden die Beiträge in \r\nder Reihenfolge, wie sie angelegt wurden, angezeigt. In der beitragsbasierten \r\nStruktur wird eine hierarchische Liste der Antworten, so wie sie erstellt wurden, \r\nangezeigt.

Benachrichtigungen
Wie soll der Benutzer über den Eingang \r\nneuer Nachrichtigen informiert werden?

',1044961519); INSERT INTO international VALUES (72,'LinkList',21,'óÓÙÌËÁ (ÄÏÂÁ×ÌÅÎÉÅ/ÒÅÄÁËÔÉÒÏ×ÁÎÉÅ)',1041688410); INSERT INTO international VALUES (11,'Article',21,'(÷ÙÂÅÒÉÔÅ \"äÁ\" ÔÏÌØËÏ × ÔÏÍ ÓÌÕÞÁÅ, ÅÓÌÉ ×Ù ÎÅ ÄÏÂÁ×ÌÑÌÉ ÔÅÇ <br> (ÒÁÚÒÙ× ÓÔÒÏËÉ) ÓÁÍÏÓÔÏÑÔÅÌØÎÏ)',1034746437); INSERT INTO international VALUES (451,'WebGUI',21,'ÏÂÑÚÁÔÅÌØÎÏ ÄÌÑ ÚÁÐÏÌÎÅÎÉÑ.',1034682265); INSERT INTO international VALUES (4,'EventsCalendar',21,'ðÒÏÉÓÈÏÄÉÔ ÏÄÉÎ ÒÁÚ',1034673527); INSERT INTO international VALUES (343,'WebGUI',21,'ðÒÏÓÍÏÔÒÅÔØ ÉÎÆÏÒÍÁÃÉÀ Ï ÐÏÌØÚÏ×ÁÔÅÌÅ',1034670694); -INSERT INTO international VALUES (718,'WebGUI',21,'üËÓÐÏÒÔÉÒÏ×ÁÔØ ÐÅÒÅ×ÏÄ',1034670063); +INSERT INTO international VALUES (718,'WebGUI',21,'óÏÈÒÁÎÉÔØ ÓÏÏÂÝÅÎÉÑ × ÆÏÒÍÁÔÅ SQL',1042130100); INSERT INTO international VALUES (493,'WebGUI',21,'÷ÅÒÎÕÔØÓÑ ÎÁ ÓÁÊÔ',1034670040); INSERT INTO international VALUES (49,'WebGUI',21,'÷ÙÊÔÉ ÉÚ ÓÉÓÔÅÍÙ',1034669959); INSERT INTO international VALUES (65,'WebGUI',21,'äÅÚÁËÔÉ×ÉÒÏ×ÁÔØ ÁËËÁÕÎÔ',1034669848); INSERT INTO international VALUES (341,'WebGUI',21,'òÅÄÁËÔÉÒÏ×ÁÔØ ÉÎÆÏÒÍÁÃÉÀ Ï ÐÏÌØÚÏ×ÁÔÅÌÅ',1034669826); -INSERT INTO international VALUES (589,'WebGUI',21,'îÁÓÔÒÏÊËÉ ÑÚÙËÁ',1034665338); -INSERT INTO international VALUES (594,'WebGUI',21,'òÅÄÁËÔÉÒÏ×ÁÔØ ÓÏÏÂÝÅÎÉÑ ÓÉÓÔÅÍÙ',1034665277); -INSERT INTO international VALUES (598,'WebGUI',21,'îÁÓÔÒÏÊËÉ ÑÚÙËÁ',1034665013); +INSERT INTO international VALUES (589,'WebGUI',21,'îÁÓÔÒÏÊËÉ ÑÚÙËÁ',1042130505); +INSERT INTO international VALUES (594,'WebGUI',21,'òÅÄÁËÔÉÒÏ×ÁÔØ ÓÏÏÂÝÅÎÉÑ',1042129995); +INSERT INTO international VALUES (598,'WebGUI',21,'îÁÓÔÒÏÊËÉ ÑÚÙËÁ',1042130565); INSERT INTO international VALUES (354,'WebGUI',21,'ðÒÏÓÍÏÔÒÅÔØ ×ÈÏÄÑÝÉÅ ÓÏÏÂÝÅÎÉÑ',1034664790); INSERT INTO international VALUES (577,'WebGUI',21,'ïÔ×ÅÔÉÔØ',1034664192); INSERT INTO international VALUES (240,'WebGUI',21,'ID ÓÏÏÂÝÅÎÉÑ:',1034589237); -INSERT INTO international VALUES (32,'UserSubmission',21,'éÚÏÂÒÁÖÅÎÉÅ',1034583875); INSERT INTO international VALUES (6,'Article',21,'éÚÏÂÒÁÖÅÎÉÅ',1034583796); INSERT INTO international VALUES (529,'WebGUI',21,'ÒÅÚÕÌØÔÁÔÏ×',1034581807); -INSERT INTO international VALUES (585,'WebGUI',21,'óÏÏÂÝÅÎÉÑ ÓÉÓÔÅÍÙ',1036571690); +INSERT INTO international VALUES (585,'WebGUI',21,'óÏÏÂÝÅÎÉÑ',1042134728); INSERT INTO international VALUES (490,'WebGUI',21,'äÏÂÁ×ÉÔØ ËÁÔÅÇÏÒÉÀ ÉÎÆÏÒÍÁÃÉÉ Ï ÐÏÌØÚÏ×ÁÔÅÌÅ',1034242079); INSERT INTO international VALUES (459,'WebGUI',21,'òÅÄÁËÔÉÒÏ×ÁÔØ ÉÎÆÏÒÍÁÃÉÀ Ï ÐÏÌØÚÏ×ÁÔÅÌÅ',1034241932); INSERT INTO international VALUES (458,'WebGUI',21,'òÅÄÁËÔÉÒÏ×ÁÔØ ÐÏÌØÚÏ×ÁÔÅÌØÓËÕÀ ÇÒÕÐÐÕ',1034241724); @@ -8407,7 +8095,6 @@ INSERT INTO international VALUES (456,'WebGUI',21,' INSERT INTO international VALUES (457,'WebGUI',21,'òÅÄÁËÔÉÒÏ×ÁÔØ ÁËËÁÕÎÔ ÐÏÌØÚÏ×ÁÔÅÌÑ',1034241523); INSERT INTO international VALUES (410,'WebGUI',21,'ïÓÎÏ×ÎÙÅ ËÏÍÐÏÎÅÎÔÙ ÓÉÓÔÅÍÙ',1034241292); INSERT INTO international VALUES (409,'WebGUI',21,'äÏÂÁ×ÉÔØ ÎÏ×ÙÊ ËÏÍÐÏÎÅÎÔ',1034241247); -INSERT INTO international VALUES (397,'WebGUI',21,'÷ÅÒÎÕÔØÓÑ Ë ÓÐÉÓËÕ ÉÚÏÂÒÁÖÅÎÉÊ',1034241216); INSERT INTO international VALUES (395,'WebGUI',21,'äÏÂÁ×ÉÔØ ÎÏ×ÙÊ ÇÒÁÆÉÞÅÓËÉÊ ÆÁÊÌ',1036929948); INSERT INTO international VALUES (601,'WebGUI',21,'ID ÓÏÏÂÝÅÎÉÑ',1034232837); INSERT INTO international VALUES (45,'WebGUI',21,'\"îÅÔ, Ñ ÓÄÅÌÁÌ ÏÛÉÂËÕ\"',1034232760); @@ -8420,19 +8107,17 @@ INSERT INTO international VALUES (402,'WebGUI',21,' INSERT INTO international VALUES (360,'WebGUI',21,'ïÄÎÁ ËÏÌÏÎËÁ Ó×ÅÒÈÕ, ÔÒÉ ×ÎÉÚÕ',1036492223); INSERT INTO international VALUES (407,'WebGUI',21,'òÅÇÉÓÔÒÁÃÉÑ ÎÏ×ÏÇÏ ÐÏÌØÚÏ×ÁÔÅÌÑ',1034232476); INSERT INTO international VALUES (403,'WebGUI',21,'ÎÅ ÓÏÏÂÝÁÔØ',1034231617); -INSERT INTO international VALUES (394,'WebGUI',21,'õÐÒÁ×ÌÅÎÉÅ ÇÒÁÆÉÞÅÓËÉÍÉ ÆÁÊÌÁÍÉ',1036930193); +INSERT INTO international VALUES (394,'WebGUI',21,'âÁÎË ÉÎÆÏÒÍÁÃÉÉ ',1042130298); INSERT INTO international VALUES (374,'WebGUI',21,'ðÁËÅÔÙ',1034231518); INSERT INTO international VALUES (368,'WebGUI',21,'äÏÂÁ×ÉÔØ ÎÏ×ÕÀ ÇÒÕÐÐÕ',1034231473); INSERT INTO international VALUES (333,'WebGUI',21,'óÔÒÁÎÁ',1034231443); INSERT INTO international VALUES (233,'WebGUI',21,'(eom)',1034231379); -INSERT INTO international VALUES (144,'WebGUI',21,'óÔÁÔÉÓÔÉËÁ ÐÏÓÅÝÅÎÉÊ ',1037169448); -INSERT INTO international VALUES (12,'UserSubmission',21,'(îÅ ÐÒÏ×ÅÒÑÔØ HTML ËÏÄ)',1034231261); -INSERT INTO international VALUES (71,'SiteMap',21,'ëÁÒÔÁ ÓÁÊÔÁ ÐÏÍÏÇÁÅÔ ÏÂÌÅÇÞÉÔØ ÎÁ×ÉÇÁÃÉÀ ÐÏ ÓÁÊÔÕ. ÷Ù ÍÏÖÅÔÅ ×ÙÂÒÁÔØ ÔÒÁÄÉÃÉÏÎÎÏÅ ÉÅÒÁÒÈÉÞÅÓËÏÅ ÐÒÅÄÓÔÁ×ÌÅÎÉÅ ËÁÒÔÙ ÓÁÊÔÁ ÉÌÉ ×ÙÂÒÁÔØ ÎÁ×ÉÇÁÃÉÀ ÐÏ ÏÐÒÅÄÅÌÅÎÎÏÊ ÞÁÓÔÉ ÓÁÊÔÁ.\r\n

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

\r\n\r\nóÄÅÌÁÔØ ÜÔÏÔ ÕÒÏ×ÅÎØ ÓÁÊÔÁ ÎÁÞÁÌØÎÙÍ?
\r\nåÓÌÉ ×Ù ÏÔ×ÅÔÉÔÅ \"äÁ\" ÎÁ ÜÔÏÔ ×ÏÐÒÏÓ, ÔÏ ÐÏËÁÚ ËÁÒÔÙ ÓÁÊÔÁ ÂÕÄÅÔ ÎÁÞÉÎÁÔØÓÑ Ó ÜÔÏÇÏ ÕÒÏ×ÎÑ. á ÅÓÌÉ ×Ù ÈÏÔÉÔÅ, ÞÔÏÂÙ ÏÔÏÂÒÁÖÅÎÉÅ ËÁÒÔÙ ÓÁÊÔÁ ÎÁÞÉÎÁÌÏÓØ Ó ÄÏÍÁÛÎÅÊ ÓÔÒÁÎÉÃÙ, ×ÙÂÅÒÉÔÅ \"îÅÔ\".\r\n

\r\n\r\nçÌÕÂÉÎÁ ×ÌÏÖÅÎÎÏÓÔÉ
\r\n÷ÙÂÅÒÉÔÅ ÓËÏÌØËÏ ÕÒÏ×ÎÅÊ ÓÔÒÁÎÉà ×Ù ÂÙ ÈÏÔÅÌÉ ÐÏËÁÚÁÔØ × ËÁÒÔÅ ÓÁÊÔÁ? åÓÌÉ ×ÙÂÒÁÎÏ ÚÎÁÞÅÎÉÅ 0 (ÎÏÌØ), ÔÏ ÂÕÄÕÔ ÏÔÏÂÒÁÖÁÔØÓÑ ×ÓÅ ÕÒÏ×ÎÉ.\r\n

\r\nïÔÓÔÕÐ
\r\núÄÅÓØ ÚÁÄÁÅÔÓÑ ËÏÌÉÞÅÓÔ×Ï ÓÉÍ×ÏÌÏ×, ËÏÔÏÒÙÅ ÎÁÄÏ ÏÔÓÔÕÐÉÔØ ÐÅÒÅÄ ËÁÖÄÙÍ ÕÒÏ×ÎÅÍ\r\n
\r\n
\r\nóÉÍ×ÏÌ
\r\n÷ÙÂÅÒÉÔÅ ÓÉÍ×ÏÌ, ËÏÔÏÒÙÊ ÂÕÄÅÔ ÐÏËÁÚÁÎ ÐÅÒÅÄ ËÁÖÄÏÊ ÓÔÒÏËÏÊ. åÓÌÉ ×Ù ÎÅ ÈÏÔÉÔÅ, ÞÔÏÂÙ ÐÏËÁÚÙ×ÁÌÉÓØ ËÁËÉÅ-ÌÉÂÏ ÓÉÍ×ÏÌÙ, ÏÓÔÁרÔÅ ÐÏÌÅ ÐÕÓÔÙÍ. ôÁËÖÅ × ÜÔÏÊ ÓÔÒÏËÅ ÍÏÖÎÏ ÕËÁÚÙ×ÁÔØ ËÏÄ HTML É ÔÁËÉÅ ÓÐÅÃ-ÓÉÍ×ÏÌÙ ËÁË ž É ».\r\n
\r\n
\r\nëÏÌÌÉÞÅÓÔ×Ï ÐÕÓÔÙÈ ÓÔÒÏË ÍÅÖÄÕ ÓÓÙÌËÁÍÉ
\r\nõËÁÖÉÔÅ ÓËÏÌØËÏ ÓÔÒÏË ÎÁÄÏ ÐÒÏÐÕÓÔÉÔØ ÍÅÖÄÕ ÓÓÙÌËÁÍÉ. äÉÁÐÁÚÏÎ ×ÏÚÍÏÖÎÙÈ ÚÎÁÞÅÎÉÊ ÏÔ 1 É ÂÏÌØÛÅ.\r\n
\r\n',1036911787); +INSERT INTO international VALUES (144,'WebGUI',21,'óÔÁÔÉÓÔÉËÁ',1042134962); +INSERT INTO international VALUES (71,'SiteMap',21,'ëÁÒÔÁ ÓÁÊÔÁ ÐÏÍÏÇÁÅÔ ÏÂÌÅÇÞÉÔØ ÎÁ×ÉÇÁÃÉÀ ÐÏ ÓÁÊÔÕ. ÷Ù ÍÏÖÅÔÅ ×ÙÂÒÁÔØ ÔÒÁÄÉÃÉÏÎÎÏÅ ÉÅÒÁÒÈÉÞÅÓËÏÅ ÐÒÅÄÓÔÁ×ÌÅÎÉÅ ËÁÒÔÙ ÓÁÊÔÁ ÉÌÉ ×ÙÂÒÁÔØ ÎÁ×ÉÇÁÃÉÀ ÐÏ ÏÐÒÅÄÅÌÅÎÎÏÊ ÞÁÓÔÉ ÓÁÊÔÁ.\r\n

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

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

\r\nçÌÕÂÉÎÁ ×ÌÏÖÅÎÎÏÓÔÉ
\r\n÷ÙÂÅÒÉÔÅ ÓËÏÌØËÏ ÕÒÏ×ÎÅÊ ÓÔÒÁÎÉà ×Ù ÂÙ ÈÏÔÅÌÉ ÐÏËÁÚÁÔØ × ËÁÒÔÅ ÓÁÊÔÁ? åÓÌÉ ×ÙÂÒÁÎÏ ÚÎÁÞÅÎÉÅ 0 (ÎÏÌØ), ÔÏ ÂÕÄÕÔ ÏÔÏÂÒÁÖÁÔØÓÑ ×ÓÅ ÕÒÏ×ÎÉ.\r\n

\r\nïÔÓÔÕÐ
\r\núÄÅÓØ ÚÁÄÁÅÔÓÑ ËÏÌÉÞÅÓÔ×Ï ÓÉÍ×ÏÌÏ×, ËÏÔÏÒÙÅ ÎÁÄÏ ÏÔÓÔÕÐÉÔØ ÐÅÒÅÄ ËÁÖÄÙÍ ÕÒÏ×ÎÅÍ\r\n

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

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

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

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

',1041688264); INSERT INTO international VALUES (13,'FAQ',21,'äÏÂÁ×ÉÔØ ËÎÏÐËÕ [ÎÁ×ÅÒÈ]?',1034230765); -INSERT INTO international VALUES (21,'DownloadManager',21,'ïÔÏÂÒÁÖÁÔØ ÍÉÎÉÍÉÚÉÒÏ×ÁÎÎÙÅ ËÏÐÉÉ ÉÚÏÂÒÁÖÅÎÉÊ?',1034230340); INSERT INTO international VALUES (71,'EventsCalendar',21,'ïÒÇÁÎÁÊÚÅÒ ÉÓÐÏÌØÚÕÅÔÓÑ ÄÌÑ ÔÏÇÏ, ÞÔÏÂÙ ÐÏÌØÚÏ×ÁÔÅÌÉ ÓÁÊÔÁ ÉÍÅÌÉ ×ÏÚÍÏÖÎÏÓÔØ ÕÚÎÁÔØ Ï ÓÏÂÙÔÉÑÈ, ÏÔÎÏÓÑÝÉÈÓÑ Ë ÄÅÑÔÅÌØÎÏÓÔÉ ÐÒÅÄÐÒÉÑÔÉÑ.\r\n

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

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

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

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

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

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

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

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

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

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

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

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

\r\nURL
\r\nðÏÓÌÅ ÄÏÂÁ×ÌÅÎÉÑ ÉÍÅÎÉ ÓÓÙÌËÉ, ××ÅÄÉÔÅ URL (uniform resource locator). \r\n
\r\nðÒÉÍÅÒ: http://www.google.com\r\n

\r\näÏÂÁ×ÉÔØ ÒÁÚÒÙ× ÓÔÒÏËÉ?
\r\nåÓÌÉ ×Ù ÐÉÛÉÔÅ ×ÁÛÕ ÓÔÁÔØÀ × ÆÏÒÍÁÔÅ HTML, ÔÏ ÓËÁÖÉÔÅ \"îÅÔ\", Á ÅÓÌÉ ×Ù ÎÅ ÐÏÎÉÍÁÅÔÅ Ï ÞÅÍ ÚÄÅÓØ ÎÁÐÉÓÁÎÏ, ÓËÁÖÉÔÅ \"äÁ\".\r\n

\r\nòÁÚÒÅÛÉÔØ ÏÂÓÕÖÄÅÎÉÅ ÓÔÁÔØÉ?
\r\nåÓÌÉ ×Ù ×ÙÂÅÒÉÔÅ \"äÁ\", ÔÏ ÌÀÂÏÊ ÐÏÌØÚÏ×ÁÔÅÌØ, ÚÁÛÅÄÛÉÊ ÎÁ ÓÁÊÔ ÓÍÏÖÅÔ ÏÓÔÁ×ÉÔØ ËÏÍÍÅÎÔÁÒÉÊ.\r\n

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

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

\r\nîÁÂÌÀÄÁÔØ ÚÁ ÏÔÐÒÁ×ËÏÊ
\r\n÷Ù ÍÏÖÅÔÅ ÕËÁÚÁÔØ, ÎÁÄÏ ÌÉ ÎÁÂÌÀÄÁÔØ ÚÁ ÐÏÌØÚÏ×ÁÔÅÌÅÍ.\r\n

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

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

\r\n',1041683090); @@ -8442,29 +8127,21 @@ INSERT INTO international VALUES (61,'Article',21,' INSERT INTO international VALUES (23,'Article',21,'äÁÔÁ',1034227710); INSERT INTO international VALUES (22,'Article',21,'á×ÔÏÒ',1034227698); INSERT INTO international VALUES (18,'Article',21,'òÁÚÒÅÛÉÔØ ÏÂÓÕÖÄÅÎÉÅ ÓÔÁÔØÉ?',1034227687); -INSERT INTO international VALUES (17,'Article',21,'ðÏ ÃÅÎÔÒÕ',1034227668); -INSERT INTO international VALUES (16,'Article',21,'ðÏ ÌÅ×ÏÍÕ ËÒÁÀ',1034227652); -INSERT INTO international VALUES (15,'Article',21,'ðÏ ÐÒÁ×ÏÍÕ ËÒÁÀ',1034227643); -INSERT INTO international VALUES (14,'Article',21,'÷ÙÒÏ×ÎÑÔØ ÉÚÏÂÒÁÖÅÎÉÅ',1034227634); INSERT INTO international VALUES (13,'Article',21,'õÄÁÌÉÔØ',1034227621); INSERT INTO international VALUES (12,'Article',21,'òÅÄÁËÔÉÒÏ×ÁÔØ ÓÔÁÔØÀ',1034227611); INSERT INTO international VALUES (1,'Article',21,'óÔÁÔØÑ',1034227567); INSERT INTO international VALUES (10,'Article',21,'äÏÂÁ×ÉÔØ ÒÁÚÒÙ× ÓÔÒÏË?',1034227536); INSERT INTO international VALUES (1,'ExtraColumn',21,'äÏÐÏÌÎÉÔÅÌØÎÁÑ ËÏÌÏÎËÁ',1034189690); -INSERT INTO international VALUES (1,'FAQ',21,'äÏÂÁ×ÉÔØ ÅÝÅ ÏÄÉÎ ×ÏÐÒÏÓ?',1034189690); INSERT INTO international VALUES (1,'Poll',21,'ïÐÒÏÓ',1034189690); INSERT INTO international VALUES (1,'SQLReport',21,'SQL-ÚÁÐÒÏÓ',1034189690); INSERT INTO international VALUES (1,'SyndicatedContent',21,'URL Ë ÆÁÊÌÕ RSS',1034189690); -INSERT INTO international VALUES (1,'UserSubmission',21,'ëÔÏ ÉÍÅÅÔ ÐÒÁ×Ï ÐÏÄÔ×ÅÒÖÄÁÔØ ËÏÒÒÅËÔÎÏÓÔØ ÐÏÓÙÌËÉ?',1034189690); INSERT INTO international VALUES (1,'WebGUI',21,'äÏÂÁ×ÌÅÎÉÅ ÍÏÄÕÌÑ...',1034189690); -INSERT INTO international VALUES (1,'DownloadManager',21,'æÁÊÌÏ×ÙÊ ÍÅÎÅÄÖÅÒ',1034189690); INSERT INTO international VALUES (1,'MailForm',21,'æÏÒÍÁ',1034189690); INSERT INTO international VALUES (2,'EventsCalendar',21,'ïÒÇÁÎÁÊÚÅÒ',1034189690); INSERT INTO international VALUES (2,'FAQ',21,'þÁÓÔÏ ÚÁÄÁ×ÁÅÍÙÅ ×ÏÐÒÏÓÙ',1034189690); INSERT INTO international VALUES (2,'MessageBoard',21,'æÏÒÕÍ',1034189690); INSERT INTO international VALUES (2,'SiteMap',21,'ëÁÒÔÁ ÓÁÊÔÁ',1034189690); INSERT INTO international VALUES (2,'SyndicatedContent',21,' éÎÆÏÒÍÁÃÉÑ Ó ÄÒÕÇÉÈ ÓÁÊÔÏ×',1034189690); -INSERT INTO international VALUES (2,'UserSubmission',21,'ëÔÏ ÉÍÅÅÔ ÐÒÁ×Ï ÐÒÏ×ÅÒÑÔØ ËÏÒÒÅËÔÎÏÓÔØ ÐÏÓÙÌËÉ?',1036491126); INSERT INTO international VALUES (2,'WebGUI',21,'óÔÒÁÎÉÃÁ',1034189690); INSERT INTO international VALUES (3,'Article',21,'îÁÞÁÌØÎÁÑ ÄÁÔÁ',1034189690); INSERT INTO international VALUES (3,'ExtraColumn',21,'ðÒÏÂÅÌ',1034189690); @@ -8473,9 +8150,7 @@ INSERT INTO international VALUES (3,'LinkList',21,' INSERT INTO international VALUES (3,'Poll',21,'áËÔÉ×ÎÙÅ',1034189690); INSERT INTO international VALUES (3,'SiteMap',21,'îÁÞÁÌØÎÙÊ ÕÒÏ×ÅÎØ',1041690643); INSERT INTO international VALUES (3,'SQLReport',21,'ûÁÂÌÏÎ ÏÔÞÅÔÏ×',1034189690); -INSERT INTO international VALUES (3,'UserSubmission',21,'îÏ×ÁÑ ÐÏÓÙÌËÁ ÏÔ ÐÏÌØÚÏ×ÁÔÅÌÑ, ÔÒÅÂÕÀÝÁÑ ÐÏÄÔ×ÅÒÖÄÅÎÉÑ.',1034189690); INSERT INTO international VALUES (3,'WebGUI',21,'÷ÓÔÁ×ÉÔØ ÉÚ ÂÕÆÅÒÁ...',1034189690); -INSERT INTO international VALUES (3,'DownloadManager',21,'äÏÂÁ×ÉÔØ ÅÝÅ ÏÄÉÎ ÆÁÊÌ?',1034189690); INSERT INTO international VALUES (4,'Article',21,'ëÏÎÅÞÎÁÑ ÄÁÔÁ',1034189690); INSERT INTO international VALUES (4,'ExtraColumn',21,'ûÉÒÉÎÁ',1034189690); INSERT INTO international VALUES (4,'MessageBoard',21,'ëÏÌÉÞÅÓÔ×Ï ÓÏÏÂÝÅÎÉÊ ÎÁ ÓÔÒÁÎÉÃÅ',1034189690); @@ -8483,7 +8158,6 @@ INSERT INTO international VALUES (4,'Poll',21,' INSERT INTO international VALUES (4,'SiteMap',21,'çÌÕÂÉÎÁ ×ÌÏÖÅÎÎÏÓÔÉ',1034189690); INSERT INTO international VALUES (4,'SQLReport',21,'úÁÐÒÏÓ',1034189690); INSERT INTO international VALUES (4,'SyndicatedContent',21,'òÅÄÁËÔÉÒÏ×ÁÎÉÅ ÉÎÆÏÒÍÁÃÉÉ Ó ÄÒÕÇÉÈ ÓÁÊÔÏ×',1034189690); -INSERT INTO international VALUES (4,'UserSubmission',21,'ðÏÓÙÌËÁ ÐÒÉÎÑÔÁ.',1034189690); INSERT INTO international VALUES (4,'WebGUI',21,'îÁÓÔÒÏÊËÉ',1034189690); INSERT INTO international VALUES (5,'ExtraColumn',21,'ëÌÁÓÓ CSS',1034189690); INSERT INTO international VALUES (5,'FAQ',21,'÷ÏÐÒÏÓ',1034189690); @@ -8492,8 +8166,6 @@ INSERT INTO international VALUES (5,'Poll',21,' INSERT INTO international VALUES (5,'SiteMap',21,'òÅÄÁËÔÉÒÏ×ÁÔØ ËÁÒÔÕ ÓÁÊÔÁ',1034189690); INSERT INTO international VALUES (5,'SQLReport',21,'DSN',1034189690); INSERT INTO international VALUES (5,'SyndicatedContent',21,'ðÏÓÌÅÄÎÅÅ ÏÂÎÏ×ÌÅÎÉÅ',1034189690); -INSERT INTO international VALUES (5,'UserSubmission',21,'ðÏÓÙÌËÁ ÎÅ ÐÒÉÎÑÔÁ.',1034189690); -INSERT INTO international VALUES (5,'DownloadManager',21,'îÁÚ×ÁÎÉÅ ÆÁÊÌÁ',1034189690); INSERT INTO international VALUES (6,'ExtraColumn',21,'òÅÄÁËÔÉÒÏ×ÁÔØ ËÏÌÏÎËÕ',1034189690); INSERT INTO international VALUES (6,'FAQ',21,'ïÔ×ÅÔ',1034189690); INSERT INTO international VALUES (6,'LinkList',21,'óÐÉÓÏË ÓÓÙÌÏË',1034189690); @@ -8502,14 +8174,11 @@ INSERT INTO international VALUES (6,'Poll',21,' INSERT INTO international VALUES (6,'SiteMap',21,'ïÔÓÔÕÐ',1034189690); INSERT INTO international VALUES (6,'SQLReport',21,'ðÏÌØÚÏ×ÁÔÅÌØ ÂÁÚÙ ÄÁÎÎÙÈ',1034189690); INSERT INTO international VALUES (6,'SyndicatedContent',21,'ôÅËÕÝÅÅ ÓÏÄÅÒÖÁÎÉÅ',1034189690); -INSERT INTO international VALUES (6,'UserSubmission',21,'ëÏÌÉÞÅÓÔ×Ï ÐÏÓÙÌÏË ÎÁ ÓÔÒÁÎÉÃÅ',1034189690); -INSERT INTO international VALUES (6,'DownloadManager',21,'æÁÊÌ ÄÌÑ ÏÔÐÒÁ×ËÉ',1034189690); INSERT INTO international VALUES (7,'Article',21,'îÁÚ×ÁÎÉÅ ÓÓÙÌËÉ',1034189690); INSERT INTO international VALUES (7,'FAQ',21,'õÄÁÌÉÔØ ÜÔÏÔ ×ÏÐÒÏÓ?',1034189690); INSERT INTO international VALUES (7,'MessageBoard',21,'á×ÔÏÒ:',1034189690); INSERT INTO international VALUES (7,'Poll',21,'÷ÁÒÉÁÎÔÙ ÏÔ×ÅÔÏ×',1034189690); INSERT INTO international VALUES (7,'SQLReport',21,'ðÁÒÏÌØ Ë ÂÁÚÅ ÄÁÎÎÙÈ',1034189690); -INSERT INTO international VALUES (7,'DownloadManager',21,'çÒÕÐÐÁ ÏÔÐÒÁ×ËÉ ÆÁÊÌÏ×',1034189690); INSERT INTO international VALUES (8,'Article',21,'URL',1034189690); INSERT INTO international VALUES (8,'EventsCalendar',21,'ðÏ×ÔÏÒÑÔØ ËÁÖÄÙÅ',1034189690); INSERT INTO international VALUES (8,'FAQ',21,'òÅÄÁËÔÉÒÏ×ÁÔØ ÓÐÉÓÏË ÞÁÓÔÏ ÚÁÄÁ×ÁÅÍÙÈ ×ÏÐÒÏÓÏ×',1034189690); @@ -8517,7 +8186,6 @@ INSERT INTO international VALUES (8,'LinkList',21,'URL',1034189690); INSERT INTO international VALUES (8,'MessageBoard',21,'äÁÔÁ:',1034189690); INSERT INTO international VALUES (8,'SQLReport',21,'òÅÄÁËÔÉÒÏ×ÁÔØ SQL-ÚÁÐÒÏÓ ',1034189690); INSERT INTO international VALUES (8,'WebGUI',21,'óÔÒÁÎÉÃÁ ÎÅ ÎÁÊÄÅÎÁ.',1034189690); -INSERT INTO international VALUES (8,'DownloadManager',21,'ëÒÁÔËÏÅ ÏÐÉÓÁÎÉÅ',1034189690); INSERT INTO international VALUES (9,'Article',21,'÷ÌÏÖÅÎÎÙÊ ÆÁÊÌ',1034189690); INSERT INTO international VALUES (9,'EventsCalendar',21,'ÄÏ',1034189690); INSERT INTO international VALUES (9,'FAQ',21,'äÏÂÁ×ÉÔØ ÎÏ×ÙÊ ×ÏÐÒÏÓ',1034189690); @@ -8526,7 +8194,6 @@ INSERT INTO international VALUES (9,'MessageBoard',21,'ID INSERT INTO international VALUES (9,'Poll',21,'òÅÄÁËÔÉÒÏ×ÁÔØ ÇÏÌÏÓÏ×ÁÎÉÅ',1034189690); INSERT INTO international VALUES (9,'SQLReport',21,'ïÛÉÂËÁ: DSN ÚÁÐÉÓÁÎ × ÎÅÐÒÁ×ÉÌØÎÏÍ ÆÏÒÍÁÔÅ.',1034189690); INSERT INTO international VALUES (9,'WebGUI',21,'ðÒÏÓÍÏÔÒ ÓÏÄÅÒÖÉÍÏÇÏ ÂÕÆÅÒÁ ÏÂÍÅÎÁ.',1034189690); -INSERT INTO international VALUES (9,'DownloadManager',21,'òÅÄÁËÔÉÒÏ×ÁÎÉÅ ÍÅÎÅÄÖÅÒÁ ÆÁÊÌÏ×',1034189690); INSERT INTO international VALUES (10,'FAQ',21,'òÅÄÁËÔÉÒÏ×ÁÔØ ×ÏÐÒÏÓ',1034189690); INSERT INTO international VALUES (10,'LinkList',21,'òÅÄÁËÔÉÒÏ×ÁÔØ ÓÐÉÓÏË ÓÓÙÌÏË',1034189690); INSERT INTO international VALUES (10,'Poll',21,'óÂÒÏÓÉÔØ ÒÅÚÕÌØÔÁÔÙ ÇÏÌÏÓÏ×ÁÎÉÑ',1034189690); @@ -8536,62 +8203,40 @@ INSERT INTO international VALUES (10,'WebGUI',21,' INSERT INTO international VALUES (11,'MessageBoard',21,'÷ÅÒÎÕÔØÓÑ Ë ÓÐÉÓËÕ ÓÏÏÂÝÅÎÉÊ',1034189690); INSERT INTO international VALUES (11,'SQLReport',21,'ïÛÉÂËÁ: ÐÒÏÂÌÅÍÙ Ó ×ÁÛÉÍ ÚÁÐÒÏÓÏÍ.',1034189690); INSERT INTO international VALUES (11,'WebGUI',21,'ïÞÉÓÔÉÔØ ËÏÒÚÉÎÕ',1034189690); -INSERT INTO international VALUES (11,'DownloadManager',21,'äÏÂÁ×ÌÅÎÉÅ ÆÁÊÌÁ',1034189690); INSERT INTO international VALUES (12,'EventsCalendar',21,'òÅÄÁËÔÉÒÏ×ÁÔØ ÏÒÇÁÎÁÊÚÅÒ',1034189690); INSERT INTO international VALUES (12,'LinkList',21,'òÅÄÁËÔÉÒÏ×ÁÔØ ÓÓÙÌËÕ',1034189690); INSERT INTO international VALUES (12,'MessageBoard',21,'òÅÄÁËÔÉÒÏ×ÁÔØ ÓÏÏÂÝÅÎÉÅ',1034189690); INSERT INTO international VALUES (12,'SQLReport',21,'ïÛÉÂËÁ: ÎÅ ÍÏÇÕ ÓÏÅÄÉÎÉÔØÓÑ Ó ÂÁÚÏÊ.',1034189690); INSERT INTO international VALUES (12,'WebGUI',21,'õÂÒÁÔØ ÐÁÎÅÌØ ÕÐÒÁ×ÌÅÎÉÑ',1034189690); INSERT INTO international VALUES (13,'EventsCalendar',21,'òÅÄÁËÔÉÒÏ×ÁÔØ ÓÏÂÙÔÉÅ',1034189690); -INSERT INTO international VALUES (13,'UserSubmission',21,'äÁÔÁ ÐÏÓÙÌËÉ',1034189690); INSERT INTO international VALUES (13,'WebGUI',21,'ðÏÍÏÝØ',1034189690); -INSERT INTO international VALUES (14,'UserSubmission',21,'óÔÁÔÕÓ',1034189690); INSERT INTO international VALUES (14,'WebGUI',21,'ðÒÏÓÍÏÔÒÅÔØ ÎÅÏËÏÎÞÅÎÎÙÅ ÐÏÓÙÌËÉ.',1034189690); INSERT INTO international VALUES (15,'MessageBoard',21,'á×ÔÏÒ',1034189690); -INSERT INTO international VALUES (15,'UserSubmission',21,'òÅÄÁËÔÉÒÏ×ÁÔØ/ÕÄÁÌÉÔØ',1034189690); INSERT INTO international VALUES (15,'WebGUI',21,'ñÎ×ÁÒØ',1034189690); -INSERT INTO international VALUES (15,'DownloadManager',21,'ïÐÉÓÁÎÉÅ',1034189690); INSERT INTO international VALUES (16,'MessageBoard',21,'äÁÔÁ',1034189690); -INSERT INTO international VALUES (16,'UserSubmission',21,'âÅÚ ÉÍÅÎÉ',1034189690); INSERT INTO international VALUES (16,'WebGUI',21,'æÅ×ÒÁÌØ',1034189690); -INSERT INTO international VALUES (16,'DownloadManager',21,'äÁÔÁ ÐÏÓÙÌËÉ ÆÁÊÌÁ',1034189690); INSERT INTO international VALUES (17,'MessageBoard',21,'ðÏÓÌÁÔØ ÎÏ×ÏÅ ÓÏÏÂÝÅÎÉÅ',1034189690); -INSERT INTO international VALUES (17,'UserSubmission',21,'õÄÁÌÉÔØ ÜÔÏÔ ÆÁÊÌ?',1034189690); INSERT INTO international VALUES (17,'WebGUI',21,'íÁÒÔ',1034189690); INSERT INTO international VALUES (18,'MessageBoard',21,'äÁÔÁ',1034189690); -INSERT INTO international VALUES (18,'UserSubmission',21,'òÅÄÁËÔÉÒÏ×ÁÎÉÅ ÓÉÓÔÅÍÙ ÐÏÓÙÌÏË ÓÏÏÂÝÅÎÉÊ ÏÔ ÐÏÌØÚÏ×ÁÔÅÌÅÊ',1034189690); INSERT INTO international VALUES (18,'WebGUI',21,'áÐÒÅÌØ',1034189690); INSERT INTO international VALUES (19,'MessageBoard',21,'ïÔ×ÅÔÙ',1034189690); -INSERT INTO international VALUES (19,'UserSubmission',21,'òÅÄÁËÔÉÒÏ×ÁÔØ ÓÏÏÂÝÅÎÉÅ ÏÔ ÐÏÌØÚÏ×ÁÔÅÌÑ',1034189690); INSERT INTO international VALUES (19,'WebGUI',21,'íÁÊ',1034189690); INSERT INTO international VALUES (20,'MessageBoard',21,'ðÏÓÌÅÄÎÉÊ ÏÔ×ÅÔ',1034189690); -INSERT INTO international VALUES (20,'UserSubmission',21,'ðÏÓÌÁÔØ ÆÁÊÌ',1034189690); INSERT INTO international VALUES (20,'WebGUI',21,'éÀÎØ',1034189690); -INSERT INTO international VALUES (21,'UserSubmission',21,'ðÒÉÓÌÁÌ(Á)',1034189690); INSERT INTO international VALUES (21,'WebGUI',21,'éÀÌØ',1034189690); -INSERT INTO international VALUES (21,'EventsCalendar',21,'äÏÂÁ×ÉÔØ ÅÝÅ ÏÄÎÏ ÓÏÂÙÔÉÅ?',1034189690); -INSERT INTO international VALUES (22,'UserSubmission',21,'ðÒÉÓÌÁÌ(Á):',1034189690); INSERT INTO international VALUES (22,'WebGUI',21,'á×ÇÕÓÔ',1034189690); -INSERT INTO international VALUES (22,'DownloadManager',21,'äÏÂÁ×ÉÔØ ÅÝÅ ÏÄÉÎ ÆÁÊÌ?',1034189690); -INSERT INTO international VALUES (23,'UserSubmission',21,'äÁÔÁ ÐÒÉÓÙÌËÉ:',1034189690); INSERT INTO international VALUES (23,'WebGUI',21,'óÅÎÔÑÂÒØ',1034189690); INSERT INTO international VALUES (24,'WebGUI',21,'ïËÔÑÂÒØ',1034189690); INSERT INTO international VALUES (25,'WebGUI',21,'îÏÑÂÒØ',1034189690); INSERT INTO international VALUES (26,'WebGUI',21,'äÅËÁÂÒØ',1034189690); -INSERT INTO international VALUES (27,'UserSubmission',21,'òÅÄÁËÔÉÒÏ×ÁÔØ',1034189690); INSERT INTO international VALUES (27,'WebGUI',21,'÷ÏÓËÒÅÓÅÎØÅ',1034189690); -INSERT INTO international VALUES (28,'UserSubmission',21,'÷ÅÒÎÕÔØÓÑ Ë ÓÐÉÓËÕ ÐÒÉÓÌÁÎÎÙÈ ÆÁÊÌÏ×',1034189690); INSERT INTO international VALUES (28,'WebGUI',21,'ðÏÎÅÄÅÌØÎÉË',1034189690); -INSERT INTO international VALUES (29,'UserSubmission',21,'óÉÓÔÅÍÁ ÐÏÓÙÌÏË ÏÔ ÐÏÌØÚÏ×ÁÔÅÌÅÊ',1034189690); INSERT INTO international VALUES (29,'WebGUI',21,'÷ÔÏÒÎÉË',1034189690); INSERT INTO international VALUES (30,'WebGUI',21,'óÒÅÄÁ',1034189690); INSERT INTO international VALUES (31,'WebGUI',21,'þÅÔ×ÅÒÇ',1034189690); INSERT INTO international VALUES (32,'WebGUI',21,'ðÑÔÎÉÃÁ',1034189690); INSERT INTO international VALUES (33,'WebGUI',21,'óÕÂÂÏÔÁ',1034189690); -INSERT INTO international VALUES (33,'UserSubmission',21,'÷ÌÏÖÅÎÎÙÊ ÆÁÊÌ',1034189690); -INSERT INTO international VALUES (34,'UserSubmission',21,'äÏÂÁ×ÉÔØ ÒÁÚÒÙ× ÓÔÒÏË',1034189690); INSERT INTO international VALUES (34,'WebGUI',21,'õÓÔÁÎÏ×ÉÔØ ÄÁÔÕ',1034189690); -INSERT INTO international VALUES (35,'UserSubmission',21,'îÁÚ×ÁÎÉÅ',1034189690); INSERT INTO international VALUES (35,'WebGUI',21,'æÕÎËÃÉÉ ÕÐÒÁ×ÌÅÎÉÑ',1034189690); INSERT INTO international VALUES (36,'WebGUI',21,'üÔÕ ÆÕÎËÃÉÀ ÍÏÖÅÔ ×ÙÐÏÌÎÉÔØ ÔÏÌØËÏ ÁÄÍÉÎÉÓÔÒÁÔÏÒ ÓÉÓÔÅÍÙ. óÐÉÓÏË ÁÄÍÉÎÉÓÔÒÁÔÏÒÏ×:',1034189690); INSERT INTO international VALUES (37,'WebGUI',21,'äÏÓÔÕÐ ÚÁÐÒÅÝÅÎ!',1034189690); @@ -8614,7 +8259,6 @@ INSERT INTO international VALUES (56,'WebGUI',21,'e-mail',1034189690); INSERT INTO international VALUES (57,'WebGUI',21,'üÔÏ ÎÅÏÂÈÏÄÉÍÏ ÅÓÌÉ ×Ù ÈÏÔÉÔÅ ÉÓÐÏÌØÚÏ×ÁÔØ ÆÕÎËÃÉÉ, Ó×ÑÚÁÎÎÙÅ Ó ÏÔÐÒÁ×ËÏÊ e-mail.',1034189690); INSERT INTO international VALUES (58,'WebGUI',21,'ñ ÕÖÅ ÚÁÒÅÇÉÓÔÒÉÒÏ×ÁÎ × ÜÔÏÊ ÓÉÓÔÅÍÅ',1034189690); INSERT INTO international VALUES (59,'WebGUI',21,'ñ ÚÁÂÙÌ ÐÁÒÏÌØ',1034189690); -INSERT INTO international VALUES (59,'UserSubmission',21,'óÌÅÄÕÀÝÁÑ ÐÏÓÙÌËÁ',1034189690); INSERT INTO international VALUES (61,'WebGUI',21,'ïÂÎÏ×ÉÔØ ÉÎÆÏÒÍÁÃÉÀ Ï ÁËËÁÕÎÔÅ',1034189690); INSERT INTO international VALUES (62,'WebGUI',21,'ÓÏÈÒÁÎÉÔØ',1034189690); INSERT INTO international VALUES (63,'WebGUI',21,'÷ËÌÀÞÉÔØ ÐÁÎÅÌØ ÁÄÍÉÎÉÓÔÒÉÒÏ×ÁÎÉÑ.',1034189690); @@ -8622,7 +8266,7 @@ INSERT INTO international VALUES (66,'WebGUI',21,' INSERT INTO international VALUES (67,'WebGUI',21,'óÏÚÄÁÔØ ÎÏ×ÙÊ ÁËËÁÕÎÔ.',1034189690); INSERT INTO international VALUES (69,'WebGUI',21,'ðÏÖÁÌÕÊÓÔÁ Ó×ÑÖÉÔÅÓØ Ó ÓÉÓÔÅÍÎÙÍ ÁÄÍÉÎÉÓÔÒÁÔÏÒÏÍ.',1034189690); INSERT INTO international VALUES (70,'WebGUI',21,'ïÛÉÂËÁ',1034189690); -INSERT INTO international VALUES (71,'UserSubmission',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\n0(ÎÏÌØ) - ÏÚÎÁÞÁÅÔ, ÞÔÏ ÎÁÂÌÀÄÅÎÉÅ ÎÅ ×ÅÄÅÔÓÑ.\r\n

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

\r\nòÁÚÒÅÛÉÔØ ÏÂÓÕÖÄÅÎÉÅ ÐÒÉÓÌÁÎÎÏÊ ÉÎÆÏÒÍÁÃÉÉ?
\r\nåÓÌÉ ×Ù ×ÙÂÅÒÅÔÅ „äÁ“, ÐÏÌØÚÏ×ÁÔÅÌÉ ÓÁÊÔÁ ÓÍÏÇÕÔ ÏÓÔÁ×ÉÔØ ËÏÍÍÅÎÔÁÒÉ ÏÔÎÏÓÉÔÅÌØÎÏ ÐÒÉÓÌÁÎÎÏÇÏ ÍÁÔÅÒÉÁÌÁ.\r\n

\r\nëÔÏ ÉÍÅÅÔ ÐÒÁ×Ï ÐÒÉÎÉÍÁÔØ ÕÞÁÓÔÉÅ × ÏÂÓÕÖÄÅÎÉÉ?
\r\n÷ÙÂÅÒÅÔÅ ÇÒÕÐÐÕ, ÉÍÅÀÝÕÀ ÐÒÁ×Ï ÐÒÉÎÉÍÁÔØ ÕÞÁÓÔÉÅ × ÏÂÓÕÖÄÅÎÉÉ ÐÒÉÓÌÁÎÎÏÊ ÉÎÆÏÒÍÁÃÉÉ.\r\n

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

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

\r\nôÉÐ ÍÏÄÅÒÉÒÏ×ÁÎÉÑ?
\r\n÷ÙÂÅÒÉÔÅ ÔÉÐ ÍÏÄÅÒÉÒÏ×ÁÎÉÑ ÏÂÓÕÖÄÅÎÉÑ ÐÒÉÓÌÁÎÎÏÊ ÉÎÆÏÒÍÁÃÉÉ.\r\n',1036579515); +INSERT INTO international VALUES (624,'WebGUI',2,'WebGUI Makros werden zum Erstellen von dynamischen Inhalten innerhalb ansonsten \r\nstatischem Inhalt benötigt. Wenn Sie zum Beispiel sehen möchten, welcher User \r\nauf einer Seite eingeloggt ist oder sie möchten ein dynamisch erzeugtes Menu \r\nhaben.

Makros beginnen immer mit einem Caret (^), gefolgt von mindestens einem \r\nweiteren Zeichen. Am Ende muss ein Semikolon (;) stehen. Einige Makros können \r\nerweitert/konfiguriert werden (Format: ^x("config text");). \r\n

Beachten Sie: Die nachfolgenden Makros sind für System-/Wobject spezifische \r\nFunktionen (wie im SQL-Report oder im Body-Bereich des Stylemanagers): \r\n

\r\n
    \r\n
  • ^-;
  • \r\n
  • ^0;
  • \r\n
  • ^1;
  • \r\n
  • ^2;
  • \r\n
  • ^3;
  • \r\n
  • etc.
  • \r\n
',1044960505); INSERT INTO international VALUES (72,'WebGUI',21,'×ÏÓÓÔÁÎÏ×ÉÔØ',1034189690); INSERT INTO international VALUES (73,'WebGUI',21,'÷ÏÊÔÉ.',1034189690); INSERT INTO international VALUES (74,'WebGUI',21,'éÎÆÏÒÍÁÃÉÑ Ï ÁËËÁÕÎÔÅ',1034189690); @@ -8638,8 +8282,8 @@ INSERT INTO international VALUES (84,'WebGUI',21,' INSERT INTO international VALUES (85,'WebGUI',21,'ïÐÉÓÁÎÉÅ',1034189690); INSERT INTO international VALUES (87,'WebGUI',21,'òÅÄÁËÔÉÒÏ×ÁÔØ ÇÒÕÐÐÕ',1034189690); INSERT INTO international VALUES (88,'WebGUI',21,'ðÏÌØÚÏ×ÁÔÅÌÉ × ÇÒÕÐÐÅ',1034189690); -INSERT INTO international VALUES (91,'WebGUI',21,'ðÒÅÄÙÄÕÝÁÑ ÓÔÒÁÎÉÃÁ',1034189690); -INSERT INTO international VALUES (92,'WebGUI',21,'óÌÅÄÕÀÝÁÑ ÓÔÒÁÎÉÃÁ',1034189690); +INSERT INTO international VALUES (91,'WebGUI',21,'—',1042134516); +INSERT INTO international VALUES (92,'WebGUI',21,'—',1042134578); INSERT INTO international VALUES (93,'WebGUI',21,'ðÏÍÏÝØ',1034189690); INSERT INTO international VALUES (94,'WebGUI',21,'óÍÏÔÒÉÔÅ ÔÁËÖÅ',1034189690); INSERT INTO international VALUES (99,'WebGUI',21,'îÁÚ×ÁÎÉÅ',1034189690); @@ -8652,13 +8296,6 @@ INSERT INTO international VALUES (105,'WebGUI',21,' INSERT INTO international VALUES (106,'WebGUI',21,'÷ÙÂÅÒÉÔÅ \"äÁ\" ÅÓÌÉ ×Ù ÈÏÔÉÔÅ, ÞÔÏÂÙ ×ÓÅ ÐÏÄÓÔÒÁÎÉÃÙ ÓÁÊÔÁ ×ÙÇÌÑÄÅÌÉ ÔÁËÖÅ',1034189690); INSERT INTO international VALUES (107,'WebGUI',21,'ðÒÁ×Á ÄÏÓÔÕÐÁ',1034189690); INSERT INTO international VALUES (108,'WebGUI',21,'÷ÌÁÄÅÌÅÃ',1034189690); -INSERT INTO international VALUES (109,'WebGUI',21,'òÁÚÒÅÛÉÔØ ÐÒÏÓÍÏÔÒ ×ÌÁÄÅÌØÃÕ?',1036490973); -INSERT INTO international VALUES (110,'WebGUI',21,'òÁÚÒÅÛÉÔØ ÒÅÄÁËÔÉÒÏ×ÁÎÉÅ ×ÌÁÄÅÌØÃÕ?',1036491278); -INSERT INTO international VALUES (111,'WebGUI',21,'çÒÕÐÐÁ',1034189690); -INSERT INTO international VALUES (112,'WebGUI',21,'òÁÚÒÅÛÉÔØ ÐÒÏÓÍÏÔÒ ÇÒÕÐÐÅ?',1036491318); -INSERT INTO international VALUES (113,'WebGUI',21,'òÁÚÒÅÛÉÔØ ÒÅÄÁËÔÉÒÏ×ÁÎÉÅ ÇÒÕÐÐÅ?',1036491361); -INSERT INTO international VALUES (114,'WebGUI',21,'òÁÚÒÅÛÉÔØ ÐÒÏÓÍÏÔÒ ×ÓÅÍ?',1036491424); -INSERT INTO international VALUES (115,'WebGUI',21,'òÁÚÒÅÛÉÔØ ÒÅÄÁËÔÉÒÏ×ÁÎÉÅ ×ÓÅÍ?',1036491480); INSERT INTO international VALUES (116,'WebGUI',21,'÷ÙÂÅÒÉÔÅ \"äÁ\" ÅÓÌÉ ×Ù ÈÏÔÉÔÅ ÉÓÐÏÌØÚÏ×ÁÔØ ÜÔÉ ÐÒÉ×ÉÌÅÇÉÉ ÄÌÑ ×ÓÅÈ ÐÏÄÓÔÒÁÎÉÃ.',1034189690); INSERT INTO international VALUES (118,'WebGUI',21,'áÎÏÎÉÍÎÁÑ ÒÅÇÉÓÔÒÁÃÉÑ',1034189690); INSERT INTO international VALUES (119,'WebGUI',21,'íÅÔÏÄ ÉÄÅÎÔÉÆÉËÁÃÉÉ (ÐÏ ÕÍÏÌÞÁÎÉÀ)',1034189690); @@ -8681,7 +8318,7 @@ INSERT INTO international VALUES (149,'WebGUI',21,' INSERT INTO international VALUES (151,'WebGUI',21,'îÁÚ×ÁÎÉÅ ÇÒÁÆÉÞÅÓËÏÊ ÏÂÏÌÏÞËÉ',1036151718); INSERT INTO international VALUES (154,'WebGUI',21,'CSS',1034189690); INSERT INTO international VALUES (155,'WebGUI',21,'õÄÁÌÉÔØ ÜÔÕ ÇÒÁÆÉÞÅÓËÕÀ ÏÂÏÌÏÞËÕ? (÷ÓÅ ÓÔÒÁÎÉÃÙ, ËÏÔÏÒÙÅ ÉÓÐÏÌØÚÕÀÔ ÜÔÏÔ ÓÔÉÌØ ÂÕÄÕÔ ÏÔÏÂÒÁÖÅÎÙ × ÓÔÉÌÅ \"Fail Safe\") ',1034189690); -INSERT INTO international VALUES (156,'WebGUI',21,'òÅÄÁËÔÉÒÏ×ÁÔØ ÇÒÁÆÉÞÅÓËÉÀ ÏÂÏÌÏÞËÕ',1034189690); +INSERT INTO international VALUES (156,'WebGUI',21,'òÅÄÁËÔÏÒ ÇÒÁÆÉÞÅÓËÏÊ ÏÂÏÌÏÞËÉ',1042472648); INSERT INTO international VALUES (159,'WebGUI',21,'÷ÈÏÄÑÝÉÅ ÓÏÏÂÝÅÎÉÑ',1034189690); INSERT INTO international VALUES (160,'WebGUI',21,'äÁÔÁ ÐÒÉÓÙÌËÉ',1034189690); INSERT INTO international VALUES (161,'WebGUI',21,'ðÒÉÓÌÁÌ(Á)',1034189690); @@ -8727,7 +8364,6 @@ INSERT INTO international VALUES (239,'WebGUI',21,' INSERT INTO international VALUES (244,'WebGUI',21,'á×ÔÏÒ',1034189690); INSERT INTO international VALUES (245,'WebGUI',21,'äÁÔÁ',1034189690); INSERT INTO international VALUES (304,'WebGUI',21,'ñÚÙË',1034189690); -INSERT INTO international VALUES (306,'WebGUI',21,'ðÒÉ×ÑÚËÁ Ë ÉÍÅÎÉ ÐÏÌØÚÏ×ÁÔÅÌÑ',1036583464); INSERT INTO international VALUES (307,'WebGUI',21,'éÓÐÏÌØÚÏ×ÁÔØ ÍÅÔÁ-ÔÅÇÉ, ÕÓÔÁÎÏ×ÌÅÎÎÙÅ ÐÏ ÕÍÏÌÞÁÎÉÀ?',1034189690); INSERT INTO international VALUES (309,'WebGUI',21,'òÁÚÒÅÛÉÔØ ÉÓÐÏÌØÚÏ×ÁÎÉÅ ÎÁÓÔÏÑÝÅÇÏ ÉÍÅÎÉ?',1034189690); INSERT INTO international VALUES (310,'WebGUI',21,'òÁÚÒÅÛÉÔØ ÄÏÂÁ×ÌÅÎÉÅ ×ÎÅÛÎÅÊ ÉÎÆÏÒÍÁÃÉÉ?',1034189690); @@ -8756,7 +8392,7 @@ INSERT INTO international VALUES (350,'WebGUI',21,' INSERT INTO international VALUES (351,'WebGUI',21,'óÏÏÂÝÅÎÉÅ',1034189690); INSERT INTO international VALUES (352,'WebGUI',21,'äÁÔÁ ×ÈÏÄÁ',1034189690); INSERT INTO international VALUES (353,'WebGUI',21,'õ ×ÁÓ ÎÅÔ ×ÈÏÄÑÝÉÈ ÓÏÏÂÝÅÎÉÊ.',1034189690); -INSERT INTO international VALUES (803,'WebGUI',21,'õÄÁÌÉÔØ ×ÓÅ ×ÈÏÄÑÝÉÅ ÓÏÏÂÝÅÎÉÑ',1034189690); +INSERT INTO international VALUES (803,'WebGUI',21,'òÅÄÁËÔÉÒÏ×ÁÔØ ÛÁÂÌÏÎ',1042133497); INSERT INTO international VALUES (471,'WebGUI',21,'òÅÄÁËÔÉÒÏ×ÁÔØ ÐÏÌÅ × ÉÎÆÏÒÍÁÃÉÉ Ï ÐÏÌØÚÏ×ÁÔÅÌÅ',1034189690); INSERT INTO international VALUES (355,'WebGUI',21,'ðÏ ÕÍÏÌÞÁÎÉÀ',1034189690); INSERT INTO international VALUES (356,'WebGUI',21,'ûÁÂÌÏÎ',1034189690); @@ -8774,29 +8410,18 @@ INSERT INTO international VALUES (378,'WebGUI',21,'ID INSERT INTO international VALUES (379,'WebGUI',21,'ID ÇÒÕÐÐÙ',1034189690); INSERT INTO international VALUES (380,'WebGUI',21,'ID ÓÔÉÌÑ',1034189690); INSERT INTO international VALUES (381,'WebGUI',21,'ðÏÌÕÞÅÎ ÎÅÐÒÁ×ÉÌØÎÙÊ ÚÁÐÒÏÓ.îÁÖÍÉÔÅ ÎÁ ËÎÏÐËÕ \"îÁÚÁÄ\" É ÐÏÐÒÏÂÕÊÔÅ ÅÝÅ ÒÁÚ.',1034189690); -INSERT INTO international VALUES (37,'UserSubmission',21,'õÄÁÌÉÔØ',1034189690); INSERT INTO international VALUES (13,'SQLReport',21,'äÏÂÁ×ÉÔØ ÒÁÚÒÙ× ÓÔÒÏËÉ?',1034189690); INSERT INTO international VALUES (14,'EventsCalendar',21,'äÁÔÁ ÎÁÞÁÌÁ',1034189690); INSERT INTO international VALUES (15,'EventsCalendar',21,'äÁÔÁ ÏËÏÎÞÁÎÉÑ',1034189690); -INSERT INTO international VALUES (20,'DownloadManager',21,'íÁËÓÉÍÁÌØÎÏÅ ËÏÌÉÞÅÓÔ×Ï ÓÓÙÌÏË ÎÁ ÏÄÎÏÊ ÓÔÒÁÎÉÃÅ',1034189690); INSERT INTO international VALUES (14,'SQLReport',21,'íÁËÓÉÍÁÌØÎÏÅ ËÏÌÉÞÅÓÔ×Ï ÓÔÒÏË ÎÁ ÏÄÎÏÊ ÓÔÒÁÎÉÃÅ',1034189690); -INSERT INTO international VALUES (16,'EventsCalendar',21,'÷ÎÅÛÎÉÊ ×ÉÄ ÏÇÒÁÎÁÊÚÅÒÁ',1034189690); -INSERT INTO international VALUES (17,'EventsCalendar',21,'óÐÉÓÏË',1034189690); -INSERT INTO international VALUES (18,'EventsCalendar',21,'ëÁÌÅÎÄÁÒØ',1034189690); INSERT INTO international VALUES (19,'EventsCalendar',21,'íÁËÓÉÍÁÌØÎÏÅ ËÏÌÉÞÅÓÔ×Ï ÓÏÂÙÔÉÊ ÎÁ ÏÄÎÏÊ ÓÔÒÁÎÉÃÅ',1034189690); -INSERT INTO international VALUES (383,'WebGUI',21,'éÍÑ',1034189690); INSERT INTO international VALUES (384,'WebGUI',21,'æÁÊÌ',1034189690); INSERT INTO international VALUES (385,'WebGUI',21,'ðÁÒÁÍÅÔÒÙ',1034189690); INSERT INTO international VALUES (386,'WebGUI',21,'òÅÄÁËÔÉÒÏ×ÁÔØ ÉÚÏÂÒÁÖÅÎÉÅ',1034189690); INSERT INTO international VALUES (387,'WebGUI',21,'ðÒÉÓÌÁÌ(Á):',1036929327); INSERT INTO international VALUES (388,'WebGUI',21,'äÁÔÁ ÐÏÓÙÌËÉ',1034189690); -INSERT INTO international VALUES (389,'WebGUI',21,'Id ÇÒÁÆÉÞÅÓËÏÇÏ ÆÁÊÌÁ',1036930040); -INSERT INTO international VALUES (390,'WebGUI',21,'ïÔÏÂÒÁÖÅÎÉÅ ÒÉÓÕÎËÁ...',1034189690); INSERT INTO international VALUES (391,'WebGUI',21,'õÄÁÌÉÔØ ×ÌÏÖÅÎÎÙÊ ÆÁÊÌ.',1034189690); -INSERT INTO international VALUES (392,'WebGUI',21,'õÄÁÌÉÔØ ÜÔÏÔ ÇÒÁÆÉÞÅÓËÉÊ ÆÁÊÌ?',1036929868); -INSERT INTO international VALUES (393,'WebGUI',21,'õÐÒÁ×ÌÅÎÉÅ ÇÒÁÆÉÞÅÓËÉÍÉ ÆÁÊÌÁÍÉ',1036930142); -INSERT INTO international VALUES (396,'WebGUI',21,'ðÒÏÓÍÏÔÒ ÇÒÁÆÉÞÅÓËÏÇÏ ÆÁÊÌÁ',1036930264); -INSERT INTO international VALUES (399,'WebGUI',21,'ðÒÏ×ÅÒÉÔØ ËÏÒÒÅËÔÎÏÓÔØ ËÏÄÁ ÜÔÏÊ ÓÔÒÁÎÉÃÙ.',1034189690); +INSERT INTO international VALUES (399,'WebGUI',21,'ðÒÏ×ÅÒËÁ HTML-ËÏÄÁ',1042474298); INSERT INTO international VALUES (400,'WebGUI',21,'îÅ ÉÓÐÏÌØÚÏ×ÁÔØ ËÜÛÉÒÏ×ÁÎÉÅ',1034189690); INSERT INTO international VALUES (401,'WebGUI',21,'÷Ù Õ×ÅÒÅÎÙ, ÞÔÏ ÈÏÔÉÔÅ ÕÄÁÌÉÔØ ÜÔÏ ÓÏÏÂÝÅÎÉÅ?',1034189690); INSERT INTO international VALUES (565,'WebGUI',21,'ëÔÏ ÉÍÅÅÔ ÐÒÁ×Ï ÍÏÄÅÒÉÒÏ×ÁÔØ?',1034189690); @@ -8831,7 +8456,7 @@ INSERT INTO international VALUES (437,'WebGUI',21,' INSERT INTO international VALUES (438,'WebGUI',21,'÷ÁÛÅ ÉÍÑ',1034189690); INSERT INTO international VALUES (439,'WebGUI',21,'ìÉÞÎÁÑ ÉÎÆÏÒÍÁÃÉÑ',1034189690); INSERT INTO international VALUES (440,'WebGUI',21,'ëÏÎÔÁËÔÎÁÑ ÉÎÆÏÒÍÁÃÉÑ',1034189690); -INSERT INTO international VALUES (443,'WebGUI',21,'äÏÍÁÛÎÑÑ ÉÎÆÏÒÍÁÃÉÑ',1034189690); +INSERT INTO international VALUES (443,'WebGUI',21,'ìÉÞÎÁÑ ÉÎÆÏÒÍÁÃÉÑ',1042471566); INSERT INTO international VALUES (448,'WebGUI',21,'ëÁÒÔÁ ÓÁÊÔÁ',1034189690); INSERT INTO international VALUES (452,'WebGUI',21,'÷ÙÐÏÌÎÅÎÉÅ ÏÐÅÒÁÃÉÉ...',1034189690); INSERT INTO international VALUES (453,'WebGUI',21,'äÁÔÁ ÓÏÚÄÁÎÉÑ',1034189690); @@ -8866,7 +8491,7 @@ INSERT INTO international VALUES (488,'WebGUI',21,' INSERT INTO international VALUES (489,'WebGUI',21,'ëÁÔÅÇÏÒÉÑ ÉÎÆÏÒÍÁÃÉÉ Ï ÐÏÌØÚÏ×ÁÔÅÌÅ',1034189690); INSERT INTO international VALUES (491,'WebGUI',21,'äÏÂÁ×ÉÔØ ÐÏÌÅ × ÉÎÆÏÒÍÁÃÉÀ Ï ÐÏÌØÚÏ×ÁÔÅÌÅ',1036492493); INSERT INTO international VALUES (492,'WebGUI',21,'óÐÉÓÏË ÐÏÌÅÊ',1036492510); -INSERT INTO international VALUES (495,'WebGUI',21,'÷ÓÔÒÏÅÎÎÙÊ ÒÅÄÁËÔÏÒ',1034189690); +INSERT INTO international VALUES (495,'WebGUI',21,'÷ÓÔÒÏÅÎÎÙÊ ÒÅÄÁËÔÏÒ',1042130316); INSERT INTO international VALUES (496,'WebGUI',21,'éÓÐÏÌØÚÕÅÍÙÊ ÒÅÄÁËÔÏÒ ÔÅËÓÔÁ',1037171462); INSERT INTO international VALUES (494,'WebGUI',21,'÷ÎÅÛÎÉÊ ÒÅÄÁËÔÏÒ',1037084871); INSERT INTO international VALUES (497,'WebGUI',21,'äÁÔÁ ÎÁÞÁÌÁ',1034189690); @@ -8877,25 +8502,8 @@ INSERT INTO international VALUES (501,'WebGUI',21,' INSERT INTO international VALUES (578,'WebGUI',21,'õ ×ÁÓ ÅÓÔØ ÓÏÏÂÝÅÎÉÅ, ÎÁÈÏÄÑÝÅÅÓÑ × ÏÖÉÄÁÎÉÉ ÐÏÄÔ×ÅÒÖÄÅÎÉÑ.',1036499843); INSERT INTO international VALUES (468,'WebGUI',21,'òÅÄÁËÔÉÒÏ×ÁÔØ ËÁÔÅÇÏÒÉÀ × ÉÎÆÏÒÍÁÃÉÉ Ï ÐÏÌØÚÏ×ÁÔÅÌÅ',1034189690); INSERT INTO international VALUES (508,'WebGUI',21,'ûÁÂÌÏÎÙ',1036492586); -INSERT INTO international VALUES (39,'UserSubmission',21,'îÁÐÉÓÁÔØ ÏÔ×ÅÔ',1034189690); -INSERT INTO international VALUES (40,'UserSubmission',21,'ðÒÉÓÌÁÌ',1034189690); -INSERT INTO international VALUES (41,'UserSubmission',21,'äÁÔÁ',1034189690); -INSERT INTO international VALUES (45,'UserSubmission',21,'÷ÅÒÎÕÔØÓÑ Ë ÓÐÉÓËÕ ÐÒÉÓÌÁÎÎÙÈ ÓÏÏÂÝÅÎÉÊ',1036491050); -INSERT INTO international VALUES (46,'UserSubmission',21,'þÉÔÁÔØ ÄÁÌØÛÅ...',1034189690); -INSERT INTO international VALUES (47,'UserSubmission',21,'îÁÐÉÓÁÔØ ÏÔ×ÅÔ',1034189690); -INSERT INTO international VALUES (48,'UserSubmission',21,'òÁÚÒÅÛÉÔØ ÏÂÓÕÖÄÅÎÉÅ ÐÒÉÓÌÁÎÎÏÊ ÉÎÆÏÒÍÁÃÉÉ?',1036490707); INSERT INTO international VALUES (571,'WebGUI',21,'óÎÑÔØ ÂÌÏËÉÒÏ×ËÕ Ó ÏÂÓÕÖÄÅÎÉÑ',1034189690); -INSERT INTO international VALUES (51,'UserSubmission',21,'óÏÚÄÁÔØ É ÐÏËÁÚÁÔØ ÕÍÅÎØÛÅÎÎÙÅ ËÏÐÉÉ ÒÉÓÕÎËÏ×?',1036486968); -INSERT INTO international VALUES (52,'UserSubmission',21,'ëÒÁÔËÏÅ ÓÏÄÅÒÖÁÎÉÅ',1034189690); -INSERT INTO international VALUES (53,'UserSubmission',21,'÷ÎÅÛÎÉÊ ×ÉÄ',1034189690); -INSERT INTO international VALUES (54,'UserSubmission',21,'óÔÁÔÉÓÔÉËÁ',1034189690); -INSERT INTO international VALUES (55,'UserSubmission',21,'ôÒÁÄÉÃÉÏÎÎÙÊ',1034189690); -INSERT INTO international VALUES (56,'UserSubmission',21,'æÏÔÏÇÁÌÅÒÅÑ',1034189690); -INSERT INTO international VALUES (57,'UserSubmission',21,'òÅÓÐÏÎÄÅÎÔÙ',1034189690); INSERT INTO international VALUES (11,'FAQ',21,'äÏÂÁ×ÉÔØ ÓÏÄÅÒÖÁÎÉÅ?',1034189690); -INSERT INTO international VALUES (14,'FAQ',21,'÷ÏÐÒÏÓ',1034189690); -INSERT INTO international VALUES (15,'FAQ',21,'ïÔ×ÅÔ',1034189690); -INSERT INTO international VALUES (16,'FAQ',21,'[ÎÁ×ÅÒÈ]',1034189690); INSERT INTO international VALUES (509,'WebGUI',21,'÷ÎÅÛÎÉÊ ×ÉÄ ÏÂÓÕÖÄÅÎÉÑ',1034189690); INSERT INTO international VALUES (514,'WebGUI',21,'ëÏÌÉÞÅÓÔ×Ï ÐÒÏÓÍÏÔÒÏ×',1034189690); INSERT INTO international VALUES (518,'WebGUI',21,'÷ÈÏÄÑÝÉÅ ÓÏÏÂÝÅÎÉÑ',1034189690); @@ -8915,13 +8523,6 @@ INSERT INTO international VALUES (570,'WebGUI',21,' INSERT INTO international VALUES (568,'WebGUI',21,'ÂÅÚ ÐÒÅÄ×ÁÒÉÔÅÌØÎÏÇÏ ÐÒÏÓÍÏÔÒÁ',1034189690); INSERT INTO international VALUES (542,'WebGUI',21,'÷ÅÒÎÕÔØÓÑ Ë ÓÐÉÓËÕ ÉÚÏÂÒÁÖÅÎÉÊ/ÇÒÕÐÐ ÉÚÏÂÒÁÖÅÎÉÊ',1036930332); INSERT INTO international VALUES (543,'WebGUI',21,'äÏÂÁ×ÉÔØ ÎÏ×ÕÀ ÇÒÕÐÐÕ ÉÚÏÂÒÁÖÅÎÉÊ.',1034189690); -INSERT INTO international VALUES (544,'WebGUI',21,'÷Ù ÄÅÊÓÔ×ÉÔÅÌØÎÏ ÈÏÔÉÔÅ ÕÄÁÌÉÔØ ÜÔÕ ÇÒÕÐÐÕ?',1034189690); -INSERT INTO international VALUES (545,'WebGUI',21,'òÅÄÁËÔÉÒÏ×ÁÔØ ÇÒÕÐÐÕ ÉÚÏÂÒÁÖÅÎÉÊ',1034189690); -INSERT INTO international VALUES (547,'WebGUI',21,'òÏÄÉÔÅÌØÓËÁÑ ÇÒÕÐÐÁ',1034189690); -INSERT INTO international VALUES (548,'WebGUI',21,'éÍÑ ÇÒÕÐÐÙ',1034189690); -INSERT INTO international VALUES (549,'WebGUI',21,'ïÐÉÓÁÎÉÅ ÇÒÕÐÐÙ',1034189690); -INSERT INTO international VALUES (550,'WebGUI',21,'ðÒÏÓÍÏÔÒÅÔØ ÇÒÕÐÐÕ ÉÚÏÂÒÁÖÅÎÉÊ',1034189690); -INSERT INTO international VALUES (382,'WebGUI',21,'òÅÄÁËÔÉÒÏ×ÁÔØ ÉÚÏÂÒÁÖÅÎÉÅ',1034189690); INSERT INTO international VALUES (551,'WebGUI',21,'ëÏÍÍÅÎÔÁÒÉÊ',1034189690); INSERT INTO international VALUES (552,'WebGUI',21,'ïÖÉÄÁÎÉÅ ',1034189690); INSERT INTO international VALUES (553,'WebGUI',21,'óÔÁÔÕÓ',1034189690); @@ -8934,13 +8535,13 @@ INSERT INTO international VALUES (582,'WebGUI',21,' INSERT INTO international VALUES (583,'WebGUI',21,'íÁËÓÉÍÁÌØÎÙÊ ÒÁÚÍÅÒ ÉÚÏÂÒÁÖÅÎÉÑ',1034189690); INSERT INTO international VALUES (2,'WobjectProxy',21,'òÅÄÁËÔÉÒÏ×ÁÎÉÅ ÐÒÏËÓÉ ÍÏÄÕÌÅÊ',1037087708); INSERT INTO international VALUES (3,'WobjectProxy',21,'ðÒÏËÓÉ',1034189690); -INSERT INTO international VALUES (586,'WebGUI',21,'ñÚÙËÉ',1034189690); +INSERT INTO international VALUES (586,'WebGUI',21,'óÐÉÓÏË ÐÏÄÄÅÒÖÉ×ÁÅÍÙÈ ÑÚÙËÏ×',1042130436); INSERT INTO international VALUES (587,'WebGUI',21,'÷Ù ÈÏÔÉÔÅ ÕÄÁÌÉÔØ ÜÔÏÔ ÑÚÙË?',1034189690); INSERT INTO international VALUES (590,'WebGUI',21,'ID ÑÚÙËÁ',1034189690); INSERT INTO international VALUES (591,'WebGUI',21,'ñÚÙË',1034189690); INSERT INTO international VALUES (592,'WebGUI',21,'ëÏÄÉÒÏ×ËÁ',1034189690); INSERT INTO international VALUES (595,'WebGUI',21,'óÏÏÂÝÅÎÉÑ',1034189690); -INSERT INTO international VALUES (597,'WebGUI',21,'òÅÄÁËÔÉÒÏ×ÁÔØ ÓÏÏÂÝÅÎÉÑ ÓÉÓÔÅÍÙ',1034189690); +INSERT INTO international VALUES (597,'WebGUI',21,'òÅÄÁËÔÏÒ ÓÏÏÂÝÅÎÉÊ',1042129879); INSERT INTO international VALUES (2,'MailForm',21,'ôÅÍÁ ÐÉÓØÍÁ',1034189690); INSERT INTO international VALUES (3,'MailForm',21,'óÐÁÓÉÂÏ ÚÁ ×ÁÛ ÏÔ×ÅÔ!',1034189690); INSERT INTO international VALUES (4,'MailForm',21,'óËÒÙÔÙÊ',1034189690); @@ -8964,8 +8565,7 @@ INSERT INTO international VALUES (23,'MailForm',21,' INSERT INTO international VALUES (24,'MailForm',21,'÷ÏÚÍÏÖÎÙÅ ÚÎÁÞÅÎÉÑ (ôÏÌØËÏ ÄÌÑ ×ÙÐÁÄÁÀÝÉÈ ÍÅÎÀ)',1034189690); INSERT INTO international VALUES (25,'MailForm',21,'úÎÁÞÅÎÉÅ ÐÏ ÕÍÏÌÞÁÎÉÀ (ÏÐÃÉÏÎÁÌØÎÏ)',1034189690); INSERT INTO international VALUES (26,'MailForm',21,'óÏÈÒÁÎÉÔØ ÚÁÐÉÓØ?',1034189690); -INSERT INTO international VALUES (642,'WebGUI',21,'óÔÒÁÎÉÃÁ (ÄÏÂÁ×ÌÅÎÉÅ/ÒÅÄÁËÔÉÒÏ×ÁÎÉÅ)',1034189690); -INSERT INTO international VALUES (61,'DownloadManager',21,'æÁÊÌÏ×ÙÊ ÍÅÎÅÄÖÅÒ (ÄÏÂÁ×ÌÅÎÉÅ/ÒÅÄÁËÔÉÒÏ×ÁÎÉÅ)',1034189690); +INSERT INTO international VALUES (642,'WebGUI',21,'óÔÒÁÎÉÃÁ (ÄÏÂÁ×ÌÅÎÉÅ/ÒÅÄÁËÔÉÒÏ×ÁÎÉÅ)',1042132791); INSERT INTO international VALUES (61,'Item',21,'óÓÙÌËÁ ÎÁ ÄÏËÕÍÅÎÔ (ÄÏÂÁ×ÌÅÎÉÅ/ÒÅÄÁËÔÉÒÏ×ÁÎÉÅ)',1041688165); INSERT INTO international VALUES (61,'FAQ',21,'þÁÓÔÏ ÚÁÄÁ×ÁÅÍÙÅ ×ÏÐÒÏÓÙ (ÄÏÂÁ×ÌÅÎÉÅ/ÒÅÄÁËÔÉÒÏ×ÁÎÉÅ)',1041687588); INSERT INTO international VALUES (61,'SyndicatedContent',21,'éÎÆÏÒÍÁÃÉÑ Ó ÄÒÕÇÉÈ ÓÁÊÔÏ× (ÄÏÂÁ×ÌÅÎÉÅ/ÒÅÄÁËÔÉÒÏ×ÁÎÉÅ)',1034189690); @@ -8976,7 +8576,6 @@ INSERT INTO international VALUES (61,'Poll',21,' INSERT INTO international VALUES (61,'SiteMap',21,'ëÁÒÔÁ ÓÁÊÔÁ (ÄÏÂÁ×ÌÅÎÉÅ/ÒÅÄÁËÔÉÒÏ×ÁÎÉÅ)',1041690702); INSERT INTO international VALUES (61,'SQLReport',21,'SQL-ÚÁÐÒÏÓ (ÄÏÂÁ×ÌÅÎÉÅ/ÒÅÄÁËÔÉÒÏ×ÁÎÉÅ)',1034189690); INSERT INTO international VALUES (62,'MailForm',21,'ðÏÌÑ ÆÏÒÍÙ (ÄÏÂÁ×ÌÅÎÉÅ/ÒÅÄÁËÔÉÒÏ×ÁÎÉÅ)',1041688800); -INSERT INTO international VALUES (71,'DownloadManager',21,'æÁÊÌÏ×ÙÊ ÍÅÎÅÄÖÅÒ ÓÏÚÄÁÎ, ÞÔÏÂÙ ÐÏÍÏÞØ ×ÁÍ × ÕÐÒÁ×ÌÅÎÉÉ ÆÁÊÌÁÍÉ. ïÎ ÐÏÚ×ÏÌÑÅÔ ×ÁÍ ÏÐÒÅÄÅÌÉÔØ, ËÔÏ ÉÍÅÅÔ ÐÒÁ×Ï ÓËÁÞÉ×ÁÔØ ÆÁÊÌÙ Ó ×ÁÛÅÇÏ ÓÁÊÔÁ. \r\n

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

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

\r\n\r\näÏÂÁ×ÉÔØ ÅÝÅ ÏÄÉÎ ÆÁÊÌ?
\r\n åÓÌÉ ×Ù ÈÏÔÉÔÅ ÄÏÂÁ×ÉÔØ ÎÏ×ÙÊ ÆÁÊÌ, ÔÏ ×ÙÂÅÒÉÔÅ \"äÁ\".\r\n

\r\n\r\n',1034189690); INSERT INTO international VALUES (71,'SyndicatedContent',21,'ðÒÉ ÐÏÍÏÝÉ ÜÔÏÇÏ ÍÏÄÕÌÑ ×Ù ÍÏÖÅÔÅ ÉÓÐÏÌØÚÏ×ÁÔØ ÉÎÆÏÒÍÁÃÉÀ, ÒÁÚÍÅÝÅÎÎÕÀ ÎÁ ÄÒÕÇÉÈ ÓÁÊÔÁÈ ÉÓÐÏÌØÚÕÑ RDF/RSS.\n

\r\n\r\nURL Ë ÆÁÊÌÕ RSS
\r\n÷×ÅÄÉÔÅ ÔÏÞÎÙÊ URL (ÎÁÞÉÎÁÑ Ó http://) Ë ÆÁÊÌÕ RDF ÉÌÉ RSS. éÎÆÏÒÍÁÃÉÑ Ó ×ÙÂÒÁÎÎÏÇÏ ÓÁÊÔÁ ÂÕÄÅÔ ÓËÁÞÉ×ÁÔØÓÑ ËÁÖÄÙÊ ÞÁÓ.\r\n

\r\n',1034189690); 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',1041690454); INSERT INTO international VALUES (71,'LinkList',21,'ðÏÚ×ÏÌÑÅÔ Á×ÔÏÍÁÔÉÚÉÒÏ×ÁÔØ ÐÒÏÃÅÓÓ ÄÏÂÁ×ÌÅÎÉÑ ÓÓÙÌÏË ÎÁ ÓÁÊÔ.\r\n

\r\nûÁÂÌÏÎ
\r\n÷ÙÂÅÒÉÔÅ ×ÎÅÛÎÉÊ ×ÉÄ ÍÏÄÕÌÑ.\r\n

\r\nóÌÅÄÕÀÝÅÅ ÄÅÊÓÔ×ÉÅ
',1041688386); @@ -8988,15 +8587,13 @@ INSERT INTO international VALUES (851,'WebGUI',21,' INSERT INTO international VALUES (848,'WebGUI',21,'ïÛÉÂËÁ ÓÉÎÔÁËÓÉÓÁ × ÛÁÂÌÏÎÅ!',1041678800); INSERT INTO international VALUES (847,'WebGUI',21,'÷ÅÒÎÕÔØÓÑ ÎÁ ÔÅËÕÝÕÀ ÓÔÒÁÎÉÃÕ',1041678676); INSERT INTO international VALUES (71,'ExtraColumn',21,'äÏÂÁ×ÌÅÎÉÅ ÎÏ×ÏÊ ËÏÌÏÎËÉ ÐÏÚ×ÏÌÑÅÔ ÉÚÍÅÎÉÔØ ×ÎÅÛÎÉÊ ×ÉÄ ÔÏÌØËÏ ÔÅËÕÝÅÊ ÓÔÒÁÎÉÃÙ. åÓÌÉ ×Ù ÈÏÔÉÔÅ ÉÚÍÅÎÉÔØ ×ÎÅÛÎÉÊ ×ÉÄ ×ÓÅÈ ÓÔÒÁÎÉà ÓÁÊÔÁ, ×ÁÍ ÎÅÏÂÈÏÄÉÍÏ ÉÚÍÅÎÉÔØ ÓÔÉÌØ ÓÁÊÔÁ ÃÅÌÉËÏÍ ÉÓÐÏÌØÚÕÑ ÛÁÂÌÏÎ ×ÍÅÓÔÏ ÄÏÂÁ×ÌÅÎÉÑ ËÏÌÏÎËÉ. \r\n

\r\nëÏÌÏÎËÉ ×ÓÅÇÄÁ ÄÏÂÁ×ÌÑÀÔÓÑ ÓÌÅ×Á ÎÁÐÒÁ×Ï. ðÏÜÔÏÍÕ ÓÕÝÅÓÔ×ÕÀÝÅÅ ÎÁÐÏÌÎÅÎÉÅ ÓÔÒÁÎÉà ÏËÁÖÅÔÓÑ ÓÌÅ×Á ÏÔ ÎÏ×ÏÊ ËÏÌÏÎËÉ.\r\n

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

\r\nûÉÒÉÎÁ
\r\n÷Ù ÍÏÖÅÔÅ ÕËÁÚÁÔØ ÛÉÒÉÎÕ ÎÏ×ÏÊ ËÏÌÏÎËÉ × ÐÉËÓÅÌÁÈ.\r\n

\r\nCSS
\r\nðÏ ÕÍÏÌÞÁÎÉÀ ËÏ ×ÓÅÍ ÄÏÂÁ×ÌÑÅÍÙÍ ËÏÌÏÎËÁÍ ÐÒÉÍÅÎÑÅÔÓÑ ÔÏÔ ÖÅ ÓÔÉÌØ, ËÏÔÏÒÙÊ ÉÍÅÅÔ ÓÔÒÁÎÉÃÁ. îÏ ÅÓÌÉ ×Ù ÈÏÔÉÔÅ, ÞÔÏÂÙ ËÏÌÏÎËÁ ÉÍÅÌÁ ÄÒÕÇÏÊ ÓÔÉÌØ, ×Ù ÍÏÖÅÔÅ ÅÇÏ ÉÚÍÅÎÉÔØ.\r\n',1041684375); -INSERT INTO international VALUES (670,'WebGUI',21,'çÒÁÆÉÞÅÓËÉÊ ÆÁÊÌ (ÄÏÂÁ×ÌÅÎÉÅ/ÒÅÄÁËÔÉÒÏ×ÁÎÉÅ)',1036930450); +INSERT INTO international VALUES (670,'WebGUI',21,'çÒÁÆÉÞÅÓËÉÊ ÆÁÊÌ (ÄÏÂÁ×ÌÅÎÉÅ/ÒÅÄÁËÔÉÒÏ×ÁÎÉÅ)',1042132839); INSERT INTO international VALUES (72,'EventsCalendar',21,'óÏÂÙÔÉÅ (ÄÏÂÁ×ÌÅÎÉÅ/ÒÅÄÁËÔÉÒÏ×ÁÎÉÅ)',1041684015); INSERT INTO international VALUES (72,'FAQ',21,'÷ÏÐÒÏÓ (ÄÏÂÁ×ÌÅÎÉÅ/ÒÅÄÁËÔÉÒÏ×ÁÎÉÅ)',1041687982); INSERT INTO international VALUES (697,'WebGUI',21,'îÁÂÌÀÄÅÎÉÅ (ÉÓÐÏÌØÚÏ×ÁÎÉÅ)',1034189690); INSERT INTO international VALUES (5,'WobjectProxy',21,'ðÒÏËÓÉ ÍÏÄÕÌÅÊ (ÄÏÂÁ×ÌÅÎÉÅ/ÒÅÄÁËÔÉÒÏ×ÁÎÉÅ)',1037087918); -INSERT INTO international VALUES (30,'UserSubmission',21,'îÁÂÌÀÄÅÎÉÅ ÚÁ ÐÏÓÙÌËÏÊ',1034189690); INSERT INTO international VALUES (72,'Poll',21,'òÁÓÐÏÌÁÇÁÔØ ÏÔ×ÅÔÙ × ÐÒÏÉÚ×ÏÌØÎÏÍ ÐÏÒÑÄËÅ?',1034189690); INSERT INTO international VALUES (699,'WebGUI',21,'ðÅÒ×ÙÊ ÒÁÂÏÞÉÊ ÄÅÎØ',1034189690); -INSERT INTO international VALUES (74,'EventsCalendar',21,'ëÁÌÅÎÄÁÒØ',1034189690); INSERT INTO international VALUES (702,'WebGUI',21,'íÅÓÑÃ',1034189690); INSERT INTO international VALUES (703,'WebGUI',21,'ÇÏÄ/ÇÏÄÁ/ÌÅÔ',1036152691); INSERT INTO international VALUES (705,'WebGUI',21,'ÍÉÎÕÔ(Á)',1036152890); @@ -9005,13 +8602,13 @@ INSERT INTO international VALUES (716,'WebGUI',21,' INSERT INTO international VALUES (717,'WebGUI',21,'÷ÙÊÔÉ ÉÚ ÓÉÓÔÅÍÙ',1034189690); INSERT INTO international VALUES (722,'WebGUI',21,'Id',1034189690); INSERT INTO international VALUES (721,'WebGUI',21,'ðÒÏÓÔÒÁÎÓÔ×Ï ÉÍÅÎ',1034189690); -INSERT INTO international VALUES (804,'WebGUI',21,'ëÏÌÌÉÞÅÓÔ×Ï ÒÅÚÕÌØÔÁÔÏ× ÎÁ ÏÄÎÏÊ ÓÔÒÁÎÉÃÅ',1034189690); -INSERT INTO international VALUES (805,'WebGUI',21,'õÐÒÁ×ÌÅÎÉÅ ÐÏÍÏÝØÀ',1034189690); -INSERT INTO international VALUES (806,'WebGUI',21,'äÏÂÁ×ÉÔØ ÎÏ×ÕÀ ÓÔÁÔØÀ ÐÏÍÏÝÉ',1034189690); -INSERT INTO international VALUES (807,'WebGUI',21,'üËÓÐÏÒÔÉÒÏ×ÁÔØ ÐÏÍÏÛØ',1034189690); -INSERT INTO international VALUES (808,'WebGUI',21,'îÁÚ×ÁÎÉÅ ÓÔÁÔØÉ',1034189690); -INSERT INTO international VALUES (809,'WebGUI',21,'äÏÂÁ×ÉÔØ ÓÏÏÂÝÅÎÉÅ',1034189690); -INSERT INTO international VALUES (810,'WebGUI',21,'òÅÄÁËÔÉÒÏ×ÁÎÉÅ ÓÔÁÔØÉ ÐÏÍÏÝÉ',1034189690); +INSERT INTO international VALUES (804,'WebGUI',21,'ëÏÐÉÒÏÔØ ÛÁÂÌÏÎ',1042133520); +INSERT INTO international VALUES (805,'WebGUI',21,'õÄÁÌÉÔØ ÛÁÂÌÏÎ',1042133548); +INSERT INTO international VALUES (806,'WebGUI',21,'õÄÁÌÉÔØ ÇÒÕÐÐÕ',1042133567); +INSERT INTO international VALUES (807,'WebGUI',21,'õÐÒÁ×ÌÅÎÉÅ ÐÏÄÇÒÕÐÐÁÍÉ',1042134020); +INSERT INTO international VALUES (808,'WebGUI',21,'ïÔÐÒÁ×ÉÔØ ÐÉÓØÍÏ ÄÌÑ ÇÒÕÐÐÙ',1042133768); +INSERT INTO international VALUES (809,'WebGUI',21,'óÏÏÂÝÅÎÉÅ ÄÌÑ ÐÏÌØÚÏ×ÁÔÅÌÅÊ ÇÒÕÐÐÙ',1042133907); +INSERT INTO international VALUES (810,'WebGUI',21,'ðÏÓÌÁÔØ',1042133933); INSERT INTO international VALUES (447,'WebGUI',21,'ëÁÒÔÁ ÓÁÊÔÁ',1034156022); INSERT INTO international VALUES (5,'WebGUI',21,'óÐÉÓÏË ÇÒÕÐÐ ÐÏÌØÚÏ×ÁÔÅÌÅÊ',1034155904); INSERT INTO international VALUES (90,'WebGUI',21,'äÏÂÁ×ÉÔØ ÎÏ×ÕÀ ÇÒÕÐÐÕ',1034153981); @@ -9025,9 +8622,7 @@ INSERT INTO international VALUES (117,'WebGUI',21,' INSERT INTO international VALUES (342,'WebGUI',21,'òÅÄÁËÔÉÒÏ×ÁÔØ ÉÎÆÏÒÍÁÃÉÀ Ï ÁËËÁÕÎÔÅ',1034153304); INSERT INTO international VALUES (455,'WebGUI',21,'òÅÄÁËÔÉÒÏ×ÁÔØ ÉÎÆÏÒÍÁÃÉÀ Ï ÐÏÌØÚÏ×ÁÔÅÌÅ',1034153274); INSERT INTO international VALUES (308,'WebGUI',21,'éÎÆÏÒÍÁÃÉÑ Ï ÐÏÌØÚÏ×ÁÔÅÌÑÈ',1034153248); -INSERT INTO international VALUES (708,'WebGUI',21,'ðÒÁ×Á ÄÏÓÔÕÐÁ (ÕÐÒÁ×ÌÅÎÉÅ)',1034152844); INSERT INTO international VALUES (68,'WebGUI',21,'ôÁËÏÊ ÐÏÌØÚÏ×ÁÔÅÌØ × ÓÉÓÔÅÍÅ ÎÅ ÚÁÒÅÇÉÓÔÒÉÒÏ×ÁÎ ÉÌÉ ÉÍÑ/ÐÁÒÏÌØ ××ÅÄÅÎÙ ÎÅÐÒÁ×ÉÌØÎÏ.',1034152803); -INSERT INTO international VALUES (710,'WebGUI',21,'ðÒÁ×Á ÄÏÓÔÕÐÁ',1034152737); INSERT INTO international VALUES (140,'WebGUI',21,'ïÂÝÉÅ ÎÁÓÔÒÏÊËÉ',1034152676); INSERT INTO international VALUES (133,'WebGUI',21,'îÁÓÔÒÏÊËÁ e-mail',1034152237); INSERT INTO international VALUES (524,'WebGUI',21,'äÏÂÁ×ÉÔØ ËÏÍÍÅÎÔÁÒÉÊ Ï ÒÅÄÁËÔÉÒÏ×ÁÎÉÉ?',1037169664); @@ -9041,14 +8636,13 @@ INSERT INTO international VALUES (525,'WebGUI',21,' INSERT INTO international VALUES (127,'WebGUI',21,'URL ÓÁÊÔÁ ÆÉÒÍÙ',1034148744); INSERT INTO international VALUES (125,'WebGUI',21,'îÁÚ×ÁÎÉÅ ÆÉÒÍÙ',1034148713); INSERT INTO international VALUES (124,'WebGUI',21,'éÎÆÏÒÍÁÃÉÑ Ï ÆÉÒÍÅ',1034148253); -INSERT INTO international VALUES (584,'WebGUI',21,'äÏÂÁ×ÉÔØ ÎÏ×ÙÊ ÑÚÙË',1034148044); +INSERT INTO international VALUES (584,'WebGUI',21,'äÏÂÁ×ÉÔØ ÎÏ×ÙÊ ÑÚÙË',1042130354); INSERT INTO international VALUES (73,'LinkList',21,'îÁÚ×ÁÎÉÅ
\r\n÷×ÅÄÉÔÅ ÔÅËÓÔ ÓÓÙÌËÉ.\r\n

\r\nURL
\r\n÷×ÅÄÉÔÅ URL ÓÁÊÔÁ, ÎÁ ËÏÔÏÒÙÊ ×Ù ÈÏÔÉÔÅ ÐÏÓÔÁ×ÉÔØ ÓÓÙÌËÕ.\r\n

\r\nïÔËÒÙ×ÁÔØ ÓÓÙÌËÕ × ÎÏ×ÏÍ ÏËÎÅ?
\r\n÷ÙÂÅÒÉÔÅ \"äÁ\", ÅÓÌÉ ×Ù ÈÏÔÉÔÅ, ÞÔÏÂÙ ÓÁÊÔ, ÎÁ ËÏÔÏÒÙÊ ÓÔÏÉÔ ÓÓÙÌËÁ, ÏÔËÒÙ×ÁÌÓÑ × ÎÏ×ÏÍ ÏËÎÅ.\r\n

\r\nïÐÉÓÁÎÉÅ
\r\n÷Ù ÍÏÖÅÔÅ ××ÅÓÔÉ ËÒÁÔËÏÅ ÏÐÉÓÁÎÉÅ ÓÁÊÔÁ, ÎÁ ËÏÔÏÒÙÊ ×ÅÄÅÔ ÓÓÙÌËÁ. üÔÏ ÐÏÌÅ ÔÁËÖÅ ÍÏÖÎÏ ÏÓÔÁ×ÉÔØ ÐÕÓÔÙÍ.\r\n

\r\nóÌÅÄÕÀÝÅÅ ÄÅÊÓÔ×ÉÅ
\r\n',1041688527); INSERT INTO international VALUES (1,'Item',21,'URL',1034072933); INSERT INTO international VALUES (73,'FAQ',21,'÷ÏÐÒÏÓ
\r\n÷×ÅÄÉÔÅ ÔÅËÓÔ ×ÏÐÒÏÓ.\r\n

\r\nïÔ×ÅÔ
\r\n÷×ÅÄÉÔÅ ÔÅËÓÔ ÏÔ×ÅÔÁ.\r\n

\r\nóÌÅÄÕÀÝÅÅ ÄÅÊÓÔ×ÉÅ
\r\n\r\n',1041688061); INSERT INTO international VALUES (71,'FAQ',21,'äÏÂÁ×É× \"ÞÁÓÔÏ ÚÁÄÁ×ÁÅÍÙÅ ×ÏÐÒÏÓÙ\" ÎÁ ×ÁÛ ÓÁÊÔ, ×Ù ÉÚÂÁ×ÉÔÅ ÓÅÂÑ ÏÔ ÎÅÏÂÈÏÄÉÍÏÓÔÉ ÏÔ×ÅÞÁÔØ, Á ÐÏÌØÚÏ×ÁÔÅÌÅÊ ÓÁÊÔÁ ÚÁÄÁ×ÁÔØ ×ÏÐÒÏÓÙ, Ó×ÑÚÁÎÎÙÅ Ó ÐÒÁ×ÉÌÁÍÉ ÒÅÇÉÓÔÒÁÃÉÉ, ÉÓÐÏÌØÚÏ×ÁÎÉÅÍ ÓÁÊÔÁ É Ô.Ä.\r\n

\r\nûÁÂÌÏÎ
\r\n÷ÙÂÅÒÉÔÅ ÛÁÂÌÏÎ ÄÌÑ ÞÁÓÔÏ ÚÁÄÁ×ÁÅÍÙÈ ×ÏÐÒÏÓÏ×.\r\n

\r\nóÌÅÄÕÀÝÅÅ ÄÅÊÓÔ×ÉÅ
',1041687957); INSERT INTO international VALUES (78,'EventsCalendar',21,'õÄÁÌÅÎÉÅ ÎÅ ×ÏÚÍÏÖÎÏ',1034072600); INSERT INTO international VALUES (73,'EventsCalendar',21,'îÁÚ×ÁÎÉÅ
\r\n÷×ÅÄÉÔÅ ÎÁÚ×ÁÎÉÅ ÓÏÂÙÔÉÑ.\r\n

\r\nïÐÉÓÁÎÉÅ
\r\n÷×ÅÄÉÔÅ ÏÐÉÓÁÎÉÅ ÐÒÅÄÓÔÏÑÝÅÇÏ ÓÏÂÙÔÉÑ.\r\n

\r\näÁÔÁ ÎÁÞÁÌÁ
\r\n÷×ÅÄÉÔÅ ÄÁÔÕ ÎÁÞÁÌÁ ÓÏÂÙÔÉÑ.\r\n

\r\näÁÔÁ ÏËÏÎÞÁÎÉÑ
\r\n÷×ÅÄÉÔÅ ÄÁÔÕ ÏËÏÎÞÁÎÉÑ ÓÏÂÙÔÉÑ.\r\n

\r\nðÏ×ÔÏÒÑÔØ ËÁÖÄÙÅ
\r\n÷ÙÂÅÒÉÔÅ ÐÒÏÍÅÖÕÔÏË ×ÒÅÍÅÎÉ, × ÔÅÞÅÎÉÉ ËÏÔÏÒÏÇÏ ÐÏ×ÔÏÒÑÅÔÓÑ ÓÏÂÙÔÉÅ. \r\n

\r\nóÌÅÄÕÀÝÅÅ ÄÅÊÓÔ×ÉÅ
\r\n\r\n',1041684161); -INSERT INTO international VALUES (641,'WebGUI',21,'çÒÕÐÐÙ ÉÚÏÂÒÁÖÅÎÉÊ ×ÙÐÏÌÎÑÔ ÔÅÖÅ ÆÕÎËÃÉÉ, ÞÔÏ É ÐÁÐËÉ, Ô.Å. ÐÏÚ×ÏÌÑÀÔ ÏÂßÅÄÉÎÉÔØ ÉÚÏÂÒÁÖÅÎÉÑ × ÇÒÕÐÐÙ, Ó×ÑÚÁÎÎÙÅ ÐÏ ÓÍÙÓÌÕ. éÈ ÉÓÐÏÌØÚÏ×ÁÎÉÅ ÎÅ ÏÂÑÚÁÔÅÌØÎÏ, ÎÏ ÓÉÌØÎÏ ÓÏËÒÁÝÁÅÔÓÑ ×ÒÅÍÑ, ÚÁÔÒÁÞÉ×ÁÅÍÏÅ ÎÁ ÐÏÉÓË ÎÕÖÎÏÇÏ ÉÚÏÂÒÁÖÅÎÉÑ.\r\n

\r\n\r\néÍÑ ÇÒÕÐÐÙ
\r\nÚÁÄÁÊÔÅ ÉÍÑ ÄÌÑ ÓÏÚÄÁ×ÁÅÍÏÊ ÇÒÕÐÐÙ.\r\n

\r\n\r\nïÐÉÓÁÎÉÅ ÇÒÕÐÐÙ
\r\n÷×ÅÄÉÔÅ ËÒÁÔËÏÅ ÏÐÉÓÁÎÉÅ ÇÒÕÐÐÙ.\r\n

\r\n',1034072454); INSERT INTO international VALUES (4,'WobjectProxy',21,'ðÒÏËÓÉ ÍÏÄÕÌØÅÊ ÎÅ ÒÁÂÏÔÁÅÔ. ÷ÏÚÍÏÖÎÏ ÍÏÄÕÌØ ÕÄÁÌÅÎ.',1037087909); INSERT INTO international VALUES (95,'WebGUI',21,'ðÏÍÏÝØ',1034071300); INSERT INTO international VALUES (86,'WebGUI',21,'õÄÁÌÉÔØ ÜÔÕ ÇÒÕÐÐÕ?',1034071269); @@ -9059,10 +8653,9 @@ INSERT INTO international VALUES (564,'WebGUI',21,' INSERT INTO international VALUES (567,'WebGUI',21,'ÐÒÅÄ×ÁÒÉÔÅÌØÎÙÊ ÐÒÏÓÍÏÔÒ ÓÏÏÂÝÅÎÉÊ',1034070696); INSERT INTO international VALUES (569,'WebGUI',21,'ôÉÐ ÍÏÄÅÒÉÒÏ×ÁÎÉÑ',1034070657); INSERT INTO international VALUES (596,'WebGUI',21,'ÎÅ ÎÁÊÄÅÎÏ',1034070631); -INSERT INTO international VALUES (546,'WebGUI',21,'ID ÇÒÕÐÐÙ',1034070575); INSERT INTO international VALUES (536,'WebGUI',21,'îÁ ÓÁÊÔÅ ÚÁÒÅÇÉÓÔÒÉÒÏ×ÁÎ ÎÏ×ÙÊ ÐÏÌØÚÏ×ÁÔÅÌØ ^@;.',1034070542); INSERT INTO international VALUES (513,'WebGUI',21,'ðÒÅÄÙÄÕÝÅÅ ÓÏÏÂÝÅÎÉÅ',1034070369); -INSERT INTO international VALUES (363,'WebGUI',21,'ðÏÚÉÃÉÑ ×ÎÕÔÒÉ ÛÁÂÌÏÎÁ',1034070190); +INSERT INTO international VALUES (363,'WebGUI',21,'ðÏÚÉÃÉÑ ×ÎÕÔÒÉ ÛÁÂÌÏÎÁ',1042130223); INSERT INTO international VALUES (345,'WebGUI',21,'ÎÅ ÚÁÒÅÇÉÓÔÒÉÒÏ×ÁÎ',1036492080); INSERT INTO international VALUES (332,'WebGUI',21,'éÎÄÅËÓ',1036491918); INSERT INTO international VALUES (331,'WebGUI',21,'ïÂÌÁÓÔØ',1036074456); @@ -9072,27 +8665,24 @@ INSERT INTO international VALUES (336,'WebGUI',21,' INSERT INTO international VALUES (330,'WebGUI',21,'çÏÒÏÄ',1034069815); INSERT INTO international VALUES (326,'WebGUI',21,'éÎÄÅËÓ',1034069763); INSERT INTO international VALUES (325,'WebGUI',21,'ïÂÌÁÓÔØ',1034069721); -INSERT INTO international VALUES (38,'UserSubmission',21,'÷ÙÂÅÒÉÔÅ „äÁ“, ÅÓÌÉ ×Ù ÎÅ ÄÏÂÁ×ÌÑÌÉ <br> ÓÏÍÏÓÔÏÑÔÅÌØÎÏ.\r\n÷ÙÂÅÒÉÔÅ „îÅÔ“ ÅÓÌÉ ×Ù ÉÓÐÏÌØÚÏ×ÁÌÉ HTML-ËÏÄ/ÉÌÉ ÒÅÄÁËÔÏÒ Ó ÒÁÓÛÉÒÅÎÎÙÍÉ ×ÏÚÍÏÖÎÏÓÔÑÍÉ.',1037003959); INSERT INTO international VALUES (71,'Poll',21,'çÏÌÏÓÏ×ÁÎÉÅ ÐÏÍÏÖÅÔ ×ÁÍ ÕÚÎÁÔØ ÍÎÅÎÉÅ ÐÏÌØÚÏ×ÁÔÅÌÅÊ ×ÁÛÅÇÏ ÓÁÊÔÁ ÐÏ ÐÏ×ÏÄÕ ÉÎÔÅÒÅÓÕÀÝÅÊ ×ÁÓ ÔÅÍÙ (ÎÁÐÒÉÍÅÒ ÉÎÆÏÒÍÁÃÉÏÎÎÏÇÏ ÎÁÐÏÌÎÅÎÉÑ ÉÌÉ ÎÏ×ÙÈ ÕÓÌÕÇ).\r\n

\r\nóÄÅÌÁÔØ ÁËÔÉ×ÎÙÍ
\r\nåÓÌÉ ×Ù ×ÙÂÅÒÉÔÅ \"äÁ\", ÔÏ ÐÏÌØÚÏ×ÁÔÅÌÉ ÓÍÏÇÕÔ ÇÏÌÏÓÏ×ÁÔØ.\r\n

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

\r\n\r\nîÁÂÌÀÄÅÎÉÅ ÚÁ ÈÏÄÏÍ ÇÏÌÏÓÏ×ÁÎÉÑ
\r\n÷Ù ÍÏÖÅÔÅ ÕËÁÚÁÔØ ×ÅÓÔÉ ÌÉ ÎÁÂÌÀÄÅÎÉÅ ÚÁ ÇÏÌÏÓÏ×ÁÎÉÅ ÉÌÉ ÎÅÔ\r\n

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

\r\n\r\n÷ÏÐÒÏÓ ÇÏÌÏÓÏ×ÁÎÉÑ
\r\nõËÁÖÉÔÅ ×ÏÐÒÏÓ, ÎÁ ËÏÔÏÒÙÊ ÄÏÌÖÎÙ ÏÔ×ÅÔÉÔØ ÐÏÌØÚÏ×ÁÔÅÌÉ.\r\n

\r\n\r\n÷ÁÒÉÁÎÔÙ ÏÔ×ÅÔÏ×
\r\nõËÁÖÉÔÅ ×ÏÚÍÏÖÎÙÅ ×ÁÒÉÁÎÔÙ ÏÔ×ÅÔÏ× ÎÁ ÚÁÄÁÎÎÙÊ ×ÏÐÒÏÓ (ÎÅ ÂÏÌÅÅ ÏÄÎÏÇÏ ÏÔ×ÅÔÁ × ËÁÖÄÏÊ ÓÔÒÏËÅ). ïÂÝÅÅ ÞÉÓÌÏ ÏÔ×ÅÔÏ× ÎÅ ÄÏÌÖÎÏ ÐÒÅ×ÙÛÁÔØ 20.\r\n

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

\r\n\r\nóÂÒÏÓÉÔØ ÒÅÚÕÌØÔÁÔÙ ÇÏÌÏÓÏ×ÁÎÉÑ.
\r\n ðÏÓÌÅ ÎÁÖÁÔÉÑ ÎÁ ÜÔÕ ÓÓÙÌËÕ ÒÅÚÕÌØÔÁÔÙ ÇÏÌÏÓÏ×ÁÎÉÑ ÓÂÒÁÓÙ×ÁÀÔÓÑ.\r\n

\r\n\r\n


\r\núÁÍÅÞÁÎÉÅ: ÐÒÉ ÐÏÍÏÝÉ ÓÌÅÄÕÀÝÉÈ ËÌÁÓÓÏ× ×Ù ÓÍÏÖÅÔÅ ÉÚÍÅÎÉÔØ ×ÎÅÛÎÉÊ ×ÉÄ ÇÏÌÏÓÏ×ÁÎÉÑ:\r\n

\r\n\r\n.pollAnswer
\r\n÷ÎÅÛÎÉÊ ×ÉÄ ÏÔ×ÅÔÏ×.\r\n

\r\n\r\n.pollColor \r\nã×ÅÔ ÐÒÏÃÅÎÔÎÏÊ ÛËÁÌÙ.\r\n

\r\n\r\n.pollQuestion \r\n÷ÎÅÛÎÉÊ ×ÉÄ ×ÏÐÒÏÓÁ ÇÏÌÏÓÏ×ÁÎÉÑ.\r\n\r\n',1034069013); INSERT INTO international VALUES (5,'Auth/WebGUI',21,'÷Ù ÎÅ ÍÏÖÅÔÅ × ËÁÞÅÓÔ×Å ÐÁÒÏÌÑ ÉÓÐÏÌØÚÏ×ÁÔØ ÓÌÏ×Ï \"password\".',1031880154); INSERT INTO international VALUES (725,'WebGUI',21,'îÅÏÂÈÏÄÉÍÏ ××ÅÓÔÉ ÉÍÑ ÐÏÌØÚÏ×ÁÔÅÌÑ.',1031879612); INSERT INTO international VALUES (4,'Auth/WebGUI',21,'îÅÏÂÈÏÄÉÍÏ ××ÅÓÔÉ ÐÁÒÏÌØ.',1031879567); INSERT INTO international VALUES (723,'WebGUI',21,'ÏË',1036413280); INSERT INTO international VALUES (720,'WebGUI',21,'OK',1031514777); -INSERT INTO international VALUES (593,'WebGUI',21,'ðÏÓÌÁÔØ ÐÅÒÅ×ÏÄ',1031514223); -INSERT INTO international VALUES (1,'EventsCalendar',21,'äÏÂÁ×ÉÔØ ÅÝÅ ÏÄÎÏ ÓÏÂÙÔÉÅ?',1036071428); -INSERT INTO international VALUES (800,'WebGUI',21,'äÅÊÓÔ×ÉÑ',103180000); -INSERT INTO international VALUES (801,'WebGUI',21,'çÒÕÐÐÁ/ÉÚÏÂÒÁÖÅÎÉÅ',103180000); -INSERT INTO international VALUES (802,'WebGUI',21,'äÏÂÁ×ÉÔØ ÎÏ×ÏÅ ÓÏÏÂÝÅÎÉÅ',103180000); +INSERT INTO international VALUES (593,'WebGUI',21,'ðÏÓÌÁÔØ ×ÓÅ ÓÏÏÂÝÅÎÉÑ ÒÁÚÒÁÂÏÔÞÉËÕ',1042130548); +INSERT INTO international VALUES (800,'WebGUI',21,'õÎÉËÁÌØÎÙÅ ÐÏÓÅÔÉÔÅÌÉ',1042132979); +INSERT INTO international VALUES (801,'WebGUI',21,'ïÂÒÁÝÅÎÉÑ Ë ÍÏÄÕÌÑÍ',1042133251); +INSERT INTO international VALUES (802,'WebGUI',21,'óÉÓÔÅÍÁ ÎÅ ×ÅÄÅÔ ÓÔÁÔÉÓÔÉËÕ ÐÏ ÓÔÒÁÎÉÃÁÍ. ÷Ù ÍÏÖÅÔÅ ×ËÌÀÞÉÔØ ÜÔÕ ÏÐÃÉÀ × ÎÁÓÔÒÏÊËÁÈ.',1042133459); INSERT INTO international VALUES (704,'WebGUI',21,'ÓÅËÕÎÄ(Á)',1036071472); INSERT INTO international VALUES (605,'WebGUI',21,'äÏÂÁ×ÉÔØ ÐÏÌØÚÏ×ÁÔÅÌÑ × ÇÒÕÐÐÕ:',1036055603); -INSERT INTO international VALUES (606,'WebGUI',21,'îÁÚ×ÁÎÉÅ
\r\n÷×ÅÄÉÔÅ ÎÁÚ×ÁÎÉÅ ÓÔÒÁÎÉÃÙ. îÁÚ×ÁÎÉÅ ÄÏÌÖÎÏ ÂÙÔØ ÉÎÆÏÒÍÁÔÉ×ÎÙÍ, ÎÏ ÎÅ ÏÞÅÎØ ÄÌÉÎÎÙÍ.\r\n

\r\níÅÎÀ
\r\n÷×ÅÄÉÔÅ ÔÅËÓÔ ÓÓÙÌËÉ ÎÁ ÄÁÎÎÕÀ ÓÔÒÁÎÉÃÕ, ËÏÔÏÒÁÑ ÂÕÄÅÔ ÏÔÏÂÒÁÖÁÔØÓÑ × ÇÌÁ×ÎÏÍ ÎÁ×ÉÇÁÃÉÏÎÎÏÍ ÍÅÎÀ.\r\nåÓÌÉ ÜÔÏ ÐÏÌÅ ÏÓÔÁ×ÉÔØ ÐÕÓÔÙÍ, ÔÏ ÂÕÄÅÔ ÉÓÐÏÌØÚÏ×ÁÎÏ ÚÎÁÞÅÎÉÅ ÉÚ ÐÏÌÑ „îÁÚ×ÁÎÉÅ“.\r\n

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

\r\n\r\nðÅÒÅÎÁÐÒ×ÌÅÎÉÅ ÎÁ URL
\r\nðÒÉ ÐÏÐÁÄÁÎÉÉ ÎÁ ÜÔÕ ÓÔÒÁÎÉÃÕ ÐÏÌØÚÏ×ÁÔÅÌÑ ÍÏÖÎÏ Á×ÔÏÍÁÔÉÞÅÓËÉ ÐÅÒÅÎÁÐÒÁ×ÉÔØ ÎÁ ÕËÁÚÁÎÎÙÊ × ÄÁÎÎÏÍ ÐÏÌÅ ÁÄÒÅÓ.\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çÒÕÐÐÁ
\r\n÷ÙÂÅÒÉÔÅ ÇÒÕÐÐÕ ÐÏÌØÚÏ×ÁÔÅÌÅÊ ÓÁÊÔÁ, ÉÍÅÀÝÕÀ ÄÏÓÔÕÐ Ë ÓÏÄÅÒÖÉÍÏÍÕ ÓÔÒÁÎÉÃÙ.\r\n

\r\nòÁÚÒÅÛÉÔØ ÐÒÏÓÍÏÔÒ ÇÒÕÐÐÅ?
\r\n÷ÙÂÅÒÉÔÅ, ÉÍÅÀÔ ÌÉ ÞÌÅÎÙ ×ÙÂÒÁÎÎÏÊ ÇÒÕÐÐÙ ÐÒÁ×Ï ÎÁ ÐÒÏÓÍÏÔÒ ÓÏÄÅÒÖÉÍÏÇÏ ÓÔÒÁÎÉÃÙ.\r\n

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

\r\nòÁÚÒÅÛÉÔØ ÐÒÏÓÍÏÔÒ ×ÓÅÍ?
\r\n÷Ù ÍÏÖÅÔÅ ÒÁÚÒÅÛÉÔØ ÐÒÏÓÍÏÔÒ ÓÏÄÅÒÖÉÍÏÇÏ ÓÔÒÁÎÉÃÙ ÄÌÑ ×ÓÅÈ ÐÏÌØÚÏ×ÁÔÅÌÅÊ ÓÁÊÔÁ.\r\n

\r\nòÁÚÒÅÛÉÔØ ÒÅÄÁËÔÉÒÏ×ÁÎÉÅ ×ÓÅÍ?
\r\n÷Ù ÍÏÖÅÔÅ ÒÁÚÒÅÛÉÔØ ÒÅÄÁËÔÉÒÏ×ÁÎÉÅ ÓÏÄÅÒÖÉÍÏÇÏ ÓÔÒÁÎÉÃÙ ÄÌÑ ×ÓÅÈ ÐÏÌØÚÏ×ÁÔÅÌÅÊ ÓÁÊÔÁ.\r\n

\r\n÷ÙÂÒÁÎÎÙÅ ÐÒÉ×ÉÌÅÇÉÉ ÍÏÖÎÏ ÐÒÉÍÅÎÉÔØ ËÏ ×ÓÅÍ ÓÔÒÁÎÉÃÁÍ ÓÁÊÔÁ. ',1036997750); +INSERT INTO international VALUES (606,'WebGUI',21,'îÁÚ×ÁÎÉÅ
\r\n÷×ÅÄÉÔÅ ÎÁÚ×ÁÎÉÅ ÓÔÒÁÎÉÃÙ. îÁÚ×ÁÎÉÅ ÄÏÌÖÎÏ ÂÙÔØ ÉÎÆÏÒÍÁÔÉ×ÎÙÍ, ÎÏ ÎÅ ÏÞÅÎØ ÄÌÉÎÎÙÍ.\r\n

\r\níÅÎÀ
\r\n÷×ÅÄÉÔÅ ÔÅËÓÔ ÓÓÙÌËÉ ÎÁ ÄÁÎÎÕÀ ÓÔÒÁÎÉÃÕ, ËÏÔÏÒÁÑ ÂÕÄÅÔ ÏÔÏÂÒÁÖÁÔØÓÑ × ÇÌÁ×ÎÏÍ ÎÁ×ÉÇÁÃÉÏÎÎÏÍ ÍÅÎÀ.\r\nåÓÌÉ ÜÔÏ ÐÏÌÅ ÏÓÔÁ×ÉÔØ ÐÕÓÔÙÍ, ÔÏ ÂÕÄÅÔ ÉÓÐÏÌØÚÏ×ÁÎÏ ÚÎÁÞÅÎÉÅ ÉÚ ÐÏÌÑ „îÁÚ×ÁÎÉÅ“.\r\n

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

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

\r\nñÚÙË
\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çÒÕÐÐÁ
\r\n÷ÙÂÅÒÉÔÅ ÇÒÕÐÐÕ ÐÏÌØÚÏ×ÁÔÅÌÅÊ ÓÁÊÔÁ, ÉÍÅÀÝÕÀ ÄÏÓÔÕÐ Ë ÓÏÄÅÒÖÉÍÏÍÕ ÓÔÒÁÎÉÃÙ.\r\n

\r\nòÁÚÒÅÛÉÔØ ÐÒÏÓÍÏÔÒ ÇÒÕÐÐÅ?
\r\n÷ÙÂÅÒÉÔÅ, ÉÍÅÀÔ ÌÉ ÞÌÅÎÙ ×ÙÂÒÁÎÎÏÊ ÇÒÕÐÐÙ ÐÒÁ×Ï ÎÁ ÐÒÏÓÍÏÔÒ ÓÏÄÅÒÖÉÍÏÇÏ ÓÔÒÁÎÉÃÙ.\r\n

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

\r\nòÁÚÒÅÛÉÔØ ÐÒÏÓÍÏÔÒ ×ÓÅÍ?
\r\n÷Ù ÍÏÖÅÔÅ ÒÁÚÒÅÛÉÔØ ÐÒÏÓÍÏÔÒ ÓÏÄÅÒÖÉÍÏÇÏ ÓÔÒÁÎÉÃÙ ÄÌÑ ×ÓÅÈ ÐÏÌØÚÏ×ÁÔÅÌÅÊ ÓÁÊÔÁ.\r\n

\r\nòÁÚÒÅÛÉÔØ ÒÅÄÁËÔÉÒÏ×ÁÎÉÅ ×ÓÅÍ?
\r\n÷Ù ÍÏÖÅÔÅ ÒÁÚÒÅÛÉÔØ ÒÅÄÁËÔÉÒÏ×ÁÎÉÅ ÓÏÄÅÒÖÉÍÏÇÏ ÓÔÒÁÎÉÃÙ ÄÌÑ ×ÓÅÈ ÐÏÌØÚÏ×ÁÔÅÌÅÊ ÓÁÊÔÁ.\r\n

\r\n÷ÙÂÒÁÎÎÙÅ ÐÒÉ×ÉÌÅÇÉÉ ÍÏÖÎÏ ÐÒÉÍÅÎÉÔØ ËÏ ×ÓÅÍ ÓÔÒÁÎÉÃÁÍ ÓÁÊÔÁ. ',1042130792); 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÷ÙÂÅÒÉÔÅ ÍÅÔÏÄ, ËÏÔÏÒÙÊ ×Ù ÈÏÔÉÔÅ ÉÓÐÏÌØÚÏ×ÔØ ÄÌÑ ÉÄÅÎÔÉÆÉËÁÃÉÉ ÐÏÌØÚÏ×ÁÔÅÌÅÊ. äÏÓÔÕÐÎÏ Ä×Á ÍÅÔÏÄÁ: WebGUI É LDAP. íÅÔÏÄ WebGUI ÐÒÅÄÐÏÌÁÇÁÅÔ, ÞÔÏ ÉÍÑ ÐÏÌØÚÏ×ÁÔÅÌÑ É ÐÁÒÏÌØ ÈÒÁÎÑÔÓÑ × ÂÁÚÅ ÄÁÎÎÙÈ ÓÉÓÔÅÍÙ. á ÐÒÉ ×ÙÂÏÒÅ ÍÅÔÏÄÁ LDAP ÉÄÅÎÔÉÆÉËÁÃÉÑ ÐÏÌØÚÏ×ÁÔÅÌÅÊ ÐÒÏÉÓÈÏÄÉÔ ÓÒÅÄÓÔ×ÁÍÉ ×ÎÅÛÎÅÇÏ ÓÅÒ×ÅÒÁ LDAP.\r\n
\r\núÁÍÅÞÁÎÉÅ: íÅÔÏÄ ÉÄÅÎÔÉÆÉËÁÃÉÉ ÍÏÖÎÏ ÕËÁÚÁÔØ ÄÌÑ ËÁÖÄÏÇÏ ÐÏÌØÚÏ×ÁÔÅÌÑ.\r\n

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

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

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

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

\r\nðÁÒÏÌØ ÎÁ ÓÅÒ×ÅÒÅ LDAP
\r\n÷×ÅÄÉÔÅ ÐÁÒÏÌØ, ÉÓÐÏÌØÚÕÅÍÙÊ ÄÌÑ ÉÄÅÎÔÉÆÉËÁÃÉÉ ÎÁ ÓÅÒ×ÅÒÅ LDAP. ',1036998735); INSERT INTO international VALUES (608,'WebGUI',21,'õÄÁÌÅÎÉÅ ÓÔÒÁÎÉÃÙ ÍÏÖÅÔ ÐÏ×ÌÅÞØ ÚÁ ÓÏÂÏÊ ÎÁÒÕÛÅÎÉÅ ÎÁ×ÉÇÁÃÉÉ ÐÏ ÓÁÊÔÕ. ðÒÉ ÕÄÁÌÅÎÉÉ ÓÔÒÁÎÉÃÙ ÕÄÁÌÑÅÔÓÑ ÔÁËÖÅ ÅÅ ÓÏÄÅÒÖÁÎÉÅ É ×ÓÅ ÐÏÄÓÔÒÁÎÉÃÙ. ',1036493050); INSERT INTO international VALUES (75,'EventsCalendar',21,'þÔÏ ×Ù ÂÕÄÅÔÅ ÄÅÌÁÔØ?',1036066583); INSERT INTO international VALUES (76,'EventsCalendar',21,'õÄÁÌÉÔØ ÓÏÂÙÔÉÅ',1036066760); INSERT INTO international VALUES (77,'EventsCalendar',21,'õÄÁÌÉÔØ ÓÏÂÙÔÉÅ É ×ÓÅ ÅÇÏ Ó×ÑÚÉ',1036066908); -INSERT INTO international VALUES (61,'UserSubmission',21,'óÉÓÔÅÍÁ ÐÏÓÙÌÏË ÓÏÏÂÝÅÎÉÊ (ÄÏÂÁ×ÌÅÎÉÅ/ÒÅÄÁËÔÉÒÏ×ÁÎÉÅ) ',1036066994); INSERT INTO international VALUES (412,'WebGUI',21,'ïÐÉÓÁÎÉÅ',1036067018); INSERT INTO international VALUES (507,'WebGUI',21,'òÅÄÁËÔÉÒÏ×ÁÔØ ÛÁÂÌÏÎ',1036067169); INSERT INTO international VALUES (510,'WebGUI',21,'óÔÁÔÉÓÔÉËÁ',1036067188); @@ -9106,10 +8696,7 @@ INSERT INTO international VALUES (580,'WebGUI',21,' INSERT INTO international VALUES (588,'WebGUI',21,'÷Ù Õ×ÅÒÅÎÙ, ÞÔÏ ÈÏÔÉÔÅ ÐÏÓÌÁÔØ ÐÅÒÅ×ÏÄ ÎÁ ÓÁÊÔ?',1036069647); INSERT INTO international VALUES (651,'WebGUI',21,'÷ÎÉÍÁÎÉÅ! ÷ÓÅ ÍÏÄÕÌÉ, ÓÏÄÅÒÖÁÝÉÅÓÑ × ËÏÒÚÉÎÅ, ÂÕÄÕÔ ÕÄÁÌÅÎÙ. ÷ÏÓÓÔÁÎÏ×ÌÅÎÉÅ ÕÄÁÌÅÎÎÙÈ ÉÚ ËÏÒÚÉÎÙ ÍÏÄÕÌÅÊ ÎÅ×ÏÚÍÏÖÎÏ.',1037085963); INSERT INTO international VALUES (698,'WebGUI',21,'éÓÐÏÌØÚÕÑ ÓÉÓÔÅÍÕ ÎÁÂÌÀÄÅÎÉÑ ÚÁ ÄÅÊÓÔ×ÉÑÍÉ ÐÏÌØÚÏ×ÁÔÅÌÅÊ, ×Ù ÍÏÖÉÔÅ ËÏÎÔÒÏÌÉÒÏ×ÁÔØ ÁËÔÉ×ÎÏÓØ ÐÏÌØÚÏ×ÁÔÅÌÅÊ. áËÔÉ×ÎÏÓÔØ ÐÏÌØÚÏ×ÁÔÅÌÅÊ ÍÏÖÎÏ ÐÏÏÝÒÁÔØ, Á ÍÏÖÎÏ, ÎÁÏÂÏÒÏÔ, ÎÁËÁÚÙ×ÁÔØ ÐÏÌØÚÏ×ÁÔÅÌÅÊ ÚÁ ÉÚÌÉÛÎÀÀ ÁËÔÉ×ÎÏÓÔØ.',1036070406); -INSERT INTO international VALUES (709,'WebGUI',21,'íÅÎÅÄÖÅÒÙ ÇÒÁÆÉÞÅÓËÉÈ ÆÁÊÌÏ×
\r\n÷ÙÂÅÒÅÔÅ ÇÒÕÐÐÕ, ÉÍÅÀÝÕÀ ÐÒÁ×Ï ÄÏÂÁ×ÌÑÔØ, ÒÅÄÁËÔÉÒÏ×ÁÔØ É ÕÄÁÌÑÔØ ÇÒÁÆÉÞÅÓËÉÅ ÆÁÊÌÙ.\r\n
\r\níÅÎÅÄÖÅÒÙ ÇÒÁÆÉÞÅÓËÉÊ ÏÂÏÌÏÞËÉ
\r\n÷ÙÂÅÒÉÔÅ ÇÒÕÐÐÕ ÐÏÌØÚÏ×ÁÔÅÌÅÊ, ÉÍÅÀÝÉÈ ÐÒÁ×Ï ÎÁ ÉÚÍÅÎÅÎÉÅ ÇÒÁÆÉÞÅÓËÏÊ ÏÂÏÌÏÞËÉ ÓÁÊÔÁ.\r\n
\r\níÅÎÅÄÖÅÒÙ ÛÁÂÌÏÎÏ×
\r\n÷ÙÂÅÒÉÔÅ ÇÒÕÐÐÕ ÐÏÌØÚÏ×ÁÔÅÌÅÊ, ËÏÔÏÒÁÑ ÉÍÅÅÔ ÐÒÁ×Ï ÎÁ ÄÏÂÁ×ÌÅÎÉÅ, ÒÅÄÁËÔÉÒÏ×ÁÎÉÅ É ÕÄÁÌÅÎÉÅ ÛÁÂÌÏÎÏ×. \r\n
',1036070741); -INSERT INTO international VALUES (711,'WebGUI',21,'íÅÎÅÄÖÅÒÙ ÇÒÁÆÉÞÅÓËÉÈ ÆÁÊÌÏ×',1036070783); -INSERT INTO international VALUES (713,'WebGUI',21,'íÅÎÅÄÖÅÒÙ ÇÒÁÆÉÞÅÓËÏÊ ÏÂÏÌÏÞËÉ',1036070821); -INSERT INTO international VALUES (714,'WebGUI',21,'íÅÎÅÄÖÅÒÙ ÛÁÂÌÏÎÏ×',1036070852); +INSERT INTO international VALUES (832,'WebGUI',2,'Das Upload-Verwaltungssystem (Verwalten: Uploads) bietet verschiedene Makros \r\nan:

^File();
Diese Makros erzeugt einen direkten Link zu einer Datei. \r\nEs wird ein verlinktes Symbol für die Datei und der verlinkte Dateiname ausgegeben. \r\n

^I();
Dieses Makro gibt eine Grafik aus dem Uploadmanager mit HTML-Image \r\nTags zurück, so dass Sie schnell und einfach eine Grafik aus Ihrem Bestand auf \r\nIhrer Seite anzeigen können.

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

^i();
Dieses Makro gibt die URL für eine Datei zurück. \r\n

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

^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\n Grafik 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");

',1044009434); INSERT INTO international VALUES (715,'WebGUI',21,'ðÅÒÅÎÁÐÒÁ×ÌÅÎÉÅ ÎÁ URL',1036070893); INSERT INTO international VALUES (724,'WebGUI',21,'éÍÑ ÐÏÌØÚÏ×ÁÔÅÌÑ ÎÅ ÍÏÖÅÔ ÎÁÞÉÎÁÔØÓÑ Ó ÐÒÏÂÅÌÁ.',1036070945); INSERT INTO international VALUES (6,'WobjectProxy',21,'ðÒÏËÓÉ ÍÏÄÕÌÅÊ ÓÏÚÄÁÎ ÄÌÑ ÔÏÇÏ, ÞÔÏÂÙ ÓÏÚÄÁÔØ ËÏÐÉÀ Ó ÏÄÎÏÊ ÓÔÒÁÎÉÃÙ ÓÁÊÔÁ É ÐÏÍÅÓÔÉÔØ ÅÅ ÎÁ ÄÒÕÇÕÀ ÓÔÒÁÎÉÃÕ. éÓÐÏÌØÚÕÅÔÓÑ × ÔÅÈ ÓÌÕÞÁÑÈ, ËÏÇÄÁ ÏÄÎÕ É ÔÕ ÖÅ ÉÎÆÏÒÍÁÃÉÀ ÎÁÄÏ ÒÁÚÍÅÓÔÉÔØ × ÒÁÚÎÙÈ ÒÁÚÄÅÌÁÈ ÓÁÊÔÁ.

\r\néÍÑ ÍÏÄÕÌÑ
\r\n÷ÙÂÅÒÉÔÅ ÓÕÝÅÓÔ×ÕÀÝÉÊ ÍÏÄÕÌØ, Ó ËÏÔÏÒÏÇÏ ×Ù ÈÏÔÉÔÅ ÓÄÅÌÁÔØ ËÏÐÉÀ. éÍÑ ×ÙÂÉÒÁÅÍÏÇÏ ÍÏÄÕÌÑ ÉÍÅÅÔ ÓÌÅÄÕÀÝÉÊ ÆÏÒÍÁÔ: îÁÚ×ÁÎÉÅ ÓÔÒÁÎÉÃÙ/éÍÑ ÍÏÄÕÌÑ (Id ÍÏÄÕÌÑ). \r\n',1037088080); @@ -9120,29 +8707,27 @@ INSERT INTO international VALUES (613,'WebGUI',21,' INSERT INTO international VALUES (614,'WebGUI',21,'÷ ÓÉÓÔÅÍÅ ÐÒÉÓÕÔÓÔ×ÕÅÔ ×ÏÚÍÏÖÎÏÓÔØ ÓÏÚÄÁ×ÁÔØ ÒÁÚÌÉÞÎÙÅ ÇÒÁÆÉÞÅÓËÉÅ ÏÂÏÌÏÞËÉ ÄÌÑ ÒÁÚÎÉÞÎÙÈ ÓÔÒÁÎÉà ÓÁÊÔÁ. þÉÓÌÏ ÏÂÏÌÏÞÅË ÎÅ ÏÇÒÁÎÉÞÅÎÏ.

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

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

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

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

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

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

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

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

',1036938677); -INSERT INTO international VALUES (618,'WebGUI',21,'óÏÏÂÝÅÎÉÅ, ×ÙÓÙÌÁÅÍÏÅ ÐÏÌØÚÏ×ÁÔÅÌÑ ÐÒÉ ×ÏÓÓÔÁÎÏ×ÌÅÎÉÉ ÐÁÒÏÌÑ
\r\n÷×ÅÄÉÔÅ ÔÅËÓÔ ÓÏÏÂÝÅÎÉÑ, ÏÔÓÙÌÁÅÍÏÇÏ ÐÏÌØÚÏ×ÁÔÅÌÀ ÐÒÉ ×ÏÓÓÔÁÎÏ×ÌÅÎÉÉ ÐÁÒÏÌÑ.\r\n

\r\nóÅÒ×ÅÒ SMTP
\r\n÷×ÅÄÉÔÅ ÁÄÒÅÓ SMTP-ÓÅÒ×ÅÒÁ. åÓÌÉ ÉÓÐÏÌØÚÕÅÔÓÑ ÏÐÅÒÁÃÉÏÎÎÁÑ ÓÉÓÔÅÍÁ Linux, ÔÏ ÏÂÙÞÎÏ ÐÕÔØ Ë ÐÏÞÔÏ×ÏÍÕ ÓÅÒ×ÅÒÕ ÓÌÅÄÕÀÝÉÊ: /usr/bin/sendmail\r\n

',1036149915); +INSERT INTO international VALUES (618,'WebGUI',21,'óÏÏÂÝÅÎÉÅ, ×ÙÓÙÌÁÅÍÏÅ ÐÏÌØÚÏ×ÁÔÅÌÑ ÐÒÉ ×ÏÓÓÔÁÎÏ×ÌÅÎÉÉ ÐÁÒÏÌÑ
\r\n÷×ÅÄÉÔÅ ÔÅËÓÔ ÓÏÏÂÝÅÎÉÑ, ÏÔÓÙÌÁÅÍÏÇÏ ÐÏÌØÚÏ×ÁÔÅÌÀ ÐÒÉ ×ÏÓÓÔÁÎÏ×ÌÅÎÉÉ ÐÁÒÏÌÑ.\r\n

\r\nóÅÒ×ÅÒ SMTP
\r\n÷×ÅÄÉÔÅ ÁÄÒÅÓ SMTP-ÓÅÒ×ÅÒÁ. åÓÌÉ ÉÓÐÏÌØÚÕÅÔÓÑ ÏÐÅÒÁÃÉÏÎÎÁÑ ÓÉÓÔÅÍÁ Linux, ÔÏ ÏÂÙÞÎÏ ÐÕÔØ Ë ÐÏÞÔÏ×ÏÍÕ ÓÅÒ×ÅÒÕ ÓÌÅÄÕÀÝÉÊ: /usr/bin/sendmail\r\n

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

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

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

',1036152374); +INSERT INTO international VALUES (621,'WebGUI',21,'îÁÚ×ÁÎÉÅ ÇÒÁÆÉÞÅÓËÏÊ ÏÂÏÌÏÞËÉ
\r\n÷×ÅÄÉÔÅ ÕÎÉËÁÌØÎÏÅ ÉÍÑ ÄÌÑ ÓÏÚÄÁ×ÁÅÍÏÊ ÇÒÁÆÉÞÅÓËÏÊ ÏÂÏÌÏÞËÉ\r\n

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

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

',1042130968); INSERT INTO international VALUES (622,'WebGUI',21,'éÍÑ ÇÒÕÐÐÙ
\r\n
÷×ÅÄÉÔÅ ÉÍÑ ÄÌÑ ÇÒÕÐÐÙ.
\r\nïÐÉÓÁÎÉÅ
\r\n÷×ÅÄÉÔÅ ÐÏÄÒÏÂÎÏÅ ÏÐÉÓÁÎÉÅ ÆÕÎËÃÉÊ É ÐÒÁ× ÐÏÌØÚÏ×ÁÔÅÌÅÊ, ×ÈÏÄÑÝÉÈ × ÜÔÕ ÇÒÕÐÐÕ.\r\n

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

\r\nðÁÒÁÍÅÔÒÙ
\r\n÷ ÜÔÏÍ ÔÅËÓÔÏ×ÏÍ ÐÏÌÅ ×Ù ÍÏÖÅÔÅ ÕËÁÚÁÔØ ÁÔÒÉÂÕÔÙ ÄÌÑ ÔÅÇÁ img.
\r\nîÁÐÒÉÍÅÒ:
\r\nalign=\"right\"
\r\nalt=\"ÒÉÓÕÎÏË\"',1037015974); +INSERT INTO international VALUES (624,'WebGUI',21,'íÁËÒÏÓ ×ÓÅÇÄÁ ÎÁÞÉÎÁÅÔÓÑ ÓÏ ÚÎÁËÁ ^ É ÚÁËÁÎÞÉ×ÁÅÔÓÑ ÔÏÞËÏÊ Ó ÚÁÐÑÔÏÊ (;). íÅÖÄÕ ÎÉÍÉ ÎÁÈÏÄÉÔÓÑ ÔÅËÓÔ ÍÁËÒÏÓÁ.
\r\nîÉÖÅ ÐÒÉ×ÅÄÅÎ ÓÐÉÓÏË ÉÍÅÀÝÉÈÓÑ ÍÁËÒÏÓÏ×:
\r\n^a; ÉÌÉ ^a(); - ÓÓÙÌËÁ ÎÁ ÁËËÁÕÎÔ
\r\nþÔÏ-ÂÙ ÉÚÍÅÎÉÔØ ÔÅËÓÔ ÓÓÙÌËÉ, ÉÓÐÏÌØÚÕÅÍÙÊ ÐÏ ÕÍÏÌÞÁÎÉÀ, ÕËÁÖÉÔÅ ÎÏ×ÙÊ ÔÅËÓÔ × ËÒÕÇÌÙÈ ÓËÏÂËÁÈ.\r\nîÁÐÒÉÍÅÒ, ^a(óÓÙÌËÁ ÎÁ ÁËËÁÕÎÔ);
\r\núÁÍÅÞÁÎÉÅ: ÔÁËÖÅ ÓÕÝÅÓÔ×ÕÅÔ ×ÏÚÍÏÖÎÏÓÔØ ×Ù×ÅÓÔÉ ÎÁ ÜËÒÁÎ ÔÏÌØËÏ URL ÎÁ ÓÔÒÁÎÉÃÕ ÁËËÁÕÎÔÁ. äÌÑ ÜÔÏÇÏ ÉÓÐÏÌØÚÕÅÔÓÑ ÚÁÐÉÓØ: ^a(linkonly);.\r\n

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

\r\nòÁÚÍÅÒ ÍÉÎÉÁÔÀÒÙ
\r\näÌÑ ÓÏÚÄÁ×ÁÅÍÙÈ ÍÉÎÉÁÔÀÒ ÍÏÖÎÏ ÚÁÄÁÔØ ÒÁÚÍÅÒ Á ÐÉËÓÅÌÁÈ.',1042131088); INSERT INTO international VALUES (626,'WebGUI',21,'äÌÑ ÔÏÇÏ, ÞÔÏÂÙ ÄÏÂÁ×ÉÔØ ÍÏÄÕÌØ ÎÁ ÓÔÒÁÎÉÃÕ ÉÚ ÍÅÎÀ „äÏÂÁ×ÌÅÎÉÅ ÍÏÄÕÌÑ...“ ×ÙÂÅÒÉÔÅ ÎÕÖÎÙÊ ×ÁÍ ÍÏÄÕÌØ.',1037084391); INSERT INTO international VALUES (627,'WebGUI',21,'ðÏÌÑ × ÉÎÆÏÒÍÁÃÉÀ Ï ÐÏÌØÚÏ×ÁÔÅÌÑÈ ÍÏÖÎÏ ÄÏ×Á×ÌÑÔØ, × ÚÁ×ÉÓÉÍÏÓÔÉ ÏÔ ÔÏÇÏ, ÞÔÏ ×Ù ÈÏÔÉÔÅ ÚÎÁÔØ Ï ÐÏÌØÚÏ×ÁÔÅÌÑÈ.',1037107666); -INSERT INTO international VALUES (628,'WebGUI',21,'çÒÁÆÉÞÅÓËÉÊ ÆÁÊÌ ÂÕÄÅÔ ÕÄÁÌÅÎ Ó ÓÅÒ×ÅÒÁ É ×ÏÓÓÔÁÎÏ×ÌÅÎÉÀ ÎÅ ÐÏÄÌÅÖÉÔ.',1036930387); -INSERT INTO international VALUES (629,'WebGUI',21,'??? × ÒÁÚÒÁÂÏÔËÅ',1036414113); -INSERT INTO international VALUES (630,'WebGUI',21,'÷ ÓÉÓÔÅÍÕ ×ÓÔÒÏÅÎÁ ÐÏÉÓËÏ×ÁÑ ÓÉÓÔÅÍÁ. äÌÑ ÅÅ ×ÙÚÏ×Á ÉÓÐÏÌØÚÕÊÔÅ ÍÁËÒÏÓ ^?;\r\núÁÍÅÞÁÎÉÅ: ÐÏÉÓË ÏÓÕÝÅÓÔ×ÌÑÅÔÓÑ ÔÏÌØËÏ × ÒÁÍËÁÈ ×ÁÛÅÇÏ ÓÁÊÔÁ.',1037107995); -INSERT INTO international VALUES (631,'WebGUI',21,'ðÒÉ ÐÏÍÏÝÉ ÍÁÎÅÄÖÅÒÁ ÉÚÏÂÒÁÖÅÎÉÊ ×Ù ÍÏÖÅÔÅ ÐÒÉÓÙÌÁÔØ ÇÒÁÆÉÞÅÓËÉÅ ÆÁÊÌÙ ÎÁ ÓÁÊÔ É ×ÙÚÙ×ÁÔØ ÉÈ ÐÒÉ ÐÏÍÏÝÉ ÍÁËÒÏÓÏ× ^i(); É ^I();\r\n',1037109128); +INSERT INTO international VALUES (629,'WebGUI',21,'ëÅÛÉÒÏ×ÁÔØ ÉÎÆÏÒÍÁÃÉÀ?
\r\n÷ËÌÀÞÉÔÅ ÜÔÕ ÏÐÃÉÀ × ÓÌÕÞÁÅ ÐÒÏÂÌÅÍ Ó ÄÏÓÔÕÐÏÍ Ë ÓÁÊÔÉ É ÐÒÉ ÉÓÐÏÌØÚÏ×ÁÎÉÉ ÐÒÏËÓÉ-ÓÅÒ×ÅÒÁ. \r\n

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

\r\n',1037171770); -INSERT INTO international VALUES (635,'WebGUI',21,'ðÁËÅÔÙ ÐÒÅÄÓÔÁÌÑÀÔ ÓÏÂÏÊ ÓÇÒÕÐÐÉÒÏ×ÁÎÎÙÅ ÓÔÒÁÎÉÃÙ É ÏÂßÅËÔÙ. éÓÐÏÌØÚÏ×ÁÎÉÅ ÐÁËÅÔÏ× ÜÆÆÅËÔÉ×ÎÏ, ÅÓÌÉ ÐÏÌØÚÏ×ÁÔÅÌÑÍ ÓÁÊÔÁ ÐÒÉÈÏÄÉÔÓÑ ÞÁÓÔÏ ÏÄÉÎÁËÏ×ÕÀ ÐÏÓÌÅÄÏ×ÁÔÅÌØÎÏÓÔØ ÄÅÊÓÔ×ÉÊ. îÁÐÒÉÍÅÒ: ÎÁÄÏ ÞÁÓÔÏ ÄÏÂÁ×ÌÑÔØ ÓÔÒÁÎÉÃÕ É ÎÁ ÓÔÒÁÎÉÃÕ ÄÏÂÁ×ÌÑÔØ ÓÔÁÔØÀ.',1037185552); -INSERT INTO international VALUES (636,'WebGUI',21,'äÌÑ ÔÏÇÏ, ÞÔÏÂÙ ÓÏÚÄÁÔØ ÐÁËÅÔ ×ÙÐÏÌÎÉÔÅ ÓÌÅÄÕÀÝÕÀ ÎÉÖÅ ÐÏÓÌÅÄÏ×ÁÔÅÌÎÏÓÔØ ÄÅÊÓÔ×ÉÊ:\r\n
    \r\n
  1. ÷ ÍÅÎÀ „æÕÎËÃÉÉ ÕÐÒÁ×ÌÅÎÉÑ“ ×ÙÂÅÒÉÔÅ ÐÕÎËÔ „ðÁËÅÔÙ“ \r\n
  2. äÏÂÁרÔÅ ÓÔÒÁÎÉÃÕ É ÄÁÊÔÅ ÅÊ ÉÍÑ. éÍÑ ÓÔÒÁÎÉÃÙ É ÂÕÄÅÔ ÉÍÅÎÅÍ ÐÁËÅÔÁ.\r\n
  3. úÁÊÔÉÔÅ ÎÁ Ó×ÅÖÅÓÏÚÄÁÎÎÕÀ ÓÔÒÁÎÉÞËÕ É ÄÏÂÁרÔÅ ÔÕÄÁ ÓÔÒÁÎÉÞËÉ É ÍÏÄÕÌÉ. ëÁÖÄÁÑ ÓÔÒÁÎÉÃÁ ÉÌÉ ÍÏÄÕÌØ, ËÏÔÏÒÙÊ ×Ù ÄÏÂÁ×ÉÔÅ ÂÕÄÅÔ ÄÏÂÁ×ÌÅÎ × „ðÁËÅÔÙ“ \r\n
',1037085902); -INSERT INTO international VALUES (638,'WebGUI',21,'ðÒÉ ÐÏÍÏÝÉ ÛÁÂÌÏÎÏ× ÍÏÖÎÏ ÌÅÇËÏ ÉÚÍÅÎÉÔØ ×ÎÅÛÎÉÊ ×ÉÄ ÏÔÄÅÌØÎÏÊ ÓÔÒÁÎÉÃÙ, ÎÅ ÍÅÎÑÑ ×ÉÄ ÓÁÊÔÁ ÃÅÌÉËÏÍ.',1036481566); -INSERT INTO international VALUES (639,'WebGUI',21,'éÍÑ ÛÁÂÌÏÎÁ
\r\n÷×ÅÄÉÔÅ ÉÍÑ ÛÁÂÌÏÎÁ, ÈÁÔÁËÔÅÒÉÚÕÀÝÅÅ ×ÎÅÛÎÉÊ ×ÉÄ ÓÔÒÁÎÉÃÙ ÐÏÓÌÅ ÅÇÏ ÐÒÉÍÅÎÅÉÑ.

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

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

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

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

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

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

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

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

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

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

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

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

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

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

\r\n',1042132562); +INSERT INTO international VALUES (635,'WebGUI',21,'ðÁËÅÔÙ ÐÒÅÄÓÔÁ×ÌÑÀÔ ÓÏÂÏÊ ÓÇÒÕÐÐÉÒÏ×ÁÎÎÙÅ ÓÔÒÁÎÉÃÙ É ÏÂßÅËÔÙ. éÓÐÏÌØÚÏ×ÁÎÉÅ ÐÁËÅÔÏ× ÜÆÆÅËÔÉ×ÎÏ, ÅÓÌÉ ÐÏÌØÚÏ×ÁÔÅÌÑÍ ÓÁÊÔÁ ÐÒÉÈÏÄÉÔÓÑ ÞÁÓÔÏ ÏÄÉÎÁËÏ×ÕÀ ÐÏÓÌÅÄÏ×ÁÔÅÌØÎÏÓÔØ ÄÅÊÓÔ×ÉÊ. îÁÐÒÉÍÅÒ: ÎÁÄÏ ÞÁÓÔÏ ÄÏÂÁ×ÌÑÔØ ÓÔÒÁÎÉÃÕ É ÎÁ ÓÔÒÁÎÉÃÕ ÄÏÂÁ×ÌÑÔØ ÓÔÁÔØÀ.',1042131971); +INSERT INTO international VALUES (636,'WebGUI',21,'äÌÑ ÔÏÇÏ, ÞÔÏÂÙ ÓÏÚÄÁÔØ ÐÁËÅÔ ×ÙÐÏÌÎÉÔÅ ÓÌÅÄÕÀÝÕÀ ÎÉÖÅ ÐÏÓÌÅÄÏ×ÁÔÅÌØÎÏÓÔØ ÄÅÊÓÔ×ÉÊ:\r\n
    \r\n
  1. ÷ ÍÅÎÀ „æÕÎËÃÉÉ ÕÐÒÁ×ÌÅÎÉÑ“ ×ÙÂÅÒÉÔÅ ÐÕÎËÔ „ðÁËÅÔÙ“ \r\n
  2. äÏÂÁרÔÅ ÓÔÒÁÎÉÃÕ É ÄÁÊÔÅ ÅÊ ÉÍÑ. éÍÑ ÓÔÒÁÎÉÃÙ É ÂÕÄÅÔ ÉÍÅÎÅÍ ÐÁËÅÔÁ.\r\n
  3. úÁÊÄÉÔÅ ÎÁ Ó×ÅÖÅÓÏÚÄÁÎÎÕÀ ÓÔÒÁÎÉÞËÕ É ÄÏÂÁרÔÅ ÔÕÄÁ ÓÔÒÁÎÉÞËÉ É ÍÏÄÕÌÉ. ëÁÖÄÁÑ ÓÔÒÁÎÉÃÁ ÉÌÉ ÍÏÄÕÌØ, ËÏÔÏÒÙÊ ×Ù ÄÏÂÁ×ÉÔÅ ÂÕÄÅÔ ÄÏÂÁ×ÌÅÎ × „ðÁËÅÔÙ“ \r\n
',1042132005); +INSERT INTO international VALUES (638,'WebGUI',21,'ðÒÉ ÐÏÍÏÝÉ ÛÁÂÌÏÎÏ× ÍÏÖÎÏ ÌÅÇËÏ ÉÚÍÅÎÉÔØ ×ÎÅÛÎÉÊ ×ÉÄ ÏÔÄÅÌØÎÏÊ ÓÔÒÁÎÉÃÙ, ÎÅ ÍÅÎÑÑ ×ÉÄ ÓÁÊÔÁ ÃÅÌÉËÏÍ.',1042132615); +INSERT INTO international VALUES (639,'WebGUI',21,'éÍÑ ÛÁÂÌÏÎÁ
\r\n÷×ÅÄÉÔÅ ÉÍÑ ÛÁÂÌÏÎÁ, ÈÁÒÁËÔÅÒÉÚÕÀÝÅÅ ×ÎÅÛÎÉÊ ×ÉÄ ÓÔÒÁÎÉÃÙ ÐÏÓÌÅ ÅÇÏ ÐÒÉÍÅÎÅÎÉÑ.

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

',1038888926); @@ -9213,7 +8798,6 @@ INSERT INTO international VALUES (625,'WebGUI',3,'Naam
\r\n
Het label INSERT INTO international VALUES (74,'FileManager',3,'Voeg een bestand toe.',1038480509); INSERT INTO international VALUES (75,'FAQ',3,'Voeg vraag toe.',1038480472); INSERT INTO international VALUES (74,'FAQ',3,'Sjabloon',1038480461); -INSERT INTO international VALUES (74,'LinkList',3,'Voeg een nieuwe link toe.',1038480380); INSERT INTO international VALUES (71,'ExtraColumn',3,'Extra kolommen geven je de mogelijkheid om de layout van de pagina voor een \r\nspecifieke pagina aan te passen. Meer mogelijkheden hiertoe bieden de stijlen \r\nen sjablonen.
\r\n
\r\n Kolommen worden altijd van links naar rechts toegevoegd. Reeds bestaande \r\ninhoud zal daarom links van de nieuwe kolom te zien zijn.
\r\n
\r\n Tussenruimte
\r\n
Tussenruimte is de hoeveelheid ruimte in pixels tussen de reeds bestaande \r\ncontent en de nieuwe kolom.
\r\n
\r\n Breedte
\r\n Breedte is de werkelijke breedte van de nieuwe kolom in pixels.
\r\n
\r\n Style sheet klasse (class)
\r\n De standaardklasse die normaal aan alle kolommen wordt toegekend is content \r\n(de stijl die de body van de site normaal gebruikt). Het is echter mogelijk \r\nom een speciale stijl voor de extra kolom te definieren.
\r\n
\r\n',1039775096); INSERT INTO international VALUES (7,'Survey',3,'Antwoordgestuurd',1038479871); INSERT INTO international VALUES (11,'Survey',3,'Mode',1038479785); @@ -9431,7 +9015,6 @@ INSERT INTO international VALUES (835,'WebGUI',3,'Knipsel, Toevoegen/Bewerken',1 INSERT INTO international VALUES (833,'WebGUI',3,'Bestand, Toevoegen/Bewerken',1039785591); INSERT INTO international VALUES (786,'WebGUI',3,'WebGUI\'s collaterale inhoudsbeheer systeem laat u bestanden en tekst uploaden naar een centrale repository zodat u het later overal in uw inhoud kunt gebruiken.',1039783439); INSERT INTO international VALUES (785,'WebGUI',3,'Collateralen, Beheer',1039783357); -INSERT INTO international VALUES (709,'WebGUI',3,'Afbeeldingsbeheer Groep
\r\nSelecteer de groep die afbeeldingen kan toevoegen, bewerken en verwijderen.
\r\n
\r\nStijlbeheer Groep
\r\nSelecteer de groep die stijlen kan toevoegen, bewerken en verwijderen.
',1039783245); INSERT INTO international VALUES (675,'WebGUI',3,'Zoekmachine, Gebruiken',1039783009); INSERT INTO international VALUES (674,'WebGUI',3,'Allerlei instellingen, Bewerken',1039783002); INSERT INTO international VALUES (670,'WebGUI',3,'Plaatje, Toevoegen/Bewerken',1039782993); @@ -9519,15 +9102,6 @@ INSERT INTO international VALUES (2,'Auth/SMB',3,'SMB server fout (1)
\r\nEr INSERT INTO international VALUES (1,'Auth/SMB',3,'SMB authenticatie opties',1039523015); INSERT INTO international VALUES (1,'Auth/LDAP',3,'LDAP authenticatie opties',1039522700); INSERT INTO international VALUES (72,'Article',3,'Artikel Sjabloon',1039522582); -INSERT INTO international VALUES (166,'WebGUI',3,'Verbindt DN',1038528983); -INSERT INTO international VALUES (165,'WebGUI',3,'LDAP URL',1038528976); -INSERT INTO international VALUES (123,'WebGUI',3,'LDAP wachtwoord naam',1038528624); -INSERT INTO international VALUES (122,'WebGUI',3,'LDAP identiteit naam',1038528617); -INSERT INTO international VALUES (121,'WebGUI',3,'LDAP identiteit (standaard)',1038528609); -INSERT INTO international VALUES (120,'WebGUI',3,'LDAP URL (standaard)',1038528602); -INSERT INTO international VALUES (9,'SiteMap',3,'Omschrijving laten zien?',1038528041); -INSERT INTO international VALUES (8,'SiteMap',3,'Regelafstand',1038528035); -INSERT INTO international VALUES (7,'SiteMap',3,'Opsommingsteken',1038528028); INSERT INTO international VALUES (6,'WobjectProxy',3,'Met de Wobject Proxy kan een wobject van een andere pagina gespiegeld worden\r\nnaar een willekeurige pagina. Dit is praktisch als inhoud in verschillende\r\ndelen van de site gebruikt wordt.
\r\n
\r\nWobject Naar Proxy
\r\nSelecteer het wobject dat naar de proxy moet. Het selectie veld neemt de\r\nvolgende vorm aan: \"Pagina Titel / Wobject Naam\" (Wobject Id) zodat\r\nsnel en precies het wobject dat je zoekt kan vinden.
\r\n',1038523409); INSERT INTO international VALUES (93,'EventsCalendar',3,'Volgende Gebeurtenis',1038521732); INSERT INTO international VALUES (92,'EventsCalendar',3,'Vorige Gebeurtenis',1038521715); @@ -9568,7 +9142,6 @@ INSERT INTO international VALUES (626,'WebGUI',3,'Wobjecten (vroeger bekend als INSERT INTO international VALUES (4,'WobjectProxy',3,'Wobject proxying mislukt. Wellicht is het geproxiede wobject verwijderd.',1038486715); INSERT INTO international VALUES (3,'WobjectProxy',3,'Wobject Proxy',1038486681); INSERT INTO international VALUES (1,'WobjectProxy',3,'Wobject om te proxyen',1038486657); -INSERT INTO international VALUES (822,'WebGUI',3,'Zoek gebruikers met de geselecteerde status.',1038486639); INSERT INTO international VALUES (821,'WebGUI',3,'Willekeurige',1038486620); 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); INSERT INTO international VALUES (819,'WebGUI',3,'Zelfvernietigd',1038486570); @@ -9649,8 +9222,6 @@ INSERT INTO international VALUES (731,'WebGUI',3,'2 Trained (getrainde)',1038484 INSERT INTO international VALUES (730,'WebGUI',3,'1 Novice',1038484818); INSERT INTO international VALUES (729,'WebGUI',3,'0 Beginner',1038484794); INSERT INTO international VALUES (728,'WebGUI',3,'Weet u zeker dat u dit bestand wilt weggooien?',1038484780); -INSERT INTO international VALUES (727,'WebGUI',3,'Uw wachtwoord kan niet \"password\" zijn.',1038484758); -INSERT INTO international VALUES (726,'WebGUI',3,'Uw wachtwoord kan niet leeg zijn.',1038484489); INSERT INTO international VALUES (725,'WebGUI',3,'Uw gebruikersnaam kan niet leeg zijn.',1038484474); INSERT INTO international VALUES (724,'WebGUI',3,'Uw gebruikersnaam kan niet beginnen of eindigen met een spatie.',1038484455); INSERT INTO international VALUES (723,'WebGUI',3,'Uitgerangeerd',1038484407); @@ -9861,10 +9432,6 @@ INSERT INTO international VALUES (722,'WebGUI',2,'ID',1040596484); INSERT INTO international VALUES (721,'WebGUI',2,'Namensbereich',1040596472); INSERT INTO international VALUES (720,'WebGUI',2,'OK',1040596445); INSERT INTO international VALUES (719,'WebGUI',2,'Veraltet',1040596428); -INSERT INTO international VALUES (714,'WebGUI',2,'Template Verwalter Gruppe',1040596402); -INSERT INTO international VALUES (713,'WebGUI',2,'Styles Verwalter Gruppe',1040596382); -INSERT INTO international VALUES (711,'WebGUI',2,'Grafiken Verwalter Gruppe',1040596363); -INSERT INTO international VALUES (709,'WebGUI',2,'Style Verwalter Gruppe\r\nDiese Gruppe sollte die Berechtigung haben, Styles hinzuzufügen, zu bearbeiten und zu löschen.\r\n\r\nTemplate Verwalter Gruppe\r\nDiese Gruppe sollte die Berechtigung haben, Templates hinzuzufügen, zu bearbeiten und zu löschen.',1040596290); INSERT INTO international VALUES (7,'Survey',2,'Antwort gesteuert',1040596122); INSERT INTO international VALUES (805,'WebGUI',2,'Diesen Style löschen.',1040595710); INSERT INTO international VALUES (806,'WebGUI',2,'Diese Gruppe löschen.',1040595693); @@ -9879,7 +9446,7 @@ INSERT INTO international VALUES (815,'WebGUI',2,'Die Datei, die Sie hochladen m INSERT INTO international VALUES (816,'WebGUI',2,'Status',1040595505); INSERT INTO international VALUES (817,'WebGUI',2,'Aktiviert',1040595489); INSERT INTO international VALUES (818,'WebGUI',2,'Deaktiviert',1040595477); -INSERT INTO international VALUES (819,'WebGUI',2,'Selbst-Deaktivierend',1040595462); +INSERT INTO international VALUES (819,'WebGUI',2,'kann selbst deaktivieren',1043422108); INSERT INTO international VALUES (820,'WebGUI',2,'Ihr Zugang ist nicht aktiviert. Daher können Sie sich solange nicht einloggen, bis er aktiviert wurde. Die Aktivierung kann nur durch den Administrator erfolgen.',1040595434); INSERT INTO international VALUES (821,'WebGUI',2,'beliebig',1040595358); INSERT INTO international VALUES (823,'WebGUI',2,'Zur neuen Seite gehen.',1040595331); @@ -10044,15 +9611,6 @@ INSERT INTO international VALUES (75,'SiteMap',2,'Alle Hauptpfade',1040395875); INSERT INTO international VALUES (74,'SiteMap',2,'Diese Seite',1040395856); INSERT INTO international VALUES (20,'Poll',2,'Karma pro Abstimmung',1040395813); INSERT INTO international VALUES (12,'Poll',2,'Gesamtzahl der Abstimmungen:',1041071732); -INSERT INTO international VALUES (9,'HttpProxy',2,'Verzeichnis zum Speichern der Cookies',1040395667); -INSERT INTO international VALUES (8,'HttpProxy',2,'Weiterleitungen folgen',1041631673); -INSERT INTO international VALUES (7,'HttpProxy',2,'Inhalt filtern',1040395634); -INSERT INTO international VALUES (6,'HttpProxy',2,'Style vom Inhalt entfernen',1040395623); -INSERT INTO international VALUES (5,'HttpProxy',2,'Externen Links folgen',1040395599); -INSERT INTO international VALUES (4,'HttpProxy',2,'Timeout (Sekunden)',1040395576); -INSERT INTO international VALUES (3,'HttpProxy',2,'HTTP Proxy',1040395372); -INSERT INTO international VALUES (2,'HttpProxy',2,'HTTP Proxy ändern',1040395360); -INSERT INTO international VALUES (1,'HttpProxy',2,'URL',1040395344); INSERT INTO international VALUES (74,'FileManager',2,'Neue Datei hinzufügen.',1040395313); INSERT INTO international VALUES (75,'FAQ',2,'Frage hinzufügen.',1040395090); INSERT INTO international VALUES (3,'Auth/SMB',2,'SMB Protokol Fehler (2)
\r\nBitte nehmen Sie Kontakt mit Ihrem Systemadministrator auf.',1040651984); @@ -10121,34 +9679,9 @@ INSERT INTO international VALUES (71,'Poll',2,'Abstimmungen k INSERT INTO international VALUES (45,'Product',2,'Zubehör sind Produkte, die andere Produkte erweitern

\r\nZubehör
\r\nWählen Sie aus einer Liste von Produkten aus, die Sie bereits eingegeben haben.\r\n

\r\nWeiteres Zubehör hinzufügen?
\r\nMöchten Sie weitere Zubehörprodukte hinzufügen?',1041612724); INSERT INTO international VALUES (41,'Product',2,'Eigenschaften(Features) sind Verkaufkriterien für ein Produkt, vielleicht auch Gründe dafür, genau dieses Produkt zu kaufen.\r\n

\r\nEigenschaft
\r\nSie können eine neue Eigenschaft angeben oder die Eigenschaft eines anderen Produktes übernehmen.\r\n

\r\nEine weitere Eigenschaft eingeben?
\r\nMöchten Sie weitere Eigenschaften definieren?',1041612440); INSERT INTO international VALUES (39,'Product',2,'WebGUI enthält eine Produktverwaltung, mit dem Sie Produkte und Services schnell \r\nund einfach zu Ihrer Seite hinzufügen können. \r\n

Template
Wählen Sie ein Layout für dieses Produkt. \r\n

Preis
Hier können Sie einen Preis für dieses Produkt eingeben. \r\nSie können aber auch einen Text angeben, wie "Rufen Sie uns an, wenn \r\nSie den Preis erfahren möchten" oder lassen Sie dieses Feld einfach leer. \r\n

Produkt Nummer
Die Produkt Nummber, SKU, ISBN oder ähnliches für \r\ndieses Produkt. \r\n

Produkt Grafik 1
Eine Grafik für dieses Produkt. \r\n

Produkt Grafik 2
Eine weitere Grafik für dieses Produkt. \r\n

Produkt Grafik 3
Eine dritte Grafik für dieses Produkt. \r\n

Prospekt/Broschüre
Ein Prospekt oder eine Broschüre für dieses Produkt. \r\n

Handbuch
Das !\n Produkt-, Benutzer oder Servicehandbuch für dieses \r\nProdukt. \r\n

Garantie
Die Garantie für dieses Produkt.

',1041612070); -INSERT INTO international VALUES (10,'PhotoGallery',2,'Aktivieren Sie dies, um alle hochgeladenen Fotos zur Photo Gallery hinzuzufügen.',1041611543); INSERT INTO international VALUES (74,'MessageBoard',2,'Nachfolgend eine Liste von Template Variablen für Diskussionsforen-Templates. \r\n

canPost
Eine Bedingungs-Variable, ob der Benutzer die Berechtigung \r\nhat, einen neuen Beitrag zu schreiben. \r\n

post.url
Die URL zum Schreiben neuer Beiträge. \r\n

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

search.url
Die URL zum Durchsuchen des Forums. \r\n

search.label
Die übersetzte Bezeichnung für die Such-URL. \r\n

subject.label
Die übersetzte Bezeichnung für die Betreffspalte. \r\n

user.label
Die übersetzte Bezeichnung für die Benutzerspalte. \r\n

date.label
Die übersetzte Bezeichnung für die Datums-Spalte. \r\n

views.label
Die übersetzte Bezeichnung für die Ansichten-Spalte. \r\n

replies.label
Die übersetzte Bezeichnung für die Antworten!\n -Spalte. \r\n

last.label
Die übersetzte Bezeichnung für die "letzte Antwort"-Spalte. \r\n

message_loop
eine Schleife die jede Nachricht enthält. \r\n

last.url
Die URL zur letzten Antwort dieses Beitrages. \r\n

last.subject
Der Betreff der letzten Antwort zu diesem Beitrag. \r\n

last.username
Der Benutzername, der diese Antwort verfasst hat. \r\n

last.userProfile
Die URL zum Profil dieses Benutzers. \r\n

last.date
Das Datum, an dem die letzte Antwort zu diesem Beitrag \r\n geschrieben wurde. \r\n

message.subject
Der Betreff des Beitrages. \r\n

message.date
Das Datum, an dem dieser Beitrag geschrieben wurde. \r\n

message.user
Der Benutzer, der diesen Beitrag verfasst hat. \r\n

message.views
Wie oft wurde dieser Beitrag angeschaut. \r\n

message.replies
Die Anzahl der Antworten zu diesem Thread/Thema/Beitrag. \r\nmessage.url
Die URL, um diesen Beitrag anzuschauen. \r\nmessage.currentUser
Eine Bedingungsvariable, ob der aktuelle Benutzer \r\n auch der Benutzer ist, der diesen Beitrag veröffentlicht hat. \r\n

message.status
Der Status dieses Beitrages (ausstehend, freigegeben, \r\nabgelehnt). \r\n

\r\n

firstPage
Ein Link zur ersten Seite. \r\n

lastPage
Ein Link zur letzten Seite. \r\n

nextPage
Ein Link zur nächsten Seite. \r\n

previousPage
Ein Link zur vorherigen Seite. \r\n

pageList
Eine Liste der Links zu allen Seiten. \r\n

multiplePages
Eine Bedingungsvariable, ob es mehr als eine Seite \r\ngibt.

',1041610808); INSERT INTO international VALUES (71,'MessageBoard',2,'Diskussionsforen, auch genannt Foren, Diskussionen oder Messageboards, sind \r\neine sehr gute Möglichkeit der Interaktion mit Ihren Besuchern. Diese können \r\nüber von Themen diskutieren, die Sie z. B. vorgeben oder auch beliebig über \r\nalles Mögliche reden. Einige Firmen benutzen diese Foren z. B. auch in internen \r\nProjekten.

Beiträge pro Seite
Wenn ein Besucher zum ersten \r\nMal ein Forum aufruft, sieht er in der Regel eine Liste mit allen Themen (auch \r\nThreads genannt), über die gerade diskutiert wird. So gibt es oft Foren mit \r\nhunderten von Beiträgen. Hier können Sie daher einstellen, wie viel Threads \r\npro Seite angezeigt werden sollen. \r\n

Haupt Template
Wählen Sie ein Layout für die Hauptübersicht des \r\nForums aus. \r\n

Wer kann Beiträge schreiben?
Wählen Sie die Gruppe aus, die Beiträge zu dies!\n er Diskussion verfassen kann.

Timeout \r\nzum Bearbeiten
Wie lange hat der Benutzer die Möglichkeit, seinen verfassten Beitrag zu \r\nbearbeiten, bevor diese Bearbeitungsmöglichkeit gesperrt wird? \r\n

Beachten Sie: Setzen Sie das Limit nicht zu hoch!. Das schönste an \r\nDiskussionen ist doch, dass diese einen genauen Verlauf darstellen, wer was wann \r\ngesagt hat. Wenn Sie das Bearbeiten zu lange ermöglichen, kann jeder Benutzer \r\nseine Meinung beliebig oft korrigieren oder abändern ... \r\n

Karma pro Beitrag
Wie viel Karma erhält ein Benutzer, wenn er Beiträge zu dieser Diskussion \r\nverfasst?

Wer kann moderieren?
Wählen Sie die Gruppe aus, die die Berechtigung hat, diese Diskussion zu \r\nmoderieren.

Moderationsart?
Sie können hier auswählen, welche Moderationsart \r\nSie bevorzugen. \r\n

    \r\n
  • \'Sofort\' bedeutet, dass der Beitrag sofort veröffentlicht wird, \r\nnachdem der Benutzer ihn ver!\n fasst hat. \r\n
  • \'Freigeben\' bedeutet, dass der Moderator den Beit\nrag zuerst anschauen und \r\nfreigeben muss, bevor er für alle sichtbar wird.

Benachrichtigungen über den Eingang neuer Beiträge/Kommentare erscheinen \r\nsofort im Posteingang des Moderators.

\r\n

Beachten Sie: Bei beiden Moderationsarten hat der Moderator immer das \r\nRecht, die Beiträge Ihrer Besucher/Benutzer zu bearbeiten oder sogar zu \r\nlöschen.

',1041609016); -INSERT INTO international VALUES (23,'PhotoGallery',2,'Beliebtheit',1041608123); -INSERT INTO international VALUES (22,'PhotoGallery',2,'Reihenfolge hinzugefügt',1041608098); -INSERT INTO international VALUES (20,'PhotoGallery',2,'Abstand zwischen Grafiken',1041608080); -INSERT INTO international VALUES (17,'PhotoGallery',2,'Trennlinie',1041608063); -INSERT INTO international VALUES (14,'PhotoGallery',2,'Grafikname',1041608051); -INSERT INTO international VALUES (12,'PhotoGallery',2,'Weitere Grafiken hinzufügen',1041608037); -INSERT INTO international VALUES (26,'PhotoGallery',2,'Titel Trennlinie',1041608013); -INSERT INTO international VALUES (11,'PhotoGallery',2,'Trennlinie als Mouse Over Text darstellen',1041607991); 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.

Template
Wählen \r\nSie ein Template für Ihren Artikel aus. \r\n

Grafik
Wählen Sie eine Grafik (.jpg, .gif, .png) von Ihrem lokalen \r\nLaufwerk aus. Diese Datei wird zum Server hochgeladen und erscheint in Ihrem \r\nArtikel. \r\n

Dateianhang
Möchten Sie z. B. ein Word-Dokument, ein Zip-File oder irgendeine andere Datei \r\nzum Download anbieten, so können Sie diese von Ihrem lokalen Laufwerk auswählen \r\nund hochladen.

Link Titel
Möchten Sie einen Link zu Ihrem \r\nArtikel hinzufügen, so geben Sie hier den Link-Titel ein.

Beispiel: \r\nPlainblack

Link URL
Wenn Sie zuvor einen Link Titel eingeben \r\nhaben, so geben Sie hier!\n die URL ein.

Beispiel: http://www.plainblack.com \r\n

Carriage Return beachten?
Wenn Sie HTML-Code eingeben, so \r\nbrauchen Sie diese Option nicht zu aktivieren. Aber wenn Sie keinen HTML-Code, \r\nsondern einfachen Text eingeben, und Sie möchten, dass auch ein "Carriage \r\nReturn", also ein Zeilenumbruch, eingefügt wird, so aktivieren Sie diese \r\nOption. \r\nAndernfalls werden die Zeilenumbrüche, die Sie hier eingeben, nicht berücksichtigt.

Diskussion \r\nerlauben?
Wählen Sie diese Option, wenn Sie Kommentare der Besucher oder \r\nBenutzer zu diesem Artikel erlauben möchten, so wie es z. B. auf http://www.slashdot.org \r\nmöglich ist. \r\n

Wer kann Beiträge schreiben?
Wählen Sie die Gruppe aus, die Beiträge \r\nzu dieser Diskussion verfassen kann. \r\n

Timeout zum Bearbeiten
Wie lange hat der Benutzer die Möglichkeit, \r\nseinen verfassten Beitrag zu b!\n earbeiten, bevor diese Bearbeitungsmöglichkeit \r\ngesperrt wird? \r\n\n

Beachten Sie: Setzen Sie das Limit nicht zu hoch!. Das schönste an \r\nDiskussionen ist doch, dass diese einen genauen Verlauf darstellen, wer was \r\nwann gesagt hat. Wenn Sie das Bearbeiten zu lange ermöglichen, kann jeder Benutzer \r\nseine Meinung beliebig oft korrigieren oder abändern ... \r\n

Karma pro Beitrag
Wie viel Karma erhält ein Benutzer, wenn er Beiträge \r\nzu dieser Diskussion verfasst? \r\n

Wer kann moderieren?
Wählen Sie die Gruppe aus, die die Berechtigung \r\nhat, diese Diskussion zu moderieren. \r\n

Moderationsart?
Sie können hier auswählen, welche Moderationsart \r\nSie bevorzugen. \r\n

    \r\n
  • \'Sofort\' bedeutet, dass der Beitrag sofort veröffentlicht wird, \r\n nachdem der Benutzer ihn verfasst hat.
  • \r\n
  • \'Freigeben\' bedeutet, dass der Moderator den Beitrag zuerst anschauen \r\n und freigeben muss, bevor er für alle sichtbar wird.
  • \r\n
\r\n

Benachrichtigungen übe!\n r den Eingang neuer Beiträge/Kommentare erscheinen sofort im Posteingang des Moderators. \r\n\r\n

\r\n

Beachten Sie: Bei beiden Moderationsarten hat der Moderator immer \r\ndas Recht, die Beiträge Ihrer Besucher/Benutzer zu bearbeiten oder sogar zu \r\nlöschen.

',1041607574); -INSERT INTO international VALUES (16,'PhotoGallery',2,'Höhe der Vorschaubildes (Thumbnail)',1041605836); -INSERT INTO international VALUES (19,'PhotoGallery',2,'Grafik Upload',1041605781); -INSERT INTO international VALUES (13,'PhotoGallery',2,'Grafik',1041605751); -INSERT INTO international VALUES (15,'PhotoGallery',2,'Breite des Vorschaubilds (Thumbnail)',1041605739); -INSERT INTO international VALUES (21,'PhotoGallery',2,'Informationen zur Grafik anzeigen',1041604849); -INSERT INTO international VALUES (24,'PhotoGallery',2,'Upload Datum',1041604825); -INSERT INTO international VALUES (6,'PhotoGallery',2,'Bearbeiten',1041604797); -INSERT INTO international VALUES (7,'PhotoGallery',2,'Vorschaubilder (Thumbnails) pro Reihe',1041604785); -INSERT INTO international VALUES (8,'PhotoGallery',2,'Gruppe mit Berechtigung zum Upload',1041604721); -INSERT INTO international VALUES (5,'PhotoGallery',2,'Neu',1041604680); -INSERT INTO international VALUES (25,'PhotoGallery',2,'Name der Grafik',1041604668); -INSERT INTO international VALUES (4,'PhotoGallery',2,'Anordnung der Grafiken',1041604651); -INSERT INTO international VALUES (2,'PhotoGallery',2,'Grafik hinzufügen',1041604630); -INSERT INTO international VALUES (18,'PhotoGallery',2,'Text, der mit dieser Grafik angezeigt werden soll',1041604597); -INSERT INTO international VALUES (3,'PhotoGallery',2,'Grafik Upload',1041604577); -INSERT INTO international VALUES (9,'PhotoGallery',2,'Grafik oder Upload hinzufügen',1041604520); INSERT INTO international VALUES (71,'MailForm',2,'Dieses Wobject erstellt ein einfaches Formular, um eine Email zu versenden, \r\nz. B. Kontaktformular.

Breite
Die Breite für alle Felder dieses \r\nFormulars. Der Standardwert ist 45. \r\n

Von, An, Cc (Kopie), Bcc (Blindkopie), Betreff
Diese Felder steuern, \r\nwie die Email aussieht, wenn Sie gesendet wird und an wen sie gesendet wird. \r\nSie können Ihren Besuchern die Möglichkeit geben, einige oder alle dieser Felder \r\nzu bearbeiten bzw. dort Eingaben zu tätigen. Aber üblicherweise sind die einzigen \r\nFelder, in denen der Besucher Eingaben machen kann, das Feld "Von", \r\nder Betreff und natürlich der Text selber. Benutzen Sie die Drop-Down Optionen \r\nin jedem Feld um einzustellen, ob der Besucher Eingaben tätigen kann (Veränderbar) \r\noder nicht (Angezeigt) oder ob das Feld versteckt (Hidden) sein soll.

Sie \r!\n \nkönnen aber auch genauso einen WebGUI Benutzer oder eine Gruppe im "To" \r\nbzw. "Senden an" eingeben und die Mail wird an den ausgewählten Benutzer \r\noder an die Gruppe geschickt. Er erhält die Nachricht dann sowohl als Email \r\nund er findet sie in seinem Posteingang. \r\n

Eingangsbestätigung
Diese Nachricht wird dem Besucher angezeigt, \r\nsobald er die Nachricht gesendet hat. \r\n

Einträge speichern?
Wenn Sie "Ja" auswählen, werden die \r\nEinträge in der Datenbank gespeichert, um sie später anschauen zu können. Das \r\nTool, um die Beiträge später anzuschauen, ist zur Zeit noch nicht implementiert, \r\naber sobald es fertig gestellt ist, können Sie alle Einträge an einer zentralen \r\nStelle anschauen. \r\n

Weitere Felder hinzufügen?
Möchten Sie Ihrem Formular noch weitere \r\nFelder hinzufügen (z. B. eine Drop-Down Box)?

\r\n',1041602518); INSERT INTO international VALUES (76,'LinkList',2,'Nachfolgend eine Liste von Template Variablen für Links-Listen Templates. \r\n

addlink.url
Die URL um einen Link zur Liste hinzuzufügen. \r\n

addlink.label
Der übersetzte Text für diesen Link. \r\n

link_loop
Diese Schleife (Loop) enthält alle Informationen über \r\njeden Link. \r\n

link.url
Die URL für diesen Link. \r\n

link.name
Der verlinkte Text. \r\n

link.controls
Die WebGUI Verwaltungscontrols für diesen Link. \r\n

link.newwindow
Eine Variable, um den Link in einem neuen Fenster \r\n anzeigen zu lassen. \r\n

link.description
Die Beschreibung dieses Links.

',1041600987); INSERT INTO international VALUES (71,'LinkList',2,'Link Listen sind genau das, was der Name sagt: Eine Liste von Links. Viele Seiten haben Linkbereiche - und dieses Wobject kann zum Erstellen und Verwalten dieser Linklisten eingesetzt werden.

\r\nTemplate
\r\nWählen Sie ein Layout für die Linkliste aus.

\r\nAls nächstes?
\r\nMöchten Sie gleich einen neuen Link in die Liste aufnehmen? Oder zuerst zurück zur Seite gehen, um sie sich anzuschauen?',1041600773); @@ -10156,7 +9689,6 @@ INSERT INTO international VALUES (71,'Item',2,'Wie Artikel sind die Textelemente INSERT INTO international VALUES (73,'FileManager',2,'Dateititel
Der Text, der für diese Datei angezeigt wird. Falls Sie \r\nhier nichts angeben, wird der Dateiname angezeigt. \r\n

Dateiname
Wählen Sie hier eine Datei von Ihrem lokalen Laufwerk, \r\ndie Sie uploaden möchten. \r\n

Alternative #1
Eine alternative Version dieser Datei. Wenn z. B. \r\ndie Datei im JPEG-Format ist, könnten Sie bei der alternativen Version z. B. \r\nTIFF oder BMP auswählen. \r\n

Alternative #2
Analog zur Alternative #1. \r\n

Kurze Beschreibung
Eine kurze Beschreibung dieser Datei. Beachten \r\nSie, dass Sie Schlüsselwörter benutzen, damit die Benutzer besser nach dieser \r\nDatei suchen können. \r\n

Gruppe, die Download benutzen kann
Wählen Sie die Gruppe aus, die \r\ndiese Datei downloaden kann. \r\n

Als nächstes?
Möchten Sie sofort einen neuen Downloa!\n d hinzufügen? \r\nOder möchten Sie zuerst zurück zur Seite gehen?.

',1041598859); INSERT INTO international VALUES (71,'FileManager',2,'Der Download-/Dateimanager wurde entwickelt um Ihnen eine Möglichkeit zu geben, \r\nDateien und Downloads in Ihrer Seite zu verwalten. Er bietet Ihnen die Möglichkeit \r\nzu definieren, wer Dateien anschauen oder gar downloaden kann. \r\n

Template
Wählen Sie ein Layout für den Downloadmanager (z. B. \'Standard/Default\' \r\noder \'Standard ohne Suchfunktion\'. \r\n

Einträge pro Seite
Wie viele Dateien sollen pro Seite angezeigt \r\nwerden? \r\n

Als nächstes?
Möchten Sie neue Downloads hinzufügen oder zurück \r\nzur Seite gehen?.

',1041598396); INSERT INTO international VALUES (77,'FAQ',2,'Nachfolgend eine Liste aller Variablen für FAQ Templates. \r\n

addquestion.url
Die URL um eine Frage zur FAQ hinzuzufügen. \r\n

addquestion.label
Die übersetzte Bezeichnung für diesen Link. \r\n

qa_loop
Eine Schleife (Loop), die die Variablen für jede einzelne \r\nFrage der FAQ enthält. \r\n

qa.id
Die ID für diese Frage. \r\n

qa.answer
Die Antwort für diese Frage. \r\n

qa.question
Die Frage selbst. \r\n

qa.controls
Die WebGUI Verwaltungscontrols für diese Frage (z. \r\n B. \'Frage bearbeiten\').

',1041597921); -INSERT INTO international VALUES (1,'PhotoGallery',2,'Photo Gallerie',1041597689); INSERT INTO international VALUES (97,'EventsCalendar',2,'Nachfolgend eine Liste von Template Variablen für Ereignis Templates. \r\n

title
Der Titel des Ereignisses. \r\n

start.label
Die  übersetzte Bezeichnung des Startdatums. \r\n

start.date
Das Datum, an dem das Ereignis beginnt. \r\n

end.date
Das Datum, an dem dieses Ereignis endet. \r\n

end.label
Die übersetzte Bezeichung des Ende Datums. \r\n

canEdit
Variable, falls der Benutzer des Ereignis bearbeiten kann. \r\n

edit.url
Die URL zum Bearbeiten dieses Ereignisses. \r\n

edit.label
Die übersetzte Bezeichnung für diese URL (z. B. \'Termin \r\nbearbeiten\'). \r\n

delete.url
Die URL zum Löschen dieses Ereignisses. \r\n

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

previous.url
Die URL, um sich das vorherige Ereignis a!\n nzeigen zu \r\nlassen. \r\n

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

next.url
Die URL, um sich das nächste Ereignis anzeigen zu lassen. \r\n

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

\r\n

description
Die Beschreibung für dieses Ereignis.

',1041597266); INSERT INTO international VALUES (71,'EventsCalendar',2,'Veranstaltungskalender werden z. B. in vielen Intranets benutzt, um interne Termine zu speichern, die das gesamte Unternehmen betreffen. Aber genauso sind Veranstaltungskalender eine besonders gute Möglichkeit, um Ihre Kunden auf Ihrer Unternehmensseite oder privaten Homepage über kommende Veranstaltungen oder Werbeevents zu informieren.

\r\nHaupt Template
\r\nWählen Sie ein Layout für den Veranstaltungskalender.

\r\nEreignis Template
\r\nWählen Sie ein Layout für die einzelnen Termine innerhalb des Kalenders aus.

\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\nEnde Mona!\n t
\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\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\nEinträ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\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\nBeachten Sie bitte: Termine, die bereits stattgefunden haben, werden nicht mehr im Kalender angezeigt.
\r\n
\r\nAchtung: Der nachfolgende Style ist speziell für den Veranstaltu!\n ngskalender

\r\n.eventTitle
\r\nDer Titel eines indiv\niduellen Termins.
',1041595262); INSERT INTO international VALUES (73,'MailForm',1,'Send',1039776778); @@ -10224,7 +9756,7 @@ INSERT INTO international VALUES (13,'Product',21,' INSERT INTO international VALUES (11,'Product',21,'ëÏÌÉÞÅÓÔ×Ï ÎÁ ÓËÌÁÄÅ',1041690762); INSERT INTO international VALUES (10,'Product',21,'ãÅÎÁ',1041690740); INSERT INTO international VALUES (1,'Product',21,'ôÏ×ÁÒ',1041690725); -INSERT INTO international VALUES (846,'WebGUI',21,'^AdminBar;
\r\nðÏÚ×ÏÌÑÅÔ ÄÏÂÁ×ÉÔØ ÐÁÎÅÌØ ÕÐÒÁ×ÌÅÎÉÑ ÎÁ ÓÔÒÁÎÉÃÕ.\r\n

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

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

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

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

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

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

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

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

',1041678615); +INSERT INTO international VALUES (846,'WebGUI',21,'^AdminBar;
\r\nðÏÚ×ÏÌÑÅÔ ÄÏÂÁ×ÉÔØ ÐÁÎÅÌØ ÕÐÒÁ×ÌÅÎÉÑ ÎÁ ÓÔÒÁÎÉÃÕ.\r\n

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

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

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

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

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

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

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

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

',1042474591); INSERT INTO international VALUES (845,'WebGUI',21,'íÁËÒÏÓÙ, ÐÒÅÄÎÁÚÎÁÞÅÎÎÙÊ ÄÌÑ ÉÚÍÅÎÅÎÉÑ ÓÔÉÌÑ',1041677952); INSERT INTO international VALUES (844,'WebGUI',21,'^a; ÉÌÉ ^a(); - ÓÓÙÌËÁ ÎÁ ÁËËÁÕÎÔ
\r\nþÔÏ-ÂÙ ÉÚÍÅÎÉÔØ ÔÅËÓÔ ÓÓÙÌËÉ, ÉÓÐÏÌØÚÕÅÍÙÊ ÐÏ ÕÍÏÌÞÁÎÉÀ, ÕËÁÖÉÔÅ ÎÏ×ÙÊ ÔÅËÓÔ × ËÒÕÇÌÙÈ ÓËÏÂËÁÈ.\r\nîÁÐÒÉÍÅÒ, ^a(óÓÙÌËÁ ÎÁ ÁËËÁÕÎÔ);
\r\núÁÍÅÞÁÎÉÅ: ÔÁËÖÅ ÓÕÝÅÓÔ×ÕÅÔ ×ÏÚÍÏÖÎÏÓÔØ ×Ù×ÅÓÔÉ ÎÁ ÜËÒÁÎ ÔÏÌØËÏ URL ÎÁ ÓÔÒÁÎÉÃÕ ÁËËÁÕÎÔÁ. äÌÑ ÜÔÏÇÏ ÉÓÐÏÌØÚÕÅÔÓÑ ÚÁÐÉÓØ: ^a(linkonly);.\r\n

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

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

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

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

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

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

',1041677225); INSERT INTO international VALUES (843,'WebGUI',21,'ðÏÌØÚÏ×ÁÔÅÌØÓËÉÅ ÍÁËÒÏÓÙ',1041675653); @@ -10249,7 +9781,7 @@ INSERT INTO international VALUES (827,'WebGUI',21,' INSERT INTO international VALUES (826,'WebGUI',21,'WebGUI has a powerful templating language built to give you maximum control over the layout of your content. The following is a list of the template language syntax.\r\n\r\nNOTE: Please note that the words foo and bar are used below as placeholders for the actual variable names that you\'ll use. They are not part of the template language.\r\n\r\nVariables\r\nVariables are the most basic of the template commands. They are used to position pieces of content.\r\n\r\nSyntax: or \r\n\r\nExample: \r\n\r\nConditions\r\nTo programmers conditions are nothing new, but to designers they can often be confusing at first. Conditions are really just true or false questions, and if you think of them that way, you\'ll have no trouble at all.\r\n\r\nSyntax: \r\nSyntax: \r\n\r\nExample: It was true! It was false! \r\n\r\nLoops\r\nLoops iterate over a list of data output for each pass in the loop. Loops are slightly more complicated to use than plain variables, but are considerably more powerful.\r\n\r\nSyntax: \r\n\r\nExample:\r\n\r\n Name:
\r\n
\r\n\r\nLoop Conditions\r\nLoops come with special condition variables of their own. They are __FIRST__, __ODD__, __INNER__, and __LAST__.\r\n\r\nExamples:\r\n\r\n \r\n \r\n This only outputs on the first pass.\r\n \r\n\r\n \r\n This outputs every other pass, on the odd passes.\r\n \r\n\r\n \r\n This outputs every other pass, on the even passes.\r\n \r\n\r\n \r\n This outputs on passes that are neither first nor last.\r\n \r\n\r\n \r\n This only outputs on the last pass.\r\n \r\n \r\n\r\nNOTE:Both the template language and template variables are case-insensitive.',1041335734); INSERT INTO international VALUES (825,'WebGUI',21,'ûÁÂÌÏÎÙ (ÏÐÉÓÁÎÉÅ ÑÚÙËÁ)',1041335677); INSERT INTO international VALUES (824,'WebGUI',21,'Email - ÎÉÖÎÉÊ ËÏÌÏÎÔÉÔÕÌ',1041335052); -INSERT INTO international VALUES (823,'WebGUI',21,'ÐÅÒÅÊÔÉ Ë ÓÌÅÄÕÀÝÅÊ ÓÔÒÁÎÉÃÅ',1041334864); +INSERT INTO international VALUES (823,'WebGUI',21,'ÐÅÒÅÊÔÉ Ë ÓÏÚÄÁ×ÁÅÍÏÊ ÓÔÒÁÎÉÃÅ',1042471942); INSERT INTO international VALUES (821,'WebGUI',21,'----',1041334767); INSERT INTO international VALUES (820,'WebGUI',21,'÷ÁÛ ÁËËÁÕÎÔ ÄÅÚÁËÔÉ×ÉÒÏ×ÁÎ. ðÏÖÁÌÕÊÓÔÁ Ó×ÑÖÉÔÅÓØ Ó ^e(ÁÄÍÉÎÉÓÔÒÁÔÏÒÏÍ); ÓÁÊÔÁ.',1041334748); INSERT INTO international VALUES (819,'WebGUI',21,'äÅÚÁËÔÉ×ÉÒÏ×ÁÌÓÑ',1041334071); @@ -10275,7 +9807,7 @@ INSERT INTO international VALUES (789,'WebGUI',21,' INSERT INTO international VALUES (788,'WebGUI',21,'õÄÁÌÉÔØ ÐÏÌÅ',1041330556); INSERT INTO international VALUES (787,'WebGUI',21,'òÅÄÁËÔÉÒÏ×ÁÔØ ÐÏÌÅ',1041330525); INSERT INTO international VALUES (786,'WebGUI',21,'âÁÚÁ ÉÎÆÏÒÍÁÃÉÉ ÐÏÚ×ÏÌÑÅÔ ×ÁÍ ÄÏÂÁ×ÌÑÔØ ÐÒÏÓÔÏ ÔÅËÓÔ, Á ÔÁËÖÅ ÆÁÊÌÙ ÌÀÂÏÇÏ ÔÉÐÁ, ËÏÔÏÒÙÅ ÂÕÄÕÔ ÃÅÎÔÒÁÌÉÚÏ×ÁÎÎÏ ÈÒÁÎÉÔÓÑ É Ë ÎÉÍ ÍÏÖÎÏ ÐÏÌÕÞÉÔØ ÄÏÓÔÕÐ ÉÚ ÌÀÂÏÇÏ ÍÅÓÔÁ ÓÁÊÔÁ. ',1041330443); -INSERT INTO international VALUES (785,'WebGUI',21,'ó×ÑÚØ (ÕÐÒÁ×ÌÅÎÉÅ)',1041330017); +INSERT INTO international VALUES (785,'WebGUI',21,'âÁÚÁ ÉÎÆÏÒÍÁÃÉÉ (ÕÐÒÁ×ÌÅÎÉÅ)',1042472175); INSERT INTO international VALUES (784,'WebGUI',21,'íÉÎÉÁÔÀÒÁ',1041329972); INSERT INTO international VALUES (783,'WebGUI',21,'ôÉÐ',1041329942); INSERT INTO international VALUES (782,'WebGUI',21,'-----',1041329897); @@ -10285,7 +9817,7 @@ INSERT INTO international VALUES (779,'WebGUI',21,' INSERT INTO international VALUES (778,'WebGUI',21,'ïÐÉÓÁÎÉÅ ÐÁÐËÉ',1041329715); INSERT INTO international VALUES (777,'WebGUI',21,'Id ÐÁÐËÉ',1041329690); INSERT INTO international VALUES (776,'WebGUI',21,'òÅÄÁËÔÉÒÏ×ÁÔØ ÐÁÐËÕ',1041329652); -INSERT INTO international VALUES (774,'WebGUI',21,'õÄÁÌÉÔØ ÜÔÕ Ó×ÑÚØ?',1041329468); +INSERT INTO international VALUES (774,'WebGUI',21,'õÄÁÌÉÔØ ÜÔÕ ÚÁÐÉÓØ ÉÚ ÂÁÚÙ ÉÎÆÏÒÍÁÃÉÉ?',1042472468); INSERT INTO international VALUES (773,'WebGUI',21,'æÁÊÌ',1041329427); INSERT INTO international VALUES (771,'WebGUI',21,'ôÅËÓÔ',1041268840); INSERT INTO international VALUES (770,'WebGUI',21,'òÅÄÁËÔÉÒÏ×ÁÔØ ÔÅËÓÔ',1041268749); @@ -10496,7 +10028,7 @@ INSERT INTO international VALUES (10,'Survey',21,' INSERT INTO international VALUES (1,'Survey',21,'íÎÏÇÏÕÒÏ×ÎÅ×ÙÊ ÏÐÒÏÓ',1040919961); INSERT INTO international VALUES (9,'FileManager',21,'òÅÄÁËÔÏÒ ÆÁÊÌÏ×ÏÇÏ ÍÅÎÅÄÖÅÒÁ',1040919392); INSERT INTO international VALUES (8,'FileManager',21,'ëÒÁÔËÏÅ ÏÐÉÓÁÎÉÅ',1040919331); -INSERT INTO international VALUES (76,'FileManager',21,'???',1040919310); +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); INSERT INTO international VALUES (75,'FileManager',21,'ûÁÂÌÏÎ ÄÌÑ ÆÁÊÌÏ×ÏÇÏ ÍÅÎÅÄÖÅÒÁ',1040919246); INSERT INTO international VALUES (74,'FileManager',21,'äÏÂÁ×ÉÔØ ÆÁÊÌ',1040919211); 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); @@ -10512,7 +10044,7 @@ INSERT INTO international VALUES (19,'FileManager',21,' INSERT INTO international VALUES (18,'FileManager',21,'áÌØÔÅÒÎÁÔÉ×ÎÁÑ ×ÅÒÓÉÑ ÆÁÊÌÁ №2',1040913356); INSERT INTO international VALUES (17,'FileManager',21,'áÌØÔÅÒÎÁÔÉ×ÎÁÑ ×ÅÒÓÉÑ № 1',1040913165); INSERT INTO international VALUES (16,'FileManager',21,'äÁÔÁ',1040913036); -INSERT INTO international VALUES (15,'FileManager',21,'ïÐÉÓÁÎÉÅ ÓÏÄÅÒÖÁÎÉÑ ÆÁÊÌÁ',1040912994); +INSERT INTO international VALUES (15,'FileManager',21,'ïÐÉÓÁÎÉÅ',1042472826); INSERT INTO international VALUES (14,'FileManager',21,'æÁÊÌ',1040912922); INSERT INTO international VALUES (12,'FileManager',21,'õÄÁÌÉÔØ ÆÁÊÌ?',1040912891); INSERT INTO international VALUES (11,'FileManager',21,'ÄÏÂÁ×ÉÔØ ÎÏ×ÙÊ ÆÁÊÌ',1040912819); @@ -10536,6 +10068,53 @@ INSERT INTO international VALUES (1,'Auth/SMB',21,' INSERT INTO international VALUES (1,'Auth/LDAP',21,'îÁÓÔÒÏÊËÉ ÄÌÑ ÉÄÅÎÔÉÆÉËÁÃÉÉ ÎÁ ÓÅÒ×ÅÒÅ LDAP',1040907137); 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); INSERT INTO international VALUES (72,'Article',21,'ûÁÂÌÏÎ ÓÔÁÔØÉ',1040901056); +INSERT INTO international VALUES (857,'WebGUI',1,'IP Address',1043878310); +INSERT INTO international VALUES (861,'WebGUI',1,'Make profile public?',1043879954); +INSERT INTO international VALUES (860,'WebGUI',1,'Make email address public?',1043879942); +INSERT INTO international VALUES (859,'WebGUI',1,'Signature',1043879866); +INSERT INTO international VALUES (858,'WebGUI',1,'Alias',1043879848); +INSERT INTO international VALUES (862,'WebGUI',1,'This user\'s profile is not public.',1043881275); +INSERT INTO international VALUES (866,'WebGUI',1,'Expire Notifcation Message',1044127055); +INSERT INTO international VALUES (865,'WebGUI',1,'Notify user about expiration?',1044126938); +INSERT INTO international VALUES (864,'WebGUI',1,'Expire Notification Offset',1044126838); +INSERT INTO international VALUES (863,'WebGUI',1,'Delete Offset',1044126633); +INSERT INTO international VALUES (867,'WebGUI',1,'Loss of Privilege',1044133143); +INSERT INTO international VALUES (618,'WebGUI',1,'SMTP Server
\r\nThis is the address of your local mail server. It is needed for all features that use the Internet email system (such as password recovery).\r\n

\r\nOptionally, if you are running a sendmail server on the same machine as WebGUI, you can also specify a path to your sendmail executable. On most Linux systems this can be found at \"/usr/lib/sendmail\".\r\n\r\n

\r\nEmail Footer
\r\nThis footer will be processed for macros and attached to every email sent from this WebGUI instance.\r\n

\r\n\r\nAlert on new user?
\r\nShould someone be alerted when a new user registers anonymously?\r\n

\r\n\r\nGroup To Alert On New User
\r\nWhat group should be alerted when a new user registers?\r\n

\r\n\r\n',1044709143); +INSERT INTO international VALUES (870,'WebGUI',1,'Welcome',1044139461); +INSERT INTO international VALUES (872,'WebGUI',1,'Who can view?',1044218038); +INSERT INTO international VALUES (871,'WebGUI',1,'Who can edit?',1044218026); +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); +INSERT INTO international VALUES (636,'WebGUI',2,'Um ein Paket zu erstellen, befolgen Sie einfach diese einfachen Schritte: \r\n

    \r\n
  1. Vom Administrationsmenu wählen Sie "Verwalten: Pakete"
  2. Fügen \r\n Sie eine Seite hinzu und vergeben ihr einen Namen. Der Name dieser Seite \r\n wird der Name des Paketes sein. \r\n
  3. Gehen Sie zur neuen Seite, die Sie eben erstellt haben und beginnen Sie \r\n damit, Seiten und Wobjects hinzufügen. Alle Seiten oder Wobjects, die Sie \r\n hier hinzugefügt haben, werden jedes Mal erstellt, wenn Sie dieses Paket \r\n anwenden. \r\n
Hinweise:
Damit Sie Pakete hinzufügen, bearbeiten oder löschen \r\nkönnen, müssen Sie in der Paketmanager-Gruppe oder in der Admingruppe sein.

Wenn \r\nSie Inhalt zu einem Wobject, das sich im Paket befindet, hinzufügen, wird dieser \r\nautomatisch kopiert bzw. mit übernommen, wenn das Paket angewendet wird.

Privilegien/Berechtigungen \r\nund Styles, die den Seiten im Paket zugeordnet sind, werden nicht mit übernommen. \r\nStattdessen übernehmen die Seiten des Pakets die Privilegien und Styles des \r\nBereichs, in den sie eingefügt werden.',1044005675); +INSERT INTO international VALUES (842,'WebGUI',2,'Diese Makros werden benötigt, um Navigationselemente auf der Seite einzufügen. \r\n

^C; oder ^C(); - Crumb Trail
Eine dynamisch generierte \'crumb trail\' \r\nzur aktuellen Seite. Damit wird ein horizontales Menu erzeugt, das, anders als \r\nz. B. das \'Top-Level Menu\' oder das \'Aktuelle Menu\' (siehe weiter unten) eine \r\nArt Pfadkennzeichnung ausgehend von der Homepage darstellt.(z.B. Home > Unterseite1 \r\n> Unter-Unterseite). Die Auswirkungen dieses Makros sind etwas schwer zu \r\nbeschreiben, aber probieren Sie es einfach aus. Ergänzend können Sie ein \r\nTrennzeichen zwischen den Seitenlinks definieren, und zwar durch die Benutzung \r\nvon z. B. ^C(::);. Das Standard-Trennzeichen ist >.

Beachte: Die .crumbTrail Style \r\nSheet Klasse ist diesem Makro zugeordnet. \r\n

^FlexMenu;
Dieses Menu-Makro erstellt ein Top-Level Menu, das beim \r\nAuswählen eines jeden Menuelements erweitert wird, d. h. dass beim Anklicken \r\ndes Links die Untermenupunkte angezeigt (aufgeklappt) werden. \r\n

^H; oder ^H(); - Home Link
Ein Link zur Homepage dieser Seite. \r\nZusätzlich können Sie den Linktext wie folgt abändern: ^H("Zur Homepage");. \r\n

Beachte: In speziellen Fällen können Sie auch ^H(linkonly); benutzen, \r\num lediglich die URL zur Homepage anzuzeigen.
Die Style Sheet Klasse \'.homeLink\' \r\nist diesem Makro zugeordnet. \r\n

^M; oder ^M(); - Aktuelles Menu (Vertikal)
Ein vertikales Menu, \r\ndass die Unterseiten der aktuellen Ebene enthält. Zusätzlich können Sie auch \r\nangeben, wie viele Stufen dieses Menu in die Tiefe gehen soll. Standardmässig \r\nwird nur die erste Ebene angezeigt, wenn Sie aber z. B. bis zur dritten Unterebene \r\nanzeigen lassen möchten, müssen Sie das Makro wie folgt verwenden: ^M(3);. \r\nWenn Sie das Makro auf "0" setzen, wird die komplette Seitenstruktur \r\nab dieser Ebene angezeigt. \r\n

^m; - Aktuelles Menu (Horizontal)
Ein horizontales Menu, dass \r\ndie Unterseiten der aktuellen Ebene enthält. Ergänzend können Sie ein Trennzeichen \r\nzwischen den Seitenlinks definieren, und zwar durch die Benutzung von z. B. \r\n ^m(:--:);. Das Standard-Trennzeichen ist ·. \r\n

^P; oder ^P(); - Vorheriges Menu (Vertikal)
Ein vertikales Menu, \r\ndass die Unterseiten der vorherigen Ebene enthält. Zusätzlich können Sie auch \r\nangeben, wie viele Stufen dieses Menu in die Tiefe gehen soll. Standardmässig \r\nwird nur die erste Ebene angezeigt, wenn Sie aber z. B. bis zur dritten Unterebene \r\nanzeigen lassen möchten, müssen Sie das Makro wie folgt verwenden: ^P(3);. \r\nWenn Sie das Makro auf "0" setzen, wird die komplette Seitenstruktur \r\nab dieser Ebene angezeigt. \r\n

^p; - Vorheriges Menu (Horizontal)
Ein horizontales Menu, dass \r\ndie Unterseiten der vorherigen Ebene enthält. Ergänzend können Sie ein Trennzeichen \r\nzwischen den Seitenlinks definieren, und zwar durch die Benutzung von z. B. \r\n ^p(:--:);. Das Standard-Trennzeichen ist ·.

^rootmenu; or ^rootmenu(); (Horizontal)
Ein \r\nhorizontales Menu mit den verschiedenen Startseiten (Roots) Ihres Systems. (ausgenommen \r\ndie WebGUI System Roots) Ergänzend können Sie ein Trennzeichen wie ^rootmenu(|); \r\neinfügen. \r\n

^S(); - Genau definiertes SubMenu (Vertikal)
Dieses Makro bietet \r\nIhnen die Möglichkeit, das Untermenu einer beliebigen Seite anzuzeigen, angefangen \r\nmit der Seite, die Sie angegeben haben. Als Beispiel können Sie das Homepage \r\nSubMenu mit diesem Makro anzeigen lassen. \r\n^S("home",0);. Der erste Wert ist der verlinkte Titel der Seite \r\nund der zweite Wert ist die Tiefe, die angezeigt werden soll. Standardmässig \r\nsehen Sie nur die erste Ebene. Um z. B. 3 Ebenen tief anzeigen zu lassen, erstellen \r\nSie folgendes Makro: \r\n^S("home",3);. \r\n

^s(); - Genau definiertes SubMenu (Horizontal)
Dieses Makro bietet \r\nIhnen die Möglichkeit, das Untermenu einer beliebigen Seite anzuzeigen, angefangen \r\nmit der Seite, die Sie angeben. Als Beispiel können Sie das Homepage SubMenu \r\nmit diesem Makro anzeigen lassen: \r\n^s("home");. Der Wert ist der verlinkte Titel der Seite. \r\n^s("home",":--:"); einfügen. Das Standardtrennzeichen \r\nist ·. \r\n

^Synopsis; or ^Synopsis(); Menu
Mit diesem Makro können Sie das \r\nUntermenu einer Seite zusammen mit dessen Beschreibungen (Zusammenfassung) anzeigen \r\nlassen. Standardmässig wird nur die erste Ebene angezeigt, wenn Sie aber z. \r\nB. bis zur dritten Unterebene anzeigen lassen möchten, müssen Sie das Makro \r\nwie folgt verwenden: ^Synopsis(3);. \r\nWenn Sie das Makro auf "0" setzen, wird die komplette Seitenstruktur \r\nab dieser Ebene angezeigt. \r\n

Beachte: Folgende Style Sheet Klassen sind diesem Makro zugeordnet: \r\n

    \r\n
  • .synopsis_sub
  • \r\n
  • .synopsis_summary
  • \r\n
  • .synopsis_title
  • \r\n
\r\n

^T; oder ^T(); - Top Level Menu (Vertikal)
Ein vertikales Menu, \r\ndas die Hauptseiten Ihrer Website enthält (Unterseiten der Homepage). Zusätzlich \r\nkönnen Sie auch angeben, wie viele Stufen dieses Menu in die Tiefe gehen soll. \r\nStandardmässig wird nur die erste Ebene angezeigt, wenn Sie aber z. B. bis zur \r\ndritten Unterebene anzeigen lassen möchten, müssen Sie das Makro wie folgt verwenden: ^T(3);. \r\nWenn Sie das Makro auf "0" setzen, wird die komplette Seitenstruktur \r\nangezeigt.

^t; - Top Level Menu (Horizontal)
Ein horizontales Menu, \r\ndas die Hauptseiten Ihrer Website enthält (Unterseiten der Homepage). Optional \r\nkönnen Sie ein Trennzeichen angeben mit ^t(:--:);. \r\nDas Standardtrennzeichen ist ·. \r\n

^/; - System URL
Die URL zum \'Gateway Script\' = Eingang seite (beispielsweise: \r\n/index.pl/). \r\n

^\\; - Seiten URL
Die URL zur aktuellen Seite (beispielsweise: \r\n/index.pl/seitenname).

',1044004969); +INSERT INTO international VALUES (844,'WebGUI',2,'Diese Makros haben mit Benutzern und Login zu tun. \r\n

^a; or ^a(); - My Account Link
Ein Link zu Ihrem Benutzerprofil. \r\nZusätzlich können Sie den Linktext durch ein Makro wie dieses ändern: \r\n^a("Mein Profil");. \r\n

Beachte: Sie können auch im speziellen Fall ^a(linkonly); benutzen, \r\num lediglich die URL zum Profil anzuzeigen und nichts weiter.
Die Style \r\nSheet Klasse \' .myAccountLink\' ist diesem Makro zugeordnet. \r\n

^AdminText();
Zeigt dem Benutzer, der im Administrationsmodus ist, \r\neine kleine Textmeldung an. Beispiel: ^AdminText("Sie sind im Administrationsmodus!"); \r\n

^AdminToggle; or ^AdminToggle();
Platziert einen Link auf der Seite, \r\nder nur für Content Manager und Administratoren sichtbar ist. Der Link schaltet \r\nden Admin-Modus an oder aus. Optional können Sie ein Makro verwenden, dass einen \r\nanderen Text anzeigt, wie z. B. \r\n^AdminToggle("Adminmodus an","Adminmodus aus"); \r\n

^GroupText();
Zeigt dem Benutzer eine kleine Textmeldung an, abhängig \r\ndavon, welcher Gruppe er zugeordnet ist. Beispiel: ^GroupText("Visitors","Lassen \r\nSie sich registrieren, wenn Sie weitere coole Features dieser Seite nutzen möchten!"); \r\n

^L; or ^L(); - Login
Ein kleines Anmeldeformular. Dieses Makro können \r\nSie auch konfigurieren. Sie können die Breite der Login-Box mit ^L(20); angeben, \r\noder Sie können eine Textmeldung ausgeben lassen, nachdem sich der Benutzer \r\nangemeldet hat, wie ^L(20,Hallo \r\n^a(^@;);. Klicken Sie %hier%, wenn Sie sich abmelden möchten!) \r\n

Beachte: Die Style Sheet Klasse \'.loginBox\' ist diesem Makro \r\nzugeordnet. \r\n

^LoginToggle; or ^LoginToggle();
Zeigt eine "Anmelden" oder "Abmeldung" \r\nNachricht an, je nachdem, ob der Benutzer an- oder abgemeldet ist. Optional \r\nkönnen Sie auch eine Meldung wie diese ausgeben lassen: ^LoginToggle("Hier \r\nklicken, um sich anzumelden.","Hier klicken, um sich abzumelden."); \r\n

^@; - Username
Der Benutzername des aktuell angemeldeten Benutzers. \r\n

^#; - User ID
Die Benutzer ID des aktuell angemeldeten Benutzers.

',1044001105); +INSERT INTO international VALUES (846,'WebGUI',2,'Diese Makros werden hauptsächlich benötigt um Styles in WebGUI zu erstellen. \r\n

^AdminBar;
Platziert die Administrationsleiste auf der Seite. Dieses \r\nElement wird im "Body" Bereich benötigt.. \r\n

^c; - Company Name
Der Firmenname, den Sie in den Profileinstellungen \r\ndes Administrators eingetragen haben. \r\n

^e; - Company Email Address
Die Emailadresse, die Sie in den Profileinstellungen \r\ndes Administrators eingetragen haben.

^Extras;
Gibt den Pfad zum \r\nWebGUI "extras" Verzeichnis zurück, der Dinge wie die WebGUI Icons \r\nenthält. \r\n

^PageTitle;
Zeigt den Titel der aktuellen Seite an. \r\n

^r; or ^r(); - Druckversion der Seite
Erstellt einen Link, um den \r\nStyle von der Seite zu entfernen bzw. um Sie für den Ausdruck zu optimieren. \r\nZusätzlich können Sie  den Linktext ändern, wenn Sie ein Makro wie dieses \r\neinsetzen: ^r("Drucken!");. \r\n

Standardmässig wird, wenn der Link angeklickt wird, der aktuelle Seiten Style \r\nersetzt mit dem "Make Page Printable" Style im Style Manager. Genauso \r\ngut kann dies aber geändert bzw. überschrieben werden, wenn Sie den Namen eines \r\nanderen Styles als zweiten Parameter angeben, wie z. B. ^r("Print!","Demostyle"); \r\n

Beachte: Sie können auch im speziellen Fall ^r(linkonly); benutzen, \r\num lediglich die URL zur Druckversion angeben und nichts weiter.
Die Style \r\nSheet Klasse \r\n\'.makePrintableLink\' ist diesem Makro zugeordnet. \r\n

^RootTitle;
Gibt den Titel der aktuellen Startseite (Root) aus. \r\nWenn z. B. der Titel der aktuellen Startseite "Home" ist, wird dieser \r\nTitel angezeigt. Einige Seiten haben mehrere Startseiten (Roots) und folglich \r\nwird etwas benötigt, um dem Besucher zu zeigen, in welchem Bereich er sich gerade \r\nbefindet. \r\n

^u; - Company URL
Die URL, die Sie in den Profileinstellungen \r\ndes Administrators eingetragen haben.

^?; - Search
Fügt ein Suchformular \r\nein. Dieses ist an die eingebaute WebGUI Suchmaschine angebunden.. \r\n

Beachte: Die Style Sheet Klasse \'.searchBox\' ist diesem Makro \r\nzugeordnet. \r\n

^-;
Dies ist das "Trenn-Makro", d. h. es darf genau einmal \r\nin jedem Style auftauchen, da es angibt, wo der Content/Inhalt für die Seite \r\neingefügt werden soll.

',1044000035); +INSERT INTO international VALUES (612,'WebGUI',2,'Es besteht keine Notwendigkeit immer einen Benutzer gleich zu löschen. Wenn \r\nSie einen Benutzer z.b. sperren möchten, können Sie auch einfach sein Passwort \r\nändern. Wenn Sie sich aber wirklich sicher sind, dass Sie diesen Benutzer löschen \r\nwollen, beachten Sie auch die Folgen, die sich daraus ergeben. Wenn Sie einen \r\nBenutzer löschen, bleibt der ganze Inhalt, den der Benutzer über die Wobjects \r\nIhrer Seite hinzugefügt hat (z. B. Beiträge im Diskussionsforum) erhalten. Wenn \r\naber jedoch jemand anderes sich das Profil dieses gelöschten Benutzers, dessen \r\nName ja noch im System auftaucht (zb. in dem von ihm verfassten Beitrag im Diskussionsforum) \r\nanschauen möchte, erhält er eine Fehlermeldung. Genauso verhält es sich, wenn \r\nSie den gelöschten Benutzer doch wieder aufnehmen, gibt es keinen Weg mehr, \r\num ihm auch die Berechtigungen für die von ihm vor der Löschung verfassten Beiträge \r\nzurückzugeben - es sei denn Sie fügen den Benutzer manuell in die Benutzertabelle \r\nder Datenbank hinzu. \r\n

Wie mit allen Löschvorgängen, werden Sie auch hier gefragt, ob Sie sich wirklich \r\nsicher sind, dass Sie diesen Benutzer löschen möchten. Wenn Sie dann mit \'Ja\' \r\nantworten, wird er gelöscht. Antworten Sie jedoch mit \'Nein\', kommen Sie wieder \r\nzurück zur vorherigen Seite.

',1043961142); +INSERT INTO international VALUES (610,'WebGUI',2,'Für weitere Details schauen Sie bitte unter Benutzer verwalten \r\n

Benutzername
Der Benutzername ist die eindeutige Kennzeichnung \r\nfür einen Benutzer. Es ist aber auch eine Kennzeichnung, wie der Benutzer in \r\nder WebGUI Seite angezeigt wird. \r\n(Beachte: Administratoren haben unbeschränkte Rechte im WebGUI System. \r\nDas bedeutet aber auch, das sie damit die Fähigkeit haben, das System zu beschädigen. \r\nWenn Sie einen Benutzer umbenennen oder erstellen, achten Sie darauf, dass Sie \r\nnicht einen bereits vergebenen Benutzernamen nehmen) \r\n

Passwort
Ein Passwort ist dazu da, um sicherzustellen, dass der \r\nBenutzer auch der ist, der er ist. \r\n

Authentifizierungs Methode
Weitere Details unter Einstellungen \r\nbearbeiten. \r\n

LDAP URL
Weitere Details unter Einstellungen bearbeiten. \r\n

Connect DN
Die Connect DN ist die cn (common name) eines \r\neingetragenen Benutzers in der LDAP Datenbank. Das Format sollte sein wie cn=John Doe. \r\nDies ist in der Tat der Benutzername, der zur Authentifizierung gegenüber dem \r\nLDAP Server benutzt wird.

',1043960590); +INSERT INTO international VALUES (607,'WebGUI',2,'Anonyme Registrierung
Möchten Sie, dass sich die Besucher Ihrer Seite \r\nselbst registrieren können?

Beim Registrieren ausführen
Was \r\nhier Sie hier eintragen, wird jedesmal ausgeführt, wenn sich ein Benutzer anonym \r\nregistriert. \r\n\r\n

Bei neuem Nutzer benachrichtigen?
Soll jemand bei einer anonymen \r\nNeu-Registrierung benachrichtigt werden? \r\n

Gruppe, die bei einem neuen Benutzer benachrichtigt werden soll
Welche \r\nGruppe soll benachrichtigt werden, wenn sich ein neuer Benutzer registriert? \r\n

Karma aktivieren?
Soll Karma aktiviert werden? \r\n

Karma pro Login
Der Karmawert, den der Benutzer erhält, wenn er \r\nsich anmeldet. Dies wirkt nur, wenn Karma aktiviert ist. \r\n

Sitzungs Zeitüberschreitung (Timeout)
Die Zeit, die eine Benutzer-Sitzung \r\naktiv ist, bevor er sich wieder neu einloggen muss. Jedesmal, wenn der Benutzer \r\neine neue Seite anschaut, wird dieses Timeout wieder zurückgesetzt. This timeout is reset each time a user \r\nviews a page. Wenn Sie also z. b. das Timeout auf 8 Stunden setzen, muss sich \r\nein Benutzer wieder neu einloggen. \r\n

Authentifizierungsmethode
Welche Authentifizierungsmethode soll \r\nstandardmässig verwendet werden? Die beiden möglichen Methoden sind WebGUI und LDAP. WebGUI Authentifizierung \r\nbedeutet, dass sich die Authentifizierung anhand des Benutzernamens und des \r\nPassworts, die in der Datenbank hinterlegt sind, richtet. Bei der LDAP-Methode \r\nerfolgt die Authentifizierung über einen externen LDAP \r\nserver.

Beachte: Diese Einstellungen können auf Benutzerebene \r\ngesondert vorgenommen werden.

LDAP Authentifizierungsoptionen
Bindet \r\nden WebGUI Benutzernamen an die \r\nLDAP Identität. Dazu ist es erforderlich, das der Benutzer den selben Benutzernamen \r\nin WebGUI hat, wie er während des anonymen Registrierungsvorgangs vergeben wurde. \r\nDas bedeutet auch, dass die Benutzer Ihren Benutzernamen später nicht mehr ändern \r\nkönnen.

LDAP URL (Standard)
Die Standard-URL zum LDAP Server. Die \r\n LDAP URL hat folgendes Format: \r\nldap://[server]:[port]/[base DN]. Beispiel: \r\nldap://ldap.mycompany.com:389/o=MyCompany.

LDAP Identität
Die \r\nLDAP Identität die eindeutige Bezeichner im LDAP Server, die den Benutzer identifiziert. Oft \r\nenthält dieses Feld den Kurznamen, der sich aus dem ersten Buchstaben \r\ndes Vornamens und dem Nachnamen zusammensetzt. Beispiel: jdoe

LDAP Identitäts Name
Bezeichnung, \r\ndie verwendet wird um die LDAP Identität des Benutzers zu beschreiben. Beispielsweise \r\nbenutzen einige Firmen einen LDAP Server zur Benutzerregistrierung an Ihrem \r\nProxy Server. Wie schon in der \r\nDokumentation beschrieben, ist die LDAP Identität auch bekannt als der Web Username.

LDAP Password Name
Genauso \r\nwie die LDAP Identität eine Bezeichnung ist, so verhält es sich auch mit dem \r\n LDAP Password Name.

',1043960053); +INSERT INTO international VALUES (75,'USS',2,'Hier ist die Übersicht über die Template Variabeln, die im Benutzerbeitragssystem \r\nzur Verfügung stehen. \r\n

readmore.label
Die übersetzte Bezeichnung, die anzeigt, das ein \r\nBenutzer hier klicken kann, um mehr von dem Beitrag zu lesen. \r\n

responses.label
Die übersetzte Bezeichnung, die anzeigt, das ein \r\nBenutzer hier klicken kann, um Antworten zu diesem Beitrag zu sehen. \r\n

canPost
Eine Bedingungsvarariable die anzeigt, ob ein Benutzer \r\neinen neuen Beitrag verfasen kann. \r\n

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

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

search.url
Die \r\nURL um WebGUI\'s WebGUI Power Suchformular  zu an- oder auszuschalten. \r\n

search.label
Die übersetzte Bezeichnung für diesen Link.

\r\n

search.form
WebGUI Power Suchformular . \r\n

title.label
Die übersetzte Bezeichnung für die Titel-Spalte. \r\n

thumbnail.label
Die übersetzte Bezeichnung für die Vorschaubild-Spalte. \r\n

date.label
Die übersetzte Bezeichnung für die Datum-Spalte. \r\n

by.label
Die übersetzte Bezeichnung, wer den Beitrag verfasst. \r\n

submissions_loop
Eine Schleif, die jeden einzelnen Beitrag umfasst. \r\n

submission.id
Eine eindeutige Bezeichnung für diesen Beitrag. \r\n

submission.url
Die URL, um diesen Beitrag anzuschauen. \r\n

submission.content
Die verkürzte Wiedergabe des Beitragsinhalts. \r\n\r\n

submission.responses
Die Anzahl der Antworten auf diesen Beitrag. \r\n

submission.title
Der Titel des Beitrags. \r\n

submission.userId
Die ID des Benutzers, der diesen Beitrag veröffentlicht \r\n hat. \r\n

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

submission.status
Der Status dieses Beitrages (freigegeben, ausstehend, \r\n abgelehnt). \r\n

submission.thumbnail
Das Vorschaubild eines hochgeladenen Bildes \r\n (sofern eins vorhanden ist). \r\n

submission.date
Datum des Beitrages. \r\n

submission.currentUser
Bedingungsvariable, ob der aktuelle Benutzer \r\n auch der ist, der diesen Beitrag veröffentlicht hat. \r\n

submission.userProfile
Die URL zu dessen Benutzerprofil. \r\n

submission.secondColumn
Eine Bedingung, ob dieser Beitrag in einem \r\n mehrspaltigen Layout in die zweite Spalte gehört oder nicht. \r\n

submission.thirdColumn
Eine Bedingung, ob dieser Beitrag in einem \r\n mehrspaltigen Layout in die dritte Spalte gehört oder nicht. \r\n

submission.fourthColumn
Eine Bedingung, ob dieser Beitrag in einem \r\n mehrspaltigen Layout in die vierte Spalte gehört oder nicht. \r\n

submission.fifthColumn
Eine Bedingung, ob dieser Beitrag in einem \r\n mehrspaltigen Layout in die fünfte Spalte gehört oder nicht. \r\n

\r\n

firstPage
Link zur ersten Seite. \r\n

lastPage
Link zur letzten Seite. \r\n

nextPage
Link zur nächsten Seite. \r\n

previousPage
Link zur vorherigen Seite. \r\n

pageList
Eine Liste aller Links. \r\n

multiplePages
Eine Bedingung, die anzeigt, ob es mehr als eine \r\nSeite gibt.

',1043949958); +INSERT INTO international VALUES (71,'USS',2,'Benutzerbeitragssysteme sind eine gute Möglichkeit um eine Art Gemeinschaftsgefühl \r\nzu geben oder um kostenlose Beiträge Ihrer Benutzer zu erhalten.

Haupt \r\nTemplate
Wählen Sie ein Layout aus. \r\n

Benutzerbeitragssystem Template
Wählen Sie ein Layout für die \r\neinzelnen Beiträge aus. \r\n\r\n

Wer kann genehmigen?
Welche Gruppe hat die Berechtigung, Beiträge \r\nzu erlauben oder zu verbieten? \r\n

Wer kann Beiträge schreiben?
Welche Gruppe hat die Berechtigung, \r\nBeiträge verfassen zu dürfen?

Beiträge pro Seite
Wieviele \r\nBeiträge sollen pro Seite in der Übersicht angezeigt werden?

Standard \r\nStatus
Sollen Beiträge standardmässig auf "Abgelehnt", "Ausstehend" \r\noder "freigegeben" gestellt werden?

Beachten Sie: Wenn \r\nSie den Status auf "Ausstehend" setzen, dann müssen Sie daran denken, \r\nöfter in Ihrem Posteingang nachzuschauen, ob Beiträge zur Veröffentlichung anstehen. \r\n

Karma pro Benutzerbeitrag
Wieviel Karma soll ein Benutzer erhalten, \r\nwenn er einen Beitrag verfasst? \r\n

Vorschaubilder anzeigen?
Sofern eine Grafik im Beitrag enthalten \r\nist, wird das Vorschaubild im Layout angezeigt. \r\n

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

Wer kann Diskussionsbeiträge schreiben?
Wählen Sie die Gruppe aus, \r\ndie berechtigt ist, Diskussionsbeiträge zu verfassen. \r\n

Timeout zum Bearbeiten
Wie lange soll der Benutzer die Möglichkeit \r\nhaben, den von ihm verfassten Beitrag zu bearbeiten, bevor diese Bearbeitungsmöglichkeit \r\nfür ihn gesperrt wird? \r\n

Beachten: Setzen Sie das Limit nicht zu hoch. Das beste an Diskussionen \r\nist ja, dass Sie eine genaue Wiedergabe dessen darstellen sollen, wer wann was \r\ngesagt hat. . \r\n

Karma pro Diskussionsbeitrag
Wieviel Karma soll ein Benutzer erhalten, \r\nwenn er einen Beitrag zur Diskussion verfasst? \r\n \r\n

Wer kann moderieren?
Wählen Sie eine Gruppe aus, die diese Diskussion \r\nmoderieren kann. \r\n

Moderationsart?
Sie können hier auswählen, welche Moderationsart \r\nSie bevorzugen. \r\n

    \r\n
  • \'Sofort\' bedeutet, dass der Beitrag sofort veröffentlicht wird, \r\n nachdem der Benutzer ihn verfasst hat.
  • \r\n
  • \'Freigeben\' bedeutet, dass der Moderator den Beitrag zuerst anschauen \r\n und freigeben muss, bevor er für alle sichtbar wird.
  • \r\n
\r\n

Benachrichtigungen über den Eingang neuer Beiträge/Kommentare erscheinen sofort im Posteingang des Moderators.

',1043948446); +INSERT INTO international VALUES (71,'SQLReport',2,'SQL Reports sind vielleicht das effizienteste Werkzeug in WebGUI. Hiermit \r\nhat der Benutzer die Möglichkeit Daten von allen Datenbanken abzufragen, zu \r\ndenen er Zugriff hat. Damit kann er z. B. Verkaufsdaten aus seinem WebShop einbinden \r\noder alle Diskussionsforen auf seiner Website zusammenfassen. \r\n

Makros in der Abfrage vorverarbeiten?
Wenn Sie WebGUI Makros in \r\nIhrer Abfrage nutzen möchten, müssen Sie diesen Punkt aktivieren. \r\n

Debug?
Aktivieren Sie dies, wenn Debugging- und Fehlermeldungen \r\nangezeigt werden sollen. \r\n

Abfrage
Dies ist eine Standard SQL-Abfrage. Sollten Sie mit SQL \r\nnicht vertraut sein, bietet Ihnen \r\nPlain Black Software Übungslehrgänge \r\nin SQL und Datenbankmanagement an. Sie können mit dem ^FormParam();-Makro Abfragen \r\ndynamischer gestalten. \r\n

Report Template
Wie soll der Report dargestellt werden? Normalerweise \r\nbenutzt man HTML-Tabellen um einen SQL-Report zu generieren. Wenn Sie dieses \r\nFeld leerlassen, wird eine Vorlage basierend auf der Ergebnisliste angezeigt. \r\n

Es gibt einige spezielle Makros-Zeichen die zur Erstellung von SQL-Reports \r\ngenutzt werden können. Diese sind \r\n^-;, ^0;, ^1;, ^2;, ^3;, etc. Diese Makros werden ungeachtet der Einstellungen \r\n"Makros in der Abfrage vorverarbeiten" abgearbeitet. Das ^- Makro stellt \r\nTrennpunkte im Dokument dar, um zu kennzeichnen, wo die Anfangs- und Endschleife \r\ndes Reports beginnt. Die numerischen Makros stellen die Datenfelder dar, die \r\nvon Ihrer Abfrage zurückgegeben werden. Es gibt noch ein zusätzliches Makro \r\n(^rownum;), das die Zeilen der Abfrage beginnend bei 1 zählt. Dies können Sie \r\nnutzen, wenn die einzelnen Ergebnissätze nummeriert werden sollen. \r\n

DSN
Data Source Name ist die eindeutige Bezeichnung, \r\ndie von Perl genutzt wird, um den Ort Ihrer Datenbank zu beschreiben. Das Format \r\nist DBI:[Treiber]:[Datenbankname]:[Host]. \r\n

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

Datenbankbenutzer
Der Benutzername zur DSN. \r\n

Datenbankpasswort
Das Passwort zur DSN. \r\n

Einträge pro Seite
How many rows should be displayed before splitting the \r\nresults into separate pages? In other words, how many rows should be displayed \r\nper page? \r\n

Carriage Return beachten?
Möchten Sie Carriage Returns in der \r\nErgebnisansicht zu HTML-Umbrüchen konvertieren.

',1043946477); +INSERT INTO international VALUES (611,'WebGUI',2,'Firmen Name
\r\nDer Name Ihrer Firma. Er erscheint auf allen Emails und überall dort, wo das CompanyName-Macro eingesetzt wird.

\r\nFirmen Email Adresse
\r\nEine allgemeine Firmen-Emailadresse. Von dieser Adresse werden alle automatischen Emails versendet. Sie kann auch über das WebGUI-Macrosystem genutzt werden.

\r\nFirmen URL
\r\nDie Haupt-URL Ihrer Firma. Diese erscheint auf allen von WebGUI versendeten Emails. Wie schon bei den ersten beiden Funktionen kann auch hier das WebGUI-Macrosystem benutzt werden.',1043425351); +INSERT INTO international VALUES (616,'WebGUI',2,'Pfad zu den WebGUI Extras
\r\nDer Webpfad zum Verzeichnis, dass die WebGUI Grafiken und javascript-Dateien enthält

\r\nMaximale Dateigröße für Anhänge
\r\nDiese Einstellung gilt für alle Wobjects, die das Hochladen von Dateien und Bildern erlauben (wie z. B. Artikel) Die Grösse wird in Kilobytes angegeben.

\r\nGrösse der Vorschaubilder (Thumbnails)
\r\nDie Grösse der längsten Seite einer Grafik. Wenn Sie z. B. den Wert auf 100 setzen und Ihre Grafik ist 400 Pixel hoch und 200 Pixel breit, so wird das Vorschaubild eine Höhe von 100 Pixels und eine Breite von 50 Pixels haben.

Beachten Sie: Vorschaubilder werden automatisch generiert, wenn Grafiken hochgeladen/hinzugefügt werden.

\r\nWeb Pfad für die Anhänge
\r\nDer Webpfad zum Verzeichnis, in dem Anhänge gespeichert werden sollen (z.B. /uploads).

\r\nServerpfad für die Anhänge
\r\nDer lokale Pfad zum Verzeichnis, in dem die Anhänge gespeichert werden sollen, z. B. /var/www/public/uploads. Beachten Sie, dass der Webserver genügend Rechte hat, um in dieses Verzeichnis speichern zu können.',1043425071); +INSERT INTO international VALUES (629,'WebGUI',2,'Proxy Caching unterbinden
\r\nEinige Firmen haben Proxy Server im Einsatz, die Probleme mit WebGUI verursachen können. Wenn Sie solche Problem feststellen, können Sie die Einstellungen auf \'JA\' setzen. Beachten Sie aber bitte, dass WebGUI\'s URLs nicht mehr so benutzerfreundlich sein werden, wenn dieses Feature aktiviert ist.\r\n

\r\nFehlersuche anzeigen
\r\nWenn dies aktiviert ist, werden erweiterte Meldungen, die lediglich für Entwickler oder Administratoren interessant sein können, angezeigt. Dies ist hilfreich beim Lösen eines Problems

\r\nSeitenstatistik 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.',1043424198); +INSERT INTO international VALUES (630,'WebGUI',2,'In WebGUI ist eine kleine, aber feine Echt-Zeit Suchmaschine integriert. Wenn Sie diese benutzen möchten, können Sie das ^?; Makro nutzen, oder Sie fügen \'?op=search\' ans Ende einer URL an oder Sie basteln Ihr eigenes Formular.

Einige Leute benötigen eine Suchmaschine, um ihre WebGUI Seite und andere Seiten zu indizieren. Oder sie haben mehr Anforderungen an eine Suchmaschine, als das, was die WebGUI Suchmaschine bietet. In diesen Fällen empfehlen wir MnoGo Search oder ht://Dig.',1043423742); +INSERT INTO international VALUES (698,'WebGUI',2,'Karma ist eine Methode, um Benutzeraktivitäten zu verfolgen und den Benutzer möglicherweise zu belohnen oder zu \'bestrafen\' für den Umfang der Aktivitäten, die er durchgeführt hat.

Wenn Karma aktiviert ist, beachten Sie, dass bei den Einstellungen von vielen Komponenten in WebGUI Karma-Funktionen hinzugekommen sind (z. B. können Sie bei Abstimmungen \'Karma pro Abstimmung\' definieren.

\r\nSie können nachverfolgen bzw. Karma vergeben, wenn sich ein Benutzer anmeldet und wieviel er zu Ihrer Seite beigetragen hat (wieviele Beiträge er verfasst hat, etc.) \r\n

\r\nUnd Sie können z. B. je nach Karma-Anzahl Zugriff zu besonderen Bereichen gewähren.

\r\nMehr über Karma finden Sie in Ruling WebGUI.',1043423279); +INSERT INTO international VALUES (836,'WebGUI',2,'Schnipsel sind Text-Elemente, die mehrfach auf Ihrer Seite genutzt werden können. Dinge wie Java-Scripts, Style Sheets, Flash Animationen oder einfach nur Slogans sind Beispiele hierfür. Das beste daran ist, dass Sie Änderungen, die zum Beispiel in einem Slogan oder Werbespruch durchgeführt werden müssen, an zentraler Stelle ändern können.

\r\nName
Vergeben Sie einen eindeutigen Namen, damit Sie das Schnipsel später schnell wiederfinden können.

\r\nIn welches Verzeichnis
In welchen Ordner möchten Sie das Schnipsel speichern

\r\nSchnipsel
Geben Sie hier den Text ein oder noch einfacher: kopieren Sie den benötigten Text oder auch JavaScript-Code über die Zwischenablage ein.',1043421646); +INSERT INTO international VALUES (874,'WebGUI',1,'Unsubscribe From Thread',1044387387); +INSERT INTO international VALUES (873,'WebGUI',1,'Subscribe To Thread',1044387372); +INSERT INTO international VALUES (620,'WebGUI',2,'Wie diese Funktion bereits andeutet werden Sie eine Gruppe löschen und alle \r\ndarin befindlichen Benutzer aus dieser Gruppe zu entfernen. Achten Sie darauf, \r\ndass Benutzer in dieser Gruppe nicht vielleicht die Berechtigung für Seiten \r\nverlieren etc. \r\n

Wie mit jedem Löschvorgang werden Sie gefragt, ob sie sich wirklich sicher \r\nsind, diese Gruppe zu löschen. Wenn Sie mit "Ja" antworten, wird \r\nder Löschvorgang durchgeführt, andernfalls gelangen sie zur vorherigen Seite \r\nzurück.

',1044377232); +INSERT INTO international VALUES (619,'WebGUI',2,'Diese Funktion löscht das gewählte Wobject dauerhaft von einer Seite. Wenn sie \r\nsich nicht sicher sind, ob sie dieses Element löschen möchten, können Sie es \r\nauch ausschneiden und in die Zwischenablage legen und es dann irgendwann löschen. \r\n

Wie mit jedem Löschvorgang werden Sie gefragt, ob sie sich wirklich sicher \r\nsind, dieses Wobject zu löschen. Wenn Sie mit "Ja" antworten, wird \r\nder Löschvorgang durchgeführt, andernfalls gelangen sie zur vorherigen Seite \r\nzurück.

',1044376958); +INSERT INTO international VALUES (618,'WebGUI',2,'Passwort wiederherstellen Text
Der Text, der einem Benutzer gesendet \r\nwird, wenn er die "Passwort wiederherstellen" Funktion benutzt.

Email Fussbereich
Dieser \r\nFusstext ist für Makros vorgesehen und wird jeder Email, die von WebGUI versandt \r\nwird, angehängt.

SMTP Server
Dies ist die Adresse ihres lokalen \r\nMailservers. Diese wird in allen Funktionen benötigt, die das Internet Emailsystem \r\nverwenden (wie z. B. Passwort wiederherstellen). \r\n

Optional können Sie auch den Pfad zu sendmail angeben, wenn ein Sendmail-Server \r\nauf der gleichen Maschine wie WebGUI läuft. Bei den meisten Linux-Servern ist \r\ndies "/usr/lib/sendmail".

',1044376779); +INSERT INTO international VALUES (614,'WebGUI',2,'Styles werden benutzt, um das "Look and feel" ihrer WebGUI Seiten \r\nzu bestimmen. Mit WebGUI können sie eine unbegrenzte Anzahl von Styles \r\nverwenden, daher können sie so viele verschiedene Darstellungen benutzen, wie \r\nsie möchten. Sie könnten z. B. Seiten haben, die dem Layout bzw. Corporate Design \r\nihres Unternehmens entsprechen, oder Seiten, die dem Erscheinungsbild von Yahoo \r\nähnlich sind, usw. Genauso können sie auch Seiten erstellen, die wie die Seiten \r\neines Buches aussehen. Mit dem Styleverwaltungs-Tool haben Sie die ultimative \r\nKontrolle über all ihre Designs.

Es gibt bereits verschiedene in WebGUI eingebaute \r\nStyles. Die ersteren werden von WebGUI selbst benutzt und sollten daher  nicht \r\nbearbeitet oder gelöscht werden. Die letztern sind einige Beispiel-Styles und \r\nkönnen als Vorlage für neue Styles ver wendet oder auch gelöscht werden. \r\n

Clipboard
Dieser Style wird von der Zwischenablage benötigt

Fail Safe
Wenn \r\nsie einen Style löschen, der bereits auf einigen Seiten in Benutzung ist, wird \r\ndieser FailSafe-Style diesen Seiten zugeordnet. Der Style hat einen weissen \r\nHintergrund und eine einfache Navigation. \r\n

Make Page Printable
Dieser Style wird benutzt, wenn sie ein ^r; \r\nMakro in Ihren Seiten einsetzen und der Besucher dann darauf klickt - er erhält \r\ndann die Druckversion der Seite. Sie haben hier die Möglichkeit, ein Logo und \r\neine Copyright-Meldung auf der Seite einzubinden. \r\n

Packages
Dieser Style wird vom Paketmanager benutzt. \r\n

Trash
Dieser Style wird vom Mülleimer genutzt. \r\n

\r\n


\r\nDemo Style
Dies ist ein Beispiellayout, das von einer Templates-Seite \r\ngenommen wurde\r\n(www.freewebtemplates.com). \r\n

Plain Black Software (black) & (white)
Diese Layouts wurden \r\nauf der Plainblackseite verwendet. \r\n

Yahoo!®
Dies ist das Design von Yahoo!®. (genutzt ohne Berechtigung.) \r\n

WebGUI
Dies ist ein einfaches Design mit WebGUI logos. \r\n

WebGUI 4
Dieser Style wurde seit WebGUI Version 4 verwendet.

',1044376312); +INSERT INTO international VALUES (613,'WebGUI',2,'Benutzer sind die Konten, die Berechtigungen zu verschiedenen Bereichen in WebGUI \r\nhaben. Es gibt 2 Standard-Benutzer: Admin und Visitor. \r\n

\r\n

Admin
Unter Admin versteht man genau das, was man unter diesem \r\nBegriff erwartet. Dies ist ein Benutzer mit unbegrenzten Berechtigungen in der \r\nWebGUI Umgebung.

\r\n

Visitor
Der Visitor(Besucher) ist das genaue Gegenteil des Admins. \r\nDer Visitor hat keine Rechte und ein Besucher, der nicht eingeloggt ist, wird \r\nvom System als Visitor erkannt

\r\n

Neuen Benutzer hinzufügen.
Klicken Sie hier, um zur "Benutzer \r\nhinzufügen" Seite zu kommen. \r\n

\r\n

Suchen
Sie können nach Benutzernamen und Emailadressen suchen. \r\nDie Suche kann hier auch eingeschränkt werden, z. B. auf die Suche nach aktivierten \r\nBenutzern.

',1044375306); +INSERT INTO international VALUES (606,'WebGUI',2,'Stellen Sie sich Seiten als Behälter für Inhalte vor. Wenn Sie z. B. einen Brief \r\nan den Herausgeber Ihres Lieblingsmagazins schreiben möchten, starten Sie eine \r\nTextverarbeitung und schreiben Ihre Gedanken nieder. Genauso verhält es sich \r\nmit WebGUI. Erstellen Sie eine Seite und füllen sie mit Inhalt.. \r\n

Titel
Der Seitentitel.

Menü Titel
Ein kürzerer oder \r\nabgeänderter Titel, der in der Navigation erscheinen soll. Wenn Sie hier nichts \r\neingeben, wird die Eingabe verwendet, die Sie bei \'Titel\' eingegeben haben. \r\n

URL der Seite
Wenn Sie eine Seite erstellen wird normalerweise \r\ndie URL aufgrund des Seitentitels erstellt. Wenn Sie damit nicht zufrieden sind, \r\nkönnen Sie es hier ändern. \r\n

Sprache
Wählen Sie die Standardsprache für diese Seite. Alle mittels \r\nWebGUI generierten Texte erscheinen in dieser Sprache und das Charakterset wird \r\nentsprechend der ausgewählten Sprache übernommen (z.B. ä, ö, ü im Deutschen). \r\n

Weiterleitungs URL
Der Besucher der Seite wird zu der Seite weitergeleitet, \r\ndie Sie hier angegeben haben. Wenn Sie dann in Zukunft diese weitergeleitete \r\nSeite wieder ändern möchten, müssen Sie dies in den Admininstrativen Funktionen im \r\nBereich "Verwalten-Baumstruktur" vornehmen. \r\n

Template
Standardmässig hat WebGUI einen grossen Inhaltsbereich, \r\num Wobjects zu platzieren. Dennoch können Sie Ihren Content durch Auswahl eines \r\nanderen Templates in verschiedene Bereiche aufteilen. \r\n

Zusammenfassung
Eine kurze Zusammenfassung der Seite. Dieser Bereich \r\nwird sowohl zum Veröffentlichen von beschreibenden MetaTags als auch als Beschreibungstext \r\nin der Sitemap verwendet. \r\n

Meta Tags
Hier können Sie beliebige Meta Tags definieren. Die Seite Meta Tag Builder gibt Ihnen hierzu \r\neinige Tipps.

Erfahrene Anwender: Sie können hier auch andere Dinge, \r\nwie z. B. JavaScript, einfügen. \r\n

Standard Meta Tags benutzen?
Sollten Sie keine eigenen MetaTags \r\ndefinieren wollen, kann WebGUI diese basierend auf dem Seitentitel und Ihrem \r\nFirmennamen erzeugen. Aktivieren Sie diese Checkbox um die WebGUI-generierten \r\nMetaTags einzuschalten. \r\n

Style
Standardmässig erbt eine Seite, die Sie erstellen, ihre Merkmale \r\nvon der übergeordneten Seite. Eines dieser Merkmale ist der Style. Wählen Sie \r\nhier einen Style aus der Liste aus, den Sie für diese Seite verwenden möchten. \r\nWeitere Details finden Sie unter Style hinzufügen. \r\n

Wenn Sie "Ja" unterhalb des Style-Auswahlmenus aktivieren, wird \r\nder Style für alle Seiten unterhalb dieser Seite übernommen. \r\n

Anfangsdatum
Das Datum, ab dem die Seite sichtbar sein soll. Vor \r\ndiesem Datum sehen nur Contentmanager mit der Berechtigung zur Bearbeitung diese \r\nSeite. \r\n

Enddatum
Das Datum, bis dem die Seite sichtbar sein soll. Nach \r\ndiesem Datum sehen nur Contentmanager mit der Berechtigung zur Bearbeitung diese \r\nSeite. \r\n \r\n

Besitzer
Der Besitzer der Seite ist gewöhnlich die Person, die \r\ndie Seite erstellt hat. \r\n

Besitzer kann anschauen?
Kann der Besitzer die Seite anschauen \r\noder nicht? \r\n

Besitzer kann bearbeiten?
Kann der Besitzer die Seite bearbeiten \r\noder nicht? Seien Sie hier vorsichtig: wenn Sie hier festlegen, dass der Besitzer \r\ndie Seite nicht mehr bearbeiten kann und Sie selber nicht in zu der selben Gruppe \r\ngehören, verlieren Sie die Möglichkeit zur Bearbeitung dieser Seite. \r\n

Gruppe
Eine Gruppe wird einer Seite zugeordnet, um erweiterte Möglichkeiten \r\nzur Berechtigungsvergabe zu haben. . \r\n

Gruppe kann anschauen?
Können die Mitglieder dieser Gruppe diese \r\n Seite anschauen? \r\n

Gruppe kann bearbeiten?
Dürfen Mitglieder dieser Gruppe die Seite \r\nbearbeiten? \r\n

Jeder kann anschauen?
Darf ein Besucher oder Mitglied ungeachtet \r\neiner Gruppenzughörigkeit oder Besitzer diese Seite anschauen? \r\n

Jeder kann bearbeiten?
Darf ein gewähnlicher Besucher diese Seite \r\nbearbeiten? \r\n

Sie können diese Berechtigungen an alle Seiten unterhalb dieser Seite vergeben. \r\n

Als nächstes?
Hier können Sie gleich zu Ihrer neuen Seite gelangen \r\noder zu der vorherigen zurückkehren.

',1044374485); +INSERT INTO international VALUES (884,'WebGUI',1,'Pop Up',1044705337); +INSERT INTO international VALUES (883,'WebGUI',1,'Inline (when supported)',1044705322); +INSERT INTO international VALUES (882,'WebGUI',1,'Editor Mode',1044705246); +INSERT INTO international VALUES (881,'WebGUI',1,'None',1044705162); +INSERT INTO international VALUES (880,'WebGUI',1,'Last Resort Editor',1044705137); +INSERT INTO international VALUES (879,'WebGUI',1,'Classic Editor (Internet Explorer 5+)',1044705103); +INSERT INTO international VALUES (73,'MailForm',21,'éÍÑ ÐÏÌÑ',1042025990); -- -- Table structure for table 'karmaLog' @@ -10576,7 +10155,7 @@ INSERT INTO language VALUES (6,'Svenska (Swedish)','ISO-8859-1','default'); INSERT INTO language VALUES (5,'Português (Portuguese)','ISO-8859-1','default'); INSERT INTO language VALUES (4,'Español (Spanish)','ISO-8859-1','spanish'); INSERT INTO language VALUES (3,'Nederlands (Dutch)','ISO-8859-1','default'); -INSERT INTO language VALUES (2,'Deutsch (German)','ISO-8859-1','default'); +INSERT INTO language VALUES (2,'Deutsch (German)','ISO-8859-1','charcoal'); INSERT INTO language VALUES (1,'English','ISO-8859-1','default'); INSERT INTO language VALUES (21,'òÕÓÓËÉÊ (Russian)','koi8-r','default'); INSERT INTO language VALUES (7,'¼òÌåÖÐÎÄ (Chinese Simple)','gb2312','default'); @@ -10616,13 +10195,6 @@ CREATE TABLE page ( title varchar(255) default NULL, styleId int(11) NOT NULL default '0', ownerId int(11) NOT NULL default '0', - ownerView int(11) NOT NULL default '1', - ownerEdit int(11) NOT NULL default '1', - groupId int(11) default NULL, - groupView int(11) NOT NULL default '1', - groupEdit int(11) NOT NULL default '0', - worldView int(11) NOT NULL default '1', - worldEdit int(11) NOT NULL default '0', sequenceNumber int(11) NOT NULL default '1', metaTags text, urlizedTitle varchar(255) default NULL, @@ -10639,6 +10211,9 @@ CREATE TABLE page ( userDefined4 varchar(255) default NULL, userDefined5 varchar(255) default NULL, languageId int(11) NOT NULL default '1', + groupIdView int(11) NOT NULL default '3', + groupIdEdit int(11) NOT NULL default '3', + hideFromNavigation int(11) NOT NULL default '0', PRIMARY KEY (pageId) ) TYPE=MyISAM; @@ -10647,14 +10222,14 @@ CREATE TABLE page ( -- -INSERT INTO page VALUES (1,0,'Home',-8,3,1,1,4,1,0,1,0,0,'','home',1,'Home',NULL,1,946710000,2082783600,NULL,NULL,NULL,NULL,NULL,NULL,1); -INSERT INTO page VALUES (4,0,'Page Not Found',-6,3,1,1,4,1,0,1,0,21,'','page_not_found',0,'Page Not Found',NULL,1,946710000,2082783600,NULL,NULL,NULL,NULL,NULL,NULL,1); -INSERT INTO page VALUES (3,0,'Trash',5,3,1,1,3,1,1,0,0,22,'','trash',0,'Trash',NULL,1,946710000,2082783600,NULL,NULL,NULL,NULL,NULL,NULL,1); -INSERT INTO page VALUES (2,0,'Clipboard',4,3,1,1,4,1,1,0,0,23,'','clipboard',0,'Clipboard',NULL,1,946710000,2082783600,NULL,NULL,NULL,NULL,NULL,NULL,1); -INSERT INTO page VALUES (5,0,'Packages',1,3,0,0,6,1,1,0,0,24,'','packages',0,'Packages',NULL,1,946710000,2082783600,NULL,NULL,NULL,NULL,NULL,NULL,1); -INSERT INTO page VALUES (-3,1,'Your Next Step',-8,3,1,1,4,1,0,1,0,3,'','your_next_step',1,'Your Next Step','',1,946728000,2082801600,'',NULL,NULL,NULL,NULL,NULL,1); -INSERT INTO page VALUES (-2,1,'WebGUI Users',-8,3,1,1,4,1,0,1,0,2,'','webgui_users',1,'WebGUI Users','',1,946728000,2082801600,'',NULL,NULL,NULL,NULL,NULL,1); -INSERT INTO page VALUES (-1,1,'Getting Started',-8,3,1,1,4,1,0,1,0,1,'','getting_started',1,'Getting Started','',1,946728000,2082801600,'',NULL,NULL,NULL,NULL,NULL,1); +INSERT INTO page VALUES (1,0,'Home',-8,3,0,'','home',1,'Home',NULL,1,946710000,2082783600,NULL,NULL,NULL,NULL,NULL,NULL,1,7,3,0); +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); +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); +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); +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); +INSERT INTO page VALUES (-3,1,'Your Next Step',-8,3,3,'','your_next_step',1,'Your Next Step','',1,946728000,2082801600,'',NULL,NULL,NULL,NULL,NULL,1,7,3,0); +INSERT INTO page VALUES (-2,1,'WebGUI Users',-8,3,2,'','webgui_users',1,'WebGUI Users','',1,946728000,2082801600,'',NULL,NULL,NULL,NULL,NULL,1,7,3,0); +INSERT INTO page VALUES (-1,1,'Getting Started',-8,3,1,'','getting_started',1,'Getting Started','',1,946728000,2082801600,'',NULL,NULL,NULL,NULL,NULL,1,7,3,0); -- -- Table structure for table 'pageStatistics' @@ -10721,7 +10296,6 @@ INSERT INTO settings VALUES ('filterContributedHTML','most'); INSERT INTO settings VALUES ('textAreaRows','5'); INSERT INTO settings VALUES ('textAreaCols','50'); INSERT INTO settings VALUES ('textBoxSize','30'); -INSERT INTO settings VALUES ('richEditor','built-in'); INSERT INTO settings VALUES ('addEditStampToPosts','1'); INSERT INTO settings VALUES ('defaultPage','1'); INSERT INTO settings VALUES ('onNewUserAlertGroup','3'); @@ -10731,8 +10305,6 @@ INSERT INTO settings VALUES ('karmaPerLogin','1'); INSERT INTO settings VALUES ('runOnRegistration',''); INSERT INTO settings VALUES ('maxImageSize','100000'); INSERT INTO settings VALUES ('showDebug','0'); -INSERT INTO settings VALUES ('styleManagersGroup','5'); -INSERT INTO settings VALUES ('templateManagersGroup','8'); INSERT INTO settings VALUES ('trackPageStatistics','0'); INSERT INTO settings VALUES ('smbPDC','your PDC'); INSERT INTO settings VALUES ('smbBDC','your BDC'); @@ -10740,6 +10312,8 @@ INSERT INTO settings VALUES ('smbDomain','your NT Domain'); INSERT INTO settings VALUES ('selfDeactivation','1'); INSERT INTO settings VALUES ('snippetsPreviewLength','30'); INSERT INTO settings VALUES ('mailFooter','^c;\n^e;\n^u;\n'); +INSERT INTO settings VALUES ('sendWelcomeMessage','0'); +INSERT INTO settings VALUES ('welcomeMessage','Welcome to our site.'); -- -- Table structure for table 'style' @@ -10951,6 +10525,12 @@ INSERT INTO userProfileField VALUES ('discussionLayout','WebGUI::International:: INSERT INTO userProfileField VALUES ('INBOXNotifications','WebGUI::International::get(518)',1,0,'select','{ \r\n none=>WebGUI::International::get(519),\r\n email=>WebGUI::International::get(520),\r\n emailToPager=>WebGUI::International::get(521),\r\n icq=>WebGUI::International::get(522)\r\n}','[\'email\']',7,4,0); INSERT INTO userProfileField VALUES ('firstDayOfWeek','WebGUI::International::get(699,\"WebGUI\");',1,0,'select','{0=>WebGUI::International::get(27,\"WebGUI\"),1=>WebGUI::International::get(28,\"WebGUI\")}','[0]',3,4,1); INSERT INTO userProfileField VALUES ('uiLevel','WebGUI::International::get(739,\"WebGUI\");',0,0,'select','{\r\n0=>WebGUI::International::get(729,\"WebGUI\"),\r\n1=>WebGUI::International::get(730,\"WebGUI\"),\r\n2=>WebGUI::International::get(731,\"WebGUI\"),\r\n3=>WebGUI::International::get(732,\"WebGUI\"),\r\n4=>WebGUI::International::get(733,\"WebGUI\"),\r\n5=>WebGUI::International::get(734,\"WebGUI\"),\r\n6=>WebGUI::International::get(735,\"WebGUI\"),\r\n7=>WebGUI::International::get(736,\"WebGUI\"),\r\n8=>WebGUI::International::get(737,\"WebGUI\"),\r\n9=>WebGUI::International::get(738,\"WebGUI\")\r\n}','[5]',8,4,1); +INSERT INTO userProfileField VALUES ('alias','WebGUI::International::get(858)',1,0,'text','','',4,3,0); +INSERT INTO userProfileField VALUES ('signature','WebGUI::International::get(859)',1,0,'HTMLArea','','',5,3,0); +INSERT INTO userProfileField VALUES ('publicProfile','WebGUI::International::get(861)',1,0,'yesNo','','1',9,4,0); +INSERT INTO userProfileField VALUES ('publicEmail','WebGUI::International::get(860)',1,0,'yesNo','','1',10,4,0); +INSERT INTO userProfileField VALUES ('richEditor','WebGUI::International::get(496)',1,0,'select','{\r\nhtmlArea=>WebGUI::International::get(495),\r\nmidas=>WebGUI::International::get(887),\r\n#editOnPro2=>WebGUI::International::get(494),\r\nclassic=>WebGUI::International::get(879),\r\nlastResort=>WebGUI::International::get(880),\r\nnone=>WebGUI::International::get(881)\r\n}','[\'htmlArea\']',11,4,0); +INSERT INTO userProfileField VALUES ('richEditorMode','WebGUI::International::get(882)',1,0,'select','{\r\ninline=>WebGUI::International::get(883),\r\npopup=>WebGUI::International::get(884)\r\n}','[\'inline\']',12,4,0); -- -- Table structure for table 'userSession' @@ -11026,7 +10606,7 @@ CREATE TABLE webguiVersion ( -- -INSERT INTO webguiVersion VALUES ('5.0.3','initial install',unix_timestamp()); +INSERT INTO webguiVersion VALUES ('5.1.0','initial install',unix_timestamp()); -- -- Table structure for table 'wobject' diff --git a/docs/upgrades/upgrade_5.1.0-5.1.1.sql b/docs/upgrades/upgrade_5.1.0-5.1.1.sql new file mode 100644 index 000000000..1f75e316f --- /dev/null +++ b/docs/upgrades/upgrade_5.1.0-5.1.1.sql @@ -0,0 +1,2 @@ +insert into webguiVersion values ('5.1.1','upgrade',unix_timestamp()); + diff --git a/lib/WebGUI.pm b/lib/WebGUI.pm index 949689606..31484e26c 100644 --- a/lib/WebGUI.pm +++ b/lib/WebGUI.pm @@ -1,5 +1,5 @@ package WebGUI; -our $VERSION = "5.1.0"; +our $VERSION = "5.1.1"; #------------------------------------------------------------------- # WebGUI is Copyright 2001-2003 Plain Black LLC.