<?xml version="1.0" encoding="utf-8"?>
<!--
  ~ Copyright (C) 2015 Square, Inc.
  ~
  ~ 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:tools="http://schemas.android.com/tools" tools:ignore="MissingTranslation">
  <string name="leak_canary_about_menu">About LeakCanary</string>
  <string name="leak_canary_about_title">About LeakCanary %s</string>
  <string name="leak_canary_about_message"><![CDATA[This is a dev extension for
  <b>%1$s</b> (<i>%2$s</i>), automatically added by the LeakCanary library.<br><br>
  <a href="https://square.github.io/leakcanary/">LeakCanary</a> is a memory leak detection library for Android, created
  and open sourced by <a href="https://twitter.com/Piwai">Pierre-Yves Ricau</a> at <a href="https://square.github.io">Square</a>.<br><br>
  You can learn more about memory leaks at <a href="https://squ.re/leaks">https://squ.re/leaks</a>.<br><br>
  We welcome contributions from the community - please do not hesitate to
  <a href="https://github.com/square/leakcanary/issues">report an issue</a> or open a pull request!<br><br>
]]></string>
  <string name="leak_canary_about_enable_heap_dump">Dump heap automatically</string>
  <string name="leak_canary_about_enable_heap_dump_textOn">Enable</string>
  <string name="leak_canary_about_enable_heap_dump_textOff">Disable</string>
  <string name="leak_canary_heap_dump_disabled_text">LeakCanary is currently disabled: <i>%s</i>.</string>
  <string name="leak_canary_heap_dump_not_installed_text">AppWatcher is not installed</string>
  <string name="leak_canary_heap_dump_enabled_text">LeakCanary is running and ready to detect memory leaks.</string>
  <string name="leak_canary_heap_dump_disabled_by_app">LeakCanary.Config.dumpHeap is set to false</string>
  <string name="leak_canary_heap_dump_disabled_from_ui">heap dumping disabled from LeakCanary About screen</string>
  <string name="leak_canary_heap_dump_disabled_running_tests">test class "%s" was found in classpath</string>
  <string name="leak_canary_analysis_failed">Heap analysis failed</string>
  <string name="leak_canary_analysis_success_notification">Found %1$d retained objects grouped as %2$d distinct leaks (%3$d new)</string>
  <string name="leak_canary_class_has_leaked">%1$s Leaked</string>
  <string name="leak_canary_explorer_search_classes">Search classes</string>
  <plurals name="leak_canary_distinct_leaks">
    <item quantity="one">%d Distinct Leak</item>
    <item quantity="other">%d Distinct Leaks</item>
  </plurals>
  <string name="leak_canary_explore_heap_dump">Explore Heap Dump</string>
  <string name="leak_canary_loading_title">Loading…</string>
  <string name="leak_canary_notification_analysing">Analyzing Heap Dump</string>
  <string name="leak_canary_notification_channel_low">LeakCanary Low Priority</string>
  <string name="leak_canary_notification_channel_result">LeakCanary Result</string>
  <string name="leak_canary_notification_dumping">Dumping Heap</string>
  <string name="leak_canary_notification_message">Tap for more details</string>
  <string name="leak_canary_notification_no_retained_object_title">All retained objects were garbage collected</string>
  <string name="leak_canary_notification_no_retained_object_content">Tap to dismiss</string>
  <string name="leak_canary_notification_retained_debugger_attached">Waiting for debugger to detach</string>
  <string name="leak_canary_notification_retained_dump_failed">Failed to dump heap</string>
  <string name="leak_canary_notification_retained_dump_wait">Last heap dump was less than a minute ago</string>
  <string name="leak_canary_notification_retained_title">%d retained objects, tap to dump heap</string>
  <string name="leak_canary_notification_retained_visible">App visible, waiting until %d retained objects</string>
  <string name="leak_canary_share_with">Share with…</string>
  <string name="leak_canary_display_activity_label">Leaks</string>
  <string name="leak_canary_storage_permission_activity_label">Storage permission</string>
  <string name="leak_canary_toast_heap_dump">LeakCanary is dumping memory to investigate leaks.</string>
  <string name="leak_canary_delete">Delete</string>
  <string name="leak_canary_delete_all">Delete all</string>
  <string name="leak_canary_delete_all_leaks_title">Are you sure you want to delete all leaks?</string>
  <string name="leak_canary_permission_not_granted">Please grant requested permission, otherwise memory leak detection may not work.</string>
  <string name="leak_canary_permission_notification_title">Leak detected, need permission</string>
  <string name="leak_canary_permission_notification_text">Click to enable storage permission for %s.</string>
  <string name="leak_canary_shortcut_label">Leaks</string>
  <string name="leak_canary_stackoverflow_share">Share Leak On Stack Overflow</string>
  <string name="leak_canary_failure_copied">Stacktrace copied to clipboard</string>
  <string name="leak_canary_leak_copied">Leak info copied to clipboard</string>
  <string name="leak_canary_failure_clipdata_label">LeakCanary failure stacktrace</string>
  <string name="leak_canary_leak_clipdata_label">LeakCanary Leak Trace</string>
  <string name="leak_canary_leak_not_found">Leak not found</string>
  <string name="leak_canary_options_menu_generate_hq_bitmap">Generate HQ Bitmap</string>
  <string name="leak_canary_options_menu_permission_toast">Please grant the External Storage Permission first, see notification…</string>
  <string name="leak_canary_generating_hq_bitmap_toast_notice">Rendering HQ Bitmap, this may take a while…</string>
  <string name="leak_canary_generating_hq_bitmap_toast_failure_notice">Could not save HQ Bitmap</string>
  <string name="leak_canary_share_heap_dump_bitmap_screen_title">Share Heap Dump Bitmap</string>
  <string name="leak_canary_heap_dump_screen_title">Heap Dump %s</string>
  <string name="leak_canary_analysis_deleted_title">Analysis Deleted</string>
  <string name="leak_canary_go_to_heap_analysis">Go to Heap Analysis</string>
  <string name="leak_canary_heap_analysis_success_screen_row_time_format">Latest: %s</string>
  <plurals name="leak_canary_heap_analysis_list_screen_title">
    <item quantity="one">%d Heap Dump</item>
    <item quantity="other">%d Heap Dumps</item>
  </plurals>
  <plurals name="leak_canary_group_screen_title">
    <item quantity="one">%1$d leak at %2$s</item>
    <item quantity="other">%1$d leaks at %2$s</item>
  </plurals>
  <string name="leak_canary_group_list_time_label">Last leaked %s</string>
  <string name="leak_canary_import_unsupported_file_extension">Could not import %s, this is not an hprof file.</string>
  <string name="leak_canary_import_from_title">Import From…</string>
  <string name="leak_canary_dump_heap">Dump Heap Now</string>
  <string name="leak_canary_import_hprof_file">Import Heap Dump</string>
  <string name="leak_canary_options_menu_render_heap_dump">Render Heap Dump</string>
  <string name="leak_canary_help_title">Tap here to learn more</string>
  <string name="leak_canary_test_class_name" translatable="false">org.junit.Test</string>
  <string name="leak_canary_tv_analysis_success">Heap Analysis performed: %1$d application leaks, %2$d library leaks. See details in Logcat</string>
  <string name="leak_canary_tv_analysis_failure">Heap Analysis failed, see details in Logcat</string>
  <string name="leak_canary_tv_toast_retained_objects">%1$d retained objects. Heap dump threshold is %2$d.\nBackground the app to trigger heap dump immediately</string>
  <string name="leak_canary_leak_missing_browser_error">No browser app installed</string>
</resources>
