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

Side by Side Diff: chrome/app/chromium_strings.grd

Issue 149023010: UDP firewall rules for Windows. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: more xp code Created 6 years, 10 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 | Annotate | Revision Log
« no previous file with comments | « no previous file | chrome/app/google_chrome_strings.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 <!-- This file contains definitions of strings that are distribution specific. 2 <!-- This file contains definitions of strings that are distribution specific.
3 These strings will not be translated and only english versions will 3 These strings will not be translated and only english versions will
4 be available for now. --> 4 be available for now. -->
5 5
6 <grit base_dir="." latest_public_release="0" current_release="1" 6 <grit base_dir="." latest_public_release="0" current_release="1"
7 source_lang_id="en" enc_check="möl"> 7 source_lang_id="en" enc_check="möl">
8 <outputs> 8 <outputs>
9 <output filename="grit/chromium_strings.h" type="rc_header"> 9 <output filename="grit/chromium_strings.h" type="rc_header">
10 <emit emit_type='prepend'></emit> 10 <emit emit_type='prepend'></emit>
(...skipping 1041 matching lines...) Expand 10 before | Expand all | Expand 10 after
1052 Chromium is using your microphone. 1052 Chromium is using your microphone.
1053 </message> 1053 </message>
1054 <message name="IDS_MEDIA_STREAM_STATUS_TRAY_TEXT_VIDEO_ONLY" desc="Tool ti p for the capture status tray icon when camera is being used"> 1054 <message name="IDS_MEDIA_STREAM_STATUS_TRAY_TEXT_VIDEO_ONLY" desc="Tool ti p for the capture status tray icon when camera is being used">
1055 Chromium is using your camera. 1055 Chromium is using your camera.
1056 </message> 1056 </message>
1057 1057
1058 <!-- ProcessSingleton --> 1058 <!-- ProcessSingleton -->
1059 <message name="IDS_PROFILE_IN_USE_LINUX" desc="Message shown when the brow ser cannot start because the profile is in use on a different host."> 1059 <message name="IDS_PROFILE_IN_USE_LINUX" desc="Message shown when the brow ser cannot start because the profile is in use on a different host.">
1060 The profile appears to be in use by another Chromium process (<ph name=" PROCESS_ID">$1<ex>12345</ex></ph>) on another computer (<ph name="HOST_NAME">$2< ex>example.com</ex></ph>). Chromium has locked the profile so that it doesn't ge t corrupted. If you are sure no other processes are using this profile, you can unlock the profile and relaunch Chromium. 1060 The profile appears to be in use by another Chromium process (<ph name=" PROCESS_ID">$1<ex>12345</ex></ph>) on another computer (<ph name="HOST_NAME">$2< ex>example.com</ex></ph>). Chromium has locked the profile so that it doesn't ge t corrupted. If you are sure no other processes are using this profile, you can unlock the profile and relaunch Chromium.
1061 </message> 1061 </message>
1062 <!-- Windows firewall rule strings. -->
1063 <if expr="is_win">
1064 <message name="IDS_INBOUND_UDP_RULE_NAME" desc="The name of the firewall rule blocking inbound UDP connections.">
1065 Chromium (UDP-In)
1066 </message>
1067 <message name="IDS_INBOUND_UDP_RULE_NAME_SXS" desc="The name of the fire wall rule blocking inbound UDP connections for canary.">
1068 Chromium (UDP-In)
1069 </message>
1070 <message name="IDS_INBOUND_UDP_RULE_DESCRIPTION" desc="The description o f the firewall rule blocking inbound UDP connections.">
1071 Inbound rule for Chromium to block UDP connections.
1072 </message>
1073 <message name="IDS_INBOUND_UDP_RULE_DESCRIPTION_SXS" desc="The descripti on of the firewall rule blocking inbound UDP connections for canary.">
1074 Inbound rule for Chromium to block UDP connections.
1075 </message>
1076 </if>
1062 1077
1063 </messages> 1078 </messages>
1064 </release> 1079 </release>
1065 </grit> 1080 </grit>
OLDNEW
« no previous file with comments | « no previous file | chrome/app/google_chrome_strings.grd » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698