forked from pkp/ui-library
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
23 changed files
with
759 additions
and
551 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -177,6 +177,7 @@ window.pkp = { | |
'common.view': 'View', | ||
'common.viewWithName': 'View {$name}', | ||
'common.yes': 'Yes', | ||
'common.back': 'Back', | ||
'dashboard.acceptOrDeclineRequestDate': | ||
'Please accept or decline this request {$date}', | ||
'dashboard.action': 'Action', | ||
|
@@ -527,13 +528,38 @@ window.pkp = { | |
'submissions.incomplete': 'Incomplete', | ||
todo: '##todo##', | ||
'user.email': 'Email', | ||
'user.emailAddress': 'Email Address', | ||
'user.orcid': 'ORCID iD', | ||
'user.username': 'Username', | ||
'user.password': 'Password', | ||
'user.givenName': 'Given Name', | ||
'user.familyName': 'Family Name', | ||
'user.affiliation': 'Affiliation', | ||
'user.country': 'Country', | ||
'validator.required': 'This field is required.', | ||
'invitation.notification.closeBtn':'View all users', | ||
'user.password': 'Password', | ||
'invitation.orcid.acceptInvitation.message':'Not verified. You can verify your ORCID iD from your profile section in OJS', | ||
|
||
'userInvitation.emailField.description':'e.g. [email protected]', | ||
'userInvitation.usernameField.description':'e.g. mickeymouse', | ||
'userInvitation.orcidField.description':'e.g. 0000-0000-0000-0000', | ||
'userInvitation.roleTable.role':'Role', | ||
'userInvitation.roleTable.startDate':'Start Date', | ||
'userInvitation.roleTable.endDate':'End Date', | ||
'userInvitation.roleTable.journalMasthead':'Journal Masthead', | ||
'userInvitation.modal.title':'Invitation Sent', | ||
'userInvitation.modal.message':'{$email} has been invited to new role in OJS.You can be updated about users on the User and Roles page, your ojs notification and/ or your email', | ||
'userInvitation.modal.button':'View All Users', | ||
'acceptInvitation.usernameField.description':'It should be 10 characters long and could be a combination of uppercase letters, lowercase letters or numbers', | ||
'acceptInvitation.passwordField.description':'It should be 12 characters long and should be a combination of uppercase letters, lowercase letters, numbers and symbols', | ||
'acceptInvitation.review.userDetails':'User Details', | ||
'acceptInvitation.review.accountDetails':'Account Details', | ||
'acceptInvitation.verifyOrcid':'Verify ORCID iD', | ||
'acceptInvitation.skipVerifyOrcid':'Skip ORCID verification', | ||
'acceptInvitation.modal.title':"You've been assigned a new role in OJS", | ||
'acceptInvitation.modal.message':'Congratulations on your new role in OJS! You might now have access to new options. If you need assistance navigating the system, please click on the “Help” buttons throughout the interface for guidance', | ||
'acceptInvitation.modal.button':'View All Submissions', | ||
'acceptInvitation.privacyStatement.btn':'Privacy Statement', | ||
'acceptInvitation.privacyStatement.label':'Yes, I agree to have my data collected and stored according to the', | ||
}, | ||
|
||
tinyMCE: { | ||
|
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.