From f9d5aafe9c2559a65aeb0aafeec5bfd5c76f1311 Mon Sep 17 00:00:00 2001 From: Friendika Date: Tue, 16 Nov 2010 20:13:18 -0800 Subject: finish moving english files --- view/en/contacts-top.tpl | 17 +++++++ view/en/cropbody.tpl | 57 ++++++++++++++++++++++ view/en/directory_header.tpl | 14 ++++++ view/en/head.tpl | 31 ++++++++++++ view/en/htconfig.tpl | 57 ++++++++++++++++++++++ view/en/intros-top.tpl | 7 +++ view/en/intros.tpl | 26 ++++++++++ view/en/like.tpl | 5 ++ view/en/login.tpl | 25 ++++++++++ view/en/logout.tpl | 6 +++ view/en/msg-header.tpl | 97 ++++++++++++++++++++++++++++++++++++++ view/en/profile.php | 72 ++++++++++++++++++++++++++++ view/en/profile_entry_default.tpl | 9 ++++ view/en/profile_listing_header.tpl | 8 ++++ view/en/profile_photo.tpl | 14 ++++++ view/en/wall_item_drop.tpl | 2 + view/en/wallwall_item.tpl | 36 ++++++++++++++ 17 files changed, 483 insertions(+) create mode 100644 view/en/contacts-top.tpl create mode 100644 view/en/cropbody.tpl create mode 100644 view/en/directory_header.tpl create mode 100644 view/en/head.tpl create mode 100644 view/en/htconfig.tpl create mode 100644 view/en/intros-top.tpl create mode 100644 view/en/intros.tpl create mode 100644 view/en/like.tpl create mode 100644 view/en/login.tpl create mode 100644 view/en/logout.tpl create mode 100644 view/en/msg-header.tpl create mode 100644 view/en/profile.php create mode 100644 view/en/profile_entry_default.tpl create mode 100644 view/en/profile_listing_header.tpl create mode 100644 view/en/profile_photo.tpl create mode 100644 view/en/wall_item_drop.tpl create mode 100644 view/en/wallwall_item.tpl (limited to 'view/en') diff --git a/view/en/contacts-top.tpl b/view/en/contacts-top.tpl new file mode 100644 index 000000000..2e56fa2ea --- /dev/null +++ b/view/en/contacts-top.tpl @@ -0,0 +1,17 @@ +

Contacts

+ +$finding + +
+
+ + +
+
+
+ + + +
+$hide_text +
diff --git a/view/en/cropbody.tpl b/view/en/cropbody.tpl new file mode 100644 index 000000000..39395af8e --- /dev/null +++ b/view/en/cropbody.tpl @@ -0,0 +1,57 @@ +

Crop Image

+

+Please adjust the image cropping for optimum viewing. +

+
+ +
+
+
+
+ + + +
+ + + + + + + + + + +
+ +
+ +
diff --git a/view/en/directory_header.tpl b/view/en/directory_header.tpl new file mode 100644 index 000000000..03eed62b3 --- /dev/null +++ b/view/en/directory_header.tpl @@ -0,0 +1,14 @@ +

Site Directory

+ +$globaldir + +$finding + +
+
+ + +
+
+
+ diff --git a/view/en/head.tpl b/view/en/head.tpl new file mode 100644 index 000000000..50dd9cab6 --- /dev/null +++ b/view/en/head.tpl @@ -0,0 +1,31 @@ + + + + + + + + + + + diff --git a/view/en/htconfig.tpl b/view/en/htconfig.tpl new file mode 100644 index 000000000..6e58d593b --- /dev/null +++ b/view/en/htconfig.tpl @@ -0,0 +1,57 @@ +path to 'directory/subdirectory'. + +$a->path = ''; + +// Choose a legal default timezone. If you are unsure, use "America/Los_Angeles". +// It can be changed later and only applies to timestamps for anonymous viewers. + +$default_timezone = '$timezone'; + +// What is your site name? + +$a->config['sitename'] = "My Friend Network"; + +// Your choices are REGISTER_OPEN, REGISTER_APPROVE, or REGISTER_CLOSED. +// Be certain to create your own personal account before setting +// REGISTER_CLOSED. 'register_text' (if set) will be displayed prominently on +// the registration page. REGISTER_APPROVE requires you set 'admin_email' +// to the email address of an already registered person who can authorise +// and/or approve/deny the request. + +$a->config['register_policy'] = REGISTER_OPEN; +$a->config['register_text'] = ''; +$a->config['admin_email'] = ''; + +// Maximum size of an imported message, 0 is unlimited + +$a->config['max_import_size'] = 10000; + +// maximum size of uploaded photos + +$a->config['system']['maximagesize'] = 800000; + +// Location of PHP command line processor + +$a->config['php_path'] = '$phpath'; + +// Location of global directory submission page. + +$a->config['system']['directory_submit_url'] = 'http://dir.friendika.com/submit'; + +// PuSH - aka pubsubhubbub URL. This makes delivery of public posts as fast as private posts + +$a->config['system']['huburl'] = 'http://pubsubhubbub.appspot.com'; + diff --git a/view/en/intros-top.tpl b/view/en/intros-top.tpl new file mode 100644 index 000000000..d8b7394a4 --- /dev/null +++ b/view/en/intros-top.tpl @@ -0,0 +1,7 @@ +

Pending Friend/Connect Notifications

+ +
+$hide_text +
+ + diff --git a/view/en/intros.tpl b/view/en/intros.tpl new file mode 100644 index 000000000..f903515ca --- /dev/null +++ b/view/en/intros.tpl @@ -0,0 +1,26 @@ + +
+ +

$str_notifytype $notify_type

+
$fullname
+fullname +
$knowyou
+
$note
+
+
+ + +
+
+ +
+ + + + +$dfrn_text + + +
+
+
diff --git a/view/en/like.tpl b/view/en/like.tpl new file mode 100644 index 000000000..1c385e5de --- /dev/null +++ b/view/en/like.tpl @@ -0,0 +1,5 @@ +
+ I like this + I don't like this + +
diff --git a/view/en/login.tpl b/view/en/login.tpl new file mode 100644 index 000000000..8fe09e7d3 --- /dev/null +++ b/view/en/login.tpl @@ -0,0 +1,25 @@ + +
+ +
+ + +
+
+
+ + +
+
+ +
+
+ +
+
+
+ diff --git a/view/en/logout.tpl b/view/en/logout.tpl new file mode 100644 index 000000000..9a6c1d763 --- /dev/null +++ b/view/en/logout.tpl @@ -0,0 +1,6 @@ +
+
+ + +
+
diff --git a/view/en/msg-header.tpl b/view/en/msg-header.tpl new file mode 100644 index 000000000..bef2a03bb --- /dev/null +++ b/view/en/msg-header.tpl @@ -0,0 +1,97 @@ + + + + + + diff --git a/view/en/profile.php b/view/en/profile.php new file mode 100644 index 000000000..b59a12b71 --- /dev/null +++ b/view/en/profile.php @@ -0,0 +1,72 @@ + + + + <?php if(x($page,'title')) echo $page['title']; ?> + + + +
+ + +
+ + +
+ + + + diff --git a/view/en/profile_entry_default.tpl b/view/en/profile_entry_default.tpl new file mode 100644 index 000000000..e9bceba89 --- /dev/null +++ b/view/en/profile_entry_default.tpl @@ -0,0 +1,9 @@ + +
+
+Profile Image +
+
+
$profile_name
+
+
diff --git a/view/en/profile_listing_header.tpl b/view/en/profile_listing_header.tpl new file mode 100644 index 000000000..d4b139a69 --- /dev/null +++ b/view/en/profile_listing_header.tpl @@ -0,0 +1,8 @@ +

Profiles

+

+Change profile photo +

+ + diff --git a/view/en/profile_photo.tpl b/view/en/profile_photo.tpl new file mode 100644 index 000000000..d518e7331 --- /dev/null +++ b/view/en/profile_photo.tpl @@ -0,0 +1,14 @@ +

Upload Profile Photo

+ +
+ +
+ + +
+ +
+ +
+ +
\ No newline at end of file diff --git a/view/en/wall_item_drop.tpl b/view/en/wall_item_drop.tpl new file mode 100644 index 000000000..66777db15 --- /dev/null +++ b/view/en/wall_item_drop.tpl @@ -0,0 +1,2 @@ +
Delete
+
diff --git a/view/en/wallwall_item.tpl b/view/en/wallwall_item.tpl new file mode 100644 index 000000000..f8affd1c5 --- /dev/null +++ b/view/en/wallwall_item.tpl @@ -0,0 +1,36 @@ +
+
+
+ + $owner_name +
+
Wall-To-Wall
+
+ + $name +
+ +
+ $lock + $name to $owner_name via Wall-To-Wall:
+
$ago
+
$location
+ $vote +
+
+
$title
+
$body
+
+ $drop +
+
+ +
$dislike
+
+
+ $comment +
+
+ +
+ -- cgit v1.2.3