Skip to content

Commit

Permalink
Added translations for the appointment model
Browse files Browse the repository at this point in the history
  • Loading branch information
Stanvk committed Oct 4, 2015
1 parent 8894ee6 commit b857248
Showing 1 changed file with 21 additions and 3 deletions.
24 changes: 21 additions & 3 deletions src/Magister/Config/dictionary.php
Original file line number Diff line number Diff line change
Expand Up @@ -7,20 +7,38 @@
| General
|--------------------------------------------------------------------------
*/
'href' => 'Href',
'href'=> 'Href',

/*
|--------------------------------------------------------------------------
| Grade
|--------------------------------------------------------------------------
*/
'mark' => 'CijferStr',
'mark'=> 'CijferStr',

/*
|--------------------------------------------------------------------------
| Appointment
|--------------------------------------------------------------------------
*/
'description' => 'Omschrijving',

'id' => 'Id',
'links' => 'Links'
'starts' => 'Start'
'ends' => 'Einde'
'classFrom' => 'LesuurVan'
'classUntill' => 'LesuurTotMet'
'lastsADay' => 'DuurtHeleDag'
'location' => 'Lokatie'
'status' => 'Status'
'type' => 'Type'
'displayType' => 'WeergaveType'
'content' => 'Inhoud'
'infoType' => 'InfoType'
'remark' => 'Aantekening'
'hasBeenDone' => 'Afgerond'
'subjects' => 'Vakken'
'teachers' => 'Docenten'
'rooms' => 'Lokalen'
'groups' => 'Groepen'
];

0 comments on commit b857248

Please sign in to comment.