server/src/resources/lang/fr/bo.php
author Chloe Laisne <chloe.laisne@gmail.com>
Tue, 07 Jun 2016 19:49:43 +0200
changeset 179 9b703ece424f
parent 2 00e2916104fe
permissions -rw-r--r--
Discourse and theme linting

<?php

return [

    /*
    |--------------------------------------------------------------------------
    | Pagination Language Lines
    |--------------------------------------------------------------------------
    |
    | The following language lines are used by the paginator library to build
    | the simple pagination links. You are free to change them to anything
    | you want to customize your views to better match your application.
    |
    */

    'document_list' => 'Liste de documents',
    'document_detail' => 'Détail document',
    'document_audio' => 'Audio :',
    'document_content' => 'Contenu',
    'document_title' => 'Titre :',
    'document_editors' => 'Editeur(s) :',
    'document_types' => 'Type(s) :',
    'document_discourse_types' => 'Type(s) de discours :',

    //TODO: vérifier les traductions
    'discourse_type_dialogue' => 'Dialogue',
    'discourse_type_drama' => 'Drame',
    'discourse_type_formulaic' => 'Discours cérémoniel',
    'discourse_type_ludic' => 'Discours ludique',
    'discourse_type_oratory' => 'Art oratoire',
    'discourse_type_narrative' => 'Narration',
    'discourse_type_procedural' => 'Discours de procédure',
    'discourse_type_report' => 'Rapport',
    'discourse_type_singing' => 'Chant',
    'discourse_type_unintelligible_speech' => 'Discours inintelligible',

];