Skip to content

Commit 9585b32

Browse files
committed
multiple-author-affiliations
1 parent 9549dc9 commit 9585b32

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

public/globals.js

+15
Original file line numberDiff line numberDiff line change
@@ -747,6 +747,21 @@ window.pkp = {
747747
"Invitation not accepted. You're logged in as a different user.",
748748
'acceptInvitation.authorization.message':
749749
'Please log out and sign in with the correct account to accept this invitation.',
750+
'user.affiliations': 'Affiliations',
751+
'user.affiliations.description': 'Enter the full name of the institution below, avoiding any acronyms. Select the name from the dropdown and click "Add" to include the affiliation in your profile. (e.g. "Simon Fraser University")',
752+
'user.affiliations.institution': 'Institution',
753+
'user.affiliations.translation': 'Translation',
754+
'user.affiliations.translationEditActionLabel': 'Edit institution name',
755+
'user.affiliations.translationDeleteActionLabel': 'Remove institution',
756+
'user.affiliations.translationActionsAriaLabel': 'Click to edit or delete',
757+
'user.affiliations.translationsAllAvailable': 'All translations available',
758+
'user.affiliations.translationsSomeAvailable': '{$translated} of {$total} languages completed',
759+
'user.affiliations.typeTranslationNameInLanguageLabel': 'Type the institute name in {$language}',
760+
'user.affiliations.translationNameInLanguage': 'Institute name in {$language}',
761+
'user.affiliations.deleteModal.title': 'Are you sure?',
762+
'user.affiliations.deleteModal.message': 'The institution <strong>{$institution}</strong> will be deleted.',
763+
'user.affiliations.searchPhraseLabel': 'Type the institute name in {$language}',
764+
'user.affiliations.searchPhraseNothingFound': 'Your search phrase could not be found'
750765
},
751766

752767
tinyMCE: {

0 commit comments

Comments
 (0)