48 lines
2.3 KiB
XML
48 lines
2.3 KiB
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<!-- Copyright (C) 2015 The Android Open Source Project
|
|
|
|
Licensed under the Apache License, Version 2.0 (the "License");
|
|
you may not use this file except in compliance with the License.
|
|
You may obtain a copy of the License at
|
|
|
|
http://www.apache.org/licenses/LICENSE-2.0
|
|
|
|
Unless required by applicable law or agreed to in writing, software
|
|
distributed under the License is distributed on an "AS IS" BASIS,
|
|
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
See the License for the specific language governing permissions and
|
|
limitations under the License.
|
|
-->
|
|
<resources xmlns:tools="https://schemas.android.com/tools" tools:ignore="TypographyDashes">
|
|
<!-- Category names for events describe the type of object that was manipulated. -->
|
|
<string name="category_alarm">Alarm</string>
|
|
<string name="category_clock">Clock</string>
|
|
<string name="category_timer">Timer</string>
|
|
<string name="category_stopwatch">Stopwatch</string>
|
|
|
|
<!-- Action names for events describe what type of manipulation was performed. -->
|
|
<string name="action_dismiss">Dismiss</string>
|
|
<string name="action_hide">Hide</string>
|
|
<string name="action_snooze">Snooze</string>
|
|
<string name="action_create">Create</string>
|
|
<string name="action_add">Add</string>
|
|
<string name="action_delete">Delete</string>
|
|
<string name="action_update">Update</string>
|
|
<string name="action_start">Start</string>
|
|
<string name="action_stop">Stop</string>
|
|
<string name="action_pause">Pause</string>
|
|
<string name="action_fire">Fire</string>
|
|
<string name="action_reset">Reset</string>
|
|
<string name="action_show">Show</string>
|
|
<string name="action_add_minute">Add Minute</string>
|
|
<string name="action_resume">Resume</string>
|
|
<string name="action_lap">Lap</string>
|
|
|
|
<!-- Label names for events describe the entity responsible for the event. -->
|
|
<string name="label_deskclock">DeskClock</string>
|
|
<string name="label_notification">Notification</string>
|
|
<string name="label_intent">Intent</string>
|
|
<string name="label_widget">Widget</string>
|
|
<string name="label_hardware_button">HardwareButton</string>
|
|
<string name="label_reboot">Reboot</string>
|
|
</resources>
|