summaryrefslogtreecommitdiff
path: root/res/values/strings.xml
blob: f59baec12fd0f077e73cdcdb10ce08af2573842d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
<?xml version="1.0" encoding="utf-8"?>
<resources>

	<!-- Activitiy titles-->
    <string name="app_name">Podfetcher</string>
	<string name="feeds_label">Feeds</string>
	<string name="settings_label">Settings</string>
	<string name="add_new_feed_label">Add a new Feed</string>
    <string name="downloads_label">Downloads</string>

	<!-- 				-->
	<string name="confirm_label">Confirm</string>
	<string name="cancel_label">Cancel</string>

	<!-- AddFeed Activity labels -->
	<string name="feedurl_label">Feed URL</string>

	<!-- Feeditemview labels-->
	<string name="download_label">Download</string>
	<string name="play_label">Play</string>
	<string name="description_label">Description</string>
	<string name="remove_label">Remove</string>

	<!-- DownloadObserver Messages -->
	<string name="download_successful">Download successful</string>
	<string name="download_failed">Download failed</string>
	<string name="download_pending">Download pending</string>
	<string name="download_running">Download running</string>

	<!-- other messages -->
	<string name="nofeeds_msg">No feeds added yet.</string>


</resources>