diff options
author | Zach Prezkuta <fermion@gmx.com> | 2013-01-11 09:57:23 -0700 |
---|---|---|
committer | Zach Prezkuta <fermion@gmx.com> | 2013-01-11 09:57:23 -0700 |
commit | 34dc11d68ee474cf7dbb1f2e86befe4bae3caf42 (patch) | |
tree | 8d1abc369802498ff0e524839fc80b24a8be048c /view/fr/smarty3 | |
parent | 1c01cba21ebebe7d1b2586c2ef355e930ae3e722 (diff) | |
download | volse-hubzilla-34dc11d68ee474cf7dbb1f2e86befe4bae3caf42.tar.gz volse-hubzilla-34dc11d68ee474cf7dbb1f2e86befe4bae3caf42.tar.bz2 volse-hubzilla-34dc11d68ee474cf7dbb1f2e86befe4bae3caf42.zip |
add warning messae about automatically generated templates
Diffstat (limited to 'view/fr/smarty3')
-rw-r--r-- | view/fr/smarty3/cmnt_received_eml.tpl | 6 | ||||
-rw-r--r-- | view/fr/smarty3/cmnt_received_html_body_eml.tpl | 6 | ||||
-rw-r--r-- | view/fr/smarty3/cmnt_received_text_body_eml.tpl | 6 | ||||
-rw-r--r-- | view/fr/smarty3/follow_notify_eml.tpl | 6 | ||||
-rw-r--r-- | view/fr/smarty3/friend_complete_eml.tpl | 6 | ||||
-rw-r--r-- | view/fr/smarty3/intro_complete_eml.tpl | 6 | ||||
-rw-r--r-- | view/fr/smarty3/lostpass_eml.tpl | 6 | ||||
-rw-r--r-- | view/fr/smarty3/mail_received_html_body_eml.tpl | 6 | ||||
-rw-r--r-- | view/fr/smarty3/mail_received_text_body_eml.tpl | 6 | ||||
-rw-r--r-- | view/fr/smarty3/passchanged_eml.tpl | 6 | ||||
-rw-r--r-- | view/fr/smarty3/register_open_eml.tpl | 6 | ||||
-rw-r--r-- | view/fr/smarty3/register_verify_eml.tpl | 6 | ||||
-rw-r--r-- | view/fr/smarty3/request_notify_eml.tpl | 6 | ||||
-rw-r--r-- | view/fr/smarty3/wall_received_eml.tpl | 6 |
14 files changed, 70 insertions, 14 deletions
diff --git a/view/fr/smarty3/cmnt_received_eml.tpl b/view/fr/smarty3/cmnt_received_eml.tpl index bd7c441ea..ae7252ca3 100644 --- a/view/fr/smarty3/cmnt_received_eml.tpl +++ b/view/fr/smarty3/cmnt_received_eml.tpl @@ -1,4 +1,8 @@ - +{{* + * AUTOMATICALLY GENERATED TEMPLATE + * DO NOT EDIT THIS FILE, CHANGES WILL BE OVERWRITTEN + * + *}} Cher(e) {{$username}}, « {{$from}} » a commenté un élément ou une conversation que vous suivez. diff --git a/view/fr/smarty3/cmnt_received_html_body_eml.tpl b/view/fr/smarty3/cmnt_received_html_body_eml.tpl index 823b11c0b..1c57f9f8c 100644 --- a/view/fr/smarty3/cmnt_received_html_body_eml.tpl +++ b/view/fr/smarty3/cmnt_received_html_body_eml.tpl @@ -1,4 +1,8 @@ -<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional //EN"> +{{* + * AUTOMATICALLY GENERATED TEMPLATE + * DO NOT EDIT THIS FILE, CHANGES WILL BE OVERWRITTEN + * + *}}<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional //EN"> <html> <head> <title>Message de Friendica</title> diff --git a/view/fr/smarty3/cmnt_received_text_body_eml.tpl b/view/fr/smarty3/cmnt_received_text_body_eml.tpl index 76828474b..a00c6c860 100644 --- a/view/fr/smarty3/cmnt_received_text_body_eml.tpl +++ b/view/fr/smarty3/cmnt_received_text_body_eml.tpl @@ -1,4 +1,8 @@ - +{{* + * AUTOMATICALLY GENERATED TEMPLATE + * DO NOT EDIT THIS FILE, CHANGES WILL BE OVERWRITTEN + * + *}} Cher(e) {{$username}}, « {{$from}} » a commenté un éléŽment ou une conversation que vous suivez. 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}}. diff --git a/view/fr/smarty3/friend_complete_eml.tpl b/view/fr/smarty3/friend_complete_eml.tpl index e0c0078e5..dea9c5af9 100644 --- a/view/fr/smarty3/friend_complete_eml.tpl +++ b/view/fr/smarty3/friend_complete_eml.tpl @@ -1,4 +1,8 @@ - +{{* + * AUTOMATICALLY GENERATED TEMPLATE + * DO NOT EDIT THIS FILE, CHANGES WILL BE OVERWRITTEN + * + *}} Cher(e) {{$username}}, Grande nouvelle… « {{$fn}} » (de « {{$dfrn_url}} ») a accepté votre diff --git a/view/fr/smarty3/intro_complete_eml.tpl b/view/fr/smarty3/intro_complete_eml.tpl index e3ca25325..32d29673d 100644 --- a/view/fr/smarty3/intro_complete_eml.tpl +++ b/view/fr/smarty3/intro_complete_eml.tpl @@ -1,4 +1,8 @@ - +{{* + * AUTOMATICALLY GENERATED TEMPLATE + * DO NOT EDIT THIS FILE, CHANGES WILL BE OVERWRITTEN + * + *}} Cher(e) {{$username}}, « {{$fn}} » du site « {{$dfrn_url}} » a accepté votre diff --git a/view/fr/smarty3/lostpass_eml.tpl b/view/fr/smarty3/lostpass_eml.tpl index 0674e08cc..dc76cb688 100644 --- a/view/fr/smarty3/lostpass_eml.tpl +++ b/view/fr/smarty3/lostpass_eml.tpl @@ -1,4 +1,8 @@ - +{{* + * AUTOMATICALLY GENERATED TEMPLATE + * DO NOT EDIT THIS FILE, CHANGES WILL BE OVERWRITTEN + * + *}} Cher(e) {{$username}}, Nous avons récemment reçu, chez {{$sitename}}, une demande de remise diff --git a/view/fr/smarty3/mail_received_html_body_eml.tpl b/view/fr/smarty3/mail_received_html_body_eml.tpl index 9cd4fbff9..ca5816e64 100644 --- a/view/fr/smarty3/mail_received_html_body_eml.tpl +++ b/view/fr/smarty3/mail_received_html_body_eml.tpl @@ -1,4 +1,8 @@ -<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional //EN"> +{{* + * AUTOMATICALLY GENERATED TEMPLATE + * DO NOT EDIT THIS FILE, CHANGES WILL BE OVERWRITTEN + * + *}}<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional //EN"> <html> <head> <title>Message de Friendica</title> diff --git a/view/fr/smarty3/mail_received_text_body_eml.tpl b/view/fr/smarty3/mail_received_text_body_eml.tpl index 71c545ed6..6c8013449 100644 --- a/view/fr/smarty3/mail_received_text_body_eml.tpl +++ b/view/fr/smarty3/mail_received_text_body_eml.tpl @@ -1,4 +1,8 @@ -{{$from}} vous a envoyé un message à {{$siteName}}. +{{* + * AUTOMATICALLY GENERATED TEMPLATE + * DO NOT EDIT THIS FILE, CHANGES WILL BE OVERWRITTEN + * + *}}{{$from}} vous a envoyé un message à {{$siteName}}. {{$title}} diff --git a/view/fr/smarty3/passchanged_eml.tpl b/view/fr/smarty3/passchanged_eml.tpl index 28eed70f1..3d0a84b4c 100644 --- a/view/fr/smarty3/passchanged_eml.tpl +++ b/view/fr/smarty3/passchanged_eml.tpl @@ -1,4 +1,8 @@ - +{{* + * AUTOMATICALLY GENERATED TEMPLATE + * DO NOT EDIT THIS FILE, CHANGES WILL BE OVERWRITTEN + * + *}} Cher(e) {{$username}}, Votre mot de passe a été modifié comme demandé. Merci de conserver diff --git a/view/fr/smarty3/register_open_eml.tpl b/view/fr/smarty3/register_open_eml.tpl index 373f314b0..ac5473ebe 100644 --- a/view/fr/smarty3/register_open_eml.tpl +++ b/view/fr/smarty3/register_open_eml.tpl @@ -1,4 +1,8 @@ - +{{* + * AUTOMATICALLY GENERATED TEMPLATE + * DO NOT EDIT THIS FILE, CHANGES WILL BE OVERWRITTEN + * + *}} Cher(e) {{$username}}, Merci de votre inscription à {{$sitename}}. Votre compte a été créé. diff --git a/view/fr/smarty3/register_verify_eml.tpl b/view/fr/smarty3/register_verify_eml.tpl index 22b6d8a94..99294f9ad 100644 --- a/view/fr/smarty3/register_verify_eml.tpl +++ b/view/fr/smarty3/register_verify_eml.tpl @@ -1,4 +1,8 @@ - +{{* + * AUTOMATICALLY GENERATED TEMPLATE + * DO NOT EDIT THIS FILE, CHANGES WILL BE OVERWRITTEN + * + *}} Une nouvelle demande d'inscription a été reçue sur {{$sitename}}, et elle nécessite votre approbation. diff --git a/view/fr/smarty3/request_notify_eml.tpl b/view/fr/smarty3/request_notify_eml.tpl index 3f5f8a1f4..22193d758 100644 --- a/view/fr/smarty3/request_notify_eml.tpl +++ b/view/fr/smarty3/request_notify_eml.tpl @@ -1,4 +1,8 @@ - +{{* + * AUTOMATICALLY GENERATED TEMPLATE + * DO NOT EDIT THIS FILE, CHANGES WILL BE OVERWRITTEN + * + *}} Cher(e) {{$myname}}, Vous venez de recevoir une demande de mise en relation sur {{$sitename}} diff --git a/view/fr/smarty3/wall_received_eml.tpl b/view/fr/smarty3/wall_received_eml.tpl index 991fad857..31d080be9 100644 --- a/view/fr/smarty3/wall_received_eml.tpl +++ b/view/fr/smarty3/wall_received_eml.tpl @@ -1,4 +1,8 @@ - +{{* + * AUTOMATICALLY GENERATED TEMPLATE + * DO NOT EDIT THIS FILE, CHANGES WILL BE OVERWRITTEN + * + *}} Cher(e) {{$username}}, « {{$from}} » a posté quelque chose sur le mur de votre profil. |