mirror of
https://github.com/netsurf-browser/netsurf
synced 2024-12-17 01:33:16 +03:00
Use translated messgae for low bandwidth error
This commit is contained in:
parent
dd9a4af311
commit
57cd5c77b2
@ -2434,7 +2434,7 @@ static void llcache_persist(void *p)
|
|||||||
*/
|
*/
|
||||||
if (total_bandwidth < llcache->minimum_bandwidth) {
|
if (total_bandwidth < llcache->minimum_bandwidth) {
|
||||||
LOG(("Cannot write minimum bandwidth"));
|
LOG(("Cannot write minimum bandwidth"));
|
||||||
warn_user("Disc cache write bandwidth is too slow to be useful, disabling cache", 0);
|
warn_user("LowDiscWriteBandwidth", 0);
|
||||||
guit->llcache->finalise();
|
guit->llcache->finalise();
|
||||||
break;
|
break;
|
||||||
} else {
|
} else {
|
||||||
|
@ -3039,6 +3039,7 @@ de.all.DirectoryError:Verzeichnis '%s' existiert bereits.
|
|||||||
fr.all.DirectoryError:directory '%s' already exists
|
fr.all.DirectoryError:directory '%s' already exists
|
||||||
it.all.DirectoryError:La directory '%s' è già esistente
|
it.all.DirectoryError:La directory '%s' è già esistente
|
||||||
nl.all.DirectoryError:directory '%s' already exists
|
nl.all.DirectoryError:directory '%s' already exists
|
||||||
|
en.all.LowDiscWriteBandwidth:Disc cache write bandwidth is too low: the cache will be disabled. If this occurs frequently the cache should be disabled by setting the configured size to 0.
|
||||||
|
|
||||||
# Error messages for Amiga version only
|
# Error messages for Amiga version only
|
||||||
en.ami.CompError:Unable to open
|
en.ami.CompError:Unable to open
|
||||||
|
Loading…
Reference in New Issue
Block a user