mirror of https://github.com/sipwise/db-schema.git
parent
b30b94cdd1
commit
93639737aa
@ -0,0 +1,3 @@
|
|||||||
|
USE provisioning;
|
||||||
|
|
||||||
|
DELETE FROM language_strings WHERE code='Client.Voip.DuplicatePeeringRule';
|
||||||
@ -0,0 +1,7 @@
|
|||||||
|
USE provisioning;
|
||||||
|
|
||||||
|
INSERT INTO language_strings (code, language, string) VALUES ('Client.Voip.DuplicatePeeringRule', 'en', 'This peering rule already exists.');
|
||||||
|
INSERT INTO language_strings (code, language, string) VALUES ('Client.Voip.DuplicatePeeringRule', 'de', 'Diese Peering-Regel existiert bereits.');
|
||||||
|
INSERT INTO language_strings (code, language, string) VALUES ('Client.Voip.DuplicatePeeringRule', 'es', 'This peering rule already exists.');
|
||||||
|
INSERT INTO language_strings (code, language, string) VALUES ('Client.Voip.DuplicatePeeringRule', 'fr', 'This peering rule already exists.');
|
||||||
|
|
||||||
Loading…
Reference in new issue