/* AUTO-GENERATED FILE. DO NOT MODIFY.
|
*
|
* This class was automatically generated by the
|
* aapt tool from the resource data it found. It
|
* should not be modified by hand.
|
*/
|
|
package com.mozillaonline.downloadprovider;
|
|
public final class R {
|
public static final class anim {
|
public static int footer_appear=0x7f040000;
|
public static int footer_disappear=0x7f040001;
|
}
|
public static final class attr {
|
}
|
public static final class dimen {
|
public static int checkmark_area=0x7f070000;
|
}
|
public static final class drawable {
|
public static int ic_download_misc_file_type=0x7f020000;
|
public static int ic_launcher=0x7f020001;
|
public static int ic_menu_desk_clock=0x7f020002;
|
}
|
public static final class id {
|
public static int appIcon=0x7f090010;
|
public static int date_ordered_list=0x7f090000;
|
public static int description=0x7f090013;
|
public static int deselect_all=0x7f090005;
|
public static int download_checkbox=0x7f090006;
|
public static int download_icon=0x7f090007;
|
public static int download_menu_sort_by_date=0x7f090017;
|
public static int download_menu_sort_by_size=0x7f090016;
|
public static int download_progress=0x7f090009;
|
public static int download_title=0x7f090008;
|
public static int empty=0x7f090002;
|
public static int last_modified_date=0x7f09000a;
|
public static int paused_text=0x7f090015;
|
public static int progress_bar=0x7f090014;
|
public static int progress_text=0x7f090011;
|
public static int selection_delete=0x7f090004;
|
public static int selection_menu=0x7f090003;
|
public static int show_download_list_button=0x7f09000f;
|
public static int size_ordered_list=0x7f090001;
|
public static int size_text=0x7f09000c;
|
public static int start_download_button=0x7f09000e;
|
public static int status_text=0x7f09000b;
|
public static int title=0x7f090012;
|
public static int url_input_edittext=0x7f09000d;
|
}
|
public static final class layout {
|
public static int download_list=0x7f030000;
|
public static int download_list_item=0x7f030001;
|
public static int list_group_header=0x7f030002;
|
public static int main=0x7f030003;
|
public static int status_bar_ongoing_event_progress_bar=0x7f030004;
|
}
|
public static final class menu {
|
public static int download_ui_menu=0x7f080000;
|
}
|
public static final class string {
|
public static int app_name=0x7f050037;
|
/** Text for button to cancel a download because it's too large to proceed over the mobile
|
network and the user does not want to queue it for Wi-Fi [CHAR LIMIT=25]
|
*/
|
public static int button_cancel_download=0x7f050015;
|
/** Text for button to queue a download to start next time Wi-Fi is available [CHAR LIMIT=25]
|
|
*/
|
public static int button_queue_for_wifi=0x7f050014;
|
/** Text for button to start a download over the mobile connection now, even though it's over
|
the carrier-specified recommended maximum size for downloads over the mobile connection
|
[CHAR LIMIT=25]
|
*/
|
public static int button_start_now=0x7f050016;
|
/** Text for button to cancel a download that is currently in progress [CHAR LIMIT=25]
|
*/
|
public static int cancel_running_download=0x7f050033;
|
/**
|
Text for button to delete a download that has completed, or to delete multiple download
|
entries [CHAR LIMIT=25]
|
|
*/
|
public static int delete_download=0x7f05002f;
|
/**
|
Text for button appearing in the pop-up selection menu to deselect all currently selected
|
downloads in the download list [CHAR LIMIT=25]
|
|
*/
|
public static int deselect_all=0x7f050035;
|
/**
|
Text for dialog when user clicks on a download that failed because it was interrupted and
|
the server doesn't support resuming downloads [CHAR LIMIT=200]
|
|
*/
|
public static int dialog_cannot_resume=0x7f05002a;
|
/** Text for dialog when user clicks on a download that failed [CHAR LIMIT=200]
|
*/
|
public static int dialog_failed_body=0x7f050022;
|
/**
|
Text for dialog when user clicks on a download that failed because the requested
|
destination file already exists [CHAR LIMIT=200]
|
|
*/
|
public static int dialog_file_already_exists=0x7f05002b;
|
/**
|
Text for dialog when user clicks on a completed download but the file is missing
|
[CHAR LIMIT=200]
|
|
*/
|
public static int dialog_file_missing_body=0x7f050027;
|
/**
|
Text for dialog when user clicks on a download that failed due to insufficient space on
|
the internal download cache [CHAR LIMIT=200]
|
|
*/
|
public static int dialog_insufficient_space_on_cache=0x7f050029;
|
/**
|
Text for dialog when user clicks on a download that failed due to insufficient space on
|
external storage [CHAR LIMIT=200]
|
|
*/
|
public static int dialog_insufficient_space_on_external=0x7f050028;
|
/**
|
Text for dialog when user clicks on a download that failed because it was requested to go
|
on the external media, which is not mounted [CHAR LIMIT=200]
|
|
*/
|
public static int dialog_media_not_found=0x7f05002c;
|
/** Text for dialog when user clicks on a paused download[CHAR LIMIT=200]
|
*/
|
public static int dialog_paused_body=0x7f050024;
|
/**
|
Text for dialog when user clicks on a download that has not yet begun, but will be started
|
in the future. [CHAR LIMIT=200]
|
|
*/
|
public static int dialog_queued_body=0x7f050026;
|
/** Text for dialog when user clicks on a running download[CHAR LIMIT=200]
|
*/
|
public static int dialog_running_body=0x7f050023;
|
/** Dialog/toast messages
|
|
Title of dialog that is shown when the user clicks a download for which no file is
|
available, either because the download hasn't started or because the download failed
|
[CHAR LIMIT=25]
|
|
*/
|
public static int dialog_title_not_available=0x7f050021;
|
/**
|
Title for dialog when user clicks on a download that has not yet begun, but will be started
|
in the future. [CHAR LIMIT=25]
|
|
*/
|
public static int dialog_title_queued_body=0x7f050025;
|
/**
|
Status indicating that the download has ended without completing successfully. Appears for
|
an individual item in the download list. [CHAR LIMIT=11]
|
|
*/
|
public static int download_error=0x7f050020;
|
/**
|
Menu option to sort the list of downloads by the date/time of the last activity related to
|
the download [CHAR LIMIT=25]
|
|
*/
|
public static int download_menu_sort_by_date=0x7f05001b;
|
/** Menu items
|
|
Menu option to sort the list of downloads by the size of the downloaded file
|
[CHAR LIMIT=25]
|
|
*/
|
public static int download_menu_sort_by_size=0x7f05001a;
|
/**
|
Text for a toast appearing when a user clicks on a completed download, informing the user
|
that there is no application on the device that can open the file that was downloaded
|
[CHAR LIMIT=200]
|
|
*/
|
public static int download_no_application_title=0x7f05002d;
|
/**
|
Status indicating that the system pauses downloading the file. Appears for an
|
individual item in the download list. [CHAR LIMIT=11]
|
|
*/
|
public static int download_paused=0x7f05001e;
|
public static int download_pending=0x7f050036;
|
/** Status messages
|
|
Status indicating that the download has been queued to start in the future. Appears for an
|
individual item in the download list. [CHAR LIMIT=11]
|
|
*/
|
public static int download_queued=0x7f05001c;
|
/**
|
Status indicating that the system is currently downloading the file. Appears for an
|
individual item in the download list. [CHAR LIMIT=11]
|
|
*/
|
public static int download_running=0x7f05001d;
|
/**
|
Status indicating that the download has completed successfully. Appears for an individual
|
item in the download list. [CHAR LIMIT=11]
|
|
*/
|
public static int download_success=0x7f05001f;
|
/** The title that appears at the top of the activity listing downloads [CHAR LIMIT=25]
|
*/
|
public static int download_title=0x7f050017;
|
/** This is the title that is used when displaying the notification
|
for a download that doesn't have a title associated with it.
|
*/
|
public static int download_unknown_title=0x7f05000a;
|
/** Text for button to keep a download that has not yet begun [CHAR LIMIT=25]
|
*/
|
public static int keep_queued_download=0x7f050032;
|
/**
|
Default title for an item in the download list for which no title was provided by the app.
|
[CHAR LIMIT=20]
|
|
*/
|
public static int missing_title=0x7f050019;
|
/**
|
Appears in lieu of the list of downloads if there are no downloads to view
|
[CHAR LIMIT=200]
|
|
*/
|
public static int no_downloads=0x7f050018;
|
/** When a download completes, a notification is displayed, and this
|
string is used to indicate that the download successfully completed.
|
Note that such a download could have been initiated by a variety of
|
applications, including (but not limited to) the browser, an email
|
application, a content marketplace.
|
*/
|
public static int notification_download_complete=0x7f05000d;
|
/** When a download completes, a notification is displayed, and this
|
string is used to indicate that the download failed.
|
Note that such a download could have been initiated by a variety of
|
applications, including (but not limited to) the browser, an email
|
application, a content marketplace.
|
*/
|
public static int notification_download_failed=0x7f05000e;
|
/** When there are three or more simultaneous outstanding downloads from a
|
single application, they are displayed as a single notification,
|
and the expanded notification view uses this string to indicate
|
downloads beyond the first two, i.e. "[title], [title] and [n] more".
|
This is the " and [n] more" part, including the leading space, and it's
|
used regardless of the number of additional downloads.
|
*/
|
public static int notification_filename_extras=0x7f05000c;
|
/** When there are multiple simultaneous outstanding downloads from a
|
single application, they are displayed as a single notification,
|
and the expanded notification view displays the first two download
|
names separated with this string, i.e. "[title], [title]"
|
or "[title], [title] and [n] more". This is the comma + space
|
that separates the first two titles, and it's used both when there
|
are exactly two and more than two titles.
|
*/
|
public static int notification_filename_separator=0x7f05000b;
|
/** When a download is paused because it's too large to download over a
|
mobile connection, and Wi-Fi is unavailable, this string is displayed in
|
the system notification for the running download, beneath the download
|
title and description. Note that such a download could have been
|
initiated by a variety of applications, including (but not limited to)
|
the browser, an email application, a content marketplace.
|
[CHAR LIMIT=24]
|
*/
|
public static int notification_need_wifi_for_size=0x7f05000f;
|
/** Text for button to pause a download that is running.
|
*/
|
public static int pause_download=0x7f050030;
|
/** The full sentence description for the permission to access all
|
downloads in the download manager, not just those owned by the calling user
|
[CHAR LIMIT=160]
|
*/
|
public static int permdesc_accessAllDownloads=0x7f050009;
|
/** The full sentence description for the permission to download files to
|
the download cache that can't be automatically deleted by the download
|
manager to free up space [CHAR LIMIT=160]
|
*/
|
public static int permdesc_downloadCacheNonPurgeable=0x7f050007;
|
/** This is the long description of a permission associated with the
|
Android Download Manager. It is displayed as part of the description
|
of any application that was granted that permission.
|
This specific permission allows an application to tell other
|
applications that their downloads have completed.
|
*/
|
public static int permdesc_downloadCompletedIntent=0x7f050005;
|
/** This is the long description of a permission associated with the
|
Android Download Manager. It is displayed as part of the description
|
of any application that was granted that permission.
|
This specific permission controls access to the Download Manager by
|
applications that initiate downloads.
|
*/
|
public static int permdesc_downloadManager=0x7f050001;
|
/** This is the long description of a permission associated with the
|
Android Download Manager. It is displayed as part of the description
|
of any application that was granted that permission.
|
This specific permission controls access to some advanced (and
|
dangerous) features from the Download Manager that are needed by
|
system applications but aren't necessary for regular applications
|
that just initiate plain downloads.
|
*/
|
public static int permdesc_downloadManagerAdvanced=0x7f050003;
|
/** The label for the permission to access all downloads in the download
|
manager, not just those owned by the calling user [CHAR LIMIT=50]
|
*/
|
public static int permlab_accessAllDownloads=0x7f050008;
|
/** The label for the permission to download files to the download cache
|
that can't be automatically deleted by the download manager to free up
|
space [CHAR LIMIT=50]
|
*/
|
public static int permlab_downloadCacheNonPurgeable=0x7f050006;
|
public static int permlab_downloadCompletedIntent=0x7f050004;
|
/** This is the short description of a permission associated with the
|
Android Download Manager. It is displayed as part of the description
|
of any application that was granted that permission.
|
This specific permission controls access to the Download Manager by
|
applications that initiate downloads.
|
*/
|
public static int permlab_downloadManager=0x7f050000;
|
/** This is the short description of a permission associated with the
|
Android Download Manager. It is displayed as part of the description
|
of any application that was granted that permission.
|
This specific permission controls access to some advanced (and
|
dangerous) features from the Download Manager that are needed by
|
system applications but aren't necessary for regular applications
|
that just initiate plain downloads.
|
*/
|
public static int permlab_downloadManagerAdvanced=0x7f050002;
|
/** Buttons
|
|
Text for button to remove the entry for a download that has not yet begun or that has
|
failed [CHAR LIMIT=25]
|
|
*/
|
public static int remove_download=0x7f05002e;
|
/** Text for button to resume a paused download.
|
*/
|
public static int resume_download=0x7f050031;
|
/**
|
Text for button appearing in a dialog to restart a download, either one that failed or one
|
for which the downloaded file is now missing [CHAR LIMIT=25]
|
|
*/
|
public static int retry_download=0x7f050034;
|
/** Text for dialog when a download exceeds the carrier-specified recommended maximum size of
|
downloads over the mobile network, and the user may choose to start the download over mobile
|
anyway or to queue for download to start next time a Wi-Fi connection is available [CHAR
|
LIMIT=200]
|
*/
|
public static int wifi_recommended_body=0x7f050013;
|
/** Title for dialog when a download exceeds the carrier-specified recommended maximum size of
|
downloads over the mobile network, and the user may choose to start the download over mobile
|
anyway or to queue for download to start next time a Wi-Fi connection is available [CHAR
|
LIMIT=50]
|
*/
|
public static int wifi_recommended_title=0x7f050012;
|
/** Text for dialog when a download exceeds the carrier-specified maximum size of downloads
|
over the mobile network and Wi-Fi is required. The user has the choice to either queue the
|
download to start next time Wi-Fi is available or cancel the download altogether. [CHAR
|
LIMIT=200]
|
*/
|
public static int wifi_required_body=0x7f050011;
|
/** Title for dialog when a download exceeds the carrier-specified maximum size of downloads
|
over the mobile network and Wi-Fi is required. The user has the choice to either queue the
|
download to start next time Wi-Fi is available or cancel the download altogether. [CHAR
|
LIMIT=50]
|
*/
|
public static int wifi_required_title=0x7f050010;
|
}
|
public static final class style {
|
public static int Theme_Translucent=0x7f060000;
|
}
|
}
|