Implemented export worker

This commit is contained in:
daniel oeh
2012-07-26 19:19:35 +02:00
parent 1b287ea9dc
commit cbb1bed530
3 changed files with 111 additions and 0 deletions

View File

@ -147,6 +147,12 @@
<string name="search_label">Search</string>
<string name="found_in_title_label">Found in title</string>
<string name="choose_file_to_import_label">Choose file to import</string>
<string name="opml_export_label">OPML export</string>
<string name="exporting_label">Exporting...</string>
<string name="opml_export_error_no_feeds">You have no feeds</string>
<string name="export_error_label">Export error</string>
<string name="opml_export_success_title">Opml export successful.</string>
<string name="opml_export_success_sum">The .opml file was written to:\u0020</string>
</resources>