From 87026be728003da2764766f3569da5ddc6b63445 Mon Sep 17 00:00:00 2001 From: aljawaid <10233708+aljawaid@users.noreply.github.com> Date: Sun, 27 Aug 2023 22:44:38 +0100 Subject: [PATCH] NEW: Updated Translation Starter Template - resolves #16 --- Locale/translations-starter-template.php | 128 +++++++++++++++++++++++ 1 file changed, 128 insertions(+) diff --git a/Locale/translations-starter-template.php b/Locale/translations-starter-template.php index 9518f8d..cec46fe 100644 --- a/Locale/translations-starter-template.php +++ b/Locale/translations-starter-template.php @@ -10,4 +10,132 @@ 'This plugin shows a configuration section to display all the default and custom values so that users can check and troubleshoot issues without having to open core files.', + // + // Controller/TechnicalSupportController.php + // + 'Settings %s Configuration' => '', + // + // Helper/SupportHelper.php + // + 'Directory' => '', + // + // Template/config/sidebar.php + // + 'Configuration' => '', + // + // Template/config/support.php + // + 'Application Configuration' => '', + 'User Configuration' => '', + 'Your Profile Full Name' => '', + 'Your User ID' => '', + 'Your Role' => '', + 'Your IP Address' => '', + 'Opens in a new window' => '', + 'Lookup IP' => '', + 'Current Page' => '', + 'Your Browser Name' => '', + 'Your Browser' => '', + 'Your Data Privacy' => '', + 'This page shows sensitive data. Hide selective information before sharing.' => '', + 'Hide Data' => '', + 'Application Information' => '', + 'Application Name' => '', + 'Version' => '', + 'Updates' => '', + 'Check for updates' => '', + 'Debug Mode' => '', + 'Enabled' => '', + 'Not Enabled' => '', + 'Data Directory' => '', + 'This directory is not writeable by the web server user' => '', + 'This directory is writeable by the web server user' => '', + 'Directory Permissions' => '', + 'Linux Directory Permissions' => '', + 'Directory Owner' => '', + 'Files Directory' => '', + 'Cache Directory' => '', + 'Not required as Cache Driver is set to' => '', + 'Plugins Directory' => '', + 'Log File' => '', + 'Session Handler' => '', + 'Database' => '', + 'Session Duration' => '', + 'Until browser is closed' => '', + 'Database Connection' => '', + 'Database Driver' => '', + 'Database Version' => '', + 'Database Username' => '', + 'Database Hostname' => '', + 'Database Name' => '', + 'Database Size' => '', + 'Download Database' => '', + 'compressed SQLite file' => '', + 'Upload Database' => '', + 'Optimize Database' => '', + 'command' => '', + 'Email Connection' => '', + 'Mail Configuration' => '', + 'Disabled' => '', + 'Sender Email' => '', + 'Not Set' => '', + 'Mail Transport' => '', + 'Other' => '', + 'Mail Server Hostname' => '', + 'SMTP Encryption' => '', + 'SMTP Username' => '', + 'Command Name' => '', + 'Sendmail Command' => '', + 'Server Configuration' => '', + 'Operating System' => '', + 'Website Address' => '', + 'Domain' => '', + 'Server IP Address' => '', + 'Secure' => '', + 'Not Secure' => '', + 'System Temporary Directory' => '', + 'Absolute Path' => '', + 'Common Gateway Interface' => '', + 'HTTP Web Server' => '', + 'Pretty URLs' => '', + 'On' => '', + 'Off' => '', + 'Server Protocol' => '', + 'Secure HTTP Protocol' => '', + 'Yes' => '', + 'No' => '', + 'PHP Information' => '', + 'Major Version' => '', + 'Minor Version' => '', + 'Release Version' => '', + 'Less than minimum requirement' => '', + 'Pass' => '', + 'Config File Path' => '', + 'Config File Scan Directory' => '', + 'Loaded Configuration File' => '', + 'PHP Extension Name' => '', + 'Not Detected' => '', + 'Required' => '', + 'PHP Extension' => '', + 'Required Extension' => '', + 'Optional' => '', + 'Missing PDO Extension' => '', + 'MySQL Detected' => '', + 'PostgreSQL Detected' => '', + 'SQLite Detected' => '', + // + // Template/config/webhook.php + // + 'Webhook Settings' => '', + 'Webhook URL' => '', + 'Save' => '', + 'Webhook Token' => '', + 'Warning' => '', + 'Resetting the webhook token may require the cron background jobs to be manually updated' => '', + 'Token:' => '', + 'Reset Token' => '', );