Revision 454d4b8f
Von Bernd Bleßmann vor etwa 9 Jahren hinzugefügt
locale/en/all | ||
---|---|---|
2135 | 2135 |
'The custom variable has been deleted.' => '', |
2136 | 2136 |
'The custom variable has been saved.' => '', |
2137 | 2137 |
'The custom variable is in use and cannot be deleted.' => '', |
2138 |
'The customer name is missing.' => '', |
|
2138 | 2139 |
'The database for user management and authentication does not exist. You can create let kivitendo create it with the following parameters:' => '', |
2139 | 2140 |
'The database host is missing.' => '', |
2140 | 2141 |
'The database name is missing.' => '', |
... | ... | |
2271 | 2272 |
'The user has been deleted.' => '', |
2272 | 2273 |
'The user has been saved.' => '', |
2273 | 2274 |
'The variable name must only consist of letters, numbers and underscores. It must begin with a letter. Example: send_christmas_present' => '', |
2275 |
'The vendor name is missing.' => '', |
|
2274 | 2276 |
'The warehouse could not be deleted because it has already been used.' => '', |
2275 | 2277 |
'The warehouse does not contain any bins.' => '', |
2276 | 2278 |
'The warehouse or the bin is missing.' => '', |
Auch abrufbar als: Unified diff
Beim jedem Speichern von Kunden/Lieferanten prüfen, ob der Name angegeben ist.
Vorher wurde das nur beim reinen Speichern geprüft, nicht beim Speichern und
Schließen oder Fortfahren mit einem Beleg.
Behebt #84 (redmine).