[glade] Added survey email strings, they will not be used directly in glade but extracted and copied to http
- From: Juan Pablo Ugarte <jpu src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [glade] Added survey email strings, they will not be used directly in glade but extracted and copied to http
- Date: Fri, 28 Mar 2014 13:42:25 +0000 (UTC)
commit 1eb74d1fb59aefab3184319bab0ce993cd26729f
Author: Juan Pablo Ugarte <juanpablougarte gmail com>
Date: Fri Mar 28 10:37:22 2014 -0300
Added survey email strings, they will not be used directly in glade but
extracted and copied to https://people.gnome.org/~jpu/ to translate emails
sent to the user after the survey is completed.
src/glade-registration.c | 10 ++++++++++
1 files changed, 10 insertions(+), 0 deletions(-)
---
diff --git a/src/glade-registration.c b/src/glade-registration.c
index 0845a57..ce0c94e 100644
--- a/src/glade-registration.c
+++ b/src/glade-registration.c
@@ -28,6 +28,16 @@
#define CONFIG_GROUP "User & Survey"
+/* translators: Email subject sent to the user after completing the survey */
+#define MAIL_SUBJECT _("Glade User Survey")
+/* translators: Email body sent to the user after completing the survey */
+#define MAIL_BODY _("Thank you for taking Glade Users survey, we appreciate it!\n\nTo validate this email
address open the folowing
link\n\nhttps://people.gnome.org/~jpu/glade/registration.php?email=$email&validation_token=$new_validation_token\n\nIn
case you want to change or update the survey, your current update token is:\n$new_token\n\nCheers\n\n
The Glade team\n")
+
+/* translators: Email subject sent to the user after updating the survey */
+#define UPDATE_MAIL_SUBJECT _("Glade User Survey (update)")
+/* translators: Email body sent to the user after updating the survey */
+#define UPDATE_MAIL_BODY _("Thank you for updating your Glade Users survey data, we appreciate it!\n\nIn
case you want to change something again, your current update token is:\n$new_token\n\nCheers\n\n The
Glade team\n")
+
struct _GladeRegistrationPrivate
{
GtkWidget *infobar;
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]