2.4.1: Settings GPG, Localization, CLI DB migrate, minor improvements
This commit is contained in:
@@ -92,6 +92,11 @@ return [
|
||||
"remove_group_member_text" => "Do you really want to remove user '%s' from this group?",
|
||||
"add_group_member_title" => "Add member",
|
||||
"add_group_member_text" => "Search a user to add to the group",
|
||||
"delete_user_error" => "Error deleting User",
|
||||
"delete_user_title" => "Delete User",
|
||||
"delete_user_text" => "Are you really sure you want to delete this user? This cannot be undone!",
|
||||
"error_reading_file" => "Error reading file",
|
||||
"invalid_gpg_key" => "Selected file is a not a GPG Public Key in ASCII format",
|
||||
|
||||
# GPG Key
|
||||
"gpg_key" => "GPG Key",
|
||||
|
||||
@@ -17,6 +17,7 @@ return [
|
||||
"available_groups" => "available Groups",
|
||||
"routes_defined" => "Routes defined",
|
||||
"error_count" => "Errors in the past 48 hours",
|
||||
"more_info" => "More Info",
|
||||
|
||||
# Dialogs
|
||||
"fetch_stats_error" => "Error fetching stats",
|
||||
|
||||
@@ -54,10 +54,11 @@ return [
|
||||
"sending" => "Sending",
|
||||
|
||||
# file
|
||||
"choose_file" => "Choose File",
|
||||
"choose_file" => "Choose file",
|
||||
"download" => "Download",
|
||||
"download_all" => "Download All",
|
||||
"upload" => "Upload",
|
||||
"upload_file" => "Upload file",
|
||||
"uploading" => "Uploading",
|
||||
"rename" => "Rename",
|
||||
"move" => "Move",
|
||||
|
||||
@@ -24,11 +24,14 @@ return [
|
||||
|
||||
# general settings
|
||||
"site_name" => "Site Name",
|
||||
"mail_contact" => "Contact mail address",
|
||||
"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_contact_gpg_key" => "Contact GPG key",
|
||||
"no_gpg_key_configured" => "No GPG key configured yet",
|
||||
|
||||
# mail settings
|
||||
"mail_enabled" => "Enable e-mail transport",
|
||||
@@ -65,4 +68,8 @@ return [
|
||||
"save_settings_error" => "Error saving settings",
|
||||
"send_test_email_error" => "Error sending test email",
|
||||
"send_test_email_success" => "Test email successfully sent. Please check your inbox!",
|
||||
"remove_gpg_key_error" => "Error removing GPG key",
|
||||
"remove_gpg_key" => "Remove GPG key",
|
||||
"remove_gpg_key_text" => "Do you really want to remove this gpg key?",
|
||||
"import_gpg_key_error" => "Error importing GPG key",
|
||||
];
|
||||
Reference in New Issue
Block a user