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

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

Issue 1380743003: [MD settings] adding web content settings strings (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: review changes Created 5 years, 2 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/ui/webui/settings/md_settings_localized_strings_provider.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 <!-- Settings-specific strings (included from generated_resources.grd). --> 2 <!-- Settings-specific strings (included from generated_resources.grd). -->
3 <grit-part> 3 <grit-part>
4 <!-- Policy Indicators --> 4 <!-- Policy Indicators -->
5 <message name="IDS_SETTINGS_CONTROLLED_SETTING_EXTENSION" desc="Text displayed in the controlled settings indicator tooltip when a setting's value is enforced by an extension."> 5 <message name="IDS_SETTINGS_CONTROLLED_SETTING_EXTENSION" desc="Text displayed in the controlled settings indicator tooltip when a setting's value is enforced by an extension.">
6 This setting is controlled by extension <ph name="NAME">$1<ex>Settings Exten sion</ex></ph> 6 This setting is controlled by extension <ph name="NAME">$1<ex>Settings Exten sion</ex></ph>
7 </message> 7 </message>
8 8
9 <if expr="chromeos"> 9 <if expr="chromeos">
10 <!-- Accessibility Page --> 10 <!-- Accessibility Page -->
11 <message name="IDS_SETTINGS_ACCESSIBILITY" desc="Name of the settings page w hich displays accessibility preferences."> 11 <message name="IDS_SETTINGS_ACCESSIBILITY" desc="Name of the settings page w hich displays accessibility preferences.">
12 Accessibility 12 Accessibility
13 </message> 13 </message>
14 <message name="IDS_SETTINGS_MORE_FEATURES_LINK" desc="Link which opens page where users can install extensions which provide additional accessibility featur es."> 14 <message name="IDS_SETTINGS_MORE_FEATURES_LINK" desc="Link which opens page where users can install extensions which provide additional accessibility featur es.">
15 Add additional accessibility features 15 Add additional accessibility features
16 </message> 16 </message>
(...skipping 508 matching lines...) Expand 10 before | Expand all | Expand 10 after
525 </message> 525 </message>
526 <message name="IDS_SETTINGS_USERS_SHOW_ON_SIGNIN_LABEL" desc="Label for the 's how users on sign-in screen' setting."> 526 <message name="IDS_SETTINGS_USERS_SHOW_ON_SIGNIN_LABEL" desc="Label for the 's how users on sign-in screen' setting.">
527 Show usernames and photos on the sign-in screen 527 Show usernames and photos on the sign-in screen
528 </message> 528 </message>
529 <message name="IDS_SETTINGS_USERS_RESTRICT_SIGNIN_LABEL" desc="Label for the s etting for restricting sign in to specific users."> 529 <message name="IDS_SETTINGS_USERS_RESTRICT_SIGNIN_LABEL" desc="Label for the s etting for restricting sign in to specific users.">
530 Restrict sign-in to the following users: 530 Restrict sign-in to the following users:
531 </message> 531 </message>
532 <message name="IDS_SETTINGS_USERS_ADD_USERS_LABEL" desc="Label for the input f ield for adding users."> 532 <message name="IDS_SETTINGS_USERS_ADD_USERS_LABEL" desc="Label for the input f ield for adding users.">
533 Add users 533 Add users
534 </message> 534 </message>
535
536 <!-- Web Content -->
537 <message name="IDS_SETTINGS_WEB_CONTENT" desc="Title for the web content setti ngs.">
538 Web Content
539 </message>
540 <message name="IDS_SETTINGS_PAGE_ZOOM_LABEL" desc="Label for the page zoom dro pdown menu in settings.">
541 Page zoom:
542 </message>
543 <message name="IDS_SETTINGS_FONT_SIZE_LABEL" desc="Label for the font size dro pdown menu in settings.">
544 Font size:
545 </message>
546 <message name="IDS_SETTINGS_VERY_SMALL_FONT" desc="The very small choice in th e font size dropdown menu in settings.">
547 Very small
548 </message>
549 <message name="IDS_SETTINGS_SMALL_FONT" desc="The small choice in the font siz e dropdown menu in settings.">
550 Small
551 </message>
552 <message name="IDS_SETTINGS_MEDIUM_FONT" desc="The medium choice in the font s ize dropdown menu in settings.">
553 Medium
554 </message>
555 <message name="IDS_SETTINGS_LARGE_FONT" desc="The large choice in the font siz e dropdown menu in settings.">
556 Large
557 </message>
558 <message name="IDS_SETTINGS_VERY_LARGE_FONT" desc="The very large choice in th e font size dropdown menu in settings.">
559 Very large
560 </message>
561 <message name="IDS_SETTINGS_CUSTOM" desc="Label for the custom font size setti ng.">
562 Custom
563 </message>
564 <message name="IDS_SETTINGS_CUSTOMIZE_FONTS" desc="Label for the customize fon ts button in settings.">
565 Customize fonts
566 </message>
567 <message name="IDS_SETTINGS_FONTS_AND_ENCODING" desc="Title for the customize fonts page in settings.">
568 Fonts and encoding
569 </message>
570 <message name="IDS_SETTINGS_STANDARD_FONT_LABEL" desc="Label for the standard font dropdown menu in settings.">
571 Standard font:
572 </message>
573 <message name="IDS_SETTINGS_SERIF_FONT_LABEL" desc="Label for the serif font d ropdown menu in settings.">
574 Serif font:
575 </message>
576 <message name="IDS_SETTINGS_SANS_SERIF_FONT_LABEL" desc="Label for the sans se rif font dropdown menu in settings.">
577 Sans-serif font:
578 </message>
579 <message name="IDS_SETTINGS_FIXED_WIDTH_FONT_LABEL" desc="Label for the fixed width font dropdown menu in settings.">
580 Fixed-width font:
581 </message>
582 <message name="IDS_SETTINGS_MINIMUM_FONT_SIZE_LABEL" desc="Label for the minim um font size slider in settings.">
583 Minimum font size:
584 </message>
585 <message name="IDS_SETTINGS_ENCODING_LABEL" desc="Label for the text encoding in settings.">
586 Encoding:
587 </message>
588 <message name="IDS_SETTINGS_TINY_FONT_SIZE" desc="The small end of the minimum font size slider in settings.">
589 Tiny
590 </message>
591 <message name="IDS_SETTINGS_HUGE_FONT_SIZE" desc="The large end of the minimum font size slider in settings.">
592 Huge
593 </message>
594 <message name="IDS_SETTINGS_LOREM_IPSUM" desc="Gibberish example text in setti ngs.">
595 Lorem ipsum dolor sit amet, consectetur adipiscing elit.
596 </message>
597 <message name="IDS_SETTINGS_LOADING" desc="Placholder text while waiting for d isk or network IO in settings.">
michaelpg 2015/10/07 17:59:56 I think this went overly technical. "Placeholder t
dschuyler 2015/10/07 18:33:50 Done.
598 Loading...
599 </message>
600 <message name="IDS_SETTINGS_ADVANCED_FONT_SETTINGS" desc="Label for advanced f ont settings.">
601 Advanced font settings
602 </message>
535 </grit-part> 603 </grit-part>
OLDNEW
« no previous file with comments | « no previous file | chrome/browser/ui/webui/settings/md_settings_localized_strings_provider.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698