diff --git a/sql/mysql/data/system_text_sai.sql b/sql/mysql/data/system_text_sai.sql index 29ca1bf..6127e6e 100644 --- a/sql/mysql/data/system_text_sai.sql +++ b/sql/mysql/data/system_text_sai.sql @@ -17,11 +17,11 @@ REPLACE INTO `system_text_tag` (`id`, `tag`) VALUES ('sai_config_title', 'sai'); REPLACE INTO `system_text_tag` (`id`, `tag`) VALUES ('sai_config_title', 'sai_config'); - REPLACE INTO `system_text` (`id`, `lang`, `text`, `author`, `author_edit`, `time_create`, `time_edit`) VALUES ('sai_copyright', 'deDE', '${project} © WebCraft Media 2017', 2, 2, '2015-04-17 19:15:03', '2015-04-17 19:15:03'); - REPLACE INTO `system_text` (`id`, `lang`, `text`, `author`, `author_edit`, `time_create`, `time_edit`) VALUES ('sai_copyright', 'enUS', '${project} © WebCraft Media 2017', 2, 2, '2015-04-17 19:15:03', '2015-04-17 19:15:03'); - REPLACE INTO `system_text` (`id`, `lang`, `text`, `author`, `author_edit`, `time_create`, `time_edit`) VALUES ('sai_copyright', 'trTR', '${project} © WebCraft Media 2017', 2, 2, '2015-04-17 19:15:03', '2015-04-17 19:15:03'); - REPLACE INTO `system_text` (`id`, `lang`, `text`, `author`, `author_edit`, `time_create`, `time_edit`) VALUES ('sai_copyright', 'frFR', '${project} © WebCraft Media 2017', 2, 2, '2015-04-17 19:15:03', '2015-04-17 19:15:03'); - REPLACE INTO `system_text` (`id`, `lang`, `text`, `author`, `author_edit`, `time_create`, `time_edit`) VALUES ('sai_copyright', 'esES', '${project} © WebCraft Media 2017', 2, 2, '2015-04-17 19:15:03', '2015-04-17 19:15:03'); + REPLACE INTO `system_text` (`id`, `lang`, `text`, `author`, `author_edit`, `time_create`, `time_edit`) VALUES ('sai_copyright', 'deDE', '${project} © WebCraft Media 2019', 2, 2, '2015-04-17 19:15:03', '2015-04-17 19:15:03'); + REPLACE INTO `system_text` (`id`, `lang`, `text`, `author`, `author_edit`, `time_create`, `time_edit`) VALUES ('sai_copyright', 'enUS', '${project} © WebCraft Media 2019', 2, 2, '2015-04-17 19:15:03', '2015-04-17 19:15:03'); + REPLACE INTO `system_text` (`id`, `lang`, `text`, `author`, `author_edit`, `time_create`, `time_edit`) VALUES ('sai_copyright', 'trTR', '${project} © WebCraft Media 2019', 2, 2, '2015-04-17 19:15:03', '2015-04-17 19:15:03'); + REPLACE INTO `system_text` (`id`, `lang`, `text`, `author`, `author_edit`, `time_create`, `time_edit`) VALUES ('sai_copyright', 'frFR', '${project} © WebCraft Media 2019', 2, 2, '2015-04-17 19:15:03', '2015-04-17 19:15:03'); + REPLACE INTO `system_text` (`id`, `lang`, `text`, `author`, `author_edit`, `time_create`, `time_edit`) VALUES ('sai_copyright', 'esES', '${project} © WebCraft Media 2019', 2, 2, '2015-04-17 19:15:03', '2015-04-17 19:15:03'); REPLACE INTO `system_text_tag` (`id`, `tag`) VALUES ('sai_copyright', 'sai'); REPLACE INTO `system_text_tag` (`id`, `tag`) VALUES ('sai_copyright', 'sai_default');