aboutsummaryrefslogtreecommitdiff
path: root/languages
diff options
context:
space:
mode:
authordave <dave@36083f99-b078-4883-b0ff-0f9b5a30f544>2008-08-16 11:28:01 +0000
committerdave <dave@36083f99-b078-4883-b0ff-0f9b5a30f544>2008-08-16 11:28:01 +0000
commitc82104115786d597095203e14078838753a16e9a (patch)
tree9be1c0ed532afe7aa28df2f31d02b913635c0f43 /languages
parent5be0101e7ab44f04ca54b6be8243fcc6b4a3ec95 (diff)
downloadelgg-c82104115786d597095203e14078838753a16e9a.tar.gz
elgg-c82104115786d597095203e14078838753a16e9a.tar.bz2
lang string missing
git-svn-id: https://code.elgg.org/elgg/trunk@1965 36083f99-b078-4883-b0ff-0f9b5a30f544
Diffstat (limited to 'languages')
-rw-r--r--languages/en.php38
1 files changed, 20 insertions, 18 deletions
diff --git a/languages/en.php b/languages/en.php
index 3474e4ff7..8b48d8694 100644
--- a/languages/en.php
+++ b/languages/en.php
@@ -372,17 +372,19 @@ To remove a widget drag it back to the <b>Widget gallery</b>.",
'register' => "Register",
'registerok' => "You have successfully registered for %s. To activate your account, please confirm your email address by clicking on the link we sent you.",
'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",
-
- 'registration:notemail' => 'The email address you provided does not appear to be a valid email address.',
- 'registration:userexists' => 'That username already exists',
- 'registration:usernametooshort' => 'Your username must be a minimum of 4 characters long.',
- 'registration:passwordtooshort' => 'The password must be a minimum of 6 characters long.',
+ 'registerdisabled' => "Registration has been disabled by the system administrator",
+
+ 'registration:notemail' => 'The email address you provided does not appear to be a valid email address.',
+ 'registration:userexists' => 'That username already exists',
+ 'registration:usernametooshort' => 'Your username must be a minimum of 4 characters long.',
+ 'registration:passwordtooshort' => 'The password must be a minimum of 6 characters long.',
'registration:dupeemail' => 'This email address has already been registered.',
'adduser' => "Add User",
'adduser:ok' => "You have successfully added a new user.",
'adduser:bad' => "The new user could not be created.",
+
+ 'item:object:reported_content' => "Reported items",
'user:set:name' => "Account name settings",
'user:name:label' => "Your name",
@@ -461,8 +463,8 @@ To remove a widget drag it back to the <b>Widget gallery</b>.",
'admin:user:label:seachbutton' => "Search",
'admin:user:ban:no' => "Can not ban user",
- 'admin:user:ban:yes' => "User banned.",
- 'admin:user:unban:no' => "Can not unban user",
+ 'admin:user:ban:yes' => "User banned.",
+ 'admin:user:unban:no' => "Can not unban user",
'admin:user:unban:yes' => "User un-banned.",
'admin:user:delete:no' => "Can not delete user",
'admin:user:delete:yes' => "User deleted",
@@ -513,7 +515,7 @@ To remove a widget drag it back to the <b>Widget gallery</b>.",
'delete' => "Delete",
'load' => "Load",
'upload' => "Upload",
- 'ban' => "Ban",
+ 'ban' => "Ban",
'unban' => "Unban",
'enable' => "Enable",
'disable' => "Disable",
@@ -724,15 +726,15 @@ You cannot reply to this email.",
'entity:default:missingsupport:popup' => 'This entity cannot be displayed correctly. This may be because it requires support provided by a plugin that is no longer installed.',
'entity:delete:success' => 'Entity %s has been deleted',
- 'entity:delete:fail' => 'Entity %s could not be deleted',
-
-
- /**
- * Action gatekeeper
- */
- 'actiongatekeeper:missingfields' => 'Form is missing __token or __ts fields',
- 'actiongatekeeper:tokeninvalid' => 'Token provided by form does not match that generated by server.',
- 'actiongatekeeper:timeerror' => 'Form has expired, please refresh and try again.',
+ 'entity:delete:fail' => 'Entity %s could not be deleted',
+
+
+ /**
+ * Action gatekeeper
+ */
+ 'actiongatekeeper:missingfields' => 'Form is missing __token or __ts fields',
+ 'actiongatekeeper:tokeninvalid' => 'Token provided by form does not match that generated by server.',
+ 'actiongatekeeper:timeerror' => 'Form has expired, please refresh and try again.',
'actiongatekeeper:pluginprevents' => 'A extension has prevented this form from being submitted.',
/**