Skip to content

Commit

Permalink
FIX: Translation Syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
aljawaid committed Sep 15, 2023
1 parent 9150aa1 commit 54fa84c
Show file tree
Hide file tree
Showing 6 changed files with 1 addition and 6 deletions.
1 change: 0 additions & 1 deletion Locale/de_DE/translations.php
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,6 @@
'Directory Owner' => 'Verzeichnis-Eigentümer',
'Files Directory' => 'Dateien Verzeichnis',
'Cache Directory' => 'Cache-Verzeichnis',
'Not required as Cache Driver is set to' => 'Nicht erforderlich, da der Cache-Treiber eingestellt ist auf',
'Plugins Installer' => 'Plugins Installer',
'Disabled' => 'Deaktiviert',
'Plugins cannot be installed. This is also set by default for security reasons.' => 'Plugins können nicht installiert werden. Auch dies ist aus Sicherheitsgründen standardmäßig eingestellt.',
Expand Down
1 change: 0 additions & 1 deletion Locale/en_GB/translations.php
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,6 @@
'Directory Owner' => 'Directory Owner',
'Files Directory' => 'Files Directory',
'Cache Directory' => 'Cache Directory',
'Not required as Cache Driver is set to' => 'Not required as Cache Driver is set to',
'Plugins Installer' => 'Plugins Installer',
'Disabled' => 'Disabled',
'Plugins cannot be installed. This is also set by default for security reasons.' => 'Plugins cannot be installed. This is also set by default for security reasons.',
Expand Down
1 change: 0 additions & 1 deletion Locale/es_ES/translations.php
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,6 @@
'Directory Owner' => 'Propietario del directorio',
'Files Directory' => 'Directorio de archivos',
'Cache Directory' => 'Directorio Cache',
'Not required as Cache Driver is set to' => 'No es necesario ya que el controlador de caché está configurado como',
'Plugins Installer' => 'Instalador de plugins',
'Disabled' => 'Desactivado',
'Plugins cannot be installed. This is also set by default for security reasons.' => 'No se pueden instalar plugins. Esto también se establece por defecto por razones de seguridad.',
Expand Down
1 change: 0 additions & 1 deletion Locale/fr_FR/translations.php
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,6 @@
'Directory Owner' => 'Propriétaire du répertoire',
'Files Directory' => 'Répertoire des fichiers',
'Cache Directory' => 'Répertoire Cache',
'Not required as Cache Driver is set to' => 'Non requis car le pilote de cache est défini sur',
'Plugins Installer' => 'Installateur de plugins',
'Disabled' => 'Désactivé',
'Plugins cannot be installed. This is also set by default for security reasons.' => 'Les plugins ne peuvent pas être installés. Ce paramètre est également défini par défaut pour des raisons de sécurité.',
Expand Down
1 change: 0 additions & 1 deletion Locale/translations-starter-template.php
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,6 @@
'Directory Owner' => '',
'Files Directory' => '',
'Cache Directory' => '',
'Not required as Cache Driver is set to' => '',
'Plugins Installer' => '',
'Disabled' => '',
'Plugins cannot be installed. This is also set by default for security reasons.' => '',
Expand Down
2 changes: 1 addition & 1 deletion Template/config/app-config.php
Original file line number Diff line number Diff line change
Expand Up @@ -184,7 +184,7 @@
<span class="pass-tick" title="<?= t('This directory is writeable by the web server user') ?>">&#10004;</span>
<?php endif ?>
<?php if (CACHE_DRIVER == 'memory'): ?>
<span class="p-note"><i><?= t('Not required as Cache Driver is set to') ?></i> <code>memory</code></span>
<span class="p-note"><i><?= e('%s as Cache Driver is set to %s', '<strong>' . t('Not required') . '</strong>', '<code>memory</code>') ?></i></span>
<?php else: ?>
<?php if ($this->user->isAdmin()): ?>
<div id="pCheck" class="p-check">
Expand Down

0 comments on commit 54fa84c

Please sign in to comment.