From 5de1bab287e1e08d027d6ee583efcc4d302f8402 Mon Sep 17 00:00:00 2001 From: Valdnet <47037905+Valdnet@users.noreply.github.com> Date: Thu, 27 May 2021 09:29:13 +0200 Subject: [PATCH] l10n: Spelling unification Spelling unification in Transifex. Signed-off-by: Valdnet <47037905+Valdnet@users.noreply.github.com> --- controller/translationcontroller.php | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/controller/translationcontroller.php b/controller/translationcontroller.php index 280ba102..e13023cf 100644 --- a/controller/translationcontroller.php +++ b/controller/translationcontroller.php @@ -278,13 +278,13 @@ class TranslationController extends ApiController { 'hide.details' => $this->trans->t('Hide details'), 'password.score' => $this->trans->t('Password score'), 'cracking.times' => $this->trans->t('Cracking times'), - 'cracking.time.100h' => $this->trans->t('100 / hour'), + 'cracking.time.100h' => $this->trans->t('100/hour'), 'cracking.time.100h.desc' => $this->trans->t('Throttled online attack'), - 'cracking.time.10s' => $this->trans->t('10 / second'), + 'cracking.time.10s' => $this->trans->t('10/second'), 'cracking.time.10s.desc' => $this->trans->t('Unthrottled online attack'), - 'cracking.time.10ks' => $this->trans->t('10k / second'), + 'cracking.time.10ks' => $this->trans->t('10k/second'), 'cracking.time.10ks.desc' => $this->trans->t('Offline attack, slow hash, many cores'), - 'cracking.time.10Bs' => $this->trans->t('10B / second'), + 'cracking.time.10Bs' => $this->trans->t('10B/second'), 'cracking.time.10Bs.desc' => $this->trans->t('Offline attack, fast hash, many cores'), 'match.sequence' => $this->trans->t('Match sequence'), 'match.sequence.link' => $this->trans->t('See match sequence'),