|
42 | 42 | 'confirm_purge' => 'Confirm Purge', |
43 | 43 | 'confirm_purge_help' => 'Enter the text "DELETE" in the box below to purge your deleted records. This action cannot be undone and will PERMANENTLY delete all soft-deleted items and users. (You should make a backup first, just to be safe.)', |
44 | 44 | 'custom_css' => 'Custom CSS', |
| 45 | + 'custom_css_placeholder' => 'Add your custom CSS', |
45 | 46 | 'custom_css_help' => 'Enter any custom CSS overrides you would like to use. Do not include the <style></style> tags.', |
46 | 47 | 'custom_forgot_pass_url' => 'Custom Password Reset URL', |
47 | 48 | 'custom_forgot_pass_url_help' => 'This replaces the built-in forgotten password URL on the login screen, useful to direct people to internal or hosted LDAP password reset functionality. It will effectively disable local user forgotten password functionality.', |
|
69 | 70 | 'favicon_size' => 'Favicons should be square images, 16x16 pixels.', |
70 | 71 | 'footer_text' => 'Additional Footer Text ', |
71 | 72 | 'footer_text_help' => 'This text will appear in the right-side footer. Links are allowed using <a href="https://help.github.com/articles/github-flavored-markdown/">Github flavored markdown</a>. Line breaks, headers, images, etc may result in unpredictable results.', |
| 73 | + 'footer_text_placeholder' => 'Optional footer text', |
72 | 74 | 'general_settings' => 'General Settings', |
73 | 75 | 'general_settings_help' => 'Default EULA and more', |
74 | 76 | 'generate_backup' => 'Generate Backup', |
|
134 | 136 | 'login_user_agent' => 'User Agent', |
135 | 137 | 'login_help' => 'List of attempted logins', |
136 | 138 | 'login_note' => 'Login Note', |
| 139 | + 'login_note_placeholder' => "If you do not have a login or have found a device belonging to this company, please call technical support at 888-555-1212. Thank you.", |
137 | 140 | 'login_note_help' => 'Optionally include a few sentences on your login screen, for example to assist people who have found a lost or stolen device. This field accepts <a href="https://help.github.com/articles/github-flavored-markdown/">Github flavored markdown</a>', |
138 | 141 | 'login_remote_user_text' => 'Remote User login options', |
139 | 142 | 'login_remote_user_enabled_text' => 'Enable Login with Remote User Header', |
|
347 | 350 | 'setup_migration_create_user' => 'Next: Create User', |
348 | 351 | 'ldap_settings_link' => 'LDAP Settings Page', |
349 | 352 | 'slack_test' => 'Test <i class="fab fa-slack"></i> Integration', |
| 353 | + 'status_label_name' => 'Status Label Name', |
| 354 | + 'super_admin_only' => 'Super Admin Only', |
350 | 355 | 'label2_enable' => 'New Label Engine', |
351 | 356 | 'label2_enable_help' => 'Switch to the new label engine. <b>Note: You will need to save this setting before setting others.</b>', |
352 | 357 | 'label2_template' => 'Template', |
|
380 | 385 | 'database_driver' => 'Database Driver', |
381 | 386 | 'bs_table_storage' => 'Table Storage', |
382 | 387 | 'timezone' => 'Timezone', |
| 388 | + 'test_mail' => 'Test Mail', |
383 | 389 | 'profile_edit' => 'Edit Profile', |
384 | 390 | 'profile_edit_help' => 'Allow users to edit their own profiles.', |
385 | 391 | 'default_avatar' => 'Upload custom default avatar', |
|
389 | 395 | 'due_checkin_days' => 'Due For Checkin Warning', |
390 | 396 | 'due_checkin_days_help' => 'How many days before the expected checkin of an asset should it be listed in the "Due for checkin" page?', |
391 | 397 | 'no_groups' => 'No groups have been created yet. Visit <code>Admin Settings > Permission Groups</code> to add one.', |
| 398 | + 'text' => 'Text', |
| 399 | + |
| 400 | + |
| 401 | + 'logo_option_types' => [ |
| 402 | + 'text' => 'Text', |
| 403 | + 'logo' => 'Logo', |
| 404 | + 'logo_and_text' => 'Logo and Text', |
| 405 | + ], |
| 406 | + |
392 | 407 |
|
393 | 408 |
|
394 | 409 | /* Keywords for settings overview help */ |
|
0 commit comments