--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/server/src/resources/lang/en/bo.php Tue Jun 23 17:01:39 2015 +0200
@@ -0,0 +1,36 @@
+<?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',
+
+];