blob: 6ae2d1212eb852ed6fbe734dabb4b5ea6dcfacb9 [file] [log] [blame]
Jeff Sharkey9e0036e2013-04-26 16:54:55 -07001<?xml version="1.0" encoding="utf-8"?>
2<!-- Copyright (C) 2013 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
Jeff Sharkeybe8b12e2013-07-01 16:56:54 -070017<resources xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
Jeff Sharkey9e0036e2013-04-26 16:54:55 -070018 <string name="app_label">Documents</string>
Jeff Sharkey54e55b72013-06-30 20:02:59 -070019
20 <string name="title_open">Open</string>
21 <string name="title_save">Save</string>
22
23 <string name="menu_create_dir">Create folder</string>
24 <string name="menu_grid">Grid view</string>
25 <string name="menu_list">List view</string>
26 <string name="menu_sort">Sort by</string>
27
Jeff Sharkeybe8b12e2013-07-01 16:56:54 -070028 <string name="menu_open">Open</string>
29 <string name="menu_save">Save</string>
30
31 <string name="mode_selected_count"><xliff:g id="count" example="3">%1$d</xliff:g> selected</string>
Jeff Sharkey54e55b72013-06-30 20:02:59 -070032
Jeff Sharkey14827892013-07-01 17:22:02 -070033 <string name="sort_name">Name</string>
34 <string name="sort_date">Date modified</string>
35
Jeff Sharkey9e0036e2013-04-26 16:54:55 -070036</resources>