diff options
Diffstat (limited to 'template/en')
-rw-r--r-- | template/en/default/global/messages.html.tmpl | 9 | ||||
-rw-r--r-- | template/en/default/setup/strings.txt.pl | 4 |
2 files changed, 13 insertions, 0 deletions
diff --git a/template/en/default/global/messages.html.tmpl b/template/en/default/global/messages.html.tmpl index 96225e128..fa0adbdf7 100644 --- a/template/en/default/global/messages.html.tmpl +++ b/template/en/default/global/messages.html.tmpl @@ -666,12 +666,21 @@ that have been [% IF action == 'delete' %]deleted[% ELSE %]set to NULL[% END %]: [%+ values.join(', ') FILTER html %] + [% ELSIF message_tag == "install_fk_setup" %] + Setting up foreign keys... + [% ELSIF message_tag == "install_group_create" %] Creating group [% name FILTER html %]... + [% ELSIF message_tag == "install_groups_setup" %] + Creating default groups... + [% ELSIF message_tag == "install_setting_new" %] Adding a new user setting called '[% name FILTER html %]' + [% ELSIF message_tag == "install_setting_setup" %] + Setting up user preferences... + [% ELSIF message_tag == "install_table_drop" %] Dropping the '[% name FILTER html %]' table... diff --git a/template/en/default/setup/strings.txt.pl b/template/en/default/setup/strings.txt.pl index 20c5627c9..7e590cb3e 100644 --- a/template/en/default/setup/strings.txt.pl +++ b/template/en/default/setup/strings.txt.pl @@ -44,6 +44,10 @@ EOT COMMANDS TO INSTALL REQUIRED MODULES (You *must* run all these commands and then re-run this script): EOT + db_enum_setup => "Setting up choices for standard drop-down fields:", + db_schema_init => "Initializing bz_schema...", + db_table_new => "Adding new table ##table##...", + db_table_setup => "Creating tables...", done => 'done.', extension_must_return_name => <<END, ##file## returned ##returned##, which is not a valid name for an extension. |