server/src/main/webapp/WEB-INF/i18n/messages_en.properties
author ymh <ymh.work@gmail.com>
Mon, 04 Nov 2013 15:56:44 +0100
branchuser_management
changeset 230 793eece3691e
parent 226 d2b688aadd8c
child 231 e65766f81b15
permissions -rw-r--r--
Corrected date management in users.
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
51
3247fccfbd3f update on renkan
ymh <ymh.work@gmail.com>
parents:
diff changeset
     1
3247fccfbd3f update on renkan
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/dd/mm
129
01c862ada33c Add delete for spaces, check that there is no linked projects
ymh <ymh.work@gmail.com>
parents: 127
diff changeset
     5
question.yes = yes
01c862ada33c Add delete for spaces, check that there is no linked projects
ymh <ymh.work@gmail.com>
parents: 127
diff changeset
     6
question.no = no
51
3247fccfbd3f update on renkan
ymh <ymh.work@gmail.com>
parents:
diff changeset
     7
87
6c810f746837 Externalize properties
ymh <ymh.work@gmail.com>
parents: 86
diff changeset
     8
renkanIndex.renkan_exp = Create a Renkan
6c810f746837 Externalize properties
ymh <ymh.work@gmail.com>
parents: 86
diff changeset
     9
renkanIndex.project_list = Renkan list
51
3247fccfbd3f update on renkan
ymh <ymh.work@gmail.com>
parents:
diff changeset
    10
renkanIndex.project_name = Name
3247fccfbd3f update on renkan
ymh <ymh.work@gmail.com>
parents:
diff changeset
    11
renkanIndex.project_creation = Creation
134
f9716d086744 Add updated firld to project and sort by this
ymh <ymh.work@gmail.com>
parents: 129
diff changeset
    12
renkanIndex.project_updated = Updated
51
3247fccfbd3f update on renkan
ymh <ymh.work@gmail.com>
parents:
diff changeset
    13
renkanIndex.project_edit = Edit
86
0fe9045d25b7 Add translation on delete message
ymh <ymh.work@gmail.com>
parents: 81
diff changeset
    14
renkanIndex.project_copy = Copy
0fe9045d25b7 Add translation on delete message
ymh <ymh.work@gmail.com>
parents: 81
diff changeset
    15
renkanIndex.project_delete = Delete
81
555a094e2000 Changed CSS
veltr
parents: 80
diff changeset
    16
renkanIndex.project_render = View
87
6c810f746837 Externalize properties
ymh <ymh.work@gmail.com>
parents: 86
diff changeset
    17
renkanIndex.project_edit_link = Edit renkan
6c810f746837 Externalize properties
ymh <ymh.work@gmail.com>
parents: 86
diff changeset
    18
renkanIndex.project_copy_link = Copy renkan
6c810f746837 Externalize properties
ymh <ymh.work@gmail.com>
parents: 86
diff changeset
    19
renkanIndex.project_delete_link = Delete renkan
6c810f746837 Externalize properties
ymh <ymh.work@gmail.com>
parents: 86
diff changeset
    20
renkanIndex.project_render_link = View renkan
6c810f746837 Externalize properties
ymh <ymh.work@gmail.com>
parents: 86
diff changeset
    21
renkanIndex.project_delete_confirm = Delete renkan "<%= title %>" ?
137
efc0fce30814 Add filter on projects
ymh <ymh.work@gmail.com>
parents: 134
diff changeset
    22
renkanIndex.project_filter = Filter title
71
9af0874ce43f First version of space level.
ymh <ymh.work@gmail.com>
parents: 51
diff changeset
    23
87
6c810f746837 Externalize properties
ymh <ymh.work@gmail.com>
parents: 86
diff changeset
    24
renkanIndex.space_exp = Create a space
81
555a094e2000 Changed CSS
veltr
parents: 80
diff changeset
    25
renkanIndex.renkan_spaces = Renkan Spaces
555a094e2000 Changed CSS
veltr
parents: 80
diff changeset
    26
renkanIndex.renkan_space = Renkan Space
555a094e2000 Changed CSS
veltr
parents: 80
diff changeset
    27
renkanIndex.space_list = Space list
71
9af0874ce43f First version of space level.
ymh <ymh.work@gmail.com>
parents: 51
diff changeset
    28
renkanIndex.space_name = Name
9af0874ce43f First version of space level.
ymh <ymh.work@gmail.com>
parents: 51
diff changeset
    29
renkanIndex.space_title = Title
81
555a094e2000 Changed CSS
veltr
parents: 80
diff changeset
    30
renkanIndex.space_creation = Creation date
71
9af0874ce43f First version of space level.
ymh <ymh.work@gmail.com>
parents: 51
diff changeset
    31
renkanIndex.space_open = Open
9af0874ce43f First version of space level.
ymh <ymh.work@gmail.com>
parents: 51
diff changeset
    32
renkanIndex.space_open_link = Open space
87
6c810f746837 Externalize properties
ymh <ymh.work@gmail.com>
parents: 86
diff changeset
    33
renkanIndex.space_proj_count = Renkan count
71
9af0874ce43f First version of space level.
ymh <ymh.work@gmail.com>
parents: 51
diff changeset
    34
51
3247fccfbd3f update on renkan
ymh <ymh.work@gmail.com>
parents:
diff changeset
    35
123
daa99448319d first step for site administration
ymh <ymh.work@gmail.com>
parents: 87
diff changeset
    36
renkanIndex.js.empty_name_error = Please enter a title
daa99448319d first step for site administration
ymh <ymh.work@gmail.com>
parents: 87
diff changeset
    37
daa99448319d first step for site administration
ymh <ymh.work@gmail.com>
parents: 87
diff changeset
    38
renkanAdmin.renkan_admin = Renkan administration
daa99448319d first step for site administration
ymh <ymh.work@gmail.com>
parents: 87
diff changeset
    39
renkanAdmin.site_admin = Site administration
daa99448319d first step for site administration
ymh <ymh.work@gmail.com>
parents: 87
diff changeset
    40
127
906fed13c1e1 space admin edit.
ymh <ymh.work@gmail.com>
parents: 125
diff changeset
    41
renkanAdmin.object = Object
125
82fcd1c24cd8 continue admin
ymh <ymh.work@gmail.com>
parents: 123
diff changeset
    42
renkanAdmin.object_list = {0} list
82fcd1c24cd8 continue admin
ymh <ymh.work@gmail.com>
parents: 123
diff changeset
    43
127
906fed13c1e1 space admin edit.
ymh <ymh.work@gmail.com>
parents: 125
diff changeset
    44
renkanAdmin.space_objects_name = Spaces
906fed13c1e1 space admin edit.
ymh <ymh.work@gmail.com>
parents: 125
diff changeset
    45
renkanAdmin.space_object_name = Spaces
906fed13c1e1 space admin edit.
ymh <ymh.work@gmail.com>
parents: 125
diff changeset
    46
906fed13c1e1 space admin edit.
ymh <ymh.work@gmail.com>
parents: 125
diff changeset
    47
renkanAdmin.space_add = Add space
906fed13c1e1 space admin edit.
ymh <ymh.work@gmail.com>
parents: 125
diff changeset
    48
renkanAdmin.space_edit = Edit space
215
a282eebbc5e0 - add users to Renkan
ymh <ymh.work@gmail.com>
parents: 150
diff changeset
    49
renkanAdmin.space_delete = Del. space
141
64af5273ac5e In the admin for space:
ymh <ymh.work@gmail.com>
parents: 137
diff changeset
    50
renkanIndex.space_url = Url
129
01c862ada33c Add delete for spaces, check that there is no linked projects
ymh <ymh.work@gmail.com>
parents: 127
diff changeset
    51
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: 215
diff changeset
    52
renkanAdmin.space_proj_count = Nb. Proj.
127
906fed13c1e1 space admin edit.
ymh <ymh.work@gmail.com>
parents: 125
diff changeset
    53
125
82fcd1c24cd8 continue admin
ymh <ymh.work@gmail.com>
parents: 123
diff changeset
    54
renkanAdmin.object_name = Name
215
a282eebbc5e0 - add users to Renkan
ymh <ymh.work@gmail.com>
parents: 150
diff changeset
    55
renkanAdmin.object_created = Created
125
82fcd1c24cd8 continue admin
ymh <ymh.work@gmail.com>
parents: 123
diff changeset
    56
renkanAdmin.object_edit = Edit
215
a282eebbc5e0 - add users to Renkan
ymh <ymh.work@gmail.com>
parents: 150
diff changeset
    57
renkanAdmin.object_proj_count = Renkan count
125
82fcd1c24cd8 continue admin
ymh <ymh.work@gmail.com>
parents: 123
diff changeset
    58
renkanAdmin.object_delete = Delete
82fcd1c24cd8 continue admin
ymh <ymh.work@gmail.com>
parents: 123
diff changeset
    59
renkanAdmin.object_edit_link = Edit
82fcd1c24cd8 continue admin
ymh <ymh.work@gmail.com>
parents: 123
diff changeset
    60
renkanAdmin.object_delete_link = Del.
82fcd1c24cd8 continue admin
ymh <ymh.work@gmail.com>
parents: 123
diff changeset
    61
127
906fed13c1e1 space admin edit.
ymh <ymh.work@gmail.com>
parents: 125
diff changeset
    62
renkanAdmin.form.title = Title
226
d2b688aadd8c Try to save passwords
ymh <ymh.work@gmail.com>
parents: 225
diff changeset
    63
renkanAdmin.form.name = Name
127
906fed13c1e1 space admin edit.
ymh <ymh.work@gmail.com>
parents: 125
diff changeset
    64
renkanAdmin.form.uri = URI
906fed13c1e1 space admin edit.
ymh <ymh.work@gmail.com>
parents: 125
diff changeset
    65
renkanAdmin.form.description = Description
906fed13c1e1 space admin edit.
ymh <ymh.work@gmail.com>
parents: 125
diff changeset
    66
renkanAdmin.form.color = Color
906fed13c1e1 space admin edit.
ymh <ymh.work@gmail.com>
parents: 125
diff changeset
    67
renkanAdmin.form.space.bin_config = Bin config
906fed13c1e1 space admin edit.
ymh <ymh.work@gmail.com>
parents: 125
diff changeset
    68
renkanAdmin.form.space.submit = Ok
906fed13c1e1 space admin edit.
ymh <ymh.work@gmail.com>
parents: 125
diff changeset
    69
renkanAdmin.form.space.cancel = Cancel
141
64af5273ac5e In the admin for space:
ymh <ymh.work@gmail.com>
parents: 137
diff changeset
    70
renkanAdmin.form.space.format = Format
64af5273ac5e In the admin for space:
ymh <ymh.work@gmail.com>
parents: 137
diff changeset
    71
renkanAdmin.form.space.compact = Compact
127
906fed13c1e1 space admin edit.
ymh <ymh.work@gmail.com>
parents: 125
diff changeset
    72
215
a282eebbc5e0 - add users to Renkan
ymh <ymh.work@gmail.com>
parents: 150
diff changeset
    73
a282eebbc5e0 - add users to Renkan
ymh <ymh.work@gmail.com>
parents: 150
diff changeset
    74
renkanAdmin.user_objects_name = Users
a282eebbc5e0 - add users to Renkan
ymh <ymh.work@gmail.com>
parents: 150
diff changeset
    75
renkanAdmin.user_add = Add user
a282eebbc5e0 - add users to Renkan
ymh <ymh.work@gmail.com>
parents: 150
diff changeset
    76
renkanAdmin.user_edit = Edit user
a282eebbc5e0 - add users to Renkan
ymh <ymh.work@gmail.com>
parents: 150
diff changeset
    77
renkanAdmin.user_delete = Del. user
a282eebbc5e0 - add users to Renkan
ymh <ymh.work@gmail.com>
parents: 150
diff changeset
    78
renkanIndex.user_url = Url
a282eebbc5e0 - add users to Renkan
ymh <ymh.work@gmail.com>
parents: 150
diff changeset
    79
renkanAdmin.user_confirm_delete = Do you want to delete the user with username "{0}" ?
a282eebbc5e0 - add users to Renkan
ymh <ymh.work@gmail.com>
parents: 150
diff changeset
    80
222
6ac00231ee34 Manage users. (not passwords)
ymh <ymh.work@gmail.com>
parents: 215
diff changeset
    81
renkanAdmin.form.avatar = Avatar
6ac00231ee34 Manage users. (not passwords)
ymh <ymh.work@gmail.com>
parents: 215
diff changeset
    82
renkanAdmin.form.credentialExpirationDate = Cred. exp. date
6ac00231ee34 Manage users. (not passwords)
ymh <ymh.work@gmail.com>
parents: 215
diff changeset
    83
renkanAdmin.form.expirationDate = Exp. date
6ac00231ee34 Manage users. (not passwords)
ymh <ymh.work@gmail.com>
parents: 215
diff changeset
    84
renkanAdmin.form.email = Email
6ac00231ee34 Manage users. (not passwords)
ymh <ymh.work@gmail.com>
parents: 215
diff changeset
    85
renkanAdmin.form.enabled = Enabled
6ac00231ee34 Manage users. (not passwords)
ymh <ymh.work@gmail.com>
parents: 215
diff changeset
    86
renkanAdmin.form.locked = Locked
226
d2b688aadd8c Try to save passwords
ymh <ymh.work@gmail.com>
parents: 225
diff changeset
    87
renkanAdmin.form.password = Password
d2b688aadd8c Try to save passwords
ymh <ymh.work@gmail.com>
parents: 225
diff changeset
    88
renkanAdmin.form.passwordConfirm = Confirm password
222
6ac00231ee34 Manage users. (not passwords)
ymh <ymh.work@gmail.com>
parents: 215
diff changeset
    89
renkanAdmin.form.user.submit = Ok
6ac00231ee34 Manage users. (not passwords)
ymh <ymh.work@gmail.com>
parents: 215
diff changeset
    90
215
a282eebbc5e0 - add users to Renkan
ymh <ymh.work@gmail.com>
parents: 150
diff changeset
    91
127
906fed13c1e1 space admin edit.
ymh <ymh.work@gmail.com>
parents: 125
diff changeset
    92
renkan.error.title.empty = Title must not be empty or null
906fed13c1e1 space admin edit.
ymh <ymh.work@gmail.com>
parents: 125
diff changeset
    93
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
    94
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
    95
renkan.error.password.missing = Password missing
0fcce86e650c add validation for users
ymh <ymh.work@gmail.com>
parents: 222
diff changeset
    96
150
5b62100b8562 - replace simple http authentication by form auth
ymh <ymh.work@gmail.com>
parents: 141
diff changeset
    97
5b62100b8562 - replace simple http authentication by form auth
ymh <ymh.work@gmail.com>
parents: 141
diff changeset
    98
renkanAuth.log_in = Log in
5b62100b8562 - replace simple http authentication by form auth
ymh <ymh.work@gmail.com>
parents: 141
diff changeset
    99
renkanAuth.username_label = Username:
5b62100b8562 - replace simple http authentication by form auth
ymh <ymh.work@gmail.com>
parents: 141
diff changeset
   100
renkanAuth.password_label = Password:
5b62100b8562 - replace simple http authentication by form auth
ymh <ymh.work@gmail.com>
parents: 141
diff changeset
   101
renkanAuth.renkan_login = Renkan Authentication
5b62100b8562 - replace simple http authentication by form auth
ymh <ymh.work@gmail.com>
parents: 141
diff changeset
   102
renkanAdmin.site_login = Site Authentication
5b62100b8562 - replace simple http authentication by form auth
ymh <ymh.work@gmail.com>
parents: 141
diff changeset
   103
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: 141
diff changeset
   104
renkanAuth.login_error_cause = Cause:
5b62100b8562 - replace simple http authentication by form auth
ymh <ymh.work@gmail.com>
parents: 141
diff changeset
   105
5b62100b8562 - replace simple http authentication by form auth
ymh <ymh.work@gmail.com>
parents: 141
diff changeset
   106
renkanHeader.login = login
5b62100b8562 - replace simple http authentication by form auth
ymh <ymh.work@gmail.com>
parents: 141
diff changeset
   107
renkanHeader.logout = logout
225
0fcce86e650c add validation for users
ymh <ymh.work@gmail.com>
parents: 222
diff changeset
   108
renkanHeader.admin = administration
150
5b62100b8562 - replace simple http authentication by form auth
ymh <ymh.work@gmail.com>
parents: 141
diff changeset
   109
renkanHeader.home = home