server/src/main/webapp/WEB-INF/i18n/messages_fr.properties
author ymh <ymh.work@gmail.com>
Wed, 03 Apr 2013 17:47:23 +0200
changeset 129 01c862ada33c
parent 127 906fed13c1e1
child 134 f9716d086744
permissions -rw-r--r--
Add delete for spaces, check that there is no linked projects
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
3247fccfbd3f update on renkan
ymh <ymh.work@gmail.com>
parents:
diff changeset
    11
renkanIndex.project_edit = Edition
86
0fe9045d25b7 Add translation on delete message
ymh <ymh.work@gmail.com>
parents: 81
diff changeset
    12
renkanIndex.project_copy = Copier
0fe9045d25b7 Add translation on delete message
ymh <ymh.work@gmail.com>
parents: 81
diff changeset
    13
renkanIndex.project_delete = Eff.
80
5295e118320b add link for publish
ymh <ymh.work@gmail.com>
parents: 76
diff changeset
    14
renkanIndex.project_render = Consult.
87
6c810f746837 Externalize properties
ymh <ymh.work@gmail.com>
parents: 86
diff changeset
    15
renkanIndex.project_edit_link = Editer renkan
6c810f746837 Externalize properties
ymh <ymh.work@gmail.com>
parents: 86
diff changeset
    16
renkanIndex.project_copy_link = Copier renkan
6c810f746837 Externalize properties
ymh <ymh.work@gmail.com>
parents: 86
diff changeset
    17
renkanIndex.project_delete_link = Eff. renkan
6c810f746837 Externalize properties
ymh <ymh.work@gmail.com>
parents: 86
diff changeset
    18
renkanIndex.project_render_link = Consult. renkan
6c810f746837 Externalize properties
ymh <ymh.work@gmail.com>
parents: 86
diff changeset
    19
renkanIndex.project_delete_confirm = Voulez-vous effacer le renkan "<%= title %>" ?
51
3247fccfbd3f update on renkan
ymh <ymh.work@gmail.com>
parents:
diff changeset
    20
87
6c810f746837 Externalize properties
ymh <ymh.work@gmail.com>
parents: 86
diff changeset
    21
renkanIndex.space_exp = Créer un espace
81
555a094e2000 Changed CSS
veltr
parents: 80
diff changeset
    22
renkanIndex.renkan_spaces = Espaces Renkan
555a094e2000 Changed CSS
veltr
parents: 80
diff changeset
    23
renkanIndex.renkan_space = Espace Renkan
555a094e2000 Changed CSS
veltr
parents: 80
diff changeset
    24
renkanIndex.space_list = Liste des espaces
71
9af0874ce43f First version of space level.
ymh <ymh.work@gmail.com>
parents: 51
diff changeset
    25
renkanIndex.space_name = Nom
9af0874ce43f First version of space level.
ymh <ymh.work@gmail.com>
parents: 51
diff changeset
    26
renkanIndex.space_title = Titre
9af0874ce43f First version of space level.
ymh <ymh.work@gmail.com>
parents: 51
diff changeset
    27
renkanIndex.space_creation = Creation
9af0874ce43f First version of space level.
ymh <ymh.work@gmail.com>
parents: 51
diff changeset
    28
renkanIndex.space_open = Ouvrir
9af0874ce43f First version of space level.
ymh <ymh.work@gmail.com>
parents: 51
diff changeset
    29
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
    30
renkanIndex.space_proj_count = Nb. proj.
71
9af0874ce43f First version of space level.
ymh <ymh.work@gmail.com>
parents: 51
diff changeset
    31
51
3247fccfbd3f update on renkan
ymh <ymh.work@gmail.com>
parents:
diff changeset
    32
renkanIndex.js.empty_name_error = Veuillez entrer un titre
3247fccfbd3f update on renkan
ymh <ymh.work@gmail.com>
parents:
diff changeset
    33
123
daa99448319d first step for site administration
ymh <ymh.work@gmail.com>
parents: 87
diff changeset
    34
renkanAdmin.renkan_admin = Administration Renkan
daa99448319d first step for site administration
ymh <ymh.work@gmail.com>
parents: 87
diff changeset
    35
renkanAdmin.site_admin = Administration site
daa99448319d first step for site administration
ymh <ymh.work@gmail.com>
parents: 87
diff changeset
    36
127
906fed13c1e1 space admin edit.
ymh <ymh.work@gmail.com>
parents: 125
diff changeset
    37
renkanAdmin.object = Objet
125
82fcd1c24cd8 continue admin
ymh <ymh.work@gmail.com>
parents: 123
diff changeset
    38
renkanAdmin.object_list = Liste de {0}
82fcd1c24cd8 continue admin
ymh <ymh.work@gmail.com>
parents: 123
diff changeset
    39
127
906fed13c1e1 space admin edit.
ymh <ymh.work@gmail.com>
parents: 125
diff changeset
    40
renkanAdmin.space_objects_name = Espaces
906fed13c1e1 space admin edit.
ymh <ymh.work@gmail.com>
parents: 125
diff changeset
    41
renkanAdmin.space_add = Nouvel espace
906fed13c1e1 space admin edit.
ymh <ymh.work@gmail.com>
parents: 125
diff changeset
    42
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
    43
renkanAdmin.space_delete = Supression espace
01c862ada33c Add delete for spaces, check that there is no linked projects
ymh <ymh.work@gmail.com>
parents: 127
diff changeset
    44
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
    45
125
82fcd1c24cd8 continue admin
ymh <ymh.work@gmail.com>
parents: 123
diff changeset
    46
renkanAdmin.object_name = Nom
82fcd1c24cd8 continue admin
ymh <ymh.work@gmail.com>
parents: 123
diff changeset
    47
renkanAdmin.object_edit = Modif.
82fcd1c24cd8 continue admin
ymh <ymh.work@gmail.com>
parents: 123
diff changeset
    48
renkanAdmin.object_delete = Eff.
82fcd1c24cd8 continue admin
ymh <ymh.work@gmail.com>
parents: 123
diff changeset
    49
renkanAdmin.object_edit_link = Modif.
82fcd1c24cd8 continue admin
ymh <ymh.work@gmail.com>
parents: 123
diff changeset
    50
renkanAdmin.object_delete_link = Eff.
82fcd1c24cd8 continue admin
ymh <ymh.work@gmail.com>
parents: 123
diff changeset
    51
127
906fed13c1e1 space admin edit.
ymh <ymh.work@gmail.com>
parents: 125
diff changeset
    52
renkanAdmin.form.title = Titre
906fed13c1e1 space admin edit.
ymh <ymh.work@gmail.com>
parents: 125
diff changeset
    53
renkanAdmin.form.uri = URI
906fed13c1e1 space admin edit.
ymh <ymh.work@gmail.com>
parents: 125
diff changeset
    54
renkanAdmin.form.description = Description
906fed13c1e1 space admin edit.
ymh <ymh.work@gmail.com>
parents: 125
diff changeset
    55
renkanAdmin.form.color = Couleur
906fed13c1e1 space admin edit.
ymh <ymh.work@gmail.com>
parents: 125
diff changeset
    56
renkanAdmin.form.space.bin_config = Config chutier
906fed13c1e1 space admin edit.
ymh <ymh.work@gmail.com>
parents: 125
diff changeset
    57
renkanAdmin.form.space.submit = Ok
906fed13c1e1 space admin edit.
ymh <ymh.work@gmail.com>
parents: 125
diff changeset
    58
renkanAdmin.form.space.cancel = Annuler
906fed13c1e1 space admin edit.
ymh <ymh.work@gmail.com>
parents: 125
diff changeset
    59
906fed13c1e1 space admin edit.
ymh <ymh.work@gmail.com>
parents: 125
diff changeset
    60
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
    61
renkan.error.bin_config.json = le champ bin config doit contenir un json valide