summaryrefslogtreecommitdiffstats
path: root/web/lang/pkgfuncs_po.inc
diff options
context:
space:
mode:
authorsimo <simo>2005-06-08 01:07:55 +0000
committersimo <simo>2005-06-08 01:07:55 +0000
commit6adf639a341b8954e911fce2d2bd3e7443a1426c (patch)
tree5e4c0d686db1569ec4c64784e0be5f05c4b68d22 /web/lang/pkgfuncs_po.inc
parent9c004010e3251d8d1b4f7430db22d3d721623577 (diff)
downloadaurweb-6adf639a341b8954e911fce2d2bd3e7443a1426c.tar.xz
SQL CHANGES: New table CommentNotify with fields:
PkgID UserID This implements emailing comment notifications, including a user option to enable/disable it on the package page. It uses php's mail() function to do it and sends to everyone on the notify list as BCC. This needs some more testing before public consumption.
Diffstat (limited to 'web/lang/pkgfuncs_po.inc')
-rw-r--r--web/lang/pkgfuncs_po.inc12
1 files changed, 11 insertions, 1 deletions
diff --git a/web/lang/pkgfuncs_po.inc b/web/lang/pkgfuncs_po.inc
index d025117..3a9d429 100644
--- a/web/lang/pkgfuncs_po.inc
+++ b/web/lang/pkgfuncs_po.inc
@@ -308,4 +308,14 @@ $_t["en"]["Package Listing"] = "Package Listing";
# $_t["de"]["Package Listing"] = "--> Deutsche Ãœbersetzung hier. <--";
$_t["pl"]["Package Listing"] = "Lista pakietów";
-?>
+$_t["en"]["UnNotify"] = "UnNotify";
+# $_t["es"]["UnNotify"] = "--> Traducción española aquí. <--";
+# $_t["fr"]["UnNotify"] = "--> Traduction française ici. <--";
+# $_t["de"]["UnNotify"] = "--> Deutsche Übersetzung hier. <--";
+
+$_t["en"]["Notify"] = "Notify";
+# $_t["es"]["Notify"] = "--> Traducción española aquí. <--";
+# $_t["fr"]["Notify"] = "--> Traduction française ici. <--";
+# $_t["de"]["Notify"] = "--> Deutsche Übersetzung hier. <--";
+
+?> \ No newline at end of file