summaryrefslogtreecommitdiffstats
path: root/updater_sample/res/values/strings.xml
diff options
context:
space:
mode:
authorandroid-build-prod (mdb) <android-build-team-robot@google.com>2018-04-26 02:36:17 +0200
committerandroid-build-merger <android-build-merger@google.com>2018-04-26 02:36:17 +0200
commit5c15652c4f528fa2d84de5b95529ce36aa2fc67f (patch)
tree67faa232f6086a2256d0fbb0ebf4ea473f031420 /updater_sample/res/values/strings.xml
parentMerge "sample_updater: add non-streaming demo" am: 4816fc1c46 am: a399c289bb (diff)
parentMerge "Rename the dir for SystemUpdaterSample." am: a544bfab2b (diff)
downloadandroid_bootable_recovery-5c15652c4f528fa2d84de5b95529ce36aa2fc67f.tar
android_bootable_recovery-5c15652c4f528fa2d84de5b95529ce36aa2fc67f.tar.gz
android_bootable_recovery-5c15652c4f528fa2d84de5b95529ce36aa2fc67f.tar.bz2
android_bootable_recovery-5c15652c4f528fa2d84de5b95529ce36aa2fc67f.tar.lz
android_bootable_recovery-5c15652c4f528fa2d84de5b95529ce36aa2fc67f.tar.xz
android_bootable_recovery-5c15652c4f528fa2d84de5b95529ce36aa2fc67f.tar.zst
android_bootable_recovery-5c15652c4f528fa2d84de5b95529ce36aa2fc67f.zip
Diffstat (limited to 'updater_sample/res/values/strings.xml')
-rw-r--r--updater_sample/res/values/strings.xml21
1 files changed, 21 insertions, 0 deletions
diff --git a/updater_sample/res/values/strings.xml b/updater_sample/res/values/strings.xml
new file mode 100644
index 000000000..2b671ee5d
--- /dev/null
+++ b/updater_sample/res/values/strings.xml
@@ -0,0 +1,21 @@
+<!-- Copyright (C) 2018 The Android Open Source 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>
+ <string name="app_name">SystemUpdaterSample</string>
+ <string name="action_reload">Reload</string>
+ <string name="unknown">Unknown</string>
+ <string name="close">CLOSE</string>
+</resources>