aboutsummaryrefslogtreecommitdiff
path: root/app/src/main/res/values/strings.xml
blob: cc1bd9b356bd13ea09b7258d6b6a7dff3f188946 (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
31
32
33
34
35
36
37
38
<resources>
    <string name="dev_email" translatable="false">pitchedapps@gmail.com</string>
    <string name="section_format">Hello World from section: %1$d</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="menu">@string/kau_menu</string>
    <string name="settings">@string/kau_settings</string>
    <string name="notes">Notes</string>
    <string name="on_this_day">On This Day</string>

    <string name="loading_account">Getting everything ready…</string>
    <string name="welcome">Welcome %s</string>
    <string name="select_facebook_account">Select Facebook Account</string>
    <string name="account_not_found">Current account is not in the database</string>

    <string name="frost_notifications">Frost Notifications</string>
    <string name="requires_custom_theme">Requires custom theme</string>

    <string name="frost_feedback">Frost for Facebook: Feedback</string>
    <string name="no_longer_facebook">No longer under facebook; refreshing…</string>

    <string name="web_overlay_swipe_hint">Swipe right to go back to the previous window.</string>
</resources>