Projekt

Allgemein

Profil

« Zurück | Weiter » 

Revision 008c2e15

Von Moritz Bunkus vor fast 12 Jahren hinzugefügt

  • ID 008c2e1529744e195616ac2cbf7736f06a90816e
  • Vorgänger 96a5b393
  • Nachfolger c497b035

Lx-Office heißt nun kivitendo

Unterschiede anzeigen:

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