diff options
Diffstat (limited to 'l10n-fi/suite/chrome/mailnews/pref/pref-directory-add.dtd')
-rw-r--r-- | l10n-fi/suite/chrome/mailnews/pref/pref-directory-add.dtd | 46 |
1 files changed, 46 insertions, 0 deletions
diff --git a/l10n-fi/suite/chrome/mailnews/pref/pref-directory-add.dtd b/l10n-fi/suite/chrome/mailnews/pref/pref-directory-add.dtd new file mode 100644 index 0000000000..a06a51ed03 --- /dev/null +++ b/l10n-fi/suite/chrome/mailnews/pref/pref-directory-add.dtd @@ -0,0 +1,46 @@ +<!-- 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 newDirectoryTitle.label "Hakemistopalvelimen asetukset"> +<!ENTITY directoryName.label "Nimi: "> +<!ENTITY directoryName.accesskey "N"> +<!ENTITY directoryHostname.label "Palvelin: "> +<!ENTITY directoryHostname.accesskey "P"> +<!ENTITY directoryBaseDN.label "Kanta-DN: "> +<!ENTITY directoryBaseDN.accesskey "K"> +<!ENTITY findButton.label "Etsi"> +<!ENTITY findButton.accesskey "E"> +<!ENTITY directorySecure.label "Käytä suojattua yhteyttä (SSL)"> +<!ENTITY directorySecure.accesskey "ä"> +<!ENTITY directoryLogin.label "Sidottu DN: "> +<!ENTITY directoryLogin.accesskey "S"> +<!ENTITY General.tab "Yleiset"> +<!ENTITY Offline.tab "Yhteydetön tila"> +<!ENTITY Advanced.tab "Lisäasetukset"> +<!ENTITY portNumber.label "Portin numero: "> +<!ENTITY portNumber.accesskey "o"> +<!ENTITY searchFilter.label "Hakusuodatin: "> +<!ENTITY searchFilter.accesskey "u"> +<!ENTITY scope.label "Alue: "> +<!ENTITY scope.accesskey "A"> +<!ENTITY scopeOneLevel.label "Yksi taso"> +<!ENTITY scopeOneLevel.accesskey "Y"> +<!ENTITY scopeSubtree.label "Alipuu"> +<!ENTITY scopeSubtree.accesskey "l"> +<!ENTITY return.label "Älä palauta yli"> +<!ENTITY return.accesskey "Ä"> +<!ENTITY results.label "tulosta"> +<!ENTITY offlineText.label "Voit ladata tästä hakemistosta paikallisen kopion yhteydettömässä tilassa käytettäväksi."> +<!ENTITY saslMechanism.label "Kirjautumismenetelmä: "> +<!ENTITY saslMechanism.accesskey "K"> +<!ENTITY saslOff.label "Yksinkertainen"> +<!ENTITY saslOff.accesskey "s"> +<!ENTITY saslGSSAPI.label "Kerberos (GSSAPI)"> +<!ENTITY saslGSSAPI.accesskey "K"> + +<!-- Localization note: this is here because the width of the dialog + is determined by the width of the base DN box; and that is likely + to vary somewhat with the language. +--> +<!ENTITY newDirectoryWidth "36em"> |