From 1c01cba21ebebe7d1b2586c2ef355e930ae3e722 Mon Sep 17 00:00:00 2001 From: Zach Prezkuta Date: Fri, 11 Jan 2013 09:42:07 -0700 Subject: automatic, command-line conversion --- view/fr/smarty3/follow_notify_eml.tpl | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 view/fr/smarty3/follow_notify_eml.tpl (limited to 'view/fr/smarty3/follow_notify_eml.tpl') diff --git a/view/fr/smarty3/follow_notify_eml.tpl b/view/fr/smarty3/follow_notify_eml.tpl new file mode 100644 index 000000000..05fec413e --- /dev/null +++ b/view/fr/smarty3/follow_notify_eml.tpl @@ -0,0 +1,14 @@ + +Cher(e) {{$myname}}, + +Une nouvelle personne - {{$requestor}} - vous suit désormais sur {{$sitename}}. + +Vous pouvez consulter son profil sur {{$url}}. + +Merci de vous connecter à votre site pour approuver ou ignorer/annuler cette demande. + +{{$siteurl}} + +Cordialement, + + l'administrateur de {{$sitename}} -- cgit v1.2.3 From 34dc11d68ee474cf7dbb1f2e86befe4bae3caf42 Mon Sep 17 00:00:00 2001 From: Zach Prezkuta Date: Fri, 11 Jan 2013 09:57:23 -0700 Subject: add warning messae about automatically generated templates --- view/fr/smarty3/follow_notify_eml.tpl | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'view/fr/smarty3/follow_notify_eml.tpl') diff --git a/view/fr/smarty3/follow_notify_eml.tpl b/view/fr/smarty3/follow_notify_eml.tpl index 05fec413e..6d6cddda4 100644 --- a/view/fr/smarty3/follow_notify_eml.tpl +++ b/view/fr/smarty3/follow_notify_eml.tpl @@ -1,4 +1,8 @@ - +{{* + * AUTOMATICALLY GENERATED TEMPLATE + * DO NOT EDIT THIS FILE, CHANGES WILL BE OVERWRITTEN + * + *}} Cher(e) {{$myname}}, Une nouvelle personne - {{$requestor}} - vous suit désormais sur {{$sitename}}. -- cgit v1.2.3 From 690e278d956579a5d6b1b5b94e48c5b09b3134ba Mon Sep 17 00:00:00 2001 From: Zach Prezkuta Date: Fri, 11 Jan 2013 10:00:26 -0700 Subject: add newline at end of header --- view/fr/smarty3/follow_notify_eml.tpl | 1 + 1 file changed, 1 insertion(+) (limited to 'view/fr/smarty3/follow_notify_eml.tpl') diff --git a/view/fr/smarty3/follow_notify_eml.tpl b/view/fr/smarty3/follow_notify_eml.tpl index 6d6cddda4..7f7da5ec3 100644 --- a/view/fr/smarty3/follow_notify_eml.tpl +++ b/view/fr/smarty3/follow_notify_eml.tpl @@ -3,6 +3,7 @@ * DO NOT EDIT THIS FILE, CHANGES WILL BE OVERWRITTEN * *}} + Cher(e) {{$myname}}, Une nouvelle personne - {{$requestor}} - vous suit désormais sur {{$sitename}}. -- cgit v1.2.3