From 331038dd621d00a6227c46f8eeeaf390b86c46a3 Mon Sep 17 00:00:00 2001 From: Bartosz Leper Date: Thu, 23 Jul 2015 23:17:47 +0200 Subject: [PATCH] Translate other cloud dialogs to Polish --- lang-pl.js | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/lang-pl.js b/lang-pl.js index 650a7108..73149c89 100644 --- a/lang-pl.js +++ b/lang-pl.js @@ -673,6 +673,8 @@ SnapTranslator.dict.pl = { 'Logowanie...', 'Signup...': 'Rejestracja...', + 'Reset Password...': + 'Zresetuj hasło...', // settings menu 'Language...': @@ -1269,5 +1271,13 @@ SnapTranslator.dict.pl = { 'please fill out\nthis field': 'Proszę wypełnić\nto pole', 'please agree to\nthe TOS': - 'Proszę zaakceptować\nRegulamin' + 'Proszę zaakceptować\nRegulamin', + 'Sign in': + 'Zaloguj się', + 'Password:': + 'Hasło:', + 'stay signed in on this computer\nuntil logging out': + 'Zapamiętaj mnie na tym komputerze\naż do wylogowania', + 'Reset password': + 'Zresetuj hasło' };