blob: 5b2804924c1c9427b8e96eba9f4771bcb3e6c617 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
|
<!-- This Source Code Form is subject to the terms of the Mozilla Public
- License, v. 2.0. If a copy of the MPL was not distributed with this
- file, You can obtain one at http://mozilla.org/MPL/2.0/. -->
<!ENTITY % brandDTD SYSTEM "chrome://branding/locale/brand.dtd">
%brandDTD;
<!ENTITY loadError.label "Kan nie die bladsy laai nie">
<!ENTITY retry.label "Probeer weer">
<!-- Specific error messages -->
<!ENTITY connectionFailure.title "Kan nie koppel nie">
<!ENTITY deniedPortAccess.title "Hierdie adres het beperkings op">
<!ENTITY deniedPortAccess.longDesc "">
<!ENTITY dnsNotFound.title "Bediener nie gevind nie">
<!-- LOCALIZATION NOTE (dnsNotFound.longDesc4) This string contains markup including widgets for searching
or enabling wifi connections. The text inside tags should be localized. Do not change the ids. -->
<!ENTITY fileNotFound.title "Lêer nie gevind nie">
<!ENTITY fileNotFound.longDesc "<ul> <li>Kontroleer die lêernaam vir bokas of onderkas of ander tikfoute.</li> <li>Kontroleer of die lêer verskuif, hernoem of geskrap is.</li> </ul>">
<!ENTITY generic.title "Oeps.">
<!-- LOCALIZATION NOTE (malformedURI.longDesc2) This string contains markup including widgets for searching
or enabling wifi connections. The text inside the tags should be localized. Do not touch the ids. -->
<!ENTITY netInterrupt.title "Die verbinding is onderbreek">
<!ENTITY notCached.title "Dokumentgeldigheid het verval">
<!ENTITY netOffline.title "Aflynmodus">
<!-- LOCALIZATION NOTE (netOffline.longDesc3) This string contains markup including widgets enabling wifi connections.
The text inside the tags should be localized. Do not touch the ids. -->
<!ENTITY unsafeContentType.title "Onveilige lêersoort">
<!ENTITY netReset.title "Die verbinding is teruggestel">
<!ENTITY netTimeout.title "Die verbinding het uitgetel">
<!-- LOCALIZATION NOTE (proxyResolveFailure.longDesc3) This string contains markup including widgets for enabling wifi connections.
The text inside the tags should be localized. Do not touch the ids. -->
<!ENTITY redirectLoop.longDesc "<ul> <li>Hierdie probleem kan soms veroorsaak word deur koekies te deaktiveer of te weier om koekies te aanvaar.</li> </ul>">
<!ENTITY unknownSocketType.title "Onverwagse respons vanaf bediener">
<!ENTITY unknownSocketType.longDesc "<ul> <li>Kontroleer of die persoonlike sekuriteitbestuurder op u rekenaar geïnstalleer is.</li> <li>Dit kan wees vanweë 'n niestandaard-opstelling op die bediener.</li> </ul>">
<!ENTITY nssFailure2.title "Kon nie beveilig koppel nie">
<!-- LOCALIZATION NOTE (sharedLongDesc3) This string contains markup including widgets for enabling wifi connections.
The text inside the tags should be localized. Do not touch the ids. -->
<!ENTITY cspBlocked.title "Geblokkeer deur inhoudbeveiligingsbeleid">
<!ENTITY cspBlocked.longDesc "<p>&brandShortName; het voorkom dat hierdie bladsy op hierdie manier laai want die bladsy het 'n inhoudbeveiligingsbeleid wat dit keer.</p>">
<!ENTITY corruptedContentErrorv2.title "Fout: inhoud korrup">
<!ENTITY corruptedContentErrorv2.longDesc "<p>Die bladsy wat u probeer sien kan nie vertoon word nie omdat 'n fout bespeur is in die dataoordrag.</p><ul><li>Kontak die webwerf se eienaar om hulle oor die probleem in te lig.</li></ul>">
<!ENTITY securityOverride.linkText "Of u kan 'n uitsondering byvoeg…">
<!ENTITY securityOverride.exceptionButtonLabel "Voeg uitsondering by…">
<!-- LOCALIZATION NOTE (securityOverride.warningContent) - Do not translate the
contents of the <xul:button> tags. The only language content is the label= field,
which uses strings already defined above. The button is included here (instead of
netError.xhtml) because it exposes functionality specific to firefox. -->
<!ENTITY securityOverride.warningContent "<p>Jy moenie 'n uitsondering byvoeg as jy 'n internetverbinding gebruik wat jy nie volledig vertrou nie, of as jy nie gewoonlik 'n waarskuwing vir hierdie bediener sien nie.</p> <button id='getMeOutOfHereButton'>&securityOverride.getMeOutOfHereButton;</button> <button id='exceptionDialogButton'>&securityOverride.exceptionButtonLabel;</button>">
<!ENTITY remoteXUL.title "Afgeleë XUL">
<!ENTITY remoteXUL.longDesc "<p><ul><li>Kontak die webwerf se eienaar om hulle oor die probleem in te lig.</li></ul></p>">
<!-- LOCALIZATION NOTE (sslv3Used.longDesc) - Do not translate
"SSL_ERROR_UNSUPPORTED_VERSION". -->
<!-- LOCALIZATION NOTE (weakCryptoUsed.longDesc) - Do not translate
"SSL_ERROR_NO_CYPHER_OVERLAP". -->
<!-- LOCALIZATION NOTE (inadequateSecurityError.longDesc) - Do not translate
"NS_ERROR_NET_INADEQUATE_SECURITY". -->
|