Address changes.
This commit is contained in:
parent
a5949e0401
commit
635b3ddcbc
59 changed files with 7249 additions and 2745 deletions
|
@ -82,6 +82,74 @@ return [
|
|||
"errorUploadCDN" => "Error uploading file to CDN: ",
|
||||
"errorSavingMixDB" => "Error saving mix to database.",
|
||||
"uploadedPendingApproval" => "Mix uploaded successfully and is pending approval.",
|
||||
"uploadHeader1" => "Upload your mix to Utah's DJs"
|
||||
"uploadHeader1" => "Upload your mix to Utah's DJs",
|
||||
"uploadAlertHeader" => "Important Upload Information",
|
||||
"uploadAlert1" => "Utah's DJs is primarily an archival project dedicated to preserving the history and culture of EDM DJs in Utah. Your uploads contribute to this historical record.",
|
||||
"uploadHeader2" => "Before You Upload",
|
||||
"uploadAlert2" => "Verify that all DJs involved are listed in our database. If a DJ is not listed, they must be added and approved before uploading.",
|
||||
"uploadAlert3" => "Check that appropriate genres are available for your mix. New genres require approval before they can be used.",
|
||||
"uploadAlert4" => "You can submit new DJ or genre requests through your profile settings.",
|
||||
"uploadProcess" => "Upload Process",
|
||||
"uploadProcess1" => "Upload your mix file (MP3 or ZIP format)",
|
||||
"uploadProcess2" => "Enter mix details, including title, description, and recording date",
|
||||
"uploadProcess3" => "Select relevant genres and DJs",
|
||||
"uploadProcess4" => "Submit for review",
|
||||
"uploadAMix" => "Upload a Mix",
|
||||
"uploadSelectMix" => "Select Mix File (MP3 or ZIP)",
|
||||
"uploadMaxFileSize" => "Maximum file size: 500MB",
|
||||
"uploadFile" => "Upload File",
|
||||
"uploadSelectGenres" => "Select Genres (type to search)",
|
||||
"uploadSelectDJSMax3" => "Select DJs (Maximum 3)",
|
||||
"uploadSubmitMix" => "Submit Mix",
|
||||
"uploadSelectDJ1" => "Select DJ 1",
|
||||
"uploadSelectDJ2" => "Select DJ 2 (optional)",
|
||||
"uploadSelectDJ3" => "Select DJ 3 (optional)",
|
||||
"userAlreadyExists" => "User already exists.",
|
||||
"allFieldsRequired" => "All fields are required.",
|
||||
"passwordsDoNotMatch" => "Passwords do not match.",
|
||||
"invalidEmail" => "Invalid email format.",
|
||||
"invalidUsername" => "Invalid username format.",
|
||||
"verifyEmailAddress" => "Verify Your Email Address",
|
||||
"registerThankYou" => "Thank you for registering at ",
|
||||
"registerVerifyEmail" => "Please verify your email address by clicking the link below or by entering the verification code in your profile:",
|
||||
"registerVerifyCodeIs" => "Your verification code is: ",
|
||||
"registerVerifyTimeout" => "This code will expire in 15 minutes.",
|
||||
"password" => "Password",
|
||||
"rememberMe" => "Remember Me",
|
||||
"forgotPassword" => "Forgot Password",
|
||||
"dontHaveAccount" => "Don't have an account?",
|
||||
"signUp" => "Sign Up",
|
||||
"passwordResetSent" => "If the email exists in our system, a password reset link has been sent.",
|
||||
"passwordResetRequested" => "You have requested to reset your password. Please click the link below to reset your password:",
|
||||
"passwordResetUnrequested" => "If you did not request this, please ignore this email. This link will expire in 15 minutes.",
|
||||
"emailaddressEnter" => "Enter your email address",
|
||||
"messageSentSuccess" => "Message sent successfully.",
|
||||
"messageSentError" => "An error occurred while sending the message.",
|
||||
"contactUs2" => "We'd love to hear from you. Send us a message and we'll respond as soon as possible.",
|
||||
"messageSendUs" => "Send Us a Message",
|
||||
"messageSend" => "Send Message",
|
||||
"passwordReset" => "Reset Password",
|
||||
"enterYourUsername" => "Enter your username",
|
||||
"newPassword" => "New Password",
|
||||
"confirmPassword" => "Confirm New Password",
|
||||
"passwordResetSuccess" => "Your password has been reset successfully. Please log in with your new password.",
|
||||
"enterEmailAddressPlease" => "Please enter your email address.",
|
||||
"emailInvalid" => "Invalid email format.",
|
||||
"passwordMismatch" => "Passwords do not match.",
|
||||
"passwordRequirements" => "Password must be at least 8 characters long and include upper and lower case letters, as well as a number.",
|
||||
"resetExpiredInvalid" => "Invalid or expired password reset code.",
|
||||
"resetExpired" => "Password reset code has expired.",
|
||||
"codeCredsInvalid" => "Invalid credentials or verification code.",
|
||||
"change" => "Change",
|
||||
"changePicture" => "Change Picture",
|
||||
"verify" => "Verify",
|
||||
"createdUsing" => "Created using",
|
||||
"djmixhostingsoftware" => "DJ Mix Hosting Software",
|
||||
"privacyPolicy" => "Privacy Policy",
|
||||
"termsAndConditions" => "Terms and Conditions",
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
];
|
Loading…
Add table
Add a link
Reference in a new issue