зеркало из https://github.com/electron/electron.git
32 строки
1.5 KiB
XML
32 строки
1.5 KiB
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<grit-part>
|
|
<!-- Proxy Resolver Service -->
|
|
<message name="IDS_UTILITY_PROCESS_PROXY_RESOLVER_NAME" desc="The name of the utility process used for out-of-process V8 proxy resolution.">
|
|
V8 Proxy Resolver
|
|
</message>
|
|
|
|
<!-- PDF Compositor Service -->
|
|
<message name="IDS_UTILITY_PROCESS_PDF_COMPOSITOR_SERVICE_NAME" desc="The name of the utility process used for PDF compositing.">
|
|
PDF Compositor Service
|
|
</message>
|
|
|
|
<!-- Printing Service -->
|
|
<message name="IDS_UTILITY_PROCESS_PRINTING_SERVICE_NAME" desc="The name of the utility process used for printing conversions.">
|
|
Printing Service
|
|
</message>
|
|
<message name="IDS_PRINT_INVALID_PRINTER_SETTINGS" desc="Message to display when selected printer is not reachable or its settings are invalid.">
|
|
The selected printer is not available or not installed correctly. <ph name="BR"><br></ph> Check your printer or try selecting another printer.
|
|
</message>
|
|
<message name="IDS_DEFAULT_PRINT_DOCUMENT_TITLE" desc="Default title for a print document">
|
|
Untitled Document
|
|
</message>
|
|
|
|
<!-- Desktop Capturer API -->
|
|
<message name="IDS_DESKTOP_MEDIA_PICKER_SINGLE_SCREEN_NAME" desc="Name for screens in the desktop media picker UI when there is only one monitor.">
|
|
Entire screen
|
|
</message>
|
|
<message name="IDS_DESKTOP_MEDIA_PICKER_MULTIPLE_SCREEN_NAME" desc="Name for screens in the desktop media picker UI when there are multiple monitors.">
|
|
{SCREEN_INDEX, plural, =1{Screen #} other{Screen #}}
|
|
</message>
|
|
</grit-part>
|