lightning-i2p/res/values/strings.xml
Anthony Restaino deed4b7f3c 2.4
- added ability to remember tabs that were open when the browser is
closed from low memory
- updated german translation (thanks so much)
- fixed some unresponsiveness in froyo, for some reason
webview.resumeTimers() needed to be called even when the browser
restarted
- changed the UI in settings a bit (more HOLOish)
2013-04-08 23:50:13 -04:00

22 lines
1017 B
XML

<?xml version="1.0" encoding="utf-8"?>
<resources>
<string name="app_name">Lightning</string>
<string name="google">Google</string>
<string name="settings">Browser Settings</string>
<string name="location">Allow sites to access your location</string>
<string name="password">Save your passwords</string>
<string name="agent">User Agent</string>
<string name="history">Clear history on exit</string>
<string name="email">Email me</string>
<string name="flash">Enable Adobe Flash (if it\'s installed)</string>
<string name="mobile">View as Mobile</string>
<string name="desk">View as Desktop</string>
<string name="custom">View as custom user agent</string>
<string name="home">Homepage</string>
<string name="settingshelp">Settings only apply to new tabs</string>
<string name="fullscreen">Enable fullscreen mode</string>
<string name="java">Enable JavaScript</string>
<string name="saveTab">Restore your tabs if they\'re lost</string>
</resources>