From a4f3ee5b1ecd6ec8441d10ca1be204d8b0812e0d Mon Sep 17 00:00:00 2001 From: moodler Date: Thu, 26 May 2005 14:45:15 +0000 Subject: [PATCH] New string for registration --- lang/en/admin.php | 1 + 1 file changed, 1 insertion(+) diff --git a/lang/en/admin.php b/lang/en/admin.php index 7b6eab1173e..d481eb2c22c 100755 --- a/lang/en/admin.php +++ b/lang/en/admin.php @@ -106,6 +106,7 @@ $string['importtimezonescount'] = '$a->count entries imported from $a->source'; $string['importtimezonesfailed'] = 'No sources found! (Bad news)'; $string['nodstpresetsexist'] = 'DST support is disabled for all users because there are no DST presets defined. You can define some presets using the button below.'; $string['optionalmaintenancemessage'] = 'Optional maintenance messsage'; +$string['pleaseregister'] = 'Please register your site to remove this button'; $string['sitemaintenance'] = 'The site is undergoing maintenance and is currently not available'; $string['sitemaintenancemode'] = 'Maintenance mode'; $string['sitemaintenanceon'] = 'Your site is currently in maintenance mode (only admins can log in or use the site).';