forked from extern/egroupware
added new translation
This commit is contained in:
parent
1403701421
commit
e555e7963c
@ -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;
|
||||
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user