server/src/resources/lang/en/bo.php
changeset 2 00e2916104fe
equal deleted inserted replaced
1:01a844d292ac 2:00e2916104fe
       
     1 <?php
       
     2 
       
     3 return [
       
     4 
       
     5     /*
       
     6     |--------------------------------------------------------------------------
       
     7     | Pagination Language Lines
       
     8     |--------------------------------------------------------------------------
       
     9     |
       
    10     | The following language lines are used by the paginator library to build
       
    11     | the simple pagination links. You are free to change them to anything
       
    12     | you want to customize your views to better match your application.
       
    13     |
       
    14     */
       
    15 
       
    16     'document_list' => 'Document list',
       
    17     'document_detail' => 'Document detail',
       
    18     'document_audio' => 'Audio:',
       
    19     'document_content' => 'Content',
       
    20     'document_title' => 'Title:',
       
    21     'document_editors' => 'Editor(s):',
       
    22     'document_types' => 'Type(s):',
       
    23     'document_discourse_types' => 'Discourse Type(s):',
       
    24 
       
    25     'discourse_type_dialogue' => 'Dialogue',
       
    26     'discourse_type_drama' => 'Drama',
       
    27     'discourse_type_formulaic' => 'Formulaic Discourse',
       
    28     'discourse_type_ludic' => 'Ludic Discourse',
       
    29     'discourse_type_oratory' => 'Oratory',
       
    30     'discourse_type_narrative' => 'Narrative Discourse',
       
    31     'discourse_type_procedural' => 'Procedural Discourse',
       
    32     'discourse_type_report' => 'Report',
       
    33     'discourse_type_singing' => 'Singing',
       
    34     'discourse_type_unintelligible_speech' => 'Unintelligible Speech',
       
    35 
       
    36 ];