diff options
| author | 2022-10-13 08:56:22 +0200 | |
|---|---|---|
| committer | 2022-10-13 08:56:22 +0200 | |
| commit | 8333dd972b579d9b5d214f8d7e2afcbf2e87425e (patch) | |
| tree | 535cbb72f5b6f70ae57d149f0e426c56ca2952cd /app/i18n/pl/conf.php | |
| parent | ea283a16fc2b902370bd809bc19e487db771905d (diff) | |
i18n typographic quotes (#4714)
* i18n typographic quotes
* Missing whitespace
* Update app/i18n/nl/conf.php
Co-authored-by: Frans de Jonge <fransdejonge@gmail.com>
* Fix German-style typographic quotes
* Fix missing closing ”
* Fix Dutch quotes
* French typography
* <em>lazy load</em>
Co-authored-by: Frans de Jonge <fransdejonge@gmail.com>
Diffstat (limited to 'app/i18n/pl/conf.php')
| -rw-r--r-- | app/i18n/pl/conf.php | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/app/i18n/pl/conf.php b/app/i18n/pl/conf.php index 86dc8aa32..31b0d238c 100644 --- a/app/i18n/pl/conf.php +++ b/app/i18n/pl/conf.php @@ -106,15 +106,15 @@ return array( 'type' => 'Rodzaj', ), 'get_all' => 'Wyświetlenie wszystkich wiadomości', - 'get_category' => 'Wyświetlenie kategorii "%s"', + 'get_category' => 'Wyświetlenie kategorii “%s”', 'get_favorite' => 'Wyświetlenie ulubionych wiadomości', - 'get_feed' => 'Wyświetlenie kanału "%s"', + 'get_feed' => 'Wyświetlenie kanału “%s”', 'name' => 'Nazwa', 'no_filter' => 'Brak filtrów', 'number' => 'Zapytanie nr %d', 'order_asc' => 'Wyświetl najpierw najstarsze wiadomości', 'order_desc' => 'Wyświetl najpierw najnowsze wiadomości', - 'search' => 'Szukaj "%s"', + 'search' => 'Szukaj “%s”', 'state_0' => 'Wyświetl wszystkie wiadomości', 'state_1' => 'Wyświetl przeczytane wiadomości', 'state_2' => 'Wyświetl nieprzeczytane wiadomości', |
