diff options
author | Alexander Kampmann <programmer@nurfuerspam.de> | 2012-04-09 00:45:10 +0200 |
---|---|---|
committer | Alexander Kampmann <programmer@nurfuerspam.de> | 2012-04-09 00:45:10 +0200 |
commit | 0d60dbef31ea645b8495d8e28fca6c248d20048b (patch) | |
tree | ab89e4c9de89b31973820402db4400cc10389ccb /view/de/strings.php | |
parent | 5c0446975516f2b52b6cf51618e0b75af56de71b (diff) | |
download | volse-hubzilla-0d60dbef31ea645b8495d8e28fca6c248d20048b.tar.gz volse-hubzilla-0d60dbef31ea645b8495d8e28fca6c248d20048b.tar.bz2 volse-hubzilla-0d60dbef31ea645b8495d8e28fca6c248d20048b.zip |
added exceptions to dba class
added exception handling to index.php, please mind that there is no
recovery at the moment
added transactions to db update. Please mind that they might not be
supported by db table engines.
added admin email on failed updates
added german translation for admin email
Diffstat (limited to 'view/de/strings.php')
-rw-r--r-- | view/de/strings.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/view/de/strings.php b/view/de/strings.php index 28567396b..5339d8a12 100644 --- a/view/de/strings.php +++ b/view/de/strings.php @@ -1511,3 +1511,4 @@ $a->strings["[today]"] = "[heute]"; $a->strings["Event Reminders"] = "Veranstaltungserinnerungen"; $a->strings["Events this week:"] = "Veranstaltungen diese Woche"; $a->strings["[No description]"] = "[keine Beschreibung]"; +$a->strings['Update Error at %s'] = 'Fehler beim Updaten von %s'; |