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

Side by Side Diff: chrome/app/policy/windows/adm/en-US/chrome.adm

Issue 3125030: Removing space from the VALUEPREFIX in the ADM/ADMX template.... (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 10 years, 4 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/policy/windows/admx/chrome.admx » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 CLASS MACHINE 1 CLASS MACHINE
2 2
3 CATEGORY !!google 3 CATEGORY !!google
4 CATEGORY !!googlechrome 4 CATEGORY !!googlechrome
5 5
6 ; Most applications will use a registry key with the naming convention 6 ; Most applications will use a registry key with the naming convention
7 ; Software\Policies\CompanyName\ProductName\ComponentName 7 ; Software\Policies\CompanyName\ProductName\ComponentName
8 ; 8 ;
9 ; For example: Software\Policies\Microsoft\Windows\Printing 9 ; For example: Software\Policies\Microsoft\Windows\Printing
10 10
(...skipping 149 matching lines...) Expand 10 before | Expand all | Expand 10 after
160 END POLICY 160 END POLICY
161 161
162 POLICY !!ExtensionInstallBlacklist 162 POLICY !!ExtensionInstallBlacklist
163 #if version >= 4 163 #if version >= 4
164 SUPPORTED !!SUPPORTED_WINXPSP2 164 SUPPORTED !!SUPPORTED_WINXPSP2
165 #endif 165 #endif
166 EXPLAIN !!ExtensionInstallBlacklist_Explain 166 EXPLAIN !!ExtensionInstallBlacklist_Explain
167 KEYNAME "Software\Policies\Google\Chrome\ExtensionInstallBlacklist" 167 KEYNAME "Software\Policies\Google\Chrome\ExtensionInstallBlacklist"
168 168
169 PART !!ExtensionInstallBlacklistDesc LISTBOX 169 PART !!ExtensionInstallBlacklistDesc LISTBOX
170 VALUEPREFIX " " 170 VALUEPREFIX ""
171 END PART 171 END PART
172 END POLICY 172 END POLICY
173 173
174 POLICY !!ExtensionInstallWhitelist 174 POLICY !!ExtensionInstallWhitelist
175 #if version >= 4 175 #if version >= 4
176 SUPPORTED !!SUPPORTED_WINXPSP2 176 SUPPORTED !!SUPPORTED_WINXPSP2
177 #endif 177 #endif
178 EXPLAIN !!ExtensionInstallWhitelist_Explain 178 EXPLAIN !!ExtensionInstallWhitelist_Explain
179 KEYNAME "Software\Policies\Google\Chrome\ExtensionInstallWhitelist" 179 KEYNAME "Software\Policies\Google\Chrome\ExtensionInstallWhitelist"
180 180
181 PART !!ExtensionInstallWhitelistDesc LISTBOX 181 PART !!ExtensionInstallWhitelistDesc LISTBOX
182 VALUEPREFIX " " 182 VALUEPREFIX ""
183 END PART 183 END PART
184 END POLICY 184 END POLICY
185 185
186 END CATEGORY 186 END CATEGORY
187 END CATEGORY 187 END CATEGORY
188 188
189 [Strings] 189 [Strings]
190 SUPPORTED_WINXPSP2="At least Microsoft Windows XP SP2" 190 SUPPORTED_WINXPSP2="At least Microsoft Windows XP SP2"
191 google="Google" 191 google="Google"
192 googlechrome="Google Chrome" 192 googlechrome="Google Chrome"
(...skipping 65 matching lines...) Expand 10 before | Expand all | Expand 10 after
258 If you enable this setting, users can have Google Chrome memorize passwords and provide them automatically the next time you log into a site.\n\n\ 258 If you enable this setting, users can have Google Chrome memorize passwords and provide them automatically the next time you log into a site.\n\n\
259 If you disable this setting, users are not able to save passwords or use already saved passwords.\n\n\ 259 If you disable this setting, users are not able to save passwords or use already saved passwords.\n\n\
260 If you enable or disable this setting, users cannot change or override this sett ing in Google Chrome." 260 If you enable or disable this setting, users cannot change or override this sett ing in Google Chrome."
261 DisabledPlugins="Specify a list of plugins that are disabled" 261 DisabledPlugins="Specify a list of plugins that are disabled"
262 DisabledPlugins_Explain="Specifies a list of plugins that are disabled in Google Chrome and prevents users from changing this setting. The value is a comma-sepa rated list of the names of plugins to be disabled.\n\n\ 262 DisabledPlugins_Explain="Specifies a list of plugins that are disabled in Google Chrome and prevents users from changing this setting. The value is a comma-sepa rated list of the names of plugins to be disabled.\n\n\
263 If you enable this setting, the specified list of plugins is never used in Googl e Chrome. The plugins are marked as disabled in 'about:plugins' and users are no t able to enable them." 263 If you enable this setting, the specified list of plugins is never used in Googl e Chrome. The plugins are marked as disabled in 'about:plugins' and users are no t able to enable them."
264 DisabledPluginsList="Comma-separated list of disabled plugins:" 264 DisabledPluginsList="Comma-separated list of disabled plugins:"
265 Sync="Disallow synchronization of data with Google" 265 Sync="Disallow synchronization of data with Google"
266 Sync_Explain="Disallows data synchronization in Google Chrome using Google-hoste d synchronization services and prevents users from changing this setting.\n\n\ 266 Sync_Explain="Disallows data synchronization in Google Chrome using Google-hoste d synchronization services and prevents users from changing this setting.\n\n\
267 If you enable this setting, users cannot change or override this setting in Goog le Chrome." 267 If you enable this setting, users cannot change or override this setting in Goog le Chrome."
OLDNEW
« no previous file with comments | « no previous file | chrome/app/policy/windows/admx/chrome.admx » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698