server/src/main/webapp/WEB-INF/i18n/messages.properties
author ymh <ymh.work@gmail.com>
Thu, 07 Nov 2013 10:42:18 +0100
branchuser_management
changeset 231 e65766f81b15
parent 230 793eece3691e
child 234 d92a90b2ad53
permissions -rw-r--r--
Add authorities list edit.
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
150
5b62100b8562 - replace simple http authentication by form auth
ymh <ymh.work@gmail.com>
parents:
diff changeset
     1
5b62100b8562 - replace simple http authentication by form auth
ymh <ymh.work@gmail.com>
parents:
diff changeset
     2
date.format = yyyy/MM/dd HH:mm
230
793eece3691e Corrected date management in users.
ymh <ymh.work@gmail.com>
parents: 226
diff changeset
     3
date.date.format = yyyy/MM/dd
793eece3691e Corrected date management in users.
ymh <ymh.work@gmail.com>
parents: 226
diff changeset
     4
date.date.datePicker.format = yy/mm/dd
150
5b62100b8562 - replace simple http authentication by form auth
ymh <ymh.work@gmail.com>
parents:
diff changeset
     5
question.yes = yes
5b62100b8562 - replace simple http authentication by form auth
ymh <ymh.work@gmail.com>
parents:
diff changeset
     6
question.no = no
5b62100b8562 - replace simple http authentication by form auth
ymh <ymh.work@gmail.com>
parents:
diff changeset
     7
230
793eece3691e Corrected date management in users.
ymh <ymh.work@gmail.com>
parents: 226
diff changeset
     8
150
5b62100b8562 - replace simple http authentication by form auth
ymh <ymh.work@gmail.com>
parents:
diff changeset
     9
renkanIndex.renkan_exp = Create a Renkan
5b62100b8562 - replace simple http authentication by form auth
ymh <ymh.work@gmail.com>
parents:
diff changeset
    10
renkanIndex.project_list = Renkan list
5b62100b8562 - replace simple http authentication by form auth
ymh <ymh.work@gmail.com>
parents:
diff changeset
    11
renkanIndex.project_name = Name
5b62100b8562 - replace simple http authentication by form auth
ymh <ymh.work@gmail.com>
parents:
diff changeset
    12
renkanIndex.project_creation = Creation
5b62100b8562 - replace simple http authentication by form auth
ymh <ymh.work@gmail.com>
parents:
diff changeset
    13
renkanIndex.project_updated = Updated
5b62100b8562 - replace simple http authentication by form auth
ymh <ymh.work@gmail.com>
parents:
diff changeset
    14
renkanIndex.project_edit = Edit
5b62100b8562 - replace simple http authentication by form auth
ymh <ymh.work@gmail.com>
parents:
diff changeset
    15
renkanIndex.project_copy = Copy
5b62100b8562 - replace simple http authentication by form auth
ymh <ymh.work@gmail.com>
parents:
diff changeset
    16
renkanIndex.project_delete = Delete
5b62100b8562 - replace simple http authentication by form auth
ymh <ymh.work@gmail.com>
parents:
diff changeset
    17
renkanIndex.project_render = View
5b62100b8562 - replace simple http authentication by form auth
ymh <ymh.work@gmail.com>
parents:
diff changeset
    18
renkanIndex.project_edit_link = Edit renkan
5b62100b8562 - replace simple http authentication by form auth
ymh <ymh.work@gmail.com>
parents:
diff changeset
    19
renkanIndex.project_copy_link = Copy renkan
5b62100b8562 - replace simple http authentication by form auth
ymh <ymh.work@gmail.com>
parents:
diff changeset
    20
renkanIndex.project_delete_link = Delete renkan
5b62100b8562 - replace simple http authentication by form auth
ymh <ymh.work@gmail.com>
parents:
diff changeset
    21
renkanIndex.project_render_link = View renkan
5b62100b8562 - replace simple http authentication by form auth
ymh <ymh.work@gmail.com>
parents:
diff changeset
    22
renkanIndex.project_delete_confirm = Delete renkan "<%= title %>" ?
5b62100b8562 - replace simple http authentication by form auth
ymh <ymh.work@gmail.com>
parents:
diff changeset
    23
renkanIndex.project_filter = Filter title
5b62100b8562 - replace simple http authentication by form auth
ymh <ymh.work@gmail.com>
parents:
diff changeset
    24
5b62100b8562 - replace simple http authentication by form auth
ymh <ymh.work@gmail.com>
parents:
diff changeset
    25
renkanIndex.space_exp = Create a space
5b62100b8562 - replace simple http authentication by form auth
ymh <ymh.work@gmail.com>
parents:
diff changeset
    26
renkanIndex.renkan_spaces = Renkan Spaces
5b62100b8562 - replace simple http authentication by form auth
ymh <ymh.work@gmail.com>
parents:
diff changeset
    27
renkanIndex.renkan_space = Renkan Space
5b62100b8562 - replace simple http authentication by form auth
ymh <ymh.work@gmail.com>
parents:
diff changeset
    28
renkanIndex.space_list = Space list
5b62100b8562 - replace simple http authentication by form auth
ymh <ymh.work@gmail.com>
parents:
diff changeset
    29
renkanIndex.space_name = Name
5b62100b8562 - replace simple http authentication by form auth
ymh <ymh.work@gmail.com>
parents:
diff changeset
    30
renkanIndex.space_title = Title
5b62100b8562 - replace simple http authentication by form auth
ymh <ymh.work@gmail.com>
parents:
diff changeset
    31
renkanIndex.space_creation = Creation date
5b62100b8562 - replace simple http authentication by form auth
ymh <ymh.work@gmail.com>
parents:
diff changeset
    32
renkanIndex.space_open = Open
5b62100b8562 - replace simple http authentication by form auth
ymh <ymh.work@gmail.com>
parents:
diff changeset
    33
renkanIndex.space_open_link = Open space
5b62100b8562 - replace simple http authentication by form auth
ymh <ymh.work@gmail.com>
parents:
diff changeset
    34
renkanIndex.space_proj_count = Renkan count
5b62100b8562 - replace simple http authentication by form auth
ymh <ymh.work@gmail.com>
parents:
diff changeset
    35
5b62100b8562 - replace simple http authentication by form auth
ymh <ymh.work@gmail.com>
parents:
diff changeset
    36
5b62100b8562 - replace simple http authentication by form auth
ymh <ymh.work@gmail.com>
parents:
diff changeset
    37
renkanIndex.js.empty_name_error = Please enter a title
5b62100b8562 - replace simple http authentication by form auth
ymh <ymh.work@gmail.com>
parents:
diff changeset
    38
5b62100b8562 - replace simple http authentication by form auth
ymh <ymh.work@gmail.com>
parents:
diff changeset
    39
renkanAdmin.renkan_admin = Renkan administration
5b62100b8562 - replace simple http authentication by form auth
ymh <ymh.work@gmail.com>
parents:
diff changeset
    40
renkanAdmin.site_admin = Site administration
5b62100b8562 - replace simple http authentication by form auth
ymh <ymh.work@gmail.com>
parents:
diff changeset
    41
5b62100b8562 - replace simple http authentication by form auth
ymh <ymh.work@gmail.com>
parents:
diff changeset
    42
renkanAdmin.object = Object
5b62100b8562 - replace simple http authentication by form auth
ymh <ymh.work@gmail.com>
parents:
diff changeset
    43
renkanAdmin.object_list = {0} list
5b62100b8562 - replace simple http authentication by form auth
ymh <ymh.work@gmail.com>
parents:
diff changeset
    44
5b62100b8562 - replace simple http authentication by form auth
ymh <ymh.work@gmail.com>
parents:
diff changeset
    45
renkanAdmin.space_objects_name = Spaces
5b62100b8562 - replace simple http authentication by form auth
ymh <ymh.work@gmail.com>
parents:
diff changeset
    46
renkanAdmin.space_object_name = Spaces
5b62100b8562 - replace simple http authentication by form auth
ymh <ymh.work@gmail.com>
parents:
diff changeset
    47
5b62100b8562 - replace simple http authentication by form auth
ymh <ymh.work@gmail.com>
parents:
diff changeset
    48
renkanAdmin.space_add = Add space
5b62100b8562 - replace simple http authentication by form auth
ymh <ymh.work@gmail.com>
parents:
diff changeset
    49
renkanAdmin.space_edit = Edit space
5b62100b8562 - replace simple http authentication by form auth
ymh <ymh.work@gmail.com>
parents:
diff changeset
    50
renkanAdmin.space_delete = Delete space
5b62100b8562 - replace simple http authentication by form auth
ymh <ymh.work@gmail.com>
parents:
diff changeset
    51
renkanIndex.space_url = Url
5b62100b8562 - replace simple http authentication by form auth
ymh <ymh.work@gmail.com>
parents:
diff changeset
    52
renkanAdmin.space_confirm_delete = Do you want to delete the space entitled "{0}" ?
222
6ac00231ee34 Manage users. (not passwords)
ymh <ymh.work@gmail.com>
parents: 150
diff changeset
    53
renkanAdmin.space_proj_count = Nb. Proj.
150
5b62100b8562 - replace simple http authentication by form auth
ymh <ymh.work@gmail.com>
parents:
diff changeset
    54
5b62100b8562 - replace simple http authentication by form auth
ymh <ymh.work@gmail.com>
parents:
diff changeset
    55
renkanAdmin.object_name = Name
5b62100b8562 - replace simple http authentication by form auth
ymh <ymh.work@gmail.com>
parents:
diff changeset
    56
renkanAdmin.object_edit = Edit
5b62100b8562 - replace simple http authentication by form auth
ymh <ymh.work@gmail.com>
parents:
diff changeset
    57
renkanAdmin.object_delete = Delete
5b62100b8562 - replace simple http authentication by form auth
ymh <ymh.work@gmail.com>
parents:
diff changeset
    58
renkanAdmin.object_edit_link = Edit
5b62100b8562 - replace simple http authentication by form auth
ymh <ymh.work@gmail.com>
parents:
diff changeset
    59
renkanAdmin.object_delete_link = Del.
5b62100b8562 - replace simple http authentication by form auth
ymh <ymh.work@gmail.com>
parents:
diff changeset
    60
5b62100b8562 - replace simple http authentication by form auth
ymh <ymh.work@gmail.com>
parents:
diff changeset
    61
renkanAdmin.form.title = Title
226
d2b688aadd8c Try to save passwords
ymh <ymh.work@gmail.com>
parents: 225
diff changeset
    62
renkanAdmin.form.name = Name
150
5b62100b8562 - replace simple http authentication by form auth
ymh <ymh.work@gmail.com>
parents:
diff changeset
    63
renkanAdmin.form.uri = URI
5b62100b8562 - replace simple http authentication by form auth
ymh <ymh.work@gmail.com>
parents:
diff changeset
    64
renkanAdmin.form.description = Description
5b62100b8562 - replace simple http authentication by form auth
ymh <ymh.work@gmail.com>
parents:
diff changeset
    65
renkanAdmin.form.color = Color
5b62100b8562 - replace simple http authentication by form auth
ymh <ymh.work@gmail.com>
parents:
diff changeset
    66
renkanAdmin.form.space.bin_config = Bin config
5b62100b8562 - replace simple http authentication by form auth
ymh <ymh.work@gmail.com>
parents:
diff changeset
    67
renkanAdmin.form.space.submit = Ok
5b62100b8562 - replace simple http authentication by form auth
ymh <ymh.work@gmail.com>
parents:
diff changeset
    68
renkanAdmin.form.space.cancel = Cancel
5b62100b8562 - replace simple http authentication by form auth
ymh <ymh.work@gmail.com>
parents:
diff changeset
    69
renkanAdmin.form.space.format = Format
5b62100b8562 - replace simple http authentication by form auth
ymh <ymh.work@gmail.com>
parents:
diff changeset
    70
renkanAdmin.form.space.compact = Compact
5b62100b8562 - replace simple http authentication by form auth
ymh <ymh.work@gmail.com>
parents:
diff changeset
    71
222
6ac00231ee34 Manage users. (not passwords)
ymh <ymh.work@gmail.com>
parents: 150
diff changeset
    72
renkanAdmin.form.avatar = Avatar
6ac00231ee34 Manage users. (not passwords)
ymh <ymh.work@gmail.com>
parents: 150
diff changeset
    73
renkanAdmin.form.credentialExpirationDate = Cred. exp. date
6ac00231ee34 Manage users. (not passwords)
ymh <ymh.work@gmail.com>
parents: 150
diff changeset
    74
renkanAdmin.form.expirationDate = Exp. date
6ac00231ee34 Manage users. (not passwords)
ymh <ymh.work@gmail.com>
parents: 150
diff changeset
    75
renkanAdmin.form.email = Email
6ac00231ee34 Manage users. (not passwords)
ymh <ymh.work@gmail.com>
parents: 150
diff changeset
    76
renkanAdmin.form.enabled = Enabled
6ac00231ee34 Manage users. (not passwords)
ymh <ymh.work@gmail.com>
parents: 150
diff changeset
    77
renkanAdmin.form.locked = Locked
226
d2b688aadd8c Try to save passwords
ymh <ymh.work@gmail.com>
parents: 225
diff changeset
    78
renkanAdmin.form.password = Password
d2b688aadd8c Try to save passwords
ymh <ymh.work@gmail.com>
parents: 225
diff changeset
    79
renkanAdmin.form.passwordConfirm = Confirm password
231
e65766f81b15 Add authorities list edit.
ymh <ymh.work@gmail.com>
parents: 230
diff changeset
    80
renkanAdmin.form.roles = Roles
222
6ac00231ee34 Manage users. (not passwords)
ymh <ymh.work@gmail.com>
parents: 150
diff changeset
    81
renkanAdmin.form.user.submit = Ok
6ac00231ee34 Manage users. (not passwords)
ymh <ymh.work@gmail.com>
parents: 150
diff changeset
    82
150
5b62100b8562 - replace simple http authentication by form auth
ymh <ymh.work@gmail.com>
parents:
diff changeset
    83
renkan.error.title.empty = Title must not be empty or null
5b62100b8562 - replace simple http authentication by form auth
ymh <ymh.work@gmail.com>
parents:
diff changeset
    84
renkan.error.bin_config.json = bin config field must contain a valid json
225
0fcce86e650c add validation for users
ymh <ymh.work@gmail.com>
parents: 222
diff changeset
    85
renkan.error.password.equals = Password and Password confimation do not match
0fcce86e650c add validation for users
ymh <ymh.work@gmail.com>
parents: 222
diff changeset
    86
renkan.error.password.missing = Password missing
231
e65766f81b15 Add authorities list edit.
ymh <ymh.work@gmail.com>
parents: 230
diff changeset
    87
renkan.error.authorities.bad_value = Bad value for role
225
0fcce86e650c add validation for users
ymh <ymh.work@gmail.com>
parents: 222
diff changeset
    88
150
5b62100b8562 - replace simple http authentication by form auth
ymh <ymh.work@gmail.com>
parents:
diff changeset
    89
5b62100b8562 - replace simple http authentication by form auth
ymh <ymh.work@gmail.com>
parents:
diff changeset
    90
renkanAuth.log_in = Log in
5b62100b8562 - replace simple http authentication by form auth
ymh <ymh.work@gmail.com>
parents:
diff changeset
    91
renkanAuth.username_label = Username:
5b62100b8562 - replace simple http authentication by form auth
ymh <ymh.work@gmail.com>
parents:
diff changeset
    92
renkanAuth.password_label = Password:
5b62100b8562 - replace simple http authentication by form auth
ymh <ymh.work@gmail.com>
parents:
diff changeset
    93
renkanAuth.renkan_login = Renkan Authentication
5b62100b8562 - replace simple http authentication by form auth
ymh <ymh.work@gmail.com>
parents:
diff changeset
    94
renkanAdmin.site_login = Site Authentication
5b62100b8562 - replace simple http authentication by form auth
ymh <ymh.work@gmail.com>
parents:
diff changeset
    95
renkanAuth.login_error_message = Your login attempt was not successful, try again.
5b62100b8562 - replace simple http authentication by form auth
ymh <ymh.work@gmail.com>
parents:
diff changeset
    96
renkanAuth.login_error_cause = Cause:
5b62100b8562 - replace simple http authentication by form auth
ymh <ymh.work@gmail.com>
parents:
diff changeset
    97
5b62100b8562 - replace simple http authentication by form auth
ymh <ymh.work@gmail.com>
parents:
diff changeset
    98
renkanHeader.login = login
5b62100b8562 - replace simple http authentication by form auth
ymh <ymh.work@gmail.com>
parents:
diff changeset
    99
renkanHeader.logout = logout
225
0fcce86e650c add validation for users
ymh <ymh.work@gmail.com>
parents: 222
diff changeset
   100
renkanHeader.admin = administration
150
5b62100b8562 - replace simple http authentication by form auth
ymh <ymh.work@gmail.com>
parents:
diff changeset
   101
renkanHeader.home = home
5b62100b8562 - replace simple http authentication by form auth
ymh <ymh.work@gmail.com>
parents:
diff changeset
   102
231
e65766f81b15 Add authorities list edit.
ymh <ymh.work@gmail.com>
parents: 230
diff changeset
   103
renkan.user.roles.ROLE_USER = User
e65766f81b15 Add authorities list edit.
ymh <ymh.work@gmail.com>
parents: 230
diff changeset
   104
renkan.user.roles.ROLE_ADMIN = Admin
e65766f81b15 Add authorities list edit.
ymh <ymh.work@gmail.com>
parents: 230
diff changeset
   105
renkan.user.roles.ROLE_SPACES_ADMIN = Space admin
e65766f81b15 Add authorities list edit.
ymh <ymh.work@gmail.com>
parents: 230
diff changeset
   106
renkan.user.roles.ROLE_GROUPS_ADMIN = Groups admin
e65766f81b15 Add authorities list edit.
ymh <ymh.work@gmail.com>
parents: 230
diff changeset
   107