kithkin/lang/en/common.php

41 lines
1.1 KiB
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',
'date' => 'Date',
'date_select' => 'Select a date',
'date_format' => 'Date format',
'date_format_select' => 'Select a date format',
'event' => 'Event',
'events' => 'Events',
'language' => 'Language',
'language_select' => 'Select a language',
'password' => 'Password',
'region' => 'Region',
'region_select' => 'Select a region',
'save_changes' => 'Save changes',
'settings' => 'Settings',
'time' => 'Time',
'time_select' => 'Select a time',
'time_format' => 'Time format',
'time_format_select' => 'Select a time format',
'timezone' => 'Time zone',
'timezone_select' => 'Select a time zone',
];