diff options
author | friendica <info@friendica.com> | 2013-01-11 12:19:01 -0800 |
---|---|---|
committer | friendica <info@friendica.com> | 2013-01-11 12:19:01 -0800 |
commit | 8cf6b75e9c5f8f2cefa2afd986da423793a65a6a (patch) | |
tree | b9908b646a1bad8622fef9a4dce8a9c333f7a956 /view/en | |
parent | 89423844bbcfb8f62dd1672dd103ce6e8018a2e2 (diff) | |
parent | 690e278d956579a5d6b1b5b94e48c5b09b3134ba (diff) | |
download | volse-hubzilla-8cf6b75e9c5f8f2cefa2afd986da423793a65a6a.tar.gz volse-hubzilla-8cf6b75e9c5f8f2cefa2afd986da423793a65a6a.tar.bz2 volse-hubzilla-8cf6b75e9c5f8f2cefa2afd986da423793a65a6a.zip |
Merge pull request #17 from fermionic/20130111-better-conversion-scripts
automatic, command-line conversion
Diffstat (limited to 'view/en')
-rw-r--r-- | view/en/smarty3/follow_notify_eml.tpl | 5 | ||||
-rw-r--r-- | view/en/smarty3/friend_complete_eml.tpl | 5 | ||||
-rw-r--r-- | view/en/smarty3/htconfig.tpl | 5 | ||||
-rw-r--r-- | view/en/smarty3/intro_complete_eml.tpl | 5 | ||||
-rw-r--r-- | view/en/smarty3/lostpass_eml.tpl | 5 | ||||
-rw-r--r-- | view/en/smarty3/passchanged_eml.tpl | 5 | ||||
-rw-r--r-- | view/en/smarty3/register_open_eml.tpl | 5 | ||||
-rw-r--r-- | view/en/smarty3/register_verify_eml.tpl | 5 | ||||
-rw-r--r-- | view/en/smarty3/request_notify_eml.tpl | 5 | ||||
-rw-r--r-- | view/en/smarty3/update_fail_eml.tpl | 5 |
10 files changed, 50 insertions, 0 deletions
diff --git a/view/en/smarty3/follow_notify_eml.tpl b/view/en/smarty3/follow_notify_eml.tpl index ba07b19da..e944aad1a 100644 --- a/view/en/smarty3/follow_notify_eml.tpl +++ b/view/en/smarty3/follow_notify_eml.tpl @@ -1,3 +1,8 @@ +{{* + * AUTOMATICALLY GENERATED TEMPLATE + * DO NOT EDIT THIS FILE, CHANGES WILL BE OVERWRITTEN + * + *}} Dear {{$myname}}, diff --git a/view/en/smarty3/friend_complete_eml.tpl b/view/en/smarty3/friend_complete_eml.tpl index 229b4fee8..8f72027e1 100644 --- a/view/en/smarty3/friend_complete_eml.tpl +++ b/view/en/smarty3/friend_complete_eml.tpl @@ -1,3 +1,8 @@ +{{* + * AUTOMATICALLY GENERATED TEMPLATE + * DO NOT EDIT THIS FILE, CHANGES WILL BE OVERWRITTEN + * + *}} Dear {{$username}}, diff --git a/view/en/smarty3/htconfig.tpl b/view/en/smarty3/htconfig.tpl index 0f14889d8..3af80374f 100644 --- a/view/en/smarty3/htconfig.tpl +++ b/view/en/smarty3/htconfig.tpl @@ -1,3 +1,8 @@ +{{* + * AUTOMATICALLY GENERATED TEMPLATE + * DO NOT EDIT THIS FILE, CHANGES WILL BE OVERWRITTEN + * + *}} <?php // Set the following for your MySQL installation diff --git a/view/en/smarty3/intro_complete_eml.tpl b/view/en/smarty3/intro_complete_eml.tpl index c3bc4697e..7cf2dd562 100644 --- a/view/en/smarty3/intro_complete_eml.tpl +++ b/view/en/smarty3/intro_complete_eml.tpl @@ -1,3 +1,8 @@ +{{* + * AUTOMATICALLY GENERATED TEMPLATE + * DO NOT EDIT THIS FILE, CHANGES WILL BE OVERWRITTEN + * + *}} Dear {{$username}}, diff --git a/view/en/smarty3/lostpass_eml.tpl b/view/en/smarty3/lostpass_eml.tpl index 3b79d2791..f739d5252 100644 --- a/view/en/smarty3/lostpass_eml.tpl +++ b/view/en/smarty3/lostpass_eml.tpl @@ -1,3 +1,8 @@ +{{* + * AUTOMATICALLY GENERATED TEMPLATE + * DO NOT EDIT THIS FILE, CHANGES WILL BE OVERWRITTEN + * + *}} Dear {{$username}}, A request was recently received at {{$sitename}} to reset your account diff --git a/view/en/smarty3/passchanged_eml.tpl b/view/en/smarty3/passchanged_eml.tpl index 0d94be3c2..c17860df6 100644 --- a/view/en/smarty3/passchanged_eml.tpl +++ b/view/en/smarty3/passchanged_eml.tpl @@ -1,3 +1,8 @@ +{{* + * AUTOMATICALLY GENERATED TEMPLATE + * DO NOT EDIT THIS FILE, CHANGES WILL BE OVERWRITTEN + * + *}} Dear {{$username}}, Your password has been changed as requested. Please retain this diff --git a/view/en/smarty3/register_open_eml.tpl b/view/en/smarty3/register_open_eml.tpl index 9522a9d21..377fa8436 100644 --- a/view/en/smarty3/register_open_eml.tpl +++ b/view/en/smarty3/register_open_eml.tpl @@ -1,3 +1,8 @@ +{{* + * AUTOMATICALLY GENERATED TEMPLATE + * DO NOT EDIT THIS FILE, CHANGES WILL BE OVERWRITTEN + * + *}} An account has been created at {{$sitename}} for this email address. The login details are as follows: diff --git a/view/en/smarty3/register_verify_eml.tpl b/view/en/smarty3/register_verify_eml.tpl index dbdd1a997..43257e78a 100644 --- a/view/en/smarty3/register_verify_eml.tpl +++ b/view/en/smarty3/register_verify_eml.tpl @@ -1,3 +1,8 @@ +{{* + * AUTOMATICALLY GENERATED TEMPLATE + * DO NOT EDIT THIS FILE, CHANGES WILL BE OVERWRITTEN + * + *}} A new user registration request was received at {{$sitename}} which requires your approval. diff --git a/view/en/smarty3/request_notify_eml.tpl b/view/en/smarty3/request_notify_eml.tpl index d01b8ff27..26a17b4bc 100644 --- a/view/en/smarty3/request_notify_eml.tpl +++ b/view/en/smarty3/request_notify_eml.tpl @@ -1,3 +1,8 @@ +{{* + * AUTOMATICALLY GENERATED TEMPLATE + * DO NOT EDIT THIS FILE, CHANGES WILL BE OVERWRITTEN + * + *}} Dear {{$myname}}, diff --git a/view/en/smarty3/update_fail_eml.tpl b/view/en/smarty3/update_fail_eml.tpl index a0983b6b9..931d9e455 100644 --- a/view/en/smarty3/update_fail_eml.tpl +++ b/view/en/smarty3/update_fail_eml.tpl @@ -1,3 +1,8 @@ +{{* + * AUTOMATICALLY GENERATED TEMPLATE + * DO NOT EDIT THIS FILE, CHANGES WILL BE OVERWRITTEN + * + *}} Hey,
I'm {{$sitename}};
The friendica developers released update {{$update}} recently,
|