From cc73a5d47f3e1afdc835eee2efecec451cb2cf23 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marcin=20Wr=C3=B3blewski?= Date: Mon, 10 Sep 2018 09:10:58 +0200 Subject: [PATCH] "Show password" pl translation --- l10n/pl.json | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/l10n/pl.json b/l10n/pl.json index 9124ac7..a42978d 100644 --- a/l10n/pl.json +++ b/l10n/pl.json @@ -28,6 +28,7 @@ "Email" : "Email", "Request verification link" : "Zażądaj linku weryfikacyjnego", "Please re-enter a valid email address" : "Proszę ponownie wprowadzić adres email", - "You will receive an email with a verification link" : "Otrzymasz email z linkiem weryfikacyjnym" + "You will receive an email with a verification link" : "Otrzymasz email z linkiem weryfikacyjnym", + "Show password": "Pokaż hasło" },"pluralForm" :"nplurals=4; plural=(n==1 ? 0 : (n%10>=2 && n%10<=4) && (n%100<12 || n%100>14) ? 1 : n!=1 && (n%10>=0 && n%10<=1) || (n%10>=5 && n%10<=9) || (n%100>=12 && n%100<=14) ? 2 : 3);" -} \ No newline at end of file +}