diff options
Diffstat (limited to 'languages/en.php')
-rw-r--r-- | languages/en.php | 12 |
1 files changed, 10 insertions, 2 deletions
diff --git a/languages/en.php b/languages/en.php index c7990f291..826e1d2b4 100644 --- a/languages/en.php +++ b/languages/en.php @@ -596,6 +596,14 @@ To remove a widget drag it back to the <b>Widget gallery</b>.", 'deleteconfirm' => "Are you sure you want to delete this item?", 'fileexists' => "A file has already been uploaded. To replace it, select it below:", + + + /** + * System messages + **/ + + 'systemmessages:dismiss' => "click to dismiss", + /** * Import / export @@ -667,9 +675,9 @@ Alternatively, you can enter your database settings below and we will try and do 'installation:disableapi' => "Elgg comes with an flexible and extendible API that enables applications use certain Elgg features remotely", 'installation:disableapi:label' => "Enable the RESTful API", -
+ 'upgrade:db' => 'Your database was upgraded.', - 'upgrade:core' => 'Your elgg installation was upgraded',
+ 'upgrade:core' => 'Your elgg installation was upgraded', /** * Welcome |