2
0
mirror of https://github.com/fork-maintainers/iceraven-browser synced 2024-11-15 18:12:54 +00:00

[fenix] Move strings to static_strings

This commit is contained in:
Emily Kager 2019-05-20 10:59:01 -07:00 committed by Emily Kager
parent 3ecfe34582
commit 0a031ee076
2 changed files with 10 additions and 11 deletions

View File

@ -57,4 +57,14 @@
</string>
<!-- text for the button to finish onboarding -->
<string name="onboarding_finish" translatable="false">Start browsing</string>
<!-- Onboarding theme -->
<!-- Automatic theme setting (will follow device setting) -->
<string name="onboarding_theme_automatic_title">Automatic</string>
<!-- Summary of automatic theme setting (will follow device setting) -->
<string name="onboarding_theme_automatic_summary">Adapts to your device settings</string>
<!-- Theme setting for dark mode -->
<string name="onboarding_theme_dark_title">Dark Theme</string>
<!-- Theme setting for light mode -->
<string name="onboarding_theme_light_title">Light Theme</string>
</resources>

View File

@ -488,15 +488,4 @@
<string name="accessibility_text_size_sample_text">The quick brown fox jumps over the lazy dog. The quick brown fox jumps over the lazy dog. The quick brown fox jumps over the lazy dog. The quick brown fox jumps over the lazy dog.</string>
<string name="preference_accessibility_text_size_summary">Make text on websites larger or smaller</string>
<string name="preference_accessibility_font_size_title">Font Size</string>
<!-- Onboarding theme -->
<!-- Automatic theme setting (will follow device setting) -->
<string name="onboarding_theme_automatic_title">Automatic</string>
<!-- Summary of automatic theme setting (will follow device setting) -->
<string name="onboarding_theme_automatic_summary">Adapts to your device settings</string>
<!-- Theme setting for dark mode -->
<string name="onboarding_theme_dark_title">Dark Theme</string>
<!-- Theme setting for light mode -->
<string name="onboarding_theme_light_title">Light Theme</string>
</resources>