Andrew Neal | ad90d96 | 2012-11-20 18:41:37 -0600 | [diff] [blame] | 1 | <?xml version="1.0" encoding="utf-8"?> |
Marco Brohet | d3c1c80 | 2013-12-14 19:55:28 +0100 | [diff] [blame] | 2 | <!-- |
| 3 | Copyright (C) 2012-2013 Andrew Neal |
Marco Brohet | e22217a | 2014-01-25 00:10:54 +0100 | [diff] [blame] | 4 | Copyright (C) 2012-2014 The CyanogenMod Project |
Marco Brohet | 8bd9470 | 2013-03-17 09:53:44 +0100 | [diff] [blame] | 5 | |
| 6 | Licensed under the Apache License, Version 2.0 (the "License"); |
| 7 | you may not use this file except in compliance with the License. |
| 8 | You may obtain a copy of the License at |
| 9 | |
| 10 | http://www.apache.org/licenses/LICENSE-2.0 |
| 11 | |
| 12 | Unless required by applicable law or agreed to in writing, software |
| 13 | distributed under the License is distributed on an "AS IS" BASIS, |
| 14 | WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. |
| 15 | See the License for the specific language governing permissions and |
| 16 | limitations under the License. |
Marco Brohet | d3c1c80 | 2013-12-14 19:55:28 +0100 | [diff] [blame] | 17 | --> |
Andrew Neal | ad90d96 | 2012-11-20 18:41:37 -0600 | [diff] [blame] | 18 | <resources xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2"> |
| 19 | |
Linus Lee | 5601e2a | 2014-08-04 15:05:06 -0700 | [diff] [blame] | 20 | <string name="app_name" translatable="false">Music</string> |
linus_lee | f5a90f5 | 2014-08-26 17:23:44 -0700 | [diff] [blame] | 21 | <string name="app_name_uppercase" translatable="false">MUSIC</string> |
Andrew Neal | ad90d96 | 2012-11-20 18:41:37 -0600 | [diff] [blame] | 22 | |
| 23 | <!-- Page titles --> |
| 24 | <string name="page_recent">Recent</string> |
| 25 | <string name="page_artists">Artists</string> |
| 26 | <string name="page_albums">Albums</string> |
| 27 | <string name="page_songs">Songs</string> |
| 28 | <string name="page_playlists">Playlists</string> |
| 29 | <string name="page_genres">Genres</string> |
linus_lee | 5d1b179 | 2014-08-21 18:52:12 -0700 | [diff] [blame] | 30 | <string name="page_now_playing">NOW PLAYING</string> |
| 31 | <string name="page_play_queue">PLAY QUEUE</string> |
Andrew Neal | ad90d96 | 2012-11-20 18:41:37 -0600 | [diff] [blame] | 32 | |
| 33 | <!-- Option menu items --> |
| 34 | <string name="menu_settings">Settings</string> |
| 35 | <string name="menu_search">Search</string> |
| 36 | <string name="menu_shuffle">Shuffle all</string> |
| 37 | <string name="menu_play_all">Play all</string> |
| 38 | <string name="menu_sort_by">Sort by</string> |
| 39 | <string name="menu_shop">Shop for themes</string> |
| 40 | <string name="menu_clear_recents">Clear recent</string> |
| 41 | <string name="menu_clear_queue">Clear queue</string> |
| 42 | <string name="menu_save_queue">Save queue</string> |
Andrew Neal | ad90d96 | 2012-11-20 18:41:37 -0600 | [diff] [blame] | 43 | <string name="menu_share">Share</string> |
Marco Brohet | 09d32e3 | 2013-04-02 15:35:36 +0200 | [diff] [blame] | 44 | <string name="menu_add_to_homescreen">Pin to home screen</string> |
Andrew Neal | ad90d96 | 2012-11-20 18:41:37 -0600 | [diff] [blame] | 45 | <string name="menu_equalizer">Equalizer</string> |
| 46 | <string name="menu_simple">Simple</string> |
| 47 | <string name="menu_detailed">Detailed</string> |
| 48 | <string name="menu_grid">Grid</string> |
| 49 | <string name="menu_view_as">View as</string> |
| 50 | |
| 51 | <!-- Playlist items --> |
| 52 | <string name="add_to_playlist">Add to playlist</string> |
Marco Brohet | 09d32e3 | 2013-04-02 15:35:36 +0200 | [diff] [blame] | 53 | <string name="add_to_favorites">Add to favorites</string> |
Andrew Neal | ad90d96 | 2012-11-20 18:41:37 -0600 | [diff] [blame] | 54 | <string name="add_to_queue">Add to queue</string> |
Marco Brohet | 09d32e3 | 2013-04-02 15:35:36 +0200 | [diff] [blame] | 55 | <string name="remove_from_favorites">Remove from favorites</string> |
Andrew Neal | ad90d96 | 2012-11-20 18:41:37 -0600 | [diff] [blame] | 56 | <string name="remove_from_recent">Remove from recent</string> |
| 57 | <string name="remove_from_queue">Remove from queue</string> |
Andrew Neal | ad90d96 | 2012-11-20 18:41:37 -0600 | [diff] [blame] | 58 | |
| 59 | <!-- Sort orders --> |
| 60 | <string name="sort_order_entry_az">A-Z</string> |
| 61 | <string name="sort_order_entry_za">Z-A</string> |
| 62 | <string name="sort_order_entry_artist">Artist</string> |
| 63 | <string name="sort_order_entry_album">Album</string> |
| 64 | <string name="sort_order_entry_year">Year</string> |
| 65 | <string name="sort_order_entry_duration">Duration</string> |
| 66 | <string name="sort_order_entry_date_added">Date added</string> |
| 67 | <string name="sort_order_entry_track_list">Track list</string> |
| 68 | <string name="sort_order_entry_number_of_songs">Number of songs</string> |
| 69 | <string name="sort_order_entry_number_of_albums">Number of albums</string> |
kuci | 840a31f | 2013-11-27 20:18:53 +0100 | [diff] [blame] | 70 | <string name="sort_order_entry_filename">Filename</string> |
Andrew Neal | ad90d96 | 2012-11-20 18:41:37 -0600 | [diff] [blame] | 71 | |
| 72 | <!-- Default playlist names --> |
Michael Bestas | e76db72 | 2014-02-15 19:58:20 +0200 | [diff] [blame] | 73 | <!-- playlist_favorite used in voice search processing only --> |
| 74 | <string name="playlist_favorite">Favorite</string> |
Andrew Neal | ad90d96 | 2012-11-20 18:41:37 -0600 | [diff] [blame] | 75 | <string name="playlist_favorites">Favorites</string> |
| 76 | <string name="playlist_last_added">Last added</string> |
| 77 | |
| 78 | <!-- AlertDialog items --> |
Andrew Neal | ad90d96 | 2012-11-20 18:41:37 -0600 | [diff] [blame] | 79 | <string name="new_playlist">New playlist</string> |
| 80 | <string name="save">Save</string> |
| 81 | <string name="cancel">Cancel</string> |
| 82 | <string name="overwrite">Overwrite</string> |
| 83 | <string name="new_playlist_name_template">Playlist <xliff:g id="number">%d</xliff:g></string> |
Marco Brohet | 09d32e3 | 2013-04-02 15:35:36 +0200 | [diff] [blame] | 84 | <string name="create_playlist_prompt">Playlist name</string> |
Danny Baumann | 3e27a6b | 2013-03-18 15:44:47 +0100 | [diff] [blame] | 85 | <string name="delete_dialog_title">Delete <xliff:g id="item" example="album">%s</xliff:g>?</string> |
Andrew Neal | ad90d96 | 2012-11-20 18:41:37 -0600 | [diff] [blame] | 86 | <string name="cannot_be_undone">This cannot be undone</string> |
| 87 | <string name="delete_warning">This will permanently delete the cached image entries</string> |
| 88 | <string name="new_photo">Choose photo from Gallery</string> |
| 89 | <string name="google_search">Google search</string> |
| 90 | <string name="use_default">Use default photo</string> |
| 91 | <string name="old_photo">Use old photo</string> |
| 92 | |
| 93 | <!-- Context menu items --> |
| 94 | <string name="context_menu_play_selection">Play</string> |
| 95 | <string name="context_menu_play_next">Play next</string> |
| 96 | <string name="context_menu_more_by_artist">More by artist</string> |
| 97 | <string name="context_menu_rename_playlist">Rename</string> |
| 98 | <string name="context_menu_delete">Delete</string> |
| 99 | <string name="context_menu_fetch_album_art">Fetch album art</string> |
| 100 | <string name="context_menu_fetch_artist_image">Fetch artist image</string> |
| 101 | <string name="context_menu_open_in_play_store">Open in Play Store</string> |
| 102 | <string name="context_menu_remove_from_recent">Remove from recent</string> |
Andrew Neal | ad90d96 | 2012-11-20 18:41:37 -0600 | [diff] [blame] | 103 | <string name="context_menu_use_as_ringtone">Use as ringtone</string> |
Piotr Myszka | edee850 | 2013-08-29 16:57:43 +0200 | [diff] [blame] | 104 | <string name="context_menu_remove_from_playlist">Remove from playlist</string> |
Andrew Neal | ad90d96 | 2012-11-20 18:41:37 -0600 | [diff] [blame] | 105 | |
| 106 | <!-- Content descriptions --> |
| 107 | <string name="accessibility_play">Play</string> |
| 108 | <string name="accessibility_pause">Pause</string> |
| 109 | <string name="accessibility_next">Next</string> |
| 110 | <string name="accessibility_prev">Previous</string> |
| 111 | <string name="accessibility_shuffle">Shuffle</string> |
| 112 | <string name="accessibility_shuffle_all">Shuffle all</string> |
| 113 | <string name="accessibility_repeat">Repeat</string> |
| 114 | <string name="accessibility_repeat_all">Repeat all</string> |
| 115 | <string name="accessibility_repeat_one">Repeat one</string> |
Andrew Neal | ad90d96 | 2012-11-20 18:41:37 -0600 | [diff] [blame] | 116 | |
| 117 | <!-- Toast messages --> |
Danny Baumann | 3e27a6b | 2013-03-18 15:44:47 +0100 | [diff] [blame] | 118 | <string name="pinned_to_home_screen"><xliff:g id="name">%s</xliff:g> pinned to your home screen</string> |
| 119 | <string name="could_not_be_pinned_to_home_screen"><xliff:g id="name">%s</xliff:g> could not be pinned to your home screen</string> |
Michael Bestas | 53d344f | 2014-02-22 00:11:00 +0000 | [diff] [blame] | 120 | <string name="set_as_ringtone">\'<xliff:g id="name" example="Alarm Bell">%s</xliff:g>\' set as ringtone</string> |
Andrew Neal | ad90d96 | 2012-11-20 18:41:37 -0600 | [diff] [blame] | 121 | <string name="playlist_renamed">Playlist renamed</string> |
Danny Baumann | 3e27a6b | 2013-03-18 15:44:47 +0100 | [diff] [blame] | 122 | <string name="theme_set"><xliff:g id="name">%s</xliff:g> set as the theme</string> |
Andrew Neal | ad90d96 | 2012-11-20 18:41:37 -0600 | [diff] [blame] | 123 | |
| 124 | <!-- Settings --> |
| 125 | <string name="settings_ui_category">Interface</string> |
| 126 | <string name="settings_storage_category">Storage</string> |
| 127 | <string name="settings_data_category">Data</string> |
| 128 | <string name="settings_about_category">About</string> |
| 129 | <string name="settings_author_title">Author</string> |
| 130 | <string name="settings_about_apollo">About Apollo</string> |
| 131 | <string name="settings_special_thanks">Special thanks</string> |
Tamás Tóth | f84b2da | 2013-04-18 09:07:40 +0200 | [diff] [blame] | 132 | <string name="settings_cyanogenmod_title" translatable="false">CyanogenMod</string> |
| 133 | <string name="settings_self_title" translatable="false">Andrew Neal</string> |
| 134 | <string name="settings_lopez_title" translatable="false">A.J. Lopez</string> |
Andrew Neal | ad90d96 | 2012-11-20 18:41:37 -0600 | [diff] [blame] | 135 | <string name="settings_lopez_summary">Icon and Play Store banner design</string> |
| 136 | <string name="settings_color_scheme_title">Choose Apollo\'s default color scheme</string> |
| 137 | <string name="settings_color_scheme_summary">Changes the accent color in Apollo</string> |
| 138 | <string name="settings_theme_chooser_title">Theme chooser</string> |
| 139 | <string name="settings_delete_cache_title">Delete cache</string> |
| 140 | <string name="settings_delete_cache_summary">Remove all cached images</string> |
| 141 | <string name="settings_download_only_on_wifi_title">Download via Wi-Fi only</string> |
| 142 | <string name="settings_download_only_on_wifi_summary">To reduce carrier charges, don\'t download over mobile networks</string> |
| 143 | <string name="settings_download_missing_artwork_title">Download missing album art</string> |
| 144 | <string name="settings_download_artist_images_title">Download missing artist images</string> |
| 145 | <string name="settings_open_source_licenses">Open source licenses</string> |
Andrew Neal | ad90d96 | 2012-11-20 18:41:37 -0600 | [diff] [blame] | 146 | <string name="settings_version_title">Version number</string> |
| 147 | |
| 148 | <!-- Share Intent --> |
Danny Baumann | 3e27a6b | 2013-03-18 15:44:47 +0100 | [diff] [blame] | 149 | <string name="now_listening_to">#NowPlaying <xliff:g id="title">%1$s</xliff:g> by <xliff:g id="artist">%2$s</xliff:g> #Apollo</string> |
Andrew Neal | ad90d96 | 2012-11-20 18:41:37 -0600 | [diff] [blame] | 150 | <string name="share_track_using">Share track using:</string> |
Andrew Neal | ad90d96 | 2012-11-20 18:41:37 -0600 | [diff] [blame] | 151 | |
| 152 | <!-- ColorPicker --> |
| 153 | <string name="color_picker_title">Color scheme</string> |
Vladislav Koldobskiy | 4b450bd | 2014-02-24 22:27:18 +0400 | [diff] [blame] | 154 | <string name="hex" translatable="false">#</string> |
Andrew Neal | ad90d96 | 2012-11-20 18:41:37 -0600 | [diff] [blame] | 155 | <string name="current_color">Current</string> |
| 156 | <string name="new_color">New</string> |
| 157 | |
| 158 | <!-- App widget --> |
Linus Lee | 5601e2a | 2014-08-04 15:05:06 -0700 | [diff] [blame] | 159 | <string name="app_widget_small" translatable="false">Music: 4×1</string> |
| 160 | <string name="app_widget_large" translatable="false">Music: 4×2</string> |
| 161 | <string name="app_widget_large_alt">Music: 4×2 (alternate)</string> |
| 162 | <string name="app_widget_recent">Music: recently listened</string> |
Vladislav Koldobskiy | 4b450bd | 2014-02-24 22:27:18 +0400 | [diff] [blame] | 163 | <string name="app_widget_text_separator" translatable="false">-</string> |
Andrew Neal | ad90d96 | 2012-11-20 18:41:37 -0600 | [diff] [blame] | 164 | |
| 165 | <!-- What keywords to use when shopping for Apollo themes --> |
Danny Baumann | dfce2d1 | 2013-03-18 11:49:48 +0100 | [diff] [blame] | 166 | <string name="apollo_themes_shop_key" translatable="false">Apollo Themes</string> |
Andrew Neal | ad90d96 | 2012-11-20 18:41:37 -0600 | [diff] [blame] | 167 | |
| 168 | <!-- Empty list / error messages --> |
| 169 | <string name="no_effects_for_you">The equalizer could not be opened.</string> |
| 170 | <string name="empty_music">To copy music from your computer to your device, use a USB cable.</string> |
Marco Brohet | 09d32e3 | 2013-04-02 15:35:36 +0200 | [diff] [blame] | 171 | <string name="empty_last_added">Songs you have added over the last month will be shown here.</string> |
Andrew Neal | ad90d96 | 2012-11-20 18:41:37 -0600 | [diff] [blame] | 172 | <string name="empty_search">No search results found</string> |
| 173 | <string name="empty_favorite">Songs you mark as favorites will be shown here.</string> |
Marco Brohet | 09d32e3 | 2013-04-02 15:35:36 +0200 | [diff] [blame] | 174 | <string name="empty_recent">Albums you have listened to will show up here. Try playing some music.</string> |
Andrew Neal | ad90d96 | 2012-11-20 18:41:37 -0600 | [diff] [blame] | 175 | |
linus_lee | b9634c9 | 2014-08-18 16:45:24 -0700 | [diff] [blame] | 176 | <!-- Section Headers --> |
| 177 | <string name="header_unknown_year">Unknown Year</string> |
| 178 | <string name="header_less_than_30s">Less than 30s</string> |
| 179 | <string name="header_30_to_60_seconds">30 - 60 seconds</string> |
| 180 | <string name="header_1_to_2_minutes">1 - 2 minutes</string> |
| 181 | <string name="header_2_to_3_minutes">2 - 3 minutes</string> |
| 182 | <string name="header_3_to_4_minutes">3 - 4 minutes</string> |
| 183 | <string name="header_4_to_5_minutes">4 - 5 minutes</string> |
| 184 | <string name="header_5_to_10_minutes">5 - 10 minutes</string> |
| 185 | <string name="header_10_to_30_minutes">10 - 30 minutes</string> |
| 186 | <string name="header_30_to_60_minutes">30 - 60 minutes</string> |
| 187 | <string name="header_greater_than_60_minutes">More than 60 minutes</string> |
| 188 | |
| 189 | <string name="header_1_song">1 Song</string> |
| 190 | <string name="header_2_to_4_songs">2 - 4 Songs</string> |
| 191 | <string name="header_5_to_9_songs">5 - 9 Songs</string> |
| 192 | <string name="header_10_plus_songs">10+ Songs</string> |
| 193 | |
| 194 | <string name="header_1_album">1 Album</string> |
| 195 | <string name="header_n_albums"><xliff:g id="number">%d</xliff:g> Albums</string> |
| 196 | <string name="header_5_plus_albums">5+ Albums</string> |
Danny Baumann | f47c005 | 2013-02-23 13:27:07 +0100 | [diff] [blame] | 197 | </resources> |