Skip to content

Commit

Permalink
NEW: Add Page Description
Browse files Browse the repository at this point in the history
  • Loading branch information
aljawaid committed Sep 14, 2023
1 parent fb98159 commit ee2c9f2
Show file tree
Hide file tree
Showing 6 changed files with 8 additions and 0 deletions.
1 change: 1 addition & 0 deletions Locale/de_DE/translations.php
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@
// Template/config/support.php
//
'Application Configuration' => 'Konfiguration der Anwendung',
'This page shows all default and custom values from the configuration file stored in %s combined with application-specific settings detected from your server.' => 'Auf dieser Seite werden alle Standard- und benutzerdefinierten Werte aus der in %s gespeicherten Konfigurationsdatei zusammen mit den von Ihrem Server erkannten anwendungsspezifischen Einstellungen angezeigt.',
'User Configuration' => 'Benutzer-Konfiguration',
'Your Profile Full Name' => 'Ihr vollständiger Profilname',
'Your User ID' => 'Ihre Benutzer-ID',
Expand Down
1 change: 1 addition & 0 deletions Locale/en_GB/translations.php
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@
// Template/config/support.php
//
'Application Configuration' => 'Application Configuration',
'This page shows all default and custom values from the configuration file stored in %s combined with application-specific settings detected from your server.' => 'This page shows all default and custom values from the configuration file stored in %s combined with application-specific settings detected from your server.',
'User Configuration' => 'User Configuration',
'Your Profile Full Name' => 'Your Profile Full Name',
'Your User ID' => 'Your User ID',
Expand Down
1 change: 1 addition & 0 deletions Locale/es_ES/translations.php
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@
// Template/config/support.php
//
'Application Configuration' => 'Configuración de la aplicación',
'This page shows all default and custom values from the configuration file stored in %s combined with application-specific settings detected from your server.' => 'Esta página muestra todos los valores predeterminados y personalizados del archivo de configuración almacenado en %s combinados con los ajustes específicos de la aplicación detectados desde su servidor.',
'User Configuration' => 'Configuración de usuario',
'Your Profile Full Name' => 'Nombre completo de su perfil',
'Your User ID' => 'Su ID de usuario',
Expand Down
1 change: 1 addition & 0 deletions Locale/fr_FR/translations.php
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@
// Template/config/support.php
//
'Application Configuration' => 'Configuration de l\'application',
'This page shows all default and custom values from the configuration file stored in %s combined with application-specific settings detected from your server.' => 'Cette page affiche toutes les valeurs par défaut et personnalisées du fichier de configuration stocké dans %s, ainsi que les paramètres spécifiques à l\'application détectés sur votre serveur.',
'User Configuration' => 'Configuration de l\'utilisateur',
'Your Profile Full Name' => 'Nom complet de votre profil',
'Your User ID' => 'Votre ID utilisateur',
Expand Down
1 change: 1 addition & 0 deletions Locale/translations-starter-template.php
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@
// Template/config/support.php
//
'Application Configuration' => '',
'This page shows all default and custom values from the configuration file stored in %s combined with application-specific settings detected from your server.' => '',
'User Configuration' => '',
'Your Profile Full Name' => '',
'Your User ID' => '',
Expand Down
3 changes: 3 additions & 0 deletions Template/config/support.php
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,9 @@
<span class="ks-icon"></span> <?= t('Application Configuration') ?>
</h2>
</div>
<p class="">
<?= e('This page shows all default and custom values from the configuration file stored in %s combined with application-specific settings detected from your server.', '<code class="field-code">/config.php</code>') ?>
</p>
<!-- PRIVACY WARNING -->
<section class="message error privacy-warning">
<header></header>
Expand Down

0 comments on commit ee2c9f2

Please sign in to comment.