mirror of https://github.com/sipwise/db-schema.git
parent
42afdce81c
commit
ab1c4e7865
@ -0,0 +1,3 @@
|
|||||||
|
USE provisioning;
|
||||||
|
|
||||||
|
DELETE FROM language_strings WHERE code='Client.Syntax.InvalidFileType';
|
||||||
@ -0,0 +1,6 @@
|
|||||||
|
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');
|
||||||
Loading…
Reference in new issue