Merge branch 'master' of ssh://git-mbunkus@lx-office.linet-services.de/~/lx-office-erp
[kivitendo-erp.git] / locale / en / installationcheck
1 #!/usr/bin/perl
2
3 $self->{texts} = {
4   'At least one Perl module that Lx-Office ERP requires for running is not installed on your system.' => 'At least one Perl module that Lx-Office ERP requires for running is not installed on your system.',
5   'Bcc'                         => 'Bcc',
6   'Cc'                          => 'Cc',
7   'Date'                        => 'Date',
8   'Directory'                   => 'Directory',
9   'File'                        => 'File',
10   'Here\'s an example command line:' => 'Here\'s an example command line:',
11   'Message'                     => 'Message',
12   'Missing parameter #1 in call to sub #2.' => 'Missing parameter #1 in call to sub #2.',
13   'Missing parameter (at least one of #1) in call to sub #2.' => 'Missing parameter (at least one of #1) in call to sub #2.',
14   'Module home page'            => 'Module home page',
15   'Module name'                 => 'Module name',
16   'One or more Perl modules missing' => 'One or more Perl modules missing',
17   'Please install the below listed modules or ask your system administrator to.' => 'Please install the below listed modules or ask your system administrator to.',
18   'Subject'                     => 'Subject',
19   'The preferred one is to install packages provided by your operating system distribution (e.g. Debian or RPM packages).' => 'The preferred one is to install packages provided by your operating system distribution (e.g. Debian or RPM packages).',
20   'The second way is to use Perl\'s CPAN module and let it download and install the module for you.' => 'The second way is to use Perl\'s CPAN module and let it download and install the module for you.',
21   'The third way is to download the module from the above mentioned URL and to install the module manually following the installations instructions contained in the source archive.' => 'The third way is to download the module from the above mentioned URL and to install the module manually following the installations instructions contained in the source archive.',
22   'There are usually three ways to install Perl modules.' => 'There are usually three ways to install Perl modules.',
23   'To (email)'                  => 'To (email)',
24   'You cannot continue before all required modules are installed.' => 'You cannot continue before all required modules are installed.',
25   '[email]'                     => '[email]',
26 };
27
28 $self->{subs} = {
29   'verify_installation'         => 'verify_installation',
30 };
31
32 1;