mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-01-13 09:28:31 +01:00
added new translation
This commit is contained in:
parent
1403701421
commit
e555e7963c
@ -48,6 +48,9 @@
|
|||||||
case "edit group": $s = "Gruppe editieren"; break;
|
case "edit group": $s = "Gruppe editieren"; break;
|
||||||
case "submit changes": $s = "Änderungen Speichern"; 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":
|
case "permissions this group has":
|
||||||
$s = "Zugriffsrechte für diese Gruppe"; break;
|
$s = "Zugriffsrechte für diese Gruppe"; break;
|
||||||
|
|
||||||
|
@ -6,6 +6,7 @@
|
|||||||
- Added error checking for creating/editing an account with no permissions.
|
- Added error checking for creating/editing an account with no permissions.
|
||||||
- Fixed a db->unlock() issue in editaccount.php
|
- Fixed a db->unlock() issue in editaccount.php
|
||||||
- Fixed a few $phpgw_flags out of place.
|
- 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
|
[08212000] - removed db_lock() and db_unlock() I changed the phpgw_db_* to use them
|
||||||
properly
|
properly
|
||||||
|
Loading…
Reference in New Issue
Block a user