server/java/renkan-web/src/main/webapp/WEB-INF/i18n/messages.properties
author ymh <ymh.work@gmail.com>
Mon, 21 Jul 2014 14:48:01 +0200
changeset 316 242510015401
parent 309 server/renkan-web/src/main/webapp/WEB-INF/i18n/messages.properties@0c3e6e66881f
child 493 6f2ab1a72f4a
permissions -rw-r--r--
move java server project to sub folder
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
304
8ad1734d9d8a add export link on project
ymh <ymh.work@gmail.com>
parents: 298
diff changeset
    18
renkanIndex.project_export = Export
305
4dc484119b4c Streamline commands. Add popup menus. new version
ymh <ymh.work@gmail.com>
parents: 304
diff changeset
    19
renkanIndex.project_commands = Comm.
150
5b62100b8562 - replace simple http authentication by form auth
ymh <ymh.work@gmail.com>
parents:
diff changeset
    20
renkanIndex.project_edit_link = Edit renkan
5b62100b8562 - replace simple http authentication by form auth
ymh <ymh.work@gmail.com>
parents:
diff changeset
    21
renkanIndex.project_copy_link = Copy renkan
5b62100b8562 - replace simple http authentication by form auth
ymh <ymh.work@gmail.com>
parents:
diff changeset
    22
renkanIndex.project_delete_link = Delete renkan
5b62100b8562 - replace simple http authentication by form auth
ymh <ymh.work@gmail.com>
parents:
diff changeset
    23
renkanIndex.project_render_link = View renkan
304
8ad1734d9d8a add export link on project
ymh <ymh.work@gmail.com>
parents: 298
diff changeset
    24
renkanIndex.project_export_link = Export renkan
150
5b62100b8562 - replace simple http authentication by form auth
ymh <ymh.work@gmail.com>
parents:
diff changeset
    25
renkanIndex.project_delete_confirm = Delete renkan "<%= title %>" ?
5b62100b8562 - replace simple http authentication by form auth
ymh <ymh.work@gmail.com>
parents:
diff changeset
    26
renkanIndex.project_filter = Filter title
5b62100b8562 - replace simple http authentication by form auth
ymh <ymh.work@gmail.com>
parents:
diff changeset
    27
5b62100b8562 - replace simple http authentication by form auth
ymh <ymh.work@gmail.com>
parents:
diff changeset
    28
renkanIndex.space_exp = Create a space
298
2f35c2ae7de8 export + import renkans
ymh <ymh.work@gmail.com>
parents: 239
diff changeset
    29
renkanIndex.renkan_title = Title
2f35c2ae7de8 export + import renkans
ymh <ymh.work@gmail.com>
parents: 239
diff changeset
    30
renkanIndex.renkan_file = File
150
5b62100b8562 - replace simple http authentication by form auth
ymh <ymh.work@gmail.com>
parents:
diff changeset
    31
renkanIndex.renkan_spaces = Renkan Spaces
5b62100b8562 - replace simple http authentication by form auth
ymh <ymh.work@gmail.com>
parents:
diff changeset
    32
renkanIndex.renkan_space = Renkan Space
5b62100b8562 - replace simple http authentication by form auth
ymh <ymh.work@gmail.com>
parents:
diff changeset
    33
renkanIndex.space_list = Space list
5b62100b8562 - replace simple http authentication by form auth
ymh <ymh.work@gmail.com>
parents:
diff changeset
    34
renkanIndex.space_name = Name
5b62100b8562 - replace simple http authentication by form auth
ymh <ymh.work@gmail.com>
parents:
diff changeset
    35
renkanIndex.space_title = Title
5b62100b8562 - replace simple http authentication by form auth
ymh <ymh.work@gmail.com>
parents:
diff changeset
    36
renkanIndex.space_creation = Creation date
5b62100b8562 - replace simple http authentication by form auth
ymh <ymh.work@gmail.com>
parents:
diff changeset
    37
renkanIndex.space_open = Open
5b62100b8562 - replace simple http authentication by form auth
ymh <ymh.work@gmail.com>
parents:
diff changeset
    38
renkanIndex.space_open_link = Open space
5b62100b8562 - replace simple http authentication by form auth
ymh <ymh.work@gmail.com>
parents:
diff changeset
    39
renkanIndex.space_proj_count = Renkan count
5b62100b8562 - replace simple http authentication by form auth
ymh <ymh.work@gmail.com>
parents:
diff changeset
    40
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
renkanIndex.js.empty_name_error = Please enter a title
298
2f35c2ae7de8 export + import renkans
ymh <ymh.work@gmail.com>
parents: 239
diff changeset
    43
renkanIndex.js.empty_form_error = Please enter a title or a file
150
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.renkan_admin = Renkan administration
5b62100b8562 - replace simple http authentication by form auth
ymh <ymh.work@gmail.com>
parents:
diff changeset
    46
renkanAdmin.site_admin = Site administration
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.object = Object
5b62100b8562 - replace simple http authentication by form auth
ymh <ymh.work@gmail.com>
parents:
diff changeset
    49
renkanAdmin.object_list = {0} list
5b62100b8562 - replace simple http authentication by form auth
ymh <ymh.work@gmail.com>
parents:
diff changeset
    50
5b62100b8562 - replace simple http authentication by form auth
ymh <ymh.work@gmail.com>
parents:
diff changeset
    51
renkanAdmin.space_objects_name = Spaces
5b62100b8562 - replace simple http authentication by form auth
ymh <ymh.work@gmail.com>
parents:
diff changeset
    52
renkanAdmin.space_object_name = Spaces
5b62100b8562 - replace simple http authentication by form auth
ymh <ymh.work@gmail.com>
parents:
diff changeset
    53
5b62100b8562 - replace simple http authentication by form auth
ymh <ymh.work@gmail.com>
parents:
diff changeset
    54
renkanAdmin.space_add = Add space
5b62100b8562 - replace simple http authentication by form auth
ymh <ymh.work@gmail.com>
parents:
diff changeset
    55
renkanAdmin.space_edit = Edit space
5b62100b8562 - replace simple http authentication by form auth
ymh <ymh.work@gmail.com>
parents:
diff changeset
    56
renkanAdmin.space_delete = Delete space
5b62100b8562 - replace simple http authentication by form auth
ymh <ymh.work@gmail.com>
parents:
diff changeset
    57
renkanIndex.space_url = Url
5b62100b8562 - replace simple http authentication by form auth
ymh <ymh.work@gmail.com>
parents:
diff changeset
    58
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
    59
renkanAdmin.space_proj_count = Nb. Proj.
150
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.object_name = Name
5b62100b8562 - replace simple http authentication by form auth
ymh <ymh.work@gmail.com>
parents:
diff changeset
    62
renkanAdmin.object_edit = Edit
5b62100b8562 - replace simple http authentication by form auth
ymh <ymh.work@gmail.com>
parents:
diff changeset
    63
renkanAdmin.object_delete = Delete
5b62100b8562 - replace simple http authentication by form auth
ymh <ymh.work@gmail.com>
parents:
diff changeset
    64
renkanAdmin.object_edit_link = Edit
5b62100b8562 - replace simple http authentication by form auth
ymh <ymh.work@gmail.com>
parents:
diff changeset
    65
renkanAdmin.object_delete_link = Del.
5b62100b8562 - replace simple http authentication by form auth
ymh <ymh.work@gmail.com>
parents:
diff changeset
    66
5b62100b8562 - replace simple http authentication by form auth
ymh <ymh.work@gmail.com>
parents:
diff changeset
    67
renkanAdmin.form.title = Title
226
d2b688aadd8c Try to save passwords
ymh <ymh.work@gmail.com>
parents: 225
diff changeset
    68
renkanAdmin.form.name = Name
150
5b62100b8562 - replace simple http authentication by form auth
ymh <ymh.work@gmail.com>
parents:
diff changeset
    69
renkanAdmin.form.uri = URI
5b62100b8562 - replace simple http authentication by form auth
ymh <ymh.work@gmail.com>
parents:
diff changeset
    70
renkanAdmin.form.description = Description
5b62100b8562 - replace simple http authentication by form auth
ymh <ymh.work@gmail.com>
parents:
diff changeset
    71
renkanAdmin.form.color = Color
5b62100b8562 - replace simple http authentication by form auth
ymh <ymh.work@gmail.com>
parents:
diff changeset
    72
renkanAdmin.form.space.bin_config = Bin config
5b62100b8562 - replace simple http authentication by form auth
ymh <ymh.work@gmail.com>
parents:
diff changeset
    73
renkanAdmin.form.space.submit = Ok
5b62100b8562 - replace simple http authentication by form auth
ymh <ymh.work@gmail.com>
parents:
diff changeset
    74
renkanAdmin.form.space.cancel = Cancel
5b62100b8562 - replace simple http authentication by form auth
ymh <ymh.work@gmail.com>
parents:
diff changeset
    75
renkanAdmin.form.space.format = Format
5b62100b8562 - replace simple http authentication by form auth
ymh <ymh.work@gmail.com>
parents:
diff changeset
    76
renkanAdmin.form.space.compact = Compact
5b62100b8562 - replace simple http authentication by form auth
ymh <ymh.work@gmail.com>
parents:
diff changeset
    77
222
6ac00231ee34 Manage users. (not passwords)
ymh <ymh.work@gmail.com>
parents: 150
diff changeset
    78
renkanAdmin.form.avatar = Avatar
239
67c2b0fb9b19 add user and group list in group and user edit pages
ymh <ymh.work@gmail.com>
parents: 235
diff changeset
    79
renkanAdmin.form.credentialsExpirationDate = Cred. exp. date
222
6ac00231ee34 Manage users. (not passwords)
ymh <ymh.work@gmail.com>
parents: 150
diff changeset
    80
renkanAdmin.form.expirationDate = Exp. date
6ac00231ee34 Manage users. (not passwords)
ymh <ymh.work@gmail.com>
parents: 150
diff changeset
    81
renkanAdmin.form.email = Email
6ac00231ee34 Manage users. (not passwords)
ymh <ymh.work@gmail.com>
parents: 150
diff changeset
    82
renkanAdmin.form.enabled = Enabled
6ac00231ee34 Manage users. (not passwords)
ymh <ymh.work@gmail.com>
parents: 150
diff changeset
    83
renkanAdmin.form.locked = Locked
226
d2b688aadd8c Try to save passwords
ymh <ymh.work@gmail.com>
parents: 225
diff changeset
    84
renkanAdmin.form.password = Password
d2b688aadd8c Try to save passwords
ymh <ymh.work@gmail.com>
parents: 225
diff changeset
    85
renkanAdmin.form.passwordConfirm = Confirm password
231
e65766f81b15 Add authorities list edit.
ymh <ymh.work@gmail.com>
parents: 230
diff changeset
    86
renkanAdmin.form.roles = Roles
239
67c2b0fb9b19 add user and group list in group and user edit pages
ymh <ymh.work@gmail.com>
parents: 235
diff changeset
    87
renkanAdmin.form.groups = Groups
67c2b0fb9b19 add user and group list in group and user edit pages
ymh <ymh.work@gmail.com>
parents: 235
diff changeset
    88
renkanAdmin.form.users = Users
222
6ac00231ee34 Manage users. (not passwords)
ymh <ymh.work@gmail.com>
parents: 150
diff changeset
    89
renkanAdmin.form.user.submit = Ok
6ac00231ee34 Manage users. (not passwords)
ymh <ymh.work@gmail.com>
parents: 150
diff changeset
    90
150
5b62100b8562 - replace simple http authentication by form auth
ymh <ymh.work@gmail.com>
parents:
diff changeset
    91
renkan.error.title.empty = Title must not be empty or null
234
d92a90b2ad53 add unit tests for users.
ymh <ymh.work@gmail.com>
parents: 231
diff changeset
    92
renkan.error.name.empty = Name must not be empty or null
150
5b62100b8562 - replace simple http authentication by form auth
ymh <ymh.work@gmail.com>
parents:
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
231
e65766f81b15 Add authorities list edit.
ymh <ymh.work@gmail.com>
parents: 230
diff changeset
    96
renkan.error.authorities.bad_value = Bad value for role
225
0fcce86e650c add validation for users
ymh <ymh.work@gmail.com>
parents: 222
diff changeset
    97
150
5b62100b8562 - replace simple http authentication by form auth
ymh <ymh.work@gmail.com>
parents:
diff changeset
    98
5b62100b8562 - replace simple http authentication by form auth
ymh <ymh.work@gmail.com>
parents:
diff changeset
    99
renkanAuth.log_in = Log in
5b62100b8562 - replace simple http authentication by form auth
ymh <ymh.work@gmail.com>
parents:
diff changeset
   100
renkanAuth.username_label = Username:
5b62100b8562 - replace simple http authentication by form auth
ymh <ymh.work@gmail.com>
parents:
diff changeset
   101
renkanAuth.password_label = Password:
5b62100b8562 - replace simple http authentication by form auth
ymh <ymh.work@gmail.com>
parents:
diff changeset
   102
renkanAuth.renkan_login = Renkan Authentication
5b62100b8562 - replace simple http authentication by form auth
ymh <ymh.work@gmail.com>
parents:
diff changeset
   103
renkanAdmin.site_login = Site Authentication
5b62100b8562 - replace simple http authentication by form auth
ymh <ymh.work@gmail.com>
parents:
diff changeset
   104
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
   105
renkanAuth.login_error_cause = Cause:
5b62100b8562 - replace simple http authentication by form auth
ymh <ymh.work@gmail.com>
parents:
diff changeset
   106
5b62100b8562 - replace simple http authentication by form auth
ymh <ymh.work@gmail.com>
parents:
diff changeset
   107
renkanHeader.login = login
5b62100b8562 - replace simple http authentication by form auth
ymh <ymh.work@gmail.com>
parents:
diff changeset
   108
renkanHeader.logout = logout
225
0fcce86e650c add validation for users
ymh <ymh.work@gmail.com>
parents: 222
diff changeset
   109
renkanHeader.admin = administration
150
5b62100b8562 - replace simple http authentication by form auth
ymh <ymh.work@gmail.com>
parents:
diff changeset
   110
renkanHeader.home = home
5b62100b8562 - replace simple http authentication by form auth
ymh <ymh.work@gmail.com>
parents:
diff changeset
   111
231
e65766f81b15 Add authorities list edit.
ymh <ymh.work@gmail.com>
parents: 230
diff changeset
   112
renkan.user.roles.ROLE_USER = User
e65766f81b15 Add authorities list edit.
ymh <ymh.work@gmail.com>
parents: 230
diff changeset
   113
renkan.user.roles.ROLE_ADMIN = Admin
e65766f81b15 Add authorities list edit.
ymh <ymh.work@gmail.com>
parents: 230
diff changeset
   114
renkan.user.roles.ROLE_SPACES_ADMIN = Space admin
e65766f81b15 Add authorities list edit.
ymh <ymh.work@gmail.com>
parents: 230
diff changeset
   115
renkan.user.roles.ROLE_GROUPS_ADMIN = Groups admin
e65766f81b15 Add authorities list edit.
ymh <ymh.work@gmail.com>
parents: 230
diff changeset
   116
235
f8746a482459 Add first version of group
ymh <ymh.work@gmail.com>
parents: 234
diff changeset
   117
renkanAdmin.user_objects_name = Users
f8746a482459 Add first version of group
ymh <ymh.work@gmail.com>
parents: 234
diff changeset
   118
renkanAdmin.user_add = Add user
f8746a482459 Add first version of group
ymh <ymh.work@gmail.com>
parents: 234
diff changeset
   119
renkanAdmin.user_edit = Edit user
f8746a482459 Add first version of group
ymh <ymh.work@gmail.com>
parents: 234
diff changeset
   120
renkanAdmin.user_delete = Del. user
f8746a482459 Add first version of group
ymh <ymh.work@gmail.com>
parents: 234
diff changeset
   121
renkanIndex.user_url = Url
f8746a482459 Add first version of group
ymh <ymh.work@gmail.com>
parents: 234
diff changeset
   122
renkanAdmin.user_confirm_delete = Do you want to delete the user with username "{0}" ?
f8746a482459 Add first version of group
ymh <ymh.work@gmail.com>
parents: 234
diff changeset
   123
f8746a482459 Add first version of group
ymh <ymh.work@gmail.com>
parents: 234
diff changeset
   124
renkanAdmin.group_objects_name = Groups
f8746a482459 Add first version of group
ymh <ymh.work@gmail.com>
parents: 234
diff changeset
   125
renkanAdmin.group_add = Add group
f8746a482459 Add first version of group
ymh <ymh.work@gmail.com>
parents: 234
diff changeset
   126
renkanAdmin.group_edit = Edit group
f8746a482459 Add first version of group
ymh <ymh.work@gmail.com>
parents: 234
diff changeset
   127
renkanAdmin.group_delete = Del. group
f8746a482459 Add first version of group
ymh <ymh.work@gmail.com>
parents: 234
diff changeset
   128
renkanIndex.group_url = Url
f8746a482459 Add first version of group
ymh <ymh.work@gmail.com>
parents: 234
diff changeset
   129
renkanAdmin.group_confirm_delete = Do you want to delete the group with groupname "{0}" ?
f8746a482459 Add first version of group
ymh <ymh.work@gmail.com>
parents: 234
diff changeset
   130