Revision 008c2e15
Von Moritz Bunkus vor fast 12 Jahren hinzugefügt
SL/Auth.pm | ||
---|---|---|
330 | 330 |
my ($cluster_encoding) = $dbh->selectrow_array($query); |
331 | 331 |
|
332 | 332 |
if ($cluster_encoding && ($cluster_encoding =~ m/^(?:UTF-?8|UNICODE)$/i) && ($encoding !~ m/^(?:UTF-?8|UNICODE)$/i)) { |
333 |
$error = $main::locale->text('Your PostgreSQL installationen uses UTF-8 as its encoding. Therefore you have to configure Lx-Office to use UTF-8 as well.');
|
|
333 |
$error = $main::locale->text('Your PostgreSQL installationen uses UTF-8 as its encoding. Therefore you have to configure kivitendo to use UTF-8 as well.');
|
|
334 | 334 |
} |
335 | 335 |
|
336 | 336 |
$dbh->disconnect(); |
... | ... | |
1047 | 1047 |
["batch_printing", $locale->text("Batch Printing")], |
1048 | 1048 |
["--others", $locale->text("Others")], |
1049 | 1049 |
["email_bcc", $locale->text("May set the BCC field when sending emails")], |
1050 |
["config", $locale->text("Change Lx-Office installation settings (all menu entries beneath 'System')")],
|
|
1050 |
["config", $locale->text("Change kivitendo installation settings (all menu entries beneath 'System')")],
|
|
1051 | 1051 |
["admin", $locale->text("Administration (Used to access instance administration from user logins)")], |
1052 | 1052 |
); |
1053 | 1053 |
|
Auch abrufbar als: Unified diff
Lx-Office heißt nun kivitendo