You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
60 lines
3.0 KiB
60 lines
3.0 KiB
7 months ago
|
<?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>
|
||
|
<string name="category_screensaver">Screensaver</string>
|
||
|
<string name="category_analog_widget">Analog Widget</string>
|
||
|
<string name="category_digital_widget">Digital Widget</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_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_lap">Lap</string>
|
||
|
<string name="action_enable">Enable</string>
|
||
|
<string name="action_disable">Disable</string>
|
||
|
<string name="action_expand">Expand</string>
|
||
|
<string name="action_collapse">Collapse</string>
|
||
|
<string name="action_expand_implied">Expand Implied</string>
|
||
|
<string name="action_collapse_implied">Collapse Implied</string>
|
||
|
<string name="action_set_time">Set Time</string>
|
||
|
<string name="action_set_label">Set Label</string>
|
||
|
<string name="action_set_ringtone">Set Ringtone</string>
|
||
|
<string name="action_toggle_vibrate">Toggle Vibrate</string>
|
||
|
<string name="action_toggle_repeat_days">Toggle Repeat Days</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_hardware_button">HardwareButton</string>
|
||
|
<string name="label_shortcut">Shortcut</string>
|
||
|
</resources>
|