fixed most compilation errors
This commit is contained in:
parent
cd24ee74e3
commit
de503bd441
23 changed files with 208 additions and 475 deletions
|
|
@ -1,4 +1,19 @@
|
|||
error.email_exsists=An account with that email already exists!
|
||||
error.first_name_missing="Please provide a valid First Name!"
|
||||
info.verification_email_sent="A verification email has been sent, please click the link to continue."
|
||||
info.account_created="Your account has successfully been created."
|
||||
error.incorrect.user_or_pass=Wrong username or password!
|
||||
info.sent.email.verification=A verification email has been sent, please click the link to continue.
|
||||
info.created.account=Your account has successfully been created.
|
||||
info.modify.folder.is.private=Folder is now private (not visible to other users).
|
||||
info.modify.folder.is.public=Folder is now public (can be viewed by other users).
|
||||
error.not.found.folder=The folder does not exist!
|
||||
error.not.allowed.edit.folder=You are not authorize to edit this folder!
|
||||
error.not.found.parameter=Parameter missing!
|
||||
info.modify.successfully=Changes were saved successfully.
|
||||
error.not.found.media=The media does not exist!
|
||||
error.not.allowed.edit.media=You are not authorize to modify this media!
|
||||
info.created.comment=Comment saved.
|
||||
error.not.allowed.edit.user=You do not have permission to edit the user.
|
||||
error.not.found.first.name=Please provide a valid first name!
|
||||
error.not.found.last.name=Please provide a valid last name!
|
||||
error.not.found.email=Please provide a valid email!
|
||||
error.not.found.password=Please provide a valid password!
|
||||
error.incorrect.password.matching=Provided passwords do not match!
|
||||
error.email_exists=An account with that email already exists!
|
||||
Loading…
Add table
Add a link
Reference in a new issue