Add UserCake
[matches/MCTX3420.git] / testing / MCTXWeb / public_html / users / models / languages / en.php
1 <?php\r
2 /*\r
3 UserCake Version: 2.0.2\r
4 http://usercake.com\r
5 */\r
6 \r
7 /*\r
8 %m1% - Dymamic markers which are replaced at run time by the relevant index.\r
9 */\r
10 \r
11 $lang = array();\r
12 \r
13 //Account\r
14 $lang = array_merge($lang,array(\r
15         "ACCOUNT_SPECIFY_USERNAME"              => "Please enter your username",\r
16         "ACCOUNT_SPECIFY_PASSWORD"              => "Please enter your password",\r
17         "ACCOUNT_SPECIFY_EMAIL"                 => "Please enter your email address",\r
18         "ACCOUNT_INVALID_EMAIL"                 => "Invalid email address",\r
19         "ACCOUNT_USER_OR_EMAIL_INVALID"         => "Username or email address is invalid",\r
20         "ACCOUNT_USER_OR_PASS_INVALID"          => "Username or password is invalid",\r
21         "ACCOUNT_ALREADY_ACTIVE"                => "Your account is already activated",\r
22         "ACCOUNT_INACTIVE"                      => "Your account is in-active. Check your emails / spam folder for account activation instructions",\r
23         "ACCOUNT_USER_CHAR_LIMIT"               => "Your username must be between %m1% and %m2% characters in length",\r
24         "ACCOUNT_DISPLAY_CHAR_LIMIT"            => "Your display name must be between %m1% and %m2% characters in length",\r
25         "ACCOUNT_PASS_CHAR_LIMIT"               => "Your password must be between %m1% and %m2% characters in length",\r
26         "ACCOUNT_TITLE_CHAR_LIMIT"              => "Titles must be between %m1% and %m2% characters in length",\r
27         "ACCOUNT_PASS_MISMATCH"                 => "Your password and confirmation password must match",\r
28         "ACCOUNT_DISPLAY_INVALID_CHARACTERS"    => "Display name can only include alpha-numeric characters",\r
29         "ACCOUNT_USERNAME_IN_USE"               => "Username %m1% is already in use",\r
30         "ACCOUNT_DISPLAYNAME_IN_USE"            => "Display name %m1% is already in use",\r
31         "ACCOUNT_EMAIL_IN_USE"                  => "Email %m1% is already in use",\r
32         "ACCOUNT_LINK_ALREADY_SENT"             => "An activation email has already been sent to this email address in the last %m1% hour(s)",\r
33         "ACCOUNT_NEW_ACTIVATION_SENT"           => "We have emailed you a new activation link, please check your email",\r
34         "ACCOUNT_SPECIFY_NEW_PASSWORD"          => "Please enter your new password",    \r
35         "ACCOUNT_SPECIFY_CONFIRM_PASSWORD"      => "Please confirm your new password",\r
36         "ACCOUNT_NEW_PASSWORD_LENGTH"           => "New password must be between %m1% and %m2% characters in length",   \r
37         "ACCOUNT_PASSWORD_INVALID"              => "Current password doesn't match the one we have on record",  \r
38         "ACCOUNT_DETAILS_UPDATED"               => "Account details updated",\r
39         "ACCOUNT_ACTIVATION_MESSAGE"            => "You will need to activate your account before you can login. Please follow the link below to activate your account. \n\n\r
40         %m1%activate-account.php?token=%m2%",                                                   \r
41         "ACCOUNT_ACTIVATION_COMPLETE"           => "You have successfully activated your account. You can now login <a href=\"login.php\">here</a>.",\r
42         "ACCOUNT_REGISTRATION_COMPLETE_TYPE1"   => "You have successfully registered. You can now login <a href=\"login.php\">here</a>.",\r
43         "ACCOUNT_REGISTRATION_COMPLETE_TYPE2"   => "You have successfully registered. You will soon receive an activation email. \r
44         You must activate your account before logging in.",\r
45         "ACCOUNT_PASSWORD_NOTHING_TO_UPDATE"    => "You cannot update with the same password",\r
46         "ACCOUNT_PASSWORD_UPDATED"              => "Account password updated",\r
47         "ACCOUNT_EMAIL_UPDATED"                 => "Account email updated",\r
48         "ACCOUNT_TOKEN_NOT_FOUND"               => "Token does not exist / Account is already activated",\r
49         "ACCOUNT_USER_INVALID_CHARACTERS"       => "Username can only include alpha-numeric characters",\r
50         "ACCOUNT_DELETIONS_SUCCESSFUL"          => "You have successfully deleted %m1% users",\r
51         "ACCOUNT_MANUALLY_ACTIVATED"            => "%m1%'s account has been manually activated",\r
52         "ACCOUNT_DISPLAYNAME_UPDATED"           => "Displayname changed to %m1%",\r
53         "ACCOUNT_TITLE_UPDATED"                 => "%m1%'s title changed to %m2%",\r
54         "ACCOUNT_PERMISSION_ADDED"              => "Added access to %m1% permission levels",\r
55         "ACCOUNT_PERMISSION_REMOVED"            => "Removed access from %m1% permission levels",\r
56         "ACCOUNT_INVALID_USERNAME"              => "Invalid username",\r
57         ));\r
58 \r
59 //Configuration\r
60 $lang = array_merge($lang,array(\r
61         "CONFIG_NAME_CHAR_LIMIT"                => "Site name must be between %m1% and %m2% characters in length",\r
62         "CONFIG_URL_CHAR_LIMIT"                 => "Site name must be between %m1% and %m2% characters in length",\r
63         "CONFIG_EMAIL_CHAR_LIMIT"               => "Site name must be between %m1% and %m2% characters in length",\r
64         "CONFIG_ACTIVATION_TRUE_FALSE"          => "Email activation must be either `true` or `false`",\r
65         "CONFIG_ACTIVATION_RESEND_RANGE"        => "Activation Threshold must be between %m1% and %m2% hours",\r
66         "CONFIG_LANGUAGE_CHAR_LIMIT"            => "Language path must be between %m1% and %m2% characters in length",\r
67         "CONFIG_LANGUAGE_INVALID"               => "There is no file for the language key `%m1%`",\r
68         "CONFIG_TEMPLATE_CHAR_LIMIT"            => "Template path must be between %m1% and %m2% characters in length",\r
69         "CONFIG_TEMPLATE_INVALID"               => "There is no file for the template key `%m1%`",\r
70         "CONFIG_EMAIL_INVALID"                  => "The email you have entered is not valid",\r
71         "CONFIG_INVALID_URL_END"                => "Please include the ending / in your site's URL",\r
72         "CONFIG_UPDATE_SUCCESSFUL"              => "Your site's configuration has been updated. You may need to load a new page for all the settings to take effect",\r
73         ));\r
74 \r
75 //Forgot Password\r
76 $lang = array_merge($lang,array(\r
77         "FORGOTPASS_INVALID_TOKEN"              => "Your activation token is not valid",\r
78         "FORGOTPASS_NEW_PASS_EMAIL"             => "We have emailed you a new password",\r
79         "FORGOTPASS_REQUEST_CANNED"             => "Lost password request cancelled",\r
80         "FORGOTPASS_REQUEST_EXISTS"             => "There is already a outstanding lost password request on this account",\r
81         "FORGOTPASS_REQUEST_SUCCESS"            => "We have emailed you instructions on how to regain access to your account",\r
82         ));\r
83 \r
84 //Mail\r
85 $lang = array_merge($lang,array(\r
86         "MAIL_ERROR"                            => "Fatal error attempting mail, contact your server administrator",\r
87         "MAIL_TEMPLATE_BUILD_ERROR"             => "Error building email template",\r
88         "MAIL_TEMPLATE_DIRECTORY_ERROR"         => "Unable to open mail-templates directory. Perhaps try setting the mail directory to %m1%",\r
89         "MAIL_TEMPLATE_FILE_EMPTY"              => "Template file is empty... nothing to send",\r
90         ));\r
91 \r
92 //Miscellaneous\r
93 $lang = array_merge($lang,array(\r
94         "CAPTCHA_FAIL"                          => "Failed security question",\r
95         "CONFIRM"                               => "Confirm",\r
96         "DENY"                                  => "Deny",\r
97         "SUCCESS"                               => "Success",\r
98         "ERROR"                                 => "Error",\r
99         "NOTHING_TO_UPDATE"                     => "Nothing to update",\r
100         "SQL_ERROR"                             => "Fatal SQL error",\r
101         "FEATURE_DISABLED"                      => "This feature is currently disabled",\r
102         "PAGE_PRIVATE_TOGGLED"                  => "This page is now %m1%",\r
103         "PAGE_ACCESS_REMOVED"                   => "Page access removed for %m1% permission level(s)",\r
104         "PAGE_ACCESS_ADDED"                     => "Page access added for %m1% permission level(s)",\r
105         ));\r
106 \r
107 //Permissions\r
108 $lang = array_merge($lang,array(\r
109         "PERMISSION_CHAR_LIMIT"                 => "Permission names must be between %m1% and %m2% characters in length",\r
110         "PERMISSION_NAME_IN_USE"                => "Permission name %m1% is already in use",\r
111         "PERMISSION_DELETIONS_SUCCESSFUL"       => "Successfully deleted %m1% permission level(s)",\r
112         "PERMISSION_CREATION_SUCCESSFUL"        => "Successfully created the permission level `%m1%`",\r
113         "PERMISSION_NAME_UPDATE"                => "Permission level name changed to `%m1%`",\r
114         "PERMISSION_REMOVE_PAGES"               => "Successfully removed access to %m1% page(s)",\r
115         "PERMISSION_ADD_PAGES"                  => "Successfully added access to %m1% page(s)",\r
116         "PERMISSION_REMOVE_USERS"               => "Successfully removed %m1% user(s)",\r
117         "PERMISSION_ADD_USERS"                  => "Successfully added %m1% user(s)",\r
118         "CANNOT_DELETE_NEWUSERS"                => "You cannot delete the default 'new user' group",\r
119         "CANNOT_DELETE_ADMIN"                   => "You cannot delete the default 'admin' group",\r
120         ));\r
121 ?>

UCC git Repository :: git.ucc.asn.au