web-base/Core/Localization/en_US/settings.php

68 lines
2.2 KiB
PHP
Raw Normal View History

2023-01-16 21:47:23 +01:00
<?php
return [
"title" => "Settings",
2023-01-16 21:47:23 +01:00
"information" => "Information",
2024-04-24 16:02:16 +02:00
"disabled" => "Disabled",
"enabled" => "Enabled",
2023-01-16 21:47:23 +01:00
# API Key
"api_key" => "API Key",
"valid_until" => "Valid until",
"token" => "Token",
"request_new_key" => "Request new Key",
"show_only_active_keys" => "Show only active keys",
2023-03-05 15:30:06 +01:00
"no_api_key_registered" => "No valid API-Keys registered",
2023-01-16 21:47:23 +01:00
# settings
"key" => "Key",
"value" => "Value",
"general" => "General",
"mail" => "Mail",
2024-04-23 14:05:29 +02:00
"captcha" => "Captcha",
"uncategorized" => "Uncategorized",
# general settings
"site_name" => "Site Name",
"base_url" => "Base URL",
"user_registration_enabled" => "Allow user registration",
"allowed_extensions" => "Allowed file extensions",
"trusted_domains" => "Trusted origin domains (* as subdomain-wildcard)",
"time_zone" => "Time zone",
# mail settings
"mail_enabled" => "Enable e-mail transport",
"mail_from" => "Sender e-mail address",
"mail_host" => "Mail server host",
"mail_port" => "Mail server port",
"mail_username" => "Mail server username",
"mail_password" => "Mail server password",
"mail_footer" => "Path to e-mail footer",
2024-04-05 14:17:50 +02:00
"mail_async" => "Send e-mails asynchronously (requires a cron-job)",
"mail_address" => "Mail address",
"send_test_email" => "Send test e-mail",
2024-04-23 14:05:29 +02:00
# captcha
"captcha_provider" => "Captcha Provider",
"captcha_site_key" => "Captcha Site Key",
"captcha_secret_key" => "Secret Captcha Key",
2024-04-24 16:02:16 +02:00
"recaptcha" => "Google reCaptcha",
"hcaptcha" => "hCaptcha",
2024-04-23 20:35:58 +02:00
# redis
"rate_limit" => "Rate Limiting",
"rate_limiting_enabled" => "Rate Limiting enabled",
"redis_host" => "Redis host",
"redis_port" => "Redis port",
"redis_password" => "Redis password",
"redis_test" => "Test Connection",
"redis_test_error" => "Redis Connection failed, check your credentials.",
"redis_test_success" => "Redis Connection successfully established.",
2024-04-23 20:35:58 +02:00
# dialog
"fetch_settings_error" => "Error fetching settings",
"save_settings_success" => "Settings saved successfully",
"save_settings_error" => "Error saving settings",
2024-04-05 14:17:50 +02:00
"send_test_email_error" => "Error sending test email",
"send_test_email_success" => "Test email successfully sent. Please check your inbox!",
2023-01-16 21:47:23 +01:00
];