diff options
author | dave <dave@36083f99-b078-4883-b0ff-0f9b5a30f544> | 2008-10-08 15:17:01 +0000 |
---|---|---|
committer | dave <dave@36083f99-b078-4883-b0ff-0f9b5a30f544> | 2008-10-08 15:17:01 +0000 |
commit | 3e4335f86842a7a1b2a681de8214b5f711974434 (patch) | |
tree | e29ff0c5b59511e052f36a386c28d7cc11e5bf03 /languages | |
parent | 607c2d8d9284923e890e8937f28716bb5d3cdfd2 (diff) | |
download | elgg-3e4335f86842a7a1b2a681de8214b5f711974434.tar.gz elgg-3e4335f86842a7a1b2a681de8214b5f711974434.tar.bz2 |
system message strings moved to elgg_echo
git-svn-id: https://code.elgg.org/elgg/trunk@2227 36083f99-b078-4883-b0ff-0f9b5a30f544
Diffstat (limited to 'languages')
-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 |