added new translation

This commit is contained in:
izzy 2000-08-24 20:40:02 +00:00
parent 1403701421
commit e555e7963c
2 changed files with 4 additions and 0 deletions

View File

@ -48,6 +48,9 @@
case "edit group": $s = "Gruppe editieren"; break;
case "submit changes": $s = "Änderungen Speichern"; break;
case "you must add at least 1 permission to this account":
$s = "Sie müssen diesem Konto mindestens eine Berechtigung zuteilen"; break;
case "permissions this group has":
$s = "Zugriffsrechte für diese Gruppe"; break;

View File

@ -6,6 +6,7 @@
- Added error checking for creating/editing an account with no permissions.
- Fixed a db->unlock() issue in editaccount.php
- Fixed a few $phpgw_flags out of place.
- Fixed a problem with attachments not handled properly
[08212000] - removed db_lock() and db_unlock() I changed the phpgw_db_* to use them
properly