diff options
| author | brettp <brettp@36083f99-b078-4883-b0ff-0f9b5a30f544> | 2011-03-17 00:24:04 +0000 | 
|---|---|---|
| committer | brettp <brettp@36083f99-b078-4883-b0ff-0f9b5a30f544> | 2011-03-17 00:24:04 +0000 | 
| commit | fb143a5701f15a8e9792c25ec7c0a030786896d6 (patch) | |
| tree | f014b07dad8e23d07959e2a25b1f19612d581d00 /languages | |
| parent | 3d3ecfa207a47198fca5658bb6aa6e27cb0f13da (diff) | |
| download | elgg-fb143a5701f15a8e9792c25ec7c0a030786896d6.tar.gz elgg-fb143a5701f15a8e9792c25ec7c0a030786896d6.tar.bz2  | |
Fixes #2242. Can now delete admin notices manually.
git-svn-id: http://code.elgg.org/elgg/trunk@8737 36083f99-b078-4883-b0ff-0f9b5a30f544
Diffstat (limited to 'languages')
| -rw-r--r-- | languages/en.php | 4 | 
1 files changed, 4 insertions, 0 deletions
diff --git a/languages/en.php b/languages/en.php index 375ba6135..ad052870a 100644 --- a/languages/en.php +++ b/languages/en.php @@ -606,6 +606,8 @@ $english = array(  	'admin:plugins:category:extension' => 'Extensions',  	'admin:plugins:category:service' => 'Service/API', +	'admin:notices:could_not_delete' => 'Could not delete notice.', +  /**   * Plugins @@ -971,6 +973,8 @@ Once you have logged in, we highly recommend that you change your password.  		Upgrading Elgg documentation</a>.  If you require assistance, please post to the  		<a href="http://community.elgg.org/pg/groups/discussion/">Community Support Forums</a>.', +	'update:twitter_api:settings_found_unknown_status' => 'Twitter API (previously Twitter Service) settings were found, but its status could not be determined. Please re-activate it manually.', +  	'deprecated:function' => '%s() was deprecated by %s()',  /**  | 
