OSDN Git Service

Eleven: Update the search ui to be the latest version minus some features
[android-x86/packages-apps-Eleven.git] / res / values / strings.xml
1 <?xml version="1.0" encoding="utf-8"?>
2 <!--
3      Copyright (C) 2012-2013 Andrew Neal
4      Copyright (C) 2012-2014 The CyanogenMod Project
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.
17 -->
18 <resources xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
19
20     <string name="app_name" translatable="false">Music</string>
21     <string name="app_name_uppercase" translatable="false">MUSIC</string>
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>
30     <string name="page_now_playing">NOW PLAYING</string>
31     <string name="page_play_queue">PLAY QUEUE</string>
32
33     <!-- Section Headers -->
34     <string name="header_albums">ALBUMS</string>
35     <string name="header_top_songs">TOP SONGS</string>
36     <string name="header_all_songs">ALL SONGS</string>
37
38     <!-- Option menu items -->
39     <string name="menu_settings">Settings</string>
40     <string name="menu_search">Search</string>
41     <string name="menu_shuffle">Shuffle all</string>
42     <string name="menu_play_all">Play all</string>
43     <string name="menu_sort_by">Sort by</string>
44     <string name="menu_shop">Shop for themes</string>
45     <string name="menu_clear_recents">Clear recent</string>
46     <string name="menu_clear_queue">Clear queue</string>
47     <string name="menu_save_queue">Save queue</string>
48     <string name="menu_share">Share</string>
49     <string name="menu_add_to_homescreen">Pin to home screen</string>
50     <string name="menu_equalizer">Equalizer</string>
51     <string name="menu_simple">Simple</string>
52     <string name="menu_detailed">Detailed</string>
53     <string name="menu_grid">Grid</string>
54     <string name="menu_view_as">View as</string>
55
56     <!-- Playlist items -->
57     <string name="add_to_playlist">Add to playlist</string>
58     <string name="add_to_favorites">Add to favorites</string>
59     <string name="add_to_queue">Add to queue</string>
60     <string name="remove_from_favorites">Remove from favorites</string>
61     <string name="remove_from_recent">Remove from recent</string>
62     <string name="remove_from_queue">Remove from queue</string>
63
64     <!-- Sort orders -->
65     <string name="sort_order_entry_az">A-Z</string>
66     <string name="sort_order_entry_za">Z-A</string>
67     <string name="sort_order_entry_artist">Artist</string>
68     <string name="sort_order_entry_album">Album</string>
69     <string name="sort_order_entry_year">Year</string>
70     <string name="sort_order_entry_duration">Duration</string>
71     <string name="sort_order_entry_date_added">Date added</string>
72     <string name="sort_order_entry_track_list">Track list</string>
73     <string name="sort_order_entry_number_of_songs">Number of songs</string>
74     <string name="sort_order_entry_number_of_albums">Number of albums</string>
75     <string name="sort_order_entry_filename">Filename</string>
76
77     <!-- Default playlist names -->
78     <!-- playlist_favorite used in voice search processing only -->
79     <string name="playlist_favorite">Favorite</string>
80     <string name="playlist_favorites">Favorites</string>
81     <string name="playlist_last_added">Last added</string>
82
83     <!-- AlertDialog items -->
84     <string name="new_playlist">New playlist</string>
85     <string name="save">Save</string>
86     <string name="cancel">Cancel</string>
87     <string name="overwrite">Overwrite</string>
88     <string name="new_playlist_name_template">Playlist <xliff:g id="number">%d</xliff:g></string>
89     <string name="create_playlist_prompt">Playlist name</string>
90     <string name="delete_dialog_title">Delete <xliff:g id="item" example="album">%s</xliff:g>?</string>
91     <string name="cannot_be_undone">This cannot be undone</string>
92     <string name="delete_warning">This will permanently delete the cached image entries</string>
93     <string name="new_photo">Choose photo from Gallery</string>
94     <string name="google_search">Google search</string>
95     <string name="use_default">Use default photo</string>
96     <string name="old_photo">Use old photo</string>
97
98     <!-- Context menu items -->
99     <string name="context_menu_play_selection">Play</string>
100     <string name="context_menu_play_next">Play next</string>
101     <string name="context_menu_more_by_artist">More by artist</string>
102     <string name="context_menu_rename_playlist">Rename</string>
103     <string name="context_menu_delete">Delete</string>
104     <string name="context_menu_fetch_album_art">Fetch album art</string>
105     <string name="context_menu_fetch_artist_image">Fetch artist image</string>
106     <string name="context_menu_open_in_play_store">Open in Play Store</string>
107     <string name="context_menu_remove_from_recent">Remove from recent</string>
108     <string name="context_menu_use_as_ringtone">Use as ringtone</string>
109     <string name="context_menu_remove_from_playlist">Remove from playlist</string>
110
111     <!-- Content descriptions -->
112     <string name="accessibility_play">Play</string>
113     <string name="accessibility_pause">Pause</string>
114     <string name="accessibility_next">Next</string>
115     <string name="accessibility_prev">Previous</string>
116     <string name="accessibility_shuffle">Shuffle</string>
117     <string name="accessibility_shuffle_all">Shuffle all</string>
118     <string name="accessibility_repeat">Repeat</string>
119     <string name="accessibility_repeat_all">Repeat all</string>
120     <string name="accessibility_repeat_one">Repeat one</string>
121
122     <!-- Toast messages -->
123     <string name="pinned_to_home_screen"><xliff:g id="name">%s</xliff:g> pinned to your home screen</string>
124     <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>
125     <string name="set_as_ringtone">\'<xliff:g id="name" example="Alarm Bell">%s</xliff:g>\' set as ringtone</string>
126     <string name="playlist_renamed">Playlist renamed</string>
127     <string name="theme_set"><xliff:g id="name">%s</xliff:g> set as the theme</string>
128
129     <!-- Settings -->
130     <string name="settings_ui_category">Interface</string>
131     <string name="settings_storage_category">Storage</string>
132     <string name="settings_data_category">Data</string>
133     <string name="settings_about_category">About</string>
134     <string name="settings_author_title">Author</string>
135     <string name="settings_about_apollo">About Apollo</string>
136     <string name="settings_special_thanks">Special thanks</string>
137     <string name="settings_cyanogenmod_title" translatable="false">CyanogenMod</string>
138     <string name="settings_self_title" translatable="false">Andrew Neal</string>
139     <string name="settings_lopez_title" translatable="false">A.J. Lopez</string>
140     <string name="settings_lopez_summary">Icon and Play Store banner design</string>
141     <string name="settings_color_scheme_title">Choose Apollo\'s default color scheme</string>
142     <string name="settings_color_scheme_summary">Changes the accent color in Apollo</string>
143     <string name="settings_theme_chooser_title">Theme chooser</string>
144     <string name="settings_delete_cache_title">Delete cache</string>
145     <string name="settings_delete_cache_summary">Remove all cached images</string>
146     <string name="settings_download_only_on_wifi_title">Download via Wi-Fi only</string>
147     <string name="settings_download_only_on_wifi_summary">To reduce carrier charges, don\'t download over mobile networks</string>
148     <string name="settings_download_missing_artwork_title">Download missing album art</string>
149     <string name="settings_download_artist_images_title">Download missing artist images</string>
150     <string name="settings_open_source_licenses">Open source licenses</string>
151     <string name="settings_version_title">Version number</string>
152
153     <!-- Share Intent -->
154     <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>
155     <string name="share_track_using">Share track using:</string>
156
157     <!-- ColorPicker -->
158     <string name="color_picker_title">Color scheme</string>
159     <string name="hex" translatable="false">#</string>
160     <string name="current_color">Current</string>
161     <string name="new_color">New</string>
162
163     <!-- App widget -->
164     <string name="app_widget_small" translatable="false">Music: 4×1</string>
165     <string name="app_widget_large" translatable="false">Music: 4×2</string>
166     <string name="app_widget_large_alt">Music: 4×2 (alternate)</string>
167     <string name="app_widget_recent">Music: recently listened</string>
168     <string name="app_widget_text_separator" translatable="false">-</string>
169
170     <!-- What keywords to use when shopping for Apollo themes -->
171     <string name="apollo_themes_shop_key" translatable="false">Apollo Themes</string>
172
173     <!-- Empty list / error messages -->
174     <string name="no_effects_for_you">The equalizer could not be opened.</string>
175     <string name="empty_music">To copy music from your computer to your device, use a USB cable.</string>
176     <string name="empty_last_added">Songs you have added over the last month will be shown here.</string>
177     <string name="empty_search">NO SEARCH RESULTS FOR</string>
178     <string name="empty_search_check">Please check that you have the correct spelling or try a different keyword.</string>
179     <string name="empty_favorite">Songs you mark as favorites will be shown here.</string>
180     <string name="empty_recent">Albums you have listened to will show up here. Try playing some music.</string>
181
182     <!-- Section Headers -->
183     <string name="header_unknown_year">Unknown Year</string>
184     <string name="header_less_than_30s">Less than 30s</string>
185     <string name="header_30_to_60_seconds">30 - 60 seconds</string>
186     <string name="header_1_to_2_minutes">1 - 2 minutes</string>
187     <string name="header_2_to_3_minutes">2 - 3 minutes</string>
188     <string name="header_3_to_4_minutes">3 - 4 minutes</string>
189     <string name="header_4_to_5_minutes">4 - 5 minutes</string>
190     <string name="header_5_to_10_minutes">5 - 10 minutes</string>
191     <string name="header_10_to_30_minutes">10 - 30 minutes</string>
192     <string name="header_30_to_60_minutes">30 - 60 minutes</string>
193     <string name="header_greater_than_60_minutes">More than 60 minutes</string>
194
195     <string name="header_1_song">1 Song</string>
196     <string name="header_2_to_4_songs">2 - 4 Songs</string>
197     <string name="header_5_to_9_songs">5 - 9 Songs</string>
198     <string name="header_10_plus_songs">10+ Songs</string>
199
200     <string name="header_1_album">1 Album</string>
201     <string name="header_n_albums"><xliff:g id="number">%d</xliff:g> Albums</string>
202     <string name="header_5_plus_albums">5+ Albums</string>
203
204     <string name="combine_two_strings">%1$s | %2$s</string>
205 </resources>