小改动

This commit is contained in:
Zhanghu
2025-10-10 16:09:06 +08:00
parent 31a82e5461
commit 3aa55dd875
3 changed files with 3 additions and 22 deletions

View File

@@ -1,4 +1,4 @@
<?xml version="1.0" encoding="utf-8"?>
<resources>
<string name="app_name">教学楼仪表盘</string>
<string name="app_name">仪表盘</string>
</resources>

View File

@@ -1,23 +1,4 @@
<resources>
<string name="app_name">Dashboard</string>
<string name="dummy_button">Dummy Button</string>
<string name="dummy_content">DUMMY\nCONTENT</string>
<string name="title_activity_building_dashboard">BuildingDashboardActivity</string>
<string name="title_activity_settings">SettingsActivity</string>
<!-- Preference Titles -->
<string name="messages_header">Messages</string>
<string name="sync_header">Sync</string>
<!-- Messages Preferences -->
<string name="signature_title">Your signature</string>
<string name="reply_title">Default reply action</string>
<!-- Sync Preferences -->
<string name="sync_title">Sync email periodically</string>
<string name="attachment_title">Download incoming attachments</string>
<string name="attachment_summary_on">Automatically download attachments for incoming emails
</string>
<string name="attachment_summary_off">Only download attachments when manually requested</string>
<string name="dashboard_type_default_value">0</string>
<string name="dashboard_type_default_value" translatable="false">0</string>
</resources>