| Mike Lockwood | 0809c0e | 2010-06-10 10:13:22 -0400 | [diff] [blame] | 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> |
| Mike Lockwood | 147717c | 2010-06-11 16:35:37 -0400 | [diff] [blame] | 19 | |
| 20 | <!-- for object info --> |
| Mike Lockwood | 0809c0e | 2010-06-10 10:13:22 -0400 | [diff] [blame] | 21 | <string name="name_label">Name: </string> |
| 22 | <string name="size_label">Size: </string> |
| 23 | <string name="thumb_width_label">Thumb Width: </string> |
| 24 | <string name="thumb_height_label">Thumb Height: </string> |
| 25 | <string name="thumb_size_label">Thumb Size: </string> |
| 26 | <string name="width_label">Width: </string> |
| 27 | <string name="height_label">Height: </string> |
| 28 | <string name="depth_label">Depth: </string> |
| 29 | <string name="sequence_label">Sequence: </string> |
| 30 | <string name="created_label">Created: </string> |
| 31 | <string name="modified_label">Modified: </string> |
| 32 | <string name="keywords_label">Keywords: </string> |
| Mike Lockwood | 147717c | 2010-06-11 16:35:37 -0400 | [diff] [blame] | 33 | |
| 34 | <!-- menu items --> |
| 35 | <string name="delete_item">Delete</string> |
| 36 | |
| 37 | <!-- toasts --> |
| 38 | <string name="object_deleted_message">Object deleted</string> |
| 39 | <string name="delete_failed_message">Could not delete object</string> |
| 40 | |
| Mike Lockwood | 0809c0e | 2010-06-10 10:13:22 -0400 | [diff] [blame] | 41 | </resources> |