Skip to content

Commit

Permalink
FIX: Better Plugin Description
Browse files Browse the repository at this point in the history
  • Loading branch information
aljawaid committed Sep 16, 2023
1 parent ed1d9bf commit 19e0c1f
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion Locale/de_DE/translations.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
//
// 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.' => 'Dieses Plugin zeigt einen Konfigurationsbereich an, in dem alle Standard- und benutzerdefinierten Werte angezeigt werden, so dass Benutzer Probleme überprüfen und beheben können, ohne die Kerndateien öffnen zu müssen.',
'This plugin shows a dedicated section to display the environment and configuration settings allowing users to quickly troubleshoot issues without having to open core files. Display or share configurations to identify problems across the application in a user-friendly format. Helpful tips, webhook documentation and access to view the default and current config files from within the interface are just some of the features included in this powerful plugin.' => 'Dieses Plugin zeigt einen speziellen Bereich an, in dem die Umgebungs- und Konfigurationseinstellungen angezeigt werden, so dass die Benutzer Probleme schnell beheben können, ohne die Kerndateien öffnen zu müssen. Sie können Konfigurationen anzeigen oder freigeben, um Probleme in der gesamten Anwendung in einem benutzerfreundlichen Format zu identifizieren. Hilfreiche Tipps, Webhook-Dokumentation und der Zugriff auf die Standard- und aktuellen Konfigurationsdateien innerhalb der Schnittstelle sind nur einige der Funktionen, die in diesem leistungsstarken Plugin enthalten sind.',
//
// Controller/TechnicalSupportController.php
//
Expand Down
2 changes: 1 addition & 1 deletion Locale/en_GB/translations.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
//
// 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.',
'This plugin shows a dedicated section to display the environment and configuration settings allowing users to quickly troubleshoot issues without having to open core files. Display or share configurations to identify problems across the application in a user-friendly format. Helpful tips, webhook documentation and access to view the default and current config files from within the interface are just some of the features included in this powerful plugin.' => 'This plugin shows a dedicated section to display the environment and configuration settings allowing users to quickly troubleshoot issues without having to open core files. Display or share configurations to identify problems across the application in a user-friendly format. Helpful tips, webhook documentation and access to view the default and current config files from within the interface are just some of the features included in this powerful plugin.',
//
// Controller/TechnicalSupportController.php
//
Expand Down
2 changes: 1 addition & 1 deletion Locale/es_ES/translations.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
//
// 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.' => 'Este plugin muestra una sección de configuración para mostrar todos los valores predeterminados y personalizados para que los usuarios puedan comprobar y solucionar problemas sin tener que abrir los archivos del núcleo.',
'This plugin shows a dedicated section to display the environment and configuration settings allowing users to quickly troubleshoot issues without having to open core files. Display or share configurations to identify problems across the application in a user-friendly format. Helpful tips, webhook documentation and access to view the default and current config files from within the interface are just some of the features included in this powerful plugin.' => 'Este plugin muestra una sección dedicada para mostrar el entorno y los ajustes de configuración permitiendo a los usuarios solucionar rápidamente los problemas sin tener que abrir los archivos del núcleo. Muestra o comparte configuraciones para identificar problemas en toda la aplicación en un formato fácil de usar. Consejos útiles, documentación webhook y acceso para ver los archivos de configuración por defecto y actuales desde dentro de la interfaz son sólo algunas de las características incluidas en este potente plugin.',
//
// Controller/TechnicalSupportController.php
//
Expand Down
2 changes: 1 addition & 1 deletion Locale/fr_FR/translations.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
//
// 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.' => 'Ce plugin présente une section de configuration pour afficher toutes les valeurs par défaut et personnalisées afin que les utilisateurs puissent vérifier et résoudre les problèmes sans avoir à ouvrir les fichiers principaux.',
'This plugin shows a dedicated section to display the environment and configuration settings allowing users to quickly troubleshoot issues without having to open core files. Display or share configurations to identify problems across the application in a user-friendly format. Helpful tips, webhook documentation and access to view the default and current config files from within the interface are just some of the features included in this powerful plugin.' => 'Ce plugin présente une section dédiée à l\'affichage de l\'environnement et des paramètres de configuration permettant aux utilisateurs de résoudre rapidement les problèmes sans avoir à ouvrir les fichiers centraux. Affichez ou partagez les configurations pour identifier les problèmes à travers l\'application dans un format convivial. Des conseils utiles, une documentation sur les webhooks et l\'accès à la visualisation des fichiers de configuration par défaut et actuels depuis l\'interface ne sont que quelques-unes des fonctionnalités incluses dans ce puissant plugin.',
//
// Controller/TechnicalSupportController.php
//
Expand Down
2 changes: 1 addition & 1 deletion Locale/translations-starter-template.php
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
//
// 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 dedicated section to display the environment and configuration settings allowing users to quickly troubleshoot issues without having to open core files. Display or share configurations to identify problems across the application in a user-friendly format. Helpful tips, webhook documentation and access to view the default and current config files from within the interface are just some of the features included in this powerful plugin..' => '',
//
// Controller/TechnicalSupportController.php
//
Expand Down
2 changes: 1 addition & 1 deletion Plugin.php
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ public function getPluginName()

public function getPluginDescription()
{
return t('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.');
return t('This plugin shows a dedicated section to display the environment and configuration settings allowing users to quickly troubleshoot issues without having to open core files. Display or share configurations to identify problems across the application in a user-friendly format. Helpful tips, webhook documentation and access to view the default and current config files from within the interface are just some of the features included in this powerful plugin.');
}

public function getPluginAuthor()
Expand Down

0 comments on commit 19e0c1f

Please sign in to comment.