server/src/main/webapp/WEB-INF/i18n/messages_fr.properties
author ymh <ymh.work@gmail.com>
Fri, 05 Apr 2013 13:59:23 +0200
changeset 141 64af5273ac5e
parent 137 efc0fce30814
child 150 5b62100b8562
permissions -rw-r--r--
In the admin for space: - Add a link to open a space - add two button to format (pretty print) or compact the json - use soft tab of size 2 for ace editor
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 = dd/MM/yyyy HH:mm
129
01c862ada33c Add delete for spaces, check that there is no linked projects
ymh <ymh.work@gmail.com>
parents: 127
diff changeset
     3
question.yes = oui
01c862ada33c Add delete for spaces, check that there is no linked projects
ymh <ymh.work@gmail.com>
parents: 127
diff changeset
     4
question.no = non
51
3247fccfbd3f update on renkan
ymh <ymh.work@gmail.com>
parents:
diff changeset
     5
87
6c810f746837 Externalize properties
ymh <ymh.work@gmail.com>
parents: 86
diff changeset
     6
renkanIndex.renkan_exp = Créer un Renkan
71
9af0874ce43f First version of space level.
ymh <ymh.work@gmail.com>
parents: 51
diff changeset
     7
51
3247fccfbd3f update on renkan
ymh <ymh.work@gmail.com>
parents:
diff changeset
     8
renkanIndex.project_list = Liste des projets
3247fccfbd3f update on renkan
ymh <ymh.work@gmail.com>
parents:
diff changeset
     9
renkanIndex.project_title = Titre
3247fccfbd3f update on renkan
ymh <ymh.work@gmail.com>
parents:
diff changeset
    10
renkanIndex.project_creation = Creation
134
f9716d086744 Add updated firld to project and sort by this
ymh <ymh.work@gmail.com>
parents: 129
diff changeset
    11
renkanIndex.project_updated = Date màj.
51
3247fccfbd3f update on renkan
ymh <ymh.work@gmail.com>
parents:
diff changeset
    12
renkanIndex.project_edit = Edition
86
0fe9045d25b7 Add translation on delete message
ymh <ymh.work@gmail.com>
parents: 81
diff changeset
    13
renkanIndex.project_copy = Copier
0fe9045d25b7 Add translation on delete message
ymh <ymh.work@gmail.com>
parents: 81
diff changeset
    14
renkanIndex.project_delete = Eff.
80
5295e118320b add link for publish
ymh <ymh.work@gmail.com>
parents: 76
diff changeset
    15
renkanIndex.project_render = Consult.
87
6c810f746837 Externalize properties
ymh <ymh.work@gmail.com>
parents: 86
diff changeset
    16
renkanIndex.project_edit_link = Editer renkan
6c810f746837 Externalize properties
ymh <ymh.work@gmail.com>
parents: 86
diff changeset
    17
renkanIndex.project_copy_link = Copier renkan
6c810f746837 Externalize properties
ymh <ymh.work@gmail.com>
parents: 86
diff changeset
    18
renkanIndex.project_delete_link = Eff. renkan
6c810f746837 Externalize properties
ymh <ymh.work@gmail.com>
parents: 86
diff changeset
    19
renkanIndex.project_render_link = Consult. renkan
6c810f746837 Externalize properties
ymh <ymh.work@gmail.com>
parents: 86
diff changeset
    20
renkanIndex.project_delete_confirm = Voulez-vous effacer le renkan "<%= title %>" ?
137
efc0fce30814 Add filter on projects
ymh <ymh.work@gmail.com>
parents: 134
diff changeset
    21
renkanIndex.project_filter = Filtre titre
51
3247fccfbd3f update on renkan
ymh <ymh.work@gmail.com>
parents:
diff changeset
    22
87
6c810f746837 Externalize properties
ymh <ymh.work@gmail.com>
parents: 86
diff changeset
    23
renkanIndex.space_exp = Créer un espace
81
555a094e2000 Changed CSS
veltr
parents: 80
diff changeset
    24
renkanIndex.renkan_spaces = Espaces Renkan
555a094e2000 Changed CSS
veltr
parents: 80
diff changeset
    25
renkanIndex.renkan_space = Espace Renkan
555a094e2000 Changed CSS
veltr
parents: 80
diff changeset
    26
renkanIndex.space_list = Liste des espaces
71
9af0874ce43f First version of space level.
ymh <ymh.work@gmail.com>
parents: 51
diff changeset
    27
renkanIndex.space_name = Nom
9af0874ce43f First version of space level.
ymh <ymh.work@gmail.com>
parents: 51
diff changeset
    28
renkanIndex.space_title = Titre
9af0874ce43f First version of space level.
ymh <ymh.work@gmail.com>
parents: 51
diff changeset
    29
renkanIndex.space_creation = Creation
9af0874ce43f First version of space level.
ymh <ymh.work@gmail.com>
parents: 51
diff changeset
    30
renkanIndex.space_open = Ouvrir
9af0874ce43f First version of space level.
ymh <ymh.work@gmail.com>
parents: 51
diff changeset
    31
renkanIndex.space_open_link = Ouvrir esp.
76
523f0647513e add the count of project by spaces, add pagination, update libraries and add some more unit tests.
ymh <ymh.work@gmail.com>
parents: 71
diff changeset
    32
renkanIndex.space_proj_count = Nb. proj.
71
9af0874ce43f First version of space level.
ymh <ymh.work@gmail.com>
parents: 51
diff changeset
    33
51
3247fccfbd3f update on renkan
ymh <ymh.work@gmail.com>
parents:
diff changeset
    34
renkanIndex.js.empty_name_error = Veuillez entrer un titre
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
renkanAdmin.renkan_admin = Administration Renkan
daa99448319d first step for site administration
ymh <ymh.work@gmail.com>
parents: 87
diff changeset
    37
renkanAdmin.site_admin = Administration site
daa99448319d first step for site administration
ymh <ymh.work@gmail.com>
parents: 87
diff changeset
    38
127
906fed13c1e1 space admin edit.
ymh <ymh.work@gmail.com>
parents: 125
diff changeset
    39
renkanAdmin.object = Objet
125
82fcd1c24cd8 continue admin
ymh <ymh.work@gmail.com>
parents: 123
diff changeset
    40
renkanAdmin.object_list = Liste de {0}
82fcd1c24cd8 continue admin
ymh <ymh.work@gmail.com>
parents: 123
diff changeset
    41
127
906fed13c1e1 space admin edit.
ymh <ymh.work@gmail.com>
parents: 125
diff changeset
    42
renkanAdmin.space_objects_name = Espaces
906fed13c1e1 space admin edit.
ymh <ymh.work@gmail.com>
parents: 125
diff changeset
    43
renkanAdmin.space_add = Nouvel espace
906fed13c1e1 space admin edit.
ymh <ymh.work@gmail.com>
parents: 125
diff changeset
    44
renkanAdmin.space_edit = Edition espaces
129
01c862ada33c Add delete for spaces, check that there is no linked projects
ymh <ymh.work@gmail.com>
parents: 127
diff changeset
    45
renkanAdmin.space_delete = Supression espace
141
64af5273ac5e In the admin for space:
ymh <ymh.work@gmail.com>
parents: 137
diff changeset
    46
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
    47
renkanAdmin.space_confirm_delete = Confirmez-vous l'effacement de l'espace intitulé "{0}" ?
127
906fed13c1e1 space admin edit.
ymh <ymh.work@gmail.com>
parents: 125
diff changeset
    48
125
82fcd1c24cd8 continue admin
ymh <ymh.work@gmail.com>
parents: 123
diff changeset
    49
renkanAdmin.object_name = Nom
82fcd1c24cd8 continue admin
ymh <ymh.work@gmail.com>
parents: 123
diff changeset
    50
renkanAdmin.object_edit = Modif.
82fcd1c24cd8 continue admin
ymh <ymh.work@gmail.com>
parents: 123
diff changeset
    51
renkanAdmin.object_delete = Eff.
82fcd1c24cd8 continue admin
ymh <ymh.work@gmail.com>
parents: 123
diff changeset
    52
renkanAdmin.object_edit_link = Modif.
82fcd1c24cd8 continue admin
ymh <ymh.work@gmail.com>
parents: 123
diff changeset
    53
renkanAdmin.object_delete_link = Eff.
82fcd1c24cd8 continue admin
ymh <ymh.work@gmail.com>
parents: 123
diff changeset
    54
127
906fed13c1e1 space admin edit.
ymh <ymh.work@gmail.com>
parents: 125
diff changeset
    55
renkanAdmin.form.title = Titre
906fed13c1e1 space admin edit.
ymh <ymh.work@gmail.com>
parents: 125
diff changeset
    56
renkanAdmin.form.uri = URI
906fed13c1e1 space admin edit.
ymh <ymh.work@gmail.com>
parents: 125
diff changeset
    57
renkanAdmin.form.description = Description
906fed13c1e1 space admin edit.
ymh <ymh.work@gmail.com>
parents: 125
diff changeset
    58
renkanAdmin.form.color = Couleur
906fed13c1e1 space admin edit.
ymh <ymh.work@gmail.com>
parents: 125
diff changeset
    59
renkanAdmin.form.space.bin_config = Config chutier
906fed13c1e1 space admin edit.
ymh <ymh.work@gmail.com>
parents: 125
diff changeset
    60
renkanAdmin.form.space.submit = Ok
906fed13c1e1 space admin edit.
ymh <ymh.work@gmail.com>
parents: 125
diff changeset
    61
renkanAdmin.form.space.cancel = Annuler
141
64af5273ac5e In the admin for space:
ymh <ymh.work@gmail.com>
parents: 137
diff changeset
    62
renkanAdmin.form.space.format = Formatter
64af5273ac5e In the admin for space:
ymh <ymh.work@gmail.com>
parents: 137
diff changeset
    63
renkanAdmin.form.space.compact = Compacter
127
906fed13c1e1 space admin edit.
ymh <ymh.work@gmail.com>
parents: 125
diff changeset
    64
906fed13c1e1 space admin edit.
ymh <ymh.work@gmail.com>
parents: 125
diff changeset
    65
renkan.error.title.empty = Le champ titre ne doit pas être vide
906fed13c1e1 space admin edit.
ymh <ymh.work@gmail.com>
parents: 125
diff changeset
    66
renkan.error.bin_config.json = le champ bin config doit contenir un json valide