OSDN Git Service

2081fc4413653f71d52d6c678132ee0c219f02e5
[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">Apollo</string>
21
22     <!-- Page titles -->
23     <string name="page_recent">Recent</string>
24     <string name="page_artists">Artists</string>
25     <string name="page_albums">Albums</string>
26     <string name="page_songs">Songs</string>
27     <string name="page_playlists">Playlists</string>
28     <string name="page_genres">Genres</string>
29
30     <!-- Option menu items -->
31     <string name="menu_settings">Settings</string>
32     <string name="menu_search">Search</string>
33     <string name="menu_shuffle">Shuffle all</string>
34     <string name="menu_play_all">Play all</string>
35     <string name="menu_sort_by">Sort by</string>
36     <string name="menu_shop">Shop for themes</string>
37     <string name="menu_clear_recents">Clear recent</string>
38     <string name="menu_clear_queue">Clear queue</string>
39     <string name="menu_save_queue">Save queue</string>
40     <string name="menu_share">Share</string>
41     <string name="menu_add_to_homescreen">Pin to home screen</string>
42     <string name="menu_equalizer">Equalizer</string>
43     <string name="menu_simple">Simple</string>
44     <string name="menu_detailed">Detailed</string>
45     <string name="menu_grid">Grid</string>
46     <string name="menu_view_as">View as</string>
47
48     <!-- Playlist items -->
49     <string name="add_to_playlist">Add to playlist</string>
50     <string name="add_to_favorites">Add to favorites</string>
51     <string name="add_to_queue">Add to queue</string>
52     <string name="remove_from_favorites">Remove from favorites</string>
53     <string name="remove_from_recent">Remove from recent</string>
54     <string name="remove_from_queue">Remove from queue</string>
55
56     <!-- Sort orders -->
57     <string name="sort_order_entry_az">A-Z</string>
58     <string name="sort_order_entry_za">Z-A</string>
59     <string name="sort_order_entry_artist">Artist</string>
60     <string name="sort_order_entry_album">Album</string>
61     <string name="sort_order_entry_year">Year</string>
62     <string name="sort_order_entry_duration">Duration</string>
63     <string name="sort_order_entry_date_added">Date added</string>
64     <string name="sort_order_entry_track_list">Track list</string>
65     <string name="sort_order_entry_number_of_songs">Number of songs</string>
66     <string name="sort_order_entry_number_of_albums">Number of albums</string>
67     <string name="sort_order_entry_filename">Filename</string>
68
69     <!-- Default playlist names -->
70     <!-- playlist_favorite used in voice search processing only -->
71     <string name="playlist_favorite">Favorite</string>
72     <string name="playlist_favorites">Favorites</string>
73     <string name="playlist_last_added">Last added</string>
74
75     <!-- AlertDialog items -->
76     <string name="new_playlist">New playlist</string>
77     <string name="save">Save</string>
78     <string name="cancel">Cancel</string>
79     <string name="overwrite">Overwrite</string>
80     <string name="new_playlist_name_template">Playlist <xliff:g id="number">%d</xliff:g></string>
81     <string name="create_playlist_prompt">Playlist name</string>
82     <string name="delete_dialog_title">Delete <xliff:g id="item" example="album">%s</xliff:g>?</string>
83     <string name="cannot_be_undone">This cannot be undone</string>
84     <string name="delete_warning">This will permanently delete the cached image entries</string>
85     <string name="new_photo">Choose photo from Gallery</string>
86     <string name="google_search">Google search</string>
87     <string name="use_default">Use default photo</string>
88     <string name="old_photo">Use old photo</string>
89
90     <!-- Context menu items -->
91     <string name="context_menu_play_selection">Play</string>
92     <string name="context_menu_play_next">Play next</string>
93     <string name="context_menu_more_by_artist">More by artist</string>
94     <string name="context_menu_rename_playlist">Rename</string>
95     <string name="context_menu_delete">Delete</string>
96     <string name="context_menu_fetch_album_art">Fetch album art</string>
97     <string name="context_menu_fetch_artist_image">Fetch artist image</string>
98     <string name="context_menu_open_in_play_store">Open in Play Store</string>
99     <string name="context_menu_remove_from_recent">Remove from recent</string>
100     <string name="context_menu_use_as_ringtone">Use as ringtone</string>
101     <string name="context_menu_remove_from_playlist">Remove from playlist</string>
102
103     <!-- Content descriptions -->
104     <string name="accessibility_play">Play</string>
105     <string name="accessibility_pause">Pause</string>
106     <string name="accessibility_next">Next</string>
107     <string name="accessibility_prev">Previous</string>
108     <string name="accessibility_shuffle">Shuffle</string>
109     <string name="accessibility_shuffle_all">Shuffle all</string>
110     <string name="accessibility_repeat">Repeat</string>
111     <string name="accessibility_repeat_all">Repeat all</string>
112     <string name="accessibility_repeat_one">Repeat one</string>
113
114     <!-- Toast messages -->
115     <string name="pinned_to_home_screen"><xliff:g id="name">%s</xliff:g> pinned to your home screen</string>
116     <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>
117     <string name="set_as_ringtone">\u2018<xliff:g id="name" example="Alarm Bell">%s</xliff:g>\u2019 set as ringtone</string>
118     <string name="playlist_renamed">Playlist renamed</string>
119     <string name="theme_set"><xliff:g id="name">%s</xliff:g> set as the theme</string>
120
121     <!-- Settings -->
122     <string name="settings_ui_category">Interface</string>
123     <string name="settings_storage_category">Storage</string>
124     <string name="settings_data_category">Data</string>
125     <string name="settings_about_category">About</string>
126     <string name="settings_author_title">Author</string>
127     <string name="settings_about_apollo">About Apollo</string>
128     <string name="settings_special_thanks">Special thanks</string>
129     <string name="settings_cyanogenmod_title" translatable="false">CyanogenMod</string>
130     <string name="settings_self_title" translatable="false">Andrew Neal</string>
131     <string name="settings_lopez_title" translatable="false">A.J. Lopez</string>
132     <string name="settings_lopez_summary">Icon and Play Store banner design</string>
133     <string name="settings_color_scheme_title">Choose Apollo\'s default color scheme</string>
134     <string name="settings_color_scheme_summary">Changes the accent color in Apollo</string>
135     <string name="settings_theme_chooser_title">Theme chooser</string>
136     <string name="settings_delete_cache_title">Delete cache</string>
137     <string name="settings_delete_cache_summary">Remove all cached images</string>
138     <string name="settings_download_only_on_wifi_title">Download via Wi-Fi only</string>
139     <string name="settings_download_only_on_wifi_summary">To reduce carrier charges, don\'t download over mobile networks</string>
140     <string name="settings_download_missing_artwork_title">Download missing album art</string>
141     <string name="settings_download_artist_images_title">Download missing artist images</string>
142     <string name="settings_open_source_licenses">Open source licenses</string>
143     <string name="settings_version_title">Version number</string>
144
145     <!-- Share Intent -->
146     <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>
147     <string name="share_track_using">Share track using:</string>
148
149     <!-- ColorPicker -->
150     <string name="color_picker_title">Color scheme</string>
151     <string name="hex">#</string>
152     <string name="current_color">Current</string>
153     <string name="new_color">New</string>
154
155     <!-- App widget -->
156     <string name="app_widget_small">Apollo: 4x1</string>
157     <string name="app_widget_large">Apollo: 4x2</string>
158     <string name="app_widget_large_alt">Apollo: 4x2 (alternate)</string>
159     <string name="app_widget_recent">Apollo: recently listened</string>
160     <string name="app_widget_text_separator">-</string>
161
162     <!-- What keywords to use when shopping for Apollo themes -->
163     <string name="apollo_themes_shop_key" translatable="false">Apollo Themes</string>
164
165     <!-- Empty list / error messages -->
166     <string name="no_effects_for_you">The equalizer could not be opened.</string>
167     <string name="empty_music">To copy music from your computer to your device, use a USB cable.</string>
168     <string name="empty_last_added">Songs you have added over the last month will be shown here.</string>
169     <string name="empty_search">No search results found</string>
170     <string name="empty_favorite">Songs you mark as favorites will be shown here.</string>
171     <string name="empty_recent">Albums you have listened to will show up here. Try playing some music.</string>
172
173 </resources>