blob: 9ca5763c7eeba5064ff418f63d7a08aabdd4daee (
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
|
<!-- 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;
<!-- These strings are used by Firefox's custom about:certerror page,
a replacement for the standard security certificate errors produced
by NSS/PSM via netError.xhtml. -->
<!ENTITY certerror.pagetitle "Connexió no verificable">
<!ENTITY certerror.longpagetitle "No es pot confiar en la connexió">
<!-- Localization note (certerror.introPara1) - The string "#1" will
be replaced at runtime with the name of the server to which the user
was trying to connect. -->
<!ENTITY certerror.introPara1 "Heu demanat al &brandShortName; connectar-se de forma segura a <b>#1</b>, però no podem confirmar que la vostra connexió ho sigui.">
<!ENTITY certerror.whatShouldIDo.heading "Què caldria que fes?">
<!ENTITY certerror.whatShouldIDo.content "Si normalment us connecteu a aquest lloc sense problemes, aquest error podria voler dir que algú està intentant suplantar la identitat del lloc i, per tant, no hauríeu de continuar.">
<!ENTITY certerror.getMeOutOfHere.label "Treu-me d'aquí!">
<!ENTITY certerror.expert.heading "Entenc els riscos">
<!ENTITY certerror.expert.content "Si sabeu què esteu fent, podeu dir al &brandShortName; que confiï en la identificació del lloc. <b>Fins i tot, si hi confieu, aquest error podria donar-se perquè algú estigués interferint en la vostra connexió.</b>">
<!ENTITY certerror.expert.contentPara2 "No afegiu una excepció a menys que sapigueu del cert perquè aquest lloc web no utilitza una identificació pertinent.">
<!ENTITY certerror.addTemporaryException.label "Visita el lloc">
<!ENTITY certerror.addPermanentException.label "Afegeix una excepció permanent">
<!ENTITY certerror.technical.heading "Detalls tècnics">
|