OSDN Git Service

Improve translability of some items.
[android-x86/packages-apps-Eleven.git] / res / values / strings.xml
1 <?xml version="1.0" encoding="utf-8"?>
2 <!-- Copyright (C) 2012 Andrew Neal
3
4      Licensed under the Apache License, Version 2.0 (the "License");
5      you may not use this file except in compliance with the License.
6      You may obtain a copy of the License at
7
8           http://www.apache.org/licenses/LICENSE-2.0
9
10      Unless required by applicable law or agreed to in writing, software
11      distributed under the License is distributed on an "AS IS" BASIS,
12      WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13      See the License for the specific language governing permissions and
14      limitations under the License.
15  -->
16 <resources xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
17
18     <string name="app_name">Apollo</string>
19
20     <!-- Page titles -->
21     <string name="page_recent">Recent</string>
22     <string name="page_artists">Artists</string>
23     <string name="page_albums">Albums</string>
24     <string name="page_songs">Songs</string>
25     <string name="page_playlists">Playlists</string>
26     <string name="page_genres">Genres</string>
27
28     <!-- Option menu items -->
29     <string name="menu_settings">Settings</string>
30     <string name="menu_search">Search</string>
31     <string name="menu_shuffle">Shuffle all</string>
32     <string name="menu_play_all">Play all</string>
33     <string name="menu_sort_by">Sort by</string>
34     <string name="menu_shop">Shop for themes</string>
35     <string name="menu_clear_recents">Clear recent</string>
36     <string name="menu_clear_queue">Clear queue</string>
37     <string name="menu_save_queue">Save queue</string>
38     <string name="menu_share">Share</string>
39     <string name="menu_add_to_homescreen">Place on Home screen</string>
40     <string name="menu_equalizer">Equalizer</string>
41     <string name="menu_simple">Simple</string>
42     <string name="menu_detailed">Detailed</string>
43     <string name="menu_grid">Grid</string>
44     <string name="menu_view_as">View as</string>
45
46     <!-- Playlist items -->
47     <string name="add_to_playlist">Add to playlist</string>
48     <string name="add_to_favorites">Add to Favorites</string>
49     <string name="add_to_queue">Add to queue</string>
50     <string name="remove_from_favorites">Remove from Favorites</string>
51     <string name="remove_from_recent">Remove from recent</string>
52     <string name="remove_from_queue">Remove from queue</string>
53
54     <!-- Sort orders -->
55     <string name="sort_order_entry_az">A-Z</string>
56     <string name="sort_order_entry_za">Z-A</string>
57     <string name="sort_order_entry_artist">Artist</string>
58     <string name="sort_order_entry_album">Album</string>
59     <string name="sort_order_entry_year">Year</string>
60     <string name="sort_order_entry_duration">Duration</string>
61     <string name="sort_order_entry_date_added">Date added</string>
62     <string name="sort_order_entry_track_list">Track list</string>
63     <string name="sort_order_entry_number_of_songs">Number of songs</string>
64     <string name="sort_order_entry_number_of_albums">Number of albums</string>
65
66     <!-- Default playlist names -->
67     <string name="playlist_favorites">Favorites</string>
68     <string name="playlist_last_added">Last added</string>
69
70     <!-- AlertDialog items -->
71     <string name="new_playlist">New playlist</string>
72     <string name="save">Save</string>
73     <string name="cancel">Cancel</string>
74     <string name="overwrite">Overwrite</string>
75     <string name="new_playlist_name_template">Playlist <xliff:g id="number">%d</xliff:g></string>
76     <string name="create_playlist_prompt" msgid="942607395076646686">"Playlist name"</string>
77     <string name="delete_dialog_title">Delete <xliff:g id="item" example="album">%s</xliff:g>?</string>
78     <string name="cannot_be_undone">This cannot be undone</string>
79     <string name="delete_warning">This will permanently delete the cached image entries</string>
80     <string name="new_photo">Choose photo from Gallery</string>
81     <string name="google_search">Google search</string>
82     <string name="use_default">Use default photo</string>
83     <string name="old_photo">Use old photo</string>
84
85     <!-- Context menu items -->
86     <string name="context_menu_play_selection">Play</string>
87     <string name="context_menu_play_next">Play next</string>
88     <string name="context_menu_more_by_artist">More by artist</string>
89     <string name="context_menu_rename_playlist">Rename</string>
90     <string name="context_menu_delete">Delete</string>
91     <string name="context_menu_fetch_album_art">Fetch album art</string>
92     <string name="context_menu_fetch_artist_image">Fetch artist image</string>
93     <string name="context_menu_open_in_play_store">Open in Play Store</string>
94     <string name="context_menu_remove_from_recent">Remove from recent</string>
95     <string name="context_menu_use_as_ringtone">Use as ringtone</string>
96
97     <!-- Content descriptions -->
98     <string name="accessibility_play">Play</string>
99     <string name="accessibility_pause">Pause</string>
100     <string name="accessibility_next">Next</string>
101     <string name="accessibility_prev">Previous</string>
102     <string name="accessibility_shuffle">Shuffle</string>
103     <string name="accessibility_shuffle_all">Shuffle all</string>
104     <string name="accessibility_repeat">Repeat</string>
105     <string name="accessibility_repeat_all">Repeat all</string>
106     <string name="accessibility_repeat_one">Repeat one</string>
107
108     <!-- Toast messages -->
109     <string name="pinned_to_home_screen"><xliff:g id="name">%s</xliff:g> pinned to your home screen</string>
110     <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>
111     <string name="set_as_ringtone">\"<xliff:g id="name" example="Alarm Bell">%s</xliff:g>\" set as ringtone</string>
112     <string name="playlist_renamed">Playlist renamed</string>
113     <string name="theme_set"><xliff:g id="name">%s</xliff:g> set as the theme</string>
114
115     <!-- Settings -->
116     <string name="settings_ui_category">Interface</string>
117     <string name="settings_storage_category">Storage</string>
118     <string name="settings_data_category">Data</string>
119     <string name="settings_about_category">About</string>
120     <string name="settings_author_title">Author</string>
121     <string name="settings_about_apollo">About Apollo</string>
122     <string name="settings_special_thanks">Special thanks</string>
123     <string name="settings_cyanogenmod_title">CyanogenMod</string>
124     <string name="settings_self_title">Andrew Neal</string>
125     <string name="settings_lopez_title">A.J. Lopez</string>
126     <string name="settings_lopez_summary">Icon and Play Store banner design</string>
127     <string name="settings_color_scheme_title">Choose Apollo\'s default color scheme</string>
128     <string name="settings_color_scheme_summary">Changes the accent color in Apollo</string>
129     <string name="settings_theme_chooser_title">Theme chooser</string>
130     <string name="settings_delete_cache_title">Delete cache</string>
131     <string name="settings_delete_cache_summary">Remove all cached images</string>
132     <string name="settings_download_only_on_wifi_title">Download via Wi-Fi only</string>
133     <string name="settings_download_only_on_wifi_summary">To reduce carrier charges, don\'t download over mobile networks</string>
134     <string name="settings_download_missing_artwork_title">Download missing album art</string>
135     <string name="settings_download_artist_images_title">Download missing artist images</string>
136     <string name="settings_open_source_licenses">Open source licenses</string>
137     <string name="settings_use_lockscreen_controls">Use lockscreen controls</string>
138     <string name="settings_version_title">Version number</string>
139
140     <!-- Share Intent -->
141     <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>
142     <string name="share_track_using">Share track using:</string>
143
144     <!-- ColorPicker -->
145     <string name="color_picker_title">Color scheme</string>
146     <string name="hex">#</string>
147     <string name="current_color">Current</string>
148     <string name="new_color">New</string>
149
150     <!-- App widget -->
151     <string name="app_widget_small">Apollo: 4x1</string>
152     <string name="app_widget_large">Apollo: 4x2</string>
153     <string name="app_widget_large_alt">Apollo: 4x2 (Alternate)</string>
154     <string name="app_widget_recent">Apollo: Recently listened</string>
155     <string name="app_widget_text_separator">-</string>
156
157     <!-- What keywords to use when shopping for Apollo themes -->
158     <string name="apollo_themes_shop_key" translatable="false">Apollo Themes</string>
159
160     <!-- Empty list / error messages -->
161     <string name="no_effects_for_you">The equalizer could not be opened.</string>
162     <string name="empty_music">To copy music from your computer to your device, use a USB cable.</string>
163     <string name="empty_last_added">Songs you\'ve added over the last month will be shown here.</string>
164     <string name="empty_search">No search results found</string>
165     <string name="empty_favorite">Songs you mark as favorites will be shown here.</string>
166     <string name="empty_recent">Albums you\'ve listened to will show up here. Try playing some music.</string>
167
168 </resources>