diff options
| author | 2022-03-22 22:57:56 +0100 | |
|---|---|---|
| committer | 2022-03-22 22:57:56 +0100 | |
| commit | c47bd12b7766946a97cac5b7411ad237fb479738 (patch) | |
| tree | b7649f054aa258299818664ff00719b5bc4ad61c | |
| parent | 4363e13c342e4e47e14ce3ca74fbc707dc1f891d (diff) | |
fix (#4285)
| -rw-r--r-- | app/i18n/cz/conf.php | 2 | ||||
| -rw-r--r-- | app/i18n/de/conf.php | 2 | ||||
| -rw-r--r-- | app/i18n/en-us/conf.php | 2 | ||||
| -rw-r--r-- | app/i18n/en/conf.php | 2 | ||||
| -rwxr-xr-x | app/i18n/es/conf.php | 2 | ||||
| -rw-r--r-- | app/i18n/fr/conf.php | 2 | ||||
| -rw-r--r-- | app/i18n/he/conf.php | 2 | ||||
| -rw-r--r-- | app/i18n/it/conf.php | 2 | ||||
| -rw-r--r-- | app/i18n/ja/conf.php | 2 | ||||
| -rw-r--r-- | app/i18n/ko/conf.php | 2 | ||||
| -rw-r--r-- | app/i18n/nl/conf.php | 2 | ||||
| -rw-r--r-- | app/i18n/oc/conf.php | 2 | ||||
| -rw-r--r-- | app/i18n/pl/conf.php | 2 | ||||
| -rw-r--r-- | app/i18n/pt-br/conf.php | 2 | ||||
| -rw-r--r-- | app/i18n/ru/conf.php | 2 | ||||
| -rw-r--r-- | app/i18n/sk/conf.php | 2 | ||||
| -rw-r--r-- | app/i18n/tr/conf.php | 2 | ||||
| -rw-r--r-- | app/i18n/zh-cn/conf.php | 2 |
18 files changed, 18 insertions, 18 deletions
diff --git a/app/i18n/cz/conf.php b/app/i18n/cz/conf.php index 5c2c73783..c20ab19aa 100644 --- a/app/i18n/cz/conf.php +++ b/app/i18n/cz/conf.php @@ -194,7 +194,7 @@ return array( '_' => 'Sdílení', 'add' => 'Přidat metodu sdílení', 'blogotext' => 'Blogotext', // IGNORE - 'deprecated' => 'This service is deprecated and will be removed from FreshRSS in a <a href="https://freshrss.github.io/FreshRSS/en/users/08_sharing_services.md" title="Open documentation for more information" target="_blank">future release</a>.', // TODO + 'deprecated' => 'This service is deprecated and will be removed from FreshRSS in a <a href="https://freshrss.github.io/FreshRSS/en/users/08_sharing_services.html" title="Open documentation for more information" target="_blank">future release</a>.', // TODO 'diaspora' => 'Diaspora*', // IGNORE 'email' => 'E-mail', 'facebook' => 'Facebook', // IGNORE diff --git a/app/i18n/de/conf.php b/app/i18n/de/conf.php index 1f95628d8..1f90cd19f 100644 --- a/app/i18n/de/conf.php +++ b/app/i18n/de/conf.php @@ -194,7 +194,7 @@ return array( '_' => 'Teilen', 'add' => 'Füge eine Teilen-Dienst hinzu', 'blogotext' => 'Blogotext', // IGNORE - 'deprecated' => 'Dieser Dienst ist veraltet und wir in einer <a href="https://freshrss.github.io/FreshRSS/en/users/08_sharing_services.md" title="Open documentation for more information" target="_blank">zukünftigen FreshRSS-Version</a> entfernt.', + 'deprecated' => 'Dieser Dienst ist veraltet und wir in einer <a href="https://freshrss.github.io/FreshRSS/en/users/08_sharing_services.html" title="Open documentation for more information" target="_blank">zukünftigen FreshRSS-Version</a> entfernt.', 'diaspora' => 'Diaspora*', // IGNORE 'email' => 'E-Mail', 'facebook' => 'Facebook', // IGNORE diff --git a/app/i18n/en-us/conf.php b/app/i18n/en-us/conf.php index 7bcf41d31..e84740ab6 100644 --- a/app/i18n/en-us/conf.php +++ b/app/i18n/en-us/conf.php @@ -194,7 +194,7 @@ return array( '_' => 'Sharing', // IGNORE 'add' => 'Add a sharing method', // IGNORE 'blogotext' => 'Blogotext', // IGNORE - 'deprecated' => 'This service is deprecated and will be removed from FreshRSS in a <a href="https://freshrss.github.io/FreshRSS/en/users/08_sharing_services.md" title="Open documentation for more information" target="_blank">future release</a>.', // TODO + 'deprecated' => 'This service is deprecated and will be removed from FreshRSS in a <a href="https://freshrss.github.io/FreshRSS/en/users/08_sharing_services.html" title="Open documentation for more information" target="_blank">future release</a>.', // TODO 'diaspora' => 'Diaspora*', // IGNORE 'email' => 'Email', // IGNORE 'facebook' => 'Facebook', // IGNORE diff --git a/app/i18n/en/conf.php b/app/i18n/en/conf.php index bdb61ec1c..4dee522d9 100644 --- a/app/i18n/en/conf.php +++ b/app/i18n/en/conf.php @@ -194,7 +194,7 @@ return array( '_' => 'Sharing', 'add' => 'Add a sharing method', 'blogotext' => 'Blogotext', - 'deprecated' => 'This service is deprecated and will be removed from FreshRSS in a <a href="https://freshrss.github.io/FreshRSS/en/users/08_sharing_services.md" title="Open documentation for more information" target="_blank">future release</a>.', // TODO + 'deprecated' => 'This service is deprecated and will be removed from FreshRSS in a <a href="https://freshrss.github.io/FreshRSS/en/users/08_sharing_services.html" title="Open documentation for more information" target="_blank">future release</a>.', // TODO 'diaspora' => 'Diaspora*', 'email' => 'Email', 'facebook' => 'Facebook', diff --git a/app/i18n/es/conf.php b/app/i18n/es/conf.php index 49edbb116..fc4a41ca5 100755 --- a/app/i18n/es/conf.php +++ b/app/i18n/es/conf.php @@ -194,7 +194,7 @@ return array( '_' => 'Compartir', 'add' => 'Agregar un método de uso compartido', 'blogotext' => 'Blogotext', // IGNORE - 'deprecated' => 'This service is deprecated and will be removed from FreshRSS in a <a href="https://freshrss.github.io/FreshRSS/en/users/08_sharing_services.md" title="Open documentation for more information" target="_blank">future release</a>.', // TODO + 'deprecated' => 'This service is deprecated and will be removed from FreshRSS in a <a href="https://freshrss.github.io/FreshRSS/en/users/08_sharing_services.html" title="Open documentation for more information" target="_blank">future release</a>.', // TODO 'diaspora' => 'Diaspora*', // IGNORE 'email' => 'Email', // TODO 'facebook' => 'Facebook', // IGNORE diff --git a/app/i18n/fr/conf.php b/app/i18n/fr/conf.php index 2a2ddb2a0..e96c695d4 100644 --- a/app/i18n/fr/conf.php +++ b/app/i18n/fr/conf.php @@ -194,7 +194,7 @@ return array( '_' => 'Partage', 'add' => 'Ajouter une méthode de partage', 'blogotext' => 'Blogotext', // IGNORE - 'deprecated' => 'Ce service est obsolète et sera supprimé dans une <a href="https://freshrss.github.io/FreshRSS/en/users/08_sharing_services.md" title="Voir la documentation" target="_blank">prochaine version de FreshRSS</a>.', + 'deprecated' => 'Ce service est obsolète et sera supprimé dans une <a href="https://freshrss.github.io/FreshRSS/en/users/08_sharing_services.html" title="Voir la documentation" target="_blank">prochaine version de FreshRSS</a>.', 'diaspora' => 'Diaspora*', // IGNORE 'email' => 'Courriel', 'facebook' => 'Facebook', // IGNORE diff --git a/app/i18n/he/conf.php b/app/i18n/he/conf.php index 4d71988a3..140667169 100644 --- a/app/i18n/he/conf.php +++ b/app/i18n/he/conf.php @@ -194,7 +194,7 @@ return array( '_' => 'שיתוף', 'add' => 'Add a sharing method', // TODO 'blogotext' => 'Blogotext', // IGNORE - 'deprecated' => 'This service is deprecated and will be removed from FreshRSS in a <a href="https://freshrss.github.io/FreshRSS/en/users/08_sharing_services.md" title="Open documentation for more information" target="_blank">future release</a>.', // TODO + 'deprecated' => 'This service is deprecated and will be removed from FreshRSS in a <a href="https://freshrss.github.io/FreshRSS/en/users/08_sharing_services.html" title="Open documentation for more information" target="_blank">future release</a>.', // TODO 'diaspora' => 'Diaspora*', // IGNORE 'email' => 'דואר אלקטרוני', 'facebook' => 'Facebook', // IGNORE diff --git a/app/i18n/it/conf.php b/app/i18n/it/conf.php index 4fd6e6582..af5b9051e 100644 --- a/app/i18n/it/conf.php +++ b/app/i18n/it/conf.php @@ -194,7 +194,7 @@ return array( '_' => 'Condivisione', 'add' => 'Add a sharing method', // TODO 'blogotext' => 'Blogotext', // IGNORE - 'deprecated' => 'This service is deprecated and will be removed from FreshRSS in a <a href="https://freshrss.github.io/FreshRSS/en/users/08_sharing_services.md" title="Open documentation for more information" target="_blank">future release</a>.', // TODO + 'deprecated' => 'This service is deprecated and will be removed from FreshRSS in a <a href="https://freshrss.github.io/FreshRSS/en/users/08_sharing_services.html" title="Open documentation for more information" target="_blank">future release</a>.', // TODO 'diaspora' => 'Diaspora*', // IGNORE 'email' => 'Email', // TODO 'facebook' => 'Facebook', // IGNORE diff --git a/app/i18n/ja/conf.php b/app/i18n/ja/conf.php index 9faec9720..6f5b77118 100644 --- a/app/i18n/ja/conf.php +++ b/app/i18n/ja/conf.php @@ -194,7 +194,7 @@ return array( '_' => '共有', 'add' => '共有方法を追加する', 'blogotext' => 'Blogotext', // IGNORE - 'deprecated' => 'This service is deprecated and will be removed from FreshRSS in a <a href="https://freshrss.github.io/FreshRSS/en/users/08_sharing_services.md" title="Open documentation for more information" target="_blank">future release</a>.', // TODO + 'deprecated' => 'This service is deprecated and will be removed from FreshRSS in a <a href="https://freshrss.github.io/FreshRSS/en/users/08_sharing_services.html" title="Open documentation for more information" target="_blank">future release</a>.', // TODO 'diaspora' => 'Diaspora*', // IGNORE 'email' => 'Eメール', 'facebook' => 'Facebook', // IGNORE diff --git a/app/i18n/ko/conf.php b/app/i18n/ko/conf.php index 617243e6b..8f8ba276d 100644 --- a/app/i18n/ko/conf.php +++ b/app/i18n/ko/conf.php @@ -194,7 +194,7 @@ return array( '_' => '공유', 'add' => '공유 방법 추가', 'blogotext' => 'Blogotext', // IGNORE - 'deprecated' => 'This service is deprecated and will be removed from FreshRSS in a <a href="https://freshrss.github.io/FreshRSS/en/users/08_sharing_services.md" title="Open documentation for more information" target="_blank">future release</a>.', // TODO + 'deprecated' => 'This service is deprecated and will be removed from FreshRSS in a <a href="https://freshrss.github.io/FreshRSS/en/users/08_sharing_services.html" title="Open documentation for more information" target="_blank">future release</a>.', // TODO 'diaspora' => 'Diaspora*', // IGNORE 'email' => '메일', 'facebook' => 'Facebook', // IGNORE diff --git a/app/i18n/nl/conf.php b/app/i18n/nl/conf.php index 7045456af..3608a7001 100644 --- a/app/i18n/nl/conf.php +++ b/app/i18n/nl/conf.php @@ -194,7 +194,7 @@ return array( '_' => 'Delen', 'add' => 'Deelmethode toevoegen', 'blogotext' => 'Blogotext', // IGNORE - 'deprecated' => 'This service is deprecated and will be removed from FreshRSS in a <a href="https://freshrss.github.io/FreshRSS/en/users/08_sharing_services.md" title="Open documentation for more information" target="_blank">future release</a>.', // TODO + 'deprecated' => 'This service is deprecated and will be removed from FreshRSS in a <a href="https://freshrss.github.io/FreshRSS/en/users/08_sharing_services.html" title="Open documentation for more information" target="_blank">future release</a>.', // TODO 'diaspora' => 'Diaspora*', // IGNORE 'email' => 'Email', // IGNORE 'facebook' => 'Facebook', // IGNORE diff --git a/app/i18n/oc/conf.php b/app/i18n/oc/conf.php index 43366c23c..e29380d08 100644 --- a/app/i18n/oc/conf.php +++ b/app/i18n/oc/conf.php @@ -194,7 +194,7 @@ return array( '_' => 'Partatge', 'add' => 'Ajustar un metòde de partatge', 'blogotext' => 'Blogotext', // IGNORE - 'deprecated' => 'This service is deprecated and will be removed from FreshRSS in a <a href="https://freshrss.github.io/FreshRSS/en/users/08_sharing_services.md" title="Open documentation for more information" target="_blank">future release</a>.', // TODO + 'deprecated' => 'This service is deprecated and will be removed from FreshRSS in a <a href="https://freshrss.github.io/FreshRSS/en/users/08_sharing_services.html" title="Open documentation for more information" target="_blank">future release</a>.', // TODO 'diaspora' => 'Diaspora*', // IGNORE 'email' => 'Corrièl', 'facebook' => 'Facebook', // IGNORE diff --git a/app/i18n/pl/conf.php b/app/i18n/pl/conf.php index 41f66390d..1ce60650c 100644 --- a/app/i18n/pl/conf.php +++ b/app/i18n/pl/conf.php @@ -194,7 +194,7 @@ return array( '_' => 'Podawanie dalej', 'add' => 'Dodaj sposób na podanie dalej wiadomości', 'blogotext' => 'Blogotext', // IGNORE - 'deprecated' => 'This service is deprecated and will be removed from FreshRSS in a <a href="https://freshrss.github.io/FreshRSS/en/users/08_sharing_services.md" title="Open documentation for more information" target="_blank">future release</a>.', // TODO + 'deprecated' => 'This service is deprecated and will be removed from FreshRSS in a <a href="https://freshrss.github.io/FreshRSS/en/users/08_sharing_services.html" title="Open documentation for more information" target="_blank">future release</a>.', // TODO 'diaspora' => 'Diaspora*', // IGNORE 'email' => 'E-mail', 'facebook' => 'Facebook', // IGNORE diff --git a/app/i18n/pt-br/conf.php b/app/i18n/pt-br/conf.php index 23c6e17d1..11de40423 100644 --- a/app/i18n/pt-br/conf.php +++ b/app/i18n/pt-br/conf.php @@ -194,7 +194,7 @@ return array( '_' => 'Compartilhando', 'add' => 'Adicionar um método de compartilhamento', 'blogotext' => 'Blogotext', // IGNORE - 'deprecated' => 'This service is deprecated and will be removed from FreshRSS in a <a href="https://freshrss.github.io/FreshRSS/en/users/08_sharing_services.md" title="Open documentation for more information" target="_blank">future release</a>.', // TODO + 'deprecated' => 'This service is deprecated and will be removed from FreshRSS in a <a href="https://freshrss.github.io/FreshRSS/en/users/08_sharing_services.html" title="Open documentation for more information" target="_blank">future release</a>.', // TODO 'diaspora' => 'Diaspora*', // IGNORE 'email' => 'E-mail', 'facebook' => 'Facebook', // IGNORE diff --git a/app/i18n/ru/conf.php b/app/i18n/ru/conf.php index 5c29d7ea4..a1f6534ff 100644 --- a/app/i18n/ru/conf.php +++ b/app/i18n/ru/conf.php @@ -194,7 +194,7 @@ return array( '_' => 'Поделиться', 'add' => 'Добавить способ поделиться', 'blogotext' => 'Blogotext', // IGNORE - 'deprecated' => 'This service is deprecated and will be removed from FreshRSS in a <a href="https://freshrss.github.io/FreshRSS/en/users/08_sharing_services.md" title="Open documentation for more information" target="_blank">future release</a>.', // TODO + 'deprecated' => 'This service is deprecated and will be removed from FreshRSS in a <a href="https://freshrss.github.io/FreshRSS/en/users/08_sharing_services.html" title="Open documentation for more information" target="_blank">future release</a>.', // TODO 'diaspora' => 'Diaspora*', // IGNORE 'email' => 'Электронная почта', 'facebook' => 'Facebook', // IGNORE diff --git a/app/i18n/sk/conf.php b/app/i18n/sk/conf.php index e79d80af3..c773e7991 100644 --- a/app/i18n/sk/conf.php +++ b/app/i18n/sk/conf.php @@ -194,7 +194,7 @@ return array( '_' => 'Zdieľanie', 'add' => 'Pridať spôsob zdieľania', 'blogotext' => 'Blogotext', // IGNORE - 'deprecated' => 'This service is deprecated and will be removed from FreshRSS in a <a href="https://freshrss.github.io/FreshRSS/en/users/08_sharing_services.md" title="Open documentation for more information" target="_blank">future release</a>.', // TODO + 'deprecated' => 'This service is deprecated and will be removed from FreshRSS in a <a href="https://freshrss.github.io/FreshRSS/en/users/08_sharing_services.html" title="Open documentation for more information" target="_blank">future release</a>.', // TODO 'diaspora' => 'Diaspora*', // IGNORE 'email' => 'E-mail', // IGNORE 'facebook' => 'Facebook', // IGNORE diff --git a/app/i18n/tr/conf.php b/app/i18n/tr/conf.php index d889b5924..ff656f95f 100644 --- a/app/i18n/tr/conf.php +++ b/app/i18n/tr/conf.php @@ -194,7 +194,7 @@ return array( '_' => 'Paylaşım', 'add' => 'Bir paylaşım türü ekle', 'blogotext' => 'Blogotext', // IGNORE - 'deprecated' => 'This service is deprecated and will be removed from FreshRSS in a <a href="https://freshrss.github.io/FreshRSS/en/users/08_sharing_services.md" title="Open documentation for more information" target="_blank">future release</a>.', // TODO + 'deprecated' => 'This service is deprecated and will be removed from FreshRSS in a <a href="https://freshrss.github.io/FreshRSS/en/users/08_sharing_services.html" title="Open documentation for more information" target="_blank">future release</a>.', // TODO 'diaspora' => 'Diaspora*', // IGNORE 'email' => 'Email', // IGNORE 'facebook' => 'Facebook', // IGNORE diff --git a/app/i18n/zh-cn/conf.php b/app/i18n/zh-cn/conf.php index 8d500d019..0fbc46d92 100644 --- a/app/i18n/zh-cn/conf.php +++ b/app/i18n/zh-cn/conf.php @@ -194,7 +194,7 @@ return array( '_' => '分享', 'add' => '添加分享方式', 'blogotext' => 'Blogotext', // IGNORE - 'deprecated' => 'This service is deprecated and will be removed from FreshRSS in a <a href="https://freshrss.github.io/FreshRSS/en/users/08_sharing_services.md" title="Open documentation for more information" target="_blank">future release</a>.', // TODO + 'deprecated' => 'This service is deprecated and will be removed from FreshRSS in a <a href="https://freshrss.github.io/FreshRSS/en/users/08_sharing_services.html" title="Open documentation for more information" target="_blank">future release</a>.', // TODO 'diaspora' => 'Diaspora*', // IGNORE 'email' => '邮箱', // IGNORE 'facebook' => '脸书', // IGNORE |
