30 lines
1.5 KiB
XML
30 lines
1.5 KiB
XML
<?xml version='1.0' encoding='UTF-8'?>
|
|
<!-- Sharesheet specific strings (included from generated_resources.grd). -->
|
|
<!--This file is created by l10nUtil.js. Do not edit manually.-->
|
|
<grit-part>
|
|
<!-- Common strings -->
|
|
<message name="IDS_SHARESHEET_TITLE_LABEL" desc="The label to be shown as the title of the sharesheet bubble when a user clicks on the share button.">
|
|
Share
|
|
</message>
|
|
<message name="IDS_SHARESHEET_APPS_LIST_LABEL" desc="The label to be shown before the list of apps.">
|
|
Apps list
|
|
</message>
|
|
<message name="IDS_SHARESHEET_MORE_APPS_LABEL" desc="The label for the button at the bottom of the sharesheet which clicks into the expanded sharesheet.">
|
|
More apps
|
|
</message>
|
|
<message name="IDS_SHARESHEET_FEWER_APPS_LABEL" desc="The label for the button at the bottom of the sharesheet which clicks into the default sharesheet.">
|
|
Fewer apps
|
|
</message>
|
|
<message name="IDS_SHARESHEET_FILES_LABEL" desc="The label for the enumeration of the number of files a user is trying to share.">
|
|
{COUNT, plural,
|
|
=1 {{COUNT} file}
|
|
other {{COUNT} files}}
|
|
</message>
|
|
<message name="IDS_SHARESHEET_COPY_TO_CLIPBOARD_SHARE_ACTION_LABEL" desc="The label for the button in the sharesheet that copies the data the user has selected to the clipboard.">
|
|
Copy
|
|
</message>
|
|
<message name="IDS_SHARESHEET_COPY_TO_CLIPBOARD_SUCCESS_TOAST_LABEL" desc="The label for the system toast at the bottom of the screen that notifies the user that their selected data has been copied to the clipboard.">
|
|
Copied
|
|
</message>
|
|
</grit-part>
|