Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(44)

Side by Side Diff: chrome/app/chromeos_strings.grdp

Issue 2774203002: Migrate about:flags messages to const char* (Closed)
Patch Set: iOS OWNERS Created 3 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
« no previous file with comments | « no previous file | chrome/app/generated_resources.grd » ('j') | chrome/app/generated_resources.grd » ('J')
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 <?xml version="1.0" encoding="utf-8"?> 1 <?xml version="1.0" encoding="utf-8"?>
2 <!-- Chrome OS-specific strings (included from generated_resources.grd). 2 <!-- Chrome OS-specific strings (included from generated_resources.grd).
3 Everything in this file is wrapped in <if expr="chromeos">. --> 3 Everything in this file is wrapped in <if expr="chromeos">. -->
4 <grit-part> 4 <grit-part>
5 <message name="IDS_EMPTY_STRING" desc="Empty string, exist only to make code g eneric. No translation required."> 5 <message name="IDS_EMPTY_STRING" desc="Empty string, exist only to make code g eneric. No translation required.">
6 </message> 6 </message>
7 <!-- Idle logout dialog for retail mode --> 7 <!-- Idle logout dialog for retail mode -->
8 <message name="IDS_IDLE_LOGOUT_TITLE" desc="Dialog title for the idle logout d ialog. Used in retail mode only."> 8 <message name="IDS_IDLE_LOGOUT_TITLE" desc="Dialog title for the idle logout d ialog. Used in retail mode only.">
9 Are you still there? 9 Are you still there?
10 </message> 10 </message>
(...skipping 52 matching lines...) Expand 10 before | Expand all | Expand 10 after
63 Chrome cannot access the image. 63 Chrome cannot access the image.
64 </message> 64 </message>
65 <message name="IDS_WALLPAPER_MANAGER_INVALID_WALLPAPER" desc="The string displ ayed to user when user selected wallpaper can not be set as a wallpaper."> 65 <message name="IDS_WALLPAPER_MANAGER_INVALID_WALLPAPER" desc="The string displ ayed to user when user selected wallpaper can not be set as a wallpaper.">
66 Chrome cannot set wallpaper. 66 Chrome cannot set wallpaper.
67 </message> 67 </message>
68 <message name="IDS_CURRENT_WALLPAPER_SET_BY_MESSAGE" desc="The string displaye d to user if the current wallpaper is set by a third party wallpaper app/extensi on."> 68 <message name="IDS_CURRENT_WALLPAPER_SET_BY_MESSAGE" desc="The string displaye d to user if the current wallpaper is set by a third party wallpaper app/extensi on.">
69 The current wallpaper is set by '<ph name="APP_NAME">$1</ph>'. You may need to uninstall '<ph name="APP_NAME">$1</ph>' before selecting a different wallpape r. 69 The current wallpaper is set by '<ph name="APP_NAME">$1</ph>'. You may need to uninstall '<ph name="APP_NAME">$1</ph>' before selecting a different wallpape r.
70 </message> 70 </message>
71 71
72 <!-- File Manager --> 72 <!-- File Manager -->
73 <message name="IDS_FLAGS_FILE_MANAGER_MTP_NAME" desc="Name of the about:flag o ption for MTP support in file manager.">
74 MTP support in File Manager
75 </message>
76 <message name="IDS_FLAGS_FILE_MANAGER_MTP_DESCRIPTION" desc="Description of th e about:flag option for MTP support in file manager.">
77 Show MTP devices as a file storage in the file manager.
78 </message>
79 <message name="IDS_FLAGS_VIDEO_PLAYER_CHROMECAST_SUPPORT_NAME" desc="Name of t he about:flag option to enable the chromecast support for video app.">
80 Experimental Chromecast support for Video Player
81 </message>
82 <message name="IDS_FLAGS_VIDEO_PLAYER_CHROMECAST_SUPPORT_DESCRIPTION" desc="De scription of the about:flag option to the enable the chromecast support for vide o app.">
83 This option enables experimental Chromecast support for Video Player app on ChromeOS.
84 </message>
85 <message name="IDS_FLAGS_NEW_ZIP_UNPACKER_NAME" desc="Name of about::flags opt ion for the new ZIP unpacker based on the File System Provider API.">
86 New ZIP unpacker
87 </message>
88 <message name="IDS_FLAGS_NEW_ZIP_UNPACKER_DESCRIPTION" desc="Description of ab out::flags option for the new ZIP unpacker based on the File System Provider API .">
89 New ZIP unpacker flow, based on the File System Provider API.
90 </message>
91 <message name="IDS_FLAGS_SHOW_ARC_FILES_APP_NAME" desc="Name of about::flags o ption for showing Android Files app in launcher.">
92 Show Android Files app
93 </message>
94 <message name="IDS_FLAGS_SHOW_ARC_FILES_APP_DESCRIPTION" desc="Description of the about::flag option for showing ARC Files app in launcher.">
95 Show Android Files app in Chrome OS launcher. This is only effective on a de vice with access to Play Store.
96 </message>
97 <message name="IDS_FILE_SYSTEM_PROVIDER_UNRESPONSIVE_WARNING" desc="A warning shown in a notification that an operation is taking longer than expected."> 73 <message name="IDS_FILE_SYSTEM_PROVIDER_UNRESPONSIVE_WARNING" desc="A warning shown in a notification that an operation is taking longer than expected.">
98 An operation is taking longer than expected. Do you want to abort it? 74 An operation is taking longer than expected. Do you want to abort it?
99 </message> 75 </message>
100 <message name="IDS_FILE_SYSTEM_PROVIDER_MANY_UNRESPONSIVE_WARNING" desc="A war ning shown in a notification that more than one operations are taking longer tha n expected."> 76 <message name="IDS_FILE_SYSTEM_PROVIDER_MANY_UNRESPONSIVE_WARNING" desc="A war ning shown in a notification that more than one operations are taking longer tha n expected.">
101 Some operations are taking longer than expected. Do you want to abort them? 77 Some operations are taking longer than expected. Do you want to abort them?
102 </message> 78 </message>
103 <message name="IDS_FILE_SYSTEM_PROVIDER_UNRESPONSIVE_ABORT_BUTTON" desc="Label of the button on the notification about an operation(s) taking to long."> 79 <message name="IDS_FILE_SYSTEM_PROVIDER_UNRESPONSIVE_ABORT_BUTTON" desc="Label of the button on the notification about an operation(s) taking to long.">
104 Abort 80 Abort
105 </message> 81 </message>
106 <message name="IDS_FILE_BROWSER_DRIVE_DIRECTORY_LABEL" desc="/drive directory label."> 82 <message name="IDS_FILE_BROWSER_DRIVE_DIRECTORY_LABEL" desc="/drive directory label.">
(...skipping 1272 matching lines...) Expand 10 before | Expand all | Expand 10 after
1379 <!-- Chrome OS Strings --> 1355 <!-- Chrome OS Strings -->
1380 <message name="IDS_ECHO_CONSENT_DIALOG_TEXT" desc="Dialog text shown when user is asked to give consent to proceed with redeeming ECHO offer."> 1356 <message name="IDS_ECHO_CONSENT_DIALOG_TEXT" desc="Dialog text shown when user is asked to give consent to proceed with redeeming ECHO offer.">
1381 <ph name="SERVICE_NAME">$1<ex>Google Drive</ex></ph> wants to check if your Chrome OS device is eligible for an offer. <ph name="MORE_INFO_LINK">$2<ex>More info</ex></ph> 1357 <ph name="SERVICE_NAME">$1<ex>Google Drive</ex></ph> wants to check if your Chrome OS device is eligible for an offer. <ph name="MORE_INFO_LINK">$2<ex>More info</ex></ph>
1382 </message> 1358 </message>
1383 <message name="IDS_ECHO_DISABLED_CONSENT_DIALOG_TEXT" desc="Dialog text shown when user is informed that redeeming offers is disabled for the device."> 1359 <message name="IDS_ECHO_DISABLED_CONSENT_DIALOG_TEXT" desc="Dialog text shown when user is informed that redeeming offers is disabled for the device.">
1384 Your IT administrator has disabled Chrome Goodies for your device. <ph name= "MORE_INFO_LINK">$1<ex>More info</ex></ph> 1360 Your IT administrator has disabled Chrome Goodies for your device. <ph name= "MORE_INFO_LINK">$1<ex>More info</ex></ph>
1385 </message> 1361 </message>
1386 <message name="IDS_ECHO_CONSENT_DISMISS_BUTTON" desc="Dismiss dialog button la bel for disabled echo dialog."> 1362 <message name="IDS_ECHO_CONSENT_DISMISS_BUTTON" desc="Dismiss dialog button la bel for disabled echo dialog.">
1387 Dismiss 1363 Dismiss
1388 </message> 1364 </message>
1389 <message name="IDS_FLAGS_OFFICE_EDITING_COMPONENT_APP_NAME" desc="Name for the flag for Office Editing for Docs, Sheets &amp; Slides component extension.">
1390 Office Editing for Docs, Sheets &amp; Slides
1391 </message>
1392 <message name="IDS_FLAGS_OFFICE_EDITING_COMPONENT_APP_DESCRIPTION" desc="Descr iption for the flag for Office Editing for Docs, Sheets &amp; Slides component e xtension.">
1393 Office Editing for Docs, Sheets &amp; Slides for testing purposes.
1394 </message>
1395 <message name="IDS_FLAGS_DISPLAY_COLOR_CALIBRATION_NAME" desc="Name for the fl ag for the color calibration of the display.">
1396 Color calibration of the display
1397 </message>
1398 <message name="IDS_FLAGS_DISPLAY_COLOR_CALIBRATION_DESCRIPTION" desc="Descript ion for the flag for the color calibration of the display.">
1399 Allow color calibration of the display if the display supports the feature.
1400 </message>
1401 <message name="IDS_FLAGS_MEMORY_PRESSURE_THRESHOLD_NAME" desc="Name for the fl ag which specifies which memory pressure strategy should be used on ChromeOS.">
1402 Memory discard strategy for advanced pressure handling
1403 </message>
1404 <message name="IDS_FLAGS_MEMORY_PRESSURE_THRESHOLD_DESCRIPTION" desc="Descript ion for the flag which specifies which memory pressure strategy should be used o n ChromeOS.">
1405 Memory discarding strategy to use
1406 </message>
1407 <message name="IDS_FLAGS_CONSERVATIVE_THRESHOLDS" desc="The value of the Memor y pressure for ChromeOS which requests conservative thresholds.">
1408 Conservative memory pressure release strategy
1409 </message>
1410 <message name="IDS_FLAGS_AGGRESSIVE_CACHE_DISCARD_THRESHOLDS" desc="The value of the Memory pressure thresholds for ChromeOS which use an aggressive cache rel ease strategy.">
1411 Aggressive cache release strategy
1412 </message>
1413 <message name="IDS_FLAGS_AGGRESSIVE_TAB_DISCARD_THRESHOLDS" desc="The value of the Memory pressure thresholds for ChromeOS which uses an aggressive tab releas e strategy.">
1414 Aggressive tab release strategy
1415 </message>
1416 <message name="IDS_FLAGS_AGGRESSIVE_THRESHOLDS" desc="The value of the Memory pressure thresholds for ChromeOS which use an aggressive release strategy.">
1417 Aggressive tab and cache release strategy
1418 </message>
1419 <message name="IDS_FLAGS_WAKE_ON_PACKETS_NAME" desc="Name for the flag to enab le wake on packets.">
1420 Wake On Packets
1421 </message>
1422 <message name="IDS_FLAGS_WAKE_ON_PACKETS_DESCRIPTION" desc="Description for th e flag to enable wake on packets.">
1423 Enables waking the device based on the receipt of some network packets.
1424 </message>
1425 <message name="IDS_FLAGS_QUICK_UNLOCK_PIN" desc="Title of the flag used to ena ble quick unlock pin.">
1426 Quick Unlock (PIN)
1427 </message>
1428 <message name="IDS_FLAGS_QUICK_UNLOCK_PIN_DESCRIPTION" desc="Description of th e flag used to enable quick unlock pin.">
1429 Enabling PIN quick unlock allows you to use a PIN to unlock your Chromebook on the lock screen after you have signed into your device.
1430 </message>
1431 <message name="IDS_FLAGS_QUICK_UNLOCK_FINGERPRINT" desc="Title of the flag use d to enable quick unlock fingerprint.">
1432 Quick Unlock (Fingerprint)
1433 </message>
1434 <message name="IDS_FLAGS_QUICK_UNLOCK_FINGERPRINT_DESCRIPTION" desc="Descripti on of the flag used to enable quick unlock fingerprint.">
1435 Enabling fingerprint quick unlock allows you to setup and use a fingerprint to unlock your Chromebook on the lock screen after you have signed into your dev ice.
1436 </message>
1437 <message name="IDS_OFFERS_CONSENT_INFOBAR_LABEL_LEARN_MORE" desc="Text of the Learn More link in the echo dialog."> 1365 <message name="IDS_OFFERS_CONSENT_INFOBAR_LABEL_LEARN_MORE" desc="Text of the Learn More link in the echo dialog.">
1438 Learn More 1366 Learn More
1439 </message> 1367 </message>
1440 <message name="IDS_OFFERS_CONSENT_INFOBAR_ENABLE_BUTTON" desc="Enable button l abel."> 1368 <message name="IDS_OFFERS_CONSENT_INFOBAR_ENABLE_BUTTON" desc="Enable button l abel.">
1441 Allow 1369 Allow
1442 </message> 1370 </message>
1443 <message name="IDS_OFFERS_CONSENT_INFOBAR_DISABLE_BUTTON" desc="Disable button label."> 1371 <message name="IDS_OFFERS_CONSENT_INFOBAR_DISABLE_BUTTON" desc="Disable button label.">
1444 Deny 1372 Deny
1445 </message> 1373 </message>
1446 <message name="IDS_NETWORK_CONFIG_ERROR_INCORRECT_PASSWORD" desc="Error for ne twork configuration: Incorrect password."> 1374 <message name="IDS_NETWORK_CONFIG_ERROR_INCORRECT_PASSWORD" desc="Error for ne twork configuration: Incorrect password.">
(...skipping 1349 matching lines...) Expand 10 before | Expand all | Expand 10 after
2796 </message> 2724 </message>
2797 <message name="IDS_OPTIONS_SETTINGS_ACCESSIBILITY_MOUSE_SETTINGS_DESCRIPTION" desc="In the settings tab, an explanation that the mouse and touchpad settings a llows you to turn the tap-to-click feature on and off."> 2725 <message name="IDS_OPTIONS_SETTINGS_ACCESSIBILITY_MOUSE_SETTINGS_DESCRIPTION" desc="In the settings tab, an explanation that the mouse and touchpad settings a llows you to turn the tap-to-click feature on and off.">
2798 Allows you to enable/disable tap-to-click 2726 Allows you to enable/disable tap-to-click
2799 </message> 2727 </message>
2800 <message name="IDS_OPTIONS_SETTINGS_ACCESSIBILITY_AUDIO_HEADING" desc="In the settings tab, the heading for the section on audio / sound settings."> 2728 <message name="IDS_OPTIONS_SETTINGS_ACCESSIBILITY_AUDIO_HEADING" desc="In the settings tab, the heading for the section on audio / sound settings.">
2801 Audio 2729 Audio
2802 </message> 2730 </message>
2803 <message name="IDS_OPTIONS_SETTINGS_ACCESSIBILITY_ADDITIONAL_FEATURES_TITLE" d esc="In the settings tab, the title of a link that adds additional accessibility features not found in the built-in settings."> 2731 <message name="IDS_OPTIONS_SETTINGS_ACCESSIBILITY_ADDITIONAL_FEATURES_TITLE" d esc="In the settings tab, the title of a link that adds additional accessibility features not found in the built-in settings.">
2804 Add additional features 2732 Add additional features
2805 </message> 2733 </message>
2806 <message name="IDS_FLAGS_EXPERIMENTAL_ACCESSIBILITY_FEATURES_NAME" desc="Name of the about:flag option for experimental accessibility features.">
2807 Experimental accessibility features
2808 </message>
2809 <message name="IDS_FLAGS_EXPERIMENTAL_ACCESSIBILITY_FEATURES_DESCRIPTION" desc ="Description of the about:flag option for experimental accessibility features." >
2810 Enable additional accessibility features in the Settings page.
2811 </message>
2812 <message name="IDS_FLAGS_DISABLE_SYSTEM_TIMEZONE_AUTOMATIC_DETECTION_NAME" des c="Name of the about:flag option for disabling EnableSystemTimezoneAutomaticDete ction policy.">
2813 SystemTimezoneAutomaticDetection policy support
2814 </message>
2815 <message name="IDS_FLAGS_DISABLE_SYSTEM_TIMEZONE_AUTOMATIC_DETECTION_DESCRIPTI ON" desc="Description of the about:flag option for disabling EnableSystemTimezon eAutomaticDetection policy.">
2816 Disable system timezone automatic detection device policy.
2817 </message>
2818 <message name="IDS_OPTIONS_SETTINGS_DISPLAY_OPTIONS_BUTTON_LABEL" desc="Label for the button opening display settings tab."> 2734 <message name="IDS_OPTIONS_SETTINGS_DISPLAY_OPTIONS_BUTTON_LABEL" desc="Label for the button opening display settings tab.">
2819 Display settings 2735 Display settings
2820 </message> 2736 </message>
2821 <message name="IDS_OPTIONS_SETTINGS_DISPLAY_OPTIONS_TAB_TITLE" desc="Title for the display settings tab."> 2737 <message name="IDS_OPTIONS_SETTINGS_DISPLAY_OPTIONS_TAB_TITLE" desc="Title for the display settings tab.">
2822 Manage displays 2738 Manage displays
2823 </message> 2739 </message>
2824 <message name="IDS_OPTIONS_SETTINGS_DISPLAY_OPTIONS_OPTIONS" desc="The section title for general options for a selected display."> 2740 <message name="IDS_OPTIONS_SETTINGS_DISPLAY_OPTIONS_OPTIONS" desc="The section title for general options for a selected display.">
2825 Options: 2741 Options:
2826 </message> 2742 </message>
2827 <message name="IDS_OPTIONS_SETTINGS_DISPLAY_OPTIONS_RESOLUTION" desc="The sect ion title for resolution option for a selected display."> 2743 <message name="IDS_OPTIONS_SETTINGS_DISPLAY_OPTIONS_RESOLUTION" desc="The sect ion title for resolution option for a selected display.">
(...skipping 2915 matching lines...) Expand 10 before | Expand all | Expand 10 after
5743 </message> 5659 </message>
5744 <message name="IDS_EOL_NOTIFICATION_EOL" desc="Notification shown to inform th e user that this device will no longer receive software updates."> 5660 <message name="IDS_EOL_NOTIFICATION_EOL" desc="Notification shown to inform th e user that this device will no longer receive software updates.">
5745 Software updates for this device are no longer available. Please consider up grading. 5661 Software updates for this device are no longer available. Please consider up grading.
5746 </message> 5662 </message>
5747 <message name="IDS_EOL_MORE_INFO_BUTTON" desc="A button label shown in the not ification for eol status change to get more information."> 5663 <message name="IDS_EOL_MORE_INFO_BUTTON" desc="A button label shown in the not ification for eol status change to get more information.">
5748 Learn more 5664 Learn more
5749 </message> 5665 </message>
5750 <message name="IDS_EOL_DISMISS_BUTTON" desc="A button label shown in the notif ication for eol status change to dismiss the notification."> 5666 <message name="IDS_EOL_DISMISS_BUTTON" desc="A button label shown in the notif ication for eol status change to dismiss the notification.">
5751 Don't remind me again 5667 Don't remind me again
5752 </message> 5668 </message>
5753 <message name="IDS_FLAGS_EOL_NOTIFICATION_NAME" desc="Name of the about:flag o ption to disable eol notification.">
5754 Disable Device End of Life notification.
5755 </message>
5756 <message name="IDS_FLAGS_EOL_NOTIFICATION_DESCRIPTION" desc="Description of th e about:flag option to disable eol notification.">
5757 Disable Notifcation when Device is End of Life.
5758 </message>
5759
5760 <!-- Stylus strings -->
5761 <message name="IDS_FLAGS_FORCE_ENABLE_STYLUS_TOOLS_NAME" desc="Name of the abo ut:flag option to enable stylus tools.">
5762 Force enable stylus features
5763 </message>
5764 <message name="IDS_FLAGS_FORCE_ENABLE_STYLUS_TOOLS_DESCRIPTION" desc="Descript ion of the about:flag option to enable stylus tools.">
5765 Forces display of the stylus tools menu in the shelf and the stylus section in settings, even if there is no attached stylus device.
5766 </message>
5767 5669
5768 <!-- Genius App --> 5670 <!-- Genius App -->
5769 <message name="IDS_GENIUS_APP_NAME" desc="Name of the genius app in the app sh elf"> 5671 <message name="IDS_GENIUS_APP_NAME" desc="Name of the genius app in the app sh elf">
5770 Get Help 5672 Get Help
5771 </message> 5673 </message>
5772 <message name="IDS_GENIUS_APP_DESCRIPTION" desc="Description of the genius app in the app shelf"> 5674 <message name="IDS_GENIUS_APP_DESCRIPTION" desc="Description of the genius app in the app shelf">
5773 Get help with your <ph name="DEVICE_TYPE">$1<ex>Chromebook</ex></ph>. 5675 Get help with your <ph name="DEVICE_TYPE">$1<ex>Chromebook</ex></ph>.
5774 </message> 5676 </message>
5775 <message name="IDS_FILEMANAGER_APP_NAME" desc="Name for the File Manager app." > 5677 <message name="IDS_FILEMANAGER_APP_NAME" desc="Name for the File Manager app." >
5776 Files 5678 Files
(...skipping 76 matching lines...) Expand 10 before | Expand all | Expand 10 after
5853 Keep exploring 5755 Keep exploring
5854 </message> 5756 </message>
5855 <message name="IDS_FIRST_RUN_HELP_STEP_FINISH_BUTTON" desc="Text on the button located in the first-run tutorial bubble pointing to help button is system tray . After click on the button tutorial finishes."> 5757 <message name="IDS_FIRST_RUN_HELP_STEP_FINISH_BUTTON" desc="Text on the button located in the first-run tutorial bubble pointing to help button is system tray . After click on the button tutorial finishes.">
5856 Finish 5758 Finish
5857 </message> 5759 </message>
5858 <message name="IDS_FIRST_RUN_NEXT_BUTTON" desc="Text on the first-run tutorial button leading to next step of tutorial."> 5760 <message name="IDS_FIRST_RUN_NEXT_BUTTON" desc="Text on the first-run tutorial button leading to next step of tutorial.">
5859 Next 5761 Next
5860 </message> 5762 </message>
5861 5763
5862 <!-- Network portal notification --> 5764 <!-- Network portal notification -->
5863 <message name="IDS_FLAGS_NETWORK_PORTAL_NOTIFICATION_NAME" desc="Title for the flag to enable/disable notifications about captive portals.">
5864 Notifications about captive portals
5865 </message>
5866 <message name="IDS_FLAGS_NETWORK_PORTAL_NOTIFICATION_DESCRIPTION" desc="Descri ption for the flag to enable/disable notifications about captive portals.">
5867 If enabled, notification is displayed when device is connected to a network behind captive portal.
5868 </message>
5869 <message name="IDS_PORTAL_DETECTION_NOTIFICATION_TITLE_WIRED" desc="Title for the system notification that current wired network is behind captive portal"> 5765 <message name="IDS_PORTAL_DETECTION_NOTIFICATION_TITLE_WIRED" desc="Title for the system notification that current wired network is behind captive portal">
5870 Connect to network 5766 Connect to network
5871 </message> 5767 </message>
5872 <message name="IDS_PORTAL_DETECTION_NOTIFICATION_TITLE_WIFI" desc="Title for t he system notification that current Wi-Fi network is behind captive portal"> 5768 <message name="IDS_PORTAL_DETECTION_NOTIFICATION_TITLE_WIFI" desc="Title for t he system notification that current Wi-Fi network is behind captive portal">
5873 Connect to Wi-Fi network 5769 Connect to Wi-Fi network
5874 </message> 5770 </message>
5875 <message name="IDS_PORTAL_DETECTION_NOTIFICATION_MESSAGE_WIRED" desc="Body of the system notification that current wired network is behind captive portal"> 5771 <message name="IDS_PORTAL_DETECTION_NOTIFICATION_MESSAGE_WIRED" desc="Body of the system notification that current wired network is behind captive portal">
5876 The network you are using (<ph name="NETWORK_ID">$1<ex>Public Network</ex></ ph>) may require you to visit its login page. 5772 The network you are using (<ph name="NETWORK_ID">$1<ex>Public Network</ex></ ph>) may require you to visit its login page.
5877 </message> 5773 </message>
5878 <message name="IDS_PORTAL_DETECTION_NOTIFICATION_MESSAGE_WIFI" desc="Body of t he system notification that current Wi-Fi network is behind captive portal"> 5774 <message name="IDS_PORTAL_DETECTION_NOTIFICATION_MESSAGE_WIFI" desc="Body of t he system notification that current Wi-Fi network is behind captive portal">
(...skipping 510 matching lines...) Expand 10 before | Expand all | Expand 10 after
6389 </message> 6285 </message>
6390 <message name="IDS_FILE_SYSTEM_REQUEST_FILE_SYSTEM_DIALOG_WRITABLE_MESSAGE" de sc="Message in a prompt dialog for granting full permissions (read, write, delet e, create files and directories) to a volume (eg. USB drive, SD card, MTP device ) with the specified name to the extension."> 6286 <message name="IDS_FILE_SYSTEM_REQUEST_FILE_SYSTEM_DIALOG_WRITABLE_MESSAGE" de sc="Message in a prompt dialog for granting full permissions (read, write, delet e, create files and directories) to a volume (eg. USB drive, SD card, MTP device ) with the specified name to the extension.">
6391 <ph name="APP_NAME">$1<ex>Super Kiosk app</ex></ph> wants to access <ph name ="VOLUME_NAME">$2<ex>FooBar 4GB</ex></ph>. It may modify or delete your files. 6287 <ph name="APP_NAME">$1<ex>Super Kiosk app</ex></ph> wants to access <ph name ="VOLUME_NAME">$2<ex>FooBar 4GB</ex></ph>. It may modify or delete your files.
6392 </message> 6288 </message>
6393 <message name="IDS_FILE_SYSTEM_REQUEST_FILE_SYSTEM_DIALOG_ALLOW_BUTTON" desc=" Label on the button to grant permissions."> 6289 <message name="IDS_FILE_SYSTEM_REQUEST_FILE_SYSTEM_DIALOG_ALLOW_BUTTON" desc=" Label on the button to grant permissions.">
6394 Allow 6290 Allow
6395 </message> 6291 </message>
6396 <message name="IDS_FILE_SYSTEM_REQUEST_FILE_SYSTEM_DIALOG_DENY_BUTTON" desc="L abel on the button to reject permissions."> 6292 <message name="IDS_FILE_SYSTEM_REQUEST_FILE_SYSTEM_DIALOG_DENY_BUTTON" desc="L abel on the button to reject permissions.">
6397 Deny 6293 Deny
6398 </message> 6294 </message>
6399 <message name="IDS_FLAGS_MTP_WRITE_SUPPORT_NAME" desc="Name of the option for mtp write support.">
6400 MTP write support
6401 </message>
6402 <message name="IDS_FLAGS_MTP_WRITE_SUPPORT_DESCRIPTION" desc="Description of t he option for mtp write support.">
6403 MTP write support in File System API (and file manager). In-place editing op erations are not supported.
6404 </message>
6405 <message name="IDS_FILE_SYSTEM_REQUEST_FILE_SYSTEM_NOTIFICATION_MESSAGE" desc= "Message in a notification about granted read-only pemissions (read, write, dele te, create files and directories) to a volume (eg. USB drive, SD card, MTP devic e) with the specified name to the extension."> 6295 <message name="IDS_FILE_SYSTEM_REQUEST_FILE_SYSTEM_NOTIFICATION_MESSAGE" desc= "Message in a notification about granted read-only pemissions (read, write, dele te, create files and directories) to a volume (eg. USB drive, SD card, MTP devic e) with the specified name to the extension.">
6406 Read-only access to <ph name="VOLUME_NAME">$1<ex>FooBar 4GB</ex></ph> has be en granted. 6296 Read-only access to <ph name="VOLUME_NAME">$1<ex>FooBar 4GB</ex></ph> has be en granted.
6407 </message> 6297 </message>
6408 <message name="IDS_FILE_SYSTEM_REQUEST_FILE_SYSTEM_NOTIFICATION_WRITABLE_MESSA GE" desc="Message in a notification about granted full permissions (read, write, delete, create files and directories) to a volume (eg. USB drive, SD card, MTP device) with the specified name to the extension."> 6298 <message name="IDS_FILE_SYSTEM_REQUEST_FILE_SYSTEM_NOTIFICATION_WRITABLE_MESSA GE" desc="Message in a notification about granted full permissions (read, write, delete, create files and directories) to a volume (eg. USB drive, SD card, MTP device) with the specified name to the extension.">
6409 Read and write access to <ph name="VOLUME_NAME">$1<ex>FooBar 4GB</ex></ph> h as been granted. 6299 Read and write access to <ph name="VOLUME_NAME">$1<ex>FooBar 4GB</ex></ph> h as been granted.
6410 </message> 6300 </message>
6411 <message name="IDS_FLAGS_CROS_REGIONS_MODE_NAME" desc="Title for the flag to s elect cros-regions file handling mode.">
6412 Cros-regions load mode
6413 </message>
6414 <message name="IDS_FLAGS_CROS_REGIONS_MODE_DESCRIPTION" desc="Description for the flag to select cros-regions file handling mode.">
6415 This flag controls cros-regions load mode
6416 </message>
6417 <message name="IDS_FLAGS_CROS_REGIONS_MODE_DEFAULT" desc="Name of the value fo r cros-regions file handling mode for 'default' mode.">
6418 Default
6419 </message>
6420 <message name="IDS_FLAGS_CROS_REGIONS_MODE_OVERRIDE" desc="Name of the value f or cros-regions file handling mode for 'override' mode (values from region file replace matching VPD values).">
6421 Override VPD values.
6422 </message>
6423 <message name="IDS_FLAGS_CROS_REGIONS_MODE_HIDE" desc="Name of the value for c ros-regions file handling mode for 'hide' mode (VPD values are hidden, only cros -region values are used).">
6424 Hide VPD values.
6425 </message>
6426 6301
6427 <!-- Webstore widget app --> 6302 <!-- Webstore widget app -->
6428 <message name="IDS_WEBSTORE_WIDGET_APP_NAME" desc="App name for Webstore Galle ry Widget app. The app shows a filtered list of extensions from Chrome Web Store . Extensions from the list can be installed directly from the app."> 6303 <message name="IDS_WEBSTORE_WIDGET_APP_NAME" desc="App name for Webstore Galle ry Widget app. The app shows a filtered list of extensions from Chrome Web Store . Extensions from the list can be installed directly from the app.">
6429 Chrome Web Store Gallery 6304 Chrome Web Store Gallery
6430 </message> 6305 </message>
6431 <message name="IDS_WEBSTORE_WIDGET_APP_DESC" desc="Description of Chrome Webst ore Gallery Widget app."> 6306 <message name="IDS_WEBSTORE_WIDGET_APP_DESC" desc="Description of Chrome Webst ore Gallery Widget app.">
6432 An app that shows a filtered list of extensions from Chrome Web Store. Exten sions in the list can be installed directly from the app. 6307 An app that shows a filtered list of extensions from Chrome Web Store. Exten sions in the list can be installed directly from the app.
6433 </message> 6308 </message>
6434 <message name="IDS_WEBSTORE_WIDGET_TITLE_PRINTER_PROVIDERS" desc="Title for Ch rome Web Store Gallery Widget which lists all print driver apps from Chrome Web Store for a specific printer."> 6309 <message name="IDS_WEBSTORE_WIDGET_TITLE_PRINTER_PROVIDERS" desc="Title for Ch rome Web Store Gallery Widget which lists all print driver apps from Chrome Web Store for a specific printer.">
6435 Select a printer driver app 6310 Select a printer driver app
6436 </message> 6311 </message>
6437 <message name="IDS_WEBSTORE_WIDGET_DEFAULT_ERROR" desc="Default message shown when Chrome Web Store Widget app window content fails to load (e.g. if it fails to load Chrome Web Store Gallery in a webview)."> 6312 <message name="IDS_WEBSTORE_WIDGET_DEFAULT_ERROR" desc="Default message shown when Chrome Web Store Widget app window content fails to load (e.g. if it fails to load Chrome Web Store Gallery in a webview).">
6438 Could not connect to the Chrome Web Store. 6313 Could not connect to the Chrome Web Store.
6439 </message> 6314 </message>
6440 <message name="IDS_WEBSTORE_WIDGET_LOADING_SPINNER_ALT" desc="Alt text for spi nner shown in Chrome Web Store Gallery widget while the widget contents is loadi ng. This is the text that will be read by screen reader when the spinner is focu sed. The string should be translated as a verb."> 6315 <message name="IDS_WEBSTORE_WIDGET_LOADING_SPINNER_ALT" desc="Alt text for spi nner shown in Chrome Web Store Gallery widget while the widget contents is loadi ng. This is the text that will be read by screen reader when the spinner is focu sed. The string should be translated as a verb.">
6441 Loading 6316 Loading
6442 </message> 6317 </message>
6443 <message name="IDS_WEBSTORE_WIDGET_INSTALLING_SPINNER_ALT" desc="Alt text for spinner shown in Chrome Web Store Gallery widget while an app is being installed from the widget. This is the text that will be read by screen reader when the s pinner has focus. The string should be translated as a verb."> 6318 <message name="IDS_WEBSTORE_WIDGET_INSTALLING_SPINNER_ALT" desc="Alt text for spinner shown in Chrome Web Store Gallery widget while an app is being installed from the widget. This is the text that will be read by screen reader when the s pinner has focus. The string should be translated as a verb.">
6444 Installing 6319 Installing
6445 </message> 6320 </message>
6446 <message name="IDS_FLAGS_PRINTER_PROVIDER_SEARCH_APP_NAME" desc="Name of the f lag used to enable launching Chrome Web Store Gallery widget app for searching f or printer provider apps.">
6447 Chrome Web Store Gallery app for printer drivers
6448 </message>
6449 <message name="IDS_FLAGS_PRINTER_PROVIDER_SEARCH_APP_DESCRIPTION" desc="Descri ption of a flag in chrome://flags that enables launching Chrome Web Store Galler y widget app for searching for printer provider apps.">
6450 Enables Chrome Web Store Gallery app for printer drivers. The app searches C hrome Web Store for extensions that support printing to a USB printer with speci fic USB ID.
6451 </message>
6452 6321
6453 <!-- Android Apps --> 6322 <!-- Android Apps -->
6454 <message name="IDS_OPTIONS_ARC_TITLE" desc="The title of Google Play Store sec tion."> 6323 <message name="IDS_OPTIONS_ARC_TITLE" desc="The title of Google Play Store sec tion.">
6455 Google Play Store (beta) 6324 Google Play Store (beta)
6456 </message> 6325 </message>
6457 <message name="IDS_ARC_PLAYSTORE_ICON_TITLE_BETA" desc="The Play Store icon ti tle with the beta label in the launcher."> 6326 <message name="IDS_ARC_PLAYSTORE_ICON_TITLE_BETA" desc="The Play Store icon ti tle with the beta label in the launcher.">
6458 Play Store (beta) 6327 Play Store (beta)
6459 </message> 6328 </message>
6460 <message name="IDS_OPTIONS_ARC_ENABLE" desc="Label for the checkbox that enabl es Google Play Store apps."> 6329 <message name="IDS_OPTIONS_ARC_ENABLE" desc="Label for the checkbox that enabl es Google Play Store apps.">
6461 Enable Google Play Store on your Chromebook. 6330 Enable Google Play Store on your Chromebook.
(...skipping 156 matching lines...) Expand 10 before | Expand all | Expand 10 after
6618 </message> 6487 </message>
6619 <message name="IDS_ARC_OOBE_TERMS_BUTTON_SKIP" desc="Skip button of the Arc Te rms OOBE dialog."> 6488 <message name="IDS_ARC_OOBE_TERMS_BUTTON_SKIP" desc="Skip button of the Arc Te rms OOBE dialog.">
6620 Skip 6489 Skip
6621 </message> 6490 </message>
6622 <message name="IDS_ARC_OOBE_TERMS_BUTTON_RETRY" desc="Retry button of the Arc Terms OOBE dialog that reloads Play Store terms."> 6491 <message name="IDS_ARC_OOBE_TERMS_BUTTON_RETRY" desc="Retry button of the Arc Terms OOBE dialog that reloads Play Store terms.">
6623 Retry 6492 Retry
6624 </message> 6493 </message>
6625 <message name="IDS_ARC_OOBE_TERMS_POPUP_HELP_CLOSE_BUTTON" desc="Close button of the popup local help of Arc Play Store Terms OOBE dialog."> 6494 <message name="IDS_ARC_OOBE_TERMS_POPUP_HELP_CLOSE_BUTTON" desc="Close button of the popup local help of Arc Play Store Terms OOBE dialog.">
6626 Close 6495 Close
6627 </message> 6496 </message>
6628 <message name="IDS_FLAGS_ARC_BOOT_COMPLETED" desc="Name of the flag for blocki ng the ACTION_BOOT_COMPLETED broadcast for third-party apps on ARC.">
6629 Load Android apps automatically
6630 </message>
6631 <message name="IDS_FLAGS_ARC_BOOT_COMPLETED_DESCRIPTION" desc="Description for the flag for blocking ACTION_BOOT_COMPLETED broadcast for third-party apps.">
6632 Allow Android apps to start automatically after signing in.
6633 </message>
6634 <message name="IDS_FLAGS_ENABLE_IME_MENU_NAME" desc="Name of the about: flag f or enabling opt-in IME menu.">
6635 Enable opt-in IME menu
6636 </message>
6637 <message name="IDS_FLAGS_ENABLE_IME_MENU_DESCRIPTION" desc="Description of the about: flag for enabling opt-in IME menu.">
6638 Enable access to the new IME menu in the Language Settings page.
6639 </message>
6640 <message name="IDS_LOW_DISK_NOTIFICATION_TITLE" desc="Title of the notificatio n warning users that they are low on disk space."> 6497 <message name="IDS_LOW_DISK_NOTIFICATION_TITLE" desc="Title of the notificatio n warning users that they are low on disk space.">
6641 Device is low on disk space 6498 Device is low on disk space
6642 </message> 6499 </message>
6643 <message name="IDS_LOW_DISK_NOTIFICATION_MESSAGE" desc="Notification text warn ing users that they are low on disk space."> 6500 <message name="IDS_LOW_DISK_NOTIFICATION_MESSAGE" desc="Notification text warn ing users that they are low on disk space.">
6644 Free up disk space or select data may be automatically deleted 6501 Free up disk space or select data may be automatically deleted
6645 </message> 6502 </message>
6646 <message name="IDS_CRITICALLY_LOW_DISK_NOTIFICATION_TITLE" desc="Title of the notification warning users that they are critically low on disk space."> 6503 <message name="IDS_CRITICALLY_LOW_DISK_NOTIFICATION_TITLE" desc="Title of the notification warning users that they are critically low on disk space.">
6647 Device disk space critically low 6504 Device disk space critically low
6648 </message> 6505 </message>
6649 <message name="IDS_CRITICALLY_LOW_DISK_NOTIFICATION_MESSAGE" desc="Notificatio n text warning users that they are critically low on disk space."> 6506 <message name="IDS_CRITICALLY_LOW_DISK_NOTIFICATION_MESSAGE" desc="Notificatio n text warning users that they are critically low on disk space.">
6650 Free up disk space or device will become unresponsive. 6507 Free up disk space or device will become unresponsive.
6651 </message> 6508 </message>
6652 <message name="IDS_LOW_DISK_NOTIFICATION_BUTTON" desc="Button on the low disk notification to open storage management."> 6509 <message name="IDS_LOW_DISK_NOTIFICATION_BUTTON" desc="Button on the low disk notification to open storage management.">
6653 Manage storage 6510 Manage storage
6654 </message> 6511 </message>
6655 <message name="IDS_FLAGS_ENABLE_EHV_INPUT_NAME" desc="Name of the about: flag for enabling emoji, handwriting and voice input on opt-in IME menu.">
6656 Emoji, handwriting and voice input on opt-in IME menu
6657 </message>
6658 <message name="IDS_FLAGS_ENABLE_EHV_INPUT_DESCRIPTION" desc="Description of th e about: flag enabling emoji, handwriting and voice input on opt-in IME menu.">
6659 Enable access to emoji, handwriting and voice input form opt-in IME menu.
6660 </message>
6661 <message name="IDS_HATS_DONE_BUTTON_LABEL" desc="Label used for the done butto n at the end of survey"> 6512 <message name="IDS_HATS_DONE_BUTTON_LABEL" desc="Label used for the done butto n at the end of survey">
6662 Done 6513 Done
6663 </message> 6514 </message>
6664 6515
6665 <!-- Print Job Notification --> 6516 <!-- Print Job Notification -->
6666 <message name="IDS_PRINT_JOB_WAITING_NOTIFICATION_MESSAGE" desc="Message of th e waiting-for-printing notification."> 6517 <message name="IDS_PRINT_JOB_WAITING_NOTIFICATION_MESSAGE" desc="Message of th e waiting-for-printing notification.">
6667 Waiting to print <ph name="PAGE_NUMBER">$1<ex>5</ex></ph> pages to <ph name= "PRINTER_NAME">$2<ex>printer</ex></ph> 6518 Waiting to print <ph name="PAGE_NUMBER">$1<ex>5</ex></ph> pages to <ph name= "PRINTER_NAME">$2<ex>printer</ex></ph>
6668 </message> 6519 </message>
6669 <message name="IDS_PRINT_JOB_PRINTING_NOTIFICATION_MESSAGE" desc="Message of t he printing-in-progress notification."> 6520 <message name="IDS_PRINT_JOB_PRINTING_NOTIFICATION_MESSAGE" desc="Message of t he printing-in-progress notification.">
6670 Now printing <ph name="PAGE_NUMBER">$1<ex>5</ex></ph> pages to <ph name="PRI NTER_NAME">$2<ex>printer</ex></ph> 6521 Now printing <ph name="PAGE_NUMBER">$1<ex>5</ex></ph> pages to <ph name="PRI NTER_NAME">$2<ex>printer</ex></ph>
(...skipping 40 matching lines...) Expand 10 before | Expand all | Expand 10 after
6711 Attempts left: $1 6562 Attempts left: $1
6712 </message> 6563 </message>
6713 <message name="IDS_REQUEST_PIN_DIALOG_PIN" desc="The Provider Identification N umber abbreviation"> 6564 <message name="IDS_REQUEST_PIN_DIALOG_PIN" desc="The Provider Identification N umber abbreviation">
6714 PIN 6565 PIN
6715 </message> 6566 </message>
6716 <message name="IDS_REQUEST_PIN_DIALOG_PUK" desc="The Personal Unlocking Key (a s used in mobile phones) abbreviation"> 6567 <message name="IDS_REQUEST_PIN_DIALOG_PUK" desc="The Personal Unlocking Key (a s used in mobile phones) abbreviation">
6717 PUK 6568 PUK
6718 </message> 6569 </message>
6719 6570
6720 </grit-part> 6571 </grit-part>
OLDNEW
« no previous file with comments | « no previous file | chrome/app/generated_resources.grd » ('j') | chrome/app/generated_resources.grd » ('J')

Powered by Google App Engine
This is Rietveld 408576698