X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;ds=sidebyside;f=locale%2Fde%2Finstallationcheck;h=68d47c5ab5b0543afc16de95f6227330575f321f;hb=f373f98d676d433b7db20e3e74435a34029cac0f;hp=74676c1e35aebbf91bb393db5a0f5d3f67545723;hpb=6d1df9ca24bbb8c03e10812ce4cf1b889d947470;p=kivitendo-erp.git diff --git a/locale/de/installationcheck b/locale/de/installationcheck index 74676c1e3..68d47c5ab 100644 --- a/locale/de/installationcheck +++ b/locale/de/installationcheck @@ -1,3 +1,5 @@ +#!/usr/bin/perl + $self->{texts} = { 'At least one Perl module that Lx-Office ERP requires for running is not installed on your system.' => 'Mindestes ein Perl-Modul, das Lx-Office ERP zur Ausführung benötigt, ist auf Ihrem System nicht installiert.', 'Bcc' => 'Bcc', @@ -7,6 +9,8 @@ $self->{texts} = { 'File' => 'Datei', 'Here\'s an example command line:' => 'Hier ist eine Kommandozeile, die als Beispiel dient:', 'Message' => 'Nachricht', + 'Missing parameter #1 in call to sub #2.' => 'Fehlernder Parameter \'#1\' in Funktionsaufruf \'#2\'.', + 'Missing parameter (at least one of #1) in call to sub #2.' => 'Fehlernder Parameter (mindestens einer aus \'#1\') in Funktionsaufruf \'#2\'.', 'Module home page' => 'Modul-Webseite', 'Module name' => 'Modulname', 'One or more Perl modules missing' => 'Ein oder mehr Perl-Module fehlen',