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

Commit 459ab2aa authored by Steve McKay's avatar Steve McKay Committed by Android (Google) Code Review
Browse files

Merge "Provide better description for "File supplied by""

parents de67658f 214115ae
Loading
Loading
Loading
Loading
+17 −16
Original line number Diff line number Diff line
@@ -120,16 +120,6 @@
    <!--Table header for number of items in a folder.-->
    <string name="directory_items">Number of items</string>

    <!--File properties dialog section title. In this section we show information about the default handler application for this type of file.-->
    <string name="handler_app_file_opens_with">This kind of file opens with</string>
    <!--File properties dialog section title. In this section we show information about a files provider. (e.g. system, drive, dropbox, etc)-->
    <string name="handler_app_belongs_to">This file is supplied by</string>

    <!--File properties dialog user message if a default app has not been selected-->
    <string name="handler_app_not_selected">Not selected</string>
    <!--File properties dialog user message if the default app is unknown-->
    <string name="handler_app_unknown">Unknown</string>

    <!-- content description to describe ascending sorting used with upward arrow in table header. -->
    <string name="sort_direction_ascending">Ascending</string>
    <!-- content description to describe descending sorting used with downward arrow in table header. -->
@@ -173,12 +163,6 @@
    <!-- Toast shown when some of the selected documents failed to be deleted [CHAR LIMIT=48] -->
    <string name="toast_failed_delete">Unable to delete some documents</string>

    <!--File properties dialog error shown when information about a file could not be loaded-->
    <string name="inspector_title">Info</string>

    <!--File properties dialog error shown when information about a file could not be loaded-->
    <string name="inspector_load_error">File info could not be loaded</string>

    <!-- Title of dialog when prompting user to select an app to share documents with [CHAR LIMIT=32] -->
    <string name="share_via">Share via</string>

@@ -380,6 +364,12 @@
    <!-- Button for continuing a file operation in background, eg. copying, moving or extracting. [CHAR LIMIT=48] -->
    <string name="continue_in_background">Continue in background</string>

    <!--File properties dialog title. This dialog show fine grained details about a file. -->
    <string name="inspector_title">Info</string>

    <!--File properties dialog error shown when information about a file could not be loaded-->
    <string name="inspector_load_error">File info could not be loaded</string>

    <!-- Title of inspector's debug info section. [CHAR LIMIT=48] -->
    <string name="inspector_debug_section">Debug info (dev only)</string>

@@ -389,6 +379,17 @@
    <!-- Title of inspector section displaying image specific information (like size and embedded camera details, like lat/long). -->
    <string name="inspector_exif_section">Image information</string>

    <!-- File properties dialog section title. In this section we show information about the default handler application for this type of file.-->
    <string name="handler_app_file_opens_with">This kind of file opens with</string>
    <!-- File properties dialog section title. In this section we show information about the applicaiton that provides the file.
         Examples of such applicaitons are: Box, Microsoft OneDrive, and Google Drive, etc)-->
    <string name="handler_app_belongs_to">This file is supplied by</string>

    <!-- File properties dialog user message if a default app has not been selected-->
    <string name="handler_app_not_selected">Not selected</string>
    <!-- File properties dialog user message if the default app is unknown-->
    <string name="handler_app_unknown">Unknown</string>

    <!--The height and width of a photo. Note that this is probably camera EXIF data.-->
    <string name="metadata_dimensions">Dimensions</string>
    <!--The location of where a photo was taken. (i.e. latitude, longitude) Note that this is probably camera EXIF data.-->