Skip to content

Commit

Permalink
NEW: Updated Translation Starter Template
Browse files Browse the repository at this point in the history
 - resolves #16
  • Loading branch information
aljawaid committed Aug 27, 2023
1 parent 8929422 commit 87026be
Showing 1 changed file with 128 additions and 0 deletions.
128 changes: 128 additions & 0 deletions Locale/translations-starter-template.php
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,132 @@
<?php

return array(
//
// GENERAL
//
'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.' => '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' => '',
);

0 comments on commit 87026be

Please sign in to comment.