diff --git a/UI/Contacts/English.lproj/Localizable.strings b/UI/Contacts/English.lproj/Localizable.strings index daa2cd0d5..a07b402f7 100644 --- a/UI/Contacts/English.lproj/Localizable.strings +++ b/UI/Contacts/English.lproj/Localizable.strings @@ -43,6 +43,18 @@ "Copy To" = "Copy To"; "Add to:" = "Add to:"; +/* Subheader of empty addressbook */ +"No contact" = "No contact"; + +/* Number of contacts in addressbook; string is prefixed by number */ +"contacts" = "contacts"; + +/* No contact matching search criteria */ +"No matching contact" = "No matching contact"; + +/* Number of contacts matching search criteria; string is prefixed by number */ +"matching contacts" = "matching contacts"; + /* Number of selected contacts in list */ "selected" = "selected"; diff --git a/UI/Templates/ContactsUI/UIxContactFoldersView.wox b/UI/Templates/ContactsUI/UIxContactFoldersView.wox index d4674339f..dd8213a4a 100644 --- a/UI/Templates/ContactsUI/UIxContactFoldersView.wox +++ b/UI/Templates/ContactsUI/UIxContactFoldersView.wox @@ -258,7 +258,7 @@ arrow_back - + @@ -327,10 +327,22 @@ - + - - {{addressbook.selectedFolder.cards.length}} + + {{addressbook.selectedFolder.cards.length}} + + + + + + + + + + {{addressbook.selectedFolder.cards.length}} + diff --git a/UI/Templates/MailerUI/UIxMailFolderTemplate.wox b/UI/Templates/MailerUI/UIxMailFolderTemplate.wox index 277114553..9cfc4f0a9 100644 --- a/UI/Templates/MailerUI/UIxMailFolderTemplate.wox +++ b/UI/Templates/MailerUI/UIxMailFolderTemplate.wox @@ -7,6 +7,56 @@ +
+ + + + + {{app.accounts[0].name}} + + + {{folder.name}} + + + + + + settings + + + + + + + + + + + + + + + + + + + + + + + + + + +
@@ -72,7 +122,7 @@ arrow_back - + @@ -176,7 +226,8 @@
- ({{currentMessage.$mailbox.path}}) + {{currentMessage.$mailbox.name}} {{currentMessage.$shortAddress('from')}}
{{currentMessage.subject}}
diff --git a/UI/Templates/MailerUI/UIxMailMainFrame.wox b/UI/Templates/MailerUI/UIxMailMainFrame.wox index ab6e25eb6..d5711630f 100644 --- a/UI/Templates/MailerUI/UIxMailMainFrame.wox +++ b/UI/Templates/MailerUI/UIxMailMainFrame.wox @@ -351,100 +351,56 @@