From e35a5bac55e0e259c7c587adfaf546484b032c92 Mon Sep 17 00:00:00 2001 From: Friendika Date: Thu, 7 Apr 2011 23:10:43 -0700 Subject: the rest of the english html templates except for htconfig --- view/en/contact_edit.tpl | 81 ----------- view/en/install_db.tpl | 40 ----- view/en/profile_advanced.php | 225 ---------------------------- view/en/profile_edit.tpl | 299 -------------------------------------- view/en/profile_entry_default.tpl | 9 -- view/en/profile_photo.tpl | 18 --- view/en/pwdreset.tpl | 16 -- view/en/settings.tpl | 176 ---------------------- view/en/settings_nick_set.tpl | 9 -- view/en/settings_nick_subdir.tpl | 6 - 10 files changed, 879 deletions(-) delete mode 100644 view/en/contact_edit.tpl delete mode 100644 view/en/install_db.tpl delete mode 100644 view/en/profile_advanced.php delete mode 100644 view/en/profile_edit.tpl delete mode 100644 view/en/profile_entry_default.tpl delete mode 100644 view/en/profile_photo.tpl delete mode 100644 view/en/pwdreset.tpl delete mode 100644 view/en/settings.tpl delete mode 100644 view/en/settings_nick_set.tpl delete mode 100644 view/en/settings_nick_subdir.tpl (limited to 'view/en') diff --git a/view/en/contact_edit.tpl b/view/en/contact_edit.tpl deleted file mode 100644 index 9aca60188..000000000 --- a/view/en/contact_edit.tpl +++ /dev/null @@ -1,81 +0,0 @@ - -

$header

- -
$name
- -
- - -
- -
- $alt_text -
- $name -
-
-
-
- - - -
- - -
-
$lastupdtext$last_update -
$updpub
- $poll_interval - -
-
-
- -$insecure -$blocked -$ignored - -
-

Contact Information / Notes

- -
-
- - - -
-

Profile Visibility

-

Please choose the profile you would like to display to $name when viewing your profile securely. -

-
-$profile_select -
- - - - -
-

Online Reputation

-

-Occasionally your friends may wish to inquire about this person's online legitimacy. You may help them choose whether or not to interact with this person by providing a 'reputation' to guide them. -

-
-$rating -
-
-

-Please take a moment to elaborate on this selection if you feel it could be helpful to others. -

- -
-
-$groups - - - -
diff --git a/view/en/install_db.tpl b/view/en/install_db.tpl deleted file mode 100644 index c413689c2..000000000 --- a/view/en/install_db.tpl +++ /dev/null @@ -1,40 +0,0 @@ - -

Friendika Social Network

-

Installation

- -

-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. -

- -
- - - - - -
- - - -
- - - -
- - - -
- -
-Please select a default timezone for your website -
- -$tzselect - -
- - -
-
- diff --git a/view/en/profile_advanced.php b/view/en/profile_advanced.php deleted file mode 100644 index 6d2ecba4d..000000000 --- a/view/en/profile_advanced.php +++ /dev/null @@ -1,225 +0,0 @@ -Profile - - -EOT; - -if($a->profile['name']) { -$o .= <<< EOT -
-
Full Name:
-
{$a->profile['name']}
-
-
-EOT; -} - -if($a->profile['gender']) { -$o .= <<< EOT -
-
Gender:
-
{$a->profile['gender']}
-
-
-EOT; -} - -if(($a->profile['dob']) && ($a->profile['dob'] != '0000-00-00')) { -$o .= <<< EOT -
-
Birthday:
-EOT; - -// If no year, add an arbitrary one so just we can parse the month and day. - -$o .= '
' - . ((intval($a->profile['dob'])) - ? day_translate(datetime_convert('UTC','UTC',$a->profile['dob'] . ' 00:00 +00:00','j F, Y')) - : day_translate(datetime_convert('UTC','UTC','2001-' . substr($a->profile['dob'],6) . ' 00:00 +00:00','j F'))) - . "
\r\n
"; - -$o .= '
'; - -} - -if($age = age($a->profile['dob'],$a->profile['timezone'],'')) { -$o .= <<< EOT -
-
Age:
-
$age
-
-
-EOT; -} - -if($a->profile['marital']) { -$o .= <<< EOT -
-
Status:
-
{$a->profile['marital']}
-EOT; - -if($a->profile['with']) - $o .= "
({$a->profile['with']})
"; -$o .= <<< EOT -
-
-EOT; -} - -if($a->profile['sexual']) { -$o .= <<< EOT -
-
Sexual Preference:
-
{$a->profile['sexual']}
-
-
-EOT; -} - -if($a->profile['homepage']) { - $homepage = linkify($a->profile['homepage']); -$o .= <<< EOT -
-
Homepage:
-
$homepage
-
-
-EOT; -} - -if($a->profile['politic']) { -$o .= <<< EOT -
-
Political Views:
-
{$a->profile['politic']}
-
-
-EOT; -} - -if($a->profile['religion']) { -$o .= <<< EOT -
-
Religion:
-
{$a->profile['religion']}
-
-
-EOT; -} -if($txt = prepare_text($a->profile['about'])) { -$o .= <<< EOT -
-
About:
-
-
$txt
-
-
-EOT; -} - -if($txt = prepare_text($a->profile['interest'])) { -$o .= <<< EOT -
-
Hobbies/Interests:
-
-
$txt
-
-
-EOT; -} - -if($txt = prepare_text($a->profile['contact'])) { -$o .= <<< EOT -
-
Contact information and Social Networks:
-
-
$txt
-
-
-EOT; -} - -if($txt = prepare_text($a->profile['music'])) { -$o .= <<< EOT -
-
Musical interests:
-
-
$txt
-
-
-EOT; -} - -if($txt = prepare_text($a->profile['book'])) { -$o .= <<< EOT -
-
Books, literature:
-
-
$txt
-
-
-EOT; -} - -if($txt = prepare_text($a->profile['tv'])) { -$o .= <<< EOT -
-
Television:
-
-
$txt
-
-
-EOT; -} - -if($txt = prepare_text($a->profile['film'])) { -$o .= <<< EOT -
-
Film/dance/culture/entertainment:
-
-
$txt
-
-
-EOT; -} - -if($txt = prepare_text($a->profile['romance'])) { -$o .= <<< EOT -
-
Love/romance:
-
-
$txt
-
-
-EOT; -} - -if($txt = prepare_text($a->profile['work'])) { -$o .= <<< EOT -
-
Work/employment:
-
-
$txt
-
-
-EOT; -} - -if($txt = prepare_text($a->profile['education'])) { -$o .= <<< EOT -
-
School/education:
-
-
$txt
-
-
-EOT; -} - - diff --git a/view/en/profile_edit.tpl b/view/en/profile_edit.tpl deleted file mode 100644 index 6c7d74daf..000000000 --- a/view/en/profile_edit.tpl +++ /dev/null @@ -1,299 +0,0 @@ -

Edit Profile Details

- - - - - -$default - -
-
- -
- -
*
-
-
- -
- - -
-
- -
- - -
-
- - -
- -$gender -
-
- -
- -
-$dob $age -
-
-
- -$hide_friends - -
- -
-
- - -
- - -
-
- -
- - -
-
- - -
- - -
-
- -
- - -
-
- -
- - -
-
- -
- -
-
- -
- -$marital -
- - -
- -
- -$sexual -
-
- - - -
- - -
-
- -
- - -
-
- -
- - -
-
- -
- - -
(Used for suggesting potential friends, can be seen by others)
-
- -
- - -
(Used for searching profiles, never shown to others)
-
- - -
- -
-
- -
-

-Tell us about yourself... -

- - - -
-
-
- - -
-

-Hobbies/Interests -

- - - -
-
-
- - -
-

-Contact information and Social Networks -

- - - -
-
- - - -
- -
-
- - -
-

-Musical interests -

- - - -
-
- - -
-

-Books, literature -

- - - -
-
- - - - -
-

-Television -

- - - -
-
- - - - -
-

-Film/dance/culture/entertainment -

- - - -
-
- - - -
- -
-
- - -
-

-Love/romance -

- - - -
-
- - - - -
-

-Work/employment -

- - - -
-
- - - - -
-

-School/education -

- - - -
-
- - - - -
- -
-
- - - - - \ No newline at end of file diff --git a/view/en/profile_entry_default.tpl b/view/en/profile_entry_default.tpl deleted file mode 100644 index 651199918..000000000 --- a/view/en/profile_entry_default.tpl +++ /dev/null @@ -1,9 +0,0 @@ - -
-
-Profile Image -
-
- -
-
diff --git a/view/en/profile_photo.tpl b/view/en/profile_photo.tpl deleted file mode 100644 index 30e51210a..000000000 --- a/view/en/profile_photo.tpl +++ /dev/null @@ -1,18 +0,0 @@ -

Upload Profile Photo

- -
- -
- - -
- -
- -
- -
- - \ No newline at end of file diff --git a/view/en/pwdreset.tpl b/view/en/pwdreset.tpl deleted file mode 100644 index dd609f061..000000000 --- a/view/en/pwdreset.tpl +++ /dev/null @@ -1,16 +0,0 @@ -

Password Reset

- -

-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/settings.tpl b/view/en/settings.tpl deleted file mode 100644 index 9822291c1..000000000 --- a/view/en/settings.tpl +++ /dev/null @@ -1,176 +0,0 @@ -

Account Settings

- - - -$uexport - -$nickname_block - - -
- - -

Basic Settings

- -
- - -
-
- -
- - -
-
- - - -
- -$zoneselect -
-
- -
- - -
-
- -
- - -
-
- - - - -
- -$theme -
-
- -
- -
- - -

Security and Privacy Settings

- - - - -
- - -
(to prevent spam abuse)
-
-
- - - - -$profile_in_dir - -$profile_in_net_dir - - -
- -
- - -
-
- -
- - -
-
- - - -
Automatically expire (delete) posts older than days
-
- - -
- -
- - - -

Notification Settings

- - -
-
Send a notification email when:
- - -
- - -
- - -
- - -
- - -
-
-
- -
- -
- - -

Password Settings

- - -
-

-Leave password fields blank unless changing -

- - -
-
- -
- - -
-
- -
- $oidhtml -
-
- - -
- -
- - -

Advanced Page Settings

- -$pagetype - -
- -
- - diff --git a/view/en/settings_nick_set.tpl b/view/en/settings_nick_set.tpl deleted file mode 100644 index a36b3b9a2..000000000 --- a/view/en/settings_nick_set.tpl +++ /dev/null @@ -1,9 +0,0 @@ - -
-

-Your profile address is '$nickname@$basepath' -

-$subdir - -
-
diff --git a/view/en/settings_nick_subdir.tpl b/view/en/settings_nick_subdir.tpl deleted file mode 100644 index 303c24df7..000000000 --- a/view/en/settings_nick_subdir.tpl +++ /dev/null @@ -1,6 +0,0 @@ -

-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'. -

\ No newline at end of file -- cgit v1.2.3