my changes

This commit is contained in:
Arno Kaimbacher 2018-08-06 14:30:51 +02:00
parent 28301e4312
commit 8dc1f1b048
263 changed files with 36882 additions and 4453 deletions

View file

@ -0,0 +1,33 @@
<?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.
|
*/
'analysisdata' => 'Analysis Data',
'interpreteddata' => 'Interpreted Data',
'measurementdata' => 'Measurement Data',
'models' => 'Models',
'rawdata' => 'Raw Data',
'supplementarydata' => 'Supplementary Data'
//'diplom' => 'Diploma Thesis',
//'doctoralthesis' => 'Doctoral Thesis',
//'coursematerial' => 'Course Material',
//'bachelorthesis' => 'Bachelor Thesis',
//'image' => 'Image',
//'preprint' => 'Preprint',
//'lecture' => 'Lecture',
//'report' => 'Report',
//'workingpaper' => 'Working Paper',
//'conferenceobject' => 'Conference Proceeding',
//'other' => 'Other'
];

View file

@ -0,0 +1,15 @@
<p>
<i>Geologische Bundesanstalt</i>
<br /><i>Neulinggasse 38</i>
<br /><i>1030 Vienna</i>
</p>
<p>Telephone: +43-1-7125674</p>
<p>Fax: +43-1-7125674-56</p>
<p>E-Mail: repository@geologie.ac.at</p>
<p>USt-Id-Nr.: </p>
<p><i>GBA</i> is a corporation under public law.</p>
<p>The care of the hardware and software of this server is up to <i>GBA</i>.</p>

View file

@ -0,0 +1,47 @@
<?php
return [
'msg' => 'Laravel Internationalization example.',
'home_index_label' => 'Home',
'home_index_pagetitle' => 'Home',
'home_index_title' => 'Publication Server of XYZ University',
'home_index_welcome' => 'The library offers to publish electronically generated and
qualified documents on its online publication system. This service is
for university members only and free of charge. After publication, the
texts are available worldwide on the Internet and will be archived
permanently by the library. The documents are indexed and made
accessible in library catalogues and Web search engines.',
'home_index_instructions' => 'If you want to search for documents of the university, please
choose the menu "Search" where you will find several search options. If
you want to publish a document, please select the menu "Publish"; here
you can submit your document to the publication server in just a few
steps.',
'home_index_imprint_pagetitle' => 'Imprint',
'home_index_imprint_title' => 'Legal notice according to &#xA7; 5 E-Commerce-Gesetz (Austria)',
'help_content_imprint' => Illuminate\Support\Facades\File::get(resource_path() . '/lang/en/imprint.en.txt'),
'home_index_contact_pagetitle' => 'Contact',
'home_index_contact_title' => 'Contact us...',
'home_about_pagetitle' => 'About Us',
'home_about_title' => 'About us...',
'home_about_content' => 'RDR (Research Data Repository) is an interdisciplinary digital data repository for the archival and publication of research data resulting from completed scientific studies and projects. RDR focuses on disciplines who do not have a tradition of data sharing thus ensuring better availability, sustainable preservation and (independent) publication capacity of their research data.',
'home_news_pagetitle' => 'News',
'solrsearch_title_simple' => 'Search',
'solrsearch_title_advanced' => 'Advanced Search',
'solrsearch_title_alldocs' => 'All datasets',
'solrsearch_searchaction' => 'Search',
'solrsearch_title_latest' => 'Latest Documents',
'rss_icon' =>'subscribe to RSS feed',
'rss_title' => 'subscribe to RSS feed',
'default_auth_index' => 'Login',
'auth_pagetitle' => 'User Login',
];
?>