1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980 |
- <?php
- $translate = array();
- $translate["label.userProfile"]="User Profile";
- $translate["label.bt_recover"]="Reset Password";
- $translate["delete"]="Delete";
- $translate["info.noComments"]="There are no comments!";
- $translate["signUp.confirmOk"]="Confirmation successful!";
- $translate["signUp.invalidPswd"]="Invalid password supplied !";
- $translate["signUp.confirmUsr"]="User creation was successful confirmed!";
- $translate["signUp.invalidUsr"]="Invalid user specified to be confirmed!";
- $translate["signUp.userConfirmed"]="Your user has been already confirmed!";
- $translate["msg.secureOldPass"]="Please confirm profile update with the current password";
- $translate["productsListTitle"]="Products";
- $translate["versionsListTitle"]="Versions";
- $translate["unavailableTextTillApproved"]="Text is unavailable until post is approved";
- $translate["signUpEmailSubject"]="Sign Up Confirmation";
- $translate["signUpLoginConfirmation"]="Your user has been verified!";
- $translate["RecoveredEmailSubject"]="Password Recovered";
- $translate["RecoverConfirmationEmailSubject"]="Password Recovery Confirmation";
- $translate["newCommentAdded"]="Comment Added";
- $translate["newCommentToModerate"]="Comment To Moderate";
- $translate["newUnmoderatedCommentAdded"]="Non moderated Comment";
- $translate["newCommentApproved"]="Comment Posted";
- $translate["pwd.invalid"]="Password contains invalid characters!";
- $translate["email.duplicate"]="This email is already registered our database!";
- $translate["username.duplicate"]="This user name is already taken!";
- $translate["pwd.tooShort"]="Password must be at least 5 characters long!";
- $translate["input.invalid"]="You have inserted invalid date for:";
- $translate["email.user.not.match"]="User and email address does not match any user name in out database!";
- $translate["user.name.label"]="Your Name";
- $translate["user.status.label"]="Status";
- $translate["user.email.label"]="Your E-Mail";
- $translate["user.userName.label"]="";
- $translate["user.level.label"]="";
- $translate["user.company.label"]="";
- $translate["user.date.label"]="";
- $translate["user.notifyPage.label"]="Page Notification";
- $translate["user.notifyAll.label"]="Web Help Notification";
- $translate["user.notifyReply.label"]="Reply Notification";
- $translate["user.action.label"]="Edit";
- $translate["admin.name.label"]="Name";
- $translate["admin.status.label"]="Status";
- $translate["admin.email.label"]="E-Mail";
- $translate["admin.userName.label"]="User Name";
- $translate["admin.level.label"]="Level";
- $translate["admin.company.label"]="Company";
- $translate["admin.date.label"]="Date";
- $translate["admin.notifyPage.label"]="Page Notification";
- $translate["admin.notifyAll.label"]="Web Help Notification";
- $translate["admin.notifyReply.label"]="Reply Notification";
- $translate["admin.action.label"]="Action";
- $translate["comment.moderate.info"]="Post waiting for approval.";
- $translate["approved"]="Approved";
- $translate["new"]="New";
- $translate["suspended"]="Suspended";
- $translate["rejected"]="Rejected";
- $translate["approve"]="Approve";
- $translate["edit"]="Edit";
- $translate["selected"]="Selected";
- $translate["suspend"]="Suspend";
- $translate["reply"]="Reply";
- $translate["noEmailFound"]="Your specified E-mail does not match any user!";
- $translate["noEmailSpecified"]="You did not specified any email address!";
- $translate["passwordChanged"]="Your new password was generated! You will receive it in an e-mail shortly!";
- $translate["confirmationRequired"]="Your password generation must be confirmed, please check your E-mail!";
- $translate["label.tc.commentId"]="Id";
- $translate["label.tc.text"]="Text";
- $translate["label.tc.userId"]="User";
- $translate["label.tc.referedComment"]="Ref. Comment";
- $translate["label.tc.date"]="Date";
- $translate["label.tc.state"]="State";
- $translate["label.tc.page"]="Page";
- $translate["label.tc.product"]="Product";
- $translate["label.tc.version"]="Version";
- $translate["label.tc.visible"]="Visible";
- $translate["err.notLoggedIn"]="User must be authenticated, in order to execute this operation";
- global $translate;
- ?>
|