diff options
author | daniel oeh <daniel.oeh@gmail.com> | 2012-07-17 13:18:20 +0200 |
---|---|---|
committer | daniel oeh <daniel.oeh@gmail.com> | 2012-07-17 13:18:20 +0200 |
commit | a6d65186ab3f0af3ebca073d27470a354d5fbdfd (patch) | |
tree | 24708103248d6d3cb0c15f6ca8d583d9b4636e5c /res | |
parent | fe71d9d92cc707a30cff1a4e1c62b8baab6e9be1 (diff) | |
download | AntennaPod-a6d65186ab3f0af3ebca073d27470a354d5fbdfd.zip |
Moved strings into resources
Diffstat (limited to 'res')
-rw-r--r-- | res/values/strings.xml | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/res/values/strings.xml b/res/values/strings.xml index 85decaa79..972fa233f 100644 --- a/res/values/strings.xml +++ b/res/values/strings.xml @@ -118,5 +118,10 @@ <string name="access_revoked_info">You have successfully revoked Antennapod\'s access token to your account. In order to complete the process, you have to remove this app from the list of approved applications in your account settings on the flattr website.</string> <string name="no_items_label">There are no items in this list.</string> <string name="no_feeds_label">You haven\'t subscribed to any feeds yet.</string> + <string name="last_update_prefix">Last Update:\u0020</string> + <string name="episodes_suffix">\u0020episodes</string> + <string name="published_prefix">Published:\u0020</string> + <string name="length_prefix">Length:\u0020</string> + <string name="size_prefix">Size:\u0020</string> </resources>
\ No newline at end of file |