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

Commit dc42dd44 authored by Steve McKay's avatar Steve McKay
Browse files

Mark most debug strings as not translatable.

Move inspector activity strings to a separate file.
Improve description of some debug section strings.

Bug: 63972463
Bug: 64150021
Bug: 64148883
Bug: 64149154
Bug: 64148583
Bug: 64148543
Bug: 64148848
Test: None
Change-Id: I595bbe1ab240a4dfd1a74f5a7858cca85b7eb61d
parent bd0695eb
Loading
Loading
Loading
Loading
+97 −0
Original line number Diff line number Diff line
<?xml version="1.0" encoding="utf-8"?>
<!-- Copyright (C) 2017 The Android Open Source Project

     Licensed under the Apache License, Version 2.0 (the "License");
     you may not use this file except in compliance with the License.
     You may obtain a copy of the License at

          http://www.apache.org/licenses/LICENSE-2.0

     Unless required by applicable law or agreed to in writing, software
     distributed under the License is distributed on an "AS IS" BASIS,
     WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
     See the License for the specific language governing permissions and
     limitations under the License.
-->

<resources xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
    <!--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 information section. The contents of this section
         features detailed "internal" information useful primarily to developers.
         This section is only visible to developers or people running debug builds. [CHAR LIMIT=48] -->
    <string name="inspector_debug_section">Debug info (dev only)</string>

    <!-- Title of inspector's media details info section. Shows information related to camera, dimensions, and authors. -->
    <string name="inspector_metadata_section">Media details</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.-->
    <string name="metadata_location">Location</string>
    <!--The elevation the photo was taken. Note that this is probably camera EXIF data.-->
    <string name="metadata_altitude">Altitude</string>
    <!--The company that made the camera the photo was taken on. Note that this is probably camera EXIF data.-->
    <string name="metadata_make">Make</string>
    <!--The camera model that the photo was taken on. Note that this is probably camera EXIF data.-->
    <string name="metadata_model">Model</string>
    <!--The value of a photos aperture. Note that this is probably camera EXIF data.-->
    <string name="metadata_aperture">Aperture</string>
    <!--The value of a photos shutter speed. Note that this is probably camera EXIF data.-->
    <string name="metadata_shutter_speed">Shutter speed</string>
    <!--When a photo was taken. Note that this is probably camera EXIF data.-->
    <string name="metadata_duration">Duration</string>
    <!--When a photo was taken. Note that this is probably camera EXIF data.-->
    <string name="metadata_date_time">Taken on</string>

    <!--String label for developer/debug file details, specifying which stream types are available. -->
    <string name="debug_stream_types">Stream types</string>
    <!--String label for developer/debug file details, specifying the size of the file in bytes. -->
    <string name="debug_raw_size">Raw size (bytes)</string>
    <!--String label for developer/debug file details, specifying a file's uri/content address. -->
    <string name="debug_content_uri" translatable="false">Uri</string>
    <!--String label for developer/debug file details, specifying document id. -->
    <string name="debug_document_id" translatable="false">Document id</string>
    <!--String label for developer/debug file details, specifying mimetype. -->
    <string name="debug_raw_mimetype" translatable="false">Raw mimetype</string>
    <!--String label for developer/debug file details, specifying that a file is an archive. -->
    <string name="debug_is_archive" translatable="false">Is archive</string>
    <!--String label for developer/debug file details, specifying that a file is a container (like a folder or an archive). -->
    <string name="debug_is_container" translatable="false">Is container</string>
    <!--String label for developer/debug file details, specifying that a file is partial (being downloaded). -->
    <string name="debug_is_partial" translatable="false">Is partial</string>
    <!--String label for developer/debug file details, specifying that a file is virtual (has no byte representation). -->
    <string name="debug_is_virtual" translatable="false">Is virtual</string>
    <!--String label for developer/debug file details, specifying that a file supports creating files within it. -->
    <string name="debug_supports_create" translatable="false">Supports create</string>
    <!--String label for developer/debug file details, specifying that a file is deletable. -->
    <string name="debug_supports_delete" translatable="false">Supports delete</string>
    <!--String label for developer/debug file details, specifying that a file has associated metadata. -->
    <string name="debug_supports_metadata" translatable="false">Supports metadata</string>
    <!--String label for developer/debug file details, specifying that a file can be renamed. -->
    <string name="debug_supports_rename" translatable="false">Supports rename</string>
    <!--String label for developer/debug file details, specifying that a file supports the "settings" feature. -->
    <string name="debug_supports_settings" translatable="false">Supports settings</string>
    <!--String label for developer/debug file details, specifying that a file has a viewable thumbnail. -->
    <string name="debug_supports_thumbnail" translatable="false">Supports thumbnail</string>
    <!--String label for developer/debug file details, specifying that a file supports the "weblink" feature. -->
    <string name="debug_supports_weblink" translatable="false">Supports weblink</string>
    <!--String label for developer/debug file details, specifying that a file is writable. -->
    <string name="debug_supports_write" translatable="false">Supports write</string>

</resources>
+0 −79
Original line number Diff line number Diff line
@@ -363,83 +363,4 @@

    <!-- 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>

    <!-- Title of inspector's media details info section. Shows information related to camera, dimensions, and authors. -->
    <string name="inspector_metadata_section">Media details</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.-->
    <string name="metadata_location">Location</string>
    <!--The elevation the photo was taken. Note that this is probably camera EXIF data.-->
    <string name="metadata_altitude">Altitude</string>
    <!--The company that made the camera the photo was taken on. Note that this is probably camera EXIF data.-->
    <string name="metadata_make">Make</string>
    <!--The camera model that the photo was taken on. Note that this is probably camera EXIF data.-->
    <string name="metadata_model">Model</string>
    <!--The value of a photos aperture. Note that this is probably camera EXIF data.-->
    <string name="metadata_aperture">Aperture</string>
    <!--The value of a photos shutter speed. Note that this is probably camera EXIF data.-->
    <string name="metadata_shutter_speed">Shutter speed</string>
    <!--When a photo was taken. Note that this is probably camera EXIF data.-->
    <string name="metadata_duration">Duration</string>
    <!--When a photo was taken. Note that this is probably camera EXIF data.-->
    <string name="metadata_date_time">Taken on</string>


    <!--String label for developer/debug file details, specifying a file's uri/content address. -->
    <string name="debug_content_uri">Uri</string>
    <!--String label for developer/debug file details, specifying document id. -->
    <string name="debug_document_id">Document id</string>
    <!--String label for developer/debug file details, specifying mimetype. -->
    <string name="debug_raw_mimetype">Raw mimetype</string>
    <!--String label for developer/debug file details, specifying which stream types are available. -->
    <string name="debug_stream_types">Stream types</string>
    <!--String label for developer/debug file details, specifying the size of the file in bytes. -->
    <string name="debug_raw_size">Raw size (bytes)</string>
    <!--String label for developer/debug file details, specifying that a file is an archive. -->
    <string name="debug_is_archive">Is archive</string>
    <!--String label for developer/debug file details, specifying that a file is a container (like a folder or an archive). -->
    <string name="debug_is_container">Is container</string>
    <!--String label for developer/debug file details, specifying that a file is partial (being downloaded). -->
    <string name="debug_is_partial">Is partial</string>
    <!--String label for developer/debug file details, specifying that a file is virtual (has no byte representation). -->
    <string name="debug_is_virtual">Is virtual</string>
    <!--String label for developer/debug file details, specifying that a file supports creating files within it. -->
    <string name="debug_supports_create">Supports create</string>
    <!--String label for developer/debug file details, specifying that a file is deletable. -->
    <string name="debug_supports_delete">Supports delete</string>
    <!--String label for developer/debug file details, specifying that a file has associated metadata. -->
    <string name="debug_supports_metadata">Supports metadata</string>
    <!--String label for developer/debug file details, specifying that a file can be renamed. -->
    <string name="debug_supports_rename">Supports rename</string>
    <!--String label for developer/debug file details, specifying that a file supports the "settings" feature. -->
    <string name="debug_supports_settings">Supports settings</string>
    <!--String label for developer/debug file details, specifying that a file has a viewable thumbnail. -->
    <string name="debug_supports_thumbnail">Supports thumbnail</string>
    <!--String label for developer/debug file details, specifying that a file supports the "weblink" feature. -->
    <string name="debug_supports_weblink">Supports weblink</string>
    <!--String label for developer/debug file details, specifying that a file is writable. -->
    <string name="debug_supports_write">Supports write</string>

</resources>