summaryrefslogtreecommitdiffstats
path: root/res/values/lineage_strings.xml
blob: e4257ab074d87583b483df9ce1300c696fbd8c92 (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
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
<?xml version="1.0" encoding="utf-8"?>
<!--
     Copyright (C) 2017 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>

    <!-- Folder titles -->
    <string name="google_title" translatable="false">Google</string>
    <string name="play_folder_title">Play</string>

    <!-- Expand statusbar -->
    <string name="statusbar_expand">Swipe down to show notifications</string>

    <!-- Predictive apps -->
    <string name="predictive_apps_title">Predictive apps</string>
    <string name="predictive_apps_summary_on">Your favorite apps will appear at the top of the drawer</string>
    <string name="predictive_apps_summary_off">Your favorite apps won\'t appear at the top of the drawer</string>

    <!-- Grid size -->
    <string name="grid_size_text">Grid size</string>
    <string name="grid_size_rows">Rows</string>
    <string name="grid_size_columns">Columns</string>
    <string name="grid_size_custom_positive">Set</string>
    <string name="grid_size_custom_message">Select custom columns and rows count</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>

    <!-- Custom icons -->
    <string name="app_edit_drop_target_label">Edit</string>
    <string name="icon_pack_title">Icon pack</string>
    <string name="icon_pack_picker">Select icon</string>
    <string name="icon_pack_picker_search">Search icon</string>
    <string name="icon_pack_suggestions">Suggestions</string>
    <string name="icon_pack_all_icons">All icons</string>
    <string name="icon_pack_reset">Reset</string>
    <string name="icon_pack_system">System (Default)</string>

    <!-- Icon shapes -->
    <string name="icon_shape_square_name">Square</string>
    <string name="icon_shape_circle_name">Circle</string>
    <string name="icon_shape_squircle_name">Squircle</string>
    <string name="icon_shape_teardrop_name">Teardrop</string>

    <!-- Preferences -->
    <string name="settings_category_home">Home screen settings</string>
    <string name="settings_category_drawer">Drawer settings</string>
    <string name="settings_category_icons">Icon settings</string>
    <string name="settings_more">More</string>
    <string name="settings_rotation_title">Rotation</string>
    <string name="settings_allow_rotation_desc">Allow using the homescreen in landscape when the device is rotated</string>
    <string name="settings_icon_shape">Icons shape</string>
    <string name="settings_icon_badging_desc_on">A bubble will be displayed above the icon when there\'s a notification</string>
    <string name="settings_icon_badging_desc_off">No bubble will be displayed above the icon when there\'s a notification</string>
    <string name="settings_feed">Enable feed integration</string>
    <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>
</resources>