summaryrefslogtreecommitdiffstats
path: root/res
diff options
context:
space:
mode:
authorEric Fischer <enf@google.com>2009-06-16 16:33:34 -0700
committerEric Fischer <enf@google.com>2009-06-16 16:33:34 -0700
commit475a261a44c6b23ddf7799435ee81356b4fdbae9 (patch)
tree6e3fd1fd7dacbba55cb3383db75bd3451be3d217 /res
parent199db0c15888d784a786ffa752cc496117d63aad (diff)
downloadandroid_packages_apps_HTMLViewer-475a261a44c6b23ddf7799435ee81356b4fdbae9.tar.gz
android_packages_apps_HTMLViewer-475a261a44c6b23ddf7799435ee81356b4fdbae9.tar.bz2
android_packages_apps_HTMLViewer-475a261a44c6b23ddf7799435ee81356b4fdbae9.zip
Make name of HTML Viewer localizable.
Diffstat (limited to 'res')
-rw-r--r--res/values/strings.xml28
1 files changed, 28 insertions, 0 deletions
diff --git a/res/values/strings.xml b/res/values/strings.xml
new file mode 100644
index 0000000..e7db77e
--- /dev/null
+++ b/res/values/strings.xml
@@ -0,0 +1,28 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!-- Copyright (C) 2008 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 HTML Viewer activity. -->
+ <string name="app_label">HTML Viewer</string>
+
+ <!-- Title of the permission that allows access to DRM content -->
+ <string name="permlab_accessDrm">Access DRM content.</string>
+
+ <!-- Description of the permission that allows access to DRM content -->
+ <string name="permdesc_accessDrm">Allows application to access
+ DRM-protected content.</string>
+</resources>
+