From e555e7963c9e246bb98ff6faf07604c790a3e3a3 Mon Sep 17 00:00:00 2001 From: izzy Date: Thu, 24 Aug 2000 20:40:02 +0000 Subject: [PATCH] added new translation --- admin/lang/de_admin.inc.php | 3 +++ doc/CHANGELOG | 1 + 2 files changed, 4 insertions(+) diff --git a/admin/lang/de_admin.inc.php b/admin/lang/de_admin.inc.php index 46d8529daf..817b4bb169 100755 --- a/admin/lang/de_admin.inc.php +++ b/admin/lang/de_admin.inc.php @@ -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; diff --git a/doc/CHANGELOG b/doc/CHANGELOG index 243574f75e..e0222df028 100755 --- a/doc/CHANGELOG +++ b/doc/CHANGELOG @@ -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