summaryrefslogtreecommitdiff
path: root/res/values
diff options
context:
space:
mode:
Diffstat (limited to 'res/values')
-rw-r--r--res/values/arrays.xml10
-rw-r--r--res/values/ids.xml4
-rw-r--r--res/values/strings.xml15
-rw-r--r--res/values/styles.xml26
4 files changed, 52 insertions, 3 deletions
diff --git a/res/values/arrays.xml b/res/values/arrays.xml
index 69ea13e52..f09c76080 100644
--- a/res/values/arrays.xml
+++ b/res/values/arrays.xml
@@ -1,6 +1,16 @@
<?xml version="1.0" encoding="utf-8"?>
<resources>
+ <string-array name="seek_delta_values">
+ <item>5</item>
+ <item>10</item>
+ <item>15</item>
+ <item>20</item>
+ <item>30</item>
+ <item>45</item>
+ <item>60</item>
+ </string-array>
+
<string-array name="update_intervall_options">
<item>Manual</item>
<item>1 hour</item>
diff --git a/res/values/ids.xml b/res/values/ids.xml
index c1d80d375..90e405fde 100644
--- a/res/values/ids.xml
+++ b/res/values/ids.xml
@@ -12,6 +12,7 @@
<item name="open_in_browser_item" type="id"/>
<item name="copy_url_item" type="id"/>
<item name="share_url_item" type="id"/>
+ <item name="go_to_position_item" type="id"/>
<item name="organize_queue_item" type="id"/>
<item name="drag_handle" type="id"/>
<item name="skip_episode_item" type="id"/>
@@ -21,5 +22,6 @@
<item name="imageloader_key" type="id"/>
<item name="notification_gpodnet_sync_error" type="id"/>
<item name="notification_gpodnet_sync_autherror" type="id"/>
-
+ <item name="undobar_button" type="id"/>
+ <item name="undobar_message" type="id"/>
</resources> \ No newline at end of file
diff --git a/res/values/strings.xml b/res/values/strings.xml
index 8f81955e2..b5cc4ee86 100644
--- a/res/values/strings.xml
+++ b/res/values/strings.xml
@@ -38,6 +38,7 @@
<string name="copy_url_label">Copy URL</string>
<string name="share_url_label">Share URL</string>
<string name="copied_url_msg">Copied URL to clipboard.</string>
+ <string name="go_to_position_label">Go to this position</string>
<!-- Playback history -->
<string name="clear_history_label">Clear history</string>
@@ -69,6 +70,7 @@
<!-- 'Add Feed' Activity labels -->
<string name="feedurl_label">Feed URL</string>
+ <string name="etxtFeedurlHint">URL of feed or website</string>
<string name="txtvfeedurl_label">Add Podcast by URL</string>
<string name="podcastdirectories_label">Find podcast in directory</string>
<string name="podcastdirectories_descr">You can search for new podcasts by name, category or popularity in the gpodder.net directory.</string>
@@ -147,6 +149,7 @@
<string name="position_default_label">00:00:00</string>
<string name="player_buffering_msg">Buffering</string>
<string name="playbackservice_notification_title">Playing podcast</string>
+ <string name="unknown_media_key">AntennaPod - Unknown media key: %1$d</string>
<!-- Queue operations -->
<string name="clear_queue_label">Clear queue</string>
@@ -162,6 +165,7 @@
<string name="return_home_label">Return to home</string>
<string name="flattr_auth_success">Authentication was successful! You can now flattr things within the app.</string>
<string name="no_flattr_token_title">No Flattr token found</string>
+ <string name="no_flattr_token_notification_msg">Your flattr account does not seem to be connected to AntennaPod. Tap here to authenticate.</string>
<string name="no_flattr_token_msg">Your flattr account does not seem to be connected to AntennaPod. You can either connect your account to AntennaPod to flattr things within the app or you can visit the website of the thing to flattr it there.</string>
<string name="authenticate_now_label">Authenticate</string>
<string name="action_forbidden_title">Action forbidden</string>
@@ -219,7 +223,7 @@
<string name="pref_revokeAccess_title">Revoke access</string>
<string name="pref_revokeAccess_sum">Revoke the access permission to your flattr account for this app.</string>
<string name="pref_auto_flattr_title">Automatic Flattr</string>
- <string name="pref_auto_flattr_sum">Flattr episodes of which 80% have been played.</string>
+ <string name="pref_auto_flattr_sum">Configure automatic flattring</string>
<string name="user_interface_label">User Interface</string>
<string name="pref_set_theme_title">Select theme</string>
<string name="pref_set_theme_sum">Change the appearance of AntennaPod.</string>
@@ -242,9 +246,16 @@
<string name="pref_gpodnet_setlogin_information_sum">Change the login information for your gpodder.net account.</string>
<string name="pref_playback_speed_title">Playback Speeds</string>
<string name="pref_playback_speed_sum">Customize the speeds available for variable speed audio playback</string>
+ <string name="pref_seek_delta_title">Seek time</string>
+ <string name="pref_seek_delta_sum">Seek this many seconds when rewinding or fast-forwarding</string>
<string name="pref_gpodnet_sethostname_title">Set hostname</string>
<string name="pref_gpodnet_sethostname_use_default_host">Use default host</string>
-
+
+ <!-- Auto-Flattr dialog -->
+ <string name="auto_flattr_enable">Enable automatic flattring</string>
+ <string name="auto_flattr_after_percent">Flattr episode as soon as %d percent have been played</string>
+ <string name="auto_flattr_ater_beginning">Flattr episode when playback starts</string>
+ <string name="auto_flattr_ater_end">Flattr episode when playback ends</string>
<!-- Search -->
<string name="search_hint">Search for Feeds or Episodes</string>
diff --git a/res/values/styles.xml b/res/values/styles.xml
index 7477712b2..e42072afa 100644
--- a/res/values/styles.xml
+++ b/res/values/styles.xml
@@ -145,4 +145,30 @@
<item name="android:textColor">@color/new_indicator_green</item>
<item name="android:text">@string/new_label</item>
</style>
+
+ <style name="AntennaPodBetterPickerThemeLight">
+ <item name="bpDialogBackground">@drawable/dialog_full_holo_light</item>
+ <item name="bpTitleColor">@color/dialog_text_color_holo_light</item>
+ <item name="bpTextColor">@color/dialog_text_color_holo_light</item>
+ <item name="bpDeleteIcon">@drawable/ic_backspace_light</item>
+ <item name="bpCheckIcon">@drawable/ic_check_light</item>
+ <item name="bpKeyBackground">@drawable/borderless_button</item>
+ <item name="bpButtonBackground">@drawable/borderless_button</item>
+ <item name="bpTitleDividerColor">@color/default_keyboard_indicator_color_dark</item>
+ <item name="bpDividerColor">@color/default_divider_color_light</item>
+ <item name="bpKeyboardIndicatorColor">@color/selection_background_color_light</item>
+ </style>
+
+ <style name="AntennaPodBetterPickerThemeDark">
+ <item name="bpDialogBackground">@drawable/dialog_full_holo_dark</item>
+ <item name="bpTitleColor">@color/dialog_text_color_holo_dark</item>
+ <item name="bpTextColor">@color/dialog_text_color_holo_dark</item>
+ <item name="bpDeleteIcon">@drawable/ic_backspace_dark</item>
+ <item name="bpCheckIcon">@drawable/ic_check_dark</item>
+ <item name="bpKeyBackground">@drawable/borderless_button_dark</item>
+ <item name="bpButtonBackground">@drawable/borderless_button_dark</item>
+ <item name="bpTitleDividerColor">@color/default_keyboard_indicator_color_dark</item>
+ <item name="bpDividerColor">@color/default_divider_color_dark</item>
+ <item name="bpKeyboardIndicatorColor">@color/selection_background_color_dark</item>
+ </style>
</resources>