Guest User

Untitled

a guest
Jun 22nd, 2018
99
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.77 KB | None | 0 0
  1. 1 test foobar-heading en default 0 Hello World
  2. 2 test foobar-form-confirm-msg en default 1 Are you sure you want to submit this form?
  3. 3 test foobar-heading en mobile 0 Hi
  4.  
  5.  
  6. idlocalized_string module key lang target_device is_client_side value
  7. 1 test foobar-heading en default 0 Hello World
  8. 2 test foobar-form-confirm-msg en default 1 Are you sure you want to submit this form?
  9. 3 test foobar-heading en mobile 0 Hi
  10.  
  11.  
  12. INSERT INTO `localized_string` (`idlocalized_string`,`module`,`key`,`lang`,`target_device`,`is_client_side`,`value`)
  13. VALUES
  14. (1, 'test', 'foobar-heading', 'en', 'default', 0, 'Hello World'),
  15. (2, 'test', 'foobar-form-confirm-msg', 'en', 'default', 1, 'Are you sure you want to submit this form?'),
  16. (3, 'test', 'foobar-heading', 'en', 'mobile', 0, 'Hi');
Add Comment
Please, Sign In to add comment