-rw-r--r-- | i18n/pl/libmail.ts | 47 |
1 files changed, 24 insertions, 23 deletions
diff --git a/i18n/pl/libmail.ts b/i18n/pl/libmail.ts index 78c7198..3524cec 100644 --- a/i18n/pl/libmail.ts +++ b/i18n/pl/libmail.ts @@ -1,100 +1,101 @@ <!DOCTYPE TS><TS> <context> <name>MailFactory</name> <message> <source>Error</source> - <translation type="unfinished"></translation> + <translation>Blad</translation> </message> <message> <source><p>Couldn't attach file '%1'. Continue anyway or abort?</p></source> - <translation type="unfinished"></translation> + <translation><p>Nie mozna dolaczyc pliku '%1'. Kontynuowac mimo to, czy anulowac?</p></translation> </message> <message> <source>Continue</source> - <translation type="unfinished"></translation> + <translation>Kontynuuj</translation> </message> <message> <source>Abort</source> - <translation type="unfinished"></translation> + <translation>Anuluj</translation> </message> </context> <context> <name>SmtpHandler</name> <message> <source>Looking up host...</source> - <translation type="unfinished"></translation> + <translation>Szukam hosta...</translation> </message> <message> <source>The server refused the connection.</source> - <translation type="unfinished"></translation> + <translation>Serwer odmowil polaczenia.</translation> </message> <message> <source>Host lookup failed.</source> - <translation type="unfinished"></translation> + <translation>Nie znaleziono hosta.</translation> </message> <message> <source>The read from the socket failed for an unknown reason.</source> - <translation type="unfinished"></translation> + <translation>Odczyt z gniazda nie powiodl sie z nieznanego powodu.</translation> </message> <message> <source>The sending failed for an unknown reason.</source> - <translation type="unfinished"></translation> + <translation>Wyslanie nie powiodlo sie z nieznanego powodu.</translation> </message> <message> <source>Host found.</source> - <translation type="unfinished"></translation> + <translation>Host znaleziony.</translation> </message> <message> <source>Connected to %1</source> - <translation type="unfinished"></translation> + <translation>Polaczony z %1</translation> </message> <message> <source>SMTP > %3</source> - <translation type="unfinished"></translation> + <translation>SMTP > %3</translation> </message> <message> <source>SMTP> EHLO *</source> - <translation type="unfinished"></translation> + <translation>SMTP> EHLO *</translation> </message> <message> <source>SMTP> AUTH CRAM-MD5</source> - <translation type="unfinished"></translation> + <translation>SMTP> AUTH CRAM-MD5</translation> </message> <message> <source>SMTP> Authenticating</source> - <translation type="unfinished"></translation> + <translation>SMTP> Autoryzacja</translation> </message> <message> <source>SMTP> HELO *</source> - <translation type="unfinished"></translation> + <translation>SMTP> HELO * +</translation> </message> <message> <source>SMTP> MAIL FROM: *</source> - <translation type="unfinished"></translation> + <translation>SMTP> MAIL FROM: *</translation> </message> <message> <source>SMTP> RCPT TO: *</source> - <translation type="unfinished"></translation> + <translation>SMTP> RCPT TO: *</translation> </message> <message> <source>SMTP> DATA</source> - <translation type="unfinished"></translation> + <translation>SMTP> DATA</translation> </message> <message> <source>SMTP> Sending data...</source> - <translation type="unfinished"></translation> + <translation>SMTP> Wysylanie danych...</translation> </message> <message> <source>SMTP> QUIT (Done)</source> - <translation type="unfinished"></translation> + <translation>SMTP> QUIT (Gotowe)</translation> </message> <message> <source>The server returned an error. This is the message:<br>%1</source> - <translation type="unfinished"></translation> + <translation>Serwer zwrocil blad. Oto wiadomosc:<BR>%1</translation> </message> <message> <source>SMTP < %3</source> - <translation type="unfinished"></translation> + <translation>SMTP < %3</translation> </message> </context> </TS> |