summaryrefslogtreecommitdiffstats
path: root/web/lang/search_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/search_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/search_po.inc')
-rw-r--r--web/lang/search_po.inc52
1 files changed, 51 insertions, 1 deletions
diff --git a/web/lang/search_po.inc b/web/lang/search_po.inc
index ebb8ee0..2af586e 100644
--- a/web/lang/search_po.inc
+++ b/web/lang/search_po.inc
@@ -143,4 +143,54 @@ $_t["en"]["Your votes have been cast for the selected packages."] = "Your votes
# $_t["de"]["Your votes have been cast for the selected packages."] = "--> Deutsche Ãœbersetzung hier. <--";
$_t["pl"]["Your votes have been cast for the selected packages."] = "Twoje głosy zostały przyznane wybranym pakietom.";
-?>
+$_t["en"]["None of the selected packages could be deleted."] = "None of the selected packages could be deleted.";
+# $_t["es"]["None of the selected packages could be deleted."] = "--> Traducción española aquí. <--";
+# $_t["fr"]["None of the selected packages could be deleted."] = "--> Traduction française ici. <--";
+# $_t["de"]["None of the selected packages could be deleted."] = "--> Deutsche Übersetzung hier. <--";
+
+$_t["en"]["You must be logged in before you can get notifications on comments."] = "You must be logged in before you can get notifications on comments.";
+# $_t["es"]["You must be logged in before you can get notifications on comments."] = "--> Traducción española aquí. <--";
+# $_t["fr"]["You must be logged in before you can get notifications on comments."] = "--> Traduction française ici. <--";
+# $_t["de"]["You must be logged in before you can get notifications on comments."] = "--> Deutsche Übersetzung hier. <--";
+
+$_t["en"]["The selected packages have been deleted."] = "The selected packages have been deleted.";
+# $_t["es"]["The selected packages have been deleted."] = "--> Traducción española aquí. <--";
+# $_t["fr"]["The selected packages have been deleted."] = "--> Traduction française ici. <--";
+# $_t["de"]["The selected packages have been deleted."] = "--> Deutsche Übersetzung hier. <--";
+
+$_t["en"]["You have been removed from the comment notification list."] = "You have been removed from the comment notification list.";
+# $_t["es"]["You have been removed from the comment notification list."] = "--> Traducción española aquí. <--";
+# $_t["fr"]["You have been removed from the comment notification list."] = "--> Traduction française ici. <--";
+# $_t["de"]["You have been removed from the comment notification list."] = "--> Deutsche Übersetzung hier. <--";
+
+$_t["en"]["You must be logged in before you can cancel notification on comments."] = "You must be logged in before you can cancel notification on comments.";
+# $_t["es"]["You must be logged in before you can cancel notification on comments."] = "--> Traducción española aquí. <--";
+# $_t["fr"]["You must be logged in before you can cancel notification on comments."] = "--> Traduction française ici. <--";
+# $_t["de"]["You must be logged in before you can cancel notification on comments."] = "--> Deutsche Übersetzung hier. <--";
+
+$_t["en"]["You have been added to the comment notification list."] = "You have been added to the comment notification list.";
+# $_t["es"]["You have been added to the comment notification list."] = "--> Traducción española aquí. <--";
+# $_t["fr"]["You have been added to the comment notification list."] = "--> Traduction française ici. <--";
+# $_t["de"]["You have been added to the comment notification list."] = "--> Deutsche Übersetzung hier. <--";
+
+$_t["en"]["You did not select any packages to disown."] = "You did not select any packages to disown.";
+# $_t["es"]["You did not select any packages to disown."] = "--> Traducción española aquí. <--";
+# $_t["fr"]["You did not select any packages to disown."] = "--> Traduction française ici. <--";
+# $_t["de"]["You did not select any packages to disown."] = "--> Deutsche Übersetzung hier. <--";
+
+$_t["en"]["You did not select any packages to delete."] = "You did not select any packages to delete.";
+# $_t["es"]["You did not select any packages to delete."] = "--> Traducción española aquí. <--";
+# $_t["fr"]["You did not select any packages to delete."] = "--> Traduction française ici. <--";
+# $_t["de"]["You did not select any packages to delete."] = "--> Deutsche Übersetzung hier. <--";
+
+$_t["en"]["Couldn't add to notification list."] = "Couldn't add to notification list.";
+# $_t["es"]["Couldn't add to notification list."] = "--> Traducción española aquí. <--";
+# $_t["fr"]["Couldn't add to notification list."] = "--> Traduction française ici. <--";
+# $_t["de"]["Couldn't add to notification list."] = "--> Deutsche Übersetzung hier. <--";
+
+$_t["en"]["Couldn't remove from notification list."] = "Couldn't remove from notification list.";
+# $_t["es"]["Couldn't remove from notification list."] = "--> Traducción española aquí. <--";
+# $_t["fr"]["Couldn't remove from notification list."] = "--> Traduction française ici. <--";
+# $_t["de"]["Couldn't remove from notification list."] = "--> Deutsche Übersetzung hier. <--";
+
+?> \ No newline at end of file