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

Side by Side Diff: ui/accessibility/extensions/strings/accessibility_extensions_strings.grd

Issue 1109953003: Check in animation policy extension. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@update_versions
Patch Set: 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
OLDNEW
1 <?xml version="1.0" encoding="UTF-8"?> 1 <?xml version="1.0" encoding="UTF-8"?>
2 2
3 <!-- Strings for all extensions. Each message should be named with the 3 <!-- Strings for all extensions. Each message should be named with the
4 name of the extension as a prefix, e.g. IDS_ALT_APP_NAME. --> 4 name of the extension as a prefix, e.g. IDS_ALT_APP_NAME. -->
5 5
6 <grit base_dir="." current_release="1" enc_check="möl" latest_public_release="0" source_lang_id="en"> 6 <grit base_dir="." current_release="1" enc_check="möl" latest_public_release="0" source_lang_id="en">
7 <outputs> 7 <outputs>
8 <output filename="_locales/am/messages.json" type="chrome_messages_json" lan g="am"/> 8 <output filename="_locales/am/messages.json" type="chrome_messages_json" lan g="am"/>
9 <output filename="_locales/ar/messages.json" type="chrome_messages_json" lan g="ar"/> 9 <output filename="_locales/ar/messages.json" type="chrome_messages_json" lan g="ar"/>
10 <output filename="_locales/bg/messages.json" type="chrome_messages_json" lan g="bg"/> 10 <output filename="_locales/bg/messages.json" type="chrome_messages_json" lan g="bg"/>
(...skipping 290 matching lines...) Expand 10 before | Expand all | Expand 10 after
301 <message desc="OK button for the color enhancer setup." name="IDS_COLOR_EN HANCER_OK"> 301 <message desc="OK button for the color enhancer setup." name="IDS_COLOR_EN HANCER_OK">
302 OK 302 OK
303 </message> 303 </message>
304 <message desc="Cancel button for the color enhancer setup." name="IDS_COLO R_ENHANCER_CANCEL"> 304 <message desc="Cancel button for the color enhancer setup." name="IDS_COLO R_ENHANCER_CANCEL">
305 Cancel 305 Cancel
306 </message> 306 </message>
307 <message desc="Button for the color enhancer popup that opens the Setup pa rt of the popup." name="IDS_COLOR_ENHANCER_SETUP_BUTTON"> 307 <message desc="Button for the color enhancer popup that opens the Setup pa rt of the popup." name="IDS_COLOR_ENHANCER_SETUP_BUTTON">
308 Setup 308 Setup
309 </message> 309 </message>
310 310
311 <!-- Animation extension -->
312
313 <message desc="The title of the extension that controls whether images can animate or not, displayed in the web store." name="IDS_ANIMATION_APPNAME">
314 Animation Policy
315 </message>
316 <message desc="The description of the extension that allows users to disab le animations or run them only once." name="IDS_ANIMATION_APPDESC">
317 Run animations only once, or disable animation completely.
318 </message>
319 <message desc="The title of a group of radio buttons controlling the anima tion policy - whether animation is allowed, allowed once only, or disabled." nam e="IDS_ANIMATION_POLICY">
320 Animation Policy:
321 </message>
322 <message desc="Indicates that showing animated images is allowed" name="ID S_ANIMATION_ALLOWED">
323 Allow all animated images.
324 </message>
325 <message desc="Indicates that showing animated images should only happen o ne time" name="IDS_ANIMATION_ONCE">
326 Allow animated images, but only once.
327 </message>
328 <message desc="Indicates that there will be no image animation" name="IDS_ ANIMATION_NONE">
329 Disable all image animation.
330 </message>
331
311 </messages> 332 </messages>
312 </release> 333 </release>
313 </grit> 334 </grit>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698