strings.xml revision 20bc97fc541610a296d12e25570ac3eb6d599673
1<?xml version="1.0" encoding="utf-8"?>
2<!-- Copyright (C) 2010 The Android Open Source Project
3
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
17<resources>
18    <string name="app_label">Camera Browser</string>
19
20    <!-- for object info -->
21    <string name="name_label">Name: </string>
22    <string name="size_label">Size: </string>
23    <string name="format_label">Format: </string>
24    <string name="thumb_width_label">Thumb Width: </string>
25    <string name="thumb_height_label">Thumb Height: </string>
26    <string name="thumb_size_label">Thumb Size: </string>
27    <string name="width_label">Width: </string>
28    <string name="height_label">Height: </string>
29    <string name="depth_label">Depth: </string>
30    <string name="sequence_label">Sequence: </string>
31    <string name="created_label">Created: </string>
32    <string name="modified_label">Modified: </string>
33    <string name="keywords_label">Keywords: </string>
34
35    <!-- button labels -->
36    <string name="import_label">Import</string>
37    <string name="delete_label">Delete</string>
38
39    <!-- toasts -->
40    <string name="object_saved_message">Object saved</string>
41    <string name="save_failed_message">Could not save object</string>
42    <string name="object_deleted_message">Object deleted</string>
43    <string name="delete_failed_message">Could not delete object</string>
44    <string name="start_activity_failed_message">Import succeeded, but could not display object</string>
45
46</resources>
47