organize more of the strings into categories
This commit is contained in:
parent
858bcec9bc
commit
3de4b6e8f6
1 changed files with 17 additions and 12 deletions
|
|
@ -6,6 +6,7 @@
|
||||||
<string name="the_audio_file">The audio file</string>
|
<string name="the_audio_file">The audio file</string>
|
||||||
<string name="unplayable_file">Couldn\u2019t play this song.</string>
|
<string name="unplayable_file">Couldn\u2019t play this song.</string>
|
||||||
<string name="audio_focus_denied">Audio focus denied.</string>
|
<string name="audio_focus_denied">Audio focus denied.</string>
|
||||||
|
<string name="error_share_file">There was an error sharing the file.</string>
|
||||||
|
|
||||||
<string name="action_share">Share</string>
|
<string name="action_share">Share</string>
|
||||||
<string name="action_settings">"Settings"</string>
|
<string name="action_settings">"Settings"</string>
|
||||||
|
|
@ -26,6 +27,8 @@
|
||||||
<string name="action_details">Details</string>
|
<string name="action_details">Details</string>
|
||||||
<string name="action_rename">Rename</string>
|
<string name="action_rename">Rename</string>
|
||||||
<string name="action_delete">Delete</string>
|
<string name="action_delete">Delete</string>
|
||||||
|
<string name="action_sort_order">Sort order</string>
|
||||||
|
<string name="action_sort_method">Sort method</string>
|
||||||
|
|
||||||
<string name="albums">Albums</string>
|
<string name="albums">Albums</string>
|
||||||
<string name="artists">Artists</string>
|
<string name="artists">Artists</string>
|
||||||
|
|
@ -76,16 +79,24 @@
|
||||||
<string name="action_shuffle_playlist">Shuffle playlist</string>
|
<string name="action_shuffle_playlist">Shuffle playlist</string>
|
||||||
<string name="action_clear_queue">Clear queue</string>
|
<string name="action_clear_queue">Clear queue</string>
|
||||||
<string name="action_save_queue">Save queue</string>
|
<string name="action_save_queue">Save queue</string>
|
||||||
|
|
||||||
<string name="light_theme_name">Light</string>
|
<string name="light_theme_name">Light</string>
|
||||||
<string name="dark_theme_name">Dark</string>
|
<string name="dark_theme_name">Dark</string>
|
||||||
<string name="black_theme_name">Black</string>
|
<string name="black_theme_name">Black</string>
|
||||||
|
|
||||||
<string name="pref_header_colors">Colors</string>
|
<string name="pref_header_colors">Colors</string>
|
||||||
<string name="pref_header_now_playing_screen">Now Playing</string>
|
<string name="pref_header_now_playing_screen">Now Playing</string>
|
||||||
<string name="pref_title_general_theme">General Theme</string>
|
|
||||||
<string name="pref_header_audio">Audio</string>
|
<string name="pref_header_audio">Audio</string>
|
||||||
<string name="pref_header_library">Library</string>
|
<string name="pref_header_library">Library</string>
|
||||||
<string name="pref_header_lockscreen">Lockscreen</string>
|
<string name="pref_header_lockscreen">Lockscreen</string>
|
||||||
<string name="pref_header_notification">Notification</string>
|
<string name="pref_header_notification">Notification</string>
|
||||||
|
|
||||||
|
<string name="library_categories">Library Categories</string>
|
||||||
|
<string name="primary_color">Primary Color</string>
|
||||||
|
<string name="accent_color">Accent Color</string>
|
||||||
|
<string name="colored_footers">Colored footers</string>
|
||||||
|
<string name="pref_title_general_theme">General Theme</string>
|
||||||
|
<string name="pref_title_now_playing_screen_appearance">Appearance</string>
|
||||||
<string name="pref_title_navigation_bar">Colored Navigation Bar</string>
|
<string name="pref_title_navigation_bar">Colored Navigation Bar</string>
|
||||||
<string name="pref_title_app_shortcuts">Colored Shortcuts</string>
|
<string name="pref_title_app_shortcuts">Colored Shortcuts</string>
|
||||||
<string name="pref_title_album_art_on_lockscreen">Show Album Cover</string>
|
<string name="pref_title_album_art_on_lockscreen">Show Album Cover</string>
|
||||||
|
|
@ -98,19 +109,17 @@
|
||||||
<string name="pref_title_audio_ducking">Audio Ducking</string>
|
<string name="pref_title_audio_ducking">Audio Ducking</string>
|
||||||
<string name="pref_title_remember_last_tab">Remember Tab</string>
|
<string name="pref_title_remember_last_tab">Remember Tab</string>
|
||||||
<string name="pref_title_remember_shuffle">Remember Shuffle</string>
|
<string name="pref_title_remember_shuffle">Remember Shuffle</string>
|
||||||
|
|
||||||
<string name="delete_action">Delete</string>
|
<string name="delete_action">Delete</string>
|
||||||
<string name="remove_action">Remove</string>
|
<string name="remove_action">Remove</string>
|
||||||
<string name="rename_action">Rename</string>
|
<string name="rename_action">Rename</string>
|
||||||
<string name="create_action">Create</string>
|
<string name="create_action">Create</string>
|
||||||
<string name="reset_action">Reset</string>
|
<string name="reset_action">Reset</string>
|
||||||
<string name="x_selected">%1$d selected</string>
|
<string name="x_selected">%1$d selected</string>
|
||||||
<string name="primary_color">Primary Color</string>
|
|
||||||
<string name="accent_color">Accent Color</string>
|
|
||||||
<string name="card">Card</string>
|
<string name="card">Card</string>
|
||||||
<string name="flat">Flat</string>
|
<string name="flat">Flat</string>
|
||||||
<string name="primary_color_desc">The primary theme color for control elements.</string>
|
<string name="primary_color_desc">The primary theme color for control elements.</string>
|
||||||
<string name="accent_color_desc">An alternate color used to accent elements.</string>
|
<string name="accent_color_desc">An alternate color used to accent elements.</string>
|
||||||
<string name="error_share_file">There was an error sharing the file.</string>
|
|
||||||
<string name="pref_summary_album_art_on_lockscreen">Uses the current song\'s album cover as the lockscreen wallpaper.</string>
|
<string name="pref_summary_album_art_on_lockscreen">Uses the current song\'s album cover as the lockscreen wallpaper.</string>
|
||||||
<string name="pref_summary_blurred_album_art">Blurs the album cover on the lockscreen. This can cause problems with third party apps and widgets.</string>
|
<string name="pref_summary_blurred_album_art">Blurs the album cover on the lockscreen. This can cause problems with third party apps and widgets.</string>
|
||||||
<string name="pref_summary_classic_notification">Use the classic notification design.</string>
|
<string name="pref_summary_classic_notification">Use the classic notification design.</string>
|
||||||
|
|
@ -137,8 +146,6 @@
|
||||||
<string name="grid_size_7">7</string>
|
<string name="grid_size_7">7</string>
|
||||||
<string name="grid_size_8">8</string>
|
<string name="grid_size_8">8</string>
|
||||||
|
|
||||||
<string name="colored_footers">Colored footers</string>
|
|
||||||
<string name="special_thanks_to">Special Thanks</string>
|
|
||||||
<string name="permissions_denied">Permissions denied.</string>
|
<string name="permissions_denied">Permissions denied.</string>
|
||||||
<string name="permission_external_storage_denied">Permission to access external storage denied.</string>
|
<string name="permission_external_storage_denied">Permission to access external storage denied.</string>
|
||||||
|
|
||||||
|
|
@ -157,12 +164,14 @@
|
||||||
<string name="rate_on_google_play_summary">Leave a positive rating on Google Play if you like Phonograph.</string>
|
<string name="rate_on_google_play_summary">Leave a positive rating on Google Play if you like Phonograph.</string>
|
||||||
<string name="donate">Donate</string>
|
<string name="donate">Donate</string>
|
||||||
<string name="donate_summary">If you think I deserve to get paid for my work, you can leave me a few dollars here.</string>
|
<string name="donate_summary">If you think I deserve to get paid for my work, you can leave me a few dollars here.</string>
|
||||||
|
<string name="special_thanks_to">Special Thanks</string>
|
||||||
<string name="aidan_follestad_summary">Improved theme engine and made some other excellent additions.</string>
|
<string name="aidan_follestad_summary">Improved theme engine and made some other excellent additions.</string>
|
||||||
<string name="maarten_corpel_summary">Designed a placeholder image for albums with no cover art.</string>
|
<string name="maarten_corpel_summary">Designed a placeholder image for albums with no cover art.</string>
|
||||||
<string name="aleksandar_tesic_summary">Made great improvements to the general design.</string>
|
<string name="aleksandar_tesic_summary">Made great improvements to the general design.</string>
|
||||||
|
<string name="eugene_cheung_summary">Several amazing contributions to the source code.</string>
|
||||||
|
<string name="adrian_summary">Designed the new album page which was then ported to other activities.</string>
|
||||||
<string name="website">Website</string>
|
<string name="website">Website</string>
|
||||||
<string name="up_next">Up next</string>
|
<string name="up_next">Up next</string>
|
||||||
<string name="pref_title_now_playing_screen_appearance">Appearance</string>
|
|
||||||
|
|
||||||
<string name="app_widget_big_name">Gelli Album</string>
|
<string name="app_widget_big_name">Gelli Album</string>
|
||||||
<string name="app_widget_classic_name">Gelli Classic</string>
|
<string name="app_widget_classic_name">Gelli Classic</string>
|
||||||
|
|
@ -177,16 +186,12 @@
|
||||||
<string name="app_shortcut_shuffle_all_short">Shuffle</string>
|
<string name="app_shortcut_shuffle_all_short">Shuffle</string>
|
||||||
<string name="app_shortcut_top_tracks_short">Top tracks</string>
|
<string name="app_shortcut_top_tracks_short">Top tracks</string>
|
||||||
<string name="app_shortcut_last_added_short">Last added</string>
|
<string name="app_shortcut_last_added_short">Last added</string>
|
||||||
|
|
||||||
<string name="playlist_is_empty">Playlist is empty</string>
|
<string name="playlist_is_empty">Playlist is empty</string>
|
||||||
<string name="playing_notification_description">The playing notification provides actions for play/pause etc.</string>
|
<string name="playing_notification_description">The playing notification provides actions for play/pause etc.</string>
|
||||||
<string name="playing_notification_name">Playing notification</string>
|
<string name="playing_notification_name">Playing notification</string>
|
||||||
<string name="eugene_cheung_summary">Several amazing contributions to the source code.</string>
|
|
||||||
<string name="adrian_summary">Designed the new album page which was then ported to other activities.</string>
|
|
||||||
<string name="library_categories">Library Categories</string>
|
|
||||||
<string name="pref_summary_library_categories">Configure visibility and order of library categories.</string>
|
<string name="pref_summary_library_categories">Configure visibility and order of library categories.</string>
|
||||||
<string name="you_have_to_select_at_least_one_category">You have to select at least one category.</string>
|
<string name="you_have_to_select_at_least_one_category">You have to select at least one category.</string>
|
||||||
<string name="action_sort_order">Sort order</string>
|
|
||||||
<string name="action_sort_method">Sort method</string>
|
|
||||||
|
|
||||||
<string name="sort_order_a_z">Ascending</string>
|
<string name="sort_order_a_z">Ascending</string>
|
||||||
<string name="sort_order_z_a">Descending</string>
|
<string name="sort_order_z_a">Descending</string>
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue