aboutsummaryrefslogtreecommitdiff
path: root/app/i18n
diff options
context:
space:
mode:
authorGravatar maTh <math-home@web.de> 2023-03-21 18:47:07 +0100
committerGravatar GitHub <noreply@github.com> 2023-03-21 18:47:07 +0100
commite679d3df0e55530c056d701b4773ff7e74f5c82c (patch)
tree38c69b91a41c05b3f5893b90e7f71077db95b4c0 /app/i18n
parent34f62896ac729131dee25997307521bf259c5efc (diff)
Improved: show Terms of Service in config menu (#5215)
* Use constants for path to TOS * improve comments * TOS title moved to template * TOS available via config menu * CSS: improve handling of content of TOS/about * give info about set/unset TOS in system config * fix target * i18n FR * i18n DE
Diffstat (limited to 'app/i18n')
-rw-r--r--app/i18n/cz/admin.php5
-rw-r--r--app/i18n/de/admin.php5
-rw-r--r--app/i18n/el/admin.php5
-rw-r--r--app/i18n/en-us/admin.php5
-rw-r--r--app/i18n/en/admin.php5
-rw-r--r--app/i18n/es/admin.php5
-rw-r--r--app/i18n/fr/admin.php5
-rw-r--r--app/i18n/he/admin.php5
-rw-r--r--app/i18n/id/admin.php5
-rw-r--r--app/i18n/it/admin.php5
-rw-r--r--app/i18n/ja/admin.php5
-rw-r--r--app/i18n/ko/admin.php5
-rw-r--r--app/i18n/nl/admin.php5
-rw-r--r--app/i18n/oc/admin.php5
-rw-r--r--app/i18n/pl/admin.php5
-rw-r--r--app/i18n/pt-br/admin.php5
-rw-r--r--app/i18n/ru/admin.php5
-rw-r--r--app/i18n/sk/admin.php5
-rw-r--r--app/i18n/tr/admin.php5
-rw-r--r--app/i18n/zh-cn/admin.php5
-rw-r--r--app/i18n/zh-tw/admin.php5
21 files changed, 105 insertions, 0 deletions
diff --git a/app/i18n/cz/admin.php b/app/i18n/cz/admin.php
index 988ddee6a..5c7ba6ad5 100644
--- a/app/i18n/cz/admin.php
+++ b/app/i18n/cz/admin.php
@@ -183,6 +183,11 @@ return array(
),
'title' => 'Registrační formulář uživatele',
),
+ 'tos' => array(
+ 'disabled' => 'is not given', // TODO
+ 'enabled' => '<a href="./?a=tos">is enabled</a>', // TODO
+ 'help' => 'How to <a href="https://freshrss.github.io/FreshRSS/en/admins/12_User_management.html#enable-terms-of-service-tos" target="_blank">enable the Terms of Service</a>', // TODO
+ ),
),
'update' => array(
'_' => 'Aktualizace systému',
diff --git a/app/i18n/de/admin.php b/app/i18n/de/admin.php
index 717b77cc2..5f88c2845 100644
--- a/app/i18n/de/admin.php
+++ b/app/i18n/de/admin.php
@@ -183,6 +183,11 @@ return array(
),
'title' => 'Benutzer-Registrierungsformular',
),
+ 'tos' => array(
+ 'disabled' => 'sind nicht aktiviert',
+ 'enabled' => '<a href="./?a=tos">sind aktiv</a>',
+ 'help' => 'So werden die <a href="https://freshrss.github.io/FreshRSS/en/admins/12_User_management.html#enable-terms-of-service-tos" target="_blank">Nutzungsbedingungen aktiviert</a>',
+ ),
),
'update' => array(
'_' => 'System aktualisieren',
diff --git a/app/i18n/el/admin.php b/app/i18n/el/admin.php
index b54e923c8..514a48076 100644
--- a/app/i18n/el/admin.php
+++ b/app/i18n/el/admin.php
@@ -183,6 +183,11 @@ return array(
),
'title' => 'Φόρμα εγγραφής χρήστη',
),
+ 'tos' => array(
+ 'disabled' => 'is not given', // TODO
+ 'enabled' => '<a href="./?a=tos">is enabled</a>', // TODO
+ 'help' => 'How to <a href="https://freshrss.github.io/FreshRSS/en/admins/12_User_management.html#enable-terms-of-service-tos" target="_blank">enable the Terms of Service</a>', // TODO
+ ),
),
'update' => array(
'_' => 'Ενημέρωση συστήματος',
diff --git a/app/i18n/en-us/admin.php b/app/i18n/en-us/admin.php
index 471c2cf24..fd9379311 100644
--- a/app/i18n/en-us/admin.php
+++ b/app/i18n/en-us/admin.php
@@ -183,6 +183,11 @@ return array(
),
'title' => 'User registration form', // IGNORE
),
+ 'tos' => array(
+ 'disabled' => 'is not given', // IGNORE
+ 'enabled' => '<a href="./?a=tos">is enabled</a>', // IGNORE
+ 'help' => 'How to <a href="https://freshrss.github.io/FreshRSS/en/admins/12_User_management.html#enable-terms-of-service-tos" target="_blank">enable the Terms of Service</a>', // IGNORE
+ ),
),
'update' => array(
'_' => 'Update system', // IGNORE
diff --git a/app/i18n/en/admin.php b/app/i18n/en/admin.php
index 4746d971f..a0a005bb4 100644
--- a/app/i18n/en/admin.php
+++ b/app/i18n/en/admin.php
@@ -183,6 +183,11 @@ return array(
),
'title' => 'User registration form',
),
+ 'tos' => array(
+ 'disabled' => 'is not given', // TODO
+ 'enabled' => '<a href="./?a=tos">is enabled</a>', // TODO
+ 'help' => 'How to <a href="https://freshrss.github.io/FreshRSS/en/admins/12_User_management.html#enable-terms-of-service-tos" target="_blank">enable the Terms of Service</a>', // TODO
+ ),
),
'update' => array(
'_' => 'Update system',
diff --git a/app/i18n/es/admin.php b/app/i18n/es/admin.php
index 868cac45d..73eff6118 100644
--- a/app/i18n/es/admin.php
+++ b/app/i18n/es/admin.php
@@ -183,6 +183,11 @@ return array(
),
'title' => 'Formulario de registro del usuario',
),
+ 'tos' => array(
+ 'disabled' => 'is not given', // TODO
+ 'enabled' => '<a href="./?a=tos">is enabled</a>', // TODO
+ 'help' => 'How to <a href="https://freshrss.github.io/FreshRSS/en/admins/12_User_management.html#enable-terms-of-service-tos" target="_blank">enable the Terms of Service</a>', // TODO
+ ),
),
'update' => array(
'_' => 'Actualizar sistema',
diff --git a/app/i18n/fr/admin.php b/app/i18n/fr/admin.php
index 4a628e2fe..d03252677 100644
--- a/app/i18n/fr/admin.php
+++ b/app/i18n/fr/admin.php
@@ -183,6 +183,11 @@ return array(
),
'title' => 'Formulaire d’inscription utilisateur',
),
+ 'tos' => array(
+ 'disabled' => 'non renseigné',
+ 'enabled' => '<a href="./?a=tos">activées</a>',
+ 'help' => 'Comment <a href="https://freshrss.github.io/FreshRSS/en/admins/12_User_management.html#enable-terms-of-service-tos" target="_blank">activer les conditions d’utilisation</a>',
+ ),
),
'update' => array(
'_' => 'Système de mise à jour',
diff --git a/app/i18n/he/admin.php b/app/i18n/he/admin.php
index 982712af4..1aeb3f2a3 100644
--- a/app/i18n/he/admin.php
+++ b/app/i18n/he/admin.php
@@ -183,6 +183,11 @@ return array(
),
'title' => 'User registration form', // TODO
),
+ 'tos' => array(
+ 'disabled' => 'is not given', // TODO
+ 'enabled' => '<a href="./?a=tos">is enabled</a>', // TODO
+ 'help' => 'How to <a href="https://freshrss.github.io/FreshRSS/en/admins/12_User_management.html#enable-terms-of-service-tos" target="_blank">enable the Terms of Service</a>', // TODO
+ ),
),
'update' => array(
'_' => 'מערכת העדכון',
diff --git a/app/i18n/id/admin.php b/app/i18n/id/admin.php
index eba48647b..26175ff01 100644
--- a/app/i18n/id/admin.php
+++ b/app/i18n/id/admin.php
@@ -183,6 +183,11 @@ return array(
),
'title' => 'Formulir Pendaftaran Pengguna',
),
+ 'tos' => array(
+ 'disabled' => 'is not given', // TODO
+ 'enabled' => '<a href="./?a=tos">is enabled</a>', // TODO
+ 'help' => 'How to <a href="https://freshrss.github.io/FreshRSS/en/admins/12_User_management.html#enable-terms-of-service-tos" target="_blank">enable the Terms of Service</a>', // TODO
+ ),
),
'update' => array(
'_' => 'Update system', // TODO
diff --git a/app/i18n/it/admin.php b/app/i18n/it/admin.php
index 596d14c17..0ad3c5e90 100644
--- a/app/i18n/it/admin.php
+++ b/app/i18n/it/admin.php
@@ -183,6 +183,11 @@ return array(
),
'title' => 'Form di registrazione utente',
),
+ 'tos' => array(
+ 'disabled' => 'is not given', // TODO
+ 'enabled' => '<a href="./?a=tos">is enabled</a>', // TODO
+ 'help' => 'How to <a href="https://freshrss.github.io/FreshRSS/en/admins/12_User_management.html#enable-terms-of-service-tos" target="_blank">enable the Terms of Service</a>', // TODO
+ ),
),
'update' => array(
'_' => 'Aggiornamento sistema',
diff --git a/app/i18n/ja/admin.php b/app/i18n/ja/admin.php
index 41b3bf7b3..4013d9e61 100644
--- a/app/i18n/ja/admin.php
+++ b/app/i18n/ja/admin.php
@@ -183,6 +183,11 @@ return array(
),
'title' => 'ユーザー登録',
),
+ 'tos' => array(
+ 'disabled' => 'is not given', // TODO
+ 'enabled' => '<a href="./?a=tos">is enabled</a>', // TODO
+ 'help' => 'How to <a href="https://freshrss.github.io/FreshRSS/en/admins/12_User_management.html#enable-terms-of-service-tos" target="_blank">enable the Terms of Service</a>', // TODO
+ ),
),
'update' => array(
'_' => 'システムアップデート',
diff --git a/app/i18n/ko/admin.php b/app/i18n/ko/admin.php
index 7d20e0c43..319a5ff06 100644
--- a/app/i18n/ko/admin.php
+++ b/app/i18n/ko/admin.php
@@ -183,6 +183,11 @@ return array(
),
'title' => '사용자 회원가입 양식',
),
+ 'tos' => array(
+ 'disabled' => 'is not given', // TODO
+ 'enabled' => '<a href="./?a=tos">is enabled</a>', // TODO
+ 'help' => 'How to <a href="https://freshrss.github.io/FreshRSS/en/admins/12_User_management.html#enable-terms-of-service-tos" target="_blank">enable the Terms of Service</a>', // TODO
+ ),
),
'update' => array(
'_' => '업데이트',
diff --git a/app/i18n/nl/admin.php b/app/i18n/nl/admin.php
index 58e7fac90..354df441c 100644
--- a/app/i18n/nl/admin.php
+++ b/app/i18n/nl/admin.php
@@ -183,6 +183,11 @@ return array(
),
'title' => 'Gebruikersregistratieformulier',
),
+ 'tos' => array(
+ 'disabled' => 'is not given', // TODO
+ 'enabled' => '<a href="./?a=tos">is enabled</a>', // TODO
+ 'help' => 'How to <a href="https://freshrss.github.io/FreshRSS/en/admins/12_User_management.html#enable-terms-of-service-tos" target="_blank">enable the Terms of Service</a>', // TODO
+ ),
),
'update' => array(
'_' => 'Versie controle',
diff --git a/app/i18n/oc/admin.php b/app/i18n/oc/admin.php
index 2ba5b9098..e50c5b53b 100644
--- a/app/i18n/oc/admin.php
+++ b/app/i18n/oc/admin.php
@@ -183,6 +183,11 @@ return array(
),
'title' => 'Formulari d’inscripcion utilizaire',
),
+ 'tos' => array(
+ 'disabled' => 'is not given', // TODO
+ 'enabled' => '<a href="./?a=tos">is enabled</a>', // TODO
+ 'help' => 'How to <a href="https://freshrss.github.io/FreshRSS/en/admins/12_User_management.html#enable-terms-of-service-tos" target="_blank">enable the Terms of Service</a>', // TODO
+ ),
),
'update' => array(
'_' => 'Sistèma de mesa a jorn',
diff --git a/app/i18n/pl/admin.php b/app/i18n/pl/admin.php
index f7cc2b696..53b59d3d0 100644
--- a/app/i18n/pl/admin.php
+++ b/app/i18n/pl/admin.php
@@ -183,6 +183,11 @@ return array(
),
'title' => 'Formularz rejestracji użytkowników',
),
+ 'tos' => array(
+ 'disabled' => 'is not given', // TODO
+ 'enabled' => '<a href="./?a=tos">is enabled</a>', // TODO
+ 'help' => 'How to <a href="https://freshrss.github.io/FreshRSS/en/admins/12_User_management.html#enable-terms-of-service-tos" target="_blank">enable the Terms of Service</a>', // TODO
+ ),
),
'update' => array(
'_' => 'Aktualizacja',
diff --git a/app/i18n/pt-br/admin.php b/app/i18n/pt-br/admin.php
index bf5406b39..9595214f4 100644
--- a/app/i18n/pt-br/admin.php
+++ b/app/i18n/pt-br/admin.php
@@ -183,6 +183,11 @@ return array(
),
'title' => 'Formulário de Cadastro de Usuário',
),
+ 'tos' => array(
+ 'disabled' => 'is not given', // TODO
+ 'enabled' => '<a href="./?a=tos">is enabled</a>', // TODO
+ 'help' => 'How to <a href="https://freshrss.github.io/FreshRSS/en/admins/12_User_management.html#enable-terms-of-service-tos" target="_blank">enable the Terms of Service</a>', // TODO
+ ),
),
'update' => array(
'_' => 'Atualização do sistema',
diff --git a/app/i18n/ru/admin.php b/app/i18n/ru/admin.php
index 4313106d8..de8377da4 100644
--- a/app/i18n/ru/admin.php
+++ b/app/i18n/ru/admin.php
@@ -183,6 +183,11 @@ return array(
),
'title' => 'Форма регистрации пользователей',
),
+ 'tos' => array(
+ 'disabled' => 'is not given', // TODO
+ 'enabled' => '<a href="./?a=tos">is enabled</a>', // TODO
+ 'help' => 'How to <a href="https://freshrss.github.io/FreshRSS/en/admins/12_User_management.html#enable-terms-of-service-tos" target="_blank">enable the Terms of Service</a>', // TODO
+ ),
),
'update' => array(
'_' => 'Обновление системы',
diff --git a/app/i18n/sk/admin.php b/app/i18n/sk/admin.php
index 69649d63d..b0faa0ae2 100644
--- a/app/i18n/sk/admin.php
+++ b/app/i18n/sk/admin.php
@@ -183,6 +183,11 @@ return array(
),
'title' => 'Registračný formulár používateľa',
),
+ 'tos' => array(
+ 'disabled' => 'is not given', // TODO
+ 'enabled' => '<a href="./?a=tos">is enabled</a>', // TODO
+ 'help' => 'How to <a href="https://freshrss.github.io/FreshRSS/en/admins/12_User_management.html#enable-terms-of-service-tos" target="_blank">enable the Terms of Service</a>', // TODO
+ ),
),
'update' => array(
'_' => 'Aktualizácia systému',
diff --git a/app/i18n/tr/admin.php b/app/i18n/tr/admin.php
index 1a6d83b21..60f89b897 100644
--- a/app/i18n/tr/admin.php
+++ b/app/i18n/tr/admin.php
@@ -183,6 +183,11 @@ return array(
),
'title' => 'Kullanıcı kayıt formu',
),
+ 'tos' => array(
+ 'disabled' => 'is not given', // TODO
+ 'enabled' => '<a href="./?a=tos">is enabled</a>', // TODO
+ 'help' => 'How to <a href="https://freshrss.github.io/FreshRSS/en/admins/12_User_management.html#enable-terms-of-service-tos" target="_blank">enable the Terms of Service</a>', // TODO
+ ),
),
'update' => array(
'_' => 'Sistem güncelleme',
diff --git a/app/i18n/zh-cn/admin.php b/app/i18n/zh-cn/admin.php
index 79bcde2e1..c4568ac39 100644
--- a/app/i18n/zh-cn/admin.php
+++ b/app/i18n/zh-cn/admin.php
@@ -183,6 +183,11 @@ return array(
),
'title' => '用户注册表单',
),
+ 'tos' => array(
+ 'disabled' => 'is not given', // TODO
+ 'enabled' => '<a href="./?a=tos">is enabled</a>', // TODO
+ 'help' => 'How to <a href="https://freshrss.github.io/FreshRSS/en/admins/12_User_management.html#enable-terms-of-service-tos" target="_blank">enable the Terms of Service</a>', // TODO
+ ),
),
'update' => array(
'_' => '更新系统',
diff --git a/app/i18n/zh-tw/admin.php b/app/i18n/zh-tw/admin.php
index 869555dde..91ff4331f 100644
--- a/app/i18n/zh-tw/admin.php
+++ b/app/i18n/zh-tw/admin.php
@@ -183,6 +183,11 @@ return array(
),
'title' => '使用者註冊表單',
),
+ 'tos' => array(
+ 'disabled' => 'is not given', // TODO
+ 'enabled' => '<a href="./?a=tos">is enabled</a>', // TODO
+ 'help' => 'How to <a href="https://freshrss.github.io/FreshRSS/en/admins/12_User_management.html#enable-terms-of-service-tos" target="_blank">enable the Terms of Service</a>', // TODO
+ ),
),
'update' => array(
'_' => '更新系統',