WebGUI 3.6.4 release
This commit is contained in:
parent
9454a7c8ec
commit
11ab194b7a
6 changed files with 1766 additions and 8 deletions
880
docs/create.sql
880
docs/create.sql
|
|
@ -2952,7 +2952,7 @@ INSERT INTO widget VALUES (-1,4,'SiteMap',0,'Page Not Found',1,'The page you wer
|
|||
|
||||
insert into international values (438,'WebGUI','English','Your Name');
|
||||
|
||||
insert into webguiVersion values ('3.6.3','intitial install',unix_timestamp());
|
||||
insert into webguiVersion values ('3.6.4','intitial install',unix_timestamp());
|
||||
|
||||
INSERT INTO help VALUES (1,'WebGUI','English','Add/Edit','Page','Think of pages as containers for content. For instance, if you want to write a letter to the editor of your favorite magazine you\'d get out a notepad (or open a word processor) and start filling it with your thoughts. The same is true with WebGUI. Create a page, then add your content to the page.\r\n<p>\r\n<b>Title</b><br>\r\nThe title of the page is what your users will use to navigate through the site. Titles should be descriptive, but not very long.\r\n<p>\r\n<b>Menu Title</b><br>\r\nA shorter or altered title to appear in navigation. If left blank this will default to <i>Title</i>.\r\n<p>\r\n<b>Page URL</b><br>\r\nWhen you create a page a URL for the page is generated based on the page title. If you are unhappy with the URL that was chosen, you can change it here.\r\n<p>\r\n<b>Template</b><br>\r\nBy default, WebGUI has one big content area to place widgets. However, by specifying a template other than the default you can sub-divide the content area into several sections.\r\n<p>\r\n<b>Synopsis</b><br>\r\nA short description of a page. It is used to populate default descriptive meta tags as well as to provide descriptions on Site Maps.\r\n<p>\r\n<b>Meta Tags</b><br>\r\nMeta tags are used by some search engines to associate key words to a particular page. There is a great site called <a href=\"http://www.metatagbuilder.com/\">Meta Tag Builder</a> that will help you build meta tags if you\'ve never done it before.\r\n<p>\r\n<i>Advanced Users:</i> If you have other things (like JavaScript) you usually put in the <head> area of your pages, you may put them here as well.\r\n<p>\r\n<b>Use default meta tags?</b><br>\r\nIf you don\'t wish to specify meta tags yourself, WebGUI can generate meta tags based on the page title and your company\'s name. Check this box to enable the WebGUI-generated meta tags.\r\n<p>\r\n<b>Style</b><br>\r\nBy default, when you create a page, it inherits a few traits from its parent. One of those traits is style. Choose from the list of styles if you would like to change the appearance of this page. See <i>Add Style</i> for more details.\r\n<p>\r\nIf you check the box below the style pull-down menu, all of the pages below this page will take on the style you\'ve chosen for this page.\r\n<p>\r\n<b>Owner</b><br>\r\nThe owner of a page is usually the person who created the page.\r\n<p>\r\n<b>Owner can view?</b><br>\r\nCan the owner view the page or not?\r\n<p>\r\n<b>Owner can edit?</b><br>\r\nCan the owner edit the page or not? Be careful, if you decide that the owner cannot edit the page and you do not belong to the page group, then you\'ll lose the ability to edit this page.\r\n<p>\r\n<b>Group</b><br>\r\nA group is assigned to every page for additional privilege control. Pick a group from the pull-down menu.\r\n<p>\r\n<b>Group can view?</b><br>\r\nCan members of this group view this page?\r\n<p>\r\n<b>Group can edit?</b><br>\r\nCan members of this group edit this page?\r\n<p>\r\n<b>Anybody can view?</b><br>\r\nCan any visitor or member regardless of the group and owner view this page?\r\n<p>\r\n<b>Anybody can edit?</b><br>\r\nCan any visitor or member regardless of the group and owner edit this page?\r\n<p>\r\nYou can optionally give these privileges to all pages under this page.\r\n','0');
|
||||
INSERT INTO help VALUES (3,'WebGUI','English','Delete','Page','Deleting a page can create a big mess if you are uncertain about what you are doing. When you delete a page you are also deleting the content it contains, all sub-pages connected to this page, and all the content they contain. Be certain that you have already moved all the content you wish to keep before you delete a page.\r\n<p>\r\nAs with any delete operation, you are prompted to be sure you wish to proceed with the delete. If you answer yes, the delete will proceed and there is no recovery possible. If you answer no you\'ll be returned to the prior screen.','0');
|
||||
|
|
@ -2999,3 +2999,881 @@ INSERT INTO help VALUES (23,'WebGUI','English','Delete','Image','When you delete
|
|||
INSERT INTO help VALUES (26,'WebGUI','English','Manage','Image','Using the built in image manager in WebGUI you can upload images to one central location for use anywhere else in the site with no need for any special software or knowledge.\r\n<p>\r\n To place the images you\'ve uploaded use the ^I(); and ^i(); macros. More information on them can be found in the Using Macros help.','15');
|
||||
INSERT INTO help VALUES (28,'WebGUI','English','Manage','Root','Simply put, roots are pages with no parent. The first and most important root in WebGUI is the \"Home\" page. Many people will never add any additional roots, but a few power users will. Those power users will create new roots for many different reasons. Perhaps they\'ll create a staging area for content managers. Or maybe a hidden area for Admin tools. Or possibly even a new root just to place their search engine.','0');
|
||||
|
||||
delete from international where language='Deutsch';
|
||||
INSERT INTO international VALUES (394,'WebGUI','Deutsch','Grafiken
|
||||
verwalten');
|
||||
INSERT INTO international VALUES (392,'WebGUI','Deutsch','Sind Sie sicher,
|
||||
dass Sie diese Grafik löschen wollen?');
|
||||
INSERT INTO international VALUES (393,'WebGUI','Deutsch','Grafiken
|
||||
verwalten');
|
||||
INSERT INTO international VALUES (391,'WebGUI','Deutsch','Anhang löschen');
|
||||
INSERT INTO international VALUES (389,'WebGUI','Deutsch','Grafik Id');
|
||||
INSERT INTO international VALUES (390,'WebGUI','Deutsch','Grafik anzeigen
|
||||
...');
|
||||
INSERT INTO international VALUES (388,'WebGUI','Deutsch','Upload Datum');
|
||||
INSERT INTO international VALUES (387,'WebGUI','Deutsch','Zur Verfügung
|
||||
gestellt von');
|
||||
INSERT INTO international VALUES (385,'WebGUI','Deutsch','Parameter');
|
||||
INSERT INTO international VALUES (386,'WebGUI','Deutsch','Bild
|
||||
bearbeiten');
|
||||
INSERT INTO international VALUES (384,'WebGUI','Deutsch','Datei');
|
||||
INSERT INTO international VALUES (383,'WebGUI','Deutsch','Name');
|
||||
INSERT INTO international VALUES (382,'WebGUI','Deutsch','Grafik
|
||||
hinzufügen');
|
||||
INSERT INTO international VALUES (379,'WebGUI','Deutsch','Gruppen ID');
|
||||
INSERT INTO international VALUES (380,'WebGUI','Deutsch','Stil ID');
|
||||
INSERT INTO international VALUES (381,'WebGUI','Deutsch','WebGUI hat eine
|
||||
verstümmelte Anfrage erhalten und kann nicht weitermachen. Üblicherweise
|
||||
wird das durch Sonderzeichen verursacht. Nutzen Sie bitte den \"Zurück\"
|
||||
Button Ihres Browsers und versuchen Sie es noch einmal.');
|
||||
INSERT INTO international VALUES (378,'WebGUI','Deutsch','Benutzer ID');
|
||||
INSERT INTO international VALUES (376,'WebGUI','Deutsch','Paket');
|
||||
INSERT INTO international VALUES (377,'WebGUI','Deutsch','Von Ihren (Paket)
|
||||
-Administratoren wurden keine Pakete bereitgestellt.');
|
||||
INSERT INTO international VALUES (375,'WebGUI','Deutsch','Paket auswählen,
|
||||
das verteilt werden soll');
|
||||
INSERT INTO international VALUES (374,'WebGUI','Deutsch','Pakete
|
||||
anschauen');
|
||||
INSERT INTO international VALUES (373,'WebGUI','Deutsch','<b>Warnung:</b>
|
||||
Wenn Sie obige Gruppenliste editieren, werden die Verfallsdaten jeder
|
||||
Gruppe auf neue Standartwerte gesetzt.');
|
||||
INSERT INTO international VALUES (372,'WebGUI','Deutsch','Gruppen eines
|
||||
Benutzers bearbeiten');
|
||||
INSERT INTO international VALUES (371,'WebGUI','Deutsch','Gruppierung
|
||||
hinzufügen');
|
||||
INSERT INTO international VALUES (368,'WebGUI','Deutsch','Diesem Benutzer
|
||||
eine neue Gruppe hinzufügen.');
|
||||
INSERT INTO international VALUES (369,'WebGUI','Deutsch','Verfallsdatum');
|
||||
INSERT INTO international VALUES (370,'WebGUI','Deutsch','Gruppierung
|
||||
bearbeiten');
|
||||
INSERT INTO international VALUES (367,'WebGUI','Deutsch','verfällt nach');
|
||||
INSERT INTO international VALUES (366,'WebGUI','Deutsch','Es wurden keine
|
||||
Seiten gefunden, die zu Ihrer Abfrage passen.');
|
||||
INSERT INTO international VALUES (365,'WebGUI','Deutsch','Ergebnisse der
|
||||
Abfrage');
|
||||
INSERT INTO international VALUES (363,'WebGUI','Deutsch','Position des
|
||||
Templates');
|
||||
INSERT INTO international VALUES (364,'WebGUI','Deutsch','Suchen');
|
||||
INSERT INTO international VALUES (361,'WebGUI','Deutsch','Drei über
|
||||
einem');
|
||||
INSERT INTO international VALUES (362,'WebGUI','Deutsch','Nebeneinander');
|
||||
INSERT INTO international VALUES (358,'WebGUI','Deutsch','Linke Spalte');
|
||||
INSERT INTO international VALUES (359,'WebGUI','Deutsch','Rechte Spalte');
|
||||
INSERT INTO international VALUES (360,'WebGUI','Deutsch','Einer über
|
||||
drei');
|
||||
INSERT INTO international VALUES (357,'WebGUI','Deutsch','Nachrichten');
|
||||
INSERT INTO international VALUES (354,'WebGUI','Deutsch','Beitrags Log
|
||||
anschauen.');
|
||||
INSERT INTO international VALUES (355,'WebGUI','Deutsch','Standard');
|
||||
INSERT INTO international VALUES (356,'WebGUI','Deutsch','Vorlage');
|
||||
INSERT INTO international VALUES (353,'WebGUI','Deutsch','Zur Zeit sind
|
||||
keine ausstehenden Beiträge vorhanden.');
|
||||
INSERT INTO international VALUES (350,'WebGUI','Deutsch','Abgeschlossen');
|
||||
INSERT INTO international VALUES
|
||||
(351,'WebGUI','Deutsch','Beitragseingang');
|
||||
INSERT INTO international VALUES (352,'WebGUI','Deutsch','Beitragsdatum');
|
||||
INSERT INTO international VALUES (348,'WebGUI','Deutsch','Name');
|
||||
INSERT INTO international VALUES (349,'WebGUI','Deutsch','Aktuelle
|
||||
Version');
|
||||
INSERT INTO international VALUES (347,'WebGUI','Deutsch','Profil anschauen
|
||||
von');
|
||||
INSERT INTO international VALUES (346,'WebGUI','Deutsch','Dieser Benutzer
|
||||
ist kein Mitglied. Wir haben keine weiteren Informationen über ihn.');
|
||||
INSERT INTO international VALUES (345,'WebGUI','Deutsch','Kein Mitglied');
|
||||
INSERT INTO international VALUES (340,'WebGUI','Deutsch','weiblich');
|
||||
INSERT INTO international VALUES (341,'WebGUI','Deutsch','Profil
|
||||
bearbeiten.');
|
||||
INSERT INTO international VALUES (342,'WebGUI','Deutsch','Benutzerkonto
|
||||
bearbeiten.');
|
||||
INSERT INTO international VALUES (343,'WebGUI','Deutsch','Profil
|
||||
anschauen.');
|
||||
INSERT INTO international VALUES (344,'WebGUI','Deutsch','Beitrags Log
|
||||
anschauen.');
|
||||
INSERT INTO international VALUES (338,'WebGUI','Deutsch','Profil
|
||||
bearbeiten');
|
||||
INSERT INTO international VALUES (339,'WebGUI','Deutsch','männlich');
|
||||
INSERT INTO international VALUES (337,'WebGUI','Deutsch','Homepage URL');
|
||||
INSERT INTO international VALUES (336,'WebGUI','Deutsch','Geburtstag');
|
||||
INSERT INTO international VALUES (334,'WebGUI','Deutsch','Telefon (Büro)');
|
||||
INSERT INTO international VALUES (335,'WebGUI','Deutsch','Geschlecht');
|
||||
INSERT INTO international VALUES (333,'WebGUI','Deutsch','Land (Büro)');
|
||||
INSERT INTO international VALUES (332,'WebGUI','Deutsch','Postleitzahl
|
||||
(Büro)');
|
||||
INSERT INTO international VALUES (330,'WebGUI','Deutsch','Ort (Büro)');
|
||||
INSERT INTO international VALUES (331,'WebGUI','Deutsch','Bundesland
|
||||
(Büro)');
|
||||
INSERT INTO international VALUES (326,'WebGUI','Deutsch','Postleitzahl
|
||||
(privat)');
|
||||
INSERT INTO international VALUES (327,'WebGUI','Deutsch','Land (privat)');
|
||||
INSERT INTO international VALUES (328,'WebGUI','Deutsch','Telefon
|
||||
(privat)');
|
||||
INSERT INTO international VALUES (329,'WebGUI','Deutsch','Strasse (Büro)');
|
||||
INSERT INTO international VALUES (325,'WebGUI','Deutsch','Bundesland
|
||||
(privat)');
|
||||
INSERT INTO international VALUES (323,'WebGUI','Deutsch','Strasse
|
||||
(privat)');
|
||||
INSERT INTO international VALUES (324,'WebGUI','Deutsch','Ort (privat)');
|
||||
INSERT INTO international VALUES (321,'WebGUI','Deutsch','Mobiltelefon');
|
||||
INSERT INTO international VALUES (322,'WebGUI','Deutsch','Pager');
|
||||
INSERT INTO international VALUES (320,'WebGUI','Deutsch','<a href=\"\"
|
||||
http://messenger.yahoo.com/\"\">Yahoo! Messenger</a> Id');
|
||||
INSERT INTO international VALUES (319,'WebGUI','Deutsch','<a href=\"\"
|
||||
http://messenger.msn.com/\"\">MSN Messenger</a> Id');
|
||||
INSERT INTO international VALUES (317,'WebGUI','Deutsch','<a href=\"\"
|
||||
http://www.icq.com\"\">ICQ</a> UIN');
|
||||
INSERT INTO international VALUES (318,'WebGUI','Deutsch','<a href=\"\"
|
||||
http://www.aol.com/aim/homenew.adp\"\">AIM</a> Id');
|
||||
INSERT INTO international VALUES (316,'WebGUI','Deutsch','Nachname');
|
||||
INSERT INTO international VALUES (314,'WebGUI','Deutsch','Vorname');
|
||||
INSERT INTO international VALUES (315,'WebGUI','Deutsch','Zweiter
|
||||
Vorname');
|
||||
INSERT INTO international VALUES (313,'WebGUI','Deutsch','Zusätzliche
|
||||
Informationen anzeigen?');
|
||||
INSERT INTO international VALUES (312,'WebGUI','Deutsch','Geschäftsadresse
|
||||
anzeigen?');
|
||||
INSERT INTO international VALUES (311,'WebGUI','Deutsch','Privatadresse
|
||||
anzeigen?');
|
||||
INSERT INTO international VALUES (309,'WebGUI','Deutsch','Name anzeigen?');
|
||||
INSERT INTO international VALUES
|
||||
(310,'WebGUI','Deutsch','Kontaktinformationen anzeigen?');
|
||||
INSERT INTO international VALUES (307,'WebGUI','Deutsch','Standard Meta
|
||||
Tags benutzen?');
|
||||
INSERT INTO international VALUES (308,'WebGUI','Deutsch','Profil
|
||||
bearbeiten');
|
||||
INSERT INTO international VALUES (306,'WebGUI','Deutsch','Benutze LDAP
|
||||
Benutzername');
|
||||
INSERT INTO international VALUES (239,'WebGUI','Deutsch','Datum:');
|
||||
INSERT INTO international VALUES (240,'WebGUI','Deutsch','Beitrags ID:');
|
||||
INSERT INTO international VALUES (244,'WebGUI','Deutsch','Autor');
|
||||
INSERT INTO international VALUES (245,'WebGUI','Deutsch','Datum');
|
||||
INSERT INTO international VALUES (304,'WebGUI','Deutsch','Sprache');
|
||||
INSERT INTO international VALUES (233,'WebGUI','Deutsch','(eom)');
|
||||
INSERT INTO international VALUES (234,'WebGUI','Deutsch','Antworten...');
|
||||
INSERT INTO international VALUES (237,'WebGUI','Deutsch','Betreff:');
|
||||
INSERT INTO international VALUES (238,'WebGUI','Deutsch','Autor:');
|
||||
INSERT INTO international VALUES (231,'WebGUI','Deutsch','Neuen Beitrag
|
||||
schreiben...');
|
||||
INSERT INTO international VALUES (232,'WebGUI','Deutsch','kein Betreff');
|
||||
INSERT INTO international VALUES (229,'WebGUI','Deutsch','Betreff');
|
||||
INSERT INTO international VALUES (230,'WebGUI','Deutsch','Beitrag');
|
||||
INSERT INTO international VALUES (175,'WebGUI','Deutsch','Makros
|
||||
ausführen?');
|
||||
INSERT INTO international VALUES (228,'WebGUI','Deutsch','Beiträge
|
||||
bearbeiten ...');
|
||||
INSERT INTO international VALUES (169,'WebGUI','Deutsch','Neuen Benutzer
|
||||
hinzufügen');
|
||||
INSERT INTO international VALUES (170,'WebGUI','Deutsch','suchen');
|
||||
INSERT INTO international VALUES (171,'WebGUI','Deutsch','Bearbeiten mit
|
||||
Attributen');
|
||||
INSERT INTO international VALUES (174,'WebGUI','Deutsch','Titel
|
||||
anzeigen?');
|
||||
INSERT INTO international VALUES (168,'WebGUI','Deutsch','Benutzer
|
||||
bearbeiten');
|
||||
INSERT INTO international VALUES (167,'WebGUI','Deutsch','Sind Sie sicher,
|
||||
dass sie diesen Benutzer löschen möchten? Die Benutzerinformation geht
|
||||
damit endgültig verloren!');
|
||||
INSERT INTO international VALUES (166,'WebGUI','Deutsch','Connect DN');
|
||||
INSERT INTO international VALUES (165,'WebGUI','Deutsch','LDAP URL');
|
||||
INSERT INTO international VALUES
|
||||
(164,'WebGUI','Deutsch','Authentifizierungsmethode');
|
||||
INSERT INTO international VALUES (163,'WebGUI','Deutsch','Benutzer
|
||||
hinzufügen');
|
||||
INSERT INTO international VALUES (162,'WebGUI','Deutsch','Sind Sie sicher,
|
||||
dass Sie alle Seiten und Widgets im Mülleimer löschen möchten?');
|
||||
INSERT INTO international VALUES
|
||||
(160,'WebGUI','Deutsch','Erstellungsdatum');
|
||||
INSERT INTO international VALUES (161,'WebGUI','Deutsch','Erstellt von');
|
||||
INSERT INTO international VALUES (158,'WebGUI','Deutsch','Neuen Stil
|
||||
hinzufügen');
|
||||
INSERT INTO international VALUES (159,'WebGUI','Deutsch','Ausstehende
|
||||
Beiträge');
|
||||
INSERT INTO international VALUES (157,'WebGUI','Deutsch','Stile');
|
||||
INSERT INTO international VALUES (156,'WebGUI','Deutsch','Stil
|
||||
bearbeiten');
|
||||
INSERT INTO international VALUES (155,'WebGUI','Deutsch','Sind Sie sicher,
|
||||
dass Sie diesen Stil löschen und alle Seiten die diesen Stil benutzen in
|
||||
den Stil \"Fail Safe\" überführen wollen?');
|
||||
INSERT INTO international VALUES (154,'WebGUI','Deutsch','Style Sheet');
|
||||
INSERT INTO international VALUES (153,'WebGUI','Deutsch','Fußzeile');
|
||||
INSERT INTO international VALUES (152,'WebGUI','Deutsch','Kopfzeile');
|
||||
INSERT INTO international VALUES (151,'WebGUI','Deutsch','Stil Name');
|
||||
INSERT INTO international VALUES (150,'WebGUI','Deutsch','Stil
|
||||
hinzufügen');
|
||||
INSERT INTO international VALUES (149,'WebGUI','Deutsch','Benutzer');
|
||||
INSERT INTO international VALUES (148,'WebGUI','Deutsch','Widgets');
|
||||
INSERT INTO international VALUES (146,'WebGUI','Deutsch','Aktive
|
||||
Sitzungen');
|
||||
INSERT INTO international VALUES (147,'WebGUI','Deutsch','sichtbare
|
||||
Seiten');
|
||||
INSERT INTO international VALUES (145,'WebGUI','Deutsch','WebGUI Build
|
||||
Version');
|
||||
INSERT INTO international VALUES (144,'WebGUI','Deutsch','Auswertungen
|
||||
anschauen');
|
||||
INSERT INTO international VALUES (143,'WebGUI','Deutsch','Einstellungen
|
||||
verwalten');
|
||||
INSERT INTO international VALUES (142,'WebGUI','Deutsch','Sitzungs
|
||||
Zeitüberschreitung');
|
||||
INSERT INTO international VALUES (141,'WebGUI','Deutsch','\"Nicht gefunden
|
||||
Seite\"');
|
||||
INSERT INTO international VALUES (140,'WebGUI','Deutsch','Sonstige
|
||||
Einstellungen bearbeiten');
|
||||
INSERT INTO international VALUES (139,'WebGUI','Deutsch','Nein');
|
||||
INSERT INTO international VALUES (138,'WebGUI','Deutsch','Ja');
|
||||
INSERT INTO international VALUES (135,'WebGUI','Deutsch','SMTP Server');
|
||||
INSERT INTO international VALUES (136,'WebGUI','Deutsch','Homepage');
|
||||
INSERT INTO international VALUES (137,'WebGUI','Deutsch','\"Seite wurde
|
||||
nicht gefunden\" Seite');
|
||||
INSERT INTO international VALUES (134,'WebGUI','Deutsch','Passwortmeldung
|
||||
wiederherstellen');
|
||||
INSERT INTO international VALUES (133,'WebGUI','Deutsch','Maileinstellungen
|
||||
bearbeiten');
|
||||
INSERT INTO international VALUES (132,'WebGUI','Deutsch','Pfad für
|
||||
Dateianhänge auf dem Server');
|
||||
INSERT INTO international VALUES (131,'WebGUI','Deutsch','Pfad für
|
||||
Dateianhänge im Web');
|
||||
INSERT INTO international VALUES (130,'WebGUI','Deutsch','Maximale
|
||||
Dateigröße für Anhänge');
|
||||
INSERT INTO international VALUES (129,'WebGUI','Deutsch','Pfad zu WebGUI
|
||||
Extras');
|
||||
INSERT INTO international VALUES
|
||||
(128,'WebGUI','Deutsch','Dateieinstellungen bearbeiten');
|
||||
INSERT INTO international VALUES (125,'WebGUI','Deutsch','Firmenname');
|
||||
INSERT INTO international VALUES (126,'WebGUI','Deutsch','Emailadresse der
|
||||
Firma');
|
||||
INSERT INTO international VALUES (127,'WebGUI','Deutsch','Webseite der
|
||||
Firma');
|
||||
INSERT INTO international VALUES
|
||||
(124,'WebGUI','Deutsch','Firmeninformationen bearbeiten');
|
||||
INSERT INTO international VALUES (122,'WebGUI','Deutsch','LDAP
|
||||
Identitäts-Name');
|
||||
INSERT INTO international VALUES (123,'WebGUI','Deutsch','LDAP Passwort
|
||||
Name');
|
||||
INSERT INTO international VALUES (121,'WebGUI','Deutsch','LDAP Identität
|
||||
(Standard)');
|
||||
INSERT INTO international VALUES
|
||||
(119,'WebGUI','Deutsch','Authentifizierungsmethode (Standard)');
|
||||
INSERT INTO international VALUES (120,'WebGUI','Deutsch','LDAP URL
|
||||
(Standard)');
|
||||
INSERT INTO international VALUES
|
||||
(117,'WebGUI','Deutsch','Authentifizierungseinstellungen bearbeiten');
|
||||
INSERT INTO international VALUES (118,'WebGUI','Deutsch','anonyme
|
||||
Registrierung');
|
||||
INSERT INTO international VALUES (115,'WebGUI','Deutsch','Kann jeder
|
||||
bearbeiten?');
|
||||
INSERT INTO international VALUES (116,'WebGUI','Deutsch','Rechte an alle
|
||||
nachfolgenden Seiten weitergeben.');
|
||||
INSERT INTO international VALUES (114,'WebGUI','Deutsch','Kann jeder
|
||||
anschauen?');
|
||||
INSERT INTO international VALUES (113,'WebGUI','Deutsch','Gruppe kann
|
||||
bearbeiten?');
|
||||
INSERT INTO international VALUES (111,'WebGUI','Deutsch','Gruppe');
|
||||
INSERT INTO international VALUES (112,'WebGUI','Deutsch','Gruppe kann
|
||||
anschauen?');
|
||||
INSERT INTO international VALUES (110,'WebGUI','Deutsch','Besitzer kann
|
||||
bearbeiten?');
|
||||
INSERT INTO international VALUES (108,'WebGUI','Deutsch','Besitzer');
|
||||
INSERT INTO international VALUES (109,'WebGUI','Deutsch','Besitzer kann
|
||||
anschauen?');
|
||||
INSERT INTO international VALUES (107,'WebGUI','Deutsch','Rechte');
|
||||
INSERT INTO international VALUES (105,'WebGUI','Deutsch','Stil');
|
||||
INSERT INTO international VALUES (106,'WebGUI','Deutsch','Stil an alle
|
||||
nachfolgenden Seiten weitergeben.');
|
||||
INSERT INTO international VALUES (104,'WebGUI','Deutsch','URL der Seite');
|
||||
INSERT INTO international VALUES
|
||||
(103,'WebGUI','Deutsch','Seitenspezifikation');
|
||||
INSERT INTO international VALUES (102,'WebGUI','Deutsch','Seite
|
||||
bearbeiten');
|
||||
INSERT INTO international VALUES (100,'WebGUI','Deutsch','Meta Tags');
|
||||
INSERT INTO international VALUES (101,'WebGUI','Deutsch','Sind Sie sicher,
|
||||
dass Sie diese Seite und ihren kompletten Inhalt darunter löschen
|
||||
möchten?');
|
||||
INSERT INTO international VALUES (99,'WebGUI','Deutsch','Titel');
|
||||
INSERT INTO international VALUES (98,'WebGUI','Deutsch','Seite
|
||||
hinzufügen');
|
||||
INSERT INTO international VALUES (97,'WebGUI','Deutsch','Sortiert nach
|
||||
Objekt');
|
||||
INSERT INTO international VALUES (96,'WebGUI','Deutsch','Sortiert nach
|
||||
Aktion');
|
||||
INSERT INTO international VALUES (93,'WebGUI','Deutsch','Hilfe');
|
||||
INSERT INTO international VALUES (94,'WebGUI','Deutsch','Siehe auch');
|
||||
INSERT INTO international VALUES (95,'WebGUI','Deutsch','Hilfe');
|
||||
INSERT INTO international VALUES (92,'WebGUI','Deutsch','Nächste Seite');
|
||||
INSERT INTO international VALUES (91,'WebGUI','Deutsch','Vorherige Seite');
|
||||
INSERT INTO international VALUES (89,'WebGUI','Deutsch','Gruppen');
|
||||
INSERT INTO international VALUES (90,'WebGUI','Deutsch','Neue Gruppe
|
||||
hinzufügen');
|
||||
INSERT INTO international VALUES (88,'WebGUI','Deutsch','Benutzer in dieser
|
||||
Gruppe');
|
||||
INSERT INTO international VALUES (87,'WebGUI','Deutsch','Gruppe
|
||||
bearbeiten');
|
||||
INSERT INTO international VALUES (86,'WebGUI','Deutsch','Sind Sie sicher,
|
||||
dass Sie diese Gruppe löschen möchten? Denken Sie daran, dass diese Gruppe
|
||||
und die zugehörige Rechtesstruktur endgültig gelöscht wird.');
|
||||
INSERT INTO international VALUES (85,'WebGUI','Deutsch','Beschreibung');
|
||||
INSERT INTO international VALUES (84,'WebGUI','Deutsch','Gruppenname');
|
||||
INSERT INTO international VALUES (83,'WebGUI','Deutsch','Gruppe
|
||||
hinzufügen');
|
||||
INSERT INTO international VALUES (82,'WebGUI','Deutsch','Administrative
|
||||
Funktionen ...');
|
||||
INSERT INTO international VALUES (81,'WebGUI','Deutsch','Benutzerkonto
|
||||
wurde aktualisiert');
|
||||
INSERT INTO international VALUES (80,'WebGUI','Deutsch','Benutzerkonto
|
||||
wurde angelegt');
|
||||
INSERT INTO international VALUES (78,'WebGUI','Deutsch','Die Passworte
|
||||
unterscheiden sich. Bitte versuchen Sie es noch einmal.');
|
||||
INSERT INTO international VALUES (79,'WebGUI','Deutsch','Verbindung zum
|
||||
LDAP-Server konnte nicht hergestellt werden.');
|
||||
INSERT INTO international VALUES (77,'WebGUI','Deutsch','Ein anderes
|
||||
Mitglied dieser Seiten benutzt bereits diesen Namen. Bitte wählen Sie einen
|
||||
anderen Benutzernamen. Hier sind einige Vorschläge:');
|
||||
INSERT INTO international VALUES (76,'WebGUI','Deutsch','Ihre Emailadresse
|
||||
ist nicht in unserer Datenbank.');
|
||||
INSERT INTO international VALUES (73,'WebGUI','Deutsch','Anmelden');
|
||||
INSERT INTO international VALUES
|
||||
(74,'WebGUI','Deutsch','Benutzerkonteninformation');
|
||||
INSERT INTO international VALUES (75,'WebGUI','Deutsch','Ihre
|
||||
Benutzerkonteninformation wurde an Ihre Emailadresse geschickt');
|
||||
INSERT INTO international VALUES
|
||||
(72,'WebGUI','Deutsch','wiederherstellen');
|
||||
INSERT INTO international VALUES (71,'WebGUI','Deutsch','Passwort
|
||||
wiederherstellen');
|
||||
INSERT INTO international VALUES (70,'WebGUI','Deutsch','Fehler');
|
||||
INSERT INTO international VALUES (69,'WebGUI','Deutsch','Bitten Sie Ihren
|
||||
Systemadministrator um Hilfe.');
|
||||
INSERT INTO international VALUES (66,'WebGUI','Deutsch','Anmelden');
|
||||
INSERT INTO international VALUES (67,'WebGUI','Deutsch','Neues
|
||||
Benutzerkonto einrichten');
|
||||
INSERT INTO international VALUES (68,'WebGUI','Deutsch','Die
|
||||
Benutzerkontoinformationen die Sie eingegeben haben, sind ungültig.
|
||||
Entweder existiert das Konto nicht, oder die Kombination aus Benutzername
|
||||
und Passwort ist falsch.');
|
||||
INSERT INTO international VALUES (65,'WebGUI','Deutsch','Benutzerkonto
|
||||
endgültig deaktivieren');
|
||||
INSERT INTO international VALUES (62,'WebGUI','Deutsch','sichern');
|
||||
INSERT INTO international VALUES
|
||||
(63,'WebGUI','Deutsch','Administrationsmodus einschalten');
|
||||
INSERT INTO international VALUES (64,'WebGUI','Deutsch','Abmelden');
|
||||
INSERT INTO international VALUES
|
||||
(61,'WebGUI','Deutsch','Benutzerkontendetails aktualisieren');
|
||||
INSERT INTO international VALUES (60,'WebGUI','Deutsch','Sind Sie sicher,
|
||||
dass Sie dieses Benutzerkonto deaktivieren möchten? Wenn Sie fortfahren
|
||||
sind Ihre Konteninformationen endgültig verloren.');
|
||||
INSERT INTO international VALUES (59,'WebGUI','Deutsch','Ich habe mein
|
||||
Passwort vergessen');
|
||||
INSERT INTO international VALUES (58,'WebGUI','Deutsch','Ich besitze
|
||||
bereits ein Benutzerkonto.');
|
||||
INSERT INTO international VALUES (56,'WebGUI','Deutsch','Email Adresse');
|
||||
INSERT INTO international VALUES (57,'WebGUI','Deutsch','(Dies ist nur
|
||||
notwendig, wenn Sie Eigenschaften benutzen möchten die eine Emailadresse
|
||||
voraussetzen)');
|
||||
INSERT INTO international VALUES (55,'WebGUI','Deutsch','Passwort
|
||||
(bestätigen)');
|
||||
INSERT INTO international VALUES (54,'WebGUI','Deutsch','Benutzerkonto
|
||||
anlegen');
|
||||
INSERT INTO international VALUES (53,'WebGUI','Deutsch','Druckerbares
|
||||
Format');
|
||||
INSERT INTO international VALUES (51,'WebGUI','Deutsch','Passwort');
|
||||
INSERT INTO international VALUES (52,'WebGUI','Deutsch','Anmelden');
|
||||
INSERT INTO international VALUES (49,'WebGUI','Deutsch','Hier können Sie
|
||||
sich <a href=\"^;?op=logout\">abmelden</a>.');
|
||||
INSERT INTO international VALUES (50,'WebGUI','Deutsch','Benutzername');
|
||||
INSERT INTO international VALUES (48,'WebGUI','Deutsch','Hallo');
|
||||
INSERT INTO international VALUES (47,'WebGUI','Deutsch','Startseite');
|
||||
INSERT INTO international VALUES (46,'WebGUI','Deutsch','Mein
|
||||
Benutzerkonto');
|
||||
INSERT INTO international VALUES (45,'WebGUI','Deutsch','Nein, ich habe
|
||||
einen Fehler gemacht.');
|
||||
INSERT INTO international VALUES (44,'WebGUI','Deutsch','Ja, ich bin mir
|
||||
sicher.');
|
||||
INSERT INTO international VALUES (43,'WebGUI','Deutsch','Sind Sie sicher,
|
||||
dass Sie diesen Inhalt löschen möchten?');
|
||||
INSERT INTO international VALUES (42,'WebGUI','Deutsch','Bitte bestätigen
|
||||
Sie');
|
||||
INSERT INTO international VALUES (41,'WebGUI','Deutsch','Sie versuchen
|
||||
einen notwendigen Bestandteil des Systems zu löschen. WebGUI wird nach
|
||||
dieser Aktion möglicherweise nicht mehr richtig funktionieren.');
|
||||
INSERT INTO international VALUES (40,'WebGUI','Deutsch','Notwendiger
|
||||
Bestandteil');
|
||||
INSERT INTO international VALUES (39,'WebGUI','Deutsch','Sie sind nicht
|
||||
berechtigt, diese Seite anzuschauen.');
|
||||
INSERT INTO international VALUES (38,'WebGUI','Deutsch','Sie sind nicht
|
||||
berechtigt, diese Aktion auszuführen. ^a(Melden Sie sich bitte mit einem
|
||||
Benutzernamen an);, der über ausreichende Rechte verfügt.');
|
||||
INSERT INTO international VALUES (37,'WebGUI','Deutsch','Zugriff
|
||||
verweigert!');
|
||||
INSERT INTO international VALUES (37,'UserSubmission','Deutsch','Löschen');
|
||||
INSERT INTO international VALUES (36,'WebGUI','Deutsch','Um diese Funktion
|
||||
ausführen zu können, müssen Sie Administrator sein. Eine der folgenden
|
||||
Personen kann Sie zum Administrator machen:');
|
||||
INSERT INTO international VALUES (36,'UserSubmission','Deutsch','Datei
|
||||
löschen.');
|
||||
INSERT INTO international VALUES (35,'UserSubmission','Deutsch','Titel');
|
||||
INSERT INTO international VALUES (35,'WebGUI','Deutsch','Administrative
|
||||
Funktion');
|
||||
INSERT INTO international VALUES (34,'WebGUI','Deutsch','Datum setzen');
|
||||
INSERT INTO international VALUES (34,'UserSubmission','Deutsch','Carriage
|
||||
Return beachten?');
|
||||
INSERT INTO international VALUES (33,'WebGUI','Deutsch','Samstag');
|
||||
INSERT INTO international VALUES (32,'WebGUI','Deutsch','Freitag');
|
||||
INSERT INTO international VALUES (33,'UserSubmission','Deutsch','Anhang');
|
||||
INSERT INTO international VALUES (31,'WebGUI','Deutsch','Donnerstag');
|
||||
INSERT INTO international VALUES (32,'UserSubmission','Deutsch','Grafik');
|
||||
INSERT INTO international VALUES (30,'WebGUI','Deutsch','Mittwoch');
|
||||
INSERT INTO international VALUES (31,'UserSubmission','Deutsch','Inhalt');
|
||||
INSERT INTO international VALUES (30,'UserSubmission','Deutsch','Benutzer
|
||||
Beitragssystem hinzufügen');
|
||||
INSERT INTO international VALUES (29,'WebGUI','Deutsch','Dienstag');
|
||||
INSERT INTO international VALUES (28,'WebGUI','Deutsch','Montag');
|
||||
INSERT INTO international VALUES (29,'UserSubmission','Deutsch','Benutzer
|
||||
Beitragssystem');
|
||||
INSERT INTO international VALUES (28,'UserSubmission','Deutsch','Zurück zur
|
||||
Beitragsliste');
|
||||
INSERT INTO international VALUES (28,'Article','Deutsch','Kommentare
|
||||
anschauen');
|
||||
INSERT INTO international VALUES (27,'WebGUI','Deutsch','Sonntag');
|
||||
INSERT INTO international VALUES
|
||||
(27,'UserSubmission','Deutsch','Bearbeiten');
|
||||
INSERT INTO international VALUES (27,'Article','Deutsch','Zurück zum
|
||||
Artikel');
|
||||
INSERT INTO international VALUES (26,'WebGUI','Deutsch','Dezember');
|
||||
INSERT INTO international VALUES
|
||||
(26,'UserSubmission','Deutsch','Verbieten');
|
||||
INSERT INTO international VALUES (25,'WebGUI','Deutsch','November');
|
||||
INSERT INTO international VALUES (26,'Article','Deutsch','Kommentar
|
||||
löschen');
|
||||
INSERT INTO international VALUES (25,'UserSubmission','Deutsch','Ausstehend
|
||||
verlassen');
|
||||
INSERT INTO international VALUES (25,'Article','Deutsch','Kommentar
|
||||
bearbeiten');
|
||||
INSERT INTO international VALUES (24,'WebGUI','Deutsch','Oktober');
|
||||
INSERT INTO international VALUES (24,'Article','Deutsch','Kommentar
|
||||
schreiben');
|
||||
INSERT INTO international VALUES
|
||||
(24,'UserSubmission','Deutsch','Erlauben');
|
||||
INSERT INTO international VALUES (23,'WebGUI','Deutsch','September');
|
||||
INSERT INTO international VALUES
|
||||
(23,'UserSubmission','Deutsch','Erstellungsdatum:');
|
||||
INSERT INTO international VALUES (23,'Article','Deutsch','Datum');
|
||||
INSERT INTO international VALUES (22,'WebGUI','Deutsch','August');
|
||||
INSERT INTO international VALUES (22,'UserSubmission','Deutsch','Erstellt
|
||||
von:');
|
||||
INSERT INTO international VALUES (22,'Article','Deutsch','Autor');
|
||||
INSERT INTO international VALUES (22,'MessageBoard','Deutsch','Beitrag
|
||||
löschen');
|
||||
INSERT INTO international VALUES (21,'WebGUI','Deutsch','Juli');
|
||||
INSERT INTO international VALUES (21,'UserSubmission','Deutsch','Erstellt
|
||||
von');
|
||||
INSERT INTO international VALUES (21,'MessageBoard','Deutsch','Wer kann
|
||||
moderieren?');
|
||||
INSERT INTO international VALUES
|
||||
(21,'DownloadManager','Deutsch','Vorschaubilder anzeigen?');
|
||||
INSERT INTO international VALUES (21,'Article','Deutsch','Timeout
|
||||
bearbeiten');
|
||||
INSERT INTO international VALUES (20,'WebGUI','Deutsch','Juni');
|
||||
INSERT INTO international VALUES (20,'UserSubmission','Deutsch','Neuen
|
||||
Beitrag schreiben');
|
||||
INSERT INTO international VALUES (20,'MessageBoard','Deutsch','Letzte
|
||||
Antwort');
|
||||
INSERT INTO international VALUES (20,'DownloadManager','Deutsch','Später
|
||||
mit Seitenzahlen versehen');
|
||||
INSERT INTO international VALUES (20,'Article','Deutsch','Wer kann
|
||||
moderieren?');
|
||||
INSERT INTO international VALUES (19,'WebGUI','Deutsch','Mai');
|
||||
INSERT INTO international VALUES (19,'UserSubmission','Deutsch','Beitrag
|
||||
bearbeiten');
|
||||
INSERT INTO international VALUES (19,'MessageBoard','Deutsch','Antworten');
|
||||
INSERT INTO international VALUES (19,'EventsCalendar','Deutsch','Später mit
|
||||
Seitenzahlen versehen');
|
||||
INSERT INTO international VALUES (19,'DownloadManager','Deutsch','Sie
|
||||
besitzen keine Dateien, die zum Download bereitstehen.');
|
||||
INSERT INTO international VALUES (19,'Article','Deutsch','Wer kann
|
||||
schreiben?');
|
||||
INSERT INTO international VALUES (18,'WebGUI','Deutsch','April');
|
||||
INSERT INTO international VALUES (18,'UserSubmission','Deutsch','Benutzer
|
||||
Beitragssystem bearbeiten');
|
||||
INSERT INTO international VALUES (18,'SQLReport','Deutsch','Diese Abfrage
|
||||
liefert keine Ergebnisse.');
|
||||
INSERT INTO international VALUES (18,'MessageBoard','Deutsch','Diskussion
|
||||
begonnen');
|
||||
INSERT INTO international VALUES
|
||||
(18,'DownloadManager','Deutsch','Alternative #2');
|
||||
INSERT INTO international VALUES
|
||||
(18,'EventsCalendar','Deutsch','Kalender');
|
||||
INSERT INTO international VALUES (17,'WebGUI','Deutsch','März');
|
||||
INSERT INTO international VALUES (18,'Article','Deutsch','Diskussion
|
||||
erlauben?');
|
||||
INSERT INTO international VALUES (17,'UserSubmission','Deutsch','Sind Sie
|
||||
sicher, dass Sie diesen Beitrag löschen wollen?');
|
||||
INSERT INTO international VALUES (17,'SQLReport','Deutsch','<b>Debug:</b>
|
||||
Abfrage:');
|
||||
INSERT INTO international VALUES (17,'MessageBoard','Deutsch','Neuen
|
||||
Beitrag schreiben');
|
||||
INSERT INTO international VALUES (17,'EventsCalendar','Deutsch','Liste');
|
||||
INSERT INTO international VALUES
|
||||
(17,'DownloadManager','Deutsch','Alternative #1');
|
||||
INSERT INTO international VALUES (16,'WebGUI','Deutsch','Februar');
|
||||
INSERT INTO international VALUES (17,'Article','Deutsch','Zentrum');
|
||||
INSERT INTO international VALUES (16,'UserSubmission','Deutsch','Ohne
|
||||
Titel');
|
||||
INSERT INTO international VALUES (16,'MessageBoard','Deutsch','Datum');
|
||||
INSERT INTO international VALUES (16,'SQLReport','Deutsch','Debug?');
|
||||
INSERT INTO international VALUES (16,'EventsCalendar','Deutsch','Kalender
|
||||
Layout');
|
||||
INSERT INTO international VALUES (16,'DownloadManager','Deutsch','Upload
|
||||
Datum');
|
||||
INSERT INTO international VALUES (16,'Article','Deutsch','Links');
|
||||
INSERT INTO international VALUES (15,'WebGUI','Deutsch','Januar');
|
||||
INSERT INTO international VALUES
|
||||
(15,'UserSubmission','Deutsch','Bearbeiten/Löschen');
|
||||
INSERT INTO international VALUES (15,'SQLReport','Deutsch','Sollen die
|
||||
Makros in der Abfrage vorverarbeitet werden?');
|
||||
INSERT INTO international VALUES (15,'MessageBoard','Deutsch','Autor');
|
||||
INSERT INTO international VALUES (15,'EventsCalendar','Deutsch','Ende
|
||||
Datum');
|
||||
INSERT INTO international VALUES
|
||||
(15,'DownloadManager','Deutsch','Beschreibung');
|
||||
INSERT INTO international VALUES (14,'WebGUI','Deutsch','Ausstehende
|
||||
Beiträge anschauen');
|
||||
INSERT INTO international VALUES (15,'Article','Deutsch','Rechts');
|
||||
INSERT INTO international VALUES (14,'UserSubmission','Deutsch','Status');
|
||||
INSERT INTO international VALUES (14,'SQLReport','Deutsch','Später mit
|
||||
Seitenzahlen versehen');
|
||||
INSERT INTO international VALUES (14,'MessageBoard','Deutsch','Nächste
|
||||
Diskussion');
|
||||
INSERT INTO international VALUES (14,'EventsCalendar','Deutsch','Start
|
||||
Datum');
|
||||
INSERT INTO international VALUES (14,'DownloadManager','Deutsch','Datei');
|
||||
INSERT INTO international VALUES (14,'Article','Deutsch','Anhang
|
||||
herunterladen');
|
||||
INSERT INTO international VALUES (13,'WebGUI','Deutsch','Hilfe anschauen');
|
||||
INSERT INTO international VALUES
|
||||
(13,'UserSubmission','Deutsch','Erstellungsdatum');
|
||||
INSERT INTO international VALUES (13,'SQLReport','Deutsch','Carriage Return
|
||||
beachten?');
|
||||
INSERT INTO international VALUES (13,'MessageBoard','Deutsch','Antwort
|
||||
schicken');
|
||||
INSERT INTO international VALUES (13,'LinkList','Deutsch','Neuen Link
|
||||
hinzufügen');
|
||||
INSERT INTO international VALUES
|
||||
(13,'EventsCalendar','Deutsch','Veranstaltung bearbeiten');
|
||||
INSERT INTO international VALUES (13,'DownloadManager','Deutsch','Anhang
|
||||
löschen.');
|
||||
INSERT INTO international VALUES (13,'Article','Deutsch','Löschen');
|
||||
INSERT INTO international VALUES
|
||||
(12,'WebGUI','Deutsch','Administrationsmodus abschalten');
|
||||
INSERT INTO international VALUES (12,'UserSubmission','Deutsch','(Bitte
|
||||
ausklicken, wenn Ihr Beitrag in HTML geschrieben ist)');
|
||||
INSERT INTO international VALUES (12,'SQLReport','Deutsch','Fehler:
|
||||
Datenbankverbindung konnte nicht aufgebaut werden.');
|
||||
INSERT INTO international VALUES (12,'MessageBoard','Deutsch','Beitrag
|
||||
bearbeiten');
|
||||
INSERT INTO international VALUES (12,'LinkList','Deutsch','Link
|
||||
bearbeiten');
|
||||
INSERT INTO international VALUES
|
||||
(12,'EventsCalendar','Deutsch','Veranstaltungskalender bearbeiten');
|
||||
INSERT INTO international VALUES (12,'DownloadManager','Deutsch','Sind Sie
|
||||
sicher, dass Sie diesen Download löschen möchten?');
|
||||
INSERT INTO international VALUES (12,'Article','Deutsch','Artikel
|
||||
bearbeiten');
|
||||
INSERT INTO international VALUES (11,'WebGUI','Deutsch','Mülleimer
|
||||
leeren');
|
||||
INSERT INTO international VALUES (11,'UserSubmission','Deutsch','Beitrag
|
||||
hinzufügen');
|
||||
INSERT INTO international VALUES (11,'SQLReport','Deutsch','Fehler: Es gab
|
||||
ein Problem mit der Abfrage.');
|
||||
INSERT INTO international VALUES (11,'Poll','Deutsch','Abstimmen');
|
||||
INSERT INTO international VALUES (11,'MessageBoard','Deutsch','Zurück zur
|
||||
Beitragsliste');
|
||||
INSERT INTO international VALUES (11,'LinkList','Deutsch','Link Liste
|
||||
hinzufügen');
|
||||
INSERT INTO international VALUES (11,'EventsCalendar','Deutsch','<b>und</b>
|
||||
alle seine Wiederholungen löschen wollen?');
|
||||
INSERT INTO international VALUES (11,'DownloadManager','Deutsch','Neuen
|
||||
Download hinzufügen.');
|
||||
INSERT INTO international VALUES (11,'Article','Deutsch','(Bitte anklicken,
|
||||
falls Sie nicht <br> in Ihrem Text hinzufügen.)');
|
||||
INSERT INTO international VALUES (10,'WebGUI','Deutsch','Mülleimer
|
||||
anschauen');
|
||||
INSERT INTO international VALUES (10,'SQLReport','Deutsch','Fehler: Das
|
||||
SQL-Statement ist im falschen Format.');
|
||||
INSERT INTO international VALUES (10,'UserSubmission','Deutsch','Standard
|
||||
status');
|
||||
INSERT INTO international VALUES (10,'Poll','Deutsch','Abstimmung
|
||||
zurücksetzen');
|
||||
INSERT INTO international VALUES (10,'MessageBoard','Deutsch','Vorherige
|
||||
Diskussion');
|
||||
INSERT INTO international VALUES (10,'LinkList','Deutsch','Link Liste
|
||||
bearbeiten');
|
||||
INSERT INTO international VALUES (10,'FAQ','Deutsch','Frage bearbeiten');
|
||||
INSERT INTO international VALUES (10,'EventsCalendar','Deutsch','Sind Sie
|
||||
sicher, dass Sie diesen Termin');
|
||||
INSERT INTO international VALUES (10,'DownloadManager','Deutsch','Download
|
||||
bearbeiten');
|
||||
INSERT INTO international VALUES (10,'Article','Deutsch','Carriage Return
|
||||
beachten?');
|
||||
INSERT INTO international VALUES
|
||||
(9,'UserSubmission','Deutsch','Ausstehend');
|
||||
INSERT INTO international VALUES (9,'WebGUI','Deutsch','Zwischenablage
|
||||
anschauen');
|
||||
INSERT INTO international VALUES (9,'SQLReport','Deutsch','Fehler: Die DSN
|
||||
besitzt das falsche Format.');
|
||||
INSERT INTO international VALUES (9,'SiteMap','Deutsch','Übersicht
|
||||
anzeigen?');
|
||||
INSERT INTO international VALUES (9,'Poll','Deutsch','Abstimmung
|
||||
bearbeiten');
|
||||
INSERT INTO international VALUES (9,'MessageBoard','Deutsch','Beitrags
|
||||
ID:');
|
||||
INSERT INTO international VALUES (9,'LinkList','Deutsch','Sind Sie sicher,
|
||||
dass Sie diesen Link löschen wollen?');
|
||||
INSERT INTO international VALUES (9,'FAQ','Deutsch','Neue Frage
|
||||
hinzufügen');
|
||||
INSERT INTO international VALUES (9,'EventsCalendar','Deutsch','bis');
|
||||
INSERT INTO international VALUES (9,'DownloadManager','Deutsch','Download
|
||||
Manager bearbeiten');
|
||||
INSERT INTO international VALUES (9,'Article','Deutsch','Dateianhang');
|
||||
INSERT INTO international VALUES (8,'WebGUI','Deutsch','\"Seite nicht
|
||||
gefunden\" anschauen');
|
||||
INSERT INTO international VALUES (8,'UserSubmission','Deutsch','Verboten');
|
||||
INSERT INTO international VALUES (8,'SQLReport','Deutsch','SQL Bericht
|
||||
bearbeiten');
|
||||
INSERT INTO international VALUES (8,'SiteMap','Deutsch','Zeilenabstand');
|
||||
INSERT INTO international VALUES (8,'Poll','Deutsch','(Eine Antwort pro
|
||||
Zeile. Bitte nicht mehr als 20 verschiedene Antworten)');
|
||||
INSERT INTO international VALUES (8,'MessageBoard','Deutsch','Datum:');
|
||||
INSERT INTO international VALUES (8,'LinkList','Deutsch','URL');
|
||||
INSERT INTO international VALUES (8,'FAQ','Deutsch','F.A.Q. bearbeiten');
|
||||
INSERT INTO international VALUES (8,'EventsCalendar','Deutsch','Wiederholt
|
||||
sich');
|
||||
INSERT INTO international VALUES (8,'DownloadManager','Deutsch','Kurze
|
||||
Beschreibung');
|
||||
INSERT INTO international VALUES (7,'WebGUI','Deutsch','Benutzer
|
||||
verwalten');
|
||||
INSERT INTO international VALUES (8,'Article','Deutsch','Link URL');
|
||||
INSERT INTO international VALUES (7,'UserSubmission','Deutsch','Erlaubt');
|
||||
INSERT INTO international VALUES
|
||||
(7,'SQLReport','Deutsch','Datenbankpasswort');
|
||||
INSERT INTO international VALUES (7,'SiteMap','Deutsch','Kugel');
|
||||
INSERT INTO international VALUES (7,'Poll','Deutsch','Antworten');
|
||||
INSERT INTO international VALUES (7,'MessageBoard','Deutsch','Autor:');
|
||||
INSERT INTO international VALUES (7,'LinkList','Deutsch','Link
|
||||
hinzufügen');
|
||||
INSERT INTO international VALUES (7,'FAQ','Deutsch','Sind Sie sicher, dass
|
||||
Sie diese Frage löschen wollen?');
|
||||
INSERT INTO international VALUES (7,'EventsCalendar','Deutsch','Termin
|
||||
hinzufügen');
|
||||
INSERT INTO international VALUES (7,'DownloadManager','Deutsch','Gruppe,
|
||||
die Download benutzen kann');
|
||||
INSERT INTO international VALUES (7,'Article','Deutsch','Link Titel');
|
||||
INSERT INTO international VALUES (6,'WebGUI','Deutsch','Stile verwalten');
|
||||
INSERT INTO international VALUES (6,'UserSubmission','Deutsch','Beiträge
|
||||
pro Seite');
|
||||
INSERT INTO international VALUES
|
||||
(6,'SyndicatedContent','Deutsch','Aktueller Inhalt');
|
||||
INSERT INTO international VALUES
|
||||
(6,'SQLReport','Deutsch','Datenbankbenutzer');
|
||||
INSERT INTO international VALUES (6,'SiteMap','Deutsch','Zweck');
|
||||
INSERT INTO international VALUES
|
||||
(6,'MessageBoard','Deutsch','Diskussionsforum bearbeiten');
|
||||
INSERT INTO international VALUES (6,'Poll','Deutsch','Frage');
|
||||
INSERT INTO international VALUES (6,'LinkList','Deutsch','Link Liste');
|
||||
INSERT INTO international VALUES (6,'FAQ','Deutsch','Antwort');
|
||||
INSERT INTO international VALUES (6,'ExtraColumn','Deutsch','Extra Spalte
|
||||
bearbeiten');
|
||||
INSERT INTO international VALUES (6,'EventsCalendar','Deutsch','Woche');
|
||||
INSERT INTO international VALUES
|
||||
(6,'DownloadManager','Deutsch','Dateiname');
|
||||
INSERT INTO international VALUES (6,'Article','Deutsch','Bild');
|
||||
INSERT INTO international VALUES (5,'WebGUI','Deutsch','Gruppen
|
||||
verwalten');
|
||||
INSERT INTO international VALUES (5,'UserSubmission','Deutsch','Ihr Beitrag
|
||||
wurde abgelehnt.');
|
||||
INSERT INTO international VALUES (5,'SyndicatedContent','Deutsch','zuletzt
|
||||
geholt');
|
||||
INSERT INTO international VALUES (5,'SQLReport','Deutsch','DSN (Data Source
|
||||
Name)');
|
||||
INSERT INTO international VALUES (5,'SiteMap','Deutsch','Site Map
|
||||
bearbeiten');
|
||||
INSERT INTO international VALUES (5,'Poll','Deutsch','Breite der Grafik');
|
||||
INSERT INTO international VALUES (5,'MessageBoard','Deutsch','Timeout zum
|
||||
bearbeiten');
|
||||
INSERT INTO international VALUES (5,'LinkList','Deutsch','Wollen Sie einen
|
||||
Link hinzufügen?');
|
||||
INSERT INTO international VALUES (5,'Item','Deutsch','Anhang
|
||||
herunterladen');
|
||||
INSERT INTO international VALUES (5,'FAQ','Deutsch','Frage');
|
||||
INSERT INTO international VALUES (5,'ExtraColumn','Deutsch','StyleSheet
|
||||
Class');
|
||||
INSERT INTO international VALUES (5,'EventsCalendar','Deutsch','Tag');
|
||||
INSERT INTO international VALUES (5,'Article','Deutsch','Text');
|
||||
INSERT INTO international VALUES
|
||||
(5,'DownloadManager','Deutsch','Dateititel');
|
||||
INSERT INTO international VALUES (4,'WebGUI','Deutsch','Einstellungen
|
||||
verwalten');
|
||||
INSERT INTO international VALUES (4,'UserSubmission','Deutsch','Ihr Betrag
|
||||
wurde angenommen.');
|
||||
INSERT INTO international VALUES (4,'SQLReport','Deutsch','Abfrage');
|
||||
INSERT INTO international VALUES
|
||||
(4,'SyndicatedContent','Deutsch','Clipping-Dienst bearbeiten');
|
||||
INSERT INTO international VALUES (4,'SiteMap','Deutsch','Tiefe');
|
||||
INSERT INTO international VALUES (4,'Poll','Deutsch','Wer kann
|
||||
abstimmen?');
|
||||
INSERT INTO international VALUES (4,'FAQ','Deutsch','Frage hinzufügen');
|
||||
INSERT INTO international VALUES (4,'Item','Deutsch','Kleiner Artikel');
|
||||
INSERT INTO international VALUES (4,'LinkList','Deutsch','Kugel');
|
||||
INSERT INTO international VALUES (4,'MessageBoard','Deutsch','Beiträge pro
|
||||
Seite');
|
||||
INSERT INTO international VALUES (4,'ExtraColumn','Deutsch','Breite');
|
||||
INSERT INTO international VALUES (4,'EventsCalendar','Deutsch','Einmaliges
|
||||
Ereignis');
|
||||
INSERT INTO international VALUES (4,'DownloadManager','Deutsch','Download
|
||||
hinzufügen');
|
||||
INSERT INTO international VALUES (4,'Article','Deutsch','Ende Datum');
|
||||
INSERT INTO international VALUES (3,'WebGUI','Deutsch','Aus Zwischenablage
|
||||
einfügen...');
|
||||
INSERT INTO international VALUES (3,'UserSubmission','Deutsch','Sie sollten
|
||||
einen neuen Beitrag genehmigen.');
|
||||
INSERT INTO international VALUES
|
||||
(3,'SyndicatedContent','Deutsch','Clipping-Dienst hinzufügen');
|
||||
INSERT INTO international VALUES (3,'SQLReport','Deutsch','Schablone');
|
||||
INSERT INTO international VALUES (3,'SiteMap','Deutsch','Auf dieser Ebene
|
||||
Starten?');
|
||||
INSERT INTO international VALUES (3,'Poll','Deutsch','Aktiv');
|
||||
INSERT INTO international VALUES (3,'MessageBoard','Deutsch','Wer kann
|
||||
Beiträge schreiben?');
|
||||
INSERT INTO international VALUES (3,'LinkList','Deutsch','In neuem Fenster
|
||||
öffnen?');
|
||||
INSERT INTO international VALUES (3,'FAQ','Deutsch','F.A.Q. hinzufügen');
|
||||
INSERT INTO international VALUES (3,'Item','Deutsch','Anhang löschen');
|
||||
INSERT INTO international VALUES (3,'ExtraColumn','Deutsch','Platzhalter');
|
||||
INSERT INTO international VALUES
|
||||
(3,'EventsCalendar','Deutsch','Veranstaltungskalender hinzufügen');
|
||||
INSERT INTO international VALUES (3,'DownloadManager','Deutsch','Fortfahren
|
||||
die Datei hinzuzufügen?');
|
||||
INSERT INTO international VALUES (3,'Article','Deutsch','Start Datum');
|
||||
INSERT INTO international VALUES (2,'WebGUI','Deutsch','Seite');
|
||||
INSERT INTO international VALUES (2,'UserSubmission','Deutsch','Wer kann
|
||||
Beiträge schreiben?');
|
||||
INSERT INTO international VALUES
|
||||
(2,'SyndicatedContent','Deutsch','Clipping-Dienst');
|
||||
INSERT INTO international VALUES (2,'SQLReport','Deutsch','SQL Bericht
|
||||
hinzufügen');
|
||||
INSERT INTO international VALUES (2,'SiteMap','Deutsch','Site
|
||||
Map/Übersicht');
|
||||
INSERT INTO international VALUES (2,'FAQ','Deutsch','F.A.Q.');
|
||||
INSERT INTO international VALUES (2,'Item','Deutsch','Anhang');
|
||||
INSERT INTO international VALUES (2,'LinkList','Deutsch','Zeilenabstand');
|
||||
INSERT INTO international VALUES
|
||||
(2,'MessageBoard','Deutsch','Diskussionsforum');
|
||||
INSERT INTO international VALUES (2,'Poll','Deutsch','Abstimmung
|
||||
hinzufügen');
|
||||
INSERT INTO international VALUES
|
||||
(2,'EventsCalendar','Deutsch','Veranstaltungskalender');
|
||||
INSERT INTO international VALUES (2,'ExtraColumn','Deutsch','Extra Spalte
|
||||
hinzufügen');
|
||||
INSERT INTO international VALUES (2,'DownloadManager','Deutsch','Download
|
||||
Manager hinzufügen');
|
||||
INSERT INTO international VALUES (2,'Article','Deutsch','Artikel
|
||||
hinzufügen');
|
||||
INSERT INTO international VALUES (1,'WebGUI','Deutsch','Inhalt
|
||||
hinzufügen...');
|
||||
INSERT INTO international VALUES (1,'SyndicatedContent','Deutsch','URL zur
|
||||
RSS-Datei');
|
||||
INSERT INTO international VALUES (1,'UserSubmission','Deutsch','Wer kann
|
||||
genehmigen?');
|
||||
INSERT INTO international VALUES (1,'SQLReport','Deutsch','SQL Bericht');
|
||||
INSERT INTO international VALUES (1,'SiteMap','Deutsch','Site Map/Überblick
|
||||
hinzufügen');
|
||||
INSERT INTO international VALUES (1,'Poll','Deutsch','Abstimmung');
|
||||
INSERT INTO international VALUES
|
||||
(1,'MessageBoard','Deutsch','Diskussionsforum hinzufügen');
|
||||
INSERT INTO international VALUES (1,'LinkList','Deutsch','Tabulator');
|
||||
INSERT INTO international VALUES (1,'Item','Deutsch','Link URL');
|
||||
INSERT INTO international VALUES (1,'FAQ','Deutsch','Frage hinzufügen?');
|
||||
INSERT INTO international VALUES (1,'ExtraColumn','Deutsch','Extra
|
||||
Spalte');
|
||||
INSERT INTO international VALUES (1,'EventsCalendar','Deutsch','Termin
|
||||
hinzufügen?');
|
||||
INSERT INTO international VALUES (1,'DownloadManager','Deutsch','Download
|
||||
Manager');
|
||||
INSERT INTO international VALUES (1,'Article','Deutsch','Artikel');
|
||||
INSERT INTO international VALUES (395,'WebGUI','Deutsch','Neue Grafik
|
||||
hinzufügen.');
|
||||
INSERT INTO international VALUES (396,'WebGUI','Deutsch','Grafik
|
||||
anschauen');
|
||||
INSERT INTO international VALUES (397,'WebGUI','Deutsch','Zurück zur
|
||||
Grafikübersicht.');
|
||||
INSERT INTO international VALUES (398,'WebGUI','Deutsch','Dokumententyp
|
||||
Beschreibung');
|
||||
INSERT INTO international VALUES (399,'WebGUI','Deutsch','Diese Seite
|
||||
überprüfen.');
|
||||
INSERT INTO international VALUES (400,'WebGUI','Deutsch','Caching
|
||||
verhindern');
|
||||
INSERT INTO international VALUES (401,'WebGUI','Deutsch','Sind Sie sicher,
|
||||
dass Sie diese Nachrichten und alle darunterliegenden löschen wollen?');
|
||||
INSERT INTO international VALUES (402,'WebGUI','Deutsch','Die Nachricht die
|
||||
sie abfragen wollten existiert leider nicht.');
|
||||
INSERT INTO international VALUES (403,'WebGUI','Deutsch','Ich teile es
|
||||
lieber nicht mit.');
|
||||
INSERT INTO international VALUES (404,'WebGUI','Deutsch','Erste Seite');
|
||||
INSERT INTO international VALUES (405,'WebGUI','Deutsch','Letzte Seite');
|
||||
INSERT INTO international VALUES (406,'WebGUI','Deutsch','Größe der kleinen
|
||||
Bilder');
|
||||
INSERT INTO international VALUES (407,'WebGUI','Deutsch','Klicken Sie hier,
|
||||
um sich zu registrieren');
|
||||
INSERT INTO international VALUES (408,'WebGUI','Deutsch','Startseiten
|
||||
bearbeiten');
|
||||
INSERT INTO international VALUES (409,'WebGUI','Deutsch','Neue Startseite
|
||||
anlegen');
|
||||
INSERT INTO international VALUES (410,'WebGUI','Deutsch','Startseiten
|
||||
bearbeiten');
|
||||
INSERT INTO international VALUES (411,'WebGUI','Deutsch','Menü Titel');
|
||||
INSERT INTO international VALUES (412,'WebGUI','Deutsch','Synopse');
|
||||
INSERT INTO international VALUES (413,'WebGUI','Deutsch','Bei kritischem
|
||||
Fehler');
|
||||
INSERT INTO international VALUES
|
||||
(414,'WebGUI','Deutsch','Debuginformationen anzeigen');
|
||||
INSERT INTO international VALUES
|
||||
(415,'WebGUI','Deutsch','benutzerfreundlich anzeigen');
|
||||
INSERT INTO international VALUES
|
||||
(416,'WebGUI','Deutsch','<h1>Abfrageproblem</h1> Ihre Anfrage macht dem
|
||||
System Probleme. Bitte betätigen Sie den Zurückbutton im Browser und
|
||||
versuchen Sie es nochmal. Sollte dieses Problem weiterbestehen, teilen Sie
|
||||
uns bitte mit, was Sie wo im System wann gemacht haben.');
|
||||
INSERT INTO international VALUES
|
||||
(417,'WebGUI','Deutsch','<h1>Sicherheitsverstoß</h1> Sie haben versucht
|
||||
auf einen Systemteil zuzugreifen, der Ihnen nicht erlaubt ist. Der Verstoß
|
||||
wurde gemeldet.');
|
||||
INSERT INTO international VALUES (418,'WebGUI','Deutsch','HTML filtern');
|
||||
INSERT INTO international VALUES (419,'WebGUI','Deutsch','Alle
|
||||
Beschreibungselemente entfernen');
|
||||
INSERT INTO international VALUES (420,'WebGUI','Deutsch','Nicht
|
||||
verändern');
|
||||
INSERT INTO international VALUES (421,'WebGUI','Deutsch','Nur einfache
|
||||
Formatierungen beibehalten');
|
||||
INSERT INTO international VALUES (422,'WebGUI','Deutsch','<h1>Anmeldung ist
|
||||
fehlgeschlagen!</h1> Die eingegebenen Zugansdaten stimmen mit keinen
|
||||
Benutzerdaten überein.');
|
||||
INSERT INTO international VALUES (423,'WebGUI','Deutsch','Aktive Sitzungen
|
||||
anschauen');
|
||||
INSERT INTO international VALUES
|
||||
(424,'WebGUI','Deutsch','Anmeldungshistorie anschauen');
|
||||
INSERT INTO international VALUES (425,'WebGUI','Deutsch','Aktive
|
||||
Sitzungen');
|
||||
INSERT INTO international VALUES
|
||||
(426,'WebGUI','Deutsch','Anmeldungshistorie');
|
||||
INSERT INTO international VALUES (427,'WebGUI','Deutsch','Stile');
|
||||
INSERT INTO international VALUES (428,'WebGUI','Deutsch','Benutzername');
|
||||
INSERT INTO international VALUES (429,'WebGUI','Deutsch','Anmeldungszeit');
|
||||
INSERT INTO international VALUES (430,'WebGUI','Deutsch','Seite wurde das
|
||||
letzte mal angeschaut');
|
||||
INSERT INTO international VALUES (431,'WebGUI','Deutsch','IP Adresse');
|
||||
INSERT INTO international VALUES (432,'WebGUI','Deutsch','läuft ab');
|
||||
INSERT INTO international VALUES (434,'WebGUI','Deutsch','Status');
|
||||
INSERT INTO international VALUES
|
||||
(435,'WebGUI','Deutsch','Sitzungssignatur');
|
||||
INSERT INTO international VALUES (436,'WebGUI','Deutsch','Sitzung
|
||||
beenden');
|
||||
INSERT INTO international VALUES (437,'WebGUI','Deutsch','Statistiken');
|
||||
INSERT INTO international VALUES (438,'WebGUI','Deutsch','Ihr Name');
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue