From 4240a23a8a9024daab45a277d5df311762d07d49 Mon Sep 17 00:00:00 2001
From: Friendika
-Please enter your profile address from one of the following supported social networks:Friend/Connection Request
-
-
-
$name
--This is you. -
- -
-Welcome home $username.
-
-Please confirm your introduction to $dfrn_url.
-
-
-You may request a connection with this member if you have a valid profile address
-on one of the following social networks:
-
-Please answer the following: -
- --Does $name know you? -
- --Add a personal note: -
-
+Please enter your profile address from one of the following supported social networks:
+
$name
++This is you. +
+ +
+Welcome home $username.
+
+Please confirm your introduction to $dfrn_url.
+
+
+You may request a connection with this member if you have a valid profile address
+on one of the following social networks:
+
+Please answer the following: +
+ ++Does $name know you? +
+ ++Add a personal note: +
++The social network that $name belongs to is an open network with limited or non-existent privacy controls. +Please use appropriate discretion. +
++In order to install Friendika we need to know how to contact your database. Please contact your hosting provider or site administrator if you have questions about these settings. The database you specify below must already exist. If it does not, please create it before continuing. +
+ + + + diff --git a/view/en/intro_complete_eml.tpl b/view/en/intro_complete_eml.tpl new file mode 100644 index 000000000..a60745ec5 --- /dev/null +++ b/view/en/intro_complete_eml.tpl @@ -0,0 +1,22 @@ + +Dear $username, + + '$fn' at '$dfrn_url' has accepted +your connection request at '$sitename'. + + '$fn' has chosen to accept you a "fan", which restricts +some forms of communication - such as private messaging and some profile +interactions. If this is a celebrity or community page, these settings were +applied automatically. + + '$fn' may choose to extend this into a two-way or more permissive +relationship in the future. + + You will start receiving public status updates from '$fn', +which will appear on your 'Network' page at + +$siteurl + +Sincerely, + + $sitename Administrator diff --git a/view/en/lostpass.tpl b/view/en/lostpass.tpl new file mode 100644 index 000000000..a7040c149 --- /dev/null +++ b/view/en/lostpass.tpl @@ -0,0 +1,18 @@ ++Enter your email address and submit to have your password reset. Then check your email for further instructions. +
+ + + diff --git a/view/en/lostpass_eml.tpl b/view/en/lostpass_eml.tpl new file mode 100644 index 000000000..c350236a4 --- /dev/null +++ b/view/en/lostpass_eml.tpl @@ -0,0 +1,32 @@ + +Dear $username, + A request was recently received at $sitename to reset your account +password. In order to confirm this request, please select the verification link +below or paste it into your web browser address bar. + +If you did NOT request this change, please DO NOT follow the link +provided and ignore and/or delete this email. + +Your password will not be changed unless we can verify that you +issued this request. + +Follow this link to verify your identity: + +$reset_link + +You will then receive a follow-up message containing the new password. + +You may change that password from your account settings page after logging in. + +The login details are as follows: + +Site Location: $siteurl +Login Name: $email + + + + +Sincerely, + $sitename Administrator + + diff --git a/view/en/mail_received_eml.tpl b/view/en/mail_received_eml.tpl new file mode 100644 index 000000000..261aec4be --- /dev/null +++ b/view/en/mail_received_eml.tpl @@ -0,0 +1,16 @@ + +Dear $username, + + You've received a new private message at $sitename from '$from'. +----- +$title +----- +$body +----- +Please login at $siteurl to read and reply to your private messages. + +Thank you, + $sitename administrator + + + diff --git a/view/en/passchanged_eml.tpl b/view/en/passchanged_eml.tpl new file mode 100644 index 000000000..9692159e1 --- /dev/null +++ b/view/en/passchanged_eml.tpl @@ -0,0 +1,20 @@ + +Dear $username, + Your password has been changed as requested. Please retain this +information for your records (or change your password immediately to +something that you will remember). + + +Your login details are as follows: + +Site Location: $siteurl +Login Name: $email +Password: $new_password + +You may change that password from your account settings page after logging in. + + +Sincerely, + $sitename Administrator + + diff --git a/view/en/profile_advanced.php b/view/en/profile_advanced.php new file mode 100644 index 000000000..1f917f663 --- /dev/null +++ b/view/en/profile_advanced.php @@ -0,0 +1,219 @@ +Profile + + +EOT; + +if($a->profile['name']) { +$o .= <<< EOT ++Your password has been reset as requested. +
++Your new password is +
++$newpass +
++Save or copy your new password - and then click here to login. +
++Your password may be changed from the 'Settings' page after successful login. \ No newline at end of file diff --git a/view/en/register-link.tpl b/view/en/register-link.tpl new file mode 100644 index 000000000..7f3fca4d6 --- /dev/null +++ b/view/en/register-link.tpl @@ -0,0 +1 @@ + Register diff --git a/view/en/register_open_eml.tpl b/view/en/register_open_eml.tpl new file mode 100644 index 000000000..600b49d13 --- /dev/null +++ b/view/en/register_open_eml.tpl @@ -0,0 +1,25 @@ + +Dear $username, + Thank you for registering at $sitename. Your account has been created. +The login details are as follows: + + +Site Location: $siteurl +Login Name: $email +Password: $password + +You may change your password from your account settings page after logging in. + +Please take a few moments to review the other account settings on that page. +By default your account is private and hidden (invisible to other people). +You might wish to change this. Then please "introduce" yourself to others in +the network that you desire to communicate with. This gives them permission +to talk to you. + + +Thank you and welcome to $sitename. + +Sincerely, + $sitename Administrator + + diff --git a/view/en/register_verify_eml.tpl b/view/en/register_verify_eml.tpl new file mode 100644 index 000000000..60c38d800 --- /dev/null +++ b/view/en/register_verify_eml.tpl @@ -0,0 +1,26 @@ + +A new user registration request was received at $sitename which requires +your approval. + + +The login details are as follows: + +Full Name: $username +Site Location: $siteurl +Login Name: $email + + +To approve this request please visit the following link: + + +$siteurl/regmod/allow/$hash + + +To deny the request and remove the account, please visit: + + +$siteurl/regmod/deny/$hash + + +Thank you. + diff --git a/view/en/request_notify_eml.tpl b/view/en/request_notify_eml.tpl new file mode 100644 index 000000000..9eef7a61e --- /dev/null +++ b/view/en/request_notify_eml.tpl @@ -0,0 +1,17 @@ + +Dear $myname, + +You have just received a connection request at $sitename + +from '$requestor'. + +You may visit their profile at $url. + +Please login to your site to view the complete introduction +and approve or ignore/cancel the request. + +$siteurl + +Regards, + + $sitename administrator \ No newline at end of file diff --git a/view/en/settings.tpl b/view/en/settings.tpl new file mode 100644 index 000000000..bf54a54c6 --- /dev/null +++ b/view/en/settings.tpl @@ -0,0 +1,148 @@ +
+
+$subdir + + +
+It appears that your website is located in a subdirectory of the
+$hostname website, so this setting may not work reliably.
+
If you have any issues, you may have better results using the profile
address '$baseurl/profile/$nickname'.
+
+Your profile URL is currently '$baseurl/profile/$uid'.
+Setting a nickname will allow a friendly profile URL such as
+'nickname@$basepath'.
+
+Once set, it can never be changed. The nickname must start with a letter; and only letters, numbers, dashes, and underscores are allowed.
+
-The social network that $name belongs to is an open network with limited or non-existent privacy controls. -Please use appropriate discretion. -
--In order to install Friendika we need to know how to contact your database. Please contact your hosting provider or site administrator if you have questions about these settings. The database you specify below must already exist. If it does not, please create it before continuing. -
- - - - diff --git a/view/intro_complete_eml.tpl b/view/intro_complete_eml.tpl deleted file mode 100644 index a60745ec5..000000000 --- a/view/intro_complete_eml.tpl +++ /dev/null @@ -1,22 +0,0 @@ - -Dear $username, - - '$fn' at '$dfrn_url' has accepted -your connection request at '$sitename'. - - '$fn' has chosen to accept you a "fan", which restricts -some forms of communication - such as private messaging and some profile -interactions. If this is a celebrity or community page, these settings were -applied automatically. - - '$fn' may choose to extend this into a two-way or more permissive -relationship in the future. - - You will start receiving public status updates from '$fn', -which will appear on your 'Network' page at - -$siteurl - -Sincerely, - - $sitename Administrator diff --git a/view/intros.tpl b/view/intros.tpl index 30198beb8..f903515ca 100644 --- a/view/intros.tpl +++ b/view/intros.tpl @@ -1,7 +1,7 @@Notification type: $notify_type
+$str_notifytype $notify_type
-Enter your email address and submit to have your password reset. Then check your email for further instructions. -
- - - diff --git a/view/lostpass_eml.tpl b/view/lostpass_eml.tpl deleted file mode 100644 index c350236a4..000000000 --- a/view/lostpass_eml.tpl +++ /dev/null @@ -1,32 +0,0 @@ - -Dear $username, - A request was recently received at $sitename to reset your account -password. In order to confirm this request, please select the verification link -below or paste it into your web browser address bar. - -If you did NOT request this change, please DO NOT follow the link -provided and ignore and/or delete this email. - -Your password will not be changed unless we can verify that you -issued this request. - -Follow this link to verify your identity: - -$reset_link - -You will then receive a follow-up message containing the new password. - -You may change that password from your account settings page after logging in. - -The login details are as follows: - -Site Location: $siteurl -Login Name: $email - - - - -Sincerely, - $sitename Administrator - - diff --git a/view/mail_received_eml.tpl b/view/mail_received_eml.tpl deleted file mode 100644 index 261aec4be..000000000 --- a/view/mail_received_eml.tpl +++ /dev/null @@ -1,16 +0,0 @@ - -Dear $username, - - You've received a new private message at $sitename from '$from'. ------ -$title ------ -$body ------ -Please login at $siteurl to read and reply to your private messages. - -Thank you, - $sitename administrator - - - diff --git a/view/passchanged_eml.tpl b/view/passchanged_eml.tpl deleted file mode 100644 index 9692159e1..000000000 --- a/view/passchanged_eml.tpl +++ /dev/null @@ -1,20 +0,0 @@ - -Dear $username, - Your password has been changed as requested. Please retain this -information for your records (or change your password immediately to -something that you will remember). - - -Your login details are as follows: - -Site Location: $siteurl -Login Name: $email -Password: $new_password - -You may change that password from your account settings page after logging in. - - -Sincerely, - $sitename Administrator - - diff --git a/view/profile_advanced.php b/view/profile_advanced.php deleted file mode 100644 index 1f917f663..000000000 --- a/view/profile_advanced.php +++ /dev/null @@ -1,219 +0,0 @@ -Profile - - -EOT; - -if($a->profile['name']) { -$o .= <<< EOT --Your password has been reset as requested. -
--Your new password is -
--$newpass -
--Save or copy your new password - and then click here to login. -
--Your password may be changed from the 'Settings' page after successful login. \ No newline at end of file diff --git a/view/register-link.tpl b/view/register-link.tpl deleted file mode 100644 index 7f3fca4d6..000000000 --- a/view/register-link.tpl +++ /dev/null @@ -1 +0,0 @@ - Register diff --git a/view/register_open_eml.tpl b/view/register_open_eml.tpl deleted file mode 100644 index 600b49d13..000000000 --- a/view/register_open_eml.tpl +++ /dev/null @@ -1,25 +0,0 @@ - -Dear $username, - Thank you for registering at $sitename. Your account has been created. -The login details are as follows: - - -Site Location: $siteurl -Login Name: $email -Password: $password - -You may change your password from your account settings page after logging in. - -Please take a few moments to review the other account settings on that page. -By default your account is private and hidden (invisible to other people). -You might wish to change this. Then please "introduce" yourself to others in -the network that you desire to communicate with. This gives them permission -to talk to you. - - -Thank you and welcome to $sitename. - -Sincerely, - $sitename Administrator - - diff --git a/view/register_verify_eml.tpl b/view/register_verify_eml.tpl deleted file mode 100644 index 60c38d800..000000000 --- a/view/register_verify_eml.tpl +++ /dev/null @@ -1,26 +0,0 @@ - -A new user registration request was received at $sitename which requires -your approval. - - -The login details are as follows: - -Full Name: $username -Site Location: $siteurl -Login Name: $email - - -To approve this request please visit the following link: - - -$siteurl/regmod/allow/$hash - - -To deny the request and remove the account, please visit: - - -$siteurl/regmod/deny/$hash - - -Thank you. - diff --git a/view/request_notify_eml.tpl b/view/request_notify_eml.tpl deleted file mode 100644 index 9eef7a61e..000000000 --- a/view/request_notify_eml.tpl +++ /dev/null @@ -1,17 +0,0 @@ - -Dear $myname, - -You have just received a connection request at $sitename - -from '$requestor'. - -You may visit their profile at $url. - -Please login to your site to view the complete introduction -and approve or ignore/cancel the request. - -$siteurl - -Regards, - - $sitename administrator \ No newline at end of file diff --git a/view/settings.tpl b/view/settings.tpl deleted file mode 100644 index bf54a54c6..000000000 --- a/view/settings.tpl +++ /dev/null @@ -1,148 +0,0 @@ -
-
-$subdir - - -
-It appears that your website is located in a subdirectory of the
-$hostname website, so this setting may not work reliably.
-
If you have any issues, you may have better results using the profile
address '$baseurl/profile/$nickname'.
-
-Your profile URL is currently '$baseurl/profile/$uid'.
-Setting a nickname will allow a friendly profile URL such as
-'nickname@$basepath'.
-
-Once set, it can never be changed. The nickname must start with a letter; and only letters, numbers, dashes, and underscores are allowed.
-
-Write something -
-