From 269e8554ae7b07e64f346224a7fe73cc8c14ba69 Mon Sep 17 00:00:00 2001 From: Andrew Dolgov Date: Thu, 1 Jun 2017 12:37:05 +0300 Subject: [PATCH] comment out some unused string resources, remove circle_bg drawable --- .../src/main/res/drawable/circle_bg.xml | 12 ------ org.fox.ttrss/src/main/res/values/strings.xml | 40 +++++++++---------- .../src/main/res/xml/preferences.xml | 2 +- 3 files changed, 21 insertions(+), 33 deletions(-) delete mode 100644 org.fox.ttrss/src/main/res/drawable/circle_bg.xml diff --git a/org.fox.ttrss/src/main/res/drawable/circle_bg.xml b/org.fox.ttrss/src/main/res/drawable/circle_bg.xml deleted file mode 100644 index 404de097..00000000 --- a/org.fox.ttrss/src/main/res/drawable/circle_bg.xml +++ /dev/null @@ -1,12 +0,0 @@ - - - - - - - \ No newline at end of file diff --git a/org.fox.ttrss/src/main/res/values/strings.xml b/org.fox.ttrss/src/main/res/values/strings.xml index 10a89d51..87120eb3 100755 --- a/org.fox.ttrss/src/main/res/values/strings.xml +++ b/org.fox.ttrss/src/main/res/values/strings.xml @@ -2,11 +2,11 @@ Logging in… - Tiny Tiny RSS + Tiny Tiny RSS Please configure the application first. Ready to login. Log in - Log out + Login Debugging Password @@ -18,13 +18,13 @@ Dark Settings Connection - Selected articles + HTTP Authentication Loading, please wait… - Show unread feeds - Show all feeds + + Unread only - Refresh + Share article Mark read Sort feeds by unread count @@ -43,8 +43,8 @@ (Un)Star (Un)Publish (Un)Read - (Un)Star - (Un)Publish + (Un)Read Mark above read Optional. Fill this if your tt-rss installation is protected by HTTP Basic authentication @@ -73,7 +73,7 @@ Go offline Go online Failed to prepare offline mode (see log) - No feeds to display + Login failed, but you have stored offline data. Would you like to go offline? Offline mode is ready Go offline @@ -108,7 +108,7 @@ Publish with note Settings Please fill in your tt-rss server information such as URL, login, and password. - Refresh + Error: network unavailable Browse headlines Use volume buttons @@ -133,8 +133,8 @@ Unlock full version Trial expired To continue using Tiny Tiny RSS please unlock the full version by purchasing the key. - Sepia - Amber + Reading Amount of articles to download How many articles to download for offline mode (newest first) @@ -155,7 +155,7 @@ Error: feed already exists. Error: Invalid URL. Error: URL is an HTML page, no feeds found. - Error: URL contains multiple feeds + Error: Could not download URL Set view mode Set view mode @@ -196,7 +196,7 @@ Sorry, this function is not available on your tt-rss version. Unsubscribe Unsubscribe from %1$s? - Open in web browser + Error loading image. Toggle oldest first Default @@ -225,19 +225,19 @@ Widget Video Player - Hello world! + Settings Share video - Open video + - (more images…) + New articles found, reload feed to continue. Open external links with Chrome custom tabs (faster, used if available) Use quick preview Ask me every time - Open link + Quick preview - Open with app + Opening links Open with… Mark articles as read? @@ -251,7 +251,7 @@ Light Dark Transparent - Background color + Widget theme This interval is imprecise due to Android limitations Group headlines by feeds diff --git a/org.fox.ttrss/src/main/res/xml/preferences.xml b/org.fox.ttrss/src/main/res/xml/preferences.xml index 3b354740..2e3d339e 100755 --- a/org.fox.ttrss/src/main/res/xml/preferences.xml +++ b/org.fox.ttrss/src/main/res/xml/preferences.xml @@ -215,7 +215,7 @@ android:entries="@array/pref_widget_bgs" android:entryValues="@array/pref_widget_bgs_values" android:key="widget_background" - android:title="@string/pref_theme" /> + android:title="@string/pref_widget_background" />