decidim-conferences 0.16.1 → 0.19.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
 - data/app/assets/stylesheet/decidim/conferences/conferences.scss +3 -0
 - data/app/cells/decidim/conferences/conference_address/show.erb +1 -1
 - data/app/cells/decidim/conferences/conference_m/footer.erb +1 -1
 - data/app/cells/decidim/conferences/conference_speaker/show.erb +2 -2
 - data/app/cells/decidim/conferences/conference_speaker_cell.rb +6 -2
 - data/app/cells/decidim/conferences/content_blocks/highlighted_conferences_cell.rb +0 -1
 - data/app/cells/decidim/conferences/linked_participatory_spaces_cell.rb +6 -0
 - data/app/cells/decidim/conferences/partner_cell.rb +2 -0
 - data/app/cells/decidim/conferences/photos_list_cell.rb +1 -0
 - data/app/cells/decidim/conferences/registration_type_cell.rb +2 -0
 - data/app/commands/decidim/conferences/admin/confirm_conference_registration.rb +1 -0
 - data/app/commands/decidim/conferences/admin/create_conference.rb +0 -10
 - data/app/commands/decidim/conferences/admin/create_conference_admin.rb +1 -0
 - data/app/commands/decidim/conferences/admin/publish_conference.rb +12 -0
 - data/app/commands/decidim/conferences/admin/update_conference.rb +6 -2
 - data/app/commands/decidim/conferences/admin/update_diploma.rb +1 -0
 - data/app/commands/decidim/conferences/join_conference.rb +2 -0
 - data/app/commands/decidim/conferences/leave_conference.rb +1 -0
 - data/app/controllers/decidim/conferences/admin/application_controller.rb +5 -4
 - data/app/controllers/decidim/conferences/admin/concerns/conference_admin.rb +6 -4
 - data/app/controllers/decidim/conferences/admin/conference_registrations_controller.rb +1 -0
 - data/app/controllers/decidim/conferences/application_controller.rb +6 -5
 - data/app/controllers/decidim/conferences/conference_program_controller.rb +4 -1
 - data/app/controllers/decidim/conferences/conference_registrations_controller.rb +1 -0
 - data/app/controllers/decidim/conferences/conference_speakers_controller.rb +1 -0
 - data/app/controllers/decidim/conferences/media_controller.rb +1 -0
 - data/app/controllers/decidim/conferences/registration_types_controller.rb +1 -0
 - data/app/forms/decidim/conferences/admin/conference_form.rb +4 -0
 - data/app/forms/decidim/conferences/admin/conference_speaker_form.rb +1 -0
 - data/app/forms/decidim/conferences/admin/registration_type_form.rb +1 -0
 - data/app/helpers/decidim/conferences/conference_helper.rb +1 -0
 - data/app/models/decidim/conference.rb +9 -4
 - data/app/models/decidim/conference_user_role.rb +1 -0
 - data/app/permissions/decidim/conferences/permissions.rb +6 -0
 - data/app/presenters/decidim/conferences/admin_log/value_types/role_presenter.rb +1 -0
 - data/app/presenters/decidim/log/value_types/conference_presenter.rb +1 -0
 - data/app/queries/decidim/conferences/admin/admin_users.rb +8 -1
 - data/app/queries/decidim/conferences/admin/conference_invites.rb +1 -0
 - data/app/queries/decidim/conferences/admin/conference_speakers.rb +1 -0
 - data/app/views/decidim/conferences/admin/conference_user_roles/index.html.erb +3 -3
 - data/app/views/decidim/conferences/admin/conferences/index.html.erb +3 -3
 - data/app/views/decidim/conferences/admin/send_conference_diploma_mailer/diploma_user.html.erb +1 -1
 - data/app/views/decidim/conferences/conferences/_partners.html.erb +1 -1
 - data/app/views/decidim/conferences/conferences/_promoted_conference.html.erb +1 -1
 - data/app/views/decidim/conferences/conferences/show.html.erb +3 -3
 - data/app/views/decidim/conferences/media/index.html.erb +2 -2
 - data/app/views/layouts/decidim/_conference_hero.html.erb +3 -3
 - data/app/views/layouts/decidim/diploma.html.erb +2 -2
 - data/config/locales/ar-SA.yml +132 -22
 - data/config/locales/ar.yml +589 -0
 - data/config/locales/ca.yml +192 -191
 - data/config/locales/cs-CZ.yml +3 -3
 - data/config/locales/cs.yml +581 -0
 - data/config/locales/de.yml +15 -14
 - data/config/locales/en.yml +87 -85
 - data/config/locales/eo-UY.yml +1 -0
 - data/config/locales/es-MX.yml +7 -6
 - data/config/locales/es-PY.yml +8 -7
 - data/config/locales/es.yml +161 -160
 - data/config/locales/eu.yml +6 -5
 - data/config/locales/fi-pl.yml +3 -3
 - data/config/locales/fi-plain.yml +571 -0
 - data/config/locales/fi.yml +65 -64
 - data/config/locales/fr.yml +100 -99
 - data/config/locales/gl.yml +6 -5
 - data/config/locales/hu.yml +9 -8
 - data/config/locales/id-ID.yml +6 -5
 - data/config/locales/it.yml +9 -8
 - data/config/locales/nl.yml +8 -7
 - data/config/locales/no.yml +5 -0
 - data/config/locales/pl.yml +6 -5
 - data/config/locales/pt-BR.yml +6 -5
 - data/config/locales/pt.yml +6 -5
 - data/config/locales/sv.yml +206 -205
 - data/config/locales/tr-TR.yml +6 -5
 - data/lib/decidim/conferences/admin_engine.rb +1 -0
 - data/lib/decidim/conferences/participatory_space.rb +2 -0
 - data/lib/decidim/conferences/version.rb +1 -1
 - metadata +26 -21
 
    
        data/config/locales/fi.yml
    CHANGED
    
    | 
         @@ -58,21 +58,21 @@ fi: 
     | 
|
| 
       58 
58 
     | 
    
         
             
                      title: Kopioi konferenssi
         
     | 
| 
       59 
59 
     | 
    
         
             
                  conference_publications:
         
     | 
| 
       60 
60 
     | 
    
         
             
                    create:
         
     | 
| 
       61 
     | 
    
         
            -
                      error: Konferenssin  
     | 
| 
       62 
     | 
    
         
            -
                      success:  
     | 
| 
      
 61 
     | 
    
         
            +
                      error: Konferenssin julkaiseminen epäonnistui.
         
     | 
| 
      
 62 
     | 
    
         
            +
                      success: Konferenssin julkaisu onnistui.
         
     | 
| 
       63 
63 
     | 
    
         
             
                    destroy:
         
     | 
| 
       64 
     | 
    
         
            -
                      error:  
     | 
| 
       65 
     | 
    
         
            -
                      success: Konferenssin  
     | 
| 
      
 64 
     | 
    
         
            +
                      error: Konferenssin julkaisun peruminen epäonnistui.
         
     | 
| 
      
 65 
     | 
    
         
            +
                      success: Konferenssin julkaisun peruminen onnistui.
         
     | 
| 
       66 
66 
     | 
    
         
             
                  conference_registration:
         
     | 
| 
       67 
67 
     | 
    
         
             
                    confirm:
         
     | 
| 
       68 
     | 
    
         
            -
                      error:  
     | 
| 
       69 
     | 
    
         
            -
                      success:  
     | 
| 
      
 68 
     | 
    
         
            +
                      error: Konferenssin ilmoittautumisen vahvistaminen epäonnistui.
         
     | 
| 
      
 69 
     | 
    
         
            +
                      success: Konferenssin ilmoittautumisen vahvistaminen onnistui.
         
     | 
| 
       70 
70 
     | 
    
         
             
                  conference_speakers:
         
     | 
| 
       71 
71 
     | 
    
         
             
                    create:
         
     | 
| 
       72 
     | 
    
         
            -
                      error: Puhujan lisääminen tähän konferenssiin  
     | 
| 
       73 
     | 
    
         
            -
                      success:  
     | 
| 
      
 72 
     | 
    
         
            +
                      error: Puhujan lisääminen tähän konferenssiin epäonnistui.
         
     | 
| 
      
 73 
     | 
    
         
            +
                      success: Puhujan lisääminen konferenssiin onnistui.
         
     | 
| 
       74 
74 
     | 
    
         
             
                    destroy:
         
     | 
| 
       75 
     | 
    
         
            -
                      success:  
     | 
| 
      
 75 
     | 
    
         
            +
                      success: Puhujan poistaminen konferenssista onnistui.
         
     | 
| 
       76 
76 
     | 
    
         
             
                    edit:
         
     | 
| 
       77 
77 
     | 
    
         
             
                      title: Päivitä konferenssin puhuja.
         
     | 
| 
       78 
78 
     | 
    
         
             
                      update: Päivitä
         
     | 
| 
         @@ -82,29 +82,29 @@ fi: 
     | 
|
| 
       82 
82 
     | 
    
         
             
                      create: Luo
         
     | 
| 
       83 
83 
     | 
    
         
             
                      title: Uusi konferenssin puhuja.
         
     | 
| 
       84 
84 
     | 
    
         
             
                    update:
         
     | 
| 
       85 
     | 
    
         
            -
                      error: Konferenssin puhujan  
     | 
| 
       86 
     | 
    
         
            -
                      success: Konferenssin  
     | 
| 
      
 85 
     | 
    
         
            +
                      error: Konferenssin puhujan päivittäminen epäonnistui.
         
     | 
| 
      
 86 
     | 
    
         
            +
                      success: Konferenssin puhujan päivitys onnistui.
         
     | 
| 
       87 
87 
     | 
    
         
             
                  conference_user_roles:
         
     | 
| 
       88 
88 
     | 
    
         
             
                    create:
         
     | 
| 
       89 
     | 
    
         
            -
                      error:  
     | 
| 
       90 
     | 
    
         
            -
                      success:  
     | 
| 
      
 89 
     | 
    
         
            +
                      error: Hallintakäyttäjän lisääminen tähän konferenssiin epäonnistui.
         
     | 
| 
      
 90 
     | 
    
         
            +
                      success: Hallintakäyttäjän lisääminen konferenssiin onnistui.
         
     | 
| 
       91 
91 
     | 
    
         
             
                    destroy:
         
     | 
| 
       92 
     | 
    
         
            -
                      success:  
     | 
| 
      
 92 
     | 
    
         
            +
                      success: Hallintakäyttäjä poistaminen konferenssista onnistui.
         
     | 
| 
       93 
93 
     | 
    
         
             
                    edit:
         
     | 
| 
       94 
     | 
    
         
            -
                      title: Päivitä konferenssin  
     | 
| 
      
 94 
     | 
    
         
            +
                      title: Päivitä konferenssin hallintakäyttäjä.
         
     | 
| 
       95 
95 
     | 
    
         
             
                      update: Päivitä
         
     | 
| 
       96 
96 
     | 
    
         
             
                    index:
         
     | 
| 
       97 
     | 
    
         
            -
                      conference_admins_title: konferenssin  
     | 
| 
      
 97 
     | 
    
         
            +
                      conference_admins_title: konferenssin hallintakäyttäjät
         
     | 
| 
       98 
98 
     | 
    
         
             
                    new:
         
     | 
| 
       99 
99 
     | 
    
         
             
                      create: Luo
         
     | 
| 
       100 
     | 
    
         
            -
                      title: Uusi konferenssin  
     | 
| 
      
 100 
     | 
    
         
            +
                      title: Uusi konferenssin hallintakäyttäjä.
         
     | 
| 
       101 
101 
     | 
    
         
             
                    update:
         
     | 
| 
       102 
     | 
    
         
            -
                      error: Konferenssin  
     | 
| 
       103 
     | 
    
         
            -
                      success: Konferenssin  
     | 
| 
      
 102 
     | 
    
         
            +
                      error: Konferenssin hallintakäyttäjän päivittäminen epäonnistui.
         
     | 
| 
      
 103 
     | 
    
         
            +
                      success: Konferenssin hallintakäyttäjän päivittäminen onnistui.
         
     | 
| 
       104 
104 
     | 
    
         
             
                  conferences:
         
     | 
| 
       105 
105 
     | 
    
         
             
                    create:
         
     | 
| 
       106 
     | 
    
         
            -
                      error: Uuden konferenssin  
     | 
| 
       107 
     | 
    
         
            -
                      success:  
     | 
| 
      
 106 
     | 
    
         
            +
                      error: Uuden konferenssin luonti epäonnistui.
         
     | 
| 
      
 107 
     | 
    
         
            +
                      success: Konferenssin luonti onnistui.
         
     | 
| 
       108 
108 
     | 
    
         
             
                    edit:
         
     | 
| 
       109 
109 
     | 
    
         
             
                      update: Päivitä
         
     | 
| 
       110 
110 
     | 
    
         
             
                    exports:
         
     | 
| 
         @@ -118,18 +118,18 @@ fi: 
     | 
|
| 
       118 
118 
     | 
    
         
             
                      create: Luo
         
     | 
| 
       119 
119 
     | 
    
         
             
                      title: Konferenssi
         
     | 
| 
       120 
120 
     | 
    
         
             
                    update:
         
     | 
| 
       121 
     | 
    
         
            -
                      error: Konferenssin  
     | 
| 
       122 
     | 
    
         
            -
                      success:  
     | 
| 
      
 121 
     | 
    
         
            +
                      error: Konferenssin päivitys epäonnistui.
         
     | 
| 
      
 122 
     | 
    
         
            +
                      success: Konferenssin päivitys onnistui.
         
     | 
| 
       123 
123 
     | 
    
         
             
                  conferences_copies:
         
     | 
| 
       124 
124 
     | 
    
         
             
                    create:
         
     | 
| 
       125 
     | 
    
         
            -
                      error:  
     | 
| 
       126 
     | 
    
         
            -
                      success:  
     | 
| 
      
 125 
     | 
    
         
            +
                      error: Konferenssin kopiointi epäonnistui.
         
     | 
| 
      
 126 
     | 
    
         
            +
                      success: Konferenssin kopiointi onnistui.
         
     | 
| 
       127 
127 
     | 
    
         
             
                  media_links:
         
     | 
| 
       128 
128 
     | 
    
         
             
                    create:
         
     | 
| 
       129 
     | 
    
         
            -
                      error:  
     | 
| 
       130 
     | 
    
         
            -
                      success:  
     | 
| 
      
 129 
     | 
    
         
            +
                      error: Uuden medialinkin luonti epäonnistui.
         
     | 
| 
      
 130 
     | 
    
         
            +
                      success: Medialinkin luonti onnistui.
         
     | 
| 
       131 
131 
     | 
    
         
             
                    destroy:
         
     | 
| 
       132 
     | 
    
         
            -
                      success:  
     | 
| 
      
 132 
     | 
    
         
            +
                      success: Medialinkin poisto onnistui.
         
     | 
| 
       133 
133 
     | 
    
         
             
                    edit:
         
     | 
| 
       134 
134 
     | 
    
         
             
                      title: Päivitä medialinkki.
         
     | 
| 
       135 
135 
     | 
    
         
             
                      update: Päivitä
         
     | 
| 
         @@ -139,8 +139,8 @@ fi: 
     | 
|
| 
       139 
139 
     | 
    
         
             
                      create: Luo
         
     | 
| 
       140 
140 
     | 
    
         
             
                      title: Medialinkki
         
     | 
| 
       141 
141 
     | 
    
         
             
                    update:
         
     | 
| 
       142 
     | 
    
         
            -
                      error: Medialinkin  
     | 
| 
       143 
     | 
    
         
            -
                      success:  
     | 
| 
      
 142 
     | 
    
         
            +
                      error: Medialinkin päivitys epäonnistui.
         
     | 
| 
      
 143 
     | 
    
         
            +
                      success: Medialinkin päivitys onnistui.
         
     | 
| 
       144 
144 
     | 
    
         
             
                  menu:
         
     | 
| 
       145 
145 
     | 
    
         
             
                    conferences: Konferenssit
         
     | 
| 
       146 
146 
     | 
    
         
             
                    conferences_submenu:
         
     | 
| 
         @@ -149,7 +149,7 @@ fi: 
     | 
|
| 
       149 
149 
     | 
    
         
             
                      attachments: Liitteet
         
     | 
| 
       150 
150 
     | 
    
         
             
                      categories: Aihepiirit
         
     | 
| 
       151 
151 
     | 
    
         
             
                      components: Komponentit
         
     | 
| 
       152 
     | 
    
         
            -
                      conference_admins: Konferenssin  
     | 
| 
      
 152 
     | 
    
         
            +
                      conference_admins: Konferenssin ylläpitäjät
         
     | 
| 
       153 
153 
     | 
    
         
             
                      conference_invites: Kutsut
         
     | 
| 
       154 
154 
     | 
    
         
             
                      conference_speakers: Puhujat
         
     | 
| 
       155 
155 
     | 
    
         
             
                      diploma: Läsnäolotodistus
         
     | 
| 
         @@ -178,7 +178,7 @@ fi: 
     | 
|
| 
       178 
178 
     | 
    
         
             
                        email: Sähköposti
         
     | 
| 
       179 
179 
     | 
    
         
             
                        name: Nimi
         
     | 
| 
       180 
180 
     | 
    
         
             
                        role: Rooli
         
     | 
| 
       181 
     | 
    
         
            -
                      name: Konferenssin  
     | 
| 
      
 181 
     | 
    
         
            +
                      name: Konferenssin hallintakäyttäjä
         
     | 
| 
       182 
182 
     | 
    
         
             
                      roles:
         
     | 
| 
       183 
183 
     | 
    
         
             
                        admin: Hallinnointikäyttäjä
         
     | 
| 
       184 
184 
     | 
    
         
             
                        collaborator: Työryhmän jäsen
         
     | 
| 
         @@ -209,10 +209,10 @@ fi: 
     | 
|
| 
       209 
209 
     | 
    
         
             
                      name: Ilmoittautumistyypit
         
     | 
| 
       210 
210 
     | 
    
         
             
                  partners:
         
     | 
| 
       211 
211 
     | 
    
         
             
                    create:
         
     | 
| 
       212 
     | 
    
         
            -
                      error:  
     | 
| 
       213 
     | 
    
         
            -
                      success:  
     | 
| 
      
 212 
     | 
    
         
            +
                      error: Yhteistyökumppanin lisääminen tähän konferenssiin epäonnistui.
         
     | 
| 
      
 213 
     | 
    
         
            +
                      success: Yhteistyökumppanin lisääminen tähän konferenssiin onnistui.
         
     | 
| 
       214 
214 
     | 
    
         
             
                    destroy:
         
     | 
| 
       215 
     | 
    
         
            -
                      success:  
     | 
| 
      
 215 
     | 
    
         
            +
                      success: Yhteistyökumppanin poisto tästä konferenssista onnistui.
         
     | 
| 
       216 
216 
     | 
    
         
             
                    edit:
         
     | 
| 
       217 
217 
     | 
    
         
             
                      title: Päivitä yhteistyökumppani.
         
     | 
| 
       218 
218 
     | 
    
         
             
                      update: Päivitä
         
     | 
| 
         @@ -220,21 +220,21 @@ fi: 
     | 
|
| 
       220 
220 
     | 
    
         
             
                      create: Luo
         
     | 
| 
       221 
221 
     | 
    
         
             
                      title: Uusi yhteistyökumppani
         
     | 
| 
       222 
222 
     | 
    
         
             
                    update:
         
     | 
| 
       223 
     | 
    
         
            -
                      error:  
     | 
| 
       224 
     | 
    
         
            -
                      success: Konferenssin  
     | 
| 
      
 223 
     | 
    
         
            +
                      error: Konferenssin yhteistyökumppanin päivitys epäonnistui.
         
     | 
| 
      
 224 
     | 
    
         
            +
                      success: Konferenssin yhteistyökumppanin päivitys onnistui.
         
     | 
| 
       225 
225 
     | 
    
         
             
                  registration_type_publications:
         
     | 
| 
       226 
226 
     | 
    
         
             
                    create:
         
     | 
| 
       227 
     | 
    
         
            -
                      error:  
     | 
| 
       228 
     | 
    
         
            -
                      success:  
     | 
| 
      
 227 
     | 
    
         
            +
                      error: Ilmoittautumistyypin julkaisu epäonnistui.
         
     | 
| 
      
 228 
     | 
    
         
            +
                      success: Ilmoittautumistyypin julkaisu onnistui.
         
     | 
| 
       229 
229 
     | 
    
         
             
                    destroy:
         
     | 
| 
       230 
     | 
    
         
            -
                      error:  
     | 
| 
       231 
     | 
    
         
            -
                      success: Ilmoittamistyypin  
     | 
| 
      
 230 
     | 
    
         
            +
                      error: Ilmoittautumistyypin julkaisun peruminen epäonnistui.
         
     | 
| 
      
 231 
     | 
    
         
            +
                      success: Ilmoittamistyypin julkaisun peruminen onnistui.
         
     | 
| 
       232 
232 
     | 
    
         
             
                  registration_types:
         
     | 
| 
       233 
233 
     | 
    
         
             
                    create:
         
     | 
| 
       234 
     | 
    
         
            -
                      error:  
     | 
| 
       235 
     | 
    
         
            -
                      success:  
     | 
| 
      
 234 
     | 
    
         
            +
                      error: Ilmoittautumistyyppin lisääminen tälle konferenssille epäonnistui.
         
     | 
| 
      
 235 
     | 
    
         
            +
                      success: Ilmoittautumistyypin lisääminen onnistui.
         
     | 
| 
       236 
236 
     | 
    
         
             
                    destroy:
         
     | 
| 
       237 
     | 
    
         
            -
                      success:  
     | 
| 
      
 237 
     | 
    
         
            +
                      success: Ilmoittautumistyypin poistaminen onnistui.
         
     | 
| 
       238 
238 
     | 
    
         
             
                    edit:
         
     | 
| 
       239 
239 
     | 
    
         
             
                      title: Päivitä ilmoittautumistyyppi.
         
     | 
| 
       240 
240 
     | 
    
         
             
                      update: Päivitä
         
     | 
| 
         @@ -242,8 +242,8 @@ fi: 
     | 
|
| 
       242 
242 
     | 
    
         
             
                      create: Luo
         
     | 
| 
       243 
243 
     | 
    
         
             
                      title: Uusi ilmoittautumistyyppi
         
     | 
| 
       244 
244 
     | 
    
         
             
                    update:
         
     | 
| 
       245 
     | 
    
         
            -
                      error:  
     | 
| 
       246 
     | 
    
         
            -
                      success: Konferenssin  
     | 
| 
      
 245 
     | 
    
         
            +
                      error: Tämän konferenssin ilmoittautumistyyppin päivityksessä tapahtui virhe.
         
     | 
| 
      
 246 
     | 
    
         
            +
                      success: Konferenssin ilmoittautumistyypin päivitys onnistui.
         
     | 
| 
       247 
247 
     | 
    
         
             
                  titles:
         
     | 
| 
       248 
248 
     | 
    
         
             
                    conferences: Konferenssit
         
     | 
| 
       249 
249 
     | 
    
         
             
                admin_log:
         
     | 
| 
         @@ -260,14 +260,14 @@ fi: 
     | 
|
| 
       260 
260 
     | 
    
         
             
                    update: "%{user_name} päivitti puhujan %{resource_name} konferenssissa %{space_name}"
         
     | 
| 
       261 
261 
     | 
    
         
             
                  conference_user_role:
         
     | 
| 
       262 
262 
     | 
    
         
             
                    create: "%{user_name} kutsui %{resource_name} konferenssiin %{space_name}"
         
     | 
| 
       263 
     | 
    
         
            -
                    delete: "%{user_name} poisti  
     | 
| 
      
 263 
     | 
    
         
            +
                    delete: "%{user_name} poisti hallintakäyttäjän %{resource_name} konferenssista %{space_name}"
         
     | 
| 
       264 
264 
     | 
    
         
             
                    update: "%{user_name} muutti %{resource_name} roolia konferenssissa %{space_name}"
         
     | 
| 
       265 
265 
     | 
    
         
             
                  conferences:
         
     | 
| 
       266 
266 
     | 
    
         
             
                    conference_registration:
         
     | 
| 
       267 
267 
     | 
    
         
             
                      confirm: "%{user_name} vahvisti konferenssin %{resource_name} ilmoittautumisen"
         
     | 
| 
       268 
268 
     | 
    
         
             
                    partner:
         
     | 
| 
       269 
269 
     | 
    
         
             
                      create: "%{user_name} loi %{resource_name} konferenssiin %{space_name}"
         
     | 
| 
       270 
     | 
    
         
            -
                      delete: "%{user_name} poisti  
     | 
| 
      
 270 
     | 
    
         
            +
                      delete: "%{user_name} poisti hallintakäyttäjän %{resource_name} konferenssista %{space_name}"
         
     | 
| 
       271 
271 
     | 
    
         
             
                      update: "%{user_name} päivitti %{resource_name} konferenssiin %{space_name}"
         
     | 
| 
       272 
272 
     | 
    
         
             
                    registration_type:
         
     | 
| 
       273 
273 
     | 
    
         
             
                      create: "%{user_name} loi ilmoittautumistyypin %{resource_name} konferenssiin %{space_name}"
         
     | 
| 
         @@ -291,12 +291,12 @@ fi: 
     | 
|
| 
       291 
291 
     | 
    
         
             
                        slug_help: 'URL-tunnisteita käytetään luomaan URL-osoitteet, jotka osoittavat tähän konferenssiin. Hyväksyy vain kirjaimet, numerot ja viivat. Kirjaimen on oltava ensimmäinen merkki tunnisteessa. Esimerkki: %{url}'
         
     | 
| 
       292 
292 
     | 
    
         
             
                    conference_invites:
         
     | 
| 
       293 
293 
     | 
    
         
             
                      create:
         
     | 
| 
       294 
     | 
    
         
            -
                        error: Käyttäjän  
     | 
| 
       295 
     | 
    
         
            -
                        success:  
     | 
| 
      
 294 
     | 
    
         
            +
                        error: Käyttäjän kutsuminen konferenssiin epäonnistui.
         
     | 
| 
      
 295 
     | 
    
         
            +
                        success: Käyttäjän kutsuminen konferenssiin onnistui.
         
     | 
| 
       296 
296 
     | 
    
         
             
                      form:
         
     | 
| 
       297 
297 
     | 
    
         
             
                        attendee_type: Osallistujatyyppi
         
     | 
| 
       298 
298 
     | 
    
         
             
                        existing_user: Olemassa oleva käyttäjä
         
     | 
| 
       299 
     | 
    
         
            -
                        invite_explanation:  
     | 
| 
      
 299 
     | 
    
         
            +
                        invite_explanation: Käyttäjä kutsutaan mukaan konferenssiin ja liittymään organisaatioon.
         
     | 
| 
       300 
300 
     | 
    
         
             
                        non_user: Käyttäjää ei ole olemassa
         
     | 
| 
       301 
301 
     | 
    
         
             
                        select_user: Valitse käyttäjä
         
     | 
| 
       302 
302 
     | 
    
         
             
                      index:
         
     | 
| 
         @@ -306,7 +306,7 @@ fi: 
     | 
|
| 
       306 
306 
     | 
    
         
             
                          rejected: Hylätyt
         
     | 
| 
       307 
307 
     | 
    
         
             
                          sent: Lähetetyt
         
     | 
| 
       308 
308 
     | 
    
         
             
                        filter_by: Suodata
         
     | 
| 
       309 
     | 
    
         
            -
                        invite_attendee: Kutsu  
     | 
| 
      
 309 
     | 
    
         
            +
                        invite_attendee: Kutsu käyttäjä
         
     | 
| 
       310 
310 
     | 
    
         
             
                        invites: Kutsut
         
     | 
| 
       311 
311 
     | 
    
         
             
                        search: Hae
         
     | 
| 
       312 
312 
     | 
    
         
             
                      new:
         
     | 
| 
         @@ -356,8 +356,8 @@ fi: 
     | 
|
| 
       356 
356 
     | 
    
         
             
                        certificate_of_attendance: Läsnäolotodistus
         
     | 
| 
       357 
357 
     | 
    
         
             
                        certificate_of_attendance_description: Tämä todistaa, että <strong>%{user}</strong> on osallistunut konferenssiin <strong>%{title}</strong>, joka pidettiin paikassa <strong>%{location}</strong> ajankohtana <strong>%{start} - %{end}</strong>
         
     | 
| 
       358 
358 
     | 
    
         
             
                    send_diploma:
         
     | 
| 
       359 
     | 
    
         
            -
                      error: Konferenssin  
     | 
| 
       360 
     | 
    
         
            -
                      success: Konferenssin  
     | 
| 
      
 359 
     | 
    
         
            +
                      error: Konferenssin läsnäolotodistuksien lähetys epäonnistui.
         
     | 
| 
      
 360 
     | 
    
         
            +
                      success: Konferenssin läsnäolotodistusten lähetys onnistui
         
     | 
| 
       361 
361 
     | 
    
         
             
                  conference:
         
     | 
| 
       362 
362 
     | 
    
         
             
                    registration_confirm:
         
     | 
| 
       363 
363 
     | 
    
         
             
                      cancel: Peruuta
         
     | 
| 
         @@ -387,14 +387,14 @@ fi: 
     | 
|
| 
       387 
387 
     | 
    
         
             
                      pending_html: Ilmoittautumisesi konferenssiin <a href="%{url}">%{title}</a> odottaa vahvistusta.
         
     | 
| 
       388 
388 
     | 
    
         
             
                  conference_registrations:
         
     | 
| 
       389 
389 
     | 
    
         
             
                    create:
         
     | 
| 
       390 
     | 
    
         
            -
                      invalid: Konferenssiin  
     | 
| 
       391 
     | 
    
         
            -
                      success:  
     | 
| 
      
 390 
     | 
    
         
            +
                      invalid: Konferenssiin ilmoittautuminen epäonnistui.
         
     | 
| 
      
 391 
     | 
    
         
            +
                      success: Ilmoittautuminen konferenssiin onnistui.
         
     | 
| 
       392 
392 
     | 
    
         
             
                    decline_invitation:
         
     | 
| 
       393 
     | 
    
         
            -
                      invalid: Kutsun  
     | 
| 
       394 
     | 
    
         
            -
                      success:  
     | 
| 
      
 393 
     | 
    
         
            +
                      invalid: Kutsun hylkääminen epäonnistui.
         
     | 
| 
      
 394 
     | 
    
         
            +
                      success: Kutsun hylkääminen onnistui.
         
     | 
| 
       395 
395 
     | 
    
         
             
                    destroy:
         
     | 
| 
       396 
     | 
    
         
            -
                      invalid: Konferenssista  
     | 
| 
       397 
     | 
    
         
            -
                      success:  
     | 
| 
      
 396 
     | 
    
         
            +
                      invalid: Konferenssista poistuminen epäonnistui.
         
     | 
| 
      
 397 
     | 
    
         
            +
                      success: Konferenssista poistuminen onnistui.
         
     | 
| 
       398 
398 
     | 
    
         
             
                  conference_speaker:
         
     | 
| 
       399 
399 
     | 
    
         
             
                    go_to_twitter: Siirry Twitteriin
         
     | 
| 
       400 
400 
     | 
    
         
             
                    more_info: lisätietoja
         
     | 
| 
         @@ -494,7 +494,7 @@ fi: 
     | 
|
| 
       494 
494 
     | 
    
         
             
                    endorsements_count: Suositusta
         
     | 
| 
       495 
495 
     | 
    
         
             
                    headline: Toiminta
         
     | 
| 
       496 
496 
     | 
    
         
             
                    meetings_count: Tapaamista
         
     | 
| 
       497 
     | 
    
         
            -
                    orders_count:  
     | 
| 
      
 497 
     | 
    
         
            +
                    orders_count: Kannatusta
         
     | 
| 
       498 
498 
     | 
    
         
             
                    pages_count: Sivua
         
     | 
| 
       499 
499 
     | 
    
         
             
                    posts_count: Viestiä
         
     | 
| 
       500 
500 
     | 
    
         
             
                    projects_count: Suunnitelmaa
         
     | 
| 
         @@ -502,13 +502,13 @@ fi: 
     | 
|
| 
       502 
502 
     | 
    
         
             
                    results_count: Tulosta
         
     | 
| 
       503 
503 
     | 
    
         
             
                    surveys_count: Kyselyä
         
     | 
| 
       504 
504 
     | 
    
         
             
                    users_count: Osallistujaa
         
     | 
| 
       505 
     | 
    
         
            -
                    votes_count:  
     | 
| 
      
 505 
     | 
    
         
            +
                    votes_count: Kannatusta
         
     | 
| 
       506 
506 
     | 
    
         
             
                events:
         
     | 
| 
       507 
507 
     | 
    
         
             
                  conferences:
         
     | 
| 
       508 
     | 
    
         
            -
                    conference_registration_validation_pending:
         
     | 
| 
       509 
     | 
    
         
            -
                      notification_title: Ilmoittautumisesi konferenssiin <a href="%{resource_url}">%{resource_title}</a> odottaa vahvistusta.
         
     | 
| 
       510 
508 
     | 
    
         
             
                    conference_registration_confirmed:
         
     | 
| 
       511 
509 
     | 
    
         
             
                      notification_title: Ilmoittautumisesi konferenssiin <a href="%{resource_url}">%{resource_title}</a> on vahvistettu.
         
     | 
| 
      
 510 
     | 
    
         
            +
                    conference_registration_validation_pending:
         
     | 
| 
      
 511 
     | 
    
         
            +
                      notification_title: Ilmoittautumisesi konferenssiin <a href="%{resource_url}">%{resource_title}</a> odottaa vahvistusta.
         
     | 
| 
       512 
512 
     | 
    
         
             
                    conference_registrations_over_percentage:
         
     | 
| 
       513 
513 
     | 
    
         
             
                      email_intro: '"%{resource_title}" -konferenssista on varattu yli %{percentage}% vapaista paikoista.'
         
     | 
| 
       514 
514 
     | 
    
         
             
                      email_outro: Tämä ilmoitus on lähetetty sinulle, koska olet konferenssin osallisuustilan hallinnoija.
         
     | 
| 
         @@ -552,6 +552,7 @@ fi: 
     | 
|
| 
       552 
552 
     | 
    
         
             
                      take_part: Osallistu
         
     | 
| 
       553 
553 
     | 
    
         
             
                  conferences:
         
     | 
| 
       554 
554 
     | 
    
         
             
                    conference:
         
     | 
| 
      
 555 
     | 
    
         
            +
                      more_info: Lisätietoja
         
     | 
| 
       555 
556 
     | 
    
         
             
                      take_part: Osallistu
         
     | 
| 
       556 
557 
     | 
    
         
             
                    index:
         
     | 
| 
       557 
558 
     | 
    
         
             
                      promoted_conferences: Korostetut konferenssit
         
     | 
    
        data/config/locales/fr.yml
    CHANGED
    
    | 
         @@ -2,23 +2,23 @@ fr: 
     | 
|
| 
       2 
2 
     | 
    
         
             
              activemodel:
         
     | 
| 
       3 
3 
     | 
    
         
             
                attributes:
         
     | 
| 
       4 
4 
     | 
    
         
             
                  conference:
         
     | 
| 
       5 
     | 
    
         
            -
                    assemblies_ids: Assemblées  
     | 
| 
       6 
     | 
    
         
            -
                    banner_image: Image  
     | 
| 
       7 
     | 
    
         
            -
                    consultations_ids:  
     | 
| 
       8 
     | 
    
         
            -
                    copy_categories: Copier  
     | 
| 
       9 
     | 
    
         
            -
                    copy_components: Copier  
     | 
| 
       10 
     | 
    
         
            -
                    copy_features:  
     | 
| 
       11 
     | 
    
         
            -
                    decidim_scope_id:  
     | 
| 
       12 
     | 
    
         
            -
                    description:  
     | 
| 
      
 5 
     | 
    
         
            +
                    assemblies_ids: Assemblées associées
         
     | 
| 
      
 6 
     | 
    
         
            +
                    banner_image: Image d'en-tête
         
     | 
| 
      
 7 
     | 
    
         
            +
                    consultations_ids: Votations associées
         
     | 
| 
      
 8 
     | 
    
         
            +
                    copy_categories: Copier les catégories
         
     | 
| 
      
 9 
     | 
    
         
            +
                    copy_components: Copier les fonctionnalités
         
     | 
| 
      
 10 
     | 
    
         
            +
                    copy_features: Copier les fonctionnalités
         
     | 
| 
      
 11 
     | 
    
         
            +
                    decidim_scope_id: Périmètre
         
     | 
| 
      
 12 
     | 
    
         
            +
                    description: Description
         
     | 
| 
       13 
13 
     | 
    
         
             
                    hashtag: Hashtag
         
     | 
| 
       14 
     | 
    
         
            -
                    hero_image: Image de la  
     | 
| 
       15 
     | 
    
         
            -
                    participatory_processes_ids:  
     | 
| 
       16 
     | 
    
         
            -
                    promoted:  
     | 
| 
      
 14 
     | 
    
         
            +
                    hero_image: Image de la page d'accueil
         
     | 
| 
      
 15 
     | 
    
         
            +
                    participatory_processes_ids: Concertations associées
         
     | 
| 
      
 16 
     | 
    
         
            +
                    promoted: Mise en avant
         
     | 
| 
       17 
17 
     | 
    
         
             
                    published_at: Publié à
         
     | 
| 
       18 
     | 
    
         
            -
                    scope_id:  
     | 
| 
       19 
     | 
    
         
            -
                    scopes_enabled:  
     | 
| 
      
 18 
     | 
    
         
            +
                    scope_id: Périmètre
         
     | 
| 
      
 19 
     | 
    
         
            +
                    scopes_enabled: Périmètres d'application activés
         
     | 
| 
       20 
20 
     | 
    
         
             
                    short_description: Brève description
         
     | 
| 
       21 
     | 
    
         
            -
                    show_statistics:  
     | 
| 
      
 21 
     | 
    
         
            +
                    show_statistics: Montrer les statistiques
         
     | 
| 
       22 
22 
     | 
    
         
             
                    slogan: Slogan
         
     | 
| 
       23 
23 
     | 
    
         
             
                    slug: Slug URL
         
     | 
| 
       24 
24 
     | 
    
         
             
                    title: Titre
         
     | 
| 
         @@ -26,7 +26,7 @@ fr: 
     | 
|
| 
       26 
26 
     | 
    
         
             
                    full_name: Nom complet
         
     | 
| 
       27 
27 
     | 
    
         
             
                  conference_user_role:
         
     | 
| 
       28 
28 
     | 
    
         
             
                    email: Email
         
     | 
| 
       29 
     | 
    
         
            -
                    name:  
     | 
| 
      
 29 
     | 
    
         
            +
                    name: Nom
         
     | 
| 
       30 
30 
     | 
    
         
             
                    role: Rôle
         
     | 
| 
       31 
31 
     | 
    
         
             
                errors:
         
     | 
| 
       32 
32 
     | 
    
         
             
                  models:
         
     | 
| 
         @@ -44,7 +44,7 @@ fr: 
     | 
|
| 
       44 
44 
     | 
    
         
             
                    other: Conférenciers
         
     | 
| 
       45 
45 
     | 
    
         
             
                  decidim/conference_user_role:
         
     | 
| 
       46 
46 
     | 
    
         
             
                    one: Rôle d'utilisateur de la conférence
         
     | 
| 
       47 
     | 
    
         
            -
                    other:  
     | 
| 
      
 47 
     | 
    
         
            +
                    other: Rôles d'utilisateur de la conférence
         
     | 
| 
       48 
48 
     | 
    
         
             
              decidim:
         
     | 
| 
       49 
49 
     | 
    
         
             
                admin:
         
     | 
| 
       50 
50 
     | 
    
         
             
                  actions:
         
     | 
| 
         @@ -53,26 +53,26 @@ fr: 
     | 
|
| 
       53 
53 
     | 
    
         
             
                    send_diplomas: Envoyer des certificats de présence
         
     | 
| 
       54 
54 
     | 
    
         
             
                  conference_copies:
         
     | 
| 
       55 
55 
     | 
    
         
             
                    new:
         
     | 
| 
       56 
     | 
    
         
            -
                      copy:  
     | 
| 
      
 56 
     | 
    
         
            +
                      copy: Copier
         
     | 
| 
       57 
57 
     | 
    
         
             
                      select: Sélectionnez les données que vous souhaitez dupliquer
         
     | 
| 
       58 
     | 
    
         
            -
                      title:  
     | 
| 
      
 58 
     | 
    
         
            +
                      title: Dupliquer la conférence
         
     | 
| 
       59 
59 
     | 
    
         
             
                  conference_publications:
         
     | 
| 
       60 
60 
     | 
    
         
             
                    create:
         
     | 
| 
       61 
61 
     | 
    
         
             
                      error: Une erreur s'est produite lors de la publication de cette conférence.
         
     | 
| 
       62 
62 
     | 
    
         
             
                      success: Conférence publiée avec succès.
         
     | 
| 
       63 
63 
     | 
    
         
             
                    destroy:
         
     | 
| 
       64 
64 
     | 
    
         
             
                      error: Une erreur s'est produite lors de la publication de cette conférence.
         
     | 
| 
       65 
     | 
    
         
            -
                      success: Conférence  
     | 
| 
      
 65 
     | 
    
         
            +
                      success: Conférence dépubliée avec succès.
         
     | 
| 
       66 
66 
     | 
    
         
             
                  conference_registration:
         
     | 
| 
       67 
67 
     | 
    
         
             
                    confirm:
         
     | 
| 
       68 
68 
     | 
    
         
             
                      error: Une erreur s'est produite lors de la confirmation de cette inscription à la conférence.
         
     | 
| 
       69 
69 
     | 
    
         
             
                      success: Inscription à la conférence confirmée avec succès.
         
     | 
| 
       70 
70 
     | 
    
         
             
                  conference_speakers:
         
     | 
| 
       71 
71 
     | 
    
         
             
                    create:
         
     | 
| 
       72 
     | 
    
         
            -
                      error: Une erreur s'est produite lors de l'ajout d'un  
     | 
| 
      
 72 
     | 
    
         
            +
                      error: Une erreur s'est produite lors de l'ajout d'un conférencier pour cette conférence.
         
     | 
| 
       73 
73 
     | 
    
         
             
                      success: Conférencier créé avec succès pour cette conférence.
         
     | 
| 
       74 
74 
     | 
    
         
             
                    destroy:
         
     | 
| 
       75 
     | 
    
         
            -
                      success:  
     | 
| 
      
 75 
     | 
    
         
            +
                      success: Conférencier supprimé avec succès pour cette conférence.
         
     | 
| 
       76 
76 
     | 
    
         
             
                    edit:
         
     | 
| 
       77 
77 
     | 
    
         
             
                      title: Mettre à jour le conférencier.
         
     | 
| 
       78 
78 
     | 
    
         
             
                      update: Mettre à jour
         
     | 
| 
         @@ -82,25 +82,25 @@ fr: 
     | 
|
| 
       82 
82 
     | 
    
         
             
                      create: Créer
         
     | 
| 
       83 
83 
     | 
    
         
             
                      title: Nouveau conférencier
         
     | 
| 
       84 
84 
     | 
    
         
             
                    update:
         
     | 
| 
       85 
     | 
    
         
            -
                      error: Une erreur s'est produite lors de la mise à jour du  
     | 
| 
       86 
     | 
    
         
            -
                      success:  
     | 
| 
      
 85 
     | 
    
         
            +
                      error: Une erreur s'est produite lors de la mise à jour du conférencier pour cette conférence.
         
     | 
| 
      
 86 
     | 
    
         
            +
                      success: Conférencier mis à jour avec succès pour cette conférence.
         
     | 
| 
       87 
87 
     | 
    
         
             
                  conference_user_roles:
         
     | 
| 
       88 
88 
     | 
    
         
             
                    create:
         
     | 
| 
       89 
     | 
    
         
            -
                      error: Une erreur s'est produite lors de l'ajout d'un  
     | 
| 
       90 
     | 
    
         
            -
                      success:  
     | 
| 
      
 89 
     | 
    
         
            +
                      error: Une erreur s'est produite lors de l'ajout d'un administrateur pour cette conférence.
         
     | 
| 
      
 90 
     | 
    
         
            +
                      success: Administrateur ajouté avec succès à cette conférence.
         
     | 
| 
       91 
91 
     | 
    
         
             
                    destroy:
         
     | 
| 
       92 
     | 
    
         
            -
                      success:  
     | 
| 
      
 92 
     | 
    
         
            +
                      success: Administrateur supprimé de cette conférence.
         
     | 
| 
       93 
93 
     | 
    
         
             
                    edit:
         
     | 
| 
       94 
     | 
    
         
            -
                      title: Mettre à jour l' 
     | 
| 
      
 94 
     | 
    
         
            +
                      title: Mettre à jour l'administrateur de la conférence.
         
     | 
| 
       95 
95 
     | 
    
         
             
                      update: Mettre à jour
         
     | 
| 
       96 
96 
     | 
    
         
             
                    index:
         
     | 
| 
       97 
     | 
    
         
            -
                      conference_admins_title:  
     | 
| 
      
 97 
     | 
    
         
            +
                      conference_admins_title: administrateurs de la conférence
         
     | 
| 
       98 
98 
     | 
    
         
             
                    new:
         
     | 
| 
       99 
99 
     | 
    
         
             
                      create: Créer
         
     | 
| 
       100 
     | 
    
         
            -
                      title: Nouvel  
     | 
| 
      
 100 
     | 
    
         
            +
                      title: Nouvel administrateur de conférence.
         
     | 
| 
       101 
101 
     | 
    
         
             
                    update:
         
     | 
| 
       102 
     | 
    
         
            -
                      error: Il y avait une erreur mise à jour d'un  
     | 
| 
       103 
     | 
    
         
            -
                      success:  
     | 
| 
      
 102 
     | 
    
         
            +
                      error: Il y avait une erreur mise à jour d'un administrateur pour cette conférence.
         
     | 
| 
      
 103 
     | 
    
         
            +
                      success: Administrateur mis à jour avec succès pour cette conférence.
         
     | 
| 
       104 
104 
     | 
    
         
             
                  conferences:
         
     | 
| 
       105 
105 
     | 
    
         
             
                    create:
         
     | 
| 
       106 
106 
     | 
    
         
             
                      error: Une erreur s'est produite lors de la création d'une nouvelle conférence.
         
     | 
| 
         @@ -127,11 +127,11 @@ fr: 
     | 
|
| 
       127 
127 
     | 
    
         
             
                  media_links:
         
     | 
| 
       128 
128 
     | 
    
         
             
                    create:
         
     | 
| 
       129 
129 
     | 
    
         
             
                      error: Une erreur s'est produite lors de la création d'un nouveau lien multimédia.
         
     | 
| 
       130 
     | 
    
         
            -
                      success:  
     | 
| 
      
 130 
     | 
    
         
            +
                      success: Lien média créé avec succès.
         
     | 
| 
       131 
131 
     | 
    
         
             
                    destroy:
         
     | 
| 
       132 
     | 
    
         
            -
                      success:  
     | 
| 
      
 132 
     | 
    
         
            +
                      success: Lien média supprimé avec succès.
         
     | 
| 
       133 
133 
     | 
    
         
             
                    edit:
         
     | 
| 
       134 
     | 
    
         
            -
                      title: Mettre à jour le lien  
     | 
| 
      
 134 
     | 
    
         
            +
                      title: Mettre à jour le lien média.
         
     | 
| 
       135 
135 
     | 
    
         
             
                      update: Mettre à jour
         
     | 
| 
       136 
136 
     | 
    
         
             
                    index:
         
     | 
| 
       137 
137 
     | 
    
         
             
                      media_links_title: Liens médias
         
     | 
| 
         @@ -140,52 +140,52 @@ fr: 
     | 
|
| 
       140 
140 
     | 
    
         
             
                      title: Lien média
         
     | 
| 
       141 
141 
     | 
    
         
             
                    update:
         
     | 
| 
       142 
142 
     | 
    
         
             
                      error: Une erreur s'est produite lors de la mise à jour de ce lien multimédia.
         
     | 
| 
       143 
     | 
    
         
            -
                      success:  
     | 
| 
      
 143 
     | 
    
         
            +
                      success: Lien média mis à jour avec succès.
         
     | 
| 
       144 
144 
     | 
    
         
             
                  menu:
         
     | 
| 
       145 
145 
     | 
    
         
             
                    conferences: Conférences
         
     | 
| 
       146 
146 
     | 
    
         
             
                    conferences_submenu:
         
     | 
| 
       147 
147 
     | 
    
         
             
                      attachment_collections: Dossiers
         
     | 
| 
       148 
     | 
    
         
            -
                      attachment_files:  
     | 
| 
      
 148 
     | 
    
         
            +
                      attachment_files: Fichiers
         
     | 
| 
       149 
149 
     | 
    
         
             
                      attachments: Pièces jointes
         
     | 
| 
       150 
150 
     | 
    
         
             
                      categories: Catégories
         
     | 
| 
       151 
151 
     | 
    
         
             
                      components: Composants
         
     | 
| 
       152 
     | 
    
         
            -
                      conference_admins:  
     | 
| 
       153 
     | 
    
         
            -
                      conference_invites:  
     | 
| 
       154 
     | 
    
         
            -
                      conference_speakers:  
     | 
| 
      
 152 
     | 
    
         
            +
                      conference_admins: Administrateurs de conférence
         
     | 
| 
      
 153 
     | 
    
         
            +
                      conference_invites: Invitations
         
     | 
| 
      
 154 
     | 
    
         
            +
                      conference_speakers: Conférenciers
         
     | 
| 
       155 
155 
     | 
    
         
             
                      diploma: Certificat de participation
         
     | 
| 
       156 
156 
     | 
    
         
             
                      info: Info
         
     | 
| 
       157 
157 
     | 
    
         
             
                      media_links: Liens médias
         
     | 
| 
       158 
158 
     | 
    
         
             
                      moderations: Modération
         
     | 
| 
       159 
     | 
    
         
            -
                      partners:  
     | 
| 
      
 159 
     | 
    
         
            +
                      partners: Partenaires
         
     | 
| 
       160 
160 
     | 
    
         
             
                      registration_types: Types d'inscription
         
     | 
| 
       161 
161 
     | 
    
         
             
                      registrations: Inscriptions
         
     | 
| 
       162 
     | 
    
         
            -
                      user_registrations:  
     | 
| 
      
 162 
     | 
    
         
            +
                      user_registrations: Utilisateurs inscrits
         
     | 
| 
       163 
163 
     | 
    
         
             
                  models:
         
     | 
| 
       164 
164 
     | 
    
         
             
                    conference:
         
     | 
| 
       165 
165 
     | 
    
         
             
                      fields:
         
     | 
| 
       166 
166 
     | 
    
         
             
                        created_at: Créé à
         
     | 
| 
       167 
     | 
    
         
            -
                        promoted:  
     | 
| 
      
 167 
     | 
    
         
            +
                        promoted: Mise en avant
         
     | 
| 
       168 
168 
     | 
    
         
             
                        published: Publié
         
     | 
| 
       169 
169 
     | 
    
         
             
                        title: Titre
         
     | 
| 
       170 
170 
     | 
    
         
             
                    conference_speaker:
         
     | 
| 
       171 
171 
     | 
    
         
             
                      fields:
         
     | 
| 
       172 
     | 
    
         
            -
                        affiliation:  
     | 
| 
      
 172 
     | 
    
         
            +
                        affiliation: Organisme
         
     | 
| 
       173 
173 
     | 
    
         
             
                        full_name: Nom complet
         
     | 
| 
       174 
     | 
    
         
            -
                        position:  
     | 
| 
      
 174 
     | 
    
         
            +
                        position: Profession
         
     | 
| 
       175 
175 
     | 
    
         
             
                      name: Conférencier
         
     | 
| 
       176 
176 
     | 
    
         
             
                    conference_user_role:
         
     | 
| 
       177 
177 
     | 
    
         
             
                      fields:
         
     | 
| 
       178 
178 
     | 
    
         
             
                        email: Email
         
     | 
| 
       179 
     | 
    
         
            -
                        name:  
     | 
| 
      
 179 
     | 
    
         
            +
                        name: Nom
         
     | 
| 
       180 
180 
     | 
    
         
             
                        role: Rôle
         
     | 
| 
       181 
     | 
    
         
            -
                      name:  
     | 
| 
      
 181 
     | 
    
         
            +
                      name: Administrateur de la conférence
         
     | 
| 
       182 
182 
     | 
    
         
             
                      roles:
         
     | 
| 
       183 
183 
     | 
    
         
             
                        admin: Administrateur
         
     | 
| 
       184 
184 
     | 
    
         
             
                        collaborator: Collaborateur
         
     | 
| 
       185 
185 
     | 
    
         
             
                        moderator: Modérateur
         
     | 
| 
       186 
186 
     | 
    
         
             
                    media_link:
         
     | 
| 
       187 
187 
     | 
    
         
             
                      fields:
         
     | 
| 
       188 
     | 
    
         
            -
                        date:  
     | 
| 
      
 188 
     | 
    
         
            +
                        date: Date
         
     | 
| 
       189 
189 
     | 
    
         
             
                        link: Lien
         
     | 
| 
       190 
190 
     | 
    
         
             
                        title: Titre
         
     | 
| 
       191 
191 
     | 
    
         
             
                      name: Lien média
         
     | 
| 
         @@ -193,7 +193,7 @@ fr: 
     | 
|
| 
       193 
193 
     | 
    
         
             
                      fields:
         
     | 
| 
       194 
194 
     | 
    
         
             
                        link: Lien
         
     | 
| 
       195 
195 
     | 
    
         
             
                        logo: Logo
         
     | 
| 
       196 
     | 
    
         
            -
                        name:  
     | 
| 
      
 196 
     | 
    
         
            +
                        name: Nom
         
     | 
| 
       197 
197 
     | 
    
         
             
                        partner_type: Type
         
     | 
| 
       198 
198 
     | 
    
         
             
                      name: Partenaire
         
     | 
| 
       199 
199 
     | 
    
         
             
                      types:
         
     | 
| 
         @@ -201,11 +201,11 @@ fr: 
     | 
|
| 
       201 
201 
     | 
    
         
             
                        main_promotor: Promoteur principal
         
     | 
| 
       202 
202 
     | 
    
         
             
                    registration_type:
         
     | 
| 
       203 
203 
     | 
    
         
             
                      fields:
         
     | 
| 
       204 
     | 
    
         
            -
                        conference_meetings:  
     | 
| 
      
 204 
     | 
    
         
            +
                        conference_meetings: Rencontres de la conférence
         
     | 
| 
       205 
205 
     | 
    
         
             
                        price: Prix
         
     | 
| 
       206 
206 
     | 
    
         
             
                        registrations_count: Nombre d'inscriptions
         
     | 
| 
       207 
207 
     | 
    
         
             
                        title: Titre
         
     | 
| 
       208 
     | 
    
         
            -
                        weight:  
     | 
| 
      
 208 
     | 
    
         
            +
                        weight: Rang d'affichage
         
     | 
| 
       209 
209 
     | 
    
         
             
                      name: Type d'inscription
         
     | 
| 
       210 
210 
     | 
    
         
             
                  partners:
         
     | 
| 
       211 
211 
     | 
    
         
             
                    create:
         
     | 
| 
         @@ -283,7 +283,7 @@ fr: 
     | 
|
| 
       283 
283 
     | 
    
         
             
                    title: Programme
         
     | 
| 
       284 
284 
     | 
    
         
             
                conference_speakers:
         
     | 
| 
       285 
285 
     | 
    
         
             
                  index:
         
     | 
| 
       286 
     | 
    
         
            -
                    title:  
     | 
| 
      
 286 
     | 
    
         
            +
                    title: Conférenciers
         
     | 
| 
       287 
287 
     | 
    
         
             
                conferences:
         
     | 
| 
       288 
288 
     | 
    
         
             
                  admin:
         
     | 
| 
       289 
289 
     | 
    
         
             
                    conference_copies:
         
     | 
| 
         @@ -326,9 +326,9 @@ fr: 
     | 
|
| 
       326 
326 
     | 
    
         
             
                        search: Chercher
         
     | 
| 
       327 
327 
     | 
    
         
             
                    conferences:
         
     | 
| 
       328 
328 
     | 
    
         
             
                      form:
         
     | 
| 
       329 
     | 
    
         
            -
                        available_slots_help: Laissez 
     | 
| 
      
 329 
     | 
    
         
            +
                        available_slots_help: Laissez à 0 si vous avez un nombre illimité de places disponibles.
         
     | 
| 
       330 
330 
     | 
    
         
             
                        registrations_count:
         
     | 
| 
       331 
     | 
    
         
            -
                          one: Il y a eu  
     | 
| 
      
 331 
     | 
    
         
            +
                          one: Il y a eu une inscription.
         
     | 
| 
       332 
332 
     | 
    
         
             
                          other: Il y a eu %{count} inscriptions.
         
     | 
| 
       333 
333 
     | 
    
         
             
                        slug_help: 'Les slugs d''URL sont utilisés pour générer les URL qui pointent vers cette conférence. N''accepte que les lettres, les chiffres et les tirets et doit commencer par une lettre. Exemple: %{url}'
         
     | 
| 
       334 
334 
     | 
    
         
             
                    diplomas:
         
     | 
| 
         @@ -342,10 +342,10 @@ fr: 
     | 
|
| 
       342 
342 
     | 
    
         
             
                        registration: Inscription pour '%{conference_title}'
         
     | 
| 
       343 
343 
     | 
    
         
             
                    partners:
         
     | 
| 
       344 
344 
     | 
    
         
             
                      index:
         
     | 
| 
       345 
     | 
    
         
            -
                        title:  
     | 
| 
      
 345 
     | 
    
         
            +
                        title: Partenaires
         
     | 
| 
       346 
346 
     | 
    
         
             
                    registration_types:
         
     | 
| 
       347 
347 
     | 
    
         
             
                      form:
         
     | 
| 
       348 
     | 
    
         
            -
                        select_conference_meetings: Sélectionner des  
     | 
| 
      
 348 
     | 
    
         
            +
                        select_conference_meetings: Sélectionner des rencontres
         
     | 
| 
       349 
349 
     | 
    
         
             
                      index:
         
     | 
| 
       350 
350 
     | 
    
         
             
                        title: Types d'inscription
         
     | 
| 
       351 
351 
     | 
    
         
             
                    send_conference_diploma_mailer:
         
     | 
| 
         @@ -356,25 +356,25 @@ fr: 
     | 
|
| 
       356 
356 
     | 
    
         
             
                        certificate_of_attendance: Certificat de participation
         
     | 
| 
       357 
357 
     | 
    
         
             
                        certificate_of_attendance_description: Ceci certifie que <strong>%{user}</strong> a assisté et participé aux <strong>%{title}</strong> tenus au <strong>%{location}</strong> sur <strong>%{start} - %{end}</strong>
         
     | 
| 
       358 
358 
     | 
    
         
             
                    send_diploma:
         
     | 
| 
       359 
     | 
    
         
            -
                      error: Il y a eu un problème lors de l'envoi des  
     | 
| 
       360 
     | 
    
         
            -
                      success:  
     | 
| 
      
 359 
     | 
    
         
            +
                      error: Il y a eu un problème lors de l'envoi des certificats de participation à la conférence.
         
     | 
| 
      
 360 
     | 
    
         
            +
                      success: Certificats de participation envoyés correctement
         
     | 
| 
       361 
361 
     | 
    
         
             
                  conference:
         
     | 
| 
       362 
362 
     | 
    
         
             
                    registration_confirm:
         
     | 
| 
       363 
363 
     | 
    
         
             
                      cancel: Annuler
         
     | 
| 
       364 
364 
     | 
    
         
             
                      confirm: Confirmer
         
     | 
| 
       365 
365 
     | 
    
         
             
                    show:
         
     | 
| 
       366 
366 
     | 
    
         
             
                      free: Libre
         
     | 
| 
       367 
     | 
    
         
            -
                      going:  
     | 
| 
       368 
     | 
    
         
            -
                      no_slots_available:  
     | 
| 
       369 
     | 
    
         
            -
                      registration:  
     | 
| 
      
 367 
     | 
    
         
            +
                      going: Participe
         
     | 
| 
      
 368 
     | 
    
         
            +
                      no_slots_available: Il ne reste plus de place
         
     | 
| 
      
 369 
     | 
    
         
            +
                      registration: Inscription
         
     | 
| 
       370 
370 
     | 
    
         
             
                  conference_program:
         
     | 
| 
       371 
371 
     | 
    
         
             
                    program_meeting:
         
     | 
| 
       372 
372 
     | 
    
         
             
                      content: Contenu
         
     | 
| 
       373 
     | 
    
         
            -
                      location:  
     | 
| 
       374 
     | 
    
         
            -
                      speakers:  
     | 
| 
      
 373 
     | 
    
         
            +
                      location: Lieu
         
     | 
| 
      
 374 
     | 
    
         
            +
                      speakers: Conférenciers
         
     | 
| 
       375 
375 
     | 
    
         
             
                      streaming: Diffusion
         
     | 
| 
       376 
376 
     | 
    
         
             
                    show:
         
     | 
| 
       377 
     | 
    
         
            -
                      day:  
     | 
| 
      
 377 
     | 
    
         
            +
                      day: Jour
         
     | 
| 
       378 
378 
     | 
    
         
             
                      program: Programme
         
     | 
| 
       379 
379 
     | 
    
         
             
                  conference_registration_mailer:
         
     | 
| 
       380 
380 
     | 
    
         
             
                    confirmation:
         
     | 
| 
         @@ -408,26 +408,26 @@ fr: 
     | 
|
| 
       408 
408 
     | 
    
         
             
                      go_to_twitter: Aller sur Twitter
         
     | 
| 
       409 
409 
     | 
    
         
             
                  conference_speakers:
         
     | 
| 
       410 
410 
     | 
    
         
             
                    index:
         
     | 
| 
       411 
     | 
    
         
            -
                      speakers:  
     | 
| 
      
 411 
     | 
    
         
            +
                      speakers: Conférenciers
         
     | 
| 
       412 
412 
     | 
    
         
             
                  conferences:
         
     | 
| 
       413 
413 
     | 
    
         
             
                    partners:
         
     | 
| 
       414 
     | 
    
         
            -
                      collaborators:  
     | 
| 
       415 
     | 
    
         
            -
                      main_promotors:  
     | 
| 
      
 414 
     | 
    
         
            +
                      collaborators: Partenaires
         
     | 
| 
      
 415 
     | 
    
         
            +
                      main_promotors: Organisateurs
         
     | 
| 
       416 
416 
     | 
    
         
             
                    show:
         
     | 
| 
       417 
417 
     | 
    
         
             
                      login_as: Vous êtes connecté en tant que %{name} <%{email}>
         
     | 
| 
       418 
     | 
    
         
            -
                      make_conference_registration: ' 
     | 
| 
       419 
     | 
    
         
            -
                      register:  
     | 
| 
      
 418 
     | 
    
         
            +
                      make_conference_registration: 'Inscrivez-vous à la conférence:'
         
     | 
| 
      
 419 
     | 
    
         
            +
                      register: S'inscrire
         
     | 
| 
       420 
420 
     | 
    
         
             
                  content_blocks:
         
     | 
| 
       421 
421 
     | 
    
         
             
                    highlighted_conferences:
         
     | 
| 
       422 
     | 
    
         
            -
                      name:  
     | 
| 
      
 422 
     | 
    
         
            +
                      name: Conférences mises en avant
         
     | 
| 
       423 
423 
     | 
    
         
             
                  index:
         
     | 
| 
       424 
424 
     | 
    
         
             
                    title: Conférences
         
     | 
| 
       425 
425 
     | 
    
         
             
                  mailer:
         
     | 
| 
       426 
426 
     | 
    
         
             
                    conference_registration_mailer:
         
     | 
| 
       427 
427 
     | 
    
         
             
                      confirmation:
         
     | 
| 
       428 
     | 
    
         
            -
                        subject:  
     | 
| 
      
 428 
     | 
    
         
            +
                        subject: Votre inscription à la conférence a été confirmée
         
     | 
| 
       429 
429 
     | 
    
         
             
                      pending_validation:
         
     | 
| 
       430 
     | 
    
         
            -
                        subject:  
     | 
| 
      
 430 
     | 
    
         
            +
                        subject: Votre inscription à la conférence est en attente de confirmation
         
     | 
| 
       431 
431 
     | 
    
         
             
                    invite_join_conference_mailer:
         
     | 
| 
       432 
432 
     | 
    
         
             
                      invite:
         
     | 
| 
       433 
433 
     | 
    
         
             
                        subject: Invitation à participer à une conférence
         
     | 
| 
         @@ -438,7 +438,7 @@ fr: 
     | 
|
| 
       438 
438 
     | 
    
         
             
                    conference_invite:
         
     | 
| 
       439 
439 
     | 
    
         
             
                      fields:
         
     | 
| 
       440 
440 
     | 
    
         
             
                        email: Email
         
     | 
| 
       441 
     | 
    
         
            -
                        name:  
     | 
| 
      
 441 
     | 
    
         
            +
                        name: Nom
         
     | 
| 
       442 
442 
     | 
    
         
             
                        registration_type: Type d'inscription
         
     | 
| 
       443 
443 
     | 
    
         
             
                        sent_at: Envoyé à
         
     | 
| 
       444 
444 
     | 
    
         
             
                        status: Statut
         
     | 
| 
         @@ -449,12 +449,12 @@ fr: 
     | 
|
| 
       449 
449 
     | 
    
         
             
                    conference_registration:
         
     | 
| 
       450 
450 
     | 
    
         
             
                      fields:
         
     | 
| 
       451 
451 
     | 
    
         
             
                        email: Email
         
     | 
| 
       452 
     | 
    
         
            -
                        name:  
     | 
| 
      
 452 
     | 
    
         
            +
                        name: Nom
         
     | 
| 
       453 
453 
     | 
    
         
             
                        registration_type: Type d'inscription
         
     | 
| 
       454 
454 
     | 
    
         
             
                        state: Etat
         
     | 
| 
       455 
455 
     | 
    
         
             
                        states:
         
     | 
| 
       456 
456 
     | 
    
         
             
                          confirmed: Confirmé
         
     | 
| 
       457 
     | 
    
         
            -
                          pending:  
     | 
| 
      
 457 
     | 
    
         
            +
                          pending: En attente
         
     | 
| 
       458 
458 
     | 
    
         
             
                  pages:
         
     | 
| 
       459 
459 
     | 
    
         
             
                    home:
         
     | 
| 
       460 
460 
     | 
    
         
             
                      highlighted_conferences:
         
     | 
| 
         @@ -462,7 +462,7 @@ fr: 
     | 
|
| 
       462 
462 
     | 
    
         
             
                        see_all_conferences: Voir toutes les conférences
         
     | 
| 
       463 
463 
     | 
    
         
             
                  photo:
         
     | 
| 
       464 
464 
     | 
    
         
             
                    show:
         
     | 
| 
       465 
     | 
    
         
            -
                      close_modal: Fermer  
     | 
| 
      
 465 
     | 
    
         
            +
                      close_modal: Fermer la fenêtre
         
     | 
| 
       466 
466 
     | 
    
         
             
                      photo: Photo
         
     | 
| 
       467 
467 
     | 
    
         
             
                  photos_list:
         
     | 
| 
       468 
468 
     | 
    
         
             
                    show:
         
     | 
| 
         @@ -471,12 +471,12 @@ fr: 
     | 
|
| 
       471 
471 
     | 
    
         
             
                    index:
         
     | 
| 
       472 
472 
     | 
    
         
             
                      choose_an_option: 'Choisissez votre option d''inscription:'
         
     | 
| 
       473 
473 
     | 
    
         
             
                      login_as: Vous êtes connecté en tant que %{name} <%{email}>
         
     | 
| 
       474 
     | 
    
         
            -
                      register:  
     | 
| 
      
 474 
     | 
    
         
            +
                      register: S'inscrire
         
     | 
| 
       475 
475 
     | 
    
         
             
                      title: Types d'inscription
         
     | 
| 
       476 
476 
     | 
    
         
             
                  shared:
         
     | 
| 
       477 
477 
     | 
    
         
             
                    conference_user_login:
         
     | 
| 
       478 
478 
     | 
    
         
             
                      already_account: Avez-vous déjà un compte dans decidim?
         
     | 
| 
       479 
     | 
    
         
            -
                      new_user: Nouvel utilisateur?
         
     | 
| 
      
 479 
     | 
    
         
            +
                      new_user: Nouvel utilisateur ?
         
     | 
| 
       480 
480 
     | 
    
         
             
                      sign_in: Connectez-vous pour vous inscrire à la conférence
         
     | 
| 
       481 
481 
     | 
    
         
             
                      sign_up: Créez un compte dans decidim pour vous inscrire à la conférence
         
     | 
| 
       482 
482 
     | 
    
         
             
                  show:
         
     | 
| 
         @@ -484,43 +484,43 @@ fr: 
     | 
|
| 
       484 
484 
     | 
    
         
             
                    introduction: introduction
         
     | 
| 
       485 
485 
     | 
    
         
             
                    objectives: Objectifs
         
     | 
| 
       486 
486 
     | 
    
         
             
                    related_assemblies: Assemblées connexes
         
     | 
| 
       487 
     | 
    
         
            -
                    related_consultations:  
     | 
| 
       488 
     | 
    
         
            -
                    related_participatory_processes:  
     | 
| 
      
 487 
     | 
    
         
            +
                    related_consultations: Votations connexes
         
     | 
| 
      
 488 
     | 
    
         
            +
                    related_participatory_processes: Concertations associées
         
     | 
| 
       489 
489 
     | 
    
         
             
                  statistics:
         
     | 
| 
       490 
490 
     | 
    
         
             
                    answers_count: Réponses
         
     | 
| 
       491 
     | 
    
         
            -
                    comments_count:  
     | 
| 
      
 491 
     | 
    
         
            +
                    comments_count: Commentaires
         
     | 
| 
       492 
492 
     | 
    
         
             
                    conference_count: Conférences
         
     | 
| 
       493 
     | 
    
         
            -
                    debates_count:  
     | 
| 
       494 
     | 
    
         
            -
                    endorsements_count:  
     | 
| 
      
 493 
     | 
    
         
            +
                    debates_count: Débats
         
     | 
| 
      
 494 
     | 
    
         
            +
                    endorsements_count: Soutiens
         
     | 
| 
       495 
495 
     | 
    
         
             
                    headline: Activité
         
     | 
| 
       496 
     | 
    
         
            -
                    meetings_count:  
     | 
| 
      
 496 
     | 
    
         
            +
                    meetings_count: Rencontres
         
     | 
| 
       497 
497 
     | 
    
         
             
                    orders_count: Votes
         
     | 
| 
       498 
498 
     | 
    
         
             
                    pages_count: Pages
         
     | 
| 
       499 
     | 
    
         
            -
                    posts_count:  
     | 
| 
      
 499 
     | 
    
         
            +
                    posts_count: Articles
         
     | 
| 
       500 
500 
     | 
    
         
             
                    projects_count: Projets
         
     | 
| 
       501 
     | 
    
         
            -
                    proposals_count:  
     | 
| 
       502 
     | 
    
         
            -
                    results_count:  
     | 
| 
      
 501 
     | 
    
         
            +
                    proposals_count: Propositions
         
     | 
| 
      
 502 
     | 
    
         
            +
                    results_count: Réalisations
         
     | 
| 
       503 
503 
     | 
    
         
             
                    surveys_count: Enquêtes
         
     | 
| 
       504 
504 
     | 
    
         
             
                    users_count: Participants
         
     | 
| 
       505 
505 
     | 
    
         
             
                    votes_count: Votes
         
     | 
| 
       506 
506 
     | 
    
         
             
                events:
         
     | 
| 
       507 
507 
     | 
    
         
             
                  conferences:
         
     | 
| 
       508 
     | 
    
         
            -
                    conference_registration_validation_pending:
         
     | 
| 
       509 
     | 
    
         
            -
                      notification_title: Votre inscription à la conférence <a href="%{resource_url}">%{resource_title}</a> est en attente de confirmation.
         
     | 
| 
       510 
508 
     | 
    
         
             
                    conference_registration_confirmed:
         
     | 
| 
       511 
509 
     | 
    
         
             
                      notification_title: Votre inscription à la conférence <a href="%{resource_url}">%{resource_title}</a> a été confirmée.
         
     | 
| 
      
 510 
     | 
    
         
            +
                    conference_registration_validation_pending:
         
     | 
| 
      
 511 
     | 
    
         
            +
                      notification_title: Votre inscription à la conférence <a href="%{resource_url}">%{resource_title}</a> est en attente de confirmation.
         
     | 
| 
       512 
512 
     | 
    
         
             
                    conference_registrations_over_percentage:
         
     | 
| 
       513 
     | 
    
         
            -
                      email_intro: Les  
     | 
| 
      
 513 
     | 
    
         
            +
                      email_intro: Les places réservées pour la conférence "%{resource_title}" dépassent %{percentage}%.
         
     | 
| 
       514 
514 
     | 
    
         
             
                      email_outro: Vous avez reçu cette notification car vous êtes administrateur de l'espace participatif de la conférence.
         
     | 
| 
       515 
     | 
    
         
            -
                      email_subject: Les  
     | 
| 
       516 
     | 
    
         
            -
                      notification_title: Les  
     | 
| 
      
 515 
     | 
    
         
            +
                      email_subject: Les places réservées pour la conférence "%{resource_title}" dépassent %{percentage}%
         
     | 
| 
      
 516 
     | 
    
         
            +
                      notification_title: Les places réservées pour la conférence <a href="%{resource_path}">%{resource_title}</a> dépassent %{percentage}%.
         
     | 
| 
       517 
517 
     | 
    
         
             
                    conference_updated:
         
     | 
| 
       518 
518 
     | 
    
         
             
                      email_intro: 'La conférence "%{resource_title}" a été mise à jour. Vous pouvez lire la nouvelle version depuis sa page:'
         
     | 
| 
       519 
519 
     | 
    
         
             
                      email_outro: Vous avez reçu cette notification car vous suivez la conférence "%{resource_title}". Vous pouvez le retirer du lien précédent.
         
     | 
| 
       520 
520 
     | 
    
         
             
                      email_subject: La conférence "%{resource_title}" a été mise à jour
         
     | 
| 
       521 
521 
     | 
    
         
             
                      notification_title: La conférence <a href="%{resource_path}">%{resource_title}</a> été mise à jour.
         
     | 
| 
       522 
522 
     | 
    
         
             
                    registrations_enabled:
         
     | 
| 
       523 
     | 
    
         
            -
                      email_intro: 'La conférence "%{resource_title}" a  
     | 
| 
      
 523 
     | 
    
         
            +
                      email_intro: 'La conférence "%{resource_title}" a autorisé les inscriptions. Vous pouvez vous inscrire sur sa page:'
         
     | 
| 
       524 
524 
     | 
    
         
             
                      email_outro: Vous avez reçu cette notification car vous suivez la conférence "%{resource_title}". Vous pouvez le retirer du lien précédent.
         
     | 
| 
       525 
525 
     | 
    
         
             
                      email_subject: La conférence "%{resource_title}" a permis les enregistrements.
         
     | 
| 
       526 
526 
     | 
    
         
             
                      notification_title: La conférence <a href="%{resource_path}">%{resource_title}</a> a permis les enregistrements.
         
     | 
| 
         @@ -546,25 +546,26 @@ fr: 
     | 
|
| 
       546 
546 
     | 
    
         
             
              layouts:
         
     | 
| 
       547 
547 
     | 
    
         
             
                decidim:
         
     | 
| 
       548 
548 
     | 
    
         
             
                  conference_hero:
         
     | 
| 
       549 
     | 
    
         
            -
                    register:  
     | 
| 
      
 549 
     | 
    
         
            +
                    register: S'inscrire
         
     | 
| 
       550 
550 
     | 
    
         
             
                  conference_widgets:
         
     | 
| 
       551 
551 
     | 
    
         
             
                    show:
         
     | 
| 
       552 
     | 
    
         
            -
                      take_part:  
     | 
| 
      
 552 
     | 
    
         
            +
                      take_part: Participer
         
     | 
| 
       553 
553 
     | 
    
         
             
                  conferences:
         
     | 
| 
       554 
554 
     | 
    
         
             
                    conference:
         
     | 
| 
       555 
     | 
    
         
            -
                       
     | 
| 
      
 555 
     | 
    
         
            +
                      more_info: Plus d'informations
         
     | 
| 
      
 556 
     | 
    
         
            +
                      take_part: Participer
         
     | 
| 
       556 
557 
     | 
    
         
             
                    index:
         
     | 
| 
       557 
     | 
    
         
            -
                      promoted_conferences: Conférences  
     | 
| 
      
 558 
     | 
    
         
            +
                      promoted_conferences: Conférences mises en avant
         
     | 
| 
       558 
559 
     | 
    
         
             
                    order_by_conferences:
         
     | 
| 
       559 
560 
     | 
    
         
             
                      conferences:
         
     | 
| 
       560 
561 
     | 
    
         
             
                        one: "%{count} conférence"
         
     | 
| 
       561 
562 
     | 
    
         
             
                        other: "%{count} conférences"
         
     | 
| 
       562 
563 
     | 
    
         
             
                    promoted_conference:
         
     | 
| 
       563 
564 
     | 
    
         
             
                      more_info: Plus d'informations
         
     | 
| 
       564 
     | 
    
         
            -
                      take_part:  
     | 
| 
      
 565 
     | 
    
         
            +
                      take_part: Participer
         
     | 
| 
       565 
566 
     | 
    
         
             
                  conferences_nav:
         
     | 
| 
       566 
567 
     | 
    
         
             
                    conference_menu_item: Information
         
     | 
| 
       567 
     | 
    
         
            -
                    conference_partners_menu_item:  
     | 
| 
       568 
     | 
    
         
            -
                    conference_speaker_menu_item:  
     | 
| 
      
 568 
     | 
    
         
            +
                    conference_partners_menu_item: Partenaires
         
     | 
| 
      
 569 
     | 
    
         
            +
                    conference_speaker_menu_item: Conférenciers
         
     | 
| 
       569 
570 
     | 
    
         
             
                    media: Médias
         
     | 
| 
       570 
571 
     | 
    
         
             
                    venues: Lieux
         
     |