aboutsummaryrefslogtreecommitdiff
path: root/app/src/main/res/values/strings.xml
blob: ee5d12945df595fb568e77d9f3164b4649f01951 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
<resources>
    <string name="action_settings">Settings</string>
    <string name="section_format">Hello World from section: %1$d</string>

    <string name="changelog">Changelog</string>
    <string name="great">Great</string>
    <string name="feed">Feed</string>
    <string name="most_recent">Most Recent</string>
    <string name="top_stories">Top Stories</string>
    <string name="profile">Profile</string>
    <string name="bookmarks">Bookmarks</string>
    <string name="events">Events</string>
    <string name="friends">Friends</string>
    <string name="messages">Messages</string>
    <string name="notifications">Notifications</string>
    <string name="activity_log">Activity Log</string>
    <string name="pages">Pages</string>
    <string name="groups">Groups</string>
    <string name="saved">Saved</string>
    <string name="birthdays">Birthdays</string>
    <string name="chat">Chat</string>
    <string name="photos">Photos</string>
    <string name="loading_account">Getting everything ready…</string>
    <string name="welcome">Welcome %s</string>
    <string name="login">Login</string>
    <string name="select_facebook_account">Select Facebook Account</string>
    <string name="add_account">Add Account</string>
    <string name="add_account_desc">Add Facebook Account</string>
    <string name="manage_account">Manage Account</string>
</resources>