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

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

Issue 1136843008: Remove --enable-firewall-hole-punching flag, default to enabled. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Revert histograms.xml change. Created 5 years, 7 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/browser/about_flags.cc » ('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 <!-- ChromeOS-specific strings (included from generated_resources.grd). 2 <!-- ChromeOS-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 <message name="IDS_CHROMEBOOK" desc="The localized name for Chromebook."> 7 <message name="IDS_CHROMEBOOK" desc="The localized name for Chromebook.">
8 Chromebook 8 Chromebook
9 </message> 9 </message>
10 <message name="IDS_CHROMEBOX" desc="The localized name for Chromebox"> 10 <message name="IDS_CHROMEBOX" desc="The localized name for Chromebox">
(...skipping 6303 matching lines...) Expand 10 before | Expand all | Expand 10 after
6314 </message> 6314 </message>
6315 <message name="IDS_FLAGS_DISABLE_WEBVIEW_SIGNIN_FLOW_NAME" desc="Title for the flag to disable the new WebView-based sign-in flow."> 6315 <message name="IDS_FLAGS_DISABLE_WEBVIEW_SIGNIN_FLOW_NAME" desc="Title for the flag to disable the new WebView-based sign-in flow.">
6316 Disable WebView-based sign-in flow 6316 Disable WebView-based sign-in flow
6317 </message> 6317 </message>
6318 <message name="IDS_FLAGS_DISABLE_WEBVIEW_SIGNIN_FLOW_DESCRIPTION" desc="Descri ption for the flag to disable the new WebView-based sign-in flow."> 6318 <message name="IDS_FLAGS_DISABLE_WEBVIEW_SIGNIN_FLOW_DESCRIPTION" desc="Descri ption for the flag to disable the new WebView-based sign-in flow.">
6319 If set, sign-in will be performed using the old GAIA flow instead of the new WebView-based one. 6319 If set, sign-in will be performed using the old GAIA flow instead of the new WebView-based one.
6320 </message> 6320 </message>
6321 <message name="IDS_OPTIONS_RESOLVE_TIMEZONE_BY_GEOLOCATION_DESCRIPTION" desc=" Label for checkbox to allow automatic timezone update by user geolocation."> 6321 <message name="IDS_OPTIONS_RESOLVE_TIMEZONE_BY_GEOLOCATION_DESCRIPTION" desc=" Label for checkbox to allow automatic timezone update by user geolocation.">
6322 Set time zone automatically using your location 6322 Set time zone automatically using your location
6323 </message> 6323 </message>
6324 <message name="IDS_FLAGS_ENABLE_FIREWALL_HOLE_PUNCHING_NAME" desc="Name of the option to enable punching holes in the Chrome OS firewall.">
6325 Enable firewall hole punching.
6326 </message>
6327 <message name="IDS_FLAGS_ENABLE_FIREWALL_HOLE_PUNCHING_DESCRIPTION" desc="Desc ription of the option to enable punching holes in the Chrome OS firewall.">
6328 Enable punching holes in the Chrome OS firewall for Chrome Apps that open a TCP/IP server socket or UDP socket.
6329 </message>
6330 <message name="IDS_FILE_SYSTEM_REQUEST_FILE_SYSTEM_DIALOG_TITLE" desc="Title o f a prompt dialog for granting permissions to a volume (eg. USB drive, SD card, MTP device) with the specified name."> 6324 <message name="IDS_FILE_SYSTEM_REQUEST_FILE_SYSTEM_DIALOG_TITLE" desc="Title o f a prompt dialog for granting permissions to a volume (eg. USB drive, SD card, MTP device) with the specified name.">
6331 Permission requested 6325 Permission requested
6332 </message> 6326 </message>
6333 <message name="IDS_FILE_SYSTEM_REQUEST_FILE_SYSTEM_DIALOG_MESSAGE" desc="Messa ge in a prompt dialog for granting read-only permissions to a volume (eg. USB dr ive, SD card, MTP device) with the specified name to the extension."> 6327 <message name="IDS_FILE_SYSTEM_REQUEST_FILE_SYSTEM_DIALOG_MESSAGE" desc="Messa ge in a prompt dialog for granting read-only permissions to a volume (eg. USB dr ive, SD card, MTP device) with the specified name to the extension.">
6334 <ph name="APP_NAME">$1<ex>Super Kiosk app</ex></ph> wants to copy files from <ph name="VOLUME_NAME">$2<ex>FooBar 4GB</ex></ph>. 6328 <ph name="APP_NAME">$1<ex>Super Kiosk app</ex></ph> wants to copy files from <ph name="VOLUME_NAME">$2<ex>FooBar 4GB</ex></ph>.
6335 </message> 6329 </message>
6336 <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."> 6330 <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.">
6337 <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. 6331 <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.
6338 </message> 6332 </message>
6339 <message name="IDS_FILE_SYSTEM_REQUEST_FILE_SYSTEM_DIALOG_ALLOW_BUTTON" desc=" Label on the button to grant permissions."> 6333 <message name="IDS_FILE_SYSTEM_REQUEST_FILE_SYSTEM_DIALOG_ALLOW_BUTTON" desc=" Label on the button to grant permissions.">
(...skipping 23 matching lines...) Expand all
6363 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. 6357 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.
6364 </message> 6358 </message>
6365 <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."> 6359 <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.">
6366 Select a printer driver app 6360 Select a printer driver app
6367 </message> 6361 </message>
6368 <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)."> 6362 <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).">
6369 Could not connect to the Chrome Web Store. 6363 Could not connect to the Chrome Web Store.
6370 </message> 6364 </message>
6371 6365
6372 </grit-part> 6366 </grit-part>
OLDNEW
« no previous file with comments | « no previous file | chrome/browser/about_flags.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698