Skip to content

Commit

Permalink
Update dictionary.php
Browse files Browse the repository at this point in the history
  • Loading branch information
Stanvk committed Oct 5, 2015
1 parent b857248 commit a73c775
Showing 1 changed file with 18 additions and 18 deletions.
36 changes: 18 additions & 18 deletions src/Magister/Config/dictionary.php
Original file line number Diff line number Diff line change
Expand Up @@ -23,22 +23,22 @@
*/
'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'
'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 a73c775

Please sign in to comment.