schneespur/lang/en/ui.php
Michael ee3dbba6cc Initial release v1.0.0
Schneespur — Open-source winter service documentation software (PWA + Admin).
GPS tracking via OwnTracks, weather data, photo evidence, and legally
compliant service records for winter maintenance operators.

License: AGPL-3.0-or-later
2026-05-17 13:33:51 +00:00

40 lines
1.9 KiB
PHP
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<?php
return [
'button_save' => 'Save Changes',
'button_cancel' => 'Cancel',
'button_back' => 'Back',
'button_next' => 'Next',
'button_create' => 'Create',
'button_delete' => 'Delete',
'button_edit' => 'Edit',
'button_confirm' => 'Confirm',
'button_close' => 'Dismiss notification',
'button_print' => 'Print Briefing',
'required_sr' => '(required)',
'search_placeholder' => 'Search…',
'pagination_label' => ':from:to of :total',
'error_summary_heading' => 'Please correct the highlighted fields.',
'error_403' => 'You do not have permission to access this area.',
'error_404' => 'This page was not found.',
'error_500' => 'An unexpected error occurred. Please try again. If the error persists, check `storage/logs/laravel.log`.',
'unsaved_changes' => 'You have unsaved changes. Do you really want to leave this page?',
'skip_to_main' => 'Skip to main content',
'breadcrumb_aria' => 'Breadcrumb',
'saved' => 'Changes saved.',
'date_preset_today' => 'Today',
'date_preset_yesterday' => 'Yesterday',
'date_preset_last_week' => 'Last Week',
'date_preset_last_month'=> 'Last Month',
'date_preset_season' => 'Current Season',
'branding_title' => 'Company Logo',
'branding_description' => 'Upload company logo for PDF documents and reports.',
'branding_logo' => 'Company Logo',
'branding_logo_help' => 'PNG, JPG, or SVG, max 2 MB. Scaled to max 200 px height.',
'branding_logo_current' => 'Current Logo',
'branding_logo_delete' => 'Remove Logo',
'branding_logo_delete_confirm' => 'Really remove the logo?',
'branding_logo_upload' => 'Upload New Logo',
];