diff options
Diffstat (limited to '')
-rw-r--r-- | l10n-ca/suite/chrome/common/pref/pref-http.dtd | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/l10n-ca/suite/chrome/common/pref/pref-http.dtd b/l10n-ca/suite/chrome/common/pref/pref-http.dtd new file mode 100644 index 0000000000..7afbabda87 --- /dev/null +++ b/l10n-ca/suite/chrome/common/pref/pref-http.dtd @@ -0,0 +1,17 @@ +<!-- 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 pref.http.title "Xarxa HTTP"> +<!-- Network--> + +<!ENTITY prefDirect.label "Opcions de connexió directa"> +<!ENTITY prefProxy.label "Opcions de connexió del servidor"> +<!ENTITY prefEnableHTTP10.label "Utilitza HTTP 1.0"> +<!ENTITY prefEnableHTTP10.accesskey "U"> +<!ENTITY prefEnableHTTP10Proxy.accesskey "z"> +<!ENTITY prefEnableHTTP11.label "Utilitza HTTP 1.1"> +<!ENTITY prefEnableHTTP11.accesskey "H"> +<!ENTITY prefEnableHTTP11Proxy.accesskey "T"> +<!ENTITY prefPara "Les connexions HTTP es posen a punt utilitzant aquests opcions per millorar-ne el funcionament o la compatibilitat. Se sap que alguns servidors intermediaris, per exemple, requereixen HTTP/1.0 (consulteu-ne els detalls a les notes de la versió). "> +<!ENTITY prefUseragent.label "Cadena d'agent d'usuari"> |