Skip to content

Commit

Permalink
FIX: Abbreviation Translations
Browse files Browse the repository at this point in the history
  • Loading branch information
aljawaid committed Sep 16, 2023
1 parent 5e105a9 commit 3dd613f
Show file tree
Hide file tree
Showing 6 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion Locale/de_DE/translations.php
Original file line number Diff line number Diff line change
Expand Up @@ -182,7 +182,7 @@
'Mail Transport' => 'Mail-Transport',
'Other' => 'Andere',
'Mail Server Hostname' => 'Mail-Server Hostname',
'SMTP Encryption' => 'SMTP-Verschlüsselung',
'Encryption' => 'Verschlüsselung',
'SMTP Username' => 'SMTP-Benutzername',
'Command Name' => 'Befehl Name',
'Sendmail Command' => 'Sendmail-Befehl',
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 @@ -182,7 +182,7 @@
'Mail Transport' => 'Mail Transport',
'Other' => 'Other',
'Mail Server Hostname' => 'Mail Server Hostname',
'SMTP Encryption' => 'SMTP Encryption',
'Encryption' => 'Encryption',
'SMTP Username' => 'SMTP Username',
'Command Name' => 'Command Name',
'Sendmail Command' => 'Sendmail Command',
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 @@ -182,7 +182,7 @@
'Mail Transport' => 'Transporte de correo',
'Other' => 'Otro',
'Mail Server Hostname' => 'Nombre de host del servidor de correo',
'SMTP Encryption' => 'Cifrado SMTP',
'Encryption' => 'Cifrado',
'SMTP Username' => 'Nombre de usuario SMTP',
'Command Name' => 'Nombre del comando',
'Sendmail Command' => 'Comando Sendmail',
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 @@ -182,7 +182,7 @@
'Mail Transport' => 'Transport du courrier',
'Other' => 'Autre',
'Mail Server Hostname' => 'Nom d\'hôte du serveur de messagerie',
'SMTP Encryption' => 'Cryptage SMTP',
'Encryption' => 'Cryptage',
'SMTP Username' => 'Nom d\'utilisateur SMTP',
'Command Name' => 'Nom de la commande',
'Sendmail Command' => 'Commande Sendmail',
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 @@ -191,7 +191,7 @@
'Mail Transport' => '',
'Other' => '',
'Mail Server Hostname' => '',
'SMTP Encryption' => '',
'Encryption' => '',
'SMTP Username' => '',
'Command Name' => '',
'Sendmail Command' => '',
Expand Down
4 changes: 2 additions & 2 deletions Template/config/support.php
Original file line number Diff line number Diff line change
Expand Up @@ -375,7 +375,7 @@
<?php if (!empty(MAIL_SMTP_ENCRYPTION)): ?>
<span class="data-wrap">
<li class="mail-info-title">
<abbr title="Simple Mail Transport Protocol"><?= t('SMTP Encryption') ?></abbr>
<abbr title="Simple Mail Transport Protocol">SMTP</abbr> <?= t('Encryption') ?>
</li>
<?php if (MAIL_SMTP_ENCRYPTION == 'ssl'): ?>
<li class="mail-info-value border-bottom-thick">SSL</li>
Expand All @@ -388,7 +388,7 @@
<?php endif ?>
<span class="data-wrap">
<li class="mail-info-title">
<abbr title="Simple Mail Transport Protocol">SMTP Port</abbr>
<abbr title="Simple Mail Transport Protocol">SMTP</abbr> Port
</li>
<li class="mail-info-value value-path border-bottom-thick"><?= MAIL_SMTP_PORT ?></li>
</span>
Expand Down

0 comments on commit 3dd613f

Please sign in to comment.