forked from xuhaoyang/ClashForAndroid
-
Notifications
You must be signed in to change notification settings - Fork 2.6k
Expand file tree
/
Copy pathstrings.xml
More file actions
20 lines (19 loc) · 1.26 KB
/
strings.xml
File metadata and controls
20 lines (19 loc) · 1.26 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
<resources xmlns:tools="http://schemas.android.com/tools" tools:ignore="PluralsCandidate">
<!-- from https://github.com/shadowsocks/shadowsocks-android/blob/master/core/src/main/res/values/strings.xml -->
<string name="clash_notification_content" translatable="false">"%1$s↑\t%2$s↓"</string>
<string name="clash_service_status_channel">Clash Status</string>
<string name="profile_service_status">Profile Service Status</string>
<string name="profile_process_status">Profile Processing Status</string>
<string name="profile_process_result">Profile Process Result</string>
<string name="update_successfully">Update Successfully</string>
<string name="update_failure">Update Failure</string>
<string name="format_update_failure">Update %1$s: %2$s</string>
<string name="running">Running</string>
<string name="loading">Loading</string>
<string name="clash_meta_for_android">Clash Meta for Android</string>
<string name="profiles_and_providers">Profiles and Providers</string>
<string name="configuration_yaml">Configuration.yaml</string>
<string name="provider_files">Provider Files</string>
<string name="profile_updater">Profile Updater</string>
<string name="profile_updating">Profile Updating</string>
</resources>