aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar Inverle <inverle@proton.me> 2025-09-14 21:25:21 +0200
committerGravatar GitHub <noreply@github.com> 2025-09-14 21:25:21 +0200
commit697240813d9f086bff30b7e6424538fbef933359 (patch)
tree7870454866766db49e8faea2cb7cde697c67adf4
parent6d0bec14e514b1e1949e604709207a74f8bf053f (diff)
i18n: add missing string in `pl` (#7963)
It was supposed to be done in https://github.com/FreshRSS/FreshRSS/pull/7712#discussion_r2179851787, but that PR hasn't been yet finished for some time now.
-rw-r--r--app/i18n/pl/feedback.php2
-rw-r--r--docs/i18n/flags/gen/pl.svg2
2 files changed, 2 insertions, 2 deletions
diff --git a/app/i18n/pl/feedback.php b/app/i18n/pl/feedback.php
index dc745fceb..dad6b58a5 100644
--- a/app/i18n/pl/feedback.php
+++ b/app/i18n/pl/feedback.php
@@ -50,7 +50,7 @@ return array(
'ko' => 'Rozszerzenie %s nie może zostać włączone. <a href="%s">Sprawdź dziennik</a> w celu uzyskania szczegółowych informacji.',
'ok' => 'Rozszerzenie %s zostało włączone',
),
- 'invalid_view_mode' => 'Invalid view mode “%s”! Fall back to “Normal view”.', // TODO
+ 'invalid_view_mode' => 'Nieprawidłowy tryb widoku “%s”! Powrót do widoku normalnego.',
'no_access' => 'Brak dostępu do %s',
'not_enabled' => 'Rozszerzenie %s nie jest włączone',
'not_found' => 'Rozszerzenie %s nie istnieje',
diff --git a/docs/i18n/flags/gen/pl.svg b/docs/i18n/flags/gen/pl.svg
index e0ac841df..53c88bf8f 100644
--- a/docs/i18n/flags/gen/pl.svg
+++ b/docs/i18n/flags/gen/pl.svg
@@ -2,6 +2,6 @@
<svg xmlns="http://www.w3.org/2000/svg" width="70" height="20">
<g fill="white" font-size="12" font-family="Verdana" text-anchor="middle">
<rect rx="3" width="70" height="20" fill="green" />
- <text x="34" y="14">🇵🇱 99%</text>
+ <text x="34" y="14">🇵🇱 100%</text>
</g>
</svg> \ No newline at end of file