Skip to content

Instantly share code, notes, and snippets.

@masterkain
Created September 7, 2010 13:00
Show Gist options
  • Save masterkain/568284 to your computer and use it in GitHub Desktop.
Save masterkain/568284 to your computer and use it in GitHub Desktop.
<?xml version="1.0" encoding="utf-8"?>
<resources>
<string name="app_name">AudioBox</string>
<string name="app_desc">Official AudioBox.fm cloud player for Android</string>
<string name="username_label">Email</string>
<string name="password_label">Password</string>
<string name="save_button_label">Save</string>
<string name="config_username">username</string>
<string name="config_password">password</string>
<string name="remember_me_label">Remember me</string> <!-- for login -->
<string name="login_button_label">Login</string>
<string name="invalid_login_data_message">Invalid login</string>
<string name="no_account_label">Sign up for an account</string>
<string name="service_label">AudioBox.fm Player</string>
<string name="streaming_ticker">Streaming: %s by %s</string><!-- Example: "Streaming: Thriller by Michael Jackson" - (Track title by Track artist)-->
<string name="paused_ticker">AudioBox.fm player has been paused</string>
<string name="playback_complete_ticker">AudioBox.fm player playback complete</string>
<string name="playerservice_paused_info">%s by \n %s</string> <!-- Example: "Thriller by Michael Jackson", keep the \n -->
<string name="playerservice_paused">Paused</string>
<string name="playerservice_label">AudioBox.fm: Player</string>
<string name="genres_button_label">Genres</string>
<string name="artists_button_label">Artists</string>
<string name="albums_button_label">Albums</string>
<string name="playlists_button_label">Playlists</string>
<string name="browse_lib_by_playlists">browse your saved playlists</string>
<string name="browse_lib_by_genres">browse your library by genres</string>
<string name="browse_lib_by_artists">browse your library by artists</string>
<string name="browse_lib_by_albums">browse your library by albums</string>
<!-- Menu -->
<string name="menu_back">Back to library</string>
<string name="menu_account">Account</string>
<string name="menu_player">Player</string>
<!-- Alerts and messages -->
<string name="message_init">Initializing, please wait ...</string>
<string name="message_login_failure">Login failed. Retry?</string>
<string name="message_service_failure">Service appear to be unavailable, please check your connection and try again.</string>
<string name="message_service_error">An error occurred, please check your connection and try again.</string>
<string name="message_offline">Offline mode is not implemented yet.</string>
<string name="message_wait">Please wait...</string>
<string name="message_data_recover">Retrieving data...</string>
<string name="message_error">Error</string>
<!-- Player -->
<string name="player_error_skip">Error - Skipping track</string>
<string name="player_now_playing">Now listening</string>
<string name="player_list_track">track</string>
<string name="player_list_tracks">tracks</string>
<!-- System -->
<string name="cover_cache_folder">/covers</string>
<string name="ga_tracker">UA-268803-12</string>
<string-array name="allowed_playlists">
<item>custom</item>
</string-array>
<string-array name="unknown_cover_urls">
<item>http://audiobox.fm/images/albums/thumb.png</item>
<item>http://audiobox.fm/images/albums/tiny_normal.png</item>
<item>http://audiobox.fm/images/albums/original.png</item>
</string-array>
</resources>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment