Ext.apply(Zw.localization, {
    
    english: {
        corkboard: {
            btn: "Corkboard",
            unread: "Unread",
            window: "Corkboard",
            tabs: {
                all: "All",
                mo: "In",
                zo: "Out"
            },
            toolbar: {
                open: "Open",
                reply: "Reply",
                fwd: "Fwd",
                resend: "Resend",
                del: "Delete",
                conversation: "Convers..."
            }
        },
        conversation: {
            window: "Conversation",
            toolbar: {
                open: "Open",
                reply: "Reply",
                fwd: "Fwd",
                resend: "Resend",
                del: "Delete"
            }
        },
        sendtext: {
            btn: "New Text",
            window: "Send Text"
        },
        contacts: {
            btn: "Contacts",
            window: "Contacts",
            newContact: "New"
        },
        settings: {
            btn: "Settings",
            window: "Settings",
            smartFwd: "Smart Forward"
        }
    }

});