diff options
| author | 2019-01-16 22:26:43 +0100 | |
|---|---|---|
| committer | 2019-01-16 22:26:43 +0100 | |
| commit | 743c1b740bd8ec0b70f7058d4b52101b346a5e9c (patch) | |
| tree | 7d7c3145ee35b7b37dfc7cf0b7848e85bd3343be /app/i18n/tr/sub.php | |
| parent | 4355849ec36efb3aa4b711912abd71e30cf2d5ee (diff) | |
Export labels (#2217)
* Export labels
https://github.com/FreshRSS/FreshRSS/issues/2196
* Small fixes
* Backport code from 1.14.0
https://github.com/FreshRSS/FreshRSS/pull/2199/commits/4888f919f104b2d170302565e481a0b731eb4145
* More fixes
Diffstat (limited to 'app/i18n/tr/sub.php')
| -rw-r--r-- | app/i18n/tr/sub.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/app/i18n/tr/sub.php b/app/i18n/tr/sub.php index b5b56f4b8..7f29633be 100644 --- a/app/i18n/tr/sub.php +++ b/app/i18n/tr/sub.php @@ -72,6 +72,7 @@ return array( 'export' => 'Dışa aktar', 'export_opml' => 'Akış listesini dışarı aktar (OPML)', 'export_starred' => 'Favorileri dışarı aktar', + 'export_labelled' => 'Export your labelled articles', //TODO 'feed_list' => '%s makalenin listesi', 'file_to_import' => 'Dosyadan içe aktar<br />(OPML, JSON or ZIP)', 'file_to_import_no_zip' => 'Dosyadan içe aktar<br />(OPML or JSON)', |
