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

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

Issue 2975713002: MD Extensions: Move MD only strings to their own grdp file. (Closed)
Patch Set: Nit Created 3 years, 5 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/md_extensions_strings.grdp » ('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 2
3 <!-- 3 <!--
4 This file contains definitions of resources that will be translated for each 4 This file contains definitions of resources that will be translated for each
5 locale. The variables is_win, is_macosx, is_linux, and is_posix are available 5 locale. The variables is_win, is_macosx, is_linux, and is_posix are available
6 for making strings OS specific. Other platform defines such as use_titlecase 6 for making strings OS specific. Other platform defines such as use_titlecase
7 are declared in build/common.gypi. 7 are declared in build/common.gypi.
8 --> 8 -->
9 9
10 <grit base_dir="." latest_public_release="0" current_release="1" 10 <grit base_dir="." latest_public_release="0" current_release="1"
(...skipping 169 matching lines...) Expand 10 before | Expand all | Expand 10 after
180 <part file="bookmarks_strings.grdp" /> 180 <part file="bookmarks_strings.grdp" />
181 181
182 <!-- Chrome-OS-specific strings --> 182 <!-- Chrome-OS-specific strings -->
183 <if expr="chromeos"> 183 <if expr="chromeos">
184 <part file="chromeos_strings.grdp" /> 184 <part file="chromeos_strings.grdp" />
185 </if> 185 </if>
186 186
187 <!-- Media Router specific strings --> 187 <!-- Media Router specific strings -->
188 <part file="media_router_strings.grdp" /> 188 <part file="media_router_strings.grdp" />
189 189
190 <!-- Settings specific strings -->
191 <if expr="not is_android"> 190 <if expr="not is_android">
191 <!-- Settings specific strings -->
192 <part file="settings_strings.grdp" /> 192 <part file="settings_strings.grdp" />
193
194 <!-- MD Extensions specific strings -->
195 <if expr="enable_extensions">
Lei Zhang 2017/07/10 21:44:08 No need for nested ifs. Just checking "enable_exte
dpapad 2017/07/10 22:16:03 Done.
196 <part file="md_extensions_strings.grdp" />
197 </if>
193 </if> 198 </if>
194 199
195 <!-- TODO add all of your "string table" messages here. Remember to 200 <!-- TODO add all of your "string table" messages here. Remember to
196 change nontranslateable parts of the messages into placeholders (using the 201 change nontranslateable parts of the messages into placeholders (using the
197 <ph> element). You can also use the 'grit add' tool to help you identify 202 <ph> element). You can also use the 'grit add' tool to help you identify
198 nontranslateable parts and create placeholders for them. --> 203 nontranslateable parts and create placeholders for them. -->
199 <if expr="is_win"> 204 <if expr="is_win">
200 <message name="IDS_BACKGROUND_APP_INSTALLED_BALLOON_TITLE" desc="The tit le of the balloon that is displayed when a background app is installed"> 205 <message name="IDS_BACKGROUND_APP_INSTALLED_BALLOON_TITLE" desc="The tit le of the balloon that is displayed when a background app is installed">
201 New background app added 206 New background app added
202 </message> 207 </message>
(...skipping 4014 matching lines...) Expand 10 before | Expand all | Expand 10 after
4217 </message> 4222 </message>
4218 <message name="IDS_EXTENSIONS_LOG_LEVEL_INFO" desc="Alt-text indicating a low severity level for the error icon in the chrome://extensions page."> 4223 <message name="IDS_EXTENSIONS_LOG_LEVEL_INFO" desc="Alt-text indicating a low severity level for the error icon in the chrome://extensions page.">
4219 Log 4224 Log
4220 </message> 4225 </message>
4221 <message name="IDS_EXTENSIONS_LOG_LEVEL_WARN" desc="Alt-text indicating a medium severity level for the error icon in the chrome://extensions page."> 4226 <message name="IDS_EXTENSIONS_LOG_LEVEL_WARN" desc="Alt-text indicating a medium severity level for the error icon in the chrome://extensions page.">
4222 Warning 4227 Warning
4223 </message> 4228 </message>
4224 <message name="IDS_EXTENSIONS_LOG_LEVEL_ERROR" desc="Alt-text indicating a high severity level for the error icon in the chrome://extensions page."> 4229 <message name="IDS_EXTENSIONS_LOG_LEVEL_ERROR" desc="Alt-text indicating a high severity level for the error icon in the chrome://extensions page.">
4225 Error 4230 Error
4226 </message> 4231 </message>
4227 <message name="IDS_MD_EXTENSIONS_DEVELOPER_MODE" desc="The text displaye d next to the checkbox to toggle developer mode in the extensions page.">
4228 Developer mode
4229 </message>
4230 <message name="IDS_MD_EXTENSIONS_ERROR_PAGE_HEADING" desc="The heading o f the page displaying an extension's errors.">
4231 Errors
4232 </message>
4233 <message name="IDS_MD_EXTENSIONS_ITEM_ERRORS" desc="The label of the but ton to bring the user to the page showing an extension's errors.">
4234 Errors
4235 </message>
4236 <message name="IDS_MD_EXTENSIONS_ITEM_ID" desc="The text for the label n ext to the extension id.">
4237 &lt;span&gt;ID:&lt;/span&gt;<ph name="EXTENSION_ID">$1<ex>cfhdojbkjhnk lbpkdaibdccddilifddb</ex></ph>
4238 </message>
4239 <message name="IDS_MD_EXTENSIONS_ITEM_INSPECT_VIEWS" desc="The text next to any inspectable views for an extension.">
4240 Inspect views:
4241 </message>
4242 <message name="IDS_MD_EXTENSIONS_ITEM_INSPECT_VIEWS_EXTRA" desc="The tex t to indicate there are additional inspectable views that aren't listed.">
4243 <ph name="NUMBER_OF_VIEWS">$1<ex>2</ex></ph> more...
4244 </message>
4245 <message name="IDS_MD_EXTENSIONS_ITEM_ALLOW_INCOGNITO" desc="The text ne xt to the checkbox to enable an extension in incognito mode.">
4246 Allow in incognito
4247 </message>
4248 <message name="IDS_MD_EXTENSIONS_ITEM_DEPENDENCIES" desc="The label abov e a list of any extensions that depend on this extension.">
4249 The following extensions depend on this extension:
4250 </message>
4251 <message name="IDS_MD_EXTENSIONS_DEPENDENT_ENTRY" desc="An item in the l ist of extensions that depend on this extension. 'NAME_PH' is the name of the ex tension that depends on this extension, and 'ID_PH' is the id of the extension t hat depends on this extension">
4252 <ph name="NAME_PH">$1<ex>AdBlock</ex></ph> (ID: <ph name="ID_PH">$2<ex >cfhdojbkjhnklbpkdaibdccddilifddb</ex></ph>)
4253 </message>
4254 <message name="IDS_MD_EXTENSIONS_ITEM_DESCRIPTION" desc="The label above the description for a given item.">
4255 Description
4256 </message>
4257 <message name="IDS_MD_EXTENSIONS_ITEM_DETAILS" desc="The text on the but ton to show more details for a given extension.">
4258 Details
4259 </message>
4260 <message name="IDS_MD_EXTENSIONS_ITEM_ID_HEADING" desc="The heading abov e the ID of the extension.">
4261 ID
4262 </message>
4263 <message name="IDS_MD_EXTENSIONS_ITEM_OFF" desc="The label to indicate t hat a specific extension is not currently enabled.">
4264 Off
4265 </message>
4266 <message name="IDS_MD_EXTENSIONS_ITEM_ON" desc="The label to indicate th at a specific extension is currently enabled.">
4267 On
4268 </message>
4269 <message name="IDS_MD_EXTENSIONS_ITEM_OPTIONS" desc="The label on the bu tton to open an extension options page.">
4270 Extension options
4271 </message>
4272 <message name="IDS_MD_EXTENSIONS_ITEM_PERMISSIONS" desc="The label above the list of an extension's permissions.">
4273 Permissions
4274 </message>
4275 <message name="IDS_MD_EXTENSIONS_ITEM_PERMISSIONS_EMPTY" desc="The text to indicate that an extension does not have any special permissions.">
4276 This extension requires no special permissions.
4277 </message>
4278 <message name="IDS_MD_EXTENSIONS_ITEM_REMOVE" desc="The label of the but ton to remove an extension.">
4279 Remove
4280 </message>
4281 <message name="IDS_MD_EXTENSIONS_ITEM_REMOVE_EXTENSION" desc="The label on the button to remove an extension.">
4282 Remove extension
4283 </message>
4284 <message name="IDS_MD_EXTENSIONS_ITEM_SOURCE" desc="The label above an e xtension's source, which indicates where the extension came from (webstore, thir d-party, local disk, etc).">
4285 Source
4286 </message>
4287 <message name="IDS_MD_EXTENSIONS_ITEM_SOURCE_POLICY" desc="The text to i ndicate that an extension has been added by enterprise policy.">
4288 Added by policy
4289 </message>
4290 <message name="IDS_MD_EXTENSIONS_ITEM_SOURCE_SIDELOADED" desc="The text to indicate that an extension has been added by a third-party program on the use r's machine.">
4291 Added by a third-party
4292 </message>
4293 <message name="IDS_MD_EXTENSIONS_ITEM_SOURCE_UNPACKED" desc="The text to indicate that an extension is loaded as an unpacked extension, as is done by de velopers.">
4294 Unpacked extension
4295 </message>
4296 <message name="IDS_MD_EXTENSIONS_ITEM_SOURCE_WEBSTORE" desc="The text to indicate that an extension is from the Chrome Web Store.">
4297 Chrome Web Store
4298 </message>
4299 <message name="IDS_MD_EXTENSIONS_ITEM_VERSION" desc="The label above an extension's version.">
4300 Version
4301 </message>
4302 <message name="IDS_MD_EXTENSIONS_LOAD_ERROR_HEADING" desc="The title of the dialog displaying the error when loading an unpacked extension fails.">
4303 Failed to load extension
4304 </message>
4305 <message name="IDS_MD_EXTENSIONS_LOAD_ERROR_ERROR_LABEL" desc="The label next to the error of an unpacked extension that failed to load.">
4306 Error
4307 </message>
4308 <message name="IDS_MD_EXTENSIONS_LOAD_ERROR_FILE_LABEL" desc="The label next to the file path of an unpacked extension that failed to load.">
4309 File
4310 </message>
4311 <message name="IDS_MD_EXTENSIONS_LOAD_ERROR_COULD_NOT_LOAD_MANIFEST" des c="The text to indicate that an extension's manifest could not be loaded.">
4312 Could not load manifest.
4313 </message>
4314 <message name="IDS_MD_EXTENSIONS_LOAD_ERROR_CANCEL" desc="The text on th e button to close the dialog when an unpacked extension failed to load.">
4315 Cancel
4316 </message>
4317 <message name="IDS_MD_EXTENSIONS_LOAD_ERROR_RETRY" desc="The text on the button to retry loading an unpacked extension after a failed load.">
4318 Retry
4319 </message>
4320 <message name="IDS_MD_EXTENSIONS_PACK_DIALOG_TITLE" desc="The title of t he dialog to pack an extension.">
4321 Pack extension
4322 </message>
4323 <message name="IDS_MD_EXTENSIONS_PACK_DIALOG_BROWSE_BUTTON" desc="The la bel of the button to browse the file system to select an extension directory or file.">
4324 Browse
4325 </message>
4326 <message name="IDS_MD_EXTENSIONS_PACK_DIALOG_EXTENSION_ROOT_LABEL" desc= "The label of the input field for specifying the root directory to pack an exten sion from.">
4327 Extension root directory
4328 </message>
4329 <message name="IDS_MD_EXTENSIONS_PACK_DIALOG_KEY_FILE_LABEL" desc="The l abel of the input field for specifying the private key file for an extension bei ng packed.">
4330 Private key file (optional)
4331 </message>
4332 <message name="IDS_MD_EXTENSIONS_PACK_DIALOG_CONFIRM_BUTTON" desc="The l abel of the button to confirm the action to pack an extension.">
4333 Pack extension
4334 </message>
4335 <message name="IDS_MD_EXTENSIONS_PACK_DIALOG_CANCEL_BUTTON" desc="The la bel of the button to cancel the pack extension dialog.">
4336 Cancel
4337 </message>
4338 <message name="IDS_MD_EXTENSIONS_TOOLBAR_TITLE" desc="The text displayed in the toolbar of the chrome://extensions page.">
4339 Extensions &amp; Apps
4340 </message>
4341 <message name="IDS_MD_EXTENSIONS_SEARCH" desc="The text displayed in the search box on the chrome://extensions page.">
4342 Search extensions
4343 </message>
4344 <message name="IDS_MD_EXTENSIONS_SHORTCUT_NOT_SET" desc="The label to in dicate that an extension has no shortcut set for a given command.">
4345 Not set
4346 </message>
4347 <message name="IDS_MD_EXTENSIONS_SHORTCUT_SCOPE_LABEL" desc="The label f or the dropdown menu that lets the user choose the scope of an extension command (within chrome or global).">
4348 Scope
4349 </message>
4350 <message name="IDS_MD_EXTENSIONS_SHORTCUT_SCOPE_GLOBAL" desc="The label to indicate that a shortcut will be triggerable globally (including outside of t he Chrome application).">
4351 Global
4352 </message>
4353 <message name="IDS_MD_EXTENSIONS_SIDEBAR_APPS" desc="The text displayed in the sidebar to go to the apps section of the page.">
4354 Chrome Apps
4355 </message>
4356 <message name="IDS_MD_EXTENSIONS_SIDEBAR_EXTENSIONS" desc="The text disp layed in the sidebar to go to the extensions section of the page.">
4357 Extensions
4358 </message>
4359 <message name="IDS_MD_EXTENSIONS_SIDEBAR_GET_MORE_EXTENSIONS" desc="The text for the link to get more extensions in the extensions page.">
4360 Get more extensions
4361 </message>
4362 <message name="IDS_MD_EXTENSIONS_SIDEBAR_KEYBOARD_SHORTCUTS" desc="The t ext for the link to manage keyboard shortcuts for extensions.">
4363 Keyboard shortcuts
4364 </message>
4365 <message name="IDS_MD_EXTENSIONS_TOOLBAR_LOAD_UNPACKED" desc="The text d isplayed in the toolbar to load an unpacked extension.">
4366 Load unpacked
4367 </message>
4368 <message name="IDS_MD_EXTENSIONS_TOOLBAR_PACK" desc="The text displayed in the toolbar to pack an extension directory.">
4369 Pack extension
4370 </message>
4371 <message name="IDS_MD_EXTENSIONS_TOOLBAR_UPDATE_NOW" desc="The text disp layed in the toolbar to update existing extensions now.">
4372 Update
4373 </message>
4374 <message name="IDS_MD_EXTENSIONS_TYPE_A_SHORTCUT" desc="The prompt to th e user to enter a keyboard shortcut in order to assign it to an extension.">
4375 Type a shortcut
4376 </message>
4377 <if expr="not use_titlecase"> 4232 <if expr="not use_titlecase">
4378 <message name="IDS_EXTENSIONS_CONTEXT_MENU_PAGE_ACCESS" desc="The labe l in an extension's context menu for the submenu specifying whether or not the e xtension can run on the current page (sentence case)."> 4233 <message name="IDS_EXTENSIONS_CONTEXT_MENU_PAGE_ACCESS" desc="The labe l in an extension's context menu for the submenu specifying whether or not the e xtension can run on the current page (sentence case).">
4379 Page access 4234 Page access
4380 </message> 4235 </message>
4381 <message name="IDS_EXTENSIONS_CONTEXT_MENU_PAGE_ACCESS_RUN_ON_CLICK" d esc="The label in an extension's context menu to allow the extension access to t he page only when the user clicks on the extension action (sentence case)."> 4236 <message name="IDS_EXTENSIONS_CONTEXT_MENU_PAGE_ACCESS_RUN_ON_CLICK" d esc="The label in an extension's context menu to allow the extension access to t he page only when the user clicks on the extension action (sentence case).">
4382 Run on click 4237 Run on click
4383 </message> 4238 </message>
4384 <message name="IDS_EXTENSIONS_CONTEXT_MENU_PAGE_ACCESS_RUN_ON_SITE" de sc="The label in an extension's context menu to always allow the extension acces s to the current origin (sentence case)."> 4239 <message name="IDS_EXTENSIONS_CONTEXT_MENU_PAGE_ACCESS_RUN_ON_SITE" de sc="The label in an extension's context menu to always allow the extension acces s to the current origin (sentence case).">
4385 Always run on <ph name="ORIGIN">$1<ex>google.com</ex></ph> 4240 Always run on <ph name="ORIGIN">$1<ex>google.com</ex></ph>
4386 </message> 4241 </message>
(...skipping 7973 matching lines...) Expand 10 before | Expand all | Expand 10 after
12360 12215
12361 <!-- Experimental Fullscreen Exit Control strings --> 12216 <!-- Experimental Fullscreen Exit Control strings -->
12362 <if expr="toolkit_views"> 12217 <if expr="toolkit_views">
12363 <message name="IDS_FULLSCREEN_EXIT_CONTROL_EXIT_FULLSCREEN" desc="Text dis played in a button that exits fullscreen mode."> 12218 <message name="IDS_FULLSCREEN_EXIT_CONTROL_EXIT_FULLSCREEN" desc="Text dis played in a button that exits fullscreen mode.">
12364 Exit Fullscreen 12219 Exit Fullscreen
12365 </message> 12220 </message>
12366 </if> 12221 </if>
12367 </messages> 12222 </messages>
12368 </release> 12223 </release>
12369 </grit> 12224 </grit>
OLDNEW
« no previous file with comments | « no previous file | chrome/app/md_extensions_strings.grdp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698