diff options
author | daniel oeh <daniel.oeh@gmail.com> | 2012-07-26 19:19:35 +0200 |
---|---|---|
committer | daniel oeh <daniel.oeh@gmail.com> | 2012-07-26 19:19:35 +0200 |
commit | cbb1bed530cabfd9242e89a6cd54e78cc82cd81d (patch) | |
tree | 0fb9a6e454090e7cf48e96d8ea8653a148bdc5c4 /res | |
parent | 1b287ea9dc26bfd5b153ef955215c777adb8672c (diff) | |
download | AntennaPod-cbb1bed530cabfd9242e89a6cd54e78cc82cd81d.zip |
Implemented export worker
Diffstat (limited to 'res')
-rw-r--r-- | res/values/strings.xml | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/res/values/strings.xml b/res/values/strings.xml index da70992e3..944d17bb7 100644 --- a/res/values/strings.xml +++ b/res/values/strings.xml @@ -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>
\ No newline at end of file |