diff --git a/docs/upgrades/upgrade_5.2.2-5.2.3.sql b/docs/upgrades/upgrade_5.2.2-5.2.3.sql index f97ac488c..3a572e2eb 100644 --- a/docs/upgrades/upgrade_5.2.2-5.2.3.sql +++ b/docs/upgrades/upgrade_5.2.2-5.2.3.sql @@ -1,6 +1,26 @@ insert into webguiVersion values ('5.2.3','upgrade',unix_timestamp()); delete from template where templateId=2 and namespace='Item'; INSERT INTO template VALUES (2,'Item w/pop-up Links','\r\n \r\n \" target=\"_blank\">\r\n \r\n \r\n \r\n \r\n \r\n\r\n\r\n\r\n - \r\n \" target=\"_blank\">\" border=\"0\" alt=\"\" width=\"16\" height=\"16\" border=\"0\" align=\"middle\" />\r\n\r\n\r\n\r\n - \r\n','Item'); +delete from international where languageId=2 and namespace='Survey' and internationalId=66; +insert into international (internationalId,languageId,namespace,message,lastUpdated) values (66,2,'Survey','Geantwortet', 1049146849); +delete from international where languageId=2 and namespace='Survey' and internationalId=53; +insert into international (internationalId,languageId,namespace,message,lastUpdated) values (53,2,'Survey','Geantwortet', 1049146653); +delete from international where languageId=2 and namespace='Survey' and internationalId=69; +insert into international (internationalId,languageId,namespace,message,lastUpdated) values (69,2,'Survey','Antworten dieses Benutzers löschen.', 1049146361); +delete from international where languageId=2 and namespace='Survey' and internationalId=70; +insert into international (internationalId,languageId,namespace,message,lastUpdated) values (70,2,'Survey','Individuelle Antworten', 1049146347); +delete from international where languageId=2 and namespace='Survey' and internationalId=72; +insert into international (internationalId,languageId,namespace,message,lastUpdated) values (72,2,'Survey','Sind Sie sicher, dass Sie die Antworten dieses Benutzers löschen möchten?', 1049146334); +delete from international where languageId=2 and namespace='Survey' and internationalId=55; +insert into international (internationalId,languageId,namespace,message,lastUpdated) values (55,2,'Survey','Antworten anschauen.', 1049146220); +delete from international where languageId=2 and namespace='Survey' and internationalId=74; +insert into international (internationalId,languageId,namespace,message,lastUpdated) values (74,2,'Survey','Sind Sie sicher, dass Sie alle Antworten löschen möchten?', 1049146085); +delete from international where languageId=2 and namespace='Survey' and internationalId=73; +insert into international (internationalId,languageId,namespace,message,lastUpdated) values (73,2,'Survey','Alle Antworten löschen.', 1049146069); +delete from international where languageId=2 and namespace='WebGUI' and internationalId=891; +insert into international (internationalId,languageId,namespace,message,lastUpdated) values (891,2,'WebGUI','Nur Makros blockieren.', 1049099974); +delete from international where languageId=2 and namespace='WebGUI' and internationalId=526; +insert into international (internationalId,languageId,namespace,message,lastUpdated) values (526,2,'WebGUI','JavaScript entfernen und blockiere Makros.', 1049099918);