diff options
author | Jeremy Benoist <j0k3r@users.noreply.github.com> | 2016-02-18 00:01:37 +0100 |
---|---|---|
committer | Jeremy Benoist <j0k3r@users.noreply.github.com> | 2016-02-18 00:01:37 +0100 |
commit | 7dc8fac7185fdf8285cbb1cc8431cdb210527ab3 (patch) | |
tree | 946b5e01bcac5d282a52c82dfdb8e6c8b90499f0 /app | |
parent | db0e34e2cea70ea97645c0f2bdb0eb495340e48a (diff) | |
parent | ee40ccf260aa55c98d2cf39331521d66fc2256e7 (diff) | |
download | wallabag-7dc8fac7185fdf8285cbb1cc8431cdb210527ab3.tar.gz wallabag-7dc8fac7185fdf8285cbb1cc8431cdb210527ab3.tar.zst wallabag-7dc8fac7185fdf8285cbb1cc8431cdb210527ab3.zip |
Merge pull request #1686 from mruminski/v2
Polish translation
Diffstat (limited to 'app')
-rw-r--r-- | app/Resources/CraueConfigBundle/translations/CraueConfigBundle.pl.yml | 24 | ||||
-rw-r--r-- | app/config/config.yml | 1 |
2 files changed, 25 insertions, 0 deletions
diff --git a/app/Resources/CraueConfigBundle/translations/CraueConfigBundle.pl.yml b/app/Resources/CraueConfigBundle/translations/CraueConfigBundle.pl.yml new file mode 100644 index 00000000..87ca5060 --- /dev/null +++ b/app/Resources/CraueConfigBundle/translations/CraueConfigBundle.pl.yml | |||
@@ -0,0 +1,24 @@ | |||
1 | download_pictures: Pobierz obrazy na swój serwer | ||
2 | carrot: Włącz udostępnianie dla Carrot | ||
3 | diaspora_url: Adres URL Diaspora, jeżeli usługa jest włączona | ||
4 | export_epub: Włącz eksport do ePub | ||
5 | export_mobi: Włącz eksport do .mobi | ||
6 | export_pdf: Włącz eksport do PDF | ||
7 | export_csv: Włącz eksport do CSV | ||
8 | export_json: Włącz eksport do JSON | ||
9 | export_txt: Włącz eksport do TXT | ||
10 | export_xml: Włącz eksport do XML | ||
11 | pocket_consumer_key: Klucz klienta Pocket do importu zawartości (https://getpocket.com/developer/docs/authentication) | ||
12 | shaarli_url: Adress URL Shaarli, jeżeli usługa jest włączona | ||
13 | share_diaspora: Włącz udostępnianie dla Diaspora | ||
14 | share_mail: Włącz udostępnianie przez email | ||
15 | share_shaarli: Włącz udostępnianie dla Shaarli | ||
16 | share_twitter: Włącz udostępnianie dla Twitter | ||
17 | show_printlink: Pokaż link do wydrukowania zawartości | ||
18 | wallabag_support_url: Adres URL wsparcia dla wallabag | ||
19 | wallabag_url: Adres *twojej* instacji wallabag | ||
20 | entry: "artykuł" | ||
21 | export: "eksport" | ||
22 | import: "import" | ||
23 | misc: "różne" | ||
24 | modify_settings: "zatwierdz" | ||
diff --git a/app/config/config.yml b/app/config/config.yml index 359af726..bd269b07 100644 --- a/app/config/config.yml +++ b/app/config/config.yml | |||
@@ -37,6 +37,7 @@ wallabag_core: | |||
37 | tr: 'Türkçe' | 37 | tr: 'Türkçe' |
38 | fa: 'فارسی' | 38 | fa: 'فارسی' |
39 | ro: 'Română' | 39 | ro: 'Română' |
40 | pl: 'Polish' | ||
40 | items_on_page: 12 | 41 | items_on_page: 12 |
41 | theme: material | 42 | theme: material |
42 | language: en | 43 | language: en |