transform further strings
This commit is contained in:
@@ -14,7 +14,11 @@
|
||||
* limitations under the License.
|
||||
*/
|
||||
$language = array(
|
||||
"ACCEPT" => "Accept",
|
||||
"DECLINE" => "Decline",
|
||||
"SUCCESS" => "Success",
|
||||
"NO_CONFIGURATION" => "No configuration found",
|
||||
"UNKNOWN_ERROR" => "Unknown Error",
|
||||
"UNKNOWN_SESSION" => "Session token not found of invalid.",
|
||||
"UNKNOWN_USERNAME" => "username unknown",
|
||||
"UNKNOWN_TOKEN" => "Token is unknown",
|
||||
@@ -29,6 +33,7 @@ $language = array(
|
||||
"SIRNAME_INVALID_FORMAT" => "Sirname with invalid formatting",
|
||||
"SEND_MAIL_FAIL" => "Email could not be sent",
|
||||
"SEND_MATRIX_FAIL" => "Sending a message to the admins failed",
|
||||
"TASK_CHECK_YOUR_EMAIL_VERIFY" => "Please check your emails to verify your email address",
|
||||
"REGISTRATION_REQUEST_FAILED" => "Registration request failed",
|
||||
"REGISTRATION_FAILED" => "Registration failed",
|
||||
"VERIFICATION_SUCEEDED" => "Verification suceeded",
|
||||
@@ -37,5 +42,6 @@ $language = array(
|
||||
"ADMIN_VERIFY_SITE_TITLE" => "Handle registration request",
|
||||
"ADMIN_REGISTER_ACCEPTED_BODY" => "The registration request got accepted. The user got notified per email.",
|
||||
"ADMIN_REGISTER_DECLINED_BODY" => "The registration request got declined. The user got notified per email.",
|
||||
"JUMP_TO_HOMEPAGE" => "To homepage",
|
||||
);
|
||||
?>
|
||||
|
||||
Reference in New Issue
Block a user