From 2e76dc8d0c950090acd95d1e8c9d6c7be314d9a6 Mon Sep 17 00:00:00 2001 From: ByteHamster Date: Sun, 3 Dec 2023 16:36:28 +0100 Subject: New sort dialog (#6789) --- ui/i18n/src/main/res/values/strings.xml | 20 +------------------- 1 file changed, 1 insertion(+), 19 deletions(-) (limited to 'ui/i18n') diff --git a/ui/i18n/src/main/res/values/strings.xml b/ui/i18n/src/main/res/values/strings.xml index 493e8672c..d28a73273 100644 --- a/ui/i18n/src/main/res/values/strings.xml +++ b/ui/i18n/src/main/res/values/strings.xml @@ -767,25 +767,7 @@ Not paused Played Not played - - - Title (A \u2192 Z) - Title (Z \u2192 A) - Date (New \u2192 Old) - Date (Old \u2192 New) - Duration (Short \u2192 Long) - Duration (Long \u2192 Short) - File Name (A \u2192 Z) - File Name (Z \u2192 A) - - A \u2192 Z - Z \u2192 A - New \u2192 Old - Old \u2192 New - Short \u2192 Long - Long \u2192 Short - Small \u2192 Large - Large \u2192 Small + File name Include playback position -- cgit v1.2.3 From 7508e15ab1a102e3fdc258cf829a622d08baf2e8 Mon Sep 17 00:00:00 2001 From: Tony Tam <149837+tonytamsf@users.noreply.github.com> Date: Fri, 29 Dec 2023 08:50:31 -0800 Subject: Show currently playing episode in Android Auto (#6816) --- ui/i18n/src/main/res/values/strings.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ui/i18n') diff --git a/ui/i18n/src/main/res/values/strings.xml b/ui/i18n/src/main/res/values/strings.xml index 467570ba5..9b5ddd07e 100644 --- a/ui/i18n/src/main/res/values/strings.xml +++ b/ui/i18n/src/main/res/values/strings.xml @@ -26,7 +26,7 @@ The episode cache limit has been reached. You can increase the cache size in the Settings. Years Notifications - Recently played episodes + Current AntennaPod Echo AntennaPod Echo %d -- cgit v1.2.3 From 28edb71fd61bf65677e039130011c6fd332a9dd1 Mon Sep 17 00:00:00 2001 From: ByteHamster Date: Sun, 31 Dec 2023 11:08:30 +0100 Subject: Share AntennaPod subscribe link instead of RSS url (#6835) Apparently users are confused by RSS links. --- ui/i18n/src/main/res/values/strings.xml | 1 - 1 file changed, 1 deletion(-) (limited to 'ui/i18n') diff --git a/ui/i18n/src/main/res/values/strings.xml b/ui/i18n/src/main/res/values/strings.xml index 9b5ddd07e..4e61e37f4 100644 --- a/ui/i18n/src/main/res/values/strings.xml +++ b/ui/i18n/src/main/res/values/strings.xml @@ -185,7 +185,6 @@ Remove podcast Share Share file - RSS address: Please confirm that you want to delete the podcast \"%1$s\", ALL its episodes (including downloaded episodes), and its statistics. Please confirm that you want to remove the selected podcasts, ALL their episodes (including downloaded episodes), and its statistics. Please confirm that you want to remove the podcast \"%1$s\" and its statistics. The files in the local source folder will not be deleted. -- cgit v1.2.3 From c5093c9ff92c1ffba3b886f52541631fd9b554f8 Mon Sep 17 00:00:00 2001 From: quails4Eva Date: Tue, 2 Jan 2024 19:17:29 +0000 Subject: Move 'skip silence' checkbox to playback speed dialog (#6834) --- ui/i18n/src/main/res/values/strings.xml | 1 - 1 file changed, 1 deletion(-) (limited to 'ui/i18n') diff --git a/ui/i18n/src/main/res/values/strings.xml b/ui/i18n/src/main/res/values/strings.xml index 4e61e37f4..d7b6aa6cc 100644 --- a/ui/i18n/src/main/res/values/strings.xml +++ b/ui/i18n/src/main/res/values/strings.xml @@ -785,7 +785,6 @@ Audio controls Playback speed - Audio effects Switch to audio only -- cgit v1.2.3 From 0f5600932d5894d5653993d48d925df437fe6d00 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Matej=20Drobni=C4=8D?= Date: Sun, 4 Feb 2024 19:54:46 +0100 Subject: Add next chapter button to notification (#6276) --- ui/i18n/src/main/res/values/strings.xml | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) (limited to 'ui/i18n') diff --git a/ui/i18n/src/main/res/values/strings.xml b/ui/i18n/src/main/res/values/strings.xml index d7b6aa6cc..ab65b6c41 100644 --- a/ui/i18n/src/main/res/values/strings.xml +++ b/ui/i18n/src/main/res/values/strings.xml @@ -489,10 +489,9 @@ This usually expands the notification to show playback buttons. Persistent playback controls Keep notification and lockscreen controls when playback is paused - Set compact notification buttons - Change the playback buttons when the notification is collapsed. The play/pause button is always included. - Select a maximum of %1$d items - You can only select a maximum of %1$d items. + You must select exactly %1$d items. + Set notification buttons + Change the playback buttons on the playback notification. Enqueue location Add episodes to: %1$s Back -- cgit v1.2.3 From c07ae17962b0fbb757c42e873d9c06cdac3a52ae Mon Sep 17 00:00:00 2001 From: ByteHamster Date: Sun, 4 Feb 2024 22:10:12 +0100 Subject: Tweak OPML import (#6906) - Only request storage permission when ContentResolver fails - Easier to read error message --- ui/i18n/src/main/res/values/strings.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ui/i18n') diff --git a/ui/i18n/src/main/res/values/strings.xml b/ui/i18n/src/main/res/values/strings.xml index ab65b6c41..be9a9dcbc 100644 --- a/ui/i18n/src/main/res/values/strings.xml +++ b/ui/i18n/src/main/res/values/strings.xml @@ -577,7 +577,7 @@ Import AntennaPod database from another device OPML import Import podcast list (OPML) - An error has occurred while reading the OPML document: + An error has occurred while reading the file. Make sure that you have actually selected an OPML file and that the file is valid. No file selected! Select all Deselect all -- cgit v1.2.3 From c7c5ab567b2681a946ec756cdd17bd99128f9f54 Mon Sep 17 00:00:00 2001 From: ByteHamster Date: Fri, 16 Feb 2024 23:50:12 +0100 Subject: Use proper plurals when showing number of episodes (#6922) --- ui/i18n/src/main/res/values/strings.xml | 1 - 1 file changed, 1 deletion(-) (limited to 'ui/i18n') diff --git a/ui/i18n/src/main/res/values/strings.xml b/ui/i18n/src/main/res/values/strings.xml index be9a9dcbc..060d2b29f 100644 --- a/ui/i18n/src/main/res/values/strings.xml +++ b/ui/i18n/src/main/res/values/strings.xml @@ -123,7 +123,6 @@ Description Shownotes swipe up to read shownotes - \u0020episodes Close Retry Include in auto downloads -- cgit v1.2.3