1
0
Fork 0
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
DroidUptime/res/values-en/strings.xml

46 lines
2.3 KiB

<?xml version="1.0" encoding="utf-8"?>
<resources>
<string name="app_name">DroidUptime</string>
<string name="about">DroidUptime application was developed by Carlos Silva and uses www.uptimeprj.com to commit the uptime information. If you liked this application, and if you want to, feel free to make a donation at www.r3pek.org or the Uptime Project website. Thanks.</string>
<string name="status_running">Running</string>
<string name="status_stopped">Stopped</string>
<string name="operation_start">Start</string>
<string name="operation_stop">Stop</string>
<string name="menu_about">About</string>
<string name="menu_setup">Setup</string>
<string name="btn_ok">OK</string>
<string name="btn_cancel">Cancel</string>
<string name="servicestatus">Service Status:</string>
<string name="uptime">Uptime:</string>
<string name="lastupdate">Last Update:</string>
<string name="message">This application requires you to register at www.uptimeprj.com so you can keep track of your uptime. After you registered, come back here and fill in the username and password on the Setup Menu.</string>
<string name="notyetupdated">Haven't updated yet</string>
<string name="months">months</string>
<string name="days">days</string>
<string name="hours">hours</string>
<string name="minutes">minutes and</string>
<string name="seconds">seconds</string>
<string name="pref_auth_cat">Authentication</string>
<string name="pref_auth_user">Username</string>
<string name="pref_auth_pass">Password</string>
<string name="pref_gen_cat">General</string>
<string-array name="update_intervals">
<item>10 Minutes</item>
<item>20 Minutes</item>
<item>30 Minutes</item>
<item>1 Hour</item>
<item>2 Hours</item>
</string-array>
<string name="pref_gen_update_int">Update Interval</string>
<string name="pref_gen_update_int_desc">How often it will submit the uptime (requires restart of the service)</string>
<string-array name="update_intervals_values">
<item>600</item>
<item>1200</item>
<item>1800</item>
<item>3600</item>
<item>7200</item>
</string-array>
<string name="no_user_pass">Please setup Username and Password</string>
<string name="pref_gen_hostname">Hostname</string>
<string name="pref_gen_hostname_desc">Hostname to send to the Uptime Project</string>
</resources>