Index: openacs-4/packages/notifications/notifications.info =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/notifications/notifications.info,v diff -u -r1.59 -r1.60 --- openacs-4/packages/notifications/notifications.info 3 Oct 2018 09:11:50 -0000 1.59 +++ openacs-4/packages/notifications/notifications.info 16 Jan 2019 19:14:25 -0000 1.60 @@ -8,16 +8,16 @@ t notifications - + OpenACS Email notifications management - 2017-08-06 + 2019-01-16 OpenACS Provides an API for packages to provide subscription based email notifications and handle replies. Used by forums, bug-tracker, etc. The currently preferred package for email notifications. 3 #notifications.Notifications# - + Index: openacs-4/packages/notifications/catalog/notifications.de_DE.ISO-8859-1.xml =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/notifications/catalog/notifications.de_DE.ISO-8859-1.xml,v diff -u -r1.19 -r1.20 --- openacs-4/packages/notifications/catalog/notifications.de_DE.ISO-8859-1.xml 7 Aug 2017 23:48:13 -0000 1.19 +++ openacs-4/packages/notifications/catalog/notifications.de_DE.ISO-8859-1.xml 16 Jan 2019 19:14:25 -0000 1.20 @@ -31,6 +31,8 @@ Deaktiviere Benachrichtigungsfunktion. Aktiviere Benachrichtungungsfunktion Benachrichtigungsoptionen verwalten + Keine Benachrichtigungen + F�r dieses Objekt wurden keine Benachrichtigungen abboniert Benachrichtigung Antworten auf Benachrichtigungen Antwort auf eine Benachrichtigung Index: openacs-4/packages/notifications/catalog/notifications.en_US.ISO-8859-1.xml =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/notifications/catalog/notifications.en_US.ISO-8859-1.xml,v diff -u -r1.23 -r1.24 --- openacs-4/packages/notifications/catalog/notifications.en_US.ISO-8859-1.xml 13 Sep 2009 23:54:42 -0000 1.23 +++ openacs-4/packages/notifications/catalog/notifications.en_US.ISO-8859-1.xml 16 Jan 2019 19:14:25 -0000 1.24 @@ -30,6 +30,8 @@ Unsubscribe Request notifications Manage Your Email Notifications + No Notifications + This object does not have anybody subscribed via notifications Notification Notification Replies Notification Reply Index: openacs-4/packages/notifications/catalog/notifications.es_ES.ISO-8859-1.xml =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/notifications/catalog/notifications.es_ES.ISO-8859-1.xml,v diff -u -r1.21 -r1.22 --- openacs-4/packages/notifications/catalog/notifications.es_ES.ISO-8859-1.xml 7 Aug 2017 23:48:13 -0000 1.21 +++ openacs-4/packages/notifications/catalog/notifications.es_ES.ISO-8859-1.xml 16 Jan 2019 19:14:25 -0000 1.22 @@ -30,6 +30,8 @@ Darse de baja Solicitar notificaciones Administrar Notificaciones + Sin notificaciones + No hay usuarios suscritos a las notificaciones de este objeto Notificaciones Respuestas de notificaciones Respuesta de notificaci�n Index: openacs-4/packages/notifications/www/subscribers.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/notifications/www/subscribers.tcl,v diff -u -r1.7 -r1.8 --- openacs-4/packages/notifications/www/subscribers.tcl 7 Aug 2017 23:48:13 -0000 1.7 +++ openacs-4/packages/notifications/www/subscribers.tcl 16 Jan 2019 19:14:25 -0000 1.8 @@ -17,7 +17,7 @@ # first we verify that this object receives notifications if { ![db_0or1row select_name {}] } { # there are no notifications for this object - ad_return_error "No Notifications" "This object does have anybody subscribed via notifications" + ad_return_error "[_ notifications.No_Notifications]" "[_ notifications.No_Notifications_text]" ad_script_abort }