diff --git a/po/en_GB.po b/po/en_GB.po index ccc320083..7a894e707 100644 --- a/po/en_GB.po +++ b/po/en_GB.po @@ -3196,6 +3196,9 @@ msgid "" " Example: INSERT INTO tbl_name VALUES (1,2,3), (4,5,6), " "(7,8,9)" msgstr "" +"insert multiple rows in every INSERT statement " +" Example: INSERT INTO tbl_name VALUES (1,2,3), (4,5,6), " +"(7,8,9)" #: libraries/export/sql.php:156 msgid ""
INSERT INTO tbl_name VALUES (1,2,3), (4,5,6), " "(7,8,9)
INSERT
INSERT INTO tbl_name VALUES (1,2,3), (4,5,6), " +"(7,8,9)