From b1de369c596af50eaa3fc8d7a88f7a53bf72b803 Mon Sep 17 00:00:00 2001 From: Damien Metzger Date: Fri, 22 Mar 2013 11:23:52 +0100 Subject: [PATCH] // Missing translation in German installer --- install-dev/langs/de/install.php | 1 + 1 file changed, 1 insertion(+) diff --git a/install-dev/langs/de/install.php b/install-dev/langs/de/install.php index 493f44f15..12d9451a5 100644 --- a/install-dev/langs/de/install.php +++ b/install-dev/langs/de/install.php @@ -232,5 +232,6 @@ return array( 'Display' => 'Anzeige', 'PrestaShop compatibility with your system environment has been verified!' => 'Die Kompatibilität von PrestaShop mit Ihrem System wurde überprüft!', 'PrestaShop requires at least 32M of memory to run, please check the memory_limit directive in php.ini or contact your host provider' => 'Damit PrestaShop einwandfrei funktionieren kann, werden mindestens 32M Speicher benötigt. Bitte überprüfen Sie die memory_limit directive in php.in oder kontaktieren Sie Ihrem Provider.', + 'Your PHP sessions path is not writable - check with your hosting provider:' => 'Der Speicherungsordner ist nicht beschreibbar - bitte kontaktieren Sie Ihren Provider', ), ); \ No newline at end of file