summaryrefslogtreecommitdiff
path: root/res/values
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2011-11-27 16:57:05 +0300
committerAndrew Dolgov <[email protected]>2011-11-27 16:57:05 +0300
commit37f4010e8f81db354085ca5b7b8fc40100169376 (patch)
tree798f23bbf8dea8c74460283932d08a4e9fa284e5 /res/values
parent0dbf6d75cadc21f8b03e1a00052e066c1f555e74 (diff)
add support for http basic authorization
Diffstat (limited to 'res/values')
-rw-r--r--res/values/strings.xml10
1 files changed, 8 insertions, 2 deletions
diff --git a/res/values/strings.xml b/res/values/strings.xml
index c0615976..222e8444 100644
--- a/res/values/strings.xml
+++ b/res/values/strings.xml
@@ -13,15 +13,16 @@
<string name="password">Password</string>
<string name="default_url">http://example.domain/tt-rss/</string>
<string name="authentication">Authentication</string>
- <string name="look_and_feel">Look and feel</string>
+ <string name="look_and_feel">Interface</string>
<string name="pref_theme">Theme</string>
- <string name="pref_theme_long">Changes color theme of the application.</string>
+ <string name="pref_theme_long">Changes color theme of the application</string>
<string name="ttrss_url">Tiny Tiny RSS URL</string>
<string name="auto_login">Login automatically</string>
<string name="theme_dark">Dark</string>
<string name="preferences">Preferences</string>
<string name="theme_light">Light</string>
<string name="connection">Connection</string>
+ <string name="http_authentication">HTTP Authentication</string>
<string name="login_api_disabled">Login failed: API disabled.</string>
<string name="login_no_data">Login failed: no data received.</string>
<string name="login_wrong_password">Login failed: username or password incorrect.</string>
@@ -48,4 +49,9 @@
<string name="toggle_marked">Toggle starred</string>
<string name="toggle_published">Toggle published</string>
<string name="set_unread">Mark unread</string>
+ <string name="http_login_summary">Optional. Fill this if your tt-rss installation is protected by HTTP Basic authorization</string>
+ <string name="login_summary">Your tt-rss login. Not needed for single user mode</string>
+ <string name="password_summary">Your tt-rss password</string>
+ <string name="ttrss_url_summary">URL of your tt-rss installation directory, e.g. http://site.com/tt-rss/</string>
+
</resources>