aboutsummaryrefslogtreecommitdiff
path: root/languages
diff options
context:
space:
mode:
authordave <dave@36083f99-b078-4883-b0ff-0f9b5a30f544>2009-03-26 09:01:12 +0000
committerdave <dave@36083f99-b078-4883-b0ff-0f9b5a30f544>2009-03-26 09:01:12 +0000
commit8fd0edde705c54eb05661b698513062c7a20339e (patch)
tree597550d2c5e73ee590dab93774fd40dc7b72f6f5 /languages
parente545dcd59002baa3d09145be25f7356365f27c19 (diff)
downloadelgg-8fd0edde705c54eb05661b698513062c7a20339e.tar.gz
elgg-8fd0edde705c54eb05661b698513062c7a20339e.tar.bz2
small lang tweak
git-svn-id: https://code.elgg.org/elgg/trunk@3172 36083f99-b078-4883-b0ff-0f9b5a30f544
Diffstat (limited to 'languages')
-rw-r--r--languages/en.php15
1 files changed, 9 insertions, 6 deletions
diff --git a/languages/en.php b/languages/en.php
index 90d6f61cd..828e6ce2e 100644
--- a/languages/en.php
+++ b/languages/en.php
@@ -164,8 +164,8 @@
'memcache:notinstalled' => 'PHP memcache module not installed, you must install php5-memcache',
'memcache:noservers' => 'No memcache servers defined, please populate the $CONFIG->memcache_servers variable',
'memcache:versiontoolow' => 'Memcache needs at least version %s to run, you are running %s',
- 'memcache:noaddserver' => 'Multiple server support disabled, you may need to upgrade your PECL memcache library',
-
+ 'memcache:noaddserver' => 'Multiple server support disabled, you may need to upgrade your PECL memcache library',
+
'deprecatedfunction' => 'Warning: This code uses the deprecated function \'%s\' and is not compatible with this version of Elgg',
/**
* API
@@ -291,6 +291,9 @@ To remove a widget drag it back to the <b>Widget gallery</b>.",
'profile:defaultprofile:reset' => 'Default system profile reset',
'profile:resetdefault' => 'Reset default profile',
+ 'profile:explainchangefields' => 'You can replace the existing profile fields with your own using the form below. First you give the new profile field a label, for example, \'Favourite team\'. Next you need to select the field type, for example, tags, url, text and so on. At any time you can revert back to the default profile set up.',
+
+
/**
* Profile status messages
@@ -436,8 +439,8 @@ To remove a widget drag it back to the <b>Widget gallery</b>.",
'registerok' => "You have successfully registered for %s.",
'registerbad' => "Your registration was unsuccessful. The username may already exist, your passwords might not match, or your username or password may be too short.",
'registerdisabled' => "Registration has been disabled by the system administrator",
-
- 'firstadminlogininstructions' => 'Your new Elgg site has been successfully installed and your administrator account created. You can now configure your site further by enabling various installed plugin tools.',
+
+ 'firstadminlogininstructions' => 'Your new Elgg site has been successfully installed and your administrator account created. You can now configure your site further by enabling various installed plugin tools.',
'registration:notemail' => 'The email address you provided does not appear to be a valid email address.',
'registration:userexists' => 'That username already exists',
@@ -637,8 +640,8 @@ To remove a widget drag it back to the <b>Widget gallery</b>.",
'content:latest:blurb' => 'Alternatively, click here to view the latest content from across the site.',
'link:text' => 'view link',
-
- 'enableall' => 'Enable All',
+
+ 'enableall' => 'Enable All',
'disableall' => 'Disable All',
/**