first commit
This commit is contained in:
14
web/lang/pl/newsletter.php
Normal file
14
web/lang/pl/newsletter.php
Normal file
@@ -0,0 +1,14 @@
|
||||
<?php
|
||||
|
||||
$txt_str['newsletter'] = [
|
||||
'unsubscribeTitle' => 'Wypisanie z newslettera',
|
||||
'errorInvalidLink' => 'Link stracił ważność',
|
||||
'errorNotSubscribed' => 'E-mail {EMAIL} już był usunięty z newslettera',
|
||||
'successUnsubscribed' => 'Adres e-mail {EMAIL} został usunięty z bazy newslettera.',
|
||||
'signUpTitle' => 'Zapisz się do newslettera',
|
||||
'errorInvalidEmail' => 'Błędny format e-maila',
|
||||
'emailSuccessSent' => 'Link do potwierdzenia odbioru newslettera został wysłany na Twój adres e-mail',
|
||||
'linkExpirated' => 'Link do potwierdzenia odbioru newslettera stracił ważność',
|
||||
'newsletterSubscribeSuccess' => 'Zapisanie do newslettera przebiegło pomyślnie',
|
||||
'alreadySubscribed' => 'Jesteś już zapisany do odbioru newslettera',
|
||||
];
|
||||
Reference in New Issue
Block a user