You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
db-schema/db_scripts/diff/10538.up

7 lines
514 B

USE provisioning;
INSERT INTO language_strings (code, language, string) VALUES ('Client.Syntax.InvalidFileType', 'en', 'Invalid file type');
INSERT INTO language_strings (code, language, string) VALUES ('Client.Syntax.InvalidFileType', 'de', 'Ungültiger Dateityp');
INSERT INTO language_strings (code, language, string) VALUES ('Client.Syntax.InvalidFileType', 'es', 'Invalid file type');
INSERT INTO language_strings (code, language, string) VALUES ('Client.Syntax.InvalidFileType', 'fr', 'Invalid file type');