| <?xml version="1.0" encoding="utf-8"?> |
| <!-- |
| /* |
| * Copyright (C) 2022 The LeafOS 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> |
| <!-- Recents --> |
| <string name="action_lens">Lens</string> |
| |
| <!-- Gestures --> |
| <string name="pref_dt_gesture_title">Double tap gesture</string> |
| <string name="pref_dt_gesture_summary">Double tap on empty space for power-off</string> |
| |
| <!-- Pause apps --> |
| <string name="pause">Pause</string> |
| <string name="pause_apps_dialog_title">Pause %1$s?</string> |
| <string name="pause_apps_dialog_message">Notifications for %1$s will be paused</string> |
| <string name="paused_apps_dialog_title">App paused</string> |
| <string name="paused_apps_dialog_message">%1$s was directly paused from the launcher</string> |
| <string name="paused_apps_drop_target_label">Pause app</string> |
| |
| <!-- Wallpaper zooming --> |
| <string name="allow_wallpaper_zooming">Wallpaper zooming</string> |
| <string name="allow_wallpaper_zooming_summary">Zoom in or out the wallpaper when using drawer or recent apps</string> |
| </resources> |