blob: 2ff5d0309b6355966dc16385c810390f98aec8f9 [file] [log] [blame]
Jeff Sharkeye22d02e2013-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 Sharkeyc317af82013-07-01 16:56:54 -070017<resources xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
Jeff Sharkeye22d02e2013-04-26 16:54:55 -070018 <string name="app_label">Documents</string>
Jeff Sharkey09c10bf2013-06-30 20:02:59 -070019
Jeff Sharkey46165b52013-07-31 20:53:22 -070020 <string name="title_open">Open from</string>
21 <string name="title_save">Save to</string>
Jeff Sharkey09c10bf2013-06-30 20:02:59 -070022
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>
Jeff Sharkey46165b52013-07-31 20:53:22 -070027 <string name="menu_search">Search</string>
Jeff Sharkey09c10bf2013-06-30 20:02:59 -070028
Jeff Sharkeyc317af82013-07-01 16:56:54 -070029 <string name="menu_open">Open</string>
30 <string name="menu_save">Save</string>
31
32 <string name="mode_selected_count"><xliff:g id="count" example="3">%1$d</xliff:g> selected</string>
Jeff Sharkey09c10bf2013-06-30 20:02:59 -070033
Jeff Sharkey46165b52013-07-31 20:53:22 -070034 <string name="sort_name">By name</string>
35 <string name="sort_date">By date modified</string>
36
Jeff Sharkey78278212013-08-01 11:01:47 -070037 <string name="drawer_open">Show roots</string>
38 <string name="drawer_close">Hide roots</string>
39
40 <string name="save_error">Failed to save document</string>
Jeff Sharkey3c28b792013-07-01 17:22:02 -070041
Jeff Sharkeya5defe32013-08-05 17:56:48 -070042 <string name="root_recent">Recent</string>
43
Jeff Sharkey76112212013-08-06 11:26:10 -070044 <string name="root_type_service">Services</string>
45 <string name="root_type_shortcut">Shortcuts</string>
46 <string name="root_type_device">Devices</string>
47
Jeff Sharkeye22d02e2013-04-26 16:54:55 -070048</resources>