]> source.dussan.org Git - archiva.git/blob
9a5ae343008f959c2ade14a1e16b2ca58dc04501
[archiva.git] /
1 # --------------------------------------------------
2 # Classes Section
3 #
4 # General - These are localizations that are used by multiple classes.
5 #           If you can't find the text under each class, you can find it here.
6 # --------------------------------------------------
7 username.required=User Name is required.
8 username.has.spaces=User Name can not have spaces.
9 password.confimation.failed=Password confirmation failed.  Passwords do not match.
10 password.provided.does.not.match.existing=Password provided does not match existing.
11 old.password.required=Current password is required.
12 user.admin.password.required=User admin password is required when updating a user account. Please provide your password to validate identification.
13 user.admin.password.does.not.match.existing=The password you provided does not match your existing password.
14 user.does.not.exist=User ''{0}'' does not exist.
15 user.not.found.exception=There was an error looking for the user ''{0}'': {1}
16 save.role.success=Successfully Saved Role ''{0}''
17 cannot.get.role=Unable to get Role ''{0}'': {1}
18 invalid.user.credentials=Invalid user credentials.
19 user.already.exists=User ''{0}'' already exists.
20 cannot.edit.user.null.username=Unable to edit user with null username.
21 cannot.edit.user.empty.username=Unable to edit user with empty username.
22 cannot.get.user=Unable to get User ''{0}'': {1}
23 cannot.edit.user.null.credentials=Unable to edit user with null user credentials.
24 cannot.operate.on.null.user=Unable to operate on null user.
25 user.not.found=User not found.
26
27 # --------------------------------------------------
28 # AbstractUserCredentialsAction
29 # --------------------------------------------------
30 fullName.required=Full Name is required.
31 email.required=Email Address is required.
32 email.invalid=Email Address is invalid.
33 password.required=Password is required.
34 passwords.does.not.match=Passwords do not match.
35 username.invalid.characters=Invalid characters found in Username.
36 fullName.invalid.characters=Invalid characters found in Full Name.
37
38 # --------------------------------------------------
39 # AccountAction
40 # --------------------------------------------------
41 cannot.show.account.login.required=Unable to show your account. Not logged in.
42
43 # --------------------------------------------------
44 # LoginAction
45 # --------------------------------------------------
46 reset.password.missing=Reset Password key missing.
47 cannot.find.key=Unable to find the key.
48 cannot.find.key.at.the.moment=Unable to process key at this time.  Please try again later.
49 cannot.find.user=Unable to find user.
50 validation.failure.key.missing=Validation failure key missing.
51 incorrect.username.password=You have entered an incorrect username and/or password.
52 account.validation.required=You have entered an incorrect username and/or password.
53 authentication.failed=Authentication failed.
54 authentication.exception=There was an error in the authentication process: {0}
55 account.locked=Your Account is Locked.
56 login.already.logged.in=You are already logged in.
57
58 # --------------------------------------------------
59 # PasswordAction
60 # --------------------------------------------------
61 newPassword.cannot.be.empty=New Password cannot be empty.
62 cannot.update.user.not.found=Unable to update user ''{0}'' not found.
63 admin.deleted.account=Likely occurs because an Administrator deleted your account.
64
65 # --------------------------------------------------
66 # PasswordResetAction
67 # --------------------------------------------------
68 username.cannot.be.empty=Username cannot be empty.
69 password.reset.success=If the user was found, a message has been sent.
70 password.reset.failure=If the user was found, a message has been sent.
71 password.reset.email.generation.failure=Internal system error prevented generation of Password reset email.
72 password.previous.empty=Previous password cannot be empty.
73 password.empty=Password cannot be empty.
74 password.confirmation.empty=Password confirmation cannot be empty.
75 password.confirmation.same="password and password confirmation must be the same.
76
77 # --------------------------------------------------
78 # RegisterAction
79 # --------------------------------------------------
80 assign.role.failure=Unable to assign core register user role to new user.
81 cannot.register.user=Unable to process new user registration request.
82
83 # --------------------------------------------------
84 # AddAdminUserAction
85 # --------------------------------------------------
86 invalid.admin.credentials=Invalid admin credentials, try again.
87 admin.user.already.exists=Admin User exists in database (someone else probably created the user before you).
88 cannot.assign.admin.role=Unable to assign system administrator role.
89
90 # --------------------------------------------------
91 # AssignmentsAction
92 # --------------------------------------------------
93 rbac.edit.user.empty.principal=Cannot use AssignmentsAction for RBAC Edit User with an empty principal.
94 error.adding.selected.roles=Error adding the selected roles: {0}
95 error.removing.selected.roles=Error removing the selected roles: {0}
96
97 # --------------------------------------------------
98 # EditRoleAction
99 # --------------------------------------------------
100 cannot.edit.null.role=Unable to edit null role name.
101 cannot.edit.empty.role=Unable to edit empty role name.
102 cannot.operate.null.role=Unable to operate on null role.
103
104 # --------------------------------------------------
105 # OperationsAction
106 # --------------------------------------------------
107 cannot.list.all.operations=Unable to list all operations: {0}
108 cannot.save.operation=Unable to save operation: {0}.
109 cannot.remove.operation=Unable to remove operation ''{0}''.
110
111 # --------------------------------------------------
112 # PermissionsAction
113 # --------------------------------------------------
114 cannot.list.all.permissions=Unable to list all permissions: {0}
115 cannot.edit.null.permission=Unable to edit null permission name.
116 cannot.edit.empty.permission=Unable to edit empty permission name.
117 cannot.operate.null.permission=Unable to operate on null permission.
118 cannot.get.permission=Unable to get Permission ''{0}'': {1}
119 save.permission.success=Successfully Saved Permission ''{0}''
120
121 # --------------------------------------------------
122 # ReportAction
123 # --------------------------------------------------
124 cannot.get.report=Unable to find report: {0}
125 cannot.generate.report=Unable to generate report.
126
127 # --------------------------------------------------
128 # ResourcesAction
129 # --------------------------------------------------
130 cannot.list.all.resources=Unable to list all resources: {0}
131 cannot.save.resource=Unable to save resource: {0}
132 cannot.remove.resource=Unable to locate resource to remove ''{0}''
133
134 # --------------------------------------------------
135 # RoleCreateAction
136 # --------------------------------------------------
137 cannot.add.null.permission=Unable to add null permission.
138 cannot.add.empty.role=Unable to create role with empty name.
139 roleName.invalid.characters=Invalid characters found in role name.
140
141 # --------------------------------------------------
142 # RolesAction
143 # --------------------------------------------------
144 cannot.list.all.roles=Unable to list all roles: {0}
145
146 # --------------------------------------------------
147 # UserDeleteAction
148 # --------------------------------------------------
149 cannot.remove.user.null.username=Unable to delete user based on null username.
150 cannot.remove.user.empty.username=Unable to delete user based on empty username.
151 cannot.remove.user.not.found=Unable to locate user {0} to delete.
152 cannot.remove.user.role=Unable to remove user role assignments for ''{0}'' because {1}
153 cannot.remove.user.non.existent=Unable to delete non-existent user ''{0}''
154
155 # --------------------------------------------------
156 # JSP Section
157 #
158 # General - These are localizations that are used by multiple JSPs.
159 #           If you can't find the text under each JSP, you can find it here.
160 # --------------------------------------------------
161 username=Username
162 full.name=Full Name
163 email=Email
164 email.address=Email Address
165 password=Password
166 current.password=Current Password
167 new.password=New Password
168 confirm.password=Confirm Password
169 user.admin.password=Password
170 register=Register
171 login=Login
172 logout=Logout
173 submit=Submit
174 remove=Remove
175 delete=Delete
176 update=Update
177 search=Search
178 cancel=Cancel
179 goback=Go Back
180 edit=Edit
181 save=Save
182 name=Name
183 description=Description
184 role.name=Role Name
185 role.description=Role Description
186 remove.selected.roles=Remove Selected Roles
187 role=Role
188 roles=Roles
189 effective.roles=Effective Roles
190 permissions=Permissions
191 operations=Operations
192 resources=Resources
193
194 # --------------------------------------------------
195 # accessDenied
196 # --------------------------------------------------
197 access.denied.page.title=Security Alert - Access Denied
198 access.denied.section.title=Security Alert - Access Denied
199 access.denied.message=The action you attempted requires permissions that you do not have.<br>Please contact your administrator to be granted the appropriate permissions.
200
201 # --------------------------------------------------
202 # invalid token (for CSRF)
203 # --------------------------------------------------
204 invalid.token.page.title=Security Alert - Invalid Token Found
205 invalid.token.section.title=Security Alert - Invalid Token Found
206 invalid.token.message=Possible CSRF attack detected! Invalid token found in the request.    
207
208 # --------------------------------------------------
209 # account
210 # --------------------------------------------------
211 account.details.page.title=Account Details
212 account.details.section.title=Account Details
213
214 # --------------------------------------------------
215 # alert
216 # --------------------------------------------------
217 alert.page.title=Security Alert Page
218 alert.message=You are not authorized for this activity.
219
220 # --------------------------------------------------
221 # generalError
222 # --------------------------------------------------
223 general.error.page.title=Error Occurred
224 general.error.section.title=Error Occurred
225
226 # --------------------------------------------------
227 # login
228 # --------------------------------------------------
229 login.page.title=Login Page
230 login.section.title=Login
231 login.remember.me=Remember Me
232 login.need.an.account=Need an Account?
233 login.register=Register!
234 login.forgot.your.password=Forgot your Password?
235 login.request.password.reset=Request a password reset.
236
237 # --------------------------------------------------
238 # password
239 # --------------------------------------------------
240 password.page.title=Change Password
241 password.section.title=Change Password
242 password.existing=Existing Password
243 password.new=New Password
244 password.new.confirm=Confirm New Password
245 password.change=Change Password
246
247 # --------------------------------------------------
248 # passwordResetNotification
249 # --------------------------------------------------
250 password.reset.page.title=Password Reset
251 password.reset.message=Password Reset Successful.
252 password.reset.go.to=Go to 
253
254 # --------------------------------------------------
255 # register
256 # --------------------------------------------------
257 register.page.title=Registration Page
258 register.section.title=Register for an Account
259
260 # --------------------------------------------------
261 # requestPasswordReset
262 # --------------------------------------------------
263 request.password.reset.page.title=Request Password Reset
264 request.password.reset.section.title=Request Password Reset
265 request.password.reset=Request Reset
266
267 # --------------------------------------------------
268 # requiresAuthentication
269 # --------------------------------------------------
270 requires.authentication.page.title=Security Alert - Action Requires Authentication
271 requires.authentication.section.title=Security Alert - Action Requires Authentication
272 requires.authentication.message=The action you attempted requires that you authenticate yourself.
273 requires.authentication.go.ahead=Go Ahead  
274
275 # --------------------------------------------------
276 # validationNotification
277 # --------------------------------------------------
278 validation.notification.page.title=Validation Notification Page
279 validation.notification.section.title=Validation Reminder
280 validation.notification.message.1=A validation email has been sent to the email address you provided ({0}). Please check for the email validation link sent to you.
281 validation.notification.message.2=This account ({0}) will remain locked until it is validated.
282
283 # --------------------------------------------------
284 # grantRoles
285 # --------------------------------------------------
286 grant=Grant
287
288 # --------------------------------------------------
289 # securityLinks
290 # --------------------------------------------------
291 current.user=Current User: 
292 unknown.user=Unknown User 
293 edit.details=Edit Details
294 notify.password.expiration=Password will expire on
295
296 # --------------------------------------------------
297 # userCredentials
298 # --------------------------------------------------
299 account.creation=Account Creation
300 last.login=Last Login
301 last.password.change=Last Password Change
302
303 # --------------------------------------------------
304 # assignments
305 # --------------------------------------------------
306 assignments.page.title=[Admin] User Edit
307 assignments.section.title=[Admin] User Roles
308 assignments.no.roles=No Roles Assigned (yet)
309 assignments.available.roles=Available Roles:
310 assignments.assigned.roles=Assigned Roles:
311 assignments.resource.roles=Resource Roles:
312 assignments.submit=Submit
313 assignments.reset=Reset
314 assignments.add.roles=Add Selected Roles
315 assignments.remove.roles=Remove Selected Roles
316 assignments.no.roles.to.grant=No Roles Available to Grant
317
318 # --------------------------------------------------
319 # createAdmin
320 # --------------------------------------------------
321 create.admin.page.title=Create Admin User
322 create.admin.page.link=Create Admin User
323 create.admin.section.title=Create Admin User
324 create.admin=Create Admin
325
326 # --------------------------------------------------
327 # operationList
328 # --------------------------------------------------
329 operation.list.page.title=[Admin] Operation List
330 operation.list.section.title=[Admin] Operation List
331 operation.list.no.operations.available=No Operations Available
332
333 # --------------------------------------------------
334 # permissionList
335 # --------------------------------------------------
336 permission.list.page.title=[Admin] Permission List
337 permission.list.section.title=[Admin] Permission List
338 permission.list.no.permissions.available=No Permissions Available
339
340 # --------------------------------------------------
341 # resourceList
342 # --------------------------------------------------
343 resource.list.page.title=[Admin] Resource List
344 resource.list.section.title=[Admin] Resource List
345 resource.list.no.resources.available=No Resources Available
346
347 # --------------------------------------------------
348 # role
349 # --------------------------------------------------
350 role.page.title=[Admin] Role Viewer
351 role.section.title=Role Modification Page
352 role.assignable=Assignable?
353 role.currently.assigned.permissions=Currently Assigned Permissions:
354 role.add.new.permission=Add New Permission
355 role.currently.assigned.roles=Currently Assigned Roles:
356 role.add.sub.role=Add Sub Role
357 role.operation=Operation
358 role.resource=Resource
359
360 # --------------------------------------------------
361 # roleEdit
362 # --------------------------------------------------
363 role.edit.no.parent.defined=No Parent Roles Defined for this Role
364 role.edit.no.childrole.defined=No Child Roles Defined for this Role
365 role.edit.users.defined.in.current.role=Users defined with the current role
366 role.edit.users.defined.in.parent.roles=Users defined with parent roles
367 role.edit.section.users=List of Users
368 role.edit.no.user.defined=No Users Defined for this Role
369 cannot.assign.role=Unable to update user ''{0}'' : {1}
370
371 # --------------------------------------------------
372 # roleCreate
373 # --------------------------------------------------
374 role.create.page.title=[Admin] Create Role
375 role.create.section.title=[Admin] Create Role
376 role.create.operation=Operation
377 role.create.resource=Resource
378 role.create.no.permissions.defined=No Permissions Defined for this Role
379 role.create.add.permission=Add Permission
380
381 # --------------------------------------------------
382 # roleList
383 # --------------------------------------------------
384 role.list.page.title=[Admin] Role List
385 role.list.section.title=[Admin] Role List
386 role.list.no.roles.available=No Roles Available
387
388 # --------------------------------------------------
389 # roleModel
390 # --------------------------------------------------
391 role.model.page.title=[Admin] Role Model
392 role.model.section.title=[Admin] Role Model
393 role.model.message=These are the resources, operations, roles and role templates that are known by the role manager. They are not the current content of the RBAC store as those contain the resource, operations, and roles declared below _and_ any dynamic data created from creating new roles from the templates below.
394 role.model.id=Id
395 role.model.name=Name
396 role.model.name.prefix=Name Prefix
397 role.model.permanent=Permanent
398 role.model.assignable=Assignable
399 role.model.delimeter=Delimeter
400 role.model.operation.id=Operation Id
401 role.model.resource.id=Resource Id
402 role.model.role.id=Role Id
403 role.model.parent.roles=Parent Roles
404 role.model.child.roles=Child Roles
405 role.model.templates=Templates
406 role.model.template.id=Template Id
407 role.model.parent.templates=Parent Templates
408 role.model.child.templates=Child Templates
409
410 # --------------------------------------------------
411 # roleSummary
412 # --------------------------------------------------
413 role.summary.page.title=[Admin] Role Summary
414 role.summary.section.title=[Admin] Role Summary
415
416 # --------------------------------------------------
417 # systemInformation
418 # --------------------------------------------------
419 system.info.page.title=[Admin] System Information
420 system.info.section.title=Security System Information
421
422 # --------------------------------------------------
423 # userCreate
424 # --------------------------------------------------
425 user.create.page.title=[Admin] User Create
426 user.create.section.title=[Admin] User Create
427 user.create=Create User
428
429 # --------------------------------------------------
430 # userDelete
431 # --------------------------------------------------
432 user.delete.page.title=[Admin] User Delete
433 user.delete.section.title=[Admin] User Delete
434 user.delete.message=The following user will be deleted
435 user.delete=Delete User
436
437 # --------------------------------------------------
438 # userEdit
439 # --------------------------------------------------
440 user.edit.page.title=[Admin] User Edit
441 user.edit.confirm.page.title=[Admin] User Edit - Confirm Administrator Password
442 user.edit.section.title=[Admin] User Edit
443 user.edit.confirm.section.title=[Admin] User Edit - Confirm Administrator Password
444 user.edit.locked.user=Locked User
445 user.edit.force.user.change.password=Force User to Change Password
446 user.edit.roles=Edit Roles
447 has.hidden.roles=Some roles above your permission level have been omitted
448
449 # --------------------------------------------------
450 # userFind
451 # --------------------------------------------------
452 user.find=Find a user
453
454 # --------------------------------------------------
455 # userList
456 # --------------------------------------------------
457 user.list.page.title=[Admin] User List
458 user.list.section.title=[Admin] List of Users in Role: {0}
459 user.list.permanent=Permanent
460 user.list.validated=Validated
461 user.list.locked=Locked
462 user.list.tasks=Tasks
463 user.list.tools=Tools
464 user.list.reports=Reports
465 user.list.message=The following tools are available for administrators to manipulate the user list.
466 user.list.create.new.user=Create New User
467 user.list.show.users.in.role=Show Users In Role
468 user.list.types=Types
469
470 # --------------------------------------------------
471 # backupRestore
472 # --------------------------------------------------
473 backupRestore.page.title=Backup and Restore
474 backupRestore.section.backup.title=Backup
475 backupRestore.section.restore.title=Restore
476 backupRestore.section.recent.backup=Recent Backups
477 backupRestore.backup.error = Backup File Not Found
478 backupRestore.backup.empty.error = Backup directory is required 
479
480 # --------------------------------------------------
481 # Logging Section
482 #
483 # General - These are localizations that are used by multiple classes.
484 #           If you can't find the text under each class, you can find it here.
485 # --------------------------------------------------
486 log.password.reset.request=Password Reset Request for user '{}'
487 log.password.change=Password Changed for user '{}'
488 log.account.validation=Account Validated for user '{}'
489 log.account.create=User Created: '{}'
490 log.account.edit=User Modified: '{}'
491 log.account.delete=User Deleted: '{}'
492 log.login.success=Successful Login for user '{}'
493 log.logout.success=Logged Out user '{}'
494 log.login.fail=Login Failure for user '{}'
495 log.login.fail.locked=Login Failure for user '{}' (account locked)
496 log.assign.role=Role Assigned to user '{}': '{}'
497 log.revoke.role=Role Revoked from user '{}': '{}'
498 log.role.create=Role Created: '{}'
499 log.role.edit=Role Modified: '{}'
500
501 # --------------------------------------------------
502 # changePasswordSuccess
503 # --------------------------------------------------
504 change.password.page.title=Change Password
505 change.password.success.section.title=Password successfully changed