aboutsummaryrefslogtreecommitdiff
path: root/app
diff options
context:
space:
mode:
authorGravatar maTh <1645099+math-GH@users.noreply.github.com> 2024-05-19 21:44:18 +0200
committerGravatar GitHub <noreply@github.com> 2024-05-19 21:44:18 +0200
commite5118d83e4ff5746d2f19e958bf6d226f0a97aa2 (patch)
tree100e94907c6e6b2f358d63f26fee660fd27f9cdd /app
parenta69b44b94e3d59ee96ab1bbf72d06765e238f8bc (diff)
OPML export: Link to documentation (#6441)
* i18n: EN (text improved and link added) * i18n files * de translation * de * Update app/i18n/fr/sub.php Co-authored-by: Alexandre Alapetite <alexandre@alapetite.fr> * fix --------- Co-authored-by: Alexandre Alapetite <alexandre@alapetite.fr>
Diffstat (limited to 'app')
-rw-r--r--app/i18n/de/sub.php2
-rw-r--r--app/i18n/el/sub.php2
-rw-r--r--app/i18n/en-us/sub.php2
-rw-r--r--app/i18n/en/sub.php2
-rw-r--r--app/i18n/es/sub.php2
-rw-r--r--app/i18n/fa/sub.php2
-rw-r--r--app/i18n/fr/sub.php2
-rw-r--r--app/i18n/he/sub.php2
-rw-r--r--app/i18n/hu/sub.php2
-rw-r--r--app/i18n/id/sub.php2
-rw-r--r--app/i18n/it/sub.php2
-rw-r--r--app/i18n/ja/sub.php2
-rw-r--r--app/i18n/ko/sub.php2
-rw-r--r--app/i18n/lv/sub.php2
-rw-r--r--app/i18n/nl/sub.php2
-rw-r--r--app/i18n/oc/sub.php2
-rw-r--r--app/i18n/pl/sub.php2
-rw-r--r--app/i18n/pt-br/sub.php2
-rw-r--r--app/i18n/ru/sub.php2
-rw-r--r--app/i18n/sk/sub.php2
-rw-r--r--app/i18n/tr/sub.php2
-rw-r--r--app/i18n/zh-cn/sub.php2
-rw-r--r--app/i18n/zh-tw/sub.php2
23 files changed, 23 insertions, 23 deletions
diff --git a/app/i18n/de/sub.php b/app/i18n/de/sub.php
index 938b92ad9..e791cc951 100644
--- a/app/i18n/de/sub.php
+++ b/app/i18n/de/sub.php
@@ -68,7 +68,7 @@ return array(
'error' => 'Dieser Feed ist auf ein Problem gestoßen. Bitte stellen Sie sicher, dass er immer lesbar ist und aktualisieren Sie ihn dann.',
'export-as-opml' => array(
'download' => 'Download', // IGNORE
- 'help' => 'XML Datei',
+ 'help' => 'XML Datei (ausgewählte Daten. <a href="https://freshrss.github.io/FreshRSS/en/developers/OPML.html" target="_blank">Siehe Dokumentation</a>)',
'label' => 'Export als OPML',
),
'filteractions' => array(
diff --git a/app/i18n/el/sub.php b/app/i18n/el/sub.php
index 5f16ca1bd..046f60a84 100644
--- a/app/i18n/el/sub.php
+++ b/app/i18n/el/sub.php
@@ -68,7 +68,7 @@ return array(
'error' => 'This feed has encountered a problem. Please verify that it is always reachable then update it.', // TODO
'export-as-opml' => array(
'download' => 'Download', // TODO
- 'help' => 'XML file', // TODO
+ 'help' => 'XML file (data subset. <a href="https://freshrss.github.io/FreshRSS/en/developers/OPML.html" target="_blank">See documentation</a>)', // TODO
'label' => 'Export as OPML', // TODO
),
'filteractions' => array(
diff --git a/app/i18n/en-us/sub.php b/app/i18n/en-us/sub.php
index a8bf2be95..714b7d433 100644
--- a/app/i18n/en-us/sub.php
+++ b/app/i18n/en-us/sub.php
@@ -68,7 +68,7 @@ return array(
'error' => 'This feed has encountered a problem. Please verify that it is always reachable then update it.', // IGNORE
'export-as-opml' => array(
'download' => 'Download', // IGNORE
- 'help' => 'XML file', // IGNORE
+ 'help' => 'XML file (data subset. <a href="https://freshrss.github.io/FreshRSS/en/developers/OPML.html" target="_blank">See documentation</a>)', // IGNORE
'label' => 'Export as OPML', // IGNORE
),
'filteractions' => array(
diff --git a/app/i18n/en/sub.php b/app/i18n/en/sub.php
index cd3c0ad2f..82f913a4e 100644
--- a/app/i18n/en/sub.php
+++ b/app/i18n/en/sub.php
@@ -68,7 +68,7 @@ return array(
'error' => 'This feed has encountered a problem. Please verify that it is always reachable then update it.',
'export-as-opml' => array(
'download' => 'Download',
- 'help' => 'XML file',
+ 'help' => 'XML file (data subset. <a href="https://freshrss.github.io/FreshRSS/en/developers/OPML.html" target="_blank">See documentation</a>)',
'label' => 'Export as OPML',
),
'filteractions' => array(
diff --git a/app/i18n/es/sub.php b/app/i18n/es/sub.php
index fed05ce89..146f72ac2 100644
--- a/app/i18n/es/sub.php
+++ b/app/i18n/es/sub.php
@@ -68,7 +68,7 @@ return array(
'error' => 'Hay un problema con esta fuente. Por favor, veritica que esté disponible y prueba de nuevo.',
'export-as-opml' => array(
'download' => 'Descargar',
- 'help' => 'archivo XML',
+ 'help' => 'archivo XML (data subset. <a href="https://freshrss.github.io/FreshRSS/en/developers/OPML.html" target="_blank">See documentation</a>)', // DIRTY
'label' => 'Exportar como OPML',
),
'filteractions' => array(
diff --git a/app/i18n/fa/sub.php b/app/i18n/fa/sub.php
index eb1299486..ada4380aa 100644
--- a/app/i18n/fa/sub.php
+++ b/app/i18n/fa/sub.php
@@ -68,7 +68,7 @@ return array(
'error' => ' این فید با مشکل مواجه شده است. لطفاً بررسی کنید که همیشه در دسترس است و سپس آن را به روز کنید.',
'export-as-opml' => array(
'download' => 'Download', // TODO
- 'help' => 'XML file', // TODO
+ 'help' => 'XML file (data subset. <a href="https://freshrss.github.io/FreshRSS/en/developers/OPML.html" target="_blank">See documentation</a>)', // TODO
'label' => 'Export as OPML', // TODO
),
'filteractions' => array(
diff --git a/app/i18n/fr/sub.php b/app/i18n/fr/sub.php
index 5f21f781e..ab13a4ead 100644
--- a/app/i18n/fr/sub.php
+++ b/app/i18n/fr/sub.php
@@ -68,7 +68,7 @@ return array(
'error' => 'Ce flux a rencontré un problème. Veuillez vérifier qu’il est toujours accessible puis actualisez-le.',
'export-as-opml' => array(
'download' => 'Télécharger',
- 'help' => 'Fichier XML',
+ 'help' => 'Fichier XML (données partielles. <a href="https://freshrss.github.io/FreshRSS/en/developers/OPML.html" target="_blank">Voir documentation</a>)',
'label' => 'Exporter en OPML',
),
'filteractions' => array(
diff --git a/app/i18n/he/sub.php b/app/i18n/he/sub.php
index e7c218076..ea25fc215 100644
--- a/app/i18n/he/sub.php
+++ b/app/i18n/he/sub.php
@@ -68,7 +68,7 @@ return array(
'error' => 'הזנה זו נתקלה בשגיאה, אנא ודאו שהיא תקינה ואז נסו שנית.',
'export-as-opml' => array(
'download' => 'Download', // TODO
- 'help' => 'XML file', // TODO
+ 'help' => 'XML file (data subset. <a href="https://freshrss.github.io/FreshRSS/en/developers/OPML.html" target="_blank">See documentation</a>)', // TODO
'label' => 'Export as OPML', // TODO
),
'filteractions' => array(
diff --git a/app/i18n/hu/sub.php b/app/i18n/hu/sub.php
index d14475fcd..24c5092d1 100644
--- a/app/i18n/hu/sub.php
+++ b/app/i18n/hu/sub.php
@@ -68,7 +68,7 @@ return array(
'error' => 'Ez a hírforrás nem működik. Ellenőrizd az elérhetőségét és frissítsd.',
'export-as-opml' => array(
'download' => 'Letöltés',
- 'help' => 'XML fájl',
+ 'help' => 'XML fájl (data subset. <a href="https://freshrss.github.io/FreshRSS/en/developers/OPML.html" target="_blank">See documentation</a>)', // DIRTY
'label' => 'Exportálás OPML formátumban',
),
'filteractions' => array(
diff --git a/app/i18n/id/sub.php b/app/i18n/id/sub.php
index 7edd6b6fb..592d34333 100644
--- a/app/i18n/id/sub.php
+++ b/app/i18n/id/sub.php
@@ -68,7 +68,7 @@ return array(
'error' => 'This feed has encountered a problem. Please verify that it is always reachable then update it.', // TODO
'export-as-opml' => array(
'download' => 'Download', // TODO
- 'help' => 'XML file', // TODO
+ 'help' => 'XML file (data subset. <a href="https://freshrss.github.io/FreshRSS/en/developers/OPML.html" target="_blank">See documentation</a>)', // TODO
'label' => 'Export as OPML', // TODO
),
'filteractions' => array(
diff --git a/app/i18n/it/sub.php b/app/i18n/it/sub.php
index 5adf0cb51..b435d343f 100644
--- a/app/i18n/it/sub.php
+++ b/app/i18n/it/sub.php
@@ -68,7 +68,7 @@ return array(
'error' => 'Questo feed ha generato un errore. Per favore verifica se ancora disponibile.',
'export-as-opml' => array(
'download' => 'Scarica',
- 'help' => 'File XML',
+ 'help' => 'File XML (data subset. <a href="https://freshrss.github.io/FreshRSS/en/developers/OPML.html" target="_blank">See documentation</a>)', // DIRTY
'label' => 'Esporta come OPML',
),
'filteractions' => array(
diff --git a/app/i18n/ja/sub.php b/app/i18n/ja/sub.php
index 9e6097866..b6d4e4bde 100644
--- a/app/i18n/ja/sub.php
+++ b/app/i18n/ja/sub.php
@@ -68,7 +68,7 @@ return array(
'error' => 'このフィードに問題が発生しました。ここでアクセスできるかどうかを確認して更新してみてください。',
'export-as-opml' => array(
'download' => 'ダウンロード',
- 'help' => 'XMLファイル',
+ 'help' => 'XMLファイル (data subset. <a href="https://freshrss.github.io/FreshRSS/en/developers/OPML.html" target="_blank">See documentation</a>)', // DIRTY
'label' => 'OPMLとしてエクスポート',
),
'filteractions' => array(
diff --git a/app/i18n/ko/sub.php b/app/i18n/ko/sub.php
index d1050fd80..f8fb544be 100644
--- a/app/i18n/ko/sub.php
+++ b/app/i18n/ko/sub.php
@@ -68,7 +68,7 @@ return array(
'error' => '이 피드에 문제가 발생했습니다. 이 피드에 접근 권한이 있는지 확인하세요.',
'export-as-opml' => array(
'download' => '다운로드',
- 'help' => 'XML 파일',
+ 'help' => 'XML 파일 (data subset. <a href="https://freshrss.github.io/FreshRSS/en/developers/OPML.html" target="_blank">See documentation</a>)', // DIRTY
'label' => 'OPML로 내보내기',
),
'filteractions' => array(
diff --git a/app/i18n/lv/sub.php b/app/i18n/lv/sub.php
index 580bf4c32..08c114f95 100644
--- a/app/i18n/lv/sub.php
+++ b/app/i18n/lv/sub.php
@@ -68,7 +68,7 @@ return array(
'error' => 'Šajā barotnē ir radusies problēma. Lūdzu, pārbaudiet, vai tā vienmēr ir sasniedzama, un pēc tam to atjauniniet.',
'export-as-opml' => array(
'download' => 'Download', // TODO
- 'help' => 'XML file', // TODO
+ 'help' => 'XML file (data subset. <a href="https://freshrss.github.io/FreshRSS/en/developers/OPML.html" target="_blank">See documentation</a>)', // TODO
'label' => 'Export as OPML', // TODO
),
'filteractions' => array(
diff --git a/app/i18n/nl/sub.php b/app/i18n/nl/sub.php
index b78bcee7f..31afc7f12 100644
--- a/app/i18n/nl/sub.php
+++ b/app/i18n/nl/sub.php
@@ -68,7 +68,7 @@ return array(
'error' => 'Deze feed heeft problemen. Verifieer a.u.b het doeladres en actualiseer het.',
'export-as-opml' => array(
'download' => 'Downloaden',
- 'help' => 'XML-bestand',
+ 'help' => 'XML-bestand (data subset. <a href="https://freshrss.github.io/FreshRSS/en/developers/OPML.html" target="_blank">See documentation</a>)', // DIRTY
'label' => 'Als OPML exporteren',
),
'filteractions' => array(
diff --git a/app/i18n/oc/sub.php b/app/i18n/oc/sub.php
index 530b65a83..a12069174 100644
--- a/app/i18n/oc/sub.php
+++ b/app/i18n/oc/sub.php
@@ -68,7 +68,7 @@ return array(
'error' => 'Aqueste flux a rescontrat un problèma. Volgatz verificar que siá totjorn accessible puèi actualizatz-lo.',
'export-as-opml' => array(
'download' => 'Download', // TODO
- 'help' => 'XML file', // TODO
+ 'help' => 'XML file (data subset. <a href="https://freshrss.github.io/FreshRSS/en/developers/OPML.html" target="_blank">See documentation</a>)', // TODO
'label' => 'Export as OPML', // TODO
),
'filteractions' => array(
diff --git a/app/i18n/pl/sub.php b/app/i18n/pl/sub.php
index c9d5a0e82..03786bcd1 100644
--- a/app/i18n/pl/sub.php
+++ b/app/i18n/pl/sub.php
@@ -68,7 +68,7 @@ return array(
'error' => 'Napotkano problem podczas dostępu do tego kanału. Należy sprawdzić czy kanał jest zawsze dostępny, a następnie go odświeżyć.',
'export-as-opml' => array(
'download' => 'Pobierz',
- 'help' => 'Plik XML',
+ 'help' => 'Plik XML (data subset. <a href="https://freshrss.github.io/FreshRSS/en/developers/OPML.html" target="_blank">See documentation</a>)', // DIRTY
'label' => 'Eksportuj OPML',
),
'filteractions' => array(
diff --git a/app/i18n/pt-br/sub.php b/app/i18n/pt-br/sub.php
index 7e4e301b7..454bab99a 100644
--- a/app/i18n/pt-br/sub.php
+++ b/app/i18n/pt-br/sub.php
@@ -68,7 +68,7 @@ return array(
'error' => 'Este feed encontra-se com problema. Por favor verifique se ele ainda está disponível e atualize-o.',
'export-as-opml' => array(
'download' => 'Download', // IGNORE
- 'help' => 'Arquivo XML',
+ 'help' => 'Arquivo XML (data subset. <a href="https://freshrss.github.io/FreshRSS/en/developers/OPML.html" target="_blank">See documentation</a>)', // DIRTY
'label' => 'Exportar como OPML',
),
'filteractions' => array(
diff --git a/app/i18n/ru/sub.php b/app/i18n/ru/sub.php
index c0f55d1fc..91cd3807c 100644
--- a/app/i18n/ru/sub.php
+++ b/app/i18n/ru/sub.php
@@ -68,7 +68,7 @@ return array(
'error' => 'С этой лентой возникла проблема. Пожалуйста, убедитесь, что она всегда досягаема. Затем снова обновите её.',
'export-as-opml' => array(
'download' => 'Скачать',
- 'help' => 'XML файл',
+ 'help' => 'XML файл (data subset. <a href="https://freshrss.github.io/FreshRSS/en/developers/OPML.html" target="_blank">See documentation</a>)', // DIRTY
'label' => 'Экспортировать как OPML',
),
'filteractions' => array(
diff --git a/app/i18n/sk/sub.php b/app/i18n/sk/sub.php
index f9b33788a..fde0b641f 100644
--- a/app/i18n/sk/sub.php
+++ b/app/i18n/sk/sub.php
@@ -68,7 +68,7 @@ return array(
'error' => 'Vyskytol sa problém s týmto kanálom. Overte, prosím, či kanál stále existuje, potom ho obnovte.',
'export-as-opml' => array(
'download' => 'Stiahnuť',
- 'help' => 'XML súbor',
+ 'help' => 'XML súbor (data subset. <a href="https://freshrss.github.io/FreshRSS/en/developers/OPML.html" target="_blank">See documentation</a>)', // DIRTY
'label' => 'Exportovať ako OPML',
),
'filteractions' => array(
diff --git a/app/i18n/tr/sub.php b/app/i18n/tr/sub.php
index 29cc2f78a..d2d7be720 100644
--- a/app/i18n/tr/sub.php
+++ b/app/i18n/tr/sub.php
@@ -68,7 +68,7 @@ return array(
'error' => 'Bu akışda bir hatayla karşılaşıldı. Lütfen akışın sürekli ulaşılabilir olduğuna emin olun.',
'export-as-opml' => array(
'download' => 'İndir',
- 'help' => 'XML dosyası',
+ 'help' => 'XML dosyası (data subset. <a href="https://freshrss.github.io/FreshRSS/en/developers/OPML.html" target="_blank">See documentation</a>)', // DIRTY
'label' => 'OPML olarak dışarı aktar',
),
'filteractions' => array(
diff --git a/app/i18n/zh-cn/sub.php b/app/i18n/zh-cn/sub.php
index 376a31b81..ea670acd1 100644
--- a/app/i18n/zh-cn/sub.php
+++ b/app/i18n/zh-cn/sub.php
@@ -68,7 +68,7 @@ return array(
'error' => '此源遇到一些问题。请在确认是否能正常访问后重试。',
'export-as-opml' => array(
'download' => '下载',
- 'help' => 'XML 文件',
+ 'help' => 'XML 文件 (data subset. <a href="https://freshrss.github.io/FreshRSS/en/developers/OPML.html" target="_blank">See documentation</a>)', // DIRTY
'label' => '导出为 OPML',
),
'filteractions' => array(
diff --git a/app/i18n/zh-tw/sub.php b/app/i18n/zh-tw/sub.php
index 7cfa7d1a6..9acfb046b 100644
--- a/app/i18n/zh-tw/sub.php
+++ b/app/i18n/zh-tw/sub.php
@@ -68,7 +68,7 @@ return array(
'error' => '此源遇到一些問題。請在確認是否能正常訪問後重試。',
'export-as-opml' => array(
'download' => 'Download', // TODO
- 'help' => 'XML file', // TODO
+ 'help' => 'XML file (data subset. <a href="https://freshrss.github.io/FreshRSS/en/developers/OPML.html" target="_blank">See documentation</a>)', // TODO
'label' => 'Export as OPML', // TODO
),
'filteractions' => array(