Revision 52cd76db
Von Moritz Bunkus vor mehr als 16 Jahren hinzugefügt
SL/User.pm | ||
---|---|---|
145 | 145 |
} |
146 | 146 |
|
147 | 147 |
# update the tables |
148 |
open(FH, ">$main::userspath/nologin") or die("$!"); |
|
148 |
if (!open(FH, ">$main::userspath/nologin")) { |
|
149 |
$form->show_generic_error($main::locale->text('A temporary file could not be created. ' . |
|
150 |
'Please verify that the directory "#1" is writeable by the webserver.', |
|
151 |
$main::userspath), |
|
152 |
'back_button' => 1); |
|
153 |
} |
|
149 | 154 |
|
150 | 155 |
# required for Oracle |
151 | 156 |
$form->{dbdefault} = $sid; |
locale/de/admin | ||
---|---|---|
3 | 3 |
$self->{texts} = { |
4 | 4 |
'A group with that name does already exist.' => 'Eine Gruppe mit diesem Namen gibt es bereits.', |
5 | 5 |
'A temporary directory could not be created:' => 'Ein temporäres Verzeichnis konnte nicht erstellt werden:', |
6 |
'A temporary file could not be created. Please verify that the directory "#1" is writeable by the webserver.' => 'Eine tempor?re Datei konnte nicht angelegt werden. Bitte stellen Sie sicher, dass das Verzeichnis "#1" vom Webserver beschrieben werden darf.', |
|
6 | 7 |
'A temporary file could not be created:' => 'Eine temporäre Datei konnte nicht erstellt werden:', |
7 | 8 |
'ADDED' => 'Hinzugef?gt', |
8 | 9 |
'AP' => 'Einkauf', |
locale/de/all | ||
---|---|---|
34 | 34 |
'A group named "Full Access" has been created.' => 'Eine Gruppe namens "Vollzugriff" wurde angelegt.', |
35 | 35 |
'A group with that name does already exist.' => 'Eine Gruppe mit diesem Namen gibt es bereits.', |
36 | 36 |
'A temporary directory could not be created:' => 'Ein temporäres Verzeichnis konnte nicht erstellt werden:', |
37 |
'A temporary file could not be created. Please verify that the directory "#1" is writeable by the webserver.' => 'Eine tempor?re Datei konnte nicht angelegt werden. Bitte stellen Sie sicher, dass das Verzeichnis "#1" vom Webserver beschrieben werden darf.', |
|
37 | 38 |
'A temporary file could not be created:' => 'Eine temporäre Datei konnte nicht erstellt werden:', |
38 | 39 |
'A unit with this name does already exist.' => 'Eine Einheit mit diesem Namen existiert bereits.', |
39 | 40 |
'ADDED' => 'Hinzugef?gt', |
locale/de/am | ||
---|---|---|
13 | 13 |
'<%terms_netto%> -- The number of days for full payment' => '<%terms_netto%> -- Die Anzahl Tage, bis die Rechnung in voller Höhe bezahlt werden muss', |
14 | 14 |
'<%total%> -- Amount payable' => '<%total%> -- Noch zu bezahlender Betrag', |
15 | 15 |
'<%total_wo_skonto%> -- Amount payable less discount' => '<%total_wo_skonto%> -- Noch zu bezahlender Betrag abzüglich Skonto', |
16 |
'A temporary file could not be created. Please verify that the directory "#1" is writeable by the webserver.' => 'Eine tempor?re Datei konnte nicht angelegt werden. Bitte stellen Sie sicher, dass das Verzeichnis "#1" vom Webserver beschrieben werden darf.', |
|
16 | 17 |
'A unit with this name does already exist.' => 'Eine Einheit mit diesem Namen existiert bereits.', |
17 | 18 |
'ADDED' => 'Hinzugef?gt', |
18 | 19 |
'AP' => 'Einkauf', |
locale/de/amcvar | ||
---|---|---|
1 | 1 |
#!/usr/bin/perl |
2 | 2 |
|
3 | 3 |
$self->{texts} = { |
4 |
'A temporary file could not be created. Please verify that the directory "#1" is writeable by the webserver.' => 'Eine tempor?re Datei konnte nicht angelegt werden. Bitte stellen Sie sicher, dass das Verzeichnis "#1" vom Webserver beschrieben werden darf.', |
|
4 | 5 |
'ADDED' => 'Hinzugef?gt', |
5 | 6 |
'AP' => 'Einkauf', |
6 | 7 |
'AR' => 'Verkauf', |
locale/de/amtemplates | ||
---|---|---|
1 | 1 |
#!/usr/bin/perl |
2 | 2 |
|
3 | 3 |
$self->{texts} = { |
4 |
'A temporary file could not be created. Please verify that the directory "#1" is writeable by the webserver.' => 'Eine tempor?re Datei konnte nicht angelegt werden. Bitte stellen Sie sicher, dass das Verzeichnis "#1" vom Webserver beschrieben werden darf.', |
|
4 | 5 |
'ADDED' => 'Hinzugef?gt', |
5 | 6 |
'AP' => 'Einkauf', |
6 | 7 |
'AR' => 'Verkauf', |
locale/de/ap | ||
---|---|---|
1 | 1 |
#!/usr/bin/perl |
2 | 2 |
|
3 | 3 |
$self->{texts} = { |
4 |
'A temporary file could not be created. Please verify that the directory "#1" is writeable by the webserver.' => 'Eine tempor?re Datei konnte nicht angelegt werden. Bitte stellen Sie sicher, dass das Verzeichnis "#1" vom Webserver beschrieben werden darf.', |
|
4 | 5 |
'ADDED' => 'Hinzugef?gt', |
5 | 6 |
'AP' => 'Einkauf', |
6 | 7 |
'AP Transaction' => 'Kreditorenbuchung', |
locale/de/ar | ||
---|---|---|
1 | 1 |
#!/usr/bin/perl |
2 | 2 |
|
3 | 3 |
$self->{texts} = { |
4 |
'A temporary file could not be created. Please verify that the directory "#1" is writeable by the webserver.' => 'Eine tempor?re Datei konnte nicht angelegt werden. Bitte stellen Sie sicher, dass das Verzeichnis "#1" vom Webserver beschrieben werden darf.', |
|
4 | 5 |
'ADDED' => 'Hinzugef?gt', |
5 | 6 |
'AP' => 'Einkauf', |
6 | 7 |
'AP Transaction' => 'Kreditorenbuchung', |
locale/de/arap | ||
---|---|---|
1 | 1 |
#!/usr/bin/perl |
2 | 2 |
|
3 | 3 |
$self->{texts} = { |
4 |
'A temporary file could not be created. Please verify that the directory "#1" is writeable by the webserver.' => 'Eine tempor?re Datei konnte nicht angelegt werden. Bitte stellen Sie sicher, dass das Verzeichnis "#1" vom Webserver beschrieben werden darf.', |
|
4 | 5 |
'ADDED' => 'Hinzugef?gt', |
5 | 6 |
'AP' => 'Einkauf', |
6 | 7 |
'AR' => 'Verkauf', |
locale/de/bp | ||
---|---|---|
1 | 1 |
#!/usr/bin/perl |
2 | 2 |
|
3 | 3 |
$self->{texts} = { |
4 |
'A temporary file could not be created. Please verify that the directory "#1" is writeable by the webserver.' => 'Eine tempor?re Datei konnte nicht angelegt werden. Bitte stellen Sie sicher, dass das Verzeichnis "#1" vom Webserver beschrieben werden darf.', |
|
4 | 5 |
'ADDED' => 'Hinzugef?gt', |
5 | 6 |
'AP' => 'Einkauf', |
6 | 7 |
'AR' => 'Verkauf', |
locale/de/ca | ||
---|---|---|
1 | 1 |
#!/usr/bin/perl |
2 | 2 |
|
3 | 3 |
$self->{texts} = { |
4 |
'A temporary file could not be created. Please verify that the directory "#1" is writeable by the webserver.' => 'Eine tempor?re Datei konnte nicht angelegt werden. Bitte stellen Sie sicher, dass das Verzeichnis "#1" vom Webserver beschrieben werden darf.', |
|
4 | 5 |
'ADDED' => 'Hinzugef?gt', |
5 | 6 |
'AP' => 'Einkauf', |
6 | 7 |
'AR' => 'Verkauf', |
locale/de/common | ||
---|---|---|
1 | 1 |
#!/usr/bin/perl |
2 | 2 |
|
3 | 3 |
$self->{texts} = { |
4 |
'A temporary file could not be created. Please verify that the directory "#1" is writeable by the webserver.' => 'Eine tempor?re Datei konnte nicht angelegt werden. Bitte stellen Sie sicher, dass das Verzeichnis "#1" vom Webserver beschrieben werden darf.', |
|
4 | 5 |
'ADDED' => 'Hinzugef?gt', |
5 | 6 |
'AP' => 'Einkauf', |
6 | 7 |
'AR' => 'Verkauf', |
locale/de/cp | ||
---|---|---|
1 | 1 |
#!/usr/bin/perl |
2 | 2 |
|
3 | 3 |
$self->{texts} = { |
4 |
'A temporary file could not be created. Please verify that the directory "#1" is writeable by the webserver.' => 'Eine tempor?re Datei konnte nicht angelegt werden. Bitte stellen Sie sicher, dass das Verzeichnis "#1" vom Webserver beschrieben werden darf.', |
|
4 | 5 |
'ADDED' => 'Hinzugef?gt', |
5 | 6 |
'AP' => 'Einkauf', |
6 | 7 |
'AR' => 'Verkauf', |
locale/de/ct | ||
---|---|---|
1 | 1 |
#!/usr/bin/perl |
2 | 2 |
|
3 | 3 |
$self->{texts} = { |
4 |
'A temporary file could not be created. Please verify that the directory "#1" is writeable by the webserver.' => 'Eine tempor?re Datei konnte nicht angelegt werden. Bitte stellen Sie sicher, dass das Verzeichnis "#1" vom Webserver beschrieben werden darf.', |
|
4 | 5 |
'ADDED' => 'Hinzugef?gt', |
5 | 6 |
'AP' => 'Einkauf', |
6 | 7 |
'AP Transaction' => 'Kreditorenbuchung', |
locale/de/datev | ||
---|---|---|
1 | 1 |
#!/usr/bin/perl |
2 | 2 |
|
3 | 3 |
$self->{texts} = { |
4 |
'A temporary file could not be created. Please verify that the directory "#1" is writeable by the webserver.' => 'Eine tempor?re Datei konnte nicht angelegt werden. Bitte stellen Sie sicher, dass das Verzeichnis "#1" vom Webserver beschrieben werden darf.', |
|
4 | 5 |
'ADDED' => 'Hinzugef?gt', |
5 | 6 |
'AP' => 'Einkauf', |
6 | 7 |
'AR' => 'Verkauf', |
locale/de/dn | ||
---|---|---|
3 | 3 |
$self->{texts} = { |
4 | 4 |
' Date missing!' => ' Datum fehlt!', |
5 | 5 |
'*/' => '*/', |
6 |
'A temporary file could not be created. Please verify that the directory "#1" is writeable by the webserver.' => 'Eine tempor?re Datei konnte nicht angelegt werden. Bitte stellen Sie sicher, dass das Verzeichnis "#1" vom Webserver beschrieben werden darf.', |
|
6 | 7 |
'ADDED' => 'Hinzugef?gt', |
7 | 8 |
'AP' => 'Einkauf', |
8 | 9 |
'AP Transaction' => 'Kreditorenbuchung', |
locale/de/do | ||
---|---|---|
4 | 4 |
' Date missing!' => ' Datum fehlt!', |
5 | 5 |
' missing!' => ' fehlt!', |
6 | 6 |
'*/' => '*/', |
7 |
'A temporary file could not be created. Please verify that the directory "#1" is writeable by the webserver.' => 'Eine tempor?re Datei konnte nicht angelegt werden. Bitte stellen Sie sicher, dass das Verzeichnis "#1" vom Webserver beschrieben werden darf.', |
|
7 | 8 |
'ADDED' => 'Hinzugef?gt', |
8 | 9 |
'AP' => 'Einkauf', |
9 | 10 |
'AP Transaction' => 'Kreditorenbuchung', |
locale/de/drafts | ||
---|---|---|
1 | 1 |
#!/usr/bin/perl |
2 | 2 |
|
3 | 3 |
$self->{texts} = { |
4 |
'A temporary file could not be created. Please verify that the directory "#1" is writeable by the webserver.' => 'Eine tempor?re Datei konnte nicht angelegt werden. Bitte stellen Sie sicher, dass das Verzeichnis "#1" vom Webserver beschrieben werden darf.', |
|
4 | 5 |
'ADDED' => 'Hinzugef?gt', |
5 | 6 |
'AP' => 'Einkauf', |
6 | 7 |
'AR' => 'Verkauf', |
locale/de/fu | ||
---|---|---|
1 | 1 |
#!/usr/bin/perl |
2 | 2 |
|
3 | 3 |
$self->{texts} = { |
4 |
'A temporary file could not be created. Please verify that the directory "#1" is writeable by the webserver.' => 'Eine tempor?re Datei konnte nicht angelegt werden. Bitte stellen Sie sicher, dass das Verzeichnis "#1" vom Webserver beschrieben werden darf.', |
|
4 | 5 |
'ADDED' => 'Hinzugef?gt', |
5 | 6 |
'AP' => 'Einkauf', |
6 | 7 |
'AP Transaction' => 'Kreditorenbuchung', |
locale/de/gl | ||
---|---|---|
1 | 1 |
#!/usr/bin/perl |
2 | 2 |
|
3 | 3 |
$self->{texts} = { |
4 |
'A temporary file could not be created. Please verify that the directory "#1" is writeable by the webserver.' => 'Eine tempor?re Datei konnte nicht angelegt werden. Bitte stellen Sie sicher, dass das Verzeichnis "#1" vom Webserver beschrieben werden darf.', |
|
4 | 5 |
'ADDED' => 'Hinzugef?gt', |
5 | 6 |
'AP' => 'Einkauf', |
6 | 7 |
'AP Transaction' => 'Kreditorenbuchung', |
locale/de/ic | ||
---|---|---|
4 | 4 |
' Date missing!' => ' Datum fehlt!', |
5 | 5 |
' Part Number missing!' => ' Artikelnummer fehlt!', |
6 | 6 |
'*/' => '*/', |
7 |
'A temporary file could not be created. Please verify that the directory "#1" is writeable by the webserver.' => 'Eine tempor?re Datei konnte nicht angelegt werden. Bitte stellen Sie sicher, dass das Verzeichnis "#1" vom Webserver beschrieben werden darf.', |
|
7 | 8 |
'ADDED' => 'Hinzugef?gt', |
8 | 9 |
'AP' => 'Einkauf', |
9 | 10 |
'AP Transaction' => 'Kreditorenbuchung', |
locale/de/io | ||
---|---|---|
3 | 3 |
$self->{texts} = { |
4 | 4 |
' Date missing!' => ' Datum fehlt!', |
5 | 5 |
'*/' => '*/', |
6 |
'A temporary file could not be created. Please verify that the directory "#1" is writeable by the webserver.' => 'Eine tempor?re Datei konnte nicht angelegt werden. Bitte stellen Sie sicher, dass das Verzeichnis "#1" vom Webserver beschrieben werden darf.', |
|
6 | 7 |
'ADDED' => 'Hinzugef?gt', |
7 | 8 |
'AP' => 'Einkauf', |
8 | 9 |
'AP Transaction' => 'Kreditorenbuchung', |
locale/de/ir | ||
---|---|---|
3 | 3 |
$self->{texts} = { |
4 | 4 |
' Date missing!' => ' Datum fehlt!', |
5 | 5 |
'*/' => '*/', |
6 |
'A temporary file could not be created. Please verify that the directory "#1" is writeable by the webserver.' => 'Eine tempor?re Datei konnte nicht angelegt werden. Bitte stellen Sie sicher, dass das Verzeichnis "#1" vom Webserver beschrieben werden darf.', |
|
6 | 7 |
'ADDED' => 'Hinzugef?gt', |
7 | 8 |
'AP' => 'Einkauf', |
8 | 9 |
'AP Transaction' => 'Kreditorenbuchung', |
locale/de/is | ||
---|---|---|
3 | 3 |
$self->{texts} = { |
4 | 4 |
' Date missing!' => ' Datum fehlt!', |
5 | 5 |
'*/' => '*/', |
6 |
'A temporary file could not be created. Please verify that the directory "#1" is writeable by the webserver.' => 'Eine tempor?re Datei konnte nicht angelegt werden. Bitte stellen Sie sicher, dass das Verzeichnis "#1" vom Webserver beschrieben werden darf.', |
|
6 | 7 |
'ADDED' => 'Hinzugef?gt', |
7 | 8 |
'AP' => 'Einkauf', |
8 | 9 |
'AP Transaction' => 'Kreditorenbuchung', |
locale/de/licenses | ||
---|---|---|
1 | 1 |
#!/usr/bin/perl |
2 | 2 |
|
3 | 3 |
$self->{texts} = { |
4 |
'A temporary file could not be created. Please verify that the directory "#1" is writeable by the webserver.' => 'Eine tempor?re Datei konnte nicht angelegt werden. Bitte stellen Sie sicher, dass das Verzeichnis "#1" vom Webserver beschrieben werden darf.', |
|
4 | 5 |
'ADDED' => 'Hinzugef?gt', |
5 | 6 |
'AP' => 'Einkauf', |
6 | 7 |
'AR' => 'Verkauf', |
locale/de/login | ||
---|---|---|
4 | 4 |
' Date missing!' => ' Datum fehlt!', |
5 | 5 |
' missing!' => ' fehlt!', |
6 | 6 |
'*/' => '*/', |
7 |
'A temporary file could not be created. Please verify that the directory "#1" is writeable by the webserver.' => 'Eine tempor?re Datei konnte nicht angelegt werden. Bitte stellen Sie sicher, dass das Verzeichnis "#1" vom Webserver beschrieben werden darf.', |
|
7 | 8 |
'ADDED' => 'Hinzugef?gt', |
8 | 9 |
'AP' => 'Einkauf', |
9 | 10 |
'AP Transaction' => 'Kreditorenbuchung', |
locale/de/menu | ||
---|---|---|
1 | 1 |
#!/usr/bin/perl |
2 | 2 |
|
3 | 3 |
$self->{texts} = { |
4 |
'A temporary file could not be created. Please verify that the directory "#1" is writeable by the webserver.' => 'Eine tempor?re Datei konnte nicht angelegt werden. Bitte stellen Sie sicher, dass das Verzeichnis "#1" vom Webserver beschrieben werden darf.', |
|
4 | 5 |
'AP' => 'Einkauf', |
5 | 6 |
'AP Aging' => 'Offene Verbindlichkeiten', |
6 | 7 |
'AR' => 'Verkauf', |
locale/de/menuXML | ||
---|---|---|
1 | 1 |
#!/usr/bin/perl |
2 | 2 |
|
3 | 3 |
$self->{texts} = { |
4 |
'A temporary file could not be created. Please verify that the directory "#1" is writeable by the webserver.' => 'Eine tempor?re Datei konnte nicht angelegt werden. Bitte stellen Sie sicher, dass das Verzeichnis "#1" vom Webserver beschrieben werden darf.', |
|
4 | 5 |
'AP' => 'Einkauf', |
5 | 6 |
'AR' => 'Verkauf', |
6 | 7 |
'Advance turnover tax return' => 'Umsatzsteuervoranmeldung', |
locale/de/menunew | ||
---|---|---|
1 | 1 |
#!/usr/bin/perl |
2 | 2 |
|
3 | 3 |
$self->{texts} = { |
4 |
'A temporary file could not be created. Please verify that the directory "#1" is writeable by the webserver.' => 'Eine tempor?re Datei konnte nicht angelegt werden. Bitte stellen Sie sicher, dass das Verzeichnis "#1" vom Webserver beschrieben werden darf.', |
|
4 | 5 |
'AP' => 'Einkauf', |
5 | 6 |
'AP Aging' => 'Offene Verbindlichkeiten', |
6 | 7 |
'AR' => 'Verkauf', |
locale/de/menuv3 | ||
---|---|---|
1 | 1 |
#!/usr/bin/perl |
2 | 2 |
|
3 | 3 |
$self->{texts} = { |
4 |
'A temporary file could not be created. Please verify that the directory "#1" is writeable by the webserver.' => 'Eine tempor?re Datei konnte nicht angelegt werden. Bitte stellen Sie sicher, dass das Verzeichnis "#1" vom Webserver beschrieben werden darf.', |
|
4 | 5 |
'AP' => 'Einkauf', |
5 | 6 |
'AR' => 'Verkauf', |
6 | 7 |
'Advance turnover tax return' => 'Umsatzsteuervoranmeldung', |
locale/de/oe | ||
---|---|---|
4 | 4 |
' Date missing!' => ' Datum fehlt!', |
5 | 5 |
' missing!' => ' fehlt!', |
6 | 6 |
'*/' => '*/', |
7 |
'A temporary file could not be created. Please verify that the directory "#1" is writeable by the webserver.' => 'Eine tempor?re Datei konnte nicht angelegt werden. Bitte stellen Sie sicher, dass das Verzeichnis "#1" vom Webserver beschrieben werden darf.', |
|
7 | 8 |
'ADDED' => 'Hinzugef?gt', |
8 | 9 |
'AP' => 'Einkauf', |
9 | 10 |
'AP Transaction' => 'Kreditorenbuchung', |
locale/de/pe | ||
---|---|---|
1 | 1 |
#!/usr/bin/perl |
2 | 2 |
|
3 | 3 |
$self->{texts} = { |
4 |
'A temporary file could not be created. Please verify that the directory "#1" is writeable by the webserver.' => 'Eine tempor?re Datei konnte nicht angelegt werden. Bitte stellen Sie sicher, dass das Verzeichnis "#1" vom Webserver beschrieben werden darf.', |
|
4 | 5 |
'ADDED' => 'Hinzugef?gt', |
5 | 6 |
'AP' => 'Einkauf', |
6 | 7 |
'AR' => 'Verkauf', |
locale/de/projects | ||
---|---|---|
1 | 1 |
#!/usr/bin/perl |
2 | 2 |
|
3 | 3 |
$self->{texts} = { |
4 |
'A temporary file could not be created. Please verify that the directory "#1" is writeable by the webserver.' => 'Eine tempor?re Datei konnte nicht angelegt werden. Bitte stellen Sie sicher, dass das Verzeichnis "#1" vom Webserver beschrieben werden darf.', |
|
4 | 5 |
'ADDED' => 'Hinzugef?gt', |
5 | 6 |
'AP' => 'Einkauf', |
6 | 7 |
'AR' => 'Verkauf', |
locale/de/rc | ||
---|---|---|
1 | 1 |
#!/usr/bin/perl |
2 | 2 |
|
3 | 3 |
$self->{texts} = { |
4 |
'A temporary file could not be created. Please verify that the directory "#1" is writeable by the webserver.' => 'Eine tempor?re Datei konnte nicht angelegt werden. Bitte stellen Sie sicher, dass das Verzeichnis "#1" vom Webserver beschrieben werden darf.', |
|
4 | 5 |
'ADDED' => 'Hinzugef?gt', |
5 | 6 |
'AP' => 'Einkauf', |
6 | 7 |
'AR' => 'Verkauf', |
locale/de/reportgenerator | ||
---|---|---|
1 | 1 |
#!/usr/bin/perl |
2 | 2 |
|
3 | 3 |
$self->{texts} = { |
4 |
'A temporary file could not be created. Please verify that the directory "#1" is writeable by the webserver.' => 'Eine tempor?re Datei konnte nicht angelegt werden. Bitte stellen Sie sicher, dass das Verzeichnis "#1" vom Webserver beschrieben werden darf.', |
|
4 | 5 |
'ADDED' => 'Hinzugef?gt', |
5 | 6 |
'AP' => 'Einkauf', |
6 | 7 |
'AR' => 'Verkauf', |
locale/de/rp | ||
---|---|---|
1 | 1 |
#!/usr/bin/perl |
2 | 2 |
|
3 | 3 |
$self->{texts} = { |
4 |
'A temporary file could not be created. Please verify that the directory "#1" is writeable by the webserver.' => 'Eine tempor?re Datei konnte nicht angelegt werden. Bitte stellen Sie sicher, dass das Verzeichnis "#1" vom Webserver beschrieben werden darf.', |
|
4 | 5 |
'ADDED' => 'Hinzugef?gt', |
5 | 6 |
'AP' => 'Einkauf', |
6 | 7 |
'AP Aging' => 'Offene Verbindlichkeiten', |
locale/de/todo | ||
---|---|---|
4 | 4 |
' Date missing!' => ' Datum fehlt!', |
5 | 5 |
' missing!' => ' fehlt!', |
6 | 6 |
'*/' => '*/', |
7 |
'A temporary file could not be created. Please verify that the directory "#1" is writeable by the webserver.' => 'Eine tempor?re Datei konnte nicht angelegt werden. Bitte stellen Sie sicher, dass das Verzeichnis "#1" vom Webserver beschrieben werden darf.', |
|
7 | 8 |
'ADDED' => 'Hinzugef?gt', |
8 | 9 |
'AP' => 'Einkauf', |
9 | 10 |
'AP Transaction' => 'Kreditorenbuchung', |
locale/de/ustva | ||
---|---|---|
5 | 5 |
'2. Quarter' => '2. Quartal', |
6 | 6 |
'3. Quarter' => '3. Quartal', |
7 | 7 |
'4. Quarter' => '4. Quartal', |
8 |
'A temporary file could not be created. Please verify that the directory "#1" is writeable by the webserver.' => 'Eine tempor?re Datei konnte nicht angelegt werden. Bitte stellen Sie sicher, dass das Verzeichnis "#1" vom Webserver beschrieben werden darf.', |
|
8 | 9 |
'ADDED' => 'Hinzugef?gt', |
9 | 10 |
'AP' => 'Einkauf', |
10 | 11 |
'AR' => 'Verkauf', |
locale/de/wh | ||
---|---|---|
1 | 1 |
#!/usr/bin/perl |
2 | 2 |
|
3 | 3 |
$self->{texts} = { |
4 |
'A temporary file could not be created. Please verify that the directory "#1" is writeable by the webserver.' => 'Eine tempor?re Datei konnte nicht angelegt werden. Bitte stellen Sie sicher, dass das Verzeichnis "#1" vom Webserver beschrieben werden darf.', |
|
4 | 5 |
'ADDED' => 'Hinzugef?gt', |
5 | 6 |
'AP' => 'Einkauf', |
6 | 7 |
'AP Transaction' => 'Kreditorenbuchung', |
Auch abrufbar als: Unified diff
Ausgabe einer ordentlichen Fehlermeldung beim Datenbankupgrade, wenn das Verzeichnis users nicht beschreibbar ist.