diff options
| author | 2025-06-22 00:36:32 +0200 | |
|---|---|---|
| committer | 2025-06-22 00:36:32 +0200 | |
| commit | 51298cd6bc100b1cc6508abb602a59c01a9e2c04 (patch) | |
| tree | dc3ac061d48242ddb1dd4aaada009f531e2e08a7 /app/i18n | |
| parent | bea9ca12adf58896a95959c4a1fbb48f4bbc144b (diff) | |
Exposed the reading modes for extensions through Minz (#7668)
* + Exposed the reading modes for extensions through Minz. Now extensions can add a custom view mode. Graceful fallback to normal view in case the extension was disabled without resetting the view_mode through the uninstall method. In that case the user will be informed via Minz_Request::setBadNotification that the view has been reset to normal.
+ Added translation strings for de, en and en-us for the notification
* + Added missing, generated translations
* Simplify indexAction, performance
* Minor settings htmlspecialchars
* i18n: fr
* Minor wording
* Doc
* Fix i18n
---------
Co-authored-by: Alexandre Alapetite <alexandre@alapetite.fr>
Diffstat (limited to 'app/i18n')
| -rw-r--r-- | app/i18n/cs/feedback.php | 1 | ||||
| -rw-r--r-- | app/i18n/de/feedback.php | 1 | ||||
| -rw-r--r-- | app/i18n/el/feedback.php | 1 | ||||
| -rw-r--r-- | app/i18n/en-us/feedback.php | 1 | ||||
| -rw-r--r-- | app/i18n/en/feedback.php | 1 | ||||
| -rw-r--r-- | app/i18n/es/feedback.php | 1 | ||||
| -rw-r--r-- | app/i18n/fa/feedback.php | 1 | ||||
| -rw-r--r-- | app/i18n/fi/feedback.php | 1 | ||||
| -rw-r--r-- | app/i18n/fr/feedback.php | 1 | ||||
| -rw-r--r-- | app/i18n/he/feedback.php | 1 | ||||
| -rwxr-xr-x | app/i18n/hu/feedback.php | 1 | ||||
| -rw-r--r-- | app/i18n/id/feedback.php | 1 | ||||
| -rw-r--r-- | app/i18n/it/feedback.php | 1 | ||||
| -rw-r--r-- | app/i18n/ja/feedback.php | 1 | ||||
| -rw-r--r-- | app/i18n/ko/feedback.php | 1 | ||||
| -rw-r--r-- | app/i18n/lv/feedback.php | 1 | ||||
| -rw-r--r-- | app/i18n/nl/feedback.php | 1 | ||||
| -rw-r--r-- | app/i18n/oc/feedback.php | 1 | ||||
| -rw-r--r-- | app/i18n/pl/feedback.php | 1 | ||||
| -rw-r--r-- | app/i18n/pt-br/feedback.php | 1 | ||||
| -rw-r--r-- | app/i18n/pt-pt/feedback.php | 1 | ||||
| -rw-r--r-- | app/i18n/ru/feedback.php | 1 | ||||
| -rw-r--r-- | app/i18n/sk/feedback.php | 1 | ||||
| -rw-r--r-- | app/i18n/tr/feedback.php | 1 | ||||
| -rw-r--r-- | app/i18n/zh-cn/feedback.php | 1 | ||||
| -rw-r--r-- | app/i18n/zh-tw/feedback.php | 1 |
26 files changed, 26 insertions, 0 deletions
diff --git a/app/i18n/cs/feedback.php b/app/i18n/cs/feedback.php index e12db7b9b..3f0866e0c 100644 --- a/app/i18n/cs/feedback.php +++ b/app/i18n/cs/feedback.php @@ -50,6 +50,7 @@ return array( 'ko' => '%s nelze povolit. Pro podrobnosti <a href="%s">zkontrolujte protokoly FreshRSS</a>.', 'ok' => '%s je nyní povoleno', ), + 'invalid_view_mode' => 'Invalid view mode “%s”! Fall back to “Normal view”.', // TODO 'no_access' => 'Nemáte přístup k %s', 'not_enabled' => '%s není povoleno', 'not_found' => '%s neexistuje', diff --git a/app/i18n/de/feedback.php b/app/i18n/de/feedback.php index 5cf2302fe..201d75f80 100644 --- a/app/i18n/de/feedback.php +++ b/app/i18n/de/feedback.php @@ -50,6 +50,7 @@ return array( 'ko' => '%s kann nicht aktiviert werden. Für Details <a href="%s">prüfen Sie die FreshRSS-Protokolle</a>.', 'ok' => '%s ist jetzt aktiviert', ), + 'invalid_view_mode' => 'Ungültige Standard-Ansicht %s gefunden. Setze Standard-Ansicht auf Normale Ansicht zurück.', 'no_access' => 'Sie haben keinen Zugang zu %s', 'not_enabled' => '%s ist noch nicht aktiviert', 'not_found' => '%s existiert nicht', diff --git a/app/i18n/el/feedback.php b/app/i18n/el/feedback.php index f6481c077..f1cd8ecc8 100644 --- a/app/i18n/el/feedback.php +++ b/app/i18n/el/feedback.php @@ -50,6 +50,7 @@ return array( 'ko' => '%s cannot be enabled. <a href="%s">Check FreshRSS logs</a> for details.', // TODO 'ok' => '%s is now enabled', // TODO ), + 'invalid_view_mode' => 'Invalid view mode “%s”! Fall back to “Normal view”.', // TODO 'no_access' => 'You have no access on %s', // TODO 'not_enabled' => '%s is not enabled', // TODO 'not_found' => '%s does not exist', // TODO diff --git a/app/i18n/en-us/feedback.php b/app/i18n/en-us/feedback.php index f16ffd5f5..2e2dad8ea 100644 --- a/app/i18n/en-us/feedback.php +++ b/app/i18n/en-us/feedback.php @@ -50,6 +50,7 @@ return array( 'ko' => '%s cannot be enabled. <a href="%s">Check FreshRSS logs</a> for details.', // IGNORE 'ok' => '%s is now enabled', // IGNORE ), + 'invalid_view_mode' => 'Invalid view mode “%s”! Fall back to “Normal view”.', // IGNORE 'no_access' => 'You have no access on %s', // IGNORE 'not_enabled' => '%s is not enabled', // IGNORE 'not_found' => '%s does not exist', // IGNORE diff --git a/app/i18n/en/feedback.php b/app/i18n/en/feedback.php index 10ec302c2..e5f0123d1 100644 --- a/app/i18n/en/feedback.php +++ b/app/i18n/en/feedback.php @@ -50,6 +50,7 @@ return array( 'ko' => '%s cannot be enabled. <a href="%s">Check FreshRSS logs</a> for details.', 'ok' => '%s is now enabled', ), + 'invalid_view_mode' => 'Invalid view mode “%s”! Fall back to “Normal view”.', 'no_access' => 'You have no access on %s', 'not_enabled' => '%s is not enabled', 'not_found' => '%s does not exist', diff --git a/app/i18n/es/feedback.php b/app/i18n/es/feedback.php index 9c2df5294..84712d16b 100644 --- a/app/i18n/es/feedback.php +++ b/app/i18n/es/feedback.php @@ -50,6 +50,7 @@ return array( 'ko' => '%s no se puede activar. <a href="%s">Revisa el registro de FreshRSS</a> para más información.', 'ok' => '%s ha quedado activado', ), + 'invalid_view_mode' => 'Invalid view mode “%s”! Fall back to “Normal view”.', // TODO 'no_access' => 'No tienes acceso a %s', 'not_enabled' => '%s no está activado', 'not_found' => '%s no existe', diff --git a/app/i18n/fa/feedback.php b/app/i18n/fa/feedback.php index 5d2f6b6a4..57a69a8a7 100644 --- a/app/i18n/fa/feedback.php +++ b/app/i18n/fa/feedback.php @@ -50,6 +50,7 @@ return array( 'ko' => ' %s را نمی توان فعال کرد. برای جزئیات <a href="%s">گزارشهای FreshRSS</a> را بررسی کنید.', 'ok' => ' %s اکنون فعال است', ), + 'invalid_view_mode' => 'Invalid view mode “%s”! Fall back to “Normal view”.', // TODO 'no_access' => ' شما به %s دسترسی ندارید', 'not_enabled' => '%s فعال نیست', 'not_found' => '%s وجود ندارد', diff --git a/app/i18n/fi/feedback.php b/app/i18n/fi/feedback.php index 4f62b2362..d2e694ed5 100644 --- a/app/i18n/fi/feedback.php +++ b/app/i18n/fi/feedback.php @@ -50,6 +50,7 @@ return array( 'ko' => 'Laajennusta %s ei voi ottaa käyttöön. Lisätietoja on <a href="%s">FreshRSS-lokeissa</a>.', 'ok' => '%s on nyt otettu käyttöön', ), + 'invalid_view_mode' => 'Invalid view mode “%s”! Fall back to “Normal view”.', // TODO 'no_access' => 'Sinulla ei ole laajennuksen %s käyttöoikeutta', 'not_enabled' => 'Laajennus %s ei ole käytössä', 'not_found' => 'Laajennusta %s ei ole', diff --git a/app/i18n/fr/feedback.php b/app/i18n/fr/feedback.php index d5e05b5c5..99edb39bf 100644 --- a/app/i18n/fr/feedback.php +++ b/app/i18n/fr/feedback.php @@ -50,6 +50,7 @@ return array( 'ko' => '%s ne peut pas être activée. <a href="%s">Consulter les logs de FreshRSS</a> pour plus de détails.', 'ok' => '%s est désormais activée', ), + 'invalid_view_mode' => 'Mode de vue “%s” invalide ! Passage en “Vue normale”.', 'no_access' => 'Vous n’avez aucun accès sur %s', 'not_enabled' => '%s n’est pas encore activée', 'not_found' => '%s n’existe pas', diff --git a/app/i18n/he/feedback.php b/app/i18n/he/feedback.php index e017a7243..dcc2c413c 100644 --- a/app/i18n/he/feedback.php +++ b/app/i18n/he/feedback.php @@ -50,6 +50,7 @@ return array( 'ko' => '%s cannot be enabled. <a href="%s">Check FreshRSS logs</a> for details.', // TODO 'ok' => '%s is now enabled', // TODO ), + 'invalid_view_mode' => 'Invalid view mode “%s”! Fall back to “Normal view”.', // TODO 'no_access' => 'You have no access on %s', // TODO 'not_enabled' => '%s is not enabled yet', 'not_found' => '%s does not exist', // TODO diff --git a/app/i18n/hu/feedback.php b/app/i18n/hu/feedback.php index 8cc404395..db0e1907a 100755 --- a/app/i18n/hu/feedback.php +++ b/app/i18n/hu/feedback.php @@ -50,6 +50,7 @@ return array( 'ko' => 'A(z) %s nem kapcsolható be. <a href="%s">nézd meg a FreshRSS log-okat</a> a részletekért.', 'ok' => 'A(z) %s bekapcsolása sikeres', ), + 'invalid_view_mode' => 'Invalid view mode “%s”! Fall back to “Normal view”.', // TODO 'no_access' => 'Nincs hozzáférésed ehhez: %s', 'not_enabled' => 'A(z) %s nincs bekapcsolva', 'not_found' => 'A(z) %s nem létezik', diff --git a/app/i18n/id/feedback.php b/app/i18n/id/feedback.php index 224a1dc3b..6e2e8efa6 100644 --- a/app/i18n/id/feedback.php +++ b/app/i18n/id/feedback.php @@ -50,6 +50,7 @@ return array( 'ko' => '%s cannot be enabled. <a href="%s">Check FreshRSS logs</a> for details.', // TODO 'ok' => '%s is now enabled', // TODO ), + 'invalid_view_mode' => 'Invalid view mode “%s”! Fall back to “Normal view”.', // TODO 'no_access' => 'You have no access on %s', // TODO 'not_enabled' => '%s is not enabled', // TODO 'not_found' => '%s does not exist', // TODO diff --git a/app/i18n/it/feedback.php b/app/i18n/it/feedback.php index bb334c6df..5b6092e7f 100644 --- a/app/i18n/it/feedback.php +++ b/app/i18n/it/feedback.php @@ -50,6 +50,7 @@ return array( 'ko' => '%s non può essere abilitata. <a href="%s">Verifica i logs</a> per dettagli.', 'ok' => '%s è ora abilitata', ), + 'invalid_view_mode' => 'Invalid view mode “%s”! Fall back to “Normal view”.', // TODO 'no_access' => 'Accesso negato a %s', 'not_enabled' => '%s non abilitato', 'not_found' => '%s non disponibile', diff --git a/app/i18n/ja/feedback.php b/app/i18n/ja/feedback.php index df2bc9eda..13bbd5fab 100644 --- a/app/i18n/ja/feedback.php +++ b/app/i18n/ja/feedback.php @@ -50,6 +50,7 @@ return array( 'ko' => '%sは有効にできません。 <a href="%s">FreshRSS のログを確認してください</a> 詳細が表示されます。', 'ok' => '%sは有効にされています。', ), + 'invalid_view_mode' => 'Invalid view mode “%s”! Fall back to “Normal view”.', // TODO 'no_access' => 'あなたは%sにアクセスする権限がありません', 'not_enabled' => '%sは有効にされていません', 'not_found' => '%sは存在しません', diff --git a/app/i18n/ko/feedback.php b/app/i18n/ko/feedback.php index 4cd62254c..457731a97 100644 --- a/app/i18n/ko/feedback.php +++ b/app/i18n/ko/feedback.php @@ -50,6 +50,7 @@ return array( 'ko' => '%s 확장 기능을 활성화 할 수 없습니다. 자세한 내용은 <a href="%s">FreshRSS 로그</a>를 참고하세요.', 'ok' => '%s 확장 기능이 활성화되었습니다', ), + 'invalid_view_mode' => 'Invalid view mode “%s”! Fall back to “Normal view”.', // TODO 'no_access' => '%s 확장 기능에 접근 권한이 없습니다', 'not_enabled' => '%s 확장 기능이 활성화되지 않았습니다', 'not_found' => '%s 확장 기능이 존재하지 않습니다', diff --git a/app/i18n/lv/feedback.php b/app/i18n/lv/feedback.php index f359f0306..861cf1e06 100644 --- a/app/i18n/lv/feedback.php +++ b/app/i18n/lv/feedback.php @@ -50,6 +50,7 @@ return array( 'ko' => '%s nevar būt ieslēgts. <a href="%s">Pārbaudiet FreshRSS žurnālu</a> priekš papildu informācijas.', 'ok' => '%s ir tagad ieslēgts', ), + 'invalid_view_mode' => 'Invalid view mode “%s”! Fall back to “Normal view”.', // TODO 'no_access' => 'Jums nav piekļuves %s', 'not_enabled' => '%s nav ieslēgts', 'not_found' => '%s nēeksistē', diff --git a/app/i18n/nl/feedback.php b/app/i18n/nl/feedback.php index fa55dc9ba..39ed01e28 100644 --- a/app/i18n/nl/feedback.php +++ b/app/i18n/nl/feedback.php @@ -50,6 +50,7 @@ return array( 'ko' => '%s kan niet worden ingeschakeld. <a href="%s">Controleer FreshRSS log bestanden</a> voor details.', 'ok' => '%s is nn ingeschakeld', ), + 'invalid_view_mode' => 'Invalid view mode “%s”! Fall back to “Normal view”.', // TODO 'no_access' => 'U hebt geen toegang voor %s', 'not_enabled' => '%s is nog niet ingeschakeld', 'not_found' => '%s bestaat niet', diff --git a/app/i18n/oc/feedback.php b/app/i18n/oc/feedback.php index 5d7d277df..e158cc299 100644 --- a/app/i18n/oc/feedback.php +++ b/app/i18n/oc/feedback.php @@ -50,6 +50,7 @@ return array( 'ko' => '%s pòt pas èsser activada. <a href="%s">Consultatz los jornals d’audit de FreshRSS logs</a> per mai de detalhs.', 'ok' => '%s es ara activada', ), + 'invalid_view_mode' => 'Invalid view mode “%s”! Fall back to “Normal view”.', // TODO 'no_access' => 'Avètz pas accès sus %s', 'not_enabled' => '%s es pas encara activada', 'not_found' => '%s existís pas', diff --git a/app/i18n/pl/feedback.php b/app/i18n/pl/feedback.php index 291114fd3..70a6842f1 100644 --- a/app/i18n/pl/feedback.php +++ b/app/i18n/pl/feedback.php @@ -50,6 +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 'no_access' => 'Brak dostępu do %s', 'not_enabled' => 'Rozszerzenie %s nie jest włączone', 'not_found' => 'Rozszerzenie %s nie istnieje', diff --git a/app/i18n/pt-br/feedback.php b/app/i18n/pt-br/feedback.php index 9533189a8..562efb0b6 100644 --- a/app/i18n/pt-br/feedback.php +++ b/app/i18n/pt-br/feedback.php @@ -50,6 +50,7 @@ return array( 'ko' => '%s não pode ser habilitado. <a href="%s">verifique os logs do FreshRSS</a> para detalhes.', 'ok' => '%s agora está habilitado', ), + 'invalid_view_mode' => 'Invalid view mode “%s”! Fall back to “Normal view”.', // TODO 'no_access' => 'Você não tem acesso ao %s', 'not_enabled' => '%s não está habilitado', 'not_found' => '%s não existe', diff --git a/app/i18n/pt-pt/feedback.php b/app/i18n/pt-pt/feedback.php index 22f96cee5..995947f9f 100644 --- a/app/i18n/pt-pt/feedback.php +++ b/app/i18n/pt-pt/feedback.php @@ -50,6 +50,7 @@ return array( 'ko' => '%s não pode ser activado. <a href="%s">verifique os logs do FreshRSS</a> para detalhes.', 'ok' => '%s agora está activado', ), + 'invalid_view_mode' => 'Invalid view mode “%s”! Fall back to “Normal view”.', // TODO 'no_access' => ' não tem acesso ao %s', 'not_enabled' => '%s não está habilitado', 'not_found' => '%s não existe', diff --git a/app/i18n/ru/feedback.php b/app/i18n/ru/feedback.php index d7b76c63c..4e3e61c57 100644 --- a/app/i18n/ru/feedback.php +++ b/app/i18n/ru/feedback.php @@ -50,6 +50,7 @@ return array( 'ko' => '%s не может быть включено. <a href="%s">Проверьте логи FreshRSS</a> для подробностей.', 'ok' => '%s теперь включено', ), + 'invalid_view_mode' => 'Invalid view mode “%s”! Fall back to “Normal view”.', // TODO 'no_access' => 'У вас нет доступа к %s', 'not_enabled' => '%s не включено', 'not_found' => '%s не существует', diff --git a/app/i18n/sk/feedback.php b/app/i18n/sk/feedback.php index 0ab41684a..a1d63cca9 100644 --- a/app/i18n/sk/feedback.php +++ b/app/i18n/sk/feedback.php @@ -50,6 +50,7 @@ return array( 'ko' => '%s sa nepodarilo povoliť. <a href="%s">Prečítajte si záznamy FreshRSS</a>, ak chcete poznať podrobnosti.', 'ok' => '%s je teraz povolený', ), + 'invalid_view_mode' => 'Invalid view mode “%s”! Fall back to “Normal view”.', // TODO 'no_access' => 'Nemáte prístup k %s', 'not_enabled' => '%s nie je povolený', 'not_found' => '%s neexistuje', diff --git a/app/i18n/tr/feedback.php b/app/i18n/tr/feedback.php index d65dd530f..19ac11e3b 100644 --- a/app/i18n/tr/feedback.php +++ b/app/i18n/tr/feedback.php @@ -50,6 +50,7 @@ return array( 'ko' => '%s etkinleştirilemedi. Ayrıntılar için <a href="%s">FreshRSS günlüklerini kontrol edin</a>.', 'ok' => '%s artık etkin', ), + 'invalid_view_mode' => 'Invalid view mode “%s”! Fall back to “Normal view”.', // TODO 'no_access' => '%s üzerinde erişiminiz yok', 'not_enabled' => '%s etkin değil', 'not_found' => '%s mevcut değil', diff --git a/app/i18n/zh-cn/feedback.php b/app/i18n/zh-cn/feedback.php index 07e0130cf..2d726d22a 100644 --- a/app/i18n/zh-cn/feedback.php +++ b/app/i18n/zh-cn/feedback.php @@ -50,6 +50,7 @@ return array( 'ko' => '%s 启用失败。<a href="%s">检查 FreshRSS 日志</a> 查看详情。', 'ok' => '%s 现已启用', ), + 'invalid_view_mode' => 'Invalid view mode “%s”! Fall back to “Normal view”.', // TODO 'no_access' => '你无权访问 %s', 'not_enabled' => '%s 未启用', 'not_found' => '%s 不存在', diff --git a/app/i18n/zh-tw/feedback.php b/app/i18n/zh-tw/feedback.php index 9404c83bb..d43e6efbd 100644 --- a/app/i18n/zh-tw/feedback.php +++ b/app/i18n/zh-tw/feedback.php @@ -50,6 +50,7 @@ return array( 'ko' => '%s 啟用失敗。<a href="%s">檢查 FreshRSS 日誌</a> 查看詳情。', 'ok' => '%s 現已啟用', ), + 'invalid_view_mode' => 'Invalid view mode “%s”! Fall back to “Normal view”.', // TODO 'no_access' => '你無權訪問 %s', 'not_enabled' => '%s 未啟用', 'not_found' => '%s 不存在', |
