kithkin/lang/en/common.php

27 lines
650 B
PHP

<?php
return [
/*
|--------------------------------------------------------------------------
| Common words and phrases
|--------------------------------------------------------------------------
|
| Generic words used throughout the app in more than one location.
|
*/
'address' => 'Address',
'addresses' => 'Addresses',
'calendar' => 'Calendar',
'calendars' => 'Calendars',
'cancel' => 'Cancel',
'cancel_funny' => 'Get me out of here',
'event' => 'Event',
'events' => 'Events',
'password' => 'Password',
'save_changes' => 'Save changes',
'settings' => 'Settings',
];