diff options
| author | 2016-10-07 17:25:36 +0200 | |
|---|---|---|
| committer | 2016-10-07 17:25:36 +0200 | |
| commit | 7ca759f2c7d8ee4fc5fd07bc236e795a93fb9d74 (patch) | |
| tree | 5c80c3e4c4ad4ea6751b74183ed3318176477e8c /app/i18n/de/admin.php | |
| parent | 57115d9ef740cf6c5a5b5bb361b365f6c61bdef0 (diff) | |
| parent | ad58ae923cbb4a49745719056e06a7c19c50bf36 (diff) | |
Merge pull request #1285 from Alkarex/php-extensions
Update php-* extension names
Diffstat (limited to 'app/i18n/de/admin.php')
| -rw-r--r-- | app/i18n/de/admin.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app/i18n/de/admin.php b/app/i18n/de/admin.php index b1c29b901..c12f32bc8 100644 --- a/app/i18n/de/admin.php +++ b/app/i18n/de/admin.php @@ -33,7 +33,7 @@ return array( 'ok' => 'Sie haben die benötigte Bibliothek für die Überprüfung von Zeichentypen (ctype).', ), 'curl' => array( - 'nok' => 'Ihnen fehlt cURL (Paket php5-curl).', + 'nok' => 'Ihnen fehlt cURL (Paket php-curl).', 'ok' => 'Sie haben die cURL-Erweiterung.', ), 'data' => array( @@ -93,7 +93,7 @@ return array( 'ok' => 'Die Berechtigungen des Verzeichnisses <em>./data/users</em> sind in Ordnung.', ), 'zip' => array( - 'nok' => 'Ihnen fehlt die ZIP-Erweiterung (Paket php5-zip).', + 'nok' => 'Ihnen fehlt die ZIP-Erweiterung (Paket php-zip).', 'ok' => 'Sie haben die ZIP-Erweiterung.', ), ), |
