Gitweb links:
...log
http://git.netsurf-browser.org/netsurf.git/shortlog/c8b3fbbfdd64e23632d41...
...commit
http://git.netsurf-browser.org/netsurf.git/commit/c8b3fbbfdd64e23632d414a...
...tree
http://git.netsurf-browser.org/netsurf.git/tree/c8b3fbbfdd64e23632d414ab0...
The branch, master has been updated
via c8b3fbbfdd64e23632d414ab0b2986a855960f26 (commit)
from dfa287767fee79f479b4cf0d8d69431febc5e934 (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
commitdiff
http://git.netsurf-browser.org/netsurf.git/commitdiff/c8b3fbbfdd64e23632d...
commit c8b3fbbfdd64e23632d414ab0b2986a855960f26
Author: Chris Young <chris(a)unsatisfactorysoftware.co.uk>
Commit: Chris Young <chris(a)unsatisfactorysoftware.co.uk>
TimedDosRequester doesn't support linefeeds through \n
diff --git a/resources/FatMessages b/resources/FatMessages
index 075a1e9..6f7bf0d 100644
--- a/resources/FatMessages
+++ b/resources/FatMessages
@@ -2680,11 +2680,11 @@ de.ami.MultiTabClose:Are you sure you want to close multiple
tabs?
fr.ami.MultiTabClose:Are you sure you want to close multiple tabs?
it.ami.MultiTabClose:Are you sure you want to close multiple tabs?
nl.ami.MultiTabClose:Are you sure you want to close multiple tabs?
-en.ami.TCPIPShutdown:The TCP/IP stack has signalled that it is about to shutdown and
NetSurf must exit.\n\nNetSurf will quit in 5 seconds unless this shutdown is aborted.
-de.ami.TCPIPShutdown:The TCP/IP stack has signalled that it is about to shutdown and
NetSurf must exit.\n\nNetSurf will quit in 5 seconds unless this shutdown is aborted.
-fr.ami.TCPIPShutdown:The TCP/IP stack has signalled that it is about to shutdown and
NetSurf must exit.\n\nNetSurf will quit in 5 seconds unless this shutdown is aborted.
-it.ami.TCPIPShutdown:The TCP/IP stack has signalled that it is about to shutdown and
NetSurf must exit.\n\nNetSurf will quit in 5 seconds unless this shutdown is aborted.
-nl.ami.TCPIPShutdown:The TCP/IP stack has signalled that it is about to shutdown and
NetSurf must exit.\n\nNetSurf will quit in 5 seconds unless this shutdown is aborted.
+en.ami.TCPIPShutdown:The TCP/IP stack has signalled that it is about to shutdown and
NetSurf must exit. NetSurf will quit in 5 seconds unless this shutdown is aborted.
+de.ami.TCPIPShutdown:The TCP/IP stack has signalled that it is about to shutdown and
NetSurf must exit. NetSurf will quit in 5 seconds unless this shutdown is aborted.
+fr.ami.TCPIPShutdown:The TCP/IP stack has signalled that it is about to shutdown and
NetSurf must exit. NetSurf will quit in 5 seconds unless this shutdown is aborted.
+it.ami.TCPIPShutdown:The TCP/IP stack has signalled that it is about to shutdown and
NetSurf must exit. NetSurf will quit in 5 seconds unless this shutdown is aborted.
+nl.ami.TCPIPShutdown:The TCP/IP stack has signalled that it is about to shutdown and
NetSurf must exit. NetSurf will quit in 5 seconds unless this shutdown is aborted.
en.ami.AbortShutdown:Abort shutdown
de.ami.AbortShutdown:Abort shutdown
fr.ami.AbortShutdown:Abort shutdown
-----------------------------------------------------------------------
Summary of changes:
resources/FatMessages | 10 +++++-----
1 files changed, 5 insertions(+), 5 deletions(-)
diff --git a/resources/FatMessages b/resources/FatMessages
index 075a1e9..6f7bf0d 100644
--- a/resources/FatMessages
+++ b/resources/FatMessages
@@ -2680,11 +2680,11 @@ de.ami.MultiTabClose:Are you sure you want to close multiple
tabs?
fr.ami.MultiTabClose:Are you sure you want to close multiple tabs?
it.ami.MultiTabClose:Are you sure you want to close multiple tabs?
nl.ami.MultiTabClose:Are you sure you want to close multiple tabs?
-en.ami.TCPIPShutdown:The TCP/IP stack has signalled that it is about to shutdown and
NetSurf must exit.\n\nNetSurf will quit in 5 seconds unless this shutdown is aborted.
-de.ami.TCPIPShutdown:The TCP/IP stack has signalled that it is about to shutdown and
NetSurf must exit.\n\nNetSurf will quit in 5 seconds unless this shutdown is aborted.
-fr.ami.TCPIPShutdown:The TCP/IP stack has signalled that it is about to shutdown and
NetSurf must exit.\n\nNetSurf will quit in 5 seconds unless this shutdown is aborted.
-it.ami.TCPIPShutdown:The TCP/IP stack has signalled that it is about to shutdown and
NetSurf must exit.\n\nNetSurf will quit in 5 seconds unless this shutdown is aborted.
-nl.ami.TCPIPShutdown:The TCP/IP stack has signalled that it is about to shutdown and
NetSurf must exit.\n\nNetSurf will quit in 5 seconds unless this shutdown is aborted.
+en.ami.TCPIPShutdown:The TCP/IP stack has signalled that it is about to shutdown and
NetSurf must exit. NetSurf will quit in 5 seconds unless this shutdown is aborted.
+de.ami.TCPIPShutdown:The TCP/IP stack has signalled that it is about to shutdown and
NetSurf must exit. NetSurf will quit in 5 seconds unless this shutdown is aborted.
+fr.ami.TCPIPShutdown:The TCP/IP stack has signalled that it is about to shutdown and
NetSurf must exit. NetSurf will quit in 5 seconds unless this shutdown is aborted.
+it.ami.TCPIPShutdown:The TCP/IP stack has signalled that it is about to shutdown and
NetSurf must exit. NetSurf will quit in 5 seconds unless this shutdown is aborted.
+nl.ami.TCPIPShutdown:The TCP/IP stack has signalled that it is about to shutdown and
NetSurf must exit. NetSurf will quit in 5 seconds unless this shutdown is aborted.
en.ami.AbortShutdown:Abort shutdown
de.ami.AbortShutdown:Abort shutdown
fr.ami.AbortShutdown:Abort shutdown
--
NetSurf Browser