--- doc/install/linux/LCLocalization/localize/de.pm 2012/12/18 16:06:56 1.4 +++ doc/install/linux/LCLocalization/localize/de.pm 2015/04/06 01:08:13 1.5 @@ -2,7 +2,7 @@ # German Localization Lexicon for install script # run to prepare a system for LON-CAPA installation. # -# $Id: de.pm,v 1.4 2012/12/18 16:06:56 raeburn Exp $ +# $Id: de.pm,v 1.5 2015/04/06 01:08:13 raeburn Exp $ # # Copyright Michigan State University Board of Trustees # @@ -487,6 +487,22 @@ use base qw(LCLocalization::localize); '~[y/N~]' => '~[y/N~]', + + 'Copying loncapa [_1] site file to [_2] and pointing [_3] to it from sites-enabled.' +=> 'Kopiere loncapa [_1] Site-Datei nach [_2] und richte Link [_3] in sites-enabled ein.', + + 'Please run the install.pl script again, once you have restarted mysql.' +=> 'Bitte führen Sie install.pl erneut aus, nachdem Sie mysql neugestartet haben.', + + 'Restarting mysql, please be patient' +=> 'Starte mysql neu. Bitte haben Sie einen Moment Geduld.', + + 'Stopping execution of install.pl script.' +=> 'Beende die Ausführung des install.pl Skripts.', + + 'The mysql daemon needs to be restarted using the following command:' +=> 'Der mysql daemon muss neugestartet werden. Verwenden Sie folgenden Befehl:' + ); 1;