New upstream version 0.6.27
This commit is contained in:
@@ -1,8 +1,12 @@
|
||||
<?php defined('SYSPATH') OR die('No direct access allowed.');
|
||||
<?php
|
||||
|
||||
// phpcs:disable PSR1.Files.SideEffects
|
||||
defined('SYSPATH') or die('No direct access allowed.');
|
||||
// phpcs:enable PSR1.Files.SideEffects
|
||||
|
||||
$lang = array
|
||||
(
|
||||
'undefined_group' => 'Die Gruppe %s ist nicht in Ihrer Konfiguration enthalten.',
|
||||
'requires_mcrypt' => 'Um die Bibliothek Encrypt zu benutzen, muss mcrypt in Ihrer PHP-Installation aktiviert werden',
|
||||
'no_encryption_key' => 'Um die Bibliothek Encrypt zu benutzen, müssen Sie einen Schlüssel in Ihrer Konfiguration eintragen'
|
||||
'undefined_group' => 'Die Gruppe %s ist nicht in Ihrer Konfiguration enthalten.',
|
||||
'requires_mcrypt' => 'Um die Bibliothek Encrypt zu benutzen, muss mcrypt in Ihrer PHP-Installation aktiviert werden',
|
||||
'no_encryption_key' => 'Um die Bibliothek Encrypt zu benutzen, müssen Sie einen Schlüssel in Ihrer Konfiguration eintragen'
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user