diff options
| author | 2024-04-16 15:52:59 +0200 | |
|---|---|---|
| committer | 2024-04-16 15:52:59 +0200 | |
| commit | 22172fd5bc4d32f24701f51e621943d6095d27ee (patch) | |
| tree | 38ef1e270f561880d3ff380c43492956fe7d99cf /app/i18n/fa | |
| parent | bf68205ae3b04ceb927cd0fb98e12f19b1daac37 (diff) | |
Download feed configs as opml: button (#6312)
* button in feed configs
* i18n
* naming download file: added .opml
* .opml.xml
* i18n fr
* Fix i18n en-GB
---------
Co-authored-by: Alexandre Alapetite <alexandre@alapetite.fr>
Diffstat (limited to 'app/i18n/fa')
| -rw-r--r-- | app/i18n/fa/sub.php | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/app/i18n/fa/sub.php b/app/i18n/fa/sub.php index d6f267e20..78ee9faba 100644 --- a/app/i18n/fa/sub.php +++ b/app/i18n/fa/sub.php @@ -66,6 +66,11 @@ return array( 'description' => ' توضیحات', 'empty' => ' این فید خالی است. لطفاً بررسی کنید که هنوز نگهداری می شود.', 'error' => ' این فید با مشکل مواجه شده است. لطفاً بررسی کنید که همیشه در دسترس است و سپس آن را به روز کنید.', + 'export-as-opml' => array( + 'download' => 'Download', // TODO + 'help' => 'XML file', // TODO + 'label' => 'Export as OPML', // TODO + ), 'filteractions' => array( '_' => ' اعمال فیلتر', 'help' => ' در هر خط یک فیلتر جستجو بنویسید. اپراتورها <a href="https://freshrss.github.io/FreshRSS/en/users/10_filter.html#with-the-search-field" target="_blank">مستندات را ببینید</a>.', |
