1 <?xml version="1.0" encoding="utf-8"?> 2 <!-- Copyright (C) 2016 The Android Open Source Project 3 4 Licensed under the Apache License, Version 2.0 (the "License"); 5 you may not use this file except in compliance with the License. 6 You may obtain a copy of the License at 7 8 http://www.apache.org/licenses/LICENSE-2.0 9 10 Unless required by applicable law or agreed to in writing, software 11 distributed under the License is distributed on an "AS IS" BASIS, 12 WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. 13 See the License for the specific language governing permissions and 14 limitations under the License. 15 --> 16 <resources xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2"> 17 <string name="app_name">Storage Manager</string> 18 19 <!-- Button label for generic cancel action [CHAR LIMIT=20] --> 20 <string name="cancel">Cancel</string> 21 <!-- Storage setting. Menu option for using the deletion helper. [CHAR LIMIT=30] --> 22 <string name="storage_menu_free">Free up space</string> 23 <!-- Activity title for deletion helper. [CHAR LIMIT=25] --> 24 <string name="deletion_helper_title">Choose items to remove</string> 25 <!-- Summary of how much storage an app is using and the number of days since last use. [CHAR LIMIT=NONE]--> 26 <string name="deletion_helper_app_summary"><xliff:g id="used" example="1.2GB">%1$s</xliff:g> <xliff:g id="days" example="67">%2$d</xliff:g> days ago</string> 27 <!-- Summary of how much storage an app is using when it has never been used before. [CHAR LIMIT=NONE]--> 28 <string name="deletion_helper_app_summary_never_used"><xliff:g id="used" example="1.2GB">%1$s</xliff:g> Never used before</string> 29 <!-- Summary of how much storage an app is using when its last use is unknown. [CHAR LIMIT=NONE]--> 30 <string name="deletion_helper_app_summary_unknown_used"><xliff:g id="used" example="1.2GB">%1$s</xliff:g> Not sure when last used</string> 31 <!-- Button which clears out storage in the deletion helper. [CHAR LIMIT=60]--> 32 <string name="deletion_helper_free_button">Free up <xliff:g id="freeable" example="1.2GB">%1$s</xliff:g></string> 33 34 <!-- Preference group title for the photos and videos deletion service. [CHAR LIMIT=40]--> 35 <string name="deletion_helper_photos_title">Photos & videos (<xliff:g id="num_items">%1$d</xliff:g>)</string> 36 37 <!-- Summary of how much backed up storage that photos and videos service can clear from the local device. [CHAR LIMIT=NONE]--> 38 <string name="deletion_helper_photos_summary"><xliff:g id="used" example="1.2GB">%1$s</xliff:g> Older than <xliff:g id="days">%2$d</xliff:g> days</string> 39 40 <!-- Preference title for the downloads deletion service. [CHAR LIMIT=40]--> 41 <string name="deletion_helper_downloads_title">Downloads (<xliff:g id="numItems" example="67">%1$d</xliff:g>)</string> 42 43 <!-- Summary of how much stale data can be cleared from the local download folder. [CHAR LIMIT=NONE]--> 44 <string name="deletion_helper_downloads_category_summary"><xliff:g id="used" example="1.2GB">%1$s</xliff:g></string> 45 46 <!-- Summary of how much stale data can be cleared from a downloads file. [CHAR LIMIT=NONE]--> 47 <string name="deletion_helper_downloads_file_summary"><xliff:g id="used" example="1.2GB">%1$s</xliff:g> <xliff:g id="days">%2$s</xliff:g></string> 48 49 <!-- Summary for when when there is nothing in the downloads folder to clear. [CHAR LIMIT=NONE]--> 50 <string name="deletion_helper_downloads_summary_empty"><xliff:g id="used" example="1.2GB">%1$s</xliff:g></string> 51 52 <!-- Message to warn the user before clearing space in the deletion helper. [CHAR LIMIT=NONE] --> 53 <string name="deletion_helper_clear_dialog_message">Remove <xliff:g id="clearable_bytes" example="1.2GB">%1$s</xliff:g> from your device.</string> 54 55 <!-- Button label for the dialog prompt for clearing data in deletion helper. [CHAR LIMIT=40] --> 56 <string name="deletion_helper_clear_dialog_remove">Remove</string> 57 58 <!-- Title for the dialog to up sell the storage manager. [CHAR LIMIT=NONE] --> 59 <string name="deletion_helper_upsell_title">Manage storage automatically?</string> 60 <!-- Summary for the dialog to up sell the storage manager. [CHAR LIMIT=NONE] --> 61 <string name="deletion_helper_upsell_summary"><xliff:g id="used" example="1.2GB">%1$s</xliff:g> now free. Let Storage manager automatically free up space by removing backed up content from your device?</string> 62 <!-- Button to delay turning on the storage manager on the storage manager upsell. [CHAR LIMIT=20]--> 63 <string name="deletion_helper_upsell_cancel">No thanks</string> 64 <!-- Button to activate the storage manager on the storage manager upsell. [CHAR LIMIT=20]--> 65 <string name="deletion_helper_upsell_activate">Turn on</string> 66 67 <!-- Title for the apps category in the deletion helper, showing how many apps to delete. [CHAR LIMIT=40]--> 68 <string name="deletion_helper_apps_group_title">Apps (<xliff:g id="num_items">%1$d</xliff:g>)</string> 69 70 <!-- Summary for the apps category in the deletion helper, showing how many space to clear. [CHAR LIMIT=NONE]--> 71 <string name="deletion_helper_apps_group_summary"><xliff:g id="used" example="1.2GB">%1$s</xliff:g> Last used <xliff:g id="days">%2$d</xliff:g> days ago</string> 72 73 <!-- Category title for the automatic settings in the storage manager settings. [CHAR LIMIT=40] --> 74 <string name="deletion_helper_automatic_title">Automatic</string> 75 76 <!-- Category title for the manual settings in the storage manager settings. [CHAR LIMIT=40] --> 77 <string name="deletion_helper_manual_title">Manual</string> 78 79 <!-- Preference menu title for accessing the deletion helper from the storage manager settings. [CHAR LIMIT=30]--> 80 <string name="deletion_helper_preference_title">Free space now</string> 81 82 <!-- Automatic storage management service label. [CHAR LIMIT=40]--> 83 <string name="automatic_storage_manager_service_label">Automatic Storage Management Service</string> 84 85 <!-- Notification title for the low storage notification. [CHAR LIMIT=40]--> 86 <string name="automatic_storage_manager_notification_title">Your phone is low on space</string> 87 <!-- Notification body for the low storage notification. [CHAR LIMIT=NONE] --> 88 <string name="automatic_storage_manager_notification_summary">Let Storage Manager free up space by automatically removing old photos and videos when your phone starts to get full again.</string> 89 <!-- Action to dismiss the low storage notification. [CHAR LIMIT=40]--> 90 <string name="automatic_storage_manager_cancel_button">No thanks</string> 91 <!-- Action to turn on ASM in the low storage notification. [CHAR LIMIT=40]--> 92 <string name="automatic_storage_manager_activate_button">Turn on</string> 93 94 <string name="deletion_helper_photos_loading_title">Photos & videos</string> 95 <string name="deletion_helper_photos_loading_summary">Finding items</string> 96 97 <!-- Help URI, Deletion Helper [DO NOT TRANSLATE] --> 98 <string name="help_uri_deletion_helper" translatable="false"></string> 99 </resources> 100