diff options
author | Camil Staps | 2015-06-10 20:32:38 +0200 |
---|---|---|
committer | Camil Staps | 2015-06-10 20:32:38 +0200 |
commit | dba6c916bf48e0a2215c911b17506947f96fbf0e (patch) | |
tree | b8864ecf0717f59be428da27ebcfe1f0bb4b5979 /app/src/main/res/values | |
parent | Cleanup; about dialogue (diff) |
Several fixes
Diffstat (limited to 'app/src/main/res/values')
-rw-r--r-- | app/src/main/res/values/strings.xml | 10 |
1 files changed, 1 insertions, 9 deletions
diff --git a/app/src/main/res/values/strings.xml b/app/src/main/res/values/strings.xml index b979926..b2194e3 100644 --- a/app/src/main/res/values/strings.xml +++ b/app/src/main/res/values/strings.xml @@ -59,18 +59,14 @@ <string name="error_save_filters">Couldn\'t save filter</string> <string name="error_load_filters">Couldn\'t load filters</string> <string name="error_delete_filter">Couldn\'t delete filter</string> - <string name="error_save_feeds">Couldn\'t save feeds</string> <string name="error_load_feeds">Couldn\'t load feeds</string> <string name="error_delete_feed">Couldn\'t delete feed</string> - <string name="error_invalid_url">Invalid URL</string> - <string name="error_net_load">Internet problem</string> - <string name="error_save_feedsorter">Couldn\'t store personal preferences</string> - <string name="error_load_article">Couldn\'t load article</string> + <string name="error_unknown">An unknown error occured</string> <string name="feeds">feeds</string> @@ -78,10 +74,6 @@ <string name="article_action_like">Like</string> <string name="title_activity_home_screen">RSSin</string> - <string name="title_section1">Section 1</string> - <string name="title_section2">Section 2</string> - <string name="title_section3">Section 3</string> - <string name="navigation_drawer_open">Open navigation drawer</string> <string name="navigation_drawer_close">Close navigation drawer</string> |