aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/Wallabag/CoreBundle/Resources/translations/messages.pl.yml
diff options
context:
space:
mode:
Diffstat (limited to 'src/Wallabag/CoreBundle/Resources/translations/messages.pl.yml')
-rw-r--r--src/Wallabag/CoreBundle/Resources/translations/messages.pl.yml33
1 files changed, 30 insertions, 3 deletions
diff --git a/src/Wallabag/CoreBundle/Resources/translations/messages.pl.yml b/src/Wallabag/CoreBundle/Resources/translations/messages.pl.yml
index 82d16767..8e1276d9 100644
--- a/src/Wallabag/CoreBundle/Resources/translations/messages.pl.yml
+++ b/src/Wallabag/CoreBundle/Resources/translations/messages.pl.yml
@@ -32,6 +32,7 @@ menu:
32 save_link: 'Zapisz link' 32 save_link: 'Zapisz link'
33 back_to_unread: 'Powrót do nieprzeczytanych artykułów' 33 back_to_unread: 'Powrót do nieprzeczytanych artykułów'
34 users_management: 'Zarządzanie użytkownikami' 34 users_management: 'Zarządzanie użytkownikami'
35 # site_credentials: 'Site credentials'
35 top: 36 top:
36 add_new_entry: 'Dodaj nowy wpis' 37 add_new_entry: 'Dodaj nowy wpis'
37 search: 'Szukaj' 38 search: 'Szukaj'
@@ -89,9 +90,10 @@ config:
89 token_reset: 'Zresetuj swojego tokena' 90 token_reset: 'Zresetuj swojego tokena'
90 rss_links: 'RSS links' 91 rss_links: 'RSS links'
91 rss_link: 92 rss_link:
92 unread: 'nieprzeczytane' 93 unread: 'Nieprzeczytane'
93 starred: 'oznaczone gwiazdką' 94 starred: 'Oznaczone gwiazdką'
94 archive: 'archiwum' 95 archive: 'Archiwum'
96 # all: 'All'
95 rss_limit: 'Link do RSS' 97 rss_limit: 'Link do RSS'
96 form_user: 98 form_user:
97 two_factor_description: "Włączenie autoryzacji dwuetapowej oznacza, że będziesz otrzymywał maile z kodem przy każdym nowym, niezaufanym połączeniu" 99 two_factor_description: "Włączenie autoryzacji dwuetapowej oznacza, że będziesz otrzymywał maile z kodem przy każdym nowym, niezaufanym połączeniu"
@@ -521,6 +523,26 @@ user:
521 search: 523 search:
522 placeholder: Filtruj po nazwie użytkownika lub adresie e-mail 524 placeholder: Filtruj po nazwie użytkownika lub adresie e-mail
523 525
526site_credential:
527 # page_title: Site credentials management
528 # new_site_credential: Create a credential
529 # edit_site_credential: Edit an existing credential
530 # description: "Here you can manage all credentials for sites which required them (create, edit and delete), like a paywall, an authentication, etc."
531 list:
532 actions: Akcje
533 edit_action: Edytuj
534 yes: Tak
535 no: Nie
536 # create_new_one: Create a new credential
537 form:
538 # username_label: 'Username'
539 # host_label: 'Host'
540 # password_label: 'Password'
541 save: Zapisz
542 delete: Usuń
543 delete_confirm: Jesteś pewien?
544 back_to_list: Powrót do listy
545
524error: 546error:
525 page_title: Wystąpił błąd 547 page_title: Wystąpił błąd
526 548
@@ -573,3 +595,8 @@ flashes:
573 added: 'Użytkownik "%username%" dodany' 595 added: 'Użytkownik "%username%" dodany'
574 updated: 'Użytkownik "%username%" zaktualizowany' 596 updated: 'Użytkownik "%username%" zaktualizowany'
575 deleted: 'Użytkownik "%username%" usunięty' 597 deleted: 'Użytkownik "%username%" usunięty'
598 site_credential:
599 notice:
600 # added: 'Site credential for "%host%" added'
601 # updated: 'Site credential for "%host%" updated'
602 # deleted: 'Site credential for "%host%" deleted'