2016-07-10 18:45:42 +00:00
# Home
home.title : Home
home.text : |
2021-05-20 23:21:43 +00:00
Welcome to the free jabber service %server%.
<br />
<br />
Create an account by pressing the <i>"Sign up"</i> button in the navigation bar.
2016-07-10 18:45:42 +00:00
2016-07-10 15:32:38 +00:00
# Sign up
sign.up.title : Sign Up
sign.up.flash.success : Signed up successfully. Check your inbox.
2016-11-23 00:05:06 +00:00
sign.up.flash.already_in_use_email_and_username : "%username%/%email% is already in use."
sign.up.flash.already_in_use_email : "%email% is already in use."
sign.up.flash.already_in_use_username : "%username% is already in use."
2016-07-10 15:32:38 +00:00
sign.up.form.button : Sign up
2018-05-17 11:24:24 +00:00
sign.up.form.username : Username
2018-05-15 19:51:24 +00:00
sign.up.form.username.placeholder : username
2018-05-17 11:24:24 +00:00
sign.up.form.email : Email
sign.up.form.email.help : Only used for one time email verification, not persisted further.
2016-07-10 15:32:38 +00:00
sign.up.form.email.placeholder : xyz@domain.tld
2018-05-17 11:24:24 +00:00
sign.up.form.password : Password
sign.up.form.password.placeholder : password
2018-05-15 19:31:17 +00:00
2018-05-18 13:01:16 +00:00
# Legal modal
2018-05-24 11:49:28 +00:00
legalmodal.open : I agree to all policies which apply for this service.
legalmodal.title : Policy
2016-07-10 15:32:38 +00:00
# Verification
2016-11-23 00:05:06 +00:00
verification.mail.subject : "%server%: jabber account verification"
2016-07-10 15:32:38 +00:00
verification.mail.body : |
2021-05-20 23:21:43 +00:00
Hello %username%,
you've signed up for a jabber account on %server%.
In order to complete your registration, verify your email within 7 days by clicking on %verificationLink%.
2016-07-10 15:32:38 +00:00
verification.code.invalid : Verification code %verificationCode% is not valid.
2016-11-23 00:05:06 +00:00
verification.flash.already_in_use_username : "%username% is already in use."
2016-07-11 20:29:44 +00:00
verification.flash.success : Verification successful. You can now sign in to your newly created jabber account %username%@%server%.
2016-07-10 15:32:38 +00:00
verification.flash.unknown_error : Could not process sign up of %username%. Please contact administrator.
2016-11-23 00:05:06 +00:00
verification.mail.success.subject : "%server%: jabber account information"
2016-07-10 15:32:38 +00:00
verification.mail.success.body : |
2021-05-20 23:21:43 +00:00
Hello %username%,
you've verified your email address successfully and your jabber account on %server% has been created.
If you wish to delete your account, use %deleteCode% on the website.
Keep this mail safe!
2016-11-23 00:05:06 +00:00
verification.mail.success.notify.subject : "%server%: user verified their account"
2016-07-10 18:45:42 +00:00
verification.mail.success.notify.body : A user (%email%) verified their account %username%@%server% successfully.
# Delete
delete.title : Delete Account
2018-05-17 11:24:24 +00:00
delete.form.username : Username
2016-07-10 18:45:42 +00:00
delete.form.username.placeholder : username
2018-05-17 11:24:24 +00:00
delete.form.delete_code : Deletion Code
delete.form.delete_code.placeholder : delete code
delete.form.delete_code.help : You should have received the code after your registration process. It is 32 in length. If you haven't, please contact the operator.
2016-07-10 18:45:42 +00:00
delete.form.button : Delete
delete.flash.combination_not_found : Could not find a combination match for username and delete code.
delete.flash.success : Successfully deleted your account %username%@%server%.
delete.flash.unknown_error : Could not process deletion of %username%. Please contact administrator.
2016-07-10 15:32:38 +00:00
2016-07-11 14:57:48 +00:00
# Password
password.title : Change password
password.form.button : Change password
2018-05-17 11:24:24 +00:00
password.form.password : Password
2016-07-11 14:57:48 +00:00
password.form.password.placeholder : password
2018-05-17 11:24:24 +00:00
password.form.password_confirmation : Password confirmation
2016-07-11 14:57:48 +00:00
password.form.password_confirmation.placeholder : password confirmation
password.flash.not_the_same : Passwords do not match.
password.flash.success : Successfully changed your password.
password.flash.unknown_error : Could not process password change of %username%. Please contact administrator.
# Login
2018-05-17 11:24:24 +00:00
logged.in.site : (%username%@%server%)
2016-07-11 14:57:48 +00:00
login.title : Login
login.flash.success : Logged in as %username%@%server% successfully.
login.flash.wrong_credentials : Cannot login. Wrong credentials.
login.form.button : Login
2018-05-17 11:24:24 +00:00
login.form.username : Username
2016-07-11 14:57:48 +00:00
login.form.username.placeholder : username
2018-05-17 11:24:24 +00:00
login.form.password : Password
login.form.password.placeholder : password
2016-07-11 14:57:48 +00:00
# Logout
logout.title : Logout
logout.flash.success : Logged out successfully.
2016-07-10 15:32:38 +00:00
# Cleanup
2016-11-23 00:05:06 +00:00
cleanup.mail.subject : "%server%: jabber account verification expired"
2016-07-10 15:32:38 +00:00
cleanup.mail.body : |
2021-05-20 23:21:43 +00:00
Hello %username%,
you've recently signed up for a jabber account on %server% but you did not verify your account within 7 days.
Your verification code is invalid now.
2016-07-10 15:32:38 +00:00
# Log
log.internal.application.error : Internal application error.
2016-11-23 00:05:06 +00:00
log.signed.up : "%username% signed up."
2016-07-10 15:32:38 +00:00
log.verification.invalid : Tried to use code %verificationCode% but it is invalid.
2016-11-23 00:05:06 +00:00
log.verification.sucess : "%username% verified."
2016-07-10 15:32:38 +00:00
log.verification.unknown_error : Unknown error in XMPP Rest API.
2016-11-23 00:05:06 +00:00
log.verification.cleanup : "%username% did not verify. Deleted."
log.delete.success : "%username% deleted their account."
2016-07-10 18:45:42 +00:00
log.delete.unknown_error : Unknown error in XMPP Rest API.
2016-11-23 00:05:06 +00:00
log.login : "%username% logged in."
log.logout : "%username% logged out."
log.password.success : "%username% changed their password."
2016-07-11 14:57:48 +00:00
log.password.unknown_error : Unknown error in XMPP Rest API.
2016-07-10 15:32:38 +00:00
# Error
error.401.title : 401
error.401.content : Not authorized.
error.403.title : 403
error.403.content : Forbidden. Not allowed to access.
error.404.title : 404
error.404.content : Not found.
error.500.title : 500
error.500.content : Internal application error.
# Validation
2016-11-23 00:05:06 +00:00
mismatch : "There is no validation rule for %field%."
validate_required : "The %field% field is required: The %field% field is required."
validate_valid_json_string : "Field %field% has to be valid JSON."
validate_valid_email : "The %field% field is required to be a valid email address."
validate_max_len : "The %field% field needs to be shorter than %param% characters."
validate_min_len : "The %field% field needs to be longer than %param% characters."
validate_exact_len : "The %field% field needs to be exactly %param% characters in length."
validate_alpha : "The %field% field may only contain alpha characters(a-z)."
validate_alpha_numeric : "The %field% field may only contain alpha-numeric characters."
validate_alpha_dash : "The %field% field may only contain alpha characters and dashes."
validate_numeric : "The %field% field may only contain numeric characters."
validate_integer : "The %field% field may only contain a numeric value."
validate_boolean : "The %field% field may only contain a true or false value."
validate_float : "The %field% field may only contain a float value."
validate_valid_url : "The %field% field is required to be a valid URL."
validate_url_exists : "The %field% URL does not exist."
validate_valid_ip : "The %field% field needs to contain a valid IP address."
validate_valid_cc : "The %field% field needs to contain a valid credit card number."
validate_valid_name : "The %field% field needs to contain a valid human name."
validate_contains : "The %field% field needs to contain one of these values: %param%."
validate_street_address : "The %field% field needs to be a valid street address."
validate_date : "The %field% field needs to be a valid date."
validate_min_numeric : "The %field% field needs to be a numeric value, equal to, or higher than %param%."
validate_max_numeric : "The %field% field needs to be a numeric value, equal to, or lower than %param%."
validate_equals : "%field% not equal to %param%."
validate_set_min_len : "%field% needs to have at least %param% item(s)."
validate_default : "Field (%field%) is invalid due to an unknown reason (message missing)."