timegridio/timegrid

View on GitHub
resources/lang/en_US/nav.php

Summary

Maintainability
A
0 mins
Test Coverage
<?php

return  [
  //============================== New strings to translate ==============================//
  'manager' =>  [
    'left' =>  [
      'dashboard'     => 'Dashboard',
      'notifications' => 'Notifications',
      'preferences'   => 'Preferences',
      'edit'          => 'Edit',
      'addressbook'   => 'Addressbook',
      'agenda'        => 'Agenda',
      'availability'  => 'Availability',
      'calendar'      => 'Calendar',
      'services'      => 'Services',
      'staff'         => 'Staff',
    ],
  ],
];