diff options
Diffstat (limited to 'ui/src/main/res/values')
-rw-r--r-- | ui/src/main/res/values/colors.xml | 5 | ||||
-rw-r--r-- | ui/src/main/res/values/strings.xml | 6 |
2 files changed, 9 insertions, 2 deletions
diff --git a/ui/src/main/res/values/colors.xml b/ui/src/main/res/values/colors.xml index 06bcd143..bd304726 100644 --- a/ui/src/main/res/values/colors.xml +++ b/ui/src/main/res/values/colors.xml @@ -18,4 +18,9 @@ <color name="mtrl_textinput_default_box_stroke_color" tools:override="true">@color/secondary_color</color> <color name="white">#ffffffff</color> + <!-- Log viewer tag colors --> + <color name="debug_tag_color">#444444</color> + <color name="error_tag_color">#aa0000</color> + <color name="info_tag_color">#00aa00</color> + <color name="warning_tag_color">#aaaa00</color> </resources> diff --git a/ui/src/main/res/values/strings.xml b/ui/src/main/res/values/strings.xml index 74c5be69..972b6244 100644 --- a/ui/src/main/res/values/strings.xml +++ b/ui/src/main/res/values/strings.xml @@ -93,10 +93,9 @@ <string name="key_length_explanation_binary">: WireGuard keys must be 32 bytes</string> <string name="key_length_explanation_hex">: WireGuard hex keys must be 64 characters (32 bytes)</string> <string name="listen_port">Listen port</string> - <string name="log_export_error">Unable to export log: %s</string> <string name="log_export_success">Saved to ā%sā</string> - <string name="log_export_summary">Log file will be saved to downloads folder</string> <string name="log_export_title">Export log file</string> + <string name="log_export_subject">WireGuard Android Log File</string> <string name="logcat_error">Unable to run logcat: </string> <string name="module_version_error">Unable to determine kernel module version</string> <string name="module_installer_not_found">No modules are available for your device</string> @@ -186,4 +185,7 @@ <string name="zip_export_title">Export tunnels to zip file</string> <string name="key_length_error">Incorrect key length</string> <string name="key_contents_error">Bad characters in key</string> + <string name="log_viewer_title">View application log</string> + <string name="log_viewer_pref_summary">Logs may assist with debugging</string> + <string name="log_saver_activity_label">Save log</string> </resources> |