Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit b083b696 authored by TreeHugger Robot's avatar TreeHugger Robot Committed by Android (Google) Code Review
Browse files

Merge "Loosen char limit of user-friendly mimes."

parents 8a984ca8 c2c0ce3b
Loading
Loading
Loading
Loading
+25 −25
Original line number Diff line number Diff line
@@ -16,53 +16,53 @@
  -->

<resources xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
    <!-- Generic file type with an extention shown in type column in list view. [CHAR LIMIT=24] -->
    <!-- Generic file type with an extention shown in type column in list view. [CHAR LIMIT=30] -->
    <string name="generic_extention_file_type"><xliff:g id="extension" example="APE">%1$s</xliff:g> file</string>
    <!-- Generic file type without an extention shown in type column in list view. [CHAR LIMIT=24] -->
    <!-- Generic file type without an extention shown in type column in list view. [CHAR LIMIT=30] -->
    <string name="generic_file_type">File</string>
    <!-- Generic image file type shown in type column in list view. [CHAR LIMIT=24] -->
    <!-- Generic image file type shown in type column in list view. [CHAR LIMIT=30] -->
    <string name="image_file_type">Image</string>
    <!-- Image file type shown in type column in list view. [CHAR LIMIT=24] -->
    <!-- Image file type shown in type column in list view. [CHAR LIMIT=30] -->
    <string name="image_extension_file_type"><xliff:g id="fileType" example="JPG">%1$s</xliff:g> image</string>
    <!-- Generic audio file type shown in type column in list view. [CHAR LIMIT=24] -->
    <!-- Generic audio file type shown in type column in list view. [CHAR LIMIT=30] -->
    <string name="audio_file_type">Audio</string>
    <!-- Audio file type shown in type column in list view. [CHAR LIMIT=24] -->
    <!-- Audio file type shown in type column in list view. [CHAR LIMIT=30] -->
    <string name="audio_extension_file_type"><xliff:g id="fileType" example="MP3">%1$s</xliff:g> audio</string>
    <!-- Generic video file type shown in type column in list view. [CHAR LIMIT=24] -->
    <!-- Generic video file type shown in type column in list view. [CHAR LIMIT=30] -->
    <string name="video_file_type">Video</string>
    <!-- Video file type shown in type column in list view. [CHAR LIMIT=24] -->
    <!-- Video file type shown in type column in list view. [CHAR LIMIT=30] -->
    <string name="video_extension_file_type"><xliff:g id="fileType" example="AVI">%1$s</xliff:g> video</string>
    <!-- Archive file type shown in type column in list view. [CHAR LIMIT=24] -->
    <!-- Archive file type shown in type column in list view. [CHAR LIMIT=30] -->
    <string name="archive_file_type"><xliff:g id="fileType" example="Zip">%1$s</xliff:g> archive</string>
    <!-- Android application file type shown in type column in list view. [CHAR LIMIT=24] -->
    <!-- Android application file type shown in type column in list view. [CHAR LIMIT=30] -->
    <string name="apk_file_type">Android application</string>
    <!-- Plain text file type shown in type column in list view. [CHAR LIMIT=24] -->
    <!-- Plain text file type shown in type column in list view. [CHAR LIMIT=30] -->
    <string name="txt_file_type">Plain text</string>
    <!-- HTML file type shown in type column in list view. [CHAR LIMIT=24] -->
    <!-- HTML file type shown in type column in list view. [CHAR LIMIT=30] -->
    <string name="html_file_type">HTML document</string>
    <!-- PDF file type shown in type column in list view. [CHAR LIMIT=24] -->
    <!-- PDF file type shown in type column in list view. [CHAR LIMIT=30] -->
    <string name="pdf_file_type">PDF document</string>
    <!-- Word document file type shown in type column in list view. [CHAR LIMIT=24] -->
    <!-- Word document file type shown in type column in list view. [CHAR LIMIT=30] -->
    <string name="word_file_type">Word document</string>
    <!-- PowerPoint presentation file type shown in type column in list view. [CHAR LIMIT=24] -->
    <!-- PowerPoint presentation file type shown in type column in list view. [CHAR LIMIT=30] -->
    <string name="ppt_file_type">PowerPoint presentation</string>
    <!-- Excel spreadsheet file type shown in type column in list view. [CHAR LIMIT=24] -->
    <!-- Excel spreadsheet file type shown in type column in list view. [CHAR LIMIT=30] -->
    <string name="excel_file_type">Excel spreadsheet</string>
    <!-- Google document file type shown in type column in list view. [CHAR LIMIT=24] -->
    <!-- Google document file type shown in type column in list view. [CHAR LIMIT=30] -->
    <string name="gdoc_file_type">Google document</string>
    <!-- Google spreadsheet file type shown in type column in list view. [CHAR LIMIT=24] -->
    <!-- Google spreadsheet file type shown in type column in list view. [CHAR LIMIT=30] -->
    <string name="gsheet_file_type">Google spreadsheet</string>
    <!-- Google presentation file type shown in type column in list view. [CHAR LIMIT=24] -->
    <!-- Google presentation file type shown in type column in list view. [CHAR LIMIT=30] -->
    <string name="gslides_file_type">Google presentation</string>
    <!-- Google drawing file type shown in type column in list view. [CHAR LIMIT=24] -->
    <!-- Google drawing file type shown in type column in list view. [CHAR LIMIT=30] -->
    <string name="gdraw_file_type">Google drawing</string>
    <!-- Google table file type shown in type column in list view. [CHAR LIMIT=24] -->
    <!-- Google table file type shown in type column in list view. [CHAR LIMIT=30] -->
    <string name="gtable_file_type">Google table</string>
    <!-- Google form file type shown in type column in list view. [CHAR LIMIT=24] -->
    <!-- Google form file type shown in type column in list view. [CHAR LIMIT=30] -->
    <string name="gform_file_type">Google form</string>
    <!-- Google map file type shown in type column in list view. [CHAR LIMIT=24] -->
    <!-- Google map file type shown in type column in list view. [CHAR LIMIT=30] -->
    <string name="gmap_file_type">Google map</string>
    <!-- Google site file type shown in type column in list view. [CHAR LIMIT=24] -->
    <!-- Google site file type shown in type column in list view. [CHAR LIMIT=30] -->
    <string name="gsite_file_type">Google site</string>
    <!-- Generic directory type shown when viewing a folder in the properties view -->
    <string name="directory_type">Folder</string>