move all action strings to the top of the file
This commit is contained in:
parent
3de4b6e8f6
commit
ebf2f0f1b8
1 changed files with 23 additions and 23 deletions
|
|
@ -29,6 +29,20 @@
|
|||
<string name="action_delete">Delete</string>
|
||||
<string name="action_sort_order">Sort order</string>
|
||||
<string name="action_sort_method">Sort method</string>
|
||||
<string name="action_go_to_artist">Go to artist</string>
|
||||
<string name="action_go_to_album">Go to album</string>
|
||||
<string name="action_remove_from_playlist">Remove from playlist</string>
|
||||
<string name="action_grid_size">Grid size</string>
|
||||
<string name="action_grid_size_land">Grid size (land)</string>
|
||||
<string name="action_shuffle_all">Shuffle all</string>
|
||||
<string name="action_shuffle_album">Shuffle album</string>
|
||||
<string name="action_shuffle_artist">Shuffle artist</string>
|
||||
<string name="action_shuffle_playlist">Shuffle playlist</string>
|
||||
<string name="action_clear_queue">Clear queue</string>
|
||||
<string name="action_save_queue">Save queue</string>
|
||||
<string name="action_sleep_timer">Sleep timer</string>
|
||||
<string name="action_set">Set</string>
|
||||
<string name="action_new_playlist">New playlist</string>
|
||||
|
||||
<string name="albums">Albums</string>
|
||||
<string name="artists">Artists</string>
|
||||
|
|
@ -41,6 +55,7 @@
|
|||
<string name="no_songs">No songs</string>
|
||||
<string name="no_artists">No artists</string>
|
||||
<string name="no_genres">No genres</string>
|
||||
<string name="no_results">No results</string>
|
||||
<string name="empty">Empty</string>
|
||||
<string name="playlist_name_empty">Playlist name</string>
|
||||
<string name="song">Song</string>
|
||||
|
|
@ -55,14 +70,8 @@
|
|||
<string name="label_bit_rate">Bitrate</string>
|
||||
<string name="label_sampling_rate">Sampling rate</string>
|
||||
|
||||
<string name="action_go_to_artist">Go to artist</string>
|
||||
<string name="action_go_to_album">Go to album</string>
|
||||
<string name="no_results">No results</string>
|
||||
<string name="added_title_to_queue">"Added 1 title to the queue."</string>
|
||||
<string name="added_x_titles_to_queue">Added %1$d titles to the queue.</string>
|
||||
<string name="action_remove_from_playlist">Remove from playlist</string>
|
||||
<string name="action_grid_size">Grid size</string>
|
||||
<string name="action_grid_size_land">Grid size (land)</string>
|
||||
<string name="delete_playlist_x"><![CDATA[Delete the playlist <b>%1$s</b>?]]></string>
|
||||
<string name="delete_x_playlists"><![CDATA[Delete <b>%1$d</b> playlists?]]></string>
|
||||
<string name="remove_song_x_from_playlist"><![CDATA[Remove the song <b>%1$s</b> from the playlist?]]></string>
|
||||
|
|
@ -73,17 +82,14 @@
|
|||
<string name="delete_playlist_title">Delete playlist</string>
|
||||
<string name="delete_playlists_title">Delete playlists</string>
|
||||
<string name="select_all_title">Select all</string>
|
||||
<string name="action_shuffle_all">Shuffle all</string>
|
||||
<string name="action_shuffle_album">Shuffle album</string>
|
||||
<string name="action_shuffle_artist">Shuffle artist</string>
|
||||
<string name="action_shuffle_playlist">Shuffle playlist</string>
|
||||
<string name="action_clear_queue">Clear queue</string>
|
||||
<string name="action_save_queue">Save queue</string>
|
||||
|
||||
<string name="light_theme_name">Light</string>
|
||||
<string name="dark_theme_name">Dark</string>
|
||||
<string name="black_theme_name">Black</string>
|
||||
|
||||
<string name="card">Card</string>
|
||||
<string name="flat">Flat</string>
|
||||
|
||||
<string name="pref_header_colors">Colors</string>
|
||||
<string name="pref_header_now_playing_screen">Now Playing</string>
|
||||
<string name="pref_header_audio">Audio</string>
|
||||
|
|
@ -115,9 +121,6 @@
|
|||
<string name="rename_action">Rename</string>
|
||||
<string name="create_action">Create</string>
|
||||
<string name="reset_action">Reset</string>
|
||||
<string name="x_selected">%1$d selected</string>
|
||||
<string name="card">Card</string>
|
||||
<string name="flat">Flat</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="pref_summary_album_art_on_lockscreen">Uses the current song\'s album cover as the lockscreen wallpaper.</string>
|
||||
|
|
@ -130,12 +133,10 @@
|
|||
<string name="pref_summary_colored_navigation_bar">Colors the navigation bar in the primary color.</string>
|
||||
<string name="pref_summary_colored_app_shortcuts">Colors the app shortcuts in the primary color.</string>
|
||||
<string name="pref_summary_remember_last_tab">Go to the last opened tab on launch.</string>
|
||||
<string name="pref_summary_library_categories">Configure visibility and order of library categories.</string>
|
||||
|
||||
<string name="last_added">Last added</string>
|
||||
<string name="my_top_tracks">My top tracks</string>
|
||||
<string name="action_sleep_timer">Sleep timer</string>
|
||||
<string name="action_set">Set</string>
|
||||
<string name="action_new_playlist">New playlist</string>
|
||||
|
||||
<string name="grid_size_1">1</string>
|
||||
<string name="grid_size_2">2</string>
|
||||
|
|
@ -146,9 +147,6 @@
|
|||
<string name="grid_size_7">7</string>
|
||||
<string name="grid_size_8">8</string>
|
||||
|
||||
<string name="permissions_denied">Permissions denied.</string>
|
||||
<string name="permission_external_storage_denied">Permission to access external storage denied.</string>
|
||||
|
||||
<string name="support_development">Support Development</string>
|
||||
<string name="version">Version</string>
|
||||
<string name="source">Source</string>
|
||||
|
|
@ -171,7 +169,6 @@
|
|||
<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="up_next">Up next</string>
|
||||
|
||||
<string name="app_widget_big_name">Gelli Album</string>
|
||||
<string name="app_widget_classic_name">Gelli Classic</string>
|
||||
|
|
@ -182,6 +179,8 @@
|
|||
<string name="username">Username</string>
|
||||
<string name="password">Password</string>
|
||||
<string name="server">Server</string>
|
||||
<string name="up_next">Up next</string>
|
||||
<string name="x_selected">%1$d selected</string>
|
||||
|
||||
<string name="app_shortcut_shuffle_all_short">Shuffle</string>
|
||||
<string name="app_shortcut_top_tracks_short">Top tracks</string>
|
||||
|
|
@ -190,8 +189,9 @@
|
|||
<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_name">Playing notification</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="permissions_denied">Permissions denied.</string>
|
||||
<string name="permission_external_storage_denied">Permission to access external storage denied.</string>
|
||||
|
||||
<string name="sort_order_a_z">Ascending</string>
|
||||
<string name="sort_order_z_a">Descending</string>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue