summaryrefslogtreecommitdiffstats
path: root/res/values/lineage_strings.xml
diff options
context:
space:
mode:
authorJoey Rizzoli <joey@lineageos.org>2017-11-09 16:05:00 +0100
committerArne Coucheron <arco68@gmail.com>2018-01-19 00:27:13 +0100
commit97105a6eb4de7a9ec0509b5c60c05ab0f4aef08c (patch)
treea06bb7480f538ffae254a6928902cf982aa11b39 /res/values/lineage_strings.xml
parentaca5a8bc95c1461419039a2041a8a54a84f49790 (diff)
downloadandroid_packages_apps_Trebuchet-97105a6eb4de7a9ec0509b5c60c05ab0f4aef08c.tar.gz
android_packages_apps_Trebuchet-97105a6eb4de7a9ec0509b5c60c05ab0f4aef08c.tar.bz2
android_packages_apps_Trebuchet-97105a6eb4de7a9ec0509b5c60c05ab0f4aef08c.zip
Launcher3: custom grid
Signed-off-by: Arne Coucheron <arco68@gmail.com> Signed-off-by: Joey Rizzoli <joey@lineageos.org>
Diffstat (limited to 'res/values/lineage_strings.xml')
-rw-r--r--res/values/lineage_strings.xml9
1 files changed, 8 insertions, 1 deletions
diff --git a/res/values/lineage_strings.xml b/res/values/lineage_strings.xml
index fe574ebba..c96dc5af2 100644
--- a/res/values/lineage_strings.xml
+++ b/res/values/lineage_strings.xml
@@ -14,7 +14,7 @@
See the License for the specific language governing permissions and
limitations under the License.
-->
-<resources xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
+<resources>
<!-- Application name -->
<string name="lineageos_app_name" translatable="false">Trebuchet</string>
@@ -29,4 +29,11 @@
<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>
</resources>