-
Notifications
You must be signed in to change notification settings - Fork 228
/
strings.xml
75 lines (71 loc) · 4.1 KB
/
strings.xml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
<resources>
<string name="app_name" translatable="false">APKUpdater</string>
<string name="tab_apps">Apps</string>
<string name="tab_search">Search</string>
<string name="tab_updates">Updates</string>
<string name="tab_settings">Settings</string>
<string name="something_went_wrong">"Something went wrong\n\uD83E\uDD26"</string>
<string name="ignore_version">Ignore Version</string>
<string name="ignore_cd">Ignore App</string>
<string name="unignore_cd">Unignore App</string>
<string name="refresh_updates">Look for Updates</string>
<string name="exclude_system_apps">Exclude System Apps</string>
<string name="include_system_apps">Include System Apps</string>
<string name="exclude_app_store">Exclude App Store</string>
<string name="include_app_store">Include App Store</string>
<string name="exclude_disabled_apps">Exclude Disabled Apps</string>
<string name="include_disabled_apps">Include Disabled Apps</string>
<string name="install_cd">Install App</string>
<string name="app_cd">App Icon</string>
<string name="install_success">%1$s installed.</string>
<string name="install_failure">%1$s failed to install.</string>
<string name="root_install_not_supported">Root install of this app is not supported.</string>
// Settings
<string name="settings_portrait_columns">Portrait Columns</string>
<string name="settings_landscape_columns">Landscape Columns</string>
<string name="play_text_animations">Play Text Animations</string>
<string name="settings_sources">Sources</string>
<string name="settings_ui">UI</string>
<string name="settings_alarm">Alarm</string>
<string name="settings_options">Options</string>
<string name="settings_utils">Utils</string>
<string name="settings_hour">Alarm Hour</string>
<string name="settings_alarm_daily">Daily</string>
<string name="settings_alarm_3day">3-Day</string>
<string name="settings_alarm_weekly">Weekly</string>
<string name="settings_android_tv_ui" translatable="false">Android TV UI</string>
<string name="ignore_alpha">Ignore Alpha</string>
<string name="ignore_beta">Ignore Beta</string>
<string name="ignore_preRelease">Ignore Pre-release</string>
<string name="use_safe_stores">Use Safe Stores (Aptoide)</string>
<string name="root_install">Root Install</string>
<string name="source_apkmirror" translatable="false">ApkMirror</string>
<string name="source_fdroid" translatable="false">F-Droid Main</string>
<string name="source_izzy" translatable="false">F-Droid Izzy</string>
<string name="source_aptoide" translatable="false">Aptoide</string>
<string name="source_github" translatable="false">GitHub</string>
<string name="source_gitlab" translatable="false">GitLab</string>
<string name="source_apkpure" translatable="false">APKPure</string>
<string name="source_play" translatable="false">Play</string>
<string name="about">About</string>
<string name="frequency">Frequency</string>
<string name="theme">Theme</string>
<string name="theme_system">System</string>
<string name="theme_dark">Dark</string>
<string name="theme_light">Light</string>
<string name="about_github">Get the source code, report bugs, request new features and add translations.</string>
<string name="about_donate">If you like the app, consider donating to a worthy cause.</string>
<string name="copy_to_clipboard">Copy to clipboard</string>
<string name="copy_app_list">Copy App List</string>
<string name="copy_app_logs">Copy App Logs</string>
// Notifications
<string name="notification_channel_name">Updates</string>
<string name="notification_channel_description">Channel for update notifications.</string>
<string name="notification_channel_id" translatable="false">updateChannel</string>
<string name="notification_update_title">Updates</string>
<plurals name="notification_update_description">
<item quantity="zero">No updates found.</item>
<item quantity="one">Found %1$d update.</item>
<item quantity="other">Found %1$d updates.</item>
</plurals>
</resources>