1 <?xml version="1.0" encoding="utf-8"?> 2 <!-- 3 ~ Copyright (C) 2017 The Android Open Source Project 4 ~ 5 ~ Licensed under the Apache License, Version 2.0 (the "License"); 6 ~ you may not use this file except in compliance with the License. 7 ~ You may obtain a copy of the License at 8 ~ 9 ~ http://www.apache.org/licenses/LICENSE-2.0 10 ~ 11 ~ Unless required by applicable law or agreed to in writing, software 12 ~ distributed under the License is distributed on an "AS IS" BASIS, 13 ~ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. 14 ~ See the License for the specific language governing permissions and 15 ~ limitations under the License. 16 --> 17 18 <resources xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2"> 19 <!-- Generic file type with an extention shown in type column in list view. [CHAR LIMIT=30] --> 20 <string name="generic_extention_file_type"><xliff:g id="extension" example="APE">%1$s</xliff:g> file</string> 21 <!-- Generic file type without an extention shown in type column in list view. [CHAR LIMIT=30] --> 22 <string name="generic_file_type">File</string> 23 <!-- Generic image file type shown in type column in list view. [CHAR LIMIT=30] --> 24 <string name="image_file_type">Image</string> 25 <!-- Image file type shown in type column in list view. [CHAR LIMIT=30] --> 26 <string name="image_extension_file_type"><xliff:g id="fileType" example="JPG">%1$s</xliff:g> image</string> 27 <!-- Generic audio file type shown in type column in list view. [CHAR LIMIT=30] --> 28 <string name="audio_file_type">Audio</string> 29 <!-- Audio file type shown in type column in list view. [CHAR LIMIT=30] --> 30 <string name="audio_extension_file_type"><xliff:g id="fileType" example="MP3">%1$s</xliff:g> audio</string> 31 <!-- Generic video file type shown in type column in list view. [CHAR LIMIT=30] --> 32 <string name="video_file_type">Video</string> 33 <!-- Video file type shown in type column in list view. [CHAR LIMIT=30] --> 34 <string name="video_extension_file_type"><xliff:g id="fileType" example="AVI">%1$s</xliff:g> video</string> 35 <!-- Archive file type shown in type column in list view. [CHAR LIMIT=30] --> 36 <string name="archive_file_type"><xliff:g id="fileType" example="Zip">%1$s</xliff:g> archive</string> 37 <!-- Android application file type shown in type column in list view. [CHAR LIMIT=30] --> 38 <string name="apk_file_type">Android application</string> 39 <!-- Plain text file type shown in type column in list view. [CHAR LIMIT=30] --> 40 <string name="txt_file_type">Plain text</string> 41 <!-- HTML file type shown in type column in list view. [CHAR LIMIT=30] --> 42 <string name="html_file_type">HTML document</string> 43 <!-- PDF file type shown in type column in list view. [CHAR LIMIT=30] --> 44 <string name="pdf_file_type">PDF document</string> 45 <!-- Word document file type shown in type column in list view. [CHAR LIMIT=30] --> 46 <string name="word_file_type">Word document</string> 47 <!-- PowerPoint presentation file type shown in type column in list view. [CHAR LIMIT=30] --> 48 <string name="ppt_file_type">PowerPoint presentation</string> 49 <!-- Excel spreadsheet file type shown in type column in list view. [CHAR LIMIT=30] --> 50 <string name="excel_file_type">Excel spreadsheet</string> 51 <!-- Google document file type shown in type column in list view. [CHAR LIMIT=30] --> 52 <string name="gdoc_file_type">Google document</string> 53 <!-- Google spreadsheet file type shown in type column in list view. [CHAR LIMIT=30] --> 54 <string name="gsheet_file_type">Google spreadsheet</string> 55 <!-- Google presentation file type shown in type column in list view. [CHAR LIMIT=30] --> 56 <string name="gslides_file_type">Google presentation</string> 57 <!-- Google drawing file type shown in type column in list view. [CHAR LIMIT=30] --> 58 <string name="gdraw_file_type">Google drawing</string> 59 <!-- Google table file type shown in type column in list view. [CHAR LIMIT=30] --> 60 <string name="gtable_file_type">Google table</string> 61 <!-- Google form file type shown in type column in list view. [CHAR LIMIT=30] --> 62 <string name="gform_file_type">Google form</string> 63 <!-- Google map file type shown in type column in list view. [CHAR LIMIT=30] --> 64 <string name="gmap_file_type">Google map</string> 65 <!-- Google site file type shown in type column in list view. [CHAR LIMIT=30] --> 66 <string name="gsite_file_type">Google site</string> 67 <!-- Generic directory type shown when viewing a folder in the properties view --> 68 <string name="directory_type">Folder</string> 69 </resources> 70