Skip to content

Commit

Permalink
NEW: Add ODBC Data Source Name
Browse files Browse the repository at this point in the history
 - #19
  • Loading branch information
aljawaid committed Sep 14, 2023
1 parent 8075ddc commit 8aab1d0
Show file tree
Hide file tree
Showing 6 changed files with 11 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 @@ -91,6 +91,7 @@
'MySQL SSL Certificate' => 'MySQL SSL-Zertifikat',
'MySQL SSL Certificate Authority' => 'MySQL SSL-Zertifizierungsstelle',
'MySQL SSL Server Verification' => 'MySQL SSL-Server-Überprüfung',
'ODBC Data Source Name' => 'ODBC-Datenquellenname (DSN)',
'Database Size' => 'Größe der Datenbank',
'Download Database' => 'Datenbank herunterladen',
'compressed SQLite file' => 'komprimierte SQLite-Datei',
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 @@ -91,6 +91,7 @@
'MySQL SSL Certificate' => 'MySQL SSL Certificate',
'MySQL SSL Certificate Authority' => 'MySQL SSL Certificate Authority',
'MySQL SSL Server Verification' => 'MySQL SSL Server Verification',
'ODBC Data Source Name' => 'ODBC Data Source Name',
'Database Size' => 'Database Size',
'Download Database' => 'Download Database',
'compressed SQLite file' => 'compressed SQLite file',
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 @@ -91,6 +91,7 @@
'MySQL SSL Certificate' => 'Certificado SSL de MySQL',
'MySQL SSL Certificate Authority' => 'Autoridad de Certificado SSL de MySQL',
'MySQL SSL Server Verification' => 'Verificación de Servidor MySQL SSL',
'ODBC Data Source Name' => 'Nombre de la fuente de datos ODBC (DSN)',
'Database Size' => 'Tamaño de la base de datos',
'Download Database' => 'Descargar base de datos',
'compressed SQLite file' => 'archivo SQLite comprimido',
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 @@ -91,6 +91,7 @@
'MySQL SSL Certificate' => 'Certificat SSL MySQL',
'MySQL SSL Certificate Authority' => 'Autorité de certification SSL MySQL',
'MySQL SSL Server Verification' => 'Vérification du serveur SSL de MySQL',
'ODBC Data Source Name' => 'Nom de la source de données ODBC (DSN)',
'Database Size' => 'Taille de la base de données',
'Download Database' => 'Télécharger la base de données',
'compressed SQLite file' => 'fichier SQLite compressé',
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 @@ -100,6 +100,7 @@
'MySQL SSL Certificate' => '',
'MySQL SSL Certificate Authority' => '',
'MySQL SSL Server Verification' => '',
'ODBC Data Source Name' => '',
'Database Size' => '',
'Download Database' => '',
'compressed SQLite file' => '',
Expand Down
6 changes: 6 additions & 0 deletions Template/config/support.php
Original file line number Diff line number Diff line change
Expand Up @@ -248,6 +248,12 @@
</div>
</details>
<?php endif ?>
<?php if (DB_DRIVER === 'odbc'): ?>
<span class="data-wrap">
<li class="db-info-title"><?= t('ODBC Data Source Name') ?></li>
<li class="db-info-value value-path border-bottom-thick privacy"><?= DB_ODBC_DSN ?></li>
</span>
<?php endif ?>
</ul>
<?php if (DB_DRIVER === 'sqlite'): ?>
<div class="panel">
Expand Down

0 comments on commit 8aab1d0

Please sign in to comment.