server/src/resources/lang/en/bo.php
author ymh <ymh.work@gmail.com>
Tue, 20 Mar 2018 15:02:40 +0100
changeset 573 25f3d28f51b2
parent 2 00e2916104fe
permissions -rw-r--r--
Added tag 0.0.25 for changeset 190ae1dee68d

<?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' => 'Document list',
    'document_detail' => 'Document detail',
    'document_audio' => 'Audio:',
    'document_content' => 'Content',
    'document_title' => 'Title:',
    'document_editors' => 'Editor(s):',
    'document_types' => 'Type(s):',
    'document_discourse_types' => 'Discourse Type(s):',

    'discourse_type_dialogue' => 'Dialogue',
    'discourse_type_drama' => 'Drama',
    'discourse_type_formulaic' => 'Formulaic Discourse',
    'discourse_type_ludic' => 'Ludic Discourse',
    'discourse_type_oratory' => 'Oratory',
    'discourse_type_narrative' => 'Narrative Discourse',
    'discourse_type_procedural' => 'Procedural Discourse',
    'discourse_type_report' => 'Report',
    'discourse_type_singing' => 'Singing',
    'discourse_type_unintelligible_speech' => 'Unintelligible Speech',

];