blob: 25f94215d433d152623c03dff1f9cfb7e27fba00 [file] [log] [blame]
Dan Sandlera7613372019-06-26 01:01:26 -04001<?xml version="1.0" encoding="utf-8"?><!--
Dan Sandlerd1f9f532018-05-02 20:01:38 -04002Copyright (C) 2018 The Android Open Source Project
Dan Sandler27a9fcc2016-06-22 00:05:11 -04003
4 Licensed under the Apache License, Version 2.0 (the "License");
5 you may not use this file except in compliance with the License.
6 You may obtain a copy of the License at
7
8 http://www.apache.org/licenses/LICENSE-2.0
9
10 Unless required by applicable law or agreed to in writing, software
11 distributed under the License is distributed on an "AS IS" BASIS,
12 WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13 See the License for the specific language governing permissions and
14 limitations under the License.
15-->
16<resources xmlns:android="http://schemas.android.com/apk/res/android">
Dan Sandlerf4e83e02020-05-12 21:25:31 -040017 <string name="app_name" translatable="false">Android R Easter Egg</string>
Dan Sandlera7613372019-06-26 01:01:26 -040018
19 <!-- name of the Q easter egg, a nonogram-style icon puzzle -->
20 <string name="q_egg_name" translatable="false">Icon Quiz</string>
21
22 <!-- name of the P easter egg, a humble paint program -->
23 <string name="p_egg_name" translatable="false">PAINT.APK</string>
Dan Sandlerf4e83e02020-05-12 21:25:31 -040024
25 <string name="r_egg_name" translatable="false">Cat Controls</string>
Dan Sandler27a9fcc2016-06-22 00:05:11 -040026</resources>