summaryrefslogtreecommitdiff
path: root/res/values
diff options
context:
space:
mode:
authorJeff Sharkey <jsharkey@android.com>2013-02-19 17:29:18 -0800
committerJeff Sharkey <jsharkey@android.com>2013-02-19 18:08:35 -0800
commitef946f3ae80556ab221265c0bf1c560683ea27f6 (patch)
tree1075b9a5a6f58c8a1333aac666124f40ba40fa1f /res/values
parent1a4f172df720edcc97ca86838910d3be557a5225 (diff)
downloadTerminal-ef946f3ae80556ab221265c0bf1c560683ea27f6.tar.gz
Initial code for Terminal app, with JNI glue.
Change-Id: I4b2ecb2eef9bef7a8236391d19a3708751a7c71d
Diffstat (limited to 'res/values')
-rw-r--r--res/values/strings.xml20
1 files changed, 20 insertions, 0 deletions
diff --git a/res/values/strings.xml b/res/values/strings.xml
new file mode 100644
index 0000000..1aca939
--- /dev/null
+++ b/res/values/strings.xml
@@ -0,0 +1,20 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!-- Copyright (C) 2013 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>
+ <!-- Title of the Terminal activity. -->
+ <string name="app_label">Terminal</string>
+</resources>