Add separate message when download is rejected due to insufficient storage

This commit is contained in:
TobiGr 2024-03-21 11:56:10 +01:00
parent 2e318b8b03
commit 206d1b6db4
71 changed files with 72 additions and 71 deletions

View file

@ -395,7 +395,7 @@
<string name="overwrite_failed">impossible décraser le fichier</string>
<string name="download_already_pending">Il y a un téléchargement en attente avec ce nom</string>
<string name="error_postprocessing_stopped">NewPipe a été fermé alors quil travaillait sur le fichier</string>
<string name="error_insufficient_storage">Aucun espace disponible sur lappareil</string>
<string name="error_insufficient_storage_left">Aucun espace disponible sur lappareil</string>
<string name="error_progress_lost">Progression perdue car le fichier a été supprimé</string>
<string name="confirm_prompt">Voulez-vous effacer lhistorique de téléchargement ou supprimer tous les fichiers téléchargés\?</string>
<string name="enable_queue_limit">Limiter la file dattente de téléchargement</string>