Files
packages_apps_Evolver/res/values/evolution_strings.xml
El Dainosor c1fa7373e0 Evolver: Add support for Lock screen clock fonts
After r16, a commit to cleanup the KeyguardClockSwtich and unify it's structure was merged.
Also, this added a new resource into the frameworks core, which allows us to overlay the custom clock font.
So, we need to overlays now to customize this. This makes me really happy because it removes the ugly method that we were doing years ago.

@neobuddy89: Because Kang = German Enginering. LMAO.

Signed-off-by: Pranav Vashi <neobuddy89@gmail.com>
Signed-off-by: AnierinB <anierin@evolution-x.org>
2024-08-14 00:07:38 +09:00

78 lines
4.5 KiB
XML

<?xml version="1.0" encoding="utf-8"?>
<!--
Copyright (C) 2019-2024 Evolution X
SPDX-License-Identifier: Apache-2.0
-->
<resources xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
<!-- Evolver -->
<string name="evolver_dashboard_title">Evolver</string>
<string name="evolver_dashboard_summary">Evolving like never before</string>
<!-- Categories -->
<string name="themes_title">Themes</string>
<string name="themes_summary">Monet, fonts, icons</string>
<string name="lock_screen_title">Lock screen</string>
<string name="lock_screen_summary">Interface, miscellaneous</string>
<string name="status_bar_title">Status bar</string>
<string name="status_bar_summary">Gestures, Icons, privacy indicators</string>
<string name="quick_settings_title">Quick settings</string>
<string name="quick_settings_summary">Interface, lock screen</string>
<string name="notifications_title">Notifications</string>
<string name="notifications_summary">Alerts, interface</string>
<string name="power_menu_title">Power menu</string>
<string name="power_menu_summary">Actions, lock screen</string>
<string name="buttons_title">Buttons</string>
<string name="buttons_summary">Power button, volume buttons</string>
<string name="miscellaneous_title">Miscellaneous</string>
<string name="miscellaneous_summary">Developer options, spoofing</string>
<string name="about_title">About</string>
<string name="about_summary">About Evolution X</string>
<!-- Themes -->
<string name="themes_fonts_category">Fonts</string>
<string name="themes_system_font_title">System font</string>
<string name="themes_system_font_summary">Set system font style</string>
<string name="themes_lock_screen_clock_font_title">Lock screen clock font</string>
<string name="themes_lock_screen_clock_font_summary">Set lock screen clock font style</string>
<string name="themes_icons_category">Icons</string>
<string name="themes_system_icons_title">System Icons</string>
<string name="themes_system_icons_summary">Set system icon style</string>
<string name="themes_icon_shape_title">Icon shape</string>
<string name="themes_icon_shape_summary">Set system icon shape</string>
<!-- About -->
<string name="about_info">Evolution X aims to provide users with a Pixel-like feel at first glance, with additional features at your disposal</string>
<string name="about_website_title">Website</string>
<string name="about_website_summary">Feel free to drop by our website</string>
<string name="about_twitter_title" translatable="false">Twitter</string>
<string name="about_twitter_summary">Come see our tweets</string>
<string name="about_discord_title" translatable="false">Discord</string>
<string name="about_discord_summary">Visit our community chat</string>
<string name="about_github_title" translatable="false">GitHub</string>
<string name="about_github_summary">Check out our GitHub</string>
<string name="about_contributors_title">Contributors</string>
<string name="about_contributor_1_title" translatable="false">Joey Huab</string>
<string name="about_contributor_1_summary" translatable="false">Founder/Lead Developer</string>
<string name="about_contributor_2_title" translatable="false">Anierin Bliss</string>
<string name="about_contributor_2_summary" translatable="false">Co-Founder/Co-Developer</string>
<string name="about_contributor_3_title" translatable="false">Akito Mizukito</string>
<string name="about_contributor_3_summary" translatable="false">Co-Founder/Project Manager</string>
<!-- Color Picker -->
<string name="dialog_color_picker">Color Picker</string>
<string name="press_color_to_apply">Press on color below to apply</string>
<string name="arrow_right" translatable="false"></string>
<string name="arrow_down" translatable="false"></string>
<string name="hex" translatable="false">Hex:</string>
<string name="hex_hint" translatable="false">#ff000000</string>
<string name="set">Set</string>
<string name="color_default">Default</string>
<!-- Custom seekbar -->
<string name="custom_seekbar_value">Value: <xliff:g id="v">%s</xliff:g></string>
<string name="custom_seekbar_default_value">by default</string>
<string name="custom_seekbar_default_value_to_set">Default value: <xliff:g id="v">%s</xliff:g>\nLong tap to set</string>
<string name="custom_seekbar_default_value_is_set">Default value is set</string>
</resources>