From efd8ab6c720bb404fb62e7bf35716602c0a7cef2 Mon Sep 17 00:00:00 2001 From: Friendika Date: Tue, 16 Nov 2010 01:14:04 -0800 Subject: more i18n reorg --- view/en/group_edit.tpl | 24 ++++ view/en/group_new.tpl | 23 ++++ view/en/jot-header.tpl | 129 ++++++++++++++++++ view/en/jot.tpl | 45 +++++++ view/en/netfriend.tpl | 14 ++ view/en/pagetypes.tpl | 25 ++++ view/en/profile-hide-friends.tpl | 16 +++ view/en/profile-in-directory.tpl | 16 +++ view/en/profile-in-netdir.tpl | 16 +++ view/en/profile_edit.tpl | 276 +++++++++++++++++++++++++++++++++++++++ view/en/profile_tabs.tpl | 7 + view/group_edit.tpl | 24 ---- view/group_new.tpl | 23 ---- view/jot-header.tpl | 129 ------------------ view/jot-plain.tpl | 15 --- view/jot-save.tpl | 31 ----- view/jot.tpl | 45 ------- view/netfriend.tpl | 14 -- view/pagetypes.tpl | 25 ---- view/profile-hide-friends.tpl | 16 --- view/profile-in-directory.tpl | 16 --- view/profile-in-netdir.tpl | 16 --- view/profile_edit.tpl | 276 --------------------------------------- view/profile_tabs.tpl | 7 - 24 files changed, 591 insertions(+), 637 deletions(-) create mode 100644 view/en/group_edit.tpl create mode 100644 view/en/group_new.tpl create mode 100644 view/en/jot-header.tpl create mode 100644 view/en/jot.tpl create mode 100644 view/en/netfriend.tpl create mode 100644 view/en/pagetypes.tpl create mode 100644 view/en/profile-hide-friends.tpl create mode 100644 view/en/profile-in-directory.tpl create mode 100644 view/en/profile-in-netdir.tpl create mode 100644 view/en/profile_edit.tpl create mode 100644 view/en/profile_tabs.tpl delete mode 100644 view/group_edit.tpl delete mode 100644 view/group_new.tpl delete mode 100644 view/jot-header.tpl delete mode 100644 view/jot-plain.tpl delete mode 100644 view/jot-save.tpl delete mode 100644 view/jot.tpl delete mode 100644 view/netfriend.tpl delete mode 100644 view/pagetypes.tpl delete mode 100644 view/profile-hide-friends.tpl delete mode 100644 view/profile-in-directory.tpl delete mode 100644 view/profile-in-netdir.tpl delete mode 100644 view/profile_edit.tpl delete mode 100644 view/profile_tabs.tpl (limited to 'view') diff --git a/view/en/group_edit.tpl b/view/en/group_edit.tpl new file mode 100644 index 000000000..e6c7afb49 --- /dev/null +++ b/view/en/group_edit.tpl @@ -0,0 +1,24 @@ +

Group Editor

+ + +
+
+
+ + +
+
+
+ +$selector + +
+$drop +
+
+ +
+ +
+
+
diff --git a/view/en/group_new.tpl b/view/en/group_new.tpl new file mode 100644 index 000000000..a1efa7717 --- /dev/null +++ b/view/en/group_new.tpl @@ -0,0 +1,23 @@ + + + +
+
+ +
+

+Create a group of contacts/friends. + +

+ + +
+
+ +
+ + +
+
+ + \ No newline at end of file diff --git a/view/en/jot-header.tpl b/view/en/jot-header.tpl new file mode 100644 index 000000000..81c513484 --- /dev/null +++ b/view/en/jot-header.tpl @@ -0,0 +1,129 @@ + + + + + + diff --git a/view/en/jot.tpl b/view/en/jot.tpl new file mode 100644 index 000000000..6590cace8 --- /dev/null +++ b/view/en/jot.tpl @@ -0,0 +1,45 @@ + +
+
+
 
+
+
+
+ +
+ + + + + + + + +
+ +
+
Upload Photo
+
+ +
+ Insert YouTube video +
+
+ Set your location +
+ +
+ +
+
Permission Settings$bang
+
+ +
+ +
+
+
diff --git a/view/en/netfriend.tpl b/view/en/netfriend.tpl new file mode 100644 index 000000000..b041ec49f --- /dev/null +++ b/view/en/netfriend.tpl @@ -0,0 +1,14 @@ +
Approve as:
+ +
+ + +
+
+
+
+ + +
+
+
diff --git a/view/en/pagetypes.tpl b/view/en/pagetypes.tpl new file mode 100644 index 000000000..2036614ab --- /dev/null +++ b/view/en/pagetypes.tpl @@ -0,0 +1,25 @@ + +
+ + + This account is a normal personal profile +
+
+
+ + + Automatically approve all connection/friend requests as read-only fans +
+
+
+ + + Automatically approve all connection/friend requests as read-write fans +
+
+
+ + + Automatically approve all connection/friend requests as friends +
+
diff --git a/view/en/profile-hide-friends.tpl b/view/en/profile-hide-friends.tpl new file mode 100644 index 000000000..54ade00fe --- /dev/null +++ b/view/en/profile-hide-friends.tpl @@ -0,0 +1,16 @@ +

+Hide my contact/friend list from viewers of this profile? +

+ +
+ + + +
+
+
+ + + +
+
diff --git a/view/en/profile-in-directory.tpl b/view/en/profile-in-directory.tpl new file mode 100644 index 000000000..98af3e59a --- /dev/null +++ b/view/en/profile-in-directory.tpl @@ -0,0 +1,16 @@ +

+Publish your default profile in site directory? +

+ +
+ + + +
+
+
+ + + +
+
diff --git a/view/en/profile-in-netdir.tpl b/view/en/profile-in-netdir.tpl new file mode 100644 index 000000000..be111aa67 --- /dev/null +++ b/view/en/profile-in-netdir.tpl @@ -0,0 +1,16 @@ +

+Publish your default profile in global social directory? +

+ +
+ + + +
+
+
+ + + +
+
diff --git a/view/en/profile_edit.tpl b/view/en/profile_edit.tpl new file mode 100644 index 000000000..8d32226bc --- /dev/null +++ b/view/en/profile_edit.tpl @@ -0,0 +1,276 @@ +

Edit Profile Details

+ + + + + +$default + +
+
+ +
+ +
*
+
+
+ +
+ + +
+
+ +
+ +$gender +
+
+ +
+ +
+$dob $age +
+
+ +$hide_friends + +
+ +
+
+ + +
+ + +
+
+ +
+ + +
+
+ + +
+ + +
+
+ +
+ + +
+
+ +
+ + +
+
+ +
+ +
+
+ +
+ +$marital +
+
+ +
+ +$sexual +
+
+ + + +
+ + +
+
+ +
+ + +
+
+ +
+ + +
+
+ +
+ +
+
+ +
+

+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_tabs.tpl b/view/en/profile_tabs.tpl new file mode 100644 index 000000000..9c6c54a1c --- /dev/null +++ b/view/en/profile_tabs.tpl @@ -0,0 +1,7 @@ + +
+ Status + Profile + Photos +
+
\ No newline at end of file diff --git a/view/group_edit.tpl b/view/group_edit.tpl deleted file mode 100644 index e6c7afb49..000000000 --- a/view/group_edit.tpl +++ /dev/null @@ -1,24 +0,0 @@ -

Group Editor

- - -
-
-
- - -
-
-
- -$selector - -
-$drop -
-
- -
- -
-
-
diff --git a/view/group_new.tpl b/view/group_new.tpl deleted file mode 100644 index a1efa7717..000000000 --- a/view/group_new.tpl +++ /dev/null @@ -1,23 +0,0 @@ - - - -
-
- -
-

-Create a group of contacts/friends. - -

- - -
-
- -
- - -
-
- - \ No newline at end of file diff --git a/view/jot-header.tpl b/view/jot-header.tpl deleted file mode 100644 index 81c513484..000000000 --- a/view/jot-header.tpl +++ /dev/null @@ -1,129 +0,0 @@ - - - - - - diff --git a/view/jot-plain.tpl b/view/jot-plain.tpl deleted file mode 100644 index e3d2fa687..000000000 --- a/view/jot-plain.tpl +++ /dev/null @@ -1,15 +0,0 @@ - -
-

-What's on your mind? -

-
- - - -
-
- -
-
-
diff --git a/view/jot-save.tpl b/view/jot-save.tpl deleted file mode 100644 index 6de692e07..000000000 --- a/view/jot-save.tpl +++ /dev/null @@ -1,31 +0,0 @@ - -
-

-What's on your mind? -

- - -
-
- - - - - - - - - - -
- - - - -
-
- - -
-
-
\ No newline at end of file diff --git a/view/jot.tpl b/view/jot.tpl deleted file mode 100644 index 6590cace8..000000000 --- a/view/jot.tpl +++ /dev/null @@ -1,45 +0,0 @@ - -
-
-
 
-
-
-
- - - - - - - - - - -
- -
-
Upload Photo
-
- -
- Insert YouTube video -
-
- Set your location -
- -
- -
-
Permission Settings$bang
-
- -
- -
- -
diff --git a/view/netfriend.tpl b/view/netfriend.tpl deleted file mode 100644 index b041ec49f..000000000 --- a/view/netfriend.tpl +++ /dev/null @@ -1,14 +0,0 @@ -
Approve as:
- -
- - -
-
-
-
- - -
-
-
diff --git a/view/pagetypes.tpl b/view/pagetypes.tpl deleted file mode 100644 index 2036614ab..000000000 --- a/view/pagetypes.tpl +++ /dev/null @@ -1,25 +0,0 @@ - -
- - - This account is a normal personal profile -
-
-
- - - Automatically approve all connection/friend requests as read-only fans -
-
-
- - - Automatically approve all connection/friend requests as read-write fans -
-
-
- - - Automatically approve all connection/friend requests as friends -
-
diff --git a/view/profile-hide-friends.tpl b/view/profile-hide-friends.tpl deleted file mode 100644 index 54ade00fe..000000000 --- a/view/profile-hide-friends.tpl +++ /dev/null @@ -1,16 +0,0 @@ -

-Hide my contact/friend list from viewers of this profile? -

- -
- - - -
-
-
- - - -
-
diff --git a/view/profile-in-directory.tpl b/view/profile-in-directory.tpl deleted file mode 100644 index 98af3e59a..000000000 --- a/view/profile-in-directory.tpl +++ /dev/null @@ -1,16 +0,0 @@ -

-Publish your default profile in site directory? -

- -
- - - -
-
-
- - - -
-
diff --git a/view/profile-in-netdir.tpl b/view/profile-in-netdir.tpl deleted file mode 100644 index be111aa67..000000000 --- a/view/profile-in-netdir.tpl +++ /dev/null @@ -1,16 +0,0 @@ -

-Publish your default profile in global social directory? -

- -
- - - -
-
-
- - - -
-
diff --git a/view/profile_edit.tpl b/view/profile_edit.tpl deleted file mode 100644 index 8d32226bc..000000000 --- a/view/profile_edit.tpl +++ /dev/null @@ -1,276 +0,0 @@ -

Edit Profile Details

- - - - - -$default - -
-
- -
- -
*
-
-
- -
- - -
-
- -
- -$gender -
-
- -
- -
-$dob $age -
-
- -$hide_friends - -
- -
-
- - -
- - -
-
- -
- - -
-
- - -
- - -
-
- -
- - -
-
- -
- - -
-
- -
- -
-
- -
- -$marital -
-
- -
- -$sexual -
-
- - - -
- - -
-
- -
- - -
-
- -
- - -
-
- -
- -
-
- -
-

-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/profile_tabs.tpl b/view/profile_tabs.tpl deleted file mode 100644 index 9c6c54a1c..000000000 --- a/view/profile_tabs.tpl +++ /dev/null @@ -1,7 +0,0 @@ - -
- Status - Profile - Photos -
-
\ No newline at end of file -- cgit v1.2.3