summaryrefslogtreecommitdiffstats
path: root/res/values/lineage_strings.xml
blob: ef62affa61d430b7be3f10dd5d688eda1a7e39ea (plain)
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
<?xml version="1.0" encoding="utf-8"?>
<!-- Copyright (C) 2018-2019 The LineageOS 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>
    <!-- Application name -->
    <string name="lineageos_app_name" translatable="false">Trebuchet</string>

    <!-- Settings -->

    <!-- Settings title to show Google Now at -1 screen on launcher. [CHAR LIMIT=50] -->
    <string name="title_show_google_app">Show Google app</string>
    <!-- Settings message explaining when the -1 screen is available on an LTR device. [CHAR LIMIT=100] -->
    <string name="msg_minus_one_on_left">When you swipe right from main home screen</string>
    <!-- Settings message explaining when the -1 screen is available on an RTL device. [CHAR LIMIT=100] -->
    <string name="msg_minus_one_on_right">When you swipe left from main home screen</string>

    <!-- Edit workspace -->
    <string name="settings_edit_allow_title">Allow edit</string>
    <string name="settings_edit_allow_summary_on">Icons and widgets can be added, removed and moved on the homescreen</string>
    <string name="settings_edit_allow_summary_off">Icons and widgets can\'t be added, removed and moved on the homescreen</string>
    <string name="settings_edit_widgets_error">It\'s not possible to add widgets to the home screen</string>

    <!-- Folder titles -->
    <string name="google_folder_title" translatable="false">Google</string>

    <!-- Hide labels -->
    <string name="desktop_show_labels">Show icon labels on desktop</string>
    <string name="drawer_show_labels">Show icon labels in drawer</string>

    <!-- Trust apps -->
    <string name="trust_apps_manager_name">Hidden &amp; Protected apps</string>
    <string name="trust_apps_auth_manager">Unlock to manage the hidden and protected apps</string>
    <string name="trust_apps_auth_open_app">Authenticate to open %1$s</string>
    <string name="trust_apps_loading">Loading\u2026</string>
    <string name="trust_apps_no_lock_error">Please set up a secure lock screen to restrict app access</string>
    <string name="trust_apps_help">Help</string>
    <string name="trust_apps_info_hidden">Hidden apps and their widgets are hidden from the drawer</string>
    <string name="trust_apps_info_protected">Protected apps require authentication to be opened from the launcher</string>
</resources>