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

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

Issue 2774203002: Migrate about:flags messages to const char* (Closed)
Patch Set: fix iOS compilation Created 3 years, 8 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') | no next file with comments »
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 1378 matching lines...) Expand 10 before | Expand all | Expand 10 after
2825 </message> 2753 </message>
2826 <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."> 2754 <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.">
2827 Allows you to enable/disable tap-to-click 2755 Allows you to enable/disable tap-to-click
2828 </message> 2756 </message>
2829 <message name="IDS_OPTIONS_SETTINGS_ACCESSIBILITY_AUDIO_HEADING" desc="In the settings tab, the heading for the section on audio / sound settings."> 2757 <message name="IDS_OPTIONS_SETTINGS_ACCESSIBILITY_AUDIO_HEADING" desc="In the settings tab, the heading for the section on audio / sound settings.">
2830 Audio 2758 Audio
2831 </message> 2759 </message>
2832 <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."> 2760 <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.">
2833 Add additional features 2761 Add additional features
2834 </message> 2762 </message>
2835 <message name="IDS_FLAGS_EXPERIMENTAL_ACCESSIBILITY_FEATURES_NAME" desc="Name of the about:flag option for experimental accessibility features.">
2836 Experimental accessibility features
2837 </message>
2838 <message name="IDS_FLAGS_EXPERIMENTAL_ACCESSIBILITY_FEATURES_DESCRIPTION" desc ="Description of the about:flag option for experimental accessibility features." >
2839 Enable additional accessibility features in the Settings page.
2840 </message>
2841 <message name="IDS_FLAGS_DISABLE_SYSTEM_TIMEZONE_AUTOMATIC_DETECTION_NAME" des c="Name of the about:flag option for disabling EnableSystemTimezoneAutomaticDete ction policy.">
2842 SystemTimezoneAutomaticDetection policy support
2843 </message>
2844 <message name="IDS_FLAGS_DISABLE_SYSTEM_TIMEZONE_AUTOMATIC_DETECTION_DESCRIPTI ON" desc="Description of the about:flag option for disabling EnableSystemTimezon eAutomaticDetection policy.">
2845 Disable system timezone automatic detection device policy.
2846 </message>
2847 <message name="IDS_OPTIONS_SETTINGS_DISPLAY_OPTIONS_BUTTON_LABEL" desc="Label for the button opening display settings tab."> 2763 <message name="IDS_OPTIONS_SETTINGS_DISPLAY_OPTIONS_BUTTON_LABEL" desc="Label for the button opening display settings tab.">
2848 Display settings 2764 Display settings
2849 </message> 2765 </message>
2850 <message name="IDS_OPTIONS_SETTINGS_DISPLAY_OPTIONS_TAB_TITLE" desc="Title for the display settings tab."> 2766 <message name="IDS_OPTIONS_SETTINGS_DISPLAY_OPTIONS_TAB_TITLE" desc="Title for the display settings tab.">
2851 Manage displays 2767 Manage displays
2852 </message> 2768 </message>
2853 <message name="IDS_OPTIONS_SETTINGS_DISPLAY_OPTIONS_OPTIONS" desc="The section title for general options for a selected display."> 2769 <message name="IDS_OPTIONS_SETTINGS_DISPLAY_OPTIONS_OPTIONS" desc="The section title for general options for a selected display.">
2854 Options: 2770 Options:
2855 </message> 2771 </message>
2856 <message name="IDS_OPTIONS_SETTINGS_DISPLAY_OPTIONS_RESOLUTION" desc="The sect ion title for resolution option for a selected display."> 2772 <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
5772 </message> 5688 </message>
5773 <message name="IDS_EOL_NOTIFICATION_EOL" desc="Notification shown to inform th e user that this device will no longer receive software updates."> 5689 <message name="IDS_EOL_NOTIFICATION_EOL" desc="Notification shown to inform th e user that this device will no longer receive software updates.">
5774 Software updates for this device are no longer available. Please consider up grading. 5690 Software updates for this device are no longer available. Please consider up grading.
5775 </message> 5691 </message>
5776 <message name="IDS_EOL_MORE_INFO_BUTTON" desc="A button label shown in the not ification for eol status change to get more information."> 5692 <message name="IDS_EOL_MORE_INFO_BUTTON" desc="A button label shown in the not ification for eol status change to get more information.">
5777 Learn more 5693 Learn more
5778 </message> 5694 </message>
5779 <message name="IDS_EOL_DISMISS_BUTTON" desc="A button label shown in the notif ication for eol status change to dismiss the notification."> 5695 <message name="IDS_EOL_DISMISS_BUTTON" desc="A button label shown in the notif ication for eol status change to dismiss the notification.">
5780 Don't remind me again 5696 Don't remind me again
5781 </message> 5697 </message>
5782 <message name="IDS_FLAGS_EOL_NOTIFICATION_NAME" desc="Name of the about:flag o ption to disable eol notification.">
5783 Disable Device End of Life notification.
5784 </message>
5785 <message name="IDS_FLAGS_EOL_NOTIFICATION_DESCRIPTION" desc="Description of th e about:flag option to disable eol notification.">
5786 Disable Notifcation when Device is End of Life.
5787 </message>
5788
5789 <!-- Stylus strings -->
5790 <message name="IDS_FLAGS_FORCE_ENABLE_STYLUS_TOOLS_NAME" desc="Name of the abo ut:flag option to enable stylus tools.">
5791 Force enable stylus features
5792 </message>
5793 <message name="IDS_FLAGS_FORCE_ENABLE_STYLUS_TOOLS_DESCRIPTION" desc="Descript ion of the about:flag option to enable stylus tools.">
5794 Forces display of the stylus tools menu in the shelf and the stylus section in settings, even if there is no attached stylus device.
5795 </message>
5796 5698
5797 <!-- Genius App --> 5699 <!-- Genius App -->
5798 <message name="IDS_GENIUS_APP_NAME" desc="Name of the genius app in the app sh elf"> 5700 <message name="IDS_GENIUS_APP_NAME" desc="Name of the genius app in the app sh elf">
5799 Get Help 5701 Get Help
5800 </message> 5702 </message>
5801 <message name="IDS_GENIUS_APP_DESCRIPTION" desc="Description of the genius app in the app shelf"> 5703 <message name="IDS_GENIUS_APP_DESCRIPTION" desc="Description of the genius app in the app shelf">
5802 Get help with your <ph name="DEVICE_TYPE">$1<ex>Chromebook</ex></ph>. 5704 Get help with your <ph name="DEVICE_TYPE">$1<ex>Chromebook</ex></ph>.
5803 </message> 5705 </message>
5804 <message name="IDS_FILEMANAGER_APP_NAME" desc="Name for the File Manager app." > 5706 <message name="IDS_FILEMANAGER_APP_NAME" desc="Name for the File Manager app." >
5805 Files 5707 Files
(...skipping 76 matching lines...) Expand 10 before | Expand all | Expand 10 after
5882 Keep exploring 5784 Keep exploring
5883 </message> 5785 </message>
5884 <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."> 5786 <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.">
5885 Finish 5787 Finish
5886 </message> 5788 </message>
5887 <message name="IDS_FIRST_RUN_NEXT_BUTTON" desc="Text on the first-run tutorial button leading to next step of tutorial."> 5789 <message name="IDS_FIRST_RUN_NEXT_BUTTON" desc="Text on the first-run tutorial button leading to next step of tutorial.">
5888 Next 5790 Next
5889 </message> 5791 </message>
5890 5792
5891 <!-- Network portal notification --> 5793 <!-- Network portal notification -->
5892 <message name="IDS_FLAGS_NETWORK_PORTAL_NOTIFICATION_NAME" desc="Title for the flag to enable/disable notifications about captive portals.">
5893 Notifications about captive portals
5894 </message>
5895 <message name="IDS_FLAGS_NETWORK_PORTAL_NOTIFICATION_DESCRIPTION" desc="Descri ption for the flag to enable/disable notifications about captive portals.">
5896 If enabled, notification is displayed when device is connected to a network behind captive portal.
5897 </message>
5898 <message name="IDS_PORTAL_DETECTION_NOTIFICATION_TITLE_WIRED" desc="Title for the system notification that current wired network is behind captive portal"> 5794 <message name="IDS_PORTAL_DETECTION_NOTIFICATION_TITLE_WIRED" desc="Title for the system notification that current wired network is behind captive portal">
5899 Connect to network 5795 Connect to network
5900 </message> 5796 </message>
5901 <message name="IDS_PORTAL_DETECTION_NOTIFICATION_TITLE_WIFI" desc="Title for t he system notification that current Wi-Fi network is behind captive portal"> 5797 <message name="IDS_PORTAL_DETECTION_NOTIFICATION_TITLE_WIFI" desc="Title for t he system notification that current Wi-Fi network is behind captive portal">
5902 Connect to Wi-Fi network 5798 Connect to Wi-Fi network
5903 </message> 5799 </message>
5904 <message name="IDS_PORTAL_DETECTION_NOTIFICATION_MESSAGE_WIRED" desc="Body of the system notification that current wired network is behind captive portal"> 5800 <message name="IDS_PORTAL_DETECTION_NOTIFICATION_MESSAGE_WIRED" desc="Body of the system notification that current wired network is behind captive portal">
5905 The network you are using (<ph name="NETWORK_ID">$1<ex>Public Network</ex></ ph>) may require you to visit its login page. 5801 The network you are using (<ph name="NETWORK_ID">$1<ex>Public Network</ex></ ph>) may require you to visit its login page.
5906 </message> 5802 </message>
5907 <message name="IDS_PORTAL_DETECTION_NOTIFICATION_MESSAGE_WIFI" desc="Body of t he system notification that current Wi-Fi network is behind captive portal"> 5803 <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
6418 </message> 6314 </message>
6419 <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."> 6315 <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.">
6420 <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. 6316 <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.
6421 </message> 6317 </message>
6422 <message name="IDS_FILE_SYSTEM_REQUEST_FILE_SYSTEM_DIALOG_ALLOW_BUTTON" desc=" Label on the button to grant permissions."> 6318 <message name="IDS_FILE_SYSTEM_REQUEST_FILE_SYSTEM_DIALOG_ALLOW_BUTTON" desc=" Label on the button to grant permissions.">
6423 Allow 6319 Allow
6424 </message> 6320 </message>
6425 <message name="IDS_FILE_SYSTEM_REQUEST_FILE_SYSTEM_DIALOG_DENY_BUTTON" desc="L abel on the button to reject permissions."> 6321 <message name="IDS_FILE_SYSTEM_REQUEST_FILE_SYSTEM_DIALOG_DENY_BUTTON" desc="L abel on the button to reject permissions.">
6426 Deny 6322 Deny
6427 </message> 6323 </message>
6428 <message name="IDS_FLAGS_MTP_WRITE_SUPPORT_NAME" desc="Name of the option for mtp write support.">
6429 MTP write support
6430 </message>
6431 <message name="IDS_FLAGS_MTP_WRITE_SUPPORT_DESCRIPTION" desc="Description of t he option for mtp write support.">
6432 MTP write support in File System API (and file manager). In-place editing op erations are not supported.
6433 </message>
6434 <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."> 6324 <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.">
6435 Read-only access to <ph name="VOLUME_NAME">$1<ex>FooBar 4GB</ex></ph> has be en granted. 6325 Read-only access to <ph name="VOLUME_NAME">$1<ex>FooBar 4GB</ex></ph> has be en granted.
6436 </message> 6326 </message>
6437 <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."> 6327 <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.">
6438 Read and write access to <ph name="VOLUME_NAME">$1<ex>FooBar 4GB</ex></ph> h as been granted. 6328 Read and write access to <ph name="VOLUME_NAME">$1<ex>FooBar 4GB</ex></ph> h as been granted.
6439 </message> 6329 </message>
6440 <message name="IDS_FLAGS_CROS_REGIONS_MODE_NAME" desc="Title for the flag to s elect cros-regions file handling mode.">
6441 Cros-regions load mode
6442 </message>
6443 <message name="IDS_FLAGS_CROS_REGIONS_MODE_DESCRIPTION" desc="Description for the flag to select cros-regions file handling mode.">
6444 This flag controls cros-regions load mode
6445 </message>
6446 <message name="IDS_FLAGS_CROS_REGIONS_MODE_DEFAULT" desc="Name of the value fo r cros-regions file handling mode for 'default' mode.">
6447 Default
6448 </message>
6449 <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).">
6450 Override VPD values.
6451 </message>
6452 <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).">
6453 Hide VPD values.
6454 </message>
6455 6330
6456 <!-- Webstore widget app --> 6331 <!-- Webstore widget app -->
6457 <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."> 6332 <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.">
6458 Chrome Web Store Gallery 6333 Chrome Web Store Gallery
6459 </message> 6334 </message>
6460 <message name="IDS_WEBSTORE_WIDGET_APP_DESC" desc="Description of Chrome Webst ore Gallery Widget app."> 6335 <message name="IDS_WEBSTORE_WIDGET_APP_DESC" desc="Description of Chrome Webst ore Gallery Widget app.">
6461 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. 6336 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.
6462 </message> 6337 </message>
6463 <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."> 6338 <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.">
6464 Select a printer driver app 6339 Select a printer driver app
6465 </message> 6340 </message>
6466 <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)."> 6341 <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).">
6467 Could not connect to the Chrome Web Store. 6342 Could not connect to the Chrome Web Store.
6468 </message> 6343 </message>
6469 <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."> 6344 <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.">
6470 Loading 6345 Loading
6471 </message> 6346 </message>
6472 <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."> 6347 <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.">
6473 Installing 6348 Installing
6474 </message> 6349 </message>
6475 <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.">
6476 Chrome Web Store Gallery app for printer drivers
6477 </message>
6478 <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.">
6479 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.
6480 </message>
6481 6350
6482 <!-- Android Apps --> 6351 <!-- Android Apps -->
6483 <message name="IDS_OPTIONS_ARC_TITLE" desc="The title of Google Play Store sec tion."> 6352 <message name="IDS_OPTIONS_ARC_TITLE" desc="The title of Google Play Store sec tion.">
6484 Google Play Store (beta) 6353 Google Play Store (beta)
6485 </message> 6354 </message>
6486 <message name="IDS_ARC_PLAYSTORE_ICON_TITLE_BETA" desc="The Play Store icon ti tle with the beta label in the launcher."> 6355 <message name="IDS_ARC_PLAYSTORE_ICON_TITLE_BETA" desc="The Play Store icon ti tle with the beta label in the launcher.">
6487 Play Store (beta) 6356 Play Store (beta)
6488 </message> 6357 </message>
6489 <message name="IDS_OPTIONS_ARC_ENABLE" desc="Label for the checkbox that enabl es Google Play Store apps."> 6358 <message name="IDS_OPTIONS_ARC_ENABLE" desc="Label for the checkbox that enabl es Google Play Store apps.">
6490 Enable Google Play Store on your Chromebook. 6359 Enable Google Play Store on your Chromebook.
(...skipping 156 matching lines...) Expand 10 before | Expand all | Expand 10 after
6647 </message> 6516 </message>
6648 <message name="IDS_ARC_OOBE_TERMS_BUTTON_SKIP" desc="Skip button of the Arc Te rms OOBE dialog."> 6517 <message name="IDS_ARC_OOBE_TERMS_BUTTON_SKIP" desc="Skip button of the Arc Te rms OOBE dialog.">
6649 Skip 6518 Skip
6650 </message> 6519 </message>
6651 <message name="IDS_ARC_OOBE_TERMS_BUTTON_RETRY" desc="Retry button of the Arc Terms OOBE dialog that reloads Play Store terms."> 6520 <message name="IDS_ARC_OOBE_TERMS_BUTTON_RETRY" desc="Retry button of the Arc Terms OOBE dialog that reloads Play Store terms.">
6652 Retry 6521 Retry
6653 </message> 6522 </message>
6654 <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."> 6523 <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.">
6655 Close 6524 Close
6656 </message> 6525 </message>
6657 <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.">
6658 Load Android apps automatically
6659 </message>
6660 <message name="IDS_FLAGS_ARC_BOOT_COMPLETED_DESCRIPTION" desc="Description for the flag for blocking ACTION_BOOT_COMPLETED broadcast for third-party apps.">
6661 Allow Android apps to start automatically after signing in.
6662 </message>
6663 <message name="IDS_FLAGS_ENABLE_IME_MENU_NAME" desc="Name of the about: flag f or enabling opt-in IME menu.">
6664 Enable opt-in IME menu
6665 </message>
6666 <message name="IDS_FLAGS_ENABLE_IME_MENU_DESCRIPTION" desc="Description of the about: flag for enabling opt-in IME menu.">
6667 Enable access to the new IME menu in the Language Settings page.
6668 </message>
6669 <message name="IDS_LOW_DISK_NOTIFICATION_TITLE" desc="Title of the notificatio n warning users that they are low on disk space."> 6526 <message name="IDS_LOW_DISK_NOTIFICATION_TITLE" desc="Title of the notificatio n warning users that they are low on disk space.">
6670 Device is low on disk space 6527 Device is low on disk space
6671 </message> 6528 </message>
6672 <message name="IDS_LOW_DISK_NOTIFICATION_MESSAGE" desc="Notification text warn ing users that they are low on disk space."> 6529 <message name="IDS_LOW_DISK_NOTIFICATION_MESSAGE" desc="Notification text warn ing users that they are low on disk space.">
6673 Free up disk space or select data may be automatically deleted 6530 Free up disk space or select data may be automatically deleted
6674 </message> 6531 </message>
6675 <message name="IDS_CRITICALLY_LOW_DISK_NOTIFICATION_TITLE" desc="Title of the notification warning users that they are critically low on disk space."> 6532 <message name="IDS_CRITICALLY_LOW_DISK_NOTIFICATION_TITLE" desc="Title of the notification warning users that they are critically low on disk space.">
6676 Device disk space critically low 6533 Device disk space critically low
6677 </message> 6534 </message>
6678 <message name="IDS_CRITICALLY_LOW_DISK_NOTIFICATION_MESSAGE" desc="Notificatio n text warning users that they are critically low on disk space."> 6535 <message name="IDS_CRITICALLY_LOW_DISK_NOTIFICATION_MESSAGE" desc="Notificatio n text warning users that they are critically low on disk space.">
6679 Free up disk space or device will become unresponsive. 6536 Free up disk space or device will become unresponsive.
6680 </message> 6537 </message>
6681 <message name="IDS_LOW_DISK_NOTIFICATION_BUTTON" desc="Button on the low disk notification to open storage management."> 6538 <message name="IDS_LOW_DISK_NOTIFICATION_BUTTON" desc="Button on the low disk notification to open storage management.">
6682 Manage storage 6539 Manage storage
6683 </message> 6540 </message>
6684 <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.">
6685 Emoji, handwriting and voice input on opt-in IME menu
6686 </message>
6687 <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.">
6688 Enable access to emoji, handwriting and voice input form opt-in IME menu.
6689 </message>
6690 <message name="IDS_HATS_DONE_BUTTON_LABEL" desc="Label used for the done butto n at the end of survey"> 6541 <message name="IDS_HATS_DONE_BUTTON_LABEL" desc="Label used for the done butto n at the end of survey">
6691 Done 6542 Done
6692 </message> 6543 </message>
6693 6544
6694 <!-- Print Job Notification --> 6545 <!-- Print Job Notification -->
6695 <message name="IDS_PRINT_JOB_WAITING_NOTIFICATION_MESSAGE" desc="Message of th e waiting-for-printing notification."> 6546 <message name="IDS_PRINT_JOB_WAITING_NOTIFICATION_MESSAGE" desc="Message of th e waiting-for-printing notification.">
6696 Waiting to print <ph name="PAGE_NUMBER">$1<ex>5</ex></ph> pages to <ph name= "PRINTER_NAME">$2<ex>printer</ex></ph> 6547 Waiting to print <ph name="PAGE_NUMBER">$1<ex>5</ex></ph> pages to <ph name= "PRINTER_NAME">$2<ex>printer</ex></ph>
6697 </message> 6548 </message>
6698 <message name="IDS_PRINT_JOB_PRINTING_NOTIFICATION_MESSAGE" desc="Message of t he printing-in-progress notification."> 6549 <message name="IDS_PRINT_JOB_PRINTING_NOTIFICATION_MESSAGE" desc="Message of t he printing-in-progress notification.">
6699 Now printing <ph name="PAGE_NUMBER">$1<ex>5</ex></ph> pages to <ph name="PRI NTER_NAME">$2<ex>printer</ex></ph> 6550 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
6740 Attempts left: $1 6591 Attempts left: $1
6741 </message> 6592 </message>
6742 <message name="IDS_REQUEST_PIN_DIALOG_PIN" desc="The Provider Identification N umber abbreviation"> 6593 <message name="IDS_REQUEST_PIN_DIALOG_PIN" desc="The Provider Identification N umber abbreviation">
6743 PIN 6594 PIN
6744 </message> 6595 </message>
6745 <message name="IDS_REQUEST_PIN_DIALOG_PUK" desc="The Personal Unlocking Key (a s used in mobile phones) abbreviation"> 6596 <message name="IDS_REQUEST_PIN_DIALOG_PUK" desc="The Personal Unlocking Key (a s used in mobile phones) abbreviation">
6746 PUK 6597 PUK
6747 </message> 6598 </message>
6748 6599
6749 </grit-part> 6600 </grit-part>
OLDNEW
« no previous file with comments | « no previous file | chrome/app/generated_resources.grd » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698