preferences -> settings

This commit is contained in:
Andrew Dolgov 2012-11-30 20:15:42 +04:00
parent d8a14c0433
commit 98c4325d8b

View File

@ -16,7 +16,7 @@
<string name="pref_theme_long">Changes color theme of the application</string>
<string name="ttrss_url">Tiny Tiny RSS URL</string>
<string name="theme_dark">Dark</string>
<string name="preferences">Preferences</string>
<string name="preferences">Settings</string>
<string name="theme_light">Light</string>
<string name="connection">Connection</string>
<string name="headline_context_multiple">Selected articles</string>
@ -69,7 +69,7 @@
<string name="error_parse_error">Error: JSON parse failed</string>
<string name="error_io_error">Error: I/O failure (server down?)</string>
<string name="error_other_error">Error: unknown error (see log)</string>
<string name="error_api_disabled">Error: Please enable external API access in tt-rss Preferences - Advanced</string>
<string name="error_api_disabled">Error: Please enable external API access in tt-rss Settings - Advanced</string>
<string name="error_api_unknown">Error: unknown API error (see log)</string>
<string name="error_api_incorrect_usage">Error: incorrect API usage</string>
<string name="error_login_failed">Error: username or password incorrect</string>
@ -121,7 +121,7 @@
<string name="article_set_note">Publish with note</string>
<string name="close_feed">Close feed</string>
<string name="close_article">Close article</string>
<string name="dialog_open_preferences">Open preferences</string>
<string name="dialog_open_preferences">Settings</string>
<string name="dialog_need_configure_prompt">Please fill in your tt-rss server information such as URL, login, and password.</string>
<string name="notify_article_marked">Article starred</string>
<string name="notify_article_unmarked">Article unstarred</string>