summaryrefslogtreecommitdiff
path: root/res/values/strings.xml
diff options
context:
space:
mode:
authordaniel oeh <daniel.oeh@gmail.com>2012-10-03 15:54:50 +0200
committerdaniel oeh <daniel.oeh@gmail.com>2012-10-03 15:54:50 +0200
commitc0421458751188a284975edaffffc90dc933c10f (patch)
tree7c638aa252025fcec4385aba3383d1b339cb5c41 /res/values/strings.xml
parentb76ab8053cf19f4876aa3074e20eb7803ede7fa2 (diff)
downloadAntennaPod-c0421458751188a284975edaffffc90dc933c10f.zip
Moved Opml import button to AddfeedActivity, Opml export button to
preferences
Diffstat (limited to 'res/values/strings.xml')
-rw-r--r--res/values/strings.xml7
1 files changed, 4 insertions, 3 deletions
diff --git a/res/values/strings.xml b/res/values/strings.xml
index 8e0adef7c..89227c6cf 100644
--- a/res/values/strings.xml
+++ b/res/values/strings.xml
@@ -14,7 +14,7 @@
<!-- Playback history -->
<string name="clear_history_label">Clear history</string>
-
+
<!-- Other -->
<string name="confirm_label">Confirm</string>
<string name="cancel_label">Cancel</string>
@@ -90,8 +90,8 @@
<string name="download_type_feed">Feed</string>
<string name="download_type_media">Media file</string>
<string name="download_type_image">Image</string>
- <string name="download_request_error_dialog_message_prefix">An error occurred when trying to download the file:\u0020</string>
-
+ <string name="download_request_error_dialog_message_prefix">An error occurred when trying to download the file:\u0020</string>
+
<!-- Mediaplayer messages -->
<string name="player_error_msg">Error!</string>
<string name="player_stopped_msg">No media playing</string>
@@ -178,6 +178,7 @@
<string name="found_in_title_label">Found in title</string>
<!-- OPML import and export -->
+ <string name="opml_import_txtv_button_lable">You can also import an OPML file. OPML files allow you to move your podcasts from one podcatcher to another:</string>
<string name="opml_import_explanation">To import an OPML file, you have to place it in the following directory and press the button below to start the import process. </string>
<string name="start_import_label">Start import</string>
<string name="opml_import_label">OPML import</string>