155 lines
No EOL
13 KiB
JavaScript
155 lines
No EOL
13 KiB
JavaScript
// create the object that will contain all english messages
|
|
app.data.en = new Object();
|
|
|
|
// create the object that will contain all error messages
|
|
app.data.en.error = new Object();
|
|
app.data.en.error.error = "Oops, something went wrong here...";
|
|
app.data.en.error["delete"] = "Sorry, cannot delete <% param.value1 %>!";
|
|
app.data.en.error.database = "Oy, there is trouble with the database: <% param.value1 %>";
|
|
app.data.en.error.nameInUse = "This name is already in use. Please enter a different one.";
|
|
app.data.en.error.noSpecialChars = "Please use alphanumeric characters only in the 'name' field.";
|
|
app.data.en.error.storyPublish = "Sorry, I was not able to determine the online state of the story.";
|
|
app.data.en.error.textMissing = "Please enter at least something into the 'text' field.";
|
|
app.data.en.error.fileNameMissing = "Please enter a name for the file.";
|
|
app.data.en.error.fileExisting = "There is already a file with this name. Please enter a different one.";
|
|
// size of upload limit with param in fileFileTooBig?
|
|
app.data.en.error.fileFileTooBig = "Oy, this file is exceeding the upload limit. Please try to decrease its size.";
|
|
app.data.en.error.fileCreate = "Sorry, out of any reason adding the file <% param.value1 %> failed.";
|
|
app.data.en.error.fileNotFound = "Obviously, there is no such file called <% param.value1 %>. Maybe a typo?";
|
|
app.data.en.error.fileDelete = "Sorry, I was not able to delete the file.";
|
|
app.data.en.error.fileDirMissing = "Oops, the file directory is not specified. Please contact the maintainer of this site.";
|
|
app.data.en.error.fileDirNoExist = "Oops, I cannot write to the specified file directory. Please contact the maintainer of this site.";
|
|
app.data.en.error.fileNoUpload = "There was nothing to upload. Please be sure to choose a file.";
|
|
app.data.en.error.fileEditDenied = "Sorry, you're not allowed to edit this file.";
|
|
app.data.en.error.fileAddDenied = "Sorry, you need to be a member of this weblog to add files.";
|
|
app.data.en.error.fileInvalidExtension = "Oy, I do not recognize the file extension.";
|
|
app.data.en.error.fileSave = "Was not able to write to disk. Please contact the maintainer of this site.";
|
|
app.data.en.error.imageNameMissing = "Please enter a name for the image.";
|
|
app.data.en.error.imageNoImage = "Oops, I do not recognize the image format. Are you sure this is an image?";
|
|
app.data.en.error.imageExisting = "There is already an image with this name. Please enter a different one.";
|
|
app.data.en.error.imageFileTooBig = "Oy, this image is exceeding the upload limit. Please try to decrease its size.";
|
|
app.data.en.error.imageNoUpload = "There was nothing to upload. Please be sure to choose an image.";
|
|
app.data.en.error.imageDelete = "Sorry, I was not able to delete the image. Maybe you should try again.";
|
|
app.data.en.error.imageDirMissing = "Oops, the image directory is not specified. Please contact the maintainer of this site.";
|
|
app.data.en.error.imageDirNoExist = "Oops, I cannot write to the specified image directory. Please contact the maintainer of this site.";
|
|
app.data.en.error.imageEditDenied = "Sorry, you're not allowed to edit this image.";
|
|
app.data.en.error.imageAddDenied = "Sorry, you need to be a member of this weblog to add images.";
|
|
app.data.en.error.accountBlocked = "Sorry pal, your account was disabled. Best you contact the maintainer of this site.";
|
|
app.data.en.error.loginTypo = "Unfortunately, your login failed. Maybe a typo?";
|
|
app.data.en.error.loginBefore = "Please login before.";
|
|
app.data.en.error.emailMissing1 = "Please enter your e-mail address.";
|
|
// difference between emailMissin1 and emailMissing1?
|
|
app.data.en.error.emailMissing2 = "Please enter your email-address.";
|
|
app.data.en.error.emailInvalid = "Could not process the e-mail address. Are you sure it is correct?";
|
|
app.data.en.error.emailNoAccounts = "Sorry, but this is an unregistered e-mail address. Maybe a typo?";
|
|
app.data.en.error.emailSend = "Whoa, an error occurred while trying to send the e-mail. Maybe you should try again.";
|
|
app.data.en.error.passwordTwice = "Could not verify your password. Please repeat your input.";
|
|
app.data.en.error.passwordNoMatch = "Unfortunately, your passwords didn't match. Please repeat your input.";
|
|
app.data.en.error.unameMissing = "Please enter a username.";
|
|
app.data.en.error.unameNoSpecialChars = "Please enter alphanumeric characters only in the username field.";
|
|
app.data.en.error.unameExisting = "Sorry, the username you entered already exists. Please enter a different one.";
|
|
app.data.en.error.memberExisting = "Sorry, there is already a member with this name. Please enter a different name.";
|
|
app.data.en.error.accountOldPwd = "Oops, your old password is incorrect. Please re-enter it.";
|
|
app.data.en.error.resultNoUser = "Sorry, your input did not match any registered user.";
|
|
app.data.en.error.userAlreadyMember = "This user is already a member of this weblog.";
|
|
app.data.en.error.userNoMember = "Sorry, you're not a member of this weblog";
|
|
app.data.en.error.adminDelete = "Sorry, I cannot remove an admin account.";
|
|
app.data.en.error.siteCreate = "Sorry, I was not able to create your weblog. Maybe you should try again...";
|
|
app.data.en.error.siteCreateOnlyAdmins = "Sorry, weblogs can be created by administrators only.";
|
|
app.data.en.error.siteCreateNotAllowed = "Sorry, you are not allowed to create a new weblog.";
|
|
app.data.en.error.siteAliasMissing = "Please enter an alias for your new weblog.";
|
|
app.data.en.error.siteAliasExisting = "Sorry, there is already a weblog with this alias.";
|
|
app.data.en.error.siteAliasNoSpecialChars = "Please enter alphanumeric characters only in the alias field.";
|
|
app.data.en.error.siteAliasReserved = "Sorry, this is a reserved alias. Please enter a different one.";
|
|
app.data.en.error.siteTitleMissing = "Please enter a title for your weblog.";
|
|
app.data.en.error.siteEditMissing = "Please choose a weblog you want to edit.";
|
|
app.data.en.error.siteNoDiscussion = "Sorry, discussions were disabled for this weblog.";
|
|
app.data.en.error.siteNotPublic = "Sorry, this weblog is only accessible for members.";
|
|
app.data.en.error.siteEditDenied = "Sorry, you are not allowed to edit the preferences of this weblog.";
|
|
app.data.en.error.siteDeleteDenied = "Sorry, you are not allowed to delete this weblog.";
|
|
app.data.en.error.skinUpdate = "Oops, was not able to update the desired skin. Maybe you should try again...";
|
|
app.data.en.error.skinDelete = "Sorry, was not able to delete the skin. Maybe you should try again ...";
|
|
app.data.en.error.skinDeleteDenied = "Sorry, you need to be administrator of this weblog to delete a skin.";
|
|
app.data.en.error.skinEditDenied = "Sorry, you need to be administrator of this weblog to edit skins.";
|
|
app.data.en.error.timestampParse = "Cannot parse timestamp <% param.value1 %> as a date.";
|
|
app.data.en.error.topicNoSpecialChars = "Please only use alphanumeric characters for the topic name.";
|
|
app.data.en.error.storyTopicMissing = "Please enter or choose a topic to save this story in topic space.";
|
|
app.data.en.error.storyCreate = "Sorry, was not able to add the story. Maybe you should try again...";
|
|
app.data.en.error.storyDelete = "Sorry, was not able to delete the story. Maybe you should try again...";
|
|
app.data.en.error.storyDeleteDenied = "You are not allowed to delete the story of somebody else.";
|
|
app.data.en.error.storyEditDenied = "Sorry, but you're not allowed to edit this story.";
|
|
app.data.en.error.storyViewDenied = "Sorry, but you're not allowed to view this story!";
|
|
app.data.en.error.storyAddDenied = "Sorry, you are not allowed to add stories to this weblog.";
|
|
app.data.en.error.accountModifyOwn = "Sorry, you are not allowed to modify your own account.";
|
|
app.data.en.error.adminDeleteLast = "Sorry, you are not allowed to remove the only admin account.";
|
|
app.data.en.error.systemEmailMissing = "Oy, the system-wide e-mail address is not specified. Please contact the maintainer of this site.";
|
|
app.data.en.error.userNoSysAdmin = "Sorry, you need system administrator rights for that.";
|
|
app.data.en.error.memberNoRole = "Please choose a new role for this member.";
|
|
app.data.en.error.searchUserNoKey = "Please enter at least one keyword to search for.";
|
|
app.data.en.error.searchNothingFound = "Sorry, could not find anything related to '<% param.value1 %>'!";
|
|
app.data.en.error.memberDelete = "Please specify a membership you want to be removed.";
|
|
app.data.en.error.memberEditDenied = "Sorry, but you're not allowed to edit memberships.";
|
|
app.data.en.error.memberEditSelfDenied = "Sorry, you are not allowed to edit your own membership.";
|
|
app.data.en.error.memberLastAdmin = "Sorry, you cannot change the last administrator account of this weblog.";
|
|
app.data.en.error.pollDelete = "Was not able to delete the poll. Maybe you should try again...";
|
|
app.data.en.error.pollMissing = "Please fill out the whole form to create a new poll.";
|
|
app.data.en.error.pollMissingValues = "Please fill out the whole form to update the poll.";
|
|
app.data.en.error.pollNoExist = "[There is no Poll with the ID <% param.value1 %>!]";
|
|
app.data.en.error.pollClosed = "This poll is closed.";
|
|
app.data.en.error.pollEditDenied = "Sorry, but modifying a poll that has already started is prohibited.";
|
|
app.data.en.error.pollAddDenied = "Sorry, you are not allowed to create polls in this weblog.";
|
|
app.data.en.error.commentDelete = "Sorry, I was not able to delete the comment. Maybe you should try again...";
|
|
app.data.en.error.commentEditDenied = "Sorry, but you're not allowed to edit a comment of somebody else.";
|
|
app.data.en.error.userEditMissing = "Please choose a user you want to edit.";
|
|
app.data.en.error.wrongDateFormat = "[error: wrong date-format]";
|
|
app.data.en.error.subscriptionExist = "Oy, you have already subscribed to this weblog.";
|
|
app.data.en.error.subscriptionNoExist = "Oy, you are not subscribed to this weblog.";
|
|
app.data.en.error.unsubscribeDenied = "Sorry, you cannot unsubscribe because you are a <% param.value1 %>.";
|
|
|
|
// create the object that will contain all confirmation messages
|
|
app.data.en.confirm = new Object();
|
|
app.data.en.confirm.save = "The changes of <% param.value1 %> where saved successfully.";
|
|
app.data.en.confirm.update = "The changes were saved successfully.";
|
|
app.data.en.confirm["delete"] = "Deletion was accomplished successfully.";
|
|
app.data.en.confirm.fileCreate= "The file <% param.value1 %> was added successfully.";
|
|
app.data.en.confirm.fileDelete = "The file was deleted successfully.";
|
|
app.data.en.confirm.mailSendPassword = "An e-mail containing your user data was just sent to you.";
|
|
app.data.en.confirm.memberCreate = "Successfully added <% param.value1 %> to the list of members.";
|
|
app.data.en.confirm.memberDelete = "Successfully deleted the membership.";
|
|
app.data.en.confirm.pollUpdate = "The poll was updated successfully.";
|
|
app.data.en.confirm.vote = "Thanks, your vote was registered. You can change your vote until the poll is closed.";
|
|
app.data.en.confirm.pollCreate = "The poll was created successfully.";
|
|
app.data.en.confirm.pollDelete = "Successfully deleted the poll.";
|
|
app.data.en.confirm.pollClose = "The poll is now closed. You can re-open it at any time.";
|
|
app.data.en.confirm.siteCreate = "Successfully created your weblog.";
|
|
app.data.en.confirm.siteDelete = "The weblog <% param.value1 %> was removed successfully.";
|
|
app.data.en.confirm.commentCreate = "Successfully saved your comment.";
|
|
app.data.en.confirm.commentDelete = "The comment was deleted successfully.";
|
|
app.data.en.confirm.storyCreate = "The story was created successfully.";
|
|
app.data.en.confirm.storyUpdate = "The story was updated successfully.";
|
|
app.data.en.confirm.storyDelete = "Successfully deleted the story.";
|
|
app.data.en.confirm.systemUpdate = "Successfully updated the system configuration.";
|
|
app.data.en.confirm.logout = "Good bye, <% param.value1 %>! Lookin' forward to seeing you again!";
|
|
app.data.en.confirm.welcome = "Welcome to <% param.value1 %>, <% param.value2 %>. Have fun!";
|
|
app.data.en.confirm.noVote = "You did not vote, yet. You can vote until the poll is closed.";
|
|
app.data.en.confirm.imageCreate = "The uploaded image was saved successfully.";
|
|
app.data.en.confirm.imageDelete = "Successfully deleted the image."
|
|
app.data.en.confirm.introLogin = "Please enter your username and password.";
|
|
app.data.en.confirm.resultOne = "Found one item related to '<% param.value1 %>'!";
|
|
// resultOne could be done with resultMany, too?
|
|
app.data.en.confirm.resultMany = "Found <% param.value2 %> items related to '<% param.value1 %>'!";
|
|
// how about adding " of <% param.value3 %>" to resultDisplay?
|
|
app.data.en.confirm.resultDisplay = "Displaying items <% param.value1 %> to <% param.value2 %>.";
|
|
app.data.en.confirm.resultOneUser = "Found one user matching the input.";
|
|
app.data.en.confirm.resultTooManyUsers = "Found more than 100 users, only displaying the first 100.";
|
|
app.data.en.confirm.resultManyUsers = "Found <% param.value1 %> users.";
|
|
app.data.en.confirm.subscriptionCreate = "You successfully subscribed to '<% param.value1 %>'.";
|
|
app.data.en.confirm.skinDelete = "Successfully deleted the skin.";
|
|
|
|
app.data.en.mailsubject = new Object();
|
|
app.data.en.mailsubject.statusChange = "Your membership at <% param.value1 %> was changed";
|
|
app.data.en.mailsubject.sendPwd = "Your Accounts for Antville";
|
|
app.data.en.mailsubject.newMember = "You are now a member of <% param.value1 %>";
|
|
app.data.en.mailsubject.blockWarning = "Attention! Your weblog '<% param.value1 %>' will soon be blocked!";
|
|
app.data.en.mailsubject.deleteWarning = "Attention! Your weblog '<% param.value1 %>' will soon be deleted!";
|
|
app.data.en.mailsubject.registration = "Welcome to '<% param.value1 %>'!"; |