From 91820272bb0560715c6c4c5f76610b02218071a9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Allan=20Nordh=C3=B8y?= Date: Wed, 27 Oct 2021 07:36:46 +0000 Subject: [PATCH 1/4] App strings reworked --- app/src/main/res/values/strings.xml | 116 ++++++++++++++-------------- 1 file changed, 58 insertions(+), 58 deletions(-) diff --git a/app/src/main/res/values/strings.xml b/app/src/main/res/values/strings.xml index fdb7c5327..5d749e3ce 100644 --- a/app/src/main/res/values/strings.xml +++ b/app/src/main/res/values/strings.xml @@ -1,8 +1,8 @@ Readrops - To read - Non read articles + Reading + Non-read Open menu Close menu Add feed @@ -10,11 +10,11 @@ Settings About Add feed - Feed url - Validate - Field can\'t be empty - Input is not a valid URL - No feed url found + Feed URL + Check + Populate this field first + Input a valid URL first + Could not find a feed URL Connection error Unknown host by %1$s @@ -23,7 +23,7 @@ 1 min · Share Article - Open url + Open URL Add folder Feed folder Feed name @@ -33,89 +33,89 @@ Cancel Delete feed ? Load - Updating feed : %1$s + Updating feed, %1$s… Results - Feed %1$s added successfully - Network failure when accessing feed %1$s - Failure when parsing feed %1$s - Wrong format for feed %1$s - Unknown error for feed %1$s + Added the %1$s feed + Could not access the %1$s feed due to a network failure + Could not parse the %1$s feed + Wrong format for the %1$s feed + Unknown error for the %1$s feed Articles - To read later - Show read articles + Reading later + Show read Filter - Mark as non read + Mark as non-read Mark as read Select all - Account url + Account URL Account name - Login + Username Password - This is your FreshRSS API password (Configuration > Profile) + This is your FreshRSS API password (Configuration → Profile) Account settings Add account No feed - Choose an account + Choose setup Feeds and folders Account Manage feeds and folders Folders Feeds Edit folder - Delete folder ? + Delete folder? Delete account - Delete account ? - The feed %1$s has been deleted - The feed %1$s doesn\'t exist on the server - An error occured + Delete account? + Deleted the %1$s feed + The %1$s feed doesn\'t exist on the server + Something went wrong The folder already exists - Bad format for the new folder + The new folder has an incorrect format The folder doesn\'t exist on the server - Credentials - Newest to oldest - Oldest to newest - Login failed. Please check your credentials + Login details + Newest first + Oldest first + Could not log in. Ensure your username and password is correct. New account https://github.com/readrops/Readrops - Maximum number of items per feed + Max items per feed Unlimited Local - %1$s feeds %1$s feed + %1$s feeds Delete - App released under the GPLv3 licence - No item - No feed found - Error for feed %1$s - Get feeds colors - Feeds Colors - Global - Reload feeds colors - Open items in - Webview + Copylefted libre software, licensed GPLv3+\n\nUse, study, change, and share with all. + Add something to show it here + Could not find any feeds + The %1$s feed has a problem + Fetch feed colors + Feed Colors + For the whole app + Reload feed colors + Open items in… + The app External web browser - Actualize + Start Share URL OPML Import/Export Processing OPML file - This operation can take a significant time as each feed needs to be queried. - An error occurred during the file processing + This can take a while. + Could not process the file OPML import OPML export - Subscriptions export needs external storage permission + Grant access to storage to export subscriptions Try again Permissions Or Image Options - Download image - Share image + Download + Share Theme Light Dark Export feeds and folders New feed - To download the image, storage permission is needed - Automatic synchronisation + Grant access to storage to download the image + Syncing Manual 30 mins 1 hour @@ -124,20 +124,20 @@ 6 hours 12 hours Every day - Accounts synchronisation + Account-syncing %1$s new articles - Enable notifications + Turn on Notifications - Enable all feeds notifications - Automatic synchronization is disabled - To be displayed, notifications need auto synchronization to be activated.\nDo you want to open settings ? + Turn on all feeds notifications + Auto-syncing off + Turn on antomatic syncing to show notifications.\nOpen the settings? Open Back Show caption - Synchronize + Sync Navigator view Favorites Source code Changelog https://github.com/readrops/Readrops/blob/develop/CHANGELOG.md - \ No newline at end of file + From 1915cf572407f6facbf29dbb22dbb80eecead724 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Allan=20Nordh=C3=B8y?= Date: Wed, 27 Oct 2021 07:41:27 +0000 Subject: [PATCH 2/4] Project names --- db/src/main/res/values/strings.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/db/src/main/res/values/strings.xml b/db/src/main/res/values/strings.xml index a9e4b5d40..de28d3c66 100644 --- a/db/src/main/res/values/strings.xml +++ b/db/src/main/res/values/strings.xml @@ -1,7 +1,7 @@ - readropsdb + ReadropsDB - Freshrss + FreshRSS Feedly Nextcloud News From 5f9c91b5b2cf5fdf66dc89b208a4e4def804039d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Allan=20Nordh=C3=B8y?= Date: Wed, 27 Oct 2021 10:08:02 +0200 Subject: [PATCH 3/4] Further improvements --- app/src/main/res/values/strings.xml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/app/src/main/res/values/strings.xml b/app/src/main/res/values/strings.xml index 5d749e3ce..544463d89 100644 --- a/app/src/main/res/values/strings.xml +++ b/app/src/main/res/values/strings.xml @@ -2,7 +2,7 @@ Readrops Reading - Non-read + Unread Open menu Close menu Add feed @@ -44,14 +44,14 @@ Reading later Show read Filter - Mark as non-read + Mark as unread Mark as read Select all Account URL Account name Username Password - This is your FreshRSS API password (Configuration → Profile) + Your FreshRSS API password from Configuration → Profile Account settings Add account No feed @@ -71,10 +71,10 @@ The folder already exists The new folder has an incorrect format The folder doesn\'t exist on the server - Login details + Username and password Newest first Oldest first - Could not log in. Ensure your username and password is correct. + Could not log in. Did you supply the correct username and password? New account https://github.com/readrops/Readrops Max items per feed From 2635bfcb6b5f2a7d35a9036933e657ede51819b6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Allan=20Nordh=C3=B8y?= Date: Wed, 27 Oct 2021 10:12:52 +0200 Subject: [PATCH 4/4] Further improvements 2 --- app/src/main/res/values/strings.xml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/app/src/main/res/values/strings.xml b/app/src/main/res/values/strings.xml index 544463d89..7223b0163 100644 --- a/app/src/main/res/values/strings.xml +++ b/app/src/main/res/values/strings.xml @@ -31,7 +31,7 @@ Folder No folder Cancel - Delete feed ? + Delete feed? Load Updating feed, %1$s… Results @@ -102,7 +102,7 @@ Could not process the file OPML import OPML export - Grant access to storage to export subscriptions + Grant storage access to export subscriptions Try again Permissions Or @@ -114,7 +114,7 @@ Dark Export feeds and folders New feed - Grant access to storage to download the image + Grant storage access to download the image Syncing Manual 30 mins @@ -130,7 +130,7 @@ Notifications Turn on all feeds notifications Auto-syncing off - Turn on antomatic syncing to show notifications.\nOpen the settings? + Open the settings to turn on auto-syncing to show notifications? Open Back Show caption