blob: 0cbeecc28026d47feaa070738d4fbba4c7c92d06 (
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
|
<resources>
<string name="navigation_forward">Navigate down</string>
<string name="navigation_search">Search</string>
<string name="navigation_profile">User</string>
<string name="navigation_reload">Reload</string>
<string name="navigation_user_profile">Profile</string>
<string name="navigation_user_logout">Log out</string>
<string name="navigation_user_about">About</string>
<string name="about_title">About %1$s</string>
<string name="about_message">An Android app for the Delta platform.\n\nApp: %1$s\nServer: %2$s\nAndroid: %3$s\nSecurity: %6$s\nKernel: %4$s\nDevice: %5$s\nBoard: %7$s\nBootloader: %8$s</string>
<string name="about_close">Close</string>
<string name="about_copy">Copy</string>
<string name="about_copy_done">Copied info to clipboard</string>
<string name="pages_dashboard">Home</string>
<string name="pages_search">Search</string>
<string name="pages_profile">Profile</string>
<string name="pages_alerts">Alerts</string>
<string name="pages_content">Content</string>
<string name="offline_title">Unable to connect to Delta</string>
<string name="offline_message">We are currently unable to connect to Delta\'s servers. Check your network connection and try again later.</string>
<string name="offline_close">Quit</string>
<string name="offline_status">Open status page</string>
<string name="offline_retry">Retry</string>
<string name="channel_name">Delta alerts</string>
<string name="channel_description">For Delta Ultra users only. Alerts that appear on your Delta profile.</string>
</resources>
|