-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathsystem.properties
361 lines (322 loc) · 24.1 KB
/
system.properties
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
system.admin.pageTitle=System Admin
system.performance.button.label=Monitoring
system.batchRegistration.button.label=Batch User Registration
system.showAll.button.label=Show All
system.Archiving.button.label=Export Work
system.Disable.button.label=Disable
system.Enable.button.label=Enable
system.Delete.button.label=Delete User
system.batchRegistration.upload.helpText.standalone=To import users please upload a CSV file with 6 columns:<br/> First name, Last name, Email, Role, Username, Password.
system.batchRegistration.upload.helpText.cloud=To import users please upload a CSV file with 7 columns:<br/> First name, Last name, Email, Affiliation, Role, Username, Password.
system.batchRegistration.upload.helpText.sso=To import users please upload a CSV file with 5 columns:<br/> First name, Last name, Email, Role, Username.
system.batchRegistration.textarea.helpText.standalone=To import users please provide CSV content with 6 columns: First name, Last name, Email, Role, Username, Password.
system.batchRegistration.textarea.helpText.cloud=To import users please provide CSV content with 7 columns: First name, Last name, Email, Affiliation, Role, Username, Password.
system.batchRegistration.textarea.helpText.sso=To import users please provide CSV content with 5 columns: First name, Last name, Email, Role, Username.
system.batchRegistration.tables.helpText.manualRegistration=Add users, groups and communities and click 'Create All' to start registration.
system.batchRegistration.tables.helpText.csvInput=Verify content created from CSV input and click 'Create All' to start registration.
system.batchRegistration.helpText.exampleCSV.intro=You can also import groups and communities, for detailed syntax check
system.batchRegistration.helpText.exampleCSV.label=this example CSV file
system.batchRegistration.helpText.ldap.csv=If values for First name, Last name or Email are empty RSpace will try to fetch them from LDAP.
system.batchRegistration.helpText.ldap.usersTable=To fetch First name, Last name or Email from LDAP type the Username and hit Enter.
system.batchRegistration.button.manualInput=Manual creation
system.batchRegistration.button.csvInput=CSV Input
system.batchRegistration.button.csvUpload=Upload CSV file
system.batchRegistration.button.csvLoad=Load CSV content
system.batchRegistration.button.removeRow=Remove
system.batchRegistration.button.addUser=Add user...
system.batchRegistration.button.addGroup=Add group...
system.batchRegistration.button.addCommunity=Add community...
system.batchRegistration.button.createAll=Create All
system.rspaceAdminRoleName=Community Admin
system.sysAdminRoleName=System Admin
system.admin.nousers.msg=You have no users to administer.
system.admin.help1=Please ask a System Admin to assign you to a community that contains some populated lab groups.
system.sysadmin.nousers.msg=There are no users to administer..
system.sysadmin.help1=To add users, create a new user, or import user details.
system.csvimport.user.wrongNumberOfFields=Skipping line:[{0}] at line [{1}] - it should have {2} fields, but has {3}
system.csvimport.user.nousername=Skipping line:[{0}] at line [{1}] - could not generate username
system.csvimport.user.unrecognisedRole=Skipping line:[{0}] at line [{1}] - unrecognised role [{2}] - should be one of: {3}
system.csvimport.group.wrongNumberOfFields=Group line [{0}] at line [{1}] needs at least 2 fields: group name and a PI user
system.csvimport.group.piWithoutPiRole=Attempt to make User [{0}] the group PI at line [{1}], but is not assigned a PI role. Alter this user's role to ROLE_PI
system.csvimport.group.blankPI=PI username name is blank at line [{0}]
system.csvimport.group.blankGroupName=Group name is blank at line [{0}]
system.csvimport.unknownUsername=User [{0}] not found among users to create at line [{1}]
system.csvimport.unknownLabGroup=LabGroup [{0}] not found among groups to create at line [{1}]
system.csvimport.blankUsername=Blank username at line [{0}]
system.csvimport.community.wrongNumberOfFields=Community line [{0}] at line [{1}] needs at least 2 fields: community name and at least one LabGroup
system.csvimport.communityAdmin.wrongNumberOfFields=Community Admin line [{0}] at line [{1}] needs at least 2 fields: community name and at least one Admin user
system.csvimport.communityAdmin.noAdminRole=Attempt to make User [{0}] the Community Admin at line [{1}], but is not assigned an Admin role. Alter this user's role to ROLE_ADMIN
system.pageReloading=Page reloading...
system.stats.total.label=Total Users:
system.stats.billabletotal.label=Billable users:
system.stats.active.label=Active:
system.stats.sysadmins.label=System Admins:
system.stats.rspaceadmins.label=Community Admins:
system.stats.availableSeats.label=Available Seats:
system.stats.sysadmins.billablehelp=Enabled users and PIs, excluding admins
system.stats.sysadmins.allusershelp=All users including admins and those with disabled accounts
#create new user
system.createAccount.pageHeader=Create a new individual account
system.createAccount.button.label=Create Account
system.createAccount.newUser.label=User
system.createAccount.newPi.label=PI
system.createAccount.newAdmin.label=Community Admin
system.createAccount.newSysAdmin.label=System Admin
system.createAccount.newUser.description=creates a default user who may be placed in an existing LabGroup.
system.createAccount.newPi.description=creates a LabGroup \u2018owner\u2019 and generates a new LabGroup for them to manage.
system.createAccount.newAdmin.description=creates an administrator who can manage groups, users and archiving of content across an RSpace Community, but can't create content.
system.createAccount.newSysAdmin.description=allows an existing System Admin to create another system-wide administrator with equal permissions, but who can't create content.
system.createAccountForm.firstName.label=First name
system.createAccountForm.lastName.label=Last name
system.createAccountForm.userName.label=Username
system.createAccountForm.userName.relaxedTitle=Minimum 1 alphanumeric character
system.createAccountForm.userName.strictTitle=Minimum 6 alphanumeric characters
system.createAccountForm.password.label=Password
system.createAccountForm.passwordConfirmation.label=Password Confirmation
system.createAccountForm.email.label=E-mail
system.createAccountForm.confirmPassword.label=If typing, confirm password
system.createAccountForm.showHidePassword.label=Show / hide passwords
system.createAccountForm.notePassword.label=Please copy or manually note this password, as it must be delivered to the new user outside RSpace.
system.createAccountForm.groupoName.label= LabGroup name
system.createAccountForm.selectCommunity.label
system.createAccountForm.initialGroupName.label=PI's new LabGroup name
system.createAccountForm.selectCommunity.label=Select the new user's Community
system.createAccountForm.selectPICommunity.label=Choose a community for this PI's LabGroup
system.createAccountForm.ldapDetails.label=Get LDAP details
system.createAccountForm.selectAdminCommunity.label=Choose a community for this admin to manage
system.createAccountForm.selectGroup.label=Choose a LabGroup
system.unauthorized.createuser=Unauthorized attempt to create new user with role [{0}] by [{1}]
system.unauthorized.userrole=Unauthorized role manipulation attempt by [{0}]
system.unpublish.button.label=Unpublish
system.usersList.button.label=Users
system.createAccount.batchUpload.complete=Import complete
system.createAccount.batchUpload.userCreated=User created.
system.createAccount.batchUpload.groupCreated=Group created.
system.createAccount.batchUpload.communityCreated=Community created.
system.createAccount.batchUpload.userNotified=User notified.
system.createAccount.batchUpload.error.userExists=Username [{0}] or email [{1}] is already registered in the system
system.createAccount.batchUpload.error.userInit=Error when adding content to home folder of user [{0}]
system.createAccount.batchUpload.error.group=Error when creating a group [{0}] - [{1}]
system.createAccount.batchUpload.error.community=Error when creating a community [{0}] - [{1}]
system.createAccount.batchUpload.error.notifyUser=Error when sending notification to user [{0}]/[{1}]
system.createAccount.batchUpload.error.existingUsername=Username is already registered in RSpace.
system.createAccount.batchUpload.error.existingEmail=Email is already registered in RSpace.
system.createAccount.batchUpload.error.repeatedUsername=Repeated username.
system.createAccount.batchUpload.error.repeatedEmail=Repeated email.
system.createAccount.batchUpload.error.groupDisplayNameWithComma=Comma mark not allowed in display name.
system.createAccount.batchUpload.error.piWithoutPiRole=User needs PI role.
system.createAccount.batchUpload.error.communityAdminWithoutAdminRole=User [{0}] needs Community Admin role.
system.createAccount.batchUpload.error.creatingSysadminWithoutSystemRole=Only System Admin can create other System Admin.
system.createAccount.batchUpload.error.unknownUser=Unknown user [{0}].
system.createAccount.batchUpload.error.unknownGroup=Unknown group [{0}].
system.createAccount.batchUpload.progress.starting=Starting batch registration...
system.createAccount.batchUpload.progress.users={0} of {1} User(s) created
system.createAccount.batchUpload.progress.groups={0} of {1} LabGroup(s) created
system.createAccount.batchUpload.progress.communities={0} of {1} Community(s) created
system.createAccount.batchUpload.progress.sendingNotifitcations=Sending notifications
system.admin.reauthenticateMsg=Please re-authenticate with your own login password.
system.admin.reauthenticateMsgVerifcnPwd=Please re-authenticate with your own verification password.
# List groups
system.groupsList.button.label=Groups
system.createGroup.button.label=New Group
# New community
system.createCommunity.button.label=New Community
system.createCommunity.noAdmins.msg=There are no available admins for this community, please create a new admin user first.
system.createCommunity.chooseAdmins.label=Choose one or more administrators.
system.communityList.profileText.label=Optionally, enter a short description of this community.
#List commmunities
system.communityList.button.label=Communities
system.communityList.name.label=Name
system.communityList.uniqueName.label=Unique Name
system.communityList.admins.label=Admins
system.communityList.emptyMsg=There are no communities yet in RSpace.
# Promote to PI
system.promoteToPI.button.label=Promote to PI
system.user2pi.useralreadyPI={0} is already a PI, please choose another user or cancel.
system.user2pi.userNotUserRole={0} does not have a 'User' role - only users can be promoted to PIs.
system.user2pi.userIsActive={0} is currently logged into RSpace - this operation is best performed when the user is offline, to prevent data corruption
system.userToPI.successMsg=PI role successfully created for {0}
system.piToUser.piNotpiRole={0} does not have a 'PI' role to be revoked.
system.piToUser.piStillPiInGroup={0} cannot yet have PI role revoked, as they are still the PI of at least one group. \
Please assign a new PI to these groups. Once {0} is no longer a PI of a group, the PI role can be revoked.
system.piToUser.successMsg=PI role successfully revoked for {0}
system.userToPI.help1=Promoting this user to PI will have the following consequences:
system.userToPI.help2=He/she will be removed from their LabGroup(s), if they belong to any.
system.userToPI.help3=A new LabGroup will be created.
system.userToPI.help4=He/she will remain in any CollaborationGroups, and assume a PI role in these groups.
system.grantPiRole.help=Grants user a global PI role.
system.runAs.help1=You can impersonate other users through this form, \
and will have exactly the same roles and permissions as that user.
system.runAs.help2=The user will be notified that you are impersonating them, unless you choose the incognito option.
system.runAs.label=Please choose a user you want to 'operate as'.
system.runAs.incognito.label=Operate incognito (without user knowing)
system.runAs.invalidusernameformat.msg=User details were in an invalid format - please use the autocomplete to choose a user.
system.runAs.userNotInCommunity=Either {0} is not in your Community, or you are not authorised to 'Operate As' them.
system.operateAs.button.label=Operate As
# create account error
errors.unauthorized.role=Session user must have a role of type {0}.
errors.invalid.roleidentifier=[{0}] is not a valid role identifier. Please choose one of [{1}].
errors.user.notingroup=The user does not belong to any group.
errors.missinggroup.name=Please type an initial group name and choose a community.
errors.adminnotincommunity=The admin does not belong to any community.
#Delete user message
errors.deleteuser.nonself=You cannot delete yourself!
errors.deleteuser.nousedforms=This user has created forms that are have been used by other users \
to create documents. At present, this user cannot be deleted!
errors.deleteadminuser=This user is the only administrator of a Community. Please replace \
the adminstrator so that this user can be deleted
errors.deletesysadminuser=Invalid attempt to delete sysadmin user - there must be at least one remaining\
active, enabled sysadmin user. Also, can't delete the internal sysadmin account 'sysadmin1'
#Support
system.support.button.label=Maintenance
system.support.serverlogs.title=Server Log Tools
system.support.serverlogs.view=View Server Logs
system.support.serverlogs.mail=Send Server Logs To RSpace Support
system.support.serverlogs.mail.help1=If you wish, enter a message describing your problem to the support team.
system.support.serverlogs.mail.help2=Please enter the number of log file lines to be sent to the support team (max {0}).
system.support.serverlogs.error=Server logs could not be retrieved: {1}
system.support.serverlogs.supportEmailTitle=Log files from {0}
system.forceRefreshLicense.button.label=Reload license
system.showLicense.button.label=Show license
#Scheduled maintenance
system.downtime.button.label=Schedule Downtime
system.downtime.header.no.maintenance=No downtime scheduled yet
system.downtime.header.active.maintenance=Active downtime
system.downtime.header.next.maintenance=Next downtime
system.downtime.header.other.maintenances=Other scheduled downtimes
system.downtime.header.old.maintenances=Expired downtimes
system.downtime.header.schedule.new=Schedule new downtime
system.downtime.header.currently.logged.users=Currently logged users:
system.downtime.msg.user.can.login.until=Users allowed to login until
system.downtime.msg.user.cannot.login=Users no longer allowed to login
system.downtime.label.starts=Starts at
system.downtime.label.ends=Ends at
system.downtime.label.message=Message
system.downtime.button.update=Update
system.downtime.button.stop.login=Stop users logging in
system.downtime.button.delete=Delete
system.downtime.button.finish=Finish now
system.downtime.button.add.new.maintenance=Add new downtime
system.downtime.button.add=Add
#System config page
system.config.button.label=Configuration
system.config.button.whitelist=Sysadmin IP White List
system.config.button.netfilesystem=Institutional File Systems
system.config.button.ror=ROR Registry
system.config.button.ldap=LDAP Settings
system.config.button.systemSettings=System Settings
#External File System config page
system.netfilesystem.title=File Systems Configuration
system.netfilesystem.filestores.enabled.msg=Filestore linking is <strong>enabled</strong> for RSpace users.
system.netfilesystem.filestores.disabled.msg=Filestore linking is <strong>disabled</strong> for RSpace users - they won't see "Filestores" \
section in their Gallery. <br/> To enable the functionality set <strong>netfilestores.enabled</strong> deployment property to \
<strong>true</strong> and restart RSpace.
system.netfilesystem.filestores.export.enabled.msg=Option to include filestore files in archive export is <strong>enabled</strong>.
system.netfilesystem.filestores.export.disabled.msg=Option to include filestore files in archive export is <strong>disabled</strong>.
system.netfilesystem.message.no.filesystem=No File System configured yet.
system.netfilesystem.table.button.details=Details
system.netfilesystem.table.button.delete=Delete
system.netfilesystem.table.column.name=Name
system.netfilesystem.table.column.url=URL
system.netfilesystem.table.column.enabled=Enabled
system.netfilesystem.table.column.client=Client Type
system.netfilesystem.table.column.auth=Authentication Type
system.netfilesystem.add.header=Add File System:
system.netfilesystem.details.header=File System Details:
system.netfilesystem.details.id=ID
system.netfilesystem.details.name=Name
system.netfilesystem.details.url=URL
system.netfilesystem.details.status=Status
system.netfilesystem.details.status.disabled=Disabled
system.netfilesystem.details.status.enabled=Enabled
system.netfilesystem.details.client=Client Type
system.netfilesystem.details.client.samba=Samba
system.netfilesystem.details.client.samba.type=Samba Protocol
system.netfilesystem.details.client.samba.smbj=SMBv2/3
system.netfilesystem.details.client.samba.jcifs=SMBv1
system.netfilesystem.details.client.samba.domain=Samba Domain
system.netfilesystem.details.client.samba.share=Share Name
system.netfilesystem.details.client.sftp=SFTP
system.netfilesystem.details.client.sftp.server.public.key=SFTP server public key
system.netfilesystem.details.client.sftp.server.dir.choice=User subdirectory required
system.netfilesystem.details.client.irods=iRODS
system.netfilesystem.details.client.irods.zone=iRODS Zone
system.netfilesystem.details.client.irods.homedir=iRODS Search Path
system.netfilesystem.details.client.irods.port= iRODS Port
system.netfilesystem.details.auth=Authentication Type
system.netfilesystem.details.auth.password=Username/Password
system.netfilesystem.details.auth.pubkey=Public Key Authentication
system.netfilesystem.details.auth.pubkey.registration.dialog.url=Registration Dialog URL
system.netfilesystem.details.button.add=Add
system.netfilesystem.details.button.update=Update
system.netfilesystem.button.add.new.filesystem=Add new File System
# LDAP settings page
system.ldap.button.run.sid.retrieval=Retrieve SID values for LDAP users
system.ldap.button.run.sid.retrieval.stop=Stop SID retrieval
#System settings page
system.settings.loading=Loading Settings page...
system.settings.header.info=Click on a setting name for additional description, or on a setting value to start editing.
system.property.description.dropbox.available=Makes Dropbox integration available to the users. After enabling the integration user can \
import from Dropbox into the Gallery and (with 'dropbox.linking.enabled = true') link to Dropbox in text field editor
system.property.description.dropbox.linking.enabled=Enables linking to Dropbox in text field editor. Relevant only if 'dropbox.available' \
is 'true'
system.property.description.box.available=Makes Box integration available to the users. After enabling the integration, user can import\
from Box into the Gallery and (with 'box.linking.enabled = true') link to Box in text field editor
system.property.description.box.linking.enabled=Enables linking to Box in text field editor. Relevant only if 'box.available' is 'true'
system.property.description.box.api.enabled=Allow users to make Versioned links to Box files. This requires RSpace communicating with \
Box API, so RSpace instance has to be registered on Box page, \
and box.client.id / box.client.secret have to be set in deployment.properties file
system.property.description.onedrive.available=Makes OneDrive integration available to the users. After enabling the integration, \
users can import from OneDrive into the Gallery and (with 'onedrive.linking.enabled = true') link to OneDrive in text field editor
system.property.description.onedrive.linking.enabled=Enables linking to OneDrive in text field editor. \
Relevant only if 'onedrive.available' is 'true'
system.property.description.googledrive.available=Makes Google Drive integration available to the users. After enabling the integration, \
user can link to Google Drive in text field editor
system.property.description.egnyte.available=Makes Egnyte integration available to the users. After enabling the integration, \
users can link to Egnyte in text field editor
system.property.description.evernote.available=Enables users to import Evernote XML export files via Create->Import
system.property.description.owncloud.available=Makes ownCloud integration available to the users. After enabling the integration, \
users can link to ownCloud in text field editor
system.property.description.nextcloud.available=Makes Nextcloud integration available to the users. After enabling the integration, \
users can link to Nextcloud in text field editor
system.property.description.mendeley.available=Makes Mendeley integration available to the users. After enabling the integration, \
users can make links to Mendeley resources
system.property.description.chemistry.available=Makes chemistry integration available to the users. After enabling the integration, \
users can create and edit chemical sketches, and search for chemical structures in the Workspace
system.property.description.slack.available=Makes Slack integration available to the users. After enabling the integration, \
user can connect to their Slack channels to send messages or forward notifications
system.property.description.orcid.available=Enables ORCID integration. After enabling the integration, \
users can set up their ORCID ID on 'My Profile' page.
system.property.description.repo.available=Makes {0} repository integration available. After enabling, \
users can submit exports to a {0} repository.
system.property.description.pyrat.available=Makes PyRAT integration available. After enabling the integration, \
users can link to animals in the PyRAT database.
system.property.description.clustermarket.available=Makes Clustermarket integration available. After enabling the integration, \
users can link to data regarding laboratory equipment.
system.property.description.clustermarket.enabled=Enables linking to Clustermarket in text field editor. \
Relevant only if 'clustermarket.available' is 'true'.
system.property.description.omero.available=Makes Omero integration available. After enabling the integration, \
users can link to Omero image data.
system.property.description.omero.enabled=Enables linking to Omero in text field editor. \
Relevant only if 'omero.available' is 'true'.
system.property.description.jove.available=Makes JoVE integration available. User can search for and insert videos/articles from JoVE.
system.property.description.dryad.available=Makes Dryad integration available. User can create new dryad submission\
and attach RSpace exports or documents to that submission.
system.property.description.dmptool.available=Makes DMPTool integration available.
system.property.description.dmponline.available=Makes DMPonline integration available.
system.property.description.argos.available=Makes Argos integration available.
system.property.description.zenodo.available=Makes Zenodo intergration available.
system.property.description.github.available=Makes Github integration available. After enabling, user can add links \
to files in Github repositories.
system.property.description.api.available=Enables API access for users
system.property.description.onboarding.available=Enables onboarding announcements across RSpace.
system.property.description.snapgene.available=Enables Snapgene viewer for DNA sequence files. This must only be enabled if the deployment property\
'snapgene.web.url' is configured to point at an RSpace-Snapgene web-service.
system.property.description.group_autosharing.available=Enables the management of group-wide autosharing.\
Enables PIs and lab admins with the 'View All' permission to manage the autoshare status for non-PI lab members.
system.property.description.self_service_labgroups=When true, a user with permissions (eg a PI) can create a LabGroup
system.property.description.allow_project_groups=When true, a user can create a group without a PI
system.property.description.publicLastLogin.available=If enabled, a user's last login time is publicly viewable on their profile page.
system.property.description.inventory.available=Enables Inventory module
system.property.description.public_sharing=Enables Publication of Documents
system.property.description.publicdocs_allow_seo=Enables search engine indexing of published documents