You are here

protected property ThunderInstallerGermanTest::$translations in Thunder 8.5

Same name and namespace in other branches
  1. 8.2 tests/src/Functional/Installer/ThunderInstallerGermanTest.php \Drupal\Tests\thunder\Functional\Installer\ThunderInstallerGermanTest::translations
  2. 8.3 tests/src/Functional/Installer/ThunderInstallerGermanTest.php \Drupal\Tests\thunder\Functional\Installer\ThunderInstallerGermanTest::translations
  3. 8.4 tests/src/Functional/Installer/ThunderInstallerGermanTest.php \Drupal\Tests\thunder\Functional\Installer\ThunderInstallerGermanTest::translations
  4. 6.2.x tests/src/Functional/Installer/ThunderInstallerGermanTest.php \Drupal\Tests\thunder\Functional\Installer\ThunderInstallerGermanTest::translations
  5. 6.0.x tests/src/Functional/Installer/ThunderInstallerGermanTest.php \Drupal\Tests\thunder\Functional\Installer\ThunderInstallerGermanTest::translations
  6. 6.1.x tests/src/Functional/Installer/ThunderInstallerGermanTest.php \Drupal\Tests\thunder\Functional\Installer\ThunderInstallerGermanTest::translations

A string translation map used for translated installer screens.

Keys are English strings, values are translated strings.

Type: array

Overrides InstallerTestBase::$translations

File

tests/src/Functional/Installer/ThunderInstallerGermanTest.php, line 25

Class

ThunderInstallerGermanTest
Tests the interactive installer installing the standard profile.

Namespace

Drupal\Tests\thunder\Functional\Installer

Code

protected $translations = [
  'Save and continue' => 'Speichern und fortfahren',
  'Errors found' => 'Fehler gefunden',
  'continue anyway' => 'fortfahren',
];