3 lines
948 B
PHP
3 lines
948 B
PHP
<?php
|
|
return ['title'=>'Settings','description'=>'Manage account-based interface preferences.','appearance'=>'Appearance','language'=>'Language','theme'=>'Theme','light'=>'Light','dark'=>'Dark','system'=>'System','regional'=>'Regional Settings','timezone'=>'Time Zone','date_format'=>'Date Format','time_format'=>'Time Format','dashboard'=>'Dashboard Defaults','default_project'=>'Default Project','all_projects'=>'All Projects','default_range'=>'Default Date Range','per_page'=>'Items per Page','notifications'=>'Notifications','in_app'=>'In-app notifications','accessibility'=>'Accessibility','reduced_motion'=>'Reduce Motion','save'=>'Save Settings','reset'=>'Reset to Defaults','reset_help'=>'Only your preferences will be reset.','saved'=>'Your settings have been saved.','reset_done'=>'Your settings were reset to defaults.','ranges'=>['7_days'=>'Last 7 days','30_days'=>'Last 30 days','90_days'=>'Last 90 days','this_month'=>'This month']];
|