blob: 552fa12812371a0d4b650521389085e5556abbfd (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
# 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/.
# This file has the strings, mostly error strings, for the logic / JS backend / model
# files: fetchConfig.js, readFromXML.js, guessConfig.js, verifyConfig.js, createInBackend.js
no_emailProvider.error=Konfiguracyjny plik XML nie zawiera konfiguracji konta e-mail.
outgoing_not_smtp.error=Serwer poczty wychodzącej musi być serwerem SMTP
cannot_login.error=Nie można zalogować się na serwerze. Prawdopodobnie nazwa użytkownika, hasło lub konfiguracja są niewłaściwie ustawione.
cannot_find_server.error=Nie można odnaleźć serwera
no_autodiscover.error=Plik XML automatycznego wykrywania Exchange jest nieprawidłowy.
|